]> Pileus Git - ~andy/gtk/blob - ChangeLog.pre-2-0
move event handling to the process_action function so we can have the
[~andy/gtk] / ChangeLog.pre-2-0
1 Wed Mar  6 00:20:59 2002  Jonathan Blandford  <jrb@redhat.com>
2
3         * gtk/gtktreeviewcolumn.c
4         (gtk_tree_view_column_cell_process_action): move event handling to
5         the process_action function so we can have the event go to
6         individual cells.
7
8 Tue Mar  5 22:16:58 2002  Owen Taylor  <otaylor@redhat.com>
9
10         * GTK+-2.0.0 rc1
11
12         * docs/tutorial,faq/Makefile.am: Deal with the html directory
13         already being there.
14
15         * docs/faq/Makefile.am (EXTRA_DIST): Add gtk-faq.sgml to EXTRA_DIST.
16
17 2002-03-05  Manish Singh  <yosh@gimp.org>
18
19         * gdk/Makefile.am
20         * gtk/Makefile.am: use install-foo-hook instead of install-foo-local,
21         since foo-local is run before the their respective builtin targets
22         in automake 1.5
23
24 2002-03-05  jacob berkman  <jacob@ximian.com>
25
26         * configure.in: change an == to =
27
28 2002-03-06  Tor Lillqvist  <tml@iki.fi>
29
30         * gdk-pixbuf/gdk_pixbuf.rc.in
31         * gdk/win32/rc/gdk.rc.in
32         * gtk/gtk-win32.rc.in: Use GTK_API_VERSION.
33
34 2002-03-05  Manish Singh  <yosh@gimp.org>
35
36         * configure.in: Fix up the freetype checking logic. Suppress
37         suprious "no" with --disable-modules.
38
39 2002-03-06  Tor Lillqvist  <tml@iki.fi>
40         * gdk/win32/gdkevents-win32.c (gdk_pointer_grab,
41         gdk_pointer_ungrab): Bypass calls to the grab/ungrab functions in
42         gdkinput-win32.c, as they don't effectively do anything anyway.
43         (build_key_event_state): Set MOD2 bit if key is in AltGr group.
44         (gdk_event_translate): Call _gdk_windowing_window_get_offsets()
45         each time the offsets are used, on the window they refer to,
46         instead of once in the beginning. The window in question might
47         change due to event propagation.
48         (gdk_event_translate): Set key event group to 0 for non-AltGr
49         keys. Do set the SHIFT bit in the key event state also for
50         ISO_Left_Tab. Now backtabbing finally works again.
51
52         * gdk/win32/gdkunput-win32.c: Minor debugging output change.
53
54         * gdk/win32/gdkkeys-win32.c (update_keymap): Set VK_TAB mapping to
55         Gdk_Tab and GDK_ISO_Left_Tab, like on X11.
56         (gdk_keymap_translate_keyboard_state): Add similar code as in the
57         non-XKB case on X11 to generate a more correct
58         consumed_modifiers. Add debugging output.
59         (gdk_keyval_name): Use the U+xxxx format for UCS characters
60         encoded as keyvals. Never return NULL, but hex number
61         representation if keyval not in table.
62
63         * gdk/win32/gdkwindow-win32.c (gdk_window_focus): Call
64         SetFocus(). Doesn't seem to have any harmful effect, and probably
65         is close to what this function is supposed to do. But it didn't
66         fix GtkCombo as I had hoped.
67         (gdk_window_set_type_hint): Don't intern the _NET_WM_* atoms that
68         weren't used and wouldn't have any meaning on Win32 anyway.
69
70 Tue Mar  5 19:19:19 2002  Owen Taylor  <otaylor@redhat.com>
71
72         * gtk/gtkwindow.c (gtk_window_set_focus): When setting
73         the focus to NULL, clear the existing focus chain so
74         that when we focus into the window again, we start
75         at the beginning. (Pointed out by Tim Janik.)
76
77 2002-03-06  James Henstridge  <james@daa.com.au>
78
79         * configure.in: libpango is now called libpango-1.0
80
81 Tue Mar  5 18:17:31 2002  Jonathan Blandford  <jrb@redhat.com>
82
83         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_fixed_width):
84         remove sizing == AUTOSIZE check.  Update docs.
85
86 Tue Mar  5 17:43:43 2002  Owen Taylor  <otaylor@redhat.com>
87
88         * gtk/gtkfontsel.c (gtk_font_selection_init): Don't
89         create ->font_entry, ->font_style_entry at all rather
90         than just not showing them to avoid the problem of
91         them popping up if gtk_widget_show_all() is done
92         on the dialog. (#72913, Charles Kerr.)
93
94 Tue Mar  5 18:06:49 2002  Jonathan Blandford  <jrb@redhat.com>
95
96         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_resizable):
97         doc fix proposed by tvv@sparc.spb.su (Vitaly Tishkov), #73567.
98
99 2002-03-05  Matthias Clasen  <maclas@gmx.de>
100
101         * gtk/gtktreemodel.c (gtk_tree_row_reference_deleted): Fix docs.
102
103         * gtk/gtkwindow.c (gtk_window_remove_mnemonic): 
104         (gtk_window_add_mnemonic): 
105         (gtk_window_mnemonic_activate): Add docs.
106
107         * gtk/gtktreeview.c (gtk_tree_view_get_search_equal_func): Fix
108         typo in docs.
109
110 Tue Mar  5 17:02:59 2002  Owen Taylor  <otaylor@redhat.com>
111
112         * docs/tutorial/gtk-tut.sgml: s/menu_new/menu_item_new/.
113         (#69199, Akira Tagoh.)
114
115 Tue Mar  5 16:53:05 2002  Owen Taylor  <otaylor@redhat.com>
116
117         * docs/faq/Makefile.am: Build the docbook version, not
118         the old linuxdoc version.
119
120 Tue Mar  5 15:47:54 2002  Owen Taylor  <otaylor@redhat.com>
121
122         * configure.in test/makefile.msc **.pc.in **/*.am:
123         Update version to 2.0.0
124
125         * gtk/Makefile.am (MAINTAINERCLEANFILES): Add stamp
126         files.
127
128         * configure.in (GDK_PIXBUF_VERSION): Require GLib 2.0.0,
129         Pango, Atk, 1.0.0.
130
131         * m4macros/gtk-2.0.m4: Default to 2.0.0 as the minimum
132         version.
133
134 2002-03-05  Havoc Pennington  <hp@redhat.com>
135
136         * gtk/gtktextview.c (gtk_text_view_size_allocate): don't assign
137         yoffset here, just let it get updated in response to the
138         value_changed. Fixes #72479
139
140 Tue Mar  5 10:29:09 2002  Owen Taylor  <otaylor@redhat.com>
141
142         * gtk/gtktreeview.c (do_presize_handler)
143         gtk/gtktreeview.c (do_validate_rows): Don't use this 
144         same functions as idle callbacks and directly, to avoid
145         threading deadlocks. (#72392, Scott Guilbeaux)
146
147         * gtk/gtktable.c (gtk_table_size_request_init): Fix 
148         row/column confusion from recent patch. (#73505,
149         Vitaly Tishkov.)
150
151 2002-03-04  Matthias Clasen  <maclas@gmx.de>
152
153         * docs/tutorial/gtk-tut.sgml: Make color selection and selection 
154         examples work.
155
156         * tests/testselection.c (selection_toggled, selection_clear):
157         Use selection_widget as selection owner - otherwise clearing the
158         selection doesn't work.
159
160 Mon Mar  4 12:43:48 2002  Owen Taylor  <otaylor@redhat.com>
161
162         Fixes for non XKB operation. (#73103)
163
164         * gdk/x11/gdkkeys-x11.c (gdk_keymap_translate_keyboard_state):
165         Fix problem where GDK_Tab was converted to GDK_ISO_Left_Tab
166         always, not just if Shift was pressed.
167         
168         * gdk/x11/gdkkeys-x11.c gdk/x11/gdkprivate-x11.c 
169         gdk/x11/gdkevents-x11.c: Move determination of group
170         to _gdk_x11_get_group_for_state(), fix to handle non-XKB.
171
172         * gdk/x11/gdkkeys-x11.c (gdk_keymap_translate_keyboard_state): Only
173         add in SHIFT_MASK | LOCK_MASK to consumed_modifiers if the shifted
174         and unshifted keysyms are different. Only add in group_switch_mask
175         if the group-switched and non-group-switched keysyms are diferent.
176
177         * gdk/x11/gdkkeys-x11.c (gdk_keymap_translate_keyboard_state): 
178         When calling XKeycodeToKeysym, use group * keysyms_per_keycode / 2
179         not group * keysyms_per_keycode. (Tor Lillqvist)
180
181         * gdk/x11/gdkkeys-x11.c (gdk_keymap_translate_keyboard_state):
182         Remove the hack to fudge the return value for GDK_Tab + Shift
183         since that didn't work -- it didn't affect the reverse mapping.
184         Instead fudge the non-XKB keymap instead.
185
186 Mon Mar  4 11:02:18 2002  Owen Taylor  <otaylor@redhat.com>
187
188         * gtk/gtkfilesel.c (gtk_file_selection_get_selections): Fix
189         memory leak. (#73370, Paolo Maggi).
190
191 Mon Mar  4 10:35:28 2002  Owen Taylor  <otaylor@redhat.com>
192
193         * gtk/gtknotebook.c (gtk_notebook_set_current_page): Fix docs
194         in terms of what out of range @page_num does. (#73371,
195         Vitaly Tishkov.)
196
197 2002-03-02  Havoc Pennington  <hp@pobox.com>
198
199         * demos/gtk-demo/editable_cells.c (cell_edited): const fix
200
201 Sun Mar  3 18:47:13 2002  Owen Taylor  <otaylor@redhat.com>
202
203         * gtk/gtkwindow.c (gtk_window_parse_geometry): Fix
204         to properly take the default window into account by
205         setting a flag and in gtk_window_compute_configure_request_size ()
206         multiplying by the increments and adding in the base
207         size. (#72393)
208
209         * tests/testgtk.c (create_gridded_geometry): Add a
210         test for gridded geometry and for gtk_window_parse_geometry().
211
212 2002-03-04  Hans Breuer  <hans@breuer.org>
213
214         * gtk/makefile.msc.in : don't build gtk.defs anymore
215
216 2002-03-04  Tor Lillqvist  <tml@iki.fi>
217
218         * gtk/gtkrc.h: Remove obsolete Win32-only declaration of
219         gtk_win32_get_installation_directory().
220
221 Sun Mar  3 17:03:30 2002  Owen Taylor  <otaylor@redhat.com>
222
223         * gtk/gtkmenushell.c gtk/gtkmenubar.[ch]: Back out
224         changes to propagate keys to parent menu shells, since
225         that broke stuff; rather implement ::cycle-focus as
226         a key binding on GtkMenuShell rather than on GtkMenuBar.
227
228         * gtk/gtkmenushell.c (gtk_menu_shell_class_init): Add
229         add bindings for ::cycle-focus. (In gtkmenubar.c, were 
230         mistakently bound to ::move-focus.)
231
232 2002-03-03  Tor Lillqvist  <tml@iki.fi>
233
234         * README.win32: Minor edits.
235
236         * config.h.win32.in: Update to match a recent configure-generated
237         config.h
238
239 Sun Mar  3 15:16:07 2002  Owen Taylor  <otaylor@redhat.com>
240
241         * gtk/gtktable.c: When increasing the row or column
242         requisitions to make them sufficient for spanning widgets,
243         favor rows or columns with expandable children in them.
244         (#1261, Jonathan Blandford.)
245
246 Sun Mar  3 14:26:33 2002  Owen Taylor  <otaylor@redhat.com>
247
248         * gtk/gtkstyle.[ch] (_gtk_get_insertion_cursor_gc):
249         Centralize lookup and caching of cursor GC's here.
250
251         * gtk/gtkentry.[ch] gtk/gtktextview.[ch] gtk/gtktextdisplay.c
252         gtk/gtklabel.c: Move to using _gtk_get_insertion_cursor_gc().
253
254         * gtk/gtkentry.c (gtk_entry_expose): Draw cursors
255         under the text, not over the text.
256
257         * gtk/gtkwidget.c (gtk_widget_class_init): add
258         a secondary-cursor-color property.
259
260         * gtk/gtkwidget.c (gtk_widget_class_init): Decrease
261         the default aspect ratio to 1/25 (0.04).
262         
263         * tests/testgtkrc (bell_duration): Comment out
264         cursor color setting.
265         
266 Sun Mar  3 20:48:12 2002  Soeren Sandmann  <sandmann@daimi.au.dk>
267
268         * gtk/gtkmenu.c (gtk_menu_set_submenu_navigation_region): change
269         offset of cursor corner of navigation region from (-2, 2) to 
270         (-2, 0).
271
272 2002-03-03  jacob berkman  <jacob@ximian.com>
273
274         * Makefile.am (EXTRA_DIST): add sanitize-la.sh
275
276 2002-03-03  Anders Carlsson  <andersca@gnu.org>
277
278         * gdk/x11/gdkwindow-x11.c (gdk_window_move_resize): Fix tyop
279         in docs.
280
281 Sat Mar  2 03:49:31 2002  Kristian Rietveld  <kris@gtk.org>
282
283         * gtk/gtktreeview.c (gtk_tree_view_button_press): move edit
284         ifs above _set_cursor code, don't collapse/expand row on double
285         click, only activate (#63269)
286         (validate_visible_area): add two missing lines (#73161, #73162)
287
288 Sun Mar  3 12:13:56 2002  Owen Taylor  <otaylor@redhat.com>
289
290         * configure.in: Fix typo where pangoxft was being
291         required instead of pangox. (Reported by Miles
292         Lane)
293
294 Sun Mar  3 11:12:16 2002  Owen Taylor  <otaylor@redhat.com>
295
296         * gtk/gtktextlayout.c (add_cursor): When in split cursor
297         mode, always add the cursor as both strong and weak
298         so that it is drawn with the correct non-split color.
299
300 Sun Mar  3 11:05:13 2002  Owen Taylor  <otaylor@redhat.com>
301
302         * modules/input/Makefile.am (moduledir): Fix
303         install location.
304
305 Sun Mar  3 10:28:32 2002  Owen Taylor  <otaylor@redhat.com>
306
307         * gtk/Makefile.am: add missing dependency of objects on
308         gtkmarshalers.h.
309
310         * gtk/Makefile.am gtk/gtk-boxed.defs: Remove completely
311         out of date and unused gtk-boxed.defs and the accompanying
312         Makefile rule to generate the complete gtk.defs.
313
314 2002-03-03  Hans Breuer  <hans@breuer.org>
315
316         * gtk/gtkmain.c : make rewrite_event_for_window() static
317         * gtk/gtkrc.c : gtk_rc_clear_realized_style() static
318
319         * gtk/makefile.msc.in : adapt to makeenums build changes
320
321         * gtk.def : sorted alphabetical again
322
323 2002-03-03  Sven Neumann  <sven@gimp.org>
324
325         * m4macros/gtk-2.0.m4: lowercase configure --help output.
326
327 Sun Mar  3 06:39:19 2002  Tim Janik  <timj@gtk.org>
328
329         * gtk/gtkfilesel.c: added compile time switch to put the tree views
330         into a hpaned for owen to play with.
331
332         * gtk/gtktreedatalist.c (_gtk_tree_data_list_header_free): 
333         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_cell_data_func),
334         (gtk_tree_view_column_finalize): 
335         * gtk/gtktreestore.c (gtk_tree_store_set_default_sort_func),
336         (gtk_tree_store_set_sort_func), (gtk_tree_store_finalize): 
337         * gtk/gtktreeselection.c (gtk_tree_selection_finalize): 
338         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_reset_default_sort_func),
339         (gtk_tree_model_sort_set_default_sort_func),
340         (gtk_tree_model_sort_set_sort_func):
341         * gtk/gtkliststore.c (gtk_list_store_set_default_sort_func),
342         (gtk_list_store_set_default_sort_func),
343         (gtk_list_store_set_sort_func), (gtk_list_store_finalize): 
344         add reentrancy protection around destroy() function invocation.
345
346         * gtk/gtktreeselection.c (gtk_tree_selection_set_select_function): fix
347         destroy function invocation (which was missing).
348
349 Sat Mar  2 23:08:23 2002  Owen Taylor  <otaylor@redhat.com>
350
351         Fixes for uninstalled operation with module suffixes
352         other than .so and in general for platforms like AIX where
353         the module suffix isn't predictable. (#72185, problems
354         reported by Miroslaw Dobrzanski-Neumann)
355
356         * modules/input/Makefile.am (gtk.immodules): Query .la
357         files rather than shared objects in .libs when creating the
358         uninstalled gtk.immodules file.
359
360         * gtk/gtkmain.c (_gtk_find_module): Look for .la files
361         after looking for the normal soname extension to handle
362         cases where the soname extension isn't predictable,
363         like AIX.
364
365         * gtk/gtkthemes.c (gtk_theme_engine_load): Don't
366         call g_module_build_path... leave that to 
367         gtk_rc_find_module_in_path.
368
369         * demos/gtk-demo/main.c (main) demos/pixbuf-init.c (pixbuf_init):
370         tests/testgtk.c (test_init): tests/testtext.c (test_init)
371         tests/testdnd.c (test_init): Point gdk-pixbuf to .la
372         files rather than poking in .libs for .so files.
373
374         * gtk/stock-icons/Makefile.am (gtkstockpixbufs.h): Remove
375         .libs from GDK_PIXBUF_MODULEDIR.
376
377 Sat Mar  2 20:58:30 2002  Owen Taylor  <otaylor@redhat.com>
378
379         * gtk/gtkwidget.c (gtk_widget_reparent): Handle NO_WINDOW
380         widgets with windows that are children of widget->window.
381         (#50279)
382
383         * tests/testgtk.c: Add eventboxes to the example so that
384         we are reparenting between different GdkWindows.
385
386 Sat Mar  2 20:39:38 2002  Owen Taylor  <otaylor@redhat.com>
387
388         * gtk/gtkimagemenuitem.c (gtk_image_menu_item_new_from_stock): 
389         Add a note to the docs about how to use this in the 
390         context of changeable accelerators. (#72382, Mark Patton)
391
392 Sat Mar  2 19:48:10 2002  Owen Taylor  <otaylor@redhat.com>
393
394         * configure.in: Fix missing -lX11 into x_libs with pangoxft.
395
396 Fri Mar  1 00:46:49 2002  Owen Taylor  <otaylor@redhat.com>
397
398         * configure.in: Add a --enable-explicit-deps option to control
399         whether dependency libraries are written into .la files and .pc
400         files.  Default is auto: if static libraries are off and shlib
401         dependencies are found, don't write deps.
402
403         * gdk/Makefile.am gtk/Makefile.am sanitize-la.sh: Shell script
404         used to strip dependencies out of .la files.
405
406         * Makefile.am: Add a slightly modified distcheck rule that passes
407         --enable-gtk-doc to the configure inside.
408         (So that 'make dist' succeeds inside.)
409
410         * configure.in: If pango was compiled with
411         --disable-explicit-deps, then repeat the checks for X and
412         freetype ourselves so we don't depend on linking to libraries
413         that pango doesn't reveal in the link line. Add some more paranoia
414         for whether what we detect ourselves matches what Pango backends
415         we found.
416         
417 2002-03-03  Tor Lillqvist  <tml@iki.fi>
418
419         * configure.in: Output gdk-pixbuf/gdk_pixbuf.rc.
420
421         * gdk/gdk.def
422         * gdk/win32/gdkevents-win32.c: Add and (trivially) implement
423         gdk_pointer_grab_info_libgtk_only() and
424         gdk_keyboard_grab_info_libgtk_only().
425
426 2002-03-02  Tor Lillqvist  <tml@iki.fi>
427
428         * gdk/win32/gdkevents-win32.c (build_keypress_event): Reorder
429         code, keyval should get a value in all cases now.
430         (build_keyrelease_event): Set GDK_CONTROL_MASK here, too, if it
431         was a control character produced with Alt+keypad digits.
432         (gdk_event_translate): Minor cleanups to keyboard input
433         handling. Still need more major work.
434         
435 Sat Mar  2 16:12:03 2002  Owen Taylor  <otaylor@redhat.com>
436
437         * gtk/gtkradiobutton.c (gtk_radio_button_focus): Don't
438         do special focus handling if draw_indicator is not set.
439         (#64723, Damon Chaplin.)
440
441 Sat Mar  2 15:48:04 2002  Owen Taylor  <otaylor@redhat.com>
442
443         * gtk/gtkentry.c (gtk_entry_new_with_max_length,
444         gtk_entry_set_max_length): Clamp @max parameter passed in to 
445         [0, MAX_SIZE], improve docs. Fix default and range 
446         for ::max-length property, range for ::ncursor_position,
447         ::selection_bound properties. (#55916, Vitaly Tishkov)
448
449         * gtk/gtkmain.c (rewrite_event_for_grabs): Fix typo
450
451 Fri Mar  1 18:39:44 2002  Owen Taylor  <otaylor@redhat.com>
452
453         * gdk/x11/{gdkevents-x11.c,gdkmain-x11.c,gdkprivate-x11.h,
454         gdkwindow-x11.c}: Robustify tracking of pointer grab window.
455
456         * gdk/x11/gdkmain-x11.c: Keep track of current keyboard
457         grab window.
458
459         * gdk/x11/gdkmain-x11.c (gdk_pointer_grab_info_libgtk_only,
460         gdk_keyboard_grab_info_libgtk_only): Private libgtk => libgtk
461         API for finding out current grab information.
462         
463         * gtk/gtkmain.c (rewrite_event_for_grabs): Rewrite events
464         so that the effective behavior of owner_events = TRUE is changed
465         to "deliver events to same window group normally" instead
466         of "deliver events to same application normally. #69934
467
468         * gtk/gtkrange.c: Use an explicit gtk_grab_add() so that
469         it works within the GtkList combo, where there is a 
470         owner_events = FALSE gdk_pointer_grab() already in effect.
471         (#65006, reported by Damon Chaplin)
472
473 Sat Mar  2 14:32:50 2002  Owen Taylor  <otaylor@redhat.com>
474
475         * configure.in: Default to --disable-gtk-doc (avoid Jade
476         breakage) and --disable-static (static linking causes
477         problems with Xft changes.)
478
479         * autogen.sh: Add --enable-gtk-doc by default.
480
481         * Makefile.am: Add a 'mydistcheck' rule that passes
482         --enable-gtk-doc to the configure since that is needed
483         for 'make dist'.
484
485         * docs/tutorial/Makefile.am (dist-hook): Don't distribute
486         the PDF file. (Rule doesn't work on my system, plus it's
487         big.)
488
489         * gtk/Makefile.am: 'make dist' fixes.
490
491 Sat Mar  2 13:26:58 2002  Owen Taylor  <otaylor@redhat.com>
492
493         * gtk/Makefile.am: Switch style of stamp file usage.
494
495         * gtk/Makefile.am gtk/typeutils.[ch]: Switch all the exported
496         enumeration/fags TYPE variables over to macros for get_type() functions,
497         for lazy definition and to get rid of expensive relocations.
498
499         * gtk/gtkiconfactory.[ch] gtk/gtkselection.[ch] gtk/gtkstyle.[ch]
500         gtk/gtktextiter.[ch] gtk/gtktexttag.[ch] gtk/gtktreemodel.[ch]
501         gtk/gtktypeutils.[ch] gtk/gtkwidget.[ch]: Switch boxed type
502         definitions over manually coded get_type() functions.
503
504         * gtk/gtk.def: Updates for above
505
506         * gtk/{genmarshal.pl,makeenums.awk,makeenums.h,maketypes.awk}:
507         Remove from CVS, no longer used.
508
509         * configure.in: Remove checks for awk.
510         
511 Sat Mar  2 04:44:10 2002  Tim Janik  <timj@gtk.org>
512
513         * gtk/gtkaccelgroup.c (gtk_accel_group_connect_by_path): fix typo.
514
515 Fri Mar  1 23:59:35 2002  Kristian Rietveld  <kris@gtk.org>
516
517         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_get_size): set
518         first_cell to FALSE after first iteration
519
520         * gtk/gtktreeview.c (validate_visible_area): reduce usage of
521         GTK_RBNODE_GET_HEIGHT, check for node != NULL,
522         (gtk_tree_view_top_row_to_dy): remove call to gtk_adjustment_changed
523         (gtk_tree_view_search_iter): select iter after scrolling
524
525 2002-03-02  Tor Lillqvist  <tml@iki.fi>
526
527         * gtk/gtkitemfactory.c: Remove unneeded Win32 stuff inside #ifdef
528         G_OS_WIN32. (Leftover from when gtkitemfactory.c handled files.)
529
530 2002-03-01  Tor Lillqvist  <tml@iki.fi>
531
532         * gdk/gdkkeys.c (gdk_keyval_convert_case)
533         * gdk/x11/gdkkeys-x11.c (gdk_keyval_convert_case): If the keyval
534         to be converted is one of those that consist of a Unicode
535         character plus our special flag bit, use the
536         g_unichar_to{lower,upper} functions (Bug#73112).
537
538         * gdk/gdkkeys.c (gdk_keyval_convert_case): Drop the #ifdefs for
539         the GDK keysym symbols. As we include gdkkeysyms.h, we know they
540         are there. And if GDK keysyms some day are added/removed, this
541         function needs changes, too, anyway.
542
543 Fri Mar  1 17:00:28 2002  Owen Taylor  <otaylor@redhat.com>
544
545         * gdk/gdkpolyreg-generic.c: Fix some reported (but not significant)
546         UMR's from purify. (#73160, Morten Welinder)
547
548 Fri Mar  1 16:48:19 2002  Owen Taylor  <otaylor@redhat.com>
549
550         * gtk/gtkscrolledwindow.c: Initialize the scrollbar spacing
551         variable in the class to -1, and then take that to mean
552         "default" (3) rather than putting 3 in the class directly.
553         This gives us some wiggle room to make it a per-instance
554         rather than a per-class property later.
555
556 2002-03-01  jacob berkman  <jacob@ximian.com>
557
558         * Makefile.am (install-data-hook): 
559         (dist-hook): replace uses of test -e with more portable test -f
560
561 Fri Mar  1 14:49:35 2002  Owen Taylor  <otaylor@redhat.com>
562
563         * gtk/gtktextview.c (gtk_text_view_commit_text): Don't delete
564         forward across line boundaries when in overwrite mode.
565         (#73145, reported by Ettore Perazzoli)
566
567 Fri Mar  1 14:47:39 2002  Owen Taylor  <otaylor@redhat.com>
568
569         * gtk/gtktextview.c (gtk_text_view_commit_text): Don't
570         join up lines.
571
572 Fri Mar  1 10:31:14 2002  Owen Taylor  <otaylor@redhat.com>
573
574         * gtk/gtknotebook.c (gtk_notebook_reorder_child):
575         Fix signed-unsigned error that was accidentally causing
576         negative values to append, do it intentionally. Fix docs 
577         to say that negative values append. (Alexey A. Malyshev,
578         #73108) 
579
580 2002-03-01 Alexey Malyshev <maa@sparc.spb.su>
581         
582         * gtk+/gtk/gtkitemfactory.c
583         fixed a little type in docs for gtk_notebook_set_show_border()
584         
585 Fri Mar  1 09:05:19 2002  Owen Taylor  <otaylor@redhat.com>
586
587         * gtk/gtkitemfactory.c (gtk_item_factory_delete_entries):
588         Really make it work for paths with underline accelerators. (#69247)
589
590 2002-02-28  Havoc Pennington  <hp@pobox.com>
591
592         * gtk/gtktextview.c (gtk_text_view_finalize): free the tab array
593         for custom tabs, reported by Paolo Maggi #72980
594         
595 Thu Feb 28 19:55:01 2002  Owen Taylor  <otaylor@redhat.com>
596
597         * gdk/gdkkeys.c: include gdkkeysysms.h if
598         compiling gdk_keyval_convert_case.
599
600         * gtk/gtkmenubar.c (gtk_menu_bar_cycle_focus): Implement
601         <Control>Tab <Control><Shift>Tab to cycle between
602         all menu bars in a toplevel once one is up.
603
604         * tests/testgtk.c: Add a second menubar, this
605         example is already full of crack anyways.
606
607         * gtk/gtkmenushell.c (gtk_menu_shell_key_press): Padd
608         unhandled events up to the parent menu shell.
609
610         * gtk/gtkmenuitem.c (gtk_menu_item_select_timeout): Only
611         pop up the menu if the parent menu shell is still active.
612
613         * gtk/gtkcontainer.[ch] (_gtk_container_focus_sort): Add a
614         old_focus argument, export privately.
615
616 2002-02-28  Darin Adler  <darin@bentspoon.com>
617
618         * gtk/gtkfilesel.c: (open_new_dir): Add missing NULL check.
619
620 2002-03-01  Tor Lillqvist  <tml@iki.fi>
621
622         * gdk/win32/gdkwindow-win32.h (struct _GdkWindowImplWin32): Remove
623         the event_mask, it is now in GdkWindowObject.
624
625         * gdk/win32/gdkwindow-win32.c: Change accordingly. Set the
626         GDK_STRUCTURE_MASK in gdk_window_set_events(), as it is always set
627         in gdk_window_new(), too. (Bug#72921)
628
629         * gdk/win32/gdkevents-win32.c: Change accordingly here, too.
630         (vk_from_char): New function, calculates the virtual keycode
631         corresponding to the char in a WM_CHAR message.
632         (build_keypress_event, build_keyrelease_event): Use it.
633         (build_keypress_event): Call ImmReleaseContext() after using the
634         input context. This might plug a memory or resource leak.
635         (build_key_event_state): Remove #if 0 code.
636         (gdk_event_translate): Actually, it would be preferrable to always
637         handle just the WM_KEYDOWN and WM_KEYUP messages, not WM_CHAR at
638         all, and thus drop the contorted logic with ignore_wm_char etc.
639
640         * gdk/win32/gdkkeys-win32.c: (gdk_keymap_get_entries_for_keyval):
641         Debugging output.
642         (gdk_keymap_translate_keyboard_state): Return correct value. (But
643         _gtk_key_hash_lookup() doesn't check the return value...)
644
645 Thu Feb 28 14:49:08 2002  Owen Taylor  <otaylor@redhat.com>
646
647         * gdk/x11/gdkwindow-x11.c (gdk_window_foreign_new): Initialize
648         private->event_mask from attributes we retrieved for
649         the window.
650
651 2002-02-22  Havoc Pennington  <hp@redhat.com>
652
653         * gtk/gtktextbuffer.c (save_range): change gravity of start/end
654         marks so that text added at either end of the range doesn't end up
655         inside the range.
656         (gtk_text_buffer_real_insert_range): fix to handle pasting a range
657         into itself.
658
659 2002-02-28  Sven Neumann  <sven@gimp.org>
660
661         * configure.in: beautified configure --help output.
662
663 2002-02-28  Tor Lillqvist  <tml@iki.fi>
664
665         * gdk/win32/Makefile.am: Move bdfcursor.c from
666         libgdk_win32_la_SOURCES to EXTRA_DIST.
667
668         * gdk/win32/gdkgc-win32.c (gdk_win32_colormap_color_pack): In the
669         bitmap case, use just the LSB of the pixel value. Does this match
670         X11 semantics? Or should it be pixel!=0?
671
672 Wed Feb 27 19:16:50 2002  Owen Taylor  <otaylor@redhat.com>
673
674         * gdk/x11/gdkwindow-x11.c (gdk_window_new): 
675         * gdk/x11/gdkwindow-x11.c (gdk_window_get_events): 
676         * gdk/x11/gdkwindow-x11.c (gdk_window_set_events): 
677         * gdk/win32/gdkwindow-win32.c (gdk_window_set_events): 
678         * gdk/win32/gdkwindow-win32.c (gdk_window_new): 
679         * gdk/gdkwindow.h (struct _GdkWindowObject): 
680         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_set_events):
681         Save the window's event mask in window->event_mask.
682
683         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Only
684         generate expose events if GDK_EXPOSE_MASK is included
685         window->event_mask. (#54506)
686
687 Wed Feb 27 18:50:29 2002  Owen Taylor  <otaylor@redhat.com>
688
689         * gtk/gtkwidget.c (gtk_widget_event): Allow focus-change
690         events to be sent to unrealized widgets; they aren't
691         really normal events in that they have anything to
692         do with widget->window. (#72914, Andreas J. Guelzow)
693
694 Wed Feb 27 18:39:25 2002  Owen Taylor  <otaylor@redhat.com>
695
696         * gtk/stock-icons/Makefile.am: Split big VARIABLES variable
697         that was causing overlong lines into 6 variables with 20
698         in each one.
699
700 Wed Feb 27 18:01:03 2002  Owen Taylor  <otaylor@redhat.com>
701
702         * gtk/gtkaccellabel.c (gtk_accelerator_name) po/POTFILES.in: 
703         Mark Ctrl, Shift, Alt for translation.
704         (#60590)
705
706         * gtk/gtkfontsel.c: Mark PREVIEW_TEXT for translation.
707         (Vlad Harchev, #53223)
708
709 Wed Feb 27 17:32:09 2002  Owen Taylor  <otaylor@redhat.com>
710
711         * gtk/gtkrange.c (gtk_range_get_props): if CAN_FOCUS
712         reserve focus_line_width + focus_line_pad extra
713         space and draw the focus in that space. #72027.
714
715 Wed Feb 27 23:02:55 2002  Soeren Sandmann  <sandmann@daimi.au.dk>
716
717         * gtk/gtkhandlebox.c (gtk_handle_box_realize): minor code cleanup
718
719 Wed Feb 27 14:58:12 2002  Owen Taylor  <otaylor@redhat.com>
720
721         * gtk/gtkmenubar.c (gtk_menu_bar_size_request/allocate): 
722         Don't reserve space for border when the shadow type
723         for the menubar is "none". (#61843)
724
725         * gtk/gtkmenubar.c (gtk_menu_bar_size_allocate): Fix
726         offset for right-justified menu items.
727
728 Wed Feb 27 14:45:21 2002  Owen Taylor  <otaylor@redhat.com>
729
730         * gtk/gtktoolbar.c (gtk_toolbar_size_allocate): Go
731         back to old style of drawing children over the bevel.
732         (#58615)
733
734 Wed Feb 27 14:08:26 2002  Owen Taylor  <otaylor@redhat.com>
735
736         * modules/input/imxim.c: Add ko and zh to the locales
737         where this is the default.
738
739 Wed Feb 27 12:34:21 2002  Owen Taylor  <otaylor@redhat.com>
740
741         * gtk/gtkiconfactory.c: Register all stock icons
742         "unscaled" so that we don't have icons only available
743         at some sizes. (#68896)
744
745 Wed Feb 27 11:59:05 2002  Owen Taylor  <otaylor@redhat.com>
746
747         Some ASCII vs. locale fixes from Darin Adler (#55837)
748
749         * gtk/gtkcombo.c (gtk_combo_find): Implement real
750         case-insensitive comparison using g_utf8_casefold().
751
752         * gtk/gtkaccellabel.c (gtk_accel_label_refetch): Fix
753         assignment of gunichar to char by replacing g_unichar_totitle
754         with g_ascii_toupper ... the contents would only be ascii
755         here anyways.
756
757         * gdk/x11/gdkim-x11.c (_gdk_x11_initialize_locale) 
758         * gtk/gtkfontsel.c (gtk_font_selection_show_available_fonts): 
759         Replace a calls to g_strcasecmp() with g_ascii_strcasecmp().
760
761 2002-02-27  Hans Breuer  <hans@breuer.org>
762
763         * demos/gtk-demo/makefile.msc.in : new file
764
765         * gdk-pixbuf/gtk-pixbuf.rc.in : new file to include
766           version resource
767         * gdk-pixbuf/makefile.msc : create and use gdk-pixbuf.res
768
769         * gdk/win32/gdkkeys-win32.c : handle undefined LANG_URDU,
770         (gdk_keyval_name) : fix endless looping
771
772         * gtk/gtkfilesel.c : translate_win32_path() static
773         * gtk/queryimmodules : print_escaped(), query_module() static
774
775         * gtk/makefile.msc.in : added gtkkeyhash, build gtk-win32.res
776
777         * gtk/stock-icons/makefile.msc : regenerated from directory
778         listing (almost all filenames changed)
779
780 Wed Feb 27 10:34:46 2002  Owen Taylor  <otaylor@redhat.com>
781
782         * gtk/gtkrange.c (gtk_range_set_range): After computing
783         the clamped value, actually set it. (#62639, Sergey Kuzminov)
784
785 Tue Feb 26 22:22:37 2002  Owen Taylor  <otaylor@redhat.com>
786
787         * gtk/gtkbox.c (gtk_box_reorder_child): Clean up
788         the code so < 0 == end wasn't just a side effect,
789         remove most of the manual linked list manipulation
790         code in favor of g_list_* functions.
791
792 Tue Feb 26 21:44:01 2002  Owen Taylor  <otaylor@redhat.com>
793
794         * config.status config.guess: Remove these files
795         from CVS so we more-or-less current versions from
796         automake --add-missing. (Reported by Finlay Dobbie,
797         #60342)
798
799         * gdk/gdkkeyuni.c: Shouldn't map KP_Enter to '\n',
800         or KP_Tab to \t' since we don't map the corresponding
801         main keyboard characters in that way. (#61561,
802         Padraig O'Briain)
803
804 Tue Feb 26 19:45:29 2002  Owen Taylor  <otaylor@redhat.com>
805
806         * gtk/gtkcombo.c (gtk_combo_set_popdown_strings):
807         Call gtk_combo_set_popdown_strings() in case
808         the combo is up currently. (#63535, Skip Montaro)
809
810 Tue Feb 26 19:38:14 2002  Owen Taylor  <otaylor@redhat.com>
811
812         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_class_init):
813         Switch control-home/end and home/end with
814         the idea that scrolled windows more typically contain
815         vertical sets of controls and to correspond to the bindings
816         in GtkTreeView.
817
818 Tue Feb 26 19:32:42 2002  Owen Taylor  <otaylor@redhat.com>
819
820         * gtk/gtk[hv]vscale.c (gtk_[hv]scale_expose): Chain
821         up before drawing the scale values so that the number
822         is drawn in the right place instead of one step 
823         back. (#61743, patch from Satyajit Kanungo)
824
825 Tue Feb 26 19:16:28 2002  Owen Taylor  <otaylor@redhat.com>
826
827         * gdk/win32/gdkkeys-win32.c (gdk_keyval_name): 
828         * gdk/x11/gdkkeys-x11.c (gdk_keyval_name): 
829         Make sure Page_Up, Page_Down get those names, not Prior,
830         Next.
831
832 Tue Feb 26 18:58:49 2002  Owen Taylor  <otaylor@redhat.com>
833
834         * gtk/gtkaccelgroup.c (gtk_accelerator_set_default_mod_mask):
835         OR in the three default modifiers to any value passed
836         in by the caller, so that the caller won't break the
837         the default bindings. (#70142, Jody Goldberg, though he
838         wasn't in favor of this particular way of solving it.)
839
840 Tue Feb 26 18:47:44 2002  Owen Taylor  <otaylor@redhat.com>
841
842         * gtk/gtkwindow.c (gtk_window_add_mnemonic): Append
843         mnemonics rather than prepending them so that the 
844         order is typically forward rather than typically
845         backward. (Partial fix for #52395)
846
847 Wed Feb 27 00:45:39 2002  Soeren Sandmann  <sandmann@daimi.au.dk>
848
849         * gtk/gtkarrow.c, gtk/gtkmenuitem.c, gtk/gtkrange.c
850         gtk/gtkspinbutton.c gtk/gtkstyle.c: Draw arrows better (without
851         extra baseline)
852
853 Tue Feb 26 18:38:17 2002  Owen Taylor  <otaylor@redhat.com>
854
855         * gtk/gtkaccellabel.c (gtk_accel_label_refetch): 
856         Display any "g_unicode_isgraph()" char literally,
857         not just latin1. (#65679)
858
859 Tue Feb 26 18:01:10 2002  Owen Taylor  <otaylor@redhat.com>
860
861         * gtk/gtkwidget.c (gtk_widget_grab_focus): Don't
862         focus insensitive widgets. (#68203)
863         
864         * gtk/gtkentry.c (gtk_entry_state_changed): Clear any
865         current selection if we become insensitive. (#68203)
866
867         * gtk/gtkentry.c (gtk_entry_grab_focus): Don't
868         select the text if the entry isn't editable. (#67203)
869
870         * gtk/gtkentry.c: Activate keybindings when not editable,
871         but supress keybindings that change the text. (#65848, #68203)
872
873         * gtk/gtkentry.c (gtk_entry_set_property): Reset the
874         IM context for the entry when it is made not editable.
875
876 Tue Feb 26 17:04:44 2002  Owen Taylor  <otaylor@redhat.com>
877
878         * gtk/gtkcolorsel.c (update_color): Emit ::color_changed
879         every time we notify current_color. (Brute force 
880         fix for #72470, Matthias Clasen). Some fixes to improve
881         reentrancy.
882
883 Tue Feb 26 15:04:33 2002  Owen Taylor  <otaylor@redhat.com>
884
885         * gtk/gtkentry.c (gtk_entry_enter_text): use
886         the cursor position _after_ deleting the text
887         as the position to insert at. (#72717, Jan Mynarik)
888
889 2002-02-26 Vitaly Tishkov <tvv@sparc.spb.su>
890
891         * gtk/gtktreemodel.c
892         misprints in documentation for gtk_tree_row_reference_inserted() 
893         and gtk_tree_path_new () are fixed
894
895 Tue Feb 26 19:47:16 2002  Kristian Rietveld  <kris@gtk.org>
896
897         * gtk/gtktreeview.c (validate_visible_area): take into account
898         that a path from a rowref can be NULL. (#72623 and #72650)
899
900         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_render_or_focus):
901         let focus_rectangle be the same as cell_area for empty cells (#69900)
902
903 Tue Feb 26 11:51:56 2002  Owen Taylor  <otaylor@redhat.com>
904
905         * gtk/gtkkeyhash.c (_gtk_key_hash_remove_entry): Fix
906         double free.
907
908 Tue Feb 26 10:38:14 2002  Owen Taylor  <otaylor@redhat.com>
909
910         * gtk/gtkkeyhash.c (_gtk_key_hash_lookup_keyval): Handle
911         a keyval of 0, by returning an empty list. (#72617,
912         Kevin Breit)
913
914 2002-02-26  Richard Hult  <rhult@codefactory.se>
915
916         * gtk/gtktreeview.c (gtk_tree_view_expand_all): Fix
917         #72586. Silently accept empty tree.
918         (gtk_tree_view_collapse_all): Likewise.
919
920 2002-02-26  Tor Lillqvist  <tml@iki.fi>
921
922         * gtk/gtk.def: A couple of name changes.
923
924 Mon Feb 25 22:10:47 2002  Owen Taylor  <otaylor@redhat.com>
925
926         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_class_init): Fix
927         double set of bindings for page-up/down. (#72605, Tor Lillqvist)
928
929         * gtk/gtkmenu.c (gtk_menu_key_press): Remove consumed modiifers
930         when setting up accelerator to make accelerators look prettier.
931         (#65416, Guillermo S. Romero)
932
933 2002-02-26  Tor Lillqvist  <tml@iki.fi>
934
935         * gdk/win32/gdkkeys-win32.c: Implement the functions that until
936         now just were non-functional stubs. For "hardware keycodes", we
937         use Windows virtual keycodes. Not scancodes, although that at
938         first might seem more low-level and a better match to X11
939         keycodes. 
940
941         The Windows API is really mixed up and confused with respect to
942         scancodes and virtual keycodes. (Surprised?) Some scancodes are
943         generated by two keys on the keyboard (!), and although the
944         keyboard messages do have a flag to indicate which key the user
945         pressed, other API that take a scan code as input don't let you
946         specify which actual key you mean.
947
948         (update_keymap): Function to build a X11-like representation of
949         the keyboard. Each key has four keysyms: two levels (nonshifted
950         and shifted) and two groups (normal and with AltGr).
951
952         (gdk_keymap_get_direction): Use the codepage corresponding to the
953         thread's input locale, not the system codepage.
954
955         * gdk/win32/gdkglobals.h
956         * gdk/win32/gdkmain-win32.c
957         * gdk/win32/gdkprivate-win32.h
958         * gdk/win32/gdkwindow-win32.h
959         * gdk/win32/gdkwindow-win32.c: Remove the input_locale and
960         charset_info fields from GdkWindowImplWin32. Input locale is
961         per-thread in Windows, and as GDK on Windows really only works
962         when the GDI interaction all happens in just one thread anyway,
963         this state can be global. Use globals _gdk_input_locale and
964         _gdk_input_codepage instead. Set these based on the thread's input
965         locale (keyboard layout, or which IME is active).
966
967         * gdk/win32/gdkevents-win32.c: Set the group and hardware_keycode
968         fields in GDK key events. On input locale change messages, set
969         the global state variables, and inform update_keymap() that it
970         has to rebuild the keymap.
971         
972 2002-02-25  Matthias Clasen  <maclas@gmx.de>
973
974         * docs/tutorial/gtk-tut.sgml: Fix typos in pkg-config 
975         invokations.  (#72476) 
976
977 Mon Feb 25 18:59:27 2002  Owen Taylor  <otaylor@redhat.com>
978
979         * gtk/gtktooltips.c (start_keyboard_mode): Set the keyboard-mode
980         flag before popping up the tooltip so that pop it up
981         in the right place. (#71917, Narayani Pattipati)
982
983 Mon Feb 25 22:11:34 2002  Kristian Rietveld  <kris@gtk.org>
984
985         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_visible): call
986         _gtk_tree_view_column_cell_set_dirty when visible, so this column
987         gets some space allocated. (#70996)
988
989         * gtk/gtkliststore.c (gtk_list_store_get_path): add simple
990         optimization for the tail case
991         (gtk_list_store_real_set_value): remove unneeded _get_path calls
992
993 Mon Feb 25 12:47:25 2002  Owen Taylor  <otaylor@redhat.com>
994
995         * gdk/x11/gdkkeys-x11.c (gdk_keymap_translate_keyboard_state): 
996         Fix precendence problem. (Sven Neumann)
997
998 Sun Feb 24 23:23:28 2002  Owen Taylor  <otaylor@redhat.com>
999
1000         * tests/testselection.c (main): Convert over to using
1001         an GtkInvisible - selections don't work properly
1002         with now NO_WINDOW GtkToggleButton. (Example really
1003         should be using GtkClipboard.)
1004
1005         * gdk/x11/gdkselection-x11.c (gdk_selection_property_get):
1006         Fix  problems if sizeof(GdkAtom) != sizeof(Atom). (Unlikely)
1007
1008         * gdk/x11/gdkproperty-x11.c (gdk_property_get): Set 
1009         actual_length when converting atoms as well.
1010         (Gregory Merchan, #72074)
1011
1012 2002-02-24  Havoc Pennington  <hp@pobox.com>
1013         
1014         * gtk/gtktextview.c (gtk_text_view_value_changed): add dx/dy to
1015         child allocation, don't subtract them. Also, copy code from CList
1016         to recursively adjust the child allocation, instead of just 
1017         adjusting immediate children. #69115
1018
1019 2002-02-24  Havoc Pennington  <hp@pobox.com>
1020
1021         * gtk/gtkstyle.c (_gtk_draw_insertion_cursor): change to pass in
1022         the cursor direction always, not just when we need an arrow, so we
1023         can flip the cursor around its axis for RTL. Resolves #72372
1024
1025         * gtk/gtkentry.c (gtk_entry_draw_cursor): update for
1026         draw_insertion_cursor change
1027         
1028         * gtk/gtklabel.c (gtk_label_draw_cursor): ditto
1029
1030         * gtk/gtktextdisplay.c (gtk_text_layout_draw): ditto
1031         
1032 2002-02-24  Alexander Larsson  <alla@lysator.liu.se>
1033
1034         * gdk/x11/gdkwindow-x11.c (gdk_window_set_background):
1035         Always NULL out bg_pixmap, even when it used to be None
1036         or parent relative.
1037
1038 2002-02-24  Havoc Pennington  <hp@pobox.com>
1039
1040         * gtk/gtktextbuffer.c (parent_class): parent_class variable was
1041         GtkObjectClass instead of GObjectClass
1042
1043         * gtk/gtktextview.c (widget_to_buffer): fix this the way 
1044         buffer_to_widget was fixed, to avoid duplicating 
1045         the code that computes text_window->allocation.x/y
1046
1047 Sun Feb 24 21:18:20 2002  Owen Taylor  <otaylor@redhat.com>
1048
1049         * gtk/gtksocket.c (gtk_socket_end_embedding): Fix
1050         off-by-one error. (Pointed out by Anders Carlsson)
1051
1052 2002-02-25  Matthias Clasen  <maclas@gmx.de>
1053
1054         * docs/tutorial/gtk-tut.sgml, docs/tutorial/images/*, examples/*: More
1055          GTK+ 2.0 updates.
1056
1057         * docs/tutorial/Makefile.am: build and dist the new tutorial, not
1058         the old Linuxdoc one.
1059
1060 Mon Feb 25 01:14:26 2002  Kristian Rietveld  <kris@gtk.org>
1061
1062         * gtk/gtktextlayout.c (find_display_line_above): free iter before
1063         going to done
1064
1065         * gtk/gtktreeview.c (validate_visible_area): free above_path,
1066         (set_destination_row): free path before returning,
1067         (gtk_tree_view_set_drag_dest_row): free current_dest
1068
1069 Sun Feb 24 14:15:45 2002  Owen Taylor  <otaylor@redhat.com>
1070
1071         * gtk/gtktextview.c (widget_to_buffer): Take border
1072         width into account.
1073
1074         * gtk/gtklabel.c (get_label_wrap_width): Don't use GdkFont
1075         to compute wrap width ... GdkFont will pull in X11 core
1076         fonts.
1077
1078 Sun Feb 24 00:06:58 2002  Owen Taylor  <otaylor@redhat.com>
1079
1080         * Released 1.3.15.
1081
1082         * configure.in: Version 1.3.15, binary, interface age 0.
1083
1084         * NEWS: Updates
1085
1086         * configure.in: Update version requirements.
1087
1088 Sat Feb 23 22:37:23 2002  Owen Taylor  <otaylor@redhat.com>
1089
1090         * gtk/gtkstyle.c (gtk_style_init): Sanity check default
1091         font family name and size.
1092
1093         * gtk/gtkwindow.c (gtk_window_set_default_size): Remove
1094         incorrect comment about the geometry widget.
1095
1096         * gtk/gtkwindow.c (gtk_window_move_resize): Unset the
1097         gtk_window_resize)() information once we've set the size
1098         once, to avoid it coming back next time we queue a resize.
1099         (#72359)
1100
1101         * gtk/gtkwindow.c (gtk_window_move_resize): Remove
1102         sething of ->need_default_position from here, Havoc
1103         says that it should correspond more or less exactly
1104         to GTK_WIDGET_MAPPED (window).
1105
1106 Sat Feb 23 23:00:48 2002  Jonathan Blandford  <jrb@redhat.com>
1107
1108         * gtk/gtktreemodel.h: add () to function macros as per owen's
1109         request.
1110
1111         * gtk/gtkfontsel.c: (gtk_font_selection_select_best_style),
1112         (gtk_font_selection_show_available_sizes),
1113         (gtk_font_selection_set_font_name):
1114         * gtk/gtktreemodel.c: (gtk_tree_model_get_iter_first),
1115         (gtk_tree_model_foreach):
1116         * gtk/gtktreemodelsort.c: (gtk_tree_model_sort_sort_level),
1117         (gtk_tree_model_sort_build_level):
1118         * gtk/gtktreeselection.c: (gtk_tree_selection_selected_foreach):
1119         * gtk/gtktreeview.c: (validate_visible_area),
1120         (gtk_tree_view_focus_to_cursor), (gtk_tree_view_set_model),
1121         (gtk_tree_view_map_expanded_rows), (gtk_tree_view_search_move),
1122         (gtk_tree_view_search_init):
1123         * tests/testtreeview.c: (run_automated_tests): change iter_root
1124         to iter_first
1125
1126 Sat Feb 23 22:10:52 2002  Jonathan Blandford  <jrb@redhat.com>
1127
1128         * gtk/gtktreemodel.c (gtk_tree_path_new_first): change new_root to
1129         new_first to avoid confusion.
1130         (gtk_tree_model_get_iter_first): ditto.
1131
1132 Sat Feb 23 20:59:05 2002  Owen Taylor  <otaylor@redhat.com>
1133
1134         * gtk/gtkstyle.c gtk/gtkrc.[ch]: gtk/gtksettings.c gtk/gtkstyle.c:
1135         Patch from Richard Hestilow to add a gtk-font-name GtkSetting.
1136
1137         * gdk/x11/gdkevents-x11.c: Add Gtk/FontName XSETTING.
1138
1139 2002-02-24  Tor Lillqvist  <tml@iki.fi>
1140
1141         * gtk/gtkfilesel.c: Move inclusion of <windows.h> before inclusion
1142         of <winsock.h>, to actually get STRICT prototypes for Win32
1143         API. Include glib.h early to get G_OS_WIN32 and G_WITH_CYGWIN.
1144         Don't declare static functions that aren't defined if !HAVE_PWD_H
1145         or if G_OS_WIN32.
1146         (win32_gtk_add_drives_to_dir_list): Remove #if 0 code, reindent.
1147         (gtk_file_selection_get_selections): Don't crash if nothing has
1148         been selected.
1149
1150 Sat Feb 23 20:33:29 2002  Owen Taylor  <otaylor@redhat.com>
1151
1152         * gtk/gtkplug.[ch] gtk/gtksocket.[ch] gtk/xembed.h: Implement 
1153         accelerator propagation using a custom XEMBED_GTK_KEY_GRAB
1154         XEMBED_GTK_KEY_UNGRAB pair of messages.
1155
1156         * gtk/gtkwindow.[ch]: private export _gtk_window_keys_foreach().
1157
1158         * gtk/gtkplug.c (gtk_plug_set_is_child): Clear focus and default
1159         widgets.
1160
1161 2002-02-23  Havoc Pennington  <hp@redhat.com>
1162
1163         * gtk/gtktextbuffer.c (save_range): change gravity of start/end
1164         marks so that text added at either end of the range doesn't end up
1165         inside the range.
1166         (gtk_text_buffer_real_insert_range): fix to handle pasting a range
1167         into itself. #71412
1168         
1169 Sat Feb 23 19:05:34 2002  Jonathan Blandford  <jrb@redhat.com>
1170
1171         * gtk/gtktreeview.c (validate_visible_area): Didn't refind node
1172         when it was NULL.  Bug found by Tor Lillqvist.
1173
1174 2002-02-24  Tor Lillqvist  <tml@iki.fi>
1175
1176         * gdk/win32/gdkevents-win32.c (build_keypress_event,
1177         build_keyrelease_event, gdk_event_translate): Set also group in
1178         the key press/release events, always to zero for now.
1179
1180 2002-02-24  Anders Carlsson  <andersca@gnu.org>
1181
1182         * gtk/stock-icons/stock_dialog_error_48.png: 
1183         * gtk/stock-icons/stock_sort_ascending_16.png:
1184         * gtk/stock-icons/stock_undelete_24.png: 
1185         * gtk/stock-icons/stock_sort_descending_16.png: 
1186         Alpha-pad icons so they get the correct size.
1187         
1188 Sat Feb 23 16:52:38 2002  Owen Taylor  <otaylor@redhat.com>
1189
1190         * gtk/gtkentry.c: Patch from Matthias Clasen to remove some
1191         excessive ::changed signals for GtkEntry. (#53130)
1192
1193 2002-02-23  Tor Lillqvist  <tml@iki.fi>
1194
1195         * gtk-zip.sh.in: Include the gtkrc files for themes.
1196
1197 2002-02-23  Anders Carlsson  <andersca@gnu.org>
1198
1199         * gtk/gtkiconfactory.c (get_default_icons): Register 16x16 
1200         versions of most icons.
1201
1202         * gtk/stock-icons: Add 16x16 versions
1203         of most icons.
1204
1205 Wed Feb 20 16:44:05 2002  Jonathan Blandford  <jrb@redhat.com>
1206
1207         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_cell): delay
1208         scrolling until we try to draw the window.
1209
1210         * gtk/gtktreeview.c (validate_visible_area): Implement
1211         scroll_to_cell.
1212
1213 2002-02-23  Tor Lillqvist  <tml@iki.fi>
1214
1215         * gtk/gtk.def: Add missing gtk_file_selection_get_select_multiple.
1216         Remove gtk_tree_view_column_cell_* entry points that were made
1217         private.
1218
1219 Sat Feb 23 15:43:46 2002  Owen Taylor  <otaylor@redhat.com>
1220
1221         * gtk/gtktogglebutton.c: Make button draw depressed whenever
1222         the user clicks / activates it, whether it's off/on/inconsistent.
1223
1224 Sat Feb 23 11:54:12 2002  Owen Taylor  <otaylor@redhat.com>
1225
1226         * gtk/*.h gdk/*.h: Massive padding addition to class structures.
1227
1228         * gtk/gtktextmark.h: Fix a FIXME about G_CONST_RETURN.
1229
1230 Fri Feb 22 20:28:18 2002  Owen Taylor  <otaylor@redhat.com>
1231
1232         * gtk/gtkrange.c: Applied patch from Thomas Leonard to make
1233         stepper click to scroll take effect immediately, rather than after
1234         a delay (#67649).
1235
1236         * gtk/gtkrange.c: Remove right-click == step in trough since it
1237         isn't a useful binding and it's a large area to hit accidentally.
1238         (Leave it on the steppers since its more useful there and less
1239         likely to do accidentally.)
1240
1241 2002-02-23  Pablo Saratxaga  <pablo@mandrakesoft.com>
1242
1243         * configure.in (ALL_LINGUAS): Add "cy" to the language list.
1244
1245 2002-02-23  Jody Goldberg <jody@gnome.org>
1246
1247         * gtk/gtkaccelgroup.c (gtk_accel_group_connect) : lower case the
1248           key_val.
1249         (gtk_accel_group_connect_by_path) : ditto.
1250         (gtk_accel_group_disconnect_key) : ditto.
1251
1252         * gtk/gtkwidget.c (gtk_widget_real_key_release_event) : simplify.
1253         (gtk_widget_real_key_press_event) : ditto.
1254
1255 Sat Feb 23 00:28:47 2002  Jonathan Blandford  <jrb@redhat.com>
1256
1257         * gtk/gtktreeviecolumn.c: Documented undocumented functions.
1258
1259         * gtk/gtktreemodel.c: Documented undocumented functions.
1260
1261 Sat Feb 23 03:10:20 2002  Kristian Rietveld  <kris@gtk.org>
1262
1263         * gtk/gtktreeview.c (gtk_tree_view_key_press): honor min_width and
1264         max_width while resizing columns (pointed out by Jorn Baayen)
1265
1266 Fri Feb 22 19:17:46 2002  Owen Taylor  <otaylor@redhat.com>
1267
1268         Patch from Matthias Clasen (#54488)
1269
1270         * gtk/gtkwindow.c: Set/unset HAS_FOCUS flags here,
1271         and do ::has-focus notifications.
1272
1273         * gtk/gtkclist.c gtk/gtkentry.c gtk/gtksocket.c
1274         gtk/gtktext.c gtk/gtktextview.c gtk/gtkwidget.c:
1275         Remove unecessary focus_in/out handles and unecessary
1276         flag setting.
1277
1278         * gtk/gtkwidget.c: Adda missing notification on ::parent.
1279
1280 Fri Feb 22 18:36:45 2002  Owen Taylor  <otaylor@redhat.com>
1281
1282         Fixes for AIX compilation from Miroslaw Dobrzanski-Neumann,
1283         #72182.
1284
1285         * demos/gtk-demo/main.c gtk/gtktreeview.c gtk/gtktoolbar.c
1286         gtk/gtkpaned.c gtk/gtkobject.c gtk/gtkcontainer.c 
1287         gtk/gtkcolorsel.c gtk/gtkcellrender.c gdk/x11/xsettings-client.h:
1288         Squash trailing commas on enumerations.
1289
1290         * gdk/gdktypes.h: Drop GDK_RELEASE_MASK to 1 << 30 instead
1291         of 1 << 31 to work around AIX compiler problem. (C standard
1292         seems to imply that compiler is required to use an unsigned
1293         type for the enum value in this case.)
1294
1295         * gdk/gdkpixbuf-drawable.c: Fix lvalue casts.
1296
1297         * gtk/gtkwindow.h: Fix use of enum types for bitfields ... 
1298         compilers may choose to use a signed type for bitfields.
1299
1300 Sat Feb 23 00:34:01 2002  Kristian Rietveld  <kris@gtk.org>
1301
1302         * gtk/gtktreeview.c (validate_rows_handler): leave threads before
1303         returning (#72045)
1304
1305 2002-02-22  Anders Carlsson  <andersca@gnu.org>
1306
1307         * gtk/stock-icons/*: Rename icons.
1308         
1309         * gtk/stock-icons/Makefile.am: Update for new icon names.
1310
1311         * gtk/gtkiconfactory.c (init_icon_sizes): Set the 
1312         GTK_ICON_SIZE_BUTTON size to be 20x20.
1313         (get_default_icons): Change stock names.
1314
1315 Fri Feb 22 22:39:59 2002  Kristian Rietveld  <kris@gtk.org>
1316
1317         * gtk/gtktreeprivate.h: add last_single_clicked and
1318         last_single_clicked_2 rowrefs and add disable_popdown to the
1319         bitfield
1320
1321         * gtk/gtktreeview.c (gtk_tree_view_destroy): add destroy stuff
1322         for two new rowrefs
1323         (gtk_tree_view_button_press): add some 'advanced' button handling,      
1324         so double click is being handled right (double click madness was
1325         discovered by Anders Carlsson)
1326
1327         * gtk/gtktreeview.c (gtk_tree_view_set_property): add missing
1328         break
1329         (gtk_tree_view_class_init): default value of headers_visible
1330         should be TRUE (both pointed out by Damon Chaplin, #71986)
1331
1332         * gtk/gtktreeview.c (gtk_tree_view_real_start_interactive_search):
1333         connect to populate_popup,
1334         (gtk_tree_view_search_disable_popdown): new function,
1335         (gtk_tree_view_real_search_enable_popdown): ditto,
1336         (gtk_tree_view_search_enable_popdown): ditto,
1337         (gtk_tree_view_search_dialog_destroy): check for
1338         gtk-tree-view-popdown-disabled (#71868)
1339
1340         * gtk/gtktreeview.c (gtk_tree_view_set_reorderable): move
1341         ->priv->reorderable assignment to bottom. (#72122)
1342
1343 2002-02-22  Havoc Pennington  <hp@redhat.com>
1344
1345         * gtk/gtkstyle.c (_gtk_draw_insertion_cursor): subtract 1 from
1346         line endpoint, to avoid cursor dirt in the text widget.
1347         zero-width lines appear to draw the endpoint always. #67999
1348
1349 2002-02-22  Havoc Pennington  <hp@redhat.com>
1350
1351         * gtk/gtktextview.c (buffer_to_widget): implement more cleanly by
1352         using text_window->allocation.x/y instead of recomputing it. 
1353         Fixes a bug caused by leaving out the border width here.
1354
1355 2002-02-22  Havoc Pennington  <hp@redhat.com>
1356
1357         * gtk/gtktextview.c (changed_handler): call
1358         gtk_size_group_queue_resize to avoid invalidating the widget every
1359         time its requisition changes. Instead we use the btree invalid
1360         lines to know what to redraw. Fixes #71429
1361
1362 Fri Feb 22 14:08:38 2002  Soeren Sandmann  <sandmann@daimi.au.dk>
1363
1364         * gtk/gtkradiobutton.c, gtk/gtkcheckbutton.c, gtkbutton.h,
1365         gtktogglebutton.c: feedback when check and radio buttons are
1366         depressed.      
1367
1368 2002-02-22  Matthias Clasen  <maclas@gmx.de>
1369
1370         * gtk/gtktreeview.c (gtk_tree_view_set_reorderable):
1371         s/columns/rows/ in docs.  (#70199)
1372
1373         * gtk/gtktreestore.c (gtk_tree_store_insert): s/before/after/ in 
1374         docs. (#71852, #68405)
1375
1376         * gtk/gtkcalendar.c (gtk_calendar_select_day): Correct a comment.
1377
1378 Thu Feb 21 23:02:29 2002  Kristian Rietveld  <kris@gtk.org>
1379
1380         * gtk/gtktreeview.[ch]: add keynav handling for unselect all,
1381         focus column header, change focus with arrow keys in column headers,
1382         column reordering, column resizing, small try to fix page up/down
1383         (this fixes #70889, and fixes a great deal of #53580)
1384
1385 Thu Feb 21 16:51:17 2002  Owen Taylor  <otaylor@redhat.com>
1386
1387         * gtk/gtkaccelgroup.c (gtk_accelerator_valid): Add
1388         GDK_ISO_Next_Group/Prev_Group/Level3_Shift/
1389         First_Group/Last_Group to list of invalid accelerators.
1390         (A lot more that should be added, but probably would
1391         want a range mechanism. These are the ones found in
1392         the standard XFree86 config files.)
1393
1394         * gtk/gtkbindings.c (gtk_bindings_activate): Fix problem
1395         that broke bindings for menus.
1396
1397         * gtk/gtkwindow.[ch]: Export _gtk_window_activate_key()
1398         privately.
1399
1400         * gtk/gtkmenushell.c (gtk_menu_shell_key_press): Use
1401         _gtk_window_activate_key(), gtk_bindings_activate_event().
1402
1403 Thu Feb 21 12:24:22 2002  Owen Taylor  <otaylor@redhat.com>
1404
1405         * gtk/gtkctree.c (gtk_ctree_class_init): Remove some workarounds
1406         for +/= and shift key handling.
1407
1408 Wed Feb 20 14:26:47 2002  Owen Taylor  <otaylor@redhat.com>
1409
1410         * gtk/gtkkeyhash.[ch]: Implement "fuzzy" key binding lookups;
1411         allow matches on key and level but not group. Also, implement 
1412         ignoring "consumed modifiers correctly."
1413
1414         * gtk/gtkaccelgroup.c gtk/gtkbindings.c: Convert to using
1415         GtkKeyHash.
1416         
1417         * gtk/gtkdebug.h gtk/gtkmain.c: Support GTK_DEBUG=keybindings
1418
1419         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Fill in
1420         the group for key release events as well as key press events.
1421
1422         * gdk/gdkkeys.h gdk/x11/gdkkeys-x11.c (gdk_keymap_translate_keyboard_state): 
1423         Rename unused_modifiers to consumed_modifiers, make the docs and
1424         non-Xkb implementation match the Xkb implementation.
1425
1426         * gdk/linux-fb/gdkkeyboard-fb.c gdk/win32/gdkkeys-win32.c: Propagate
1427         doc and parameter name changes.
1428
1429         * gdk/x11/gdkkeys-x11.c (gdk_keymap_translate_keyboard_state):
1430         XkbTranslateKeyCode doesn't handle LockMask, we need to handle
1431         it ourselves.
1432
1433         * gdk/x11/gdkkeys-x11.c (gdk_keymap_translate_keyboard_state): Force
1434         <Shift>Tab to give GDK_ISO_Left_Tab, since we need consistency
1435         to allow dealing with ISO_Left_Tab.
1436         
1437         * gtk/gtkwindow.c gtk/gtktextview.c gtk/gtkscrolledwindow.c
1438         gtk/gtkpaned.c gtk/gtkcombo.c  gtk/gtknotebook.c:
1439         Remove inappropriate uses of GDK_ISO_Left_Tab. (GDK_ISO_Left_Tab
1440         or <Shift>Tab both are equivalent as a binding specifier.)
1441
1442         * gtk/gtkbutton.c (gtk_button_class_init): Make ::activate
1443         GTK_RUN_ACTION, so you can bind an accelerator to it.
1444
1445         * gtk/gtklabel.c (gtk_label_set_uline_text_internal): Call 
1446         gdk_unicode_to_keyval on the mnemonic character.
1447
1448         * tests/testgtk.c: Add a test for the new fuzzy key binding matching.
1449
1450 2002-02-21  jacob berkman  <jacob@ximian.com>
1451
1452         * gtk/theme-bits/Makefile.am (EXTRA_DIST): inconsitent files are
1453         .pngs too
1454
1455 Wed Feb 20 21:52:13 2002  Owen Taylor  <otaylor@redhat.com>
1456
1457         * gtk/gtkselection.c (gtk_selection_request): Set the property
1458         as type ATOM_PAIR, not ATOM. (#72074, Gregory Merchan.)
1459
1460         * gdk/x11/gdk{property,selecton}-x11.c: Auto-convert properties
1461         of type ATOM_PAIR as well as properties of type ATOM.
1462
1463 2002-02-21  Matthias Clasen  <maclas@gmx.de>
1464
1465         * docs/tutorial/images/*.png: screenshots of examples.
1466         
1467         * docs/tutorial/gtk-tut.sgml: remove deprecated widgets, add
1468         screenshots, fix chapters 1-4 for GTK+ 2.0. 
1469
1470         * demos/gtk-demo/Makefile.am (INCLUDES): add -DGDK_PIXBUF_DISABLE_DEPRECATED.
1471
1472 Thu Feb 21 00:31:41 2002  Soeren Sandmann  <sandmann@daimi.au.dk>
1473
1474         * gtk/gtkspinbutton.c: Many cleanups and fixes. Draw exclusively
1475         in expose handler. Feedback when buttons are depressed.
1476
1477         * gtk/gtkstyle.c: update for changes in gtkspinbutton.c. Fix
1478         spinbuttons for RTL langauges.
1479
1480 Wed Feb 20 23:00:08 2002  Soeren Sandmann  <sandmann@daimi.au.dk>
1481
1482         * gtk/gtkstyle.c: new radio buttons. handle inconsistent state for
1483         check- and radiobuttons.
1484
1485         * gtk/theme-bits/check-13-inconsistent.png,
1486         gtk/theme-bits/radio-13-inconsistent.png: new files
1487
1488         * gtk/theme-bits/radio-13.png: new radio buttons
1489
1490         * gtk/theme-bits/Makefile.am (EXTRA_DIST): add new
1491         -inconsistent.png files
1492
1493 Wed Feb 20 16:19:49 2002  Owen Taylor  <otaylor@redhat.com>
1494
1495         * gdk/x11/gdkevents-x11.c: Add a XSETTING mapping for
1496         gtk-can-change-accels. (#70218, Thomas Leonard.)
1497
1498 2002-02-20  Sven Neumann  <sven@gimp.org>
1499
1500         * gtk/gtkcolorsel.c (gtk_color_selection_finalize): check
1501         handler_id before disconnecting the signal handler since it might
1502         have never been connected if the GtkColorSelection is destroyed
1503         before it was realized.
1504
1505 2002-02-20  Matthias Clasen  <maclas@gmx.de>
1506
1507         * docs/tutorial/gtk-tut.sgml: Fold back Svens g_signal fixes from
1508         the examples.  
1509
1510         * docs/tutorial/gtk-tut.sgml, examples/progressbar/progressbar.c,
1511         examples/progressbar/Makefile: Make the progressbar example 
1512         deprecation-clean.
1513
1514 Tue Feb 19 22:10:59 2002  Kristian Rietveld  <kris@gtk.org>
1515
1516         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_mnemonic_activate): new
1517         function
1518         (gtk_tree_view_column_create_button): use g_signal_* instead of
1519         gtk_signal_*, hook up _mnemonic_activate callback
1520         (gtk_tree_view_column_update_button): use
1521         gtk_label_set_text_width_mnemonic instead of gtk_label_set_text
1522         (#69095)
1523
1524         * gtk/gtktreeview.c (gtk_tree_view_class_init): remove key bindings
1525         for C-f and C-b, let treeview search use C-f (instead of C-s)
1526         (#61866)
1527
1528         * gtk/gtkrc.key.emacs: add some GtkTreeView bindings
1529
1530 Tue Feb 19 20:56:32 2002  Soeren Sandmann  <sandmann@daimi.au.dk>
1531
1532         * gtk/theme-bits/decompose-bits.c (do_part): fix bug (skipping all
1533         black pixels).
1534
1535 2002-02-19  Sven Neumann  <sven@gimp.org>
1536
1537         * examples/*/*.c: finish conversion to g_signal_* functions by
1538         using G_OBJECT and G_CALLBACK and other assorted changes.
1539
1540 Tue Feb 19 17:36:31 2002  Kristian Rietveld  <kris@gtk.org>
1541
1542         * gtktreeprivate.h, gtktreeviewcolumn.[ch], gtktreeview.c: change
1543         gtk_tree_view_column_cell_render,
1544         gtk_tree_view_column_cell_focus,
1545         gtk_tree_view_column_cell_draw_focus and
1546         gtk_tree_view_column_cell_set_dirty to be private functions.
1547
1548         * gtktreeviewcolumn.[ch]: add install_handler argument to
1549         _cell_set_dirty to control if _mark_rows_col_dirty (which calls
1550         install_presize_handler) gets called, set widths correctly so
1551         autosizing works (#71870)
1552
1553         * gtktreeview.c (gtk_tree_view_column_autosize): new function,
1554         (gtk_tree_view_button_press): make double click on column
1555         separator resize the row (#71870)
1556         (gtk_tree_view_get_dest_row_at_pos): change DnD threshold to 33%
1557         (#71869, suggestion by Anders Carlsson)
1558
1559 Mon Feb 18 23:16:16 2002  Owen Taylor  <otaylor@redhat.com>
1560
1561         * gtk/gtkmain.[ch]: Add routines _gtk_find_module(),
1562         _gtk_get_module_path() to look up a module of an arbitrary type in
1563         a standard fashion. (#68474)
1564
1565         * gtk/gtkrc.c: Make module_path keyword warn and do
1566         nothing. Remove the im_module_path keyword.
1567
1568         * gtk/gtkrc.c (gtk_rc_get_im_module_path): Fix
1569         to return the standard path instead of one determined
1570         from im_module_path and GTK_IM_MODULE_PATH.
1571         
1572         * gtk+-2.0.pc.in: Add gtk_host to go along with gtk_binary_version.
1573
1574 2002-02-19  Matthias Clasen  <maclas@gmx.de>
1575
1576         * docs/tutorial/gtk-tut.sgml, docs/examples/*: Trivial formatting
1577         fixes to all examples, simple functional fixes to rangewidgets example.
1578
1579 Mon Feb 18 18:27:45 2002  Owen Taylor  <otaylor@redhat.com>
1580
1581         * gtk/gtkfontsel.c (gtk_font_selection_set_font_name): Select
1582         the right item in the family list. (Reported by Mark Patton,
1583         Patch from Satajyit Kanungo, #64240)
1584
1585         * gtk/gtkfontsel.c (gtk_font_selection_set_font_name): Update
1586         the size and face entry lists as well, fix memory leak.
1587         (Also #64240)
1588
1589         * gtk/gtkfontsel.c (gtk_font_selection_show_available_sizes): 
1590         Allow fractional sizes, unselect the selected row if none
1591         matches.
1592
1593         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_focus): Fix
1594         a bug where the scrolled window would always get focus
1595         when focusing out of the child.
1596
1597 2002-02-18  Hans Breuer  <hans@breuer.org>
1598
1599         * gdk/win32/gdkevents-win32.c : process WM_PAINT messages
1600         for bg_pixmap == GDK_NO_BG, fixes The GIMP's canvas
1601         rendering glitches on win32
1602
1603         * gdk/win32/gdkinput-win32.c : use g_object_new to create
1604         GdkDevice instead of g_new
1605  
1606         * gtk/gtkpaned.c : make LAST_SIGNAL the last in enum. 
1607         This avoids to smash totally unrelated static data and
1608         resulting random crashes. (as reported on gtk-devel-list, 
1609         2002-02-10 : testgtk crashes)
1610
1611         * gtk/gtk.def : add new file selection entry points
1612
1613 Mon Feb 18 17:34:43 2002  Owen Taylor  <otaylor@redhat.com>
1614
1615         * gtk/gtkentry.c gtk/gtktextview.c: Remove support for
1616         the poorly defined text/plain type for now. (#55117)
1617
1618 Mon Feb 18 16:44:00 2002  Owen Taylor  <otaylor@redhat.com>
1619
1620         * docs/widget_system.txt: Add some docs for GTK_NEED_REQUEST
1621         GTK_NEED_ALLOCATION.
1622
1623         * gtk/gtkmenu.c (gtk_menu_popup): Scroll the menu
1624         to the right place before showing the menu to
1625         avoid spurious enter events.
1626
1627         * gtk/gtkmenu.c (gtk_menu_realize): Only scroll
1628         if there is an active menu item.
1629
1630         * gtk/gtkwidget.c (gtk_widget_init): Set RESIZE_NEEDED
1631         ALLOC_NEEDED initially.
1632
1633 2002-02-18  Matthias Clasen  <maclas@gmx.de>
1634
1635         * NEWS: fix version number.
1636
1637 2002-02-18  Manish Singh  <yosh@gimp.org>
1638
1639         * Makefile.am: don't comment out the lines to dist the packer
1640         example, just simply remove it. (the continuation line confused
1641         make even though it was in the comment, barf)
1642
1643 Mon Feb 18 14:40:22 2002  Owen Taylor  <otaylor@redhat.com>
1644
1645         * gtk/gtkcombo.c (gtk_combo_popdown_list): Fix problems
1646         with stuck grab (#60132, reported by Nicolas Setton) and
1647         stuck prelighting. Combine duplicated code in three
1648         places for popping down the list.
1649
1650 Mon Feb 18 14:17:59 2002  Owen Taylor  <otaylor@redhat.com>
1651
1652         * gtk/gtkclist.c (adjust_adjustments) 
1653         * gtk/gtklayout.c (gtk_layout_size_allocate)
1654         * gtk/gtktextview.c (gtk_text_view_size_allocate) 
1655         * gtk/gtktreeview.c (gtk_tree_view_size_allocate) 
1656         * gtk/gtkviewport.c (gtk_viewport_size_allocate):
1657         Standardize on a page increment of page minus 1 line
1658         rather than half a page (#51027, Eric Fischer)
1659
1660         * gtk/gtkviewport.c (gtk_viewport_size_allocate): 
1661         Change step increment to be 0.1 * page_size height rather than
1662         a fixed 10 pixels.
1663
1664 Mon Feb 18 12:31:52 2002  Owen Taylor  <otaylor@redhat.com>
1665
1666         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_filter_keypress): 
1667         Don't commit unless we got at least one hex digit. (#70619)
1668
1669 Sun Feb 17 21:30:49 2002  Owen Taylor  <otaylor@redhat.com>
1670
1671         * Released 1.3.14
1672
1673         * configure.in: Version 1.3.14, interface, binary age 0.
1674
1675         * gdk/gdkregion-generic.c (miSubtractO): Fix out-of-bounds
1676         read. (#71619, reported by Morten Welinder)
1677
1678         * gtk/gtkmenu.c (gtk_menu_class_init): Fix setting default.
1679
1680         * gtk/gtkfilesel.c (gtk_file_selection_class_init): Add
1681         a select_multiple property to go along with thenew 
1682         get/set_select_multiple.
1683
1684         * gdk/gdkwindow.c: Patch from Soeren Sandmann to improve
1685         update debugging code. (#71703)
1686
1687 2002-02-17  Tor Lillqvist  <tml@iki.fi>
1688
1689         * gdk/win32/gdkcolor-win32.c (free_colors): Don't set the
1690         PC_EXPLICIT flag for unused palette entries, that might have
1691         undesired side effects. Just set them to black. Black is always
1692         present in a palette, so having superfluous black entries won't
1693         cause any extra allocations from the system palette either when
1694         realized.
1695
1696         * gdk/win32/gdkevents-win32.c
1697         (gdk_event_translate:WM_QUERYNEWPALETTE): Don't do anything if the
1698         system visual is static color, i.e. the user has told GDK to use
1699         just the 16 static colors. In that case no need to redraw
1700         anything, as the colors are static and by definition always
1701         correctly mapped in the system palette.
1702         (WM_PALETTECHANGED): Ditto, no need to call UpdateColors() either.
1703         
1704         * gtk/gtk.def: Add new gtkfilesel entry points.
1705
1706 2002-02-17  Matthias Clasen  <maclas@gmx.de>
1707
1708         * docs/tutorial/gtk-tut.sgml, examples/paned/paned.c, 
1709         examples/paned/Makefile: Make the paned example deprecation-clean.
1710
1711 2002-02-17  jacob berkman  <jacob@ximian.com>
1712
1713         * Makefile.am: remove the packer example files as they don't exist
1714         in CVS.
1715
1716 2002-02-16  Manish Singh  <yosh@gimp.org>
1717
1718         * tests/testgtk.c: hm, check buttons look better for below.
1719
1720 2002-02-16  Manish Singh  <yosh@gimp.org>
1721
1722         * tests/testgtk.c: redid the filesel test. Added a way to set select
1723         multiple as a toggle button, and made show/hide fileops toggle
1724         buttons as well. get_selections() is called on OK and all the
1725         filenames selected are printed.
1726
1727 2002-02-17  Tor Lillqvist  <tml@iki.fi>
1728
1729         * README.win32: Remove comment about the gtk-1-3-win32-production
1730         branch having more functionality.
1731
1732         * gdk/win32/*.c: Massive changes. Too many to list here, but I'll
1733         try a summary:
1734
1735         1) Unify GdkPixmap and GdkImage implementation: For each
1736         GdkPixmap, allocate a GdkImage, and vice versa.
1737         GdkPixmapImplWin32Data has a pointer to the GdkImage.
1738         GdkImage::windowing_data is a pointer to the GdkPixmap.
1739
1740         This simplifies many pixmap and image related functions a lot, and
1741         reduces duplicated code. For instance, there is only one
1742         place in gdk/win32 where CreateDIBSection() is called, in the
1743         function _gdk_win32_new_pixmap(). Converting a bitmap (GdkPixmap)
1744         to a Windows region is almost trivial, with the bitmap bits being
1745         readily accessible in the associated GdkImage.
1746
1747         All blitting between GdkPixmaps, GdkWindows and GdkImages goes
1748         through handled the _gdk_win32_blit() function, which calls
1749         different functions to handle the cases of blitting from pixmaps,
1750         inside windows (scrolling), or from windows, which all require
1751         somewhat different handling.
1752
1753         2) Support 256-color mode. This has long been very broken, now it
1754         works more or less OK. Keep the logical palette for each colormap
1755         as small as possible while allocating and freeing colors. Select
1756         and realize the logical palette associated with a GdkColormap into
1757         a DC before drawing or blitting.
1758
1759         When the display is in 256-color mode, make it possible for the
1760         user to override the size of the palette(s) used with either the
1761         GDK_WIN32_MAX_COLORS environment variable, or a -max-colors
1762         command line option. It is possible to reduce the palette size all
1763         the way down to using just the 16 static colors (which causes the
1764         system visual to be of type GDK_VISUAL_STATIC_COLOR. This could
1765         possibly be useful if one desperately wants to avoid color
1766         flashing. (Note that in order for this to work properly, an as of
1767         yet not commited fix to gdkrgb.c is needed.)
1768
1769         Handle the palette messages. On WM_PALETTECHANGED, call
1770         UpdateColors() for the given window hierarchy. Do this only if a
1771         window in some other top-level window hierarchy caused the palette
1772         change (realized a palette). Do this max five times in a row (an
1773         arbitrarily chosen limit), though, otherwise redraw by generating
1774         expose events. On WM_QUERYNEWPALETTE, cause a redraw of the whole
1775         window hierarchy by generating GDK_EXPOSE events.
1776
1777         3) Code cleanup in general. For instance, remove the "emulated"
1778         X11 structs ColormapStruct, Visual and XStandardColormap. Use the
1779         new GDK_DEBUG_* flags for debugging output in the relevant source
1780         files. Remove the unused colormap hash table in gdkcolor-win32.c
1781
1782         4) Plug some resource leaks.
1783
1784 2002-02-14  Tor Lillqvist  <tml@iki.fi>
1785
1786         * gdk/win32/gdkdnd-win32.c (gdk_dropfiles_filter): Use
1787         g_filename_to_uri() to actually create legal URIs in the
1788         text/uri-list data.
1789
1790 2002-02-16  Manish Singh  <yosh@gimp.org>
1791
1792         * gtk/gtkfilesel.[ch]: Added multiple selection API
1793
1794 2002-02-16  Manish Singh  <yosh@gimp.org>
1795
1796         * gdk/linux-fb/miarc.c: use fabs() on a double instead of abs()
1797
1798 2002-02-17  Matthias Clasen  <maclas@gmx.de>
1799
1800         More work on #71430.
1801
1802         * examples/*/Makefile (CFLAGS): add deprecation guards.
1803         
1804         * docs/tutorial/gtk-tut.sgml, examples/*/*.c: make most examples
1805         deprecation-clean; the major offenders right now are the examples
1806         that make heavy use of completely deprecated or broken widgets:
1807         list, tree, text, pixmap, paned and progressbar. These will have
1808         to be redone from scratch.
1809
1810 Sun Feb 17 00:13:06 2002  Kristian Rietveld  <kris@gtk.org>
1811
1812         This commit lands the 'dy patch'.
1813
1814         * gtk/gtktreeview.c (validate_rows_handler): update top_row or dy,
1815         (gtk_tree_view_top_row_to_dy): new function,
1816         (gtk_tree_view_row_changed): update top_row or dy,
1817         (gtk_tree_view_rows_reordered): update top_row
1818
1819 2002-02-16  Matthias Clasen  <maclas@gmx.de>
1820
1821         * demos/Makefile.am (INCLUDES): add -DGDK_PIXBUF_DISABLE_DEPRECATED.
1822
1823 2002-02-16  Matthias Clasen  <maclas@gmx.de>
1824
1825         * examples/extract.awk: rearrange rules to not emit the example 
1826         start and end markers.
1827
1828         * docs/tutorial/gtk-tut.sgml: turn the start and end markers into
1829         SGML comments, so they don't clutter the formatted tutorial.
1830
1831 2002-02-16  Havoc Pennington  <hp@pobox.com>
1832
1833         * gtk/gtkwindow.c (gtk_window_parse_geometry): take
1834         GDK_HINT_RESIZE_INC into account, and handle negative coordinates
1835         correctly. (Can't email Owen - hope this is OK.)
1836
1837 Fri Feb 15 20:09:45 2002  Owen Taylor  <otaylor@redhat.com>
1838
1839         * gtk/gtkscrolledwindow.[ch] gtk/gtkmarshallers.list:
1840         Add key bindings on GtkScrolledWindow for arrow keys,
1841         PageUp/PageDown Home/End to scroll the window. 
1842         Bind Control-[Shift]-Tab to focus out of the scrolled
1843         window entirely. Allow the scrolled window to be
1844         focused if no child can be focused. (#63480)
1845
1846         * gtk/gtkwidget.c (gtk_widget_hide): Remove the REALIZED()
1847         check - if we have visible but not mapped widgets 
1848         (inside a unshown notebook tab, for instance), we need
1849         to track their size. (#65087, reported by Damon Chaplin.)
1850
1851         * gtk/gtkcolorsel.c (palette_change_color): Shut up
1852         a warning.
1853
1854 2002-02-16  Tor Lillqvist  <tml@iki.fi>
1855
1856         * gdk/win32/rc/Makefile.am (gdk-win32res.lo): Depend on gtk.ico.
1857
1858         * gdk/win32/rc/gtk.ico: Use the real GTK logo. Thanks to Jernej
1859         Simoncic for providing the nice multi-resolution .ico file.
1860
1861 2002-02-15 Alexey Malyshev <maa@sparc.spb.su>
1862         
1863         * gtk/tmpl/gtkimage.sgml
1864         removed wrong sentence from gtk_image_new() docs
1865
1866 Fri Feb 15 19:38:00 2002  Kristian Rietveld  <kris@gtk.org>
1867
1868         * gtk/gtktreestore.c (gtk_tree_store_clear_traverse): new function
1869         (gtk_tree_store_clear): traverse the tree, so we emit row_deleted
1870         for every node. This way we don't have confused row refs crashing the
1871         application. (#70631)
1872
1873 2002-02-14  Richard Hult  <rhult@codefactory.se>
1874
1875         * gtk/gtkpaned.c (gtk_paned_enter): Only queue a draw on the
1876         handle, not the whole widget. #71530.
1877         (gtk_paned_leave): Likewise.
1878
1879 2002-02-14  Jody Goldberg <jody@gnome.org>
1880
1881         * gtk/gtkrange.c (gtk_range_class_init) : add new signal
1882           'adjust_bounds' to potentialy change the bounds before assigning the
1883           new value and camping it to the existing bounds.
1884         (gtk_range_internal_set_value) : used here. #68800.
1885         * gtk/gtkmarshalers.list : add VOID:DOUBLE
1886
1887 Thu Feb 14 21:08:49 2002  Owen Taylor  <otaylor@redhat.com>
1888
1889         * gdk/gdkglobals.c: Remove GDKVAR from C file, see
1890         if anyone complains. (#71317, Morten Welinder.)
1891
1892 2002-02-14  Matthias Clasen  <maclas@gmx.de>
1893
1894         The following changes are the beginning of the work on #71430.
1895         
1896         * examples/extract.sh, examples/extract.awk: Make extraction work.
1897         
1898         * examples/Makefile (SUBDIRS): Remove packer.
1899
1900         * examples/packer/pack.c, examples/packer/Makefile: Removed.
1901
1902         * docs/tutorial/gtk-tut.sgml: Fix the included examples far
1903         enough to make them compile and (mostly) work, remove the packer
1904         example.
1905
1906 Thu Feb 14 16:46:48 2002  Owen Taylor  <otaylor@redhat.com>
1907
1908         * gtk/gtkentry.c gtk/gtktextdisplay.c gtk/gtklabel.c
1909         gtk/gtkstyle.[ch] gtk/gtkwidget.c: Patch from Bill
1910         Haneman and Padraig O'Briain to add cursor_aspect_ratio
1911         style property to GtkWidget to allow theming the aspect
1912         ratio of the cursor.
1913
1914         * gtk/gtkentry.c gtk/gtktextview.c gtk/gtklabel.c
1915         gtk/gtkwidget.c tests/testgtkrc: Move cursor-color style property
1916         to GtkWidget.
1917
1918 Thu Feb 14 11:13:22 2002  Owen Taylor  <otaylor@redhat.com>
1919
1920         * gtk/gtkimmulticontext.c (gtk_im_multicontext_get_surrounding): 
1921         Fix bug where we called get_surrounding on the context,.
1922         not the slave.
1923
1924 Thu Feb 14 00:10:09 2002  Owen Taylor  <otaylor@redhat.com>
1925
1926         * gtk/gtktooltips.c (gtk_tooltips_event_handler): Only
1927         pop the tooltip down on a select set of events, not
1928         on any unknown event. (#71157, Jody Goldberg)
1929
1930         * gtk/gtktooltips.c (gtk_tooltips_event_handler):
1931         Fix some warnings.
1932
1933 Thu Feb 14 00:02:21 2002  Owen Taylor  <otaylor@redhat.com>
1934
1935         * gtk/gtkcalendar.c (gtk_calendar_size_request): A bunch of
1936         small allocation/drawing fixes.
1937
1938         * gtk/gtkcalendar.c: Replace DAY_XPAD, DAY_YPAD with
1939         GtkWidget::focus-padding
1940
1941 Wed Feb 13 23:01:20 2002  Owen Taylor  <otaylor@redhat.com>
1942
1943         * gtk/gtkcalendar.c: Patch from Bill Haneman to draw
1944         to focus using gtk_paint_focus() with the focus width
1945         GtkWidget::focus-width. (#63075)
1946
1947         * gtk/gtkcalendar.c (gtk_calendar_size_request): Initialize
1948         label_char_ascent/descent to 0. (#56925, reported by
1949         (Jean-Noel Guiheneuf)
1950
1951 2002-02-13  Havoc Pennington  <hp@redhat.com>
1952
1953         * gtk/gtktextview.c (gtk_text_view_flush_scroll): validate a
1954         larger area, proportional to widget size, to fix
1955         #71427 reported by Dennis Bjorklund
1956
1957 2002-02-13  Havoc Pennington  <hp@redhat.com>
1958
1959         * gtk/gtktextview.c (gtk_text_view_paint): just go ahead and flush 
1960         all the first validate stuff if it hasn't been done, presumably
1961         someone called process_updates at a weird time.
1962
1963         * tests/testtext.c (do_apply_colors): terminate on >= end, not >
1964         end, avoids infinite loop when end is at the end of the buffer.
1965
1966         * gtk/gtktextbtree.c (_gtk_text_btree_delete): when creating a
1967         line data, we were adding it to the wrong line ("line" instead of
1968         "start_line")
1969
1970 2002-02-13  Joe Shaw  <joe@ximian.com>
1971
1972         * gtk/gtktreeitem.c (gtk_tree_item_expose): Don't chain up to the
1973         container's expose event.  Instead call
1974         gtk_tree_item_expose_child() on each child.  Avoids a failed
1975         g_assert() in gtk_container_propagate_expose().
1976         (gtk_tree_item_expose_child): Added.  Synthesize an expose event
1977         for our children.  Basically gtk_container_propagate_expose()
1978         minus the g_assert().  (#71396)
1979
1980 2002-02-13  Tor Lillqvist  <tml@iki.fi>
1981
1982         * gdk/gdkinternals.h: Add some more GdkDebugFlags, for more
1983         fine-grained debugging output (mainly used in the Win32 backend).
1984
1985         * gdk/gdk.c: Corresponding additions to the gdk_debug_keys table.
1986
1987 Wed Feb 13 15:42:42 2002  Owen Taylor  <otaylor@redhat.com>
1988
1989         * gtk/gtktooltips.[ch] gtkwidget.c: Implement Control-F1
1990         as toggle-tooltips-mode.
1991
1992         * gtk/gtktooltips.c: Remove parsing of tooltips style
1993         string from here ... now in gtkrc.c.
1994
1995 Wed Feb 13 12:41:44 2002  Owen Taylor  <otaylor@redhat.com>
1996
1997         * gtk/gtkmain.c (gtk_init_check): g_warning() if setting
1998         the local fails, like gdk_set_locale() did.
1999
2000         * gdk/x11/gdkselection-x11.c (gdk_text_property_to_utf8_list): 
2001         Don't free local_list if local_count == 0. (#71241, reported
2002         by Kevin Vandersloot.)
2003
2004         * gdk/x11/gdkselection-x11.c (gdk_text_property_to_text_list): 
2005         Clean up list == NULL handling and failure.
2006
2007 Wed Feb 13 11:27:31 2002  Owen Taylor  <otaylor@redhat.com>
2008
2009         * tests/testtreeview.c (typesystem_recurse): Cast GType
2010         to long and use %ld to fix warning. (#71318, Morten Welinder)
2011
2012 Wed Feb 13 13:26:39 2002  Tim Janik  <timj@gtk.org>
2013
2014         * gtk/gtkmenu.c: fix figuring accel path and changing behaviour.
2015
2016 Wed Feb 13 06:42:37 2002  Tim Janik  <timj@gtk.org>
2017
2018         * gtk/gtktable.c (gtk_table_size_allocate_pass1): partly revert
2019         my recent expanding change to not expand the table if all children
2020         have not epxand behaviour. this fixes palette views which often
2021         use homogeneous non-expanding tables.
2022
2023 Tue Feb 12 14:27:41 2002  Kristian Rietveld  <kris@gtk.org>
2024
2025         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_row_deleted): emit
2026         row_deleted before we start unreffing the nodes ourselves
2027         (gtk_tree_model_sort_increment_stamp): always increment the stamp,
2028         and not only if the stamp equals 0 (pointed out by Darin Adler)
2029
2030         * gtk/gtktreemodel.c (gtk_tree_row_ref_deleted_callback): we want
2031         to continue the while loop and not the nested for loop.
2032
2033 Tue Feb 12 02:19:49 2002  Tim Janik  <timj@gtk.org>
2034
2035         * gtk/gtktable.c (gtk_table_size_allocate_pass1): always spread out
2036         the extra space allocated for the homogeneous case, as we don't
2037         properly deal with readjusting table allocation within it. (for  this
2038         purpose, a GtkAlignment can be used as table parent).
2039
2040 2002-02-11  Darin Adler  <darin@bentspoon.com>
2041
2042         * gtk/gtktreemodelsort.c: (gtk_tree_model_sort_row_changed):
2043         Consider reordering the row even when there's no sort column, if
2044         there's a default sort function.
2045         (gtk_tree_model_sort_rows_reordered): Use symbolic constants.
2046         (gtk_tree_model_sort_level_find_insert): Add code to handle the
2047         case where there is no sort column, but a default sort function.
2048         (gtk_tree_model_sort_insert_value): Add code to handle the case
2049         where there is no sort column an no default sort function.
2050         (gtk_tree_model_sort_set_model): Use symbolic constant.
2051         (gtk_tree_model_sort_reset_default_sort_func): Use symbolic constant.
2052
2053 2002-02-11  Sven Neumann  <sven@gimp.org>
2054
2055         * gtk/gtkfilesel.c: converted the "Delete File" dialog to
2056         GtkMessageDialog. Marked missing strings for translation.
2057
2058 Mon Feb 11 22:03:15 2002  Soeren Sandmann  <sandmann@daimi.au.dk>
2059
2060         * gtk/gtkpaned.[ch]: Opaque resizing + prelighting for paned widget.
2061         * gtk/gtkvpaned.c, gtk/gtkhpaned.c: move reszing logic to gtkpaned.c
2062
2063 Mon Feb 11 21:42:17 2002  Kristian Rietveld  <kris@gtk.org>
2064
2065         Implements DnD scrolling and fixes #71139
2066
2067         * gtk/gtktreeview.c (gtk_tree_view_vertical_autoscroll): new function,
2068         (scroll_row_timeout): new function,
2069         (gtk_tree_view_drag_motion): create scroll_timeout, so
2070         scroll_row_timeout gets called
2071
2072 Mon Feb 11 17:54:46 2002  Kristian Rietveld  <kris@gtk.org>
2073
2074         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): set upper
2075         member of hadjustment correct, so the hscrollbars of lists smaller
2076         than 1 page (in width) are somewhat saner
2077
2078 2002-02-11  jacob berkman  <jacob@ximian.com>
2079
2080         * gdk/gdkwindow.h (gdk_get_default_root_window): fix signature to
2081         match implementation
2082
2083 Mon Feb 11 16:48:34 2002  Kristian Rietveld  <kris@gtk.org>
2084
2085         * gtk/gtkliststore.c (gtk_list_store_set_valist): set value of
2086         func to NULL during initialization (we don't use func in the
2087         !SORTED case, so we just silent the compiler here) (#71029)
2088
2089 Mon Feb 11 16:40:44 2002  Kristian Rietveld  <kris@gtk.org>
2090
2091         * gtk/gtktreeview.c (gtk_tree_view_set_model): install presize
2092         handler, so the validate_rows_handler will always be run (#70997)
2093
2094 Sun Feb 10 22:20:46 2002  Kristian Rietveld  <kris@gtk.org>
2095
2096         * gtk/gtkliststore.c (gtk_list_store_sort_iter_changed): increase
2097         value of new_location by one if cmp_a > 0 and we hit the end of
2098         the list and pass NULL instead of a 'NULL-iter' with
2099         _rows_reordered (#71060)
2100
2101 Sun Feb 10 12:32:44 2002  Owen Taylor  <otaylor@redhat.com>
2102
2103         * modules/input/Makefile.am modules/input/{imam-et.c, imti-er.c,
2104         imti-et.c} po/POTFILES.in: Add three Ethiopic input methods from
2105         Daniel Yacob.
2106
2107 2002-02-10  Anders Carlsson  <andersca@gnu.org>
2108
2109         * gtk/gtkcalendar.c (gtk_calendar_class_init): Set finalize handler;
2110         (gtk_calendar_finalize): Rename gtk_calendar_destroy to 
2111         gtk_calendar_finalize since ::destroy can be called multiple times, 
2112         resulting in double-freeing memory.
2113
2114 2002-02-10  Hans Breuer  <hans@breuer.org>
2115
2116         * gdk/win32/gdkgeometry-win32.c : don't reduce the scroll
2117         rect size by the scroll amount
2118
2119         * gdk/win32/gdkwindow-win32.c
2120         * gdk/win32/gdkselection-win32.c : added some casts to
2121         make it compile with msvc's strict type checking
2122
2123         * gtk/fnmatch.c : #include <ctype.h> again for tolower
2124         prototype. The fnmatch() code assumes to be in the crt 
2125         locale though it is feeded by utf8 strings from gtkfilesel.c
2126
2127         * gtk/gtkfilesel.c : let ->cmpl_text be a strdup managed by
2128         _CompletionDir instead of referencing already freed memory
2129
2130         * gtk/gtktooltips.c (gtk_tooltips_init) : fix typo to
2131         gtk_rc_parse_string (theDefaultTooltipColor) once as it
2132         was intended
2133
2134         * tests/makefile.msc : added more tests
2135
2136         * tests/testgtk.c (create_list) : don't try to load gtkenums.h
2137         from the current directory use ../gtk/gtkenums.h instead
2138
2139 2002-02-10  Kjartan Maraas  <kmaraas@gnome.org>
2140
2141         * gtk/gtksizegroup.c: Fix a double "The" typo in a string.
2142         
2143 2002-02-09  Matthias Clasen  <matthias@local>
2144
2145         * gtk/gtknotebook.c (gtk_notebook_set_focus_child): Avoid segfault
2146         for selectable tab labels (even without a segfault, they make the
2147         notebook almost unusable, though).  (#69985)
2148
2149 2002-02-08  Matthias Clasen  <matthias@local>
2150
2151         * gtk/gtkmenuitem.c (gtk_menu_item_set_accel_path): Silently do 
2152         nothing if the parent is not a menu.  (#66492)
2153
2154 2002-02-06  Matthias Clasen  <matthiasc@poet.de>
2155
2156         * gtk/gtkitemfactory.c (gtk_item_factory_from_widget,
2157         gtk_item_factory_path_from_widget): Try fetching the return value 
2158         from menu_item->submenu as a fallback.  (#69020)
2159         
2160 Sat Feb  9 22:57:43 2002  Kristian Rietveld  <kris@gtk.org>
2161
2162         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_build_level): convert
2163         the iter to a child iter again, after doing _iter_children. It's
2164         possible that _iter_children added some rows and updated the stamp.
2165
2166 2002-02-09  Daniel Elstner  <daniel.elstner@gmx.net>
2167
2168         * gtk/gtktextchild.c: Use == rather than = in sanity
2169         checks.  Ouch!
2170
2171 2002-02-09  Daniel Elstner  <daniel.elstner@gmx.net>
2172
2173         * gtk/gtktextchild.c (CHECK_IN_BUFFER_RETURN): Add missing
2174         curled braces so that it doesn't always return.  Also indent
2175         both CHECK_IN_BUFFER* macros properly, and make use of
2176         G_STMT_START/G_STMT_END.
2177
2178 Sat Feb  9 13:27:14 2002  Owen Taylor  <otaylor@redhat.com>
2179
2180         * gtk/gtkbindings.h: Add prototype for
2181         _gtk_binding_reset_parsed().
2182
2183 Sat Feb  9 13:19:20 2002  Owen Taylor  <otaylor@redhat.com>
2184
2185         * configure.in gtk/Makefile.am gtk/theme-bits/*: Add
2186         tools and images used for creating the check/radio
2187         button images in the default theme.
2188
2189 Sat Feb  9 13:58:41 2002  Soeren Sandmann  <sandmann@daimi.au.dk>
2190
2191         * gtk/gtkpaned.[ch]: Keyboard navigation for GtkPaned
2192         F6: cycle between panes.
2193         F8: focus handle (#53584)
2194         
2195         * tests/testgtk.c: Add test cases for GtkPaned keyboard 
2196         navigation.
2197         
2198 Sat Feb  9 00:16:31 2002  Owen Taylor  <otaylor@redhat.com>
2199
2200         * gdk/x11/gdkimage-x11.c (_gdk_x11_copy_to_image): 
2201         XCopyArea with subwindow_mode = IncludeInferiors.
2202         (#70999)
2203
2204         * demos/testpixbuf-save.c (configure_cb): Fix a minor
2205         memory management problem.
2206
2207 Fri Feb  8 20:24:58 2002  Owen Taylor  <otaylor@redhat.com>
2208         
2209         * gtk/gtkbindings.c (binding_compose_params): Fix problem
2210         with string-valued parameters (#70012, Johan Dahlin.)
2211
2212         * gtk/gtkentry.c (gtk_entry_delete_whitespace): Fix 
2213         white space deletion.
2214
2215 Fri Feb  8 21:25:56 2002  Jonathan Blandford  <jrb@redhat.com>
2216
2217         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_row_deleted): fix
2218         evil ref bug where the wrong row and a deleted row was unreffed.
2219         Found by Darin Adler <darin@bentspoon.com>
2220
2221 Fri Feb  8 18:46:13 2002  Owen Taylor  <otaylor@redhat.com>
2222
2223         * gtk/gtkbindings.[ch] (_gtk_binding_reset_parsed): Add
2224         a function to delete all bindings add by
2225         gtk_binding_parse_binding() when rereading RC files.
2226
2227         * gtk/gtkrc.c (gtk_rc_reparse_all_for_settings): Reset
2228         binding set content as well as RC content.
2229
2230         * gtk/gtkbindings.c (binding_compose_params): Fix 
2231         various GValue handling problems.
2232
2233         * gtk/gtkentry.c (gtk_entry_class_init): Remove bindings 
2234         for C-b, C-f, M-b, M-f, C-a, C-e, C-w, C-y, M-space, C-u,
2235         C-k, M-\, M-d, C-d.
2236
2237         * gtk/gtktextview.c (gtk_text_view_class_init): Remove
2238         same bindings as GtkEntry, plus C-n, C-p, C-space
2239
2240         * gtk/gtkrc.key.default gtk/gtkrc.key.emacs gtk/Makefile.am:
2241         Add Emacs and Default key themes.
2242         
2243 2002-02-08  Darin Adler  <darin@bentspoon.com>
2244
2245         * gtk/gtktreeview.c: (gtk_tree_view_map_expanded_rows_helper):
2246         Remove a tiny bit more dead code.
2247
2248 2002-02-08  Darin Adler  <darin@bentspoon.com>
2249
2250         * gtk/gtktreeview.c: (gtk_tree_view_map_expanded_rows_helper):
2251         Fix stale pointer bug.
2252
2253 Fri Feb  8 14:30:14 2002  Owen Taylor  <otaylor@redhat.com>
2254
2255         * gtk/gtkclist.c (title_focus_in): Return FALSE if
2256         not showing the titles. (#70959, Thomas Leonard)
2257
2258 2002-02-08  Darin Adler  <darin@bentspoon.com>
2259
2260         * demos/gtk-demo/main.c: (load_file): isspace -> g_ascii_isspace
2261         * gdk/x11/gdkim-x11.c: Remove gdki8n.h include.
2262         * gdk/x11/gdkkeys-x11.c: Remove <ctype.h> include.
2263         * gdk/x11/gdkmain-x11.c: Remove <ctype.h> include.
2264         * gtk/fnmatch.c: Remove <ctype.h> include.
2265         * gtk/gtkaccelgroup.c: Remove <ctype.h> include.
2266         * gtk/gtkaccellabel.c: (gtk_accel_label_refetch): toupper ->
2267         g_unichar_toupper, toupper -> g_unichar_totile
2268         * gtk/gtkbindings.c: Remove <ctype.h> include.
2269         * gtk/gtkfontsel.c: Remove <ctype.h> include.
2270         * gtk/gtkiconfactory.c: Remove <ctype.h> include.
2271         * gtk/gtkinputdialog.c: Remove <ctype.h> include.
2272         * gtk/gtklabel.c: Remove <ctype.h> include.
2273         * gtk/gtkmain.c: Remove <ctype.h> include.
2274         * gtk/gtkmenu.c: Remove <ctype.h> include.
2275         * gtk/gtkoldeditable.c: Remove <ctype.h> include.
2276         * gtk/gtkrc.c: Remove <ctype.h> include.
2277         * gtk/gtktextbtree.c: Remove <ctype.h> include.
2278         * gtk/gtktextiter.c: Remove <ctype.h> include.
2279         * gtk/gtktextsegment.c: Remove <ctype.h> include.
2280
2281 2002-02-08  Sven Neumann  <sven@gimp.org>
2282
2283         * gtk/gtkfilesel.c
2284         * gtk/gtkgamma.c
2285         * gtk/gtkinputdialog.c: use stock labels for dialog action buttons.
2286
2287 2002-02-08  Darin Adler  <darin@bentspoon.com>
2288
2289         * gtk/gtktreemodelsort.c: (gtk_tree_model_sort_ref_node),
2290         (gtk_tree_model_sort_unref_node): Pass the ref_node and
2291         unref_node calls through to the child model.
2292
2293 2002-02-08  Laszlo Peter  <laca@ireland.sun.com>
2294
2295         * gtk/gtktextchild.c: s/__FUNCTION__/G_GNUC_FUNCTION/
2296         * gtk/gtktextview.c: ditto
2297
2298 2002-02-07  Havoc Pennington  <hp@pobox.com>
2299
2300         * gtk/gtkspinbutton.h (struct _GtkSpinButtonClass): add
2301         change_value virtual function, to fix build
2302
2303         * gtk/gtkpixmap.c (gtk_pixmap_class_init): parent_class was 
2304         from GtkWidget not GtkMisc. Not that it ever mattered.
2305
2306 Thu Feb  7 19:52:00 2002  Owen Taylor  <otaylor@redhat.com>
2307
2308         * gtk/gtknotebook.[ch]: Add ::move-focus-out signal
2309         to handle Control[-Shift]-Tab and Control-arrow
2310         bindings and implement bindings as per #53612.
2311
2312         * gtk/gtktextview.c (gtk_text_view_move_focus): Fix 
2313         fetching the toplevel for plug-socket.
2314
2315         * gtk/gtknotebook.c (gtk_notebook_class_init): Remove
2316         bindings for Return/Enter to select the page.
2317
2318         * gtk/gtknotebook.c (gtk_notebook_change_current_page):
2319         Beep at ends.
2320
2321         * gtk/gtknotebook.c (focus_tabs_move): Don't wrap around
2322         and beep at ends.
2323
2324         * gtk/gtknotebook.c (gtk_notebook_focus): When focusing into
2325         the page with the arrow keys, focus the first widget,
2326         not the directionally closest widget.
2327
2328 Thu Feb  7 19:00:10 2002  Owen Taylor  <otaylor@redhat.com>
2329
2330         * gtk/gtkspinbutton.c (gtk_spin_button_key_release): Convert
2331         to using  binding set for doing key bindings. (#62622,
2332         Requested by Skip Montaro)
2333
2334         * gtk/gtkwindow.c (gtk_window_class_init): Add control-arrow
2335         bindings as overrides along with control-tab bindings.
2336
2337         * gtk/gtknotebook.c (gtk_notebook_class_init): Fix return
2338         type for ::focus_tab signal.
2339
2340 Thu Feb  7 19:39:27 2002  Kristian Rietveld  <kris@gtk.org>
2341
2342         Fixes #70782 and some drag dest rectangle/line issues
2343
2344         * gtk/gtktreeview.c (gtk_tree_view_set_model): set
2345         GTK_TREE_VIEW_IS_LIST flag (we can switch from a TreeStore to a
2346         ListStore for example)
2347         (gtk_tree_view_get_path_at_pos): revert previous change, we
2348         shouldn't correct for the header, because we are taking bin_window
2349         coordinates here
2350         (gtk_tree_view_set_drag_dest_row): queue old drag_dest row and
2351         upper/lower neighbors for draw, so the drag dest rectangle/line will
2352         be cleared correctly
2353         (gtk_tree_view_get_dest_row_at_pos): correct for treeview header
2354         here, as drag_y is relative to the widget and _get_path_at_pos wants
2355         coords relative to bin_window, draw black outline rectangle after
2356         drawing the cells
2357
2358 Thu Feb  7 10:53:12 2002  Owen Taylor  <otaylor@redhat.com>
2359
2360         * gtk/gtkentry.c (gtk_entry_draw_text): Use layout text
2361         (which may be affected by invisible char) to compute
2362         selection bounds, not entry text. (#70733, Alex Larsson)
2363
2364 2002-02-07 Padraig O'Briain <padraig.obriain@sun.com>
2365
2366         * gtk/gtkwidget.[ch]:
2367         Change show_help signal to return gboolean instead of void. This
2368         allows the keypress which invokes the signal to be propagated to the
2369         focus widgets ancestors if not handled by the focus widget.
2370         
2371         * gtk/gtktoolips.[ch]
2372         Change _gtk_tooltips_show_tip () to return a gboolean indicating
2373         whether widget has tooltip to display.
2374         
2375 2002-02-07 Padraig O'Briain <padraig.obriain@sun.com>
2376
2377         * gtk/gtkwidget.[ch]:
2378         Change popup_menu signal to return gboolean instead of void. This
2379         allows the keypress which invokes the signal to be propagated to the
2380         focus widgets ancestors if not handled by the focus widget.
2381
2382         * gtk/gtkcolorsel.c gtk/gtkentry.c gtk/gtktextview.c:
2383         Change signature of popup_menu signal handler to return gboolean
2384         instead of void and return TRUE in the signal handler
2385
2386 2002-02-07  Anders Carlsson  <andersca@gnu.org>
2387
2388         * gdk/x11/xsettings-common.c (xsettings_setting_free): Free 
2389         the setting name.
2390
2391 Wed Feb  6 23:28:39 2002  Kristian Rietveld  <kris@gtk.org>
2392
2393         Fixes #70708
2394
2395         * gtk/gtktreeview.c (gtk_tree_view_get_path_at_pos): we're dealing
2396         with widget coordinates here, so take the header height into
2397         account while converting
2398         (gtk_tree_view_widget_to_tree_coords): take header height into
2399         account
2400         (gtk_tree_view_tree_to_widget_coords): ditto
2401         (gtk_tree_view_get_dest_row_at_pos): we were passing coords
2402         relative to the tree with _get_path_at_pos, while that function
2403         wants coords relative to the widget
2404
2405 2002-02-06  Havoc Pennington  <hp@redhat.com>
2406
2407         * gtk/gtktextview.c (gtk_text_view_scroll_hpages): remove unused variable
2408         (gtk_text_view_get_window): add warning about how you
2409         can't get the private window. #70683, and avoid default: in the
2410         switch so we get "enum value unhandled" warnings
2411
2412 2002-02-06  Havoc Pennington  <hp@redhat.com>
2413
2414         * gtk/gtktextchild.c: Add warnings if you try to use a child
2415         anchor that isn't inside a buffer. Really kind of lame; 
2416         we should separate the anchor from the buffer. But not worth 
2417         fixing for now. #70601
2418
2419 Wed Feb  6 18:25:24 2002  Kristian Rietveld  <kris@gtk.org>
2420
2421         * gtk/gtktreemodelsort.c: rip out all the debugging ifdefs, as
2422         modelsort seems to be stable (and nobody complained :)
2423
2424 Tue Feb  5 19:13:42 2002  Owen Taylor  <otaylor@redhat.com>
2425
2426         * gdk/x11/gdkgeometry-x11.c (gdk_window_queue): Keep
2427         the length of the anti-expose queue finite, by if
2428         it gets too long, first doing a XSync() and checking
2429         the event queue, and if that doesn't work, simply
2430         discarding all anti-expose items in the queue.
2431
2432         * gdk/x11/gdkdnd-x11.c (gdk_window_cache_filter): Fix ordering
2433         on ConfigureNotify (#56349, Thomas Leonard)
2434
2435 2002-02-05  Havoc Pennington  <hp@redhat.com>
2436
2437         * gtk/gtkimage.c (gtk_image_expose): offset area being gotten from
2438         pixmap by the align/padding offsets, so we don't get warnings
2439         in gdk_pixbuf_get_from_drawable (and so it works, of course)
2440
2441 2002-02-05  Matthias Clasen  <matthiasc@poet.de>
2442
2443         * gtk/gtkrc.c (gtk_rc_parse_file): Remove a (now) misleading comment.
2444
2445 2002-02-05  Federico Mena Quintero  <federico@ximian.com>
2446
2447         * gdk/gdkwindow.h: Do not #include <gdk/gdkwindow.h>.
2448
2449 Tue Feb  5 22:54:16 2002  Kristian Rietveld  <kris@gtk.org>
2450
2451         * gtk/gtkliststore.c (gtk_list_store_insert_after): let's set the
2452         path, which we're going to pass with the emission of row_inserted, to
2453         the iter we inserted and not its sibling.
2454
2455 2002-02-04 Padraig O'Briain <padraig.obriain@sun.com>
2456
2457         * gtk/gtkmenu.c (gtk_menu_popup):
2458         Fix leak of GdkEvent (#70519)
2459
2460 Mon Feb  4 10:40:28 2002  Owen Taylor  <otaylor@redhat.com>
2461
2462         * gtk/gtkstyle.c (gtk_default_draw_resize_grip):
2463         Fix from Matthias Clasen to clear background appropriately
2464         for theme by calling gtk_style_apply_default_background().
2465         (#70449)
2466
2467 Mon Feb  4 10:06:49 2002  Owen Taylor  <otaylor@redhat.com>
2468
2469         * gdk/x11/gdkevents-x11.c: gtk-double-click-time,
2470         not gtk-double-click-timeout. (#70501)
2471
2472 2002-02-04  Havoc Pennington  <hp@pobox.com>
2473
2474         * gtk/gtksignal.c (gtk_signal_connect_while_alive): 
2475         (gtk_signal_connect_object_while_alive): rename 
2476         "signal" arg to "name" to avoid compiler warnings
2477         about shadowing signal(). #70453
2478
2479 2002-02-03  Anders Carlsson  <expander-master@gtk.org>
2480
2481         * gtk/gtkstyle.c (gtk_default_draw_expander): Add 
2482         flipping support to the expanders.
2483
2484 Sat Feb  2 21:54:01 2002  Owen Taylor  <otaylor@redhat.com>
2485
2486         RC file lookup improvements (#68234, suggestions
2487         from Matthias Clasen.)
2488
2489         * gtk/gtkrc.c (gtk_rc_parse_file): Look for the 
2490         locale suffix variants (gtkrc.en_US, gtkrc.en) for
2491         all RC files we parse, not just the default RC
2492         files.
2493
2494         * gtk/gtkrc.c (gtk_rc_parse_default_files): Remove
2495         support for charset specific RC files.
2496
2497 Sat Feb  2 20:16:04 2002  Owen Taylor  <otaylor@redhat.com>
2498
2499         * gtk/gtkmenushell.c (_gtk_menu_shell_select_first): 
2500         Non-exported _gtk_menu_select_first() function that
2501         selects the first item of the menu in a standard
2502         way. (Skipping tearoffs.)
2503
2504         * gtk/gtkmenushell.c gtk/gtkentry.c gtk/gtktextview.c
2505         gtkmenuitem.c: Use _gtk_menu_shell_select_first().
2506
2507         * gtk/gtkmenuitem.c (gtk_real_menu_item_select): Remember
2508         if we are starting the timeout from a keypress so
2509         we can set menushell->ignore_enter properly.
2510
2511         * gtk/gtknotebook.c (focus_child_in): Return something
2512         meaningful if there are no children.
2513
2514         * gtk/gtkmenu.c (gtk_menu_key_press): Fix precendence
2515         problem.
2516
2517 Sat Feb  2 19:15:42 2002  Owen Taylor  <otaylor@redhat.com>
2518
2519         * gtk/gtkmenu.c (gtk_menu_popup): Fix some bugs in
2520         the determination of xgrab_shell.
2521
2522 Sat Feb  2 17:43:00 2002  Owen Taylor  <otaylor@redhat.com>
2523
2524         * gtk/gtkentry.c (gtk_entry_grab_focus): Add a GtkSetting
2525         (gtk-entry-select-on-focus) controlling whether the
2526         contents of an entry are selected on focus in.
2527
2528         * gtk/gtkmenu.c (gtk_menu_key_press): Add a GtkSetting
2529         (gtk-can-change-accels) controlling whether accelerators can be
2530         changed on the fly or not. (#51902)
2531
2532         * gtk/gtkmenu.c (gtk_menu_key_press): Allow unmodified
2533         accelerators, now that accelerator changing can be turned
2534         off for those who won't expect it. (#61285)
2535
2536         * gtk/gtkaccelgroup.c (gtk_accelerator_valid): Allow 
2537         Backspace/Delete/KP_Delete as valid accelerators.
2538
2539         * gtk/gtkmenu.c (gtk_menu_key_press): Allow setting of
2540         Delete/Backspace as accelerators by making them toggle
2541         the menu item between empty and the pressed key.
2542         (#58605)
2543
2544         * tests/testgtkrc: Remove the objectionably short cursor blink
2545         time setting.
2546
2547 Sat Feb  2 16:43:31 2002  Owen Taylor  <otaylor@redhat.com>
2548
2549         * gtk/gtkmenu.c (gtk_menu_popup): To get around the fact
2550         that we may have a owner_events = FALSE grab in effect
2551         when we pop up a window, make a temporary grab on a
2552         different window, then grab on the real window. Fixes
2553         a problem where if a context menu popped up under the 
2554         cursor, the first item would be stuck unselected.
2555         (#59812, reported by Arnaud Charlet.)
2556
2557 2002-02-02  Peter Williams  <peterw@ximian.com>
2558
2559         * gtk/Makefile.am (install-data-local): Install gtkrc.default
2560         from $(srcdir) for when $(builddir) is different.
2561
2562 Sat Feb  2 19:00:39 2002  Kristian Rietveld  <kris@gtk.org>
2563
2564         * gtk/Makefile.am: remove TESTGTK_RCFILE define
2565
2566 Sat Feb  2 11:37:21 2002  Owen Taylor  <otaylor@redhat.com>
2567
2568         * gtk/gtkmenu.c (gtk_menu_popup): Remove the 
2569         "select first item if popped up from keypress" hack --
2570         was causing more problems than it was worth 
2571         (#53191, #68483)
2572
2573         * gtk/gtktextview.c (popup_targets_received): 
2574          gtk/gtkentry.c (popup_targets_received): If activated
2575         from keyboard, select first item of popup menu.
2576
2577 Sat Feb  2 18:07:51 2002  Kristian Rietveld  <kris@gtk.org>
2578
2579         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): set upper member
2580         of vadjustment correct, so the vscrollbars of lists smaller than
2581         1 page are somewhat saner (#66905)
2582
2583         * gtk/gtkliststore.c (gtk_list_store_remove_silently): do not
2584         increment the stamp, liststore is a model with persisting iters
2585
2586 Fri Feb  1 23:54:00 2002  Owen Taylor  <otaylor@redhat.com>
2587
2588         * gtk/gtkrc.[ch] (gtk_rc_parse_engine): Support 
2589         engine "" {} to mean override to the default 
2590         engine. (#70205)
2591
2592 Fri Feb  1 23:25:33 2002  Owen Taylor  <otaylor@redhat.com>
2593
2594         * gtk/gtktooltips.c (gtk_tooltips_init): Parse the
2595         RC string here when the first object is created
2596         rather than in the class_init to not break doc 
2597         building. (#70341, Havoc Pennington.)
2598
2599         * gtk/gtkrc.c (parse_include_file): Use the directories
2600         for the currently parsed files as the starting point
2601         to look for include files. (#59975)
2602
2603 Fri Feb  1 20:21:56 2002  Manish Singh  <yosh@gimp.org>
2604
2605         * gtk/gtkinputdialog.c: use gtk_label_new_with_mnemonic for labels
2606         that actually have mnemonics
2607
2608 Fri Feb  1 19:57:59 2002  Owen Taylor  <otaylor@redhat.com>
2609
2610         * configure.in: Fix use of ! in shell.
2611
2612         * gtk/gtktooltips.c (gtk_tooltips_class_init) gtkrc.default: 
2613         Move the setting of default tooltips colors to gtktooltips.c
2614         from gtkrc.default. (Use default priority so themes will
2615         override.) (#58542)
2616
2617 Fri Feb  1 17:48:51 2002  Owen Taylor  <otaylor@redhat.com>
2618
2619         * gtk/gtkrc.c (gtk_rc_get_style): Fix ordering of
2620         priorities so that priorities take precendence over
2621         the ordering by type. (#70205)
2622
2623         * test/testgtkrc tests/testgtk.c (create_rc_file): Add 
2624         some labels to test priorities in testgtkrc.
2625
2626 Fri Feb  1 00:37:49 2002  Kristian Rietveld  <kris@gtk.org>
2627
2628         * gtk/gtktreeview.c (gtk_tree_view_move_cursor_page_up_down): use
2629         y coordinate relative to the tree and not the treeview window
2630         (fixes the PgDn/PgUp brokenness)
2631
2632 Fri Feb  1 23:40:31 2002  Kristian Rietveld  <kris@gtk.org>
2633
2634         * gtk/gtktreeview.c (gtk_tree_view_button_press): adjust
2635         cell_area and background_area for possible treeview scroll
2636         (fixes #70283, #70065)
2637
2638 Fri Feb  1 22:20:13 2002  Kristian Rietveld  <kris@gtk.org>
2639
2640         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): use
2641         height - page_size not height - allocation->height (fixes #66269)
2642
2643 Fri Feb  1 15:22:23 2002  Owen Taylor  <otaylor@redhat.com>
2644
2645         * gtk/gtkimage.c (gtk_image_class_init): Fix typo
2646         in property description. (Christian Rose.)
2647
2648 Fri Feb  1 14:50:36 2002  Owen Taylor  <otaylor@redhat.com>
2649
2650         * gtk/gtkrc.c (gtk_rc_parse_string): Handle reparsing
2651         any strings if the theme changes. (#69465)
2652
2653         * tests/testgtk.c: Add a test for gtk_rc_parse_string().
2654
2655 Fri Feb  1 20:50:29 2002  Kristian Rietveld  <kris@gtk.org>
2656
2657         * gtk/gtktreeview.c (gtk_tree_view_dy_to_top_row): set tree to
2658         NULL if tree_view->priv->tree is NULL (#70152, patch by John Harper).
2659
2660 Fri Feb  1 12:51:20 2002  Owen Taylor  <otaylor@redhat.com>
2661
2662         * gtk/gtknotebook.c (focus_child_in): Catch the
2663         cur_page == NULL (no children) case. (#70287,
2664         Paolo Maggi.)
2665
2666 Fri Feb  1 12:12:12 2002  Owen Taylor  <otaylor@redhat.com>
2667
2668         * gtk/gtkfilesel.c (attempt_file_completion): 
2669         s/directory/folder/ in all labels and messages.
2670
2671 Fri Feb  1 08:57:38 2002  Owen Taylor  <otaylor@redhat.com>
2672
2673         * gtk/gtkmain.c (gtk_exit_func): Remove this useless
2674         atexit handler. (existance pointed out by Stefan Kost)
2675
2676         * gtk/gtkmain.c (gtk_init_check): Warning fixes.
2677
2678 Thu Jan 31 18:46:10 2002  Jonathan Blandford  <jrb@redhat.com>
2679
2680         * gtk/gtktreemodel.c (gtk_tree_row_reference_free): unref the
2681         model after the last use, not before.
2682
2683 Thu Jan 31 14:50:16 2002  Owen Taylor  <otaylor@redhat.com>
2684
2685         * gtk/gtkrc.default gtk/Makefile.am: Install a Default
2686         RC file that sets the tooltips color to yellow. (#58542)
2687
2688         * gtk/gtksettings.c (gtk_settings_class_init): make 
2689         the default theme "Default", not NULL.
2690
2691 Thu Jan 31 11:33:52 2002  Owen Taylor  <otaylor@redhat.com>
2692
2693         * gdk/x11/gdkproperty-x11.c (insert_atom_pair): Fix 
2694         another missing static.
2695
2696         * gtk/gtkimmodule.c (n_loaded_contexts): And another.
2697
2698         * gdk/x11/Makefile.am gdk/x11/gxid_lib.c: Don't
2699         build gxid sources at all except in the vanishingly
2700         rare case of --with-xinput=xfree.
2701
2702 2002-01-31  Mark McLoughlin  <mark@skynet.ie>
2703
2704         * gdk/gdkimage.c: (scratch_image_info_for_depth): make static.
2705
2706         * gdk/x11/gdkimage-x11.c: (get_full_image): ditto.
2707
2708         * gdk/x11/gxid_lib.[ch]: (_gxid_claim_device), (_gxid_release_device):
2709         renamed from gxid_(claim|release)_device.
2710
2711         * gdk/x11/gdkinput-gxi.c: (_gdk_input_enable_window),
2712         (_gdk_input_disable_window): upd for gxid change.
2713
2714         * gtk/gtkimage.c: (animation_timeout): make static.
2715
2716         * gtk/gtkstyle.c: (draw_thin_shadow), (draw_spin_entry_shadow): make
2717         static.
2718
2719         * gtk/gtktextutil.c: (bidi_menu_entries): make static.
2720
2721 Thu Jan 31 10:21:05 2002  Owen Taylor  <otaylor@redhat.com>
2722
2723         * gtk/gtkplug.c (gtk_plug_focus): Handle the case where
2724         bin->child is NULL. (#70153, Padraig O'Briain)
2725
2726         * gtk/gtktextutil.c (_gtk_text_util_append_special_char_menuitems): 
2727         Actually call gettext() on the labels; previously they
2728         were marked with N_() but we never called gettext().
2729
2730 Wed Jan 30 20:15:49 2002  Jonathan Blandford  <jrb@redhat.com>
2731
2732         * gtk/gtktreestore.c (gtk_tree_store_set_valist): save last minute
2733         changes before committing.
2734
2735         * gtk/gtkliststore.c (gtk_list_store_set_valist): ditto
2736
2737 Wed Jan 30 18:46:14 2002  Jonathan Blandford  <jrb@redhat.com>
2738
2739         * gtk/gtkliststore.c (gtk_list_store_set_valist): only emit the
2740         signal if an interesting column changes.
2741
2742         * gtk/gtktreestore.c: ditto.
2743
2744         * gtk/gtktreeview.c (gtk_tree_view_set_cursor): change behavior so
2745         that it no longer grabs 
2746
2747 2002-01-30  Manish Singh  <yosh@gimp.org>
2748
2749         * gtk/gtkhandlebox.c (gtk_handle_box_destroy): remove unused
2750         variable.
2751
2752         * gtk/gtkwindow.c (gtk_window_get_icon): function returns a value,
2753         so return NULL with g_return_val_if_fail instead of g_return_if_fail.
2754
2755 2002-01-30  Matthias Clasen  <matthiasc@poet.de>
2756
2757         * gtk/*.c: Remove excess g_return_if_fail calls from static
2758         and virtual functions.  (#57615)
2759         
2760 2002-01-30  Anders Carlsson  <andersca@gnu.org>
2761
2762         * gtk/gtkstyle.c (gtk_default_render_icon): Allow a -1 icon size.
2763
2764 Wed Jan 30 20:29:01 2002  Tim Janik  <timj@gtk.org>
2765
2766         * gtk/gtkscale.c (gtk_scale_set_digits): fix revrted bug fix.
2767         (use a define for max digits).
2768
2769 Wed Jan 30 13:55:59 2002  Owen Taylor  <otaylor@redhat.com>
2770
2771         * gtk/gtkwindow.c (gtk_window_show): Try to make
2772         sure that we have some focused widget on map. (#50339)
2773
2774         * gtk/gtkdialog.c (gtk_dialog_map): Handling picking
2775         a focus widget here differently so that if a
2776         response button gets picked, it's the default one.
2777
2778         * tests/testgtk.c (make_message_dialog): Set the 
2779         default response for the dialogs.
2780
2781 Tue Jan 29 22:52:36 2002  Owen Taylor  <otaylor@redhat.com>
2782
2783         * Released 1.3.13
2784
2785         * configure.in: Micro version 13, interface, binary
2786         age 0. Require GLIB-1.3.13, Pango 0.24.
2787
2788         * docs/Makefile.am (EXTRA_DIST): Add widget_geometry.txt,
2789         sizing-test.txt, tree-column-sizing.txt
2790
2791         * docs/Makefile.am (EXTRA_DIST): Don't distribute
2792         Changes-1.2.txt, Changes-2.0.txt, README.linux-fb,
2793         since they are no longer canonical.
2794
2795         * gtk/gtk.def: Convert spaces to tabs in front of
2796         gtk_widget_set_accel_path in case it matters.
2797
2798         * NEWS: Updated for 1.3.13.
2799
2800 Tue Jan 29 22:31:07 2002  Owen Taylor  <otaylor@redhat.com>
2801
2802         * gtk/gtkwidget.[ch] gtkmenuitem.c gtkitemfactory.c: Export 
2803         gtk_widget_set_accel_path().
2804
2805         * gtk/gtk.def: Add gtk_widget_set_accel_path.
2806
2807 Tue Jan 29 21:50:28 2002  Owen Taylor  <otaylor@redhat.com>
2808
2809         * gtk/gtkaccelmap.[ch] gtk/gtkbindings.[ch] gtk/gtkwidget.[ch]:
2810         Consistently use GdkModifierType. (#66950, Mark Patton)
2811
2812         * gtk/gtkimagemenuitem.c (gtk_image_menu_item_new_from_stock):
2813         For consistency with gtk_button_new_from_stock(), fall back
2814         to gtk_image_menu_item_new_with_mnemnonic(). (#65944,
2815         Havoc Pennington)
2816         
2817         * gtk/gtkitemfactory.[ch] (gtk_item_factory_path_from_widget): 
2818         Make G_CONST_RETURN. (#68527, Matt Wilson)
2819
2820 Tue Jan 29 20:56:13 2002  Owen Taylor  <otaylor@redhat.com>
2821
2822         * gtk/gtk[vh]scale.c (gtk_[vh]scale_new_with_range): Document
2823         that the end points are included in the range. (#69783,
2824         Jeffrey Baker)
2825
2826 Tue Jan 29 20:38:04 2002  Owen Taylor  <otaylor@redhat.com>
2827
2828         * gtk/gtkscale.[ch]: Revert the last changes to make the
2829         number of digits only effect drawing, instead, don't
2830         round unless we are in the 'draw_value' mode -- this
2831         is the behavior of GTK+-1.2, and keeps the behavior that
2832         if the user sees a displayed value, it is the correct value.
2833
2834 Tue Jan 29 19:51:05 2002  Owen Taylor  <otaylor@redhat.com>
2835
2836         * gtk/gtkenums.h: Deprecate GtkPreviewType,
2837         GtkSignalRunType, GtkSideType, GtkSubmenuPlacement, GtkSubmenuDirection
2838         (#68183, Matthias Clasen)
2839
2840         * gtk/gtkmenuitem.h: Remove _gtk_menu_item_set_placement() from
2841         the public header to avoid having to use GtkSubmenuPlacement.
2842
2843         * gtk/{gtkmenuitem.c,gtkmenubar.c,gtkmenushell.c}: #define
2844         GTK_MENU_INTERNALS to preserve access to GtkSubmenu*.
2845
2846         * gdk/gdki18n.h: Deprecate contents. (Darin Adler.)
2847
2848 Tue Jan 29 19:32:47 2002  Owen Taylor  <otaylor@redhat.com>
2849
2850         * gtk/gtktextview.c (gtk_text_view_get/set_property): 
2851         Fix wrong usage of g_value_set/get_object for PROP_TABS
2852         and memory leak in getter for PROP_TABS. (Jeff Franks)
2853
2854 Tue Jan 29 19:04:41 2002  Owen Taylor  <otaylor@redhat.com>
2855
2856         * gtk/gtkstyle.c (gtk_style_render_icon): Document that
2857         a size of (GtkIconSize)-1 means don't scale.
2858
2859         * gtk/gtkstyle.c (gtk_default_render_icon): Obey the
2860         -1 convention.
2861
2862         * gtk/gtkimage.c (gtk_image_expose): Pass in -1 to
2863         gtk_style_render_icon() to make sure that we catch it
2864         obviously if the style's render function tries to
2865         scale.
2866
2867 Tue Jan 29 18:50:59 2002  Owen Taylor  <otaylor@redhat.com>
2868
2869         * gtk/gtkimage.c (gtk_image_expose): Optimize exposes of
2870         partial insensitive images.
2871
2872 2002-01-24  Havoc Pennington  <hp@redhat.com>
2873
2874         * gtk/gtkimage.c (gtk_image_expose): create insensitive version of
2875         the image regardless of storage type, #63305
2876
2877         * demos/gtk-demo/images.c: add toggle button to demonstrate that
2878         GtkImage makes its contents insensitive
2879
2880 Tue Jan 29 17:40:02 2002  Owen Taylor  <otaylor@redhat.com>
2881
2882         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable):
2883         Call _gdk_draw_pixbuf(), thus enabling using this function
2884         for pixbufs with alpha. (#68801)
2885
2886         * gdk/gdkdraw.c (gdk_drawable_real_draw_pixbuf): Move
2887         implementation of gdk_pixbuf_render_to_drawable()
2888         to here.
2889
2890 Tue Jan 29 17:16:17 2002  Owen Taylor  <otaylor@redhat.com>
2891
2892         * gtk/gtklayout.c: Patch from Jacob Berkman to fix problem
2893         when the height/width of a layout was set before the
2894         adjustments were added. (#66294)
2895
2896         * gtk/gtktreeview.c: Warning cleanups.
2897
2898 Tue Jan 29 16:35:04 2002  Owen Taylor  <otaylor@redhat.com>
2899
2900         * gtk/gtkhandlebox.c (gtk_handle_box_motion): Small
2901         fix to size of torn off window (#60271, Detlef Reichl)
2902
2903         * gtk/Makefile.am: Don't install gtkhsv.h. (Pointed out
2904         by Ross Burton)
2905
2906 Tue Jan 29 18:50:46 2002  Kristian Rietveld  <kris@gtk.org>
2907
2908         * gtk/gtktreeview.c (gtk_tree_view_move_cursor_page_up_down): free
2909         cursor_path after usage
2910         (gtk_tree_view_real_start_interactive_search): use new g_signal
2911         and g_object calls
2912         (gtk_tree_view_search_dialog_destroy): use g_object calls and free
2913         selected_iter if set
2914         (gtk_tree_view_search_position_func): rework so it will never ever
2915         appear offscreen (#68492)
2916         (gtk_tree_view_search_move): use new g_object calls
2917         (gtk_tree_view_search_init): free selected_iter if set, use new
2918         g_object calls
2919         (gtk_tree_view_leave_notify): don't destroy interactive search
2920         dialog
2921
2922 Tue Jan 29 23:07:03 2002  Kristian Rietveld  <kris@gtk.org>
2923
2924         * gtk/gtktreeview.c (gtk_tree_view_real_start_interactive_search):
2925         send focus in event
2926         (gtk_tree_view_search_dialog_destroy): send focus out event (#66466)
2927
2928 2002-01-29  Anders Carlsson  <andersca@gnu.org>
2929
2930         * gtk/gtkfontsel.c (gtk_font_selection_select_size): Show correct
2931         size in the size entry.
2932
2933 Tue Jan 29 16:11:55 2002  Owen Taylor  <otaylor@redhat.com>
2934
2935         * gtk/gtkfontsel.c (gtk_font_selection_show_available_sizes): Use
2936         gtk_tree_view_set_cursor() instead of gtk_tree_selection_select_iter().
2937
2938         * gtk/gtkfontsel.c (gtk_font_selection_init): Add mnemonic to
2939         preview field. (#52433, patch from Anders Carlsson)
2940         
2941         * gtk/gtkfontsel.c (gtk_font_selection_dialog_init): Remove the 
2942         dialog separator. (#69558, Alex Larsson, patch from Anders Carlsson)
2943
2944 Tue Jan 29 15:24:59 2002  Owen Taylor  <otaylor@redhat.com>
2945
2946         * gtk/gtkfontsel.[ch]: Switch over to GtkTreeView from
2947         GtkCList. Remove the entries above the font/face lists 
2948         since they were a little confusing. (Not sure about this 
2949         change, so the code is still there the entries are
2950         just hidden.) (#68890)
2951
2952         * gtk/gtkfilesel.c: Switch over to GtkTreeView from
2953         GtkCList. Add mnemonics for fileops. Allow Control/Shift
2954         Tab to focus out.
2955
2956         * gtk/gtkfilesel.c: Make fileop dialogs transient-for
2957         the fileselector. (#69336, patch from Melvin Hadasht)
2958
2959         * gtk/gtkgamma.c (button_clicked_callback): Fix handling
2960         of gamma dialog a bit. (#69336, Matthias Clasen.)
2961
2962 Tue Jan 29 14:56:28 2002  Owen Taylor  <otaylor@redhat.com>
2963
2964         * gtk/gtksocket.c (toplevel_focus_out_handler): Return boolean
2965         (and FALSE from focus_in / focus_out handlers. (#69528,
2966         Padraig O'Briain)
2967
2968 Tue Jan 29 14:47:54 2002  Owen Taylor  <otaylor@redhat.com>
2969
2970         * gtk/gtkmain.c (gtk_init_check): Remove the scary startup
2971         warning. (#69480)
2972
2973 Tue Jan 29 14:24:49 2002  Owen Taylor  <otaylor@redhat.com>
2974
2975         * gtk/gtkwindow.c (gtk_window_class_init): Add <Control>Tab
2976         bindings for "move-focus" so that Control-Tab to escape from
2977         something that eats Tab just works if not otherwise overriden.
2978
2979         * gtk/gtkspinbutton.c (gtk_spin_button_new_with_range) 
2980         * gtk/gtkvscale.c (gtk_vscale_new_with_range)
2981         * gtk/gtkhscale.c (gtk_hscale_new_with_range): Use a page_size
2982         of zero for the adjustment, since at times we think that the range
2983         is lower to upper - page_size. A page size equally to the 
2984         step_increment is, in any case, not meaningful.
2985
2986 2002-01-29  Tor Lillqvist  <tml@iki.fi>
2987
2988         * README.win32: Add comment about gtk-1-3-win32-production branch
2989         currently being ahead in functionality and code cleanliness (in
2990         gdk/win32). Just in case somebody looks at the code in gdk/win32
2991         here and starts fixing it, when it is going to change soonish
2992         anyway.
2993
2994 2002-01-29  Sven Neumann  <sven@gimp.org>
2995
2996         * gtk/gtkrc.c: don't install an empty icon_set if none of the image
2997         files could be found in the pixmap_path (bug #69398).
2998         
2999 2002-01-29  Sven Neumann  <sven@gimp.org>
3000
3001         * gdk/x11/gdkimage-x11.c (_gdk_x11_copy_to_image): fixed a segfault
3002         that showed up when using the color picker.
3003
3004 Tue Jan 29 11:51:14 2002  Tim Janik  <timj@gtk.org>
3005
3006         * gtk/gtkscale.[hc]: fix default value for ::digits property,
3007         leave as 1 as per havoc's request.
3008         don't apply the draw_digits value to range->round_digits,
3009         so we don't perform gross quantization by default.
3010
3011 2002-01-25  Havoc Pennington  <hp@redhat.com>
3012
3013         * gtk/gtktextbtree.c (_gtk_text_btree_delete): fix assertion
3014         failure by creating the line data, but not validating it at this
3015         stage. Also, remove old code related to the "bogus newline" mess
3016         that removed all tags from the last char in the buffer if you
3017         tried to delete it.
3018         (_gtk_text_line_data_new): put this here and prepend underscore,
3019         remove from gtktextlayout.c
3020
3021 Mon Jan 28 19:57:39 2002  Owen Taylor  <otaylor@redhat.com>
3022
3023         * modules/input/imhangul.c modules/input/imhangul-defs.h
3024         po/POTFILES.in. Add port of Emacs korean-hangul input
3025         method from Yusuke Tabata (#67665)
3026
3027 Mon Jan 28 18:25:10 2002  Owen Taylor  <otaylor@redhat.com>
3028
3029         * gtk/gtkentry.c (gtk_entry_draw_frame): Paint shadow
3030         before focus to give theme engines a bit morea
3031         flexibility. (#69857)
3032
3033 Mon Jan 28 16:23:20 2002  Jonathan Blandford  <jrb@redhat.com>
3034
3035         * gtk/gtktreeview.c (gtk_tree_view_dy_to_top_row): no longer
3036         g_assert.
3037
3038 2002-01-28  Jon Trowbridge  <trow@gnu.org>
3039
3040         * gtk/gtktreeview.c (gtk_tree_view_set_model): When setting the
3041         GtkTreeView's model, set prelight_node, prelight_tree,
3042         button_pressed_node and button_pressed_tree to NULL. (#69603)
3043
3044 2002-01-28 Bill Haneman <bill.haneman@sun.com>
3045
3046         * gtk/gtkstyle.c:
3047         Make sure that the default expanders are drawn with
3048         an outline thickness appropriate to the size of the
3049         expanders (RINT expander_size/7).
3050         Added static gtk_style_draw_polygon_with_gc(), to
3051         reduce code duplication.
3052
3053         * gtk/gtktreeview.c: (gtk_tree_view_bin_expose):
3054         Use focus_line_thickness when drawing focus lines.
3055
3056         * gtk/gtktreeviewcolumn.c:(gtk_tree_view_column_cell_get_size):
3057         Adjust requested width to include focus line thickness.
3058         (gtk_tree_view_column_cell_render_or_focus):
3059         Calculate a focus line rectangle which gets larger as the focus
3060         line thickness increases, to avoid overwriting cell content.
3061         Render left-aligned content at x+focus_line_width.
3062         (gtk_tree_view_column_cell_draw_focus):
3063         Don't draw a focus line around an editable text cell, since the
3064         text caret already indicates keyboard focus.
3065         Pass a GtkStateType appropriate to the focussed cell's state
3066         to gtk_paint_focus.
3067
3068 Mon Jan 28 14:44:40 2002  Jonathan Blandford  <jrb@redhat.com>
3069
3070         * gtk/gtktreeview.c (gtk_tree_view_real_select_cursor_row): Only
3071         activate/edit the row if shift is not pressed, #69248
3072
3073 2002-01-28  Anders Carlsson  <andersca@gnu.org>
3074
3075         * gtk/gtkcurve.c (gtk_curve_set_vector): Fix build.
3076
3077 2002-01-28  Matthias Clasen  <matthiasc@poet.de>
3078
3079         * gtk/{gtkalignment.c,gtkaspectframe.c,gtkbutton.c,
3080         gtkcellrenderer.c,gtkcellrendererpixbuf.c,gtkcombo.c,
3081         gtkcontainer.c,gtkcurve.c,gtkframe.c,gtklabel.c,
3082         gtkmessagedialog.c,gtknotebook.c,gtkspinbutton.c,gtktable.c,
3083         gtktext.c,gtktextview.c,gtktreeview.c,gtktreeviewcolumn.c,
3084         gtkviewport.c,gtkwidget.c}: General property notification 
3085         cleanup. (#69066)
3086
3087 2002-01-28  Anders Carlsson  <andersca@gnu.org>
3088
3089         * gtk/gtkaccelgroup.c (gtk_accel_groups_activate): & with the
3090         default mod mask so accels work when numlock is on.
3091
3092 Sun Jan 27 23:23:23 2002  Kristian Rietveld  <kris@gtk.org>
3093
3094         * gtk/gtkrbtree.[ch]: add _gtk_rbtree_mark_invalid (my previous
3095         commit already needed this ...)
3096
3097 Sun Jan 27 22:13:02 2002  Kristian Rietveld  <kris@gtk.org>
3098
3099         Fix for bug #69586
3100
3101         * gtk/gtktreeprivate.h: get rid of tab_offset, introduce
3102         expander_size
3103
3104         * gtk/gtktreeview.c: get rid of ->priv->tab_offset, introduce
3105         expander_size caching (from style), fix CELL_HEIGHT macro,
3106         use MAX ("RBNODE_HEIGHT", expander_size) (differs per case) for
3107         row height calculation, added style_set callback
3108
3109 2002-01-27  Anders Carlsson  <andersca@gnu.org>
3110
3111         * gtk/gtklabel.c (gtk_label_create_window): Set the cursor to
3112         GDK_XTERM.
3113
3114         * gtk/gtktextview.h (struct _GtkTextView): add mouse_cursor_obscured.
3115
3116         * gtk/gtkentry.h (struct _GtkEntry): Add mouse_cursor_obscured.
3117
3118         * gtk/gtktextview.c (set_invisible_cursor): New function.
3119         (gtk_text_view_obscure_mouse_cursor): Likewise.
3120         (gtk_text_view_key_press_event): Call obscure_cursor if text 
3121         has been inserted.
3122         (gtk_text_view_motion_event): Restore the mouse cursor.
3123
3124         * gtk/gtkentry.c (gtk_entry_realize): Add GDK_POINTER_MOTION_MASK.
3125         (set_invisible_cursor): New function.
3126         (gtk_entry_obscure_mouse_cursor): Likewise.
3127         (gtk_entry_key_press): call obscure_cursor if text has been inserted.
3128         (gtk_entry_motion_notify): Restore the mouse cursor.
3129
3130 2002-01-27  Sven Neumann  <sven@gimp.org>
3131
3132         * gtk/gtkstyle.c (sanitize_size): removed unused return value.
3133
3134 Sat Jan 26 19:27:23 2002  Owen Taylor  <otaylor@redhat.com>
3135
3136         * gtk/gtksocket.c (gtk_socket_grab_notify): Don't
3137         send MODALITY_ON/OFF if socket->same_app (More fixes for #69735)
3138
3139 Sat Jan 26 19:04:37 2002  Owen Taylor  <otaylor@redhat.com>
3140
3141         * gtk/gtkmain.c (check_is_grabbed): Return FALSE not true
3142         in the grab_widget == NULL case. (Bug reported by 
3143         Padraig O'Briain, #69735)
3144
3145         * gtk/gtkplug.c (handle_modality_on): Realize the modality
3146         window so gtk_widget_event() doesn't complain :-((((.
3147
3148 2002-01-25  Federico Mena Quintero  <federico@ximian.com>
3149
3150         Merge from gdk-pixbuf stable.
3151
3152         * gdk/gdkpixbuf-drawable.c (rgb565msb): Fixed the endianness
3153         conversion --- swap the individual 16 bit values instead of taking
3154         everying as a 32 bit value.
3155         (rgb565lsb): Likewise.
3156         (rgb555lsb): Likewise.
3157         (rgb555msb): Likewise.
3158
3159 2002-01-25  Alex Larsson  <alexl@redhat.com>
3160
3161         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_drawable_impl_fb_class_init):
3162         Implement copy_to_image instead of get_image
3163         
3164         * gdk/linux-fb/gdkimage-fb.c:
3165         Implement _gdk_image_new_for_depth, _gdk_windowing_get_bits_for_depth and
3166         _gdk_fb_copy_to_image.
3167         Based in part on patch from Mathieu Lacage <mathieu_lacage@realmagic.fr>
3168
3169         * gdk/linux-fb/gdkmain-fb.c:
3170         Make ENABLE_FB_MANAGER region larger.
3171
3172         * gdk/linux-fb/gdkprivate-fb.h:
3173         Change _gdk_fb_get_image to _gdk_fb_copy_to_image.
3174
3175 2002-01-25  Sven Neumann  <sven@gimp.org>
3176
3177         * gtk/gtkwindow.c (gtk_window_get_size): changed the comment so
3178         that gtk-doc doesn't get confused.
3179
3180 Fri Jan 25 14:03:36 2002  Tim Janik  <timj@gtk.org>
3181
3182         * gtk/gtkspinbutton.c (gtk_spin_button_draw_arrow): assert
3183         that the passed in arrow is always _UP or _DOWN, this catches
3184         false invocations which lead to drawing artefacts.
3185         (start_spinning): likewise, i.e. sanity check the passed in arrow.
3186         (gtk_spin_button_button_release): fix arrow redrawing.
3187         (gtk_spin_button_button_press): must set click_child for
3188         button3 even if we don't take spinning action right away.
3189
3190         * gtk/gtkspinbutton.h (struct _GtkSpinButton): document
3191         valid values for click_child.
3192
3193 Thu Jan 24 23:03:24 2002  Kristian Rietveld  <kris@gtk.org>
3194
3195         * gtk/gtktreeview.c (gtk_tree_view_get_path_at_pos): update docs,
3196         return current FALSE if x is smaller than the current visible area,
3197         not than the requested area, don't correct y coordinate,
3198         TREE_WINDOW_Y_TO_RBTREE_Y will do that. Fixes #67477.
3199
3200 Thu Jan 24 15:41:08 2002  Jonathan Blandford  <jrb@redhat.com>
3201
3202         * gtk/gtktreeview.c
3203          (gtk_tree_view_motion_draw_column_motion_arrow): fix column
3204          reordering fully.
3205          (gtk_tree_view_size_allocate): fix evil bug.
3206
3207 Thu Jan 24 11:53:19 2002  Owen Taylor  <otaylor@redhat.com>
3208
3209         * gtk/gtktreeview.c (gtk_tree_view_destroy): Don't clear
3210         the model until we clean up all the other objects
3211         that might refer to the object.
3212
3213 2002-01-24  Mark McLoughlin  <mark@skynet.ie>
3214
3215         * gtk/gtkaccessible.h: include gtk/gtkwidget.h
3216
3217 Wed Jan 23 20:28:59 2002  Owen Taylor  <otaylor@redhat.com>
3218
3219         * gtk/gtknotebook.c (gtk_notebook_draw_arrow): 
3220         Use insensitive state for insensitive arrows, not
3221         just an "etched state". (#67172, Adrian Custer)
3222
3223 2002-01-23  Manish Singh  <yosh@gimp.org>
3224
3225         * gtk/gtkentry.c (gtk_entry_set_text): use a variable that's actually
3226         been declared.
3227
3228 2002-01-23  Damon Chaplin  <damon@ximian.com>
3229
3230         * configure.in (gtk_doc_min_version): set minimum gtk-doc version to
3231         0.9, since we need to use the new --type-init-func argument for
3232         gtkdoc-scangobj.
3233
3234 2002-01-23  Matthias Clasen  <matthiasc@poet.de>
3235
3236         * gtk/gtkentry.c, gtk/gtkwidget.c: Remove excessive
3237         g_return_if_fail() calls. (#57615)
3238
3239         * gtk/gtkitemfactory.c (gtk_item_factory_delete_entries): Make
3240         it work for paths with underline accelerators. (#69247)
3241
3242 Wed Jan 23 15:12:16 2002  Owen Taylor  <otaylor@redhat.com>
3243
3244         * gtk/gtkspinbutton.c (gtk_spin_button_state_changed): 
3245         Stop spinning if widget becomes insensitive. (#56248)
3246
3247 Wed Jan 23 14:44:12 2002  Owen Taylor  <otaylor@redhat.com>
3248
3249         * gtk/gtkspinbutton.c (EPSILON): Decrease value since
3250         we now use doubles.
3251
3252 Tue Jan 22 16:58:37 2002  Jonathan Blandford  <jrb@redhat.com>
3253
3254         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): Fix sizing bug
3255         I introduced accidentally, #69358
3256
3257 2002-01-22 Padraig O'Briain <padraig.obriain@sun.com>
3258
3259         * gtk/gtktreestore.c (gtk_tree_store_iter_children):
3260         Update last change to prevent core dump
3261
3262 Mon Jan 21 01:21:54 2002  Kristian Rietveld  <kris@gtk.org>
3263
3264         * gtk/gtktreestore.c: add some more stamp checks (pointed out
3265         by Anders Carlsson)
3266
3267         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_insert_value): don't
3268         assume _row_changed will insert sort (because _row_changed doesn't
3269         need to follow this signal), so apply insert sort here
3270         (gtk_tree_model_sort_level_find_insert): header doesn't need to be
3271         set here, so use a return instead of g_return_val_if_fail.
3272
3273 Mon Jan 21 18:28:17 2002  Jonathan Blandford  <jrb@redhat.com>
3274
3275         * gtk/gtktreeview.c (gtk_tree_view_adjustment_changed): Update
3276         top_row.  Remove extraneous print statements.
3277
3278 2002-01-21  Matthias Clasen  <matthiasc@poet.de>
3279
3280         * gtk/gtkitemfactory.c (gtk_item_factory_popup, 
3281         gtk_item_factory_popup_with_data): Document allowed values
3282         for ifactory.
3283
3284         * gtk/gtkitemfactory.c (gtk_item_factory_delete_entry): Make 
3285         it work for paths with underline accelerators.
3286
3287 Fri Jan 18 16:31:21 2002  Jonathan Blandford  <jrb@redhat.com>
3288
3289         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): only resize the
3290         window.
3291
3292 Mon Jan 21 11:56:31 2002  Owen Taylor  <otaylor@redhat.com>
3293
3294         * gtk/gtkentry.c (gtk_entry_real_activate): Trap the 
3295         case where there is no default widget and the entry
3296         is the focus widget, since this also causes infinite
3297         recursion. (#69158)
3298
3299 Mon Jan 21 11:46:39 2002  Owen Taylor  <otaylor@redhat.com>
3300
3301         * gdk/gdk.c (gdk_init_check): Set the fallback program class here,
3302         rather than lazilygdk_get_program_class(), since we don't want
3303         -name to override it. (#69123, Ryan Lovett)
3304
3305 Mon Jan 21 10:29:45 2002  Owen Taylor  <otaylor@redhat.com>
3306
3307         * gdk/gdk.c: Fix wrong types for command line arguments 
3308         (#69124, Ryan Lovett)
3309
3310         * gdk/gdk.c (gdk_arg_context_parse): Fix bug in parsing
3311         parsing '--arg VALUE'.
3312
3313         * gdk/gdk.c: Remove unused variable gdk_error_trap_free_list.
3314
3315 2002-01-21  Havoc Pennington  <hp@pobox.com>
3316
3317         * gdk/gdkwindow.c (gdk_window_add_filter): mention that window 
3318         arg can be NULL
3319
3320 Sat Jan 19 20:49:41 2002  Kristian Rietveld  <kris@gtk.org>
3321
3322         * demos/gtk-demo/editable_cells.c: fix a load of open line ends
3323         (cell_edited): modified patch from German Poo Caaman~o
3324         to fix up old_text declaration and free the memory
3325         (do_editable_cells): unref the model after creating the treeview
3326
3327         * demos/gtk-demo/list_store.c: fix a load of open line ends,
3328         (add_columns): set the sort column id, so we can sort
3329
3330         * demos/gtk-demo/tree_store.c: fix a load of open line ends,
3331         (do_tree_store): unref the model after creating the treeview
3332
3333 2002-01-19  Havoc Pennington  <hp@pobox.com>
3334
3335         * gtk/gtkwindow.c: link to new X11 section in a lot of places when
3336         mentioning the window manager.
3337
3338         * gtk/gtkwidget.c (gtk_widget_hide_on_delete): don't mention
3339         window manager since we're portable.
3340
3341 Sat Jan 19 08:47:41 2002  Jeff Garzik  <jgarzik@mandrakesoft.com>
3342
3343         * gdk/linux-fb/gdkproperty-fb.c (gdk_atom_name):
3344         Wrap case values in GPOINTER_TO_UINT().  Fixes build with gcc 3.x.
3345
3346         * gtk/gtkmain.c:  Include sys/types.h if G_OS_UNIX.
3347         Fixes build with gcc 3.x and -ansi.
3348
3349 Fri Jan 18 23:01:37 2002  Owen Taylor  <otaylor@redhat.com>
3350
3351         * gtk/gtkrc.c (gtk_rc_parse_style): Fix problems when
3352         an engine declaration occurs in a reopened style, and
3353         g_free() of objects when errors occur.
3354
3355 2002-01-18  Matthias Clasen  <matthiasc@poet.de>
3356
3357         * gtk/gtkitemfactory.c (gtk_item_factory_get_widget_by_action):
3358         Clarify documentation. (#69026)
3359
3360         * gtk/gtkprogressbar.c (gtk_progress_bar_size_request): Fix 
3361         missing initialization of adjustment. (#69025)
3362
3363 2002-01-17  Raja R Harinath  <harinath@cs.umn.edu>
3364
3365         Simplify Makefiles. 
3366         <URL: http://bugzilla.gnome.org/show_bug.cgi?id=68969>
3367         * gdk/Makefile.am: Remove use of automake conditionals to pick
3368         library to build.
3369         * gtk/Makefile.am: Likewise.
3370         
3371         * gdk/Makefile.am (LDFLAGS): Use $(libdir), not @prefix@/lib.
3372         * gtk/Makefile.am (LDFLAGS): Likewise.
3373
3374 Thu Jan 17 20:13:14 2002  Owen Taylor  <otaylor@redhat.com>
3375
3376         * gtk/gtknotebook.c (gtk_notebook_redraw_tabs): Fix
3377         missing allocation.x/y offsets. (#68962, Jacob
3378         Berkman)
3379
3380         * gtk/gtknotebook.c (gtk_notebook_size_allocate):
3381         Queue a redraw on the entire widget if we hide
3382         the last page or show the first. (Also #68962)
3383         
3384 2002-01-17  Havoc Pennington  <hp@redhat.com>
3385
3386         * gtk/gtktextview.c (gtk_text_view_move_cursor_internal): change
3387         GTK_MOVEMENT_PARAGRAPHS to go to start/end of paragraph before it
3388         starts to go up/down paragraphs. This makes Ctrl+Up/Ctrl+Down work
3389         as in the keynav spec, though it makes the interpretation of
3390         GTK_MOVEMENT_PARAGRAPHS different from the interpretation of some
3391         of the other GTK_MOVEMENT_ thingies, maybe, as if that enum makes
3392         any sense anyhow.
3393
3394 Thu Jan 17 16:34:55 2002  Jonathan Blandford  <jrb@redhat.com>
3395
3396         * gtk/gtktreeview.c (gtk_tree_view_real_select_cursor_row): For
3397         some reason, I was activating a row while just selecting it.
3398         Reported by andersca.
3399         (gtk_tree_view_size_request): add a
3400         validate_rows_handler to give us a rough width of the widget.
3401
3402         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_update_button):
3403         Queue a resize here just in case.  It's needed in over half the
3404         cases, and I don't want to do a diff to figure out exactly when
3405         it's needed.
3406
3407 2002-01-17  Matthias Clasen  <matthiasc@poet.de>
3408
3409         * gtk/gtkinputdialog.c,
3410         gtk/gtkcolorsel.c, gtk/gtkfilesel.c, gtk/gtkfontsel.c:
3411         Mark children as composite. (#66360)
3412
3413         * gtk/gtkwidget.c (gtk_widget_push_composite_child): Explain
3414         composite children some more. (#66360)
3415
3416 2002-01-17  Havoc Pennington  <hp@redhat.com>
3417
3418         * gtk/gtktextlayout.c (_gtk_text_layout_get_line_xrange): new
3419         function (which I then decided not to use but I think it's needed
3420         to fix #68963
3421
3422         * gtk/gtktextview.c: add page_horizontally action signal and
3423         implement Ctrl+PgUp, Ctrl+PgDown based on patch from Padraig, 
3424         hackily modified to avoid adding GTK_MOVEMENT_ API. Part of 
3425         #53934
3426
3427         * gtk/gtkmarshalers.list: add NONE:INT,BOOL
3428
3429 Thu Jan 17 17:02:38 2002  Owen Taylor  <otaylor@redhat.com>
3430
3431         * gtk/gtkwidget.c (gtk_widget_real_unrealize): Call
3432         gtk_selection_remove_all() here, not in destroy/
3433         finalize. (#66636, Sergey Vlasov)
3434
3435         * gtk/gtkselection.c (gtk_selection_request): Fix
3436         reentrancy problem with multiple conversions.
3437
3438         * gtk/gtkselection.c (gtk_selection_remove_all): 
3439         Don't remove incrs, we don't need the widget for
3440         maintain the incr.
3441
3442         * gtk/gtkselection.c (struct _GtkIncrInfo): Remove
3443         the widget field from here, we don't need it.
3444
3445 Thu Jan 17 13:08:34 2002  Owen Taylor  <otaylor@redhat.com>
3446
3447         * gdk/x11/gdkmain-x11.c (gdk_error_trap_push): Move
3448         here, and save/restore the X error handler to allow
3449         people using GTK+ to set the X error handler to something
3450         custom without disturbing the operation of GDK.
3451
3452         * gdk/linux-fb/gdkmain-fb.c (gdk_error_trap_push) 
3453         * gdk/win32/gdkmain-win32.c (gdk_error_trap_pop): Add
3454         dummy implementations.
3455
3456         * gdk/x11/gdkmain-x11.c gdk/x11/gdkevents-x11.c 
3457         gdk/x11/gdkdnd-x11.c: Use gdk_error_trap_push()/pop()
3458         for all error trapping.
3459
3460         * gdk/x11/gdkdnd-x11.c: Remove '#if 0' code.
3461
3462         * gdk/x11/gdkdnd-x11.c (gdk_window_cache_new): Fix
3463         problem where we would add the results anyways,
3464         and then add it again if no error occurred, and problem
3465         where we could leave _gdk_error_warnings() unset.
3466
3467 Wed Jan 16 20:28:38 2002  Owen Taylor  <otaylor@redhat.com>
3468
3469         * gtk/gtkfilesel.c: Fix "deleting" filename by adding
3470         another boolean parameter to file_selection_populate() -
3471         whether to clear the entry. Also, never fill in the
3472         entry when the user clicks on something in the 
3473         directory list. (#6791, Reported by Jos Dehaes and many,
3474         many, many others.)
3475
3476 2002-01-16  Havoc Pennington  <hp@redhat.com>
3477
3478         * gtk/gtktextview.c (gtk_text_view_scroll_pages): update
3479         cursor_y_pos with clamped delta rather than theoretical delta
3480         (#68788). Also, if we can't page up/down further then jump 
3481         to top/bottom of the document.
3482
3483 Wed Jan 16 19:33:41 2002  Owen Taylor  <otaylor@redhat.com>
3484
3485         * gtk/gtkfilesel.c (gtk_file_selection_map): Refresh
3486         the dialog on map. (#52877, inspired by request from
3487         Murray Cumming)
3488
3489 Wed Jan 16 19:23:04 2002  Owen Taylor  <otaylor@redhat.com>
3490
3491         * gtk/gtkbindings.c (gtk_binding_entry_activate): 
3492         Support "optional" bindings. If a binding signal
3493         has a boolean return value, and returns FALSE it
3494         is as if it didn't exist all.
3495
3496         * gtk/gtkbindings.c (binding_compose_params): Switch
3497         over to GValue.
3498
3499         * gtk/gtknotebook.[ch]: Make the select_page() and
3500         change_current_page() signals only take effect when
3501         the focus is on the tab area so that key presses
3502         in children pass up to the toplevel correctly.
3503
3504 Wed Jan 16 12:16:37 2002  Owen Taylor  <otaylor@redhat.com>
3505
3506         * gtk/gtkoptionmenu.c (gtk_option_menu_size_request): Fix 
3507         calculation error in the (shouldn't happen) case where
3508         option_menu->height < child_requisition.height. (Patch
3509         from Jacob Berkman, #66969)
3510
3511 2002-01-15  Matthias Clasen  <matthiasc@poet.de>
3512
3513         * gtk/gtkenums.h (GtkMatchType): Deprecate. (#68183)
3514
3515         * gtk/gtkscale.h (gtk_scale_value_width): Remove useless 
3516         compatibility macro. (#67730) 
3517
3518 Wed Jan 16 10:54:38 2002  Owen Taylor  <otaylor@redhat.com>
3519
3520         * configure.in: Fix typo in --help output.
3521         (Arnaud Charlet).
3522
3523 Wed Jan 16 10:18:42 2002  Owen Taylor  <otaylor@redhat.com>
3524
3525         * gtk/stock-icons/Makefile.am (EXTRA_DIST): Add 
3526         gtkstockpixbufs.h.
3527
3528         * configure.in: Make TIFF, JPEG, PNG loaders mandatory
3529         unless you configure with --without-libtiff, etc.
3530         (#54045, Brian Cameron)
3531
3532 2002-01-16  Padraig O'Briain <padraig.obriain@sun.com>
3533
3534         * gtk/gtkmenushell.c (gtk_real_menu_shell_move_current):
3535         Avoid unexpected warning message when navigating menu (#68517)
3536
3537 2002-01-15  Jody Goldberg <jody@gnome.org>
3538
3539         * gtk/gtklayout.c (gtk_layout_realize) : It is possible that a
3540         GtkLayout may have been scrolled _before_ it was realized.
3541
3542 Tue Jan 15 18:10:24 2002  Owen Taylor  <otaylor@redhat.com>
3543
3544         * gtk/gtkspinbutton.c (gtk_spin_button_grab_notify): Stop
3545         the timer on destroy, or when we are notified that we are
3546         shadowed by a modal dialog.
3547
3548         * gtk/gtkspinbutton.c: Remove explicit gtk_grab_add()/remove() -
3549         not needed any more.
3550
3551         * gtk/gtkmain.c (gtk_grab_notify): Fix problem where notifications
3552         weren't sent out for the default grab group.
3553
3554         * gtk/gtkmain.c (gtk_grab_notify): Fix notification of widgets that
3555         were getting events because they were part of the previous grab.
3556
3557 Tue Jan 15 12:23:33 2002  Owen Taylor  <otaylor@redhat.com>
3558
3559         * gtk/gtknotebook.c (gtk_notebook_mnemonic_activate_switch_page): 
3560         focus the activated tab, not the page. (#53612)
3561
3562         * gtk/gtknotebook.c (gtk_notebook_set_focus_child): Track
3563         the last focus descendant of the page.
3564
3565         * gtk/gtknotebook.c (gtk_notebook_real_switch_page): If the focus
3566         was on the previous page, move it to the last focused widget /
3567         first element on the new page, if possible, or if not, to the 
3568         notebook itself. (#68224, reported by Jonathan Blandford)
3569
3570         * gtk/gtknotebook.c (focus_tabs_in): Don't focus tabs
3571         tabs aren't visible. (#65462, Damon Chaplin, fixed based 
3572         on patch from Anders Carlsson)
3573
3574 2002-01-15            Vitaly Tishkov       <tvv@sparc.spb.su>
3575
3576         * gtk/gtkstyle.c
3577         a misprint in documentation for gtk_style_render_icon () is fixed
3578
3579 Mon Jan 14 23:21:47 2002  Tim Janik  <timj@gtk.org>
3580
3581         * gtk/gtkmenuitem.c (gtk_menu_item_map): map event_window after
3582         mapping child, so we don't loose events.
3583
3584 2002-01-15  Sven Neumann  <sven@gimp.org>
3585
3586         * gtk/gtkaccellabel.h
3587         * gtk/gtkitemfactory.c: fixed documentation by syncing the parameter
3588         names used in headers and code.
3589
3590 2002-01-14  jacob berkman  <jacob@ximian.com>
3591
3592         * gtk/gtkrc.c (gtk_rc_get_im_module_path): close a comment block
3593
3594 Tue Jan 15 01:13:51 2002  Kristian Rietveld  <kris@gtk.org>
3595
3596         * gtk/gtktreemodelsort.c: fix a load of open line ends,
3597         (gtk_tree_model_sort_set_model): only free root level if it's
3598         !NULL
3599
3600 2002-01-14  Matthias Clasen  <matthiasc@poet.de>
3601
3602         * gtk/gtkoldeditable.c, gtk/gtkrc.c, 
3603         gtk/gtkstyle.c: Documentation additions.
3604
3605         * gtk/gtkmenu.c (gtk_menu_set_accel_path),
3606         gtk/gtkmenuitem.c (gtk_menu_item_set_accel_path), 
3607         gtk/gtkwidget.c (gtk_widget_add_accelerator): Typo and markup fixes.
3608
3609         * gtk/gtkitemfactory.c (gtk_item_factory_add_foreign): Document.
3610
3611         * gtk/gtkaccelmap.c (gtk_accel_map_add_filter): Explain intended use.
3612
3613 Mon Jan 14 17:14:13 2002  Owen Taylor  <otaylor@redhat.com>
3614
3615         * gdk/x11/gdkselection-x11.c (sanitize_utf8): Don't
3616         mangle sequences of consecutive \n or \r.
3617
3618 Mon Jan 14 17:42:28 2002  Jonathan Blandford  <jrb@redhat.com>
3619
3620         * gtk/gtktreeview.c (gtk_tree_view_stop_editing): allow cancel to
3621         happen.
3622
3623         * gtk/gtktreeview.c (install_presize_handler): only install the
3624         handler if we're realized, #68056
3625
3626 Mon Jan 14 16:35:58 2002  Owen Taylor  <otaylor@redhat.com>
3627
3628         * gtk/gtkwindow.c (gtk_window_move_resize): Unset 
3629         initial_pos_set after the first configure request.
3630
3631 2002-01-13  Jody Goldberg <jody@gnome.org>
3632
3633         * gtk/gtktexttag.c (get_color_arg) : set_boxed will copy the color
3634           and will use a mem_chunk to do it.  Avoid an unnecessary copy, a
3635           leak, and confusion.
3636
3637 Sun Jan 13 23:23:22 2002  Owen Taylor  <otaylor@redhat.com>
3638
3639         * gtk/gtkwindow.c (gtk_window_compute_hints): Fix problem where
3640         widget->requisition was being used instead of
3641         gtk_widget_get_child_requisition (), causing geometry widgets
3642         with usizes to misbehave.
3643
3644 2002-01-14  Sven Neumann  <sven@gimp.org>
3645
3646         * gtk/gtkrc.c: g_getenv() returns a const string.
3647
3648 2002-01-14  Hasbullah Bin Pit  <sebol@ikhlas.com>
3649
3650         * configure.in: Added ms at ALL_LINGUAS.
3651         * po/ms.po: Added Malay Translation.
3652
3653 2002-01-14  Matthias Clasen  <matthiasc@poet.de>
3654
3655         * gtk/gtkitemfactory.c: Documentation.
3656
3657 2002-01-13  Sven Neumann  <sven@gimp.org>
3658
3659         * gdk/gdkwindow.c: documentation cleanups.
3660
3661 Sun Jan 13 01:15:45 2002  Kristian Rietveld  <kris@gtk.org>
3662
3663         * gtk/gtktreemodelsort.c: various cleanups,
3664         (get_child_iter_from_elt): removed,
3665         (gtk_tree_model_sort_elt_get_path): rewritten to be a lot cleaner
3666         and especially faster,
3667         (gtk_tree_model_convert_iter_to_child_iter): use
3668         gtk_tree_model_sort_elt_get_path
3669
3670 Sat Jan 12 16:57:31 2002  Kristian Rietveld  <kris@gtk.org>
3671
3672         * gtk/gtktreeview.c (gtk_tree_view_real_start_interactive_search):
3673         revert Owen's change (using a strdupped string as object data), so
3674         the interactive search works again
3675
3676 2002-01-11  Havoc Pennington  <hp@pobox.com>
3677
3678         * gtk/gtklabel.c: put in more links to Pango markup format docs
3679         (gtk_label_set_justify): mention gtk_misc_set_alignment
3680
3681 2002-01-12  Tor Lillqvist  <tml@iki.fi>
3682
3683         Fixes contributed by Archaeopteryx Software: This is a first small
3684         part of their changes. Will commit more later.
3685         
3686         * gdk/win32/*.c: Add some more checks for failed GDI calls. If a
3687         call fails, don't use bogus values.
3688
3689          gdk/win32/gdkcursor-win32.c (_gdk_win32_data_to_wcursor): Plug
3690         memory leak: g_free() the AND and XOR bitmaps after use.
3691         (_gdk_cursor_destroy): If we are destroying the current Windows
3692         cursor, set the Windows cursor to none first.
3693
3694         * gdk/win32/gdkgc-win32.c (predraw_set_foreground): Delete the old
3695         brush that was in the DC, like the win32-production branch does.
3696
3697         * gdk/win32/gdkwindow-win32.c (gdk_window_impl_win32_finalize): If
3698         the window has a cursor which is the current Windows cursor,
3699         before destroying it set the current Windows cursor to none.
3700         (gdk_window_set_cursor): Also here, if destroying the current
3701         Windows cursor, set the current Windows cursor to none first.
3702         (gdk_window_get_pointer): Revamp logic.
3703         
3704 2002-01-10  jacob berkman  <jacob@ximian.com>
3705
3706         * gtk/gtkwidget.c (gtk_widget_add_events): actually iterate
3707         through the list rather than infinitely loop
3708
3709 2002-01-08  Matthias Clasen  <matthiasc@poet.de>
3710
3711         * gtk/gtkwidget.c (gtk_widget_set_style_recurse): Rename to
3712         reset_rc_styles_recurse(). (#68084)
3713
3714 2002-01-10            Vitaly Tishkov       <tvv@sparc.spb.su>
3715         * gtk/gtkimage.c
3716         * gtk/gtkimcontext.c
3717         * gtk/gtktreemodel.c
3718         * gtk/gtktreemodelsort.c
3719         * gtk/gtkwindow.c
3720         fix docs        
3721
3722 Wed Jan  9 20:56:42 2002  Jonathan Blandford  <jrb@redhat.com>
3723
3724         * gdk/x11/gdkkeys-x11.c (get_xkb): get the types as well as the
3725         symbols because we need them in MyEnhancedXkbTranslateKeyCode.
3726
3727 2002-01-10  Tor Lillqvist  <tml@iki.fi>
3728
3729         Apply the same fixes and improvements as to the
3730         gtk-1-3-win32-production branch: Bug fixes and cleanup of
3731         selection and DND functionality. Still doesn't work as well as the
3732         win32-production branch, though, but getting closer.
3733
3734         After this, need to add Archaeopteryx Software's OLE2 DND support.
3735
3736         * gdk/win32/gdkselection-win32.c (gdk_selection_owner_set,
3737         gdk_selection_send_notify, generate_selection_notify): Don't use
3738         SendMessage() to generate events for the same app, instead use
3739         gdk_event_put().
3740
3741         * gdk/win32/gdkprivate-win32.h
3742         * gdk/win32/gdkglobals-win32.c
3743         * gdk/win32/gdkmain-win32.c
3744         * gdk/win32/gdkevents-win32.c: Thus, remove declaration, definition,
3745         initialisation and handling of gdk_selection_notify_msg,
3746         gdk_selection_request_msg and gdk_selection_clear_msg. 
3747
3748         * gdk/win32/gdkselection-win32.c (gdk_text_property_to_text_list,
3749         gdk_free_text_list, gdk_string_to_compound_text,
3750         gdk_free_compound_text): Implement trivially, witrh a text_list
3751         always having a single element, and a compound text always
3752         consisting of just a single (UTF-8!) string. Let's see how well
3753         this works.
3754
3755         * gdk/win32/gdkselection-win32.c (gdk_selection_convert): Fix
3756         non-ASCII paste from the clipboard: Try getting the same formats
3757         from the Windows clipboard that gdk_property_change() puts there:
3758         CF_UNICODETEXT, UTF8_STRING or CF_TEXT+CF_LOCALE.
3759
3760         * gdk/win32/gdkproperty-win32.c (gdk_property_change): When
3761         storing text on the clipboard, handle non-ASCII text
3762         correctly. The logic is as follows:
3763
3764         If we have only ASCII characters, use CF_TEXT.
3765
3766         Else, if we are on NT, use CF_UNICODETEXT.
3767
3768         Else (we are on Win9x), if all the characters are present in the
3769         code page of some installed locale, use CF_TEXT and also set
3770         CF_LOCALE to that locale.
3771
3772         Else (still on Win9x) store as RTF. We use a very simple RTF
3773         string, just the text, no fonts or other crap, with the non-ASCII
3774         characters as Unicode \uN keywords. Additionally, also store the
3775         UTF-8 string as such, under the format "UTF8_STRING", so that GDK
3776         can also paste from the Clipboard what it has copied there. (Thus
3777         no need to implement any RTF parser.)
3778         
3779         (find_common_locale): New function, implements the search for a
3780         locale for case 3 above.
3781
3782         * gdk/win32/gdkglobals-win32.c: New global variables
3783         compound_text, text_uri_list, utf8_string, cf_rtf and
3784         cf_utf8_string.
3785
3786         * gdk/win32/gdkim-win32.c (_gdk_ucs2_to_utf8): New function,
3787         converts from a wchar_t string to UTF-8.
3788         (_gdk_utf8_to_ucs2): Rename from _gdk_win32_nmbstowchar_ts.
3789         (_gdk_utf8_to_wcs): Rename from gdk_nmbstowchar_ts.
3790
3791         * gdk/win32/gdkevents-win32.c (build_keypress_event): Use
3792         _gdk_ucs2_to_utf8().
3793
3794         * gdk/win32/gdkselection-win32.c: Remove some unnecessary logging.
3795
3796         * gdk/win32/gdkdnd-win32.c: Plug memory leaks, the
3797         gdk_drag_context_ref() was called unnecessarily in a couple of
3798         places, meaning drag contexts were never freed. The same memory
3799         leaks seem to be present in gdk/linux-fb/gdkselection-fb.c, BTW.
3800
3801         (gdk_drop_reply): For WIN32_DROPFILES drops, free the temporarily
3802         stored file list.
3803
3804         * gdk/win32/gdkselection-win32.c: Clarify the use of the
3805         sel_prop_table. Now it is used only for storing the GDK_SELECTION
3806         "properties".
3807
3808         The file names dropped with WM_DROPFILES -style DND is stored
3809         temporarily (between the drop and the target picking them up) in a
3810         separate place.
3811
3812         Have a separate hash table to map selection atoms to owner
3813         windows. This used to be quite mixed up.
3814
3815         (_gdk_dropfiles_store): New function, to store the dropped file
3816         list for the drop target to possibly fetch, and clear it
3817         afterwards, from gdk_drop_reply().
3818
3819         (gdk_selection_owner_get): Much simplified now.
3820
3821 2002-01-09  jacob berkman  <jacob@ximian.com>
3822
3823         * gtk/gtklayout.c (gtk_layout_style_set): set the background of
3824         our bin window also (fixes #58957)
3825
3826 Wed Jan  9 19:10:07 2002  Jonathan Blandford  <jrb@redhat.com>
3827
3828         * gtk/gtktreeselection.c
3829         (_gtk_tree_selection_internal_select_node): Now we test we can
3830         unselect nodes before selecting new ones.
3831         (gtk_tree_selection_real_select_node): be careful comparing booleans.
3832
3833 Wed Jan  9 21:31:44 2002  Kristian Rietveld  <kris@gtk.org>
3834
3835         * gtk/gtkliststore.c (gtk_list_store_sort): pass NULL to
3836         gtk_tree_model_rows_reordered and not an iter with user_data
3837         set to NULL (which is an invalid liststore iter, so
3838         iter_n_children failed, etc)
3839
3840 2002-01-09  Sven Neumann  <sven@gimp.org>
3841
3842         * tests/prop-editor.c: declared internal functions static.
3843         
3844 Wed Jan  9 11:13:12 2002  Owen Taylor  <otaylor@redhat.com>
3845
3846         * gtk/gtkmenuitem.c (_gtk_menu_item_refresh_accel_path): 
3847         Fix problem with menus without accel groups, such as the
3848         menus for option menus.
3849
3850         * gtk/gtkpaned.c (gtk_paned_expose): Only conditionalize
3851         drawing of handle on whether both children are visible,
3852         not the drawing of the other child!. (#68325, Diego Gonzalez)
3853
3854 Wed Jan  9 10:20:16 2002  Owen Taylor  <otaylor@redhat.com>
3855
3856         * gdk/x11/gdkdrawable-x11.c gdk/x11/gdkgc-c11.c: Check for
3857         RENDER before trying to use it... XRenderFindFormat() prints
3858         warnings if called when extension isn't present.
3859
3860 Wed Jan  9 15:20:40 2002  Tim Janik  <timj@gtk.org>
3861
3862         * gtk/gtkmenuitem.c (gtk_menu_item_parent_set): update the accel
3863         path upon parent changes.
3864
3865 Wed Jan  9 13:20:14 2002  Tim Janik  <timj@gtk.org>
3866
3867         * gtk/gtkviewport.c (gtk_viewport_size_allocate): small but important
3868         fix to force vadjustments at size_alocate time from Xavier Ordoquy
3869         <mcarkan@users.sourceforge.net>.
3870
3871 Wed Jan  9 11:23:39 2002  Tim Janik  <timj@gtk.org>
3872
3873         * gtk/gtklayout.c (gtk_layout_get_property): 
3874         * gtk/gtkspinbutton.c (gtk_spin_button_get_property): 
3875         * gtk/gtktreeview.c (gtk_tree_view_get_property): 
3876         * gtk/gtkwidget.c (gtk_widget_get_property): 
3877         * gtk/gtkfontsel.c (gtk_font_selection_get_property): 
3878         * gtk/gtkrange.c (gtk_range_get_property):
3879         * gtk/gtkviewport.c (gtk_viewport_get_property):
3880         * gtk/gtkprogressbar.c (gtk_progress_bar_get_property): don't cast a
3881         possible NULL pointer.
3882
3883 2002-01-08  Mike Kestner  <mkestner@speakeasy.net>
3884
3885         * gtk/gtkcelleditable.h : Use G_TYPE_INSTANCE_GET_INTERFACE.
3886         * gtk/gtktreednd.h : ditto.
3887         * gtk/gtktreemodel.h : ditto.
3888         * gtk/gtktreesortable.h : ditto.
3889         * gtk/gtkwidget.h : Don't reference incomplete _GdkRectangle type.
3890
3891 2002-01-08  Matthias Clasen  <matthiasc@poet.de>
3892
3893         * gtk/gtkplug.c, gtk/gtksocket.c: Speak of window IDs rather 
3894         than XIDs in the docs.
3895
3896         * gtk/gtkclipboard.c (gtk_clipboard_clear): Fix docs.
3897
3898 Tue Jan  8 18:39:23 2002  Jonathan Blandford  <jrb@redhat.com>
3899
3900         * gtk/gtktreedatalist.c (gtk_tree_data_list_compare_func): wow!
3901         Am I a moron or what 0 < 1 is not equivalent to strcmp ("a", "b")
3902
3903 Tue Jan  8 18:04:01 2002  Owen Taylor  <otaylor@redhat.com>
3904
3905         * gtk/gtktoolbar.c (gtk_toolbar_set_icon_size):
3906         Handle TOGGLE/RADIOBUTTON as well. (#68201,
3907         Damon Chaplin.)
3908
3909         * gtk/gtktoolbar.c (get_first_child): Fix stupid 
3910         bug, just introduced.
3911
3912 Tue Jan  8 15:53:28 2002  Owen Taylor  <otaylor@redhat.com>
3913
3914         * gtk/gtkdnd.c (gtk_drag_find_widget): Fix coordinate
3915         translations, once and for all.
3916
3917         * gtk/gtktextbuffer.c (paste_from_buffer): Free
3918         the ClipboardRequest structure. (#66198, HideToshi
3919         Tajima)
3920
3921 2002-01-08  jacob berkman  <jacob@ximian.com>
3922
3923         * gtk/gtklayout.c (gtk_layout_move_internal): queue a resize on
3924         the child rather than the layout. see bug #68263
3925
3926 Tue Jan  8 14:51:19 2002  Owen Taylor  <otaylor@redhat.com>
3927
3928         * gtk/gtkpaned.c (gtk_paned_expose): Don't draw
3929         the handle if we aren't showing both children.
3930         (#68135, Diego Gonzalez)
3931
3932 Tue Jan  8 14:45:43 2002  Owen Taylor  <otaylor@redhat.com>
3933
3934         * gtk/gtkwidget.c (gtk_widget_add_events): Fix
3935         leak of result of gtk_container_get_children().
3936
3937 Tue Jan  8 14:42:19 2002  Owen Taylor  <otaylor@redhat.com>
3938
3939         * gtk/gtktoolbar.c: Fix leaks of results of
3940         gtk_container_get_children(). (#68199, Damon Chaplin)
3941
3942 Tue Jan  8 14:19:43 2002  Owen Taylor  <otaylor@redhat.com>
3943
3944         * gtk/gtkcheckbutton.c (gtk_check_button_size_allocate): 
3945         Fix problem where child->requisition was accessed
3946         directly instead of calling get_child_requisition()
3947         (#68199, Damon Chaplin)
3948
3949 2001-01-08  James Henstridge  <james@daa.com.au>
3950
3951         * gtk/gtkstyle.c: add trailing */ on doc comment.
3952
3953 Mon Jan  7 22:19:32 2002  Owen Taylor  <otaylor@redhat.com>
3954
3955         * gdk/x11/gdkdrawable-x11.c (draw_with_pixmaps): Fix a
3956         problem where were the offset into the image was passed
3957         into convert_to_format() wrong.
3958
3959         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_pixbuf): Call
3960         gdk_x11_drawable_update_picture_clip () before using
3961         the picture; allow update_picture_clip() to take a NULL gc
3962         to mean no clipping.
3963
3964 2002-01-07  Matthias Clasen  <matthiasc@poet.de>
3965
3966         * gtk/gtksocket.c (gtk_socket_get_id): Doc typo fix. (#68172)
3967
3968         * gtk/gtktreemodel.c (gtk_tree_path_is_descendant): Fix docs.
3969
3970         * gtk/gtktreemodel.c (gtk_tree_model_rows_reordered): Document.
3971
3972         * gtk/gtkwindow.c (gtk_window_remove_accel_group): Fix docs.
3973
3974         * gtk/gtkrc.c (gtk_rc_get_style_by_paths),
3975         gtk/gtkwidget.c (gtk_widget_get_toplevel, 
3976         gtk_widget_push_composite_child), gtk/gtkdialog.c 
3977         (gtk_dialog_new_with_buttons, gtk_dialog_run): Keep gtk-doc
3978         from messing up the indentation of inline examples.     
3979
3980         * gtk/gtkmain.c, gtk/gtkrc.c: Consistently call g_getenv() 
3981         instead of getenv().
3982
3983         * gtk/gtktreemodel.c, gtk/gtkaccelgroup.c, gtk/gtkclipboard.c,
3984         gtk/gtkdnd.c, gtk/gtkiconfactory.c, gtk/gtkrc.c,
3985         gtk/gtkstyle.c, gtk/gtkselection.c: Doc fixes.
3986
3987         * gtk/gtkaccelmap.c (gtk_accel_map_add_filter,
3988         gtk_accel_map_foreach_unfiltered, gtk_accel_map_load_scanner):
3989         Document.
3990
3991 2002-01-07  Anders Carlsson  <andersca@gnu.org>
3992
3993         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render): Remove
3994         unused pixels and rowstride variables.
3995         (gtk_cell_renderer_pixbuf_get_size): Check for non-NULL width.
3996
3997 Mon Jan  7 08:48:23 2002  Tim Janik  <timj@gtk.org>
3998
3999         * gtk/gtkdnd.c (gtk_drag_find_widget): don't forget to offset
4000         the pointer by x/y_offset into the new window when we found
4001         the drag destination.
4002
4003         * gtk/gtkaccelmap.c (internal_change_entry): fix return code
4004         for simulation when the entry already contains the required
4005         accel key and mod.
4006
4007 2002-01-06  Matthias Clasen  <matthiasc@poet.de>
4008  
4009         * docs/debugging.txt: Replace GTK_NO_CHECK_CASTS by 
4010         G_DISABLE_CAST_CHECKS.
4011
4012         * gtk/gtkaccelgroup.c (gtk_accel_group_from_accel_closure,
4013         gtk_accel_group_query, gtk_accel_group_find,
4014         gtk_accel_groups_from_object): Document.
4015
4016         * gtk/gtkaccellabel.c (gtk_accel_label_set_accel_closure): Document.
4017
4018 2002-01-04  Hans Breuer  <hans@breuer.org>
4019
4020         * gdk/gdkdraw.c gdk/gdkpixbuf-drawable.c : 
4021         need to cast image->mem away from void* to avoid 
4022         'error C2036: 'void *' : unknown size'. Doing pointer 
4023         arithmetics on void pointers is a GCCism afaik.
4024
4025         * gdk/gdkpixbuf-render.c : #include "gdkinternals.h" for
4026         _gdk_draw_pixbuf ()
4027
4028         * gdk/makefile.msc gdk/win32/makefile.msc 
4029         gdk/gtk/makefile.msc.in : use -FI msvc_recommended_pragmas.h
4030
4031         * gdk/win32/gdkdrawable-win32.c : use _gkd_win32_copy_to_image
4032         and take care of image->visual possibly NULL.
4033
4034         * gdk/win32/gdkimage-win32.c : implement _gdk_image_new_for_depth(),
4035         _gdk_win32_copy_to_image() and _gdk_windowing_bits_for_depth().
4036         Again take care of image->visual possibly NULL.
4037
4038         * gdk/win32/gdkprivate-win32.h : declare _gdk_win32_copy_to_image()
4039
4040         * gdk/win32/gdkevents-win32.c : use gdk_drawable_get_colormap
4041         instead of private field access
4042
4043         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_new) : adapt
4044         colormap setting to the gdk-X behaviour
4045
4046 2001-01-04  Matthias Clasen  <matthiasc@poet.de>
4047
4048         * gtk/gtkwidget.c: Documentation additions.
4049
4050 2001-01-04  Matthias Clasen  <matthiasc@poet.de>
4051
4052         * gtk/gtkobject.c (gtk_object_dispose): Fix a comment.
4053
4054         * gtk/gtkwidget.c (gtk_widget_set_sensitive): tiny docs change
4055
4056 2002-01-04  Havoc Pennington  <hp@pobox.com>
4057
4058         * gtk/gtkwidget.c (gtk_widget_set_sensitive): tiny docs change
4059         
4060 Fri Jan  4 13:05:15 2002  Owen Taylor  <otaylor@redhat.com>
4061
4062         * gtk/gtkdnd.c (gtk_drag_find_widget): At least
4063         don't infinite loop if the widget and window heirarchies
4064         don't correspond.
4065
4066         * gtk/gtkdnd.c (gtk_drag_find_widget): Handle changes
4067         in heirarchy in ::drag_motion, ::drag_drop callbacks
4068         by referencing child widget lists. (Patch from Tim)
4069
4070         * gtk/gtkdnd.c (gtk_drag_find_widget): Fix a problem
4071         with widgets where window.x != widget->allocation.x
4072
4073 Fri Jan  4 01:36:48 2002  Owen Taylor  <otaylor@redhat.com>
4074
4075         * gdk/x11/gdkdrawable-x11.c (convert_to_format): Optimize
4076         a little bit. (More for consistency than because it
4077         makes much of a difference.)
4078
4079 Thu Jan  3 22:18:15 2002  Owen Taylor  <otaylor@redhat.com>
4080
4081         * gdk/x11/gdkdrawable-x11.c gdk/x11/gdkprivate-x11.h
4082         (_gdk_x11_have_render): Private function to tell if we have RENDER
4083         extension.
4084
4085         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_get_fg_picture): Return
4086         None if we don't have RENDER extension.
4087
4088         * gdk/x11/gdkpango-x11.c (gdk_pango_context_get): Don't
4089         use Xft unless we have render extension.
4090
4091         * gdk/x11/gdkdrawable-x11.c (gdk_x11_drawable_get_picture):
4092         Handle missing render extension.
4093
4094         * gdk/gdkdraw.c gdk/gdkdrawable.h gdk/gdkpixmap.c gdk/gdkwindow.c
4095         gdk/gdkinternals.h: Add a private copy_to_image() virtual function
4096         to the GdkDrawable vtable that extends get_image() to allow
4097         copying onto existing images.  Make the default implementation of
4098         get_image() use this so that backends don't have to implement
4099         both. Add private wrapper _gdk_drawable_copy_to_image().
4100
4101         * gdk/x11/gdkimage-x11.c gdk/x11/gdkprivate-x11.c
4102         gdk/x11/gdkdrawable-x11.c (_gdk_x11_copy_to_image): Implement
4103         copy_to_image() semantics, speed up by using ShmPixmaps and
4104         XCopyArea when possible, XFlush() after ungrabbing the server,
4105         generally redo the logic once again.
4106
4107         * gdk/gdkinternals.h gdk/x11/gdkimage-x11.c
4108         _gdk_windowing_bits_per_depth(): Function to convert from depth to
4109         bits-per-pixel. (We assume only one bpp per depth - X requires
4110         this.)
4111
4112         * gdk/gdkinternals.h gdk/gdkrgb.c gdk/gdkimage.c: Move the GdkRGB
4113         scratch image code into a generic _gdk_image_get_scratch() chunk
4114         of code that we can use other places we need scratch images.
4115
4116         * gdk/gdkimage.c gdk/x11/gdkimage.c gdk/gdkinternals.h:
4117         Add _gdk_image_new_for_depth() as the backend 
4118         to _gdk_image_new() to allowing creating images with
4119         a depth and no visual.
4120
4121         * gdk/gdkpixbuf-drawable.c: Fix so that getting 
4122         parts of images not at 0,0 actually works.
4123
4124         * gdk/gdkdrawable.h gdk/gdkinternals.h gdk/gdkdraw.c
4125         gdk/gdkwindow.c gdk/gdkpixmap.c gdk/gdkpixbuf-render.c: 
4126          - Add a new GdkDrawableClass vfunc _draw_pixbuf, and 
4127           _gdk_draw_pixbuf() [ will be made public later ], to allow 
4128           backends to accelerate drawing pixbufs. 
4129          - Move the implementation of gdk_pixbuf_render_to_drawable_alpha()
4130            to be the default implementation. 
4131          - Update docs for gdk_pixbuf_render_to_drawable_alpha(). 
4132          - Optimize the default implementation by using 
4133            _gdk_image_copy_to_pixmap() and scratch shared images, and
4134            special casing the compositing.
4135
4136         * gdk/x11/gdkdrawable-x11.c: Accelerate _gdk_draw_pixbuf()
4137         with alpha using the RENDER extension.
4138
4139         * gdk/gdkpixbuf-drawable.c (gdk_pixbuf_get_from_drawable):
4140         Optimize by _gdk_image_copy_to_pixmap() and scratch images.
4141
4142         * tests/testrgb.c: Add test for speed of alpha composition,
4143         reduce the number of iterations since alpha composition
4144         can be a bit slow.
4145
4146         * gdk/x11/gdkimage-x11.c gdk/gdkprivate-x11.h (_gdk_x11_image_get_shm_pixmap): 
4147         Private function to get a ShmPixmap for an image, if possible.
4148
4149 2002-01-04  Anders Carlsson  <andersca@gnu.org>
4150
4151         * tests/testtreesort.c: Add my cool list of integers.
4152
4153 Thu Dec 27 18:12:55 2001  Owen Taylor  <otaylor@redhat.com>
4154
4155         * gdk/x11/gdkproperty-x11.c (gdk_property_get): Fix
4156         problem where retrieved atoms weren't properly returned.
4157
4158 2002-01-03  Anders Carlsson  <andersca@gnu.org>
4159
4160         * gtk/gtktextview.c (gtk_text_view_key_press_event): When
4161         tab is pressed and the text view isn't editable, 
4162         move the focus instead.
4163
4164         * gtk/gtkstyle.c (gtk_default_draw_focus): Free dash list if
4165         necessary.
4166
4167         * gtk/gtkhsv.c (gtk_hsv_get_focus_gc): Free dash list.
4168
4169         * gtk/gtkcolorsel.c (get_focus_gc): Free dash list.
4170
4171         * gtk/gtkdnd.c (set_icon_stock_pixbuf): Don't unref the mask
4172         if it's NULL.
4173
4174         * gtk/gtktreeview.c: Rename gtk_tree_view_queue_draw_node to
4175         _gtk_tree_view_queue_draw_node.
4176         (gtk_tree_view_row_has_child_toggled): Only redraw one node.
4177
4178         * gtk/gtktreesortable.c (gtk_tree_sortable_set_sort_func): 
4179         sort_column_id can be 0.
4180
4181         * gtk/gtktreeselection.c (gtk_tree_selection_real_select_node):
4182         Only redraw one the node being selected.
4183
4184         * gtk/gtktreeprivate.h: Add _gtk_tree_view_queue_draw_node.
4185         
4186 Wed Jan  2 23:09:06 2002  Tim Janik  <timj@gtk.org>
4187
4188         * gtk/gtkcontainer.c (_gtk_container_queue_resize): don't ignore
4189         realized but visible && !mapped resize containers (which is
4190         possible with unset CHILD_VISIBLE now).
4191
4192 2002-01-02  jacob berkman  <jacob@ximian.com>
4193
4194         * gtk/Makefile.am (LDFLAGS): automake still doesn't support
4195         libsomething_la_LDFLAGS, so fix the build again
4196
4197 2002-01-01  Havoc Pennington  <hp@pobox.com>
4198
4199         * gtk/gtktextview.c (gtk_text_view_expose_event): propagate
4200         exposes to no window children not in the buffer window.
4201         (gtk_text_view_class_init): add move_focus bindings for Ctrl-Tab
4202         - is this the right way to do it?
4203         (gtk_text_view_focus): add focus method, just chains up for now, 
4204         I'm not sure why the GtkContainer implementation doesn't work
4205
4206         * gtk/gtktextbtree.c (_gtk_text_btree_insert_child_anchor): fill
4207         in the text line for the child anchor segment
4208
4209         * tests/testtext.c (do_add_focus_children): add another test
4210         example (to put focusable buttons into the widget)
4211
4212 2002-01-01  Havoc Pennington  <hp@pobox.com>
4213
4214         * docs/README.linux-fb: note that this file is obsolete
4215
4216         * docs/Changes-2.0.txt, docs/Changes-1.2.txt: Add notes to these
4217         files that they should not be edited and look in the reference 
4218         manual instead. Probably these files should just be replaced by 
4219         the note, and their main contents deleted.
4220
4221         * gtk/gtktextview.c: docs
4222
4223         * gtk/gtktextmark.c: docs
4224
4225         * gtk/gtktextchild.c: docs
4226
4227         * gtk/gtktextbuffer.c: docs stuff
4228
4229         * gtk/gtkclipboard.c (gtk_clipboard_get): fool with docs to maybe
4230         give people more leads in sorting out PRIMARY vs. CLIPBOARD
4231
4232 2002-01-01  Tor Lillqvist  <tml@iki.fi>
4233
4234         * demos/Makefile.am (test-inline-pixbufs.h): Append EXEEXT to
4235         ../gdk-pixbuf/gdk-pixbuf-csource.
4236
4237 2001-12-31  Tor Lillqvist  <tml@iki.fi>
4238
4239         * gdk/win32/gdkgc-win32.c (predraw_set_foreground): Improved error
4240         handling.
4241         (gdk_win32_hdc_get,gdk_win32_hdc_release): Silence gcc -Wall.
4242
4243         * gdk/win32/gdkimage-win32.c (_gdk_win32_get_image): Silence gcc
4244         -Wall.  Use GDK_IS_PIXMAP_IMPL_WIN32 instead of GDK_IS_PIXMAP in
4245         one more place.
4246
4247         * gdk/win32/gdkinput-win32.c (_gdk_input_other_event): Silence gcc
4248         -Wall.
4249
4250         * gtk/Makefile.am (libgtk_win32_1_3_la_LDFLAGS): Add -lwsock32.
4251
4252 2002-01-01  Havoc Pennington  <hp@pobox.com>
4253
4254         * gtk/gtktextview.c (gtk_text_view_get_default_attributes): doc 
4255         fix
4256         
4257 2002-01-01  Havoc Pennington  <hp@pobox.com>
4258
4259         * gtk/gtktextview.c (changed_handler): Replace call to
4260         gtk_widget_size_request() that expected to actually compute the
4261         request with a direct use of widget_class->size_request, so we get
4262         our size request right; fixes remaining part of #63065 reported by
4263         Matthias Clasen
4264
4265 2001-12-31  Havoc Pennington  <hp@pobox.com>
4266
4267         * tests/testtext.c (do_insert_and_scroll): remove backward_char
4268         since we no longer have bogus newline
4269         (dialog_response_callback): remove another backward_char horkage, 
4270         reported by Matthias Clasen #63065
4271
4272 2001-12-31  Havoc Pennington  <hp@pobox.com>
4273
4274         * gtk/gtktextbtree.c (gtk_text_btree_node_view_check_consistency):
4275         fix an incorrect assertion that the "valid" flag is always correct
4276         in a node and add explanatory comment. This keeps me from 
4277         reproducing #59101, but I'm remembering that 59101 was actually 
4278         about incorrect pixel totals, so I'm not sure 59101 is actually 
4279         fixed. May just have stopped happening due to some change in 
4280         how C-k works.
4281
4282 2001-12-31  Havoc Pennington  <hp@pobox.com>
4283
4284         * gtk/gtktextview.c (gtk_text_view_start_selection_drag): extend
4285         selection if shift is down, bug #50939
4286         (gtk_text_view_button_press_event): add double/triple click
4287         selection to the current selection if shift is down
4288
4289 2001-12-31  Havoc Pennington  <hp@pobox.com>
4290
4291         * gtk/gtktextiter.c (gtk_text_iter_get_visible_line_index): fix 
4292         to use ensure_byte_offsets not ensure_char_offsets, patch 
4293         from Padraig O'Briain bug #67356
4294         
4295 2001-12-30  Havoc Pennington  <hp@pobox.com>
4296
4297         * gtk/gtkdialog.h (GtkDialogFlags): fix GtkDialogFlags to have 
4298         the right values, reported by Jeff Franks
4299
4300 2001-12-30  Matthias Clasen  <matthiasc@poet.de>
4301
4302         * gtk/gtkwindow.c, gtk/gtkimcontextsimple.c: Minor documentation tweaks.
4303
4304 2001-12-28  Matthias Clasen  <matthiasc@poet.de>
4305
4306         * gdk/x11/gdkproperty-x11.c, gdk/x11/gdkselection-x11.c: 
4307         Minor documentation tweaks.
4308
4309 2001-12-28  Tor Lillqvist  <tml@iki.fi>
4310
4311         * gdk/win32/gdkfont-win32.c: Use G_N_ELEMENTS().
4312         (unicode_classify): Don't return -1 on encountering an
4313         unclassified character, but play it safe and return U_BASIC_LATIN.
4314
4315 Thu Dec 27 16:05:30 2001  Owen Taylor  <otaylor@redhat.com>
4316
4317         * gtk/gtkarrow.c gtk/gtkimage.c gtkpixmap.c: Make interpretation
4318         of misc->xpad/ypad consistent with GtkLabel. Do 
4319         directional flipping when interpreting misc->xalign/yalign.
4320         Fix off-by-one error for negative x,y. (#67472, reported
4321         by Mathieu Lacage)
4322
4323 Thu Dec 27 15:45:41 2001  Owen Taylor  <otaylor@redhat.com>
4324
4325         * gtk/gtkwidget.c (gtk_widget_set_style_internal):
4326         Remove optimization that was causing problems because
4327         we called gtk_widget_size_request() before we called
4328         gtk_widget_queue_resize() so RESIZE_NEEDED was not
4329         set. Optimization shouldn't mattter now that we
4330         are smart about needlessly size requesting or allocating
4331         widgets. (#67598, reported by Jacob Berkman)
4332
4333 Thu Dec 27 15:38:20 2001  Owen Taylor  <otaylor@redhat.com>
4334
4335         * gtk/gtkmenu.c (gtk_menu_stop_navigating_submenu_cb):
4336         Call gdk_window_get_pointer() on menu->bin_window not
4337         menu->window, so we get the correct window for the
4338         menu item. (#65213, Guillermo S. Romero)
4339
4340 Thu Dec 27 15:13:44 2001  Owen Taylor  <otaylor@redhat.com>
4341
4342         * gtk/gtkmenu.c (gtk_menu_set_title): Allow unsetting
4343         the title by setting to NULL. Move docs inline. 
4344         Update the title if the tearoff window already
4345         exists. Code cleanup. (Fixes #65190, reported by
4346         Vitaly Tishkov.)
4347
4348 Thu Dec 27 14:04:22 2001  Owen Taylor  <otaylor@redhat.com>
4349
4350         * gtk/gtksocket.c (gtk_socket_key_press_event): 
4351         gtk/gtkplug.c (gtk_plug_key_press_event): Don't do
4352         special handling of key presses unless we are doing 
4353         iter-app embedding. (Fixes #67590, Anders Carlsson)
4354
4355 Thu Dec 27 16:37:04 2001  Kristian Rietveld  <kris@gtk.org>
4356
4357         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_row_deleted),
4358         (gtk_tree_model_sort_sort_level),
4359         (gtk_tree_model_sort_insert_value): fix a few places where
4360         I was confused between modelsort iters and other iters. This was
4361         really going to happen someday ;)
4362
4363 Wed Dec 26 23:41:41 2001  Kristian Rietveld  <kris@gtk.org>
4364
4365         * gtk/gtktreeview.c (gtk_tree_view_rows_reordered): ensure
4366         we are unprelighted before reordering
4367
4368         * gtk/gtktreemodel.c (gtk_tree_row_ref_reordered_callback): we
4369         need to break out of the for loop, not return (this fixed
4370         the 'selection freeze' bug).
4371
4372         * gtk/gtktreemodelsort.c: more fixage and cleanups. It seems to
4373         be pretty stable now, though it still needs some more code
4374         cleanups.
4375
4376 Wed Dec 26 12:32:31 2001  Owen Taylor  <otaylor@redhat.com>
4377
4378         * docs/Changes-2.0.txt: Document the fact that
4379         gtk_paned_set_handle_size() has been removed.
4380
4381         * gtk/gtkpaned.h Remove gtk_paned_handle_size() compat macro, 
4382         since it pointed to gtk_paned_set_handle_size(), which
4383         was removed. (#66760, Matt Wilson)
4384
4385 Wed Dec 26 12:28:24 2001  Owen Taylor  <otaylor@redhat.com>
4386
4387         * gtk/gtkdnd.c (gtk_drag_highlight): Connect 
4388         gtk_drag_hightlight_expose _after_, so it works with
4389         widgets that paint there entire background. (#66735)
4390
4391 Wed Dec 26 12:17:06 2001  Owen Taylor  <otaylor@redhat.com>
4392
4393         * gtk/gtkplug.c (gtk_plug_size_allocate): Assign the
4394         allocation to widget->allocation. (Fixes #67290,
4395         Chris Phelps.)
4396
4397 Wed Dec 26 11:49:01 2001  Owen Taylor  <otaylor@redhat.com>
4398
4399         (#67542, reported by Anders Carlsson)
4400         
4401         * gtk/gtkstyle.c (gtk_style_real_init_from_rc): Merge
4402         rc_style->font_desc with defaul style instead of replacing
4403         it.
4404
4405         * gtk/gtkrc.c (gtk_rc_style_real_merge): Allow partial
4406         font descriptions in RC styles by calling
4407         pango_font_description_merge(). 
4408
4409 2001-12-24  James Henstridge  <james@daa.com.au>
4410
4411         * gtk/gtkdialog.h (doc comment): s/<!>/<!-- -->/ to make the doc
4412         valid with both SGML and XML.
4413
4414 Sat Dec 22 12:38:03 2001  Owen Taylor  <otaylor@redhat.com>
4415
4416         * configure.in: 1.3.12, interface, binary age 0.
4417
4418         * configure.in: Require new versions of Glib, Pango, ATK.
4419
4420         * NEWS: Updated.
4421
4422         * configure.in: Make explicit what libtool we are executing.
4423         (Tomas Ogren)
4424
4425         * gdk/gdkcolor.c gdk/gdkgc.c gdk/gdkwindow.c: Doc fixes.
4426
4427         * gtk/gtkwidget.c (gtk_widget_[class]path) gtkrc.h : Fix 
4428         parameter names for docs.
4429
4430 Sat Dec 22 22:35:29 2001  Owen Taylor  <otaylor@redhat.com>
4431
4432         * gtk/gtkwindow.c (gtk_window_realize) 
4433           gtk/gtkplug.c (gtk_plug_realize): Include GDK_KEY_RELEASE_MASK.
4434
4435         * gtk/gtkentry.c (gtk_entry_key_release)
4436           gtk/gtktextview.c (gtk_text_view_key_release_event): Pass
4437         key release events to the input method.
4438
4439         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_filter_keypress): 
4440         Handle release of Control/Shift to end hex sequence.
4441
4442         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_filter_keypress): 
4443         Handle key releases as well as presses.
4444
4445 2001-12-21  Matthias Clasen  <matthiasc@poet.de>
4446
4447         * gtk/gtktoolbar.c (gtk_toolbar_insert_element): Trivial doc adjustment.
4448
4449         * gtk/gtklabel.c (gtk_label_new_with_mnemonic),
4450         gtk/gtkbutton.c (gtk_button_new_with_mnemonic): More precise
4451         documentation about underscores and mnemonics. (#66380)
4452
4453         * gtk/gtktextiter.c (gtk_text_iter_backward_word_starts): Fix
4454         cyclic reference in docs.
4455
4456         * gtk/gtklabel.c (gtk_label_set_justify): Correct documentation
4457         of default value. (#65402)
4458
4459         * gtk/gtkmain.c (gtk_set_locale, gtk_disable_set_locale): 
4460         Markup fixes.
4461
4462 2001-12-20  Anders Carlsson  <andersca@gnu.org>
4463
4464         * gtk/gtktreeview.c (gtk_tree_view_realize): Don't call
4465         map here.
4466
4467 Tue Dec 18 16:15:55 2001  Owen Taylor  <otaylor@redhat.com>
4468
4469         * gdk/gdkgc.h: Explicitely deprecate gdk_gc_set_font()
4470         (reported by Jeff Franks.)
4471
4472 Tue Dec 18 16:07:28 2001  Owen Taylor  <otaylor@redhat.com>
4473
4474         * gdk/gdkkeys.h (struct _GdkKeymapClass): Fix 
4475         prototype for direction_changed. (Reported by
4476         Jeff Franks.)
4477
4478 2001-12-18  Padraig O'Briain <padraig.obriain@sun.com>
4479
4480         * gtk/gtktreeview.c (gtk_tree_view_get_expander_column):
4481         Fix typo (list->data becomes list->next)
4482
4483 2001-12-06  Havoc Pennington  <hp@redhat.com>
4484
4485         Add Unicode control char menu, based on patch from Dov.
4486         Bug #63495
4487         
4488         * gtk/gtkentry.c (gtk_entry_commit_cb): share code via
4489         gtk_entry_enter_text
4490         (gtk_entry_enter_text): function to do "typing in text"
4491         (popup_targets_received): add the Unicode menu items
4492
4493         * gtk/gtktextview.c (popup_targets_received): add missing mnemonic
4494         on Input Methods item, and add the unicode menu items.
4495
4496         * gtk/gtktextutil.h, gtk/gtktextutil.c: private utilities to be
4497         used in GtkEntry and GtkTextView - may become public later.     
4498
4499 2001-12-16  Kjartan Maraas  <kmaraas@gnome.org>
4500
4501         * gtk/gtkprogressbar.c: Fix a typo.
4502         * gtk/gtkpaned.c: Fix a typo.
4503         
4504 2001-12-15  Darin Adler  <darin@bentspoon.com>
4505
4506         Fix some warnings.
4507
4508         * gdk/x11/gdkproperty-x11.c: (gdk_property_get): Fix wrong type in
4509         g_new -- bug if sizeof (GtkAtom) != sizeof (GtkAtom *).
4510         * gdk/x11/gdkwindow-x11.c: (create_moveresize_window): FALSE -> NULL
4511         * gtk/gtkaccellabel.c: (gtk_accel_label_refetch): Remove unused local.
4512         * gtk/gtklistitem.c: (gtk_list_item_expose): Remove unused local.
4513         * gtk/gtktextiter.c: (_gtk_text_iter_backward_indexable_segment):
4514         Restructure loop to get rid of uninitialized variable warning. Also
4515         gives a tiny efficiency gain.
4516
4517 2001-12-15  Murray Cumming  <murrayc@usa.net>
4518
4519         * Fixed first arg type of GtkScale's "format_value" signal's
4520         function pointer.
4521
4522 2001-12-14            Vitaly Tishkov       tvv@sparc.spb.su
4523         docs/reference/gtk/tmpl/gtkcelleditable.sgml
4524                 gtkcelleditable -> GtkCellEditable
4525         docs/reference/gtk/tmpl/gtktreesortable.sgml
4526                 gtktreesortable -> GtkTreeSortable
4527
4528 2001-12-13  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
4529
4530         * demos/testpixbuf-drawable.c, demos/testpixbuf-save.c,
4531         demos/testpixbuf-scale.c, demos/testpixbuf.c: Call g_object_ref
4532         and g_object_unref instead of gdk_pixbuf_ref and gdk_pixbuf_unref
4533         resp.
4534
4535 Thu Dec 13 22:02:41 2001  Kristian Rietveld   <kris@gtk.org>
4536
4537         * gtk/gtktreeview.c (validate_visible_area): free path
4538         at the end
4539
4540 2001-12-13  Matthias Clasen  <matthiasc@poet.de>
4541
4542         * gtk/gtkdialog.c, gtk/gtkrc.c, gtk/gtkwidget.c: Markup fixes.
4543
4544 Thu Dec 13 20:37:27 2001  Kristian Rietveld  <kris@gtk.org>
4545
4546         * gtk/gtktreeview.c (gtk_tree_view_button_press): do not try
4547         to find the clicked node in the tree when tree == NULL
4548
4549 2001-12-13  Anders Carlsson  <andersca@gnu.org>
4550
4551         * gtk/gtktreeview.c (gtk_tree_view_button_press): Compare 
4552         event->state with the default mod mask. 
4553
4554 2001-12-12  jacob berkman  <jacob@ximian.com>
4555
4556         * gtk/gtk*.h (GTK_IS_*_CLASS): s/obj/klass/ where appropriate
4557
4558 Wed Dec 12 17:22:45 2001  Owen Taylor  <otaylor@redhat.com>
4559
4560         * gtk/gtkimmulticontext.c (gtk_im_multicontext_set_slave):
4561         Reset the existing slave before removing it to give
4562         it a chance to commit and emit "preedit_changed" 
4563         in case there was still a preedit string.
4564
4565 2001-12-12  Matthias Clasen  <matthiasc@poet.de>
4566         
4567         * gtk/gtktextlayout.c: Typo fixes
4568         * gtk/gtkwindow.c (gtk_window_set_position): Typo fix. (#66746)
4569
4570         * gtk/gtkwidget.c (gtk_widget_send_expose, gtk_widget_get_toplevel, 
4571         gtk_widget_get_default_direction): Doc fixes. (#66727, #66737, #66744)
4572
4573         * gtk/gtkstyle.h (GTK_STYLE_NUM_STYLECOLORS): Remove. (#66467)
4574
4575 Wed Dec 12 16:43:10 2001  Jonathan Blandford  <jrb@redhat.com>
4576
4577         * gtk/gtktreeview.c (gtk_tree_view_unrealize): Remove
4578         validate_rows_timer in unrealize.  Reported by Matthew Wilson.
4579
4580 Wed Dec 12 16:18:26 2001  Owen Taylor  <otaylor@redhat.com>
4581
4582         * gtk/gtkmenu.c (gtk_menu_realize): Remove support for
4583         "prepainting" the menu before realizing other than
4584         via gtk_style_set_background() - this was broken when
4585         we added menu scroll support.
4586
4587         * gtk/gtkmenu.c (gtk_menu_paint): Pay attention to the
4588         window in the expose event -- fixes problem with border
4589         flashing during scrolling.
4590
4591 Wed Dec 12 15:11:49 2001  Owen Taylor  <otaylor@redhat.com>
4592
4593         * gtk/gtksettings.c (gtk_settings_get_property): Support
4594         using names/nicks for the gdk_settings values for enum valued
4595         types. (#57678, reported by Anders Carlsson)
4596
4597 Wed Dec 12 15:01:33 2001  Jonathan Blandford  <jrb@redhat.com>
4598
4599         * gtk/gtknotebook.c (gtk_notebook_set_tab_label): keep in sync
4600         with insert_page_menu.  Code duplication is bad.
4601
4602         * gtk/gtklabel.c (gtk_label_mnemonic_activate): Whoops -- got the
4603         wrong fix yesterday.
4604
4605 Wed Dec 12 14:27:30 2001  Owen Taylor  <otaylor@redhat.com>
4606
4607         * gtk/gtkmenubar.c (window_key_press_handler): Fix check for
4608         modifiers.
4609
4610 2001-12-12  James Henstridge  <james@daa.com.au>
4611
4612         * gtk/gtkmenu.c (gtk_menu_key_press): check GTK_MENU_ITEM
4613         (menu_item)->accel_path first when looking up the accel path.
4614
4615 Tue Dec 11 19:18:21 2001  Owen Taylor  <otaylor@redhat.com>
4616
4617         * tests/testgtk.c (layout_expose_handler): Only draw
4618         for events on the bin window.
4619
4620 Tue Dec 11 18:55:16 2001  Jonathan Blandford  <jrb@redhat.com>
4621
4622         * gtk/gtklabel.c (gtk_label_mnemonic_activate): Small fix to let
4623         mnemonics work with notebooks.
4624
4625 Tue Dec 11 15:25:06 2001  Jonathan Blandford  <jrb@redhat.com>
4626
4627         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): Change
4628         bin_window to be located at y=TREE_VIEW_HEADER_HEIGHT(tree_view).
4629         Makes some flicker while scrolling go away.
4630
4631 2001-12-11  Michael Natterer  <mitch@gimp.org>
4632
4633         * demos/testpixbuf-save.c: added new keyboard shortcut 'a' which
4634         adds alpha to the pixbuf; re-load the saved pixbuf and
4635         pixel-by-pixel compare it with the original one.
4636
4637 Tue Dec 11 15:39:08 2001  Soeren Sandmann  <sandmann@daimi.au.dk>
4638
4639         * ChangeLog: Fix wrong ChangeLog entry
4640         * gtk/gtkstyle.c (gtk_default_draw_shadow_gap): Fix drawing of top
4641         right corner
4642
4643 2001-12-10  jacob berkman  <jacob@ximian.com>
4644
4645         * gdk/x11/gdkinput-xfree.c (_gdk_input_grab_pointer): 
4646         * gdk/x11/gdkmain-x11.c (gdk_pointer_grab): 
4647         (gdk_keyboard_grab): do not grab things if the nograb debug flag
4648         is set
4649
4650         * gdk/gdkinternals.h: 
4651         * gdk/gdk.c: add nograbs debug flag to disable grabs of the
4652         keyboard / mouse
4653
4654 Mon Dec 10 19:42:29 2001  Jonathan Blandford  <jrb@redhat.com>
4655
4656         * gtk/gtktreeview.c (validate_rows_handler): stupid bug where I
4657         didn't reset the timer.
4658
4659 2001-12-10  Matthias Clasen  <matthiasc@poet.de>
4660
4661         * gtk/gtkcontainer.c (gtk_container_child_type): Close comment.
4662
4663 2001-12-09  Matthias Clasen  <matthiasc@poet.de>
4664
4665         * gtk/gtkviewport.c: Add docs.
4666
4667 Mon Dec 10 16:21:38 2001  Jonathan Blandford  <jrb@redhat.com>
4668
4669         * gtk/gtkrbtree.c (_fixup_parity): New function to fixup parity.
4670         RBTree corruption bug--
4671
4672 2001-12-10  Anders Carlsson  <andersca@gnu.org>
4673
4674         * gtk/gtktreeview.c (gtk_tree_view_remove_widget): Return
4675         if edited_column is NULL, also grab focus before removing
4676         the cell_editable.
4677
4678 Sun Dec 09 15:06:51 2001  George Lebl <jirka@5z.com>
4679
4680         * gtk/gtkrange.c (gtk_range_calc_layout): check for 0 value on the
4681           denominator in the horizontal case just like we do in the vertical
4682           case (why I didn't notice that there were two cases the first time
4683           around is beyond me:).  Also fix indentation in the vertical case.
4684
4685 2001-12-09  Anders Carlsson  <andersca@gnu.org>
4686
4687         * gdk/x11/gdkevents-x11.c: Update xsettings name.
4688
4689         * gtk/gtkdnd.c (gtk_drag_check_threshold): Use the
4690         gtk-dnd-drag-threshold GtkSetting.
4691
4692         * gtk/gtksettings.c (gtk_settings_class_init): Add 
4693         setting for dnd drag threshold.
4694
4695 2001-12-09  Matthias Clasen  <matthiasc@poet.de>
4696
4697         * gtk/gtkcontainer.c: Add docs.
4698
4699 2001-12-08  Matthias Clasen  <matthiasc@poet.de>
4700
4701         * gtk/gtkwidget.c: Doc markup fix. 
4702
4703         * gtk/gtktreeviewcolumn.c: Markup fixes. (#66447)
4704
4705         * gtk/gtktreestore.c: Typo fixes. (#66445)
4706
4707         * gtk/gtkaccelgroup.c: Misc doc markup. (#66425) 
4708
4709         * gtk/gtkclipboard.c (gtk_clipboard_get_owner): Fix reference
4710         to gtk_clipboard_set_with_owner(). (#66424)
4711  
4712 Sat Dec  8 16:12:10 2001  Christopher Blizzard  <blizzard@redhat.com>
4713
4714         * gdk/gdk.c (gdk_init_check): Fallback to setting the prgname to
4715         "<unknown>" if someone doesn't pass in a valid argc.  (Patch from
4716         Fabrice Bellet <fabrice@gnu.org>, #54127).
4717
4718 Sat Dec  8 10:04:54 2001  Jonathan Blandford  <jrb@redhat.com>
4719
4720         * gtk/gtkrbtree.c (_gtk_rbtree_debug_spew): Add debug spew to lots
4721         of places, so that people with crashy trees can just run their
4722         program with GTK_DEBUG=TREE.
4723
4724 Sat Dec  8 20:57:24 2001  Kristian Rietveld  <kristian@planet.nl>
4725
4726         * gtk/gtkliststore.c (gtk_list_store_remove): nuke the stamp++,
4727         per jrb's request
4728
4729 2001-12-08  Anders Carlsson  <andersca@gnu.org>
4730
4731         * tests/testgtk.c (layout_expose_handler): Don't return TRUE
4732         since then the default GtkLayout expose handler won't be called.
4733
4734 Fri Dec  7 23:42:50 2001  Jonathan Blandford  <jrb@redhat.com>
4735
4736         * gtk/gtktreeview.c (validate_rows_handler): remove
4737         g_return_if_fail.
4738
4739         * gtk/gtktreeview.c (validate_visible_area): Patch from Manish
4740         Singh <yosh@gimp.org> to fix bug when rendering Tree with an
4741         empty model.
4742
4743 Fri Dec  7 20:06:14 2001  Jonathan Blandford  <jrb@redhat.com>
4744
4745         * gtk/gtktreeview.c (validate_visible_area): get logic right,
4746         #66249
4747
4748         * gtk/gtkrbtree.c (_gtk_rbtree_remove_node): fix bug where
4749         removing a node ended up with a corrupt tree.  Really really nasty
4750         bug.
4751         (_gtk_rbtree_debug_spew): new debug helper function
4752         (_fixup_validation): new inline function to clean up code
4753         readability a lot. 
4754
4755 Fri Dec  7 19:34:51 2001  Owen Taylor  <otaylor@redhat.com>
4756
4757         * gtk/gtktoolbar.c (gtk_toolbar_insert_element):
4758         Close comment.
4759
4760 2001-12-07  Matthias Clasen  <matthiasc@poet.de>
4761
4762         * gtk/gtkstyle.h: Typo fixes.
4763
4764         * gtk/gtkstyle.c, gtk/gtktoolbar.c: Add docs.
4765
4766         * gtk/gtkrc.c (gtk_rc_find_pixmap_in_path): Fix docs.
4767
4768 Fri Dec  7 16:05:22 2001  Owen Taylor  <otaylor@redhat.com>
4769
4770         * modules/input/gtkimcontextxim.c: Display the XIM
4771         status callbacks with a popup window. (Patch from
4772         HideToshi Tajima, #50628, somewhat modified.)
4773
4774 Fri Dec  7 12:07:15 2001  Tim Janik  <timj@gtk.org>
4775
4776         * gtk/Makefile.am: each source generation rule needs to use its own
4777         temporary file, to avoid clashes for parallel builds. fixed rules
4778         for gtkmarshalers.h and gtkmarshalers.c to use their own temp files.
4779
4780 2001-12-07  Havoc Pennington  <hp@pobox.com>
4781
4782         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new): fix up my list of
4783         "cursors that are actually useful" in gdk_cursor_new() docs
4784
4785 Thu Dec  6 23:09:21 2001  Owen Taylor  <otaylor@redhat.com>
4786
4787         * gtk/gtk[hv]paned.c (gtk_[hv]paned_size_allocate): Fix errors
4788         in computing the size of the second child.
4789
4790 Thu Dec  6 16:50:17 2001  Owen Taylor  <otaylor@redhat.com>
4791
4792         * gtk/gtkrange.c: Make button 1 clicks on the trough
4793         do pages, button 3 steps. (Patch from Hans Breuer
4794         #63735)
4795
4796 2001-12-06  Matthias Clasen  <matthiasc@poet.de>
4797
4798         * gtk/gtklabel.c: Fix docs. (#66383)
4799
4800         * gtk/gtkbbox.c (gtk_button_box_set_child_secondary): Fix docs. 
4801         (#66278, #66280)
4802         
4803         * gdk/gdkwindow.h (gdk_window_get_deskrelative_origin),
4804         gdk/gdkimage.h (gdk_image_get): Deprecate. (#66208)
4805
4806         * gtk/gtkcolorsel.c (gtk_color_selection_set_update_policy):
4807         Don't emit a g_warning() about being deprecated. (#66208)       
4808
4809         * gtk/gtkaccellabel.c (gtk_accel_label_set_accel_widget): Add docs.
4810
4811         * gtk/gtkcontainer.c: Doc fixes.
4812         
4813         * gtk/gtkliststore.c (gtk_list_store_clear): Add docs; misc doc fixes.
4814
4815         * gtk/gtkstyle.c (gtk_style_attach): Add docs.
4816
4817 2001-12-05  Sven Neumann  <sven@gimp.org>
4818
4819         * gtk/gtkwidget.c (gtk_widget_reset_shapes): close comment.
4820
4821         * gtk/queryimmodules.c: g_dir_read_name() returns const.
4822
4823 Tue Dec  4 21:46:13 2001  HideToshi Tajima  <hidetoshi.tajima@sun.com>
4824
4825         * gtk/gtktreeprivate.h: restore the else case of #ifdef __GNUC__
4826         #66225
4827         
4828 2001-12-04  Manish Singh  <yosh@gimp.org>
4829
4830         * gtk/gtkmain.c
4831         * gtk/queryimmodules.c: g_module_symbol takes a gpointer *, not just
4832         a gpointer.
4833
4834         * gtk/gtkwidget.c (gtk_widget_push_composite_child): minor cosmetic
4835         correction to docs.
4836
4837         * demos/gtk-demo/item_factory.c: add GTK_WINDOW() cast
4838
4839 2001-12-04  Havoc Pennington  <hp@redhat.com>
4840
4841         * gtk/gtktextbtree.c (gtk_text_btree_remove_tag_info): remove
4842         g_assert_not_reached() that was bogus, since we demand-create the
4843         tag info. reported by Chris Phelps
4844
4845         Jump through assorted hoops to fix bug from Chris Phelps where 
4846         removing tags from the table resulted in btree trying to 
4847         access tag->table
4848         
4849         * gtk/gtktextbuffer.c: set up mechanics of adding/removing 
4850         ourselves to the tag table
4851
4852         * gtk/gtktexttagtable.c (_gtk_text_tag_table_add_buffer) 
4853         (_gtk_text_tag_table_remove_buffer): private cruft to 
4854         let us notify buffer of disappearing tags
4855
4856         * gtk/gtktexttag.h: remove BTreeNode typedef from this public
4857         header, put it in tagprivate    
4858
4859         * gtk/gtktextbtree.c (_gtk_text_btree_new): don't connect to
4860         tag_removed; it's emitted too late.
4861         (_gtk_text_btree_notify_will_remove_tag): rename tag_remove_cb to
4862         this
4863
4864         Padding for ABI-compat expansion
4865         
4866         * gtk/gtktexttag.h (struct _GtkTextAttributes): pad this
4867         (struct _GtkTextAppearance): one pad in here too
4868
4869         * gtk/gtktextlayout.h (struct _GtkTextLayoutClass): padding here
4870
4871         * gtk/gtktextview.h (struct _GtkTextViewClass): more padding,
4872         since action signals etc. seem pretty likely
4873
4874         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): padding
4875
4876         * gtk/gtktexttag.h (struct _GtkTextTagClass): padding
4877
4878         * gtk/gtktexttagtable.h (struct _GtkTextTagTableClass): padding
4879
4880 2001-12-04  Matthias Clasen  <matthiasc@poet.de>
4881
4882         * gdk/gdkcolor.h (gdk_colormap_change): Deprecate. (#65851)
4883
4884         * gdk/gdktypes.h (GdkKeyInfo): Remove. (#66025)
4885
4886         * gtk/gtkwindow.c, gtk/gtkwidget.c: Add docs, markup fixes.
4887
4888 Tue Dec  4 18:51:44 2001  Jonathan Blandford  <jrb@redhat.com>
4889
4890         * gtk/gtktreeviewcolumn.h: remove gtk_tree_view_column_cell_event,
4891         #62084.
4892
4893 Tue Dec  4 18:38:35 2001  Jonathan Blandford  <jrb@redhat.com>
4894
4895         * demos/gtk-demo/main.c: (create_tree): Minor fix.
4896
4897         * docs/tree-column-sizing.txt: Update
4898
4899         * gtk/gtkrbtree.[ch]: Massive work to support validation.
4900
4901         * gtk/gtktreemodel.c: Doc fixes.
4902
4903         * gtk/gtktreeview.c: Incremental reflow added.
4904         * gtk/gtktreeviewcolumn.c: ditto
4905         * gtk/gtktreeviewcolumn.h: ditto
4906
4907 2001-12-04  Havoc Pennington  <hp@redhat.com>
4908         
4909         * gtk/gtktexttag.c (gtk_text_tag_set_property): add a warning for
4910         "invisible" property, #65999
4911
4912 2001-12-04  Matt Wilson  <msw@redhat.com>
4913
4914         * gtk/gtktreestore.c (gtk_tree_store_insert): fixed docs
4915
4916 Tue Dec  4 12:16:31 2001  Owen Taylor  <otaylor@redhat.com>
4917
4918         * gtk/gtksettings.c (gtk_settings_set_property_value):
4919         Simplify, make more efficient and fix memory leak
4920         when turning quark into a string. (#66103, HideToshi
4921         Tajima)
4922
4923         * gtk/gtkcolorsel.c: Ref and sink priv->tooltips in
4924         init() and unref priv->tooltips in destroy rather
4925         than calling gtk_object_destroy() which has no
4926         effect on memory management. (#66104, HideToshi
4927         Tajima)
4928
4929         * gtk/gtkcolorsel.c (palette_set_color): Use g_object_set_data_full()
4930         so we free the when the object is freed. (Fixes memory
4931         leak, #66096, HideToshi Tajima)
4932
4933         * gdk/gdkevents.c (gdk_synthesize_window_state): Use 
4934         a full GdkEvent structure to avoid reads of uninitialized/
4935         invalid memory in gdk_event_put() (#65877, patch
4936         from Hidetoshi Tajima)
4937
4938 Tue Dec  4 11:06:54 2001  Owen Taylor  <otaylor@redhat.com>
4939
4940         * gtk/gtkmenuitem.c: Revert my last mistaken change - 
4941         toggle-size-request doesn't take a requisition.
4942
4943         * gtk/gtkmenuitem.c (gtk_menu_item_class_init): Fix
4944         reference to marshaler that no longer exists.
4945
4946 Mon Dec  3 16:39:17 2001  Owen Taylor  <otaylor@redhat.com>
4947
4948         Patch from Bill Haneman (with many modifications) to make
4949         the focus color work on dark themes and to make the
4950         focus line width configurable. (#61079, #63074)
4951
4952         * gtk/gtkwidget.c: Add style properties, 
4953         ::focus-widget, ::focus-line-width, and ::focus-padding.
4954
4955         * gtk/gtkstyle.[ch]: Make gtk_paint_focus() take a 
4956         state argument as well so we can use fg[STATE] to
4957         draw instead of always drawing with black. 
4958         Cange paint_focus() to respect GtkWidget::focus-width
4959         and GtkWidget::focus-line-pattern. Fix continuity
4960         problem where the default 1-1 stipple had a blob
4961         in one corner and a gap in the other. Change the
4962         interpretation of x/y/width/height to be the bounding
4963         box of the focus rect instead of the rectangle
4964         passed to gdk_draw_rectangle.
4965
4966         * gtk/gtkcheckbutton.c gtk/gtklistitem.c gtk/gtknotebook.c 
4967         gtk/gtkoptionmenu.c gtk/gtkradiobutton.c gtk/gtkspinbutton.c 
4968         gtk/gtktextview.c gtk/gtktreeview.c: Handle ::focus-width 
4969         and ::focus-line-padding.
4970
4971         * gtk/gtkentry.c: Handle :;focus-width property; cleanup
4972         and remove duplicated code; fix drawing of focus rectangle
4973         when interior-focus = FALSE. (#63072, #63073)
4974
4975         * gtk/gtkrange.c gtk/gtktext.c gtk/gtktreeitem.c
4976         gtk/gtktreeviewcolumn.c: Basic fixups to make compile;
4977         Range and TreeViewColumn will need more extensive fixing.
4978
4979         * gtk/gtkcolorsel.c: Honor focus line attributes when
4980         drawing the focus on the color swatches. (#63071)
4981
4982         * gtk/gtkhsv.c: Honor focus line attributes when
4983         drawing the focus for the ring and triangle.
4984
4985         * docs/widget_geometry.txt: Start at documenting how 
4986         various widgets are drawn.
4987
4988         * gtk/gtkbutton.c (_gtk_button_paint): Export 
4989         _gtk_button_paint() librarywide, so we don't have 
4990         duplicate a bunch of code in gtktogglebutton.c.
4991
4992         * gtk/gtktogglebutton.c: Use _gtk_button_paint().
4993
4994 Mon Dec  3 21:04:13 2001  Jonathan Blandford  <jrb@redhat.com>
4995
4996         * gtk/gtkmarshalers.list: remove VOID:BOXED,POINTER and
4997         NONE:POINTER.
4998
4999 2001-12-03  Alex Larsson  <alexl@redhat.com>
5000
5001         * gtk/gtkaccellabel.c:
5002         * gtk/gtkarrow.c:
5003         * gtk/gtkcolorsel.c:
5004         * gtk/gtkcontainer.c:
5005         * gtk/gtklabel.c:
5006         * gtk/gtktextview.c:
5007         * gtk/gtktogglebutton.c:
5008         * gtk/gtktreeview.c:
5009         * gtk/gtkwindow.c:
5010         Return FALSE from expose handlers.
5011
5012 Mon Dec  3 21:15:59 2001  Kristian Rietveld  <kris@gtk.org>
5013
5014         * gtk/gtktreedatalist.c (_gtk_tree_data_list_value_to_node): if
5015         we use pointers, we should free the previous pointer first (if
5016         it exists), before we set a new pointer. (#64726)
5017
5018         * gtk/gtktreeprivate.h: get rid of cursor_drag
5019
5020         * gtk/gtktreeview.c (gtk_tree_view_unrealize): remove check     
5021         for cursor_drag
5022         (gtk_tree_view_bin_expose): don't directly return in the while
5023         loop
5024         (gtk_tree_view_class_init): indentend expanders by default
5025         (gtk_tree_view_header_focus): only give the button focus
5026         if it's clickable, visible and the column is reorderable
5027         (#65539)
5028
5029         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_realize_button):
5030         create and free cursor
5031
5032 Mon Dec  3 10:23:07 2001  Owen Taylor  <otaylor@redhat.com>
5033
5034         * gtk/gtkcalendar.c (gtk_calendar_size_request): Fix
5035         some bugs with size requisition. (From Bill Haneman)
5036
5037         * gtk/gtkcalendar.c: Draw headers and selection in 
5038         base/text[SELECTED] instead of fg/bg[SELECTED].
5039
5040         * gtk/gtkcalendar.c: Miscellaneous cleanups to drawing
5041         code and formatting.
5042
5043 2001-12-03  Havoc Pennington  <hp@pobox.com>
5044
5045         * gtk/gtktextview.c (set_window_height): 
5046         (set_window_width): Hmm, setter functions normally assign the new
5047         value to the object field. Reported by Chris Phelps.
5048
5049 2001-11-30  jacob berkman  <jacob@ximian.com>
5050
5051         * gtk/gtknotebook.c (gtk_notebook_remove_tab_label): set the
5052         signal id to 0 after we disconnect from it
5053
5054 2001-11-30  Matthias Clasen  <matthiasc@poet.de>
5055
5056         * gdk/gdkdrawable.h (gdk_drawable_ref, gdk_drawable_unref),
5057         gdk/gdkcolor.h (gdk_colormap_ref, gdk_colormap_unref),
5058         gdk/gdkdnd.h (gdk_drag_context_ref, gdk_drag_context_unref),
5059         gdk/gdkgc.h (gdk_gc_ref, gdk_gc_unref):  Deprecate.
5060
5061         * gdk/gdkvisual.h: Use GDK_DISABLE_DEPRECATED, not 
5062         GTK_DISABLE_DEPRECATED.
5063
5064         * gdk/gdkcolor.c (gdk_colormap_ref, gdk_colormap_unref),
5065         gdk/gdkgc.c (gdk_gc_ref, gdk_gc_unref): Document.
5066
5067 Fri Nov 30 16:37:01 2001  Owen Taylor  <otaylor@redhat.com>
5068
5069         * gtk/gtkcombo.c (gtk_combo_popup_list): Sanitize
5070         move/resize code, removing various bad, non-functional
5071         hacks. (Fixes #65048, reported by Damon Chaplin.)
5072
5073 Fri Nov 30 16:12:21 2001  Owen Taylor  <otaylor@redhat.com>
5074
5075         * gdk/gdkpango.c: Patch from Hidetoshi Tajima to fix 
5076         bad match error when target drawable is not the 
5077         same depth as the root window. (#65841)
5078
5079         * HACKING: Update.
5080
5081 2001-11-29  Matthias Clasen  <matthiasc@poet.de>
5082
5083         * gdk/gdkwindow.c: Typo fix.
5084
5085 Thu Nov 29 21:35:56 2001  Kristian Rietveld  <kristian@planet.nl>
5086
5087         * gtk/gtkmenu.c (gtk_menu_motion_notify): add checks for
5088         empty menu items to behave like insensitive items (#59456)
5089
5090         * gtk/gtkmenuitem.c (gtk_real_menu_item_activate_item): select
5091         next item if the first item in the menu is a tear off item
5092         (#59456-2, suggestion by Matthias Clasen)
5093
5094         * gtk/gtkmenushell.c (gtk_menu_shell_button_press),
5095         (gtk_menu_shell_button_release), (gtk_menu_shell_entry_notify),
5096         (gtk_menu_shell_leave_notify), (gtk_real_menu_shell_move_current),
5097         (gtk_real_menu_shell_activate_current): add check, so empty
5098         menu items behave like insensitive items (#59456)
5099         
5100         * gtk/gtkmenuitem.[ch]: add _gtk_menu_item_is_selectable to make
5101         the checks more readable ...
5102         
5103         * gtk/gtkmenushell.c (gtk_menu_shell_button_press),
5104         (gtk_menu_shell_button_release): causes the menu to dropdown if the
5105         caption is clicked again (#64977)
5106
5107 2001-11-29  Havoc Pennington  <hp@redhat.com>
5108
5109         * gtk/gtktextiter.c (_gtk_text_iter_forward_indexable_segment):
5110         assertion here that we were at the end iterator was not correct;
5111         change code to move us to the end iterator. bug #65731
5112
5113 Wed Nov 28 20:05:44 2001  Owen Taylor  <otaylor@redhat.com>
5114
5115         * gtk/gtkaccellabel.c (gtk_accel_label_refetch): Remove 
5116         improper use of g_locale_to_utf8() to convert from
5117         latin-1, and do it the easy way by building the string
5118         correctly in the first place.
5119
5120 Wed Nov 28 19:34:15 2001  Owen Taylor  <otaylor@redhat.com>
5121
5122         * gdk/x11/gdkproperty-x11.c (gdk_property_change, gdk_property_get): 
5123         Convert atoms to and from atoms for properties of type XA_ATOM.
5124         (#65555, patch from Hidetoshi Tajima)
5125
5126 Wed Nov 28 18:37:04 2001  Owen Taylor  <otaylor@redhat.com>
5127
5128         * gtk/gtksocket.[ch] (gtk_socket_add_id): Rename 'id' parameter 
5129         to avoid problems with Objective C.
5130
5131 2001-11-28  Matthias Clasen  <matthiasc@poet.de>
5132         
5133         * gtk/gtkaccelmap.c: Typo fixes. (#65607)
5134
5135         * gtk/gtkfixed.c (gtk_fixed_set_has_window, gtk_fixed_get_has_window):
5136         Fix docs. (#65505)
5137
5138         * gtk/gtkwindow.c (gtk_window_set_mnemnonic_modifier): Document.
5139
5140 Wed Nov 28 18:19:12 2001  Owen Taylor  <otaylor@redhat.com>
5141
5142         * gtk/gtkmenu.c (gtk_menu_set_tearoff_hints): Move
5143         accounting of menu->tearoff_scrollbar width to here
5144         and make sure we have the correct requisition.
5145
5146         * gtk/gtkmenu.c (gtk_menu_position): Fix fixme
5147         by using gtk_window_move().
5148
5149         * gtk/gtkmenu.c (gtk_menu_set_tearoff_state): Force
5150         the requisition to be updated by calling
5151         gtk_widget_size_request() (#65440)
5152
5153         * gtk/gtktearoffmenuitem.c (gtk_tearoff_menu_item_activate): 
5154         queue resize before calling gtk_menu_set_tearoff_state().
5155
5156 Wed Nov 28 22:20:44 2001  Kristian Rietveld  <kristian@planet.nl>
5157
5158         * demos/gtk-demo/editable_cells.c: fix typo
5159
5160         * demos/gtk-demo/list_store.c (add_columns): remove call to
5161         gtk_tree_view_column_set_clickable which didn't make sense
5162
5163 2001-11-28  Havoc Pennington  <hp@redhat.com>
5164
5165         * gtk/gtktextview.c (gtk_text_view_paint): put the warning
5166         explaining the validation error in front of the G_BREAKPOINT
5167
5168         * gtk/gtkrange.c (gtk_range_adjustment_value_changed): call
5169         process updates with include_children = FALSE instead of TRUE, so
5170         we redraw the range only, not the whole darn window.  Making
5171         GtkRange a NO_WINDOW widget had weirdly caused the text widget
5172         Trace/breakpoint trap bug to become much easier to trigger.
5173
5174 Wed Nov 28 14:12:03 2001  Owen Taylor  <otaylor@redhat.com>
5175
5176         * gdk/Makefile.am (gdk_public_h_sources): Remove reference
5177         to gdkcursors.h.
5178
5179 2001-11-28  Matthias Clasen  <matthiasc@poet.de>
5180
5181         * gtk/gtkwindow.c (gtk_window_move): Add markup to docs.
5182
5183         * gdk/gdkcursor.h: Directly include the contents
5184         of gdkcursors.h in the GdkCursorType enum.
5185
5186         * gdk/gdkcursors.h: Deleted.
5187
5188         * gdk/gdkkeysyms.h: Remove XFree86-specific keysyms, add 
5189         header boilerplate.
5190
5191         * gdk/Makefile.am: Remove the X-derived-headers rule.
5192
5193 Tue Nov 27 20:17:55 2001  Owen Taylor  <otaylor@redhat.com>
5194
5195         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_activate):
5196         Notify on the ::active property _here_, not in
5197         gtk_check_menu_item_set_active.
5198
5199 Mon Nov 26 19:11:18 2001  Jonathan Blandford  <jrb@redhat.com>
5200
5201         * gtk/gtkcellrendererpixbuf.c
5202         (gtk_cell_renderer_pixbuf_class_init): add 2 properties
5203         (PIXBUF_EXPANDER_OPEN and PIXBUF_EXPANDER_CLOSED)
5204
5205 Sun Nov 25 21:19:02 2001  Owen Taylor  <otaylor@redhat.com>
5206
5207         * gdk/x11/gdkgeometry-x11.c: Add long, but horribly sketchy
5208         comment about what is going on in this file.
5209
5210         * gdk/x11/gdkgeometry-x11.c (gdk_window_compute_position): Fix 
5211         x/y problem.
5212
5213 Sun Nov 25 18:59:19 2001  Owen Taylor  <otaylor@redhat.com>
5214
5215         * gtk/gtkoptionmenu.c (gtk_option_menu_calc_size): 
5216         Calculate size based on the _child_ of the menu item,
5217         not the menuitem. (#65005, Damon Chaplin)
5218
5219         * gtk/gtklistitem.c (gtk_list_item_new_with_label): Add
5220         some extra vertical padding to the label widget ... restores
5221         GTK+-1.2 spacing. (#65085, Damon Chaplin.)
5222
5223 2001-11-26  Tor Lillqvist  <tml@iki.fi>
5224
5225         * demos/pixbuf-demo.c
5226         * demos/gtk-demo/pixbufs.c: M_PI -> G_PI.
5227
5228         * demos/gtk-demo/main.c (read_line): No flockfile() or
5229         getc_unlocked() on Win32.
5230
5231 2001-11-25  Tor Lillqvist  <tml@iki.fi>
5232
5233         * configure.in
5234         * acconfig.h: As we now use GDir, no need to check for dirent.h.
5235
5236 Sun Nov 25 23:18:39 2001  Kristian Rietveld  <kristian@planet.nl>
5237
5238         * gtk/gtktexttag.c (gtk_text_tag_set_property): free font_desc
5239         when finished (#65266)
5240
5241 Sun Nov 25 23:16:29 2001  Kristian Rietveld  <kristian@planet.nl>
5242
5243         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon_list): free
5244         data after we set the property. (#65264)
5245
5246 Sun Nov 25 23:14:06 2001  Kristian Rietveld  <kristian@planet.nl>
5247
5248         * gtk/gtkbutton.c: add destroy method so label_text gets freed
5249         if it has been allocated (#65268)
5250
5251 Sat Nov 24 13:39:51 2001  Manish Singh  <yosh@gimp.org>
5252
5253         * gdk/linux-fb/gdkdrawable-fb2.c
5254         * gdk/linux-fb/gdkpango-fb.c: update to latest Pango API
5255
5256         * gdk/linux-fb/gdkwindow-fb.c: implement gdk_window_show_unraised
5257
5258         * gdk/linux-fb/gdkfont-fb.c (gdk_font_load): plug memleak on
5259         set_family
5260         
5261         * gdk/linux-fb/gdkfbswitch.c: minor cleanups
5262
5263 Sat Nov 24 22:05:27 2001  Kristian Rietveld  <kristian@planet.nl>
5264
5265         * gtk/gtkmenushell.c (gtk_menu_shell_button_release): don't
5266         deactivate menu when menu_item isn't sensitive (#61389)
5267
5268 Sat Nov 24 15:35:26 2001  Kristian Rietveld  <kristian@planet.nl>
5269
5270         * gtk/gtktreemodel.c (gtk_tree_model_foreach): free path before
5271         we return (in case of a failure here)
5272
5273 Fri Nov 23 19:22:50 2001  Owen Taylor  <otaylor@redhat.com>
5274
5275         * gtk/gtknotebook.c: Handle events in windows other
5276         than widget->event_window properly. (#65079, reported
5277         by Damon Chaplin)
5278
5279         * gdk/gdkevents.c (gdk_event_get_coords): Fix x/y bug.
5280
5281 Fri Nov 23 18:57:46 2001  Owen Taylor  <otaylor@redhat.com>
5282
5283         * gtk/gtkmessagedialog.c (gtk_message_dialog_init): Align
5284         the image at the top. (#65020, request from Seth Nickell)
5285
5286 Fri Nov 23 18:49:53 2001  Owen Taylor  <otaylor@redhat.com>
5287
5288         * gtk/{gtkclist,gtkctree.c} (draw_row): Remove some strange
5289         arithmetic that was resulting in rows being drawn too low.
5290         (#65001, reported by Damon Chaplin)
5291
5292 Fri Nov 23 18:36:42 2001  Owen Taylor  <otaylor@redhat.com>
5293
5294         * gtk/gtkrange.c (gtk_range_button_press): Offset 
5295         invalidated range correctly.
5296
5297         * gtk/gtkclist.c (hadjustment_value_changed): Fix scrolling 
5298         of title window. (#65001, reported by Damon Chaplin)
5299
5300         * gtk/gtkcombo.c (gtk_combo_button_event_after): Replace
5301         horrible hack with use of ::event_after.
5302
5303 Thu Nov 22 15:01:03 2001  Owen Taylor  <otaylor@redhat.com>
5304
5305         * Version 1.3.11
5306
5307         * configure.in (ATK_REQUIRED_VERSION): Require
5308         GLib-1.3.11, Pango-0.22, ATK-0.7.
5309
5310         * tests/prop-editor.c (property_widget): Restore
5311         to working as well as it did before.
5312
5313         * gtk/gtklistitem.h: Mark deprecated since it is
5314         an integral part of GtkList.
5315
5316         * demos/gtk-demo/demo-common.h: New header file,
5317         for a common functions not important to the meat
5318         of the demos.
5319         
5320         * demos/gtk-demo/main.c (demo_ifind_file): Add a utility
5321         function to search for a file used by the demo.
5322
5323         * demos/*.c: Use demo_find_file.
5324
5325 2001-11-23  Matthias Clasen  <matthiasc@poet.de>
5326
5327         * gtk/gtktextbuffer.c (gtk_text_buffer_create_tag),
5328         gtk/gtkruler.c (gtk_ruler_get_metric): Actually commit typo 
5329         fixes already mentioned in ChangeLog entry on 2001-11-14.
5330
5331         * docs/reference/gtk/tmpl/drawing.sgml: Minor markup fixes.
5332
5333 2001-11-23  Hans Breuer  <hans@breuer.org>
5334
5335         * gdk/win32/gdkfont-win32.c (gdk_font_from_description) : 
5336         reflect Pango API change
5337
5338         * gtk/gtk.def : updated externals
5339
5340         * gtk/gtkfixed.c (gtk_fixed_get_has_window) : use 
5341         g_return_val_if_fail() to avoid 'function must return a value'
5342
5343         * gtk/gtkrc.c : added spaces to fix small coding style issues
5344         * gtk/gtkwidget.c : ... and linebreaks. Also a static for
5345         'static correctness'
5346
5347         * gtk/makefile.msc.in : temporary(?) disable gtk<plug|socket>
5348         because they only can be build on win32 after applying my patch
5349
5350 Wed Nov 21 22:55:37 2001  Tim Janik  <timj@gtk.org>
5351
5352         * gtk/gtkbutton.c (gtk_button_map): raise event window afte
5353         children, in order for the input pnly window to stay *above*
5354         children.
5355
5356 Wed Nov 21 22:44:27 2001  Tim Janik  <timj@gtk.org>
5357
5358         * tests/testtreeview.c: make hackery worse ;) by checking fundamental
5359         type walks againts G_TYPE_FUNDAMENTAL_MAX.
5360         
5361         * tests/prop-editor.c: disable type hackery.
5362
5363 Wed Nov 21 17:41:39 2001  Owen Taylor  <otaylor@redhat.com>
5364
5365         * gdk/gdkimage.c (gdk_image_get): Fix problem with
5366         lost parameter.
5367
5368 Wed Nov 21 17:01:25 2001  Owen Taylor  <otaylor@redhat.com>
5369
5370         * gtk/gtkcellrenderer.h gtk/gtktreemodel.h 
5371         gtk/gtktreeprivate.h gtk/gtktreesortable.h: Remove
5372         trailing commas in enum declarations.
5373
5374 Wed Nov 21 15:21:26 2001  Owen Taylor  <otaylor@redhat.com>
5375
5376         * configure.in (GTK_MICRO_VERSION): Version 1.3.11, 
5377         interface, binary age 0.
5378
5379         * NEWS: Updates
5380
5381         * gtk/gtktreemodel.c gtk/gtkrc.c gtk/gtkentry.c: SGML
5382         fixes in docs.
5383
5384         * gtk/gtkmain.h: Remove unused and misnamespaced
5385         get_gtk_win32_directory() prototype.
5386
5387         * gdk/gdkimage.c (gdk_image_get): Fix parameter names
5388         to match header.
5389
5390         * gdk/gdkwindow.h: Fix parameters to gdk_window_shape_combine_mask(),
5391         gdk_window_set_transient_for(), gdk_window_set_geometry_hints(),
5392         to match docs.
5393
5394         * gdk/gdkevents.c (gdk_event_get_coords)
5395           gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_get_active)
5396           gtk/gtkdnd.c (gtk_drag_set_icon_stock):
5397         Fix parameter names in docs.
5398         
5399         * docs/faq/Makefile.am (FAQ_FILES): Add missing files.
5400         (#64961, Akira Tagoh)
5401
5402 Wed Nov 21 11:41:29 2001  Owen Taylor  <otaylor@redhat.com>
5403
5404         * tests/testgtk.c (create_tooltips): Ref-sink the tooltips object.
5405
5406         * gtk/gtktoolbar.c (gtk_toolbar_init): Ref-sink the tooltips object.
5407
5408         * gtk/gtkfilesel.c (open_new_dir): Fix some constness warnings.
5409
5410         * gtk/gtkaccelgroup.c: Rename gtk_accel_groups_from_acceleratable()
5411         back to gtk_accel_groups_from_object(), change @acceleratable
5412         parameter to gtk_accel_groups_activate() accordingly.
5413
5414         * gtk/gtkaccelmap.c (gtk_accel_map_lookup_entry): Remove
5415         left-over comment about quark return.
5416
5417         * gtk/gtkaccelmap.h: Fix spelling of gtk_accel_map_foreach_unfiltered().
5418
5419         * gtk/gtk-boxed.defs (GtkIconSource): added as a boxed type.
5420         (Patch from Matt Wilson)
5421
5422         * gtk/gtkobject.c (gtk_object_finalize): Warn if a floating
5423         object is finalized.
5424
5425 Tue Nov 20 21:25:08 2001  Tim Janik  <timj@gtk.org>
5426
5427         * applied patch from owen to get rid of accel map notifiers.
5428         changed things to fix reentrancy and API as discussed on gtk-devel.
5429
5430         * gtk/gtkaccelgroup.[hc]:
5431         (gtk_accel_group_finalize): unregister this accel group from all
5432         accel map paths.
5433         (accel_closure_invalidate): handle invalidation of closures by
5434         disconnecting their accelerators.
5435         (quick_accel_add): move closure connection and changed notification
5436         into this function to reduce code duplication. don't emit change
5437         notification on closurers without accelerators.
5438         (quick_accel_remove): rewrite, do the exact opposite of quick_accel_add
5439         for a GtkAccelGroupEntry.
5440         (gtk_accel_group_connect): get rid of the accel_path_quark argument.
5441         (gtk_accel_group_connect_by_path): new function to add accelerators
5442         with an accel path.
5443         (gtk_accel_group_disconnect_closure): new function, disconnect a
5444         closure from of an accel group.
5445         (gtk_accel_group_disconnect): loop over all closure for a accel_ley,
5446         accel_mods pair and remove them.
5447         (_gtk_accel_group_reconnect): new function that basically does
5448         gtk_accel_group_disconnect_closure() and
5449         gtk_accel_group_connect_by_path() once an accel path changed.
5450         (gtk_accel_groups_disconnect_closure): remove this, there's
5451         gtk_accel_group_disconnect_closure().
5452         
5453         * gtk/gtkaccelmap.[hc]: keep list of accel groups per entry now,
5454         nuke notifiers.
5455         (_gtk_accel_path_is_valid): make this non-static for
5456         gtkwidget.c and gtkaccelgroup.c assertions.
5457         (gtk_accel_map_add_notifer): removed this function.
5458         (gtk_accel_map_remove_notifer): same.
5459         (_gtk_accel_map_add_group):
5460         (_gtk_accel_map_remove_group): (un-)register accel groups, with
5461         accel paths for correct propagation.
5462         (gtk_accel_map_add_entry): return void.
5463         (gtk_accel_map_lookup): return gboolean instead of GQuark.
5464         
5465         * gtk/gtkitemfactory.c (gtk_item_factory_add_foreign): always
5466         set accel_path on widgets.
5467         
5468         * gtk/gtkwidget.[hc]:
5469         (accel_path_changed): got rid of this, changes are handled by
5470         accel maps internally now.
5471         (_gtk_widget_set_accel_path): get things to work without notifiers.
5472         (gtk_widget_list_accel_closures): list accel closures of a widget.
5473         
5474         * gtk/gtkwindow.[hc]: rename ::accels_changed, to ::keys_changed.
5475
5476 2001-11-20  Matthias Clasen  <matthiasc@poet.de>
5477
5478         * gtk/gtkcontainer.c (gtk_container_propagate_expose): Typo fix.
5479
5480 Tue Nov 20 23:01:01 2001  Kristian Rietveld  <kristian@planet.nl>
5481
5482         * gtk/gtktreemodel.c (gtk_tree_row_reference_unref_path):
5483         replace gboolean free_last in the function parameters with
5484         gint depth. Changes to reflect new situation.
5485
5486         * gtk/gtktreemodel.c (gtk_tree_row_reference_unref_path_helper):
5487         replace gboolean free_last, with gint depth, add gint current_depth.
5488         Changes to reflect new situation.
5489
5490         * gtk/gtktreemodel.c (gtk_tree_row_ref_deleted_callback): changes
5491         to reflect new situation
5492
5493         * gtk/gtktreemodel.c (gtk_tree_row_reference_free): ditto
5494
5495 Tue Nov 20 12:37:10 2001  Owen Taylor  <otaylor@redhat.com>
5496
5497         * gtk/gtknotebook.c (gtk_notebook_paint): Fix problem
5498         where notebook gap was double shifted by allocation.x/y
5499
5500         * gtk/gtknotebook.c (gtk_notebook_unmap): Chain up
5501         to unmap children.
5502
5503 Tue Nov 20 14:49:59 2001  Tim Janik  <timj@gtk.org>
5504
5505         * gtk/gtkvpaned.c (gtk_vpaned_size_allocate): fix
5506         allocation to be relative to paned->allocation, now
5507         that this is a NO_WINDOW widget.
5508         * gtk/gtkhpaned.c (gtk_hpaned_size_allocate): same here.
5509
5510         * gtk/gtkaccellabel.c (gtk_accel_label_class_init): ::closure
5511         needs to be a boxed property.
5512
5513 Mon Nov 19 17:34:40 2001  Owen Taylor  <otaylor@redhat.com>
5514
5515         * gtk/gtkradiobutton.c (gtk_radio_button_draw_indicator):
5516         Use the widget's state when drawing the indicator, as
5517         in GtkCheckButton. This gives us color changes for
5518         un-prelighted checkbuttons. (#63308, Matt Wilson)
5519
5520 Mon Nov 19 17:11:23 2001  Owen Taylor  <otaylor@redhat.com>
5521
5522         (Fixes related to #64428, Michael Meeks)
5523
5524         * gtk/gtkplug.c (gtk_plug_set_is_child): Unmap the
5525         widget, so it gets mapped again properly when we
5526         add to a parent.
5527
5528         * gtk/gtkplug.c (_gtk_plug_add_to_socket): Set
5529         plug->socket_window. 
5530
5531         * gtk/gtkplug.c (_gtk_plug_remove_from_socket): Set
5532         socket_window to NULL, not FALSE.
5533
5534         * gtk/gtkplug.c (_gtk_plug_add_to_socket): Set
5535         socket->same_app to TRUE. (#64612)
5536
5537 Mon Nov 19 15:50:41 2001  Owen Taylor  <otaylor@redhat.com>
5538
5539         * gtk/gtkfixed.[ch] docs/Changes-2.0.txt: Add 
5540         gtk_fixed_set/get_has_window() to remove criticism
5541         about GTK_WIDGET_SET_FLAGS() hacks.
5542
5543 2001-11-19  Michael Natterer  <mitch@gimp.org>
5544
5545         * gtk/gtknotebook.c: show notebook->event_window with
5546         gdk_window_show_unraised(), so it doesn't catch the events which
5547         should go to the tab widgets first.
5548
5549 Mon Nov 19 15:30:51 2001  Jonathan Blandford  <jrb@redhat.com>
5550
5551         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): Add a
5552         "resizable" property, to get rid of the
5553         GTK_TREE_VIEW_COLUMN_RESIZABLE sizing flag.
5554         (gtk_tree_view_column_set_resizable): New function to set resizable.
5555         (gtk_tree_view_column_set_resizable): getter.
5556
5557         * tests/testtreecolumns.c (add_clicked): modify for above change.
5558
5559         * Makefile.am (install-data-hook): remove old .pc files before
5560         installing the new one.  We used to symlink this, and it will
5561         break old installs.
5562
5563 2001-11-19  Havoc Pennington  <hp@pobox.com>
5564
5565         * tests/testtext.c (fill_example_buffer): put in a test for
5566         negative indentation values
5567
5568 Mon Nov 19 14:08:18 2001  Owen Taylor  <otaylor@redhat.com>
5569
5570         * gtk/gtklabel.c (gtk_label_init): Change default for
5571         justify to GTK_JUSTIFY_LEFT. Assuming that multiline
5572         labels are most often wrapped labels, this gives better
5573         compatibility with GTK+-1.2, where justification was
5574         ignored for wrapped labesl and is a more sensible
5575         default in any case. (#64489)
5576
5577         * gtk/gtklabel.c (gtk_label_class_init): Fix default
5578         for wrap property to FALSE.
5579
5580 2001-11-19  jacob berkman  <jacob@ximian.com>
5581
5582         * gtk/Makefile.am (gtk_extra_sources): add gtkmarshal.list
5583
5584 Mon Nov 19 13:56:45 2001  Owen Taylor  <otaylor@redhat.com>
5585
5586         * gdk/x11/gdkwindow-x11.c (gdk_window_focus): Use 
5587         RevertToParent, not RevertToNone. (#64613, 
5588         Matthias Clasen)
5589
5590 Mon Nov 19 12:28:02 2001  Owen Taylor  <otaylor@redhat.com>
5591
5592         * gtk/gtkframe.c (gtk_frame_class_init): label_xalign
5593         and label_yalign need to be float properties to
5594         correspond to GTK+-1.2, to gtk_frame_set_label_align,
5595         and to the types of the xalign and yalign properties of GtkMisc.
5596         (#63484, Vitaly Tishkov)
5597
5598 Mon Nov 19 12:24:30 2001  Owen Taylor  <otaylor@redhat.com>
5599
5600         * gtk/gtksocket.h (struct _GtkSocketClass): Fix return
5601         of plug_added vfunc. (#64408, Jeff Franks)
5602
5603 Mon Nov 19 12:07:20 2001  Owen Taylor  <otaylor@redhat.com>
5604
5605         * configure.in (deps): Undef HAVE_STDLIB_H before
5606         checking for jpeg, because jconfig.h has this
5607         in it too (%#$@!). Fix from Matthias Clasen, #64500.
5608
5609 Mon Nov 19 11:30:03 2001  Owen Taylor  <otaylor@redhat.com>
5610
5611         * gdk/x11/gdkproperty-x11.c (get_atom_name): Fix a 
5612         memory leak when retrieving atom names. (Michael Meeks,
5613         #64508)
5614
5615 2001-11-18  Alex Larsson  <alexl@redhat.com>
5616
5617         * gdk/x11/gdkfont-x11.c (gdk_font_from_description):
5618         Update to new Pango API.
5619         
5620 Sun Nov 18 19:47:29 2001  Owen Taylor  <otaylor@redhat.com>
5621
5622         * gtk/gtkobject.h docs/Changes-2.0.txt: Rename the
5623         GTK_DESTROYED flag to GTK_IN_DESTRUCTION, remove the
5624         GTK_OBJECT_DESTROYED() check macro.
5625
5626         * gtk/gtkbindings.c (gtk_bindings_activate): Remove
5627         instances of GTK_OBJECT_DESTROYED() that weren't
5628         needed any more.
5629
5630         * gtk/gtkdialog.c: Exchange use of GTK_OBJECT_DESTROYED
5631         for a connection to ::destroy.
5632
5633 Sun Nov 18 18:18:11 2001  Owen Taylor  <otaylor@redhat.com>
5634
5635         * gtk/gtkfixed.c: Make a NO_WINDOW widget, as it should
5636         have been since the beginning, but as special hack,
5637         allow clearing the NO_WINDOW flag to get a window widget.
5638
5639 Sun Nov 18 22:01:36  Kristian Rietveld  <kristian@planet.nl>
5640
5641         * gtk/gtktreestore.c: return TRUE when value changed, so
5642         row_changed is being emitted
5643
5644 2001-11-18  Hans Breuer  <hans@breuer.org>
5645
5646         * gtk/gdkaccelmap.c : make it compile with msvc: !HAVE_UNISTD_H;
5647         no label without op, even if it's a no-op.
5648
5649         * gtk/gtk.def :
5650         * gtk/makefile.msc.in : reflect marshaler split, some clean-up  
5651
5652         * config.h.win32.in : remove definition of HAVE_DIRENT_H
5653         * gtk/gtkfilesel.c : due to GDir (new in glib) DIR isn't
5654         required anymore, replace it.
5655         * gtk/queryimmodules.c : DIR -> GDir replacement, also
5656         getcwd() -> g_get_current_dir()
5657
5658         * gdk/win32/gdkgeometry-win32.c : adapt to refactored gdkgeometry-x11.c
5659         Even 'noisy laugh' scolling appears to work, though I still can't
5660         claim to have fully understood what it is supposed to do ...
5661
5662 Sat Nov 17 21:07:46 2001  Owen Taylor  <otaylor@redhat.com>
5663
5664         * gtk/gtkenums.h: Include glib-object.h instead of
5665         gobject/gsignal.h
5666
5667         * gdk/{gdkinternals.h,gdkwindow.c,gdkwindow.[ch],
5668           x11,{fb,win32,x11/gdkwindow-*.c}: Add a dummy GdkScreen
5669         argument to the window_at_pointer() field of
5670         GdkPointerHooks. (Patch from Erwann Chenede)
5671
5672         * gdk/gdkdrawable.h (struct _GdkDrawableClass ): Up
5673         to 6 pointers.
5674
5675 2001-11-17  Matt Wilson  <msw@redhat.com>
5676
5677         * gtk/gtkenums.h: must include glib-object.h only
5678
5679 Sat Nov 17 19:26:20 2001  Owen Taylor  <otaylor@redhat.com>
5680
5681         * gtk/gtkwindow.c (gtk_window_key_press_event): Reprioritize
5682         key bindings in order of visibility - mnemonics, then 
5683         accelerators, then send key to the focus widget, then
5684         bindings on the GtkWindow.
5685
5686         * gtk/gtklayout.h docs/Changes-2.0.txt tests/testgtk.c: 
5687         Removed the xoffset, yoffset fields of GtkLayout which were
5688         identically zero for compat with 1.2, but were no longer 
5689         compatible with all uses of these fields in 1.2.
5690
5691         * gtk/gtkwindow.c (gtk_window_set_default): Remove 
5692         unused variable.
5693
5694 Sat Nov 17 19:08:13 2001  Owen Taylor  <otaylor@redhat.com>
5695
5696         * tests/testtreeview.c (gtk_tree_model_types_get_type): 
5697         We no longer need to create the signals here ... they
5698         come from the interface.
5699
5700         * gtk/maketypes.awk: Use GType, not GtkType in output.
5701
5702         * gtk/gtktypeutils.h: Mark virtually all of this
5703         file deprecated.
5704
5705         * gtk/gtkcontainer.h: Deprecate gtk_container_foreach_full;
5706         the only use of this function is the GtkArg using
5707         GtkCallbackMarshal, since destroy notification is
5708         silly here.
5709
5710 Sat Nov 17 18:26:45 2001  Owen Taylor  <otaylor@redhat.com>
5711
5712         * gtk/Makefile.am gtk/gtkmarshal.list gtk/gtkmarshalers.list
5713         gtk/*.c gtk/gtksignal.h: Make gtkmarshal.list/gtkmarshal.h
5714         only for compatibility with GTK+-1.2; and deprecate it; 
5715         put all marshalers we actually use into gtkmarshalers.list 
5716         and use the _gtk_marshal_ prefix for these marshalers.
5717
5718 2001-11-17  Murray Cumming  <murrayc@usa.net>
5719
5720         * gtk/gtktexttagtable.c (gtk_text_tag_table_class_init):
5721         The first parameters of the signals are now registered as
5722         GTK_TYPE_TEXT_TAG instead of G_TYPE_OBJECT.
5723         
5724 2001-11-17  Tor Lillqvist  <tml@iki.fi>
5725
5726         * gtk-zip.sh.in: Build separate runtime and developer
5727         packages.
5728
5729         * gtk/gtk.def: Reflect recent accelerator-related changes.
5730
5731 Fri Nov 16 19:44:35 2001  Owen Taylor  <otaylor@redhat.com>
5732
5733         * gtk/gtkwindow.c (gtk_window_set_default): Move 
5734         notification of "has_default" to here, so it
5735         is safe to call gtk_window_set_default() instead
5736         of gtk_widget_grab_default().
5737
5738         * gtk/gtkwindow.c (gtk_window_set_focus): Make it call
5739         gtk_widget_grab_focus(), which then calls 
5740         _gtk_widget_internal_set_focus(). This makes 
5741         gtk_window_set_focus() a safe way of both setting
5742         and unsetting the focus widget.
5743
5744         * gtk/gtkwidget.c (gtk_widget_propagate_state): Use
5745         gtk_widget_get_toplevel(), instead of gtk_widget_ancestor
5746         to find the toplevel.
5747
5748         * gtk/gtkwindow.h: Move gtk_window_set_focus/default
5749         from the "internal functions" section.
5750
5751 2001-11-16  jacob berkman  <jacob@ximian.com>
5752
5753         * tests/testgtk.c (create_radio_buttons): add some no-indicator
5754         radio buttons
5755
5756         * gtk/gtkradiobutton.c (gtk_radio_button_init): since we are
5757         initially active, also initially be depressed
5758         (gtk_radio_button_clicked): also update our depressed state
5759
5760 Thu Nov 15 12:54:36 2001  Owen Taylor  <otaylor@redhat.com>
5761
5762         * gtk/gtkwindow.c (gtk_window_key_press_event): Propagate
5763         key press events not just to focus/window but also to
5764         intermediate widgets.
5765
5766         * gtk/gtknotebook.c: Handle Ctrl-PageUp/Ctrl-PageDown
5767         to switch pages. (Needs some work on handling focus
5768         when switching pages.)
5769
5770 Fri Nov 16 14:06:31 2001  Owen Taylor  <otaylor@redhat.com>
5771
5772         * gtk/gtknotebook.c: Fix child allocations to be relative to 
5773         widget position and some drawing bugs.
5774
5775         * gtk/gtkmenuitem.c (gtk_menu_item_paint): Fix problem
5776         with reading uninitialized variable.
5777
5778 Fri Nov 16 00:16:40 2001  Owen Taylor  <otaylor@redhat.com>
5779
5780         * gtk/{gtkmenuitem.[ch],gtkcheckmenuitem.c,gtkimagemenuitem.c,
5781         gtkradiomenuitem.c,gtktearoffmenuitem.c}: Make Menu items
5782         NO_WINDOW widgets.
5783
5784         * gtk/gtk{h,v,}paned.[ch]: Make NO_WINDOW widgets, some
5785         cleanup.
5786
5787         * gtk/gtkstyle.c (gtk_default_draw_handle): Don't assume
5788         we are drawing in a window when drawing the paned handle.
5789
5790 2001-11-16  Sven Neumann  <sven@gimp.org>
5791
5792         * demos/gtk-demo/appwindow.c
5793         * demos/gtk-demo/menus.c: reduce compiler warnings
5794
5795 Thu Nov 15 19:47:09 2001  Owen Taylor  <otaylor@redhat.com>
5796
5797         * demos/gtk-demo/main.c (button_press_event_cb): Remove 
5798         unused callback to make things compile with 
5799         gtk_tree_view_path_at_pos_change().
5800
5801 Thu Nov 15 18:44:33 2001  Jonathan Blandford  <jrb@redhat.com>
5802
5803         * gtk/gtktreedatalist.c (_gtk_tree_data_list_free): maybe fix #64160
5804
5805 2001-11-15  Matthias Clasen  <matthiasc@poet.de>
5806
5807         * gtk/gtkwindow.c (gtk_window_new): Move '.' out of quote. (#64407)
5808  
5809 Thu Nov 15 16:24:55 2001  Jonathan Blandford  <jrb@redhat.com>
5810
5811         * gtk/gtktreeview.c (gtk_tree_view_get_bin_window): New function
5812         to get a GdkWindow to compare event->window to.
5813
5814         * gtk/gtktreeview.c (gtk_tree_view_move_cursor_left_right): emit
5815         the signal for lateral motion too, #64361
5816
5817         * gtk/gtktreeview.c (gtk_tree_view_get_path_at_pos): remove window
5818         arg as it is useless, #64137
5819
5820 Thu Nov 15 16:07:42 2001  Owen Taylor  <otaylor@redhat.com>
5821
5822         * gtk/gtknotebook.c: Some small drawing fixes for scroll arrows.
5823
5824 Thu Nov 15 14:19:34 2001  Owen Taylor  <otaylor@redhat.com>
5825  
5826         * gdk/gdkwindow.c (gdk_window_invalidate_maybe_recurse): Cal
5827         gdk_window_invalidate_maybe_recurse() for recursion.
5828         (Soeren Sandmann)
5829
5830         * gtk/gtkviewport.c: Make !redraw_on_allocate. (Soeren Sandmann)
5831  
5832         * gtk/gtkcontainer.c (gtk_container_expose): Call
5833         gtk_container_forall() not _foreach() to propagate,
5834         since we need to propagate exposes to internal children
5835         as well.
5836
5837         * gtk/gtkwidget.c (gtk_widget_set_events, gtk_widget_add_events): 
5838         Remove the restriction of only being able to call these
5839         on window widgets, since we have lots of NO_WINDOW widgets
5840         with windows now; for add events, recurse over the children
5841         of widget->window to find one owned by the widget.
5842
5843         * gtk/gtkbutton.[ch]: Make a NO_WINDOW widget, using an input-only
5844         window to catch events.
5845
5846         * gtk/gtktogglebutton.[ch]: Remove the code for switching
5847         between NO_WINDOW and WINDOW widgets based on the mode.
5848
5849         * gtk/gtkcheckbutton.c gtk/gtkoptionmenu.c gtk/gtkclist.c
5850         gtk/gtktreeview.c: Adopt to NO_WINDOW change for GtkButton.
5851
5852         * gtk/gtkrange.[ch]: Make into a NO_WINDOW widget.
5853
5854         * gtk/gtkhscale.c, gtk/gtkvscale.c: Adopt to NO_WINDOW
5855         change for range.
5856
5857         * gtk/gtknotebook.[ch]: Make into a NO_WINDOW widget.
5858  
5859         * docs/Changes-2.0.txt: Add a note about the NO_WINDOW changes.
5860
5861 Thu Nov 15 11:59:35 2001  Owen Taylor  <otaylor@redhat.com>
5862
5863         * gtk/gtkmessagedialog.c: Patch from Murray Cumming to add
5864         "message_type" and "buttons" CONSTRUCT properties. (#64069)
5865
5866         * tests/testsocket.c: Expand tests to add a "local passive
5867         child" (Test case for #64428)
5868
5869 2001-11-14  jacob berkman  <jacob@ximian.com>
5870
5871         * gtk/gtkgamma.c (button_clicked_callback): create the label with
5872         a mnemonic
5873
5874 2001-11-15  Sven Neumann  <sven@gimp.org>
5875
5876         * tests/testgtk.c: make it compile without warnings.
5877
5878 2001-11-14  Alex Larsson  <alexl@redhat.com>
5879
5880         * gtk/gtklabel.c:
5881         Don't recalculate the layout on each gkt_label_ensure_layout () for
5882         wrapped labels.
5883
5884 Wed Nov 14 17:40:23 2001  Jonathan Blandford  <jrb@redhat.com>
5885
5886         * gtk/gtktreeview.c (gtk_tree_view_get_expander_column): Return
5887         the currently selected column when we get the column, #64380
5888
5889         * gtk/gtkentry.c (gtk_cell_editable_key_press_event): Handle Esc
5890         to cancel CellRendererText editting, #63613
5891
5892         * gtk/gtkcellrenderertext.c: ditto
5893
5894         * gtk/gtkcellrenderertext.h: formatting changes
5895
5896 2001-11-14  Matthias Clasen  <matthiasc@poet.de>
5897
5898         * gtk/gtkbutton.c (gtk_button_get_label): Rearrange docs (#64566)
5899
5900         * gtk/gtktextbuffer.c (gtk_text_buffer_create_tag): Typo fix (#64474)
5901
5902         * gtk/gtkruler.c (gtk_ruler_get_metric): Typo fix (#64470)
5903
5904         * gtk/gtknotebook.c (gtk_notebook_prepend_page): Typo fix (#64467)
5905
5906         * gtk/gtklabel.c: Documentation fixes (#64452)
5907
5908 2001-11-14  Daniel Egger  <degger@fhm.edu>
5909
5910         * gdk-pixbuf/io-xpm.c: 
5911         (xpm_skip_whitespaces): Remove unused static function.
5912         (xpm_skip_string): Dito.        
5913         (xpm_extract_color): Declare const variable const to avoid warnings. 
5914
5915         * gtk/gtkfixed.c: (gtk_fixed_map): Remove unused static function.
5916         
5917         * gtk/gtkplug.c: #if 0'ed prototype for #if 0'ed code.
5918         
5919         * gtk/gtksocket.c: Change type of mask to g_message to %ld for 
5920         a long.
5921
5922 Wed Nov 14 15:14:48 2001  Owen Taylor  <otaylor@redhat.com>
5923
5924         * gtk/gtkcontainer.c (gtk_container_idle_sizer): Back
5925         out accidental commit of debugging timing code.
5926
5927 2001-11-14  Havoc Pennington  <hp@redhat.com>
5928
5929         * gtk/gtktextview.c (gtk_text_view_move_cursor): fix Control-E so
5930         it doesn't move to a new line each time you press it
5931
5932         * gtk/gtktextiter.c (gtk_text_iter_forward_to_line_end): fix
5933         return value, #62987
5934
5935 2001-11-14  Havoc Pennington  <hp@redhat.com>
5936
5937         * tests/testtextbuffer.c (main): bulk of the tests were commented
5938         out, oops.
5939
5940         * gtk/gtktextiter.c (find_paragraph_delimiter_for_line): make this 
5941         function work, should resolve #63426
5942         (gtk_text_iter_ends_line): return TRUE for the end iterator
5943
5944         * gtk/gtktextiter.h: put padding back in GtkTextIter, I thought of
5945         a couple things that might get cached in here.
5946
5947 Tue Nov 13 21:00:59 2001  Jonathan Blandford  <jrb@redhat.com>
5948
5949         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_class_init): new
5950         "model" construct property for language bindings.
5951
5952         * gtk/gtktreestore.c (gtk_tree_store_set_column_types): New
5953         function to let you set the column types of a GtkTreeStore for
5954         language bindings.
5955
5956         * gtk/gtkliststore.c (gtk_list_store_set_column_types): ditto.
5957
5958 2001-11-13  Havoc Pennington  <hp@redhat.com>
5959
5960         * gtk/gtktextview.c (gtk_text_view_add_child_in_window): docs
5961         including reference to bugzilla bug about how we should have 
5962         a better way of positioning children
5963
5964         * gtk/gtktextview.h (struct _GtkTextViewClass): add some padding
5965
5966         * gtk/gtktextview.c (gtk_text_view_size_allocate): assign zero
5967         size to side rects if they don't exist, #63438
5968
5969 2001-11-13  Havoc Pennington  <hp@redhat.com>
5970
5971         * gtk/gtktextview.c (gtk_text_view_key_press_event): fix to
5972         properly replace selection with Return or Tab
5973
5974         * gtk/gtktextdisplay.c (gtk_text_layout_draw): fix broken code
5975         that didn't locate the end of the line correctly, should fix #63800
5976
5977 2001-11-13  Havoc Pennington  <hp@redhat.com>
5978
5979         * gtk/gtktextview.c (gtk_text_view_size_request): add border width
5980         to requisition, request non-anchored children
5981         (gtk_text_view_size_allocate): handle border width, allocate
5982         non-anchored children
5983         (text_view_child_new_window): set the child as object data
5984         (gtk_text_view_move_child): allow children at negative
5985         coordinates, no reason why not
5986         (gtk_text_view_forall): make it copy the list of children before
5987         walking it, to avoid reentrancy issues  
5988         (gtk_text_view_move_child): short-circuit if position is unchanged
5989         (changed_handler): only queue_resize if requisition has changed
5990         (gtk_text_view_init): don't redraw_on_allocate, since we can do 
5991         a better job of invalidation ourselves
5992
5993         * tests/testtext.c: add tests for the fixed-position children
5994
5995 Tue Nov 13 19:51:43 2001  Tim Janik  <timj@gtk.org>
5996
5997         * gtk/gtkwindow.c (handle_accels_changed): protect idle handle
5998         with gdk threads macro.
5999
6000 Mon Nov 12 23:08:37 2001  Tim Janik  <timj@gtk.org>
6001
6002         * gtk/maketypes.awk: fix type utils generation on unix.
6003
6004         * gtk/gtkaccelmap.[hc]: new files, implementing a global accelerator
6005         registry.
6006
6007         * gtk/gtkaccelgroup.[hc]: major API/implementation revamp:
6008         removed GTK_ACCEL_SIGNAL_VISIBLE, gtk_accel_group_get_default,
6009         gtk_accel_group_get_entry, gtk_accel_group_(un)lock_entry,
6010         gtk_accel_group_add/remove, gtk_accel_group_handle_add/remove,
6011         gtk_accel_group_create_add/remove, gtk_accel_group_entries_from_object.
6012         introduced ::accel_changed signal for change notification, and
6013         gtk_accel_group_connect/disconnect to connect closures to accel groups.
6014         made gtk_accel_group_attach/detach and gtk_accel_group_activate private
6015         functions.
6016         deprecated gtk_accel_group_ref/unref.
6017
6018         * gtk/gtkaccellabel.[hc]: changes to make accellabels pay attention
6019         to accel group changed notification and basically operate on closures.
6020         removed gtk_accel_label_get_accel_object and
6021         gtk_accel_label_set_accel_object.
6022         introduced gtk_accel_label_set_accel_closure, and for convenience,
6023         gtk_accel_label_set_accel_widget.
6024
6025         * gtk/gtkitemfactory.[hc]: removed accelerator propagation code
6026         which mostly moved into gtkaccelmap.[hc].
6027         removed gtk_item_factory_parse_rc*, gtk_item_factory_dump_*
6028         and gtk_item_factory_print_func.
6029
6030         * gtk/gtkmain.c: call _gtk_accel_map_init().
6031
6032         * gtk/gtkmenuitem.[hc]: introduced gtk_menu_item_set_accel_path(),
6033         that associates an accelerator path with menu items, through which
6034         persistent accelerator settings on menu items are enabled.
6035
6036         * gtk/gtkmenu.[hc]: added gtk_menu_set_accel_path() so accelerator
6037         paths of menu item can be default constructed to allow installation
6038         of accelerators on menu items that don't come with an accelerator
6039         binding by default.
6040
6041         * gtk/gtksettings.c: fix STRING type rc settings by special casing
6042         them appropriately in the parser.
6043
6044         * gtk/gtksignal.[hc]: allow a class function offset of 0 for
6045         gtk_signal_newv().
6046
6047         * gtk/gtkwidget.[hc]: accelerator API revamp.
6048         removed ::accelerator_add/remove signals, gtk_widget_accelerator_signal,
6049         gtk_widget_accelerators_locked, gtk_widget_remove_accelerators and
6050         gtk_widget_(un)lock_accelerators.
6051         accelerators maintained through gtk_widget_add/remove_accelerator()
6052         are not runtime changable now, the correct sequence to setup a
6053         widget for runtime changable accelerators is now:
6054           gtk_accel_map_add_entry(accel_path, key, mods);
6055           _gtk_widget_set_accel_path(widget, accel_path, accel_group);
6056
6057         * gtk/gtkwindow.[hc]: accelerator changes, proxy and coalesce accel
6058         group changes (as well as mnemonic changes) through the new signal
6059         ::accels_changed.
6060
6061 Sat Nov 10 12:08:56 2001  Tim Janik  <timj@gtk.org>
6062
6063         * gtk/gtksettings.c (_gtk_settings_parse_convert): properly handle
6064         GString->string conversions.
6065
6066 Mon Nov 12 19:33:52 2001  Owen Taylor  <otaylor@redhat.com>
6067
6068         * gtk/gtkmessagedialog.c (gtk_message_dialog_new): Warn
6069         if GTK_DIALOG_NO_SEPARATOR is passed in and ignore it.
6070
6071 2001-11-12  Matthias Clasen  <matthiasc@poet.de>
6072
6073         * gtk/gtktreeview.c: Documentation fixes. (#64377)
6074         
6075         * gtk/gtktreestore.c: Documentation fixes. (#64376)
6076
6077 2001-11-11  Matthias Clasen  <matthiasc@poet.de>
6078
6079         * gtk/gtkiconfactory.c, gtk/gtktextbuffer.c, gtk/gtktreemodel.c,
6080         gtk/gtkwindow.c, gtk/gtknotebook.c, gtk/gtkradiobutton.c, 
6081         gtk/gtktextiter.c, gtk/gtkdialog.c: Mass fixing of trivial doc bugs.  
6082         (#63544, #57007, #64141, #63472, #57108, #60818, #61562)
6083
6084 2001-11-10  Hans Breuer  <hans@breuer.org>
6085
6086         * gdk/win32/gdkevents-win32.c (gdk_event_translate) : make sure 
6087         we know what we are talking about when asked for MINMAXINFO.
6088         Also some cleaning for !HAVE_DIMM_H etc.
6089
6090 2001-11-10  Matthias Clasen  <matthiasc@poet.de>
6091
6092         * gtk/gtktreeviewcolumn.c: Fix docs for 
6093         gtk_tree_view_column_set_sort_order. (#62647)
6094         
6095         * gtk/gtkcontainer.c: Fix docs for 
6096         gtk_container_set_border_width. (#64139)
6097
6098         * gtk/gtkcolorsel.c: Documentation fixes.
6099
6100 2001-11-10  Hans Breuer  <hans@breuer.org>
6101
6102         * gtk/gtkfontsel.c : use g_strcasecmp(), some poor platforms
6103         don't have strcasecmp()
6104
6105         * gtk/gtktextview.c : to fix crashing on e.g. TextView::find need 
6106         to remove the idle funcs in gtk_text_view_destroy (). To reduce 
6107         code duplication wrap it in its own function and use it in 
6108         gtk_text_view_unrealize () and gtk_text_view_destroy_layout ()
6109
6110         * gdk/win32/gdkdrawable-win32.c : implement the finalize
6111         method like the X11 version does, allow to set_colormap NULL
6112         * gdk/win32/gdkwindow-win32.c : adapt GdkWindowImplWin32::
6113         set_colormap, also some adaption to X11 version :
6114         (gdk_window_hide) call _gdk_window_clear_update_area
6115         (gdk_window_reparent) call _gdk_window_init_position
6116
6117         * gdk/win32/gdkwindow-win32.c (gdk_window_set_geometry_hints) : 
6118         call gdk_window_resize() after all hints are set, because the
6119         window resizing process (WM_GETMINMAXINFO) takes all of them into 
6120         account
6121
6122         * gdk/win32/gdkfont-win32.c : make gdk_font_equal return a gboolean
6123
6124         * gdk/win32/gdkvisual-win32.c : register GdkVisual with 
6125         sizeof (GdkVisualPrivate)
6126
6127         * gdk/gdk.def gtk/gtk.def : upated externals
6128
6129         * gdk/makefile.msc gdk/win32/makefile.msc gdk-pixbuf/makefile.msc
6130           gdk-pixbuf/pixops/makefile.msc gtk/makefile.msc.in tests/makefile.msc :
6131         from now on use make.msc from $(TOP)/glib/build/win32
6132
6133         * gtk/stock-icons/makefile.msc : add stock_missing_image
6134
6135 2001-11-08  Tor Lillqvist  <tml@iki.fi>
6136
6137         * README.win32: Add headers. Add section about ActiveIMM.
6138
6139         * configure.in: Add --with-ie55 flag to specify the location of
6140         the "IE55 libs and headers" package downloadable from Microsoft,
6141         which contains, among other things, the Active IMM header dimm.h
6142         and UUID library uuid.lib. Use test -f instead of AC_CHECK_FILE.
6143         Require GLib 1.3.10.
6144         
6145         * config.h.win32.in: New version, produced by merging two
6146         configure-generated ones (for gcc and MSVC). Hopefully #defines
6147         the same flags that the previous, hand-written one, did.
6148
6149         * gdk/Makefile.am
6150         * gdk/win32/Makefile.am: Handle the uuid library from the IE55 lib.
6151
6152         * gdk/win32/gdkevents-win32.c: Conditionalize ActiveIMM
6153         stuff. Remove unused GdkIOClosure.
6154
6155         * gdk/win32/surrogate-dimm.h: Remove, use real dimm.h instead (if
6156         available).
6157
6158         * gdk/win32/libie55uuid.la: New file, handwritten libtool wrapper
6159         for uuid.lib. (Does it really have to be this hard to use an
6160         existing library with libtool? Probably I am missing something.)
6161
6162 2001-11-08  Darin Adler  <darin@bentspoon.com>
6163
6164         * gtk/gtklabel.c: (gtk_label_ensure_layout): Fix an obvious
6165         typo where it says LEFT instead of CENTER.
6166
6167 2001-11-07  Darin Adler  <darin@bentspoon.com>
6168
6169         * gtk/gtkdialog.c: (gtk_dialog_set_response_sensitive),
6170         (gtk_dialog_set_default_response): Add g_return_if_fail.
6171
6172 Mon Nov  5 22:34:29 2001  Owen Taylor  <otaylor@redhat.com>
6173
6174         * gtk/gtktreednd.[ch] (struct _GtkTreeDragSourceIface): 
6175         Add row_draggable() vfunc, and wrapper function.
6176
6177         * gtk/gtktreednd.[ch] (struct _GtkTreeDragDestIface): Make
6178         row_drop_possible take a GtkSelectionData, rather than
6179         model/row pair.
6180
6181         * gtk/gtktreestore.c gtk/gtkliststore.c: Update for 
6182         new DND interfaces.
6183
6184         * gtk/gtktreeview.[ch]: Remove the row_draggable_func
6185         location_dropable_func from gtk_tree_view_set_rows_drag_source/dest.
6186         and rename them to enable_model_drag_source/dest.
6187
6188         * gtk/treeviewcolumn.c: Add DND of columns between rows.
6189         Still can't drop _to_ the left tree, but other places
6190         work.
6191
6192         * gtk/gtktreeview.c (unset_reorderable): Unset the
6193         reorderable property if unset/enable_model_drag_source/dest
6194         are called manually.
6195
6196         * gtk/gtktreestore.c (gtk_tree_store_row_drop_possible): 
6197         Correct for change in depth count handling.
6198
6199         * gtk/gtktreeview.c (gtk_tree_view_create_row_drag_icon):
6200         Pass in a expose area to gtk_tree_view_column_cell_render()
6201
6202 2001-11-06  Havoc Pennington  <hp@redhat.com>
6203
6204         * demos/gtk-demo/textview.c (easter_egg_callback): wacky easter egg
6205
6206 Tue Nov  6 10:13:16 2001  Owen Taylor  <otaylor@redhat.com>
6207
6208         * gdk/x11/gdkgc-x11.c: Fix misplaced HAVE_XFT.
6209
6210 2001-11-05  Havoc Pennington  <hp@redhat.com>
6211
6212         * gtk/gtktextview.c (gtk_text_view_paint): expose the child
6213         widgets in here
6214         (gtk_text_view_realize): set parent window of child widgets
6215         (gtk_text_view_size_request): use child req to decide whether
6216         to invalidate layout, not widget->requisition
6217
6218         * gtk/gtktextdisplay.c (render_layout_line): set
6219         shaped_width_pixels for NULL shape objects, so that we properly
6220         draw the "missing pixbuf/widget" thing
6221         (render_layout_line): don't draw the widget here
6222         (gtk_text_layout_draw): pass out a list of widgets that need exposing
6223
6224         * demos/gtk-demo/textview.c (insert_text): add demo of child
6225         widgets
6226
6227         * gtk/gtktextlayout.c (add_child_attrs): remove debug spew
6228
6229         * gtk/gtktextdisplay.c (render_layout_line): remove debug spew
6230
6231         * gtk/gtktextview.c (gtk_text_view_update_child_allocation): add
6232         scroll offsets
6233         (gtk_text_view_value_changed): poke new X and Y into child allocations
6234
6235 2001-11-06  Tor Lillqvist  <tml@iki.fi>
6236
6237         * gtk/gtkmain.c (find_module): Do search GTK_BINARY_VERSION
6238         -specific directory on Windows, too (#63759).
6239
6240 Mon Nov  5 12:46:44 2001  Owen Taylor  <otaylor@redhat.com>
6241
6242         * gdk/x11/gdkdrawable-x11.[ch] gdk/x11/gdkgc-x11.c
6243         gdk/x11/gdkpixmap-x11.c gdk/x11/gdkprivate-x11.h
6244         gdk/x11/gdkwindow-x11.c: Redo Xft support to go
6245         directly to Picture objects instead of using XftDraw.
6246         This fixes the problem where we weren't able to 
6247         properly destroy XftDraw objects before destroying
6248         the accompanying windows, and probably improves
6249         efficiency a bit too. (#50214)
6250
6251 Mon Nov  5 10:01:49 2001  Owen Taylor  <otaylor@redhat.com>
6252
6253         * gdk/x11/gdkgeometry-x11.c (gdk_window_compute_position): 
6254         Clamp max window width/height to 32767, not 32768 since
6255         we have to be able to deal with a dx/y of -32768 without
6256         getting a width of 65536 when guffaw scrolling.
6257
6258         * gdk/x11/gdkgeometry-x11.c: Implement gdk_window_scroll()
6259         for the guffaw scrolling case, fixing some problems with
6260         copy-area case as well. Fix BadValue bug with moving windows
6261         by large amounts.
6262
6263         * gdk/x11/gdkgeometry-x11.c (gdk_window_clip_changed): Update
6264         clip in window structue before calling gdk_window_invalidate_region
6265         since that trims new invalidations to the window's visible
6266         region.
6267
6268         * gdk/x11/gdkwindow-x11.c (gdk_window_set_static_gravities): 
6269         Really set the static window gravity on the children, not
6270         repeatedly on the window.
6271
6272         * gtk/testgtk.c: Add a torture test for big windows and 
6273         gdk_window_scroll().
6274
6275 Sun Nov  4 17:36:08 2001  Manish Singh  <yosh@gimp.org>
6276
6277         * acconfig.h configure.in: sigsetjmp is macroized in some places,
6278         so use AC_TRY_LINK instead of AC_CHECK_FUNCS for the check.
6279
6280 Sun Nov  4 19:16:23 2001  Owen Taylor  <otaylor@redhat.com>
6281
6282         * gdk/gdkcolor.c (gdk_color_parse): Implement gdk_color_parse()
6283         in terms of pango_color_parse().
6284
6285         * gdk/{linux-fb,win32,x11}/gdkcolor-*.c: Remove port-specific
6286         gdk_color_parse() implementations.
6287
6288 Sun Nov  4 18:39:43 2001  Owen Taylor  <otaylor@redhat.com>
6289
6290         * gtk/gtksizegroup.c (gtk_size_group_set_mode): 
6291         queue_resize_on_group with both the old and new mode, not
6292         just the new mode. (#60171, Nicolas Setton). Also, notify
6293         the "mode" property.
6294         
6295 Sun Nov  4 16:02:08 2001  Owen Taylor  <otaylor@redhat.com>
6296
6297         * gdk/gdkwindow.[ch]: Add a function gdk_window_invalidate_maybe_recurse() 
6298         for use in "shallow invalidation" of a widget. (Windows belonging
6299         to the widget, but not to the widget's children)
6300
6301         * gtk/gtkprivate.h gtk/gtkwidget.c gtk/gtksizegroup.c: Add private
6302         flags GTK_ALLOC_NEEDED, GTK_REQUEST_NEEDED.  These flags are set
6303         up on ancestors up to the resize container on queue_resize. Size
6304         requests only actually take place if GTK_REQUEST_NEEDED, size
6305         allocations only take place if GTK_ALLOC_NEEDED or the size
6306         changed.
6307
6308         * gtk/gtkcontainer.c gtk/gtkwidget.c: Remove
6309         container->resize_widgets and the RESIZE_NEEDED flag since the
6310         above flags are sufficient to figure out what needs to be
6311         resized/reallocated. Remove code manipulating
6312         container->resize_widget.
6313
6314         * gtk/gtkwidget.[ch]: Add gtk_widget_set_redraw_on_alloc(); this
6315         allows widgets to turn off being automatically invalidated is when
6316         they are resized.
6317
6318         * gtk/gtkwidget.[ch] (gtk_widget_size_allocate): Invalidation when
6319         a widget is resized or moved is "shallow" as described above -
6320         only the windows that need to be invalidated are invalidated.
6321
6322         * gtk/gtkbox.c gtk/gtktable.c gtk/gtkalignment.c docs/Changes-2.0.txt: 
6323         Make these widget's init functions call 
6324         gtk_widget_set_redraw_on_allocate(widget,FALSE).
6325
6326         * gtk/gtkwindow.c (gtk_window_configure_event): Call 
6327         _gtk_container_queue_resize(), since we don't want
6328         redrawing. (Probably could be done for other 
6329         calls to gtk_widget_queue_resize() in gtkwindow.c,
6330         but this is the most important one.)
6331
6332         * gtk/gtkwindow.c (gtk_window_move_resize): Don't call
6333         gtk_widget_queue_draw() - size_allocate() handles
6334         that as appropriate.
6335
6336         * gtk/gtkframe.c (gtk_frame_size_allocate): Invalidate instead
6337         of queue_clear() to avoid invalidating children.
6338
6339 2001-11-04  jacob berkman  <jacob@ximian.com>
6340
6341         * gtk/gtkmain.c (find_module): don't free the module name until
6342         after we load the module
6343
6344 Sat Nov  3 13:57:21 2001  Owen Taylor  <otaylor@redhat.com>
6345  
6346         * gtk/gtkctree.c: Convert GTK_TYPE_CTREE_NODE to pointer
6347         derivation instead of boxed derivation.
6348  
6349         * gtk/gtkmarshal.list: Remove some now unused marshallers.
6350  
6351 2001-11-04  Tor Lillqvist  <tml@iki.fi>
6352
6353         * gtk/gtkimmodule.c: Can't include gtkprivate.h (I added the
6354         include yesterday, without really thinking), as that defeats the
6355         working of correct_libdir_prefix() (it becomes a no-op.). Add
6356         comment mentioning that. Thanks to Hans Breuer for noticing.
6357         
6358 2001-11-03  Daniel Elstner  <daniel.elstner@gmx.net>
6359
6360         * gtk/gtkwindow.h (frame_event): Use GtkWindow* as first
6361         signal argument (was GtkWidget*).
6362
6363         * gtk/gtkwindow.c (gtk_window_frame_event),
6364           gtk/gtkwindow-decorate.c (gtk_decorated_window_frame_event):
6365         Fixed argument types as above, removed GTK_WINDOW casts and
6366         added some GTK_WIDGET casts instead.
6367
6368 2001-11-03  Hans Breuer  <hans@breuer.org>
6369
6370         * gtk/gtkfilesel.c (gtk_file_selection_finalize) : chain
6371         finalize to parent class to get removed from the toplevel_list.
6372         Should fix 'random' crashes of #63474.
6373
6374         * gtk/gtktreemodelsort.c : chain finalize() to parent class
6375
6376 2001-11-03  Tor Lillqvist  <tml@iki.fi>
6377
6378         * modules/input/Makefile.am: Use -no-undefined on Windows. Look
6379         for .dll or .so as appropriate as module suffix.
6380
6381         * gtk-zip.sh.in: Use correct import library names.
6382
6383         * gtk/gtk.def: Add a couple of missing entry points. (#63585)
6384
6385         * gtk/gtkimmodule.c (correct_libdir_prefix): New function, used on
6386         Windows to turn build-time paths from a gtk.immodules distributed
6387         as part of a binary package into runtime ones in the
6388         end-user-chosen installation directory.
6389         (gtk_im_module_init): Use it for module path and domain
6390         directory.
6391
6392 2001-11-02  Tor Lillqvist  <tml@iki.fi>
6393
6394         * gtk/gtkrc.c (gtk_rc_make_default_dir): Fix typo: extraneous
6395         comma.  Include gtkprivate.h for GTK_LIBDIR etc definitions on
6396         Windows.
6397
6398 2001-10-30  Tor Lillqvist  <tml@iki.fi>
6399
6400         * Makefile (install-data-hook): Use cp, not $(LN_S) on the .pc
6401         files. Configure on Win32 (running on Cygwin) thinks symlinks
6402         exist, but pkg-config is not necesarily a Cygwin program, and
6403         doesn't understand them.
6404
6405 Fri Nov  2 16:45:17 2001  Jonathan Blandford  <jrb@redhat.com>
6406
6407         * gtk/gtkrbtree.c (_gtk_rbtree_remove_node): Clean up height code
6408         a bit.  I don't think it's completely correct yet, but it's
6409         getting there.
6410
6411 Fri Nov  2 16:14:15 2001  Owen Taylor  <otaylor@redhat.com>
6412
6413         * gtk/gtkviewport.c (gtk_viewport_size_request): Remove
6414         random + 5 for width and height. If people want padding,
6415         they should add padding. (Note the +5 isn't padding
6416         that will always appear - it just appears in the case
6417         where the widget is allocated it's requisition.)
6418         (#51018, Janet Davis)
6419
6420 Fri Nov  2 15:53:23 2001  Owen Taylor  <otaylor@redhat.com>
6421
6422         * gtk/gtkimcontext.h (struct _GtkIMContextClass): Pad
6423         the structure for future expansion.
6424
6425 Fri Nov  2 15:30:34 2001  Owen Taylor  <otaylor@redhat.com>
6426
6427         Patch from HideToshi Tajima (#51922)
6428         
6429         * gtk/gtkimmulticontext.c: Proxy set_use_preedit().
6430
6431         * gtk/modules/input/gtkimcontextxim.[ch]: Implement
6432         set_use_preedit().
6433         
6434         * gtk/modules/input/gtkimcontextxim.[ch]: If we have
6435         to destroy the input context because we change the
6436         client window or use_preedit, make sure we empty
6437         the preedit string.
6438
6439 Fri Nov  2 14:55:53 2001  Owen Taylor  <otaylor@redhat.com>
6440
6441         * gtk/{gtkcolorseldialog.c,gtkfilesel.c,gtkfontsel.c,
6442         gtkgamma.c,gtkmessagedialog.c}: Go to the GUP
6443         proposed ordering of buttons with [OK] in the lower
6444         right hand corner. Patch from Gregory Merchan,
6445         #56331.
6446
6447 Fri Nov  2 11:51:49 2001  Jonathan Blandford  <jrb@redhat.com>
6448
6449         * gtk/gtklabel.c (gtk_label_select_region_index): remove
6450         extraneous gtk_label_clear_layout (label)
6451
6452 2001-11-02  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
6453
6454         * tests/makefile.msc, gtk/makefile.msc.in: Removed
6455         -DGTK_DISABLE_COMPAT_H.
6456
6457         * docs/Changes-2.0.txt:
6458         s/GDK_DISABLE_COMPAT_H/GDK_DISABLE_DEPRECATED/
6459
6460         * gtk/gtkcompat.h.in, gdk/gdkcompat.h: Removed from CVS.
6461
6462 Fri Nov  2 10:21:03 2001  Owen Taylor  <otaylor@redhat.com>
6463
6464         * examples/**/Makefile.am: Convert to use pkg-config
6465         rather than gtk-config. (#53375, Skip Montanaro)
6466
6467 2001-11-02  Matt Wilson  <msw@redhat.com>
6468
6469         * gtk/gtkdialog.c (find_child_by_response_id): remove totally
6470         broken unused, non-compiling, static function.
6471
6472 Fri Nov  2 08:17:06 2001  Owen Taylor  <otaylor@redhat.com>
6473
6474         * gtk/gtkdialog.c (gtk_dialog_set_response_sensitive): 
6475         Iterate through children of the action area, not of
6476         the vbox. (#58278, Sergey Kuzminov)
6477
6478 2001-11-01  Havoc Pennington  <hp@pobox.com>
6479
6480         * gtk/gtktext.c (gtk_text_set_position): handle -1 argument in
6481         order to remove a workaround in Nautilus that forced
6482         GTK_ENABLE_BROKEN
6483
6484         * gtk/gtkwidget.c (gtk_widget_modify_style): fix typos in the docs
6485
6486 Thu Nov  1 20:09:31 2001  Owen Taylor  <otaylor@redhat.com>
6487
6488         * gtk/gtkrange.c: Patch from George Lebl to 
6489         fix division by zero for full scroll bars. (#62114)
6490
6491 Thu Nov  1 19:56:40 2001  Owen Taylor  <otaylor@redhat.com>
6492
6493         * gtk/gtkmain.c (gtk_main_do_event): ref/unref
6494         around gtk_widget_event() if we are going to
6495         set a flag afterwards. (#63464)
6496
6497 Thu Nov  1 19:44:48 2001  Owen Taylor  <otaylor@redhat.com>
6498
6499         * gtk/gtkiconfactory.c gtk/stock-icons/Makefile.am: 
6500         Actually add the missing/broken image icon as the
6501         image for the "missing image" stock icon.
6502
6503 Thu Nov  1 19:18:34 2001  Owen Taylor  <otaylor@redhat.com>
6504
6505         * demos/gtk-demo/stock_browser.c (do_stock_browser): 
6506         Set a reasonable default height for the window.
6507
6508         * demos/gtk-demo/stock_browser.c (id_to_macro): Fix
6509         bug where subsequent '-' weren't converted to '_'.
6510         (#59550, Matthias Clasen)
6511
6512         * demos/gtk-demo/appwindow.c (menu_items): Don't right 
6513         justify the Help menu - just include a comment on
6514         how to do it. (#63539,  Marius Andreiana)
6515
6516         * gtk/gtkiconfactory.c (gtk_icon_set_get_sizes): Don't 
6517         list GTK_ICON_SIZE_INVALID.
6518
6519         * demos/gtk-demo/stock_browser.c: Show the biggest available
6520         size, not a fixed size. (Often reported, including #63539, 
6521         Marius Andreiana)
6522
6523 Thu Nov  1 19:11:35 2001  Jonathan Blandford  <jrb@redhat.com>
6524
6525         * gtk/gtkrbtree.c (gtk_rbtree_reorder_fixup): Fix reorder_fixup,
6526         #59583
6527
6528         * gtk/gtktreeselection.c (gtk_tree_selection_set_mode): fix
6529         warning.
6530
6531 Thu Nov  1 16:54:00 2001  Owen Taylor  <otaylor@redhat.com>
6532
6533         * gtk/gtktypeutils.h: Make GtkFunction return boolean, not gint.
6534         (Daniel Elstner).
6535
6536 Thu Nov  1 16:20:56 2001  Owen Taylor  <otaylor@redhat.com>
6537
6538         * gtk/gtkimcontext.[ch]: Add:
6539           - A ::retrieve_surrounding signal that asks the widget for
6540             context around the insertion point.
6541           - A ::delete_surrounding signal that asks the widget to 
6542             delete context aroudn the insertion point.
6543           - gtk_im_context_set_context() for widgets to set context
6544             around the insertion point in response to ::retrieve_context.
6545           - gtk_im_context_get_context() for context to get context
6546             around the insertion point
6547
6548         * gtkmarshal.list: Add BOOL:INT,INT
6549
6550         * gtk/gtkimmulticontext.c: Proxy the get_surrounding() /
6551         set_surrounding() methods, and the ::retrieve_surrounding /
6552         ::delete_surrounding signals.
6553
6554         * gtk/gtkentry.c gtk/gtktreeview.c: Hook up to the
6555         GtkIMContext::retrieve_surrounding / ::delete_surrounding
6556         signals.
6557
6558 Thu Nov  1 15:45:04 2001  Jonathan Blandford  <jrb@redhat.com>
6559
6560         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_rows_reordered):
6561         it's amazing how well things work sometimes, even when they're
6562         completely wrong.
6563
6564         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): Fix bug
6565         where you could try to collapse a node w/o it having children.
6566
6567         (gtk_tree_view_class_init): remove Shift L<->R as they already
6568         existed for expand/collapse.
6569
6570 Thu Nov  1 12:21:31 2001  Jonathan Blandford  <jrb@redhat.com>
6571
6572         * gtk/gtktreeview.c (gtk_tree_view_focus_to_cursor): Fix crash
6573         found by Matt Wilson.
6574
6575 Thu Nov  1 00:44:50 2001  Jonathan Blandford  <jrb@redhat.com>
6576
6577         * gtk/gtktreeview.c (gtk_tree_view_class_init): Support Shift,
6578         Control, and Shift|Control L<->R, #63475
6579
6580 Wed Oct 31 18:53:51 2001  Jonathan Blandford  <jrb@redhat.com>
6581
6582         * gtk/gtktreemodel.c (gtk_tree_row_ref_deleted_callback): fix
6583         infinite loop noticed by yosh.
6584
6585 2001-11-01  Michael Meeks  <michael@ximian.com>
6586
6587         * gtk/gtksocket.c (gtk_socket_unrealize): unset the
6588         GTK_REALIZED flag so we don't re-enter when we are
6589         destroyed from the plug side.
6590
6591 Wed Oct 31 18:23:47 2001  Owen Taylor  <otaylor@redhat.com>
6592
6593         * gtk/gtkoptionmenu.c (gtk_option_menu_detacher): 
6594         Add a "menu" property and notify on it. (#62798,
6595         Padraig O'Briain)
6596
6597         * gtk/gtkselection.[ch] gtk/{gtkentry.c, gtkfilesel.c,
6598         gtkoldeditable.c, gtktextbuffer.c, gtktextview.c}: 
6599         Fix set_text to take a gchar, not a guchar, and to have 
6600         a len argument.
6601
6602 Wed Oct 31 15:31:13 2001  Manish Singh  <yosh@gimp.org>
6603
6604         * gtk/gtkstock.c: fix typo to make it compile
6605
6606 Wed Oct 31 17:27:20 2001  Jonathan Blandford  <jrb@redhat.com>
6607
6608         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render): if
6609         the widget is insensitive, draw the text insensitively, #63306
6610
6611 2001-10-31  Matthias Clasen  <matthiasc@poet.de>
6612
6613         * gtk/gtkstock.c: Add stock items for most stock icons. (#61757)
6614
6615 Wed Oct 31 16:53:48 2001  Jonathan Blandford  <jrb@redhat.com>
6616
6617         * gtk/gtktreednd.c (gtk_tree_set_row_drag_data): rename
6618         gtk_selection_data_set_tree_row, #60218
6619         (gtk_tree_get_row_drag_data): rename
6620         gtk_selection_data_get_tree_row, #60218
6621
6622         * gtk/gtktreemodel.c (gtk_tree_row_ref_deleted_callback): Actually
6623         get this right, after the third try, #63122.
6624
6625 2001-10-31  jacob berkman  <jacob@ximian.com>
6626
6627         * gdk/gdkselection.h (GDK_TARGET_STRING): 
6628         (GDK_SELECTION_TYPE_STRING): these should be 31, not 3.  Hooray
6629         for Xatoms (and not using the XA_* macros)!
6630
6631 Wed Oct 31 15:38:14 2001  Owen Taylor  <otaylor@redhat.com>
6632
6633         * gtk/gtkwindow.[ch] (gtk_window_get_focus): Add a
6634         gtk_window_get_focus() getter to determine the currently
6635         focused widget within the window. (#63145, request
6636         from Damian Ivereigh)
6637
6638 Wed Oct 31 14:45:08 2001  Jonathan Blandford  <jrb@redhat.com>
6639
6640         * gtk/gtkenums.h (enum): Add GTK_SELECTION_NONE enum, #61695
6641
6642         * gtk/gtktreeselection.c (gtk_tree_selection_set_mode): Handle new
6643         GTK_SELECTION_NONE enum.
6644         (_gtk_tree_selection_internal_select_node): ditto
6645
6646         * gtk/gtkcellrenderer.h (struct _GtkCellRendererClass): add
6647         constness.
6648
6649         * gtk/gtkcellrenderertoggle.c: more yummy constness.
6650
6651         * gtk/gtkclist.c (gtk_clist_set_selection_mode): g_return_if_fail
6652         if mode == GTK_SELECTION_NONE
6653
6654 Wed Oct 31 14:05:17 2001  Jonathan Blandford  <jrb@redhat.com>
6655
6656         * gtk/gtktreeview.c (gtk_tree_view_class_init): Added a
6657         "cursor_changed" signal, #62850.
6658
6659 2001-10-31  Matt Wilson  <msw@redhat.com>
6660
6661         * gtk/gtktreedatalist.c (_gtk_tree_data_list_alloc): after
6662         allocating the treedatalist, zero it to make sure the values are
6663         cleared from any garbage that was in this chunk.
6664
6665 2001-10-31  Murray Cumming  <murrayc@usa.net>
6666
6667         * gtk/cellrenderertext.h: "edited" default signal handler
6668         gchar* args are now const.
6669         gtk/cellrenderertoggle.h: "toggled" default signal handler
6670         gchar* arg is now const.
6671         Also changed other signal handlers for "edited" and "toggled" to
6672         have the same signature.
6673
6674 Tue Oct 30 19:17:57 2001  Jonathan Blandford  <jrb@redhat.com>
6675
6676         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_sort_level): massize
6677         rewrite.  Static models now totally work.  I'm not 100% sure about
6678         row_inserted and row_changed, but I'll get those later.
6679
6680 2001-10-30  Sven Neumann  <sven@gimp.org>
6681
6682         * configure.in: use GLIB_AC_DIVERT_BEFORE_HELP() so we get proper
6683         output for configure --help.
6684
6685 2001-10-30  Havoc Pennington  <hp@pobox.com>
6686
6687         * gtk/gtktextview.c (changed_handler): Update the IM spot location
6688         here, if text was invalidated in the visible area, because the
6689         scroll offset doesn't normally change in that case, and the mark
6690         isn't set, just implicitly moved over as text is added/removed
6691         
6692 Mon Oct 29 19:18:35 2001  Jonathan Blandford  <jrb@redhat.com>
6693
6694         * gtk/gtkseparatormenuitem.c: Code cleanup.
6695         (gtk_separator_menu_item_class_init): Fix bugs in this code.
6696
6697 2001-10-29  jacob berkman  <jacob@ximian.com>
6698
6699         * gdk/Makefile.am (LDFLAGS): 
6700         * gtk/Makefile.am (LDFLAGS): automake doesn't support conditionalized
6701         LDFLAGS, so put win32 flags in here
6702
6703 Mon Oct 29 15:41:58 2001  Jonathan Blandford  <jrb@redhat.com>
6704
6705         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_sort_level): Darn.
6706         I can't believe this took this long to fix.
6707
6708 Mon Oct 29 13:54:49 2001  Jonathan Blandford  <jrb@redhat.com>
6709
6710         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_rows_reordered): fix
6711         reordered signal.
6712
6713 Mon Oct 29 12:27:51 2001  Owen Taylor  <otaylor@redhat.com>
6714
6715         * gtk/gtkfilesel.c (gtk_file_selection_rename_file): Grab
6716         the focus to the fileop entry for create dir / rename
6717         file. (#62838)
6718
6719 Mon Oct 29 12:21:49 2001  Owen Taylor  <otaylor@redhat.com>
6720
6721         * configure.in: Don't use AC_CHECK_FILE to check for a 
6722         file since it always spits warnings about cross compilation,
6723         use -f instead. It's not like we cross compile properly
6724         anyways.
6725
6726         * configure.in (gtktargetlib): Move call to AC_PROG_CC
6727         to suppress autoconf warning.
6728
6729         * acconfig.h: Add some missing #undefs from recent
6730         Win32 additions.
6731
6732 Mon Oct 29 11:31:40 2001  Owen Taylor  <otaylor@redhat.com>
6733
6734         * m4macros/gtk-2.0.m4: Don't try to use pkg-config
6735         when we didn't find it. (#62944, Eric Lemings)
6736
6737         * m4macros/gtk-2.0.m4: Fix problem with spaces around =
6738         sign in assignment. (#63209, Arkadiusz Miskiewicz)
6739
6740 2001-10-29  Anders Carlsson  <andersca@gnu.org>
6741
6742         * gtk/gtktreeview.c (gtk_tree_view_size_request): Calculate
6743         the buttons size request before using it. Fixes #61696.
6744
6745 2001-10-29  Tor Lillqvist  <tml@iki.fi>
6746
6747         * README.win32: Updates.
6748
6749         * gtk-zip.sh.in: New file, used to build distribution package for
6750         Windows.
6751
6752         * gdk/gdkglobals.c: Mark gdk_threads_mutex for DLL export when
6753         applicable with GDKVAR.
6754
6755         * gdk/win32/libwntab32x.la: New file, hand-written wrapper for the
6756         Wintab library.
6757
6758         * gdk/win32/gdkwin32.h
6759         * gdk/win32/gdkprivate-win32.h: Reorganise to match corresponding
6760         X11 headers better, and to enable gdkwin32.h to be installed and
6761         included from applications, but not the *-win32.h headers.
6762
6763         * gdk/win32/*.c: Corresponding small changes, simplifications of
6764         #includes.
6765         
6766         * gdk/win32/gdkregion-win32.c: Remove.
6767
6768         * gdk/win32/gdkevents-win32.c (print_event): Add GDK_SETTING.
6769
6770         * gdk/win32/gdkfont-win32.c
6771         * gdk/win32/gdkgeometry-win32.c: Remove unused variables.
6772
6773         * gdk/win32/gdkproperty-win32.c (gdk_atom_intern): Don't insert
6774         GDK_NONE values into hash table.
6775
6776         * gtk/gtk.def: Update.
6777
6778         * gtk/gtkfilesel.c: Include <winsock.h> (if available) for
6779         gethostname().
6780
6781         * gtk/gtkmain.c 
6782         * gtk/gtkrc.c: (Win32) Save actual DLL name for later use in DLL
6783         entry function. Avoid hardcoded paths GTK_LIBDIR, GTK_SYSCONFDIR,
6784         GTK_DATA_PREFIX and GTK_LOCALEDIR, instead add functions that call
6785         g_win32_get_package_installation_subdirectory() with the actual
6786         DLL name saved above. Redefine above directory name macros to call
6787         these functions. Remove some ifdefs.
6788
6789         * gtk/maketypes.awk: Output GTKTYPEBUILTINS_VAR (that marks
6790         variable for export on Win32) also to the _vars file.
6791
6792         Changes for autoconfiscated build on Win32, and addition of Win32
6793         backend to the related files:
6794         
6795         * configure.in: Like in GLib, set LT_CURRENT_MINUS_AGE for use
6796         when forming DLL name in some files. Set MS_LIB_AVAILABLE is
6797         lib.exe is available. Call AC_LIBTOOL_WIN32_DLL. Set
6798         PLATFORM_WIN32, OS_WIN32 and USE_WIN32 automake conditionals. Add
6799         win32 target, using pangowin32. Don't use the
6800         -export-symbols-regex option on Win32, we use .def files to list
6801         exported symbols. Check <winsock.h> (for gethostname() in
6802         gtkfilesel.c). Enclose nested AC_CHECK_* macros in brackets to
6803         prevent premature m4 expansion.
6804
6805         * acconfig.h: Add HAVE_WINTAB.
6806
6807         * gdk/Makefile.am: Add libgdk-win32-1.3.la target and associated
6808         macros and rules. Use -no-undefined on Win32. Use gdk.def file. If
6809         MS_LIB_AVAILABLE, build MS import library. Install the import
6810         libraries. If HAVE_WINTAB, link with the Wintab library.
6811
6812         * gdk/win32/Makefile.am: Actually enable building the win32
6813         objects here, not just list all files in EXTRA_DIST. Link in the
6814         compiled resource file from rc/gdk-win32res.lo. If HAVE_WINTAB,
6815         copy the Wintab library into the .libs directory. 
6816
6817         * gdk/win32/gdkwindow-win32.c (RegisterGdkClass): Don't assume the
6818         name of the GDK DLL when fetching the icon. Use the HMODULE saved
6819         in gdk_dll_hinstance by DllMain.
6820
6821         * gdk/win32/rc/Makefile.am: Build gdk-win32res.lo using the
6822         build/win32/lt-compile-resource script.
6823
6824         * gdk/win32/rc/gdk.rc.in
6825         * gtk/gtk-win32.rc.in: Use the DLL name that libtool would use.
6826
6827         * gtk/Makefile.am: Add libgtk-win32-1.3.la target and associated
6828         macros and rules. Use -no-undefined on Win32. Use gtk-win32.def
6829         file. Install import libraries.
6830
6831 2001-10-29  Anders Carlsson  <andersca@gnu.org>
6832
6833         * gtk/gtkiconfactory.c (get_default_icons): Fix build.
6834
6835 2001-10-28  Hans Breuer  <hans@breuer.org>
6836
6837         * gdk/gdk.c gdk/gdkevents.c
6838           gdk/win32/gdkcolor-win32.c gdk/win32/gdkdnd-win32.c
6839           gdk/win32/gdkdrawable-win32.c gdk/win32/gdkevents-win32.c
6840           gdk/win32/gdkfont-win32.c gdk/win32/gdkgc-win32.c
6841           gdk/win32/gdkim-win32.c gdk/win32/gdkmain-win32.c
6842           gdk/win32/gdkprivate-win32.h gdk/win32/gdkproperty-win32.c
6843           gdk/win32/gdkselection-win32.c gdk/win32/gdkwin32.h
6844           gdk/win32/gdkwindow-win32.c gdk/win32/gdkwindow-win32.h :
6845         static correct-ness, underscore prefixing of library internal 
6846         functions
6847         (applied the undisputed and the win32 part. Of the latter 
6848          I'm probably the one who will change it back again, if Owen
6849          decides that the Gdk*Impl types should not be private to Gdk)
6850
6851         * gdk/gdk.def : added the remaining exported functions
6852
6853 2001-10-28  Matthias Clasen  <matthiasc@poet.de>
6854
6855         * gtk/gtkcellrenderertoggle.c, gtk/gtkimcontextsimple.c,
6856         gtk/gtkimmulticontext.c, gtk/gtkimagemenuitem.c,
6857         gtk/gtkiconfactory.c, gtk/gtkwindow.c: Documentation updates.
6858
6859 2001-10-28  jacob berkman  <jacob@ximian.com>
6860
6861         * gtk/gtkcolorsel.c (gtk_color_selection_class_init): do not call
6862         gtk_settings_get_default() here as that requires an X connection
6863         (which breaks doc building with no X connection) and is not
6864         multihead safe
6865         (gtk_color_selection_init): delay palette loading until realize
6866         time
6867         (gtk_color_selection_realize): load the palette, and initialize
6868         the global palette if it hasn't been already
6869
6870         * gtk/gtkpreview.c (gtk_preview_class_init): don't initialize the
6871         visual/cmap fields of klass->info since they are gone
6872         (gtk_preview_get_visual): just return gdk_rgb_get_visual ()
6873         (gtk_preview_get_cmap): just return gdk_rgb_get_colormap ()
6874         (gtk_preview_realize): don't set VISUAL and COLORMAP attributes
6875
6876         * gtk/gtkpreview.h (struct _GtkPreviewInfo): remove visual and
6877         cmap fields
6878         (gtk_preview_get_visual):
6879         (gtk_preview_get_cmap): mark as deprecated
6880
6881         * docs/Changes-2.0.txt: add a little note about the GtkPreviewInfo
6882         changes
6883
6884 Sun Oct 28 09:15:39 2001  Owen Taylor  <otaylor@redhat.com>
6885
6886         * gtk/gtkimcontext.h (struct _GtkIMContext): Fixed
6887         structure to have GObject not GtkObject as
6888         parent_instance. (Jeff Franks.)
6889
6890 2001-10-27  Matthias Clasen  <matthiasc@poet.de>
6891
6892         * gdk/x11/gdkinput.c: Typo fix.
6893
6894 2001-10-26  Havoc Pennington  <hp@pobox.com>
6895
6896         * gtk/gtktextview.c (gtk_text_view_mark_set_handler): Call
6897         update_im_spot_location here explicitly
6898         (gtk_text_view_reset_im_context): don't update the spot location
6899         here
6900
6901 2001-10-27  Anders Carlsson  <andersca@gnu.org>
6902
6903         * gtk/gtktreemodel.c (gtk_tree_model_get): Fix typo in docs.
6904         This fixes #62942.
6905
6906         * gtk/gtkspinbutton.c (gtk_spin_button_new_with_range): 
6907         Clarify that we're returning a spin button in the _new function.
6908         This fixes #54097.
6909         
6910 Fri Oct 26 20:55:57 2001  Owen Taylor  <otaylor@redhat.com>
6911
6912         * gtk/gtkbutton.c: Revert changes to GTK_RUN_LAST. 
6913         Unfortunately, people apparently erroneously connect
6914         to ::clicked for GtkToggleButton and expect
6915         they know what happened in the default signal handler
6916         instead of appropriately connecting to notification
6917         signal ::toggled. When the revolution comes, such
6918         people will be first against the wall.
6919
6920         We'll just have to go back to the old less-reliable
6921         set-it-back hacks for handling model-view check
6922         buttons and radio buttons. :-(. 
6923
6924 2001-10-27  Hans Breuer  <hans@breuer.org>
6925
6926         * gtk/gtkbbox.c gtk/gtkctree.c gtk/gtkhbbox.c
6927           gtk/gtkimmulticontext.c gtk/gtklabel.c gtk/gtkliststore.c
6928           gtk/gtkmenu.c gtk/gtkpaned.c gtk/gtkrc.c gtk/gtkscale.c
6929           gtk/gtkstyle.c gtk/gtktextbuffer.c gtk/gtktextlayout.c
6930           gtk/gtktexttag.c gtk/gtktexttagtable.c gtk/gtktextview.c
6931           gtk/gtktreestore.c gtk/gtkvbbox.c : 
6932         to simplify parsing for exported functions:
6933         - made implementation signature static, when the local 
6934           prototype already was
6935         - put the functions return value on it's own line
6936         - added as space between the function name and the 
6937           opening bracket
6938
6939         * gtk/gtk.def : added the remaining exported functions
6940
6941 2001-10-27  Anders Carlsson  <andersca@gnu.org>
6942
6943         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_fixed_width): 
6944         Add note about width having to be greater than 0. This fixes
6945         #55574. 
6946
6947         * gtk/gtktextiter.c (gtk_text_iter_backward_sentence_start): 
6948         Fix docs to say previous instead of next.
6949         (gtk_text_iter_backward_word_start): Likewise.
6950         This fixes bug #62980.
6951
6952         * gtk/gtkcontainer.c (gtk_container_set_border_width): Mention
6953         that the valid width is in range 0-65535 pixels. Fixes bug 
6954         #56754.
6955
6956         * gtk/gtksizegroup.c (gtk_size_group_set_mode): Remove
6957         a dot in the documentation. Fixes bug #62632.
6958
6959         * gdk/x11/gdkmain-x11.c: Replace int and guint with
6960         long and gulong in some places to make the code 64-bit
6961         clean.
6962         (_gdk_windowing_init_check): Replace gint with gulong.
6963         This patch was made by George Lebl and fixes bug #62113.
6964
6965         * tests/testgtk.c (create_range_controls): Don't set a 
6966         fixed height on the hscale widget. This fixes "bug" 
6967         #55840.
6968         (create_window_states): Set up destroy signals so that
6969         all windows will be destroyed when one is. This fixes 
6970         bug #58133.
6971
6972 2001-10-26  Anders Carlsson  <andersca@gnu.org>
6973
6974         * gtk/gtktreeview.c: 
6975         (gtk_tree_view_class_init): Create new "indent_expander"
6976         style property.
6977
6978         (gtk_tree_view_get_arrow_xrange): Add a tree argument
6979         to the function since the xrange can change depending
6980         on where in the tree we are. 
6981         
6982         (coords_are_over_arrow): Update function call to
6983         gtk_tree_view_get_arrow_xrange.
6984         (gtk_tree_view_draw_arrow): Likewise.
6985         
6986         (gtk_tree_view_real_expand_collapse_cursor_row):
6987         Call real_{expand|collapse}_row, so that we'll have an
6988         animation.
6989
6990 Fri Oct 26 20:13:36 2001  Kristian Rietveld  <kristian@planet.nl>
6991
6992         * tests/Makefile.am: fixed a small typo
6993
6994 Fri Oct 26 18:27:11 2001  Kristian Rietveld  <kristian@planet.nl>
6995
6996         * demos/gtk-demo/list_store.c (create_model): Anders
6997         Carlsson suggested to use G_N_ELEMENTS here
6998
6999 2001-10-26  Sven Neumann  <sven@gimp.org>
7000
7001         * gtk/gtkbutton.[ch]
7002         * gtk/gtkdnd.c: fixed inline comments
7003         
7004         * gtk/gtkgamma.c: gtk_entry_get_text() returns a const gchar.
7005
7006 2001-10-26  Hans Breuer  <hans@breuer.org>
7007
7008         * gdk-pixbuf/gdk_pixbuf.def : 
7009         * gdk/gdk.def : 
7010         * gtk/gtk.def : updated externals
7011
7012         * gdk/win32/gdkpixmap-win32.c : removed duplicate of
7013         gdk_window_lookup implementation. It already was in
7014         gdk/win32/gdkwindow-win32.c
7015
7016         * gdk/win32/gdkproperty-win32.c : made it compile again
7017         after GdkAtom API change
7018
7019         * gtk/gtk/makefile.msc.in : updated
7020
7021 Wed Oct 24 11:36:33 2001  Owen Taylor  <otaylor@redhat.com>
7022
7023         * configure.in (GTK_MICRO_VERSION): Version 1.3.10,
7024         require GLib 1.3.10.
7025
7026         * NEWS: updates.
7027
7028 Thu Oct 25 16:27:29 2001  Jonathan Blandford  <jrb@redhat.com>
7029
7030         * gtk/gtkrbtree.c (_gtk_rbnode_rotate_left): Add support for
7031         invalid nodes.
7032          (_gtk_rbnode_rotate_right): Ditto.
7033          (_gtk_rbtree_node_mark_invalid): New function.
7034          (_gtk_rbtree_node_mark_valid): New function.
7035
7036         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_class_init): We're a
7037         GObject, not a GtkObject.
7038         (gtk_tree_model_sort_row_has_child_toggled): Rewrote to be more
7039         correct.
7040         (gtk_tree_model_sort_row_deleted): ditto.
7041         (gtk_tree_model_sort_{un,}ref_node): Fix.
7042
7043         * gtk/gtktreeview.c: Protean incremental reflow support (commented
7044         out)
7045
7046         * gtk/gtktreeview.h (GtkTreeViewSearchEqualFunc): change char *key
7047         to const char *key.
7048
7049         * gtk/gtktreemodel.c (gtk_tree_row_reference_unref_path_helper):
7050         Important 1 line fix to fix a lot of refcounting woes.
7051
7052 2001-10-25  Matt Wilson  <msw@redhat.com>
7053
7054         * gtk/gtktextview.c (gtk_text_view_destroy): call
7055         gtk_text_view_destroy_layout after gtk_text_view_set_buffer (which
7056         now invalidates) so that we remove our idle functions.
7057         (gtk_text_view_destroy_layout): remove the first_validate_idle as
7058         well.
7059
7060         * gtk/gtktexttag.c (gtk_text_tag_class_init): the valid range for
7061         the 'indent' property is G_MININT to G_MAXINT.  Don't use
7062         -G_MAXINT for the minimum of the 'rise' property, use G_MININT
7063         instead.
7064
7065 2001-10-24  Anders Carlsson  <andersca@gnu.org>
7066
7067         * gtk/gtktreeview.c: 
7068         (gtk_tree_view_real_expand_row): add an animate argument
7069         (gtk_tree_view_real_collapse_row): likewise
7070         
7071         (gtk_tree_view_button_press), (gtk_tree_view_button_release), 
7072         (gtk_tree_view_collapse_all), (gtk_tree_view_expand_row),
7073         (gtk_tree_view_collapse_row): update functions that call
7074         real_{expand|collapse}_row to set the animate argument 
7075         accordingly.
7076         
7077 2001-10-24  Alex Larsson  <alexl@redhat.com>
7078
7079         * gdk/linux-fb/gdkfont-fb.c:
7080         Update to new Pango APIs
7081
7082         * gdk/linux-fb/gdkproperty-fb.c:
7083         Update to new GdkAtom APIs
7084
7085         * gdk/linux-fb/gdkwindow-fb.c:
7086         Remove warnings
7087
7088 Mon Oct 22 20:07:21 2001  Jonathan Blandford  <jrb@redhat.com>
7089
7090         * gtk/gtktreestore.c (gtk_tree_store_prepend): Fix docs, #62808
7091
7092 Wed Oct 24 22:54:07 2001  Kristian Rietveld  <kristian@planet.nl>
7093
7094         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_row_inserted): treat
7095         s_path as a child path
7096
7097 Wed Oct 24 20:29:47 2001  Kristian Rietveld  <kristian@planet.nl>
7098
7099         * gtk/gtktreemodelsort.c: more changes in an attempt to get
7100         it right. It's not yet ready for general consumption.
7101
7102         * tests/treestoretest.c: add a button and entry for the new
7103         iter_change function
7104         (iter_change): new function, to test
7105         the row_changed signal implementation of the GtkTreeModelSort
7106
7107         * tests/testtreesort.c: cleanups, changes to test more features
7108         of the GtkTreeModelSort at once
7109
7110 2001-10-24  Havoc Pennington  <hp@redhat.com>
7111
7112         * gtk/gtktextbuffer.c (clipboard_clipboard_buffer_received):
7113         remove hack to strip off the bogus newline, since we killed the
7114         bogus newline; fixes #61779
7115
7116 2001-10-24  Havoc Pennington  <hp@redhat.com>
7117
7118         * gtk/gtktextview.c (gtk_text_view_update_adjustments): don't
7119         create layout if we didn't have one
7120         (gtk_text_view_set_buffer): invalidate so we get the idle handlers
7121         as appropriate, avoids blanking the screen 
7122         (gtk_text_view_invalidate): new function to do invalidation,
7123         containing old guts of invalidated_handler
7124
7125 Wed Oct 24 10:29:47 2001  Owen Taylor  <otaylor@redhat.com>
7126
7127         * gtk/gtkalignment.c (gtk_alignment_class_init): Improve
7128         dreadful tooltips.
7129
7130 Tue Oct 23 17:31:42 2001  Owen Taylor  <otaylor@redhat.com>
7131
7132         * gdk/x11/gdkwindow-x11.c gdk/win32/gdkwindow-win32.c: Always 
7133         set window->parent (except or the root window itself); if 
7134         the window's parent is not a GdkWindow, or is a window of 
7135         type GDK_WINDOW_FOREIGN, set window->parent to the root parent.
7136
7137         * gdk/gdkwindow.c (gdk_window_get_toplevels): Don't include
7138         windows of type GDK_WINDOW_FOREIGN.
7139
7140 2001-10-24  Havoc Pennington  <hp@pobox.com>
7141
7142         * gtk/gtktextiter.c (gtk_text_iter_backward_chars): if we move to
7143         the front of a segment, use the "slow" technique for moving
7144         backward, so we don't mess up the any_segment field in the iter. 
7145         Fixes #57707
7146
7147         * tests/testtextbuffer.c: add code to detect #57707, to avoid
7148         regression
7149
7150 2001-10-23  Havoc Pennington  <hp@redhat.com>
7151
7152         * gtk/gtktextview.c (popup_targets_received): only sensitize Cut
7153         if selection contains some editable text, #60975
7154         (gtk_text_view_scroll_to_iter): remove warning about scrolling
7155         prior to map; it should actually be OK to do so in many cases, 
7156         it would be nice to warn about scrolling when many lines have
7157         height 0, but I don't know what to do about that. Perhaps 
7158         move part of flush_scroll into this function? comment added 
7159         to consider this.
7160
7161 2001-10-23  Havoc Pennington  <hp@redhat.com>
7162
7163         * gtk/gtktextview.c (changed_handler): Correctly keep the same
7164         text on the top of the screen, considering that the changed region
7165         may have overlapped the first paragraph. Should fix msw's "text
7166         widget scrolled to wrong place on map" bug, and probably some
7167         other scrolling cases as well.
7168         (gtk_text_view_set_scroll_adjustments): start adjustments at 0.0, 
7169         instead of some random value
7170
7171         * gtk/gtktextview.c (gtk_text_view_class_init): actually override
7172         grab_focus, so #59708 is really fixed
7173
7174 2001-10-24  Anders Carlsson  <andersca@gnu.org>
7175
7176         * gtk/gtkentry.c: (append_action_signal): Use an image menu item here
7177         (popup_targets_received): Call append_action_signal with stock items
7178         
7179         * gtk/gtklabel.c: (append_action_signal): Use an image menu item here
7180         (gtk_label_do_popup): Call append_action_signal with stock items
7181         
7182         * gtk/gtktextview.c: (append_action_signal): Use an image menu item here
7183         (popup_targets_received): Call append_action_signal with stock items
7184
7185 2001-10-23  Havoc Pennington  <hp@redhat.com>
7186
7187         * gtk/gtktextview.c (changed_handler): queue a resize here; will
7188         temporarily slow down the widget a lot, until we figure out how to
7189         optimize to avoid full redraw everytime we queue a resize.
7190
7191 2001-10-23  Havoc Pennington  <hp@redhat.com>
7192
7193         * gtk/gtktextiter.c (test_log_attrs): handle case where offset ==
7194         0 and char_len == 0, bug #61729
7195
7196 2001-10-23  Havoc Pennington  <hp@redhat.com>
7197
7198         * gtk/gtktextiter.c (gtk_text_iter_forward_cursor_positions): fix
7199         return value, #61714 (Vitaly Tishkov)
7200         (gtk_text_iter_backward_sentence_starts): ditto
7201         (gtk_text_iter_backward_word_starts): ditto
7202         (gtk_text_iter_forward_word_ends): ditto
7203         (gtk_text_iter_forward_sentence_ends): ditto
7204         (gtk_text_iter_backward_cursor_positions): ditto
7205
7206 2001-10-23  Havoc Pennington  <hp@redhat.com>
7207
7208         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_at_pixel): Apply
7209         fix from Dov Grobgeld, #61858
7210
7211 2001-10-23  Havoc Pennington  <hp@redhat.com>
7212
7213         * gtk/gtktextview.c (gtk_text_view_update_im_spot_location): 
7214         Update IM spot location at appropriate times, #50626
7215         (Hidetoshi Tajima)
7216
7217 2001-10-23  Havoc Pennington  <hp@redhat.com>
7218
7219         * gtk/gtktextview.c (gtk_text_view_grab_focus): scroll to cursor
7220         on grab focus, unless it's caused by button click, #59708
7221
7222 Tue Oct 23 11:53:00 2001  Owen Taylor  <otaylor@redhat.com>
7223
7224         * gtk/Makefile.am (INCLUDES): Remove G_DISABLE_CONST_RETURNS.
7225
7226         * gtk/gtkfontsel.[ch]: Make gtk_font_selection_get_font()
7227         G_CONST_RETURN. (Murray Cumming)        
7228
7229         * gtk/gtkfontsel.c (gtk_font_selection_dialog_get_preview_text):
7230         Make G_CONST_RETURN.
7231
7232         * gtk/gtkfilesel.c (open_user_dir): Fix bug with freeing
7233         results of g_get_home_dir().
7234
7235         * gtk/gtkfilesel.c: Make filesel->fileop_file a duplicated 
7236         copy. Storing the return from gtk_entry_get_text() is evil.
7237
7238         * gtk/gtkcombo.c gtk/gtkcellrenderertext.c gtk/gtkbindings.c 
7239         gtk/gtkfilesel.c gtk/gtkfontsel.c gtk/gtkimmodule.c 
7240         gtk/gtkobject.c gtk/gtkoldeditable.c gtk/gtktreedatalist.c
7241         gtk/gtksignal.c: Add const.
7242
7243         * gdk/x11/gdkkeys-x11.c (get_direction): Add missing const.
7244
7245         * gtk/gtktreeview.c: Namespace object data keys to be safe, even 
7246         if we are setting them on private widgets.
7247
7248         * gtk/gtktreeview.c (gtk_tree_view_real_start_interactive_search): 
7249         Duplicate entry->text before setting it as object data.
7250
7251 2001-10-22  Havoc Pennington  <hp@redhat.com>
7252
7253         * gtk/gtktextbuffer.c (gtk_text_buffer_place_cursor): don't back
7254         up a char from the end iterator, fixes #61859 ("can't put cursor
7255         at the end of the buffer")
7256
7257         * gtk/gtktextiter.c (gtk_text_iter_forward_to_line_end): fix this
7258         to work with delimiters other than newline.
7259
7260         * tests/testtextbuffer.c: add some tests for get_chars_in_line,
7261         get_bytes_in_line
7262
7263         * gtk/gtktextiter.c (gtk_text_iter_get_chars_in_line): fix for the
7264         last line, since the newline is no longer counted.
7265         (gtk_text_iter_get_bytes_in_line): ditto
7266
7267 2001-10-22  Havoc Pennington  <hp@redhat.com>
7268
7269         * gtk/gtktextbtree.c (_gtk_text_btree_insert): add assertion that 
7270         #58290 would trigger if it reappeared, I think
7271
7272 2001-10-22  Havoc Pennington  <hp@redhat.com>
7273
7274         * gtk/gtktextiter.c (_gtk_text_iter_forward_indexable_segment):
7275         add temporary code to dump btree contents on assertion failure
7276         described in #62656
7277         
7278         * gtk/gtktextbtree.c (ensure_end_iter_segment): add some
7279         assertions that we're getting the right end iter segment
7280
7281         * gtk/gtktextiter.c (_gtk_text_iter_forward_indexable_segment):
7282         verify that we aren't on the end iterator after moving 
7283         forward one segment - fixes return value in an obscure case. 
7284         Also, some trivial code cleanup/rearranging.
7285         
7286 2001-10-22  Havoc Pennington  <hp@redhat.com>
7287
7288         * gtk/gtktextlayout.h: add a #error unless you define
7289         GTK_TEXT_USE_INTERNAL_UNSUPPORTED_API, so people don't use this accidentally
7290
7291         * gtk/gtktext*.c: #define GTK_TEXT_USE_INTERNAL_UNSUPPORTED_API as appropriate.
7292         
7293 2001-10-22  Havoc Pennington  <hp@redhat.com>
7294
7295         * gtk/gtktextview.c (gtk_text_view_get_border_window_size): fix 
7296         #62365
7297
7298 2001-10-22  Havoc Pennington  <hp@redhat.com>
7299
7300         * gtk/gtktextview.c (gtk_text_view_get_window_type): fix 
7301         #62436
7302
7303 2001-10-22  Havoc Pennington  <hp@redhat.com>
7304
7305         * gtk/gtktextview.c (gtk_text_view_set_border_window_size): Fix 
7306         #62366
7307
7308 Mon Oct 22 11:47:47 2001  Owen Taylor  <otaylor@redhat.com>
7309
7310         * gtk/gtklabel.c: Add cursor-position, selection-bound 
7311         properties. (#62148, reported by Padraig O'Briain)
7312
7313         * gtk/gtkentry.c (gtk_entry_class_init): Rename text_position
7314         to cursor_position. (1.3.x addition, text_position is an awful
7315         name.) Make cursor_position read-only to avoid sticky questions
7316         of interaction with selection_bound. (#62636, reported by
7317         Padraig O'Briain)
7318
7319 Mon Oct 22 16:25:12 2001  Owen Taylor  <otaylor@redhat.com>
7320
7321         Fixing popup menus to have "Paste" sensitized correctly. Original
7322         patches from Damian Ivereigh, much mangled.
7323
7324         * gtk/gtkselection.c: Add functions gtk_selection_data_get_targets(),
7325         gtk_selection_data_targets_include_text(). (#60854)
7326
7327         * gtk/gtkclipboard.c: Add a simple do-it-all non-async "check if
7328         the clipboard has text" function gtk_clipboard_wait_is_text_available.
7329         (#60854)
7330
7331         * gtk/gtkentry.c: Only enable the paste item if the clipboard
7332         contains text. (#60973)
7333
7334         * gtk/gtktextview.c: Only enable the paste item if the clipboard
7335         contains text. (#60975)
7336
7337 2001-10-22  Havoc Pennington  <hp@redhat.com>
7338
7339         * gtk/gtktextview.c (gtk_text_view_class_init): rip out
7340         "height_lines" and "width_columns" properties, it doesn't make
7341         sense to set the size request on a text view really. #62103
7342
7343 Mon Oct 22 15:17:05 2001  Jonathan Blandford  <jrb@redhat.com>
7344
7345         * gtk/gtktreestore.c (gtk_tree_store_iter_depth): Realized
7346         g_node_depth is broken, and that it's not worth being consistent
7347         with it.
7348
7349 2001-10-22  Havoc Pennington  <hp@redhat.com>
7350
7351         * gtk/gtktextiter.c (gtk_text_iter_set_line): Clarify behavior in
7352         docs, #61777
7353         (gtk_text_iter_forward_search) (gtk_text_iter_backward_search):
7354         change the two boolean args to a flags field, so we can extend 
7355         to add case insensitive, regexp searches later. #61852
7356
7357 Mon Oct 22 15:07:17 2001  Jonathan Blandford  <jrb@redhat.com>
7358
7359         * gtk/gtktreestore.c (gtk_tree_store_iter_depth): update docs to
7360         reflect reality, #62810
7361
7362 Mon Oct 22 14:08:26 2001  Jonathan Blandford  <jrb@redhat.com>
7363
7364         * demos/gtk-demo/appwindow.c: Remove handle_box from App demo.
7365
7366         * gtk/gtktreeview.c (size_allocate): Move to a different drawing
7367         system.  Instead of having a window the size of the tree, we have
7368         a window the size of widget->allocation, and simply draw with the
7369         offset.
7370         (coords_are_over_arrow): ditto.  Move to window coordinates.
7371         (do_prelight): ditto
7372         (do_unprelight): ditto
7373
7374         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_rows_reordered):
7375         Minor fix from Kristian Rietveld to fix unsorted case.
7376
7377 2001-10-22  jacob berkman  <jacob@ximian.com>
7378
7379         * gtk/gtkclist.c (cell_size_request): don't cast a PIXTEXT cell to
7380         a PIXMAP cell (fixes crash when using PIXTEXT cells)
7381
7382 Sat Oct 20 18:58:25 2001  Owen Taylor  <otaylor@redhat.com>
7383
7384         * gtk/gtkentry.h: Deprecate gtk_entry_set_editable.
7385         (#58768, Vitaly Tishkov)
7386         
7387         * gtk/gtkobject.h: Deprecate with abandon. 
7388         (#61942, Vitaly Tishkov, Matthias Clasen)
7389
7390         * gtk/gtksignal.h: Deprecate everything.
7391
7392         * gtk/gtkmain.h (GTK_PRIORITY_INTERNAL): Deprecate
7393         all GTK_PRIORITY_* defines other than GKT_PRIORITY_RESIZE>
7394         (#61942, Matthias Clasen)
7395
7396         * gtk/gtkstyle.h: Deprecate gtk_draw_*. (#61140,
7397         Havoc Pennington)
7398
7399         * gtk/gtkitemfactory.h: Deprecate compat functions
7400         for GtkMenuFactory code. (#62071)
7401
7402         * gdk/gdkdrawable.h: Deprecate gdk_draw_string,
7403         gdk_draw_text,gdk_draw_text_wc. (#62071)
7404
7405 Mon Oct 22 10:12:08 2001  Owen Taylor  <otaylor@redhat.com>
7406
7407         * gdk/gdk.c docs/Changes-2.0.txt (gdk_threads_init): Don't call
7408         g_thread_init(), we don't want to link to -lgthread if we don't
7409         have to.
7410
7411 Mon Oct 22 08:51:02 2001  Owen Taylor  <otaylor@redhat.com>
7412
7413         * gdk/gdk.[ch] (gdk_threads_init) docs/Changes-2.0.txt: 
7414         Add a function, gdk_threads_init() that must be explicitely 
7415         called to enable the GDK thread mutex.
7416
7417 2001-10-22  Jakub Steiner <jimmac@ximian.com>
7418
7419         * gtk/stock-icons/stock_stop.png: no body parts
7420         
7421 Sun Oct 21 23:27:00 2001  Owen Taylor  <otaylor@redhat.com>
7422
7423         * gtk/gtkwidget.c (gtk_widget_translate_coordinates): Fix
7424         problem with g_return_if_fail return value.
7425
7426         * gdk/x11/gdkproperty-x11.c docs/Changes-2.0.txt: Move over the 
7427         virtual atom code from the gdk-multihead branch, removing the per-display
7428         part. Virtualizing atoms needs to be done now to prevent compat
7429         breakage in direct Xlib accessing code in the future. (#62208)
7430  
7431         * gdk/x11/gdkx.h: gdk/gdk/x11/gdkproperty-x11.c: Export
7432         gdk_x11_xatom_to_atom, gdk_x11_atom_to_xatom().
7433  
7434         * gdk/gdktypes.h docs/Changes-2.0.txt: Make GdkAtom
7435         an opaque pointer type so the compiler catches attempts
7436         to mingle it with X atoms.
7437
7438         * gdk/x11/{gdkdnd-x11.c,gdkevents-x11.c,gdkglobals-x11.c,
7439           gdkkeys-x11.c, gdkmain-x11.c, gdkprivate-x11.c, 
7440           gdkproperty-x11.c, gdkselection-x11.c, gdkwindow-x11.c}
7441           gtk/{gtkclist.c,gtkctree.c,gtkdnd.c,gtkplug.c,gtksocket.c}
7442           tests/testdnd.c,tests/testselection.c: 
7443         Fix up for above atom changes.
7444
7445         * gdk/gdkselection.h (GDK_SELECTION_CLIPBOARD): Add, since we
7446         now have the ability to add custom predefines.
7447
7448         * gtk/{gtkentry.c,gtklabel.c,gtkoldeditable.c,gtktextview.c}:
7449         Use GDK_SELECTION_CLIPBOARD instead of GDK_NONE in calls
7450         to gtk_clipboard_get().
7451
7452         * gdk/win32/gdkproperty-win32.c: Add CLIPBOARD, fix up
7453         for GdkAtom => pointer change.
7454
7455         * gdk/linux-fb/gdkproperty-fb.c: Fix handling of predefined
7456         atoms, fix for GdkAtom => pointer change.
7457
7458 Mon Oct 22 00:26:46 2001  Kristian Rietveld  <kristian@planet.nl>
7459
7460         * gtk/gtkspinbutton.c: remove ARROW_SIZE constant, use
7461         new function spin_button_get_arrow_size() instead.
7462
7463         * gtk/gtkstyle.c (gtk_default_draw_arrow): actual size of
7464         arrow was hardcoded, it's now variable.
7465
7466         Fixes bug #50200
7467
7468 Sat Oct 20 18:16:04 2001  Manish Singh  <yosh@gimp.org>
7469
7470         * gtk/gtktreeview.c (gtk_treeview_get_property): PROP_MODEL and
7471         PROP_EXPANDER_COLUMN can be NULL, so don't do a object cast check
7472         for those
7473
7474 Sat Oct 20 19:38:16 2001  Owen Taylor  <otaylor@redhat.com>
7475
7476         * demos/*.c demos/gdk-pixbuf/*.c: Eliminate gtk_signal_*
7477         in favor of g_signal_*, gtk_object_* in favor of 
7478         g_object_*.
7479
7480 Fri Oct 19 18:35:22 2001  Manish Singh  <yosh@gimp.org>
7481
7482         * gtk/{gtkentry.c,gtktextview.c}: since GtkIMContext derives directly
7483         from GObject now, we have to use the g_object_* functions, not
7484         gtk_object_*.
7485
7486 Fri Oct 19 22:46:54 2001  Kristian Rietveld  <kristian@planet.nl>
7487
7488         * gtk/gtktreemodelsort.[ch]: we probably have rows_reordered
7489         nailed down now (this code is not yet ready for general consumption)
7490
7491 Fri Oct 19 13:44:51 2001  Manish Singh  <yosh@gimp.org>
7492
7493         * gtk/gtktreeview.c (gtk_treeview_scroll_to_cell): correct docs
7494         for use_align
7495
7496 Fri Oct 19 15:34:06 2001  Owen Taylor  <otaylor@redhat.com>
7497
7498         * gtk/gtk.h gtk/Makefile.am: Export GtkIMContextSimple publically. (#61862)
7499
7500 Fri Oct 19 15:08:30 2001  Owen Taylor  <otaylor@redhat.com>
7501
7502         * gtk/{gtkimcontext.c,gtkimcontextsimple.c,gtkimmulticontext.c}
7503         modules/input/{gtkimcontextxim.c,imcyrillic-translit.c,iminuktitut.c,
7504         imipa.c,imthai-broken.c,imviqr.c}: Make GtkIMContext derive from
7505         GObject, not GtkObject. (#62621)
7506
7507 Fri Oct 19 12:49:12 2001  Owen Taylor  <otaylor@redhat.com>
7508
7509         * tests/testsocket.c: Remove now useless include of unistd.h,
7510         fix wrong argument gtk_socket_steal. (Hans Breuer, #58541)
7511         
7512 Fri Oct 19 12:24:32 2001  Owen Taylor  <otaylor@redhat.com>
7513
7514         * gdk/linux-fb/gdkfont-fb.c: Fix up for change to 
7515         Pango font API. #61933. (Untested, even for compilation.)
7516
7517 Fri Oct 19 11:24:58 2001  Owen Taylor  <otaylor@redhat.com>
7518
7519         * gtk/gtkmain.[ch] (gtk_disable_setlocale): Actually
7520         export gtk_disable_setlocale(). (Caught by Sven Neumann)
7521
7522 2001-10-18  Havoc Pennington  <hp@redhat.com>
7523
7524         * gdk/x11/gdkpixmap-x11.c (gdk_pixmap_lookup): fix compilation
7525
7526 2001-10-18  Havoc Pennington  <hp@redhat.com>
7527
7528         * gtk/gtkbutton.c (gtk_button_class_init): Change button signals
7529         to GTK_RUN_LAST, #50239
7530
7531 2001-10-18  HideToshi Tajima  <hidetoshi.tajima@sun.com>
7532
7533         * gtk/gtkimmodule.c (match_locale):
7534         Support "*" for all locales with least priority
7535         when to select default im module, #58201
7536
7537 2001-10-18  Matthias Clasen  <matthiasc@poet.de>
7538
7539         * gtk/gtktreeselection.c (gtk_tree_selection_set_mode): 
7540         Fix docs. (#61976)
7541  
7542         * gtk/gtkplug.c (gtk_plug_get_id) : Fix docs. (#62144)
7543
7544         * gtk/gtkliststore.c: Fix docs. (#61672, #61675)
7545
7546         * gdk/gdkwindow.h, gdk/gdkpixmap.h, gdk/x11/gdkx.h,
7547         gdk/x11/gdkwindow-x11.c, gdk/x11/gdkpixmap-x11.c,
7548         gdk/win32/gdkwin32.h, gdk/win32/gdkwindow-win32.c,
7549         gdk/win32/gdkpixmap-win32.c, gdk/linux-fb/gdkfb.h,
7550         gdk/linux-fb/gdkwindow-fb.c, gdk/linux-fb/gdkpixmap-fb.c:
7551         Add gdk_window_lookup, gdk_window_foreign_new, gdk_pixmap_lookup
7552         and gkd_pixmap_foreign_new to the gdk frontend api. (#62063)
7553
7554         * gtk/gtkselection.c: Remove gdk backend dependencies. (#62063)
7555
7556         * gtk/gtkspinbutton.c (gtk_spin_button_size_request): 
7557         Don't restrict the width of the spinbutton entry field 
7558         to 10 digits. (#58681)
7559
7560 Thu Oct 18 14:58:14 2001  Jonathan Blandford  <jrb@redhat.com>
7561
7562         * tests/testtreeflow.c: new test program for the tree.
7563
7564 Thu Oct 18 14:22:10 2001  Jonathan Blandford  <jrb@redhat.com>
7565
7566         * gtk/gtktreestore.c (gtk_tree_store_remove): fix small bug
7567         reported by (Oleg Maiboroda), #62600
7568
7569 2001-10-18  Michael Meeks  <michael@ximian.com>
7570
7571         * gtk/gtkentry.c (gtk_entry_set_property),
7572         (gtk_entry_get_property): impl 'text'
7573         (gtk_entry_class_init): add the 'text' prop.
7574         (gtk_entry_insert_text): notify 'text' changed.
7575         (gtk_entry_delete_text): ditto.
7576
7577 2001-10-17  Matthias Clasen  <matthiasc@poet.de>
7578
7579         * gtk/gtkdnd.c, gtk/gtkclipboard.c, gdk/x11/gdkmain-x11.c:
7580         Documentation updates.
7581
7582 Wed Oct 17 15:17:20 2001  Owen Taylor  <otaylor@redhat.com>
7583
7584         * gtk/gtkentry.c (gtk_entry_real_insert_text): Fix mistake
7585         in truncating length of text to MAX_SIZE. (Found by 
7586         Padraig O'Briain, #62055)
7587
7588 Tue Oct 16 17:04:44 2001  Owen Taylor  <otaylor@redhat.com>
7589
7590         * gtk/gtkwidget.c: Rename ACTIVATE_MNEMONIC enum to
7591         MNEMONIC_ACTIVATE; signal was changed a long time
7592         ago.
7593
7594         * gdk/x11/gdkim-x11.c (_gdk_x11_initialize_locale): 
7595         Fix wrong return statement. (Reported by HideToshi
7596         Tajima and others.)
7597
7598         * gtk/gtklabel.h (struct _GtkLabelClass): Remove
7599         left over select_all vfunc.
7600
7601 Tue Oct 16 15:50:03 2001  Owen Taylor  <otaylor@redhat.com>
7602
7603         * gtk/gtkwidget.c (gtk_widget_translate_coordinates): Add
7604         a utility function to translate coordinates relative to
7605         one widget's allocation to coordinates relative to another
7606         widget's allocation.
7607
7608         * gtk/gtkradiobutton.c: Add a special ->focus() implementation
7609         that:
7610          - only accepts external focus if there is no active
7611            member of the group or the button is active.
7612          - makes arrow keys move the active button as well
7613            as the focus
7614          - make tab tab out directly.
7615         This makes a radio button group act as a single focus location.
7616         (#53577).
7617         
7618         * gtk/gtkcontainer.c (gtk_container_focus): Remove prefiltering -
7619         it was only a small optimization that didn't matter and made
7620         things more complicated.
7621
7622         * gtk/gtkcontainer.c (gtk_container_focus_tab): Get rid of custom
7623         sorter for FOCUS_TAB as we did for the other focus directions,
7624         sort by center of widgets, not upper-left corner. (Shouldn't
7625         matter in general.)
7626
7627         * gtk/gtkcontainer.c: Restructure code to remove duplicate code
7628         from the different types of focusing: encapsulate sorting the
7629         widgets for the focus direction into one routine
7630         (gtk_container_focus_sort()) and then share the work of moving the
7631         focus between the different focus directions.
7632
7633         * gtk/gtkcontainer.c: Fix bug where arrow navigation might not
7634         work correctly with focus chains containing non-immediate
7635         children. Sorting was being done using allocation coordinates for
7636         each widget in the focus chain, and if there were intermediate
7637         window-widgets, these allocations would not be in the same
7638         coordinate system.
7639
7640 Tue Oct 16 15:12:26 2001  Jonathan Blandford  <jrb@redhat.com>
7641
7642         * gtk/gtkoptionmenu.c (gtk_option_menu_mnemonic_activate): add a
7643         mnemonic_activate function to option menu.
7644
7645 2001-10-15  Murray Cumming <murrayc@usa.net>
7646
7647         * gtk/gtkinputdialog.c, gtk/gtktoolbar.c,  gtk/gtkwidget.c:
7648           Corrected the type names used in some calls to g_signal_new().
7649         
7650 Sat Oct 13 07:09:30 2001  Tim Janik  <timj@gtk.org>
7651
7652         * gtk/gtkbindings.c (gtk_binding_set_add_path): to compare pattern
7653         specs, use g_pattern_spec_equal() instead of direct field accesses.
7654         upon compressing two equal paths of the same type, the resulting
7655         priority has to be the maximum.
7656         * gtk/gtkenums.h (enum): take GTK_PATH_PRIO_MASK out of the
7657         GtkPathPriorityType enum and make it a macro.
7658
7659 2001-10-12  Matthias Clasen  <matthiasc@poet.de>
7660
7661         * gtk/gtkwidget.c: Fix some doc comments.
7662
7663 Fri Oct 12 11:39:20 2001  Joshua N Pritikin  <vishnu@pobox.com>
7664
7665         * gtk/gtktreeview.c (gtk_tree_view_get_path_at_pos): Fix to work
7666         on empty models.
7667
7668 2001-10-11  Matthias Clasen  <matthiasc@poet.de>
7669
7670         * gtk/gtkcolorsel.c, gtk/gtkwidget.c, gtk/gtktreeview.c:
7671         Remove stale gdk backend includes.
7672  
7673 2001-10-10  Michael Meeks  <michael@ximian.com>
7674
7675         * gtk/gtkcombo.c (gtk_combo_class_init): add enable_empty
7676         and value_in_list properties.
7677         (gtk_combo_set_value_in_list): notify change.
7678         (gtk_combo_set_property, gtk_combo_get_property): impl. prop.
7679
7680 2001-10-11  James Henstridge  <james@daa.com.au>
7681
7682         * configure.in: add AS=CC and ASFLAGS=CFLAGS substitutions so
7683         that gtk+ can be built with automake 1.5 while not breaking
7684         things for automake 1.4.
7685
7686 Wed Oct 10 12:48:38 2001  Owen Taylor  <otaylor@redhat.com>
7687
7688         * gtk/gtkmain.c (gtk_init_check): Call setlocale (LC_ALL, "").
7689         (#60606)
7690
7691         * gtk/gtkmain.c (gtk_disable_setlocale): Add function
7692         to disable calling setlocale (LC_ALL, "").
7693
7694         * gtk/gtkmain.c (gtk_set_locale): Indicate in the 
7695         docs that this function is not typically useful.
7696
7697         * gdk/x11/{gdkim-x11.c,gdkmain-x11.c,gdkprivate-x11.h}: 
7698         Automatically initialize GDK for the current locale
7699         on gdk_init(). Don't reset locale to C when
7700         XSupportsLocale() fails.
7701
7702         * gdk/linux-fb/gdkim-fb.c (gdk_set_locale): Remove
7703         useless checks for UTF-8 locale breakage that mattered
7704         only for X.
7705
7706         * examples/calendar/calendar.c
7707         tests/{testgtk.c,testtext.c,testcalendar.c}: Remove calls to 
7708         gtk_set_locale().
7709
7710         * gtk/gtkiconfactory.c gtk/gtkitemfactory.c:
7711         gdk_pixbuf_new_from_stream => gdk_pixbuf_new_from_inline.
7712
7713 Wed Oct 10 21:13:46 2001  Kristian Rietveld  <kristian@planet.nl>
7714
7715         * gtk/gtktreemodel.[ch]: added gtk_tree_model_get_iter_from_string().
7716
7717         Fixes bug #61904
7718
7719 Wed Oct 10 01:19:04 2001  Jonathan Blandford  <jrb@redhat.com>
7720
7721         * gtk/gtktreeselection.c (gtk_tree_selection_iter_is_selected):
7722         new function, #61923
7723         (gtk_tree_selection_path_is_selected): Ditto
7724
7725 Tue Oct  9 17:40:24 2001  Jonathan Blandford  <jrb@redhat.com>
7726
7727         * gtk/gtktreestore.c (gtk_tree_store_finalize): We're a gobject,
7728         not a GtkObject.  Thanks andersca.
7729
7730         * gtk/gtkliststore.c (gtk_list_store_finalize): ditto
7731
7732 Tue Oct  9 14:50:51 2001  Jonathan Blandford  <jrb@redhat.com>
7733
7734         * gtk/gtktreeviewcolumn.c
7735         (gtk_tree_view_model_sort_column_changed): fix broken code.
7736
7737 2001-10-08  Matthias Clasen  <matthiasc@poet.de>
7738
7739         * gtk/gtkselection.c: s/succesfully/successfully/g
7740
7741 2001-10-08  Havoc Pennington  <hp@pobox.com>
7742
7743         * demos/gtk-demo/stock_browser.c: remove unused enum
7744
7745         * gtk/gtktreeselection.c (gtk_tree_selection_real_select_node):
7746         pass the current selection state of the node in to the user
7747         selection func
7748
7749 2001-10-06  Matthias Clasen  <matthiasc@poet.de>
7750
7751         * gdk/x11/gdkx.h (GDK_CURSOR_XCURSOR): Replace reference to 
7752         non-existent function gdk_x11_cursor_get_xid 
7753         by gdk_x11_cursor_get_xcursor.
7754
7755 Fri Oct  5 20:50:00 2001  Jonathan Blandford  <jrb@redhat.com>
7756
7757         * gtk/gtktreestore.c (gtk_tree_store_iter_has_child): improve
7758         warning.
7759
7760         * gtk/gtktreemodel.c (gtk_tree_row_reference_new_proxy): ref and
7761         unref nodes, #okay61676
7762
7763         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_sort): we listen
7764         to the property; no need to clear the other columns.  Also, we go
7765         to 'unsorted' if the model supports it.
7766
7767 2001-10-05  Sven Neumann  <sven@gimp.org>
7768
7769         * demos/testpixbuf-save.c
7770         * demos/testpixbuf-scale.c: simple tests for the new PNG tEXt chunk 
7771         feature.
7772
7773 Fri Oct  5 19:06:07 2001  Kristian Rietveld  <kristian@planet.nl>
7774
7775         * gtk/gtktreeview.c (gtk_tree_view_leave_notify): should
7776         destroy the search dialog
7777
7778         * gtk/gtktreeview.c (gtk_tree_view_real_start_interactive_search):
7779         added check to prevent creation of a search dialog if there's
7780         already one around
7781
7782         * gtk/gtktreeview.c: Define GTK_TREE_VIEW_SEARCH_DIALOG_KEY, and use
7783         it instead of "search-dialog" (when getting/setting the search dialog
7784         widget).
7785
7786 2001-10-05  Jakub Steiner <jimmac@ximian.com>
7787
7788         * gtk/stock-icons/stock_broken_image.png: broken images icon
7789
7790 2001-10-04  Havoc Pennington  <hp@pobox.com>
7791
7792         Fix #56586
7793         
7794         * gtk/gtksettings.c (gtk_settings_class_init): move the F10
7795         accelerator setting here...
7796
7797         * gtk/gtkmenubar.c (gtk_menu_bar_class_init): ...from over here,
7798         because we try to use it when a menu bar hasn't necessarily been 
7799         initialized.
7800
7801 2001-10-03  Havoc Pennington  <hp@redhat.com>
7802
7803         * tests/testtextbuffer.c (logical_motion_tests): fix test case, 
7804         it previously verified incorrect behavior
7805
7806         Fixes for #61565
7807         
7808         * gtk/gtktextiter.c (gtk_text_iter_set_line): don't return lines
7809         off the end
7810         (_gtk_text_btree_get_iter_at_line_char): don't return lines off
7811         the end
7812         (_gtk_text_btree_get_iter_at_line_byte): don't return lines off
7813         the end
7814         (gtk_text_iter_forward_lines): if on the last line, move to end of
7815         it
7816
7817         * gtk/gtktextbtree.c (_gtk_text_btree_last_could_contain_tag):
7818         don't return a line off the end
7819
7820 Wed Oct  3 23:47:25  Kristian Rietveld  <kristian@planet.nl>
7821
7822         * gtk/gtkeditable.[ch]: move insert_text and delete_text virtual
7823         functions to do_insert_text and do_delete_text, add signals
7824         insert_text, delete_text and changed
7825
7826         * gtk/gtkentry.[ch]: remove signals insert_text, delete_text
7827         and changed. Updates to match new situation.
7828
7829         * gtk/gtkspinbutton.c: updates to match new situation
7830
7831         * gtk/gtkoldeditable.h: remove signals changed, insert_text
7832         and delete_text
7833
7834         * gtk/gtkoldeditable.c: updates to match new situation
7835
7836         * gtk/gtktext.c: updates to match new situation
7837
7838         Fixes bug #59803
7839
7840 2001-10-03  Havoc Pennington  <hp@redhat.com>
7841
7842         * gtk/gtktextiter.c (test_log_attrs): allow testing the end 
7843         position
7844
7845         * gtk/gtktextbuffer.c (compute_log_attrs): update for pango
7846         changes
7847
7848         * tests/testtextbuffer.c (logical_motion_tests): updates
7849
7850 2001-10-03  jacob berkman  <jacob@ximian.com>
7851
7852         * gtk/gtkwidget.c (gtk_widget_style_get_property): 
7853         * gtk/gtkstyle.c (_gtk_style_peek_property_value): 
7854         * gtk/gtksettings.c (apply_queued_setting): 
7855         * gtk/gtkmain.c (gtk_init_check): 
7856         * gtk/gtkcontainer.c (gtk_container_child_get_property):
7857         s/retrive/retrieve/
7858
7859 Wed Oct  3 20:29:29 2001  Kristian Rietveld  <kristian@planet.nl>
7860
7861         * gtk/gtktreemodelsort.[ch]: preparation for surgery
7862         * tests/testtreesort.c: ditto
7863
7864 2001-10-02  Havoc Pennington  <hp@redhat.com>
7865
7866         Throughout: assorted docs
7867         
7868         * gdk/gdkwindow.h: deprecate gdk_window_set_hints(), it's broken,
7869         gdk_window_set_geometry_hints() should be used instead.
7870
7871         * gdk/gdkimage.h: deprecate gdk_image_ref, gdk_image_unref, and
7872         document them
7873
7874         * gdk/x11/gdkx.h: remove gdk_get_client_window() since it doesn't
7875         seem to exist in any .c files
7876
7877         * gdk/x11/gdkcolor-x11.c (gdk_colormap_query_color): docs, 
7878         g_return_if_fail (pixel < colormap->size).
7879
7880 Wed Oct  3 10:42:54 2001  Owen Taylor  <otaylor@redhat.com>
7881
7882         * gtk/gtkdnd.c (gtk_drag_dest_find_target): Allow
7883         NULL for @target_list to mean, use
7884         gtk_drag_dest_get_target_list (widget).
7885
7886         * gtk/gtkdnd.c (gtk_drag_finish): Fix problem where
7887         drop could hang when calling gtk_drag_finish with 
7888         success == FALSE and del == TRUE.
7889
7890         * gtk/gtkdnd.c (gtk_drag_dest_drop): Fix problem where
7891         drops without a matching target found would propagate
7892         to the parent widget rather than being rejected.
7893
7894         * gtk/gtktextview.c (gtk_text_view_drag_data_received): 
7895         Use text_view->dnd_mark instead of mark name to be
7896         consistent with the rest of the code.
7897
7898         * gtk/gtktextview.c (gtk_text_view_drag_motion): Make
7899         pendantically correct for a drop-only-in-some-places
7900         widget. (Check whether you can insert in drag_drop,
7901         not just in drag_motion ... matters in theory, and
7902         for Motif drag and drop in practice.)
7903
7904         * gtk/gtkentry.c (gtk_entry_drag_drop): Patch from 
7905         Damian Ivereigh to not allow drops on non-editable
7906         entries. (#61124)
7907
7908         * gtk/gtkentry.c (gtk_entry_motion_notify): Don't allow
7909         text to be moved from a non-editable entry.
7910         
7911 2001-10-03  James Henstridge  <james@daa.com.au>
7912
7913         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_fixed_width):
7914         s/width/fixed_width/ in order to get things to compile.
7915
7916 Wed Oct  3 00:37:09 2001  Jonathan Blandford  <jrb@redhat.com>
7917
7918         * gtk/gtkcelleditable.c: docs
7919
7920         * gtk/gtktreemodel.h: more docs.
7921
7922 2001-10-02  Havoc Pennington  <hp@redhat.com>
7923
7924         * gdk/x11/gdkwindow-x11.c: docs
7925
7926         * tests/testtextbuffer.c (logical_motion_tests): add sentence
7927         boundary tests
7928
7929 Tue Oct  2 20:18:32 2001  Kristian Rietveld  <kristian@planet.nl>
7930
7931         * demos/gtk-demo/Makefile.am: add editable_cells.c,
7932         list_store.c and tree_store.c
7933
7934         * demos/gtk-demo/appwindow.c: remove tearoff item from
7935         File menu, put menubar and toolbar in handle boxes.
7936
7937         * demos/gtk-demo/genincude.pl: various changes to support trees
7938
7939         * demos/gtk-demo/main.c: various changes to support trees
7940
7941         * demos/gtk-demo/stock_browser.c: changed name of demo
7942         to Stock Item and Icon Browser, so geninclude.pl doesn't see
7943         it as child
7944
7945         * demos/gtk-demo/editable_cells.c: new file/demo
7946         * demos/gtk-demo/list_store.c: new file/demo
7947         * demos/gtk-demo/tree_store.c: new file/demo
7948
7949 Mon Oct  1 16:05:44 2001  Owen Taylor  <otaylor@redhat.com>
7950
7951         * gtk/gtkrc.c gtk/gtksettings.c: 
7952         g_string_printfa => g_string_append_printf.
7953
7954 Mon Oct  1 16:08:23 2001  Jonathan Blandford  <jrb@redhat.com>
7955
7956         * gtk/gtkliststore.c (gtk_list_store_class_init): add a finalize
7957         and destroy handler.
7958
7959         * gtk/gtktreestore.c (gtk_list_store_class_init): ditto, #59963
7960
7961         * gtk/gtktreeview.h (struct _GtkTreeViewClass): Add
7962         'start_editing' flag to select_cursor_row.  Bug spotted by Manish
7963         Singh <yosh@gimp.org>.
7964
7965 2001-10-01  Matthias Clasen  <matthiasc@poet.de>
7966
7967         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc_scanner): replace
7968         g_scanner_add/remove_symbol by g_scanner_scope_add/remove_symbol.
7969
7970         * gtk/gtkrc.c (gtk_rc_parse_any): here as well.
7971
7972 Mon Oct  1 14:07:02 2001  Jonathan Blandford  <jrb@redhat.com>
7973
7974         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): change
7975         scroll_to_cell delayed code to happen in size_allocate.
7976
7977         * gtk/gtkstyle.c (gtk_default_draw_expander): change
7978         prelight/normal arrow drawing.
7979
7980         * gtk/gtktreedatalist.c: Change compare func to use g_utf8_collate
7981
7982         * gtk/gtktreestore.c: refactor.
7983
7984 Sun Sep 30 22:15:52 2001  Manish Singh  <yosh@gimp.org>
7985
7986         * gtk/gtkcheckbutton.c (gtk_check_button_size_allocate): Applied
7987         patch from Soeren Sandmann <sandmann@daimi.au.dk>. Vertically
7988         centers the child in relation to the to indicator height.
7989
7990 Sun Sep 30 15:11:59 2001  Jonathan Blandford  <jrb@redhat.com>
7991
7992         * gtk/gtktreestore.c (gtk_tree_store_remove): Make ITERS_PERSIST
7993         correct
7994
7995 Sun Sep 30  07:01:42 2001 CEST <mikeh@bahnhof.se>
7996
7997         * gtk/gtkcellrenderertext.c: I reverted back to old "weight"
7998         property code using g_param_spec_int and changed from
7999         g_value_get_enum to g_value_get_int instead. Probably a better way
8000         to fix the problem :-)
8001
8002 Sun Sep 30  05:31:32 2001 CEST Mikael Hermansson <tyan@linux.se>
8003
8004     * gtk/gtkcellrenderertext.c changed "weight" property type from 
8005       g_param_spec_int to g_param_spec_enum.
8006
8007 Sat Sep 29 12:25:26 2001  Manish Singh  <yosh@gimp.org>
8008
8009         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): typo
8010         fix: s/Wether/Whether/ in reorderable property description
8011
8012 Thu Sep 27 16:46:36 2001  Jonathan Blandford  <jrb@redhat.com>
8013
8014         * gtk/gtktreeview.c (gtk_tree_view_real_select_cursor_row): only
8015         start editing when you select with a keyboard.
8016
8017         (gtk_tree_view_button_press_event): much more graceful now.
8018
8019         * gtk/gtkstyle.c: Draw togglebutton better.
8020
8021 2001-09-26  Havoc Pennington  <hp@redhat.com>
8022
8023         * demos/gtk-demo/dialog.c (interactive_dialog_clicked): add demo
8024         of passing non-stock label in to gtk_dialog_new_with_buttons
8025
8026         * gtk/gtktextview.c (cursor_blinks): disable cursor blink when
8027         debugging updates
8028
8029         * gtk/gtktextiter.h: comment about how GtkTextIter struct contents
8030         are private
8031
8032         * gtk/gtkbutton.c (gtk_button_new_from_stock): if stock ID doesn't
8033         exist, fall back to mnemonic label, not plain label, bug #61184
8034         
8035 Wed Sep 26 19:48:01 2001  Jonathan Blandford  <jrb@redhat.com>
8036
8037         * gtk/gtktreestore.c (gtk_tree_store_set_valist): Stop being
8038         stupid and emitting the signal every time.
8039
8040         * gtk/gtkliststore.c (gtk_list_store_set_valist): ditto
8041
8042 Wed Sep 26 16:35:59 2001  Owen Taylor  <otaylor@redhat.com>
8043
8044        Patch from Mark McLoughlin <mark@skynet.ie> (#61233)
8045
8046        * contrib/gdk-pixbuf-xlib/Makefile.am: install
8047        gdk-pixbuf-xlib-2.0.pc.
8048
8049 Wed Sep 26 16:15:25 2001  Owen Taylor  <otaylor@redhat.com>
8050
8051         * gtk/gtknotebook.c (gtk_notebook_set_tab_label): Fix
8052         problem where menmonic wasn't removed properly when
8053         setting a label when there already is a label.
8054         Also, handle setting the tab label back to the same
8055         value. (#61160, #61161)
8056
8057         * gtk/gtkentry.c (paste_received): Patch from 
8058         Damian Ivereigh to replace selection if there is 
8059         one. (#61121)
8060
8061 2001-09-25  Darin Adler  <darin@bentspoon.com>
8062
8063         * tests/.cvsignore: Ignore new test program.
8064
8065 2001-09-25  Havoc Pennington  <hp@redhat.com>
8066
8067         * gtk/gtktextview.c: fix for #50317
8068         
8069 2001-09-25  Havoc Pennington  <hp@redhat.com>
8070
8071         * gtk/gtktextview.c (gtk_text_view_key_press_event): use 
8072         gtk_text_iter_can_insert
8073         
8074         * gtk/gtktextbuffer.c: use gtk_text_iter_can_insert
8075
8076         * gtk/gtktextiter.c (find_line_log_attrs): fixes, #57611, #57613
8077          (gtk_text_iter_can_insert): new function to fix #60282, should
8078         also fix msw's "can paste into empty buffer" bug.
8079
8080         * gtk/gtktexttag.c (gtk_text_tag_event): change type check for 
8081         "event object,"  #59091
8082
8083         * gtk/gtktextbtree.c: indentation fixes
8084
8085         * gtk/gtktextiter.c (find_by_log_attrs): fixes
8086
8087 Tue Sep 25 12:41:17 2001  Owen Taylor  <otaylor@redhat.com>
8088
8089         * configure.in: Version 1.3.9, interface age 0, binary age 0.
8090
8091         * configure.in: Require GLib-1.39, Pango 0.20, Atk 0.5.
8092
8093         * NEWS: Updates.
8094
8095 Mon Sep 24 11:59:09 2001  Owen Taylor  <otaylor@redhat.com>
8096
8097         * gtk/gtkstyle.[ch] (_gtk_draw_insertion_cursor): Shared
8098         function for drawing cursors between gtkentry/gtklabel/gtktextview.
8099         Should this be public? It has a bit of an odd interface, but
8100         custom editing widgets probably should be using it.
8101         Function will draw with wider width for taller cursors, and
8102         draws a little indicator arrow to indicate directoin for split 
8103         cursors.
8104
8105         * gtk/gtktextview.c: Add a "cursor_color" property.
8106
8107         * gtk/gtktextdisplay.[ch]: Add a cursor_gc parameter to
8108         gtk_text_layout_draw().
8109
8110         * gtk/gtkentry.c gtk/gtklabel.c gtk/gtktextdisplay.c: Use
8111         _gtk_draw_insertion_cursor().
8112
8113 Tue Sep 25 11:22:23 2001  Owen Taylor  <otaylor@redhat.com>
8114
8115         * gtk/gtkcellrenderertext.c gtk/gtktexttag.c: Restore
8116         the behavior where you could turn family_set (etc) back on
8117         and get back the values you had before.
8118
8119         * demos/gtk-demo/stock_browser.c (id_to_macro): Use
8120         g_string_ascii_up() rather than looping through the
8121         string ourself.
8122
8123 Tue Sep 25 15:32:44 2001  Jonathan Blandford  <jrb@redhat.com>
8124
8125         * gtk/gtktreeviewcolumn.c
8126         (gtk_tree_view_column_set_cell_renderer): Removed
8127         (gtk_tree_view_column_set_alignment): xalign = CLAMP (xalign, 0.0, 1.0);  Fixes 61012.
8128
8129         * gtk/gtktreestore.c (gtk_tree_store_sort_helper): Fixed #61012
8130         Patch from Detlef Reichl
8131
8132 2001-09-25  Havoc Pennington  <hp@redhat.com>
8133
8134         * tests/testtextbuffer.c (line_separator_tests): Add tests for
8135         line separators, addresses bug #57428
8136
8137 Tue Sep 25 12:34:42 2001  Jonathan Blandford  <jrb@redhat.com>
8138
8139         * gtk/gtkentry.c: Make a GtkCellEditable
8140         (get_widget_window_size): Change to let it honor size_allocate
8141         when a CellEditable.
8142
8143         * gtk/gtktreeview.c: M-x clean-line-ends.  Lots of focus and
8144         editable changes.
8145         (gtk_tree_view_set_cursor): Now you can set the cursor
8146         horizontally, as well as start editing.
8147
8148         * gtk/gtkstyle.c (gtk_default_draw_check): changing toggle drawing
8149         code to look more like the other check buttons.
8150
8151         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_get_size):
8152         Change the way we calculate cell size.
8153
8154         * gtk/gtkmarshal.list (VOID:STRING,STRING): new marshaller.
8155
8156         * demos/gtk-demo/sizegroup.c: Add mnemonics.
8157
8158         * gtk/gtkcellrenderer.c (gtk_cell_renderer_get_size): Fix docs.
8159         Fix logic.
8160
8161         * gtk/gtkcellrenderertext.c: Change to be editable.
8162
8163         * gtk/gtkcellrenderertoggle.c: Change to be activatable.
8164
8165         * test/testtreesort.c: Fix misspelling
8166
8167         * test/testreecolumns.c: Add mnemonics.
8168
8169         * test/testreeedit.c: New test program.
8170
8171 2001-09-25  Havoc Pennington  <hp@pobox.com>
8172
8173         * gtk/gtkwindow.c: Put notes in gtk_window_set_has_frame(),
8174         etc. docs about how these are not going to do what you want for 
8175         the X/win32 ports. Futile attempt to avoid a FAQ...
8176
8177 2001-09-24  James Henstridge  <james@daa.com.au>
8178
8179         * gtk/gtkmarshal.list (VOID): add marshal function types.
8180
8181         * gtk/gtkctree.c (gtk_ctree_class_init): make arguments have type
8182         GTK_TYPE_CTREE_NODE|G_SIGNAL_TYPE_STATIC_SCOPE rather than
8183         GTK_TYPE_POINTER.
8184         (gtk_ctree_node_get_type): implement boxed type for GtkCTreeNodes
8185         with no-op copy/free functions.
8186
8187         * gtk/gtkctree.h (gtk_ctree_node_get_type): add prototype for
8188         GtkCTreeNode get_type function.
8189
8190 2001-09-24  Havoc Pennington  <hp@redhat.com>
8191
8192         * gtk/gtktextiter.c, gtk/gtktextbuffer.c, gtk/gtktextbtree.c,
8193         gtktextlayout.c:
8194         Get rid of the newline-that-could-not-be-deleted; buffers may 
8195         now be zero-length. Much easier to fix than expected, once 
8196         I figured out the right way to do it. However, there are 
8197         various subtle bugs introduced by this that will have to get 
8198         sorted out. Please use bugzilla.
8199
8200 Mon Sep 24 15:09:08 2001  Owen Taylor  <otaylor@redhat.com>
8201
8202         * gtk/gtkwindow.c (gtk_window_move_resize): Don't wait for a
8203         response back from the window manager if our size hasn't changed 
8204         since we won't get a response back from the window manager;
8205         there was code in there to do this, but it was in the wrong
8206         place so if the hints change and the size didn't we'd expect
8207         a response.
8208
8209         Also, optimize the position-only-changed case by running
8210         the resize queue immediately, and clean up some comments
8211         for the changes.
8212
8213 Mon Sep 24 12:48:25 2001  Owen Taylor  <otaylor@redhat.com>
8214
8215         * gtk/gtknotebook.h: Add a compat macro that got lost.
8216
8217         * gtk/gtktreestore.c: Doc fixes.
8218
8219         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Fix reference
8220         leak for windows that receive events after being destroyed.
8221         (#60863, Joshua N. Pritikin)
8222
8223         * gtk/gtktable.c (gtk_table_remove): Use gtk_widget_queue_resize
8224         rather than gtk_container_queue_resize().
8225
8226         * gtk/{gtkcontainer.c,gtkwidget.c,gtkwindow.c}: _gtk prefix
8227         gtk_container_queue_resize, gtk_container_queue_resize_widgets,
8228         gtk_container_child_composite_name. (#60217.)
8229
8230 2001-09-22  Hans Breuer  <hans@breuer.org>
8231
8232         * gtk/gtkmenu.h : fix compat macros for gtk_menu_<prepend|insert>
8233
8234 Sat Sep 22 16:50:34 2001  Kristian Rietveld  <kristian@planet.nl>
8235
8236         * gtk/gtktexttag.c (gtk_text_tag_set_property): (case PROP_WEIGHT):
8237         weight value should be an int
8238
8239 Sat Sep 22 15:17:41 2001  Kristian Rietveld  <kristian@planet.nl>
8240
8241         * gtk/gtkmenu.c (gtk_menu_select_item): move most code
8242         to gtk_menu_scroll_item_visible(). Only call
8243         gtk_menu_scroll_item_visible() if the menu widget has been
8244         realized. Fixes bug #55310.
8245
8246 2001-09-21  Havoc Pennington  <hp@redhat.com>
8247
8248         * gtk/gtktextview.c (gtk_text_view_key_press_event): don't pass
8249         key press to IM context if cursor isn't in an editable location;
8250         bug #58425, patch from Hidetoshi Tajima
8251
8252 2001-09-21  Havoc Pennington  <hp@redhat.com>
8253
8254         Bug #60862
8255         
8256         * gtk/gtktextbtree.c (gtk_text_btree_node_destroy): 
8257         (_gtk_text_btree_unref): fix up mark memory management
8258
8259         * gtk/gtktextmark.c (mark_segment_delete_func): ditto
8260
8261 2001-09-20  Havoc Pennington  <hp@redhat.com>
8262
8263         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): don't
8264         try to handle alignment here, because it's done by PangoLayout
8265         after we set the layout width. Fix from Dov.
8266
8267 2001-09-21  Hans Breuer  <hans@breuer.org>
8268
8269         * gdk/gdk.def :
8270         * gtk/gtk.def : updated externals
8271
8272         * gtk/gtkmain.h : define get_gtk_win32_directoty () 
8273         * gtk/gtkmain.c (find_module) : don't use module_name after freeing it.
8274         Also handle that Win32 pathes cann't be hard-coded      
8275
8276         * gtk/gtkrc.c : use get_gtk_win32_directoty () to cleanup the various
8277         module, themes etc directory calculations
8278
8279         * gdk/win32/gdkgeometry-win32.c : some more hacking to get coordinates
8280         >16 bit right. The size limit within Win9x appears _not_ to be 32767
8281         but slightly smaller ...
8282
8283         * gdk/win32/gdkwindow-win32.c : use impl->position_info to avoid 
8284         >16 bit clipping. Added dummy body for gdk_window_set_icon_list ()
8285
8286         * gdk/win32/gdkdrawable-win32.c : implement gdk_win32_drawable_get_handle ()
8287
8288         * gdk/win32/gdkevents-win32.c : some tweaking to get better expose
8289         handling. I'm not sure if it is better now, but at least not worse
8290
8291         * gdk/win32/makefile.msc : define INSIDE_GDK_WIN32, some cleanup
8292
8293         * gdk/win32/gdkwin32.h : reflect recent API restrictions
8294
8295 2001-09-21  Matt Wilson  <msw@redhat.com>
8296
8297         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_destroy): set
8298         radio_menu_item->group to NULL after removing it from the list, as
8299         it is no longer in the group. (#60869)
8300
8301         * gtk/gtkradiobutton.c (gtk_radio_button_destroy): likewise
8302
8303 2001-09-20  Havoc Pennington  <hp@pobox.com>
8304
8305         * configure.in (PANGO_REQUIRED_VERSION)
8306         (ATK_REQUIRED_VERSION): add variables and checks for specific 
8307         versions of dependencies. Previously we didn't verify the 
8308         Pango or ATk versions.
8309
8310 2001-09-09  Havoc Pennington  <hp@pobox.com>
8311
8312         * gtk/gtktextiter.c: fool with indentation
8313         (gtk_text_iter_in_range): add g_return_if_fail
8314
8315 Thu Sep 20 17:45:54 2001  Joshua N Pritikin  <vishnu@pobox.com>
8316
8317         * gtk/gtktextbuffer.c (gtk_text_buffer_create_tag): Fix
8318         ref count on new tag to be 1.  Update doc.  (#60836)
8319
8320 Thu Sep 20 16:20:47 2001  Owen Taylor  <otaylor@redhat.com>
8321
8322         * gdk/gdkrgb.c (gdk_rgb_allocate_images): Remove unnecessary
8323         call to gdk_image_new_bitmap(). (#59094, reported by
8324         by Sven Neumann)
8325
8326 Thu Sep 20 15:31:35 2001  Owen Taylor  <otaylor@redhat.com>
8327
8328         * gtk/gtkcalendar.c (gtk_calendar_init): Use the current
8329         day, as well as the current month and year.
8330         (#59047, reported by Vitaly Tishkov)
8331
8332 Thu Sep 20 15:10:30 2001  Owen Taylor  <otaylor@redhat.com>
8333
8334         * gtk/gtkdialog.c (gtk_dialog_init): Automatically set
8335         set dialogs to GTK_WIN_POS_CENTER_ON_PARENT. (#60554)
8336         
8337 Thu Sep 20 18:00:56 2001  Kristian Rietveld  <kristian@planet.nl>
8338
8339         * tests/testgtk.c (struct OptionMenuItem): get rid of it,
8340
8341         (build_option_menu): add func argument, connect ::changed
8342         signal to option menu instead of connecting the ::activate
8343         signal to the menu items,
8344
8345         (toplevel): get rid of RADIOMENUTOGGLED macro,
8346
8347         (list_toggle_sel_mode), (clist_toggle_sel_mode),
8348         (ctree_toggle_line_style), (ctree_toggle_expander_style),
8349         (ctree_toggle_justify), (ctree_toggle_sel_mode),
8350         (progressbar_toggle_orientation), (progressbar_toggle_bar_style):
8351         use gtk_option_menu_get_history() instead of RADIOMENUTOGGLED,
8352
8353         (notebook_type_changed): merged standard_notebook(),
8354         notabs_notebook(), scrollable_notebook() and borderless_notebook()
8355         into notebook_type_changed()
8356
8357         (create_list), (create_ctree), (create_notebook),
8358         (create_progress_bar): changed OptionMenuItem arrays into
8359         gchar * arrays. Removed "Extended" item where used.
8360
8361         Fixes bug #59885
8362
8363 2001-09-20  Sven Neumann  <sven@gimp.org>
8364
8365         * configure.in
8366         * gdk/Makefile.am
8367         * gtk/Makefile.am
8368         * gtk/gtkselection.c
8369         * gtk/gtktreeview.c
8370         * gtk/gtkwindow.c: removed remaining traces of nanox GDK backend.
8371
8372 Thu Sep 20 11:19:42 2001  Owen Taylor  <otaylor@redhat.com>
8373
8374         * gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region): Add
8375         a missing pango_layout_iter_free ().
8376
8377 Thu Sep 20 11:03:51 2001  Owen Taylor  <otaylor@redhat.com>
8378
8379         * gtk/gtkobject.c gtk/gtklist.c gtk/gtkplug.c gtk/gtksocket.c
8380         gtk/gtktreemodelsort.c gtk/gtktreeview.c: Small warning cleanups.
8381
8382         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_get_group): Change
8383         the function definition so we don't accidentally rely on
8384         the compat #define from gtk_radio_menu_item_group.
8385         (#60782, Jeff Franks)
8386
8387 Thu Sep 20 16:51:02 2001  Kristian Rietveld  <kristian@planet.nl>
8388
8389         * gtk/gtkwindow.c (gtk_window_get_frame_dimensions): returned
8390         incorrect values for top, right and bottom due to cut-and-paste
8391         bug. Pointed out by Vitaly Tishkov, fixes bug #59008
8392
8393 Wed Sep 19 17:59:27 2001  Owen Taylor  <otaylor@redhat.com>
8394
8395         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Set
8396         _NET_WM_PID and WM_CLIENT_MACHINE properties on each
8397         window, not just on the client leader. (#58463)
8398
8399 Wed Sep 19 17:28:47 2001  Owen Taylor  <otaylor@redhat.com>
8400
8401         * gtk/gtkwidget.c (gtk_widget_new): Add missing cast.
8402
8403         * gtk/gtkmenuitem.[ch] gtk/gtkmenushell.c: Underscore prefix
8404         non-public _gtk_menu_item_set_placement.
8405
8406         * gtk/gtktooltips.h: Deprecate gtk_tooltips_set_delay().
8407
8408 Wed Sep 19 16:16:38 2001  Owen Taylor  <otaylor@redhat.com>
8409
8410         * gdk/win32/gdkcolor-win32.c gdk/x11/gdkcolor-x11.c 
8411           gdk/linux-fb/gdkcolor-fb.c:
8412         Fix propagated (flags && GDK_COLOR_WRITEABLE) typo.
8413         (#59723)
8414
8415 Wed Sep 19 16:12:16 2001  Owen Taylor  <otaylor@redhat.com>
8416
8417         * gdk/gdkpixbuf-render.c: Allow -1 for width/height
8418         to mean "width/height of pixbuf" (Patch from Matthias Clasen,
8419         #59723)
8420
8421 Wed Sep 19 16:01:27 2001  Owen Taylor  <otaylor@redhat.com>
8422
8423         Patch from Frank Belew #59037 for Solaris compilation.
8424
8425         * gtk/maketypes.awk: Change syntax slightly for a call
8426         to sub(), apparently making awk on Solaris happier.
8427
8428         * gtk/gtktreeview.c: Remove C++ comments.
8429
8430 Wed Sep 19 15:46:29 2001  Owen Taylor  <otaylor@redhat.com>
8431
8432         * gtk/gtkwindow.c: Add xgettext:no-c-format comment to
8433         to handle '99% of the time. (#60473, reported by Christian Rose)
8434
8435         * gtk/gtkwidget.h: Remove prototype for gtk_widget_get_usize()
8436         which no longer exists. (#60379, reported by Vitaly Tishkov)
8437
8438 Wed Sep 19 11:06:24 2001  Tim Janik  <timj@gtk.org>
8439
8440         * Released 1.3.8.
8441
8442         * gdk/Makefile.am: kill EXTRA_DIST clearing.
8443         
8444 Wed Sep 19 02:50:40 2001  Tim Janik  <timj@gtk.org>
8445
8446         * demos/Makefile.am ($(testpixbuf_OBJECTS)): don't use BUILT_SOURCES
8447         as its broken in automake 1.4, add explicit object rule to
8448         generate this.
8449         
8450         * gdk-pixbuf/Makefile.am: fix maintainer and normal cleanfiles.
8451         get rid of uneccessary stamps, group stuff more logically, and build
8452         sources due to object rules. fix srcdir!=builddir.
8453
8454 Tue Sep 18 20:47:16 2001  Owen Taylor  <otaylor@redhat.com>
8455
8456         * gtk/gtkspinbutton.c (gtk_spin_button_size_request): Fix 
8457         incorrect parameter to compute_double_length
8458         (#58680, patch from Matthias Clasen)
8459
8460         Fixes for compilation with Forte cc. (#59734, Derek Rafter)
8461
8462         * gtk/gtkwindow.h gtk/gtksizegroup.h: Remove extra ;.
8463
8464         * gdk/gdktypes.h (GdkModifierType): Write 1u << 31
8465         for GDK_RELEASE_MASK to avoid warnings with Forte.
8466
8467         * gtk/gtktexttag.c gtk/gtkcellrendertext.c: Add some missing
8468         break; statements.
8469
8470 2001-09-18  Alex Larsson  <alexl@redhat.com>
8471
8472         * gtk/gtkcheckbutton.c:
8473         * gtk/gtkradiobutton.c:
8474         Don't draw with GTK_STATE_ACTIVE.
8475
8476         * gtk/gtkclist.c:
8477         * gtk/gtkctree.c:
8478         Draw lines between rows with base_gc[GTK_STATE_NORMAL].
8479
8480         * gtk/gtktextdisplay.c:
8481         Focused selection is drawn with base_gc [GTK_STATE_SELECTED] and
8482         unfocused with base_gc [GTK_STATE_ACTIVE].
8483         
8484         * gtk/gtkentry.c:
8485         Add select all menu-item.
8486         Default cursor color is red.
8487         Focused selection is drawn with base_gc [GTK_STATE_SELECTED] and
8488         unfocused with base_gc [GTK_STATE_ACTIVE].
8489
8490         * gtk/gtklabel.[ch]:
8491         Add keynav + menu to selectable lables.
8492         Focused selection is drawn with base_gc [GTK_STATE_SELECTED] and
8493         unfocused with base_gc [GTK_STATE_ACTIVE].
8494
8495         * gtk/gtkfilesel.c:
8496         Add drag and drop support.
8497
8498         * gtk/gtkstyle.c:
8499         (This was checked in earlier)
8500         New default values for text/base SELECTED and ACTIVE
8501         
8502 Tue Sep 18 23:51:49 2001  Tim Janik  <timj@gtk.org>
8503
8504         * configure.in: up version to 1.3.8, interface age 0,
8505         binary age 0, depend on glib 1.3.8.
8506
8507         * NEWS: 1.3.8 updates.
8508
8509 Tue Sep 18 18:46:54 2001  Jonathan Blandford  <jrb@redhat.com>
8510
8511         * gtk/gtktreeview.c (gtk_tree_view_start_editing): centralize all
8512         the editing code
8513
8514         * gtk/gtkcelleditable.c: Got rid of stop_editing, as there was no
8515         reason to call it beyond emiting the two signals.
8516
8517         * gtk/gtkentry.c (gtk_entry_class_init): add "has_frame" property
8518         to GtkEntry.
8519
8520 Wed Sep 12 11:21:14 2001  Owen Taylor  <otaylor@redhat.com>
8521
8522         * gtk/gtkcellrenderertext.[ch] gtk/gtktexttag.[ch]
8523           gtk/gtktextview.c tests/testgtk.c: Fix up for changes to 
8524         PangoFontDescription.
8525
8526         * gtk/gtkentry.c gtk/gtkclist.c gtk/gtkcellrenderertext.c
8527         gtk/gtkspinbutton.c: Fix up for change to PangoMetrics
8528         structure.
8529   
8530         * gtk/gtkfontsel.c: Fix up for new Pango font listing API.
8531
8532         * gtk/gtkstyle.[ch]: Add gtk_style_get_font/set_font to replace
8533         direct access to style->font. Deprecate gtk_style_ref/unref.
8534   
8535         * gtk/gtkclist.c gtk/gtkctree.c gtk/gtkstyle.c gtk/gtkwidget.c:
8536         Remove gtk_style_ref/unref with g_object_ref/unref.
8537   
8538         * gtk/gtkcalendar.c: Remove leftover macros accessing
8539         style->font.
8540   
8541         * gtk/gtkhruler.c (gtk_hruler_draw_ticks): Remove unused
8542         variable.
8543   
8544         * gtk/gtktext.c gtk/gtklabel.c: Use gtk_style_get_font() instead of 
8545         style->font.
8546
8547 Tue Sep 18 13:51:35 2001  Jonathan Blandford  <jrb@redhat.com>
8548
8549         * gtk/gtkcellrenderer.h (enum): Get rid of broken "can_edit" and
8550         "can_activate" properties in favor of
8551         GTK_CELL_RENDERER_MODE_INERT, GTK_CELL_RENDERER_MODE_ACTIVATABLE,
8552         and GTK_CELL_RENDERER_MODE_EDITABLE
8553
8554 Tue Sep 18 12:12:43 2001  Jonathan Blandford  <jrb@redhat.com>
8555
8556         * gtk/gtktreeview.c (gtk_tree_view_put): Add put for use with
8557         editable widgets.  This function is private, and should only be
8558         used by GtkTreeView.
8559
8560 2001-09-18  Matt Wilson  <msw@redhat.com>
8561
8562         * docs/Makefile.am (EXTRA_DIST): don't use += before =
8563
8564         * docs/faq/Makefile.am (EXTRA_DIST): likewise
8565
8566         * docs/tutorial/Makefile.am (EXTRA_DIST): likewise
8567         
8568         * gdk/Makefile.am (MAINTAINERCLEANFILES): likewise
8569         (EXTRA_HEADERS): likewise
8570
8571         * gtk/Makefile.am (MAINTAINERCLEANFILES): likewise
8572         (EXTRA_HEADERS): likewise
8573         (EXTRA_DIST): likewise
8574         (CLEANFILES): likewise
8575
8576         * gtk/stock-icons/Makefile.am (CLEANFILES): likewise
8577
8578         * tests/Makefile.am (EXTRA_DIST): likewise
8579         
8580         * Makefile.am (install-data-local): changed to use
8581         install-data-hook, which runs after install-pkgconfigDATA, so that
8582         the pkgconfigdir will have been created and populated first.
8583
8584 Mon Sep 17 17:39:52 2001  Jonathan Blandford  <jrb@redhat.com>
8585
8586         * gtk/gtkcelleditable.[ch]: Add editable interface.  This should
8587         be the last big GtkTreeView API change.
8588
8589         * gtk/gtkcellrenderer.[ch]: Get rid of the "event" vfunc, and
8590         replace with "activate" and "start_editing".  Also, added a
8591         "can_activate" and "can_edit" property.
8592
8593         * gtk/gtktreeviewcolumn.c: modify to use above.
8594
8595 2001-09-16  Alexander Larsson  <alla@lysator.liu.se>
8596
8597         * gtk/gtkoptionmenu.c:  Handle scroll wheel events.
8598
8599 Fri Sep 14 22:31:25 2001  Matthias Clasen  <matthiasc@poet.de>
8600
8601         * demos/gtk-demo/main.c (setup_default_icon): Use a shaped
8602         icon instead of one with ugly white background.
8603
8604 Fri Sep 14 22:26:01 2001  Matthias Clasen  <matthiasc@poet.de>
8605
8606         * demos/gtk-demo/stock_browser.c (id_to_macro): make
8607         the uppercasing work. (#59550)
8608
8609 2001-09-14  Jakub Steiner <jimmac@ximian.com>
8610
8611         * gtk/stock-icons/dialog_error.png:
8612         * gtk/stock-icons/dialog_question.png: more road signs
8613
8614 2001-09-13  Jakub Steiner <jimmac@ximian.com>
8615
8616         * gtk/stock-icons/dialog_question.png:
8617         * gtk/stock-icons/dialog_warning.png: anders and jonathan seem to
8618           like a road sign.
8619
8620 Wed Sep 12 19:01:05 2001  Jonathan Blandford  <jrb@redhat.com>
8621
8622         * gtk/gtktreemodel.h (struct _GtkTreeModelIface): Rename interface
8623         signals to make them more clear.  Also, change ::range_changed to
8624         ::row_changed.
8625         * gtk/gtktreemodel.c: Adjust to interface change
8626         * gtk/gtktreemodel.h: ditto
8627         * gtk/gtktreemodelsort.c: ditto
8628         * gtk/gtktreestore.c: ditto
8629         * gtk/gtkliststore.c: ditto
8630         * gtk/gtktreeview.c: ditto
8631         * tests/testtreecolumns.c: ditto
8632         * gtk/gtkmarshal.list: Actually remove a marshaller!
8633
8634 2001-09-12  Padraig O'Briain <padraig.obriain@sun.com>
8635
8636         * gtk/gtktextview.c
8637         Add support for Ctrl+Up/Down arrow to move cursor to beginning
8638         of previous/next paragraph. If within a paragraph cursor moves to
8639         beginning of that paragraph.
8640
8641 2001-09-12  Jakub Steiner <jimmac@ximian.com>
8642
8643         * gtk/stock-icons/dialog_question.png: replacing the shaky
8644           question mark with a sans-serif one.
8645         * gtk/stock-icons/stock_top.png, stock_bottom.png,
8646      stock_first.png, stock_last.png: using the new style arrows
8647         * gtk/stock-icons/stock_font.png: simple one to replace the ugly
8648      colors.
8649         * gtk/stock-icons/stock_refresh.png: anti-aliased and changed
8650      color.
8651         * gtk/stock-icons/stock_zoom*: anti-aliased
8652         * gtk/stock-icons/dialog_error.png, dialog_warning.png: confused
8653      '-' with a '_', removed the wrong files
8654
8655 Sat Sep  8 16:19:02 2001  Owen Taylor  <otaylor@redhat.com>
8656  
8657         * gtk/gtkmain.c: Implement a search path for GTK+ modules.
8658  
8659         * configure.in gtk/gtkrc.c gtk/Makefile.am: Look for modules
8660         in gtk-2.0/<type>/major.minor.(micro-binary_age) rather
8661         than in gtk-2.0/major.minor.micro/<type>/. This
8662         works better for a search path for modules.
8663  
8664         * gtk+-2.0.pc.in gtk+-2.0-uninstalled.pc.in: Add
8665         gtk_binary_version variable holding major.minor.(micro-binary_age).
8666  
8667         * modules/input/Makefile.am (moduledir): Fix installation
8668         directory to match change in lookup location.
8669  
8670         * gtk/gtkmain.c (gtk_init_check): Remove OS/2 code for dll 
8671         suffixes. Needs to be handled in g_module_build_path().
8672
8673         * gtk/gtkrc.c gtk/queryimmodules.c: Use g_build_filename() where
8674         appropriate.
8675  
8676 Tue Sep 11 13:59:12 2001  Owen Taylor  <otaylor@redhat.com>
8677
8678         * gtk/gtkrc.c (insert_rc_property): Fixed reversed comparison
8679         causing RC properties not to work.
8680
8681 2001-09-11  Jakub Steiner <jimmac@ximian.com>
8682
8683         * gtk/stock-icons/dialog-error.png: less drastic
8684         * gtk/stock-icons/dialog-warning.png: no body parts. (I hope
8685           "STOP" is international enough.
8686         * gtk/stock-icons/stock_dnd*.png: get rid of the cursor
8687         * gtk/stock-icons/stock_menu_properties.png: 16x16 version
8688
8689 Mon Sep 10 21:26:24 2001  Joshua N Pritikin  <vishnu@pobox.com>
8690
8691         * gtk/gtktextview.c (gtk_text_view_set_buffer): Make
8692         (add|remove)_selection_clipboard symmetric. (bug #59836)
8693
8694         * gtk/gtktreeview.c (gtk_tree_view_unref_and_check_selection_tree): 
8695         Avoid SEGV for empty tree. (bug #60243)
8696
8697 Mon Sep 10 20:47:22 2001  Tim Janik  <timj@gtk.org>
8698
8699         * tests/testgtk.c (create_idle_test): slight fix for
8700         g_object_set() not usable for nesting anymore.
8701
8702         * gtk/gtkhandlebox.c (gtk_handle_box_class_init): 
8703         * gtk/gtkframe.c (gtk_frame_class_init): deprecate ::shadow
8704         properties, supply ::shadow_type properties instead as most
8705         other widgets do.
8706
8707 2001-09-10  Alex Larsson  <alexl@redhat.com>
8708
8709         * demos/gtk-demo/stock_browser.c:
8710         * gdk/gdkcolor.c:
8711         * gdk/gdkfont.c:
8712         * gdk/gdkcursor.c:
8713         * gdk/gdkevents.c:
8714         * gdk/gdkrectangle.c:
8715         * gtk/gtktypeutils.c:
8716         Update to use the new g_boxed_type_register_static API.
8717
8718 2001-09-10  Padraig O'Briain <padraig.obriain@sun.com>
8719
8720         * gtk/gtktreestore.c:
8721         Fix looping in gtk_tree_store_init() waiting for zero random int.
8722
8723 Mon Sep 10 16:55:49 2001  Tim Janik  <timj@gtk.org>
8724
8725         * gtk/gtkalignment.c (gtk_alignment_init): fix xscale and yscale
8726         behaviour which havoc broke. they have to default to 1.0 for
8727         expand behaviour.
8728
8729         * gtk/gtkwindow.c (gtk_window_get_property): don't cast NULL objects.
8730
8731 2001-09-10  Padraig O'Briain <padraig.obriain@sun.com>
8732
8733         * gtk/gtkstyle.c (_gtk_style_peek_property_value)
8734         Amend previous change to avoid runtime error in g_param_spec_ref()
8735
8736 Mon Sep 10 06:58:56 2001  Owen Taylor  <otaylor@redhat.com>
8737
8738         * gtk/gtkrc.c (insert_rc_property): Fix blank line
8739         in the wrong place.
8740
8741 Mon Sep 10 06:50:39 2001  Owen Taylor  <otaylor@redhat.com>
8742
8743         * gtk/gtkstyle.c (_gtk_style_peek_property_value): Don't
8744         do a lookup immediately after creating style->property_cache,
8745         since bsearch crashes on zero length for Solaris.
8746         (Found by Padraig O'Briain.)
8747
8748 2001-09-09  Alexander Larsson  <alla@lysator.liu.se> 
8749
8750         * gtk/gtkwidget.c (_gtk_widget_peek_colormap):
8751         Really return NULL if not set.
8752         (gtk_widget_init): Remove unused varaible.
8753         
8754 2001-09-09  Alexander Larsson  <alla@lysator.liu.se> 
8755
8756         * configure.in:
8757         Remove gdk/nanox/Makefile from AC_OUTPUT(), since it is no longer
8758         in cvs.
8759
8760 2001-09-08  Havoc Pennington  <hp@pobox.com>
8761
8762         * gtk/gtkaccelgroup.c: add docs to functions that I can imagine 
8763         people might want to use
8764
8765 2001-09-08  Havoc Pennington  <hp@pobox.com>
8766
8767         * gtk/gtkalignment.c (gtk_alignment_class_init): default
8768         xscale/yscale to 0.0, not 0.5, 0.5 isn't useful
8769
8770         * tests/testtextbuffer.c: fix usage of gtk_text_iter_spew
8771
8772         * gtk/gtktextiter.c: fix docs
8773         (gtk_text_iter_spew): get rid of this
8774
8775         * gtk/gtklayout.c: docs
8776
8777         * gtk/gtkbutton.c (gtk_button_construct_child): add an alignment
8778         to center image and label together, instead of having image on
8779         left and label centered, patch/suggestion from Jacob
8780
8781         * gtk/gtkdialog.c: docs
8782
8783 Sat Sep  8 14:19:49 2001  Jonathan Blandford  <jrb@redhat.com>
8784
8785         * gtk/gtkliststore.c: Write documentation
8786         * gtk/gtktreestore.c: Write documentation
8787
8788 Sat Sep  8 13:53:09 2001  Owen Taylor  <otaylor@redhat.com>
8789
8790         * gtk/gtkrc.[ch] gtk/gtkstyle.[ch]: Replace uses of GBSearchArray
8791         with GArray and bsearch(), to remove dependency on a still
8792         evolving interface that we want to keep private to glib/gobject. 
8793
8794 2001-09-08  Havoc Pennington  <hp@pobox.com>
8795
8796         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_add_attribute):
8797         docs fixes
8798
8799         * gtk/gtktable.c (gtk_table_get_col_spacing): docs fixes
8800
8801         * gtk/gtkspinbutton.c (gtk_spin_button_get_increments): docs fixes
8802
8803         * gtk/gtksocket.c (gtk_socket_steal): docs fixes
8804
8805         * gtk/gtkscrolledwindow.h: docs fixes
8806
8807         * gtk/gtkimage.c (gtk_image_new): docs fixes
8808
8809 Sat Sep  8 01:49:22 2001  Owen Taylor  <otaylor@redhat.com>
8810
8811         * gdk/x11/gdkmain-x11.c (_gdk_windowing_init_check): Prevent a 
8812         false alarm  constness warning with a cast.
8813
8814         * gdk/x11/gdkx.h: Undefine GDK_ROOT_PARENT before redefining it
8815         for the inside-gdk case.
8816
8817 Sat Sep  8 01:44:18 2001  Jonathan Blandford  <jrb@redhat.com>
8818
8819         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_set_dirty):
8820         remove g_print.
8821
8822         * gtk/gtktreeview.c (gtk_tree_view_set_model): unref model when we
8823         change models, #59899
8824
8825 2001-09-07  Havoc Pennington  <hp@pobox.com>
8826
8827         * gtk/gtkmain.c: move some docs inline
8828
8829 2001-09-07  Havoc Pennington  <hp@pobox.com>
8830
8831         * gtk/gtk.h: tsk tsk, jrb broke the build
8832
8833 Fri Sep  7 20:45:29 2001  Jonathan Blandford  <jrb@redhat.com>
8834
8835         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_pack_{start,end}):
8836         Removed 'fill' attribute.  It was silly b/c that was a property of
8837         the cell renderer, anyway.
8838         (gtk_tree_view_column_render): Actually render the packed
8839         renderers.
8840         * doc/tree-column-sizing.txt: initial devel documentation.
8841         * gtk/gtktreeview.c (gtk_tree_view_expand_all): Fix bug.
8842         * gtk/gtkcellrenderertextpixbuf.[ch]: removed.
8843
8844         * tests/testtreefocus.c: fix up to reflect above changes.
8845         * tests/testtreeview.c: ditto
8846         * demos/gtk-demo/stock_browser.c: ditto
8847
8848 2001-09-07  Alex Larsson  <alexl@redhat.com>
8849
8850         * gdk/linux-fb/gdkcolor-fb.c:
8851         Removed unused function.
8852         
8853         * gdk/linux-fb/gdkdrawable-fb2.c
8854         * gdk/linux-fb/gdkfont-fb.c:
8855         Use PangoLanguage functions.
8856
8857         * gdk/linux-fb/gdkinput.c:
8858         * gdk/linux-fb/gdkselection-fb.c:
8859         Fix const warnings.
8860         
8861         * gdk/linux-fb/gdkwindow-fb.c:
8862         Fix warning. Implement gdk_window_set_icon_list() and
8863         gdk_window_get_frame_extents(). (No icon support yet though.)
8864
8865         * gtk/gtkwindow.c (gtk_window_get_position):
8866         If window->frame is set get the extents of it instead.
8867         
8868 Fri Sep  7 18:50:59 2001  Owen Taylor  <otaylor@redhat.com>
8869
8870         * gtk/gtkwidget.c (gtk_widget_get_default_colormap): 
8871         Make the default default colormap the GdkRGB colormap,
8872         not the system colormap.
8873
8874         * gtk/gtkinvisible.c (gtk_invisible_init) 
8875           gtk/gtkwindow.c (gtk_window_init): Set the current
8876         colormap, as returned by _gtk_widget_peek_colormap()
8877         on the widget.
8878
8879         * gtk/gtkwidget.[ch]: Export _gtk_widget_peek_colormap
8880         to GTK+. Make it return %NULL instead of the default
8881         colormap if no colormap has explicitely been pushed.
8882
8883         * gtk/gtkwidget.c (gtk_widget_get_colormap): Check for
8884         colormaps on ancestral widgets before defaulting the
8885         the system default colormap.
8886
8887         * docs/Changes-2.0.txt: explain colormap changes.
8888
8889 2001-09-07  Havoc Pennington  <hp@redhat.com>
8890
8891         * gtk/gtktextiter.c: add some lame code to handle G_MININT, fixes 
8892         #57424
8893
8894 Fri Sep  7 18:17:47 2001  Owen Taylor  <otaylor@redhat.com>
8895
8896         * gdk/gdk.h gdk/x11/gdkmain-x11.c: Deprecate gdk_set/get_use_xshm, 
8897         make gdk_set_use_xshm a noop. Remove --no-xshm command line
8898         option. If we aren't autodetecting properly, we need
8899         to fix the problem, or at least make it an environment
8900         variable setting, to avoid problems with propagating
8901         to embedded children, plugins, etc.
8902
8903         * gdk/gdkcolor.h: Deprecate gdk_colormap_get_system_size().
8904
8905         * gdk/gdkpixbuf-render.c gdk/gdkpixbuf.h
8906         (gdk_pixbuf_render_pixmap_and_mask_for_colormap):
8907         New function to render a pixmap and mask for a particular colormap.
8908
8909         * gtk/gtkwindow.c (get_pixmap_and_mask): Change to use
8910         gdk_pixbuf_render_pixmap_and_mask_for_colormap () instead
8911         of internal implementation of the same.
8912
8913 2001-09-07  Havoc Pennington  <hp@redhat.com>
8914
8915         * gtk/gtktextlayout.c (gtk_text_layout_get_lines): remove some
8916         debug code that seems to have caused a breakpoint in valid cases
8917         
8918         * gtk/gtktextbtree.c (_gtk_text_btree_add_view): set the prev
8919         pointer on the first view when adding the second view, fixes
8920         crash when closing gtk-demo text test with active selection
8921
8922         * gtk/gtktextbuffer.c
8923         (gtk_text_buffer_remove_selection_clipboard): don't leave dead
8924         clipboards in the list of clipboards - probably fixes #59836
8925
8926 Fri Sep  7 11:51:44 2001  Owen Taylor  <otaylor@redhat.com>
8927
8928       Make gdkx.h the only installed header from gdk/x11.
8929       All structures in gdk/x11 are opaque.
8930
8931         * gdk/x11/Makefile.am gdk/x11/gdkx.h gdk/x11/gdkprivate-x11.h:
8932         Don't install gdk{drawable,pixmap,window}-x11.h.
8933
8934         * gdk/x11/{gdkcolormap-x11.c, gdkfont-x11.c, gdkx.h, gdkvisual-x11.c: 
8935         Move GdkColormapPrivateX11, GdkFontPrivateX GdkImagePrivateX11, 
8936         GdkVisualClass into C files.
8937
8938         * gdk/gdkpixmap-x11.[ch]: Make gdk_pixmap_impl_get_type() static.
8939
8940         * gdk/x11/{gdkcolor-x11.c, gdkcursor-x11.c, gdkdrawable-x11.c,
8941         gdkfont-x11.c, gdkgc-x11.c, gdkx.h, gdkimage-x11,gdkvisual-x11.c}
8942         Add public functions to replace previously exported direct
8943         structure access.
8944         gdk_x11_colormap_get_{xdisplay,xcolormap} 
8945         gdk_x11_cursor_get_{xdisplay,xcursor},
8946         gdk_x11_drawable_get_{xdisplay,xcursor,gdk_x11_visual_get_xvisual, 
8947         gdk_x11_font_get_{xdisplay,xfont}, gdk_x11_image_get_{xdisplay,ximage},
8948         gdk_x11_gc_get_{xdisplay,ximage}
8949         
8950         * gdk/gdkprivate.h gdk/gdkinternals.h: Move GdkColorInfo,
8951         GdkEventFilter, GdkClientFilter, GdkFontPrivate to gdkinternals.
8952
8953       Fix a number of variables and functions that were exported
8954       "accidentally" from GDK.
8955
8956         * gdk/**.[ch]: gdk => _gdk for gdk_visual_init,
8957         gdk_events_init, gdk_input_init, gdk_dnd_init, gdk_image_exit, 
8958         gdk_input_exit, gdk_windowing_exit, gdk_event_func, gdk_event_data,
8959         gdk_event_notify, gdk_queued_events, gdk_queued_tail,
8960         gdk_event_new, gdk_events_queue, gdk_events_unqueue,
8961         gdk_event_queue_find_first, gdk_event_queue_remove_link,
8962         gdk_event_queue_append, gdk_event_button_generate,
8963         gdk_debug_flags, gdk_default_filters, gdk_parent_root.
8964
8965         * gdk/x11/{gdkevents-x11.c, gdkglobals-x11.c, gdkimage-x11.c, 
8966            gdkmain-x11.c, gdkprivate-x11.h, gdk/x11/gdkwindow-x11.c}:
8967         gdk => _gdk for gdk_event_mask_table, gkd_nevent_masks, 
8968         gdk_wm_window_protocols, gdk_leader_window, gdk_xgrab_window,
8969         gdk_use_xshm, gdk_input_ignore_core.
8970
8971         * gdk/x11/xsettings-common.h (xsettings_list_insert): Add
8972         #defines to namespace functions into the private _gdk_ 
8973         namespace.
8974
8975         * gdk/gdkwindow.[ch] gdk/x11/gdkx.h: Add gdk_get_default_root_window ()
8976         to replace gdk_parent_root exported variable. Adjust and
8977         deprecate GDK_ROOT_PARENT().
8978
8979         * demos/{testpixbuf-drawable.c,testpixbuf-save.c}: Fix
8980         GDK_ROOT_PARENT usage, remove includes of port-specific
8981         headers.
8982
8983         * gdk/{win32,x11,fb}/gdkinput*.[ch]: s/gdk/_gdk/ for 
8984         _gdk_input_gxid_host, _gdk_input_gxid_port, _gdk_input_ignore_core, 
8985         gdk_input_devices, _gdk_input_windows, gdk_init_input_core.
8986
8987         * gdk/x11/{gdkevents-x11.,c gdkglobals-x11.c, gdkmain-x11.c}
8988         docs/Changes-2.0.txt: Remove gdk_wm_protocols, 
8989         gdk_wm_delete_window functions, gdk_wm_take_focus, 
8990         use gdk_atom_intern() instead.
8991
8992         * gdk/linux-fb/{gdkselection-fb.c, gdkmain-fb.c, gdkprivatefb.h}
8993           gdk/win32/{gdkselection-win32.c, gdkmgdkwin32.h, gdkprivate-win32.h} 
8994           gdk/x11/{gdkselection-x11.c gdkx.h, gtkprivate-x11.h}
8995           gtk/gtkselection.c 
8996         Unexport gdk_selection_property, just use 
8997         gdk_atom_intern ("GDK_SELECTION").
8998
8999         * gdk/x11/{gdkprivate-x11.h,gdkdrawable-x11h,gdkgc-x11.c,gdkx.h}: 
9000         Unexport gdk_drawable_impl_x11_get_type, gdk_gc_x11_get_type, 
9001         GDK_GC_X11 cast macros, GdkGCX11 structures, GdkCursorPrivate, 
9002         GdkVisualprivate, gdk_x11_gc_flush.
9003
9004       Make a number of public exports of variables into functions
9005       to increase encapsulation.
9006
9007         * gdk/gdkinternals.h gdk/gdkinput.h gdk/gdkevents.h 
9008         gdk/linux-fb/gdkmouse-fb.c: gdk_core_pointer => _gdk_core_pointer, 
9009         move to gdkinternals.h. Add gdk_device_get_core_pointer ().     
9010
9011         * gdk/gdkprivate.h gdk/gdkpango.c gdk/gdkinternals.h
9012         docs/Changes-2.0.txt: Unexport gdk_parent_root, gdk_error_code, 
9013         gdk_error_warnings.
9014
9015         * gdk/x11/{gdkcolormap-x11.c, gdkmain-x11.c, gdkx.h}
9016           docs/Changes-2.0.txt: 
9017         s/gdk_screen/_gdk_screen/, add gdk_x11_get_default_screen()
9018         s/gdk_root_window/_gdk_root_window/, add gdk_x11_get_default_root_xwindow()
9019         Add gdk_x11_get_default_xdisplay().
9020
9021         * gdk/gdk.h gdk/gdk.c linux-fb/gdkfb.h linux-fb/gdkglobals-fb.c 
9022         win32/gdkwin32.h x11/gdkglobals-x11.c gdk/x11/gdkmain-x11.c 
9023         gdk/x11/gdkx.h: gdk/gdk.def: Add gdk_get/set_program_class, 
9024         Don't export gdk_progclass, move --class command line
9025         option and handling to common portion of GDK.
9026
9027       Miscellaneous fixes:
9028
9029         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon_list): Fix
9030         g_return_val_if_fail that should have been g_return_if_fail.
9031
9032         * gdk/gdkinternals.h gdk/gdkprivate.h: Move
9033         gdk_synthesize_window_state() to the semi-public gdkprivate.h.
9034
9035         * gtk/gtkdnd.c (_gtk_drag_source_handle_event): Remove uneeded
9036         X11 dependency.
9037
9038         * gdk/linux-fb/gdkmain-fb.c gdk/win32/gdkmain-win32.c gdk/TODO: 
9039         Remove unused gdk_key_repeat_disable/restore.
9040
9041         * linux-fb/gdkglobals-fb.c win32/gdkglobals-win32.c 
9042         x11/gdkglobals-x11.c x11/gdkprivate-x11.h gdk/gdk.def:
9043         Remove unused gdk_null_window_warnings variable.
9044
9045         * gdk/Makefile.am (DIST_SUBDIRS) nanox/*: cvs remove nanox;
9046         it can be retrieved from the repository; it is too far
9047         from functional to be worth having people check out;
9048         it would be easier to start from scratch, I suspect.
9049
9050         * gdk/x11/gdkpixmap-x11.c: Fix lvalue usage of GDK_PIXMAP_XID().
9051
9052         * gdk/x11/gdkkeys-x11.c gdk/gdkrgb.c gdk/gdkwindow.c 
9053         gdk/x11/gdkpango-x11.c gdk/x11/gdkselection-x11.c: 
9054         Fix some accidentally global variables and unused global variables.
9055
9056         * gdk/x11/gdkkeys-x11.c gdk/gdkrgb.c gdk/gdkwindow.c 
9057         gdk/x11/gdkpango-x11.c gdk/x11/gdkselection-x11.c: 
9058         Fix some accidentally global variables and unused global variables.
9059
9060       Add some space for future expansion to multihead.
9061
9062         * gdk/gdkdrawable.h: Add four reserved function pointers
9063         for future expansion of GdkDrawableClass.
9064
9065         * gtk/gtkwindow.h gtk/gtkinvisible.h: Add reserved pointer
9066         where we can put a GdkScreen * later.
9067
9068 2001-09-07  Havoc Pennington  <hp@redhat.com>
9069
9070         * gtk/gtktextview.c (gtk_text_view_flush_scroll): update
9071         adjustments after validating destination yrange; fixes #53918
9072         (This may cause other issues, but I hope it won't)
9073         
9074 2001-09-05  Havoc Pennington  <hp@redhat.com>
9075
9076         * gtk/gtktextbtree.c (_gtk_text_btree_delete): when merging end
9077         line into start line, update the character counts in parent nodes; 
9078         caused a bug when end and start line had different parent nodes.
9079
9080 2001-08-30  Havoc Pennington  <hp@redhat.com>
9081         
9082         * gtk/gtktexttag.c (_gtk_text_attributes_fill_from_tags): add
9083         assertion that tag is in a table
9084
9085 Fri Sep  7 12:48:56 2001  Matthias Clasen  <matthiasc@poet.de>
9086
9087         * gdk/x11/gdkkeys-x11.c (get_direction): Don't call
9088         g_strcasecmp on NULL strings. (#59058)
9089
9090 2001-09-06  Alex Larsson  <alexl@redhat.com>
9091
9092         * gtk/gtkbin.c:
9093         * gtk/gtkfontsel.c:
9094         * gtk/gtkspinbutton.c:
9095         * gtk/gtktipsquery.c:
9096         Use GtkType/GType instead of uint.
9097
9098 Tue Sep  4 18:13:43 2001  Jonathan Blandford  <jrb@redhat.com>
9099
9100         * gtk/gtkliststore.c (gtk_list_store_init): fix initial val for
9101         sort column.
9102
9103         * gtk/gtktreestore.c (gtk_list_store_init): ditto
9104
9105         * gtk/gtktreesortable.c: add docs.
9106
9107 Tue Sep  4 09:37:19 2001  Owen Taylor  <otaylor@redhat.com>
9108
9109         * Version 1.3.7
9110
9111         * configure.in docs/Makefile.am docs/gtk-config.1.in: Remove 
9112         docs for gtk-config
9113
9114         * modules/input/Makefile.am (install-data-local): Don't
9115         run gtk-query-immodules if DESTDIR is set.
9116
9117         * NEWS: Various additions.
9118
9119 Tue Sep  4 03:12:25 2001  Tim Janik  <timj@gtk.org>
9120
9121         * NEWS: updates for 1.3.7 release.
9122
9123 Mon Sep  3 18:03:56 2001  Jonathan Blandford  <jrb@redhat.com>
9124
9125         * gtk/gtktreestore.c (gtk_tree_store_set_default_sort_func):
9126         handle default sort feature
9127
9128         * gtk/gtktreesortable.c (gtk_tree_sortable_set_default_sort_func):
9129         new function to handle default sort.
9130         (gtk_tree_sortable_has_default_sort_func): check if default sort
9131         is set.
9132
9133         * gtk/gtkliststore.c (gtk_list_store_set_default_sort_func): 
9134         handle default sort feature
9135
9136 Sun Sep  2 20:32:36 2001  Jonathan Blandford  <jrb@redhat.com>
9137
9138         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_cell): patch from
9139         vishnu@pobox.com (Joshua N Pritikin) to fix math and an assertion,
9140         #59731
9141
9142 Sun Sep  2 17:38:42 2001  Jonathan Blandford  <jrb@redhat.com>
9143
9144         * gtk/gtktreeview.c (gtk_tree_view_deleted): Patch from
9145         vishnu@pobox.com (Joshua N Pritikin) to emit signal at the correct
9146         time, #59727
9147
9148         * gtk/gtkbutton.c (gtk_button_update_state): Get depressed
9149         correctly.
9150
9151 Sun Sep  2 21:41:21 2001  Owen Taylor  <otaylor@redhat.com>
9152
9153         * gdk/x11/gdkkeys-x11.c (update_keymaps): Set current serial
9154         so that we don't eternally update the keymap after we
9155         get a change notification.
9156
9157         * gtk/gtkmenuitem.c (gtk_menu_item_set_right_justified): Fix
9158         incorrect cast.
9159
9160 Sun Sep  2 23:27:16 2001  Kristian Rietveld  <kristian@planet.nl>
9161
9162         * gtk/gtktreemodelsort.[ch]: much changes in an attempt to make
9163         it working. It mostly works now, although there're still a few issues
9164         to be worked out.
9165
9166         * tests/testtreesort.c (main): changes to have a better test
9167         application for the GtkTreeModelSort.
9168
9169 Sun Sep  2 23:19:07 2001  Kristian Rietveld  <kristian@planet.nl>
9170
9171         * gtk/gtktreeview.c (gtk_tree_view_search_iter): code cleaup,
9172         fix for bug #59222.
9173
9174         * gtk/gtktreeview.c (gtk_tree_view_search_equal_func): add
9175         gpointer search_data argument to function definition and
9176         prototype, to match GtkTreeViewSearchEqualFunc typedef.
9177
9178 Sat Sep  1 21:57:27 2001  Kristian Rietveld  <kristian@planet.nl>
9179
9180         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): add warnings
9181         per jrb's request.
9182
9183 Fri Aug 31 20:01:23 2001  Jonathan Blandford  <jrb@redhat.com>
9184
9185         * gtk/gtktreeview.c (gtk_tree_view_search_iter): pass in user data.
9186
9187         * gtk/gtktreeview.c (gtk_tree_view_destroy): destroy search_data.
9188
9189 Wed Aug 29 20:40:58 2001  Owen Taylor  <otaylor@redhat.com>
9190
9191         * gtk/gtktextbuffer.[ch] (gtk_text_buffer_add/remove_selection_clipboard): 
9192         Instead of always mirroring the selection to a single PRIMARY
9193         selection, allow it to be mirrored to any number of clipboards.
9194
9195         * gtk/gtktextbuffer.[ch] (gtk_text_buffer_paste_primary): Remove, 
9196         just use gtk_text_buffer_paste_clipboard with the appropriate clipboard.
9197
9198         * gtk/gtktextbuffer.[ch] (gtk_text_buffer_cut/copy/paste_clipboard): Add a
9199         GtkClipboard argument, and for paste_clipboard, the
9200         @override_location argument from @paste_primary.
9201
9202         * gtk/gtktextview.c: Adapt to above change.
9203         
9204 2001-08-30  Havoc Pennington  <hp@redhat.com>
9205
9206         * gtk/gtktextview.c (invalidated_handler): put validate idle at
9207         resize - 2 just for flexibility
9208
9209 2001-08-30  Havoc Pennington  <hp@redhat.com>
9210
9211         * gtk/gtktextdisplay.c (render_layout_line): handle NULL shaped
9212         object from the empty-child-anchor case by drawing a little box.
9213         
9214         * gtk/gtktextlayout.c (add_child_attrs): Still set shape attribute
9215         if the child anchor has no anchored widgets - fixes #59328.
9216
9217         Also, remove bizarre deletion of preedit string that seems to have
9218         gotten in here somehow.
9219
9220 2001-08-30  Havoc Pennington  <hp@redhat.com>
9221
9222         * gtk/gtktextview.c (gtk_text_view_check_cursor_blink): apply fix
9223         to #58420 from Hidetoshi Tajima and Matthias Clasen
9224
9225 Wed Aug 29 17:28:04 2001  Jonathan Blandford  <jrb@redhat.com>
9226
9227         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
9228         change color when the GtkTreeView loses focus.
9229
9230         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render):
9231         ditto.
9232         
9233         * gtk/gtkstyle.c (gtk_default_draw_flat_box): ditto
9234
9235 2001-08-28  Havoc Pennington  <hp@pobox.com>
9236
9237         * gtk/gtkwindow.c (gtk_window_set_icon_list): fix g_object_notify
9238
9239 2001-08-28  Havoc Pennington  <hp@pobox.com>
9240
9241         * demos/gtk-demo/main.c (setup_default_icon): add default icon
9242
9243         * gtk/gtkradiobutton.c (gtk_radio_button_new_with_mnemonic):
9244         warning fix
9245         (gtk_radio_button_new_with_label): warning fix
9246
9247         * gtk/gtkdnd.c: used some random GtkImage private structs, 
9248         update to reflect GtkImage changes
9249
9250         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon_list): don't check
9251         whether the hint is supported, just always set the icon. A task
9252         list might want to use it even if the WM doesn't, and the WM may
9253         change over time. Also, XDeleteProperty() if list == NULL.
9254
9255         * gtk/gtkwindow.c (gtk_window_set_icon_list)
9256         (gtk_window_get_icon_list)
9257         (gtk_window_set_icon)
9258         (gtk_window_get_icon)
9259         (gtk_window_set_default_icon_list)
9260         (gtk_window_get_default_icon_list):
9261         new functions
9262
9263         * gtk/gtk-boxed.defs (GtkIconSet): add GtkIconSet
9264
9265         * gtk/gtkimage.c: Implement property support, bug #59408
9266
9267         * gtk/gtkcontainer.c (gtk_container_add): make the warning message
9268         on reparent-without-removing-first a bit more helpful.
9269         Let's just destroy this FAQ.
9270
9271 Tue Aug 28 21:37:11 2001  Matthias Clasen  <matthiasc@poet.de>
9272
9273         * demos/gtk-demo/appwindow.c (do_appwindow): Use g_signal_connect_object
9274         instead of gtk_signal_connect, to avoid warnings at destruction time. (#58161)
9275
9276 Tue Aug 28 21:00:44 2001  Matthias Clasen  <matthiasc@poet.de>
9277
9278         * gtk/gtkprogressbar.c (gtk_progress_bar_set_text): Move the setting
9279         of use_text_format to the end of the function. (#56447)
9280
9281 Tue Aug 28 20:06:07 2001  Matthias Clasen  <matthiasc@poet.de>
9282
9283         * demos/testpixbuf.c (update_timeout): Use gdk_pixbuf_loader_get_pixbuf
9284         only in response to an area_prepared signal.
9285
9286 2001-08-28  Alex Larsson  <alexl@redhat.com>
9287
9288         * gtk/gtkwidget.c (gtk_widget_class_init):
9289         Make unrealize GTK_RUN_LAST.
9290
9291 Mon Aug 27 22:00:41 2001 Manish Singh <yosh@gimp.org>
9292
9293         * gtk/gtkradiobutton.c: fix silly cut'n'paste error,
9294         with_label and with_mnemonic should create radio buttons, not
9295         check buttons
9296
9297 Mon Aug 27 15:28:56 2001  Jonathan Blandford  <jrb@redhat.com>
9298
9299         * tests/testtreefocus.c (main): Fix to use GtkSelectionMode.
9300         * tests/treestoretest.c (make_window): ditto
9301         * demos/gtk-demo/main.c (create_tree): ditto
9302         * demos/gtk-demo/stock_browser.c (do_stock_browser): ditto.
9303
9304 Mon Aug 27 15:18:14 2001  Jonathan Blandford  <jrb@redhat.com>
9305
9306         * gtk/gtktreeselection.c (gtk_tree_selection_set_mode): Use the
9307         GTK selection types rather than GtkTreeSelectionMode.
9308
9309         * docs/Changes-2.0: Add comment about selection change.
9310
9311 Mon Aug 27 14:21:30 2001  Jonathan Blandford  <jrb@redhat.com>
9312
9313         * gtk/gtkenums.h (GtkSelectionMode): deprecate
9314         GTK_SELECTION_EXTENDED.
9315
9316         * gtk/gtkclist.c: Remove old GTK_SELECTION_MULTIPLE behavior.
9317         Make GTK_SELECTION_EXTENDED be GTK_SELECTION_MULTIPLE.
9318
9319         * gtk/gtkctree.c: ditto
9320
9321         * gtk/gtklist.c: ditto
9322
9323         * gtk/gtktree.c: ditto
9324
9325 Mon Aug 27 14:18:12 2001  Owen Taylor  <otaylor@redhat.com>
9326
9327         * gtk/gtkmenubar.h (gtk_menu_bar_prepend): Fix a cuple
9328         of typos in compat macros. (#59624, Skip Montaro)
9329
9330 Sun Aug 26 20:00:00 2001  Owen Taylor  <otaylor@redhat.com>
9331
9332         * configure.in acinclude.m4: Use autoconf 2.13/2.50 compat
9333         macro.
9334
9335          (patch from ERDI Gergo  <cactus@cactus.rulez.org>, #58920)
9336  
9337         * gtk/gtkmenuitem.c (gtk_menu_item_set_right_justified): Change
9338         interface to be a standard setter from gtk_menu_item_right_justify.
9339         (gtk_menu_item_get_right_justified): a getter to go with the setter
9340
9341         * gtk/gtkmenuitem.h: Add a deprecated compat macro for
9342         gtk_menu_item_right_justify.
9343
9344         * demos/gtk-demo/menus.c tests/testgtk.c: Switch to 
9345         gtk_menu_item_set_right_justified.
9346  
9347 2001-08-27  Jens Finke <jens@gnome.org>
9348
9349         * gtk+.spec.in: Updated to match gpp requirements, reworked the
9350         files section to make it work with 1.3.x releases.
9351
9352 2001-08-26  Alexander Larsson  <alla@lysator.liu.se>
9353
9354         * gtk/gtkbutton.[ch]:
9355         Add properties for labels, mnemonics and stock items.
9356         Added C accessor functions for the properties.
9357         Removed deprecated button->child.
9358
9359         * gtk/gtkradiobutton.c:
9360         * gtk/gtktogglebutton.c:
9361         Update to use the functions in GtkButton.
9362
9363         * gtk/gtkcheckbutton.c:
9364         Update to use the functions in GtkButton.
9365         Changed size allocation of child. Now only gets as much
9366         space as it requests.
9367
9368         * gtk/gtkclist.c:
9369         Don't use GtkButton->child
9370
9371         * gtk/gtklabel.c:
9372         Fixed typo in docs
9373         
9374 2001-08-26  Alexander Larsson  <alla@lysator.liu.se>
9375
9376         * tests/testgtk.c:
9377         * tests/Makefile.am:
9378         Ressurect the properties test.
9379         I don't care if it is inferior, I just want to test my property code.
9380
9381 2001-08-25  Chema Celorio  <chema@celorio.com>
9382
9383         * gtk/gtktable.c (gtk_table_set_child_property): pass ->nrows to
9384         gtk_table_resize as the first argument for CHILD_PROP_RIGHT_ATTACH
9385         and CHILD_PROP_LEFT_ATTACH v.s. using ->ncols
9386
9387 2001-08-24  Havoc Pennington  <hp@pobox.com>
9388
9389         * gtk/gtkcompat.h: remove gtk_menu_* compat defines; 
9390         these are already in gtkmenu.h, and the copies
9391         here were broken.
9392
9393         Also, change GTK_DISABLE_COMPAT_H to GTK_DISABLE_DEPRECATED
9394
9395         * gdk/gdkpixbuf-drawable.c (gdk_pixbuf_get_from_image):
9396         special-case bitmaps to allow no colormap
9397         (bitmap1): implement no-colormap bitmap-getting
9398         (bitmap1a): implement no-colormap bitmap-getting to pixbuf with
9399         alpha
9400         (rgb8): indentation
9401         (rgb1a, rgb1): change the way we read the data out of the image, 
9402         old way didn't seem to work quite right.
9403
9404         I'm pretty sure a lot of the rgbconvert code is still broken.
9405         
9406         * gtk/gtkwindow.c (gtk_window_move_resize): move hints comparison
9407         above position constraint (I really intended to do this before,
9408         don't know what's up with that)
9409         (gtk_XParseGeometry): shut up gcc
9410
9411         * gdk/gdkpixbuf-drawable.c (rgb1a): fix bug where "x1" was used
9412         and "0" should have been. remove the attempted 4-bytes-at-once
9413         optimization, it was totally broken.
9414
9415 Sat Aug 25 19:02:39 2001  Owen Taylor  <otaylor@redhat.com>
9416
9417         * gtk/gtkbutton.[ch] gtk/gtktogglebutton.c: Add optional movement
9418         on push to buttons (based on patch from Soeren Sandmann, #54720)
9419
9420           - Add child_displacement_x/y style properties to control how far the
9421             child moves when the button is depressed.
9422
9423           - Add non-exported function _gtk_button_set_depressed to clean
9424             up the handling of the in/out shadow and separate it frmo
9425             widget->state.
9426
9427           - Lots of code cleanup and simplification of state handling
9428             for GtkButton/GtkToggleButton.
9429  
9430         * tests/testgtkrc: Set the x/y displacement to 1 to provide a test
9431         of button movement. testgtk + testgtkrc == test ugly GTK+, as always.   
9432
9433 Fri Aug 24 23:09:05 2001  Owen Taylor  <otaylor@redhat.com>
9434
9435         * gtk/gtkimage.[ch] docs/Changes-2.0.txt: Break compatibility 
9436         and make gtk_image_new() take no arguments. The compiler will
9437         catch it, and it is vastly more useful than having
9438         gtk_image_new() be a deprecated alias for gtk_image_new_from_image().  
9439
9440         * gtk/gtkmenu.c (gtk_menu_set_property): Apply patch
9441         to add tearoff-title property (#51319, Lee Mallabone)
9442
9443 Fri Aug 24 22:12:32 2001  Owen Taylor  <otaylor@redhat.com>
9444
9445         * gtk/gtkmenuitem.[ch]: Remove unused and useless function
9446         gtk_menu_item_configure(). (#58925)
9447
9448 Fri Aug 24 16:03:45 2001  Jonathan Blandford  <jrb@redhat.com>
9449
9450         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_cell): Add
9451         "use_align" to give people the option to just make a cell visible.
9452
9453         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_point): fix bug where
9454         we were scrolling past the end of the tree.
9455
9456         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_pack_start):
9457         rename gtk_tree_view_column_pack_start_cell_renderer to
9458         gtk_tree_view_column_pack_start.  Same for pack_end, and clear.
9459
9460 Fri Aug 24 12:02:08 2001  Owen Taylor  <otaylor@redhat.com>
9461
9462         * gtk/gtktextbuffer.c (gtk_text_buffer_new): Remove
9463         a stray g_object_ref() left over from gtk_object_ref/sink.
9464         (Pointed out by Josh Pritikin.)
9465
9466 Thu Aug 23 19:33:54 2001  Owen Taylor  <otaylor@redhat.com>
9467
9468         * gtk/gtkcontainer.[ch]: Rename gtk_container_children()
9469         to gtk_container_get_children. Added deprecated compatibility
9470         macro. (Suggested by Vitaly Tishkov, #59051)
9471
9472         * gtk/gtktoolbar.c gtkdialog.c: Fix gtk_container_children()
9473         calls.
9474
9475 Thu Aug 23 19:10:01 2001  Owen Taylor  <otaylor@redhat.com>
9476
9477         * gtk/gtkmenubar.h (gtk_menu_bar_insert): Deprecate 
9478         gtk_menu_bar_append/prepend/insert, forgot to do this
9479         when we deprecated gtk_menu_append/prepend/insert.
9480
9481         * gtk/gtkmenu.h (gtk_menu_insert): Add casts to deprecated
9482         compat macros.
9483
9484         * gtk/gtkmenu.c: Fix problem with static gtk_menu_insert() being
9485         renamed by compat macro.
9486
9487         * gtk/gtkfontsel.h: Deprecated gtk_font_selection_get_font(),
9488         gtk_font_selection_dialog_get_font(). (Suggested by
9489         Vitaly Tishkov, #59383)
9490
9491 Thu Aug 23 18:23:31 2001  Owen Taylor  <otaylor@redhat.com>
9492
9493         * gtk/gtktexttag.c (gtk_text_tag_table_get_size): 
9494         Rename from gtk_text_tag_table_size(). (#59366)
9495
9496 Thu Aug 23 20:01:41 2001  Kristian Rietveld  <kristian@planet.nl>
9497
9498         * gtk/gtktreemodelsort.[ch], gtk/gtktreesortable.[ch],
9499         gtk/gtktreestore.[ch], gtk/gtktreeviewcolumn.[ch],
9500         gtk/gtkliststore.[ch]: use GtkSortType instead of GtkTreeSortOrder.
9501         (#59173).
9502
9503 Thu Aug 23 16:26:47 2001  Tim Janik  <timj@gtk.org>
9504
9505         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_finalize): 
9506         * gtk/gtktextmark.c (gtk_text_mark_finalize): chain parent class
9507         handlers, pointed out by Joshua N Pritikin <vishnu@pobox.com>.
9508
9509 Wed Aug 22 19:15:39 2001  Owen Taylor  <otaylor@redhat.com>
9510
9511         [ Patch from Sebastian Wilhelmi, 52790 ]
9512
9513         * gtk/gtkversion.h.in gtk/gtk.h: New file replacing gtkcompat.h
9514
9515         * gdk/gdkcompat.h gdk/gdk*.h gtk/gtkcompat.h.in gtk/gtk*.h: 
9516         Move compatibility macros from g[dt]kcompat.h to within 
9517         #ifndef G[DT]K_DISABLE_DEPRECATED in each file.
9518
9519         * gdk/gdk-pixbuf-csource.c: Fix up include of gtkcompat.h.
9520
9521         * demos/Makefile.am demos/gtk-demo/Makefile.am 
9522           docs/reference/gdk-pixbuf/Makefile.am modules/input/Makefile.am
9523           tests/Makefile.am: Remove references to -G[DT]K_DISABLE_DEPRECATED.
9524
9525         * demos/{pixbuf-demo.c,testpixbuf-drawable.c,testpixbuf-save.c,
9526                  testpixbuf.c}: Fix usages of deprecated functions.
9527
9528 Wed Aug 22 19:03:27 2001  Jonathan Blandford  <jrb@redhat.com>
9529
9530         * gtk/gtktreeview.c (gtk_tree_view_set_model): clean up selection
9531         when changing models.
9532
9533 Wed Aug 22 18:25:46 2001  Jonathan Blandford  <jrb@redhat.com>
9534
9535         * gtk/gtktreeview.c: Fix selection.  I think it's all dandy now.
9536         We check the current event for modifiers rather than try to trap
9537         all presses.
9538
9539 2001-08-22  Anders Carlsson  <andersca@gnu.org>
9540
9541         * gtk/gtkliststore.h (GTK_LIST_STORE_CLASS): Fix a small typo.
9542         It's LIST_STORE, not LISTSTORE.
9543
9544 Tue Aug 21 12:43:29 2001  Owen Taylor  <otaylor@redhat.com>
9545
9546         * gtk/gtk.h: Remove commented out gtkpacker reference.
9547
9548 2001-08-21  Matthias Clasen  <matthiasc@waldgeist.poet.de>
9549
9550         * configure.in (all_loaders): Add tga loader, 
9551         patch by Nicola Girardi. (#56067)
9552
9553 Tue Aug 21 02:57:13 2001  Jonathan Blandford  <jrb@redhat.com>
9554
9555         * gtk/gtktreeview.c (gtk_tree_view_button_press): Fix up selection
9556         a little.  More needs to be done tomorrow.
9557
9558 Tue Aug 21 00:45:55 2001  Jonathan Blandford  <jrb@redhat.com>
9559
9560         * gtk/gtktreeview.c (gtk_tree_view_destroy): Grr... Get it right.
9561
9562 Mon Aug 20 23:48:18 2001  Jonathan Blandford  <jrb@redhat.com>
9563
9564         * gtk/gtktreeview.c (gtk_tree_view_get_cell_area): Fix bug
9565         reported by Kristian Rietveld <kristian@planet.nl> to handle row
9566         == NULL.
9567         (gtk_tree_view_destroy): Fix bug reported by Kristian Rietveld
9568         <kristian@planet.nl> to change destroy order.
9569
9570 Mon Aug 20 11:39:44 2001  Jonathan Blandford  <jrb@redhat.com>
9571
9572         * gtk/gtktreeselection.c (gtk_tree_selection_class_init): Use
9573         correct marshaller.
9574
9575 Sun Aug 19 03:22:59 2001  Jonathan Blandford  <jrb@redhat.com>
9576
9577         * gtk/gtkliststore.c: Fix up warnings, #58928.
9578
9579         * gtk/gtktreeselection.h: Change signal prototype, #58647
9580
9581         * gtk/gtktreeview.c (_gdk_tree_view_find_node): Make more robust,
9582         #59221.
9583
9584         * gtk/gtkstyle.c: Actually prelight arrow, #50981
9585         
9586 2001-08-18  Hans Breuer  <hans@breuer.org>
9587
9588         * gdk/gdk.def : updated externals
9589
9590         * gdk/win32/gdkselection-win32.c : returning TRUE with gdk_selection_set
9591         is required to get (at least) visible in entry fields. Some selections
9592         are really handled now - even on win32 - but copying via middle
9593         mouse button into a different app needs to wait ... 
9594
9595         * gdk/win32/gdkdnd-win32.c : implemented inter-app drag&drop
9596         mostly by stealling code from gdkdnd-fb.c. Thanks to who ever wrote it!
9597
9598         * gdk/win32/gdkevents-win32.c : some tweaking to get better expose
9599         handling. I'm not sure if it is better now, but at least not worse
9600
9601         * gdk/win32/gdkgeometry-win32.c : replaced every call to MoveWindow
9602         with SetWindowPos () which allows more fine-tuning backing-store wise
9603
9604         * gdk/win32/gdkwindow-win32.c : allow unraised gdk_window_show ().
9605         Also changed move/resize to be more like the X version.
9606
9607         * gtk/gtk.def : updated externals
9608
9609 2001-08-19  Sven Neumann  <sven@gimp.org>
9610
9611         * gtk/gtktooltips.c
9612         * tests/testtreesort.c
9613         * tests/treestoretest.c: inserted some casts to get rid of compiler
9614         warnings.
9615
9616 Sun Aug 19 01:44:44 2001  Jonathan Blandford  <jrb@redhat.com>
9617
9618         * gtk/gtktreeviewcolumn.c
9619         (gtk_tree_view_column_pack_{start,end}_cell_renderer): sink cell.
9620
9621         * gtk/gtktreeview.c (gtk_tree_view_insert_column): sink column.
9622         (_gtk_tree_view_find_node): If *node is NULL,
9623         *tree should be NULL too.
9624
9625         * demos/gtk-demo/stock_browser.c (do_stock_browser): don't unref
9626         column/renderers.
9627         * tests/testtreecolumns.c: ditto
9628         * tests/testtreefocus.c: ditto
9629         * tests/testtreesort.c: ditto
9630         * tests/testtreeview.c: ditto
9631         * tests/treestoretest.c: ditto
9632
9633 Sat Aug 18 04:34:31 2001  Jonathan Blandford  <jrb@redhat.com>
9634
9635         * gtk/gtkcellrenderer.c (gtk_cell_renderer_class_init): 2 new
9636         signals; is_expander/is_expanded.
9637
9638         * gtk/gtlcellrendererpixbuf.c: Allow other expanded and closed
9639         pixbufs.
9640
9641         * gtk/gtktreeview.c: set above properties.
9642
9643 Sat Aug 18 23:01:33 2001  Owen Taylor  <otaylor@redhat.com>
9644
9645         * gtk/gtkwidget.h: Really remove set_default_style().
9646
9647         * docs/Changes-2.0.txt: added a note about
9648         gtk_widget_push/pop/set_default_style.
9649
9650 2001-08-18  Havoc Pennington  <hp@pobox.com>
9651
9652         * gtk/gtkwindow.c (gtk_window_move_resize): constrain position on
9653         hints_changed in addition to the other cases.
9654         (gtk_window_move_resize): include last position from configure
9655         notify in debug spew
9656
9657 2001-08-18  James Henstridge  <james@daa.com.au>
9658
9659         * gtk/gtkaccelgroup.c (gtk_accel_group_object_destroy): use the
9660         second argument to the weak ref notify, cleaning up some uglyness.
9661         (gtk_accel_group_attach): remove and add the weak notifier when
9662         changing the accel groups slist.
9663         (gtk_accel_group_detach): same here.
9664
9665 2001-08-17  Darin Adler  <darin@bentspoon.com>
9666
9667         * gtk/gtktreeview.c: (gtk_tree_view_search_equal_func): Add
9668         missing parameters to utf8 functions to make it compile.
9669
9670 Fri Aug 17 19:30:14 2001  Jonathan Blandford  <jrb@redhat.com>
9671
9672         * gtk/gtktreeprivate.h:
9673         * gtk/gtktreeview.c: (gtk_tree_view_class_init),
9674         (gtk_tree_view_init), (gtk_tree_view_set_property),
9675         (gtk_tree_view_get_property), (gtk_tree_view_destroy),
9676         (gtk_tree_view_key_press), (gtk_tree_view_leave_notify),
9677         (gtk_tree_view_focus_out), (gtk_tree_view_set_model),
9678         (gtk_tree_view_set_destroy_count_func),
9679         (gtk_tree_view_set_enable_search),
9680         (gtk_tree_view_get_enable_search),
9681         (gtk_tree_view_get_search_column),
9682         (gtk_tree_view_set_search_column),
9683         (gtk_tree_view_get_search_equal_func),
9684         (gtk_tree_view_set_search_equal_func),
9685         (gtk_tree_view_search_dialog_destroy),
9686         (gtk_tree_view_search_position_func),
9687         (gtk_tree_view_interactive_search),
9688         (gtk_tree_view_search_delete_event),
9689         (gtk_tree_view_search_button_press_event),
9690         (gtk_tree_view_search_key_press_event),
9691         (gtk_tree_view_search_move), (gtk_tree_view_search_equal_func),
9692         (gtk_tree_view_search_iter), (gtk_tree_view_search_init):
9693         * gtk/gtktreeview.h:
9694         Add heavily modified patch from Kristian Rietveld to handle
9695         interactive searching.
9696
9697 Fri Aug 17 17:30:34 2001  Tim Janik  <timj@gtk.org>
9698
9699         * gtk/gtktreemodel.c (gtk_tree_path_new_from_string): const correct
9700         string parameter.
9701
9702         * gtk/gtkoptionmenu.c (gtk_option_menu_set_menu): connect to
9703         GtkMenuShell::selection_done, now that we have it, instead of 
9704         ::deactivate so we're not tearing the menu apart and notify
9705         the user prematurely.
9706
9707 Thu Aug 16 05:22:01 2001  Tim Janik  <timj@gtk.org>
9708
9709         * gtk/gtkwindow.c (gtk_window_move_resize): if we actually move our
9710         window, clear window->need_default_position to avoid infinite loops.
9711         some comment fixups and GTK_RESIZE_IMMEDIATE fixups.
9712
9713 Wed Aug 15 12:36:55 2001  Tim Janik  <timj@gtk.org>
9714
9715         * gtk/gtktreeview.c (gtk_tree_view_set_model): move all model setup
9716         code into this place. get rid of GTK_TREE_VIEW_MODEL_SETUP usage.
9717         (gtk_tree_view_set_property): don't cast possible NULL objects.
9718         (gtk_tree_view_destroy): reset the model to NULL.
9719
9720         * gtk/gtktreeselection.c (gtk_tree_selection_finalize): chain
9721         parent_class handler.
9722
9723 2001-08-17  Matthias Clasen  <matthiasc@waldgeist.poet.de>
9724
9725         * gtk/demos/gtk-demo/*: Remove all uses of deprecated functions.
9726
9727 2001-08-17  Anders Carlsson  <andersca@gnu.org>
9728
9729         * gtk/gtkstyle.c (create_expander_affine): Divide with floating
9730         point numbers so that the result will be floating point.
9731
9732 2001-08-16  Matthias Clasen  <matthiasc@waldgeist.poet.de>
9733
9734         * tests/testgtk.c (create_handle_box): 
9735         (create_toolbar): Replace gtk_window_set_policy calls by
9736         gtk_window_set_resizable.
9737
9738 2001-08-16  Jakub Steiner <jimmac@ximian.com>
9739
9740         * gtk/stock-icons/dialog_info.png: new style bulb
9741         * gtk/stock-icons/dialog_error.png: maybe a little drastic ;)
9742         * gtk/stock-icons/dialog_warning.png: need a hand?
9743         * gtk/stock-icons/stock_add.png, stock_remove.png: I hope 
9744           the aa border gets chopped off ok
9745         * gtk/stock-icons/stock_colorselector.png: using the new hand
9746         * gtk/stock-icons/stock_dnd_multiple.png: I'm not totally sure what 
9747           this one is for, but the old icon was butt ugly.
9748         * gtk/stock-icons/stock*_insert_image.png: not sure if it belongs here
9749         * gtk/stock-icons/stock*_insert_object.png: "
9750         * gtk/stock-icons/stock_index.png: using new hand icon
9751         * gtk/stock-icons/stock*_new.png: the document template being used 
9752           elsewhere too
9753         * gtk/stock-icons/stock*_print*.png: new print and print preview 
9754           icons (panel/menu)  
9755         * gtk/stock-icons/stock*_save*.png, stock*_revert.png: new save/revert 
9756           icons based on Tuomas' floppy image.
9757         * gtk/stock-icons/stock*_search*.png: search and s'n'r icons for panel/menu
9758         * gtk/stock-icons/stock*_stop.png: replacing the old 'x' button
9759         * gtk/stock-icons/stock*_trash.png: based on Tuomas' trash icon
9760         * gtk/stock-icons/stock*_undelete.png: "
9761         * gtk/stock-icons/stock_preferences.png: I have a version with a 
9762           document base if the sliders are no good.
9763         * gtk/stock-icons/stock_properties.png: properties 
9764         
9765
9766         * gtk/stock-icons/stock*_copy.png, stock*_cut.png, stock*_paste.png: Tuomas' 
9767           (tigert@ximian.com) clipboard icons
9768         * gtk/stock-icons/stock_{up,down,left,right}_arrow.png: tigert's new arrows
9769         * gtk/stock-icons/stock*_{undo,redo}.png: tigert's undo/redo icons.
9770         * gtk/stock-icons/stock_open.png: shaded open icon by Tuomas. we should make it a
9771           little bigger IMHO
9772
9773 2001-08-16  Sven Neumann  <sven@gimp.org>
9774
9775         * gtk/gtkbox.c (gtk_box_class_init): removed unused widget_class.
9776
9777 2001-08-15  Padraig O'Briain  <padraig.obriain@sun.com>
9778
9779         * gtk/gtkcellrenderertext.c:
9780         Avoid warning when specifying NULL for "attributes" property
9781
9782 2001-08-15  Matthias Clasen  <matthiasc@waldgeist.poet.de>
9783
9784         * docs/debugging.txt: Add a warning about --enable-debug=no,
9785         some editorial changes.
9786
9787 2001-08-13  Matthias Clasen  <matthiasc@waldgeist.poet.de>
9788
9789         * gtk/docs/debugging.txt, gdk/gdk.c, gdk/gdkinternals.h, 
9790         gdk/x11/gdkmain-x11.c, gtk/gtkdebug.h, gtk/gtkmain.c: Update 
9791         debugging info, remove unused debug flags. (#58330)
9792
9793 Mon Aug 13 13:17:32 2001  Jonathan Blandford  <jrb@redhat.com>
9794
9795         * gtk/gtktreeselection.c (gtk_tree_selection_select_all): 
9796         (gtk_tree_selection_select_all): Remove strict checking for rows.
9797
9798 2001-08-13  Matthias Clasen  <matthiasc@waldgeist.poet.de>
9799         
9800         * gtk/gtktooltips.c (gtk_tooltips_set_tip, gtk_tooltips_draw_tips): 
9801         Don't remove the tooltip window when the tip text changes. (#15891)
9802
9803 Sun Aug 12 12:02:09 2001  Owen Taylor  <otaylor@redhat.com>
9804
9805         * gtk/Makefile.am ($(srcdir)/gtkmarshal.c): Remove extra
9806         $(srcdir).
9807
9808 Sun Aug 12 10:39:12 2001  Owen Taylor  <otaylor@redhat.com>
9809
9810         * Makefile.am (EXTRA_DIST): Fix problem with trying to
9811         dist files from intl/, which is no longer there.
9812
9813 2001-08-11  Hans Breuer  <hans@breuer.org>
9814
9815         * gtk/gtkalignment.c, gtk/gtkarrow.c, gtk/gtkaspectframe.c,
9816           gtk/gtkcellrenderer.c, gtk/gtkcellrenderertext.c, 
9817           gtk/gtkcombo.c, gtk/gtkcurve.c, gtk/gtkfontsel.c, 
9818           gtk/gtklayout.c, gtk/gtkmisc.c, gtk/gtkpacker.c, 
9819           gtk/gtkprogress.c, gtk/gtkruler.c,, gtk/gtksettings.c,
9820           gtk/gtkspinbutton.c, gtk/gtktexttag.c : coalescing property notifies
9821
9822         * gtk/gtkclist.c, gtk/gtktipsquery.c, gtk/gtktexttag.c,
9823           gtk/gtkwidget.c : added G_SIGNAL_TYPE_STATIC_SCOPE to all
9824         GDK_TYPE_EVENT signals
9825
9826         * gtk/gtkalignment.c : removed 'direct allocation bug',
9827         which Tim discovered while reading the patch
9828
9829 Sat Aug 11 14:32:14 2001  Owen Taylor  <otaylor@redhat.com>
9830
9831         * gtk/gtkwidget.h (gtk_widget_set_default_visual): Add some
9832         compat macros for push/pop/set_visual that were supposed
9833         to be added a long time ago, but got dropped. 
9834
9835 Fri Aug 10 16:55:53 2001  Tim Janik  <timj@gtk.org>
9836
9837         * gtk/gtkwindow.c (gtk_window_set_policy): coalesce multiple
9838         property notifies.
9839
9840 2001-08-07  Havoc Pennington  <hp@pobox.com>
9841
9842         * gtk/gtkfilesel.c (open_ref_dir): fix a typo.
9843
9844         * gtk/gtkplug.c (gtk_plug_init): remove setting of auto_shrink;
9845         some fixage is needed here, but nothing simple. Owen understands
9846         it. ;-)
9847
9848         * gtk/gtkwindow.h, gtk/gtkwindow.c: Rework code and API for window
9849         sizing and positioning.  Also, fix bug in compute_geometry_hints
9850         (width/height confusion for setting min size). 
9851         (gtk_window_move): new function
9852         (gtk_window_resize): new function
9853         (gtk_window_get_size): new function
9854         (gtk_window_get_position): new function
9855         (gtk_window_parse_geometry): new function
9856         
9857         * gtk/gtkwidget.c (gtk_widget_set_size_request): new function
9858         (gtk_widget_get_size_request): new function
9859         (gtk_widget_get_usize): delete, that was a short-lived function
9860         ;-)
9861         (gtk_widget_set_usize): deprecate
9862         (gtk_widget_set_uposition): deprecate, make it a trivial 
9863         gtk_window_move() wrapper
9864         (gtk_widget_class_init): remove x/y/width/height properties,
9865         add width_request height_request
9866         
9867         * demos/*: update to avoid deprecated functions
9868         
9869         * gtk/gtklayout.c: add x/y child properties
9870
9871         * gtk/gtkfixed.c: add x/y child properties, and get rid of 
9872         uses of "gint16"
9873
9874         * tests/testgtk.c (create_window_sizing): lots of tweaks to window
9875         sizing test
9876
9877         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Ensure that
9878         configure events on toplevel windows are always in root window
9879         coordinates, following ICCCM spec that all synthetic events 
9880         are in root window coords already, while real events are 
9881         in parent window coords. Previously the code assumed that 
9882         coords of 0,0 were parent window coords, which was 
9883         really broken.
9884   
9885         * gtk/gtkcontainer.c (gtk_container_get_focus_chain): fix
9886         warning
9887  
9888         * gdk/gdkwindow.h (GdkWindowHints): add GDK_HINT_USER_POS 
9889         and GDK_HINT_USER_SIZE so we can set USSize and USPosition 
9890         hints in gtk_window_parse_geometry()
9891  
9892         * gdk/x11/gdkwindow-x11.c (gdk_window_set_geometry_hints): support
9893         new USER_POS USER_SIZE hints    
9894
9895 2001-08-09  Matthias Clasen  <matthiasc@waldgeist.poet.de>
9896
9897         * tests/prop-editor.c (properties_from_type): Use 
9898         g_object_class_list_properties to get the param specs 
9899         for a given type. (#58609)
9900
9901 2001-08-09  Matthias Clasen  <matthiasc@waldgeist.poet.de>
9902
9903         * gtk/gtkstyle.c (gtk_style_real_unrealize): Don't forget to
9904         free the text_aa parts. (#57549)
9905
9906 2001-08-09  Matthias Clasen  <matthiasc@waldgeist.poet.de>
9907
9908         * gdk/gdkgc.c (gdk_gc_set_rgb_bg_color): Set the background color,
9909         not the foreground color. (#57621)
9910
9911 2001-08-09  Alexander Larsson <alexl@redhat.com>
9912
9913         * gdk/win32/gdkfont-win32.c:
9914         Update to the new pango win32 api.
9915
9916 2001-08-08  HideToshi Tajima  <tajima@eng.sun.com>
9917
9918         * gtk/gtkclipboard.c (request_text_received_func): ask apps for
9919         COMPOUND_TEXT instead of TEXT
9920         * gdk/x11/gdkselection-x11.c (gdk_utf8_to_compound_text): correctly
9921         interpret the return value of g_string_to_compound_text()
9922         (#55152)
9923
9924 2001-08-08  Matthias Clasen  <matthiasc@waldgeist.poet.de>
9925
9926         * gtk/gtktreestore.c (gtk_tree_store_iter_n_children): Don't
9927         fail if iter is NULL. (#58347)
9928
9929 2001-08-07  Matthias Clasen  <matthiasc@waldgeist.poet.de>
9930
9931         * gtk/gtktextdisplay.c (render_para, gtk_text_layout_draw): Fix
9932         some off-by-one issues, fixing selection of line-ends. (#50323)
9933
9934 2001-08-07  Matthias Clasen  <matthiasc@waldgeist.poet.de>
9935
9936         * gtk/gtkhsv.c (gtk_hsv_map, gtk_hsv_unmap): Reinstate these
9937         functions in order to make mouse operation work again in the
9938         color wheel. (#58604)
9939
9940 2001-08-07  James Henstridge  <james@daa.com.au>
9941
9942         * gtk/gtkaccellabel.c (gtk_accel_label_set_accel_object): refetch
9943         the accelerator when the accel object is changed.  Fixes bug
9944         #58628.
9945
9946 2001-08-06  HideToshi Tajima  <tajima@eng.sun.com>
9947
9948         * modules/input/gtkimcontextxim.c (mb_to_utf8), xim_text_to_utf8):
9949         Skip g_convert when to_codeset and from_codeset are both 'UTF-8'
9950         (gnome bugzilla #58202)
9951
9952 2001-08-06  Havoc Pennington  <hp@pobox.com>
9953  
9954         * gdk/x11/gdkimage-x11.c (_gdk_x11_get_image): The whole 
9955         GDK_IS_WINDOW() branch of this was a bit screwed up, because 
9956         it was expecting a GdkWindow, not a GdkWindowImplX11.
9957  
9958         Also, we were getting the window rect in screen coords 
9959         and the screen rect in window coords then intersecting 
9960         them; instead, get window rect in window coords.
9961  
9962         Finally, there were codepaths that resulted in a stuck server grab
9963         (when the window was fully onscreen, or on gdk_image_new()
9964         failure); make the server ungrab thing a bit more
9965         robust/consistent.
9966
9967 2001-08-06  Sven Neumann  <sven@gimp.org>
9968
9969         * gdk/gdkpango.c (gdk_pango_context_destroy): 
9970         check if info->colormap != NULL before unref'ing it. It might have
9971         been set to NULL using gdk_pango_context_set_colormap().
9972
9973 Sun Aug  5 11:24:27 2001  Owen Taylor  <otaylor@redhat.com>
9974
9975         * gtk/gtkcolorsel.c (gtk_color_selection_set_current_alpha): 
9976         Fix conversion from float to int so that we don't get
9977         skew in the int => float => int roundtrip. 
9978         (#58120, reported by Vitaly Tishkov). Also fix problem
9979         where if no alpha was set, the returned alpha
9980         from (say) set_current_alpha() was returned as 1, not 65535.
9981
9982 Sun Aug  5 09:48:08 2001  Owen Taylor  <otaylor@redhat.com>
9983
9984         * gtk/gtklist.c (gtk_list_clear_items): Fix
9985         problem with selecting a new focus child.
9986
9987         * gtk/gtklist.c (gtk_list_clear_items): Clear 
9988         list->undo/list_focus_child after unparenting
9989         child, since unparenting the child can result
9990         in list->last_focus_child being set. (#58024)
9991
9992         * Makefile.am (SUBDIRS): Add target specific pc
9993         files to DISTCLEANFILES.
9994
9995         * gtk/Makefile.am: add @GTK_DEBUG_FLAGS@
9996         (58327, Matthias Clasen)
9997
9998 Sat Aug  4 19:28:21 2001  Owen Taylor  <otaylor@redhat.com>
9999
10000         * tests/testgtk.c: Patch from Hans (with various modifications),
10001         to add the ability to use testgtk as a rough-and-ready
10002         benchmark. Try, 'testgtk --bench all:5' (if you want decent
10003         numbers, run without a window manager)
10004
10005 2001-08-04 Alexander Larsson <alexl@redhat.com>
10006
10007         * gdk/win32/gdkinput.c:
10008         Add #ifdef HAVE_WINTAB around wintab.h include.
10009
10010         * gtk/gtk.def:
10011         Removed marshals that have been moved to glib.
10012         Commented out plug and socket. They didn't compile for me 
10013         on win32.
10014
10015 2001-08-04  Hans Breuer  <hans@breuer.org>
10016
10017         * gtk/stocks-icons/makefile.msc : new file
10018         * gtk/makefile.msc.in : use it
10019
10020         * gtk/gtkstyle.c : not all platforms do provide M_PI and
10021         friends, but luckily there is G_PI
10022
10023         * gtk/gtk.def : updated
10024
10025         * gdk/win32/gdkwindow.c (gdk_window_new) : don't make all TEMP 
10026         windows WS_POPUP, but only those without a parent. This fixes the 
10027         mis-alignment between the selectable (temp, input only) window and 
10028         the window text of GtkLabel.
10029
10030         (gdk_window_show) : respect private->state when actually showing
10031         the window.
10032
10033         (gdk_window_set_transient_for) : Implementation from Wolfgang 
10034         Sourdeau <wolfgang@contre.com> ported to 2.0 and added some 
10035         error handling. Should fix #50586.
10036
10037         * gdk/win32/gdkevents-win32.c : beautify log output
10038
10039 2001-08-04  Michael Natterer  <mitch@gimp.org>
10040
10041         * gtk/gtkitemfactory.c (gtk_item_factory_create_item):
10042         Need to show the image after adding it to the GtkImageMenuItem.
10043         This used to work without in testgtk because of the
10044         gtk_widget_show_all() at the end of the function.
10045         (Closes #54978).
10046
10047 Tue Jul 31 22:59:33 2001  Tim Janik  <timj@gtk.org>
10048
10049         * gtk/gtknotebook.c (gtk_notebook_get_child_property): 
10050         (gtk_notebook_set_child_property): fix finding of child's page,
10051         since we have to validly deal with labels and menus here as well.
10052         (gtk_notebook_get_child_property): fix warning.
10053         (gtk_notebook_class_init): property tab_pack is of type
10054         GTK_TYPE_PACK_TYPE (enum) not boolean.
10055         (gtk_notebook_find_child): don't always warn, we might be looking
10056         for a label or menu child.
10057         (gtk_notebook_map): fix mapping of panel.
10058
10059         * gtk/gtkwidget.c (gtk_widget_set_child_visible): always constrain
10060         widget's mapped state, regardless of the value being set equals
10061         old settings, since things like REALIZED(parent) or MAPPED(parent)
10062         may have changed since the old value was set. make it an error to
10063         invoke this function on a toplevel widget.
10064
10065 2001-07-31  Darin Adler  <darin@bentspoon.com>
10066
10067         * gdk/gdkprivate.h:
10068         * gdk/x11/gdkx.h:
10069         Put all mentions of GdkFont inside #ifndef GDK_DISABLE_DEPRECATED.
10070
10071         * demos/gtk-demo/menus.c: (do_menus): Cast to G_OBJECT, not
10072         GTK_OBJECT.
10073
10074 Tue Jul 31 15:34:57 2001  Jonathan Blandford  <jrb@redhat.com>
10075
10076         * gtk/gtktreeview.c (gtk_tree_view_remove_column): Whoops.  Stupid
10077         scoping error pointed out by matthiasc@poet.de.
10078
10079 2001-07-31  Sven Neumann  <sven@gimp.org>
10080
10081         * demos/gtk-demo/appwindow.c
10082         * demos/gtk-demo/item_factory.c
10083         * tests/testgtk.c: gtk_accel_group_attach() takes a GObject.
10084
10085 Mon Jul 30 10:49:16 PDT 2001 Suresh Chandrasekharan <suresh.chandrasekharan@sun.com>
10086
10087         * gtk/gtksignal.h (gtk_signal_handler_pending): corrected the wrong
10088         argument order for g_signal_has_handler_pending.
10089
10090 Sun Jul 29 17:14:01 2001  Tim Janik  <timj@gtk.org>
10091
10092         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc): use g_file_test()
10093         instead of long deprecated g_scanner_stat_mode().
10094
10095 2001-07-29  Hans Breuer  <hans@breuer.org>
10096
10097         * gdk/makefile.msc : build in the backend dir after
10098         auto-generating files
10099
10100         * gdk/win32/gdkfont-win32.c (gdk_font_load) : reimplement
10101         with code from win32-production-branch.
10102
10103         *  gdk/win32/gdkwindow-win32.c : set the private->destroyed flag
10104         before calling DestroyWindow, which indirectly calls 
10105         gdk_window_destroy_notify ()
10106
10107         (performance patch merged from win32-production-branch)
10108         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_segments): 
10109         Use PatBlt() instead of LineTo() when possible (solid single-pixel pen, 
10110         R2_COPYPEN rop). It is claimed to be much faster.
10111
10112 Fri Jul 27 11:31:15 2001  Jonathan Blandford  <jrb@redhat.com>
10113
10114         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_get_property):
10115         add an "attributes" property to the text renderer for ATK.
10116
10117 2001-07-26  Alex Larsson  <alexl@redhat.com>
10118
10119         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image):
10120         Initialize image->bits_per_pixel from the drawable, not from
10121         the root window.
10122
10123         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_get_depth):
10124         Fix cast. argument is an IMPL already.
10125
10126 2001-07-15  James Henstridge  <james@daa.com.au>
10127
10128         * gtk/gtkwindow.c (gtk_window_add_accel_group): cast to GObject.
10129         (gtk_window_remove_accel_group): same here.
10130         (gtk_window_key_press_event): same here.
10131
10132         * gtk/gtkwidget.c (gtk_widget_add_accelerator): cast to GObject.
10133         (gtk_widget_remove_accelerator): same here.
10134         (gtk_widget_remove_accelerators): same here.
10135
10136         * gtk/gtkplug.c (gtk_plug_accel_entries_changed): same here.
10137
10138         * gtk/gtkmenushell.c (gtk_menu_shell_key_press): cast to GObject
10139         instead of GtkObject.
10140
10141         * gtk/gtkmenu.c (gtk_menu_key_press): update since GtkAccelGroup
10142         now takes GObjects.
10143
10144         * gtk/gtkitemfactory.c (gtk_item_factory_propagate_accelerator):
10145         pass a GObject to gtk_accel_group_entries_from_object.
10146         (gtk_item_factory_create_item): s/accel_widget/accel_object/
10147
10148         * gtk/gtk-boxed.defs: remove GtkAccelGroup boxed def.
10149
10150         * gtk/gtkaccellabel.c: convert to handle GObject accel objects.
10151
10152         * gtk/gtkaccellabel.h: fix header to reflect that arbitrary
10153         GObjects can have accelerators set now.  Add compatibility
10154         defines.
10155
10156         * gtk/gtkmarshal.list: add missing marshallers.
10157
10158         * gtk/gtkaccelgroup.[ch]: convert to a GObject, and allow setting
10159         accelerators on plain GObjects.  gtk_accel_group_object_destroy
10160         has been converted into a weak reference, and
10161         gtk_accel_group_delete_entries is now a destroy notify for that
10162         piece of data.
10163
10164 2001-07-23  Ron Steinke  <rsteinke@w-link.net>
10165
10166         * gdk/gdkdraw.c: Added a check on the colormap depth to
10167         gdk_drawable_set_colormap()
10168         * gdk/x11/gdkimage-x11.c: combination of Matthias Clasen's
10169         patch to fix colorsel and my patch to fix gdk_drawable_get_image()
10170         for pixmaps without visuals (more specifically, bitmaps)
10171         * gdk/x11/gdkpixmap-x11.c: Fixed gdk_pixmap_new() so it
10172         doesn't set a colormap with the wrong depth
10173
10174
10175 2001-07-22  Anders Carlsson  <andersca@gnome.org>
10176
10177         * gtk/gtktreeview.c (gtk_tree_view_class_init): Replace the
10178         expander_height and expander_width properties with a single
10179         property, expander_size.
10180         (gtk_tree_view_init): Set the tab_offset to expander_size
10181         plus some padding.
10182         (gtk_tree_view_unrealize): Remove the expand/collapse
10183         timeout if it exists.
10184         (coords_are_over_arrow): Fix a small bug.
10185         (gtk_tree_view_motion_draw_column_motion_arrow): Use
10186         expander_size.
10187         (gtk_tree_view_draw_focus): Use "treeview" instead of
10188         "add-mode" as detail when drawing the focus.
10189         (gtk_tree_view_bin_expose): Use "treeview-drop-indicator"
10190         instead of "add-mode" as detail when drawing the focus.
10191         (gtk_tree_view_deleted): If we have a node currently being
10192         expanded or collapsed, remove the timeout and set the node 
10193         to NULL.
10194         (gtk_tree_view_queue_draw_arrow): New function that just
10195         redraws the arrow of a node.
10196         (gtk_tree_view_draw_arrow): Use expander_size instead of
10197         expander_width/expander_height, also pass a different
10198         expander_style to gtk_paint_expander depending on the 
10199         state of the node being drawn.
10200         (expand_collapse_timeout): New function for expanding 
10201         or collapsing a node depending on the previous state.
10202         (gtk_tree_view_real_expand_row): Add timeout and set 
10203         correct state for node being expanded.
10204         (gtk_tree_view_real_collapse_row): Add timeout and set
10205         correct state for node being collapsed.
10206
10207         * gtk/gtktreeprivate.h (struct _GtkTreeViewPrivate): Add
10208         information about the node currently being expanded or
10209         collapsed, and also a timeout id.
10210
10211         * gtk/gtkstyle.h (struct _GtkStyleClass): Replace is_open
10212         with expander_style for draw_expander.
10213
10214         * gtk/gtkstyle.c (gtk_draw_expander): Replace is_open with
10215         expander_style.
10216         (create_expander_affine): New function for creating an 
10217         expander affine.
10218         (apply_affine_on_point): New function for applying an 
10219         affine to a point.
10220         (gtk_default_draw_expander): Modified to take expander_style
10221         instead of is_open, and to draw the rectangle rotated differently
10222         depending on the expander style.
10223         (gtk_paint_expander): Replace is_open with expander_style.
10224
10225         * gtk/gtkrbtree.h: Add expander states to GtkRBNodeColor.
10226
10227         * gtk/gtkenums.h: Add expander style enum.
10228
10229 2001-07-21  Jonas Borgström  <jonas@codefactory.se>
10230
10231         * gtk/gtktreemodel.c (gtk_tree_model_foreach): Check the return
10232         value from gtk_tree_model_get_iter, the model might be empty.
10233
10234 2001-07-20  Hans Breuer  <hans@breuer.org>
10235
10236         * gdk/win32/gdkinput-win32.c : gdk_device_get_history moved to
10237         gdk/gdkinput.c like the other backends
10238
10239         * gdk/win32/gdkinput-win32.h :
10240         * gdk/win32/gdkinput.c :
10241         * gdk/win32/gdkvisual-win32.c :
10242         * gdk/win32/gdkwin32.h : mechanical adaption to GdkDevice and
10243         GdkVisual GObjectification. UNTESTED for pen-devices because
10244         I simply have none.
10245
10246         * gdk/gdk.def :
10247         * gtk/gtk.def : updated externals
10248
10249         * gtk/gtkiconfactory.c :
10250         * gtk/gtkoldeditable.c : GError *error needs to be initialized (= NULL) 
10251         before passing &error to functions to avoid strange crashes
10252         
10253         * gtk/gtkcontainer.c (gtk_container_real_set_focus_child) : is static
10254
10255         * gtk/gtkwidget.c (gtk_widget_get_child_visible): use g_return_val_if_fail
10256
10257         * gtk/makefile.msc.in : updated
10258
10259 Thu Jul 19 15:35:32 2001  Owen Taylor  <otaylor@redhat.com>
10260
10261         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_set_vadjustment):
10262         Add property support. (#51858)
10263
10264 Thu Jul 19 14:56:33 2001  Owen Taylor  <otaylor@redhat.com>
10265
10266         * gtk/gtkaccellabel.c (gtk_accel_label_class_init) 
10267         * gtk/gtkinputdialog.c (gtk_input_dialog_set_key):
10268         Use Shift/Ctrl instead of Shft/Ctl. (#53807)
10269
10270 Thu Jul 19 11:41:00 2001  Owen Taylor  <otaylor@redhat.com>
10271
10272         * gtk/gtkcolorsel.c: Add propery support (roughly
10273         based on patch from Lee Mallabone, #51014)
10274
10275         * gtk/gtkcolorsel.h: Mark gtk_color_selection_set_update_policy as
10276         deprecated, since we already g_warning() on it.
10277
10278 Thu Jul 19 14:24:34 2001  Owen Taylor  <otaylor@redhat.com>
10279
10280         * gtk/gtkentry.c (gtk_entry_set_positions): Fix
10281         typo that sometimes caused selection not to work properly.
10282
10283         * gtk/gtkentry.c (gtk_entry_grab_focus): Select text in
10284         entry when tabbing in. (#57743)
10285         
10286         * gtk/gtkentry.c (gtk_entry_motion_notify): If the
10287         user drags up above or down below the entry, move
10288         to the end or the beginning of the entry. (Suggestion
10289         from Jay Cox, #50940)
10290
10291         * gtk/gtkentry.c (gtk_entry_move_cursor): If we have
10292         a current selection, then when moving by chars or
10293         words, move to the end of the selection rather than
10294         from entry->current_pos. (Suggestion from Jay Cox,
10295         #50942)
10296         
10297 Thu Jul 19 12:14:28 2001  Owen Taylor  <otaylor@redhat.com>
10298
10299         * gtk/gtkwindow.c (gtk_window_set_decorated): Actualy
10300         set window->decorated. (Patch from Hidetoshi Tajima,
10301         #55846)
10302
10303 Sat Jul  7 02:50:14 2001  Owen Taylor  <otaylor@redhat.com>
10304
10305         * gtk/gtkwidget.c (gtk_widget_set_parent): Enforce
10306         the widget/child realization/mapping invariants.
10307
10308         * gtk/gtkwidget.[ch] gtk/gtkprivate.h: Add functions 
10309         gtk_widget_[get/set]_child_visible() to control
10310         whether visible children of a mapped window are
10311         mapped.
10312
10313         * docs/widget_system.txt: Updated for changes in
10314         container contract, and addition of GTK_CHILD_VISIBLE.
10315
10316         * gtk/gtkcontainer.c: Add generic map()/unmap()
10317         functions that work for almost all containers.
10318
10319         * gtk/gtknotebook.c gtk/gtkpacker.c: Use 
10320         gtk_widget_set_child_visible() where necessary.
10321
10322         * gtk/*.c: Remove excess map(), unmap(), and 
10323         realization/mapping invariant enforcing code
10324         from many containers.
10325
10326 Wed Jul 18 19:51:45 2001  Owen Taylor  <otaylor@redhat.com>
10327
10328         * gtk/gtktextview.c (gtk_text_view_set_attributes_from_style): 
10329         Get the foreground color from 'text', nor 'fg'. (#57568)
10330
10331 Wed Jul 18 19:28:46 2001  Owen Taylor  <otaylor@redhat.com>
10332
10333         * gtk/*.c: Patch from Matthias Clasen to remove remove
10334         all instances of g_return_if_fail (foo != NULL); that are
10335         immediately before a g_return_if_fail (GTK_IS_FOO (foo));
10336         since the second check catches the NULL anyways.
10337
10338 Wed Jul 18 18:23:05 2001  Owen Taylor  <otaylor@redhat.com>
10339
10340         * gtk/gtkbutton.c gtk/gtkentry.c gtk/gtkmenu.c gtk/gtktextview.c
10341         gtktreeview.c: Fix idles and timeouts to be properly surrounded by 
10342         GDK_THREADS_ENTER()/LEAVE() pairs.
10343
10344         * gtk/gtkdialog.c gtk/gtkclipboard.c: Surround calls
10345         to g_main_loop_run() with GDK_THREADS_LEAVE()/ENTER()
10346         pairs. (Problem found by M. Meeks)
10347
10348 2001-07-18  Darin Adler  <darin@bentspoon.com>
10349
10350         * gtk/gtkiconfactory.c: (gtk_icon_size_register): Reorder code so
10351         that we don't get a g_warning message every time we register a new
10352         icon size.
10353
10354         * gdk/x11/gdkcolor-x11.c: (gdk_colormap_alloc1): Fix warning by
10355         using pixel variable of the correct type.
10356         
10357 Fri Jul 13 15:33:32 2001  Owen Taylor  <otaylor@redhat.com>
10358
10359         * gdk/gdkwindow.[ch]: Add a function gdk_window_get_internal_paint_info(),
10360         so that using X functions on a GdkWindow is possible, if
10361         a little hairy.
10362
10363         * gdk/gdkgc.c (gdk_gc_offset): Add a function to offset the clip
10364         and ts_origin of a GC, so that external parties can offset/restore
10365         a GC, when using gdk_window_get_internal_paint_info().
10366
10367 2001-07-17  Darin Adler  <darin@bentspoon.com>
10368
10369         * .cvsignore: Ignore the sgml directory made by gtkdoc.
10370         * demos/pixbuf-demo.c: (main): Use gtk_window_set_resizable
10371         instead of the deprecated gtk_window_set_policy.
10372         * demos/testpixbuf-scale.c: Add missing <stdlib.h> include.
10373         * gdk/gdkkeys.c: (gdk_keymap_class_init): Remove empty finalize
10374         function to get rid of warning and some code too.
10375         * gdk/x11/gdkfont-x11.c: (gdk_font_charset_for_locale): Add
10376         missing const.
10377         * gdk/x11/gdkmain-x11.c: (_gdk_windowing_init_check): Remove
10378         unused local.
10379         * gdk/x11/gdkpango-x11.c: (gdk_pango_context_get): Add missing
10380         const.
10381         * gdk/x11/gdkselection-x11.c: (gdk_text_property_to_utf8_list),
10382         (gdk_utf8_to_compound_text): Add missing const.
10383         * gtk/gtkimage.c: (gtk_image_expose): Remove unused local.
10384         * gtk/gtkmenubar.c: (gtk_menu_bar_hierarchy_changed): Add missing
10385         cast and get rid of an unnecessary one.
10386         * gtk/gtksettings.c: (gtk_settings_notify): Remove unused local.
10387         * gtk/gtkstatusbar.c: (gtk_statusbar_size_allocate): Remove unused
10388         local.
10389         * gtk/gtktreemodelsort.c: (gtk_tree_model_sort_build_level):
10390         Remove unused local.
10391         * modules/input/gtkimcontextxim.c: (gtk_im_context_xim_new): Add
10392         missing const.
10393         * tests/testsocket.c: (add_child): Add cast so the printf format
10394         doesn't make us implicitly depend on what integer type
10395         gtk_socket_get_id returns.
10396         * tests/testtextbuffer.c: Add missing const.
10397         * tests/testtreefocus.c: (main): Remove unused local.
10398         * tests/treestoretest.c: (iter_remove): Remove unused local.
10399         (uppercase_value): Remove unused function.
10400         (make_window): Add statement to quiet the compiler's uninitialized
10401         variable warning.
10402
10403 Sat Jul 14 12:47:35 2001  Tim Janik  <timj@gtk.org>
10404
10405         * gtk/gtkrange.c:
10406         (second_timeout): 
10407         (initial_timeout): 
10408         (update_timeout): add GDK_THREADS_ENTER/GDK_THREADS_LEAVE.
10409         (gtk_range_calc_layout): compute the new layout based on an
10410         adjustment->value being passed in as argument.
10411         (gtk_range_button_press): for button2 slider warps, first recalc
10412         the layout, then adjust the value. also, use update_slider_position()
10413         for adjusting the value, so we keep pixel quantisation at which we
10414         usually operate (upon motion or button releases). the reason for this
10415         is that, we can't change the adjustment upon button2 presses to a non
10416         quantised value and upon button2 release re-quantise the value since
10417         that'd alter the value even if we didn't get any motion events (causing
10418         unexpected scroll area warps upon release and/or slider pixel-jitter).
10419         (gtk_range_motion_notify): update the slider position from queried
10420         coordinates, not event coordinates.
10421
10422 Fri Jul 13 09:47:52 2001  Tim Janik  <timj@gtk.org>
10423
10424         * gtk/gtkstyle.c (gtk_default_draw_focus): fix line style resetting,
10425         the default gc values are: width=0, CapBut, JoinMiter.
10426
10427 2001-07-13  Anders Carlsson  <andersca@codefactory.se>
10428
10429         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render): Take
10430         into account the xpad and ypad when calculating the width and the
10431         height of the pixbuf cel.
10432
10433 Thu Jul 12 18:29:40 2001  Owen Taylor  <otaylor@redhat.com>
10434
10435         * gtk/gtkradiomenuitem.[ch] (gtk_radio_menu_item_group): 
10436         Rename to gtk_radio_menu_item_get_group(), add deprecated
10437         alias. (#57044)
10438
10439         * gtk/gtkfilesel.c: Indentation fix.
10440
10441 Thu Jul 12 17:33:00 2001  Owen Taylor  <otaylor@redhat.com>
10442
10443         * gtk/gtkbbox.h gtk/gtkcompat.h: Patch from Mathias 
10444         Hasselmann to fix warnings in compat macros. 
10445         (#56773)
10446
10447         * gtk/gtkmenubar.c (gtk_menu_bar_hierarchy_changed): Fix 
10448         stupid wrong cast added in last patch.
10449
10450 Thu Jul 12 16:51:34 2001  Owen Taylor  <otaylor@redhat.com>
10451
10452         * gtk/gtkwidget.c: Replace a couple of inappropriate calls to 
10453         GTK_WIDGET_HAS_FOCUS() with gtk_widget_is_focus(). (#57067)
10454
10455 Thu Jul 12 14:06:19 2001  Owen Taylor  <otaylor@redhat.com>
10456
10457         * gtk/gtkmenubar.c (gtk_menu_bar_hierarchy_changed): Add
10458         missing cast.
10459
10460         * gtk/gtkcontainer.c (gtk_container_get_focus_chain): Fix
10461         NULL/FALSE return value confusion.
10462
10463         * gtk/gtkrange.c (coord_to_value): Fix division-by-zero
10464         problem when scrollbar completely fills range. (Patch
10465         from  Matthias Clasen, #57047)
10466
10467 Thu Jul 12 13:53:28 2001  Owen Taylor  <otaylor@redhat.com>
10468
10469         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Properly
10470         clean up when handling events for move-resize emulation.
10471         (Problem traced down by Matthias Clasen, #57271)
10472
10473 Thu Jul 12 13:43:27 2001  Owen Taylor  <otaylor@redhat.com>
10474
10475         * gtk/gtkclist.c gtk/gtkcolorsel.c gtk/gtkcombo.c
10476           gtk/gtkctree.c gtk/gtkcurve.c gtk/gtkentry.c
10477           gtk/gtkfontsel.c gtk/gtkhandlebox.c 
10478           gtk/gtkimcontextsimple.c gtk/gtkmain.c gtk/gtkmenu.c
10479           gtk/gtkmenuitem.c gtk/gtkoptionmenu.c gtk/gtkpixmap.c
10480           gtk/gtkselection.c gtk/gtktextdisplay.c gtk/gtktextview.c
10481           gtk/gtktooltips.c gtk/gtkwidget.c gtk/gtkwindow.c:
10482         Formatting fixes from multihead brnach. [ mostly foo(bar) => foo (bar) ]
10483
10484 2001-07-09  Peter Williams  <peterw@ximian.com>
10485
10486         * gtk/Makefile.am ($(srcdir)/stamp-gtk.defs): Add a cd $(srcdir)
10487         for when srcdir != builddir
10488
10489 Mon Jul  9 12:50:51 2001  Jonathan Blandford  <jrb@redhat.com>
10490
10491         * gtk/gtktreemodel.c: remove gtk_tree_model_get_first in favor of
10492         gtk_tree_model_get_iter_root.
10493
10494         * gtk/gtkliststore.c: Add a bunch of g_return statements.
10495         (gtk_list_store_iter_n_children): Fix up.
10496
10497         * gtk/gtktreestore.c: Add a bunch of g_return statements.
10498
10499 Fri Jul  6 15:38:33 2001  Owen Taylor  <otaylor@redhat.com>
10500
10501         * gtk/gtkwidget.c (gtk_widget_class_init):
10502         G_SIGNAL_TYPE_STATIC_SCOPE GtkSelectionData to
10503         restore some workingness.
10504
10505         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Fix 
10506         handle of window type for input-only windows.
10507
10508 Thu Jul  5 21:53:46 2001  Owen Taylor  <otaylor@redhat.com>
10509
10510         * gtk/gtkbbox.[ch] gtk/gtkbox.[ch] gtk/gtk[hv]bbox.c:
10511         Patch from Gregory Merchan to add 
10512         gtk_button_box_set_secondary(), which separates
10513         the child into a separate group from the normal
10514         buttons. (#56331)
10515
10516         * gtk/gtkdialog.c: Make help buttons secondary by
10517         default.
10518
10519         * gtk/gtkbbox.c: Added a child property "secondary".
10520
10521         * gtk/testgtk.c: Turn on the help button for the 
10522         color selector to check that it properly appears
10523         as secondary.
10524
10525 Mon Jul  2 01:09:37 2001  Owen Taylor  <otaylor@redhat.com>
10526  
10527         * gdk/gdkwindow.[ch] gdk/gdkinternals.h gdk/x11/gdkwindow-x11.c
10528         gdk/linux-fb/gdkwindow-fb.c gdk/x11/gdkwindow-x11.c gdk/gdk:
10529         Add gdk_set_pointer_hooks() to allow pointer-querying to
10530         be hooked by an event record/playback system like GERD.
10531         (#56914)
10532         
10533 Thu Jul  5 08:57:07 2001  Owen Taylor  <otaylor@redhat.com>
10534
10535         * gtk/gtkwidget.c (gtk_widget_reset_rc_style): Pass
10536         in the right value of initial_emission to
10537         gtk_widget_set_style_internal (#57091)
10538
10539 Wed Jul  4 23:17:04 2001  Owen Taylor  <otaylor@redhat.com>
10540
10541         * gtk/gtkdnd.c (gtk_drag_dest_hierarchy_changed):
10542         Make compile.
10543
10544         * gtk/gtkwidget.c (gtk_widget_reset_rc_style): Fix problem
10545         with calling gtk_widget_set_style_internal() with
10546         the old style, not the new style. (#56989)
10547
10548 Wed Jul  4 22:35:40 2001  Owen Taylor  <otaylor@redhat.com>
10549
10550         * gtk/gtklabel.c gtk/gtkmenubar.c gtk/gtktreeviewcolumn.c
10551           gtk/gtkwidget.c:
10552         Check GTK_WIDGET_TOPLEVEL(gtk_widget_get_toplevel (widget)),
10553         not GTK_WIDGET_GET_ANCESTOR ... see 
10554         http://mail.gnome.org/archives/gtk-devel-list/2001-July/msg00072.html.
10555         Indicate the best practice in the docs for gtk_widget_get_toplevel().
10556
10557         * gtk/gtkwidget.[ch]: Expose a private _gtk_widget_hierarchy_changed(),
10558         so GtkPlug can give the correct signals when transforming
10559         from a child to a toplevel.
10560         
10561         * gtk/gtkdnd.c (gtk_drag_dest_hierarchy_changed): Handle
10562         reparentation correctly.
10563
10564         * gtk/gtkwidget.c (gtk_widget_propagate_hierarchy_changed):
10565         Propagate the previous_toplevel argument down properly.
10566
10567         * gtk/gtklabel.c (gtk_label_finalize): Fix unrefing
10568         of wrong atr list.
10569
10570         * gtk/gtkplug.[ch]: Add an "embedded" signal.
10571
10572         * gtk/gtksocket.[ch]: Add "child_added", "child_removed"
10573         signals.
10574
10575         * gtk/gtkplug.[ch] gtk/gtksocket.[ch]: Add 
10576         functions gtk_plug_get_id(), gtk_socket_get_id(),
10577         to avoid the user having to worry about realization,
10578         and gdkx.h.
10579
10580         * tests/testsocket.c: Extend to try out the new signals
10581         and gtk_plug/socket_get_id().
10582
10583         * gtk/gtklabel.c (gtk_label_set_pattern_internal): Fix
10584         setting of underline attributes.
10585
10586         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Ignore
10587         DestroyNotify events from SubstructureNotifyMask
10588
10589         * gdk/x11/gdkwindow-x11.c (gdk_window_reparent):
10590         Switch GDK_WINDOW_TYPE (window) as needed.
10591
10592         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Clean up,
10593         allow creation of toplevel windows as children of
10594         foreign windows.
10595
10596         * gtk/gtkplug.c: Remove hacks involving changing private
10597         fields of GdkWindow.
10598
10599         * gtk/gtkplug.[ch] gtk/gtksocket.c: Work to make 
10600         exactly the same signals and notification
10601         be emitted for local embedding as for inter-process
10602         embedding.
10603
10604 2001-07-04  James Henstridge  <james@daa.com.au>
10605
10606         * gtk/gtkliststore.h: add missing gtk_list_store_newv prototype.
10607
10608 Mon Jul  2 16:53:25 2001  Owen Taylor  <otaylor@redhat.com>
10609
10610         * gtk/xembed.h gtk/gtkplug.c gtk/gtksocket.c: For
10611         XEMBED embedding add a _XEMBED_INFO property to the
10612         client with version number and a "mapped" flags.
10613         Use the mapped flag instead of the racy MapRequestEvent
10614
10615         * gtk/gtksocket.c: Clean up the gtk_socket_steal()
10616         code to reliably set things (when the child is a passive
10617         embedder participating in the XEMBED protocol) intead
10618         of just being a hack for embedding non-participating
10619         programs. Fix various bugs and race conditions.
10620         
10621         * gtk/gtksocket.[ch] gtk/gtkplug.[ch]: Make local embedding
10622         work by simply making the GtkSocket the gtk parent
10623         of the GtkPlug. Set a flag in this case and make
10624         the GtkPlug work like a normal container by overriding
10625         methods such as check_resize and "chaining past" GtkWindow
10626         to GtkBin.
10627
10628         * gtk/gtkentry.c (gtk_entry_real_activate)
10629           gtk/gtkmain.c (gtk_propagate_event): 
10630         Eliminate use of gtk_widget_get_ancestor (widget, GTK_TYPE_WINDOW).
10631         
10632         * gtk/gtkwidget.c (gtk_widget_get_toplevel,
10633         gtk_widget_get_ancestor):
10634         Explain why gtk_widget_get_ancestor (widget, GTK_TYPE_WINDOW)
10635         might not give the expected result and recommend
10636         an alternative.
10637
10638         * tests/testsocket.c tests/testsocket_child.c
10639         tests/testsocket_common.c tests/Makefile.am: Extended
10640         to test different type of adding plugs to sockets
10641         (local,active,passive), and to test mapping/unmapping
10642         the plug.
10643
10644         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): Don't
10645         mark the window as destroyed until after we
10646         called _gdk_windowing_window_destroy().
10647         (_gdk_windowing_window_destroy() may use GDK functions
10648         on the window.)
10649
10650         * gdk/x11/gdkinput.c: Remove the check for finalization - 
10651         devices can be finalized under some circumnstances.
10652  
10653         * gdk/x11/gdkinput-x11.c (gdk_input_device_new): Fix 
10654         small problem with GDK_TYPE_DEVICE.
10655  
10656 2001-07-02  Havoc Pennington  <hp@pobox.com>
10657
10658         * gdk/x11/gdkwindow-x11.c (gdk_wmspec_change_state): fix to 
10659         use constants not atoms.
10660
10661 2001-07-02  James Henstridge  <james@daa.com.au>
10662
10663         * gtk/gtktextview.c (gtk_text_view_class_init): same here for
10664         PANGO_TYPE_TAB_ARRAY.
10665
10666         * gtk/gtktexttag.c (gtk_text_tag_class_init): same here, but also
10667         for PANGO_TYPE_TAB_ARRAY.
10668
10669         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init):
10670         s/GTK_TYPE_PANGO_FONT_DESCRIPTION/PANGO_TYPE_FONT_DESCRIPTION/
10671
10672         * gtk/gtk-boxed.defs: move all the boxed definitions to the top of
10673         the file.  Remove Pango types from defs -- they are now defined in
10674         libpango.
10675
10676 Mon Jul  2 06:35:10 2001  Tim Janik  <timj@gtk.org>
10677
10678         * gdk/gdkkeys.c (gdk_keymap_class_init): s/signal_newc/signal_new/
10679
10680         * gtk/gtkobject.c (gtk_object_destroy): invoke
10681         g_object_run_dispose().
10682
10683         * gtk/gtkwindow.c: 
10684         * gtk/gtkwidget.c: 
10685         * gtk/gtkobject.c:
10686         * gtk/gtklist.c: s/shutdown/dispose/ for the GObject
10687         method.
10688
10689 Sat Jun 30 20:44:48 2001  Owen Taylor  <otaylor@redhat.com>
10690
10691         * gtk/gtktypeutils.c (gtk_type_class): Remove
10692         change check for GTK_TYPE_OBJECT derivation to
10693         G_TYPE_OBJECTS - it's Tim-approved to use this 
10694         for arbitary objects.
10695
10696         * gtk/gtkwindow.c gtk/gtkcontainer.[ch]: underscore
10697         prefix gtk_container_dequeue_resize_handler().
10698
10699         * gtk/gtkwidget.[ch]: Add a previous_toplevel argument
10700         to the hierarachy_changed signal, since you otherwise
10701         have to always keep that around.
10702
10703         * gtk/gtkmenubar.c gtk/gtklabel.c gtk/gtksocket.c: Adapt
10704         for extra argument to hierarchy_changed.
10705
10706 Tue Jun 26 19:39:03 2001  Owen Taylor  <otaylor@redhat.com>
10707
10708         * gtk/gtkwidget.c (gtk_widget_set_style): Allow %NULL
10709         for style to mean "revert to default style"
10710
10711         * gtk/gtkwidget.[ch] (gtk_widget_set_rc_style,
10712           gtk_widget_restore_default_style): Make this functions
10713         deprecated aliases for gtk_widget_set_style (widget, NULL).
10714
10715         * gtk/gtkwidget.[ch]: Remove:
10716            gtk_widget_set_default_style ()
10717            gtk_widget_push_style ()
10718            gtk_widget_pop_style ()
10719         These functions interact are overriden by RC files, and
10720         thus virtually useless, and complicated.
10721
10722 Fri Jun 22 18:49:48 2001  Owen Taylor  <otaylor@redhat.com>
10723
10724         * gtk/gtkrc.c: Add a GtkRcContext structure to hold 
10725         most of the previous global variables in gtkrc.c. This is
10726         in preparation for multi-head, since each screen can
10727         have different GtkSettings and RC information.
10728
10729         * gtk/gtkrc.[ch]: 
10730
10731         * gtk/gtkrc.h (struct _GtkRcStyleClass): Add a
10732         GtkSettings parameter to GtkRcStyle::parse.
10733
10734         * gdk/x11/gdkevents-x11.c gtk/gtksettings.c gtk/gtkrc.c: 
10735         Add two new settings gtk-theme-name, gtk-key-theme-name,
10736         for RC files that are loaded by name after reading
10737         the default RC files.
10738         
10739         * gtk/gtkrc.c: Allow priorities for styles, as wll as
10740         bindings.
10741
10742         * gtk/gtkenums.h gtk/gtkrc.c: Add GTK_PATH_PRIO_THEME,
10743         and use it by default for RC files loaded via 
10744         gtk-theme-name, gtk-key-theme-name.
10745
10746         * gtk/gtkiconfactory.c (gtk_icon_source_set_filename)
10747         gtk/gtkrc.c (gtk_rc_parse_pixmap_path_string) 
10748         tests/testgtkrc: Require pathnames to be absolute.
10749
10750         * gtk/gtkrc.c gtk/gtkiconfactory.c: Look up the full filename for
10751         the source when parsing, since the operation of looking up a
10752         pixmap from an RC file depends on the parsing context.
10753
10754         * gtk/gtkrc.c (gtk_rc_context_reparse_all): Automatically
10755         reset RC styles on all widgets when files are reparsed.
10756
10757         * tests/testgtk.c (create_rc_file) 
10758           gtk/gtkwindow.c (gtk_window_read_rcfiles): 
10759         Simplify, now that gtk_rc_reparse_all() resets styles on
10760         all widgets itself.
10761
10762         * gtk/gtkmain.c (gtk_get_default_language): Fix broken
10763         return value.
10764
10765         * gtk/gtksettings.[ch] (gtk_settings_install_property[_ch]): Remove
10766         GtkSettings argument.
10767
10768         * gtk/gtksettings.[ch] (gtk_settings_get_default): Rename from
10769         gtk_settings_get_global().
10770
10771         * gtk/gtkwidget.[ch]: Add a function gtk_widget_Get_settings()
10772         to get the appropriate GtkSettings for a widget. (For now,
10773         just gets the default GtkSetttings.) 
10774
10775         * gtk/gtkcolorsel.c gtk/gtkentry.c gtk/gtkmenu.c gtk/gtkmenubar.c
10776           gtk/gtktextview.c gtk/gtktoolbar.c: Fixes for GtkSettings
10777         changes.
10778
10779         * gtk/gtkrc.[ch]: Add gtk_rc_get_style_by_paths() to allow
10780         getting a style for a path without actually having a widget.
10781         (Allows using a style for a subpart of a widget, for
10782         example.)
10783
10784         * gtk/gtkrc.[ch]: Add gtk_rc_reparse_all_for_setting() to allow forcing
10785         the RC files to be reloaded for just one GtkSettings
10786         (not sure how useful this really is.)
10787
10788         * gtk/gtkrc.h: Deprecate
10789         gtk_rc_add_widget_name/widget_class/class_style
10790
10791 2001-06-30  Alex Larsson  <alexl@redhat.com>
10792
10793         * gdk/linux-fb/gdkinput-none.c:
10794         * gdk/linux-fb/gdkinput.c:
10795         * gdk/linux-fb/gdkinputprivate.h:
10796         Convert GdkDevice to a GObject.
10797
10798         * linux-fb/gdkprivate-fb.h:
10799         * linux-fb/gdkvisual-fb.c:
10800         Convert GdkVisual to a GObject.
10801
10802 2001-06-29  Alex Larsson  <alexl@redhat.com>
10803
10804         * gdk/gdkvisual.h:
10805         * gdk/gdkcolor.c:
10806         * gdk/x11/gdkx.h:
10807         * gdk/x11/gdkvisual-x11.c:
10808         Convert GdkVisual to a GObject.
10809
10810         * gdk/gdkinput.h:
10811         * gdk/gdkevents.c:
10812         * gdk/x11/gdkinputprivate.h:
10813         * gdk/x11/gdkinput-gxi.c:
10814         * gdk/x11/gdkinput-none.c:
10815         * gdk/x11/gdkinput-x11.c:
10816         * gdk/x11/gdkinput-xfree.c:
10817         * gdk/x11/gdkinput.c:
10818         Convert GdkDevice to a GObject.
10819
10820 Fri Jun 29 22:13:28 2001  Jonathan Blandford  <jrb@redhat.com>
10821
10822         * gtk/gtktreestore.c (gtk_tree_store_new): changed new_with_types
10823         to just plain new, fixing the number of columns, and column types
10824         at creation time.
10825
10826         * gtk/gtkliststore.c (gtk_list_store_new): ditto.
10827
10828         * gtk/gtkcellrenderertext.c
10829         (gtk_cell_renderer_text_set_fixed_height_from_font): FIX the
10830         height to a specific font.
10831
10832         * gtk/gtktreeview.c (gtk_tree_view_is_expander_column): fix brokenness.
10833
10834         * tests/*c: change to work with new store models.
10835
10836 2001-06-29  Havoc Pennington  <hp@redhat.com>
10837
10838        * Throughout: fixes to compile with G_DISABLE_COMPAT
10839         (s/g_signal_connectc/g_signal_connect/,
10840         s/g_signal_newc/g_signal_new/,
10841         s/g_signal_disconnect_by_func/g_signal_handlers_disconnect_by_func/)
10842
10843 Fri Jun 29 03:14:16 2001  Jonathan Blandford  <jrb@redhat.com>
10844
10845         * gtk/gtktreeselection.c (gtk_tree_selection_selected_foreach):
10846         add path argument to selection callbacks.
10847
10848 Fri Jun 29 00:13:34 2001  Jonathan Blandford  <jrb@redhat.com>
10849
10850         * gtk/gtktreemodel.c (gtk_tree_model_foreach): New function to
10851         walk through a model in a depth first manner, with the option to
10852         break out.
10853
10854 Fri Jun  8 18:52:10 2001  Jonathan Blandford  <jrb@redhat.com>
10855
10856         * gtk/gtktreeview.[hc]: Patch Thomas Broyer from
10857         <tbroyer@ltgt.net>. Expander arrows are now attached to a specific
10858         column and follow it when draged, rather than a location in the
10859         view. "expander_column" property and drawing functions changed
10860         accordingly.  Fixes bug #55942.
10861
10862         (gtk_tree_view_{set,get}_expander_column): Now works with a
10863         GtkTreeViewColumn* instead of int.
10864
10865 Thu Jun 28 22:53:18 2001  Owen Taylor  <otaylor@redhat.com>
10866
10867         *  gdk/gdk.c gtk/gtktypeutils.c: Fix args to g_type_init(). 
10868
10869 2001-06-28  Havoc Pennington  <hp@pobox.com>
10870
10871         * gdk/x11/gdkimage-x11.c (_gdk_x11_get_image): Clip the retrieved
10872         image data to the screen, using a server grab to avoid race
10873         conditions.
10874
10875         * gtk/gtkitemfactory.c (gtk_item_factory_create_item): remove 
10876         check for NULL return from gtk_image_new_from_stock(), it never
10877         returns NULL.
10878         (gtk_item_factory_create_item): fix bug where we parsed the stock
10879         ID as an inline pixbuf
10880
10881         * gtk/gtktext.c (gtk_text_key_press): numeric keypad support
10882
10883         * gtk/gtkspinbutton.c (gtk_spin_button_key_press): numeric keypad
10884         support (should be using binding set here)
10885
10886         * gtk/gtkoptionmenu.c (gtk_option_menu_key_press): numeric keypad
10887         support (should be using binding set here)
10888
10889         * gtk/gtkmenushell.c (gtk_menu_shell_class_init): numeric keypad 
10890         support
10891
10892         * gtk/gtkmenu.c (gtk_menu_class_init): numeric keypad support
10893
10894         * gtk/gtkmenubar.c (gtk_menu_bar_class_init): numeric keypad
10895
10896         * gtk/gtklistitem.c (gtk_list_item_class_init): numeric keypad
10897
10898         * gtk/gtkimcontextsimple.c
10899         (gtk_im_context_simple_filter_keypress): keypad
10900
10901         * gtk/gtkfilesel.c (gtk_file_selection_key_press): keypad 
10902
10903         * gtk/gtkentry.c (gtk_entry_class_init): numeric keypad fixes
10904
10905         * gtk/gtkctree.c (gtk_ctree_class_init): numeric keypad support
10906
10907         * gtk/gtkcolorsel.c (palette_activate): keypad support (of course,
10908         should be binding-setted)
10909
10910         * gtk/gtkwindow.c (gtk_window_class_init): numeric keypad fixes
10911
10912         * gtk/gtkclist.c (gtk_clist_class_init): numeric keypad fixes
10913
10914         * gtk/gtkcalendar.c: numeric keypad fixes
10915
10916         * gtk/gtktextview.c (gtk_text_view_class_init): numeric keypad
10917         support
10918
10919         * gdk/gdkwindow.c (gdk_window_get_clip_region): fix infinite loop
10920         screwup
10921
10922         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha): 
10923         clip the render area to the drawable's clip region in advance,
10924         so we don't get data from the server that we don't need.
10925
10926         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha):
10927         check return value of gdk_pixbuf_get_from_drawable(), fall back 
10928         to bilevel alpha if we can't get the pixbuf to composite against.
10929
10930         * gdk/gdkdraw.c (gdk_drawable_get_image): set the image colormap
10931
10932         * gdk/gdkimage.c (gdk_image_get_colormap): add
10933         gdk_image_set_colormap, gdk_image_get_colormap
10934
10935         * gdk/gdkpixbuf-drawable.c (rgbconvert): Change all converters to
10936         take a region of the image, instead of converting the entire
10937         image.
10938
10939         * gtk/gtkwidget.h (struct _GtkWidgetClass): add show_help
10940         keybinding signal. Add default bindings for it. Add default
10941         handler for show_help that shows the tooltip for the widget.
10942
10943         * gtk/gtkdialog.c (gtk_dialog_class_init): add binding set and
10944         "close" keybinding signal, remove key press handler.
10945
10946         * gtk/gtktooltips.c (gtk_tooltips_set_colors): Just remove this,
10947         it's not our usual practice to leave a deprecated function around
10948         with a runtime warning, plus we don't want it to appear in docs,
10949         plus if we make them yellow no one will want to change them
10950         anyhow.
10951
10952 Thu Jun 28 23:53:31 2001  Tim Janik  <timj@gtk.org>
10953
10954         * gtk/gtkwidget.c (gtk_widget_hide): !GTK_OBJECT_DESTROYED() ->
10955         GTK_WIDGET_REALIZE() for resize queueing.
10956
10957         * gtk/gtkmain.c (gtk_main_do_event): !GTK_OBJECT_DESTROYED() ->
10958         GTK_WIDGET_REALIZE() for post event delivery destruction upon
10959         GDK_DESTROY.
10960         
10961         * gtk/gtkwidget.c: added GtkWidget::event-after notification signal, to
10962         sompensate for former (pre-2.0) connect_after() facility.
10963         (gtk_widget_send_expose): 
10964         (gtk_widget_event): assert the widget is realized, since event delivery
10965         to non-realized widgets is essentially a bug. event handlers should
10966         be able to unconditionally rely on widget->window (unless they
10967         emit events on their own which can trigger widget destruction).
10968         (gtk_widget_event_internal): removed old outdated GTK_OBJECT_DESTROYED()
10969         logic. event delivery happens as follows:
10970         a) emission of GtkWidget::event (RUN_LAST handler). returns was_handled.
10971         b) if !was_handled in (a) and the widget is still realized, emit event-
10972            specific signal (RUN_LAST handler). returns was_handled.
10973         c) emission of GtkWidget::event-after for notification if the widget is
10974            still realized (regardless of was_handled from previous stages, no
10975            class handler). no return value.
10976         d) was_handled gets passed on to caller, to determine further
10977            propagation. if the widget got unrealized meanwhile, was_handled
10978            is returned as TRUE.
10979
10980         * gdk/gdkevents.[hc]: added gdk_event_get_root_coords() and
10981         gdk_event_get_coords().
10982
10983 Thu Jun 28 17:18:41 2001  Tim Janik  <timj@gtk.org>
10984
10985         * configure.in (GTK_MICRO_VERSION): up version to 1.3.7, interface
10986         age 0, binary age 0. depend on glib 1.3.7.
10987
10988         * gtk/gtkcontainer.c: remove g_signal_handlers_disconnect_by_func() hack.
10989
10990         * gtk/gtkmenubar.c: same here.
10991         
10992         * gtk/gtkcontainer.c (gtk_container_focus_tab): fix param-spec retrival.
10993
10994         * gtk/gtkcolorsel.c (gtk_color_selection_init): fix connect_data() usage.
10995
10996         * gtk/gtkentry.c (gtk_entry_focus_in): same here.
10997         
10998         * gtk/gtkmenubar.c (add_to_window): likewise.
10999         
11000         * gtk/gtktextbtree.c: and here...
11001         
11002         * gtk/gtktextview.c (gtk_text_view_ensure_layout): same thing.
11003         
11004         * gtk/gtktoolbar.c (gtk_toolbar_init): once more.
11005         
11006         * gtk/gtktreemodel.c (connect_ref_callbacks): and another time.
11007         
11008         * gtk/gtktreeviewcolumn.c:
11009         (_gtk_tree_view_column_set_tree_view): yet again.
11010
11011         * demos/gtk-demo/images.c (progressive_timeout): demonstrate
11012         signal connections without g_signal_connect_data().
11013         
11014         * demos/gtk-demo/stock_browser.c (do_stock_browser): second
11015         demo of the matter.
11016         
11017         * demos/testpixbuf.c (main): running out of equality phrases for the
11018         ChangeLog, but had to adapt connections here as well.
11019         
11020         * demos/testanimation.c (progressive_timeout): and for the fun of it,
11021         tackled this the same way.
11022         
11023         * tests/testtext.c (create_view): ok, it's becoming a pain at this
11024         point, but had enough enery for one more fix.
11025
11026         * tests/testtreecolumns.c (main): stand up man, do your work!
11027
11028         * tests/testtreeview.c (set_columns_type): ok, this is the last file i
11029         fix, either that's been all of it or CVS gtk is broken yet again.
11030         
11031 2001-06-29  James Henstridge  <james@daa.com.au>
11032
11033         The following changes correspond to bug #56812
11034
11035         * gdk/gdkinput.h, gdk/gdkevents.c (GDK_TYPE_DEVICE): register type
11036         code for GdkDevice.
11037
11038         * gdk/gdkcursor.[ch] (GDK_TYPE_CURSOR): register type code for
11039         GdkCursor.
11040
11041 2001-06-19  Havoc Pennington  <hp@pobox.com>
11042
11043         * gdk/x11/gdkwindow-x11.c (gdk_window_show_unraised): new function
11044         for mapping a window without fooling with stacking order, but
11045         updating the "withdrawn" flag
11046
11047         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Do event
11048         filtering as soon as possible, moving move resize and wmspec_check
11049         handling after the event filter.  Make default filter apply to all
11050         events, not just those with no GdkWindow wrapped around the X
11051         window. Fix a FIXME about how the window could be a pixmap using 
11052         RTTI; this of course assumes GDK_IS_WINDOW() is optimized. 
11053
11054         Also, be robust against events not on a known GdkWindow.
11055
11056         * gdk/x11/gdkmain-x11.c (gdk_x11_grab_server,
11057         gdk_x11_ungrab_server): export reference-counted server grabs, so
11058         other people can grab server over a GDK function that also does
11059         so.
11060
11061 Wed Jun 27 19:40:31 2001  Jonathan Blandford  <jrb@redhat.com>
11062
11063         * gtk/gtktreeviewcolumn.c
11064         (gtk_tree_view_column_pack_start_cell_renderer): New function to
11065         reflect that you can (hypothetically) pack cell renderers into a
11066         column.
11067         (gtk_tree_view_column_pack_end_cell_renderer): ditto.
11068         (gtk_tree_view_column_cell_is_visible): Move more functionality to
11069         the column.
11070         (gtk_tree_view_column_cell_can_focus): Move more functionality to
11071         the column.
11072
11073         * gtk/gtktreeview.c: Move to use new column-packing code.
11074         (gtk_tree_view_real_expand_row): remove totally braindead code.
11075         (gtk_tree_view_real_collapse_row): ditto.
11076
11077 2001-06-27  Kjartan Maraas  <kmaraas@gnome.org>
11078
11079         * gtk/gtktreeviewcolumn.c: Fix a typo.
11080         
11081 2001-06-26  Joel Becker  <jlbec@evilplan.org>
11082
11083         * gdk-pixbuf/gdk-pixbuf-csource.c: remove '#include "x"' line
11084           at the end of the file
11085
11086 2001-06-26  Havoc Pennington  <hp@redhat.com>
11087
11088         * gtk/gtkwindow.c (gtk_window_set_policy): forgot a notification
11089
11090 2001-06-26  Havoc Pennington  <hp@redhat.com>
11091
11092         * gtk/gtkwindow.c (gtk_window_class_init): add "resizable"
11093         property
11094
11095 Tue Jun 26 12:59:28 2001  Jonathan Blandford  <jrb@redhat.com>
11096
11097         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_set_model): fix
11098         stupid missing statement
11099
11100         * gtk/gtktreeview.c (gtk_tree_view_set_destroy_count_func): New
11101         private function for ATK.  It notifies you of how many _visible_
11102         children are deleted when a node is deleted.  Should be used by
11103         atk only.
11104
11105 Tue Jun 26 11:06:34 2001  Owen Taylor  <otaylor@redhat.com>
11106
11107         * gtk/gtkclist.c gtk/gtkentry.c gtk/gtkspinbutton.c:
11108         Use new pango_context_get_metrics() to fix problems
11109         with font lists in descriptions. (#56184, reported by
11110         Jonas Borgström)
11111
11112 Tue Jun 26 10:04:30 2001  Tim Janik  <timj@gtk.org>
11113
11114         * gtk/gtkiconfactory.c:
11115         * gtk/gtkitemfactory.c: use gdk_pixbuf_new_from_stream(). fixed up
11116         item factory so inlined pixbufs actually work.
11117
11118 2001-06-25  Havoc Pennington  <hp@redhat.com>
11119
11120         * gtk/gtktreeviewcolumn.h, gtk/gtktreeviewcolumn.c:
11121         s/RESIZEABLE/RESIZABLE/
11122
11123         * gtk/gtkwindow.c, gtk/gtkwindow.h: s/resizeable/resizable/
11124
11125 2001-06-25  Alexander Larsson  <alexl@redhat.com>
11126
11127         * configure.in:
11128         Added --enable-fbmanager. This is some experimental code
11129         that lets several GtkFB apps coordinate their access to the
11130         framebuffer.
11131         
11132         * acconfig.h:
11133         Added ENABLE_FB_MANAGER.
11134
11135         * gdk/linux-fb/Makefile.am:
11136         Added gdkfbmanager and gdkfbswitch.
11137
11138         * gdk/linux-fb/gdkkeyboard-fb.c:
11139         * gdk/linux-fb/gdkmouse-fb.c:
11140         * gdk/linux-fb/gdkprivate-fb.h:
11141         Split device init and open so that
11142         they can be opened and closed while switched
11143         away.
11144
11145         * gdk/linux-fb/gdkmain-fb.c:
11146         Add the basic manager communication.
11147
11148         * gdk/linux-fb/gdkrender-fb.c:
11149         Don't update to the shadow fb if we're
11150         blocked by the fb manager.
11151
11152 Sun Jun 24 22:15:16 2001  Owen Taylor  <otaylor@redhat.com>
11153
11154         * docs/Changes-2.0.txt: Add note about child property
11155         changes.
11156
11157 Sun Jun 24 21:34:32 2001  Owen Taylor  <otaylor@redhat.com>
11158
11159         * gtk/gtkenums.h gtk/gtkiconfactory.c: Add a special size for
11160         drag-and-drop GTK_ICON_SIZE_DND (Default to 32x32)
11161
11162         * gtk/gtkdnd.c (gtk_drag_dest_set_target_list): Fix problem
11163         with un'reffing wrong list reported by Jeff Franks.
11164
11165         * gtk/gtkdnd.[ch] (_gtk_drag_{source,}dest_handle_event): _prefix.
11166
11167         * gtk/gtkdnd.c (gtk_drag_set_icon_default): Use GTK_STOCK_DND
11168         for the default icon. Remove inline XPM.
11169
11170         * gtk/gtkstock.h gtk/gtkiconfactory.c:
11171         Add GTK_STOCK_DND GTK_STOCK_DND_MULTIPLE (Currently, stock_new
11172         is used for GTK_STOCK_DND, but it is a bit too small.)
11173
11174         * gtk/stock-icons/stock_dnd_multiple.png
11175         gtk/stock-icons/Makefile.am: New stock icon moved from gnome-libs.
11176
11177         * gtk/gtkdnd.c (gtk_drag_source_event_cb): Only return
11178         TRUE when starting a drag. In other cases, we are
11179         just observing. (#52995)
11180
11181         * gtk/gtkdnd.[ch] (gtk_drag_set_icon_{stock,pixbuf}): Add 
11182         function to set the icon for a drag from a GdkPixbuf
11183         or stock ID.
11184
11185         * gtk/gtkdnd.[ch] (gtk_drag_source_set_icon_{stock,pixbuf}): 
11186         Likewise, for drag sources.
11187
11188         * gtk/gtkdnd.h: Deprecate gtk_drag_set_default_icon.
11189         (Now should be done using the stock system.)
11190
11191 Sun Jun 24 12:06:47 2001  Owen Taylor  <otaylor@redhat.com>
11192
11193         * gtk/gtktextview.[ch] (gtk_text_view_set_text_window_size): 
11194         Removed - didn't work and not particularly useful anyways
11195         if it did. 
11196
11197 Sun Jun 24 11:29:35 2001  Owen Taylor  <otaylor@redhat.com>
11198
11199         * gdk/x11/gdkimage-x11.c (gdk_image_new): Fix stupid error
11200         introduced last night that was making things decidedly not work.
11201
11202         * gtk/*.[ch]: Patch from Kristian Rietveld adding 80 getters
11203         so that we have getter/setter pairing everywhere it makes
11204         sense. (#55767)
11205
11206         * gtk/gtkradiobutton.[ch] gtk/gtktoolbar.c tests/testgtk.:
11207         Rename gtk_radio_button_group to gtk_radio_button_get_group, add a
11208         deprecated compat macro. (#55516)
11209
11210         * gtk/gtklabel.[ch]: Add functions
11211         gtk_label_set/get_use_underline(), gtk_label_set/get_use_markup(),
11212         gtk_label_set_label(), which mirror the property API for GtkLabel.
11213         Make gtk_label_get_attributes() only reflect the attributes
11214         set by gtk_label_set_attributes.
11215
11216         * gtk/gtknotebook.c (gtk_notebook_set_current_page) gtk/gtkcompat.h: Rename
11217         from gtk_notebook_set_page().
11218
11219 Sat Jun 23 18:02:46 2001  Owen Taylor  <otaylor@redhat.com>
11220
11221         * configure.in: Fix tests for XShm.h.
11222
11223         * gdk/x11/gdkimage-x11.c: Cleanup error handling in
11224         gdk_image_new() by use of goto, properly use g_object_unref().
11225
11226 Sat Jun 23 22:03:20 2001  Tim Janik  <timj@gtk.org>
11227
11228         * gdk/x11/gdkimage-x11.c (gdk_image_init): disabled g_free (image)
11229         calls, as GdkImage is an object. these should be g_obejct_unref()
11230         instead but that won't work because of the g_error() statement
11231         in gdk_x11_image_destroy(). so for now, i did s/g_free/LEAK_IMAGE/
11232         to spot these places.
11233
11234 Sat Jun 23 10:27:53 2001  Owen Taylor  <otaylor@redhat.com>
11235
11236         * modules/input/gtkimcontextxim.c: Fixup some problems with 
11237         text length handling in error cases.
11238
11239         * gtk/gtkwidget.c (gtk_widget_size_allocate): Reorder
11240         a bit to make test actually warn on attempt to allocation
11241         a negative size. (#56101, Matthias Clasen)
11242
11243 Fri Jun 22 14:06:08 2001  Jonathan Blandford  <jrb@redhat.com>
11244
11245         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): Fix bug
11246         noticed by Brian Cameron.
11247         (gtk_tree_view_real_expand_row): Fix bug noticed by Brian
11248         Cameron.
11249
11250 2001-06-22  Hans Breuer  <hans@breuer.org>
11251
11252         * gdk/gdk.def : updated externals
11253
11254         * gdk/win32/gdkdrawable-win32.c : corrected some casts
11255         in GDK_NOTEs
11256
11257         * gdk/win32/gdkevents-win32.c : use _gdk_windowing_window_get_offsets
11258         to translate coordinates to the internal > 16 bit system
11259         Try to handle WM_WINDOWPOSCHANGED to get better performance for
11260         when moving/resizing
11261
11262         * gdk/win32/gdkkeys-win32.c : implement gdk_keymap_get_default ()
11263         and gdk_keymap_get_direction (). The latter is untested for
11264         the RTL case
11265
11266         * gtk/gtk.def : updated externals
11267
11268         * gtk/gtkmain.c : gtk_get_default_language () should reurn the result
11269         from pango_language_from_string (), not an already freed pointer
11270
11271         * gtk/stock-icons/stock_menu_sort_ascending.png : PNGs need to be 
11272         binary (-kb) to be useable on windoze
11273  
11274 2001-06-21  Alexander Larsson  <alexl@redhat.com>
11275
11276         * gdk/linux-fb/gdkfont-fb.c (gdk_font_from_description): 
11277         Update to new PangoLanguage changes.
11278         
11279         * gtk/gtkwindow-decorate.c:
11280         * gtk/gtkwindow.[ch]:
11281         Added setting argument to gtk_window_set_has_frame ()
11282         
11283 Thu Jun 21 13:42:01 2001  Owen Taylor  <otaylor@redhat.com>
11284
11285         * gdk/x11/gdkkeys-x11.c (gdk_keymap_get_direction): Handle
11286         the case without XKB properly.
11287
11288         * gtk/gtkrc.c (gtk_rc_set_default_files): Remove
11289         unused gtk_rc_auto_parse variable.
11290
11291         * gtk/gtkrc.[ch] gtk/gtkstyle.c docs/Changes-2.0.txt:
11292         Remove gtk_rc_set_image_loader(), gtk_rc_load_image(), no
11293         longer needed with GdkPixbuf.
11294
11295         * gtk/gtkrc.c (_gtk_rc_init): Make private.
11296
11297 Fri Jun 15 16:26:12 2001  Owen Taylor  <otaylor@redhat.com>
11298
11299         * gtk/gtkentry.h: Mark deprecated functions with
11300         GTK_DISABLE_DEPRECATED.
11301
11302 Mon Jun 11 18:15:16 2001  Owen Taylor  <otaylor@redhat.com>
11303
11304         * gdk/gdk.h: Add missing gdk_rectangle_get_type() prototype.
11305
11306         * gtk/gtk[hv]scale.c: Include math.h, stdlib.h
11307
11308         * gdk/gdkpango.h gtk/gtkclist.c gtk/gtkentry.c gtk/gtkmain.[ch]
11309           gtk/gtkspinbutton.c gtk/gtkstyle.c gtk/gtktextbuffer.c
11310           gtk/gtktextdisplay.c gtk/gtktextiter.[ch]
11311           gtk/gtktextlayout.c gtk/gtktexttag.[ch] gtk/gtkwidget.c: Adapt
11312           to recent changes in Pango.
11313
11314         * tests/testgtk.c: Set language tags with gtk_label_set_markup()
11315           to test whether the basic engine honors them.
11316
11317 Thu Jun 21 02:13:40 2001  Tim Janik  <timj@gtk.org>
11318
11319         * gtk/gtkcontainer.[hc]: added gtk_container_child_set_property() and
11320         gtk_container_child_get_property().
11321
11322 Wed Jun 20 19:19:15 2001  Jonathan Blandford  <jrb@redhat.com>
11323
11324         * gtk/gtktreeview.c (gtk_tree_view_move_cursor_up_down): clean up
11325         (gtk_tree_view_move_cursor_page_up_down): implement.
11326
11327 Wed Jun 20 05:32:05 2001  Tim Janik  <timj@gtk.org>
11328
11329         * gtk/gtkspinbutton.c: make maximum digits compile time configurable
11330         via MAX_DIGITS and up to 20. 5 was just ridiculously small.
11331         don't use automatic fixed size buffer for printf-ing floats, doubles
11332         can expand to really _huge_ strings, use g_strdup_printf() instead.
11333
11334 Wed Jun 20 04:28:24 2001  Tim Janik  <timj@gtk.org>
11335
11336         * gtk/gtkrange.c (gtk_range_class_init): hum, "adjustment" was a
11337         construct property in 1.2 and still needs to be.
11338
11339         * gtk/gtkwidget.c: "composite_child" is not a settable property.
11340
11341 Tue Jun 19 19:13:19 2001  Jonathan Blandford  <jrb@redhat.com>
11342
11343         * gtk/gtkliststore.c (gtk_list_store_clear): 
11344         * gtk/gtktreestore.c (gtk_tree_store_clear): New functions to
11345         clear a model.
11346
11347 Mon Jun 18 02:00:49 2001  Tim Janik  <timj@gtk.org>
11348
11349         * gtk/gtkwidget.c (gtk_widget_get_property): fix PROP_EVENTS.
11350
11351         * gtk/Makefile.am:
11352         * gtk/gtk.h: disabled GtkPacker compilation.
11353
11354         * gtk/gtkarg.[hc], gtk/gtkargcollector.c: got rid of these.
11355
11356         * gtk/gtknotebook.c:
11357         * gtk/gtktable.c:
11358         * gtk/gtkbox.c: ported this over to child properties.
11359
11360         * gtk/gtksettings.c: fetch class properties via
11361         g_object_class_list_properties().
11362
11363         * gtk/gtkcontainer.[hc]: implemented child properties, got rid of the
11364         child arg interface. use gobjectnotifyqueue.c for child property
11365         notification.
11366
11367         * gtk/gtkwidget.[hc]: provide necessary means for container child
11368         properties, i.e. ::child_notify signal,
11369         gtk_widget_freeze_child_notify(),
11370         gtk_widget_child_notify(),
11371         gtk_widget_thaw_child_notify().
11372
11373         * tests/testgtk.c: removed inferior property handling code, for
11374         property editing, a generic module should be used, and GLE
11375         coincidentally fullfills that purpose.
11376
11377         * docs/reference/Makefile.am: disabled gtk docs building, gtk-doc
11378         needs to be adapted to g_object_class_list_properties() before this
11379         builds again.
11380
11381 Mon Jun 18 20:06:10 2001  Jonathan Blandford  <jrb@redhat.com>
11382
11383         * gtk/gtktreeview.c (gtk_tree_view_row_expanded): New function to
11384         test if a node is expanded.
11385
11386 Mon Jun 18 19:41:38 2001  Jonathan Blandford  <jrb@redhat.com>
11387
11388         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): Fix bug
11389         where collapsing a selected row would result in the cursor/anchor
11390         getting screwed up.
11391
11392 Fri Jun 15 18:53:48 2001  Jonathan Blandford  <jrb@redhat.com>
11393
11394         * gtk/gtktreesortable.c (gtk_tree_sortable_set_sort_func): Rename
11395         gtk_tree_sortable_sort_column_id_set_func.  It's much shorter now.
11396         * gtk/gtktreeview.c (gtk_tree_view_sort_iter_changed): WOOO!!!
11397         Now I can really reorder/sort all Store widgets.  treesorttest
11398         seems to just work now.
11399         * gtk/gtklistview.c (gtk_list_store_iter_changed): Whoops.
11400         testtreesort worked through a big coincidence all this time.
11401         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): Nasty bug fix in nasty
11402         code.
11403         * tests/testtreecolumns.c: Big 'ol warning at the top letting
11404         people know that this code should never ever ever be copied.
11405
11406 2001-06-15  Jonas Borgström  <jonas@codefactory.se>
11407
11408         * gtk/gtkwindow.h: Fixed a small typo, it should be
11409         GTK_WINDOW_GROUP_GET_CLASS and not GTK_WINDOW_GET_CLASS
11410         on line 134.
11411
11412 2001-06-14  Havoc Pennington  <hp@redhat.com>
11413
11414         Docs fixups, and:
11415         
11416         * gtk/gtkcompat.h: remove GTK_DISABLE_COMPAT_H, replace with
11417         GTK_DISABLE_DEPRECATED
11418
11419 Thu Jun 14 19:21:27 2001  Jonathan Blandford  <jrb@redhat.com>
11420
11421         * gtk/gtktreestore.c (gtk_tree_store_sort_helper): Whoops.  Forgot
11422         this a couple months ago.  Now GtkTreeStore sort of sorts.  I'll
11423         finish it off tonight, though it basically works now when it's a
11424         list.  Also, I have a sinking feeling neither GtkTreeStore or
11425         GtkListStore actually resort when adding a new item.  I'll look
11426         into it.
11427
11428 2001-06-14  Havoc Pennington  <hp@redhat.com>
11429
11430         * demos/gtk-demo/main.c (load_file): fix bug identified by
11431         warnings I just added to gtktextbuffer
11432
11433 2001-06-14  Havoc Pennington  <hp@redhat.com>
11434
11435         * gtk/gtkwindow.c (window_group_cleanup_grabs): fix other typo
11436
11437         * gtk/gtkwidget.c (gtk_widget_propagate_state): fix typo
11438
11439         * gtk/gtktextbtree.c: don't leak node data all over the place.
11440
11441         * demos/gtk-demo/main.c (main): create fontify tags for the right
11442         buffer
11443
11444         * gtk/gtktextbuffer.c, gtk/gtktexttagtable.c: enhance docs
11445         to mention tags in the same table can't have the same name,
11446         suggested by Skip Montanaro
11447
11448 2001-06-11  Havoc Pennington  <hp@redhat.com>
11449
11450         * gtk/gtktexttagtable.c (gtk_text_tag_table_add): improve warning 
11451         for trying to add two tags with same name to the tag table
11452
11453         * demos/gtk-demo/main.c (main): fix colors ;-)
11454
11455 `Fri Jun  8 17:56:52 2001  Owen Taylor  <otaylor@redhat.com>
11456
11457         * gtk/gtkwindow.[ch] gtk/gtkmain.c: Add a GtkWindowGroup struct
11458         that allows grouping together multiple windows so that grabs
11459         within that set of windows only affect those windows.
11460
11461         * gtk/gtkmain.c gtk/gtkwidget.[ch]: Add a "grab_notify"
11462         signal for notification when a widget becomes shadowed
11463         by a grab or is no longer shadowed by a grab.
11464
11465         * gtk/gtkwidget.c (gtk_widget_propagate_state)
11466           gtk/gtkmain.c: (gtk_widget_grab_add): Don't allow
11467         insenstive widgets to maintain a grab.
11468
11469 2001-06-14  Alexander Larsson  <alexl@redhat.com>
11470
11471         * docs/README.linux-fb:
11472         Add some example config files that can be used with the URW fonts.
11473         
11474         * gdk/linux-fb/gdkvisual-fb.c (gdk_visual_init): 
11475         Set up the color ramps for DirectColor mode.
11476
11477 2001-06-11  Havoc Pennington  <hp@redhat.com>
11478
11479         * Release 1.3.6
11480          
11481 2001-06-13  Alexander Larsson  <alla@lysator.liu.se>
11482
11483         * gdk/linux-fb/gdkwindow-fb.c:
11484         Unify shaped window code and make it repaint the area that used
11485         to be part of the shape, but isn't anymore.
11486
11487 2001-06-11  Havoc Pennington  <hp@redhat.com>
11488
11489         * NEWS: Updates
11490
11491         * configure.in (GTK_MINOR_VERSION): bump version to 1.3.6
11492
11493         * gtk/Makefile.am: glib_genmarshal already contains top_builddir
11494         
11495 2001-06-13  Alexander Larsson  <alla@lysator.liu.se>
11496
11497         * gdk/linux-fb/gdkdnd-fb.c (gdk_drag_status):
11498         Don't pass on GDK_ACTION_DEFAULT. The Xdnd code
11499         passes zero instead, so do we.
11500         
11501 2001-06-13  Alexander Larsson  <alla@lysator.liu.se>
11502
11503         * gdk/linux-fb/gdkgc-fb.c (gdk_gc_copy):
11504         Deep copy dash_list too.
11505         (_gdk_fb_gc_new): Set default cap_style before
11506         setting values.
11507
11508 2001-06-12  Alexander Larsson  <alla@lysator.liu.se>
11509
11510         * gdk/linux-fb/gdkkeyboard-fb.c (gdk_keymap_get_default,
11511         gdk_keymap_get_direction): New functions.
11512
11513 Tue Jun 12 12:41:27 2001  Jonathan Blandford  <jrb@redhat.com>
11514
11515         * gtk/gtktreemodel.h (GTK_TREE_MODEL_LIST_ONLY): further justify
11516         gtk_tree_model_get_flags by adding a second flag for atk.
11517
11518         * gtk/gtktreemodel.c: make cursor behavior interact better with
11519         mouse presses.
11520
11521 Mon Jun 11 12:43:08 2001  Jonathan Blandford  <jrb@redhat.com>
11522
11523         * gtk/gtktreeview.c (gtk_tree_view_class_init): changed
11524         expand_row/collapse_row to be 2 signals each -- test_expand_row
11525         and row_expanded as well as test_collapse_row and row_collapsed.
11526
11527 2001-06-10  Anders Carlsson  <andersca@codefactory.se>
11528
11529         * demos/gtk-demo/stock_browser.c (do_stock_browser): Update
11530         signal name to be changed instead of selection_changed.
11531
11532 2001-06-08  Havoc Pennington  <hp@redhat.com>
11533
11534         * gtk/gtkentry.c (gtk_entry_class_init): add read-only
11535         "scroll_offset" property for notification when the layout offsets
11536         may have changed
11537         (gtk_entry_adjust_scroll): add notify for scroll_offset
11538         (gtk_entry_layout_index_to_text_index): function to compensate for
11539         preedit string when doing coordinate stuff on the entry's layout
11540         (gtk_entry_text_index_to_layout_index): inverse function
11541         (gtk_entry_get_layout_offsets): hook to get current position of
11542         the layout      
11543         (gtk_entry_get_layout): hook to get the layout itself.
11544
11545         * gtk/gtklabel.c (gtk_label_get_layout): new function
11546
11547 Fri Jun  8 19:49:29 2001  Jonathan Blandford  <jrb@redhat.com>
11548
11549         * gtk/gtktreeview.c (gtk_tree_view_real_select_cursor_row): New
11550         keybinding.
11551         (gtk_tree_view_focus): Fix merge conflict.
11552
11553 Fri Jun  8 18:41:30 2001  Jonathan Blandford  <jrb@redhat.com>
11554
11555         * gtk/gtktreeview.c (gtk_tree_view_set_cursor): new function to
11556         clean up cursor handling.
11557
11558 2001-06-08  Havoc Pennington  <hp@redhat.com>
11559
11560         * gtk/gtktextbuffer.c (gtk_text_buffer_get_start_iter): added this
11561         function
11562
11563         * gtk/gtktextview.c (gtk_text_view_get_default_attributes): added
11564         this function
11565
11566 2001-06-08  Alex Larsson  <alexl@redhat.com>
11567
11568         * gtk/gtkcompat.h.in:
11569         Added compat macros for all old GTK_TYPE_GDK_xxx types.
11570         Fixes bug #52892
11571
11572 2001-06-08  Havoc Pennington  <hp@redhat.com>
11573         
11574         * gtk/gtkhsv.h (struct _GtkHSVClass): had GtkContainerClass as
11575         parent still
11576
11577 2001-06-08  Havoc Pennington  <hp@redhat.com>
11578
11579         * gtk/gtktextbuffer.c (gtk_text_buffer_remove_all_tags): geez,
11580         don't call g_list funcs on GSList
11581
11582         * gtk/gtkwidget.c (gtk_widget_child_focus): replaces
11583         gtk_container_focus(), since some widgets have focusable locations
11584         which are not other widgets. These widgets should not have to be 
11585         containers just to manage the focus. For example, GtkHSV is
11586         currently a container for no good reason. Also, this cleans
11587         up the "if (is_container && is_sensitive && is_drawable)
11588         container_focus ()" mess in widget implementations.
11589
11590         * gtk/gtkcontainer.c (gtk_container_focus): deprecate this
11591         function, and have it just call gtk_widget_child_focus().
11592
11593         * gtk/gtkhsv.c: derive from widget not container
11594         
11595         Throughout: fix to reflect GtkContainer::focus change
11596         
11597 Fri Jun  8 12:38:49 2001  Jonathan Blandford  <jrb@redhat.com>
11598
11599         * gtk/gtktable.c (gtk_table_resize): warn if row/cols are out of
11600         range.  Fix bug #55921
11601
11602         * gtk/gtkliststore.c (gtk_list_store_new_with_types): fix doc bug
11603         (#55920).
11604
11605 Fri Jun  8 12:03:07 2001  Owen Taylor  <otaylor@redhat.com>
11606
11607         * gdk/gdkkeys.[ch]: Add a direction-changed signal,
11608         and gdk_keymap_get_current_direction().
11609
11610         * gdk/x11/gdkevents-x11.c gdk/x11/gdkkeys-x11.c
11611           gdk/x11/gdkmain-x11.c gdk/x11/gdkprivate-x11.h: Track
11612         the current locked group, use it to set the keymap
11613         direction.
11614
11615         * gtk/gtksettings.c: Add a new gtk-split-cursor setting
11616         to determine whether we draw a split cursor or use
11617         a jumping cursor based on the current direction.
11618
11619         * gtk/gtkentry.c gtk/gtktextview.c gtk/gtktextlayout.[ch]:
11620         Obey the split cursor setting. 
11621
11622 Fri Jun  8 11:57:50 2001  Owen Taylor  <otaylor@redhat.com>
11623
11624         * gtk/gtkimmulticontext.c (activate_cb): Only activate
11625         when toggling on, not when toggling off... (#55906)
11626
11627 Wed Jun  6 10:37:07 2001  Owen Taylor  <otaylor@redhat.com>
11628
11629         * gtk/gtkwidget.c (gtk_widget_set_double_buffered): 
11630         s/gdk_window_begin_paint/gdk_window_begin_paint_region/
11631         in docs. (#55812, Vitaly Tishkov)
11632
11633 2001-06-08  Anders Carlsson  <andersca@codefactory.se>
11634
11635         * demos/gtk-demo/main.c (create_tree): Changed signal name from
11636         selection_changed to changed in signal connection to GtkTreeSelection,
11637         also used g_signal_connectc since GtkTreeSelection is now a GObject.
11638
11639 Thu Jun  7 18:25:42 2001  Jonathan Blandford  <jrb@redhat.com>
11640
11641         * gtk/gtktreeselection.c: Now it's a GObject instead of a
11642         GtkObject.  The GtkTreeSelection::selection_changed signal is now
11643         the GtkTreeSelection::changed signal.
11644
11645         * gtk/gtktreeview.c: Modified to deal with new GtkTreeSelection
11646         object.
11647
11648         * tests/gtktree*.c: Modified to deal with new GtkTreeSelection
11649         object.
11650
11651 2001-06-07  Havoc Pennington  <hp@redhat.com>
11652
11653         * gtk/Makefile.am: fix glib-mkenums and glib-genmarshal again
11654
11655 2001-06-07  Havoc Pennington  <hp@redhat.com>
11656         
11657         * gtk/Makefile.am: fixups for glib-mkenums and glib-genmarshal
11658         (not tested yet because with absolute path to srcdir I can't build
11659         atk, but it was broken anyway so this may help) 
11660
11661 2001-06-07  Havoc Pennington  <hp@redhat.com>
11662
11663         * configure.in: output m4macros/Makefile
11664         
11665 Wed Jun  6 21:59:16 2001  Jonathan Blandford  <jrb@redhat.com>
11666
11667         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): hook up arrow
11668         buttons.  Fixes #55460 reported by matthiasc@poet.de.
11669
11670 Wed Jun  6 21:18:54 2001  Jonathan Blandford  <jrb@redhat.com>
11671
11672         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): centralize
11673         expansion/collapsing so it only happens in one place.
11674         (gtk_tree_view_real_expand_row): ditto.
11675
11676 2001-06-07  Havoc Pennington  <hp@redhat.com>
11677
11678         * tests/Makefile.am: add missing -I flag
11679
11680         * gtk/Makefile.am: use @GLIB_MKENUMS@, @GLIB_GENMARSHAL@, etc.
11681
11682         * configure.in: use pkg-config to see if GModule is
11683         supported; fix to properly turn on included loaders 
11684         when GModule isn't supported; don't use AC_CHECK_LIB 
11685         when libs are not installed yet
11686
11687         * autogen.sh: add support for AUTOGEN_SUBDIR_MODE
11688
11689         * Makefile.am (SUBDIRS): add m4macros subdir
11690
11691         * gtk/Makefile.am: $(srcdir)/foo targets must be $(srcdir)/foo in
11692         dependencies also.
11693
11694 Wed Jun  6 19:31:11 2001  Jonathan Blandford  <jrb@redhat.com>
11695
11696         * gtk/gtktreeview.c (gtk_tree_view_set_model): fix silly bug
11697         reported by "Padraig O'Briain" <Padraig.Obriain@Sun.COM>.
11698
11699 Wed Jun  6 20:01:38 2001  Jonathan Blandford  <jrb@redhat.com>
11700
11701         * gtk/gtktreeview.c
11702         (gtk_tree_view_real_expand_collapse_cursor_row): Handle key
11703         bindings to expand and collapse rows.
11704         (gtk_tree_view_real_select_cursor_parent): New key binding.
11705         (gtk_tree_view_real_toggle_cursor_row): New key binding.
11706
11707         * gtk/gtkmarshal.list: new
11708         marshaller. (VOID__BOOLEAN_BOOLEAN_BOOLEAN)
11709
11710 2001-06-06  Havoc Pennington  <hp@redhat.com>
11711
11712         * gtk/gtkrange.c (gtk_range_class_init): add "inverted" property
11713
11714         * gtk/gtkscale.c (gtk_scale_class_init): Change Page Up and Page
11715         Down to move visually rather than logically, since it confuses 
11716         people. Add -/+ and Ctrl--/+ bindings for logical movement.
11717
11718 2001-06-06  Alex Larsson  <alexl@redhat.com>
11719
11720         * gdk/linux-fb/gdkmain-fb.c (_gdk_windowing_init_check):
11721         Fix up error messages.
11722
11723 Wed Jun  6 10:34:42 2001  Owen Taylor  <otaylor@redhat.com>
11724
11725         * gtk/gtktooltips.h: Include gtkwidget.h 
11726         (#55798, Karl Nelson)
11727
11728         * gdk/x11/gdkwindow-x11.c (utf8_is_latin1): 0xff is
11729         a valid latin-1 character. (Marc Lehmann, #35467)
11730
11731         * gdk/x11/gdkwindow-x11.c: Fix minor typo in comment. 
11732         (Marc Lehmann, #35467)
11733         
11734 2001-06-05  Alex Larsson  <alexl@redhat.com>
11735
11736         * demos/gtk-demo/appwindow.c (do_appwindow):
11737         Don't swap the order of the args to gtk_widget_destroyed.
11738
11739         * tests/testgtk.c (destroy_properties):
11740         Don't crash when the properties window is destroyed.
11741
11742         * gtk/gtkimagemenuitem.c (gtk_image_menu_item_new_from_stock):
11743         Use with_mnemonics to handle the case of stock items with
11744         underscores in them.
11745
11746 2001-06-05  Havoc Pennington  <hp@redhat.com>
11747
11748         * gtk/gtktextiter.c (gtk_text_iter_order): rename from 
11749         gtk_text_iter_reorder
11750
11751 2001-06-05  Havoc Pennington  <hp@redhat.com>
11752
11753         * gtk/gtktoolbar.c (gtk_toolbar_remove_space): new function
11754
11755 2001-06-05  Havoc Pennington  <hp@redhat.com>
11756
11757         * gtk/gtkspinbutton.c (gtk_spin_button_set_range): clamp the value 
11758         to the range that was set
11759
11760         * gtk/gtkrange.c: add value_changed signal, primarily 
11761         intended for use with GtkScale
11762         (gtk_range_set_increments): new function
11763         (gtk_range_set_range): new function with weird name
11764         (gtk_range_set_value): new function
11765         (gtk_range_get_value): new function
11766
11767         * gtk/gtkspinbutton.c (gtk_spin_button_get_value): rename 
11768         from gtk_spin_button_get_value_as_float(). Compat #define
11769         added for get_value_as_float.
11770
11771         * gtk/gtkhscale.c (gtk_hscale_new_with_range): new function
11772
11773         * gtk/gtkvscale.c (gtk_vscale_new_with_range): new function
11774
11775 Tue Jun  5 14:57:18 2001  Jonathan Blandford  <jrb@redhat.com>
11776
11777         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_get_size): Fix bug #55573
11778
11779 Mon Jun  4 12:41:25 2001  Owen Taylor  <otaylor@redhat.com>
11780
11781         * gtk/gtkwidget.h: Deprecate gtk_widget_set().
11782
11783         * tests/testgtk.c (create_tooltips): Remove usage of
11784         gtk_widget_set().
11785
11786 2001-06-05  Havoc Pennington  <hp@redhat.com>
11787
11788         * gtk/gtkcolorsel.c: Use new mnemonic convenience functions
11789
11790         Applying patch from Jeff Franks, with function docs added.
11791         
11792         * gtk/gtkcheckbutton.c (gtk_check_button_new_with_mnemonic):
11793         remove call to set_mnemonic_widget, change docs a bit.  
11794
11795         * gtk/gtkimagemenuitem.c (gtk_image_menu_item_new_with_mnemonic):
11796         new function
11797
11798         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_new_with_mnemonic):
11799         new function
11800
11801         * gtk/gtkmenuitem.c (gtk_menu_item_new_with_mnemonic): new function
11802
11803         * gtk/gtkradiobutton.c (gtk_radio_button_new_with_mnemonic): new
11804         function
11805         (gtk_radio_button_new_with_mnemonic_from_widget): new function
11806
11807         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_new_with_mnemonic):
11808         new function
11809
11810         * gtk/gtktogglebutton.c (gtk_toggle_button_new_with_mnemonic): new
11811         function        
11812
11813         * gtk/gtklabel.c (gtk_label_new_with_mnemonic): Improve docs on 
11814         auto-selection of mnemonic widget.
11815
11816 Mon Jun  4 15:05:24 2001  Jonathan Blandford  <jrb@redhat.com>
11817
11818         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_max_width):
11819         Fix segfault found by Vitaly Tishkov <tvv@sparc.spb.su>.
11820         (gtk_tree_view_column_set_min_width): ditto.
11821
11822 Tue Jun  5 11:04:06 2001  Owen Taylor  <otaylor@redhat.com>
11823
11824         * gdk/gdkpixmap.h (GDK_PIXMAP_GET_CLASS): 
11825         s/GdkPixmapClass/GdkPixmapObjectClass/. (#51890, Jeff Franks)
11826
11827 Mon Jun  4 12:50:11 2001  Owen Taylor  <otaylor@redhat.com>
11828
11829         * gtk/gtkctree.c (gtk_ctree_insert_gnode): Add a missing
11830         gtk_clist_thaw().
11831
11832 2001-06-04  Havoc Pennington  <hp@pobox.com>
11833
11834         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Ignore 
11835 r       eleases for buttons 6, 7
11836
11837 2001-06-04  Havoc Pennington  <hp@redhat.com>
11838
11839         * gtk/gtkseparatormenuitem.h: Fix a search-and-replace screwup
11840         (s/CHECK/SEPARATOR/ gone awry). Patch from Jeff Franks, bug
11841         #55562
11842
11843 2001-06-04  Havoc Pennington  <hp@redhat.com>
11844
11845         * gtk/gtktextview.c (gtk_text_view_size_request): handle case
11846         where text_view->layout == NULL by assuming its size is 0, 
11847         i.e. same as if we haven't done any reflow. Reported by 
11848         Hidetoshi Tajima #55448 
11849
11850 2001-06-04  Havoc Pennington  <hp@redhat.com>
11851
11852         * gdk/x11/gdkevents-x11.c (gdk_event_translate): support button 6
11853         and 7 for scroll left/right, from Thomas Broyer
11854
11855 2001-05-10  Havoc Pennington  <hp@redhat.com>
11856
11857         * gtk/gtksettings.c (gtk_settings_get_property): Handle case where
11858         we need to parse the xsetting as if it were an RC file string.
11859
11860         * gtk/gtkcolorsel.c (gtk_color_selection_class_init): load initial
11861         value of palette from settings, not from static variable
11862
11863         * gdk/x11/gdkevents-x11.c: add color palette, toolbar mode to
11864         xsettings translation table
11865
11866         * gtk/gtktoolbar.c (gtk_toolbar_new): Remove arguments, because 
11867         hardcoding the toolbar style conflicts with new customizable 
11868         toolbar style philosophy
11869         (gtk_toolbar_class_init): add settings for default toolbar style;
11870         these are used unless the app specifically forces a toolbar style
11871
11872         * gtk/gtksettings.c (settings_install_property_parser): only
11873         return at the start if we warn and parser == NULL
11874
11875         * gtk/gtkcolorsel.c (gtk_color_selection_finalize): disconnect the
11876         palette changed handler so we don't notify dead color selections
11877
11878         * gtk/gtkstyle.c (gtk_default_draw_shadow): handle
11879         xthickness/ythickness of 0 or 1 properly 
11880         (gtk_default_draw_resize_grip): clear the background behind the
11881         resize grips, and align to bottom right if we square the 
11882         area to be drawn.
11883
11884         * gtk/gtkstatusbar.c (gtk_statusbar_init): set horizontal usize on 
11885         statusbar label to 1, so it doesn't make toplevels resize oddly
11886         (gtk_statusbar_size_request): add grip size to request
11887         (gtk_statusbar_size_allocate): hack so the hbox still works with 
11888         the grip size in the request
11889
11890         * gtk/gtktoolbar.c (gtk_toolbar_show_all): override to fix 
11891         bug where showing all on a toplevel makes the toolbar 
11892         button text appear despite the toolbar mode
11893
11894         * gtk/gtkmenubar.c: add internal padding style property
11895
11896         * gtk/gtktoolbar.c: Add internal padding style property; add
11897         shadow type style property
11898
11899         * gtk/gtkmenubar.c (gtk_menu_bar_paint): paint box with widget
11900         state; and put Container::border_width outside the frame
11901
11902         * gtk/gtktextview.c: don't draw focus rectangle if we're in
11903         interior focus mode, we just use blinking cursor
11904
11905 2001-06-04  Havoc Pennington  <hp@redhat.com>
11906
11907         * configure.in: Make gdk-pixbuf have same version number as GTK
11908
11909 2001-06-04  Havoc Pennington  <hp@redhat.com>
11910
11911         * gtk/gtkspinbutton.c: Get rid of stupid g_return_if_fail on 
11912         digits greater than 6. If there actually are limits (which there
11913         likely aren't), should clamp to them not warn.
11914         (gtk_spin_button_new_with_range): don't take log of 0
11915         (gtk_spin_button_size_request): use digits to compute size
11916         request, rather than step increment.
11917
11918         * tests/testgtk.c (create_spins): test larger values of digits
11919         
11920         * gtk/gtkfontsel.c (gtk_font_selection_init): scroll to selected
11921         font on map not expose, so we don't get weirdness during scrolling
11922
11923 2001-06-04  Havoc Pennington  <hp@redhat.com>
11924
11925         * gtk/gtkclist.c (vadjustment_value_changed): Apply fix from
11926         Sam Solon, bug #54577, update value even if not drawable.
11927
11928 2001-06-04  Havoc Pennington  <hp@redhat.com>
11929
11930         * gtk/gtkrange.c (gtk_range_scroll_event): change SCROLL_RIGHT to
11931         SCROLL_LEFT, reported by Thomas Broyer.
11932
11933 2001-06-04  Havoc Pennington  <hp@redhat.com>
11934
11935         * gtk/gtkrange.c (gtk_range_adjustment_value_changed): 
11936         Process updates immediately, to prevent funny lag effect
11937         when scrolling, at some mild potential efficiency cost.
11938
11939 2001-06-04  Havoc Pennington  <hp@redhat.com>
11940
11941         * gtk/gtkrange.c (gtk_range_button_press): on middle click, center
11942         slider on the click.
11943
11944 2001-06-03  Havoc Pennington  <hp@pobox.com>
11945
11946         * gtk/gtkstyle.c (gtk_default_draw_slider): make this special-case
11947         hscale/vscale details, so we can use it for scrollbar as well.
11948
11949         * tests/testgtk.c (reformat_value): honor digits from GtkScale
11950
11951         * gtk/gtkenums.h (GtkTroughType): Remove this enum
11952         (GtkScrollType): add START and END from GtkTroughType
11953
11954         * gtk/gtkstyle.c (gtk_default_draw_slider): was not properly using
11955         its x/y arguments
11956
11957         * gtk/gtkrange.h, gtk/gtkrange.c, gtk/gtkscrollbar.h,
11958         gtk/gtkscrollbar.c, gtk/gtkscale.h, gtk/gtkscale.c,
11959         gtk/gtkhscrollbar.h, gtk/gtkhscrollbar.c, gtk/gtkvscrollbar.h,
11960         gtk/gtkvscrollbar.c, gtk/gtkhscale.h, gtk/gtkhscale.c,
11961         gtk/gtkvscale.h, gtk/gtkvscale.c: Rewrite GtkRange and subclasses.
11962
11963         Notable changes in the process:
11964          
11965         - stepper_size style property is the height for vertical 
11966           ranges, width for horizontal; the other dimension matches
11967           the trough size
11968         - add ability to do NeXT-style steppers (and several other styles
11969           that don't make any sense)
11970         - added min_slider_length, fixed_slider_length properties to
11971           GtkScrollbar
11972         - cleaned some private (or at least useless) functions out of
11973           gtkscale.h    
11974         - moved bindings to GtkScale from subclasses, even arrow keys,
11975           since blind users don't know scale orientation.
11976         - change move_slider action signal to use new GtkScrollType,
11977           remove GtkTroughType argument
11978         - digits rounds the values a range will input to the given 
11979           number of decimals, but will not try to force adjustment 
11980           values set by other controllers. That is, we no longer
11981           modify adjustment->value inside a value_changed handler.
11982         - added getters for GtkScale setters
11983         - middle-click begins a slider drag
11984         
11985 Fri Jun  1 18:54:47 2001  Jonathan Blandford  <jrb@redhat.com>
11986
11987         * gtk/gtktreeview.c: (gtk_tree_view_focus): Initial stab at
11988         getting the focus code to work.
11989         (gtk_tree_view_class_init): Add a bunch of keybindings.
11990
11991         * gtk/gtktreeviewcolumn.c
11992         (gtk_tree_view_column_set_cell_data_func):
11993         s/GtkCellDataFunc/GtkTreeCellDataFunc.
11994         (_gtk_tree_view_column_set_tree_view): Use "notify::model" instead
11995         of "properties_changed" to help justify the death of the latter
11996         signal. (-:
11997
11998         * tests/testtreefocus.c (main): Let some columns be focussable to
11999         test focus better.
12000
12001 2001-06-01  Havoc Pennington  <hp@redhat.com>
12002
12003         * gtk/gtkentry.c (gtk_entry_commit_cb): implement overwrite mode
12004         
12005         * gtk/gtktextview.c (gtk_text_view_commit_handler): don't
12006         overwrite in overwrite mode if we already deleted the selection
12007         and replaced it with new text.  
12008
12009         * gtk/gtklabel.c (gtk_label_select_region_index): if you set the
12010         selection to an empty range, clear the clipboard if we owned it.
12011         (gtk_label_set_selectable): give up selection if we become
12012         unselectable.
12013         (gtk_label_state_changed): override state changed to unselect text
12014         when insensitive
12015         (get_text_callback): add paranoia check that indexes aren't
12016         outside of label->text
12017         (gtk_label_select_region): make -1 for start_offset mean "end of
12018         label," for consistency with GtkEditable
12019
12020         * gtk/gtkmessagedialog.c (gtk_message_dialog_new): honor
12021         GTK_DIALOG_NO_SEPARATOR flag
12022
12023 Fri Jun  1 11:47:11 2001  Owen Taylor  <otaylor@redhat.com>
12024
12025         * gtk/gtkcombo.c (gtk_combo_set_use_arrows_always): Fix 
12026         notifications on non-existant "enable_arrow_keys".
12027         (#53753, Skip Montanaro)
12028
12029 Fri Jun  1 11:31:55 2001  Owen Taylor  <otaylor@redhat.com>
12030
12031         * gdk/gdkrectangle.c (gdk_rectangle_get_type): Add 
12032         GDK_TYPE_RECTANGLE.
12033
12034         * gtk/gtkwidget.c (gtk_widget_class_init): Fix type
12035         of allocation argument be GDK_TYPE_RECTANGLE.
12036
12037 Thu May 31 12:43:57 2001  Owen Taylor  <otaylor@redhat.com>
12038
12039         * gtk/gtkoptionmenu.c: Account for the fact that the border
12040         width is _outside_ the window. (Fixes #54585, bug found
12041         by Bastien Nocera.)
12042
12043 Wed May 30 15:56:30 2001  Owen Taylor  <otaylor@redhat.com>
12044
12045         * gtk/gtksettings.c (gtk_settings_get_property): Validate
12046         value from GDK settings against parameter spec.
12047
12048         * gdk/x11/gdkevents-x11.c (gdk_setting_get): Add assignments
12049         to temporary values and use g_value_transform(), since
12050         thinking that GValue was going to be easy or efficient
12051         to use was, of course, a mistake.
12052
12053         * gtk/gtksettings.c: Add cursor blink setting.
12054         
12055         * gdk/x11/gdkevents-x11.c: Add cursor blink X settings.
12056
12057         * gtk/gtkentry.c: Add cursor blinking.
12058
12059         * gtk/gtktextview.c (gtk_text_view_check_cursor_blink): Use
12060         cursor blink global settings.
12061
12062         * gtk/gtkentry.c (gtk_entry_button_press): Add notification
12063         for :text_position in places where it is missing.
12064
12065 Tue May 29 18:17:11 2001  Owen Taylor  <otaylor@redhat.com>
12066
12067         * autogen.sh (have_libtool): Fix GNU sedism (#55430)
12068
12069 Tue May 29 17:40:29 2001  Owen Taylor  <otaylor@redhat.com>
12070
12071         * configure.in (GTK_DEP_CFLAGS): Use $PKG_CONFIG,
12072         not pkg-config. (#51032)
12073
12074         * gdk/gdkproperty.h: Remove inappropriate G_GNUC_CONST
12075         (fixes #51952, James Henstridge)
12076         
12077 2001-05-27  Alexander Larsson  <alla@lysator.liu.se>
12078
12079         * gtk/gtkstock.h (GTK_STOCK_GO_UP):
12080         Rename to the more correct gtk-go-up.
12081
12082         * gtk/stock-icons/stock_menu_sort_ascending.png:
12083         Added new file.
12084         
12085         * gtk/stock-icons/stock_menu_sort_descending.png:
12086         Changed to show descending instead of ascending.
12087
12088         * gtk/gtkiconfactory.c:
12089         Added menu size icon to sort ascending.
12090
12091         * gtk/stock-icons/Makefile.am:
12092         Added stock_menu_sort_ascending.png.
12093         
12094         * gtk/gtkseparatormenuitem.c:
12095         Use correct typenames.
12096
12097 Sun May 20 20:07:35 2001  Tim Janik  <timj@gtk.org>
12098
12099         * gtk/gtksignal.[hc] (gtk_signal_connect_full): make hanlder id a
12100         gulong as in GSignal.
12101
12102 Fri May 25 19:04:17 2001  Jonathan Blandford  <jrb@redhat.com>
12103
12104         * gtk/gtktreeview.c (gtk_tree_view_calc_size): Remove almost all
12105         instances of GtkCellRenderer in code (all but dnd icon code).
12106         Virtualized in GtkTreeViewColumn.  Now I need to move focus in
12107         there, and I can do multiple Cells per column.
12108
12109         * gtk/gtktreeviewcolumn.c: Proxy all cell calls correctly
12110
12111         * gtk/gtktreemodel.c (gtk_tree_row_reference_new_proxy): fix bug
12112         when model was unreffed prior to removing the row reference.
12113
12114 2001-05-25  Havoc Pennington  <hp@redhat.com>
12115
12116         * gtk/gtkiconfactory.c: fix so that default icons are created if 
12117         you call gtk_stock_list_ids()
12118
12119         * demos/gtk-demo/stock_browser.c (create_model): sort stock items
12120         in list
12121
12122 2001-05-25  Havoc Pennington  <hp@redhat.com>
12123
12124         * gtk/gtkiconfactory.c (gtk_icon_set_get_sizes): get sizes an icon
12125         set can render without falling back to missing image icon
12126
12127         * gtk/gtktextview.c (gtk_text_view_size_request): request full
12128         size of text, instead of random values
12129
12130         * gtk/gtktreeview.c (gtk_tree_view_size_request): request full
12131         size of tree view, instead of random values
12132
12133         * gtk/gtkiconfactory.c (gtk_icon_set_render_icon): render fallback
12134         image in an appropriate size
12135
12136         * gtk/gtkstock.h: Rename the stock items including _BUTTON_,
12137         etc. not to include that. i.e. s/GTK_STOCK_BUTTON_OK/GTK_STOCK_OK/
12138
12139         Throughout: fix GTK_STOCK_BUTTON_ instances
12140         
12141         * gtk/gtkstock.h, gtk/gtkstock.c, gtk/gtkiconfactory.h,
12142         gtk/gtkiconfactory.c, gtk/stock-icons/Makefile.am:
12143         Add a bunch of new stock items/icons
12144
12145         * gtk/gtktreeview.c (gtk_tree_view_insert_column_with_data_func):
12146         new function, convenience for inserting columns with a data func
12147
12148         * gtk/gtkiconfactory.c: keep a list of all existing icon factories
12149         (_gtk_icon_factory_list_ids): use list of all factories to
12150         generate a list of all known IDs
12151
12152         * gtk/gtkstock.c (gtk_stock_list_ids): replace
12153         gtk_stock_list_items() with a function that returns all IDs known
12154         including those for GtkIconFactory.
12155
12156 2001-05-25  Hans Breuer  <hans@breuer.org>
12157
12158         * gdk/win32/gdkgc-win32.c : made fil mode GDK_STIPPLED actually
12159         work -> check boxes and radio buttons are drawn now, even on win9x.
12160         Improved line settings a bit, still no clue how to get really dotted
12161         lines on win9x, on NT it's PS_ALTERNATE.
12162
12163         * gdk/win32/gdkwindow-win32.c : use SafeAdjustWindowRect for 
12164         GDK_HINT_MIN_SIZE as well
12165
12166         * gdk/win32/makefile.am : added gdkkeys-win32.c to EXTRA_DIST
12167
12168         * gtk/gtk.def : updated
12169
12170         * gtk/gtktreeprivate.h : change column_drop_func to be a function
12171         pointer not a function pointer pointer
12172
12173         * tests/testdnd.c : include <stdlib.h> for putenv prototype
12174
12175         * tests/testsocket.c : made it compile on win32 again
12176
12177         * tests/makefile.msc : one more test-app uses prop-editor.obj
12178
12179 2001-05-22  Havoc Pennington  <hp@pobox.com>
12180
12181         * gtk/gtkbin.c (gtk_bin_get_child): New function
12182
12183 Wed May 23 20:07:53 2001  Owen Taylor  <otaylor@redhat.com>
12184
12185         * gtk/gtkimcontextsimple.c: Add Mode_Switch to list of keys
12186         to ignore when doing compose processing.
12187
12188 2001-05-22  Joe Shaw  <joe@ximian.com>
12189
12190         * gtk/gtktextiter.c (_gtk_text_btree_get_iter_at_last_toggle): 
12191         Simplify as suggested by Havoc. Just get the last iter and work
12192         backward to the tag instead of getting a line and working back from
12193         there. Fixes passing in an invalid offset to
12194         iter_init_from_byte_offset().
12195
12196 Tue May 22 16:25:27 2001  Jonathan Blandford  <jrb@redhat.com>
12197
12198         * gtk/gtktreeview*.h: 
12199         * gtk/gtkcell*.h:
12200         * gtk/gtk*store.h:
12201         Added patch from Jeff Franks <jcf@tpg.com.au> to add GET_CLASS
12202         macros to all objects.
12203
12204 Tue May 22 15:13:52 2001  Jonathan Blandford  <jrb@redhat.com>
12205
12206         * gtk/gtkcellrenderertext.c
12207         (gtk_cell_renderer_text_set_fixed_size): Evil function to deal
12208         with very large (TM) amounts of text.  May be moved to
12209         GtkCellRenderer in the future, though I'm not sure it wants to be
12210         this accessible.
12211
12212         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_update_button):
12213         More sanity brought to this class.  I like it.
12214
12215         * tests/testtreecolumns.c (ViewColumnModel): Amazingly scary test
12216         case.  Kids, don't try this at home.
12217
12218         * gtk/gtktreemodel.c (gtk_tree_model_get_iter_root): new
12219         convenience function.
12220
12221         * gtk/gtkwindow.c (gtk_window_set_geometry_hints): Fix typo in docs.
12222
12223 2001-05-21  Alexander Larsson  <alexl@redhat.com>
12224
12225         * gtk/gtkfontsel.c:
12226         Added properties. Based on patch by Lee Mallabone.
12227
12228         * gtk/gtkruler.c:
12229         * gtk/gtkhruler.c:
12230         * gtk/gtkvruler.c:
12231         * gtk/gtktext.c:
12232         * gtk/gtktextview.c:
12233         Converted GtkArg to GParam. Based on patches by John Margaglione.
12234
12235         * tests/Makefile.am:
12236         * tests/testtext.c:
12237         Add a property editor to testtext.
12238         
12239 Mon May 21 11:29:21 2001  Owen Taylor  <otaylor@redhat.com>
12240
12241         * gtk/gtk{h,v,}paned.c: Only show the separator if 
12242
12243         * configure.in: Fixed reversed conditional causing all image
12244         libraries to be linked in.
12245
12246 2001-05-21  Joe Shaw  <joe@ximian.com>
12247
12248         * gtk/gtklayout.c (gtk_text_layout_get_lines): Remove the assertion
12249         that top_y needs to be >= 0.
12250
12251 2001-05-11  Havoc Pennington  <hp@pobox.com>
12252         
12253         * gdk/x11/gdkmain-x11.c: Improve error messages for X errors and
12254         losing connection to the X server.
12255
12256 Sun May 20 13:59:20 2001  Owen Taylor  <otaylor@redhat.com>
12257
12258         * configure.in: Start checks for X from pangox/pangoxft
12259         CFLAGS to avoid duplicate libraries.
12260
12261         * gdk/Makefile.am (LDFLAGS): Remove extra -lm.
12262
12263         * configure.in (GDK_PIXBUF_PACKAGES): Fix GDK_PIXBUF_PACKAGES
12264         to include gobject.
12265         
12266 2001-05-18  Alexander Larsson  <alexl@redhat.com>
12267
12268         * gtk/gtkspinbutton.c:
12269         Convert GtkArgs to GParams. Based on patch by John Margaglione.
12270         Also do size request reasonable for MAXDOUBLE. Previously it printed
12271         the limits to a buffer and overran it. Instead do it using log10() and
12272         limit the width to 10 digits.
12273         
12274         * gtk/gtkwidget.c (gtk_widget_get_property):
12275         Correctly handle setting the parent property to NULL.
12276
12277 Fri May 18 15:26:26 2001  Owen Taylor  <otaylor@redhat.com>
12278
12279         * gtk/gtktextview.c (gtk_text_view_style_set): Reset 
12280         style attributes even if the widget isn't realized.
12281
12282         * demos/gtk-demo/main.c: Use a slightly smaller font.
12283
12284 Fri May 18 14:25:20 2001  Owen Taylor  <otaylor@redhat.com>
12285
12286         * gtk/gtkcontainer.c: Remove reallocate-redraws property.
12287         This is something that only a widget writer would ever want
12288         to change.
12289
12290         * gtk/gtksignal.c: Handle G_SIGNAL_TYPE_STATIC_SCOPE for
12291         gtk_signal_emit_by_name().
12292
12293         * gtk/gtkviewport.c: Fix some warnings.
12294
12295         * gtk/gtkwidget.c gtk/gtksizegroup.c: Add "size group" facility
12296         allowing the requisitions of multiple widgets to be grouped
12297         together.
12298
12299         * tests/testgtk.c: Add GtkSizeGroup test
12300
12301         * demos/gtk-demo/sizegroup.c: Add GtkSizeGroup demo.
12302
12303         * demos/gtk-demo/main.c demos/gtk-demo/pixbufs.c: Fix some
12304         warnings.
12305
12306         * configure.in: Switch to using AM_GLIB_GNU_GETTEXT.
12307
12308 2001-04-28  Martin Baulig  <baulig@suse.de>
12309
12310         * gtk/gtkimagemenuitem.[ch]: Renamed gtk_image_menu_item_add_icon()
12311         to gtk_image_menu_item_set_icon() and made it work if there's already
12312         an image.
12313         (gtk_image_menu_item_new): This function doesn't take any arguments anymore.
12314         (gtk_image_menu_item_new_with_label): New function.
12315
12316 Thu May 17 16:20:04 2001  Jonathan Blandford  <jrb@redhat.com>
12317
12318         * demos/gtk-demo/main.c (fontify): It's the worlds ugliest
12319         highlighting code!!!!  The result is okay so long as you don't try
12320         to stress it.  It also highlights a bug in the TextView so it's in
12321         an unproportional font right now until it's fixed.
12322
12323         *demos/gtk-demo/*.c: Clean up code a bit to make it
12324         ugly-parser(TM) friendly. (-:
12325
12326 2001-05-17  Joe Shaw  <joe@ximian.com>
12327
12328         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Remove the assertions
12329         that x_offset and y_offset must be >= 0. Clip the cursor being drawn
12330         if it is only partially onscreen.
12331
12332 Thu May 17 17:10:13 2001  Owen Taylor  <otaylor@redhat.com>
12333
12334         * gtk/gtkentry.c: Make logical motion and deletion by graphemes, 
12335         not by characters.
12336
12337         * gtk/gtkentry.c: Handle "trailing" returns from Pango when they
12338         are not zero or one; that is, when graphemes of multiple characters
12339         are involved.
12340
12341         * gtk/gtktextlayout.c (line_display_index_to_iter): Remove unnecessary
12342         FIXME.
12343
12344 2001-05-17  Alexander Larsson  <alla@lysator.liu.se>
12345         
12346         * gtk/gtkbbox.c:
12347         Add properties, based on patch by Lee Mallabone.
12348
12349         * gtk/gtknotebook.c:
12350         * gtk/gtktoolbar.c:
12351         Convert from GtkArg to GParam, based on patch by John Margaglione.
12352         
12353         * gtk/gtkhscale.c:
12354         * gtk/gtkvscale.c:
12355         * gtk/gtkhscrollbar.c:
12356         * gtk/gtkvscrollbar.c:
12357         * gtk/gtkrange.c:
12358         Move adjustment property to GtkRange.
12359
12360         * gtk/gtklabel.c:
12361         Setup mnemonics on property changes
12362
12363         * gtk/gtkwidget.c (gtk_widget_get_property):
12364         GdkExtensionMode is an enum, not a flag. Set it with
12365         g_value_set_enum ().
12366
12367         * tests/prop-editor.c:
12368         Better propery editor.
12369
12370         * tests/testgtk.c:
12371         Add new property test. Pass zero to the property editor to
12372         get properties from all derived types.
12373         
12374 Sun May 13 12:01:12 2001  Owen Taylor  <otaylor@redhat.com>
12375
12376         * autogen.sh (have_automake): Require libtool-1.4,
12377         automake-1.4p1.
12378
12379         * acinclude.m4: Remove libtool macros.
12380
12381         * gdk-pixbuf/Makefile.am: Add dependencies to loade
12382         modules.
12383
12384         * gdk/Makefile.am: Add dependency on libgdk_pixbuf.la
12385         for libgdk.
12386
12387         * gtk/Makefile.am: Add dependency on libgdk_pixbuf.la
12388         libgdk.la for libgtk.
12389
12390         * modules/input/Makefile.am: Make modules have full
12391         dependencies.
12392
12393 Wed May 16 14:06:01 2001  Jonathan Blandford  <jrb@redhat.com>
12394
12395         * gtk/gtktreemodel.c (gtk_tree_path_new_from_string): fix bug
12396         #54699 where paths weren't being checked for correctness.
12397
12398 Tue May 15 20:13:24 2001  Jonathan Blandford  <jrb@redhat.com>
12399
12400         * gtk/gtktreeviewcolumn.c: You can now set all sorts of properties
12401         in any order you wan, whether or not the column is added to the
12402         tree, or the tree is realized.  Yay!
12403
12404         * gtk/gtktreeviewcolumn.c
12405         (gtk_tree_view_column_setup_sort_column_id_callback): handle
12406         sorting columns a lot saner
12407
12408         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_reorderable):
12409         new function to actually set wether or not a column is
12410         reorderable.
12411
12412         * gtk/gtktreeview.c (gtk_tree_view_unrealize): Only destroy things
12413         if we have 'em.
12414
12415         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_set_tree_view):
12416         Fix nasty bug where we were showing the button just before
12417         realizing it.  As a result, the parent window was
12418         tree_view->window instead of tree_view->priv->header_window.
12419
12420         * gtk/gtktreeview.c (gtk_tree_view_set_reorderable): new property
12421         to let you easily reorder a list or tree.
12422
12423 2001-05-15  Alexander Larsson  <alla@lysator.liu.se>
12424
12425         * gtk/gtkpacker.c: Apply patch from John Margaglione that converts
12426         from args to properties.
12427
12428 Tue May 15 10:11:59 2001  Owen Taylor  <otaylor@redhat.com>
12429
12430         * gtk/gtkpreview.c: Apply patch from John Margaglione converting
12431         from args to properties. (#51957)
12432
12433         * gtk/gtkscale.c (gtk_scale_class_init): Move install property
12434         calls to after ->set_property call.
12435
12436 Mon May 14 14:56:21 2001  Owen Taylor  <otaylor@redhat.com>
12437
12438         * tests/prop-editor.c: Block against redundant changes.
12439
12440         * gtk/gtkpaned.c gtk/gtk[hv]paned.c: Add position, position_set
12441         properties.
12442
12443 Sun May 13 18:40:04 2001  Owen Taylor  <otaylor@redhat.com>
12444
12445         * gdk/gdkpixmap.h: Remove creative formatting.
12446
12447 Thu May 10 19:22:28 2001  Owen Taylor  <otaylor@redhat.com>
12448
12449         * gtk/gtktogglebutton.c:  Patch from John Margaglione converting to
12450         property API. (#51669)
12451
12452         * gtk/gtkscale.c: Patch from John Margaglione converting to
12453         property API. (#51891)
12454
12455         * gtk/gtkaccellabel.c: Applied patch from Lee Mallabone, converting
12456         to property API. (#50985)
12457
12458 Fri May 11 20:13:44 2001  Tim Janik  <timj@gtk.org>
12459
12460         * gtk/gtkmain.c (gtk_main_do_event): remember widget's double
12461         buffering state across expose event, so we still call end_paint().
12462
12463 2001-05-11  Alexander Larsson  <alexl@redhat.com>
12464
12465         * gtk/gtkhsv.c (paint_triangle):
12466         Expose the ring in the triangle at the correct place when
12467         exposing just a part of the triangle.
12468
12469         * gtk/gtkwindow-decorate.c (gtk_decorated_window_focus_change):
12470         Return FALSE, or window focusing will not work.
12471
12472 2001-05-11  Havoc Pennington  <hp@pobox.com>
12473
12474         * gtk/gtkimage.c (gtk_image_new_from_stock): docs, fixes bug
12475         #54144
12476
12477         * gtk/gtkcolorsel.c (gtk_color_selection_new): docs, fixes
12478         bug #54330
12479
12480 Fri May 11 02:53:57 2001  Tim Janik  <timj@gtk.org>
12481
12482         * gtk/gtktogglebutton.c (gtk_toggle_button_expose): don't
12483         propagate exposes to NULL child.
12484
12485         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_adjustment_changed): guard
12486         against not having one of the scrollbars.
12487
12488         * gtk/gtklabel.c (gtk_label_setup_mnemonic): clean up after us,
12489         we don't keep a mnemonic window if we have no mnemonic installed.
12490
12491 Fri May 11 01:05:00 2001  Tim Janik  <timj@gtk.org>
12492
12493         * gtk/gtktypeutils.h: grum, gtk_type_class() is not GNUC_CONST
12494         it has the _important_ side effect of initializing a class.
12495
12496 2001-05-10  Alexander Larsson  <alexl@redhat.com>
12497
12498         * gdk/linux-fb/gdkprivate-fb.h:
12499         Make sure you can compile out the implementation/wrapper assert
12500         macros.
12501
12502         * gdk/linux-fb/gdkdrawable-fb2.c:
12503         Check implementation/wrappers, initialize type for pixmap dummys.
12504
12505         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image):
12506         Hide the cursor if reading from the screen.
12507
12508         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_fill_span_generic):
12509         Fix sign bug in tiling code.
12510
12511         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_clear_area):
12512         Handle background pixmaps.
12513
12514 Wed May  9 15:27:22 2001  Jonathan Blandford  <jrb@redhat.com>
12515
12516         * gtk/gtktreeview.c (gtk_tree_view_set_column_drag_function): New
12517         function to let user control where columns are dragged.
12518
12519         * gtk/gtktreeview.c (gtk_tree_view_key_press): Cancel drags if
12520         Escape is pressed.
12521
12522 Wed May  9 09:08:44 2001  Jonathan Blandford  <jrb@redhat.com>
12523
12524         * gtk/gtktreeview.c (gtk_tree_view_class_init): New
12525         "columns_changed" signal.
12526         (gtk_tree_view_motion_draw_column_motion_arrow): Change column
12527         motion code to draw arrows to the side if indicator is outside the
12528         widget.
12529         (gtk_tree_view_map_expanded_rows): Implement.
12530
12531 2001-05-07  Alexander Larsson  <alexl@redhat.com>
12532
12533         * demos/testpixbuf-save.c: 
12534         * demos/testpixbuf-drawable.c:
12535         Include gdkfb.h on linux-fb.
12536
12537 2001-05-07  Alexander Larsson  <alexl@redhat.com>
12538
12539         * gdk/linux-fb/gdkdnd-fb.c (get_toplevel_window_at):
12540         New function for getting toplevel window at position.
12541         (gdk_drag_find_window): Use get_toplevel_window () instead
12542         of gdk_window_get_pointer(). (gdk_drag_status): Use
12543         correct context for getting window.
12544
12545         * gdk/linux-fb/gdkproperty-fb.c (gdk_atom_name):
12546         g_strdup the atom name.
12547
12548         * gdk/linux-fb/gdkwindow-fb.c:
12549         Costmetic fix.
12550
12551         * gtk/gtkdnd.c (gtk_drag_source_handle_event):
12552         Add code for changing cursor on linux-fb backend (same as
12553         win32).
12554
12555 2001-05-07  Federico Mena Quintero  <federico@ximian.com>
12556
12557         * gtk/gtkwindow.c (gtk_window_focus): Test for bin->child being
12558         present before doing anything with it.  Patch from HÃ¥vard KvÃ¥len
12559         <havardk@netcom.no>.  Fixes Ximian bugzilla #2492 (OK, the bug
12560         report was not for the development branch of GTK+, but it applies
12561         anyways).
12562
12563 2001-05-04  Havoc Pennington  <hp@redhat.com>
12564
12565         * configure.in: fix some shell typos
12566
12567         * gtk/gtkcolorsel.c (gtk_color_selection_destroy): warning fix
12568
12569         * gtk/gtkimage.c: handle animations
12570
12571         * gtk/gtkcheckbutton.c (gtk_check_button_size_request): request
12572         border_width * 2, not just border_width
12573
12574         * gtk/gtkscale.c: add "format_value" signal to allow people
12575         to override the way values are drawn.
12576         (gtk_scale_get_value_size): fix width/height mistake,
12577         and compute size from actual displayed text, not 
12578         from made-up text.
12579
12580         * gtk/gtktexttag.c (gtk_text_tag_class_init): fix return type in 
12581         signal registration
12582
12583         * tests/testtext.c: Add "Remove all tags" menu item for testing
12584
12585         * gtk/gtktextbuffer.c (gtk_text_buffer_remove_all_tags): implement
12586
12587         * demos/gtk-demo/main.c (main): add hack so we can find modules
12588         without installing gtk
12589
12590         * demos/gtk-demo/textview.c (insert_text): demo font scaling
12591
12592         * gtk/gtkcellrenderertext.c: Add "scale" property (font scaling
12593         factor)
12594         (gtk_cell_renderer_text_set_property): remove some bogus
12595         g_object_notify
12596
12597         * gtk/gtktexttag.c: add "scale" property which is a font scaling
12598         factor
12599
12600         * gtk/gtktextlayout.c (add_text_attrs): add font scale attribute 
12601         to layout
12602
12603         * gtk/gtktextiter.c (gtk_text_iter_is_start): rename from
12604         gtk_text_iter_is_first
12605
12606 2001-01-06  Hans Breuer  <hans@breuer.org>
12607
12608         * gdk/gdk.def : updated exports
12609
12610         * gdk/win32/makefile.msc : -DGDK_ENABLE_BROKEN otherwise
12611         gdk won't compile anymore
12612  
12613         * gdk/win32/gdkevents-win32.c : initialize ret_val when
12614         processing GDK_FILTER functions, initialize event.key->hardware_keycode.
12615         Improved gdk_flush () to not only do pending drawing operations
12616         but also process all currently pending events. This should make
12617         the behaviour more similar to the X11 version.  
12618
12619         * gdk/win32/gdkgc-win32.c (predraw_set_background) : a background
12620         option needs to be set even if there is no GDK_GC_BACKGROUND.
12621         (gdk_win32_hdc_get) : use predraw_set_background () independent
12622         of value_mask. This allows to draw dashed lines leaving the original
12623         background intact.
12624
12625         * gdk/win32/gdkimage-win32.c (gdk_image_new_bitamp) : free data
12626         after processing, because we can't reuse it as the X11 version does.
12627
12628         * gtk/gtk.def : updated exports
12629
12630         * gtk/makefile.msc.in : added ATK, removed all test apps. (I
12631         would like to get rid of this file again, and use straight
12632         makefile.msc again, as the other Gtk+ subdirs do)
12633
12634         * test/makefile.msc (new file) : build the test apps here
12635
12636 2001-05-05  ERDI Gergo  <cactus@cactus.rulez.org>
12637
12638         * gdk/gdkpango.c (gdk_pango_get_item_properties): Peek
12639         strike-through setting
12640         (gdk_draw_layout_line_with_colors): Render strike-through
12641
12642 Sat May  5 10:06:24 2001  Owen Taylor  <otaylor@redhat.com>
12643
12644         * Release 1.3.5
12645
12646         * configure.in (GTK_MICRO_VERSION): Up to 1.3.5
12647
12648         * NEWS: Updated
12649
12650         * demos/gtk-demo/Makefile.am (EXTRA_DIST): Fix minor
12651         Makefile breakage.
12652
12653 Sat May  5 09:18:30 2001  Owen Taylor  <otaylor@redhat.com>
12654
12655         * demos/gtk-demo/images.c (progressive_timeout): Fix
12656         typo in filename.
12657
12658         * gtk/gtktreeview.c (gtk_tree_view_row_activated): Comment
12659         out FIXME warning; just too annoying.
12660
12661 2001-05-04  Alex Larsson  <alla@lysator.liu.se>
12662
12663         * gdk/linux-fb/gdkcolor-fb.c:
12664         Better error messages.
12665
12666         * gdk/linux-fb/gdkpixmap-fb.c (gdk_pixmap_new):
12667         Initialize abs_x and abs_y.
12668         
12669         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_fill_span_generic):
12670         Correct handling of stipple offset.
12671
12672         * gdk/linux-fb/gdkvisual-fb.c (gdk_visual_init):
12673         Treat directcolor framebuffers as truecolor.
12674         
12675 Thu May  3 14:13:49 2001  Owen Taylor  <otaylor@redhat.com>
12676
12677         * INSTALL.in HACKING gtk/gtkaccessible.[ch] gtk/gtk.c: Add
12678         dependency on Atk for accessibility support.
12679
12680         * configure.in **/Makefile.am: Major reworking of substituted
12681         variables for CFLAGS/LIBS to make a lot more sane and 
12682         keep the the compile/link lines a bit shorter.
12683
12684         * gdk/x11/gdkkeys-x11.c: Fix #endif with trailing stuff.
12685
12686 Thu May  3 08:10:54 2001  Owen Taylor  <otaylor@redhat.com>
12687
12688         * gtk/gtktexttag.c (gtk_text_tag_class_init): Fix return
12689         value to be G_TYPE_BOOLEAN, not G_TYPE_INT, also,
12690         use _gtk_boolean_handled_accumulator.
12691
12692 Thu May  3 07:00:09 2001  Owen Taylor  <otaylor@redhat.com>
12693
12694         * gtk/gtktextview.c: Patch from Juan Pablo Mendoza Mendoza
12695         to fix things so clicking inside selection leaves cursor
12696         at point where clicked. (#50324)
12697
12698         * gtk/gtksettings.c (gtk_settings_class_init): Restore
12699         sane value for default double click time.
12700
12701         * tests/testtext.c (test_init): Really path to input modules.
12702
12703 2001-05-03  Sven Neumann  <sven@convergence.de>
12704
12705         * demos/testpixbuf-save.c: include target-specific headers as
12706         done in testpixbuf-drawable.c
12707
12708 Wed May  2 20:36:38 2001  Owen Taylor  <otaylor@redhat.com>
12709
12710         * gtk/gtkentry.c (gtk_entry_real_insert_text): Reduce
12711         new_text_length appropriately when we run into the 
12712         size limit for the entry. (#53445, reported by Jeff Franks)
12713
12714         * tests/testgtk.c (create_entry): Remove most of the
12715         property toggle buttons. Replace with a "Props" button
12716         that brings up a property editor.
12717
12718         * tests/prop-editor.[ch] test/testtreeview.c tests/Makefile.am:
12719         Split the property editor code out for reuse, improve.
12720
12721 Wed May  2 17:26:22 2001  Owen Taylor  <otaylor@redhat.com>
12722
12723         * gdk/x11/gdkevents-x11.c gdk/x11/gdkwindow-x11.c: Always
12724         trap errors around calls to XSetInputFocus since we have
12725         no way of knowing reliably whether we are viewable or
12726         not. (#53947)
12727
12728 Tue May  1 09:21:23 2001  Jonathan Blandford  <jrb@redhat.com>
12729
12730         * gtk/gtktreeview.c (gtk_tree_view_button_release_drag_column):
12731         fix bug in dropping columns.  Moving columns now basically works
12732         modula some fine tuning.
12733
12734 Tue May  1 19:09:21 2001  Jonathan Blandford  <jrb@redhat.com>
12735
12736         * gtk/gtktreeview.c (gtk_tree_view_horizontal_autoscroll): Add
12737         autoscroll support.  It mostly works, but could use some fine
12738         tuning.
12739         * gtk/gtktreeview.c (gtk_tree_view_button_release_drag_column):
12740         Actually move the column.
12741
12742 Mon Apr 30 20:29:27 2001  Owen Taylor  <otaylor@redhat.com>
12743
12744         * gtk/gtkbutton.c gtk/gtkcheckbutton.c gtk/gtkoptionmenu.c 
12745           gtk/gtkspinbutton.c gtk/gtkstyle.c gtk/gtkwidget.c:
12746           New default theme! A slighly improved version of the 2.0 Raleigh
12747           theme, with Windows-esque focus/drawing default. 
12748           (GtkWidget::interior_focus defaults to TRUE.)
12749
12750         * gtk/gtkstyle.[ch]: Add a text_aa color halfway between text and base.
12751
12752 2001-04-30  Havoc Pennington  <hp@pobox.com>
12753
12754         * tests/testtext.c (line_numbers_expose): fix to work with
12755         gtk_paint_layout change
12756
12757 Mon Apr 30 19:18:07 2001  Owen Taylor  <otaylor@redhat.com>
12758
12759         * gtk/gtkstyle.[ch] gtk/gtkaccellabel.c gtk/gtkcellrenderertext.c
12760           gtk/gtkhruler.c gtk/gtkhscale.c gtk/gtklabel.c gtk/gtkprogressbar.c
12761           gtk/gtkvruler.c gtk/gtkvscale.c: Add an extra parameter
12762           use_text to gtk_paint_label() to deal with style->bg[] vs style->text[].
12763
12764         * gtk/gtkbbox.c gtk/gtkdialog.c: Tweak padding some to deal
12765           with GtkWidget::interior_focus = TRUE better.
12766
12767         * gtk/gtkbutton.c: Switch ::default_spacing to ::default_border,
12768         ::default_outside_border for more flexibility.
12769
12770         * gtk/gtkwidget.c (gtk_widget_style_get_valist): Remove 
12771         G_VALUE_NO_COPY_CONTENTS, to correspond with the recent
12772         change that had to be made with g_object_get.
12773
12774 Sun Apr 29 20:13:40 2001  Jonathan Blandford  <jrb@redhat.com>
12775
12776         * gtk/gtktreeview.c (gtk_tree_view_get_columns): new function.
12777         (gtk_tree_view_move_column_after): Clean up interface. 
12778
12779 Sun Apr 29 03:02:02 2001  Tim Janik  <timj@gtk.org>
12780
12781         * gtk/gtkpacker.h:
12782         * gtk/gtkenums.h: moved GtkAnchorType and GtkSideType from gtkpacker.h
12783          to gtkenum.h.
12784
12785         * gtk/gtkmain.c (gtk_main_do_event): silence compiler (GDK_SETTING not
12786         handled in switch).
12787
12788         * gtk/Makefile.am:
12789         (gtk.defs): generate enum portions with  glib-mkenums.
12790         (gtktypebuiltins_evals.c): generate this with glib-mkenums.
12791         got rid of makeenums.pl and makeenums.awk in distributed tarballs.
12792         
12793         * gtk/gtkaccelgroup.c (gtk_accel_group_add): refined havocs warning
12794         addition.
12795
12796         * docs/Changes-2.0.txt: keep a note on signal handlers now
12797         not getting emitted during the emission they were connected within.
12798
12799 2001-04-28  Havoc Pennington  <hp@pobox.com>
12800
12801         * gtk/gtkcolorsel.c (palette_new): fix bug in tooltip
12802
12803 2001-04-24  Havoc Pennington  <hp@redhat.com>
12804
12805         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_previous_line): 
12806         (gtk_text_layout_move_iter_to_next_line): fix these two for
12807         invisible text, lots of other stuff still hosed.
12808
12809         * gtk/gtkcolorsel.c (gtk_color_selection_set_change_palette_hook):
12810         new function, replaces the get/set palette stuff. This function 
12811         is intended for use by libgnomeui which should set the hook to a
12812         thing which sets the palette in GConf, and we need the
12813         GConf-to-xsettings proxy which will result in the change being
12814         propagated back to the GTK app.
12815
12816         * gtk/gtkaccelgroup.c (gtk_accel_group_add): add note to warning 
12817         about unusable signals that it may be because the signal has 
12818         parameters.
12819
12820         * gtk/gtkwidget.c (gtk_widget_modify_style): always copy the
12821         style, otherwise gtkrc.c won't know to create a new GtkStyle for
12822         it.
12823         (gtk_widget_modify_color_component): call
12824         gtk_widget_modify_style() so the rc style will get copied.
12825         (gtk_widget_modify_font): ditto
12826
12827         * gtk/gtkrc.c: make a couple variables static
12828
12829         * gtk/gtkcolorseldialog.c (gtk_color_selection_dialog_init): hide
12830         help button by default, since it does nothing
12831
12832         * gtk/gtkcolorsel.c: add tooltips, work on key navigation, fool
12833         around with UI
12834
12835         * gtk/gtkentry.c (gtk_entry_realize): request enter/leave notify
12836         so we can have tooltips
12837
12838         * gtk/gtkhsv.c (gtk_hsv_realize): request enter/leave notify so we
12839         can have tooltips
12840
12841         * gdk/gdkimage.h: mark gdk_image_new_bitmap with
12842         GDK_ENABLE_BROKEN, because its memory behavior is completely
12843         hosed.
12844
12845         * gtk/gtknotebook.c: remove key press handler, replace with
12846         binding set, add numeric keypad support
12847
12848         * gtk/gtktextview.c (gtk_text_view_class_init): accept KP_Delete
12849
12850         * gtk/gtktext.c (gtk_text_key_press): add a bunch of KP keysyms
12851
12852         * gtk/gtkentry.c (gtk_entry_class_init): accept GDK_KP_Delete in
12853         addition to plain Delete
12854
12855         * gtk/gtktextview.c (gtk_text_view_key_press_event): accept
12856         GDK_KP_Enter in addition to GDK_Return
12857
12858         * gtk/gtkfontsel.c (gtk_font_selection_size_key_press): connect to
12859         activate on entry instead of key press
12860         (gtk_font_selection_on_clist_key_press): get
12861         rid of this signal handler, not needed with new font sel.
12862
12863         * gtk/gtkfilesel.c (gtk_file_selection_key_press): remove a
12864         no-longer-needed emit_stop_by_name(), just return TRUE
12865
12866         * gtk/gtkhscrollbar.c, gtk/gtkvscrollbar.c: remove keybindings
12867         cruft, this widget is no longer focusable.
12868
12869         * gtk/gtkrange.h, gtk/gtkrange.c, gtk/gtkvscale.c,
12870         gtk/gtkhscale.c: Get rid of trough_keys virtual function, add
12871         move_slider action signal, add binding set for vscale/hscale, in
12872         the process support numeric keypad
12873
12874         * gtk/gtkentry.c (gtk_entry_class_init): Add keypad bindings; 
12875         make GDK_Return and GDK_KP_Enter activate the entry via 
12876         binding set, instead of hardcoded.
12877
12878 Fri Apr 27 20:27:21 2001  Jonathan Blandford  <jrb@redhat.com>
12879
12880         * gtk/gtktreeview.[hc]: Massive reorder/cleanup of a lot of the
12881         code.  Some documentation added.
12882
12883 2001-04-27  Havoc Pennington  <hp@redhat.com>
12884
12885         * gtk/gtkcombo.c (gtk_combo_popup_button_press): fix warning
12886
12887         * gtk/gtkmessagedialog.c (gtk_message_dialog_init): make messages selectable
12888
12889         * gtk/gtkentry.c (gtk_entry_real_insert_text): don't strip
12890         line/para separators
12891         (gtk_entry_create_layout): set single paragraph mode on the layout
12892
12893         * gtk/gtkbutton.c (gtk_button_new_from_stock): don't put much
12894         spacing between the image and label; instead, inside a button box 
12895         the button will get extra space that will go there, but if people 
12896         configure button box for 0 chubbiness, then there's no spacing.
12897
12898         * gtk/gtkbbox.c (gtk_button_box_class_init): Make child ipadding
12899         and min/max size style properties, so people can tune their
12900         chubbiness.
12901
12902         * tests/testgtk.c (make_toolbar): remove calls to removed toolbar
12903         functions
12904
12905         * gtk/gtktoolbar.c (gtk_toolbar_class_init): Make space_size,
12906         space_style, and button_relief into style properties, remove
12907         functions for setting them
12908         
12909         * gtk/gtkmenu.c (gtk_menu_key_press): handle menu bar accel to pop 
12910         it back down
12911
12912         * gtk/gtkoptionmenu.c (gtk_option_menu_get_props): free boxed
12913         types from gtk_widget_style_get
12914
12915         * gtk/gtkmenubar.c (gtk_menu_bar_set_shadow_type): Remove, replace
12916         with a style property.
12917
12918         * gdk/x11/gdkevents-x11.c: namespace the settings
12919
12920         * gtk/gtkmenubar.c: Add F10 accelerator to move between menubars.
12921
12922         * gtk/gtksettings.c (gtk_settings_class_init): remove code with
12923         side effects from inside g_assert(), so that G_DISABLE_ASSERT can
12924         be used. Also, translate doc strings for settings. Also, namespace
12925         the double-click-time property. Also, remove bell properties crap.
12926
12927 2001-04-27  Sven Neumann  <sven@gimp.org>
12928
12929         * Makefile.am: before creating links, check if pkg-config files
12930         exist for the default target. Otherwise link to the pkg-config files
12931         that got installed with this build.
12932
12933 Thu Apr 26 19:11:46 2001  Jonathan Blandford  <jrb@redhat.com>
12934
12935         * gtk/gtktreeview.c (gtk_tree_view_motion): clean up column
12936         dragging code.  Revealed some (potential) GdkWindow bugs.
12937
12938         * gdk/x11/gdkwindow-x11.c (gdk_window_reparent): add
12939         _gdk_window_init_position to the end of reparent to fix the case
12940         of reparenting when new_x != old_x and new_y != old_y.
12941
12942 Thu Apr 26 10:54:50 2001  Owen Taylor  <otaylor@redhat.com>
12943
12944         * gtk/gtkentry.c (strstr_len): Fix optimization that
12945         was correct for the use here, but completely incorrect
12946         in general.
12947
12948 Thu Apr 26 10:40:41 2001  Owen Taylor  <otaylor@redhat.com>
12949
12950         * gtk/gtkwindow.h: Remove deprecation of gtk_window_set_default_size()
12951         until patch adding gtk_window_set_size() is recommitted. 
12952
12953         * **Makefile.am configure.in gdk/x11/gdkim-11.c
12954           gtk/gtkmain.c gtk/gtkimmulticontext.c gtk/gtkmain.c
12955           gtk/gtkrc.c: Remove all traces of -DX_LOCALE support.
12956           (#10784)
12957
12958 Wed Apr 25 12:16:36 2001  Owen Taylor  <otaylor@redhat.com>
12959
12960         * gdk/X11/gdkevents-x11.c (gdk_event_translate): Test for 
12961         window == NULL in a number of cases.
12962
12963         * tests/testdnd.c: Set module path for gdk-pixbuf.
12964
12965 Thu Apr 19 16:11:07 2001  Owen Taylor  <otaylor@redhat.com>
12966
12967         * gtk/Makefile.am xembed.h: File containing #defines
12968         for XEMBED protocol.
12969
12970         * gtk/gtkplug.[ch] gtk/gtksocket.[ch]: 
12971
12972         - Change protocol from old plug/socket specific protocol
12973           to XEMBED draft
12974         - Various fixes to work with GTK+-2.0
12975
12976         Still quite a bit of work to do here to handle initiation
12977         from the socket side (as specified by XEMBED), to handle
12978         the more advanced features of XEMBED, and to figure out
12979         a good way to handle same-app embedding with less overhead
12980         than using full XEMBED.
12981
12982 Wed Apr 18 16:04:28 2001  Owen Taylor  <otaylor@redhat.com>
12983
12984         * gtk/gtkwindow.[ch] (gtk_window_real_set_focus): Keep
12985         track of whether the toplevel has the focus; only send
12986         focus-in events to the focus widget when the window
12987         actually has the focus.
12988
12989 2001-04-25  Havoc Pennington  <hp@pobox.com>
12990
12991         * gtk/gtkwindow.h: set_decorations_hint and set_functions_hint
12992         were still in the header
12993
12994 2001-04-24  Alexander Larsson  <alexl@redhat.com>
12995
12996         * gtk/gtkclist.[ch]:
12997         * gtk/gtkctree.c:
12998         When there is a row highlighted for D'n'D it must alse
12999         be painted hightlighted on exposes. Otherwise exposes from
13000         the icon being dragged will mess up the hightlight.
13001
13002         * gtk/gtkfontsel.c:
13003         Don't recenter selected font when exposing the font family
13004         clist. This means you can now actually scroll the font family
13005         list.
13006
13007         * gtk/gtknotebook.c:
13008         Fix focus movement on scrolling tabs that are placed on the left
13009         and right.
13010
13011 2001-04-21  Havoc Pennington  <hp@pobox.com>
13012
13013         * gtk/gtktextdisplay.c (gtk_text_layout_draw): handle 0-height
13014         empty/invisible lines.
13015
13016         * gtk/gtktextiter.c (gtk_text_iter_set_visible_line_offset)
13017         (gtk_text_iter_set_visible_line_index): new functions to set
13018         indexes excluding invisible text
13019
13020         * gtk/gtktextlayout.c (line_display_iter_to_index): get visible 
13021         index
13022
13023         * gtk/gtktextiter.c (gtk_text_iter_get_visible_line_index)
13024         (gtk_text_iter_get_visible_line_offset): new functions to 
13025         get indexes excluding invisible text
13026
13027         * gtk/gtkmessagedialog.c (gtk_message_dialog_init): strip out a
13028         bunch of extra padding that served no purpose
13029
13030         * gtk/gtkdialog.c: Make all the spacings configurable via style
13031         properties, for chubbiness configuration in themes
13032
13033         * tests/testtext.c: fix path to the immodules.
13034         
13035 Mon Apr 23 18:57:03 2001  Jonathan Blandford  <jrb@redhat.com>
13036
13037         * gtk/gtksocket.c (gtk_socket_filter_func): add missing '}' that
13038         got munched by #endif.
13039
13040         * gtk/Makefile.am (gtk_plug_c_sources): add missing '\'
13041
13042         * gtk/gtktreeview.c: Refactored code to clean up a number of
13043         events.
13044
13045         * gtk/gtktreemodel.c (gtk_tree_path_compare): Switched return
13046         values to make consistent with other functions.  Spotted by Jeff
13047         Franks <jcf@tpg.com.au>.
13048
13049         * gtk/gtktreeview.h (struct _GtkTreeViewClass): Fixes to signal
13050         declaration spotted by Jeff Franks <jcf@tpg.com.au>.
13051
13052 2001-04-23  Sven Neumann  <sven@gimp.org>
13053
13054         * gtk/Makefile.am
13055         * gtk/gtkplug.c
13056         * gtk/gtksocket.c: on request of Owen, reverted my last change 
13057         and exclude gtkplug.c/gtksocket.c from the build for non-X11 targets
13058
13059 2001-04-23  Sven Neumann  <sven@gimp.org>
13060
13061         * gtk/gtkplug.c: put into #ifdef GDK_WINDOWING_X11 to make GTK+
13062         compile for non-X11 targets again
13063
13064 2001-04-20  Alexander Larsson  <alexl@redhat.com>
13065
13066         * gtk/gtkcolorsel.[ch]:
13067         API Change. Take GdkColor arguments instead of gdouble *.
13068         Leave the old gtk_color_selection_set_color for compatibility,
13069         but marked deprecated.
13070         Do correct rounding when converting RGB <-> HSV.
13071         
13072         * gtk/gtkcolorseldialog.c:
13073         * tests/testgtk.c:
13074         Use new GtkColorSelection API.
13075
13076         * gtk/gtkhsv.c:
13077         Fix problem selecting colors in triangle when Hue is 330.
13078         Fix some black dots around the HSB triangle.
13079         
13080         * gtk/gtkfilesel.c:
13081         return FALSE from the focus_in_event handler to fix focus problems.
13082
13083 2001-04-18  Havoc Pennington  <hp@redhat.com>
13084
13085         * gtk/gtkwindow.c (gtk_window_class_init): add signals and binding
13086         set, so keybindings are configurable    
13087         (gtk_window_activate_default): Change to activate the focus widget
13088         instead if there's a focus widget, to be consistent with the
13089         behavior that previously existed in key_press_event
13090
13091 2001-04-18  Havoc Pennington  <hp@redhat.com>
13092
13093         * gdk/gdkkeyuni.c: Handle numeric keypad keysyms; bug #50201
13094
13095 2001-04-18  Havoc Pennington  <hp@redhat.com>
13096
13097         Close bug #50615:
13098         
13099         * gtk/gtkstyle.c (gtk_default_draw_layout): Use text_gc to draw
13100         the layout
13101
13102         * gtk/gtktext.c: Use base/text instead of bg/fg throughout
13103
13104         * gtk/gtkentry.c: Use base/text instead of bg/fg throughout
13105
13106         * gtk/gtktextdisplay.c: Use base/text instead of bg/fg throughout
13107         
13108         * gtk/gtkstyle.c (gtk_style_init): make GTK_STATE_SELECTED default
13109         to blue for base, in addition to bg
13110         
13111 2001-04-18  Havoc Pennington  <hp@redhat.com>
13112
13113         * tests/testgtk.c (create_image): allow shrinking the image window
13114         to test that we clip to allocation.
13115
13116         * gtk/gtkimage.c (gtk_image_expose): clip to allocation,
13117         #9845
13118
13119         * gtk/gtkenums.h: move GtkWrapMode in here, #50472
13120
13121 Wed Apr 18 14:23:14 2001  Owen Taylor  <otaylor@redhat.com>
13122
13123         * gdk/x11/gdkimage-x11.c (gdk_image_new): Try changing
13124         mode on shm segments to 0600. We'll see who complains.
13125
13126         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): Call
13127         _gdk_windowing_window_destroy() AFTER recursing through
13128         children.
13129
13130         * tests/Makefile.am (noinst_PROGRAMS): Build testsocket,
13131         testsocket_child on X.
13132
13133         * tests/testsocket[_child].c: Fix uses of
13134         gtk_window_get_default_accel_group().
13135
13136         [ Merge patch from Ramiro Estrugo  <ramiro@eazel.com> from gtk-1-2 ]
13137
13138         * gdk/gdkimage.c: (gdk_image_get):
13139         Deal with the possibility that XGetImage() might return NULL.
13140         Allocate the GdkImagePrivate structure only after XGetImage()
13141         succeeds in order not to dereference a NULL ximage pointer.  This
13142         prevents a core dump when XGetImage() fails - which is unlikely,
13143         but can happen due to race conditions accessing the geometries of
13144         drawables.  An x error will still be triggered, but the gdk image
13145         wrapper at least wont seg fault.
13146         
13147 2001-04-18  Havoc Pennington  <hp@redhat.com>
13148
13149         * gtk/gtkimage.c: fix to properly queue resizes when the image is
13150         set
13151
13152         * gtk/gtktextview.c (gtk_text_view_do_popup): desensitize Paste
13153         if the insertion point isn't editable
13154
13155         * demos/gtk-demo/images.c: Added a GtkImage demo
13156
13157         * demos/gtk-demo/drawingarea.c: drawing area demo
13158         
13159         * demos/gtk-demo/menus.c (create_menu): cleanups
13160
13161 Wed Apr 18 12:15:52 2001  Owen Taylor  <otaylor@redhat.com>
13162
13163         * gdk/x11/gdkwindow-x11.c gdk/x11/gdkwindow-x11.h 
13164           gdk/x11/gdkevents-x11.c: Introduce an extra child
13165         of toplevel windows that serves to hold the focus to
13166         avoid events being delivered to embedded windows.
13167
13168         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Introduce
13169         some extra variables to clean up code and reduce the
13170         number of casts.
13171
13172         * gdk/x11/gdkwindow-x11.h (struct _GdkXPositionInfo): Use
13173         guint for 1 bit bit fields, not gboolean.
13174
13175 Wed Apr 18 10:04:23 2001  Owen Taylor  <otaylor@redhat.com>
13176
13177         * gtk/gtktooltips.c (gtk_tooltips_paint_window): Return FALSE,
13178         not TRUE. (Fixes #52925)
13179
13180 Tue Apr 17 18:05:34 2001  Owen Taylor  <otaylor@redhat.com>
13181
13182         * Released 1.3.4
13183
13184         * NEWS: Updated
13185
13186         * gtk/gtktextview.c (gtk_text_view_class_init): Fix to not
13187         use GTK_TYPE_ENUM.
13188
13189 Tue Apr 17 13:47:12 2001  Owen Taylor  <otaylor@redhat.com>
13190
13191         * configure.in: Don't put -lgthread in GLIB_LIBS, GLIB_DEPLIBS
13192
13193         * gtk/gtktypeutils.h gtk/gtksignals.h: Restore proper parameter
13194         names to compatibility #defines so docs work.
13195
13196         * gtk/gtkenums.h: Remove GtkMenuFactoryType
13197
13198         * gtk/gtkwindow.c gtk/gtkdnd.c: Docs cleanups.
13199
13200         * configure.in: Don't include -lgthread in GLIB_LIBS, GLIB_DEPLIBS
13201
13202         * tests/testgtkrc: No magenta cursors, please.
13203
13204         * README.in INSTALL.in HACKING README.cvs-commits: Updated.
13205
13206         * gtk/gtkenums.h (enum): Remove left over GtkMenuFactoryType.
13207         
13208 Mon Apr 16 14:38:41 2001  Owen Taylor  <otaylor@redhat.com>
13209
13210         * gtk/gtklist.c gtk/gtklistitem.c: Remove explicit pointer
13211         grabs, since they are no longer necessary.
13212
13213         * gtk/gtkcombo.c (gtk_combo_popup_button_press): Fix #52926
13214         by signal_connect() and call gtk_button_pressed() rather
13215         than signal_connect_after().
13216
13217         * tests/testgtk.c: Restore radio menu items to combos 
13218         since they'll look OK with Raleigh, and it is easier
13219         than finishing the process of removing them that was
13220         started earlier.
13221
13222 2001-04-16  Hans Breuer  <hans@breuer.org>
13223
13224         * gdk/gdk.def :
13225         * gtk/gtk.def : added all exports required to link PyGtk 0.7.1
13226
13227         * gdk/gdkfont.h : #define GDK_TYPE gdk_font_get_type ()
13228         we are interested in the functions return value not the function address
13229         * gdk/gdkvisual.h : same for GDK_TYPE_VISUAL
13230
13231         * gtk/makefile.msc.in : reflect movement of GDK_TYPEs from gtk to gdk
13232
13233 2001-04-14  Hans Breuer  <hans@breuer.org>
13234
13235         * gdk/gdk.def :
13236         * gdk/makefile.msc : updated
13237
13238         * gdk/win32/gdkdrawable.win32 (gdk_win32_draw_rectangle) : if modus is 
13239         "fill with tile" do so with new helper function gdk_win32_draw_tiles 
13240         (the testgtk::text backgound pixmap is drawn again)
13241         Changed SetTextAlign before pango_win32_render to TA_BASELINE to reflect 
13242         Win32 Pango change
13243         * gdk/win32/gdkprivate-win32.h : prototype for gdk_win32_draw_tiles
13244
13245         * gdk/win32/gdkproperty-win32.c : first implementation of gdk_setting_get
13246         Not sure if the returned settings have the right unit, because I couldn't
13247         find any docs for the X version ...
13248
13249         * gtk/gtk.def :
13250         * gtk/makefile.msc.in : updated
13251
13252 Thu Apr 12 17:41:17 2001  Owen Taylor  <otaylor@redhat.com>
13253
13254         * gtk-2.0.m4: Fix up to refer to GTK+, not to GLib; fix some
13255         wording problems. (Compared to version from Johannes Stezenbach to
13256         check correctness.)
13257
13258 Thu Apr 12 21:04:26 2001  Tim Janik  <timj@gtk.org>
13259
13260         * gtk/gtktreeview.c (_gtk_tree_view_column_start_drag): get
13261         this to compile.
13262
13263 2001-04-12  Anders Carlsson  <andersca@codefactory.se>
13264
13265         * gtk/gtkcellrenderertextpixbuf.c (gtk_cell_renderer_text_pixbuf_class_init): It's pixbuf_pos,
13266         not pixbufpos.
13267
13268         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render): Fix small typo.
13269
13270         * gtk/gtkcellrenderer.c (gtk_cell_renderer_get_property): xpad and ypad
13271         are unsigned insts, therefore use g_value_set_uint.
13272         (gtk_cell_renderer_set_property): Likewise, use g_value_get_uint.
13273
13274 Sun Apr  8 05:36:06 2001  Jonathan Blandford  <jrb@redhat.com>
13275
13276         * gtk/gtktextview.c (gtk_text_view_class_init): fix a fixme.
13277
13278         * gtk/gtkcellrendertoggle.c: change GTK_TYPE_POINTER to
13279         GTK_TYPE_STRING.
13280
13281         * gtk/gtktreeview.c: New functions to allow initial column
13282         dragging work.
13283
13284         * gtk/gtktreeviewcolumn.c: Initial column dragging support.
13285
13286         * tests/testtreefocus.c: give dave some love.
13287
13288         * tests/testtreesort.c: Modify test to check really long samples.
13289
13290 2001-04-11  Alexander Larsson  <alexl@redhat.com>
13291
13292         * gtk-2.0.m4: Pass pkg-config options
13293         before the other args so it works even if
13294         POSIXLY_CORRECT is set.
13295
13296 Mon Apr  9 19:02:07 2001  Tim Janik  <timj@gtk.org>
13297
13298         * configure.in (GTK_MICRO_VERSION): increment version to 1.3.4 (binary
13299         0, interface 0).
13300
13301 2001-04-04  Denis Oliver Kropp  <dok@convergence.de>
13302
13303         * gtk/gtkcalendar.c (gtk_calendar_button_press):
13304         check for action_func != NULL
13305
13306 2001-04-04  Sven Neumann  <sven@gimp.org>
13307
13308         * tests/testgtk.c (test_init): corrected path to gtk.immodules
13309
13310 Wed Apr  4 09:18:18 2001  Tim Janik  <timj@gtk.org>
13311
13312         * Released Gtk+-1.3.3.
13313
13314 Wed Apr  4 07:42:23 2001  Tim Janik  <timj@gtk.org>
13315
13316         * gdk/Makefile.am (EXTRA_DIST): add makeenums.pl to EXTRA_DIST.
13317
13318 Wed Apr  4 04:13:18 2001  Tim Janik  <timj@gtk.org>
13319
13320         * gtk/stock-icons/Makefile.am: stay in builddir and read/write
13321         files to/from source dir. (if we don't stay in builddir, we
13322         can't reach make-inline-pixbuf.
13323
13324         * gdk/Makefile.am (gdkenumtypes.c): add $(srcdir) to mekeenums.pl
13325         deps.
13326
13327         * configure.in (GTK_MICRO_VERSION): up and away (1.3.3 bin/interface
13328         ages 0).
13329
13330 Tue Apr  3 15:04:45 2001  Jonathan Blandford  <jrb@redhat.com>
13331
13332         * gtk/gtktreemodelsort.h:  removed set_sort_column, as it was
13333         moved to the GtkTreeSortable interface.
13334
13335         * gtk/gtktreeselection.c (gtk_tree_selection_selected_foreach):
13336         Make more efficient (fixes #50262).
13337
13338 Tue Apr  3 13:55:37 2001  Owen Taylor  <otaylor@redhat.com>
13339
13340         * NEWS: Updated.
13341
13342         * configure.in: Remove support for uninstalled glib.
13343
13344         * gtk/gtkdnd.c (gtk_drag_highlight_expose): Return FALSE as
13345         so as not to stop emission.
13346
13347         * gtk-config-2.0.in: Exit with an error message that gtk-config-2.0
13348         is no longer supported.
13349
13350         * Makefile.am gtk/Makefile.am tests/*: Moved all tests
13351         into tests, change build order to build modules before
13352         gtk/.
13353
13354         * modules/input/Makefile.am: Move gtk-query-immodules-2.0 invocation
13355         to here.
13356
13357 Tue Apr  3 13:52:57 2001  Tim Janik  <timj@gtk.org>
13358
13359         * gtk/gtkitemfactory.[hc]: changed gtk_item_factory_dump_items()
13360         and gtk_item_factory_dump_rc() GtkPatternSpec argument to
13361         GPatternSpec. this is actually unlikely to cause breakage in
13362         third-party apps since except for gle, pretty much ever caller
13363         passes NULL here.
13364
13365         * gtk/gtkbindings.[hc]: removed gtk_pattern_*() API.
13366
13367         * *.c: use g_pattern_*() API.
13368
13369         * docs/Changes-2.0.txt: GtkPatternSpec->GPatternSpec updates.
13370
13371         * gtk/gtkstyle.c (gtk_default_draw_resize_grip): assert unhandled
13372         directions aren't passed in.
13373
13374         * gtk/gtksettings.[hc] (_gtk_settings_parse_convert): export conversion
13375         functionality to be usable from gtkstyle.c as well, give precedence
13376         for conversion to user-supplied parsers.
13377         s/_gtk_rc_property_parser_for_type/_gtk_rc_property_parser_from_type/;
13378
13379         * gtk/gtkstyle.c (_gtk_style_peek_property_value): use
13380         _gtk_settings_parse_convert() for rcporperty value conversion.
13381
13382 2001-04-03  Alexander Larsson  <alexl@redhat.com>
13383
13384         * gdk/linux-fb/gdkevents-fb.c:
13385         Add empty gdk_setting_get().
13386
13387 Tue Apr  3 05:09:07 2001  Tim Janik  <timj@gtk.org>
13388
13389         * gtk/gtkmain.c (_gtk_boolean_handled_accumulator): use more elaborate
13390         variable names.
13391         
13392         * gtk/makeenums.pl: touch this so enum files get remade.
13393
13394 Mon Apr  2 19:36:57 2001  Jonathan Blandford  <jrb@redhat.com>
13395
13396         * gtk/gtktreestore.c (gtk_tree_store_init):  Bug fix to make trees
13397         work again when not sorted.
13398
13399         * gtk/gtktreeview.c (gtk_tree_view_class_init): Add "collapse_row"
13400         and "expand_row" signal, closing bug 52578.
13401
13402         * gtk/gtktreeview.c (gtk_tree_view_expand_row): Add signal
13403         support.
13404
13405         * gtk/gtktreeview.c (gtk_tree_view_collapse_row): Add signal
13406         support.
13407
13408 Mon Apr  2 18:18:07 2001  Owen Taylor  <otaylor@redhat.com>
13409
13410         * gdk/gdkevents.h: Add GdkEventSetting event for notification
13411         of changes to system settings, gdk_setting_get() to retrieve
13412         a single system setting.
13413
13414         * gdk/x11/gdkevents-x11.c: Bridge gdk_setting_get() and GdkEventSetting
13415         to the draft XSETTINGS mechanism.
13416
13417         * gdk/x11/xsettings-{common,client}.[ch]: Sample-implementation of
13418         XSETTINGS.
13419
13420         * gtk/gtkmain.c gtk/gtksettings.[ch]: Propagate notification
13421         of GDK settings changes to the GtkSettings object.
13422
13423         * gdk/gdkevents.[ch] gdk/gtk/gtksettings.c: Hook up the
13424         double-click-timeout property to GDK.
13425
13426         * gdk/gdkcolor.[ch] gdk/gdkvisual.h gdk/gdkevent.[ch] gdk/gdkfont.[ch]:
13427         Define GDK boxed types here.
13428
13429         * gdk/Makefile.am gdk/makeenums.pl: Generate source files
13430         gdk/gdkenumtypes.[ch] for enum definitions.
13431
13432         * gtk/gtkcompat.h: Add defines for GTK_TYPE_GDK_*
13433         * gtk/gtk-boxed.defs: Comment out GDK types
13434         * gtk/gtktypeutils.h: Remove GDK types
13435         * gtk/Makefile.am: No longer scan GDK headers for enumerataions
13436
13437 Mon Apr  2 16:41:08 2001  Owen Taylor  <otaylor@redhat.com>
13438
13439         * Applied patch from Ron Steinke to add signal accumulators
13440         so that signals with the convention 'TRUE return means
13441         handled' stop emission on a TRUE return.
13442
13443         * gtk/gtkmain.[ch]: Add private accumulator 
13444         _gtk_boolean_handled_accumulator, used throughout GTK+.
13445         
13446         * gtk/gtkspinbutton.c: Add accumulator for ::output.
13447
13448         * gtk/gtktipsquery.c: Add accumulator for ::widget_selected
13449         
13450         * gtk/gtkwidget.c: Add accumulators for event signals,
13451         ::drag_motion, ::drag_drop. Use _gtk_boolean_handled_accumator
13452         for ::mnemonic-activate.
13453
13454         * gtk/gtkwindow.c: Add accumulator for ::frame_event
13455
13456 Mon Apr  2 16:24:21 2001  Owen Taylor  <otaylor@redhat.com>
13457
13458         * gtk/gtkwidget.c: Add missing include.
13459
13460 Mon Apr  2 16:56:15 2001  Jonathan Blandford  <jrb@redhat.com>
13461
13462         * gtk/gtkmarshal.list (VOID:BOXED,BOXED,BOXED,BOXED): new
13463         marshaller.
13464
13465         * gtk/gtktreemodel.c (gtk_tree_model_range_changed): change
13466         "changed" signal to "range_changed".
13467
13468         * gtk/gtktreeview.c (gtk_tree_view_set_model): fix small bug where
13469         removing a tree from one model would remove all trees from that
13470         model.
13471         * gtk/gtktreeview.c (gtk_tree_view_range_changed): use range
13472         changed signal instead.
13473
13474 Mon Apr  2 16:13:58 2001  Owen Taylor  <otaylor@redhat.com>
13475
13476         * gtk/gtkinvisible.c (gtk_invisible_style_set): Avoid
13477         chaining up to parent impl, since we have a INPUT_ONLY
13478         window.
13479
13480         * gtk/gtkentry.[ch]: Add a cursor_color property to set the
13481         foreground color for the cursor.
13482
13483 Mon Apr  2 15:06:13 2001  Owen Taylor  <otaylor@redhat.com>
13484
13485         * gtk/gtkstyle.c (_gtk_style_peek_property_value): Reference 
13486         param spec when caching property values, since we unref it
13487         later when we free the style.
13488
13489         * gtk/gtkoptionmenu.c (gtk_option_menu_get_props): Dont' free
13490         values since they are retrieved with G_VALUE_NO_COPY_CONTENTS.
13491
13492 Mon Apr  2 10:47:57 2001  Owen Taylor  <otaylor@redhat.com>
13493
13494         * gtk/gtkwidget.c (gtk_widget_class_init): Fix 
13495         G_VALUE_NO_COPY_CONTENTS instead of G_SIGNAL_TYPE_STATIC_SCOPE
13496         stupidity.
13497
13498 Mon Apr  2 00:51:11 2001  Owen Taylor  <otaylor@redhat.com>
13499
13500         [ First pass at adding style properties. Still needs some definite
13501         fine-tuning. ]
13502
13503         * gtk/gtkbutton.c: Add ::default_spacing style property.
13504          
13505         * gtk/gtkcheckbutton.[ch] gtkradiobutton.c: Add ::indicator_size,
13506         ::indicator_spacing style properties.
13507
13508         * gtk/gtkoptionmenu.c: Add ::indicator_size, ::indicator_spacing
13509         style properties.
13510
13511         * gtk/gtk{,h,v}paned.[ch]: Make handle_size a style property
13512         rather than a normal property.
13513
13514         * gtk/gtkwidget.c: Add an ::interior_focus style property to
13515         draw focus inside buttons, in the Windows/Java Metal/etc. style.
13516
13517         * gtk/gtkbutton.c gtk/gtkcheckbutton.c gtk/gtktogglenbutton.c:
13518         Honor ::interior_focus.
13519         
13520         * gtk/gtkentry.c: Don't draw focus at all when ::interior_focus is 
13521         TRUE.
13522
13523         * gtk/gtkrange.[ch] gtk/gtk{h,v}scrollbar.c gtk/gtk{h,v}scale.c:
13524         Add ::slider_width, ::trough_border, ::stepper_size,
13525         ::stepper_spacing style properties.
13526
13527         * gtk/gtkscale.[ch] Add ::slider-length style property.
13528
13529 2001-04-02 Alexander Larsson   <alexl@redhat.com>
13530
13531         * gdk/linux-fb/gdkwindow-fb.c:
13532         Add gdk_window_begin_resize_drag and gdk_window_begin_move_drag. Remove some
13533         warnings that were spewed on startup.
13534
13535         * gtk/gtkwindow-decorate.c:
13536         gtk_window_reposition -> _gtk_window_reposition
13537
13538 Sun Apr  1 21:37:22 2001  Owen Taylor  <otaylor@redhat.com>
13539
13540         * gtk/gtkwidget.[ch] gtk/gtktypeutils.c gtk/gtk-boxed.defs:
13541         Add boxed type for GtkRequistion. Use it for ::size-request.
13542
13543         * gtk/gtkstyle.[ch] gtk/gtktypeutils.c gtk/gtk-boxed.defs:
13544         Add a new GtkBorder structure useful for geometry properties
13545         for widgets. Add corresponding GTK_TYPE_BORDER.
13546         
13547         * gtk/gtkwidget.c (gtk_widget_class_install_style_property):
13548         Support automatic parser selection like
13549         gtk_settings_install_property_parser().
13550
13551         * gtk/gtksettings.c (_gtk_rc_property_select_parser): Export
13552         functionality for use by gtk_widget_class_install_style_property.
13553         Support GTK_TYPE_BORDER, GTK_TYPE_REQUISITION.
13554
13555 Sun Apr  1 20:48:59 2001  Owen Taylor  <otaylor@redhat.com>
13556
13557         * gtk/gtkentry.c (gtk_entry_class_init): Make invisible-char
13558         g_param_spec_unichar(). 
13559
13560 Sun Apr  1 23:41:37 2001  Tim Janik  <timj@gtk.org>
13561
13562         * gdk/x11/gdkwindow-x11.c (gdk_window_focus): raise window for non
13563         _NET window managers.
13564
13565         * gtk/gtkmenufactory.[hc]: cvs removed those files now.
13566
13567 Sun Apr  1 08:00:13 2001  Tim Janik  <timj@gtk.org>
13568
13569         * gtk/gtkwidget.[hc]: got rid of gtk_widget_popup(), a function that
13570         bad needs to be nuked, not just deprecated.
13571
13572         * gtk/gtktooltips.c (gtk_tooltips_draw_tips): don't use 
13573         gtk_widget_popup().
13574
13575         * gtk/*.[hc]: s/activate_mnemonic/mnemonic_activate/g;
13576         
13577         * gtk/gtkmenufactory.[hc]: removed this long-standingly deprecated
13578         widget.
13579         
13580         * docs/Changes-2.0.txt: updates.
13581         
13582 Sun Apr  1 01:02:54 2001  Jonathan Blandford  <jrb@redhat.com>
13583
13584         * gtk/gtktreestore.c (gtk_tree_store_sort_iter_changed):
13585         for (i = 0; i < 100; i ++)
13586           g_print ("I will confirm it compile before committing\n");
13587
13588 Sun Apr  1 00:52:06 2001  Jonathan Blandford  <jrb@redhat.com>
13589
13590         * gtk/gtktreestore.c: Initial work on implementing the
13591         GtkTreeSortable interface.  Basicaly a big cut'n'paste job.
13592
13593 Sun Apr  1 03:28:14 2001  Tim Janik  <timj@gtk.org>
13594
13595         * gtk/gtkwidget.c: fixed a bunch of notifications, added
13596         reference counts around emissions where the widget is used afterwards.
13597         added freeze/thaws around multiple properties being notified.
13598         (_gtk_widget_get_aux_info): cleanups.
13599         
13600         * gtk/gtksettings.c (gtk_settings_install_property): provide
13601         default parsing functions for gdkcolor, enums and flags.
13602
13603         * gtk/gtkwindow.[hc]: partially reverted patch from havoc,
13604         applied by owen.
13605         backed out gtk_window_get_location(), gtk_window_set_location(),
13606         gtk_window_get_size() and gtk_window_set_size(), these
13607         have to be sorted out wrg x/y/width/height/default_with/default_height
13608         properties.
13609         kept a flag in GtkWindowGeometryInfo to handle user
13610         resetting default sizes.
13611         cleaned up ZVT comments.
13612         bunch of assorted bug fixes, notification fixes.
13613         (_gtk_window_reposition): make this a really internal function.
13614         
13615         * gtk/testgtk.c: fixups.
13616         
13617 2001-03-31  Hans Breuer  <hans@breuer.org>
13618
13619         * config.h.win32.in : disable USE_MMX for msvc build cause
13620         the assembler doesn't fit and is out of my scope. Disable
13621         USE_GMODULE for msvc build as wel. The right way to share
13622         binaries on win32 would be to use libtiff.dll etc. To reduce
13623         installation hassles IMO it's better to include all fileformats
13624         builtin to gdk-pixbuf
13625
13626         * gdk-pixbuf/makefile.msc : new file
13627
13628         * gdk/gdk.def : updated
13629
13630         * gdk/win32/gdkevents-win32.c : don't erase the background if
13631         .no_bg is set. It improves the scrolling (e.g. of testgtk main
13632         buttons
13633         * gdk/win32/gdkgeometry-win32.c : added comment about the above
13634
13635         * gdk/win32/gdkwindow-win32.c : added three new functions like
13636         the X version. Only one is implemented, because the other two
13637         "gdk_window_begin_(resize|move)_drag" got no docs and appear to
13638         be default behaviour on win32 anyway ...
13639
13640         * gtk/gtk.def : updated
13641
13642         * gtk/makefile.msc.in : update for new files, use glib-genmarshal
13643         from where it was built and add an additional rule to automagically
13644         build gtkmarshal.[hc]
13645
13646         * gtk/gtkfilesel.c (open_new_dir) : don't increase n_entries
13647         before array access for the current entry isn't finished
13648
13649         * gtk/gtktreeitem.c (gtk_tree_item_subtree_button_click) :
13650         use g_return_val_if_fail
13651
13652         * gtk/testgtk.c (window_controls) : don't use the *wrong* size
13653         for the static array, but let the compiler calculate it. It
13654         makes me wonder if gcc isn't capable to catch bugs like this ...
13655
13656 2001-03-31  James Henstridge  <james@daa.com.au>
13657
13658         * gtk/gtkwidget.c (gtk_widget_size_adjust): fix use of magic
13659         constant "-1" in the aux info structure.
13660
13661 2001-03-30  Alexander Larsson  <alexl@redhat.com>
13662
13663         * gtk/gtkbutton.c (gtk_button_get_property):
13664         * gtk/gtklabel.c:
13665         Remove leaks.
13666         
13667         * gtk/gtkcontainer.c:
13668         * gtk/gtkhscale.c:
13669         * gtk/gtkhscrollbar.c:
13670         * gtk/gtklayout.c:
13671         * gtk/gtkmisc.c:
13672         * gtk/gtkprogress.c:
13673         * gtk/gtkprogressbar.c:
13674         * gtk/gtkrange.c:
13675         * gtk/gtktable.c:
13676         * gtk/gtkviewport.c:
13677         * gtk/gtkvscale.c:
13678         * gtk/gtkvscrollbar.c:
13679         * gtk/gtkwidget.c:
13680         Property patches, based on patches from John Margaglione and Lee Mallabone.
13681
13682 Thu Mar 29 21:20:38 2001  Mike Kestner  <mkestner@ameritech.net>
13683
13684         * gtk/gtkspinbutton.c : added value_changed signal which proxies for the
13685         adjustment. Cleaned redundant preconditions (spin != NULL). Added
13686         inline API function docs.
13687         (gtk_spin_button_new_with_range): New convenience constructor.
13688         (gtk_spin_button_set_increments): New adjustment helper.
13689         (gtk_spin_button_set_range): New adjustment helper.
13690
13691         * gtk/testgtk.c : added test of the new convenince constructor and
13692         value_changed signals.
13693
13694 Thu Mar 29 20:20:38 2001  Jonathan Blandford  <jrb@redhat.com>
13695
13696         * gtk/gtktreemodel.c (gtk_tree_row_ref_reordered_callback): Now we
13697         listen to the reorder signal.
13698
13699 Wed Mar 28 20:30:26 2001  Owen Taylor  <otaylor@redhat.com>
13700
13701         * gtk/gtkwidget.[ch] (_gtk_widget_get_aux_info): Add private function
13702         to get the aux info structure fo the widget.
13703
13704         * gtk/gtklabel.c gtk/gtkscrolledwindow.c gtk/gtkwindow.c: Use
13705         above function.
13706
13707         [ Patch from  Havoc Pennington  <hp@redhat.com> ]
13708
13709         * gdk/x11/gdkwindow-x11.c (gdk_window_get_frame_extents): function
13710         to get the size of the window manager frame, basically the same
13711         code that gdk_window_get_root_origin() had
13712         (gdk_window_get_root_origin): use gdk_window_get_frame_extents()
13713
13714         * gtk/gtkwindow.c (gtk_window_set_default_size): use
13715         gdk_window_resize() if the window is realized and resizeable
13716
13717         * gdk/x11/gdkwindow-x11.c (gdk_window_set_geometry_hints): fix
13718         typo so that setting gravity works
13719
13720         * gtk/gtkwindow.c (gtk_window_move_resize): don't ever use
13721         allocation if auto_shrink is on, even if the default size
13722         has not changed.
13723
13724         * gtk/gtkwidget.c (gtk_widget_render_icon): remove bogus
13725         g_return_if_fail
13726
13727 Thu Mar 29 16:29:12 2001  Jonathan Blandford  <jrb@redhat.com>
13728
13729         * gtk/gtkliststore.c (gtk_list_store_iter_changed): Massive
13730         reordering/sorting work.  Now pretty much works.
13731
13732         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): Lots of work to make
13733         reorder mostly work.  Still need to get the parity correct.
13734
13735         * gtk/gtktreeviewcolumn.c: Listen for "model" property changed
13736         signal, so I can listen for the sort_column_changed signal so I
13737         can change my "sort_indicator" property.  Cool.
13738
13739 Wed Mar 28 00:03:10 2001  Owen Taylor  <otaylor@redhat.com>
13740
13741         [ Patch from Havoc Pennington, hp@redhat.com ]
13742
13743         * gdk/gdkwindow.h gdk/x11/gdkwindow-x11.c:
13744         Add functions gdk_window_begin_resize_drag/begin_move_drag
13745         to start resizing or moving a toplevel window. This
13746         is done either using the _NET_WM_MOVERESIZE protocol,
13747         or, if that isn't present, by emulation.
13748
13749         * gtk/gtkwindow.[ch]: Add functions gtk_begin_move/resize_drag
13750         to export the above to GTK+-land.
13751
13752         * gtk/gtkstyle.[ch]: Add ->draw_resize_grip() paint func.
13753         
13754         * gtk/gtkwindow.c gdk/gdkwindow.[ch] (gdk_window_constrain_size):
13755         Move this function into gdkwindow, since we need it
13756         when implementing fallback resizing.
13757
13758         * gdk/x11/gdkwindow-x11.c: gdk_window_set_geometry_hints.
13759         Fix typo when setting gravity.
13760
13761         * gtk/gtkstatusbar.[ch] (gtk_statusbar_set_has_resize_grip):
13762         Add an optional (but on by default) resize grip for resizing 
13763         the parent window.
13764
13765 01-03-29  Alexander Larsson  <alexl@redhat.com>
13766
13767         * gtk/gtktooltips.c (gtk_tooltips_event_handler):
13768         Don't return TRUE from the event handler, that blocks all
13769         event signals on the tooltip widget. Now you can press buttons
13770         in toolbars again.
13771
13772 Wed Mar 28 19:20:43 2001  Owen Taylor  <otaylor@redhat.com>
13773
13774         * gtk/testtext.c (create_buffer): Add missing NULL on
13775         valist.
13776
13777         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_class_init): Fix
13778         c-n-p problem with INCONSISTENT property.
13779
13780         [ Patch from Havoc Pennington  <hp@redhat.com> ]
13781
13782         * gtk/gtkentry.h (struct _GtkEntryClass): add same populate_popup
13783         hook.
13784
13785         * gtk/gtktextview.h (struct _GtkTextViewClass): add populate_popup
13786         signal as a hook for extending the default popup menu
13787
13788         * gtk/gtkimmulticontext.c (gtk_im_multicontext_append_menuitems):
13789         use radio menu items for the input method menuitems
13790
13791         * gtk/gtkimcontextsimple.c (check_hex): do better validation of 
13792         inserted unicode from Ctrl-Shift-hex input method
13793
13794         * gtk/gtktextbtree.c (_gtk_text_btree_insert): remove utf8
13795         validatation here, already done at GtkTextBuffer level.
13796
13797         * gtk/gtkwidget.c (gtk_widget_class_init): add binding set, add
13798         popup_menu run action signal and Shift+F10 and Menu keybindings.
13799
13800         * gtk/gtkentry.c: implement a default handler for popup_menu
13801
13802         * gtk/gtktextview.c: implement a default handler for popup_menu
13803
13804         * gtk/gtkmenu.c (gtk_menu_popup): select first item if popup is
13805         from a key event
13806         
13807         * gtk/gtklabel.c: remove "trailer" cruft
13808
13809 Wed Mar 28 17:27:12 2001  Jonathan Blandford  <jrb@redhat.com>
13810
13811         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): new function to
13812         handle reordering of trees.  Seems to mostly work w/ the exception
13813         of the parity flag.
13814
13815         * gtk/gtktreeview.c (gtk_tree_view_reordered): handle "reordered"
13816         signal.
13817
13818 Wed Mar 28 21:12:37 2001  Tim Janik  <timj@gtk.org>
13819
13820         * gtk/gtkwidget.h: c++ fixes.
13821
13822 Sun Mar 25 15:51:28 2001  Owen Taylor  <otaylor@redhat.com>
13823
13824         * gtk/gtksettings.c (gtk_settings_init): Fix use of uninitialized
13825         memory.
13826
13827 Tue Mar 27 22:36:07 2001  Owen Taylor  <otaylor@redhat.com>
13828
13829         * gtk/gtkwidget.h gtk/gtkrange.h: Apply patch from 
13830         Nils Barth fixing event return values. (#51041)
13831
13832         * gtk/gtkwidget.c: Fix some return values for default
13833         functions.
13834
13835         * gtk/gtk[vh]scrollbar.c gtk/gtk[vh]range.c: Fix
13836         return values for trough_keys functions.
13837
13838         * gtk/gtkwidget.h (struct _GtkWidgetClass): Fix return
13839         value for add_accelerator (shoudl have been a void
13840         return.)
13841
13842         * gtk/gtkcellrenderer.[ch]: gtkcellrenderertoggle.h:
13843         Fix return type of EVENT.
13844
13845         * gtk/gtkmarshal.list gtk/gtktexttag.c: Make EVENT
13846         signal return a boolean.
13847
13848 Tue Mar 27 22:07:44 2001  Jonathan Blandford  <jrb@redhat.com>
13849
13850         * gtk/gtkliststore.c (gtk_list_store_sort): Fix arguments to
13851         reordered signal.
13852
13853         * tests/testtreesort.c (main): fix spelling.
13854
13855 Tue Mar 27 20:55:29 2001  Jonathan Blandford  <jrb@redhat.com>
13856
13857         * gtk/gtkliststore.c: More work on implementing sortable
13858         interface.
13859
13860 Mon Mar 26 15:48:45 2001  Owen Taylor  <otaylor@redhat.com>
13861
13862         * gtk/gtkwindow.c (gtk_window_list_toplevels): Don't
13863         reference the widgets in the resulting list. (#11821)
13864         This makes this consistent with gtk_container_children.
13865
13866         * gtk/gtkwindow.c gtk/gtkwidget.c: Fix up the two
13867         uses of gtk_window_list_toplevels.
13868
13869 Mon Mar 26 15:26:17 2001  Owen Taylor  <otaylor@redhat.com>
13870
13871         * gtk/gtkimcontext.c (gtk_im_context_set_use_preedit): Add
13872         a virtual function to set whether the IM context should use 
13873         the preedit string. (#51922)
13874         
13875 Mon Mar 26 14:42:59 2001  Owen Taylor  <otaylor@redhat.com>
13876
13877         * gdk/gdkpango.h: Remove stale FIXME comment.
13878
13879 2001-03-26  Alexander Larsson  <alla@lysator.liu.se>
13880
13881         * gtk/gtkfilesel.c (gtk_file_selection_get_filename):
13882         Fixed bug that returned NULL if a filename was selected.
13883
13884 2001-03-24  Havoc Pennington  <hp@pobox.com>
13885
13886         * gtk/gtkthemes.c (gtk_theme_engine_load): improve error message
13887         to contain the word "theme"
13888
13889 2001-03-24  Havoc Pennington  <hp@pobox.com>
13890
13891         * gtk/gtkhsv.c (gtk_hsv_move): make motion around the ring much
13892         slower but finer-grained
13893         (gtk_hsv_focus): get initial focus on the ring or triangle 
13894         according to tab direction
13895
13896         * gtk/testgtk.c (main): get rid of weird sleep(1) on exit
13897
13898 2001-03-23  Havoc Pennington  <hp@pobox.com>
13899
13900         * gtk/gtkhsv.c: make this somewhat key-navigable
13901
13902         * gtk/gtkfontsel.c: mnemonics
13903
13904         * gtk/gtkgamma.c: mnemonics
13905
13906         * gtk/gtkcolorsel.c: add mnemonics to labels
13907
13908 2001-03-22  Havoc Pennington  <hp@pobox.com>
13909
13910         Applied big patch from Seth Lytle to fix event handler return
13911         values, slightly modified.
13912
13913         * gtk/gtkcalendar.c (gtk_calendar_button_press): return TRUE if
13914         handled.
13915         (gtk_calendar_key_press): return TRUE for GDK_space triggers
13916         select_day
13917
13918         * gtk/gtkclist.c (gtk_clist_button_press): return TRUE if handled
13919         (gtk_clist_button_release): return TRUE if handled
13920
13921         * gtk/gtkcolorsel.c (mouse_release):
13922         (palette_activate): 
13923         (palette_press): 
13924         (palette_new): 
13925         (mouse_press): 
13926         (get_screen_color): 
13927         fixed return type (void to gboolean), return TRUE,
13928         added GTK_SIGNAL_FUNC cast
13929
13930         * gtk/gtkcombo.c (gtk_combo_popup_button_press): fixed return type
13931         (void to gboolean), and return TRUE
13932         (gtk_combo_button_release): changed return value to TRUE after
13933         gtk_grab_add on combo->popwin
13934
13935         * gtk/gtkctree.c (gtk_ctree_button_press): return TRUE if triggers a
13936         collapse or expand
13937
13938         * gtk/gtkcurve.c (gtk_curve_graph_events): return TRUE for
13939         button/motion
13940
13941         * gtk/gtkdnd.c (gtk_drag_source_event_cb): return TRUE for button
13942         press/release and motion that trigger act
13943
13944         * gtk/gtkentry.c (gtk_entry_button_release): return TRUE
13945
13946         * gtk/gtkfontsel.c (gtk_font_selection_size_key_press): return TRUE
13947         for GDK_Return
13948         
13949         * gtk/gtklist.c (gtk_list_button_press): return TRUE mostly
13950         (gtk_list_button_release): return TRUE if selection
13951
13952         * gtk/gtklistitem.c (gtk_list_item_button_press): return TRUE on
13953         press
13954
13955         * gtk/gtkmenushell.c (gtk_menu_shell_button_press):
13956         (gtk_menu_shell_button_release): chain parent_menu_shell retval
13957
13958         * gtk/gtknotebook.c (gtk_notebook_button_press): return FALSE if
13959         nothing triggered
13960         (gtk_notebook_button_release): return TRUE if we do anything
13961
13962         * gtk/gtkspinbutton.c (gtk_spin_button_button_press): 
13963         (gtk_spin_button_button_release): return TRUE or chained retval
13964
13965         * gtk/gtktext.c (gtk_text_button_press): 
13966         (gtk_text_button_release): return TRUE
13967         (gtk_text_key_press): remove redundant retval code
13968         
13969         * gtk/gtktreeitem.c (gtk_tree_item_button_press): return TRUE if button
13970         and sensitive
13971         (gtk_tree_item_subtree_button_click): changed type to gint, and return
13972         TRUE if sensitive
13973
13974         * gtk/gtktooltips.c (gtk_tooltips_event_handler): deactivate implies 
13975         return TRUE
13976
13977 2001-03-23  Havoc Pennington  <hp@redhat.com>
13978
13979         * gtk/testgtk.c: fix warnings
13980
13981         * gtk/gtktoolbar.c (gtk_toolbar_insert_element): fix return value
13982
13983         * gtk/gtktextview.c: fix warnings
13984
13985         * gtk/gtktext.c (find_cursor_at_line): fix warning
13986
13987         * gtk/gtkselection.c (gtk_selection_notify): fix warning 
13988
13989         * gtk/gtkitemfactory.c (gtk_item_factory_menu_pos): fix signature
13990         of this function
13991
13992         * gtk/gtkimmulticontext.c (gtk_im_multicontext_append_menuitems):
13993         fix warning
13994
13995         * gtk/gtkhandlebox.c (gtk_handle_box_style_set): fix warning
13996
13997         * gtk/gtkfontsel.c: fix warning
13998
13999         * gtk/gtkcolorsel.c: fix warnings
14000
14001 2001-03-23  Havoc Pennington  <hp@redhat.com>
14002
14003         * gtk/gtkhandlebox.c: Apply property patch from Lee Mallabone
14004
14005         * gtk/gtkbox.c: Apply property patch from Lee Mallabone
14006
14007         * gtk/gtkcheckmenuitem.c: Apply property patch from Lee Mallabone,
14008         and deprecated gtk_check_menu_item_set_show_toggle().
14009         
14010         * gtk/gtkbutton.c: Apply property patch from Lee Mallabone
14011
14012         * gtk/gtkfilesel.c: Apply property patch from Lee Mallabone
14013
14014         * gtk/gtkframe.c: Apply property patch from Lee Mallabone
14015
14016 2001-03-23  Havoc Pennington  <hp@redhat.com>
14017
14018         * gtk/gtktoolbar.c, gtk/gtkimcontext.c, gtk/gtklabel.c: fix up
14019         some docs
14020
14021 Fri Mar 23 16:13:43 2001  Jonathan Blandford  <jrb@redhat.com>
14022
14023         * gtk/gtktreeviewcolumn.h (GtkCellDataFunc): Forgot to namespace
14024         this.
14025
14026         * gtk/gtktreestore.c (gtk_tree_store_set_value): change from
14027         set_cell to set_value
14028
14029         * gtk/gtkliststore.c (gtk_list_store_set_value): change from
14030         set_cell to set_value
14031
14032 Thu Mar 22 19:27:34 2001  Jonathan Blandford  <jrb@redhat.com>
14033
14034         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
14035         fix braino.
14036         * gtk/gtktreesortable.[ch]: New interface to add cleanup sortable
14037         support.
14038
14039         * gtk/gtktreeview.c: Addition of initial sortable support.
14040
14041         * gtk/gtktreestore.c: Addition of initial sortable support.
14042
14043         * gtk/gtkliststore.c: Addition of initial sortable support.
14044
14045         * gtk/gtkmarshal.list: yet another marshaller.
14046
14047         * gtk/gtktreedatallist.[ch]: shared code between the store models
14048         for handling sorting headers.
14049
14050 2001-03-22  Havoc Pennington  <hp@redhat.com>
14051
14052         * gtk/gtkcontainer.c (gtk_container_set_focus_chain): 
14053         (gtk_container_unset_focus_chain): Add ability to override the 
14054         focus chain for a container explicitly
14055
14056 Thu Mar 22 13:01:44 2001  Tim Janik  <timj@gtk.org>
14057
14058         * gtk/gtklabel.[hc]: some cleanups, fixed mnemonic_widget handling,
14059         added PROP_MNEMONIC_WIDGET.
14060
14061         * gtk/gtkwindow.c (gtk_window_activate_mnemonic): 
14062         (gtk_window_remove_mnemonic): 
14063         (gtk_window_add_mnemonic): fixed assertions.
14064         (gtk_window_activate_mnemonic): constrain modifier checks to those
14065         permitted by gtk_accelerator_get_default_mod_mask().
14066         got rid of gtk_window_get_default_accel_group().
14067
14068         * gtk/gtkwidget.c (gtk_widget_real_activate_mnemonic): handle non
14069         activatable widgets either by focussing or a warning.
14070         added a signal accumulator to ::activate_mnemonic which stops the
14071         emission once a handler returned TRUE.
14072
14073 2001-03-22  Havoc Pennington  <hp@pobox.com>
14074
14075         * gtk/gtktoolbar.c (gtk_toolbar_insert_stock): handle mnemonics in
14076         the stock item label
14077
14078         * gtk/gtklabel.c: s/@gtk_func/gtk_func()/ in docs
14079
14080         * gtk/gtkstock.c (builtin_items): add mnemonics where missing
14081
14082         * demos/gtk-demo/*.c: Add mnemonics all over the place
14083
14084         * gtk/gtklabel.h: mark parse_uline deprecated
14085
14086 2001-03-21  Alexander Larsson  <alexl@redhat.com>
14087
14088         * gtk/gtkitemfactory.[ch]:
14089         Add support for stock and normal imagemenuitems.
14090         
14091         * gtk/testgtk.c:
14092         Add some tests for mnemonics, stock toolbars, stock
14093         and image menuitems in itemfactory and gdk_window_scroll.
14094
14095 2001-03-21  Alexander Larsson  <alexl@redhat.com>
14096
14097         * gtk/gtkbutton.[ch]:
14098         * gtk/gtkdialog.c:
14099         Renamed gtk_button_new_stock() to gtk_button_new_from_stock() and
14100         removed accel_group argument. Renamed gtk_button_new_accel() to
14101         gtk_button_new_with_mnemonic() and removed accel_group argument.
14102
14103         * gtk/gtkcheckbutton.[ch]:
14104         New function gtk_check_button_new_with_mnemonic().
14105
14106         * gtk/gtkentry.c:
14107         Override activate_mnemonic and just grab focus.
14108
14109         * gtk/gtkitemfactory.c:
14110         Don't add menu uline accel group, instead use mnemonics support.
14111
14112         * gtk/gtklabel.[ch]:
14113         New support for mnemonics.
14114
14115         * gtk/gtkmarshal.list:
14116         Needed BOOLEAN:BOOLEAN for activate_mnemonic.
14117
14118         * gtk/gtkmenu.[c]:
14119         * gtkmenushell.c:
14120         Use mnemonics instead of accel groups for uline
14121         support in menu items.
14122         Removed gtk_menu_get_uline_accel_group() and
14123         gtk_menu_ensure_uline_accel_group().
14124
14125         * gtk/gtkmenuitem.c:
14126         Override activate_mnemonic to handle switching between
14127         menu items if there are collisions.
14128         
14129         * gtk/gtknotebook.c:
14130         Connect to activate_mnemonic on the tab_label, so that
14131         activating it switches to that notebook page.
14132
14133         * gtk/gtkwidget.[ch]:
14134         Add activate_mnemonic signal. New function
14135         gtk_widget_activate_mnemonic() to emit it.
14136         Default implementation does activate/grab_focus.
14137
14138         * gtk/gtkwindow.[ch]:
14139         Add support for mnemonics in windows.
14140         New functions:
14141         gtk_window_add_mnemonic, gtk_window_remove_mnemonic,
14142         gtk_window_activate_mnemonic, gtk_window_set_mnemonic_modifier
14143
14144         * gtk/testgtk.c:
14145         Update to function name changes.
14146         
14147 2001-03-21  Alexander Larsson  <alexl@redhat.com>
14148
14149         * gtk/gtkimagemenuitem.[c]:
14150         Add gtk_image_menu_item_new_from_stock()
14151
14152 Tue Mar 20 15:00:43 2001  Jonathan Blandford  <jrb@redhat.com>
14153
14154         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
14155         Fix buglet in meeting.
14156
14157 2001-03-19  Havoc Pennington  <hp@redhat.com>
14158
14159         * gtk/gtkiconfactory.c: Make GtkIconSource an opaque datatype, and
14160         add a bunch of accessor functions. This is because we have
14161         reasonable expectations of extending what fields it contains in
14162         the future.
14163
14164         * gtk/gtkstyle.c (gtk_default_render_icon): adapt to icon source
14165         changes
14166
14167         * gtk/gtkrc.c (gtk_rc_parse_icon_source): fix to use new
14168         GtkIconSource   
14169
14170 Mon Mar 19 15:53:36 2001  Owen Taylor  <otaylor@redhat.com>
14171
14172         * gtk/gtkitemfactory.c gtk/testgtk.c: Handle quoting of / with \; properly
14173         handle __ in paths, quote " and \n in gtk_item_factory_dump_items().
14174
14175         * gtk/gtkadjustment.[ch] gtk/gtkclist.c gtk/gtkhruler.c gtk/gtklayout.c 
14176           gtk/gtklist.c gtk/gtkprogress.[ch] gtk/gtkprogressbar.[ch] gtk/gtkrange.[ch]
14177           gtk/gtkruler.[ch] gtk/gtkscale.c gtk/gtkscrolledwindow.c gtk/gtkspinbutton.[ch]
14178           gtk/gtktext.c gtk/gtktextview.c gtk/gtkvruler.c gtk/testgtk.c:
14179         Change float to double everywhere with the exception of 0<->1.0 alignment
14180         and GtkCurve.
14181
14182 2001-03-19  Tor Lillqvist  <tml@iki.fi>
14183
14184         * gdk/win32/gdkdrawable-win32.c
14185         * gdk/win32/gdkimage-win32.c: Use correct casts in debugging
14186         output.
14187
14188         * demos/testpixbuf-drawable.c: If GDK_WINDOWING_WIN32, include
14189         gdkwin32.h.
14190
14191 2001-03-18  Tor Lillqvist  <tml@iki.fi>
14192
14193         * gdk/win32/gdkevents-win32.c (print_window_state): New function.
14194         print_event_state, print_event): Use preprocessor macro to make
14195         code more compact. Print also GDK_WINDOW_STATE events.
14196         (synthesize_crossing_events): Remove the old #ifdeffed-out code.
14197         
14198         * gtk/gtk.def
14199         * gtk/makefile.mingw.in: Update.
14200
14201         * gtk/gtkmain.h: Check for G_PLATFORM_WIN32, not only G_OS_WIN32,
14202         to catch also Cygwin.
14203
14204 Sun Mar 18 01:15:30 2001  Tim Janik  <timj@gtk.org>
14205
14206         * gtk/gtkspinbutton.[hc]: added rc-style argument
14207         GtkSpinButton::shadow_type.
14208         removed spin_button->shadow_type, gtk_spin_button_set_shadow_type()
14209         and ARG_SHADOW_TYPE as it doesn' make much sense to try to override
14210         rc-style settings.
14211
14212         * gtk/gtkfixed.c: removed gtk_fixed_paint() (was unused).
14213
14214         * gtk/gtkwidget.c: quark cleanups.
14215
14216         * gtk/gtkrc.[hc]: added gtk_rc_scanner_new() to create an rc-file
14217         scanner with appropriate configuration, renamed GtkRcStyleClass.clone
14218         to create_rc_style() (we don't do cloning in standard OO sense).
14219         added per rc style properties.
14220         
14221         * gtk/gtkstyle.[hc]: added code to retrive pspec conformant rc-style
14222         property values and for caching those. some cleanups.
14223         
14224         * gtk/Makefile.am: -DG_DISABLE_CONST_RETURNS.
14225         
14226         * gtk/gtksettings.[hc]: new file for global rc-file properties
14227         (at least currently, should get extended to support X properties
14228         and other communication mechanisms).
14229         
14230         * gtk/gtkwidget.[hc]: added style property support:
14231         (gtk_widget_class_install_style_property_parser): install style
14232         property pspec with parser function for rc-file values other
14233         than LONG, DOUBLE or STRING.
14234         (gtk_widget_class_install_style_property): same as above without
14235         parser (parsers are going to be needed quite infrequently).
14236         (gtk_widget_style_get_property): retrive style property value.
14237         (gtk_widget_style_get_valist): same as above with varargs support,
14238         has NOCOPY semantics.
14239         (gtk_widget_style_get): wrapper around gtk_widget_style_get_valist().
14240
14241 Fri Mar 16 18:24:53 2001  Jonathan Blandford  <jrb@redhat.com>
14242
14243         * demos/gtk-demo/main.c (row_activated_cb): modified to use
14244         "row_activated" signal.
14245
14246         * gtk/gtktreeview.c (gtk_tree_view_row_activated): oh, the
14247         stupidity.  Lets actually pass in the row with this signal...
14248
14249 Fri Mar 16 18:01:17 2001  Jonathan Blandford  <jrb@redhat.com>
14250
14251         * gtk/gtktreeviewcolumn.[ch]: s/GTK_TREE_COLUMN/GTK_TREE_VIEW_COLUMN
14252
14253         * gtk/gtktreeview.c (gtk_tree_view_row_activated): New signal.
14254
14255         * gtk/gtktreeview.c (gtk_tree_view_destroy): moved pretty much
14256         everything into the ::destroy function, and freed a lot more.
14257
14258 2001-03-16  Havoc Pennington  <hp@redhat.com>
14259
14260         * gtk/gtkwidget.h (struct _GtkWidgetAuxInfo): change to use gint
14261         instead of gint16, to avoid overflow issues, since sizes > 16-bit
14262         are now allowed.
14263
14264 2001-03-16  Havoc Pennington  <hp@redhat.com>
14265
14266         * Applied patch from Nils Barth (bug # 51041) to 
14267         replace "gint" with "gboolean" and 0/1 with TRUE/FALSE
14268         in various places.
14269
14270 2001-03-15  Havoc Pennington  <hp@redhat.com>
14271         
14272         * gtk/gtktextbuffer.c (gtk_text_buffer_create_tag): add varargs 
14273         for properties to set on the tag.
14274
14275         * gtk/testtext.c: fixups to reflect create_tag change
14276         
14277         * gtk/gtktexttag.c (gtk_text_tag_set_property):
14278         background/foreground stipple are objects, not boxed.
14279
14280         * demos/gtk-demo/textview.c: intellihancing
14281
14282 Fri Mar 16 11:38:42 2001  Jonathan Blandford  <jrb@redhat.com>
14283
14284         * gtk/gtktreeview.c (gtk_tree_view_set_model): Fixed some
14285         braindeadness spotted by Jamie Strachan <frostfreek@yahoo.com>.
14286
14287 2001-03-16  Alexander Larsson  <alexl@redhat.com>
14288
14289         * gdk/x11/gdkgeometry-x11.c (_gdk_window_process_expose):
14290         Fix sign error with queued region translations.
14291
14292 2001-03-15  HideToshi Tajima  <tajima@happy>
14293
14294         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_set_cursor_location): 
14295         * gtk/gtkimmulticontext.c (gtk_im_multicontext_set_cursor_location):
14296         * gtk/gtkentry.c (update_im_cursor_location): 
14297         * gtk/gtkimcontext.c (gtk_im_context_set_cursor_location):
14298         * gtk/gtkimcontext.h (struct _GtkIMContextClass): rename
14299         set_cursor_pos to set_cursor_location in GtkInputContext class
14300
14301 Thu Mar 15 18:22:44 2001  Jonathan Blandford  <jrb@redhat.com>
14302
14303         * gtk/gtkcellrenderer.h: Changed prototype to allow for getting
14304         the location of the cell relative to its area.
14305         * gtk/gtkcell*: modified for above change
14306         * gtk/gtktreeview.c: modified for above change.
14307
14308 Wed Mar 14 13:58:32 2001  Jonathan Blandford  <jrb@redhat.com>
14309
14310         * gtk/gtktreeview.c (gtk_tree_view_set_model): Ref the model.
14311          (gtk_tree_view_finalize): actually unref the model.  Thanks to
14312         Jamie Strachan <frostfreek@yahoo.com> for noticing this error.
14313
14314 2001-03-14  Havoc Pennington  <hp@redhat.com>
14315
14316         * gtk/gtkdata.h, gtk/gtkdata.c: Delete.
14317         
14318         * gtk/gtk.h: remove gtkdata.h
14319
14320         * gtk/Makefile.am: remove gtkdata
14321         
14322         * gtk/gtktext.c (gtk_text_set_adjustments): connect to "destroy"
14323         not "disconnect" on the adjustments.
14324         
14325         * gtk/gtktooltips.h, gtk/gtktooltips.c: derive from GtkObject not
14326         GtkData
14327
14328         * gtk/gtkadjustment.h, gtk/gtkadjustment.c: derive from GtkObject
14329         not GtkData
14330
14331         * configure.in: handle case where X render exists, but Pango lacks
14332         Xft support.
14333
14334 2001-03-15 Alexander Larsson  <alexl@redhat.com>
14335
14336         * gtk/gtktoolbar.[ch]:
14337         New functions gtk_toolbar_set_icon_size and gtk_toolbar_insert_stock
14338         to add stock items to toolbars.
14339
14340         * gtk/Makefile.am:
14341         Remove ../gdk/gdkim.h from gdk_headers.
14342
14343 2001-03-15  Sven Neumann  <sven@gimp.org>
14344
14345         * gdk/gdkim.h: removed
14346         
14347         * gdk/gdkprivate.h
14348         * gdk/x11/gdkim-x11.c: do not include gdkim.h 
14349
14350 2001-03-14  HideToshi Tajima  <tajima@happy.sunsoft.eng.sun.com>
14351
14352         * gtk/gtkimmulticontext.c (gtk_im_multicontext_set_cursor_pos):
14353         * gtk/gtkimcontext.c (gtk_im_context_set_cursor_pos):
14354         * gtk/gtkimcontext.h (struct _GtkIMContextClass): add
14355         set_cursor_pos() virtual method
14356
14357         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_class_init):
14358         (gtk_im_context_xim_set_cursor_pos): add implementation for
14359         set_cursor_pos() method
14360
14361         * gtk/gtkentry.c (recompute_idle_func): set current cursor
14362         position to input methods
14363
14364 Mon Mar 12 21:02:08 2001  Jonathan Blandford  <jrb@redhat.com>
14365
14366         * gtk/gtktreeview.c (gtk_tree_view_header_focus): Fix up focus
14367         code a lot.
14368
14369         * gtk/gtktreedatalist.c (_gtk_tree_data_list_free): use
14370         g_mem_chunk.
14371         (_gtk_tree_data_list_alloc): use g_mem_chunk.
14372         (_gtk_tree_data_list_node_to_value): Fix to switch on
14373         G_TYPE_FUNDAMENTAL.
14374         (_gtk_tree_data_list_value_to_node): Fix to switch on
14375         G_TYPE_FUNDAMENTAL.
14376         (_gtk_tree_data_list_node_copy): Fix to switch on
14377         G_TYPE_FUNDAMENTAL.
14378
14379 2001-03-12  Havoc Pennington  <hp@redhat.com>
14380
14381         * gtk/gtkwindow.c (gtk_window_class_init): Patch from John Margaglione 
14382         to convert to new property API. Also, change default_width and
14383         default_height get_property to return 0 as the flag value for
14384         "unset"; -1 is not a valid value for these fields.
14385
14386 2001-03-12  Havoc Pennington  <hp@redhat.com>
14387
14388         * gtk/gtkiconfactory.h, gtk/gtkiconfactory.c: Switch to using an
14389         enum with registration for icon sizes, instead of strings.
14390
14391         * gtkimage.h, gtkimage.c, gtkstyle.h, gtkstyle.c, gtkwidget.h, 
14392         gtkwidget.c: Fix to reflect GtkIconSize
14393         
14394 2001-03-12  Alexander Larsson  <alexl@redhat.com>
14395
14396         Make GtkFB compile and link.
14397         
14398         * gdk/linux-fb/gdkdrawable-fb2.c:
14399         window->mapped to GDK_WINDOW_IS_MAPPED(). 
14400         
14401         * gdk/linux-fb/gdkwindow-fb.c:
14402         window->mapped to GDK_WINDOW_IS_MAPPED(). 
14403         Added gdk_window_shape_combine_region.
14404         Added assorted placeholders for unimplemented new GdkWindow API calls.
14405
14406 2001-03-12  Alexander Larsson  <alexl@redhat.com>
14407
14408         * gtk/gtkfilesel.c:
14409         Add more test when converting filenames from/to utf-8.
14410         Don't allow entering text in the filename entry which isn't allowed in
14411         a filename. Just beep instead.
14412
14413 2001-03-12  Alexander Larsson  <alexl@redhat.com>
14414
14415         * gtk/gtkclist.c:
14416         Scroll using gdk_window_scroll(). Don't wait for exposes.
14417         Move the column headers in an order that makes them flash less.
14418
14419 2001-03-10  Hans Breuer  <hans@breuer.org>
14420
14421         * gdk/gdk.def : updated
14422
14423         * gdk/win32/gdkgc-win32.c : pixmaps are visible again, due
14424         to offseting the clip_mask at the right place
14425
14426         * gdk/win32/gdkwindow-win32.c : don't create background brushes
14427         for all the gdkClasses, especially not for the input_only case.
14428         Otherwise flickering wont be avoidable, because we don't get
14429         WM_ERASEBKGND message for these windows.
14430
14431         * gdk/win32/gdkevents-win32.c : initialize event->expose.region
14432         and fixed massive redraw problems apparently triggered by Alexanders 
14433         recent change. Not fully understood the GDK_EXPOSE / WM_PAINT handling
14434         but it seems to work quite well :-)
14435
14436         * gdk/win32/gdkprivate-win32.h : added _gdk_window_process_expose
14437         prototype
14438
14439 Sat Mar 10 12:15:31 2001  Jonathan Blandford  <jrb@redhat.com>
14440
14441         * gtk/gtktreestore.c (gtk_tree_store_set_cell): Fix a stupid typo.
14442         (gtk_list_store_set_cell): Fix a stupid typo.
14443
14444 Fri Mar  9 20:36:21 2001  Jonathan Blandford  <jrb@redhat.com>
14445
14446         * gtk/gtktreeselection.c (gtk_tree_selection_select_all): Make
14447         select_all not work if you're in SINGLE mode (it doesn't make that
14448         much sense, anyway.)
14449
14450         * gtk/gtktreedatalist.c (_gtk_tree_data_list_node_to_value):
14451         handle types more sanely.
14452         (_gtk_tree_data_list_value_to_node): handle types more sanely.
14453         (_gtk_tree_data_list_node_copy): handle types more sanely.
14454
14455         * gtk/gtkliststore.c (gtk_list_store_set_cell): fix to work with
14456         GValue better. Converts the type as well.
14457
14458         * gtk/gtktreestore.c (gtk_tree_store_set_cell): fix to work with
14459         GValue better. Converts the type as well.
14460
14461 Wed Mar  7 20:47:41 2001  Owen Taylor  <otaylor@redhat.com>
14462
14463         * gtk/gtktext.c gtk/gtkoldeditable.[ch] gdk/gdk.[ch]
14464         gdk/Makefile.am gdk/x11/Makefile.am gdk/x11/gdkevents-x11.c 
14465         gdk/x11/gdkglobals-x11.c gdk/x11/gdkprivate-x11.c
14466         gdk/x11/gdkx.h gdk/x11/gdkim-x11.c: Remove old XIM code.
14467
14468         * gdk/win32/gdkim-win32.c gdk/linux-fb/gdkim-fb.c: Remove
14469         gdk_im/gdk_ic.
14470
14471 2001-03-09  Hans Breuer  <hans@breuer.org>
14472
14473         * gdk/gdk.def : updated
14474
14475         * gdk/win32/gdkevents-win32.c : don't ask input_only windows
14476         for their palette
14477
14478         * gdk/win32/gdkgeometry-win32.c : reflect GdkWindowObject::mapped
14479         removing
14480
14481         * gdk/win32/gdkwindow-win32.c : reflect GdkWindowObject::mapped
14482         removing and implemented Havoc's GdkWindow state functions; 
14483         stick/unstick only as no-op, cause I don't know how to emulate 
14484         on win32 ...
14485
14486         * gtk/gtk.def : updated
14487
14488         * gtk/gtkbox.c (gtk_box_get_spacing) : use g_return_val_if_fail ()
14489
14490         * gtk/gtktypeutils.c : #include <string.h>
14491
14492         * gtk/gtkwindow.h : declare gtk_window_set_decorated ()
14493
14494 Fri Mar  9 09:31:55 2001  Tim Janik  <timj@gtk.org>
14495
14496         * gtk/gtkwidget.c (gtk_widget_class_init): fixed signals with
14497         GDK_TYPE_DRAG_CONTEXT, it needs to be marshaled as an object,
14498         not a boxed.
14499
14500 2001-03-09  Alexander Larsson  <alexl@redhat.com>
14501
14502         * docs/Changes-2.0.txt:
14503         Document expose event->region change and that gtk_widget_event
14504         doesn't allow passing expose events.
14505
14506         * gdk/gdkevents.h:
14507         Add region to expose event.
14508         
14509         * gdk/gdkevents.c:
14510         Handle event->region in gdk_event_copy() and gdk_event_free().
14511
14512         * gdk/gdkwindow.c (gdk_window_process_updates_internal):
14513         Generate expose_event->region when creating expose events.
14514
14515         * gdk/x11/gdkevents-x11.c:
14516         Generate expose events with regions when translating X events.
14517
14518         * gtk/gtkcontainer.[ch]:
14519         Default expose handler that propagates expose events to NO_WINDOW
14520         children. New function gtk_container_propagate_expose()
14521
14522         * gtk/gtkwidget.[ch]:
14523         Moved gtk_widget_event implementation to gtk_widget_event_internal.
14524         gtk_widget_event calls gtk_widget_event_internal but doesn't allow
14525         expose events. New function gtk_widget_send_expose() to send expose
14526         events. New function gtk_widget_region_intersect() to calculate
14527         window/region intersections.
14528         
14529         * gtk/gtkmain.c (gtk_main_do_event):
14530         Use gdk_window_begin_paint_region() instead of gdk_window_begin_paint_rect().
14531         Use gtk_widget_send_expose() to send expose events.
14532         
14533         * gtk/gtkbin.c:
14534         * gtk/gtkbox.c:
14535         * gtk/gtkfixed.c:
14536         * gtk/gtkimagemenuitem.c:
14537         * gtk/gtklist.c:
14538         * gtk/gtkpacker.c:
14539         * gtk/gtktable.c:
14540         * gtk/gtktree.c:
14541         Remove expose handler, using the default container implementation
14542         instead.
14543         
14544         * gtk/gtkbutton.c:
14545         * gtk/gtkcheckbutton.c:
14546         * gtk/gtkeventbox.c:
14547         * gtk/gtkfixed.c:
14548         * gtk/gtkhandlebox.c:
14549         * gtk/gtklayout.c:
14550         * gtk/gtklistitem.c:
14551         * gtk/gtkmenu.c:
14552         * gtk/gtkmenubar.c:
14553         * gtk/gtkmenuitem.c:
14554         * gtk/gtknotebook.c:
14555         * gtk/gtkoptionmenu.c:
14556         * gtk/gtkpaned.c:
14557         * gtk/gtkscrolledwindow.c:
14558         * gtk/gtktogglebutton.c:
14559         * gtk/gtktoolbar.c:
14560         * gtk/gtktreeitem.c:
14561         * gtk/gtkviewport.c:
14562         Chain expose handler to parent class handler. Use
14563         gtk_container_propagate_expose() to propagate exposes.
14564
14565         * gtk/gtkclist.c (check_exposures):
14566         * gtk/gtktext.c (process_exposes):
14567         Use gtk_widget_send_expose instead of gtk_widget_event.
14568
14569 Thu Mar  8 19:40:28 2001  Jonathan Blandford  <jrb@redhat.com>
14570
14571         * gtk/gtktreeview.c (gtk_tree_view_destroy): Add destroy function.
14572
14573 Thu Mar  8 19:18:27 2001  Jonathan Blandford  <jrb@redhat.com>
14574
14575         * gtk/gtktreeview.c (gtk_tree_view_unref_tree_helper): Actually
14576         unref the nodes.   Fixes bug #50058.
14577
14578         * gtk/gtktreemodel.c (gtk_tree_model_ref_node): change
14579         "::ref_iter" to "::ref_node".
14580         (gtk_tree_model_unref_node): change "::unref_iter" to
14581         "::unref_node". Fixes bug #50064.
14582
14583 Thu Mar  8 17:40:09 2001  Jonathan Blandford  <jrb@redhat.com>
14584
14585         * gtk/gtktreeview.c (gtk_tree_view_create_row_drag_icon): add
14586         support for invisible cells.
14587          (gtk_tree_view_bin_expose): ditto
14588
14589 Thu Mar  8 16:36:00 2001  Jonathan Blandford  <jrb@redhat.com>
14590
14591         * gtk/gtktreemodel.c (gtk_tree_model_get_type): add prerequesite
14592         on gobjects.
14593
14594         * tests/testtreefocus.c (main): New test file.
14595
14596         * tests/testtreeview.c: update to latest glib changes.
14597
14598         * tests/testtreecolumns.c: update to latest glib changes.
14599
14600 Thu Mar  8 18:13:20 2001  Tim Janik  <timj@gtk.org>
14601
14602         * gtk/testgtk.c: re-enabled event watcher emission hooks.
14603
14604 Thu Mar  8 16:51:21 2001  Tim Janik  <timj@gtk.org>
14605
14606         * *.c: added accumulator data argument to g_signal_newc()
14607         functions.
14608
14609         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_set_model): 
14610         * gtk/gtktreeview.c (gtk_tree_view_setup_model): 
14611         * gtk/treestoretest.c (make_window):
14612         s/g_signal_connect/g_signal_connectc/.
14613
14614         * gtk/gtktextbuffer.c: completed signal arg fixups,
14615         they also needed G_SIGNAL_TYPE_STATIC_SCOPE flag.
14616
14617 Thu Mar  8 00:02:30 2001  Owen Taylor  <otaylor@redhat.com>
14618
14619         * gtk/gtkwidget.[ch] (gtk_widget_get_name): Make
14620         G_CONST_RETURN.
14621
14622         * gtk/gtkwidget.[ch] gtk/gtkprivate.h: Add a 
14623         ::hierarchy-changed signal when a widget changes
14624         from anchored to unanchored or vice versa.
14625         (anchored means 
14626          gtk_widget_get_ancestor (widget, GTK_TYPE_WINDOW) != NULL.)
14627         Use a private flag to keep track of this efficiently.
14628
14629 2001-03-07  Havoc Pennington  <hp@redhat.com>
14630
14631         * gtk/testgtk.c (create_spins): uglify so that size request gets
14632         tested.
14633
14634         * gtk/gtkspinbutton.c (gtk_spin_button_size_request): Base size
14635         request on values for upper/lower, completes #6152
14636
14637 Wed Mar  7 20:07:22 2001  Owen Taylor  <otaylor@redhat.com>
14638
14639         * Makefile.am: Remove gtk-config-2.0 again.
14640         (Grrrr, pkg-config. And stops make loops.)
14641
14642 Thu Mar  8 00:18:29 2001  Tim Janik  <timj@gtk.org>
14643
14644         * gtk/gtksignal.[hc]: removed old emission hook API.
14645         
14646         * docs/Changes-2.0.txt: fixed sections.
14647         
14648         * gtk/gtktextbuffer.c: signal arg fixups.
14649
14650 2001-03-07  Havoc Pennington  <hp@redhat.com>
14651
14652         * gtk/gtktextview.c (invalidated_handler): use PRIORITY_VALIDATE
14653
14654         * gtk/gtktextview.h (GTK_TEXT_VIEW_PRIORITY_VALIDATE): add this
14655         here, bug #50368; changed to be GDK_PRIORITY_REDRAW + 5, instead
14656         of GDK_PRIORITY_REDRAW + 1, so you can insert stuff in between the
14657         validation and the redraw which is higher priority than the
14658         validation.
14659
14660 2001-03-07  Havoc Pennington  <hp@redhat.com>
14661
14662         * gtk/gtkentry.c (gtk_entry_get_property): remove trailer
14663         (gtk_entry_set_property): remove trailer
14664
14665         * gtk/gtkentry.c (gtk_entry_set_width_chars): 
14666         (gtk_entry_get_width_chars): new functions, to set size request to 
14667         a given number of characters
14668
14669         * gtk/testgtk.c (create_dialog): beef up the dialog test slightly
14670
14671         * gtk/gtkdialog.c (gtk_dialog_set_has_separator): new function
14672         (gtk_dialog_get_has_separator): new function
14673         (run_delete_handler): fix to not emit "response" signal
14674         because we already did in the delete event handler installed
14675         at dialog creation time.
14676         
14677         * gtk/gtkdialog.h: add a has_separator property,
14678         add GTK_DIALOG_NO_SEPARATOR flag
14679
14680 2001-03-07  Havoc Pennington  <hp@redhat.com>
14681
14682         * gtk/gtkwindow.c (gtk_window_set_decorated): new function, turns
14683         off decorations for a window.
14684
14685         * demos/gtk-demo/button_box.c (create_bbox): adapt to button box
14686         changes
14687
14688         * gtk/gtklabel.c (gtk_label_get_layout_offsets): new function 
14689         to get location of PangoLayout inside the label, closes #51198
14690
14691         * gtk/testgtk.c (create_bbox): fix up button box usage
14692
14693         * gtk/testcalendar.c (create_calendar): fix up button box usage
14694
14695         * gtk/gtkfilesel.c (gtk_file_selection_init): fixup buttonbox usage
14696
14697         * gtk/gtkdialog.c (gtk_dialog_init): fixup buttonbox usage
14698
14699         * gtk/gtkhbbox.h: deprecations
14700
14701         * gtk/gtkvbbox.h: deprecations
14702
14703         * gtk/gtkbox.c (gtk_box_get_spacing): new function, used to
14704         emulate deprecated gtk_button_box_get_spacing
14705
14706         * gtk/gtkbbox.h: deprecate some useless functions, remove entirely 
14707         the "set global default" functions
14708         (struct _GtkButtonBox): remove "spacing" field, use the one from 
14709         GtkBox base class
14710
14711         * gtk/gtkbbox.c (_gtk_button_box_child_requisition): rename with uscore
14712
14713         * gtk/gtkiconfactory.c (gtk_icon_set_render_icon): If we fail to
14714         render the icon, return the missing image icon.
14715
14716         * gtk/gtkimage.c (gtk_image_set_from_file): fall back to missing
14717         image icon if the load fails.   
14718
14719         * gtk/gtkstock.h (GTK_STOCK_MISSING_IMAGE): Add stock icon for use
14720         when no image is found; should be the Netscape "missing image"
14721         icon eventually but for now is a random image
14722
14723         * gtk/gtkwindow.c (gtk_window_set_role): new function, sets the 
14724         role for the session manager
14725
14726         * gtk/testgtk.c (dnd_drop): remove use of GTK_WINDOW_DIALOG
14727
14728         * gtk/gtkcompat.h (GTK_WINDOW_DIALOG): compat #define
14729         GTK_WINDOW_DIALOG GTK_WINDOW_TOPLEVEL
14730
14731         * gtk/gtkenums.h (enum GtkWindowType): remove GTK_WINDOW_DIALOG
14732
14733 Wed Mar  7 13:24:57 2001  Tim Janik  <timj@gtk.org>
14734
14735         * gtk/*.c: marshaller fixes.
14736         
14737         * gtk/gtkmarshal.list: extreme cleanup.
14738
14739         * gtk/gtktreeview.c (gtk_tree_view_class_init): disable interface
14740         param spec for now.
14741
14742         * gtk/gtktexttag.c (gtk_text_tag_set_property): use g_value_get_boxed()
14743         where appliable.
14744
14745         * gtk/gtktypeutils.[hc]: updates to GLib API changes.
14746         special cased autogenerated boxed types from gtktypebuiltins_ids.c
14747         which are not reference counted:
14748         GtkSelectionData, GdkEvent, GdkColor, GtkTextIter, PangoTabArray,
14749         PangoFontDescription, GtkTreeIter and GtkTreePath.
14750
14751 Thu Mar  1 03:58:56 2001  Tim Janik  <timj@gtk.org>
14752
14753         * gtk/gtktreeselection.h: 
14754         * gtk/gtktreemodel.c:
14755         * gtk/gtktreedatalist.[hc]: fixed includes. no gobject/*
14756         file should be included directly, and gobject/gmarshal.h
14757         as well as gtk/gtkmarshal.h even can't be included directly.
14758
14759         * Makefile.am: grr, install gtk-config-2.0.
14760
14761         * gtk/testgtk.c:
14762         * gtk/simple.c:
14763         * gtk/gtkmenu.c:
14764         * gtk/gtkitemfactory.c: use g_object_connect() instead of
14765         passing "*signal*::*" args to gtk_widget_set().
14766         
14767         * gtk/gtktypeutils.[hc]: got rid of GTK_TYPE_SIGNAL.
14768         
14769         * gtk/*.c: removed trailer arg from property setters and getters.
14770         macro fixups.
14771
14772 2001-03-07  Alexander Larsson  <alexl@redhat.com>
14773
14774         * gtk/gtklabel.c (set_markup): Removed warning
14775
14776 Tue Mar  6 19:59:12 2001  Jonathan Blandford  <jrb@redhat.com>
14777
14778         * gtk/gtkcellrenderer.h (struct _GtkCellRenderer): Add visible
14779         field to allow you to hide cell renderers.
14780
14781         * gtk/gtkcellrenderer.c: Add support for invisible cells.
14782
14783         * gtk/gtktreeview.c: Add support for invisible cells.
14784
14785 Tue Mar  6 17:25:07 2001  Jonathan Blandford  <jrb@redhat.com>
14786
14787         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_button_clicked):
14788         Add "clicked" signal back to columns.
14789
14790         * ChangeLog: remove conflict markers.
14791
14792 Tue Mar  6 10:45:45 2001  Owen Taylor  <otaylor@redhat.com>
14793
14794         * gtk/gtkbutton.c: Add animation of activation by, on 
14795         activate, pressing the button, and adding a timeout that 
14796         releases the button after 250ms or on key release and
14797         emits ::clicked. (#51501)
14798
14799         * gtk/gtkdialog.c: Bit of a hack - for buttons in the
14800         action area, we connect to ::clicked instead of ::activate
14801         so the dialog stays up through the animation.
14802
14803 Mon Mar  5 16:38:15 2001  Owen Taylor  <otaylor@redhat.com>
14804
14805         * gtk/gtkmenushell.c (gtk_menu_shell_enter_notify): Only
14806         check the ignore_enter flag for the menu shell that
14807         the item is actually a child of, not for attached
14808         submenus. (#51536)
14809
14810 Tue Feb 27 02:16:14 2001  Owen Taylor  <otaylor@redhat.com>
14811
14812         * gtk/gtkmain.c (gtk_propagate_event): Only do special
14813         special key-press grab handling for widgets within
14814         GtkWindows. Otherwise, fall through to normal case.
14815
14816         This prevents key events being sent twice to GtkInvisible
14817         widgets, which can cause all sorts of mischief.
14818
14819 Fri Feb  2 13:20:12 2001  Owen Taylor  <otaylor@redhat.com>
14820
14821         * gtk/gtkmain.c (gtk_propagate_event): When a grab
14822         widget is in effect, give the grab widget a first
14823         crack at KEY_PRESS/RELEASE events. (#424)
14824
14825 2001-03-06  James Henstridge  <james@daa.com.au>
14826
14827         * gtk/gtkwidget.c (gtk_widget_class_init): set the class closure
14828         offset for the window_state_event to point at window_state_event
14829         rather than no_expose_event.
14830
14831 Mon Mar  5 19:10:15 2001  Jonathan Blandford  <jrb@redhat.com>
14832
14833         * gtk/gtkimmodule.h: fix busted /* comment */
14834
14835 Mon Mar  5 15:07:05 2001  Jonathan Blandford  <jrb@redhat.com>
14836
14837         * gtk/gtktreeview.c: Apply patch from John Margaglione to add
14838         object properties.
14839
14840 Mon Mar  5 14:55:19 2001  Jonathan Blandford  <jrb@redhat.com>
14841
14842         * gtk/gtkcellrenderertoggle.c: Apply patch from Lee Mallabone to
14843         add object properties.
14844
14845         * gtk/gtkcellrenderertextpixbuf.c: Apply patch from Lee Mallabone
14846         to add object properties.
14847
14848         * gtk/gtkcellrenderertext.c: Apply patch from Lee Mallabone to add
14849         object properties.
14850
14851         * gtk/gtkcellrendererpixbuf.c: Apply patch from Lee Mallabone to
14852         add object properties.
14853
14854         * gtk/gtkcellrenderer.c: Apply patch from Lee Mallabone to add
14855         object properties.
14856
14857 Mon Mar  5 14:38:54 2001  Jonathan Blandford  <jrb@redhat.com>
14858
14859         * gtk/gtktreemodel.c: renamed "child_toggled" to
14860         "has_child_toggled".
14861
14862         * gtk/gtktreeview.c: Handle removing columns better.  Updated to
14863         handle new signal name.
14864
14865         * gtk/gtktreestore.c: Updated to handle new signal name.
14866         * gtk/gtklisttore.c: Updated to handle new signal name.
14867         * gtk/gtktreemodelsort.c: Updated to handle new signal name.
14868
14869 2001-03-05  Alexander Larsson  <alexl@redhat.com>
14870
14871         * gtk/gtkmenu.c (gtk_menu_set_tearoff_state):
14872         Set GDK_WINDOW_TYPE_HINT_MENU on tearoff window.
14873
14874 2001-03-05  Michael Natterer  <mitch@gimp.org>
14875
14876         * gtk/gtklabel.c: Made the "parent_class" pointer static. The
14877         pixbuf-engine coincidentially also failed to make one of it's
14878         parent_class pointers static, causing overwriting of GtkLabel's
14879         parent_class pointer in pixbuf_style_class_init().
14880         (Will commit the fix to the pixbuf-engine too).
14881
14882 2001-03-05  Alexander Larsson  <alexl@redhat.com>
14883
14884         * gdk/gdkwindow.h:
14885         Added GdkWindowTypeHint type. Added modal_hint field to GdkWindindow.
14886         New functions gdk_window_set_type_hint, gdk_window_set_modal_hint and
14887         gdk_window_set_icon_list for net wmspec functionality.
14888
14889         * gdk/x11/gdkwindow-x11.c:
14890         Set _NEW_WM_STATE_MODAL from window->modal_hint in set_inital_hints.
14891         Implement gdk_window_set_type_hint, gdk_window_set_modal_hint and
14892         gdk_window_set_icon_list.
14893         Added gdk_wmspec_change_state helper function and used it in the code.
14894         Set _NET_WM_ICON_NAME in gdk_window_set_title and gdk_window_set_icon_name.
14895
14896         * gtk/gtkdialog.c (gtk_dialog_init):
14897         Set GDK_WINDOW_TYPE_HINT_DIALOG.
14898
14899         * gtk/gtkhandlebox.c (gtk_handle_box_realize):
14900         Set GDK_WINDOW_TYPE_HINT_TOOLBAR.
14901
14902         * gtk/gtkwindow.c:
14903         new function gtk_window_set_type_hint.
14904         On realize, set type hint and modal hint.
14905
14906         * gtk/gtkwindow.h:
14907         Added type_hint field and gtk_window_set_type_hint.
14908
14909 2001-03-05  Alexander Larsson  <alexl@redhat.com>
14910
14911         * gtk/gtklabel.[ch]:
14912         Convert from GtkArg to GParam (originally based on patch from Lee Mallabone).
14913         New function gtk_label_get_accel_keyval () to get the underline accelerator
14914         of the label. Setting the label pattern overrides other attributes.
14915
14916 Mon Mar  5 14:51:10 MET 2001  Sven Neumann  <sven@gimp.org>
14917
14918         * gtk/gtkrc.c: fixed compiler warnings by inserting some consts.
14919         Added missing initializers to gtk_rc_style_init().
14920
14921 Sun Mar 04  07:30:03 2001 CET Mikael Hermansson <mikeh@bahnhof.se>
14922
14923         * gtk/gtktextview.c: fixed bug #51097 about setting 
14924         gtk_text_view_set_border_window_size() if the widget is 
14925         already realized.
14926
14927 Sat Mar  3 16:59:16 2001  Owen Taylor  <otaylor@redhat.com>
14928
14929         * gdk/gdkpango.h gdk/x11/gdkwindow-x11.c: Doc fixes
14930
14931         * gdk/win32/gdkinput.c (gdk_device_get_axis): Remove doc
14932         comment. Won't do to have duplicated doc comments between
14933         the platform subdirs.
14934
14935 Sat Mar  3 16:26:33 2001  Owen Taylor  <otaylor@redhat.com>
14936
14937         * gdk/x11/gdkmain-x11.c gdk/x11/gdkkeys-x11.c 
14938           gdk/x11/gdkevents-x11.c gdk/x11/gdkprivate-x11.c:
14939
14940         Detectable auto-repeat - make a repeating key generate
14941         press/press/press/release instead of press/release pairs.
14942
14943         If we have Xkb and XkbSetDectableAutoRepeat supports
14944         that, we do it that way. Otherwise, when we get
14945         a release event, we check ahead with XPending to see
14946         if the next key is a KeyPress with the same keycode
14947         and timestamp. (Not 100% reliable, but pretty close.)
14948           
14949 Tue Feb 27 02:16:14 2001  Owen Taylor  <otaylor@redhat.com>
14950         
14951         * gtk/gtkmain.c (gtk_propagate_event): Only do special
14952         special key-press grab handling for widgets within
14953         GtkWindows. Otherwise, fall through to normal case.
14954  
14955         This prevents key events being sent twice to GtkInvisible
14956         widgets, which can cause all sorts of mischief.
14957  
14958 Fri Feb  2 13:20:12 2001  Owen Taylor  <otaylor@redhat.com>
14959  
14960         * gtk/gtkmain.c (gtk_propagate_event): When a grab
14961         widget is in effect, give the grab widget a first
14962         crack at KEY_PRESS/RELEASE events. (#424)
14963  
14964 Sat Mar  3 15:39:49 2001  Owen Taylor  <otaylor@redhat.com>
14965
14966         * gtk/gtkentry.c (gtk_entry_button_press): Add shift-clicking
14967         to extend the selection. (Roughly based on patch
14968         from Jay Cox, #50939)
14969
14970         * gtk/gtkentry.c (gtk_entry_button_press): Fix triple-clicking
14971         to properly handle previous GDK_BUTTON_PRESS. 
14972         (Patch from Jay Cox, #50938)
14973
14974         * gtk/gtkentry.c (gtk_entry_real_delete_text): Move the
14975         '\0' back along with the deleted text. (#51148)
14976
14977 Mon Jan 22 14:31:29 2001  Owen Taylor  <otaylor@redhat.com>
14978
14979         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Unshift
14980         the group when extracting it from the X keyboard event.
14981
14982         * modules/input/Makefile.am modules/input/imipa.c: 
14983         Simple module for entering IPA. (Do we need a 
14984         gtk-stupid-input-tricks CVS module?)
14985
14986 Sat Mar  3 13:32:47 2001  Owen Taylor  <otaylor@redhat.com>
14987
14988         * gtk/gtkimmodule.c (gtk_im_module_init): Remove spurious
14989         const.
14990
14991         * gdk-pixbuf-2.0.pc.in gtk+-2.0.pc.in: Fix include path.
14992
14993         * gtk/gtkdialog.c (gtk_dialog_set_default_response): If there
14994         is no focus widget for the dialog currently, grab the focus as well
14995         as the default.
14996
14997         * gtk/gtkdialog.c (gtk_dialog_set_default_response): Get
14998         the action area's children to iterate through, not the
14999         dialog's children.
15000
15001 Sat Mar  3 13:21:27 2001  Owen Taylor  <otaylor@redhat.com>
15002
15003         * tests/Makefile.am tests/testsocket.c tests/testsocket_child.c:
15004         Add plug-socket tests. (Won't work worth a darn until I commit
15005         the rest of the plug-socket changes, but no reason these
15006         can't go into CVS now.)
15007
15008 2001-03-02  Havoc Pennington  <hp@redhat.com>
15009
15010         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_flush): use
15011         _gdk_region_get_xrectangles()
15012
15013         * gdk/x11/gdkmain-x11.c (_gdk_region_get_xrectangles): new function
15014
15015         * gtk/testgtk.c (create_shapes): add test for shape_combine_region
15016
15017         * gdk/x11/gdkwindow-x11.c (gdk_window_shape_combine_region): new
15018         function, contributed by Ron Steinke    
15019
15020         * gdk/x11/gdkevents-x11.c (gdk_wmspec_supported): rename
15021         gdk_net_wm_supports
15022
15023         * gdk/gdkregion-generic.c (gdk_region_get_rectangles): 
15024         New function, contributed by Ron Steinke
15025
15026         * gtk/gtkentry.c (gtk_entry_get_layout_offsets): New function, 
15027         used to line up the text in the entry when using the entry for
15028         editable sheet cell hacks
15029
15030         * gtk/testgtk.c (create_entry): test the activate_default setting
15031         on GtkEntry
15032
15033         * gtk/gtkentry.c (gtk_entry_set_activates_default): New function to 
15034         cause the entry to activate the default button for a dialog when 
15035         activated
15036         (gtk_entry_get_activates_default): new function
15037
15038 Wed Feb 28 19:10:43 2001  Owen Taylor  <otaylor@redhat.com>
15039
15040         * gtk/gtkclist.c (real_remove_row): Patch from ChiDeok
15041         Hwang to move call to sync_selection() up a few lines
15042         to before the row list is modified, to fix crash when
15043         removing rows in the undo_selection list.
15044
15045         (Test case provided by Daniel Elstner:
15046
15047         http://mail.gnome.org/archives/gtk-list/2001-February/msg00359.html)
15048
15049 Fri Feb 23 15:06:48 2001  Owen Taylor  <otaylor@redhat.com>
15050
15051         * gtk/gtktree.c (gtk_tree_class_init): Do the setting
15052         of tree->root_tree in parent_set rather than _map(), 
15053         fixing #50892 in a bit better manner.
15054
15055 Thu Feb 22 17:07:58 2001  Owen Taylor  <otaylor@redhat.com>
15056
15057         * gtk/gtkmenu.c (gtk_menu_popup): Don't flip cursor. (#50934)
15058
15059 Tue Feb  2 11:22:33 2001  Jody Goldberg <jgoldberg@home.com>
15060
15061         * gtk/gtkstyle.c : Remove duplicate fwd decl for
15062         gtk_default_draw_shadow.
15063
15064 ue Feb 20 11:40:58 2001  Owen Taylor  <otaylor@redhat.com>
15065
15066         * gdk/gdkimage.c (gdk_image_new): Remove excess 
15067         warning, make warnings more verbose, treat a error
15068         in shmat as permanent, and don't try again.
15069         (#51163, Ed Randall.)
15070
15071 Mon Feb 19 20:15:28 2001  Owen Taylor  <otaylor@redhat.com>
15072
15073         * gtk/gtkrange.c (gtk_range_timer_1st_time): Add an initial
15074         delay for the first click before starting to scroll.
15075         (based on #51026, gtk-enf-990512-0.patch, Eric Fisher)
15076
15077         * gtk/gtktext.c: GtkText should have I-beam cursor. 
15078         (based on gtk-enf-990513-1.patch, Eric Fisher.)
15079
15080 Mon Feb 19 16:42:19 2001  Owen Taylor  <otaylor@redhat.com>
15081
15082         * gtk/gtklayout.c (gtk_layout_allocate_child): Tiny
15083         cleanup to remove some references to unused
15084         ->xoffset, ->yoffset.
15085
15086 Mon Feb 19 14:20:36 2001  Owen Taylor  <otaylor@redhat.com>
15087
15088         * gdk/gdkrgb.c (gdk_rgb_convert_555_br): Fix incorrect
15089         mask. (#51039, fix from Martin Maierhofer)
15090
15091 Fri Feb 16 20:09:42 2001  Owen Taylor  <otaylor@redhat.com>
15092
15093         * gtk/gtkctree.c (gtk_ctree_class_init): Add bindings
15094         for unshifted + and shifted = for non-us keyboards.
15095         Make <Control>+ and <Control>- work as well as 
15096         <Control>KP_Plus, <Control>KP_Minus for recursive
15097         open/close.  (#2682, René Seindal)
15098
15099 Fri Feb 16 18:50:59 2001  Owen Taylor  <otaylor@redhat.com>
15100
15101         * gtk/gtkmenushell.c (gtk_real_menu_shell_cancel): Unset
15102         the active menu item before deactivating the menu,
15103         so gtk_menu_popdown doesn't change the history. (#50964)
15104         
15105 Fri Feb 16 15:55:22 2001  Owen Taylor  <otaylor@redhat.com>
15106
15107         * gtk/gtktreeitem.c (gtk_tree_item_draw_lines): 
15108         draw lines with text_gc rather than black_gc.
15109         (Patch from Vlad Harchev <hvv hippo ru>, #50926)
15110
15111 Thu Mar  1 19:50:56 2001  Jonathan Blandford  <jrb@redhat.com>
15112
15113         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_realize_button):
15114         Move handling of buttons fully in gtktreeviewcolumn.  This code is
15115         less interrelated then it was, but it still requires the
15116         GtkTreeView to map it.
15117
15118         * test/testtreecolumn.c: Now I can add a column to one view,
15119         remove it, add it to the another view, remove it, then re-add it
15120         to the first.  Nifty.
15121
15122 Thu Mar  1 13:14:27 GMT 2001  Tony Gale <gale@gtk.org>
15123
15124         * docs/tutorial/gtk-tut.sgml: Minor corrections
15125
15126 Wed Feb 28 16:36:46 2001  Jonathan Blandford  <jrb@redhat.com>
15127
15128         * gtk/gtktreemodel.c (gtk_tree_row_reference_*): Sanitize
15129         GtkRowReference.
15130
15131 2001-02-28  Havoc Pennington  <hp@redhat.com>
15132
15133         * gtk/gtkwidget.h (struct _GtkWidgetClass): Remove draw_focus and
15134         draw_default
15135         (gtk_widget_draw_focus): remove this function; we could instead
15136         make it just gtk_widget_draw(), but in most cases I think the
15137         result would be broken user code, so think it's better to have
15138         that code not compile and get fixed
15139         (gtk_widget_draw_default): ditto
15140
15141         * gtk/gtkwidget.c: Add default handlers for focus_in_event and
15142         focus_out_event that set/unset GTK_HAS_FOCUS and call queue_draw
15143         
15144         * gtk/gtkwindow.c (gtk_window_set_default): just queue a draw when
15145         widgets lose/get the default, instead of calling draw_default
15146         
15147         * docs/Changes-2.0.txt: note about all this
15148
15149         Then fixed every widget in GTK, I won't list all the filenames.
15150
15151 Tue Feb 27 19:32:53 2001  Jonathan Blandford  <jrb@redhat.com>
15152
15153         * gtk/gtktreemodel.c (deleted_callback): Proxy out to
15154         _gtk_tree_row_reference_deleted.
15155         (inserted_callback): Proxy out to
15156         _gtk_tree_row_reference_inserted.
15157         (_gtk_tree_row_reference_new_from_view): Somewhat yukky hack to
15158         get around signal emission ordering problem.
15159
15160         * gtk/gtktreeselection.c (gtk_tree_selection_real_unselect_all):
15161         fix to work with SINGLE 
15162         (_gtk_tree_selection_internal_select_node): Major sanitization on
15163         selections.  SINGLE now seems to work.
15164
15165         * tests/Makefile.am: add testtreecolumn.c:
15166
15167         * tests/testtreecolumn.c: New test.  Mostly points out selection
15168         bugs currently, but will test columns later.
15169
15170         * gtk/gtkrbtree.c (_gtk_rbtree_remove_node): Fix really nasty
15171         selection bug.  I hate touching this code -- it's scary.
15172
15173 2001-02-26  Havoc Pennington  <hp@redhat.com>
15174
15175         * gtk/testgtk.c: test the window state stuff
15176
15177         * gtk/gtkwindow.c (gtk_window_present): new function, makes a
15178         window come to the user's attention as if it were just created
15179         (gtk_window_iconify): new function
15180         (gtk_window_deiconify): new function
15181         (gtk_window_stick): new function
15182         (gtk_window_unstick): new function
15183         (gtk_window_maximize): new function
15184         (gtk_window_unmaximize): new function
15185
15186         * gtk/gtkwidget.h, gtk/gtkwidget.c: add window_state_event signal
15187
15188         * gtk/gtkmain.c (gtk_main_do_event): handle GDK_WINDOW_STATE
15189
15190         * gdk/x11/gdkevents-x11.c: create window state events when
15191         appropriate
15192         (gdk_wmspec_supported): new function
15193
15194         * gdk/x11/gdkwindow-x11.c (gdk_window_iconify): handle
15195         iconification before showing the window
15196         (gdk_window_deiconify): new function
15197         (gdk_window_stick): new function
15198         (gdk_window_unstick): new function
15199         (gdk_window_maximize): new function
15200         (gdk_window_unmaximize): new function
15201
15202         * gdk/gdkwindow.c: store the window state in the window; 
15203         change to using the GDK_WINDOW_STATE_WITHDRAWN flag instead of
15204         window->mapped.
15205         (gdk_window_get_state): return the current window state
15206
15207         * gdk/gdkevents.c (gdk_event_get_time): handle GDK_WINDOW_STATE
15208         (gdk_event_get_state): handle GDK_WINDOW_STATE
15209         (gdk_synthesize_window_state): function to create the window state
15210         events
15211
15212         * gdk/gdkevents.h (struct _GdkEventWindowState): new type of
15213         event, for changes to "window state" such as maximized, sticky, 
15214         etc.
15215         
15216         * gdk/x11/gdkwindow-x11.c (gdk_window_focus): new function,
15217         focuses a window
15218
15219         * gdk/x11/gdkmain-x11.c (_gdk_wmspec_supported): new function, 
15220         finds out if we support a given WM spec hint
15221
15222 Tue Feb 27 13:37:38 GMT 2001  Tony Gale <gale@gtk.org>
15223
15224         * docs/faq/gtk-faq.sgml: New question re memory leaks.
15225
15226 2001-02-25  Hans Breuer  <hans@breuer.org>
15227
15228         * gdk/gdk.h : changed #ifdef GDK_DISBALE_DEPRECARED to #ifndef
15229         cause we want to loose those prototypes only in the latter case
15230
15231         * gdk/win32/gdkevents-win32.c : can't cast from GdkPixmap to
15232         GdkPixmapImplWin32 because it itsn't derived from it. Use the
15233         impl member variable instead
15234
15235         * gtk/gtk.def : updated
15236
15237         * gtk/gtklist.c : 
15238         * gtk/gtkmenus.c : include <string.h> for memset ()
15239
15240         * gtk/makefile.msc.in : updated and don't define GTK_COMPILATION
15241         for everthing built here, but for gtk-x.x.dll only. This solves
15242         problem of indifferent gtk type definitions
15243
15244 Sat Feb 24 20:11:39 2001  Jonathan Blandford  <jrb@redhat.com>
15245
15246         * gtk/gtkclipboard.h: actually put /* */ around #endif comment.
15247
15248 Fri Feb 23 17:50:13 2001  Jonathan Blandford  <jrb@redhat.com>
15249
15250         * gtk/gtktreeview.c (gtk_tree_view_bin_expose): Only draw the
15251         column that is exposed.
15252
15253         (_gtk_tree_view_update_size): Changed name from set_size, and
15254         changed function to do more work, and not force people calling it
15255         to figure out the size.  Simplifies a lot of code elsewhere.
15256
15257 2001-02-23  Alexander Larsson  <alexl@redhat.com>
15258
15259         * gdk/gdkpixmap.c (gdk_pixmap_colormap_new_from_pixbuf):
15260         return solid masks for xpms that have no transparent color.
15261         This makes the ..._create_from_xpm... API backwards
15262         compatible.
15263
15264 2001-02-23  Tor Lillqvist  <tml@iki.fi>
15265
15266         * README.win32: Update. Mention the gtk-1-3-win32-production
15267         branch.
15268
15269         * gdk/win32/bdfcursor.c: New file. A program that generates
15270         xcursors.h. Thanks to Stefan Ondrejicka.
15271
15272         * gdk/win32/xcursors.h: New file, contains the X cursor font in a
15273         compact format.
15274
15275         * gdk/win32/Makefile.am (EXTRA_DIST): Add new files.
15276
15277         * gdk/win32/gdkcursor-win32.c (_gdk_win32_data_to_wcursor): New
15278         function, uses xcursors.h.
15279         (gdk_cursor_new): Use _gdk_win32_data_to_wcursor to generate
15280         cursor from inline data instead of using LoadCursor() to generate
15281         it from a resource.
15282
15283         * gdk/win32/gdkevents-win32.c (gdk_event_translate): At button up
15284         event, must check the Windows message for mouse button state, as
15285         the GDK event state might not have been built if it is
15286         undelivered. Remove one goto.
15287
15288         * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): Call
15289         SetCursor() if the current cursor as returned by GetCursor() is
15290         the window's previous cursor. The ChildWindowFromPoint() test
15291         apparently didn't work correctly.
15292
15293         * gdk/win32/rc/*.cur: Remove.
15294
15295         * gdk/win32/rc/gdk.rc.in: Remove cursors.
15296
15297         * gdk/win32/rc/Makefile.am (EXTRA_DIST): Remove from here, too.
15298
15299         * gtk/makefile.{mingw,msc}.in: Updates.
15300
15301 Wed Feb 21 20:56:50 2001  Jonathan Blandford  <jrb@redhat.com>
15302
15303         * gtk/gtktreemodel.h: add functions for signal emission.
15304
15305         * gtk/gtktreestore.c: move to use above functions instead of
15306         g_signal_emit.
15307
15308         * gtk/gtkliststore.c: ditto
15309
15310 Wed Feb 21 15:41:34 2001  Jonathan Blandford  <jrb@redhat.com>
15311
15312         * gtk/gtktreestore.c: removed signals.  Moved to inherit from
15313         GObject instead of GtkObject.
15314
15315         * gtk/gtkliststore.c: ditto.
15316
15317         * gtk/gtktreemodelsort.c: ditto.
15318
15319         * gtk/gtktreemodel.c (gtk_tree_model_base_init): moved signals to
15320         GtkTreeModelIface, instead of in each model.
15321
15322 2001-02-21  Havoc Pennington  <hp@redhat.com>
15323
15324         * gtk/gtktextbuffer.c (gtk_text_buffer_insert_child_anchor):
15325         unbreak this function
15326
15327         * gtk/gtkentry.c: apply patch from Lee Mallabone to add object 
15328         properties
15329
15330         * gtk/gtkcurve.c: apply patch from Lee Mallabone to add object
15331         properties
15332
15333         * gtk/gtkcombo.c: apply patch from Lee Mallabone to add object 
15334         properties
15335
15336         * gtk/gtkentry.c (gtk_entry_set_max_length): have this take -1 to
15337         mean unset the max length
15338
15339 Wed Feb 21 14:23:05 2001  Jonathan Blandford  <jrb@redhat.com>
15340
15341         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_cell_data_func):
15342         Changed name to be set_cell_data_func to make it clear what
15343         the functino does.  Close bug #51069.
15344
15345 Tue Feb 20 16:49:00 2001  Jonathan Blandford  <jrb@redhat.com>
15346
15347         * gtk/testgtk.c (main): Remove turning on of profiling malloc,
15348         have memory actually freed.  Keeps box running longer.
15349
15350 2001-02-21  Alexander Larsson  <alexl@redhat.com>
15351         
15352         * gtk/gtkseparatormenuitem.[ch]:
15353         Added new menu separator item. The drawing and size handling
15354         is still done in GtkMenuItem, but the API is a bit more sane.
15355         
15356         * gtk/Makefile.am:
15357         Add gtkseparatormenuitem.[ch].
15358
15359         * gtk/gtk.h:
15360         Add gtkseparatormenuitem.h.
15361         
15362         * gtk/gtkentry.c:
15363         * gtk/gtkmenufactory.c:
15364         * gtk/gtktextview.c:
15365         Use the new API for menu separators.
15366         
15367         * demos/gtk-demo/menus.c (create_menu):
15368         Add some GtkSeparatorMenuItem demo code.
15369
15370 2001-02-20  Havoc Pennington  <hp@redhat.com>
15371
15372         * gtk/gtkaspectframe.c: Convert to new property API, patch from 
15373         Lee Mallabone
15374
15375         * gtk/gtkarrow.c: Convert to new property API, patch from 
15376         Lee Mallabone
15377
15378 Tue Feb 20 14:26:41 2001  Jonathan Blandford  <jrb@redhat.com>
15379
15380         * tests/testtreeview.c (toggled_callback): fix to reflect change
15381         in GtkTreeModelStore.
15382
15383 Tue Feb 20 12:16:12 2001  Jonathan Blandford  <jrb@redhat.com>
15384
15385         * gtk/gtkiconfactory.c (gtk_icon_set_new_from_pixbuf): New
15386         function to create an icon set from a pixbuf.
15387
15388 2001-02-20  Alexander Larsson  <alexl@redhat.com>
15389
15390         * gtk/gtkcellrenderertext.[ch]:
15391         Add a "markup" property.
15392
15393         * gtk/treestoretest.c:
15394         Use the markup property, remove some leftover stuff from
15395         GtkTreeModelMapping.
15396
15397 2001-02-20  Alexander Larsson  <alexl@redhat.com>
15398
15399         * gtk/gtklabel.c (gtk_label_set_selectable):
15400         Queue a redraw if the selectable setting was changed.
15401
15402 2001-02-20  Alexander Larsson  <alexl@redhat.com>
15403
15404         * gdk/linux-fb/gdkgc-fb.c (gdk_gc_copy):
15405         Actually copy the whole gc, not just the public parts.
15406         
15407         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_new):
15408         GDK_WINDOW_TEMP are not toplevel. Fixes selectable
15409         labels.
15410
15411 2001-02-19  Havoc Pennington  <hp@pobox.com>
15412
15413         * gdk/gdkwindow.c: docs
15414
15415         * gdk/gdkrgb.c: docs
15416
15417         * gdk/gdkregion-generic.c: docs
15418
15419         * gdk/gdkgc.c (gdk_gc_set_values): docs
15420
15421         * gdk/gdkdraw.c: docs
15422
15423         * gdk/gdkdrawable.h: deprecate drawable get/set data
15424
15425 Mon Feb 19 20:37:35 2001  Jonathan Blandford  <jrb@redhat.com>
15426
15427         * demos/gtk-demo/dialog.c: Add simple new demo.
15428
15429 2001-02-19  Havoc Pennington  <hp@redhat.com>
15430
15431         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): add
15432         insert_child_anchor signal, bug #50245
15433
15434         * gtk/gtktextbtree.c (_gtk_text_btree_insert_child_anchor): change
15435         from create_child_anchor, so the anchor is passed in
15436
15437         * gtk/gtktextchild.c (gtk_text_child_anchor_new): new function
15438         (_gtk_widget_segment_new): have the child anchor object passed in, 
15439         instead of creating it.
15440
15441         * gtk/gtktextbuffer.c (gtk_text_buffer_modified): rename
15442         to gtk_text_buffer_get_modified
15443
15444 2001-02-19  Havoc Pennington  <hp@redhat.com>
15445
15446         * gtk/gtktreemodel.c (gtk_tree_model_get_valist): hmm, someone
15447         changed GLib without fixing GTK
15448
15449         * gtk/gtkrange.h: Rename all the stupid implementation detail 
15450         functions to have an underscore in front. Most of them should 
15451         probably just go away, but for starters don't export them.
15452         Bug #50482
15453
15454 2001-02-19  Havoc Pennington  <hp@redhat.com>
15455
15456         * gdk/gdkcolor.h: test was backward, so deprecated functions were
15457         excluded by default
15458
15459         * gtk/gtkstyle.c (gtk_default_draw_diamond): draw etched in/out,
15460         clean up the old code a bit
15461
15462         * gtk/gtkradiobutton.c (gtk_radio_button_draw_indicator): draw
15463         inconsistent state
15464
15465         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_draw_indicator):
15466         draw inconsistent state
15467
15468         * gtk/testgtk.c (create_toggle_buttons): add test for inconsistent
15469         (create_menu): add inconsistent test
15470
15471         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_set_inconsistent):
15472         new function
15473         (gtk_check_menu_item_get_inconsistent): new function
15474         (gtk_real_check_menu_item_draw_indicator): draw the inconsistent
15475         state (using etched in for now)
15476
15477         * gtk/gtkcheckbutton.c (gtk_real_check_button_draw_indicator):
15478         draw inconsistent state
15479
15480         * gtk/gtktogglebutton.c (gtk_toggle_button_set_inconsistent): new
15481         function, used when the user has selected a range of stuff in
15482         different states
15483         (gtk_toggle_button_get_inconsistent): accessor for that
15484         (gtk_toggle_button_paint): draw inconsistent state (etched in?
15485         don't know what else to do)
15486
15487 2001-02-19  Hans Breuer <hans@breuer.org>
15488
15489         * gtk/gtk.def : updated exported symbols
15490
15491         * gtk/makefile.msc.in : updated
15492
15493         * gtk/gtkstyle.c (gtk_style_realize) : gets called without
15494         a colormap, when invoked from testgtk::entry. I'm not sure where
15495         the bug is, but g_return_if_fail (GDK_IS_COLORMAP (colormap));
15496         avoids immediate crashing ...
15497
15498         * gtk/gtkmain.c (check_setugid) : totally disabled on win32;
15499         any objections ?
15500
15501         * gtk/gtktreemodel.c : called G_VALUE_LCOPY with an extra
15502         0 parameter. At least msvc doesn't like macros with var args. 
15503         I simply removed the extra 0, was it a feature or a typo ?
15504
15505         * gtk/gtktreeviewcolumn.[hc] (gtk_tree_view_column_set_func) :
15506         removed the extra indirection from the GtkTreeViewColumnFunc parameter,
15507         because the value assignment to the internal struct wasn't working.
15508         I'm not absolutely sure. The problem could have been resolved by
15509         changing the "func" declartion in the struct, but was the pointer
15510         to the function pointer intended ?
15511
15512         * gtk+/gtk/gtktreedatalist.c : include gboxed.h
15513
15514         * gdk/gdk.def : updated exported symbols
15515
15516         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_image) :
15517         only use SetDIBitsToDevice if there is a palette at the drawable
15518         and the image is GDK_VISUAL_PSEUDO_COLOR
15519
15520         * gdk/win32/gdkkeys-win32.c : msvc still has no <unistd.h> ...
15521
15522         * gdk/win32/gdkwindow-win32.c : #include "gdk.h" /* gdk_rectangle_intersect */
15523
15524         * gdk/*/makefile.msc : updated
15525
15526 2001-02-19  Havoc Pennington  <hp@redhat.com>
15527
15528         * demos/gtk-demo/Makefile.am (INCLUDES): GDK_DISABLE_COMPAT_H,
15529         GDK_DISABLE_DEPRECATED (we need to merge those two #defines)
15530
15531         * gdk/x11/gdkmain-x11.c (gdk_key_repeat_disable): nuke
15532         (gdk_key_repeat_restore): nuke
15533
15534         * gdk/gdk.c (gdk_exit_func): #if 0 this for now, don't install it
15535         (gdk_init_check): no atexit func
15536
15537         * gdk/gdkrgb.h: mark some stuff deprecated
15538
15539         * gdk/gdkcolor.h: mark some stuff deprecated
15540         
15541         * gdk/gdk.h: deprecated gdk_exit, gdk_input_*
15542
15543         * gdk/gdkfont.h: bracket in GDK_DISABLE_DEPRECATED
15544
15545 2001-02-16  Havoc Pennington  <hp@redhat.com>
15546
15547         * gtk/gtkvscrollbar.c (gtk_vscrollbar_trough_keys): use the visual
15548         scroll steps.
15549
15550         * gtk/gtkvscale.c (gtk_vscale_trough_keys): use the visual scroll
15551         steps, and add Ctrl-arrow shortcuts for paging visually as with
15552         HScale, since Page Up and Page Down move logically.
15553
15554         * gtk/gtkenums.h (GtkScrollType): add GTK_SCROLL_STEP_UP,
15555         GTK_SCROLL_STEP_DOWN, etc. for visual scroll directions
15556         
15557         * gtk/gtkrange.c (gtk_range_key_press): handle the visual scroll
15558         steps
15559         (gtk_range_scroll): handle the visual steps
15560
15561         * gtk/gtklist.c (gtk_list_scroll_horizontal): handle the up/down
15562         scroll steps
15563
15564         * gtk/gtkhscale.c (gtk_hscale_trough_keys): use the visual scroll
15565         steps, not the logical ones.
15566
15567         * gtk/gtkclist.c (move_focus_row): handle the up/down scroll steps
15568         (scroll_vertical): handle up/down steps
15569
15570 2001-02-19 Alexander Larsson  <alexl@redhat.com>
15571
15572         * gdk/linux-fb/gdkimage-fb.c (gdk_image_new_bitmap):
15573         Copy data and free data with free().
15574
15575         * gdk-pixbuf/gdk-pixbuf.c:
15576         * gdk-pixbuf/io-jpeg.c:
15577         * gdk-pixbuf/io-png.c:
15578         Use g_try_malloc/g_free instead malloc/free.
15579         
15580         * gdk-pixbuf/test-gdk-pixbuf.c:
15581         Must... initialize... gobject...
15582         
15583         * gdk-pixbuf/pixops/timescale.c:
15584         * gtk/gtkcalendar.c:
15585         Use g_malloc instead of malloc.
15586         
15587 2001-02-19 Alexander Larsson  <alla@lysator.liu.se>
15588
15589         * gtk/testgtkrc:
15590         Comment out property assignments, these don't work yet.
15591
15592 2001-02-17  Havoc Pennington  <hp@pobox.com>
15593
15594         * gtk/gtkalignment.c (gtk_alignment_class_init): clean this up a
15595         bit.
15596
15597 2001-02-17  Havoc Pennington  <hp@pobox.com>
15598
15599         * gtk/gtklabel.c (gtk_label_ensure_layout): fix screwup with
15600         shadowed variables that had broken size request in some cases,
15601         leading to bogus tooltips (#50996)
15602
15603 2001-02-06  Jon K Hellan  <hellan@acm.org>
15604
15605         Implement fast browsing of tooltips, bug #50619
15606         
15607         * gtk/gtktooltips.h (struct _GtkTooltips): Add use_sticky_delay
15608         and last_popdown
15609         
15610         * gtk/gtktooltips.c (gtk_tooltips_init): Initialize sticky_delay,
15611         use_sticky_delay and last_popdown.
15612         (gtk_tooltips_draw_tips, gtk_tooltips_set_active_widget): Record
15613         time of popdown.
15614         (gtk_tooltips_set_active_widget): Unset sticky behaviour if widget
15615         is NULL.
15616         (gtk_tooltips_recently_shown): New static function.  Return true
15617         if < sticky_delay has elapsed since last popdown.
15618         (gtk_tooltips_event_handler): Display window after sticky_delay
15619         (presumably < normal delay) if < STICKY_REVERT_DELAY has elapsed
15620         since last popdown.
15621         
15622 2001-02-17  Havoc Pennington  <hp@pobox.com>
15623
15624         * gtk/gtktypeutils.h (GtkSignalFunc): change it to take (void)
15625         instead of (). #6394
15626
15627         * gtk/gtkprogressbar.c (gtk_progress_bar_get_text): Add
15628         G_CONST_RETURN, make it return by reference, #50473
15629         
15630 Sat Feb 17 06:47:27 2001  Tim Janik  <timj@gtk.org>
15631
15632         * gtk/gtkmenu.c (gtk_menu_motion_notify): default initialize the
15633         generated ENTER_NOTIFY event with 0, otherwise not explicitely
15634         setup fields contain garbage (e.g. subwindow, breaking
15635         gdk_drawable_ref() upon event copy).
15636         (gtk_menu_stop_navigating_submenu_cb): same here.
15637
15638         * gtk/gtklist.c (gtk_list_vertical_timeout): 
15639         * gtk/gtklist.c (gtk_list_horizontal_timeout): 
15640         * gtk/gtkclist.c (vertical_timeout): 
15641         * gtk/gtkclist.c (horizontal_timeout): change direct assignment
15642         default-zero-intialization for unions to memset(,0,), as unions are
15643         not fully default-zero-initialized by compilers (GdkEvent x = { 0, };
15644         has to become GdkEvent x; memset (&x, 0, sizeof (x)); )
15645
15646         * gtk/gtktreeview.c (gtk_tree_view_set_rows_drag_source): scratch
15647         g_closure_sink() warning.
15648
15649         * gtk/gtktreemodel.c (gtk_tree_model_get_valist): 
15650         * gtk/gtktreestore.c (gtk_tree_store_set_valist): 
15651         * gtk/gtkliststore.c (gtk_list_store_set_valist): 
15652         fix G_VALUE_COLLECT() and G_VALUE_LCOPY() calls.
15653         
15654 Fri Feb 16 17:49:59 2001  Jonathan Blandford  <jrb@redhat.com>
15655
15656         * gtk/gtktreestore.[hc], gtk/gtkliststore.[ch]: removed
15657         gtk_*_store_get, and moved to GtkTreeModel.
15658
15659         * gtk/gtktreemodel.h (gtk_tree_model_set{v,}): Added
15660
15661         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_finalize): added.
15662
15663         * gtk/Makefile.am: remove gtktreemodelmapping.[ch]
15664
15665         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_func): let you
15666         set the func.
15667
15668         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_cell_data):
15669         freeze/thaw notify between setting all the properties for a cell.
15670
15671         * gtk/gtk.h: remove gtktreemodelsimple.h, and gtktreemodelmapping.h
15672
15673 2001-02-15  Havoc Pennington  <hp@redhat.com>
15674
15675         * gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region): convert
15676         the X coordinates so they're with respect to the line, rather than 
15677         with respect to the layout.
15678
15679         * gtk/gtkalignment.c: Convert to new property API, patch from Lee
15680         Mallabone
15681
15682         * gtk/testgtk.c (create_range_controls): add vscale tests, 
15683         and inverted test
15684
15685         * gtk/gtkrange.c (gtk_range_set_inverted): new function to fix 
15686         #50806
15687
15688         * gtk/gtkentry.c (gtk_entry_get_text): add G_CONST_RETURN
15689
15690         * gtk/gtktextiter.h (gtk_text_iter_is_last): rename 
15691         gtk_text_iter_is_end
15692
15693         * gtk/gtktextbuffer.h (gtk_text_buffer_get_last_iter):
15694         rename gtk_text_buffer_get_end_iter
15695
15696         * gtk/testgtk.c (create_labels): Add test for selectable
15697
15698         * gtk/gtkentry.c (gtk_entry_draw_text): Use new GDK API to draw
15699         the selection stuff. This code is kind of broken since it doesn't 
15700         use the theme engine.
15701
15702         * gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region): 
15703         fix infinite loop and y offset problem
15704         (gdk_draw_layout_line_with_colors): fix foreground color handling
15705
15706         * gtk/gtklabel.h, gtk/gtklabel.c: Implement a "selectable" flag 
15707         that makes the label selectable.
15708         
15709         * gtk/gtklabel.c (gtk_label_style_set): recreate the label's
15710         layout when the style is set, since fonts etc. could have changed.      
15711
15712 Fri Feb 16 14:22:05 2001  Jonathan Blandford  <jrb@redhat.com>
15713
15714         * gtk/Makefile.am: Removed gtktreemodelsimple.[ch]
15715
15716         * gtk/gtktreemodelsimple.[ch]: removed.
15717
15718 2001-02-16  Alexander Larsson  <alexl@redhat.com>
15719
15720         * gtk/gtktreemodelmapping.[ch]:
15721         New files. Implement GtkTreeModelMapping.
15722         
15723         * gtk/Makefile.am:
15724         Add gtktreemodelmapping.[ch].
15725         
15726         * gtk/gtk.h:
15727         Add gtktreemodelmapping.h
15728
15729         * gtk/treestoretest.c:
15730         Test the GtkTreeModelMapping
15731
15732 Tue Feb 13 13:16:09 2001  Jonathan Blandford  <jrb@redhat.com>
15733
15734         * demos/gtk-demo/panes.c (create_pane_options): If we're going to
15735         have a demo, we might as well pass in real values.  Thanks to
15736         clahey for pointing this out.
15737
15738 2001-02-14  Havoc Pennington  <hp@pobox.com>
15739
15740         * gtk/gtkimagemenuitem.c (gtk_image_menu_item_remove): add
15741         "static" to a private function
15742         (gtk_image_menu_item_class_init): remove destroy handler,
15743         add "image" object property
15744
15745 2001-02-13  Alexander Larsson  <alla@lysator.liu.se>
15746
15747         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_clip_region):
15748         Add a shortcut if the window and the current clip_region doesn't
15749         overlap. This is needed when there are a lot of windows in a
15750         window. The layout test in testgtk is a good test.
15751
15752         * gdk/linux-fb/gdkwindow-fb.c:
15753         Whitespace fix.
15754
15755 2001-02-13  Sven Neumann  <sven@convergence.de>
15756
15757         * demos/testanimation.c: replaced deprecated gtk_drawing_area_size
15758
15759 2001-02-13  Alexander Larsson  <alexl@redhat.com>
15760
15761         * gdk/linux-fb/gdkcursor-fb.c (gdk_fb_cursor_unhide):
15762         Don't reference last_cursor if it is null. Fixes crash when rotating
15763         the screen before having moved the mouse.
15764
15765         * gdk/linux-fb/gdkcc-fb.c: Zapp!
15766
15767         * gdk/linux-fb/Makefile.am: Don't compile gdkcc-fb.c
15768
15769         * gdk/linux-fb/gdkwindow-fb.c: Fix typo. width->height. Fixes redraw 
15770         when using 90 or 270 degrees rotation.
15771
15772 2001-02-12  Havoc Pennington  <hp@pobox.com>
15773
15774         * gdk/gdkpango.c (gdk_pango_get_gc): fix bug where 
15775         it always set the foreground, even if we were only using
15776         a stipple.
15777         (gdk_draw_layout_line_with_colors): new function, allow
15778         override colors
15779         (gdk_draw_layout_with_colors): new function, allow override
15780         colors
15781         (gdk_pango_layout_line_get_clip_region): function to get the clip
15782         region for a logical text range
15783         (gdk_pango_layout_get_clip_region): get the clip region for a
15784         logical text range
15785
15786         * gdk/x11/gdkcolor-x11.c: forward declare gdk_colormap_sync(),
15787         (gdk_colormap_new): fix call to gdk_colormap_sync() so it has 
15788         the right number of arguments.
15789
15790         * gtk/gtktextbtree.c (gtk_text_btree_node_check_consistency):
15791         enhance the function to check that node data corresponds to a 
15792         view still belonging to the tree.
15793
15794         * gtk/gtktreeview.c (gtk_tree_view_changed): we were leaking the 
15795         GtkTreePath
15796         (gtk_tree_view_inserted): ditto
15797         (gtk_tree_view_child_toggled): ditto
15798
15799         * gtk/gtktreemodel.c (gtk_tree_path_append_index): use realloc to
15800         simplify this code.
15801
15802         * gtk/gtkcellrenderertext.c (get_layout): fix leak of 
15803         a PangoAttrList
15804
15805         * demos/gtk-demo/main.c (load_file): Fix leak of a GString
15806
15807         * gtk/gtkentry.c (gtk_entry_realize): Fix leak of a GdkCursor
15808
15809         * gtk/gtkmenubar.c (gtk_menu_bar_size_request): consider toggle
15810         size in the size request 
15811         (gtk_menu_bar_size_allocate): consider toggle size here
15812
15813         * gtk/gtkimagemenuitem.h, gtkimagemenuitem.c: Menu item
15814         that displays a widget in the toggle slot
15815
15816         * gtk/testgtk.c: test GtkImageMenuItem
15817
15818         * gtk/Makefile.am, gtk/gtk.h: Add GtkImageMenuItem
15819         
15820         * gtk/gtkmenuitem.h: Use "gint" not "guint16" for toggle size
15821         request and allocation
15822
15823         * gtk/gtkmenu.c (gtk_menu_size_request): use gint not guint16
15824
15825         * gtk/gtkcheckmenuitem.c
15826         (gtk_check_menu_item_toggle_size_request): ditto
15827         
15828 Mon Feb 12 23:43:30 2001  Owen Taylor  <otaylor@redhat.com>
15829
15830         * gtk/Makefile.am (gdk_headers): Remove gdkcc.h 
15831         reference.
15832
15833         * configure.in gtk/gtkmain.c: Add checks for setuid/setgid,
15834         and refuse to initialize GTK+ if they fail.
15835
15836 Mon Feb 12 15:02:07 2001  Owen Taylor  <otaylor@redhat.com>
15837
15838         * configure.in: Add check for gtk-doc version.
15839
15840 Thu Feb  8 17:18:26 2001  Owen Taylor  <otaylor@redhat.com>
15841
15842         * gtk/gtklabel.c (gtk_label_size_request): Fix bug
15843         where the xpad/ypad was only being used on one side!
15844
15845 2001-02-11  Tor Lillqvist  <tml@iki.fi>
15846
15847         * gdk/win32/gdkcolor-win32.c (gdk_colormap_query_color): New
15848         function, copied from X11 version.
15849
15850         * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): Eliminate
15851         DestroyCursor failures. The reason for the problem (despite the
15852         inconsistent messages from GetLastError()) was that
15853         DestroyCursor() cannot be called while a cursor is set in a
15854         window. Set the new cursor first and then destroy the old one.
15855         Thanks to jpe@archaeopteryx.com.
15856
15857         * gdk/win32/gdkcc-win32.c: Remove.
15858
15859         * gdk/win32/Makefile.am: Remove from here, too.
15860         
15861         * gdk/gdk.def
15862         * gdk/makefile.mingw.in: Update. Godbye GdkColorContext.
15863
15864         * gtk/gtk.def
15865         * gtk/makefile.mingw.in: Updates.
15866
15867 2001-02-08  Havoc Pennington  <hp@redhat.com>
15868
15869         * gtk/gtkbin.c (gtk_bin_add): better error message if you try to
15870         add a widget to a bin that already has a child.
15871
15872         * gdk/gdkcc.h, gdk/gdkcc-x11.c: Remove GdkColorContext, #50512
15873
15874         * docs/Changes-2.0.txt: note that GdkColorContext is gone.
15875         
15876         * gdk/x11/Makefile.am (libgdk_x11_la_SOURCES): remove gdkcc-x11.c
15877
15878         * gdk/gdk.h: remove gdkcc.h
15879
15880         * gdk/Makefile.am (gdk_public_h_sources): remove gdkcc.h
15881
15882         * gtk/gtkpixmap.c (build_insensitive_pixmap): rewrite using
15883         GdkPixbuf, since the previous implementation was GdkColorContext
15884         dependent.
15885
15886         * gtk/testgtk.c (create_pixmap): add test for insensitive GtkPixmap
15887         
15888 Thu Feb  8 19:00:00 2001  Jonathan Blandford  <jrb@redhat.com>
15889
15890         * gtk/gtktreeview.c (TREE_VIEW_VERTICAL_SEPARATOR): moved back to
15891         a sane value!
15892
15893 2001-02-08  Havoc Pennington  <hp@redhat.com>
15894
15895         * gtk/gtkstyle.c (get_darkened_gc): let's darken colors, not
15896         lighten them.
15897
15898 2001-02-08  Havoc Pennington  <hp@redhat.com>
15899
15900         * gtk/gtktextview.c (gtk_text_view_destroy_layout): remove
15901         validation idle
15902
15903         * demos/gtk-demo/main.c (create_tree): adjust to changes in text
15904         cell renderer
15905
15906         * demos/pixbuf-demo.c (timeout): remove deprecated
15907         gtk_widget_draw
15908
15909         * demos/testpixbuf-save.c (main): remove deprecated
15910         gtk_drawing_area_size
15911
15912         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): allocate
15913         buttons even if the model isn't setup. gtk_tree_view_check_dirty()
15914         at the start of the allocation.
15915         (gtk_tree_view_check_dirty): handle column->button == NULL, handle
15916         unsetup or NULL model.
15917
15918         * gtk/gtkstyle.c (gtk_default_draw_flat_box): drawing for the 
15919         even/odd/sorted cells in the tree view.
15920
15921         * gtk/gtktreeselection.c (gtk_tree_selection_real_unselect_all):
15922         bugfixes
15923
15924         * gtk/gtktreeview.c: assorted bugfixy stuff. Draw the row
15925         backgrounds with draw_flat_box using different detail for even/odd
15926         rows.
15927
15928         * gtk/gtkrbtree.c, gtkrbtree.h: Keep track of the parity of each
15929         row, so we can draw the alternating colors thing
15930
15931         * gtk/gtktexttag.c (gtk_text_tag_set_property): if we change a
15932         property from a synonym property, notify for the synonym.
15933         Also, nuke the background_gdk_set and foreground_gdk_set synonyms
15934         (gtk_text_tag_get_property): Always return the font, even if
15935         all its fields aren't set
15936
15937         * gtk/gtkcellrenderertext.h (struct _GtkCellRendererText): don't
15938         store the attr list; it leaves us with no way to change attributes
15939         in _render according to the render flags, and no way to implement
15940         get_property. Instead store all the specific text attributes. 
15941         Separate whether an attribute is enabled from its value. Sync all
15942         properties with GtkTextTag, make them all consistent, etc.
15943
15944         * gtk/gtkcellrenderer.h: Add a flag GTK_CELL_RENDERER_SORTED so
15945         renderers can highlight the sort row/column     
15946
15947         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_get_property): use
15948         accessor functions to get values; this has the side effect of
15949         showing up which accessor functions were missing. Added those.
15950
15951         * gtk/gtktreeviewcolumn.h: Replace set_justification with
15952         set_alignment, to be consistent with GtkLabel, GtkMisc
15953
15954         * gtk/gtktreeviewcolumn.c: Added code to display sort indicator
15955         arrow.
15956
15957         * gtk/Makefile.am (gtk_public_h_sources): add gtktreesortable.h
15958
15959         * gtk/gtktreesortable.h: updates in here
15960
15961 2001-02-07  Sven Neumann  <sven@convergence.de>
15962
15963         * gtk/gtkentry.c (gtk_entry_draw_text): convert area_height to 
15964         pango dimensions after painting the background. We used to draw
15965         gigantic flat boxes here.
15966
15967 Mon Feb  5 22:05:57 2001  Owen Taylor  <otaylor@redhat.com>
15968
15969         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image): Fix syntax
15970         error introduced with earlier commit) (pointed out by
15971         Ollie Lho)
15972
15973 Mon Feb  5 12:25:06 2001  Owen Taylor  <otaylor@redhat.com>
15974
15975         * gtk/gtkbutton.c: Remove calls to gtk_grab_add/gtk_grab_remove,
15976         which are no longer necessary.
15977
15978 Mon Feb  5 13:22:54 GMT 2001  Tony Gale <gale@gtk.org>
15979
15980         * docs/faq/gtk-faq.sgml: s/MISK/MISC/
15981
15982 2001-02-04  Tor Lillqvist  <tml@iki.fi>
15983
15984         * gdk/gdk.def
15985         * gdk/win32/gdkim-win32.c (gdk_ic_attr_new, gdk_ic_attr_destroy):
15986         Provide dummy implementations.
15987
15988 Sun Feb  4 07:55:17 2001  Tim Janik  <timj@gtk.org>
15989
15990         * gtk/gtksignal.h: removed gtk_signal_init() compat define.
15991
15992         * gtk/gtktypeutils.[hc]: gtk_tpye_init() take an additional argument
15993         GTypeDebugFlags debug_flags and pass it on to g_type_init ();
15994         deprecated this function.
15995
15996         * gdk/gdk.c (gdk_init_check): call g_type_init () with 0 as
15997         argument.
15998
15999 Sun Feb  4 07:45:45 2001  Tim Janik  <timj@gtk.org>
16000
16001         * gtk/gtkdebug.h: nuke GTK_DEBUG_OBJECTS and GTK_DEBUG_SIGNALS.
16002
16003 2001-02-03  Havoc Pennington  <hp@pobox.com>
16004
16005         * gtk/gtktextbtree.c (_gtk_text_btree_tag): Fix bug reported by
16006         Mikael Hermansson with patch from Mikael (if there was a toggle
16007         start one after the first character in the range, this function
16008         was broken). Bug #50380
16009
16010 Sat Feb  3 11:28:03 2001  Owen Taylor  <otaylor@redhat.com>
16011
16012         * configure.in: Remove confusing comment about X11.
16013
16014 Fri Feb  2 19:21:23 2001  Owen Taylor  <otaylor@redhat.com>
16015
16016         * gdk/gdkwindow.c (gdk_propagate_shapes): Surround additional
16017         regions with HAVE_SHAPE_EXT. (#50511, Eric Ding)
16018         
16019 Fri Feb  2 18:31:54 2001  Owen Taylor  <otaylor@redhat.com>
16020
16021         * gdk/x11/gdkimage-x11.c: Remove definition of _XOPEN_SOURCE, since
16022         it breaks things on BSD. If you want to compile GTK+ with
16023         -ansi -pedantic, you should supply CPP_FLAGS=_XOPEN_SOURCE 
16024         when configuring, since GTK+ simply can't be "pure ANSI" 
16025         in the header files it uses. (#8170, Greg Hudson)
16026
16027 2001-02-02  Havoc Pennington  <hp@redhat.com>
16028
16029         * gtk/gtkwindow.c: docs
16030
16031         * gtk/gtkwidget.c: docs
16032         (gtk_widget_set_colormap): add a reference to the colormap
16033         (gtk_widget_get_default_colormap): add a reference to the colormap
16034
16035         * gtk/gtktextbtree.c (gtk_text_mark_set_visible): docs
16036
16037         * gtk/gtktextiter.c: docs
16038
16039         * gtk/gtkmain.c (gtk_propagate_event): docs
16040
16041         * gtk/gtkpaned.c (gtk_paned_get_position): docs
16042         (gtk_paned_set_position): docs
16043
16044         * gtk/gtktreesortable.h (struct _GtkTreeSortableIface): Initial
16045         sort interface, no implementation yet.
16046
16047         * demos/testpixbuf.c (new_testrgb_window): replace
16048         gtk_drawing_area_size() with gtk_widget_set_usize()
16049
16050         * demos/testpixbuf-drawable.c (main): ditto
16051         
16052         * gtk/testgtk.c: remove use of GtkStatusbarMsg
16053
16054         * gtk/gtktextbuffer.c: docs
16055
16056         * gtk/gtkstock.c: docs
16057
16058         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_set_shadow_type): docs
16059
16060         * gtk/gtkoptionmenu.c (gtk_option_menu_get_history): docs
16061
16062         * gtk/gtklabel.c (gtk_label_set_markup_with_accel): fix docs
16063         
16064         * gtk/gtkimage.c: add some docs in here
16065         (gtk_image_size_request): change name of
16066         gtk_widget_render_stock_icon
16067         (gtk_image_get_icon_set): don't dup returned string
16068         (gtk_image_get_icon_set): don't dup returned string
16069
16070         * gtk/gtkwidget.c (gtk_widget_render_icon): rename from 
16071         gtk_widget_render_stock_icon(), more consistent with gtkstyle.h
16072         and gtkiconfactory.h functions
16073
16074         * gtk/gtkiconfactory.c: add some docs in here
16075
16076         * gtk/gtkmain.c (gtk_get_default_language): document
16077         (gtk_get_current_event): document
16078         (gtk_get_current_event_state): document
16079         (gtk_get_event_widget): document
16080
16081         * gtk/gtkentry.c (gtk_entry_set_invisible_char): document
16082
16083         * gtk/gtkcontainer.c: Add some documentation
16084         (gtk_container_add): give a more explanatory warning on adding an
16085         already-parented widget, this is kind of a FAQ and also a common
16086         typo that's easier to debug with a nice warning 
16087
16088         * gtk/gtkcellrenderertoggle.c
16089         (gtk_cell_renderer_toggle_get_active): remove, I was on crack
16090         adding this, it's useless
16091         (gtk_cell_renderer_toggle_set_active): remove
16092         (gtk_cell_renderer_toggle_get_radio): add
16093
16094         * gtk/gtkcellrenderer.c (gtk_cell_renderer_get_size): don't allow
16095         the NULL cell renderer, that doesn't make any sense to me. 
16096
16097         * demos/gtk-demo/Makefile.am (INCLUDES): -DGTK_DISABLE_DEPRECATED,
16098         demo code should never use deprecated features.
16099
16100         * demos/Makefile.am (INCLUDES): -DGTK_DISABLE_DEPRECATED, demo
16101         code should never use deprecated features.
16102
16103         * gtk/gtkwidget.h: Mark gtk_widget_draw, gtk_widget_queue_clear,
16104         gtk_widget_queue_clear_area deprecated
16105
16106         * gtk/gtklayout.h: mark gtk_layout_freeze/gtk_layout_thaw
16107         deprecated
16108
16109         * gtk/gtklabel.h: mark gtk_label_get() deprecated
16110
16111         * gtk/gtkimage.h: mark the legacy GtkImage functions that took 
16112         a GdkImage deprecated, replaced by new consistently-named
16113         functions       
16114
16115         * gtk/gtkmain.h: Mark gtk_exit() deprecated
16116
16117         * gtk/gtkdrawingarea.h: mark gtk_drawing_area_size deprecated
16118
16119         * gtk/gtkstyle.h: mark gtk_draw_string, gtk_paint_string 
16120         deprecated
16121
16122         * gtk/gtkstatusbar.h: Move GtkStatusbarMsg to the .c file, 
16123         so it won't appear in docs and confuse people.
16124
16125         * gtk/gtkprogressbar.h: Mark all the old methods deprecated
16126
16127         * gtk/gtkprogress.h: Mark all methods deprecated, mark the cast
16128         macros deprecated. (can't mark the type itself deprecated, since
16129         GtkProgressBar is not deprecated and we need the type decl to use
16130         GtkProgressBar)
16131
16132         * gtk/gtkpixmap.h: Mark deprecated
16133
16134         * gtk/gtkoldeditable.h: Mark deprecated
16135
16136         * gtk/gtklist.h: Mark deprecated
16137
16138         * gtk/gtklabel.h: delete "GtkLabelWord" typedef, not used 
16139         for anything anymore.
16140
16141         * gtk/gtkctree.h: Mark deprecated
16142
16143         * gtk/gtkclist.h: Mark deprecated
16144
16145         * gtk/gtkpreview.h: Mark deprecated
16146
16147         * gtk/gtkpacker.h: Mark deprecated
16148
16149         * gtk/gtktipsquery.h: Mark deprecated
16150
16151         * gtk/gtkinputdialog.h: Add comment that it will move out of GTK
16152
16153         * gtk/gtkvruler.h: Add comment that it will move out of GTK
16154
16155         * gtk/gtkhruler.h: Add comment that it will move out of GTK
16156
16157         * gtk/gtkruler.h: Add comment that it will move out of GTK
16158
16159         * gtk/gtkgamma.h: Add comment that it will move out of GTK
16160
16161         * gtk/gtkcurve.h: Add comment that it will move out of GTK
16162
16163 Fri Feb  2 17:16:09 2001  Owen Taylor  <otaylor@redhat.com>
16164
16165         * gdk/x11/gdkcolor-x11.c (gdk_colormap_sync): Make
16166         gdk_colormap_sync private since it was never exported
16167         in a header file.
16168
16169         * gdk/x11/gdkcolor-x11.c (gdk_colormap_new): Fill in
16170         colormap->colors[] for StaticGray, StaticColor colormaps.
16171
16172         * gdk/gdkpixbuf-drawable.c: Fix problems where image->bpp
16173         was being used as if it was image->bits_per_pixel.
16174
16175         * gdk/gdkimage.h, gdk/x11/gdkimage-x11.c: Save the bits-per-pixel
16176         for the image in the GdkImage structure since it isn't
16177         reconstructable, and we need it to handle packed types
16178
16179         * gdk/win32/gdkimage-win32.c: Set image->bits_per_pixel. (I'm making
16180         the assumption that on Win32 image->bits_per_pixel == image->depth,
16181         always.
16182
16183         * gdk/linux-fb/gdkimage-fb.c: Set image->bits_per_pixel.
16184
16185         * gdk/gdkrgb.c (gdk_rgb_select_conv): Exit with an informative
16186         warning message if no converter can be found. 
16187
16188 Fri Feb  2 15:09:51 2001  Owen Taylor  <otaylor@redhat.com>
16189
16190         * gtk/fnmatch.c (FOLD): Fix problem with passing signed
16191         chars to isupper() / tolower(). (#567)
16192
16193         * examples/packer/pack.c: Add GINT_TO_POINTER, GPOINTER_TO_INT
16194         to clear up 64-bit warnings. (#567)
16195
16196 Fri Feb  2 12:26:50 2001  Owen Taylor  <otaylor@redhat.com>
16197
16198         * gtk/gtkrc.c (gtk_rc_add_initial_default_files): Get rid of
16199         a bunch of g_strdup_printf("%s%s") in favor of g_strconcat().
16200
16201         * gtk/gtkrc.c Makefile.am: Use $(libdir), not $(exe_prefix),
16202         since some people set $(libdir) separately. (#1290, David Kaelbling)
16203
16204 Thu Feb  1 18:25:46 2001  Owen Taylor  <otaylor@redhat.com>
16205
16206         * gtk/gtkfilesel.c: If PATH_MAX and MAXPATHLEN are not
16207         defined, define MAXPATHLEN to 2048. (The Hurd doesn't have
16208         MAXPATHLEN, but the code here depends on a fixed value.)
16209         (#4524)
16210
16211 Wed Jan 31 22:01:04 2001  Owen Taylor  <otaylor@redhat.com>
16212
16213         * gtk/gtkhandlebox.c (gtk_handle_box_button_changed): Handle the case
16214         where child == NULL and handle_position == RIGHT or BOTTOM. (#8041g)
16215
16216 Wed Jan 31 21:20:39 2001  Owen Taylor  <otaylor@redhat.com>
16217
16218         * gtk/gtkctree.c (real_tree_move): If the node being moved isn't
16219         viewable there is no way that moving the node will cause the 
16220         focus row to become not viewable, so omit check on the visibility
16221         of new_sibling, which is irrelevant. (Fixes #8002, David Helder)
16222
16223 Wed Jan 31 20:38:17 2001  Owen Taylor  <otaylor@redhat.com>
16224
16225         * gtk/gtkentry.c (gtk_entry_commit_cb): Delete the current
16226         selection before inserting new text.
16227
16228 Wed Jan 31 18:49:33 2001  Owen Taylor  <otaylor@redhat.com>
16229
16230         * gtk/gtkoptionmenu.c (gtk_option_menu_item_state_changed_cb):
16231         Make the sensitivity of the reparented child track that of
16232         the original parent menu item. (#34218, David Hodson)
16233
16234         * gtk/gtkoptionmenu.c (gtk_option_menu_item_destroy_cb): Handle
16235         the case where the current item is destroyed properly.
16236
16237         * gtk/gtkoptionmenu.c: Some additional code cleanups and fix
16238         some edge cases with child-less menuitems.
16239         
16240 Wed Jan 31 17:16:13 2001  Owen Taylor  <otaylor@redhat.com>
16241
16242         * gtk/gtkcombo.c (gtk_combo_window_key_press): Make Return
16243         key pop down window. (#12074, Jon K Hellan)
16244
16245 Wed Jan 31 16:21:42 2001  Owen Taylor  <otaylor@redhat.com>
16246
16247         * gtk/gtklist.c (gtk_list_signal_item_toggle): Don't allow
16248         toggling of rows off in BROWSE or EXTENDED mode. (#12072, Jon K Hellan) 
16249         The solution here isn't perfect - you get an extraneous
16250         emission of "toggle", which could conceivably confuse an app,
16251         but better than the current situation. LXR search seems to
16252         indicate that no apps in GNOME CVS connect to "toggle".
16253
16254 Wed Jan 31 15:46:13 2001  Owen Taylor  <otaylor@redhat.com>
16255
16256         * gtk/Makefile.am (libgtkinclude_HEADERS): Move gtkcompat.h from
16257         gtk_public_h_sources to directly here to avoid warning when
16258         building srcdir != builddir. (#9656)
16259
16260 Tue Jan 30 19:49:02 2001  Owen Taylor  <otaylor@redhat.com>
16261
16262         * gtk/gtkrange.c: Patch from Kipp Hickman to make the event
16263         handlers in gtkrange.c return the proper values (TRUE == handled)
16264         (#10316).
16265
16266         This is just the tip of the iceberg, but gtkrange.c is the
16267         most common place where the propagation is problematical,
16268         and also a place where it is almost certainly safe to change
16269         this in the stable branch.
16270
16271         (You don't want right click popups on a range control or anything...)
16272
16273 Tue Jan 30 18:57:59 2001  Owen Taylor  <otaylor@redhat.com>
16274
16275         * gtk/gtktext.c (clear_focus_area): We need to clear the focus
16276         area on focus out, even if a background pixmap isn't set.
16277         (#13941)
16278         
16279 Tue Jan 30 18:24:10 2001  Owen Taylor  <otaylor@redhat.com>
16280
16281         * gtk/gtknotebook.c (gtk_notebook_set_shape): Fix from Sean Cunningham
16282         to deal with setting the shape properly when scrolling arrows are
16283         turned on, but not visible because there is sufficient space.
16284         (#13432)
16285
16286 Tue Jan 30 16:39:25 2001  Owen Taylor  <otaylor@redhat.com>
16287
16288         * gtk/gtkitemfactory.c (gtk_item_factory_delete_item): For menu
16289         items with submenus, destroy the item along with the submenu.
16290         (#7841, Brian Masney(?)) Also, handle paths of the form '<foo>/abcd...' 
16291         properly.
16292
16293         * gtk/testgtk.c (menu_items): Add a dummy branch that we delete
16294         later.
16295
16296 Tue Jan 30 15:51:25 2001  Owen Taylor  <otaylor@redhat.com>
16297
16298         * gtk/gtkwindow.c (gtk_window_real_set_focus): Fix a problem where
16299         the focus widget sometimes wasn't drawn with the default if there
16300         was no default widget.
16301
16302         * gtk/gtkstyle.c (gtk_style_real_unrealize): free colors,
16303         unreference pixmaps. 
16304
16305         * gtk/gtkstyle.c (gtk_style_realize): Reference colormap
16306         for some extra safety.
16307
16308 Mon Jan 29 19:00:01 2001  Owen Taylor  <otaylor@redhat.com>
16309
16310         * gtk/gtk{ctree.c,clist.c} (set_cell_contents): Handle setting
16311         the text of a cell to the old pointer value better, by
16312         copying the new text before freeing the old text. Some code
16313         cleanup. (#8079, Karl Nelson)
16314
16315 Mon Jan 29 16:50:19 2001  Owen Taylor  <otaylor@redhat.com>
16316
16317         * gtk/gtklabel.[ch] gtk/gtkframe.[ch]: Make gtk_label_get_text()
16318         gtk_frame_get_label() non strdup'ing, and G_CONST_RETURN.
16319
16320 Mon Jan 29 15:22:51 2001  Owen Taylor  <otaylor@redhat.com>
16321
16322         * gtk/gtkmenu.c (gtk_menu_remove): When removing an
16323         item from a menu, check to see if it matches 
16324         menu->old_active_menu_item, and if so, unref and clear
16325         old_active_menu_item (Patch from Pavel Cisler)
16326
16327         * gtk/gtkmenushell.c (gtk_menu_shell_remove): Unset 
16328         menu_shell->active_menu_item, if it is the child being
16329         removed. (Patch based on that of Gene Ragan, #50337)
16330
16331 2001-01-31  Alexander Larsson  <alla@lysator.liu.se>
16332
16333         * gdk/linux-fb/gdkselection-fb.c: 
16334         * gdk/linux-fb/gdkcolor-fb.c: 
16335         * gdk/linux-fb/gdkdrawable-fb2.c: 
16336         * gdk/linux-fb/gdkfont-fb.c: 
16337         * gdk/linux-fb/gdkim-fb.c: 
16338         * gdk/linux-fb/gdkinput.c: 
16339         * gdk/linux-fb/gdkkeyboard-fb.c: 
16340         * gdk/linux-fb/gdkmain-fb.c: 
16341         * gdk/linux-fb/gdkrender-fb.c: 
16342         A bunch of whitespace cleanup.
16343         
16344 2001-01-30  Havoc Pennington  <hp@pobox.com>
16345
16346         * gtk/gtktreeitem.h, gtk/gtktree.h, gtk/gtktext.h: bracket in 
16347         #ifdef GTK_ENABLE_BROKEN.
16348
16349         * gtk/gtktreeitem.c, gtk/gtktree.c, gtk/gtktext.c: #define
16350         GTK_ENABLE_BROKEN just before including the broken headers.
16351         
16352         * gtk/gtktypeutils.c: #define GTK_ENABLE_BROKEN, so we can get the
16353         deprecated types registered.
16354
16355         * gtk/testgtk.c, gtk/testselection.c: #define GTK_ENABLE_BROKEN,
16356         we have to test the broken stuff.
16357
16358         * docs/Changes-2.0.txt: explain GTK_ENABLE_BROKEN
16359         
16360 2001-01-30  Havoc Pennington  <hp@redhat.com>
16361
16362         * gtk/gtkliststore.c (gtk_list_store_insert_before): fix bug in
16363         here where prev pointer was set to the wrong thing
16364
16365         * gtk/gtktreemodel.c (gtk_tree_path_is_ancestor): new function
16366         (gtk_tree_path_is_descendant): new function
16367
16368         * gtk/gtkliststore.c (gtk_list_store_iter_n_children): return
16369         cached length
16370         (gtk_list_store_get_iter): don't modify iter if we can't get the
16371         path.
16372
16373         * gtk/gtkliststore.h (struct _GtkListStore): cache the length
16374         
16375         * gtk/gtktreednd.h: add virtual function row_drop_possible() to
16376         GtkTreeDragDest
16377
16378         * gtk/gtktreestore.c (copy_node_data): fix varargs type error that
16379         was causing segfault
16380
16381         * gtk/gtktreedatalist.c (_gtk_tree_data_list_node_copy): set next
16382         pointer to NULL
16383
16384         * gtk/gtktreestore.c (gtk_tree_store_append): fix memleak
16385
16386         * gtk/gtkliststore.c (gtk_list_store_iter_next): don't modify iter
16387         on returning FALSE
16388         (gtk_list_store_iter_children): ditto
16389         (gtk_list_store_iter_nth_child): ditto
16390         (gtk_list_store_iter_nth_child): ditto
16391         (gtk_list_store_iter_parent): ditto
16392
16393         * gtk/gtktreestore.c (gtk_tree_store_get_path): g_return_if_fail
16394         on iter->user_data != NULL instead of silently accepting it.
16395         (gtk_tree_store_iter_next): ditto. Also, don't modify iter unless
16396         we are returning TRUE.
16397         (gtk_tree_store_iter_children): ditto
16398         (gtk_tree_store_iter_nth_child): ditto
16399         (gtk_tree_store_iter_parent): ditto
16400         (gtk_tree_store_insert): remove handling of parent->user_data ==
16401         NULL, replace with parent == NULL       
16402
16403         * gtk/gtktreemodel.c (inserted_callback): put some fixes in here,
16404         and a comment explaining things
16405
16406         * gtk/gtktreestore.c: add GtkTreeDragSource/GtkTreeDragDest
16407         interface support to GtkTreeStore.
16408
16409         * gtk/gtktreemodel.c (gtk_tree_path_prev): didn't properly return
16410         FALSE if no prev, fix
16411
16412         * gtk/gtktreeview.c (set_source_row): use a row reference
16413         (set_dest_row): use a row reference
16414
16415 Sat Jan 27 15:52:02 2001  Jonathan Blandford  <jrb@redhat.com>
16416
16417         * gtk/gtktreeselection.c (gtk_tree_selection_unselect_iter): Fix
16418         stupid typo pointed out by Kristian Rietveld <kristian@planet.nl>.
16419         (gtk_tree_selection_select_iter): The same as above.
16420
16421 2001-01-26  Havoc Pennington  <hp@redhat.com>
16422
16423         * gtk/gtktreemodel.c, gtk/gtktreemodel.h: add GtkTreeRowReference
16424         which holds a handle to a specific row (particular set of values
16425         in the model, i.e. pointer-identity row).
16426
16427         * gtk/gtktreeview.c, gtk/gtktreeprivate.h, gtk/gtktreeselection.c:
16428         use GtkTreeRowReference for anchor, cursor, and drag_dest_row.
16429         Still need to use it for the src/dest row saved on the drag context.
16430
16431 2001-01-26  Havoc Pennington  <hp@redhat.com>
16432
16433         * gtk/gtktextlayout.c (convert_color): adapt to handle PangoColor
16434
16435         * gtk/gtktreeview.c (gtk_tree_view_widget_to_tree_coords): fix to
16436         not offset by TREE_VIEW_HEADER_HEIGHT
16437         (gtk_tree_view_tree_to_widget_coords): fix to not offset by
16438         TREE_VIEW_HEADER_HEIGHT
16439
16440         * configure.in (included_loaders): for me, --with-included-loaders
16441         generates the error "the specified loader yes does not exist",
16442         i.e. the arg defaults to "yes", so change test for value ""
16443         to test for value "yes", and include all loaders in that case.
16444
16445         * gtk/gtkrbtree.c (_gtk_rbtree_get_depth): new function
16446
16447         * gtk/gtktreeview.c (gtk_tree_view_get_cell_rect): fix to properly
16448         handle TREE_VIEW_VERTICAL_SEPARATOR
16449         (gtk_tree_view_bin_expose): fix to consider the row offset as
16450         pointing halfway into vertical separator.       
16451         (gtk_tree_view_draw_node_focus_rect): ditto
16452
16453         * gtk/gtkdebug.h, gtk/gtkmain.c (gtk_init_check): Add
16454         --gtk-debug=updates, which causes gdk_window_set_debug_updates
16455         (TRUE) to be called.
16456
16457         * gdk/gdkwindow.c (gdk_window_set_debug_updates): Allow enabling a
16458         debug mode where the invalid region is colored in on invalidate,
16459         so you can see the flicker and know whether your redraw code is 
16460         doing a good job.
16461
16462         * gtk/gtktreeview.c (gtk_tree_view_queue_draw_node): Work in 
16463         tree window coordinates (clip rect is in tree window coords)
16464
16465         * gtk/Makefile.am: add gtktreednd.[hc]
16466
16467         * gtk/gtkliststore.c: implement gtktreednd interfaces.
16468
16469         * gtk/gtktreednd.c, gtk/gtktreednd.h: New interface to support
16470         drag-and-drop data operations on a model (so we can set up tree
16471         drag-and-drop automatically)
16472
16473         * gtk/testgtk.c: Add a window to change sensitivity in the
16474         GtkLabel test; add a way to change the entry frame in GtkEntry
16475         test
16476
16477         * gtk/gtkentry.c (gtk_entry_set_has_frame): 
16478         (gtk_entry_get_has_frame): new functions to remove the frame
16479         around an entry
16480         (gtk_entry_size_request): shrink requisition if no frame
16481         (gtk_entry_draw_focus): don't draw frame if no frame
16482
16483         * gtk/gtkstyle.c (gtk_default_draw_check): draw custom look for
16484         checks inside a cell renderer
16485         (gtk_default_draw_option): ditto for options
16486
16487         * gtk/gtktreeviewcolumn.c (update_button_contents): add/remove
16488         children from the alignment, not the button
16489         (gtk_tree_view_column_init): ref/sink the column, to emulate
16490         GObject refcounting.
16491
16492         * gtk/gtkcellrenderer.c (gtk_cell_renderer_init): ref/sink
16493         
16494         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
16495         Use theme functions to draw the toggles 
16496
16497         * gdk/gdkpango.c (gdk_pango_get_gc): use GdkRGB to alloc colors
16498
16499         * gdk/gdkpango.h, gdk/gdkpango.c: Add GdkPangoAttrStipple and
16500         GdkPangoAttrEmbossed to use in rendering insensitive text
16501
16502         * gdk/gdkpango.c (gdk_draw_layout_line): render new properties
16503
16504         * gtk/gtkstyle.c (gtk_default_draw_layout): handle sensitivity
16505         using new GDK features
16506         
16507 2001-01-24  Alexander Larsson  <alexl@redhat.com>
16508
16509         * gtk/gtkimage.c:
16510         Splitted gtk_image_clear into gtk_image_clear() and
16511         gtk_image_reset(). Call gtk_image_clear() in ::destroy
16512         to avoid leaks.
16513
16514         * gtk/gtklabel.c (set_markup):
16515         Don't leak text.
16516
16517         * gtk/gtktextlayout.c:
16518         Always free display->shaped_objects.
16519
16520         * gtk/testgtk.c (create_clist):
16521         Don't leak custom style.
16522
16523 2001-01-23  Alexander Larsson  <alexl@redhat.com>
16524
16525         * gtk/gtkcolorsel.c (grab_color_at_mouse):
16526         Don't leak image. Simplify using gdk_colormap_query_color().
16527         (gtk_color_selection_init): Don't leak dropper_pixmap and mask.
16528
16529         * linux-fb/gdkcolor-fb.c:
16530         Implemented gdk_colormap_query_color.
16531
16532 2001-01-23  Alexander Larsson  <alexl@redhat.com>
16533
16534         * linux-fb/gdkcursor-fb.c:
16535         Don't leak built-in cursors.
16536
16537         * linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_polygon):
16538         Don't leak tmp_points.
16539
16540         * linux-fb/gdkfont-fb.c (gdk_font_from_description):
16541         Don't modify desc. Don't leak font if the PangoFont
16542         isn't found.
16543         
16544         * linux-fb/gdkgc-fb.c (gdk_fb_gc_finalize):
16545         Free dash_list.
16546
16547         * linux-fb/gdkkeyboard-fb.c (gdk_fb_handle_key):
16548         Don't leak string.
16549         
16550 2001-01-20  Havoc Pennington  <hp@pobox.com>
16551
16552         * gtk/gtktexttag.h (enum GtkWrapMode): rename member fields
16553         from GTK_WRAPMODE_WORD to GTK_WRAP_WORD, etc., seems nicer to 
16554         me, matches Pango
16555
16556 2001-01-22  Havoc Pennington  <hp@redhat.com>
16557
16558         * demos/testanimation.c: fix to reflect gdk-pixbuf changes
16559
16560         * demos/testpixbuf.c: fix to reflect gdk-pixbuf changes
16561
16562         * gtk/gdk-pixbuf-loader.c, gtk/gdk-pixbuf-loader.h: 
16563         Remove, move back to gdk-pixbuf
16564
16565         * gtk/gtktextiter.c, gtk/gtktextiter.h: add sentence equivalents
16566         to all the word functions
16567
16568         * gtk/gtktextview.c (gtk_text_view_start_cursor_blink): return
16569         before doing anything on NULL layout or if we don't have the focus
16570
16571         * gtk/testtext.c (fill_example_buffer): "justification"
16572
16573         * gtk/gtktexttag.h, gtk/gtktexttag.c: change the tag attribute
16574         to be called "justification" not "justify"
16575
16576         * demos/gtk-demo/textview.c (create_tags): "justification"
16577         
16578         * gtk/gtktextlayout.c (set_para_values): Handle char-wise wrapping
16579
16580 2001-01-22  Alexander Larsson  <alexl@redhat.com>
16581
16582         * gdk/gdkwindow.c (gdk_window_invalidate_region):
16583         Don't leak visible_region. Use visible_region instead of region.
16584         
16585         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_new):
16586         Don't do extra gdk_drawable_ref(). This is not X.
16587         (gdk_fb_window_find_focus, gdk_fb_change_focus): make sure
16588         gdk_fb_focused_window is ref:ed.
16589         (gdk_fb_window_send_crossing_events): Watch out for destroyed
16590         windows.
16591
16592 2001-01-22  Alexander Larsson  <alexl@redhat.com>
16593
16594         * gtk/gtkwindow-decorate.c (gtk_decorated_window_realize):
16595         Don't leak the PangoFontDescriptor.
16596
16597 Sun Jan 21 09:58:00 2001  Jonathan Blandford  <jrb@redhat.com>
16598
16599         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_point): Make fail
16600         when not realized.
16601         (gtk_tree_view_scroll_to_cell): Make work when not realized.
16602         (gtk_tree_view_realize): add scroll_to support
16603         (gtk_tree_view_finalize): add a finalize method.  Populate.
16604         (gtk_tree_view_insert_column): ref and sink the column.
16605         (gtk_tree_view_append_column): ref and sink the column.
16606         (gtk_tree_view_queue_draw_node): New function to handle redrawing
16607         individual nodes.  Should make the code much more efficient, if
16608         actually used.
16609
16610 2001-01-19  Havoc Pennington  <hp@redhat.com>
16611
16612         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display):
16613         byte_offset variable was being used to mean both "offset into
16614         layout" and "offset into buffer line" which was no longer true
16615         with addition of preedit string; fix
16616
16617 2001-01-19  Havoc Pennington  <hp@redhat.com>
16618
16619         * demos/gtk-demo/main.c (button_press_event_cb): sync to tree changes
16620
16621         * gtk/gtkrbtree.c (_gtk_rbtree_node_find_offset): fix this
16622         function
16623
16624         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_widget):
16625         implement
16626
16627         * gtk/gtktreeview.c (gtk_tree_view_move_to): rename
16628         scroll_to_cell, matches TextView scroll functions better
16629         (gtk_tree_view_tree_to_widget_coords): new function
16630         (gtk_tree_view_widget_to_tree_coords): new function
16631         (gtk_tree_view_get_visible_rect): new function
16632         (gtk_tree_view_get_path_at_pos): accept negative coordinates
16633         (gtk_tree_view_draw_node_focus_rect): new function moved from
16634         draw_focus, also, use width of bin_window as width of the focus
16635         rect
16636         (gtk_tree_view_expand_row): fix bug where it didn't recognize
16637         already-expanded rows
16638         (gtk_tree_view_get_cell_rect): new function
16639         (gtk_tree_view_get_path_at_pos): return the click position
16640         relative to the passed-in cell
16641         (gtk_tree_view_set_expander_column): new function
16642
16643         * configure.in: remove gtk-config-2.0 chmod
16644
16645         * gtk/gtktextview.c (gtk_text_view_drag_motion): small cleanups,
16646         and properly handle drags with targets we don't understand
16647         (gtk_text_view_drag_end): don't stop scrolling, the source isn't
16648         scrolling anyway
16649         (gtk_text_view_drag_drop): stop scrolling here though, and set the
16650         mark invisible
16651
16652         * gtk/gtkdnd.c (gtk_drag_dest_find_target): export as a public
16653         function
16654         (gtk_drag_dest_get_target_list): new function
16655         (gtk_drag_dest_set_target_list): new function
16656         
16657         * gtk/gtktreeview.c: Add a bunch of drag-and-drop implementation
16658
16659         * gtk/gtktreeprivate.h (struct _GtkTreeViewPrivate): add fields
16660         related to drag-and-drop
16661
16662 2001-01-19  Alexander Larsson  <alexl@redhat.com>
16663
16664         * gdk/linux-fb/gdkprivate-fb.h:
16665         Define EMULATE_GDKFONT.
16666         Add extra pango_font stuff to GfkFontPrivate.
16667         
16668         * gdk/linux-fb/gdkdrawable-fb2.c:
16669         * gdk/linux-fb/gdkfont-fb.c:
16670         If EMULATE_GDKFONT defined, implement a slow lame GdkFont
16671         emulation using PangoFont.
16672
16673 2001-01-17  Havoc Pennington  <hp@pobox.com>
16674
16675         * gtk/gtkprogressbar.c, gtk/gtkprogressbar.h: Add "getters" for
16676         all the non-deprecated set_foo functions. Added missing object
16677         properties, and added g_object_notify() to setters. 
16678         Wrote docs.
16679         
16680 2001-01-18  Tor Lillqvist  <tml@iki.fi>
16681
16682         * gtk/gtkmain.c
16683         * gtk/gtkrc.c: (Win32) Use the new
16684         g_win32_get_package_installation_(sub)directory() functions.
16685
16686         * config.h.win32.in: New file.
16687         
16688         * config.h.win32: Removed.
16689
16690         * configure.in: Output config.h.win32.
16691
16692         * Makefile.am: Add it to EXTRA_DIST.
16693
16694         * gtk/gtk.def: Update.
16695
16696 Wed Jan 17 16:22:54 2001  Owen Taylor  <otaylor@redhat.com>
16697
16698         * gtk/gtklabel.c (gtk_label_size_request): Set the
16699         attributes onto the PangoLayout even if they are newly
16700         created from label->pattern.
16701
16702 Tue Jan  9 11:20:48 2001  Owen Taylor  <otaylor@redhat.com>
16703
16704         * gdk/x11/gdkdnd-x11.c: Remove unused variable.
16705
16706         * gtk/gtkdnd.c: Encapsulate storing and retrieving info
16707         structures in functions. Fixes bug where gtk_dataset_*
16708         was accidentally still being used in one place, causing
16709         every dest side event to be treated independently.
16710
16711         * gtk/gtkdnd.c: Remove last vestages of handling
16712         ::draw (fixes warning)
16713         
16714         * gtk/gtkentry.[ch]: Add drag and drop support.
16715
16716         * gtk/gtkdnd.[ch] gtk/gtktextview.c gtk/gtkentry.c: Add
16717         new function gtk_check_drag_threshhold() for checking
16718         to check if (dx,dy) has exceeded the threshhold for starting
16719         a drag and use it everywhere.
16720
16721 Mon Jan  8 11:58:05 2001  Owen Taylor  <otaylor@redhat.com>
16722
16723         * gtk+-2.0.pc.in gdk-pixbuf-2.0.pc.in (Cflags): Remove -I${includedir},
16724         add -I{includedir}/gtk-2.0.
16725
16726         * gtk/gtktreeview.[ch] gtktreemodelsort.[ch] gtknotebook.c
16727         gdk/gdk-pixbuf.h: Doc fixups.
16728         
16729         * gtk/gtkobject.h: Remove trailing , from enum
16730
16731 2001-01-17 Alexander Larsson <alexl@redhat.com> 
16732
16733         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_shadow_fb_draw_arc):
16734         Doh! Mixed up x and y.
16735
16736         * gdk/linux-fb/gdkglobals-fb.c:
16737         Removed gdk_fb_pointer_grab_window_events,
16738         added _gdk_fb_pointer_grab_owner_events and
16739         _gdk_fb_keyboard_grab_owner_events.
16740
16741         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_pointer_grab):
16742         Set all button mask if GDK_BUTTON_MOTION_MASK set. Send
16743         crossing events before grabbing. Set _gdk_fb_pointer_grab_owner_events.
16744         (gdk_fb_pointer_ungrab): Unset _gdk_fb_pointer_grab_owner_events
16745         Send crossing events after ungrab finished.
16746         (gdk_keyboard_grab): Set ..._owner_events
16747         (type_masks): Move out of function.
16748         (gdk_fb_other_event_window, gdk_fb_pointer_event_window,
16749         gdk_fb_keyboard_event_window): New functions, return the
16750         window an event should be targeted at. Handles grabs and
16751         event propagation. Can return NULL.
16752         (gdk_event_make): Remove event_mask checking. Now always
16753         returns an event.
16754                 
16755         * gdk/linux-fb/gdkkeyboard-fb.c:
16756         * gdk/linux-fb/gdkproperty-fb.c:
16757         * gdk/linux-fb/gdkselection-fb.c:
16758         Use new event_window/gdk_event_make() behaviour.
16759         
16760         * gdk/linux-fb/gdkmouse-fb.c:
16761         Use new event_window/gdk_event_make() behaviour.
16762         Only send motion events if in the same window.
16763         If grabbed, use cursor from window if sibling of grabbed
16764         window, and cursor from grabbed window otherwise.
16765
16766         * gdk/linux-fb/gdkprivate-fb.h:
16767         Update gdk_fb_window_send_crossing_events, gdk_event_make
16768         and grab varaible declarations. Add gdk_fb_*_event_window().
16769
16770         * gdk/linux-fb/gdkwindow-fb.c:
16771         Use new event_window/gdk_event_make() behaviour.
16772         Keep correct track of focus window.
16773         (gdk_window_set_events): Set all specific button motion masks
16774         if GDK_BUTTON_MOTION_MASK set.
16775
16776         * gtk/gtkdnd.c (gtk_drag_update):
16777         Free info->last_event if gdk_drag_motion returned FALSE.
16778
16779 2001-01-16  Tor Lillqvist  <tml@iki.fi>
16780
16781         * gdk/win32/gdkwindow-win32.c (gdk_window_show, gdk_window_hide):
16782         Eliminate redraws when input-only windows are shown or
16783         hidden. Thanks to jpe@archaeopteryx.com.
16784
16785 Tue Jan 16 13:13:13 GMT 2001  Tony Gale <gale@gtk.org>
16786
16787         * docs/faq/gtk-faq.sgml: FAQ update:
16788           - Update to bugzilla
16789           - Add GTK+ and security/SUID/SGID
16790           - Add DnD question
16791
16792 2001-01-16  Alexander Larsson  <alla@lysator.liu.se>
16793
16794         * gdk/linux-fb/gdkdnd-fb.c:
16795         Some cleanups.
16796         
16797 2001-01-15  Havoc Pennington  <hp@pobox.com>
16798
16799         * tests/testtreeview.c: add test stuff for CellRendererToggle
16800
16801         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_get_model): add this
16802         accessor
16803
16804         * gtk/gtkcellrenderertoggle.c: distinguish different event types,
16805         only toggle on button press (would do release like GtkButton, but
16806         we'd need implicit grab code for treeview cells)
16807
16808 2001-01-16  Tor Lillqvist  <tml@iki.fi>
16809
16810         * gdk/win32/gdkvisual-win32.c: Include <stdlib.h> for getenv().
16811
16812         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Don't use
16813         GDK_COLORMAP_PRIVATE_DATA on a potentially NULL GdkColormap.
16814
16815         * gdk/win32/gdkfont-win32.c (gdk_font_load_internal): Adapt calls
16816         to g_{locale,filename}_{to,from}_utf8 to match current API.
16817
16818         * gtk/makefile.msc.in (gtk_OBJECTS)
16819         * gtk/makefile.mingw.in (gtk_OBJECTS): Add gtkwindow-decorate.
16820
16821         * gtk/gtk.def: Update.
16822
16823 2001-01-15  Tor Lillqvist  <tml@iki.fi>
16824
16825         * gdk/win32/gdkevents-win32.c (synthesize_crossing_events): New
16826         implementaion that more closely mimics the events that an X server
16827         would generate. Especially, properly generate GDK_NOTIFY_VIRTUAL and
16828         GDK_NOTIFY_NONLINEAR_VIRTUAL crossing events. This makes buttons
16829         with nested preview widgets, for instance, more responsive when
16830         you move the mouse quickly into them.
16831         (find_window_for_pointer_event): Make it actually compile.
16832         (gdk_event_translate): Set send_event to the value of
16833         InSendMessage (). This doesn't really mean the same as X11's
16834         send_event flag, but is close enough, says jpe@archaeopteryx.com
16835
16836 2001-01-15  Alexander Larsson  <alexl@redhat.com>
16837
16838         * gdk/linux-fb/gdkdnd-fb.c:
16839         Implemented drag and drop.
16840         Seems to be mostly working. I sometimes get an assert from gtkdnd.c:2664
16841         when it tries to free and then copy the same event (info->last_event).
16842         I am not sure about why this happens, but will continue looking.
16843
16844 2001-01-15  Alexander Larsson  <alexl@redhat.com>
16845
16846         * gdk/linux-fb/gdkwindow-fb.c:
16847         Use gdk_window_invalidate_rect instead of
16848         gdk_window_invalidate_rect_clear to minimise flashing.
16849         When hiding windows you need to clear the root window though.
16850
16851 2001-01-15  Alexander Larsson  <alexl@redhat.com>
16852
16853         * gdk/linux-fb/gdkdrawable-fb2.c:
16854         For optization, add an full_shapes argument to gdk_fb_clip_region.
16855         If this is false, only the cliprects of the shapes are used.
16856
16857         * gdk/linux-fb/gdkprivate-fb.h:
16858         Export gdk_fb_window_peek_shape.
16859         Add full_shapes to gdk_fb_clip_region.
16860
16861         * gdk/linux-fb/gdkwindow-fb.c (gdk_fb_window_move_resize):
16862         When moving a window, don't clear everything under the it, just the
16863         root window. Makes stuff faster and flash less.
16864         (gdk_window_get_pointer): Correctly handle offseted shapes, due to
16865         USE_CHILD_SHAPE. (gdk_fb_window_peek_shape): Return the correct
16866         offset of the shape.
16867         
16868
16869 2001-01-12  Havoc Pennington  <hp@redhat.com>
16870
16871         * gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): offset the 
16872         current invalid region, fixes redraw bug while scrolling the 
16873         text widget
16874
16875         * gtk/gtktextview.c, gtk/gtktextview.h:
16876         Rearrange the scrolling/validation/etc. code in a major way, 
16877         so it seems to make sense to me. Probably isn't genuinely that
16878         much better, but...
16879
16880         * gtk/gtktexttag.c (set_fg_color): fix name of property used for
16881         notifies
16882
16883         * gtk/gtktextmark.c (gtk_text_mark_get_left_gravity): new function
16884
16885 2001-01-12  Alexander Larsson  <alla@lysator.liu.se>
16886
16887         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_set_rotation):
16888         Hide mouse pointer while rotation. Show it afterwards.
16889
16890 2001-01-12  Alexander Larsson  <alexl@redhat.com>
16891
16892         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_clip_region): Take shaped
16893         windows in consideration when generating clip region.
16894
16895         * gdk/linux-fb/gdkfb.h:
16896         Huge HACK. Added GDK_FB_USE_CHILD_SHAPE.
16897
16898         * gdk/linux-fb/gdkprivate-fb.h:
16899         Add shape to GdkWindowFBDatat.
16900         exported gdk_fb_window_get_abs_shape().
16901         removed gdk_fb_draw_lines declaration.
16902
16903         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_impl_fb_init):
16904         Init shape to NULL. (gdk_fb_window_send_crossing_events): Don't
16905         send focus changes when there is a grabbed window.
16906         (gdk_window_get_pointer): Handle shaped windows.
16907         (gdk_fb_region_create_from_bitmap): Convert bitmap to region.
16908         (gdk_fb_window_peek_shape): Returns the shape for a window,
16909         handles GDK_FB_USE_CHILD_SHAPE.
16910         (gdk_fb_window_get_abs_shape): Returns the shape of the window,
16911         offseted to absolute positions. Handles GDK_FB_USE_CHILD_SHAPE.
16912         (gdk_window_shape_combine_mask): Implement.
16913
16914         * gtk/gtkwindow-decorate.c:
16915         HACK! Set GDK_FB_USE_CHILD_SHAPE on window->frame to make sure
16916         setting the shape of a window makes the window transparent.
16917
16918 2001-01-11  Havoc Pennington  <hp@redhat.com>
16919
16920         * gtk/gtktreemodelsimple.h: Oops, broke some macros
16921
16922 2001-01-10  Havoc Pennington  <hp@redhat.com>
16923
16924         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_clear_attributes):
16925         add this function, bug 40251
16926
16927         * gtk/gtktreemodelsimple.h (GTK_TYPE_TREE_MODEL_SIMPLE): fix name
16928         of type macro   
16929
16930 2001-01-11  Alexander Larsson  <alexl@redhat.com>
16931
16932         * acconfig.h:
16933         Added ENABLE_SHADOW_FB
16934
16935         * configure.in:
16936         Added --disable-shadowfb
16937
16938         * gdk/linux-fb/gdkcursor-fb.c:
16939         Update shadowfb when updating cursor
16940
16941         * gdk/linux-fb/gdkdrawable-fb2.c:
16942         Added wrappers for shadowfb that calls  the normal drawable
16943         methods, but calls gdk_shadow_fb_update(bounding box) when
16944         GdkWindows are drawed to.
16945         Moved gdk_draw_glyphs implementation to _gdk_draw_glyphs
16946         which also returns the bounding box.
16947
16948         * gdk/linux-fb/gdkfb.h:
16949         Added GdkFBAngle type and gdk_fb_set_rotation declaration.
16950
16951         * gdk/linux-fb/gdkgeometry-fb.c:
16952         Update shadowfb when scrolling window.
16953
16954         * gdk/linux-fb/gdkglobals-fb.c:
16955         Add _gdk_fb_screen_angle.
16956         
16957         * gdk/linux-fb/gdkkeyboard-fb.c:
16958         Test code for screen rotation. Shift-F2 in the xlate driver
16959         rotates the screen.
16960
16961         * gdk/linux-fb/gdkmain-fb.c:
16962         Handle shadowfb. Add gdk_fb_set_rotation(). Remove CM and RP.
16963
16964         * gdk/linux-fb/gdkmouse-fb.c:
16965         Use fb_width/height instead of modeinfo.xres/yres.
16966
16967         * gdk/linux-fb/gdkprivate-fb.h:
16968         Added fb_men, fb_width, fb_height & fb_stride. When using
16969         shadow fb these can differ from the framebuffer stuff.
16970         Declarations for gdk_shadow_fb_update, gdk_shadow_fb_init,
16971         gdk_shadow_fb_stop_updates, gdk_fb_recompute_all,
16972         _gdk_fb_screen_angle. Removed CM, RP.
16973
16974         * gdk/linux-fb/gdkrender-fb.c:
16975         Added code for shadowfb handling and screen rotation using
16976         shadowfb.
16977
16978         * gdk/linux-fb/gdkwindow-fb.c:
16979         Use fb_mem, fb_stride, fb_width, fb_height.
16980         Added recompute_rowstride to reset the rowstride of all windows.
16981         Added gdk_fb_recompute_all() which recomputes rootwindow size,
16982         window abs positions and window rowstrides. Usefull when the
16983         rotation has changed.
16984
16985 Thu Jan 11 13:16:50 GMT 2001  Tony Gale <gale@gtk.org>
16986
16987         * docs/faq/gtk-faq.sgml: update to make web site updating easier
16988
16989 2001-01-10  Havoc Pennington  <hp@redhat.com>
16990
16991         * gtk/gtktreestore.c (gtk_tree_store_insert_before): handle case
16992         where sibling == iter
16993         (gtk_tree_store_insert_after): handle sibling == iter
16994         (gtk_tree_store_prepend): remove stamp checks
16995         (gtk_tree_store_insert_before): ditto
16996         (gtk_tree_store_append): ditto
16997         (gtk_tree_store_get_path): ditto
16998         (gtk_tree_store_get_value): ditto
16999         (gtk_tree_store_iter_has_child): ditto
17000         (gtk_tree_store_iter_n_children): ditto
17001         (gtk_tree_store_iter_nth_child): ditto
17002         (gtk_tree_store_insert_after): ditto
17003         (gtk_tree_store_is_ancestor): ditto
17004         (gtk_tree_store_iter_depth): ditto
17005         (gtk_tree_store_insert_before): assert that sibling's parent is
17006         the same as the passed-in parent
17007         (gtk_tree_store_insert_after): assert that sibling's parent is
17008         the same as the passed-in parent
17009
17010         
17011         * gtk/gtktreemodel.c (gtk_tree_model_get_first): new convenience 
17012         function to get the first iterator in a model
17013         
17014         * gtk/gtktreestore.c (gtk_tree_store_get_root_iter): remove,
17015         conventionally the "root" in this sense is just NULL afaict.
17016
17017         * gtk/gtkliststore.c (gtk_list_store_insert_before): handle case
17018         where sibling == iter
17019         (gtk_list_store_insert_after): handle case where sibling == iter
17020
17021         * tests/testtreeview.c (run_automated_tests): fairly lame basic
17022         automated tests for ListStore, TreeStore
17023
17024         * gtk/gtkliststore.c (gtk_list_store_remove): update tail pointer
17025         (gtk_list_store_insert): update tail pointer, and fix it to work
17026         (gtk_list_store_insert_before): update tail pointer, and fix it to work
17027         (gtk_list_store_append): use tail to be faster
17028         (gtk_list_store_prepend): fix it, update tail pointer
17029         (gtk_list_store_insert_after): fix it, update tail pointer
17030
17031         * gtk/gtkliststore.h (struct _GtkListStore): add tail pointer for 
17032         the list
17033
17034 2001-01-09  Havoc Pennington  <hp@redhat.com>
17035
17036         * gtk/gtklabel.c (gtk_label_expose): don't draw if label->layout
17037         is NULL due to a pending resize
17038
17039         * gtk/gtktreeview.c (gtk_tree_view_check_dirty): don't set the
17040         column width to values less than 1
17041
17042         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_width): clamp
17043         width to be between min/max width, and still set the width 
17044         even if autosize is turned on, so the tree view can use this 
17045         function in order to autosize.
17046         (gtk_tree_view_column_init): set initial width to 1 not 0
17047
17048         * gtk/gtktreeview.c (gtk_tree_view_size_request_buttons): use
17049         setter function to modify column width, so we get notification
17050         (gtk_tree_view_insert_iter_height): ditto
17051         (gtk_tree_view_calc_size): ditto
17052         (gtk_tree_view_check_dirty): ditto
17053
17054         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): Add
17055         properties to change all the interesting attributes of the tree
17056         view column.
17057         (gtk_tree_view_column_set_header_clickable): rename set_clickable
17058         (gtk_tree_view_column_get_clickable): add
17059         (gtk_tree_view_column_set_cell_renderer): don't unset the current
17060         attributes; assume a cell renderer with equivalent object
17061         properties has been swapped in. Do g_object_notify().
17062         (gtk_tree_view_column_set_visible): g_object_notify
17063         (gtk_tree_view_column_get_sizing): rename from get_col_type
17064         (gtk_tree_view_column_set_sizing): g_object_notify
17065         (gtk_tree_view_column_set_width): add g_object_notify
17066         (gtk_tree_view_column_set_min_width): ditto
17067         (gtk_tree_view_column_set_max_width): ditto
17068         (gtk_tree_view_column_set_title): ditto
17069         (gtk_tree_view_column_set_clickable): ditto
17070         (gtk_tree_view_column_set_widget): ditto
17071         (gtk_tree_view_column_set_justification): ditto
17072
17073 2001-01-09  Havoc Pennington  <hp@redhat.com>
17074
17075         * gtk/gtktreeview.c (gtk_tree_view_check_dirty): handle case where
17076         there are no rows in the model
17077
17078         * gtk/gtkliststore.c (gtk_list_store_iter_children): if parent is
17079         NULL, then return the start of the list
17080
17081         * gtk/gtktreeview.c (gtk_tree_view_setup_model): don't build tree
17082         if we can't get any rows from an empty model 
17083
17084         * gtk/gtktreeviewcolumn.h (struct _GtkTreeViewColumn): remove
17085         extraneous * after function pointer typedef usage
17086
17087         * Makefile.am: don't specify full path to cp and rm
17088
17089         * gtk/gtkcellrenderertextpixbuf.c
17090         (gtk_cell_renderer_text_pixbuf_get_size): check width/height !=
17091         NULL before dereferencing, fixes a segfault that happened from
17092         time to time
17093
17094         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render):
17095         use gdk_pixbuf_render_to_drawable_alpha() to get alpha channel,
17096         and reindent the function
17097         (gtk_cell_renderer_pixbuf_get_size): indentation
17098
17099         * gtk/gtkdialog.c (gtk_dialog_run): destroy main loop only after
17100         we quit it
17101         (gtk_dialog_add_buttons_valist): add g_return_if_fail
17102         (gtk_dialog_set_default_response): New function, to set default
17103         button
17104         (gtk_dialog_set_response_sensitive): New function, to set 
17105         sensitivity of buttons
17106
17107         * gtk/gtkcellrendererpixbuf.c
17108         (gtk_cell_renderer_pixbuf_get_property): allow getting a NULL pixbuf
17109         (gtk_cell_renderer_pixbuf_set_property): allow setting a NULL pixbuf
17110
17111         * gtk/gtktreedatalist.c (_gtk_tree_data_list_node_to_value):
17112         handle any G_TYPE_OBJECT subclass, not just the base class, and 
17113         also boxed types.
17114         (_gtk_tree_data_list_value_to_node): ditto
17115
17116         * gtk/gtkrbtree.c: Run _gtk_rbtree_test at strategic points if 
17117         --gtk-debug=tree
17118
17119         * gtk/gtkmain.c: add GTK_DEBUG_TREE
17120
17121         * gtk/gtkdebug.h: add GTK_DEBUG_TREE
17122
17123 2001-01-09  Tor Lillqvist  <tml@iki.fi>
17124
17125         * gdk/win32/gdkevents-win32.c: Implement better mouse
17126         capturing. Do use SetCapture(). Thanks to jpe@archaeopteryx.com.
17127         (find_window_for_pointer_event): New function.
17128         (gdk_event_translate): Use it when handling mouse events.
17129
17130 2001-01-09  Alexander Larsson  <alla@lysator.liu.se>
17131
17132         * configure.in:
17133         Added --with-included-loaders option
17134
17135         * gdk-pixbuf/Makefile.am:
17136         * gdk-pixbuf/gdk-pixbuf-io.c:
17137         Add support for including selected gdk-pixbuf loaders only.
17138
17139         * gtk/gtkwindow.c (gtk_window_set_frame_dimensions,
17140         gtk_window_set_has_frame):
17141         Added inline documentation.
17142
17143         * gdk/x11/gdkwindow-x11.c (gdk_window_get_decorations):
17144         * docs/reference/gdk/tmpl/windows.sgml:
17145         Added inline documentation.
17146
17147 Mon Jan  8 14:42:06 2001  Jonathan Blandford  <jrb@redhat.com>
17148
17149         * gtk/gtktreeview.c (gtk_tree_view_realize_buttons): Skip
17150         realizing buttons that have already been realized.
17151
17152 Mon Jan  8 14:06:29 2001  Jonathan Blandford  <jrb@redhat.com>
17153
17154         * tests/testtreeview.c (main): Show menu items before adding to
17155         option menu.
17156
17157         * gtk/gtktreeview.c (gtk_tree_view_set_model): Keep the columns
17158         around if we kill them.
17159
17160         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_cell_data):
17161         Return if we pass in a NULL model.
17162
17163 2001-01-08  Havoc Pennington  <hp@redhat.com>
17164
17165         * tests/testtreeview.c: hack on this some
17166
17167         * gtk/gtktreestore.c (gtk_tree_store_setv): rename
17168         gtk_tree_store_set_valist, v is for arrays, valist for varargs
17169         list
17170         (gtk_tree_store_getv): rename gtk_tree_store_get_valist
17171
17172         * gtk/gtkliststore.h: Add varargs set() and get() convenience
17173         functions
17174
17175 2001-01-08  Alexander Larsson  <alexl@redhat.com>
17176
17177         * gtk/gtkwindow-decorate.[hc]:
17178         * gtk/Makefile.am:
17179         New files. Contains an implementation of a minimal WM for
17180         linux-fb.
17181
17182         * gtk/gtkwindow.h:
17183         Add the possibility for GtkWindows to specify a frame. This
17184         is used for the window decoration code, but could concievably
17185         be used for X programs too (xmms style windows).
17186         GtkWindow->frame is the toplevel window if the window is framed.
17187         The signal frame_event gets all events that are targeted to
17188         GtkWindow->frame.
17189         (_gtk_window_constrain_size): Exported for usage by gtkwindow-decorate.c.
17190         
17191         * gtk/gtkwindow.c:
17192         Implement gtk_window_set_has_frame and gtk_window_set_frame_dimensions.
17193         Call out to gtkwindow-decorate.c for WM support in linx-fb.
17194
17195 2001-01-08  Alexander Larsson  <alexl@redhat.com>
17196
17197         * docs/README.linux-fb:
17198         Correct filename ~/.pangoft2_aliases
17199
17200         * gdk/gdkwindow.h:
17201         Added new function gdk_window_get_decorations.
17202
17203         * gdk/linux-fb/gdkfb.h:
17204         Removed _gdk_window_get_decorations declaration.
17205         Renamed _gdk_window_set_child_handler to
17206         gdk_fb_window_set_child_handler.
17207
17208         * gdk/linux-fb/gdkwindow-fb.c:
17209         Renamed _gdk_window_set_child_handler to
17210         gdk_fb_window_set_child_handler.
17211
17212         * gdk/x11/gdkwindow-x11.c:
17213         New function gdk_window_get_mwm_hints().
17214         Implemented gdk_window_get_decorations.
17215
17216         * docs/reference/gdk/tmpl/windows.sgml:
17217         * docs/reference/gdk/gdk-sections.txt:
17218         Added gdk_window_get_decorations docs.
17219         
17220 2001-01-08  Alexander Larsson  <alla@lysator.liu.se>
17221
17222         * gdk/linux-fb/gdkwindow-fb.c (_gdk_fb_window_find_focus,
17223         gdk_fb_window_find_focus, gdk_fb_send_focus_change,
17224         gdk_fb_window_send_crossing_events):
17225         Possibly send focus events when the mouse moves from one
17226         window to another.
17227
17228 2001-01-07  Tor Lillqvist  <tml@iki.fi>
17229
17230         * gdk/win32/gdkwindow-win32.c (gdk_window_set_title,
17231         gdk_window_new): Adapt calls to g_{locale,filename}_{to,from}_utf8
17232         to match current API.
17233
17234         * gdk/win32/gdkvisual-win32.c (gdk_visual_init): If a secret
17235         environment variable is set, don't call g_error when on a
17236         palettized (PseudoColor) display. Some people want to use GTK+ 
17237         in 256-colour mode even though works only partially.
17238
17239         * gdk/gdk.def
17240         * gtk/gtk.def
17241         * gtk/makefile.mingw.in: Update.
17242
17243 2001-01-05  Havoc Pennington  <hp@redhat.com>
17244
17245         * tests/testtreeview.c: hack on this a bit
17246
17247         * gtk/gtktextlayout.c (gtk_text_layout_class_init):
17248         s/GTK_RUN_LAST/G_SIGNAL_RUN_LAST
17249
17250         * gtk/gtktreemodelsimple.h (GTK_IS_TREE_MODEL_SIMPLE_CLASS): 
17251         was spelled incorrectly
17252         (GTK_IS_TREE_MODEL_SIMPLE): ditto
17253
17254         * gtk/gtktreeview.c (gtk_tree_view_set_headers_clickable): rename
17255         from gtk_tree_view_set_headers_active   
17256
17257         * gtk/gtktexttag.c:
17258         (gtk_text_tag_get_property): handle PROP_DIRECTION
17259         (gtk_text_tag_set_property): g_object_notify when we toggle the _set
17260         properties, bug 40235
17261
17262         * gtk/gtktextiter.c (gtk_text_iter_forward_to_delimiters): rename
17263         forward_to_line_end
17264
17265 Fri Jan  5 16:16:29 2001  Owen Taylor  <otaylor@redhat.com>
17266
17267         * gtk/{gtkcalender.c,gtkfilesel.c,gtkimcontext.c},
17268         modules/input/gtkimcontextxim.c: Adapt to new prototypes
17269         for unicode,locale,filename conversion functions.
17270
17271 2001-01-05  Havoc Pennington  <hp@redhat.com>
17272
17273         * gtk/gtktextiter.c (gtk_text_iter_ends_line): this function was
17274         broken if called on the first position in the buffer.
17275
17276         * gtk/gtktextlayout.c (line_display_index_to_iter): fix
17277         forward_to_delimiters to be called only if we aren't already at
17278         the delimiters.
17279
17280 2001-01-05  Havoc Pennington  <hp@redhat.com>
17281
17282         * demos/gtk-demo/main.c (create_tree): Oops, that didn't link. Fix.
17283
17284 2001-01-05  Alexander Larsson  <alexl@redhat.com>
17285
17286         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_drawable_finalize): free
17287         colormap in here. Sync from X port.
17288         (gdk_fb_set_colormap): allow the colormap to be NULL if you like.
17289         Sync from X port.
17290         (gdk_fb_clip_region): Comment out g_warning about empty clip region.
17291         This happens now and then, and i don't think it is a bug.
17292         (gdk_fb_draw_polygon): Correctly add extra point if startpoint
17293         != endpoint.
17294         (gdk_fb_draw_lines): Don't draw dashed lines if line_style is
17295         GDK_LINE_SOLID.
17296
17297         * gdk/linux-fb/gdkfont-fb.c: Return bogus GdkFont that has
17298         some of the fields filled in at least.
17299
17300         * gdk/linux-fb/miwideline.c: The widths argument to miLineArcI, and
17301         miLineArcD is no more, remove it from the function definition.
17302
17303 2001-01-04  Havoc Pennington  <hp@redhat.com>
17304
17305         * gtk/gtktreeselection.c (gtk_tree_selection_get_tree_view): add
17306         this
17307
17308         * gtk/gtktreemodel.h (struct _GtkTreeIter): rename fields to
17309         user_data instead of tree_node
17310
17311         * gtk/gtktreeprivate.h (TREE_VIEW_COLUMN_WIDTH): rename from
17312         TREE_VIEW_COLUMN_SIZE
17313
17314         * gtk/gtktreeviewcolumn.h (struct _GtkTreeViewColumn): rename
17315         "size" field to "width" finishes bug 40061
17316
17317         * gtk/gtkcellrenderer.h: Use GtkCellRendererState instead of guint
17318         for bitfields, bug 40268
17319
17320 2001-01-04  Havoc Pennington  <hp@redhat.com>
17321
17322         Rename some stuff:
17323         
17324         s/gtk_tree_view_column_set_size/gtk_tree_view_column_set_width/g;
17325
17326         s/GtkModelSimple/GtkTreeModelSimple/g;
17327         s/GTK_MODEL_SIMPLE/GTK_TREE_MODEL_SIMPLE/g;
17328         s/gtk_model_simple/gtk_tree_model_simple/g;
17329         s/gtkmodelsimple/gtktreemodelsimple/g;
17330
17331         s/gtk_tree_view_column_set_header_active/gtk_tree_view_column_set_header_clickable/g;
17332
17333         s/GtkTreeViewColumnType/GtkTreeViewColumnSizing/g;
17334         s/column_set_col_type/column_set_sizing/g;
17335
17336         s/GtkTreeSelectionType/GtkTreeSelectionMode/g;
17337         s/gtk_tree_selection_set_type/gtk_tree_selection_set_mode/g;
17338
17339         s/GtkCellRendererType/GtkCellRendererState/g;
17340         
17341         * gtk/gtkcellrenderertoggle.c: remove _ macro, include gtkintl.h
17342         (gtk_cell_renderer_toggle_class_init): change "state" property to
17343         "active", to match GtkToggleButton
17344         (gtk_cell_renderer_toggle_get_active): new function, bug
17345         40269
17346         (gtk_cell_renderer_toggle_set_active): new function
17347         (gtk_cell_renderer_toggle_set_property): route changes to toggle
17348         state through gtk_cell_renderer_set_active
17349
17350 Thu Jan  4 15:46:18 2001  Jonathan Blandford  <jrb@redhat.com>
17351
17352         * gtk/gtkmodelsimple.c: Changed a bunch of boxed types to pointers
17353         temporarily until they work again.  Brought up to date with
17354         changes in the model.
17355         * gtk/gtkmodelsimple.h: Brought up to date with changes in the
17356         model.
17357
17358 2001-01-04  Havoc Pennington  <hp@redhat.com>
17359
17360         * gtk/gtktextlayout.c (line_display_index_to_iter): if index is
17361         equal to the line length, then position iterator before paragraph 
17362         separators. Fixes crash reported by Mikael Hermansson when
17363         pressing left arrow from the start of a line.   
17364
17365         * gtk/gtktextiter.c (iter_set_from_byte_offset): Add g_error
17366         about byte indexes off the end
17367         (iter_set_from_char_offset): add g_error about char offsets
17368         off the end
17369
17370 2001-01-03  Havoc Pennington  <hp@redhat.com>
17371
17372         * gtk/gtktextbtree.c: Adapt to uscore-ification of gtktextiterprivate
17373
17374         * gtk/gtktextdisplay.c (gtk_text_layout_draw): remove use 
17375         of private functions; remove inclusion of private headers.
17376
17377         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_at_line): Add this 
17378         function, so we don't need private functions in gtktextdisplay.c
17379
17380         * gtk/gtktextiterprivate.h: underscore-ification
17381
17382         * gtk/gtkwidget.c: Clean up a bunch of docs that said "INTERNAL"
17383         to instead say "only useful to implement widgets"
17384
17385         * gtk/gtkenums.h (GtkMovementStep): Rename GTK_MOVEMENT_CHARS,
17386         GTK_MOVEMENT_POSITIONS to GTK_MOVEMENT_LOGICAL_POSITIONS,
17387         GTK_MOVEMENT_VISUAL_POSITIONS. Resolves bug 40249.
17388
17389         * gdk/x11/gdkwindow-x11.c (gdk_window_impl_x11_set_colormap):
17390         This function was completely broken
17391
17392         * gtk/testtext.c (line_numbers_expose): use gtk_paint_layout
17393
17394         * gtk/gtkvscale.c (gtk_vscale_draw_value): use gtk_paint_layout
17395
17396         * gtk/gtkvruler.c (gtk_vruler_draw_ticks): use gtk_paint_layout
17397
17398         * gtk/gtklabel.c (gtk_label_expose): use gtk_paint_layout
17399
17400         * gtk/gtkhscale.c (gtk_hscale_draw_value): use gtk_paint_layout
17401
17402         * gtk/gtkhruler.c (gtk_hruler_draw_ticks): use gtk_paint_layout
17403
17404         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render): use
17405         gtk_paint_layout
17406
17407         * gtk/gtkaccellabel.c (gtk_accel_label_expose_event): use
17408         gtk_paint_layout
17409
17410         * gtk/gtkstyle.h: Add draw/paint expander to draw tree expanders.
17411         Progress on bug 40103. Add draw_layout to draw a PangoLayout.
17412         (struct _GtkStyleClass): Remove draw_cross, draw_oval, draw_ramp,
17413         which were not implemented.     
17414
17415         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): Add
17416         insert_pixbuf signal. Rename delete_text to delete_range since it
17417         also deletes pixbufs and child anchors. This almost closes bug
17418         40245 (still need to deal with child anchors)
17419
17420         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): Add
17421         insert_pixbuf, change signal names as appropriate, change types of
17422         signals taking marks/tags to have the specific type, not just
17423         G_TYPE_OBJECT
17424         
17425         * gtk/gtkmain.c (gtk_get_current_event_state): Add this function; 
17426         closes bug 40051
17427
17428         * gtk/gtkoptionmenu.c (gtk_option_menu_set_history): clean up
17429         unnecessary remove_contents() call
17430         (gtk_option_menu_class_init): add a "changed" signal, closes
17431         bug 40039
17432         (gtk_option_menu_update_contents): emit "changed" if the 
17433         active menu item changes
17434
17435         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_frame_done): fix bad
17436         cast to GtkObject, reported by Jonas Borgstrom
17437         (gdk_pixbuf_loader_finalize): don't close the loader on finalize;
17438         we can't do stuff with side effects in finalize. Instead, spew a
17439         warning if the loader isn't closed.
17440
17441         * gdk/x11/gdkdrawable-x11.c (gdk_drawable_impl_x11_finalize): free
17442         colormap in here, non-X ports probably need to sync to this change
17443
17444         * gdk/x11/gdkdrawable-x11.c (gdk_x11_set_colormap): remove 
17445         assertion that colormap != NULL, you can set the colormap to NULL
17446         if you like.
17447         
17448         * Makefile.am: remove gtk-config-2.0
17449
17450         * configure.in: Use pkg-config to locate GLib. Remove
17451         separated-out GMODULE_LIBS, GMODULE_CFLAGS; these were not used,
17452         and the gmodule libs/cflags were in GLIB_LIBS GLIB_CFLAGS anyhow.
17453         Use pkg-config to locate Pango. Output correct Pango libs to
17454         gdk-2.0.pc.in. Fix test for FREETYPE_CONFIG (typo fix).
17455
17456         * Makefile.am (pkgconfig_DATA): install only target-specific pc
17457         files
17458         (install-data-local): symlink gtk+-2.0.pc and gdk-2.0.pc to the
17459         X11 pc files
17460
17461         * gtk+-2.0.pc.in (Requires): require the GDK for the current target
17462         unref from here
17463
17464 2001-01-03  Alexander Larsson  <alla@lysator.liu.se>
17465
17466         * configure.in:
17467         Change GTK_NO_CHECK_CASTS to G_DISABLE_CAST_CHECKS.
17468
17469 Tue Jan  2 16:23:05 2001  Owen Taylor  <otaylor@redhat.com>
17470
17471         * gtk/gtktextlayout.c
17472         (gtk_text_layout_move_iter_to_previous_line): Fix unitialized
17473         variable when moving back onto a single line.
17474
17475 2001-01-01  Havoc Pennington  <hp@redhat.com>
17476
17477         * gtk/Makefile.am (LDFLAGS): add @LIBTOOL_EXPORT_OPTIONS@
17478
17479         * gdk/Makefile.am (LDFLAGS): add @LIBTOOL_EXPORT_OPTIONS@
17480
17481         * configure.in (LIBTOOL_EXPORT_OPTIONS): define
17482         LIBTOOL_EXPORT_OPTIONS with options to control symbol export
17483
17484 2001-01-01  Havoc Pennington  <hp@redhat.com>
17485
17486         * gtk/gtktexttagprivate.h: uscore-prepend all the stuff in here.
17487
17488         * gtk/gtk-boxed.defs (GtkTextAttributes): Add boxed type for 
17489         GtkTextAttributes
17490
17491         * gtk/gtktexttag.c: Fix up GtkTextAttributes copying to close bug 
17492         #40246
17493         (gtk_text_attributes_copy_values): rename from 
17494         gtk_text_attributes_copy
17495         (gtk_text_attributes_copy): a more standard GTK copy function, 
17496         which returns a new object
17497
17498 2001-01-01  Havoc Pennington  <hp@redhat.com>
17499
17500         * gtk/gtktreeview.c: Adapt to GtkTreeSelection changes
17501         
17502         * gtk/gtktreeselection.c (_gtk_tree_selection_set_tree_view):
17503         don't fill in tree_view->priv->selection, kind of an unexpected
17504         side effect
17505
17506         * gtk/gtkcellrenderertext.c: Remove definition of _ and include
17507         gtkintl.h
17508         
17509         * gtk/gtkcellrenderer.c: Remove definition of _ and include
17510         gtkintl.h
17511         (gtk_cell_renderer_get_property): remove calls to g_value_init
17512
17513         * gtk/gtkcellrendererpixbuf.c: Remove definition of _ and include
17514         gtkintl.h
17515
17516         * gtk/gtkcellrenderertextpixbuf.c: Remove definition of _ macro
17517         and include gtkintl.h
17518         (gtk_cell_renderer_text_pixbuf_class_init): remove spaces from
17519         property names
17520
17521         * gtk/gtktreeselection.c (_gtk_tree_selection_new): rename, return
17522         GtkTreeSelection
17523         (_gtk_tree_selection_new_from_with_view): rename, return
17524         GtkTreeSelection
17525         (_gtk_tree_selection_set_tree_view): rename with uscore
17526         (gtk_tree_selection_get_selected): fill in the "model" out param
17527         first, so it gets filled in even if we return at the top of the 
17528         function
17529         (gtk_tree_selection_real_select_all): add a comment and an else{}
17530         to clarify this a bit
17531         (gtk_tree_selection_real_unselect_all): add the same else{}
17532
17533         * gtk/gtktreeselection.h: Rename new, new_with_tree_view, and
17534         set_tree_view to have underscore prefixes, move them to the
17535         private header, fix return type of new_with_tree_view
17536         (struct _GtkTreeSelection): mark struct
17537         fields private  
17538
17539         * gtk/gtktreemodel.c (gtk_tree_model_get_flags): return
17540         GtkTreeModelFlags, not a guint
17541         (gtk_tree_path_prev): return gboolean not gint
17542         (gtk_tree_path_up): return gboolean not gint
17543
17544         * gtk/gtktreemodel.h (struct _GtkTreeModelIface): make get_flags
17545         return GtkTreeModelFlags, not a guint
17546
17547         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_finalize): check
17548         that child model is non-null before unrefing it
17549         (g_value_int_compare_func): make this a qsort compare func, not 
17550         a boolean predicate
17551
17552         * gtk/gtktreemodelsort.h: rename gtk_tree_model_set_sort_column,
17553         (add -umn to the end), and mark it unimplemented
17554         (gtk_tree_model_sort_resort): remove, this wasn't implemented, and 
17555         I don't see what it's for - doesn't the model always sort itself?
17556         (gtk_tree_model_sort_set_compare): this had the wrong signature
17557
17558         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_attributes):
17559         Fix the docs to say that it destructively replaces existing
17560         attributes (previously said that it added attributes).
17561         (gtk_tree_view_column_set_visible): canonicalize bool before
17562         equality testing. Also, check for realization before
17563         hiding/showing the tree_column->window; if this window could exist
17564         before realization, then it's busted and needs fixing, we can't 
17565         create GDK resources pre-realization. Also, remove
17566         superfluous queue_resize(), since set_size() does that for us.
17567         (gtk_tree_view_column_set_col_type): check realization before 
17568         using tree_column->window
17569
17570         * gtk/gtktreedatalist.c: fix filename in copyright notice
17571
17572 2000-12-31  Havoc Pennington  <hp@pobox.com>
17573
17574         * gtk/gtktextview.c: Rearrange all the
17575         scroll-while-dragging-or-selecting code to be different, not
17576         necessarily better. ;-)
17577         (gtk_text_view_scroll_to_mark): Change this
17578         function to take within_margin as a fraction instead of a pixel
17579         value, and to take alignment arguments (indicating where to align 
17580         the mark inside the visible area)
17581         
17582         * gtk/testtextbuffer.c (fill_buffer): fix bad cast of GtkTextTag
17583         to GtkObject
17584
17585         * gtk/gtktextiter.c (gtk_text_iter_set_line_offset): change
17586         behavior so that offsets past the end of the line are not 
17587         allowed, and an offset equal to the line length moves the iterator
17588         to the next line
17589         (gtk_text_iter_set_line_index): make parallel change
17590         (gtk_text_iter_get_bytes_in_line): add this function
17591         
17592         * gtk/gtktextbtree.c (_gtk_text_line_byte_locate): change handling
17593         of byte indexes off the end of the line; byte index at the end of
17594         the line now returns FALSE and doesn't fill in the requested
17595         values, byte index past the end of the line is an error.  Also,
17596         don't allow -1 offset anymore, since its meaning is unclear.
17597
17598         This change exposes some bug in visual cursor motion, where we
17599         end up with a huge invalid byte index; needs fixing. Symptom of 
17600         bug is a crash when you hit up arrow.
17601         
17602         (_gtk_text_line_char_locate): match the change to byte_locate
17603
17604         * gtk/gtktextiter.c (find_by_log_attrs): Handle iteration backward
17605         from start of line properly. fixes bug reported by Mikael
17606         Hermansson where backspace would delete all text before the
17607         cursor.
17608
17609 2000-12-30  Tor Lillqvist  <tml@iki.fi>
17610
17611         * gdk/win32/gdkwindow-win32.c
17612         (gdk_window_impl_win32_get_visible_region): New function, as in
17613         the X11 backend.
17614         (gdk_window_new, gdk_window_set_title): Use g_locale_from_utf8()
17615         instead of duplicating the same code here.
17616
17617         * gdk/win32/gdkwin32.h (GDK_COLORMAP_PRIVATE_DATA): Use
17618         GDK_COLORMAP macro.
17619
17620         * gdk/win32/gdkevents-win32.c (gdk_event_funcs): Use NULL as
17621         destroy function.
17622         (gdk_event_translate): Use GDK_COLORMAP_PRIVATE_DATA to correctly
17623         access that.
17624
17625         * gtk/gtk.def: Update.
17626
17627         * gtk/makefile.mingw.in: Use glib-genmarshal from $(GLIB)/gobject.
17628
17629 2000-12-30  Havoc Pennington  <hp@pobox.com>
17630
17631         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Set the system
17632         colormap on input only windows, to avoid special cases all over
17633         the code for these windows.
17634
17635 2000-12-26  Tor Lillqvist  <tml@iki.fi>
17636
17637         * gdk/win32/gdkvisual-win32.c (gdk_visual_init): Call g_error if
17638         we are on a palettized display ("PseudoColor" in X11), as the code
17639         for that doesn't work anyway, and never has.
17640
17641 2000-12-22  Alexander Larsson  <alexl@redhat.com>
17642
17643         * gdk/linux-fb/gdkkeyboard-fb.c (xlate_io):
17644         Don't use isprint() for chars > 255.
17645
17646 2000-12-21  Havoc Pennington  <hp@redhat.com>
17647
17648         * tests/testtreeview.c: more work
17649
17650 2000-12-21  Alexander Larsson  <alexl@redhat.com>
17651
17652         * docs/README.linux-fb:
17653         Update the docs to the new pangoft2 way.
17654
17655 2000-12-21  Alexander Larsson  <alexl@redhat.com>
17656
17657         * configure.in:
17658         For linux-fb get the pangoft2 cflags and libs. This needs a recent
17659         pango version.
17660         Remove modules/linux-fb/Makefile.
17661
17662         * gdk/linux-fb/gdkdrawable-fb2.c:
17663         Render glyphs using freetype.
17664
17665         * gdk/linux-fb/gdkfb.h:
17666         Add new fb-specific functions needed for managing windows.
17667
17668         * gdk/linux-fb/gdkmain-fb.c:
17669         Remove gdk_font_init/fini() calls.
17670
17671         * gdk/linux-fb/gdkpango-fb.c:
17672         Remove old implementation. Use pangoft2 instead.
17673
17674         * gdk/linux-fb/gdkprivate-fb.h:
17675         Remove PangoFBFont and related stuff.
17676
17677         * gdk/linux-fb/gdkwindow-fb.c:
17678         Implement drawable->get_visible_region.
17679         Implement support for _gdk_window_set_child_handler () and
17680         _gdk_window_get_decorations().
17681
17682         * modules/Makefile.am:
17683         Remove linux-fb subdir.
17684
17685         * modules/linux-fb/*:
17686         Removed all.
17687         
17688 2000-12-20  Jonathan Blandford  <jrb@redhat.com>
17689
17690         * gtk/gtkcellrenderer*.c (::get_property): remove g_value_init
17691         calls, as they are no longer needed.
17692
17693         * gtk/gtktreemodelsort.c: Fix up the comparison code.
17694         
17695         * gtk/gtktreemodel.h: Start work on ::reordered signal.  Need to
17696         figure out how to emit a signal on an interface.
17697
17698 2000-12-20  Havoc Pennington  <hp@redhat.com>
17699
17700         * tests: new directory to contain tests, gtk/test* should move
17701         here sometime (with appropriate on-cvs-server hackery)
17702
17703         * tests/testtreeview.c, tests/Makefile.am: a test
17704         
17705         * configure.in (AC_OUTPUT): add tests/Makefile
17706
17707         * gtk/gtktexttag.c (gtk_text_tag_get_property): Add "invisible"
17708         and "invisible_set" which were missing
17709
17710         * gtk/gtkrbtree.h: some cheesy indentation fix
17711         
17712 2000-12-20  Alexander Larsson  <alexl@redhat.com>
17713
17714         * gtk/gtkinvisible.c (gtk_invisible_realize):
17715         Attach the style to the window so that the style it is not
17716         leaked when unrealizing the window.
17717
17718 2000-12-18  Havoc Pennington  <hp@redhat.com>
17719
17720         * gtk/gtktextview.c (gtk_text_view_delete_from_cursor): do
17721         begin/end user action where appropriate
17722         (gtk_text_view_commit_handler): add begin/end user action
17723
17724         * gtk/gtktextbuffer.c: add begin/end user action signals, and
17725         bracket interactive operations with begin/end user action pair.
17726         
17727         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): remove
17728         "interactive" arg from insert_text and delete_text signals.
17729         Add begin_user_action, end_user_action signals
17730         (gtk_text_buffer_begin_user_action): 
17731         (gtk_text_buffer_end_user_action): New functions to delimit 
17732         a user-visible action
17733
17734         * gtk/gtkmarshal.list: update to reflect changes to gtktextbuffer
17735         signals.
17736         
17737 2000-12-18  Havoc Pennington  <hp@redhat.com>
17738
17739         * gdk/gdkevents.c (gdk_event_get_state): wow, that implementation
17740         was pretty non-working.
17741
17742         * gtk/testtext.c (fill_file_buffer): make this a bit more robust
17743         by passing the length to g_utf8_validate().
17744
17745 2000-12-16  Havoc Pennington  <hp@pobox.com>
17746
17747         * gtk/gdk-pixbuf-loader.h, gtk/gdk-pixbuf-loader.c: 
17748         Port to GObject, can go back in gdk-pixbuf after setting up 
17749         a gdk-pixbuf-marshal.h header over there.
17750
17751         * gtk/gtktreeview.c: s/SEPERATOR/SEPARATOR/g;
17752         (gtk_tree_view_class_init): specify GTK_TYPE_ADJUSTMENT for signal
17753         args
17754         (gtk_tree_view_init): don't unset GTK_NO_WINDOW, it shouldn't be
17755         set
17756         (gtk_tree_view_realize_buttons): don't gtk_widget_show() buttons
17757         here, do it when we create the buttons later
17758         (gtk_tree_view_realize_buttons): add some g_return_if_fail 
17759         (gtk_tree_view_map): paranoia checks that column->button is shown 
17760         and unmapped
17761         (gtk_tree_view_size_request): only request visible children.
17762         Move header size calculation in here, for cleanliness, and 
17763         to maintain invariants for child widgets if we eventually 
17764         let users set different children inside the buttons
17765         (gtk_tree_view_map_buttons): factor out code to map buttons,
17766         since it was being called several times
17767         (gtk_tree_view_size_allocate_buttons): move_resize the drag
17768         windows instead of just moving them; their height may change 
17769         if we allow random widgets in there, or the theme changes.
17770         (gtk_tree_view_size_allocate): move button size allocation 
17771         above emitting the scroll signals, to ensure a sane state when we
17772         hit user code
17773         (gtk_tree_view_button_release): remove queue_resize after
17774         tree_view_set_size(), set_size() will handle any resize queuing
17775         that's needed
17776         (gtk_tree_view_focus_in): just queue a draw, don't fool with
17777         draw_focus goo
17778         (gtk_tree_view_focus): use gtk_get_current_event() and
17779         gdk_event_get_state()
17780         (gtk_tree_view_deleted): don't queue_resize() after calling set_size()
17781         (gtk_tree_view_build_tree): fix a "if (foo); {}" bug - i.e. remove
17782         semicolon
17783         (gtk_tree_view_create_button): show the button here
17784         (gtk_tree_view_button_clicked): actually emit the clicked signal
17785         on the column
17786         (_gtk_tree_view_set_size): return right away if the size is
17787         unchanged, as a cheesy optimization
17788         (gtk_tree_view_setup_model): rename set_model_realized to 
17789         setup_model to match the flag that indicates whether we've 
17790         called it
17791         (gtk_tree_view_get_hadjustment): create adjustment if it doesn't
17792         exist, because set_scroll_adjustment does that and it shouldn't
17793         matter what order you call these in
17794         (gtk_tree_view_get_vadjustment): ditto
17795         (gtk_tree_view_set_headers_visible): canonicalize the bool, 
17796         for paranoia
17797         (gtk_tree_view_set_headers_visible): call
17798         gtk_tree_view_map_buttons() instead of using cut-and-paste code
17799         (gtk_tree_view_append_column): clarify whether the return value
17800         is the count of columns before or after, and do the increment 
17801         separately from the return statement so you can tell from the code.
17802         (gtk_tree_view_remove_column): ditto
17803         (gtk_tree_view_insert_column): ditto
17804         (gtk_tree_view_get_column): remove g_return_if_fail for columns
17805         outside the existing range, the docs say that outside-range
17806         columns are allowed, so we handle them as documented. (Presumably
17807         this allows a nice loop with column != NULL as test.)
17808         (gtk_tree_view_move_to): document what 0.0, 0.5, 1.0 alignments 
17809         mean (left/right/center etc.).
17810         (gtk_tree_view_collapse_all): only queue a draw if we're mapped
17811         (gtk_tree_view_expand_row): add docs
17812         (gtk_tree_view_collapse_row): add docs
17813
17814         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_clicked): new
17815         function to emit the clicked signal on a column
17816         
17817         * gdk/gdkevents.c (gdk_event_get_state): new function, to get the
17818         state of an event
17819         (gdk_event_get_time): don't treat GDK_SCROLL 
17820         as a button event, remove default case from switch so gcc 
17821         will whine if we don't explicitly handle all event types
17822
17823         * gtk/gtktreeselection.h: added some FIXME 
17824         
17825         * gtk/gtktreeprivate.h (struct _GtkTreeViewPrivate): rename
17826         "columns" to "n_columns" and "column" to "columns" for clarity
17827
17828 2000-12-16  Havoc Pennington  <hp@pobox.com>
17829         
17830         * gtk/gtktextiter.c: General cleanup of the log attr iteration
17831         stuff. This should make e.g. the delete key work again in the
17832         text widget...
17833         (gtk_text_iter_forward_cursor_positions): handle negative count
17834         (gtk_text_iter_backward_cursor_positions): handle negative count
17835         (gtk_text_iter_forward_word_ends): handle negative count
17836         (gtk_text_iter_backward_word_starts): handle negative count
17837
17838         * gtk/gtktextlayout.h, gtk/gtktextlayout.c, gtk/gtktexttag.h,
17839         gtk/gtktexttag.c, gtk/gtktexttagtable.h, gtk/gtktexttagtable.c, 
17840         gtk/gtktextbuffer.h, gtk/gtktextbuffer.c: Convert everything to 
17841         GObject. No doubt will cause breakage.
17842
17843         * demos/gtk-demo/textview.c: remove hacks around
17844         non-GObject-ification of the text objects
17845
17846         * demos/gtk-demo/main.c (main): use g_object_set() to manipulate 
17847         the text tag
17848         
17849 2000-12-14  Havoc Pennington  <hp@pobox.com>
17850
17851         * configure.in: only AC_DEFINE(HAVE_XFT) if we actually determined
17852         that we have Xrender
17853
17854 Thu Dec 14 20:22:31 2000  Owen Taylor  <otaylor@redhat.com>
17855
17856         * gdk/{gdkdrawable.[ch],gdkpixmap.c,gdkwindow.c,x11/gdkwindow.c}:
17857         Add two virtualized functions gdk_drawable_get_clip_region - to
17858         get the clip region when drawing.
17859         
17860         * gdk/gdkwindow.c (gdk_window_invalidate_rect): Rewrite to simple
17861         use invalidate_region.
17862
17863         * gdk/gdkwindow.c (gdk_window_invalidate_region): Clip to visible
17864         region.
17865
17866         * acconfig.h configure.in: Check for Xft. For now, assume
17867         that if Xft is found, Pango was compiled with Xft support
17868         as well.
17869
17870         * gdk/gdkcolor.h gdk/x11/gdkcolor-x11.c: Add 
17871         gdk_colormap_query_color().
17872         
17873         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_glyphs): Draw
17874         with Xft if appropriate.
17875
17876         * gdk/x11/gdkpango-x11.c (gdk_pango_context_get): Create
17877         a pangoxft context if we have XFT and the environment
17878         variable GD_USE_XFT is set.
17879         
17880         * gdk/x11/gdkx.h (struct _GdkGCX11): Cache the fg_pixel
17881         and also possibly an XftDraw structure.
17882
17883         * gtk/gtkfontsel.c: Handle the case where the font from the
17884         style doesn't match any of the fonts a bit better.
17885         
17886         * gtk/testgtk.c: Add tabs between directional segments for
17887         hebrew/arabic test. (Not really necessary, just a little
17888         prettier.)
17889
17890 2000-12-14  Havoc Pennington  <hp@redhat.com>
17891
17892         * gtk/testtext.c (fill_file_buffer): fix unicode validation when
17893         reading a file
17894
17895 2000-12-14  Havoc Pennington  <hp@redhat.com>
17896
17897         * gtk/gtktextbtree.c (_gtk_text_btree_validate_line): remove
17898         unused call to get_last_line()
17899
17900         * gtk/gtkobject.c (gtk_object_add_arg_type): add G_TYPE_POINTER
17901         here until boxed is working (and maybe after that - we should
17902         really not gratuitously break old code)
17903
17904         * gtk/gtktexttag.c (gtk_text_tag_class_init): add commented-out
17905         specific types for font_desc and tabs args, move them to
17906         GTK_TYPE_POINTER for now, waiting on g_param_spec_boxed() to get 
17907         fixed. Move GdkColor args to GTK_TYPE_POINTER also.
17908
17909         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): temporarily
17910         use GTK_TYPE_POINTER for signal signatures as a hack-around
17911
17912         * gtk/gtk-boxed.defs: Add boxed types for PangoFontDescription and
17913         PangoTabArray
17914
17915         * gtk/gtktextlayout.c (line_display_iter_to_index): 
17916         make static
17917         (line_display_index_to_iter): make static
17918
17919         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): fix marshaller
17920         to marshal a string not a boxed
17921
17922         * gtk/gtkmarshal.list: add marshaller for GtkTextBuffer:insert_text
17923
17924         * gtk/testtext.c (fill_file_buffer): don't use g_utf8_next_char
17925         since the UTF-8 isn't validated yet
17926
17927         * gtk/gtktextsegment.c (char_segment_check_func): don't require
17928         lines to end in '\n'
17929         
17930         * gtk/gtktextview.c (gtk_text_view_move_cursor): update to use
17931         forward_to_delimiters, and grapheme boundaries
17932         (gtk_text_view_delete_from_cursor): properly handle non-newline
17933         delimiters, and grapheme boundaries
17934
17935         * gtk/gtktextiter.c (gtk_text_iter_forward_to_newline): rename
17936         to gtk_text_iter_forward_to_delimiters, and make it work properly
17937         if empty lines end with a character other than '\n'
17938
17939         * gtk/gtktextiter.h, gtk/gtktextiter.c: Add movement by cursor
17940         position
17941
17942 2000-12-15  Tor Lillqvist  <tml@iki.fi>
17943
17944         * gdk/makefile.{mingw.in,msc} (gdk_OBJECTS): Add gdkkeys.
17945
17946         * gtk/gtk.def
17947         * gdk/gdk.def: Update.
17948
17949         * gdk/win32/gdkmain-win32.c
17950         * gdk/win32/gdkkeys-win32.c: New file. Move some functions from
17951         gdkmain-win32.c here.
17952
17953         * gdk/win32/makefile.mingw.in (all): No need to make
17954         gdk-win32res.o here, the makefile one step up will call us to make
17955         it.
17956
17957         * gdk/win32/makefile.{mingw.in,msc} (gdk_win32_OBJECTS): Add
17958         gdkkeys-win32.
17959
17960         * gdk/win32/gdkcolor-win32.c: Silence gcc -Wall.
17961
17962         * gdk/win32/gdkevents-win32.c (gdk_events_init): Remove leftover
17963         call to g_source_add().
17964
17965         * gdk/win32/gdkgc-win32.c (BitmapToRegion): Plug memory
17966         leak. Thanks to Andreas Kemnade.
17967
17968 2000-12-13  Havoc Pennington  <hp@pobox.com>
17969
17970         * gtk/gtktextbtree.h: Remove double _ in front of some functions
17971
17972         * gtk/gtktext*.[hc]: update accordingly
17973         
17974 2000-12-13  Havoc Pennington  <hp@pobox.com>
17975
17976         * gtk/gtktextbtree.h: Put _ in front of every function in this 
17977         header file
17978
17979         * gtk/gtktext*.[hc]: update to reflect renamed btree functions
17980
17981 2000-12-13  Alex Larsson  <alexl@redhat.com>
17982
17983         * gdk/linux-fb/gdkmouse-fb.c (mouse_devs):
17984         Add support for ps2 intellimouse.
17985
17986         * gdkkeyboard-fb.c:
17987         Move shift-F1 repaint handling to xlate handler only.
17988         
17989         * docs/README.linux-fb:
17990         Add imps2 to docs.
17991         Document the new refresh keys.
17992         
17993 Tue Dec 12 23:46:44 2000  Tim Janik  <timj@gtk.org>
17994
17995         * gtk/stock-icons/Makefile.am: doh, this was broken beyond believe.
17996
17997         * gtk/gtkbox.c: change property types from (u)long to (u)int for
17998         ::position and ::padding.
17999
18000         * gtk/gtkcontainer.c: make ::border_width an INT property.
18001
18002         * gtk/gtkpacker.c: make ::position an INT property.
18003
18004         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_adjustment_changed):
18005         guard against NULL h/v scrollbars, since this is used at construction
18006         time.
18007
18008         * gtk/gtkclist.[hc]: nuked gtk_clist_construct(), implemented
18009         internal gtk_clist_constructor().
18010
18011         * gtk/gtkctree.[hc]: nuked gtk_ctree_construct(), implemented
18012         gtk_ctree_constructor().
18013
18014         * gtk/gtkprogressbar.c (gtk_progress_bar_class_init): property
18015         ::pulse_step should use ARG_PULSE_STEP, not ARG_FRACTION.
18016
18017         * docs/reference/Makefile.am: fun stuff, disabled docs generation
18018         again, gtk-scan.c needs to introspec paramspecs, not GtkAgs.
18019
18020         * gtk/gtkwidget.[hc]:
18021         removed gtk_widget_setv(), gtk_widget_getv(), gtk_widget_newv()
18022         and gtk_widget_get().
18023         (gtk_widget_new): use g_object_new_valist().
18024         (gtk_widget_set): use g_object_set_valist().
18025
18026         * gtk/gtkobject.[hc]:
18027         removed gtk_object_arg_get_info(), gtk_object_getv(),
18028         gtk_object_query_args(), gtk_object_newv(),
18029         gtk_object_class_add_signals(),
18030         gtk_object_class_user_signal_new(),
18031         gtk_object_class_user_signal_newv(),
18032         gtk_object_arg_set(), gtk_object_arg_get(),
18033         gtk_object_args_collect(),
18034         gtk_object_default_construct(),
18035         gtk_object_constructed(),
18036         GTK_CONSTRUCTED and GTK_OBJECT_CONSTRUCTED().
18037         removed nsignals, signals and n_args members from GtkObjectClass.
18038         (gtk_object_new): use g_object_new_valist().
18039         (gtk_object_set): use g_object_set_valist().
18040         (gtk_object_get): use g_object_get_valist().
18041         
18042         * gtk/gtkcompat.h: define gtk_object_default_construct().
18043         
18044         * gtk/gtktypeutils.c (gtk_type_new): create constructed objects via
18045         g_object_new().
18046
18047         * gtk/*.c: removed gtk_object_class_add_signals() from class_init()
18048         fucntions, cleaned up method assignments (make sure your structures
18049         are setup properly before calling out). removed all GTK_CONSTRUCTED
18050         hacks ;)
18051
18052 Tue Dec 12 11:52:16 2000  Owen Taylor  <otaylor@redhat.com>
18053
18054         * gtk/gtkclist.c (gtk_clist_optimal_column_width): Fix 
18055         off-by-one error in checks. (Dave Lambert)
18056
18057 2000-12-12  Alexander Larsson  <alexl@redhat.com>
18058
18059         * gdk/linux-fb/gdkkeyboard-fb.c (xlate_close, raw_close):
18060         Don't free gdk_fb_keyboard twice.
18061
18062 Tue Dec 12 08:24:42 2000  Tim Janik  <timj@gtk.org>
18063
18064         * gtk/testgtk.c:
18065         (create_tooltips): 
18066         (create_statusbar): get rid of object_signal:: GtkObject argument uses,
18067         use GObject swapped_signal:: properties instead.
18068
18069         * gtk/gtkcellrenderertoggle.c: 
18070         * gtk/gtkcellrenderertextpixbuf.c: 
18071         * gtk/gtkcellrenderertext.c: 
18072         * gtk/gtkcellrendererpixbuf.c: 
18073         * gtk/gtkcellrenderer.c:
18074         * gtk/gtktreeviewcolumn.c: s/[sg]et_param/[sg]et_property/, fixed
18075         missing warnings for invalid property ids, install properties
18076         with g_object_class_install_property() now.
18077         
18078         * gtk/gtksignal.c:
18079         (gtk_signal_emit): let g_signal_emit_valist() collect the values for us.
18080         
18081 Wed Oct 25 14:17:43 2000  Owen Taylor  <otaylor@redhat.com>
18082         
18083         * gtk/gtkwidget.[ch] (gtk_widget_is_focus): Add a function
18084         to determine if a window is the focus widget within
18085         its toplevel.
18086
18087         * gtk/gtkcontainer.[ch]: Fix the return type of ::focus
18088         to be boolean.
18089
18090         * gtk/gtkcontainer.c (gtk_container_real_focus): Move handling 
18091         of the case where the container CAN_FOCUS to here instead
18092         of having it in each individual move-the-focus place.
18093
18094         * gtk/gtkcontainer.c: Rewrite handling of left-right and up-down
18095         focusing to be geometric in a much more obvious sense. Arrowing
18096         around is still non-intuitive because it isn't perfect and
18097         because entries, etc, grab the arrow keys, but it at least
18098         usually will do what you expect now.
18099         
18100         * gtk/gtknotebook.[ch]: Many cleanups. Moved docs inline in this
18101         file.
18102
18103         * gtk/gtknotebook.c: Change tabs to be a single item in
18104         the focus chain. Make movement of focus on tabs with arrow
18105         keys wrap around.
18106         
18107         * gtk/gtknotebook.c (gtk_notebook_find_child): Add
18108         CHECK_FIND_CHILD macro to give informative error messages
18109         instead of silent returns.
18110
18111         * gtk/gtknotebook.c (gtk_notebook_init): Set the RECEIVES_DEFAULT 
18112         flag since we handle GdkReturn on the tabs.
18113
18114         * gtk/gtknotebook.c (gtk_notebook_expose_tabs): Invalidate
18115         windows rather than sending expose events directly.
18116
18117         * gtk/gtknotebook.[ch] docs/Changes-2.0.txt: Move structure 
18118         definition for GtkNotebookPage into .c file, since it is private.
18119
18120         * gtk/testgtk.c (create_notebook): Add option for 
18121         testing borderless notebook.
18122
18123         * gtk/testgtk.c (page_switch): Removed egregious poking
18124         around in GTK+ internals.
18125
18126         * docs/widget-system.txt: Remove references to GTK_REDRAW_PENDING.
18127
18128         * gtk/gtkclist.[ch]: Remove key press handler, handle focusing
18129         properly through gtk_clist_focus. Make the title headers a
18130         single item in the tab-focus chain, and make left-right wrap
18131         around.
18132
18133         * gtk/gtkwindow.c (gtk_window_focus): Add a custom
18134         focus method so that wrapping around works properly.
18135
18136         * gtk/gtktreeview.c: Remove calls to gtk_container_set_focus_child() - 
18137         that is handled for the widget now. 
18138
18139 Mon Dec 11 11:41:12 2000  Owen Taylor  <otaylor@redhat.com>
18140
18141         * gtk/gtkinvisible.c (gtk_invisible_init): Flag invisible
18142         widgets as TOPLEVEL.
18143
18144         * gtk/gtkwidget.c (gtk_widget_queue_resize): Don't assume
18145         TOPLEVEL widgets are containers.
18146
18147         * gtk/gtkinvisible.h: Remove useless include.
18148
18149 2000-12-11  Havoc Pennington  <hp@redhat.com>
18150
18151         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): 
18152         Handle chopping off \r\n and 0x2029 in addition to \n before
18153         passing to PangoLayout
18154
18155         * gtk/gtkimcontextsimple.c
18156         (gtk_im_context_simple_get_preedit_string): 
18157         return an empty string if no match is pending
18158
18159         * gtk/gtkimcontext.c (gtk_im_context_get_preedit_string): add
18160         assertion that the returned preedit string was sane
18161
18162         * gtk/gtktext*.[hc], gtk/testtext.c, gtk/testtextbuffer.c:
18163         s/gtk_text_iter_next_char/gtk_text_iter_forward_char/g;
18164         s/gtk_text_iter_prev_char/gtk_text_iter_backward_char/g;
18165
18166 Mon Dec 11 10:02:26 2000  Owen Taylor  <otaylor@redhat.com>
18167
18168         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_finalize): 
18169         Fix up finalizer to chain to its parent.
18170
18171 2000-12-11  Alexander Larsson  <alexl@redhat.com>
18172
18173         * docs/README.linux-fb (GDK_KEYBOARD_TYPE):
18174         Clearified the difference between the keyboard types. Wrote a note
18175         about the magic sysrq key to get out of raw mode.
18176
18177 2000-12-09  James Henstridge  <james@daa.com.au>
18178
18179         * gdk/linux-fb/gdkmouse-fb.c (GdkFBMouseDevice): add prot struct
18180         member to hold masks for detecting the start of a protocol packet.
18181         (mouse_devs): add packet start masks for ps2 and ms device types.
18182         Left the mask for fidmour blank, as I have no idea what it should
18183         be.
18184         (handle_mouse_io): skip bytes until we get to the start of a
18185         packet.  My Logitech mouse seems to be passing an extra NULL pad
18186         byte, and GPM does a similar thing here.
18187         (gdk_fb_mouse_ms_open): changed error message to not say psaux, as
18188         this is the ms mouse driver.
18189         (gdk_fb_mouse_ms_packet): fix up button handling, which was
18190         completely broken except for button1.  It was checking the wrong
18191         bit in the packet for the status of the right mouse button, and
18192         wrongly assuming right == button2 rather than 3.  I fixed that and
18193         also added support for middle button (button2).
18194
18195 2000-12-08  Havoc Pennington  <hp@redhat.com>
18196
18197         * gtk/gtktextbtree.c (gtk_text_btree_insert): fix breakage here
18198         that cause a segfault on text insertion
18199
18200         * gtk/gtktextchild.c (gtk_text_child_anchor_queue_resize): fix 
18201         warning
18202
18203         * gtk/gtktextiter.c (test_log_attrs): use
18204         _gtk_text_buffer_get_line_log_attrs to speed things up a bit
18205
18206         * gtk/gtktextbuffer.c (_gtk_text_buffer_get_line_log_attrs): 
18207         Get log attrs for a line, using a cache stored on the buffer
18208         
18209         * gtk/gtkcolorsel.h (GTK_COLOR_SELECTION_GET_CLASS): fix typo,
18210         reported by Jeff Franks
18211
18212 2000-12-08  Alexander Larsson  <alla@lysator.liu.se>
18213
18214         * gdk/linux-fb/gdkmouse-fb.c (gdk_fb_mouse_ms_open):
18215         /dev/ttyS0 -> /dev/mouse
18216
18217 2000-12-08  Alexander Larsson  <alla@lysator.liu.se>
18218
18219         * gdk/linux-fb/gdkfont-fb.c (gdk_fontset_load):
18220         Added dummy gdk_fontset_load.
18221
18222 2000-12-08  Alexander Larsson  <alexl@redhat.com>
18223
18224         * docs/README.linux-fb:
18225         * docs/Makefile.am:
18226         Initial GtkFB docs.
18227         
18228         * gdk/linux-fb/Makefile.am:
18229         Define GDK_DATA_PREFIX.
18230
18231         * gdk/linux-fb/gdkmain-fb.c:
18232         Fix typo.
18233         Change default display to /dev/fb0.
18234
18235         * gdk/linux-fb/gdkpango-fb.c:
18236         Add $(prefix)/share/fonts/ to font path.
18237         
18238 2000-12-08  Alexander Larsson  <alla@lysator.liu.se>
18239
18240         * gdk/linux-fb/gdkkeyboard-fb.c:
18241         New file containing the abstracted keyboard driver. Most code
18242         taken from gdkinput-ps2.c
18243
18244         * gdk/linux-fb/gdkinput-ps2.c:
18245         Removed file.
18246         
18247         * gdk/linux-fb/Makefile.am:
18248         Added gdkkeyboard-fb.c, removed gdkinput-ps2.c.
18249
18250         * gdk/linux-fb/gdkcolor-fb.c:
18251         display->fb was renamed to display->fb_fd.
18252
18253         * gdk/linux-fb/gdkcursor-fb.c:
18254         gdk_mouse_get_info -> gdk_fb_mouse_get_info
18255
18256         * gdk/linux-fb/gdkinput.c:
18257         Moved gdk_input_init here from gdkinput-ps2.c
18258
18259         * gdk/linux-fb/gdkmain-fb.c:
18260         display->fb was renamed to display->fb_fd.
18261         Now the tty and the console is opened here instead
18262         of in the keyboard driver. Also check GDK_VT to see what
18263         tty to open.
18264         Move gdk_beep () here from gdkinput-ps2.c
18265         gdk_mouse_get_info -> gdk_fb_mouse_get_info
18266
18267         * gdk/linux-fb/gdkmouse-fb.c:
18268         Add header.
18269         gdk_mouse_get_info -> gdk_fb_mouse_get_info
18270         Return correct keyboard modifiers.
18271         GDK_MOUSETYPE -> GDK_MOUSE_TYPE for consistancy
18272
18273         * gdk/linux-fb/gdkprivate-fb.h:
18274         Add tty and vt info to display.
18275         Add orignal modeinfo storage to display
18276         Update global functions
18277
18278         * gdk/linux-fb/gdkwindow-fb.c:
18279         Added gdk_fb_window_find_focus().
18280         gdk_mouse_get_info -> gdk_fb_mouse_get_info
18281
18282 2000-12-07  Havoc Pennington  <hp@pobox.com>
18283
18284         * gdk/x11/gdkkeys-x11.c (gdk_keymap_lookup_key): fix name of 
18285         function, noticed by Alex
18286
18287 2000-12-06  Elliot Lee  <sopwith@redhat.com>
18288
18289         * configure.in: Detect freetype properly
18290
18291         * modules/basic/Makefile.am, gdk/linux-fb/Makefile.am: Make use of
18292         above.
18293
18294 2000-12-06  Alexander Larsson  <alexl@redhat.com>
18295
18296         * gdk/linux-fb/Makefile.am:
18297         Add gdkmouse-fb.c
18298         
18299         * gdk/linux-fb/gdkmouse-fb.c:
18300         New file. Abstracted the mouse drivers a bit.
18301
18302         * gdk/linux-fb/gdkcursor-fb.c:
18303         The cursor hide/show functions was moved here from gdkinput-ps2.c.
18304
18305         * gdk/linux-fb/gdkinput-ps2.c:
18306         Removed old mouse handling code. Moved cursor handling code
18307         to gdkcursor-fb.c, moved gdk_fb_window_send_crossing_events() to
18308         gdkwindow-fb.c. gdk_input_get_mouseinfo was renamed to
18309         gdk_mouse_get_info.
18310
18311         * gdk/linux-fb/gdkmain-fb.c:
18312         Pass NULL pointers for x,y in gdk_mouse_get_info call.
18313
18314         * gdk/linux-fb/gdkprivate-fb.h:
18315         Removed public gdk_fb_find_common_ancestor, added and renamed
18316         functions for the new mouse handling code.
18317
18318         * gdk/linux-fb/gdkwindow-fb.c:
18319         Moved gdk_fb_window_send_crossing_events here. added global
18320         variable gdk_fb_window_containing_pointer. made
18321         gdk_fb_find_common_ancestor static. gdk_input_get_mouseinfo was
18322         renamed to gdk_mouse_get_info.
18323
18324 2000-12-06  Alexander Larsson  <alexl@redhat.com>
18325
18326         * gdk/linux-fb/gdkevents-fb.c:
18327         Update to match latest gmain/gsource changes.
18328
18329         * gdk/linux-fb/gdkinput-ps2.c:
18330         Bogus gdk_keymap_get_entries_for_keycode implementation so that
18331         it links. Will be implemented later.
18332
18333 2000-12-03  Havoc Pennington  <hp@pobox.com>
18334
18335         * gdk/Makefile.am: add gdkkeys.[hc]
18336
18337         * gdk/gdkkeys.h, gdk/gdkkeys.c: Move all the keyval stuff to these
18338         files from gdk.h, gdk.c; add GdkKeymap type and operations on it.
18339
18340         * acconfig.h, configure.in: add checks and command line options
18341         for XKB
18342
18343         * gdk/x11/gdkkeys-x11.c: Implement the above functions
18344         
18345         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Put the keycode
18346         and group in the key event
18347
18348         * gdk/gdkevents.h (struct _GdkEventKey): Add a hardware_keycode
18349         field with the low-level hardware key code, and a group
18350         field with the keyboard group
18351
18352         * gdk/x11/gdkprivate-x11.h: include config.h for HAVE_XKB,
18353         and declare a couple globals used for keymap handling
18354         
18355         * gtk/gtkimcontextsimple.c: Implement ISO 14755 input method,
18356         hold down Shift-Control and type a hex number to get a Unicode 
18357         character corresponding to the hex number
18358         (gtk_im_context_simple_get_preedit_string): Fix cursor position
18359         (return bytes not chars)
18360
18361 2000-12-05  Elliot Lee  <sopwith@redhat.com>
18362
18363         * gdk/gdkcolor.h: Make GdkColor specify element sizes
18364         to avoid waste on 64-bit platforms.
18365
18366 Tue Dec  5 15:49:31 2000  Owen Taylor  <otaylor@redhat.com>
18367
18368         * INSTALL: Fix link to PNG home, remove reference
18369         to fribidi.
18370
18371         * gdk/x11/gdkevents-x11.c: Fix up for new GMain API.
18372         
18373         * gdk/win32/gdkevents-win32.c: Fix up for new GMain API. (Not
18374         tested.)
18375
18376         * gtk/gtkcheckmenuitem.c: Permanently turn on
18377         always_show_toggle.
18378
18379         * gtk/gtkclist.c (gtk_clist_get_pixtext): Allow mask to 
18380         be NULL. (Vladimir Klebanov, #26545)
18381
18382         * gtk/gtkspinbutton.c (gtk_spin_button_insert_text): Fix 
18383         some signed/unsigned comparison problems. (#6510,
18384         David Kaelbling)
18385
18386         * gtk/gtkwidget.[ch] (gtk_widget_is_ancestor): Change
18387         return type to boolean (Oskar Liljeblad, #18648)
18388
18389 2000-12-05  Alexander Larsson  <alexl@redhat.com>
18390
18391         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_display_new):
18392         Remove bogus colormap setting.
18393
18394 2000-12-05  Alexander Larsson  <alexl@redhat.com>
18395
18396         * gdk/linux-fb/gdkcolor-fb.c:
18397         More complete colormap handling. Now GdkRGB work in 8 bpp modes.
18398
18399         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_image):
18400         Must set colormap.
18401         
18402 Tue Dec  5 13:17:53 GMT 2000  Tony Gale <gale@gtk.org>
18403
18404         * docs/tutorial/gtk-tut.sgml: DND updates
18405
18406 2000-12-05  Alexander Larsson  <alla@lysator.liu.se>
18407
18408         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_drawable_3):
18409         Remove old debug g_warning().
18410         (gdk_fb_draw_drawable): The src argument can be either a wrapper
18411         or an implementation, just pass the implementation to draw_drawable_2.
18412         
18413         * gdk/linux-fb/gdkprivate-fb.h:
18414         Added GDK_IS_DRAWABLE_IMPL_FBDATA()
18415
18416         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_destroy):
18417         clear and invalidate area when window is destroyed.
18418         (send_map_events): Remove old commented out code.
18419
18420 2000-12-05  Alexander Larsson  <alexl@redhat.com>
18421
18422         * gdk/linux-fb/gdkpango-fb.c:
18423         Use italic instead of oblique in font aliases.
18424         
18425         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_fill_span_generic,
18426         _gdk_fb_gc_calc_state): Support GDK_XOR, add g_warning for
18427         other unsupported functions.
18428
18429 2000-12-04  Havoc Pennington  <hp@redhat.com>
18430
18431         * gtk/gtkpaned.c (gtk_paned_expose): fix this to be sane
18432
18433         * gtk/gtkvpaned.c (gtk_vpaned_expose): Add an expose handler
18434
18435         * gtk/gtkhpaned.c (gtk_hpaned_expose): Add an expose handler
18436
18437         * gtk/gtknotebook.c (gtk_notebook_draw_tab): put in a temporary 
18438         hack to avoid infinite loops (synthetic expose event) - 
18439         Owen has more appropriate fixes in a branch he'll check in later.
18440
18441         * gtk/gtktextiter.c (gtk_text_iter_ends_line): handle paragraph
18442         separator, CR, and CRLF as line ends
18443
18444         * gtk/gtktextbtree.c (gtk_text_btree_insert): on insertion, break
18445         into lines using pango_find_paragraph_boundary(); other bits of
18446         the widget are still going to be broken if the boundary isn't '\n'
18447         though
18448
18449 2000-12-04  Alexander Larsson  <alexl@redhat.com>
18450
18451         * gdk/linux-fb/gdkfont-fb.c (gdk_text_width): Divide size by 2, not
18452         multiply.
18453
18454         * gdk/linux-fb/gdkpango-fb.c:
18455         Copied some 26.6 scaling macros from pango to clean up the rounding.
18456         (pango_fb_font_get_glyph_info): Correct sign on x value.
18457
18458         * gdk/linux-fb/gdkprivate-fb.h:
18459         Removed unreferenced external functions.
18460
18461         * modules/linux-fb/Makefile.am: Use ` instead of '.
18462
18463         * modules/linux-fb/basic.c:
18464         Remove dead code. In particular the dummy lang engine which broke all
18465         pango layouts in GtkFB. Don't include tables-big.i anymore.
18466
18467         * modules/linux-fb/tables-big.i:
18468         Upgrade to latest version from pango. Left for reference, basic_ranges
18469         moved to basic.c.
18470         
18471 2000-12-04  Havoc Pennington  <hp@redhat.com>
18472
18473         Fix bugs Alex found:
18474         
18475         * gtk/gtktooltips.c (gtk_tooltips_force_window): nuke connection
18476         to "draw"
18477
18478         * gtk/gtkdnd.c (gtk_drag_highlight): nuke connection to "draw"
18479
18480         * gtk/gtkcolorsel.c (palette_new): nuke connection to "draw"
18481
18482         * gtk/gtklistitem.c (gtk_list_item_expose): Put the old _draw() 
18483         implementation in here, apparently the expose() implementation was
18484         dead code.
18485
18486 2000-12-04  Alexander Larsson  <alexl@redhat.com>
18487
18488         * gdk/linux-fb/gdkpango-fb.c (pango_fb_font_get_metrics):
18489         Return positive descent.
18490
18491 2000-12-02  Havoc Pennington  <hp@pobox.com>
18492
18493         * gtk/gtkwidget.h (struct _GtkWidgetClass): Remove "draw" virtual
18494         method and signal
18495         
18496         * gtk/gtkwidget.c (gtk_widget_draw): Now just queues a draw then
18497         calls gdk_window_process_updates() to push the exposes through
18498         (gtk_widget_class_init): No more draw signal, no
18499         gtk_widget_real_draw()  
18500         
18501         * gtk/gtkbin.c (gtk_bin_draw): remove
18502
18503         * gtk/gtkbox.c (gtk_box_draw): remove
18504
18505         * gtk/gtkbutton.c (gtk_button_draw): remove
18506
18507         * gtk/gtkcalendar.c (gtk_calendar_draw): remove
18508
18509         * gtk/gtkcheckbutton.c (gtk_check_button_draw): remove
18510
18511         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_draw): remove
18512
18513         * gtk/gtkclist.c (gtk_clist_draw): remove
18514
18515         * gtk/gtkentry.c (gtk_entry_draw): remove
18516
18517         * gtk/gtkeventbox.c (gtk_event_box_draw): remove
18518
18519         * gtk/gtkfixed.c (gtk_fixed_draw): remove
18520
18521         * gtk/gtkframe.c (gtk_frame_draw): remove
18522
18523         * gtk/gtkhandlebox.c (gtk_handle_box_draw): remove
18524
18525         * gtk/gtkhpaned.c (gtk_hpaned_draw): remove
18526
18527         * gtk/gtklayout.c (gtk_layout_draw): remove
18528
18529         * gtk/gtklist.c (gtk_list_draw): remove
18530
18531         * gtk/gtklistitem.c (gtk_list_item_draw): remove
18532
18533         * gtk/gtkmenu.c (gtk_menu_draw): remove
18534
18535         * gtk/gtkmenubar.c (gtk_menu_bar_draw): remove
18536
18537         * gtk/gtkmenuitem.c (gtk_menu_item_draw): remove
18538
18539         * gtk/gtknotebook.c (gtk_notebook_draw): remove
18540
18541         * gtk/gtkoptionmenu.c (gtk_option_menu_draw): remove
18542
18543         * gtk/gtkpacker.c (gtk_packer_draw): remove
18544
18545         * gtk/gtkrange.c (gtk_range_draw): remove
18546
18547         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_draw): remove
18548
18549         * gtk/gtkspinbutton.c (gtk_spin_button_draw): remove
18550
18551         * gtk/gtktable.c (gtk_table_draw): remove
18552
18553         * gtk/gtktearoffmenuitem.c (gtk_tearoff_menu_item_draw): remove
18554
18555         * gtk/gtktext.c (gtk_text_draw): remove
18556
18557         * gtk/gtktextview.c (gtk_text_view_draw): remove
18558
18559         * gtk/gtktogglebutton.c (gtk_toggle_button_draw): remove
18560
18561         * gtk/gtktoolbar.c (gtk_toolbar_draw): remove
18562
18563         * gtk/gtktree.c (gtk_tree_draw): remove
18564
18565         * gtk/gtktreeitem.c (gtk_tree_item_draw): remove
18566
18567         * gtk/gtktreeview.c (gtk_tree_view_draw): remove
18568
18569         * gtk/gtkviewport.c (gtk_viewport_draw): remove
18570
18571         * gtk/gtkvpaned.c (gtk_vpaned_draw): remove
18572
18573         * gtk/gtkvscale.c (gtk_vscale_draw): remove
18574
18575         * gtk/gtkwindow.c (gtk_window_draw): remove
18576
18577 2000-20-01  Anders Carlsson  <andersca@gnu.org>
18578
18579         * gtk/gtktogglebutton.c (gtk_toggle_button_draw): Fix bug when
18580         a GtkToggleButton is both insensitive and active, it was being
18581         drawn by the GtkButton draw handler which doesn't check the
18582         state. Now it's calling gtk_toggle_button_paint instead.
18583         
18584 2000-12-01  Havoc Pennington  <hp@redhat.com>
18585
18586         * gtk/gtktextdisplay.c (gtk_text_layout_draw): don't create
18587         dangling pointers to the appearance attributes from the 
18588         line display
18589
18590         * gdk/gdkdraw.c (gdk_drawable_get_image): allow negative
18591         width/height to mean "full width/height of drawable"
18592
18593         * gtk/gtktextview.h, gtk/gtktextview.c: Implement double/triple
18594         click to select word/line
18595         
18596         * gtk/gtktextiter.c (test_log_attrs): include paragraph delimiters 
18597         when getting log attrs. Get a slice, so that pixmaps and stuff
18598         are properly handled.
18599
18600         * gtk/gtktextbuffer.c (paste): Fix pasting to work properly if you
18601         paste into the selection (replaces selection now, previously
18602         crashed or added to selection). Reveals longstanding btree bug -
18603         select multiple lines, middle-click on the selection, boom. This
18604         isn't related to my changes though.
18605
18606         * gtk/gtkentry.c (gtk_entry_move_forward_word): Update to reflect
18607         PangoLogAttrs changes
18608         (gtk_entry_move_backward_word): ditto
18609
18610         * gtk/gtktextlayout.h, gtk/gtktextlayout.c: Make the iter motion
18611         functions return bool whether the iter moved onto a
18612         dereferenceable position.
18613  
18614         * gtk/gtktextview.h, gtk/gtktextview.c: Add a bunch of public
18615         functions for motion in terms of display lines.
18616
18617         * gtk/gtktextmark.c (gtk_text_mark_get_buffer): Add function to
18618         get the buffer a mark is inside
18619         
18620 2000-12-01  Alexander Larsson  <alexl@redhat.com>
18621
18622         * gdk/linux-fb/Makefile.am:
18623         * modules/linux-fb/Makefile.am:
18624         Freetype 2 final uses freetype-config
18625
18626         * gdk/linux-fb/gdkpango-fb.c:
18627         Upgrade to use Freetype 2 final.
18628         More flexible support for font aliases, this also fixes a bug with
18629         GtkFontSelector, as the aliases must be visible in the font/family list,
18630         or GtkFontSelector reads uninitialized memory.
18631
18632 2000-11-30 Hidetoshi Tajima  <tajima@eng.sun.com>
18633
18634         * modules/input/gtkimcontextxim.c (setup_im): Add NULL argument to
18635         XGetIMValues to properly terminate variable argument list, and do
18636         NULL return check for ic_values and xim_styles.
18637
18638         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_reset):
18639         Restore preedit state after XmbResetIC().
18640         
18641         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_get_ic):
18642         XvaCreateNestedList() should take XvaNestedList, but not
18643         XvaNestedList*.
18644
18645         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_reset,
18646         preedit_draw_callback, preedit_caret_callback): Match
18647         "preedit-changed" signal name to "preedit_changed" to be
18648         consistent to the spec.
18649
18650         * gtk/gtkimcontextsimple.c (check_table):
18651         Match "preedit-changed" to "preedit_changed" to be consistent
18652         to the spec.
18653
18654 Thu Nov 30 23:03:04 2000  Owen Taylor  <otaylor@redhat.com>
18655
18656         * gdk/x11/gdkgc-x11.c (gdk_gc_copy): Properly handle
18657         gc->clip_region == NULL>
18658
18659 2000-11-30  Tor Lillqvist  <tml@iki.fi>
18660
18661         Changes by Hans Breuer:
18662         
18663         * gdk/win32/gdkwindow-win32.c (gdk_window_set_geometry_hints):
18664         Dont't use negative width and height as max_hints. This fixes
18665         Owen's recent testgtk changes for win32.
18666
18667         * gdk/win32/gdkgc-win32.c (gdk_win32_hdc_get,
18668         gdk_win32_hdc_release): These are exported and may be called with
18669         other drawable types than our GdkDrawableImplWin32 (?).
18670
18671         * gdk/gdkwindow.c: Backing store appears to work on Windows now,
18672         so always #define USE_BACKING_STORE.
18673
18674         * gtk/gtktextdisplay.c (render_layout_line): Use g_print instead
18675         of printf for debugging output.
18676
18677         * gtk/gtktextlayout.c (allocate_child_widgets): Ditto.
18678         
18679         * gtk/gtktextview.c (gtk_text_view_child_allocated): Ditto.
18680
18681         * gtk/gtkmain.h (GTKMAIN_C_VAR): Win32 fix for dllimport
18682         declaration.
18683
18684         * gtk/gtktexttypes.h: Ditto.
18685
18686         * gtk/gtklabel.c (gtk_label_set_markup_with_accel): Return a value
18687         (GDK_VoidSymbol) also if in case of arg check failure.
18688
18689         * gtk/gtkimcontextsimple.c
18690         (gtk_im_context_simple_get_preedit_string): Don't assign cursor
18691         position to the pointer, but to the variable it points to.
18692
18693         * gtk/makefile.msc.in (DEFINES): Define GTK_VERSION.
18694
18695         * gtk/gtk.def: Updates.
18696
18697 2000-11-29  Elliot Lee  <sopwith@redhat.com>
18698
18699         * gtk/gtkmodelsimple.c: Inherits from GTK_TYPE_OBJECT, not
18700         GTK_TYPE_TREE_MODEL.
18701
18702 2000-11-29  Alexander Larsson  <alexl@redhat.com>
18703
18704         * gdk/linux-fb/gdkfont-fb.c (gdk_font_from_description):
18705         Set the size of the font from the description.
18706         (gdk_text_width): Gross hack that calculates the width
18707         of text by text_length * size/2. This is necessary because
18708         GtkLabel does some ugly gtk_string_width call to calculate
18709         an good size.
18710         (linux-fb/gdkprivate-fb.h): Removed unused field FT_Face.
18711
18712 Wed Nov 29 13:39:19 GMT 2000  Tony Gale <gale@gtk.org>
18713
18714         * docs/tutorial/gtk-tut.sgml: DND updates
18715
18716 2000-11-29  Alexander Larsson  <alexl@redhat.com>
18717
18718         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_clear_area):
18719         If you pass width or height == 0 to gdk_window_clear_area they
18720         should be calculated from the window size.
18721
18722 2000-11-29  Alexander Larsson  <alexl@redhat.com>
18723
18724         * gdk/linux-fb/gdkinput-ps2.c (move_pointer): If there is
18725         a grab, but no grab-cursor, use the cursor from the grabbed
18726         window. (gdk_fb_window_send_crossing_events): Send normal
18727         enter/leave notifications if grab and owner_events == TRUE.
18728
18729 2000-11-29  Alexander Larsson  <alexl@redhat.com>
18730
18731         * gdk/linux-fb/gdkinput-ps2.c (send_button_event):
18732         Do implicit button grabs, even if the window doesn't
18733         want the event.
18734         (gdk_fb_window_send_crossing_events): If there is a
18735         grab, only the grabbed window gets normal enter/leave
18736         notifications. On ungrab go from grabbed window to current.
18737         Don't send any notification to b when propagating from c -> b.
18738         If setting a grab on window, don't set prev_window.
18739         (handle_mouse_input): Send enter/leave events to the window the
18740         mouse is over, not the grabbed one.
18741         
18742 2000-11-28  Elliot Lee  <sopwith@redhat.com>
18743
18744         * gdk/gdkregion-generic.c: Zap warning.
18745         * modules/input/Makefile.am: Only build im-xim if USE_X11 is enabled
18746         * gtk/gtkrc.c: s/strcpy/memcpy/ to save a few nanoseconds.
18747
18748 2000-11-28  Alexander Larsson  <alla@lysator.liu.se>
18749
18750         * gdk/linux-fb/gdkwindow-fb.c (gdk_fb_window_move_resize):
18751         The cursor should be hidden if it is part of either the
18752         source or destination region. Not only if it is in both.
18753         (gdk_window_set_transient_for): Silence warnings.
18754
18755 2000-11-28  Alexander Larsson  <alexl@redhat.com>
18756
18757         * gdk/linux-fb/mifillarc.c (miFillArcSliceSetup):
18758         The default mode in X is Pie Arcs, therefore that is
18759         what Gtk+ uses.
18760
18761 2000-11-28  Alexander Larsson  <alexl@redhat.com>
18762
18763         * gdk/linux-fb/gdkinput-ps2.c:
18764         Implement correct EnterNotify/LeaveNotify:
18765         (gdk_fb_window_send_crossing_events): New function that sends
18766         all GdkCrossingEvents from the last mouse-window to the specified
18767         destination.
18768         (gdk_fb_window_visibility_crossing): Removed function.
18769         (handle_mouse_input): Use gdk_fb_window_send_crossing_events()
18770         (send_button_event, gdk_fb_cursor_reset): Use gdk_window_at_pointer
18771         instead of gdk_window_get_pointer() for better readability.
18772
18773         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_pointer_grab,
18774         gdk_fb_pointer_ungrab): Use gdk_fb_window_send_crossing_events.
18775
18776         * gdk/linux-fb/gdkprivate-fb.h:
18777         removed gdk_fb_window_visibility_crossing, added
18778         gdk_fb_window_send_crossing_events and gdk_fb_find_common_ancestor.
18779
18780         gdk/linux-fb/gdkwindow-fb.c (gdk_fb_find_common_ancestor):
18781         New function that finds the least common ancestor of two windows.
18782         (gdk_window_show, gdk_window_hide):
18783         Use gdk_fb_window_send_crossing_events.
18784         (gdk_fb_window_move_resize): Send configure events to toplevel
18785         windows. Use gdk_fb_window_send_crossing_events.
18786
18787 2000-11-27  Havoc Pennington  <hp@redhat.com>
18788
18789         * gtk/gtkprivate.h (enum): Remove a trailing comma
18790
18791 2000-11-27  Federico Mena Quintero  <federico@helixcode.com>
18792
18793         * gtk/gtkspinbutton.c (gtk_spin_button_set_adjustment): Connect to
18794         the "changed" callback of the adjustment.  We need to redraw the
18795         spin button's arrows when the adjustment's range changes.
18796         (adjustment_changed_cb): Draw the arrows.
18797         (gtk_spin_button_value_changed): Draw the arrows.
18798
18799 2000-11-23  Alexander Larsson  <alexl@redhat.com>
18800
18801         * gdk/linux-fb/gdkselection-fb.c:
18802         Initial selection implementation.
18803
18804         * gtk/gtkselection.c:
18805         if GDK_WINDOWING_FB defined, include linux-fb/gdkfb.h and look up
18806         requestor in gtk_selection_request.
18807         
18808         * gdk/linux-fb/gdkfb.h, gdk/linux-fb/gdkglobals-fb.c:
18809         Added gdk_selection_property atom.
18810
18811         * gdk/linux-fb/gdkprivate-fb.h:
18812         Export _gdk_selection_window_destroyed.
18813         Removed mask_off_x/y from GdkCursorPrivateFB.
18814         Removed hbearing, added top, left to PangoFBGlyphInfo.
18815
18816         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_destroy):
18817         Call _gdk_selection_window_destroyed
18818         (_gdk_windowing_window_init): Don't call gdk_cursor_new() before
18819         the root window has been created.
18820         (static_dx_hack, static_dy_hack, compare_draw_rects,
18821         gdk_fb_window_move_resize): Remove unnecessary sort of rectangles
18822         in region. They are already sorted. Instead just traverse them in
18823         reverse if draw_direction < 0.
18824         
18825         * gdk/linux-fb/gdkinput-ps2.c (send_button_event):
18826         Double-clicks must be sent after the normal button_press.
18827         (gdk_fb_cursor_unhide): Remove usage of mask_off_x/y. Clean up.
18828         
18829         * gdk/linux-fb/gdkgeometry-fb.c (gdk_window_scroll):
18830         Pass _gdk_fb_screen_gc instead of NULL.
18831
18832         * gdk/linux-fb/gdkmain-fb.c (_gdk_windowing_init_check):
18833         Initialize gdk_selection_property.
18834         (gdk_event_make): Remove unused code.
18835
18836         * gdk/linux-fb/gdkcursor-fb.c:
18837         Make the pixmap for the cursor the same size as the mask. Also remove
18838         the mask_off_x/y fields in GdkCursorPrivateFB and combine
18839         _gdk_cursor_new_from_pixmap() and gdk_cursor_new_from_pixmap()
18840         Now the whole cursor is visible.
18841
18842         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_drawable_3):
18843         Fix bug where xdest+height instead of ydest+height was used
18844         to calculate if the source and dest overlapped. This fixes the
18845         redraw bug when the main window in testgtk was scrolled when
18846         partially covered by a tall window.
18847         Copy rectangles in region in order depending on draw_direction.
18848         Also moved the draw_direction flipping of start_y and end_y into
18849         the gc functions, as this might not be what all of them want.
18850         (gdk_fb_draw_lines): Support dashed lines.
18851         (gdk_fb_draw_glyphs): Clean up glyph placement. Also fix positioning
18852         so that the text is positioned correctly (was 1 pixel high).
18853
18854         gdk/linux-fb/gdkgc-fb.c:
18855         Initialize cap_style to GTK_CAP_BUTT. This fixes a problem where
18856         all lines were drawn a pixel to short. Also checked the default of
18857         the rest of the values, and they're the same as X now.
18858
18859         * gdk/linux-fb/gdkpango-fb.c (pango_fb_font_get_glyph_info):
18860         Clean up pixel positioning of the glyphs. Just use bgy->top and
18861         bgy->left. Also used PANGO_PIXEL where appropriate and added 0.5
18862         to all divisions to get correct rounding behaviour.
18863
18864         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_draw_drawable_generic,
18865         gdk_fb_draw_drawable_memmove, gdk_fb_draw_drawable_aa_24):
18866         Moved start_y/end_y flip into draw_drawable implementations.
18867         Flip also x rendering when draw_direction < 0.
18868         Remove unneccesary multiply with draw_direction.
18869
18870 Wed Nov 22 14:11:19 GMT 2000  Tony Gale <gale@gtk.org>
18871
18872         * docs/tutorial/gtk-tut.sgml:
18873           - get rid of gtk_toggle_button_toggled FUD
18874           - start DND section - needs work - based on:
18875                 http://wolfpack.twu.net/docs/gtkdnd/
18876
18877 2000-11-22  Alexander Larsson  <alexl@redhat.com>
18878
18879         * gdk/linux-fb/gdkpango-fb.c (pango_fb_font_get_metrics):
18880         Correct calculation of font metrics. Now GtkEntrys have sane
18881         size.
18882
18883 2000-11-22  Alexander Larsson  <alexl@redhat.com>
18884
18885         * gdk/gdktypes.h:
18886         Add new type GdkSpan
18887         
18888         * docs/reference/gdk/gdk-sections.txt,
18889         docs/reference/gdk/tmpl/regions.sgml, gdk/gdkregion-generic.c,
18890         gdk/gdkregion.h:
18891         Implement and document gdk_region_spans_intersect_foreach.
18892
18893         * gdk/linux-fb/Makefile.am, gdk/linux-fb/gdkrender-fb.c:
18894         Add new file gdkrender-fb.c which contains all core
18895         rendering code.
18896         Add gdk_fb_fill_rectangle_generic (old rectangle code) and
18897         gdk_fb_fill_rectangle_simple_16, gdk_fb_fill_rectangle_simple_32
18898         (optimized rectangle fillers).
18899
18900         * gdk/linux-fb/gdkdrawable-fb2.c:
18901         Move all rendering code to gdkrender-fb.c.
18902         Change from using GdkRectangles and GdkSegments for spans to GdkSpan.
18903         Use the new span intersection functions in gdk_fb_fill_spans.
18904         gdk_fb_draw_rectangle() clips filled rectangles and calls
18905         gc->fill_rectangle with the result.
18906         gdk_fb_fill_spans() gets extra argument "sorted".
18907
18908         * gdk/linux-fb/gdkevents-fb.c:
18909         Remove unused includes and defines.
18910         New function gdk_fb_get_time() to get correct time for events.
18911
18912         * gdk/linux-fb/gdkinput-ps2.c:
18913         Use gdk method of generating multiple-clicks (gdk_event_button_generate)
18914         Make sure to set the time of all events.
18915
18916         * gdk/linux-fb/gdkmain-fb.c:
18917         Use gdk_fb_get_time ().
18918
18919         * gdk/linux-fb/gdkprivate-fb.h:
18920         New virtual GC calls: fill_span & fill_rectangle.
18921         Export gdk_fb_get_time().
18922         gdk_fb_fill_spans() gets extra argument "sorted".
18923
18924         * gdk/linux-fb/mi*.c:
18925         Use GdkSpan instead of GdkRectangle.
18926         Pass correct sorted to gdk_fb_fill_spans. (sorted value taken
18927         from XFree 4 source)
18928         
18929 2000-11-22    <jrb@redhat.com>
18930
18931         * gtk/gtktreeview.c (gtk_tree_view_calc_size): It's amazing what
18932         reversing the order in an if statement will do.  Doing so managed
18933         to make the treemodelsort half work.  Other half will follow after
18934         I get the insert function fully fixed.
18935
18936 2000-11-21  Elliot Lee  <sopwith@redhat.com>
18937         * gtk/gtkmenushell.h: GdkEventButton->button can occupy significantly
18938         more than 2 bits. Besides, I need to implement an evil hack. :)
18939
18940 Tue Nov 21 14:17:51 GMT 2000  Tony Gale <gale@gtk.org>
18941
18942         * docs/tutorial/gtk-tut.sgml: minor corrections
18943
18944 2000-11-20  Jonathan Blandford <jrb@redhat.com>
18945         * gtk/gtktreemodelsort.h: Add convertion functions to let you
18946           convert to and from relative path's and iters.
18947
18948         * gtk/treestoretest.c: move to having a sorted/unsorted view.  Start
18949           testing sorting functions a bit better.  Currently broken -- will
18950           fix in morning.
18951
18952 2000-11-20  Havoc Pennington  <hp@redhat.com>
18953
18954         * gtk/gtkwidget.c: Documented a bunch of functions in here
18955         (gtk_widget_realize): Warn if you try to realize
18956         a widget with no parent that isn't a toplevel
18957         (gtk_widget_intersect): return a gboolean
18958
18959 2000-11-20  Havoc Pennington  <hp@redhat.com>
18960
18961         * gtk/gtktextview.c, gtk/gtktextlayout.c, gtk/gtktextchild.c,
18962         gtk/testtext.c: Semi-finish widget embedding. Need guffaw
18963         scrolling to be implemented in GDK to finish. Also, right now
18964         we just size_allocate all children on every layout change,
18965         which is pretty lame. Test commented out of testtext.c, 
18966         until it works better.
18967
18968 2000-11-20  Alexander Larsson  <alla@lysator.liu.se>
18969
18970         * gdk/linux-fb/gdkdrawable-fb2.c:
18971         Removed unused arguments from gdk_fb_drawable_get_pixel().
18972
18973         * gdk/linux-fb/gdkinput-ps2.c (handle_input_ps2):
18974         Renamed fidur specific mouse packet data in MouseDevice to
18975         generic. Used it in ps2 mouse handling code to avoid blocking
18976         reads.
18977
18978 Sat Nov 18 18:00:17 2000  Jonathan Blandford  <jrb@redhat.com>
18979
18980         * demos/gtk-demo/main.c: Changed to have the list become
18981         non-italic when the demo window is destroyed through an external
18982         event (like a close button).  Doing so found three bugs in the
18983         widget.
18984
18985         * demos/gtk-demo/*.c (do_*): Changed to return the toplevel window.
18986
18987         * gtk/gtkliststore.c (gtk_list_store_set_cell): emit "change" when
18988         we actually set the cell.
18989
18990         * gtk/gtktreestore.c (gtk_tree_store_set_cell): ditto
18991
18992         * gtk/gtktreeselection.c (gtk_tree_selection_real_select_node):
18993         free a leaked path.  Thanks memprof.
18994
18995 Sat Nov 18 11:58:17 2000  Owen Taylor  <otaylor@redhat.com>
18996
18997         * gdk/gdkrgb.c (gdk_rgb_allocate_images): Fix 
18998         off-by-one error when destroying allocated segments
18999         on failure. (Elliot)
19000
19001 Sat Nov 18 11:45:09 2000  Owen Taylor  <otaylor@redhat.com>
19002
19003         * gtk/gtkcalendar.c: Patch from ChiDeok Hwang to fix
19004         memleaks found by Evan Martin.
19005
19006 Fri Nov 17 20:14:20 2000  Owen Taylor  <otaylor@redhat.com>
19007
19008         * Released 1.3.2
19009         
19010         * NEWS: Updates for 1.3.2
19011
19012 2000-11-17  Tor Lillqvist  <tml@iki.fi>
19013
19014         * gdk/gdkevents.h: Add comment that GdkXEvent isn't only for XEvent,
19015         but in general for window system specific events.
19016
19017         * gtk/gtk.def
19018         * gtk/makefile.mingw.in
19019         * gtk/makefile.msc.in: Update.
19020         
19021         * gtk/gtktexttypes.h: Mark variables for export/import from DLL.
19022
19023 Thu Nov 16 16:11:39 2000  Owen Taylor  <otaylor@redhat.com>
19024
19025         * gtk/Makefile.am (EXTRA_DIST): Do not, in any circumstances,
19026         distribute gtk.immodules.
19027
19028         * gtk/Makefile.am (install-data-local): Don't install the
19029         gtk.immodules file created for the uninstalled modules;
19030         instead run gtk-query-immodules after install
19031
19032 Wed Nov 15 21:51:31 2000  Owen Taylor  <otaylor@redhat.com>
19033
19034         * modules/input/Makefile.am (im_xim_la_LDFLAGS): Point
19035         -rpath to the right install location.
19036
19037         * modules/input/Makefile.am (im_inuktitut_la_LDFLAGS): Remove
19038         -export-dynamic.
19039
19040         * gtk/gtkthemes.c (gtk_theme_engine_get): Set engine->name
19041         properly.
19042
19043 2000-11-15  Havoc Pennington  <hp@pobox.com>
19044
19045         * gtk/gtktextview.c (gtk_text_view_start_cursor_blink): Apply
19046         patch from Mikael Hermansson to temporarily stop blinking while
19047         the user is using the keyboard to type or navigate. 
19048
19049         Also, when blinking, stay on for longer than we stay off. Also,
19050         return from start_cursor_blink if !cursor_visible, to save
19051         checking that flag all over the place before we call
19052         start_cursor_blink.
19053
19054 Thu Nov 16 01:25:51 2000  Robert Brady  <robert@suse.co.uk>
19055
19056         * gtk/gtkrc.*: Remove the locale-specific gtkrc's, as they
19057         only contain a "fontset" line, which is now ignored.
19058
19059         * gtk/gtkentry.c (gtk_entry_button_release): Make 
19060         double-click-to-select-word work.
19061         
19062 Wed Nov 15 20:16:54 2000  Owen Taylor  <otaylor@redhat.com>
19063
19064         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_line_end): 
19065         Don't move back one char when we are actually at the end of the 
19066         paragraph.
19067
19068 2000-11-15  Robert Brady  <robert@suse.co.uk>
19069
19070         * modules/input/iminuktitut.c (inuktitut_compose_seqs): 
19071         'o' < 'p'.
19072         
19073         * gtk/gtkmain.c: s/CODSET/CODESET/, include <libintl.h> for
19074         bind_textdomain_codeset.
19075
19076         (gtk_init_check): Make the warning about translating default:LTR
19077         sterner.
19078         
19079 Wed Nov 15 18:39:40 2000  Owen Taylor  <otaylor@redhat.com>
19080
19081         * **/Makefile.am : remove unecessary rules for win32-specific
19082         config-substituted targets. If you want these rules, use
19083         --enable-maintainer-mode (called automatically by autogen.sh).
19084         Stops a lot of unneccessary make-time warnings.
19085
19086         * gtk/gtktext{layout,display}.c: Factor in total width as
19087         well as screen when figuring alignment for word-wrap as well as
19088         no wrap; this is necessary to handle lines that cannot be wrapped
19089         at all.
19090
19091 2000-11-15  Havoc Pennington  <hp@redhat.com>
19092
19093         * gtk/testtext.c: Implement essential color cycling feature
19094
19095 2000-11-15  Havoc Pennington  <hp@redhat.com>
19096
19097         * gtk/gtktextview.c (changed_handler): Invalidate the side windows
19098         when we invalidate the main window.
19099
19100         * gtk/testtext.c (create_view): Get rid of text_changed_callback,
19101         GtkTextView will now invalidate the side windows for us when text
19102         changes.
19103
19104 Wed Nov 15 16:02:20 2000  Owen Taylor  <otaylor@redhat.com>
19105
19106         * gtk/gtktextview.c (changed_handler): Call scroll_calc_now()
19107         unconditionally, since we may need to update the horizontal
19108         scrollbars even if the height didn't change.
19109
19110         * gtk/gtktextlayout.c (add_preedit_attrs): Always get
19111         the extra attrs, since some of them affect size.
19112
19113         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Factor in
19114         x_offset correctly.
19115
19116 2000-11-15  Havoc Pennington  <hp@redhat.com>
19117
19118         * gtk/gtktextlayout.c (set_para_values): If indent is negative,
19119         don't move the first line out into the margin, instead move the
19120         whole paragraph in order to make space for the first line within 
19121         the margin
19122
19123 2000-11-15  Havoc Pennington  <hp@redhat.com>
19124
19125         * gtk/gtktextview.c (changed_handler): offset redraw rect by
19126         xoffset in addition to yoffset, so horizontal scrolling doesn't
19127         break redraws
19128
19129 2000-11-15  Havoc Pennington  <hp@redhat.com>
19130
19131         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Remove extra pixel
19132         from the cursor
19133         (render_layout_line): fix reversed test that caused weird
19134         underlines to get drawn
19135
19136 2000-11-15  Alexander Larsson  <alla@lysator.liu.se>
19137
19138         * gdk/linux-fb/gdkprivate-fb.h:
19139         Fix debug macros.
19140         
19141 2000-11-15  Alexander Larsson  <alla@lysator.liu.se>
19142
19143         * gdk/linux-fb/gdkprivate-fb.h:
19144         Added virtual functions set_pixel, get_color,
19145         fill_span and draw_drawable to the GC.
19146         Added global _gdk_fb_screen_gc to use instead of
19147         NULL when drawing to the screen.
19148         Added _gdk_fb_gc_calc_state() prototype.
19149
19150         * gdk/linux-fb/gdkgc-fb.c:
19151         Call _gdk_fb_gc_calc_state() on any gc state change.
19152
19153         * gdk/linux-fb/gdkglobals-fb.c:
19154         Add _gdk_fb_screen_gc
19155                 
19156         * gdk/linux-fb/gdkdrawable-fb2.c:
19157         _gdk_fb_gc_calc_state() calculates best functions
19158         for the GC state and depth.
19159         Moved bpp specialized code to separate functions.
19160         Added optimized 24 bpp AA draw_drawable.
19161
19162         * gdk/linux-fb/gdkevents-fb.c:
19163         Silence gcc warning.
19164
19165         * gdk/linux-fb/gdkimage-fb.c:
19166         Use _gdk_fb_screen_gc
19167
19168         * gdk/linux-fb/gdkwindow-fb.c:
19169         Init and use _gdk_fb_screen_gc
19170
19171         * gdk/linux-fb/mitypes.h:
19172         Remove unused types.
19173
19174 2000-11-14  Havoc Pennington  <hp@pobox.com>
19175
19176         * gtk/gtktextlayout.c (add_cursor): use PANGO_PIXELS() to convert
19177         to pixels
19178
19179 2000-11-14  Havoc Pennington  <hp@pobox.com>
19180
19181         * gtk/testtextbuffer.c (fill_buffer): change "offset" to "rise"
19182
19183         * gtk/gtktexttypes.h (GTK_TEXT_UNKNOWN_CHAR): Add macro for
19184         unknown char, no real reason we were using a variable. 
19185         Remove gtk_text_unknown_char variable. Fix all the text widget
19186         files accordingly.
19187
19188         * gtk/gtktexttypes.c: Change "unknown character" to 0xFFFC, 
19189         since the Unicode spec seems to prefer that character for our
19190         purposes.
19191
19192 Wed Nov 15 02:18:01 2000  Robert Brady  <robert@suse.co.uk>
19193
19194         * gtk/gtkrc.c (gtk_rc_get_im_module_file): The return 
19195         value of g_getenv() isn't freeable, so g_strdup it.
19196
19197         * modules/input/inuktitut.c: Inuktitut input method.
19198
19199         * modules/input/Makefile.am: Build this.
19200         
19201 2000-11-14  Elliot Lee  <sopwith@redhat.com>
19202
19203         * gtk/Makefile.am: Install gtk.immodules, needed for operation
19204         of gtk programs.
19205
19206 Tue Nov 14 20:13:06 2000  Owen Taylor  <otaylor@redhat.com>
19207
19208         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_line_end): Fix
19209         reversed > that was causing Home to go to end of previous line.
19210
19211         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_filter_keypress): Ignore
19212         modified-keypresses (leave for bindings.)
19213
19214         * modules/input/Makefile.am: Remove useless -export-dynamic
19215         from module LDFLAGS.
19216
19217 2000-11-14  Havoc Pennington  <hp@redhat.com>
19218
19219         * gdk/gdkpango.c (gdk_draw_layout_line): Draw underlines one pixel
19220         higher.
19221
19222         * gtk/gtktextdisplay.c (render_layout_line): Take rise into
19223         account. Also, render rise, underline, background, etc. for
19224         pixbufs as well as text. Also, draw underlines one pixel higher.
19225
19226         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): Add a
19227         PangoAttribute for the rise, so it gets drawn properly. Also,
19228         add the GtkTextAppearance attribute for pixbuf/widget segments
19229         as well; we should go ahead and have rise, underline, background,
19230         stipple work for those
19231
19232         * gtk/gtktexttag.c: Rename "offset" property to "rise" to match
19233         Pango
19234
19235 2000-11-15  Tor Lillqvist  <tml@iki.fi>
19236
19237         * gtk/makefile.{mingw,msc}.in (gtk_OBJECTS): Add new objects.
19238
19239         * gtk/gtk.def: Update.
19240
19241         * gtk/gtkrc.c: Can't check for G_OS_WIN32 until glib.h has been
19242         included.
19243         (gtk_rc_get_im_module_file): Use run-time installation directory
19244         on Win32.
19245
19246         * gdk/win32/rc/gdk.rc: Remove.
19247         * gdk/win32/rc/gdk.rc.in: New file.
19248         * gdk/win32/rc/Makefile.am: New file
19249         * gdk/win32/Makefile.am: Corresponding changes.
19250
19251         * gtk/gtk.rc: Remove.
19252         * gtk/gtk-win32.rc.in: New file.
19253         * gtk/Makefile.am: Corresponding changes.
19254
19255         * configure.in: Corresponding changes.
19256
19257         * gtk/gtkcompat.h.win32: Remove, useless. A distribution already
19258         has a built gtkcompat.h. Developers using CVS code on Win32 can
19259         hand-edit it from gtkcompat.h.in.
19260
19261         * gtk/makefile.{mingw,msc}.in: Correspondingly don't try to make
19262         gtkcompat.h from gtkcompat.h.win32.
19263
19264 2000-11-14  Havoc Pennington  <hp@redhat.com>
19265
19266         * gtk/gtktextview.c (gtk_text_view_drag_motion): Fix drag-and-drop
19267         to default to GDK_ACTION_MOVE if the drag is within a single
19268         widget. Defaults to GDK_ACTION_COPY between widgets.
19269
19270 Mon Nov 13 14:43:48 2000  Owen Taylor  <otaylor@redhat.com>
19271
19272         * demos/Makefile.am (test-inline-pixbufs.h): Fix srcdir != builddir
19273
19274         * gtk/Makefile.am (INCLUDES): Add -I$(builddir)/gtk
19275
19276         * gtk/stock-icons/Makefile.am (gtkstockpixbufs.h): Handles
19277         srcdir != builddir
19278
19279         * modules/input/Makefile.am (INCLUDES): add $(top_srcdir)/gdk
19280
19281         * configure.in (GTK_VERSION): Up to 1.3.2
19282
19283         * modules/input/Makefile.am (im_xim_la_SOURCES): Add 
19284         gtkimcontextxim.h
19285
19286         * gtk/gtkimcontext.c (gtk_im_context_get_preedit_string): Add
19287         missing doc comment.
19288
19289 2000-11-14  Alexander Larsson  <alexl@redhat.com>
19290
19291         * modules/linux-fb/basic.c:
19292         Use the glib iconv wrappers.
19293
19294 2000-11-13  Havoc Pennington  <hp@pobox.com>
19295
19296         * demos/gtk-demo/textview.c: spiff up the demo a bit; reveals
19297         still more bugs.
19298
19299         * gtk/gtktextview.c (gtk_text_view_value_changed): don't try to
19300         scroll the GdkWindows before realization.
19301
19302 2000-11-13  Havoc Pennington  <hp@redhat.com>
19303
19304         * gtk/gtktextdisplay.c (gtk_text_render_state_update): fix bug 
19305         where GC didn't always get updated properly
19306
19307         * demos/gtk-demo/textview.c (create_tags): Use subattributes
19308         of fonts instead of setting the entire font
19309
19310         * gtk/testtext.c (fill_example_buffer): Use "size" instead of
19311         setting entire font
19312
19313         * gtk/gtkdialog.c (gtk_dialog_add_button): Fix some warnings
19314
19315         * gtk/gtktexttag.h, gtk/gtktexttag.c: Explode font_desc into 
19316         a bunch of individually-settable font attributes. You can still 
19317         use the "font" and "font_desc" args, they just set all the font
19318         attributes at once.
19319
19320 2000-11-13 Elliot Lee <sopwith@redhat.com>
19321
19322         * gdk/gdk.h: Add a couple of missing G_GNUC_CONST's.
19323
19324 Mon Nov 13 14:29:32 2000  Jonathan Blandford  <jrb@redhat.com>
19325
19326         * gtk/gtktreemodel.c (gtk_tree_path_copy): confirm path != NULL
19327         * gtk/gtktreemodel.c (gtk_tree_path_free): ditto
19328
19329         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_insert_value): make
19330         work better.
19331
19332 2000-11-13  Havoc Pennington  <hp@redhat.com>
19333
19334         * gtk/gtkimmodule.c (gtk_im_module_init): Free the filename of 
19335         the module file.
19336
19337         * gtk/gtktexttag.c (gtk_text_attributes_copy): fix memory leak of
19338         dest->language
19339
19340         * gtk/testtext.c: Test pixels above/below/inside paragraphs
19341         settings
19342
19343         * gtk/gtktextview.c: Implement object args and setters/getters for
19344         all the aspects of the GtkTextAttributes that are not set from
19345         GtkWidget attributes. This is spacing, justification, margins,
19346         etc.
19347
19348         (gtk_text_view_set_arg)
19349         (gtk_text_view_get_arg): implement get/set for editable, wrap mode
19350         args
19351         (gtk_text_view_class_init): Add args for justify, left_margin,
19352         right_margin, indent, and tabs
19353         
19354
19355         * gtk/gtktextlayout.c (set_para_values): fix to display indent
19356         attribute properly
19357
19358         * gtk/gtktexttag.c: Remove left_wrapped_line_margin attribute, 
19359         replace with indent attribute
19360
19361         * gtk/gtktextlayout.c (set_para_values): multiply indent by
19362         PANGO_SCALE
19363
19364         * gtk/gtktextdisplay.c (render_para): Use PangoLayoutIter,
19365         rearranging code to do that
19366         (gtk_text_layout_draw): Pass in the y for the whole LineDisplay,
19367         i.e. don't subtract the top_margin first, just to keep
19368         all margin-futzing in one place.
19369
19370         * gdk/gdkpango.c (gdk_draw_layout): Use PangoLayoutIter
19371
19372         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_location): Remove
19373         special case of last line, Pango now handles this itself.
19374         (gtk_text_layout_get_iter_at_pixel): Fix incorrect clamp of the 
19375         Y coordinate
19376         (gtk_text_layout_move_iter_to_x): port to use PangoLayoutIter
19377         (find_display_line_above): wasn't moving the byte index as it
19378         iterated over lines, so always returned byte 0. Also, port to use
19379         PangoLayoutIter.
19380         (find_display_line_below): same problem as
19381         find_display_line_above. Also, port to use PangoLayoutIter.
19382
19383 2000-11-13  Alexander Larsson  <alexl@redhat.com>
19384
19385         * gdk/linux-fb/*.[ch]:
19386         Massive reindent to gtk+ standard. My hands hurt.
19387
19388         * gdk/linux-fb/gdkcolor-fb.c:
19389         Move GdkColorPrivateFB from inherited to windowing_data
19390
19391         * gdk/linux-fb/gdkcursor-fb.c:
19392         _gdk_cursor_new_from_pixmap made static
19393
19394         * gdk/linux-fb/gdkdnd-fb.c:
19395         GdkDragContextPrivate moved to windowing_data
19396
19397         * gdk/linux-fb/gdkdrawable-fb2.c:
19398         Removed endian.h, use glib endianness macros instead
19399         Some cleanups in the usage of GDK_DRAWABLE_FBDATA
19400         and GDK_DRAWABLE_IMPL_FBDATA
19401
19402         * gdk/linux-fb/gdkfont-fb.c:
19403         Add empty gdk_font_load(). Needed for linking of Gtk+.
19404
19405         * gdk/linux-fb/gdkimage-fb.c:
19406         Removed endian.h, use glib endianness macros instead
19407         Moved GdkImagePrivateFB to windowing_data
19408         gdk_image_new_bitmap didn't always allocate enough
19409         memory.
19410
19411         * gdk/linux-fb/gdkinput-ps2.c:
19412         Added semi-working support for MS serial mice.
19413
19414         * gdk/linux-fb/gdkprivate-fb.h:
19415         s/GdkWindowPrivate/GdkWindowObject/
19416         Removed GdkWindowPrivate typedef
19417         s/GDK_DRAWABLE_P/GDK_DRAWABLE_FBDATA/
19418         Removed GDK_DRAWABLE_P
19419         Move GdkColorPrivateFB from inherited to windowing_data
19420         Moved GdkImagePrivateFB to windowing_data
19421
19422         * gdk/linux-fb/gdkvisual-fb.c:
19423         Removed some unused debug code.
19424
19425         * gdk/linux-fb/gdkwindow-fb.c:
19426         Use stock cursors instead of including X headers.
19427         s/GdkWindowPrivate/GdkWindowObject/
19428
19429         * gdk/linux-fb/mitypes.h:
19430         Removed unused types.
19431
19432         * modules/linux-fb/basic.c:
19433         Use the pango fribidi wrappers.
19434
19435 2000-11-13  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
19436
19437         * gdk/linux-fb/gdkcolor-fb.c, gdk/nanox/gdkmain-nanox.c,
19438         gdk/win32/gdkcolor-win32.c, gdk/win32/gdkwin32id.c,
19439         gdk/x11/gdkcolor-x11.c, gdk/x11/gdkvisual-x11.c, gdk/x11/gdkxid.c,
19440         gtk/gtkgc.c, gtk/gtkrc.c, gtk/gtktext.c: GCompareFunc ->
19441         GEqualFunc where applicable.
19442         
19443         * gdk/linux-fb/gdkpango-fb.c: pango_font_description_compare ->
19444         pango_font_description_equal as changed in pango.
19445         
19446         * gdk/nanox/gdkmain-nanox.c: gdk_xid_compare -> gdk_xid_equal.
19447
19448         * gdk/win32/gdkcolor-win32.c: gdk_colormap_cmp -> gdk_colormap_equal.
19449
19450         * gdk/win32/gdkwin32id.c: gdk_handle_compare -> gdk_handle_equal.
19451
19452         * gdk/x11/gdkcolor-x11.c: gdk_colormap_cmp -> gdk_colormap_equal.
19453
19454         * gdk/x11/gdkvisual-x11.c: gdk_visual_compare -> gdk_visual_equal.
19455
19456         * gdk/x11/gdkxid.c: gdk_xid_compare -> gdk_xid_equal.
19457
19458         * gtk/gtkgc.c: gtk_gc_key_compare -> gtk_gc_key_equal and
19459         gtk_gc_drawable_compare -> gtk_gc_drawable_equal.
19460
19461         * gtk/gtkrc.c: gtk_rc_style_compare -> gtk_rc_style_equal and
19462         gtk_rc_styles_compare -> gtk_rc_styles_equal.
19463
19464 2000-11-12  Havoc Pennington  <hp@pobox.com>
19465
19466         * demos/gtk-demo/Makefile.am (democodedir): change demo install
19467         dir to datadir/gtk+-2.0/demo
19468
19469         * demos/gtk-demo/textview.c: Text widget demo; reveals all 
19470         sorts of text widget and Pango font bugs. Urgh.
19471
19472         * demos/gtk-demo/Makefile.am (demos): Add textview.c
19473
19474         * demos/gtk-demo/main.c (create_tree): Add instructions at top of
19475         tree that you should double click to see the demo. Fix 
19476         types of variables to reflect changed return values from 
19477         GtkTreeStore and GtkTreeViewColumn constructors.
19478
19479         * gtk/gtktextbuffer.c (gtk_text_buffer_new): ref/sink the
19480         newly-created buffer to prepare for GObject semantics
19481
19482         * gtk/testtext.c: don't leak the buffer with GObject semantics
19483
19484         * gtk/testtextbuffer.c: ditto
19485         
19486 2000-11-12  Havoc Pennington  <hp@pobox.com>
19487
19488         Rename this testgtk to gtk-demo to avoid confusion, and 
19489         install it so people can use it as a supplement to 
19490         the documentation.
19491         
19492         * demos/gtk-demo: Moved from demos/testgtk
19493
19494         * demos/testgtk: Removed
19495
19496         * configure.in: make Makefile in gtk-demo
19497         
19498         * demos/gtk-demo/Makefile.am: Install sample source to 
19499         datadir/gtk-demo (maybe there's a better place?), and 
19500         rename the binary to gtk-demo
19501         
19502         * demos/gtk-demo/main.c (load_file): Load installed sample
19503         source if source isn't found in pwd.
19504
19505 2000-11-09  Havoc Pennington  <hp@pobox.com>
19506
19507         * gtk/gtkentry.c (gtk_entry_class_init): Add an "invisible_char" 
19508         argument to set the char displayed when visibility == FALSE
19509         (gtk_entry_create_layout): If !entry->visible, replace 
19510         all chars with the "invisible char"
19511
19512         * gtk/testgtk.c: Test the invisible_char deal
19513         
19514 Mon Nov 13 02:16:33 2000  Robert Brady  <robert@suse.co.uk>
19515
19516         * gtk/gtkstyle.c (gtk_style_init): Fall back to "fixed" if we
19517         can't get a native font in the right encoding.
19518
19519 Mon Nov 13 00:09:29 2000  Robert Brady  <robert@suse.co.uk>
19520
19521         * configure.in: Chinese .pos have been renamed to zh_CN and zh_TW
19522         respectively.
19523
19524 Sun Nov 12 19:11:42 2000  Owen Taylor  <otaylor@redhat.com>
19525
19526         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_next_line):
19527         Fix warning when moving between paragraphs.
19528
19529         * gtk/gtkentry.[ch]: Change move => move_cursor, 
19530         delete => delete_from_cursor, insert => insert_at_cursor
19531
19532 Sun Nov 12 22:52:51 2000  Robert Brady  <robert@suse.co.uk>
19533
19534         * modules/input/imviqr.c: A vietnamese VIQR-based input method.
19535
19536         * modules/input/imthai-broken.c: A Thai input method for use if
19537         Thai keys are really generating Latin1 keysyms.
19538
19539         * modules/input/Makefile.am: Build these.
19540
19541 Sun Nov 12 22:15:35 2000  Robert Brady  <robert@suse.co.uk>
19542
19543         * gtk/gtkfileselection.c, gdk/win32/gdkfont-win32.c: 
19544         g_filename_{to,from}_utf8 now takes an extra parameter.
19545
19546         * gtk/gtkcalendar.c (gtk_calendar_init): Convert output of
19547         strftime into UTF-8.
19548
19549         (column_from_x, gtk_calendar_paint_day_names): Support RTL
19550         calendars.
19551
19552         (gtk_calendar_paint_day_names): Draw day names in the right 
19553         place.
19554         
19555 Sun Nov 12 14:10:09 2000  Owen Taylor  <otaylor@redhat.com>
19556
19557         * gdk/x11/gdkselection-x11.c (gdk_utf8_to_compound_text): Fix
19558         problem with using result of g_get_charset() backwards -
19559         pointed out by Mikael Hermansson <mikeh@bahnhof.se>.
19560
19561         * gtk/gtkwindow.c (gtk_window_compute_hints): Support
19562         negative min_width/height and max_width/height to
19563         mean "requisition"; this allows setting a window
19564         to be user-resizable in only one direction easily.
19565
19566         * gtk/testgtk.c (create_main_window): Remove hard-coded
19567         usize - set a default size in the vertical direction.
19568
19569 Sun Nov 12 13:33:01 2000  Owen Taylor  <otaylor@redhat.com>
19570
19571         * gtk/gtkrange.c: Add some missing casts. Support 
19572         2 and 3 button clicks on the arrows to mean 
19573         "move by pages" and "jump to end". (Like gtkspinbutton)
19574
19575 2000-11-12 Hans Breuer <Hans@Breuer.Org>
19576
19577         * gdk/win32/makefile.msc : reflect build module changes
19578
19579         * gdk/win32/gdkcursor-win32.c : can't cast to impl type directly
19580         from GdkPixmap*, cast implementation member instead.
19581
19582         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_drawable) : The
19583         passed in drawable is of type GdkDrawableImplWin32, the GdkPixmap *src 
19584         maybe either GdkDrawable or GdkDrawableImpl. Corrected all casts, add
19585         more Gdi functions return value checking. 
19586         (gdk_win32_draw_image) : use IMAGE_PRIVATE_DATA to get on the
19587         GdkImagePrivateWin32 *.
19588
19589         * gdk/win32/gdkevents-win32.c : Disable the SetCapture call to make
19590         menus useable again. Add #pragma message to keep reminded on this issue.
19591         (gdk_event_translate) : don't generate GDK_EXPOSE events for InputOnly
19592         windows. This allows to enable backing store on Win32!
19593
19594         * gdk/win32/gdkimage-win32.c (_gdk_win32_get_image) : the passed
19595         in drawable is of impl type. Correct specific type checks appropriate.
19596  
19597         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_create_from_data) : check 
19598         GDK_WINDOW_DESTROYED before allocating new resources.
19599
19600         * gdk/win32/gdkselection-win32.c : Handle GDK_WINDOW_DESTROYED case
19601
19602         * gdk/win32/gdkwindow-win32.c : more Gdi return value checking,
19603         (gdk_window_foreign_new) initialize parent handle.
19604         (gdk_window_destroy_notify) add GDK_IS_WINDOW check
19605
19606         * gdk/win32/gdkgeometry-win32.c (_gdk_window_move_resize_child) :
19607         Let the GDI invalidate the window on MoveWindow call to fix scrolling
19608         problems (e.g. main buttons in testgtk). 
19609
19610 Sat Nov 11 23:07:30 2000  Owen Taylor  <otaylor@redhat.com>
19611
19612         * gtk/gtkentry.c (gtk_entry_key_press): Call 
19613         gtk_widget_activate for GDK_Return.
19614
19615         * gtk/gtkentry.c (gtk_entry_preedit_changed_cb): Fix handling
19616         of preedit cursor position.
19617
19618 Sun Nov  5 04:24:53 2000  Owen Taylor  <otaylor@redhat.com>
19619
19620         * gtk/gtkcellrenderertextpixbuf.c: Make parent_class
19621         static.
19622
19623 Tue Sep 19 10:54:22 2000  Owen Taylor  <otaylor@redhat.com>
19624
19625         * modules/input/{gtkimcontextxim.[ch],imxim.c}: Rip
19626         out support for multiple locales; that simple doesn't
19627         work reliably with current Xlib
19628
19629         * gtk/gtkimcontext*.[ch] gtk/gtkimmulticontext.[ch]
19630         gtk/gtktextlayout.[ch] gtk/gtktextview.c gtk/gtkentry.c: 
19631         Add support for positioning the cursor within the preedit string.
19632
19633 Mon Sep 18 23:56:32 2000  Owen Taylor  <otaylor@redhat.com>
19634
19635         * modules/input/{imxim.c,gtkimcontextxim.[ch]}: Start
19636         at XIM input method module.
19637
19638         * gtk/gtktextview.c: Check for bindings after passing
19639         events to im context filter.
19640
19641 Mon Sep 18 11:50:51 2000  Owen Taylor  <otaylor@redhat.com>
19642
19643         * gtk/gtktextlayout.c (add_preedit_attrs): Handle
19644         empty attribute lists properly.
19645
19646 Sun Sep 17 10:08:16 2000  Owen Taylor  <otaylor@redhat.com>
19647
19648         * gtk/queryimmodules.c (main): Return non-zero exit
19649         status if errors were encountered querying any
19650         modules.
19651
19652         * modules/input/Makefile.am (moduledir): remove
19653         leftover bin program target.
19654
19655         * docs/make-todo: Fix typo in error message.
19656
19657 Sat Sep 16 14:04:30 2000  Owen Taylor  <otaylor@redhat.com>
19658
19659         * configure.in: Add modules/input/Makefile
19660
19661 Sat Sep 16 14:01:52 2000  Owen Taylor  <otaylor@redhat.com>
19662
19663         * gtk/gtk.h: include gtkmodule.h gtkoldeditable.h,
19664         don't include gtkthemes.h.
19665
19666         * gtk/testgtk.c gtk/testtext.c: Set environment variables
19667         to point
19668
19669         * gtk/Makefile.am: Add new .c and .h files, build 
19670         gtk-query-immodules and use it to create a gtk.immodules
19671         file for use of test programs.
19672
19673         * gtk/gtkpreview.c: remove extra blank line.
19674
19675 Sat Sep 16 13:21:04 2000  Owen Taylor  <otaylor@redhat.com>
19676
19677         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_add_table): 
19678         Add the ability to add extra tables beyond the default
19679         one, and also the ability to have compose sequences 
19680         that are prefixes of other compose sequences. 
19681
19682         * gtk/gtkimcontextsimple.c: Export a preedit string which
19683         consists of possible candidates for keystrokes that have
19684         been entered but not yet committed.
19685
19686         * gtk/gtkimcontext.[ch] gtk/immulticontext.[ch]
19687         gtk/gtkimcontextsimple.[ch]: add gtk_im_context_reset()
19688
19689         * gtk/gtkmulticontext.[ch] (gtk_im_multicontext_append_menuitems): 
19690         Add a function to add input-method switching menu items
19691         to a menu.
19692
19693         * gtk/gtkimmulticontext.[ch]: Properly handly set_client_window
19694         when switching input methods.
19695
19696         * gtk/gtkimcontextsimple.[ch]: Change the format of
19697         the compose table to allow compose tables of different
19698         lengths / sequence.
19699
19700 Sat Sep 16 13:05:48 2000  Owen Taylor  <otaylor@redhat.com>
19701
19702         * gtk/gtkimmodule.[ch]: Support routines for loading
19703         GtkIMContext implementations dynamically at runtime.
19704
19705         * modules/input/imcyrillic-translit.c: A sample input
19706         method (based on GtkIMContextSimple with an extra table),
19707         which demonstrates preedit strings and the module
19708         system for input modules
19709
19710         * gtk/queryimmodules.c: Program to query the available
19711         input modules and write the results into a file.
19712          
19713         * gtk/gtkrc.[ch] (gtk_rc_get_im_module_file): Add
19714         extra config options "im_module_file" (cache file for
19715         input method modules), and "im_module_path" - path
19716         to look for modules when generating cache file.
19717
19718         This doesn't scale.
19719
19720 Sat Sep 16 13:09:06 2000  Owen Taylor  <otaylor@redhat.com>
19721
19722         * gtk/gtkthemes.[ch] gtk/gtkmodule.[ch]: Move most of the 
19723         generic code from gtkthemes into a new abstraction
19724         GtkModule which has the logic for implementing
19725         a loadable module which implements a number of 
19726         GObject types.
19727
19728 Sat Sep 16 13:07:13 2000  Owen Taylor  <otaylor@redhat.com>
19729
19730         * gtk/gtkeditable.[ch]: Convert GtkEditable from
19731         a class into an interface  
19732         
19733         * gtk/gtkoldeditable.[ch]: Move the old editable
19734         implementation into here, so legacy widgets can
19735         still rely on the implemenation. GtkOldEditable
19736         exports GtkEditable. Make selection handling
19737         code use new text conversion functions (and
19738         handle UTF-8 as a side-effect). Use GtkClipboard
19739         for CLIPBOARD.
19740
19741         * gtk/gtktext.[ch] gtk/gtkcombo.c gtk/gtkspinbutton.c:
19742         Adopt to match above changes.
19743
19744         * gtk/gtkentry.[ch]: Implement GtkEditable directly,
19745         avoid GtkOldEditable implementation. Restructure
19746         to reduce number of places that modify state directly.
19747         Move to GtkBindingSet. Display the preedit string.
19748         Queue recomputation of PangoLayout and scroll position
19749         to improve effiency of doing complex changes naively.
19750         Add a menu with cut/copy/paste and input method selection.
19751
19752 Thu Sep 14 22:11:05 2000  Owen Taylor  <otaylor@redhat.com>
19753
19754         * gtk/gtktextlayout.[ch]: Add gtk_text_layout_set_preedit_string()
19755         to set preedit string and attributes; display preedit string by
19756         inserting string and attributes at cursor when creating the
19757         GtkTextLineDisplay.
19758
19759         * gtk/gtktextlayout.c: Move all conversions between byte
19760         positions in PangoLayout and GtkTextIter into new functions
19761         line_display_iter_to_index/index_to_iter that properly
19762         handle the preedit string.
19763
19764         * gtk/gtktextmark.[ch]: Restore gtk_text_mark_get_name, modify
19765         it to return const char * (eventually will end up
19766         as GCONST char *, most likely.)
19767
19768         * gtk/gtktextview.[ch]: Handle the preedit string, call
19769         gtk_im_context_reset() as necessary, add a menu to switch
19770         input methods.
19771         
19772         * gtk/gtktextlayout.[ch]: Remove useless
19773         gtk_text_layout_get_log_attrs() function.
19774
19775 2000-11-11  Tor Lillqvist  <tml@iki.fi>
19776
19777         * gdk/gdk.def
19778         * gtk/gtk.def: Update.
19779
19780         * gdk/win32/*.c: Add last argument to g_type_register_static()
19781         calls.
19782
19783         * gdk/win32/gdkwindow-win32.c: Silence gcc -Wall.
19784
19785         * gdk/win32/gdkevents-win32.c: Handle MSH_MOUSEWHEEL messages
19786         generated by older wheel mouse drivers. Get the correct y
19787         coordinate from WM_MOUSEWHEEL messages.
19788
19789         * gdk/win32/gdkgc-win32.c (gdk_win32_cap_style_to_string,
19790         gdk_win32_fill_style_to_string, gdk_win32_function_to_string,
19791         gdk_win32_join_style_to_string, gdk_win32_line_style_to_string):
19792         Debugging functions.
19793
19794         * gdk/win32/gdkprivate-win32.h: Declare them.
19795
19796         * gdk/win32/gdkinput-win32.h: Add declaration for
19797         gdk_input_window_destroy().
19798
19799         * gtk/makefile.mingw.in: Pass -DGTK_VERSION. Add gtktreemodel.o.
19800
19801 Fri Nov 10 19:06:41 2000  Jonathan Blandford  <jrb@redhat.com>
19802
19803         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_insert_value): New
19804         function to help handle keeping things in sync.
19805
19806 Fri Nov 10 12:10:34 2000  Jonathan Blandford  <jrb@redhat.com>
19807
19808         * gtk/gtkliststore.c (gtk_model_simple_class_init): use the new
19809         BOXED marshallers.
19810
19811         * gtk/gtkliststore.c (gtk_list_store_get_column_type): Add this.
19812         (gtk_list_store_class_init): use the new BOXED marshallers.
19813
19814         * gtk/gtktreestore.c (gtk_tree_store_new_with_types): change
19815         new_with_values to new_with_types.
19816         (gtk_tree_store_get_column_type): add this.
19817         (gtk_tree_store_class_init): use the new BOXED marshallers.
19818
19819         * gtk/gtkmarshal.list: Added a number of BOXED marshallers to
19820         mirror some POINTER marshallers.
19821
19822 Thu Nov  9 11:23:22 2000  Jonathan Blandford  <jrb@redhat.com>
19823
19824         * gtk/gtktreemodel.h (struct _GtkTreeIter): added more fields to
19825         allow more interesting iterators.  Also, made the lifecycle of
19826         iterators more explicit.
19827
19828         * gtk/gtktreemodelsort.[ch]: New model for sorting.
19829
19830         * gtk/gtk-boxed.defs (GtkTreeIter, GtkTreePath): Added two boxed
19831         types.
19832
19833 2000-11-09  Alexander Larsson  <alexl@redhat.com>
19834
19835         * demos/testgtk/menus.c:
19836         Changes to make the new testgtk compile after
19837         gtk_menu_append was removed.
19838
19839         * gdk/linux-fb/gdkdrawable-fb2.c
19840         (gdk_fb_get_depth, gdk_fb_get_visual,
19841         gdk_drawable_impl_fb_class_init): Implement
19842         these drawable functions. Now GtkImages work again.
19843
19844         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image): Change prototype.
19845
19846         * gdk/linux-fb/gdkprivate-fb.h (_gdk_fb_get_image): Change prototype.
19847         
19848         * gdk/linux-fb/gdkmain-fb.c (fb_modes_parse_mode,
19849         gdk_fb_setup_mode_from_name, gdk_fb_set_mode, gdk_fb_display_new);
19850         Parse /etc/fb.modes, use the environment variables GDK_DISPLAY_MODE,
19851         GDK_DISPLAY_DEPTH, GDK_DISPLAY_WIDTH, GDK_DISPLAY_HEIGHT.
19852
19853 2000-11-08  Havoc Pennington  <hp@pobox.com>
19854
19855         * gtk/gtktexttag.c (gtk_text_tag_class_init): Add visible and
19856         visible_set args, don't know where these had gone, I thought they
19857         used to be there
19858
19859         * gtk/testtext.c: Add a menu item to apply invisibility tag;
19860         now we can test the feature and see that it's totally broken.
19861
19862 2000-11-08  Havoc Pennington  <hp@pobox.com>
19863
19864         Make DND copy pixbufs and tags when source and target share a 
19865         tag table.
19866         
19867         * gtk/gtktextview.c (gtk_text_view_drag_data_get): provide the
19868         in-process GTK_TEXT_BUFFER_CONTENTS target
19869         (gtk_text_view_drag_data_received): Paste from
19870         GTK_TEXT_BUFFER_CONTENTS if we receive it.
19871
19872 2000-11-08  Alexander Larsson  <alexl@redhat.com>
19873
19874         * docs/Changes-2.0.txt: Add note about GtkMenuPositionFunc
19875         API changes.
19876
19877         * gtk/gtkmenu.c: Add support for scrolling menus.
19878         Remove gtk_menu_append/prepend/insert, these have been moved to
19879         gtkcompat.h as #defines.
19880
19881         * gtk/gtkcompat.h.in:
19882         Add compatibility #defines for gtk_menu_append/prepend/insert
19883
19884         * gtk/gtkmenu.h: Add data needed for scrolling menus.
19885         GtkMenuPositionFunc gets an extra argument push_in.
19886         gtk_menu_append/prepend/insert removed.
19887         
19888         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu): Change menu
19889         positioning behaviour to fit to scrolling menus.
19890
19891         * gtk/gtkmenuitem.c (gtk_menu_item_forall): Don't recurse
19892         into menuitem->submeny. That is wrong, and broke torn
19893         off submenus of torn off menus, since they were unrealized
19894         when the first menu was unrealized.
19895
19896         * gtk/gtkmenushell.[ch]: Virtualize gtk_menu_shell_insert() and
19897         gtk_menu_shell_select_item() since these need to be overridden in
19898         GtkMenu.
19899
19900         * gtk/gtkoptionmenu.c (gtk_opttion_menu_position): Change menu
19901         positioning behaviour to fit to scrolling menus.
19902         (gtk_option_menu_key_press, gtk_option_menu_button_press): Select
19903         the current item so that it is prelighted when the menu pops up.
19904         This is a workaround to the fact that the menu doesn't get the
19905         initial enter event (due to grabs).
19906
19907         * gtk/gtkfilesel.c, gtk/gtkinputdialog.c, gtk/testgtk.c:
19908         s/gtk_menu_append/gtk_menu_shell_append/
19909
19910         * gtk/gtknotebook.c:
19911         s/gtk_menu_insert/gtk_menu_shell_insert/
19912
19913         * gtk/testgtk.c (create_menu, create_menus):
19914         Create the first menu with 50 items so that menu scrolling
19915         can be tested.
19916         
19917         
19918         Patch from Jonathan Blandford  <jrb@redhat.com>
19919
19920         * gtk/gtkmenuitem.[ch] (gtk_menu_item_toggle_size_request): new
19921         system to handle size requests.  First, we ask what the size of
19922         the toggle is.  Then, when allocating the size, we allocate the
19923         toggle_size first.  This way we can have multiple menu-item
19924         classes w/o needing a seperate class for each.
19925
19926         * gtk/gtkmenu.c (gtk_menu_size_request): Actually use the new system.
19927         * gtk/gtkmenu.c (gtk_menu_size_allocate): Use the new system.
19928
19929         * gtk/gtkcheckmenuitem.c
19930         (gtk_check_menu_item_toggle_size_request): New function to handle
19931         the toggle size-request.
19932
19933 2000-11-07  Havoc Pennington  <hp@redhat.com>
19934
19935         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_location):
19936         Half-ass somewhat fix this function, so that scrolling to the
19937         insertion point works. Pango hacking is in the future to really
19938         fix it.
19939
19940         * gtk/gtktextview.c (gtk_text_view_drag_data_get): Don't calculate
19941         length of data, no longer used.
19942
19943         * gtk/gtktextbuffer.c (gtk_text_buffer_finalize): move destroy
19944         method contents in here, get rid of destroy method
19945         (gtk_text_buffer_insert_range): Fix some g_return_if_fail checks
19946         that were backward. Remove debug spew.
19947         (cut_or_copy): Make the clipboard work with insert_range to
19948         preserve tags and pixbufs, not just the primary selection.
19949
19950 2000-11-07  Havoc Pennington  <hp@redhat.com>
19951
19952         * gtk/gtktextmark.c (gtk_text_mark_is_visible): rename 
19953         to gtk_text_mark_get_visible
19954
19955         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_line_end): fix
19956         bug that was generating an invalid iterator
19957
19958         * gtk/gtktextiter.c (gtk_text_iter_get_offset): move call to
19959         ensure_char_offsets() in front of code placing the iter in an
19960         invalid state.
19961
19962         * gtk/gtktextbuffer.c (gtk_text_buffer_paste_primary):
19963         make override_location arg const
19964         (paste): Replace the selection if we paste into the 
19965         current selection
19966
19967         * gtk/gtkselection.h: Remove "GtkSelectioData"
19968         (struct _GtkSelectionData): move the definition here.
19969
19970         * gtk/gtktextbuffer.c (gtk_text_buffer_update_primary_selection):
19971         Export the GTK_TEXT_BUFFER_CONTENTS target for in-process copies
19972
19973         * gtk/gtktextiter.c (gtk_text_iter_get_tags): New function
19974
19975         * gtk/gtktextbuffer.c (gtk_text_buffer_insert_range): implement
19976         (gtk_text_buffer_insert_range_interactive): implement
19977         (gtk_text_buffer_get_tags): Remove, replaced by
19978         gtk_text_iter_get_tags()
19979
19980         * gtk/gtktextiter.c (gtk_text_iter_forward_search): Add a search
19981         limit parameter, to avoid infinite linear scan.
19982         (gtk_text_iter_backward_search): Add search limit
19983         (gtk_text_iter_forward_find_char): Add search limit
19984         (gtk_text_iter_backward_find_char): Add search limit
19985
19986 2000-11-07  Alexander Larsson  <alla@lysator.liu.se>
19987
19988         * gdk/linux-fb/gdkcolor-fb.c, gdk/linux-fb/gdkdnd-fb.c,
19989         gdk/linux-fb/gdkgc-fb.c, gdk/linux-fb/gdkimage-fb.c,
19990         gdk/linux-fb/gdkpango-fb.c, gdk/linux-fb/gdkpixmap-fb.c,
19991         gdk/linux-fb/gdkwindow-fb.c:
19992         use g_object_new() instead of g_type_create_instance() which
19993         is a private function for fundamental type implementations.
19994
19995         * gdk/linux-fb/gdkinput-ps2.c:
19996         Use MEDIUMRAW instead of RAW keycodes. Remove keyboard state-table
19997         instead just store the current modifier state. Add a (somewhat broken)
19998         keyboard input parser for XLATE mode too, if we couldn't use MEDIUMRAW.
19999         Rename exported function gdk_input_ps2_get_mouseinfo to
20000         gdk_input_get_mouseinfo.
20001
20002         * gdk/linux-fb/gdkmain-fb.c, gdk/linux-fb/gdkprivate-fb.h,
20003         gdk/linux-fb/gdkwindow-fb.c:
20004         gdk_input_ps2_get_mouseinfo was renamed to gdk_input_get_mouseinfo.
20005         
20006
20007 2000-11-02  Havoc Pennington  <hp@redhat.com>
20008
20009         * gtk/gtkfilesel.h, gtk/gtkfilesel.c: Derive from GtkDialog, and
20010         use stock buttons. Should be 100% source compatible, appropriate
20011         filesel fields now point to dialog->vbox and dialog->action_area.
20012         On the bizarre side, dialog->action_area and filesel->action_area
20013         are not the same widget.
20014         (gtk_file_selection_init): Put some padding around the selection
20015         entry, so it isn't touching the GtkDialog separator.    
20016
20017         * gtk/gtkfontsel.h, gtk/gtkfontsel.c: Derive from GtkDialog, 
20018         use stock buttons, etc. Should also be source compatible.
20019         Set the dialog default title in _init not _new().
20020         
20021         * gtk/gtkcolorseldialog.c (gtk_color_selection_dialog_init): 
20022         Use stock buttons; don't put a button box inside the existing
20023         dialog button box. Don't bother with push/pop colormap anymore.
20024
20025         * gtk/gtkdialog.h (GtkResponseType): Add a bunch of more 
20026         specific GTK_RESPONSE_* values. This is clearer than ACCEPT/REJECT
20027         for message dialog, and necessary for the font selection and color
20028         selection with help and apply buttons.
20029         
20030         * gtk/gtkdialog.c (gtk_dialog_add_button): Return a pointer 
20031         to the created button widget. Set GTK_CAN_DEFAULT on the button.
20032         (gtk_dialog_init): Default to GTK_BUTTONBOX_END, put less spacing
20033         between buttons, put less padding around the action area.
20034         (gtk_dialog_run): Exit on unmap rather than on destroy. 
20035         This will also exit the loop if the widget is hidden.
20036         (gtk_dialog_delete_event_handler): Use GTK_RESPONSE_DELETE_EVENT
20037         instead of GTK_RESPONSE_NONE; since we're already adding a bunch
20038         of GTK_RESPONSE_* stuff, this seems cleaner, and lets you 
20039         special-case delete event.
20040
20041         * gtk/gtktexttagtable.c, gtk/gtktextview.c: Fix doc comment
20042         formatting
20043         
20044 Sun Nov  5 05:32:39 2000  Tim Janik  <timj@gtk.org>
20045
20046         * gtk/testgtk.c (uposition_stop_configure): provide a toggle
20047         button to temporarily disable position recording in the
20048         "saved position" test.
20049
20050 Sat Nov  4 05:37:17 2000  Tim Janik  <timj@gtk.org>
20051
20052         * gtk/gtkthemes.c: added compat code that temporarily implements
20053         GtkThemeEnginePlugin as a GObject exporting GTypePlugin. this is
20054         going to be revamped by owen's upcoming GtkModule patches, but
20055         untill then people want gtk to build, right? ;)
20056
20057 2000-11-04  Havoc Pennington  <hp@pobox.com>
20058
20059         * gtk/gtkenums.h: remove trailing comma from GtkDeleteType member
20060         list
20061
20062         * docs/Changes-2.0.txt: Add note about
20063         gtk_container_get_toplevels()
20064
20065         * gtk/gtktextview.h: formatting
20066         
20067         * gtk/gtktextview.c: don't start descriptions with "Returns",
20068         confuses gtk-doc
20069
20070 Sat Nov  4 10:12:27 2000  Owen Taylor  <otaylor@redhat.com>
20071
20072         * autogen.sh: When doing sanity checking on ACLOCAL_FLAGS,
20073         look for glib-2.0.m4 not glib.m4. (Ali Abdin)
20074
20075 2000-11-03  Havoc Pennington  <hp@redhat.com>
20076
20077         * gtk/gtktexttagtable.c: Docs
20078         (gtk_text_tag_table_size): return a signed int
20079
20080         * gtk/gtktexttag.c: s/tkxt/text/g; write documentation
20081         (gtk_text_tag_event): make the event_object a GObject
20082
20083         * gtk/gtktextview.c: Write API docs for all functions.
20084
20085         * gtk/gtktextview.h: add GTK_TEXT_WINDOW_PRIVATE as return value
20086         for gtk_text_view_get_window_type() called on one of the private
20087         windows.
20088
20089         * gtk/gtktextview.c: Instead of accessing text_view->buffer
20090         directly, call get_buffer() which demand-creates a default
20091         buffer. So gtk_text_view_new() can be used to create a view with a
20092         default buffer in it, if you just want an empty text box users can
20093         put data in. Useful for GUI builders also.
20094
20095 2000-11-03  Pablo Saratxaga <pablo@mandrakesoft.com>
20096
20097         * gtk/gtkrc.zh_TW.*: moved gtkrc.zh_TW.Big5 to gtkrc.zh_TW.big5;
20098         the charset encodign portion MUST be in lowercase.
20099         * gtk/gtkrc.az: added file for Azeri language
20100
20101 2000-11-03  Havoc Pennington  <hp@redhat.com>
20102
20103         Get widgets working on the btree/buffer side. Display of them 
20104         still doesn't work.
20105         
20106         * gtk/gtktextview.c: start implementing child widget stuff
20107
20108         * gtk/gtktextiter.c (gtk_text_iter_get_child_anchor): new function
20109
20110         * gtk/gtktextlayout.c: handle embedded widgets
20111
20112         * gtk/gtktextdisplay.c: handle embedded widgets
20113
20114         * gtk/gtktextchild.c: Implement all the child anchor goo
20115
20116         * gtk/gtktextbuffer.c (gtk_text_buffer_create_child_anchor): New
20117         function
20118
20119         * gtk/gtktextbtree.c: Add child anchor table to the btree struct
20120         (insert_pixbuf_or_widget_segment): abstract out common portions of 
20121         creating a child anchor or a pixbuf segment.
20122         (gtk_text_btree_create_child_anchor): new function
20123         (gtk_text_btree_unregister_child_anchor): new function
20124
20125         * gtk/gtkmarshal.list: added VOID:OBJECT,INT,INT for the
20126         allocate_child signal on GtkTextLayout
20127
20128         * gtk/gtktextiter.c (gtk_text_iter_get_pixbuf): fix bogus return
20129         values
20130         (gtk_text_iter_get_child_anchor): new function
20131
20132         * gtk/gtktextbuffer.c (gtk_text_buffer_real_changed): Add a
20133         default handler for the changed signal, which calls
20134         gtk_text_buffer_set_modified(), instead of just always emitting
20135         changed then calling set_modified() manually. I guess this is
20136         maybe more flexible. It seems logical.
20137
20138 Fri Nov  3 08:58:38 2000  Tim Janik  <timj@gtk.org>
20139
20140         * gtk/gtkobject.c: _g_signal_handlers_destroy() is prefixed with '_'
20141         now.
20142
20143         * gtk/gtksignal.c: use g_signal_connect_closure_by_id() now.
20144
20145 Thu Nov  2 14:10:51 2000  Owen Taylor  <otaylor@redhat.com>
20146
20147         * gdk/x11/gdkdnd-x11.c: Fix a bunch of functions that should have
20148         been marked static.
20149
20150 2000-11-02  Havoc Pennington  <hp@redhat.com>
20151
20152         * gtk/testgtk.c (create_labels): had a test backward
20153
20154         * gdk/x11/gdkgc-x11.c (gdk_gc_copy): Copy the client-side GC
20155         fields, so the dest GC ends up with the correct clip origin, 
20156         etc. Fixes a bug where colored labels didn't redraw 
20157         properly.
20158
20159 2000-11-02  Alexander Larsson  <alexl@redhat.com>
20160
20161         * gdk/linux-fb/gdkcolor-fb.c, gdk/linux-fb/gdkdnd-fb.c,
20162         gdk/linux-fb/gdkgc-fb.c, gdk/linux-fb/gdkpango-fb.c,
20163         gdk/linux-fb/gdkpixmap-fb.c, gdk/linux-fb/gdkwindow-fb.c:
20164         Add last argument to t_type_register_static call.
20165         
20166         * gdk/linux-fb/gdkdrawable-fb2.c:
20167         Add last argument to t_type_register_static call.
20168         export the get_image drawable virtual function.
20169
20170         * gdk/linux-fb/gdkimage-fb.c:
20171         Add last argument to t_type_register_static call.
20172         rename gtk_image_get to _gdk_fb_get_image and
20173         export it for use by gdkdrawable-fb2.
20174
20175         * gdk/linux-fb/gdkprivate-fb.h:
20176         export _gdk_fb_get_image.
20177
20178         * gdk/linux-fb/gdkselection-fb.c:
20179         Add new api call stubs.
20180
20181         * gtk/Makefile.am:
20182         Missing ( in linux-fb part.
20183
20184         * modules/linux-fb/Makefile.am:
20185         Must link with gdk_pixbuf or get unresolved symbol.
20186
20187 2000-11-01  Havoc Pennington  <hp@pobox.com>
20188
20189         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): Use 
20190         GTK_TYPE_TEXT_ITER and BOXED marshallers
20191
20192         * gtk/gtktexttagtable.c (gtk_text_tag_table_class_init): ditto
20193
20194         * gtk/gtktexttag.c (gtk_text_tag_class_init): ditto
20195         
20196         * gtk/gtk-boxed.defs: add GtkTextIter
20197
20198         * gtk/gtkmarshal.list: Add marshallers for text widget that 
20199         properly use OBJECT and BOXED
20200
20201 2000-11-01  Havoc Pennington  <hp@redhat.com>
20202
20203         * gtk/testgtk.c (create_labels): Test set_markup_with_accel()
20204
20205         * gtk/gtklabel.c (set_markup): Convert the unichar to a GDK keyval
20206         before returning it. 
20207         
20208 2000-11-01  Havoc Pennington  <hp@redhat.com>
20209
20210         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha):
20211         Clip the rectangle to be rendered to the drawable, since
20212         get_from_drawable() requires a region within the drawable
20213
20214 2000-11-01  Havoc Pennington  <hp@redhat.com>
20215
20216         * gtk/gtkimage.c (gtk_image_expose): Um, don't randomly subtract 4
20217         from coordinates.
20218
20219 Wed Oct 25 20:10:57 2000  Owen Taylor  <otaylor@redhat.com>
20220
20221         * gdk/gdkevents.c (gdk_event_copy): Only ref the window if
20222         it isn't NULL.
20223
20224 2000-11-01  Havoc Pennington  <hp@pobox.com>
20225
20226         * gtk/gtklabel.c (gtk_label_set_attributes): Set a PangoAttrList
20227         on a label
20228         (gtk_label_finalize): unref the attr list if any.
20229
20230         * gtk/testgtk.c (create_get_image): close test on second click
20231         (make_message_dialog): close dialog if it exists
20232
20233         * gdk/gdkpango.c (gdk_draw_layout): Handle rise attribute
20234
20235         * gdk-2.0.pc.in (Requires): Make it require gdk-pixbuf-2.0 not
20236         gdk-pixbuf
20237
20238         * gtk/gtklabel.c (gtk_label_set_markup): new function to set label
20239         from Pango markup format
20240         (gtk_label_set_markup_with_accel): ditto but with accelerator
20241         parsing
20242
20243         * gtk/gtkimage.c (gtk_image_expose): reformatting.
20244
20245         * gdk/gdkpixbuf-drawable.c (gdk_pixbuf_get_from_drawable): Hack to
20246         reflect current state of GDK - use gdk_drawable_get_colormap, etc.
20247         Check GDK_IS_WINDOW() not !GDK_IS_PIXMAP() to decide whether to 
20248         call gdk_window_get_origin().
20249
20250         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha):
20251         implement GDK_PIXBUF_ALPHA_FULL
20252         
20253 Wed Nov  1 03:43:42 2000  Tim Janik  <timj@gtk.org>
20254
20255         * gtk/gtksignal.c (gtk_signal_compat_matched): make use of
20256         g_signal_handlers_block_matched, g_signal_handlers_unblock_matched and
20257         g_signal_handlers_disconnect_matched to block/unblock and disconnect
20258         multiple handlers respectively, instead of only treating the
20259         first handler found (bug reported by owen).
20260
20261 Mon Oct 30 19:23:50 2000  Jonathan Blandford  <jrb@redhat.com>
20262
20263         * gtk/gtktreeview.c (gtk_tree_view_expand_row): New function.
20264
20265         * gtk/gtktreeview.c (gtk_tree_view_collapse_row): New function.
20266
20267         * gtk/gtktreeview.c, gtk/gtktreemodel.c, gtk/gtktreeselection.c
20268         gtk/gtktreestore.h, gtk/gtktreeview.h, gtk/gtktreeviewcolumn.c,
20269         gtk/gtktreeviewcolumn.h: Fixed inline docs.
20270
20271         * docs/reference/gtk/tree_widget.sgml: Proto intro to the tree
20272         widget.  Needs writing someday.
20273
20274         * docs/reference/gtk/tmpl/gtktree*sgml: Added the tree widget to
20275         the docs.
20276
20277 2000-10-30  Havoc Pennington  <hp@redhat.com>
20278
20279         * gtk/gtktextview.h, gtk/gtktextview.c:
20280         Rename delete_at_cursor delete_from_cursor, and 
20281         move to move_cursor.
20282
20283 2000-10-30  Havoc Pennington  <hp@redhat.com>
20284
20285         * gtktextbtree.c, gtktextbtree.h, gtktextbuffer.c,
20286         gtktextbuffer.h, gtktextchild.c, gtktextchild.h,
20287         gtktextchildprivate.h, gtktextdisplay.c, gtktextdisplay.h,
20288         gtktextiter.c, gtktextiter.h, gtktextiterprivate.h,
20289         gtktextlayout.c, gtktextlayout.h, gtktextmark.c, gtktextmark.h,
20290         gtktextmarkprivate.h, gtktextsegment.c, gtktextsegment.h,
20291         gtktexttag.c, gtktexttag.h, gtktexttagprivate.h,
20292         gtktexttagtable.c, gtktexttagtable.h, gtktexttypes.c,
20293         gtktexttypes.h, gtktextview.c, gtktextview.h:
20294
20295         Massive reindentation and reformatting. Arg alignment and comments
20296         still need fixing in various places.
20297
20298 2000-10-30  Havoc Pennington  <hp@redhat.com>
20299
20300         * gtk/gtktextview.h, gtk/gtktextview.c: Change run action signals
20301         to be named insert_at_cursor and delete_at_cursor so C++ can
20302         handle them.
20303
20304 2000-10-28  Tor Lillqvist  <tml@iki.fi>
20305
20306         * gtk/gtkrc.c (gtk_rc_append_default_module_path): Make sure not
20307         to get a double directory separator in case the home directory
20308         ends with one. This would cause trouble especially on Windows,
20309         where the path will be confused with the syntax for an an UNC
20310         (network share) path \\server\share\path.
20311         (gtk_rc_add_initial_default_files): Ditto.
20312
20313 Sat Oct 28 02:33:09 2000  Robert Brady  <robert@suse.co.uk>
20314
20315         * gtk/gtkmarshal.list: add new marshallers for GtkTextView.
20316
20317         * gtk/gtktextview.c: Use correct marshallers.
20318
20319 Fri Oct 27 17:56:26 2000  Jonathan Blandford  <jrb@redhat.com>
20320
20321         * gtk/gtkliststore.c: Not sure how this ever worked.  Fixed it to
20322         use new iter stuff, and added all the appropriate signals et al.
20323
20324         * gtk/gtktreedatalist.h: s/gtk/_gtk to further reinforce that this
20325         code is internal to gtk only.
20326
20327 2000-10-28  Tor Lillqvist  <tml@iki.fi>
20328
20329         * gtk/gtk.def
20330         * gtk/makefile.{mingw,msc}.in: Adjust to Tim's changes. Use
20331         glib-genmarshal etc.
20332
20333 Fri Oct 27 20:15:00 2000  Tim Janik  <timj@gtk.org>
20334
20335         * gtk/Makefile.am: added dependancies for testtextbuffer which broke
20336         parallel builds.
20337
20338 Fri Oct 27 18:51:44 2000  Tim Janik  <timj@gtk.org>
20339
20340         * gtk/gtksignal.[hc]: adapt to GSignal signature changes.
20341
20342 2000-10-27  Robert Brady  <robert@suse.co.uk>
20343
20344         * configure.in (ALL_LINGUAS): Add en@IPA (English, phonetic), 
20345         en_GB (British), ia (Interlingua).
20346
20347 2000-10-26  Havoc Pennington  <hp@redhat.com>
20348
20349         * gtk/gtktextiter.c (my_strrstr): fix constness warning
20350
20351         Fixed output of:
20352         nm -g -l .libs/libgtk-x11-1.3.so | grep ' T ' | grep -v gtk_ | grep -v GTK_
20353         
20354         * gtk/gtktextsegment.c (char_segment_new): rename
20355         (_char_segment_new_from_two_strings): rename
20356         (_toggle_segment_new): rename
20357         
20358         * gtk/gtkclipboard.c (ensure_clipboard_widget): make this static
20359         (make_clipboard_widget): make it static
20360         (text_get_func): static
20361         (text_clear_func): static
20362
20363         * gtk/gtkcolorsel.c (adjustment_changed): make this function
20364         static
20365         (hex_changed): make it static
20366         (hsv_changed): make it static
20367         (opacity_entry_changed): make it static
20368
20369         * gtk/gtktextbtree.c (change_node_toggle_count): rename with _gtk
20370         (toggle_segment_check_func): rename with _gtk
20371
20372         * gtk/gtktextchild.c (_pixbuf_segment_new): rename with _gtk
20373         (_widget_segment_new): rename
20374         (_widget_segment_add): rename
20375         (_widget_segment_remove): rename
20376         (_widget_segment_ref): rename
20377         (_widget_segment_unref): rename
20378
20379         * gtk/gtktextmark.c (_mark_segment_new): Rename
20380         _gtk_mark_segment_new   
20381
20382 2000-10-26  Havoc Pennington  <hp@redhat.com>
20383
20384         * gtk/gtkmarshal.list: add new marshallers used by the text widget
20385         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): fix marshaller
20386         types
20387
20388         * gtk/gtktexttagtable.c (gtk_text_tag_table_class_init): fix
20389         marshaller types
20390
20391         * gtk/gtktextlayout.h, gtk/gtktextlayout.c, gtk/gtktextdisplay.h,
20392         gtk/gtktextdisplay.c: We need to preserve Tk copyrights and
20393         license on these files.
20394
20395         * gtk/gtktextiter.c (gtk_text_iter_backward_search): Make this
20396         work.
20397
20398         * gtk/gtktextbtree.c (gtk_text_btree_new): init stamps to 
20399         runtime random number different for each tree, instead of 
20400         a constant I made up.
20401
20402 Thu Oct 26 07:36:16 2000  Tim Janik  <timj@gtk.org>
20403
20404         * gtk/Makefile.am: buncha cleanups, kludged build sources
20405         dependencies with a Makefile: oldest-source-stamp dependancy
20406         for the moment. automake is really fighting us here, with
20407         intentionally not allowing user-defined rules or dependancies
20408         prior to it's -include $(DEP_FILES) statement. sucks rocks!
20409
20410         * gtk/Makefile.am: added gtktextlayout.h and gtktextdisplay.h
20411         to public headers. tehy have a comment stating that they are
20412         "semi-public" aren't included by gtk.h and if enums popup there,
20413         they can be /*< skip >*/-ed.
20414
20415         * gtk/gtktextlayout.h: 
20416         * gtk/gtktextdisplay.h: indentation fixes, comment fixes,
20417         added LGPL... <SIGH>
20418
20419 Wed Oct 25 20:40:25 2000  Jonathan Blandford  <jrb@redhat.com>
20420
20421         * gtk/gtktreemodel.h: Got rid of GtkTreeNode, and changed it to
20422         GtkTreeIter.  Added iterators everywhere.
20423
20424         * gtk/gtktreeviewcolumn.c: Changed to use the iterators.
20425
20426         * gtk/gtktreeviewselection.c: Changed to use the iterators.
20427
20428         * gtk/gtktreestore.c: Changed to use the iterators.
20429
20430         * gtk/gtkliststore.c: Commented out the code.  Will convert to
20431         iterators tomorrow.
20432
20433         * gtk/gtkmodelsimple.c: Commented out the code.  Will convert to
20434         iterators tomorrow.
20435
20436         * gtk/treestoretest.c: Changed to use iterators.
20437
20438         * demos/testgtk/main.c: Moved to use the new iterator system.
20439
20440 Thu Oct 26 02:10:32 2000  Tim Janik  <timj@gtk.org>
20441
20442         * gtk/Makefile.am: invoke maketypes.awk with LC_ALL=C to avoid
20443         localization misbehaviour.
20444
20445         * gtk/gtk-boxed.defs: nuked "boxed" type GtkCTreeNode, since it's
20446         a useless type without copy/free.
20447
20448         * gtk/gtkctree.c (gtk_ctree_class_init): use GTK_TYPE_POINTER instead
20449         of GTK_TYPE_CTREE_NODE.
20450
20451 Thu Oct 26 00:51:52 2000  Tim Janik  <timj@gtk.org>
20452
20453         * gtk/gtksignal.c:
20454         (gtk_signal_emitv): use g_value_set_static_{string|boxed} where
20455         applicable.
20456
20457         * gtk/gtk-boxed.defs (GtkSelectionData): specify
20458         gtk_selection_data_copy and gtk_selection_data_free
20459         do GtkSelectionData work as params in signals.
20460
20461 Wed Oct 25 20:47:41 2000  Tim Janik  <timj@gtk.org>
20462
20463         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_class_init): urg, removed
20464         implementation of gtk_marshal_VOID__INT_INT_INT_INT. if people do that,
20465         couldn't they at least give it a non-standard name?
20466         
20467         * gtk/gtktextlayout.c: arg! yet another implementation of
20468         gtk_marshal_VOID__INT_INT_INT_INT(), is this a conspiracy?
20469
20470         * gtk/gtktextbuffer.c: gotcha! captured a vagabonding
20471         gtk_marshal_VOID__INT_POINTER_INT() implementation, braught it back
20472         home. now i know this _is_ a conspiracy.
20473
20474         * gtk/gtkwidget.c (gtk_widget_class_init): marshaller fixups for
20475         ::state-changed.
20476
20477         * gtk/gtkaccelgroup.c (gtk_accel_group_create_remove): 
20478         (gtk_accel_group_create_add): marshaller signature fixups.
20479
20480         * gtk/gtklistitem.c (gtk_list_item_class_init): signal creation fixups,
20481         pass in GTK_TYPE_SCROLL_TYPE instead of GTK_TYPE_ENUM.
20482
20483         * gtk/gtkobject.[hc]: removed GTK_CONNECTED flag, it's not valid
20484         anymore.
20485
20486 Tue Oct 24 23:59:21 2000  Tim Janik  <timj@gtk.org>
20487
20488         * docs/reference/Makefile.am: disabled SUBDIRS for the moment, since
20489         due to the signal system changes, it wouldn't build currently. to
20490         be fixed soon.
20491
20492         * docs/Changes-2.0.txt: GtkSignal/GSignal updates.
20493
20494         * gtk/gtkwidget.c: ::direction_changed takes an enum as argument,
20495         so it needs gtk_marshal_VOID__ENUM() instead of
20496         gtk_marshal_NONE__UINT().
20497
20498         * gdk/gdk*.c: adapted type registration functions.
20499
20500         * gtk/gtkbindings.c:
20501         * gtk/gtkaccelgroup.c: operate on GSignalQuery, GtkSignalQuery is
20502         gone.
20503
20504         * gtk/gtkenums.h: define GtkSignalRunType in terms of GSignalType.
20505
20506         * gtk/gtkobject.c:
20507         (gtk_object_destroy):
20508         (gtk_object_shutdown): fixed recursion guards. basically we have to
20509         catch the case where any of GObject.shutdown() or gtk_object_destroy()
20510         is called during ::destroy, and avoid recursion there.
20511
20512         * gtk/gtktypeutils.c:
20513         * gtk/maketypes.awk: awk-script hackup to provide gtk_type_init() with
20514         boxed_copy/boxed_free. this needs a more general solution based on a
20515         publically installed code-generator utility.
20516
20517         * gtk/gtktypeutils.[hc]: compat aliased GTK_TYPE_BOXED to G_TYPE_BOXED,
20518         glib's gobject has support for that now.
20519         define GtkSignalMarshaller in terms of GSignalCMarshaller.
20520
20521 Mon Oct 23 09:36:42 2000  Tim Janik  <timj@gtk.org>
20522
20523         * gtk/gtksignal.[hc]:
20524         * gtk/gtkmarshal.[hc]:
20525         * gtk/Makefile.am: generate marshallers with glib-genmarshal and don't
20526         compile gtkmarshal.c on its own anymore, just include it in gtksignal.c.
20527         removed #include <gtkmarshal.h>s all over the place, gtksignal.h takes
20528         care of that.
20529
20530         * *.c: marshaller name fixups.
20531
20532         * gtk/gtkmarshal.list: added a comment briefing the format.
20533
20534 Sun Oct 22 23:14:39 2000  Tim Janik  <timj@gtk.org>
20535
20536         * gtk/gtksignal.[hc]: nuked old implementation. we mostly have
20537         compatibility macros here now. more specifically, most of
20538         the API is preserved (yes, _most_, nonwithstanding the
20539         following exceptions listed, the API is stil lHUGE ;)
20540         things that got removed completely:
20541         GtkSignalQuery, gtk_signal_query(), gtk_signal_n_emissions(),
20542         gtk_signal_n_emissions_by_name(), gtk_signal_handlers_destroy(),
20543         gtk_signal_set_funcs(), gtk_signal_handler_pending_by_id(),
20544         gtk_signal_add_emission_hook(), gtk_signal_add_emission_hook_full(),
20545         gtk_signal_remove_emission_hook().
20546         non-functional functions variants:
20547         gtk_signal_add_emission_hook(), gtk_signal_remove_emission_hook().
20548         the GtkCallbackMarshal argument to gtk_signal_connect_full() is
20549         not supported anymore.
20550         (gtk_signal_compat_matched): new internal function to aid
20551         implementation of the compatibility macros, it  provides
20552         functionality to block/unblock/disconnect handlers based
20553         on func/data.
20554
20555         * gtk/gtkenums.h: define GtkSignalRunType in terms of GSignalType,
20556
20557         * *.c: adaptions to new type registration API signatures.
20558
20559 Fri Oct 20 15:26:33 2000  Tim Janik  <timj@gtk.org>
20560
20561         * gtk/gtktypeutils.[hc]: removed G_TYPE_GTK_POINTER cludge.
20562
20563 2000-10-25  Robert Brady  <robert@suse.co.uk>
20564
20565         * gdk/x11/gdkproperty-x11.c (gdk_property_get, gdk_property_change,
20566         gdk_property_delete): If window == NULL, assume the root window.
20567         (restoring the behaviour that was in 1.2).
20568         
20569         * gtk/testtext.c (save_buffer): Allow creation of new files when
20570         saving.
20571
20572         (fill_file_buffer): Don't die if a UTF-8 sequence is split across
20573         calls to read().
20574
20575 2000-10-25  Tor Lillqvist  <tml@iki.fi>
20576
20577         * gdk/gdkwindow.c: Include x11/gdkx.h only when building for X11.
20578
20579         * gdk/win32/gdkdrawable-win32.c
20580         * gdk/win32/gdkimage-win32.c
20581         * gdk/win32/gdkprivate-win32.h: Corresponding changes as in the
20582         X11 backend.
20583
20584         * gdk/win32/gdkcc-win32.c
20585         * gdk/win32/gdkcolor-win32.c
20586         * gdk/win32/gdkfont-win32.c
20587         * gdk/win32/gdkinput-win32.c
20588         * gdk/win32/gdkmain-win32.c
20589         * gdk/win32/gdkproperty-win32.c: Silence gcc -Wall.
20590
20591 2000-10-24  Havoc Pennington  <hp@redhat.com>
20592
20593         * gtk/gtktextview.c (gtk_text_view_scroll_to_mark_adjusted): make
20594         it a static function
20595
20596         * gtk/gtktextbtree.c (gtk_text_btree_tag): Gee, maybe we should
20597         redraw text when a tag is applied to it.
20598
20599         * gtk/gtktexttag.c (gtk_text_tag_affects_size)
20600         (gtk_text_tag_affects_nonsize_appearance): private functions to
20601         see if a tag requires various kinds of redraw/layout to be queued
20602         up.
20603
20604         * gtk/gtktexttag.h (struct _GtkTextTag): Remove relief crackrock
20605
20606         * gtk/testtext.c (fill_example_buffer): Put the cursor 
20607         at the start of the buffer, so search works by default
20608
20609         * gtk/gtktextiter.c (lines_match): init match_start always
20610
20611         * gtk/gtktextbuffer.c (gtk_text_buffer_get_iter_at_line_index): New
20612         function, get iter at a line + a byte index
20613
20614         * gtk/gtktextiter.c (gtk_text_iter_set_line_index): New function,
20615         to set byte position within a line
20616         (gtk_text_iter_check): remove leftover G_BREAKPOINT thing
20617
20618 2000-10-23  Havoc Pennington  <hp@redhat.com>
20619
20620         * gtk/testtext.c: Re-enable the "find" dialog
20621
20622         * gtk/testgtk.c: Add test for gdk_drawable_get_image
20623         
20624         * gdk/gdkwindow.c (gdk_window_begin_paint_region): Fix bug where
20625         the arguments to gdk_draw_drawable were in the wrong order
20626         (gdk_window_paint_init_bg): This function was ignoring the
20627         init_region, instead of clipping to it, so the entire backing
20628         pixmap was cleared on every begin_paint()
20629         (gdk_window_begin_paint_region): Hmm, the same list-walking bug
20630         was in here again, the loop kept using the same GtkWindowPaint
20631         over and over.
20632         (gdk_window_begin_paint_region): Fix a bug where we had two
20633         x_offset instead of x_offset and y_offset
20634
20635         * gdk/gdkdraw.c (gdk_drawable_get_image): get composite drawable
20636         before we get the image.
20637         (gdk_draw_drawable): get the composite before we draw the drawable.
20638         (gdk_drawable_real_get_composite_drawable): default
20639         get_composite_drawable implementation that returns the drawable 
20640         itself
20641
20642         * gdk/gdkdrawable.h (struct _GdkDrawableClass ): Add
20643         get_composite_drawable virtual function
20644
20645         * gdk/gdkwindow.c (gdk_window_begin_paint_region): Fix a cheesy
20646         list-walking bug
20647
20648         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_drawable): Add a hack to
20649         make this work if the source drawable is a GdkDrawableImplX11
20650         instead of a public drawable type. This is really broken; the
20651         problem is that GdkDrawable needs a virtual method get_xid(), but
20652         of course that doesn't work in practice. Enter RTTI.
20653
20654         Also, improve mismatched depth message.
20655
20656         * gdk/gdkpixmap.c (gdk_pixmap_get_image): Implement get_image for
20657         GdkPixmap
20658
20659         * gdk/x11/gdkdrawable-x11.c (gdk_drawable_impl_x11_class_init):
20660         install _gdk_x11_get_image as our implementation of get_image
20661         
20662         * gdk/x11/gdkimage-x11.c (gdk_image_get): Rename to
20663         _gdk_x11_get_image and export for use in gdkdrawable-x11.c
20664
20665         * gdk/gdkimage.c (gdk_image_get): Make this just a wrapper around
20666         gdk_drawable_get_image
20667
20668         * gdk/gdkdraw.c (gdk_drawable_get_image): call virtual get_image
20669
20670         * gdk/gdkdrawable.h (struct _GdkDrawableClass ): Virtualize
20671         get_image
20672
20673         * gtk/gtktreestore.c (gtk_tree_store_get_node): remove weird
20674         trailing semicolon after for loop
20675
20676 Mon Oct 23 12:07:57 2000  Owen Taylor  <otaylor@redhat.com>
20677
20678         * gtk/gtkwidget.c (gtk_widget_set_style_internal): Fix problem
20679         where font_desc for widget's context lagged widget's font_desc by
20680         one step.
20681
20682 2000-10-22  Tor Lillqvist  <tml@iki.fi>
20683
20684         * gdk/win32/gdkgc-win32.c
20685         * gdk/win32/gdkimage-win32.c: Remove gcc -Wall warnings.
20686
20687         * gtk/makefile.mingw.in
20688         * gtk/gtk.def: Updates.
20689
20690         * gtk/testgtk.c: sleep() is called _sleep in MS's C
20691         library.
20692
20693         * gtk/gtkimcontextsimple.c: Include <stdlib.h> for bsearch().
20694
20695         * gtk/makefile.msc: Remove
20696
20697         * gtk/makefile.msc.in: New file, like makefile.mingw.in.
20698
20699         * gtk/Makefile.am: Add it.
20700
20701         * configure.in: Generate it.
20702
20703         * gtk/gtktextbuffer.c (gtk_text_buffer_create_child_anchor)
20704         * gtk/gtktextbtree.c (gtk_text_line_char_to_byte): Return
20705         something even if not implemented, to satisfy picky MSVC.
20706
20707         Patches by Hans Breuer:
20708         
20709         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_glyphs): Call
20710         SetBkMode() and SetTextAlign() before calling
20711         pango_win32_render().
20712
20713         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_values_to_win32values):
20714         Set hcliprgn to NULL after destroying it.
20715         (gdk_gc_set_clip_rectangle): Delete hcliprgn and set to NULL.
20716
20717         * gdk/win32/gdkgeometry-win32.c
20718         (_gdk_windowing_window_queue_antiexpose): More effective
20719         implementation.
20720
20721         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_new): Use drawable's
20722         depth as default, not the visual's.
20723
20724         * gdk/win32/gdkwindow-win32.c (gdk_window_set_title): Guard
20725         against empty title.
20726
20727         * gdk/win32/gdkprivate-win32.h: Define a helper macro,
20728         IMAGE_PRIVATE_DATA.
20729
20730         * gdk/win32/gdkimage-win32.c: Use it.
20731
20732 2000-10-22  Robert Brady  <robert@suse.co.uk>
20733
20734         * configure.in: Check for bind_textdomain_codeset
20735
20736         * gtk/gtkmain.c (gtk_init_check): If bind_textdomain_codeset 
20737         present, make use of it.
20738
20739         Add a translatable string "default:LTR" which, if translated
20740         to "default:RTL", will cause the default direction to be
20741         Right-to-Left.
20742
20743         * gtk/gtkrange.h, gtk/gtkrange.c: Take into account the widget 
20744         direction if marked as flippable.
20745
20746         * gtk/gtkhscale.c: Mark widget as flippable.
20747         
20748 2000-10-04  Havoc Pennington  <hp@redhat.com>
20749
20750         * gtk/testgtk.c (create_buttons): create some stock buttons
20751         with the default accel group
20752         (create_image): test some new GtkImage features
20753         (make_message_dialog): test GtkMessageDialog
20754         (create_modal_window): fix someone's bizzarro indentation
20755
20756         * gtk/gtkwindow.h, gtk/gtkwindow.c: Implement 
20757         GTK_WIN_POS_CENTER_ON_PARENT. 
20758         Add "destroy with parent" setting, which means the window goes
20759         away with its transient parent.
20760         (gtk_window_get_default_accel_group): get the default accel group
20761         for the window.
20762         (gtk_window_set_destroy_with_parent): set/unset destroy with
20763         parent flag
20764         (gtk_window_read_rcfiles): invalidate icon set caches
20765         after reloading rcfiles 
20766
20767         * gtk/gtkenums.h (GtkWindowPosition): add
20768         GTK_WIN_POS_CENTER_ON_PARENT, which centers a dialog 
20769         on its parent window when the dialog is mapped for the first time.
20770
20771         * gtk/gtkmessagedialog.h, gtk/gtkmessagedialog.c: Add 
20772         a simple message dialog class
20773         
20774         * gtk/gtkdialog.c (gtk_dialog_init): Connect delete event 
20775         handler to emit response signal, and maybe later it would
20776         honor a hide_on_delete flag - though that isn't there yet.
20777         Set border width on the vbox to 2, so we get some padding.      
20778         Use a button box for the action area.
20779         (gtk_dialog_key_press): synthesize a delete event if Esc
20780         is pressed and the GtkWidget key press handler didn't 
20781         handle the escape key.
20782         (gtk_dialog_new_with_buttons): new function creates a dialog
20783         with some default buttons in it.
20784         (gtk_dialog_add_action_widget): add an activatable widget
20785         as a button in the dialog - you can also add a non-activatable
20786         widget by accessing the action area directly.
20787         (gtk_dialog_add_button): add a simple button - stock ID or 
20788         label - to the action area
20789         (gtk_dialog_response): emit response signal
20790         (gtk_dialog_run): block waiting for the dialog, return 
20791         the response. Override normal delete_event behavior, so that 
20792         delete_event does nothing inside gtk_dialog_run().
20793         * gtk/gtkdialog.h, gtk/gtkdialog.c: Add "response" signal
20794         emitted when an action widget is clicked or the dialog gets
20795         delete_event
20796
20797         * gtk/gtk.h: add gtkmessagedialog.h
20798
20799         * gtk/Makefile.am: add gtkmessagedialog.[hc]
20800
20801 2000-10-18  Havoc Pennington  <hp@redhat.com>
20802
20803         * gtk/gtktextiter.c (gtk_text_iter_forward_to_newline): Fix a bug 
20804         where any number of empty lines would get skipped
20805
20806         * gtk/gtktextiter.h: Remove padding from GtkTextIter; live on the
20807         edge.
20808
20809         * gtk/gtktextiter.c (gtk_text_iter_make_surreal): enhance the
20810         warning about invalid iterators (explain more thoroughly)
20811         (gtk_text_iter_in_region): rename gtk_text_iter_in_range
20812
20813         * gtk/gtktextview.c (FOCUS_EDGE_WIDTH): Make focus rectangle less
20814         big
20815
20816         * demos/*.c: Add error handling
20817
20818         * gtk/gtktextbuffer.c: don't modify const iterators
20819
20820         * gtk/gdk-pixbuf-loader.c: Add full error handling here
20821
20822         * gtk/gtkimage.c (gtk_image_set_from_file): ignore errors
20823         on file load
20824
20825         * gtk/gtkiconfactory.c: Update to reflect addition of error
20826         handling to gdk-pixbuf loaders
20827
20828 Wed Oct 18 11:14:05 2000  Owen Taylor  <otaylor@redhat.com>     
20829
20830         * configure.in demos/Makefile.am demos/testgtk/*: Start of work to
20831         move to new modularized testgtk.
20832
20833 2000-10-17  Jonathan Blandford  <jrb@redhat.com>
20834
20835         * gtk/gtktreeview.c: Draw the arrows correctly.
20836
20837         * gtk/gtktreemodel.c: Added user docs.
20838
20839         * gtk/gtk.h: remove gtktreedatalist.h.
20840
20841         * gtk/gtktreestore.c (gtk_tree_store_get_type): Get the correct
20842         parent when generating my type.
20843
20844         * gtk/gtkmarshal.list: Added four more marshallers: INT:NONE,
20845         POINTER:NONE, POINTER:POINTER, and POINTER:POINTER,INT.
20846
20847 2000-10-16  Jonathan Blandford  <jrb@redhat.com>
20848
20849         * gtk/gtktreemodel.h (struct _GtkTreeModelIface): Move
20850         GtkTreeModel from object to interface.
20851
20852 2000-10-16  Havoc Pennington  <hp@redhat.com>
20853
20854         * gtk/gtktreeviewcolumn.c: #include gtklabel.h, fixing 
20855         compilation
20856
20857 2000-10-16  Jonathan Blandford  <jrb@redhat.com>
20858
20859         * gtk/gtktreeselection.c: Add API documentation to all public
20860         functions.
20861
20862         * gtk/gtktreeviewcolumn.c: Added API documentation to all public
20863         functions.
20864
20865 2000-10-15  Jonathan Blandford  <jrb@redhat.com>
20866
20867         * gtk/gtktreeview.c (gtk_tree_view_insert_column): New function
20868         proposed by Guy Harris <gharris@flashcom.net>.  Also, added API
20869         docs to all public functions.
20870
20871         * gtk/gtktreeview.c, gtk/gtktreeview.h, gtk/gtktreestore.h,
20872         gtk/gtktreestore.c, gtk/gtkliststore.h, gtk/gtkliststore.c,
20873         gtk/gtkmodelsimple.c, gtk/gtkmodelsimple.h, gtk/gtktreedatalist.c,
20874         gtk/gtktreemodel.h, gtk/gtktreeselection.c,
20875         gtk/gtktreeselection.h: Fix GtkTreeNode *node ->GtkTreeNode node
20876         issue.
20877
20878 2000-10-14  Robert Brady  <robert@suse.co.uk>
20879
20880         * configure.in: Added "fa" (Persian) to ALL_LINGUAS.
20881
20882 2000-10-12  Jonathan Blandford  <jrb@redhat.com>
20883
20884         * gtk/gtktreedatalist.[ch] (gtk_tree_data_list_value_to_node): Added
20885         values other then G_TYPE_STRING.
20886         * gtk/gtktreeselection.c: Minor commenting updates.
20887         * gtk/gtktreeview.c: Format updates.
20888
20889 2000-10-09  Tor Lillqvist  <tml@iki.fi>
20890
20891         * README.win32: Update.
20892
20893         * gdk/win32/gdkgeometry-win32.c (gdk_window_clip_changed): Add two
20894         lines that had been deleted by mistake (?).
20895
20896         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new_from_pixmap): Handle
20897         also the case fg==white and bg==black (but still not randomly
20898         coloured cursors). Thanks to Wolfgang Sourdeau.
20899
20900         * gdk/win32/*.c: Silence gcc -Wall.
20901
20902         * gtk/gtk.def: Add missing entry points.
20903
20904         Fixes by Hans Breuer:
20905
20906         * gdk/makefile.msc
20907         * gdk/win32/makefile.msc: Update.
20908
20909         * gdk/testgdk.c: If compiling with debugging (with _DEBUG defined,
20910         some MSVC thing, presumably), cause breakpoint on failures. Add
20911         GDK_NOR case. Call g_log_set_always_fatal.
20912
20913         * gdk/win32/gdkwin32id.c (gdk_win32_handle_table_insert): Handle
20914         should be pased by reference.
20915         
20916         * gdk/win32/gdkprivate-win32.h: Correct declaration accordingly.
20917         
20918         * gdk/win32/*.c: Correct calls to gdk_win32_handle_table_insert.
20919
20920         * gdk/win32/gdkevents-win32.c
20921         * gdk/win32/gdkwindow-win32.c: Handle WM_CREATE.
20922
20923         * gdk/win32/gdkgc-win32.c: Fix mixups of drawable and
20924         implementation object.
20925
20926         * gdk/win32/gdkimage-win32.c (gdk_image_get): Handle drawables,
20927         not just windows.
20928         
20929         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_impl_win32_finalize):
20930         Use the wrapper object.
20931         
20932 2000-10-06  Havoc Pennington  <hp@redhat.com>
20933
20934         * Makefile.am (SRC_SUBDIRS): contrib subdir
20935
20936         * gdk/gdkpixbuf.h: Move GdkPixbufAlphaMode to gdk-pixbuf library,
20937         so it can be used in Xlib version
20938
20939         * demos/testpixbuf.c (update_timeout): error checking from 1.0
20940         tree
20941
20942         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_get_pixbuf): Sync
20943         change from 1.0 tree that returns first frame of animation
20944         if the loaded file is an animation.
20945
20946         * contrib: add new directory to hold stuff that comes with GTK+
20947         but isn't really part of GTK+ (for now, gdk-pixbuf-xlib)
20948         
20949         * configure.in: add contrib/*
20950
20951 2000-10-05  Havoc Pennington  <hp@redhat.com>
20952
20953         * demos/testpixbuf-save.c: add pixbuf save test
20954
20955         * demos/Makefile.am: add testpixbuf-save.c
20956
20957 2000-10-05  Jonathan Blandford  <jrb@redhat.com>
20958
20959         * gtk/gtktree.h (GTK_TREE_SELECTION): Replaced with
20960         GTK_TREE_SELECTION_OLD to prevent conflict with gtktreeselection.c
20961         * gtk/testgtk.c: s/GTK_TREE_SELECTION/GTK_TREE_SELECTION_OLD/
20962         * gtk/gtktreeselection.[ch]: Replaced
20963         "node_selected"/"node_unselected" signal with "selection_changed"
20964         signal.
20965
20966 2000-10-04  Jonathan Blandford  <jrb@redhat.com>
20967
20968         * gtk/gtk{tree,cell}?*.[ch]: Checked in initial draft of the new
20969         tree widget.
20970
20971 2000-10-04  Jonathan Blandford  <jrb@redhat.com>
20972
20973         * gdk/gdkwindow.c (gdk_window_draw_arc): Fix obvious bug in circle
20974         drawing.
20975
20976 Wed Oct  4 15:52:15 2000 Owen Taylor  <otaylor@redhat.com>
20977
20978         * gdk/x11/gdkselection-x11.c (_gdk_selection_window_destroyed):
20979         Move list pointer forwards before removing item from
20980         list. (Crash reported by Salmaso Raffaele)
20981
20982         * gdk/gdkwindow.h: Remove spurious trailing ,
20983
20984         * gdk/Makefile.am (LDFLAGS): You can't do interlibrary
20985         dependencies on uninstalled libraries, sorry folks.
20986
20987 2000-10-04  Havoc Pennington  <hp@redhat.com>
20988
20989         * gtk/gtkstock.h, gtk/gtkstock.c, gtk/gtkiconfactory.h,
20990         gtk/gtkiconfactory.c: Fix copyrights    
20991
20992         * demos/testpixbuf.c: add inline pixbuf test
20993         
20994 Mon Sep 25 15:05:17 2000  Owen Taylor  <otaylor@redhat.com>
20995
20996         * gdk/gdkwindow.h gdk/x11/gdkwindow-x11.c (gdk_window_iconify):
20997         Add gdk_window_iconify.
20998
20999         * gdk/gdkwindow.h gdk/x11/gdkwindow-x11.c
21000         (gdk_window_set_geometry_hints): Add win_gravity
21001         to geometry structure.
21002
21003         * gdk/x11/gdkevents-x11.c (gdk_wm_protocols_filter):
21004         Implement _NET_WM_PING.
21005
21006         * gdk/x11/gdkmain-x11.c (_gdk_windowing_init_check):
21007         Set _NET_WM_PID on the client leader.
21008
21009         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon_name):
21010         Handle UTF-8 better.
21011
21012         * gdk/x11/gdkwindow-x11.c (gdk_window_set_title): Handle
21013         UTF-8 better, set _NET_WM_NAME as well. Only set
21014         icon name if it hasn't previously been explicitely 
21015         set.
21016
21017 2000-10-03  Havoc Pennington  <hp@redhat.com>
21018
21019         * gtk/testtextbuffer.c: clean up trailing whitespace,
21020         add extensive tests for tag toggle iteration.
21021         
21022         * gtk/gtktextiter.c (MAX_LINEAR_SCAN): decrease linear scan 
21023         distance
21024
21025         * gtk/gtktextbtree.c (gtk_text_line_next_could_contain_tag):
21026         optimize case where the tag root is on level 1
21027         (gtk_text_line_previous_could_contain_tag): attempt to implement
21028         (gtk_text_line_next_could_contain_tag): Abstract out node_compare
21029         functionality
21030
21031         * gtk/gtktextiter.c (gtk_text_iter_backward_to_tag_toggle):
21032         Implement this, though not very efficiently.
21033
21034         * gtk/gtktextiterprivate.h: reformat
21035
21036         * gtk/gtktextiter.c (gtk_text_iter_get_char): return 0 on the end
21037         iterator
21038
21039         * gtk/gtktextbuffer.c (gtk_text_buffer_delete_interactive): Fix
21040         this to properly revalidate the iterators.
21041
21042         * gtk/gtktextview.c (gtk_text_view_delete): fix control-K to work
21043         properly at the end of the line (and therefore on empty lines)
21044
21045         * gtk/gtktextbtree.c (gtk_text_btree_get_selection_bounds): Gee,
21046         maybe we should return a value...
21047
21048 2000-10-03  Tor Lillqvist  <tml@iki.fi>
21049
21050         * config.h.win32: Guard definition of alloca(). glib.h now handles
21051         that.
21052
21053         * gdk/gdk.def
21054         * gtk/gtk.def: Add new entry points.
21055
21056         Changes just to make GTK+ build without errors on Win32. No hope
21057         of it working in its current state, though...:
21058         
21059         * gdk/win32/gdkselection-win32.c: Remove gcc -Wall warnings.  Add
21060         some functions from the X11 backend, just to make GTK+ build.
21061
21062         * gdk/makefile.mingw.in
21063         * gtk/makefile.mingw.in: Use correct gdk_pixbuf version
21064         number. Add new object files.
21065
21066         * gtk/gtkclipboard.c: Include gdkwin32.h on Win32. Use
21067         GetMessageTime to get timestamp (where on X11 uses
21068         gdk_x11_get_server_time()).
21069
21070 2000-10-02  Havoc Pennington  <hp@pobox.com>
21071
21072         * gtk/gtktextview.c: text_window_* weren't static and should have
21073         been.
21074         Start work on child widgets; not yet complete, syncing to 
21075         office computer.
21076
21077         * gtk/gtktextchild.h: change this to contain a public interface,
21078         starting work on child interfaces.
21079         * gtk/gtktextchildprivate.h: move private interfaces here
21080
21081         * gtk/Makefile.am: update to reflect gtktextchildprivate.h
21082
21083         * gtk/gtktextview.h, gtk/gtktextview.c, gtk/gtktextbuffer.h,
21084         gtk/gtktextbuffer.c, gtk/gtktextiter.h, gtk/gtk/textiter.c, 
21085         gtk/gtktextmark.c: copyright notices
21086
21087         * gtk/gtktextmarkprivate.h: reformat, and put _ in front of
21088         internal functions      
21089
21090         * gtk/gtktextchild.c (_pixbuf_segment_new): put _ in front of
21091         internal function
21092
21093         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display):
21094         Reformatting    
21095
21096 2000-09-30  Havoc Pennington  <hp@pobox.com>
21097
21098         * gtk/gtktextbtree.c (gtk_text_btree_get_selection_bounds): Handle
21099         NULL start/end pointers
21100
21101         * gtk/gtktextbuffer.c: Write some docs
21102         (gtk_text_buffer_get_selection_bounds): Allow start/end to be
21103         NULL, so you can just check whether there's a selection.        
21104
21105         * gtk/gtktextbtree.c (gtk_text_btree_remove_mark): No need to 
21106         cleanup_line or segments_changed ourselves, it gets done 
21107         in unlink_segment
21108
21109         * gtk/gtktextmark.h:
21110         s/gtk_text_mark_deleted/gtk_text_mark_get_deleted/
21111         
21112         * gtk/gtktextsegment.h: Clean up some indentation and naming mess
21113
21114         * gtk/gtktextmark.c: delete some more old Tk cruft
21115
21116         * gtk/gtktextbuffer.c (gtk_text_buffer_delete_mark): add ref to
21117         mark before removing it, so we can emit MARK_DELETED with a valid
21118         pointer.
21119         (gtk_text_buffer_mark_set): hold ref across signal emission
21120
21121         * gtk/gtktextbtree.c (gtk_text_btree_remove_mark): improve
21122         whining about attempts to delete special marks
21123
21124         * gtk/gtktextbuffer.c (_gtk_text_buffer_spew): Prepend with
21125         underscore, since it's internal.
21126
21127         * gtk/gtktextbuffer.h: Remove find_string prototype, this is 
21128         now implemented in terms of iterators in gtktextiter.h
21129
21130         * gtk/gtktextbuffer.c (gtk_text_buffer_set_text): 
21131         New function, destructively sets contents of buffer. Also 
21132         a convenient way to clear the buffer by setting text to ""
21133
21134         * gtk/gtktextiter.c (gtk_text_iter_make_surreal): reformat
21135         multiline string literal
21136
21137         * gtk/testtext.c (text_changed_callback): Redraw line numbers if
21138         text changes.
21139
21140         * gtk/gtktextiter.c (forward_char): Return FALSE if new location 
21141         is not dereferenceable
21142         (gtk_text_iter_forward_lines): fix return value
21143
21144 2000-09-29  Havoc Pennington  <hp@redhat.com>
21145
21146         * gtk/gtktexttag.c (gtk_text_tag_set_priority): fix indentation
21147
21148         * gtk/gtktextview.c: Implement drag thresholding; change functions 
21149         that set border window size to have nicer name
21150         (gtk_text_view_mark_set_handler):  Fix this to have the 
21151         right signature.
21152
21153         * gtk/testtextbuffer.c (fill_buffer): Update with pixbuf changes
21154
21155         * gtk/testtext.c: Update with API changes, put line numbers on 
21156         both sides.
21157         
21158         * gtk/gtktextiter.c (gtk_text_iter_get_pixbuf): Replace get_pixmap
21159         with this
21160
21161         * gtk/gtktextchild.h, gtk/gtktextchild.c: replace all pixmap with
21162         pixbuf; delete a big block of #if 0 Tk code
21163
21164         * gtk/gtktextbuffer.c (gtk_text_buffer_insert_pixbuf): Replace 
21165         insert_pixmap with insert_pixbuf
21166
21167 2000-09-29  Martin Baulig  <baulig@suse.de>
21168
21169         * gdk-pixbuf.pc.in: Renamed to gdb-pixbuf-2.0.pc.in to avoid
21170         confusion with the GdkPixbuf of the GNOME 1.x platform.
21171
21172 2000-09-29  Havoc Pennington  <hp@pobox.com>
21173
21174         * gtk/gtktextview.c: Implement the side windows.
21175
21176         * gtk/testtext.c: Implement simple line numbering in the 
21177         left side window; seems to make scrolling sloooow. Oops.
21178         Also, cursor blink is for some reason causing redraws
21179         of the line numbers. Should investigate...
21180
21181 2000-09-28  Havoc Pennington  <hp@redhat.com>
21182
21183         * gtk/gtktextview.c: Set up infrastructure to deal with lots of 
21184         scrolling child windows, and draw focus rectangle properly.
21185         
21186         (gtk_text_view_buffer_to_window_coords):
21187         Coordinate transformation to deal with all these freaking windows
21188         and offsets
21189         (gtk_text_view_window_to_buffer_coords): transform the other way
21190
21191         * gtk/testtext.c (create_buffer): Update to match Pango API change
21192
21193         * gtk/gtktexttagtable.c (gtk_text_tag_table_foreach): Go over the
21194         anonymous tags
21195         (foreach_unref): don't emit remove signal from finalize, just
21196         set tag's parent to NULL
21197
21198 2000-09-26  Havoc Pennington  <hp@redhat.com>
21199
21200         * gtk/gtkiconfactory.c (gtk_icon_set_clear): remove
21201         Fix some warnings       
21202
21203 2000-09-26  Havoc Pennington  <hp@redhat.com>
21204
21205         * gtk/Makefile.am (gtk_private_h_sources): Move more text widget
21206         headers into the private header list
21207
21208         * Makefile.am (pkgconfig_DATA): install pkg-config files
21209
21210         * configure.in: add pkg-config files
21211
21212         * gdk-2.0.pc.in, gdk-pixbuf.pc.in, gtk+-2.0.pc.in: pkg-config files
21213
21214         * gtk/gtkwindow.c (gtk_window_read_rcfiles): Invalidate
21215         outstanding icon caches on theme change.
21216
21217         * gtk/gtkiconfactory.h, gtk/gtkiconfactory.c: New icon system. Three 
21218         important types:
21219
21220         (GtkIconSource): Specification for creating a pixbuf 
21221         appropriate for a direction/state/size triplet from 
21222         a source pixbuf or filename
21223
21224         (GtkIconSet): List of GtkIconSource objects that are used to
21225         create the "same" icon (e.g. an OK button icon), and cache for
21226         rendered icons
21227
21228         (GtkIconFactory): Hash from stock ID to GtkIconSet; used to look
21229         up the icon set for a given stock ID.  GTK maintains a stack of
21230         GtkIconFactory to search, and applications or libraries can add
21231         additional icon factories on top of the stack
21232         
21233         * gtk/gtkrc.h, gtk/gtkrc.c: When loading an RcStyle, parse 
21234         the set of GtkIconSource specified for a given stock ID into 
21235         a GtkIconSet, and put the GtkIconSet into a GtkIconFactory for the 
21236         RcStyle, under the specified stock ID.
21237
21238         * gtk/gtkstyle.h, gtk/gtkstyle.c: Add a virtual function
21239         render_icon used to derive a GdkPixbuf from a GtkIconSource.
21240         This allows people to theme how prelight, insensitive, etc. are
21241         done.
21242
21243         (gtk_style_lookup_icon_set): Look up a stock ID in the list of
21244         icon factories for a style, and return the resulting 
21245         icon set if any.
21246
21247         (gtk_style_render_icon): Render an icon using the render_icon 
21248         method in the GtkStyleClass.
21249
21250         * gtk/gtkwidget.h, gtk/gtkwidget.c (gtk_widget_render_icon): 
21251         Use the style for a given widget to look up a stock ID, get the
21252         icon set, and render an icon using the render_icon method 
21253         of the style
21254
21255         * gtk/gtkstock.h, gtk/gtkstock.c: Header with the GtkStockItem type
21256         (contains information about a stock item), the built-in stock item
21257         IDs, and functions to add/lookup stock items.
21258
21259         * gtk/stock-icons/*: Stock icons that come with GTK
21260
21261         * gtk/gtkbutton.h, gtk/gtkbutton.c (gtk_button_new_stock): Returns
21262         a button based on a GtkStockItem
21263         (gtk_button_new_accel): Takes a uline string and accel group, and
21264         installs the accelerator.
21265
21266         * gtk/gtkimage.h, gtk/gtkimage.c: Make this into a generic
21267         image-display widget.
21268
21269 2000-09-25  Havoc Pennington  <hp@redhat.com>
21270
21271         * gtk/gtktexttypes.c: Remove Latin1 conversion stuff
21272
21273         * gtk/gtktextbtree.c (gtk_text_btree_node_remove_data): 
21274         Fix a bug when removing node data, we didn't properly 
21275         re-splice the linked list after removing the data.
21276
21277         * gtk/gtktextview.c (gtk_text_view_key_press_event): Pass through 
21278         GDK_Tab as literal tab, Ctrl-Tab to tab to focus widget
21279
21280         * gtk/gtktextbuffer.c (selection_received): fix g_convert usage
21281
21282         * gtk/gtktextlayout.c (set_para_values): Set tab array 
21283         for the layout from the GtkTextTag.
21284
21285         * gtk/gtktexttypes.h: delete tab and search cruft, 
21286         remove g_convert() in favor of GLib version
21287
21288         * gtk/gtktexttypes.c: remove tab implementation from here,
21289         move to Pango
21290
21291         * gtk/gtktexttag.h, gtk/gtktexttag.c: Implement 
21292         tab stuff using new PangoTabArray from Pango
21293
21294         * gtk/gtktexttag.c (gtk_text_attributes_fill_from_tags): Remove
21295         unused border_width stuff
21296
21297 Thu Sep 14 12:21:12 2000  Owen Taylor  <otaylor@redhat.com>
21298
21299         * gtk/gtktexttypes.[ch]: Remove g_convert (moved to
21300         glib) and now useless utf_to_latin1() latin1_to_utf()
21301
21302         * gtk/gtktextview.[ch]: Change ::move_insert and
21303         ::delete_text action signals to ::move and ::delete;
21304         create the signals with the right enumeration type,
21305         not GTK_TYPE_ENUM so that bindings work. Add C-d, M-d,
21306         C-v bindings, change Home, End to move to beginning/end
21307         of line, Add C-Home C-End to move to beginning/end
21308         of buffer. Change ::cut_text to ::cut_clipboard, etc;
21309         combine ::scroll_text into ::move; use new GtkSelectionData
21310         functions to simplify DND text handling.
21311         
21312         * gtk/gtkenums.h gtk/gtktextview.h: Move movement,
21313         deletion enumerations here, rename enumeration values to 
21314         be consistently plural.
21315
21316         * gtk/gtktextbuffer.c: Use new clipboard interfaces
21317         for cut/copy/paste and primary selection.
21318
21319         * gtk/gtktextbuffer.[ch]: Remove excess time and
21320         'interactive' arguments from cut/copy/paste;
21321         rename cut to cut_clipboard, etc; remove
21322         gtk_text_buffer_get_clipboard_contents().
21323
21324         * gtk/gtktextlayout.[ch]: Add 
21325         gtk_text_layout_move_iter_to_line_end() to move the iter to 
21326         line ends.
21327
21328         * gtk/gtkselection.[ch] (gtk_selection_data_set/get_text):
21329         Functions to set or get a UTF-8 string on the selection
21330         data.
21331
21332         * gtk/gtkclipboard.[ch]: New, simplified selection handling
21333         interfaces.
21334
21335         * gtk/gtkinvisible.c (gtk_invisible_new): Realize newly
21336         created widgets - one of these is useless if we don't.
21337
21338         * gtk/gtkselection.[ch] (gtk_selection_clear_targets): Export
21339         a public function clear all targets registered for the
21340         widget.
21341
21342         * gtk/gtkselection.c (gtk_selection_owner_set) docs/Changes-2.0.txt:
21343         Never call gtk_widget_realize() - that was just asking
21344         for bizarre side-effects.
21345
21346         * gtk/gtkselection.c (gtk_selection_owner_set): Call
21347         gdk_selection_owner_set even if the widget is the
21348         same so that we reliably update the timestamp on
21349         the server.
21350
21351         * gdk/x11/gdkevents-x11.c gdk/x11/gdkx.h: Add a 
21352         gdk_x11_get_server_time() function.
21353         
21354         * gdk/x11/gdkevents-x11.c gdk/x11/gdkprivate-x11.h
21355         gdk/x11/gdkselection-x11.c gdk/x11/gdkwindow-x11.h:
21356         Add some tricky filtering on serial numbers for
21357         selection clear events to fix up long-standard
21358         race condition FIXME's in gtkselection.c.
21359
21360         * gdk/gdkproperty.h gdk/x11/gdkselection-x11.h: Add
21361         routines to convert from utf8 to compound text or
21362         STRING and from a text property to UTF-8.
21363
21364         * gtk/gtkmain.[ch] (gtk_get_current_event_time): Add 
21365         a convenience function gdk_get_current_event_time().
21366
21367         * gtk/gtkselection.c (gtk_selection_data_copy/free): Copy
21368         and free selection_data->data properly
21369
21370 Sat Sep  9 10:23:53 2000  Owen Taylor  <otaylor@redhat.com>
21371
21372         * gtk/gtkthemes.c: Remove some unecessary includes.
21373
21374 2000-09-08  Jonathan Blandford  <jrb@redhat.com>
21375
21376         * gtk/gtktextdisplay.c
21377         * gtk/gtktextlayout.c
21378         * gtk/gtktexttag.c
21379         * gtk/gtktexttag.h
21380         * gtk/testtext.c: Change the overstrike property to strikethrough,
21381         to closer match pango.
21382
21383 Fri Sep  8 14:28:00 2000  Owen Taylor  <otaylor@redhat.com>
21384
21385         * gtk/gtktextview.c: Fix up visibility so that focus,
21386         cursor_visible and blink interact properly.  Reenable cursor blink
21387         which had been roughly disabled. Make blink and focus
21388         properly per-view.
21389
21390         * gtk/gtktextlayout.[ch] (gtk_text_layout_set_cursor_visible):
21391         Add a flag for whether to display insertion cursor and
21392         a function to set the flag.
21393
21394         * gtk/gtktextlayout.c (gtk_text_layout_get_line_yrange): Change
21395         get_line_y() to get_line_yrange(), to be a bit more generally
21396         useful.
21397
21398 Thu Sep 07 20:54:33 2000  George Lebl <jirka@5z.com>
21399
21400         * gtk/gtkmenu.c:  in gtk_menu_set_submenu_navigation_region
21401           do stop_navigating_submenu, to clear last timeout properly.
21402           Also in gtk_menu_motion_notify move ignore_enter above
21403           the conditional to make it always happen as suggested by Owen
21404
21405 2000-09-07  Tor Lillqvist  <tml@iki.fi>
21406
21407         * gdk/win32/makefile.mingw.in: Use -Wall. Add gdkpango-win32.o
21408
21409         * gdk/win32/gdkwin32.h: Add more definitions missing from the free
21410         w32api headers.
21411
21412         * gdk/win32/gdkprivate-win32.h: Add a couple of missing
21413         declarations.
21414
21415         * gdk/win32/gdkdrawable-win32.c: Remove gcc -Wall warnings.
21416         (gdk_win32_get_colormap): A line had been deleted by mistake.
21417
21418         * gdk/win32/gdkevents-win32.c: Remove lint (gcc -Wall) here, too.
21419         (gdk_event_translate): Handle more virtual keycodes to be able to
21420         generate GDK events for Control-comma, Control-period, etc.
21421
21422         * gtk/gtk.def: Add some missing entry points.
21423
21424 Thu Sep  7 11:47:02 2000  Owen Taylor  <otaylor@redhat.com>
21425
21426         * gtk/gtktextbuffer.c gtk/gtkimcontext.c gtk/gtkwidget.c:
21427         Doc comment fixing. (Mostly non-matching parameter names.)
21428
21429         * gtk/gtkcalendar.c gtk/gtklist.c gtk/gtknotebook.c: Modify
21430         comments a little to avoid looking like a doc comment.
21431
21432         * gtk/gtkspinbutton.h (GTK_INPUT_ERROR): Change INPUT_ERROR to
21433         GTK_INPUT_ERROR. (Should the mechanism for erros in spin button
21434         conversions be changed to GError?)
21435
21436         * gtk/gtkcolorsel.c (GTK_CUSTOM_PALETTE_WIDTH/HEIGHT): 
21437         Move private #defines into .c file.
21438
21439         * gtk/gtktexttag.c (gtk_text_tag_class_init): Alphabetize
21440         order of argument addition, remove duplicates.
21441
21442         * gtk/gtkaspectframe.h (struct _GtkAspectFrameClass):
21443         parent class is FrameClass, not BinClass.
21444
21445         * gtk/gtk.h: Add gtkinvisible, which was missing.
21446         (It's occasionalyl useful for client apps, if seldom.)
21447
21448         * gdk/gdktypes.h: Remove obsolete GDK_CORE_POINTER
21449         #define.
21450
21451 Wed Sep  6 09:53:15 2000  Owen Taylor  <otaylor@redhat.com>
21452
21453         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Use X-space
21454         coordinates when creating window, instead of GDK-space
21455         coordinates. (Avoid BadValue on too large windows.)
21456
21457 2000-09-05  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
21458
21459         * configure.in (use_mmx_asm): Remove conftest* after use along the
21460         lines of AC_TRY_COMPILE.        
21461         
21462         * gtk/gtkrc.c (gtk_rc_parse_file): Use g_path_get_dirname instead
21463         of g_dirname, which is deprecated.
21464         (gtk_rc_parse_any): Removed calls to
21465         g_scanner_{freeze,thaw}_symbol_table, which are deprecated.
21466
21467         * gtk/gtkbindings.c (binding_entry_new, binding_entry_destroy):
21468         Removed calls to g_hash_table_{freeze,thaw}, as they are
21469         deprecated now.
21470
21471         * gtk/testtext.c (buffer_pretty_name): Use g_path_get_basename
21472         instead of g_basename.
21473         
21474 2000-09-04 Elliot Lee <sopwith@redhat.com>
21475         
21476         * gdk/gdkpixbuf.h: Put text after #endif inside a comment to avoid
21477         ANSI warning.
21478
21479 Sun Sep 03 00:47:08 2000  George Lebl <jirka@5z.com>
21480
21481         * gtk/gtkwidget.h:  Add some documenting comments about 
21482           GTK_CAN_DEFAULT, GTK_HAS_DEFAULT and GTK_RECEIVES_DEFAULT
21483           just as owen said on irc.
21484
21485         * gtk/gtkwindow.c (gtk_window_set_default):  Don't blindly
21486           set HAS_DEFAULT.  Only set it if there isn't another window
21487           holding it (a focus window which RECEIVES_DEFAULT) and only unset
21488           it if the widget is not the focused window with RECEIVES_DEFAULT.
21489           This fixes weird double default bugs in dialogs which has things
21490           call gtk_window_set_default at times.
21491
21492 Fri Sep  1 22:39:07 2000  Owen Taylor  <otaylor@redhat.com>
21493
21494         * gtk/gtkmenu.[ch] TODO.xml: Apply patch from
21495         Nils Barth and David Santiago to improve submenu
21496         navigation. The patch does this by creating a triangular
21497         region from the point where the pointer leaves the
21498         menu to the submenu.  While the pointer is in
21499         that region and a timeout has not expired, events 
21500         that would cause the active submenu to change are
21501         ignored.
21502
21503 Fri Sep  1 15:34:46 2000  Owen Taylor  <otaylor@redhat.com>
21504
21505         * gdk/x11/gdkwindow-x11.c (gdk_window_move): Fix bug where
21506         moving a toplevel window immediately after sizing it would
21507         result in it being sized back to the old size since 
21508         impl->width, impl->height aren't updated until we hear
21509         back from the server. There is still a (longstanding) bug
21510         here that gdk_window_get_size() will give the wrong size
21511         until we do hear back.
21512
21513 2000-08-31  Havoc Pennington  <hp@redhat.com>
21514
21515         * gtk/gtktextiter.h, gtk/gtktextiter.c, gtk/gtktextlayout.h, 
21516         gtk/gtktextlayout.c, gtk/gtktexttag.h, gtk/gtktexttag.c, 
21517         gtk/gtktexttagprivate.h, gtk/gtktextview.c:
21518         Rename GtkTextStyleValues to GtkTextAttributes
21519
21520 2000-08-31  Havoc Pennington  <hp@pobox.com>
21521
21522         * gtk/gtktextbtree.c (GtkTextBTree): cache end line, 
21523         for rapid testing whether an iterator is the end iterator
21524         (gtk_text_btree_new): init end line cache
21525         (gtk_text_line_is_last): use fast cached line to 
21526         see if we're the last line.
21527         (get_last_line): use cached line here too, should 
21528         speed up some random unrelated code.
21529         
21530 2000-08-30  Havoc Pennington  <hp@pobox.com>
21531
21532         * gtk/gtkmarshal.list: Add marshallers for changed GtkTextBuffer
21533         signals.
21534
21535         * gtk/gtktextbuffer.h: Add "interactive" arg to insert_text and
21536         delete_text signals. This allows the signals to be used for
21537         implementing undo.
21538
21539         * gtk/gtktextbuffer.c: Change signal handler signatures; 
21540         provide "interactive" argument when emitting insert_text or
21541         delete_text signal.
21542         
21543 2000-08-30  Havoc Pennington  <hp@pobox.com>
21544
21545         * gtk/gtktextbuffer.c: Docs
21546
21547 Fri Aug 25 12:16:15 2000  Owen Taylor  <otaylor@redhat.com>
21548
21549         * gdk/x11/gdkimage-x11.c: remove GDK_IMAGE_SHARED_PIXMAP
21550         from switch statements, since Tor removed the enumeration
21551         value.
21552         
21553         * gdk/x11/gdkimage-x11.c (gdk_image_get): 
21554         s/GDK_IS_WINDOW/GDK_IS_DRAWABLE/.
21555
21556 2000-08-29 Elliot Lee <sopwith@redhat.com>
21557         * */*.h: Use G_GNUC_CONST.
21558
21559 2000-08-27  Havoc Pennington  <hp@pobox.com>
21560
21561         * gtk/gtktextiter.c, gtk/gtktextiter.h: wrote lots of API docs,
21562         minor indentation fixes, inserted some FIXME about stuff I
21563         realized was broken while documenting it.
21564         (gtk_text_iter_get_pixmap): allow out params to be NULL, following
21565         GTK convention  
21566
21567 Tue Aug 22 12:33:24 2000  Owen Taylor  <otaylor@redhat.com>
21568
21569         * gtk/testgtk.c (create_styles): Fix double free of
21570         font desc.
21571
21572 Mon Aug 21 22:39:18 2000  Owen Taylor  <otaylor@redhat.com>
21573
21574         * gtk/gtkwidget.[ch]: Add gtk_widget_modify_{fg,bg,text,base,font}.
21575         
21576         * gtk/testgtk.c (create_styles): Add a test for modifying
21577         the style through gtk_widget_modify_*.
21578
21579         * gtk/gtkwidget.c (gtk_widget_get_modifier_style): Add
21580         a function to get the current modifier style.
21581
21582         * gtk/gtkwidget.c (gtk_widget_modify_style): Make a copy
21583         of the passed in GtkRcStyle instead of ref'ing it.
21584
21585         * gtk/gtkrc.[ch]: Add gtk_rc_style_copy().
21586
21587 2000-08-20  Tor Lillqvist  <tml@iki.fi>
21588
21589         * gdk/gdkimage.h
21590         * gdk/win32/gdkimage-win32.c: No need any longer on Win32 for the
21591         shared memory image+pixmap GdkImage type, or
21592         gdk_image_bitmap_new(). They were used in the gdk_imlib port, but
21593         I am dropping that.
21594
21595         * gtk/gtkmain.h: On Win32, use a #define to map gtk_init() to
21596         actually call gtk_init_abi_check(), passing also
21597         sizeof(GtkWindow). Ditto for gtk_init_check(). 
21598
21599         * gtk/gtk.def
21600         * gtk/gtkmain.c: (gtk_init_abi_check, gtk_init_check_abi_check):
21601         New functions, used to check that the GTK+-using code has been
21602         compiled using the correct compiler and switches. In particular,
21603         with gcc one has to use the -fnative-struct switch as GTK+ is
21604         compiled with that.
21605
21606 Fri Aug 18 17:27:46 2000  Owen Taylor  <otaylor@redhat.com>
21607
21608         * gtk/gtkclist.c (gtk_clist_merge): Don't leave dangling
21609         ->prev fields when merging lists. (Found simultaneously
21610         by Pawel Salek and Jakub Jelinek)
21611
21612 2000-08-12  Tor Lillqvist  <tml@iki.fi>
21613
21614         * gdk/gdk.def
21615         * gtk/gtk.def: Add missing entries.
21616
21617         * gdk/win32/gdkfont-win32.c (gdk_font_load_internal): Use
21618         OUT_TT_ONLY_PRECIS, try to get a TrueType font.
21619
21620         * gdk/win32/gdkinput-win32.c (gdk_device_get_state): New
21621         function. Dummy implementation at this point.
21622
21623         * gtk/makefile.mingw.in: Fix typo. Add testtext and testtextbuffer
21624         rules. Undefine GTK_COMPILATION when compiling the test programs.
21625         
21626         * gtk/gtkdebug.h: Mark gtk_debug_flags for export/import.
21627
21628 2000-08-11  Tor Lillqvist  <tml@iki.fi>
21629
21630         * gtk/gtkfilesel.c: Add more calls to g_filename_{to,from}_utf8()
21631         to convert back and forth from UTF-8 and the "system" (or "current
21632         locale") charset when necessary. Indentation/spacing cleanup.
21633
21634 2000-08-10  Havoc Pennington  <hp@redhat.com>
21635
21636         * Makefile.am (snapshot): Change the format of the snapshot
21637         version to match glib
21638
21639         * gdk/win32/Makefile.am (EXTRA_DIST): remove gdkinputprivate.h
21640         from EXTRA_DIST since it doesn't seem to exist
21641
21642 2000-08-10  Tor Lillqvist  <tml@iki.fi>
21643
21644         * gtk/gtkfilesel.c (open_new_dir): Use the "system codepage"
21645         version of the directory name (not the UTF-8 one) when building
21646         the path name to stat().
21647
21648 2000-08-03  Elliot Lee  <sopwith@redhat.com>
21649
21650         * gdk/gdkpango.c (gdk_draw_layout_line): Don't shape runs with a
21651         PANGO_ATTR_SHAPE set.
21652
21653 Thu Aug  3 09:17:06 2000  Owen Taylor  <otaylor@redhat.com>
21654
21655         * gdk/gdkrectangle.c (gdk_rectangle_intersect): Applied patch from
21656         Peter Osterlund to simplify the code while keeping the
21657         functionality the same.
21658
21659 Wed Aug  2 14:57:38 2000  Owen Taylor  <otaylor@redhat.com>
21660
21661         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Move
21662         is_viewable() test further inside the function, since removing the 
21663         window from the redraw list without clearing ->update_area
21664         was also very broken.
21665
21666 2000-08-02  Tor Lillqvist  <tml@iki.fi>
21667
21668         * configure.in: Check for <unistd.h>.
21669
21670 2000-08-01  Martin Baulig  <baulig@suse.de>
21671
21672         * gtk/gtkmain.c (gtk_init_check): Use g_message() and not g_warning()
21673         to display the message that this is a development version of GTK+.
21674
21675 Mon Jul 31 18:37:36 2000  Owen Taylor  <otaylor@redhat.com>
21676
21677         * gtk/gtkentry.c (entry_adjust_scroll): Fix problem where computation
21678         was depending on widget->allocation instead of the width of text_area,
21679         which was incorrect for subclasses like GtkSpinButton.
21680
21681         * gdk/gdkpango.c (gdk_draw_layout): Fix a couple of typos
21682         with width == 1 tests that should be width == -1.
21683
21684 Mon Jul 31 16:45:48 2000  Owen Taylor  <otaylor@redhat.com>
21685
21686         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Replace broken, 
21687         (broken, Elliot, every single window blank on X) custom code with call
21688         to gdk_window_is_viewable() which a) prevents code duplicate and
21689         b) works. 
21690
21691 2000-07-31  Elliot Lee  <sopwith@redhat.com>
21692
21693         * gtk/gtkcolorsel.c: We really do need to include gdkfb.h in order
21694         to get the GDK_PARENT_ROOT() macro to work.
21695         * gtk/gtkmarshal.list: Add NONE:STRING,POINTER
21696         * gdk/gdkwindow.c: Don't send expose events, or invalidate pieces
21697         of, windows that aren't shown.
21698         * gdk/linux-fb: Redraw-when-menu-hidden solved, plus a bunch of
21699         pointer grab stuff.
21700
21701 Mon Jul 31 13:53:16 BST 2000  Tony Gale <gale@gtk.org>
21702
21703         * docs/gtkfaq.sgml docs/gtk-faq.sgml:
21704           s/gtk_main_iteration/g_main_iteration/
21705
21706           Did this already in change:
21707                 Mon Nov 15 17:17:51 GMT 1999 Tony Gale  <gale@gtk.org>
21708           don't know how it got reverted.
21709
21710 2000-07-31  Stanislav Brabec  <utx@penguin.cz>
21711
21712         * gdk/gdk.c: #ifdef G_ENABLE_DEBUG around gdk_arg_debug_cb and
21713         gdk_arg_no_debug_cb to fix compilation problem with --disable-debug.
21714
21715         * gdk/Makefile.am: Link gdk against actually compiled gdk_pixbuf-1.3,
21716         not gdk_pixbuf.
21717
21718 2000-07-30  Pablo Saratxaga <pablo@mandrakesoft.com>
21719
21720         * configure.in,po/{sp,sr}.po: Added Serbian files
21721
21722 2000-07-30  Tor Lillqvist  <tml@iki.fi>
21723
21724         * gdk/Makefile.am: Add makefile.mingw.in to EXTRA_DIST.
21725
21726         * gdk/win32/gdkevents-win32.c (gdk_events_init, gdk_events_queue):
21727         Remove the g_pipe_readable_msg stuff. Not needed with new GLib
21728         GIOChannel implementation.
21729
21730         * gdk/win32/gdkinput.c
21731         * gdk/win32/gdkpango-win32.c: Update license name here, too.
21732
21733         * gdk/win32/gdkwin32id.c (gdk_win32_handle_table_lookup): Fix
21734         definition to match prototype.
21735
21736         * gtk/makefile.mingw.in: Add libiconv CFLAGS and LIBS.
21737
21738 2000-07-27  Elliot Lee  <sopwith@redhat.com>
21739
21740         * gtk/gdk-pixbuf-loader.[ch]: Add gdk_pixbuf_loader_new_with_type
21741         function, to allow handling image formats that cannot be detected
21742         by looking at content alone.
21743
21744 Thu Jul 27 13:13:21 BST 2000  Tony Gale <gale@gtk.org>
21745
21746         * docs/tutorial/*.gif *.jpg *.eps
21747           Update these to the same look-n-feel.
21748           Why does including images in DocBook suck so badly?
21749
21750 Thu Jul 27 05:06:29 2000  Tim Janik  <timj@gtk.org>
21751
21752         * gtk/gtktable.c: applied patch from Phil Thompson
21753         <phil@river-bank.demon.co.uk> that enables space settings for
21754         the last row/columns as well.
21755
21756 Wed Jul 26 12:59:31 2000  Tim Janik  <timj@gtk.org>
21757
21758         * *.[hc]: applied patch from Andreas Persenius <ndap@swipnet.se> that
21759         updates the license headers to the GNU Lesser General Public License,
21760         as well as updating the copyright year to 2000.
21761
21762 2000-07-26  Robert Brady  <rwb197@zepler.org>
21763
21764         * configure.in: Cause GETTEXT_PACKAGE to be consistent in config.h
21765           and po/Makefile, was installing and looking for them under gtk20
21766           and gtk2 respectively.
21767
21768 2000-07-25  Havoc Pennington  <hp@redhat.com>
21769
21770         * gtk/testtext.c: Comment out some stuff that depends on the rest
21771         of my patches.
21772
21773 2000-07-25  Havoc Pennington  <hp@redhat.com>
21774
21775         * gtk/gtkmarshal.list: Add NONE:POINTER,POINTER,INT for the text
21776         buffer
21777
21778 2000-07-25  Havoc Pennington  <hp@redhat.com>
21779
21780         * gtk/testtext.c, gtk/testtextbuffer.c: update to reflect text
21781         widget changes.
21782
21783         * gtk/gtktextview.h: To be consistent with usage of "line"
21784         throughout the API to mean "newline-terminated thingy", change
21785         MOVEMENT_LINE to be MOVEMENT_WRAPPED_LINE, and MOVEMENT_PARAGRAPH
21786         to MOVEMENT_LINE.
21787
21788         (GtkTextView): Add flags for default editability, and whether to
21789         show the cursor. Add functions to get/set that. Add 
21790
21791         (gtk_text_view_get_iter_location): new function
21792
21793         * gtk/gtktexttypes.h: Move GtkTextLine typedef from here to
21794         gtktextlayout.h
21795         (g_convert): Add g_convert temporarily, will go in glib in a bit
21796         
21797         * gtk/gtktexttagtable.h: include gtktexttag.h, and define
21798         GtkTextTagTableForeach instead of brokenly using GHFunc.
21799         Change gtk_text_tag_table_foreach() so it doesn't use GHFunc.
21800
21801         * gtk/gtktexttagprivate.h: Remove GtkTextStyleValues from here,
21802         moved to public header.
21803
21804         * gtk/gtktexttag.h: Rename the "elide" attribute of tags to
21805         "invisible", since "elide" was a bad name.
21806         (gtk_text_tag_get_priority): Added
21807
21808         (GtkTextStyleValues): put this in public header, along with
21809         functions to use it.
21810
21811         * gtk/gtktextmarkprivate.h: Include more headers, since we no
21812         longer include gtktextbtree.h.
21813
21814         * gtk/gtktextmark.h: Add gtk_text_mark_ref, gtk_text_mark_unref,
21815         gtk_text_mark_deleted
21816
21817         * gtk/gtktextlayout.h: Don't include the "really private" headers,
21818         only buffer/iter. Forward declare GtkTextLIne and GtkTextLineData
21819         to make this possible. Now we only need to install
21820         gtktextlayout.h, not gtktextbtree.h and gtktext*private.h.
21821         (However the Makefile.am isn't changed yet because of the
21822         logistics of merging gtk-hp-patches piecemeal)
21823
21824         * gtk/gtktextiterprivate.h: include btree header, so it compiles;
21825         rename gtk_text_iter_get_line to gtk_text_iter_get_text_line since
21826         gtk_text_iter_get_line is now used in the public API for a
21827         different purpose.
21828
21829         * gtk/gtktextiter.h: Clean up function names to be more
21830         consistent. Always call char offset "offset" and byte index
21831         "index". A "line" is always a line number. 
21832
21833         (gtk_text_iter_is_last): new function, more efficient than 
21834         the existing way to check
21835         (gtk_text_iter_is_first): new function, also more efficient
21836
21837         (gtk_text_iter_up_lines, gtk_text_iter_down_lines): Remove these
21838
21839         (gtk_text_iter_next_char, gtk_text_iter_prev_char): Renamed from 
21840         gtk_text_iter_forward_char, etc.
21841
21842         (gtk_text_iter_forward_to_tag_toggle): Renamed from
21843         forward_find_tag_toggle, since this isn't a linear search
21844
21845         (GtkTextCharPredicate): rename from GtkTextViewCharPredicate
21846
21847         (gtk_text_iter_forward_search, gtk_text_iter_backward_search): 
21848         New functions, search for a buffer substring.
21849
21850         * gtk/gtktextbuffer.h: Add fields to store whether a paste is
21851         interactive and default editable (since we need to store that info
21852         until we receive the selection data).
21853
21854         Remove all the _at_char and at_line etc. versions of functions;
21855         only have iterator versions.
21856
21857         Add _interactive() versions of functions, that consider the
21858         editability of text. (FIXME add interactive flag to the 
21859         insert/delete signals per Darin's suggestion)
21860
21861         (gtk_text_buffer_get_tag_table): new function, demand-creates the
21862         tag table if necessary
21863
21864         Remove declaration of gtk_text_buffer_get_iter_from_string
21865
21866         (_gtk_text_buffer_get_btree): private/internal function, added.
21867         
21868
21869         * gtk/gtktextbtree.h: Remove forward decl of GtkTextLineData.
21870         (gtk_text_line_is_last): new function
21871
21872 2000-07-25  Havoc Pennington  <hp@redhat.com>
21873
21874         * gtk/gtkprogressbar.h: Implement new sane, 5-function API for
21875         using GtkProgressBar. See Changes-2.0.txt for details.
21876
21877         * gtk/gtkprogressbar.c: Add object arguments "fraction" and
21878         "pulse_step" which are the equivalent of
21879         gtk_progress_bar_set_pulse_step and gtk_progress_bar_set_fraction.
21880         Implement new API.
21881         
21882         * gtk/gtkprogress.h (struct _GtkProgress): Add a field
21883         (use_text_format) to mark whether text set on the progress bar is
21884         a format string. Deprecate entire GtkProgress interface.
21885
21886         * gtk/gtkprogress.c (gtk_progress_init): init use_text_format to TRUE
21887         (gtk_progress_build_string): make this a no-op if use_text_format
21888         is FALSE
21889
21890         * docs/Changes-2.0.txt: Describe progress bar changes.
21891
21892 2000-07-25  Tor Lillqvist  <tml@iki.fi>
21893
21894         * Makefile.am: Include the build directory.
21895
21896         * configure.in: Generate build/Makefile, build/win32/Makefile,
21897         gdk/, gdk/win32/, and gtk/makefile.mingw.
21898
21899         * config.h.win32: Add USE_GMODULE and USE_MMX for gdk-pixbuf.
21900         Add GETTEXT_PACKAGE.
21901         
21902         * gdk/gdk.def
21903         * gtk/gtk.def: Updates.
21904
21905         * gdk/gdkfont.h
21906         * gdk/gdkpixmap.h: Remove temporary Win32-only functions, we don't
21907         need them any longer.
21908
21909         * gdk/gdkinput.h: Mark gdk_core_pointer for export/import.
21910
21911         * gdk/makefile.mingw.in: Define GDK_COMPILATION. Link with
21912         PANGOWIN32_LIBS and gdk_pixbuf.
21913
21914         * gdk/win32: Compiles, but no doubt doesn't work at all.
21915
21916         * gdk/win32/makefile.mingw.in: Define GDK_COMPILATION. 
21917
21918         * gdk/win32/gdkinput.c: New file, temporarily.
21919         
21920         * gdk/win32/gdkinput-win32.h: New file
21921
21922         * gdk/win32/gdkinputprivate.h: Remove.
21923
21924         * gdk/win32/gdkpango-win32.c: New file.
21925
21926         * gtk/makefile.mingw.in: New file
21927
21928         * gtk/makefile.cygwin: Removed
21929         
21930         * gtk/Makefile.am: Update accordingly.
21931
21932         * gtk/gtkrc.[ch] (gtk_win32_get_installation_directory): Renamed and
21933         made externally visible.
21934
21935         * gtk/gtkmain.c: Use it.
21936         
21937         * gtk/gtktextdisplay.c: No need to include pangox.h, pango.h
21938         is enough.
21939
21940         * gtk/gtktypeutils.c: Mark glib_debug_objects for import.
21941
21942 2000-07-24 Elliot Lee <sopwith@redhat.com>
21943         * gdk/gdkprivate.h: Remove gdk_*_lookup() defines, since they are defined by the
21944         individual backends already.
21945         * gdk/gdkregion-generic.h, gdk/gdktypes.h: Put gdkregionbox & gdksegment back together
21946         again. Yes, there really is a good reason for this, if you are using the gdkregion
21947         internals, and if you're not, why do you care?
21948         * gdk/gdkwindow.c: Fix inverted condition
21949         * gdk/linux-fb: Compiles (for me - it will not work elsewhere most likely).
21950         * gtk/gtkcolorsel.c, gtk/gtkwindow.c: Add include for linux-fb
21951         * gtk/gtkrange.c: Redraw trough when moving.
21952         * gtk/gtktypeutils.c: Fix warning by adding const cast.
21953         * modules/linux-fb/basic.c: Fix unknown glyph retrieval.
21954
21955 2000-07-23  Tor Lillqvist  <tml@iki.fi>
21956
21957         * configure.in: Check for mkstemp and sigsetjmp. Output
21958         gdk-pixbuf/makefile.mingw and gdk-pixbuf/pixops/makefile.mingw.
21959
21960         More work on GDK for Win32. Still in an intermediate state.
21961
21962         * gdk/makefile.cygwin
21963         * gdk/win32/makefile.cygwin: Removed.
21964         
21965         * gdk/makefile.mingw.in
21966         * gdk/win32/makefile.mingw.in: New files.
21967
21968         * gdk/Makefile.am
21969         * gdk/win32/Makefile.am: Generate and distribute them.
21970
21971         * gdk/win32/gdkwindow-win32.h
21972         * gdk/win32/gdkdrawable-win32.h
21973         * gdk/win32/gdkpixmap-win32.h: New files.
21974
21975         * gdk/win32/gdkcolor-win32.c
21976         * gdk/win32/gdkcursor-win32.c
21977         * gdk/win32/gdkdrawable-win32.c
21978         * gdk/win32/gdkgc-win32.c
21979         * gdk/win32/gdkimage-win32.c
21980         * gdk/win32/gdkprivate-win32.h
21981         * gdk/win32/gdkwin32.h: Update data structures. Cosmetics:
21982         Rename fields and variables called xcursor, xid, etc (these names
21983         were leftovers from the X11 backend) to hcursor, hwnd, hbitmap etc.
21984
21985 Sat Jul 22 17:41:26 2000  Owen Taylor  <otaylor@redhat.com>
21986
21987         * gtk/gtkentry.[ch]: Fix some problems with vertical
21988         alignment.
21989
21990         * gtk/gtkentry.c (gtk_entry_find_position): Fix 
21991         char/byte confusion.
21992
21993 Sat Jul 22 11:16:05 2000  Owen Taylor  <otaylor@redhat.com>
21994
21995         * gtk/gtktextview.c (changed_handler): Fix bug where
21996         redraw wasn't being done properly when height of
21997         dirty region changed.
21998
21999         * demos/Makefile.am: Remove various references to
22000         -lgmodule
22001
22002 Fri Jul 21 15:28:13 2000  Owen Taylor  <otaylor@redhat.com>
22003
22004         * gtk/gtktextlayout.[ch], gtk/gtktextdisplay.c: Use new
22005         PangoAttrShape to reserve space for pixmaps, add 
22006         GSList *pixmaps to GtkTextLineDisplay, draw the pixmaps
22007         in the display functions.
22008         
22009         * gtk/testgtk.c (create_layout): Set some more exotic
22010         scrolled window options
22011
22012         * gtk/gtkscrolledwindow.[ch] (gtk_scrolled_window_set_shadow_type):
22013         Add function to set the shadow type of a window, to allow
22014         putting a shadow around widgets such as GtkLayout or GnomeCanvas
22015         which don't draw their own frame.
22016
22017 Fri Jul 21 16:34:42 BST 2000  Tony Gale <gale@gtk.org>
22018
22019         * docs/tutorial/package-db-tutorial.sh: New file for
22020           packaging DocBook format tutorial
22021
22022 Fri Jul 21 14:23:51 BST 2000  Tony Gale <gale@gtk.org>
22023
22024         * docs/tutorial/gtk-tut.sgml: Minor updates
22025
22026         * docs/tutorial/*.jpg *.eps: Screenshots for tutorial
22027
22028 2000-07-19  Tor Lillqvist  <tml@iki.fi>
22029
22030         * gtk/gtksignal.c: Fix C++ comment.
22031
22032         * gtk/gtkimmulticontext.c
22033         * gtk/gtktextbtree.c: Remove gccisms: Don't use __FUNCTION__,
22034         don't return value from void functions.
22035
22036         * gtk/gtk.def: Add gtk_rc_style_unref.
22037
22038 2000-07-19  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
22039
22040         * gdk-pixbuf/gdk-pixbuf.h, gtk/gtkhsv.h, gtk/gtktextbtree.h,
22041         gtk/gtktextbuffer.h, gtk/gtktextchild.h, gtk/gtktextdisplay.h,
22042         gtk/gtktextiter.h, gtk/gtktextiterprivate.h, gtk/gtktextlayout.h,
22043         gtk/gtktextmarkprivate.h, gtk/gtktextsegment.h, gtk/gtktexttag.h,
22044         gtk/gtktexttagtable.h, gtk/gtktexttypes.h, gtk/gtktextview.h,
22045         gtk/gtktypeutils.h: Include files outside of the extern "C"
22046         block. Makes some C++ compiler happy. Reported by Denis Vakatov
22047         <vakatov@peony.nlm.nih.gov>.
22048
22049 Wed Jul 19 14:07:57 BST 2000  Tony Gale <gale@gtk.org>
22050
22051         * docs/tutorial/gtk-tut.sgml: Yet more clean ups.
22052           Completes first pass. Hurrah!
22053
22054 Tue Jul 18 17:17:55 BST 2000  Tony Gale <gale@gtk.org>
22055
22056         * docs/tutorial/gtk-tut.sgml: More clean ups.
22057
22058 Mon Jul 17 18:52:38 2000  Owen Taylor  <otaylor@redhat.com>
22059
22060         * gtk/gtkentry.c (gtk_entry_draw_text): Restore code to
22061         paint the background of the text area which was accidentally
22062         removed at some point.
22063
22064         * gtk/gtkrc.[ch] gtk/gtkstyle.[ch] gtk/gtkthemes.[ch]: 
22065           
22066          - Move most of the functionality from the theme vtable
22067            into GtkRcStyleClass and GtkStyleClass. The moved
22068            vtable functions were changed a bit in the move to
22069            work better in their new home.
22070
22071          - Get rid of the engine and engine_data fields from
22072            GtkRcStyle and GtkStyle; instead the theme
22073            engine derives theme-specific subclasses of GtkRcStyle
22074            and GtkStyle
22075
22076          - Add extra dlsym() found entry point to themes,
22077            theme_create_rc_style().
22078
22079         * gtk/gtkstyle.c: Copy xthickness, ythickness fields
22080         in gtk_style_real_copy.
22081
22082         * gtk/themes.[ch]: add a function gtk_theme_engine_register_type()
22083         to register a type associated with an engine. (The engine
22084         won't be unloaded as there is an instance of the type.)
22085
22086
22087 Mon Jul 17 18:19:06 BST 2000  Tony Gale <gale@gtk.org>
22088
22089         * docs/tutorial/gtk-tut.sgml: Clean ups.
22090
22091 Mon Jul 17 13:59:29 BST 2000  Tony Gale <gale@gtk.org>
22092
22093         * docs/tutorial/gtk-tut.sgml: Initial DocBook version. Lots
22094           of cleaning up to do.
22095
22096 2000-07-15  Tor Lillqvist  <tml@iki.fi>
22097
22098         * gdk/testgdk.c: New file, quick hack to test backends for
22099         pixel-by-pixel correctness of the most simple graphic operations.
22100
22101 Fri Jul 14 20:30:25 2000  Owen Taylor  <otaylor@redhat.com>
22102
22103         * Really release 1.3.1
22104         
22105         * gtk-config-2.0.in gtk-2.0.m4: Fix up to correspond to new
22106         include structure.
22107
22108 Fri Jul 14 18:40:39 2000  Owen Taylor  <otaylor@redhat.com>
22109
22110         * Released 1.3.1
22111
22112 Fri Jul 14 16:21:26 2000  Owen Taylor  <otaylor@redhat.com>
22113
22114         * gtk/gtktextlayout.c: use FALSE for size_only most
22115         of the time when calling gtk_text_layout_get_line_display()
22116         to avoid causing double reshapes when a redraw follows
22117         immediately after.
22118
22119 Tue Jul 11 11:13:40 2000  Owen Taylor  <otaylor@redhat.com>
22120
22121         * gtk/gtkrange.c (gtk_range_default_[hv]slider_update): Invalidate
22122         appropriate region and gdk_window_process_updates() so trough
22123         updating doesn't lag behind the window being scrolled.
22124
22125         * gdk/gdkgc.c: Make parent_class pointer static.
22126          
22127 Sun Jul  9 21:31:23 2000  Owen Taylor  <otaylor@redhat.com>
22128
22129         * gdk/gdk-pixbuf.c gtk/gdk-pixbuf-loader.c gtk/gtktextview.c:
22130         include <string.h>.
22131          
22132         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable): Fix
22133         cut-and-paste error in computing memory offset for 4 channels.
22134
22135 Fri Jul 14 14:05:02 2000  Owen Taylor  <otaylor@redhat.com>
22136
22137         * gtk/gtkrc.c (gtk_rc_parse_pixmap_path_string): Remove
22138         gtk_rc_append_default_pixmap_path(), since it wasn't
22139         adding an interesting path and we don't have a meaningful
22140         default for this value.
22141
22142 Fri Jul 14 12:22:49 2000  Owen Taylor  <otaylor@redhat.com>
22143
22144         * configure.in Makefile.am gtk-config.m4 gtk.m4: Move
22145         gtk-config to gtk-config-2.0 move gtk_.m4 to
22146         gtk-2.0.m4
22147
22148         * Makefile.am gtk/Makefile.am gdk-pixbuf/Makefile.am
22149         gdk/Makefile.am demos/Makefile.am: Change 
22150         library names to libgtk-1.3.la, etc, so that we
22151         can distinguish gtk-1.2 and gtk-2.0 on the linkline.
22152
22153         * Makefile.am gtk/Makefile.am gdk-pixbuf/Makefile.am
22154         gdk/Makefile.am gdk/x11/Makfile.am
22155         Move include files into /usr/include/gtk-2.0, 
22156         /usr/lib/gtk-2.0/include/
22157          
22158         * autogen.sh acconfig.h configure.in gtk/gtkmain.c
22159         gtk/gtkintl.h: Change package for gettext from 
22160         gtk+ to gtk20. Put hack in autogen.sh to modify
22161         po/Makefile.in.in after gettextize to make this
22162         possible.
22163
22164         * gtk+.spec: Some updates, not tested.
22165
22166         * gdk-pixbuf/Makefile.am: Move loaders into
22167         $(libdir)/gtk-2.0/$(GTK_VERSION)/loaders.
22168
22169         * gtk/Makefile.am gtk/gtkrc.c: Move RC file locations
22170         $(sysconfdir)/gtk-2.0 ~/.gtkrc-2.0; theme subdir
22171         to THEMENAME/gtk-2.0/. Move engine directory  to
22172         $(libdir)/gtk-2.0/$(GTK_VERSION)/engines.
22173         
22174 2000-07-12  Tor Lillqvist  <tml@iki.fi>
22175
22176         Win32 changes, still doesn't build though.
22177
22178         * gdk/makefile.cygwin
22179         * gdk/win32/makefile.cygwin
22180         * gtk/makefile.cygwin: Updates.
22181
22182         * gdk/win32/gdkgc-win32.c (_gdk_win32_gc_new): Use the same
22183         default values for fg and bg pixel as X11 does (0 and 1), not
22184         black and white. Use PS_ENDCAP_FLAT and PS_JOIN_MITER by default.
22185         Use 0 for pen width by default (treated as 1 anyway later, but for
22186         apps that might check the value in the GdkGC).
22187         (gdk_win32_hdc_get, gdk_win32_hdc_release): New functions, public
22188         interface to gdk_gc_predraw and _postdraw.
22189
22190         * gdk/win32/gdkwin32.h
22191         * gdk/gdk.def: Add gdk_win32_hdc_{get,release}.
22192
22193         * gdk/win32/gdkcolor-win32.c (gdk_colormap_alloc1): Remove
22194         extraneous semicolon.
22195
22196         * gdk/win32/gdkdrawable-win32.c: Check also for pen_width == 0.
22197
22198         * gdk/win32/gdkimage-win32.c (gdk_image_new): Use the visual's depth,
22199         not the Win32 bitspixel value.
22200
22201         * gdk/win32/gdkcc-win32.c:
22202         * gdk/win32/gdkcolor-win32.c 
22203         * gdk/win32/gdkprivate-win32.h
22204         * gdk/win32/gdkwin32.h: Changes to make compilable, with new
22205         GDK object structure.
22206
22207 Tue Jul 11 20:59:35 2000  Tim Janik  <timj@gtk.org>
22208
22209         * docs/tutorial/gtk_tut_12.es.sgml (name): 
22210         * docs/tutorial/gtk_tut_it.sgml (name): 
22211         * docs/tutorial/gtk_tut_fr.sgml (name): 
22212         * docs/tutorial/gtk_tut.sgml (name): scratched notion of completely
22213         outdated email adress: s/timj@psynet.net/timj@gtk.org/.
22214
22215 Tue Jul 11 13:10:57 BST 2000  Tony Gale <gale@gtk.org>
22216
22217         * docs/faq/gtk-faq.sgml: Cleanup indenting and various
22218           small changes.
22219
22220 Tue Jul 11 08:04:58 2000  Tim Janik  <timj@gtk.org>
22221
22222         * gtk/gtktree.c (gtk_real_tree_select_child): eek, i've never seen
22223         a bug here, never been here and never fixed anything ;(
22224         (don't segfault if tree->root_tree is NULL, which happens prior
22225         to widget realization, but puke instead).
22226
22227 Tue Jul 11 06:38:42 2000  Tim Janik  <timj@gtk.org>
22228
22229         * gtk/gtkrc.h: add xthickness and ythickness to GtkRcStyle and
22230         add the necessary tokens.
22231
22232         * gtk/gtkrc.c (gtk_rc_style_init): properly initiality the rc style.
22233         (gtk_rc_style_to_style): copy thicknesses.
22234         (gtk_rc_init_style): apply thicknesses.
22235         (gtk_rc_parse_style): parse xthickness and ythickness.
22236
22237         * gdk/x11/gdkdnd-x11.c: silence compiler in switch() statements.
22238
22239         * gdk/x11/gdkwindow-x11.c (gdk_window_foreign_new): 
22240         (gdk_window_new): 
22241         (_gdk_windowing_window_init): 
22242         * gdk/x11/gdkpixmap-x11.c (gdk_pixmap_foreign_new): 
22243         (gdk_pixmap_create_from_data): 
22244         (gdk_bitmap_create_from_data): 
22245         (gdk_pixmap_new): 
22246         * gdk/x11/gdkimage-x11.c (gdk_image_get): 
22247         (gdk_image_new): 
22248         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_new): 
22249         * gdk/x11/gdkdnd-x11.c (gdk_drag_context_new): 
22250         * gdk/x11/gdkcolor-x11.c (gdkx_colormap_get):
22251         (gdk_colormap_get_system): 
22252         (gdk_colormap_new): 
22253         * gdk/gdkwindow.c (gdk_window_init): 
22254         * gtk/gtkstyle.c (gtk_style_new):
22255         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_frame_done):
22256         * gdk/gdkpixmap.c (gdk_pixmap_init): 
22257         * gtk/gtkrc.c (gtk_rc_style_new):
22258         use g_object_new() instead of g_type_create_instance() which
22259         is a private function for fundamental type implementations.
22260
22261 Thu Jul  6 16:12:14 2000  Owen Taylor  <otaylor@redhat.com>
22262
22263         * configure.in: Add check for db2html
22264
22265 Thu Jul  6 14:53:05 2000  Owen Taylor  <otaylor@redhat.com>
22266
22267         * gtk/gtktypeutils.c (gtk_type_init): Add a temporary 
22268         hack to set glib_debug_objects based on gtk_debug_flags.
22269
22270 Thu Jul  6 14:12:13 2000  Owen Taylor  <otaylor@redhat.com>
22271
22272         * INSTALL.in: Update the Prerequisites section.
22273
22274         * Makefile.am demos/Makefile.am docs/Makefile.am
22275         docs/tutorial/Makefile.am gdk/x11/Makefile.am
22276         gdk/linux-fb/Makefile.am: Dist fixes
22277
22278 Thu Jul  6 12:26:03 2000  Owen Taylor  <otaylor@redhat.com>
22279
22280         * NEWS: 10,000 foot view of 1.3.1 changes.
22281
22282 Thu Jul  6 11:54:03 2000  Owen Taylor  <otaylor@redhat.com>
22283
22284         * gdk/gdk.h gdk/gdktypes.h gdk/linux-fb/gdkmain-fb.c
22285         gdk/nanox/gdkmain-nanox.c gdk/win32/gdkevents-win32.c
22286         gdk/win32/gdkinput-win32.c gdk/win32/gdkwin32.h
22287         gdk/x11/gdkmain-x11.c: 
22288
22289         Patch from George Lebl to add a GdkGrabStatus enumeration to use
22290         as a return value of gdk_*_grab(). Previously, we just
22291         returned the X11 values directly.
22292
22293 Thu Jul  6 11:27:44 2000  Owen Taylor  <otaylor@redhat.com>
22294
22295         * gdk/x11/Makefile.am: Patch from George Lebl to 
22296         install all the headers in the right place.
22297
22298 Tue Jul  4 13:13:01 BST 2000  Tony Gale <gale@gtk.org>
22299
22300         * docs/faq/gtk-faq.sgml: Add remaining sections. Completes
22301           initial conversion to DocBook.
22302
22303 2000-07-04  Tor Lillqvist  <tml@iki.fi>
22304
22305         * README.win32: Improve a bit.
22306
22307         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Handle also
22308         WM_SYSCHAR, and other changes to get handling of Alt+nnn or
22309         Alt+0nnn on the numpad (used to enter characters by numeric code
22310         from current DOS or ANSI codepage) working correctly, as in other
22311         Windows apps.
22312
22313         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new_from_pixmap): Use
22314         same argument validity tests as in X11 version.
22315         (_gdk_cursor_destroy): Use DestroyCursor, not DestroyIcon.
22316
22317         * gdk/win32/gdkwin32.h: Add also WM_MOUSEWHEEL and CopyCursor
22318         definitions in case missing from headers.
22319
22320         * gdk/win32/gdkwindow-win32.c (gdk_win32_window_destroy): Also
22321         destroy the window-specific cursor.
22322         (RegisterGdkClass): Use the global gdk_ProgInstance instead of
22323         calling GetModuleHandle(NULL).
22324         (gdk_window_set_cursor): Reworked to always copy the passed cursor
22325         with CopyCursor before setting it as the window-specific
22326         cursor. It is OK for the caller to destroy the GdkCursor (and thus
22327         also its Windows cursor) after calling this function. Destroy any
22328         previous window-specific cursor.
22329
22330 Mon Jul  3 17:54:49 2000  Owen Taylor  <otaylor@redhat.com>
22331
22332         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): 
22333         font charset is iso8859-1, not iso-8859-1.
22334
22335 Mon Jul  3 17:08:14 2000  Owen Taylor  <otaylor@redhat.com>
22336
22337         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale):
22338         Use g_get_charset() instead of g_get_codeset().
22339
22340         * gtk/gtkframe.[ch] gtkframe.h gtk/gtktextmark.h: 
22341         Comment out some strdup'ing functions to keep timj
22342         happy until we finish fighting this out.
22343
22344 Mon Jul  3 14:24:16 2000  Owen Taylor  <otaylor@redhat.com>
22345
22346         * gtk/gtkwidget.c (gtk_widget_draw): Ignore calls with
22347         <= width or height.
22348
22349         * gtk/gtktable.c (gtk_table_attach): Fix missed merge
22350         from 1.2 for parent/child states.
22351
22352         * gdk/gdkgc.c (gdk_gc_set_rgb_fg/bg_color): Fix a couple
22353         of typos.
22354
22355         * gdk/gdkevents.[ch]: Remove press/xtilt/ytilt fields of
22356         event structures, replace with a generic axes field. Replace 
22357         deviceid/sourec with GdkDevice *device.
22358
22359         * gdk/gdkevents.[ch] (gdk_event_get_axis): Add function
22360         to extract particular axis use value from event. (Also
22361         can be used for normal X/Y.)
22362
22363         * gdk/gdkinput.h gdk/x11/gdkinput*: Major revision;
22364         allow for arbitrary number of axes, namespace everything
22365         as gdk_device_*. Replace guint32 deviceid with GdkDevice *
22366         everywhere.
22367
22368         * gdk/x11/{gdkmain-x11.c,gdkevent-x11.c,gdkinput*}: 
22369         Get rid of the gdk_input_vtable setup if favor of simply
22370         defining the functions in gdkinput-none/gxi/xfree.c in
22371         a similar fashion to the way that the port structure is 
22372         done.
22373
22374         * gtk/gtkdnd.c: Fix fields of synthesized button press event
22375         for new event structures. 
22376
22377         * gtk/gtkinputdialog.c gtk/testinput.c: Revise to match
22378         new device interfaces.
22379
22380 Sun Jul  2 18:19:50 2000  Owen Taylor  <otaylor@redhat.com>
22381
22382         * gtk/gtkwidget.[ch] (gtk_widget_create_pango_layout): Add a 'text' argument to
22383         set the initial text.
22384
22385         * gtk/gtkaccellabel.c gtk/gtkcalendar.c gtk/gtkclist.c
22386         gtk/gtkentry.c gtk/gtkhruler.c gtk/gtkhscale.c gtk/gtklabel.c
22387         gtk/gtkprogressbar.c gtk/gtkscale.c gtk/gtkvruler.c
22388         gtk/gtkvscale.c: Adapt to new argument of create_pango_layout().
22389
22390         * gtk/gtkclist.c (_gtk_clist_create_cell_layout): Use new
22391         pango_layout_set_font_description to simplify.
22392
22393 Sun Jul  2 17:43:41 2000  Owen Taylor  <otaylor@redhat.com>
22394
22395         * gtk/gtkclist.c (_gtk_clist_create_cell_layout): Use new
22396         pango_layout_set_font_description to simplify.
22397
22398 Sun Jul  2 17:06:40 2000  Owen Taylor  <otaylor@redhat.com>
22399
22400         * gtk/gtkcalendar.c gtk/gtkclist.c gtk/gtkctree.c gtk/gtkhscale.c
22401         gtk/gtkprogressbar.c gtk/gtkscale.c gtk/gtkvscale.c gtk/gtkaccellabel.c: Use
22402         pango_layout_get_pixel_extents() to remove a large number of '/ PANGO_SCALE'.
22403
22404         * gtk/gtk[hv]ruler.c gtk/gtklabel.c: replace some / PANGO_SCALE with
22405         PANGO_PIXELS() macro.
22406
22407 Sun Jul  2 15:24:41 2000  Owen Taylor  <otaylor@redhat.com>
22408
22409         * gtk/gtkwidget.[ch] (gtk_widget_get_pango_context): Add new function
22410         that returns a PangoContext owned by the widget and updated to
22411         match future changes in the widget. Also, make 
22412         gtk_widget_create_pango_layout() use this context. If we ever
22413         add a ::changed signal to PangoContext, this will make things
22414         much more convenient. 
22415
22416         * gtk/gtkentry.c gtk/gtklabel.c: Call pango_layout_context_changed()
22417         in the appropriate places instead of destroying the layouts and
22418         creating new ones.
22419
22420         * gtk/gtkfontsel.[ch] gtk/gtkclist.c: Use gtk_widget_get_pango_context()
22421         in a few strategic places.
22422
22423 Sun Jul  2 14:37:58 2000  Owen Taylor  <otaylor@redhat.com>
22424
22425         * gtk/gtkoptionmenu.c (gtk_option_menu_size_request): Call 
22426         gtk_widget_size_request() on reparented child, if one. Otherwise,
22427         queue_resize() on the child never results in it getting size-requested
22428         at all.
22429
22430         * gtk/testgtk.c (build_option_menu): Remove silly radio-menu-items
22431         in option menus, so that (with luck) people won't copy it into
22432         their apps in the future.
22433
22434         * gtk/gtkoptionmenu.c: Connect ::size_request on the menu
22435         to gtk_option_menu_calc_size. This isn't perfect, but should fix
22436         a lot of problems with changing the size of the menu's menu
22437         items after adding it to the option menu.
22438
22439         * gtk/gtktexttag.c: Include gtkmain.h for gtk_get_default_language().
22440
22441         * gtk/gtkwidget.[ch]: Add a ::direction_changed that triggers when
22442         the text direction for a widget changes.
22443
22444         * gtk/gtk{entry.c,label.[ch],textview.[ch]} gtk/testgtk.c: Use
22445         ::direction_changed to get rid of various hacks.
22446
22447 Sun Jul  2 13:19:12 2000  Owen Taylor  <otaylor@redhat.com>
22448
22449         * docs/Changes-2.0.txt: Move Changes-1.4.txt to the appropriate
22450         name.
22451
22452 Sun Jul  2 13:06:26 2000  Owen Taylor  <otaylor@redhat.com>
22453
22454         * gdk/x11/gdkpixmap-x11.[ch] Changes-1.4.txt: Add a is_foreign
22455         flag to the structure. Do not call XFreePixmap on pixmaps created
22456         by gdk_pixmap_foreign_new().
22457
22458 Sun Jul  2 12:45:50 2000  Owen Taylor  <otaylor@redhat.com>
22459
22460         * gdk/gdkrgb.[ch]: Add gdk_rgb_find_color() to get a pixel
22461         value using GdkRGB functionality given GdkColormap and GdkColor.
22462         (name not final, waiting for inspiration.)
22463         
22464         * gdk/gdkgc.[ch] (gdk_gc_set_rgb_fg/bg_color): New functions to
22465         set the foreground/background of a GC using the GC's colormap
22466         and GdkRGB. (name not final, waiting for inspiration.)
22467
22468         * gdk/gdkcompat.h gdk/gdkrgb.c (gdk_rgb_get_colormap): Rename from 
22469         gdk_rgb_get_cmap(), put #define in gdkcompat.h.
22470
22471         * gtk/gtkwidget.[ch] gtkcompat.h: Make visuals for
22472         gtk_widget_get_visual(), gtk_widget_get_default_visual, etc,
22473         purely a function of the corresponding colormap. Make
22474         gtk_widget_set_visual(), etc, noop macros in gtkcompat.h.
22475
22476         * gdk/gdkpixmap.c gdk/x11/gdkpixmap-c11.c: Rewrite
22477         gdk_pixbuf_*create_from_xpm_* in terms of
22478         gdk_pixbuf_new_from_xpm_data(), move into platform independent
22479         code.
22480
22481         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable): Take
22482         advantage of the new draw_rgb_32_image_dithalign.
22483
22484         * gdk/gdkrgb.c (gdk_draw_rgb_32_image_dithalign): Added.
22485
22486         * gtk/gtkgc.c (gtk_gc_new): Set the appropriate colormap
22487         on each created GC.
22488
22489         * gdk/gdkgc.[ch]: Add gdk_gc_get/set_colormap.
22490
22491         * gdk/gdkgc.[ch]: Add a colormap field to the GdkGC structure
22492         which we initialize from the drawable when the GC is created,
22493         if the drawable has a colormap.
22494
22495         * gdk/x11/gdkgc-x11.c: include string.h for memset.
22496
22497         * gdk/x11/gdkinput-x11.c: include string.h for strlen, etc.
22498
22499         * gtk/gtklayout.[ch]: Remove unsed configure serial member.
22500
22501 Sat Jul  1 16:28:32 2000  Owen Taylor  <otaylor@redhat.com>
22502
22503         * gdk/x11/gdkevents-x11.c (gdk_event_translate): When
22504         actually returning expose events, make sure to set
22505         the count field properly.
22506
22507         * gdk/x11/gdkgc-x11.c (gdk_x11_gc_values_to_xvalues): Fix
22508         accidentally reintroced bug which always cleared
22509         the graphics_exposures value. 
22510
22511 Wed Jun 28 18:03:09 BST 2000  Tony Gale <gale@gtk.org>
22512
22513         * docs/faq/gtk-faq.sgml: Change DocBook layout slightly
22514
22515 Wed Jun 28 17:49:05 BST 2000  Tony Gale <gale@gtk.org>
22516
22517         * docs/faq/gtk-faq.sgml: Finish Section 6. Add Section 7.
22518
22519 Wed Jun 28 13:31:55 BST 2000  Tony Gale <gale@gtk.org>
22520
22521         * docs/faq/gtk-faq.sgml: Start of Section 6.
22522
22523 Mon Jun 26 19:37:04 2000  Owen Taylor  <otaylor@redhat.com>
22524
22525         * configure.in: Put 1.3.1 in warning message, not 1.3.0.
22526         
22527         (Fixes problem with drawing childless frames. Pointed out
22528         by and a first patch from Anders)
22529         
22530         * gtk/gtkframe.c (gtk_frame_compute_child_allocation): Always
22531         compute a child_allocation, even if we don't have a child.
22532
22533         * gtk/gtkaspectframe.c (gtk_aspect_frame_compute_child_allocation):
22534         Always chain to the parent's impl, even if we don't have a child.
22535
22536 Mon Jun 26 18:53:31 2000  Owen Taylor  <otaylor@redhat.com>
22537
22538         * gdk/gdkrgb.c: If possible, create only a single shm segment and
22539         use multiple parts of it instead of creating a bunch of separate
22540         segments, since the maximum number of segments per system is not
22541         large. (This might be worth backporting to GTK+-1.2.x if we make a
22542         new release )
22543
22544         * gdk/gdkrgb.c: Localize a bunch of variables into the GdkRgbInfo
22545         structure in preparation for per-colormap GdkRGB.
22546
22547         * gdk/x11/gdkimage-x11.c (gdk_image_new): Don't set gdk_use_xshm
22548         to False when we get EINVAL from shmget so that the caller of
22549         gdk_image_new can retry with a smaller segment size.
22550
22551 Mon Jun 26 13:01:16 BST 2000  Tony Gale <gale@gtk.org>
22552
22553         * docs/faq/gtk-faq.sgml: Add Sections 4 & 5.
22554
22555 Fri Jun 23 17:54:23 2000  Tim Janik  <timj@gtk.org>
22556
22557         * configure.in: make the current version number 1.3.1 (binary age 0,
22558         interface age 0).
22559         
22560         * gtkfeatures.h, gtkfeatures.h.in: dejavue, get rid of these *again*,
22561         gtkcompat.h is all we want.
22562
22563         * gtk/gtktypeutils.[hc]: define most of the primitive types in terms of
22564         GLib primitive types. fixed g_type_register_fundamental() argument
22565         ordering.
22566
22567         * gtk-config.in (lib_gtk): add -lgdk_pixbuf so third party code
22568         compiles.
22569
22570         * gdk-pixbuf-loader.[hc]: get rid of unistd.h include.
22571         object code cleanup, comment trigraph fixes, etc...
22572
22573 2000-06-23  Havoc Pennington  <hp@redhat.com>
22574
22575         * gtk/gtktextview.c (gtk_text_view_set_buffer): Use anonymous mark 
22576         instead of making up a bogus name for first_para_mark
22577
22578         * gtk/gtkstatusbar.h, gtk/gtkstatusbar.c: Allow 
22579         0 as a context ID
22580
22581 Thu Jun 22 17:43:51 BST 2000  Tony Gale <gale@gtk.org>
22582
22583         * docs/faq/gtk-faq.sgml: Change filename. Add Section 3.
22584
22585 2000-06-21  Havoc Pennington  <hp@pobox.com>
22586
22587         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): Fix bug where
22588         we didn't check window->bg_pixmap != GDK_NO_BG.
22589
22590         * gtk/gdk-pixbuf-loader.c: Change to reflect GObject-ification of
22591         gdk-pixbuf
22592
22593 Thu Jun 22 14:02:19 BST 2000  Tony Gale <gale@gtk.org>
22594
22595         * docs/faq/gtk-faq.sgm: Move file to here.
22596           TODO: Update Makfile.am 
22597
22598 Thu Jun 22 13:41:09 BST 2000  Tony Gale <gale@gtk.org>
22599
22600         * docs/gtk-faq.sgm: Add Section 2
22601
22602 Thu Jun 22 08:43:45 BST 2000  Tony Gale <gale@gtk.org>
22603
22604         * docs/gtk-faq.sgm: New file. Start of DocBook
22605           version of the FAQ.
22606
22607 Wed Jun 21 23:04:17 2000  Owen Taylor  <otaylor@redhat.com>
22608
22609         * configure.in (GDK_PIXBUF_MAJOR): Define version
22610         numbers for GDK_PIXBUF_*, as they get substituted
22611         into a header file. Need to consider versioning
22612         for gdk-pixbuf more carefully later.
22613
22614 2000-06-21  Raja R Harinath  <harinath@cs.umn.edu>
22615
22616         Work with srcdir != builddir.   
22617         * demos/testanimation.c: Don't include "gdk-pixbuf.h".  Use
22618         <gtk/gdk-pixbuf-loader.h>, not "gtk-pixbuf/gdk-pixbuf-loader.h".
22619         * demos/testpixbuf.c: Likewise.
22620         * demos/testpixbuf-scale.c: Don't include "gdk-pixbuf.h".
22621         * demos/testpixbuf-drawable.c: Don't include "gdk-pixbuf.h".  Use
22622         <gdk/x11/gdkx.h>.
22623         * demos/pixbuf-demo.c: Use <gtk/gtk.h> not "gtk.h".  Don't include
22624         "gdk-pixbuf.h".
22625         * demos/Makefile.am (INCLUDES): Remove unneeded directories.
22626
22627 Wed Jun 21 19:45:02 2000  Owen Taylor  <otaylor@redhat.com>
22628
22629         * TODO.xml: Change 1.4 version numbers to 2.0.
22630
22631 Wed Jun 21 19:29:08 2000  Owen Taylor  <otaylor@redhat.com>
22632
22633         * gdk/gdkpixbuf-render.c gdk/gdkpixbuf-drawable.c: Indentation
22634         fixups to GTK+ standard.
22635
22636 Wed Jun 21 16:38:13 2000  Owen Taylor  <otaylor@redhat.com>
22637
22638         * gdk-pixbuf/* docs/reference/gdk-pixbuf/*: Welcome aboard,
22639         gdk-pixbuf.
22640
22641         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_class_init):
22642         fixups for GObject.
22643
22644         * gdk/Makefile.am gdk/gdkpixbuf-render.[ch] gdk/gdkpixbuf.[ch]: Bits of 
22645         gdk-pixbuf with GDK dependencies moved into GDK.
22646         
22647         * gtk/Makefile.am gtk/gdk-pixbuf-loader.[ch]: Temporarily
22648         move gdk-pixbuf-loader here until GObject has signals.
22649
22650         * demos/: New directory of demos. Move demos from
22651         gdk-pixbuf here.
22652
22653         * demos/pixbuf-init.c: Small bit of code to check for
22654         loaders in ../gdk-pixbuf/.libs/gdk-pixbuf, and if found,
22655         set GDK_PIXBUF_MODULEDIR appropriately.
22656
22657         * gdk/gdkcompat.h: Remove GDK_DRAWABLE_PIXMAP compat
22658         define which no longer makes sense.
22659
22660 2000-06-21  Havoc Pennington  <hp@redhat.com>
22661
22662         * gtk/gtkwidget.c (gtk_widget_create_pango_context): Use
22663         gtk_get_default_language
22664
22665         * gtk/gtkmain.h, gtk/gtkmain.c (gtk_get_default_language): 
22666         new function to get the default language
22667
22668         * gtk/gtktexttagprivate.h, gtk/gtktexttag.c, gtktextview.c: 
22669         s/gtk_text_view_style_values/gtk_text_style_values/
22670
22671         * gtk/gtktexttag.c, gtk/gtktexttag.h, gtk/gtktexttagprivate.h:
22672         Add a "language" field to tags.
22673
22674         (gtk_text_tag_set_arg): Fix bug in setting
22675         "bg_full_height_set" tag.
22676
22677 2000-06-21  Havoc Pennington  <hp@redhat.com>
22678
22679         * gtk/gtktextiter.h: Use gunichar instead of gint when appropriate
22680         in the interfaces
22681
22682         * gtk/gtktexttypes.c: Remove UTF functions, use glib 
22683         stuff instead when possible.
22684
22685         * gtk/gtktexttypes.h: Delete some unused constants
22686
22687         * gtktextbtree.c, gtktextiter.c, gtktextsegment.c, gtktextview.c,
22688         testtextbuffer.c: use glib instead of custom unicode routines
22689
22690 Wed Jun 21 12:50:58 2000  Owen Taylor  <otaylor@redhat.com>
22691
22692         * docs/es/: Removed mistakenly added generated sgml
22693
22694         * docs/{gdk.texi,gtk.texi,gdk.sgml} macros.texi texinfo.tex:
22695         Remove outdated info files.
22696
22697         * docs/gtk_tut* docs/package_tutorial.sh docs/tutorial:
22698         Moved tutorial files into subdir
22699
22700         * docs/gtkfaq.sgml docs/faq/gtkfaq.sgml: Move FAQ into
22701         subdir.
22702
22703         * docs/man/gtk_button.pod: Remove. (contents will be
22704         integrated into gtk-reference button page.)
22705
22706         * configure.in docs/Makefile.am docs/tutorial/Makefile.am
22707         docs/faq/Makefile.am: Adjust for new organization
22708
22709 2000-06-21 Christopher Blizzard  <blizzard@redhat.com>
22710
22711         * gdk/x11/Makefile.am (install-data-local): use $(mkinstalldirs)
22712         not $(MKINSTALLDIRS)
22713
22714 Wed Jun 21 12:24:28 2000  Owen Taylor  <otaylor@redhat.com>
22715
22716         * gtk/testgtk.c (create_text): Finish the job Elliot started
22717         of removing font setting test for text widget. (Since text widget
22718         and GdkFont are not deprecated, and cause portability problems.)
22719
22720 Wed Jun 21 11:41:43 2000  Owen Taylor  <otaylor@redhat.com>
22721
22722         * gtk/gtkentry.c gtk/gtkimcontextsimple.c gtk/gtklabel.c
22723         gtk/gtktexttypes.c gtk/testtext.c modules/linux-fb/basic.c:
22724         Remove use of libunicode in favor of new GLib functions.
22725
22726         * gtk/gtkcolorsel.c: Remove conditional includes for FB, win32,
22727         nano-x, framebuffer. The X11 include is just a hack until we get
22728         the necessary functions in gdkcolor.h, so there is no reason to
22729         add other includes of platforms.
22730
22731         * gtk/gtkwindow.c (gtk_window_compute_default_size): Revert 
22732         window bigger than the screen change.
22733
22734         * gtk/testgtk.c: Revert some random changes from Elliot
22735         that had no particular point and were causing testgtkrc
22736         not to function correctly.
22737         
22738         * gdk/gdkregion-generic.h: Revert change from Elliot. Just
22739         because GdkSegment and GdkRegionBox have the same fields,
22740         it doesn't mean that 'typedef GdkSegment GdkRegionBox'
22741         results in clearer code.
22742
22743         * gdk/x11/gdkinput-x11.c (gdk_input_common_select_events,
22744         gdk_input_translate_coordinates): Fix missed GdkObjectification
22745
22746 2000-06-18  Elliot Lee  <sopwith@redhat.com>
22747
22748         * gdk/Makefile.am, gdk/*/Makefile.am: Fix conditionality to work the "right" way.
22749         * gtk/gtk{plug,socket}.h: Missed commits from previous.
22750
22751 2000-06-20  Havoc Pennington  <hp@redhat.com>
22752
22753         * modules/linux-fb/Makefile.am: Make this compile
22754         without framebuffer enabled
22755
22756         * gdk/linux-fb/Makefile.am: Add conditional to not build
22757         framebuffer unless specified in configure
22758
22759         * gdk/gdkdraw.c (gdk_draw_drawable): Fix bug where I was getting
22760         the size of the target instead of source if -1 was passed for
22761         width/height
22762
22763         * gdk/x11/gdkgeometry-x11.c (gdk_window_compute_position): Fix 
22764         width/height confusion.
22765
22766 2000-06-19  Havoc Pennington  <hp@redhat.com>
22767
22768         * gdk/x11/gdkx.h (GDK_WINDOW_XWINDOW): change this to be
22769         GDK_DRAWABLE_XID. In the future, we probably want to make it
22770         faster with G_DISABLE_CHECKS turned on.
22771
22772 2000-06-14  Havoc Pennington  <hp@redhat.com>
22773
22774         * gdk/Makefile.am: add gdkpixmap.c
22775
22776         * gdk/gdk.c: s/gdk_window_init/_gdk_windowing_window_init/
22777         s/gdk_image_init/_gdk_windowing_image_init
22778
22779         * gdk/gdkcolor.c: make ref/unref compat wrappers for GObject
22780         ref/unref
22781
22782         * gdk/gdkcolor.h: make GdkColormap a GObject subclass
22783
22784         * gdk/gdkcompat.h: remove GdkWindowType compat, since
22785         GdkWindowType is now non-deprecated; 
22786         change gdk_window_get_type() compat to be
22787         gdk_window_get_window_type().
22788
22789         * gdk/gdkdnd.h: make GdkDragContext a GObject.
22790
22791         * gdk/gdkdraw.c, gdk/gdkdraw.h: Convert GdkDrawable to a pure
22792         virtual GObject. Make all functions call into the vtable.
22793         Move gdk_image_put() guts in here. Remove GdkDrawableType
22794         and gdk_drawable_get_type(), these are now GdkWindow-specific.
22795         draw_image, get_depth, get_size, set_colormap, get_colormap,
22796         get_visual added to the vtable.
22797         
22798         * gdk/gdkgc.h, gdk/gdkgc.c: Convert GdkGC to a pure virtual 
22799         GObject. Virtualize everything. 
22800         (gdk_gc_new_with_values): remove check for destroyed window,
22801         because now GdkWindow::create_gc will check this.
22802         (gdk_gc_set_values): New function to set GC values, this 
22803         was already implemented but wasn't in the header
22804
22805         * gdk/gdkimage.h, gdk/gdkimage.c: Convert GdkImage to a GObject.
22806
22807         * gdk/gdkinternals.h: Remove _gdk_window_alloc(), remove
22808         _gdk_window_draw_image(), remove _gdk_windowing_window_class,
22809         remove _gdk_window_class; add _gdk_window_impl_get_type() and
22810         _gdk_pixmap_impl_get_type(). Rename gdk_window_init to
22811         _gdk_windowing_window_init, rename gdk_image_init to
22812         _gdk_windowing_image_init.
22813         
22814         * gdk/gdkpango.c: Reflect GObject-ification of PangoContext.
22815         (gdk_draw_layout): Remove check for destroyed window, 
22816         because all the drawable methods already check it.
22817         
22818         * gdk/gdkpixmap.h, gdk/gdkpixmap.c: Convert GdkPixmap to GObject.
22819         Add gdkpixmap.c which contains implementation of GdkDrawable
22820         virtual table (by chaining to a platform-specific implementation
22821         object).
22822         
22823         * gdk/gdkprivate.h: Remove GDK_IS_WINDOW, GDK_IS_PIXMAP, 
22824         GDK_DRAWABLE_DESTROYED. Add GDK_WINDOW_DESTROYED. Replace
22825         GDK_DRAWABLE_TYPE with GDK_WINDOW_TYPE. Remove GdkDrawablePrivate,
22826         GdkWindowPrivate, GdkImageClass, GdkImagePrivate, GdkGCPrivate,
22827         GdkColormapPrivate. 
22828
22829         * gdk/gdktypes.h: #include <glib-object.h>
22830
22831         * gdk/gdkwindow.h, gdk/gdkwindow.c: Convert GdkWindow to GObject.
22832         Move most functionality to platform-specific implementation
22833         object. GdkWindow itself now handles the backing store, then
22834         chains to the platform-specific implementation.
22835         (gdk_window_get_window_type): return GdkWindowType of the window.
22836         (gdk_window_peek_children): New routine, returns the children of 
22837         a GdkWindow
22838         (gdk_window_get_children): Was in X11-specific code and did 
22839         XQueryTree. Changed to simply return a copy of window->children; 
22840         so it can go in cross-platform code.
22841         
22842         * gdk/x11/Makefile.am: fix broken MKINSTALLDIRS path
22843
22844         * gdk/x11/gdkcolor-x11.c: implement X-specific parts of 
22845         GdkColormap; just changed to use the new private data instead
22846         of casting to GdkColormapPrivate.
22847
22848         * gdk/x11/gdkcursor-x11.c: added a couple typechecks to 
22849         gdk_cursor_new().
22850
22851         * gdk/x11/gdkdnd-x11.c: Change the way we access private fields 
22852         (private data member in the GObject). 
22853         (xdnd_manager_source_filter): Function had broken 
22854         error handling, fix it (use gdk_error_trap_push).
22855
22856         * gdk/x11/gdkdrawable-x11.c: This file now implements
22857         a base class for GdkWindowImplX11/GdkPixmapImplX11. This 
22858         base class is purely for the convenience of the X port,
22859         and not part of the interface to cross-platform GDK.
22860
22861         * gdk/x11/gdkevents-x11.c: Reflect various renamings.
22862         
22863         * gdk/x11/gdkgc-x11.c: Implement a subclass of GdkGC that's
22864         specific to X, and returned by the create_gc virtual method
22865         of GdkDrawableImplX11. 
22866         (gdk_x11_gc_set_dashes): Change this to take an array of gint8
22867         rather than gchar, this was also changed in the GdkGC vtable.
22868         (gdk_x11_gc_values_to_xvalues): If GdkGCValues is NULL, or the
22869         mask is 0, return immediately, instead of checking every flag.
22870         This is faster, and keeps us from segfaulting if values is NULL
22871         and the mask contains some nonzero flags.
22872
22873         * gdk/x11/gdkgeometry-x11.c: deal with all the rearranging of
22874         GdkWindow.
22875
22876         * gdk/x11/gdkglobals-x11.c: change type of grab window, since 
22877         GdkWindowPrivate is gone.
22878
22879         * gdk/x11/gdkim-x11.c: rename things that got renamed.
22880
22881         * gdk/x11/gdkimage-x11.c: implement in terms of GObject, and 
22882         remove the image_put stuff that got transferred to GdkDrawable.
22883         
22884         * gdk/x11/gdkinput.c: renamings
22885
22886         * gdk/x11/gdkmain-x11.c: #include <pango/pangox.h>
22887
22888         * gdk/x11/gdkpixmap-x11.c: GObject conversion
22889
22890         * gdk/x11/gdkprivate-x11.h: indentation fixes
22891
22892         * gdk/x11/gdkproperty-x11.c: renamings
22893
22894         * gdk/x11/gdkselection-x11.c: renamings
22895
22896         * gdk/x11/gdkwindow-x11.c: Restructuring and renaming; this now 
22897         implements the platform-specific "impl" object.
22898         Moved gdk_window_get_children to gdk/gdkwindow.c
22899
22900         * gdk/x11/gdkx.h: Remove all the private structs and private datas
22901         that no longer exist. Add declaration of GdkGCX11 object here.
22902         Fix all the macros to still work. 
22903
22904         * gtk/gtk-boxed.defs: Remove GtkStyle, GdkColormap, GdkWindow,
22905         GdkDragContext from the boxed types since they are now GObjects.
22906
22907         * gtk/gtkstyle.h, gtk/gtkstyle.c: Converted GtkStyle to a GObject,
22908         moved xthickness/ythickness into the instance. GtkStyleClass
22909         functions are now in the standard vtable for GtkStyle, so you have
22910         to create a GObject subclass to write a theme engine.
22911         (gtk_style_copy): fixed a leaked PangoFontDescription
22912         (gtk_style_init): renamed gtk_style_realize, so gtk_style_init
22913         can be the standard GObject function.
22914         
22915         * Throughout GTK:
22916         s/style->klass->[xy]thickness/style->[xy]thickness
22917         s/pango_layout_unref/g_object_unref/
22918
22919         * gtk/gtkrc.h, gtk/gtkrc.c: Converted GtkRcStyle to a GObject.
22920         
22921         * gtk/gtksocket.c: Use gdk_window_get_user_data() instead of 
22922         accessing GDK internals.
22923
22924         * gtk/gtkwidget.c: Use gdk_window_peek_children() instead of 
22925         accessing GDK internals.
22926
22927 2000-06-18  Elliot Lee  <sopwith@redhat.com>
22928
22929         * gtk/gtkwindow.c: Don't allow creation of a window bigger than the screen.
22930
22931         * gtk/gtkrange.c: Fix the mega-jumpy-with-lagged-events scrollbar
22932         problem by calculating event position relative to the trough
22933         rather than the slider.
22934         * gtk/gtkdnd.c, gtk/gtkcolorsel.c: Include FB headers if appropriate.
22935
22936         * gdk/gdkgc.h: Add GDK_NOR.
22937
22938         * configure.in, Makefile.am: Add modules top level dir
22939         * configure.in: Only use pangox library if building x11 target.
22940         * gdk/gdkdnd.h: Add GDK_DRAG_PROTO_LOCAL enum for future intra-app use.
22941
22942 Fri Jun 16 22:24:22 2000  Christopher Blizzard  <blizzard@redhat.com>
22943
22944         * gtk/gtkcolorsel.c: Change private class member to be named
22945         private_data throughout the file.
22946
22947         * gtk/gtkcolorsel.h (struct _GtkColorSelection): Change private to
22948         private_data to avoid clashing with keyword.
22949
22950 Fri Jun 16 22:24:22 2000  Christopher Blizzard  <blizzard@redhat.com>
22951
22952         * gdk/gdkdnd.h: Add comment to remove warning.
22953
22954 Sun Jun 18 15:35:35 2000  Pablo Saratxaga <pablo@mandrakesoft.com>
22955
22956         * gtk/gtkrc.cp1251,gtk/Makefile.am: the cp1251 is also used by
22957         Byelorussian language; changed the Makefile and file names 
22958         to reflect that.
22959
22960 Mon Jun 12 16:58:40 2000  Owen Taylor  <otaylor@redhat.com>
22961
22962         * gtk/gtkwindow.c (gtk_window_unmap): Call gdk_window_withdraw
22963         rather than gdk_window_hide; this makes things work
22964         correctly if the window is programmatically hidden while
22965         iconified.
22966
22967 Sun Jun 11 12:46:19 2000  Owen Taylor  <otaylor@redhat.com>
22968
22969         * gtk/gtkdnd.c (gtk_drag_set_default_icon): Fix
22970         cut and paste typo where wrong pixmap was being
22971         unref'ed. (Pointed out by a friend of KUSANO Takayuki.)
22972
22973 Sun Jun 11 10:22:36 2000  Owen Taylor  <otaylor@redhat.com>
22974
22975         * gtk/gtkselection.c (gtk_selection_bytes_per_item):
22976         Add helper function to compute format / bytes 
22977         relationship. Use in a couple places to fix up
22978         errors which assume 8 * format.
22979
22980         * gtk/gtkselection.c (gtk_selection_request): Use 32
22981         rather than 8 * sizeof (GdkAtom), to work correctly
22982         on Alpha.
22983
22984 Thu Jun  8 21:54:51 2000 Christopher Blizzard  <blizzard@redhat.com>
22985
22986         * gtk/Makefile.am (DEPS): deps include libgtk-x11.la, not
22987         libgtk.la
22988         (LDADDS): include libgtk-x11.la and libgdk-x11.la, not the non-x11
22989         versions
22990
22991         * gtk/gtklabel.c (gtk_label_get_text): Make sure that the error
22992         checking macros return NULL since the function has a return value.
22993
22994 Wed Jun  7 15:44:42 2000  Owen Taylor  <otaylor@redhat.com>
22995
22996         * gtk/Makefile.am (LDFLAGS): Add missing backslash that was keeping
22997         GTK+ from building at all.
22998
22999         * gdk/Makefile.am (gdk_c_sources): Fix up some indentation issues.
23000
23001 Mon Jun  5 19:32:53 CEST 2000 Paolo Molaro <lupus@linuxcare.com>
23002
23003         * configure.in, gtk-config.in, gdk/Makefile.am, gdk/*/Makefile.am,
23004         gtk/Makefile.am: make it possible to configure gtk for different
23005         targets on the same platform. The library name is now 
23006         libgtk-$target-$version.so. gtk-config accepts a --target x11|nanox|linux-fb
23007         flag. Only the x11 target compiles right now.
23008         * gdk/gdkregion-generic.h, gdk/gdkregion-generic.c, gdk/gdkpoly-generic.h,
23009         gdk/gdkpolyreg-generic.c: move generic region code in the main GDK dir.
23010         * gdk/nanox/gdk*generic*: delete generic region code.
23011         * gdk/linux-fb/gdk*generic*: delete generic region code.
23012         * README.nanox: update information.
23013         
23014 Tue Jun  6 10:53:59 2000  Owen Taylor  <otaylor@redhat.com>
23015
23016         * gtk/gtktoolbar.c (gtk_toolbar_prepend_widget): Fix to
23017         prepend not append. (Pointed out by Brett Hall.)
23018
23019 Tue Jun  6 01:59:57 2000  Owen Taylor  <otaylor@redhat.com>
23020
23021         * gtk/gtkentry.c (gtk_entry_finalize): Unref the entry's layout.
23022
23023 Mon Jun  5 16:00:09 2000  Owen Taylor  <otaylor@redhat.com>
23024
23025         * gdk/gdk.c (gdk_init_check): Add call to g_type_init() - we'll
23026         need this later, and this makes sure that the atexit for
23027         glib gets called after that for GDK, so atexits are
23028         properly ordered for object leak checking.
23029
23030         * gdk/gdk.c (gdk_exit_func): Call gdk_windowing_exit().
23031
23032         * gdk/x11/gdkmain-x11.c (gdk_windowing_exit): Call 
23033         pango_x_shutdown_display()
23034
23035         * gtk/simple.c (main): Close window on destroy.
23036
23037 Mon Jun  5 11:50:02 2000  Owen Taylor  <otaylor@redhat.com>
23038
23039         * gdk/x11/gdkgc-x11.c (gdk_x11_gc_values_to_xvalues): We need
23040         to treat initial creation different from setting with 
23041         regards to the graphics-exposures parameter, so add a parameter
23042         indicating whether this is initial or not.
23043
23044 Mon Jun  5 13:29:31 2000  Owen Taylor  <otaylor@redhat.com>
23045
23046         * gdk/x11/gdkevents-x11.c: Hack gdk_event_get_graphics_expose()
23047         to sort of work by adding an extra return_exposes arg
23048         to gdk_event_translate() - it might be better to simply
23049         deprecate the function altogether and force people to rewrite
23050         without it. gdk_window_scroll() handles most of it, and where
23051         gdk_window_scroll() doesn't work, simply redrawing more does.
23052
23053         * gtk/gtkwidget.c (gtk_widget_set_default_direction): Fix up
23054         assertion.
23055
23056         * gtk-config.in: Include PANGO_CFLAGS/LIBS.
23057
23058         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Remove a 
23059         bunch of pretty much useless /* Print debugging info */ comments 
23060         which had drifted away from the code they were commenting.
23061
23062 2000-06-02  Havoc Pennington  <hp@pobox.com>
23063
23064         * gtk/testtextbuffer.c: Test program to make sure GtkTextBuffer
23065         is in working order.
23066         
23067         * gtk/testtext.c: Change to reflect anonymous mark API
23068
23069         * gtk/gtktextview.c: Convert from mark names to GtkTextMark*.
23070
23071         * gtk/gtktexttag.h (struct _GtkTextTag): remove the affects_size
23072         field, which was unused.
23073
23074         * gtk/gtktextmarkprivate.h (GTK_IS_TEXT_MARK): add this macro,
23075         saves some typing.
23076
23077         * gtk/gtktextbuffer.c: Switch from mark names to GtkTextMark*   
23078
23079         * gtk/gtktextbtree.c (gtk_text_btree_new): set the not_deleteable
23080         flag on the insertion point and selection bound
23081
23082         Throughout, use GtkTextMark instead of GtkTextLineSegment, and 
23083         make mark-manipulation functions take a GtkTextMark* instead of a
23084         mark name.
23085         
23086         * gtk/gtktextmarkprivate.h: Add a "not_deleteable" flag to 
23087         GtkTextMarkBody; will be used to detect attempts to delete
23088         the permanent marks (insert and selection bound)
23089
23090         * gtk/Makefile.am (noinst_PROGRAMS): add testtextbuffer 
23091
23092 Fri Jun  2 12:56:01 2000  Owen Taylor  <otaylor@redhat.com>
23093
23094         * gtk/gtkwidget.c (gtk_widget_init): Initialize DOUBLE_BUFFERED
23095         flag to on.
23096
23097         * gtk/gtkwidget.c (gtk_widget_draw) gtk/gtkmain.c (gtk_main_do_event): 
23098         Honor DOUBLE_BUFFRED_FLAG
23099
23100         * gtk/gtkwidget.c (gtk_widget_set_double_buffered): Add a
23101         function to set the DOUBLE_BUFFERED flag.
23102
23103         * gtk/gtkwidget.h: Add GTK_DOUBLE_BUFFERED flag to indicate whether
23104         or not exposes done on the widget should be double-buffered.
23105
23106         * gtk/gtkenums.h (GtkTextDirection): Reverse order of enumerations
23107         to be what would be expected. (Fixes problem with a
23108         g_return_if_fail() validating a TextDirection enumeration)
23109
23110 Thu Jun  1 23:05:13 2000  Owen Taylor  <otaylor@redhat.com>
23111
23112         * gtk/gtkwidget.c: Remove all references to 
23113         offscreen flag which was no longer used.
23114
23115         * gtk/gtkprivate.h (enum): Remove unused flags and compress.
23116
23117         * gtk/gtkframe.c (gtk_frame_set_label_widget): Check
23118         for non-null label_widget->parent.
23119
23120         * gtk/gtkentry.c: Get rid of code to deal with PangoAttribute 
23121         which no longer was used.
23122
23123         * gdk/gdkpango.c (gdk_pango_context_get_info): make static.
23124
23125         * gdk/gdkpango.c (gdk_draw_layout[_line]): Add checks
23126         for null arguments.
23127
23128         * gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): add
23129         check for destroyed windows.
23130
23131 Thu Jun  1 13:48:45 2000  Owen Taylor  <otaylor@redhat.com>
23132
23133         * gtk/gtkimmulticontext.c: Add a finalize method and unref
23134         the slave context there.
23135
23136         * gtk/gtkinvisible.[ch]: Make reference counting behavior
23137         identical to GtkWindow.
23138
23139 Thu Jun  1 01:54:11 2000  Owen Taylor  <otaylor@redhat.com>
23140
23141         * Makefile.am gdk/gdkpango.c: Copy the layout render function from
23142         pangox to here, so we can write them independent of rendering
23143         system, using GDK primitives.
23144
23145         * gdk/gdkdrawable.h gdk/gdkdraw.c gdk/gdkwindow.c
23146         gdk/x11/gdkdrawable-x11.c: Remove draw_layout() from the vtable,
23147         since we have a rendering-system independent implementation in
23148         terms of draw_glyphs().
23149         
23150         * gdk/gdkpango.c gdkdrawable.h (gdk_draw_layout_line): New
23151         function to render a single line.
23152
23153         * gdk/x11/gdkpango.c: Move the guts of this file mostly
23154         into ../gdkpango.c, which simplifies things, since we
23155         don't have to deal with raw X gc's.
23156
23157 Fri May 19 04:28:16 2000  Owen Taylor  <otaylor@redhat.com>
23158
23159         * gtk/gtktextlayout.[ch]: Add get_log_attrs() function to
23160         get the logical attributes for a given GtkTextLine.
23161
23162 Tue May 30 16:05:39 2000  Owen Taylor  <otaylor@redhat.com>
23163
23164         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): Track
23165         g_locale_get_codeset() to g_get_codeset() change.
23166
23167 Tue May 30 15:03:19 2000  Owen Taylor  <otaylor@redhat.com>
23168
23169         * gtk/testcalendar.c (calendar_font_selection_ok): Use font
23170         descriptions.
23171
23172         * gtk/gtkentry.c (gtk_entry_draw_text): Center text within
23173         the entry.
23174
23175         * gtk/gtkfontsel.c (gtk_font_selection_dialog_init): Start of
23176         redoing (vastly simplifying) for Pango. Still needs quite
23177         a bit of work. (Size selection is currently poor. List of 
23178         predefined sizes is not a good idea, since all of these
23179         sizes won't necessarily be distinct.)
23180
23181 Tue May 30 13:50:19 2000  Owen Taylor  <otaylor@redhat.com>
23182
23183         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): Handle
23184         CODESET results for LANG=C.
23185
23186 Mon May 29 15:49:10 2000  Owen Taylor  <otaylor@redhat.com>
23187
23188         * gtk/gtkrc.[ch]: Add a 'font_name' declaration to RC
23189         which takes a stringized pango font description;
23190         ignore the older 'font' and 'fontset' declarations.
23191
23192         * gtk/gtkstyle.c gtk/gtkrc.c: Fill in the style->font
23193         field with a GdkFont derived via gdk_font_from_description(),
23194         for compatibility. (Should we just remove it entirely?
23195         Probably too much compatibility breakage, but people
23196         should be migrating to the new Pango stuff as quickly
23197         as possible.)
23198
23199 Mon May 29 15:47:41 2000  Owen Taylor  <otaylor@redhat.com>
23200
23201         * gtk/gtkentry.c gtk/gtkclist.c: s/pango_font_unref/g_object_unref/.
23202
23203 Mon May 29 15:44:46 2000  Owen Taylor  <otaylor@redhat.com>
23204
23205         * gtk/gtkcalender.c: Roughly pango-ized. Really needs 
23206         redoing; there are some bugs in size allocation right
23207         now, the semi-existant distinction between header / day
23208         fonts was removed, but, with Pango, could actually
23209         be made functional in a nice way.
23210         
23211         * gtk/testcalender: Move calender from examples into this
23212         directory as a test program. (We really need to restrcture
23213         testgtk into a whole directory full of tests for every
23214         widget or functionality group, separated into multiple .c
23215         files.)
23216
23217 Mon May 29 15:19:56 2000  Owen Taylor  <otaylor@redhat.com>
23218
23219         * gtk/testgtk.c (file_exists): Fix stupid typo that
23220         was keeping RC file from being loaded.
23221
23222         * gtk/testgtkrc gtk/testgtkrc2: Test new pango-ized
23223         RC file font code.
23224
23225 Mon May 29 14:31:27 2000  Owen Taylor  <otaylor@redhat.com>
23226
23227         * gdk/gdkfont.h gdk/x11/gdkfont-x11.c (gdk_font_from_description):
23228         Add function to load a GdkFont from a PangoFontDescription.
23229
23230 2000-05-29  Tor Lillqvist  <tml@iki.fi>
23231
23232         * gdk/win32/gdkevents-win32.c (gdk_WindowProc): The local "event"
23233         variable should be of type GdkEventPrivate.
23234
23235 Fri May 26 17:16:40 2000  Owen Taylor  <otaylor@redhat.com>
23236
23237         * gtk/frame.[ch] gtkaspectframe.c: Make frame widgets able
23238         to have any widget for the label, use a GtkLabel widget
23239         to display the text. (Based partially on a patch from
23240         Anders Carlson.)
23241
23242         (Quite a bit of code reorganization - strip 90% of the
23243         guts out of gtkaspectframe and add a single virtual
23244         func to GtkFrameClass - compute_child_allocation.)
23245
23246 Fri May 26 12:00:02 2000  Owen Taylor  <otaylor@redhat.com>
23247
23248         * gtk/gtkctree.c gtk/gtkclist.[ch]: Pangoized.
23249         (Removed clist->row_center_offset field because caching
23250         it wasn't saving time or code, added private function
23251         _gtk_clist_create_cell_layout()).
23252
23253 Wed May 24 15:59:37 2000  Owen Taylor  <otaylor@redhat.com>
23254
23255         * gtk/gtkaccellabel.c: Pangoized.
23256
23257         * gtk/[hv]ruler.c: Pangoized
23258
23259 Mon May 22 19:23:59 2000  Owen Taylor  <otaylor@redhat.com>
23260
23261         * gtk/gtkfilesel.c (gtk_file_selection_init):
23262         Use gtk_clist_set_column_auto_resize() to remove need
23263         need for manual column width computations.
23264
23265 Mon May 22 18:50:26 2000  Owen Taylor  <otaylor@redhat.com>
23266
23267         * gtk/gtktooltips.[ch]: Replace custom drawing with a GtkLabel, 
23268         ensuring Pango correctness, and considerably simplifying the
23269         code.
23270         
23271         * gtk/gtklabel.c gtk[hv]scale.c: 1000 => PANGO_SCALE.
23272
23273         * gtk/gtklabel.c (gtk_label_size_request): Fixed incorrect
23274         getting of numbers of lines.
23275
23276         * gtk/gtklabel.c (gtk_label_size_request): Set the requisition
23277         to the actual requested width of the lable, not to the wrap
23278         width we set.
23279
23280         * gtk/gtktextchild.h: Remove extraneous include of gtk/gtk.h.
23281
23282         * gtk/gtktextbtree.c gtk/gtktextbuffer.c gtk/gtktextlayout.c
23283           gtk/gtktextview.c gtk/gtktextview.[ch]: Fix up includes.
23284
23285         * gtk/gtktextview.c: Fix structure inheritance.
23286
23287         * gtk/gtkprogressbar.c: Pangoize.
23288
23289 Mon May 22 15:47:30 2000  Owen Taylor  <otaylor@redhat.com>
23290
23291         * gtk/gtktextview.c (gtk_text_view_get_first_para_iter): Encapsulate
23292         in a function.
23293
23294         * gtk/gtktextlayout.c (find_display_line_above): Fixed
23295         bug with computing line tops.
23296
23297         * gtk/gtktextview.c (changed_handler): Fix < , <= confusion.
23298
23299 Thu May 18 18:53:31 2000  Owen Taylor  <otaylor@redhat.com>
23300
23301         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Fix up the x_offset
23302         and y_offset coordinates to do what we need now. (The offset between
23303         buffer and layout coordinates has been reintroduced, but is a 
23304         bit different than before.)
23305
23306         * gtk/gtktextview.[ch]: No longer inherit from GtkLayout; instead
23307         handle the adjustments ourselves, and scroll as necessary using
23308         the new gdk_window_scroll().
23309         
23310         The advantage of this is that when we are incrementally revalidating,
23311         we are essentially rearranging things around the visible portion
23312         of the screen. With the old setup, the visible portion of the
23313         screen was moved around in the layout, so scrolling and redrawing
23314         to track that caused jumping of the display. Since we now
23315         control the scrolling ourselves, we can suppress this and
23316         only redraw when things actually change.
23317
23318 Thu May 18 18:47:25 2000  Owen Taylor  <otaylor@redhat.com>
23319
23320         * gtk/gtktextbtree.c (redisplay_mark): We need to invalidate
23321         the region not just redisplay it after-all, since we store the
23322         cursors in the LineDisplay. (Ugly interactions here between
23323         GtkLayout and GtkTextBTree here.)
23324         
23325         * gtk/gtktextbtree.c (redisplay_region): Fixed reversed comparison.
23326
23327 Thu May 18 18:43:21 2000  Owen Taylor  <otaylor@redhat.com>
23328
23329         * gdk/gdkwindow.h gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): 
23330         Added function to scroll contents of a window while keeping the
23331         window constant. Works by XCopyArea or guffaw-scrolling depending
23332         on the details of how the window is set up. (guffaw-scrolling
23333         still needs to be filled in.)
23334
23335 Wed May 17 22:36:53 2000  Owen Taylor  <otaylor@redhat.com>
23336
23337         * gtk/gtktextiter.c gtk/gtkmain.c: Add a debug key for the text widget,
23338         move the debugging that was tied to a global variable
23339         to that.
23340
23341         * gtk/gtkmarshal.list: Add NONE:INT,INT,INT
23342
23343         * gtk/gtktextbtree.[ch] gtk/gtktextlayout.c: Keep a separate
23344         validated flag, in line data instead of setting height/width to
23345         -1. This allows us to perform operations with partially invalid
23346         buffer (using the old size for invalid lines) and thus to do
23347         incremental vaidation. Keep height/width aggregates up to date
23348         when deleting text and rebalancing the tree.
23349
23350         * gtk/gtktextbtree.[ch]: Add functions validate a line
23351         (gtk_text_btree_validate_line), and to validate up
23352         to a number of pixels (gtk_text_btree_validate).
23353
23354         * gtk/gtktextlayout.[ch]: Add an ::invalidated signal
23355         that indicates that something is changed and a revalidation
23356         pass is needed. Change ::need_repaint to ::changed, and
23357         make it take old and new yranges instead of a rectangle.
23358
23359         * gtk/gtktextbtree.[ch] gtk/gtktextlayout.[ch]: Move
23360         the line_data_destroy() function from 
23361         gtk_text_btree_add_view() to a virtual function in 
23362         GtkTextLayout
23363
23364         * gtk/gtktextbtree.[ch]: Remove gtk_text_btree_get_damage_range(),
23365         since we are handling partial repaints in a different fashion
23366         now.
23367
23368         * gtk/gtktextbtree.[ch]: Only repaint the changed portion
23369         of the selection instead of queueing a repaint on the
23370         entire widget.
23371
23372         * gtk/gtktextbuffer.[ch] gtk/gtktextbtree.[ch]: Move
23373         get_selection_bounds() down to btree, make the function
23374         in buffer a wrapper around the btree function.
23375
23376         * gtk/gtktextlayout.[ch]: Add functions to check if the
23377         layout is valid and to recompute either a range of pixels
23378         aroudn a line or a certain total number of pixels.
23379
23380         * gtk/gtktextlayout.[ch]: Cache a single line display;
23381         now that we only redraw the needed portions, the hit rate
23382         for this cache is quite high.
23383         
23384         * gtk/gtktextview.[ch]: Keep track of the first paragraph
23385         on the screen so that when re-laying-out the buffer, we can
23386         keep the same place. This requires connecting to ::value_changed
23387         on the adjustments
23388
23389         * gtk/gtktextview.[ch]: Add idle functions to revalidate
23390         the buffer after we receive an ::invalidated signal.
23391         
23392 Wed May 17 22:10:47 2000  Owen Taylor  <otaylor@redhat.com>
23393
23394         * gtk/gtklayout.c (gtk_layout_size_allocate): Set upper
23395         to max of allocation and layout size, not just to the
23396         layout size.
23397
23398         * gtk/gtk[hv]scrollbar.c (gtk_[hv]scrollbar_calc_slider_size): 
23399         Invalidate window so it gets redrawn properly.
23400
23401         * gdk/gdkwindow.c (gdk_window_invalidate_rect): Allow rect == NULL
23402         to mean the entire window.
23403
23404         * gdk/gdkevents.h: Move definition for GDK_PRIORITY_REDRAW
23405         into public header.
23406
23407 Mon May 15 14:51:31 2000  Owen Taylor  <otaylor@redhat.com>
23408
23409         * gtk/gtktextmark.c (gtk_text_mark_get_name): Add function
23410         to get the name of a mark.
23411
23412         * gtk/gtktextlayout.c (gtk_text_layout_get_line_at_y): Add a function
23413         to find the paragraph from a y position.
23414
23415 Thu May 11 12:57:20 2000  Owen Taylor  <otaylor@redhat.com>
23416
23417         * gtk/gtktextbtree.c (gtk_text_btree_node_invalidate_upward): Valid
23418         nodes have width/height >= 0, not > 0.
23419
23420 Tue May  9 21:29:06 2000  Owen Taylor  <otaylor@redhat.com>
23421
23422         * gtk/gtktextlayout.[ch] gtk/gtktextdisplay.c (gtk_text_layout_get_line_display):
23423         Add a size_only flag, so when we only need the size, we don't create
23424         useless appearance attributes.
23425
23426         * gtk/gtktextview.c (gtk_text_view_ensure_layout): Remove
23427         duplicate setting of font description.
23428
23429         * gtk/gtkscale.c: Use PANGO_SCALE instead of 1000 
23430
23431 Wed Apr 26 01:53:23 2000  Owen Taylor  <otaylor@redhat.com>
23432
23433         * gtk/Makefile.am (EXTRA_DIST): Add OLD_STAMP into 
23434         EXTRA_DIST. It does not work well when the file that
23435         everything depends on is not in the tarball.
23436
23437 Wed Apr 26 00:56:14 2000  Owen Taylor  <otaylor@redhat.com>
23438
23439         * gtk/testgtk.c: Some hacks and fixes so that it basically
23440         works when not sitting in the GTK+ build tree.
23441
23442 2000-05-03  Havoc Pennington  <hp@redhat.com>
23443
23444         * gtk/gtktextbtree.c (gtk_text_line_next_could_contain_tag):
23445         Properly determine the ordering of the tag root and the current
23446         line within the tree. Previous algorithm only worked if the tag
23447         root's immediate parent was the common root of both the current
23448         line and the tag root.
23449
23450 Wed Apr 26 00:43:00 2000  Owen Taylor  <otaylor@redhat.com>
23451
23452         * gtk/gtktextlayout.c (set_para_values): Fix some bugs in
23453         alignment.
23454
23455         * gtk/gtktextview.c (gtk_text_view_ensure_layout): Track
23456         the widget text directional dynamically.
23457
23458         * gtk/gtktextview.[ch]: Added functions to get and set default
23459         wrap mode.
23460
23461 Tue Apr 25 23:47:38 2000  Owen Taylor  <otaylor@redhat.com>
23462
23463         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_location): Fix bug
23464         in cursor location computation.
23465
23466 Tue Apr 25 23:22:59 2000  Owen Taylor  <otaylor@redhat.com>
23467
23468         * gtk/gtklayout.c (gtk_layout_set_size): Clamp hadjustment/
23469         vadjusment values properly when layout gets smaller.
23470
23471         * gtk/gtktextview.c (need_repaint_handler): Areas being
23472         passed in are far completely inaccurate, and sometimes
23473         too small, so, for now, just queue a redraw on the
23474         whole visible region.
23475
23476 2000-04-25  Havoc Pennington  <hp@redhat.com>
23477
23478         * gtk/gtktextbtree.c (summary_destroy): new function to 
23479         destroy tag summary nodes
23480         (gtk_text_line_next_could_contain_tag): this function was 
23481         totally broken if the line passed in wasn't below the tag
23482         root. Fix it.
23483         (gtk_text_btree_first_could_contain_tag): In the tag == NULL 
23484         "wildcard" case, we have to do a linear scan. Blah.
23485         (gtk_text_btree_last_could_contain_tag): In tag == NULL case,
23486         we have to do the linear scan
23487         (tag_removed_cb): When a tag is removed from the tag table, 
23488         remove the GtkTextTagInfo node from the btree.
23489         (gtk_text_btree_spew): Implement the spew function, for 
23490         our debugging pleasure.
23491
23492 Tue Apr 25 19:40:18 2000  Owen Taylor  <otaylor@redhat.com>
23493
23494         * gtk/gtktextlayout.c (gtk_text_layout_set_buffer): Fix
23495         a problem with referring to the wrong buffer.
23496
23497         * gtk/gtkentry.c: Fix focus-in/focus-out confusion.
23498
23499         * gtk/gtkrc.c gtk/gtkstyle.c: Moving setting default
23500         font description to gtk_style_new() - otherwise things
23501         don't work without a .gtkrc file.
23502
23503         * gtk/gtktextbuffer.c (gtk_text_buffer_new): Sink the
23504         tags table if we create it ourself, too.
23505
23506         * gdk/gdktypes.h (enum): Move GDK_RELEASE_MASK, since
23507         it was conflicting with XKB modifiers.
23508
23509         * gtk/gtktextview.[ch]: Add simple support for 
23510         GtkIMContext.
23511
23512 Mon Apr 24 19:34:18 2000  Owen Taylor  <otaylor@redhat.com>
23513
23514         * gtk/gtkentry.c (gtk_entry_move_cursor_visually): Fix problem
23515         with deletion from last commit.
23516
23517 Mon Apr 24 19:29:40 2000  Owen Taylor  <otaylor@redhat.com>
23518
23519         * gtk/gtkwidget.c (gtk_widget_create_pango_context): Set the language
23520         in the context from the current locale.
23521         
23522         * gtk/gtkentry.c (gtk_entry_size_request): Use language from the
23523         context, not hardcoded value.
23524
23525         * gtk/gtkentry.c (gtk_entry_move_cursor): Make character movement visual,
23526         not logical.
23527
23528 Sun Apr 23 23:39:18 2000  Owen Taylor  <otaylor@redhat.com>
23529
23530         * gtk/gtkentry.c gtk/gtktextdisplay.c: Don't handle selections as
23531         attributes - that doesn't handle partial-glyph selection
23532         properly. Instead use new pango_layout_line_get_x_ranges()
23533         functionality to draw the selection.
23534
23535         * gtk/gtkentry.c: Simplify code since pango_layout_line_index_to_x()
23536         now properly handles out-of-range coordinates.
23537
23538         * gtk/gtktextbuffer.c: Emit "mark_set" when the cursor is moved.
23539
23540         * gtk/gtktextiter.h gtk/gtktextiterprivate.h: Make gtk_text_iter_get_line_byte()
23541         public.
23542
23543         * gtk/gtktextlayout.[ch]: Properly set the direction in the PangoContext
23544         for paragraphs opposite to the base direction of the widget.
23545
23546         * gtk/gtktextlayout.[ch] gtk/gtktextdisplay.c: Fixes for alignment.
23547
23548         * gtk/gtktextlayout.c: Don't split segments on marks, since that
23549         causes Arabic words to reshape as you cursor through.
23550
23551         * gtk/gtktextlayout.[ch] gtk/gtktextview.[ch]: Implement virtual
23552         cursor position when moving vertically with the arrow keys and
23553         scrolling with page-up/page-down. (Arrow keys save only the X,
23554         scrolling saves both X and Y.)
23555
23556         This means you can line-up / line-down or page-up / page-down
23557         without losing your place, and also that moving vertically
23558         with the cursor keys keeps the same X position, not the same
23559         character count:
23560
23561         * gtk/gtktextlayout.[ch] gtk/gtktextview.[ch]: Make vertical
23562         arrow keys move by display lines, not paragraphs.
23563
23564 Tue Apr 18 14:16:50 2000  Owen Taylor  <otaylor@redhat.com>
23565
23566         * gtk/gtklayout.c: Make sure that the bin window is at least
23567         as big as the allocation. (Should we also make sure that the
23568         bin window is big enough to completely cover widget->window?)
23569
23570         * gtk/gtktextview.c (gtk_text_view_get_visible_rect): Add
23571         function to get the onscreen rectangle.
23572
23573         * gdk/x11/gdkwindow-x11.c (gdk_window_get_pointer): Correctly account
23574         for offsets in window coordinates.
23575
23576 Sun Apr 16 16:13:27 2000  Owen Taylor  <otaylor@redhat.com>
23577
23578         * gtk/gtkentry.c (gtk_entry_get_cursor_locations): Fix index/offset
23579         confusion.
23580
23581         * gtk/gtktextview.c (gtk_text_view_ensure_layout): Set the default direction
23582         from the widget direction.
23583
23584         * gtk/gtktexttag.c gtk/gtktexttagprivate.h (gtk_text_tag_set_arg): 
23585         Add a "direction" attribute.
23586
23587         * gtk/gtktextview.c: global s/tkxt/text_view/.
23588
23589         * gtk/testtext.c: Added long block of text in Arabic, to test out
23590         the direction attributes. (Some problems with the shaping system
23591         for arabic become obvious - like the fact the cursor splits words
23592         into unjoined pieces.)
23593
23594 Fri Apr 14 12:54:34 2000  Owen Taylor  <otaylor@redhat.com>
23595
23596         * gtk/gtktextdisplay.c (render_layout): Add overstrike handling.
23597
23598         * gtk/gtktextlayout.c: Fix up alignment.
23599
23600         * gtk/testtext.c: Add some tests for centering, wrapping.
23601
23602 Fri Apr 14 09:26:22 2000  Owen Taylor  <otaylor@redhat.com>
23603
23604         * gdk/gdkdrawable.h gdk/gdkdraw.c gdk/gdkwindow.c gdk/x11/gdkdrawable-x11.c:
23605         Add a draw_glyphs() operation to the drawable vtable and gdk_draw_glyphs().
23606         If we wrote GTK+-specific layout-render function this could just replace
23607         the draw_layout() operation in the vtable.
23608
23609         * gtk/gtkentry.c: Move guts of gtk_entry_get_cursor_locations to 
23610         pango_layout_get_cursor_pos() and use that function.
23611
23612         * gtk/gtktextchild.[ch]: add gtk_ onto pixmap_segment_new(), since it
23613         is a non-static symbol.
23614
23615         * gtk/gtktextbtree.[ch]: Replace gtk_text_btree_find_line_data_by_y()
23616         with gtk_text_btree_find_line_by_y()
23617
23618         * gtk/gtktextdisplay.c: Rewrote for Pango - uses a custom layout
23619         renderer that handles GtkTextAppearance attributes.
23620
23621         * gtk/gtktexttag.[ch] gtk/gtktexttagprivate.h: 
23622
23623           - Move the values in the style that don't affect geometry into a
23624             GtkTextAppearance structure.
23625           - Change underline to take a PangoUnderline and "font" a string
23626             representation of a font description
23627           - Add a "font_desc" attribute which takes a FontDescription structure.
23628
23629         * gtk/gtktextlayout.[ch]:
23630
23631           - Get rid of the display-line list per each line. Instead, we
23632             generate, on demand, a GtkTextLineDisplay structure which]
23633             contains a PangoLayout * and other necesary information
23634             (offsets, cursor locations) for displaying a paragraph.
23635           - Get rid of the code to wrap lines, create display chunks,
23636             etc. Instead, we just go through a paragraph and convert
23637             it into the necessary inputs to a PangoLayout.
23638           - Implement a new attribute type, GtkTextAttrAppearance. This
23639             holds a GtkTextAppearance, and is used to pass colors, 
23640             stipple, etc, through from the layout to the display without
23641             having to use lots and lots of individual attributes.
23642           - Reimplement gtk_layout_get_iter_at_pixel() gtk_layout_get_iter_pos()
23643             in terms of PangoLayout functions.
23644         
23645         * gtk/gtktextview.c: 
23646          
23647           - Handle passing the necessary PangoContext to the layout
23648           - Some fixups in painting to deal with the automatic backing store
23649             and offsetting of GTK+-1.4
23650           - Add a style_set handler so that the default style reacts
23651             properly to theme changes.
23652         
23653         * gtk/gtktext?*.[ch]: Random code-style fixes.
23654
23655         * gtk/testtext.c: Substitute in languages that Pango handles now for Thai
23656
23657 Mon Apr 10 10:33:45 2000  Owen Taylor  <otaylor@redhat.com>
23658
23659         * gtk/gtktext?*.[ch]: Check in Havoc's port of the Tk text widget,
23660         in original form preparatory to Pango-ization and gdkimcontext-ization.
23661
23662 Thu Apr  6 19:25:39 2000  Owen Taylor  <otaylor@redhat.com>
23663
23664         * gtk/gtkimcontext.c: Move default implementations to real_* vfuncs,
23665         so that we can derive from gtkimcontext in language bindings properly.
23666
23667 Thu Apr  6 16:02:52 2000  Owen Taylor  <otaylor@redhat.com>
23668
23669         * gtk/gtkimcontextsimple.[ch]: Use gdk_keyval_to_unicode to gdk_unicode_to_keyval.
23670         Add a compose table including (almost) all the compose combinations
23671         from X. This is 6k of static, shared data as opposed to 50k or so of dynamic
23672         data in the XIM implementation.
23673
23674         * gdk/gdk.h gdk/gdkkeyuni.c gdk/win32/gdkevents-win32.c (gdk_keyval_to_unicode, gdk_unicode_to_keyval):
23675         Moved functions to convert keyvalues from and to unicode here from
23676         the win32 port and made them public.
23677
23678 Wed Apr  5 16:37:29 2000  Owen Taylor  <otaylor@redhat.com>
23679
23680         * gtk/gtkeditable.c (gtk_editable_insert_text): Allow new_text_length == -1.
23681
23682 Wed Apr  5 16:27:45 2000  Owen Taylor  <otaylor@redhat.com>
23683
23684         * gtk/gtkimcontext.[ch]: Base class for new input context system
23685
23686         * gtk/gtkimmulticontext.[ch]: Proxy input context that allows
23687         the real input context implementation to be loaded from modules
23688         and switched on the fly.
23689
23690         * gtk/gtkcontextsimple.[ch]: Simple implementation of an input
23691         context that just does direct keysymbol => unicode translation.
23692
23693         * gtk/gtkentry.[ch]: Start switching editing over to using
23694         GtkInputContext. (No handling of preedit yet.)
23695
23696 Wed Apr  5 15:48:41 2000  Owen Taylor  <otaylor@redhat.com>
23697
23698         * gtk/gtktypeutils.h (GTK_CHECK_GET_CLASS): Fix problem with one too
23699         many substitutions. (klass should not be subsituted.)
23700
23701 Wed Apr  5 00:18:14 2000  Owen Taylor  <otaylor@redhat.com>
23702
23703         * configure.in: Add checks for Pango
23704
23705         * configure.in docs/Makefile.am: Add test for sgml2html
23706         and allow 'make dist' without building html, but print out
23707         warnings in that case. (For making snapshots)
23708
23709         * gdk/Makefile.am gdk/x11/Makefile.am gtk/Makefile.am:
23710         Add Pango libraries and C flags
23711
23712         * gdk/gdkdraw.c gdk/gdkdrawable.h gdkwindow.c gdk/x11/gdkdrawable-x11.c:
23713         Add function (gdk_draw_layout) to draw a pango layout.
23714
23715         * gdk/gdkpango.h gdk/x11/gdkpango-x11.c: New file with functions
23716         for getting Pango contexts for GDK.
23717
23718         * gtk/gtkeditable.c: Get rid of dead code gtk_editable_parent_set()
23719
23720         * gtk/gtkentry.[ch]: Complete rewrite to use Pango, add bidirectional
23721         editing.
23722
23723         * gtk/gtkentry.c: Hack in simple Hebrew input with direct
23724         keysym => unicode translations. More languages can be added
23725         here, but real input-method support is needed.
23726
23727         * docs/Changes-1.4.txt: Added note about entry behavior.
23728         
23729         * gtk/gtkenums.h gtk/gtkwidget.[ch] testgtk.c gtkprivate.h: Add functions
23730         to set the reading direction for a widget and the global direction.
23731         Add test which allows toggling the global direction. Two private
23732         flags are used to store the direction. (GTK_DIRECTION_SET + GTK_DIRECTION_LTR)
23733
23734         * gtk/gtkcheckbutton.c gtk/gtkframe.c gtk/gtkhbbox.c gtk/gtkhbox.c
23735           gtk/gtkradiobutton.c gtk/gtkspinbutton.c gtk/gtktable.c 
23736
23737         * gtk/gtk[hv]scale.c gtk/gtkscale.[ch]: Draw numbers using Pango
23738
23739         * gtk/gtklabel.[ch]: Moved to Pango and considerably rewritten. Line breaking,
23740         underlining now handled by Pango.
23741
23742         * gtk/gtkstyle.[ch] gtk/gtkrc.[ch]: Add a PangoFontDescription
23743         to RCStyle and Style. (Having both this and the old font name and GdkFont 
23744         is temporary.)
23745
23746         * gtk/gtkwidget.[ch] (gtk_widget_create_pango_{context,layout}): Added 
23747         convenience functions for creating contexts and layouts for widgets.
23748
23749         * gtk/testgtk.c: Enhance label tests with multilingual labels.
23750
23751 2000-05-29  Jonathan Blandford  <jrb@redhat.com>
23752
23753         * gtk/gtkclist.c (gtk_clist_column_titles_active): let you set the
23754         titles to be active, even if they aren't visible.
23755         (gtk_clist_column_titles_passive):  Ditto.
23756
23757 2000-05-21  Nils Barth  <nils_barth@post.harvard.edu>
23758
23759         * gtkmenu.c:
23760         * gtkmenu.h:
23761         * gtktypeutils.h: Spelling/grammar fixes in comments.
23762
23763 Tue May 23 12:25:07 CEST 2000 lupus <lupus@debian.org>
23764
23765         * gdk/nanox/*.h: add missing header files.
23766
23767 Fri May 19 11:52:59 2000  Tim Janik  <timj@gtk.org>
23768
23769         * gtk/gtkdrawingarea.c (gtk_drawing_area_send_configure): set
23770         send_event to TRUE.
23771         (gtk_drawing_area_size): queue a resize.
23772
23773 Sun Mar 26 03:21:28 2000  Tim Janik  <timj@gtk.org>
23774
23775         * gtk/gtksignal.c (gtk_signal_handlers_destroy): when unref-ing
23776         the handlers, also invalidate them. bug nailed down by Karl Nelson
23777         <kenelson@ece.ucdavis.edu>.
23778
23779 Fri May 19 06:49:23 2000  Tim Janik  <timj@gtk.org>
23780
23781         * gtk/gtkfontsel.c (gtk_font_selection_get_font_name): handle
23782         "(nil)" foundries, patch from Grigorios Magklis.
23783
23784         * gtk/gtkfontsel.c (gtk_font_selection_load_font): don't crash
23785         on non-available fonts, based on a patch by Grigorios Magklis
23786         <maglis@cs.rochester.edu>.
23787
23788 2000-05-18  Elliot Lee  <sopwith@redhat.com>
23789
23790         * gdk/x11/gdkregion-generic.c: If a region does not have any
23791         rectangles, or if the specified rectangle is not in the region, then return GDK_OVERLAP_RECTANGLE_OUT
23792         instead of GDK_OVERLAP_RECTANGLE_IN.
23793
23794 2000-05-17  Jonathan Blandford  <jrb@redhat.com>
23795
23796         * gtk/gtklayout.c (gtk_layout_map): Remove references to
23797         OFFSCREEN, as it is no longer necessary.
23798
23799 Wed May 17 10:52:12 2000  Owen Taylor  <otaylor@redhat.com>
23800
23801         * gtk/gtkcolorsel.c: Patch from David Santiago
23802         <mrcooger@cyberverse.com> to change things so that the 
23803         indicator of the active palette entry is done independently,
23804         not via the focus, since it should always be visible.
23805
23806 2000-05-17  Tor Lillqvist  <tml@iki.fi>
23807
23808         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Plug same
23809         refcount leaks as in the X11 backend.
23810
23811         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_values): Logging
23812         cosmetics.
23813
23814         * gdk/win32/gdkwindow-win32.c: Similar changes as in X11
23815         backend. Add _gdk_windowing_window_destroy().
23816
23817         * gtk/gtkcolorsel.c: Include correct backend-specific header.
23818         Don't use XColor unless on X11. (No GDK_VISUAL_STATIC_COLOR
23819         either, but these probably do exist on nanox?)
23820         
23821         * gtk/gtkhsv.c: Use G_PI (fresh from <glib.h>) instead of M_PI
23822         which isn't necessarily defined by <math.h>.
23823
23824         * gtk/gtkobject.c (gtk_object_init): Don't go up the class
23825         ancestry past GtkObject.
23826
23827         * gtk/gtktypeutils.h: Mark GTK_TYPE_IDENTIFIER for export/import
23828         from DLL on Win32.
23829
23830         * gtk/gtk.def: Update corresponding to recent changes.
23831
23832         * gtk/makefile.{cygwin,msc}: Updates.
23833
23834 Fri May 12 18:46:51 2000  Owen Taylor  <otaylor@redhat.com>
23835
23836         * docs/Changes-1.4.txt: A bit of editing.
23837
23838         * gdk/gdkwindow.c (_gdk_window_clear_update_area) 
23839         * gdk/x11/gdkwindow-x11.c (gdk_window_hide): Add a function
23840         to clear the update area for the window, and clear it
23841         when hiding a window.
23842
23843         * gdk/gdkwindow.c (gdk_window_begin_paint_region): Ignore
23844         if window destroyed.
23845
23846         * gdk/gdkwindow.c (gdk_window_end_paint): Likewise.
23847
23848         * gdk/gdkwindow.c gdk/x11/gdkwindow-x11.c gdk/gdkinternals.h: Move 
23849         gdk_window_destroy() to the generic code, since there was a lot of 
23850         window-system-independent logic it in. Add a function:
23851         
23852          _gdk_window_destroy() 
23853
23854         to the internal API to destroy a window without unreferencing it.
23855         Add a function:
23856
23857          _gdk_windowing_window_destroy()
23858
23859         That does the windowing-system-dependent part of destroying 
23860         the window.
23861
23862 Fri May 12 11:07:41 2000  Owen Taylor  <otaylor@redhat.com>
23863
23864         * gtk/testgtk.c: Fix various memory leaks of pixmaps.
23865
23866 Fri May 12 11:06:10 2000  Owen Taylor  <otaylor@redhat.com>
23867
23868         * gtk/gtkwidget.c docs/Changes-1.4.txt (gtk_widget_shape_combine_mask): 
23869         Make gtk_widget_shape_combine_mask() keep a reference count on
23870         the pixmap since it keeps it around.
23871
23872 Fri May 12 10:53:29 2000  Owen Taylor  <otaylor@redhat.com>
23873
23874         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Fix refcount
23875         leak.
23876
23877         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Fix refcount
23878         leak with event filters.
23879
23880 Thu May 11 14:29:44 2000  Owen Taylor  <otaylor@redhat.com>
23881
23882         * gtk/gtkdnd.c (gtk_drag_dest_set_internal): Remove the
23883         signal handlers with the right data arguments. (Fixes
23884         some warnings when a widget was repeatedly set as a drag
23885         destination.)
23886
23887         * gdk/x11/gdkdnd-x11.c (gdk_window_register_dnd): Set data on the
23888         window so we can avoid avoid setting the DND properties on the
23889         toplevel window repeatedly.
23890
23891 2000-05-13  Tor Lillqvist  <tml@iki.fi>
23892
23893         * gdk/win32/gdkwin32.h: Define more message types missing from
23894         mingw headers.
23895
23896         * gdk/win32/gdkevents-win32.c (gdk_event_translate): On WM_DESTROY
23897         call gdk_window_destroy_notify(). It was never called. This
23898         probably meant that the GdkWindow was never freed. Thanks Owen for
23899         noticing (!).
23900
23901         * gdk/win32/gdkwindow-win32.c (gdk_window_internal_destroy): Mark
23902         window as destroyed before calling DestroyWindow(). DestroyWindow()
23903         causes a call to the window procedure (gdk_WindowProc), which
23904         calls gdk_event_translate(), which calls
23905         gdk_window_destroy_notify(), which gets confused unless the window
23906         is set as destroyed.
23907
23908         * gdk/win32/gdkcolor-win32.c (gdk_win32_color_to_string): Rename
23909         this function to indicate it's win32 only. Put inside #ifdef
23910         G_ENABLE_DEBUG.
23911
23912         * gdk/win32/gdkevents-win32.c (gdk_win32_message_name): New
23913         debugging function. (gdk_event_translate:) Add a default branch
23914         that uses the above function to print debug messages with all
23915         Windows messages symbolically.
23916
23917         * gdk/win32/gdkprivate-win32.h: Declare it, and
23918         gdk_win32_color_to_string, but only if G_ENABLE_DEBUG.
23919
23920 Fri May 12 20:07:32 2000  Tim Janik  <timj@gtk.org>
23921
23922         * gtk/gtkcolorseldialog.c: don't include gtk/gtkintl.h in a
23923         public header file.
23924
23925 Fri May 12 17:13:32 2000  Tim Janik  <timj@gtk.org>
23926
23927         * docs/Changes-1.4.txt: documented necessary changes for 1.4 transition.
23928
23929         * gtk/gtktext.c: made the adjustments no-construct args, simply
23930         provide default adjustments.
23931         (gtk_text_destroy): release adjustments.
23932
23933         * gtk/gtkprogressbar.c (gtk_progress_bar_class_init): made the
23934         adjustment argument non-construct.
23935
23936         * gtk/gtkprogress.c (gtk_progress_destroy): release adjustment here,
23937         instead of in finalize.
23938         (gtk_progress_get_text_from_value): 
23939         (gtk_progress_get_current_text): 
23940         (gtk_progress_set_value): 
23941         (gtk_progress_get_percentage_from_value): 
23942         (gtk_progress_get_current_percentage): 
23943         (gtk_progress_set_percentage): 
23944         (gtk_progress_configure): ensure an adjustment is present.
23945
23946 Thu May 11 01:24:08 2000  Tim Janik  <timj@gtk.org>
23947
23948         * gtk/gtkcolorsel.[hc]:
23949         * gtk/gtkcolorseldialog.[hc]:
23950         * gtk/gtkhsv.[hc]: major code cleanups, destroy handlers need to chain
23951         their parent implementation, use bit fields for boolean values, don't
23952         create unused widgets, usage of glib types, braces go on their own
23953         lines, function argument alignment, #include directives etc. etc. etc..
23954
23955         * gtk/Makefile.am (gtk_public_h_sources): install gtkhsv.h.
23956
23957 Wed May 10 23:29:52 2000  Tim Janik  <timj@gtk.org>
23958
23959         * gtk/gtktoolbar.c (gtk_toolbar_destroy): don't unref a NULL tooltips.
23960
23961         * gtk/gtkfilesel.c (gtk_file_selection_destroy): don't free a cmpl_state
23962         of NULL.
23963
23964         * gtk/gtkcombo.c (gtk_combo_item_destroy): don't keep references
23965         to freed data.
23966         (gtk_combo_destroy): don't keep a pointer to a destroyed window.
23967
23968         * gtk/gtkmenu.c (gtk_menu_init): reset the menu's toplevel pointer
23969         to NULL when the toplevel is getting destroyed.
23970         (gtk_menu_set_tearoff_state): same here for the tearoff_window.
23971         (gtk_menu_destroy): 
23972         (gtk_menu_init): store the information of whether we have to
23973         readd the initial child ref_count during destruction in a new
23974         GtkMenu field needs_destruction_ref_count.
23975
23976         * gtk/gtkviewport.c: SHAME! ok this one is tricky, so i note it
23977         here, those reading: learn from my mistake! ;)
23978         in order for set_?adjustment to support a default adjustemnt if
23979         invoked with an adjustment pointer of NULL, the code read (pseudo):
23980         if (v->adjustment) unref (v->adjustment);
23981         if (!adjustment) adjustment = adjustment_new ();
23982         if (v->adjustment != adjustment) v->adjustment = ref (adjustment);
23983         now imagine the first unref to actually free the old adjustment and
23984         adjustment_new() creating a new adjustment from the very same memory
23985         portion. here, the latter comparision will unintendedly fail, and
23986         all hell breaks loose.
23987         (gtk_viewport_set_hadjustment):
23988         (gtk_viewport_set_vadjustment): reset viewport->?adjustment to NULL
23989         after unreferencing it.
23990
23991         * gtk/gtkcontainer.[hc]: removed toplevel registration
23992         functions: gtk_container_register_toplevel(),
23993         gtk_container_unregister_toplevel() and
23994         gtk_container_get_toplevels() which had wrong semantics
23995         anyways: it didn't reference and copy the list.
23996
23997         * gtk/gtkwindow.c: we take over the container toplevel registration
23998         bussiness now. windows are registered across multiple destructions,
23999         untill they are finalized. the initial implicit reference count
24000         users are holding on windows is removed with the first destruction
24001         though.
24002         (gtk_window_init): ref & sink and set has_user_ref_count, got
24003         rid of gtk_container_register_toplevel() call. add window to
24004         toplevel_list.
24005         (gtk_window_destroy): unref the window if has_user_ref_count
24006         is still set, got rid of call to
24007         gtk_container_unregister_toplevel().
24008         (gtk_window_finalize): remove window from toplevel list.
24009         (gtk_window_list_toplevels): new function to return a newly
24010         created list with referenced toplevels.
24011         (gtk_window_read_rcfiles): use gtk_window_list_toplevels().
24012
24013         * gtk/gtkhscale.c (gtk_hscale_class_init): made the GtkRange
24014         adjustment a non-construct arg.
24015         * gtk/gtkvscale.c (gtk_vscale_class_init): likewise.
24016         * gtk/gtkhscrollbar.c (gtk_vscrollbar_class_init): likewise.
24017         * gtk/gtkvscrollbar.c (gtk_vscrollbar_class_init): likewise.
24018
24019         * gtk/gtkrange.c: added some realized checks.
24020         (gtk_range_destroy): get rid of the h/v adjustments in the
24021         destroy handler instead of finalize. remove timer.
24022         (gtk_range_get_adjustment): demand create adjustment.
24023
24024         * gtk/gtkviewport.c: made h/v adjustment non-construct args.
24025         we simply create them on demand now and get rid of them in
24026         the destroy handler.
24027         (gtk_viewport_destroy): get rid of the h/v adjustments in the
24028         destroy handler instead of finalize.
24029         (gtk_viewport_get_hadjustment): 
24030         (gtk_viewport_get_vadjustment): 
24031         (gtk_viewport_size_allocate): demand create h/v adjustment
24032         if required.
24033
24034         * gtk/gtkwidget.c (gtk_widget_finalize): duplicate part of the
24035         gtk_widget_real_destroy () functionality.
24036         (gtk_widget_real_destroy): reinitialize with a new style, instead
24037         of setting widget->style to NULL.
24038
24039 Fri May  5 13:02:09 2000  Tim Janik  <timj@gtk.org>
24040
24041         * gtk/gtkcalendar.c:
24042         * gtk/gtkbutton.c: ported _get_type() implementation over to
24043         GType, either to preserve memchunks allocation facilities,
24044         or because Gtk+ 1.0 GtkTypeInfo was still being used.
24045
24046         * gtk/gtkobject.[hc]: derive from GObject. ported various functions
24047         over. prepare for ::destroy to be emitted multiple times.
24048         removed reference tracer magic. chain into GObjectClass.shutdown()
24049         to emit ::destroy signal.
24050
24051         * gtk/gtksignal.c: removed assumptions about GTK_TYPE_OBJECT being
24052         fundamental.
24053
24054         * gtk/gtkmain.c: removed gtk_object_post_arg_parsing_init()
24055         cludge.
24056
24057         * gtk/gtksocket.c:
24058         * gtk/gtkplug.c:
24059         * gtk/gtklayout.c:
24060         * gtk/gtklabel.c:
24061         * gtk/gtkargcollector.c:
24062         * gtk/gtkarg.c: various fixups to work with GTK_TYPE_OBJECT
24063         not being a fundamental anymore, and to work with the new
24064         type system (nuked fundamental type varargs clutter).
24065
24066         * gtk/*.c: install finalize handlers in the GObjectClass
24067         part of the class structure.
24068         changed direct GTK_OBJECT()->klass accesses to
24069         GTK_*_GET_CLASS().
24070         changed direct object_class->type accesses to GTK_CLASS_TYPE().
24071
24072         * gtktypeutils.[hc]: use the reserved fundamental ids provided by
24073         GType. made most of the GTK_*() type macros and Gtk* typedefs
24074         simple wrappers around macros and types provided by GType.
24075         most notably, a significant portion of the old API vanished:
24076         GTK_TYPE_MAKE(),
24077         GTK_TYPE_SEQNO(),
24078         GTK_TYPE_FLAT_FIRST, GTK_TYPE_FLAT_LAST,
24079         GTK_TYPE_STRUCTURED_FIRST, GTK_TYPE_STRUCTURED_LAST,
24080         GTK_TYPE_ARGS,
24081         GTK_TYPE_CALLBACK,
24082         GTK_TYPE_C_CALLBACK,
24083         GTK_TYPE_FOREIGN,
24084         GtkTypeQuery,
24085         gtk_type_query(),
24086         gtk_type_set_varargs_type(),
24087         gtk_type_get_varargs_type(),
24088         gtk_type_check_object_cast(),
24089         gtk_type_check_class_cast(),
24090         gtk_type_describe_tree(),
24091         gtk_type_describe_heritage(),
24092         gtk_type_free(),
24093         gtk_type_children_types(),
24094         gtk_type_set_chunk_alloc(),
24095         gtk_type_register_enum(),
24096         gtk_type_register_flags(),
24097         gtk_type_parent_class().
24098         replacements, where available are described in ../docs/Changes-1.4.txt.
24099         implemented compatibility functions for the remaining API.
24100
24101         * configure.in: depend on glib 1.3.1, use gobject module.
24102
24103 Thu May 11 12:39:50 2000  Owen Taylor  <otaylor@redhat.com>
24104
24105         * TODO.xml: Various updates to current status.
24106
24107 Wed May 10 20:25:04 2000  Owen Taylor  <otaylor@redhat.com>
24108
24109         * gtk.m4: Print out version when test succeeds.
24110
24111 Wed May 10 16:38:17 2000  Owen Taylor  <otaylor@redhat.com>
24112
24113         * gtk/Makefile.am docs/Changes-1.4.txt gtk/gtkcolorsel.[ch]
24114         gtk/gtkhsv.[ch]: Color selection dialog rewrite.
24115         
24116         (Original triangle color selector from Simon Budig
24117         <Simon.Budig@unix-ag.org>, Cleaned up and rewritten for GTK+ by
24118         from Jonathan, Havoc, and Federico. Merge into GTK+ done by David
24119         Santiago <mrcooger@cyberverse.com>)
24120
24121         * gtk/gtkcolorseldialog.[ch]: Split color selection dialog
24122         out into a separate widget.
24123
24124         * gtk/testgtk.c: Add some checkbuttons for toggling palette
24125         and opacity controls.
24126
24127 Wed May 10 16:08:09 2000  Owen Taylor  <otaylor@redhat.com>
24128
24129         * configure.in (GTK_LIBS_EXTRA): Remove references to gobject that 
24130         snuck in prematurely.
24131
24132 2000-05-07  Tor Lillqvist  <tml@iki.fi>
24133
24134         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Fix typo. I
24135         had deleted a ! operator by mistake, which caused
24136         GDK_SELECTION_CLEAR events never to be generated, which caused
24137         only the first copy to the clipboard from an gtkeditable to
24138         actually cause a copy to the Windows clipboard.
24139
24140 2000-05-06  Tor Lillqvist  <tml@iki.fi>
24141
24142         * gdk/win32/gdkdnd-win32.c: Enable shortcut resolution for gcc
24143         compilation, too. Current mingw gcc distributions include the
24144         necessary headers. Also the necessary IIDs are now in mingw
24145         headers/libraries, and own definitions unnecessary.
24146
24147         More hacking on OLE2 DND, still doesn't work though, and thus
24148         ifdeffed out.
24149
24150         * gdk/win32/gdkwindow-win32.c: Remove gdk_window_clear() from
24151         here, too.
24152
24153 Sat,  6 May 2000 13:31:34 +0200 Paolo Molaro <lupus@linuxcare.com>
24154
24155         * gdk/nanox/*: nano-X port work in progress.
24156         * gdk/simple.c: simple test for Gdk.
24157         * README.nanox: notes about the port: read this first!
24158         * gtk/gtk{dnd,plug,selection,window}.c: minimal changes to make gtk compile
24159         with nano-X.
24160
24161 Fri May  5 11:18:47 2000  Owen Taylor  <otaylor@redhat.com>
24162
24163         * gdk/gdkwindow.c gdk/x11/gdkwindow-x11.c (gdk_window_clear): Move
24164         gdk_window_clear() into common code, implement in terms of
24165         gdk_window_clear_area(). (Fixes bug where gdk_window_clear() was
24166         not redirected to the backing rectangle.
24167
24168 Wed Apr 26 01:53:23 2000  Owen Taylor  <otaylor@redhat.com>
24169
24170         * gtk/Makefile.am (EXTRA_DIST): Add OLD_STAMP into 
24171         EXTRA_DIST. It does not work well when the file that
24172         everything depends on is not in the tarball.
24173
24174 Tue Apr 25 22:20:41 2000  Owen Taylor  <otaylor@redhat.com>
24175
24176         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Fix error
24177         with recursion where process_updates() is called from
24178         an expose handler. (GtkTextView is highly broken in
24179         doing this, but it should work, so it is a nice test
24180         case.)
24181
24182 Sun Apr 23 23:39:18 2000  Owen Taylor  <otaylor@redhat.com>
24183
24184         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Gracefully
24185         handle the case where updates are queued during processing of
24186         updates.
24187
24188 Tue Apr 18 14:16:50 2000  Owen Taylor  <otaylor@redhat.com>
24189
24190         * gdk/x11/gdkwindow-x11.c (gdk_window_foreign_new): We already assume
24191         window is on gdk_display - use that instead of segfaulting.
24192
24193 Thu May  4 02:04:46 2000  Tim Janik  <timj@gtk.org>
24194
24195         * configure.in (STRIP_DUMMY): some Make 3.79 $(strip ) versions are
24196         broken and require an empty arg, give it to them.
24197
24198 Fri Apr 28 19:34:32 2000  Tim Janik  <timj@gtk.org>
24199
24200         * gtk/gtklabel.h: indentation fixes.
24201
24202 2000-05-02  Tor Lillqvist  <tml@iki.fi>
24203
24204         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_arc): Don't try to
24205         draw too narrow or too low arcs, they seem to fail, at least with
24206         some display drivers.
24207
24208         * gdk/gdk.c (gdk_init_check): Use G_DIR_SEPARATOR.
24209
24210         Large changes to the Win32 backend, partially made necessary by
24211         the changes to the backend-independent internal
24212         structures. Attempts to implement similar backing store stuff as
24213         on X11. The current (CVS) version of the Win32 backend is *not* as
24214         stable as it was before the no-flicker branch was merged. A
24215         zipfile with that version is available from
24216         http://www.gimp.org/win32/. That should be use by "production"
24217         code until this CVS version is usable. (But note, the Win32
24218         backend has never been claimed to be "production quality".)
24219
24220         * README.win32: Add the above comment about versions.
24221
24222         * gdk/gdkwindow.c: Don't use backing store for now on Win32.
24223
24224         * gdk/gdk.def: Update.
24225
24226         * gdk/gdkfont.h: Declare temporary Win32-only functions. Will
24227         presumably be replaced by some more better mechanism as 1.4 gets
24228         closer to release shape.
24229
24230         * gdk/makefile.{cygwin,msc}: Update.
24231
24232         * gdk/win32/*.c: Correct inclusions of the backend-specific and
24233         internal headers. Change code according to changes in these. Use
24234         gdk_drawable_*, not gdk_window_* where necessary.
24235
24236         * gdk/win32/gdkdnd-win32.c: Use MISC selector for GDK_NOTE, not
24237         our old DND.
24238
24239         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_text): Don't try
24240         to interpret single characters as UTF-8. Thanks to Hans Breuer.
24241         Use correct function name in warning messages.
24242
24243         * gdk/win32/gdkevents-win32.c: Use correct parameter lists for the
24244         GSourceFuncs gdk_event_prepare and gdk_event_check.
24245         (gdk_event_get_graphics_expose): Do implement, use
24246         PeekMessage. Thanks to Hans Breuer.
24247         (event_mask_string): Debugging function to print an GdkEventMask.
24248         (gdk_pointer_grab): Use it.
24249
24250         * gdk/win32/gdkfont-win32.c: The Unicode subrange that the
24251         (old) book I used claimed was Hangul actually is CJK Unified
24252         Ideographs Extension A. Also, Hangul Syllables were missing.
24253         Improve logging.
24254
24255         * gdk/win32/gdkgc-win32.c: Largish changes.
24256
24257         * gdk/win32/gdkim-win32.c (gdk_set_locale): Use
24258         g_win32_getlocale() from GLib, and not setlocale() to get current
24259         locale name.
24260
24261         * gdk/win32/gdkprivate-win32.h
24262         * gdk/win32/gdkwin32.h: Move stuff from gdkprivate-win32.h to
24263         gdkwin32.h, similarily as in the X11 backend.
24264
24265         * gdk/win32/gdkwindow-win32.c (gdk_propagate_shapes): Bugfix,
24266         assignment was used instead of equals in if test. Thanks to Hans
24267         Breuer.
24268
24269         * gdk/win32/gdkgeometry-win32.c: New file, just a quick hack of
24270         the X11 version.
24271
24272         * gdk/win32/makefile.{cygwin,msc}
24273         * gtk/makefile.{cygwin,msc}: Updates. Better kludge to get the
24274         path to the Win32 headers that works also with the mingw compiler.
24275
24276         * gtk/gtkstyle.c: Include <string.h>.
24277
24278 2000-04-26  Havoc Pennington  <hp@redhat.com>
24279
24280         * gtk/gtklabel.c (gtk_label_get_text): Add this function,
24281         replacing the broken gtk_label_get ()
24282
24283 2000-04-15  Havoc Pennington  <hp@pobox.com>
24284
24285         * gdk/gdkdnd.h: clean up enum format, remove extra comma, 
24286         this keeps scanner scripts from getting confused.
24287
24288         * gdk/gdkdraw.c (gdk_drawable_get_data): This should return the
24289         data, rather than void
24290
24291 2000-04-15  Tor Lillqvist  <tml@iki.fi>
24292
24293         * gtk/gtkclist.c (gtk_clist_motion)
24294         * gtk/gtklist.c (gtk_list_motion_notify): If we get a motion event
24295         with is_hint FALSE, get x and y from the event. They used to be
24296         used uninitialised. The Win32 backend never sends motion events
24297         marked as hints. This for instance fixes the annoying file and
24298         font selector behaviour in the Win32 version.
24299
24300 2000-04-14  Tor Lillqvist  <tml@iki.fi>
24301
24302         * gtk/gtksignal.c: (Win32:) Export the gtk_private_signals and
24303         gtk_private_n_signals variables, they are used by some software,
24304         sigh.
24305
24306         * gtk/gtkrc.c (get_gtk_sysconf_directory): (Win32:) Fetch the
24307         installation directory from the Registry, where the installer
24308         should have put it.
24309
24310 Fri Apr  7 17:19:27 2000  Owen Taylor  <otaylor@redhat.com>
24311
24312         * gdk/x11/Makefile.am: Fix problem with installation directory for
24313         gdkx.h
24314
24315         * gtk/gtkmenuitem.c gtk/gtkmenushell.c: Patch from David Santiago
24316         <mrcooger@cyberverse.com> so that when selecting menus with the
24317         mouse, the first item will not be selected, but when selecting
24318         with an accelerator, or navigating left-right on a menubar with
24319         the menus popped up, the first item will be selected.
24320
24321 2000-04-05  Dan Damian  <dand@dnttm.ro>
24322
24323         * configure.in: Added "ro" to ALL_LINGUAS.
24324
24325 Wed Apr  5 00:08:36 2000  Owen Taylor  <otaylor@redhat.com>
24326
24327         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_new): Fix screwy
24328         indentation.
24329
24330         * Makefile.am (EXTRA_DIST): Fix typo.
24331
24332         * gdk[/x11]/Makefile.am (INCLUDES): Add $(top_builddir)/gdk
24333         to catch gdkconfig.h
24334
24335         * gtk/gtkitemfactory.c: Added FIXME.
24336
24337 2000-03-30  Jonathan Blandford  <jrb@redhat.com>
24338
24339         * gtk/gtkpaned.c (gtk_paned_get_position): oops.
24340         s/return_if_fail/return_val_if_fail/g and add a return value.
24341
24342 Mon Mar 27 20:56:14 2000  Owen Taylor  <otaylor@redhat.com>
24343
24344         * gtk/gtkwidget.c (gtk_widget_queue_clear_area): Fix up 
24345         merge slipup.
24346
24347         * gdk/gdkinput.h: Fix missing line from merge.
24348
24349 Mon Mar 27 20:39:49 2000  Owen Taylor  <otaylor@redhat.com>
24350
24351         * gdk/gdkcolor.c cursor.c gdkdraw.c gdkfont.c: Include gdkinternals.h
24352         instead of gdkprivate.h.
24353
24354 Sun Mar 12 15:19:24 2000  Owen Taylor  <otaylor@redhat.com>
24355
24356         * gtk/gtkinputdialog.h (struct _GtkInputDialogClass): Fix
24357         parent class to correctly be GtkDialogClass.
24358
24359 Thu Feb 24 23:58:21 2000  Owen Taylor  <otaylor@redhat.com>
24360
24361         * gdk/x11/gdkgeometry-x11.c: Don't worry about clipping of
24362         toplevel windows and their immediate children by their parents,
24363         since the size of toplevel windows is out of our immediate
24364         control and we don't get any real benefit from trying to track
24365         this size for clipping.
24366
24367         * gdk/gdkprivate.h (struct _GdkWindowPrivate) gdk/x11/gdkwindow-x11.c : Add a flag
24368         for input_only windows.
24369
24370         * gdk/gdkwindow.c gdk/x11/gdkgeometry-x11.c: Use the above flag
24371         to fix some hacks and make sure that we don't try to set the
24372         background of input only windows.
24373
24374 Thu Feb 24 18:11:46 2000  Owen Taylor  <otaylor@redhat.com>
24375
24376         * gdk/gdkinternals.h gdk/gdkprivate.h gdk/Makefile.am: Add a header file for
24377         the _really_ internal stuff, and leave gdkprivate.h for the fake private
24378         stuff that we've traditionally exposed.
24379
24380         * gdk/**.c: Use gdkinternals.h where appropriate.
24381
24382         * gdk/x11/gdkx.h gdk/x11/gdkprivate-x11.h gdk/x11/*.c: Make gdkx.h
24383         not include gdkprivate-x11.h, move all stuff of conceivable public
24384         interest into gdkx.h; keep all really private stuff in
24385         uninstalled header gdkprivate-x11.h.
24386
24387         * gdk/gdkdraw.c gdk/gdkwindow.c gdk/gdkinternals: Redirect all calls to
24388         image->image_put on windows through a new function _gdk_window_draw_image()
24389         to allow us to do backing store for images. (Sort of ugly)
24390
24391         * gdk/gdkgc.c gdk/gdkprivate.h: Cache the ts and clip origins for graphics
24392         contexts locally so that we can offset them properly when drawing 
24393         onto backing pixmaps.
24394
24395         * gdk/gdkinput.h: Reindented
24396
24397         * gdk/gdkprivate.h gdk/x11/gdkwindow-x11.c: Store the background
24398         pixmap or color for the window, so we can properly initialize
24399         our double-buffer pixmaps, and also so that we temporarily set
24400         a background of None while scrolling.
24401
24402         * gdk/gdkregion.h: Revise region boolean operators to have an
24403         interface that is actually convenient - switch from creating new
24404         regions on every op, to "methods" that modify existing regions
24405         (A = A OP B). 3 argument forms which allow dest == src, would also
24406         be possible, but the current interfaces seem to map nicely
24407         onto what needs to be done. (There is quite a lot of region
24408         code in GDK now.)
24409
24410         * gdk/gdkregion.h: Add constructor from rectangle and a copy
24411         operator.
24412
24413         * gdk/x11/{gdkregion-generic.[ch],gdkpolyreg-generic.c,
24414         gdkpoly-generic.h: Copy region code from Xlib, switch it over
24415         to 32 bit coordinates, modify it to be mostly GTK+ style
24416         and to have interfaces that match gdkregion.h.
24417
24418         * gdk/gdkwindow.c gdk/gdkprivate.h: Add facility for
24419         double-buffered drawing. gdk_window_begin_paint_{rect,region}()
24420         create a backing pixmap and redirect all drawing to
24421         that backing pixmap until a matching gdk_window_end_paint().
24422
24423         * gdk/gdkwindow.[ch] gdk/gdkinternals.h gdk/x11/gdkdrawable-x11.c:
24424         Create a special drawable class for GtkWindow's that 
24425         redirects the drawing to the backing pixmap as necessary
24426         and then calls the real operations in _gdk_windowing_window_class.
24427
24428         * gdk/gdkprivate.h gdk/gdkwindow.[ch] gdk/x11/gdkevents-x11.c:
24429         Store invalid region for each window. Generate expose events for invalid
24430         region in an idle. This replaces both the expose compression
24431         and the redrawing queuing in GTK+. It is both more efficient and
24432         simpler than either one individually and far more so then the
24433         combination.
24434
24435         * gdk/x11/gdkgeometry.c gdk/x11/gdkwindow.c gdk/x11/gdkprivate-x11.h:
24436         Emulate 32 bit coordinates for windows with 16 bit coordinates
24437         by offsetting drawing, guffaw scrolling techniques and
24438         mapping/unmapping child windows as necessary.
24439
24440         * gdk/gdkwindow.[ch] gdk/x11/gdkgeometry.c: Add anti-exposes,
24441         where, when invalid regions are processed, the region is stored,
24442         and if expose events come in that are detectably duplicate
24443         the processed exposes (by comparison of event serial numbers),
24444         the stored region is subtracted out of those exposes.
24445
24446         * gdk/x11/gdkgeometry.c: Temporarily unset backing pixmaps of
24447         regions newly exposed when scrolling or resizing windows.
24448         This, combined with forcing processesing of queued invalidated
24449         regions, gives nice flicker-free scrolling.
24450
24451         * gtk/gtklayout.c gtk/gtkviewport.c: Force processing of
24452         invalidated regions after every scroll.
24453
24454         * gtk/gtklayout.c: Vastly simplify using the new 32 bit coordinate
24455         emulation in GDK. Its, for all practical purposes just a
24456         GtkViewport/GtkFixed hybrid now.
24457
24458         * gdk/gdkdrawable-x11.c: Convert from GDK (32 bit) to X11
24459         (16-bit) structures as necessary instead of just casting.
24460
24461         * gdk/x11/gdkgc-x11.c gdk/x11/gdkx.h: Replace XSetRegion with code
24462         in terms of the structures from gdkregion-generic.c, using appropriate
24463         offsets from GDK to X11 coordinates. Cache clip mask and
24464         origin and ts origin locally and only flush to the server
24465         when drawing, to avoid constantly setting and resetting these
24466         values when offsetting GC's for scrolling and backing pixmaps.
24467
24468         * gdk/x11/gdkinput-x11.c: Fix leak of axes structures.
24469
24470         * gtk/gtkcontainer.c: Call process_all_updates at end
24471         of resizing to reduce flicker. (Avoids having redraw
24472         lag arbitrarily behind resize under some circumstances)
24473
24474         * gtk/gtkentry.c: Remove old backing store code, and simply take
24475         advantage of the new backing store capabilities of GDK.
24476
24477         * gtk/gtkmain.c: Simple implementation of widget backing
24478         store - simply push a paint while handling each expose.
24479         (Should really be configurable widget for widget.)
24480         
24481         * gtk/gtkwidget.c: Remove all the old complicated redraw
24482         code, and simply invalidate the GDK windows from
24483         gdk_window_queue_clear(), etc. (Sigh, so much carefully
24484         debugged complexity ... gone to the winds.)
24485
24486         Remove all the code for suppressing expose events while
24487         resizes are pending; this isn't needed since the invalid
24488         areas won't be processed until after the resizes are
24489         processed, since they are in a lower priority idle.
24490
24491 Thu Feb 24 15:37:41 2000  Owen Taylor  <otaylor@redhat.com>
24492
24493         * gdk/gdkrectangle.c (gdk_rectangle_intersect): Set width
24494         and height of dest rectangle for non-intersecting rectangles.
24495
24496 Sun Feb 20 16:47:31 2000  Owen Taylor  <otaylor@redhat.com>
24497
24498         * gtk/gtkwidget.h: Make GtkAllocation just a typedef
24499         for GdkRectangle.
24500
24501 Sun Feb 20 11:27:00 2000  Owen Taylor  <otaylor@redhat.com>
24502
24503         * gdk/gdk{events,image,private,types,window}.h
24504          gdk/x11/gdkinputprivate.h: Change all coordinates
24505          from int16 to int. Also, Change width and height from
24506          unsigned to signed to avoid all the stupid C 
24507          signedness bugs.
24508
24509 Sat Feb 19 12:01:53 2000  Owen Taylor  <otaylor@redhat.com>
24510
24511         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_drawable):
24512         Use gdk_drawable_get_depth instead of gdk_drawable_get_visual.
24513         Add some more detailed checking.
24514
24515         * gdk/gdkdraw.c gdk/gdkdrawable.h (gdk_drawable_get_depth):
24516         New function to retrieve the depth of a drawable.
24517
24518         * gdk/gdkprivate.h (struct _GdkDrawablePrivate): Add a depth
24519         field, reorder fields to save memory. 
24520
24521 Mon Dec 13 14:06:03 1999  Owen Taylor  <otaylor@redhat.com>
24522
24523         * gtk/gtkentry.c (gtk_entry_draw_cursor_on_drawable): Draw a small portion
24524         of the background image instead of scaling the background down to
24525         a line.
24526
24527         * gtk/gtk[hv]scrollbar.c (gtk_hscrollbar_size_allocate): Removed mysterious
24528         which temporarily set slider to wrong size.
24529
24530         * gtk/gtkaspectframe.c gtkbin.c: Remove unecessary calls to
24531         queue_clear().
24532
24533 Wed Nov 17 18:36:05 1999  Owen Taylor  <otaylor@redhat.com>
24534
24535 2000-03-23  Jonathan Blandford  <jrb@redhat.com>
24536
24537         * gtk/gtkpaned.c (gtk_paned_get_position): add getter.
24538
24539 2000-03-17  Tor Lillqvist  <tml@iki.fi>
24540
24541         * gdk/win32/gdkevents-win32.c: Remove the #ifndef
24542         USE_DISPATCHMESSAGE sections, we do want to use DispatchMessage.
24543
24544         * gdk/win32/gdkfont-win32.c
24545         * gdk/win32/gdkproperty-win32.c
24546         * gdk/win32/gdkselection-win32.c
24547         * gdk/win32/gdkwindow-win32.c: Add const to some arguments that are
24548         now declared such.
24549
24550 Wed Mar 15 02:59:38 PST 2000 Manish Singh <yosh@gimp.org>
24551
24552         * gtk/gtkvpaned.c: removed stray gutter_size reference, a 1.2 relic
24553
24554 Mon Mar 13 18:37:55 2000  Owen Taylor  <otaylor@redhat.com>
24555
24556         * gdk/gdkdnd.c: Fix a bunch of cases where XGetWindowProperty()
24557         is called without trapping X errors.
24558
24559 Fri Feb 25 10:48:53 2000  Owen Taylor  <otaylor@redhat.com>
24560
24561         * gtk/gtkrc.*: Fix problem where stray '"' characters found their
24562         way into the fontset lists.
24563
24564 Tue Feb 22 08:52:52 2000  Tim Janik  <timj@gtk.org>
24565
24566         * gtk/gtkthemes.h: add extern "C" scope.
24567
24568 Mon Feb 21 20:16:42 2000  Lars Hamann  <lars@gtk.org>
24569
24570         * gtk/gtkclist.c: applied  patch from Guy Harris <guy@netapp.com>
24571         to make appends to the list constant. (gtk-guy-990901-0.patch)
24572
24573 Mon Feb 14 22:50:10 2000  Tim Janik  <timj@gtk.org>
24574
24575         * gtk/gtktypeutils.c (gtk_type_init): use g_str_hash() and g_str_equal()
24576         for the typename hash table.
24577
24578 Mon Feb 14 15:01:23 2000  Owen Taylor  <otaylor@redhat.com>
24579
24580         * gtk/gtkpaned.c (gtk_paned_compute_position): Add some sanity checks
24581         to make sure we never divide by zero. 
24582         (Problem pointed out by Michal Jaegermann <michal@ellpspace.math.ualberta.ca>)
24583
24584 Mon Feb 14 12:29:38 2000  Owen Taylor  <otaylor@redhat.com>
24585
24586         * gtk/gtkfontsel.c: Apply patch from
24587         SHIRASAKI Yasuhiro <yasuhiro@awa.tohoku.ac.jp> to make font selector work a little
24588         better with 2-byte fonts. (Load a fontset instead of a font for two byte fonts.)
24589
24590         Also, some cleanups in atom handling.
24591
24592 Sun Feb 13 08:02:21 2000  Tim Janik  <timj@gtk.org>
24593
24594         * gtk/gtksocket.c (gtk_socket_class_init): parent class is GtkContainer,
24595         not GtkWidget.
24596
24597 Fri Feb 11 02:19:32 2000  Tim Janik  <timj@gtk.org>
24598
24599         * gtk/gtkhpaned.c (gtk_hpaned_size_allocate): 
24600         * gtk/gtkvpaned.c (gtk_vpaned_size_allocate): 
24601         * gtk/gtkpaned.c (gtk_paned_compute_position): had to squeeze some
24602         more guint wrap-around bugs before going to bed.
24603
24604 Thu Feb 10 16:16:35 2000  Tim Janik  <timj@gtk.org>
24605
24606         * gtk/gtkspinbutton.c (gtk_spin_button_size_allocate): guard against
24607         guint wrap arounds in allocation.width.
24608
24609         * gtk/gtktable.c (gtk_table_size_allocate_pass1): repeat shrinking
24610         process untill we fit the allocation given.
24611
24612 Tue Feb  8 09:38:29 2000  Tim Janik  <timj@gtk.org>
24613
24614         * gtk/gtkwidget.c:
24615         (gtk_widget_unrealize): guard widget access with ref/unref
24616         around signal emission.
24617         (gtk_widget_hide): same here, but also check its destroyed
24618         state before queueing a resize.
24619
24620 Tue Feb  8 03:05:55 2000  Tim Janik  <timj@gtk.org>
24621
24622         * gtk/gtkstyle.c (gtk_style_new): use gtk_default_prelight_bg instead
24623         of gtk_default_insensitive_bg as insensitive base color.
24624
24625         * gtk/gtktext.c (gtk_text_style_set): set the background color according
24626         to the widget's state.
24627         (gtk_text_realize): same here.
24628         (gtk_text_state_changed): same here.
24629         (draw_bg_rect): compare background color against base[] from
24630         GTK_WIDGET_STATE (text) not GTK_STATE_NORMAL.
24631
24632 Mon Feb  7 04:01:55 2000  Tim Janik  <timj@gtk.org>
24633
24634         * gtk/gtkmain.c (gtk_main_do_event): ignore delete events when
24635         grabs are active, unless a delete event is send to the toplevel
24636         of the currently grab holding widget.
24637
24638 Sun Feb  6 10:13:15 2000  Owen Taylor  <otaylor@redhat.com>
24639
24640         * gtk/gtkctree.c (gtk_ctree_drag_data_received): Remove
24641         debugging g_print's.
24642
24643 Fri Feb  4 15:54:54 2000  Owen Taylor  <otaylor@redhat.com>
24644
24645         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_size_request): Don't
24646         ever make the scrolled-window requisition ever depend on the 
24647         visibility state of the scrollbars for the AUTOMATIC policy. 
24648         This breaks the GTK+ requisition model, and causes loops.
24649
24650 Fri Feb  4 15:09:12 2000  Owen Taylor  <otaylor@redhat.com>
24651
24652         * gtk/gtkstyle.c (gtk_style_new): Set the charset explicitely for
24653         the default font to avoid problems with XFree86-4.0 where the
24654         default charset is iso10646-1, not iso8859-1.
24655
24656 Thu Feb  3 14:58:48 PST 2000 Manish Singh <yosh@gimp.org>
24657
24658         * acinclude.m4
24659         * config.guess
24660         * config.sub
24661         * ltconfig
24662         * ltmain.sh: upgrade to libtool 1.3.4 (bugfix only release)
24663
24664         * gtk/Makefile.am: minor cosmetic consistency tweak
24665
24666 Thu Feb  3 14:46:01 2000  Owen Taylor  <otaylor@redhat.com>
24667
24668         * gtk/gtkmenushell.c (gtk_menu_shell_button_release): Set
24669         the activate_time to 0, so that we handle a quick
24670         press/release press/release properly and don't suppress
24671         the second release. (Red Hat bug #7545)
24672
24673 Wed Feb  2 22:25:17 2000  Tim Janik  <timj@gtk.org>
24674
24675         * gtk/gtkctree.c (row_delete):
24676         (gtk_ctree_node_set_row_data_full): fixed very evil reentrancy
24677         bugs with destruction notifier, *always* update internal
24678         structures *before* calling user code.
24679
24680 Sun Jan 30 20:10:52 2000  Lars Hamann  <lars@gtk.org>
24681
24682         A few more fixes for bug #5487, #2051, #2677.
24683         * gtk/gtkclist.c : 
24684         (gtk_clist_button_press):  Reset clist->anchor to -1 if event->type is
24685         not GDK_BUTTON_PRESS.
24686         (resync_selection): resync only if selection_mode is
24687         GTK_SELECTION_EXTENDED
24688         * gtk/gtkctree.c (resync_selection): same here
24689
24690 Sun Jan 30 12:29:20 2000  Owen Taylor  <otaylor@redhat.com>
24691
24692         * gdk/gdk.h gtk/gtkmenu.h: Removed duplicate prototypes for
24693         gdk_drag_get_selection() and gtk_menu_detach().
24694
24695         [ From Jeroen Ruigrok/Asmodai ]
24696
24697 Sat Jan 29 10:11:56 2000  Owen Taylor  <otaylor@redhat.com>
24698
24699         * gtk/gtknotebook.c (gtk_notebook_size_request): 
24700         page->tab_label can be NULL.
24701
24702 2000-01-25  Havoc Pennington  <hp@pobox.com>
24703         
24704         * gdk/gdkwindow.c (gdk_window_set_back_pixmap): parent_relative
24705         arg is boolean
24706
24707         * gdk/gdkselection.c (gdk_selection_owner_set): return boolean
24708
24709         * gdk/gdkrectangle.c (gdk_rectangle_intersect): return boolean
24710
24711         * gdk/gdkproperty.c (gdk_property_get): return boolean
24712
24713         * gdk/gdkinput.c (gdk_input_set_mode): return boolean
24714
24715         * gdk/gdkim.c (gdk_im_ready): return boolean
24716
24717         * gdk/gdkgc.c (gdk_gc_set_exposures): gboolean arg
24718
24719         * gdk/gdkfont.c (gdk_font_equal): return gboolean (mild
24720         glib clash, should fix glib)
24721
24722         * gdk/gdkevents.c (gdk_set_show_events): take gboolean arg
24723         (gdk_get_show_events): return gboolean, and canonicalize 
24724         to TRUE/FALSE
24725
24726         * gdk/gdkcolor.c (gdk_colormap_new): gboolean flag whether the
24727         colormap is private
24728         (gdk_colors_alloc): gboolean whether to be contiguous
24729         (gdk_color_equal): return gboolean since we are a predicate
24730         and not a qsort() (this looks semi-wrong due to glib breakage,
24731         IMO glib should be fixed)
24732         
24733         * gdk/gdk.c (gdk_set_use_xshm): take gboolean arg
24734         (gdk_get_use_xshm): return gboolean
24735         (gdk_pointer_is_grabbed): return gboolean
24736
24737         * gdk/gdk.h: Change prototypes to match all the above changes,
24738         and re-run egtk-format-protos as required.
24739
24740 Fri Jan 28 12:28:17 2000  Owen Taylor  <otaylor@redhat.com>
24741
24742         * gtk/gtkctree.c (resync_selection): 
24743         * gtk/gtkclist.c (resync_selection):
24744
24745         Return immediately if clist->drag_pos < 0. This is a workaround
24746         for the corrupt state that the clist gets into when a
24747         GDK_2BUTTON_PRESS occurs. See note in gtk_clist_button_press().
24748
24749         Bug #5487, #2051, #2677; fix suggested by David Helder and T. Alexander Popiel.
24750         
24751         * gtk/gtknotebook.c (gtk_notebook_size_request): Fix uninitialized
24752         variable from recent commit.
24753
24754 Thu Jan 27 15:22:09 2000  Owen Taylor  <otaylor@redhat.com>
24755
24756         * gtk/gtkdnd.c (gtk_drag_begin): Fix stupid typo in last commit.
24757
24758 Thu Jan 27 18:00:55 2000  Tim Janik  <timj@gtk.org>
24759
24760         * gtk/Makefile.am: prefix all autogenerated source that get build in
24761         $(srcdir) with $(srcdir)/, so make doesn't assume they got generted
24762         in builddir. since we subsequently cd into srcdir for autogeneration,
24763         the paths have to be stripped from the target file names, thusly we
24764         use $(@F) as target names now.
24765         put a comment about configure.in's --disable-rebuilds option,
24766         which can be used for non-writable source directories, for development
24767         setups though, srcdir has to be *writable*.
24768
24769 hu Jan 27 00:15:03 2000  Owen Taylor  <otaylor@redhat.com>
24770
24771         * gtk/gtkdnd.c (gtk_drag_begin gtk_drag_get_event_actions):
24772           Finish the job of allowing event to be NULL.
24773           (Fixes bug #4283, reported by Chris Blizzard)
24774
24775         * gtk/gtkentry.c (entry_adjust_scroll): When calculating
24776           things so that the cursor appears on screen, properly
24777           take into account INNER_BORDER.
24778           (Fixes bug #4754, reported by Antonio Campos)
24779
24780 Wed Jan 26 23:12:28 2000  Owen Taylor  <otaylor@redhat.com>
24781
24782         * gtk/gtknotebook.c (gtk_notebook_map): Don't
24783           show the tab_label unless it itself is visible.
24784
24785           gtk/gtknotebook.c (gtk_notebook_size_request):
24786           Do a better job of making sure that the visibility
24787           of the tab label corresponds to whether it should
24788           be mapped or not.
24789
24790 Wed Jan 26 21:17:03 2000  Owen Taylor  <otaylor@redhat.com>
24791
24792         * gtk/gtkoptionmenu.c (gtk_option_menu_position):
24793           Use the requisition, not the allocation, since the
24794           allocation has not necessarily been computed yet.
24795           (Pointed out by Eugene Osintsev)
24796
24797 Wed Jan 26 19:44:25 2000  Owen Taylor  <otaylor@redhat.com>
24798
24799         * gtk/gtkstyle.c (gtk_style_new): Dont' set
24800           style/base[GTK_STATE_INSENSITIVE] both to
24801           gtk_default_insensitive_bg!
24802           (Bug #2187, reported by Jonathan Blandford)
24803
24804         * gtk/gtkaccelgroup.c (gtk_accelerator_valid):
24805           Add Alt_L, Alt_R to list of invalid accelerators.
24806           (Bug #3736, reported by Vlad Harchev)
24807
24808 Wed Jan 26 19:01:56 2000  Owen Taylor  <otaylor@redhat.com>
24809
24810         * gtk/gtkfilesel.c (open_ref_dir): Fix several
24811         bugs which occured after an attempt to open 
24812         invalid home directory left cmpl_state->reference_dir == NULL.
24813
24814          - completion on files in home directory didn't work
24815          - completion on an empty string caused  segfault
24816
24817          (Bug #3678, reported by Steve Ratcliffe)
24818
24819         * gtk/gtkscale.c (gtk_scale_get_value_width): Fix
24820         cut and paste error that was causing scales to
24821         be incorrectly positioned.
24822         (Bug #2956,
24823          patch from Steve Ratcliffe <steve@parabola.demon.co.uk>)
24824
24825 2000-01-27  Shirasaki Yasuhiro  <yasuhiro@gnome.gr.jp>
24826
24827         * acinclude.m4 (AM_GTK_WITH_NLS): Add -lintl to libs
24828         when checking for dcgettext, if we've found we needed
24829         it for dgettext.
24830 +
24831 Wed Jan 26 18:06:07 2000  Owen Taylor  <otaylor@redhat.com>
24832
24833         * gtk/gtkwidget.c (gtk_widget_queue_clear_area): Ignore
24834         queue_clear on NO_WINDOW widgets during a reparent,
24835         since at that point the window and widget heirarchies
24836         are out of sync. This stops crashing in some cases
24837         (the scrolled window reparent test, for instance), and
24838         _probably_ won't cause drawing errors.
24839
24840         * gtk/testgtk.c: Make the reparenting-a-scrolled-window
24841         test do what it was supposed to do and be robust against
24842         window closings, etc. (Bug #2443)
24843
24844 Wed Jan 26 16:56:54 2000  Owen Taylor  <otaylor@redhat.com>
24845
24846         * gtk/gtkentry.c: Fix return values on mouse events.
24847         (Bug #2686, Sky <seb_sky@yahoo.com>)
24848
24849         * gtk/genmarshal.pl: Fix up handling of FOREIGN.
24850         (pointed out by George Lebl)
24851
24852         * gdk/gdkcolor.c (gdk_color_copy): Made const-safe.
24853         (From Ettore Perazzoli  <ettore@helixcode.com>)
24854  
24855 Mon Jan 24 10:44:48 2000  Owen Taylor  <otaylor@redhat.com>
24856
24857         * gtk/gtkcalendar.c (gtk_calendar_main_button): Handle
24858         clicks between rows or outside calender area correctly.
24859         (Patch from Damon Chaplin)
24860
24861         * gtk/gtkclist.c (gtk_clist_set_row_data_full): 
24862         * gtk/gtkctree.c (gtk_ctree_node_set_row_data_full): 
24863           Call destroy function when overwriting existing data. 
24864           (Pointed out by Damon Chaplin)
24865
24866 Tue Jan 25 09:55:41 2000  Owen Taylor  <otaylor@redhat.com>
24867
24868         * gdk/gdk.c: Remove useless #include of <X11/Xmu/WinUtil.h>,
24869           which was causing problems on various systems with Xmu.
24870           This hasn't been needed for a very long time.
24871           (Fixes #1185 3167)
24872
24873 Sun Jan 23 22:27:36 2000  Owen Taylor  <otaylor@redhat.com>
24874
24875         * gdk/gdki18n.h: Include <ctype.h> when defining
24876           gdk_isw* in terms of is* as a fallback.
24877           (Bug #4106 - Dan Winship <danw@MIT.EDU>)
24878
24879 Sun Jan 23 22:12:36 2000  Owen Taylor  <otaylor@redhat.com>
24880
24881         * gtk/gtkviewport.c (gtk_viewport_size_allocate): Don't
24882           realize the widget when it is size allocated!
24883           (old, old bug)
24884
24885         * gtk/gtkviewport.c (gtk_viewport_adjustment_value_changed):
24886           Removed unused call to gdk_window_get_size() that
24887           showed up when the above was fixed.
24888
24889 Sat Jan 22 15:44:30 2000  Owen Taylor  <otaylor@redhat.com>
24890
24891         * gtk/gtkwidget.c (gtk_widget_reparent): Correctly
24892           fix up widget->window when the widget is a
24893           NO_WINDOW container widget.
24894
24895 Sat Jan 22 12:40:48 2000  Owen Taylor  <otaylor@redhat.com>
24896
24897         * gdk/gdkpixmap.c (gdk_pixmap_seek_string): Rewrite
24898           to account for the fact that feof() does _not_ 
24899           return TRUE on errors, and thus avoid infinite loops
24900           when trying to use gdk_pixmap_create_from_xpm()
24901           on unreadable values.
24902
24903 Fri Jan 21 18:32:43 2000  Owen Taylor  <otaylor@redhat.com>
24904
24905         * gtk/gtkaspectframe.h (struct _GtkAspectFrame): s/gint/gboolean/.
24906
24907 Fri Jan 21 16:24:08 2000  Owen Taylor  <otaylor@redhat.com>
24908
24909         * gdk/gdkgc.c (gdk_gc_set_dashes): Change from
24910           gdk_gc_set_dashes to take gint8 instead of gchar to
24911           make it clearer that it is _not_ a NULL terminated string.
24912
24913         * gdk/gdk.h gdk/gdkfont.c gdk/gdkgc.c gdk/gdkselection.c
24914           gdk/gdkwindow.c gtk/gtkprogress.[ch] gtk/gtkthemes.[ch]
24915           gtk/gtktreeitem.[ch] gtk/gtkwidget.[ch]: Constify string
24916           arguments.
24917
24918 Thu Dec 30 04:51:05 1999  Tim Janik  <timj@gtk.org>
24919
24920         * gtk/gtkvscale.c (gtk_vscale_pos_background): 
24921         * gtk/gtkhscale.c (gtk_hscale_pos_background): when calculating the
24922         background size relative to our allocation, guard against small
24923         allocations, we may have not yet been size allocated.
24924
24925 Thu Dec  2 10:59:14 1999  Owen Taylor  <otaylor@redhat.com>
24926
24927         * gdk/gdkdnd.c (xdnd_check_dest): Allow version >= 3,
24928         not just version == 3. We implement all 3 + most of 4 - 
24929         (we don't support matching text/plain;charset=iso-8859-1
24930         to a dest that expects text/plain). We'll still advertise
24931         3 to be safe, but any client implementing version >= 3
24932         must interoperate with 3.
24933         
24934 Tue Mar 14 11:53:31 2000  Owen Taylor  <otaylor@redhat.com>
24935
24936         * gtk/gtktooltips.[ch] (struct _GtkTooltips): Remove foreground,
24937         background and gc members, add a warning in gtk_tooltips_set_color()
24938         indicating that this function is deprecated.
24939
24940 Thu Mar  9 22:10:56 GMT 2000  Tony Gale <gale@gtk.org>
24941
24942         * docs/gtkfaq.sgml: FAQ Update:
24943           - Minor cleanups (Emmanuel, me)
24944           - New questions:
24945                 I need to add a new signal to a GTK+ widget. Any idea? (timj)
24946                 How can I retrieve the text from a GtkMenuItem? (timj)
24947                 How do I validate/limit/filter the input to a GtkEntry? (me)
24948                 Memory does not seem to be released when I free the list
24949                         nodes I've allocated (timj)
24950
24951 2000-03-07  Tor Lillqvist  <tml@iki.fi>
24952
24953         * gdk/win32/gdkmain-win32.c: Internal GDK error reporting changes:
24954         (gdk_win32_gdi_failed) New function for reporting errors from GDI,
24955         for which it is no use to call GetLastError onWin9x.
24956         (gdk_other_api_failed) New function, for general error
24957         reporting without calling GetLastError.
24958         (gdk_win32_api_failed) OTOH, this function always calls
24959         GetLastError. (gdk_win32_last_error_string) Remove this function,
24960         GLib has the equivalent now.
24961
24962         * gdk/win32/gdkprivate-win32.h: Declare the above, and macros to
24963         call them with function name, file name and line number in the
24964         arguments.
24965
24966         * gdk/win32/*.c: Use the new macros for reporting errors from GDI
24967         functions.
24968         
24969         * gtk/gtk.def: Add some missing entry points.
24970
24971         * gtk/gtkcompat.h.in: Define gtk_paned_gutter_size and
24972         gtk_paned_set_gutter_size, which don't exist any longer, as void.
24973         
24974         Fixes by Hans Breuer:
24975
24976         * gdk/makefile.msc: Update for debugging.
24977
24978         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_dashes): Fake
24979         implementation, just use the PS_DASH, PS_DOT, PS_DASHDOT or
24980         PS_DASHDOTDOT or PS_DASH styles depending on the number of entries
24981         in the dash_list.
24982
24983         * gdk/win32/gdkwin32.h (GDK_FONT_XFONT): New macro, similar as in
24984         the x11 backend.
24985
24986         * gdk/win32/gdkprivate-win32.h (IS_WIN_NT): New macro.
24987
24988         * gtk/testgtk.c: Include config.h, guard inclusion of unistd.h.
24989
24990 2000-03-04  Tor Lillqvist  <tml@iki.fi>
24991
24992         * gdk/win32/gdkprivate-win32.h (struct _GdkWindowWin32Data): Store
24993         just pixel value of background colour.
24994
24995         * gdk/win32/gdkgc-win32.c (gdk_colormap_color): New function
24996         containing code snippet previously duplicated in a couple of
24997         places.
24998         
24999         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_points): Use
25000         gdk_colormap_color.
25001
25002         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Generate
25003         GDK_SCROLL events for WM_MOUSEWHEEL messages. Don't generate
25004         events for autorepeated Shift, Control and Alt keys. Use
25005         gdk_colormap_color.
25006
25007         * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): If the
25008         pointer is inside the window the cursor of which we are setting,
25009         call SetCursor immediately.
25010
25011         * gdk/win32/makefile.cygwin
25012         * gtk/makefile.cygwin: If we don't have the build number stamp
25013         file, use zero.
25014
25015         * gtk/gtkcompat.h.in: Define gtk_paned_gutter_size and
25016         gtk_paned_set_gutter_size as empty.
25017
25018         * gtk/gtk.def: Remove gtk_paned_set_gutter_size.
25019         
25020 Tue Feb 29 13:10:00 GMT 2000  Tony Gale <gale@gtk.org>
25021
25022         * gdk/gdkwindow.h gdk/x11/gxid.c gtk/gtkclist.c gtk/gtkclist.h
25023           gtk/gtkctree.c gtk/gtkmenu.h gtk/gtkwidget.c gtk/testgtk.c
25024           docs/styles.txt docs/refcounting.txt docs/gtkfaq.sgml
25025           docs/gtk_tut.sgml docs/gtk.texi TODO:
25026
25027           Spelling/grammar fixes from Martin Buchholz <martin@xemacs.org>
25028
25029 Sat Feb 26 11:46:25 GMT 2000  Tony Gale <gale@gtk.org>
25030
25031         * gtk/gtkcalendar.c: Implement num_marked_dates,
25032           and don't emit mutiple day_selected signals on
25033           month_prev.
25034
25035 2000-02-25  Jonathan Blandford  <jrb@redhat.com>
25036
25037         * docs/make-todo (lineno): let title and logo be configurable so
25038         that GNOME can use this script too.
25039
25040         * TODO.xml: added logourl and a title
25041
25042 Fri Feb 25 11:12:00 2000  Owen Taylor  <otaylor@redhat.com>
25043
25044         * TODO.xml: Added some UI items, and an explanatory
25045         comment at the top of the file.
25046
25047 Thu Feb 24 09:07:28 2000  Tim Janik  <timj@gtk.org>
25048
25049         * TODO.xml: some updates, added abunch of new entries.
25050         a note for those fiddeling with this file, when done
25051         with it, invoke:
25052         $ ./docs/make-todo TODO.xml >/dev/null
25053         and correct output errors before comitting changes.
25054
25055 Wed Feb 23 22:59:50 2000  Owen Taylor  <otaylor@redhat.com>
25056
25057         * TODO.xml: Added XML-structured TODO file.
25058         * docs/make-todo: python script to turn TODO.xml into
25059           pretty XML output. 
25060
25061 2000-02-23  Jonathan Blandford  <jrb@redhat.com>
25062
25063         * gtk/gtkstyle.c (gtk_default_draw_handle): add a 'paned' mode to
25064         the function to let it draw the seven dots, instead of the old,
25065         much maligned, method.
25066         (draw_dot): New function to draw a dot.
25067
25068         * gtk/gtkhpaned.c (gtk_hpaned_size_allocate): changed allocation
25069         to draw the handle inside the border width as opposed to outside.
25070         Use paint function instead of gdk_draw_point.
25071
25072         * gtk/gtkvpaned.c (gtk_vpaned_size_allocate): changed allocation
25073         to draw the handle inside the border width as opposed to outside.
25074         Use paint function instead of gdk_draw_point.
25075
25076         * gtk/gtkfilesel.c (gtk_file_selection_update_history_menu):
25077         Change indenting to be more GTK like.
25078
25079 Wed Feb 23 10:54:14 GMT 2000  Tony Gale <gale@gtk.org>
25080
25081         * docs/gtk_tut.sgml: New section on GtkCalendar
25082         * examples/calendar: Update example code
25083
25084 Tue Feb 22 13:54:12 GMT 2000  Tony Gale <gale@gtk.org>
25085
25086         * docs/gtkfaq.sgml: FAQ Update
25087
25088 2000-02-19  Anders Carlsson  <andersca@gnu.org>
25089
25090         * gtk/gtkrange.c (gtk_range_scroll_event): Return TRUE
25091         to prevent the scroll event to be propagated upwards.
25092
25093 Fri Feb 18 14:37:29 2000  Owen Taylor  <otaylor@redhat.com>
25094
25095         * gdk/x11/gdkwindow-x11.c (gdk_event_mask_table): Remove
25096         OwnerGrabButtonMask from button entries for
25097         GDK_BUTTON_PRESS / GDK_BUTTON_RELEASE.
25098
25099         * gtk/gtklayout.c (gtk_layout_realize): Always add GDK_SCROLL
25100         to the event mask (which will result in button/press release
25101         being added to the event mask on Unix) so scrolling works
25102         for layouts in scroll windows.
25103
25104         * gdk/gdkevents.h (enum): Fix up GDK_ALL_EVENTS_MASK.
25105
25106         Patch from Anders Carlsson  <andersca@gnu.org> to add
25107         a scroll event.
25108
25109         * gtk/testgtk.c (scroll_test_scroll): Added an example of mouse wheel
25110         scrolling to the "Test Scrolling" part of testgtk.
25111  
25112         * gtk/gtkwidget.h (struct _GtkWidgetClass): Added scroll_event signal.
25113  
25114         * gtk/gtkwidget.c: Added "scroll_event" GTK+ signal and matched
25115         it against GDK_SCROLL.
25116  
25117         * gtk/gtkrange.c (gtk_range_scroll_event): Updated to use the new
25118         way of mouse wheel scrolling.
25119  
25120         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_scroll_event): Likewise.
25121  
25122         * gtk/gtkspinbutton.c (gtk_spin_button_scroll): Likewise.
25123  
25124         * gtk/gtkmain.c: Removed previous mouse wheel hack.
25125  
25126         * gdk/x11/gdkwindow-x11.c (gdk_event_mask_table): Added entry in
25127         gdk_event_mask_table.
25128  
25129         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Added 
25130         GdkEventScroll handler.
25131  
25132         * gdk/gdkevents.h: Added GdkEventScroll structure.
25133  
25134 Thu Feb 17 17:10:12 2000  Owen Taylor  <otaylor@redhat.com>
25135
25136         * gtk/gt{h,k,}vpaned.[ch]: Add patch from Jonathan Blandford
25137         and Anders Carlsson to change the Paned widgets so that they
25138         can be dragged from anywhere along the length. Also change
25139         the way that this is drawn to make this apparent.
25140
25141         * gtk/gtkoptionmenu.c (gtk_option_menu_get_history): Apply patch
25142         from George Lebl to check that option_menu->menu is present
25143         before getting history.
25144
25145 2000-02-14  Tor Lillqvist  <tml@iki.fi>
25146
25147         * gdk/gdkdraw.c (gdk_draw_segments): Move the test for no segments
25148         before the assertion for non-NULL segment list.
25149
25150         * gdk/win32/gdkgc-win32.c: (gdk_win32_gc_values_to_win32values):
25151         Seems that pattern brushes *must* be 8x8 pixels! At least on my
25152         machine, but it might be display driver dependent. Sigh, so make
25153         sure the stipple is that size. Does Windows suck or what?
25154
25155         * gdk/win32/gdkdrawable-win32.c: Improve error handling in a few
25156         places.
25157
25158 2000-02-13  Havoc Pennington  <hp@pobox.com>
25159
25160         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_pixmap): init
25161         refcount to 1
25162         (gdk_cursor_new): init refcount to 1
25163
25164         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new): init refcount to 1
25165
25166 2000-02-13  Tor Lillqvist  <tml@iki.fi>
25167
25168         * gdk/win32/gdkgc-win32.c (gdk_gc_predraw): Add an extra parameter
25169         so that we don't have to do unnecessary settings to the HDC.
25170
25171         * gdk/win32/gdkdrawable-win32.c
25172         * gdk/win32/gdkimage-win32.c: Corresponding changes to the calls of
25173         gdk_gc_predraw.
25174
25175         * gdk/win32/gdkdrawable-win32.c: Special-casing for GdkGCs where
25176         the fill style is GDK_OPAQUE_STIPPLED. In those cases we construct
25177         GDI paths, call WidenPath to get the outline of the stroken path,
25178         and then fill the outline (with the brush that was built from the
25179         stipple).
25180
25181         * gdk/win32/gdkgc-win32.c: Factor out common code from
25182         _gdk_win32_gc_new and gdk_win32_gc_set_values into
25183         gdk_win32_gc_values_to_win32values. Use correct colour for
25184         SetBkColor() (Until now the code actually used a random colour in
25185         the call to SetBkColor()... but that didn't show up as not many
25186         GDI APIs use the background colour. Pattern (opaque stippled)
25187         brushes do.)
25188
25189         * gdk/win32/gdkmain-win32.c (gdk_win32_last_error_string,
25190         gdk_win32_api_failed): New functions for error logging.
25191
25192         * gdk/win32/gdkprivate-win32.h: Declare them, and define a macro
25193         WIN32_API_FAILED to call them, passing function or file name and
25194         line number.
25195
25196         * gdk/win32/*.c: Use the WIN32_API_FAILED macro.
25197
25198         * gdk/win32/gdkprivate-win32.h: Store just the pixel values from
25199         GdkColor for foreground and background in GdkGCWin32Data.
25200
25201         * gdk/makefile.cygwin: Link in the resource object separately.
25202
25203         * gdk/win32/rc/gdk.rc
25204         * gtk/gtk.rc (New file)
25205         * gdk/win32/makefile.cygwin
25206         * gtk/makefile.cygwin: Update build number in DLLs automatically,
25207         as in GLib.
25208
25209 Sun Feb 13 08:54:45 2000  Tim Janik  <timj@gtk.org>
25210
25211         * gdk/gdkcursor.h (struct _GdkCursor): s/refcount/ref_count/.
25212         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_pixmap): 
25213         * gdk/x11/gdkcursor-x11.c (_gdk_cursor_destroy): 
25214         * gdk/gdkcursor.c (gdk_cursor_ref): insert assertments for the
25215         parameters given and cursor->ref_count. coding style fixups.
25216
25217         * gtk/gtksocket.c (gtk_socket_class_init): parent class is GtkContainer,
25218         not GtkWidget.
25219         
25220         * gtk/*.h: applied patch from Mathieu Lacage <lacage@email.enst.fr> to
25221         fix up widget macros and add _GET_CLASS() variant.
25222         
25223         * gtk/*.c: some GtkType fixups.
25224
25225 2000-02-09  Tor Lillqvist  <tml@iki.fi>
25226
25227         * gdk/win32/gdkproperty-win32.c
25228         * gdk/x11/gdkproperty-x11.c: The assertions for GDK_IS_WINDOW
25229         were reversed.
25230
25231 2000-02-04  Tor Lillqvist  <tml@iki.fi>
25232
25233         * gdk/win32/gdkfont-win32.c (logfont_to_xlfd): Use
25234         g_filename_to_utf8 to convert the font names Windows gives us from
25235         whatever is the default codepage to UTF-8.
25236         (gdk_font_load_internal) Use g_filename_from_utf8 for conversion
25237         in the other direction.
25238
25239         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_values): Fix cut&paste
25240         error in debugging output.
25241
25242 2000-02-02  Tor Lillqvist  <tml@iki.fi>
25243
25244         * gdk/win32/gdkwindow-win32.c (gdk_window_clear): Pass zero width
25245         and height parameters to gdk_window_clear_area(). Not minus one.
25246
25247 Wed Feb  2 11:58:05 2000  Owen Taylor  <otaylor@redhat.com>
25248
25249         * gtk/gtkdnd.c (gtk_drag_selection_received): Add some sanity
25250         checks if the widget passed to gtk_drag_get_data() was not the
25251         dest widget.
25252
25253 2000-02-01  Tor Lillqvist  <tml@iki.fi>
25254
25255         * gtk/gtkfilesel.c: Use the g_filename_to_utf8 and
25256         g_filename_from_utf8 functions (which were added a moment ago to
25257         GLib). Some cleanups: Use gbooleans. Use GStrings instead of fixed
25258         size buffers.
25259
25260         gtk_file_selection_get_filename returns the filename in the C
25261         runtime encoding. It calls g_filename_from_utf8, but copies the
25262         returned string to a static buffer, which is returned. I think
25263         this is better than returning the result from g_filename_from_utf8
25264         directly, which would mean all apps that use it would have to free
25265         the return value. Or should this function care about this issue at
25266         all? Maybe a new function with clearly defined semantics.
25267
25268         * gtk/gtkfilesel.h: Add comment about
25269         gtk_file_selection_get_filename returning the filename in the C
25270         runtime's encoding.
25271
25272         * README.win32
25273         * gdk/gdk.def
25274         * gdk/makefile.{cygwin,msc}
25275         * gtk/gtk.def: Updates.
25276
25277         * gdk/gdkcursor-win32.c: Initialise refcount.
25278
25279 2000-01-31  Yuan-Chung Cheng <platin@linux.org.tw>
25280
25281         * configure.in: Added "zh_CN.GB2312" to ALL_LINGUAS.
25282
25283 2000-01-30  Havoc Pennington  <hp@pobox.com>
25284
25285         * gtk/testgtk.c (set_cursor): use gdk_cursor_unref instead of
25286         destroy
25287
25288         * gdk/gdkimage.c (gdk_image_ref): image wasn't being returned
25289
25290         * gdk/gdkprivate.h: declare _gdk_cursor_destroy which is then 
25291         implemented in platform-specific code
25292
25293         * gdk/Makefile.am (gdk_c_sources): add gdkcursor.c
25294
25295         * gdk/x11/gdkcursor-x11.c (gdk_cursor_destroy): rename with an
25296         underscore in front
25297
25298         * gdk/win32/gdkcursor-win32.c (gdk_cursor_destroy):
25299         put an underscore in front
25300
25301         * gdk/gdkcursor.c: new file, implements
25302         gdk_cursor_ref/gdk_cursor_unref
25303
25304         * gdk/gdkcursor.h: Refcount GdkCursor
25305
25306         * gdk/gdkcompat.h (gdk_cursor_destroy): compat
25307
25308 2000-01-29  Tor Lillqvist  <tml@iki.fi>
25309
25310         * gdk/gdkwindow.h
25311         * gdk/gdkpixmap.h: Remove prototypes for renamed functions.
25312
25313 Tue Jan 25 11:43:21 2000  Owen Taylor  <otaylor@redhat.com>
25314
25315         * gtk/gtkinvisible.h (struct _GtkInvisible[Class]): Fix
25316         structures to properly inherit from GtkWidget not GtkBin.
25317
25318 Sun Jan 23 20:28:24 2000  Owen Taylor  <otaylor@redhat.com>
25319
25320         * gtk+.spec.in: Added lib/gtk+/include/* to %files
25321         (bug #5178 - Peter Wainright)
25322         
25323         * gtk/Makefile.am (gtk_public_h_sources): Add gtkcompat.h
25324         so that it will be installed.
25325         (bug #4889 - "david d `zoo' zuhn" <zoo@mnnr.org>)
25326
25327 Fri Jan 21 16:29:28 2000  Owen Taylor  <otaylor@redhat.com>
25328
25329         * gtk/gtkstyle.[ch] docs/Changes-1.4.txt: Make the @detail argument
25330         for the GtkStyleClass vtable const.
25331
25332         * gtk/gtkitemfactory.[ch] docs/Changes-1.4.txt: Make GtkPrintFunc
25333         take a const string argument like GtkTranslateFunc. This will
25334         require changes in use code.
25335
25336 2000-01-19  Tor Lillqvist  <tml@iki.fi>
25337
25338         * gdk/win32/gdkwindow-win32.c (gdk_window_clear_area): The correct
25339         semantics (to mimic the X11 backend, which just calls XClearArea)
25340         is to check for zero width (and height), and in that case use the
25341         window's width minus x (height minus y). This fixes for instance
25342         some redraw problems with gtkclist, which were easily noticeable
25343         in the gtk file selection widget.
25344
25345         (gdk_window_new): Don't set WS_EX_TOPMOST for dialog
25346         windows.
25347
25348 2000-01-13  Tor Lillqvist  <tml@iki.fi>
25349
25350         * configure.in
25351         * gdk/Makefile.am
25352         * gdk/x11/Makefile.am
25353         * gdk/win32/Makefile.am: Small fixes, thanks to Peter Wainwright
25354         (bug #5177).
25355         * gdk/win32/gdkcc-win32.c: Reintroduce, to be thrown
25356         out later.
25357
25358 2000-01-09  Tor Lillqvist  <tml@iki.fi>
25359
25360         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Ignore
25361         WM_MOVE for iconified or invisible windows. This fixes various
25362         problems when minimising windows. Thanks to Bernd Herd.
25363
25364 2000-01-05  Tor Lillqvist  <tml@iki.fi>
25365
25366         * gdk/gdkdraw.c (gdk_draw_lines): Fix copy&paste error: Call the
25367         backend's draw_lines method, not draw_points.
25368
25369 2000-01-02  Tor Lillqvist  <tml@iki.fi>
25370
25371         * gdk/win32/gdkevents-win32.c: Clean up some more leftovers from
25372         before Owen's reorganisation: Don't have queued_events and
25373         queued_tail statics in this file, but use gdk_queued_events and
25374         gdk_queued_tail. This makes exposure event compression work again.
25375
25376         (gdk_WindowProc): Comment out a posting of gdk_ping_msg, doesn't
25377         seem to be needed?
25378
25379 1999-12-30  Tor Lillqvist  <tml@iki.fi>
25380
25381         * gdk/gdk.c: If we don't HAVE_XCONVERTCASE we must #include
25382         gdkkeysyms.h to get the GDK_* keysym constants that are needed by
25383         gdk_keyval_convert_case(). Otherwise, gdk_keyval_convert_case()
25384         doesn't do anything.
25385
25386         * gdk/gdk.def: Add gdk_xid_table_insert.
25387
25388         * gdk/win32/gdkprivate-win32.h
25389         * gdk/win32/gdkevents-win32.c
25390         * gdk/win32/gdkinput-win32.c
25391         
25392         * gdk/win32/gdkwindow-win32.c: Remove the superfluous
25393         extension_events field in the GdkWindowWin32Data struct. Use only
25394         the extension_events field in GdkWindowPrivate. Previously one was
25395         set, and the other one tested, which broke tablet
25396         functionality. Thanks to Keishi Suenaga for pointing this out.
25397
25398 1999-12-18  Tor Lillqvist  <tml@iki.fi>
25399
25400         * gdk/win32/gdkfont-win32.c (gdk_text_size, gdk_text_extents):
25401         When handling a single character (text length == 1), don't handle
25402         it as if it was UTF-8.
25403
25404 1999-12-11  Tor Lillqvist  <tml@iki.fi>
25405
25406         * Makefile.am: Distribute README.win32.
25407         
25408         * gdk/Makefile.am
25409         * gdk/win32/Makefile.am: Distribute Win32 files.
25410
25411         * gdk/makefile.msc: New file.
25412
25413         * gdk/gdk.c (gdk_arg_context_parse): Fix gccism (no statement
25414         after label).
25415
25416         * gdk/gdkprivate.h: Must mark also gdk_error_warnings and
25417         gdk_error_code as GDKVAR, as they are referred outside GDK.
25418
25419         * gdk/win32/makefile.msc: Update.
25420
25421         * gdk/win32/gdkfont-win32.c (check_unicode_subranges): More
25422         tweaks. Check only if at least one of those Unicode subrange bits
25423         we care for is set. If no code page bits are set, guess (wildly)
25424         based on the charset.
25425
25426         * gdk/win32/gdkinput-win32.c: Remove debugging leftover.
25427
25428         * gdk/win32/gdkwindow-win32.c (gdk_window_new): Assure title is
25429         non-NULL.
25430
25431         * gtk/gtkdnd.c
25432         * gtk/gtklayout.c
25433         * gtk/gtkplug.c
25434         * gtk/gtkselection.c
25435         * gtk/gtksocket.c
25436         * gtk/gtkwindow.c: Include x11/gdkx.h *or* win32/gdkwin32.c as
25437         appropriate. There must be a cleaner way to handle this?
25438
25439         * gtk/gtkrc.c: Must include windows.h on Win32.
25440
25441         * gtk/testgtk.c: No need to include gdkx.h.
25442
25443         * gtk/makefile.cygwin: Correct invokation of genmarshal.pl.
25444
25445 1999-12-07  Tor Lillqvist  <tml@iki.fi>
25446
25447         * gdk/win32/gdkfont-win32.c: Fix string measurement code. For now,
25448         the rbearing is set to the same as the width, but this should be
25449         fixed.
25450
25451 1999-12-06  Tor Lillqvist  <tml@iki.fi>
25452
25453         * gdk/win32/gdkfont-win32.c (check_unicode_subranges): New
25454         function. If Windows doesn't tell us what Unicode subranges a font
25455         covers, guesstimate based on the codepages it covers. This will
25456         hopefully help those Windows versions or fonts that don't give us
25457         any useful Unicode subrange information with GetTextCharsetInfo.
25458         Call this function in gdk_font_load_internal.
25459
25460         * gdk/win32/{gdkdnd,gdkimage,gdkpixmap,gdkprivate}-win32.c: Misc
25461         minor changes.
25462
25463 Fri Dec  3 14:09:50 1999  Owen Taylor  <otaylor@redhat.com>
25464
25465         * gtk/gtkoptionmenu.[ch] (gtk_option_menu_get_history):
25466         New function, long needed.
25467
25468 Wed Dec  1 22:35:43 1999  Owen Taylor  <otaylor@redhat.com>
25469
25470         * gdk/gdkproperty.h x11/gdkproperty.c: Change 
25471         only_if_exists argument of gdk_atom_intern to
25472         bool.
25473
25474 1999-11-25  Tor Lillqvist  <tml@iki.fi>
25475
25476         * gdk/gdkgc.c (gdk_gc_set_ts_origin, gdk_gc_set_clip_origin): 
25477         Fix two copy&paste errors.
25478
25479         * gdk/makefile.cygwin: Also rebuild DLL when the static archive in
25480         win32 has changed.
25481
25482         * gdk/win32/gdkprivate-win32.h: Don't need CPINFO in the
25483         GdkWin32SingleFont struct.
25484
25485         * gdk/win32/gdkfont-win32.c: Some more debugging: Print Unicode
25486         subranges of loaded fonts. Clear font signature first, in case
25487         GetTextCharsetInfo fails. Pretend SYMBOL_CHARSET fonts have
25488         ASCII+Basic Latin (i.e. 0x40--0xFF) as they are single-byte.
25489
25490         * gdk/win32/gdkgc-win32.c: Improved logging. (gdk_gc_postdraw):
25491         Unoffset clip region.
25492
25493 1999-11-23  Tor Lillqvist  <tml@iki.fi>
25494
25495         * gdk/win32/gdkevents-win32.c (gdk_event_translate): set
25496         event->any.window before calling filter functions.
25497
25498 Fri Nov 19 10:34:41 1999  Owen Taylor  <otaylor@redhat.com>
25499
25500         * gtk/gtkgamma.h: Adapt cast macros to standard.
25501
25502 [ Merges from 1.2 ]
25503
25504 Tue Nov 16 10:15:54 1999  Owen Taylor  <otaylor@redhat.com>
25505
25506         * gtk/gtkitemfactory.c (gtk_item_factory_parse_path):
25507         If translation does not include a '/', use entire
25508         translation instead of crashing.
25509
25510 Sun Oct 31 22:21:11 1999  Tim Janik  <timj@gtk.org>
25511
25512         * docs/gtk_tut.sgml:
25513         s/gtk_accel_group_attach/gtk_window_add_accel_group/.
25514
25515 Sat Oct 30 09:09:09 1999  Owen Taylor  <otaylor@redhat.com>
25516
25517         * gtk/gtkselection.c (gtk_target_list_remove): Use
25518         g_list_remove_link, not g_list_remove.
25519
25520         [ From Geert Bevin <gbevin@thunderstorms.org> ]
25521         
25522 Sun Oct 24 07:41:40 1999  Tim Janik  <timj@gtk.org>
25523
25524         * gtk/gtkclist.c (real_undo_selection): commented out g_print()
25525         statement upon unselection (how the heck did that slip in?).
25526
25527 Sat Oct 23 03:03:08 1999  Tim Janik  <timj@gtk.org>
25528
25529         * gtk/gtktext.c (gtk_text_freeze): 
25530         (gtk_text_thaw): undraw/draw cursor here to avoid unnecessary scrolling
25531         in frozen state (and aparently crashes). patch provided by Anders
25532         Melchiorsen <and@kampsax.dtu.dk>.
25533
25534 Sat Oct 23 02:53:20 1999  Tim Janik  <timj@gtk.org>
25535
25536         * fix insensitive default/focus widget activation,
25537         reported by Matt Goodall <mgg@isotek.co.uk>.
25538
25539         * gtk/gtkwindow.c (gtk_window_key_press_event): 
25540         (gtk_window_activate_default):
25541         (gtk_window_activate_focus):
25542         return handled=FALSE for actiavtion of insensitive default
25543         widgets. return handled=TRUE for activation of insensitive
25544         focus widgets. don't activate in either case.
25545
25546 Tue Oct 19 09:55:08 1999  Owen Taylor  <otaylor@redhat.com>
25547
25548         * gtk-config.in (lib_gtk): Switch order of @x_cflags@
25549         and $glib_cflags to match library order and in the
25550         theory that an old version of GLib is more likely to
25551         be in the include directory for X then vice-versa.
25552         (Bug #2776)
25553
25554 Tue Oct 19 09:46:49 1999  Owen Taylor  <otaylor@redhat.com>
25555
25556         * gtk/gtkrc.c (gtk_rc_init): Always use LC_CTYPE 
25557         to determine the locale for fontsets, not LC_MESSAGES;
25558         the user may want English messages with a handling
25559         for non-English languages. (LC_CTYPE=ru_RU LC_MESSAGES=fr_FR
25560         will still be broken) (Bug #2891)
25561
25562 Tue Oct 19 20:36:42 1999  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>
25563
25564         * gtk/gtkrc.ko: Fixed the wrong number of "*"'s.
25565
25566 Tue Oct 19 12:15:13 1999  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>
25567
25568         * gtk/gtkrc.ko: Changed the Korean default fontset.
25569
25570 Fri Oct  8 02:32:47 1999  Owen Taylor  <otaylor@redhat.com>
25571
25572         * gtk/gtklayout.c (gtk_layout_adjustment_changed): Fix bug
25573         where when scrolling to the left or top double exposes
25574         were done, causing major slowdowns.
25575
25576 Thu Oct  7 18:31:55 1999  Owen Taylor  <otaylor@redhat.com>
25577
25578         * gtk/gtkrc.c (gtk_rc_init): Always normalize codeset
25579         names to lowercase and alphanumeric, before looking
25580         them up.
25581
25582         * gtk/Makefile.am: Install codeset variant gtkrc files
25583         with normalized names.
25584
25585 Thu Oct  7 22:52:42 1999  Tim Janik  <timj@gtk.org>
25586
25587         * gtk/gtkitemfactory.c (gtk_item_factory_popup_with_data): even
25588         popup menus when the menu is already visible, but its parent
25589         is still hidden, (happens after tornoff window got hidden).
25590
25591 Thu Oct  7 11:09:55 1999  Owen Taylor  <otaylor@redhat.com>
25592
25593         * gtk/Makefile.am (install-data-local): Fix
25594         a typo where gtkrc.vi_VN.tcvn5712 wasn't getting
25595         deleted, causing error messages on install.
25596
25597 Thu Oct  7 11:03:06 1999  Owen Taylor  <otaylor@redhat.com>
25598
25599         * gtk/gtk[hv]paned.c (gtk_{h,v}paned_draw): Redraw
25600         the handle as well, since we now sometimes ignore
25601         exposes on the handle while resizing.
25602
25603 Wed Oct  6 18:02:31 1999  Owen Taylor  <otaylor@redhat.com>
25604
25605         * gtk/gtkrc.c (gtk_rc_append_default_pixmap_path): Fix stupid
25606         extra g_free introduced in one of the last one or two 
25607         commits.
25608
25609 Wed Oct  6 16:38:36 1999  Owen Taylor  <otaylor@redhat.com>
25610
25611         * gtk/Makefile.am gtk/gtkrc*: Make naming of gtkrc files
25612         consistent, put each style that a gtkrc.* file creates
25613         in a unique namespace, remove old files before installing.
25614
25615 Wed Oct  6 14:31:16 1999  Owen Taylor  <otaylor@redhat.com>
25616
25617         * gtk/gtkrc.c (gtk_rc_init): Avoid leaking memory when
25618         gtk_rc_init is called multiple times. (Yes, people who
25619         do that have bugs in their code.)
25620
25621 Tue Oct  5 11:36:57 PDT 1999 Manish Singh <yosh@gimp.org>
25622
25623         * gtk/Makefile.am: listing gtkrc in gtkconf_DATA seems to barf.
25624         Remove it since it's generated by the Makefile anyway
25625
25626 Tue Oct  5 02:43:41 1999  Owen Taylor  <otaylor@redhat.com>
25627
25628         * gdk/gdkinputcommon.h (gdk_input_device_new): Free
25629         device->info.axes for core pointer.
25630
25631 Thu Sep 30 13:55:25 1999  Owen Taylor  <otaylor@redhat.com>
25632
25633         * gtk/testgtk.c (destroy_idle_test): Rename idle to 
25634         idle_id, to deal with obsolete, broken C libraries.
25635
25636 Mon Sep 27 02:50:15 1999  Owen Taylor  <otaylor@redhat.com>
25637
25638         * gtk/gtkvscale.c (gtk_vscale_draw): Don't add in
25639         allocation->x/y twice!
25640
25641         * gtk/gtkhscale.c: Make usage of gtk_hscale_pos_trough()
25642         consistent with gtk_vscale_pos_trough().
25643
25644 Sun Sep 26 19:44:34 1999  Owen Taylor  <otaylor@redhat.com>
25645
25646         * gtk/gtkcontainer.c (gtk_container_queue_resize): We may
25647         be queueing a resize on a toplevel container between
25648         the time we show it and when we map it. So, we need
25649         to test GTK_WIDGET_VISIBLE() for toplevels, and only
25650         use GTK_WIDGET_DRAWABLE() for child windows.
25651
25652 Thu Sep 23 16:41:03 1999  Owen Taylor  <otaylor@redhat.com>
25653
25654         * gtk/Makefile.am (LDADDS): Add GDK_WLIBS to LDADDS 
25655         (fixes bug #2144)
25656
25657 Fri Sep 24 00:51:45 1999  Tim Janik  <timj@gtk.org>
25658
25659         * gtk/gtkcontainer.c (gtk_container_queue_resize): check for
25660         container DRAWABLE (instead of VISIBLE), so we don't queue
25661         resizes on non-toplevel containers.
25662
25663 Sun Sep 19 18:13:31 1999  Owen Taylor  <otaylor@redhat.com>
25664
25665         * gtk/gtkselection.[ch]: Make the data argument
25666         const guchar *.
25667
25668 Sat Sep 18 21:27:40 1999  Owen Taylor  <otaylor@redhat.com>
25669
25670         * gtk/gtkwindow.c: Try to behave sensibly if 
25671         the focus widget is the window itself. (Should
25672         we allow this at all?)
25673
25674 Fri Sep 17 09:57:15 1999  Tim Janik  <timj@gtk.org>
25675
25676         * gtk/gtkwidget.c (gtk_widget_set_sensitive): 
25677         * gtk/gtknotebook.c (gtk_notebook_set_scrollable): 
25678         * gtk/gtknotebook.c (gtk_notebook_set_show_border): 
25679         * gtk/gtkclist.c (gtk_notebook_set_show_border): make gboolean args
25680         in prototypes and implementations consistent (Tomas Ogren).
25681
25682         * gtk/gtklayout.c (gtk_layout_remove): unset GTK_IS_OFFSCREEN flag
25683         before the widget is unparented (reported by damon).
25684
25685         * gtk/gtkdnd.c: make the cursor and icon data _unsigned_ char,
25686         since we provide unsigned data anyways.
25687
25688 Thu Sep 16 21:32:01 1999  Owen Taylor  <otaylor@redhat.com>
25689
25690         * gtk/gtktooltips.c (gtk_tooltips_set_tip): Delay
25691         the call to gtk_tooltips_layout_text() until later.
25692
25693         * gtk/gtktooltips.c (gtk_tooltips_draw_tips):
25694         Call gtk_widget_ensure_style() before using the style.
25695
25696 Wed Sep 15 02:52:19 1999  Owen Taylor  <otaylor@redhat.com>
25697
25698         * gtk/gtkwidget.c (gtk_widget_event): Added workaround
25699         for old widgets that don't propagate draws to all
25700         children. (Namely gnome-dock for gnome-libs <= 1.0.16)
25701
25702 Tue Sep 14 19:22:19 1999  Tim Janik  <timj@gtk.org>
25703
25704         * gtk/gtkwidget.c (gtk_widget_queue_resize): don't queue the parent
25705         for a redraw but just the widget that requested the resize.
25706
25707 Tue Sep 14 18:29:47 1999  Tim Janik  <timj@gtk.org>
25708
25709         * gtk/gtkcontainer.c: added new widget level method
25710         gtk_container_set_reallocate_redraws() and a GtkContainer flag
25711         reallocate_redraws : 1 to reflect the setting, exported this through
25712         the argument system as a boolean ::reallocate_redraws.
25713
25714         * gtk/gtkwidget.c (gtk_widget_size_allocate): when queueing redraws
25715         on the widget because the allocation changes, do so as well for
25716         widget->parent if the parent has reallocate_redraws set to TRUE.
25717         with that containers requesting reallocation redraws get automatically
25718         redrawn if their children changed allocation (this unfortunately
25719         affects also other children that didn't change allocation, but we
25720         cannot work around that before 1.3).
25721
25722 Tue Sep 14 18:23:01 1999  Tim Janik  <timj@gtk.org>
25723
25724         * gtk/gtkwidget.c (gtk_widget_idle_draw): only emit ::draw if width
25725         _and_ height are >0 (not _or_).
25726
25727         * gtk/gtktable.c (gtk_table_remove): use gtk_widget_queue_resize()
25728         instead of gtk_container_queue_resize(), which is a core gtk internal
25729         function (must have been on crack when i queued that).
25730
25731         * gtk/gtkprivate.h: added new private flag GTK_FULLDRAW_PENDING, so
25732         we can check more reliably if we want to discard expose events.
25733         * gtk/gtkwidget.c: added setting/unsetting of the GTK_FULLDRAW_PENDING
25734         flag.
25735         
25736         * gtk/gtkwidget.c (gtk_widget_event): don't discard synthesized exposes,
25737         we simply trust these events. for deciding whether to discard exposes,
25738         check GTK_FULLDRAW_PENDING instead of RESIZE_PENDING.
25739         
25740 Mon Sep 13 15:01:21 1999  Owen Taylor  <otaylor@redhat.com>
25741
25742         * gtk/gtkwidget.c (gtk_widget_queue_clear_area): Ignore
25743         queues of areas that are completely off screen.
25744
25745         * gtk/gtkwidget.c (gtk_widget_idle_draw): Fix broken
25746         logic for handleboxes.
25747
25748         * gtk/gtkwidget.c (gtk_widget_queue_draw_data): Add santity
25749         check on width/height.
25750
25751 Mon Sep 13 02:22:47 1999  Tim Janik  <timj@gtk.org>
25752
25753         * gtk/Makefile.am: backed out Raja's recent VPATH build "improvements",
25754         we are fine with using $@ the way we do (if we actually encounter
25755         brokeness with $@ in VPATH builds because of additional path prefixes,
25756         we need to use $(@F) actually).
25757
25758 Mon Sep 13 01:34:53 1999  Tim Janik  <timj@gtk.org>
25759
25760         * gtk/gtksignal.c: renamed two variables, hopefully didn't introduce
25761         short lived bugs, that would allow language bindings to do surgeries
25762         to our guts.
25763
25764 Fri Sep 10 15:22:50 1999  Owen Taylor  <otaylor@redhat.com>
25765
25766         * gtk/gtkwindow.c (gtk_window_size_allocate): Fix typo
25767         where comparison was being done against an uninitialized
25768         value causing intermittant results depending on
25769         compiler flags. Also make it clearer that we aren't
25770         ever initializing the child as 0x0 (though this will
25771         be caught in gtk_widget_size_allocate())
25772
25773 Fri Sep 10 10:06:56 1999  Owen Taylor  <otaylor@redhat.com>
25774
25775         * gtk/gtkwindow.c (gtk_window_set_transient_for): Move
25776         gtk_window_unset_transient_for() call after we do checks
25777         involving the old transient parent.
25778         [ From Lance Capser <lmc@cyberhighway.net> ]
25779
25780 1999-09-07  Raja R Harinath  <harinath@cs.umn.edu>
25781
25782         * gtk/Makefile.am (gtk.defs): Go back to using `touch' to create
25783         an empty file.
25784
25785 Mon Sep  6 00:11:56 1999  Lars Hamann  <lars@gtk.org>
25786
25787         * gtk/gtkctree.c (gtk_ctree_is_ancestor): return FALSE if node has
25788         no children. (Reported by: Chris Rogers <gandalf@pobox.com>)
25789
25790 1999-09-03  Raja R Harinath  <harinath@cs.umn.edu>
25791
25792         * gtk/Makefile.am (gen_sources): Improve VPATH builds.
25793         `$@' is valid only in the build dir, not after we've done 
25794         `cd $srcdir'.  Also use `test -f' instead of less portable
25795         `test -e'.
25796
25797 Fri Sep  3 15:59:56 1999  Owen Taylor  <otaylor@redhat.com>
25798
25799         * gtk/gtktext.c (correct_cache_insert): Rewrite
25800          for simplicity, and hopefully correctness.
25801          (Fixes bug #1322, which was a segfault when
25802           on some insertions with the properties around
25803           the insertion set up just wrong.)
25804
25805         * gtk/gtktext.c (gtk_text_adjustment): When we receive
25806          a "changed" signal, clamp the new value to the adjustment
25807          bounds to avoid segfaulting if someone tries to change
25808          the adjustment to a bogus value. (Bug #1795)
25809
25810 Thu Sep  2 16:33:59 1999  Owen Taylor  <otaylor@redhat.com>
25811
25812         * gtk/gtkmain.c: Ignore unexpected destroy notifies
25813         for children, for toplevel windows handle them
25814         like delete_event.
25815
25816         * gtk/gtkplug.c: Add an unrealize handler so that
25817         we unref plug->socket_window when we are done
25818         with it.
25819
25820 Fri Sep  3 14:52:54 1999  Owen Taylor  <otaylor@redhat.com>
25821
25822         * gtk/gtktext.c (clear_area): Fix stupid signedness
25823          problem that was causing background to sometimes
25824          be misaligned.
25825
25826 Fri Sep  3 12:26:33 1999  Owen Taylor  <otaylor@redhat.com>
25827
25828         [ Fixes pointed out by Ettore Perazzoli <ettore@comm2000.it> ]
25829         
25830         * gtk/gtkmenu.c (gtk_menu_position): Make
25831          sure we never position menus with negative x, y,
25832          since gtk_widget_set_uposition() can't handle that.
25833
25834         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu):
25835          Modify the positioning code a bit so that we always
25836          put the top-left corner onscreen. (This is for
25837          UI reasons, gtk_menu_position() now takes care of
25838          gtk_widet_set_uposition() brokeness.)
25839
25840 Fri Sep  3 03:06:30 1999  Tim Janik  <timj@gtk.org>
25841
25842         * gtk/Makefile.am: fixed up things for -jx, x > 1.
25843
25844 Sun Sep  5 08:48:51 1999  Owen Taylor  <otaylor@redhat.com>
25845
25846         * gtk/gtkwidget.c (gtk_widget_modify_style): Ref the
25847           RC style that is passed in. The lack of the ref
25848           before was a bug. If people worked around this
25849           bug, this will introduce a slight memory leak
25850           in their code. The code should typically look like:
25851
25852             rc_style = gtk_rc_style_new ();
25853             [...]
25854             gtk_widget_modify_style (widget, rc_style);
25855             gtk_rc_style_unref (rc_style);
25856
25857         * gtk/gtkwidget.c (gtk_widget_modify_style): Reset
25858           the style if it was already set.
25859
25860         * gtk/gtkwidget.c (gtk_widget_set_name): Only set the
25861           style if it was set before.
25862
25863 Thu Sep  2 19:02:37 1999  Owen Taylor  <otaylor@redhat.com>
25864
25865         * gtk/testgtk.c (main): Add a check to see if we
25866           are being run from the correct directory and
25867           to quit nicely if we are not.
25868
25869         * gtk/gtkrc.c (gtk_rc_slist_remove_all): Make function
25870           static.
25871
25872 Thu Sep  2 23:00:03 1999  Tim Janik  <timj@gtk.org>
25873
25874         * gtk/gtkenums.h (GtkWindowPosition): added GTK_WIN_POS_CENTER_ALWAYS.
25875
25876         * gtk/gtkwindow.c:
25877         queue resizes unconditionally (gtk_widget_queue_resize will figure
25878         what to do if the window is not realized).
25879         (gtk_window_move_resize): only recenter the window
25880         for GTK_WIN_POS_CENTER_ALWAYS.
25881         (gtk_window_compute_reposition): handle GTK_WIN_POS_CENTER_ALWAYS in
25882         the same way as GTK_WIN_POS_CENTER.
25883
25884 Thu Sep  2 22:39:27 1999  Tim Janik  <timj@gtk.org>
25885
25886         * gtk/gtkwindow.c (gtk_window_reposition): check for the last position
25887         with (!(info->last_flags & GDK_HINT_POS)) instead of
25888         (!info->last_flags & GDK_HINT_POS).
25889
25890         * gtk/gtkwindow.c (gtk_window_move_resize): constrain new_width and
25891         new_height unconditionally, because we use these values even if
25892         !default_size_changed && !hints_changed.
25893         comented the (default_size_changed || hints_changed) case with
25894         respect to resize rejects from the window manager.
25895
25896         * gtk/gtkwindow.c (gtk_window_move_resize): save info->last values
25897         in the zvt condition hack, since this includes the window hints, set
25898         the hints after the handling_resize case.
25899
25900         * gtk/gtkwindow.c (gtk_window_show): constrain the default size that a
25901         window is initially shown with to the geometry.
25902
25903 Thu Sep  2 07:38:56 1999  Tim Janik  <timj@gtk.org>
25904
25905         * gtk/gtkwindow.c (gtk_window_move_resize):
25906         s/size_changed/default_size_changed/g so i know what's
25907         really going on (frying brain on smaller flame now).
25908
25909 Thu Sep  2 05:47:47 1999  Tim Janik  <timj@gtk.org>
25910
25911         * gtk/gtkwindow.c (gtk_window_move_resize): queue a new resize if
25912         we have size_changed upon handling_resize. this is a gross
25913         workaround for the broken zvt widget and should be removed in
25914         1.3 again (search for FIXME).
25915         Owen provided an accurate comment for this:
25916
25917         /* We could be here for two reasons
25918          *  1) We coincidentally got a resize while handling
25919          *     another resize.
25920          *  2) Our computation of size_changed was completely
25921          *     screwed up, probably because one of our children
25922          *     is broken. It's probably a zvt widget.
25923          *
25924          * For 1), we could just go ahead and ask for the
25925          * new size right now, but doing that for 2)
25926          * might well be fighting the user (and can even
25927          * trigger a loop). Since we really don't want to
25928          * do that, we requeue a resize in hopes that
25929          * by the time it gets handled, the child has seen
25930          * the light and is willing to go along with the
25931          * new size. (this happens for the zvt widget, since
25932          * the size_allocate() above will have stored the
25933          * requisition corresponding to the new size in the
25934          * zvt widget)
25935          *
25936          * This doesn't buy us anything for 1), but it shouldn't
25937          * hurt us too badly, since it is what would have
25938          * happened if we had gotten the configure event before
25939          * the new size had been set.
25940          */
25941
25942 Wed Sep  1 20:46:11 1999  Owen Taylor  <otaylor@redhat.com>
25943
25944         * gtk/gtkrc.c: deal properly with the fact that RC
25945           style lists may include rc styles more than once.
25946
25947         * gtk/gtkrc.c (gtk_rc_append_pixmap_path): Removed
25948           unused static function.
25949
25950         * gtk/gtkrc.c (gtk_rc_find_pixmap_in_path): Keep a
25951           stack of directories of RC files currently being
25952           parsed and implicitely add them to pixmap path.
25953           
25954           This fixes a bug where the directory would get
25955           appended then overwritten by pixmap_path declarations.
25956
25957           (bug #1462, from Peter Wainright <prw@wainpr.demon.co.uk>)
25958
25959         * gtk/gtkthemes.c (gtk_theme_engine_unref): Call
25960           theme's exit function. (Patch from Peter Wainwright,
25961           bug #1454)
25962
25963         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_destroy):
25964           Add a destroy() handler to take care of removing
25965           group for menu item. (Fixes bug #1197)
25966
25967         * gtk/gtkwidget.c (gtk_widget_size_request): Fixed thinko
25968           in warning message.
25969
25970 Wed Sep  1 21:27:42 1999  Tim Janik  <timj@gtk.org>
25971
25972         * gtk/gtkwindow.c (gtk_window_move_resize): don't require a server
25973         roundtrip to figure window's width and height, since we know that
25974         anyways from widget->allocation.
25975
25976 Wed Sep  1 12:37:44 1999  Owen Taylor  <otaylor@redhat.com>
25977
25978         * gtk/gtkwindow.c (gtk_window_move_resize): Compute
25979           the hints after we request the new size.
25980
25981 Wed Sep  1 10:38:37 1999  Owen Taylor  <otaylor@redhat.com>
25982
25983         * gtk/gtkwindow.c (gtk_window_compute_hints): Removed
25984           GTK_WIDGET_REALIZED() assertion - we can compute the
25985           hints before we are realized.
25986
25987         * gtk/gtkwindow.c (gtk_window_move_resize): Reorder
25988           hint changing so that we have a value of hints_changed
25989           when we decide whether to constrain the window size.
25990
25991         * gtk/gtkwindow.c (gtk_window_move_resize): Spelling fix.
25992
25993         * gtk/gtkwindow.c (gtk_window_constrain_size): cleanups,
25994         change back to G_MAXINT.
25995
25996 Wed Sep  1 06:54:59 1999  Tim Janik  <timj@gtk.org>
25997
25998         * gtk/gtkwindow.c (gtk_window_get_geometry_info): zero initialize
25999         new GtkWindowGeometryInfo, so fields like GdkGeometry geometry
26000         contain uncluttered values.
26001         (gtk_window_compute_hints): simply assert that window is realized
26002         and that geometry_info is valid, since we rely on this anyways.
26003         (gtk_window_constrain_size): major cleanups to the code.
26004         if (flags & GDK_HINT_BASE_SIZE) use geometry's base width and height
26005         for the base size, instead of the minimums. use 32767 as max width
26006         and height (like in gtkwindow.c) instead of G_MAXINT.
26007
26008 Wed Sep  1 04:41:25 1999  Tim Janik  <timj@gtk.org>
26009
26010         * cleaned up the GtkContainer.need_resize flag handling mess, we
26011         only need to force resize requests when we were prematurely
26012         realized, or our widget tree was modified when we were temporarily
26013         hidden. handling these cases directly upon showing the window (i.e.
26014         while the GdkWindow is still unmapped) avoids the need to wait for
26015         a configure event response and therefore makes the GUI more snappier
26016         and avoids blank windows during the roundtrip.
26017
26018         * gtk/gtkwidget.c:
26019         (gtk_widget_hide): 
26020         (gtk_widget_show): don't queue resizes on toplevels, they know how
26021         to deal with matters.
26022
26023         * gtk/gtkcontainer.c (gtk_container_queue_resize): set the ->need_resize
26024         flag directly for not visible resize containers and spare us unecessary
26025         signal emissions.
26026
26027         * gtk/gtkwindow.c:
26028         (gtk_window_realize): if we need to enforce premature size allocation,
26029         queue a container resize so we are correctly resized later on.
26030         (gtk_window_init):
26031         (gtk_window_size_request):
26032         don't freak around with the ->need_resize flag,
26033         gtk_container_queue_resize() will care about that.
26034         (gtk_window_show):
26035         handle initial resizing issues here, we can handle matters better in
26036         this place, especially since we know that our GdkWindow is still
26037         unmapped.
26038         (gtk_window_move_resize):
26039         don't care about ->need_resize at all.
26040         handle size changes properly that occoured while we waited for a
26041         configure event.
26042
26043 Tue Aug 31 15:58:46 1999  Owen Taylor  <otaylor@redhat.com>
26044
26045         * gtk/gtkwidget.c (gtk_widget_set_uposition):
26046         * gtk/gtkwindow.[hc] (gtk_window_reposition):
26047         Move the hint setting code from gtk_widget_set_uposition
26048         to here; set the hints so that we respect any previously
26049         set geometry hints.
26050
26051         * gtk/gtkwindow.c (gtk_window_compute_reposition): Don't
26052         change the window hints here or move the window here,
26053         let that happen in gtk_window_move_resize().
26054
26055 Tue Aug 31 06:58:52 1999  Tim Janik  <timj@gtk.org>
26056
26057         * gtk/gtkwidget.c (gtk_widget_event): when discarding exposes due
26058         to already queued resizes (and therefore redraws) on a widget, check
26059         its anchestry as well.
26060
26061         * gtk/gtkcontainer.c:
26062         (gtk_container_queue_resize): clear resize widgets for resize
26063         containers before aborting prematurely. this is especially important
26064         for toplevels which may need imemdiate processing or their resize
26065         handler to be queued.
26066         (gtk_container_dequeue_resize_handler): added new internal function for
26067         gtkwindow.c.
26068
26069         * gtk/gtkwindow.c (gtk_window_move_resize): if we are resizing due to a
26070         configure event, take possible changes in window position into account
26071         as well.
26072         if we request a new window size, queue up a resize handler that will
26073         last until the configure event response arrives.
26074         combined the ->need_resize case (initial show) with the general size
26075         (hints) changed case and added even more comments.
26076         if !auto_shrink, only revert to the old allocation if the new size
26077         is smaller than the current allocation.
26078
26079 Tue Aug 31 11:55:20 1999  Owen Taylor  <otaylor@redhat.com>
26080
26081         * gtk/gtkwindow.c (gtk_window_set_arg, gtk_window_set_policy,
26082                            gtk_window_set_geometry_hints
26083                            gtk_window_set_default_size):
26084         When hints are set, queue a resize so that the hints will
26085         be eventually reset on the toplevel.
26086
26087         * gtk/gtkwindow.c (gtk_window_show): Use
26088         gtk_window_compute_default_size(). Clear the need_resize flag
26089         on the initail map so that we don't unnecessarily trigger the
26090         resize code.
26091
26092         * gtk/gtkwindow.c (gtk_window_move_resize): Split apart
26093         into separate functions. Compare the hints we are setting
26094         with what we set last time so that we can accurately
26095         tell when we need to reset the hints.
26096
26097         * gtk/gtkwindow.c (gtk_window_compute_default_size): New
26098         function to figure out the size from requisition
26099         and default_size.
26100
26101         * gtk/gtkwindow.c (gtk_window_constrain_size): Function
26102         from fvwm to constrain a size to the geometry hints.
26103
26104         * gtk/gtkwindow.c (gtk_window_compare_hints): New function
26105         to compare two sets of geometry hints.
26106
26107         * gtk/gtkwindow.c (gtk_window_compute_hints): Renamed
26108         from gtk_window_set_hints(), just compute the hints,
26109         don't set them.
26110
26111         * gtk/gtkwindow.c (gtk_window_compute_reposition): Move
26112         code from gtk_window_move_resize() to separate function,
26113         rationalize a bit.
26114
26115 Tue Aug 31 13:05:03 1999  Owen Taylor  <otaylor@redhat.com>
26116
26117         * gtkrc.h: Move the ref_count member out of the GtkRcStyle
26118         structure into a new private structure.
26119
26120         * gtkrc.c: Split GtkRcStyle into public/private.
26121         In the private part, add a list of pointers to the
26122         RcStyle lists this RcStyle participates in.
26123
26124         * gtkrc.c: When a RcStyle is free, remove all
26125         lists referencing it from the 
26126         realized_style_ht hash, and free those lists.
26127         
26128         * gtk/gtkrc.c (gtk_rc_clear_styles): Don't call
26129         gtk_rc_init(), since that adds the default styles
26130         to the list of parsed RC files again.
26131
26132         * gtk/gtkrc.c: Use gtk_rc_style_find() consistently.
26133         
26134 Thu Aug 26 14:14:42 1999  Tim Janik  <timj@gtk.org>
26135
26136         * gtk/gtkwidget.c (gtk_widget_size_allocate): reactivated the sanity
26137         checks that ensure that a widget's allocation is at least 1 in width
26138         and height. (GNOME note: this doesn't affect old panel code anymore,
26139         because GtkSocket will request width and height of at least 1 since
26140         Fri Jul 23).
26141
26142         * gtk/gtkwindow.c (gtk_window_realize): if the widget hasn't been
26143         allocated yet (happens if the user realizes the window prematurely),
26144         size request and allocate it.
26145         (gtk_window_size_allocate): guard against guint underflows.
26146
26147 Wed Aug 25 19:01:36 1999  Lars Hamann  <lars@gtk.org>
26148
26149         * gtk/Makefile.am (gtk_built_sources): reordered stamp-gtk.defs
26150         in gtk_built_sources, so gtk.defs gets built prior to all other
26151         sources.
26152
26153 Mon Aug 23 19:11:17 1999  Tim Janik  <timj@gtk.org>
26154
26155         * gtk/Makefile.am:
26156         invoke indent on gtkmarshal.*. 
26157         rewrote source generation rules, use COPYING as oldest source tag for
26158         a piggyback rule to generate all sources from (don't touch it ;).
26159         major cleanups, strip spaces on build rules for GNU Make.
26160
26161         * gtk/genmarshal.pl: don't operate on hardcoded filenames but take
26162         source and target files from commandline arguments. don't invoke indent.
26163
26164 Sat Aug 21 14:07:36 1999  Lars Hamann  <lars@gtk.org>
26165
26166         * gtk/gtknotebook.c (gtk_notebook_real_switch_page): queue_resize
26167         notebook after switch to avoid drawing problems.
26168         (Bug#856 Reported by: Theodore Roth <troth@netmagic.net>)
26169         
26170         (gtk_notebook_pages_allocate): don't map not visible tab_labels, 
26171         show them instead. 
26172         (Bug#1805 Reported by: Dave Cole <dave@dccs.com.au>)
26173
26174 Sat Aug 21 14:07:36 1999  Lars Hamann  <lars@gtk.org>
26175
26176         * gtk/gtknotebook.c (gtk_notebook_real_switch_page): queue_resize
26177         notebook after switch to avoid drawing problems.
26178         (Bug#856 Reported by: Theodore Roth <troth@netmagic.net>)
26179         
26180         (gtk_notebook_pages_allocate): don't map not visible tab_labels, 
26181         show them instead. 
26182         (Bug#1805 Reported by: Dave Cole <dave@dccs.com.au>)
26183
26184 Wed Aug 18 09:20:10 1999  Tim Janik  <timj@gtk.org>
26185
26186         * gtk/gtkwindow.c:
26187         we use window->need_resize from configure_event now, to indicate that
26188         the gtkwindow should keep its allocation (e.g. because the user resized
26189         the window through window manager handles). resize_count is now reliably
26190         used to figure whether we got the allocation we requested from the
26191         window manager.
26192         configure events get queued as resizes now, the real stuff (size
26193         computation and allocation) now only goes on in gtk_window_move_resize().
26194         GtkWindow's requisition now contains its *real* requisition (like all
26195         other widgets), *not* taking usize into account.
26196         geometry_info->last_{width|height} is now updated from set_hints() only
26197         so it always contains the last hints we set for the window manager.
26198         made some event handlers return TRUE instead of FALSE.
26199         the overall code should be much more straight forward now, and the
26200         significant code portions are accompanied by comments now.
26201         (gtk_window_set_hints):
26202         removed requisition argument and made it
26203         fetch the requisition through gtk_widget_get_child_requisition.
26204         we also don't move the gdkwindow here anymore, gtk_window_move_resize()
26205         does that now.
26206         (gtk_window_show):
26207         ensure that the widget is realized before calling 
26208         gtk_container_check_resize() (and thus gtk_window_move_resize()), also
26209         ensure that we got properly size requested and allocated before
26210         realization.
26211         (gtk_window_configure_event):
26212         ignore plain window moves, or reallocate the widget tree through the
26213         resize queue otherwise.
26214         (gtk_window_move_resize):
26215         mostly rewrote this function to figure window manager hints more
26216         reliably, coalesce window moves and resizes to reduce configure events
26217         and do actuall size allocations.
26218
26219 Tue Aug 17 07:43:04 1999  Tim Janik  <timj@gtk.org>
26220
26221         * gtk/gtkwidget.c (gtk_widget_event): discard expose events for widgets
26222         that have a resize pending, because a redraw is already queued for them.
26223
26224         * gtk/gtkcontainer.c: removed ugly connect_to ::size_allocate signal
26225         hack to clear resize_widgets.
26226
26227         * gtk/gtkwidget.c (gtk_widget_size_allocate): call clear_resize_widgets
26228         for resize containers prior to size allocation. (this is also a bit
26229         ugly, but avoids side effects for stopped emissions and is thus more
26230         reliable).
26231         (gtk_widget_unparent): removed disconnect call for clear_resize_widgets.
26232
26233         * gtk/gtktooltips.c (gtk_tooltips_paint_window): renamed this
26234         function from gtk_tooltips_expose, as we connect to ::expose_event
26235         *and* ::draw now.
26236
26237 1999-08-18  Federico Mena Quintero  <federico@redhat.com>
26238
26239         * gtk/gtkselection.c (gtk_target_list_ref): Added missing sanity
26240         checks.
26241         (gtk_target_list_unref): Likewise.
26242
26243         * gtk/gtkthemes.c (gtk_theme_engine_unref): Likewise.
26244
26245 Tue Aug 17 15:47:07 1999  Owen Taylor  <otaylor@redhat.com>
26246
26247         * gtk/gtkcolorsel.c (gtk_color_selection_draw_value_bar):
26248         guard against division by zero. (Fixes bug #1339)
26249
26250 Tue Aug 17 10:56:49 1999  Owen Taylor  <otaylor@redhat.com>
26251
26252         * gtk/gtkentry.c (gtk_move_{forward,backward}_word): 
26253         Prevent the trivial leak of information of allowing
26254         word motion when the entry is not visible.
26255
26256 Tue Aug 17 10:28:52 1999  Owen Taylor  <otaylor@redhat.com>
26257
26258         * gtk/gtkfilesel.c (gtk_file_selection_fileop_error): Propagate
26259         modality to error dialog as well as confirmation dialogs.
26260         (Bug #1803, reported by Rosanna Wing Sze Yuen)
26261
26262 Wed Aug 11 01:04:57 1999  Owen Taylor  <otaylor@redhat.com>
26263
26264         * gtk/gtktreeitem.c (gtk_tree_item_draw_lines): Honor
26265         tree->view_lines.
26266         (gtk-guy-990611-3.patch: Guy Harris <guy@netapp.com>)
26267
26268         * gtk/Makefile.am (install-data-local): Solaris apparently
26269         has various troubles with ln -f; use rm first instead.
26270         (gtk-guy-990611-2.patch: Guy Harris <guy@netapp.com>)
26271
26272 1999-07-30  Raja R Harinath  <harinath@cs.umn.edu>
26273
26274         * gtk/Makefile.am (stamp-m): Don't `mv' from builddir to srcdir,
26275         use `cp' followed by `rm' (the `rm' was already there).
26276
26277 July 30, 1999 Elliot Lee <sopwith@redhat.com>
26278         
26279         * configure.in: Fix autoconf warnings about cross compilation by
26280         trying to provide sane defaults for AC_TRY_RUN.
26281         * gtk/Makefile.am: If we refer to gtkmarshal.[ch] in $(srcdir),
26282         put them into $(srcdir) when generated. Also add a dependency of
26283         gtksignal.h on gtkmarshal.h for -j builds. 
26284         * gtk/gtk(dnd,style,gamma).c: Minor warning fixes.
26285
26286 Wed Jul 28 09:29:19 1999  Owen Taylor  <otaylor@redhat.com>
26287
26288         * gtk/gtkmain.c (gtk_main_iteration_do): Added missing
26289         GDK_THREADS_{LEAVE,ENTER} pair.
26290         (From Paul Fisher <pnfisher@redhat.com>)
26291
26292 Fri Jul 23 01:00:15 1999  Tim Janik  <timj@gtk.org>
26293
26294         * gtk/gtksocket.c (gtk_socket_size_request): asure that the requested
26295         width and height are always >0 (owen).
26296
26297 Fri Jul 23 00:00:47 1999  Tim Janik  <timj@gtk.org>
26298
26299         * gtk/gtkwidget.c (gtk_widget_size_allocate): backed out my recent
26300         change that assured that a widget's allocated with and height are
26301         always >1, since this breaks *buggy* panel code. unfortunately this
26302         back-breaks the gimp's color selector.
26303
26304         * gtk/gtkdrawingarea.c (gtk_drawing_area_size_allocate): asure that our
26305         allocation is always >0 in width and height, before sending the
26306         configure event; this is a *gross* hack to get the gimp back to work.
26307         
26308         * marked both cases with TODO-1.3
26309
26310 Wed Jul 21 15:47:39 1999  Owen Taylor  <otaylor@redhat.com>
26311
26312         * gtk/gtktext.c: Don't display wrap indicators when
26313         text is not editable and word wrap is on.
26314
26315 Wed Jul 21 08:21:40 1999  Tim Janik  <timj@gtk.org>
26316
26317         * gtk/gtkitemfactory.c (gtk_item_factory_create_item): special case
26318         option menus here as they are not derived from menu shell, assure that
26319         the option menu has a menu we can add items to.
26320
26321 Tue Jul 20 23:29:48 1999  Tim Janik  <timj@gtk.org>
26322
26323         * gtk/gtknotebook.c (gtk_notebook_page_allocate): convert allocation->
26324         width/height to (gint) before calculations and check against < 0 to
26325         avoid guint wraparounds.
26326
26327 Sun Jul 18 00:35:49 1999  Tim Janik  <timj@gtk.org>
26328
26329         * gtk/gtkwidget.c (gtk_widget_size_allocate): ensure that the allocated
26330         width and height is never zero. sanity check both dimensions against
26331         32767 and issue a warning if the allocation is greater than that.
26332
26333 Wed Jul  7 15:03:30 1999  Owen Taylor  <otaylor@redhat.com>
26334
26335         * gtk/gtkmain.c (gtk_events_pending): Unlock around call
26336         to g_main_pending() as well.
26337
26338 Wed Jul  7 14:59:01 1999  Owen Taylor  <otaylor@redhat.com>
26339
26340         * gtk/gtkmain.c (gtk_main_iteration): Unlock around
26341         call to g_main_iteration() - since that will regrab
26342         GTK+ lock to process events.
26343
26344 Thu Jul  1 15:01:55 1999  Owen Taylor  <otaylor@redhat.com>
26345
26346         * gtk/gtkwindow.c
26347         - Regularize with the rest of GTK+ by making widget->requisition
26348           not reflect the set_usize()
26349         - Always recompute geometry hints, then check if they
26350           changed before sending them to the X server. The
26351           previous checks for changes would fail in a number
26352           of circumstances. 
26353
26354 Thu Jul  1 11:55:59 1999  Owen Taylor  <otaylor@redhat.com>
26355
26356         * gtk/gtkstyle.c: Include <stdlib.h> for strcmp().
26357
26358 Wed Jun 30 19:26:36 1999  Owen Taylor  <otaylor@redhat.com>
26359
26360         * gtk/gtkdnd.c:
26361         - Code cleanups
26362         - Instantaneously update on modifier key presses
26363         - Allow cancellation of the drag with Escape.
26364
26365 Tue Jun 29 17:04:09 1999  Owen Taylor  <otaylor@redhat.com>
26366
26367         * gtk/testgtk.c (create_handle_box): Set the policy
26368         to auto_shrink - otherwise the appearance is rather
26369         strange when flipping between horizontal and vertical.
26370
26371 Mon Jun 28 09:29:52 1999  Tim Janik  <timj@gtk.org>
26372
26373         * gtk/gtkwindow.c: add ::default_width and ::default_height arguments.
26374         (gtk_window_set_default_size): don't change a value if it's < 0.
26375         queue a resize.
26376
26377 Sun Jun 27 11:00:33 1999  Tim Janik  <timj@gtk.org>
26378
26379         * gtk/gtktext.c (gtk_text_insert): don't segfault on NULL inserts.
26380
26381 Mon Jun 28 12:08:25 1999  Owen Taylor  <otaylor@redhat.com>
26382
26383         * gtk/gtkfilesel.c (cmpl_completion_fullname): Don't
26384         add an extra "/" when concating "/" + filename.
26385         (From Matt Grossman <mattg@oz.net>)
26386
26387 Mon Jun 28 10:57:12 1999  Owen Taylor  <otaylor@redhat.com>
26388
26389         * gtk/gtkctree.c (draw_cell_pixmap): Reset clip mask
26390         for fg_gc if we set it for drawing pixmap.
26391
26392 Tue Jun 15 12:45:12 1999  Owen Taylor  <otaylor@redhat.com>
26393
26394         Fixes from Peter Wainwright <prw@wainpr.demon.co.uk>
26395         
26396         * gtk/gtkrc.c (gtk_rc_parse_engine): If rc_style->engine is
26397         already set, call old engine's destroy function and
26398         unref the old engine.
26399
26400 Thu Jun 10 17:59:38 1999  Tim Janik  <timj@gtk.org>
26401
26402         * gtk/gtkdrawingarea.c (gtk_drawing_area_size): queue a resize.
26403
26404 Wed Jun  9 15:13:16 1999  Tim Janik  <timj@gtk.org>
26405
26406         * gtk/gtkaccelgroup.h: mark certain functions as internal.
26407
26408 Wed Jun  9 13:48:28 1999  Tim Janik  <timj@gtk.org>
26409
26410         * gtk/gtkpreview.c (gtk_preview_set_expand): queue a resize if the
26411         expand behaviour changed.
26412
26413         * gtk/gtklabel.c (gtk_label_set_pattern):
26414         (gtk_label_set_justify):
26415         (gtk_label_set_line_wrap):
26416         don't bother invoking queue_clear, the reallocation does
26417         that for us, always free_words so the upcoming resize will
26418         relayout the label's contents.
26419
26420 Wed Jun  9 12:50:48 1999  Tim Janik  <timj@gtk.org>
26421
26422         * applied argument implementation patches from Elena Devdariani
26423         <elena@cogent.ca>.
26424
26425         * gtk/gtktoolbar.c: ::orientation, ::toolbar_style, ::space_size,
26426         ::space_style, ::relief
26427         * gtk/gtkruler.c: ::lower, ::upper, ::position, ::max_size
26428         * gtk/gtkpreview.c: ::expand
26429         * gtk/gtkpaned.c: ::handle_size, ::gutter_size
26430         * gtk/gtknotebook.c: ::homogeneous
26431         * gtk/gtklabel.c: ::wrap
26432         * gtk/gtklist.c: ::selection_mode
26433         * gtk/gtkhandlebox.c: ::handle_position, ::snap_edge
26434         * gtk/gtkcurve.c: ::curve_type, ::min_x, ::max_x, ::min_y, ::max_y
26435         * gtk/gtkcolorsel.c: ::update_policy, ::use_opacity
26436         * gtk/gtkclist.c: ::sort_type
26437         * gtk/gtkcheckmenuitem.c: ::active, ::show_toggle
26438         * gtk/gtkaspectframe.c: ::xalign, ::yalign, ::ratio, ::obey_child
26439
26440 Tue Jun  1 23:38:38 1999  Owen Taylor  <otaylor@redhat.com>
26441
26442         * gtk/gtkstyle.c: Removed ill-thought-out part of last
26443         comment.
26444
26445 Tue Jun  1 23:30:09 1999  Owen Taylor  <otaylor@redhat.com>
26446
26447         * gtk/gtkstyle.c (gtk_style_attach): Get the reference
26448         counting right when we have to attach a new style
26449         for a different visual. (Chi-Deok Hwang <cdhwang@sr.hei.co.kr>)
26450
26451         * gtk/gtkstyle.c: Documented the refcounting
26452         peculularities of gtk_style_attach.
26453
26454 1999-06-01  Tim Janik  <timj@dhcpd7.redhat.com>
26455
26456         * gtk/gtkwindow.c (gtk_window_new): added return if fail for invalid
26457         window types.
26458
26459         * examples/packer/pack.c (main): use GTK_WINDOW_TOPLEVEL instead
26460         of GTK_TOPLEVEL for creating the window.
26461
26462 1999-06-01  Tim Janik  <timj@dhcpd7.redhat.com>
26463
26464         * gtk/gtkmain.c (gtk_init_check): don't segfault when --gtk-module is
26465         the last argument (reported by Per Winkvist).
26466         
26467 Tue May 25 13:13:12 1999  Owen Taylor  <otaylor@redhat.com>
26468
26469         Fixes for invisible XOR lines (Frank Loemker
26470         <floemker@TechFak.Uni-Bielefeld.DE>)
26471         
26472         * gtk/gtkclist.c (gtk_clist_realize): Always use
26473         a non-zero pixel for GDK_XOR.
26474
26475         * gtk/gtkvpaned.c gtk/gtkhpaned.c: 
26476         Use GDK_INVERT instead of GDK_XOR.
26477
26478 Wed May 12 21:56:40 1999  Lars Hamann  <lars@gtk.org>
26479
26480         * gtk/gtkclist.c (adjust_adjustments): signal emit value_changed
26481         signals if h/voffsets differ from adjustment values.
26482         Reportet by Jerome Bolliet <bolliet@in2p3.fr>
26483
26484 Mon May 10 04:20:41 1999  Tim Janik  <timj@gtk.org>
26485
26486         * gtk/gtkmenushell.c (gtk_menu_shell_activate_item): propagate
26487         ::selection-done emissions up to the topmost menu shell.
26488
26489 Fri May  7 10:15:14 1999  Owen Taylor  <otaylor@redhat.com>
26490
26491         * gtk/gtknotebook.c (gtk_notebook_set_scrollable): Unset
26492         the user data on the window before destroying it.
26493
26494         * gtk/gtknotebook.c (gtk_notebook_unrealize): Add an
26495         unrealize handler to take care of destroying 
26496         notebook->panel properly. 
26497         (Bug #1198 - Morten Welinder <terra@diku.dk>)
26498
26499         * gtk/gtktext.c (expand_scratch_buffer): Fix reversal
26500         of g_new and g_realloc to stop memory leak. (Actually,
26501         we could just use g_realloc(), but I'm not 100% sure
26502         that is portable).
26503         (Bug #1196 - Morten Welinder <terra@diku.dk>)
26504
26505 Wed Apr 21 00:42:08 1999  Owen Taylor  <otaylor@redhat.com>
26506
26507         * gtk/gtkplug.h: Removed stray GtkPlugButton declaration.
26508
26509         * gdk/gdkfont.c (gdk_text_measure): Fix the return value
26510         for fontsets.
26511
26512         * gtk/gtkbutton.c (gtkbutton_expose): Fix warning
26513         with bin/button confusion.
26514
26515 Thu May  6 04:53:26 1999  Tim Janik  <timj@gtk.org>
26516
26517         * gtk/testgtk.c: in the ItemFactory test, link radio items together,
26518         and show how preselection of radio items is done.
26519
26520 Sun May  2 13:31:14 1999  Tim Janik  <timj@gtk.org>
26521
26522         * gtk/gtktreeitem.c (gtk_tree_item_set_subtree): 
26523         * gtk/gtktree.c (gtk_tree_add) (gtk_tree_insert):
26524         * gtk/gtktoolbar.c (gtk_toolbar_insert_element): 
26525         * gtk/gtkpaned.c (gtk_paned_pack2) (gtk_paned_pack1):
26526         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_add): 
26527         * gtk/gtktable.c (gtk_table_attach): 
26528         * gtk/gtklist.c (gtk_list_insert_items): 
26529         * gtk/gtkmenushell.c (gtk_menu_shell_insert): 
26530         * gtk/gtknotebook.c (gtk_notebook_insert_page_menu): 
26531         * gtk/gtkpacker.c (gtk_packer_add_defaults) (gtk_packer_add): 
26532         * gtk/gtkbin.c (gtk_bin_add): 
26533         * gtk/gtkbox.c (gtk_box_pack_start) (gtk_box_pack_end): 
26534         * gtk/gtkfixed.c (gtk_fixed_put): 
26535         * gtk/gtklayout.c (gtk_layout_put):
26536         general fixups to container_add logic. always realize child if
26537         child->parent is realized, only map the child and queue a resize
26538         if child and child->parent are both visible.
26539
26540 Fri Apr 30 09:02:28 1999  Tim Janik  <timj@gtk.org>
26541
26542         * gtk/gtkwidget.c (gtk_widget_real_unrealize): use gtk_container_forall
26543         instead of gtk_container_foreach to walk and unrealize children, so
26544         composite children get also unrealized.
26545         (gtk_widget_real_show): don't call gtk_widget_map() if we don't need to.
26546         (gtk_widget_map): assert that the widget is visible (basic constrain).
26547         (gtk_widget_real_map): assert that the widget is realized (basic
26548         constrain).
26549
26550 Fri Apr 29 00:53:20 1999  Tim Janik  <timj@gtk.org>
26551
26552         * gtk/gtkbindings.c (gtk_pattern_spec_init): plugged a memory leak.
26553
26554 Tue May  4 09:32:08 1999  Owen Taylor  <otaylor@redhat.com>
26555
26556         * gtk/Makefile.am gtk/gtkrc.iso-8859-2: Add a gtkrc
26557         file for iso-8859-2 locales.
26558
26559         * configure.in (ALL_LINGUAS): ALL_LINGUAS update.
26560
26561 Tue Apr 27 16:38:32 1999  Owen Taylor  <otaylor@redhat.com>
26562
26563         * gtk/Makefile.am: Fix typo of static_sources for static_SOURCES.
26564          (Pointed out by andy@rz.uni-karlsruhe.de and others).
26565          Remove some suspicious and useless lines. 
26566
26567 Tue May  4 08:44:08 1999  Owen Taylor  <otaylor@redhat.com>
26568
26569         * gtk/gtkclist.c (gtk_clist_draw, draw_rows): Use 
26570         width,height = 0, 0 to mean - here to edge of window,
26571         instead of -1, -1, since the former is all we support.
26572
26573 Tue May  4 08:34:43 1999  Owen Taylor  <otaylor@redhat.com>
26574
26575         * gtk/gtkmain.c (gtk_main): Correctly free list nodes
26576         when removing from quit_functions list.
26577
26578 Tue Apr 27 14:17:16 1999  Tim Janik  <timj@gtk.org>
26579
26580         * gtk/gtkpacker.c (gtk_packer_size_request): remove unused variable.
26581
26582 Tue Apr 27 18:23:35 1999  Owen Taylor  <otaylor@redhat.com>
26583
26584         * gtk/gtkentry.c (gtk_entry_draw_cursor_on_drawable): 
26585          When redrawing characters on non-visible entry, use appropriate
26586          '*' character. (Bug #1130 - Jean-Marc Jacquet <jm@littleigloo.org>)
26587
26588 Tue Apr 27 01:31:40 1999  Lars Hamann  <lars@gtk.org>
26589
26590         * gtk/gtkclist.c (drag_dest_cell): compute destination cell
26591         from drag coordinates.
26592         (gtk_clist_drag_data_received) (gtk_clist_drag_motion):
26593         use drag_dest_cell.
26594
26595         * gtk/gtktree (drag_dest_cell)
26596         (gtk_ctree_drag_data_received) (gtk_ctree_drag_motion): likewise.
26597         (Bug #1129)
26598
26599 Wed Apr 21 21:26:11 1999  Tim Janik  <timj@gtk.org>
26600
26601         * gtk/gtkitemfactory.c (gtk_item_factory_init): properly initialize
26602         translate_* fields.
26603         (gtk_item_factory_finalize): invoke translate_notify independant from
26604         translate_data.
26605         (gtk_item_factory_set_translate_func): likewise.
26606         (gtk_item_factory_destroy): only remove ifactory pointer from those
26607         widgets that belong to us (stupid me).
26608
26609 Mon Apr 19 12:05:31 1999  Owen Taylor  <otaylor@redhat.com>
26610
26611         * gtk/gtkrc.c (gtk_rc_style_init): Fixed leak of
26612         rc_style list when lookup succeeeds.
26613
26614 Thu Apr 15 01:11:24 1999  Lars Hamann  <lars@gtk.org>
26615
26616         * gtk/gtkctree.c (resync_selection): 
26617         * gtk/gtkclist.c (resync_selection): fixed undo_selection bug.
26618         * gtk/gtkclist.c (gtk_clist_button_release): fixed resync_selection
26619         bug.
26620
26621 Fri Apr  9 19:22:19 1999  Owen Taylor  <otaylor@redhat.com>
26622
26623         * gtk/gtkcolorsel.c gtk/gtkdnd.c gtk/gtkmenuitem.c:
26624         Add some missing GDK_THREADS_ENTER()/LEAVE around
26625         timeouts. (Patches from Sebastian Wilhelmi <wilhelmi@ira.uka.de>)
26626
26627 Thu Apr  8 20:10:33 1999  Tim Janik  <timj@gtk.org>
26628
26629         * gtk/gtkentry.c (gtk_entry_key_press): use gtk_widget_activate()
26630         rather than emit_by_name.
26631
26632         * gtk/gtkeditable.c (gtk_editable_insert_text): keep a reference
26633         on the widget across multiple signal emissions.
26634         (gtk_editable_delete_text): same here.
26635         (gtk_editable_class_init): set widget_class->activate_signal after
26636         editable_signals[ACTIVATE] has been created.
26637
26638 Wed Apr  7 22:59:47 1999  Owen Taylor  <otaylor@redhat.com>
26639
26640         * gtk/gtkpaned.c (gtk_paned_set_position): Don't clamp
26641         position here prematurely -- we might not have the
26642         right ->min_position and ->max_position yet.
26643
26644 Tue Apr  6 16:38:51 1999  Owen Taylor  <otaylor@redhat.com>
26645
26646         * gtk/gtkselection.c gdk/gdkselection.c: (gtk_selection_request):
26647         Add error traps so if the other end of the connection
26648         dies, we survive.
26649
26650         * gtk/gtkselection.c (gtk_selection_notify): Clean
26651         up properly when selection property retrieval fails.
26652         
26653         * gtk/gtkselection.c (gtk_selection_request): Correctly
26654         reject SelectionRequest notifies where the handler
26655         returns no data.
26656
26657 Tue Apr  6 12:24:21 1999  Owen Taylor  <otaylor@redhat.com>
26658
26659         * gtk/gtkdnd.c (gtk_drag_dest_leave): Only unhighlight
26660         when we've previously highlighted.
26661
26662         * gtk/gtkdnd.c (gtk_drag_dest_handle_event): Don't
26663         emit two "drag_leave" signals for Motif drops.
26664
26665         * gtk/gtkdnd.c (gtk_drag_source_handle_event): Send
26666         back the correct status messages when dropping from
26667         Motif onto a proxy window that is rejecting the
26668         drop.
26669
26670 Sat Mar 27 23:32:13 1999  Tim Janik  <timj@gtk.org>
26671
26672         * gtk/gtkarg.[hc]: added functions from GLE, gtk_arg_reset() to free
26673         the value and reset type to GTK_TYPE_INVALID, and gtk_arg_values_equal()
26674         to compare two argument values. added gtk_arg_to_valueloc() to set a
26675         variable from an arg through its location (pointer).
26676
26677         * gtk/gtkobject.[hc]: implemented gtk_object_get() in terms of
26678         gtk_object_arg_get() and gtk_arg_to_valueloc(), floats are collected
26679         as gfloat*, uchars are collected as guchar*, ints are collected as
26680         gint*, etc...
26681
26682 Mon Mar 29 17:45:47 1999  Owen Taylor  <otaylor@redhat.com>
26683
26684         * gtk/gtkaccelgroup.c gtk/gtkgtkbindings.c:
26685         Include <string.h> instead of <strings.h>.
26686
26687         * gtk/gtkstyle.c: Fix double include of gtkthemes.h
26688         (actually, a lot more duplicate includes occur if
26689          you trace through the sequence of #include's)
26690         gtk-jbb-990320-0: John Bley, jbb6@acpub.duke.edu
26691         
26692 Mon Mar 29 17:02:58 1999  Owen Taylor  <otaylor@redhat.com>
26693
26694         Patches from Akira Higuchi <a-higuti@math.sci.hokudai.ac.jp>
26695         gtk-a-higuti-990322-[0-3]
26696
26697         * configure.in: Fix confusion between GTK_LOCALE_[C]FLAGS
26698         that was causing -DX_LOCALE not to work.
26699
26700         * gtk/gtkrc.c (gtk_rc_init):
26701         X_LOCALE will never have LC_MESSAGES defined
26702
26703 Thu Mar 25 12:38:31 1999  Tim Janik  <timj@gtk.org>
26704
26705         * gtk/gtkrc.c (gtk_rc_append_default_module_path): get $HOME from
26706         g_get_home_dir() (gtk-pmc-990123-0.patch.gz).
26707
26708         * gtk/gtkwindow.c (gtk_window_key_press_event): feature keypad up/down/
26709         left/right as well (gtk-michael-980726-0.patch.gz).
26710
26711         * gtk/gtklabel.[hc]: bunch of miscellaneous cleanups, such as s/0/NULL/
26712         for pointer values, use gchar instead of char. fixed uline allocation
26713         leaks, changed the allocation pattern so we use G_ALLOC_AND_FREE mem
26714         chunks instead of G_ALLOC_ONLY.
26715         (gtk_label_size_request): always alter requisition as passed and leave
26716         widget->requisition alone.
26717         (gtk_label_set_text): allow NULL strings.
26718         (gtk_label_new): likewise.
26719
26720 Wed Mar 24 09:24:03 1999  Tim Janik  <timj@gtk.org>
26721
26722         * gtk/gtkdrawingarea.[hc]: type/macro fixups.
26723
26724 Mon Mar 22 05:51:34 1999  Tim Janik  <timj@gtk.org>
26725
26726         * gtk/gtkbin.c (gtk_bin_draw): only redraw children that are visible
26727         *and* mapped (i.e. drawable).
26728         (gtk_bin_expose): only send exposes to drawable children.
26729
26730         * gtk/gtkbox.c (gtk_box_draw): only redraw children that are drawable.
26731         (gtk_box_expose): only send exposes to drawable children.
26732
26733         * gtk/gtkhscale.c (gtk_hscale_draw): 
26734         * gtk/gtkvscale.c (gtk_vscale_draw):
26735         hm, this is an ugly one. we first compute the size of our trough area
26736         here (window relative) and then check intersection with the draw_area
26737         which is parent relative because we're a NO_WINDOW widget, so we need
26738         to offset the trough area by allocation.x and allocation.y before the
26739         check. (this must not be done for the background area though, since
26740         that's already computed parent relative).
26741
26742 Mon Mar 22 00:41:39 1999  Lars Hamann  <lars@gtk.org>
26743
26744         * gtk/gtkclist.c (gtk_clist_unrealize): unmap clist if neccessary,
26745         unrealize title buttons.
26746
26747 Fri Mar 19 00:00:22 1999  Lars Hamann  <lars@gtk.org>
26748
26749         * gtk/gtkclist.c (gtk_clist_column_title_passive)
26750         (gtk_clist_column_title_active): 
26751         only connect/disconnect to GtkWidgetClass::event to block mouse events.
26752
26753         * gtk/gtkclist.c (vertical_timeout) (horizontal_timeout): 
26754         zero initialize event, removed superfluous gdk_window_get_pointer call
26755
26756         * gtk/gtklist.c (gtk_list_vertical_timeout)
26757         (gtk_list_horizontal_timeout): removed superfluous
26758         gdk_window_get_pointer call
26759
26760 Wed Mar 17 09:00:00 1999  Tim Janik  <timj@gtk.org>
26761
26762         * plugging problems reported by "Bruce Mitchener, Jr."
26763         <bruce@puremagic.com> due to a purify session.
26764
26765         * gtk/gtkstyle.c:
26766         (gtk_style_ref): 
26767         (gtk_style_unref): assert ref_count to be > 0.
26768
26769         * gtk/gtkclist.c (gtk_clist_set_cell_style): { 0 } initilaize
26770         the requisition.
26771         (gtk_clist_set_shift): likewise.
26772
26773         * gtk/gtklayout.c: introduce gtk_layout_finalize() to unref the
26774         adjustments.
26775
26776         * gtk/gtklist.c (gtk_list_horizontal_timeout): zero initialize the
26777         event before sending it and set send_event to TRUE (which needs to
26778         be done for *all* synthesized events).
26779         (gtk_list_vertical_timeout): likewise.
26780
26781         * gtk/gtktipsquery.c (gtk_tips_query_destroy): plug small memory
26782         leaks.
26783
26784         * gtk/gtkdrawingarea.c (gtk_drawing_area_send_configure): set send_event
26785         to TRUE when synthesizing events.
26786
26787 [ *** end of merges from 1.2 *** ]      
26788         
26789 1999-11-21  Tor Lillqvist  <tml@iki.fi>
26790
26791         * gdk/gdkconfig.h: Remove, as this is a file generated by configure
26792         (or copied from gdkconfig.h.win32 on Win32, sigh).
26793
26794         * gdk/gdkprivate.h: Mark gdk_parent_root for export from DLL.
26795
26796         * gdk/gdk.c (gdk_keyval_convert_case): Fix typo.
26797
26798         * gdk/gdkgc.c (gdk_gc_alloc): Remove duplicated line.
26799
26800         * gdk/gdkconfig.h.win32: New file.
26801
26802         * gdk/win32/makefile.cygwin: Build just a static archive here.
26803
26804         * gdk/makefile.cygwin: New file. Get the win32-specific stuff
26805         for the DLL from the static archive built above.
26806
26807         * gdk/gdk.def: Moved here from the win32 subdirectory.
26808
26809         * gdk/win32/*: Adapt for the changed private struct organisation.
26810
26811         * gtk/makefile.{cygwin,msc}: Get gdk library from ../gdk now.
26812
26813 Sun Nov 21 16:44:35 1999  Stefan Jeske  <stefan@gtk.org>
26814
26815         * gtk/gtkspinbutton.c (gtk_spin_button_button_press): Added support 
26816         for wheel mice (buttons 4 and 5).
26817
26818 1999-11-18  Tor Lillqvist  <tml@iki.fi>
26819
26820         * gdk/win32/gdkgc-win32.c (gdk_gc_predraw): Also for truecolor
26821         drawables use just the pixel field in the foreground and
26822         background GdkColor of the GdkGC.
26823
26824         gdk_gc_set_{fore,back}ground() are called in the GIMP with
26825         GdkColors containing uninitialized (red,green,blue) fields, and
26826         just the pixel field filled in, and furthermore in the
26827         visual-dependent format as returned by gdk_rgb_xpixel_from_rgb().
26828         It thus turns out that we really don't need to have the full
26829         GdkColor for fg and bg in GdkGCWin32Data after all. Will change
26830         it later to have just the pixel values.
26831
26832 Mon Nov 15 17:17:51 GMT 1999 Tony Gale  <gale@gtk.org>
26833
26834         * docs/gtkfaq.sgml: s/gtk_main_iteration/g_main_iteration/
26835
26836 Sat Nov 13 22:30:29 GMT 1999 Tony Gale  <gale@gtk.org>
26837
26838         * docs/gtkfaq.sgml: threads example from Erik Mouw.
26839         New question on GtkLabel background colors.
26840
26841         * docs/gtk_tut.sgml:
26842           - Correct the example code callback
26843             function definitions.
26844           - Update the gtkdial example code, from Frans van Schaik.
26845           - Update setselection.c to current API.
26846
26847         * examples/Makefile examples/*/*.c: Update to code
26848         listed in tutorial.
26849
26850 1999-11-10  Tor Lillqvist  <tml@iki.fi>
26851
26852         * gdk/win32/gdkfont-win32.c: Fix a couple of bugs. The Unicode
26853         subrange table (from the "Developing International Software for
26854         WIndows 95 and Windows NT" book) was missing the Hangul syllable
26855         block... Get the loaded font's charset correctly.
26856
26857         (Note that this, and the other *-win32.c files, still really are
26858         the old ones, the win32 subdirectory is not ready for compilation
26859         yet after the reorg.)
26860
26861 Wed Nov 10 17:26:49 GMT 1999 Tony Gale  <gale@gtk.org>
26862
26863         * gtk/gtkclist.c: Fix off-by-one bug in parameter
26864         check.
26865
26866 Wed Nov 10 12:12:03 1999  Owen Taylor  <otaylor@redhat.com>
26867
26868         * gdk/x11/gdkinput-{x11,xfree}.c: Call XFreeDeviceState()
26869         on results of XQueryDeviceState().
26870
26871 Mon Nov  8 16:40:43 1999  Owen Taylor  <otaylor@redhat.com>
26872
26873         * gtk/gtkwidget.c: Substitute gdkx.h => gdkprivate.h since
26874         we need to accesss only ->children. We need an accessor
26875         for the children.
26876
26877         * gtk/gtkhandlebox.c gtk/testgtk.c: Substitute G
26878         DK_ROOT_PARENT() => NULL, in call to gtk_window_get_pointer()
26879         to get rid of gdkx.h include.
26880         
26881         * gtk/gtkctree.c: Get rid of #include <gdk/gdkx.h>
26882         and random references to 'None'.
26883
26884         * gtk/gtkclist.c gtk/gtkeditable.c gtk/gtkpreview.c
26885         Get rid of unused #include <gdk/gdkx.h>
26886
26887         * gtk/gtkrc.c gtk/gtkmain.c: Get rid of #include <gdk/gdkx.h>
26888         gdkx.h is _X_ specific stuff. GDK_WINDOWING comes from
26889         gdkconfig.h.
26890
26891 1999-11-08  Tor Lillqvist  <tml@iki.fi>
26892
26893         * gdk/win32/gdkdraw.c
26894         * gdk/win32/gdkfont.c
26895         * gdk/win32/gdkgc.c: Various minor cleanups and bugfixes
26896         following yesterday's changes. (Unrelated to Owen's reorg.)
26897
26898 Mon Nov  8 16:18:25 1999  Owen Taylor  <otaylor@redhat.com>
26899
26900         * gdk/x11/gdkinput-gxi.c: Add missing include,
26901           fix GdkWindowPrivate => GdkDrawablePrivate.
26902
26903         * gdk/x11/gdkinputprivate.h: include <X11/Xlib.h>.
26904
26905         * gdk/x11/Makefile.am (xinput_sources): Add missing
26906         backslash to fix building with --with-xinput=none
26907
26908 Mon Nov  8 14:47:04 1999  Owen Taylor  <otaylor@redhat.com>
26909
26910         Move all X specific code into the x11/ directory.
26911         Aside from shuffling things around, did the following:
26912
26913        * gdk/gdkprivate.h gdk/gdk.h gdk/x11/gdkmain-x11.h: Add
26914          gdk_arg_context_* - a simple argument parsing system
26915          in the style of popt.
26916
26917        * gdk/gdkdrawable.[ch] gdk/gdkprivate.h gdk/gdkwindow.[ch]
26918          gdk/x11/gdkprivate-x11.h:
26919          Remove X specific stuff from GdkDrawable and GdkWindowPrivate - 
26920          add ->klass and ->klass_data fields. The klass_data
26921          field points to an auxilliary structure that is
26922          windowing system dependent.
26923
26924        * gdk/gdkfont.c: Make most of the measurement functions
26925          simply wrappers around gdk_text_extents().
26926
26927        * gdk/gdkfont.c gdk/gdkprivate.h gdk/x11/gdkfont-x11.c: Add a 
26928          _gdk_font_strlen() function that hides the weird
26929          behavior in gtk+-1.[02] where a string is interpreted
26930          differently for 8-bit and 16-bit fonts.
26931
26932        * gdk/gdkevents.c: Add a new function gdk_event_button_generate()
26933          to store common code for synthesizing double/triple
26934          press events.
26935         
26936        * gdk/gdkgc.[ch]: Virtualize in the same way as gdkdrawable.h.
26937          Make all the function that modify an existing GC
26938          simply wrappers around gdk_gc_set_values().
26939          
26940        * gdk/gdkcc.[ch]: Moved into x11/ directory in preparation
26941          for throwing out later.
26942
26943        * gdk/gdkfont.c gdk/gdkimage.c gdk/gdkcolor.c: Change GdkFontPrivate,
26944          GdkImagePrivate and GdkColormapPrivate to have a
26945          windowing system dependent part (GdkFontPrivateX etc.)
26946          that "derives" from the system-independent part.
26947
26948        * configure.in gdk/x11/Makefile.in gdk/x11/gdkinput*.c:
26949          Got rid of the included-source-files for XInput in
26950          favor of automake conditionals. (Which didn't exist
26951          when XInput support was originally added.)
26952
26953        * gdk/gdkrgb.c: Remove the visual id from the debugging
26954          statements since that is X11 specific; print out
26955          type/depth info instead.
26956          
26957
26958 Wed Nov  3 18:14:49 1999  Owen Taylor  <otaylor@redhat.com>
26959
26960         * gdk/x11/gdkfont-x11.c (gdk_font_load): Ref fonts when
26961         loading duplicates of hashed fonts.
26962
26963         * gdk/gdk.c (gdk_keysym_convert_case): rename
26964         gdk_XConvertCase to gdk_keysym_convert_case, allow
26965         results to be NULL in the GTK+ style.
26966
26967         * gdk/gdkcompat.h: Started compatibility header
26968         for renames.
26969
26970 1999-11-07  Tor Lillqvist  <tml@iki.fi>
26971
26972         * gdk/win32/gdkprivate.h: New font private structures, related to
26973         fontsets.
26974
26975         * gdk/win32/gdkfont.c: New functions gdk_font_list_new() and
26976         gdk_font_list_free(). On X11, will just be wrappers to
26977         XListFonts() and XFreeFontNames(). On Win32, the code previously
26978         in gtkfontsel.c is now here.
26979
26980         New function gdk_font_xlfd_create(). On X11 will get the FONT
26981         property of the font (for GDK_FONT_FONTs), or call
26982         XBaseFontNameListOfFontSet (for GDK_FONT_FONTSETs), on Win32
26983         builds a XLFD style name from the font information in the LOGFONT
26984         struct(s).
26985
26986         New function gdk_font_xlfd_free(), which correspondingly frees the
26987         string returned by gdk_font_xlfd_create().
26988
26989         Implement fontsets on Win32. Add a function that iterates over a
26990         wide char string and calls a callback function for each substring
26991         of wide chars from the same Unicode subrange (and thus probably
26992         available in the same real font).
26993
26994         Improve the XLFD emulation a bit.
26995
26996         * gdk/win32/gdkim.c (gdk_nmbstowchar_ts): Small bugfix.
26997
26998         * gdk/win32/gdkevents.c: Workaround for suspected bug on Win2k
26999         Beta3, WM_IME_CHAR messages don't seem to contain the composed
27000         multi-byte char as with the Active IMM on Win9x. Oh well, handle
27001         WM_IME_COMPOSITION with GCS_RESULTSTR instead, use
27002         ImmGetCompositionStringW() to get the composed Unicode chars.
27003
27004         * gdk/win32/gdkgc.c
27005         * gdk/win32/gdkdraw.c: Changes needed because of the font private
27006         struct changes.
27007
27008         * gdk/win32/gdk.def: Add the new functions.
27009
27010 1999-11-04  Tor Lillqvist  <tml@iki.fi>
27011
27012         * config.h.win32: Don't define HAVE_DIMM_H if MSC, as you have to
27013         get the Platform SDK to get <dimm.h>.
27014
27015         * gdk/win32/gdkevents.c: More event handling fixes and
27016         simplification. Never generate motion events with is_hint true. We
27017         used to do that on bogus grounds earlier. Windows sends
27018         WM_MOUSEMOVE messages on button events even if the mouse hasn't
27019         moved, ignore these.
27020
27021         * gdk/win32/gdkfont.c: Load all fonts as (pretended) fontsets.
27022
27023         * gdk/win32/gdkglobals.c
27024         * gdk/win32/gdkprivate.h: Define a typedef for the pointer to
27025         the TrackMouseEvent function, and use it.
27026
27027         * gdk/win32/gdkwindow.c: Terminate widechar string with a zero
27028         char before calling WideCharToMultiByte in order to get a string
27029         for the window title.
27030
27031         * gdk/win32/gdkdnd.c: Some more random hacking, ifdeffed out.
27032
27033         * gdk/win32/gdk.def: Remove obsolete functions.
27034
27035         * gdk/win32/makefile.{cygwin,msc}: Remove gdkcompat.{o,obj}. Add
27036         /nodefaultlib and /defaultlib switches.
27037
27038         * gtk/gtkrc.c: s/gwin_getlocale/g_win32_getlocale/.
27039
27040 1999-10-31  Tor Lillqvist  <tml@iki.fi>
27041
27042         * gdk/gdkkeysyms.h: Add new keysyms from X11R6.4 (including
27043         EuroSign).
27044
27045         * gdk/gdktypes.h: Add note about wchar_t not necessarily being the
27046         same type as GdkWChar, especially on Win32.
27047
27048         * gdk/win32/*.c: Change gdk_root_parent to be a pointer.
27049
27050         * gdk/win32/*.c: Assume all strings are UTF-8. Convert to Unicode
27051         before passing to Windows GDI for drawing etc. Convert to the
27052         system default codepage before passing to Windows as window
27053         titles.
27054
27055         * gdk/win32/gdkprivate.h: Add more fields to GdkWindowPrivate to
27056         support changing input locale on the fly.
27057
27058         * gdk/win32/gdkevent.c: Support input language (keyboard locale)
27059         on-the-fly changes. Convert incoming characters from the current
27060         codepage to Unicode (and then to a UTF-8 multi-byte string) based
27061         on the current input language. Use keysym<->Unicode mapping tables
27062         and functions borrowed from xterm sources.
27063
27064         Support IMEs (Input Method Editors) for CJK languages. On non-CJK
27065         editions of Win9x, use the ActiveX-based Active IMM (Input Method
27066         Manager) if available. IMEs and the Active IMM are available under
27067         the disguise of Chinese, Korean and Japanese support for IE and
27068         Outlook Express from "Windows Update" for Win98. On Win2k, the CJK
27069         support is present in all editions (as long as you install it).
27070
27071         Call DispatchMessage from gdk_events_queue() (and thus
27072         gdk_WindowProc()), instead of duplicating the code in
27073         gdk_WindowProc().
27074
27075         Reworked the grab handling and propagation code, factored out
27076         duplicated code snippets into separate functions. Other cleanups,
27077         too.
27078
27079         * gdk/win32/surrogate-dimm.h: Provide just the bits we need from
27080         the <dimm.h> header describing the Active IMM.
27081
27082         * gdk/win32/gdkfont.c: Pretend to support fontsets, but so far
27083         just do the same as for "single" fonts.
27084
27085         * gdk/win32/gdk.c: Call CoInitialize() (COM initialisation) from
27086         gdk_init_check, and CoUninitialize() from gdk_exit_func. Handle
27087         the new keysyms from gdkkeysyms.h.
27088
27089         * gtk/gtkfontsel.c (Win32): Load the font for the preview as a
27090         fontset, so that gtkentry uses wide characters.
27091
27092         * gtk/gtkrc.c (Win32): Get the locale with gwin_getlocale(). Call
27093         GTk+'s system directory "gtk+", not "gtk".
27094
27095 Sat Oct 30 13:17:18 BST 1999 Tony Gale <gale@gtk.org>
27096
27097         * docs/gtkfaq.sgml: FAQ update
27098
27099 1999-10-21  Tor Lillqvist  <tml@iki.fi>
27100
27101         * gdk/win32/gdkprivate.h: Add more font private data.
27102
27103         * gdk/win32/gdkfont.c
27104         * gdk/win32/gdkdraw.c: Revamped handling of multi-byte charset
27105         fonts and strings. Now works much better. You still have to
27106         have a correct font selected, though. No fontset emulation yet.
27107
27108 1999-10-19  Tor Lillqvist  <tml@iki.fi>
27109
27110         * gtk/maketypes.awk: Use G_OS_WIN32.
27111
27112         * gtk/gtk.def: Add some missing entry points. Also some non-public
27113         ones, but PyGTK porter claims to need them.
27114
27115         * gtk/makefile.{cygwin,msc}: Drop some unneeded headers from the
27116         built-in type generation.
27117
27118 1999-10-14  Tor Lillqvist  <tml@iki.fi>
27119
27120         * gdk/win32/gdkdraw.c (gdk_draw_text_wc): Don't use TextOutW for
27121         GDK_FONT_FONT fonts (which is all we have for now, we don't
27122         emulate fontsets). The X11 version uses plain XDrawString in that
27123         case, too. The string passed to gdk_draw_text_wc seems to be in
27124         fact (at least, when used by gtkentry and gtktext) either in a
27125         single-byte charset, or a DBCS. Not Unicode.
27126
27127         This fixes the problem in gtkfontsel, where even if you had
27128         selected a font with a non-Latin1 charset (windows-greek, for
27129         instance), the preview still used Latin-1 glyphs.
27130
27131         * gdk/win32/gdkfont.c (gdk_text_width_wc): Similar change. Don't
27132         use GetTextExtentPoint32W, use GetTextExtentPoint32A.
27133         (gdk_font_load): Recognize the demibold etc weights, even if we
27134         don't have the corresponding constants in the headers.
27135         (gdk_font_hash_insert): Use same hash mechanism as in the X11
27136         version. Should save font resources a bit, when we don't have
27137         multiple HFONTs for the same font.
27138
27139         * gdk/win32/gdkprivate.h: Add the names field as in the X11
27140         version.
27141
27142 1999-10-11  ERDI Gergo  <cactus@cactus.rulez.org>
27143
27144         * gdk/gdk.c (gdk_beep): Modified the XBell call to use the default
27145         X values
27146
27147 1999-10-09  ERDI Gergo  <cactus@cactus.rulez.org>
27148
27149         * gtk/gtktoolbar.h, gtk/gtktoolbar.c: Added horizontal icon/text
27150         layout support (as mentioned on
27151         http://www.jcinteractive.com/gnome-ui/software/widgets/)
27152
27153 Wed Oct  6 12:46:17 PDT 1999 Manish Singh <yosh@gimp.org>
27154
27155         * gtk/fnmatch.c
27156         * gtk/gtkfilesel.c: s/G_HAVE_CYGWIN/G_WITH_CYGWIN/
27157
27158 1999-10-05  Jesus Bravo Alvarez  <jba@pobox.com>
27159
27160         * configure.in (ALL_LINGUAS): Added Galician (gl)
27161
27162 1999-10-05  Tor Lillqvist  <tml@iki.fi>
27163
27164         * gdk/win32/*.[ch]: Corresponding changes as in X11 backend.
27165
27166         * gdk/win32/gdkcompat.c: New file, actually provide an
27167         implementation for the deprecated functions. (Just temporarily.)
27168
27169         * gtk/gtkfilesel.c: Fix an #ifdef syntax botch.
27170
27171         * gtk/makefile.{cygwin,msc}: Update gdk_headers.
27172
27173         * gdk/win32/gdk.def gtk/gtk.def: Updates.
27174
27175 1999-10-05  Kjartan Maraas  <kmaraas@online.no>
27176
27177         * configure.in: Added "uk" to ALL_LINGUAS.
27178         
27179 Mon Oct  4 11:57:11 PDT 1999 Manish Singh <yosh@gimp.org>
27180
27181         * configure.in: correct checking for BeOS check
27182
27183         * gdk/gdktypes.h
27184         * gtk/fnmatch.c
27185         * gtk/gtkfilesel.c
27186         * gtk/gtkitemfactory.c
27187         * gtk/gtkmain.[ch]
27188         * gtk/gtkrc.c: use G_OS_WIN32 and G_HAVE_CYGWIN #defines
27189
27190 Mon Oct  4 16:16:53 1999  Pablo Saratxaga <pablo@mandrakesoft.com>
27191
27192         * gtk/gtkrc.{bg,iso88591[345]}: add gtkrc files for some new charset
27193         encodings: iso-8859-13 (for Lithuanian), iso-8859-14 (used by celtic
27194         languages), iso-8859-15 (used in Estonia) and microsoft-cp1251 (used
27195         by Bulgarian). 
27196
27197 Sun Oct  3 18:13:44 1999  Owen Taylor  <otaylor@redhat.com>
27198
27199         * gtk/gtkwidget.c (gtk_reset_shapes_recurse): 
27200         Fix a reference to window_private->destroyed.   
27201
27202         * gtk/gtkplug.c (gtk_plug_realize): Fix up a direct
27203         (ugly) setting of an internal GdkWindow member to use
27204         a _slightly_ cleaner macro.
27205
27206         * gdk/gdkprivate.h: Split GdkWindowPrivate into
27207         GdkDrawablePrivate and GdkWindowPrivate.
27208         Add extra macros for accessing GDK_DRAWABLE_ components.
27209
27210         * *.[ch]: Massive adjustments for the above, use the
27211         new macros in a lot of places.
27212
27213 Sun Oct  3 15:16:24 1999  Owen Taylor  <otaylor@redhat.com>
27214
27215         * gdk/gdktypes.h: Make GdkDrawable the base type,
27216         not GdkWindow.
27217
27218 Sun Oct  3 15:08:44 1999  Owen Taylor  <otaylor@redhat.com>
27219
27220         * gdk/gdkdraw.c (gdk_drawable_get_data): Added new function.
27221
27222 Sun Oct  3 14:26:15 1999  Owen Taylor  <otaylor@redhat.com>
27223
27224         * gdk/gxid* gdk/x11/gxid*: Move files into x11 subdirectory.
27225
27226 Sun Oct  3 14:16:23 1999  Owen Taylor  <otaylor@redhat.com>
27227
27228         * gdk/gdkdrawable.h: Include gdk/gdkdrawable.h with
27229         gdk/ prefix. (Pointed out by chak@is.tsukuba.ac.jp)
27230
27231         * configure.in gdk/Makefile.am x11/: create x-specific subdirectory.
27232
27233         * docs/gtk-config.1: Now autogenerated.
27234         * docs/Changes-1.4.txt: started
27235         
27236 1999-10-03  Tor Lillqvist  <tml@iki.fi>
27237
27238         * gdk/gdkimage.h gdk/gdkpixmap.h: Change GDK_WINDOWING_WIN32 usage
27239         to #ifdef also here.
27240
27241         * gdk/win32/*.h gdk/win32/*.c: Make corresponding changes as those
27242         Owen did to the X11 backend.
27243
27244         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Fix it again, don't use
27245         ScrollWindowEx when blitting inside a window, it can't be correct
27246         in the general case.
27247
27248         * gdk/win32/gdkevents.c: Don't handle WM_SIZING, handling
27249         WM_GETMINMAXINFO is easier.
27250
27251         * gdk/win32/gdkimage.c (gdk_image_new): Create new image with
27252         depth equal to the bitspixel value, not the visual's depth.
27253
27254         * gdk/win32/gdkvisual.c (gdk_visual_init): Set the visual's depth
27255         to 24 even if the bitspixel value is 32.
27256
27257         * gdk/gdkrgb.c (gdk_rgb_select_conv): After the above change, no
27258         need to check for depth==32 when bpp==32, depth will always be 24.
27259
27260 Fri Oct  1 18:03:36 1999  Owen Taylor  <otaylor@redhat.com>
27261
27262         * docs/Changes-1.4.txt: Started
27263         
27264         * gtk/Makefile.am (gdk_headers): Include all the new headers.
27265
27266         * gdk/*.h gdk/*.c: Split gdk.h into lots of itty-bitty little pieces.
27267         
27268         * gdk/gdkprivate.h gdk/gdkcc.c: Moved GdkColorContext private
27269         into C file.
27270         
27271         * gdkinput.h gdkinputprivate.h - renamed the internal gdkinput
27272         header to gdkinputprivate.h.
27273
27274         * gdk/gdk.h gdk/gdk.c: Removed gdk_time* functions which have been
27275         unused since before 1.2.
27276
27277 1999-09-30  Tor Lillqvist  <tml@iki.fi>
27278
27279         * gtk/gtkfontsel.c (gtk_font_selection_get_xlfd_field): On Win32,
27280         expand possible hex escapes in the font family (put there by
27281         logfont_to_xlfd if the font name isn't a legal XLFD font family,
27282         mainly if it contains slashes). (gtk_font_selection_create_xlfd):
27283         On Win32, add hex escapes here, too.
27284
27285 Wed Sep 29 19:55:35 1999  Owen Taylor  <otaylor@redhat.com>
27286
27287         * */*.[ch]: Changed from #if GDK_WINDOWING == GDK_WINDOWING_X11
27288         to #ifdef GDK_WINDOWING_X11.
27289
27290 [ Merges from gtk-1-2 ]
27291
27292 Wed Sep  8 07:13:29 1999  Tim Janik  <timj@gtk.org>
27293
27294         * configure.in: fixed "GNU Make" check to pass with new make version
27295         3.77.95.
27296
27297 Fri Sep  3 16:04:41 1999  Tim Janik  <timj@gtk.org>
27298
27299         * gtk-config.in (--version): don't echo @GTK_VERSION@, but
27300         @GTK_MAJOR_VERSION@.@GTK_MINOR_VERSION@.@GTK_MICRO_VERSION@, so the
27301         AM_PATH_GTK() macros don't get confused by the -pre1.
27302
27303 Thu Sep  2 19:02:37 1999  Owen Taylor  <otaylor@redhat.com>
27304
27305         * configure.in (REBUILD): Change check for perl5
27306           to check explicitely for v >= 5.002. (5.001
27307           does not work with our scripts.)
27308
27309 Wed Aug 25 15:45:46 1999  Tim Janik  <timj@gtk.org>
27310
27311         * configure.in: evaluate $PERL for the perl version check. added
27312         --disable-rebuilds to give the user an option to completely disable
27313         any source autogeneration rules.
27314
27315 Mon Aug 23 23:16:14 1999  Tim Janik  <timj@gtk.org>
27316
27317         * configure.in: evaluate $ac_make when checking for GNU Make.
27318
27319 Mon Aug 23 19:11:17 1999  Tim Janik  <timj@gtk.org>
27320
27321         * docs/Makefile.am: added generation.txt.
27322
27323         * Makefile.am: require automake 1.4, build README from README.in and
27324         INSTALL from INSTALL.in in dist-hook.
27325         
27326         * README.in:
27327         * INSTALL.in: new files to autogenerate README and INSTALL from.
27328
27329         * configure.in: figure whether we have GNU Make
27330
27331         * docs/generation.txt: minor additions/corrections.
27332
27333 Wed Aug 11 13:38:26 BST 1999 Tony Gale  <gale@gtk.org>
27334
27335         * docs/gtkfaq.sgml: FAQ Update
27336
27337 July 30, 1999 Elliot Lee <sopwith@redhat.com>
27338         
27339         * configure.in: Fix autoconf warnings about cross compilation by
27340         trying to provide sane defaults for AC_TRY_RUN.
27341
27342 Fri Jul 16 22:20:21 PDT 1999 Manish Singh <yosh@gimp.org>
27343
27344         * ltconfig
27345         * ltmain.sh: upgrade to libtool 1.3.3
27346
27347 Thu Jul  8 11:30:18 1999  Owen Taylor  <otaylor@redhat.com>
27348
27349         * INSTALL: Indicate that the --with-glib= configure
27350         time flag is unsupported.
27351
27352 Mon Jul  5 20:36:03 1999  Owen Taylor  <otaylor@redhat.com>
27353
27354         * docs/generation.txt: Added a file that gives
27355         documenation about the autogeneration process for
27356         various autogenerated files.
27357         
27358 Tue Jun 29 15:59:25 1999  Owen Taylor  <otaylor@redhat.com>
27359
27360         * configure.in (LIBS): Look for libgmodule in the
27361         right location.
27362
27363 Thu Jun 17 13:57:31 1999  Owen Taylor  <otaylor@redhat.com>
27364
27365         * docs/gtk_tut.sgml: Removed references to
27366         code examples in my directory on gtk.org as
27367         they should all be in the tutorial now.
27368
27369         * docs/gtk_tut.sgml: Added sources for dial-test
27370         and scribble-xinput programs that were previously
27371         missing.
27372
27373 Fri Jun  4 00:08:59 1999  Owen Taylor  <otaylor@redhat.com>
27374
27375         * TODO: Added entry about menu keyboard navigation, removed
27376         some finished items.
27377
27378 Mon May 31 00:11:24 1999  Owen Taylor  <otaylor@redhat.com>
27379
27380         * acinclude.m4: Standardize on func_dgettext
27381         not func_gettext, so that the checks for dgettext
27382         actually are paid attention to.
27383
27384 Wed May  5 10:47:54 1999  Owen Taylor  <otaylor@redhat.com>
27385
27386         * configure.in (LIBS): Add $INTLLIBS into $LIBS
27387         directly, rather than repeating the checks for
27388         gettext.
27389
27390         * INSTALL: Added information about gettext and
27391         NLS support.
27392
27393         * acinclude.m4 (LIBM): Check for dgettext, not
27394         just gettext. This should hopefully fix things wrt
27395         systems with old versions of GNU gettext installed.
27396
27397 Tue Jun 29 15:59:25 1999  Owen Taylor  <otaylor@redhat.com>
27398
27399         * configure.in (LIBS): Look for libgmodule in the
27400         right location.
27401
27402 Thu Apr  1 16:58:10 PST 1999 Manish Singh <yosh@gimp.org>
27403
27404         * autogen.sh: add --enable-maintainer-mode
27405
27406         * configure.in: set ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"
27407
27408 Wed Mar 24 23:03:49 CST 1999 Shawn T. Amundson <amundson@gtk.org>
27409
27410         * docs/gtk-config.1.in:
27411           docs/Makefile.am:
27412           configure.in: gtk-config is now generated.
27413
27414         * docs/gtk-config.1: Removed, now generated.
27415
27416 Thu Sep 23 17:59:59 1999  Tim Janik  <timj@gtk.org>
27417
27418         * gdk/gdkevents.c (gdk_event_translate): grr, even if Gdk doesn't
27419         handle CreateNotify itself, still put out a debuging message for
27420         --gdk-debug=events. made the ReparentNotify debugging message more
27421         verbose.
27422         wrap xcoords translation for ConfigureEvents into an error trap,
27423         a destroy event may already be pending, and in that case, the
27424         actuall coordinate values are not at all critical.
27425
27426 Sat Sep 18 22:24:15 1999  Owen Taylor  <otaylor@redhat.com>
27427
27428         * gdk/gdkcc.c: Stop leaking the color_hash all over
27429         the place. Simplify and improve the logic.
27430
27431 Fri Sep 17 09:57:15 1999  Tim Janik  <timj@gtk.org>
27432
27433         * gdk/gdk.h, gdk/gdkcolor.c: make return types (gint or gboolean)
27434         for prototypes and function implementations consistent (reported
27435         by Tomas Ogren).
27436
27437 Tue Sep 14 18:23:01 1999  Tim Janik  <timj@gtk.org>
27438
27439         * gdk/gdkevents.c (gdk_event_translate): tell if expose events have
27440         send_event set in debugging output.
27441         (gdk_compress_exposures): default initialize the event so we don't
27442         operate on bogus values (namely send_event).
27443
27444 Thu Sep  2 16:33:59 1999  Owen Taylor  <otaylor@redhat.com>
27445
27446         * gdk/gdkwindow.c: When we receive an unexpected
27447         destroy notify on one of our windows, don't just
27448         warn about it, also mark our windows as destroyed.
27449
27450 Sun Sep  5 08:10:53 1999  Owen Taylor  <otaylor@redhat.com>
27451
27452         * gdk/gdkfont.c (gdk_font_hash_insert): Add
27453           name => font and name => fontset hashes. The 
27454           name => fontset hash is a _big_ win since we
27455           weren't previously caching fontsets at all and loading
27456           fontsets is expensive. The name => font hash
27457           is less of a win, but it does save us from doing
27458           repeated XQueryFont calls on the same font.
27459
27460         * gdk/gdkprivate.h (struct _GdkFontPrivate): Add a names
27461           list so we can remove font/fontset from hash.
27462
27463 Thu Sep  2 19:02:37 1999  Owen Taylor  <otaylor@redhat.com>
27464
27465         * gdk/gdkproperty.c (gdk_atom_intern): Remove useless
27466           and slightly confusing test. [ XInternAtom (,,TRUE)
27467           will never return None ].
27468
27469 Sat Sep  4 08:39:26 1999  Owen Taylor  <otaylor@redhat.com>
27470
27471         * gdk/gdkwindow.c (gdk_window_set_geometry_hints)
27472           gdk/gdkwindow.c (gdk_window_set_hints):
27473
27474         Don't omit setting the properties if flags == 0 -
27475         there may be an existing set of properties there
27476         already. (Very old bug. Would it be better to
27477         delete the property instead?)
27478
27479         * gdk/gdkselection.c (gdk_selection_property_get): Fix 
27480           spelling error in comment.
27481
27482 Wed Sep  1 14:05:30 1999  Owen Taylor  <otaylor@redhat.com>
27483
27484         * gdk/gdkimage.c (gdk_image_new): Use gdk_error_trap_push()
27485           to avoid stomping over gdk_error_warnings.
27486
27487         * gdk/gdkimage.c (gdk_image_new): compute image->bpp
27488           as (bits_per_pixel + 7) / 8. This gives the same
27489           result as before for multiples of 8, but actually
27490           a "reasonable" value for 1bit or 4bit displays.
27491
27492 Mon Aug 23 19:11:17 1999  Tim Janik  <timj@gtk.org>
27493
27494         * gdk/Makefile.am: minor cleanups, strip spaces on build rules for
27495         GNU Make.
27496
27497 Tue Aug 17 07:43:04 1999  Tim Janik  <timj@gtk.org>
27498
27499         * gdk/gdkevents.c (gdk_event_translate): give a debugging note when
27500         discarding configure events.
27501
27502 1999-08-18  Federico Mena Quintero  <federico@redhat.com>
27503
27504         * gdk/gdkpixmap.c (gdk_pixmap_unref): g_return_if_fail() the
27505         refcount is greater than zero.
27506
27507         * gdk/gdkwindow.c (gdk_window_unref): Likewise.
27508
27509         * gdk/gdkfont.c (gdk_font_unref): Likewise.
27510
27511         * gdk/gdkgc.c (gdk_gc_unref): Likewise.
27512
27513         * gdk/gdkdnd.c (gdk_drag_context_unref): Likewise.
27514
27515 Wed Aug 11 01:04:57 1999  Owen Taylor  <otaylor@redhat.com>
27516
27517         * gdk/gdkproperty.c (gdk_property_get): Fix assumption
27518         that format 32 => sizeof(item) == 4. It really is
27519         sizeof(long).
27520
27521 Tue Jun 29 23:02:42 1999  Owen Taylor  <otaylor@redhat.com>
27522
27523         * gdk/gdk.c (gdk_x_error / gdk_x_io_error): Don't
27524         core dump at all on X IO errors, only core dump
27525         if --enable-debug for X errors.
27526
27527 Thu Jun 24 17:06:23 1999  Tim Janik  <timj@gtk.org>
27528
27529         * gdk/gdkevents.c (gdk_event_translate): removed old ""Got event for
27530         unknown window:" message. disabled ConfigureNotify discarding code,
27531         because it led to events being processed out of order.
27532
27533 Thu Jun 24 12:22:02 1999  Tim Janik  <timj@gtk.org>
27534
27535         * gdk/gdkglobals.c: preinitialize gdk_error_code to 0.
27536
27537         * gdk/gdkevents.c (gdk_event_send_client_message_to_all_recurse): since
27538         we export this function, supress error warnings and don't reset the
27539         error code in the first half of this function.
27540
27541         * gdk/gdk.c (gdk_x_error): set gdk_error_code to the actuall X error
27542         code (instead of just -1) so gdk_error_trap_pop() reveals something
27543         actually informative about the error that happened.
27544
27545         * gdk/*.c:
27546         don't rely on gdk_error_code being -1 if an error occoured, but just
27547         gdk_error_code != 0.
27548
27549 Thu Jun 24 11:50:07 1999  Tim Janik  <timj@gtk.org>
27550
27551         * gdk/gdkevents.c (gdk_event_apply_filters): advance the filter list
27552         pointer *before* invoking the filter function, so we at least don't
27553         crash if a filter is removed that is currently executed. window filters
27554         *really* need to be made truely reentrant at some point.
27555
27556 Mon Jun 14 11:10:15 1999  Tim Janik  <timj@gtk.org>
27557
27558         * gdk/gdkevents.c (gdk_event_translate): print the atom name in the
27559         PropertyNotify debug messages.
27560
27561 Wed May  5 22:51:06 1999  Owen Taylor  <otaylor@redhat.com>
27562         
27563         Patch from Sung-Hyun Nam <namsh@lgic.co.kr>
27564         
27565         * gdk/gdkim.c: Fix cut-and-paste errors for 
27566         x/y and PreeditAttributes/StatusAttributes.
27567
27568 Wed May  5 22:24:21 1999  Owen Taylor  <otaylor@redhat.com>
27569
27570         * gdk/gdkwindow.c (gdk_window_set_geometry_hints): Change
27571         G_MAXINT to 2^16 to alleviate overflow problems in
27572         various window managers.
27573
27574 Wed Apr 21 00:42:08 1999  Owen Taylor  <otaylor@redhat.com>
27575
27576         * gdk/gdkfont.c (gdk_text_measure): Fix the return value
27577         for fontsets.
27578
27579 Wed May  5 12:42:01 1999  Owen Taylor  <otaylor@redhat.com>
27580
27581         * gdk/gdkwindow.c (gdk_window_set_geometry_hints):
27582         Initialize size_hints.x and size_hints.y because kwm
27583         brokenly pays attention to them.
27584         (Bug #1181 -  Lars Heete <hel@admin.de>)
27585
27586 Wed May  5 11:38:56 1999  Owen Taylor  <otaylor@redhat.com>
27587
27588         * gdk/gdkrgb.c (gdk_rgb_choose_visual): Free the 
27589         return value of gdk_list_visuals(). 
27590         (Bug #1193 - Morten Welinder <terra@diku.dk>)
27591
27592 Tue May  4 11:12:56 PDT 1999 Manish Singh <yosh@gimp.org>
27593
27594         * gdk/gdkim.c (gdk_im_real_open): cast the return value of
27595         XSetIMValues to (void *) when comparing to NULL, to workaround
27596         the problem of some compilers barfing since older X headers don't
27597         have the prototype for it.
27598
27599 Mon Apr 19 10:11:12 1999  Owen Taylor  <otaylor@redhat.com>
27600
27601         * gdk/gdkcolor.c (gdk_colormap_new): Fix memory leak
27602         for pseudocolor where colormap->colors was double
27603         allocated.
27604
27605         * gdk/gdkcolor.c (gdk_colormap_alloc1): Store the
27606         color value in the hash table with the pixel filled
27607         in so when we do later hash table lookups, the color
27608         value is correct.
27609         
27610 Sun May  2 15:29:45 PDT 1999 Manish Singh <yosh@gimp.org>
27611
27612         * gdk/gdkdraw.c (gdk_draw_lines): check private->destroyed before
27613         making the call
27614
27615 Tue Apr 27 11:17:35 1999  Owen Taylor  <otaylor@redhat.com>
27616
27617         * gdk/gdkdnd.c (xdnd_set_{targets,actions}): Fix leak
27618         pointed out by Morten Welinder <terra@diku.dk>.
27619
27620 Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
27621
27622         * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
27623           default filter from the list
27624
27625 Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
27626
27627         * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
27628           default filter from the list
27629
27630 Fri Apr 16 20:41:43 PDT 1999 Manish Singh <yosh@gimp.org>
27631
27632         * gdk/gdk.c: #include "gdkkeysyms.h" for gdk_XConvertCase #defines
27633
27634         * gtk/gtkfontsel.c (gtk_font_selection_create_xlfd): use
27635         g_strdup_printf instead of calcing the length separately
27636
27637 Tue Apr 13 02:49:33 1999  Owen Taylor  <otaylor@redhat.com>
27638
27639         * gdk/gdkwindow.c: removed some silly #ifdef HAVE_CONFIG
27640         that we don't do in many other places. (Fixing duplicate 
27641         #include of config.h)
27642
27643         * gdk/gdkevents.c: include gdkinput.h _after_ config.h.
27644         Otherwise, #ifndef XINPUT_NONE check in the latter
27645         doesn't work. (Bug #546)
27646
27647 Sun Apr 11 14:38:03 1999  Tim Janik  <timj@gtk.org>
27648
27649         * gdk/gdkpixmap.c (_gdk_pixmap_create_from_xpm): check for color
27650         "None" case insensitive.
27651
27652 Tue Apr  6 16:38:51 1999  Owen Taylor  <otaylor@redhat.com>
27653
27654         * gdk/gdkselection.c: 
27655         Add error traps so if the other end of the connection
27656         dies, we survive.
27657
27658 Tue Apr  6 12:24:21 1999  Owen Taylor  <otaylor@redhat.com>
27659
27660         * gdk/gdkdnd.c (gdk_drag_motion): Separate out the
27661         dest_xid field into two fields - one for the window
27662         to send in messages, one to indicate the last looked
27663         up window for caching purposes. This is needed, so
27664         that Leave messages get the correct window.
27665
27666 Mon Apr  5 13:21:30 1999  Owen Taylor  <otaylor@redhat.com>
27667
27668         * gdk/gdkevents.c (gdk_event_check, gdk_event_prepare):
27669         Fix warning created by people mucking around
27670         with the gsource API.
27671
27672         * gdk/gdkevents.c (gdk_io_invoke, gdk_input_add_full):
27673         Change mapping between GIOCondition and GdkInputCondition
27674         to match the way the Linux kernel does it. This should
27675         fix problems where closed pipes were no longer signalling
27676         GDK_INPUT_READ on systems with a native poll().
27677
27678 Mon Apr  5 17:11:57 1999  Owen Taylor  <otaylor@redhat.com>
27679
27680         * gdk/gdkpixmap.c (_gdk_pixmap_create_from_xpm): Check 
27681         explicitly for the string "None" - it is in the XPM
27682         spec and some servers treat unknown colors in odd ways
27683         (like asking the user!)
27684
27685 Thu Apr  1 16:58:10 PST 1999 Manish Singh <yosh@gimp.org>
27686
27687         * gdk/gdkevents.c: made "->" into a "." of previous change so
27688         it compiles
27689
27690 Thu Apr  1 18:41:25 1999  Owen Taylor  <otaylor@redhat.com>
27691
27692         * gdk/gdkevents.c (gdk_compress_exposures): Set the
27693         window field of the event structure before calling
27694         user filters.
27695
27696 1999-03-31  Federico Mena Quintero  <federico@nuclecu.unam.mx>
27697
27698         * gdk/gdk.c (gdk_init_check): Use False as the last argument to
27699         XInternAtom() here.  This is a particularly Old And Nasty(tm) bug.
27700
27701 Mon Mar 29 17:31:52 1999  Owen Taylor  <otaylor@redhat.com>
27702
27703         * gdk/gdkim.c (gdk_mbstowcs): Free the value of the
27704         intermediate text property - prevents major memory
27705         leak when gdk_use_mb.
27706         gtk-d3august-990311-0: Bj|rn Augustsson <d3august@dtek.chalmers.se>
27707
27708 Mon Mar 29 17:02:58 1999  Owen Taylor  <otaylor@redhat.com>
27709
27710         Patches from Akira Higuchi <a-higuti@math.sci.hokudai.ac.jp>
27711         gtk-a-higuti-990322-[0-3]
27712
27713         * gdk/gdkfont.c (gdk_text_extents_wc): Make  work when
27714         sizeof(wchar_t) != sizeof (GdkWChar)
27715
27716         * configure.in: Fix confusion between GTK_LOCALE_[C]FLAGS
27717         that was causing -DX_LOCALE not to work.
27718
27719         * gtk/gtkrc.c (gtk_rc_init):
27720         X_LOCALE will never have LC_MESSAGES defined
27721
27722         * gdk/gdk.c (gdk_init_check):
27723         Remove --xim-preedit and --xim-status from argv properly.
27724
27725         * gdk/gdkim.c (gdk_ic_real_new): Add a gdk_flush() so
27726         that the client window is present on the X server
27727         before we pass it to the input method.
27728
27729 Tue Mar  9 10:46:49 1999  Owen Taylor  <otaylor@redhat.com>
27730
27731         * gdk/gdkdnd.c (motif_find_drag_window): Fix bug where
27732         if --display is specified on the command line, than
27733         the drag window will not be created on that display.
27734         
27735 Tue Mar  9 10:38:24 1999  Owen Taylor  <otaylor@redhat.com>
27736
27737         * gdk/gdkproperty.c (gdk_atom_intern): Fixed bug where
27738         lookups with only_if_exists == TRUE were inserting
27739         bogus values into the atom cache.
27740
27741 Wed Mar 17 09:00:00 1999  Tim Janik  <timj@gtk.org>
27742
27743         * gdk/gdkselection.c (gdk_selection_property_get): first XFree(t),
27744         then reset it to NULL.
27745
27746         * gdk/gdkcolor.c:
27747         (gdk_colors_free): 
27748         (gdk_colormap_free_colors): use colormap->colors[in_pixels[i]] as the
27749         key for g_hash_table_remove() in both functions, this prevents us
27750         from accessing possibly uninitialized portions of a GdkColor structure
27751         where we are only interested in its pixel value.
27752
27753 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
27754
27755         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
27756         font hash table, if we have a GdkFontPrivate entry for this font
27757         already, simply increment its reference count, provided by Olaf Dietsche
27758         <olaf.dietsche+list.gtk@netcologne.de>.
27759
27760 1999-09-21  Tor Lillqvist  <tml@iki.fi>
27761
27762         * gdk/win32/gdk.c (gdk_exit_func): Delete the gdk_DC when exiting,
27763         just to be sure.
27764
27765         * gdk/win32/gdkvisual.c (gdk_visual_init): Remove a couple of
27766         unused variables, leftovers from the X11 version.
27767
27768         * gdk/win32/rc/*.cur: Better cursors provided by Bernd Herd.
27769
27770         * gtk/gtkfontsel.c (gtk_font_selection_get_xlfd_field): Only
27771         downcase fields on X11.
27772
27773 Mon Sep 20 13:17:39 1999  Pablo Saratxaga <pablo@mandrakesoft.com>
27774         
27775         * configure.in,po/pt_BR.po: added Portuguese Brazilian file from
27776         Alex Sandro Queiroz e Silva <asandro@lcg.dc.ufc.br>
27777
27778 1999-09-17  Tor Lillqvist  <tml@iki.fi>
27779
27780         * gdk/win32/gdk.def: Add gdk_threads_mutex.
27781
27782         * gtk/makefile.msc: Correct path to libintl.
27783
27784         Thanks to Tomi Ollila and Bernd Herd: Fix some inconsistencies in
27785         use of gint vs. int, and gint vs. gboolean in headers and
27786         definitions. Use GtkType for the *_get_type functions. Note that
27787         these changes preserve binary compatibility.
27788
27789         * gdk/gdk.c
27790         * gdk/win32/gdk.c
27791         * gdk/gdk.h: Fix inconsistencies: gint vs int.
27792
27793         * gtk/gtkmain.c
27794         * gtk/gtkclist.c
27795         * gtk/gtkmenufactory.c
27796         * gtk/gtknotebook.c
27797         * gtk/gtkwidget.c: Fix inconsistencies, also gint
27798         vs. gboolean.
27799
27800         * gtk/gtkcolorsel.[ch]
27801         * gtk/gtkcombo.[ch]
27802         * gtk/gtkdrawingarea.[ch]
27803         * gtk/gtkgamma.[ch]
27804         * gtk/gtkhandlebox.[ch]
27805         * gtk/gtkhpaned.[ch]
27806         * gtk/gtkhruler.[ch]
27807         * gtk/gtkplug.[ch]
27808         * gtk/gtkpreview.[ch]
27809         * gtk/gtkruler.[ch]
27810         * gtk/gtksocket.[ch]
27811         * gtk/gtkstatusbar.[ch]
27812         * gtk/gtktoolbar.[ch]
27813         * gtk/gtkvbbox.[ch]
27814         * gtk/gtkvpaned.[ch]
27815         * gtk/gtkvruler.[ch]: Always use type GtkType for the *_get_type
27816         functions.
27817
27818         * gtk/gtkgamma.h: Fix bug, missing () in call of
27819         gtk_gamma_curve_get_type() in GTK_GAMMA_CURVE_CLASS. 
27820
27821 1999-09-14  Tor Lillqvist  <tml@iki.fi>
27822
27823         * gdk/gdkcolor.c (gdk_colormap_new)
27824         * gdk/win32/gdkcolor.c (gdk_colormap_new): Fix memory leak:
27825         colormap->colors was allocated twice.
27826
27827         * gdk/win32/gdk.c: Remove some unused stuff.
27828
27829         * gdk/win32/gdkcolor.c (gdk_colormap_sync): Initialize all of the
27830         colormap.
27831
27832         * gtk/gtkfontsel.c (gtk_font_selection_dialog_get_type)
27833         * gtk/gtklabel.h (gtk_label_get_type)
27834         * gtk/gtktipsquery.c (gtk_tips_query_get_type)
27835         * gtk/gtktypeutils.h (gtk_type_name): : Use GtkType
27836         in a couple of places, not guint.
27837
27838 Fri Sep 10 21:31:00 CEST 1999 Pablo Saratxaga <pablo@mandrakesoft.com>
27839
27840         * configure.in,po/et.po: added Estonian language file
27841
27842 Wed Sep  1 14:36:12 CEST 1999 Pablo Saratxaga <pablo@mandrakesoft.com>
27843
27844         * configure.in,po/da.po: added Danish file
27845
27846 Sun Aug 29 13:38:59 BST 1999 Tony Gale <gale@gtk.org>
27847
27848         * docs/gtkfaq.sgml: Minor FAQ Update
27849
27850 Sat Aug 28 14:34:37 BST 1999 Tony Gale <gale@gtk.org>
27851
27852         * docs/gtkfaq.sgml: FAQ update
27853
27854 1999-08-27  Tor Lillqvist  <tml@iki.fi>
27855
27856         Win32: Philippe Colantoni <colanton@aris.ss.uci.edu> suggests a
27857         way to get window contents continually refreshed while resizing. I
27858         didn't like the effects myself, so it's not on by default.
27859
27860         * gdk/win32/gdkprivate.h: New flag variable
27861         gdk_event_func_from_window_proc, FALSE by default.
27862
27863         * gdk/win32/gdk.c (gdk_init_check): Set above flag if the
27864         environment variable GDK_EVENT_FUNC_FROM_WINDOW_PROC is set, or we
27865         are passed --gdk-event-func-from-window-proc.
27866
27867         * gdk/win32/gdkevents.c (gdk_WindowProc): If above flag is set,
27868         and we have am event_func, call it instead of enqueing the event.
27869
27870 1999-08-23  Tor Lillqvist  <tml@iki.fi>
27871
27872         * gdk/win32/gdkevents.c (gdk_event_translate): Fix from Simon
27873         Kelley: Set expose_count in GdkEventExposes correctly.
27874
27875         * gdk/win32/gdkwindow.c: Remove dead code (#ifdef
27876         MULTIPLE_WINDOW_CLASSES).
27877
27878         * gdk/win32/gdkdraw.c (gdk_draw_line): Workaround from Hans Breuer
27879         for bug in NT, apparently NT *does* draw the end pixel, too, in
27880         LineTo with a one-pixel pen, so we don't have to do it ourselves.
27881
27882 1999-08-21  Tor Lillqvist  <tml@iki.fi>
27883
27884         Improvements by Hans Breuer: 
27885
27886         * gdk/win32/gdkwindow.c (RegisterGdkClass): New function
27887
27888         * gdk/win32/gdkwindow.c (gdk_window_new): Use it. Don't set the
27889         CS_?REDRAW flags as they cause lots of (late) redraws when "show
27890         window contents while dragging" is turned on. Allocate at least
27891         one unique class for every GdkWindowType. If support for single
27892         window-specific icons is ever needed (eg. Dialog specific), every
27893         such window should get its own class.
27894
27895 1999-08-19  Tor Lillqvist  <tml@iki.fi>
27896
27897         * gdk/win32/gdkgc.c (gdk_gc_new_with_values): Fix a cut&paste
27898         error that caused crashes.
27899
27900 1999-08-17  Tor Lillqvist  <tml@iki.fi>
27901
27902         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): When blitting inside one
27903         window, use ScrollWindowEx, and call UpdateWindow. This prevents
27904         bugs when for instance part of the window was outside the
27905         display. Thanks to Philippe Colantoni for finding and fixing this.
27906
27907 1999-08-16  Tor Lillqvist  <tml@iki.fi>
27908
27909         * gdk/win32/gdkdraw.c (gdk_draw_arc): Fix start and end radial
27910         endpoint calculations which were totally wrong. (A little RTFMing
27911         helps a lot ;-)
27912
27913         * gtk/makefile.{cygwin,msc}: Use libintl extracted from glibc
27914         from a separate directory, not from gettext, because of licensing
27915         issues (we want to use the LGPL version).
27916
27917         * README.win32: Mention the intl from glibc vs from gettext issue.
27918
27919 1999-08-13  Tor Lillqvist  <tml@iki.fi>
27920
27921         * gdk/win32/gdkevents.c (gdk_event_translate): Fix a couple of bugs
27922         in the key event handling: Now AltGr chars work again. Also,
27923         now Alt-digits are passed up as well as Control-digits.
27924         Pass keypad plus and minus as normal plus and minus.
27925
27926 Wed Aug 11 13:38:26 BST 1999 Tony Gale  <gale@gtk.org>
27927
27928         * docs/gtkfaq.sgml: FAQ Update
27929
27930 1999-07-25  Tor Lillqvist  <tml@iki.fi>
27931
27932         * README.win32
27933         * config.h.win32: Add HAVE_WINTAB. Undefine it if bulding without
27934         the Wintab SDK.
27935
27936         * gdk/win32/gdkinput.c: Hack some more. Still doesn't quite work
27937         OK, but getting closer. Guard against bogus tilt data from Wacom
27938         ArtPad II with the 3.40 driver. Add ifdefs for HAVE_WINTAB to
27939         enable easier building without Wintab.
27940
27941         * gdk/win32/gdkinput.h
27942         * gdk/win32/gdkevents.c 
27943         * gdk/win32/gdkwindow.c: Minor changes related related to above.
27944         
27945         * gdk/win32/gdkvisual.c: Simplify a lot, remove leftovers from X11
27946         code. As we have just one visual on Win32, no sense to have it in a
27947         table, and no need for the hash table.
27948
27949         * gdk/win32/rc/cursor*.cur: Edit some of the cursors a bit to look
27950         better on white background.
27951
27952 1999-07-21  Tor Lillqvist  <tml@iki.fi>
27953
27954         * README.win32: Update gcc build instructions. Mention gettext is
27955         GPL.
27956
27957         * gdk/win32/gdkcursor.c (gdk_cursor_new_from_pixmap): Get correct
27958         supported cursor size with GetSystemMetrics.
27959
27960         * gdk/win32/gdkfont.c
27961         * gtk/gtkfontsel.c: Guard against some font weight and charset
27962         symbols being undefined (in mingw32 headers).
27963
27964         * gdk/win32/makefile.cygwin
27965         * gtk/makefile.cygwin
27966         * gtk/gtkthemes.c: No longer need to have differently named
27967         gcc-built DLLs when using gcc-2.95 and -fnative-struct.
27968
27969 hu Jul 15 13:33:15 BST 1999 Tony Gale <gale@gtk.org>
27970
27971         * docs/gtkfaq.sgml: Long awaited FAQ update.
27972
27973 1999-07-15  Tor Lillqvist  <tml@iki.fi>
27974
27975         * gdk/win32/gdkcursor.c (gdk_cursor_new_from_pixmap): Implement
27976         it. Obscure bit manipulation needed.
27977
27978         * gdk/win32/gdkevents.c: Logging.
27979         
27980         * gtk/gtkthemes.c (gtk_theme_engine_get): (Win32) Use new DLL naming
27981         style (file name include compiler name) for theme engines.
27982
27983 1999-07-13  Tor Lillqvist  <tml@iki.fi>
27984
27985         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Less logging verbiage.
27986
27987         * gdk/win32/gdkevents.c: Fix long-standing bug in key
27988         events. The key.string wasn't zero-terminated, still we strdup'ed
27989         it in gdk_event_copy(). Synthesize crossing events for button
27990         events before possible propagation.
27991
27992         * gdk/win32/gdkwindow.c: Log gdk_window_set_title.
27993
27994         * gdk/win32/makefile.cygwin
27995         * gtk/makefile.cygwin: Use new DLL naming style for the
27996         GCC-compiled ones.
27997
27998         * gdk/win32/makefile.msc
27999         * gtk/makefile.msc: Cosmetics mostly.
28000
28001         * gtk/gtk.def: Add missing entry points.
28002
28003         * gtk/gtksocket.c: Add dummy gtk_socket_get_type() for Win32.
28004
28005 1999-07-09  Tor Lillqvist  <tml@iki.fi>
28006
28007         * gdk/win32/gdkdraw.c (gdk_draw_arc): Don't draw anything if width
28008         or height is zero. Don't print a warning if Pie or Arc fails, they
28009         always fail (?) for very narrow ellipses.
28010
28011         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Call InvalidateRgn for
28012         the part or the destination window corresponding to source area
28013         outside of the source drawable's boundary.
28014
28015         * gdk/win32/gdkdraw.c (gdk_draw_lines, gdk_draw_polygon): Don't do
28016         anything if less than two points.
28017
28018         * gdk/win32/gdkselection.c (gdk_selection_owner_get): Always
28019         return NULL. Gtk cut-and-paste inside a single program works
28020         better this way. (It always gets the clipboard contents from
28021         Windows, not from its own copy, which is cleared anyway. I can't
28022         say I fully understand what happens... Emulating the X selection
28023         and property stuff is a bit of a mess.)
28024
28025         * gdk/win32/gdkevents.c
28026         * gdk/win32/gdkproperty.c: A bit more verbose logging.
28027
28028         * gdk/win32/gdkregion.c: Fix some memory leaks (temporary regions
28029         that never got deleted). Revamp gdk_region_shrink.
28030
28031         * gdk/win32/gdkregion.c: Fix memory leak, delete temporary regions
28032         after use.
28033
28034         * gtk/gtk.def: Add some missing entry points.
28035
28036         * gtk/gtkrc.c: Strip trailing directory separator from pixmap path
28037         component.
28038
28039 1999-07-04  Tor Lillqvist  <tml@iki.fi>
28040
28041         * gdk/win32/gdkevents.c (gdk_event_translate): Handle
28042         Control-digits specially.
28043
28044 1999-07-03  Tor Lillqvist  <tml@iki.fi>
28045
28046         * gtk/makefile.{cygwin,msc}: New pthreads version. Use gettext.
28047
28048 1999-06-28  Tor Lillqvist  <tml@iki.fi>
28049
28050         * gdk/win32/gdkimage.c (gdk_image_get): bpl was set wrong for
28051         bitmaps, should be multiple of 4. (Thanks to Hans Breuer for
28052         finding this.)
28053
28054 1999-06-01  Jose H Mercado  <jmercado@mit.edu>
28055
28056         * gtk+.spec.in: Corrected some typos in files section.
28057         
28058 1999-06-15  Tor Lillqvist  <tml@iki.fi>
28059
28060         * README.win32: Mention using GNU gettext.
28061         * config.h.win32: Enable NLS stuff.
28062         * gtk/makefile.msc: Use GNU gettext.
28063         * gdk/win32/gdkdnd.c: Minor header reorg.
28064         * gdk/win32/{gdkevents,gdkwindow}.c: No semantic changes, mainly
28065         cosmetics.
28066         * gtk/gtkrc.c (Win32): Make get_gtk_sysconf_directory() public.
28067         * gtk/gtkmain.c (Win32): Use it in bindtextdomain() call.
28068
28069 Wed Jun  2 11:44:25 PDT 1999 Manish Singh <yosh@gimp.org>
28070
28071         * acinclude.m4
28072         * config.guess
28073         * config.status
28074         * ltconfig
28075         * ltmain.sh: upgrade to libtool 1.3.2 (BeOS changes merged)
28076
28077 1999-05-30  Tor Lillqvist  <tml@iki.fi>
28078
28079         * gdk/win32/gdkwindow.c: AdjustWindowRectEx2 renamed to
28080         SafeAdjustWindowRectEx. Don't override all calls to
28081         AdjustWindowRectEx by it, but use it only in two places: When
28082         creating a new top-level window and when moving a top-level
28083         window.
28084
28085         Use screen coordinate rectangle, not client rectangle, in
28086         gdk_window_move. Thus SafeAdjustWindowRectEx will do its job only
28087         when we try to place a window so that the decoration (mainly,
28088         title bar) isn't visible.
28089
28090         These changes fix the bug that showed up for instance as the
28091         GIMP's saved top-level windows moving right and down (by an amount
28092         equal to the window decoration) for each session. This bug showed
28093         up also in testgtk's "Saved Position".
28094
28095         gdk_window_resize also redone a bit.
28096
28097 1999-05-25  Tor Lillqvist  <tml@iki.fi>
28098
28099         * gtk/testgtkrc: Add (commented out) Windows-style theme
28100         include line.
28101
28102         * gdk/win32/gdk.def,gtk/gtk.def: Add some missing entry points.
28103
28104 1999-05-18  Tor Lillqvist  <tml@iki.fi>
28105
28106         * gdk/win32/makefile.{cygwin,msc}: Copy our gdkprivate.h and
28107         gdkx.h to a gdk subdirectory, so that applications can include
28108         these with <gdk/*.h> without trouble.
28109
28110         * gdk/win32/gdkimage.c (gdk_image_new_with_depth): Code simplified.
28111         (gdk_image_destroy): Plug resource leak, some GdkImages didn't
28112         have their bitmap destroyed.
28113
28114         * gdk/win32/gdk.def: Add gdk_root_parent.
28115
28116 Wed May 12 03:00:56 CDT 1999 Shawn T. Amundson <amundson@gtk.org>
28117
28118         * configure.in
28119           gtk-config.in
28120           ltconfig
28121           ltmain.sh     
28122           gtk/Makefile.am: changes to compile nicely (with xlib) 
28123           on BeOS
28124
28125 Sat May  1 15:04:42 PDT 1999 Manish Singh <yosh@gimp.org>
28126
28127         * acinclude.m4
28128         * config.guess
28129         * config.sub
28130         * ltconfig
28131         * ltmain.sh: upgrade to libtool 1.3
28132
28133 Fri Apr 30 13:38:16 1999  Lars Hamann  <lars@gtk.org>
28134
28135         * gtk/gtkclist.c:
28136         * gtk/gtkctree.c: merges from gtk-1-2
28137
28138 1999-04-25  Tor Lillqvist  <tml@iki.fi>
28139
28140         Support added for building using a GNU toolchain on Win32,
28141         gcc -mno-cygwin (egcs-1.1.2) on cygwin-b20.1.
28142
28143         * gdk/win32/makefile.cygwin gtk/makefile.cygwin: New files.
28144         * config.h.win32: Changes for gcc.
28145         * gdk/gdkrectangle.c: Include gdk.h as <gdk/gdk.h>.
28146         * gdk/gdkcolor.c: config.h.win32 already defines strcasecmp.
28147         * gdk/win32/gdkconfig.h: Only the MS compiler has wctype.h.
28148         * gdk/win32/gdkdnd.c: Protect (unused) OLE2 stuff better.
28149         Protect shl stuff unavaiilable with mingw32 headers.
28150         * gdk/win32/gdkevents.c: Fix typo.
28151         * gdk/win32/gdkglobals.c: Use GDKVAR here also for gcc.
28152         * gdk/win32/gdkim.c: Use OEM code page for multibyte chars. (?)
28153         * gdk/win32/gdkinput.c: Use __try __except only with the MS compiler.
28154         * gdk/win32/gdkprivate.h: Make up for some stuff missing from
28155         the mingw32 headers.
28156         * gdk/win32/makefile.msc: Use latest Wintab kit and glib.
28157         * gtk/gtkfilesel.c: Include <glib.h> early, to get stat->_stat
28158         definition on Win32. Test for NATIVE_WIN32, not _MSC_VER.
28159         * gtk/gtkfontsel.c: Protect CHARSET redefinition on Win32.
28160         Test for NATIVE_WIN32, not _MSC_VER.
28161         * gtk/gtkmain.c: No use warning about developer version on Win32,
28162         there aren't any non-developer versions anyhow.
28163         * gtk/gtkrc.c: Test for NATIVE_WIN32, not _MSC_VER.
28164         * gtk/makefile.msc: Use pthread from another directory. Minor other
28165         changes. 
28166
28167 Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
28168
28169         * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
28170           default filter from the list
28171
28172 Mon Mar  8 12:52:53 1999  Owen Taylor  <otaylor@redhat.com>
28173
28174         * gtk/gtkwidget.c (gtk_widget_grab_default): Add a warning
28175          when gtk_widget_grab_default() is called for a widget that
28176          is not within a GtkWindow.
28177
28178 Sat Apr 10 13:52:54 BST 1999  Tony Gale <gale@gtk.org>
28179
28180         * docs/gtk_tut.sgml, examples/clist.c: use a
28181           scrolled window in the clist example. Minor
28182           tutorial fixes.
28183
28184 Fri Apr  2 09:19:20 BST 1999  Tony Gale <gale@gtk.org>
28185
28186         * docs/gtk_tut.sgml: Style check from David King
28187           <dking@youvegotmail.net>
28188
28189 1999-03-30  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
28190
28191         * gtk/gtkfontsel.c (gtk_font_selection_get_fonts): Make code
28192         compile with unknown value of GDK_WINDOWING
28193
28194 1999-03-28  Raja R Harinath  <harinath@cs.umn.edu>
28195
28196         * gdk/Makefile.am (gdkconfig.h): Make sure `gdkconfig.h' exists
28197         after the rule is fired.
28198         (install-exec-local): Install gdkconfig.h only if the contents are
28199         different from the currently installed gdkconfig.h.
28200
28201 1999-03-26  Raja R Harinath  <harinath@cs.umn.edu>
28202
28203         * gdk/Makefile.am (configexecincludedir): Rename from 
28204         configincludedir so that gdkconfig.h will be installed 
28205         as part of `make install-exec'. 
28206
28207 Fri Mar 19 16:50:33 PST 1999 Manish Singh <yosh@gimp.org>
28208
28209         * acinclude.m4
28210         * config.guess
28211         * config.sub
28212         * ltconfig
28213         * ltmain.sh: upgrade to libtool 1.2f
28214
28215         * autogen.sh: libtool is not required to autogen gtk+
28216
28217         * acconfig.h: remove WITH_SYMBOL_UNDERSCORE (not explictly
28218         needed)
28219
28220 1999-03-18  Tor Lillqvist  <tml@iki.fi>
28221
28222         * gdk/gdktypes.h: Merge in Win32 version: Define macro GDKVAR for
28223         declaring gdk variables exported/imported from the DLL. New image
28224         type enum, GDK_IMAGE_SHARED_PIXMAP, for gdk_imlib. New drag and
28225         drop protocol enums, GDK_DRAG_PROTO_WIN32_DROPFILES and
28226         GDK_DRAG_PROTO_OLE2.
28227
28228         * gdk/gdk.h: Merge in Win32 version: Two new functions,
28229         gdk_pixmap_create_on_shared_image and gdk_image_bitmap_new. So far
28230         declared only for the Win32 version, but could be in the X11
28231         version as well. (Needed for a Xlib-less gdk_imlib.)
28232         gdk_color_hash should have only one parameter. Declare
28233         gdk_threads_mutex with GDKVAR.
28234         
28235         * gdk/gdkcolor.c (gdk_color_hash): A hash function should have
28236         just one parameter.
28237
28238         * gdk/gdkimage.c (gdk_image_get): Initialize bpp correctly. Bytes
28239         per pixel, not bits.
28240
28241         * gdk/gdkrgb.c: Mingle includes somewhat. (gdk_rgb_select_conv):
28242         Fetch bpp (which means bits-per-pixel here) from another place on
28243         Win32. Accept also depth==32 (which we might get on Win32) with
28244         bpp==32.
28245
28246         * gtk/{gtkclist,gtkctree,gtkdnd,gtkditable,gtkfontsel,
28247         gtkhandlebox,gtklayout,gtkmain,gtkplug,gtkpreview,gtkrc,
28248         gtkselection,gtksocket,gtkstyle,gtkwidget,gtkwindow}.c:
28249         Include gdx.h from "gdkx.h", not "gdk/gdkx.h", as gdkx.h will be
28250         in the backend-dependent directory, not in the common gdk
28251         directory.
28252
28253         * gtk/testgtk.c: Ditto. Also, don't use ../gdk path to gdk
28254         headers.
28255
28256 Wed Mar 17 05:06:49 1999  Tim Janik  <timj@gtk.org>
28257
28258         * gtk/gtkmain.c (gtk_init_check): tell people that they don't really
28259         want to use the Gtk+ devel version (which is true, and yes - even i am
28260         currently working with the 1.2.x branch). so everyone reading this, you
28261         probably want to issue
28262         cvs checkout -r glib-1-2 glib
28263         and
28264         cvs checkout -r gtk-1-2 gtk+
28265         as your next two comands.
28266
28267 Wed Mar 17 02:49:32 1999  Tim Janik  <timj@gtk.org>
28268
28269         * configure.in: build gtkcompat.h from gtkcompat.h.in instead of
28270         gtkfeatures.h from gtkfeatures.h.in, require GLib 1.3.0.
28271
28272         * gtk/gtkcompat.h.in: combined gtkcompat.h and gtkfeatures.in in this
28273         file. strongly deprecated the GTK_HAVE_* macros, we provide
28274         GTK_CHECK_VERSION() for people that need to check for certain
28275         Gtk+ versions.
28276
28277         * gtk/gtkcompat.h: removed this from CVS.
28278         * gtk/gtkfeatures.h.in: removed this from CVS, gtkfeatures.h was a bad
28279         idea right from the start, it just didn't seem like that back then.
28280
28281 Wed Mar 17 01:46:28 1999  Tim Janik  <timj@gtk.org>
28282
28283         * merges from gtk-1-2:
28284
28285 Tue Mar 16 17:43:33 1999  Tim Janik  <timj@gtk.org>
28286
28287         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc_string): ensure the
28288         item factory class has been created.
28289         (gtk_item_factory_parse_rc): likewise.
28290
28291         * gtk/gtkmenu.c:
28292         keep proper references for old_active_menu_item.
28293         (gtk_menu_reparent): unset the usize of the new parent,
28294         so the menu can sanely be size requested and we don't get nasty screen
28295         artefacts upon next reparentation.
28296         (gtk_menu_motion_notify): set send_event to TRUE if we synthesize an
28297         enter notify. only synthesize enter notifies if the pointer really is
28298         inside the event window.
28299         (gtk_menu_popdown): use gtk_menu_shell_deselect().
28300         (gtk_menu_popup): move the background setting stuff into
28301         gtk_menu_tearoff_bg_copy() so it can be called from other places as well.
28302
28303         * gtk/gtkmenushell.c (gtk_menu_shell_button_press): use
28304         gtk_menu_shell_select_item() to select the new item.
28305         (gtk_menu_shell_deselect): export this function, so gtkmenu.c can
28306         do the right thing for deselection as well.
28307
28308 Sat Mar 15 20:10:33 1999  Tim Janik  <timj@gtk.org>
28309
28310         * gtk/gtkwidget.[hc]:
28311         (gtk_widget_accelerators_locked): return whether a widget's accelerators
28312         are locked.
28313
28314         * gtk/gtkmenu.c (gtk_menu_key_press): don't remove or install new or
28315         existing accelerators if the widget's accelerators are locked.
28316
28317 Sat Mar 14 19:44:05 1999  Tim Janik  <timj@gtk.org>
28318
28319         * gtk/gtkitemfactory.[hc]: allow managing of foreign menu items.
28320
28321         * gtk/gtkmenu.c: truely forward key press and key release events to
28322         the menu widget from the toplevel or tearoff window. we can't simply
28323         connect to that, we need to stop further processing of the events as
28324         well.
28325
28326 Sat Mar 13 13:14:17 1999  Tim Janik  <timj@gtk.org>
28327
28328         * gtk/gtkmenu.c:
28329         (gtk_menu_key_press): pass event->keyval, event->state to
28330         gtk_accelerator_valid, instead of event->keyval twice.
28331         refuse to install single letter accelerators for menus that use
28332         single letter shortcuts.
28333
28334         * gtk/gtkitemfactory.c (gtk_item_factory_create_item): use
28335         gtk_menu_ensure_uline_accel_group().
28336
28337         * gtk/gtkmenu.[hc]: added gtk_menu_ensure_uline_accel_group()
28338         which will always return an uline accel group, made
28339         gtk_menu_get_uline_accel_group() return NULL if the group isn't
28340         yet created.
28341
28342 Mon Mar 15 01:03:27 1999  Lars Hamann  <lars@gtk.org>
28343
28344         * gtk/gtkclist.h (struct _GtkCListColumn): added button_passive flag.
28345
28346         * gtk/gtkclist.c (gtk_clist_column_title_passive):
28347         Leave button sensitive, trap  button_press, button_release,
28348         motion_notify, enter_notify and leave_notify events instead.
28349         (gtk_clist_column_title_active): disconnect event handler.
28350         (gtk_clist_drag_data_get): fixed memory leak. Reported by
28351         Guillaume Laurent <glaurent@worldnet.fr>
28352
28353 Wed Mar 10 23:49:55 1999  Lars Hamann  <lars@gtk.org>
28354
28355         * gtk/gtklayout.c (gtk_layout_adjustment_changed): fixed a few
28356         width/height mixups.
28357
28358         * gtk/gtkctree.c (tree_delete): emit an tree_unselect_row signal
28359         if needed.
28360
28361 Wed Mar 10 00:11:32 1999  Tim Janik  <timj@gtk.org>
28362
28363         * gtk/testgtk.c (create_item_factory): unref the item factory after
28364         window's destruction.
28365
28366         * gtk/gtkmenushell.c (gtk_menu_shell_activate_item): keep a reference
28367         count on the menu shell around the menu item's activation, since the
28368         signal emission may cause menu shell destruction.
28369
28370         * gtk/gtkitemfactory.c:
28371         the previous code leaked one accel group per menu. we use
28372         gtk_menu_get_uline_accel_group() now to fix that, and with that
28373         also create the underline accelerator group of the menus only if
28374         required (i.e. an underline accelerator has been specified).
28375         (gtk_item_factory_construct):
28376         (gtk_item_factory_create_item): removed code that would create an
28377         extra accel group for the menu (and leak references).
28378         (gtk_item_factory_create_item): adapted the underline accelerator
28379         installation code to properly feature gtk_menu_get_uline_accel_group().
28380
28381         * gtk/gtkmenu.[hc]: added gtk_menu_get_accel_group() to retrive
28382         menu->accel_group, this may return NULL if the accelerator group
28383         hasn't been set yet.
28384         added gtk_menu_get_uline_accel_group() to retrive the underline
28385         accelerator group of the menu, this will be created on demand
28386         and proper care is taken about its reference count.
28387
28388         * gtk/gtkitemfactory.h:
28389         * gtk/gtkitemfactory.c:
28390         dumped the approach of keeping a widgets by action list on the
28391         factory since the factory<->widget destroy negotiation didn't work
28392         and would be hard to get going at all. instead we keep a list of
28393         GtkItemFactoryItem items on the factory (GtkItemFactoryItems are
28394         persistant throughout a program's life time).
28395         also, i removed the static const gchar *key_* variables, and made
28396         them inline strings (they weren't actually used anyways).
28397         (gtk_item_factory_add_item): update ifactory->items.
28398         (gtk_item_factory_destroy): destroy ifactory->items (and remove
28399         the item factory pointer from the remaining ifactory widgets).
28400         (gtk_item_factory_get_widget_by_action): walk the GtkItemFactoryItem
28401         list to find the widget.
28402         (gtk_item_factory_get_item): new function that works around
28403         gtk_item_factory_get_widget() limitations, this function will only
28404         return menu items, even for <Branch> entries.
28405
28406 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
28407
28408         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
28409         font hash table, if we have a GdkFontPrivate entry for this font
28410         already, simply increment its reference count, provided by Olaf Dietsche
28411         <olaf.dietsche+list.gtk@netcologne.de>.
28412
28413         * gtk/gtkstyle.c (gtk_style_copy): plug a GdkFont reference leak, fix
28414         provided by Olaf Dietsche <olaf.dietsche+list.gtk@netcologne.de>.
28415
28416 Sun Mar  7 06:13:29 1999  Tim Janik  <timj@gtk.org>
28417
28418         * gtk/gtkcontainer.c:
28419         (gtk_container_add_with_args):
28420         (gtk_container_addv):
28421         (gtk_container_add): before adding a child to a conatiner, make sure
28422         it is (default) constructed, this is neccessary because under certain
28423         circumstances the child will get relized and mapped immediatedly, in
28424         which case it has to be constructed already.
28425
28426 Mon Mar  1 17:58:21 1999  Tim Janik  <timj@gtk.org>
28427
28428         * gtk/gtksignal.c (gtk_signal_connect_by_type): count object_signal
28429         values > 1 as TRUE also.
28430
28431 1999-03-16  Tor Lillqvist  <tml@iki.fi>
28432
28433         * README.win32: New file.
28434                 
28435         * configure.in: Check for lstat.
28436
28437         * config.h.win32: Add non-definition of HAVE_LSTAT, just for
28438         completeness.
28439
28440         * gtk/gtkrc.c: If don't HAVE_LSTAT, use stat.
28441
28442         * gtk/gtk.def: Removed CRs.
28443
28444         * gtk/makefile.msc: Correct include path to Win32 GDK version (in
28445         ..\gdk\win32).
28446
28447         * gdk/win32/makefile.msc: Correct upwards relative paths.
28448         
28449 Mon Mar 15 03:38:34 1999  George Lebl  <jirka@5z.com>
28450
28451         * gtk/gtkdnd.c: (gtk_drag_highlight) swap the
28452           gtk_drag_highlight_expose and gtk_drag_highlight_paint since
28453           it was connecting a void function to expose_event and the int
28454           returning function to the draw signal
28455
28456 1999-03-14  Jeff Garzik  <jgarzik@pobox.com>
28457
28458         * configure.in:
28459         Use correct path to libgmodule.la when ref'ing uninstalled copy
28460         of glib.  (Already in stable branch, Bug #417)
28461
28462 1999-03-15  Tor Lillqvist  <tml@iki.fi>
28463
28464         Win32 merge and general portability stuff:
28465                 
28466         * acconfig.h,configure.in: Check for <sys/time.h>.
28467
28468         * gdk/win32: New directory (actually, been there for a while).
28469         
28470         * gtk/fnmatch.c: Include <glib.h> for G_DIR_SEPARATOR, WIN32 and
28471         NATIVE_WIN32, and use these. Always case fold on Win32. No
28472         backslashed escapes on native Win32.
28473
28474         * gtk/{gtk.def,makefile.msc}: New files.
28475
28476         * gtk/Makefile.am: Add above new files.
28477         
28478         * gtk/{gtkaccelgroup,gtkbindings}.c: Include <string.h>
28479         instead of <strings.h>.
28480
28481         * gtk/{gtkcalendar,gtkitemfactory,gtkpreview,gtkrc}.c: Include
28482         config.h. Protect inclusion of <sys/param.h>, <sys/time.h>, and
28483         <unistd.h> appropriately.
28484
28485         * gtk/gtkdnd.c: Merge in Win32 version (which doesn't do much).
28486         Use ABS() (from <glib.h>) instead of abs().
28487         
28488         * gtk/gtkfilesel.c: Moved Win32-specific includes after inclusion
28489         of gtk (and thus glib) headers, so that WIN32 will be
28490         defined. With MS C, include <direct.h> for mkdir prototype.
28491
28492         * gtk/gtkitemfactory.c (gtk_item_factory_callback_marshal): Add
28493         some casts, needed by MS C.
28494
28495         * gtk/{gtklayout,gtkplug}.c: Merge in Win32 version (which isn't
28496         implemented).
28497
28498         * gtk/gtkmain.c: Include gdk/gdkx.h for GDK_WINDOWING. Include
28499         <X11/Xlocale.h> only on X11 platform, otherwise <locale.h>.  Use
28500         G_SEARCHPATH_SEPARATOR_S and g_module_build_path.
28501
28502         * gtk/gtkmain.h: Mark variables for export/import on Win32.
28503                 
28504         * gtk/gtkrange.c (gtk_range_motion_notify): Set mods also in case
28505         the event is not a hint, or its window is not the slider. Needed
28506         on Win32, at least.
28507
28508         * gtk/gtkrc.c: Include config.h and gdk/gdkx.h. Use <locale.h>
28509         unless on X11. Skip \r chars, too. Use G_DIR_SEPARATOR and
28510         G_SEARCHPATH_SEPARATOR(_S). Use g_path_is_absolute. On Win32, use
28511         a subdirectory of the Windows directory as gtk system
28512         configuration directory.
28513
28514         * gtk/gtkselection.c: No chunks on Win32.
28515
28516         * gtk/gtksocket.c: Not implemented on Win32.
28517
28518         * gtk/gtkthemes.c (gtk_theme_engine_get): Use g_module_build_path.
28519
28520         * gtk/makeenums.h: Include gdkprivate.h after gdk.h.
28521
28522         * gtk/maketypes.awk: Declare variables with a macro that expands to
28523         necessary export/import magic in the case of Win32.
28524                 
28525         * gtk/testrgb.c: Use dynamically allocated buffer. Use GTimers.
28526
28527 1999-03-13  Raja R Harinath  <harinath@cs.umn.edu>
28528
28529         * configure.in (gdk_wc): Move widechar tests from `glib' to here,
28530         since those were meant only for gdki18n.h.  
28531         * gdk/gdki18n.h: Include gdkconfig.h and use GDK_* instead of G_*
28532         for widechar tests.
28533         * gtk/Makefile.am (INCLUDES): Add -I../gdk for gdkconfig.h.
28534
28535 1999-03-13  Tor Lillqvist  <tml@iki.fi>
28536
28537         * configure.in acconfig.h: Check for dirent.h and pwd.h. Generate
28538         gdk/gdkconfig.h using similar mechanism as GLib's glibconfig.h.
28539
28540         * gtk-config.in: Add @libdir/gtk+/include (where gdkconfig.h is
28541         installed) to CFLAGS.
28542
28543         * gdk/Makefile.am: Add rules for gdkconfig.h.
28544
28545         * gdk/gdktypes.h: Include gdkconfig.h. Define macros for windowing
28546         APIs.
28547
28548         * gdk/gdkfontsel.c: Don't include Xlib.h, it gets included via
28549         gdkx.h anyway when compiling for X11.
28550         (gtk_font_selection_create_xlfd): Use g_strdup_printf. (In
28551         general): Merge in Win32 version.
28552         
28553         * gtk/gtkfilesel.c: Use g_get_current_dir(). Merge in Win32
28554         version: Use G_DIR_SEPARATOR, g_path_is_absolute, no tilde
28555         expansion (if we don't have HAVE_PWD_H), allow for drive
28556         letters. UNC paths (\\server\share\...) are not handled yet.  Also,
28557         included code from Craig Setera's port to Win32 (the one that uses
28558         X11, and the cygwin dll), even if it probably will be abandoned.
28559
28560         * gtk/gtkfilesel.c: Don't append a * to the pattern to complete if
28561         the user entered one herself.  This way one can complete *.h and
28562         don't get matches on any .help files, for instance.
28563         
28564 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
28565
28566         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
28567         font hash table, if we have a GdkFontPrivate entry for this font
28568         already, simply increment its reference count, provided by Olaf Dietsche
28569         <olaf.dietsche+list.gtk@netcologne.de>.
28570
28571         * gtk/gtkstyle.c (gtk_style_copy): plug a GdkFont reference leak, fix
28572         provided by Olaf Dietsche <olaf.dietsche+list.gtk@netcologne.de>.
28573
28574 1999-03-09  Federico Mena Quintero  <federico@nuclecu.unam.mx>
28575
28576         * gtk/gtkstyle.c (gtk_default_draw_handle): Significantly reduced
28577         the number of calls to gdk_draw_point() (and thus to X) by
28578         clipping the points by hand.
28579
28580         * gtk/gtkhandlebox.c (draw_textured_frame): Actually make use of
28581         the clip parameter.
28582         (gtk_handle_box_paint): Only paint the handle if the expose area
28583         intersects it.
28584
28585 Sun Mar  7 18:46:37 1999  ape@lrdpf.spacetec.no  (Asbjorn Pettersen)
28586
28587         * gtk/gtkmain.c (add_dll_suffix): Add this function (OS/2 ver.)
28588
28589 Sun Mar  7 11:43:34 1999  ape@spacetec.no  (Asbjorn Pettersen)
28590
28591         * gtk/gtkthemes.c (gtk_theme_engine_get): Add OS/2 changes.
28592         Added function gen_8_3_dll_name(gchar *name, gchar *fullname).
28593
28594 Fri Mar  5 09:12:24 1999  ape@lrdpf.spacetec.no  (Asbjorn Pettersen)
28595
28596         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc): Open file in
28597          textmode (O_TEXT) for OS/2 version.
28598
28599 Sun Feb 28 16:46:02 1999  Stefan Jeske  <stefan@gtk.org>
28600
28601         * gtk/gtkspinbutton.[c,h] gtk/testgtk.c: Added two new signals to 
28602         GtkSpinButton, "input" and "output", to make the output more flexible.
28603         The user has to provide a mapping between adjustment->value and the
28604         output string (and vice versa, if the spin button is editable). 
28605         See testgtk for examples.
28606
28607 Sat Feb 27 01:18:47 1999  Tim Janik  <timj@gtk.org>
28608
28609         * ChangeLog: moved old ChangeLog to ChangeLog.pre-1-2, and started
28610         new one.
28611         
28612         * configure.in: set gtk+ version to 1.3.0.
28613
28614         * gtk/gtkfilesel.h, gtk/gtkfilesel.c: Derive from GtkDialog,