]> Pileus Git - ~andy/gtk/blob - ChangeLog.pre-2-0
Some packing tweaks.
[~andy/gtk] / ChangeLog.pre-2-0
1 Fri Mar  8 14:22:43 2002  Owen Taylor  <otaylor@redhat.com>
2
3         * gtk/gtkfilesel.c (gtk_file_selection_init): Some packing
4         tweaks.
5
6         * configure.in: Include GLIB_LIBS when checking
7         for bind_textdomain_codeset, to catch the case where
8         it is in -lintl.
9
10 Thu Mar  7 16:46:58 2002  Jonathan Blandford  <jrb@redhat.com>
11
12         * gtk/gtktreeview.c (validate_visible_area): get rid of really
13         bad focus loop.
14         (gtk_tree_view_clamp_node_visible): only clamp the node when
15         realized.  Need to replace this with scroll_to_cell sometime.
16         (gtk_tree_view_header_focus): clickable or reorderable columns are
17         focusable, #73656
18
19         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_get_widget): fix
20         docs to reflect behaviour change, #73682
21
22 Fri Mar  8 11:12:32 2002  Owen Taylor  <otaylor@redhat.com>
23
24         * NEWS: Fix version numbers. (Johan Dahlin.)
25
26         * INSTALL.in: Update, just refer to gtk-building.html
27         rather than duplicating information.
28
29         * README.in: Add release specific notes.
30
31         * Makefile.am (EXTRA_DIST): Remove TODO and TODO.xml
32         from the distribution.
33
34 Thu Mar  7 23:29:35 2002  Owen Taylor  <otaylor@redhat.com>
35
36         * NEWS: Final updates for 2.0.0
37
38         * README.in: Updates.
39
40 2002-03-08  Tor Lillqvist  <tml@iki.fi>
41
42         * gdk/Makefile.am (LDFLAGS): Add missing .la suffix for libgdk_pixbuf.
43
44 Thu Mar  7 21:32:01 2002  Kristian Rietveld  <kris@gtk.org>
45
46         * gtk/gtktreestore.c (gtk_tree_store_sort_iter_changed): increase
47         value of new_location by one if cmp_a > 0 and we hit the end of
48         the list.
49
50 Thu Mar  7 10:31:57 2002  Owen Taylor  <otaylor@redhat.com>
51
52         * gtk/gtknotebook.c (gtk_notebook_timer): Fix problem where
53         there were two copies of the "do an arrow step" code, 
54         one correct for rotated notebooks, one not. (#73855,
55         Thomas Leonard.)
56
57 Wed Mar  6 23:20:51 2002  Jonathan Blandford  <jrb@redhat.com>
58 and                       Kristian Rietveld  <kris@gtk.org>
59
60         Finishing touch for 2.0.0 release, fixes #70782, #72729, the
61         'stealth' bug and other last-minute minor issues.
62
63         * gtk/gtktreeview.c (gtk_tree_view_bin_expose): set dnd dest line
64         drawing right. We can't draw the line at the position of the next
65         row, because that one still has to be drawn. So draw everthing at
66         a -1 offset.
67         (validate_visible_area): add check for invalid descendants and
68         NULL scroll_to_path path, get scrolling right.  Also, fix the
69         area_above value.  Pretty amazing I got it wrong.
70         (get_logical_dest_row): add gtk-tree-model-drop-append magic, so
71         dragging a row to the end of the model works right.
72         (gtk_tree_view_get_dest_row_at_pos): minor floating point fix
73         (gtk_tree_view_start_editing): add call to validate_row
74         (gtk_tree_view_tree_to_widget_coords): Never subtract
75         HEADER_HEIGHT from y values anymore!!!
76         (gtk_tree_view_widget_coords_to_tree): ditto.
77         (gtk_tree_view_scroll_to_point): allow -1 as values for the
78         scroll_to coords
79         (gtk_tree_view_move_cursor_page_up_down): Don't need scroll_to_y
80         as clamp_node_visible will make it work.
81
82         * gtk/gtktreestore.c (gtk_tree_store_drag_data_received): also check
83         path depth, as we can't get iters from empty paths
84
85         * gtk/gtkliststore.c (gtk_list_store_drag_data_received): handle
86         gtk-tree-model-drop-append
87
88         * gtk/gtktreednd.c (gtk_tree_set_row_drag_data): free path_str
89
90         * tests/testtreeflow.c (main): select path where we are scrolling to
91
92 2002-03-06  Darin Adler  <darin@bentspoon.com>
93
94         * gtk/gtktreemodelsort.c: (gtk_tree_model_sort_insert_value):
95         Update offsets before finding where to insert the new value.
96
97         * gtk/gtktreeview.c: (validate_visible_area): Make sure we redraw when
98         we scroll, instead of just updating the scroll position variables.
99
100 2002-03-06  Manish Singh  <yosh@gimp.org>
101
102         * gdk/Makefile.am
103         * gtk/Makefile.am: rework so that only things that really need to be
104         done post install are in the hook
105
106 2002-03-06  Anders Carlsson  <andersca@gnu.org>
107
108         * gtk/gtkiconfactory.c (get_default_icons): Register 16x16 version
109         of properties stock icon.
110
111         * gtk/stock-icons/Makefile.am: Add stock_properties_16.png
112
113 Wed Mar  6 00:38:29 2002  Owen Taylor  <otaylor@redhat.com>
114
115         * gtk/gtkentry.c (gtk_entry_real_insert_text): Fix various problems
116         when truncating the inserted text to fit into the GtkEntry
117         size limit of 65kb. (#73119)
118
119 Wed Mar  6 00:20:59 2002  Jonathan Blandford  <jrb@redhat.com>
120
121         * gtk/gtktreeviewcolumn.c
122         (gtk_tree_view_column_cell_process_action): move event handling to
123         the process_action function so we can have the event go to
124         individual cells.
125
126 Tue Mar  5 22:16:58 2002  Owen Taylor  <otaylor@redhat.com>
127
128         * GTK+-2.0.0 rc1
129
130         * docs/tutorial,faq/Makefile.am: Deal with the html directory
131         already being there.
132
133         * docs/faq/Makefile.am (EXTRA_DIST): Add gtk-faq.sgml to EXTRA_DIST.
134
135 2002-03-05  Manish Singh  <yosh@gimp.org>
136
137         * gdk/Makefile.am
138         * gtk/Makefile.am: use install-foo-hook instead of install-foo-local,
139         since foo-local is run before the their respective builtin targets
140         in automake 1.5
141
142 2002-03-05  jacob berkman  <jacob@ximian.com>
143
144         * configure.in: change an == to =
145
146 2002-03-06  Tor Lillqvist  <tml@iki.fi>
147
148         * gdk-pixbuf/gdk_pixbuf.rc.in
149         * gdk/win32/rc/gdk.rc.in
150         * gtk/gtk-win32.rc.in: Use GTK_API_VERSION.
151
152 2002-03-05  Manish Singh  <yosh@gimp.org>
153
154         * configure.in: Fix up the freetype checking logic. Suppress
155         suprious "no" with --disable-modules.
156
157 2002-03-06  Tor Lillqvist  <tml@iki.fi>
158
159         * gdk/win32/gdkevents-win32.c (gdk_pointer_grab,
160         gdk_pointer_ungrab): Bypass calls to the grab/ungrab functions in
161         gdkinput-win32.c, as they don't effectively do anything anyway.
162         (build_key_event_state): Set MOD2 bit if key is in AltGr group.
163         (gdk_event_translate): Call _gdk_windowing_window_get_offsets()
164         each time the offsets are used, on the window they refer to,
165         instead of once in the beginning. The window in question might
166         change due to event propagation.
167         (gdk_event_translate): Set key event group to 0 for non-AltGr
168         keys. Do set the SHIFT bit in the key event state also for
169         ISO_Left_Tab. Now backtabbing finally works again.
170
171         * gdk/win32/gdkunput-win32.c: Minor debugging output change.
172
173         * gdk/win32/gdkkeys-win32.c (update_keymap): Set VK_TAB mapping to
174         Gdk_Tab and GDK_ISO_Left_Tab, like on X11.
175         (gdk_keymap_translate_keyboard_state): Add similar code as in the
176         non-XKB case on X11 to generate a more correct
177         consumed_modifiers. Add debugging output.
178         (gdk_keyval_name): Use the U+xxxx format for UCS characters
179         encoded as keyvals. Never return NULL, but hex number
180         representation if keyval not in table.
181
182         * gdk/win32/gdkwindow-win32.c (gdk_window_focus): Call
183         SetFocus(). Doesn't seem to have any harmful effect, and probably
184         is close to what this function is supposed to do. But it didn't
185         fix GtkCombo as I had hoped.
186         (gdk_window_set_type_hint): Don't intern the _NET_WM_* atoms that
187         weren't used and wouldn't have any meaning on Win32 anyway.
188
189 Tue Mar  5 19:19:19 2002  Owen Taylor  <otaylor@redhat.com>
190
191         * gtk/gtkwindow.c (gtk_window_set_focus): When setting
192         the focus to NULL, clear the existing focus chain so
193         that when we focus into the window again, we start
194         at the beginning. (Pointed out by Tim Janik.)
195
196 2002-03-06  James Henstridge  <james@daa.com.au>
197
198         * configure.in: libpango is now called libpango-1.0
199
200 Tue Mar  5 18:17:31 2002  Jonathan Blandford  <jrb@redhat.com>
201
202         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_fixed_width):
203         remove sizing == AUTOSIZE check.  Update docs.
204
205 Tue Mar  5 17:43:43 2002  Owen Taylor  <otaylor@redhat.com>
206
207         * gtk/gtkfontsel.c (gtk_font_selection_init): Don't
208         create ->font_entry, ->font_style_entry at all rather
209         than just not showing them to avoid the problem of
210         them popping up if gtk_widget_show_all() is done
211         on the dialog. (#72913, Charles Kerr.)
212
213 Tue Mar  5 18:06:49 2002  Jonathan Blandford  <jrb@redhat.com>
214
215         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_resizable):
216         doc fix proposed by tvv@sparc.spb.su (Vitaly Tishkov), #73567.
217
218 2002-03-05  Matthias Clasen  <maclas@gmx.de>
219
220         * gtk/gtktreemodel.c (gtk_tree_row_reference_deleted): Fix docs.
221
222         * gtk/gtkwindow.c (gtk_window_remove_mnemonic): 
223         (gtk_window_add_mnemonic): 
224         (gtk_window_mnemonic_activate): Add docs.
225
226         * gtk/gtktreeview.c (gtk_tree_view_get_search_equal_func): Fix
227         typo in docs.
228
229 Tue Mar  5 17:02:59 2002  Owen Taylor  <otaylor@redhat.com>
230
231         * docs/tutorial/gtk-tut.sgml: s/menu_new/menu_item_new/.
232         (#69199, Akira Tagoh.)
233
234 Tue Mar  5 16:53:05 2002  Owen Taylor  <otaylor@redhat.com>
235
236         * docs/faq/Makefile.am: Build the docbook version, not
237         the old linuxdoc version.
238
239 Tue Mar  5 15:47:54 2002  Owen Taylor  <otaylor@redhat.com>
240
241         * configure.in test/makefile.msc **.pc.in **/*.am:
242         Update version to 2.0.0
243
244         * gtk/Makefile.am (MAINTAINERCLEANFILES): Add stamp
245         files.
246
247         * configure.in (GDK_PIXBUF_VERSION): Require GLib 2.0.0,
248         Pango, Atk, 1.0.0.
249
250         * m4macros/gtk-2.0.m4: Default to 2.0.0 as the minimum
251         version.
252
253 2002-03-05  Havoc Pennington  <hp@redhat.com>
254
255         * gtk/gtktextview.c (gtk_text_view_size_allocate): don't assign
256         yoffset here, just let it get updated in response to the
257         value_changed. Fixes #72479
258
259 Tue Mar  5 10:29:09 2002  Owen Taylor  <otaylor@redhat.com>
260
261         * gtk/gtktreeview.c (do_presize_handler)
262         gtk/gtktreeview.c (do_validate_rows): Don't use this 
263         same functions as idle callbacks and directly, to avoid
264         threading deadlocks. (#72392, Scott Guilbeaux)
265
266         * gtk/gtktable.c (gtk_table_size_request_init): Fix 
267         row/column confusion from recent patch. (#73505,
268         Vitaly Tishkov.)
269
270 2002-03-04  Matthias Clasen  <maclas@gmx.de>
271
272         * docs/tutorial/gtk-tut.sgml: Make color selection and selection 
273         examples work.
274
275         * tests/testselection.c (selection_toggled, selection_clear):
276         Use selection_widget as selection owner - otherwise clearing the
277         selection doesn't work.
278
279 Mon Mar  4 12:43:48 2002  Owen Taylor  <otaylor@redhat.com>
280
281         Fixes for non XKB operation. (#73103)
282
283         * gdk/x11/gdkkeys-x11.c (gdk_keymap_translate_keyboard_state):
284         Fix problem where GDK_Tab was converted to GDK_ISO_Left_Tab
285         always, not just if Shift was pressed.
286         
287         * gdk/x11/gdkkeys-x11.c gdk/x11/gdkprivate-x11.c 
288         gdk/x11/gdkevents-x11.c: Move determination of group
289         to _gdk_x11_get_group_for_state(), fix to handle non-XKB.
290
291         * gdk/x11/gdkkeys-x11.c (gdk_keymap_translate_keyboard_state): Only
292         add in SHIFT_MASK | LOCK_MASK to consumed_modifiers if the shifted
293         and unshifted keysyms are different. Only add in group_switch_mask
294         if the group-switched and non-group-switched keysyms are diferent.
295
296         * gdk/x11/gdkkeys-x11.c (gdk_keymap_translate_keyboard_state): 
297         When calling XKeycodeToKeysym, use group * keysyms_per_keycode / 2
298         not group * keysyms_per_keycode. (Tor Lillqvist)
299
300         * gdk/x11/gdkkeys-x11.c (gdk_keymap_translate_keyboard_state):
301         Remove the hack to fudge the return value for GDK_Tab + Shift
302         since that didn't work -- it didn't affect the reverse mapping.
303         Instead fudge the non-XKB keymap instead.
304
305 Mon Mar  4 11:02:18 2002  Owen Taylor  <otaylor@redhat.com>
306
307         * gtk/gtkfilesel.c (gtk_file_selection_get_selections): Fix
308         memory leak. (#73370, Paolo Maggi).
309
310 Mon Mar  4 10:35:28 2002  Owen Taylor  <otaylor@redhat.com>
311
312         * gtk/gtknotebook.c (gtk_notebook_set_current_page): Fix docs
313         in terms of what out of range @page_num does. (#73371,
314         Vitaly Tishkov.)
315
316 2002-03-02  Havoc Pennington  <hp@pobox.com>
317
318         * demos/gtk-demo/editable_cells.c (cell_edited): const fix
319
320 Sun Mar  3 18:47:13 2002  Owen Taylor  <otaylor@redhat.com>
321
322         * gtk/gtkwindow.c (gtk_window_parse_geometry): Fix
323         to properly take the default window into account by
324         setting a flag and in gtk_window_compute_configure_request_size ()
325         multiplying by the increments and adding in the base
326         size. (#72393)
327
328         * tests/testgtk.c (create_gridded_geometry): Add a
329         test for gridded geometry and for gtk_window_parse_geometry().
330
331 2002-03-04  Hans Breuer  <hans@breuer.org>
332
333         * gtk/makefile.msc.in : don't build gtk.defs anymore
334
335 2002-03-04  Tor Lillqvist  <tml@iki.fi>
336
337         * gtk/gtkrc.h: Remove obsolete Win32-only declaration of
338         gtk_win32_get_installation_directory().
339
340 Sun Mar  3 17:03:30 2002  Owen Taylor  <otaylor@redhat.com>
341
342         * gtk/gtkmenushell.c gtk/gtkmenubar.[ch]: Back out
343         changes to propagate keys to parent menu shells, since
344         that broke stuff; rather implement ::cycle-focus as
345         a key binding on GtkMenuShell rather than on GtkMenuBar.
346
347         * gtk/gtkmenushell.c (gtk_menu_shell_class_init): Add
348         add bindings for ::cycle-focus. (In gtkmenubar.c, were 
349         mistakently bound to ::move-focus.)
350
351 2002-03-03  Tor Lillqvist  <tml@iki.fi>
352
353         * README.win32: Minor edits.
354
355         * config.h.win32.in: Update to match a recent configure-generated
356         config.h
357
358 Sun Mar  3 15:16:07 2002  Owen Taylor  <otaylor@redhat.com>
359
360         * gtk/gtktable.c: When increasing the row or column
361         requisitions to make them sufficient for spanning widgets,
362         favor rows or columns with expandable children in them.
363         (#1261, Jonathan Blandford.)
364
365 Sun Mar  3 14:26:33 2002  Owen Taylor  <otaylor@redhat.com>
366
367         * gtk/gtkstyle.[ch] (_gtk_get_insertion_cursor_gc):
368         Centralize lookup and caching of cursor GC's here.
369
370         * gtk/gtkentry.[ch] gtk/gtktextview.[ch] gtk/gtktextdisplay.c
371         gtk/gtklabel.c: Move to using _gtk_get_insertion_cursor_gc().
372
373         * gtk/gtkentry.c (gtk_entry_expose): Draw cursors
374         under the text, not over the text.
375
376         * gtk/gtkwidget.c (gtk_widget_class_init): add
377         a secondary-cursor-color property.
378
379         * gtk/gtkwidget.c (gtk_widget_class_init): Decrease
380         the default aspect ratio to 1/25 (0.04).
381         
382         * tests/testgtkrc (bell_duration): Comment out
383         cursor color setting.
384         
385 Sun Mar  3 20:48:12 2002  Soeren Sandmann  <sandmann@daimi.au.dk>
386
387         * gtk/gtkmenu.c (gtk_menu_set_submenu_navigation_region): change
388         offset of cursor corner of navigation region from (-2, 2) to 
389         (-2, 0).
390
391 2002-03-03  jacob berkman  <jacob@ximian.com>
392
393         * Makefile.am (EXTRA_DIST): add sanitize-la.sh
394
395 2002-03-03  Anders Carlsson  <andersca@gnu.org>
396
397         * gdk/x11/gdkwindow-x11.c (gdk_window_move_resize): Fix tyop
398         in docs.
399
400 Sat Mar  2 03:49:31 2002  Kristian Rietveld  <kris@gtk.org>
401
402         * gtk/gtktreeview.c (gtk_tree_view_button_press): move edit
403         ifs above _set_cursor code, don't collapse/expand row on double
404         click, only activate (#63269)
405         (validate_visible_area): add two missing lines (#73161, #73162)
406
407 Sun Mar  3 12:13:56 2002  Owen Taylor  <otaylor@redhat.com>
408
409         * configure.in: Fix typo where pangoxft was being
410         required instead of pangox. (Reported by Miles
411         Lane)
412
413 Sun Mar  3 11:12:16 2002  Owen Taylor  <otaylor@redhat.com>
414
415         * gtk/gtktextlayout.c (add_cursor): When in split cursor
416         mode, always add the cursor as both strong and weak
417         so that it is drawn with the correct non-split color.
418
419 Sun Mar  3 11:05:13 2002  Owen Taylor  <otaylor@redhat.com>
420
421         * modules/input/Makefile.am (moduledir): Fix
422         install location.
423
424 Sun Mar  3 10:28:32 2002  Owen Taylor  <otaylor@redhat.com>
425
426         * gtk/Makefile.am: add missing dependency of objects on
427         gtkmarshalers.h.
428
429         * gtk/Makefile.am gtk/gtk-boxed.defs: Remove completely
430         out of date and unused gtk-boxed.defs and the accompanying
431         Makefile rule to generate the complete gtk.defs.
432
433 2002-03-03  Hans Breuer  <hans@breuer.org>
434
435         * gtk/gtkmain.c : make rewrite_event_for_window() static
436         * gtk/gtkrc.c : gtk_rc_clear_realized_style() static
437
438         * gtk/makefile.msc.in : adapt to makeenums build changes
439
440         * gtk.def : sorted alphabetical again
441
442 2002-03-03  Sven Neumann  <sven@gimp.org>
443
444         * m4macros/gtk-2.0.m4: lowercase configure --help output.
445
446 Sun Mar  3 06:39:19 2002  Tim Janik  <timj@gtk.org>
447
448         * gtk/gtkfilesel.c: added compile time switch to put the tree views
449         into a hpaned for owen to play with.
450
451         * gtk/gtktreedatalist.c (_gtk_tree_data_list_header_free): 
452         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_cell_data_func),
453         (gtk_tree_view_column_finalize): 
454         * gtk/gtktreestore.c (gtk_tree_store_set_default_sort_func),
455         (gtk_tree_store_set_sort_func), (gtk_tree_store_finalize): 
456         * gtk/gtktreeselection.c (gtk_tree_selection_finalize): 
457         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_reset_default_sort_func),
458         (gtk_tree_model_sort_set_default_sort_func),
459         (gtk_tree_model_sort_set_sort_func):
460         * gtk/gtkliststore.c (gtk_list_store_set_default_sort_func),
461         (gtk_list_store_set_default_sort_func),
462         (gtk_list_store_set_sort_func), (gtk_list_store_finalize): 
463         add reentrancy protection around destroy() function invocation.
464
465         * gtk/gtktreeselection.c (gtk_tree_selection_set_select_function): fix
466         destroy function invocation (which was missing).
467
468 Sat Mar  2 23:08:23 2002  Owen Taylor  <otaylor@redhat.com>
469
470         Fixes for uninstalled operation with module suffixes
471         other than .so and in general for platforms like AIX where
472         the module suffix isn't predictable. (#72185, problems
473         reported by Miroslaw Dobrzanski-Neumann)
474
475         * modules/input/Makefile.am (gtk.immodules): Query .la
476         files rather than shared objects in .libs when creating the
477         uninstalled gtk.immodules file.
478
479         * gtk/gtkmain.c (_gtk_find_module): Look for .la files
480         after looking for the normal soname extension to handle
481         cases where the soname extension isn't predictable,
482         like AIX.
483
484         * gtk/gtkthemes.c (gtk_theme_engine_load): Don't
485         call g_module_build_path... leave that to 
486         gtk_rc_find_module_in_path.
487
488         * demos/gtk-demo/main.c (main) demos/pixbuf-init.c (pixbuf_init):
489         tests/testgtk.c (test_init): tests/testtext.c (test_init)
490         tests/testdnd.c (test_init): Point gdk-pixbuf to .la
491         files rather than poking in .libs for .so files.
492
493         * gtk/stock-icons/Makefile.am (gtkstockpixbufs.h): Remove
494         .libs from GDK_PIXBUF_MODULEDIR.
495
496 Sat Mar  2 20:58:30 2002  Owen Taylor  <otaylor@redhat.com>
497
498         * gtk/gtkwidget.c (gtk_widget_reparent): Handle NO_WINDOW
499         widgets with windows that are children of widget->window.
500         (#50279)
501
502         * tests/testgtk.c: Add eventboxes to the example so that
503         we are reparenting between different GdkWindows.
504
505 Sat Mar  2 20:39:38 2002  Owen Taylor  <otaylor@redhat.com>
506
507         * gtk/gtkimagemenuitem.c (gtk_image_menu_item_new_from_stock): 
508         Add a note to the docs about how to use this in the 
509         context of changeable accelerators. (#72382, Mark Patton)
510
511 Sat Mar  2 19:48:10 2002  Owen Taylor  <otaylor@redhat.com>
512
513         * configure.in: Fix missing -lX11 into x_libs with pangoxft.
514
515 Fri Mar  1 00:46:49 2002  Owen Taylor  <otaylor@redhat.com>
516
517         * configure.in: Add a --enable-explicit-deps option to control
518         whether dependency libraries are written into .la files and .pc
519         files.  Default is auto: if static libraries are off and shlib
520         dependencies are found, don't write deps.
521
522         * gdk/Makefile.am gtk/Makefile.am sanitize-la.sh: Shell script
523         used to strip dependencies out of .la files.
524
525         * Makefile.am: Add a slightly modified distcheck rule that passes
526         --enable-gtk-doc to the configure inside.
527         (So that 'make dist' succeeds inside.)
528
529         * configure.in: If pango was compiled with
530         --disable-explicit-deps, then repeat the checks for X and
531         freetype ourselves so we don't depend on linking to libraries
532         that pango doesn't reveal in the link line. Add some more paranoia
533         for whether what we detect ourselves matches what Pango backends
534         we found.
535         
536 2002-03-03  Tor Lillqvist  <tml@iki.fi>
537
538         * configure.in: Output gdk-pixbuf/gdk_pixbuf.rc.
539
540         * gdk/gdk.def
541         * gdk/win32/gdkevents-win32.c: Add and (trivially) implement
542         gdk_pointer_grab_info_libgtk_only() and
543         gdk_keyboard_grab_info_libgtk_only().
544
545 2002-03-02  Tor Lillqvist  <tml@iki.fi>
546
547         * gdk/win32/gdkevents-win32.c (build_keypress_event): Reorder
548         code, keyval should get a value in all cases now.
549         (build_keyrelease_event): Set GDK_CONTROL_MASK here, too, if it
550         was a control character produced with Alt+keypad digits.
551         (gdk_event_translate): Minor cleanups to keyboard input
552         handling. Still need more major work.
553         
554 Sat Mar  2 16:12:03 2002  Owen Taylor  <otaylor@redhat.com>
555
556         * gtk/gtkradiobutton.c (gtk_radio_button_focus): Don't
557         do special focus handling if draw_indicator is not set.
558         (#64723, Damon Chaplin.)
559
560 Sat Mar  2 15:48:04 2002  Owen Taylor  <otaylor@redhat.com>
561
562         * gtk/gtkentry.c (gtk_entry_new_with_max_length,
563         gtk_entry_set_max_length): Clamp @max parameter passed in to 
564         [0, MAX_SIZE], improve docs. Fix default and range 
565         for ::max-length property, range for ::ncursor_position,
566         ::selection_bound properties. (#55916, Vitaly Tishkov)
567
568         * gtk/gtkmain.c (rewrite_event_for_grabs): Fix typo
569
570 Fri Mar  1 18:39:44 2002  Owen Taylor  <otaylor@redhat.com>
571
572         * gdk/x11/{gdkevents-x11.c,gdkmain-x11.c,gdkprivate-x11.h,
573         gdkwindow-x11.c}: Robustify tracking of pointer grab window.
574
575         * gdk/x11/gdkmain-x11.c: Keep track of current keyboard
576         grab window.
577
578         * gdk/x11/gdkmain-x11.c (gdk_pointer_grab_info_libgtk_only,
579         gdk_keyboard_grab_info_libgtk_only): Private libgtk => libgtk
580         API for finding out current grab information.
581         
582         * gtk/gtkmain.c (rewrite_event_for_grabs): Rewrite events
583         so that the effective behavior of owner_events = TRUE is changed
584         to "deliver events to same window group normally" instead
585         of "deliver events to same application normally. #69934
586
587         * gtk/gtkrange.c: Use an explicit gtk_grab_add() so that
588         it works within the GtkList combo, where there is a 
589         owner_events = FALSE gdk_pointer_grab() already in effect.
590         (#65006, reported by Damon Chaplin)
591
592 Sat Mar  2 14:32:50 2002  Owen Taylor  <otaylor@redhat.com>
593
594         * configure.in: Default to --disable-gtk-doc (avoid Jade
595         breakage) and --disable-static (static linking causes
596         problems with Xft changes.)
597
598         * autogen.sh: Add --enable-gtk-doc by default.
599
600         * Makefile.am: Add a 'mydistcheck' rule that passes
601         --enable-gtk-doc to the configure since that is needed
602         for 'make dist'.
603
604         * docs/tutorial/Makefile.am (dist-hook): Don't distribute
605         the PDF file. (Rule doesn't work on my system, plus it's
606         big.)
607
608         * gtk/Makefile.am: 'make dist' fixes.
609
610 Sat Mar  2 13:26:58 2002  Owen Taylor  <otaylor@redhat.com>
611
612         * gtk/Makefile.am: Switch style of stamp file usage.
613
614         * gtk/Makefile.am gtk/typeutils.[ch]: Switch all the exported
615         enumeration/fags TYPE variables over to macros for get_type() functions,
616         for lazy definition and to get rid of expensive relocations.
617
618         * gtk/gtkiconfactory.[ch] gtk/gtkselection.[ch] gtk/gtkstyle.[ch]
619         gtk/gtktextiter.[ch] gtk/gtktexttag.[ch] gtk/gtktreemodel.[ch]
620         gtk/gtktypeutils.[ch] gtk/gtkwidget.[ch]: Switch boxed type
621         definitions over manually coded get_type() functions.
622
623         * gtk/gtk.def: Updates for above
624
625         * gtk/{genmarshal.pl,makeenums.awk,makeenums.h,maketypes.awk}:
626         Remove from CVS, no longer used.
627
628         * configure.in: Remove checks for awk.
629         
630 Sat Mar  2 04:44:10 2002  Tim Janik  <timj@gtk.org>
631
632         * gtk/gtkaccelgroup.c (gtk_accel_group_connect_by_path): fix typo.
633
634 Fri Mar  1 23:59:35 2002  Kristian Rietveld  <kris@gtk.org>
635
636         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_get_size): set
637         first_cell to FALSE after first iteration
638
639         * gtk/gtktreeview.c (validate_visible_area): reduce usage of
640         GTK_RBNODE_GET_HEIGHT, check for node != NULL,
641         (gtk_tree_view_top_row_to_dy): remove call to gtk_adjustment_changed
642         (gtk_tree_view_search_iter): select iter after scrolling
643
644 2002-03-02  Tor Lillqvist  <tml@iki.fi>
645
646         * gtk/gtkitemfactory.c: Remove unneeded Win32 stuff inside #ifdef
647         G_OS_WIN32. (Leftover from when gtkitemfactory.c handled files.)
648
649 2002-03-01  Tor Lillqvist  <tml@iki.fi>
650
651         * gdk/gdkkeys.c (gdk_keyval_convert_case)
652         * gdk/x11/gdkkeys-x11.c (gdk_keyval_convert_case): If the keyval
653         to be converted is one of those that consist of a Unicode
654         character plus our special flag bit, use the
655         g_unichar_to{lower,upper} functions (Bug#73112).
656
657         * gdk/gdkkeys.c (gdk_keyval_convert_case): Drop the #ifdefs for
658         the GDK keysym symbols. As we include gdkkeysyms.h, we know they
659         are there. And if GDK keysyms some day are added/removed, this
660         function needs changes, too, anyway.
661
662 Fri Mar  1 17:00:28 2002  Owen Taylor  <otaylor@redhat.com>
663
664         * gdk/gdkpolyreg-generic.c: Fix some reported (but not significant)
665         UMR's from purify. (#73160, Morten Welinder)
666
667 Fri Mar  1 16:48:19 2002  Owen Taylor  <otaylor@redhat.com>
668
669         * gtk/gtkscrolledwindow.c: Initialize the scrollbar spacing
670         variable in the class to -1, and then take that to mean
671         "default" (3) rather than putting 3 in the class directly.
672         This gives us some wiggle room to make it a per-instance
673         rather than a per-class property later.
674
675 2002-03-01  jacob berkman  <jacob@ximian.com>
676
677         * Makefile.am (install-data-hook): 
678         (dist-hook): replace uses of test -e with more portable test -f
679
680 Fri Mar  1 14:49:35 2002  Owen Taylor  <otaylor@redhat.com>
681
682         * gtk/gtktextview.c (gtk_text_view_commit_text): Don't delete
683         forward across line boundaries when in overwrite mode.
684         (#73145, reported by Ettore Perazzoli)
685
686 Fri Mar  1 14:47:39 2002  Owen Taylor  <otaylor@redhat.com>
687
688         * gtk/gtktextview.c (gtk_text_view_commit_text): Don't
689         join up lines.
690
691 Fri Mar  1 10:31:14 2002  Owen Taylor  <otaylor@redhat.com>
692
693         * gtk/gtknotebook.c (gtk_notebook_reorder_child):
694         Fix signed-unsigned error that was accidentally causing
695         negative values to append, do it intentionally. Fix docs 
696         to say that negative values append. (Alexey A. Malyshev,
697         #73108) 
698
699 2002-03-01 Alexey Malyshev <maa@sparc.spb.su>
700         
701         * gtk+/gtk/gtkitemfactory.c
702         fixed a little type in docs for gtk_notebook_set_show_border()
703         
704 Fri Mar  1 09:05:19 2002  Owen Taylor  <otaylor@redhat.com>
705
706         * gtk/gtkitemfactory.c (gtk_item_factory_delete_entries):
707         Really make it work for paths with underline accelerators. (#69247)
708
709 2002-02-28  Havoc Pennington  <hp@pobox.com>
710
711         * gtk/gtktextview.c (gtk_text_view_finalize): free the tab array
712         for custom tabs, reported by Paolo Maggi #72980
713         
714 Thu Feb 28 19:55:01 2002  Owen Taylor  <otaylor@redhat.com>
715
716         * gdk/gdkkeys.c: include gdkkeysysms.h if
717         compiling gdk_keyval_convert_case.
718
719         * gtk/gtkmenubar.c (gtk_menu_bar_cycle_focus): Implement
720         <Control>Tab <Control><Shift>Tab to cycle between
721         all menu bars in a toplevel once one is up.
722
723         * tests/testgtk.c: Add a second menubar, this
724         example is already full of crack anyways.
725
726         * gtk/gtkmenushell.c (gtk_menu_shell_key_press): Padd
727         unhandled events up to the parent menu shell.
728
729         * gtk/gtkmenuitem.c (gtk_menu_item_select_timeout): Only
730         pop up the menu if the parent menu shell is still active.
731
732         * gtk/gtkcontainer.[ch] (_gtk_container_focus_sort): Add a
733         old_focus argument, export privately.
734
735 2002-02-28  Darin Adler  <darin@bentspoon.com>
736
737         * gtk/gtkfilesel.c: (open_new_dir): Add missing NULL check.
738
739 2002-03-01  Tor Lillqvist  <tml@iki.fi>
740
741         * gdk/win32/gdkwindow-win32.h (struct _GdkWindowImplWin32): Remove
742         the event_mask, it is now in GdkWindowObject.
743
744         * gdk/win32/gdkwindow-win32.c: Change accordingly. Set the
745         GDK_STRUCTURE_MASK in gdk_window_set_events(), as it is always set
746         in gdk_window_new(), too. (Bug#72921)
747
748         * gdk/win32/gdkevents-win32.c: Change accordingly here, too.
749         (vk_from_char): New function, calculates the virtual keycode
750         corresponding to the char in a WM_CHAR message.
751         (build_keypress_event, build_keyrelease_event): Use it.
752         (build_keypress_event): Call ImmReleaseContext() after using the
753         input context. This might plug a memory or resource leak.
754         (build_key_event_state): Remove #if 0 code.
755         (gdk_event_translate): Actually, it would be preferrable to always
756         handle just the WM_KEYDOWN and WM_KEYUP messages, not WM_CHAR at
757         all, and thus drop the contorted logic with ignore_wm_char etc.
758
759         * gdk/win32/gdkkeys-win32.c: (gdk_keymap_get_entries_for_keyval):
760         Debugging output.
761         (gdk_keymap_translate_keyboard_state): Return correct value. (But
762         _gtk_key_hash_lookup() doesn't check the return value...)
763
764 Thu Feb 28 14:49:08 2002  Owen Taylor  <otaylor@redhat.com>
765
766         * gdk/x11/gdkwindow-x11.c (gdk_window_foreign_new): Initialize
767         private->event_mask from attributes we retrieved for
768         the window.
769
770 2002-02-22  Havoc Pennington  <hp@redhat.com>
771
772         * gtk/gtktextbuffer.c (save_range): change gravity of start/end
773         marks so that text added at either end of the range doesn't end up
774         inside the range.
775         (gtk_text_buffer_real_insert_range): fix to handle pasting a range
776         into itself.
777
778 2002-02-28  Sven Neumann  <sven@gimp.org>
779
780         * configure.in: beautified configure --help output.
781
782 2002-02-28  Tor Lillqvist  <tml@iki.fi>
783
784         * gdk/win32/Makefile.am: Move bdfcursor.c from
785         libgdk_win32_la_SOURCES to EXTRA_DIST.
786
787         * gdk/win32/gdkgc-win32.c (gdk_win32_colormap_color_pack): In the
788         bitmap case, use just the LSB of the pixel value. Does this match
789         X11 semantics? Or should it be pixel!=0?
790
791 Wed Feb 27 19:16:50 2002  Owen Taylor  <otaylor@redhat.com>
792
793         * gdk/x11/gdkwindow-x11.c (gdk_window_new): 
794         * gdk/x11/gdkwindow-x11.c (gdk_window_get_events): 
795         * gdk/x11/gdkwindow-x11.c (gdk_window_set_events): 
796         * gdk/win32/gdkwindow-win32.c (gdk_window_set_events): 
797         * gdk/win32/gdkwindow-win32.c (gdk_window_new): 
798         * gdk/gdkwindow.h (struct _GdkWindowObject): 
799         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_set_events):
800         Save the window's event mask in window->event_mask.
801
802         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Only
803         generate expose events if GDK_EXPOSE_MASK is included
804         window->event_mask. (#54506)
805
806 Wed Feb 27 18:50:29 2002  Owen Taylor  <otaylor@redhat.com>
807
808         * gtk/gtkwidget.c (gtk_widget_event): Allow focus-change
809         events to be sent to unrealized widgets; they aren't
810         really normal events in that they have anything to
811         do with widget->window. (#72914, Andreas J. Guelzow)
812
813 Wed Feb 27 18:39:25 2002  Owen Taylor  <otaylor@redhat.com>
814
815         * gtk/stock-icons/Makefile.am: Split big VARIABLES variable
816         that was causing overlong lines into 6 variables with 20
817         in each one.
818
819 Wed Feb 27 18:01:03 2002  Owen Taylor  <otaylor@redhat.com>
820
821         * gtk/gtkaccellabel.c (gtk_accelerator_name) po/POTFILES.in: 
822         Mark Ctrl, Shift, Alt for translation.
823         (#60590)
824
825         * gtk/gtkfontsel.c: Mark PREVIEW_TEXT for translation.
826         (Vlad Harchev, #53223)
827
828 Wed Feb 27 17:32:09 2002  Owen Taylor  <otaylor@redhat.com>
829
830         * gtk/gtkrange.c (gtk_range_get_props): if CAN_FOCUS
831         reserve focus_line_width + focus_line_pad extra
832         space and draw the focus in that space. #72027.
833
834 Wed Feb 27 23:02:55 2002  Soeren Sandmann  <sandmann@daimi.au.dk>
835
836         * gtk/gtkhandlebox.c (gtk_handle_box_realize): minor code cleanup
837
838 Wed Feb 27 14:58:12 2002  Owen Taylor  <otaylor@redhat.com>
839
840         * gtk/gtkmenubar.c (gtk_menu_bar_size_request/allocate): 
841         Don't reserve space for border when the shadow type
842         for the menubar is "none". (#61843)
843
844         * gtk/gtkmenubar.c (gtk_menu_bar_size_allocate): Fix
845         offset for right-justified menu items.
846
847 Wed Feb 27 14:45:21 2002  Owen Taylor  <otaylor@redhat.com>
848
849         * gtk/gtktoolbar.c (gtk_toolbar_size_allocate): Go
850         back to old style of drawing children over the bevel.
851         (#58615)
852
853 Wed Feb 27 14:08:26 2002  Owen Taylor  <otaylor@redhat.com>
854
855         * modules/input/imxim.c: Add ko and zh to the locales
856         where this is the default.
857
858 Wed Feb 27 12:34:21 2002  Owen Taylor  <otaylor@redhat.com>
859
860         * gtk/gtkiconfactory.c: Register all stock icons
861         "unscaled" so that we don't have icons only available
862         at some sizes. (#68896)
863
864 Wed Feb 27 11:59:05 2002  Owen Taylor  <otaylor@redhat.com>
865
866         Some ASCII vs. locale fixes from Darin Adler (#55837)
867
868         * gtk/gtkcombo.c (gtk_combo_find): Implement real
869         case-insensitive comparison using g_utf8_casefold().
870
871         * gtk/gtkaccellabel.c (gtk_accel_label_refetch): Fix
872         assignment of gunichar to char by replacing g_unichar_totitle
873         with g_ascii_toupper ... the contents would only be ascii
874         here anyways.
875
876         * gdk/x11/gdkim-x11.c (_gdk_x11_initialize_locale) 
877         * gtk/gtkfontsel.c (gtk_font_selection_show_available_fonts): 
878         Replace a calls to g_strcasecmp() with g_ascii_strcasecmp().
879
880 2002-02-27  Hans Breuer  <hans@breuer.org>
881
882         * demos/gtk-demo/makefile.msc.in : new file
883
884         * gdk-pixbuf/gtk-pixbuf.rc.in : new file to include
885           version resource
886         * gdk-pixbuf/makefile.msc : create and use gdk-pixbuf.res
887
888         * gdk/win32/gdkkeys-win32.c : handle undefined LANG_URDU,
889         (gdk_keyval_name) : fix endless looping
890
891         * gtk/gtkfilesel.c : translate_win32_path() static
892         * gtk/queryimmodules : print_escaped(), query_module() static
893
894         * gtk/makefile.msc.in : added gtkkeyhash, build gtk-win32.res
895
896         * gtk/stock-icons/makefile.msc : regenerated from directory
897         listing (almost all filenames changed)
898
899 Wed Feb 27 10:34:46 2002  Owen Taylor  <otaylor@redhat.com>
900
901         * gtk/gtkrange.c (gtk_range_set_range): After computing
902         the clamped value, actually set it. (#62639, Sergey Kuzminov)
903
904 Tue Feb 26 22:22:37 2002  Owen Taylor  <otaylor@redhat.com>
905
906         * gtk/gtkbox.c (gtk_box_reorder_child): Clean up
907         the code so < 0 == end wasn't just a side effect,
908         remove most of the manual linked list manipulation
909         code in favor of g_list_* functions.
910
911 Tue Feb 26 21:44:01 2002  Owen Taylor  <otaylor@redhat.com>
912
913         * config.status config.guess: Remove these files
914         from CVS so we more-or-less current versions from
915         automake --add-missing. (Reported by Finlay Dobbie,
916         #60342)
917
918         * gdk/gdkkeyuni.c: Shouldn't map KP_Enter to '\n',
919         or KP_Tab to \t' since we don't map the corresponding
920         main keyboard characters in that way. (#61561,
921         Padraig O'Briain)
922
923 Tue Feb 26 19:45:29 2002  Owen Taylor  <otaylor@redhat.com>
924
925         * gtk/gtkcombo.c (gtk_combo_set_popdown_strings):
926         Call gtk_combo_set_popdown_strings() in case
927         the combo is up currently. (#63535, Skip Montaro)
928
929 Tue Feb 26 19:38:14 2002  Owen Taylor  <otaylor@redhat.com>
930
931         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_class_init):
932         Switch control-home/end and home/end with
933         the idea that scrolled windows more typically contain
934         vertical sets of controls and to correspond to the bindings
935         in GtkTreeView.
936
937 Tue Feb 26 19:32:42 2002  Owen Taylor  <otaylor@redhat.com>
938
939         * gtk/gtk[hv]vscale.c (gtk_[hv]scale_expose): Chain
940         up before drawing the scale values so that the number
941         is drawn in the right place instead of one step 
942         back. (#61743, patch from Satyajit Kanungo)
943
944 Tue Feb 26 19:16:28 2002  Owen Taylor  <otaylor@redhat.com>
945
946         * gdk/win32/gdkkeys-win32.c (gdk_keyval_name): 
947         * gdk/x11/gdkkeys-x11.c (gdk_keyval_name): 
948         Make sure Page_Up, Page_Down get those names, not Prior,
949         Next.
950
951 Tue Feb 26 18:58:49 2002  Owen Taylor  <otaylor@redhat.com>
952
953         * gtk/gtkaccelgroup.c (gtk_accelerator_set_default_mod_mask):
954         OR in the three default modifiers to any value passed
955         in by the caller, so that the caller won't break the
956         the default bindings. (#70142, Jody Goldberg, though he
957         wasn't in favor of this particular way of solving it.)
958
959 Tue Feb 26 18:47:44 2002  Owen Taylor  <otaylor@redhat.com>
960
961         * gtk/gtkwindow.c (gtk_window_add_mnemonic): Append
962         mnemonics rather than prepending them so that the 
963         order is typically forward rather than typically
964         backward. (Partial fix for #52395)
965
966 Wed Feb 27 00:45:39 2002  Soeren Sandmann  <sandmann@daimi.au.dk>
967
968         * gtk/gtkarrow.c, gtk/gtkmenuitem.c, gtk/gtkrange.c
969         gtk/gtkspinbutton.c gtk/gtkstyle.c: Draw arrows better (without
970         extra baseline)
971
972 Tue Feb 26 18:38:17 2002  Owen Taylor  <otaylor@redhat.com>
973
974         * gtk/gtkaccellabel.c (gtk_accel_label_refetch): 
975         Display any "g_unicode_isgraph()" char literally,
976         not just latin1. (#65679)
977
978 Tue Feb 26 18:01:10 2002  Owen Taylor  <otaylor@redhat.com>
979
980         * gtk/gtkwidget.c (gtk_widget_grab_focus): Don't
981         focus insensitive widgets. (#68203)
982         
983         * gtk/gtkentry.c (gtk_entry_state_changed): Clear any
984         current selection if we become insensitive. (#68203)
985
986         * gtk/gtkentry.c (gtk_entry_grab_focus): Don't
987         select the text if the entry isn't editable. (#67203)
988
989         * gtk/gtkentry.c: Activate keybindings when not editable,
990         but supress keybindings that change the text. (#65848, #68203)
991
992         * gtk/gtkentry.c (gtk_entry_set_property): Reset the
993         IM context for the entry when it is made not editable.
994
995 Tue Feb 26 17:04:44 2002  Owen Taylor  <otaylor@redhat.com>
996
997         * gtk/gtkcolorsel.c (update_color): Emit ::color_changed
998         every time we notify current_color. (Brute force 
999         fix for #72470, Matthias Clasen). Some fixes to improve
1000         reentrancy.
1001
1002 Tue Feb 26 15:04:33 2002  Owen Taylor  <otaylor@redhat.com>
1003
1004         * gtk/gtkentry.c (gtk_entry_enter_text): use
1005         the cursor position _after_ deleting the text
1006         as the position to insert at. (#72717, Jan Mynarik)
1007
1008 2002-02-26 Vitaly Tishkov <tvv@sparc.spb.su>
1009
1010         * gtk/gtktreemodel.c
1011         misprints in documentation for gtk_tree_row_reference_inserted() 
1012         and gtk_tree_path_new () are fixed
1013
1014 Tue Feb 26 19:47:16 2002  Kristian Rietveld  <kris@gtk.org>
1015
1016         * gtk/gtktreeview.c (validate_visible_area): take into account
1017         that a path from a rowref can be NULL. (#72623 and #72650)
1018
1019         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_render_or_focus):
1020         let focus_rectangle be the same as cell_area for empty cells (#69900)
1021
1022 Tue Feb 26 11:51:56 2002  Owen Taylor  <otaylor@redhat.com>
1023
1024         * gtk/gtkkeyhash.c (_gtk_key_hash_remove_entry): Fix
1025         double free.
1026
1027 Tue Feb 26 10:38:14 2002  Owen Taylor  <otaylor@redhat.com>
1028
1029         * gtk/gtkkeyhash.c (_gtk_key_hash_lookup_keyval): Handle
1030         a keyval of 0, by returning an empty list. (#72617,
1031         Kevin Breit)
1032
1033 2002-02-26  Richard Hult  <rhult@codefactory.se>
1034
1035         * gtk/gtktreeview.c (gtk_tree_view_expand_all): Fix
1036         #72586. Silently accept empty tree.
1037         (gtk_tree_view_collapse_all): Likewise.
1038
1039 2002-02-26  Tor Lillqvist  <tml@iki.fi>
1040
1041         * gtk/gtk.def: A couple of name changes.
1042
1043 Mon Feb 25 22:10:47 2002  Owen Taylor  <otaylor@redhat.com>
1044
1045         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_class_init): Fix
1046         double set of bindings for page-up/down. (#72605, Tor Lillqvist)
1047
1048         * gtk/gtkmenu.c (gtk_menu_key_press): Remove consumed modiifers
1049         when setting up accelerator to make accelerators look prettier.
1050         (#65416, Guillermo S. Romero)
1051
1052 2002-02-26  Tor Lillqvist  <tml@iki.fi>
1053
1054         * gdk/win32/gdkkeys-win32.c: Implement the functions that until
1055         now just were non-functional stubs. For "hardware keycodes", we
1056         use Windows virtual keycodes. Not scancodes, although that at
1057         first might seem more low-level and a better match to X11
1058         keycodes. 
1059
1060         The Windows API is really mixed up and confused with respect to
1061         scancodes and virtual keycodes. (Surprised?) Some scancodes are
1062         generated by two keys on the keyboard (!), and although the
1063         keyboard messages do have a flag to indicate which key the user
1064         pressed, other API that take a scan code as input don't let you
1065         specify which actual key you mean.
1066
1067         (update_keymap): Function to build a X11-like representation of
1068         the keyboard. Each key has four keysyms: two levels (nonshifted
1069         and shifted) and two groups (normal and with AltGr).
1070
1071         (gdk_keymap_get_direction): Use the codepage corresponding to the
1072         thread's input locale, not the system codepage.
1073
1074         * gdk/win32/gdkglobals.h
1075         * gdk/win32/gdkmain-win32.c
1076         * gdk/win32/gdkprivate-win32.h
1077         * gdk/win32/gdkwindow-win32.h
1078         * gdk/win32/gdkwindow-win32.c: Remove the input_locale and
1079         charset_info fields from GdkWindowImplWin32. Input locale is
1080         per-thread in Windows, and as GDK on Windows really only works
1081         when the GDI interaction all happens in just one thread anyway,
1082         this state can be global. Use globals _gdk_input_locale and
1083         _gdk_input_codepage instead. Set these based on the thread's input
1084         locale (keyboard layout, or which IME is active).
1085
1086         * gdk/win32/gdkevents-win32.c: Set the group and hardware_keycode
1087         fields in GDK key events. On input locale change messages, set
1088         the global state variables, and inform update_keymap() that it
1089         has to rebuild the keymap.
1090         
1091 2002-02-25  Matthias Clasen  <maclas@gmx.de>
1092
1093         * docs/tutorial/gtk-tut.sgml: Fix typos in pkg-config 
1094         invokations.  (#72476) 
1095
1096 Mon Feb 25 18:59:27 2002  Owen Taylor  <otaylor@redhat.com>
1097
1098         * gtk/gtktooltips.c (start_keyboard_mode): Set the keyboard-mode
1099         flag before popping up the tooltip so that pop it up
1100         in the right place. (#71917, Narayani Pattipati)
1101
1102 Mon Feb 25 22:11:34 2002  Kristian Rietveld  <kris@gtk.org>
1103
1104         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_visible): call
1105         _gtk_tree_view_column_cell_set_dirty when visible, so this column
1106         gets some space allocated. (#70996)
1107
1108         * gtk/gtkliststore.c (gtk_list_store_get_path): add simple
1109         optimization for the tail case
1110         (gtk_list_store_real_set_value): remove unneeded _get_path calls
1111
1112 Mon Feb 25 12:47:25 2002  Owen Taylor  <otaylor@redhat.com>
1113
1114         * gdk/x11/gdkkeys-x11.c (gdk_keymap_translate_keyboard_state): 
1115         Fix precendence problem. (Sven Neumann)
1116
1117 Sun Feb 24 23:23:28 2002  Owen Taylor  <otaylor@redhat.com>
1118
1119         * tests/testselection.c (main): Convert over to using
1120         an GtkInvisible - selections don't work properly
1121         with now NO_WINDOW GtkToggleButton. (Example really
1122         should be using GtkClipboard.)
1123
1124         * gdk/x11/gdkselection-x11.c (gdk_selection_property_get):
1125         Fix  problems if sizeof(GdkAtom) != sizeof(Atom). (Unlikely)
1126
1127         * gdk/x11/gdkproperty-x11.c (gdk_property_get): Set 
1128         actual_length when converting atoms as well.
1129         (Gregory Merchan, #72074)
1130
1131 2002-02-24  Havoc Pennington  <hp@pobox.com>
1132         
1133         * gtk/gtktextview.c (gtk_text_view_value_changed): add dx/dy to
1134         child allocation, don't subtract them. Also, copy code from CList
1135         to recursively adjust the child allocation, instead of just 
1136         adjusting immediate children. #69115
1137
1138 2002-02-24  Havoc Pennington  <hp@pobox.com>
1139
1140         * gtk/gtkstyle.c (_gtk_draw_insertion_cursor): change to pass in
1141         the cursor direction always, not just when we need an arrow, so we
1142         can flip the cursor around its axis for RTL. Resolves #72372
1143
1144         * gtk/gtkentry.c (gtk_entry_draw_cursor): update for
1145         draw_insertion_cursor change
1146         
1147         * gtk/gtklabel.c (gtk_label_draw_cursor): ditto
1148
1149         * gtk/gtktextdisplay.c (gtk_text_layout_draw): ditto
1150         
1151 2002-02-24  Alexander Larsson  <alla@lysator.liu.se>
1152
1153         * gdk/x11/gdkwindow-x11.c (gdk_window_set_background):
1154         Always NULL out bg_pixmap, even when it used to be None
1155         or parent relative.
1156
1157 2002-02-24  Havoc Pennington  <hp@pobox.com>
1158
1159         * gtk/gtktextbuffer.c (parent_class): parent_class variable was
1160         GtkObjectClass instead of GObjectClass
1161
1162         * gtk/gtktextview.c (widget_to_buffer): fix this the way 
1163         buffer_to_widget was fixed, to avoid duplicating 
1164         the code that computes text_window->allocation.x/y
1165
1166 Sun Feb 24 21:18:20 2002  Owen Taylor  <otaylor@redhat.com>
1167
1168         * gtk/gtksocket.c (gtk_socket_end_embedding): Fix
1169         off-by-one error. (Pointed out by Anders Carlsson)
1170
1171 2002-02-25  Matthias Clasen  <maclas@gmx.de>
1172
1173         * docs/tutorial/gtk-tut.sgml, docs/tutorial/images/*, examples/*: More
1174          GTK+ 2.0 updates.
1175
1176         * docs/tutorial/Makefile.am: build and dist the new tutorial, not
1177         the old Linuxdoc one.
1178
1179 Mon Feb 25 01:14:26 2002  Kristian Rietveld  <kris@gtk.org>
1180
1181         * gtk/gtktextlayout.c (find_display_line_above): free iter before
1182         going to done
1183
1184         * gtk/gtktreeview.c (validate_visible_area): free above_path,
1185         (set_destination_row): free path before returning,
1186         (gtk_tree_view_set_drag_dest_row): free current_dest
1187
1188 Sun Feb 24 14:15:45 2002  Owen Taylor  <otaylor@redhat.com>
1189
1190         * gtk/gtktextview.c (widget_to_buffer): Take border
1191         width into account.
1192
1193         * gtk/gtklabel.c (get_label_wrap_width): Don't use GdkFont
1194         to compute wrap width ... GdkFont will pull in X11 core
1195         fonts.
1196
1197 Sun Feb 24 00:06:58 2002  Owen Taylor  <otaylor@redhat.com>
1198
1199         * Released 1.3.15.
1200
1201         * configure.in: Version 1.3.15, binary, interface age 0.
1202
1203         * NEWS: Updates
1204
1205         * configure.in: Update version requirements.
1206
1207 Sat Feb 23 22:37:23 2002  Owen Taylor  <otaylor@redhat.com>
1208
1209         * gtk/gtkstyle.c (gtk_style_init): Sanity check default
1210         font family name and size.
1211
1212         * gtk/gtkwindow.c (gtk_window_set_default_size): Remove
1213         incorrect comment about the geometry widget.
1214
1215         * gtk/gtkwindow.c (gtk_window_move_resize): Unset the
1216         gtk_window_resize)() information once we've set the size
1217         once, to avoid it coming back next time we queue a resize.
1218         (#72359)
1219
1220         * gtk/gtkwindow.c (gtk_window_move_resize): Remove
1221         sething of ->need_default_position from here, Havoc
1222         says that it should correspond more or less exactly
1223         to GTK_WIDGET_MAPPED (window).
1224
1225 Sat Feb 23 23:00:48 2002  Jonathan Blandford  <jrb@redhat.com>
1226
1227         * gtk/gtktreemodel.h: add () to function macros as per owen's
1228         request.
1229
1230         * gtk/gtkfontsel.c: (gtk_font_selection_select_best_style),
1231         (gtk_font_selection_show_available_sizes),
1232         (gtk_font_selection_set_font_name):
1233         * gtk/gtktreemodel.c: (gtk_tree_model_get_iter_first),
1234         (gtk_tree_model_foreach):
1235         * gtk/gtktreemodelsort.c: (gtk_tree_model_sort_sort_level),
1236         (gtk_tree_model_sort_build_level):
1237         * gtk/gtktreeselection.c: (gtk_tree_selection_selected_foreach):
1238         * gtk/gtktreeview.c: (validate_visible_area),
1239         (gtk_tree_view_focus_to_cursor), (gtk_tree_view_set_model),
1240         (gtk_tree_view_map_expanded_rows), (gtk_tree_view_search_move),
1241         (gtk_tree_view_search_init):
1242         * tests/testtreeview.c: (run_automated_tests): change iter_root
1243         to iter_first
1244
1245 Sat Feb 23 22:10:52 2002  Jonathan Blandford  <jrb@redhat.com>
1246
1247         * gtk/gtktreemodel.c (gtk_tree_path_new_first): change new_root to
1248         new_first to avoid confusion.
1249         (gtk_tree_model_get_iter_first): ditto.
1250
1251 Sat Feb 23 20:59:05 2002  Owen Taylor  <otaylor@redhat.com>
1252
1253         * gtk/gtkstyle.c gtk/gtkrc.[ch]: gtk/gtksettings.c gtk/gtkstyle.c:
1254         Patch from Richard Hestilow to add a gtk-font-name GtkSetting.
1255
1256         * gdk/x11/gdkevents-x11.c: Add Gtk/FontName XSETTING.
1257
1258 2002-02-24  Tor Lillqvist  <tml@iki.fi>
1259
1260         * gtk/gtkfilesel.c: Move inclusion of <windows.h> before inclusion
1261         of <winsock.h>, to actually get STRICT prototypes for Win32
1262         API. Include glib.h early to get G_OS_WIN32 and G_WITH_CYGWIN.
1263         Don't declare static functions that aren't defined if !HAVE_PWD_H
1264         or if G_OS_WIN32.
1265         (win32_gtk_add_drives_to_dir_list): Remove #if 0 code, reindent.
1266         (gtk_file_selection_get_selections): Don't crash if nothing has
1267         been selected.
1268
1269 Sat Feb 23 20:33:29 2002  Owen Taylor  <otaylor@redhat.com>
1270
1271         * gtk/gtkplug.[ch] gtk/gtksocket.[ch] gtk/xembed.h: Implement 
1272         accelerator propagation using a custom XEMBED_GTK_KEY_GRAB
1273         XEMBED_GTK_KEY_UNGRAB pair of messages.
1274
1275         * gtk/gtkwindow.[ch]: private export _gtk_window_keys_foreach().
1276
1277         * gtk/gtkplug.c (gtk_plug_set_is_child): Clear focus and default
1278         widgets.
1279
1280 2002-02-23  Havoc Pennington  <hp@redhat.com>
1281
1282         * gtk/gtktextbuffer.c (save_range): change gravity of start/end
1283         marks so that text added at either end of the range doesn't end up
1284         inside the range.
1285         (gtk_text_buffer_real_insert_range): fix to handle pasting a range
1286         into itself. #71412
1287         
1288 Sat Feb 23 19:05:34 2002  Jonathan Blandford  <jrb@redhat.com>
1289
1290         * gtk/gtktreeview.c (validate_visible_area): Didn't refind node
1291         when it was NULL.  Bug found by Tor Lillqvist.
1292
1293 2002-02-24  Tor Lillqvist  <tml@iki.fi>
1294
1295         * gdk/win32/gdkevents-win32.c (build_keypress_event,
1296         build_keyrelease_event, gdk_event_translate): Set also group in
1297         the key press/release events, always to zero for now.
1298
1299 2002-02-24  Anders Carlsson  <andersca@gnu.org>
1300
1301         * gtk/stock-icons/stock_dialog_error_48.png: 
1302         * gtk/stock-icons/stock_sort_ascending_16.png:
1303         * gtk/stock-icons/stock_undelete_24.png: 
1304         * gtk/stock-icons/stock_sort_descending_16.png: 
1305         Alpha-pad icons so they get the correct size.
1306         
1307 Sat Feb 23 16:52:38 2002  Owen Taylor  <otaylor@redhat.com>
1308
1309         * gtk/gtkentry.c: Patch from Matthias Clasen to remove some
1310         excessive ::changed signals for GtkEntry. (#53130)
1311
1312 2002-02-23  Tor Lillqvist  <tml@iki.fi>
1313
1314         * gtk-zip.sh.in: Include the gtkrc files for themes.
1315
1316 2002-02-23  Anders Carlsson  <andersca@gnu.org>
1317
1318         * gtk/gtkiconfactory.c (get_default_icons): Register 16x16 
1319         versions of most icons.
1320
1321         * gtk/stock-icons: Add 16x16 versions
1322         of most icons.
1323
1324 Wed Feb 20 16:44:05 2002  Jonathan Blandford  <jrb@redhat.com>
1325
1326         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_cell): delay
1327         scrolling until we try to draw the window.
1328
1329         * gtk/gtktreeview.c (validate_visible_area): Implement
1330         scroll_to_cell.
1331
1332 2002-02-23  Tor Lillqvist  <tml@iki.fi>
1333
1334         * gtk/gtk.def: Add missing gtk_file_selection_get_select_multiple.
1335         Remove gtk_tree_view_column_cell_* entry points that were made
1336         private.
1337
1338 Sat Feb 23 15:43:46 2002  Owen Taylor  <otaylor@redhat.com>
1339
1340         * gtk/gtktogglebutton.c: Make button draw depressed whenever
1341         the user clicks / activates it, whether it's off/on/inconsistent.
1342
1343 Sat Feb 23 11:54:12 2002  Owen Taylor  <otaylor@redhat.com>
1344
1345         * gtk/*.h gdk/*.h: Massive padding addition to class structures.
1346
1347         * gtk/gtktextmark.h: Fix a FIXME about G_CONST_RETURN.
1348
1349 Fri Feb 22 20:28:18 2002  Owen Taylor  <otaylor@redhat.com>
1350
1351         * gtk/gtkrange.c: Applied patch from Thomas Leonard to make
1352         stepper click to scroll take effect immediately, rather than after
1353         a delay (#67649).
1354
1355         * gtk/gtkrange.c: Remove right-click == step in trough since it
1356         isn't a useful binding and it's a large area to hit accidentally.
1357         (Leave it on the steppers since its more useful there and less
1358         likely to do accidentally.)
1359
1360 2002-02-23  Pablo Saratxaga  <pablo@mandrakesoft.com>
1361
1362         * configure.in (ALL_LINGUAS): Add "cy" to the language list.
1363
1364 2002-02-23  Jody Goldberg <jody@gnome.org>
1365
1366         * gtk/gtkaccelgroup.c (gtk_accel_group_connect) : lower case the
1367           key_val.
1368         (gtk_accel_group_connect_by_path) : ditto.
1369         (gtk_accel_group_disconnect_key) : ditto.
1370
1371         * gtk/gtkwidget.c (gtk_widget_real_key_release_event) : simplify.
1372         (gtk_widget_real_key_press_event) : ditto.
1373
1374 Sat Feb 23 00:28:47 2002  Jonathan Blandford  <jrb@redhat.com>
1375
1376         * gtk/gtktreeviecolumn.c: Documented undocumented functions.
1377
1378         * gtk/gtktreemodel.c: Documented undocumented functions.
1379
1380 Sat Feb 23 03:10:20 2002  Kristian Rietveld  <kris@gtk.org>
1381
1382         * gtk/gtktreeview.c (gtk_tree_view_key_press): honor min_width and
1383         max_width while resizing columns (pointed out by Jorn Baayen)
1384
1385 Fri Feb 22 19:17:46 2002  Owen Taylor  <otaylor@redhat.com>
1386
1387         Patch from Matthias Clasen (#54488)
1388
1389         * gtk/gtkwindow.c: Set/unset HAS_FOCUS flags here,
1390         and do ::has-focus notifications.
1391
1392         * gtk/gtkclist.c gtk/gtkentry.c gtk/gtksocket.c
1393         gtk/gtktext.c gtk/gtktextview.c gtk/gtkwidget.c:
1394         Remove unecessary focus_in/out handles and unecessary
1395         flag setting.
1396
1397         * gtk/gtkwidget.c: Adda missing notification on ::parent.
1398
1399 Fri Feb 22 18:36:45 2002  Owen Taylor  <otaylor@redhat.com>
1400
1401         Fixes for AIX compilation from Miroslaw Dobrzanski-Neumann,
1402         #72182.
1403
1404         * demos/gtk-demo/main.c gtk/gtktreeview.c gtk/gtktoolbar.c
1405         gtk/gtkpaned.c gtk/gtkobject.c gtk/gtkcontainer.c 
1406         gtk/gtkcolorsel.c gtk/gtkcellrender.c gdk/x11/xsettings-client.h:
1407         Squash trailing commas on enumerations.
1408
1409         * gdk/gdktypes.h: Drop GDK_RELEASE_MASK to 1 << 30 instead
1410         of 1 << 31 to work around AIX compiler problem. (C standard
1411         seems to imply that compiler is required to use an unsigned
1412         type for the enum value in this case.)
1413
1414         * gdk/gdkpixbuf-drawable.c: Fix lvalue casts.
1415
1416         * gtk/gtkwindow.h: Fix use of enum types for bitfields ... 
1417         compilers may choose to use a signed type for bitfields.
1418
1419 Sat Feb 23 00:34:01 2002  Kristian Rietveld  <kris@gtk.org>
1420
1421         * gtk/gtktreeview.c (validate_rows_handler): leave threads before
1422         returning (#72045)
1423
1424 2002-02-22  Anders Carlsson  <andersca@gnu.org>
1425
1426         * gtk/stock-icons/*: Rename icons.
1427         
1428         * gtk/stock-icons/Makefile.am: Update for new icon names.
1429
1430         * gtk/gtkiconfactory.c (init_icon_sizes): Set the 
1431         GTK_ICON_SIZE_BUTTON size to be 20x20.
1432         (get_default_icons): Change stock names.
1433
1434 Fri Feb 22 22:39:59 2002  Kristian Rietveld  <kris@gtk.org>
1435
1436         * gtk/gtktreeprivate.h: add last_single_clicked and
1437         last_single_clicked_2 rowrefs and add disable_popdown to the
1438         bitfield
1439
1440         * gtk/gtktreeview.c (gtk_tree_view_destroy): add destroy stuff
1441         for two new rowrefs
1442         (gtk_tree_view_button_press): add some 'advanced' button handling,      
1443         so double click is being handled right (double click madness was
1444         discovered by Anders Carlsson)
1445
1446         * gtk/gtktreeview.c (gtk_tree_view_set_property): add missing
1447         break
1448         (gtk_tree_view_class_init): default value of headers_visible
1449         should be TRUE (both pointed out by Damon Chaplin, #71986)
1450
1451         * gtk/gtktreeview.c (gtk_tree_view_real_start_interactive_search):
1452         connect to populate_popup,
1453         (gtk_tree_view_search_disable_popdown): new function,
1454         (gtk_tree_view_real_search_enable_popdown): ditto,
1455         (gtk_tree_view_search_enable_popdown): ditto,
1456         (gtk_tree_view_search_dialog_destroy): check for
1457         gtk-tree-view-popdown-disabled (#71868)
1458
1459         * gtk/gtktreeview.c (gtk_tree_view_set_reorderable): move
1460         ->priv->reorderable assignment to bottom. (#72122)
1461
1462 2002-02-22  Havoc Pennington  <hp@redhat.com>
1463
1464         * gtk/gtkstyle.c (_gtk_draw_insertion_cursor): subtract 1 from
1465         line endpoint, to avoid cursor dirt in the text widget.
1466         zero-width lines appear to draw the endpoint always. #67999
1467
1468 2002-02-22  Havoc Pennington  <hp@redhat.com>
1469
1470         * gtk/gtktextview.c (buffer_to_widget): implement more cleanly by
1471         using text_window->allocation.x/y instead of recomputing it. 
1472         Fixes a bug caused by leaving out the border width here.
1473
1474 2002-02-22  Havoc Pennington  <hp@redhat.com>
1475
1476         * gtk/gtktextview.c (changed_handler): call
1477         gtk_size_group_queue_resize to avoid invalidating the widget every
1478         time its requisition changes. Instead we use the btree invalid
1479         lines to know what to redraw. Fixes #71429
1480
1481 Fri Feb 22 14:08:38 2002  Soeren Sandmann  <sandmann@daimi.au.dk>
1482
1483         * gtk/gtkradiobutton.c, gtk/gtkcheckbutton.c, gtkbutton.h,
1484         gtktogglebutton.c: feedback when check and radio buttons are
1485         depressed.      
1486
1487 2002-02-22  Matthias Clasen  <maclas@gmx.de>
1488
1489         * gtk/gtktreeview.c (gtk_tree_view_set_reorderable):
1490         s/columns/rows/ in docs.  (#70199)
1491
1492         * gtk/gtktreestore.c (gtk_tree_store_insert): s/before/after/ in 
1493         docs. (#71852, #68405)
1494
1495         * gtk/gtkcalendar.c (gtk_calendar_select_day): Correct a comment.
1496
1497 Thu Feb 21 23:02:29 2002  Kristian Rietveld  <kris@gtk.org>
1498
1499         * gtk/gtktreeview.[ch]: add keynav handling for unselect all,
1500         focus column header, change focus with arrow keys in column headers,
1501         column reordering, column resizing, small try to fix page up/down
1502         (this fixes #70889, and fixes a great deal of #53580)
1503
1504 Thu Feb 21 16:51:17 2002  Owen Taylor  <otaylor@redhat.com>
1505
1506         * gtk/gtkaccelgroup.c (gtk_accelerator_valid): Add
1507         GDK_ISO_Next_Group/Prev_Group/Level3_Shift/
1508         First_Group/Last_Group to list of invalid accelerators.
1509         (A lot more that should be added, but probably would
1510         want a range mechanism. These are the ones found in
1511         the standard XFree86 config files.)
1512
1513         * gtk/gtkbindings.c (gtk_bindings_activate): Fix problem
1514         that broke bindings for menus.
1515
1516         * gtk/gtkwindow.[ch]: Export _gtk_window_activate_key()
1517         privately.
1518
1519         * gtk/gtkmenushell.c (gtk_menu_shell_key_press): Use
1520         _gtk_window_activate_key(), gtk_bindings_activate_event().
1521
1522 Thu Feb 21 12:24:22 2002  Owen Taylor  <otaylor@redhat.com>
1523
1524         * gtk/gtkctree.c (gtk_ctree_class_init): Remove some workarounds
1525         for +/= and shift key handling.
1526
1527 Wed Feb 20 14:26:47 2002  Owen Taylor  <otaylor@redhat.com>
1528
1529         * gtk/gtkkeyhash.[ch]: Implement "fuzzy" key binding lookups;
1530         allow matches on key and level but not group. Also, implement 
1531         ignoring "consumed modifiers correctly."
1532
1533         * gtk/gtkaccelgroup.c gtk/gtkbindings.c: Convert to using
1534         GtkKeyHash.
1535         
1536         * gtk/gtkdebug.h gtk/gtkmain.c: Support GTK_DEBUG=keybindings
1537
1538         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Fill in
1539         the group for key release events as well as key press events.
1540
1541         * gdk/gdkkeys.h gdk/x11/gdkkeys-x11.c (gdk_keymap_translate_keyboard_state): 
1542         Rename unused_modifiers to consumed_modifiers, make the docs and
1543         non-Xkb implementation match the Xkb implementation.
1544
1545         * gdk/linux-fb/gdkkeyboard-fb.c gdk/win32/gdkkeys-win32.c: Propagate
1546         doc and parameter name changes.
1547
1548         * gdk/x11/gdkkeys-x11.c (gdk_keymap_translate_keyboard_state):
1549         XkbTranslateKeyCode doesn't handle LockMask, we need to handle
1550         it ourselves.
1551
1552         * gdk/x11/gdkkeys-x11.c (gdk_keymap_translate_keyboard_state): Force
1553         <Shift>Tab to give GDK_ISO_Left_Tab, since we need consistency
1554         to allow dealing with ISO_Left_Tab.
1555         
1556         * gtk/gtkwindow.c gtk/gtktextview.c gtk/gtkscrolledwindow.c
1557         gtk/gtkpaned.c gtk/gtkcombo.c  gtk/gtknotebook.c:
1558         Remove inappropriate uses of GDK_ISO_Left_Tab. (GDK_ISO_Left_Tab
1559         or <Shift>Tab both are equivalent as a binding specifier.)
1560
1561         * gtk/gtkbutton.c (gtk_button_class_init): Make ::activate
1562         GTK_RUN_ACTION, so you can bind an accelerator to it.
1563
1564         * gtk/gtklabel.c (gtk_label_set_uline_text_internal): Call 
1565         gdk_unicode_to_keyval on the mnemonic character.
1566
1567         * tests/testgtk.c: Add a test for the new fuzzy key binding matching.
1568
1569 2002-02-21  jacob berkman  <jacob@ximian.com>
1570
1571         * gtk/theme-bits/Makefile.am (EXTRA_DIST): inconsitent files are
1572         .pngs too
1573
1574 Wed Feb 20 21:52:13 2002  Owen Taylor  <otaylor@redhat.com>
1575
1576         * gtk/gtkselection.c (gtk_selection_request): Set the property
1577         as type ATOM_PAIR, not ATOM. (#72074, Gregory Merchan.)
1578
1579         * gdk/x11/gdk{property,selecton}-x11.c: Auto-convert properties
1580         of type ATOM_PAIR as well as properties of type ATOM.
1581
1582 2002-02-21  Matthias Clasen  <maclas@gmx.de>
1583
1584         * docs/tutorial/images/*.png: screenshots of examples.
1585         
1586         * docs/tutorial/gtk-tut.sgml: remove deprecated widgets, add
1587         screenshots, fix chapters 1-4 for GTK+ 2.0. 
1588
1589         * demos/gtk-demo/Makefile.am (INCLUDES): add -DGDK_PIXBUF_DISABLE_DEPRECATED.
1590
1591 Thu Feb 21 00:31:41 2002  Soeren Sandmann  <sandmann@daimi.au.dk>
1592
1593         * gtk/gtkspinbutton.c: Many cleanups and fixes. Draw exclusively
1594         in expose handler. Feedback when buttons are depressed.
1595
1596         * gtk/gtkstyle.c: update for changes in gtkspinbutton.c. Fix
1597         spinbuttons for RTL langauges.
1598
1599 Wed Feb 20 23:00:08 2002  Soeren Sandmann  <sandmann@daimi.au.dk>
1600
1601         * gtk/gtkstyle.c: new radio buttons. handle inconsistent state for
1602         check- and radiobuttons.
1603
1604         * gtk/theme-bits/check-13-inconsistent.png,
1605         gtk/theme-bits/radio-13-inconsistent.png: new files
1606
1607         * gtk/theme-bits/radio-13.png: new radio buttons
1608
1609         * gtk/theme-bits/Makefile.am (EXTRA_DIST): add new
1610         -inconsistent.png files
1611
1612 Wed Feb 20 16:19:49 2002  Owen Taylor  <otaylor@redhat.com>
1613
1614         * gdk/x11/gdkevents-x11.c: Add a XSETTING mapping for
1615         gtk-can-change-accels. (#70218, Thomas Leonard.)
1616
1617 2002-02-20  Sven Neumann  <sven@gimp.org>
1618
1619         * gtk/gtkcolorsel.c (gtk_color_selection_finalize): check
1620         handler_id before disconnecting the signal handler since it might
1621         have never been connected if the GtkColorSelection is destroyed
1622         before it was realized.
1623
1624 2002-02-20  Matthias Clasen  <maclas@gmx.de>
1625
1626         * docs/tutorial/gtk-tut.sgml: Fold back Svens g_signal fixes from
1627         the examples.  
1628
1629         * docs/tutorial/gtk-tut.sgml, examples/progressbar/progressbar.c,
1630         examples/progressbar/Makefile: Make the progressbar example 
1631         deprecation-clean.
1632
1633 Tue Feb 19 22:10:59 2002  Kristian Rietveld  <kris@gtk.org>
1634
1635         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_mnemonic_activate): new
1636         function
1637         (gtk_tree_view_column_create_button): use g_signal_* instead of
1638         gtk_signal_*, hook up _mnemonic_activate callback
1639         (gtk_tree_view_column_update_button): use
1640         gtk_label_set_text_width_mnemonic instead of gtk_label_set_text
1641         (#69095)
1642
1643         * gtk/gtktreeview.c (gtk_tree_view_class_init): remove key bindings
1644         for C-f and C-b, let treeview search use C-f (instead of C-s)
1645         (#61866)
1646
1647         * gtk/gtkrc.key.emacs: add some GtkTreeView bindings
1648
1649 Tue Feb 19 20:56:32 2002  Soeren Sandmann  <sandmann@daimi.au.dk>
1650
1651         * gtk/theme-bits/decompose-bits.c (do_part): fix bug (skipping all
1652         black pixels).
1653
1654 2002-02-19  Sven Neumann  <sven@gimp.org>
1655
1656         * examples/*/*.c: finish conversion to g_signal_* functions by
1657         using G_OBJECT and G_CALLBACK and other assorted changes.
1658
1659 Tue Feb 19 17:36:31 2002  Kristian Rietveld  <kris@gtk.org>
1660
1661         * gtktreeprivate.h, gtktreeviewcolumn.[ch], gtktreeview.c: change
1662         gtk_tree_view_column_cell_render,
1663         gtk_tree_view_column_cell_focus,
1664         gtk_tree_view_column_cell_draw_focus and
1665         gtk_tree_view_column_cell_set_dirty to be private functions.
1666
1667         * gtktreeviewcolumn.[ch]: add install_handler argument to
1668         _cell_set_dirty to control if _mark_rows_col_dirty (which calls
1669         install_presize_handler) gets called, set widths correctly so
1670         autosizing works (#71870)
1671
1672         * gtktreeview.c (gtk_tree_view_column_autosize): new function,
1673         (gtk_tree_view_button_press): make double click on column
1674         separator resize the row (#71870)
1675         (gtk_tree_view_get_dest_row_at_pos): change DnD threshold to 33%
1676         (#71869, suggestion by Anders Carlsson)
1677
1678 Mon Feb 18 23:16:16 2002  Owen Taylor  <otaylor@redhat.com>
1679
1680         * gtk/gtkmain.[ch]: Add routines _gtk_find_module(),
1681         _gtk_get_module_path() to look up a module of an arbitrary type in
1682         a standard fashion. (#68474)
1683
1684         * gtk/gtkrc.c: Make module_path keyword warn and do
1685         nothing. Remove the im_module_path keyword.
1686
1687         * gtk/gtkrc.c (gtk_rc_get_im_module_path): Fix
1688         to return the standard path instead of one determined
1689         from im_module_path and GTK_IM_MODULE_PATH.
1690         
1691         * gtk+-2.0.pc.in: Add gtk_host to go along with gtk_binary_version.
1692
1693 2002-02-19  Matthias Clasen  <maclas@gmx.de>
1694
1695         * docs/tutorial/gtk-tut.sgml, docs/examples/*: Trivial formatting
1696         fixes to all examples, simple functional fixes to rangewidgets example.
1697
1698 Mon Feb 18 18:27:45 2002  Owen Taylor  <otaylor@redhat.com>
1699
1700         * gtk/gtkfontsel.c (gtk_font_selection_set_font_name): Select
1701         the right item in the family list. (Reported by Mark Patton,
1702         Patch from Satajyit Kanungo, #64240)
1703
1704         * gtk/gtkfontsel.c (gtk_font_selection_set_font_name): Update
1705         the size and face entry lists as well, fix memory leak.
1706         (Also #64240)
1707
1708         * gtk/gtkfontsel.c (gtk_font_selection_show_available_sizes): 
1709         Allow fractional sizes, unselect the selected row if none
1710         matches.
1711
1712         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_focus): Fix
1713         a bug where the scrolled window would always get focus
1714         when focusing out of the child.
1715
1716 2002-02-18  Hans Breuer  <hans@breuer.org>
1717
1718         * gdk/win32/gdkevents-win32.c : process WM_PAINT messages
1719         for bg_pixmap == GDK_NO_BG, fixes The GIMP's canvas
1720         rendering glitches on win32
1721
1722         * gdk/win32/gdkinput-win32.c : use g_object_new to create
1723         GdkDevice instead of g_new
1724  
1725         * gtk/gtkpaned.c : make LAST_SIGNAL the last in enum. 
1726         This avoids to smash totally unrelated static data and
1727         resulting random crashes. (as reported on gtk-devel-list, 
1728         2002-02-10 : testgtk crashes)
1729
1730         * gtk/gtk.def : add new file selection entry points
1731
1732 Mon Feb 18 17:34:43 2002  Owen Taylor  <otaylor@redhat.com>
1733
1734         * gtk/gtkentry.c gtk/gtktextview.c: Remove support for
1735         the poorly defined text/plain type for now. (#55117)
1736
1737 Mon Feb 18 16:44:00 2002  Owen Taylor  <otaylor@redhat.com>
1738
1739         * docs/widget_system.txt: Add some docs for GTK_NEED_REQUEST
1740         GTK_NEED_ALLOCATION.
1741
1742         * gtk/gtkmenu.c (gtk_menu_popup): Scroll the menu
1743         to the right place before showing the menu to
1744         avoid spurious enter events.
1745
1746         * gtk/gtkmenu.c (gtk_menu_realize): Only scroll
1747         if there is an active menu item.
1748
1749         * gtk/gtkwidget.c (gtk_widget_init): Set RESIZE_NEEDED
1750         ALLOC_NEEDED initially.
1751
1752 2002-02-18  Matthias Clasen  <maclas@gmx.de>
1753
1754         * NEWS: fix version number.
1755
1756 2002-02-18  Manish Singh  <yosh@gimp.org>
1757
1758         * Makefile.am: don't comment out the lines to dist the packer
1759         example, just simply remove it. (the continuation line confused
1760         make even though it was in the comment, barf)
1761
1762 Mon Feb 18 14:40:22 2002  Owen Taylor  <otaylor@redhat.com>
1763
1764         * gtk/gtkcombo.c (gtk_combo_popdown_list): Fix problems
1765         with stuck grab (#60132, reported by Nicolas Setton) and
1766         stuck prelighting. Combine duplicated code in three
1767         places for popping down the list.
1768
1769 Mon Feb 18 14:17:59 2002  Owen Taylor  <otaylor@redhat.com>
1770
1771         * gtk/gtkclist.c (adjust_adjustments) 
1772         * gtk/gtklayout.c (gtk_layout_size_allocate)
1773         * gtk/gtktextview.c (gtk_text_view_size_allocate) 
1774         * gtk/gtktreeview.c (gtk_tree_view_size_allocate) 
1775         * gtk/gtkviewport.c (gtk_viewport_size_allocate):
1776         Standardize on a page increment of page minus 1 line
1777         rather than half a page (#51027, Eric Fischer)
1778
1779         * gtk/gtkviewport.c (gtk_viewport_size_allocate): 
1780         Change step increment to be 0.1 * page_size height rather than
1781         a fixed 10 pixels.
1782
1783 Mon Feb 18 12:31:52 2002  Owen Taylor  <otaylor@redhat.com>
1784
1785         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_filter_keypress): 
1786         Don't commit unless we got at least one hex digit. (#70619)
1787
1788 Sun Feb 17 21:30:49 2002  Owen Taylor  <otaylor@redhat.com>
1789
1790         * Released 1.3.14
1791
1792         * configure.in: Version 1.3.14, interface, binary age 0.
1793
1794         * gdk/gdkregion-generic.c (miSubtractO): Fix out-of-bounds
1795         read. (#71619, reported by Morten Welinder)
1796
1797         * gtk/gtkmenu.c (gtk_menu_class_init): Fix setting default.
1798
1799         * gtk/gtkfilesel.c (gtk_file_selection_class_init): Add
1800         a select_multiple property to go along with thenew 
1801         get/set_select_multiple.
1802
1803         * gdk/gdkwindow.c: Patch from Soeren Sandmann to improve
1804         update debugging code. (#71703)
1805
1806 2002-02-17  Tor Lillqvist  <tml@iki.fi>
1807
1808         * gdk/win32/gdkcolor-win32.c (free_colors): Don't set the
1809         PC_EXPLICIT flag for unused palette entries, that might have
1810         undesired side effects. Just set them to black. Black is always
1811         present in a palette, so having superfluous black entries won't
1812         cause any extra allocations from the system palette either when
1813         realized.
1814
1815         * gdk/win32/gdkevents-win32.c
1816         (gdk_event_translate:WM_QUERYNEWPALETTE): Don't do anything if the
1817         system visual is static color, i.e. the user has told GDK to use
1818         just the 16 static colors. In that case no need to redraw
1819         anything, as the colors are static and by definition always
1820         correctly mapped in the system palette.
1821         (WM_PALETTECHANGED): Ditto, no need to call UpdateColors() either.
1822         
1823         * gtk/gtk.def: Add new gtkfilesel entry points.
1824
1825 2002-02-17  Matthias Clasen  <maclas@gmx.de>
1826
1827         * docs/tutorial/gtk-tut.sgml, examples/paned/paned.c, 
1828         examples/paned/Makefile: Make the paned example deprecation-clean.
1829
1830 2002-02-17  jacob berkman  <jacob@ximian.com>
1831
1832         * Makefile.am: remove the packer example files as they don't exist
1833         in CVS.
1834
1835 2002-02-16  Manish Singh  <yosh@gimp.org>
1836
1837         * tests/testgtk.c: hm, check buttons look better for below.
1838
1839 2002-02-16  Manish Singh  <yosh@gimp.org>
1840
1841         * tests/testgtk.c: redid the filesel test. Added a way to set select
1842         multiple as a toggle button, and made show/hide fileops toggle
1843         buttons as well. get_selections() is called on OK and all the
1844         filenames selected are printed.
1845
1846 2002-02-17  Tor Lillqvist  <tml@iki.fi>
1847
1848         * README.win32: Remove comment about the gtk-1-3-win32-production
1849         branch having more functionality.
1850
1851         * gdk/win32/*.c: Massive changes. Too many to list here, but I'll
1852         try a summary:
1853
1854         1) Unify GdkPixmap and GdkImage implementation: For each
1855         GdkPixmap, allocate a GdkImage, and vice versa.
1856         GdkPixmapImplWin32Data has a pointer to the GdkImage.
1857         GdkImage::windowing_data is a pointer to the GdkPixmap.
1858
1859         This simplifies many pixmap and image related functions a lot, and
1860         reduces duplicated code. For instance, there is only one
1861         place in gdk/win32 where CreateDIBSection() is called, in the
1862         function _gdk_win32_new_pixmap(). Converting a bitmap (GdkPixmap)
1863         to a Windows region is almost trivial, with the bitmap bits being
1864         readily accessible in the associated GdkImage.
1865
1866         All blitting between GdkPixmaps, GdkWindows and GdkImages goes
1867         through handled the _gdk_win32_blit() function, which calls
1868         different functions to handle the cases of blitting from pixmaps,
1869         inside windows (scrolling), or from windows, which all require
1870         somewhat different handling.
1871
1872         2) Support 256-color mode. This has long been very broken, now it
1873         works more or less OK. Keep the logical palette for each colormap
1874         as small as possible while allocating and freeing colors. Select
1875         and realize the logical palette associated with a GdkColormap into
1876         a DC before drawing or blitting.
1877
1878         When the display is in 256-color mode, make it possible for the
1879         user to override the size of the palette(s) used with either the
1880         GDK_WIN32_MAX_COLORS environment variable, or a -max-colors
1881         command line option. It is possible to reduce the palette size all
1882         the way down to using just the 16 static colors (which causes the
1883         system visual to be of type GDK_VISUAL_STATIC_COLOR. This could
1884         possibly be useful if one desperately wants to avoid color
1885         flashing. (Note that in order for this to work properly, an as of
1886         yet not commited fix to gdkrgb.c is needed.)
1887
1888         Handle the palette messages. On WM_PALETTECHANGED, call
1889         UpdateColors() for the given window hierarchy. Do this only if a
1890         window in some other top-level window hierarchy caused the palette
1891         change (realized a palette). Do this max five times in a row (an
1892         arbitrarily chosen limit), though, otherwise redraw by generating
1893         expose events. On WM_QUERYNEWPALETTE, cause a redraw of the whole
1894         window hierarchy by generating GDK_EXPOSE events.
1895
1896         3) Code cleanup in general. For instance, remove the "emulated"
1897         X11 structs ColormapStruct, Visual and XStandardColormap. Use the
1898         new GDK_DEBUG_* flags for debugging output in the relevant source
1899         files. Remove the unused colormap hash table in gdkcolor-win32.c
1900
1901         4) Plug some resource leaks.
1902
1903 2002-02-14  Tor Lillqvist  <tml@iki.fi>
1904
1905         * gdk/win32/gdkdnd-win32.c (gdk_dropfiles_filter): Use
1906         g_filename_to_uri() to actually create legal URIs in the
1907         text/uri-list data.
1908
1909 2002-02-16  Manish Singh  <yosh@gimp.org>
1910
1911         * gtk/gtkfilesel.[ch]: Added multiple selection API
1912
1913 2002-02-16  Manish Singh  <yosh@gimp.org>
1914
1915         * gdk/linux-fb/miarc.c: use fabs() on a double instead of abs()
1916
1917 2002-02-17  Matthias Clasen  <maclas@gmx.de>
1918
1919         More work on #71430.
1920
1921         * examples/*/Makefile (CFLAGS): add deprecation guards.
1922         
1923         * docs/tutorial/gtk-tut.sgml, examples/*/*.c: make most examples
1924         deprecation-clean; the major offenders right now are the examples
1925         that make heavy use of completely deprecated or broken widgets:
1926         list, tree, text, pixmap, paned and progressbar. These will have
1927         to be redone from scratch.
1928
1929 Sun Feb 17 00:13:06 2002  Kristian Rietveld  <kris@gtk.org>
1930
1931         This commit lands the 'dy patch'.
1932
1933         * gtk/gtktreeview.c (validate_rows_handler): update top_row or dy,
1934         (gtk_tree_view_top_row_to_dy): new function,
1935         (gtk_tree_view_row_changed): update top_row or dy,
1936         (gtk_tree_view_rows_reordered): update top_row
1937
1938 2002-02-16  Matthias Clasen  <maclas@gmx.de>
1939
1940         * demos/Makefile.am (INCLUDES): add -DGDK_PIXBUF_DISABLE_DEPRECATED.
1941
1942 2002-02-16  Matthias Clasen  <maclas@gmx.de>
1943
1944         * examples/extract.awk: rearrange rules to not emit the example 
1945         start and end markers.
1946
1947         * docs/tutorial/gtk-tut.sgml: turn the start and end markers into
1948         SGML comments, so they don't clutter the formatted tutorial.
1949
1950 2002-02-16  Havoc Pennington  <hp@pobox.com>
1951
1952         * gtk/gtkwindow.c (gtk_window_parse_geometry): take
1953         GDK_HINT_RESIZE_INC into account, and handle negative coordinates
1954         correctly. (Can't email Owen - hope this is OK.)
1955
1956 Fri Feb 15 20:09:45 2002  Owen Taylor  <otaylor@redhat.com>
1957
1958         * gtk/gtkscrolledwindow.[ch] gtk/gtkmarshallers.list:
1959         Add key bindings on GtkScrolledWindow for arrow keys,
1960         PageUp/PageDown Home/End to scroll the window. 
1961         Bind Control-[Shift]-Tab to focus out of the scrolled
1962         window entirely. Allow the scrolled window to be
1963         focused if no child can be focused. (#63480)
1964
1965         * gtk/gtkwidget.c (gtk_widget_hide): Remove the REALIZED()
1966         check - if we have visible but not mapped widgets 
1967         (inside a unshown notebook tab, for instance), we need
1968         to track their size. (#65087, reported by Damon Chaplin.)
1969
1970         * gtk/gtkcolorsel.c (palette_change_color): Shut up
1971         a warning.
1972
1973 2002-02-16  Tor Lillqvist  <tml@iki.fi>
1974
1975         * gdk/win32/rc/Makefile.am (gdk-win32res.lo): Depend on gtk.ico.
1976
1977         * gdk/win32/rc/gtk.ico: Use the real GTK logo. Thanks to Jernej
1978         Simoncic for providing the nice multi-resolution .ico file.
1979
1980 2002-02-15 Alexey Malyshev <maa@sparc.spb.su>
1981         
1982         * gtk/tmpl/gtkimage.sgml
1983         removed wrong sentence from gtk_image_new() docs
1984
1985 Fri Feb 15 19:38:00 2002  Kristian Rietveld  <kris@gtk.org>
1986
1987         * gtk/gtktreestore.c (gtk_tree_store_clear_traverse): new function
1988         (gtk_tree_store_clear): traverse the tree, so we emit row_deleted
1989         for every node. This way we don't have confused row refs crashing the
1990         application. (#70631)
1991
1992 2002-02-14  Richard Hult  <rhult@codefactory.se>
1993
1994         * gtk/gtkpaned.c (gtk_paned_enter): Only queue a draw on the
1995         handle, not the whole widget. #71530.
1996         (gtk_paned_leave): Likewise.
1997
1998 2002-02-14  Jody Goldberg <jody@gnome.org>
1999
2000         * gtk/gtkrange.c (gtk_range_class_init) : add new signal
2001           'adjust_bounds' to potentialy change the bounds before assigning the
2002           new value and camping it to the existing bounds.
2003         (gtk_range_internal_set_value) : used here. #68800.
2004         * gtk/gtkmarshalers.list : add VOID:DOUBLE
2005
2006 Thu Feb 14 21:08:49 2002  Owen Taylor  <otaylor@redhat.com>
2007
2008         * gdk/gdkglobals.c: Remove GDKVAR from C file, see
2009         if anyone complains. (#71317, Morten Welinder.)
2010
2011 2002-02-14  Matthias Clasen  <maclas@gmx.de>
2012
2013         The following changes are the beginning of the work on #71430.
2014         
2015         * examples/extract.sh, examples/extract.awk: Make extraction work.
2016         
2017         * examples/Makefile (SUBDIRS): Remove packer.
2018
2019         * examples/packer/pack.c, examples/packer/Makefile: Removed.
2020
2021         * docs/tutorial/gtk-tut.sgml: Fix the included examples far
2022         enough to make them compile and (mostly) work, remove the packer
2023         example.
2024
2025 Thu Feb 14 16:46:48 2002  Owen Taylor  <otaylor@redhat.com>
2026
2027         * gtk/gtkentry.c gtk/gtktextdisplay.c gtk/gtklabel.c
2028         gtk/gtkstyle.[ch] gtk/gtkwidget.c: Patch from Bill
2029         Haneman and Padraig O'Briain to add cursor_aspect_ratio
2030         style property to GtkWidget to allow theming the aspect
2031         ratio of the cursor.
2032
2033         * gtk/gtkentry.c gtk/gtktextview.c gtk/gtklabel.c
2034         gtk/gtkwidget.c tests/testgtkrc: Move cursor-color style property
2035         to GtkWidget.
2036
2037 Thu Feb 14 11:13:22 2002  Owen Taylor  <otaylor@redhat.com>
2038
2039         * gtk/gtkimmulticontext.c (gtk_im_multicontext_get_surrounding): 
2040         Fix bug where we called get_surrounding on the context,.
2041         not the slave.
2042
2043 Thu Feb 14 00:10:09 2002  Owen Taylor  <otaylor@redhat.com>
2044
2045         * gtk/gtktooltips.c (gtk_tooltips_event_handler): Only
2046         pop the tooltip down on a select set of events, not
2047         on any unknown event. (#71157, Jody Goldberg)
2048
2049         * gtk/gtktooltips.c (gtk_tooltips_event_handler):
2050         Fix some warnings.
2051
2052 Thu Feb 14 00:02:21 2002  Owen Taylor  <otaylor@redhat.com>
2053
2054         * gtk/gtkcalendar.c (gtk_calendar_size_request): A bunch of
2055         small allocation/drawing fixes.
2056
2057         * gtk/gtkcalendar.c: Replace DAY_XPAD, DAY_YPAD with
2058         GtkWidget::focus-padding
2059
2060 Wed Feb 13 23:01:20 2002  Owen Taylor  <otaylor@redhat.com>
2061
2062         * gtk/gtkcalendar.c: Patch from Bill Haneman to draw
2063         to focus using gtk_paint_focus() with the focus width
2064         GtkWidget::focus-width. (#63075)
2065
2066         * gtk/gtkcalendar.c (gtk_calendar_size_request): Initialize
2067         label_char_ascent/descent to 0. (#56925, reported by
2068         (Jean-Noel Guiheneuf)
2069
2070 2002-02-13  Havoc Pennington  <hp@redhat.com>
2071
2072         * gtk/gtktextview.c (gtk_text_view_flush_scroll): validate a
2073         larger area, proportional to widget size, to fix
2074         #71427 reported by Dennis Bjorklund
2075
2076 2002-02-13  Havoc Pennington  <hp@redhat.com>
2077
2078         * gtk/gtktextview.c (gtk_text_view_paint): just go ahead and flush 
2079         all the first validate stuff if it hasn't been done, presumably
2080         someone called process_updates at a weird time.
2081
2082         * tests/testtext.c (do_apply_colors): terminate on >= end, not >
2083         end, avoids infinite loop when end is at the end of the buffer.
2084
2085         * gtk/gtktextbtree.c (_gtk_text_btree_delete): when creating a
2086         line data, we were adding it to the wrong line ("line" instead of
2087         "start_line")
2088
2089 2002-02-13  Joe Shaw  <joe@ximian.com>
2090
2091         * gtk/gtktreeitem.c (gtk_tree_item_expose): Don't chain up to the
2092         container's expose event.  Instead call
2093         gtk_tree_item_expose_child() on each child.  Avoids a failed
2094         g_assert() in gtk_container_propagate_expose().
2095         (gtk_tree_item_expose_child): Added.  Synthesize an expose event
2096         for our children.  Basically gtk_container_propagate_expose()
2097         minus the g_assert().  (#71396)
2098
2099 2002-02-13  Tor Lillqvist  <tml@iki.fi>
2100
2101         * gdk/gdkinternals.h: Add some more GdkDebugFlags, for more
2102         fine-grained debugging output (mainly used in the Win32 backend).
2103
2104         * gdk/gdk.c: Corresponding additions to the gdk_debug_keys table.
2105
2106 Wed Feb 13 15:42:42 2002  Owen Taylor  <otaylor@redhat.com>
2107
2108         * gtk/gtktooltips.[ch] gtkwidget.c: Implement Control-F1
2109         as toggle-tooltips-mode.
2110
2111         * gtk/gtktooltips.c: Remove parsing of tooltips style
2112         string from here ... now in gtkrc.c.
2113
2114 Wed Feb 13 12:41:44 2002  Owen Taylor  <otaylor@redhat.com>
2115
2116         * gtk/gtkmain.c (gtk_init_check): g_warning() if setting
2117         the local fails, like gdk_set_locale() did.
2118
2119         * gdk/x11/gdkselection-x11.c (gdk_text_property_to_utf8_list): 
2120         Don't free local_list if local_count == 0. (#71241, reported
2121         by Kevin Vandersloot.)
2122
2123         * gdk/x11/gdkselection-x11.c (gdk_text_property_to_text_list): 
2124         Clean up list == NULL handling and failure.
2125
2126 Wed Feb 13 11:27:31 2002  Owen Taylor  <otaylor@redhat.com>
2127
2128         * tests/testtreeview.c (typesystem_recurse): Cast GType
2129         to long and use %ld to fix warning. (#71318, Morten Welinder)
2130
2131 Wed Feb 13 13:26:39 2002  Tim Janik  <timj@gtk.org>
2132
2133         * gtk/gtkmenu.c: fix figuring accel path and changing behaviour.
2134
2135 Wed Feb 13 06:42:37 2002  Tim Janik  <timj@gtk.org>
2136
2137         * gtk/gtktable.c (gtk_table_size_allocate_pass1): partly revert
2138         my recent expanding change to not expand the table if all children
2139         have not epxand behaviour. this fixes palette views which often
2140         use homogeneous non-expanding tables.
2141
2142 Tue Feb 12 14:27:41 2002  Kristian Rietveld  <kris@gtk.org>
2143
2144         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_row_deleted): emit
2145         row_deleted before we start unreffing the nodes ourselves
2146         (gtk_tree_model_sort_increment_stamp): always increment the stamp,
2147         and not only if the stamp equals 0 (pointed out by Darin Adler)
2148
2149         * gtk/gtktreemodel.c (gtk_tree_row_ref_deleted_callback): we want
2150         to continue the while loop and not the nested for loop.
2151
2152 Tue Feb 12 02:19:49 2002  Tim Janik  <timj@gtk.org>
2153
2154         * gtk/gtktable.c (gtk_table_size_allocate_pass1): always spread out
2155         the extra space allocated for the homogeneous case, as we don't
2156         properly deal with readjusting table allocation within it. (for  this
2157         purpose, a GtkAlignment can be used as table parent).
2158
2159 2002-02-11  Darin Adler  <darin@bentspoon.com>
2160
2161         * gtk/gtktreemodelsort.c: (gtk_tree_model_sort_row_changed):
2162         Consider reordering the row even when there's no sort column, if
2163         there's a default sort function.
2164         (gtk_tree_model_sort_rows_reordered): Use symbolic constants.
2165         (gtk_tree_model_sort_level_find_insert): Add code to handle the
2166         case where there is no sort column, but a default sort function.
2167         (gtk_tree_model_sort_insert_value): Add code to handle the case
2168         where there is no sort column an no default sort function.
2169         (gtk_tree_model_sort_set_model): Use symbolic constant.
2170         (gtk_tree_model_sort_reset_default_sort_func): Use symbolic constant.
2171
2172 2002-02-11  Sven Neumann  <sven@gimp.org>
2173
2174         * gtk/gtkfilesel.c: converted the "Delete File" dialog to
2175         GtkMessageDialog. Marked missing strings for translation.
2176
2177 Mon Feb 11 22:03:15 2002  Soeren Sandmann  <sandmann@daimi.au.dk>
2178
2179         * gtk/gtkpaned.[ch]: Opaque resizing + prelighting for paned widget.
2180         * gtk/gtkvpaned.c, gtk/gtkhpaned.c: move reszing logic to gtkpaned.c
2181
2182 Mon Feb 11 21:42:17 2002  Kristian Rietveld  <kris@gtk.org>
2183
2184         Implements DnD scrolling and fixes #71139
2185
2186         * gtk/gtktreeview.c (gtk_tree_view_vertical_autoscroll): new function,
2187         (scroll_row_timeout): new function,
2188         (gtk_tree_view_drag_motion): create scroll_timeout, so
2189         scroll_row_timeout gets called
2190
2191 Mon Feb 11 17:54:46 2002  Kristian Rietveld  <kris@gtk.org>
2192
2193         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): set upper
2194         member of hadjustment correct, so the hscrollbars of lists smaller
2195         than 1 page (in width) are somewhat saner
2196
2197 2002-02-11  jacob berkman  <jacob@ximian.com>
2198
2199         * gdk/gdkwindow.h (gdk_get_default_root_window): fix signature to
2200         match implementation
2201
2202 Mon Feb 11 16:48:34 2002  Kristian Rietveld  <kris@gtk.org>
2203
2204         * gtk/gtkliststore.c (gtk_list_store_set_valist): set value of
2205         func to NULL during initialization (we don't use func in the
2206         !SORTED case, so we just silent the compiler here) (#71029)
2207
2208 Mon Feb 11 16:40:44 2002  Kristian Rietveld  <kris@gtk.org>
2209
2210         * gtk/gtktreeview.c (gtk_tree_view_set_model): install presize
2211         handler, so the validate_rows_handler will always be run (#70997)
2212
2213 Sun Feb 10 22:20:46 2002  Kristian Rietveld  <kris@gtk.org>
2214
2215         * gtk/gtkliststore.c (gtk_list_store_sort_iter_changed): increase
2216         value of new_location by one if cmp_a > 0 and we hit the end of
2217         the list and pass NULL instead of a 'NULL-iter' with
2218         _rows_reordered (#71060)
2219
2220 Sun Feb 10 12:32:44 2002  Owen Taylor  <otaylor@redhat.com>
2221
2222         * modules/input/Makefile.am modules/input/{imam-et.c, imti-er.c,
2223         imti-et.c} po/POTFILES.in: Add three Ethiopic input methods from
2224         Daniel Yacob.
2225
2226 2002-02-10  Anders Carlsson  <andersca@gnu.org>
2227
2228         * gtk/gtkcalendar.c (gtk_calendar_class_init): Set finalize handler;
2229         (gtk_calendar_finalize): Rename gtk_calendar_destroy to 
2230         gtk_calendar_finalize since ::destroy can be called multiple times, 
2231         resulting in double-freeing memory.
2232
2233 2002-02-10  Hans Breuer  <hans@breuer.org>
2234
2235         * gdk/win32/gdkgeometry-win32.c : don't reduce the scroll
2236         rect size by the scroll amount
2237
2238         * gdk/win32/gdkwindow-win32.c
2239         * gdk/win32/gdkselection-win32.c : added some casts to
2240         make it compile with msvc's strict type checking
2241
2242         * gtk/fnmatch.c : #include <ctype.h> again for tolower
2243         prototype. The fnmatch() code assumes to be in the crt 
2244         locale though it is feeded by utf8 strings from gtkfilesel.c
2245
2246         * gtk/gtkfilesel.c : let ->cmpl_text be a strdup managed by
2247         _CompletionDir instead of referencing already freed memory
2248
2249         * gtk/gtktooltips.c (gtk_tooltips_init) : fix typo to
2250         gtk_rc_parse_string (theDefaultTooltipColor) once as it
2251         was intended
2252
2253         * tests/makefile.msc : added more tests
2254
2255         * tests/testgtk.c (create_list) : don't try to load gtkenums.h
2256         from the current directory use ../gtk/gtkenums.h instead
2257
2258 2002-02-10  Kjartan Maraas  <kmaraas@gnome.org>
2259
2260         * gtk/gtksizegroup.c: Fix a double "The" typo in a string.
2261         
2262 2002-02-09  Matthias Clasen  <matthias@local>
2263
2264         * gtk/gtknotebook.c (gtk_notebook_set_focus_child): Avoid segfault
2265         for selectable tab labels (even without a segfault, they make the
2266         notebook almost unusable, though).  (#69985)
2267
2268 2002-02-08  Matthias Clasen  <matthias@local>
2269
2270         * gtk/gtkmenuitem.c (gtk_menu_item_set_accel_path): Silently do 
2271         nothing if the parent is not a menu.  (#66492)
2272
2273 2002-02-06  Matthias Clasen  <matthiasc@poet.de>
2274
2275         * gtk/gtkitemfactory.c (gtk_item_factory_from_widget,
2276         gtk_item_factory_path_from_widget): Try fetching the return value 
2277         from menu_item->submenu as a fallback.  (#69020)
2278         
2279 Sat Feb  9 22:57:43 2002  Kristian Rietveld  <kris@gtk.org>
2280
2281         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_build_level): convert
2282         the iter to a child iter again, after doing _iter_children. It's
2283         possible that _iter_children added some rows and updated the stamp.
2284
2285 2002-02-09  Daniel Elstner  <daniel.elstner@gmx.net>
2286
2287         * gtk/gtktextchild.c: Use == rather than = in sanity
2288         checks.  Ouch!
2289
2290 2002-02-09  Daniel Elstner  <daniel.elstner@gmx.net>
2291
2292         * gtk/gtktextchild.c (CHECK_IN_BUFFER_RETURN): Add missing
2293         curled braces so that it doesn't always return.  Also indent
2294         both CHECK_IN_BUFFER* macros properly, and make use of
2295         G_STMT_START/G_STMT_END.
2296
2297 Sat Feb  9 13:27:14 2002  Owen Taylor  <otaylor@redhat.com>
2298
2299         * gtk/gtkbindings.h: Add prototype for
2300         _gtk_binding_reset_parsed().
2301
2302 Sat Feb  9 13:19:20 2002  Owen Taylor  <otaylor@redhat.com>
2303
2304         * configure.in gtk/Makefile.am gtk/theme-bits/*: Add
2305         tools and images used for creating the check/radio
2306         button images in the default theme.
2307
2308 Sat Feb  9 13:58:41 2002  Soeren Sandmann  <sandmann@daimi.au.dk>
2309
2310         * gtk/gtkpaned.[ch]: Keyboard navigation for GtkPaned
2311         F6: cycle between panes.
2312         F8: focus handle (#53584)
2313         
2314         * tests/testgtk.c: Add test cases for GtkPaned keyboard 
2315         navigation.
2316         
2317 Sat Feb  9 00:16:31 2002  Owen Taylor  <otaylor@redhat.com>
2318
2319         * gdk/x11/gdkimage-x11.c (_gdk_x11_copy_to_image): 
2320         XCopyArea with subwindow_mode = IncludeInferiors.
2321         (#70999)
2322
2323         * demos/testpixbuf-save.c (configure_cb): Fix a minor
2324         memory management problem.
2325
2326 Fri Feb  8 20:24:58 2002  Owen Taylor  <otaylor@redhat.com>
2327         
2328         * gtk/gtkbindings.c (binding_compose_params): Fix problem
2329         with string-valued parameters (#70012, Johan Dahlin.)
2330
2331         * gtk/gtkentry.c (gtk_entry_delete_whitespace): Fix 
2332         white space deletion.
2333
2334 Fri Feb  8 21:25:56 2002  Jonathan Blandford  <jrb@redhat.com>
2335
2336         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_row_deleted): fix
2337         evil ref bug where the wrong row and a deleted row was unreffed.
2338         Found by Darin Adler <darin@bentspoon.com>
2339
2340 Fri Feb  8 18:46:13 2002  Owen Taylor  <otaylor@redhat.com>
2341
2342         * gtk/gtkbindings.[ch] (_gtk_binding_reset_parsed): Add
2343         a function to delete all bindings add by
2344         gtk_binding_parse_binding() when rereading RC files.
2345
2346         * gtk/gtkrc.c (gtk_rc_reparse_all_for_settings): Reset
2347         binding set content as well as RC content.
2348
2349         * gtk/gtkbindings.c (binding_compose_params): Fix 
2350         various GValue handling problems.
2351
2352         * gtk/gtkentry.c (gtk_entry_class_init): Remove bindings 
2353         for C-b, C-f, M-b, M-f, C-a, C-e, C-w, C-y, M-space, C-u,
2354         C-k, M-\, M-d, C-d.
2355
2356         * gtk/gtktextview.c (gtk_text_view_class_init): Remove
2357         same bindings as GtkEntry, plus C-n, C-p, C-space
2358
2359         * gtk/gtkrc.key.default gtk/gtkrc.key.emacs gtk/Makefile.am:
2360         Add Emacs and Default key themes.
2361         
2362 2002-02-08  Darin Adler  <darin@bentspoon.com>
2363
2364         * gtk/gtktreeview.c: (gtk_tree_view_map_expanded_rows_helper):
2365         Remove a tiny bit more dead code.
2366
2367 2002-02-08  Darin Adler  <darin@bentspoon.com>
2368
2369         * gtk/gtktreeview.c: (gtk_tree_view_map_expanded_rows_helper):
2370         Fix stale pointer bug.
2371
2372 Fri Feb  8 14:30:14 2002  Owen Taylor  <otaylor@redhat.com>
2373
2374         * gtk/gtkclist.c (title_focus_in): Return FALSE if
2375         not showing the titles. (#70959, Thomas Leonard)
2376
2377 2002-02-08  Darin Adler  <darin@bentspoon.com>
2378
2379         * demos/gtk-demo/main.c: (load_file): isspace -> g_ascii_isspace
2380         * gdk/x11/gdkim-x11.c: Remove gdki8n.h include.
2381         * gdk/x11/gdkkeys-x11.c: Remove <ctype.h> include.
2382         * gdk/x11/gdkmain-x11.c: Remove <ctype.h> include.
2383         * gtk/fnmatch.c: Remove <ctype.h> include.
2384         * gtk/gtkaccelgroup.c: Remove <ctype.h> include.
2385         * gtk/gtkaccellabel.c: (gtk_accel_label_refetch): toupper ->
2386         g_unichar_toupper, toupper -> g_unichar_totile
2387         * gtk/gtkbindings.c: Remove <ctype.h> include.
2388         * gtk/gtkfontsel.c: Remove <ctype.h> include.
2389         * gtk/gtkiconfactory.c: Remove <ctype.h> include.
2390         * gtk/gtkinputdialog.c: Remove <ctype.h> include.
2391         * gtk/gtklabel.c: Remove <ctype.h> include.
2392         * gtk/gtkmain.c: Remove <ctype.h> include.
2393         * gtk/gtkmenu.c: Remove <ctype.h> include.
2394         * gtk/gtkoldeditable.c: Remove <ctype.h> include.
2395         * gtk/gtkrc.c: Remove <ctype.h> include.
2396         * gtk/gtktextbtree.c: Remove <ctype.h> include.
2397         * gtk/gtktextiter.c: Remove <ctype.h> include.
2398         * gtk/gtktextsegment.c: Remove <ctype.h> include.
2399
2400 2002-02-08  Sven Neumann  <sven@gimp.org>
2401
2402         * gtk/gtkfilesel.c
2403         * gtk/gtkgamma.c
2404         * gtk/gtkinputdialog.c: use stock labels for dialog action buttons.
2405
2406 2002-02-08  Darin Adler  <darin@bentspoon.com>
2407
2408         * gtk/gtktreemodelsort.c: (gtk_tree_model_sort_ref_node),
2409         (gtk_tree_model_sort_unref_node): Pass the ref_node and
2410         unref_node calls through to the child model.
2411
2412 2002-02-08  Laszlo Peter  <laca@ireland.sun.com>
2413
2414         * gtk/gtktextchild.c: s/__FUNCTION__/G_GNUC_FUNCTION/
2415         * gtk/gtktextview.c: ditto
2416
2417 2002-02-07  Havoc Pennington  <hp@pobox.com>
2418
2419         * gtk/gtkspinbutton.h (struct _GtkSpinButtonClass): add
2420         change_value virtual function, to fix build
2421
2422         * gtk/gtkpixmap.c (gtk_pixmap_class_init): parent_class was 
2423         from GtkWidget not GtkMisc. Not that it ever mattered.
2424
2425 Thu Feb  7 19:52:00 2002  Owen Taylor  <otaylor@redhat.com>
2426
2427         * gtk/gtknotebook.[ch]: Add ::move-focus-out signal
2428         to handle Control[-Shift]-Tab and Control-arrow
2429         bindings and implement bindings as per #53612.
2430
2431         * gtk/gtktextview.c (gtk_text_view_move_focus): Fix 
2432         fetching the toplevel for plug-socket.
2433
2434         * gtk/gtknotebook.c (gtk_notebook_class_init): Remove
2435         bindings for Return/Enter to select the page.
2436
2437         * gtk/gtknotebook.c (gtk_notebook_change_current_page):
2438         Beep at ends.
2439
2440         * gtk/gtknotebook.c (focus_tabs_move): Don't wrap around
2441         and beep at ends.
2442
2443         * gtk/gtknotebook.c (gtk_notebook_focus): When focusing into
2444         the page with the arrow keys, focus the first widget,
2445         not the directionally closest widget.
2446
2447 Thu Feb  7 19:00:10 2002  Owen Taylor  <otaylor@redhat.com>
2448
2449         * gtk/gtkspinbutton.c (gtk_spin_button_key_release): Convert
2450         to using  binding set for doing key bindings. (#62622,
2451         Requested by Skip Montaro)
2452
2453         * gtk/gtkwindow.c (gtk_window_class_init): Add control-arrow
2454         bindings as overrides along with control-tab bindings.
2455
2456         * gtk/gtknotebook.c (gtk_notebook_class_init): Fix return
2457         type for ::focus_tab signal.
2458
2459 Thu Feb  7 19:39:27 2002  Kristian Rietveld  <kris@gtk.org>
2460
2461         Fixes #70782 and some drag dest rectangle/line issues
2462
2463         * gtk/gtktreeview.c (gtk_tree_view_set_model): set
2464         GTK_TREE_VIEW_IS_LIST flag (we can switch from a TreeStore to a
2465         ListStore for example)
2466         (gtk_tree_view_get_path_at_pos): revert previous change, we
2467         shouldn't correct for the header, because we are taking bin_window
2468         coordinates here
2469         (gtk_tree_view_set_drag_dest_row): queue old drag_dest row and
2470         upper/lower neighbors for draw, so the drag dest rectangle/line will
2471         be cleared correctly
2472         (gtk_tree_view_get_dest_row_at_pos): correct for treeview header
2473         here, as drag_y is relative to the widget and _get_path_at_pos wants
2474         coords relative to bin_window, draw black outline rectangle after
2475         drawing the cells
2476
2477 Thu Feb  7 10:53:12 2002  Owen Taylor  <otaylor@redhat.com>
2478
2479         * gtk/gtkentry.c (gtk_entry_draw_text): Use layout text
2480         (which may be affected by invisible char) to compute
2481         selection bounds, not entry text. (#70733, Alex Larsson)
2482
2483 2002-02-07 Padraig O'Briain <padraig.obriain@sun.com>
2484
2485         * gtk/gtkwidget.[ch]:
2486         Change show_help signal to return gboolean instead of void. This
2487         allows the keypress which invokes the signal to be propagated to the
2488         focus widgets ancestors if not handled by the focus widget.
2489         
2490         * gtk/gtktoolips.[ch]
2491         Change _gtk_tooltips_show_tip () to return a gboolean indicating
2492         whether widget has tooltip to display.
2493         
2494 2002-02-07 Padraig O'Briain <padraig.obriain@sun.com>
2495
2496         * gtk/gtkwidget.[ch]:
2497         Change popup_menu signal to return gboolean instead of void. This
2498         allows the keypress which invokes the signal to be propagated to the
2499         focus widgets ancestors if not handled by the focus widget.
2500
2501         * gtk/gtkcolorsel.c gtk/gtkentry.c gtk/gtktextview.c:
2502         Change signature of popup_menu signal handler to return gboolean
2503         instead of void and return TRUE in the signal handler
2504
2505 2002-02-07  Anders Carlsson  <andersca@gnu.org>
2506
2507         * gdk/x11/xsettings-common.c (xsettings_setting_free): Free 
2508         the setting name.
2509
2510 Wed Feb  6 23:28:39 2002  Kristian Rietveld  <kris@gtk.org>
2511
2512         Fixes #70708
2513
2514         * gtk/gtktreeview.c (gtk_tree_view_get_path_at_pos): we're dealing
2515         with widget coordinates here, so take the header height into
2516         account while converting
2517         (gtk_tree_view_widget_to_tree_coords): take header height into
2518         account
2519         (gtk_tree_view_tree_to_widget_coords): ditto
2520         (gtk_tree_view_get_dest_row_at_pos): we were passing coords
2521         relative to the tree with _get_path_at_pos, while that function
2522         wants coords relative to the widget
2523
2524 2002-02-06  Havoc Pennington  <hp@redhat.com>
2525
2526         * gtk/gtktextview.c (gtk_text_view_scroll_hpages): remove unused variable
2527         (gtk_text_view_get_window): add warning about how you
2528         can't get the private window. #70683, and avoid default: in the
2529         switch so we get "enum value unhandled" warnings
2530
2531 2002-02-06  Havoc Pennington  <hp@redhat.com>
2532
2533         * gtk/gtktextchild.c: Add warnings if you try to use a child
2534         anchor that isn't inside a buffer. Really kind of lame; 
2535         we should separate the anchor from the buffer. But not worth 
2536         fixing for now. #70601
2537
2538 Wed Feb  6 18:25:24 2002  Kristian Rietveld  <kris@gtk.org>
2539
2540         * gtk/gtktreemodelsort.c: rip out all the debugging ifdefs, as
2541         modelsort seems to be stable (and nobody complained :)
2542
2543 Tue Feb  5 19:13:42 2002  Owen Taylor  <otaylor@redhat.com>
2544
2545         * gdk/x11/gdkgeometry-x11.c (gdk_window_queue): Keep
2546         the length of the anti-expose queue finite, by if
2547         it gets too long, first doing a XSync() and checking
2548         the event queue, and if that doesn't work, simply
2549         discarding all anti-expose items in the queue.
2550
2551         * gdk/x11/gdkdnd-x11.c (gdk_window_cache_filter): Fix ordering
2552         on ConfigureNotify (#56349, Thomas Leonard)
2553
2554 2002-02-05  Havoc Pennington  <hp@redhat.com>
2555
2556         * gtk/gtkimage.c (gtk_image_expose): offset area being gotten from
2557         pixmap by the align/padding offsets, so we don't get warnings
2558         in gdk_pixbuf_get_from_drawable (and so it works, of course)
2559
2560 2002-02-05  Matthias Clasen  <matthiasc@poet.de>
2561
2562         * gtk/gtkrc.c (gtk_rc_parse_file): Remove a (now) misleading comment.
2563
2564 2002-02-05  Federico Mena Quintero  <federico@ximian.com>
2565
2566         * gdk/gdkwindow.h: Do not #include <gdk/gdkwindow.h>.
2567
2568 Tue Feb  5 22:54:16 2002  Kristian Rietveld  <kris@gtk.org>
2569
2570         * gtk/gtkliststore.c (gtk_list_store_insert_after): let's set the
2571         path, which we're going to pass with the emission of row_inserted, to
2572         the iter we inserted and not its sibling.
2573
2574 2002-02-04 Padraig O'Briain <padraig.obriain@sun.com>
2575
2576         * gtk/gtkmenu.c (gtk_menu_popup):
2577         Fix leak of GdkEvent (#70519)
2578
2579 Mon Feb  4 10:40:28 2002  Owen Taylor  <otaylor@redhat.com>
2580
2581         * gtk/gtkstyle.c (gtk_default_draw_resize_grip):
2582         Fix from Matthias Clasen to clear background appropriately
2583         for theme by calling gtk_style_apply_default_background().
2584         (#70449)
2585
2586 Mon Feb  4 10:06:49 2002  Owen Taylor  <otaylor@redhat.com>
2587
2588         * gdk/x11/gdkevents-x11.c: gtk-double-click-time,
2589         not gtk-double-click-timeout. (#70501)
2590
2591 2002-02-04  Havoc Pennington  <hp@pobox.com>
2592
2593         * gtk/gtksignal.c (gtk_signal_connect_while_alive): 
2594         (gtk_signal_connect_object_while_alive): rename 
2595         "signal" arg to "name" to avoid compiler warnings
2596         about shadowing signal(). #70453
2597
2598 2002-02-03  Anders Carlsson  <expander-master@gtk.org>
2599
2600         * gtk/gtkstyle.c (gtk_default_draw_expander): Add 
2601         flipping support to the expanders.
2602
2603 Sat Feb  2 21:54:01 2002  Owen Taylor  <otaylor@redhat.com>
2604
2605         RC file lookup improvements (#68234, suggestions
2606         from Matthias Clasen.)
2607
2608         * gtk/gtkrc.c (gtk_rc_parse_file): Look for the 
2609         locale suffix variants (gtkrc.en_US, gtkrc.en) for
2610         all RC files we parse, not just the default RC
2611         files.
2612
2613         * gtk/gtkrc.c (gtk_rc_parse_default_files): Remove
2614         support for charset specific RC files.
2615
2616 Sat Feb  2 20:16:04 2002  Owen Taylor  <otaylor@redhat.com>
2617
2618         * gtk/gtkmenushell.c (_gtk_menu_shell_select_first): 
2619         Non-exported _gtk_menu_select_first() function that
2620         selects the first item of the menu in a standard
2621         way. (Skipping tearoffs.)
2622
2623         * gtk/gtkmenushell.c gtk/gtkentry.c gtk/gtktextview.c
2624         gtkmenuitem.c: Use _gtk_menu_shell_select_first().
2625
2626         * gtk/gtkmenuitem.c (gtk_real_menu_item_select): Remember
2627         if we are starting the timeout from a keypress so
2628         we can set menushell->ignore_enter properly.
2629
2630         * gtk/gtknotebook.c (focus_child_in): Return something
2631         meaningful if there are no children.
2632
2633         * gtk/gtkmenu.c (gtk_menu_key_press): Fix precendence
2634         problem.
2635
2636 Sat Feb  2 19:15:42 2002  Owen Taylor  <otaylor@redhat.com>
2637
2638         * gtk/gtkmenu.c (gtk_menu_popup): Fix some bugs in
2639         the determination of xgrab_shell.
2640
2641 Sat Feb  2 17:43:00 2002  Owen Taylor  <otaylor@redhat.com>
2642
2643         * gtk/gtkentry.c (gtk_entry_grab_focus): Add a GtkSetting
2644         (gtk-entry-select-on-focus) controlling whether the
2645         contents of an entry are selected on focus in.
2646
2647         * gtk/gtkmenu.c (gtk_menu_key_press): Add a GtkSetting
2648         (gtk-can-change-accels) controlling whether accelerators can be
2649         changed on the fly or not. (#51902)
2650
2651         * gtk/gtkmenu.c (gtk_menu_key_press): Allow unmodified
2652         accelerators, now that accelerator changing can be turned
2653         off for those who won't expect it. (#61285)
2654
2655         * gtk/gtkaccelgroup.c (gtk_accelerator_valid): Allow 
2656         Backspace/Delete/KP_Delete as valid accelerators.
2657
2658         * gtk/gtkmenu.c (gtk_menu_key_press): Allow setting of
2659         Delete/Backspace as accelerators by making them toggle
2660         the menu item between empty and the pressed key.
2661         (#58605)
2662
2663         * tests/testgtkrc: Remove the objectionably short cursor blink
2664         time setting.
2665
2666 Sat Feb  2 16:43:31 2002  Owen Taylor  <otaylor@redhat.com>
2667
2668         * gtk/gtkmenu.c (gtk_menu_popup): To get around the fact
2669         that we may have a owner_events = FALSE grab in effect
2670         when we pop up a window, make a temporary grab on a
2671         different window, then grab on the real window. Fixes
2672         a problem where if a context menu popped up under the 
2673         cursor, the first item would be stuck unselected.
2674         (#59812, reported by Arnaud Charlet.)
2675
2676 2002-02-02  Peter Williams  <peterw@ximian.com>
2677
2678         * gtk/Makefile.am (install-data-local): Install gtkrc.default
2679         from $(srcdir) for when $(builddir) is different.
2680
2681 Sat Feb  2 19:00:39 2002  Kristian Rietveld  <kris@gtk.org>
2682
2683         * gtk/Makefile.am: remove TESTGTK_RCFILE define
2684
2685 Sat Feb  2 11:37:21 2002  Owen Taylor  <otaylor@redhat.com>
2686
2687         * gtk/gtkmenu.c (gtk_menu_popup): Remove the 
2688         "select first item if popped up from keypress" hack --
2689         was causing more problems than it was worth 
2690         (#53191, #68483)
2691
2692         * gtk/gtktextview.c (popup_targets_received): 
2693          gtk/gtkentry.c (popup_targets_received): If activated
2694         from keyboard, select first item of popup menu.
2695
2696 Sat Feb  2 18:07:51 2002  Kristian Rietveld  <kris@gtk.org>
2697
2698         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): set upper member
2699         of vadjustment correct, so the vscrollbars of lists smaller than
2700         1 page are somewhat saner (#66905)
2701
2702         * gtk/gtkliststore.c (gtk_list_store_remove_silently): do not
2703         increment the stamp, liststore is a model with persisting iters
2704
2705 Fri Feb  1 23:54:00 2002  Owen Taylor  <otaylor@redhat.com>
2706
2707         * gtk/gtkrc.[ch] (gtk_rc_parse_engine): Support 
2708         engine "" {} to mean override to the default 
2709         engine. (#70205)
2710
2711 Fri Feb  1 23:25:33 2002  Owen Taylor  <otaylor@redhat.com>
2712
2713         * gtk/gtktooltips.c (gtk_tooltips_init): Parse the
2714         RC string here when the first object is created
2715         rather than in the class_init to not break doc 
2716         building. (#70341, Havoc Pennington.)
2717
2718         * gtk/gtkrc.c (parse_include_file): Use the directories
2719         for the currently parsed files as the starting point
2720         to look for include files. (#59975)
2721
2722 Fri Feb  1 20:21:56 2002  Manish Singh  <yosh@gimp.org>
2723
2724         * gtk/gtkinputdialog.c: use gtk_label_new_with_mnemonic for labels
2725         that actually have mnemonics
2726
2727 Fri Feb  1 19:57:59 2002  Owen Taylor  <otaylor@redhat.com>
2728
2729         * configure.in: Fix use of ! in shell.
2730
2731         * gtk/gtktooltips.c (gtk_tooltips_class_init) gtkrc.default: 
2732         Move the setting of default tooltips colors to gtktooltips.c
2733         from gtkrc.default. (Use default priority so themes will
2734         override.) (#58542)
2735
2736 Fri Feb  1 17:48:51 2002  Owen Taylor  <otaylor@redhat.com>
2737
2738         * gtk/gtkrc.c (gtk_rc_get_style): Fix ordering of
2739         priorities so that priorities take precendence over
2740         the ordering by type. (#70205)
2741
2742         * test/testgtkrc tests/testgtk.c (create_rc_file): Add 
2743         some labels to test priorities in testgtkrc.
2744
2745 Fri Feb  1 00:37:49 2002  Kristian Rietveld  <kris@gtk.org>
2746
2747         * gtk/gtktreeview.c (gtk_tree_view_move_cursor_page_up_down): use
2748         y coordinate relative to the tree and not the treeview window
2749         (fixes the PgDn/PgUp brokenness)
2750
2751 Fri Feb  1 23:40:31 2002  Kristian Rietveld  <kris@gtk.org>
2752
2753         * gtk/gtktreeview.c (gtk_tree_view_button_press): adjust
2754         cell_area and background_area for possible treeview scroll
2755         (fixes #70283, #70065)
2756
2757 Fri Feb  1 22:20:13 2002  Kristian Rietveld  <kris@gtk.org>
2758
2759         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): use
2760         height - page_size not height - allocation->height (fixes #66269)
2761
2762 Fri Feb  1 15:22:23 2002  Owen Taylor  <otaylor@redhat.com>
2763
2764         * gtk/gtkimage.c (gtk_image_class_init): Fix typo
2765         in property description. (Christian Rose.)
2766
2767 Fri Feb  1 14:50:36 2002  Owen Taylor  <otaylor@redhat.com>
2768
2769         * gtk/gtkrc.c (gtk_rc_parse_string): Handle reparsing
2770         any strings if the theme changes. (#69465)
2771
2772         * tests/testgtk.c: Add a test for gtk_rc_parse_string().
2773
2774 Fri Feb  1 20:50:29 2002  Kristian Rietveld  <kris@gtk.org>
2775
2776         * gtk/gtktreeview.c (gtk_tree_view_dy_to_top_row): set tree to
2777         NULL if tree_view->priv->tree is NULL (#70152, patch by John Harper).
2778
2779 Fri Feb  1 12:51:20 2002  Owen Taylor  <otaylor@redhat.com>
2780
2781         * gtk/gtknotebook.c (focus_child_in): Catch the
2782         cur_page == NULL (no children) case. (#70287,
2783         Paolo Maggi.)
2784
2785 Fri Feb  1 12:12:12 2002  Owen Taylor  <otaylor@redhat.com>
2786
2787         * gtk/gtkfilesel.c (attempt_file_completion): 
2788         s/directory/folder/ in all labels and messages.
2789
2790 Fri Feb  1 08:57:38 2002  Owen Taylor  <otaylor@redhat.com>
2791
2792         * gtk/gtkmain.c (gtk_exit_func): Remove this useless
2793         atexit handler. (existance pointed out by Stefan Kost)
2794
2795         * gtk/gtkmain.c (gtk_init_check): Warning fixes.
2796
2797 Thu Jan 31 18:46:10 2002  Jonathan Blandford  <jrb@redhat.com>
2798
2799         * gtk/gtktreemodel.c (gtk_tree_row_reference_free): unref the
2800         model after the last use, not before.
2801
2802 Thu Jan 31 14:50:16 2002  Owen Taylor  <otaylor@redhat.com>
2803
2804         * gtk/gtkrc.default gtk/Makefile.am: Install a Default
2805         RC file that sets the tooltips color to yellow. (#58542)
2806
2807         * gtk/gtksettings.c (gtk_settings_class_init): make 
2808         the default theme "Default", not NULL.
2809
2810 Thu Jan 31 11:33:52 2002  Owen Taylor  <otaylor@redhat.com>
2811
2812         * gdk/x11/gdkproperty-x11.c (insert_atom_pair): Fix 
2813         another missing static.
2814
2815         * gtk/gtkimmodule.c (n_loaded_contexts): And another.
2816
2817         * gdk/x11/Makefile.am gdk/x11/gxid_lib.c: Don't
2818         build gxid sources at all except in the vanishingly
2819         rare case of --with-xinput=xfree.
2820
2821 2002-01-31  Mark McLoughlin  <mark@skynet.ie>
2822
2823         * gdk/gdkimage.c: (scratch_image_info_for_depth): make static.
2824
2825         * gdk/x11/gdkimage-x11.c: (get_full_image): ditto.
2826
2827         * gdk/x11/gxid_lib.[ch]: (_gxid_claim_device), (_gxid_release_device):
2828         renamed from gxid_(claim|release)_device.
2829
2830         * gdk/x11/gdkinput-gxi.c: (_gdk_input_enable_window),
2831         (_gdk_input_disable_window): upd for gxid change.
2832
2833         * gtk/gtkimage.c: (animation_timeout): make static.
2834
2835         * gtk/gtkstyle.c: (draw_thin_shadow), (draw_spin_entry_shadow): make
2836         static.
2837
2838         * gtk/gtktextutil.c: (bidi_menu_entries): make static.
2839
2840 Thu Jan 31 10:21:05 2002  Owen Taylor  <otaylor@redhat.com>
2841
2842         * gtk/gtkplug.c (gtk_plug_focus): Handle the case where
2843         bin->child is NULL. (#70153, Padraig O'Briain)
2844
2845         * gtk/gtktextutil.c (_gtk_text_util_append_special_char_menuitems): 
2846         Actually call gettext() on the labels; previously they
2847         were marked with N_() but we never called gettext().
2848
2849 Wed Jan 30 20:15:49 2002  Jonathan Blandford  <jrb@redhat.com>
2850
2851         * gtk/gtktreestore.c (gtk_tree_store_set_valist): save last minute
2852         changes before committing.
2853
2854         * gtk/gtkliststore.c (gtk_list_store_set_valist): ditto
2855
2856 Wed Jan 30 18:46:14 2002  Jonathan Blandford  <jrb@redhat.com>
2857
2858         * gtk/gtkliststore.c (gtk_list_store_set_valist): only emit the
2859         signal if an interesting column changes.
2860
2861         * gtk/gtktreestore.c: ditto.
2862
2863         * gtk/gtktreeview.c (gtk_tree_view_set_cursor): change behavior so
2864         that it no longer grabs 
2865
2866 2002-01-30  Manish Singh  <yosh@gimp.org>
2867
2868         * gtk/gtkhandlebox.c (gtk_handle_box_destroy): remove unused
2869         variable.
2870
2871         * gtk/gtkwindow.c (gtk_window_get_icon): function returns a value,
2872         so return NULL with g_return_val_if_fail instead of g_return_if_fail.
2873
2874 2002-01-30  Matthias Clasen  <matthiasc@poet.de>
2875
2876         * gtk/*.c: Remove excess g_return_if_fail calls from static
2877         and virtual functions.  (#57615)
2878         
2879 2002-01-30  Anders Carlsson  <andersca@gnu.org>
2880
2881         * gtk/gtkstyle.c (gtk_default_render_icon): Allow a -1 icon size.
2882
2883 Wed Jan 30 20:29:01 2002  Tim Janik  <timj@gtk.org>
2884
2885         * gtk/gtkscale.c (gtk_scale_set_digits): fix revrted bug fix.
2886         (use a define for max digits).
2887
2888 Wed Jan 30 13:55:59 2002  Owen Taylor  <otaylor@redhat.com>
2889
2890         * gtk/gtkwindow.c (gtk_window_show): Try to make
2891         sure that we have some focused widget on map. (#50339)
2892
2893         * gtk/gtkdialog.c (gtk_dialog_map): Handling picking
2894         a focus widget here differently so that if a
2895         response button gets picked, it's the default one.
2896
2897         * tests/testgtk.c (make_message_dialog): Set the 
2898         default response for the dialogs.
2899
2900 Tue Jan 29 22:52:36 2002  Owen Taylor  <otaylor@redhat.com>
2901
2902         * Released 1.3.13
2903
2904         * configure.in: Micro version 13, interface, binary
2905         age 0. Require GLIB-1.3.13, Pango 0.24.
2906
2907         * docs/Makefile.am (EXTRA_DIST): Add widget_geometry.txt,
2908         sizing-test.txt, tree-column-sizing.txt
2909
2910         * docs/Makefile.am (EXTRA_DIST): Don't distribute
2911         Changes-1.2.txt, Changes-2.0.txt, README.linux-fb,
2912         since they are no longer canonical.
2913
2914         * gtk/gtk.def: Convert spaces to tabs in front of
2915         gtk_widget_set_accel_path in case it matters.
2916
2917         * NEWS: Updated for 1.3.13.
2918
2919 Tue Jan 29 22:31:07 2002  Owen Taylor  <otaylor@redhat.com>
2920
2921         * gtk/gtkwidget.[ch] gtkmenuitem.c gtkitemfactory.c: Export 
2922         gtk_widget_set_accel_path().
2923
2924         * gtk/gtk.def: Add gtk_widget_set_accel_path.
2925
2926 Tue Jan 29 21:50:28 2002  Owen Taylor  <otaylor@redhat.com>
2927
2928         * gtk/gtkaccelmap.[ch] gtk/gtkbindings.[ch] gtk/gtkwidget.[ch]:
2929         Consistently use GdkModifierType. (#66950, Mark Patton)
2930
2931         * gtk/gtkimagemenuitem.c (gtk_image_menu_item_new_from_stock):
2932         For consistency with gtk_button_new_from_stock(), fall back
2933         to gtk_image_menu_item_new_with_mnemnonic(). (#65944,
2934         Havoc Pennington)
2935         
2936         * gtk/gtkitemfactory.[ch] (gtk_item_factory_path_from_widget): 
2937         Make G_CONST_RETURN. (#68527, Matt Wilson)
2938
2939 Tue Jan 29 20:56:13 2002  Owen Taylor  <otaylor@redhat.com>
2940
2941         * gtk/gtk[vh]scale.c (gtk_[vh]scale_new_with_range): Document
2942         that the end points are included in the range. (#69783,
2943         Jeffrey Baker)
2944
2945 Tue Jan 29 20:38:04 2002  Owen Taylor  <otaylor@redhat.com>
2946
2947         * gtk/gtkscale.[ch]: Revert the last changes to make the
2948         number of digits only effect drawing, instead, don't
2949         round unless we are in the 'draw_value' mode -- this
2950         is the behavior of GTK+-1.2, and keeps the behavior that
2951         if the user sees a displayed value, it is the correct value.
2952
2953 Tue Jan 29 19:51:05 2002  Owen Taylor  <otaylor@redhat.com>
2954
2955         * gtk/gtkenums.h: Deprecate GtkPreviewType,
2956         GtkSignalRunType, GtkSideType, GtkSubmenuPlacement, GtkSubmenuDirection
2957         (#68183, Matthias Clasen)
2958
2959         * gtk/gtkmenuitem.h: Remove _gtk_menu_item_set_placement() from
2960         the public header to avoid having to use GtkSubmenuPlacement.
2961
2962         * gtk/{gtkmenuitem.c,gtkmenubar.c,gtkmenushell.c}: #define
2963         GTK_MENU_INTERNALS to preserve access to GtkSubmenu*.
2964
2965         * gdk/gdki18n.h: Deprecate contents. (Darin Adler.)
2966
2967 Tue Jan 29 19:32:47 2002  Owen Taylor  <otaylor@redhat.com>
2968
2969         * gtk/gtktextview.c (gtk_text_view_get/set_property): 
2970         Fix wrong usage of g_value_set/get_object for PROP_TABS
2971         and memory leak in getter for PROP_TABS. (Jeff Franks)
2972
2973 Tue Jan 29 19:04:41 2002  Owen Taylor  <otaylor@redhat.com>
2974
2975         * gtk/gtkstyle.c (gtk_style_render_icon): Document that
2976         a size of (GtkIconSize)-1 means don't scale.
2977
2978         * gtk/gtkstyle.c (gtk_default_render_icon): Obey the
2979         -1 convention.
2980
2981         * gtk/gtkimage.c (gtk_image_expose): Pass in -1 to
2982         gtk_style_render_icon() to make sure that we catch it
2983         obviously if the style's render function tries to
2984         scale.
2985
2986 Tue Jan 29 18:50:59 2002  Owen Taylor  <otaylor@redhat.com>
2987
2988         * gtk/gtkimage.c (gtk_image_expose): Optimize exposes of
2989         partial insensitive images.
2990
2991 2002-01-24  Havoc Pennington  <hp@redhat.com>
2992
2993         * gtk/gtkimage.c (gtk_image_expose): create insensitive version of
2994         the image regardless of storage type, #63305
2995
2996         * demos/gtk-demo/images.c: add toggle button to demonstrate that
2997         GtkImage makes its contents insensitive
2998
2999 Tue Jan 29 17:40:02 2002  Owen Taylor  <otaylor@redhat.com>
3000
3001         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable):
3002         Call _gdk_draw_pixbuf(), thus enabling using this function
3003         for pixbufs with alpha. (#68801)
3004
3005         * gdk/gdkdraw.c (gdk_drawable_real_draw_pixbuf): Move
3006         implementation of gdk_pixbuf_render_to_drawable()
3007         to here.
3008
3009 Tue Jan 29 17:16:17 2002  Owen Taylor  <otaylor@redhat.com>
3010
3011         * gtk/gtklayout.c: Patch from Jacob Berkman to fix problem
3012         when the height/width of a layout was set before the
3013         adjustments were added. (#66294)
3014
3015         * gtk/gtktreeview.c: Warning cleanups.
3016
3017 Tue Jan 29 16:35:04 2002  Owen Taylor  <otaylor@redhat.com>
3018
3019         * gtk/gtkhandlebox.c (gtk_handle_box_motion): Small
3020         fix to size of torn off window (#60271, Detlef Reichl)
3021
3022         * gtk/Makefile.am: Don't install gtkhsv.h. (Pointed out
3023         by Ross Burton)
3024
3025 Tue Jan 29 18:50:46 2002  Kristian Rietveld  <kris@gtk.org>
3026
3027         * gtk/gtktreeview.c (gtk_tree_view_move_cursor_page_up_down): free
3028         cursor_path after usage
3029         (gtk_tree_view_real_start_interactive_search): use new g_signal
3030         and g_object calls
3031         (gtk_tree_view_search_dialog_destroy): use g_object calls and free
3032         selected_iter if set
3033         (gtk_tree_view_search_position_func): rework so it will never ever
3034         appear offscreen (#68492)
3035         (gtk_tree_view_search_move): use new g_object calls
3036         (gtk_tree_view_search_init): free selected_iter if set, use new
3037         g_object calls
3038         (gtk_tree_view_leave_notify): don't destroy interactive search
3039         dialog
3040
3041 Tue Jan 29 23:07:03 2002  Kristian Rietveld  <kris@gtk.org>
3042
3043         * gtk/gtktreeview.c (gtk_tree_view_real_start_interactive_search):
3044         send focus in event
3045         (gtk_tree_view_search_dialog_destroy): send focus out event (#66466)
3046
3047 2002-01-29  Anders Carlsson  <andersca@gnu.org>
3048
3049         * gtk/gtkfontsel.c (gtk_font_selection_select_size): Show correct
3050         size in the size entry.
3051
3052 Tue Jan 29 16:11:55 2002  Owen Taylor  <otaylor@redhat.com>
3053
3054         * gtk/gtkfontsel.c (gtk_font_selection_show_available_sizes): Use
3055         gtk_tree_view_set_cursor() instead of gtk_tree_selection_select_iter().
3056
3057         * gtk/gtkfontsel.c (gtk_font_selection_init): Add mnemonic to
3058         preview field. (#52433, patch from Anders Carlsson)
3059         
3060         * gtk/gtkfontsel.c (gtk_font_selection_dialog_init): Remove the 
3061         dialog separator. (#69558, Alex Larsson, patch from Anders Carlsson)
3062
3063 Tue Jan 29 15:24:59 2002  Owen Taylor  <otaylor@redhat.com>
3064
3065         * gtk/gtkfontsel.[ch]: Switch over to GtkTreeView from
3066         GtkCList. Remove the entries above the font/face lists 
3067         since they were a little confusing. (Not sure about this 
3068         change, so the code is still there the entries are
3069         just hidden.) (#68890)
3070
3071         * gtk/gtkfilesel.c: Switch over to GtkTreeView from
3072         GtkCList. Add mnemonics for fileops. Allow Control/Shift
3073         Tab to focus out.
3074
3075         * gtk/gtkfilesel.c: Make fileop dialogs transient-for
3076         the fileselector. (#69336, patch from Melvin Hadasht)
3077
3078         * gtk/gtkgamma.c (button_clicked_callback): Fix handling
3079         of gamma dialog a bit. (#69336, Matthias Clasen.)
3080
3081 Tue Jan 29 14:56:28 2002  Owen Taylor  <otaylor@redhat.com>
3082
3083         * gtk/gtksocket.c (toplevel_focus_out_handler): Return boolean
3084         (and FALSE from focus_in / focus_out handlers. (#69528,
3085         Padraig O'Briain)
3086
3087 Tue Jan 29 14:47:54 2002  Owen Taylor  <otaylor@redhat.com>
3088
3089         * gtk/gtkmain.c (gtk_init_check): Remove the scary startup
3090         warning. (#69480)
3091
3092 Tue Jan 29 14:24:49 2002  Owen Taylor  <otaylor@redhat.com>
3093
3094         * gtk/gtkwindow.c (gtk_window_class_init): Add <Control>Tab
3095         bindings for "move-focus" so that Control-Tab to escape from
3096         something that eats Tab just works if not otherwise overriden.
3097
3098         * gtk/gtkspinbutton.c (gtk_spin_button_new_with_range) 
3099         * gtk/gtkvscale.c (gtk_vscale_new_with_range)
3100         * gtk/gtkhscale.c (gtk_hscale_new_with_range): Use a page_size
3101         of zero for the adjustment, since at times we think that the range
3102         is lower to upper - page_size. A page size equally to the 
3103         step_increment is, in any case, not meaningful.
3104
3105 2002-01-29  Tor Lillqvist  <tml@iki.fi>
3106
3107         * README.win32: Add comment about gtk-1-3-win32-production branch
3108         currently being ahead in functionality and code cleanliness (in
3109         gdk/win32). Just in case somebody looks at the code in gdk/win32
3110         here and starts fixing it, when it is going to change soonish
3111         anyway.
3112
3113 2002-01-29  Sven Neumann  <sven@gimp.org>
3114
3115         * gtk/gtkrc.c: don't install an empty icon_set if none of the image
3116         files could be found in the pixmap_path (bug #69398).
3117         
3118 2002-01-29  Sven Neumann  <sven@gimp.org>
3119
3120         * gdk/x11/gdkimage-x11.c (_gdk_x11_copy_to_image): fixed a segfault
3121         that showed up when using the color picker.
3122
3123 Tue Jan 29 11:51:14 2002  Tim Janik  <timj@gtk.org>
3124
3125         * gtk/gtkscale.[hc]: fix default value for ::digits property,
3126         leave as 1 as per havoc's request.
3127         don't apply the draw_digits value to range->round_digits,
3128         so we don't perform gross quantization by default.
3129
3130 2002-01-25  Havoc Pennington  <hp@redhat.com>
3131
3132         * gtk/gtktextbtree.c (_gtk_text_btree_delete): fix assertion
3133         failure by creating the line data, but not validating it at this
3134         stage. Also, remove old code related to the "bogus newline" mess
3135         that removed all tags from the last char in the buffer if you
3136         tried to delete it.
3137         (_gtk_text_line_data_new): put this here and prepend underscore,
3138         remove from gtktextlayout.c
3139
3140 Mon Jan 28 19:57:39 2002  Owen Taylor  <otaylor@redhat.com>
3141
3142         * modules/input/imhangul.c modules/input/imhangul-defs.h
3143         po/POTFILES.in. Add port of Emacs korean-hangul input
3144         method from Yusuke Tabata (#67665)
3145
3146 Mon Jan 28 18:25:10 2002  Owen Taylor  <otaylor@redhat.com>
3147
3148         * gtk/gtkentry.c (gtk_entry_draw_frame): Paint shadow
3149         before focus to give theme engines a bit morea
3150         flexibility. (#69857)
3151
3152 Mon Jan 28 16:23:20 2002  Jonathan Blandford  <jrb@redhat.com>
3153
3154         * gtk/gtktreeview.c (gtk_tree_view_dy_to_top_row): no longer
3155         g_assert.
3156
3157 2002-01-28  Jon Trowbridge  <trow@gnu.org>
3158
3159         * gtk/gtktreeview.c (gtk_tree_view_set_model): When setting the
3160         GtkTreeView's model, set prelight_node, prelight_tree,
3161         button_pressed_node and button_pressed_tree to NULL. (#69603)
3162
3163 2002-01-28 Bill Haneman <bill.haneman@sun.com>
3164
3165         * gtk/gtkstyle.c:
3166         Make sure that the default expanders are drawn with
3167         an outline thickness appropriate to the size of the
3168         expanders (RINT expander_size/7).
3169         Added static gtk_style_draw_polygon_with_gc(), to
3170         reduce code duplication.
3171
3172         * gtk/gtktreeview.c: (gtk_tree_view_bin_expose):
3173         Use focus_line_thickness when drawing focus lines.
3174
3175         * gtk/gtktreeviewcolumn.c:(gtk_tree_view_column_cell_get_size):
3176         Adjust requested width to include focus line thickness.
3177         (gtk_tree_view_column_cell_render_or_focus):
3178         Calculate a focus line rectangle which gets larger as the focus
3179         line thickness increases, to avoid overwriting cell content.
3180         Render left-aligned content at x+focus_line_width.
3181         (gtk_tree_view_column_cell_draw_focus):
3182         Don't draw a focus line around an editable text cell, since the
3183         text caret already indicates keyboard focus.
3184         Pass a GtkStateType appropriate to the focussed cell's state
3185         to gtk_paint_focus.
3186
3187 Mon Jan 28 14:44:40 2002  Jonathan Blandford  <jrb@redhat.com>
3188
3189         * gtk/gtktreeview.c (gtk_tree_view_real_select_cursor_row): Only
3190         activate/edit the row if shift is not pressed, #69248
3191
3192 2002-01-28  Anders Carlsson  <andersca@gnu.org>
3193
3194         * gtk/gtkcurve.c (gtk_curve_set_vector): Fix build.
3195
3196 2002-01-28  Matthias Clasen  <matthiasc@poet.de>
3197
3198         * gtk/{gtkalignment.c,gtkaspectframe.c,gtkbutton.c,
3199         gtkcellrenderer.c,gtkcellrendererpixbuf.c,gtkcombo.c,
3200         gtkcontainer.c,gtkcurve.c,gtkframe.c,gtklabel.c,
3201         gtkmessagedialog.c,gtknotebook.c,gtkspinbutton.c,gtktable.c,
3202         gtktext.c,gtktextview.c,gtktreeview.c,gtktreeviewcolumn.c,
3203         gtkviewport.c,gtkwidget.c}: General property notification 
3204         cleanup. (#69066)
3205
3206 2002-01-28  Anders Carlsson  <andersca@gnu.org>
3207
3208         * gtk/gtkaccelgroup.c (gtk_accel_groups_activate): & with the
3209         default mod mask so accels work when numlock is on.
3210
3211 Sun Jan 27 23:23:23 2002  Kristian Rietveld  <kris@gtk.org>
3212
3213         * gtk/gtkrbtree.[ch]: add _gtk_rbtree_mark_invalid (my previous
3214         commit already needed this ...)
3215
3216 Sun Jan 27 22:13:02 2002  Kristian Rietveld  <kris@gtk.org>
3217
3218         Fix for bug #69586
3219
3220         * gtk/gtktreeprivate.h: get rid of tab_offset, introduce
3221         expander_size
3222
3223         * gtk/gtktreeview.c: get rid of ->priv->tab_offset, introduce
3224         expander_size caching (from style), fix CELL_HEIGHT macro,
3225         use MAX ("RBNODE_HEIGHT", expander_size) (differs per case) for
3226         row height calculation, added style_set callback
3227
3228 2002-01-27  Anders Carlsson  <andersca@gnu.org>
3229
3230         * gtk/gtklabel.c (gtk_label_create_window): Set the cursor to
3231         GDK_XTERM.
3232
3233         * gtk/gtktextview.h (struct _GtkTextView): add mouse_cursor_obscured.
3234
3235         * gtk/gtkentry.h (struct _GtkEntry): Add mouse_cursor_obscured.
3236
3237         * gtk/gtktextview.c (set_invisible_cursor): New function.
3238         (gtk_text_view_obscure_mouse_cursor): Likewise.
3239         (gtk_text_view_key_press_event): Call obscure_cursor if text 
3240         has been inserted.
3241         (gtk_text_view_motion_event): Restore the mouse cursor.
3242
3243         * gtk/gtkentry.c (gtk_entry_realize): Add GDK_POINTER_MOTION_MASK.
3244         (set_invisible_cursor): New function.
3245         (gtk_entry_obscure_mouse_cursor): Likewise.
3246         (gtk_entry_key_press): call obscure_cursor if text has been inserted.
3247         (gtk_entry_motion_notify): Restore the mouse cursor.
3248
3249 2002-01-27  Sven Neumann  <sven@gimp.org>
3250
3251         * gtk/gtkstyle.c (sanitize_size): removed unused return value.
3252
3253 Sat Jan 26 19:27:23 2002  Owen Taylor  <otaylor@redhat.com>
3254
3255         * gtk/gtksocket.c (gtk_socket_grab_notify): Don't
3256         send MODALITY_ON/OFF if socket->same_app (More fixes for #69735)
3257
3258 Sat Jan 26 19:04:37 2002  Owen Taylor  <otaylor@redhat.com>
3259
3260         * gtk/gtkmain.c (check_is_grabbed): Return FALSE not true
3261         in the grab_widget == NULL case. (Bug reported by 
3262         Padraig O'Briain, #69735)
3263
3264         * gtk/gtkplug.c (handle_modality_on): Realize the modality
3265         window so gtk_widget_event() doesn't complain :-((((.
3266
3267 2002-01-25  Federico Mena Quintero  <federico@ximian.com>
3268
3269         Merge from gdk-pixbuf stable.
3270
3271         * gdk/gdkpixbuf-drawable.c (rgb565msb): Fixed the endianness
3272         conversion --- swap the individual 16 bit values instead of taking
3273         everying as a 32 bit value.
3274         (rgb565lsb): Likewise.
3275         (rgb555lsb): Likewise.
3276         (rgb555msb): Likewise.
3277
3278 2002-01-25  Alex Larsson  <alexl@redhat.com>
3279
3280         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_drawable_impl_fb_class_init):
3281         Implement copy_to_image instead of get_image
3282         
3283         * gdk/linux-fb/gdkimage-fb.c:
3284         Implement _gdk_image_new_for_depth, _gdk_windowing_get_bits_for_depth and
3285         _gdk_fb_copy_to_image.
3286         Based in part on patch from Mathieu Lacage <mathieu_lacage@realmagic.fr>
3287
3288         * gdk/linux-fb/gdkmain-fb.c:
3289         Make ENABLE_FB_MANAGER region larger.
3290
3291         * gdk/linux-fb/gdkprivate-fb.h:
3292         Change _gdk_fb_get_image to _gdk_fb_copy_to_image.
3293
3294 2002-01-25  Sven Neumann  <sven@gimp.org>
3295
3296         * gtk/gtkwindow.c (gtk_window_get_size): changed the comment so
3297         that gtk-doc doesn't get confused.
3298
3299 Fri Jan 25 14:03:36 2002  Tim Janik  <timj@gtk.org>
3300
3301         * gtk/gtkspinbutton.c (gtk_spin_button_draw_arrow): assert
3302         that the passed in arrow is always _UP or _DOWN, this catches
3303         false invocations which lead to drawing artefacts.
3304         (start_spinning): likewise, i.e. sanity check the passed in arrow.
3305         (gtk_spin_button_button_release): fix arrow redrawing.
3306         (gtk_spin_button_button_press): must set click_child for
3307         button3 even if we don't take spinning action right away.
3308
3309         * gtk/gtkspinbutton.h (struct _GtkSpinButton): document
3310         valid values for click_child.
3311
3312 Thu Jan 24 23:03:24 2002  Kristian Rietveld  <kris@gtk.org>
3313
3314         * gtk/gtktreeview.c (gtk_tree_view_get_path_at_pos): update docs,
3315         return current FALSE if x is smaller than the current visible area,
3316         not than the requested area, don't correct y coordinate,
3317         TREE_WINDOW_Y_TO_RBTREE_Y will do that. Fixes #67477.
3318
3319 Thu Jan 24 15:41:08 2002  Jonathan Blandford  <jrb@redhat.com>
3320
3321         * gtk/gtktreeview.c
3322          (gtk_tree_view_motion_draw_column_motion_arrow): fix column
3323          reordering fully.
3324          (gtk_tree_view_size_allocate): fix evil bug.
3325
3326 Thu Jan 24 11:53:19 2002  Owen Taylor  <otaylor@redhat.com>
3327
3328         * gtk/gtktreeview.c (gtk_tree_view_destroy): Don't clear
3329         the model until we clean up all the other objects
3330         that might refer to the object.
3331
3332 2002-01-24  Mark McLoughlin  <mark@skynet.ie>
3333
3334         * gtk/gtkaccessible.h: include gtk/gtkwidget.h
3335
3336 Wed Jan 23 20:28:59 2002  Owen Taylor  <otaylor@redhat.com>
3337
3338         * gtk/gtknotebook.c (gtk_notebook_draw_arrow): 
3339         Use insensitive state for insensitive arrows, not
3340         just an "etched state". (#67172, Adrian Custer)
3341
3342 2002-01-23  Manish Singh  <yosh@gimp.org>
3343
3344         * gtk/gtkentry.c (gtk_entry_set_text): use a variable that's actually
3345         been declared.
3346
3347 2002-01-23  Damon Chaplin  <damon@ximian.com>
3348
3349         * configure.in (gtk_doc_min_version): set minimum gtk-doc version to
3350         0.9, since we need to use the new --type-init-func argument for
3351         gtkdoc-scangobj.
3352
3353 2002-01-23  Matthias Clasen  <matthiasc@poet.de>
3354
3355         * gtk/gtkentry.c, gtk/gtkwidget.c: Remove excessive
3356         g_return_if_fail() calls. (#57615)
3357
3358         * gtk/gtkitemfactory.c (gtk_item_factory_delete_entries): Make
3359         it work for paths with underline accelerators. (#69247)
3360
3361 Wed Jan 23 15:12:16 2002  Owen Taylor  <otaylor@redhat.com>
3362
3363         * gtk/gtkspinbutton.c (gtk_spin_button_state_changed): 
3364         Stop spinning if widget becomes insensitive. (#56248)
3365
3366 Wed Jan 23 14:44:12 2002  Owen Taylor  <otaylor@redhat.com>
3367
3368         * gtk/gtkspinbutton.c (EPSILON): Decrease value since
3369         we now use doubles.
3370
3371 Tue Jan 22 16:58:37 2002  Jonathan Blandford  <jrb@redhat.com>
3372
3373         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): Fix sizing bug
3374         I introduced accidentally, #69358
3375
3376 2002-01-22 Padraig O'Briain <padraig.obriain@sun.com>
3377
3378         * gtk/gtktreestore.c (gtk_tree_store_iter_children):
3379         Update last change to prevent core dump
3380
3381 Mon Jan 21 01:21:54 2002  Kristian Rietveld  <kris@gtk.org>
3382
3383         * gtk/gtktreestore.c: add some more stamp checks (pointed out
3384         by Anders Carlsson)
3385
3386         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_insert_value): don't
3387         assume _row_changed will insert sort (because _row_changed doesn't
3388         need to follow this signal), so apply insert sort here
3389         (gtk_tree_model_sort_level_find_insert): header doesn't need to be
3390         set here, so use a return instead of g_return_val_if_fail.
3391
3392 Mon Jan 21 18:28:17 2002  Jonathan Blandford  <jrb@redhat.com>
3393
3394         * gtk/gtktreeview.c (gtk_tree_view_adjustment_changed): Update
3395         top_row.  Remove extraneous print statements.
3396
3397 2002-01-21  Matthias Clasen  <matthiasc@poet.de>
3398
3399         * gtk/gtkitemfactory.c (gtk_item_factory_popup, 
3400         gtk_item_factory_popup_with_data): Document allowed values
3401         for ifactory.
3402
3403         * gtk/gtkitemfactory.c (gtk_item_factory_delete_entry): Make 
3404         it work for paths with underline accelerators.
3405
3406 Fri Jan 18 16:31:21 2002  Jonathan Blandford  <jrb@redhat.com>
3407
3408         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): only resize the
3409         window.
3410
3411 Mon Jan 21 11:56:31 2002  Owen Taylor  <otaylor@redhat.com>
3412
3413         * gtk/gtkentry.c (gtk_entry_real_activate): Trap the 
3414         case where there is no default widget and the entry
3415         is the focus widget, since this also causes infinite
3416         recursion. (#69158)
3417
3418 Mon Jan 21 11:46:39 2002  Owen Taylor  <otaylor@redhat.com>
3419
3420         * gdk/gdk.c (gdk_init_check): Set the fallback program class here,
3421         rather than lazilygdk_get_program_class(), since we don't want
3422         -name to override it. (#69123, Ryan Lovett)
3423
3424 Mon Jan 21 10:29:45 2002  Owen Taylor  <otaylor@redhat.com>
3425
3426         * gdk/gdk.c: Fix wrong types for command line arguments 
3427         (#69124, Ryan Lovett)
3428
3429         * gdk/gdk.c (gdk_arg_context_parse): Fix bug in parsing
3430         parsing '--arg VALUE'.
3431
3432         * gdk/gdk.c: Remove unused variable gdk_error_trap_free_list.
3433
3434 2002-01-21  Havoc Pennington  <hp@pobox.com>
3435
3436         * gdk/gdkwindow.c (gdk_window_add_filter): mention that window 
3437         arg can be NULL
3438
3439 Sat Jan 19 20:49:41 2002  Kristian Rietveld  <kris@gtk.org>
3440
3441         * demos/gtk-demo/editable_cells.c: fix a load of open line ends
3442         (cell_edited): modified patch from German Poo Caaman~o
3443         to fix up old_text declaration and free the memory
3444         (do_editable_cells): unref the model after creating the treeview
3445
3446         * demos/gtk-demo/list_store.c: fix a load of open line ends,
3447         (add_columns): set the sort column id, so we can sort
3448
3449         * demos/gtk-demo/tree_store.c: fix a load of open line ends,
3450         (do_tree_store): unref the model after creating the treeview
3451
3452 2002-01-19  Havoc Pennington  <hp@pobox.com>
3453
3454         * gtk/gtkwindow.c: link to new X11 section in a lot of places when
3455         mentioning the window manager.
3456
3457         * gtk/gtkwidget.c (gtk_widget_hide_on_delete): don't mention
3458         window manager since we're portable.
3459
3460 Sat Jan 19 08:47:41 2002  Jeff Garzik  <jgarzik@mandrakesoft.com>
3461
3462         * gdk/linux-fb/gdkproperty-fb.c (gdk_atom_name):
3463         Wrap case values in GPOINTER_TO_UINT().  Fixes build with gcc 3.x.
3464
3465         * gtk/gtkmain.c:  Include sys/types.h if G_OS_UNIX.
3466         Fixes build with gcc 3.x and -ansi.
3467
3468 Fri Jan 18 23:01:37 2002  Owen Taylor  <otaylor@redhat.com>
3469
3470         * gtk/gtkrc.c (gtk_rc_parse_style): Fix problems when
3471         an engine declaration occurs in a reopened style, and
3472         g_free() of objects when errors occur.
3473
3474 2002-01-18  Matthias Clasen  <matthiasc@poet.de>
3475
3476         * gtk/gtkitemfactory.c (gtk_item_factory_get_widget_by_action):
3477         Clarify documentation. (#69026)
3478
3479         * gtk/gtkprogressbar.c (gtk_progress_bar_size_request): Fix 
3480         missing initialization of adjustment. (#69025)
3481
3482 2002-01-17  Raja R Harinath  <harinath@cs.umn.edu>
3483
3484         Simplify Makefiles. 
3485         <URL: http://bugzilla.gnome.org/show_bug.cgi?id=68969>
3486         * gdk/Makefile.am: Remove use of automake conditionals to pick
3487         library to build.
3488         * gtk/Makefile.am: Likewise.
3489         
3490         * gdk/Makefile.am (LDFLAGS): Use $(libdir), not @prefix@/lib.
3491         * gtk/Makefile.am (LDFLAGS): Likewise.
3492
3493 Thu Jan 17 20:13:14 2002  Owen Taylor  <otaylor@redhat.com>
3494
3495         * gtk/gtknotebook.c (gtk_notebook_redraw_tabs): Fix
3496         missing allocation.x/y offsets. (#68962, Jacob
3497         Berkman)
3498
3499         * gtk/gtknotebook.c (gtk_notebook_size_allocate):
3500         Queue a redraw on the entire widget if we hide
3501         the last page or show the first. (Also #68962)
3502         
3503 2002-01-17  Havoc Pennington  <hp@redhat.com>
3504
3505         * gtk/gtktextview.c (gtk_text_view_move_cursor_internal): change
3506         GTK_MOVEMENT_PARAGRAPHS to go to start/end of paragraph before it
3507         starts to go up/down paragraphs. This makes Ctrl+Up/Ctrl+Down work
3508         as in the keynav spec, though it makes the interpretation of
3509         GTK_MOVEMENT_PARAGRAPHS different from the interpretation of some
3510         of the other GTK_MOVEMENT_ thingies, maybe, as if that enum makes
3511         any sense anyhow.
3512
3513 Thu Jan 17 16:34:55 2002  Jonathan Blandford  <jrb@redhat.com>
3514
3515         * gtk/gtktreeview.c (gtk_tree_view_real_select_cursor_row): For
3516         some reason, I was activating a row while just selecting it.
3517         Reported by andersca.
3518         (gtk_tree_view_size_request): add a
3519         validate_rows_handler to give us a rough width of the widget.
3520
3521         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_update_button):
3522         Queue a resize here just in case.  It's needed in over half the
3523         cases, and I don't want to do a diff to figure out exactly when
3524         it's needed.
3525
3526 2002-01-17  Matthias Clasen  <matthiasc@poet.de>
3527
3528         * gtk/gtkinputdialog.c,
3529         gtk/gtkcolorsel.c, gtk/gtkfilesel.c, gtk/gtkfontsel.c:
3530         Mark children as composite. (#66360)
3531
3532         * gtk/gtkwidget.c (gtk_widget_push_composite_child): Explain
3533         composite children some more. (#66360)
3534
3535 2002-01-17  Havoc Pennington  <hp@redhat.com>
3536
3537         * gtk/gtktextlayout.c (_gtk_text_layout_get_line_xrange): new
3538         function (which I then decided not to use but I think it's needed
3539         to fix #68963
3540
3541         * gtk/gtktextview.c: add page_horizontally action signal and
3542         implement Ctrl+PgUp, Ctrl+PgDown based on patch from Padraig, 
3543         hackily modified to avoid adding GTK_MOVEMENT_ API. Part of 
3544         #53934
3545
3546         * gtk/gtkmarshalers.list: add NONE:INT,BOOL
3547
3548 Thu Jan 17 17:02:38 2002  Owen Taylor  <otaylor@redhat.com>
3549
3550         * gtk/gtkwidget.c (gtk_widget_real_unrealize): Call
3551         gtk_selection_remove_all() here, not in destroy/
3552         finalize. (#66636, Sergey Vlasov)
3553
3554         * gtk/gtkselection.c (gtk_selection_request): Fix
3555         reentrancy problem with multiple conversions.
3556
3557         * gtk/gtkselection.c (gtk_selection_remove_all): 
3558         Don't remove incrs, we don't need the widget for
3559         maintain the incr.
3560
3561         * gtk/gtkselection.c (struct _GtkIncrInfo): Remove
3562         the widget field from here, we don't need it.
3563
3564 Thu Jan 17 13:08:34 2002  Owen Taylor  <otaylor@redhat.com>
3565
3566         * gdk/x11/gdkmain-x11.c (gdk_error_trap_push): Move
3567         here, and save/restore the X error handler to allow
3568         people using GTK+ to set the X error handler to something
3569         custom without disturbing the operation of GDK.
3570
3571         * gdk/linux-fb/gdkmain-fb.c (gdk_error_trap_push) 
3572         * gdk/win32/gdkmain-win32.c (gdk_error_trap_pop): Add
3573         dummy implementations.
3574
3575         * gdk/x11/gdkmain-x11.c gdk/x11/gdkevents-x11.c 
3576         gdk/x11/gdkdnd-x11.c: Use gdk_error_trap_push()/pop()
3577         for all error trapping.
3578
3579         * gdk/x11/gdkdnd-x11.c: Remove '#if 0' code.
3580
3581         * gdk/x11/gdkdnd-x11.c (gdk_window_cache_new): Fix
3582         problem where we would add the results anyways,
3583         and then add it again if no error occurred, and problem
3584         where we could leave _gdk_error_warnings() unset.
3585
3586 Wed Jan 16 20:28:38 2002  Owen Taylor  <otaylor@redhat.com>
3587
3588         * gtk/gtkfilesel.c: Fix "deleting" filename by adding
3589         another boolean parameter to file_selection_populate() -
3590         whether to clear the entry. Also, never fill in the
3591         entry when the user clicks on something in the 
3592         directory list. (#6791, Reported by Jos Dehaes and many,
3593         many, many others.)
3594
3595 2002-01-16  Havoc Pennington  <hp@redhat.com>
3596
3597         * gtk/gtktextview.c (gtk_text_view_scroll_pages): update
3598         cursor_y_pos with clamped delta rather than theoretical delta
3599         (#68788). Also, if we can't page up/down further then jump 
3600         to top/bottom of the document.
3601
3602 Wed Jan 16 19:33:41 2002  Owen Taylor  <otaylor@redhat.com>
3603
3604         * gtk/gtkfilesel.c (gtk_file_selection_map): Refresh
3605         the dialog on map. (#52877, inspired by request from
3606         Murray Cumming)
3607
3608 Wed Jan 16 19:23:04 2002  Owen Taylor  <otaylor@redhat.com>
3609
3610         * gtk/gtkbindings.c (gtk_binding_entry_activate): 
3611         Support "optional" bindings. If a binding signal
3612         has a boolean return value, and returns FALSE it
3613         is as if it didn't exist all.
3614
3615         * gtk/gtkbindings.c (binding_compose_params): Switch
3616         over to GValue.
3617
3618         * gtk/gtknotebook.[ch]: Make the select_page() and
3619         change_current_page() signals only take effect when
3620         the focus is on the tab area so that key presses
3621         in children pass up to the toplevel correctly.
3622
3623 Wed Jan 16 12:16:37 2002  Owen Taylor  <otaylor@redhat.com>
3624
3625         * gtk/gtkoptionmenu.c (gtk_option_menu_size_request): Fix 
3626         calculation error in the (shouldn't happen) case where
3627         option_menu->height < child_requisition.height. (Patch
3628         from Jacob Berkman, #66969)
3629
3630 2002-01-15  Matthias Clasen  <matthiasc@poet.de>
3631
3632         * gtk/gtkenums.h (GtkMatchType): Deprecate. (#68183)
3633
3634         * gtk/gtkscale.h (gtk_scale_value_width): Remove useless 
3635         compatibility macro. (#67730) 
3636
3637 Wed Jan 16 10:54:38 2002  Owen Taylor  <otaylor@redhat.com>
3638
3639         * configure.in: Fix typo in --help output.
3640         (Arnaud Charlet).
3641
3642 Wed Jan 16 10:18:42 2002  Owen Taylor  <otaylor@redhat.com>
3643
3644         * gtk/stock-icons/Makefile.am (EXTRA_DIST): Add 
3645         gtkstockpixbufs.h.
3646
3647         * configure.in: Make TIFF, JPEG, PNG loaders mandatory
3648         unless you configure with --without-libtiff, etc.
3649         (#54045, Brian Cameron)
3650
3651 2002-01-16  Padraig O'Briain <padraig.obriain@sun.com>
3652
3653         * gtk/gtkmenushell.c (gtk_real_menu_shell_move_current):
3654         Avoid unexpected warning message when navigating menu (#68517)
3655
3656 2002-01-15  Jody Goldberg <jody@gnome.org>
3657
3658         * gtk/gtklayout.c (gtk_layout_realize) : It is possible that a
3659         GtkLayout may have been scrolled _before_ it was realized.
3660
3661 Tue Jan 15 18:10:24 2002  Owen Taylor  <otaylor@redhat.com>
3662
3663         * gtk/gtkspinbutton.c (gtk_spin_button_grab_notify): Stop
3664         the timer on destroy, or when we are notified that we are
3665         shadowed by a modal dialog.
3666
3667         * gtk/gtkspinbutton.c: Remove explicit gtk_grab_add()/remove() -
3668         not needed any more.
3669
3670         * gtk/gtkmain.c (gtk_grab_notify): Fix problem where notifications
3671         weren't sent out for the default grab group.
3672
3673         * gtk/gtkmain.c (gtk_grab_notify): Fix notification of widgets that
3674         were getting events because they were part of the previous grab.
3675
3676 Tue Jan 15 12:23:33 2002  Owen Taylor  <otaylor@redhat.com>
3677
3678         * gtk/gtknotebook.c (gtk_notebook_mnemonic_activate_switch_page): 
3679         focus the activated tab, not the page. (#53612)
3680
3681         * gtk/gtknotebook.c (gtk_notebook_set_focus_child): Track
3682         the last focus descendant of the page.
3683
3684         * gtk/gtknotebook.c (gtk_notebook_real_switch_page): If the focus
3685         was on the previous page, move it to the last focused widget /
3686         first element on the new page, if possible, or if not, to the 
3687         notebook itself. (#68224, reported by Jonathan Blandford)
3688
3689         * gtk/gtknotebook.c (focus_tabs_in): Don't focus tabs
3690         tabs aren't visible. (#65462, Damon Chaplin, fixed based 
3691         on patch from Anders Carlsson)
3692
3693 2002-01-15            Vitaly Tishkov       <tvv@sparc.spb.su>
3694
3695         * gtk/gtkstyle.c
3696         a misprint in documentation for gtk_style_render_icon () is fixed
3697
3698 Mon Jan 14 23:21:47 2002  Tim Janik  <timj@gtk.org>
3699
3700         * gtk/gtkmenuitem.c (gtk_menu_item_map): map event_window after
3701         mapping child, so we don't loose events.
3702
3703 2002-01-15  Sven Neumann  <sven@gimp.org>
3704
3705         * gtk/gtkaccellabel.h
3706         * gtk/gtkitemfactory.c: fixed documentation by syncing the parameter
3707         names used in headers and code.
3708
3709 2002-01-14  jacob berkman  <jacob@ximian.com>
3710
3711         * gtk/gtkrc.c (gtk_rc_get_im_module_path): close a comment block
3712
3713 Tue Jan 15 01:13:51 2002  Kristian Rietveld  <kris@gtk.org>
3714
3715         * gtk/gtktreemodelsort.c: fix a load of open line ends,
3716         (gtk_tree_model_sort_set_model): only free root level if it's
3717         !NULL
3718
3719 2002-01-14  Matthias Clasen  <matthiasc@poet.de>
3720
3721         * gtk/gtkoldeditable.c, gtk/gtkrc.c, 
3722         gtk/gtkstyle.c: Documentation additions.
3723
3724         * gtk/gtkmenu.c (gtk_menu_set_accel_path),
3725         gtk/gtkmenuitem.c (gtk_menu_item_set_accel_path), 
3726         gtk/gtkwidget.c (gtk_widget_add_accelerator): Typo and markup fixes.
3727
3728         * gtk/gtkitemfactory.c (gtk_item_factory_add_foreign): Document.
3729
3730         * gtk/gtkaccelmap.c (gtk_accel_map_add_filter): Explain intended use.
3731
3732 Mon Jan 14 17:14:13 2002  Owen Taylor  <otaylor@redhat.com>
3733
3734         * gdk/x11/gdkselection-x11.c (sanitize_utf8): Don't
3735         mangle sequences of consecutive \n or \r.
3736
3737 Mon Jan 14 17:42:28 2002  Jonathan Blandford  <jrb@redhat.com>
3738
3739         * gtk/gtktreeview.c (gtk_tree_view_stop_editing): allow cancel to
3740         happen.
3741
3742         * gtk/gtktreeview.c (install_presize_handler): only install the
3743         handler if we're realized, #68056
3744
3745 Mon Jan 14 16:35:58 2002  Owen Taylor  <otaylor@redhat.com>
3746
3747         * gtk/gtkwindow.c (gtk_window_move_resize): Unset 
3748         initial_pos_set after the first configure request.
3749
3750 2002-01-13  Jody Goldberg <jody@gnome.org>
3751
3752         * gtk/gtktexttag.c (get_color_arg) : set_boxed will copy the color
3753           and will use a mem_chunk to do it.  Avoid an unnecessary copy, a
3754           leak, and confusion.
3755
3756 Sun Jan 13 23:23:22 2002  Owen Taylor  <otaylor@redhat.com>
3757
3758         * gtk/gtkwindow.c (gtk_window_compute_hints): Fix problem where
3759         widget->requisition was being used instead of
3760         gtk_widget_get_child_requisition (), causing geometry widgets
3761         with usizes to misbehave.
3762
3763 2002-01-14  Sven Neumann  <sven@gimp.org>
3764
3765         * gtk/gtkrc.c: g_getenv() returns a const string.
3766
3767 2002-01-14  Hasbullah Bin Pit  <sebol@ikhlas.com>
3768
3769         * configure.in: Added ms at ALL_LINGUAS.
3770         * po/ms.po: Added Malay Translation.
3771
3772 2002-01-14  Matthias Clasen  <matthiasc@poet.de>
3773
3774         * gtk/gtkitemfactory.c: Documentation.
3775
3776 2002-01-13  Sven Neumann  <sven@gimp.org>
3777
3778         * gdk/gdkwindow.c: documentation cleanups.
3779
3780 Sun Jan 13 01:15:45 2002  Kristian Rietveld  <kris@gtk.org>
3781
3782         * gtk/gtktreemodelsort.c: various cleanups,
3783         (get_child_iter_from_elt): removed,
3784         (gtk_tree_model_sort_elt_get_path): rewritten to be a lot cleaner
3785         and especially faster,
3786         (gtk_tree_model_convert_iter_to_child_iter): use
3787         gtk_tree_model_sort_elt_get_path
3788
3789 Sat Jan 12 16:57:31 2002  Kristian Rietveld  <kris@gtk.org>
3790
3791         * gtk/gtktreeview.c (gtk_tree_view_real_start_interactive_search):
3792         revert Owen's change (using a strdupped string as object data), so
3793         the interactive search works again
3794
3795 2002-01-11  Havoc Pennington  <hp@pobox.com>
3796
3797         * gtk/gtklabel.c: put in more links to Pango markup format docs
3798         (gtk_label_set_justify): mention gtk_misc_set_alignment
3799
3800 2002-01-12  Tor Lillqvist  <tml@iki.fi>
3801
3802         Fixes contributed by Archaeopteryx Software: This is a first small
3803         part of their changes. Will commit more later.
3804         
3805         * gdk/win32/*.c: Add some more checks for failed GDI calls. If a
3806         call fails, don't use bogus values.
3807
3808          gdk/win32/gdkcursor-win32.c (_gdk_win32_data_to_wcursor): Plug
3809         memory leak: g_free() the AND and XOR bitmaps after use.
3810         (_gdk_cursor_destroy): If we are destroying the current Windows
3811         cursor, set the Windows cursor to none first.
3812
3813         * gdk/win32/gdkgc-win32.c (predraw_set_foreground): Delete the old
3814         brush that was in the DC, like the win32-production branch does.
3815
3816         * gdk/win32/gdkwindow-win32.c (gdk_window_impl_win32_finalize): If
3817         the window has a cursor which is the current Windows cursor,
3818         before destroying it set the current Windows cursor to none.
3819         (gdk_window_set_cursor): Also here, if destroying the current
3820         Windows cursor, set the current Windows cursor to none first.
3821         (gdk_window_get_pointer): Revamp logic.
3822         
3823 2002-01-10  jacob berkman  <jacob@ximian.com>
3824
3825         * gtk/gtkwidget.c (gtk_widget_add_events): actually iterate
3826         through the list rather than infinitely loop
3827
3828 2002-01-08  Matthias Clasen  <matthiasc@poet.de>
3829
3830         * gtk/gtkwidget.c (gtk_widget_set_style_recurse): Rename to
3831         reset_rc_styles_recurse(). (#68084)
3832
3833 2002-01-10            Vitaly Tishkov       <tvv@sparc.spb.su>
3834         * gtk/gtkimage.c
3835         * gtk/gtkimcontext.c
3836         * gtk/gtktreemodel.c
3837         * gtk/gtktreemodelsort.c
3838         * gtk/gtkwindow.c
3839         fix docs        
3840
3841 Wed Jan  9 20:56:42 2002  Jonathan Blandford  <jrb@redhat.com>
3842
3843         * gdk/x11/gdkkeys-x11.c (get_xkb): get the types as well as the
3844         symbols because we need them in MyEnhancedXkbTranslateKeyCode.
3845
3846 2002-01-10  Tor Lillqvist  <tml@iki.fi>
3847
3848         Apply the same fixes and improvements as to the
3849         gtk-1-3-win32-production branch: Bug fixes and cleanup of
3850         selection and DND functionality. Still doesn't work as well as the
3851         win32-production branch, though, but getting closer.
3852
3853         After this, need to add Archaeopteryx Software's OLE2 DND support.
3854
3855         * gdk/win32/gdkselection-win32.c (gdk_selection_owner_set,
3856         gdk_selection_send_notify, generate_selection_notify): Don't use
3857         SendMessage() to generate events for the same app, instead use
3858         gdk_event_put().
3859
3860         * gdk/win32/gdkprivate-win32.h
3861         * gdk/win32/gdkglobals-win32.c
3862         * gdk/win32/gdkmain-win32.c
3863         * gdk/win32/gdkevents-win32.c: Thus, remove declaration, definition,
3864         initialisation and handling of gdk_selection_notify_msg,
3865         gdk_selection_request_msg and gdk_selection_clear_msg. 
3866
3867         * gdk/win32/gdkselection-win32.c (gdk_text_property_to_text_list,
3868         gdk_free_text_list, gdk_string_to_compound_text,
3869         gdk_free_compound_text): Implement trivially, witrh a text_list
3870         always having a single element, and a compound text always
3871         consisting of just a single (UTF-8!) string. Let's see how well
3872         this works.
3873
3874         * gdk/win32/gdkselection-win32.c (gdk_selection_convert): Fix
3875         non-ASCII paste from the clipboard: Try getting the same formats
3876         from the Windows clipboard that gdk_property_change() puts there:
3877         CF_UNICODETEXT, UTF8_STRING or CF_TEXT+CF_LOCALE.
3878
3879         * gdk/win32/gdkproperty-win32.c (gdk_property_change): When
3880         storing text on the clipboard, handle non-ASCII text
3881         correctly. The logic is as follows:
3882
3883         If we have only ASCII characters, use CF_TEXT.
3884
3885         Else, if we are on NT, use CF_UNICODETEXT.
3886
3887         Else (we are on Win9x), if all the characters are present in the
3888         code page of some installed locale, use CF_TEXT and also set
3889         CF_LOCALE to that locale.
3890
3891         Else (still on Win9x) store as RTF. We use a very simple RTF
3892         string, just the text, no fonts or other crap, with the non-ASCII
3893         characters as Unicode \uN keywords. Additionally, also store the
3894         UTF-8 string as such, under the format "UTF8_STRING", so that GDK
3895         can also paste from the Clipboard what it has copied there. (Thus
3896         no need to implement any RTF parser.)
3897         
3898         (find_common_locale): New function, implements the search for a
3899         locale for case 3 above.
3900
3901         * gdk/win32/gdkglobals-win32.c: New global variables
3902         compound_text, text_uri_list, utf8_string, cf_rtf and
3903         cf_utf8_string.
3904
3905         * gdk/win32/gdkim-win32.c (_gdk_ucs2_to_utf8): New function,
3906         converts from a wchar_t string to UTF-8.
3907         (_gdk_utf8_to_ucs2): Rename from _gdk_win32_nmbstowchar_ts.
3908         (_gdk_utf8_to_wcs): Rename from gdk_nmbstowchar_ts.
3909
3910         * gdk/win32/gdkevents-win32.c (build_keypress_event): Use
3911         _gdk_ucs2_to_utf8().
3912
3913         * gdk/win32/gdkselection-win32.c: Remove some unnecessary logging.
3914
3915         * gdk/win32/gdkdnd-win32.c: Plug memory leaks, the
3916         gdk_drag_context_ref() was called unnecessarily in a couple of
3917         places, meaning drag contexts were never freed. The same memory
3918         leaks seem to be present in gdk/linux-fb/gdkselection-fb.c, BTW.
3919
3920         (gdk_drop_reply): For WIN32_DROPFILES drops, free the temporarily
3921         stored file list.
3922
3923         * gdk/win32/gdkselection-win32.c: Clarify the use of the
3924         sel_prop_table. Now it is used only for storing the GDK_SELECTION
3925         "properties".
3926
3927         The file names dropped with WM_DROPFILES -style DND is stored
3928         temporarily (between the drop and the target picking them up) in a
3929         separate place.
3930
3931         Have a separate hash table to map selection atoms to owner
3932         windows. This used to be quite mixed up.
3933
3934         (_gdk_dropfiles_store): New function, to store the dropped file
3935         list for the drop target to possibly fetch, and clear it
3936         afterwards, from gdk_drop_reply().
3937
3938         (gdk_selection_owner_get): Much simplified now.
3939
3940 2002-01-09  jacob berkman  <jacob@ximian.com>
3941
3942         * gtk/gtklayout.c (gtk_layout_style_set): set the background of
3943         our bin window also (fixes #58957)
3944
3945 Wed Jan  9 19:10:07 2002  Jonathan Blandford  <jrb@redhat.com>
3946
3947         * gtk/gtktreeselection.c
3948         (_gtk_tree_selection_internal_select_node): Now we test we can
3949         unselect nodes before selecting new ones.
3950         (gtk_tree_selection_real_select_node): be careful comparing booleans.
3951
3952 Wed Jan  9 21:31:44 2002  Kristian Rietveld  <kris@gtk.org>
3953
3954         * gtk/gtkliststore.c (gtk_list_store_sort): pass NULL to
3955         gtk_tree_model_rows_reordered and not an iter with user_data
3956         set to NULL (which is an invalid liststore iter, so
3957         iter_n_children failed, etc)
3958
3959 2002-01-09  Sven Neumann  <sven@gimp.org>
3960
3961         * tests/prop-editor.c: declared internal functions static.
3962         
3963 Wed Jan  9 11:13:12 2002  Owen Taylor  <otaylor@redhat.com>
3964
3965         * gtk/gtkmenuitem.c (_gtk_menu_item_refresh_accel_path): 
3966         Fix problem with menus without accel groups, such as the
3967         menus for option menus.
3968
3969         * gtk/gtkpaned.c (gtk_paned_expose): Only conditionalize
3970         drawing of handle on whether both children are visible,
3971         not the drawing of the other child!. (#68325, Diego Gonzalez)
3972
3973 Wed Jan  9 10:20:16 2002  Owen Taylor  <otaylor@redhat.com>
3974
3975         * gdk/x11/gdkdrawable-x11.c gdk/x11/gdkgc-c11.c: Check for
3976         RENDER before trying to use it... XRenderFindFormat() prints
3977         warnings if called when extension isn't present.
3978
3979 Wed Jan  9 15:20:40 2002  Tim Janik  <timj@gtk.org>
3980
3981         * gtk/gtkmenuitem.c (gtk_menu_item_parent_set): update the accel
3982         path upon parent changes.
3983
3984 Wed Jan  9 13:20:14 2002  Tim Janik  <timj@gtk.org>
3985
3986         * gtk/gtkviewport.c (gtk_viewport_size_allocate): small but important
3987         fix to force vadjustments at size_alocate time from Xavier Ordoquy
3988         <mcarkan@users.sourceforge.net>.
3989
3990 Wed Jan  9 11:23:39 2002  Tim Janik  <timj@gtk.org>
3991
3992         * gtk/gtklayout.c (gtk_layout_get_property): 
3993         * gtk/gtkspinbutton.c (gtk_spin_button_get_property): 
3994         * gtk/gtktreeview.c (gtk_tree_view_get_property): 
3995         * gtk/gtkwidget.c (gtk_widget_get_property): 
3996         * gtk/gtkfontsel.c (gtk_font_selection_get_property): 
3997         * gtk/gtkrange.c (gtk_range_get_property):
3998         * gtk/gtkviewport.c (gtk_viewport_get_property):
3999         * gtk/gtkprogressbar.c (gtk_progress_bar_get_property): don't cast a
4000         possible NULL pointer.
4001
4002 2002-01-08  Mike Kestner  <mkestner@speakeasy.net>
4003
4004         * gtk/gtkcelleditable.h : Use G_TYPE_INSTANCE_GET_INTERFACE.
4005         * gtk/gtktreednd.h : ditto.
4006         * gtk/gtktreemodel.h : ditto.
4007         * gtk/gtktreesortable.h : ditto.
4008         * gtk/gtkwidget.h : Don't reference incomplete _GdkRectangle type.
4009
4010 2002-01-08  Matthias Clasen  <matthiasc@poet.de>
4011
4012         * gtk/gtkplug.c, gtk/gtksocket.c: Speak of window IDs rather 
4013         than XIDs in the docs.
4014
4015         * gtk/gtkclipboard.c (gtk_clipboard_clear): Fix docs.
4016
4017 Tue Jan  8 18:39:23 2002  Jonathan Blandford  <jrb@redhat.com>
4018
4019         * gtk/gtktreedatalist.c (gtk_tree_data_list_compare_func): wow!
4020         Am I a moron or what 0 < 1 is not equivalent to strcmp ("a", "b")
4021
4022 Tue Jan  8 18:04:01 2002  Owen Taylor  <otaylor@redhat.com>
4023
4024         * gtk/gtktoolbar.c (gtk_toolbar_set_icon_size):
4025         Handle TOGGLE/RADIOBUTTON as well. (#68201,
4026         Damon Chaplin.)
4027
4028         * gtk/gtktoolbar.c (get_first_child): Fix stupid 
4029         bug, just introduced.
4030
4031 Tue Jan  8 15:53:28 2002  Owen Taylor  <otaylor@redhat.com>
4032
4033         * gtk/gtkdnd.c (gtk_drag_find_widget): Fix coordinate
4034         translations, once and for all.
4035
4036         * gtk/gtktextbuffer.c (paste_from_buffer): Free
4037         the ClipboardRequest structure. (#66198, HideToshi
4038         Tajima)
4039
4040 2002-01-08  jacob berkman  <jacob@ximian.com>
4041
4042         * gtk/gtklayout.c (gtk_layout_move_internal): queue a resize on
4043         the child rather than the layout. see bug #68263
4044
4045 Tue Jan  8 14:51:19 2002  Owen Taylor  <otaylor@redhat.com>
4046
4047         * gtk/gtkpaned.c (gtk_paned_expose): Don't draw
4048         the handle if we aren't showing both children.
4049         (#68135, Diego Gonzalez)
4050
4051 Tue Jan  8 14:45:43 2002  Owen Taylor  <otaylor@redhat.com>
4052
4053         * gtk/gtkwidget.c (gtk_widget_add_events): Fix
4054         leak of result of gtk_container_get_children().
4055
4056 Tue Jan  8 14:42:19 2002  Owen Taylor  <otaylor@redhat.com>
4057
4058         * gtk/gtktoolbar.c: Fix leaks of results of
4059         gtk_container_get_children(). (#68199, Damon Chaplin)
4060
4061 Tue Jan  8 14:19:43 2002  Owen Taylor  <otaylor@redhat.com>
4062
4063         * gtk/gtkcheckbutton.c (gtk_check_button_size_allocate): 
4064         Fix problem where child->requisition was accessed
4065         directly instead of calling get_child_requisition()
4066         (#68199, Damon Chaplin)
4067
4068 2001-01-08  James Henstridge  <james@daa.com.au>
4069
4070         * gtk/gtkstyle.c: add trailing */ on doc comment.
4071
4072 Mon Jan  7 22:19:32 2002  Owen Taylor  <otaylor@redhat.com>
4073
4074         * gdk/x11/gdkdrawable-x11.c (draw_with_pixmaps): Fix a
4075         problem where were the offset into the image was passed
4076         into convert_to_format() wrong.
4077
4078         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_pixbuf): Call
4079         gdk_x11_drawable_update_picture_clip () before using
4080         the picture; allow update_picture_clip() to take a NULL gc
4081         to mean no clipping.
4082
4083 2002-01-07  Matthias Clasen  <matthiasc@poet.de>
4084
4085         * gtk/gtksocket.c (gtk_socket_get_id): Doc typo fix. (#68172)
4086
4087         * gtk/gtktreemodel.c (gtk_tree_path_is_descendant): Fix docs.
4088
4089         * gtk/gtktreemodel.c (gtk_tree_model_rows_reordered): Document.
4090
4091         * gtk/gtkwindow.c (gtk_window_remove_accel_group): Fix docs.
4092
4093         * gtk/gtkrc.c (gtk_rc_get_style_by_paths),
4094         gtk/gtkwidget.c (gtk_widget_get_toplevel, 
4095         gtk_widget_push_composite_child), gtk/gtkdialog.c 
4096         (gtk_dialog_new_with_buttons, gtk_dialog_run): Keep gtk-doc
4097         from messing up the indentation of inline examples.     
4098
4099         * gtk/gtkmain.c, gtk/gtkrc.c: Consistently call g_getenv() 
4100         instead of getenv().
4101
4102         * gtk/gtktreemodel.c, gtk/gtkaccelgroup.c, gtk/gtkclipboard.c,
4103         gtk/gtkdnd.c, gtk/gtkiconfactory.c, gtk/gtkrc.c,
4104         gtk/gtkstyle.c, gtk/gtkselection.c: Doc fixes.
4105
4106         * gtk/gtkaccelmap.c (gtk_accel_map_add_filter,
4107         gtk_accel_map_foreach_unfiltered, gtk_accel_map_load_scanner):
4108         Document.
4109
4110 2002-01-07  Anders Carlsson  <andersca@gnu.org>
4111
4112         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render): Remove
4113         unused pixels and rowstride variables.
4114         (gtk_cell_renderer_pixbuf_get_size): Check for non-NULL width.
4115
4116 Mon Jan  7 08:48:23 2002  Tim Janik  <timj@gtk.org>
4117
4118         * gtk/gtkdnd.c (gtk_drag_find_widget): don't forget to offset
4119         the pointer by x/y_offset into the new window when we found
4120         the drag destination.
4121
4122         * gtk/gtkaccelmap.c (internal_change_entry): fix return code
4123         for simulation when the entry already contains the required
4124         accel key and mod.
4125
4126 2002-01-06  Matthias Clasen  <matthiasc@poet.de>
4127  
4128         * docs/debugging.txt: Replace GTK_NO_CHECK_CASTS by 
4129         G_DISABLE_CAST_CHECKS.
4130
4131         * gtk/gtkaccelgroup.c (gtk_accel_group_from_accel_closure,
4132         gtk_accel_group_query, gtk_accel_group_find,
4133         gtk_accel_groups_from_object): Document.
4134
4135         * gtk/gtkaccellabel.c (gtk_accel_label_set_accel_closure): Document.
4136
4137 2002-01-04  Hans Breuer  <hans@breuer.org>
4138
4139         * gdk/gdkdraw.c gdk/gdkpixbuf-drawable.c : 
4140         need to cast image->mem away from void* to avoid 
4141         'error C2036: 'void *' : unknown size'. Doing pointer 
4142         arithmetics on void pointers is a GCCism afaik.
4143
4144         * gdk/gdkpixbuf-render.c : #include "gdkinternals.h" for
4145         _gdk_draw_pixbuf ()
4146
4147         * gdk/makefile.msc gdk/win32/makefile.msc 
4148         gdk/gtk/makefile.msc.in : use -FI msvc_recommended_pragmas.h
4149
4150         * gdk/win32/gdkdrawable-win32.c : use _gkd_win32_copy_to_image
4151         and take care of image->visual possibly NULL.
4152
4153         * gdk/win32/gdkimage-win32.c : implement _gdk_image_new_for_depth(),
4154         _gdk_win32_copy_to_image() and _gdk_windowing_bits_for_depth().
4155         Again take care of image->visual possibly NULL.
4156
4157         * gdk/win32/gdkprivate-win32.h : declare _gdk_win32_copy_to_image()
4158
4159         * gdk/win32/gdkevents-win32.c : use gdk_drawable_get_colormap
4160         instead of private field access
4161
4162         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_new) : adapt
4163         colormap setting to the gdk-X behaviour
4164
4165 2001-01-04  Matthias Clasen  <matthiasc@poet.de>
4166
4167         * gtk/gtkwidget.c: Documentation additions.
4168
4169 2001-01-04  Matthias Clasen  <matthiasc@poet.de>
4170
4171         * gtk/gtkobject.c (gtk_object_dispose): Fix a comment.
4172
4173         * gtk/gtkwidget.c (gtk_widget_set_sensitive): tiny docs change
4174
4175 2002-01-04  Havoc Pennington  <hp@pobox.com>
4176
4177         * gtk/gtkwidget.c (gtk_widget_set_sensitive): tiny docs change
4178         
4179 Fri Jan  4 13:05:15 2002  Owen Taylor  <otaylor@redhat.com>
4180
4181         * gtk/gtkdnd.c (gtk_drag_find_widget): At least
4182         don't infinite loop if the widget and window heirarchies
4183         don't correspond.
4184
4185         * gtk/gtkdnd.c (gtk_drag_find_widget): Handle changes
4186         in heirarchy in ::drag_motion, ::drag_drop callbacks
4187         by referencing child widget lists. (Patch from Tim)
4188
4189         * gtk/gtkdnd.c (gtk_drag_find_widget): Fix a problem
4190         with widgets where window.x != widget->allocation.x
4191
4192 Fri Jan  4 01:36:48 2002  Owen Taylor  <otaylor@redhat.com>
4193
4194         * gdk/x11/gdkdrawable-x11.c (convert_to_format): Optimize
4195         a little bit. (More for consistency than because it
4196         makes much of a difference.)
4197
4198 Thu Jan  3 22:18:15 2002  Owen Taylor  <otaylor@redhat.com>
4199
4200         * gdk/x11/gdkdrawable-x11.c gdk/x11/gdkprivate-x11.h
4201         (_gdk_x11_have_render): Private function to tell if we have RENDER
4202         extension.
4203
4204         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_get_fg_picture): Return
4205         None if we don't have RENDER extension.
4206
4207         * gdk/x11/gdkpango-x11.c (gdk_pango_context_get): Don't
4208         use Xft unless we have render extension.
4209
4210         * gdk/x11/gdkdrawable-x11.c (gdk_x11_drawable_get_picture):
4211         Handle missing render extension.
4212
4213         * gdk/gdkdraw.c gdk/gdkdrawable.h gdk/gdkpixmap.c gdk/gdkwindow.c
4214         gdk/gdkinternals.h: Add a private copy_to_image() virtual function
4215         to the GdkDrawable vtable that extends get_image() to allow
4216         copying onto existing images.  Make the default implementation of
4217         get_image() use this so that backends don't have to implement
4218         both. Add private wrapper _gdk_drawable_copy_to_image().
4219
4220         * gdk/x11/gdkimage-x11.c gdk/x11/gdkprivate-x11.c
4221         gdk/x11/gdkdrawable-x11.c (_gdk_x11_copy_to_image): Implement
4222         copy_to_image() semantics, speed up by using ShmPixmaps and
4223         XCopyArea when possible, XFlush() after ungrabbing the server,
4224         generally redo the logic once again.
4225
4226         * gdk/gdkinternals.h gdk/x11/gdkimage-x11.c
4227         _gdk_windowing_bits_per_depth(): Function to convert from depth to
4228         bits-per-pixel. (We assume only one bpp per depth - X requires
4229         this.)
4230
4231         * gdk/gdkinternals.h gdk/gdkrgb.c gdk/gdkimage.c: Move the GdkRGB
4232         scratch image code into a generic _gdk_image_get_scratch() chunk
4233         of code that we can use other places we need scratch images.
4234
4235         * gdk/gdkimage.c gdk/x11/gdkimage.c gdk/gdkinternals.h:
4236         Add _gdk_image_new_for_depth() as the backend 
4237         to _gdk_image_new() to allowing creating images with
4238         a depth and no visual.
4239
4240         * gdk/gdkpixbuf-drawable.c: Fix so that getting 
4241         parts of images not at 0,0 actually works.
4242
4243         * gdk/gdkdrawable.h gdk/gdkinternals.h gdk/gdkdraw.c
4244         gdk/gdkwindow.c gdk/gdkpixmap.c gdk/gdkpixbuf-render.c: 
4245          - Add a new GdkDrawableClass vfunc _draw_pixbuf, and 
4246           _gdk_draw_pixbuf() [ will be made public later ], to allow 
4247           backends to accelerate drawing pixbufs. 
4248          - Move the implementation of gdk_pixbuf_render_to_drawable_alpha()
4249            to be the default implementation. 
4250          - Update docs for gdk_pixbuf_render_to_drawable_alpha(). 
4251          - Optimize the default implementation by using 
4252            _gdk_image_copy_to_pixmap() and scratch shared images, and
4253            special casing the compositing.
4254
4255         * gdk/x11/gdkdrawable-x11.c: Accelerate _gdk_draw_pixbuf()
4256         with alpha using the RENDER extension.
4257
4258         * gdk/gdkpixbuf-drawable.c (gdk_pixbuf_get_from_drawable):
4259         Optimize by _gdk_image_copy_to_pixmap() and scratch images.
4260
4261         * tests/testrgb.c: Add test for speed of alpha composition,
4262         reduce the number of iterations since alpha composition
4263         can be a bit slow.
4264
4265         * gdk/x11/gdkimage-x11.c gdk/gdkprivate-x11.h (_gdk_x11_image_get_shm_pixmap): 
4266         Private function to get a ShmPixmap for an image, if possible.
4267
4268 2002-01-04  Anders Carlsson  <andersca@gnu.org>
4269
4270         * tests/testtreesort.c: Add my cool list of integers.
4271
4272 Thu Dec 27 18:12:55 2001  Owen Taylor  <otaylor@redhat.com>
4273
4274         * gdk/x11/gdkproperty-x11.c (gdk_property_get): Fix
4275         problem where retrieved atoms weren't properly returned.
4276
4277 2002-01-03  Anders Carlsson  <andersca@gnu.org>
4278
4279         * gtk/gtktextview.c (gtk_text_view_key_press_event): When
4280         tab is pressed and the text view isn't editable, 
4281         move the focus instead.
4282
4283         * gtk/gtkstyle.c (gtk_default_draw_focus): Free dash list if
4284         necessary.
4285
4286         * gtk/gtkhsv.c (gtk_hsv_get_focus_gc): Free dash list.
4287
4288         * gtk/gtkcolorsel.c (get_focus_gc): Free dash list.
4289
4290         * gtk/gtkdnd.c (set_icon_stock_pixbuf): Don't unref the mask
4291         if it's NULL.
4292
4293         * gtk/gtktreeview.c: Rename gtk_tree_view_queue_draw_node to
4294         _gtk_tree_view_queue_draw_node.
4295         (gtk_tree_view_row_has_child_toggled): Only redraw one node.
4296
4297         * gtk/gtktreesortable.c (gtk_tree_sortable_set_sort_func): 
4298         sort_column_id can be 0.
4299
4300         * gtk/gtktreeselection.c (gtk_tree_selection_real_select_node):
4301         Only redraw one the node being selected.
4302
4303         * gtk/gtktreeprivate.h: Add _gtk_tree_view_queue_draw_node.
4304         
4305 Wed Jan  2 23:09:06 2002  Tim Janik  <timj@gtk.org>
4306
4307         * gtk/gtkcontainer.c (_gtk_container_queue_resize): don't ignore
4308         realized but visible && !mapped resize containers (which is
4309         possible with unset CHILD_VISIBLE now).
4310
4311 2002-01-02  jacob berkman  <jacob@ximian.com>
4312
4313         * gtk/Makefile.am (LDFLAGS): automake still doesn't support
4314         libsomething_la_LDFLAGS, so fix the build again
4315
4316 2002-01-01  Havoc Pennington  <hp@pobox.com>
4317
4318         * gtk/gtktextview.c (gtk_text_view_expose_event): propagate
4319         exposes to no window children not in the buffer window.
4320         (gtk_text_view_class_init): add move_focus bindings for Ctrl-Tab
4321         - is this the right way to do it?
4322         (gtk_text_view_focus): add focus method, just chains up for now, 
4323         I'm not sure why the GtkContainer implementation doesn't work
4324
4325         * gtk/gtktextbtree.c (_gtk_text_btree_insert_child_anchor): fill
4326         in the text line for the child anchor segment
4327
4328         * tests/testtext.c (do_add_focus_children): add another test
4329         example (to put focusable buttons into the widget)
4330
4331 2002-01-01  Havoc Pennington  <hp@pobox.com>
4332
4333         * docs/README.linux-fb: note that this file is obsolete
4334
4335         * docs/Changes-2.0.txt, docs/Changes-1.2.txt: Add notes to these
4336         files that they should not be edited and look in the reference 
4337         manual instead. Probably these files should just be replaced by 
4338         the note, and their main contents deleted.
4339
4340         * gtk/gtktextview.c: docs
4341
4342         * gtk/gtktextmark.c: docs
4343
4344         * gtk/gtktextchild.c: docs
4345
4346         * gtk/gtktextbuffer.c: docs stuff
4347
4348         * gtk/gtkclipboard.c (gtk_clipboard_get): fool with docs to maybe
4349         give people more leads in sorting out PRIMARY vs. CLIPBOARD
4350
4351 2002-01-01  Tor Lillqvist  <tml@iki.fi>
4352
4353         * demos/Makefile.am (test-inline-pixbufs.h): Append EXEEXT to
4354         ../gdk-pixbuf/gdk-pixbuf-csource.
4355
4356 2001-12-31  Tor Lillqvist  <tml@iki.fi>
4357
4358         * gdk/win32/gdkgc-win32.c (predraw_set_foreground): Improved error
4359         handling.
4360         (gdk_win32_hdc_get,gdk_win32_hdc_release): Silence gcc -Wall.
4361
4362         * gdk/win32/gdkimage-win32.c (_gdk_win32_get_image): Silence gcc
4363         -Wall.  Use GDK_IS_PIXMAP_IMPL_WIN32 instead of GDK_IS_PIXMAP in
4364         one more place.
4365
4366         * gdk/win32/gdkinput-win32.c (_gdk_input_other_event): Silence gcc
4367         -Wall.
4368
4369         * gtk/Makefile.am (libgtk_win32_1_3_la_LDFLAGS): Add -lwsock32.
4370
4371 2002-01-01  Havoc Pennington  <hp@pobox.com>
4372
4373         * gtk/gtktextview.c (gtk_text_view_get_default_attributes): doc 
4374         fix
4375         
4376 2002-01-01  Havoc Pennington  <hp@pobox.com>
4377
4378         * gtk/gtktextview.c (changed_handler): Replace call to
4379         gtk_widget_size_request() that expected to actually compute the
4380         request with a direct use of widget_class->size_request, so we get
4381         our size request right; fixes remaining part of #63065 reported by
4382         Matthias Clasen
4383
4384 2001-12-31  Havoc Pennington  <hp@pobox.com>
4385
4386         * tests/testtext.c (do_insert_and_scroll): remove backward_char
4387         since we no longer have bogus newline
4388         (dialog_response_callback): remove another backward_char horkage, 
4389         reported by Matthias Clasen #63065
4390
4391 2001-12-31  Havoc Pennington  <hp@pobox.com>
4392
4393         * gtk/gtktextbtree.c (gtk_text_btree_node_view_check_consistency):
4394         fix an incorrect assertion that the "valid" flag is always correct
4395         in a node and add explanatory comment. This keeps me from 
4396         reproducing #59101, but I'm remembering that 59101 was actually 
4397         about incorrect pixel totals, so I'm not sure 59101 is actually 
4398         fixed. May just have stopped happening due to some change in 
4399         how C-k works.
4400
4401 2001-12-31  Havoc Pennington  <hp@pobox.com>
4402
4403         * gtk/gtktextview.c (gtk_text_view_start_selection_drag): extend
4404         selection if shift is down, bug #50939
4405         (gtk_text_view_button_press_event): add double/triple click
4406         selection to the current selection if shift is down
4407
4408 2001-12-31  Havoc Pennington  <hp@pobox.com>
4409
4410         * gtk/gtktextiter.c (gtk_text_iter_get_visible_line_index): fix 
4411         to use ensure_byte_offsets not ensure_char_offsets, patch 
4412         from Padraig O'Briain bug #67356
4413         
4414 2001-12-30  Havoc Pennington  <hp@pobox.com>
4415
4416         * gtk/gtkdialog.h (GtkDialogFlags): fix GtkDialogFlags to have 
4417         the right values, reported by Jeff Franks
4418
4419 2001-12-30  Matthias Clasen  <matthiasc@poet.de>
4420
4421         * gtk/gtkwindow.c, gtk/gtkimcontextsimple.c: Minor documentation tweaks.
4422
4423 2001-12-28  Matthias Clasen  <matthiasc@poet.de>
4424
4425         * gdk/x11/gdkproperty-x11.c, gdk/x11/gdkselection-x11.c: 
4426         Minor documentation tweaks.
4427
4428 2001-12-28  Tor Lillqvist  <tml@iki.fi>
4429
4430         * gdk/win32/gdkfont-win32.c: Use G_N_ELEMENTS().
4431         (unicode_classify): Don't return -1 on encountering an
4432         unclassified character, but play it safe and return U_BASIC_LATIN.
4433
4434 Thu Dec 27 16:05:30 2001  Owen Taylor  <otaylor@redhat.com>
4435
4436         * gtk/gtkarrow.c gtk/gtkimage.c gtkpixmap.c: Make interpretation
4437         of misc->xpad/ypad consistent with GtkLabel. Do 
4438         directional flipping when interpreting misc->xalign/yalign.
4439         Fix off-by-one error for negative x,y. (#67472, reported
4440         by Mathieu Lacage)
4441
4442 Thu Dec 27 15:45:41 2001  Owen Taylor  <otaylor@redhat.com>
4443
4444         * gtk/gtkwidget.c (gtk_widget_set_style_internal):
4445         Remove optimization that was causing problems because
4446         we called gtk_widget_size_request() before we called
4447         gtk_widget_queue_resize() so RESIZE_NEEDED was not
4448         set. Optimization shouldn't mattter now that we
4449         are smart about needlessly size requesting or allocating
4450         widgets. (#67598, reported by Jacob Berkman)
4451
4452 Thu Dec 27 15:38:20 2001  Owen Taylor  <otaylor@redhat.com>
4453
4454         * gtk/gtkmenu.c (gtk_menu_stop_navigating_submenu_cb):
4455         Call gdk_window_get_pointer() on menu->bin_window not
4456         menu->window, so we get the correct window for the
4457         menu item. (#65213, Guillermo S. Romero)
4458
4459 Thu Dec 27 15:13:44 2001  Owen Taylor  <otaylor@redhat.com>
4460
4461         * gtk/gtkmenu.c (gtk_menu_set_title): Allow unsetting
4462         the title by setting to NULL. Move docs inline. 
4463         Update the title if the tearoff window already
4464         exists. Code cleanup. (Fixes #65190, reported by
4465         Vitaly Tishkov.)
4466
4467 Thu Dec 27 14:04:22 2001  Owen Taylor  <otaylor@redhat.com>
4468
4469         * gtk/gtksocket.c (gtk_socket_key_press_event): 
4470         gtk/gtkplug.c (gtk_plug_key_press_event): Don't do
4471         special handling of key presses unless we are doing 
4472         iter-app embedding. (Fixes #67590, Anders Carlsson)
4473
4474 Thu Dec 27 16:37:04 2001  Kristian Rietveld  <kris@gtk.org>
4475
4476         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_row_deleted),
4477         (gtk_tree_model_sort_sort_level),
4478         (gtk_tree_model_sort_insert_value): fix a few places where
4479         I was confused between modelsort iters and other iters. This was
4480         really going to happen someday ;)
4481
4482 Wed Dec 26 23:41:41 2001  Kristian Rietveld  <kris@gtk.org>
4483
4484         * gtk/gtktreeview.c (gtk_tree_view_rows_reordered): ensure
4485         we are unprelighted before reordering
4486
4487         * gtk/gtktreemodel.c (gtk_tree_row_ref_reordered_callback): we
4488         need to break out of the for loop, not return (this fixed
4489         the 'selection freeze' bug).
4490
4491         * gtk/gtktreemodelsort.c: more fixage and cleanups. It seems to
4492         be pretty stable now, though it still needs some more code
4493         cleanups.
4494
4495 Wed Dec 26 12:32:31 2001  Owen Taylor  <otaylor@redhat.com>
4496
4497         * docs/Changes-2.0.txt: Document the fact that
4498         gtk_paned_set_handle_size() has been removed.
4499
4500         * gtk/gtkpaned.h Remove gtk_paned_handle_size() compat macro, 
4501         since it pointed to gtk_paned_set_handle_size(), which
4502         was removed. (#66760, Matt Wilson)
4503
4504 Wed Dec 26 12:28:24 2001  Owen Taylor  <otaylor@redhat.com>
4505
4506         * gtk/gtkdnd.c (gtk_drag_highlight): Connect 
4507         gtk_drag_hightlight_expose _after_, so it works with
4508         widgets that paint there entire background. (#66735)
4509
4510 Wed Dec 26 12:17:06 2001  Owen Taylor  <otaylor@redhat.com>
4511
4512         * gtk/gtkplug.c (gtk_plug_size_allocate): Assign the
4513         allocation to widget->allocation. (Fixes #67290,
4514         Chris Phelps.)
4515
4516 Wed Dec 26 11:49:01 2001  Owen Taylor  <otaylor@redhat.com>
4517
4518         (#67542, reported by Anders Carlsson)
4519         
4520         * gtk/gtkstyle.c (gtk_style_real_init_from_rc): Merge
4521         rc_style->font_desc with defaul style instead of replacing
4522         it.
4523
4524         * gtk/gtkrc.c (gtk_rc_style_real_merge): Allow partial
4525         font descriptions in RC styles by calling
4526         pango_font_description_merge(). 
4527
4528 2001-12-24  James Henstridge  <james@daa.com.au>
4529
4530         * gtk/gtkdialog.h (doc comment): s/<!>/<!-- -->/ to make the doc
4531         valid with both SGML and XML.
4532
4533 Sat Dec 22 12:38:03 2001  Owen Taylor  <otaylor@redhat.com>
4534
4535         * configure.in: 1.3.12, interface, binary age 0.
4536
4537         * configure.in: Require new versions of Glib, Pango, ATK.
4538
4539         * NEWS: Updated.
4540
4541         * configure.in: Make explicit what libtool we are executing.
4542         (Tomas Ogren)
4543
4544         * gdk/gdkcolor.c gdk/gdkgc.c gdk/gdkwindow.c: Doc fixes.
4545
4546         * gtk/gtkwidget.c (gtk_widget_[class]path) gtkrc.h : Fix 
4547         parameter names for docs.
4548
4549 Sat Dec 22 22:35:29 2001  Owen Taylor  <otaylor@redhat.com>
4550
4551         * gtk/gtkwindow.c (gtk_window_realize) 
4552           gtk/gtkplug.c (gtk_plug_realize): Include GDK_KEY_RELEASE_MASK.
4553
4554         * gtk/gtkentry.c (gtk_entry_key_release)
4555           gtk/gtktextview.c (gtk_text_view_key_release_event): Pass
4556         key release events to the input method.
4557
4558         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_filter_keypress): 
4559         Handle release of Control/Shift to end hex sequence.
4560
4561         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_filter_keypress): 
4562         Handle key releases as well as presses.
4563
4564 2001-12-21  Matthias Clasen  <matthiasc@poet.de>
4565
4566         * gtk/gtktoolbar.c (gtk_toolbar_insert_element): Trivial doc adjustment.
4567
4568         * gtk/gtklabel.c (gtk_label_new_with_mnemonic),
4569         gtk/gtkbutton.c (gtk_button_new_with_mnemonic): More precise
4570         documentation about underscores and mnemonics. (#66380)
4571
4572         * gtk/gtktextiter.c (gtk_text_iter_backward_word_starts): Fix
4573         cyclic reference in docs.
4574
4575         * gtk/gtklabel.c (gtk_label_set_justify): Correct documentation
4576         of default value. (#65402)
4577
4578         * gtk/gtkmain.c (gtk_set_locale, gtk_disable_set_locale): 
4579         Markup fixes.
4580
4581 2001-12-20  Anders Carlsson  <andersca@gnu.org>
4582
4583         * gtk/gtktreeview.c (gtk_tree_view_realize): Don't call
4584         map here.
4585
4586 Tue Dec 18 16:15:55 2001  Owen Taylor  <otaylor@redhat.com>
4587
4588         * gdk/gdkgc.h: Explicitely deprecate gdk_gc_set_font()
4589         (reported by Jeff Franks.)
4590
4591 Tue Dec 18 16:07:28 2001  Owen Taylor  <otaylor@redhat.com>
4592
4593         * gdk/gdkkeys.h (struct _GdkKeymapClass): Fix 
4594         prototype for direction_changed. (Reported by
4595         Jeff Franks.)
4596
4597 2001-12-18  Padraig O'Briain <padraig.obriain@sun.com>
4598
4599         * gtk/gtktreeview.c (gtk_tree_view_get_expander_column):
4600         Fix typo (list->data becomes list->next)
4601
4602 2001-12-06  Havoc Pennington  <hp@redhat.com>
4603
4604         Add Unicode control char menu, based on patch from Dov.
4605         Bug #63495
4606         
4607         * gtk/gtkentry.c (gtk_entry_commit_cb): share code via
4608         gtk_entry_enter_text
4609         (gtk_entry_enter_text): function to do "typing in text"
4610         (popup_targets_received): add the Unicode menu items
4611
4612         * gtk/gtktextview.c (popup_targets_received): add missing mnemonic
4613         on Input Methods item, and add the unicode menu items.
4614
4615         * gtk/gtktextutil.h, gtk/gtktextutil.c: private utilities to be
4616         used in GtkEntry and GtkTextView - may become public later.     
4617
4618 2001-12-16  Kjartan Maraas  <kmaraas@gnome.org>
4619
4620         * gtk/gtkprogressbar.c: Fix a typo.
4621         * gtk/gtkpaned.c: Fix a typo.
4622         
4623 2001-12-15  Darin Adler  <darin@bentspoon.com>
4624
4625         Fix some warnings.
4626
4627         * gdk/x11/gdkproperty-x11.c: (gdk_property_get): Fix wrong type in
4628         g_new -- bug if sizeof (GtkAtom) != sizeof (GtkAtom *).
4629         * gdk/x11/gdkwindow-x11.c: (create_moveresize_window): FALSE -> NULL
4630         * gtk/gtkaccellabel.c: (gtk_accel_label_refetch): Remove unused local.
4631         * gtk/gtklistitem.c: (gtk_list_item_expose): Remove unused local.
4632         * gtk/gtktextiter.c: (_gtk_text_iter_backward_indexable_segment):
4633         Restructure loop to get rid of uninitialized variable warning. Also
4634         gives a tiny efficiency gain.
4635
4636 2001-12-15  Murray Cumming  <murrayc@usa.net>
4637
4638         * Fixed first arg type of GtkScale's "format_value" signal's
4639         function pointer.
4640
4641 2001-12-14            Vitaly Tishkov       tvv@sparc.spb.su
4642         docs/reference/gtk/tmpl/gtkcelleditable.sgml
4643                 gtkcelleditable -> GtkCellEditable
4644         docs/reference/gtk/tmpl/gtktreesortable.sgml
4645                 gtktreesortable -> GtkTreeSortable
4646
4647 2001-12-13  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
4648
4649         * demos/testpixbuf-drawable.c, demos/testpixbuf-save.c,
4650         demos/testpixbuf-scale.c, demos/testpixbuf.c: Call g_object_ref
4651         and g_object_unref instead of gdk_pixbuf_ref and gdk_pixbuf_unref
4652         resp.
4653
4654 Thu Dec 13 22:02:41 2001  Kristian Rietveld   <kris@gtk.org>
4655
4656         * gtk/gtktreeview.c (validate_visible_area): free path
4657         at the end
4658
4659 2001-12-13  Matthias Clasen  <matthiasc@poet.de>
4660
4661         * gtk/gtkdialog.c, gtk/gtkrc.c, gtk/gtkwidget.c: Markup fixes.
4662
4663 Thu Dec 13 20:37:27 2001  Kristian Rietveld  <kris@gtk.org>
4664
4665         * gtk/gtktreeview.c (gtk_tree_view_button_press): do not try
4666         to find the clicked node in the tree when tree == NULL
4667
4668 2001-12-13  Anders Carlsson  <andersca@gnu.org>
4669
4670         * gtk/gtktreeview.c (gtk_tree_view_button_press): Compare 
4671         event->state with the default mod mask. 
4672
4673 2001-12-12  jacob berkman  <jacob@ximian.com>
4674
4675         * gtk/gtk*.h (GTK_IS_*_CLASS): s/obj/klass/ where appropriate
4676
4677 Wed Dec 12 17:22:45 2001  Owen Taylor  <otaylor@redhat.com>
4678
4679         * gtk/gtkimmulticontext.c (gtk_im_multicontext_set_slave):
4680         Reset the existing slave before removing it to give
4681         it a chance to commit and emit "preedit_changed" 
4682         in case there was still a preedit string.
4683
4684 2001-12-12  Matthias Clasen  <matthiasc@poet.de>
4685         
4686         * gtk/gtktextlayout.c: Typo fixes
4687         * gtk/gtkwindow.c (gtk_window_set_position): Typo fix. (#66746)
4688
4689         * gtk/gtkwidget.c (gtk_widget_send_expose, gtk_widget_get_toplevel, 
4690         gtk_widget_get_default_direction): Doc fixes. (#66727, #66737, #66744)
4691
4692         * gtk/gtkstyle.h (GTK_STYLE_NUM_STYLECOLORS): Remove. (#66467)
4693
4694 Wed Dec 12 16:43:10 2001  Jonathan Blandford  <jrb@redhat.com>
4695
4696         * gtk/gtktreeview.c (gtk_tree_view_unrealize): Remove
4697         validate_rows_timer in unrealize.  Reported by Matthew Wilson.
4698
4699 Wed Dec 12 16:18:26 2001  Owen Taylor  <otaylor@redhat.com>
4700
4701         * gtk/gtkmenu.c (gtk_menu_realize): Remove support for
4702         "prepainting" the menu before realizing other than
4703         via gtk_style_set_background() - this was broken when
4704         we added menu scroll support.
4705
4706         * gtk/gtkmenu.c (gtk_menu_paint): Pay attention to the
4707         window in the expose event -- fixes problem with border
4708         flashing during scrolling.
4709
4710 Wed Dec 12 15:11:49 2001  Owen Taylor  <otaylor@redhat.com>
4711
4712         * gtk/gtksettings.c (gtk_settings_get_property): Support
4713         using names/nicks for the gdk_settings values for enum valued
4714         types. (#57678, reported by Anders Carlsson)
4715
4716 Wed Dec 12 15:01:33 2001  Jonathan Blandford  <jrb@redhat.com>
4717
4718         * gtk/gtknotebook.c (gtk_notebook_set_tab_label): keep in sync
4719         with insert_page_menu.  Code duplication is bad.
4720
4721         * gtk/gtklabel.c (gtk_label_mnemonic_activate): Whoops -- got the
4722         wrong fix yesterday.
4723
4724 Wed Dec 12 14:27:30 2001  Owen Taylor  <otaylor@redhat.com>
4725
4726         * gtk/gtkmenubar.c (window_key_press_handler): Fix check for
4727         modifiers.
4728
4729 2001-12-12  James Henstridge  <james@daa.com.au>
4730
4731         * gtk/gtkmenu.c (gtk_menu_key_press): check GTK_MENU_ITEM
4732         (menu_item)->accel_path first when looking up the accel path.
4733
4734 Tue Dec 11 19:18:21 2001  Owen Taylor  <otaylor@redhat.com>
4735
4736         * tests/testgtk.c (layout_expose_handler): Only draw
4737         for events on the bin window.
4738
4739 Tue Dec 11 18:55:16 2001  Jonathan Blandford  <jrb@redhat.com>
4740
4741         * gtk/gtklabel.c (gtk_label_mnemonic_activate): Small fix to let
4742         mnemonics work with notebooks.
4743
4744 Tue Dec 11 15:25:06 2001  Jonathan Blandford  <jrb@redhat.com>
4745
4746         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): Change
4747         bin_window to be located at y=TREE_VIEW_HEADER_HEIGHT(tree_view).
4748         Makes some flicker while scrolling go away.
4749
4750 2001-12-11  Michael Natterer  <mitch@gimp.org>
4751
4752         * demos/testpixbuf-save.c: added new keyboard shortcut 'a' which
4753         adds alpha to the pixbuf; re-load the saved pixbuf and
4754         pixel-by-pixel compare it with the original one.
4755
4756 Tue Dec 11 15:39:08 2001  Soeren Sandmann  <sandmann@daimi.au.dk>
4757
4758         * ChangeLog: Fix wrong ChangeLog entry
4759         * gtk/gtkstyle.c (gtk_default_draw_shadow_gap): Fix drawing of top
4760         right corner
4761
4762 2001-12-10  jacob berkman  <jacob@ximian.com>
4763
4764         * gdk/x11/gdkinput-xfree.c (_gdk_input_grab_pointer): 
4765         * gdk/x11/gdkmain-x11.c (gdk_pointer_grab): 
4766         (gdk_keyboard_grab): do not grab things if the nograb debug flag
4767         is set
4768
4769         * gdk/gdkinternals.h: 
4770         * gdk/gdk.c: add nograbs debug flag to disable grabs of the
4771         keyboard / mouse
4772
4773 Mon Dec 10 19:42:29 2001  Jonathan Blandford  <jrb@redhat.com>
4774
4775         * gtk/gtktreeview.c (validate_rows_handler): stupid bug where I
4776         didn't reset the timer.
4777
4778 2001-12-10  Matthias Clasen  <matthiasc@poet.de>
4779
4780         * gtk/gtkcontainer.c (gtk_container_child_type): Close comment.
4781
4782 2001-12-09  Matthias Clasen  <matthiasc@poet.de>
4783
4784         * gtk/gtkviewport.c: Add docs.
4785
4786 Mon Dec 10 16:21:38 2001  Jonathan Blandford  <jrb@redhat.com>
4787
4788         * gtk/gtkrbtree.c (_fixup_parity): New function to fixup parity.
4789         RBTree corruption bug--
4790
4791 2001-12-10  Anders Carlsson  <andersca@gnu.org>
4792
4793         * gtk/gtktreeview.c (gtk_tree_view_remove_widget): Return
4794         if edited_column is NULL, also grab focus before removing
4795         the cell_editable.
4796
4797 Sun Dec 09 15:06:51 2001  George Lebl <jirka@5z.com>
4798
4799         * gtk/gtkrange.c (gtk_range_calc_layout): check for 0 value on the
4800           denominator in the horizontal case just like we do in the vertical
4801           case (why I didn't notice that there were two cases the first time
4802           around is beyond me:).  Also fix indentation in the vertical case.
4803
4804 2001-12-09  Anders Carlsson  <andersca@gnu.org>
4805
4806         * gdk/x11/gdkevents-x11.c: Update xsettings name.
4807
4808         * gtk/gtkdnd.c (gtk_drag_check_threshold): Use the
4809         gtk-dnd-drag-threshold GtkSetting.
4810
4811         * gtk/gtksettings.c (gtk_settings_class_init): Add 
4812         setting for dnd drag threshold.
4813
4814 2001-12-09  Matthias Clasen  <matthiasc@poet.de>
4815
4816         * gtk/gtkcontainer.c: Add docs.
4817
4818 2001-12-08  Matthias Clasen  <matthiasc@poet.de>
4819
4820         * gtk/gtkwidget.c: Doc markup fix. 
4821
4822         * gtk/gtktreeviewcolumn.c: Markup fixes. (#66447)
4823
4824         * gtk/gtktreestore.c: Typo fixes. (#66445)
4825
4826         * gtk/gtkaccelgroup.c: Misc doc markup. (#66425) 
4827
4828         * gtk/gtkclipboard.c (gtk_clipboard_get_owner): Fix reference
4829         to gtk_clipboard_set_with_owner(). (#66424)
4830  
4831 Sat Dec  8 16:12:10 2001  Christopher Blizzard  <blizzard@redhat.com>
4832
4833         * gdk/gdk.c (gdk_init_check): Fallback to setting the prgname to
4834         "<unknown>" if someone doesn't pass in a valid argc.  (Patch from
4835         Fabrice Bellet <fabrice@gnu.org>, #54127).
4836
4837 Sat Dec  8 10:04:54 2001  Jonathan Blandford  <jrb@redhat.com>
4838
4839         * gtk/gtkrbtree.c (_gtk_rbtree_debug_spew): Add debug spew to lots
4840         of places, so that people with crashy trees can just run their
4841         program with GTK_DEBUG=TREE.
4842
4843 Sat Dec  8 20:57:24 2001  Kristian Rietveld  <kristian@planet.nl>
4844
4845         * gtk/gtkliststore.c (gtk_list_store_remove): nuke the stamp++,
4846         per jrb's request
4847
4848 2001-12-08  Anders Carlsson  <andersca@gnu.org>
4849
4850         * tests/testgtk.c (layout_expose_handler): Don't return TRUE
4851         since then the default GtkLayout expose handler won't be called.
4852
4853 Fri Dec  7 23:42:50 2001  Jonathan Blandford  <jrb@redhat.com>
4854
4855         * gtk/gtktreeview.c (validate_rows_handler): remove
4856         g_return_if_fail.
4857
4858         * gtk/gtktreeview.c (validate_visible_area): Patch from Manish
4859         Singh <yosh@gimp.org> to fix bug when rendering Tree with an
4860         empty model.
4861
4862 Fri Dec  7 20:06:14 2001  Jonathan Blandford  <jrb@redhat.com>
4863
4864         * gtk/gtktreeview.c (validate_visible_area): get logic right,
4865         #66249
4866
4867         * gtk/gtkrbtree.c (_gtk_rbtree_remove_node): fix bug where
4868         removing a node ended up with a corrupt tree.  Really really nasty
4869         bug.
4870         (_gtk_rbtree_debug_spew): new debug helper function
4871         (_fixup_validation): new inline function to clean up code
4872         readability a lot. 
4873
4874 Fri Dec  7 19:34:51 2001  Owen Taylor  <otaylor@redhat.com>
4875
4876         * gtk/gtktoolbar.c (gtk_toolbar_insert_element):
4877         Close comment.
4878
4879 2001-12-07  Matthias Clasen  <matthiasc@poet.de>
4880
4881         * gtk/gtkstyle.h: Typo fixes.
4882
4883         * gtk/gtkstyle.c, gtk/gtktoolbar.c: Add docs.
4884
4885         * gtk/gtkrc.c (gtk_rc_find_pixmap_in_path): Fix docs.
4886
4887 Fri Dec  7 16:05:22 2001  Owen Taylor  <otaylor@redhat.com>
4888
4889         * modules/input/gtkimcontextxim.c: Display the XIM
4890         status callbacks with a popup window. (Patch from
4891         HideToshi Tajima, #50628, somewhat modified.)
4892
4893 Fri Dec  7 12:07:15 2001  Tim Janik  <timj@gtk.org>
4894
4895         * gtk/Makefile.am: each source generation rule needs to use its own
4896         temporary file, to avoid clashes for parallel builds. fixed rules
4897         for gtkmarshalers.h and gtkmarshalers.c to use their own temp files.
4898
4899 2001-12-07  Havoc Pennington  <hp@pobox.com>
4900
4901         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new): fix up my list of
4902         "cursors that are actually useful" in gdk_cursor_new() docs
4903
4904 Thu Dec  6 23:09:21 2001  Owen Taylor  <otaylor@redhat.com>
4905
4906         * gtk/gtk[hv]paned.c (gtk_[hv]paned_size_allocate): Fix errors
4907         in computing the size of the second child.
4908
4909 Thu Dec  6 16:50:17 2001  Owen Taylor  <otaylor@redhat.com>
4910
4911         * gtk/gtkrange.c: Make button 1 clicks on the trough
4912         do pages, button 3 steps. (Patch from Hans Breuer
4913         #63735)
4914
4915 2001-12-06  Matthias Clasen  <matthiasc@poet.de>
4916
4917         * gtk/gtklabel.c: Fix docs. (#66383)
4918
4919         * gtk/gtkbbox.c (gtk_button_box_set_child_secondary): Fix docs. 
4920         (#66278, #66280)
4921         
4922         * gdk/gdkwindow.h (gdk_window_get_deskrelative_origin),
4923         gdk/gdkimage.h (gdk_image_get): Deprecate. (#66208)
4924
4925         * gtk/gtkcolorsel.c (gtk_color_selection_set_update_policy):
4926         Don't emit a g_warning() about being deprecated. (#66208)       
4927
4928         * gtk/gtkaccellabel.c (gtk_accel_label_set_accel_widget): Add docs.
4929
4930         * gtk/gtkcontainer.c: Doc fixes.
4931         
4932         * gtk/gtkliststore.c (gtk_list_store_clear): Add docs; misc doc fixes.
4933
4934         * gtk/gtkstyle.c (gtk_style_attach): Add docs.
4935
4936 2001-12-05  Sven Neumann  <sven@gimp.org>
4937
4938         * gtk/gtkwidget.c (gtk_widget_reset_shapes): close comment.
4939
4940         * gtk/queryimmodules.c: g_dir_read_name() returns const.
4941
4942 Tue Dec  4 21:46:13 2001  HideToshi Tajima  <hidetoshi.tajima@sun.com>
4943
4944         * gtk/gtktreeprivate.h: restore the else case of #ifdef __GNUC__
4945         #66225
4946         
4947 2001-12-04  Manish Singh  <yosh@gimp.org>
4948
4949         * gtk/gtkmain.c
4950         * gtk/queryimmodules.c: g_module_symbol takes a gpointer *, not just
4951         a gpointer.
4952
4953         * gtk/gtkwidget.c (gtk_widget_push_composite_child): minor cosmetic
4954         correction to docs.
4955
4956         * demos/gtk-demo/item_factory.c: add GTK_WINDOW() cast
4957
4958 2001-12-04  Havoc Pennington  <hp@redhat.com>
4959
4960         * gtk/gtktextbtree.c (gtk_text_btree_remove_tag_info): remove
4961         g_assert_not_reached() that was bogus, since we demand-create the
4962         tag info. reported by Chris Phelps
4963
4964         Jump through assorted hoops to fix bug from Chris Phelps where 
4965         removing tags from the table resulted in btree trying to 
4966         access tag->table
4967         
4968         * gtk/gtktextbuffer.c: set up mechanics of adding/removing 
4969         ourselves to the tag table
4970
4971         * gtk/gtktexttagtable.c (_gtk_text_tag_table_add_buffer) 
4972         (_gtk_text_tag_table_remove_buffer): private cruft to 
4973         let us notify buffer of disappearing tags
4974
4975         * gtk/gtktexttag.h: remove BTreeNode typedef from this public
4976         header, put it in tagprivate    
4977
4978         * gtk/gtktextbtree.c (_gtk_text_btree_new): don't connect to
4979         tag_removed; it's emitted too late.
4980         (_gtk_text_btree_notify_will_remove_tag): rename tag_remove_cb to
4981         this
4982
4983         Padding for ABI-compat expansion
4984         
4985         * gtk/gtktexttag.h (struct _GtkTextAttributes): pad this
4986         (struct _GtkTextAppearance): one pad in here too
4987
4988         * gtk/gtktextlayout.h (struct _GtkTextLayoutClass): padding here
4989
4990         * gtk/gtktextview.h (struct _GtkTextViewClass): more padding,
4991         since action signals etc. seem pretty likely
4992
4993         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): padding
4994
4995         * gtk/gtktexttag.h (struct _GtkTextTagClass): padding
4996
4997         * gtk/gtktexttagtable.h (struct _GtkTextTagTableClass): padding
4998
4999 2001-12-04  Matthias Clasen  <matthiasc@poet.de>
5000
5001         * gdk/gdkcolor.h (gdk_colormap_change): Deprecate. (#65851)
5002
5003         * gdk/gdktypes.h (GdkKeyInfo): Remove. (#66025)
5004
5005         * gtk/gtkwindow.c, gtk/gtkwidget.c: Add docs, markup fixes.
5006
5007 Tue Dec  4 18:51:44 2001  Jonathan Blandford  <jrb@redhat.com>
5008
5009         * gtk/gtktreeviewcolumn.h: remove gtk_tree_view_column_cell_event,
5010         #62084.
5011
5012 Tue Dec  4 18:38:35 2001  Jonathan Blandford  <jrb@redhat.com>
5013
5014         * demos/gtk-demo/main.c: (create_tree): Minor fix.
5015
5016         * docs/tree-column-sizing.txt: Update
5017
5018         * gtk/gtkrbtree.[ch]: Massive work to support validation.
5019
5020         * gtk/gtktreemodel.c: Doc fixes.
5021
5022         * gtk/gtktreeview.c: Incremental reflow added.
5023         * gtk/gtktreeviewcolumn.c: ditto
5024         * gtk/gtktreeviewcolumn.h: ditto
5025
5026 2001-12-04  Havoc Pennington  <hp@redhat.com>
5027         
5028         * gtk/gtktexttag.c (gtk_text_tag_set_property): add a warning for
5029         "invisible" property, #65999
5030
5031 2001-12-04  Matt Wilson  <msw@redhat.com>
5032
5033         * gtk/gtktreestore.c (gtk_tree_store_insert): fixed docs
5034
5035 Tue Dec  4 12:16:31 2001  Owen Taylor  <otaylor@redhat.com>
5036
5037         * gtk/gtksettings.c (gtk_settings_set_property_value):
5038         Simplify, make more efficient and fix memory leak
5039         when turning quark into a string. (#66103, HideToshi
5040         Tajima)
5041
5042         * gtk/gtkcolorsel.c: Ref and sink priv->tooltips in
5043         init() and unref priv->tooltips in destroy rather
5044         than calling gtk_object_destroy() which has no
5045         effect on memory management. (#66104, HideToshi
5046         Tajima)
5047
5048         * gtk/gtkcolorsel.c (palette_set_color): Use g_object_set_data_full()
5049         so we free the when the object is freed. (Fixes memory
5050         leak, #66096, HideToshi Tajima)
5051
5052         * gdk/gdkevents.c (gdk_synthesize_window_state): Use 
5053         a full GdkEvent structure to avoid reads of uninitialized/
5054         invalid memory in gdk_event_put() (#65877, patch
5055         from Hidetoshi Tajima)
5056
5057 Tue Dec  4 11:06:54 2001  Owen Taylor  <otaylor@redhat.com>
5058
5059         * gtk/gtkmenuitem.c: Revert my last mistaken change - 
5060         toggle-size-request doesn't take a requisition.
5061
5062         * gtk/gtkmenuitem.c (gtk_menu_item_class_init): Fix
5063         reference to marshaler that no longer exists.
5064
5065 Mon Dec  3 16:39:17 2001  Owen Taylor  <otaylor@redhat.com>
5066
5067         Patch from Bill Haneman (with many modifications) to make
5068         the focus color work on dark themes and to make the
5069         focus line width configurable. (#61079, #63074)
5070
5071         * gtk/gtkwidget.c: Add style properties, 
5072         ::focus-widget, ::focus-line-width, and ::focus-padding.
5073
5074         * gtk/gtkstyle.[ch]: Make gtk_paint_focus() take a 
5075         state argument as well so we can use fg[STATE] to
5076         draw instead of always drawing with black. 
5077         Cange paint_focus() to respect GtkWidget::focus-width
5078         and GtkWidget::focus-line-pattern. Fix continuity
5079         problem where the default 1-1 stipple had a blob
5080         in one corner and a gap in the other. Change the
5081         interpretation of x/y/width/height to be the bounding
5082         box of the focus rect instead of the rectangle
5083         passed to gdk_draw_rectangle.
5084
5085         * gtk/gtkcheckbutton.c gtk/gtklistitem.c gtk/gtknotebook.c 
5086         gtk/gtkoptionmenu.c gtk/gtkradiobutton.c gtk/gtkspinbutton.c 
5087         gtk/gtktextview.c gtk/gtktreeview.c: Handle ::focus-width 
5088         and ::focus-line-padding.
5089
5090         * gtk/gtkentry.c: Handle :;focus-width property; cleanup
5091         and remove duplicated code; fix drawing of focus rectangle
5092         when interior-focus = FALSE. (#63072, #63073)
5093
5094         * gtk/gtkrange.c gtk/gtktext.c gtk/gtktreeitem.c
5095         gtk/gtktreeviewcolumn.c: Basic fixups to make compile;
5096         Range and TreeViewColumn will need more extensive fixing.
5097
5098         * gtk/gtkcolorsel.c: Honor focus line attributes when
5099         drawing the focus on the color swatches. (#63071)
5100
5101         * gtk/gtkhsv.c: Honor focus line attributes when
5102         drawing the focus for the ring and triangle.
5103
5104         * docs/widget_geometry.txt: Start at documenting how 
5105         various widgets are drawn.
5106
5107         * gtk/gtkbutton.c (_gtk_button_paint): Export 
5108         _gtk_button_paint() librarywide, so we don't have 
5109         duplicate a bunch of code in gtktogglebutton.c.
5110
5111         * gtk/gtktogglebutton.c: Use _gtk_button_paint().
5112
5113 Mon Dec  3 21:04:13 2001  Jonathan Blandford  <jrb@redhat.com>
5114
5115         * gtk/gtkmarshalers.list: remove VOID:BOXED,POINTER and
5116         NONE:POINTER.
5117
5118 2001-12-03  Alex Larsson  <alexl@redhat.com>
5119
5120         * gtk/gtkaccellabel.c:
5121         * gtk/gtkarrow.c:
5122         * gtk/gtkcolorsel.c:
5123         * gtk/gtkcontainer.c:
5124         * gtk/gtklabel.c:
5125         * gtk/gtktextview.c:
5126         * gtk/gtktogglebutton.c:
5127         * gtk/gtktreeview.c:
5128         * gtk/gtkwindow.c:
5129         Return FALSE from expose handlers.
5130
5131 Mon Dec  3 21:15:59 2001  Kristian Rietveld  <kris@gtk.org>
5132
5133         * gtk/gtktreedatalist.c (_gtk_tree_data_list_value_to_node): if
5134         we use pointers, we should free the previous pointer first (if
5135         it exists), before we set a new pointer. (#64726)
5136
5137         * gtk/gtktreeprivate.h: get rid of cursor_drag
5138
5139         * gtk/gtktreeview.c (gtk_tree_view_unrealize): remove check     
5140         for cursor_drag
5141         (gtk_tree_view_bin_expose): don't directly return in the while
5142         loop
5143         (gtk_tree_view_class_init): indentend expanders by default
5144         (gtk_tree_view_header_focus): only give the button focus
5145         if it's clickable, visible and the column is reorderable
5146         (#65539)
5147
5148         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_realize_button):
5149         create and free cursor
5150
5151 Mon Dec  3 10:23:07 2001  Owen Taylor  <otaylor@redhat.com>
5152
5153         * gtk/gtkcalendar.c (gtk_calendar_size_request): Fix
5154         some bugs with size requisition. (From Bill Haneman)
5155
5156         * gtk/gtkcalendar.c: Draw headers and selection in 
5157         base/text[SELECTED] instead of fg/bg[SELECTED].
5158
5159         * gtk/gtkcalendar.c: Miscellaneous cleanups to drawing
5160         code and formatting.
5161
5162 2001-12-03  Havoc Pennington  <hp@pobox.com>
5163
5164         * gtk/gtktextview.c (set_window_height): 
5165         (set_window_width): Hmm, setter functions normally assign the new
5166         value to the object field. Reported by Chris Phelps.
5167
5168 2001-11-30  jacob berkman  <jacob@ximian.com>
5169
5170         * gtk/gtknotebook.c (gtk_notebook_remove_tab_label): set the
5171         signal id to 0 after we disconnect from it
5172
5173 2001-11-30  Matthias Clasen  <matthiasc@poet.de>
5174
5175         * gdk/gdkdrawable.h (gdk_drawable_ref, gdk_drawable_unref),
5176         gdk/gdkcolor.h (gdk_colormap_ref, gdk_colormap_unref),
5177         gdk/gdkdnd.h (gdk_drag_context_ref, gdk_drag_context_unref),
5178         gdk/gdkgc.h (gdk_gc_ref, gdk_gc_unref):  Deprecate.
5179
5180         * gdk/gdkvisual.h: Use GDK_DISABLE_DEPRECATED, not 
5181         GTK_DISABLE_DEPRECATED.
5182
5183         * gdk/gdkcolor.c (gdk_colormap_ref, gdk_colormap_unref),
5184         gdk/gdkgc.c (gdk_gc_ref, gdk_gc_unref): Document.
5185
5186 Fri Nov 30 16:37:01 2001  Owen Taylor  <otaylor@redhat.com>
5187
5188         * gtk/gtkcombo.c (gtk_combo_popup_list): Sanitize
5189         move/resize code, removing various bad, non-functional
5190         hacks. (Fixes #65048, reported by Damon Chaplin.)
5191
5192 Fri Nov 30 16:12:21 2001  Owen Taylor  <otaylor@redhat.com>
5193
5194         * gdk/gdkpango.c: Patch from Hidetoshi Tajima to fix 
5195         bad match error when target drawable is not the 
5196         same depth as the root window. (#65841)
5197
5198         * HACKING: Update.
5199
5200 2001-11-29  Matthias Clasen  <matthiasc@poet.de>
5201
5202         * gdk/gdkwindow.c: Typo fix.
5203
5204 Thu Nov 29 21:35:56 2001  Kristian Rietveld  <kristian@planet.nl>
5205
5206         * gtk/gtkmenu.c (gtk_menu_motion_notify): add checks for
5207         empty menu items to behave like insensitive items (#59456)
5208
5209         * gtk/gtkmenuitem.c (gtk_real_menu_item_activate_item): select
5210         next item if the first item in the menu is a tear off item
5211         (#59456-2, suggestion by Matthias Clasen)
5212
5213         * gtk/gtkmenushell.c (gtk_menu_shell_button_press),
5214         (gtk_menu_shell_button_release), (gtk_menu_shell_entry_notify),
5215         (gtk_menu_shell_leave_notify), (gtk_real_menu_shell_move_current),
5216         (gtk_real_menu_shell_activate_current): add check, so empty
5217         menu items behave like insensitive items (#59456)
5218         
5219         * gtk/gtkmenuitem.[ch]: add _gtk_menu_item_is_selectable to make
5220         the checks more readable ...
5221         
5222         * gtk/gtkmenushell.c (gtk_menu_shell_button_press),
5223         (gtk_menu_shell_button_release): causes the menu to dropdown if the
5224         caption is clicked again (#64977)
5225
5226 2001-11-29  Havoc Pennington  <hp@redhat.com>
5227
5228         * gtk/gtktextiter.c (_gtk_text_iter_forward_indexable_segment):
5229         assertion here that we were at the end iterator was not correct;
5230         change code to move us to the end iterator. bug #65731
5231
5232 Wed Nov 28 20:05:44 2001  Owen Taylor  <otaylor@redhat.com>
5233
5234         * gtk/gtkaccellabel.c (gtk_accel_label_refetch): Remove 
5235         improper use of g_locale_to_utf8() to convert from
5236         latin-1, and do it the easy way by building the string
5237         correctly in the first place.
5238
5239 Wed Nov 28 19:34:15 2001  Owen Taylor  <otaylor@redhat.com>
5240
5241         * gdk/x11/gdkproperty-x11.c (gdk_property_change, gdk_property_get): 
5242         Convert atoms to and from atoms for properties of type XA_ATOM.
5243         (#65555, patch from Hidetoshi Tajima)
5244
5245 Wed Nov 28 18:37:04 2001  Owen Taylor  <otaylor@redhat.com>
5246
5247         * gtk/gtksocket.[ch] (gtk_socket_add_id): Rename 'id' parameter 
5248         to avoid problems with Objective C.
5249
5250 2001-11-28  Matthias Clasen  <matthiasc@poet.de>
5251         
5252         * gtk/gtkaccelmap.c: Typo fixes. (#65607)
5253
5254         * gtk/gtkfixed.c (gtk_fixed_set_has_window, gtk_fixed_get_has_window):
5255         Fix docs. (#65505)
5256
5257         * gtk/gtkwindow.c (gtk_window_set_mnemnonic_modifier): Document.
5258
5259 Wed Nov 28 18:19:12 2001  Owen Taylor  <otaylor@redhat.com>
5260
5261         * gtk/gtkmenu.c (gtk_menu_set_tearoff_hints): Move
5262         accounting of menu->tearoff_scrollbar width to here
5263         and make sure we have the correct requisition.
5264
5265         * gtk/gtkmenu.c (gtk_menu_position): Fix fixme
5266         by using gtk_window_move().
5267
5268         * gtk/gtkmenu.c (gtk_menu_set_tearoff_state): Force
5269         the requisition to be updated by calling
5270         gtk_widget_size_request() (#65440)
5271
5272         * gtk/gtktearoffmenuitem.c (gtk_tearoff_menu_item_activate): 
5273         queue resize before calling gtk_menu_set_tearoff_state().
5274
5275 Wed Nov 28 22:20:44 2001  Kristian Rietveld  <kristian@planet.nl>
5276
5277         * demos/gtk-demo/editable_cells.c: fix typo
5278
5279         * demos/gtk-demo/list_store.c (add_columns): remove call to
5280         gtk_tree_view_column_set_clickable which didn't make sense
5281
5282 2001-11-28  Havoc Pennington  <hp@redhat.com>
5283
5284         * gtk/gtktextview.c (gtk_text_view_paint): put the warning
5285         explaining the validation error in front of the G_BREAKPOINT
5286
5287         * gtk/gtkrange.c (gtk_range_adjustment_value_changed): call
5288         process updates with include_children = FALSE instead of TRUE, so
5289         we redraw the range only, not the whole darn window.  Making
5290         GtkRange a NO_WINDOW widget had weirdly caused the text widget
5291         Trace/breakpoint trap bug to become much easier to trigger.
5292
5293 Wed Nov 28 14:12:03 2001  Owen Taylor  <otaylor@redhat.com>
5294
5295         * gdk/Makefile.am (gdk_public_h_sources): Remove reference
5296         to gdkcursors.h.
5297
5298 2001-11-28  Matthias Clasen  <matthiasc@poet.de>
5299
5300         * gtk/gtkwindow.c (gtk_window_move): Add markup to docs.
5301
5302         * gdk/gdkcursor.h: Directly include the contents
5303         of gdkcursors.h in the GdkCursorType enum.
5304
5305         * gdk/gdkcursors.h: Deleted.
5306
5307         * gdk/gdkkeysyms.h: Remove XFree86-specific keysyms, add 
5308         header boilerplate.
5309
5310         * gdk/Makefile.am: Remove the X-derived-headers rule.
5311
5312 Tue Nov 27 20:17:55 2001  Owen Taylor  <otaylor@redhat.com>
5313
5314         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_activate):
5315         Notify on the ::active property _here_, not in
5316         gtk_check_menu_item_set_active.
5317
5318 Mon Nov 26 19:11:18 2001  Jonathan Blandford  <jrb@redhat.com>
5319
5320         * gtk/gtkcellrendererpixbuf.c
5321         (gtk_cell_renderer_pixbuf_class_init): add 2 properties
5322         (PIXBUF_EXPANDER_OPEN and PIXBUF_EXPANDER_CLOSED)
5323
5324 Sun Nov 25 21:19:02 2001  Owen Taylor  <otaylor@redhat.com>
5325
5326         * gdk/x11/gdkgeometry-x11.c: Add long, but horribly sketchy
5327         comment about what is going on in this file.
5328
5329         * gdk/x11/gdkgeometry-x11.c (gdk_window_compute_position): Fix 
5330         x/y problem.
5331
5332 Sun Nov 25 18:59:19 2001  Owen Taylor  <otaylor@redhat.com>
5333
5334         * gtk/gtkoptionmenu.c (gtk_option_menu_calc_size): 
5335         Calculate size based on the _child_ of the menu item,
5336         not the menuitem. (#65005, Damon Chaplin)
5337
5338         * gtk/gtklistitem.c (gtk_list_item_new_with_label): Add
5339         some extra vertical padding to the label widget ... restores
5340         GTK+-1.2 spacing. (#65085, Damon Chaplin.)
5341
5342 2001-11-26  Tor Lillqvist  <tml@iki.fi>
5343
5344         * demos/pixbuf-demo.c
5345         * demos/gtk-demo/pixbufs.c: M_PI -> G_PI.
5346
5347         * demos/gtk-demo/main.c (read_line): No flockfile() or
5348         getc_unlocked() on Win32.
5349
5350 2001-11-25  Tor Lillqvist  <tml@iki.fi>
5351
5352         * configure.in
5353         * acconfig.h: As we now use GDir, no need to check for dirent.h.
5354
5355 Sun Nov 25 23:18:39 2001  Kristian Rietveld  <kristian@planet.nl>
5356
5357         * gtk/gtktexttag.c (gtk_text_tag_set_property): free font_desc
5358         when finished (#65266)
5359
5360 Sun Nov 25 23:16:29 2001  Kristian Rietveld  <kristian@planet.nl>
5361
5362         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon_list): free
5363         data after we set the property. (#65264)
5364
5365 Sun Nov 25 23:14:06 2001  Kristian Rietveld  <kristian@planet.nl>
5366
5367         * gtk/gtkbutton.c: add destroy method so label_text gets freed
5368         if it has been allocated (#65268)
5369
5370 Sat Nov 24 13:39:51 2001  Manish Singh  <yosh@gimp.org>
5371
5372         * gdk/linux-fb/gdkdrawable-fb2.c
5373         * gdk/linux-fb/gdkpango-fb.c: update to latest Pango API
5374
5375         * gdk/linux-fb/gdkwindow-fb.c: implement gdk_window_show_unraised
5376
5377         * gdk/linux-fb/gdkfont-fb.c (gdk_font_load): plug memleak on
5378         set_family
5379         
5380         * gdk/linux-fb/gdkfbswitch.c: minor cleanups
5381
5382 Sat Nov 24 22:05:27 2001  Kristian Rietveld  <kristian@planet.nl>
5383
5384         * gtk/gtkmenushell.c (gtk_menu_shell_button_release): don't
5385         deactivate menu when menu_item isn't sensitive (#61389)
5386
5387 Sat Nov 24 15:35:26 2001  Kristian Rietveld  <kristian@planet.nl>
5388
5389         * gtk/gtktreemodel.c (gtk_tree_model_foreach): free path before
5390         we return (in case of a failure here)
5391
5392 Fri Nov 23 19:22:50 2001  Owen Taylor  <otaylor@redhat.com>
5393
5394         * gtk/gtknotebook.c: Handle events in windows other
5395         than widget->event_window properly. (#65079, reported
5396         by Damon Chaplin)
5397
5398         * gdk/gdkevents.c (gdk_event_get_coords): Fix x/y bug.
5399
5400 Fri Nov 23 18:57:46 2001  Owen Taylor  <otaylor@redhat.com>
5401
5402         * gtk/gtkmessagedialog.c (gtk_message_dialog_init): Align
5403         the image at the top. (#65020, request from Seth Nickell)
5404
5405 Fri Nov 23 18:49:53 2001  Owen Taylor  <otaylor@redhat.com>
5406
5407         * gtk/{gtkclist,gtkctree.c} (draw_row): Remove some strange
5408         arithmetic that was resulting in rows being drawn too low.
5409         (#65001, reported by Damon Chaplin)
5410
5411 Fri Nov 23 18:36:42 2001  Owen Taylor  <otaylor@redhat.com>
5412
5413         * gtk/gtkrange.c (gtk_range_button_press): Offset 
5414         invalidated range correctly.
5415
5416         * gtk/gtkclist.c (hadjustment_value_changed): Fix scrolling 
5417         of title window. (#65001, reported by Damon Chaplin)
5418
5419         * gtk/gtkcombo.c (gtk_combo_button_event_after): Replace
5420         horrible hack with use of ::event_after.
5421
5422 Thu Nov 22 15:01:03 2001  Owen Taylor  <otaylor@redhat.com>
5423
5424         * Version 1.3.11
5425
5426         * configure.in (ATK_REQUIRED_VERSION): Require
5427         GLib-1.3.11, Pango-0.22, ATK-0.7.
5428
5429         * tests/prop-editor.c (property_widget): Restore
5430         to working as well as it did before.
5431
5432         * gtk/gtklistitem.h: Mark deprecated since it is
5433         an integral part of GtkList.
5434
5435         * demos/gtk-demo/demo-common.h: New header file,
5436         for a common functions not important to the meat
5437         of the demos.
5438         
5439         * demos/gtk-demo/main.c (demo_ifind_file): Add a utility
5440         function to search for a file used by the demo.
5441
5442         * demos/*.c: Use demo_find_file.
5443
5444 2001-11-23  Matthias Clasen  <matthiasc@poet.de>
5445
5446         * gtk/gtktextbuffer.c (gtk_text_buffer_create_tag),
5447         gtk/gtkruler.c (gtk_ruler_get_metric): Actually commit typo 
5448         fixes already mentioned in ChangeLog entry on 2001-11-14.
5449
5450         * docs/reference/gtk/tmpl/drawing.sgml: Minor markup fixes.
5451
5452 2001-11-23  Hans Breuer  <hans@breuer.org>
5453
5454         * gdk/win32/gdkfont-win32.c (gdk_font_from_description) : 
5455         reflect Pango API change
5456
5457         * gtk/gtk.def : updated externals
5458
5459         * gtk/gtkfixed.c (gtk_fixed_get_has_window) : use 
5460         g_return_val_if_fail() to avoid 'function must return a value'
5461
5462         * gtk/gtkrc.c : added spaces to fix small coding style issues
5463         * gtk/gtkwidget.c : ... and linebreaks. Also a static for
5464         'static correctness'
5465
5466         * gtk/makefile.msc.in : temporary(?) disable gtk<plug|socket>
5467         because they only can be build on win32 after applying my patch
5468
5469 Wed Nov 21 22:55:37 2001  Tim Janik  <timj@gtk.org>
5470
5471         * gtk/gtkbutton.c (gtk_button_map): raise event window afte
5472         children, in order for the input pnly window to stay *above*
5473         children.
5474
5475 Wed Nov 21 22:44:27 2001  Tim Janik  <timj@gtk.org>
5476
5477         * tests/testtreeview.c: make hackery worse ;) by checking fundamental
5478         type walks againts G_TYPE_FUNDAMENTAL_MAX.
5479         
5480         * tests/prop-editor.c: disable type hackery.
5481
5482 Wed Nov 21 17:41:39 2001  Owen Taylor  <otaylor@redhat.com>
5483
5484         * gdk/gdkimage.c (gdk_image_get): Fix problem with
5485         lost parameter.
5486
5487 Wed Nov 21 17:01:25 2001  Owen Taylor  <otaylor@redhat.com>
5488
5489         * gtk/gtkcellrenderer.h gtk/gtktreemodel.h 
5490         gtk/gtktreeprivate.h gtk/gtktreesortable.h: Remove
5491         trailing commas in enum declarations.
5492
5493 Wed Nov 21 15:21:26 2001  Owen Taylor  <otaylor@redhat.com>
5494
5495         * configure.in (GTK_MICRO_VERSION): Version 1.3.11, 
5496         interface, binary age 0.
5497
5498         * NEWS: Updates
5499
5500         * gtk/gtktreemodel.c gtk/gtkrc.c gtk/gtkentry.c: SGML
5501         fixes in docs.
5502
5503         * gtk/gtkmain.h: Remove unused and misnamespaced
5504         get_gtk_win32_directory() prototype.
5505
5506         * gdk/gdkimage.c (gdk_image_get): Fix parameter names
5507         to match header.
5508
5509         * gdk/gdkwindow.h: Fix parameters to gdk_window_shape_combine_mask(),
5510         gdk_window_set_transient_for(), gdk_window_set_geometry_hints(),
5511         to match docs.
5512
5513         * gdk/gdkevents.c (gdk_event_get_coords)
5514           gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_get_active)
5515           gtk/gtkdnd.c (gtk_drag_set_icon_stock):
5516         Fix parameter names in docs.
5517         
5518         * docs/faq/Makefile.am (FAQ_FILES): Add missing files.
5519         (#64961, Akira Tagoh)
5520
5521 Wed Nov 21 11:41:29 2001  Owen Taylor  <otaylor@redhat.com>
5522
5523         * tests/testgtk.c (create_tooltips): Ref-sink the tooltips object.
5524
5525         * gtk/gtktoolbar.c (gtk_toolbar_init): Ref-sink the tooltips object.
5526
5527         * gtk/gtkfilesel.c (open_new_dir): Fix some constness warnings.
5528
5529         * gtk/gtkaccelgroup.c: Rename gtk_accel_groups_from_acceleratable()
5530         back to gtk_accel_groups_from_object(), change @acceleratable
5531         parameter to gtk_accel_groups_activate() accordingly.
5532
5533         * gtk/gtkaccelmap.c (gtk_accel_map_lookup_entry): Remove
5534         left-over comment about quark return.
5535
5536         * gtk/gtkaccelmap.h: Fix spelling of gtk_accel_map_foreach_unfiltered().
5537
5538         * gtk/gtk-boxed.defs (GtkIconSource): added as a boxed type.
5539         (Patch from Matt Wilson)
5540
5541         * gtk/gtkobject.c (gtk_object_finalize): Warn if a floating
5542         object is finalized.
5543
5544 Tue Nov 20 21:25:08 2001  Tim Janik  <timj@gtk.org>
5545
5546         * applied patch from owen to get rid of accel map notifiers.
5547         changed things to fix reentrancy and API as discussed on gtk-devel.
5548
5549         * gtk/gtkaccelgroup.[hc]:
5550         (gtk_accel_group_finalize): unregister this accel group from all
5551         accel map paths.
5552         (accel_closure_invalidate): handle invalidation of closures by
5553         disconnecting their accelerators.
5554         (quick_accel_add): move closure connection and changed notification
5555         into this function to reduce code duplication. don't emit change
5556         notification on closurers without accelerators.
5557         (quick_accel_remove): rewrite, do the exact opposite of quick_accel_add
5558         for a GtkAccelGroupEntry.
5559         (gtk_accel_group_connect): get rid of the accel_path_quark argument.
5560         (gtk_accel_group_connect_by_path): new function to add accelerators
5561         with an accel path.
5562         (gtk_accel_group_disconnect_closure): new function, disconnect a
5563         closure from of an accel group.
5564         (gtk_accel_group_disconnect): loop over all closure for a accel_ley,
5565         accel_mods pair and remove them.
5566         (_gtk_accel_group_reconnect): new function that basically does
5567         gtk_accel_group_disconnect_closure() and
5568         gtk_accel_group_connect_by_path() once an accel path changed.
5569         (gtk_accel_groups_disconnect_closure): remove this, there's
5570         gtk_accel_group_disconnect_closure().
5571         
5572         * gtk/gtkaccelmap.[hc]: keep list of accel groups per entry now,
5573         nuke notifiers.
5574         (_gtk_accel_path_is_valid): make this non-static for
5575         gtkwidget.c and gtkaccelgroup.c assertions.
5576         (gtk_accel_map_add_notifer): removed this function.
5577         (gtk_accel_map_remove_notifer): same.
5578         (_gtk_accel_map_add_group):
5579         (_gtk_accel_map_remove_group): (un-)register accel groups, with
5580         accel paths for correct propagation.
5581         (gtk_accel_map_add_entry): return void.
5582         (gtk_accel_map_lookup): return gboolean instead of GQuark.
5583         
5584         * gtk/gtkitemfactory.c (gtk_item_factory_add_foreign): always
5585         set accel_path on widgets.
5586         
5587         * gtk/gtkwidget.[hc]:
5588         (accel_path_changed): got rid of this, changes are handled by
5589         accel maps internally now.
5590         (_gtk_widget_set_accel_path): get things to work without notifiers.
5591         (gtk_widget_list_accel_closures): list accel closures of a widget.
5592         
5593         * gtk/gtkwindow.[hc]: rename ::accels_changed, to ::keys_changed.
5594
5595 2001-11-20  Matthias Clasen  <matthiasc@poet.de>
5596
5597         * gtk/gtkcontainer.c (gtk_container_propagate_expose): Typo fix.
5598
5599 Tue Nov 20 23:01:01 2001  Kristian Rietveld  <kristian@planet.nl>
5600
5601         * gtk/gtktreemodel.c (gtk_tree_row_reference_unref_path):
5602         replace gboolean free_last in the function parameters with
5603         gint depth. Changes to reflect new situation.
5604
5605         * gtk/gtktreemodel.c (gtk_tree_row_reference_unref_path_helper):
5606         replace gboolean free_last, with gint depth, add gint current_depth.
5607         Changes to reflect new situation.
5608
5609         * gtk/gtktreemodel.c (gtk_tree_row_ref_deleted_callback): changes
5610         to reflect new situation
5611
5612         * gtk/gtktreemodel.c (gtk_tree_row_reference_free): ditto
5613
5614 Tue Nov 20 12:37:10 2001  Owen Taylor  <otaylor@redhat.com>
5615
5616         * gtk/gtknotebook.c (gtk_notebook_paint): Fix problem
5617         where notebook gap was double shifted by allocation.x/y
5618
5619         * gtk/gtknotebook.c (gtk_notebook_unmap): Chain up
5620         to unmap children.
5621
5622 Tue Nov 20 14:49:59 2001  Tim Janik  <timj@gtk.org>
5623
5624         * gtk/gtkvpaned.c (gtk_vpaned_size_allocate): fix
5625         allocation to be relative to paned->allocation, now
5626         that this is a NO_WINDOW widget.
5627         * gtk/gtkhpaned.c (gtk_hpaned_size_allocate): same here.
5628
5629         * gtk/gtkaccellabel.c (gtk_accel_label_class_init): ::closure
5630         needs to be a boxed property.
5631
5632 Mon Nov 19 17:34:40 2001  Owen Taylor  <otaylor@redhat.com>
5633
5634         * gtk/gtkradiobutton.c (gtk_radio_button_draw_indicator):
5635         Use the widget's state when drawing the indicator, as
5636         in GtkCheckButton. This gives us color changes for
5637         un-prelighted checkbuttons. (#63308, Matt Wilson)
5638
5639 Mon Nov 19 17:11:23 2001  Owen Taylor  <otaylor@redhat.com>
5640
5641         (Fixes related to #64428, Michael Meeks)
5642
5643         * gtk/gtkplug.c (gtk_plug_set_is_child): Unmap the
5644         widget, so it gets mapped again properly when we
5645         add to a parent.
5646
5647         * gtk/gtkplug.c (_gtk_plug_add_to_socket): Set
5648         plug->socket_window. 
5649
5650         * gtk/gtkplug.c (_gtk_plug_remove_from_socket): Set
5651         socket_window to NULL, not FALSE.
5652
5653         * gtk/gtkplug.c (_gtk_plug_add_to_socket): Set
5654         socket->same_app to TRUE. (#64612)
5655
5656 Mon Nov 19 15:50:41 2001  Owen Taylor  <otaylor@redhat.com>
5657
5658         * gtk/gtkfixed.[ch] docs/Changes-2.0.txt: Add 
5659         gtk_fixed_set/get_has_window() to remove criticism
5660         about GTK_WIDGET_SET_FLAGS() hacks.
5661
5662 2001-11-19  Michael Natterer  <mitch@gimp.org>
5663
5664         * gtk/gtknotebook.c: show notebook->event_window with
5665         gdk_window_show_unraised(), so it doesn't catch the events which
5666         should go to the tab widgets first.
5667
5668 Mon Nov 19 15:30:51 2001  Jonathan Blandford  <jrb@redhat.com>
5669
5670         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): Add a
5671         "resizable" property, to get rid of the
5672         GTK_TREE_VIEW_COLUMN_RESIZABLE sizing flag.
5673         (gtk_tree_view_column_set_resizable): New function to set resizable.
5674         (gtk_tree_view_column_set_resizable): getter.
5675
5676         * tests/testtreecolumns.c (add_clicked): modify for above change.
5677
5678         * Makefile.am (install-data-hook): remove old .pc files before
5679         installing the new one.  We used to symlink this, and it will
5680         break old installs.
5681
5682 2001-11-19  Havoc Pennington  <hp@pobox.com>
5683
5684         * tests/testtext.c (fill_example_buffer): put in a test for
5685         negative indentation values
5686
5687 Mon Nov 19 14:08:18 2001  Owen Taylor  <otaylor@redhat.com>
5688
5689         * gtk/gtklabel.c (gtk_label_init): Change default for
5690         justify to GTK_JUSTIFY_LEFT. Assuming that multiline
5691         labels are most often wrapped labels, this gives better
5692         compatibility with GTK+-1.2, where justification was
5693         ignored for wrapped labesl and is a more sensible
5694         default in any case. (#64489)
5695
5696         * gtk/gtklabel.c (gtk_label_class_init): Fix default
5697         for wrap property to FALSE.
5698
5699 2001-11-19  jacob berkman  <jacob@ximian.com>
5700
5701         * gtk/Makefile.am (gtk_extra_sources): add gtkmarshal.list
5702
5703 Mon Nov 19 13:56:45 2001  Owen Taylor  <otaylor@redhat.com>
5704
5705         * gdk/x11/gdkwindow-x11.c (gdk_window_focus): Use 
5706         RevertToParent, not RevertToNone. (#64613, 
5707         Matthias Clasen)
5708
5709 Mon Nov 19 12:28:02 2001  Owen Taylor  <otaylor@redhat.com>
5710
5711         * gtk/gtkframe.c (gtk_frame_class_init): label_xalign
5712         and label_yalign need to be float properties to
5713         correspond to GTK+-1.2, to gtk_frame_set_label_align,
5714         and to the types of the xalign and yalign properties of GtkMisc.
5715         (#63484, Vitaly Tishkov)
5716
5717 Mon Nov 19 12:24:30 2001  Owen Taylor  <otaylor@redhat.com>
5718
5719         * gtk/gtksocket.h (struct _GtkSocketClass): Fix return
5720         of plug_added vfunc. (#64408, Jeff Franks)
5721
5722 Mon Nov 19 12:07:20 2001  Owen Taylor  <otaylor@redhat.com>
5723
5724         * configure.in (deps): Undef HAVE_STDLIB_H before
5725         checking for jpeg, because jconfig.h has this
5726         in it too (%#$@!). Fix from Matthias Clasen, #64500.
5727
5728 Mon Nov 19 11:30:03 2001  Owen Taylor  <otaylor@redhat.com>
5729
5730         * gdk/x11/gdkproperty-x11.c (get_atom_name): Fix a 
5731         memory leak when retrieving atom names. (Michael Meeks,
5732         #64508)
5733
5734 2001-11-18  Alex Larsson  <alexl@redhat.com>
5735
5736         * gdk/x11/gdkfont-x11.c (gdk_font_from_description):
5737         Update to new Pango API.
5738         
5739 Sun Nov 18 19:47:29 2001  Owen Taylor  <otaylor@redhat.com>
5740
5741         * gtk/gtkobject.h docs/Changes-2.0.txt: Rename the
5742         GTK_DESTROYED flag to GTK_IN_DESTRUCTION, remove the
5743         GTK_OBJECT_DESTROYED() check macro.
5744
5745         * gtk/gtkbindings.c (gtk_bindings_activate): Remove
5746         instances of GTK_OBJECT_DESTROYED() that weren't
5747         needed any more.
5748
5749         * gtk/gtkdialog.c: Exchange use of GTK_OBJECT_DESTROYED
5750         for a connection to ::destroy.
5751
5752 Sun Nov 18 18:18:11 2001  Owen Taylor  <otaylor@redhat.com>
5753
5754         * gtk/gtkfixed.c: Make a NO_WINDOW widget, as it should
5755         have been since the beginning, but as special hack,
5756         allow clearing the NO_WINDOW flag to get a window widget.
5757
5758 Sun Nov 18 22:01:36  Kristian Rietveld  <kristian@planet.nl>
5759
5760         * gtk/gtktreestore.c: return TRUE when value changed, so
5761         row_changed is being emitted
5762
5763 2001-11-18  Hans Breuer  <hans@breuer.org>
5764
5765         * gtk/gdkaccelmap.c : make it compile with msvc: !HAVE_UNISTD_H;
5766         no label without op, even if it's a no-op.
5767
5768         * gtk/gtk.def :
5769         * gtk/makefile.msc.in : reflect marshaler split, some clean-up  
5770
5771         * config.h.win32.in : remove definition of HAVE_DIRENT_H
5772         * gtk/gtkfilesel.c : due to GDir (new in glib) DIR isn't
5773         required anymore, replace it.
5774         * gtk/queryimmodules.c : DIR -> GDir replacement, also
5775         getcwd() -> g_get_current_dir()
5776
5777         * gdk/win32/gdkgeometry-win32.c : adapt to refactored gdkgeometry-x11.c
5778         Even 'noisy laugh' scolling appears to work, though I still can't
5779         claim to have fully understood what it is supposed to do ...
5780
5781 Sat Nov 17 21:07:46 2001  Owen Taylor  <otaylor@redhat.com>
5782
5783         * gtk/gtkenums.h: Include glib-object.h instead of
5784         gobject/gsignal.h
5785
5786         * gdk/{gdkinternals.h,gdkwindow.c,gdkwindow.[ch],
5787           x11,{fb,win32,x11/gdkwindow-*.c}: Add a dummy GdkScreen
5788         argument to the window_at_pointer() field of
5789         GdkPointerHooks. (Patch from Erwann Chenede)
5790
5791         * gdk/gdkdrawable.h (struct _GdkDrawableClass ): Up
5792         to 6 pointers.
5793
5794 2001-11-17  Matt Wilson  <msw@redhat.com>
5795
5796         * gtk/gtkenums.h: must include glib-object.h only
5797
5798 Sat Nov 17 19:26:20 2001  Owen Taylor  <otaylor@redhat.com>
5799
5800         * gtk/gtkwindow.c (gtk_window_key_press_event): Reprioritize
5801         key bindings in order of visibility - mnemonics, then 
5802         accelerators, then send key to the focus widget, then
5803         bindings on the GtkWindow.
5804
5805         * gtk/gtklayout.h docs/Changes-2.0.txt tests/testgtk.c: 
5806         Removed the xoffset, yoffset fields of GtkLayout which were
5807         identically zero for compat with 1.2, but were no longer 
5808         compatible with all uses of these fields in 1.2.
5809
5810         * gtk/gtkwindow.c (gtk_window_set_default): Remove 
5811         unused variable.
5812
5813 Sat Nov 17 19:08:13 2001  Owen Taylor  <otaylor@redhat.com>
5814
5815         * tests/testtreeview.c (gtk_tree_model_types_get_type): 
5816         We no longer need to create the signals here ... they
5817         come from the interface.
5818
5819         * gtk/maketypes.awk: Use GType, not GtkType in output.
5820
5821         * gtk/gtktypeutils.h: Mark virtually all of this
5822         file deprecated.
5823
5824         * gtk/gtkcontainer.h: Deprecate gtk_container_foreach_full;
5825         the only use of this function is the GtkArg using
5826         GtkCallbackMarshal, since destroy notification is
5827         silly here.
5828
5829 Sat Nov 17 18:26:45 2001  Owen Taylor  <otaylor@redhat.com>
5830
5831         * gtk/Makefile.am gtk/gtkmarshal.list gtk/gtkmarshalers.list
5832         gtk/*.c gtk/gtksignal.h: Make gtkmarshal.list/gtkmarshal.h
5833         only for compatibility with GTK+-1.2; and deprecate it; 
5834         put all marshalers we actually use into gtkmarshalers.list 
5835         and use the _gtk_marshal_ prefix for these marshalers.
5836
5837 2001-11-17  Murray Cumming  <murrayc@usa.net>
5838
5839         * gtk/gtktexttagtable.c (gtk_text_tag_table_class_init):
5840         The first parameters of the signals are now registered as
5841         GTK_TYPE_TEXT_TAG instead of G_TYPE_OBJECT.
5842         
5843 2001-11-17  Tor Lillqvist  <tml@iki.fi>
5844
5845         * gtk-zip.sh.in: Build separate runtime and developer
5846         packages.
5847
5848         * gtk/gtk.def: Reflect recent accelerator-related changes.
5849
5850 Fri Nov 16 19:44:35 2001  Owen Taylor  <otaylor@redhat.com>
5851
5852         * gtk/gtkwindow.c (gtk_window_set_default): Move 
5853         notification of "has_default" to here, so it
5854         is safe to call gtk_window_set_default() instead
5855         of gtk_widget_grab_default().
5856
5857         * gtk/gtkwindow.c (gtk_window_set_focus): Make it call
5858         gtk_widget_grab_focus(), which then calls 
5859         _gtk_widget_internal_set_focus(). This makes 
5860         gtk_window_set_focus() a safe way of both setting
5861         and unsetting the focus widget.
5862
5863         * gtk/gtkwidget.c (gtk_widget_propagate_state): Use
5864         gtk_widget_get_toplevel(), instead of gtk_widget_ancestor
5865         to find the toplevel.
5866
5867         * gtk/gtkwindow.h: Move gtk_window_set_focus/default
5868         from the "internal functions" section.
5869
5870 2001-11-16  jacob berkman  <jacob@ximian.com>
5871
5872         * tests/testgtk.c (create_radio_buttons): add some no-indicator
5873         radio buttons
5874
5875         * gtk/gtkradiobutton.c (gtk_radio_button_init): since we are
5876         initially active, also initially be depressed
5877         (gtk_radio_button_clicked): also update our depressed state
5878
5879 Thu Nov 15 12:54:36 2001  Owen Taylor  <otaylor@redhat.com>
5880
5881         * gtk/gtkwindow.c (gtk_window_key_press_event): Propagate
5882         key press events not just to focus/window but also to
5883         intermediate widgets.
5884
5885         * gtk/gtknotebook.c: Handle Ctrl-PageUp/Ctrl-PageDown
5886         to switch pages. (Needs some work on handling focus
5887         when switching pages.)
5888
5889 Fri Nov 16 14:06:31 2001  Owen Taylor  <otaylor@redhat.com>
5890
5891         * gtk/gtknotebook.c: Fix child allocations to be relative to 
5892         widget position and some drawing bugs.
5893
5894         * gtk/gtkmenuitem.c (gtk_menu_item_paint): Fix problem
5895         with reading uninitialized variable.
5896
5897 Fri Nov 16 00:16:40 2001  Owen Taylor  <otaylor@redhat.com>
5898
5899         * gtk/{gtkmenuitem.[ch],gtkcheckmenuitem.c,gtkimagemenuitem.c,
5900         gtkradiomenuitem.c,gtktearoffmenuitem.c}: Make Menu items
5901         NO_WINDOW widgets.
5902
5903         * gtk/gtk{h,v,}paned.[ch]: Make NO_WINDOW widgets, some
5904         cleanup.
5905
5906         * gtk/gtkstyle.c (gtk_default_draw_handle): Don't assume
5907         we are drawing in a window when drawing the paned handle.
5908
5909 2001-11-16  Sven Neumann  <sven@gimp.org>
5910
5911         * demos/gtk-demo/appwindow.c
5912         * demos/gtk-demo/menus.c: reduce compiler warnings
5913
5914 Thu Nov 15 19:47:09 2001  Owen Taylor  <otaylor@redhat.com>
5915
5916         * demos/gtk-demo/main.c (button_press_event_cb): Remove 
5917         unused callback to make things compile with 
5918         gtk_tree_view_path_at_pos_change().
5919
5920 Thu Nov 15 18:44:33 2001  Jonathan Blandford  <jrb@redhat.com>
5921
5922         * gtk/gtktreedatalist.c (_gtk_tree_data_list_free): maybe fix #64160
5923
5924 2001-11-15  Matthias Clasen  <matthiasc@poet.de>
5925
5926         * gtk/gtkwindow.c (gtk_window_new): Move '.' out of quote. (#64407)
5927  
5928 Thu Nov 15 16:24:55 2001  Jonathan Blandford  <jrb@redhat.com>
5929
5930         * gtk/gtktreeview.c (gtk_tree_view_get_bin_window): New function
5931         to get a GdkWindow to compare event->window to.
5932
5933         * gtk/gtktreeview.c (gtk_tree_view_move_cursor_left_right): emit
5934         the signal for lateral motion too, #64361
5935
5936         * gtk/gtktreeview.c (gtk_tree_view_get_path_at_pos): remove window
5937         arg as it is useless, #64137
5938
5939 Thu Nov 15 16:07:42 2001  Owen Taylor  <otaylor@redhat.com>
5940
5941         * gtk/gtknotebook.c: Some small drawing fixes for scroll arrows.
5942
5943 Thu Nov 15 14:19:34 2001  Owen Taylor  <otaylor@redhat.com>
5944  
5945         * gdk/gdkwindow.c (gdk_window_invalidate_maybe_recurse): Cal
5946         gdk_window_invalidate_maybe_recurse() for recursion.
5947         (Soeren Sandmann)
5948
5949         * gtk/gtkviewport.c: Make !redraw_on_allocate. (Soeren Sandmann)
5950  
5951         * gtk/gtkcontainer.c (gtk_container_expose): Call
5952         gtk_container_forall() not _foreach() to propagate,
5953         since we need to propagate exposes to internal children
5954         as well.
5955
5956         * gtk/gtkwidget.c (gtk_widget_set_events, gtk_widget_add_events): 
5957         Remove the restriction of only being able to call these
5958         on window widgets, since we have lots of NO_WINDOW widgets
5959         with windows now; for add events, recurse over the children
5960         of widget->window to find one owned by the widget.
5961
5962         * gtk/gtkbutton.[ch]: Make a NO_WINDOW widget, using an input-only
5963         window to catch events.
5964
5965         * gtk/gtktogglebutton.[ch]: Remove the code for switching
5966         between NO_WINDOW and WINDOW widgets based on the mode.
5967
5968         * gtk/gtkcheckbutton.c gtk/gtkoptionmenu.c gtk/gtkclist.c
5969         gtk/gtktreeview.c: Adopt to NO_WINDOW change for GtkButton.
5970
5971         * gtk/gtkrange.[ch]: Make into a NO_WINDOW widget.
5972
5973         * gtk/gtkhscale.c, gtk/gtkvscale.c: Adopt to NO_WINDOW
5974         change for range.
5975
5976         * gtk/gtknotebook.[ch]: Make into a NO_WINDOW widget.
5977  
5978         * docs/Changes-2.0.txt: Add a note about the NO_WINDOW changes.
5979
5980 Thu Nov 15 11:59:35 2001  Owen Taylor  <otaylor@redhat.com>
5981
5982         * gtk/gtkmessagedialog.c: Patch from Murray Cumming to add
5983         "message_type" and "buttons" CONSTRUCT properties. (#64069)
5984
5985         * tests/testsocket.c: Expand tests to add a "local passive
5986         child" (Test case for #64428)
5987
5988 2001-11-14  jacob berkman  <jacob@ximian.com>
5989
5990         * gtk/gtkgamma.c (button_clicked_callback): create the label with
5991         a mnemonic
5992
5993 2001-11-15  Sven Neumann  <sven@gimp.org>
5994
5995         * tests/testgtk.c: make it compile without warnings.
5996
5997 2001-11-14  Alex Larsson  <alexl@redhat.com>
5998
5999         * gtk/gtklabel.c:
6000         Don't recalculate the layout on each gkt_label_ensure_layout () for
6001         wrapped labels.
6002
6003 Wed Nov 14 17:40:23 2001  Jonathan Blandford  <jrb@redhat.com>
6004
6005         * gtk/gtktreeview.c (gtk_tree_view_get_expander_column): Return
6006         the currently selected column when we get the column, #64380
6007
6008         * gtk/gtkentry.c (gtk_cell_editable_key_press_event): Handle Esc
6009         to cancel CellRendererText editting, #63613
6010
6011         * gtk/gtkcellrenderertext.c: ditto
6012
6013         * gtk/gtkcellrenderertext.h: formatting changes
6014
6015 2001-11-14  Matthias Clasen  <matthiasc@poet.de>
6016
6017         * gtk/gtkbutton.c (gtk_button_get_label): Rearrange docs (#64566)
6018
6019         * gtk/gtktextbuffer.c (gtk_text_buffer_create_tag): Typo fix (#64474)
6020
6021         * gtk/gtkruler.c (gtk_ruler_get_metric): Typo fix (#64470)
6022
6023         * gtk/gtknotebook.c (gtk_notebook_prepend_page): Typo fix (#64467)
6024
6025         * gtk/gtklabel.c: Documentation fixes (#64452)
6026
6027 2001-11-14  Daniel Egger  <degger@fhm.edu>
6028
6029         * gdk-pixbuf/io-xpm.c: 
6030         (xpm_skip_whitespaces): Remove unused static function.
6031         (xpm_skip_string): Dito.        
6032         (xpm_extract_color): Declare const variable const to avoid warnings. 
6033
6034         * gtk/gtkfixed.c: (gtk_fixed_map): Remove unused static function.
6035         
6036         * gtk/gtkplug.c: #if 0'ed prototype for #if 0'ed code.
6037         
6038         * gtk/gtksocket.c: Change type of mask to g_message to %ld for 
6039         a long.
6040
6041 Wed Nov 14 15:14:48 2001  Owen Taylor  <otaylor@redhat.com>
6042
6043         * gtk/gtkcontainer.c (gtk_container_idle_sizer): Back
6044         out accidental commit of debugging timing code.
6045
6046 2001-11-14  Havoc Pennington  <hp@redhat.com>
6047
6048         * gtk/gtktextview.c (gtk_text_view_move_cursor): fix Control-E so
6049         it doesn't move to a new line each time you press it
6050
6051         * gtk/gtktextiter.c (gtk_text_iter_forward_to_line_end): fix
6052         return value, #62987
6053
6054 2001-11-14  Havoc Pennington  <hp@redhat.com>
6055
6056         * tests/testtextbuffer.c (main): bulk of the tests were commented
6057         out, oops.
6058
6059         * gtk/gtktextiter.c (find_paragraph_delimiter_for_line): make this 
6060         function work, should resolve #63426
6061         (gtk_text_iter_ends_line): return TRUE for the end iterator
6062
6063         * gtk/gtktextiter.h: put padding back in GtkTextIter, I thought of
6064         a couple things that might get cached in here.
6065
6066 Tue Nov 13 21:00:59 2001  Jonathan Blandford  <jrb@redhat.com>
6067
6068         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_class_init): new
6069         "model" construct property for language bindings.
6070
6071         * gtk/gtktreestore.c (gtk_tree_store_set_column_types): New
6072         function to let you set the column types of a GtkTreeStore for
6073         language bindings.
6074
6075         * gtk/gtkliststore.c (gtk_list_store_set_column_types): ditto.
6076
6077 2001-11-13  Havoc Pennington  <hp@redhat.com>
6078
6079         * gtk/gtktextview.c (gtk_text_view_add_child_in_window): docs
6080         including reference to bugzilla bug about how we should have 
6081         a better way of positioning children
6082
6083         * gtk/gtktextview.h (struct _GtkTextViewClass): add some padding
6084
6085         * gtk/gtktextview.c (gtk_text_view_size_allocate): assign zero
6086         size to side rects if they don't exist, #63438
6087
6088 2001-11-13  Havoc Pennington  <hp@redhat.com>
6089
6090         * gtk/gtktextview.c (gtk_text_view_key_press_event): fix to
6091         properly replace selection with Return or Tab
6092
6093         * gtk/gtktextdisplay.c (gtk_text_layout_draw): fix broken code
6094         that didn't locate the end of the line correctly, should fix #63800
6095
6096 2001-11-13  Havoc Pennington  <hp@redhat.com>
6097
6098         * gtk/gtktextview.c (gtk_text_view_size_request): add border width
6099         to requisition, request non-anchored children
6100         (gtk_text_view_size_allocate): handle border width, allocate
6101         non-anchored children
6102         (text_view_child_new_window): set the child as object data
6103         (gtk_text_view_move_child): allow children at negative
6104         coordinates, no reason why not
6105         (gtk_text_view_forall): make it copy the list of children before
6106         walking it, to avoid reentrancy issues  
6107         (gtk_text_view_move_child): short-circuit if position is unchanged
6108         (changed_handler): only queue_resize if requisition has changed
6109         (gtk_text_view_init): don't redraw_on_allocate, since we can do 
6110         a better job of invalidation ourselves
6111
6112         * tests/testtext.c: add tests for the fixed-position children
6113
6114 Tue Nov 13 19:51:43 2001  Tim Janik  <timj@gtk.org>
6115
6116         * gtk/gtkwindow.c (handle_accels_changed): protect idle handle
6117         with gdk threads macro.
6118
6119 Mon Nov 12 23:08:37 2001  Tim Janik  <timj@gtk.org>
6120
6121         * gtk/maketypes.awk: fix type utils generation on unix.
6122
6123         * gtk/gtkaccelmap.[hc]: new files, implementing a global accelerator
6124         registry.
6125
6126         * gtk/gtkaccelgroup.[hc]: major API/implementation revamp:
6127         removed GTK_ACCEL_SIGNAL_VISIBLE, gtk_accel_group_get_default,
6128         gtk_accel_group_get_entry, gtk_accel_group_(un)lock_entry,
6129         gtk_accel_group_add/remove, gtk_accel_group_handle_add/remove,
6130         gtk_accel_group_create_add/remove, gtk_accel_group_entries_from_object.
6131         introduced ::accel_changed signal for change notification, and
6132         gtk_accel_group_connect/disconnect to connect closures to accel groups.
6133         made gtk_accel_group_attach/detach and gtk_accel_group_activate private
6134         functions.
6135         deprecated gtk_accel_group_ref/unref.
6136
6137         * gtk/gtkaccellabel.[hc]: changes to make accellabels pay attention
6138         to accel group changed notification and basically operate on closures.
6139         removed gtk_accel_label_get_accel_object and
6140         gtk_accel_label_set_accel_object.
6141         introduced gtk_accel_label_set_accel_closure, and for convenience,
6142         gtk_accel_label_set_accel_widget.
6143
6144         * gtk/gtkitemfactory.[hc]: removed accelerator propagation code
6145         which mostly moved into gtkaccelmap.[hc].
6146         removed gtk_item_factory_parse_rc*, gtk_item_factory_dump_*
6147         and gtk_item_factory_print_func.
6148
6149         * gtk/gtkmain.c: call _gtk_accel_map_init().
6150
6151         * gtk/gtkmenuitem.[hc]: introduced gtk_menu_item_set_accel_path(),
6152         that associates an accelerator path with menu items, through which
6153         persistent accelerator settings on menu items are enabled.
6154
6155         * gtk/gtkmenu.[hc]: added gtk_menu_set_accel_path() so accelerator
6156         paths of menu item can be default constructed to allow installation
6157         of accelerators on menu items that don't come with an accelerator
6158         binding by default.
6159
6160         * gtk/gtksettings.c: fix STRING type rc settings by special casing
6161         them appropriately in the parser.
6162
6163         * gtk/gtksignal.[hc]: allow a class function offset of 0 for
6164         gtk_signal_newv().
6165
6166         * gtk/gtkwidget.[hc]: accelerator API revamp.
6167         removed ::accelerator_add/remove signals, gtk_widget_accelerator_signal,
6168         gtk_widget_accelerators_locked, gtk_widget_remove_accelerators and
6169         gtk_widget_(un)lock_accelerators.
6170         accelerators maintained through gtk_widget_add/remove_accelerator()
6171         are not runtime changable now, the correct sequence to setup a
6172         widget for runtime changable accelerators is now:
6173           gtk_accel_map_add_entry(accel_path, key, mods);
6174           _gtk_widget_set_accel_path(widget, accel_path, accel_group);
6175
6176         * gtk/gtkwindow.[hc]: accelerator changes, proxy and coalesce accel
6177         group changes (as well as mnemonic changes) through the new signal
6178         ::accels_changed.
6179
6180 Sat Nov 10 12:08:56 2001  Tim Janik  <timj@gtk.org>
6181
6182         * gtk/gtksettings.c (_gtk_settings_parse_convert): properly handle
6183         GString->string conversions.
6184
6185 Mon Nov 12 19:33:52 2001  Owen Taylor  <otaylor@redhat.com>
6186
6187         * gtk/gtkmessagedialog.c (gtk_message_dialog_new): Warn
6188         if GTK_DIALOG_NO_SEPARATOR is passed in and ignore it.
6189
6190 2001-11-12  Matthias Clasen  <matthiasc@poet.de>
6191
6192         * gtk/gtktreeview.c: Documentation fixes. (#64377)
6193         
6194         * gtk/gtktreestore.c: Documentation fixes. (#64376)
6195
6196 2001-11-11  Matthias Clasen  <matthiasc@poet.de>
6197
6198         * gtk/gtkiconfactory.c, gtk/gtktextbuffer.c, gtk/gtktreemodel.c,
6199         gtk/gtkwindow.c, gtk/gtknotebook.c, gtk/gtkradiobutton.c, 
6200         gtk/gtktextiter.c, gtk/gtkdialog.c: Mass fixing of trivial doc bugs.  
6201         (#63544, #57007, #64141, #63472, #57108, #60818, #61562)
6202
6203 2001-11-10  Hans Breuer  <hans@breuer.org>
6204
6205         * gdk/win32/gdkevents-win32.c (gdk_event_translate) : make sure 
6206         we know what we are talking about when asked for MINMAXINFO.
6207         Also some cleaning for !HAVE_DIMM_H etc.
6208
6209 2001-11-10  Matthias Clasen  <matthiasc@poet.de>
6210
6211         * gtk/gtktreeviewcolumn.c: Fix docs for 
6212         gtk_tree_view_column_set_sort_order. (#62647)
6213         
6214         * gtk/gtkcontainer.c: Fix docs for 
6215         gtk_container_set_border_width. (#64139)
6216
6217         * gtk/gtkcolorsel.c: Documentation fixes.
6218
6219 2001-11-10  Hans Breuer  <hans@breuer.org>
6220
6221         * gtk/gtkfontsel.c : use g_strcasecmp(), some poor platforms
6222         don't have strcasecmp()
6223
6224         * gtk/gtktextview.c : to fix crashing on e.g. TextView::find need 
6225         to remove the idle funcs in gtk_text_view_destroy (). To reduce 
6226         code duplication wrap it in its own function and use it in 
6227         gtk_text_view_unrealize () and gtk_text_view_destroy_layout ()
6228
6229         * gdk/win32/gdkdrawable-win32.c : implement the finalize
6230         method like the X11 version does, allow to set_colormap NULL
6231         * gdk/win32/gdkwindow-win32.c : adapt GdkWindowImplWin32::
6232         set_colormap, also some adaption to X11 version :
6233         (gdk_window_hide) call _gdk_window_clear_update_area
6234         (gdk_window_reparent) call _gdk_window_init_position
6235
6236         * gdk/win32/gdkwindow-win32.c (gdk_window_set_geometry_hints) : 
6237         call gdk_window_resize() after all hints are set, because the
6238         window resizing process (WM_GETMINMAXINFO) takes all of them into 
6239         account
6240
6241         * gdk/win32/gdkfont-win32.c : make gdk_font_equal return a gboolean
6242
6243         * gdk/win32/gdkvisual-win32.c : register GdkVisual with 
6244         sizeof (GdkVisualPrivate)
6245
6246         * gdk/gdk.def gtk/gtk.def : upated externals
6247
6248         * gdk/makefile.msc gdk/win32/makefile.msc gdk-pixbuf/makefile.msc
6249           gdk-pixbuf/pixops/makefile.msc gtk/makefile.msc.in tests/makefile.msc :
6250         from now on use make.msc from $(TOP)/glib/build/win32
6251
6252         * gtk/stock-icons/makefile.msc : add stock_missing_image
6253
6254 2001-11-08  Tor Lillqvist  <tml@iki.fi>
6255
6256         * README.win32: Add headers. Add section about ActiveIMM.
6257
6258         * configure.in: Add --with-ie55 flag to specify the location of
6259         the "IE55 libs and headers" package downloadable from Microsoft,
6260         which contains, among other things, the Active IMM header dimm.h
6261         and UUID library uuid.lib. Use test -f instead of AC_CHECK_FILE.
6262         Require GLib 1.3.10.
6263         
6264         * config.h.win32.in: New version, produced by merging two
6265         configure-generated ones (for gcc and MSVC). Hopefully #defines
6266         the same flags that the previous, hand-written one, did.
6267
6268         * gdk/Makefile.am
6269         * gdk/win32/Makefile.am: Handle the uuid library from the IE55 lib.
6270
6271         * gdk/win32/gdkevents-win32.c: Conditionalize ActiveIMM
6272         stuff. Remove unused GdkIOClosure.
6273
6274         * gdk/win32/surrogate-dimm.h: Remove, use real dimm.h instead (if
6275         available).
6276
6277         * gdk/win32/libie55uuid.la: New file, handwritten libtool wrapper
6278         for uuid.lib. (Does it really have to be this hard to use an
6279         existing library with libtool? Probably I am missing something.)
6280
6281 2001-11-08  Darin Adler  <darin@bentspoon.com>
6282
6283         * gtk/gtklabel.c: (gtk_label_ensure_layout): Fix an obvious
6284         typo where it says LEFT instead of CENTER.
6285
6286 2001-11-07  Darin Adler  <darin@bentspoon.com>
6287
6288         * gtk/gtkdialog.c: (gtk_dialog_set_response_sensitive),
6289         (gtk_dialog_set_default_response): Add g_return_if_fail.
6290
6291 Mon Nov  5 22:34:29 2001  Owen Taylor  <otaylor@redhat.com>
6292
6293         * gtk/gtktreednd.[ch] (struct _GtkTreeDragSourceIface): 
6294         Add row_draggable() vfunc, and wrapper function.
6295
6296         * gtk/gtktreednd.[ch] (struct _GtkTreeDragDestIface): Make
6297         row_drop_possible take a GtkSelectionData, rather than
6298         model/row pair.
6299
6300         * gtk/gtktreestore.c gtk/gtkliststore.c: Update for 
6301         new DND interfaces.
6302
6303         * gtk/gtktreeview.[ch]: Remove the row_draggable_func
6304         location_dropable_func from gtk_tree_view_set_rows_drag_source/dest.
6305         and rename them to enable_model_drag_source/dest.
6306
6307         * gtk/treeviewcolumn.c: Add DND of columns between rows.
6308         Still can't drop _to_ the left tree, but other places
6309         work.
6310
6311         * gtk/gtktreeview.c (unset_reorderable): Unset the
6312         reorderable property if unset/enable_model_drag_source/dest
6313         are called manually.
6314
6315         * gtk/gtktreestore.c (gtk_tree_store_row_drop_possible): 
6316         Correct for change in depth count handling.
6317
6318         * gtk/gtktreeview.c (gtk_tree_view_create_row_drag_icon):
6319         Pass in a expose area to gtk_tree_view_column_cell_render()
6320
6321 2001-11-06  Havoc Pennington  <hp@redhat.com>
6322
6323         * demos/gtk-demo/textview.c (easter_egg_callback): wacky easter egg
6324
6325 Tue Nov  6 10:13:16 2001  Owen Taylor  <otaylor@redhat.com>
6326
6327         * gdk/x11/gdkgc-x11.c: Fix misplaced HAVE_XFT.
6328
6329 2001-11-05  Havoc Pennington  <hp@redhat.com>
6330
6331         * gtk/gtktextview.c (gtk_text_view_paint): expose the child
6332         widgets in here
6333         (gtk_text_view_realize): set parent window of child widgets
6334         (gtk_text_view_size_request): use child req to decide whether
6335         to invalidate layout, not widget->requisition
6336
6337         * gtk/gtktextdisplay.c (render_layout_line): set
6338         shaped_width_pixels for NULL shape objects, so that we properly
6339         draw the "missing pixbuf/widget" thing
6340         (render_layout_line): don't draw the widget here
6341         (gtk_text_layout_draw): pass out a list of widgets that need exposing
6342
6343         * demos/gtk-demo/textview.c (insert_text): add demo of child
6344         widgets
6345
6346         * gtk/gtktextlayout.c (add_child_attrs): remove debug spew
6347
6348         * gtk/gtktextdisplay.c (render_layout_line): remove debug spew
6349
6350         * gtk/gtktextview.c (gtk_text_view_update_child_allocation): add
6351         scroll offsets
6352         (gtk_text_view_value_changed): poke new X and Y into child allocations
6353
6354 2001-11-06  Tor Lillqvist  <tml@iki.fi>
6355
6356         * gtk/gtkmain.c (find_module): Do search GTK_BINARY_VERSION
6357         -specific directory on Windows, too (#63759).
6358
6359 Mon Nov  5 12:46:44 2001  Owen Taylor  <otaylor@redhat.com>
6360
6361         * gdk/x11/gdkdrawable-x11.[ch] gdk/x11/gdkgc-x11.c
6362         gdk/x11/gdkpixmap-x11.c gdk/x11/gdkprivate-x11.h
6363         gdk/x11/gdkwindow-x11.c: Redo Xft support to go
6364         directly to Picture objects instead of using XftDraw.
6365         This fixes the problem where we weren't able to 
6366         properly destroy XftDraw objects before destroying
6367         the accompanying windows, and probably improves
6368         efficiency a bit too. (#50214)
6369
6370 Mon Nov  5 10:01:49 2001  Owen Taylor  <otaylor@redhat.com>
6371
6372         * gdk/x11/gdkgeometry-x11.c (gdk_window_compute_position): 
6373         Clamp max window width/height to 32767, not 32768 since
6374         we have to be able to deal with a dx/y of -32768 without
6375         getting a width of 65536 when guffaw scrolling.
6376
6377         * gdk/x11/gdkgeometry-x11.c: Implement gdk_window_scroll()
6378         for the guffaw scrolling case, fixing some problems with
6379         copy-area case as well. Fix BadValue bug with moving windows
6380         by large amounts.
6381
6382         * gdk/x11/gdkgeometry-x11.c (gdk_window_clip_changed): Update
6383         clip in window structue before calling gdk_window_invalidate_region
6384         since that trims new invalidations to the window's visible
6385         region.
6386
6387         * gdk/x11/gdkwindow-x11.c (gdk_window_set_static_gravities): 
6388         Really set the static window gravity on the children, not
6389         repeatedly on the window.
6390
6391         * gtk/testgtk.c: Add a torture test for big windows and 
6392         gdk_window_scroll().
6393
6394 Sun Nov  4 17:36:08 2001  Manish Singh  <yosh@gimp.org>
6395
6396         * acconfig.h configure.in: sigsetjmp is macroized in some places,
6397         so use AC_TRY_LINK instead of AC_CHECK_FUNCS for the check.
6398
6399 Sun Nov  4 19:16:23 2001  Owen Taylor  <otaylor@redhat.com>
6400
6401         * gdk/gdkcolor.c (gdk_color_parse): Implement gdk_color_parse()
6402         in terms of pango_color_parse().
6403
6404         * gdk/{linux-fb,win32,x11}/gdkcolor-*.c: Remove port-specific
6405         gdk_color_parse() implementations.
6406
6407 Sun Nov  4 18:39:43 2001  Owen Taylor  <otaylor@redhat.com>
6408
6409         * gtk/gtksizegroup.c (gtk_size_group_set_mode): 
6410         queue_resize_on_group with both the old and new mode, not
6411         just the new mode. (#60171, Nicolas Setton). Also, notify
6412         the "mode" property.
6413         
6414 Sun Nov  4 16:02:08 2001  Owen Taylor  <otaylor@redhat.com>
6415
6416         * gdk/gdkwindow.[ch]: Add a function gdk_window_invalidate_maybe_recurse() 
6417         for use in "shallow invalidation" of a widget. (Windows belonging
6418         to the widget, but not to the widget's children)
6419
6420         * gtk/gtkprivate.h gtk/gtkwidget.c gtk/gtksizegroup.c: Add private
6421         flags GTK_ALLOC_NEEDED, GTK_REQUEST_NEEDED.  These flags are set
6422         up on ancestors up to the resize container on queue_resize. Size
6423         requests only actually take place if GTK_REQUEST_NEEDED, size
6424         allocations only take place if GTK_ALLOC_NEEDED or the size
6425         changed.
6426
6427         * gtk/gtkcontainer.c gtk/gtkwidget.c: Remove
6428         container->resize_widgets and the RESIZE_NEEDED flag since the
6429         above flags are sufficient to figure out what needs to be
6430         resized/reallocated. Remove code manipulating
6431         container->resize_widget.
6432
6433         * gtk/gtkwidget.[ch]: Add gtk_widget_set_redraw_on_alloc(); this
6434         allows widgets to turn off being automatically invalidated is when
6435         they are resized.
6436
6437         * gtk/gtkwidget.[ch] (gtk_widget_size_allocate): Invalidation when
6438         a widget is resized or moved is "shallow" as described above -
6439         only the windows that need to be invalidated are invalidated.
6440
6441         * gtk/gtkbox.c gtk/gtktable.c gtk/gtkalignment.c docs/Changes-2.0.txt: 
6442         Make these widget's init functions call 
6443         gtk_widget_set_redraw_on_allocate(widget,FALSE).
6444
6445         * gtk/gtkwindow.c (gtk_window_configure_event): Call 
6446         _gtk_container_queue_resize(), since we don't want
6447         redrawing. (Probably could be done for other 
6448         calls to gtk_widget_queue_resize() in gtkwindow.c,
6449         but this is the most important one.)
6450
6451         * gtk/gtkwindow.c (gtk_window_move_resize): Don't call
6452         gtk_widget_queue_draw() - size_allocate() handles
6453         that as appropriate.
6454
6455         * gtk/gtkframe.c (gtk_frame_size_allocate): Invalidate instead
6456         of queue_clear() to avoid invalidating children.
6457
6458 2001-11-04  jacob berkman  <jacob@ximian.com>
6459
6460         * gtk/gtkmain.c (find_module): don't free the module name until
6461         after we load the module
6462
6463 Sat Nov  3 13:57:21 2001  Owen Taylor  <otaylor@redhat.com>
6464  
6465         * gtk/gtkctree.c: Convert GTK_TYPE_CTREE_NODE to pointer
6466         derivation instead of boxed derivation.
6467  
6468         * gtk/gtkmarshal.list: Remove some now unused marshallers.
6469  
6470 2001-11-04  Tor Lillqvist  <tml@iki.fi>
6471
6472         * gtk/gtkimmodule.c: Can't include gtkprivate.h (I added the
6473         include yesterday, without really thinking), as that defeats the
6474         working of correct_libdir_prefix() (it becomes a no-op.). Add
6475         comment mentioning that. Thanks to Hans Breuer for noticing.
6476         
6477 2001-11-03  Daniel Elstner  <daniel.elstner@gmx.net>
6478
6479         * gtk/gtkwindow.h (frame_event): Use GtkWindow* as first
6480         signal argument (was GtkWidget*).
6481
6482         * gtk/gtkwindow.c (gtk_window_frame_event),
6483           gtk/gtkwindow-decorate.c (gtk_decorated_window_frame_event):
6484         Fixed argument types as above, removed GTK_WINDOW casts and
6485         added some GTK_WIDGET casts instead.
6486
6487 2001-11-03  Hans Breuer  <hans@breuer.org>
6488
6489         * gtk/gtkfilesel.c (gtk_file_selection_finalize) : chain
6490         finalize to parent class to get removed from the toplevel_list.
6491         Should fix 'random' crashes of #63474.
6492
6493         * gtk/gtktreemodelsort.c : chain finalize() to parent class
6494
6495 2001-11-03  Tor Lillqvist  <tml@iki.fi>
6496
6497         * modules/input/Makefile.am: Use -no-undefined on Windows. Look
6498         for .dll or .so as appropriate as module suffix.
6499
6500         * gtk-zip.sh.in: Use correct import library names.
6501
6502         * gtk/gtk.def: Add a couple of missing entry points. (#63585)
6503
6504         * gtk/gtkimmodule.c (correct_libdir_prefix): New function, used on
6505         Windows to turn build-time paths from a gtk.immodules distributed
6506         as part of a binary package into runtime ones in the
6507         end-user-chosen installation directory.
6508         (gtk_im_module_init): Use it for module path and domain
6509         directory.
6510
6511 2001-11-02  Tor Lillqvist  <tml@iki.fi>
6512
6513         * gtk/gtkrc.c (gtk_rc_make_default_dir): Fix typo: extraneous
6514         comma.  Include gtkprivate.h for GTK_LIBDIR etc definitions on
6515         Windows.
6516
6517 2001-10-30  Tor Lillqvist  <tml@iki.fi>
6518
6519         * Makefile (install-data-hook): Use cp, not $(LN_S) on the .pc
6520         files. Configure on Win32 (running on Cygwin) thinks symlinks
6521         exist, but pkg-config is not necesarily a Cygwin program, and
6522         doesn't understand them.
6523
6524 Fri Nov  2 16:45:17 2001  Jonathan Blandford  <jrb@redhat.com>
6525
6526         * gtk/gtkrbtree.c (_gtk_rbtree_remove_node): Clean up height code
6527         a bit.  I don't think it's completely correct yet, but it's
6528         getting there.
6529
6530 Fri Nov  2 16:14:15 2001  Owen Taylor  <otaylor@redhat.com>
6531
6532         * gtk/gtkviewport.c (gtk_viewport_size_request): Remove
6533         random + 5 for width and height. If people want padding,
6534         they should add padding. (Note the +5 isn't padding
6535         that will always appear - it just appears in the case
6536         where the widget is allocated it's requisition.)
6537         (#51018, Janet Davis)
6538
6539 Fri Nov  2 15:53:23 2001  Owen Taylor  <otaylor@redhat.com>
6540
6541         * gtk/gtkimcontext.h (struct _GtkIMContextClass): Pad
6542         the structure for future expansion.
6543
6544 Fri Nov  2 15:30:34 2001  Owen Taylor  <otaylor@redhat.com>
6545
6546         Patch from HideToshi Tajima (#51922)
6547         
6548         * gtk/gtkimmulticontext.c: Proxy set_use_preedit().
6549
6550         * gtk/modules/input/gtkimcontextxim.[ch]: Implement
6551         set_use_preedit().
6552         
6553         * gtk/modules/input/gtkimcontextxim.[ch]: If we have
6554         to destroy the input context because we change the
6555         client window or use_preedit, make sure we empty
6556         the preedit string.
6557
6558 Fri Nov  2 14:55:53 2001  Owen Taylor  <otaylor@redhat.com>
6559
6560         * gtk/{gtkcolorseldialog.c,gtkfilesel.c,gtkfontsel.c,
6561         gtkgamma.c,gtkmessagedialog.c}: Go to the GUP
6562         proposed ordering of buttons with [OK] in the lower
6563         right hand corner. Patch from Gregory Merchan,
6564         #56331.
6565
6566 Fri Nov  2 11:51:49 2001  Jonathan Blandford  <jrb@redhat.com>
6567
6568         * gtk/gtklabel.c (gtk_label_select_region_index): remove
6569         extraneous gtk_label_clear_layout (label)
6570
6571 2001-11-02  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
6572
6573         * tests/makefile.msc, gtk/makefile.msc.in: Removed
6574         -DGTK_DISABLE_COMPAT_H.
6575
6576         * docs/Changes-2.0.txt:
6577         s/GDK_DISABLE_COMPAT_H/GDK_DISABLE_DEPRECATED/
6578
6579         * gtk/gtkcompat.h.in, gdk/gdkcompat.h: Removed from CVS.
6580
6581 Fri Nov  2 10:21:03 2001  Owen Taylor  <otaylor@redhat.com>
6582
6583         * examples/**/Makefile.am: Convert to use pkg-config
6584         rather than gtk-config. (#53375, Skip Montanaro)
6585
6586 2001-11-02  Matt Wilson  <msw@redhat.com>
6587
6588         * gtk/gtkdialog.c (find_child_by_response_id): remove totally
6589         broken unused, non-compiling, static function.
6590
6591 Fri Nov  2 08:17:06 2001  Owen Taylor  <otaylor@redhat.com>
6592
6593         * gtk/gtkdialog.c (gtk_dialog_set_response_sensitive): 
6594         Iterate through children of the action area, not of
6595         the vbox. (#58278, Sergey Kuzminov)
6596
6597 2001-11-01  Havoc Pennington  <hp@pobox.com>
6598
6599         * gtk/gtktext.c (gtk_text_set_position): handle -1 argument in
6600         order to remove a workaround in Nautilus that forced
6601         GTK_ENABLE_BROKEN
6602
6603         * gtk/gtkwidget.c (gtk_widget_modify_style): fix typos in the docs
6604
6605 Thu Nov  1 20:09:31 2001  Owen Taylor  <otaylor@redhat.com>
6606
6607         * gtk/gtkrange.c: Patch from George Lebl to 
6608         fix division by zero for full scroll bars. (#62114)
6609
6610 Thu Nov  1 19:56:40 2001  Owen Taylor  <otaylor@redhat.com>
6611
6612         * gtk/gtkmain.c (gtk_main_do_event): ref/unref
6613         around gtk_widget_event() if we are going to
6614         set a flag afterwards. (#63464)
6615
6616 Thu Nov  1 19:44:48 2001  Owen Taylor  <otaylor@redhat.com>
6617
6618         * gtk/gtkiconfactory.c gtk/stock-icons/Makefile.am: 
6619         Actually add the missing/broken image icon as the
6620         image for the "missing image" stock icon.
6621
6622 Thu Nov  1 19:18:34 2001  Owen Taylor  <otaylor@redhat.com>
6623
6624         * demos/gtk-demo/stock_browser.c (do_stock_browser): 
6625         Set a reasonable default height for the window.
6626
6627         * demos/gtk-demo/stock_browser.c (id_to_macro): Fix
6628         bug where subsequent '-' weren't converted to '_'.
6629         (#59550, Matthias Clasen)
6630
6631         * demos/gtk-demo/appwindow.c (menu_items): Don't right 
6632         justify the Help menu - just include a comment on
6633         how to do it. (#63539,  Marius Andreiana)
6634
6635         * gtk/gtkiconfactory.c (gtk_icon_set_get_sizes): Don't 
6636         list GTK_ICON_SIZE_INVALID.
6637
6638         * demos/gtk-demo/stock_browser.c: Show the biggest available
6639         size, not a fixed size. (Often reported, including #63539, 
6640         Marius Andreiana)
6641
6642 Thu Nov  1 19:11:35 2001  Jonathan Blandford  <jrb@redhat.com>
6643
6644         * gtk/gtkrbtree.c (gtk_rbtree_reorder_fixup): Fix reorder_fixup,
6645         #59583
6646
6647         * gtk/gtktreeselection.c (gtk_tree_selection_set_mode): fix
6648         warning.
6649
6650 Thu Nov  1 16:54:00 2001  Owen Taylor  <otaylor@redhat.com>
6651
6652         * gtk/gtktypeutils.h: Make GtkFunction return boolean, not gint.
6653         (Daniel Elstner).
6654
6655 Thu Nov  1 16:20:56 2001  Owen Taylor  <otaylor@redhat.com>
6656
6657         * gtk/gtkimcontext.[ch]: Add:
6658           - A ::retrieve_surrounding signal that asks the widget for
6659             context around the insertion point.
6660           - A ::delete_surrounding signal that asks the widget to 
6661             delete context aroudn the insertion point.
6662           - gtk_im_context_set_context() for widgets to set context
6663             around the insertion point in response to ::retrieve_context.
6664           - gtk_im_context_get_context() for context to get context
6665             around the insertion point
6666
6667         * gtkmarshal.list: Add BOOL:INT,INT
6668
6669         * gtk/gtkimmulticontext.c: Proxy the get_surrounding() /
6670         set_surrounding() methods, and the ::retrieve_surrounding /
6671         ::delete_surrounding signals.
6672
6673         * gtk/gtkentry.c gtk/gtktreeview.c: Hook up to the
6674         GtkIMContext::retrieve_surrounding / ::delete_surrounding
6675         signals.
6676
6677 Thu Nov  1 15:45:04 2001  Jonathan Blandford  <jrb@redhat.com>
6678
6679         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_rows_reordered):
6680         it's amazing how well things work sometimes, even when they're
6681         completely wrong.
6682
6683         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): Fix bug
6684         where you could try to collapse a node w/o it having children.
6685
6686         (gtk_tree_view_class_init): remove Shift L<->R as they already
6687         existed for expand/collapse.
6688
6689 Thu Nov  1 12:21:31 2001  Jonathan Blandford  <jrb@redhat.com>
6690
6691         * gtk/gtktreeview.c (gtk_tree_view_focus_to_cursor): Fix crash
6692         found by Matt Wilson.
6693
6694 Thu Nov  1 00:44:50 2001  Jonathan Blandford  <jrb@redhat.com>
6695
6696         * gtk/gtktreeview.c (gtk_tree_view_class_init): Support Shift,
6697         Control, and Shift|Control L<->R, #63475
6698
6699 Wed Oct 31 18:53:51 2001  Jonathan Blandford  <jrb@redhat.com>
6700
6701         * gtk/gtktreemodel.c (gtk_tree_row_ref_deleted_callback): fix
6702         infinite loop noticed by yosh.
6703
6704 2001-11-01  Michael Meeks  <michael@ximian.com>
6705
6706         * gtk/gtksocket.c (gtk_socket_unrealize): unset the
6707         GTK_REALIZED flag so we don't re-enter when we are
6708         destroyed from the plug side.
6709
6710 Wed Oct 31 18:23:47 2001  Owen Taylor  <otaylor@redhat.com>
6711
6712         * gtk/gtkoptionmenu.c (gtk_option_menu_detacher): 
6713         Add a "menu" property and notify on it. (#62798,
6714         Padraig O'Briain)
6715
6716         * gtk/gtkselection.[ch] gtk/{gtkentry.c, gtkfilesel.c,
6717         gtkoldeditable.c, gtktextbuffer.c, gtktextview.c}: 
6718         Fix set_text to take a gchar, not a guchar, and to have 
6719         a len argument.
6720
6721 Wed Oct 31 15:31:13 2001  Manish Singh  <yosh@gimp.org>
6722
6723         * gtk/gtkstock.c: fix typo to make it compile
6724
6725 Wed Oct 31 17:27:20 2001  Jonathan Blandford  <jrb@redhat.com>
6726
6727         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render): if
6728         the widget is insensitive, draw the text insensitively, #63306
6729
6730 2001-10-31  Matthias Clasen  <matthiasc@poet.de>
6731
6732         * gtk/gtkstock.c: Add stock items for most stock icons. (#61757)
6733
6734 Wed Oct 31 16:53:48 2001  Jonathan Blandford  <jrb@redhat.com>
6735
6736         * gtk/gtktreednd.c (gtk_tree_set_row_drag_data): rename
6737         gtk_selection_data_set_tree_row, #60218
6738         (gtk_tree_get_row_drag_data): rename
6739         gtk_selection_data_get_tree_row, #60218
6740
6741         * gtk/gtktreemodel.c (gtk_tree_row_ref_deleted_callback): Actually
6742         get this right, after the third try, #63122.
6743
6744 2001-10-31  jacob berkman  <jacob@ximian.com>
6745
6746         * gdk/gdkselection.h (GDK_TARGET_STRING): 
6747         (GDK_SELECTION_TYPE_STRING): these should be 31, not 3.  Hooray
6748         for Xatoms (and not using the XA_* macros)!
6749
6750 Wed Oct 31 15:38:14 2001  Owen Taylor  <otaylor@redhat.com>
6751
6752         * gtk/gtkwindow.[ch] (gtk_window_get_focus): Add a
6753         gtk_window_get_focus() getter to determine the currently
6754         focused widget within the window. (#63145, request
6755         from Damian Ivereigh)
6756
6757 Wed Oct 31 14:45:08 2001  Jonathan Blandford  <jrb@redhat.com>
6758
6759         * gtk/gtkenums.h (enum): Add GTK_SELECTION_NONE enum, #61695
6760
6761         * gtk/gtktreeselection.c (gtk_tree_selection_set_mode): Handle new
6762         GTK_SELECTION_NONE enum.
6763         (_gtk_tree_selection_internal_select_node): ditto
6764
6765         * gtk/gtkcellrenderer.h (struct _GtkCellRendererClass): add
6766         constness.
6767
6768         * gtk/gtkcellrenderertoggle.c: more yummy constness.
6769
6770         * gtk/gtkclist.c (gtk_clist_set_selection_mode): g_return_if_fail
6771         if mode == GTK_SELECTION_NONE
6772
6773 Wed Oct 31 14:05:17 2001  Jonathan Blandford  <jrb@redhat.com>
6774
6775         * gtk/gtktreeview.c (gtk_tree_view_class_init): Added a
6776         "cursor_changed" signal, #62850.
6777
6778 2001-10-31  Matt Wilson  <msw@redhat.com>
6779
6780         * gtk/gtktreedatalist.c (_gtk_tree_data_list_alloc): after
6781         allocating the treedatalist, zero it to make sure the values are
6782         cleared from any garbage that was in this chunk.
6783
6784 2001-10-31  Murray Cumming  <murrayc@usa.net>
6785
6786         * gtk/cellrenderertext.h: "edited" default signal handler
6787         gchar* args are now const.
6788         gtk/cellrenderertoggle.h: "toggled" default signal handler
6789         gchar* arg is now const.
6790         Also changed other signal handlers for "edited" and "toggled" to
6791         have the same signature.
6792
6793 Tue Oct 30 19:17:57 2001  Jonathan Blandford  <jrb@redhat.com>
6794
6795         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_sort_level): massize
6796         rewrite.  Static models now totally work.  I'm not 100% sure about
6797         row_inserted and row_changed, but I'll get those later.
6798
6799 2001-10-30  Sven Neumann  <sven@gimp.org>
6800
6801         * configure.in: use GLIB_AC_DIVERT_BEFORE_HELP() so we get proper
6802         output for configure --help.
6803
6804 2001-10-30  Havoc Pennington  <hp@pobox.com>
6805
6806         * gtk/gtktextview.c (changed_handler): Update the IM spot location
6807         here, if text was invalidated in the visible area, because the
6808         scroll offset doesn't normally change in that case, and the mark
6809         isn't set, just implicitly moved over as text is added/removed
6810         
6811 Mon Oct 29 19:18:35 2001  Jonathan Blandford  <jrb@redhat.com>
6812
6813         * gtk/gtkseparatormenuitem.c: Code cleanup.
6814         (gtk_separator_menu_item_class_init): Fix bugs in this code.
6815
6816 2001-10-29  jacob berkman  <jacob@ximian.com>
6817
6818         * gdk/Makefile.am (LDFLAGS): 
6819         * gtk/Makefile.am (LDFLAGS): automake doesn't support conditionalized
6820         LDFLAGS, so put win32 flags in here
6821
6822 Mon Oct 29 15:41:58 2001  Jonathan Blandford  <jrb@redhat.com>
6823
6824         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_sort_level): Darn.
6825         I can't believe this took this long to fix.
6826
6827 Mon Oct 29 13:54:49 2001  Jonathan Blandford  <jrb@redhat.com>
6828
6829         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_rows_reordered): fix
6830         reordered signal.
6831
6832 Mon Oct 29 12:27:51 2001  Owen Taylor  <otaylor@redhat.com>
6833
6834         * gtk/gtkfilesel.c (gtk_file_selection_rename_file): Grab
6835         the focus to the fileop entry for create dir / rename
6836         file. (#62838)
6837
6838 Mon Oct 29 12:21:49 2001  Owen Taylor  <otaylor@redhat.com>
6839
6840         * configure.in: Don't use AC_CHECK_FILE to check for a 
6841         file since it always spits warnings about cross compilation,
6842         use -f instead. It's not like we cross compile properly
6843         anyways.
6844
6845         * configure.in (gtktargetlib): Move call to AC_PROG_CC
6846         to suppress autoconf warning.
6847
6848         * acconfig.h: Add some missing #undefs from recent
6849         Win32 additions.
6850
6851 Mon Oct 29 11:31:40 2001  Owen Taylor  <otaylor@redhat.com>
6852
6853         * m4macros/gtk-2.0.m4: Don't try to use pkg-config
6854         when we didn't find it. (#62944, Eric Lemings)
6855
6856         * m4macros/gtk-2.0.m4: Fix problem with spaces around =
6857         sign in assignment. (#63209, Arkadiusz Miskiewicz)
6858
6859 2001-10-29  Anders Carlsson  <andersca@gnu.org>
6860
6861         * gtk/gtktreeview.c (gtk_tree_view_size_request): Calculate
6862         the buttons size request before using it. Fixes #61696.
6863
6864 2001-10-29  Tor Lillqvist  <tml@iki.fi>
6865
6866         * README.win32: Updates.
6867
6868         * gtk-zip.sh.in: New file, used to build distribution package for
6869         Windows.
6870
6871         * gdk/gdkglobals.c: Mark gdk_threads_mutex for DLL export when
6872         applicable with GDKVAR.
6873
6874         * gdk/win32/libwntab32x.la: New file, hand-written wrapper for the
6875         Wintab library.
6876
6877         * gdk/win32/gdkwin32.h
6878         * gdk/win32/gdkprivate-win32.h: Reorganise to match corresponding
6879         X11 headers better, and to enable gdkwin32.h to be installed and
6880         included from applications, but not the *-win32.h headers.
6881
6882         * gdk/win32/*.c: Corresponding small changes, simplifications of
6883         #includes.
6884         
6885         * gdk/win32/gdkregion-win32.c: Remove.
6886
6887         * gdk/win32/gdkevents-win32.c (print_event): Add GDK_SETTING.
6888
6889         * gdk/win32/gdkfont-win32.c
6890         * gdk/win32/gdkgeometry-win32.c: Remove unused variables.
6891
6892         * gdk/win32/gdkproperty-win32.c (gdk_atom_intern): Don't insert
6893         GDK_NONE values into hash table.
6894
6895         * gtk/gtk.def: Update.
6896
6897         * gtk/gtkfilesel.c: Include <winsock.h> (if available) for
6898         gethostname().
6899
6900         * gtk/gtkmain.c 
6901         * gtk/gtkrc.c: (Win32) Save actual DLL name for later use in DLL
6902         entry function. Avoid hardcoded paths GTK_LIBDIR, GTK_SYSCONFDIR,
6903         GTK_DATA_PREFIX and GTK_LOCALEDIR, instead add functions that call
6904         g_win32_get_package_installation_subdirectory() with the actual
6905         DLL name saved above. Redefine above directory name macros to call
6906         these functions. Remove some ifdefs.
6907
6908         * gtk/maketypes.awk: Output GTKTYPEBUILTINS_VAR (that marks
6909         variable for export on Win32) also to the _vars file.
6910
6911         Changes for autoconfiscated build on Win32, and addition of Win32
6912         backend to the related files:
6913         
6914         * configure.in: Like in GLib, set LT_CURRENT_MINUS_AGE for use
6915         when forming DLL name in some files. Set MS_LIB_AVAILABLE is
6916         lib.exe is available. Call AC_LIBTOOL_WIN32_DLL. Set
6917         PLATFORM_WIN32, OS_WIN32 and USE_WIN32 automake conditionals. Add
6918         win32 target, using pangowin32. Don't use the
6919         -export-symbols-regex option on Win32, we use .def files to list
6920         exported symbols. Check <winsock.h> (for gethostname() in
6921         gtkfilesel.c). Enclose nested AC_CHECK_* macros in brackets to
6922         prevent premature m4 expansion.
6923
6924         * acconfig.h: Add HAVE_WINTAB.
6925
6926         * gdk/Makefile.am: Add libgdk-win32-1.3.la target and associated
6927         macros and rules. Use -no-undefined on Win32. Use gdk.def file. If
6928         MS_LIB_AVAILABLE, build MS import library. Install the import
6929         libraries. If HAVE_WINTAB, link with the Wintab library.
6930
6931         * gdk/win32/Makefile.am: Actually enable building the win32
6932         objects here, not just list all files in EXTRA_DIST. Link in the
6933         compiled resource file from rc/gdk-win32res.lo. If HAVE_WINTAB,
6934         copy the Wintab library into the .libs directory. 
6935
6936         * gdk/win32/gdkwindow-win32.c (RegisterGdkClass): Don't assume the
6937         name of the GDK DLL when fetching the icon. Use the HMODULE saved
6938         in gdk_dll_hinstance by DllMain.
6939
6940         * gdk/win32/rc/Makefile.am: Build gdk-win32res.lo using the
6941         build/win32/lt-compile-resource script.
6942
6943         * gdk/win32/rc/gdk.rc.in
6944         * gtk/gtk-win32.rc.in: Use the DLL name that libtool would use.
6945
6946         * gtk/Makefile.am: Add libgtk-win32-1.3.la target and associated
6947         macros and rules. Use -no-undefined on Win32. Use gtk-win32.def
6948         file. Install import libraries.
6949
6950 2001-10-29  Anders Carlsson  <andersca@gnu.org>
6951
6952         * gtk/gtkiconfactory.c (get_default_icons): Fix build.
6953
6954 2001-10-28  Hans Breuer  <hans@breuer.org>
6955
6956         * gdk/gdk.c gdk/gdkevents.c
6957           gdk/win32/gdkcolor-win32.c gdk/win32/gdkdnd-win32.c
6958           gdk/win32/gdkdrawable-win32.c gdk/win32/gdkevents-win32.c
6959           gdk/win32/gdkfont-win32.c gdk/win32/gdkgc-win32.c
6960           gdk/win32/gdkim-win32.c gdk/win32/gdkmain-win32.c
6961           gdk/win32/gdkprivate-win32.h gdk/win32/gdkproperty-win32.c
6962           gdk/win32/gdkselection-win32.c gdk/win32/gdkwin32.h
6963           gdk/win32/gdkwindow-win32.c gdk/win32/gdkwindow-win32.h :
6964         static correct-ness, underscore prefixing of library internal 
6965         functions
6966         (applied the undisputed and the win32 part. Of the latter 
6967          I'm probably the one who will change it back again, if Owen
6968          decides that the Gdk*Impl types should not be private to Gdk)
6969
6970         * gdk/gdk.def : added the remaining exported functions
6971
6972 2001-10-28  Matthias Clasen  <matthiasc@poet.de>
6973
6974         * gtk/gtkcellrenderertoggle.c, gtk/gtkimcontextsimple.c,
6975         gtk/gtkimmulticontext.c, gtk/gtkimagemenuitem.c,
6976         gtk/gtkiconfactory.c, gtk/gtkwindow.c: Documentation updates.
6977
6978 2001-10-28  jacob berkman  <jacob@ximian.com>
6979
6980         * gtk/gtkcolorsel.c (gtk_color_selection_class_init): do not call
6981         gtk_settings_get_default() here as that requires an X connection
6982         (which breaks doc building with no X connection) and is not
6983         multihead safe
6984         (gtk_color_selection_init): delay palette loading until realize
6985         time
6986         (gtk_color_selection_realize): load the palette, and initialize
6987         the global palette if it hasn't been already
6988
6989         * gtk/gtkpreview.c (gtk_preview_class_init): don't initialize the
6990         visual/cmap fields of klass->info since they are gone
6991         (gtk_preview_get_visual): just return gdk_rgb_get_visual ()
6992         (gtk_preview_get_cmap): just return gdk_rgb_get_colormap ()
6993         (gtk_preview_realize): don't set VISUAL and COLORMAP attributes
6994
6995         * gtk/gtkpreview.h (struct _GtkPreviewInfo): remove visual and
6996         cmap fields
6997         (gtk_preview_get_visual):
6998         (gtk_preview_get_cmap): mark as deprecated
6999
7000         * docs/Changes-2.0.txt: add a little note about the GtkPreviewInfo
7001         changes
7002
7003 Sun Oct 28 09:15:39 2001  Owen Taylor  <otaylor@redhat.com>
7004
7005         * gtk/gtkimcontext.h (struct _GtkIMContext): Fixed
7006         structure to have GObject not GtkObject as
7007         parent_instance. (Jeff Franks.)
7008
7009 2001-10-27  Matthias Clasen  <matthiasc@poet.de>
7010
7011         * gdk/x11/gdkinput.c: Typo fix.
7012
7013 2001-10-26  Havoc Pennington  <hp@pobox.com>
7014
7015         * gtk/gtktextview.c (gtk_text_view_mark_set_handler): Call
7016         update_im_spot_location here explicitly
7017         (gtk_text_view_reset_im_context): don't update the spot location
7018         here
7019
7020 2001-10-27  Anders Carlsson  <andersca@gnu.org>
7021
7022         * gtk/gtktreemodel.c (gtk_tree_model_get): Fix typo in docs.
7023         This fixes #62942.
7024
7025         * gtk/gtkspinbutton.c (gtk_spin_button_new_with_range): 
7026         Clarify that we're returning a spin button in the _new function.
7027         This fixes #54097.
7028         
7029 Fri Oct 26 20:55:57 2001  Owen Taylor  <otaylor@redhat.com>
7030
7031         * gtk/gtkbutton.c: Revert changes to GTK_RUN_LAST. 
7032         Unfortunately, people apparently erroneously connect
7033         to ::clicked for GtkToggleButton and expect
7034         they know what happened in the default signal handler
7035         instead of appropriately connecting to notification
7036         signal ::toggled. When the revolution comes, such
7037         people will be first against the wall.
7038
7039         We'll just have to go back to the old less-reliable
7040         set-it-back hacks for handling model-view check
7041         buttons and radio buttons. :-(. 
7042
7043 2001-10-27  Hans Breuer  <hans@breuer.org>
7044
7045         * gtk/gtkbbox.c gtk/gtkctree.c gtk/gtkhbbox.c
7046           gtk/gtkimmulticontext.c gtk/gtklabel.c gtk/gtkliststore.c
7047           gtk/gtkmenu.c gtk/gtkpaned.c gtk/gtkrc.c gtk/gtkscale.c
7048           gtk/gtkstyle.c gtk/gtktextbuffer.c gtk/gtktextlayout.c
7049           gtk/gtktexttag.c gtk/gtktexttagtable.c gtk/gtktextview.c
7050           gtk/gtktreestore.c gtk/gtkvbbox.c : 
7051         to simplify parsing for exported functions:
7052         - made implementation signature static, when the local 
7053           prototype already was
7054         - put the functions return value on it's own line
7055         - added as space between the function name and the 
7056           opening bracket
7057
7058         * gtk/gtk.def : added the remaining exported functions
7059
7060 2001-10-27  Anders Carlsson  <andersca@gnu.org>
7061
7062         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_fixed_width): 
7063         Add note about width having to be greater than 0. This fixes
7064         #55574. 
7065
7066         * gtk/gtktextiter.c (gtk_text_iter_backward_sentence_start): 
7067         Fix docs to say previous instead of next.
7068         (gtk_text_iter_backward_word_start): Likewise.
7069         This fixes bug #62980.
7070
7071         * gtk/gtkcontainer.c (gtk_container_set_border_width): Mention
7072         that the valid width is in range 0-65535 pixels. Fixes bug 
7073         #56754.
7074
7075         * gtk/gtksizegroup.c (gtk_size_group_set_mode): Remove
7076         a dot in the documentation. Fixes bug #62632.
7077
7078         * gdk/x11/gdkmain-x11.c: Replace int and guint with
7079         long and gulong in some places to make the code 64-bit
7080         clean.
7081         (_gdk_windowing_init_check): Replace gint with gulong.
7082         This patch was made by George Lebl and fixes bug #62113.
7083
7084         * tests/testgtk.c (create_range_controls): Don't set a 
7085         fixed height on the hscale widget. This fixes "bug" 
7086         #55840.
7087         (create_window_states): Set up destroy signals so that
7088         all windows will be destroyed when one is. This fixes 
7089         bug #58133.
7090
7091 2001-10-26  Anders Carlsson  <andersca@gnu.org>
7092
7093         * gtk/gtktreeview.c: 
7094         (gtk_tree_view_class_init): Create new "indent_expander"
7095         style property.
7096
7097         (gtk_tree_view_get_arrow_xrange): Add a tree argument
7098         to the function since the xrange can change depending
7099         on where in the tree we are. 
7100         
7101         (coords_are_over_arrow): Update function call to
7102         gtk_tree_view_get_arrow_xrange.
7103         (gtk_tree_view_draw_arrow): Likewise.
7104         
7105         (gtk_tree_view_real_expand_collapse_cursor_row):
7106         Call real_{expand|collapse}_row, so that we'll have an
7107         animation.
7108
7109 Fri Oct 26 20:13:36 2001  Kristian Rietveld  <kristian@planet.nl>
7110
7111         * tests/Makefile.am: fixed a small typo
7112
7113 Fri Oct 26 18:27:11 2001  Kristian Rietveld  <kristian@planet.nl>
7114
7115         * demos/gtk-demo/list_store.c (create_model): Anders
7116         Carlsson suggested to use G_N_ELEMENTS here
7117
7118 2001-10-26  Sven Neumann  <sven@gimp.org>
7119
7120         * gtk/gtkbutton.[ch]
7121         * gtk/gtkdnd.c: fixed inline comments
7122         
7123         * gtk/gtkgamma.c: gtk_entry_get_text() returns a const gchar.
7124
7125 2001-10-26  Hans Breuer  <hans@breuer.org>
7126
7127         * gdk-pixbuf/gdk_pixbuf.def : 
7128         * gdk/gdk.def : 
7129         * gtk/gtk.def : updated externals
7130
7131         * gdk/win32/gdkpixmap-win32.c : removed duplicate of
7132         gdk_window_lookup implementation. It already was in
7133         gdk/win32/gdkwindow-win32.c
7134
7135         * gdk/win32/gdkproperty-win32.c : made it compile again
7136         after GdkAtom API change
7137
7138         * gtk/gtk/makefile.msc.in : updated
7139
7140 Wed Oct 24 11:36:33 2001  Owen Taylor  <otaylor@redhat.com>
7141
7142         * configure.in (GTK_MICRO_VERSION): Version 1.3.10,
7143         require GLib 1.3.10.
7144
7145         * NEWS: updates.
7146
7147 Thu Oct 25 16:27:29 2001  Jonathan Blandford  <jrb@redhat.com>
7148
7149         * gtk/gtkrbtree.c (_gtk_rbnode_rotate_left): Add support for
7150         invalid nodes.
7151          (_gtk_rbnode_rotate_right): Ditto.
7152          (_gtk_rbtree_node_mark_invalid): New function.
7153          (_gtk_rbtree_node_mark_valid): New function.
7154
7155         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_class_init): We're a
7156         GObject, not a GtkObject.
7157         (gtk_tree_model_sort_row_has_child_toggled): Rewrote to be more
7158         correct.
7159         (gtk_tree_model_sort_row_deleted): ditto.
7160         (gtk_tree_model_sort_{un,}ref_node): Fix.
7161
7162         * gtk/gtktreeview.c: Protean incremental reflow support (commented
7163         out)
7164
7165         * gtk/gtktreeview.h (GtkTreeViewSearchEqualFunc): change char *key
7166         to const char *key.
7167
7168         * gtk/gtktreemodel.c (gtk_tree_row_reference_unref_path_helper):
7169         Important 1 line fix to fix a lot of refcounting woes.
7170
7171 2001-10-25  Matt Wilson  <msw@redhat.com>
7172
7173         * gtk/gtktextview.c (gtk_text_view_destroy): call
7174         gtk_text_view_destroy_layout after gtk_text_view_set_buffer (which
7175         now invalidates) so that we remove our idle functions.
7176         (gtk_text_view_destroy_layout): remove the first_validate_idle as
7177         well.
7178
7179         * gtk/gtktexttag.c (gtk_text_tag_class_init): the valid range for
7180         the 'indent' property is G_MININT to G_MAXINT.  Don't use
7181         -G_MAXINT for the minimum of the 'rise' property, use G_MININT
7182         instead.
7183
7184 2001-10-24  Anders Carlsson  <andersca@gnu.org>
7185
7186         * gtk/gtktreeview.c: 
7187         (gtk_tree_view_real_expand_row): add an animate argument
7188         (gtk_tree_view_real_collapse_row): likewise
7189         
7190         (gtk_tree_view_button_press), (gtk_tree_view_button_release), 
7191         (gtk_tree_view_collapse_all), (gtk_tree_view_expand_row),
7192         (gtk_tree_view_collapse_row): update functions that call
7193         real_{expand|collapse}_row to set the animate argument 
7194         accordingly.
7195         
7196 2001-10-24  Alex Larsson  <alexl@redhat.com>
7197
7198         * gdk/linux-fb/gdkfont-fb.c:
7199         Update to new Pango APIs
7200
7201         * gdk/linux-fb/gdkproperty-fb.c:
7202         Update to new GdkAtom APIs
7203
7204         * gdk/linux-fb/gdkwindow-fb.c:
7205         Remove warnings
7206
7207 Mon Oct 22 20:07:21 2001  Jonathan Blandford  <jrb@redhat.com>
7208
7209         * gtk/gtktreestore.c (gtk_tree_store_prepend): Fix docs, #62808
7210
7211 Wed Oct 24 22:54:07 2001  Kristian Rietveld  <kristian@planet.nl>
7212
7213         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_row_inserted): treat
7214         s_path as a child path
7215
7216 Wed Oct 24 20:29:47 2001  Kristian Rietveld  <kristian@planet.nl>
7217
7218         * gtk/gtktreemodelsort.c: more changes in an attempt to get
7219         it right. It's not yet ready for general consumption.
7220
7221         * tests/treestoretest.c: add a button and entry for the new
7222         iter_change function
7223         (iter_change): new function, to test
7224         the row_changed signal implementation of the GtkTreeModelSort
7225
7226         * tests/testtreesort.c: cleanups, changes to test more features
7227         of the GtkTreeModelSort at once
7228
7229 2001-10-24  Havoc Pennington  <hp@redhat.com>
7230
7231         * gtk/gtktextbuffer.c (clipboard_clipboard_buffer_received):
7232         remove hack to strip off the bogus newline, since we killed the
7233         bogus newline; fixes #61779
7234
7235 2001-10-24  Havoc Pennington  <hp@redhat.com>
7236
7237         * gtk/gtktextview.c (gtk_text_view_update_adjustments): don't
7238         create layout if we didn't have one
7239         (gtk_text_view_set_buffer): invalidate so we get the idle handlers
7240         as appropriate, avoids blanking the screen 
7241         (gtk_text_view_invalidate): new function to do invalidation,
7242         containing old guts of invalidated_handler
7243
7244 Wed Oct 24 10:29:47 2001  Owen Taylor  <otaylor@redhat.com>
7245
7246         * gtk/gtkalignment.c (gtk_alignment_class_init): Improve
7247         dreadful tooltips.
7248
7249 Tue Oct 23 17:31:42 2001  Owen Taylor  <otaylor@redhat.com>
7250
7251         * gdk/x11/gdkwindow-x11.c gdk/win32/gdkwindow-win32.c: Always 
7252         set window->parent (except or the root window itself); if 
7253         the window's parent is not a GdkWindow, or is a window of 
7254         type GDK_WINDOW_FOREIGN, set window->parent to the root parent.
7255
7256         * gdk/gdkwindow.c (gdk_window_get_toplevels): Don't include
7257         windows of type GDK_WINDOW_FOREIGN.
7258
7259 2001-10-24  Havoc Pennington  <hp@pobox.com>
7260
7261         * gtk/gtktextiter.c (gtk_text_iter_backward_chars): if we move to
7262         the front of a segment, use the "slow" technique for moving
7263         backward, so we don't mess up the any_segment field in the iter. 
7264         Fixes #57707
7265
7266         * tests/testtextbuffer.c: add code to detect #57707, to avoid
7267         regression
7268
7269 2001-10-23  Havoc Pennington  <hp@redhat.com>
7270
7271         * gtk/gtktextview.c (popup_targets_received): only sensitize Cut
7272         if selection contains some editable text, #60975
7273         (gtk_text_view_scroll_to_iter): remove warning about scrolling
7274         prior to map; it should actually be OK to do so in many cases, 
7275         it would be nice to warn about scrolling when many lines have
7276         height 0, but I don't know what to do about that. Perhaps 
7277         move part of flush_scroll into this function? comment added 
7278         to consider this.
7279
7280 2001-10-23  Havoc Pennington  <hp@redhat.com>
7281
7282         * gtk/gtktextview.c (changed_handler): Correctly keep the same
7283         text on the top of the screen, considering that the changed region
7284         may have overlapped the first paragraph. Should fix msw's "text
7285         widget scrolled to wrong place on map" bug, and probably some
7286         other scrolling cases as well.
7287         (gtk_text_view_set_scroll_adjustments): start adjustments at 0.0, 
7288         instead of some random value
7289
7290         * gtk/gtktextview.c (gtk_text_view_class_init): actually override
7291         grab_focus, so #59708 is really fixed
7292
7293 2001-10-24  Anders Carlsson  <andersca@gnu.org>
7294
7295         * gtk/gtkentry.c: (append_action_signal): Use an image menu item here
7296         (popup_targets_received): Call append_action_signal with stock items
7297         
7298         * gtk/gtklabel.c: (append_action_signal): Use an image menu item here
7299         (gtk_label_do_popup): Call append_action_signal with stock items
7300         
7301         * gtk/gtktextview.c: (append_action_signal): Use an image menu item here
7302         (popup_targets_received): Call append_action_signal with stock items
7303
7304 2001-10-23  Havoc Pennington  <hp@redhat.com>
7305
7306         * gtk/gtktextview.c (changed_handler): queue a resize here; will
7307         temporarily slow down the widget a lot, until we figure out how to
7308         optimize to avoid full redraw everytime we queue a resize.
7309
7310 2001-10-23  Havoc Pennington  <hp@redhat.com>
7311
7312         * gtk/gtktextiter.c (test_log_attrs): handle case where offset ==
7313         0 and char_len == 0, bug #61729
7314
7315 2001-10-23  Havoc Pennington  <hp@redhat.com>
7316
7317         * gtk/gtktextiter.c (gtk_text_iter_forward_cursor_positions): fix
7318         return value, #61714 (Vitaly Tishkov)
7319         (gtk_text_iter_backward_sentence_starts): ditto
7320         (gtk_text_iter_backward_word_starts): ditto
7321         (gtk_text_iter_forward_word_ends): ditto
7322         (gtk_text_iter_forward_sentence_ends): ditto
7323         (gtk_text_iter_backward_cursor_positions): ditto
7324
7325 2001-10-23  Havoc Pennington  <hp@redhat.com>
7326
7327         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_at_pixel): Apply
7328         fix from Dov Grobgeld, #61858
7329
7330 2001-10-23  Havoc Pennington  <hp@redhat.com>
7331
7332         * gtk/gtktextview.c (gtk_text_view_update_im_spot_location): 
7333         Update IM spot location at appropriate times, #50626
7334         (Hidetoshi Tajima)
7335
7336 2001-10-23  Havoc Pennington  <hp@redhat.com>
7337
7338         * gtk/gtktextview.c (gtk_text_view_grab_focus): scroll to cursor
7339         on grab focus, unless it's caused by button click, #59708
7340
7341 Tue Oct 23 11:53:00 2001  Owen Taylor  <otaylor@redhat.com>
7342
7343         * gtk/Makefile.am (INCLUDES): Remove G_DISABLE_CONST_RETURNS.
7344
7345         * gtk/gtkfontsel.[ch]: Make gtk_font_selection_get_font()
7346         G_CONST_RETURN. (Murray Cumming)        
7347
7348         * gtk/gtkfontsel.c (gtk_font_selection_dialog_get_preview_text):
7349         Make G_CONST_RETURN.
7350
7351         * gtk/gtkfilesel.c (open_user_dir): Fix bug with freeing
7352         results of g_get_home_dir().
7353
7354         * gtk/gtkfilesel.c: Make filesel->fileop_file a duplicated 
7355         copy. Storing the return from gtk_entry_get_text() is evil.
7356
7357         * gtk/gtkcombo.c gtk/gtkcellrenderertext.c gtk/gtkbindings.c 
7358         gtk/gtkfilesel.c gtk/gtkfontsel.c gtk/gtkimmodule.c 
7359         gtk/gtkobject.c gtk/gtkoldeditable.c gtk/gtktreedatalist.c
7360         gtk/gtksignal.c: Add const.
7361
7362         * gdk/x11/gdkkeys-x11.c (get_direction): Add missing const.
7363
7364         * gtk/gtktreeview.c: Namespace object data keys to be safe, even 
7365         if we are setting them on private widgets.
7366
7367         * gtk/gtktreeview.c (gtk_tree_view_real_start_interactive_search): 
7368         Duplicate entry->text before setting it as object data.
7369
7370 2001-10-22  Havoc Pennington  <hp@redhat.com>
7371
7372         * gtk/gtktextbuffer.c (gtk_text_buffer_place_cursor): don't back
7373         up a char from the end iterator, fixes #61859 ("can't put cursor
7374         at the end of the buffer")
7375
7376         * gtk/gtktextiter.c (gtk_text_iter_forward_to_line_end): fix this
7377         to work with delimiters other than newline.
7378
7379         * tests/testtextbuffer.c: add some tests for get_chars_in_line,
7380         get_bytes_in_line
7381
7382         * gtk/gtktextiter.c (gtk_text_iter_get_chars_in_line): fix for the
7383         last line, since the newline is no longer counted.
7384         (gtk_text_iter_get_bytes_in_line): ditto
7385
7386 2001-10-22  Havoc Pennington  <hp@redhat.com>
7387
7388         * gtk/gtktextbtree.c (_gtk_text_btree_insert): add assertion that 
7389         #58290 would trigger if it reappeared, I think
7390
7391 2001-10-22  Havoc Pennington  <hp@redhat.com>
7392
7393         * gtk/gtktextiter.c (_gtk_text_iter_forward_indexable_segment):
7394         add temporary code to dump btree contents on assertion failure
7395         described in #62656
7396         
7397         * gtk/gtktextbtree.c (ensure_end_iter_segment): add some
7398         assertions that we're getting the right end iter segment
7399
7400         * gtk/gtktextiter.c (_gtk_text_iter_forward_indexable_segment):
7401         verify that we aren't on the end iterator after moving 
7402         forward one segment - fixes return value in an obscure case. 
7403         Also, some trivial code cleanup/rearranging.
7404         
7405 2001-10-22  Havoc Pennington  <hp@redhat.com>
7406
7407         * gtk/gtktextlayout.h: add a #error unless you define
7408         GTK_TEXT_USE_INTERNAL_UNSUPPORTED_API, so people don't use this accidentally
7409
7410         * gtk/gtktext*.c: #define GTK_TEXT_USE_INTERNAL_UNSUPPORTED_API as appropriate.
7411         
7412 2001-10-22  Havoc Pennington  <hp@redhat.com>
7413
7414         * gtk/gtktextview.c (gtk_text_view_get_border_window_size): fix 
7415         #62365
7416
7417 2001-10-22  Havoc Pennington  <hp@redhat.com>
7418
7419         * gtk/gtktextview.c (gtk_text_view_get_window_type): fix 
7420         #62436
7421
7422 2001-10-22  Havoc Pennington  <hp@redhat.com>
7423
7424         * gtk/gtktextview.c (gtk_text_view_set_border_window_size): Fix 
7425         #62366
7426
7427 Mon Oct 22 11:47:47 2001  Owen Taylor  <otaylor@redhat.com>
7428
7429         * gtk/gtklabel.c: Add cursor-position, selection-bound 
7430         properties. (#62148, reported by Padraig O'Briain)
7431
7432         * gtk/gtkentry.c (gtk_entry_class_init): Rename text_position
7433         to cursor_position. (1.3.x addition, text_position is an awful
7434         name.) Make cursor_position read-only to avoid sticky questions
7435         of interaction with selection_bound. (#62636, reported by
7436         Padraig O'Briain)
7437
7438 Mon Oct 22 16:25:12 2001  Owen Taylor  <otaylor@redhat.com>
7439
7440         Fixing popup menus to have "Paste" sensitized correctly. Original
7441         patches from Damian Ivereigh, much mangled.
7442
7443         * gtk/gtkselection.c: Add functions gtk_selection_data_get_targets(),
7444         gtk_selection_data_targets_include_text(). (#60854)
7445
7446         * gtk/gtkclipboard.c: Add a simple do-it-all non-async "check if
7447         the clipboard has text" function gtk_clipboard_wait_is_text_available.
7448         (#60854)
7449
7450         * gtk/gtkentry.c: Only enable the paste item if the clipboard
7451         contains text. (#60973)
7452
7453         * gtk/gtktextview.c: Only enable the paste item if the clipboard
7454         contains text. (#60975)
7455
7456 2001-10-22  Havoc Pennington  <hp@redhat.com>
7457
7458         * gtk/gtktextview.c (gtk_text_view_class_init): rip out
7459         "height_lines" and "width_columns" properties, it doesn't make
7460         sense to set the size request on a text view really. #62103
7461
7462 Mon Oct 22 15:17:05 2001  Jonathan Blandford  <jrb@redhat.com>
7463
7464         * gtk/gtktreestore.c (gtk_tree_store_iter_depth): Realized
7465         g_node_depth is broken, and that it's not worth being consistent
7466         with it.
7467
7468 2001-10-22  Havoc Pennington  <hp@redhat.com>
7469
7470         * gtk/gtktextiter.c (gtk_text_iter_set_line): Clarify behavior in
7471         docs, #61777
7472         (gtk_text_iter_forward_search) (gtk_text_iter_backward_search):
7473         change the two boolean args to a flags field, so we can extend 
7474         to add case insensitive, regexp searches later. #61852
7475
7476 Mon Oct 22 15:07:17 2001  Jonathan Blandford  <jrb@redhat.com>
7477
7478         * gtk/gtktreestore.c (gtk_tree_store_iter_depth): update docs to
7479         reflect reality, #62810
7480
7481 Mon Oct 22 14:08:26 2001  Jonathan Blandford  <jrb@redhat.com>
7482
7483         * demos/gtk-demo/appwindow.c: Remove handle_box from App demo.
7484
7485         * gtk/gtktreeview.c (size_allocate): Move to a different drawing
7486         system.  Instead of having a window the size of the tree, we have
7487         a window the size of widget->allocation, and simply draw with the
7488         offset.
7489         (coords_are_over_arrow): ditto.  Move to window coordinates.
7490         (do_prelight): ditto
7491         (do_unprelight): ditto
7492
7493         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_rows_reordered):
7494         Minor fix from Kristian Rietveld to fix unsorted case.
7495
7496 2001-10-22  jacob berkman  <jacob@ximian.com>
7497
7498         * gtk/gtkclist.c (cell_size_request): don't cast a PIXTEXT cell to
7499         a PIXMAP cell (fixes crash when using PIXTEXT cells)
7500
7501 Sat Oct 20 18:58:25 2001  Owen Taylor  <otaylor@redhat.com>
7502
7503         * gtk/gtkentry.h: Deprecate gtk_entry_set_editable.
7504         (#58768, Vitaly Tishkov)
7505         
7506         * gtk/gtkobject.h: Deprecate with abandon. 
7507         (#61942, Vitaly Tishkov, Matthias Clasen)
7508
7509         * gtk/gtksignal.h: Deprecate everything.
7510
7511         * gtk/gtkmain.h (GTK_PRIORITY_INTERNAL): Deprecate
7512         all GTK_PRIORITY_* defines other than GKT_PRIORITY_RESIZE>
7513         (#61942, Matthias Clasen)
7514
7515         * gtk/gtkstyle.h: Deprecate gtk_draw_*. (#61140,
7516         Havoc Pennington)
7517
7518         * gtk/gtkitemfactory.h: Deprecate compat functions
7519         for GtkMenuFactory code. (#62071)
7520
7521         * gdk/gdkdrawable.h: Deprecate gdk_draw_string,
7522         gdk_draw_text,gdk_draw_text_wc. (#62071)
7523
7524 Mon Oct 22 10:12:08 2001  Owen Taylor  <otaylor@redhat.com>
7525
7526         * gdk/gdk.c docs/Changes-2.0.txt (gdk_threads_init): Don't call
7527         g_thread_init(), we don't want to link to -lgthread if we don't
7528         have to.
7529
7530 Mon Oct 22 08:51:02 2001  Owen Taylor  <otaylor@redhat.com>
7531
7532         * gdk/gdk.[ch] (gdk_threads_init) docs/Changes-2.0.txt: 
7533         Add a function, gdk_threads_init() that must be explicitely 
7534         called to enable the GDK thread mutex.
7535
7536 2001-10-22  Jakub Steiner <jimmac@ximian.com>
7537
7538         * gtk/stock-icons/stock_stop.png: no body parts
7539         
7540 Sun Oct 21 23:27:00 2001  Owen Taylor  <otaylor@redhat.com>
7541
7542         * gtk/gtkwidget.c (gtk_widget_translate_coordinates): Fix
7543         problem with g_return_if_fail return value.
7544
7545         * gdk/x11/gdkproperty-x11.c docs/Changes-2.0.txt: Move over the 
7546         virtual atom code from the gdk-multihead branch, removing the per-display
7547         part. Virtualizing atoms needs to be done now to prevent compat
7548         breakage in direct Xlib accessing code in the future. (#62208)
7549  
7550         * gdk/x11/gdkx.h: gdk/gdk/x11/gdkproperty-x11.c: Export
7551         gdk_x11_xatom_to_atom, gdk_x11_atom_to_xatom().
7552  
7553         * gdk/gdktypes.h docs/Changes-2.0.txt: Make GdkAtom
7554         an opaque pointer type so the compiler catches attempts
7555         to mingle it with X atoms.
7556
7557         * gdk/x11/{gdkdnd-x11.c,gdkevents-x11.c,gdkglobals-x11.c,
7558           gdkkeys-x11.c, gdkmain-x11.c, gdkprivate-x11.c, 
7559           gdkproperty-x11.c, gdkselection-x11.c, gdkwindow-x11.c}
7560           gtk/{gtkclist.c,gtkctree.c,gtkdnd.c,gtkplug.c,gtksocket.c}
7561           tests/testdnd.c,tests/testselection.c: 
7562         Fix up for above atom changes.
7563
7564         * gdk/gdkselection.h (GDK_SELECTION_CLIPBOARD): Add, since we
7565         now have the ability to add custom predefines.
7566
7567         * gtk/{gtkentry.c,gtklabel.c,gtkoldeditable.c,gtktextview.c}:
7568         Use GDK_SELECTION_CLIPBOARD instead of GDK_NONE in calls
7569         to gtk_clipboard_get().
7570
7571         * gdk/win32/gdkproperty-win32.c: Add CLIPBOARD, fix up
7572         for GdkAtom => pointer change.
7573
7574         * gdk/linux-fb/gdkproperty-fb.c: Fix handling of predefined
7575         atoms, fix for GdkAtom => pointer change.
7576
7577 Mon Oct 22 00:26:46 2001  Kristian Rietveld  <kristian@planet.nl>
7578
7579         * gtk/gtkspinbutton.c: remove ARROW_SIZE constant, use
7580         new function spin_button_get_arrow_size() instead.
7581
7582         * gtk/gtkstyle.c (gtk_default_draw_arrow): actual size of
7583         arrow was hardcoded, it's now variable.
7584
7585         Fixes bug #50200
7586
7587 Sat Oct 20 18:16:04 2001  Manish Singh  <yosh@gimp.org>
7588
7589         * gtk/gtktreeview.c (gtk_treeview_get_property): PROP_MODEL and
7590         PROP_EXPANDER_COLUMN can be NULL, so don't do a object cast check
7591         for those
7592
7593 Sat Oct 20 19:38:16 2001  Owen Taylor  <otaylor@redhat.com>
7594
7595         * demos/*.c demos/gdk-pixbuf/*.c: Eliminate gtk_signal_*
7596         in favor of g_signal_*, gtk_object_* in favor of 
7597         g_object_*.
7598
7599 Fri Oct 19 18:35:22 2001  Manish Singh  <yosh@gimp.org>
7600
7601         * gtk/{gtkentry.c,gtktextview.c}: since GtkIMContext derives directly
7602         from GObject now, we have to use the g_object_* functions, not
7603         gtk_object_*.
7604
7605 Fri Oct 19 22:46:54 2001  Kristian Rietveld  <kristian@planet.nl>
7606
7607         * gtk/gtktreemodelsort.[ch]: we probably have rows_reordered
7608         nailed down now (this code is not yet ready for general consumption)
7609
7610 Fri Oct 19 13:44:51 2001  Manish Singh  <yosh@gimp.org>
7611
7612         * gtk/gtktreeview.c (gtk_treeview_scroll_to_cell): correct docs
7613         for use_align
7614
7615 Fri Oct 19 15:34:06 2001  Owen Taylor  <otaylor@redhat.com>
7616
7617         * gtk/gtk.h gtk/Makefile.am: Export GtkIMContextSimple publically. (#61862)
7618
7619 Fri Oct 19 15:08:30 2001  Owen Taylor  <otaylor@redhat.com>
7620
7621         * gtk/{gtkimcontext.c,gtkimcontextsimple.c,gtkimmulticontext.c}
7622         modules/input/{gtkimcontextxim.c,imcyrillic-translit.c,iminuktitut.c,
7623         imipa.c,imthai-broken.c,imviqr.c}: Make GtkIMContext derive from
7624         GObject, not GtkObject. (#62621)
7625
7626 Fri Oct 19 12:49:12 2001  Owen Taylor  <otaylor@redhat.com>
7627
7628         * tests/testsocket.c: Remove now useless include of unistd.h,
7629         fix wrong argument gtk_socket_steal. (Hans Breuer, #58541)
7630         
7631 Fri Oct 19 12:24:32 2001  Owen Taylor  <otaylor@redhat.com>
7632
7633         * gdk/linux-fb/gdkfont-fb.c: Fix up for change to 
7634         Pango font API. #61933. (Untested, even for compilation.)
7635
7636 Fri Oct 19 11:24:58 2001  Owen Taylor  <otaylor@redhat.com>
7637
7638         * gtk/gtkmain.[ch] (gtk_disable_setlocale): Actually
7639         export gtk_disable_setlocale(). (Caught by Sven Neumann)
7640
7641 2001-10-18  Havoc Pennington  <hp@redhat.com>
7642
7643         * gdk/x11/gdkpixmap-x11.c (gdk_pixmap_lookup): fix compilation
7644
7645 2001-10-18  Havoc Pennington  <hp@redhat.com>
7646
7647         * gtk/gtkbutton.c (gtk_button_class_init): Change button signals
7648         to GTK_RUN_LAST, #50239
7649
7650 2001-10-18  HideToshi Tajima  <hidetoshi.tajima@sun.com>
7651
7652         * gtk/gtkimmodule.c (match_locale):
7653         Support "*" for all locales with least priority
7654         when to select default im module, #58201
7655
7656 2001-10-18  Matthias Clasen  <matthiasc@poet.de>
7657
7658         * gtk/gtktreeselection.c (gtk_tree_selection_set_mode): 
7659         Fix docs. (#61976)
7660  
7661         * gtk/gtkplug.c (gtk_plug_get_id) : Fix docs. (#62144)
7662
7663         * gtk/gtkliststore.c: Fix docs. (#61672, #61675)
7664
7665         * gdk/gdkwindow.h, gdk/gdkpixmap.h, gdk/x11/gdkx.h,
7666         gdk/x11/gdkwindow-x11.c, gdk/x11/gdkpixmap-x11.c,
7667         gdk/win32/gdkwin32.h, gdk/win32/gdkwindow-win32.c,
7668         gdk/win32/gdkpixmap-win32.c, gdk/linux-fb/gdkfb.h,
7669         gdk/linux-fb/gdkwindow-fb.c, gdk/linux-fb/gdkpixmap-fb.c:
7670         Add gdk_window_lookup, gdk_window_foreign_new, gdk_pixmap_lookup
7671         and gkd_pixmap_foreign_new to the gdk frontend api. (#62063)
7672
7673         * gtk/gtkselection.c: Remove gdk backend dependencies. (#62063)
7674
7675         * gtk/gtkspinbutton.c (gtk_spin_button_size_request): 
7676         Don't restrict the width of the spinbutton entry field 
7677         to 10 digits. (#58681)
7678
7679 Thu Oct 18 14:58:14 2001  Jonathan Blandford  <jrb@redhat.com>
7680
7681         * tests/testtreeflow.c: new test program for the tree.
7682
7683 Thu Oct 18 14:22:10 2001  Jonathan Blandford  <jrb@redhat.com>
7684
7685         * gtk/gtktreestore.c (gtk_tree_store_remove): fix small bug
7686         reported by (Oleg Maiboroda), #62600
7687
7688 2001-10-18  Michael Meeks  <michael@ximian.com>
7689
7690         * gtk/gtkentry.c (gtk_entry_set_property),
7691         (gtk_entry_get_property): impl 'text'
7692         (gtk_entry_class_init): add the 'text' prop.
7693         (gtk_entry_insert_text): notify 'text' changed.
7694         (gtk_entry_delete_text): ditto.
7695
7696 2001-10-17  Matthias Clasen  <matthiasc@poet.de>
7697
7698         * gtk/gtkdnd.c, gtk/gtkclipboard.c, gdk/x11/gdkmain-x11.c:
7699         Documentation updates.
7700
7701 Wed Oct 17 15:17:20 2001  Owen Taylor  <otaylor@redhat.com>
7702
7703         * gtk/gtkentry.c (gtk_entry_real_insert_text): Fix mistake
7704         in truncating length of text to MAX_SIZE. (Found by 
7705         Padraig O'Briain, #62055)
7706
7707 Tue Oct 16 17:04:44 2001  Owen Taylor  <otaylor@redhat.com>
7708
7709         * gtk/gtkwidget.c: Rename ACTIVATE_MNEMONIC enum to
7710         MNEMONIC_ACTIVATE; signal was changed a long time
7711         ago.
7712
7713         * gdk/x11/gdkim-x11.c (_gdk_x11_initialize_locale): 
7714         Fix wrong return statement. (Reported by HideToshi
7715         Tajima and others.)
7716
7717         * gtk/gtklabel.h (struct _GtkLabelClass): Remove
7718         left over select_all vfunc.
7719
7720 Tue Oct 16 15:50:03 2001  Owen Taylor  <otaylor@redhat.com>
7721
7722         * gtk/gtkwidget.c (gtk_widget_translate_coordinates): Add
7723         a utility function to translate coordinates relative to
7724         one widget's allocation to coordinates relative to another
7725         widget's allocation.
7726
7727         * gtk/gtkradiobutton.c: Add a special ->focus() implementation
7728         that:
7729          - only accepts external focus if there is no active
7730            member of the group or the button is active.
7731          - makes arrow keys move the active button as well
7732            as the focus
7733          - make tab tab out directly.
7734         This makes a radio button group act as a single focus location.
7735         (#53577).
7736         
7737         * gtk/gtkcontainer.c (gtk_container_focus): Remove prefiltering -
7738         it was only a small optimization that didn't matter and made
7739         things more complicated.
7740
7741         * gtk/gtkcontainer.c (gtk_container_focus_tab): Get rid of custom
7742         sorter for FOCUS_TAB as we did for the other focus directions,
7743         sort by center of widgets, not upper-left corner. (Shouldn't
7744         matter in general.)
7745
7746         * gtk/gtkcontainer.c: Restructure code to remove duplicate code
7747         from the different types of focusing: encapsulate sorting the
7748         widgets for the focus direction into one routine
7749         (gtk_container_focus_sort()) and then share the work of moving the
7750         focus between the different focus directions.
7751
7752         * gtk/gtkcontainer.c: Fix bug where arrow navigation might not
7753         work correctly with focus chains containing non-immediate
7754         children. Sorting was being done using allocation coordinates for
7755         each widget in the focus chain, and if there were intermediate
7756         window-widgets, these allocations would not be in the same
7757         coordinate system.
7758
7759 Tue Oct 16 15:12:26 2001  Jonathan Blandford  <jrb@redhat.com>
7760
7761         * gtk/gtkoptionmenu.c (gtk_option_menu_mnemonic_activate): add a
7762         mnemonic_activate function to option menu.
7763
7764 2001-10-15  Murray Cumming <murrayc@usa.net>
7765
7766         * gtk/gtkinputdialog.c, gtk/gtktoolbar.c,  gtk/gtkwidget.c:
7767           Corrected the type names used in some calls to g_signal_new().
7768         
7769 Sat Oct 13 07:09:30 2001  Tim Janik  <timj@gtk.org>
7770
7771         * gtk/gtkbindings.c (gtk_binding_set_add_path): to compare pattern
7772         specs, use g_pattern_spec_equal() instead of direct field accesses.
7773         upon compressing two equal paths of the same type, the resulting
7774         priority has to be the maximum.
7775         * gtk/gtkenums.h (enum): take GTK_PATH_PRIO_MASK out of the
7776         GtkPathPriorityType enum and make it a macro.
7777
7778 2001-10-12  Matthias Clasen  <matthiasc@poet.de>
7779
7780         * gtk/gtkwidget.c: Fix some doc comments.
7781
7782 Fri Oct 12 11:39:20 2001  Joshua N Pritikin  <vishnu@pobox.com>
7783
7784         * gtk/gtktreeview.c (gtk_tree_view_get_path_at_pos): Fix to work
7785         on empty models.
7786
7787 2001-10-11  Matthias Clasen  <matthiasc@poet.de>
7788
7789         * gtk/gtkcolorsel.c, gtk/gtkwidget.c, gtk/gtktreeview.c:
7790         Remove stale gdk backend includes.
7791  
7792 2001-10-10  Michael Meeks  <michael@ximian.com>
7793
7794         * gtk/gtkcombo.c (gtk_combo_class_init): add enable_empty
7795         and value_in_list properties.
7796         (gtk_combo_set_value_in_list): notify change.
7797         (gtk_combo_set_property, gtk_combo_get_property): impl. prop.
7798
7799 2001-10-11  James Henstridge  <james@daa.com.au>
7800
7801         * configure.in: add AS=CC and ASFLAGS=CFLAGS substitutions so
7802         that gtk+ can be built with automake 1.5 while not breaking
7803         things for automake 1.4.
7804
7805 Wed Oct 10 12:48:38 2001  Owen Taylor  <otaylor@redhat.com>
7806
7807         * gtk/gtkmain.c (gtk_init_check): Call setlocale (LC_ALL, "").
7808         (#60606)
7809
7810         * gtk/gtkmain.c (gtk_disable_setlocale): Add function
7811         to disable calling setlocale (LC_ALL, "").
7812
7813         * gtk/gtkmain.c (gtk_set_locale): Indicate in the 
7814         docs that this function is not typically useful.
7815
7816         * gdk/x11/{gdkim-x11.c,gdkmain-x11.c,gdkprivate-x11.h}: 
7817         Automatically initialize GDK for the current locale
7818         on gdk_init(). Don't reset locale to C when
7819         XSupportsLocale() fails.
7820
7821         * gdk/linux-fb/gdkim-fb.c (gdk_set_locale): Remove
7822         useless checks for UTF-8 locale breakage that mattered
7823         only for X.
7824
7825         * examples/calendar/calendar.c
7826         tests/{testgtk.c,testtext.c,testcalendar.c}: Remove calls to 
7827         gtk_set_locale().
7828
7829         * gtk/gtkiconfactory.c gtk/gtkitemfactory.c:
7830         gdk_pixbuf_new_from_stream => gdk_pixbuf_new_from_inline.
7831
7832 Wed Oct 10 21:13:46 2001  Kristian Rietveld  <kristian@planet.nl>
7833
7834         * gtk/gtktreemodel.[ch]: added gtk_tree_model_get_iter_from_string().
7835
7836         Fixes bug #61904
7837
7838 Wed Oct 10 01:19:04 2001  Jonathan Blandford  <jrb@redhat.com>
7839
7840         * gtk/gtktreeselection.c (gtk_tree_selection_iter_is_selected):
7841         new function, #61923
7842         (gtk_tree_selection_path_is_selected): Ditto
7843
7844 Tue Oct  9 17:40:24 2001  Jonathan Blandford  <jrb@redhat.com>
7845
7846         * gtk/gtktreestore.c (gtk_tree_store_finalize): We're a gobject,
7847         not a GtkObject.  Thanks andersca.
7848
7849         * gtk/gtkliststore.c (gtk_list_store_finalize): ditto
7850
7851 Tue Oct  9 14:50:51 2001  Jonathan Blandford  <jrb@redhat.com>
7852
7853         * gtk/gtktreeviewcolumn.c
7854         (gtk_tree_view_model_sort_column_changed): fix broken code.
7855
7856 2001-10-08  Matthias Clasen  <matthiasc@poet.de>
7857
7858         * gtk/gtkselection.c: s/succesfully/successfully/g
7859
7860 2001-10-08  Havoc Pennington  <hp@pobox.com>
7861
7862         * demos/gtk-demo/stock_browser.c: remove unused enum
7863
7864         * gtk/gtktreeselection.c (gtk_tree_selection_real_select_node):
7865         pass the current selection state of the node in to the user
7866         selection func
7867
7868 2001-10-06  Matthias Clasen  <matthiasc@poet.de>
7869
7870         * gdk/x11/gdkx.h (GDK_CURSOR_XCURSOR): Replace reference to 
7871         non-existent function gdk_x11_cursor_get_xid 
7872         by gdk_x11_cursor_get_xcursor.
7873
7874 Fri Oct  5 20:50:00 2001  Jonathan Blandford  <jrb@redhat.com>
7875
7876         * gtk/gtktreestore.c (gtk_tree_store_iter_has_child): improve
7877         warning.
7878
7879         * gtk/gtktreemodel.c (gtk_tree_row_reference_new_proxy): ref and
7880         unref nodes, #okay61676
7881
7882         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_sort): we listen
7883         to the property; no need to clear the other columns.  Also, we go
7884         to 'unsorted' if the model supports it.
7885
7886 2001-10-05  Sven Neumann  <sven@gimp.org>
7887
7888         * demos/testpixbuf-save.c
7889         * demos/testpixbuf-scale.c: simple tests for the new PNG tEXt chunk 
7890         feature.
7891
7892 Fri Oct  5 19:06:07 2001  Kristian Rietveld  <kristian@planet.nl>
7893
7894         * gtk/gtktreeview.c (gtk_tree_view_leave_notify): should
7895         destroy the search dialog
7896
7897         * gtk/gtktreeview.c (gtk_tree_view_real_start_interactive_search):
7898         added check to prevent creation of a search dialog if there's
7899         already one around
7900
7901         * gtk/gtktreeview.c: Define GTK_TREE_VIEW_SEARCH_DIALOG_KEY, and use
7902         it instead of "search-dialog" (when getting/setting the search dialog
7903         widget).
7904
7905 2001-10-05  Jakub Steiner <jimmac@ximian.com>
7906
7907         * gtk/stock-icons/stock_broken_image.png: broken images icon
7908
7909 2001-10-04  Havoc Pennington  <hp@pobox.com>
7910
7911         Fix #56586
7912         
7913         * gtk/gtksettings.c (gtk_settings_class_init): move the F10
7914         accelerator setting here...
7915
7916         * gtk/gtkmenubar.c (gtk_menu_bar_class_init): ...from over here,
7917         because we try to use it when a menu bar hasn't necessarily been 
7918         initialized.
7919
7920 2001-10-03  Havoc Pennington  <hp@redhat.com>
7921
7922         * tests/testtextbuffer.c (logical_motion_tests): fix test case, 
7923         it previously verified incorrect behavior
7924
7925         Fixes for #61565
7926         
7927         * gtk/gtktextiter.c (gtk_text_iter_set_line): don't return lines
7928         off the end
7929         (_gtk_text_btree_get_iter_at_line_char): don't return lines off
7930         the end
7931         (_gtk_text_btree_get_iter_at_line_byte): don't return lines off
7932         the end
7933         (gtk_text_iter_forward_lines): if on the last line, move to end of
7934         it
7935
7936         * gtk/gtktextbtree.c (_gtk_text_btree_last_could_contain_tag):
7937         don't return a line off the end
7938
7939 Wed Oct  3 23:47:25  Kristian Rietveld  <kristian@planet.nl>
7940
7941         * gtk/gtkeditable.[ch]: move insert_text and delete_text virtual
7942         functions to do_insert_text and do_delete_text, add signals
7943         insert_text, delete_text and changed
7944
7945         * gtk/gtkentry.[ch]: remove signals insert_text, delete_text
7946         and changed. Updates to match new situation.
7947
7948         * gtk/gtkspinbutton.c: updates to match new situation
7949
7950         * gtk/gtkoldeditable.h: remove signals changed, insert_text
7951         and delete_text
7952
7953         * gtk/gtkoldeditable.c: updates to match new situation
7954
7955         * gtk/gtktext.c: updates to match new situation
7956
7957         Fixes bug #59803
7958
7959 2001-10-03  Havoc Pennington  <hp@redhat.com>
7960
7961         * gtk/gtktextiter.c (test_log_attrs): allow testing the end 
7962         position
7963
7964         * gtk/gtktextbuffer.c (compute_log_attrs): update for pango
7965         changes
7966
7967         * tests/testtextbuffer.c (logical_motion_tests): updates
7968
7969 2001-10-03  jacob berkman  <jacob@ximian.com>
7970
7971         * gtk/gtkwidget.c (gtk_widget_style_get_property): 
7972         * gtk/gtkstyle.c (_gtk_style_peek_property_value): 
7973         * gtk/gtksettings.c (apply_queued_setting): 
7974         * gtk/gtkmain.c (gtk_init_check): 
7975         * gtk/gtkcontainer.c (gtk_container_child_get_property):
7976         s/retrive/retrieve/
7977
7978 Wed Oct  3 20:29:29 2001  Kristian Rietveld  <kristian@planet.nl>
7979
7980         * gtk/gtktreemodelsort.[ch]: preparation for surgery
7981         * tests/testtreesort.c: ditto
7982
7983 2001-10-02  Havoc Pennington  <hp@redhat.com>
7984
7985         Throughout: assorted docs
7986         
7987         * gdk/gdkwindow.h: deprecate gdk_window_set_hints(), it's broken,
7988         gdk_window_set_geometry_hints() should be used instead.
7989
7990         * gdk/gdkimage.h: deprecate gdk_image_ref, gdk_image_unref, and
7991         document them
7992
7993         * gdk/x11/gdkx.h: remove gdk_get_client_window() since it doesn't
7994         seem to exist in any .c files
7995
7996         * gdk/x11/gdkcolor-x11.c (gdk_colormap_query_color): docs, 
7997         g_return_if_fail (pixel < colormap->size).
7998
7999 Wed Oct  3 10:42:54 2001  Owen Taylor  <otaylor@redhat.com>
8000
8001         * gtk/gtkdnd.c (gtk_drag_dest_find_target): Allow
8002         NULL for @target_list to mean, use
8003         gtk_drag_dest_get_target_list (widget).
8004
8005         * gtk/gtkdnd.c (gtk_drag_finish): Fix problem where
8006         drop could hang when calling gtk_drag_finish with 
8007         success == FALSE and del == TRUE.
8008
8009         * gtk/gtkdnd.c (gtk_drag_dest_drop): Fix problem where
8010         drops without a matching target found would propagate
8011         to the parent widget rather than being rejected.
8012
8013         * gtk/gtktextview.c (gtk_text_view_drag_data_received): 
8014         Use text_view->dnd_mark instead of mark name to be
8015         consistent with the rest of the code.
8016
8017         * gtk/gtktextview.c (gtk_text_view_drag_motion): Make
8018         pendantically correct for a drop-only-in-some-places
8019         widget. (Check whether you can insert in drag_drop,
8020         not just in drag_motion ... matters in theory, and
8021         for Motif drag and drop in practice.)
8022
8023         * gtk/gtkentry.c (gtk_entry_drag_drop): Patch from 
8024         Damian Ivereigh to not allow drops on non-editable
8025         entries. (#61124)
8026
8027         * gtk/gtkentry.c (gtk_entry_motion_notify): Don't allow
8028         text to be moved from a non-editable entry.
8029         
8030 2001-10-03  James Henstridge  <james@daa.com.au>
8031
8032         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_fixed_width):
8033         s/width/fixed_width/ in order to get things to compile.
8034
8035 Wed Oct  3 00:37:09 2001  Jonathan Blandford  <jrb@redhat.com>
8036
8037         * gtk/gtkcelleditable.c: docs
8038
8039         * gtk/gtktreemodel.h: more docs.
8040
8041 2001-10-02  Havoc Pennington  <hp@redhat.com>
8042
8043         * gdk/x11/gdkwindow-x11.c: docs
8044
8045         * tests/testtextbuffer.c (logical_motion_tests): add sentence
8046         boundary tests
8047
8048 Tue Oct  2 20:18:32 2001  Kristian Rietveld  <kristian@planet.nl>
8049
8050         * demos/gtk-demo/Makefile.am: add editable_cells.c,
8051         list_store.c and tree_store.c
8052
8053         * demos/gtk-demo/appwindow.c: remove tearoff item from
8054         File menu, put menubar and toolbar in handle boxes.
8055
8056         * demos/gtk-demo/genincude.pl: various changes to support trees
8057
8058         * demos/gtk-demo/main.c: various changes to support trees
8059
8060         * demos/gtk-demo/stock_browser.c: changed name of demo
8061         to Stock Item and Icon Browser, so geninclude.pl doesn't see
8062         it as child
8063
8064         * demos/gtk-demo/editable_cells.c: new file/demo
8065         * demos/gtk-demo/list_store.c: new file/demo
8066         * demos/gtk-demo/tree_store.c: new file/demo
8067
8068 Mon Oct  1 16:05:44 2001  Owen Taylor  <otaylor@redhat.com>
8069
8070         * gtk/gtkrc.c gtk/gtksettings.c: 
8071         g_string_printfa => g_string_append_printf.
8072
8073 Mon Oct  1 16:08:23 2001  Jonathan Blandford  <jrb@redhat.com>
8074
8075         * gtk/gtkliststore.c (gtk_list_store_class_init): add a finalize
8076         and destroy handler.
8077
8078         * gtk/gtktreestore.c (gtk_list_store_class_init): ditto, #59963
8079
8080         * gtk/gtktreeview.h (struct _GtkTreeViewClass): Add
8081         'start_editing' flag to select_cursor_row.  Bug spotted by Manish
8082         Singh <yosh@gimp.org>.
8083
8084 2001-10-01  Matthias Clasen  <matthiasc@poet.de>
8085
8086         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc_scanner): replace
8087         g_scanner_add/remove_symbol by g_scanner_scope_add/remove_symbol.
8088
8089         * gtk/gtkrc.c (gtk_rc_parse_any): here as well.
8090
8091 Mon Oct  1 14:07:02 2001  Jonathan Blandford  <jrb@redhat.com>
8092
8093         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): change
8094         scroll_to_cell delayed code to happen in size_allocate.
8095
8096         * gtk/gtkstyle.c (gtk_default_draw_expander): change
8097         prelight/normal arrow drawing.
8098
8099         * gtk/gtktreedatalist.c: Change compare func to use g_utf8_collate
8100
8101         * gtk/gtktreestore.c: refactor.
8102
8103 Sun Sep 30 22:15:52 2001  Manish Singh  <yosh@gimp.org>
8104
8105         * gtk/gtkcheckbutton.c (gtk_check_button_size_allocate): Applied
8106         patch from Soeren Sandmann <sandmann@daimi.au.dk>. Vertically
8107         centers the child in relation to the to indicator height.
8108
8109 Sun Sep 30 15:11:59 2001  Jonathan Blandford  <jrb@redhat.com>
8110
8111         * gtk/gtktreestore.c (gtk_tree_store_remove): Make ITERS_PERSIST
8112         correct
8113
8114 Sun Sep 30  07:01:42 2001 CEST <mikeh@bahnhof.se>
8115
8116         * gtk/gtkcellrenderertext.c: I reverted back to old "weight"
8117         property code using g_param_spec_int and changed from
8118         g_value_get_enum to g_value_get_int instead. Probably a better way
8119         to fix the problem :-)
8120
8121 Sun Sep 30  05:31:32 2001 CEST Mikael Hermansson <tyan@linux.se>
8122
8123     * gtk/gtkcellrenderertext.c changed "weight" property type from 
8124       g_param_spec_int to g_param_spec_enum.
8125
8126 Sat Sep 29 12:25:26 2001  Manish Singh  <yosh@gimp.org>
8127
8128         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): typo
8129         fix: s/Wether/Whether/ in reorderable property description
8130
8131 Thu Sep 27 16:46:36 2001  Jonathan Blandford  <jrb@redhat.com>
8132
8133         * gtk/gtktreeview.c (gtk_tree_view_real_select_cursor_row): only
8134         start editing when you select with a keyboard.
8135
8136         (gtk_tree_view_button_press_event): much more graceful now.
8137
8138         * gtk/gtkstyle.c: Draw togglebutton better.
8139
8140 2001-09-26  Havoc Pennington  <hp@redhat.com>
8141
8142         * demos/gtk-demo/dialog.c (interactive_dialog_clicked): add demo
8143         of passing non-stock label in to gtk_dialog_new_with_buttons
8144
8145         * gtk/gtktextview.c (cursor_blinks): disable cursor blink when
8146         debugging updates
8147
8148         * gtk/gtktextiter.h: comment about how GtkTextIter struct contents
8149         are private
8150
8151         * gtk/gtkbutton.c (gtk_button_new_from_stock): if stock ID doesn't
8152         exist, fall back to mnemonic label, not plain label, bug #61184
8153         
8154 Wed Sep 26 19:48:01 2001  Jonathan Blandford  <jrb@redhat.com>
8155
8156         * gtk/gtktreestore.c (gtk_tree_store_set_valist): Stop being
8157         stupid and emitting the signal every time.
8158
8159         * gtk/gtkliststore.c (gtk_list_store_set_valist): ditto
8160
8161 Wed Sep 26 16:35:59 2001  Owen Taylor  <otaylor@redhat.com>
8162
8163        Patch from Mark McLoughlin <mark@skynet.ie> (#61233)
8164
8165        * contrib/gdk-pixbuf-xlib/Makefile.am: install
8166        gdk-pixbuf-xlib-2.0.pc.
8167
8168 Wed Sep 26 16:15:25 2001  Owen Taylor  <otaylor@redhat.com>
8169
8170         * gtk/gtknotebook.c (gtk_notebook_set_tab_label): Fix
8171         problem where menmonic wasn't removed properly when
8172         setting a label when there already is a label.
8173         Also, handle setting the tab label back to the same
8174         value. (#61160, #61161)
8175
8176         * gtk/gtkentry.c (paste_received): Patch from 
8177         Damian Ivereigh to replace selection if there is 
8178         one. (#61121)
8179
8180 2001-09-25  Darin Adler  <darin@bentspoon.com>
8181
8182         * tests/.cvsignore: Ignore new test program.
8183
8184 2001-09-25  Havoc Pennington  <hp@redhat.com>
8185
8186         * gtk/gtktextview.c: fix for #50317
8187         
8188 2001-09-25  Havoc Pennington  <hp@redhat.com>
8189
8190         * gtk/gtktextview.c (gtk_text_view_key_press_event): use 
8191         gtk_text_iter_can_insert
8192         
8193         * gtk/gtktextbuffer.c: use gtk_text_iter_can_insert
8194
8195         * gtk/gtktextiter.c (find_line_log_attrs): fixes, #57611, #57613
8196          (gtk_text_iter_can_insert): new function to fix #60282, should
8197         also fix msw's "can paste into empty buffer" bug.
8198
8199         * gtk/gtktexttag.c (gtk_text_tag_event): change type check for 
8200         "event object,"  #59091
8201
8202         * gtk/gtktextbtree.c: indentation fixes
8203
8204         * gtk/gtktextiter.c (find_by_log_attrs): fixes
8205
8206 Tue Sep 25 12:41:17 2001  Owen Taylor  <otaylor@redhat.com>
8207
8208         * configure.in: Version 1.3.9, interface age 0, binary age 0.
8209
8210         * configure.in: Require GLib-1.39, Pango 0.20, Atk 0.5.
8211
8212         * NEWS: Updates.
8213
8214 Mon Sep 24 11:59:09 2001  Owen Taylor  <otaylor@redhat.com>
8215
8216         * gtk/gtkstyle.[ch] (_gtk_draw_insertion_cursor): Shared
8217         function for drawing cursors between gtkentry/gtklabel/gtktextview.
8218         Should this be public? It has a bit of an odd interface, but
8219         custom editing widgets probably should be using it.
8220         Function will draw with wider width for taller cursors, and
8221         draws a little indicator arrow to indicate directoin for split 
8222         cursors.
8223
8224         * gtk/gtktextview.c: Add a "cursor_color" property.
8225
8226         * gtk/gtktextdisplay.[ch]: Add a cursor_gc parameter to
8227         gtk_text_layout_draw().
8228
8229         * gtk/gtkentry.c gtk/gtklabel.c gtk/gtktextdisplay.c: Use
8230         _gtk_draw_insertion_cursor().
8231
8232 Tue Sep 25 11:22:23 2001  Owen Taylor  <otaylor@redhat.com>
8233
8234         * gtk/gtkcellrenderertext.c gtk/gtktexttag.c: Restore
8235         the behavior where you could turn family_set (etc) back on
8236         and get back the values you had before.
8237
8238         * demos/gtk-demo/stock_browser.c (id_to_macro): Use
8239         g_string_ascii_up() rather than looping through the
8240         string ourself.
8241
8242 Tue Sep 25 15:32:44 2001  Jonathan Blandford  <jrb@redhat.com>
8243
8244         * gtk/gtktreeviewcolumn.c
8245         (gtk_tree_view_column_set_cell_renderer): Removed
8246         (gtk_tree_view_column_set_alignment): xalign = CLAMP (xalign, 0.0, 1.0);  Fixes 61012.
8247
8248         * gtk/gtktreestore.c (gtk_tree_store_sort_helper): Fixed #61012
8249         Patch from Detlef Reichl
8250
8251 2001-09-25  Havoc Pennington  <hp@redhat.com>
8252
8253         * tests/testtextbuffer.c (line_separator_tests): Add tests for
8254         line separators, addresses bug #57428
8255
8256 Tue Sep 25 12:34:42 2001  Jonathan Blandford  <jrb@redhat.com>
8257
8258         * gtk/gtkentry.c: Make a GtkCellEditable
8259         (get_widget_window_size): Change to let it honor size_allocate
8260         when a CellEditable.
8261
8262         * gtk/gtktreeview.c: M-x clean-line-ends.  Lots of focus and
8263         editable changes.
8264         (gtk_tree_view_set_cursor): Now you can set the cursor
8265         horizontally, as well as start editing.
8266
8267         * gtk/gtkstyle.c (gtk_default_draw_check): changing toggle drawing
8268         code to look more like the other check buttons.
8269
8270         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_get_size):
8271         Change the way we calculate cell size.
8272
8273         * gtk/gtkmarshal.list (VOID:STRING,STRING): new marshaller.
8274
8275         * demos/gtk-demo/sizegroup.c: Add mnemonics.
8276
8277         * gtk/gtkcellrenderer.c (gtk_cell_renderer_get_size): Fix docs.
8278         Fix logic.
8279
8280         * gtk/gtkcellrenderertext.c: Change to be editable.
8281
8282         * gtk/gtkcellrenderertoggle.c: Change to be activatable.
8283
8284         * test/testtreesort.c: Fix misspelling
8285
8286         * test/testreecolumns.c: Add mnemonics.
8287
8288         * test/testreeedit.c: New test program.
8289
8290 2001-09-25  Havoc Pennington  <hp@pobox.com>
8291
8292         * gtk/gtkwindow.c: Put notes in gtk_window_set_has_frame(),
8293         etc. docs about how these are not going to do what you want for 
8294         the X/win32 ports. Futile attempt to avoid a FAQ...
8295
8296 2001-09-24  James Henstridge  <james@daa.com.au>
8297
8298         * gtk/gtkmarshal.list (VOID): add marshal function types.
8299
8300         * gtk/gtkctree.c (gtk_ctree_class_init): make arguments have type
8301         GTK_TYPE_CTREE_NODE|G_SIGNAL_TYPE_STATIC_SCOPE rather than
8302         GTK_TYPE_POINTER.
8303         (gtk_ctree_node_get_type): implement boxed type for GtkCTreeNodes
8304         with no-op copy/free functions.
8305
8306         * gtk/gtkctree.h (gtk_ctree_node_get_type): add prototype for
8307         GtkCTreeNode get_type function.
8308
8309 2001-09-24  Havoc Pennington  <hp@redhat.com>
8310
8311         * gtk/gtktextiter.c, gtk/gtktextbuffer.c, gtk/gtktextbtree.c,
8312         gtktextlayout.c:
8313         Get rid of the newline-that-could-not-be-deleted; buffers may 
8314         now be zero-length. Much easier to fix than expected, once 
8315         I figured out the right way to do it. However, there are 
8316         various subtle bugs introduced by this that will have to get 
8317         sorted out. Please use bugzilla.
8318
8319 Mon Sep 24 15:09:08 2001  Owen Taylor  <otaylor@redhat.com>
8320
8321         * gtk/gtkwindow.c (gtk_window_move_resize): Don't wait for a
8322         response back from the window manager if our size hasn't changed 
8323         since we won't get a response back from the window manager;
8324         there was code in there to do this, but it was in the wrong
8325         place so if the hints change and the size didn't we'd expect
8326         a response.
8327
8328         Also, optimize the position-only-changed case by running
8329         the resize queue immediately, and clean up some comments
8330         for the changes.
8331
8332 Mon Sep 24 12:48:25 2001  Owen Taylor  <otaylor@redhat.com>
8333
8334         * gtk/gtknotebook.h: Add a compat macro that got lost.
8335
8336         * gtk/gtktreestore.c: Doc fixes.
8337
8338         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Fix reference
8339         leak for windows that receive events after being destroyed.
8340         (#60863, Joshua N. Pritikin)
8341
8342         * gtk/gtktable.c (gtk_table_remove): Use gtk_widget_queue_resize
8343         rather than gtk_container_queue_resize().
8344
8345         * gtk/{gtkcontainer.c,gtkwidget.c,gtkwindow.c}: _gtk prefix
8346         gtk_container_queue_resize, gtk_container_queue_resize_widgets,
8347         gtk_container_child_composite_name. (#60217.)
8348
8349 2001-09-22  Hans Breuer  <hans@breuer.org>
8350
8351         * gtk/gtkmenu.h : fix compat macros for gtk_menu_<prepend|insert>
8352
8353 Sat Sep 22 16:50:34 2001  Kristian Rietveld  <kristian@planet.nl>
8354
8355         * gtk/gtktexttag.c (gtk_text_tag_set_property): (case PROP_WEIGHT):
8356         weight value should be an int
8357
8358 Sat Sep 22 15:17:41 2001  Kristian Rietveld  <kristian@planet.nl>
8359
8360         * gtk/gtkmenu.c (gtk_menu_select_item): move most code
8361         to gtk_menu_scroll_item_visible(). Only call
8362         gtk_menu_scroll_item_visible() if the menu widget has been
8363         realized. Fixes bug #55310.
8364
8365 2001-09-21  Havoc Pennington  <hp@redhat.com>
8366
8367         * gtk/gtktextview.c (gtk_text_view_key_press_event): don't pass
8368         key press to IM context if cursor isn't in an editable location;
8369         bug #58425, patch from Hidetoshi Tajima
8370
8371 2001-09-21  Havoc Pennington  <hp@redhat.com>
8372
8373         Bug #60862
8374         
8375         * gtk/gtktextbtree.c (gtk_text_btree_node_destroy): 
8376         (_gtk_text_btree_unref): fix up mark memory management
8377
8378         * gtk/gtktextmark.c (mark_segment_delete_func): ditto
8379
8380 2001-09-20  Havoc Pennington  <hp@redhat.com>
8381
8382         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): don't
8383         try to handle alignment here, because it's done by PangoLayout
8384         after we set the layout width. Fix from Dov.
8385
8386 2001-09-21  Hans Breuer  <hans@breuer.org>
8387
8388         * gdk/gdk.def :
8389         * gtk/gtk.def : updated externals
8390
8391         * gtk/gtkmain.h : define get_gtk_win32_directoty () 
8392         * gtk/gtkmain.c (find_module) : don't use module_name after freeing it.
8393         Also handle that Win32 pathes cann't be hard-coded      
8394
8395         * gtk/gtkrc.c : use get_gtk_win32_directoty () to cleanup the various
8396         module, themes etc directory calculations
8397
8398         * gdk/win32/gdkgeometry-win32.c : some more hacking to get coordinates
8399         >16 bit right. The size limit within Win9x appears _not_ to be 32767
8400         but slightly smaller ...
8401
8402         * gdk/win32/gdkwindow-win32.c : use impl->position_info to avoid 
8403         >16 bit clipping. Added dummy body for gdk_window_set_icon_list ()
8404
8405         * gdk/win32/gdkdrawable-win32.c : implement gdk_win32_drawable_get_handle ()
8406
8407         * gdk/win32/gdkevents-win32.c : some tweaking to get better expose
8408         handling. I'm not sure if it is better now, but at least not worse
8409
8410         * gdk/win32/makefile.msc : define INSIDE_GDK_WIN32, some cleanup
8411
8412         * gdk/win32/gdkwin32.h : reflect recent API restrictions
8413
8414 2001-09-21  Matt Wilson  <msw@redhat.com>
8415
8416         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_destroy): set
8417         radio_menu_item->group to NULL after removing it from the list, as
8418         it is no longer in the group. (#60869)
8419
8420         * gtk/gtkradiobutton.c (gtk_radio_button_destroy): likewise
8421
8422 2001-09-20  Havoc Pennington  <hp@pobox.com>
8423
8424         * configure.in (PANGO_REQUIRED_VERSION)
8425         (ATK_REQUIRED_VERSION): add variables and checks for specific 
8426         versions of dependencies. Previously we didn't verify the 
8427         Pango or ATk versions.
8428
8429 2001-09-09  Havoc Pennington  <hp@pobox.com>
8430
8431         * gtk/gtktextiter.c: fool with indentation
8432         (gtk_text_iter_in_range): add g_return_if_fail
8433
8434 Thu Sep 20 17:45:54 2001  Joshua N Pritikin  <vishnu@pobox.com>
8435
8436         * gtk/gtktextbuffer.c (gtk_text_buffer_create_tag): Fix
8437         ref count on new tag to be 1.  Update doc.  (#60836)
8438
8439 Thu Sep 20 16:20:47 2001  Owen Taylor  <otaylor@redhat.com>
8440
8441         * gdk/gdkrgb.c (gdk_rgb_allocate_images): Remove unnecessary
8442         call to gdk_image_new_bitmap(). (#59094, reported by
8443         by Sven Neumann)
8444
8445 Thu Sep 20 15:31:35 2001  Owen Taylor  <otaylor@redhat.com>
8446
8447         * gtk/gtkcalendar.c (gtk_calendar_init): Use the current
8448         day, as well as the current month and year.
8449         (#59047, reported by Vitaly Tishkov)
8450
8451 Thu Sep 20 15:10:30 2001  Owen Taylor  <otaylor@redhat.com>
8452
8453         * gtk/gtkdialog.c (gtk_dialog_init): Automatically set
8454         set dialogs to GTK_WIN_POS_CENTER_ON_PARENT. (#60554)
8455         
8456 Thu Sep 20 18:00:56 2001  Kristian Rietveld  <kristian@planet.nl>
8457
8458         * tests/testgtk.c (struct OptionMenuItem): get rid of it,
8459
8460         (build_option_menu): add func argument, connect ::changed
8461         signal to option menu instead of connecting the ::activate
8462         signal to the menu items,
8463
8464         (toplevel): get rid of RADIOMENUTOGGLED macro,
8465
8466         (list_toggle_sel_mode), (clist_toggle_sel_mode),
8467         (ctree_toggle_line_style), (ctree_toggle_expander_style),
8468         (ctree_toggle_justify), (ctree_toggle_sel_mode),
8469         (progressbar_toggle_orientation), (progressbar_toggle_bar_style):
8470         use gtk_option_menu_get_history() instead of RADIOMENUTOGGLED,
8471
8472         (notebook_type_changed): merged standard_notebook(),
8473         notabs_notebook(), scrollable_notebook() and borderless_notebook()
8474         into notebook_type_changed()
8475
8476         (create_list), (create_ctree), (create_notebook),
8477         (create_progress_bar): changed OptionMenuItem arrays into
8478         gchar * arrays. Removed "Extended" item where used.
8479
8480         Fixes bug #59885
8481
8482 2001-09-20  Sven Neumann  <sven@gimp.org>
8483
8484         * configure.in
8485         * gdk/Makefile.am
8486         * gtk/Makefile.am
8487         * gtk/gtkselection.c
8488         * gtk/gtktreeview.c
8489         * gtk/gtkwindow.c: removed remaining traces of nanox GDK backend.
8490
8491 Thu Sep 20 11:19:42 2001  Owen Taylor  <otaylor@redhat.com>
8492
8493         * gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region): Add
8494         a missing pango_layout_iter_free ().
8495
8496 Thu Sep 20 11:03:51 2001  Owen Taylor  <otaylor@redhat.com>
8497
8498         * gtk/gtkobject.c gtk/gtklist.c gtk/gtkplug.c gtk/gtksocket.c
8499         gtk/gtktreemodelsort.c gtk/gtktreeview.c: Small warning cleanups.
8500
8501         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_get_group): Change
8502         the function definition so we don't accidentally rely on
8503         the compat #define from gtk_radio_menu_item_group.
8504         (#60782, Jeff Franks)
8505
8506 Thu Sep 20 16:51:02 2001  Kristian Rietveld  <kristian@planet.nl>
8507
8508         * gtk/gtkwindow.c (gtk_window_get_frame_dimensions): returned
8509         incorrect values for top, right and bottom due to cut-and-paste
8510         bug. Pointed out by Vitaly Tishkov, fixes bug #59008
8511
8512 Wed Sep 19 17:59:27 2001  Owen Taylor  <otaylor@redhat.com>
8513
8514         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Set
8515         _NET_WM_PID and WM_CLIENT_MACHINE properties on each
8516         window, not just on the client leader. (#58463)
8517
8518 Wed Sep 19 17:28:47 2001  Owen Taylor  <otaylor@redhat.com>
8519
8520         * gtk/gtkwidget.c (gtk_widget_new): Add missing cast.
8521
8522         * gtk/gtkmenuitem.[ch] gtk/gtkmenushell.c: Underscore prefix
8523         non-public _gtk_menu_item_set_placement.
8524
8525         * gtk/gtktooltips.h: Deprecate gtk_tooltips_set_delay().
8526
8527 Wed Sep 19 16:16:38 2001  Owen Taylor  <otaylor@redhat.com>
8528
8529         * gdk/win32/gdkcolor-win32.c gdk/x11/gdkcolor-x11.c 
8530           gdk/linux-fb/gdkcolor-fb.c:
8531         Fix propagated (flags && GDK_COLOR_WRITEABLE) typo.
8532         (#59723)
8533
8534 Wed Sep 19 16:12:16 2001  Owen Taylor  <otaylor@redhat.com>
8535
8536         * gdk/gdkpixbuf-render.c: Allow -1 for width/height
8537         to mean "width/height of pixbuf" (Patch from Matthias Clasen,
8538         #59723)
8539
8540 Wed Sep 19 16:01:27 2001  Owen Taylor  <otaylor@redhat.com>
8541
8542         Patch from Frank Belew #59037 for Solaris compilation.
8543
8544         * gtk/maketypes.awk: Change syntax slightly for a call
8545         to sub(), apparently making awk on Solaris happier.
8546
8547         * gtk/gtktreeview.c: Remove C++ comments.
8548
8549 Wed Sep 19 15:46:29 2001  Owen Taylor  <otaylor@redhat.com>
8550
8551         * gtk/gtkwindow.c: Add xgettext:no-c-format comment to
8552         to handle '99% of the time. (#60473, reported by Christian Rose)
8553
8554         * gtk/gtkwidget.h: Remove prototype for gtk_widget_get_usize()
8555         which no longer exists. (#60379, reported by Vitaly Tishkov)
8556
8557 Wed Sep 19 11:06:24 2001  Tim Janik  <timj@gtk.org>
8558
8559         * Released 1.3.8.
8560
8561         * gdk/Makefile.am: kill EXTRA_DIST clearing.
8562         
8563 Wed Sep 19 02:50:40 2001  Tim Janik  <timj@gtk.org>
8564
8565         * demos/Makefile.am ($(testpixbuf_OBJECTS)): don't use BUILT_SOURCES
8566         as its broken in automake 1.4, add explicit object rule to
8567         generate this.
8568         
8569         * gdk-pixbuf/Makefile.am: fix maintainer and normal cleanfiles.
8570         get rid of uneccessary stamps, group stuff more logically, and build
8571         sources due to object rules. fix srcdir!=builddir.
8572
8573 Tue Sep 18 20:47:16 2001  Owen Taylor  <otaylor@redhat.com>
8574
8575         * gtk/gtkspinbutton.c (gtk_spin_button_size_request): Fix 
8576         incorrect parameter to compute_double_length
8577         (#58680, patch from Matthias Clasen)
8578
8579         Fixes for compilation with Forte cc. (#59734, Derek Rafter)
8580
8581         * gtk/gtkwindow.h gtk/gtksizegroup.h: Remove extra ;.
8582
8583         * gdk/gdktypes.h (GdkModifierType): Write 1u << 31
8584         for GDK_RELEASE_MASK to avoid warnings with Forte.
8585
8586         * gtk/gtktexttag.c gtk/gtkcellrendertext.c: Add some missing
8587         break; statements.
8588
8589 2001-09-18  Alex Larsson  <alexl@redhat.com>
8590
8591         * gtk/gtkcheckbutton.c:
8592         * gtk/gtkradiobutton.c:
8593         Don't draw with GTK_STATE_ACTIVE.
8594
8595         * gtk/gtkclist.c:
8596         * gtk/gtkctree.c:
8597         Draw lines between rows with base_gc[GTK_STATE_NORMAL].
8598
8599         * gtk/gtktextdisplay.c:
8600         Focused selection is drawn with base_gc [GTK_STATE_SELECTED] and
8601         unfocused with base_gc [GTK_STATE_ACTIVE].
8602         
8603         * gtk/gtkentry.c:
8604         Add select all menu-item.
8605         Default cursor color is red.
8606         Focused selection is drawn with base_gc [GTK_STATE_SELECTED] and
8607         unfocused with base_gc [GTK_STATE_ACTIVE].
8608
8609         * gtk/gtklabel.[ch]:
8610         Add keynav + menu to selectable lables.
8611         Focused selection is drawn with base_gc [GTK_STATE_SELECTED] and
8612         unfocused with base_gc [GTK_STATE_ACTIVE].
8613
8614         * gtk/gtkfilesel.c:
8615         Add drag and drop support.
8616
8617         * gtk/gtkstyle.c:
8618         (This was checked in earlier)
8619         New default values for text/base SELECTED and ACTIVE
8620         
8621 Tue Sep 18 23:51:49 2001  Tim Janik  <timj@gtk.org>
8622
8623         * configure.in: up version to 1.3.8, interface age 0,
8624         binary age 0, depend on glib 1.3.8.
8625
8626         * NEWS: 1.3.8 updates.
8627
8628 Tue Sep 18 18:46:54 2001  Jonathan Blandford  <jrb@redhat.com>
8629
8630         * gtk/gtktreeview.c (gtk_tree_view_start_editing): centralize all
8631         the editing code
8632
8633         * gtk/gtkcelleditable.c: Got rid of stop_editing, as there was no
8634         reason to call it beyond emiting the two signals.
8635
8636         * gtk/gtkentry.c (gtk_entry_class_init): add "has_frame" property
8637         to GtkEntry.
8638
8639 Wed Sep 12 11:21:14 2001  Owen Taylor  <otaylor@redhat.com>
8640
8641         * gtk/gtkcellrenderertext.[ch] gtk/gtktexttag.[ch]
8642           gtk/gtktextview.c tests/testgtk.c: Fix up for changes to 
8643         PangoFontDescription.
8644
8645         * gtk/gtkentry.c gtk/gtkclist.c gtk/gtkcellrenderertext.c
8646         gtk/gtkspinbutton.c: Fix up for change to PangoMetrics
8647         structure.
8648   
8649         * gtk/gtkfontsel.c: Fix up for new Pango font listing API.
8650
8651         * gtk/gtkstyle.[ch]: Add gtk_style_get_font/set_font to replace
8652         direct access to style->font. Deprecate gtk_style_ref/unref.
8653   
8654         * gtk/gtkclist.c gtk/gtkctree.c gtk/gtkstyle.c gtk/gtkwidget.c:
8655         Remove gtk_style_ref/unref with g_object_ref/unref.
8656   
8657         * gtk/gtkcalendar.c: Remove leftover macros accessing
8658         style->font.
8659   
8660         * gtk/gtkhruler.c (gtk_hruler_draw_ticks): Remove unused
8661         variable.
8662   
8663         * gtk/gtktext.c gtk/gtklabel.c: Use gtk_style_get_font() instead of 
8664         style->font.
8665
8666 Tue Sep 18 13:51:35 2001  Jonathan Blandford  <jrb@redhat.com>
8667
8668         * gtk/gtkcellrenderer.h (enum): Get rid of broken "can_edit" and
8669         "can_activate" properties in favor of
8670         GTK_CELL_RENDERER_MODE_INERT, GTK_CELL_RENDERER_MODE_ACTIVATABLE,
8671         and GTK_CELL_RENDERER_MODE_EDITABLE
8672
8673 Tue Sep 18 12:12:43 2001  Jonathan Blandford  <jrb@redhat.com>
8674
8675         * gtk/gtktreeview.c (gtk_tree_view_put): Add put for use with
8676         editable widgets.  This function is private, and should only be
8677         used by GtkTreeView.
8678
8679 2001-09-18  Matt Wilson  <msw@redhat.com>
8680
8681         * docs/Makefile.am (EXTRA_DIST): don't use += before =
8682
8683         * docs/faq/Makefile.am (EXTRA_DIST): likewise
8684
8685         * docs/tutorial/Makefile.am (EXTRA_DIST): likewise
8686         
8687         * gdk/Makefile.am (MAINTAINERCLEANFILES): likewise
8688         (EXTRA_HEADERS): likewise
8689
8690         * gtk/Makefile.am (MAINTAINERCLEANFILES): likewise
8691         (EXTRA_HEADERS): likewise
8692         (EXTRA_DIST): likewise
8693         (CLEANFILES): likewise
8694
8695         * gtk/stock-icons/Makefile.am (CLEANFILES): likewise
8696
8697         * tests/Makefile.am (EXTRA_DIST): likewise
8698         
8699         * Makefile.am (install-data-local): changed to use
8700         install-data-hook, which runs after install-pkgconfigDATA, so that
8701         the pkgconfigdir will have been created and populated first.
8702
8703 Mon Sep 17 17:39:52 2001  Jonathan Blandford  <jrb@redhat.com>
8704
8705         * gtk/gtkcelleditable.[ch]: Add editable interface.  This should
8706         be the last big GtkTreeView API change.
8707
8708         * gtk/gtkcellrenderer.[ch]: Get rid of the "event" vfunc, and
8709         replace with "activate" and "start_editing".  Also, added a
8710         "can_activate" and "can_edit" property.
8711
8712         * gtk/gtktreeviewcolumn.c: modify to use above.
8713
8714 2001-09-16  Alexander Larsson  <alla@lysator.liu.se>
8715
8716         * gtk/gtkoptionmenu.c:  Handle scroll wheel events.
8717
8718 Fri Sep 14 22:31:25 2001  Matthias Clasen  <matthiasc@poet.de>
8719
8720         * demos/gtk-demo/main.c (setup_default_icon): Use a shaped
8721         icon instead of one with ugly white background.
8722
8723 Fri Sep 14 22:26:01 2001  Matthias Clasen  <matthiasc@poet.de>
8724
8725         * demos/gtk-demo/stock_browser.c (id_to_macro): make
8726         the uppercasing work. (#59550)
8727
8728 2001-09-14  Jakub Steiner <jimmac@ximian.com>
8729
8730         * gtk/stock-icons/dialog_error.png:
8731         * gtk/stock-icons/dialog_question.png: more road signs
8732
8733 2001-09-13  Jakub Steiner <jimmac@ximian.com>
8734
8735         * gtk/stock-icons/dialog_question.png:
8736         * gtk/stock-icons/dialog_warning.png: anders and jonathan seem to
8737           like a road sign.
8738
8739 Wed Sep 12 19:01:05 2001  Jonathan Blandford  <jrb@redhat.com>
8740
8741         * gtk/gtktreemodel.h (struct _GtkTreeModelIface): Rename interface
8742         signals to make them more clear.  Also, change ::range_changed to
8743         ::row_changed.
8744         * gtk/gtktreemodel.c: Adjust to interface change
8745         * gtk/gtktreemodel.h: ditto
8746         * gtk/gtktreemodelsort.c: ditto
8747         * gtk/gtktreestore.c: ditto
8748         * gtk/gtkliststore.c: ditto
8749         * gtk/gtktreeview.c: ditto
8750         * tests/testtreecolumns.c: ditto
8751         * gtk/gtkmarshal.list: Actually remove a marshaller!
8752
8753 2001-09-12  Padraig O'Briain <padraig.obriain@sun.com>
8754
8755         * gtk/gtktextview.c
8756         Add support for Ctrl+Up/Down arrow to move cursor to beginning
8757         of previous/next paragraph. If within a paragraph cursor moves to
8758         beginning of that paragraph.
8759
8760 2001-09-12  Jakub Steiner <jimmac@ximian.com>
8761
8762         * gtk/stock-icons/dialog_question.png: replacing the shaky
8763           question mark with a sans-serif one.
8764         * gtk/stock-icons/stock_top.png, stock_bottom.png,
8765      stock_first.png, stock_last.png: using the new style arrows
8766         * gtk/stock-icons/stock_font.png: simple one to replace the ugly
8767      colors.
8768         * gtk/stock-icons/stock_refresh.png: anti-aliased and changed
8769      color.
8770         * gtk/stock-icons/stock_zoom*: anti-aliased
8771         * gtk/stock-icons/dialog_error.png, dialog_warning.png: confused
8772      '-' with a '_', removed the wrong files
8773
8774 Sat Sep  8 16:19:02 2001  Owen Taylor  <otaylor@redhat.com>
8775  
8776         * gtk/gtkmain.c: Implement a search path for GTK+ modules.
8777  
8778         * configure.in gtk/gtkrc.c gtk/Makefile.am: Look for modules
8779         in gtk-2.0/<type>/major.minor.(micro-binary_age) rather
8780         than in gtk-2.0/major.minor.micro/<type>/. This
8781         works better for a search path for modules.
8782  
8783         * gtk+-2.0.pc.in gtk+-2.0-uninstalled.pc.in: Add
8784         gtk_binary_version variable holding major.minor.(micro-binary_age).
8785  
8786         * modules/input/Makefile.am (moduledir): Fix installation
8787         directory to match change in lookup location.
8788  
8789         * gtk/gtkmain.c (gtk_init_check): Remove OS/2 code for dll 
8790         suffixes. Needs to be handled in g_module_build_path().
8791
8792         * gtk/gtkrc.c gtk/queryimmodules.c: Use g_build_filename() where
8793         appropriate.
8794  
8795 Tue Sep 11 13:59:12 2001  Owen Taylor  <otaylor@redhat.com>
8796
8797         * gtk/gtkrc.c (insert_rc_property): Fixed reversed comparison
8798         causing RC properties not to work.
8799
8800 2001-09-11  Jakub Steiner <jimmac@ximian.com>
8801
8802         * gtk/stock-icons/dialog-error.png: less drastic
8803         * gtk/stock-icons/dialog-warning.png: no body parts. (I hope
8804           "STOP" is international enough.
8805         * gtk/stock-icons/stock_dnd*.png: get rid of the cursor
8806         * gtk/stock-icons/stock_menu_properties.png: 16x16 version
8807
8808 Mon Sep 10 21:26:24 2001  Joshua N Pritikin  <vishnu@pobox.com>
8809
8810         * gtk/gtktextview.c (gtk_text_view_set_buffer): Make
8811         (add|remove)_selection_clipboard symmetric. (bug #59836)
8812
8813         * gtk/gtktreeview.c (gtk_tree_view_unref_and_check_selection_tree): 
8814         Avoid SEGV for empty tree. (bug #60243)
8815
8816 Mon Sep 10 20:47:22 2001  Tim Janik  <timj@gtk.org>
8817
8818         * tests/testgtk.c (create_idle_test): slight fix for
8819         g_object_set() not usable for nesting anymore.
8820
8821         * gtk/gtkhandlebox.c (gtk_handle_box_class_init): 
8822         * gtk/gtkframe.c (gtk_frame_class_init): deprecate ::shadow
8823         properties, supply ::shadow_type properties instead as most
8824         other widgets do.
8825
8826 2001-09-10  Alex Larsson  <alexl@redhat.com>
8827
8828         * demos/gtk-demo/stock_browser.c:
8829         * gdk/gdkcolor.c:
8830         * gdk/gdkfont.c:
8831         * gdk/gdkcursor.c:
8832         * gdk/gdkevents.c:
8833         * gdk/gdkrectangle.c:
8834         * gtk/gtktypeutils.c:
8835         Update to use the new g_boxed_type_register_static API.
8836
8837 2001-09-10  Padraig O'Briain <padraig.obriain@sun.com>
8838
8839         * gtk/gtktreestore.c:
8840         Fix looping in gtk_tree_store_init() waiting for zero random int.
8841
8842 Mon Sep 10 16:55:49 2001  Tim Janik  <timj@gtk.org>
8843
8844         * gtk/gtkalignment.c (gtk_alignment_init): fix xscale and yscale
8845         behaviour which havoc broke. they have to default to 1.0 for
8846         expand behaviour.
8847
8848         * gtk/gtkwindow.c (gtk_window_get_property): don't cast NULL objects.
8849
8850 2001-09-10  Padraig O'Briain <padraig.obriain@sun.com>
8851
8852         * gtk/gtkstyle.c (_gtk_style_peek_property_value)
8853         Amend previous change to avoid runtime error in g_param_spec_ref()
8854
8855 Mon Sep 10 06:58:56 2001  Owen Taylor  <otaylor@redhat.com>
8856
8857         * gtk/gtkrc.c (insert_rc_property): Fix blank line
8858         in the wrong place.
8859
8860 Mon Sep 10 06:50:39 2001  Owen Taylor  <otaylor@redhat.com>
8861
8862         * gtk/gtkstyle.c (_gtk_style_peek_property_value): Don't
8863         do a lookup immediately after creating style->property_cache,
8864         since bsearch crashes on zero length for Solaris.
8865         (Found by Padraig O'Briain.)
8866
8867 2001-09-09  Alexander Larsson  <alla@lysator.liu.se> 
8868
8869         * gtk/gtkwidget.c (_gtk_widget_peek_colormap):
8870         Really return NULL if not set.
8871         (gtk_widget_init): Remove unused varaible.
8872         
8873 2001-09-09  Alexander Larsson  <alla@lysator.liu.se> 
8874
8875         * configure.in:
8876         Remove gdk/nanox/Makefile from AC_OUTPUT(), since it is no longer
8877         in cvs.
8878
8879 2001-09-08  Havoc Pennington  <hp@pobox.com>
8880
8881         * gtk/gtkaccelgroup.c: add docs to functions that I can imagine 
8882         people might want to use
8883
8884 2001-09-08  Havoc Pennington  <hp@pobox.com>
8885
8886         * gtk/gtkalignment.c (gtk_alignment_class_init): default
8887         xscale/yscale to 0.0, not 0.5, 0.5 isn't useful
8888
8889         * tests/testtextbuffer.c: fix usage of gtk_text_iter_spew
8890
8891         * gtk/gtktextiter.c: fix docs
8892         (gtk_text_iter_spew): get rid of this
8893
8894         * gtk/gtklayout.c: docs
8895
8896         * gtk/gtkbutton.c (gtk_button_construct_child): add an alignment
8897         to center image and label together, instead of having image on
8898         left and label centered, patch/suggestion from Jacob
8899
8900         * gtk/gtkdialog.c: docs
8901
8902 Sat Sep  8 14:19:49 2001  Jonathan Blandford  <jrb@redhat.com>
8903
8904         * gtk/gtkliststore.c: Write documentation
8905         * gtk/gtktreestore.c: Write documentation
8906
8907 Sat Sep  8 13:53:09 2001  Owen Taylor  <otaylor@redhat.com>
8908
8909         * gtk/gtkrc.[ch] gtk/gtkstyle.[ch]: Replace uses of GBSearchArray
8910         with GArray and bsearch(), to remove dependency on a still
8911         evolving interface that we want to keep private to glib/gobject. 
8912
8913 2001-09-08  Havoc Pennington  <hp@pobox.com>
8914
8915         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_add_attribute):
8916         docs fixes
8917
8918         * gtk/gtktable.c (gtk_table_get_col_spacing): docs fixes
8919
8920         * gtk/gtkspinbutton.c (gtk_spin_button_get_increments): docs fixes
8921
8922         * gtk/gtksocket.c (gtk_socket_steal): docs fixes
8923
8924         * gtk/gtkscrolledwindow.h: docs fixes
8925
8926         * gtk/gtkimage.c (gtk_image_new): docs fixes
8927
8928 Sat Sep  8 01:49:22 2001  Owen Taylor  <otaylor@redhat.com>
8929
8930         * gdk/x11/gdkmain-x11.c (_gdk_windowing_init_check): Prevent a 
8931         false alarm  constness warning with a cast.
8932
8933         * gdk/x11/gdkx.h: Undefine GDK_ROOT_PARENT before redefining it
8934         for the inside-gdk case.
8935
8936 Sat Sep  8 01:44:18 2001  Jonathan Blandford  <jrb@redhat.com>
8937
8938         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_set_dirty):
8939         remove g_print.
8940
8941         * gtk/gtktreeview.c (gtk_tree_view_set_model): unref model when we
8942         change models, #59899
8943
8944 2001-09-07  Havoc Pennington  <hp@pobox.com>
8945
8946         * gtk/gtkmain.c: move some docs inline
8947
8948 2001-09-07  Havoc Pennington  <hp@pobox.com>
8949
8950         * gtk/gtk.h: tsk tsk, jrb broke the build
8951
8952 Fri Sep  7 20:45:29 2001  Jonathan Blandford  <jrb@redhat.com>
8953
8954         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_pack_{start,end}):
8955         Removed 'fill' attribute.  It was silly b/c that was a property of
8956         the cell renderer, anyway.
8957         (gtk_tree_view_column_render): Actually render the packed
8958         renderers.
8959         * doc/tree-column-sizing.txt: initial devel documentation.
8960         * gtk/gtktreeview.c (gtk_tree_view_expand_all): Fix bug.
8961         * gtk/gtkcellrenderertextpixbuf.[ch]: removed.
8962
8963         * tests/testtreefocus.c: fix up to reflect above changes.
8964         * tests/testtreeview.c: ditto
8965         * demos/gtk-demo/stock_browser.c: ditto
8966
8967 2001-09-07  Alex Larsson  <alexl@redhat.com>
8968
8969         * gdk/linux-fb/gdkcolor-fb.c:
8970         Removed unused function.
8971         
8972         * gdk/linux-fb/gdkdrawable-fb2.c
8973         * gdk/linux-fb/gdkfont-fb.c:
8974         Use PangoLanguage functions.
8975
8976         * gdk/linux-fb/gdkinput.c:
8977         * gdk/linux-fb/gdkselection-fb.c:
8978         Fix const warnings.
8979         
8980         * gdk/linux-fb/gdkwindow-fb.c:
8981         Fix warning. Implement gdk_window_set_icon_list() and
8982         gdk_window_get_frame_extents(). (No icon support yet though.)
8983
8984         * gtk/gtkwindow.c (gtk_window_get_position):
8985         If window->frame is set get the extents of it instead.
8986         
8987 Fri Sep  7 18:50:59 2001  Owen Taylor  <otaylor@redhat.com>
8988
8989         * gtk/gtkwidget.c (gtk_widget_get_default_colormap): 
8990         Make the default default colormap the GdkRGB colormap,
8991         not the system colormap.
8992
8993         * gtk/gtkinvisible.c (gtk_invisible_init) 
8994           gtk/gtkwindow.c (gtk_window_init): Set the current
8995         colormap, as returned by _gtk_widget_peek_colormap()
8996         on the widget.
8997
8998         * gtk/gtkwidget.[ch]: Export _gtk_widget_peek_colormap
8999         to GTK+. Make it return %NULL instead of the default
9000         colormap if no colormap has explicitely been pushed.
9001
9002         * gtk/gtkwidget.c (gtk_widget_get_colormap): Check for
9003         colormaps on ancestral widgets before defaulting the
9004         the system default colormap.
9005
9006         * docs/Changes-2.0.txt: explain colormap changes.
9007
9008 2001-09-07  Havoc Pennington  <hp@redhat.com>
9009
9010         * gtk/gtktextiter.c: add some lame code to handle G_MININT, fixes 
9011         #57424
9012
9013 Fri Sep  7 18:17:47 2001  Owen Taylor  <otaylor@redhat.com>
9014
9015         * gdk/gdk.h gdk/x11/gdkmain-x11.c: Deprecate gdk_set/get_use_xshm, 
9016         make gdk_set_use_xshm a noop. Remove --no-xshm command line
9017         option. If we aren't autodetecting properly, we need
9018         to fix the problem, or at least make it an environment
9019         variable setting, to avoid problems with propagating
9020         to embedded children, plugins, etc.
9021
9022         * gdk/gdkcolor.h: Deprecate gdk_colormap_get_system_size().
9023
9024         * gdk/gdkpixbuf-render.c gdk/gdkpixbuf.h
9025         (gdk_pixbuf_render_pixmap_and_mask_for_colormap):
9026         New function to render a pixmap and mask for a particular colormap.
9027
9028         * gtk/gtkwindow.c (get_pixmap_and_mask): Change to use
9029         gdk_pixbuf_render_pixmap_and_mask_for_colormap () instead
9030         of internal implementation of the same.
9031
9032 2001-09-07  Havoc Pennington  <hp@redhat.com>
9033
9034         * gtk/gtktextlayout.c (gtk_text_layout_get_lines): remove some
9035         debug code that seems to have caused a breakpoint in valid cases
9036         
9037         * gtk/gtktextbtree.c (_gtk_text_btree_add_view): set the prev
9038         pointer on the first view when adding the second view, fixes
9039         crash when closing gtk-demo text test with active selection
9040
9041         * gtk/gtktextbuffer.c
9042         (gtk_text_buffer_remove_selection_clipboard): don't leave dead
9043         clipboards in the list of clipboards - probably fixes #59836
9044
9045 Fri Sep  7 11:51:44 2001  Owen Taylor  <otaylor@redhat.com>
9046
9047       Make gdkx.h the only installed header from gdk/x11.
9048       All structures in gdk/x11 are opaque.
9049
9050         * gdk/x11/Makefile.am gdk/x11/gdkx.h gdk/x11/gdkprivate-x11.h:
9051         Don't install gdk{drawable,pixmap,window}-x11.h.
9052
9053         * gdk/x11/{gdkcolormap-x11.c, gdkfont-x11.c, gdkx.h, gdkvisual-x11.c: 
9054         Move GdkColormapPrivateX11, GdkFontPrivateX GdkImagePrivateX11, 
9055         GdkVisualClass into C files.
9056
9057         * gdk/gdkpixmap-x11.[ch]: Make gdk_pixmap_impl_get_type() static.
9058
9059         * gdk/x11/{gdkcolor-x11.c, gdkcursor-x11.c, gdkdrawable-x11.c,
9060         gdkfont-x11.c, gdkgc-x11.c, gdkx.h, gdkimage-x11,gdkvisual-x11.c}
9061         Add public functions to replace previously exported direct
9062         structure access.
9063         gdk_x11_colormap_get_{xdisplay,xcolormap} 
9064         gdk_x11_cursor_get_{xdisplay,xcursor},
9065         gdk_x11_drawable_get_{xdisplay,xcursor,gdk_x11_visual_get_xvisual, 
9066         gdk_x11_font_get_{xdisplay,xfont}, gdk_x11_image_get_{xdisplay,ximage},
9067         gdk_x11_gc_get_{xdisplay,ximage}
9068         
9069         * gdk/gdkprivate.h gdk/gdkinternals.h: Move GdkColorInfo,
9070         GdkEventFilter, GdkClientFilter, GdkFontPrivate to gdkinternals.
9071
9072       Fix a number of variables and functions that were exported
9073       "accidentally" from GDK.
9074
9075         * gdk/**.[ch]: gdk => _gdk for gdk_visual_init,
9076         gdk_events_init, gdk_input_init, gdk_dnd_init, gdk_image_exit, 
9077         gdk_input_exit, gdk_windowing_exit, gdk_event_func, gdk_event_data,
9078         gdk_event_notify, gdk_queued_events, gdk_queued_tail,
9079         gdk_event_new, gdk_events_queue, gdk_events_unqueue,
9080         gdk_event_queue_find_first, gdk_event_queue_remove_link,
9081         gdk_event_queue_append, gdk_event_button_generate,
9082         gdk_debug_flags, gdk_default_filters, gdk_parent_root.
9083
9084         * gdk/x11/{gdkevents-x11.c, gdkglobals-x11.c, gdkimage-x11.c, 
9085            gdkmain-x11.c, gdkprivate-x11.h, gdk/x11/gdkwindow-x11.c}:
9086         gdk => _gdk for gdk_event_mask_table, gkd_nevent_masks, 
9087         gdk_wm_window_protocols, gdk_leader_window, gdk_xgrab_window,
9088         gdk_use_xshm, gdk_input_ignore_core.
9089
9090         * gdk/x11/xsettings-common.h (xsettings_list_insert): Add
9091         #defines to namespace functions into the private _gdk_ 
9092         namespace.
9093
9094         * gdk/gdkwindow.[ch] gdk/x11/gdkx.h: Add gdk_get_default_root_window ()
9095         to replace gdk_parent_root exported variable. Adjust and
9096         deprecate GDK_ROOT_PARENT().
9097
9098         * demos/{testpixbuf-drawable.c,testpixbuf-save.c}: Fix
9099         GDK_ROOT_PARENT usage, remove includes of port-specific
9100         headers.
9101
9102         * gdk/{win32,x11,fb}/gdkinput*.[ch]: s/gdk/_gdk/ for 
9103         _gdk_input_gxid_host, _gdk_input_gxid_port, _gdk_input_ignore_core, 
9104         gdk_input_devices, _gdk_input_windows, gdk_init_input_core.
9105
9106         * gdk/x11/{gdkevents-x11.,c gdkglobals-x11.c, gdkmain-x11.c}
9107         docs/Changes-2.0.txt: Remove gdk_wm_protocols, 
9108         gdk_wm_delete_window functions, gdk_wm_take_focus, 
9109         use gdk_atom_intern() instead.
9110
9111         * gdk/linux-fb/{gdkselection-fb.c, gdkmain-fb.c, gdkprivatefb.h}
9112           gdk/win32/{gdkselection-win32.c, gdkmgdkwin32.h, gdkprivate-win32.h} 
9113           gdk/x11/{gdkselection-x11.c gdkx.h, gtkprivate-x11.h}
9114           gtk/gtkselection.c 
9115         Unexport gdk_selection_property, just use 
9116         gdk_atom_intern ("GDK_SELECTION").
9117
9118         * gdk/x11/{gdkprivate-x11.h,gdkdrawable-x11h,gdkgc-x11.c,gdkx.h}: 
9119         Unexport gdk_drawable_impl_x11_get_type, gdk_gc_x11_get_type, 
9120         GDK_GC_X11 cast macros, GdkGCX11 structures, GdkCursorPrivate, 
9121         GdkVisualprivate, gdk_x11_gc_flush.
9122
9123       Make a number of public exports of variables into functions
9124       to increase encapsulation.
9125
9126         * gdk/gdkinternals.h gdk/gdkinput.h gdk/gdkevents.h 
9127         gdk/linux-fb/gdkmouse-fb.c: gdk_core_pointer => _gdk_core_pointer, 
9128         move to gdkinternals.h. Add gdk_device_get_core_pointer ().     
9129
9130         * gdk/gdkprivate.h gdk/gdkpango.c gdk/gdkinternals.h
9131         docs/Changes-2.0.txt: Unexport gdk_parent_root, gdk_error_code, 
9132         gdk_error_warnings.
9133
9134         * gdk/x11/{gdkcolormap-x11.c, gdkmain-x11.c, gdkx.h}
9135           docs/Changes-2.0.txt: 
9136         s/gdk_screen/_gdk_screen/, add gdk_x11_get_default_screen()
9137         s/gdk_root_window/_gdk_root_window/, add gdk_x11_get_default_root_xwindow()
9138         Add gdk_x11_get_default_xdisplay().
9139
9140         * gdk/gdk.h gdk/gdk.c linux-fb/gdkfb.h linux-fb/gdkglobals-fb.c 
9141         win32/gdkwin32.h x11/gdkglobals-x11.c gdk/x11/gdkmain-x11.c 
9142         gdk/x11/gdkx.h: gdk/gdk.def: Add gdk_get/set_program_class, 
9143         Don't export gdk_progclass, move --class command line
9144         option and handling to common portion of GDK.
9145
9146       Miscellaneous fixes:
9147
9148         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon_list): Fix
9149         g_return_val_if_fail that should have been g_return_if_fail.
9150
9151         * gdk/gdkinternals.h gdk/gdkprivate.h: Move
9152         gdk_synthesize_window_state() to the semi-public gdkprivate.h.
9153
9154         * gtk/gtkdnd.c (_gtk_drag_source_handle_event): Remove uneeded
9155         X11 dependency.
9156
9157         * gdk/linux-fb/gdkmain-fb.c gdk/win32/gdkmain-win32.c gdk/TODO: 
9158         Remove unused gdk_key_repeat_disable/restore.
9159
9160         * linux-fb/gdkglobals-fb.c win32/gdkglobals-win32.c 
9161         x11/gdkglobals-x11.c x11/gdkprivate-x11.h gdk/gdk.def:
9162         Remove unused gdk_null_window_warnings variable.
9163
9164         * gdk/Makefile.am (DIST_SUBDIRS) nanox/*: cvs remove nanox;
9165         it can be retrieved from the repository; it is too far
9166         from functional to be worth having people check out;
9167         it would be easier to start from scratch, I suspect.
9168
9169         * gdk/x11/gdkpixmap-x11.c: Fix lvalue usage of GDK_PIXMAP_XID().
9170
9171         * gdk/x11/gdkkeys-x11.c gdk/gdkrgb.c gdk/gdkwindow.c 
9172         gdk/x11/gdkpango-x11.c gdk/x11/gdkselection-x11.c: 
9173         Fix some accidentally global variables and unused global variables.
9174
9175         * gdk/x11/gdkkeys-x11.c gdk/gdkrgb.c gdk/gdkwindow.c 
9176         gdk/x11/gdkpango-x11.c gdk/x11/gdkselection-x11.c: 
9177         Fix some accidentally global variables and unused global variables.
9178
9179       Add some space for future expansion to multihead.
9180
9181         * gdk/gdkdrawable.h: Add four reserved function pointers
9182         for future expansion of GdkDrawableClass.
9183
9184         * gtk/gtkwindow.h gtk/gtkinvisible.h: Add reserved pointer
9185         where we can put a GdkScreen * later.
9186
9187 2001-09-07  Havoc Pennington  <hp@redhat.com>
9188
9189         * gtk/gtktextview.c (gtk_text_view_flush_scroll): update
9190         adjustments after validating destination yrange; fixes #53918
9191         (This may cause other issues, but I hope it won't)
9192         
9193 2001-09-05  Havoc Pennington  <hp@redhat.com>
9194
9195         * gtk/gtktextbtree.c (_gtk_text_btree_delete): when merging end
9196         line into start line, update the character counts in parent nodes; 
9197         caused a bug when end and start line had different parent nodes.
9198
9199 2001-08-30  Havoc Pennington  <hp@redhat.com>
9200         
9201         * gtk/gtktexttag.c (_gtk_text_attributes_fill_from_tags): add
9202         assertion that tag is in a table
9203
9204 Fri Sep  7 12:48:56 2001  Matthias Clasen  <matthiasc@poet.de>
9205
9206         * gdk/x11/gdkkeys-x11.c (get_direction): Don't call
9207         g_strcasecmp on NULL strings. (#59058)
9208
9209 2001-09-06  Alex Larsson  <alexl@redhat.com>
9210
9211         * gtk/gtkbin.c:
9212         * gtk/gtkfontsel.c:
9213         * gtk/gtkspinbutton.c:
9214         * gtk/gtktipsquery.c:
9215         Use GtkType/GType instead of uint.
9216
9217 Tue Sep  4 18:13:43 2001  Jonathan Blandford  <jrb@redhat.com>
9218
9219         * gtk/gtkliststore.c (gtk_list_store_init): fix initial val for
9220         sort column.
9221
9222         * gtk/gtktreestore.c (gtk_list_store_init): ditto
9223
9224         * gtk/gtktreesortable.c: add docs.
9225
9226 Tue Sep  4 09:37:19 2001  Owen Taylor  <otaylor@redhat.com>
9227
9228         * Version 1.3.7
9229
9230         * configure.in docs/Makefile.am docs/gtk-config.1.in: Remove 
9231         docs for gtk-config
9232
9233         * modules/input/Makefile.am (install-data-local): Don't
9234         run gtk-query-immodules if DESTDIR is set.
9235
9236         * NEWS: Various additions.
9237
9238 Tue Sep  4 03:12:25 2001  Tim Janik  <timj@gtk.org>
9239
9240         * NEWS: updates for 1.3.7 release.
9241
9242 Mon Sep  3 18:03:56 2001  Jonathan Blandford  <jrb@redhat.com>
9243
9244         * gtk/gtktreestore.c (gtk_tree_store_set_default_sort_func):
9245         handle default sort feature
9246
9247         * gtk/gtktreesortable.c (gtk_tree_sortable_set_default_sort_func):
9248         new function to handle default sort.
9249         (gtk_tree_sortable_has_default_sort_func): check if default sort
9250         is set.
9251
9252         * gtk/gtkliststore.c (gtk_list_store_set_default_sort_func): 
9253         handle default sort feature
9254
9255 Sun Sep  2 20:32:36 2001  Jonathan Blandford  <jrb@redhat.com>
9256
9257         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_cell): patch from
9258         vishnu@pobox.com (Joshua N Pritikin) to fix math and an assertion,
9259         #59731
9260
9261 Sun Sep  2 17:38:42 2001  Jonathan Blandford  <jrb@redhat.com>
9262
9263         * gtk/gtktreeview.c (gtk_tree_view_deleted): Patch from
9264         vishnu@pobox.com (Joshua N Pritikin) to emit signal at the correct
9265         time, #59727
9266
9267         * gtk/gtkbutton.c (gtk_button_update_state): Get depressed
9268         correctly.
9269
9270 Sun Sep  2 21:41:21 2001  Owen Taylor  <otaylor@redhat.com>
9271
9272         * gdk/x11/gdkkeys-x11.c (update_keymaps): Set current serial
9273         so that we don't eternally update the keymap after we
9274         get a change notification.
9275
9276         * gtk/gtkmenuitem.c (gtk_menu_item_set_right_justified): Fix
9277         incorrect cast.
9278
9279 Sun Sep  2 23:27:16 2001  Kristian Rietveld  <kristian@planet.nl>
9280
9281         * gtk/gtktreemodelsort.[ch]: much changes in an attempt to make
9282         it working. It mostly works now, although there're still a few issues
9283         to be worked out.
9284
9285         * tests/testtreesort.c (main): changes to have a better test
9286         application for the GtkTreeModelSort.
9287
9288 Sun Sep  2 23:19:07 2001  Kristian Rietveld  <kristian@planet.nl>
9289
9290         * gtk/gtktreeview.c (gtk_tree_view_search_iter): code cleaup,
9291         fix for bug #59222.
9292
9293         * gtk/gtktreeview.c (gtk_tree_view_search_equal_func): add
9294         gpointer search_data argument to function definition and
9295         prototype, to match GtkTreeViewSearchEqualFunc typedef.
9296
9297 Sat Sep  1 21:57:27 2001  Kristian Rietveld  <kristian@planet.nl>
9298
9299         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): add warnings
9300         per jrb's request.
9301
9302 Fri Aug 31 20:01:23 2001  Jonathan Blandford  <jrb@redhat.com>
9303
9304         * gtk/gtktreeview.c (gtk_tree_view_search_iter): pass in user data.
9305
9306         * gtk/gtktreeview.c (gtk_tree_view_destroy): destroy search_data.
9307
9308 Wed Aug 29 20:40:58 2001  Owen Taylor  <otaylor@redhat.com>
9309
9310         * gtk/gtktextbuffer.[ch] (gtk_text_buffer_add/remove_selection_clipboard): 
9311         Instead of always mirroring the selection to a single PRIMARY
9312         selection, allow it to be mirrored to any number of clipboards.
9313
9314         * gtk/gtktextbuffer.[ch] (gtk_text_buffer_paste_primary): Remove, 
9315         just use gtk_text_buffer_paste_clipboard with the appropriate clipboard.
9316
9317         * gtk/gtktextbuffer.[ch] (gtk_text_buffer_cut/copy/paste_clipboard): Add a
9318         GtkClipboard argument, and for paste_clipboard, the
9319         @override_location argument from @paste_primary.
9320
9321         * gtk/gtktextview.c: Adapt to above change.
9322         
9323 2001-08-30  Havoc Pennington  <hp@redhat.com>
9324
9325         * gtk/gtktextview.c (invalidated_handler): put validate idle at
9326         resize - 2 just for flexibility
9327
9328 2001-08-30  Havoc Pennington  <hp@redhat.com>
9329
9330         * gtk/gtktextdisplay.c (render_layout_line): handle NULL shaped
9331         object from the empty-child-anchor case by drawing a little box.
9332         
9333         * gtk/gtktextlayout.c (add_child_attrs): Still set shape attribute
9334         if the child anchor has no anchored widgets - fixes #59328.
9335
9336         Also, remove bizarre deletion of preedit string that seems to have
9337         gotten in here somehow.
9338
9339 2001-08-30  Havoc Pennington  <hp@redhat.com>
9340
9341         * gtk/gtktextview.c (gtk_text_view_check_cursor_blink): apply fix
9342         to #58420 from Hidetoshi Tajima and Matthias Clasen
9343
9344 Wed Aug 29 17:28:04 2001  Jonathan Blandford  <jrb@redhat.com>
9345
9346         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
9347         change color when the GtkTreeView loses focus.
9348
9349         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render):
9350         ditto.
9351         
9352         * gtk/gtkstyle.c (gtk_default_draw_flat_box): ditto
9353
9354 2001-08-28  Havoc Pennington  <hp@pobox.com>
9355
9356         * gtk/gtkwindow.c (gtk_window_set_icon_list): fix g_object_notify
9357
9358 2001-08-28  Havoc Pennington  <hp@pobox.com>
9359
9360         * demos/gtk-demo/main.c (setup_default_icon): add default icon
9361
9362         * gtk/gtkradiobutton.c (gtk_radio_button_new_with_mnemonic):
9363         warning fix
9364         (gtk_radio_button_new_with_label): warning fix
9365
9366         * gtk/gtkdnd.c: used some random GtkImage private structs, 
9367         update to reflect GtkImage changes
9368
9369         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon_list): don't check
9370         whether the hint is supported, just always set the icon. A task
9371         list might want to use it even if the WM doesn't, and the WM may
9372         change over time. Also, XDeleteProperty() if list == NULL.
9373
9374         * gtk/gtkwindow.c (gtk_window_set_icon_list)
9375         (gtk_window_get_icon_list)
9376         (gtk_window_set_icon)
9377         (gtk_window_get_icon)
9378         (gtk_window_set_default_icon_list)
9379         (gtk_window_get_default_icon_list):
9380         new functions
9381
9382         * gtk/gtk-boxed.defs (GtkIconSet): add GtkIconSet
9383
9384         * gtk/gtkimage.c: Implement property support, bug #59408
9385
9386         * gtk/gtkcontainer.c (gtk_container_add): make the warning message
9387         on reparent-without-removing-first a bit more helpful.
9388         Let's just destroy this FAQ.
9389
9390 Tue Aug 28 21:37:11 2001  Matthias Clasen  <matthiasc@poet.de>
9391
9392         * demos/gtk-demo/appwindow.c (do_appwindow): Use g_signal_connect_object
9393         instead of gtk_signal_connect, to avoid warnings at destruction time. (#58161)
9394
9395 Tue Aug 28 21:00:44 2001  Matthias Clasen  <matthiasc@poet.de>
9396
9397         * gtk/gtkprogressbar.c (gtk_progress_bar_set_text): Move the setting
9398         of use_text_format to the end of the function. (#56447)
9399
9400 Tue Aug 28 20:06:07 2001  Matthias Clasen  <matthiasc@poet.de>
9401
9402         * demos/testpixbuf.c (update_timeout): Use gdk_pixbuf_loader_get_pixbuf
9403         only in response to an area_prepared signal.
9404
9405 2001-08-28  Alex Larsson  <alexl@redhat.com>
9406
9407         * gtk/gtkwidget.c (gtk_widget_class_init):
9408         Make unrealize GTK_RUN_LAST.
9409
9410 Mon Aug 27 22:00:41 2001 Manish Singh <yosh@gimp.org>
9411
9412         * gtk/gtkradiobutton.c: fix silly cut'n'paste error,
9413         with_label and with_mnemonic should create radio buttons, not
9414         check buttons
9415
9416 Mon Aug 27 15:28:56 2001  Jonathan Blandford  <jrb@redhat.com>
9417
9418         * tests/testtreefocus.c (main): Fix to use GtkSelectionMode.
9419         * tests/treestoretest.c (make_window): ditto
9420         * demos/gtk-demo/main.c (create_tree): ditto
9421         * demos/gtk-demo/stock_browser.c (do_stock_browser): ditto.
9422
9423 Mon Aug 27 15:18:14 2001  Jonathan Blandford  <jrb@redhat.com>
9424
9425         * gtk/gtktreeselection.c (gtk_tree_selection_set_mode): Use the
9426         GTK selection types rather than GtkTreeSelectionMode.
9427
9428         * docs/Changes-2.0: Add comment about selection change.
9429
9430 Mon Aug 27 14:21:30 2001  Jonathan Blandford  <jrb@redhat.com>
9431
9432         * gtk/gtkenums.h (GtkSelectionMode): deprecate
9433         GTK_SELECTION_EXTENDED.
9434
9435         * gtk/gtkclist.c: Remove old GTK_SELECTION_MULTIPLE behavior.
9436         Make GTK_SELECTION_EXTENDED be GTK_SELECTION_MULTIPLE.
9437
9438         * gtk/gtkctree.c: ditto
9439
9440         * gtk/gtklist.c: ditto
9441
9442         * gtk/gtktree.c: ditto
9443
9444 Mon Aug 27 14:18:12 2001  Owen Taylor  <otaylor@redhat.com>
9445
9446         * gtk/gtkmenubar.h (gtk_menu_bar_prepend): Fix a cuple
9447         of typos in compat macros. (#59624, Skip Montaro)
9448
9449 Sun Aug 26 20:00:00 2001  Owen Taylor  <otaylor@redhat.com>
9450
9451         * configure.in acinclude.m4: Use autoconf 2.13/2.50 compat
9452         macro.
9453
9454          (patch from ERDI Gergo  <cactus@cactus.rulez.org>, #58920)
9455  
9456         * gtk/gtkmenuitem.c (gtk_menu_item_set_right_justified): Change
9457         interface to be a standard setter from gtk_menu_item_right_justify.
9458         (gtk_menu_item_get_right_justified): a getter to go with the setter
9459
9460         * gtk/gtkmenuitem.h: Add a deprecated compat macro for
9461         gtk_menu_item_right_justify.
9462
9463         * demos/gtk-demo/menus.c tests/testgtk.c: Switch to 
9464         gtk_menu_item_set_right_justified.
9465  
9466 2001-08-27  Jens Finke <jens@gnome.org>
9467
9468         * gtk+.spec.in: Updated to match gpp requirements, reworked the
9469         files section to make it work with 1.3.x releases.
9470
9471 2001-08-26  Alexander Larsson  <alla@lysator.liu.se>
9472
9473         * gtk/gtkbutton.[ch]:
9474         Add properties for labels, mnemonics and stock items.
9475         Added C accessor functions for the properties.
9476         Removed deprecated button->child.
9477
9478         * gtk/gtkradiobutton.c:
9479         * gtk/gtktogglebutton.c:
9480         Update to use the functions in GtkButton.
9481
9482         * gtk/gtkcheckbutton.c:
9483         Update to use the functions in GtkButton.
9484         Changed size allocation of child. Now only gets as much
9485         space as it requests.
9486
9487         * gtk/gtkclist.c:
9488         Don't use GtkButton->child
9489
9490         * gtk/gtklabel.c:
9491         Fixed typo in docs
9492         
9493 2001-08-26  Alexander Larsson  <alla@lysator.liu.se>
9494
9495         * tests/testgtk.c:
9496         * tests/Makefile.am:
9497         Ressurect the properties test.
9498         I don't care if it is inferior, I just want to test my property code.
9499
9500 2001-08-25  Chema Celorio  <chema@celorio.com>
9501
9502         * gtk/gtktable.c (gtk_table_set_child_property): pass ->nrows to
9503         gtk_table_resize as the first argument for CHILD_PROP_RIGHT_ATTACH
9504         and CHILD_PROP_LEFT_ATTACH v.s. using ->ncols
9505
9506 2001-08-24  Havoc Pennington  <hp@pobox.com>
9507
9508         * gtk/gtkcompat.h: remove gtk_menu_* compat defines; 
9509         these are already in gtkmenu.h, and the copies
9510         here were broken.
9511
9512         Also, change GTK_DISABLE_COMPAT_H to GTK_DISABLE_DEPRECATED
9513
9514         * gdk/gdkpixbuf-drawable.c (gdk_pixbuf_get_from_image):
9515         special-case bitmaps to allow no colormap
9516         (bitmap1): implement no-colormap bitmap-getting
9517         (bitmap1a): implement no-colormap bitmap-getting to pixbuf with
9518         alpha
9519         (rgb8): indentation
9520         (rgb1a, rgb1): change the way we read the data out of the image, 
9521         old way didn't seem to work quite right.
9522
9523         I'm pretty sure a lot of the rgbconvert code is still broken.
9524         
9525         * gtk/gtkwindow.c (gtk_window_move_resize): move hints comparison
9526         above position constraint (I really intended to do this before,
9527         don't know what's up with that)
9528         (gtk_XParseGeometry): shut up gcc
9529
9530         * gdk/gdkpixbuf-drawable.c (rgb1a): fix bug where "x1" was used
9531         and "0" should have been. remove the attempted 4-bytes-at-once
9532         optimization, it was totally broken.
9533
9534 Sat Aug 25 19:02:39 2001  Owen Taylor  <otaylor@redhat.com>
9535
9536         * gtk/gtkbutton.[ch] gtk/gtktogglebutton.c: Add optional movement
9537         on push to buttons (based on patch from Soeren Sandmann, #54720)
9538
9539           - Add child_displacement_x/y style properties to control how far the
9540             child moves when the button is depressed.
9541
9542           - Add non-exported function _gtk_button_set_depressed to clean
9543             up the handling of the in/out shadow and separate it frmo
9544             widget->state.
9545
9546           - Lots of code cleanup and simplification of state handling
9547             for GtkButton/GtkToggleButton.
9548  
9549         * tests/testgtkrc: Set the x/y displacement to 1 to provide a test
9550         of button movement. testgtk + testgtkrc == test ugly GTK+, as always.   
9551
9552 Fri Aug 24 23:09:05 2001  Owen Taylor  <otaylor@redhat.com>
9553
9554         * gtk/gtkimage.[ch] docs/Changes-2.0.txt: Break compatibility 
9555         and make gtk_image_new() take no arguments. The compiler will
9556         catch it, and it is vastly more useful than having
9557         gtk_image_new() be a deprecated alias for gtk_image_new_from_image().  
9558
9559         * gtk/gtkmenu.c (gtk_menu_set_property): Apply patch
9560         to add tearoff-title property (#51319, Lee Mallabone)
9561
9562 Fri Aug 24 22:12:32 2001  Owen Taylor  <otaylor@redhat.com>
9563
9564         * gtk/gtkmenuitem.[ch]: Remove unused and useless function
9565         gtk_menu_item_configure(). (#58925)
9566
9567 Fri Aug 24 16:03:45 2001  Jonathan Blandford  <jrb@redhat.com>
9568
9569         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_cell): Add
9570         "use_align" to give people the option to just make a cell visible.
9571
9572         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_point): fix bug where
9573         we were scrolling past the end of the tree.
9574
9575         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_pack_start):
9576         rename gtk_tree_view_column_pack_start_cell_renderer to
9577         gtk_tree_view_column_pack_start.  Same for pack_end, and clear.
9578
9579 Fri Aug 24 12:02:08 2001  Owen Taylor  <otaylor@redhat.com>
9580
9581         * gtk/gtktextbuffer.c (gtk_text_buffer_new): Remove
9582         a stray g_object_ref() left over from gtk_object_ref/sink.
9583         (Pointed out by Josh Pritikin.)
9584
9585 Thu Aug 23 19:33:54 2001  Owen Taylor  <otaylor@redhat.com>
9586
9587         * gtk/gtkcontainer.[ch]: Rename gtk_container_children()
9588         to gtk_container_get_children. Added deprecated compatibility
9589         macro. (Suggested by Vitaly Tishkov, #59051)
9590
9591         * gtk/gtktoolbar.c gtkdialog.c: Fix gtk_container_children()
9592         calls.
9593
9594 Thu Aug 23 19:10:01 2001  Owen Taylor  <otaylor@redhat.com>
9595
9596         * gtk/gtkmenubar.h (gtk_menu_bar_insert): Deprecate 
9597         gtk_menu_bar_append/prepend/insert, forgot to do this
9598         when we deprecated gtk_menu_append/prepend/insert.
9599
9600         * gtk/gtkmenu.h (gtk_menu_insert): Add casts to deprecated
9601         compat macros.
9602
9603         * gtk/gtkmenu.c: Fix problem with static gtk_menu_insert() being
9604         renamed by compat macro.
9605
9606         * gtk/gtkfontsel.h: Deprecated gtk_font_selection_get_font(),
9607         gtk_font_selection_dialog_get_font(). (Suggested by
9608         Vitaly Tishkov, #59383)
9609
9610 Thu Aug 23 18:23:31 2001  Owen Taylor  <otaylor@redhat.com>
9611
9612         * gtk/gtktexttag.c (gtk_text_tag_table_get_size): 
9613         Rename from gtk_text_tag_table_size(). (#59366)
9614
9615 Thu Aug 23 20:01:41 2001  Kristian Rietveld  <kristian@planet.nl>
9616
9617         * gtk/gtktreemodelsort.[ch], gtk/gtktreesortable.[ch],
9618         gtk/gtktreestore.[ch], gtk/gtktreeviewcolumn.[ch],
9619         gtk/gtkliststore.[ch]: use GtkSortType instead of GtkTreeSortOrder.
9620         (#59173).
9621
9622 Thu Aug 23 16:26:47 2001  Tim Janik  <timj@gtk.org>
9623
9624         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_finalize): 
9625         * gtk/gtktextmark.c (gtk_text_mark_finalize): chain parent class
9626         handlers, pointed out by Joshua N Pritikin <vishnu@pobox.com>.
9627
9628 Wed Aug 22 19:15:39 2001  Owen Taylor  <otaylor@redhat.com>
9629
9630         [ Patch from Sebastian Wilhelmi, 52790 ]
9631
9632         * gtk/gtkversion.h.in gtk/gtk.h: New file replacing gtkcompat.h
9633
9634         * gdk/gdkcompat.h gdk/gdk*.h gtk/gtkcompat.h.in gtk/gtk*.h: 
9635         Move compatibility macros from g[dt]kcompat.h to within 
9636         #ifndef G[DT]K_DISABLE_DEPRECATED in each file.
9637
9638         * gdk/gdk-pixbuf-csource.c: Fix up include of gtkcompat.h.
9639
9640         * demos/Makefile.am demos/gtk-demo/Makefile.am 
9641           docs/reference/gdk-pixbuf/Makefile.am modules/input/Makefile.am
9642           tests/Makefile.am: Remove references to -G[DT]K_DISABLE_DEPRECATED.
9643
9644         * demos/{pixbuf-demo.c,testpixbuf-drawable.c,testpixbuf-save.c,
9645                  testpixbuf.c}: Fix usages of deprecated functions.
9646
9647 Wed Aug 22 19:03:27 2001  Jonathan Blandford  <jrb@redhat.com>
9648
9649         * gtk/gtktreeview.c (gtk_tree_view_set_model): clean up selection
9650         when changing models.
9651
9652 Wed Aug 22 18:25:46 2001  Jonathan Blandford  <jrb@redhat.com>
9653
9654         * gtk/gtktreeview.c: Fix selection.  I think it's all dandy now.
9655         We check the current event for modifiers rather than try to trap
9656         all presses.
9657
9658 2001-08-22  Anders Carlsson  <andersca@gnu.org>
9659
9660         * gtk/gtkliststore.h (GTK_LIST_STORE_CLASS): Fix a small typo.
9661         It's LIST_STORE, not LISTSTORE.
9662
9663 Tue Aug 21 12:43:29 2001  Owen Taylor  <otaylor@redhat.com>
9664
9665         * gtk/gtk.h: Remove commented out gtkpacker reference.
9666
9667 2001-08-21  Matthias Clasen  <matthiasc@waldgeist.poet.de>
9668
9669         * configure.in (all_loaders): Add tga loader, 
9670         patch by Nicola Girardi. (#56067)
9671
9672 Tue Aug 21 02:57:13 2001  Jonathan Blandford  <jrb@redhat.com>
9673
9674         * gtk/gtktreeview.c (gtk_tree_view_button_press): Fix up selection
9675         a little.  More needs to be done tomorrow.
9676
9677 Tue Aug 21 00:45:55 2001  Jonathan Blandford  <jrb@redhat.com>
9678
9679         * gtk/gtktreeview.c (gtk_tree_view_destroy): Grr... Get it right.
9680
9681 Mon Aug 20 23:48:18 2001  Jonathan Blandford  <jrb@redhat.com>
9682
9683         * gtk/gtktreeview.c (gtk_tree_view_get_cell_area): Fix bug
9684         reported by Kristian Rietveld <kristian@planet.nl> to handle row
9685         == NULL.
9686         (gtk_tree_view_destroy): Fix bug reported by Kristian Rietveld
9687         <kristian@planet.nl> to change destroy order.
9688
9689 Mon Aug 20 11:39:44 2001  Jonathan Blandford  <jrb@redhat.com>
9690
9691         * gtk/gtktreeselection.c (gtk_tree_selection_class_init): Use
9692         correct marshaller.
9693
9694 Sun Aug 19 03:22:59 2001  Jonathan Blandford  <jrb@redhat.com>
9695
9696         * gtk/gtkliststore.c: Fix up warnings, #58928.
9697
9698         * gtk/gtktreeselection.h: Change signal prototype, #58647
9699
9700         * gtk/gtktreeview.c (_gdk_tree_view_find_node): Make more robust,
9701         #59221.
9702
9703         * gtk/gtkstyle.c: Actually prelight arrow, #50981
9704         
9705 2001-08-18  Hans Breuer  <hans@breuer.org>
9706
9707         * gdk/gdk.def : updated externals
9708
9709         * gdk/win32/gdkselection-win32.c : returning TRUE with gdk_selection_set
9710         is required to get (at least) visible in entry fields. Some selections
9711         are really handled now - even on win32 - but copying via middle
9712         mouse button into a different app needs to wait ... 
9713
9714         * gdk/win32/gdkdnd-win32.c : implemented inter-app drag&drop
9715         mostly by stealling code from gdkdnd-fb.c. Thanks to who ever wrote it!
9716
9717         * gdk/win32/gdkevents-win32.c : some tweaking to get better expose
9718         handling. I'm not sure if it is better now, but at least not worse
9719
9720         * gdk/win32/gdkgeometry-win32.c : replaced every call to MoveWindow
9721         with SetWindowPos () which allows more fine-tuning backing-store wise
9722
9723         * gdk/win32/gdkwindow-win32.c : allow unraised gdk_window_show ().
9724         Also changed move/resize to be more like the X version.
9725
9726         * gtk/gtk.def : updated externals
9727
9728 2001-08-19  Sven Neumann  <sven@gimp.org>
9729
9730         * gtk/gtktooltips.c
9731         * tests/testtreesort.c
9732         * tests/treestoretest.c: inserted some casts to get rid of compiler
9733         warnings.
9734
9735 Sun Aug 19 01:44:44 2001  Jonathan Blandford  <jrb@redhat.com>
9736
9737         * gtk/gtktreeviewcolumn.c
9738         (gtk_tree_view_column_pack_{start,end}_cell_renderer): sink cell.
9739
9740         * gtk/gtktreeview.c (gtk_tree_view_insert_column): sink column.
9741         (_gtk_tree_view_find_node): If *node is NULL,
9742         *tree should be NULL too.
9743
9744         * demos/gtk-demo/stock_browser.c (do_stock_browser): don't unref
9745         column/renderers.
9746         * tests/testtreecolumns.c: ditto
9747         * tests/testtreefocus.c: ditto
9748         * tests/testtreesort.c: ditto
9749         * tests/testtreeview.c: ditto
9750         * tests/treestoretest.c: ditto
9751
9752 Sat Aug 18 04:34:31 2001  Jonathan Blandford  <jrb@redhat.com>
9753
9754         * gtk/gtkcellrenderer.c (gtk_cell_renderer_class_init): 2 new
9755         signals; is_expander/is_expanded.
9756
9757         * gtk/gtlcellrendererpixbuf.c: Allow other expanded and closed
9758         pixbufs.
9759
9760         * gtk/gtktreeview.c: set above properties.
9761
9762 Sat Aug 18 23:01:33 2001  Owen Taylor  <otaylor@redhat.com>
9763
9764         * gtk/gtkwidget.h: Really remove set_default_style().
9765
9766         * docs/Changes-2.0.txt: added a note about
9767         gtk_widget_push/pop/set_default_style.
9768
9769 2001-08-18  Havoc Pennington  <hp@pobox.com>
9770
9771         * gtk/gtkwindow.c (gtk_window_move_resize): constrain position on
9772         hints_changed in addition to the other cases.
9773         (gtk_window_move_resize): include last position from configure
9774         notify in debug spew
9775
9776 2001-08-18  James Henstridge  <james@daa.com.au>
9777
9778         * gtk/gtkaccelgroup.c (gtk_accel_group_object_destroy): use the
9779         second argument to the weak ref notify, cleaning up some uglyness.
9780         (gtk_accel_group_attach): remove and add the weak notifier when
9781         changing the accel groups slist.
9782         (gtk_accel_group_detach): same here.
9783
9784 2001-08-17  Darin Adler  <darin@bentspoon.com>
9785
9786         * gtk/gtktreeview.c: (gtk_tree_view_search_equal_func): Add
9787         missing parameters to utf8 functions to make it compile.
9788
9789 Fri Aug 17 19:30:14 2001  Jonathan Blandford  <jrb@redhat.com>
9790
9791         * gtk/gtktreeprivate.h:
9792         * gtk/gtktreeview.c: (gtk_tree_view_class_init),
9793         (gtk_tree_view_init), (gtk_tree_view_set_property),
9794         (gtk_tree_view_get_property), (gtk_tree_view_destroy),
9795         (gtk_tree_view_key_press), (gtk_tree_view_leave_notify),
9796         (gtk_tree_view_focus_out), (gtk_tree_view_set_model),
9797         (gtk_tree_view_set_destroy_count_func),
9798         (gtk_tree_view_set_enable_search),
9799         (gtk_tree_view_get_enable_search),
9800         (gtk_tree_view_get_search_column),
9801         (gtk_tree_view_set_search_column),
9802         (gtk_tree_view_get_search_equal_func),
9803         (gtk_tree_view_set_search_equal_func),
9804         (gtk_tree_view_search_dialog_destroy),
9805         (gtk_tree_view_search_position_func),
9806         (gtk_tree_view_interactive_search),
9807         (gtk_tree_view_search_delete_event),
9808         (gtk_tree_view_search_button_press_event),
9809         (gtk_tree_view_search_key_press_event),
9810         (gtk_tree_view_search_move), (gtk_tree_view_search_equal_func),
9811         (gtk_tree_view_search_iter), (gtk_tree_view_search_init):
9812         * gtk/gtktreeview.h:
9813         Add heavily modified patch from Kristian Rietveld to handle
9814         interactive searching.
9815
9816 Fri Aug 17 17:30:34 2001  Tim Janik  <timj@gtk.org>
9817
9818         * gtk/gtktreemodel.c (gtk_tree_path_new_from_string): const correct
9819         string parameter.
9820
9821         * gtk/gtkoptionmenu.c (gtk_option_menu_set_menu): connect to
9822         GtkMenuShell::selection_done, now that we have it, instead of 
9823         ::deactivate so we're not tearing the menu apart and notify
9824         the user prematurely.
9825
9826 Thu Aug 16 05:22:01 2001  Tim Janik  <timj@gtk.org>
9827
9828         * gtk/gtkwindow.c (gtk_window_move_resize): if we actually move our
9829         window, clear window->need_default_position to avoid infinite loops.
9830         some comment fixups and GTK_RESIZE_IMMEDIATE fixups.
9831
9832 Wed Aug 15 12:36:55 2001  Tim Janik  <timj@gtk.org>
9833
9834         * gtk/gtktreeview.c (gtk_tree_view_set_model): move all model setup
9835         code into this place. get rid of GTK_TREE_VIEW_MODEL_SETUP usage.
9836         (gtk_tree_view_set_property): don't cast possible NULL objects.
9837         (gtk_tree_view_destroy): reset the model to NULL.
9838
9839         * gtk/gtktreeselection.c (gtk_tree_selection_finalize): chain
9840         parent_class handler.
9841
9842 2001-08-17  Matthias Clasen  <matthiasc@waldgeist.poet.de>
9843
9844         * gtk/demos/gtk-demo/*: Remove all uses of deprecated functions.
9845
9846 2001-08-17  Anders Carlsson  <andersca@gnu.org>
9847
9848         * gtk/gtkstyle.c (create_expander_affine): Divide with floating
9849         point numbers so that the result will be floating point.
9850
9851 2001-08-16  Matthias Clasen  <matthiasc@waldgeist.poet.de>
9852
9853         * tests/testgtk.c (create_handle_box): 
9854         (create_toolbar): Replace gtk_window_set_policy calls by
9855         gtk_window_set_resizable.
9856
9857 2001-08-16  Jakub Steiner <jimmac@ximian.com>
9858
9859         * gtk/stock-icons/dialog_info.png: new style bulb
9860         * gtk/stock-icons/dialog_error.png: maybe a little drastic ;)
9861         * gtk/stock-icons/dialog_warning.png: need a hand?
9862         * gtk/stock-icons/stock_add.png, stock_remove.png: I hope 
9863           the aa border gets chopped off ok
9864         * gtk/stock-icons/stock_colorselector.png: using the new hand
9865         * gtk/stock-icons/stock_dnd_multiple.png: I'm not totally sure what 
9866           this one is for, but the old icon was butt ugly.
9867         * gtk/stock-icons/stock*_insert_image.png: not sure if it belongs here
9868         * gtk/stock-icons/stock*_insert_object.png: "
9869         * gtk/stock-icons/stock_index.png: using new hand icon
9870         * gtk/stock-icons/stock*_new.png: the document template being used 
9871           elsewhere too
9872         * gtk/stock-icons/stock*_print*.png: new print and print preview 
9873           icons (panel/menu)  
9874         * gtk/stock-icons/stock*_save*.png, stock*_revert.png: new save/revert 
9875           icons based on Tuomas' floppy image.
9876         * gtk/stock-icons/stock*_search*.png: search and s'n'r icons for panel/menu
9877         * gtk/stock-icons/stock*_stop.png: replacing the old 'x' button
9878         * gtk/stock-icons/stock*_trash.png: based on Tuomas' trash icon
9879         * gtk/stock-icons/stock*_undelete.png: "
9880         * gtk/stock-icons/stock_preferences.png: I have a version with a 
9881           document base if the sliders are no good.
9882         * gtk/stock-icons/stock_properties.png: properties 
9883         
9884
9885         * gtk/stock-icons/stock*_copy.png, stock*_cut.png, stock*_paste.png: Tuomas' 
9886           (tigert@ximian.com) clipboard icons
9887         * gtk/stock-icons/stock_{up,down,left,right}_arrow.png: tigert's new arrows
9888         * gtk/stock-icons/stock*_{undo,redo}.png: tigert's undo/redo icons.
9889         * gtk/stock-icons/stock_open.png: shaded open icon by Tuomas. we should make it a
9890           little bigger IMHO
9891
9892 2001-08-16  Sven Neumann  <sven@gimp.org>
9893
9894         * gtk/gtkbox.c (gtk_box_class_init): removed unused widget_class.
9895
9896 2001-08-15  Padraig O'Briain  <padraig.obriain@sun.com>
9897
9898         * gtk/gtkcellrenderertext.c:
9899         Avoid warning when specifying NULL for "attributes" property
9900
9901 2001-08-15  Matthias Clasen  <matthiasc@waldgeist.poet.de>
9902
9903         * docs/debugging.txt: Add a warning about --enable-debug=no,
9904         some editorial changes.
9905
9906 2001-08-13  Matthias Clasen  <matthiasc@waldgeist.poet.de>
9907
9908         * gtk/docs/debugging.txt, gdk/gdk.c, gdk/gdkinternals.h, 
9909         gdk/x11/gdkmain-x11.c, gtk/gtkdebug.h, gtk/gtkmain.c: Update 
9910         debugging info, remove unused debug flags. (#58330)
9911
9912 Mon Aug 13 13:17:32 2001  Jonathan Blandford  <jrb@redhat.com>
9913
9914         * gtk/gtktreeselection.c (gtk_tree_selection_select_all): 
9915         (gtk_tree_selection_select_all): Remove strict checking for rows.
9916
9917 2001-08-13  Matthias Clasen  <matthiasc@waldgeist.poet.de>
9918         
9919         * gtk/gtktooltips.c (gtk_tooltips_set_tip, gtk_tooltips_draw_tips): 
9920         Don't remove the tooltip window when the tip text changes. (#15891)
9921
9922 Sun Aug 12 12:02:09 2001  Owen Taylor  <otaylor@redhat.com>
9923
9924         * gtk/Makefile.am ($(srcdir)/gtkmarshal.c): Remove extra
9925         $(srcdir).
9926
9927 Sun Aug 12 10:39:12 2001  Owen Taylor  <otaylor@redhat.com>
9928
9929         * Makefile.am (EXTRA_DIST): Fix problem with trying to
9930         dist files from intl/, which is no longer there.
9931
9932 2001-08-11  Hans Breuer  <hans@breuer.org>
9933
9934         * gtk/gtkalignment.c, gtk/gtkarrow.c, gtk/gtkaspectframe.c,
9935           gtk/gtkcellrenderer.c, gtk/gtkcellrenderertext.c, 
9936           gtk/gtkcombo.c, gtk/gtkcurve.c, gtk/gtkfontsel.c, 
9937           gtk/gtklayout.c, gtk/gtkmisc.c, gtk/gtkpacker.c, 
9938           gtk/gtkprogress.c, gtk/gtkruler.c,, gtk/gtksettings.c,
9939           gtk/gtkspinbutton.c, gtk/gtktexttag.c : coalescing property notifies
9940
9941         * gtk/gtkclist.c, gtk/gtktipsquery.c, gtk/gtktexttag.c,
9942           gtk/gtkwidget.c : added G_SIGNAL_TYPE_STATIC_SCOPE to all
9943         GDK_TYPE_EVENT signals
9944
9945         * gtk/gtkalignment.c : removed 'direct allocation bug',
9946         which Tim discovered while reading the patch
9947
9948 Sat Aug 11 14:32:14 2001  Owen Taylor  <otaylor@redhat.com>
9949
9950         * gtk/gtkwidget.h (gtk_widget_set_default_visual): Add some
9951         compat macros for push/pop/set_visual that were supposed
9952         to be added a long time ago, but got dropped. 
9953
9954 Fri Aug 10 16:55:53 2001  Tim Janik  <timj@gtk.org>
9955
9956         * gtk/gtkwindow.c (gtk_window_set_policy): coalesce multiple
9957         property notifies.
9958
9959 2001-08-07  Havoc Pennington  <hp@pobox.com>
9960
9961         * gtk/gtkfilesel.c (open_ref_dir): fix a typo.
9962
9963         * gtk/gtkplug.c (gtk_plug_init): remove setting of auto_shrink;
9964         some fixage is needed here, but nothing simple. Owen understands
9965         it. ;-)
9966
9967         * gtk/gtkwindow.h, gtk/gtkwindow.c: Rework code and API for window
9968         sizing and positioning.  Also, fix bug in compute_geometry_hints
9969         (width/height confusion for setting min size). 
9970         (gtk_window_move): new function
9971         (gtk_window_resize): new function
9972         (gtk_window_get_size): new function
9973         (gtk_window_get_position): new function
9974         (gtk_window_parse_geometry): new function
9975         
9976         * gtk/gtkwidget.c (gtk_widget_set_size_request): new function
9977         (gtk_widget_get_size_request): new function
9978         (gtk_widget_get_usize): delete, that was a short-lived function
9979         ;-)
9980         (gtk_widget_set_usize): deprecate
9981         (gtk_widget_set_uposition): deprecate, make it a trivial 
9982         gtk_window_move() wrapper
9983         (gtk_widget_class_init): remove x/y/width/height properties,
9984         add width_request height_request
9985         
9986         * demos/*: update to avoid deprecated functions
9987         
9988         * gtk/gtklayout.c: add x/y child properties
9989
9990         * gtk/gtkfixed.c: add x/y child properties, and get rid of 
9991         uses of "gint16"
9992
9993         * tests/testgtk.c (create_window_sizing): lots of tweaks to window
9994         sizing test
9995
9996         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Ensure that
9997         configure events on toplevel windows are always in root window
9998         coordinates, following ICCCM spec that all synthetic events 
9999         are in root window coords already, while real events are 
10000         in parent window coords. Previously the code assumed that 
10001         coords of 0,0 were parent window coords, which was 
10002         really broken.
10003   
10004         * gtk/gtkcontainer.c (gtk_container_get_focus_chain): fix
10005         warning
10006  
10007         * gdk/gdkwindow.h (GdkWindowHints): add GDK_HINT_USER_POS 
10008         and GDK_HINT_USER_SIZE so we can set USSize and USPosition 
10009         hints in gtk_window_parse_geometry()
10010  
10011         * gdk/x11/gdkwindow-x11.c (gdk_window_set_geometry_hints): support
10012         new USER_POS USER_SIZE hints    
10013
10014 2001-08-09  Matthias Clasen  <matthiasc@waldgeist.poet.de>
10015
10016         * tests/prop-editor.c (properties_from_type): Use 
10017         g_object_class_list_properties to get the param specs 
10018         for a given type. (#58609)
10019
10020 2001-08-09  Matthias Clasen  <matthiasc@waldgeist.poet.de>
10021
10022         * gtk/gtkstyle.c (gtk_style_real_unrealize): Don't forget to
10023         free the text_aa parts. (#57549)
10024
10025 2001-08-09  Matthias Clasen  <matthiasc@waldgeist.poet.de>
10026
10027         * gdk/gdkgc.c (gdk_gc_set_rgb_bg_color): Set the background color,
10028         not the foreground color. (#57621)
10029
10030 2001-08-09  Alexander Larsson <alexl@redhat.com>
10031
10032         * gdk/win32/gdkfont-win32.c:
10033         Update to the new pango win32 api.
10034
10035 2001-08-08  HideToshi Tajima  <tajima@eng.sun.com>
10036
10037         * gtk/gtkclipboard.c (request_text_received_func): ask apps for
10038         COMPOUND_TEXT instead of TEXT
10039         * gdk/x11/gdkselection-x11.c (gdk_utf8_to_compound_text): correctly
10040         interpret the return value of g_string_to_compound_text()
10041         (#55152)
10042
10043 2001-08-08  Matthias Clasen  <matthiasc@waldgeist.poet.de>
10044
10045         * gtk/gtktreestore.c (gtk_tree_store_iter_n_children): Don't
10046         fail if iter is NULL. (#58347)
10047
10048 2001-08-07  Matthias Clasen  <matthiasc@waldgeist.poet.de>
10049
10050         * gtk/gtktextdisplay.c (render_para, gtk_text_layout_draw): Fix
10051         some off-by-one issues, fixing selection of line-ends. (#50323)
10052
10053 2001-08-07  Matthias Clasen  <matthiasc@waldgeist.poet.de>
10054
10055         * gtk/gtkhsv.c (gtk_hsv_map, gtk_hsv_unmap): Reinstate these
10056         functions in order to make mouse operation work again in the
10057         color wheel. (#58604)
10058
10059 2001-08-07  James Henstridge  <james@daa.com.au>
10060
10061         * gtk/gtkaccellabel.c (gtk_accel_label_set_accel_object): refetch
10062         the accelerator when the accel object is changed.  Fixes bug
10063         #58628.
10064
10065 2001-08-06  HideToshi Tajima  <tajima@eng.sun.com>
10066
10067         * modules/input/gtkimcontextxim.c (mb_to_utf8), xim_text_to_utf8):
10068         Skip g_convert when to_codeset and from_codeset are both 'UTF-8'
10069         (gnome bugzilla #58202)
10070
10071 2001-08-06  Havoc Pennington  <hp@pobox.com>
10072  
10073         * gdk/x11/gdkimage-x11.c (_gdk_x11_get_image): The whole 
10074         GDK_IS_WINDOW() branch of this was a bit screwed up, because 
10075         it was expecting a GdkWindow, not a GdkWindowImplX11.
10076  
10077         Also, we were getting the window rect in screen coords 
10078         and the screen rect in window coords then intersecting 
10079         them; instead, get window rect in window coords.
10080  
10081         Finally, there were codepaths that resulted in a stuck server grab
10082         (when the window was fully onscreen, or on gdk_image_new()
10083         failure); make the server ungrab thing a bit more
10084         robust/consistent.
10085
10086 2001-08-06  Sven Neumann  <sven@gimp.org>
10087
10088         * gdk/gdkpango.c (gdk_pango_context_destroy): 
10089         check if info->colormap != NULL before unref'ing it. It might have
10090         been set to NULL using gdk_pango_context_set_colormap().
10091
10092 Sun Aug  5 11:24:27 2001  Owen Taylor  <otaylor@redhat.com>
10093
10094         * gtk/gtkcolorsel.c (gtk_color_selection_set_current_alpha): 
10095         Fix conversion from float to int so that we don't get
10096         skew in the int => float => int roundtrip. 
10097         (#58120, reported by Vitaly Tishkov). Also fix problem
10098         where if no alpha was set, the returned alpha
10099         from (say) set_current_alpha() was returned as 1, not 65535.
10100
10101 Sun Aug  5 09:48:08 2001  Owen Taylor  <otaylor@redhat.com>
10102
10103         * gtk/gtklist.c (gtk_list_clear_items): Fix
10104         problem with selecting a new focus child.
10105
10106         * gtk/gtklist.c (gtk_list_clear_items): Clear 
10107         list->undo/list_focus_child after unparenting
10108         child, since unparenting the child can result
10109         in list->last_focus_child being set. (#58024)
10110
10111         * Makefile.am (SUBDIRS): Add target specific pc
10112         files to DISTCLEANFILES.
10113
10114         * gtk/Makefile.am: add @GTK_DEBUG_FLAGS@
10115         (58327, Matthias Clasen)
10116
10117 Sat Aug  4 19:28:21 2001  Owen Taylor  <otaylor@redhat.com>
10118
10119         * tests/testgtk.c: Patch from Hans (with various modifications),
10120         to add the ability to use testgtk as a rough-and-ready
10121         benchmark. Try, 'testgtk --bench all:5' (if you want decent
10122         numbers, run without a window manager)
10123
10124 2001-08-04 Alexander Larsson <alexl@redhat.com>
10125
10126         * gdk/win32/gdkinput.c:
10127         Add #ifdef HAVE_WINTAB around wintab.h include.
10128
10129         * gtk/gtk.def:
10130         Removed marshals that have been moved to glib.
10131         Commented out plug and socket. They didn't compile for me 
10132         on win32.
10133
10134 2001-08-04  Hans Breuer  <hans@breuer.org>
10135
10136         * gtk/stocks-icons/makefile.msc : new file
10137         * gtk/makefile.msc.in : use it
10138
10139         * gtk/gtkstyle.c : not all platforms do provide M_PI and
10140         friends, but luckily there is G_PI
10141
10142         * gtk/gtk.def : updated
10143
10144         * gdk/win32/gdkwindow.c (gdk_window_new) : don't make all TEMP 
10145         windows WS_POPUP, but only those without a parent. This fixes the 
10146         mis-alignment between the selectable (temp, input only) window and 
10147         the window text of GtkLabel.
10148
10149         (gdk_window_show) : respect private->state when actually showing
10150         the window.
10151
10152         (gdk_window_set_transient_for) : Implementation from Wolfgang 
10153         Sourdeau <wolfgang@contre.com> ported to 2.0 and added some 
10154         error handling. Should fix #50586.
10155
10156         * gdk/win32/gdkevents-win32.c : beautify log output
10157
10158 2001-08-04  Michael Natterer  <mitch@gimp.org>
10159
10160         * gtk/gtkitemfactory.c (gtk_item_factory_create_item):
10161         Need to show the image after adding it to the GtkImageMenuItem.
10162         This used to work without in testgtk because of the
10163         gtk_widget_show_all() at the end of the function.
10164         (Closes #54978).
10165
10166 Tue Jul 31 22:59:33 2001  Tim Janik  <timj@gtk.org>
10167
10168         * gtk/gtknotebook.c (gtk_notebook_get_child_property): 
10169         (gtk_notebook_set_child_property): fix finding of child's page,
10170         since we have to validly deal with labels and menus here as well.
10171         (gtk_notebook_get_child_property): fix warning.
10172         (gtk_notebook_class_init): property tab_pack is of type
10173         GTK_TYPE_PACK_TYPE (enum) not boolean.
10174         (gtk_notebook_find_child): don't always warn, we might be looking
10175         for a label or menu child.
10176         (gtk_notebook_map): fix mapping of panel.
10177
10178         * gtk/gtkwidget.c (gtk_widget_set_child_visible): always constrain
10179         widget's mapped state, regardless of the value being set equals
10180         old settings, since things like REALIZED(parent) or MAPPED(parent)
10181         may have changed since the old value was set. make it an error to
10182         invoke this function on a toplevel widget.
10183
10184 2001-07-31  Darin Adler  <darin@bentspoon.com>
10185
10186         * gdk/gdkprivate.h:
10187         * gdk/x11/gdkx.h:
10188         Put all mentions of GdkFont inside #ifndef GDK_DISABLE_DEPRECATED.
10189
10190         * demos/gtk-demo/menus.c: (do_menus): Cast to G_OBJECT, not
10191         GTK_OBJECT.
10192
10193 Tue Jul 31 15:34:57 2001  Jonathan Blandford  <jrb@redhat.com>
10194
10195         * gtk/gtktreeview.c (gtk_tree_view_remove_column): Whoops.  Stupid
10196         scoping error pointed out by matthiasc@poet.de.
10197
10198 2001-07-31  Sven Neumann  <sven@gimp.org>
10199
10200         * demos/gtk-demo/appwindow.c
10201         * demos/gtk-demo/item_factory.c
10202         * tests/testgtk.c: gtk_accel_group_attach() takes a GObject.
10203
10204 Mon Jul 30 10:49:16 PDT 2001 Suresh Chandrasekharan <suresh.chandrasekharan@sun.com>
10205
10206         * gtk/gtksignal.h (gtk_signal_handler_pending): corrected the wrong
10207         argument order for g_signal_has_handler_pending.
10208
10209 Sun Jul 29 17:14:01 2001  Tim Janik  <timj@gtk.org>
10210
10211         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc): use g_file_test()
10212         instead of long deprecated g_scanner_stat_mode().
10213
10214 2001-07-29  Hans Breuer  <hans@breuer.org>
10215
10216         * gdk/makefile.msc : build in the backend dir after
10217         auto-generating files
10218
10219         * gdk/win32/gdkfont-win32.c (gdk_font_load) : reimplement
10220         with code from win32-production-branch.
10221
10222         *  gdk/win32/gdkwindow-win32.c : set the private->destroyed flag
10223         before calling DestroyWindow, which indirectly calls 
10224         gdk_window_destroy_notify ()
10225
10226         (performance patch merged from win32-production-branch)
10227         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_segments): 
10228         Use PatBlt() instead of LineTo() when possible (solid single-pixel pen, 
10229         R2_COPYPEN rop). It is claimed to be much faster.
10230
10231 Fri Jul 27 11:31:15 2001  Jonathan Blandford  <jrb@redhat.com>
10232
10233         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_get_property):
10234         add an "attributes" property to the text renderer for ATK.
10235
10236 2001-07-26  Alex Larsson  <alexl@redhat.com>
10237
10238         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image):
10239         Initialize image->bits_per_pixel from the drawable, not from
10240         the root window.
10241
10242         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_get_depth):
10243         Fix cast. argument is an IMPL already.
10244
10245 2001-07-15  James Henstridge  <james@daa.com.au>
10246
10247         * gtk/gtkwindow.c (gtk_window_add_accel_group): cast to GObject.
10248         (gtk_window_remove_accel_group): same here.
10249         (gtk_window_key_press_event): same here.
10250
10251         * gtk/gtkwidget.c (gtk_widget_add_accelerator): cast to GObject.
10252         (gtk_widget_remove_accelerator): same here.
10253         (gtk_widget_remove_accelerators): same here.
10254
10255         * gtk/gtkplug.c (gtk_plug_accel_entries_changed): same here.
10256
10257         * gtk/gtkmenushell.c (gtk_menu_shell_key_press): cast to GObject
10258         instead of GtkObject.
10259
10260         * gtk/gtkmenu.c (gtk_menu_key_press): update since GtkAccelGroup
10261         now takes GObjects.
10262
10263         * gtk/gtkitemfactory.c (gtk_item_factory_propagate_accelerator):
10264         pass a GObject to gtk_accel_group_entries_from_object.
10265         (gtk_item_factory_create_item): s/accel_widget/accel_object/
10266
10267         * gtk/gtk-boxed.defs: remove GtkAccelGroup boxed def.
10268
10269         * gtk/gtkaccellabel.c: convert to handle GObject accel objects.
10270
10271         * gtk/gtkaccellabel.h: fix header to reflect that arbitrary
10272         GObjects can have accelerators set now.  Add compatibility
10273         defines.
10274
10275         * gtk/gtkmarshal.list: add missing marshallers.
10276
10277         * gtk/gtkaccelgroup.[ch]: convert to a GObject, and allow setting
10278         accelerators on plain GObjects.  gtk_accel_group_object_destroy
10279         has been converted into a weak reference, and
10280         gtk_accel_group_delete_entries is now a destroy notify for that
10281         piece of data.
10282
10283 2001-07-23  Ron Steinke  <rsteinke@w-link.net>
10284
10285         * gdk/gdkdraw.c: Added a check on the colormap depth to
10286         gdk_drawable_set_colormap()
10287         * gdk/x11/gdkimage-x11.c: combination of Matthias Clasen's
10288         patch to fix colorsel and my patch to fix gdk_drawable_get_image()
10289         for pixmaps without visuals (more specifically, bitmaps)
10290         * gdk/x11/gdkpixmap-x11.c: Fixed gdk_pixmap_new() so it
10291         doesn't set a colormap with the wrong depth
10292
10293
10294 2001-07-22  Anders Carlsson  <andersca@gnome.org>
10295
10296         * gtk/gtktreeview.c (gtk_tree_view_class_init): Replace the
10297         expander_height and expander_width properties with a single
10298         property, expander_size.
10299         (gtk_tree_view_init): Set the tab_offset to expander_size
10300         plus some padding.
10301         (gtk_tree_view_unrealize): Remove the expand/collapse
10302         timeout if it exists.
10303         (coords_are_over_arrow): Fix a small bug.
10304         (gtk_tree_view_motion_draw_column_motion_arrow): Use
10305         expander_size.
10306         (gtk_tree_view_draw_focus): Use "treeview" instead of
10307         "add-mode" as detail when drawing the focus.
10308         (gtk_tree_view_bin_expose): Use "treeview-drop-indicator"
10309         instead of "add-mode" as detail when drawing the focus.
10310         (gtk_tree_view_deleted): If we have a node currently being
10311         expanded or collapsed, remove the timeout and set the node 
10312         to NULL.
10313         (gtk_tree_view_queue_draw_arrow): New function that just
10314         redraws the arrow of a node.
10315         (gtk_tree_view_draw_arrow): Use expander_size instead of
10316         expander_width/expander_height, also pass a different
10317         expander_style to gtk_paint_expander depending on the 
10318         state of the node being drawn.
10319         (expand_collapse_timeout): New function for expanding 
10320         or collapsing a node depending on the previous state.
10321         (gtk_tree_view_real_expand_row): Add timeout and set 
10322         correct state for node being expanded.
10323         (gtk_tree_view_real_collapse_row): Add timeout and set
10324         correct state for node being collapsed.
10325
10326         * gtk/gtktreeprivate.h (struct _GtkTreeViewPrivate): Add
10327         information about the node currently being expanded or
10328         collapsed, and also a timeout id.
10329
10330         * gtk/gtkstyle.h (struct _GtkStyleClass): Replace is_open
10331         with expander_style for draw_expander.
10332
10333         * gtk/gtkstyle.c (gtk_draw_expander): Replace is_open with
10334         expander_style.
10335         (create_expander_affine): New function for creating an 
10336         expander affine.
10337         (apply_affine_on_point): New function for applying an 
10338         affine to a point.
10339         (gtk_default_draw_expander): Modified to take expander_style
10340         instead of is_open, and to draw the rectangle rotated differently
10341         depending on the expander style.
10342         (gtk_paint_expander): Replace is_open with expander_style.
10343
10344         * gtk/gtkrbtree.h: Add expander states to GtkRBNodeColor.
10345
10346         * gtk/gtkenums.h: Add expander style enum.
10347
10348 2001-07-21  Jonas Borgström  <jonas@codefactory.se>
10349
10350         * gtk/gtktreemodel.c (gtk_tree_model_foreach): Check the return
10351         value from gtk_tree_model_get_iter, the model might be empty.
10352
10353 2001-07-20  Hans Breuer  <hans@breuer.org>
10354
10355         * gdk/win32/gdkinput-win32.c : gdk_device_get_history moved to
10356         gdk/gdkinput.c like the other backends
10357
10358         * gdk/win32/gdkinput-win32.h :
10359         * gdk/win32/gdkinput.c :
10360         * gdk/win32/gdkvisual-win32.c :
10361         * gdk/win32/gdkwin32.h : mechanical adaption to GdkDevice and
10362         GdkVisual GObjectification. UNTESTED for pen-devices because
10363         I simply have none.
10364
10365         * gdk/gdk.def :
10366         * gtk/gtk.def : updated externals
10367
10368         * gtk/gtkiconfactory.c :
10369         * gtk/gtkoldeditable.c : GError *error needs to be initialized (= NULL) 
10370         before passing &error to functions to avoid strange crashes
10371         
10372         * gtk/gtkcontainer.c (gtk_container_real_set_focus_child) : is static
10373
10374         * gtk/gtkwidget.c (gtk_widget_get_child_visible): use g_return_val_if_fail
10375
10376         * gtk/makefile.msc.in : updated
10377
10378 Thu Jul 19 15:35:32 2001  Owen Taylor  <otaylor@redhat.com>
10379
10380         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_set_vadjustment):
10381         Add property support. (#51858)
10382
10383 Thu Jul 19 14:56:33 2001  Owen Taylor  <otaylor@redhat.com>
10384
10385         * gtk/gtkaccellabel.c (gtk_accel_label_class_init) 
10386         * gtk/gtkinputdialog.c (gtk_input_dialog_set_key):
10387         Use Shift/Ctrl instead of Shft/Ctl. (#53807)
10388
10389 Thu Jul 19 11:41:00 2001  Owen Taylor  <otaylor@redhat.com>
10390
10391         * gtk/gtkcolorsel.c: Add propery support (roughly
10392         based on patch from Lee Mallabone, #51014)
10393
10394         * gtk/gtkcolorsel.h: Mark gtk_color_selection_set_update_policy as
10395         deprecated, since we already g_warning() on it.
10396
10397 Thu Jul 19 14:24:34 2001  Owen Taylor  <otaylor@redhat.com>
10398
10399         * gtk/gtkentry.c (gtk_entry_set_positions): Fix
10400         typo that sometimes caused selection not to work properly.
10401
10402         * gtk/gtkentry.c (gtk_entry_grab_focus): Select text in
10403         entry when tabbing in. (#57743)
10404         
10405         * gtk/gtkentry.c (gtk_entry_motion_notify): If the
10406         user drags up above or down below the entry, move
10407         to the end or the beginning of the entry. (Suggestion
10408         from Jay Cox, #50940)
10409
10410         * gtk/gtkentry.c (gtk_entry_move_cursor): If we have
10411         a current selection, then when moving by chars or
10412         words, move to the end of the selection rather than
10413         from entry->current_pos. (Suggestion from Jay Cox,
10414         #50942)
10415         
10416 Thu Jul 19 12:14:28 2001  Owen Taylor  <otaylor@redhat.com>
10417
10418         * gtk/gtkwindow.c (gtk_window_set_decorated): Actualy
10419         set window->decorated. (Patch from Hidetoshi Tajima,
10420         #55846)
10421
10422 Sat Jul  7 02:50:14 2001  Owen Taylor  <otaylor@redhat.com>
10423
10424         * gtk/gtkwidget.c (gtk_widget_set_parent): Enforce
10425         the widget/child realization/mapping invariants.
10426
10427         * gtk/gtkwidget.[ch] gtk/gtkprivate.h: Add functions 
10428         gtk_widget_[get/set]_child_visible() to control
10429         whether visible children of a mapped window are
10430         mapped.
10431
10432         * docs/widget_system.txt: Updated for changes in
10433         container contract, and addition of GTK_CHILD_VISIBLE.
10434
10435         * gtk/gtkcontainer.c: Add generic map()/unmap()
10436         functions that work for almost all containers.
10437
10438         * gtk/gtknotebook.c gtk/gtkpacker.c: Use 
10439         gtk_widget_set_child_visible() where necessary.
10440
10441         * gtk/*.c: Remove excess map(), unmap(), and 
10442         realization/mapping invariant enforcing code
10443         from many containers.
10444
10445 Wed Jul 18 19:51:45 2001  Owen Taylor  <otaylor@redhat.com>
10446
10447         * gtk/gtktextview.c (gtk_text_view_set_attributes_from_style): 
10448         Get the foreground color from 'text', nor 'fg'. (#57568)
10449
10450 Wed Jul 18 19:28:46 2001  Owen Taylor  <otaylor@redhat.com>
10451
10452         * gtk/*.c: Patch from Matthias Clasen to remove remove
10453         all instances of g_return_if_fail (foo != NULL); that are
10454         immediately before a g_return_if_fail (GTK_IS_FOO (foo));
10455         since the second check catches the NULL anyways.
10456
10457 Wed Jul 18 18:23:05 2001  Owen Taylor  <otaylor@redhat.com>
10458
10459         * gtk/gtkbutton.c gtk/gtkentry.c gtk/gtkmenu.c gtk/gtktextview.c
10460         gtktreeview.c: Fix idles and timeouts to be properly surrounded by 
10461         GDK_THREADS_ENTER()/LEAVE() pairs.
10462
10463         * gtk/gtkdialog.c gtk/gtkclipboard.c: Surround calls
10464         to g_main_loop_run() with GDK_THREADS_LEAVE()/ENTER()
10465         pairs. (Problem found by M. Meeks)
10466
10467 2001-07-18  Darin Adler  <darin@bentspoon.com>
10468
10469         * gtk/gtkiconfactory.c: (gtk_icon_size_register): Reorder code so
10470         that we don't get a g_warning message every time we register a new
10471         icon size.
10472
10473         * gdk/x11/gdkcolor-x11.c: (gdk_colormap_alloc1): Fix warning by
10474         using pixel variable of the correct type.
10475         
10476 Fri Jul 13 15:33:32 2001  Owen Taylor  <otaylor@redhat.com>
10477
10478         * gdk/gdkwindow.[ch]: Add a function gdk_window_get_internal_paint_info(),
10479         so that using X functions on a GdkWindow is possible, if
10480         a little hairy.
10481
10482         * gdk/gdkgc.c (gdk_gc_offset): Add a function to offset the clip
10483         and ts_origin of a GC, so that external parties can offset/restore
10484         a GC, when using gdk_window_get_internal_paint_info().
10485
10486 2001-07-17  Darin Adler  <darin@bentspoon.com>
10487
10488         * .cvsignore: Ignore the sgml directory made by gtkdoc.
10489         * demos/pixbuf-demo.c: (main): Use gtk_window_set_resizable
10490         instead of the deprecated gtk_window_set_policy.
10491         * demos/testpixbuf-scale.c: Add missing <stdlib.h> include.
10492         * gdk/gdkkeys.c: (gdk_keymap_class_init): Remove empty finalize
10493         function to get rid of warning and some code too.
10494         * gdk/x11/gdkfont-x11.c: (gdk_font_charset_for_locale): Add
10495         missing const.
10496         * gdk/x11/gdkmain-x11.c: (_gdk_windowing_init_check): Remove
10497         unused local.
10498         * gdk/x11/gdkpango-x11.c: (gdk_pango_context_get): Add missing
10499         const.
10500         * gdk/x11/gdkselection-x11.c: (gdk_text_property_to_utf8_list),
10501         (gdk_utf8_to_compound_text): Add missing const.
10502         * gtk/gtkimage.c: (gtk_image_expose): Remove unused local.
10503         * gtk/gtkmenubar.c: (gtk_menu_bar_hierarchy_changed): Add missing
10504         cast and get rid of an unnecessary one.
10505         * gtk/gtksettings.c: (gtk_settings_notify): Remove unused local.
10506         * gtk/gtkstatusbar.c: (gtk_statusbar_size_allocate): Remove unused
10507         local.
10508         * gtk/gtktreemodelsort.c: (gtk_tree_model_sort_build_level):
10509         Remove unused local.
10510         * modules/input/gtkimcontextxim.c: (gtk_im_context_xim_new): Add
10511         missing const.
10512         * tests/testsocket.c: (add_child): Add cast so the printf format
10513         doesn't make us implicitly depend on what integer type
10514         gtk_socket_get_id returns.
10515         * tests/testtextbuffer.c: Add missing const.
10516         * tests/testtreefocus.c: (main): Remove unused local.
10517         * tests/treestoretest.c: (iter_remove): Remove unused local.
10518         (uppercase_value): Remove unused function.
10519         (make_window): Add statement to quiet the compiler's uninitialized
10520         variable warning.
10521
10522 Sat Jul 14 12:47:35 2001  Tim Janik  <timj@gtk.org>
10523
10524         * gtk/gtkrange.c:
10525         (second_timeout): 
10526         (initial_timeout): 
10527         (update_timeout): add GDK_THREADS_ENTER/GDK_THREADS_LEAVE.
10528         (gtk_range_calc_layout): compute the new layout based on an
10529         adjustment->value being passed in as argument.
10530         (gtk_range_button_press): for button2 slider warps, first recalc
10531         the layout, then adjust the value. also, use update_slider_position()
10532         for adjusting the value, so we keep pixel quantisation at which we
10533         usually operate (upon motion or button releases). the reason for this
10534         is that, we can't change the adjustment upon button2 presses to a non
10535         quantised value and upon button2 release re-quantise the value since
10536         that'd alter the value even if we didn't get any motion events (causing
10537         unexpected scroll area warps upon release and/or slider pixel-jitter).
10538         (gtk_range_motion_notify): update the slider position from queried
10539         coordinates, not event coordinates.
10540
10541 Fri Jul 13 09:47:52 2001  Tim Janik  <timj@gtk.org>
10542
10543         * gtk/gtkstyle.c (gtk_default_draw_focus): fix line style resetting,
10544         the default gc values are: width=0, CapBut, JoinMiter.
10545
10546 2001-07-13  Anders Carlsson  <andersca@codefactory.se>
10547
10548         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render): Take
10549         into account the xpad and ypad when calculating the width and the
10550         height of the pixbuf cel.
10551
10552 Thu Jul 12 18:29:40 2001  Owen Taylor  <otaylor@redhat.com>
10553
10554         * gtk/gtkradiomenuitem.[ch] (gtk_radio_menu_item_group): 
10555         Rename to gtk_radio_menu_item_get_group(), add deprecated
10556         alias. (#57044)
10557
10558         * gtk/gtkfilesel.c: Indentation fix.
10559
10560 Thu Jul 12 17:33:00 2001  Owen Taylor  <otaylor@redhat.com>
10561
10562         * gtk/gtkbbox.h gtk/gtkcompat.h: Patch from Mathias 
10563         Hasselmann to fix warnings in compat macros. 
10564         (#56773)
10565
10566         * gtk/gtkmenubar.c (gtk_menu_bar_hierarchy_changed): Fix 
10567         stupid wrong cast added in last patch.
10568
10569 Thu Jul 12 16:51:34 2001  Owen Taylor  <otaylor@redhat.com>
10570
10571         * gtk/gtkwidget.c: Replace a couple of inappropriate calls to 
10572         GTK_WIDGET_HAS_FOCUS() with gtk_widget_is_focus(). (#57067)
10573
10574 Thu Jul 12 14:06:19 2001  Owen Taylor  <otaylor@redhat.com>
10575
10576         * gtk/gtkmenubar.c (gtk_menu_bar_hierarchy_changed): Add
10577         missing cast.
10578
10579         * gtk/gtkcontainer.c (gtk_container_get_focus_chain): Fix
10580         NULL/FALSE return value confusion.
10581
10582         * gtk/gtkrange.c (coord_to_value): Fix division-by-zero
10583         problem when scrollbar completely fills range. (Patch
10584         from  Matthias Clasen, #57047)
10585
10586 Thu Jul 12 13:53:28 2001  Owen Taylor  <otaylor@redhat.com>
10587
10588         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Properly
10589         clean up when handling events for move-resize emulation.
10590         (Problem traced down by Matthias Clasen, #57271)
10591
10592 Thu Jul 12 13:43:27 2001  Owen Taylor  <otaylor@redhat.com>
10593
10594         * gtk/gtkclist.c gtk/gtkcolorsel.c gtk/gtkcombo.c
10595           gtk/gtkctree.c gtk/gtkcurve.c gtk/gtkentry.c
10596           gtk/gtkfontsel.c gtk/gtkhandlebox.c 
10597           gtk/gtkimcontextsimple.c gtk/gtkmain.c gtk/gtkmenu.c
10598           gtk/gtkmenuitem.c gtk/gtkoptionmenu.c gtk/gtkpixmap.c
10599           gtk/gtkselection.c gtk/gtktextdisplay.c gtk/gtktextview.c
10600           gtk/gtktooltips.c gtk/gtkwidget.c gtk/gtkwindow.c:
10601         Formatting fixes from multihead brnach. [ mostly foo(bar) => foo (bar) ]
10602
10603 2001-07-09  Peter Williams  <peterw@ximian.com>
10604
10605         * gtk/Makefile.am ($(srcdir)/stamp-gtk.defs): Add a cd $(srcdir)
10606         for when srcdir != builddir
10607
10608 Mon Jul  9 12:50:51 2001  Jonathan Blandford  <jrb@redhat.com>
10609
10610         * gtk/gtktreemodel.c: remove gtk_tree_model_get_first in favor of
10611         gtk_tree_model_get_iter_root.
10612
10613         * gtk/gtkliststore.c: Add a bunch of g_return statements.
10614         (gtk_list_store_iter_n_children): Fix up.
10615
10616         * gtk/gtktreestore.c: Add a bunch of g_return statements.
10617
10618 Fri Jul  6 15:38:33 2001  Owen Taylor  <otaylor@redhat.com>
10619
10620         * gtk/gtkwidget.c (gtk_widget_class_init):
10621         G_SIGNAL_TYPE_STATIC_SCOPE GtkSelectionData to
10622         restore some workingness.
10623
10624         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Fix 
10625         handle of window type for input-only windows.
10626
10627 Thu Jul  5 21:53:46 2001  Owen Taylor  <otaylor@redhat.com>
10628
10629         * gtk/gtkbbox.[ch] gtk/gtkbox.[ch] gtk/gtk[hv]bbox.c:
10630         Patch from Gregory Merchan to add 
10631         gtk_button_box_set_secondary(), which separates
10632         the child into a separate group from the normal
10633         buttons. (#56331)
10634
10635         * gtk/gtkdialog.c: Make help buttons secondary by
10636         default.
10637
10638         * gtk/gtkbbox.c: Added a child property "secondary".
10639
10640         * gtk/testgtk.c: Turn on the help button for the 
10641         color selector to check that it properly appears
10642         as secondary.
10643
10644 Mon Jul  2 01:09:37 2001  Owen Taylor  <otaylor@redhat.com>
10645  
10646         * gdk/gdkwindow.[ch] gdk/gdkinternals.h gdk/x11/gdkwindow-x11.c
10647         gdk/linux-fb/gdkwindow-fb.c gdk/x11/gdkwindow-x11.c gdk/gdk:
10648         Add gdk_set_pointer_hooks() to allow pointer-querying to
10649         be hooked by an event record/playback system like GERD.
10650         (#56914)
10651         
10652 Thu Jul  5 08:57:07 2001  Owen Taylor  <otaylor@redhat.com>
10653
10654         * gtk/gtkwidget.c (gtk_widget_reset_rc_style): Pass
10655         in the right value of initial_emission to
10656         gtk_widget_set_style_internal (#57091)
10657
10658 Wed Jul  4 23:17:04 2001  Owen Taylor  <otaylor@redhat.com>
10659
10660         * gtk/gtkdnd.c (gtk_drag_dest_hierarchy_changed):
10661         Make compile.
10662
10663         * gtk/gtkwidget.c (gtk_widget_reset_rc_style): Fix problem
10664         with calling gtk_widget_set_style_internal() with
10665         the old style, not the new style. (#56989)
10666
10667 Wed Jul  4 22:35:40 2001  Owen Taylor  <otaylor@redhat.com>
10668
10669         * gtk/gtklabel.c gtk/gtkmenubar.c gtk/gtktreeviewcolumn.c
10670           gtk/gtkwidget.c:
10671         Check GTK_WIDGET_TOPLEVEL(gtk_widget_get_toplevel (widget)),
10672         not GTK_WIDGET_GET_ANCESTOR ... see 
10673         http://mail.gnome.org/archives/gtk-devel-list/2001-July/msg00072.html.
10674         Indicate the best practice in the docs for gtk_widget_get_toplevel().
10675
10676         * gtk/gtkwidget.[ch]: Expose a private _gtk_widget_hierarchy_changed(),
10677         so GtkPlug can give the correct signals when transforming
10678         from a child to a toplevel.
10679         
10680         * gtk/gtkdnd.c (gtk_drag_dest_hierarchy_changed): Handle
10681         reparentation correctly.
10682
10683         * gtk/gtkwidget.c (gtk_widget_propagate_hierarchy_changed):
10684         Propagate the previous_toplevel argument down properly.
10685
10686         * gtk/gtklabel.c (gtk_label_finalize): Fix unrefing
10687         of wrong atr list.
10688
10689         * gtk/gtkplug.[ch]: Add an "embedded" signal.
10690
10691         * gtk/gtksocket.[ch]: Add "child_added", "child_removed"
10692         signals.
10693
10694         * gtk/gtkplug.[ch] gtk/gtksocket.[ch]: Add 
10695         functions gtk_plug_get_id(), gtk_socket_get_id(),
10696         to avoid the user having to worry about realization,
10697         and gdkx.h.
10698
10699         * tests/testsocket.c: Extend to try out the new signals
10700         and gtk_plug/socket_get_id().
10701
10702         * gtk/gtklabel.c (gtk_label_set_pattern_internal): Fix
10703         setting of underline attributes.
10704
10705         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Ignore
10706         DestroyNotify events from SubstructureNotifyMask
10707
10708         * gdk/x11/gdkwindow-x11.c (gdk_window_reparent):
10709         Switch GDK_WINDOW_TYPE (window) as needed.
10710
10711         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Clean up,
10712         allow creation of toplevel windows as children of
10713         foreign windows.
10714
10715         * gtk/gtkplug.c: Remove hacks involving changing private
10716         fields of GdkWindow.
10717
10718         * gtk/gtkplug.[ch] gtk/gtksocket.c: Work to make 
10719         exactly the same signals and notification
10720         be emitted for local embedding as for inter-process
10721         embedding.
10722
10723 2001-07-04  James Henstridge  <james@daa.com.au>
10724
10725         * gtk/gtkliststore.h: add missing gtk_list_store_newv prototype.
10726
10727 Mon Jul  2 16:53:25 2001  Owen Taylor  <otaylor@redhat.com>
10728
10729         * gtk/xembed.h gtk/gtkplug.c gtk/gtksocket.c: For
10730         XEMBED embedding add a _XEMBED_INFO property to the
10731         client with version number and a "mapped" flags.
10732         Use the mapped flag instead of the racy MapRequestEvent
10733
10734         * gtk/gtksocket.c: Clean up the gtk_socket_steal()
10735         code to reliably set things (when the child is a passive
10736         embedder participating in the XEMBED protocol) intead
10737         of just being a hack for embedding non-participating
10738         programs. Fix various bugs and race conditions.
10739         
10740         * gtk/gtksocket.[ch] gtk/gtkplug.[ch]: Make local embedding
10741         work by simply making the GtkSocket the gtk parent
10742         of the GtkPlug. Set a flag in this case and make
10743         the GtkPlug work like a normal container by overriding
10744         methods such as check_resize and "chaining past" GtkWindow
10745         to GtkBin.
10746
10747         * gtk/gtkentry.c (gtk_entry_real_activate)
10748           gtk/gtkmain.c (gtk_propagate_event): 
10749         Eliminate use of gtk_widget_get_ancestor (widget, GTK_TYPE_WINDOW).
10750         
10751         * gtk/gtkwidget.c (gtk_widget_get_toplevel,
10752         gtk_widget_get_ancestor):
10753         Explain why gtk_widget_get_ancestor (widget, GTK_TYPE_WINDOW)
10754         might not give the expected result and recommend
10755         an alternative.
10756
10757         * tests/testsocket.c tests/testsocket_child.c
10758         tests/testsocket_common.c tests/Makefile.am: Extended
10759         to test different type of adding plugs to sockets
10760         (local,active,passive), and to test mapping/unmapping
10761         the plug.
10762
10763         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): Don't
10764         mark the window as destroyed until after we
10765         called _gdk_windowing_window_destroy().
10766         (_gdk_windowing_window_destroy() may use GDK functions
10767         on the window.)
10768
10769         * gdk/x11/gdkinput.c: Remove the check for finalization - 
10770         devices can be finalized under some circumnstances.
10771  
10772         * gdk/x11/gdkinput-x11.c (gdk_input_device_new): Fix 
10773         small problem with GDK_TYPE_DEVICE.
10774  
10775 2001-07-02  Havoc Pennington  <hp@pobox.com>
10776
10777         * gdk/x11/gdkwindow-x11.c (gdk_wmspec_change_state): fix to 
10778         use constants not atoms.
10779
10780 2001-07-02  James Henstridge  <james@daa.com.au>
10781
10782         * gtk/gtktextview.c (gtk_text_view_class_init): same here for
10783         PANGO_TYPE_TAB_ARRAY.
10784
10785         * gtk/gtktexttag.c (gtk_text_tag_class_init): same here, but also
10786         for PANGO_TYPE_TAB_ARRAY.
10787
10788         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init):
10789         s/GTK_TYPE_PANGO_FONT_DESCRIPTION/PANGO_TYPE_FONT_DESCRIPTION/
10790
10791         * gtk/gtk-boxed.defs: move all the boxed definitions to the top of
10792         the file.  Remove Pango types from defs -- they are now defined in
10793         libpango.
10794
10795 Mon Jul  2 06:35:10 2001  Tim Janik  <timj@gtk.org>
10796
10797         * gdk/gdkkeys.c (gdk_keymap_class_init): s/signal_newc/signal_new/
10798
10799         * gtk/gtkobject.c (gtk_object_destroy): invoke
10800         g_object_run_dispose().
10801
10802         * gtk/gtkwindow.c: 
10803         * gtk/gtkwidget.c: 
10804         * gtk/gtkobject.c:
10805         * gtk/gtklist.c: s/shutdown/dispose/ for the GObject
10806         method.
10807
10808 Sat Jun 30 20:44:48 2001  Owen Taylor  <otaylor@redhat.com>
10809
10810         * gtk/gtktypeutils.c (gtk_type_class): Remove
10811         change check for GTK_TYPE_OBJECT derivation to
10812         G_TYPE_OBJECTS - it's Tim-approved to use this 
10813         for arbitary objects.
10814
10815         * gtk/gtkwindow.c gtk/gtkcontainer.[ch]: underscore
10816         prefix gtk_container_dequeue_resize_handler().
10817
10818         * gtk/gtkwidget.[ch]: Add a previous_toplevel argument
10819         to the hierarachy_changed signal, since you otherwise
10820         have to always keep that around.
10821
10822         * gtk/gtkmenubar.c gtk/gtklabel.c gtk/gtksocket.c: Adapt
10823         for extra argument to hierarchy_changed.
10824
10825 Tue Jun 26 19:39:03 2001  Owen Taylor  <otaylor@redhat.com>
10826
10827         * gtk/gtkwidget.c (gtk_widget_set_style): Allow %NULL
10828         for style to mean "revert to default style"
10829
10830         * gtk/gtkwidget.[ch] (gtk_widget_set_rc_style,
10831           gtk_widget_restore_default_style): Make this functions
10832         deprecated aliases for gtk_widget_set_style (widget, NULL).
10833
10834         * gtk/gtkwidget.[ch]: Remove:
10835            gtk_widget_set_default_style ()
10836            gtk_widget_push_style ()
10837            gtk_widget_pop_style ()
10838         These functions interact are overriden by RC files, and
10839         thus virtually useless, and complicated.
10840
10841 Fri Jun 22 18:49:48 2001  Owen Taylor  <otaylor@redhat.com>
10842
10843         * gtk/gtkrc.c: Add a GtkRcContext structure to hold 
10844         most of the previous global variables in gtkrc.c. This is
10845         in preparation for multi-head, since each screen can
10846         have different GtkSettings and RC information.
10847
10848         * gtk/gtkrc.[ch]: 
10849
10850         * gtk/gtkrc.h (struct _GtkRcStyleClass): Add a
10851         GtkSettings parameter to GtkRcStyle::parse.
10852
10853         * gdk/x11/gdkevents-x11.c gtk/gtksettings.c gtk/gtkrc.c: 
10854         Add two new settings gtk-theme-name, gtk-key-theme-name,
10855         for RC files that are loaded by name after reading
10856         the default RC files.
10857         
10858         * gtk/gtkrc.c: Allow priorities for styles, as wll as
10859         bindings.
10860
10861         * gtk/gtkenums.h gtk/gtkrc.c: Add GTK_PATH_PRIO_THEME,
10862         and use it by default for RC files loaded via 
10863         gtk-theme-name, gtk-key-theme-name.
10864
10865         * gtk/gtkiconfactory.c (gtk_icon_source_set_filename)
10866         gtk/gtkrc.c (gtk_rc_parse_pixmap_path_string) 
10867         tests/testgtkrc: Require pathnames to be absolute.
10868
10869         * gtk/gtkrc.c gtk/gtkiconfactory.c: Look up the full filename for
10870         the source when parsing, since the operation of looking up a
10871         pixmap from an RC file depends on the parsing context.
10872
10873         * gtk/gtkrc.c (gtk_rc_context_reparse_all): Automatically
10874         reset RC styles on all widgets when files are reparsed.
10875
10876         * tests/testgtk.c (create_rc_file) 
10877           gtk/gtkwindow.c (gtk_window_read_rcfiles): 
10878         Simplify, now that gtk_rc_reparse_all() resets styles on
10879         all widgets itself.
10880
10881         * gtk/gtkmain.c (gtk_get_default_language): Fix broken
10882         return value.
10883
10884         * gtk/gtksettings.[ch] (gtk_settings_install_property[_ch]): Remove
10885         GtkSettings argument.
10886
10887         * gtk/gtksettings.[ch] (gtk_settings_get_default): Rename from
10888         gtk_settings_get_global().
10889
10890         * gtk/gtkwidget.[ch]: Add a function gtk_widget_Get_settings()
10891         to get the appropriate GtkSettings for a widget. (For now,
10892         just gets the default GtkSetttings.) 
10893
10894         * gtk/gtkcolorsel.c gtk/gtkentry.c gtk/gtkmenu.c gtk/gtkmenubar.c
10895           gtk/gtktextview.c gtk/gtktoolbar.c: Fixes for GtkSettings
10896         changes.
10897
10898         * gtk/gtkrc.[ch]: Add gtk_rc_get_style_by_paths() to allow
10899         getting a style for a path without actually having a widget.
10900         (Allows using a style for a subpart of a widget, for
10901         example.)
10902
10903         * gtk/gtkrc.[ch]: Add gtk_rc_reparse_all_for_setting() to allow forcing
10904         the RC files to be reloaded for just one GtkSettings
10905         (not sure how useful this really is.)
10906
10907         * gtk/gtkrc.h: Deprecate
10908         gtk_rc_add_widget_name/widget_class/class_style
10909
10910 2001-06-30  Alex Larsson  <alexl@redhat.com>
10911
10912         * gdk/linux-fb/gdkinput-none.c:
10913         * gdk/linux-fb/gdkinput.c:
10914         * gdk/linux-fb/gdkinputprivate.h:
10915         Convert GdkDevice to a GObject.
10916
10917         * linux-fb/gdkprivate-fb.h:
10918         * linux-fb/gdkvisual-fb.c:
10919         Convert GdkVisual to a GObject.
10920
10921 2001-06-29  Alex Larsson  <alexl@redhat.com>
10922
10923         * gdk/gdkvisual.h:
10924         * gdk/gdkcolor.c:
10925         * gdk/x11/gdkx.h:
10926         * gdk/x11/gdkvisual-x11.c:
10927         Convert GdkVisual to a GObject.
10928
10929         * gdk/gdkinput.h:
10930         * gdk/gdkevents.c:
10931         * gdk/x11/gdkinputprivate.h:
10932         * gdk/x11/gdkinput-gxi.c:
10933         * gdk/x11/gdkinput-none.c:
10934         * gdk/x11/gdkinput-x11.c:
10935         * gdk/x11/gdkinput-xfree.c:
10936         * gdk/x11/gdkinput.c:
10937         Convert GdkDevice to a GObject.
10938
10939 Fri Jun 29 22:13:28 2001  Jonathan Blandford  <jrb@redhat.com>
10940
10941         * gtk/gtktreestore.c (gtk_tree_store_new): changed new_with_types
10942         to just plain new, fixing the number of columns, and column types
10943         at creation time.
10944
10945         * gtk/gtkliststore.c (gtk_list_store_new): ditto.
10946
10947         * gtk/gtkcellrenderertext.c
10948         (gtk_cell_renderer_text_set_fixed_height_from_font): FIX the
10949         height to a specific font.
10950
10951         * gtk/gtktreeview.c (gtk_tree_view_is_expander_column): fix brokenness.
10952
10953         * tests/*c: change to work with new store models.
10954
10955 2001-06-29  Havoc Pennington  <hp@redhat.com>
10956
10957        * Throughout: fixes to compile with G_DISABLE_COMPAT
10958         (s/g_signal_connectc/g_signal_connect/,
10959         s/g_signal_newc/g_signal_new/,
10960         s/g_signal_disconnect_by_func/g_signal_handlers_disconnect_by_func/)
10961
10962 Fri Jun 29 03:14:16 2001  Jonathan Blandford  <jrb@redhat.com>
10963
10964         * gtk/gtktreeselection.c (gtk_tree_selection_selected_foreach):
10965         add path argument to selection callbacks.
10966
10967 Fri Jun 29 00:13:34 2001  Jonathan Blandford  <jrb@redhat.com>
10968
10969         * gtk/gtktreemodel.c (gtk_tree_model_foreach): New function to
10970         walk through a model in a depth first manner, with the option to
10971         break out.
10972
10973 Fri Jun  8 18:52:10 2001  Jonathan Blandford  <jrb@redhat.com>
10974
10975         * gtk/gtktreeview.[hc]: Patch Thomas Broyer from
10976         <tbroyer@ltgt.net>. Expander arrows are now attached to a specific
10977         column and follow it when draged, rather than a location in the
10978         view. "expander_column" property and drawing functions changed
10979         accordingly.  Fixes bug #55942.
10980
10981         (gtk_tree_view_{set,get}_expander_column): Now works with a
10982         GtkTreeViewColumn* instead of int.
10983
10984 Thu Jun 28 22:53:18 2001  Owen Taylor  <otaylor@redhat.com>
10985
10986         *  gdk/gdk.c gtk/gtktypeutils.c: Fix args to g_type_init(). 
10987
10988 2001-06-28  Havoc Pennington  <hp@pobox.com>
10989
10990         * gdk/x11/gdkimage-x11.c (_gdk_x11_get_image): Clip the retrieved
10991         image data to the screen, using a server grab to avoid race
10992         conditions.
10993
10994         * gtk/gtkitemfactory.c (gtk_item_factory_create_item): remove 
10995         check for NULL return from gtk_image_new_from_stock(), it never
10996         returns NULL.
10997         (gtk_item_factory_create_item): fix bug where we parsed the stock
10998         ID as an inline pixbuf
10999
11000         * gtk/gtktext.c (gtk_text_key_press): numeric keypad support
11001
11002         * gtk/gtkspinbutton.c (gtk_spin_button_key_press): numeric keypad
11003         support (should be using binding set here)
11004
11005         * gtk/gtkoptionmenu.c (gtk_option_menu_key_press): numeric keypad
11006         support (should be using binding set here)
11007
11008         * gtk/gtkmenushell.c (gtk_menu_shell_class_init): numeric keypad 
11009         support
11010
11011         * gtk/gtkmenu.c (gtk_menu_class_init): numeric keypad support
11012
11013         * gtk/gtkmenubar.c (gtk_menu_bar_class_init): numeric keypad
11014
11015         * gtk/gtklistitem.c (gtk_list_item_class_init): numeric keypad
11016
11017         * gtk/gtkimcontextsimple.c
11018         (gtk_im_context_simple_filter_keypress): keypad
11019
11020         * gtk/gtkfilesel.c (gtk_file_selection_key_press): keypad 
11021
11022         * gtk/gtkentry.c (gtk_entry_class_init): numeric keypad fixes
11023
11024         * gtk/gtkctree.c (gtk_ctree_class_init): numeric keypad support
11025
11026         * gtk/gtkcolorsel.c (palette_activate): keypad support (of course,
11027         should be binding-setted)
11028
11029         * gtk/gtkwindow.c (gtk_window_class_init): numeric keypad fixes
11030
11031         * gtk/gtkclist.c (gtk_clist_class_init): numeric keypad fixes
11032
11033         * gtk/gtkcalendar.c: numeric keypad fixes
11034
11035         * gtk/gtktextview.c (gtk_text_view_class_init): numeric keypad
11036         support
11037
11038         * gdk/gdkwindow.c (gdk_window_get_clip_region): fix infinite loop
11039         screwup
11040
11041         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha): 
11042         clip the render area to the drawable's clip region in advance,
11043         so we don't get data from the server that we don't need.
11044
11045         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha):
11046         check return value of gdk_pixbuf_get_from_drawable(), fall back 
11047         to bilevel alpha if we can't get the pixbuf to composite against.
11048
11049         * gdk/gdkdraw.c (gdk_drawable_get_image): set the image colormap
11050
11051         * gdk/gdkimage.c (gdk_image_get_colormap): add
11052         gdk_image_set_colormap, gdk_image_get_colormap
11053
11054         * gdk/gdkpixbuf-drawable.c (rgbconvert): Change all converters to
11055         take a region of the image, instead of converting the entire
11056         image.
11057
11058         * gtk/gtkwidget.h (struct _GtkWidgetClass): add show_help
11059         keybinding signal. Add default bindings for it. Add default
11060         handler for show_help that shows the tooltip for the widget.
11061
11062         * gtk/gtkdialog.c (gtk_dialog_class_init): add binding set and
11063         "close" keybinding signal, remove key press handler.
11064
11065         * gtk/gtktooltips.c (gtk_tooltips_set_colors): Just remove this,
11066         it's not our usual practice to leave a deprecated function around
11067         with a runtime warning, plus we don't want it to appear in docs,
11068         plus if we make them yellow no one will want to change them
11069         anyhow.
11070
11071 Thu Jun 28 23:53:31 2001  Tim Janik  <timj@gtk.org>
11072
11073         * gtk/gtkwidget.c (gtk_widget_hide): !GTK_OBJECT_DESTROYED() ->
11074         GTK_WIDGET_REALIZE() for resize queueing.
11075
11076         * gtk/gtkmain.c (gtk_main_do_event): !GTK_OBJECT_DESTROYED() ->
11077         GTK_WIDGET_REALIZE() for post event delivery destruction upon
11078         GDK_DESTROY.
11079         
11080         * gtk/gtkwidget.c: added GtkWidget::event-after notification signal, to
11081         sompensate for former (pre-2.0) connect_after() facility.
11082         (gtk_widget_send_expose): 
11083         (gtk_widget_event): assert the widget is realized, since event delivery
11084         to non-realized widgets is essentially a bug. event handlers should
11085         be able to unconditionally rely on widget->window (unless they
11086         emit events on their own which can trigger widget destruction).
11087         (gtk_widget_event_internal): removed old outdated GTK_OBJECT_DESTROYED()
11088         logic. event delivery happens as follows:
11089         a) emission of GtkWidget::event (RUN_LAST handler). returns was_handled.
11090         b) if !was_handled in (a) and the widget is still realized, emit event-
11091            specific signal (RUN_LAST handler). returns was_handled.
11092         c) emission of GtkWidget::event-after for notification if the widget is
11093            still realized (regardless of was_handled from previous stages, no
11094            class handler). no return value.
11095         d) was_handled gets passed on to caller, to determine further
11096            propagation. if the widget got unrealized meanwhile, was_handled
11097            is returned as TRUE.
11098
11099         * gdk/gdkevents.[hc]: added gdk_event_get_root_coords() and
11100         gdk_event_get_coords().
11101
11102 Thu Jun 28 17:18:41 2001  Tim Janik  <timj@gtk.org>
11103
11104         * configure.in (GTK_MICRO_VERSION): up version to 1.3.7, interface
11105         age 0, binary age 0. depend on glib 1.3.7.
11106
11107         * gtk/gtkcontainer.c: remove g_signal_handlers_disconnect_by_func() hack.
11108
11109         * gtk/gtkmenubar.c: same here.
11110         
11111         * gtk/gtkcontainer.c (gtk_container_focus_tab): fix param-spec retrival.
11112
11113         * gtk/gtkcolorsel.c (gtk_color_selection_init): fix connect_data() usage.
11114
11115         * gtk/gtkentry.c (gtk_entry_focus_in): same here.
11116         
11117         * gtk/gtkmenubar.c (add_to_window): likewise.
11118         
11119         * gtk/gtktextbtree.c: and here...
11120         
11121         * gtk/gtktextview.c (gtk_text_view_ensure_layout): same thing.
11122         
11123         * gtk/gtktoolbar.c (gtk_toolbar_init): once more.
11124         
11125         * gtk/gtktreemodel.c (connect_ref_callbacks): and another time.
11126         
11127         * gtk/gtktreeviewcolumn.c:
11128         (_gtk_tree_view_column_set_tree_view): yet again.
11129
11130         * demos/gtk-demo/images.c (progressive_timeout): demonstrate
11131         signal connections without g_signal_connect_data().
11132         
11133         * demos/gtk-demo/stock_browser.c (do_stock_browser): second
11134         demo of the matter.
11135         
11136         * demos/testpixbuf.c (main): running out of equality phrases for the
11137         ChangeLog, but had to adapt connections here as well.
11138         
11139         * demos/testanimation.c (progressive_timeout): and for the fun of it,
11140         tackled this the same way.
11141         
11142         * tests/testtext.c (create_view): ok, it's becoming a pain at this
11143         point, but had enough enery for one more fix.
11144
11145         * tests/testtreecolumns.c (main): stand up man, do your work!
11146
11147         * tests/testtreeview.c (set_columns_type): ok, this is the last file i
11148         fix, either that's been all of it or CVS gtk is broken yet again.
11149         
11150 2001-06-29  James Henstridge  <james@daa.com.au>
11151
11152         The following changes correspond to bug #56812
11153
11154         * gdk/gdkinput.h, gdk/gdkevents.c (GDK_TYPE_DEVICE): register type
11155         code for GdkDevice.
11156
11157         * gdk/gdkcursor.[ch] (GDK_TYPE_CURSOR): register type code for
11158         GdkCursor.
11159
11160 2001-06-19  Havoc Pennington  <hp@pobox.com>
11161
11162         * gdk/x11/gdkwindow-x11.c (gdk_window_show_unraised): new function
11163         for mapping a window without fooling with stacking order, but
11164         updating the "withdrawn" flag
11165
11166         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Do event
11167         filtering as soon as possible, moving move resize and wmspec_check
11168         handling after the event filter.  Make default filter apply to all
11169         events, not just those with no GdkWindow wrapped around the X
11170         window. Fix a FIXME about how the window could be a pixmap using 
11171         RTTI; this of course assumes GDK_IS_WINDOW() is optimized. 
11172
11173         Also, be robust against events not on a known GdkWindow.
11174
11175         * gdk/x11/gdkmain-x11.c (gdk_x11_grab_server,
11176         gdk_x11_ungrab_server): export reference-counted server grabs, so
11177         other people can grab server over a GDK function that also does
11178         so.
11179
11180 Wed Jun 27 19:40:31 2001  Jonathan Blandford  <jrb@redhat.com>
11181
11182         * gtk/gtktreeviewcolumn.c
11183         (gtk_tree_view_column_pack_start_cell_renderer): New function to
11184         reflect that you can (hypothetically) pack cell renderers into a
11185         column.
11186         (gtk_tree_view_column_pack_end_cell_renderer): ditto.
11187         (gtk_tree_view_column_cell_is_visible): Move more functionality to
11188         the column.
11189         (gtk_tree_view_column_cell_can_focus): Move more functionality to
11190         the column.
11191
11192         * gtk/gtktreeview.c: Move to use new column-packing code.
11193         (gtk_tree_view_real_expand_row): remove totally braindead code.
11194         (gtk_tree_view_real_collapse_row): ditto.
11195
11196 2001-06-27  Kjartan Maraas  <kmaraas@gnome.org>
11197
11198         * gtk/gtktreeviewcolumn.c: Fix a typo.
11199         
11200 2001-06-26  Joel Becker  <jlbec@evilplan.org>
11201
11202         * gdk-pixbuf/gdk-pixbuf-csource.c: remove '#include "x"' line
11203           at the end of the file
11204
11205 2001-06-26  Havoc Pennington  <hp@redhat.com>
11206
11207         * gtk/gtkwindow.c (gtk_window_set_policy): forgot a notification
11208
11209 2001-06-26  Havoc Pennington  <hp@redhat.com>
11210
11211         * gtk/gtkwindow.c (gtk_window_class_init): add "resizable"
11212         property
11213
11214 Tue Jun 26 12:59:28 2001  Jonathan Blandford  <jrb@redhat.com>
11215
11216         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_set_model): fix
11217         stupid missing statement
11218
11219         * gtk/gtktreeview.c (gtk_tree_view_set_destroy_count_func): New
11220         private function for ATK.  It notifies you of how many _visible_
11221         children are deleted when a node is deleted.  Should be used by
11222         atk only.
11223
11224 Tue Jun 26 11:06:34 2001  Owen Taylor  <otaylor@redhat.com>
11225
11226         * gtk/gtkclist.c gtk/gtkentry.c gtk/gtkspinbutton.c:
11227         Use new pango_context_get_metrics() to fix problems
11228         with font lists in descriptions. (#56184, reported by
11229         Jonas Borgström)
11230
11231 Tue Jun 26 10:04:30 2001  Tim Janik  <timj@gtk.org>
11232
11233         * gtk/gtkiconfactory.c:
11234         * gtk/gtkitemfactory.c: use gdk_pixbuf_new_from_stream(). fixed up
11235         item factory so inlined pixbufs actually work.
11236
11237 2001-06-25  Havoc Pennington  <hp@redhat.com>
11238
11239         * gtk/gtktreeviewcolumn.h, gtk/gtktreeviewcolumn.c:
11240         s/RESIZEABLE/RESIZABLE/
11241
11242         * gtk/gtkwindow.c, gtk/gtkwindow.h: s/resizeable/resizable/
11243
11244 2001-06-25  Alexander Larsson  <alexl@redhat.com>
11245
11246         * configure.in:
11247         Added --enable-fbmanager. This is some experimental code
11248         that lets several GtkFB apps coordinate their access to the
11249         framebuffer.
11250         
11251         * acconfig.h:
11252         Added ENABLE_FB_MANAGER.
11253
11254         * gdk/linux-fb/Makefile.am:
11255         Added gdkfbmanager and gdkfbswitch.
11256
11257         * gdk/linux-fb/gdkkeyboard-fb.c:
11258         * gdk/linux-fb/gdkmouse-fb.c:
11259         * gdk/linux-fb/gdkprivate-fb.h:
11260         Split device init and open so that
11261         they can be opened and closed while switched
11262         away.
11263
11264         * gdk/linux-fb/gdkmain-fb.c:
11265         Add the basic manager communication.
11266
11267         * gdk/linux-fb/gdkrender-fb.c:
11268         Don't update to the shadow fb if we're
11269         blocked by the fb manager.
11270
11271 Sun Jun 24 22:15:16 2001  Owen Taylor  <otaylor@redhat.com>
11272
11273         * docs/Changes-2.0.txt: Add note about child property
11274         changes.
11275
11276 Sun Jun 24 21:34:32 2001  Owen Taylor  <otaylor@redhat.com>
11277
11278         * gtk/gtkenums.h gtk/gtkiconfactory.c: Add a special size for
11279         drag-and-drop GTK_ICON_SIZE_DND (Default to 32x32)
11280
11281         * gtk/gtkdnd.c (gtk_drag_dest_set_target_list): Fix problem
11282         with un'reffing wrong list reported by Jeff Franks.
11283
11284         * gtk/gtkdnd.[ch] (_gtk_drag_{source,}dest_handle_event): _prefix.
11285
11286         * gtk/gtkdnd.c (gtk_drag_set_icon_default): Use GTK_STOCK_DND
11287         for the default icon. Remove inline XPM.
11288
11289         * gtk/gtkstock.h gtk/gtkiconfactory.c:
11290         Add GTK_STOCK_DND GTK_STOCK_DND_MULTIPLE (Currently, stock_new
11291         is used for GTK_STOCK_DND, but it is a bit too small.)
11292
11293         * gtk/stock-icons/stock_dnd_multiple.png
11294         gtk/stock-icons/Makefile.am: New stock icon moved from gnome-libs.
11295
11296         * gtk/gtkdnd.c (gtk_drag_source_event_cb): Only return
11297         TRUE when starting a drag. In other cases, we are
11298         just observing. (#52995)
11299
11300         * gtk/gtkdnd.[ch] (gtk_drag_set_icon_{stock,pixbuf}): Add 
11301         function to set the icon for a drag from a GdkPixbuf
11302         or stock ID.
11303
11304         * gtk/gtkdnd.[ch] (gtk_drag_source_set_icon_{stock,pixbuf}): 
11305         Likewise, for drag sources.
11306
11307         * gtk/gtkdnd.h: Deprecate gtk_drag_set_default_icon.
11308         (Now should be done using the stock system.)
11309
11310 Sun Jun 24 12:06:47 2001  Owen Taylor  <otaylor@redhat.com>
11311
11312         * gtk/gtktextview.[ch] (gtk_text_view_set_text_window_size): 
11313         Removed - didn't work and not particularly useful anyways
11314         if it did. 
11315
11316 Sun Jun 24 11:29:35 2001  Owen Taylor  <otaylor@redhat.com>
11317
11318         * gdk/x11/gdkimage-x11.c (gdk_image_new): Fix stupid error
11319         introduced last night that was making things decidedly not work.
11320
11321         * gtk/*.[ch]: Patch from Kristian Rietveld adding 80 getters
11322         so that we have getter/setter pairing everywhere it makes
11323         sense. (#55767)
11324
11325         * gtk/gtkradiobutton.[ch] gtk/gtktoolbar.c tests/testgtk.:
11326         Rename gtk_radio_button_group to gtk_radio_button_get_group, add a
11327         deprecated compat macro. (#55516)
11328
11329         * gtk/gtklabel.[ch]: Add functions
11330         gtk_label_set/get_use_underline(), gtk_label_set/get_use_markup(),
11331         gtk_label_set_label(), which mirror the property API for GtkLabel.
11332         Make gtk_label_get_attributes() only reflect the attributes
11333         set by gtk_label_set_attributes.
11334
11335         * gtk/gtknotebook.c (gtk_notebook_set_current_page) gtk/gtkcompat.h: Rename
11336         from gtk_notebook_set_page().
11337
11338 Sat Jun 23 18:02:46 2001  Owen Taylor  <otaylor@redhat.com>
11339
11340         * configure.in: Fix tests for XShm.h.
11341
11342         * gdk/x11/gdkimage-x11.c: Cleanup error handling in
11343         gdk_image_new() by use of goto, properly use g_object_unref().
11344
11345 Sat Jun 23 22:03:20 2001  Tim Janik  <timj@gtk.org>
11346
11347         * gdk/x11/gdkimage-x11.c (gdk_image_init): disabled g_free (image)
11348         calls, as GdkImage is an object. these should be g_obejct_unref()
11349         instead but that won't work because of the g_error() statement
11350         in gdk_x11_image_destroy(). so for now, i did s/g_free/LEAK_IMAGE/
11351         to spot these places.
11352
11353 Sat Jun 23 10:27:53 2001  Owen Taylor  <otaylor@redhat.com>
11354
11355         * modules/input/gtkimcontextxim.c: Fixup some problems with 
11356         text length handling in error cases.
11357
11358         * gtk/gtkwidget.c (gtk_widget_size_allocate): Reorder
11359         a bit to make test actually warn on attempt to allocation
11360         a negative size. (#56101, Matthias Clasen)
11361
11362 Fri Jun 22 14:06:08 2001  Jonathan Blandford  <jrb@redhat.com>
11363
11364         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): Fix bug
11365         noticed by Brian Cameron.
11366         (gtk_tree_view_real_expand_row): Fix bug noticed by Brian
11367         Cameron.
11368
11369 2001-06-22  Hans Breuer  <hans@breuer.org>
11370
11371         * gdk/gdk.def : updated externals
11372
11373         * gdk/win32/gdkdrawable-win32.c : corrected some casts
11374         in GDK_NOTEs
11375
11376         * gdk/win32/gdkevents-win32.c : use _gdk_windowing_window_get_offsets
11377         to translate coordinates to the internal > 16 bit system
11378         Try to handle WM_WINDOWPOSCHANGED to get better performance for
11379         when moving/resizing
11380
11381         * gdk/win32/gdkkeys-win32.c : implement gdk_keymap_get_default ()
11382         and gdk_keymap_get_direction (). The latter is untested for
11383         the RTL case
11384
11385         * gtk/gtk.def : updated externals
11386
11387         * gtk/gtkmain.c : gtk_get_default_language () should reurn the result
11388         from pango_language_from_string (), not an already freed pointer
11389
11390         * gtk/stock-icons/stock_menu_sort_ascending.png : PNGs need to be 
11391         binary (-kb) to be useable on windoze
11392  
11393 2001-06-21  Alexander Larsson  <alexl@redhat.com>
11394
11395         * gdk/linux-fb/gdkfont-fb.c (gdk_font_from_description): 
11396         Update to new PangoLanguage changes.
11397         
11398         * gtk/gtkwindow-decorate.c:
11399         * gtk/gtkwindow.[ch]:
11400         Added setting argument to gtk_window_set_has_frame ()
11401         
11402 Thu Jun 21 13:42:01 2001  Owen Taylor  <otaylor@redhat.com>
11403
11404         * gdk/x11/gdkkeys-x11.c (gdk_keymap_get_direction): Handle
11405         the case without XKB properly.
11406
11407         * gtk/gtkrc.c (gtk_rc_set_default_files): Remove
11408         unused gtk_rc_auto_parse variable.
11409
11410         * gtk/gtkrc.[ch] gtk/gtkstyle.c docs/Changes-2.0.txt:
11411         Remove gtk_rc_set_image_loader(), gtk_rc_load_image(), no
11412         longer needed with GdkPixbuf.
11413
11414         * gtk/gtkrc.c (_gtk_rc_init): Make private.
11415
11416 Fri Jun 15 16:26:12 2001  Owen Taylor  <otaylor@redhat.com>
11417
11418         * gtk/gtkentry.h: Mark deprecated functions with
11419         GTK_DISABLE_DEPRECATED.
11420
11421 Mon Jun 11 18:15:16 2001  Owen Taylor  <otaylor@redhat.com>
11422
11423         * gdk/gdk.h: Add missing gdk_rectangle_get_type() prototype.
11424
11425         * gtk/gtk[hv]scale.c: Include math.h, stdlib.h
11426
11427         * gdk/gdkpango.h gtk/gtkclist.c gtk/gtkentry.c gtk/gtkmain.[ch]
11428           gtk/gtkspinbutton.c gtk/gtkstyle.c gtk/gtktextbuffer.c
11429           gtk/gtktextdisplay.c gtk/gtktextiter.[ch]
11430           gtk/gtktextlayout.c gtk/gtktexttag.[ch] gtk/gtkwidget.c: Adapt
11431           to recent changes in Pango.
11432
11433         * tests/testgtk.c: Set language tags with gtk_label_set_markup()
11434           to test whether the basic engine honors them.
11435
11436 Thu Jun 21 02:13:40 2001  Tim Janik  <timj@gtk.org>
11437
11438         * gtk/gtkcontainer.[hc]: added gtk_container_child_set_property() and
11439         gtk_container_child_get_property().
11440
11441 Wed Jun 20 19:19:15 2001  Jonathan Blandford  <jrb@redhat.com>
11442
11443         * gtk/gtktreeview.c (gtk_tree_view_move_cursor_up_down): clean up
11444         (gtk_tree_view_move_cursor_page_up_down): implement.
11445
11446 Wed Jun 20 05:32:05 2001  Tim Janik  <timj@gtk.org>
11447
11448         * gtk/gtkspinbutton.c: make maximum digits compile time configurable
11449         via MAX_DIGITS and up to 20. 5 was just ridiculously small.
11450         don't use automatic fixed size buffer for printf-ing floats, doubles
11451         can expand to really _huge_ strings, use g_strdup_printf() instead.
11452
11453 Wed Jun 20 04:28:24 2001  Tim Janik  <timj@gtk.org>
11454
11455         * gtk/gtkrange.c (gtk_range_class_init): hum, "adjustment" was a
11456         construct property in 1.2 and still needs to be.
11457
11458         * gtk/gtkwidget.c: "composite_child" is not a settable property.
11459
11460 Tue Jun 19 19:13:19 2001  Jonathan Blandford  <jrb@redhat.com>
11461
11462         * gtk/gtkliststore.c (gtk_list_store_clear): 
11463         * gtk/gtktreestore.c (gtk_tree_store_clear): New functions to
11464         clear a model.
11465
11466 Mon Jun 18 02:00:49 2001  Tim Janik  <timj@gtk.org>
11467
11468         * gtk/gtkwidget.c (gtk_widget_get_property): fix PROP_EVENTS.
11469
11470         * gtk/Makefile.am:
11471         * gtk/gtk.h: disabled GtkPacker compilation.
11472
11473         * gtk/gtkarg.[hc], gtk/gtkargcollector.c: got rid of these.
11474
11475         * gtk/gtknotebook.c:
11476         * gtk/gtktable.c:
11477         * gtk/gtkbox.c: ported this over to child properties.
11478
11479         * gtk/gtksettings.c: fetch class properties via
11480         g_object_class_list_properties().
11481
11482         * gtk/gtkcontainer.[hc]: implemented child properties, got rid of the
11483         child arg interface. use gobjectnotifyqueue.c for child property
11484         notification.
11485
11486         * gtk/gtkwidget.[hc]: provide necessary means for container child
11487         properties, i.e. ::child_notify signal,
11488         gtk_widget_freeze_child_notify(),
11489         gtk_widget_child_notify(),
11490         gtk_widget_thaw_child_notify().
11491
11492         * tests/testgtk.c: removed inferior property handling code, for
11493         property editing, a generic module should be used, and GLE
11494         coincidentally fullfills that purpose.
11495
11496         * docs/reference/Makefile.am: disabled gtk docs building, gtk-doc
11497         needs to be adapted to g_object_class_list_properties() before this
11498         builds again.
11499
11500 Mon Jun 18 20:06:10 2001  Jonathan Blandford  <jrb@redhat.com>
11501
11502         * gtk/gtktreeview.c (gtk_tree_view_row_expanded): New function to
11503         test if a node is expanded.
11504
11505 Mon Jun 18 19:41:38 2001  Jonathan Blandford  <jrb@redhat.com>
11506
11507         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): Fix bug
11508         where collapsing a selected row would result in the cursor/anchor
11509         getting screwed up.
11510
11511 Fri Jun 15 18:53:48 2001  Jonathan Blandford  <jrb@redhat.com>
11512
11513         * gtk/gtktreesortable.c (gtk_tree_sortable_set_sort_func): Rename
11514         gtk_tree_sortable_sort_column_id_set_func.  It's much shorter now.
11515         * gtk/gtktreeview.c (gtk_tree_view_sort_iter_changed): WOOO!!!
11516         Now I can really reorder/sort all Store widgets.  treesorttest
11517         seems to just work now.
11518         * gtk/gtklistview.c (gtk_list_store_iter_changed): Whoops.
11519         testtreesort worked through a big coincidence all this time.
11520         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): Nasty bug fix in nasty
11521         code.
11522         * tests/testtreecolumns.c: Big 'ol warning at the top letting
11523         people know that this code should never ever ever be copied.
11524
11525 2001-06-15  Jonas Borgström  <jonas@codefactory.se>
11526
11527         * gtk/gtkwindow.h: Fixed a small typo, it should be
11528         GTK_WINDOW_GROUP_GET_CLASS and not GTK_WINDOW_GET_CLASS
11529         on line 134.
11530
11531 2001-06-14  Havoc Pennington  <hp@redhat.com>
11532
11533         Docs fixups, and:
11534         
11535         * gtk/gtkcompat.h: remove GTK_DISABLE_COMPAT_H, replace with
11536         GTK_DISABLE_DEPRECATED
11537
11538 Thu Jun 14 19:21:27 2001  Jonathan Blandford  <jrb@redhat.com>
11539
11540         * gtk/gtktreestore.c (gtk_tree_store_sort_helper): Whoops.  Forgot
11541         this a couple months ago.  Now GtkTreeStore sort of sorts.  I'll
11542         finish it off tonight, though it basically works now when it's a
11543         list.  Also, I have a sinking feeling neither GtkTreeStore or
11544         GtkListStore actually resort when adding a new item.  I'll look
11545         into it.
11546
11547 2001-06-14  Havoc Pennington  <hp@redhat.com>
11548
11549         * demos/gtk-demo/main.c (load_file): fix bug identified by
11550         warnings I just added to gtktextbuffer
11551
11552 2001-06-14  Havoc Pennington  <hp@redhat.com>
11553
11554         * gtk/gtkwindow.c (window_group_cleanup_grabs): fix other typo
11555
11556         * gtk/gtkwidget.c (gtk_widget_propagate_state): fix typo
11557
11558         * gtk/gtktextbtree.c: don't leak node data all over the place.
11559
11560         * demos/gtk-demo/main.c (main): create fontify tags for the right
11561         buffer
11562
11563         * gtk/gtktextbuffer.c, gtk/gtktexttagtable.c: enhance docs
11564         to mention tags in the same table can't have the same name,
11565         suggested by Skip Montanaro
11566
11567 2001-06-11  Havoc Pennington  <hp@redhat.com>
11568
11569         * gtk/gtktexttagtable.c (gtk_text_tag_table_add): improve warning 
11570         for trying to add two tags with same name to the tag table
11571
11572         * demos/gtk-demo/main.c (main): fix colors ;-)
11573
11574 `Fri Jun  8 17:56:52 2001  Owen Taylor  <otaylor@redhat.com>
11575
11576         * gtk/gtkwindow.[ch] gtk/gtkmain.c: Add a GtkWindowGroup struct
11577         that allows grouping together multiple windows so that grabs
11578         within that set of windows only affect those windows.
11579
11580         * gtk/gtkmain.c gtk/gtkwidget.[ch]: Add a "grab_notify"
11581         signal for notification when a widget becomes shadowed
11582         by a grab or is no longer shadowed by a grab.
11583
11584         * gtk/gtkwidget.c (gtk_widget_propagate_state)
11585           gtk/gtkmain.c: (gtk_widget_grab_add): Don't allow
11586         insenstive widgets to maintain a grab.
11587
11588 2001-06-14  Alexander Larsson  <alexl@redhat.com>
11589
11590         * docs/README.linux-fb:
11591         Add some example config files that can be used with the URW fonts.
11592         
11593         * gdk/linux-fb/gdkvisual-fb.c (gdk_visual_init): 
11594         Set up the color ramps for DirectColor mode.
11595
11596 2001-06-11  Havoc Pennington  <hp@redhat.com>
11597
11598         * Release 1.3.6
11599          
11600 2001-06-13  Alexander Larsson  <alla@lysator.liu.se>
11601
11602         * gdk/linux-fb/gdkwindow-fb.c:
11603         Unify shaped window code and make it repaint the area that used
11604         to be part of the shape, but isn't anymore.
11605
11606 2001-06-11  Havoc Pennington  <hp@redhat.com>
11607
11608         * NEWS: Updates
11609
11610         * configure.in (GTK_MINOR_VERSION): bump version to 1.3.6
11611
11612         * gtk/Makefile.am: glib_genmarshal already contains top_builddir
11613         
11614 2001-06-13  Alexander Larsson  <alla@lysator.liu.se>
11615
11616         * gdk/linux-fb/gdkdnd-fb.c (gdk_drag_status):
11617         Don't pass on GDK_ACTION_DEFAULT. The Xdnd code
11618         passes zero instead, so do we.
11619         
11620 2001-06-13  Alexander Larsson  <alla@lysator.liu.se>
11621
11622         * gdk/linux-fb/gdkgc-fb.c (gdk_gc_copy):
11623         Deep copy dash_list too.
11624         (_gdk_fb_gc_new): Set default cap_style before
11625         setting values.
11626
11627 2001-06-12  Alexander Larsson  <alla@lysator.liu.se>
11628
11629         * gdk/linux-fb/gdkkeyboard-fb.c (gdk_keymap_get_default,
11630         gdk_keymap_get_direction): New functions.
11631
11632 Tue Jun 12 12:41:27 2001  Jonathan Blandford  <jrb@redhat.com>
11633
11634         * gtk/gtktreemodel.h (GTK_TREE_MODEL_LIST_ONLY): further justify
11635         gtk_tree_model_get_flags by adding a second flag for atk.
11636
11637         * gtk/gtktreemodel.c: make cursor behavior interact better with
11638         mouse presses.
11639
11640 Mon Jun 11 12:43:08 2001  Jonathan Blandford  <jrb@redhat.com>
11641
11642         * gtk/gtktreeview.c (gtk_tree_view_class_init): changed
11643         expand_row/collapse_row to be 2 signals each -- test_expand_row
11644         and row_expanded as well as test_collapse_row and row_collapsed.
11645
11646 2001-06-10  Anders Carlsson  <andersca@codefactory.se>
11647
11648         * demos/gtk-demo/stock_browser.c (do_stock_browser): Update
11649         signal name to be changed instead of selection_changed.
11650
11651 2001-06-08  Havoc Pennington  <hp@redhat.com>
11652
11653         * gtk/gtkentry.c (gtk_entry_class_init): add read-only
11654         "scroll_offset" property for notification when the layout offsets
11655         may have changed
11656         (gtk_entry_adjust_scroll): add notify for scroll_offset
11657         (gtk_entry_layout_index_to_text_index): function to compensate for
11658         preedit string when doing coordinate stuff on the entry's layout
11659         (gtk_entry_text_index_to_layout_index): inverse function
11660         (gtk_entry_get_layout_offsets): hook to get current position of
11661         the layout      
11662         (gtk_entry_get_layout): hook to get the layout itself.
11663
11664         * gtk/gtklabel.c (gtk_label_get_layout): new function
11665
11666 Fri Jun  8 19:49:29 2001  Jonathan Blandford  <jrb@redhat.com>
11667
11668         * gtk/gtktreeview.c (gtk_tree_view_real_select_cursor_row): New
11669         keybinding.
11670         (gtk_tree_view_focus): Fix merge conflict.
11671
11672 Fri Jun  8 18:41:30 2001  Jonathan Blandford  <jrb@redhat.com>
11673
11674         * gtk/gtktreeview.c (gtk_tree_view_set_cursor): new function to
11675         clean up cursor handling.
11676
11677 2001-06-08  Havoc Pennington  <hp@redhat.com>
11678
11679         * gtk/gtktextbuffer.c (gtk_text_buffer_get_start_iter): added this
11680         function
11681
11682         * gtk/gtktextview.c (gtk_text_view_get_default_attributes): added
11683         this function
11684
11685 2001-06-08  Alex Larsson  <alexl@redhat.com>
11686
11687         * gtk/gtkcompat.h.in:
11688         Added compat macros for all old GTK_TYPE_GDK_xxx types.
11689         Fixes bug #52892
11690
11691 2001-06-08  Havoc Pennington  <hp@redhat.com>
11692         
11693         * gtk/gtkhsv.h (struct _GtkHSVClass): had GtkContainerClass as
11694         parent still
11695
11696 2001-06-08  Havoc Pennington  <hp@redhat.com>
11697
11698         * gtk/gtktextbuffer.c (gtk_text_buffer_remove_all_tags): geez,
11699         don't call g_list funcs on GSList
11700
11701         * gtk/gtkwidget.c (gtk_widget_child_focus): replaces
11702         gtk_container_focus(), since some widgets have focusable locations
11703         which are not other widgets. These widgets should not have to be 
11704         containers just to manage the focus. For example, GtkHSV is
11705         currently a container for no good reason. Also, this cleans
11706         up the "if (is_container && is_sensitive && is_drawable)
11707         container_focus ()" mess in widget implementations.
11708
11709         * gtk/gtkcontainer.c (gtk_container_focus): deprecate this
11710         function, and have it just call gtk_widget_child_focus().
11711
11712         * gtk/gtkhsv.c: derive from widget not container
11713         
11714         Throughout: fix to reflect GtkContainer::focus change
11715         
11716 Fri Jun  8 12:38:49 2001  Jonathan Blandford  <jrb@redhat.com>
11717
11718         * gtk/gtktable.c (gtk_table_resize): warn if row/cols are out of
11719         range.  Fix bug #55921
11720
11721         * gtk/gtkliststore.c (gtk_list_store_new_with_types): fix doc bug
11722         (#55920).
11723
11724 Fri Jun  8 12:03:07 2001  Owen Taylor  <otaylor@redhat.com>
11725
11726         * gdk/gdkkeys.[ch]: Add a direction-changed signal,
11727         and gdk_keymap_get_current_direction().
11728
11729         * gdk/x11/gdkevents-x11.c gdk/x11/gdkkeys-x11.c
11730           gdk/x11/gdkmain-x11.c gdk/x11/gdkprivate-x11.h: Track
11731         the current locked group, use it to set the keymap
11732         direction.
11733
11734         * gtk/gtksettings.c: Add a new gtk-split-cursor setting
11735         to determine whether we draw a split cursor or use
11736         a jumping cursor based on the current direction.
11737
11738         * gtk/gtkentry.c gtk/gtktextview.c gtk/gtktextlayout.[ch]:
11739         Obey the split cursor setting. 
11740
11741 Fri Jun  8 11:57:50 2001  Owen Taylor  <otaylor@redhat.com>
11742
11743         * gtk/gtkimmulticontext.c (activate_cb): Only activate
11744         when toggling on, not when toggling off... (#55906)
11745
11746 Wed Jun  6 10:37:07 2001  Owen Taylor  <otaylor@redhat.com>
11747
11748         * gtk/gtkwidget.c (gtk_widget_set_double_buffered): 
11749         s/gdk_window_begin_paint/gdk_window_begin_paint_region/
11750         in docs. (#55812, Vitaly Tishkov)
11751
11752 2001-06-08  Anders Carlsson  <andersca@codefactory.se>
11753
11754         * demos/gtk-demo/main.c (create_tree): Changed signal name from
11755         selection_changed to changed in signal connection to GtkTreeSelection,
11756         also used g_signal_connectc since GtkTreeSelection is now a GObject.
11757
11758 Thu Jun  7 18:25:42 2001  Jonathan Blandford  <jrb@redhat.com>
11759
11760         * gtk/gtktreeselection.c: Now it's a GObject instead of a
11761         GtkObject.  The GtkTreeSelection::selection_changed signal is now
11762         the GtkTreeSelection::changed signal.
11763
11764         * gtk/gtktreeview.c: Modified to deal with new GtkTreeSelection
11765         object.
11766
11767         * tests/gtktree*.c: Modified to deal with new GtkTreeSelection
11768         object.
11769
11770 2001-06-07  Havoc Pennington  <hp@redhat.com>
11771
11772         * gtk/Makefile.am: fix glib-mkenums and glib-genmarshal again
11773
11774 2001-06-07  Havoc Pennington  <hp@redhat.com>
11775         
11776         * gtk/Makefile.am: fixups for glib-mkenums and glib-genmarshal
11777         (not tested yet because with absolute path to srcdir I can't build
11778         atk, but it was broken anyway so this may help) 
11779
11780 2001-06-07  Havoc Pennington  <hp@redhat.com>
11781
11782         * configure.in: output m4macros/Makefile
11783         
11784 Wed Jun  6 21:59:16 2001  Jonathan Blandford  <jrb@redhat.com>
11785
11786         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): hook up arrow
11787         buttons.  Fixes #55460 reported by matthiasc@poet.de.
11788
11789 Wed Jun  6 21:18:54 2001  Jonathan Blandford  <jrb@redhat.com>
11790
11791         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): centralize
11792         expansion/collapsing so it only happens in one place.
11793         (gtk_tree_view_real_expand_row): ditto.
11794
11795 2001-06-07  Havoc Pennington  <hp@redhat.com>
11796
11797         * tests/Makefile.am: add missing -I flag
11798
11799         * gtk/Makefile.am: use @GLIB_MKENUMS@, @GLIB_GENMARSHAL@, etc.
11800
11801         * configure.in: use pkg-config to see if GModule is
11802         supported; fix to properly turn on included loaders 
11803         when GModule isn't supported; don't use AC_CHECK_LIB 
11804         when libs are not installed yet
11805
11806         * autogen.sh: add support for AUTOGEN_SUBDIR_MODE
11807
11808         * Makefile.am (SUBDIRS): add m4macros subdir
11809
11810         * gtk/Makefile.am: $(srcdir)/foo targets must be $(srcdir)/foo in
11811         dependencies also.
11812
11813 Wed Jun  6 19:31:11 2001  Jonathan Blandford  <jrb@redhat.com>
11814
11815         * gtk/gtktreeview.c (gtk_tree_view_set_model): fix silly bug
11816         reported by "Padraig O'Briain" <Padraig.Obriain@Sun.COM>.
11817
11818 Wed Jun  6 20:01:38 2001  Jonathan Blandford  <jrb@redhat.com>
11819
11820         * gtk/gtktreeview.c
11821         (gtk_tree_view_real_expand_collapse_cursor_row): Handle key
11822         bindings to expand and collapse rows.
11823         (gtk_tree_view_real_select_cursor_parent): New key binding.
11824         (gtk_tree_view_real_toggle_cursor_row): New key binding.
11825
11826         * gtk/gtkmarshal.list: new
11827         marshaller. (VOID__BOOLEAN_BOOLEAN_BOOLEAN)
11828
11829 2001-06-06  Havoc Pennington  <hp@redhat.com>
11830
11831         * gtk/gtkrange.c (gtk_range_class_init): add "inverted" property
11832
11833         * gtk/gtkscale.c (gtk_scale_class_init): Change Page Up and Page
11834         Down to move visually rather than logically, since it confuses 
11835         people. Add -/+ and Ctrl--/+ bindings for logical movement.
11836
11837 2001-06-06  Alex Larsson  <alexl@redhat.com>
11838
11839         * gdk/linux-fb/gdkmain-fb.c (_gdk_windowing_init_check):
11840         Fix up error messages.
11841
11842 Wed Jun  6 10:34:42 2001  Owen Taylor  <otaylor@redhat.com>
11843
11844         * gtk/gtktooltips.h: Include gtkwidget.h 
11845         (#55798, Karl Nelson)
11846
11847         * gdk/x11/gdkwindow-x11.c (utf8_is_latin1): 0xff is
11848         a valid latin-1 character. (Marc Lehmann, #35467)
11849
11850         * gdk/x11/gdkwindow-x11.c: Fix minor typo in comment. 
11851         (Marc Lehmann, #35467)
11852         
11853 2001-06-05  Alex Larsson  <alexl@redhat.com>
11854
11855         * demos/gtk-demo/appwindow.c (do_appwindow):
11856         Don't swap the order of the args to gtk_widget_destroyed.
11857
11858         * tests/testgtk.c (destroy_properties):
11859         Don't crash when the properties window is destroyed.
11860
11861         * gtk/gtkimagemenuitem.c (gtk_image_menu_item_new_from_stock):
11862         Use with_mnemonics to handle the case of stock items with
11863         underscores in them.
11864
11865 2001-06-05  Havoc Pennington  <hp@redhat.com>
11866
11867         * gtk/gtktextiter.c (gtk_text_iter_order): rename from 
11868         gtk_text_iter_reorder
11869
11870 2001-06-05  Havoc Pennington  <hp@redhat.com>
11871
11872         * gtk/gtktoolbar.c (gtk_toolbar_remove_space): new function
11873
11874 2001-06-05  Havoc Pennington  <hp@redhat.com>
11875
11876         * gtk/gtkspinbutton.c (gtk_spin_button_set_range): clamp the value 
11877         to the range that was set
11878
11879         * gtk/gtkrange.c: add value_changed signal, primarily 
11880         intended for use with GtkScale
11881         (gtk_range_set_increments): new function
11882         (gtk_range_set_range): new function with weird name
11883         (gtk_range_set_value): new function
11884         (gtk_range_get_value): new function
11885
11886         * gtk/gtkspinbutton.c (gtk_spin_button_get_value): rename 
11887         from gtk_spin_button_get_value_as_float(). Compat #define
11888         added for get_value_as_float.
11889
11890         * gtk/gtkhscale.c (gtk_hscale_new_with_range): new function
11891
11892         * gtk/gtkvscale.c (gtk_vscale_new_with_range): new function
11893
11894 Tue Jun  5 14:57:18 2001  Jonathan Blandford  <jrb@redhat.com>
11895
11896         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_get_size): Fix bug #55573
11897
11898 Mon Jun  4 12:41:25 2001  Owen Taylor  <otaylor@redhat.com>
11899
11900         * gtk/gtkwidget.h: Deprecate gtk_widget_set().
11901
11902         * tests/testgtk.c (create_tooltips): Remove usage of
11903         gtk_widget_set().
11904
11905 2001-06-05  Havoc Pennington  <hp@redhat.com>
11906
11907         * gtk/gtkcolorsel.c: Use new mnemonic convenience functions
11908
11909         Applying patch from Jeff Franks, with function docs added.
11910         
11911         * gtk/gtkcheckbutton.c (gtk_check_button_new_with_mnemonic):
11912         remove call to set_mnemonic_widget, change docs a bit.  
11913
11914         * gtk/gtkimagemenuitem.c (gtk_image_menu_item_new_with_mnemonic):
11915         new function
11916
11917         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_new_with_mnemonic):
11918         new function
11919
11920         * gtk/gtkmenuitem.c (gtk_menu_item_new_with_mnemonic): new function
11921
11922         * gtk/gtkradiobutton.c (gtk_radio_button_new_with_mnemonic): new
11923         function
11924         (gtk_radio_button_new_with_mnemonic_from_widget): new function
11925
11926         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_new_with_mnemonic):
11927         new function
11928
11929         * gtk/gtktogglebutton.c (gtk_toggle_button_new_with_mnemonic): new
11930         function        
11931
11932         * gtk/gtklabel.c (gtk_label_new_with_mnemonic): Improve docs on 
11933         auto-selection of mnemonic widget.
11934
11935 Mon Jun  4 15:05:24 2001  Jonathan Blandford  <jrb@redhat.com>
11936
11937         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_max_width):
11938         Fix segfault found by Vitaly Tishkov <tvv@sparc.spb.su>.
11939         (gtk_tree_view_column_set_min_width): ditto.
11940
11941 Tue Jun  5 11:04:06 2001  Owen Taylor  <otaylor@redhat.com>
11942
11943         * gdk/gdkpixmap.h (GDK_PIXMAP_GET_CLASS): 
11944         s/GdkPixmapClass/GdkPixmapObjectClass/. (#51890, Jeff Franks)
11945
11946 Mon Jun  4 12:50:11 2001  Owen Taylor  <otaylor@redhat.com>
11947
11948         * gtk/gtkctree.c (gtk_ctree_insert_gnode): Add a missing
11949         gtk_clist_thaw().
11950
11951 2001-06-04  Havoc Pennington  <hp@pobox.com>
11952
11953         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Ignore 
11954 r       eleases for buttons 6, 7
11955
11956 2001-06-04  Havoc Pennington  <hp@redhat.com>
11957
11958         * gtk/gtkseparatormenuitem.h: Fix a search-and-replace screwup
11959         (s/CHECK/SEPARATOR/ gone awry). Patch from Jeff Franks, bug
11960         #55562
11961
11962 2001-06-04  Havoc Pennington  <hp@redhat.com>
11963
11964         * gtk/gtktextview.c (gtk_text_view_size_request): handle case
11965         where text_view->layout == NULL by assuming its size is 0, 
11966         i.e. same as if we haven't done any reflow. Reported by 
11967         Hidetoshi Tajima #55448 
11968
11969 2001-06-04  Havoc Pennington  <hp@redhat.com>
11970
11971         * gdk/x11/gdkevents-x11.c (gdk_event_translate): support button 6
11972         and 7 for scroll left/right, from Thomas Broyer
11973
11974 2001-05-10  Havoc Pennington  <hp@redhat.com>
11975
11976         * gtk/gtksettings.c (gtk_settings_get_property): Handle case where
11977         we need to parse the xsetting as if it were an RC file string.
11978
11979         * gtk/gtkcolorsel.c (gtk_color_selection_class_init): load initial
11980         value of palette from settings, not from static variable
11981
11982         * gdk/x11/gdkevents-x11.c: add color palette, toolbar mode to
11983         xsettings translation table
11984
11985         * gtk/gtktoolbar.c (gtk_toolbar_new): Remove arguments, because 
11986         hardcoding the toolbar style conflicts with new customizable 
11987         toolbar style philosophy
11988         (gtk_toolbar_class_init): add settings for default toolbar style;
11989         these are used unless the app specifically forces a toolbar style
11990
11991         * gtk/gtksettings.c (settings_install_property_parser): only
11992         return at the start if we warn and parser == NULL
11993
11994         * gtk/gtkcolorsel.c (gtk_color_selection_finalize): disconnect the
11995         palette changed handler so we don't notify dead color selections
11996
11997         * gtk/gtkstyle.c (gtk_default_draw_shadow): handle
11998         xthickness/ythickness of 0 or 1 properly 
11999         (gtk_default_draw_resize_grip): clear the background behind the
12000         resize grips, and align to bottom right if we square the 
12001         area to be drawn.
12002
12003         * gtk/gtkstatusbar.c (gtk_statusbar_init): set horizontal usize on 
12004         statusbar label to 1, so it doesn't make toplevels resize oddly
12005         (gtk_statusbar_size_request): add grip size to request
12006         (gtk_statusbar_size_allocate): hack so the hbox still works with 
12007         the grip size in the request
12008
12009         * gtk/gtktoolbar.c (gtk_toolbar_show_all): override to fix 
12010         bug where showing all on a toplevel makes the toolbar 
12011         button text appear despite the toolbar mode
12012
12013         * gtk/gtkmenubar.c: add internal padding style property
12014
12015         * gtk/gtktoolbar.c: Add internal padding style property; add
12016         shadow type style property
12017
12018         * gtk/gtkmenubar.c (gtk_menu_bar_paint): paint box with widget
12019         state; and put Container::border_width outside the frame
12020
12021         * gtk/gtktextview.c: don't draw focus rectangle if we're in
12022         interior focus mode, we just use blinking cursor
12023
12024 2001-06-04  Havoc Pennington  <hp@redhat.com>
12025
12026         * configure.in: Make gdk-pixbuf have same version number as GTK
12027
12028 2001-06-04  Havoc Pennington  <hp@redhat.com>
12029
12030         * gtk/gtkspinbutton.c: Get rid of stupid g_return_if_fail on 
12031         digits greater than 6. If there actually are limits (which there
12032         likely aren't), should clamp to them not warn.
12033         (gtk_spin_button_new_with_range): don't take log of 0
12034         (gtk_spin_button_size_request): use digits to compute size
12035         request, rather than step increment.
12036
12037         * tests/testgtk.c (create_spins): test larger values of digits
12038         
12039         * gtk/gtkfontsel.c (gtk_font_selection_init): scroll to selected
12040         font on map not expose, so we don't get weirdness during scrolling
12041
12042 2001-06-04  Havoc Pennington  <hp@redhat.com>
12043
12044         * gtk/gtkclist.c (vadjustment_value_changed): Apply fix from
12045         Sam Solon, bug #54577, update value even if not drawable.
12046
12047 2001-06-04  Havoc Pennington  <hp@redhat.com>
12048
12049         * gtk/gtkrange.c (gtk_range_scroll_event): change SCROLL_RIGHT to
12050         SCROLL_LEFT, reported by Thomas Broyer.
12051
12052 2001-06-04  Havoc Pennington  <hp@redhat.com>
12053
12054         * gtk/gtkrange.c (gtk_range_adjustment_value_changed): 
12055         Process updates immediately, to prevent funny lag effect
12056         when scrolling, at some mild potential efficiency cost.
12057
12058 2001-06-04  Havoc Pennington  <hp@redhat.com>
12059
12060         * gtk/gtkrange.c (gtk_range_button_press): on middle click, center
12061         slider on the click.
12062
12063 2001-06-03  Havoc Pennington  <hp@pobox.com>
12064
12065         * gtk/gtkstyle.c (gtk_default_draw_slider): make this special-case
12066         hscale/vscale details, so we can use it for scrollbar as well.
12067
12068         * tests/testgtk.c (reformat_value): honor digits from GtkScale
12069
12070         * gtk/gtkenums.h (GtkTroughType): Remove this enum
12071         (GtkScrollType): add START and END from GtkTroughType
12072
12073         * gtk/gtkstyle.c (gtk_default_draw_slider): was not properly using
12074         its x/y arguments
12075
12076         * gtk/gtkrange.h, gtk/gtkrange.c, gtk/gtkscrollbar.h,
12077         gtk/gtkscrollbar.c, gtk/gtkscale.h, gtk/gtkscale.c,
12078         gtk/gtkhscrollbar.h, gtk/gtkhscrollbar.c, gtk/gtkvscrollbar.h,
12079         gtk/gtkvscrollbar.c, gtk/gtkhscale.h, gtk/gtkhscale.c,
12080         gtk/gtkvscale.h, gtk/gtkvscale.c: Rewrite GtkRange and subclasses.
12081
12082         Notable changes in the process:
12083          
12084         - stepper_size style property is the height for vertical 
12085           ranges, width for horizontal; the other dimension matches
12086           the trough size
12087         - add ability to do NeXT-style steppers (and several other styles
12088           that don't make any sense)
12089         - added min_slider_length, fixed_slider_length properties to
12090           GtkScrollbar
12091         - cleaned some private (or at least useless) functions out of
12092           gtkscale.h    
12093         - moved bindings to GtkScale from subclasses, even arrow keys,
12094           since blind users don't know scale orientation.
12095         - change move_slider action signal to use new GtkScrollType,
12096           remove GtkTroughType argument
12097         - digits rounds the values a range will input to the given 
12098           number of decimals, but will not try to force adjustment 
12099           values set by other controllers. That is, we no longer
12100           modify adjustment->value inside a value_changed handler.
12101         - added getters for GtkScale setters
12102         - middle-click begins a slider drag
12103         
12104 Fri Jun  1 18:54:47 2001  Jonathan Blandford  <jrb@redhat.com>
12105
12106         * gtk/gtktreeview.c: (gtk_tree_view_focus): Initial stab at
12107         getting the focus code to work.
12108         (gtk_tree_view_class_init): Add a bunch of keybindings.
12109
12110         * gtk/gtktreeviewcolumn.c
12111         (gtk_tree_view_column_set_cell_data_func):
12112         s/GtkCellDataFunc/GtkTreeCellDataFunc.
12113         (_gtk_tree_view_column_set_tree_view): Use "notify::model" instead
12114         of "properties_changed" to help justify the death of the latter
12115         signal. (-:
12116
12117         * tests/testtreefocus.c (main): Let some columns be focussable to
12118         test focus better.
12119
12120 2001-06-01  Havoc Pennington  <hp@redhat.com>
12121
12122         * gtk/gtkentry.c (gtk_entry_commit_cb): implement overwrite mode
12123         
12124         * gtk/gtktextview.c (gtk_text_view_commit_handler): don't
12125         overwrite in overwrite mode if we already deleted the selection
12126         and replaced it with new text.  
12127
12128         * gtk/gtklabel.c (gtk_label_select_region_index): if you set the
12129         selection to an empty range, clear the clipboard if we owned it.
12130         (gtk_label_set_selectable): give up selection if we become
12131         unselectable.
12132         (gtk_label_state_changed): override state changed to unselect text
12133         when insensitive
12134         (get_text_callback): add paranoia check that indexes aren't
12135         outside of label->text
12136         (gtk_label_select_region): make -1 for start_offset mean "end of
12137         label," for consistency with GtkEditable
12138
12139         * gtk/gtkmessagedialog.c (gtk_message_dialog_new): honor
12140         GTK_DIALOG_NO_SEPARATOR flag
12141
12142 Fri Jun  1 11:47:11 2001  Owen Taylor  <otaylor@redhat.com>
12143
12144         * gtk/gtkcombo.c (gtk_combo_set_use_arrows_always): Fix 
12145         notifications on non-existant "enable_arrow_keys".
12146         (#53753, Skip Montanaro)
12147
12148 Fri Jun  1 11:31:55 2001  Owen Taylor  <otaylor@redhat.com>
12149
12150         * gdk/gdkrectangle.c (gdk_rectangle_get_type): Add 
12151         GDK_TYPE_RECTANGLE.
12152
12153         * gtk/gtkwidget.c (gtk_widget_class_init): Fix type
12154         of allocation argument be GDK_TYPE_RECTANGLE.
12155
12156 Thu May 31 12:43:57 2001  Owen Taylor  <otaylor@redhat.com>
12157
12158         * gtk/gtkoptionmenu.c: Account for the fact that the border
12159         width is _outside_ the window. (Fixes #54585, bug found
12160         by Bastien Nocera.)
12161
12162 Wed May 30 15:56:30 2001  Owen Taylor  <otaylor@redhat.com>
12163
12164         * gtk/gtksettings.c (gtk_settings_get_property): Validate
12165         value from GDK settings against parameter spec.
12166
12167         * gdk/x11/gdkevents-x11.c (gdk_setting_get): Add assignments
12168         to temporary values and use g_value_transform(), since
12169         thinking that GValue was going to be easy or efficient
12170         to use was, of course, a mistake.
12171
12172         * gtk/gtksettings.c: Add cursor blink setting.
12173         
12174         * gdk/x11/gdkevents-x11.c: Add cursor blink X settings.
12175
12176         * gtk/gtkentry.c: Add cursor blinking.
12177
12178         * gtk/gtktextview.c (gtk_text_view_check_cursor_blink): Use
12179         cursor blink global settings.
12180
12181         * gtk/gtkentry.c (gtk_entry_button_press): Add notification
12182         for :text_position in places where it is missing.
12183
12184 Tue May 29 18:17:11 2001  Owen Taylor  <otaylor@redhat.com>
12185
12186         * autogen.sh (have_libtool): Fix GNU sedism (#55430)
12187
12188 Tue May 29 17:40:29 2001  Owen Taylor  <otaylor@redhat.com>
12189
12190         * configure.in (GTK_DEP_CFLAGS): Use $PKG_CONFIG,
12191         not pkg-config. (#51032)
12192
12193         * gdk/gdkproperty.h: Remove inappropriate G_GNUC_CONST
12194         (fixes #51952, James Henstridge)
12195         
12196 2001-05-27  Alexander Larsson  <alla@lysator.liu.se>
12197
12198         * gtk/gtkstock.h (GTK_STOCK_GO_UP):
12199         Rename to the more correct gtk-go-up.
12200
12201         * gtk/stock-icons/stock_menu_sort_ascending.png:
12202         Added new file.
12203         
12204         * gtk/stock-icons/stock_menu_sort_descending.png:
12205         Changed to show descending instead of ascending.
12206
12207         * gtk/gtkiconfactory.c:
12208         Added menu size icon to sort ascending.
12209
12210         * gtk/stock-icons/Makefile.am:
12211         Added stock_menu_sort_ascending.png.
12212         
12213         * gtk/gtkseparatormenuitem.c:
12214         Use correct typenames.
12215
12216 Sun May 20 20:07:35 2001  Tim Janik  <timj@gtk.org>
12217
12218         * gtk/gtksignal.[hc] (gtk_signal_connect_full): make hanlder id a
12219         gulong as in GSignal.
12220
12221 Fri May 25 19:04:17 2001  Jonathan Blandford  <jrb@redhat.com>
12222
12223         * gtk/gtktreeview.c (gtk_tree_view_calc_size): Remove almost all
12224         instances of GtkCellRenderer in code (all but dnd icon code).
12225         Virtualized in GtkTreeViewColumn.  Now I need to move focus in
12226         there, and I can do multiple Cells per column.
12227
12228         * gtk/gtktreeviewcolumn.c: Proxy all cell calls correctly
12229
12230         * gtk/gtktreemodel.c (gtk_tree_row_reference_new_proxy): fix bug
12231         when model was unreffed prior to removing the row reference.
12232
12233 2001-05-25  Havoc Pennington  <hp@redhat.com>
12234
12235         * gtk/gtkiconfactory.c: fix so that default icons are created if 
12236         you call gtk_stock_list_ids()
12237
12238         * demos/gtk-demo/stock_browser.c (create_model): sort stock items
12239         in list
12240
12241 2001-05-25  Havoc Pennington  <hp@redhat.com>
12242
12243         * gtk/gtkiconfactory.c (gtk_icon_set_get_sizes): get sizes an icon
12244         set can render without falling back to missing image icon
12245
12246         * gtk/gtktextview.c (gtk_text_view_size_request): request full
12247         size of text, instead of random values
12248
12249         * gtk/gtktreeview.c (gtk_tree_view_size_request): request full
12250         size of tree view, instead of random values
12251
12252         * gtk/gtkiconfactory.c (gtk_icon_set_render_icon): render fallback
12253         image in an appropriate size
12254
12255         * gtk/gtkstock.h: Rename the stock items including _BUTTON_,
12256         etc. not to include that. i.e. s/GTK_STOCK_BUTTON_OK/GTK_STOCK_OK/
12257
12258         Throughout: fix GTK_STOCK_BUTTON_ instances
12259         
12260         * gtk/gtkstock.h, gtk/gtkstock.c, gtk/gtkiconfactory.h,
12261         gtk/gtkiconfactory.c, gtk/stock-icons/Makefile.am:
12262         Add a bunch of new stock items/icons
12263
12264         * gtk/gtktreeview.c (gtk_tree_view_insert_column_with_data_func):
12265         new function, convenience for inserting columns with a data func
12266
12267         * gtk/gtkiconfactory.c: keep a list of all existing icon factories
12268         (_gtk_icon_factory_list_ids): use list of all factories to
12269         generate a list of all known IDs
12270
12271         * gtk/gtkstock.c (gtk_stock_list_ids): replace
12272         gtk_stock_list_items() with a function that returns all IDs known
12273         including those for GtkIconFactory.
12274
12275 2001-05-25  Hans Breuer  <hans@breuer.org>
12276
12277         * gdk/win32/gdkgc-win32.c : made fil mode GDK_STIPPLED actually
12278         work -> check boxes and radio buttons are drawn now, even on win9x.
12279         Improved line settings a bit, still no clue how to get really dotted
12280         lines on win9x, on NT it's PS_ALTERNATE.
12281
12282         * gdk/win32/gdkwindow-win32.c : use SafeAdjustWindowRect for 
12283         GDK_HINT_MIN_SIZE as well
12284
12285         * gdk/win32/makefile.am : added gdkkeys-win32.c to EXTRA_DIST
12286
12287         * gtk/gtk.def : updated
12288
12289         * gtk/gtktreeprivate.h : change column_drop_func to be a function
12290         pointer not a function pointer pointer
12291
12292         * tests/testdnd.c : include <stdlib.h> for putenv prototype
12293
12294         * tests/testsocket.c : made it compile on win32 again
12295
12296         * tests/makefile.msc : one more test-app uses prop-editor.obj
12297
12298 2001-05-22  Havoc Pennington  <hp@pobox.com>
12299
12300         * gtk/gtkbin.c (gtk_bin_get_child): New function
12301
12302 Wed May 23 20:07:53 2001  Owen Taylor  <otaylor@redhat.com>
12303
12304         * gtk/gtkimcontextsimple.c: Add Mode_Switch to list of keys
12305         to ignore when doing compose processing.
12306
12307 2001-05-22  Joe Shaw  <joe@ximian.com>
12308
12309         * gtk/gtktextiter.c (_gtk_text_btree_get_iter_at_last_toggle): 
12310         Simplify as suggested by Havoc. Just get the last iter and work
12311         backward to the tag instead of getting a line and working back from
12312         there. Fixes passing in an invalid offset to
12313         iter_init_from_byte_offset().
12314
12315 Tue May 22 16:25:27 2001  Jonathan Blandford  <jrb@redhat.com>
12316
12317         * gtk/gtktreeview*.h: 
12318         * gtk/gtkcell*.h:
12319         * gtk/gtk*store.h:
12320         Added patch from Jeff Franks <jcf@tpg.com.au> to add GET_CLASS
12321         macros to all objects.
12322
12323 Tue May 22 15:13:52 2001  Jonathan Blandford  <jrb@redhat.com>
12324
12325         * gtk/gtkcellrenderertext.c
12326         (gtk_cell_renderer_text_set_fixed_size): Evil function to deal
12327         with very large (TM) amounts of text.  May be moved to
12328         GtkCellRenderer in the future, though I'm not sure it wants to be
12329         this accessible.
12330
12331         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_update_button):
12332         More sanity brought to this class.  I like it.
12333
12334         * tests/testtreecolumns.c (ViewColumnModel): Amazingly scary test
12335         case.  Kids, don't try this at home.
12336
12337         * gtk/gtktreemodel.c (gtk_tree_model_get_iter_root): new
12338         convenience function.
12339
12340         * gtk/gtkwindow.c (gtk_window_set_geometry_hints): Fix typo in docs.
12341
12342 2001-05-21  Alexander Larsson  <alexl@redhat.com>
12343
12344         * gtk/gtkfontsel.c:
12345         Added properties. Based on patch by Lee Mallabone.
12346
12347         * gtk/gtkruler.c:
12348         * gtk/gtkhruler.c:
12349         * gtk/gtkvruler.c:
12350         * gtk/gtktext.c:
12351         * gtk/gtktextview.c:
12352         Converted GtkArg to GParam. Based on patches by John Margaglione.
12353
12354         * tests/Makefile.am:
12355         * tests/testtext.c:
12356         Add a property editor to testtext.
12357         
12358 Mon May 21 11:29:21 2001  Owen Taylor  <otaylor@redhat.com>
12359
12360         * gtk/gtk{h,v,}paned.c: Only show the separator if 
12361
12362         * configure.in: Fixed reversed conditional causing all image
12363         libraries to be linked in.
12364
12365 2001-05-21  Joe Shaw  <joe@ximian.com>
12366
12367         * gtk/gtklayout.c (gtk_text_layout_get_lines): Remove the assertion
12368         that top_y needs to be >= 0.
12369
12370 2001-05-11  Havoc Pennington  <hp@pobox.com>
12371         
12372         * gdk/x11/gdkmain-x11.c: Improve error messages for X errors and
12373         losing connection to the X server.
12374
12375 Sun May 20 13:59:20 2001  Owen Taylor  <otaylor@redhat.com>
12376
12377         * configure.in: Start checks for X from pangox/pangoxft
12378         CFLAGS to avoid duplicate libraries.
12379
12380         * gdk/Makefile.am (LDFLAGS): Remove extra -lm.
12381
12382         * configure.in (GDK_PIXBUF_PACKAGES): Fix GDK_PIXBUF_PACKAGES
12383         to include gobject.
12384         
12385 2001-05-18  Alexander Larsson  <alexl@redhat.com>
12386
12387         * gtk/gtkspinbutton.c:
12388         Convert GtkArgs to GParams. Based on patch by John Margaglione.
12389         Also do size request reasonable for MAXDOUBLE. Previously it printed
12390         the limits to a buffer and overran it. Instead do it using log10() and
12391         limit the width to 10 digits.
12392         
12393         * gtk/gtkwidget.c (gtk_widget_get_property):
12394         Correctly handle setting the parent property to NULL.
12395
12396 Fri May 18 15:26:26 2001  Owen Taylor  <otaylor@redhat.com>
12397
12398         * gtk/gtktextview.c (gtk_text_view_style_set): Reset 
12399         style attributes even if the widget isn't realized.
12400
12401         * demos/gtk-demo/main.c: Use a slightly smaller font.
12402
12403 Fri May 18 14:25:20 2001  Owen Taylor  <otaylor@redhat.com>
12404
12405         * gtk/gtkcontainer.c: Remove reallocate-redraws property.
12406         This is something that only a widget writer would ever want
12407         to change.
12408
12409         * gtk/gtksignal.c: Handle G_SIGNAL_TYPE_STATIC_SCOPE for
12410         gtk_signal_emit_by_name().
12411
12412         * gtk/gtkviewport.c: Fix some warnings.
12413
12414         * gtk/gtkwidget.c gtk/gtksizegroup.c: Add "size group" facility
12415         allowing the requisitions of multiple widgets to be grouped
12416         together.
12417
12418         * tests/testgtk.c: Add GtkSizeGroup test
12419
12420         * demos/gtk-demo/sizegroup.c: Add GtkSizeGroup demo.
12421
12422         * demos/gtk-demo/main.c demos/gtk-demo/pixbufs.c: Fix some
12423         warnings.
12424
12425         * configure.in: Switch to using AM_GLIB_GNU_GETTEXT.
12426
12427 2001-04-28  Martin Baulig  <baulig@suse.de>
12428
12429         * gtk/gtkimagemenuitem.[ch]: Renamed gtk_image_menu_item_add_icon()
12430         to gtk_image_menu_item_set_icon() and made it work if there's already
12431         an image.
12432         (gtk_image_menu_item_new): This function doesn't take any arguments anymore.
12433         (gtk_image_menu_item_new_with_label): New function.
12434
12435 Thu May 17 16:20:04 2001  Jonathan Blandford  <jrb@redhat.com>
12436
12437         * demos/gtk-demo/main.c (fontify): It's the worlds ugliest
12438         highlighting code!!!!  The result is okay so long as you don't try
12439         to stress it.  It also highlights a bug in the TextView so it's in
12440         an unproportional font right now until it's fixed.
12441
12442         *demos/gtk-demo/*.c: Clean up code a bit to make it
12443         ugly-parser(TM) friendly. (-:
12444
12445 2001-05-17  Joe Shaw  <joe@ximian.com>
12446
12447         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Remove the assertions
12448         that x_offset and y_offset must be >= 0. Clip the cursor being drawn
12449         if it is only partially onscreen.
12450
12451 Thu May 17 17:10:13 2001  Owen Taylor  <otaylor@redhat.com>
12452
12453         * gtk/gtkentry.c: Make logical motion and deletion by graphemes, 
12454         not by characters.
12455
12456         * gtk/gtkentry.c: Handle "trailing" returns from Pango when they
12457         are not zero or one; that is, when graphemes of multiple characters
12458         are involved.
12459
12460         * gtk/gtktextlayout.c (line_display_index_to_iter): Remove unnecessary
12461         FIXME.
12462
12463 2001-05-17  Alexander Larsson  <alla@lysator.liu.se>
12464         
12465         * gtk/gtkbbox.c:
12466         Add properties, based on patch by Lee Mallabone.
12467
12468         * gtk/gtknotebook.c:
12469         * gtk/gtktoolbar.c:
12470         Convert from GtkArg to GParam, based on patch by John Margaglione.
12471         
12472         * gtk/gtkhscale.c:
12473         * gtk/gtkvscale.c:
12474         * gtk/gtkhscrollbar.c:
12475         * gtk/gtkvscrollbar.c:
12476         * gtk/gtkrange.c:
12477         Move adjustment property to GtkRange.
12478
12479         * gtk/gtklabel.c:
12480         Setup mnemonics on property changes
12481
12482         * gtk/gtkwidget.c (gtk_widget_get_property):
12483         GdkExtensionMode is an enum, not a flag. Set it with
12484         g_value_set_enum ().
12485
12486         * tests/prop-editor.c:
12487         Better propery editor.
12488
12489         * tests/testgtk.c:
12490         Add new property test. Pass zero to the property editor to
12491         get properties from all derived types.
12492         
12493 Sun May 13 12:01:12 2001  Owen Taylor  <otaylor@redhat.com>
12494
12495         * autogen.sh (have_automake): Require libtool-1.4,
12496         automake-1.4p1.
12497
12498         * acinclude.m4: Remove libtool macros.
12499
12500         * gdk-pixbuf/Makefile.am: Add dependencies to loade
12501         modules.
12502
12503         * gdk/Makefile.am: Add dependency on libgdk_pixbuf.la
12504         for libgdk.
12505
12506         * gtk/Makefile.am: Add dependency on libgdk_pixbuf.la
12507         libgdk.la for libgtk.
12508
12509         * modules/input/Makefile.am: Make modules have full
12510         dependencies.
12511
12512 Wed May 16 14:06:01 2001  Jonathan Blandford  <jrb@redhat.com>
12513
12514         * gtk/gtktreemodel.c (gtk_tree_path_new_from_string): fix bug
12515         #54699 where paths weren't being checked for correctness.
12516
12517 Tue May 15 20:13:24 2001  Jonathan Blandford  <jrb@redhat.com>
12518
12519         * gtk/gtktreeviewcolumn.c: You can now set all sorts of properties
12520         in any order you wan, whether or not the column is added to the
12521         tree, or the tree is realized.  Yay!
12522
12523         * gtk/gtktreeviewcolumn.c
12524         (gtk_tree_view_column_setup_sort_column_id_callback): handle
12525         sorting columns a lot saner
12526
12527         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_reorderable):
12528         new function to actually set wether or not a column is
12529         reorderable.
12530
12531         * gtk/gtktreeview.c (gtk_tree_view_unrealize): Only destroy things
12532         if we have 'em.
12533
12534         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_set_tree_view):
12535         Fix nasty bug where we were showing the button just before
12536         realizing it.  As a result, the parent window was
12537         tree_view->window instead of tree_view->priv->header_window.
12538
12539         * gtk/gtktreeview.c (gtk_tree_view_set_reorderable): new property
12540         to let you easily reorder a list or tree.
12541
12542 2001-05-15  Alexander Larsson  <alla@lysator.liu.se>
12543
12544         * gtk/gtkpacker.c: Apply patch from John Margaglione that converts
12545         from args to properties.
12546
12547 Tue May 15 10:11:59 2001  Owen Taylor  <otaylor@redhat.com>
12548
12549         * gtk/gtkpreview.c: Apply patch from John Margaglione converting
12550         from args to properties. (#51957)
12551
12552         * gtk/gtkscale.c (gtk_scale_class_init): Move install property
12553         calls to after ->set_property call.
12554
12555 Mon May 14 14:56:21 2001  Owen Taylor  <otaylor@redhat.com>
12556
12557         * tests/prop-editor.c: Block against redundant changes.
12558
12559         * gtk/gtkpaned.c gtk/gtk[hv]paned.c: Add position, position_set
12560         properties.
12561
12562 Sun May 13 18:40:04 2001  Owen Taylor  <otaylor@redhat.com>
12563
12564         * gdk/gdkpixmap.h: Remove creative formatting.
12565
12566 Thu May 10 19:22:28 2001  Owen Taylor  <otaylor@redhat.com>
12567
12568         * gtk/gtktogglebutton.c:  Patch from John Margaglione converting to
12569         property API. (#51669)
12570
12571         * gtk/gtkscale.c: Patch from John Margaglione converting to
12572         property API. (#51891)
12573
12574         * gtk/gtkaccellabel.c: Applied patch from Lee Mallabone, converting
12575         to property API. (#50985)
12576
12577 Fri May 11 20:13:44 2001  Tim Janik  <timj@gtk.org>
12578
12579         * gtk/gtkmain.c (gtk_main_do_event): remember widget's double
12580         buffering state across expose event, so we still call end_paint().
12581
12582 2001-05-11  Alexander Larsson  <alexl@redhat.com>
12583
12584         * gtk/gtkhsv.c (paint_triangle):
12585         Expose the ring in the triangle at the correct place when
12586         exposing just a part of the triangle.
12587
12588         * gtk/gtkwindow-decorate.c (gtk_decorated_window_focus_change):
12589         Return FALSE, or window focusing will not work.
12590
12591 2001-05-11  Havoc Pennington  <hp@pobox.com>
12592
12593         * gtk/gtkimage.c (gtk_image_new_from_stock): docs, fixes bug
12594         #54144
12595
12596         * gtk/gtkcolorsel.c (gtk_color_selection_new): docs, fixes
12597         bug #54330
12598
12599 Fri May 11 02:53:57 2001  Tim Janik  <timj@gtk.org>
12600
12601         * gtk/gtktogglebutton.c (gtk_toggle_button_expose): don't
12602         propagate exposes to NULL child.
12603
12604         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_adjustment_changed): guard
12605         against not having one of the scrollbars.
12606
12607         * gtk/gtklabel.c (gtk_label_setup_mnemonic): clean up after us,
12608         we don't keep a mnemonic window if we have no mnemonic installed.
12609
12610 Fri May 11 01:05:00 2001  Tim Janik  <timj@gtk.org>
12611
12612         * gtk/gtktypeutils.h: grum, gtk_type_class() is not GNUC_CONST
12613         it has the _important_ side effect of initializing a class.
12614
12615 2001-05-10  Alexander Larsson  <alexl@redhat.com>
12616
12617         * gdk/linux-fb/gdkprivate-fb.h:
12618         Make sure you can compile out the implementation/wrapper assert
12619         macros.
12620
12621         * gdk/linux-fb/gdkdrawable-fb2.c:
12622         Check implementation/wrappers, initialize type for pixmap dummys.
12623
12624         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image):
12625         Hide the cursor if reading from the screen.
12626
12627         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_fill_span_generic):
12628         Fix sign bug in tiling code.
12629
12630         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_clear_area):
12631         Handle background pixmaps.
12632
12633 Wed May  9 15:27:22 2001  Jonathan Blandford  <jrb@redhat.com>
12634
12635         * gtk/gtktreeview.c (gtk_tree_view_set_column_drag_function): New
12636         function to let user control where columns are dragged.
12637
12638         * gtk/gtktreeview.c (gtk_tree_view_key_press): Cancel drags if
12639         Escape is pressed.
12640
12641 Wed May  9 09:08:44 2001  Jonathan Blandford  <jrb@redhat.com>
12642
12643         * gtk/gtktreeview.c (gtk_tree_view_class_init): New
12644         "columns_changed" signal.
12645         (gtk_tree_view_motion_draw_column_motion_arrow): Change column
12646         motion code to draw arrows to the side if indicator is outside the
12647         widget.
12648         (gtk_tree_view_map_expanded_rows): Implement.
12649
12650 2001-05-07  Alexander Larsson  <alexl@redhat.com>
12651
12652         * demos/testpixbuf-save.c: 
12653         * demos/testpixbuf-drawable.c:
12654         Include gdkfb.h on linux-fb.
12655
12656 2001-05-07  Alexander Larsson  <alexl@redhat.com>
12657
12658         * gdk/linux-fb/gdkdnd-fb.c (get_toplevel_window_at):
12659         New function for getting toplevel window at position.
12660         (gdk_drag_find_window): Use get_toplevel_window () instead
12661         of gdk_window_get_pointer(). (gdk_drag_status): Use
12662         correct context for getting window.
12663
12664         * gdk/linux-fb/gdkproperty-fb.c (gdk_atom_name):
12665         g_strdup the atom name.
12666
12667         * gdk/linux-fb/gdkwindow-fb.c:
12668         Costmetic fix.
12669
12670         * gtk/gtkdnd.c (gtk_drag_source_handle_event):
12671         Add code for changing cursor on linux-fb backend (same as
12672         win32).
12673
12674 2001-05-07  Federico Mena Quintero  <federico@ximian.com>
12675
12676         * gtk/gtkwindow.c (gtk_window_focus): Test for bin->child being
12677         present before doing anything with it.  Patch from HÃ¥vard KvÃ¥len
12678         <havardk@netcom.no>.  Fixes Ximian bugzilla #2492 (OK, the bug
12679         report was not for the development branch of GTK+, but it applies
12680         anyways).
12681
12682 2001-05-04  Havoc Pennington  <hp@redhat.com>
12683
12684         * configure.in: fix some shell typos
12685
12686         * gtk/gtkcolorsel.c (gtk_color_selection_destroy): warning fix
12687
12688         * gtk/gtkimage.c: handle animations
12689
12690         * gtk/gtkcheckbutton.c (gtk_check_button_size_request): request
12691         border_width * 2, not just border_width
12692
12693         * gtk/gtkscale.c: add "format_value" signal to allow people
12694         to override the way values are drawn.
12695         (gtk_scale_get_value_size): fix width/height mistake,
12696         and compute size from actual displayed text, not 
12697         from made-up text.
12698
12699         * gtk/gtktexttag.c (gtk_text_tag_class_init): fix return type in 
12700         signal registration
12701
12702         * tests/testtext.c: Add "Remove all tags" menu item for testing
12703
12704         * gtk/gtktextbuffer.c (gtk_text_buffer_remove_all_tags): implement
12705
12706         * demos/gtk-demo/main.c (main): add hack so we can find modules
12707         without installing gtk
12708
12709         * demos/gtk-demo/textview.c (insert_text): demo font scaling
12710
12711         * gtk/gtkcellrenderertext.c: Add "scale" property (font scaling
12712         factor)
12713         (gtk_cell_renderer_text_set_property): remove some bogus
12714         g_object_notify
12715
12716         * gtk/gtktexttag.c: add "scale" property which is a font scaling
12717         factor
12718
12719         * gtk/gtktextlayout.c (add_text_attrs): add font scale attribute 
12720         to layout
12721
12722         * gtk/gtktextiter.c (gtk_text_iter_is_start): rename from
12723         gtk_text_iter_is_first
12724
12725 2001-01-06  Hans Breuer  <hans@breuer.org>
12726
12727         * gdk/gdk.def : updated exports
12728
12729         * gdk/win32/makefile.msc : -DGDK_ENABLE_BROKEN otherwise
12730         gdk won't compile anymore
12731  
12732         * gdk/win32/gdkevents-win32.c : initialize ret_val when
12733         processing GDK_FILTER functions, initialize event.key->hardware_keycode.
12734         Improved gdk_flush () to not only do pending drawing operations
12735         but also process all currently pending events. This should make
12736         the behaviour more similar to the X11 version.  
12737
12738         * gdk/win32/gdkgc-win32.c (predraw_set_background) : a background
12739         option needs to be set even if there is no GDK_GC_BACKGROUND.
12740         (gdk_win32_hdc_get) : use predraw_set_background () independent
12741         of value_mask. This allows to draw dashed lines leaving the original
12742         background intact.
12743
12744         * gdk/win32/gdkimage-win32.c (gdk_image_new_bitamp) : free data
12745         after processing, because we can't reuse it as the X11 version does.
12746
12747         * gtk/gtk.def : updated exports
12748
12749         * gtk/makefile.msc.in : added ATK, removed all test apps. (I
12750         would like to get rid of this file again, and use straight
12751         makefile.msc again, as the other Gtk+ subdirs do)
12752
12753         * test/makefile.msc (new file) : build the test apps here
12754
12755 2001-05-05  ERDI Gergo  <cactus@cactus.rulez.org>
12756
12757         * gdk/gdkpango.c (gdk_pango_get_item_properties): Peek
12758         strike-through setting
12759         (gdk_draw_layout_line_with_colors): Render strike-through
12760
12761 Sat May  5 10:06:24 2001  Owen Taylor  <otaylor@redhat.com>
12762
12763         * Release 1.3.5
12764
12765         * configure.in (GTK_MICRO_VERSION): Up to 1.3.5
12766
12767         * NEWS: Updated
12768
12769         * demos/gtk-demo/Makefile.am (EXTRA_DIST): Fix minor
12770         Makefile breakage.
12771
12772 Sat May  5 09:18:30 2001  Owen Taylor  <otaylor@redhat.com>
12773
12774         * demos/gtk-demo/images.c (progressive_timeout): Fix
12775         typo in filename.
12776
12777         * gtk/gtktreeview.c (gtk_tree_view_row_activated): Comment
12778         out FIXME warning; just too annoying.
12779
12780 2001-05-04  Alex Larsson  <alla@lysator.liu.se>
12781
12782         * gdk/linux-fb/gdkcolor-fb.c:
12783         Better error messages.
12784
12785         * gdk/linux-fb/gdkpixmap-fb.c (gdk_pixmap_new):
12786         Initialize abs_x and abs_y.
12787         
12788         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_fill_span_generic):
12789         Correct handling of stipple offset.
12790
12791         * gdk/linux-fb/gdkvisual-fb.c (gdk_visual_init):
12792         Treat directcolor framebuffers as truecolor.
12793         
12794 Thu May  3 14:13:49 2001  Owen Taylor  <otaylor@redhat.com>
12795
12796         * INSTALL.in HACKING gtk/gtkaccessible.[ch] gtk/gtk.c: Add
12797         dependency on Atk for accessibility support.
12798
12799         * configure.in **/Makefile.am: Major reworking of substituted
12800         variables for CFLAGS/LIBS to make a lot more sane and 
12801         keep the the compile/link lines a bit shorter.
12802
12803         * gdk/x11/gdkkeys-x11.c: Fix #endif with trailing stuff.
12804
12805 Thu May  3 08:10:54 2001  Owen Taylor  <otaylor@redhat.com>
12806
12807         * gtk/gtktexttag.c (gtk_text_tag_class_init): Fix return
12808         value to be G_TYPE_BOOLEAN, not G_TYPE_INT, also,
12809         use _gtk_boolean_handled_accumulator.
12810
12811 Thu May  3 07:00:09 2001  Owen Taylor  <otaylor@redhat.com>
12812
12813         * gtk/gtktextview.c: Patch from Juan Pablo Mendoza Mendoza
12814         to fix things so clicking inside selection leaves cursor
12815         at point where clicked. (#50324)
12816
12817         * gtk/gtksettings.c (gtk_settings_class_init): Restore
12818         sane value for default double click time.
12819
12820         * tests/testtext.c (test_init): Really path to input modules.
12821
12822 2001-05-03  Sven Neumann  <sven@convergence.de>
12823
12824         * demos/testpixbuf-save.c: include target-specific headers as
12825         done in testpixbuf-drawable.c
12826
12827 Wed May  2 20:36:38 2001  Owen Taylor  <otaylor@redhat.com>
12828
12829         * gtk/gtkentry.c (gtk_entry_real_insert_text): Reduce
12830         new_text_length appropriately when we run into the 
12831         size limit for the entry. (#53445, reported by Jeff Franks)
12832
12833         * tests/testgtk.c (create_entry): Remove most of the
12834         property toggle buttons. Replace with a "Props" button
12835         that brings up a property editor.
12836
12837         * tests/prop-editor.[ch] test/testtreeview.c tests/Makefile.am:
12838         Split the property editor code out for reuse, improve.
12839
12840 Wed May  2 17:26:22 2001  Owen Taylor  <otaylor@redhat.com>
12841
12842         * gdk/x11/gdkevents-x11.c gdk/x11/gdkwindow-x11.c: Always
12843         trap errors around calls to XSetInputFocus since we have
12844         no way of knowing reliably whether we are viewable or
12845         not. (#53947)
12846
12847 Tue May  1 09:21:23 2001  Jonathan Blandford  <jrb@redhat.com>
12848
12849         * gtk/gtktreeview.c (gtk_tree_view_button_release_drag_column):
12850         fix bug in dropping columns.  Moving columns now basically works
12851         modula some fine tuning.
12852
12853 Tue May  1 19:09:21 2001  Jonathan Blandford  <jrb@redhat.com>
12854
12855         * gtk/gtktreeview.c (gtk_tree_view_horizontal_autoscroll): Add
12856         autoscroll support.  It mostly works, but could use some fine
12857         tuning.
12858         * gtk/gtktreeview.c (gtk_tree_view_button_release_drag_column):
12859         Actually move the column.
12860
12861 Mon Apr 30 20:29:27 2001  Owen Taylor  <otaylor@redhat.com>
12862
12863         * gtk/gtkbutton.c gtk/gtkcheckbutton.c gtk/gtkoptionmenu.c 
12864           gtk/gtkspinbutton.c gtk/gtkstyle.c gtk/gtkwidget.c:
12865           New default theme! A slighly improved version of the 2.0 Raleigh
12866           theme, with Windows-esque focus/drawing default. 
12867           (GtkWidget::interior_focus defaults to TRUE.)
12868
12869         * gtk/gtkstyle.[ch]: Add a text_aa color halfway between text and base.
12870
12871 2001-04-30  Havoc Pennington  <hp@pobox.com>
12872
12873         * tests/testtext.c (line_numbers_expose): fix to work with
12874         gtk_paint_layout change
12875
12876 Mon Apr 30 19:18:07 2001  Owen Taylor  <otaylor@redhat.com>
12877
12878         * gtk/gtkstyle.[ch] gtk/gtkaccellabel.c gtk/gtkcellrenderertext.c
12879           gtk/gtkhruler.c gtk/gtkhscale.c gtk/gtklabel.c gtk/gtkprogressbar.c
12880           gtk/gtkvruler.c gtk/gtkvscale.c: Add an extra parameter
12881           use_text to gtk_paint_label() to deal with style->bg[] vs style->text[].
12882
12883         * gtk/gtkbbox.c gtk/gtkdialog.c: Tweak padding some to deal
12884           with GtkWidget::interior_focus = TRUE better.
12885
12886         * gtk/gtkbutton.c: Switch ::default_spacing to ::default_border,
12887         ::default_outside_border for more flexibility.
12888
12889         * gtk/gtkwidget.c (gtk_widget_style_get_valist): Remove 
12890         G_VALUE_NO_COPY_CONTENTS, to correspond with the recent
12891         change that had to be made with g_object_get.
12892
12893 Sun Apr 29 20:13:40 2001  Jonathan Blandford  <jrb@redhat.com>
12894
12895         * gtk/gtktreeview.c (gtk_tree_view_get_columns): new function.
12896         (gtk_tree_view_move_column_after): Clean up interface. 
12897
12898 Sun Apr 29 03:02:02 2001  Tim Janik  <timj@gtk.org>
12899
12900         * gtk/gtkpacker.h:
12901         * gtk/gtkenums.h: moved GtkAnchorType and GtkSideType from gtkpacker.h
12902          to gtkenum.h.
12903
12904         * gtk/gtkmain.c (gtk_main_do_event): silence compiler (GDK_SETTING not
12905         handled in switch).
12906
12907         * gtk/Makefile.am:
12908         (gtk.defs): generate enum portions with  glib-mkenums.
12909         (gtktypebuiltins_evals.c): generate this with glib-mkenums.
12910         got rid of makeenums.pl and makeenums.awk in distributed tarballs.
12911         
12912         * gtk/gtkaccelgroup.c (gtk_accel_group_add): refined havocs warning
12913         addition.
12914
12915         * docs/Changes-2.0.txt: keep a note on signal handlers now
12916         not getting emitted during the emission they were connected within.
12917
12918 2001-04-28  Havoc Pennington  <hp@pobox.com>
12919
12920         * gtk/gtkcolorsel.c (palette_new): fix bug in tooltip
12921
12922 2001-04-24  Havoc Pennington  <hp@redhat.com>
12923
12924         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_previous_line): 
12925         (gtk_text_layout_move_iter_to_next_line): fix these two for
12926         invisible text, lots of other stuff still hosed.
12927
12928         * gtk/gtkcolorsel.c (gtk_color_selection_set_change_palette_hook):
12929         new function, replaces the get/set palette stuff. This function 
12930         is intended for use by libgnomeui which should set the hook to a
12931         thing which sets the palette in GConf, and we need the
12932         GConf-to-xsettings proxy which will result in the change being
12933         propagated back to the GTK app.
12934
12935         * gtk/gtkaccelgroup.c (gtk_accel_group_add): add note to warning 
12936         about unusable signals that it may be because the signal has 
12937         parameters.
12938
12939         * gtk/gtkwidget.c (gtk_widget_modify_style): always copy the
12940         style, otherwise gtkrc.c won't know to create a new GtkStyle for
12941         it.
12942         (gtk_widget_modify_color_component): call
12943         gtk_widget_modify_style() so the rc style will get copied.
12944         (gtk_widget_modify_font): ditto
12945
12946         * gtk/gtkrc.c: make a couple variables static
12947
12948         * gtk/gtkcolorseldialog.c (gtk_color_selection_dialog_init): hide
12949         help button by default, since it does nothing
12950
12951         * gtk/gtkcolorsel.c: add tooltips, work on key navigation, fool
12952         around with UI
12953
12954         * gtk/gtkentry.c (gtk_entry_realize): request enter/leave notify
12955         so we can have tooltips
12956
12957         * gtk/gtkhsv.c (gtk_hsv_realize): request enter/leave notify so we
12958         can have tooltips
12959
12960         * gdk/gdkimage.h: mark gdk_image_new_bitmap with
12961         GDK_ENABLE_BROKEN, because its memory behavior is completely
12962         hosed.
12963
12964         * gtk/gtknotebook.c: remove key press handler, replace with
12965         binding set, add numeric keypad support
12966
12967         * gtk/gtktextview.c (gtk_text_view_class_init): accept KP_Delete
12968
12969         * gtk/gtktext.c (gtk_text_key_press): add a bunch of KP keysyms
12970
12971         * gtk/gtkentry.c (gtk_entry_class_init): accept GDK_KP_Delete in
12972         addition to plain Delete
12973
12974         * gtk/gtktextview.c (gtk_text_view_key_press_event): accept
12975         GDK_KP_Enter in addition to GDK_Return
12976
12977         * gtk/gtkfontsel.c (gtk_font_selection_size_key_press): connect to
12978         activate on entry instead of key press
12979         (gtk_font_selection_on_clist_key_press): get
12980         rid of this signal handler, not needed with new font sel.
12981
12982         * gtk/gtkfilesel.c (gtk_file_selection_key_press): remove a
12983         no-longer-needed emit_stop_by_name(), just return TRUE
12984
12985         * gtk/gtkhscrollbar.c, gtk/gtkvscrollbar.c: remove keybindings
12986         cruft, this widget is no longer focusable.
12987
12988         * gtk/gtkrange.h, gtk/gtkrange.c, gtk/gtkvscale.c,
12989         gtk/gtkhscale.c: Get rid of trough_keys virtual function, add
12990         move_slider action signal, add binding set for vscale/hscale, in
12991         the process support numeric keypad
12992
12993         * gtk/gtkentry.c (gtk_entry_class_init): Add keypad bindings; 
12994         make GDK_Return and GDK_KP_Enter activate the entry via 
12995         binding set, instead of hardcoded.
12996
12997 Fri Apr 27 20:27:21 2001  Jonathan Blandford  <jrb@redhat.com>
12998
12999         * gtk/gtktreeview.[hc]: Massive reorder/cleanup of a lot of the
13000         code.  Some documentation added.
13001
13002 2001-04-27  Havoc Pennington  <hp@redhat.com>
13003
13004         * gtk/gtkcombo.c (gtk_combo_popup_button_press): fix warning
13005
13006         * gtk/gtkmessagedialog.c (gtk_message_dialog_init): make messages selectable
13007
13008         * gtk/gtkentry.c (gtk_entry_real_insert_text): don't strip
13009         line/para separators
13010         (gtk_entry_create_layout): set single paragraph mode on the layout
13011
13012         * gtk/gtkbutton.c (gtk_button_new_from_stock): don't put much
13013         spacing between the image and label; instead, inside a button box 
13014         the button will get extra space that will go there, but if people 
13015         configure button box for 0 chubbiness, then there's no spacing.
13016
13017         * gtk/gtkbbox.c (gtk_button_box_class_init): Make child ipadding
13018         and min/max size style properties, so people can tune their
13019         chubbiness.
13020
13021         * tests/testgtk.c (make_toolbar): remove calls to removed toolbar
13022         functions
13023
13024         * gtk/gtktoolbar.c (gtk_toolbar_class_init): Make space_size,
13025         space_style, and button_relief into style properties, remove
13026         functions for setting them
13027         
13028         * gtk/gtkmenu.c (gtk_menu_key_press): handle menu bar accel to pop 
13029         it back down
13030
13031         * gtk/gtkoptionmenu.c (gtk_option_menu_get_props): free boxed
13032         types from gtk_widget_style_get
13033
13034         * gtk/gtkmenubar.c (gtk_menu_bar_set_shadow_type): Remove, replace
13035         with a style property.
13036
13037         * gdk/x11/gdkevents-x11.c: namespace the settings
13038
13039         * gtk/gtkmenubar.c: Add F10 accelerator to move between menubars.
13040
13041         * gtk/gtksettings.c (gtk_settings_class_init): remove code with
13042         side effects from inside g_assert(), so that G_DISABLE_ASSERT can
13043         be used. Also, translate doc strings for settings. Also, namespace
13044         the double-click-time property. Also, remove bell properties crap.
13045
13046 2001-04-27  Sven Neumann  <sven@gimp.org>
13047
13048         * Makefile.am: before creating links, check if pkg-config files
13049         exist for the default target. Otherwise link to the pkg-config files
13050         that got installed with this build.
13051
13052 Thu Apr 26 19:11:46 2001  Jonathan Blandford  <jrb@redhat.com>
13053
13054         * gtk/gtktreeview.c (gtk_tree_view_motion): clean up column
13055         dragging code.  Revealed some (potential) GdkWindow bugs.
13056
13057         * gdk/x11/gdkwindow-x11.c (gdk_window_reparent): add
13058         _gdk_window_init_position to the end of reparent to fix the case
13059         of reparenting when new_x != old_x and new_y != old_y.
13060
13061 Thu Apr 26 10:54:50 2001  Owen Taylor  <otaylor@redhat.com>
13062
13063         * gtk/gtkentry.c (strstr_len): Fix optimization that
13064         was correct for the use here, but completely incorrect
13065         in general.
13066
13067 Thu Apr 26 10:40:41 2001  Owen Taylor  <otaylor@redhat.com>
13068
13069         * gtk/gtkwindow.h: Remove deprecation of gtk_window_set_default_size()
13070         until patch adding gtk_window_set_size() is recommitted. 
13071
13072         * **Makefile.am configure.in gdk/x11/gdkim-11.c
13073           gtk/gtkmain.c gtk/gtkimmulticontext.c gtk/gtkmain.c
13074           gtk/gtkrc.c: Remove all traces of -DX_LOCALE support.
13075           (#10784)
13076
13077 Wed Apr 25 12:16:36 2001  Owen Taylor  <otaylor@redhat.com>
13078
13079         * gdk/X11/gdkevents-x11.c (gdk_event_translate): Test for 
13080         window == NULL in a number of cases.
13081
13082         * tests/testdnd.c: Set module path for gdk-pixbuf.
13083
13084 Thu Apr 19 16:11:07 2001  Owen Taylor  <otaylor@redhat.com>
13085
13086         * gtk/Makefile.am xembed.h: File containing #defines
13087         for XEMBED protocol.
13088
13089         * gtk/gtkplug.[ch] gtk/gtksocket.[ch]: 
13090
13091         - Change protocol from old plug/socket specific protocol
13092           to XEMBED draft
13093         - Various fixes to work with GTK+-2.0
13094
13095         Still quite a bit of work to do here to handle initiation
13096         from the socket side (as specified by XEMBED), to handle
13097         the more advanced features of XEMBED, and to figure out
13098         a good way to handle same-app embedding with less overhead
13099         than using full XEMBED.
13100
13101 Wed Apr 18 16:04:28 2001  Owen Taylor  <otaylor@redhat.com>
13102
13103         * gtk/gtkwindow.[ch] (gtk_window_real_set_focus): Keep
13104         track of whether the toplevel has the focus; only send
13105         focus-in events to the focus widget when the window
13106         actually has the focus.
13107
13108 2001-04-25  Havoc Pennington  <hp@pobox.com>
13109
13110         * gtk/gtkwindow.h: set_decorations_hint and set_functions_hint
13111         were still in the header
13112
13113 2001-04-24  Alexander Larsson  <alexl@redhat.com>
13114
13115         * gtk/gtkclist.[ch]:
13116         * gtk/gtkctree.c:
13117         When there is a row highlighted for D'n'D it must alse
13118         be painted hightlighted on exposes. Otherwise exposes from
13119         the icon being dragged will mess up the hightlight.
13120
13121         * gtk/gtkfontsel.c:
13122         Don't recenter selected font when exposing the font family
13123         clist. This means you can now actually scroll the font family
13124         list.
13125
13126         * gtk/gtknotebook.c:
13127         Fix focus movement on scrolling tabs that are placed on the left
13128         and right.
13129
13130 2001-04-21  Havoc Pennington  <hp@pobox.com>
13131
13132         * gtk/gtktextdisplay.c (gtk_text_layout_draw): handle 0-height
13133         empty/invisible lines.
13134
13135         * gtk/gtktextiter.c (gtk_text_iter_set_visible_line_offset)
13136         (gtk_text_iter_set_visible_line_index): new functions to set
13137         indexes excluding invisible text
13138
13139         * gtk/gtktextlayout.c (line_display_iter_to_index): get visible 
13140         index
13141
13142         * gtk/gtktextiter.c (gtk_text_iter_get_visible_line_index)
13143         (gtk_text_iter_get_visible_line_offset): new functions to 
13144         get indexes excluding invisible text
13145
13146         * gtk/gtkmessagedialog.c (gtk_message_dialog_init): strip out a
13147         bunch of extra padding that served no purpose
13148
13149         * gtk/gtkdialog.c: Make all the spacings configurable via style
13150         properties, for chubbiness configuration in themes
13151
13152         * tests/testtext.c: fix path to the immodules.
13153         
13154 Mon Apr 23 18:57:03 2001  Jonathan Blandford  <jrb@redhat.com>
13155
13156         * gtk/gtksocket.c (gtk_socket_filter_func): add missing '}' that
13157         got munched by #endif.
13158
13159         * gtk/Makefile.am (gtk_plug_c_sources): add missing '\'
13160
13161         * gtk/gtktreeview.c: Refactored code to clean up a number of
13162         events.
13163
13164         * gtk/gtktreemodel.c (gtk_tree_path_compare): Switched return
13165         values to make consistent with other functions.  Spotted by Jeff
13166         Franks <jcf@tpg.com.au>.
13167
13168         * gtk/gtktreeview.h (struct _GtkTreeViewClass): Fixes to signal
13169         declaration spotted by Jeff Franks <jcf@tpg.com.au>.
13170
13171 2001-04-23  Sven Neumann  <sven@gimp.org>
13172
13173         * gtk/Makefile.am
13174         * gtk/gtkplug.c
13175         * gtk/gtksocket.c: on request of Owen, reverted my last change 
13176         and exclude gtkplug.c/gtksocket.c from the build for non-X11 targets
13177
13178 2001-04-23  Sven Neumann  <sven@gimp.org>
13179
13180         * gtk/gtkplug.c: put into #ifdef GDK_WINDOWING_X11 to make GTK+
13181         compile for non-X11 targets again
13182
13183 2001-04-20  Alexander Larsson  <alexl@redhat.com>
13184
13185         * gtk/gtkcolorsel.[ch]:
13186         API Change. Take GdkColor arguments instead of gdouble *.
13187         Leave the old gtk_color_selection_set_color for compatibility,
13188         but marked deprecated.
13189         Do correct rounding when converting RGB <-> HSV.
13190         
13191         * gtk/gtkcolorseldialog.c:
13192         * tests/testgtk.c:
13193         Use new GtkColorSelection API.
13194
13195         * gtk/gtkhsv.c:
13196         Fix problem selecting colors in triangle when Hue is 330.
13197         Fix some black dots around the HSB triangle.
13198         
13199         * gtk/gtkfilesel.c:
13200         return FALSE from the focus_in_event handler to fix focus problems.
13201
13202 2001-04-18  Havoc Pennington  <hp@redhat.com>
13203
13204         * gtk/gtkwindow.c (gtk_window_class_init): add signals and binding
13205         set, so keybindings are configurable    
13206         (gtk_window_activate_default): Change to activate the focus widget
13207         instead if there's a focus widget, to be consistent with the
13208         behavior that previously existed in key_press_event
13209
13210 2001-04-18  Havoc Pennington  <hp@redhat.com>
13211
13212         * gdk/gdkkeyuni.c: Handle numeric keypad keysyms; bug #50201
13213
13214 2001-04-18  Havoc Pennington  <hp@redhat.com>
13215
13216         Close bug #50615:
13217         
13218         * gtk/gtkstyle.c (gtk_default_draw_layout): Use text_gc to draw
13219         the layout
13220
13221         * gtk/gtktext.c: Use base/text instead of bg/fg throughout
13222
13223         * gtk/gtkentry.c: Use base/text instead of bg/fg throughout
13224
13225         * gtk/gtktextdisplay.c: Use base/text instead of bg/fg throughout
13226         
13227         * gtk/gtkstyle.c (gtk_style_init): make GTK_STATE_SELECTED default
13228         to blue for base, in addition to bg
13229         
13230 2001-04-18  Havoc Pennington  <hp@redhat.com>
13231
13232         * tests/testgtk.c (create_image): allow shrinking the image window
13233         to test that we clip to allocation.
13234
13235         * gtk/gtkimage.c (gtk_image_expose): clip to allocation,
13236         #9845
13237
13238         * gtk/gtkenums.h: move GtkWrapMode in here, #50472
13239
13240 Wed Apr 18 14:23:14 2001  Owen Taylor  <otaylor@redhat.com>
13241
13242         * gdk/x11/gdkimage-x11.c (gdk_image_new): Try changing
13243         mode on shm segments to 0600. We'll see who complains.
13244
13245         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): Call
13246         _gdk_windowing_window_destroy() AFTER recursing through
13247         children.
13248
13249         * tests/Makefile.am (noinst_PROGRAMS): Build testsocket,
13250         testsocket_child on X.
13251
13252         * tests/testsocket[_child].c: Fix uses of
13253         gtk_window_get_default_accel_group().
13254
13255         [ Merge patch from Ramiro Estrugo  <ramiro@eazel.com> from gtk-1-2 ]
13256
13257         * gdk/gdkimage.c: (gdk_image_get):
13258         Deal with the possibility that XGetImage() might return NULL.
13259         Allocate the GdkImagePrivate structure only after XGetImage()
13260         succeeds in order not to dereference a NULL ximage pointer.  This
13261         prevents a core dump when XGetImage() fails - which is unlikely,
13262         but can happen due to race conditions accessing the geometries of
13263         drawables.  An x error will still be triggered, but the gdk image
13264         wrapper at least wont seg fault.
13265         
13266 2001-04-18  Havoc Pennington  <hp@redhat.com>
13267
13268         * gtk/gtkimage.c: fix to properly queue resizes when the image is
13269         set
13270
13271         * gtk/gtktextview.c (gtk_text_view_do_popup): desensitize Paste
13272         if the insertion point isn't editable
13273
13274         * demos/gtk-demo/images.c: Added a GtkImage demo
13275
13276         * demos/gtk-demo/drawingarea.c: drawing area demo
13277         
13278         * demos/gtk-demo/menus.c (create_menu): cleanups
13279
13280 Wed Apr 18 12:15:52 2001  Owen Taylor  <otaylor@redhat.com>
13281
13282         * gdk/x11/gdkwindow-x11.c gdk/x11/gdkwindow-x11.h 
13283           gdk/x11/gdkevents-x11.c: Introduce an extra child
13284         of toplevel windows that serves to hold the focus to
13285         avoid events being delivered to embedded windows.
13286
13287         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Introduce
13288         some extra variables to clean up code and reduce the
13289         number of casts.
13290
13291         * gdk/x11/gdkwindow-x11.h (struct _GdkXPositionInfo): Use
13292         guint for 1 bit bit fields, not gboolean.
13293
13294 Wed Apr 18 10:04:23 2001  Owen Taylor  <otaylor@redhat.com>
13295
13296         * gtk/gtktooltips.c (gtk_tooltips_paint_window): Return FALSE,
13297         not TRUE. (Fixes #52925)
13298
13299 Tue Apr 17 18:05:34 2001  Owen Taylor  <otaylor@redhat.com>
13300
13301         * Released 1.3.4
13302
13303         * NEWS: Updated
13304
13305         * gtk/gtktextview.c (gtk_text_view_class_init): Fix to not
13306         use GTK_TYPE_ENUM.
13307
13308 Tue Apr 17 13:47:12 2001  Owen Taylor  <otaylor@redhat.com>
13309
13310         * configure.in: Don't put -lgthread in GLIB_LIBS, GLIB_DEPLIBS
13311
13312         * gtk/gtktypeutils.h gtk/gtksignals.h: Restore proper parameter
13313         names to compatibility #defines so docs work.
13314
13315         * gtk/gtkenums.h: Remove GtkMenuFactoryType
13316
13317         * gtk/gtkwindow.c gtk/gtkdnd.c: Docs cleanups.
13318
13319         * configure.in: Don't include -lgthread in GLIB_LIBS, GLIB_DEPLIBS
13320
13321         * tests/testgtkrc: No magenta cursors, please.
13322
13323         * README.in INSTALL.in HACKING README.cvs-commits: Updated.
13324
13325         * gtk/gtkenums.h (enum): Remove left over GtkMenuFactoryType.
13326         
13327 Mon Apr 16 14:38:41 2001  Owen Taylor  <otaylor@redhat.com>
13328
13329         * gtk/gtklist.c gtk/gtklistitem.c: Remove explicit pointer
13330         grabs, since they are no longer necessary.
13331
13332         * gtk/gtkcombo.c (gtk_combo_popup_button_press): Fix #52926
13333         by signal_connect() and call gtk_button_pressed() rather
13334         than signal_connect_after().
13335
13336         * tests/testgtk.c: Restore radio menu items to combos 
13337         since they'll look OK with Raleigh, and it is easier
13338         than finishing the process of removing them that was
13339         started earlier.
13340
13341 2001-04-16  Hans Breuer  <hans@breuer.org>
13342
13343         * gdk/gdk.def :
13344         * gtk/gtk.def : added all exports required to link PyGtk 0.7.1
13345
13346         * gdk/gdkfont.h : #define GDK_TYPE gdk_font_get_type ()
13347         we are interested in the functions return value not the function address
13348         * gdk/gdkvisual.h : same for GDK_TYPE_VISUAL
13349
13350         * gtk/makefile.msc.in : reflect movement of GDK_TYPEs from gtk to gdk
13351
13352 2001-04-14  Hans Breuer  <hans@breuer.org>
13353
13354         * gdk/gdk.def :
13355         * gdk/makefile.msc : updated
13356
13357         * gdk/win32/gdkdrawable.win32 (gdk_win32_draw_rectangle) : if modus is 
13358         "fill with tile" do so with new helper function gdk_win32_draw_tiles 
13359         (the testgtk::text backgound pixmap is drawn again)
13360         Changed SetTextAlign before pango_win32_render to TA_BASELINE to reflect 
13361         Win32 Pango change
13362         * gdk/win32/gdkprivate-win32.h : prototype for gdk_win32_draw_tiles
13363
13364         * gdk/win32/gdkproperty-win32.c : first implementation of gdk_setting_get
13365         Not sure if the returned settings have the right unit, because I couldn't
13366         find any docs for the X version ...
13367
13368         * gtk/gtk.def :
13369         * gtk/makefile.msc.in : updated
13370
13371 Thu Apr 12 17:41:17 2001  Owen Taylor  <otaylor@redhat.com>
13372
13373         * gtk-2.0.m4: Fix up to refer to GTK+, not to GLib; fix some
13374         wording problems. (Compared to version from Johannes Stezenbach to
13375         check correctness.)
13376
13377 Thu Apr 12 21:04:26 2001  Tim Janik  <timj@gtk.org>
13378
13379         * gtk/gtktreeview.c (_gtk_tree_view_column_start_drag): get
13380         this to compile.
13381
13382 2001-04-12  Anders Carlsson  <andersca@codefactory.se>
13383
13384         * gtk/gtkcellrenderertextpixbuf.c (gtk_cell_renderer_text_pixbuf_class_init): It's pixbuf_pos,
13385         not pixbufpos.
13386
13387         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render): Fix small typo.
13388
13389         * gtk/gtkcellrenderer.c (gtk_cell_renderer_get_property): xpad and ypad
13390         are unsigned insts, therefore use g_value_set_uint.
13391         (gtk_cell_renderer_set_property): Likewise, use g_value_get_uint.
13392
13393 Sun Apr  8 05:36:06 2001  Jonathan Blandford  <jrb@redhat.com>
13394
13395         * gtk/gtktextview.c (gtk_text_view_class_init): fix a fixme.
13396
13397         * gtk/gtkcellrendertoggle.c: change GTK_TYPE_POINTER to
13398         GTK_TYPE_STRING.
13399
13400         * gtk/gtktreeview.c: New functions to allow initial column
13401         dragging work.
13402
13403         * gtk/gtktreeviewcolumn.c: Initial column dragging support.
13404
13405         * tests/testtreefocus.c: give dave some love.
13406
13407         * tests/testtreesort.c: Modify test to check really long samples.
13408
13409 2001-04-11  Alexander Larsson  <alexl@redhat.com>
13410
13411         * gtk-2.0.m4: Pass pkg-config options
13412         before the other args so it works even if
13413         POSIXLY_CORRECT is set.
13414
13415 Mon Apr  9 19:02:07 2001  Tim Janik  <timj@gtk.org>
13416
13417         * configure.in (GTK_MICRO_VERSION): increment version to 1.3.4 (binary
13418         0, interface 0).
13419
13420 2001-04-04  Denis Oliver Kropp  <dok@convergence.de>
13421
13422         * gtk/gtkcalendar.c (gtk_calendar_button_press):
13423         check for action_func != NULL
13424
13425 2001-04-04  Sven Neumann  <sven@gimp.org>
13426
13427         * tests/testgtk.c (test_init): corrected path to gtk.immodules
13428
13429 Wed Apr  4 09:18:18 2001  Tim Janik  <timj@gtk.org>
13430
13431         * Released Gtk+-1.3.3.
13432
13433 Wed Apr  4 07:42:23 2001  Tim Janik  <timj@gtk.org>
13434
13435         * gdk/Makefile.am (EXTRA_DIST): add makeenums.pl to EXTRA_DIST.
13436
13437 Wed Apr  4 04:13:18 2001  Tim Janik  <timj@gtk.org>
13438
13439         * gtk/stock-icons/Makefile.am: stay in builddir and read/write
13440         files to/from source dir. (if we don't stay in builddir, we
13441         can't reach make-inline-pixbuf.
13442
13443         * gdk/Makefile.am (gdkenumtypes.c): add $(srcdir) to mekeenums.pl
13444         deps.
13445
13446         * configure.in (GTK_MICRO_VERSION): up and away (1.3.3 bin/interface
13447         ages 0).
13448
13449 Tue Apr  3 15:04:45 2001  Jonathan Blandford  <jrb@redhat.com>
13450
13451         * gtk/gtktreemodelsort.h:  removed set_sort_column, as it was
13452         moved to the GtkTreeSortable interface.
13453
13454         * gtk/gtktreeselection.c (gtk_tree_selection_selected_foreach):
13455         Make more efficient (fixes #50262).
13456
13457 Tue Apr  3 13:55:37 2001  Owen Taylor  <otaylor@redhat.com>
13458
13459         * NEWS: Updated.
13460
13461         * configure.in: Remove support for uninstalled glib.
13462
13463         * gtk/gtkdnd.c (gtk_drag_highlight_expose): Return FALSE as
13464         so as not to stop emission.
13465
13466         * gtk-config-2.0.in: Exit with an error message that gtk-config-2.0
13467         is no longer supported.
13468
13469         * Makefile.am gtk/Makefile.am tests/*: Moved all tests
13470         into tests, change build order to build modules before
13471         gtk/.
13472
13473         * modules/input/Makefile.am: Move gtk-query-immodules-2.0 invocation
13474         to here.
13475
13476 Tue Apr  3 13:52:57 2001  Tim Janik  <timj@gtk.org>
13477
13478         * gtk/gtkitemfactory.[hc]: changed gtk_item_factory_dump_items()
13479         and gtk_item_factory_dump_rc() GtkPatternSpec argument to
13480         GPatternSpec. this is actually unlikely to cause breakage in
13481         third-party apps since except for gle, pretty much ever caller
13482         passes NULL here.
13483
13484         * gtk/gtkbindings.[hc]: removed gtk_pattern_*() API.
13485
13486         * *.c: use g_pattern_*() API.
13487
13488         * docs/Changes-2.0.txt: GtkPatternSpec->GPatternSpec updates.
13489
13490         * gtk/gtkstyle.c (gtk_default_draw_resize_grip): assert unhandled
13491         directions aren't passed in.
13492
13493         * gtk/gtksettings.[hc] (_gtk_settings_parse_convert): export conversion
13494         functionality to be usable from gtkstyle.c as well, give precedence
13495         for conversion to user-supplied parsers.
13496         s/_gtk_rc_property_parser_for_type/_gtk_rc_property_parser_from_type/;
13497
13498         * gtk/gtkstyle.c (_gtk_style_peek_property_value): use
13499         _gtk_settings_parse_convert() for rcporperty value conversion.
13500
13501 2001-04-03  Alexander Larsson  <alexl@redhat.com>
13502
13503         * gdk/linux-fb/gdkevents-fb.c:
13504         Add empty gdk_setting_get().
13505
13506 Tue Apr  3 05:09:07 2001  Tim Janik  <timj@gtk.org>
13507
13508         * gtk/gtkmain.c (_gtk_boolean_handled_accumulator): use more elaborate
13509         variable names.
13510         
13511         * gtk/makeenums.pl: touch this so enum files get remade.
13512
13513 Mon Apr  2 19:36:57 2001  Jonathan Blandford  <jrb@redhat.com>
13514
13515         * gtk/gtktreestore.c (gtk_tree_store_init):  Bug fix to make trees
13516         work again when not sorted.
13517
13518         * gtk/gtktreeview.c (gtk_tree_view_class_init): Add "collapse_row"
13519         and "expand_row" signal, closing bug 52578.
13520
13521         * gtk/gtktreeview.c (gtk_tree_view_expand_row): Add signal
13522         support.
13523
13524         * gtk/gtktreeview.c (gtk_tree_view_collapse_row): Add signal
13525         support.
13526
13527 Mon Apr  2 18:18:07 2001  Owen Taylor  <otaylor@redhat.com>
13528
13529         * gdk/gdkevents.h: Add GdkEventSetting event for notification
13530         of changes to system settings, gdk_setting_get() to retrieve
13531         a single system setting.
13532
13533         * gdk/x11/gdkevents-x11.c: Bridge gdk_setting_get() and GdkEventSetting
13534         to the draft XSETTINGS mechanism.
13535
13536         * gdk/x11/xsettings-{common,client}.[ch]: Sample-implementation of
13537         XSETTINGS.
13538
13539         * gtk/gtkmain.c gtk/gtksettings.[ch]: Propagate notification
13540         of GDK settings changes to the GtkSettings object.
13541
13542         * gdk/gdkevents.[ch] gdk/gtk/gtksettings.c: Hook up the
13543         double-click-timeout property to GDK.
13544
13545         * gdk/gdkcolor.[ch] gdk/gdkvisual.h gdk/gdkevent.[ch] gdk/gdkfont.[ch]:
13546         Define GDK boxed types here.
13547
13548         * gdk/Makefile.am gdk/makeenums.pl: Generate source files
13549         gdk/gdkenumtypes.[ch] for enum definitions.
13550
13551         * gtk/gtkcompat.h: Add defines for GTK_TYPE_GDK_*
13552         * gtk/gtk-boxed.defs: Comment out GDK types
13553         * gtk/gtktypeutils.h: Remove GDK types
13554         * gtk/Makefile.am: No longer scan GDK headers for enumerataions
13555
13556 Mon Apr  2 16:41:08 2001  Owen Taylor  <otaylor@redhat.com>
13557
13558         * Applied patch from Ron Steinke to add signal accumulators
13559         so that signals with the convention 'TRUE return means
13560         handled' stop emission on a TRUE return.
13561
13562         * gtk/gtkmain.[ch]: Add private accumulator 
13563         _gtk_boolean_handled_accumulator, used throughout GTK+.
13564         
13565         * gtk/gtkspinbutton.c: Add accumulator for ::output.
13566
13567         * gtk/gtktipsquery.c: Add accumulator for ::widget_selected
13568         
13569         * gtk/gtkwidget.c: Add accumulators for event signals,
13570         ::drag_motion, ::drag_drop. Use _gtk_boolean_handled_accumator
13571         for ::mnemonic-activate.
13572
13573         * gtk/gtkwindow.c: Add accumulator for ::frame_event
13574
13575 Mon Apr  2 16:24:21 2001  Owen Taylor  <otaylor@redhat.com>
13576
13577         * gtk/gtkwidget.c: Add missing include.
13578
13579 Mon Apr  2 16:56:15 2001  Jonathan Blandford  <jrb@redhat.com>
13580
13581         * gtk/gtkmarshal.list (VOID:BOXED,BOXED,BOXED,BOXED): new
13582         marshaller.
13583
13584         * gtk/gtktreemodel.c (gtk_tree_model_range_changed): change
13585         "changed" signal to "range_changed".
13586
13587         * gtk/gtktreeview.c (gtk_tree_view_set_model): fix small bug where
13588         removing a tree from one model would remove all trees from that
13589         model.
13590         * gtk/gtktreeview.c (gtk_tree_view_range_changed): use range
13591         changed signal instead.
13592
13593 Mon Apr  2 16:13:58 2001  Owen Taylor  <otaylor@redhat.com>
13594
13595         * gtk/gtkinvisible.c (gtk_invisible_style_set): Avoid
13596         chaining up to parent impl, since we have a INPUT_ONLY
13597         window.
13598
13599         * gtk/gtkentry.[ch]: Add a cursor_color property to set the
13600         foreground color for the cursor.
13601
13602 Mon Apr  2 15:06:13 2001  Owen Taylor  <otaylor@redhat.com>
13603
13604         * gtk/gtkstyle.c (_gtk_style_peek_property_value): Reference 
13605         param spec when caching property values, since we unref it
13606         later when we free the style.
13607
13608         * gtk/gtkoptionmenu.c (gtk_option_menu_get_props): Dont' free
13609         values since they are retrieved with G_VALUE_NO_COPY_CONTENTS.
13610
13611 Mon Apr  2 10:47:57 2001  Owen Taylor  <otaylor@redhat.com>
13612
13613         * gtk/gtkwidget.c (gtk_widget_class_init): Fix 
13614         G_VALUE_NO_COPY_CONTENTS instead of G_SIGNAL_TYPE_STATIC_SCOPE
13615         stupidity.
13616
13617 Mon Apr  2 00:51:11 2001  Owen Taylor  <otaylor@redhat.com>
13618
13619         [ First pass at adding style properties. Still needs some definite
13620         fine-tuning. ]
13621
13622         * gtk/gtkbutton.c: Add ::default_spacing style property.
13623          
13624         * gtk/gtkcheckbutton.[ch] gtkradiobutton.c: Add ::indicator_size,
13625         ::indicator_spacing style properties.
13626
13627         * gtk/gtkoptionmenu.c: Add ::indicator_size, ::indicator_spacing
13628         style properties.
13629
13630         * gtk/gtk{,h,v}paned.[ch]: Make handle_size a style property
13631         rather than a normal property.
13632
13633         * gtk/gtkwidget.c: Add an ::interior_focus style property to
13634         draw focus inside buttons, in the Windows/Java Metal/etc. style.
13635
13636         * gtk/gtkbutton.c gtk/gtkcheckbutton.c gtk/gtktogglenbutton.c:
13637         Honor ::interior_focus.
13638         
13639         * gtk/gtkentry.c: Don't draw focus at all when ::interior_focus is 
13640         TRUE.
13641
13642         * gtk/gtkrange.[ch] gtk/gtk{h,v}scrollbar.c gtk/gtk{h,v}scale.c:
13643         Add ::slider_width, ::trough_border, ::stepper_size,
13644         ::stepper_spacing style properties.
13645
13646         * gtk/gtkscale.[ch] Add ::slider-length style property.
13647
13648 2001-04-02 Alexander Larsson   <alexl@redhat.com>
13649
13650         * gdk/linux-fb/gdkwindow-fb.c:
13651         Add gdk_window_begin_resize_drag and gdk_window_begin_move_drag. Remove some
13652         warnings that were spewed on startup.
13653
13654         * gtk/gtkwindow-decorate.c:
13655         gtk_window_reposition -> _gtk_window_reposition
13656
13657 Sun Apr  1 21:37:22 2001  Owen Taylor  <otaylor@redhat.com>
13658
13659         * gtk/gtkwidget.[ch] gtk/gtktypeutils.c gtk/gtk-boxed.defs:
13660         Add boxed type for GtkRequistion. Use it for ::size-request.
13661
13662         * gtk/gtkstyle.[ch] gtk/gtktypeutils.c gtk/gtk-boxed.defs:
13663         Add a new GtkBorder structure useful for geometry properties
13664         for widgets. Add corresponding GTK_TYPE_BORDER.
13665         
13666         * gtk/gtkwidget.c (gtk_widget_class_install_style_property):
13667         Support automatic parser selection like
13668         gtk_settings_install_property_parser().
13669
13670         * gtk/gtksettings.c (_gtk_rc_property_select_parser): Export
13671         functionality for use by gtk_widget_class_install_style_property.
13672         Support GTK_TYPE_BORDER, GTK_TYPE_REQUISITION.
13673
13674 Sun Apr  1 20:48:59 2001  Owen Taylor  <otaylor@redhat.com>
13675
13676         * gtk/gtkentry.c (gtk_entry_class_init): Make invisible-char
13677         g_param_spec_unichar(). 
13678
13679 Sun Apr  1 23:41:37 2001  Tim Janik  <timj@gtk.org>
13680
13681         * gdk/x11/gdkwindow-x11.c (gdk_window_focus): raise window for non
13682         _NET window managers.
13683
13684         * gtk/gtkmenufactory.[hc]: cvs removed those files now.
13685
13686 Sun Apr  1 08:00:13 2001  Tim Janik  <timj@gtk.org>
13687
13688         * gtk/gtkwidget.[hc]: got rid of gtk_widget_popup(), a function that
13689         bad needs to be nuked, not just deprecated.
13690
13691         * gtk/gtktooltips.c (gtk_tooltips_draw_tips): don't use 
13692         gtk_widget_popup().
13693
13694         * gtk/*.[hc]: s/activate_mnemonic/mnemonic_activate/g;
13695         
13696         * gtk/gtkmenufactory.[hc]: removed this long-standingly deprecated
13697         widget.
13698         
13699         * docs/Changes-2.0.txt: updates.
13700         
13701 Sun Apr  1 01:02:54 2001  Jonathan Blandford  <jrb@redhat.com>
13702
13703         * gtk/gtktreestore.c (gtk_tree_store_sort_iter_changed):
13704         for (i = 0; i < 100; i ++)
13705           g_print ("I will confirm it compile before committing\n");
13706
13707 Sun Apr  1 00:52:06 2001  Jonathan Blandford  <jrb@redhat.com>
13708
13709         * gtk/gtktreestore.c: Initial work on implementing the
13710         GtkTreeSortable interface.  Basicaly a big cut'n'paste job.
13711
13712 Sun Apr  1 03:28:14 2001  Tim Janik  <timj@gtk.org>
13713
13714         * gtk/gtkwidget.c: fixed a bunch of notifications, added
13715         reference counts around emissions where the widget is used afterwards.
13716         added freeze/thaws around multiple properties being notified.
13717         (_gtk_widget_get_aux_info): cleanups.
13718         
13719         * gtk/gtksettings.c (gtk_settings_install_property): provide
13720         default parsing functions for gdkcolor, enums and flags.
13721
13722         * gtk/gtkwindow.[hc]: partially reverted patch from havoc,
13723         applied by owen.
13724         backed out gtk_window_get_location(), gtk_window_set_location(),
13725         gtk_window_get_size() and gtk_window_set_size(), these
13726         have to be sorted out wrg x/y/width/height/default_with/default_height
13727         properties.
13728         kept a flag in GtkWindowGeometryInfo to handle user
13729         resetting default sizes.
13730         cleaned up ZVT comments.
13731         bunch of assorted bug fixes, notification fixes.
13732         (_gtk_window_reposition): make this a really internal function.
13733         
13734         * gtk/testgtk.c: fixups.
13735         
13736 2001-03-31  Hans Breuer  <hans@breuer.org>
13737
13738         * config.h.win32.in : disable USE_MMX for msvc build cause
13739         the assembler doesn't fit and is out of my scope. Disable
13740         USE_GMODULE for msvc build as wel. The right way to share
13741         binaries on win32 would be to use libtiff.dll etc. To reduce
13742         installation hassles IMO it's better to include all fileformats
13743         builtin to gdk-pixbuf
13744
13745         * gdk-pixbuf/makefile.msc : new file
13746
13747         * gdk/gdk.def : updated
13748
13749         * gdk/win32/gdkevents-win32.c : don't erase the background if
13750         .no_bg is set. It improves the scrolling (e.g. of testgtk main
13751         buttons
13752         * gdk/win32/gdkgeometry-win32.c : added comment about the above
13753
13754         * gdk/win32/gdkwindow-win32.c : added three new functions like
13755         the X version. Only one is implemented, because the other two
13756         "gdk_window_begin_(resize|move)_drag" got no docs and appear to
13757         be default behaviour on win32 anyway ...
13758
13759         * gtk/gtk.def : updated
13760
13761         * gtk/makefile.msc.in : update for new files, use glib-genmarshal
13762         from where it was built and add an additional rule to automagically
13763         build gtkmarshal.[hc]
13764
13765         * gtk/gtkfilesel.c (open_new_dir) : don't increase n_entries
13766         before array access for the current entry isn't finished
13767
13768         * gtk/gtktreeitem.c (gtk_tree_item_subtree_button_click) :
13769         use g_return_val_if_fail
13770
13771         * gtk/testgtk.c (window_controls) : don't use the *wrong* size
13772         for the static array, but let the compiler calculate it. It
13773         makes me wonder if gcc isn't capable to catch bugs like this ...
13774
13775 2001-03-31  James Henstridge  <james@daa.com.au>
13776
13777         * gtk/gtkwidget.c (gtk_widget_size_adjust): fix use of magic
13778         constant "-1" in the aux info structure.
13779
13780 2001-03-30  Alexander Larsson  <alexl@redhat.com>
13781
13782         * gtk/gtkbutton.c (gtk_button_get_property):
13783         * gtk/gtklabel.c:
13784         Remove leaks.
13785         
13786         * gtk/gtkcontainer.c:
13787         * gtk/gtkhscale.c:
13788         * gtk/gtkhscrollbar.c:
13789         * gtk/gtklayout.c:
13790         * gtk/gtkmisc.c:
13791         * gtk/gtkprogress.c:
13792         * gtk/gtkprogressbar.c:
13793         * gtk/gtkrange.c:
13794         * gtk/gtktable.c:
13795         * gtk/gtkviewport.c:
13796         * gtk/gtkvscale.c:
13797         * gtk/gtkvscrollbar.c:
13798         * gtk/gtkwidget.c:
13799         Property patches, based on patches from John Margaglione and Lee Mallabone.
13800
13801 Thu Mar 29 21:20:38 2001  Mike Kestner  <mkestner@ameritech.net>
13802
13803         * gtk/gtkspinbutton.c : added value_changed signal which proxies for the
13804         adjustment. Cleaned redundant preconditions (spin != NULL). Added
13805         inline API function docs.
13806         (gtk_spin_button_new_with_range): New convenience constructor.
13807         (gtk_spin_button_set_increments): New adjustment helper.
13808         (gtk_spin_button_set_range): New adjustment helper.
13809
13810         * gtk/testgtk.c : added test of the new convenince constructor and
13811         value_changed signals.
13812
13813 Thu Mar 29 20:20:38 2001  Jonathan Blandford  <jrb@redhat.com>
13814
13815         * gtk/gtktreemodel.c (gtk_tree_row_ref_reordered_callback): Now we
13816         listen to the reorder signal.
13817
13818 Wed Mar 28 20:30:26 2001  Owen Taylor  <otaylor@redhat.com>
13819
13820         * gtk/gtkwidget.[ch] (_gtk_widget_get_aux_info): Add private function
13821         to get the aux info structure fo the widget.
13822
13823         * gtk/gtklabel.c gtk/gtkscrolledwindow.c gtk/gtkwindow.c: Use
13824         above function.
13825
13826         [ Patch from  Havoc Pennington  <hp@redhat.com> ]
13827
13828         * gdk/x11/gdkwindow-x11.c (gdk_window_get_frame_extents): function
13829         to get the size of the window manager frame, basically the same
13830         code that gdk_window_get_root_origin() had
13831         (gdk_window_get_root_origin): use gdk_window_get_frame_extents()
13832
13833         * gtk/gtkwindow.c (gtk_window_set_default_size): use
13834         gdk_window_resize() if the window is realized and resizeable
13835
13836         * gdk/x11/gdkwindow-x11.c (gdk_window_set_geometry_hints): fix
13837         typo so that setting gravity works
13838
13839         * gtk/gtkwindow.c (gtk_window_move_resize): don't ever use
13840         allocation if auto_shrink is on, even if the default size
13841         has not changed.
13842
13843         * gtk/gtkwidget.c (gtk_widget_render_icon): remove bogus
13844         g_return_if_fail
13845
13846 Thu Mar 29 16:29:12 2001  Jonathan Blandford  <jrb@redhat.com>
13847
13848         * gtk/gtkliststore.c (gtk_list_store_iter_changed): Massive
13849         reordering/sorting work.  Now pretty much works.
13850
13851         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): Lots of work to make
13852         reorder mostly work.  Still need to get the parity correct.
13853
13854         * gtk/gtktreeviewcolumn.c: Listen for "model" property changed
13855         signal, so I can listen for the sort_column_changed signal so I
13856         can change my "sort_indicator" property.  Cool.
13857
13858 Wed Mar 28 00:03:10 2001  Owen Taylor  <otaylor@redhat.com>
13859
13860         [ Patch from Havoc Pennington, hp@redhat.com ]
13861
13862         * gdk/gdkwindow.h gdk/x11/gdkwindow-x11.c:
13863         Add functions gdk_window_begin_resize_drag/begin_move_drag
13864         to start resizing or moving a toplevel window. This
13865         is done either using the _NET_WM_MOVERESIZE protocol,
13866         or, if that isn't present, by emulation.
13867
13868         * gtk/gtkwindow.[ch]: Add functions gtk_begin_move/resize_drag
13869         to export the above to GTK+-land.
13870
13871         * gtk/gtkstyle.[ch]: Add ->draw_resize_grip() paint func.
13872         
13873         * gtk/gtkwindow.c gdk/gdkwindow.[ch] (gdk_window_constrain_size):
13874         Move this function into gdkwindow, since we need it
13875         when implementing fallback resizing.
13876
13877         * gdk/x11/gdkwindow-x11.c: gdk_window_set_geometry_hints.
13878         Fix typo when setting gravity.
13879
13880         * gtk/gtkstatusbar.[ch] (gtk_statusbar_set_has_resize_grip):
13881         Add an optional (but on by default) resize grip for resizing 
13882         the parent window.
13883
13884 01-03-29  Alexander Larsson  <alexl@redhat.com>
13885
13886         * gtk/gtktooltips.c (gtk_tooltips_event_handler):
13887         Don't return TRUE from the event handler, that blocks all
13888         event signals on the tooltip widget. Now you can press buttons
13889         in toolbars again.
13890
13891 Wed Mar 28 19:20:43 2001  Owen Taylor  <otaylor@redhat.com>
13892
13893         * gtk/testtext.c (create_buffer): Add missing NULL on
13894         valist.
13895
13896         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_class_init): Fix
13897         c-n-p problem with INCONSISTENT property.
13898
13899         [ Patch from Havoc Pennington  <hp@redhat.com> ]
13900
13901         * gtk/gtkentry.h (struct _GtkEntryClass): add same populate_popup
13902         hook.
13903
13904         * gtk/gtktextview.h (struct _GtkTextViewClass): add populate_popup
13905         signal as a hook for extending the default popup menu
13906
13907         * gtk/gtkimmulticontext.c (gtk_im_multicontext_append_menuitems):
13908         use radio menu items for the input method menuitems
13909
13910         * gtk/gtkimcontextsimple.c (check_hex): do better validation of 
13911         inserted unicode from Ctrl-Shift-hex input method
13912
13913         * gtk/gtktextbtree.c (_gtk_text_btree_insert): remove utf8
13914         validatation here, already done at GtkTextBuffer level.
13915
13916         * gtk/gtkwidget.c (gtk_widget_class_init): add binding set, add
13917         popup_menu run action signal and Shift+F10 and Menu keybindings.
13918
13919         * gtk/gtkentry.c: implement a default handler for popup_menu
13920
13921         * gtk/gtktextview.c: implement a default handler for popup_menu
13922
13923         * gtk/gtkmenu.c (gtk_menu_popup): select first item if popup is
13924         from a key event
13925         
13926         * gtk/gtklabel.c: remove "trailer" cruft
13927
13928 Wed Mar 28 17:27:12 2001  Jonathan Blandford  <jrb@redhat.com>
13929
13930         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): new function to
13931         handle reordering of trees.  Seems to mostly work w/ the exception
13932         of the parity flag.
13933
13934         * gtk/gtktreeview.c (gtk_tree_view_reordered): handle "reordered"
13935         signal.
13936
13937 Wed Mar 28 21:12:37 2001  Tim Janik  <timj@gtk.org>
13938
13939         * gtk/gtkwidget.h: c++ fixes.
13940
13941 Sun Mar 25 15:51:28 2001  Owen Taylor  <otaylor@redhat.com>
13942
13943         * gtk/gtksettings.c (gtk_settings_init): Fix use of uninitialized
13944         memory.
13945
13946 Tue Mar 27 22:36:07 2001  Owen Taylor  <otaylor@redhat.com>
13947
13948         * gtk/gtkwidget.h gtk/gtkrange.h: Apply patch from 
13949         Nils Barth fixing event return values. (#51041)
13950
13951         * gtk/gtkwidget.c: Fix some return values for default
13952         functions.
13953
13954         * gtk/gtk[vh]scrollbar.c gtk/gtk[vh]range.c: Fix
13955         return values for trough_keys functions.
13956
13957         * gtk/gtkwidget.h (struct _GtkWidgetClass): Fix return
13958         value for add_accelerator (shoudl have been a void
13959         return.)
13960
13961         * gtk/gtkcellrenderer.[ch]: gtkcellrenderertoggle.h:
13962         Fix return type of EVENT.
13963
13964         * gtk/gtkmarshal.list gtk/gtktexttag.c: Make EVENT
13965         signal return a boolean.
13966
13967 Tue Mar 27 22:07:44 2001  Jonathan Blandford  <jrb@redhat.com>
13968
13969         * gtk/gtkliststore.c (gtk_list_store_sort): Fix arguments to
13970         reordered signal.
13971
13972         * tests/testtreesort.c (main): fix spelling.
13973
13974 Tue Mar 27 20:55:29 2001  Jonathan Blandford  <jrb@redhat.com>
13975
13976         * gtk/gtkliststore.c: More work on implementing sortable
13977         interface.
13978
13979 Mon Mar 26 15:48:45 2001  Owen Taylor  <otaylor@redhat.com>
13980
13981         * gtk/gtkwindow.c (gtk_window_list_toplevels): Don't
13982         reference the widgets in the resulting list. (#11821)
13983         This makes this consistent with gtk_container_children.
13984
13985         * gtk/gtkwindow.c gtk/gtkwidget.c: Fix up the two
13986         uses of gtk_window_list_toplevels.
13987
13988 Mon Mar 26 15:26:17 2001  Owen Taylor  <otaylor@redhat.com>
13989
13990         * gtk/gtkimcontext.c (gtk_im_context_set_use_preedit): Add
13991         a virtual function to set whether the IM context should use 
13992         the preedit string. (#51922)
13993         
13994 Mon Mar 26 14:42:59 2001  Owen Taylor  <otaylor@redhat.com>
13995
13996         * gdk/gdkpango.h: Remove stale FIXME comment.
13997
13998 2001-03-26  Alexander Larsson  <alla@lysator.liu.se>
13999
14000         * gtk/gtkfilesel.c (gtk_file_selection_get_filename):
14001         Fixed bug that returned NULL if a filename was selected.
14002
14003 2001-03-24  Havoc Pennington  <hp@pobox.com>
14004
14005         * gtk/gtkthemes.c (gtk_theme_engine_load): improve error message
14006         to contain the word "theme"
14007
14008 2001-03-24  Havoc Pennington  <hp@pobox.com>
14009
14010         * gtk/gtkhsv.c (gtk_hsv_move): make motion around the ring much
14011         slower but finer-grained
14012         (gtk_hsv_focus): get initial focus on the ring or triangle 
14013         according to tab direction
14014
14015         * gtk/testgtk.c (main): get rid of weird sleep(1) on exit
14016
14017 2001-03-23  Havoc Pennington  <hp@pobox.com>
14018
14019         * gtk/gtkhsv.c: make this somewhat key-navigable
14020
14021         * gtk/gtkfontsel.c: mnemonics
14022
14023         * gtk/gtkgamma.c: mnemonics
14024
14025         * gtk/gtkcolorsel.c: add mnemonics to labels
14026
14027 2001-03-22  Havoc Pennington  <hp@pobox.com>
14028
14029         Applied big patch from Seth Lytle to fix event handler return
14030         values, slightly modified.
14031
14032         * gtk/gtkcalendar.c (gtk_calendar_button_press): return TRUE if
14033         handled.
14034         (gtk_calendar_key_press): return TRUE for GDK_space triggers
14035         select_day
14036
14037         * gtk/gtkclist.c (gtk_clist_button_press): return TRUE if handled
14038         (gtk_clist_button_release): return TRUE if handled
14039
14040         * gtk/gtkcolorsel.c (mouse_release):
14041         (palette_activate): 
14042         (palette_press): 
14043         (palette_new): 
14044         (mouse_press): 
14045         (get_screen_color): 
14046         fixed return type (void to gboolean), return TRUE,
14047         added GTK_SIGNAL_FUNC cast
14048
14049         * gtk/gtkcombo.c (gtk_combo_popup_button_press): fixed return type
14050         (void to gboolean), and return TRUE
14051         (gtk_combo_button_release): changed return value to TRUE after
14052         gtk_grab_add on combo->popwin
14053
14054         * gtk/gtkctree.c (gtk_ctree_button_press): return TRUE if triggers a
14055         collapse or expand
14056
14057         * gtk/gtkcurve.c (gtk_curve_graph_events): return TRUE for
14058         button/motion
14059
14060         * gtk/gtkdnd.c (gtk_drag_source_event_cb): return TRUE for button
14061         press/release and motion that trigger act
14062
14063         * gtk/gtkentry.c (gtk_entry_button_release): return TRUE
14064
14065         * gtk/gtkfontsel.c (gtk_font_selection_size_key_press): return TRUE
14066         for GDK_Return
14067         
14068         * gtk/gtklist.c (gtk_list_button_press): return TRUE mostly
14069         (gtk_list_button_release): return TRUE if selection
14070
14071         * gtk/gtklistitem.c (gtk_list_item_button_press): return TRUE on
14072         press
14073
14074         * gtk/gtkmenushell.c (gtk_menu_shell_button_press):
14075         (gtk_menu_shell_button_release): chain parent_menu_shell retval
14076
14077         * gtk/gtknotebook.c (gtk_notebook_button_press): return FALSE if
14078         nothing triggered
14079         (gtk_notebook_button_release): return TRUE if we do anything
14080
14081         * gtk/gtkspinbutton.c (gtk_spin_button_button_press): 
14082         (gtk_spin_button_button_release): return TRUE or chained retval
14083
14084         * gtk/gtktext.c (gtk_text_button_press): 
14085         (gtk_text_button_release): return TRUE
14086         (gtk_text_key_press): remove redundant retval code
14087         
14088         * gtk/gtktreeitem.c (gtk_tree_item_button_press): return TRUE if button
14089         and sensitive
14090         (gtk_tree_item_subtree_button_click): changed type to gint, and return
14091         TRUE if sensitive
14092
14093         * gtk/gtktooltips.c (gtk_tooltips_event_handler): deactivate implies 
14094         return TRUE
14095
14096 2001-03-23  Havoc Pennington  <hp@redhat.com>
14097
14098         * gtk/testgtk.c: fix warnings
14099
14100         * gtk/gtktoolbar.c (gtk_toolbar_insert_element): fix return value
14101
14102         * gtk/gtktextview.c: fix warnings
14103
14104         * gtk/gtktext.c (find_cursor_at_line): fix warning
14105
14106         * gtk/gtkselection.c (gtk_selection_notify): fix warning 
14107
14108         * gtk/gtkitemfactory.c (gtk_item_factory_menu_pos): fix signature
14109         of this function
14110
14111         * gtk/gtkimmulticontext.c (gtk_im_multicontext_append_menuitems):
14112         fix warning
14113
14114         * gtk/gtkhandlebox.c (gtk_handle_box_style_set): fix warning
14115
14116         * gtk/gtkfontsel.c: fix warning
14117
14118         * gtk/gtkcolorsel.c: fix warnings
14119
14120 2001-03-23  Havoc Pennington  <hp@redhat.com>
14121
14122         * gtk/gtkhandlebox.c: Apply property patch from Lee Mallabone
14123
14124         * gtk/gtkbox.c: Apply property patch from Lee Mallabone
14125
14126         * gtk/gtkcheckmenuitem.c: Apply property patch from Lee Mallabone,
14127         and deprecated gtk_check_menu_item_set_show_toggle().
14128         
14129         * gtk/gtkbutton.c: Apply property patch from Lee Mallabone
14130
14131         * gtk/gtkfilesel.c: Apply property patch from Lee Mallabone
14132
14133         * gtk/gtkframe.c: Apply property patch from Lee Mallabone
14134
14135 2001-03-23  Havoc Pennington  <hp@redhat.com>
14136
14137         * gtk/gtktoolbar.c, gtk/gtkimcontext.c, gtk/gtklabel.c: fix up
14138         some docs
14139
14140 Fri Mar 23 16:13:43 2001  Jonathan Blandford  <jrb@redhat.com>
14141
14142         * gtk/gtktreeviewcolumn.h (GtkCellDataFunc): Forgot to namespace
14143         this.
14144
14145         * gtk/gtktreestore.c (gtk_tree_store_set_value): change from
14146         set_cell to set_value
14147
14148         * gtk/gtkliststore.c (gtk_list_store_set_value): change from
14149         set_cell to set_value
14150
14151 Thu Mar 22 19:27:34 2001  Jonathan Blandford  <jrb@redhat.com>
14152
14153         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
14154         fix braino.
14155         * gtk/gtktreesortable.[ch]: New interface to add cleanup sortable
14156         support.
14157
14158         * gtk/gtktreeview.c: Addition of initial sortable support.
14159
14160         * gtk/gtktreestore.c: Addition of initial sortable support.
14161
14162         * gtk/gtkliststore.c: Addition of initial sortable support.
14163
14164         * gtk/gtkmarshal.list: yet another marshaller.
14165
14166         * gtk/gtktreedatallist.[ch]: shared code between the store models
14167         for handling sorting headers.
14168
14169 2001-03-22  Havoc Pennington  <hp@redhat.com>
14170
14171         * gtk/gtkcontainer.c (gtk_container_set_focus_chain): 
14172         (gtk_container_unset_focus_chain): Add ability to override the 
14173         focus chain for a container explicitly
14174
14175 Thu Mar 22 13:01:44 2001  Tim Janik  <timj@gtk.org>
14176
14177         * gtk/gtklabel.[hc]: some cleanups, fixed mnemonic_widget handling,
14178         added PROP_MNEMONIC_WIDGET.
14179
14180         * gtk/gtkwindow.c (gtk_window_activate_mnemonic): 
14181         (gtk_window_remove_mnemonic): 
14182         (gtk_window_add_mnemonic): fixed assertions.
14183         (gtk_window_activate_mnemonic): constrain modifier checks to those
14184         permitted by gtk_accelerator_get_default_mod_mask().
14185         got rid of gtk_window_get_default_accel_group().
14186
14187         * gtk/gtkwidget.c (gtk_widget_real_activate_mnemonic): handle non
14188         activatable widgets either by focussing or a warning.
14189         added a signal accumulator to ::activate_mnemonic which stops the
14190         emission once a handler returned TRUE.
14191
14192 2001-03-22  Havoc Pennington  <hp@pobox.com>
14193
14194         * gtk/gtktoolbar.c (gtk_toolbar_insert_stock): handle mnemonics in
14195         the stock item label
14196
14197         * gtk/gtklabel.c: s/@gtk_func/gtk_func()/ in docs
14198
14199         * gtk/gtkstock.c (builtin_items): add mnemonics where missing
14200
14201         * demos/gtk-demo/*.c: Add mnemonics all over the place
14202
14203         * gtk/gtklabel.h: mark parse_uline deprecated
14204
14205 2001-03-21  Alexander Larsson  <alexl@redhat.com>
14206
14207         * gtk/gtkitemfactory.[ch]:
14208         Add support for stock and normal imagemenuitems.
14209         
14210         * gtk/testgtk.c:
14211         Add some tests for mnemonics, stock toolbars, stock
14212         and image menuitems in itemfactory and gdk_window_scroll.
14213
14214 2001-03-21  Alexander Larsson  <alexl@redhat.com>
14215
14216         * gtk/gtkbutton.[ch]:
14217         * gtk/gtkdialog.c:
14218         Renamed gtk_button_new_stock() to gtk_button_new_from_stock() and
14219         removed accel_group argument. Renamed gtk_button_new_accel() to
14220         gtk_button_new_with_mnemonic() and removed accel_group argument.
14221
14222         * gtk/gtkcheckbutton.[ch]:
14223         New function gtk_check_button_new_with_mnemonic().
14224
14225         * gtk/gtkentry.c:
14226         Override activate_mnemonic and just grab focus.
14227
14228         * gtk/gtkitemfactory.c:
14229         Don't add menu uline accel group, instead use mnemonics support.
14230
14231         * gtk/gtklabel.[ch]:
14232         New support for mnemonics.
14233
14234         * gtk/gtkmarshal.list:
14235         Needed BOOLEAN:BOOLEAN for activate_mnemonic.
14236
14237         * gtk/gtkmenu.[c]:
14238         * gtkmenushell.c:
14239         Use mnemonics instead of accel groups for uline
14240         support in menu items.
14241         Removed gtk_menu_get_uline_accel_group() and
14242         gtk_menu_ensure_uline_accel_group().
14243
14244         * gtk/gtkmenuitem.c:
14245         Override activate_mnemonic to handle switching between
14246         menu items if there are collisions.
14247         
14248         * gtk/gtknotebook.c:
14249         Connect to activate_mnemonic on the tab_label, so that
14250         activating it switches to that notebook page.
14251
14252         * gtk/gtkwidget.[ch]:
14253         Add activate_mnemonic signal. New function
14254         gtk_widget_activate_mnemonic() to emit it.
14255         Default implementation does activate/grab_focus.
14256
14257         * gtk/gtkwindow.[ch]:
14258         Add support for mnemonics in windows.
14259         New functions:
14260         gtk_window_add_mnemonic, gtk_window_remove_mnemonic,
14261         gtk_window_activate_mnemonic, gtk_window_set_mnemonic_modifier
14262
14263         * gtk/testgtk.c:
14264         Update to function name changes.
14265         
14266 2001-03-21  Alexander Larsson  <alexl@redhat.com>
14267
14268         * gtk/gtkimagemenuitem.[c]:
14269         Add gtk_image_menu_item_new_from_stock()
14270
14271 Tue Mar 20 15:00:43 2001  Jonathan Blandford  <jrb@redhat.com>
14272
14273         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
14274         Fix buglet in meeting.
14275
14276 2001-03-19  Havoc Pennington  <hp@redhat.com>
14277
14278         * gtk/gtkiconfactory.c: Make GtkIconSource an opaque datatype, and
14279         add a bunch of accessor functions. This is because we have
14280         reasonable expectations of extending what fields it contains in
14281         the future.
14282
14283         * gtk/gtkstyle.c (gtk_default_render_icon): adapt to icon source
14284         changes
14285
14286         * gtk/gtkrc.c (gtk_rc_parse_icon_source): fix to use new
14287         GtkIconSource   
14288
14289 Mon Mar 19 15:53:36 2001  Owen Taylor  <otaylor@redhat.com>
14290
14291         * gtk/gtkitemfactory.c gtk/testgtk.c: Handle quoting of / with \; properly
14292         handle __ in paths, quote " and \n in gtk_item_factory_dump_items().
14293
14294         * gtk/gtkadjustment.[ch] gtk/gtkclist.c gtk/gtkhruler.c gtk/gtklayout.c 
14295           gtk/gtklist.c gtk/gtkprogress.[ch] gtk/gtkprogressbar.[ch] gtk/gtkrange.[ch]
14296           gtk/gtkruler.[ch] gtk/gtkscale.c gtk/gtkscrolledwindow.c gtk/gtkspinbutton.[ch]
14297           gtk/gtktext.c gtk/gtktextview.c gtk/gtkvruler.c gtk/testgtk.c:
14298         Change float to double everywhere with the exception of 0<->1.0 alignment
14299         and GtkCurve.
14300
14301 2001-03-19  Tor Lillqvist  <tml@iki.fi>
14302
14303         * gdk/win32/gdkdrawable-win32.c
14304         * gdk/win32/gdkimage-win32.c: Use correct casts in debugging
14305         output.
14306
14307         * demos/testpixbuf-drawable.c: If GDK_WINDOWING_WIN32, include
14308         gdkwin32.h.
14309
14310 2001-03-18  Tor Lillqvist  <tml@iki.fi>
14311
14312         * gdk/win32/gdkevents-win32.c (print_window_state): New function.
14313         print_event_state, print_event): Use preprocessor macro to make
14314         code more compact. Print also GDK_WINDOW_STATE events.
14315         (synthesize_crossing_events): Remove the old #ifdeffed-out code.
14316         
14317         * gtk/gtk.def
14318         * gtk/makefile.mingw.in: Update.
14319
14320         * gtk/gtkmain.h: Check for G_PLATFORM_WIN32, not only G_OS_WIN32,
14321         to catch also Cygwin.
14322
14323 Sun Mar 18 01:15:30 2001  Tim Janik  <timj@gtk.org>
14324
14325         * gtk/gtkspinbutton.[hc]: added rc-style argument
14326         GtkSpinButton::shadow_type.
14327         removed spin_button->shadow_type, gtk_spin_button_set_shadow_type()
14328         and ARG_SHADOW_TYPE as it doesn' make much sense to try to override
14329         rc-style settings.
14330
14331         * gtk/gtkfixed.c: removed gtk_fixed_paint() (was unused).
14332
14333         * gtk/gtkwidget.c: quark cleanups.
14334
14335         * gtk/gtkrc.[hc]: added gtk_rc_scanner_new() to create an rc-file
14336         scanner with appropriate configuration, renamed GtkRcStyleClass.clone
14337         to create_rc_style() (we don't do cloning in standard OO sense).
14338         added per rc style properties.
14339         
14340         * gtk/gtkstyle.[hc]: added code to retrive pspec conformant rc-style
14341         property values and for caching those. some cleanups.
14342         
14343         * gtk/Makefile.am: -DG_DISABLE_CONST_RETURNS.
14344         
14345         * gtk/gtksettings.[hc]: new file for global rc-file properties
14346         (at least currently, should get extended to support X properties
14347         and other communication mechanisms).
14348         
14349         * gtk/gtkwidget.[hc]: added style property support:
14350         (gtk_widget_class_install_style_property_parser): install style
14351         property pspec with parser function for rc-file values other
14352         than LONG, DOUBLE or STRING.
14353         (gtk_widget_class_install_style_property): same as above without
14354         parser (parsers are going to be needed quite infrequently).
14355         (gtk_widget_style_get_property): retrive style property value.
14356         (gtk_widget_style_get_valist): same as above with varargs support,
14357         has NOCOPY semantics.
14358         (gtk_widget_style_get): wrapper around gtk_widget_style_get_valist().
14359
14360 Fri Mar 16 18:24:53 2001  Jonathan Blandford  <jrb@redhat.com>
14361
14362         * demos/gtk-demo/main.c (row_activated_cb): modified to use
14363         "row_activated" signal.
14364
14365         * gtk/gtktreeview.c (gtk_tree_view_row_activated): oh, the
14366         stupidity.  Lets actually pass in the row with this signal...
14367
14368 Fri Mar 16 18:01:17 2001  Jonathan Blandford  <jrb@redhat.com>
14369
14370         * gtk/gtktreeviewcolumn.[ch]: s/GTK_TREE_COLUMN/GTK_TREE_VIEW_COLUMN
14371
14372         * gtk/gtktreeview.c (gtk_tree_view_row_activated): New signal.
14373
14374         * gtk/gtktreeview.c (gtk_tree_view_destroy): moved pretty much
14375         everything into the ::destroy function, and freed a lot more.
14376
14377 2001-03-16  Havoc Pennington  <hp@redhat.com>
14378
14379         * gtk/gtkwidget.h (struct _GtkWidgetAuxInfo): change to use gint
14380         instead of gint16, to avoid overflow issues, since sizes > 16-bit
14381         are now allowed.
14382
14383 2001-03-16  Havoc Pennington  <hp@redhat.com>
14384
14385         * Applied patch from Nils Barth (bug # 51041) to 
14386         replace "gint" with "gboolean" and 0/1 with TRUE/FALSE
14387         in various places.
14388
14389 2001-03-15  Havoc Pennington  <hp@redhat.com>
14390         
14391         * gtk/gtktextbuffer.c (gtk_text_buffer_create_tag): add varargs 
14392         for properties to set on the tag.
14393
14394         * gtk/testtext.c: fixups to reflect create_tag change
14395         
14396         * gtk/gtktexttag.c (gtk_text_tag_set_property):
14397         background/foreground stipple are objects, not boxed.
14398
14399         * demos/gtk-demo/textview.c: intellihancing
14400
14401 Fri Mar 16 11:38:42 2001  Jonathan Blandford  <jrb@redhat.com>
14402
14403         * gtk/gtktreeview.c (gtk_tree_view_set_model): Fixed some
14404         braindeadness spotted by Jamie Strachan <frostfreek@yahoo.com>.
14405
14406 2001-03-16  Alexander Larsson  <alexl@redhat.com>
14407
14408         * gdk/x11/gdkgeometry-x11.c (_gdk_window_process_expose):
14409         Fix sign error with queued region translations.
14410
14411 2001-03-15  HideToshi Tajima  <tajima@happy>
14412
14413         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_set_cursor_location): 
14414         * gtk/gtkimmulticontext.c (gtk_im_multicontext_set_cursor_location):
14415         * gtk/gtkentry.c (update_im_cursor_location): 
14416         * gtk/gtkimcontext.c (gtk_im_context_set_cursor_location):
14417         * gtk/gtkimcontext.h (struct _GtkIMContextClass): rename
14418         set_cursor_pos to set_cursor_location in GtkInputContext class
14419
14420 Thu Mar 15 18:22:44 2001  Jonathan Blandford  <jrb@redhat.com>
14421
14422         * gtk/gtkcellrenderer.h: Changed prototype to allow for getting
14423         the location of the cell relative to its area.
14424         * gtk/gtkcell*: modified for above change
14425         * gtk/gtktreeview.c: modified for above change.
14426
14427 Wed Mar 14 13:58:32 2001  Jonathan Blandford  <jrb@redhat.com>
14428
14429         * gtk/gtktreeview.c (gtk_tree_view_set_model): Ref the model.
14430          (gtk_tree_view_finalize): actually unref the model.  Thanks to
14431         Jamie Strachan <frostfreek@yahoo.com> for noticing this error.
14432
14433 2001-03-14  Havoc Pennington  <hp@redhat.com>
14434
14435         * gtk/gtkdata.h, gtk/gtkdata.c: Delete.
14436         
14437         * gtk/gtk.h: remove gtkdata.h
14438
14439         * gtk/Makefile.am: remove gtkdata
14440         
14441         * gtk/gtktext.c (gtk_text_set_adjustments): connect to "destroy"
14442         not "disconnect" on the adjustments.
14443         
14444         * gtk/gtktooltips.h, gtk/gtktooltips.c: derive from GtkObject not
14445         GtkData
14446
14447         * gtk/gtkadjustment.h, gtk/gtkadjustment.c: derive from GtkObject
14448         not GtkData
14449
14450         * configure.in: handle case where X render exists, but Pango lacks
14451         Xft support.
14452
14453 2001-03-15 Alexander Larsson  <alexl@redhat.com>
14454
14455         * gtk/gtktoolbar.[ch]:
14456         New functions gtk_toolbar_set_icon_size and gtk_toolbar_insert_stock
14457         to add stock items to toolbars.
14458
14459         * gtk/Makefile.am:
14460         Remove ../gdk/gdkim.h from gdk_headers.
14461
14462 2001-03-15  Sven Neumann  <sven@gimp.org>
14463
14464         * gdk/gdkim.h: removed
14465         
14466         * gdk/gdkprivate.h
14467         * gdk/x11/gdkim-x11.c: do not include gdkim.h 
14468
14469 2001-03-14  HideToshi Tajima  <tajima@happy.sunsoft.eng.sun.com>
14470
14471         * gtk/gtkimmulticontext.c (gtk_im_multicontext_set_cursor_pos):
14472         * gtk/gtkimcontext.c (gtk_im_context_set_cursor_pos):
14473         * gtk/gtkimcontext.h (struct _GtkIMContextClass): add
14474         set_cursor_pos() virtual method
14475
14476         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_class_init):
14477         (gtk_im_context_xim_set_cursor_pos): add implementation for
14478         set_cursor_pos() method
14479
14480         * gtk/gtkentry.c (recompute_idle_func): set current cursor
14481         position to input methods
14482
14483 Mon Mar 12 21:02:08 2001  Jonathan Blandford  <jrb@redhat.com>
14484
14485         * gtk/gtktreeview.c (gtk_tree_view_header_focus): Fix up focus
14486         code a lot.
14487
14488         * gtk/gtktreedatalist.c (_gtk_tree_data_list_free): use
14489         g_mem_chunk.
14490         (_gtk_tree_data_list_alloc): use g_mem_chunk.
14491         (_gtk_tree_data_list_node_to_value): Fix to switch on
14492         G_TYPE_FUNDAMENTAL.
14493         (_gtk_tree_data_list_value_to_node): Fix to switch on
14494         G_TYPE_FUNDAMENTAL.
14495         (_gtk_tree_data_list_node_copy): Fix to switch on
14496         G_TYPE_FUNDAMENTAL.
14497
14498 2001-03-12  Havoc Pennington  <hp@redhat.com>
14499
14500         * gtk/gtkwindow.c (gtk_window_class_init): Patch from John Margaglione 
14501         to convert to new property API. Also, change default_width and
14502         default_height get_property to return 0 as the flag value for
14503         "unset"; -1 is not a valid value for these fields.
14504
14505 2001-03-12  Havoc Pennington  <hp@redhat.com>
14506
14507         * gtk/gtkiconfactory.h, gtk/gtkiconfactory.c: Switch to using an
14508         enum with registration for icon sizes, instead of strings.
14509
14510         * gtkimage.h, gtkimage.c, gtkstyle.h, gtkstyle.c, gtkwidget.h, 
14511         gtkwidget.c: Fix to reflect GtkIconSize
14512         
14513 2001-03-12  Alexander Larsson  <alexl@redhat.com>
14514
14515         Make GtkFB compile and link.
14516         
14517         * gdk/linux-fb/gdkdrawable-fb2.c:
14518         window->mapped to GDK_WINDOW_IS_MAPPED(). 
14519         
14520         * gdk/linux-fb/gdkwindow-fb.c:
14521         window->mapped to GDK_WINDOW_IS_MAPPED(). 
14522         Added gdk_window_shape_combine_region.
14523         Added assorted placeholders for unimplemented new GdkWindow API calls.
14524
14525 2001-03-12  Alexander Larsson  <alexl@redhat.com>
14526
14527         * gtk/gtkfilesel.c:
14528         Add more test when converting filenames from/to utf-8.
14529         Don't allow entering text in the filename entry which isn't allowed in
14530         a filename. Just beep instead.
14531
14532 2001-03-12  Alexander Larsson  <alexl@redhat.com>
14533
14534         * gtk/gtkclist.c:
14535         Scroll using gdk_window_scroll(). Don't wait for exposes.
14536         Move the column headers in an order that makes them flash less.
14537
14538 2001-03-10  Hans Breuer  <hans@breuer.org>
14539
14540         * gdk/gdk.def : updated
14541
14542         * gdk/win32/gdkgc-win32.c : pixmaps are visible again, due
14543         to offseting the clip_mask at the right place
14544
14545         * gdk/win32/gdkwindow-win32.c : don't create background brushes
14546         for all the gdkClasses, especially not for the input_only case.
14547         Otherwise flickering wont be avoidable, because we don't get
14548         WM_ERASEBKGND message for these windows.
14549
14550         * gdk/win32/gdkevents-win32.c : initialize event->expose.region
14551         and fixed massive redraw problems apparently triggered by Alexanders 
14552         recent change. Not fully understood the GDK_EXPOSE / WM_PAINT handling
14553         but it seems to work quite well :-)
14554
14555         * gdk/win32/gdkprivate-win32.h : added _gdk_window_process_expose
14556         prototype
14557
14558 Sat Mar 10 12:15:31 2001  Jonathan Blandford  <jrb@redhat.com>
14559
14560         * gtk/gtktreestore.c (gtk_tree_store_set_cell): Fix a stupid typo.
14561         (gtk_list_store_set_cell): Fix a stupid typo.
14562
14563 Fri Mar  9 20:36:21 2001  Jonathan Blandford  <jrb@redhat.com>
14564
14565         * gtk/gtktreeselection.c (gtk_tree_selection_select_all): Make
14566         select_all not work if you're in SINGLE mode (it doesn't make that
14567         much sense, anyway.)
14568
14569         * gtk/gtktreedatalist.c (_gtk_tree_data_list_node_to_value):
14570         handle types more sanely.
14571         (_gtk_tree_data_list_value_to_node): handle types more sanely.
14572         (_gtk_tree_data_list_node_copy): handle types more sanely.
14573
14574         * gtk/gtkliststore.c (gtk_list_store_set_cell): fix to work with
14575         GValue better. Converts the type as well.
14576
14577         * gtk/gtktreestore.c (gtk_tree_store_set_cell): fix to work with
14578         GValue better. Converts the type as well.
14579
14580 Wed Mar  7 20:47:41 2001  Owen Taylor  <otaylor@redhat.com>
14581
14582         * gtk/gtktext.c gtk/gtkoldeditable.[ch] gdk/gdk.[ch]
14583         gdk/Makefile.am gdk/x11/Makefile.am gdk/x11/gdkevents-x11.c 
14584         gdk/x11/gdkglobals-x11.c gdk/x11/gdkprivate-x11.c
14585         gdk/x11/gdkx.h gdk/x11/gdkim-x11.c: Remove old XIM code.
14586
14587         * gdk/win32/gdkim-win32.c gdk/linux-fb/gdkim-fb.c: Remove
14588         gdk_im/gdk_ic.
14589
14590 2001-03-09  Hans Breuer  <hans@breuer.org>
14591
14592         * gdk/gdk.def : updated
14593
14594         * gdk/win32/gdkevents-win32.c : don't ask input_only windows
14595         for their palette
14596
14597         * gdk/win32/gdkgeometry-win32.c : reflect GdkWindowObject::mapped
14598         removing
14599
14600         * gdk/win32/gdkwindow-win32.c : reflect GdkWindowObject::mapped
14601         removing and implemented Havoc's GdkWindow state functions; 
14602         stick/unstick only as no-op, cause I don't know how to emulate 
14603         on win32 ...
14604
14605         * gtk/gtk.def : updated
14606
14607         * gtk/gtkbox.c (gtk_box_get_spacing) : use g_return_val_if_fail ()
14608
14609         * gtk/gtktypeutils.c : #include <string.h>
14610
14611         * gtk/gtkwindow.h : declare gtk_window_set_decorated ()
14612
14613 Fri Mar  9 09:31:55 2001  Tim Janik  <timj@gtk.org>
14614
14615         * gtk/gtkwidget.c (gtk_widget_class_init): fixed signals with
14616         GDK_TYPE_DRAG_CONTEXT, it needs to be marshaled as an object,
14617         not a boxed.
14618
14619 2001-03-09  Alexander Larsson  <alexl@redhat.com>
14620
14621         * docs/Changes-2.0.txt:
14622         Document expose event->region change and that gtk_widget_event
14623         doesn't allow passing expose events.
14624
14625         * gdk/gdkevents.h:
14626         Add region to expose event.
14627         
14628         * gdk/gdkevents.c:
14629         Handle event->region in gdk_event_copy() and gdk_event_free().
14630
14631         * gdk/gdkwindow.c (gdk_window_process_updates_internal):
14632         Generate expose_event->region when creating expose events.
14633
14634         * gdk/x11/gdkevents-x11.c:
14635         Generate expose events with regions when translating X events.
14636
14637         * gtk/gtkcontainer.[ch]:
14638         Default expose handler that propagates expose events to NO_WINDOW
14639         children. New function gtk_container_propagate_expose()
14640
14641         * gtk/gtkwidget.[ch]:
14642         Moved gtk_widget_event implementation to gtk_widget_event_internal.
14643         gtk_widget_event calls gtk_widget_event_internal but doesn't allow
14644         expose events. New function gtk_widget_send_expose() to send expose
14645         events. New function gtk_widget_region_intersect() to calculate
14646         window/region intersections.
14647         
14648         * gtk/gtkmain.c (gtk_main_do_event):
14649         Use gdk_window_begin_paint_region() instead of gdk_window_begin_paint_rect().
14650         Use gtk_widget_send_expose() to send expose events.
14651         
14652         * gtk/gtkbin.c:
14653         * gtk/gtkbox.c:
14654         * gtk/gtkfixed.c:
14655         * gtk/gtkimagemenuitem.c:
14656         * gtk/gtklist.c:
14657         * gtk/gtkpacker.c:
14658         * gtk/gtktable.c:
14659         * gtk/gtktree.c:
14660         Remove expose handler, using the default container implementation
14661         instead.
14662         
14663         * gtk/gtkbutton.c:
14664         * gtk/gtkcheckbutton.c:
14665         * gtk/gtkeventbox.c:
14666         * gtk/gtkfixed.c:
14667         * gtk/gtkhandlebox.c:
14668         * gtk/gtklayout.c:
14669         * gtk/gtklistitem.c:
14670         * gtk/gtkmenu.c:
14671         * gtk/gtkmenubar.c:
14672         * gtk/gtkmenuitem.c:
14673         * gtk/gtknotebook.c:
14674         * gtk/gtkoptionmenu.c:
14675         * gtk/gtkpaned.c:
14676         * gtk/gtkscrolledwindow.c:
14677         * gtk/gtktogglebutton.c:
14678         * gtk/gtktoolbar.c:
14679         * gtk/gtktreeitem.c:
14680         * gtk/gtkviewport.c:
14681         Chain expose handler to parent class handler. Use
14682         gtk_container_propagate_expose() to propagate exposes.
14683
14684         * gtk/gtkclist.c (check_exposures):
14685         * gtk/gtktext.c (process_exposes):
14686         Use gtk_widget_send_expose instead of gtk_widget_event.
14687
14688 Thu Mar  8 19:40:28 2001  Jonathan Blandford  <jrb@redhat.com>
14689
14690         * gtk/gtktreeview.c (gtk_tree_view_destroy): Add destroy function.
14691
14692 Thu Mar  8 19:18:27 2001  Jonathan Blandford  <jrb@redhat.com>
14693
14694         * gtk/gtktreeview.c (gtk_tree_view_unref_tree_helper): Actually
14695         unref the nodes.   Fixes bug #50058.
14696
14697         * gtk/gtktreemodel.c (gtk_tree_model_ref_node): change
14698         "::ref_iter" to "::ref_node".
14699         (gtk_tree_model_unref_node): change "::unref_iter" to
14700         "::unref_node". Fixes bug #50064.
14701
14702 Thu Mar  8 17:40:09 2001  Jonathan Blandford  <jrb@redhat.com>
14703
14704         * gtk/gtktreeview.c (gtk_tree_view_create_row_drag_icon): add
14705         support for invisible cells.
14706          (gtk_tree_view_bin_expose): ditto
14707
14708 Thu Mar  8 16:36:00 2001  Jonathan Blandford  <jrb@redhat.com>
14709
14710         * gtk/gtktreemodel.c (gtk_tree_model_get_type): add prerequesite
14711         on gobjects.
14712
14713         * tests/testtreefocus.c (main): New test file.
14714
14715         * tests/testtreeview.c: update to latest glib changes.
14716
14717         * tests/testtreecolumns.c: update to latest glib changes.
14718
14719 Thu Mar  8 18:13:20 2001  Tim Janik  <timj@gtk.org>
14720
14721         * gtk/testgtk.c: re-enabled event watcher emission hooks.
14722
14723 Thu Mar  8 16:51:21 2001  Tim Janik  <timj@gtk.org>
14724
14725         * *.c: added accumulator data argument to g_signal_newc()
14726         functions.
14727
14728         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_set_model): 
14729         * gtk/gtktreeview.c (gtk_tree_view_setup_model): 
14730         * gtk/treestoretest.c (make_window):
14731         s/g_signal_connect/g_signal_connectc/.
14732
14733         * gtk/gtktextbuffer.c: completed signal arg fixups,
14734         they also needed G_SIGNAL_TYPE_STATIC_SCOPE flag.
14735
14736 Thu Mar  8 00:02:30 2001  Owen Taylor  <otaylor@redhat.com>
14737
14738         * gtk/gtkwidget.[ch] (gtk_widget_get_name): Make
14739         G_CONST_RETURN.
14740
14741         * gtk/gtkwidget.[ch] gtk/gtkprivate.h: Add a 
14742         ::hierarchy-changed signal when a widget changes
14743         from anchored to unanchored or vice versa.
14744         (anchored means 
14745          gtk_widget_get_ancestor (widget, GTK_TYPE_WINDOW) != NULL.)
14746         Use a private flag to keep track of this efficiently.
14747
14748 2001-03-07  Havoc Pennington  <hp@redhat.com>
14749
14750         * gtk/testgtk.c (create_spins): uglify so that size request gets
14751         tested.
14752
14753         * gtk/gtkspinbutton.c (gtk_spin_button_size_request): Base size
14754         request on values for upper/lower, completes #6152
14755
14756 Wed Mar  7 20:07:22 2001  Owen Taylor  <otaylor@redhat.com>
14757
14758         * Makefile.am: Remove gtk-config-2.0 again.
14759         (Grrrr, pkg-config. And stops make loops.)
14760
14761 Thu Mar  8 00:18:29 2001  Tim Janik  <timj@gtk.org>
14762
14763         * gtk/gtksignal.[hc]: removed old emission hook API.
14764         
14765         * docs/Changes-2.0.txt: fixed sections.
14766         
14767         * gtk/gtktextbuffer.c: signal arg fixups.
14768
14769 2001-03-07  Havoc Pennington  <hp@redhat.com>
14770
14771         * gtk/gtktextview.c (invalidated_handler): use PRIORITY_VALIDATE
14772
14773         * gtk/gtktextview.h (GTK_TEXT_VIEW_PRIORITY_VALIDATE): add this
14774         here, bug #50368; changed to be GDK_PRIORITY_REDRAW + 5, instead
14775         of GDK_PRIORITY_REDRAW + 1, so you can insert stuff in between the
14776         validation and the redraw which is higher priority than the
14777         validation.
14778
14779 2001-03-07  Havoc Pennington  <hp@redhat.com>
14780
14781         * gtk/gtkentry.c (gtk_entry_get_property): remove trailer
14782         (gtk_entry_set_property): remove trailer
14783
14784         * gtk/gtkentry.c (gtk_entry_set_width_chars): 
14785         (gtk_entry_get_width_chars): new functions, to set size request to 
14786         a given number of characters
14787
14788         * gtk/testgtk.c (create_dialog): beef up the dialog test slightly
14789
14790         * gtk/gtkdialog.c (gtk_dialog_set_has_separator): new function
14791         (gtk_dialog_get_has_separator): new function
14792         (run_delete_handler): fix to not emit "response" signal
14793         because we already did in the delete event handler installed
14794         at dialog creation time.
14795         
14796         * gtk/gtkdialog.h: add a has_separator property,
14797         add GTK_DIALOG_NO_SEPARATOR flag
14798
14799 2001-03-07  Havoc Pennington  <hp@redhat.com>
14800
14801         * gtk/gtkwindow.c (gtk_window_set_decorated): new function, turns
14802         off decorations for a window.
14803
14804         * demos/gtk-demo/button_box.c (create_bbox): adapt to button box
14805         changes
14806
14807         * gtk/gtklabel.c (gtk_label_get_layout_offsets): new function 
14808         to get location of PangoLayout inside the label, closes #51198
14809
14810         * gtk/testgtk.c (create_bbox): fix up button box usage
14811
14812         * gtk/testcalendar.c (create_calendar): fix up button box usage
14813
14814         * gtk/gtkfilesel.c (gtk_file_selection_init): fixup buttonbox usage
14815
14816         * gtk/gtkdialog.c (gtk_dialog_init): fixup buttonbox usage
14817
14818         * gtk/gtkhbbox.h: deprecations
14819
14820         * gtk/gtkvbbox.h: deprecations
14821
14822         * gtk/gtkbox.c (gtk_box_get_spacing): new function, used to
14823         emulate deprecated gtk_button_box_get_spacing
14824
14825         * gtk/gtkbbox.h: deprecate some useless functions, remove entirely 
14826         the "set global default" functions
14827         (struct _GtkButtonBox): remove "spacing" field, use the one from 
14828         GtkBox base class
14829
14830         * gtk/gtkbbox.c (_gtk_button_box_child_requisition): rename with uscore
14831
14832         * gtk/gtkiconfactory.c (gtk_icon_set_render_icon): If we fail to
14833         render the icon, return the missing image icon.
14834
14835         * gtk/gtkimage.c (gtk_image_set_from_file): fall back to missing
14836         image icon if the load fails.   
14837
14838         * gtk/gtkstock.h (GTK_STOCK_MISSING_IMAGE): Add stock icon for use
14839         when no image is found; should be the Netscape "missing image"
14840         icon eventually but for now is a random image
14841
14842         * gtk/gtkwindow.c (gtk_window_set_role): new function, sets the 
14843         role for the session manager
14844
14845         * gtk/testgtk.c (dnd_drop): remove use of GTK_WINDOW_DIALOG
14846
14847         * gtk/gtkcompat.h (GTK_WINDOW_DIALOG): compat #define
14848         GTK_WINDOW_DIALOG GTK_WINDOW_TOPLEVEL
14849
14850         * gtk/gtkenums.h (enum GtkWindowType): remove GTK_WINDOW_DIALOG
14851
14852 Wed Mar  7 13:24:57 2001  Tim Janik  <timj@gtk.org>
14853
14854         * gtk/*.c: marshaller fixes.
14855         
14856         * gtk/gtkmarshal.list: extreme cleanup.
14857
14858         * gtk/gtktreeview.c (gtk_tree_view_class_init): disable interface
14859         param spec for now.
14860
14861         * gtk/gtktexttag.c (gtk_text_tag_set_property): use g_value_get_boxed()
14862         where appliable.
14863
14864         * gtk/gtktypeutils.[hc]: updates to GLib API changes.
14865         special cased autogenerated boxed types from gtktypebuiltins_ids.c
14866         which are not reference counted:
14867         GtkSelectionData, GdkEvent, GdkColor, GtkTextIter, PangoTabArray,
14868         PangoFontDescription, GtkTreeIter and GtkTreePath.
14869
14870 Thu Mar  1 03:58:56 2001  Tim Janik  <timj@gtk.org>
14871
14872         * gtk/gtktreeselection.h: 
14873         * gtk/gtktreemodel.c:
14874         * gtk/gtktreedatalist.[hc]: fixed includes. no gobject/*
14875         file should be included directly, and gobject/gmarshal.h
14876         as well as gtk/gtkmarshal.h even can't be included directly.
14877
14878         * Makefile.am: grr, install gtk-config-2.0.
14879
14880         * gtk/testgtk.c:
14881         * gtk/simple.c:
14882         * gtk/gtkmenu.c:
14883         * gtk/gtkitemfactory.c: use g_object_connect() instead of
14884         passing "*signal*::*" args to gtk_widget_set().
14885         
14886         * gtk/gtktypeutils.[hc]: got rid of GTK_TYPE_SIGNAL.
14887         
14888         * gtk/*.c: removed trailer arg from property setters and getters.
14889         macro fixups.
14890
14891 2001-03-07  Alexander Larsson  <alexl@redhat.com>
14892
14893         * gtk/gtklabel.c (set_markup): Removed warning
14894
14895 Tue Mar  6 19:59:12 2001  Jonathan Blandford  <jrb@redhat.com>
14896
14897         * gtk/gtkcellrenderer.h (struct _GtkCellRenderer): Add visible
14898         field to allow you to hide cell renderers.
14899
14900         * gtk/gtkcellrenderer.c: Add support for invisible cells.
14901
14902         * gtk/gtktreeview.c: Add support for invisible cells.
14903
14904 Tue Mar  6 17:25:07 2001  Jonathan Blandford  <jrb@redhat.com>
14905
14906         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_button_clicked):
14907         Add "clicked" signal back to columns.
14908
14909         * ChangeLog: remove conflict markers.
14910
14911 Tue Mar  6 10:45:45 2001  Owen Taylor  <otaylor@redhat.com>
14912
14913         * gtk/gtkbutton.c: Add animation of activation by, on 
14914         activate, pressing the button, and adding a timeout that 
14915         releases the button after 250ms or on key release and
14916         emits ::clicked. (#51501)
14917
14918         * gtk/gtkdialog.c: Bit of a hack - for buttons in the
14919         action area, we connect to ::clicked instead of ::activate
14920         so the dialog stays up through the animation.
14921
14922 Mon Mar  5 16:38:15 2001  Owen Taylor  <otaylor@redhat.com>
14923
14924         * gtk/gtkmenushell.c (gtk_menu_shell_enter_notify): Only
14925         check the ignore_enter flag for the menu shell that
14926         the item is actually a child of, not for attached
14927         submenus. (#51536)
14928
14929 Tue Feb 27 02:16:14 2001  Owen Taylor  <otaylor@redhat.com>
14930
14931         * gtk/gtkmain.c (gtk_propagate_event): Only do special
14932         special key-press grab handling for widgets within
14933         GtkWindows. Otherwise, fall through to normal case.
14934
14935         This prevents key events being sent twice to GtkInvisible
14936         widgets, which can cause all sorts of mischief.
14937
14938 Fri Feb  2 13:20:12 2001  Owen Taylor  <otaylor@redhat.com>
14939
14940         * gtk/gtkmain.c (gtk_propagate_event): When a grab
14941         widget is in effect, give the grab widget a first
14942         crack at KEY_PRESS/RELEASE events. (#424)
14943
14944 2001-03-06  James Henstridge  <james@daa.com.au>
14945
14946         * gtk/gtkwidget.c (gtk_widget_class_init): set the class closure
14947         offset for the window_state_event to point at window_state_event
14948         rather than no_expose_event.
14949
14950 Mon Mar  5 19:10:15 2001  Jonathan Blandford  <jrb@redhat.com>
14951
14952         * gtk/gtkimmodule.h: fix busted /* comment */
14953
14954 Mon Mar  5 15:07:05 2001  Jonathan Blandford  <jrb@redhat.com>
14955
14956         * gtk/gtktreeview.c: Apply patch from John Margaglione to add
14957         object properties.
14958
14959 Mon Mar  5 14:55:19 2001  Jonathan Blandford  <jrb@redhat.com>
14960
14961         * gtk/gtkcellrenderertoggle.c: Apply patch from Lee Mallabone to
14962         add object properties.
14963
14964         * gtk/gtkcellrenderertextpixbuf.c: Apply patch from Lee Mallabone
14965         to add object properties.
14966
14967         * gtk/gtkcellrenderertext.c: Apply patch from Lee Mallabone to add
14968         object properties.
14969
14970         * gtk/gtkcellrendererpixbuf.c: Apply patch from Lee Mallabone to
14971         add object properties.
14972
14973         * gtk/gtkcellrenderer.c: Apply patch from Lee Mallabone to add
14974         object properties.
14975
14976 Mon Mar  5 14:38:54 2001  Jonathan Blandford  <jrb@redhat.com>
14977
14978         * gtk/gtktreemodel.c: renamed "child_toggled" to
14979         "has_child_toggled".
14980
14981         * gtk/gtktreeview.c: Handle removing columns better.  Updated to
14982         handle new signal name.
14983
14984         * gtk/gtktreestore.c: Updated to handle new signal name.
14985         * gtk/gtklisttore.c: Updated to handle new signal name.
14986         * gtk/gtktreemodelsort.c: Updated to handle new signal name.
14987
14988 2001-03-05  Alexander Larsson  <alexl@redhat.com>
14989
14990         * gtk/gtkmenu.c (gtk_menu_set_tearoff_state):
14991         Set GDK_WINDOW_TYPE_HINT_MENU on tearoff window.
14992
14993 2001-03-05  Michael Natterer  <mitch@gimp.org>
14994
14995         * gtk/gtklabel.c: Made the "parent_class" pointer static. The
14996         pixbuf-engine coincidentially also failed to make one of it's
14997         parent_class pointers static, causing overwriting of GtkLabel's
14998         parent_class pointer in pixbuf_style_class_init().
14999         (Will commit the fix to the pixbuf-engine too).
15000
15001 2001-03-05  Alexander Larsson  <alexl@redhat.com>
15002
15003         * gdk/gdkwindow.h:
15004         Added GdkWindowTypeHint type. Added modal_hint field to GdkWindindow.
15005         New functions gdk_window_set_type_hint, gdk_window_set_modal_hint and
15006         gdk_window_set_icon_list for net wmspec functionality.
15007
15008         * gdk/x11/gdkwindow-x11.c:
15009         Set _NEW_WM_STATE_MODAL from window->modal_hint in set_inital_hints.
15010         Implement gdk_window_set_type_hint, gdk_window_set_modal_hint and
15011         gdk_window_set_icon_list.
15012         Added gdk_wmspec_change_state helper function and used it in the code.
15013         Set _NET_WM_ICON_NAME in gdk_window_set_title and gdk_window_set_icon_name.
15014
15015         * gtk/gtkdialog.c (gtk_dialog_init):
15016         Set GDK_WINDOW_TYPE_HINT_DIALOG.
15017
15018         * gtk/gtkhandlebox.c (gtk_handle_box_realize):
15019         Set GDK_WINDOW_TYPE_HINT_TOOLBAR.
15020
15021         * gtk/gtkwindow.c:
15022         new function gtk_window_set_type_hint.
15023         On realize, set type hint and modal hint.
15024
15025         * gtk/gtkwindow.h:
15026         Added type_hint field and gtk_window_set_type_hint.
15027
15028 2001-03-05  Alexander Larsson  <alexl@redhat.com>
15029
15030         * gtk/gtklabel.[ch]:
15031         Convert from GtkArg to GParam (originally based on patch from Lee Mallabone).
15032         New function gtk_label_get_accel_keyval () to get the underline accelerator
15033         of the label. Setting the label pattern overrides other attributes.
15034
15035 Mon Mar  5 14:51:10 MET 2001  Sven Neumann  <sven@gimp.org>
15036
15037         * gtk/gtkrc.c: fixed compiler warnings by inserting some consts.
15038         Added missing initializers to gtk_rc_style_init().
15039
15040 Sun Mar 04  07:30:03 2001 CET Mikael Hermansson <mikeh@bahnhof.se>
15041
15042         * gtk/gtktextview.c: fixed bug #51097 about setting 
15043         gtk_text_view_set_border_window_size() if the widget is 
15044         already realized.
15045
15046 Sat Mar  3 16:59:16 2001  Owen Taylor  <otaylor@redhat.com>
15047
15048         * gdk/gdkpango.h gdk/x11/gdkwindow-x11.c: Doc fixes
15049
15050         * gdk/win32/gdkinput.c (gdk_device_get_axis): Remove doc
15051         comment. Won't do to have duplicated doc comments between
15052         the platform subdirs.
15053
15054 Sat Mar  3 16:26:33 2001  Owen Taylor  <otaylor@redhat.com>
15055
15056         * gdk/x11/gdkmain-x11.c gdk/x11/gdkkeys-x11.c 
15057           gdk/x11/gdkevents-x11.c gdk/x11/gdkprivate-x11.c:
15058
15059         Detectable auto-repeat - make a repeating key generate
15060         press/press/press/release instead of press/release pairs.
15061
15062         If we have Xkb and XkbSetDectableAutoRepeat supports
15063         that, we do it that way. Otherwise, when we get
15064         a release event, we check ahead with XPending to see
15065         if the next key is a KeyPress with the same keycode
15066         and timestamp. (Not 100% reliable, but pretty close.)
15067           
15068 Tue Feb 27 02:16:14 2001  Owen Taylor  <otaylor@redhat.com>
15069         
15070         * gtk/gtkmain.c (gtk_propagate_event): Only do special
15071         special key-press grab handling for widgets within
15072         GtkWindows. Otherwise, fall through to normal case.
15073  
15074         This prevents key events being sent twice to GtkInvisible
15075         widgets, which can cause all sorts of mischief.
15076  
15077 Fri Feb  2 13:20:12 2001  Owen Taylor  <otaylor@redhat.com>
15078  
15079         * gtk/gtkmain.c (gtk_propagate_event): When a grab
15080         widget is in effect, give the grab widget a first
15081         crack at KEY_PRESS/RELEASE events. (#424)
15082  
15083 Sat Mar  3 15:39:49 2001  Owen Taylor  <otaylor@redhat.com>
15084
15085         * gtk/gtkentry.c (gtk_entry_button_press): Add shift-clicking
15086         to extend the selection. (Roughly based on patch
15087         from Jay Cox, #50939)
15088
15089         * gtk/gtkentry.c (gtk_entry_button_press): Fix triple-clicking
15090         to properly handle previous GDK_BUTTON_PRESS. 
15091         (Patch from Jay Cox, #50938)
15092
15093         * gtk/gtkentry.c (gtk_entry_real_delete_text): Move the
15094         '\0' back along with the deleted text. (#51148)
15095
15096 Mon Jan 22 14:31:29 2001  Owen Taylor  <otaylor@redhat.com>
15097
15098         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Unshift
15099         the group when extracting it from the X keyboard event.
15100
15101         * modules/input/Makefile.am modules/input/imipa.c: 
15102         Simple module for entering IPA. (Do we need a 
15103         gtk-stupid-input-tricks CVS module?)
15104
15105 Sat Mar  3 13:32:47 2001  Owen Taylor  <otaylor@redhat.com>
15106
15107         * gtk/gtkimmodule.c (gtk_im_module_init): Remove spurious
15108         const.
15109
15110         * gdk-pixbuf-2.0.pc.in gtk+-2.0.pc.in: Fix include path.
15111
15112         * gtk/gtkdialog.c (gtk_dialog_set_default_response): If there
15113         is no focus widget for the dialog currently, grab the focus as well
15114         as the default.
15115
15116         * gtk/gtkdialog.c (gtk_dialog_set_default_response): Get
15117         the action area's children to iterate through, not the
15118         dialog's children.
15119
15120 Sat Mar  3 13:21:27 2001  Owen Taylor  <otaylor@redhat.com>
15121
15122         * tests/Makefile.am tests/testsocket.c tests/testsocket_child.c:
15123         Add plug-socket tests. (Won't work worth a darn until I commit
15124         the rest of the plug-socket changes, but no reason these
15125         can't go into CVS now.)
15126
15127 2001-03-02  Havoc Pennington  <hp@redhat.com>
15128
15129         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_flush): use
15130         _gdk_region_get_xrectangles()
15131
15132         * gdk/x11/gdkmain-x11.c (_gdk_region_get_xrectangles): new function
15133
15134         * gtk/testgtk.c (create_shapes): add test for shape_combine_region
15135
15136         * gdk/x11/gdkwindow-x11.c (gdk_window_shape_combine_region): new
15137         function, contributed by Ron Steinke    
15138
15139         * gdk/x11/gdkevents-x11.c (gdk_wmspec_supported): rename
15140         gdk_net_wm_supports
15141
15142         * gdk/gdkregion-generic.c (gdk_region_get_rectangles): 
15143         New function, contributed by Ron Steinke
15144
15145         * gtk/gtkentry.c (gtk_entry_get_layout_offsets): New function, 
15146         used to line up the text in the entry when using the entry for
15147         editable sheet cell hacks
15148
15149         * gtk/testgtk.c (create_entry): test the activate_default setting
15150         on GtkEntry
15151
15152         * gtk/gtkentry.c (gtk_entry_set_activates_default): New function to 
15153         cause the entry to activate the default button for a dialog when 
15154         activated
15155         (gtk_entry_get_activates_default): new function
15156
15157 Wed Feb 28 19:10:43 2001  Owen Taylor  <otaylor@redhat.com>
15158
15159         * gtk/gtkclist.c (real_remove_row): Patch from ChiDeok
15160         Hwang to move call to sync_selection() up a few lines
15161         to before the row list is modified, to fix crash when
15162         removing rows in the undo_selection list.
15163
15164         (Test case provided by Daniel Elstner:
15165
15166         http://mail.gnome.org/archives/gtk-list/2001-February/msg00359.html)
15167
15168 Fri Feb 23 15:06:48 2001  Owen Taylor  <otaylor@redhat.com>
15169
15170         * gtk/gtktree.c (gtk_tree_class_init): Do the setting
15171         of tree->root_tree in parent_set rather than _map(), 
15172         fixing #50892 in a bit better manner.
15173
15174 Thu Feb 22 17:07:58 2001  Owen Taylor  <otaylor@redhat.com>
15175
15176         * gtk/gtkmenu.c (gtk_menu_popup): Don't flip cursor. (#50934)
15177
15178 Tue Feb  2 11:22:33 2001  Jody Goldberg <jgoldberg@home.com>
15179
15180         * gtk/gtkstyle.c : Remove duplicate fwd decl for
15181         gtk_default_draw_shadow.
15182
15183 ue Feb 20 11:40:58 2001  Owen Taylor  <otaylor@redhat.com>
15184
15185         * gdk/gdkimage.c (gdk_image_new): Remove excess 
15186         warning, make warnings more verbose, treat a error
15187         in shmat as permanent, and don't try again.
15188         (#51163, Ed Randall.)
15189
15190 Mon Feb 19 20:15:28 2001  Owen Taylor  <otaylor@redhat.com>
15191
15192         * gtk/gtkrange.c (gtk_range_timer_1st_time): Add an initial
15193         delay for the first click before starting to scroll.
15194         (based on #51026, gtk-enf-990512-0.patch, Eric Fisher)
15195
15196         * gtk/gtktext.c: GtkText should have I-beam cursor. 
15197         (based on gtk-enf-990513-1.patch, Eric Fisher.)
15198
15199 Mon Feb 19 16:42:19 2001  Owen Taylor  <otaylor@redhat.com>
15200
15201         * gtk/gtklayout.c (gtk_layout_allocate_child): Tiny
15202         cleanup to remove some references to unused
15203         ->xoffset, ->yoffset.
15204
15205 Mon Feb 19 14:20:36 2001  Owen Taylor  <otaylor@redhat.com>
15206
15207         * gdk/gdkrgb.c (gdk_rgb_convert_555_br): Fix incorrect
15208         mask. (#51039, fix from Martin Maierhofer)
15209
15210 Fri Feb 16 20:09:42 2001  Owen Taylor  <otaylor@redhat.com>
15211
15212         * gtk/gtkctree.c (gtk_ctree_class_init): Add bindings
15213         for unshifted + and shifted = for non-us keyboards.
15214         Make <Control>+ and <Control>- work as well as 
15215         <Control>KP_Plus, <Control>KP_Minus for recursive
15216         open/close.  (#2682, René Seindal)
15217
15218 Fri Feb 16 18:50:59 2001  Owen Taylor  <otaylor@redhat.com>
15219
15220         * gtk/gtkmenushell.c (gtk_real_menu_shell_cancel): Unset
15221         the active menu item before deactivating the menu,
15222         so gtk_menu_popdown doesn't change the history. (#50964)
15223         
15224 Fri Feb 16 15:55:22 2001  Owen Taylor  <otaylor@redhat.com>
15225
15226         * gtk/gtktreeitem.c (gtk_tree_item_draw_lines): 
15227         draw lines with text_gc rather than black_gc.
15228         (Patch from Vlad Harchev <hvv hippo ru>, #50926)
15229
15230 Thu Mar  1 19:50:56 2001  Jonathan Blandford  <jrb@redhat.com>
15231
15232         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_realize_button):
15233         Move handling of buttons fully in gtktreeviewcolumn.  This code is
15234         less interrelated then it was, but it still requires the
15235         GtkTreeView to map it.
15236
15237         * test/testtreecolumn.c: Now I can add a column to one view,
15238         remove it, add it to the another view, remove it, then re-add it
15239         to the first.  Nifty.
15240
15241 Thu Mar  1 13:14:27 GMT 2001  Tony Gale <gale@gtk.org>
15242
15243         * docs/tutorial/gtk-tut.sgml: Minor corrections
15244
15245 Wed Feb 28 16:36:46 2001  Jonathan Blandford  <jrb@redhat.com>
15246
15247         * gtk/gtktreemodel.c (gtk_tree_row_reference_*): Sanitize
15248         GtkRowReference.
15249
15250 2001-02-28  Havoc Pennington  <hp@redhat.com>
15251
15252         * gtk/gtkwidget.h (struct _GtkWidgetClass): Remove draw_focus and
15253         draw_default
15254         (gtk_widget_draw_focus): remove this function; we could instead
15255         make it just gtk_widget_draw(), but in most cases I think the
15256         result would be broken user code, so think it's better to have
15257         that code not compile and get fixed
15258         (gtk_widget_draw_default): ditto
15259
15260         * gtk/gtkwidget.c: Add default handlers for focus_in_event and
15261         focus_out_event that set/unset GTK_HAS_FOCUS and call queue_draw
15262         
15263         * gtk/gtkwindow.c (gtk_window_set_default): just queue a draw when
15264         widgets lose/get the default, instead of calling draw_default
15265         
15266         * docs/Changes-2.0.txt: note about all this
15267
15268         Then fixed every widget in GTK, I won't list all the filenames.
15269
15270 Tue Feb 27 19:32:53 2001  Jonathan Blandford  <jrb@redhat.com>
15271
15272         * gtk/gtktreemodel.c (deleted_callback): Proxy out to
15273         _gtk_tree_row_reference_deleted.
15274         (inserted_callback): Proxy out to
15275         _gtk_tree_row_reference_inserted.
15276         (_gtk_tree_row_reference_new_from_view): Somewhat yukky hack to
15277         get around signal emission ordering problem.
15278
15279         * gtk/gtktreeselection.c (gtk_tree_selection_real_unselect_all):
15280         fix to work with SINGLE 
15281         (_gtk_tree_selection_internal_select_node): Major sanitization on
15282         selections.  SINGLE now seems to work.
15283
15284         * tests/Makefile.am: add testtreecolumn.c:
15285
15286         * tests/testtreecolumn.c: New test.  Mostly points out selection
15287         bugs currently, but will test columns later.
15288
15289         * gtk/gtkrbtree.c (_gtk_rbtree_remove_node): Fix really nasty
15290         selection bug.  I hate touching this code -- it's scary.
15291
15292 2001-02-26  Havoc Pennington  <hp@redhat.com>
15293
15294         * gtk/testgtk.c: test the window state stuff
15295
15296         * gtk/gtkwindow.c (gtk_window_present): new function, makes a
15297         window come to the user's attention as if it were just created
15298         (gtk_window_iconify): new function
15299         (gtk_window_deiconify): new function
15300         (gtk_window_stick): new function
15301         (gtk_window_unstick): new function
15302         (gtk_window_maximize): new function
15303         (gtk_window_unmaximize): new function
15304
15305         * gtk/gtkwidget.h, gtk/gtkwidget.c: add window_state_event signal
15306
15307         * gtk/gtkmain.c (gtk_main_do_event): handle GDK_WINDOW_STATE
15308
15309         * gdk/x11/gdkevents-x11.c: create window state events when
15310         appropriate
15311         (gdk_wmspec_supported): new function
15312
15313         * gdk/x11/gdkwindow-x11.c (gdk_window_iconify): handle
15314         iconification before showing the window
15315         (gdk_window_deiconify): new function
15316         (gdk_window_stick): new function
15317         (gdk_window_unstick): new function
15318         (gdk_window_maximize): new function
15319         (gdk_window_unmaximize): new function
15320
15321         * gdk/gdkwindow.c: store the window state in the window; 
15322         change to using the GDK_WINDOW_STATE_WITHDRAWN flag instead of
15323         window->mapped.
15324         (gdk_window_get_state): return the current window state
15325
15326         * gdk/gdkevents.c (gdk_event_get_time): handle GDK_WINDOW_STATE
15327         (gdk_event_get_state): handle GDK_WINDOW_STATE
15328         (gdk_synthesize_window_state): function to create the window state
15329         events
15330
15331         * gdk/gdkevents.h (struct _GdkEventWindowState): new type of
15332         event, for changes to "window state" such as maximized, sticky, 
15333         etc.
15334         
15335         * gdk/x11/gdkwindow-x11.c (gdk_window_focus): new function,
15336         focuses a window
15337
15338         * gdk/x11/gdkmain-x11.c (_gdk_wmspec_supported): new function, 
15339         finds out if we support a given WM spec hint
15340
15341 Tue Feb 27 13:37:38 GMT 2001  Tony Gale <gale@gtk.org>
15342
15343         * docs/faq/gtk-faq.sgml: New question re memory leaks.
15344
15345 2001-02-25  Hans Breuer  <hans@breuer.org>
15346
15347         * gdk/gdk.h : changed #ifdef GDK_DISBALE_DEPRECARED to #ifndef
15348         cause we want to loose those prototypes only in the latter case
15349
15350         * gdk/win32/gdkevents-win32.c : can't cast from GdkPixmap to
15351         GdkPixmapImplWin32 because it itsn't derived from it. Use the
15352         impl member variable instead
15353
15354         * gtk/gtk.def : updated
15355
15356         * gtk/gtklist.c : 
15357         * gtk/gtkmenus.c : include <string.h> for memset ()
15358
15359         * gtk/makefile.msc.in : updated and don't define GTK_COMPILATION
15360         for everthing built here, but for gtk-x.x.dll only. This solves
15361         problem of indifferent gtk type definitions
15362
15363 Sat Feb 24 20:11:39 2001  Jonathan Blandford  <jrb@redhat.com>
15364
15365         * gtk/gtkclipboard.h: actually put /* */ around #endif comment.
15366
15367 Fri Feb 23 17:50:13 2001  Jonathan Blandford  <jrb@redhat.com>
15368
15369         * gtk/gtktreeview.c (gtk_tree_view_bin_expose): Only draw the
15370         column that is exposed.
15371
15372         (_gtk_tree_view_update_size): Changed name from set_size, and
15373         changed function to do more work, and not force people calling it
15374         to figure out the size.  Simplifies a lot of code elsewhere.
15375
15376 2001-02-23  Alexander Larsson  <alexl@redhat.com>
15377
15378         * gdk/gdkpixmap.c (gdk_pixmap_colormap_new_from_pixbuf):
15379         return solid masks for xpms that have no transparent color.
15380         This makes the ..._create_from_xpm... API backwards
15381         compatible.
15382
15383 2001-02-23  Tor Lillqvist  <tml@iki.fi>
15384
15385         * README.win32: Update. Mention the gtk-1-3-win32-production
15386         branch.
15387
15388         * gdk/win32/bdfcursor.c: New file. A program that generates
15389         xcursors.h. Thanks to Stefan Ondrejicka.
15390
15391         * gdk/win32/xcursors.h: New file, contains the X cursor font in a
15392         compact format.
15393
15394         * gdk/win32/Makefile.am (EXTRA_DIST): Add new files.
15395
15396         * gdk/win32/gdkcursor-win32.c (_gdk_win32_data_to_wcursor): New
15397         function, uses xcursors.h.
15398         (gdk_cursor_new): Use _gdk_win32_data_to_wcursor to generate
15399         cursor from inline data instead of using LoadCursor() to generate
15400         it from a resource.
15401
15402         * gdk/win32/gdkevents-win32.c (gdk_event_translate): At button up
15403         event, must check the Windows message for mouse button state, as
15404         the GDK event state might not have been built if it is
15405         undelivered. Remove one goto.
15406
15407         * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): Call
15408         SetCursor() if the current cursor as returned by GetCursor() is
15409         the window's previous cursor. The ChildWindowFromPoint() test
15410         apparently didn't work correctly.
15411
15412         * gdk/win32/rc/*.cur: Remove.
15413
15414         * gdk/win32/rc/gdk.rc.in: Remove cursors.
15415
15416         * gdk/win32/rc/Makefile.am (EXTRA_DIST): Remove from here, too.
15417
15418         * gtk/makefile.{mingw,msc}.in: Updates.
15419
15420 Wed Feb 21 20:56:50 2001  Jonathan Blandford  <jrb@redhat.com>
15421
15422         * gtk/gtktreemodel.h: add functions for signal emission.
15423
15424         * gtk/gtktreestore.c: move to use above functions instead of
15425         g_signal_emit.
15426
15427         * gtk/gtkliststore.c: ditto
15428
15429 Wed Feb 21 15:41:34 2001  Jonathan Blandford  <jrb@redhat.com>
15430
15431         * gtk/gtktreestore.c: removed signals.  Moved to inherit from
15432         GObject instead of GtkObject.
15433
15434         * gtk/gtkliststore.c: ditto.
15435
15436         * gtk/gtktreemodelsort.c: ditto.
15437
15438         * gtk/gtktreemodel.c (gtk_tree_model_base_init): moved signals to
15439         GtkTreeModelIface, instead of in each model.
15440
15441 2001-02-21  Havoc Pennington  <hp@redhat.com>
15442
15443         * gtk/gtktextbuffer.c (gtk_text_buffer_insert_child_anchor):
15444         unbreak this function
15445
15446         * gtk/gtkentry.c: apply patch from Lee Mallabone to add object 
15447         properties
15448
15449         * gtk/gtkcurve.c: apply patch from Lee Mallabone to add object
15450         properties
15451
15452         * gtk/gtkcombo.c: apply patch from Lee Mallabone to add object 
15453         properties
15454
15455         * gtk/gtkentry.c (gtk_entry_set_max_length): have this take -1 to
15456         mean unset the max length
15457
15458 Wed Feb 21 14:23:05 2001  Jonathan Blandford  <jrb@redhat.com>
15459
15460         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_cell_data_func):
15461         Changed name to be set_cell_data_func to make it clear what
15462         the functino does.  Close bug #51069.
15463
15464 Tue Feb 20 16:49:00 2001  Jonathan Blandford  <jrb@redhat.com>
15465
15466         * gtk/testgtk.c (main): Remove turning on of profiling malloc,
15467         have memory actually freed.  Keeps box running longer.
15468
15469 2001-02-21  Alexander Larsson  <alexl@redhat.com>
15470         
15471         * gtk/gtkseparatormenuitem.[ch]:
15472         Added new menu separator item. The drawing and size handling
15473         is still done in GtkMenuItem, but the API is a bit more sane.
15474         
15475         * gtk/Makefile.am:
15476         Add gtkseparatormenuitem.[ch].
15477
15478         * gtk/gtk.h:
15479         Add gtkseparatormenuitem.h.
15480         
15481         * gtk/gtkentry.c:
15482         * gtk/gtkmenufactory.c:
15483         * gtk/gtktextview.c:
15484         Use the new API for menu separators.
15485         
15486         * demos/gtk-demo/menus.c (create_menu):
15487         Add some GtkSeparatorMenuItem demo code.
15488
15489 2001-02-20  Havoc Pennington  <hp@redhat.com>
15490
15491         * gtk/gtkaspectframe.c: Convert to new property API, patch from 
15492         Lee Mallabone
15493
15494         * gtk/gtkarrow.c: Convert to new property API, patch from 
15495         Lee Mallabone
15496
15497 Tue Feb 20 14:26:41 2001  Jonathan Blandford  <jrb@redhat.com>
15498
15499         * tests/testtreeview.c (toggled_callback): fix to reflect change
15500         in GtkTreeModelStore.
15501
15502 Tue Feb 20 12:16:12 2001  Jonathan Blandford  <jrb@redhat.com>
15503
15504         * gtk/gtkiconfactory.c (gtk_icon_set_new_from_pixbuf): New
15505         function to create an icon set from a pixbuf.
15506
15507 2001-02-20  Alexander Larsson  <alexl@redhat.com>
15508
15509         * gtk/gtkcellrenderertext.[ch]:
15510         Add a "markup" property.
15511
15512         * gtk/treestoretest.c:
15513         Use the markup property, remove some leftover stuff from
15514         GtkTreeModelMapping.
15515
15516 2001-02-20  Alexander Larsson  <alexl@redhat.com>
15517
15518         * gtk/gtklabel.c (gtk_label_set_selectable):
15519         Queue a redraw if the selectable setting was changed.
15520
15521 2001-02-20  Alexander Larsson  <alexl@redhat.com>
15522
15523         * gdk/linux-fb/gdkgc-fb.c (gdk_gc_copy):
15524         Actually copy the whole gc, not just the public parts.
15525         
15526         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_new):
15527         GDK_WINDOW_TEMP are not toplevel. Fixes selectable
15528         labels.
15529
15530 2001-02-19  Havoc Pennington  <hp@pobox.com>
15531
15532         * gdk/gdkwindow.c: docs
15533
15534         * gdk/gdkrgb.c: docs
15535
15536         * gdk/gdkregion-generic.c: docs
15537
15538         * gdk/gdkgc.c (gdk_gc_set_values): docs
15539
15540         * gdk/gdkdraw.c: docs
15541
15542         * gdk/gdkdrawable.h: deprecate drawable get/set data
15543
15544 Mon Feb 19 20:37:35 2001  Jonathan Blandford  <jrb@redhat.com>
15545
15546         * demos/gtk-demo/dialog.c: Add simple new demo.
15547
15548 2001-02-19  Havoc Pennington  <hp@redhat.com>
15549
15550         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): add
15551         insert_child_anchor signal, bug #50245
15552
15553         * gtk/gtktextbtree.c (_gtk_text_btree_insert_child_anchor): change
15554         from create_child_anchor, so the anchor is passed in
15555
15556         * gtk/gtktextchild.c (gtk_text_child_anchor_new): new function
15557         (_gtk_widget_segment_new): have the child anchor object passed in, 
15558         instead of creating it.
15559
15560         * gtk/gtktextbuffer.c (gtk_text_buffer_modified): rename
15561         to gtk_text_buffer_get_modified
15562
15563 2001-02-19  Havoc Pennington  <hp@redhat.com>
15564
15565         * gtk/gtktreemodel.c (gtk_tree_model_get_valist): hmm, someone
15566         changed GLib without fixing GTK
15567
15568         * gtk/gtkrange.h: Rename all the stupid implementation detail 
15569         functions to have an underscore in front. Most of them should 
15570         probably just go away, but for starters don't export them.
15571         Bug #50482
15572
15573 2001-02-19  Havoc Pennington  <hp@redhat.com>
15574
15575         * gdk/gdkcolor.h: test was backward, so deprecated functions were
15576         excluded by default
15577
15578         * gtk/gtkstyle.c (gtk_default_draw_diamond): draw etched in/out,
15579         clean up the old code a bit
15580
15581         * gtk/gtkradiobutton.c (gtk_radio_button_draw_indicator): draw
15582         inconsistent state
15583
15584         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_draw_indicator):
15585         draw inconsistent state
15586
15587         * gtk/testgtk.c (create_toggle_buttons): add test for inconsistent
15588         (create_menu): add inconsistent test
15589
15590         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_set_inconsistent):
15591         new function
15592         (gtk_check_menu_item_get_inconsistent): new function
15593         (gtk_real_check_menu_item_draw_indicator): draw the inconsistent
15594         state (using etched in for now)
15595
15596         * gtk/gtkcheckbutton.c (gtk_real_check_button_draw_indicator):
15597         draw inconsistent state
15598
15599         * gtk/gtktogglebutton.c (gtk_toggle_button_set_inconsistent): new
15600         function, used when the user has selected a range of stuff in
15601         different states
15602         (gtk_toggle_button_get_inconsistent): accessor for that
15603         (gtk_toggle_button_paint): draw inconsistent state (etched in?
15604         don't know what else to do)
15605
15606 2001-02-19  Hans Breuer <hans@breuer.org>
15607
15608         * gtk/gtk.def : updated exported symbols
15609
15610         * gtk/makefile.msc.in : updated
15611
15612         * gtk/gtkstyle.c (gtk_style_realize) : gets called without
15613         a colormap, when invoked from testgtk::entry. I'm not sure where
15614         the bug is, but g_return_if_fail (GDK_IS_COLORMAP (colormap));
15615         avoids immediate crashing ...
15616
15617         * gtk/gtkmain.c (check_setugid) : totally disabled on win32;
15618         any objections ?
15619
15620         * gtk/gtktreemodel.c : called G_VALUE_LCOPY with an extra
15621         0 parameter. At least msvc doesn't like macros with var args. 
15622         I simply removed the extra 0, was it a feature or a typo ?
15623
15624         * gtk/gtktreeviewcolumn.[hc] (gtk_tree_view_column_set_func) :
15625         removed the extra indirection from the GtkTreeViewColumnFunc parameter,
15626         because the value assignment to the internal struct wasn't working.
15627         I'm not absolutely sure. The problem could have been resolved by
15628         changing the "func" declartion in the struct, but was the pointer
15629         to the function pointer intended ?
15630
15631         * gtk+/gtk/gtktreedatalist.c : include gboxed.h
15632
15633         * gdk/gdk.def : updated exported symbols
15634
15635         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_image) :
15636         only use SetDIBitsToDevice if there is a palette at the drawable
15637         and the image is GDK_VISUAL_PSEUDO_COLOR
15638
15639         * gdk/win32/gdkkeys-win32.c : msvc still has no <unistd.h> ...
15640
15641         * gdk/win32/gdkwindow-win32.c : #include "gdk.h" /* gdk_rectangle_intersect */
15642
15643         * gdk/*/makefile.msc : updated
15644
15645 2001-02-19  Havoc Pennington  <hp@redhat.com>
15646
15647         * demos/gtk-demo/Makefile.am (INCLUDES): GDK_DISABLE_COMPAT_H,
15648         GDK_DISABLE_DEPRECATED (we need to merge those two #defines)
15649
15650         * gdk/x11/gdkmain-x11.c (gdk_key_repeat_disable): nuke
15651         (gdk_key_repeat_restore): nuke
15652
15653         * gdk/gdk.c (gdk_exit_func): #if 0 this for now, don't install it
15654         (gdk_init_check): no atexit func
15655
15656         * gdk/gdkrgb.h: mark some stuff deprecated
15657
15658         * gdk/gdkcolor.h: mark some stuff deprecated
15659         
15660         * gdk/gdk.h: deprecated gdk_exit, gdk_input_*
15661
15662         * gdk/gdkfont.h: bracket in GDK_DISABLE_DEPRECATED
15663
15664 2001-02-16  Havoc Pennington  <hp@redhat.com>
15665
15666         * gtk/gtkvscrollbar.c (gtk_vscrollbar_trough_keys): use the visual
15667         scroll steps.
15668
15669         * gtk/gtkvscale.c (gtk_vscale_trough_keys): use the visual scroll
15670         steps, and add Ctrl-arrow shortcuts for paging visually as with
15671         HScale, since Page Up and Page Down move logically.
15672
15673         * gtk/gtkenums.h (GtkScrollType): add GTK_SCROLL_STEP_UP,
15674         GTK_SCROLL_STEP_DOWN, etc. for visual scroll directions
15675         
15676         * gtk/gtkrange.c (gtk_range_key_press): handle the visual scroll
15677         steps
15678         (gtk_range_scroll): handle the visual steps
15679
15680         * gtk/gtklist.c (gtk_list_scroll_horizontal): handle the up/down
15681         scroll steps
15682
15683         * gtk/gtkhscale.c (gtk_hscale_trough_keys): use the visual scroll
15684         steps, not the logical ones.
15685
15686         * gtk/gtkclist.c (move_focus_row): handle the up/down scroll steps
15687         (scroll_vertical): handle up/down steps
15688
15689 2001-02-19 Alexander Larsson  <alexl@redhat.com>
15690
15691         * gdk/linux-fb/gdkimage-fb.c (gdk_image_new_bitmap):
15692         Copy data and free data with free().
15693
15694         * gdk-pixbuf/gdk-pixbuf.c:
15695         * gdk-pixbuf/io-jpeg.c:
15696         * gdk-pixbuf/io-png.c:
15697         Use g_try_malloc/g_free instead malloc/free.
15698         
15699         * gdk-pixbuf/test-gdk-pixbuf.c:
15700         Must... initialize... gobject...
15701         
15702         * gdk-pixbuf/pixops/timescale.c:
15703         * gtk/gtkcalendar.c:
15704         Use g_malloc instead of malloc.
15705         
15706 2001-02-19 Alexander Larsson  <alla@lysator.liu.se>
15707
15708         * gtk/testgtkrc:
15709         Comment out property assignments, these don't work yet.
15710
15711 2001-02-17  Havoc Pennington  <hp@pobox.com>
15712
15713         * gtk/gtkalignment.c (gtk_alignment_class_init): clean this up a
15714         bit.
15715
15716 2001-02-17  Havoc Pennington  <hp@pobox.com>
15717
15718         * gtk/gtklabel.c (gtk_label_ensure_layout): fix screwup with
15719         shadowed variables that had broken size request in some cases,
15720         leading to bogus tooltips (#50996)
15721
15722 2001-02-06  Jon K Hellan  <hellan@acm.org>
15723
15724         Implement fast browsing of tooltips, bug #50619
15725         
15726         * gtk/gtktooltips.h (struct _GtkTooltips): Add use_sticky_delay
15727         and last_popdown
15728         
15729         * gtk/gtktooltips.c (gtk_tooltips_init): Initialize sticky_delay,
15730         use_sticky_delay and last_popdown.
15731         (gtk_tooltips_draw_tips, gtk_tooltips_set_active_widget): Record
15732         time of popdown.
15733         (gtk_tooltips_set_active_widget): Unset sticky behaviour if widget
15734         is NULL.
15735         (gtk_tooltips_recently_shown): New static function.  Return true
15736         if < sticky_delay has elapsed since last popdown.
15737         (gtk_tooltips_event_handler): Display window after sticky_delay
15738         (presumably < normal delay) if < STICKY_REVERT_DELAY has elapsed
15739         since last popdown.
15740         
15741 2001-02-17  Havoc Pennington  <hp@pobox.com>
15742
15743         * gtk/gtktypeutils.h (GtkSignalFunc): change it to take (void)
15744         instead of (). #6394
15745
15746         * gtk/gtkprogressbar.c (gtk_progress_bar_get_text): Add
15747         G_CONST_RETURN, make it return by reference, #50473
15748         
15749 Sat Feb 17 06:47:27 2001  Tim Janik  <timj@gtk.org>
15750
15751         * gtk/gtkmenu.c (gtk_menu_motion_notify): default initialize the
15752         generated ENTER_NOTIFY event with 0, otherwise not explicitely
15753         setup fields contain garbage (e.g. subwindow, breaking
15754         gdk_drawable_ref() upon event copy).
15755         (gtk_menu_stop_navigating_submenu_cb): same here.
15756
15757         * gtk/gtklist.c (gtk_list_vertical_timeout): 
15758         * gtk/gtklist.c (gtk_list_horizontal_timeout): 
15759         * gtk/gtkclist.c (vertical_timeout): 
15760         * gtk/gtkclist.c (horizontal_timeout): change direct assignment
15761         default-zero-intialization for unions to memset(,0,), as unions are
15762         not fully default-zero-initialized by compilers (GdkEvent x = { 0, };
15763         has to become GdkEvent x; memset (&x, 0, sizeof (x)); )
15764
15765         * gtk/gtktreeview.c (gtk_tree_view_set_rows_drag_source): scratch
15766         g_closure_sink() warning.
15767
15768         * gtk/gtktreemodel.c (gtk_tree_model_get_valist): 
15769         * gtk/gtktreestore.c (gtk_tree_store_set_valist): 
15770         * gtk/gtkliststore.c (gtk_list_store_set_valist): 
15771         fix G_VALUE_COLLECT() and G_VALUE_LCOPY() calls.
15772         
15773 Fri Feb 16 17:49:59 2001  Jonathan Blandford  <jrb@redhat.com>
15774
15775         * gtk/gtktreestore.[hc], gtk/gtkliststore.[ch]: removed
15776         gtk_*_store_get, and moved to GtkTreeModel.
15777
15778         * gtk/gtktreemodel.h (gtk_tree_model_set{v,}): Added
15779
15780         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_finalize): added.
15781
15782         * gtk/Makefile.am: remove gtktreemodelmapping.[ch]
15783
15784         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_func): let you
15785         set the func.
15786
15787         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_cell_data):
15788         freeze/thaw notify between setting all the properties for a cell.
15789
15790         * gtk/gtk.h: remove gtktreemodelsimple.h, and gtktreemodelmapping.h
15791
15792 2001-02-15  Havoc Pennington  <hp@redhat.com>
15793
15794         * gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region): convert
15795         the X coordinates so they're with respect to the line, rather than 
15796         with respect to the layout.
15797
15798         * gtk/gtkalignment.c: Convert to new property API, patch from Lee
15799         Mallabone
15800
15801         * gtk/testgtk.c (create_range_controls): add vscale tests, 
15802         and inverted test
15803
15804         * gtk/gtkrange.c (gtk_range_set_inverted): new function to fix 
15805         #50806
15806
15807         * gtk/gtkentry.c (gtk_entry_get_text): add G_CONST_RETURN
15808
15809         * gtk/gtktextiter.h (gtk_text_iter_is_last): rename 
15810         gtk_text_iter_is_end
15811
15812         * gtk/gtktextbuffer.h (gtk_text_buffer_get_last_iter):
15813         rename gtk_text_buffer_get_end_iter
15814
15815         * gtk/testgtk.c (create_labels): Add test for selectable
15816
15817         * gtk/gtkentry.c (gtk_entry_draw_text): Use new GDK API to draw
15818         the selection stuff. This code is kind of broken since it doesn't 
15819         use the theme engine.
15820
15821         * gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region): 
15822         fix infinite loop and y offset problem
15823         (gdk_draw_layout_line_with_colors): fix foreground color handling
15824
15825         * gtk/gtklabel.h, gtk/gtklabel.c: Implement a "selectable" flag 
15826         that makes the label selectable.
15827         
15828         * gtk/gtklabel.c (gtk_label_style_set): recreate the label's
15829         layout when the style is set, since fonts etc. could have changed.      
15830
15831 Fri Feb 16 14:22:05 2001  Jonathan Blandford  <jrb@redhat.com>
15832
15833         * gtk/Makefile.am: Removed gtktreemodelsimple.[ch]
15834
15835         * gtk/gtktreemodelsimple.[ch]: removed.
15836
15837 2001-02-16  Alexander Larsson  <alexl@redhat.com>
15838
15839         * gtk/gtktreemodelmapping.[ch]:
15840         New files. Implement GtkTreeModelMapping.
15841         
15842         * gtk/Makefile.am:
15843         Add gtktreemodelmapping.[ch].
15844         
15845         * gtk/gtk.h:
15846         Add gtktreemodelmapping.h
15847
15848         * gtk/treestoretest.c:
15849         Test the GtkTreeModelMapping
15850
15851 Tue Feb 13 13:16:09 2001  Jonathan Blandford  <jrb@redhat.com>
15852
15853         * demos/gtk-demo/panes.c (create_pane_options): If we're going to
15854         have a demo, we might as well pass in real values.  Thanks to
15855         clahey for pointing this out.
15856
15857 2001-02-14  Havoc Pennington  <hp@pobox.com>
15858
15859         * gtk/gtkimagemenuitem.c (gtk_image_menu_item_remove): add
15860         "static" to a private function
15861         (gtk_image_menu_item_class_init): remove destroy handler,
15862         add "image" object property
15863
15864 2001-02-13  Alexander Larsson  <alla@lysator.liu.se>
15865
15866         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_clip_region):
15867         Add a shortcut if the window and the current clip_region doesn't
15868         overlap. This is needed when there are a lot of windows in a
15869         window. The layout test in testgtk is a good test.
15870
15871         * gdk/linux-fb/gdkwindow-fb.c:
15872         Whitespace fix.
15873
15874 2001-02-13  Sven Neumann  <sven@convergence.de>
15875
15876         * demos/testanimation.c: replaced deprecated gtk_drawing_area_size
15877
15878 2001-02-13  Alexander Larsson  <alexl@redhat.com>
15879
15880         * gdk/linux-fb/gdkcursor-fb.c (gdk_fb_cursor_unhide):
15881         Don't reference last_cursor if it is null. Fixes crash when rotating
15882         the screen before having moved the mouse.
15883
15884         * gdk/linux-fb/gdkcc-fb.c: Zapp!
15885
15886         * gdk/linux-fb/Makefile.am: Don't compile gdkcc-fb.c
15887
15888         * gdk/linux-fb/gdkwindow-fb.c: Fix typo. width->height. Fixes redraw 
15889         when using 90 or 270 degrees rotation.
15890
15891 2001-02-12  Havoc Pennington  <hp@pobox.com>
15892
15893         * gdk/gdkpango.c (gdk_pango_get_gc): fix bug where 
15894         it always set the foreground, even if we were only using
15895         a stipple.
15896         (gdk_draw_layout_line_with_colors): new function, allow
15897         override colors
15898         (gdk_draw_layout_with_colors): new function, allow override
15899         colors
15900         (gdk_pango_layout_line_get_clip_region): function to get the clip
15901         region for a logical text range
15902         (gdk_pango_layout_get_clip_region): get the clip region for a
15903         logical text range
15904
15905         * gdk/x11/gdkcolor-x11.c: forward declare gdk_colormap_sync(),
15906         (gdk_colormap_new): fix call to gdk_colormap_sync() so it has 
15907         the right number of arguments.
15908
15909         * gtk/gtktextbtree.c (gtk_text_btree_node_check_consistency):
15910         enhance the function to check that node data corresponds to a 
15911         view still belonging to the tree.
15912
15913         * gtk/gtktreeview.c (gtk_tree_view_changed): we were leaking the 
15914         GtkTreePath
15915         (gtk_tree_view_inserted): ditto
15916         (gtk_tree_view_child_toggled): ditto
15917
15918         * gtk/gtktreemodel.c (gtk_tree_path_append_index): use realloc to
15919         simplify this code.
15920
15921         * gtk/gtkcellrenderertext.c (get_layout): fix leak of 
15922         a PangoAttrList
15923
15924         * demos/gtk-demo/main.c (load_file): Fix leak of a GString
15925
15926         * gtk/gtkentry.c (gtk_entry_realize): Fix leak of a GdkCursor
15927
15928         * gtk/gtkmenubar.c (gtk_menu_bar_size_request): consider toggle
15929         size in the size request 
15930         (gtk_menu_bar_size_allocate): consider toggle size here
15931
15932         * gtk/gtkimagemenuitem.h, gtkimagemenuitem.c: Menu item
15933         that displays a widget in the toggle slot
15934
15935         * gtk/testgtk.c: test GtkImageMenuItem
15936
15937         * gtk/Makefile.am, gtk/gtk.h: Add GtkImageMenuItem
15938         
15939         * gtk/gtkmenuitem.h: Use "gint" not "guint16" for toggle size
15940         request and allocation
15941
15942         * gtk/gtkmenu.c (gtk_menu_size_request): use gint not guint16
15943
15944         * gtk/gtkcheckmenuitem.c
15945         (gtk_check_menu_item_toggle_size_request): ditto
15946         
15947 Mon Feb 12 23:43:30 2001  Owen Taylor  <otaylor@redhat.com>
15948
15949         * gtk/Makefile.am (gdk_headers): Remove gdkcc.h 
15950         reference.
15951
15952         * configure.in gtk/gtkmain.c: Add checks for setuid/setgid,
15953         and refuse to initialize GTK+ if they fail.
15954
15955 Mon Feb 12 15:02:07 2001  Owen Taylor  <otaylor@redhat.com>
15956
15957         * configure.in: Add check for gtk-doc version.
15958
15959 Thu Feb  8 17:18:26 2001  Owen Taylor  <otaylor@redhat.com>
15960
15961         * gtk/gtklabel.c (gtk_label_size_request): Fix bug
15962         where the xpad/ypad was only being used on one side!
15963
15964 2001-02-11  Tor Lillqvist  <tml@iki.fi>
15965
15966         * gdk/win32/gdkcolor-win32.c (gdk_colormap_query_color): New
15967         function, copied from X11 version.
15968
15969         * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): Eliminate
15970         DestroyCursor failures. The reason for the problem (despite the
15971         inconsistent messages from GetLastError()) was that
15972         DestroyCursor() cannot be called while a cursor is set in a
15973         window. Set the new cursor first and then destroy the old one.
15974         Thanks to jpe@archaeopteryx.com.
15975
15976         * gdk/win32/gdkcc-win32.c: Remove.
15977
15978         * gdk/win32/Makefile.am: Remove from here, too.
15979         
15980         * gdk/gdk.def
15981         * gdk/makefile.mingw.in: Update. Godbye GdkColorContext.
15982
15983         * gtk/gtk.def
15984         * gtk/makefile.mingw.in: Updates.
15985
15986 2001-02-08  Havoc Pennington  <hp@redhat.com>
15987
15988         * gtk/gtkbin.c (gtk_bin_add): better error message if you try to
15989         add a widget to a bin that already has a child.
15990
15991         * gdk/gdkcc.h, gdk/gdkcc-x11.c: Remove GdkColorContext, #50512
15992
15993         * docs/Changes-2.0.txt: note that GdkColorContext is gone.
15994         
15995         * gdk/x11/Makefile.am (libgdk_x11_la_SOURCES): remove gdkcc-x11.c
15996
15997         * gdk/gdk.h: remove gdkcc.h
15998
15999         * gdk/Makefile.am (gdk_public_h_sources): remove gdkcc.h
16000
16001         * gtk/gtkpixmap.c (build_insensitive_pixmap): rewrite using
16002         GdkPixbuf, since the previous implementation was GdkColorContext
16003         dependent.
16004
16005         * gtk/testgtk.c (create_pixmap): add test for insensitive GtkPixmap
16006         
16007 Thu Feb  8 19:00:00 2001  Jonathan Blandford  <jrb@redhat.com>
16008
16009         * gtk/gtktreeview.c (TREE_VIEW_VERTICAL_SEPARATOR): moved back to
16010         a sane value!
16011
16012 2001-02-08  Havoc Pennington  <hp@redhat.com>
16013
16014         * gtk/gtkstyle.c (get_darkened_gc): let's darken colors, not
16015         lighten them.
16016
16017 2001-02-08  Havoc Pennington  <hp@redhat.com>
16018
16019         * gtk/gtktextview.c (gtk_text_view_destroy_layout): remove
16020         validation idle
16021
16022         * demos/gtk-demo/main.c (create_tree): adjust to changes in text
16023         cell renderer
16024
16025         * demos/pixbuf-demo.c (timeout): remove deprecated
16026         gtk_widget_draw
16027
16028         * demos/testpixbuf-save.c (main): remove deprecated
16029         gtk_drawing_area_size
16030
16031         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): allocate
16032         buttons even if the model isn't setup. gtk_tree_view_check_dirty()
16033         at the start of the allocation.
16034         (gtk_tree_view_check_dirty): handle column->button == NULL, handle
16035         unsetup or NULL model.
16036
16037         * gtk/gtkstyle.c (gtk_default_draw_flat_box): drawing for the 
16038         even/odd/sorted cells in the tree view.
16039
16040         * gtk/gtktreeselection.c (gtk_tree_selection_real_unselect_all):
16041         bugfixes
16042
16043         * gtk/gtktreeview.c: assorted bugfixy stuff. Draw the row
16044         backgrounds with draw_flat_box using different detail for even/odd
16045         rows.
16046
16047         * gtk/gtkrbtree.c, gtkrbtree.h: Keep track of the parity of each
16048         row, so we can draw the alternating colors thing
16049
16050         * gtk/gtktexttag.c (gtk_text_tag_set_property): if we change a
16051         property from a synonym property, notify for the synonym.
16052         Also, nuke the background_gdk_set and foreground_gdk_set synonyms
16053         (gtk_text_tag_get_property): Always return the font, even if
16054         all its fields aren't set
16055
16056         * gtk/gtkcellrenderertext.h (struct _GtkCellRendererText): don't
16057         store the attr list; it leaves us with no way to change attributes
16058         in _render according to the render flags, and no way to implement
16059         get_property. Instead store all the specific text attributes. 
16060         Separate whether an attribute is enabled from its value. Sync all
16061         properties with GtkTextTag, make them all consistent, etc.
16062
16063         * gtk/gtkcellrenderer.h: Add a flag GTK_CELL_RENDERER_SORTED so
16064         renderers can highlight the sort row/column     
16065
16066         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_get_property): use
16067         accessor functions to get values; this has the side effect of
16068         showing up which accessor functions were missing. Added those.
16069
16070         * gtk/gtktreeviewcolumn.h: Replace set_justification with
16071         set_alignment, to be consistent with GtkLabel, GtkMisc
16072
16073         * gtk/gtktreeviewcolumn.c: Added code to display sort indicator
16074         arrow.
16075
16076         * gtk/Makefile.am (gtk_public_h_sources): add gtktreesortable.h
16077
16078         * gtk/gtktreesortable.h: updates in here
16079
16080 2001-02-07  Sven Neumann  <sven@convergence.de>
16081
16082         * gtk/gtkentry.c (gtk_entry_draw_text): convert area_height to 
16083         pango dimensions after painting the background. We used to draw
16084         gigantic flat boxes here.
16085
16086 Mon Feb  5 22:05:57 2001  Owen Taylor  <otaylor@redhat.com>
16087
16088         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image): Fix syntax
16089         error introduced with earlier commit) (pointed out by
16090         Ollie Lho)
16091
16092 Mon Feb  5 12:25:06 2001  Owen Taylor  <otaylor@redhat.com>
16093
16094         * gtk/gtkbutton.c: Remove calls to gtk_grab_add/gtk_grab_remove,
16095         which are no longer necessary.
16096
16097 Mon Feb  5 13:22:54 GMT 2001  Tony Gale <gale@gtk.org>
16098
16099         * docs/faq/gtk-faq.sgml: s/MISK/MISC/
16100
16101 2001-02-04  Tor Lillqvist  <tml@iki.fi>
16102
16103         * gdk/gdk.def
16104         * gdk/win32/gdkim-win32.c (gdk_ic_attr_new, gdk_ic_attr_destroy):
16105         Provide dummy implementations.
16106
16107 Sun Feb  4 07:55:17 2001  Tim Janik  <timj@gtk.org>
16108
16109         * gtk/gtksignal.h: removed gtk_signal_init() compat define.
16110
16111         * gtk/gtktypeutils.[hc]: gtk_tpye_init() take an additional argument
16112         GTypeDebugFlags debug_flags and pass it on to g_type_init ();
16113         deprecated this function.
16114
16115         * gdk/gdk.c (gdk_init_check): call g_type_init () with 0 as
16116         argument.
16117
16118 Sun Feb  4 07:45:45 2001  Tim Janik  <timj@gtk.org>
16119
16120         * gtk/gtkdebug.h: nuke GTK_DEBUG_OBJECTS and GTK_DEBUG_SIGNALS.
16121
16122 2001-02-03  Havoc Pennington  <hp@pobox.com>
16123
16124         * gtk/gtktextbtree.c (_gtk_text_btree_tag): Fix bug reported by
16125         Mikael Hermansson with patch from Mikael (if there was a toggle
16126         start one after the first character in the range, this function
16127         was broken). Bug #50380
16128
16129 Sat Feb  3 11:28:03 2001  Owen Taylor  <otaylor@redhat.com>
16130
16131         * configure.in: Remove confusing comment about X11.
16132
16133 Fri Feb  2 19:21:23 2001  Owen Taylor  <otaylor@redhat.com>
16134
16135         * gdk/gdkwindow.c (gdk_propagate_shapes): Surround additional
16136         regions with HAVE_SHAPE_EXT. (#50511, Eric Ding)
16137         
16138 Fri Feb  2 18:31:54 2001  Owen Taylor  <otaylor@redhat.com>
16139
16140         * gdk/x11/gdkimage-x11.c: Remove definition of _XOPEN_SOURCE, since
16141         it breaks things on BSD. If you want to compile GTK+ with
16142         -ansi -pedantic, you should supply CPP_FLAGS=_XOPEN_SOURCE 
16143         when configuring, since GTK+ simply can't be "pure ANSI" 
16144         in the header files it uses. (#8170, Greg Hudson)
16145
16146 2001-02-02  Havoc Pennington  <hp@redhat.com>
16147
16148         * gtk/gtkwindow.c: docs
16149
16150         * gtk/gtkwidget.c: docs
16151         (gtk_widget_set_colormap): add a reference to the colormap
16152         (gtk_widget_get_default_colormap): add a reference to the colormap
16153
16154         * gtk/gtktextbtree.c (gtk_text_mark_set_visible): docs
16155
16156         * gtk/gtktextiter.c: docs
16157
16158         * gtk/gtkmain.c (gtk_propagate_event): docs
16159
16160         * gtk/gtkpaned.c (gtk_paned_get_position): docs
16161         (gtk_paned_set_position): docs
16162
16163         * gtk/gtktreesortable.h (struct _GtkTreeSortableIface): Initial
16164         sort interface, no implementation yet.
16165
16166         * demos/testpixbuf.c (new_testrgb_window): replace
16167         gtk_drawing_area_size() with gtk_widget_set_usize()
16168
16169         * demos/testpixbuf-drawable.c (main): ditto
16170         
16171         * gtk/testgtk.c: remove use of GtkStatusbarMsg
16172
16173         * gtk/gtktextbuffer.c: docs
16174
16175         * gtk/gtkstock.c: docs
16176
16177         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_set_shadow_type): docs
16178
16179         * gtk/gtkoptionmenu.c (gtk_option_menu_get_history): docs
16180
16181         * gtk/gtklabel.c (gtk_label_set_markup_with_accel): fix docs
16182         
16183         * gtk/gtkimage.c: add some docs in here
16184         (gtk_image_size_request): change name of
16185         gtk_widget_render_stock_icon
16186         (gtk_image_get_icon_set): don't dup returned string
16187         (gtk_image_get_icon_set): don't dup returned string
16188
16189         * gtk/gtkwidget.c (gtk_widget_render_icon): rename from 
16190         gtk_widget_render_stock_icon(), more consistent with gtkstyle.h
16191         and gtkiconfactory.h functions
16192
16193         * gtk/gtkiconfactory.c: add some docs in here
16194
16195         * gtk/gtkmain.c (gtk_get_default_language): document
16196         (gtk_get_current_event): document
16197         (gtk_get_current_event_state): document
16198         (gtk_get_event_widget): document
16199
16200         * gtk/gtkentry.c (gtk_entry_set_invisible_char): document
16201
16202         * gtk/gtkcontainer.c: Add some documentation
16203         (gtk_container_add): give a more explanatory warning on adding an
16204         already-parented widget, this is kind of a FAQ and also a common
16205         typo that's easier to debug with a nice warning 
16206
16207         * gtk/gtkcellrenderertoggle.c
16208         (gtk_cell_renderer_toggle_get_active): remove, I was on crack
16209         adding this, it's useless
16210         (gtk_cell_renderer_toggle_set_active): remove
16211         (gtk_cell_renderer_toggle_get_radio): add
16212
16213         * gtk/gtkcellrenderer.c (gtk_cell_renderer_get_size): don't allow
16214         the NULL cell renderer, that doesn't make any sense to me. 
16215
16216         * demos/gtk-demo/Makefile.am (INCLUDES): -DGTK_DISABLE_DEPRECATED,
16217         demo code should never use deprecated features.
16218
16219         * demos/Makefile.am (INCLUDES): -DGTK_DISABLE_DEPRECATED, demo
16220         code should never use deprecated features.
16221
16222         * gtk/gtkwidget.h: Mark gtk_widget_draw, gtk_widget_queue_clear,
16223         gtk_widget_queue_clear_area deprecated
16224
16225         * gtk/gtklayout.h: mark gtk_layout_freeze/gtk_layout_thaw
16226         deprecated
16227
16228         * gtk/gtklabel.h: mark gtk_label_get() deprecated
16229
16230         * gtk/gtkimage.h: mark the legacy GtkImage functions that took 
16231         a GdkImage deprecated, replaced by new consistently-named
16232         functions       
16233
16234         * gtk/gtkmain.h: Mark gtk_exit() deprecated
16235
16236         * gtk/gtkdrawingarea.h: mark gtk_drawing_area_size deprecated
16237
16238         * gtk/gtkstyle.h: mark gtk_draw_string, gtk_paint_string 
16239         deprecated
16240
16241         * gtk/gtkstatusbar.h: Move GtkStatusbarMsg to the .c file, 
16242         so it won't appear in docs and confuse people.
16243
16244         * gtk/gtkprogressbar.h: Mark all the old methods deprecated
16245
16246         * gtk/gtkprogress.h: Mark all methods deprecated, mark the cast
16247         macros deprecated. (can't mark the type itself deprecated, since
16248         GtkProgressBar is not deprecated and we need the type decl to use
16249         GtkProgressBar)
16250
16251         * gtk/gtkpixmap.h: Mark deprecated
16252
16253         * gtk/gtkoldeditable.h: Mark deprecated
16254
16255         * gtk/gtklist.h: Mark deprecated
16256
16257         * gtk/gtklabel.h: delete "GtkLabelWord" typedef, not used 
16258         for anything anymore.
16259
16260         * gtk/gtkctree.h: Mark deprecated
16261
16262         * gtk/gtkclist.h: Mark deprecated
16263
16264         * gtk/gtkpreview.h: Mark deprecated
16265
16266         * gtk/gtkpacker.h: Mark deprecated
16267
16268         * gtk/gtktipsquery.h: Mark deprecated
16269
16270         * gtk/gtkinputdialog.h: Add comment that it will move out of GTK
16271
16272         * gtk/gtkvruler.h: Add comment that it will move out of GTK
16273
16274         * gtk/gtkhruler.h: Add comment that it will move out of GTK
16275
16276         * gtk/gtkruler.h: Add comment that it will move out of GTK
16277
16278         * gtk/gtkgamma.h: Add comment that it will move out of GTK
16279
16280         * gtk/gtkcurve.h: Add comment that it will move out of GTK
16281
16282 Fri Feb  2 17:16:09 2001  Owen Taylor  <otaylor@redhat.com>
16283
16284         * gdk/x11/gdkcolor-x11.c (gdk_colormap_sync): Make
16285         gdk_colormap_sync private since it was never exported
16286         in a header file.
16287
16288         * gdk/x11/gdkcolor-x11.c (gdk_colormap_new): Fill in
16289         colormap->colors[] for StaticGray, StaticColor colormaps.
16290
16291         * gdk/gdkpixbuf-drawable.c: Fix problems where image->bpp
16292         was being used as if it was image->bits_per_pixel.
16293
16294         * gdk/gdkimage.h, gdk/x11/gdkimage-x11.c: Save the bits-per-pixel
16295         for the image in the GdkImage structure since it isn't
16296         reconstructable, and we need it to handle packed types
16297
16298         * gdk/win32/gdkimage-win32.c: Set image->bits_per_pixel. (I'm making
16299         the assumption that on Win32 image->bits_per_pixel == image->depth,
16300         always.
16301
16302         * gdk/linux-fb/gdkimage-fb.c: Set image->bits_per_pixel.
16303
16304         * gdk/gdkrgb.c (gdk_rgb_select_conv): Exit with an informative
16305         warning message if no converter can be found. 
16306
16307 Fri Feb  2 15:09:51 2001  Owen Taylor  <otaylor@redhat.com>
16308
16309         * gtk/fnmatch.c (FOLD): Fix problem with passing signed
16310         chars to isupper() / tolower(). (#567)
16311
16312         * examples/packer/pack.c: Add GINT_TO_POINTER, GPOINTER_TO_INT
16313         to clear up 64-bit warnings. (#567)
16314
16315 Fri Feb  2 12:26:50 2001  Owen Taylor  <otaylor@redhat.com>
16316
16317         * gtk/gtkrc.c (gtk_rc_add_initial_default_files): Get rid of
16318         a bunch of g_strdup_printf("%s%s") in favor of g_strconcat().
16319
16320         * gtk/gtkrc.c Makefile.am: Use $(libdir), not $(exe_prefix),
16321         since some people set $(libdir) separately. (#1290, David Kaelbling)
16322
16323 Thu Feb  1 18:25:46 2001  Owen Taylor  <otaylor@redhat.com>
16324
16325         * gtk/gtkfilesel.c: If PATH_MAX and MAXPATHLEN are not
16326         defined, define MAXPATHLEN to 2048. (The Hurd doesn't have
16327         MAXPATHLEN, but the code here depends on a fixed value.)
16328         (#4524)
16329
16330 Wed Jan 31 22:01:04 2001  Owen Taylor  <otaylor@redhat.com>
16331
16332         * gtk/gtkhandlebox.c (gtk_handle_box_button_changed): Handle the case
16333         where child == NULL and handle_position == RIGHT or BOTTOM. (#8041g)
16334
16335 Wed Jan 31 21:20:39 2001  Owen Taylor  <otaylor@redhat.com>
16336
16337         * gtk/gtkctree.c (real_tree_move): If the node being moved isn't
16338         viewable there is no way that moving the node will cause the 
16339         focus row to become not viewable, so omit check on the visibility
16340         of new_sibling, which is irrelevant. (Fixes #8002, David Helder)
16341
16342 Wed Jan 31 20:38:17 2001  Owen Taylor  <otaylor@redhat.com>
16343
16344         * gtk/gtkentry.c (gtk_entry_commit_cb): Delete the current
16345         selection before inserting new text.
16346
16347 Wed Jan 31 18:49:33 2001  Owen Taylor  <otaylor@redhat.com>
16348
16349         * gtk/gtkoptionmenu.c (gtk_option_menu_item_state_changed_cb):
16350         Make the sensitivity of the reparented child track that of
16351         the original parent menu item. (#34218, David Hodson)
16352
16353         * gtk/gtkoptionmenu.c (gtk_option_menu_item_destroy_cb): Handle
16354         the case where the current item is destroyed properly.
16355
16356         * gtk/gtkoptionmenu.c: Some additional code cleanups and fix
16357         some edge cases with child-less menuitems.
16358         
16359 Wed Jan 31 17:16:13 2001  Owen Taylor  <otaylor@redhat.com>
16360
16361         * gtk/gtkcombo.c (gtk_combo_window_key_press): Make Return
16362         key pop down window. (#12074, Jon K Hellan)
16363
16364 Wed Jan 31 16:21:42 2001  Owen Taylor  <otaylor@redhat.com>
16365
16366         * gtk/gtklist.c (gtk_list_signal_item_toggle): Don't allow
16367         toggling of rows off in BROWSE or EXTENDED mode. (#12072, Jon K Hellan) 
16368         The solution here isn't perfect - you get an extraneous
16369         emission of "toggle", which could conceivably confuse an app,
16370         but better than the current situation. LXR search seems to
16371         indicate that no apps in GNOME CVS connect to "toggle".
16372
16373 Wed Jan 31 15:46:13 2001  Owen Taylor  <otaylor@redhat.com>
16374
16375         * gtk/Makefile.am (libgtkinclude_HEADERS): Move gtkcompat.h from
16376         gtk_public_h_sources to directly here to avoid warning when
16377         building srcdir != builddir. (#9656)
16378
16379 Tue Jan 30 19:49:02 2001  Owen Taylor  <otaylor@redhat.com>
16380
16381         * gtk/gtkrange.c: Patch from Kipp Hickman to make the event
16382         handlers in gtkrange.c return the proper values (TRUE == handled)
16383         (#10316).
16384
16385         This is just the tip of the iceberg, but gtkrange.c is the
16386         most common place where the propagation is problematical,
16387         and also a place where it is almost certainly safe to change
16388         this in the stable branch.
16389
16390         (You don't want right click popups on a range control or anything...)
16391
16392 Tue Jan 30 18:57:59 2001  Owen Taylor  <otaylor@redhat.com>
16393
16394         * gtk/gtktext.c (clear_focus_area): We need to clear the focus
16395         area on focus out, even if a background pixmap isn't set.
16396         (#13941)
16397         
16398 Tue Jan 30 18:24:10 2001  Owen Taylor  <otaylor@redhat.com>
16399
16400         * gtk/gtknotebook.c (gtk_notebook_set_shape): Fix from Sean Cunningham
16401         to deal with setting the shape properly when scrolling arrows are
16402         turned on, but not visible because there is sufficient space.
16403         (#13432)
16404
16405 Tue Jan 30 16:39:25 2001  Owen Taylor  <otaylor@redhat.com>
16406
16407         * gtk/gtkitemfactory.c (gtk_item_factory_delete_item): For menu
16408         items with submenus, destroy the item along with the submenu.
16409         (#7841, Brian Masney(?)) Also, handle paths of the form '<foo>/abcd...' 
16410         properly.
16411
16412         * gtk/testgtk.c (menu_items): Add a dummy branch that we delete
16413         later.
16414
16415 Tue Jan 30 15:51:25 2001  Owen Taylor  <otaylor@redhat.com>
16416
16417         * gtk/gtkwindow.c (gtk_window_real_set_focus): Fix a problem where
16418         the focus widget sometimes wasn't drawn with the default if there
16419         was no default widget.
16420
16421         * gtk/gtkstyle.c (gtk_style_real_unrealize): free colors,
16422         unreference pixmaps. 
16423
16424         * gtk/gtkstyle.c (gtk_style_realize): Reference colormap
16425         for some extra safety.
16426
16427 Mon Jan 29 19:00:01 2001  Owen Taylor  <otaylor@redhat.com>
16428
16429         * gtk/gtk{ctree.c,clist.c} (set_cell_contents): Handle setting
16430         the text of a cell to the old pointer value better, by
16431         copying the new text before freeing the old text. Some code
16432         cleanup. (#8079, Karl Nelson)
16433
16434 Mon Jan 29 16:50:19 2001  Owen Taylor  <otaylor@redhat.com>
16435
16436         * gtk/gtklabel.[ch] gtk/gtkframe.[ch]: Make gtk_label_get_text()
16437         gtk_frame_get_label() non strdup'ing, and G_CONST_RETURN.
16438
16439 Mon Jan 29 15:22:51 2001  Owen Taylor  <otaylor@redhat.com>
16440
16441         * gtk/gtkmenu.c (gtk_menu_remove): When removing an
16442         item from a menu, check to see if it matches 
16443         menu->old_active_menu_item, and if so, unref and clear
16444         old_active_menu_item (Patch from Pavel Cisler)
16445
16446         * gtk/gtkmenushell.c (gtk_menu_shell_remove): Unset 
16447         menu_shell->active_menu_item, if it is the child being
16448         removed. (Patch based on that of Gene Ragan, #50337)
16449
16450 2001-01-31  Alexander Larsson  <alla@lysator.liu.se>
16451
16452         * gdk/linux-fb/gdkselection-fb.c: 
16453         * gdk/linux-fb/gdkcolor-fb.c: 
16454         * gdk/linux-fb/gdkdrawable-fb2.c: 
16455         * gdk/linux-fb/gdkfont-fb.c: 
16456         * gdk/linux-fb/gdkim-fb.c: 
16457         * gdk/linux-fb/gdkinput.c: 
16458         * gdk/linux-fb/gdkkeyboard-fb.c: 
16459         * gdk/linux-fb/gdkmain-fb.c: 
16460         * gdk/linux-fb/gdkrender-fb.c: 
16461         A bunch of whitespace cleanup.
16462         
16463 2001-01-30  Havoc Pennington  <hp@pobox.com>
16464
16465         * gtk/gtktreeitem.h, gtk/gtktree.h, gtk/gtktext.h: bracket in 
16466         #ifdef GTK_ENABLE_BROKEN.
16467
16468         * gtk/gtktreeitem.c, gtk/gtktree.c, gtk/gtktext.c: #define
16469         GTK_ENABLE_BROKEN just before including the broken headers.
16470         
16471         * gtk/gtktypeutils.c: #define GTK_ENABLE_BROKEN, so we can get the
16472         deprecated types registered.
16473
16474         * gtk/testgtk.c, gtk/testselection.c: #define GTK_ENABLE_BROKEN,
16475         we have to test the broken stuff.
16476
16477         * docs/Changes-2.0.txt: explain GTK_ENABLE_BROKEN
16478         
16479 2001-01-30  Havoc Pennington  <hp@redhat.com>
16480
16481         * gtk/gtkliststore.c (gtk_list_store_insert_before): fix bug in
16482         here where prev pointer was set to the wrong thing
16483
16484         * gtk/gtktreemodel.c (gtk_tree_path_is_ancestor): new function
16485         (gtk_tree_path_is_descendant): new function
16486
16487         * gtk/gtkliststore.c (gtk_list_store_iter_n_children): return
16488         cached length
16489         (gtk_list_store_get_iter): don't modify iter if we can't get the
16490         path.
16491
16492         * gtk/gtkliststore.h (struct _GtkListStore): cache the length
16493         
16494         * gtk/gtktreednd.h: add virtual function row_drop_possible() to
16495         GtkTreeDragDest
16496
16497         * gtk/gtktreestore.c (copy_node_data): fix varargs type error that
16498         was causing segfault
16499
16500         * gtk/gtktreedatalist.c (_gtk_tree_data_list_node_copy): set next
16501         pointer to NULL
16502
16503         * gtk/gtktreestore.c (gtk_tree_store_append): fix memleak
16504
16505         * gtk/gtkliststore.c (gtk_list_store_iter_next): don't modify iter
16506         on returning FALSE
16507         (gtk_list_store_iter_children): ditto
16508         (gtk_list_store_iter_nth_child): ditto
16509         (gtk_list_store_iter_nth_child): ditto
16510         (gtk_list_store_iter_parent): ditto
16511
16512         * gtk/gtktreestore.c (gtk_tree_store_get_path): g_return_if_fail
16513         on iter->user_data != NULL instead of silently accepting it.
16514         (gtk_tree_store_iter_next): ditto. Also, don't modify iter unless
16515         we are returning TRUE.
16516         (gtk_tree_store_iter_children): ditto
16517         (gtk_tree_store_iter_nth_child): ditto
16518         (gtk_tree_store_iter_parent): ditto
16519         (gtk_tree_store_insert): remove handling of parent->user_data ==
16520         NULL, replace with parent == NULL       
16521
16522         * gtk/gtktreemodel.c (inserted_callback): put some fixes in here,
16523         and a comment explaining things
16524
16525         * gtk/gtktreestore.c: add GtkTreeDragSource/GtkTreeDragDest
16526         interface support to GtkTreeStore.
16527
16528         * gtk/gtktreemodel.c (gtk_tree_path_prev): didn't properly return
16529         FALSE if no prev, fix
16530
16531         * gtk/gtktreeview.c (set_source_row): use a row reference
16532         (set_dest_row): use a row reference
16533
16534 Sat Jan 27 15:52:02 2001  Jonathan Blandford  <jrb@redhat.com>
16535
16536         * gtk/gtktreeselection.c (gtk_tree_selection_unselect_iter): Fix
16537         stupid typo pointed out by Kristian Rietveld <kristian@planet.nl>.
16538         (gtk_tree_selection_select_iter): The same as above.
16539
16540 2001-01-26  Havoc Pennington  <hp@redhat.com>
16541
16542         * gtk/gtktreemodel.c, gtk/gtktreemodel.h: add GtkTreeRowReference
16543         which holds a handle to a specific row (particular set of values
16544         in the model, i.e. pointer-identity row).
16545
16546         * gtk/gtktreeview.c, gtk/gtktreeprivate.h, gtk/gtktreeselection.c:
16547         use GtkTreeRowReference for anchor, cursor, and drag_dest_row.
16548         Still need to use it for the src/dest row saved on the drag context.
16549
16550 2001-01-26  Havoc Pennington  <hp@redhat.com>
16551
16552         * gtk/gtktextlayout.c (convert_color): adapt to handle PangoColor
16553
16554         * gtk/gtktreeview.c (gtk_tree_view_widget_to_tree_coords): fix to
16555         not offset by TREE_VIEW_HEADER_HEIGHT
16556         (gtk_tree_view_tree_to_widget_coords): fix to not offset by
16557         TREE_VIEW_HEADER_HEIGHT
16558
16559         * configure.in (included_loaders): for me, --with-included-loaders
16560         generates the error "the specified loader yes does not exist",
16561         i.e. the arg defaults to "yes", so change test for value ""
16562         to test for value "yes", and include all loaders in that case.
16563
16564         * gtk/gtkrbtree.c (_gtk_rbtree_get_depth): new function
16565
16566         * gtk/gtktreeview.c (gtk_tree_view_get_cell_rect): fix to properly
16567         handle TREE_VIEW_VERTICAL_SEPARATOR
16568         (gtk_tree_view_bin_expose): fix to consider the row offset as
16569         pointing halfway into vertical separator.       
16570         (gtk_tree_view_draw_node_focus_rect): ditto
16571
16572         * gtk/gtkdebug.h, gtk/gtkmain.c (gtk_init_check): Add
16573         --gtk-debug=updates, which causes gdk_window_set_debug_updates
16574         (TRUE) to be called.
16575
16576         * gdk/gdkwindow.c (gdk_window_set_debug_updates): Allow enabling a
16577         debug mode where the invalid region is colored in on invalidate,
16578         so you can see the flicker and know whether your redraw code is 
16579         doing a good job.
16580
16581         * gtk/gtktreeview.c (gtk_tree_view_queue_draw_node): Work in 
16582         tree window coordinates (clip rect is in tree window coords)
16583
16584         * gtk/Makefile.am: add gtktreednd.[hc]
16585
16586         * gtk/gtkliststore.c: implement gtktreednd interfaces.
16587
16588         * gtk/gtktreednd.c, gtk/gtktreednd.h: New interface to support
16589         drag-and-drop data operations on a model (so we can set up tree
16590         drag-and-drop automatically)
16591
16592         * gtk/testgtk.c: Add a window to change sensitivity in the
16593         GtkLabel test; add a way to change the entry frame in GtkEntry
16594         test
16595
16596         * gtk/gtkentry.c (gtk_entry_set_has_frame): 
16597         (gtk_entry_get_has_frame): new functions to remove the frame
16598         around an entry
16599         (gtk_entry_size_request): shrink requisition if no frame
16600         (gtk_entry_draw_focus): don't draw frame if no frame
16601
16602         * gtk/gtkstyle.c (gtk_default_draw_check): draw custom look for
16603         checks inside a cell renderer
16604         (gtk_default_draw_option): ditto for options
16605
16606         * gtk/gtktreeviewcolumn.c (update_button_contents): add/remove
16607         children from the alignment, not the button
16608         (gtk_tree_view_column_init): ref/sink the column, to emulate
16609         GObject refcounting.
16610
16611         * gtk/gtkcellrenderer.c (gtk_cell_renderer_init): ref/sink
16612         
16613         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
16614         Use theme functions to draw the toggles 
16615
16616         * gdk/gdkpango.c (gdk_pango_get_gc): use GdkRGB to alloc colors
16617
16618         * gdk/gdkpango.h, gdk/gdkpango.c: Add GdkPangoAttrStipple and
16619         GdkPangoAttrEmbossed to use in rendering insensitive text
16620
16621         * gdk/gdkpango.c (gdk_draw_layout_line): render new properties
16622
16623         * gtk/gtkstyle.c (gtk_default_draw_layout): handle sensitivity
16624         using new GDK features
16625         
16626 2001-01-24  Alexander Larsson  <alexl@redhat.com>
16627
16628         * gtk/gtkimage.c:
16629         Splitted gtk_image_clear into gtk_image_clear() and
16630         gtk_image_reset(). Call gtk_image_clear() in ::destroy
16631         to avoid leaks.
16632
16633         * gtk/gtklabel.c (set_markup):
16634         Don't leak text.
16635
16636         * gtk/gtktextlayout.c:
16637         Always free display->shaped_objects.
16638
16639         * gtk/testgtk.c (create_clist):
16640         Don't leak custom style.
16641
16642 2001-01-23  Alexander Larsson  <alexl@redhat.com>
16643
16644         * gtk/gtkcolorsel.c (grab_color_at_mouse):
16645         Don't leak image. Simplify using gdk_colormap_query_color().
16646         (gtk_color_selection_init): Don't leak dropper_pixmap and mask.
16647
16648         * linux-fb/gdkcolor-fb.c:
16649         Implemented gdk_colormap_query_color.
16650
16651 2001-01-23  Alexander Larsson  <alexl@redhat.com>
16652
16653         * linux-fb/gdkcursor-fb.c:
16654         Don't leak built-in cursors.
16655
16656         * linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_polygon):
16657         Don't leak tmp_points.
16658
16659         * linux-fb/gdkfont-fb.c (gdk_font_from_description):
16660         Don't modify desc. Don't leak font if the PangoFont
16661         isn't found.
16662         
16663         * linux-fb/gdkgc-fb.c (gdk_fb_gc_finalize):
16664         Free dash_list.
16665
16666         * linux-fb/gdkkeyboard-fb.c (gdk_fb_handle_key):
16667         Don't leak string.
16668         
16669 2001-01-20  Havoc Pennington  <hp@pobox.com>
16670
16671         * gtk/gtktexttag.h (enum GtkWrapMode): rename member fields
16672         from GTK_WRAPMODE_WORD to GTK_WRAP_WORD, etc., seems nicer to 
16673         me, matches Pango
16674
16675 2001-01-22  Havoc Pennington  <hp@redhat.com>
16676
16677         * demos/testanimation.c: fix to reflect gdk-pixbuf changes
16678
16679         * demos/testpixbuf.c: fix to reflect gdk-pixbuf changes
16680
16681         * gtk/gdk-pixbuf-loader.c, gtk/gdk-pixbuf-loader.h: 
16682         Remove, move back to gdk-pixbuf
16683
16684         * gtk/gtktextiter.c, gtk/gtktextiter.h: add sentence equivalents
16685         to all the word functions
16686
16687         * gtk/gtktextview.c (gtk_text_view_start_cursor_blink): return
16688         before doing anything on NULL layout or if we don't have the focus
16689
16690         * gtk/testtext.c (fill_example_buffer): "justification"
16691
16692         * gtk/gtktexttag.h, gtk/gtktexttag.c: change the tag attribute
16693         to be called "justification" not "justify"
16694
16695         * demos/gtk-demo/textview.c (create_tags): "justification"
16696         
16697         * gtk/gtktextlayout.c (set_para_values): Handle char-wise wrapping
16698
16699 2001-01-22  Alexander Larsson  <alexl@redhat.com>
16700
16701         * gdk/gdkwindow.c (gdk_window_invalidate_region):
16702         Don't leak visible_region. Use visible_region instead of region.
16703         
16704         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_new):
16705         Don't do extra gdk_drawable_ref(). This is not X.
16706         (gdk_fb_window_find_focus, gdk_fb_change_focus): make sure
16707         gdk_fb_focused_window is ref:ed.
16708         (gdk_fb_window_send_crossing_events): Watch out for destroyed
16709         windows.
16710
16711 2001-01-22  Alexander Larsson  <alexl@redhat.com>
16712
16713         * gtk/gtkwindow-decorate.c (gtk_decorated_window_realize):
16714         Don't leak the PangoFontDescriptor.
16715
16716 Sun Jan 21 09:58:00 2001  Jonathan Blandford  <jrb@redhat.com>
16717
16718         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_point): Make fail
16719         when not realized.
16720         (gtk_tree_view_scroll_to_cell): Make work when not realized.
16721         (gtk_tree_view_realize): add scroll_to support
16722         (gtk_tree_view_finalize): add a finalize method.  Populate.
16723         (gtk_tree_view_insert_column): ref and sink the column.
16724         (gtk_tree_view_append_column): ref and sink the column.
16725         (gtk_tree_view_queue_draw_node): New function to handle redrawing
16726         individual nodes.  Should make the code much more efficient, if
16727         actually used.
16728
16729 2001-01-19  Havoc Pennington  <hp@redhat.com>
16730
16731         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display):
16732         byte_offset variable was being used to mean both "offset into
16733         layout" and "offset into buffer line" which was no longer true
16734         with addition of preedit string; fix
16735
16736 2001-01-19  Havoc Pennington  <hp@redhat.com>
16737
16738         * demos/gtk-demo/main.c (button_press_event_cb): sync to tree changes
16739
16740         * gtk/gtkrbtree.c (_gtk_rbtree_node_find_offset): fix this
16741         function
16742
16743         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_widget):
16744         implement
16745
16746         * gtk/gtktreeview.c (gtk_tree_view_move_to): rename
16747         scroll_to_cell, matches TextView scroll functions better
16748         (gtk_tree_view_tree_to_widget_coords): new function
16749         (gtk_tree_view_widget_to_tree_coords): new function
16750         (gtk_tree_view_get_visible_rect): new function
16751         (gtk_tree_view_get_path_at_pos): accept negative coordinates
16752         (gtk_tree_view_draw_node_focus_rect): new function moved from
16753         draw_focus, also, use width of bin_window as width of the focus
16754         rect
16755         (gtk_tree_view_expand_row): fix bug where it didn't recognize
16756         already-expanded rows
16757         (gtk_tree_view_get_cell_rect): new function
16758         (gtk_tree_view_get_path_at_pos): return the click position
16759         relative to the passed-in cell
16760         (gtk_tree_view_set_expander_column): new function
16761
16762         * configure.in: remove gtk-config-2.0 chmod
16763
16764         * gtk/gtktextview.c (gtk_text_view_drag_motion): small cleanups,
16765         and properly handle drags with targets we don't understand
16766         (gtk_text_view_drag_end): don't stop scrolling, the source isn't
16767         scrolling anyway
16768         (gtk_text_view_drag_drop): stop scrolling here though, and set the
16769         mark invisible
16770
16771         * gtk/gtkdnd.c (gtk_drag_dest_find_target): export as a public
16772         function
16773         (gtk_drag_dest_get_target_list): new function
16774         (gtk_drag_dest_set_target_list): new function
16775         
16776         * gtk/gtktreeview.c: Add a bunch of drag-and-drop implementation
16777
16778         * gtk/gtktreeprivate.h (struct _GtkTreeViewPrivate): add fields
16779         related to drag-and-drop
16780
16781 2001-01-19  Alexander Larsson  <alexl@redhat.com>
16782
16783         * gdk/linux-fb/gdkprivate-fb.h:
16784         Define EMULATE_GDKFONT.
16785         Add extra pango_font stuff to GfkFontPrivate.
16786         
16787         * gdk/linux-fb/gdkdrawable-fb2.c:
16788         * gdk/linux-fb/gdkfont-fb.c:
16789         If EMULATE_GDKFONT defined, implement a slow lame GdkFont
16790         emulation using PangoFont.
16791
16792 2001-01-17  Havoc Pennington  <hp@pobox.com>
16793
16794         * gtk/gtkprogressbar.c, gtk/gtkprogressbar.h: Add "getters" for
16795         all the non-deprecated set_foo functions. Added missing object
16796         properties, and added g_object_notify() to setters. 
16797         Wrote docs.
16798         
16799 2001-01-18  Tor Lillqvist  <tml@iki.fi>
16800
16801         * gtk/gtkmain.c
16802         * gtk/gtkrc.c: (Win32) Use the new
16803         g_win32_get_package_installation_(sub)directory() functions.
16804
16805         * config.h.win32.in: New file.
16806         
16807         * config.h.win32: Removed.
16808
16809         * configure.in: Output config.h.win32.
16810
16811         * Makefile.am: Add it to EXTRA_DIST.
16812
16813         * gtk/gtk.def: Update.
16814
16815 Wed Jan 17 16:22:54 2001  Owen Taylor  <otaylor@redhat.com>
16816
16817         * gtk/gtklabel.c (gtk_label_size_request): Set the
16818         attributes onto the PangoLayout even if they are newly
16819         created from label->pattern.
16820
16821 Tue Jan  9 11:20:48 2001  Owen Taylor  <otaylor@redhat.com>
16822
16823         * gdk/x11/gdkdnd-x11.c: Remove unused variable.
16824
16825         * gtk/gtkdnd.c: Encapsulate storing and retrieving info
16826         structures in functions. Fixes bug where gtk_dataset_*
16827         was accidentally still being used in one place, causing
16828         every dest side event to be treated independently.
16829
16830         * gtk/gtkdnd.c: Remove last vestages of handling
16831         ::draw (fixes warning)
16832         
16833         * gtk/gtkentry.[ch]: Add drag and drop support.
16834
16835         * gtk/gtkdnd.[ch] gtk/gtktextview.c gtk/gtkentry.c: Add
16836         new function gtk_check_drag_threshhold() for checking
16837         to check if (dx,dy) has exceeded the threshhold for starting
16838         a drag and use it everywhere.
16839
16840 Mon Jan  8 11:58:05 2001  Owen Taylor  <otaylor@redhat.com>
16841
16842         * gtk+-2.0.pc.in gdk-pixbuf-2.0.pc.in (Cflags): Remove -I${includedir},
16843         add -I{includedir}/gtk-2.0.
16844
16845         * gtk/gtktreeview.[ch] gtktreemodelsort.[ch] gtknotebook.c
16846         gdk/gdk-pixbuf.h: Doc fixups.
16847         
16848         * gtk/gtkobject.h: Remove trailing , from enum
16849
16850 2001-01-17 Alexander Larsson <alexl@redhat.com> 
16851
16852         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_shadow_fb_draw_arc):
16853         Doh! Mixed up x and y.
16854
16855         * gdk/linux-fb/gdkglobals-fb.c:
16856         Removed gdk_fb_pointer_grab_window_events,
16857         added _gdk_fb_pointer_grab_owner_events and
16858         _gdk_fb_keyboard_grab_owner_events.
16859
16860         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_pointer_grab):
16861         Set all button mask if GDK_BUTTON_MOTION_MASK set. Send
16862         crossing events before grabbing. Set _gdk_fb_pointer_grab_owner_events.
16863         (gdk_fb_pointer_ungrab): Unset _gdk_fb_pointer_grab_owner_events
16864         Send crossing events after ungrab finished.
16865         (gdk_keyboard_grab): Set ..._owner_events
16866         (type_masks): Move out of function.
16867         (gdk_fb_other_event_window, gdk_fb_pointer_event_window,
16868         gdk_fb_keyboard_event_window): New functions, return the
16869         window an event should be targeted at. Handles grabs and
16870         event propagation. Can return NULL.
16871         (gdk_event_make): Remove event_mask checking. Now always
16872         returns an event.
16873                 
16874         * gdk/linux-fb/gdkkeyboard-fb.c:
16875         * gdk/linux-fb/gdkproperty-fb.c:
16876         * gdk/linux-fb/gdkselection-fb.c:
16877         Use new event_window/gdk_event_make() behaviour.
16878         
16879         * gdk/linux-fb/gdkmouse-fb.c:
16880         Use new event_window/gdk_event_make() behaviour.
16881         Only send motion events if in the same window.
16882         If grabbed, use cursor from window if sibling of grabbed
16883         window, and cursor from grabbed window otherwise.
16884
16885         * gdk/linux-fb/gdkprivate-fb.h:
16886         Update gdk_fb_window_send_crossing_events, gdk_event_make
16887         and grab varaible declarations. Add gdk_fb_*_event_window().
16888
16889         * gdk/linux-fb/gdkwindow-fb.c:
16890         Use new event_window/gdk_event_make() behaviour.
16891         Keep correct track of focus window.
16892         (gdk_window_set_events): Set all specific button motion masks
16893         if GDK_BUTTON_MOTION_MASK set.
16894
16895         * gtk/gtkdnd.c (gtk_drag_update):
16896         Free info->last_event if gdk_drag_motion returned FALSE.
16897
16898 2001-01-16  Tor Lillqvist  <tml@iki.fi>
16899
16900         * gdk/win32/gdkwindow-win32.c (gdk_window_show, gdk_window_hide):
16901         Eliminate redraws when input-only windows are shown or
16902         hidden. Thanks to jpe@archaeopteryx.com.
16903
16904 Tue Jan 16 13:13:13 GMT 2001  Tony Gale <gale@gtk.org>
16905
16906         * docs/faq/gtk-faq.sgml: FAQ update:
16907           - Update to bugzilla
16908           - Add GTK+ and security/SUID/SGID
16909           - Add DnD question
16910
16911 2001-01-16  Alexander Larsson  <alla@lysator.liu.se>
16912
16913         * gdk/linux-fb/gdkdnd-fb.c:
16914         Some cleanups.
16915         
16916 2001-01-15  Havoc Pennington  <hp@pobox.com>
16917
16918         * tests/testtreeview.c: add test stuff for CellRendererToggle
16919
16920         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_get_model): add this
16921         accessor
16922
16923         * gtk/gtkcellrenderertoggle.c: distinguish different event types,
16924         only toggle on button press (would do release like GtkButton, but
16925         we'd need implicit grab code for treeview cells)
16926
16927 2001-01-16  Tor Lillqvist  <tml@iki.fi>
16928
16929         * gdk/win32/gdkvisual-win32.c: Include <stdlib.h> for getenv().
16930
16931         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Don't use
16932         GDK_COLORMAP_PRIVATE_DATA on a potentially NULL GdkColormap.
16933
16934         * gdk/win32/gdkfont-win32.c (gdk_font_load_internal): Adapt calls
16935         to g_{locale,filename}_{to,from}_utf8 to match current API.
16936
16937         * gtk/makefile.msc.in (gtk_OBJECTS)
16938         * gtk/makefile.mingw.in (gtk_OBJECTS): Add gtkwindow-decorate.
16939
16940         * gtk/gtk.def: Update.
16941
16942 2001-01-15  Tor Lillqvist  <tml@iki.fi>
16943
16944         * gdk/win32/gdkevents-win32.c (synthesize_crossing_events): New
16945         implementaion that more closely mimics the events that an X server
16946         would generate. Especially, properly generate GDK_NOTIFY_VIRTUAL and
16947         GDK_NOTIFY_NONLINEAR_VIRTUAL crossing events. This makes buttons
16948         with nested preview widgets, for instance, more responsive when
16949         you move the mouse quickly into them.
16950         (find_window_for_pointer_event): Make it actually compile.
16951         (gdk_event_translate): Set send_event to the value of
16952         InSendMessage (). This doesn't really mean the same as X11's
16953         send_event flag, but is close enough, says jpe@archaeopteryx.com
16954
16955 2001-01-15  Alexander Larsson  <alexl@redhat.com>
16956
16957         * gdk/linux-fb/gdkdnd-fb.c:
16958         Implemented drag and drop.
16959         Seems to be mostly working. I sometimes get an assert from gtkdnd.c:2664
16960         when it tries to free and then copy the same event (info->last_event).
16961         I am not sure about why this happens, but will continue looking.
16962
16963 2001-01-15  Alexander Larsson  <alexl@redhat.com>
16964
16965         * gdk/linux-fb/gdkwindow-fb.c:
16966         Use gdk_window_invalidate_rect instead of
16967         gdk_window_invalidate_rect_clear to minimise flashing.
16968         When hiding windows you need to clear the root window though.
16969
16970 2001-01-15  Alexander Larsson  <alexl@redhat.com>
16971
16972         * gdk/linux-fb/gdkdrawable-fb2.c:
16973         For optization, add an full_shapes argument to gdk_fb_clip_region.
16974         If this is false, only the cliprects of the shapes are used.
16975
16976         * gdk/linux-fb/gdkprivate-fb.h:
16977         Export gdk_fb_window_peek_shape.
16978         Add full_shapes to gdk_fb_clip_region.
16979
16980         * gdk/linux-fb/gdkwindow-fb.c (gdk_fb_window_move_resize):
16981         When moving a window, don't clear everything under the it, just the
16982         root window. Makes stuff faster and flash less.
16983         (gdk_window_get_pointer): Correctly handle offseted shapes, due to
16984         USE_CHILD_SHAPE. (gdk_fb_window_peek_shape): Return the correct
16985         offset of the shape.
16986         
16987
16988 2001-01-12  Havoc Pennington  <hp@redhat.com>
16989
16990         * gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): offset the 
16991         current invalid region, fixes redraw bug while scrolling the 
16992         text widget
16993
16994         * gtk/gtktextview.c, gtk/gtktextview.h:
16995         Rearrange the scrolling/validation/etc. code in a major way, 
16996         so it seems to make sense to me. Probably isn't genuinely that
16997         much better, but...
16998
16999         * gtk/gtktexttag.c (set_fg_color): fix name of property used for
17000         notifies
17001
17002         * gtk/gtktextmark.c (gtk_text_mark_get_left_gravity): new function
17003
17004 2001-01-12  Alexander Larsson  <alla@lysator.liu.se>
17005
17006         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_set_rotation):
17007         Hide mouse pointer while rotation. Show it afterwards.
17008
17009 2001-01-12  Alexander Larsson  <alexl@redhat.com>
17010
17011         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_clip_region): Take shaped
17012         windows in consideration when generating clip region.
17013
17014         * gdk/linux-fb/gdkfb.h:
17015         Huge HACK. Added GDK_FB_USE_CHILD_SHAPE.
17016
17017         * gdk/linux-fb/gdkprivate-fb.h:
17018         Add shape to GdkWindowFBDatat.
17019         exported gdk_fb_window_get_abs_shape().
17020         removed gdk_fb_draw_lines declaration.
17021
17022         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_impl_fb_init):
17023         Init shape to NULL. (gdk_fb_window_send_crossing_events): Don't
17024         send focus changes when there is a grabbed window.
17025         (gdk_window_get_pointer): Handle shaped windows.
17026         (gdk_fb_region_create_from_bitmap): Convert bitmap to region.
17027         (gdk_fb_window_peek_shape): Returns the shape for a window,
17028         handles GDK_FB_USE_CHILD_SHAPE.
17029         (gdk_fb_window_get_abs_shape): Returns the shape of the window,
17030         offseted to absolute positions. Handles GDK_FB_USE_CHILD_SHAPE.
17031         (gdk_window_shape_combine_mask): Implement.
17032
17033         * gtk/gtkwindow-decorate.c:
17034         HACK! Set GDK_FB_USE_CHILD_SHAPE on window->frame to make sure
17035         setting the shape of a window makes the window transparent.
17036
17037 2001-01-11  Havoc Pennington  <hp@redhat.com>
17038
17039         * gtk/gtktreemodelsimple.h: Oops, broke some macros
17040
17041 2001-01-10  Havoc Pennington  <hp@redhat.com>
17042
17043         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_clear_attributes):
17044         add this function, bug 40251
17045
17046         * gtk/gtktreemodelsimple.h (GTK_TYPE_TREE_MODEL_SIMPLE): fix name
17047         of type macro   
17048
17049 2001-01-11  Alexander Larsson  <alexl@redhat.com>
17050
17051         * acconfig.h:
17052         Added ENABLE_SHADOW_FB
17053
17054         * configure.in:
17055         Added --disable-shadowfb
17056
17057         * gdk/linux-fb/gdkcursor-fb.c:
17058         Update shadowfb when updating cursor
17059
17060         * gdk/linux-fb/gdkdrawable-fb2.c:
17061         Added wrappers for shadowfb that calls  the normal drawable
17062         methods, but calls gdk_shadow_fb_update(bounding box) when
17063         GdkWindows are drawed to.
17064         Moved gdk_draw_glyphs implementation to _gdk_draw_glyphs
17065         which also returns the bounding box.
17066
17067         * gdk/linux-fb/gdkfb.h:
17068         Added GdkFBAngle type and gdk_fb_set_rotation declaration.
17069
17070         * gdk/linux-fb/gdkgeometry-fb.c:
17071         Update shadowfb when scrolling window.
17072
17073         * gdk/linux-fb/gdkglobals-fb.c:
17074         Add _gdk_fb_screen_angle.
17075         
17076         * gdk/linux-fb/gdkkeyboard-fb.c:
17077         Test code for screen rotation. Shift-F2 in the xlate driver
17078         rotates the screen.
17079
17080         * gdk/linux-fb/gdkmain-fb.c:
17081         Handle shadowfb. Add gdk_fb_set_rotation(). Remove CM and RP.
17082
17083         * gdk/linux-fb/gdkmouse-fb.c:
17084         Use fb_width/height instead of modeinfo.xres/yres.
17085
17086         * gdk/linux-fb/gdkprivate-fb.h:
17087         Added fb_men, fb_width, fb_height & fb_stride. When using
17088         shadow fb these can differ from the framebuffer stuff.
17089         Declarations for gdk_shadow_fb_update, gdk_shadow_fb_init,
17090         gdk_shadow_fb_stop_updates, gdk_fb_recompute_all,
17091         _gdk_fb_screen_angle. Removed CM, RP.
17092
17093         * gdk/linux-fb/gdkrender-fb.c:
17094         Added code for shadowfb handling and screen rotation using
17095         shadowfb.
17096
17097         * gdk/linux-fb/gdkwindow-fb.c:
17098         Use fb_mem, fb_stride, fb_width, fb_height.
17099         Added recompute_rowstride to reset the rowstride of all windows.
17100         Added gdk_fb_recompute_all() which recomputes rootwindow size,
17101         window abs positions and window rowstrides. Usefull when the
17102         rotation has changed.
17103
17104 Thu Jan 11 13:16:50 GMT 2001  Tony Gale <gale@gtk.org>
17105
17106         * docs/faq/gtk-faq.sgml: update to make web site updating easier
17107
17108 2001-01-10  Havoc Pennington  <hp@redhat.com>
17109
17110         * gtk/gtktreestore.c (gtk_tree_store_insert_before): handle case
17111         where sibling == iter
17112         (gtk_tree_store_insert_after): handle sibling == iter
17113         (gtk_tree_store_prepend): remove stamp checks
17114         (gtk_tree_store_insert_before): ditto
17115         (gtk_tree_store_append): ditto
17116         (gtk_tree_store_get_path): ditto
17117         (gtk_tree_store_get_value): ditto
17118         (gtk_tree_store_iter_has_child): ditto
17119         (gtk_tree_store_iter_n_children): ditto
17120         (gtk_tree_store_iter_nth_child): ditto
17121         (gtk_tree_store_insert_after): ditto
17122         (gtk_tree_store_is_ancestor): ditto
17123         (gtk_tree_store_iter_depth): ditto
17124         (gtk_tree_store_insert_before): assert that sibling's parent is
17125         the same as the passed-in parent
17126         (gtk_tree_store_insert_after): assert that sibling's parent is
17127         the same as the passed-in parent
17128
17129         
17130         * gtk/gtktreemodel.c (gtk_tree_model_get_first): new convenience 
17131         function to get the first iterator in a model
17132         
17133         * gtk/gtktreestore.c (gtk_tree_store_get_root_iter): remove,
17134         conventionally the "root" in this sense is just NULL afaict.
17135
17136         * gtk/gtkliststore.c (gtk_list_store_insert_before): handle case
17137         where sibling == iter
17138         (gtk_list_store_insert_after): handle case where sibling == iter
17139
17140         * tests/testtreeview.c (run_automated_tests): fairly lame basic
17141         automated tests for ListStore, TreeStore
17142
17143         * gtk/gtkliststore.c (gtk_list_store_remove): update tail pointer
17144         (gtk_list_store_insert): update tail pointer, and fix it to work
17145         (gtk_list_store_insert_before): update tail pointer, and fix it to work
17146         (gtk_list_store_append): use tail to be faster
17147         (gtk_list_store_prepend): fix it, update tail pointer
17148         (gtk_list_store_insert_after): fix it, update tail pointer
17149
17150         * gtk/gtkliststore.h (struct _GtkListStore): add tail pointer for 
17151         the list
17152
17153 2001-01-09  Havoc Pennington  <hp@redhat.com>
17154
17155         * gtk/gtklabel.c (gtk_label_expose): don't draw if label->layout
17156         is NULL due to a pending resize
17157
17158         * gtk/gtktreeview.c (gtk_tree_view_check_dirty): don't set the
17159         column width to values less than 1
17160
17161         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_width): clamp
17162         width to be between min/max width, and still set the width 
17163         even if autosize is turned on, so the tree view can use this 
17164         function in order to autosize.
17165         (gtk_tree_view_column_init): set initial width to 1 not 0
17166
17167         * gtk/gtktreeview.c (gtk_tree_view_size_request_buttons): use
17168         setter function to modify column width, so we get notification
17169         (gtk_tree_view_insert_iter_height): ditto
17170         (gtk_tree_view_calc_size): ditto
17171         (gtk_tree_view_check_dirty): ditto
17172
17173         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): Add
17174         properties to change all the interesting attributes of the tree
17175         view column.
17176         (gtk_tree_view_column_set_header_clickable): rename set_clickable
17177         (gtk_tree_view_column_get_clickable): add
17178         (gtk_tree_view_column_set_cell_renderer): don't unset the current
17179         attributes; assume a cell renderer with equivalent object
17180         properties has been swapped in. Do g_object_notify().
17181         (gtk_tree_view_column_set_visible): g_object_notify
17182         (gtk_tree_view_column_get_sizing): rename from get_col_type
17183         (gtk_tree_view_column_set_sizing): g_object_notify
17184         (gtk_tree_view_column_set_width): add g_object_notify
17185         (gtk_tree_view_column_set_min_width): ditto
17186         (gtk_tree_view_column_set_max_width): ditto
17187         (gtk_tree_view_column_set_title): ditto
17188         (gtk_tree_view_column_set_clickable): ditto
17189         (gtk_tree_view_column_set_widget): ditto
17190         (gtk_tree_view_column_set_justification): ditto
17191
17192 2001-01-09  Havoc Pennington  <hp@redhat.com>
17193
17194         * gtk/gtktreeview.c (gtk_tree_view_check_dirty): handle case where
17195         there are no rows in the model
17196
17197         * gtk/gtkliststore.c (gtk_list_store_iter_children): if parent is
17198         NULL, then return the start of the list
17199
17200         * gtk/gtktreeview.c (gtk_tree_view_setup_model): don't build tree
17201         if we can't get any rows from an empty model 
17202
17203         * gtk/gtktreeviewcolumn.h (struct _GtkTreeViewColumn): remove
17204         extraneous * after function pointer typedef usage
17205
17206         * Makefile.am: don't specify full path to cp and rm
17207
17208         * gtk/gtkcellrenderertextpixbuf.c
17209         (gtk_cell_renderer_text_pixbuf_get_size): check width/height !=
17210         NULL before dereferencing, fixes a segfault that happened from
17211         time to time
17212
17213         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render):
17214         use gdk_pixbuf_render_to_drawable_alpha() to get alpha channel,
17215         and reindent the function
17216         (gtk_cell_renderer_pixbuf_get_size): indentation
17217
17218         * gtk/gtkdialog.c (gtk_dialog_run): destroy main loop only after
17219         we quit it
17220         (gtk_dialog_add_buttons_valist): add g_return_if_fail
17221         (gtk_dialog_set_default_response): New function, to set default
17222         button
17223         (gtk_dialog_set_response_sensitive): New function, to set 
17224         sensitivity of buttons
17225
17226         * gtk/gtkcellrendererpixbuf.c
17227         (gtk_cell_renderer_pixbuf_get_property): allow getting a NULL pixbuf
17228         (gtk_cell_renderer_pixbuf_set_property): allow setting a NULL pixbuf
17229
17230         * gtk/gtktreedatalist.c (_gtk_tree_data_list_node_to_value):
17231         handle any G_TYPE_OBJECT subclass, not just the base class, and 
17232         also boxed types.
17233         (_gtk_tree_data_list_value_to_node): ditto
17234
17235         * gtk/gtkrbtree.c: Run _gtk_rbtree_test at strategic points if 
17236         --gtk-debug=tree
17237
17238         * gtk/gtkmain.c: add GTK_DEBUG_TREE
17239
17240         * gtk/gtkdebug.h: add GTK_DEBUG_TREE
17241
17242 2001-01-09  Tor Lillqvist  <tml@iki.fi>
17243
17244         * gdk/win32/gdkevents-win32.c: Implement better mouse
17245         capturing. Do use SetCapture(). Thanks to jpe@archaeopteryx.com.
17246         (find_window_for_pointer_event): New function.
17247         (gdk_event_translate): Use it when handling mouse events.
17248
17249 2001-01-09  Alexander Larsson  <alla@lysator.liu.se>
17250
17251         * configure.in:
17252         Added --with-included-loaders option
17253
17254         * gdk-pixbuf/Makefile.am:
17255         * gdk-pixbuf/gdk-pixbuf-io.c:
17256         Add support for including selected gdk-pixbuf loaders only.
17257
17258         * gtk/gtkwindow.c (gtk_window_set_frame_dimensions,
17259         gtk_window_set_has_frame):
17260         Added inline documentation.
17261
17262         * gdk/x11/gdkwindow-x11.c (gdk_window_get_decorations):
17263         * docs/reference/gdk/tmpl/windows.sgml:
17264         Added inline documentation.
17265
17266 Mon Jan  8 14:42:06 2001  Jonathan Blandford  <jrb@redhat.com>
17267
17268         * gtk/gtktreeview.c (gtk_tree_view_realize_buttons): Skip
17269         realizing buttons that have already been realized.
17270
17271 Mon Jan  8 14:06:29 2001  Jonathan Blandford  <jrb@redhat.com>
17272
17273         * tests/testtreeview.c (main): Show menu items before adding to
17274         option menu.
17275
17276         * gtk/gtktreeview.c (gtk_tree_view_set_model): Keep the columns
17277         around if we kill them.
17278
17279         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_cell_data):
17280         Return if we pass in a NULL model.
17281
17282 2001-01-08  Havoc Pennington  <hp@redhat.com>
17283
17284         * tests/testtreeview.c: hack on this some
17285
17286         * gtk/gtktreestore.c (gtk_tree_store_setv): rename
17287         gtk_tree_store_set_valist, v is for arrays, valist for varargs
17288         list
17289         (gtk_tree_store_getv): rename gtk_tree_store_get_valist
17290
17291         * gtk/gtkliststore.h: Add varargs set() and get() convenience
17292         functions
17293
17294 2001-01-08  Alexander Larsson  <alexl@redhat.com>
17295
17296         * gtk/gtkwindow-decorate.[hc]:
17297         * gtk/Makefile.am:
17298         New files. Contains an implementation of a minimal WM for
17299         linux-fb.
17300
17301         * gtk/gtkwindow.h:
17302         Add the possibility for GtkWindows to specify a frame. This
17303         is used for the window decoration code, but could concievably
17304         be used for X programs too (xmms style windows).
17305         GtkWindow->frame is the toplevel window if the window is framed.
17306         The signal frame_event gets all events that are targeted to
17307         GtkWindow->frame.
17308         (_gtk_window_constrain_size): Exported for usage by gtkwindow-decorate.c.
17309         
17310         * gtk/gtkwindow.c:
17311         Implement gtk_window_set_has_frame and gtk_window_set_frame_dimensions.
17312         Call out to gtkwindow-decorate.c for WM support in linx-fb.
17313
17314 2001-01-08  Alexander Larsson  <alexl@redhat.com>
17315
17316         * docs/README.linux-fb:
17317         Correct filename ~/.pangoft2_aliases
17318
17319         * gdk/gdkwindow.h:
17320         Added new function gdk_window_get_decorations.
17321
17322         * gdk/linux-fb/gdkfb.h:
17323         Removed _gdk_window_get_decorations declaration.
17324         Renamed _gdk_window_set_child_handler to
17325         gdk_fb_window_set_child_handler.
17326
17327         * gdk/linux-fb/gdkwindow-fb.c:
17328         Renamed _gdk_window_set_child_handler to
17329         gdk_fb_window_set_child_handler.
17330
17331         * gdk/x11/gdkwindow-x11.c:
17332         New function gdk_window_get_mwm_hints().
17333         Implemented gdk_window_get_decorations.
17334
17335         * docs/reference/gdk/tmpl/windows.sgml:
17336         * docs/reference/gdk/gdk-sections.txt:
17337         Added gdk_window_get_decorations docs.
17338         
17339 2001-01-08  Alexander Larsson  <alla@lysator.liu.se>
17340
17341         * gdk/linux-fb/gdkwindow-fb.c (_gdk_fb_window_find_focus,
17342         gdk_fb_window_find_focus, gdk_fb_send_focus_change,
17343         gdk_fb_window_send_crossing_events):
17344         Possibly send focus events when the mouse moves from one
17345         window to another.
17346
17347 2001-01-07  Tor Lillqvist  <tml@iki.fi>
17348
17349         * gdk/win32/gdkwindow-win32.c (gdk_window_set_title,
17350         gdk_window_new): Adapt calls to g_{locale,filename}_{to,from}_utf8
17351         to match current API.
17352
17353         * gdk/win32/gdkvisual-win32.c (gdk_visual_init): If a secret
17354         environment variable is set, don't call g_error when on a
17355         palettized (PseudoColor) display. Some people want to use GTK+ 
17356         in 256-colour mode even though works only partially.
17357
17358         * gdk/gdk.def
17359         * gtk/gtk.def
17360         * gtk/makefile.mingw.in: Update.
17361
17362 2001-01-05  Havoc Pennington  <hp@redhat.com>
17363
17364         * tests/testtreeview.c: hack on this a bit
17365
17366         * gtk/gtktextlayout.c (gtk_text_layout_class_init):
17367         s/GTK_RUN_LAST/G_SIGNAL_RUN_LAST
17368
17369         * gtk/gtktreemodelsimple.h (GTK_IS_TREE_MODEL_SIMPLE_CLASS): 
17370         was spelled incorrectly
17371         (GTK_IS_TREE_MODEL_SIMPLE): ditto
17372
17373         * gtk/gtktreeview.c (gtk_tree_view_set_headers_clickable): rename
17374         from gtk_tree_view_set_headers_active   
17375
17376         * gtk/gtktexttag.c:
17377         (gtk_text_tag_get_property): handle PROP_DIRECTION
17378         (gtk_text_tag_set_property): g_object_notify when we toggle the _set
17379         properties, bug 40235
17380
17381         * gtk/gtktextiter.c (gtk_text_iter_forward_to_delimiters): rename
17382         forward_to_line_end
17383
17384 Fri Jan  5 16:16:29 2001  Owen Taylor  <otaylor@redhat.com>
17385
17386         * gtk/{gtkcalender.c,gtkfilesel.c,gtkimcontext.c},
17387         modules/input/gtkimcontextxim.c: Adapt to new prototypes
17388         for unicode,locale,filename conversion functions.
17389
17390 2001-01-05  Havoc Pennington  <hp@redhat.com>
17391
17392         * gtk/gtktextiter.c (gtk_text_iter_ends_line): this function was
17393         broken if called on the first position in the buffer.
17394
17395         * gtk/gtktextlayout.c (line_display_index_to_iter): fix
17396         forward_to_delimiters to be called only if we aren't already at
17397         the delimiters.
17398
17399 2001-01-05  Havoc Pennington  <hp@redhat.com>
17400
17401         * demos/gtk-demo/main.c (create_tree): Oops, that didn't link. Fix.
17402
17403 2001-01-05  Alexander Larsson  <alexl@redhat.com>
17404
17405         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_drawable_finalize): free
17406         colormap in here. Sync from X port.
17407         (gdk_fb_set_colormap): allow the colormap to be NULL if you like.
17408         Sync from X port.
17409         (gdk_fb_clip_region): Comment out g_warning about empty clip region.
17410         This happens now and then, and i don't think it is a bug.
17411         (gdk_fb_draw_polygon): Correctly add extra point if startpoint
17412         != endpoint.
17413         (gdk_fb_draw_lines): Don't draw dashed lines if line_style is
17414         GDK_LINE_SOLID.
17415
17416         * gdk/linux-fb/gdkfont-fb.c: Return bogus GdkFont that has
17417         some of the fields filled in at least.
17418
17419         * gdk/linux-fb/miwideline.c: The widths argument to miLineArcI, and
17420         miLineArcD is no more, remove it from the function definition.
17421
17422 2001-01-04  Havoc Pennington  <hp@redhat.com>
17423
17424         * gtk/gtktreeselection.c (gtk_tree_selection_get_tree_view): add
17425         this
17426
17427         * gtk/gtktreemodel.h (struct _GtkTreeIter): rename fields to
17428         user_data instead of tree_node
17429
17430         * gtk/gtktreeprivate.h (TREE_VIEW_COLUMN_WIDTH): rename from
17431         TREE_VIEW_COLUMN_SIZE
17432
17433         * gtk/gtktreeviewcolumn.h (struct _GtkTreeViewColumn): rename
17434         "size" field to "width" finishes bug 40061
17435
17436         * gtk/gtkcellrenderer.h: Use GtkCellRendererState instead of guint
17437         for bitfields, bug 40268
17438
17439 2001-01-04  Havoc Pennington  <hp@redhat.com>
17440
17441         Rename some stuff:
17442         
17443         s/gtk_tree_view_column_set_size/gtk_tree_view_column_set_width/g;
17444
17445         s/GtkModelSimple/GtkTreeModelSimple/g;
17446         s/GTK_MODEL_SIMPLE/GTK_TREE_MODEL_SIMPLE/g;
17447         s/gtk_model_simple/gtk_tree_model_simple/g;
17448         s/gtkmodelsimple/gtktreemodelsimple/g;
17449
17450         s/gtk_tree_view_column_set_header_active/gtk_tree_view_column_set_header_clickable/g;
17451
17452         s/GtkTreeViewColumnType/GtkTreeViewColumnSizing/g;
17453         s/column_set_col_type/column_set_sizing/g;
17454
17455         s/GtkTreeSelectionType/GtkTreeSelectionMode/g;
17456         s/gtk_tree_selection_set_type/gtk_tree_selection_set_mode/g;
17457
17458         s/GtkCellRendererType/GtkCellRendererState/g;
17459         
17460         * gtk/gtkcellrenderertoggle.c: remove _ macro, include gtkintl.h
17461         (gtk_cell_renderer_toggle_class_init): change "state" property to
17462         "active", to match GtkToggleButton
17463         (gtk_cell_renderer_toggle_get_active): new function, bug
17464         40269
17465         (gtk_cell_renderer_toggle_set_active): new function
17466         (gtk_cell_renderer_toggle_set_property): route changes to toggle
17467         state through gtk_cell_renderer_set_active
17468
17469 Thu Jan  4 15:46:18 2001  Jonathan Blandford  <jrb@redhat.com>
17470
17471         * gtk/gtkmodelsimple.c: Changed a bunch of boxed types to pointers
17472         temporarily until they work again.  Brought up to date with
17473         changes in the model.
17474         * gtk/gtkmodelsimple.h: Brought up to date with changes in the
17475         model.
17476
17477 2001-01-04  Havoc Pennington  <hp@redhat.com>
17478
17479         * gtk/gtktextlayout.c (line_display_index_to_iter): if index is
17480         equal to the line length, then position iterator before paragraph 
17481         separators. Fixes crash reported by Mikael Hermansson when
17482         pressing left arrow from the start of a line.   
17483
17484         * gtk/gtktextiter.c (iter_set_from_byte_offset): Add g_error
17485         about byte indexes off the end
17486         (iter_set_from_char_offset): add g_error about char offsets
17487         off the end
17488
17489 2001-01-03  Havoc Pennington  <hp@redhat.com>
17490
17491         * gtk/gtktextbtree.c: Adapt to uscore-ification of gtktextiterprivate
17492
17493         * gtk/gtktextdisplay.c (gtk_text_layout_draw): remove use 
17494         of private functions; remove inclusion of private headers.
17495
17496         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_at_line): Add this 
17497         function, so we don't need private functions in gtktextdisplay.c
17498
17499         * gtk/gtktextiterprivate.h: underscore-ification
17500
17501         * gtk/gtkwidget.c: Clean up a bunch of docs that said "INTERNAL"
17502         to instead say "only useful to implement widgets"
17503
17504         * gtk/gtkenums.h (GtkMovementStep): Rename GTK_MOVEMENT_CHARS,
17505         GTK_MOVEMENT_POSITIONS to GTK_MOVEMENT_LOGICAL_POSITIONS,
17506         GTK_MOVEMENT_VISUAL_POSITIONS. Resolves bug 40249.
17507
17508         * gdk/x11/gdkwindow-x11.c (gdk_window_impl_x11_set_colormap):
17509         This function was completely broken
17510
17511         * gtk/testtext.c (line_numbers_expose): use gtk_paint_layout
17512
17513         * gtk/gtkvscale.c (gtk_vscale_draw_value): use gtk_paint_layout
17514
17515         * gtk/gtkvruler.c (gtk_vruler_draw_ticks): use gtk_paint_layout
17516
17517         * gtk/gtklabel.c (gtk_label_expose): use gtk_paint_layout
17518
17519         * gtk/gtkhscale.c (gtk_hscale_draw_value): use gtk_paint_layout
17520
17521         * gtk/gtkhruler.c (gtk_hruler_draw_ticks): use gtk_paint_layout
17522
17523         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render): use
17524         gtk_paint_layout
17525
17526         * gtk/gtkaccellabel.c (gtk_accel_label_expose_event): use
17527         gtk_paint_layout
17528
17529         * gtk/gtkstyle.h: Add draw/paint expander to draw tree expanders.
17530         Progress on bug 40103. Add draw_layout to draw a PangoLayout.
17531         (struct _GtkStyleClass): Remove draw_cross, draw_oval, draw_ramp,
17532         which were not implemented.     
17533
17534         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): Add
17535         insert_pixbuf signal. Rename delete_text to delete_range since it
17536         also deletes pixbufs and child anchors. This almost closes bug
17537         40245 (still need to deal with child anchors)
17538
17539         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): Add
17540         insert_pixbuf, change signal names as appropriate, change types of
17541         signals taking marks/tags to have the specific type, not just
17542         G_TYPE_OBJECT
17543         
17544         * gtk/gtkmain.c (gtk_get_current_event_state): Add this function; 
17545         closes bug 40051
17546
17547         * gtk/gtkoptionmenu.c (gtk_option_menu_set_history): clean up
17548         unnecessary remove_contents() call
17549         (gtk_option_menu_class_init): add a "changed" signal, closes
17550         bug 40039
17551         (gtk_option_menu_update_contents): emit "changed" if the 
17552         active menu item changes
17553
17554         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_frame_done): fix bad
17555         cast to GtkObject, reported by Jonas Borgstrom
17556         (gdk_pixbuf_loader_finalize): don't close the loader on finalize;
17557         we can't do stuff with side effects in finalize. Instead, spew a
17558         warning if the loader isn't closed.
17559
17560         * gdk/x11/gdkdrawable-x11.c (gdk_drawable_impl_x11_finalize): free
17561         colormap in here, non-X ports probably need to sync to this change
17562
17563         * gdk/x11/gdkdrawable-x11.c (gdk_x11_set_colormap): remove 
17564         assertion that colormap != NULL, you can set the colormap to NULL
17565         if you like.
17566         
17567         * Makefile.am: remove gtk-config-2.0
17568
17569         * configure.in: Use pkg-config to locate GLib. Remove
17570         separated-out GMODULE_LIBS, GMODULE_CFLAGS; these were not used,
17571         and the gmodule libs/cflags were in GLIB_LIBS GLIB_CFLAGS anyhow.
17572         Use pkg-config to locate Pango. Output correct Pango libs to
17573         gdk-2.0.pc.in. Fix test for FREETYPE_CONFIG (typo fix).
17574
17575         * Makefile.am (pkgconfig_DATA): install only target-specific pc
17576         files
17577         (install-data-local): symlink gtk+-2.0.pc and gdk-2.0.pc to the
17578         X11 pc files
17579
17580         * gtk+-2.0.pc.in (Requires): require the GDK for the current target
17581         unref from here
17582
17583 2001-01-03  Alexander Larsson  <alla@lysator.liu.se>
17584
17585         * configure.in:
17586         Change GTK_NO_CHECK_CASTS to G_DISABLE_CAST_CHECKS.
17587
17588 Tue Jan  2 16:23:05 2001  Owen Taylor  <otaylor@redhat.com>
17589
17590         * gtk/gtktextlayout.c
17591         (gtk_text_layout_move_iter_to_previous_line): Fix unitialized
17592         variable when moving back onto a single line.
17593
17594 2001-01-01  Havoc Pennington  <hp@redhat.com>
17595
17596         * gtk/Makefile.am (LDFLAGS): add @LIBTOOL_EXPORT_OPTIONS@
17597
17598         * gdk/Makefile.am (LDFLAGS): add @LIBTOOL_EXPORT_OPTIONS@
17599
17600         * configure.in (LIBTOOL_EXPORT_OPTIONS): define
17601         LIBTOOL_EXPORT_OPTIONS with options to control symbol export
17602
17603 2001-01-01  Havoc Pennington  <hp@redhat.com>
17604
17605         * gtk/gtktexttagprivate.h: uscore-prepend all the stuff in here.
17606
17607         * gtk/gtk-boxed.defs (GtkTextAttributes): Add boxed type for 
17608         GtkTextAttributes
17609
17610         * gtk/gtktexttag.c: Fix up GtkTextAttributes copying to close bug 
17611         #40246
17612         (gtk_text_attributes_copy_values): rename from 
17613         gtk_text_attributes_copy
17614         (gtk_text_attributes_copy): a more standard GTK copy function, 
17615         which returns a new object
17616
17617 2001-01-01  Havoc Pennington  <hp@redhat.com>
17618
17619         * gtk/gtktreeview.c: Adapt to GtkTreeSelection changes
17620         
17621         * gtk/gtktreeselection.c (_gtk_tree_selection_set_tree_view):
17622         don't fill in tree_view->priv->selection, kind of an unexpected
17623         side effect
17624
17625         * gtk/gtkcellrenderertext.c: Remove definition of _ and include
17626         gtkintl.h
17627         
17628         * gtk/gtkcellrenderer.c: Remove definition of _ and include
17629         gtkintl.h
17630         (gtk_cell_renderer_get_property): remove calls to g_value_init
17631
17632         * gtk/gtkcellrendererpixbuf.c: Remove definition of _ and include
17633         gtkintl.h
17634
17635         * gtk/gtkcellrenderertextpixbuf.c: Remove definition of _ macro
17636         and include gtkintl.h
17637         (gtk_cell_renderer_text_pixbuf_class_init): remove spaces from
17638         property names
17639
17640         * gtk/gtktreeselection.c (_gtk_tree_selection_new): rename, return
17641         GtkTreeSelection
17642         (_gtk_tree_selection_new_from_with_view): rename, return
17643         GtkTreeSelection
17644         (_gtk_tree_selection_set_tree_view): rename with uscore
17645         (gtk_tree_selection_get_selected): fill in the "model" out param
17646         first, so it gets filled in even if we return at the top of the 
17647         function
17648         (gtk_tree_selection_real_select_all): add a comment and an else{}
17649         to clarify this a bit
17650         (gtk_tree_selection_real_unselect_all): add the same else{}
17651
17652         * gtk/gtktreeselection.h: Rename new, new_with_tree_view, and
17653         set_tree_view to have underscore prefixes, move them to the
17654         private header, fix return type of new_with_tree_view
17655         (struct _GtkTreeSelection): mark struct
17656         fields private  
17657
17658         * gtk/gtktreemodel.c (gtk_tree_model_get_flags): return
17659         GtkTreeModelFlags, not a guint
17660         (gtk_tree_path_prev): return gboolean not gint
17661         (gtk_tree_path_up): return gboolean not gint
17662
17663         * gtk/gtktreemodel.h (struct _GtkTreeModelIface): make get_flags
17664         return GtkTreeModelFlags, not a guint
17665
17666         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_finalize): check
17667         that child model is non-null before unrefing it
17668         (g_value_int_compare_func): make this a qsort compare func, not 
17669         a boolean predicate
17670
17671         * gtk/gtktreemodelsort.h: rename gtk_tree_model_set_sort_column,
17672         (add -umn to the end), and mark it unimplemented
17673         (gtk_tree_model_sort_resort): remove, this wasn't implemented, and 
17674         I don't see what it's for - doesn't the model always sort itself?
17675         (gtk_tree_model_sort_set_compare): this had the wrong signature
17676
17677         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_attributes):
17678         Fix the docs to say that it destructively replaces existing
17679         attributes (previously said that it added attributes).
17680         (gtk_tree_view_column_set_visible): canonicalize bool before
17681         equality testing. Also, check for realization before
17682         hiding/showing the tree_column->window; if this window could exist
17683         before realization, then it's busted and needs fixing, we can't 
17684         create GDK resources pre-realization. Also, remove
17685         superfluous queue_resize(), since set_size() does that for us.
17686         (gtk_tree_view_column_set_col_type): check realization before 
17687         using tree_column->window
17688
17689         * gtk/gtktreedatalist.c: fix filename in copyright notice
17690
17691 2000-12-31  Havoc Pennington  <hp@pobox.com>
17692
17693         * gtk/gtktextview.c: Rearrange all the
17694         scroll-while-dragging-or-selecting code to be different, not
17695         necessarily better. ;-)
17696         (gtk_text_view_scroll_to_mark): Change this
17697         function to take within_margin as a fraction instead of a pixel
17698         value, and to take alignment arguments (indicating where to align 
17699         the mark inside the visible area)
17700         
17701         * gtk/testtextbuffer.c (fill_buffer): fix bad cast of GtkTextTag
17702         to GtkObject
17703
17704         * gtk/gtktextiter.c (gtk_text_iter_set_line_offset): change
17705         behavior so that offsets past the end of the line are not 
17706         allowed, and an offset equal to the line length moves the iterator
17707         to the next line
17708         (gtk_text_iter_set_line_index): make parallel change
17709         (gtk_text_iter_get_bytes_in_line): add this function
17710         
17711         * gtk/gtktextbtree.c (_gtk_text_line_byte_locate): change handling
17712         of byte indexes off the end of the line; byte index at the end of
17713         the line now returns FALSE and doesn't fill in the requested
17714         values, byte index past the end of the line is an error.  Also,
17715         don't allow -1 offset anymore, since its meaning is unclear.
17716
17717         This change exposes some bug in visual cursor motion, where we
17718         end up with a huge invalid byte index; needs fixing. Symptom of 
17719         bug is a crash when you hit up arrow.
17720         
17721         (_gtk_text_line_char_locate): match the change to byte_locate
17722
17723         * gtk/gtktextiter.c (find_by_log_attrs): Handle iteration backward
17724         from start of line properly. fixes bug reported by Mikael
17725         Hermansson where backspace would delete all text before the
17726         cursor.
17727
17728 2000-12-30  Tor Lillqvist  <tml@iki.fi>
17729
17730         * gdk/win32/gdkwindow-win32.c
17731         (gdk_window_impl_win32_get_visible_region): New function, as in
17732         the X11 backend.
17733         (gdk_window_new, gdk_window_set_title): Use g_locale_from_utf8()
17734         instead of duplicating the same code here.
17735
17736         * gdk/win32/gdkwin32.h (GDK_COLORMAP_PRIVATE_DATA): Use
17737         GDK_COLORMAP macro.
17738
17739         * gdk/win32/gdkevents-win32.c (gdk_event_funcs): Use NULL as
17740         destroy function.
17741         (gdk_event_translate): Use GDK_COLORMAP_PRIVATE_DATA to correctly
17742         access that.
17743
17744         * gtk/gtk.def: Update.
17745
17746         * gtk/makefile.mingw.in: Use glib-genmarshal from $(GLIB)/gobject.
17747
17748 2000-12-30  Havoc Pennington  <hp@pobox.com>
17749
17750         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Set the system
17751         colormap on input only windows, to avoid special cases all over
17752         the code for these windows.
17753
17754 2000-12-26  Tor Lillqvist  <tml@iki.fi>
17755
17756         * gdk/win32/gdkvisual-win32.c (gdk_visual_init): Call g_error if
17757         we are on a palettized display ("PseudoColor" in X11), as the code
17758         for that doesn't work anyway, and never has.
17759
17760 2000-12-22  Alexander Larsson  <alexl@redhat.com>
17761
17762         * gdk/linux-fb/gdkkeyboard-fb.c (xlate_io):
17763         Don't use isprint() for chars > 255.
17764
17765 2000-12-21  Havoc Pennington  <hp@redhat.com>
17766
17767         * tests/testtreeview.c: more work
17768
17769 2000-12-21  Alexander Larsson  <alexl@redhat.com>
17770
17771         * docs/README.linux-fb:
17772         Update the docs to the new pangoft2 way.
17773
17774 2000-12-21  Alexander Larsson  <alexl@redhat.com>
17775
17776         * configure.in:
17777         For linux-fb get the pangoft2 cflags and libs. This needs a recent
17778         pango version.
17779         Remove modules/linux-fb/Makefile.
17780
17781         * gdk/linux-fb/gdkdrawable-fb2.c:
17782         Render glyphs using freetype.
17783
17784         * gdk/linux-fb/gdkfb.h:
17785         Add new fb-specific functions needed for managing windows.
17786
17787         * gdk/linux-fb/gdkmain-fb.c:
17788         Remove gdk_font_init/fini() calls.
17789
17790         * gdk/linux-fb/gdkpango-fb.c:
17791         Remove old implementation. Use pangoft2 instead.
17792
17793         * gdk/linux-fb/gdkprivate-fb.h:
17794         Remove PangoFBFont and related stuff.
17795
17796         * gdk/linux-fb/gdkwindow-fb.c:
17797         Implement drawable->get_visible_region.
17798         Implement support for _gdk_window_set_child_handler () and
17799         _gdk_window_get_decorations().
17800
17801         * modules/Makefile.am:
17802         Remove linux-fb subdir.
17803
17804         * modules/linux-fb/*:
17805         Removed all.
17806         
17807 2000-12-20  Jonathan Blandford  <jrb@redhat.com>
17808
17809         * gtk/gtkcellrenderer*.c (::get_property): remove g_value_init
17810         calls, as they are no longer needed.
17811
17812         * gtk/gtktreemodelsort.c: Fix up the comparison code.
17813         
17814         * gtk/gtktreemodel.h: Start work on ::reordered signal.  Need to
17815         figure out how to emit a signal on an interface.
17816
17817 2000-12-20  Havoc Pennington  <hp@redhat.com>
17818
17819         * tests: new directory to contain tests, gtk/test* should move
17820         here sometime (with appropriate on-cvs-server hackery)
17821
17822         * tests/testtreeview.c, tests/Makefile.am: a test
17823         
17824         * configure.in (AC_OUTPUT): add tests/Makefile
17825
17826         * gtk/gtktexttag.c (gtk_text_tag_get_property): Add "invisible"
17827         and "invisible_set" which were missing
17828
17829         * gtk/gtkrbtree.h: some cheesy indentation fix
17830         
17831 2000-12-20  Alexander Larsson  <alexl@redhat.com>
17832
17833         * gtk/gtkinvisible.c (gtk_invisible_realize):
17834         Attach the style to the window so that the style it is not
17835         leaked when unrealizing the window.
17836
17837 2000-12-18  Havoc Pennington  <hp@redhat.com>
17838
17839         * gtk/gtktextview.c (gtk_text_view_delete_from_cursor): do
17840         begin/end user action where appropriate
17841         (gtk_text_view_commit_handler): add begin/end user action
17842
17843         * gtk/gtktextbuffer.c: add begin/end user action signals, and
17844         bracket interactive operations with begin/end user action pair.
17845         
17846         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): remove
17847         "interactive" arg from insert_text and delete_text signals.
17848         Add begin_user_action, end_user_action signals
17849         (gtk_text_buffer_begin_user_action): 
17850         (gtk_text_buffer_end_user_action): New functions to delimit 
17851         a user-visible action
17852
17853         * gtk/gtkmarshal.list: update to reflect changes to gtktextbuffer
17854         signals.
17855         
17856 2000-12-18  Havoc Pennington  <hp@redhat.com>
17857
17858         * gdk/gdkevents.c (gdk_event_get_state): wow, that implementation
17859         was pretty non-working.
17860
17861         * gtk/testtext.c (fill_file_buffer): make this a bit more robust
17862         by passing the length to g_utf8_validate().
17863
17864 2000-12-16  Havoc Pennington  <hp@pobox.com>
17865
17866         * gtk/gdk-pixbuf-loader.h, gtk/gdk-pixbuf-loader.c: 
17867         Port to GObject, can go back in gdk-pixbuf after setting up 
17868         a gdk-pixbuf-marshal.h header over there.
17869
17870         * gtk/gtktreeview.c: s/SEPERATOR/SEPARATOR/g;
17871         (gtk_tree_view_class_init): specify GTK_TYPE_ADJUSTMENT for signal
17872         args
17873         (gtk_tree_view_init): don't unset GTK_NO_WINDOW, it shouldn't be
17874         set
17875         (gtk_tree_view_realize_buttons): don't gtk_widget_show() buttons
17876         here, do it when we create the buttons later
17877         (gtk_tree_view_realize_buttons): add some g_return_if_fail 
17878         (gtk_tree_view_map): paranoia checks that column->button is shown 
17879         and unmapped
17880         (gtk_tree_view_size_request): only request visible children.
17881         Move header size calculation in here, for cleanliness, and 
17882         to maintain invariants for child widgets if we eventually 
17883         let users set different children inside the buttons
17884         (gtk_tree_view_map_buttons): factor out code to map buttons,
17885         since it was being called several times
17886         (gtk_tree_view_size_allocate_buttons): move_resize the drag
17887         windows instead of just moving them; their height may change 
17888         if we allow random widgets in there, or the theme changes.
17889         (gtk_tree_view_size_allocate): move button size allocation 
17890         above emitting the scroll signals, to ensure a sane state when we
17891         hit user code
17892         (gtk_tree_view_button_release): remove queue_resize after
17893         tree_view_set_size(), set_size() will handle any resize queuing
17894         that's needed
17895         (gtk_tree_view_focus_in): just queue a draw, don't fool with
17896         draw_focus goo
17897         (gtk_tree_view_focus): use gtk_get_current_event() and
17898         gdk_event_get_state()
17899         (gtk_tree_view_deleted): don't queue_resize() after calling set_size()
17900         (gtk_tree_view_build_tree): fix a "if (foo); {}" bug - i.e. remove
17901         semicolon
17902         (gtk_tree_view_create_button): show the button here
17903         (gtk_tree_view_button_clicked): actually emit the clicked signal
17904         on the column
17905         (_gtk_tree_view_set_size): return right away if the size is
17906         unchanged, as a cheesy optimization
17907         (gtk_tree_view_setup_model): rename set_model_realized to 
17908         setup_model to match the flag that indicates whether we've 
17909         called it
17910         (gtk_tree_view_get_hadjustment): create adjustment if it doesn't
17911         exist, because set_scroll_adjustment does that and it shouldn't
17912         matter what order you call these in
17913         (gtk_tree_view_get_vadjustment): ditto
17914         (gtk_tree_view_set_headers_visible): canonicalize the bool, 
17915         for paranoia
17916         (gtk_tree_view_set_headers_visible): call
17917         gtk_tree_view_map_buttons() instead of using cut-and-paste code
17918         (gtk_tree_view_append_column): clarify whether the return value
17919         is the count of columns before or after, and do the increment 
17920         separately from the return statement so you can tell from the code.
17921         (gtk_tree_view_remove_column): ditto
17922         (gtk_tree_view_insert_column): ditto
17923         (gtk_tree_view_get_column): remove g_return_if_fail for columns
17924         outside the existing range, the docs say that outside-range
17925         columns are allowed, so we handle them as documented. (Presumably
17926         this allows a nice loop with column != NULL as test.)
17927         (gtk_tree_view_move_to): document what 0.0, 0.5, 1.0 alignments 
17928         mean (left/right/center etc.).
17929         (gtk_tree_view_collapse_all): only queue a draw if we're mapped
17930         (gtk_tree_view_expand_row): add docs
17931         (gtk_tree_view_collapse_row): add docs
17932
17933         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_clicked): new
17934         function to emit the clicked signal on a column
17935         
17936         * gdk/gdkevents.c (gdk_event_get_state): new function, to get the
17937         state of an event
17938         (gdk_event_get_time): don't treat GDK_SCROLL 
17939         as a button event, remove default case from switch so gcc 
17940         will whine if we don't explicitly handle all event types
17941
17942         * gtk/gtktreeselection.h: added some FIXME 
17943         
17944         * gtk/gtktreeprivate.h (struct _GtkTreeViewPrivate): rename
17945         "columns" to "n_columns" and "column" to "columns" for clarity
17946
17947 2000-12-16  Havoc Pennington  <hp@pobox.com>
17948         
17949         * gtk/gtktextiter.c: General cleanup of the log attr iteration
17950         stuff. This should make e.g. the delete key work again in the
17951         text widget...
17952         (gtk_text_iter_forward_cursor_positions): handle negative count
17953         (gtk_text_iter_backward_cursor_positions): handle negative count
17954         (gtk_text_iter_forward_word_ends): handle negative count
17955         (gtk_text_iter_backward_word_starts): handle negative count
17956
17957         * gtk/gtktextlayout.h, gtk/gtktextlayout.c, gtk/gtktexttag.h,
17958         gtk/gtktexttag.c, gtk/gtktexttagtable.h, gtk/gtktexttagtable.c, 
17959         gtk/gtktextbuffer.h, gtk/gtktextbuffer.c: Convert everything to 
17960         GObject. No doubt will cause breakage.
17961
17962         * demos/gtk-demo/textview.c: remove hacks around
17963         non-GObject-ification of the text objects
17964
17965         * demos/gtk-demo/main.c (main): use g_object_set() to manipulate 
17966         the text tag
17967         
17968 2000-12-14  Havoc Pennington  <hp@pobox.com>
17969
17970         * configure.in: only AC_DEFINE(HAVE_XFT) if we actually determined
17971         that we have Xrender
17972
17973 Thu Dec 14 20:22:31 2000  Owen Taylor  <otaylor@redhat.com>
17974
17975         * gdk/{gdkdrawable.[ch],gdkpixmap.c,gdkwindow.c,x11/gdkwindow.c}:
17976         Add two virtualized functions gdk_drawable_get_clip_region - to
17977         get the clip region when drawing.
17978         
17979         * gdk/gdkwindow.c (gdk_window_invalidate_rect): Rewrite to simple
17980         use invalidate_region.
17981
17982         * gdk/gdkwindow.c (gdk_window_invalidate_region): Clip to visible
17983         region.
17984
17985         * acconfig.h configure.in: Check for Xft. For now, assume
17986         that if Xft is found, Pango was compiled with Xft support
17987         as well.
17988
17989         * gdk/gdkcolor.h gdk/x11/gdkcolor-x11.c: Add 
17990         gdk_colormap_query_color().
17991         
17992         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_glyphs): Draw
17993         with Xft if appropriate.
17994
17995         * gdk/x11/gdkpango-x11.c (gdk_pango_context_get): Create
17996         a pangoxft context if we have XFT and the environment
17997         variable GD_USE_XFT is set.
17998         
17999         * gdk/x11/gdkx.h (struct _GdkGCX11): Cache the fg_pixel
18000         and also possibly an XftDraw structure.
18001
18002         * gtk/gtkfontsel.c: Handle the case where the font from the
18003         style doesn't match any of the fonts a bit better.
18004         
18005         * gtk/testgtk.c: Add tabs between directional segments for
18006         hebrew/arabic test. (Not really necessary, just a little
18007         prettier.)
18008
18009 2000-12-14  Havoc Pennington  <hp@redhat.com>
18010
18011         * gtk/testtext.c (fill_file_buffer): fix unicode validation when
18012         reading a file
18013
18014 2000-12-14  Havoc Pennington  <hp@redhat.com>
18015
18016         * gtk/gtktextbtree.c (_gtk_text_btree_validate_line): remove
18017         unused call to get_last_line()
18018
18019         * gtk/gtkobject.c (gtk_object_add_arg_type): add G_TYPE_POINTER
18020         here until boxed is working (and maybe after that - we should
18021         really not gratuitously break old code)
18022
18023         * gtk/gtktexttag.c (gtk_text_tag_class_init): add commented-out
18024         specific types for font_desc and tabs args, move them to
18025         GTK_TYPE_POINTER for now, waiting on g_param_spec_boxed() to get 
18026         fixed. Move GdkColor args to GTK_TYPE_POINTER also.
18027
18028         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): temporarily
18029         use GTK_TYPE_POINTER for signal signatures as a hack-around
18030
18031         * gtk/gtk-boxed.defs: Add boxed types for PangoFontDescription and
18032         PangoTabArray
18033
18034         * gtk/gtktextlayout.c (line_display_iter_to_index): 
18035         make static
18036         (line_display_index_to_iter): make static
18037
18038         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): fix marshaller
18039         to marshal a string not a boxed
18040
18041         * gtk/gtkmarshal.list: add marshaller for GtkTextBuffer:insert_text
18042
18043         * gtk/testtext.c (fill_file_buffer): don't use g_utf8_next_char
18044         since the UTF-8 isn't validated yet
18045
18046         * gtk/gtktextsegment.c (char_segment_check_func): don't require
18047         lines to end in '\n'
18048         
18049         * gtk/gtktextview.c (gtk_text_view_move_cursor): update to use
18050         forward_to_delimiters, and grapheme boundaries
18051         (gtk_text_view_delete_from_cursor): properly handle non-newline
18052         delimiters, and grapheme boundaries
18053
18054         * gtk/gtktextiter.c (gtk_text_iter_forward_to_newline): rename
18055         to gtk_text_iter_forward_to_delimiters, and make it work properly
18056         if empty lines end with a character other than '\n'
18057
18058         * gtk/gtktextiter.h, gtk/gtktextiter.c: Add movement by cursor
18059         position
18060
18061 2000-12-15  Tor Lillqvist  <tml@iki.fi>
18062
18063         * gdk/makefile.{mingw.in,msc} (gdk_OBJECTS): Add gdkkeys.
18064
18065         * gtk/gtk.def
18066         * gdk/gdk.def: Update.
18067
18068         * gdk/win32/gdkmain-win32.c
18069         * gdk/win32/gdkkeys-win32.c: New file. Move some functions from
18070         gdkmain-win32.c here.
18071
18072         * gdk/win32/makefile.mingw.in (all): No need to make
18073         gdk-win32res.o here, the makefile one step up will call us to make
18074         it.
18075
18076         * gdk/win32/makefile.{mingw.in,msc} (gdk_win32_OBJECTS): Add
18077         gdkkeys-win32.
18078
18079         * gdk/win32/gdkcolor-win32.c: Silence gcc -Wall.
18080
18081         * gdk/win32/gdkevents-win32.c (gdk_events_init): Remove leftover
18082         call to g_source_add().
18083
18084         * gdk/win32/gdkgc-win32.c (BitmapToRegion): Plug memory
18085         leak. Thanks to Andreas Kemnade.
18086
18087 2000-12-13  Havoc Pennington  <hp@pobox.com>
18088
18089         * gtk/gtktextbtree.h: Remove double _ in front of some functions
18090
18091         * gtk/gtktext*.[hc]: update accordingly
18092         
18093 2000-12-13  Havoc Pennington  <hp@pobox.com>
18094
18095         * gtk/gtktextbtree.h: Put _ in front of every function in this 
18096         header file
18097
18098         * gtk/gtktext*.[hc]: update to reflect renamed btree functions
18099
18100 2000-12-13  Alex Larsson  <alexl@redhat.com>
18101
18102         * gdk/linux-fb/gdkmouse-fb.c (mouse_devs):
18103         Add support for ps2 intellimouse.
18104
18105         * gdkkeyboard-fb.c:
18106         Move shift-F1 repaint handling to xlate handler only.
18107         
18108         * docs/README.linux-fb:
18109         Add imps2 to docs.
18110         Document the new refresh keys.
18111         
18112 Tue Dec 12 23:46:44 2000  Tim Janik  <timj@gtk.org>
18113
18114         * gtk/stock-icons/Makefile.am: doh, this was broken beyond believe.
18115
18116         * gtk/gtkbox.c: change property types from (u)long to (u)int for
18117         ::position and ::padding.
18118
18119         * gtk/gtkcontainer.c: make ::border_width an INT property.
18120
18121         * gtk/gtkpacker.c: make ::position an INT property.
18122
18123         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_adjustment_changed):
18124         guard against NULL h/v scrollbars, since this is used at construction
18125         time.
18126
18127         * gtk/gtkclist.[hc]: nuked gtk_clist_construct(), implemented
18128         internal gtk_clist_constructor().
18129
18130         * gtk/gtkctree.[hc]: nuked gtk_ctree_construct(), implemented
18131         gtk_ctree_constructor().
18132
18133         * gtk/gtkprogressbar.c (gtk_progress_bar_class_init): property
18134         ::pulse_step should use ARG_PULSE_STEP, not ARG_FRACTION.
18135
18136         * docs/reference/Makefile.am: fun stuff, disabled docs generation
18137         again, gtk-scan.c needs to introspec paramspecs, not GtkAgs.
18138
18139         * gtk/gtkwidget.[hc]:
18140         removed gtk_widget_setv(), gtk_widget_getv(), gtk_widget_newv()
18141         and gtk_widget_get().
18142         (gtk_widget_new): use g_object_new_valist().
18143         (gtk_widget_set): use g_object_set_valist().
18144
18145         * gtk/gtkobject.[hc]:
18146         removed gtk_object_arg_get_info(), gtk_object_getv(),
18147         gtk_object_query_args(), gtk_object_newv(),
18148         gtk_object_class_add_signals(),
18149         gtk_object_class_user_signal_new(),
18150         gtk_object_class_user_signal_newv(),
18151         gtk_object_arg_set(), gtk_object_arg_get(),
18152         gtk_object_args_collect(),
18153         gtk_object_default_construct(),
18154         gtk_object_constructed(),
18155         GTK_CONSTRUCTED and GTK_OBJECT_CONSTRUCTED().
18156         removed nsignals, signals and n_args members from GtkObjectClass.
18157         (gtk_object_new): use g_object_new_valist().
18158         (gtk_object_set): use g_object_set_valist().
18159         (gtk_object_get): use g_object_get_valist().
18160         
18161         * gtk/gtkcompat.h: define gtk_object_default_construct().
18162         
18163         * gtk/gtktypeutils.c (gtk_type_new): create constructed objects via
18164         g_object_new().
18165
18166         * gtk/*.c: removed gtk_object_class_add_signals() from class_init()
18167         fucntions, cleaned up method assignments (make sure your structures
18168         are setup properly before calling out). removed all GTK_CONSTRUCTED
18169         hacks ;)
18170
18171 Tue Dec 12 11:52:16 2000  Owen Taylor  <otaylor@redhat.com>
18172
18173         * gtk/gtkclist.c (gtk_clist_optimal_column_width): Fix 
18174         off-by-one error in checks. (Dave Lambert)
18175
18176 2000-12-12  Alexander Larsson  <alexl@redhat.com>
18177
18178         * gdk/linux-fb/gdkkeyboard-fb.c (xlate_close, raw_close):
18179         Don't free gdk_fb_keyboard twice.
18180
18181 Tue Dec 12 08:24:42 2000  Tim Janik  <timj@gtk.org>
18182
18183         * gtk/testgtk.c:
18184         (create_tooltips): 
18185         (create_statusbar): get rid of object_signal:: GtkObject argument uses,
18186         use GObject swapped_signal:: properties instead.
18187
18188         * gtk/gtkcellrenderertoggle.c: 
18189         * gtk/gtkcellrenderertextpixbuf.c: 
18190         * gtk/gtkcellrenderertext.c: 
18191         * gtk/gtkcellrendererpixbuf.c: 
18192         * gtk/gtkcellrenderer.c:
18193         * gtk/gtktreeviewcolumn.c: s/[sg]et_param/[sg]et_property/, fixed
18194         missing warnings for invalid property ids, install properties
18195         with g_object_class_install_property() now.
18196         
18197         * gtk/gtksignal.c:
18198         (gtk_signal_emit): let g_signal_emit_valist() collect the values for us.
18199         
18200 Wed Oct 25 14:17:43 2000  Owen Taylor  <otaylor@redhat.com>
18201         
18202         * gtk/gtkwidget.[ch] (gtk_widget_is_focus): Add a function
18203         to determine if a window is the focus widget within
18204         its toplevel.
18205
18206         * gtk/gtkcontainer.[ch]: Fix the return type of ::focus
18207         to be boolean.
18208
18209         * gtk/gtkcontainer.c (gtk_container_real_focus): Move handling 
18210         of the case where the container CAN_FOCUS to here instead
18211         of having it in each individual move-the-focus place.
18212
18213         * gtk/gtkcontainer.c: Rewrite handling of left-right and up-down
18214         focusing to be geometric in a much more obvious sense. Arrowing
18215         around is still non-intuitive because it isn't perfect and
18216         because entries, etc, grab the arrow keys, but it at least
18217         usually will do what you expect now.
18218         
18219         * gtk/gtknotebook.[ch]: Many cleanups. Moved docs inline in this
18220         file.
18221
18222         * gtk/gtknotebook.c: Change tabs to be a single item in
18223         the focus chain. Make movement of focus on tabs with arrow
18224         keys wrap around.
18225         
18226         * gtk/gtknotebook.c (gtk_notebook_find_child): Add
18227         CHECK_FIND_CHILD macro to give informative error messages
18228         instead of silent returns.
18229
18230         * gtk/gtknotebook.c (gtk_notebook_init): Set the RECEIVES_DEFAULT 
18231         flag since we handle GdkReturn on the tabs.
18232
18233         * gtk/gtknotebook.c (gtk_notebook_expose_tabs): Invalidate
18234         windows rather than sending expose events directly.
18235
18236         * gtk/gtknotebook.[ch] docs/Changes-2.0.txt: Move structure 
18237         definition for GtkNotebookPage into .c file, since it is private.
18238
18239         * gtk/testgtk.c (create_notebook): Add option for 
18240         testing borderless notebook.
18241
18242         * gtk/testgtk.c (page_switch): Removed egregious poking
18243         around in GTK+ internals.
18244
18245         * docs/widget-system.txt: Remove references to GTK_REDRAW_PENDING.
18246
18247         * gtk/gtkclist.[ch]: Remove key press handler, handle focusing
18248         properly through gtk_clist_focus. Make the title headers a
18249         single item in the tab-focus chain, and make left-right wrap
18250         around.
18251
18252         * gtk/gtkwindow.c (gtk_window_focus): Add a custom
18253         focus method so that wrapping around works properly.
18254
18255         * gtk/gtktreeview.c: Remove calls to gtk_container_set_focus_child() - 
18256         that is handled for the widget now. 
18257
18258 Mon Dec 11 11:41:12 2000  Owen Taylor  <otaylor@redhat.com>
18259
18260         * gtk/gtkinvisible.c (gtk_invisible_init): Flag invisible
18261         widgets as TOPLEVEL.
18262
18263         * gtk/gtkwidget.c (gtk_widget_queue_resize): Don't assume
18264         TOPLEVEL widgets are containers.
18265
18266         * gtk/gtkinvisible.h: Remove useless include.
18267
18268 2000-12-11  Havoc Pennington  <hp@redhat.com>
18269
18270         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): 
18271         Handle chopping off \r\n and 0x2029 in addition to \n before
18272         passing to PangoLayout
18273
18274         * gtk/gtkimcontextsimple.c
18275         (gtk_im_context_simple_get_preedit_string): 
18276         return an empty string if no match is pending
18277
18278         * gtk/gtkimcontext.c (gtk_im_context_get_preedit_string): add
18279         assertion that the returned preedit string was sane
18280
18281         * gtk/gtktext*.[hc], gtk/testtext.c, gtk/testtextbuffer.c:
18282         s/gtk_text_iter_next_char/gtk_text_iter_forward_char/g;
18283         s/gtk_text_iter_prev_char/gtk_text_iter_backward_char/g;
18284
18285 Mon Dec 11 10:02:26 2000  Owen Taylor  <otaylor@redhat.com>
18286
18287         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_finalize): 
18288         Fix up finalizer to chain to its parent.
18289
18290 2000-12-11  Alexander Larsson  <alexl@redhat.com>
18291
18292         * docs/README.linux-fb (GDK_KEYBOARD_TYPE):
18293         Clearified the difference between the keyboard types. Wrote a note
18294         about the magic sysrq key to get out of raw mode.
18295
18296 2000-12-09  James Henstridge  <james@daa.com.au>
18297
18298         * gdk/linux-fb/gdkmouse-fb.c (GdkFBMouseDevice): add prot struct
18299         member to hold masks for detecting the start of a protocol packet.
18300         (mouse_devs): add packet start masks for ps2 and ms device types.
18301         Left the mask for fidmour blank, as I have no idea what it should
18302         be.
18303         (handle_mouse_io): skip bytes until we get to the start of a
18304         packet.  My Logitech mouse seems to be passing an extra NULL pad
18305         byte, and GPM does a similar thing here.
18306         (gdk_fb_mouse_ms_open): changed error message to not say psaux, as
18307         this is the ms mouse driver.
18308         (gdk_fb_mouse_ms_packet): fix up button handling, which was
18309         completely broken except for button1.  It was checking the wrong
18310         bit in the packet for the status of the right mouse button, and
18311         wrongly assuming right == button2 rather than 3.  I fixed that and
18312         also added support for middle button (button2).
18313
18314 2000-12-08  Havoc Pennington  <hp@redhat.com>
18315
18316         * gtk/gtktextbtree.c (gtk_text_btree_insert): fix breakage here
18317         that cause a segfault on text insertion
18318
18319         * gtk/gtktextchild.c (gtk_text_child_anchor_queue_resize): fix 
18320         warning
18321
18322         * gtk/gtktextiter.c (test_log_attrs): use
18323         _gtk_text_buffer_get_line_log_attrs to speed things up a bit
18324
18325         * gtk/gtktextbuffer.c (_gtk_text_buffer_get_line_log_attrs): 
18326         Get log attrs for a line, using a cache stored on the buffer
18327         
18328         * gtk/gtkcolorsel.h (GTK_COLOR_SELECTION_GET_CLASS): fix typo,
18329         reported by Jeff Franks
18330
18331 2000-12-08  Alexander Larsson  <alla@lysator.liu.se>
18332
18333         * gdk/linux-fb/gdkmouse-fb.c (gdk_fb_mouse_ms_open):
18334         /dev/ttyS0 -> /dev/mouse
18335
18336 2000-12-08  Alexander Larsson  <alla@lysator.liu.se>
18337
18338         * gdk/linux-fb/gdkfont-fb.c (gdk_fontset_load):
18339         Added dummy gdk_fontset_load.
18340
18341 2000-12-08  Alexander Larsson  <alexl@redhat.com>
18342
18343         * docs/README.linux-fb:
18344         * docs/Makefile.am:
18345         Initial GtkFB docs.
18346         
18347         * gdk/linux-fb/Makefile.am:
18348         Define GDK_DATA_PREFIX.
18349
18350         * gdk/linux-fb/gdkmain-fb.c:
18351         Fix typo.
18352         Change default display to /dev/fb0.
18353
18354         * gdk/linux-fb/gdkpango-fb.c:
18355         Add $(prefix)/share/fonts/ to font path.
18356         
18357 2000-12-08  Alexander Larsson  <alla@lysator.liu.se>
18358
18359         * gdk/linux-fb/gdkkeyboard-fb.c:
18360         New file containing the abstracted keyboard driver. Most code
18361         taken from gdkinput-ps2.c
18362
18363         * gdk/linux-fb/gdkinput-ps2.c:
18364         Removed file.
18365         
18366         * gdk/linux-fb/Makefile.am:
18367         Added gdkkeyboard-fb.c, removed gdkinput-ps2.c.
18368
18369         * gdk/linux-fb/gdkcolor-fb.c:
18370         display->fb was renamed to display->fb_fd.
18371
18372         * gdk/linux-fb/gdkcursor-fb.c:
18373         gdk_mouse_get_info -> gdk_fb_mouse_get_info
18374
18375         * gdk/linux-fb/gdkinput.c:
18376         Moved gdk_input_init here from gdkinput-ps2.c
18377
18378         * gdk/linux-fb/gdkmain-fb.c:
18379         display->fb was renamed to display->fb_fd.
18380         Now the tty and the console is opened here instead
18381         of in the keyboard driver. Also check GDK_VT to see what
18382         tty to open.
18383         Move gdk_beep () here from gdkinput-ps2.c
18384         gdk_mouse_get_info -> gdk_fb_mouse_get_info
18385
18386         * gdk/linux-fb/gdkmouse-fb.c:
18387         Add header.
18388         gdk_mouse_get_info -> gdk_fb_mouse_get_info
18389         Return correct keyboard modifiers.
18390         GDK_MOUSETYPE -> GDK_MOUSE_TYPE for consistancy
18391
18392         * gdk/linux-fb/gdkprivate-fb.h:
18393         Add tty and vt info to display.
18394         Add orignal modeinfo storage to display
18395         Update global functions
18396
18397         * gdk/linux-fb/gdkwindow-fb.c:
18398         Added gdk_fb_window_find_focus().
18399         gdk_mouse_get_info -> gdk_fb_mouse_get_info
18400
18401 2000-12-07  Havoc Pennington  <hp@pobox.com>
18402
18403         * gdk/x11/gdkkeys-x11.c (gdk_keymap_lookup_key): fix name of 
18404         function, noticed by Alex
18405
18406 2000-12-06  Elliot Lee  <sopwith@redhat.com>
18407
18408         * configure.in: Detect freetype properly
18409
18410         * modules/basic/Makefile.am, gdk/linux-fb/Makefile.am: Make use of
18411         above.
18412
18413 2000-12-06  Alexander Larsson  <alexl@redhat.com>
18414
18415         * gdk/linux-fb/Makefile.am:
18416         Add gdkmouse-fb.c
18417         
18418         * gdk/linux-fb/gdkmouse-fb.c:
18419         New file. Abstracted the mouse drivers a bit.
18420
18421         * gdk/linux-fb/gdkcursor-fb.c:
18422         The cursor hide/show functions was moved here from gdkinput-ps2.c.
18423
18424         * gdk/linux-fb/gdkinput-ps2.c:
18425         Removed old mouse handling code. Moved cursor handling code
18426         to gdkcursor-fb.c, moved gdk_fb_window_send_crossing_events() to
18427         gdkwindow-fb.c. gdk_input_get_mouseinfo was renamed to
18428         gdk_mouse_get_info.
18429
18430         * gdk/linux-fb/gdkmain-fb.c:
18431         Pass NULL pointers for x,y in gdk_mouse_get_info call.
18432
18433         * gdk/linux-fb/gdkprivate-fb.h:
18434         Removed public gdk_fb_find_common_ancestor, added and renamed
18435         functions for the new mouse handling code.
18436
18437         * gdk/linux-fb/gdkwindow-fb.c:
18438         Moved gdk_fb_window_send_crossing_events here. added global
18439         variable gdk_fb_window_containing_pointer. made
18440         gdk_fb_find_common_ancestor static. gdk_input_get_mouseinfo was
18441         renamed to gdk_mouse_get_info.
18442
18443 2000-12-06  Alexander Larsson  <alexl@redhat.com>
18444
18445         * gdk/linux-fb/gdkevents-fb.c:
18446         Update to match latest gmain/gsource changes.
18447
18448         * gdk/linux-fb/gdkinput-ps2.c:
18449         Bogus gdk_keymap_get_entries_for_keycode implementation so that
18450         it links. Will be implemented later.
18451
18452 2000-12-03  Havoc Pennington  <hp@pobox.com>
18453
18454         * gdk/Makefile.am: add gdkkeys.[hc]
18455
18456         * gdk/gdkkeys.h, gdk/gdkkeys.c: Move all the keyval stuff to these
18457         files from gdk.h, gdk.c; add GdkKeymap type and operations on it.
18458
18459         * acconfig.h, configure.in: add checks and command line options
18460         for XKB
18461
18462         * gdk/x11/gdkkeys-x11.c: Implement the above functions
18463         
18464         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Put the keycode
18465         and group in the key event
18466
18467         * gdk/gdkevents.h (struct _GdkEventKey): Add a hardware_keycode
18468         field with the low-level hardware key code, and a group
18469         field with the keyboard group
18470
18471         * gdk/x11/gdkprivate-x11.h: include config.h for HAVE_XKB,
18472         and declare a couple globals used for keymap handling
18473         
18474         * gtk/gtkimcontextsimple.c: Implement ISO 14755 input method,
18475         hold down Shift-Control and type a hex number to get a Unicode 
18476         character corresponding to the hex number
18477         (gtk_im_context_simple_get_preedit_string): Fix cursor position
18478         (return bytes not chars)
18479
18480 2000-12-05  Elliot Lee  <sopwith@redhat.com>
18481
18482         * gdk/gdkcolor.h: Make GdkColor specify element sizes
18483         to avoid waste on 64-bit platforms.
18484
18485 Tue Dec  5 15:49:31 2000  Owen Taylor  <otaylor@redhat.com>
18486
18487         * INSTALL: Fix link to PNG home, remove reference
18488         to fribidi.
18489
18490         * gdk/x11/gdkevents-x11.c: Fix up for new GMain API.
18491         
18492         * gdk/win32/gdkevents-win32.c: Fix up for new GMain API. (Not
18493         tested.)
18494
18495         * gtk/gtkcheckmenuitem.c: Permanently turn on
18496         always_show_toggle.
18497
18498         * gtk/gtkclist.c (gtk_clist_get_pixtext): Allow mask to 
18499         be NULL. (Vladimir Klebanov, #26545)
18500
18501         * gtk/gtkspinbutton.c (gtk_spin_button_insert_text): Fix 
18502         some signed/unsigned comparison problems. (#6510,
18503         David Kaelbling)
18504
18505         * gtk/gtkwidget.[ch] (gtk_widget_is_ancestor): Change
18506         return type to boolean (Oskar Liljeblad, #18648)
18507
18508 2000-12-05  Alexander Larsson  <alexl@redhat.com>
18509
18510         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_display_new):
18511         Remove bogus colormap setting.
18512
18513 2000-12-05  Alexander Larsson  <alexl@redhat.com>
18514
18515         * gdk/linux-fb/gdkcolor-fb.c:
18516         More complete colormap handling. Now GdkRGB work in 8 bpp modes.
18517
18518         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_image):
18519         Must set colormap.
18520         
18521 Tue Dec  5 13:17:53 GMT 2000  Tony Gale <gale@gtk.org>
18522
18523         * docs/tutorial/gtk-tut.sgml: DND updates
18524
18525 2000-12-05  Alexander Larsson  <alla@lysator.liu.se>
18526
18527         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_drawable_3):
18528         Remove old debug g_warning().
18529         (gdk_fb_draw_drawable): The src argument can be either a wrapper
18530         or an implementation, just pass the implementation to draw_drawable_2.
18531         
18532         * gdk/linux-fb/gdkprivate-fb.h:
18533         Added GDK_IS_DRAWABLE_IMPL_FBDATA()
18534
18535         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_destroy):
18536         clear and invalidate area when window is destroyed.
18537         (send_map_events): Remove old commented out code.
18538
18539 2000-12-05  Alexander Larsson  <alexl@redhat.com>
18540
18541         * gdk/linux-fb/gdkpango-fb.c:
18542         Use italic instead of oblique in font aliases.
18543         
18544         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_fill_span_generic,
18545         _gdk_fb_gc_calc_state): Support GDK_XOR, add g_warning for
18546         other unsupported functions.
18547
18548 2000-12-04  Havoc Pennington  <hp@redhat.com>
18549
18550         * gtk/gtkpaned.c (gtk_paned_expose): fix this to be sane
18551
18552         * gtk/gtkvpaned.c (gtk_vpaned_expose): Add an expose handler
18553
18554         * gtk/gtkhpaned.c (gtk_hpaned_expose): Add an expose handler
18555
18556         * gtk/gtknotebook.c (gtk_notebook_draw_tab): put in a temporary 
18557         hack to avoid infinite loops (synthetic expose event) - 
18558         Owen has more appropriate fixes in a branch he'll check in later.
18559
18560         * gtk/gtktextiter.c (gtk_text_iter_ends_line): handle paragraph
18561         separator, CR, and CRLF as line ends
18562
18563         * gtk/gtktextbtree.c (gtk_text_btree_insert): on insertion, break
18564         into lines using pango_find_paragraph_boundary(); other bits of
18565         the widget are still going to be broken if the boundary isn't '\n'
18566         though
18567
18568 2000-12-04  Alexander Larsson  <alexl@redhat.com>
18569
18570         * gdk/linux-fb/gdkfont-fb.c (gdk_text_width): Divide size by 2, not
18571         multiply.
18572
18573         * gdk/linux-fb/gdkpango-fb.c:
18574         Copied some 26.6 scaling macros from pango to clean up the rounding.
18575         (pango_fb_font_get_glyph_info): Correct sign on x value.
18576
18577         * gdk/linux-fb/gdkprivate-fb.h:
18578         Removed unreferenced external functions.
18579
18580         * modules/linux-fb/Makefile.am: Use ` instead of '.
18581
18582         * modules/linux-fb/basic.c:
18583         Remove dead code. In particular the dummy lang engine which broke all
18584         pango layouts in GtkFB. Don't include tables-big.i anymore.
18585
18586         * modules/linux-fb/tables-big.i:
18587         Upgrade to latest version from pango. Left for reference, basic_ranges
18588         moved to basic.c.
18589         
18590 2000-12-04  Havoc Pennington  <hp@redhat.com>
18591
18592         Fix bugs Alex found:
18593         
18594         * gtk/gtktooltips.c (gtk_tooltips_force_window): nuke connection
18595         to "draw"
18596
18597         * gtk/gtkdnd.c (gtk_drag_highlight): nuke connection to "draw"
18598
18599         * gtk/gtkcolorsel.c (palette_new): nuke connection to "draw"
18600
18601         * gtk/gtklistitem.c (gtk_list_item_expose): Put the old _draw() 
18602         implementation in here, apparently the expose() implementation was
18603         dead code.
18604
18605 2000-12-04  Alexander Larsson  <alexl@redhat.com>
18606
18607         * gdk/linux-fb/gdkpango-fb.c (pango_fb_font_get_metrics):
18608         Return positive descent.
18609
18610 2000-12-02  Havoc Pennington  <hp@pobox.com>
18611
18612         * gtk/gtkwidget.h (struct _GtkWidgetClass): Remove "draw" virtual
18613         method and signal
18614         
18615         * gtk/gtkwidget.c (gtk_widget_draw): Now just queues a draw then
18616         calls gdk_window_process_updates() to push the exposes through
18617         (gtk_widget_class_init): No more draw signal, no
18618         gtk_widget_real_draw()  
18619         
18620         * gtk/gtkbin.c (gtk_bin_draw): remove
18621
18622         * gtk/gtkbox.c (gtk_box_draw): remove
18623
18624         * gtk/gtkbutton.c (gtk_button_draw): remove
18625
18626         * gtk/gtkcalendar.c (gtk_calendar_draw): remove
18627
18628         * gtk/gtkcheckbutton.c (gtk_check_button_draw): remove
18629
18630         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_draw): remove
18631
18632         * gtk/gtkclist.c (gtk_clist_draw): remove
18633
18634         * gtk/gtkentry.c (gtk_entry_draw): remove
18635
18636         * gtk/gtkeventbox.c (gtk_event_box_draw): remove
18637
18638         * gtk/gtkfixed.c (gtk_fixed_draw): remove
18639
18640         * gtk/gtkframe.c (gtk_frame_draw): remove
18641
18642         * gtk/gtkhandlebox.c (gtk_handle_box_draw): remove
18643
18644         * gtk/gtkhpaned.c (gtk_hpaned_draw): remove
18645
18646         * gtk/gtklayout.c (gtk_layout_draw): remove
18647
18648         * gtk/gtklist.c (gtk_list_draw): remove
18649
18650         * gtk/gtklistitem.c (gtk_list_item_draw): remove
18651
18652         * gtk/gtkmenu.c (gtk_menu_draw): remove
18653
18654         * gtk/gtkmenubar.c (gtk_menu_bar_draw): remove
18655
18656         * gtk/gtkmenuitem.c (gtk_menu_item_draw): remove
18657
18658         * gtk/gtknotebook.c (gtk_notebook_draw): remove
18659
18660         * gtk/gtkoptionmenu.c (gtk_option_menu_draw): remove
18661
18662         * gtk/gtkpacker.c (gtk_packer_draw): remove
18663
18664         * gtk/gtkrange.c (gtk_range_draw): remove
18665
18666         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_draw): remove
18667
18668         * gtk/gtkspinbutton.c (gtk_spin_button_draw): remove
18669
18670         * gtk/gtktable.c (gtk_table_draw): remove
18671
18672         * gtk/gtktearoffmenuitem.c (gtk_tearoff_menu_item_draw): remove
18673
18674         * gtk/gtktext.c (gtk_text_draw): remove
18675
18676         * gtk/gtktextview.c (gtk_text_view_draw): remove
18677
18678         * gtk/gtktogglebutton.c (gtk_toggle_button_draw): remove
18679
18680         * gtk/gtktoolbar.c (gtk_toolbar_draw): remove
18681
18682         * gtk/gtktree.c (gtk_tree_draw): remove
18683
18684         * gtk/gtktreeitem.c (gtk_tree_item_draw): remove
18685
18686         * gtk/gtktreeview.c (gtk_tree_view_draw): remove
18687
18688         * gtk/gtkviewport.c (gtk_viewport_draw): remove
18689
18690         * gtk/gtkvpaned.c (gtk_vpaned_draw): remove
18691
18692         * gtk/gtkvscale.c (gtk_vscale_draw): remove
18693
18694         * gtk/gtkwindow.c (gtk_window_draw): remove
18695
18696 2000-20-01  Anders Carlsson  <andersca@gnu.org>
18697
18698         * gtk/gtktogglebutton.c (gtk_toggle_button_draw): Fix bug when
18699         a GtkToggleButton is both insensitive and active, it was being
18700         drawn by the GtkButton draw handler which doesn't check the
18701         state. Now it's calling gtk_toggle_button_paint instead.
18702         
18703 2000-12-01  Havoc Pennington  <hp@redhat.com>
18704
18705         * gtk/gtktextdisplay.c (gtk_text_layout_draw): don't create
18706         dangling pointers to the appearance attributes from the 
18707         line display
18708
18709         * gdk/gdkdraw.c (gdk_drawable_get_image): allow negative
18710         width/height to mean "full width/height of drawable"
18711
18712         * gtk/gtktextview.h, gtk/gtktextview.c: Implement double/triple
18713         click to select word/line
18714         
18715         * gtk/gtktextiter.c (test_log_attrs): include paragraph delimiters 
18716         when getting log attrs. Get a slice, so that pixmaps and stuff
18717         are properly handled.
18718
18719         * gtk/gtktextbuffer.c (paste): Fix pasting to work properly if you
18720         paste into the selection (replaces selection now, previously
18721         crashed or added to selection). Reveals longstanding btree bug -
18722         select multiple lines, middle-click on the selection, boom. This
18723         isn't related to my changes though.
18724
18725         * gtk/gtkentry.c (gtk_entry_move_forward_word): Update to reflect
18726         PangoLogAttrs changes
18727         (gtk_entry_move_backward_word): ditto
18728
18729         * gtk/gtktextlayout.h, gtk/gtktextlayout.c: Make the iter motion
18730         functions return bool whether the iter moved onto a
18731         dereferenceable position.
18732  
18733         * gtk/gtktextview.h, gtk/gtktextview.c: Add a bunch of public
18734         functions for motion in terms of display lines.
18735
18736         * gtk/gtktextmark.c (gtk_text_mark_get_buffer): Add function to
18737         get the buffer a mark is inside
18738         
18739 2000-12-01  Alexander Larsson  <alexl@redhat.com>
18740
18741         * gdk/linux-fb/Makefile.am:
18742         * modules/linux-fb/Makefile.am:
18743         Freetype 2 final uses freetype-config
18744
18745         * gdk/linux-fb/gdkpango-fb.c:
18746         Upgrade to use Freetype 2 final.
18747         More flexible support for font aliases, this also fixes a bug with
18748         GtkFontSelector, as the aliases must be visible in the font/family list,
18749         or GtkFontSelector reads uninitialized memory.
18750
18751 2000-11-30 Hidetoshi Tajima  <tajima@eng.sun.com>
18752
18753         * modules/input/gtkimcontextxim.c (setup_im): Add NULL argument to
18754         XGetIMValues to properly terminate variable argument list, and do
18755         NULL return check for ic_values and xim_styles.
18756
18757         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_reset):
18758         Restore preedit state after XmbResetIC().
18759         
18760         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_get_ic):
18761         XvaCreateNestedList() should take XvaNestedList, but not
18762         XvaNestedList*.
18763
18764         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_reset,
18765         preedit_draw_callback, preedit_caret_callback): Match
18766         "preedit-changed" signal name to "preedit_changed" to be
18767         consistent to the spec.
18768
18769         * gtk/gtkimcontextsimple.c (check_table):
18770         Match "preedit-changed" to "preedit_changed" to be consistent
18771         to the spec.
18772
18773 Thu Nov 30 23:03:04 2000  Owen Taylor  <otaylor@redhat.com>
18774
18775         * gdk/x11/gdkgc-x11.c (gdk_gc_copy): Properly handle
18776         gc->clip_region == NULL>
18777
18778 2000-11-30  Tor Lillqvist  <tml@iki.fi>
18779
18780         Changes by Hans Breuer:
18781         
18782         * gdk/win32/gdkwindow-win32.c (gdk_window_set_geometry_hints):
18783         Dont't use negative width and height as max_hints. This fixes
18784         Owen's recent testgtk changes for win32.
18785
18786         * gdk/win32/gdkgc-win32.c (gdk_win32_hdc_get,
18787         gdk_win32_hdc_release): These are exported and may be called with
18788         other drawable types than our GdkDrawableImplWin32 (?).
18789
18790         * gdk/gdkwindow.c: Backing store appears to work on Windows now,
18791         so always #define USE_BACKING_STORE.
18792
18793         * gtk/gtktextdisplay.c (render_layout_line): Use g_print instead
18794         of printf for debugging output.
18795
18796         * gtk/gtktextlayout.c (allocate_child_widgets): Ditto.
18797         
18798         * gtk/gtktextview.c (gtk_text_view_child_allocated): Ditto.
18799
18800         * gtk/gtkmain.h (GTKMAIN_C_VAR): Win32 fix for dllimport
18801         declaration.
18802
18803         * gtk/gtktexttypes.h: Ditto.
18804
18805         * gtk/gtklabel.c (gtk_label_set_markup_with_accel): Return a value
18806         (GDK_VoidSymbol) also if in case of arg check failure.
18807
18808         * gtk/gtkimcontextsimple.c
18809         (gtk_im_context_simple_get_preedit_string): Don't assign cursor
18810         position to the pointer, but to the variable it points to.
18811
18812         * gtk/makefile.msc.in (DEFINES): Define GTK_VERSION.
18813
18814         * gtk/gtk.def: Updates.
18815
18816 2000-11-29  Elliot Lee  <sopwith@redhat.com>
18817
18818         * gtk/gtkmodelsimple.c: Inherits from GTK_TYPE_OBJECT, not
18819         GTK_TYPE_TREE_MODEL.
18820
18821 2000-11-29  Alexander Larsson  <alexl@redhat.com>
18822
18823         * gdk/linux-fb/gdkfont-fb.c (gdk_font_from_description):
18824         Set the size of the font from the description.
18825         (gdk_text_width): Gross hack that calculates the width
18826         of text by text_length * size/2. This is necessary because
18827         GtkLabel does some ugly gtk_string_width call to calculate
18828         an good size.
18829         (linux-fb/gdkprivate-fb.h): Removed unused field FT_Face.
18830
18831 Wed Nov 29 13:39:19 GMT 2000  Tony Gale <gale@gtk.org>
18832
18833         * docs/tutorial/gtk-tut.sgml: DND updates
18834
18835 2000-11-29  Alexander Larsson  <alexl@redhat.com>
18836
18837         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_clear_area):
18838         If you pass width or height == 0 to gdk_window_clear_area they
18839         should be calculated from the window size.
18840
18841 2000-11-29  Alexander Larsson  <alexl@redhat.com>
18842
18843         * gdk/linux-fb/gdkinput-ps2.c (move_pointer): If there is
18844         a grab, but no grab-cursor, use the cursor from the grabbed
18845         window. (gdk_fb_window_send_crossing_events): Send normal
18846         enter/leave notifications if grab and owner_events == TRUE.
18847
18848 2000-11-29  Alexander Larsson  <alexl@redhat.com>
18849
18850         * gdk/linux-fb/gdkinput-ps2.c (send_button_event):
18851         Do implicit button grabs, even if the window doesn't
18852         want the event.
18853         (gdk_fb_window_send_crossing_events): If there is a
18854         grab, only the grabbed window gets normal enter/leave
18855         notifications. On ungrab go from grabbed window to current.
18856         Don't send any notification to b when propagating from c -> b.
18857         If setting a grab on window, don't set prev_window.
18858         (handle_mouse_input): Send enter/leave events to the window the
18859         mouse is over, not the grabbed one.
18860         
18861 2000-11-28  Elliot Lee  <sopwith@redhat.com>
18862
18863         * gdk/gdkregion-generic.c: Zap warning.
18864         * modules/input/Makefile.am: Only build im-xim if USE_X11 is enabled
18865         * gtk/gtkrc.c: s/strcpy/memcpy/ to save a few nanoseconds.
18866
18867 2000-11-28  Alexander Larsson  <alla@lysator.liu.se>
18868
18869         * gdk/linux-fb/gdkwindow-fb.c (gdk_fb_window_move_resize):
18870         The cursor should be hidden if it is part of either the
18871         source or destination region. Not only if it is in both.
18872         (gdk_window_set_transient_for): Silence warnings.
18873
18874 2000-11-28  Alexander Larsson  <alexl@redhat.com>
18875
18876         * gdk/linux-fb/mifillarc.c (miFillArcSliceSetup):
18877         The default mode in X is Pie Arcs, therefore that is
18878         what Gtk+ uses.
18879
18880 2000-11-28  Alexander Larsson  <alexl@redhat.com>
18881
18882         * gdk/linux-fb/gdkinput-ps2.c:
18883         Implement correct EnterNotify/LeaveNotify:
18884         (gdk_fb_window_send_crossing_events): New function that sends
18885         all GdkCrossingEvents from the last mouse-window to the specified
18886         destination.
18887         (gdk_fb_window_visibility_crossing): Removed function.
18888         (handle_mouse_input): Use gdk_fb_window_send_crossing_events()
18889         (send_button_event, gdk_fb_cursor_reset): Use gdk_window_at_pointer
18890         instead of gdk_window_get_pointer() for better readability.
18891
18892         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_pointer_grab,
18893         gdk_fb_pointer_ungrab): Use gdk_fb_window_send_crossing_events.
18894
18895         * gdk/linux-fb/gdkprivate-fb.h:
18896         removed gdk_fb_window_visibility_crossing, added
18897         gdk_fb_window_send_crossing_events and gdk_fb_find_common_ancestor.
18898
18899         gdk/linux-fb/gdkwindow-fb.c (gdk_fb_find_common_ancestor):
18900         New function that finds the least common ancestor of two windows.
18901         (gdk_window_show, gdk_window_hide):
18902         Use gdk_fb_window_send_crossing_events.
18903         (gdk_fb_window_move_resize): Send configure events to toplevel
18904         windows. Use gdk_fb_window_send_crossing_events.
18905
18906 2000-11-27  Havoc Pennington  <hp@redhat.com>
18907
18908         * gtk/gtkprivate.h (enum): Remove a trailing comma
18909
18910 2000-11-27  Federico Mena Quintero  <federico@helixcode.com>
18911
18912         * gtk/gtkspinbutton.c (gtk_spin_button_set_adjustment): Connect to
18913         the "changed" callback of the adjustment.  We need to redraw the
18914         spin button's arrows when the adjustment's range changes.
18915         (adjustment_changed_cb): Draw the arrows.
18916         (gtk_spin_button_value_changed): Draw the arrows.
18917
18918 2000-11-23  Alexander Larsson  <alexl@redhat.com>
18919
18920         * gdk/linux-fb/gdkselection-fb.c:
18921         Initial selection implementation.
18922
18923         * gtk/gtkselection.c:
18924         if GDK_WINDOWING_FB defined, include linux-fb/gdkfb.h and look up
18925         requestor in gtk_selection_request.
18926         
18927         * gdk/linux-fb/gdkfb.h, gdk/linux-fb/gdkglobals-fb.c:
18928         Added gdk_selection_property atom.
18929
18930         * gdk/linux-fb/gdkprivate-fb.h:
18931         Export _gdk_selection_window_destroyed.
18932         Removed mask_off_x/y from GdkCursorPrivateFB.
18933         Removed hbearing, added top, left to PangoFBGlyphInfo.
18934
18935         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_destroy):
18936         Call _gdk_selection_window_destroyed
18937         (_gdk_windowing_window_init): Don't call gdk_cursor_new() before
18938         the root window has been created.
18939         (static_dx_hack, static_dy_hack, compare_draw_rects,
18940         gdk_fb_window_move_resize): Remove unnecessary sort of rectangles
18941         in region. They are already sorted. Instead just traverse them in
18942         reverse if draw_direction < 0.
18943         
18944         * gdk/linux-fb/gdkinput-ps2.c (send_button_event):
18945         Double-clicks must be sent after the normal button_press.
18946         (gdk_fb_cursor_unhide): Remove usage of mask_off_x/y. Clean up.
18947         
18948         * gdk/linux-fb/gdkgeometry-fb.c (gdk_window_scroll):
18949         Pass _gdk_fb_screen_gc instead of NULL.
18950
18951         * gdk/linux-fb/gdkmain-fb.c (_gdk_windowing_init_check):
18952         Initialize gdk_selection_property.
18953         (gdk_event_make): Remove unused code.
18954
18955         * gdk/linux-fb/gdkcursor-fb.c:
18956         Make the pixmap for the cursor the same size as the mask. Also remove
18957         the mask_off_x/y fields in GdkCursorPrivateFB and combine
18958         _gdk_cursor_new_from_pixmap() and gdk_cursor_new_from_pixmap()
18959         Now the whole cursor is visible.
18960
18961         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_drawable_3):
18962         Fix bug where xdest+height instead of ydest+height was used
18963         to calculate if the source and dest overlapped. This fixes the
18964         redraw bug when the main window in testgtk was scrolled when
18965         partially covered by a tall window.
18966         Copy rectangles in region in order depending on draw_direction.
18967         Also moved the draw_direction flipping of start_y and end_y into
18968         the gc functions, as this might not be what all of them want.
18969         (gdk_fb_draw_lines): Support dashed lines.
18970         (gdk_fb_draw_glyphs): Clean up glyph placement. Also fix positioning
18971         so that the text is positioned correctly (was 1 pixel high).
18972
18973         gdk/linux-fb/gdkgc-fb.c:
18974         Initialize cap_style to GTK_CAP_BUTT. This fixes a problem where
18975         all lines were drawn a pixel to short. Also checked the default of
18976         the rest of the values, and they're the same as X now.
18977
18978         * gdk/linux-fb/gdkpango-fb.c (pango_fb_font_get_glyph_info):
18979         Clean up pixel positioning of the glyphs. Just use bgy->top and
18980         bgy->left. Also used PANGO_PIXEL where appropriate and added 0.5
18981         to all divisions to get correct rounding behaviour.
18982
18983         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_draw_drawable_generic,
18984         gdk_fb_draw_drawable_memmove, gdk_fb_draw_drawable_aa_24):
18985         Moved start_y/end_y flip into draw_drawable implementations.
18986         Flip also x rendering when draw_direction < 0.
18987         Remove unneccesary multiply with draw_direction.
18988
18989 Wed Nov 22 14:11:19 GMT 2000  Tony Gale <gale@gtk.org>
18990
18991         * docs/tutorial/gtk-tut.sgml:
18992           - get rid of gtk_toggle_button_toggled FUD
18993           - start DND section - needs work - based on:
18994                 http://wolfpack.twu.net/docs/gtkdnd/
18995
18996 2000-11-22  Alexander Larsson  <alexl@redhat.com>
18997
18998         * gdk/linux-fb/gdkpango-fb.c (pango_fb_font_get_metrics):
18999         Correct calculation of font metrics. Now GtkEntrys have sane
19000         size.
19001
19002 2000-11-22  Alexander Larsson  <alexl@redhat.com>
19003
19004         * gdk/gdktypes.h:
19005         Add new type GdkSpan
19006         
19007         * docs/reference/gdk/gdk-sections.txt,
19008         docs/reference/gdk/tmpl/regions.sgml, gdk/gdkregion-generic.c,
19009         gdk/gdkregion.h:
19010         Implement and document gdk_region_spans_intersect_foreach.
19011
19012         * gdk/linux-fb/Makefile.am, gdk/linux-fb/gdkrender-fb.c:
19013         Add new file gdkrender-fb.c which contains all core
19014         rendering code.
19015         Add gdk_fb_fill_rectangle_generic (old rectangle code) and
19016         gdk_fb_fill_rectangle_simple_16, gdk_fb_fill_rectangle_simple_32
19017         (optimized rectangle fillers).
19018
19019         * gdk/linux-fb/gdkdrawable-fb2.c:
19020         Move all rendering code to gdkrender-fb.c.
19021         Change from using GdkRectangles and GdkSegments for spans to GdkSpan.
19022         Use the new span intersection functions in gdk_fb_fill_spans.
19023         gdk_fb_draw_rectangle() clips filled rectangles and calls
19024         gc->fill_rectangle with the result.
19025         gdk_fb_fill_spans() gets extra argument "sorted".
19026
19027         * gdk/linux-fb/gdkevents-fb.c:
19028         Remove unused includes and defines.
19029         New function gdk_fb_get_time() to get correct time for events.
19030
19031         * gdk/linux-fb/gdkinput-ps2.c:
19032         Use gdk method of generating multiple-clicks (gdk_event_button_generate)
19033         Make sure to set the time of all events.
19034
19035         * gdk/linux-fb/gdkmain-fb.c:
19036         Use gdk_fb_get_time ().
19037
19038         * gdk/linux-fb/gdkprivate-fb.h:
19039         New virtual GC calls: fill_span & fill_rectangle.
19040         Export gdk_fb_get_time().
19041         gdk_fb_fill_spans() gets extra argument "sorted".
19042
19043         * gdk/linux-fb/mi*.c:
19044         Use GdkSpan instead of GdkRectangle.
19045         Pass correct sorted to gdk_fb_fill_spans. (sorted value taken
19046         from XFree 4 source)
19047         
19048 2000-11-22    <jrb@redhat.com>
19049
19050         * gtk/gtktreeview.c (gtk_tree_view_calc_size): It's amazing what
19051         reversing the order in an if statement will do.  Doing so managed
19052         to make the treemodelsort half work.  Other half will follow after
19053         I get the insert function fully fixed.
19054
19055 2000-11-21  Elliot Lee  <sopwith@redhat.com>
19056         * gtk/gtkmenushell.h: GdkEventButton->button can occupy significantly
19057         more than 2 bits. Besides, I need to implement an evil hack. :)
19058
19059 Tue Nov 21 14:17:51 GMT 2000  Tony Gale <gale@gtk.org>
19060
19061         * docs/tutorial/gtk-tut.sgml: minor corrections
19062
19063 2000-11-20  Jonathan Blandford <jrb@redhat.com>
19064         * gtk/gtktreemodelsort.h: Add convertion functions to let you
19065           convert to and from relative path's and iters.
19066
19067         * gtk/treestoretest.c: move to having a sorted/unsorted view.  Start
19068           testing sorting functions a bit better.  Currently broken -- will
19069           fix in morning.
19070
19071 2000-11-20  Havoc Pennington  <hp@redhat.com>
19072
19073         * gtk/gtkwidget.c: Documented a bunch of functions in here
19074         (gtk_widget_realize): Warn if you try to realize
19075         a widget with no parent that isn't a toplevel
19076         (gtk_widget_intersect): return a gboolean
19077
19078 2000-11-20  Havoc Pennington  <hp@redhat.com>
19079
19080         * gtk/gtktextview.c, gtk/gtktextlayout.c, gtk/gtktextchild.c,
19081         gtk/testtext.c: Semi-finish widget embedding. Need guffaw
19082         scrolling to be implemented in GDK to finish. Also, right now
19083         we just size_allocate all children on every layout change,
19084         which is pretty lame. Test commented out of testtext.c, 
19085         until it works better.
19086
19087 2000-11-20  Alexander Larsson  <alla@lysator.liu.se>
19088
19089         * gdk/linux-fb/gdkdrawable-fb2.c:
19090         Removed unused arguments from gdk_fb_drawable_get_pixel().
19091
19092         * gdk/linux-fb/gdkinput-ps2.c (handle_input_ps2):
19093         Renamed fidur specific mouse packet data in MouseDevice to
19094         generic. Used it in ps2 mouse handling code to avoid blocking
19095         reads.
19096
19097 Sat Nov 18 18:00:17 2000  Jonathan Blandford  <jrb@redhat.com>
19098
19099         * demos/gtk-demo/main.c: Changed to have the list become
19100         non-italic when the demo window is destroyed through an external
19101         event (like a close button).  Doing so found three bugs in the
19102         widget.
19103
19104         * demos/gtk-demo/*.c (do_*): Changed to return the toplevel window.
19105
19106         * gtk/gtkliststore.c (gtk_list_store_set_cell): emit "change" when
19107         we actually set the cell.
19108
19109         * gtk/gtktreestore.c (gtk_tree_store_set_cell): ditto
19110
19111         * gtk/gtktreeselection.c (gtk_tree_selection_real_select_node):
19112         free a leaked path.  Thanks memprof.
19113
19114 Sat Nov 18 11:58:17 2000  Owen Taylor  <otaylor@redhat.com>
19115
19116         * gdk/gdkrgb.c (gdk_rgb_allocate_images): Fix 
19117         off-by-one error when destroying allocated segments
19118         on failure. (Elliot)
19119
19120 Sat Nov 18 11:45:09 2000  Owen Taylor  <otaylor@redhat.com>
19121
19122         * gtk/gtkcalendar.c: Patch from ChiDeok Hwang to fix
19123         memleaks found by Evan Martin.
19124
19125 Fri Nov 17 20:14:20 2000  Owen Taylor  <otaylor@redhat.com>
19126
19127         * Released 1.3.2
19128         
19129         * NEWS: Updates for 1.3.2
19130
19131 2000-11-17  Tor Lillqvist  <tml@iki.fi>
19132
19133         * gdk/gdkevents.h: Add comment that GdkXEvent isn't only for XEvent,
19134         but in general for window system specific events.
19135
19136         * gtk/gtk.def
19137         * gtk/makefile.mingw.in
19138         * gtk/makefile.msc.in: Update.
19139         
19140         * gtk/gtktexttypes.h: Mark variables for export/import from DLL.
19141
19142 Thu Nov 16 16:11:39 2000  Owen Taylor  <otaylor@redhat.com>
19143
19144         * gtk/Makefile.am (EXTRA_DIST): Do not, in any circumstances,
19145         distribute gtk.immodules.
19146
19147         * gtk/Makefile.am (install-data-local): Don't install the
19148         gtk.immodules file created for the uninstalled modules;
19149         instead run gtk-query-immodules after install
19150
19151 Wed Nov 15 21:51:31 2000  Owen Taylor  <otaylor@redhat.com>
19152
19153         * modules/input/Makefile.am (im_xim_la_LDFLAGS): Point
19154         -rpath to the right install location.
19155
19156         * modules/input/Makefile.am (im_inuktitut_la_LDFLAGS): Remove
19157         -export-dynamic.
19158
19159         * gtk/gtkthemes.c (gtk_theme_engine_get): Set engine->name
19160         properly.
19161
19162 2000-11-15  Havoc Pennington  <hp@pobox.com>
19163
19164         * gtk/gtktextview.c (gtk_text_view_start_cursor_blink): Apply
19165         patch from Mikael Hermansson to temporarily stop blinking while
19166         the user is using the keyboard to type or navigate. 
19167
19168         Also, when blinking, stay on for longer than we stay off. Also,
19169         return from start_cursor_blink if !cursor_visible, to save
19170         checking that flag all over the place before we call
19171         start_cursor_blink.
19172
19173 Thu Nov 16 01:25:51 2000  Robert Brady  <robert@suse.co.uk>
19174
19175         * gtk/gtkrc.*: Remove the locale-specific gtkrc's, as they
19176         only contain a "fontset" line, which is now ignored.
19177
19178         * gtk/gtkentry.c (gtk_entry_button_release): Make 
19179         double-click-to-select-word work.
19180         
19181 Wed Nov 15 20:16:54 2000  Owen Taylor  <otaylor@redhat.com>
19182
19183         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_line_end): 
19184         Don't move back one char when we are actually at the end of the 
19185         paragraph.
19186
19187 2000-11-15  Robert Brady  <robert@suse.co.uk>
19188
19189         * modules/input/iminuktitut.c (inuktitut_compose_seqs): 
19190         'o' < 'p'.
19191         
19192         * gtk/gtkmain.c: s/CODSET/CODESET/, include <libintl.h> for
19193         bind_textdomain_codeset.
19194
19195         (gtk_init_check): Make the warning about translating default:LTR
19196         sterner.
19197         
19198 Wed Nov 15 18:39:40 2000  Owen Taylor  <otaylor@redhat.com>
19199
19200         * **/Makefile.am : remove unecessary rules for win32-specific
19201         config-substituted targets. If you want these rules, use
19202         --enable-maintainer-mode (called automatically by autogen.sh).
19203         Stops a lot of unneccessary make-time warnings.
19204
19205         * gtk/gtktext{layout,display}.c: Factor in total width as
19206         well as screen when figuring alignment for word-wrap as well as
19207         no wrap; this is necessary to handle lines that cannot be wrapped
19208         at all.
19209
19210 2000-11-15  Havoc Pennington  <hp@redhat.com>
19211
19212         * gtk/testtext.c: Implement essential color cycling feature
19213
19214 2000-11-15  Havoc Pennington  <hp@redhat.com>
19215
19216         * gtk/gtktextview.c (changed_handler): Invalidate the side windows
19217         when we invalidate the main window.
19218
19219         * gtk/testtext.c (create_view): Get rid of text_changed_callback,
19220         GtkTextView will now invalidate the side windows for us when text
19221         changes.
19222
19223 Wed Nov 15 16:02:20 2000  Owen Taylor  <otaylor@redhat.com>
19224
19225         * gtk/gtktextview.c (changed_handler): Call scroll_calc_now()
19226         unconditionally, since we may need to update the horizontal
19227         scrollbars even if the height didn't change.
19228
19229         * gtk/gtktextlayout.c (add_preedit_attrs): Always get
19230         the extra attrs, since some of them affect size.
19231
19232         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Factor in
19233         x_offset correctly.
19234
19235 2000-11-15  Havoc Pennington  <hp@redhat.com>
19236
19237         * gtk/gtktextlayout.c (set_para_values): If indent is negative,
19238         don't move the first line out into the margin, instead move the
19239         whole paragraph in order to make space for the first line within 
19240         the margin
19241
19242 2000-11-15  Havoc Pennington  <hp@redhat.com>
19243
19244         * gtk/gtktextview.c (changed_handler): offset redraw rect by
19245         xoffset in addition to yoffset, so horizontal scrolling doesn't
19246         break redraws
19247
19248 2000-11-15  Havoc Pennington  <hp@redhat.com>
19249
19250         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Remove extra pixel
19251         from the cursor
19252         (render_layout_line): fix reversed test that caused weird
19253         underlines to get drawn
19254
19255 2000-11-15  Alexander Larsson  <alla@lysator.liu.se>
19256
19257         * gdk/linux-fb/gdkprivate-fb.h:
19258         Fix debug macros.
19259         
19260 2000-11-15  Alexander Larsson  <alla@lysator.liu.se>
19261
19262         * gdk/linux-fb/gdkprivate-fb.h:
19263         Added virtual functions set_pixel, get_color,
19264         fill_span and draw_drawable to the GC.
19265         Added global _gdk_fb_screen_gc to use instead of
19266         NULL when drawing to the screen.
19267         Added _gdk_fb_gc_calc_state() prototype.
19268
19269         * gdk/linux-fb/gdkgc-fb.c:
19270         Call _gdk_fb_gc_calc_state() on any gc state change.
19271
19272         * gdk/linux-fb/gdkglobals-fb.c:
19273         Add _gdk_fb_screen_gc
19274                 
19275         * gdk/linux-fb/gdkdrawable-fb2.c:
19276         _gdk_fb_gc_calc_state() calculates best functions
19277         for the GC state and depth.
19278         Moved bpp specialized code to separate functions.
19279         Added optimized 24 bpp AA draw_drawable.
19280
19281         * gdk/linux-fb/gdkevents-fb.c:
19282         Silence gcc warning.
19283
19284         * gdk/linux-fb/gdkimage-fb.c:
19285         Use _gdk_fb_screen_gc
19286
19287         * gdk/linux-fb/gdkwindow-fb.c:
19288         Init and use _gdk_fb_screen_gc
19289
19290         * gdk/linux-fb/mitypes.h:
19291         Remove unused types.
19292
19293 2000-11-14  Havoc Pennington  <hp@pobox.com>
19294
19295         * gtk/gtktextlayout.c (add_cursor): use PANGO_PIXELS() to convert
19296         to pixels
19297
19298 2000-11-14  Havoc Pennington  <hp@pobox.com>
19299
19300         * gtk/testtextbuffer.c (fill_buffer): change "offset" to "rise"
19301
19302         * gtk/gtktexttypes.h (GTK_TEXT_UNKNOWN_CHAR): Add macro for
19303         unknown char, no real reason we were using a variable. 
19304         Remove gtk_text_unknown_char variable. Fix all the text widget
19305         files accordingly.
19306
19307         * gtk/gtktexttypes.c: Change "unknown character" to 0xFFFC, 
19308         since the Unicode spec seems to prefer that character for our
19309         purposes.
19310
19311 Wed Nov 15 02:18:01 2000  Robert Brady  <robert@suse.co.uk>
19312
19313         * gtk/gtkrc.c (gtk_rc_get_im_module_file): The return 
19314         value of g_getenv() isn't freeable, so g_strdup it.
19315
19316         * modules/input/inuktitut.c: Inuktitut input method.
19317
19318         * modules/input/Makefile.am: Build this.
19319         
19320 2000-11-14  Elliot Lee  <sopwith@redhat.com>
19321
19322         * gtk/Makefile.am: Install gtk.immodules, needed for operation
19323         of gtk programs.
19324
19325 Tue Nov 14 20:13:06 2000  Owen Taylor  <otaylor@redhat.com>
19326
19327         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_line_end): Fix
19328         reversed > that was causing Home to go to end of previous line.
19329
19330         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_filter_keypress): Ignore
19331         modified-keypresses (leave for bindings.)
19332
19333         * modules/input/Makefile.am: Remove useless -export-dynamic
19334         from module LDFLAGS.
19335
19336 2000-11-14  Havoc Pennington  <hp@redhat.com>
19337
19338         * gdk/gdkpango.c (gdk_draw_layout_line): Draw underlines one pixel
19339         higher.
19340
19341         * gtk/gtktextdisplay.c (render_layout_line): Take rise into
19342         account. Also, render rise, underline, background, etc. for
19343         pixbufs as well as text. Also, draw underlines one pixel higher.
19344
19345         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): Add a
19346         PangoAttribute for the rise, so it gets drawn properly. Also,
19347         add the GtkTextAppearance attribute for pixbuf/widget segments
19348         as well; we should go ahead and have rise, underline, background,
19349         stipple work for those
19350
19351         * gtk/gtktexttag.c: Rename "offset" property to "rise" to match
19352         Pango
19353
19354 2000-11-15  Tor Lillqvist  <tml@iki.fi>
19355
19356         * gtk/makefile.{mingw,msc}.in (gtk_OBJECTS): Add new objects.
19357
19358         * gtk/gtk.def: Update.
19359
19360         * gtk/gtkrc.c: Can't check for G_OS_WIN32 until glib.h has been
19361         included.
19362         (gtk_rc_get_im_module_file): Use run-time installation directory
19363         on Win32.
19364
19365         * gdk/win32/rc/gdk.rc: Remove.
19366         * gdk/win32/rc/gdk.rc.in: New file.
19367         * gdk/win32/rc/Makefile.am: New file
19368         * gdk/win32/Makefile.am: Corresponding changes.
19369
19370         * gtk/gtk.rc: Remove.
19371         * gtk/gtk-win32.rc.in: New file.
19372         * gtk/Makefile.am: Corresponding changes.
19373
19374         * configure.in: Corresponding changes.
19375
19376         * gtk/gtkcompat.h.win32: Remove, useless. A distribution already
19377         has a built gtkcompat.h. Developers using CVS code on Win32 can
19378         hand-edit it from gtkcompat.h.in.
19379
19380         * gtk/makefile.{mingw,msc}.in: Correspondingly don't try to make
19381         gtkcompat.h from gtkcompat.h.win32.
19382
19383 2000-11-14  Havoc Pennington  <hp@redhat.com>
19384
19385         * gtk/gtktextview.c (gtk_text_view_drag_motion): Fix drag-and-drop
19386         to default to GDK_ACTION_MOVE if the drag is within a single
19387         widget. Defaults to GDK_ACTION_COPY between widgets.
19388
19389 Mon Nov 13 14:43:48 2000  Owen Taylor  <otaylor@redhat.com>
19390
19391         * demos/Makefile.am (test-inline-pixbufs.h): Fix srcdir != builddir
19392
19393         * gtk/Makefile.am (INCLUDES): Add -I$(builddir)/gtk
19394
19395         * gtk/stock-icons/Makefile.am (gtkstockpixbufs.h): Handles
19396         srcdir != builddir
19397
19398         * modules/input/Makefile.am (INCLUDES): add $(top_srcdir)/gdk
19399
19400         * configure.in (GTK_VERSION): Up to 1.3.2
19401
19402         * modules/input/Makefile.am (im_xim_la_SOURCES): Add 
19403         gtkimcontextxim.h
19404
19405         * gtk/gtkimcontext.c (gtk_im_context_get_preedit_string): Add
19406         missing doc comment.
19407
19408 2000-11-14  Alexander Larsson  <alexl@redhat.com>
19409
19410         * modules/linux-fb/basic.c:
19411         Use the glib iconv wrappers.
19412
19413 2000-11-13  Havoc Pennington  <hp@pobox.com>
19414
19415         * demos/gtk-demo/textview.c: spiff up the demo a bit; reveals
19416         still more bugs.
19417
19418         * gtk/gtktextview.c (gtk_text_view_value_changed): don't try to
19419         scroll the GdkWindows before realization.
19420
19421 2000-11-13  Havoc Pennington  <hp@redhat.com>
19422
19423         * gtk/gtktextdisplay.c (gtk_text_render_state_update): fix bug 
19424         where GC didn't always get updated properly
19425
19426         * demos/gtk-demo/textview.c (create_tags): Use subattributes
19427         of fonts instead of setting the entire font
19428
19429         * gtk/testtext.c (fill_example_buffer): Use "size" instead of
19430         setting entire font
19431
19432         * gtk/gtkdialog.c (gtk_dialog_add_button): Fix some warnings
19433
19434         * gtk/gtktexttag.h, gtk/gtktexttag.c: Explode font_desc into 
19435         a bunch of individually-settable font attributes. You can still 
19436         use the "font" and "font_desc" args, they just set all the font
19437         attributes at once.
19438
19439 2000-11-13 Elliot Lee <sopwith@redhat.com>
19440
19441         * gdk/gdk.h: Add a couple of missing G_GNUC_CONST's.
19442
19443 Mon Nov 13 14:29:32 2000  Jonathan Blandford  <jrb@redhat.com>
19444
19445         * gtk/gtktreemodel.c (gtk_tree_path_copy): confirm path != NULL
19446         * gtk/gtktreemodel.c (gtk_tree_path_free): ditto
19447
19448         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_insert_value): make
19449         work better.
19450
19451 2000-11-13  Havoc Pennington  <hp@redhat.com>
19452
19453         * gtk/gtkimmodule.c (gtk_im_module_init): Free the filename of 
19454         the module file.
19455
19456         * gtk/gtktexttag.c (gtk_text_attributes_copy): fix memory leak of
19457         dest->language
19458
19459         * gtk/testtext.c: Test pixels above/below/inside paragraphs
19460         settings
19461
19462         * gtk/gtktextview.c: Implement object args and setters/getters for
19463         all the aspects of the GtkTextAttributes that are not set from
19464         GtkWidget attributes. This is spacing, justification, margins,
19465         etc.
19466
19467         (gtk_text_view_set_arg)
19468         (gtk_text_view_get_arg): implement get/set for editable, wrap mode
19469         args
19470         (gtk_text_view_class_init): Add args for justify, left_margin,
19471         right_margin, indent, and tabs
19472         
19473
19474         * gtk/gtktextlayout.c (set_para_values): fix to display indent
19475         attribute properly
19476
19477         * gtk/gtktexttag.c: Remove left_wrapped_line_margin attribute, 
19478         replace with indent attribute
19479
19480         * gtk/gtktextlayout.c (set_para_values): multiply indent by
19481         PANGO_SCALE
19482
19483         * gtk/gtktextdisplay.c (render_para): Use PangoLayoutIter,
19484         rearranging code to do that
19485         (gtk_text_layout_draw): Pass in the y for the whole LineDisplay,
19486         i.e. don't subtract the top_margin first, just to keep
19487         all margin-futzing in one place.
19488
19489         * gdk/gdkpango.c (gdk_draw_layout): Use PangoLayoutIter
19490
19491         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_location): Remove
19492         special case of last line, Pango now handles this itself.
19493         (gtk_text_layout_get_iter_at_pixel): Fix incorrect clamp of the 
19494         Y coordinate
19495         (gtk_text_layout_move_iter_to_x): port to use PangoLayoutIter
19496         (find_display_line_above): wasn't moving the byte index as it
19497         iterated over lines, so always returned byte 0. Also, port to use
19498         PangoLayoutIter.
19499         (find_display_line_below): same problem as
19500         find_display_line_above. Also, port to use PangoLayoutIter.
19501
19502 2000-11-13  Alexander Larsson  <alexl@redhat.com>
19503
19504         * gdk/linux-fb/*.[ch]:
19505         Massive reindent to gtk+ standard. My hands hurt.
19506
19507         * gdk/linux-fb/gdkcolor-fb.c:
19508         Move GdkColorPrivateFB from inherited to windowing_data
19509
19510         * gdk/linux-fb/gdkcursor-fb.c:
19511         _gdk_cursor_new_from_pixmap made static
19512
19513         * gdk/linux-fb/gdkdnd-fb.c:
19514         GdkDragContextPrivate moved to windowing_data
19515
19516         * gdk/linux-fb/gdkdrawable-fb2.c:
19517         Removed endian.h, use glib endianness macros instead
19518         Some cleanups in the usage of GDK_DRAWABLE_FBDATA
19519         and GDK_DRAWABLE_IMPL_FBDATA
19520
19521         * gdk/linux-fb/gdkfont-fb.c:
19522         Add empty gdk_font_load(). Needed for linking of Gtk+.
19523
19524         * gdk/linux-fb/gdkimage-fb.c:
19525         Removed endian.h, use glib endianness macros instead
19526         Moved GdkImagePrivateFB to windowing_data
19527         gdk_image_new_bitmap didn't always allocate enough
19528         memory.
19529
19530         * gdk/linux-fb/gdkinput-ps2.c:
19531         Added semi-working support for MS serial mice.
19532
19533         * gdk/linux-fb/gdkprivate-fb.h:
19534         s/GdkWindowPrivate/GdkWindowObject/
19535         Removed GdkWindowPrivate typedef
19536         s/GDK_DRAWABLE_P/GDK_DRAWABLE_FBDATA/
19537         Removed GDK_DRAWABLE_P
19538         Move GdkColorPrivateFB from inherited to windowing_data
19539         Moved GdkImagePrivateFB to windowing_data
19540
19541         * gdk/linux-fb/gdkvisual-fb.c:
19542         Removed some unused debug code.
19543
19544         * gdk/linux-fb/gdkwindow-fb.c:
19545         Use stock cursors instead of including X headers.
19546         s/GdkWindowPrivate/GdkWindowObject/
19547
19548         * gdk/linux-fb/mitypes.h:
19549         Removed unused types.
19550
19551         * modules/linux-fb/basic.c:
19552         Use the pango fribidi wrappers.
19553
19554 2000-11-13  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
19555
19556         * gdk/linux-fb/gdkcolor-fb.c, gdk/nanox/gdkmain-nanox.c,
19557         gdk/win32/gdkcolor-win32.c, gdk/win32/gdkwin32id.c,
19558         gdk/x11/gdkcolor-x11.c, gdk/x11/gdkvisual-x11.c, gdk/x11/gdkxid.c,
19559         gtk/gtkgc.c, gtk/gtkrc.c, gtk/gtktext.c: GCompareFunc ->
19560         GEqualFunc where applicable.
19561         
19562         * gdk/linux-fb/gdkpango-fb.c: pango_font_description_compare ->
19563         pango_font_description_equal as changed in pango.
19564         
19565         * gdk/nanox/gdkmain-nanox.c: gdk_xid_compare -> gdk_xid_equal.
19566
19567         * gdk/win32/gdkcolor-win32.c: gdk_colormap_cmp -> gdk_colormap_equal.
19568
19569         * gdk/win32/gdkwin32id.c: gdk_handle_compare -> gdk_handle_equal.
19570
19571         * gdk/x11/gdkcolor-x11.c: gdk_colormap_cmp -> gdk_colormap_equal.
19572
19573         * gdk/x11/gdkvisual-x11.c: gdk_visual_compare -> gdk_visual_equal.
19574
19575         * gdk/x11/gdkxid.c: gdk_xid_compare -> gdk_xid_equal.
19576
19577         * gtk/gtkgc.c: gtk_gc_key_compare -> gtk_gc_key_equal and
19578         gtk_gc_drawable_compare -> gtk_gc_drawable_equal.
19579
19580         * gtk/gtkrc.c: gtk_rc_style_compare -> gtk_rc_style_equal and
19581         gtk_rc_styles_compare -> gtk_rc_styles_equal.
19582
19583 2000-11-12  Havoc Pennington  <hp@pobox.com>
19584
19585         * demos/gtk-demo/Makefile.am (democodedir): change demo install
19586         dir to datadir/gtk+-2.0/demo
19587
19588         * demos/gtk-demo/textview.c: Text widget demo; reveals all 
19589         sorts of text widget and Pango font bugs. Urgh.
19590
19591         * demos/gtk-demo/Makefile.am (demos): Add textview.c
19592
19593         * demos/gtk-demo/main.c (create_tree): Add instructions at top of
19594         tree that you should double click to see the demo. Fix 
19595         types of variables to reflect changed return values from 
19596         GtkTreeStore and GtkTreeViewColumn constructors.
19597
19598         * gtk/gtktextbuffer.c (gtk_text_buffer_new): ref/sink the
19599         newly-created buffer to prepare for GObject semantics
19600
19601         * gtk/testtext.c: don't leak the buffer with GObject semantics
19602
19603         * gtk/testtextbuffer.c: ditto
19604         
19605 2000-11-12  Havoc Pennington  <hp@pobox.com>
19606
19607         Rename this testgtk to gtk-demo to avoid confusion, and 
19608         install it so people can use it as a supplement to 
19609         the documentation.
19610         
19611         * demos/gtk-demo: Moved from demos/testgtk
19612
19613         * demos/testgtk: Removed
19614
19615         * configure.in: make Makefile in gtk-demo
19616         
19617         * demos/gtk-demo/Makefile.am: Install sample source to 
19618         datadir/gtk-demo (maybe there's a better place?), and 
19619         rename the binary to gtk-demo
19620         
19621         * demos/gtk-demo/main.c (load_file): Load installed sample
19622         source if source isn't found in pwd.
19623
19624 2000-11-09  Havoc Pennington  <hp@pobox.com>
19625
19626         * gtk/gtkentry.c (gtk_entry_class_init): Add an "invisible_char" 
19627         argument to set the char displayed when visibility == FALSE
19628         (gtk_entry_create_layout): If !entry->visible, replace 
19629         all chars with the "invisible char"
19630
19631         * gtk/testgtk.c: Test the invisible_char deal
19632         
19633 Mon Nov 13 02:16:33 2000  Robert Brady  <robert@suse.co.uk>
19634
19635         * gtk/gtkstyle.c (gtk_style_init): Fall back to "fixed" if we
19636         can't get a native font in the right encoding.
19637
19638 Mon Nov 13 00:09:29 2000  Robert Brady  <robert@suse.co.uk>
19639
19640         * configure.in: Chinese .pos have been renamed to zh_CN and zh_TW
19641         respectively.
19642
19643 Sun Nov 12 19:11:42 2000  Owen Taylor  <otaylor@redhat.com>
19644
19645         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_next_line):
19646         Fix warning when moving between paragraphs.
19647
19648         * gtk/gtkentry.[ch]: Change move => move_cursor, 
19649         delete => delete_from_cursor, insert => insert_at_cursor
19650
19651 Sun Nov 12 22:52:51 2000  Robert Brady  <robert@suse.co.uk>
19652
19653         * modules/input/imviqr.c: A vietnamese VIQR-based input method.
19654
19655         * modules/input/imthai-broken.c: A Thai input method for use if
19656         Thai keys are really generating Latin1 keysyms.
19657
19658         * modules/input/Makefile.am: Build these.
19659
19660 Sun Nov 12 22:15:35 2000  Robert Brady  <robert@suse.co.uk>
19661
19662         * gtk/gtkfileselection.c, gdk/win32/gdkfont-win32.c: 
19663         g_filename_{to,from}_utf8 now takes an extra parameter.
19664
19665         * gtk/gtkcalendar.c (gtk_calendar_init): Convert output of
19666         strftime into UTF-8.
19667
19668         (column_from_x, gtk_calendar_paint_day_names): Support RTL
19669         calendars.
19670
19671         (gtk_calendar_paint_day_names): Draw day names in the right 
19672         place.
19673         
19674 Sun Nov 12 14:10:09 2000  Owen Taylor  <otaylor@redhat.com>
19675
19676         * gdk/x11/gdkselection-x11.c (gdk_utf8_to_compound_text): Fix
19677         problem with using result of g_get_charset() backwards -
19678         pointed out by Mikael Hermansson <mikeh@bahnhof.se>.
19679
19680         * gtk/gtkwindow.c (gtk_window_compute_hints): Support
19681         negative min_width/height and max_width/height to
19682         mean "requisition"; this allows setting a window
19683         to be user-resizable in only one direction easily.
19684
19685         * gtk/testgtk.c (create_main_window): Remove hard-coded
19686         usize - set a default size in the vertical direction.
19687
19688 Sun Nov 12 13:33:01 2000  Owen Taylor  <otaylor@redhat.com>
19689
19690         * gtk/gtkrange.c: Add some missing casts. Support 
19691         2 and 3 button clicks on the arrows to mean 
19692         "move by pages" and "jump to end". (Like gtkspinbutton)
19693
19694 2000-11-12 Hans Breuer <Hans@Breuer.Org>
19695
19696         * gdk/win32/makefile.msc : reflect build module changes
19697
19698         * gdk/win32/gdkcursor-win32.c : can't cast to impl type directly
19699         from GdkPixmap*, cast implementation member instead.
19700
19701         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_drawable) : The
19702         passed in drawable is of type GdkDrawableImplWin32, the GdkPixmap *src 
19703         maybe either GdkDrawable or GdkDrawableImpl. Corrected all casts, add
19704         more Gdi functions return value checking. 
19705         (gdk_win32_draw_image) : use IMAGE_PRIVATE_DATA to get on the
19706         GdkImagePrivateWin32 *.
19707
19708         * gdk/win32/gdkevents-win32.c : Disable the SetCapture call to make
19709         menus useable again. Add #pragma message to keep reminded on this issue.
19710         (gdk_event_translate) : don't generate GDK_EXPOSE events for InputOnly
19711         windows. This allows to enable backing store on Win32!
19712
19713         * gdk/win32/gdkimage-win32.c (_gdk_win32_get_image) : the passed
19714         in drawable is of impl type. Correct specific type checks appropriate.
19715  
19716         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_create_from_data) : check 
19717         GDK_WINDOW_DESTROYED before allocating new resources.
19718
19719         * gdk/win32/gdkselection-win32.c : Handle GDK_WINDOW_DESTROYED case
19720
19721         * gdk/win32/gdkwindow-win32.c : more Gdi return value checking,
19722         (gdk_window_foreign_new) initialize parent handle.
19723         (gdk_window_destroy_notify) add GDK_IS_WINDOW check
19724
19725         * gdk/win32/gdkgeometry-win32.c (_gdk_window_move_resize_child) :
19726         Let the GDI invalidate the window on MoveWindow call to fix scrolling
19727         problems (e.g. main buttons in testgtk). 
19728
19729 Sat Nov 11 23:07:30 2000  Owen Taylor  <otaylor@redhat.com>
19730
19731         * gtk/gtkentry.c (gtk_entry_key_press): Call 
19732         gtk_widget_activate for GDK_Return.
19733
19734         * gtk/gtkentry.c (gtk_entry_preedit_changed_cb): Fix handling
19735         of preedit cursor position.
19736
19737 Sun Nov  5 04:24:53 2000  Owen Taylor  <otaylor@redhat.com>
19738
19739         * gtk/gtkcellrenderertextpixbuf.c: Make parent_class
19740         static.
19741
19742 Tue Sep 19 10:54:22 2000  Owen Taylor  <otaylor@redhat.com>
19743
19744         * modules/input/{gtkimcontextxim.[ch],imxim.c}: Rip
19745         out support for multiple locales; that simple doesn't
19746         work reliably with current Xlib
19747
19748         * gtk/gtkimcontext*.[ch] gtk/gtkimmulticontext.[ch]
19749         gtk/gtktextlayout.[ch] gtk/gtktextview.c gtk/gtkentry.c: 
19750         Add support for positioning the cursor within the preedit string.
19751
19752 Mon Sep 18 23:56:32 2000  Owen Taylor  <otaylor@redhat.com>
19753
19754         * modules/input/{imxim.c,gtkimcontextxim.[ch]}: Start
19755         at XIM input method module.
19756
19757         * gtk/gtktextview.c: Check for bindings after passing
19758         events to im context filter.
19759
19760 Mon Sep 18 11:50:51 2000  Owen Taylor  <otaylor@redhat.com>
19761
19762         * gtk/gtktextlayout.c (add_preedit_attrs): Handle
19763         empty attribute lists properly.
19764
19765 Sun Sep 17 10:08:16 2000  Owen Taylor  <otaylor@redhat.com>
19766
19767         * gtk/queryimmodules.c (main): Return non-zero exit
19768         status if errors were encountered querying any
19769         modules.
19770
19771         * modules/input/Makefile.am (moduledir): remove
19772         leftover bin program target.
19773
19774         * docs/make-todo: Fix typo in error message.
19775
19776 Sat Sep 16 14:04:30 2000  Owen Taylor  <otaylor@redhat.com>
19777
19778         * configure.in: Add modules/input/Makefile
19779
19780 Sat Sep 16 14:01:52 2000  Owen Taylor  <otaylor@redhat.com>
19781
19782         * gtk/gtk.h: include gtkmodule.h gtkoldeditable.h,
19783         don't include gtkthemes.h.
19784
19785         * gtk/testgtk.c gtk/testtext.c: Set environment variables
19786         to point
19787
19788         * gtk/Makefile.am: Add new .c and .h files, build 
19789         gtk-query-immodules and use it to create a gtk.immodules
19790         file for use of test programs.
19791
19792         * gtk/gtkpreview.c: remove extra blank line.
19793
19794 Sat Sep 16 13:21:04 2000  Owen Taylor  <otaylor@redhat.com>
19795
19796         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_add_table): 
19797         Add the ability to add extra tables beyond the default
19798         one, and also the ability to have compose sequences 
19799         that are prefixes of other compose sequences. 
19800
19801         * gtk/gtkimcontextsimple.c: Export a preedit string which
19802         consists of possible candidates for keystrokes that have
19803         been entered but not yet committed.
19804
19805         * gtk/gtkimcontext.[ch] gtk/immulticontext.[ch]
19806         gtk/gtkimcontextsimple.[ch]: add gtk_im_context_reset()
19807
19808         * gtk/gtkmulticontext.[ch] (gtk_im_multicontext_append_menuitems): 
19809         Add a function to add input-method switching menu items
19810         to a menu.
19811
19812         * gtk/gtkimmulticontext.[ch]: Properly handly set_client_window
19813         when switching input methods.
19814
19815         * gtk/gtkimcontextsimple.[ch]: Change the format of
19816         the compose table to allow compose tables of different
19817         lengths / sequence.
19818
19819 Sat Sep 16 13:05:48 2000  Owen Taylor  <otaylor@redhat.com>
19820
19821         * gtk/gtkimmodule.[ch]: Support routines for loading
19822         GtkIMContext implementations dynamically at runtime.
19823
19824         * modules/input/imcyrillic-translit.c: A sample input
19825         method (based on GtkIMContextSimple with an extra table),
19826         which demonstrates preedit strings and the module
19827         system for input modules
19828
19829         * gtk/queryimmodules.c: Program to query the available
19830         input modules and write the results into a file.
19831          
19832         * gtk/gtkrc.[ch] (gtk_rc_get_im_module_file): Add
19833         extra config options "im_module_file" (cache file for
19834         input method modules), and "im_module_path" - path
19835         to look for modules when generating cache file.
19836
19837         This doesn't scale.
19838
19839 Sat Sep 16 13:09:06 2000  Owen Taylor  <otaylor@redhat.com>
19840
19841         * gtk/gtkthemes.[ch] gtk/gtkmodule.[ch]: Move most of the 
19842         generic code from gtkthemes into a new abstraction
19843         GtkModule which has the logic for implementing
19844         a loadable module which implements a number of 
19845         GObject types.
19846
19847 Sat Sep 16 13:07:13 2000  Owen Taylor  <otaylor@redhat.com>
19848
19849         * gtk/gtkeditable.[ch]: Convert GtkEditable from
19850         a class into an interface  
19851         
19852         * gtk/gtkoldeditable.[ch]: Move the old editable
19853         implementation into here, so legacy widgets can
19854         still rely on the implemenation. GtkOldEditable
19855         exports GtkEditable. Make selection handling
19856         code use new text conversion functions (and
19857         handle UTF-8 as a side-effect). Use GtkClipboard
19858         for CLIPBOARD.
19859
19860         * gtk/gtktext.[ch] gtk/gtkcombo.c gtk/gtkspinbutton.c:
19861         Adopt to match above changes.
19862
19863         * gtk/gtkentry.[ch]: Implement GtkEditable directly,
19864         avoid GtkOldEditable implementation. Restructure
19865         to reduce number of places that modify state directly.
19866         Move to GtkBindingSet. Display the preedit string.
19867         Queue recomputation of PangoLayout and scroll position
19868         to improve effiency of doing complex changes naively.
19869         Add a menu with cut/copy/paste and input method selection.
19870
19871 Thu Sep 14 22:11:05 2000  Owen Taylor  <otaylor@redhat.com>
19872
19873         * gtk/gtktextlayout.[ch]: Add gtk_text_layout_set_preedit_string()
19874         to set preedit string and attributes; display preedit string by
19875         inserting string and attributes at cursor when creating the
19876         GtkTextLineDisplay.
19877
19878         * gtk/gtktextlayout.c: Move all conversions between byte
19879         positions in PangoLayout and GtkTextIter into new functions
19880         line_display_iter_to_index/index_to_iter that properly
19881         handle the preedit string.
19882
19883         * gtk/gtktextmark.[ch]: Restore gtk_text_mark_get_name, modify
19884         it to return const char * (eventually will end up
19885         as GCONST char *, most likely.)
19886
19887         * gtk/gtktextview.[ch]: Handle the preedit string, call
19888         gtk_im_context_reset() as necessary, add a menu to switch
19889         input methods.
19890         
19891         * gtk/gtktextlayout.[ch]: Remove useless
19892         gtk_text_layout_get_log_attrs() function.
19893
19894 2000-11-11  Tor Lillqvist  <tml@iki.fi>
19895
19896         * gdk/gdk.def
19897         * gtk/gtk.def: Update.
19898
19899         * gdk/win32/*.c: Add last argument to g_type_register_static()
19900         calls.
19901
19902         * gdk/win32/gdkwindow-win32.c: Silence gcc -Wall.
19903
19904         * gdk/win32/gdkevents-win32.c: Handle MSH_MOUSEWHEEL messages
19905         generated by older wheel mouse drivers. Get the correct y
19906         coordinate from WM_MOUSEWHEEL messages.
19907
19908         * gdk/win32/gdkgc-win32.c (gdk_win32_cap_style_to_string,
19909         gdk_win32_fill_style_to_string, gdk_win32_function_to_string,
19910         gdk_win32_join_style_to_string, gdk_win32_line_style_to_string):
19911         Debugging functions.
19912
19913         * gdk/win32/gdkprivate-win32.h: Declare them.
19914
19915         * gdk/win32/gdkinput-win32.h: Add declaration for
19916         gdk_input_window_destroy().
19917
19918         * gtk/makefile.mingw.in: Pass -DGTK_VERSION. Add gtktreemodel.o.
19919
19920 Fri Nov 10 19:06:41 2000  Jonathan Blandford  <jrb@redhat.com>
19921
19922         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_insert_value): New
19923         function to help handle keeping things in sync.
19924
19925 Fri Nov 10 12:10:34 2000  Jonathan Blandford  <jrb@redhat.com>
19926
19927         * gtk/gtkliststore.c (gtk_model_simple_class_init): use the new
19928         BOXED marshallers.
19929
19930         * gtk/gtkliststore.c (gtk_list_store_get_column_type): Add this.
19931         (gtk_list_store_class_init): use the new BOXED marshallers.
19932
19933         * gtk/gtktreestore.c (gtk_tree_store_new_with_types): change
19934         new_with_values to new_with_types.
19935         (gtk_tree_store_get_column_type): add this.
19936         (gtk_tree_store_class_init): use the new BOXED marshallers.
19937
19938         * gtk/gtkmarshal.list: Added a number of BOXED marshallers to
19939         mirror some POINTER marshallers.
19940
19941 Thu Nov  9 11:23:22 2000  Jonathan Blandford  <jrb@redhat.com>
19942
19943         * gtk/gtktreemodel.h (struct _GtkTreeIter): added more fields to
19944         allow more interesting iterators.  Also, made the lifecycle of
19945         iterators more explicit.
19946
19947         * gtk/gtktreemodelsort.[ch]: New model for sorting.
19948
19949         * gtk/gtk-boxed.defs (GtkTreeIter, GtkTreePath): Added two boxed
19950         types.
19951
19952 2000-11-09  Alexander Larsson  <alexl@redhat.com>
19953
19954         * demos/testgtk/menus.c:
19955         Changes to make the new testgtk compile after
19956         gtk_menu_append was removed.
19957
19958         * gdk/linux-fb/gdkdrawable-fb2.c
19959         (gdk_fb_get_depth, gdk_fb_get_visual,
19960         gdk_drawable_impl_fb_class_init): Implement
19961         these drawable functions. Now GtkImages work again.
19962
19963         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image): Change prototype.
19964
19965         * gdk/linux-fb/gdkprivate-fb.h (_gdk_fb_get_image): Change prototype.
19966         
19967         * gdk/linux-fb/gdkmain-fb.c (fb_modes_parse_mode,
19968         gdk_fb_setup_mode_from_name, gdk_fb_set_mode, gdk_fb_display_new);
19969         Parse /etc/fb.modes, use the environment variables GDK_DISPLAY_MODE,
19970         GDK_DISPLAY_DEPTH, GDK_DISPLAY_WIDTH, GDK_DISPLAY_HEIGHT.
19971
19972 2000-11-08  Havoc Pennington  <hp@pobox.com>
19973
19974         * gtk/gtktexttag.c (gtk_text_tag_class_init): Add visible and
19975         visible_set args, don't know where these had gone, I thought they
19976         used to be there
19977
19978         * gtk/testtext.c: Add a menu item to apply invisibility tag;
19979         now we can test the feature and see that it's totally broken.
19980
19981 2000-11-08  Havoc Pennington  <hp@pobox.com>
19982
19983         Make DND copy pixbufs and tags when source and target share a 
19984         tag table.
19985         
19986         * gtk/gtktextview.c (gtk_text_view_drag_data_get): provide the
19987         in-process GTK_TEXT_BUFFER_CONTENTS target
19988         (gtk_text_view_drag_data_received): Paste from
19989         GTK_TEXT_BUFFER_CONTENTS if we receive it.
19990
19991 2000-11-08  Alexander Larsson  <alexl@redhat.com>
19992
19993         * docs/Changes-2.0.txt: Add note about GtkMenuPositionFunc
19994         API changes.
19995
19996         * gtk/gtkmenu.c: Add support for scrolling menus.
19997         Remove gtk_menu_append/prepend/insert, these have been moved to
19998         gtkcompat.h as #defines.
19999
20000         * gtk/gtkcompat.h.in:
20001         Add compatibility #defines for gtk_menu_append/prepend/insert
20002
20003         * gtk/gtkmenu.h: Add data needed for scrolling menus.
20004         GtkMenuPositionFunc gets an extra argument push_in.
20005         gtk_menu_append/prepend/insert removed.
20006         
20007         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu): Change menu
20008         positioning behaviour to fit to scrolling menus.
20009
20010         * gtk/gtkmenuitem.c (gtk_menu_item_forall): Don't recurse
20011         into menuitem->submeny. That is wrong, and broke torn
20012         off submenus of torn off menus, since they were unrealized
20013         when the first menu was unrealized.
20014
20015         * gtk/gtkmenushell.[ch]: Virtualize gtk_menu_shell_insert() and
20016         gtk_menu_shell_select_item() since these need to be overridden in
20017         GtkMenu.
20018
20019         * gtk/gtkoptionmenu.c (gtk_opttion_menu_position): Change menu
20020         positioning behaviour to fit to scrolling menus.
20021         (gtk_option_menu_key_press, gtk_option_menu_button_press): Select
20022         the current item so that it is prelighted when the menu pops up.
20023         This is a workaround to the fact that the menu doesn't get the
20024         initial enter event (due to grabs).
20025
20026         * gtk/gtkfilesel.c, gtk/gtkinputdialog.c, gtk/testgtk.c:
20027         s/gtk_menu_append/gtk_menu_shell_append/
20028
20029         * gtk/gtknotebook.c:
20030         s/gtk_menu_insert/gtk_menu_shell_insert/
20031
20032         * gtk/testgtk.c (create_menu, create_menus):
20033         Create the first menu with 50 items so that menu scrolling
20034         can be tested.
20035         
20036         
20037         Patch from Jonathan Blandford  <jrb@redhat.com>
20038
20039         * gtk/gtkmenuitem.[ch] (gtk_menu_item_toggle_size_request): new
20040         system to handle size requests.  First, we ask what the size of
20041         the toggle is.  Then, when allocating the size, we allocate the
20042         toggle_size first.  This way we can have multiple menu-item
20043         classes w/o needing a seperate class for each.
20044
20045         * gtk/gtkmenu.c (gtk_menu_size_request): Actually use the new system.
20046         * gtk/gtkmenu.c (gtk_menu_size_allocate): Use the new system.
20047
20048         * gtk/gtkcheckmenuitem.c
20049         (gtk_check_menu_item_toggle_size_request): New function to handle
20050         the toggle size-request.
20051
20052 2000-11-07  Havoc Pennington  <hp@redhat.com>
20053
20054         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_location):
20055         Half-ass somewhat fix this function, so that scrolling to the
20056         insertion point works. Pango hacking is in the future to really
20057         fix it.
20058
20059         * gtk/gtktextview.c (gtk_text_view_drag_data_get): Don't calculate
20060         length of data, no longer used.
20061
20062         * gtk/gtktextbuffer.c (gtk_text_buffer_finalize): move destroy
20063         method contents in here, get rid of destroy method
20064         (gtk_text_buffer_insert_range): Fix some g_return_if_fail checks
20065         that were backward. Remove debug spew.
20066         (cut_or_copy): Make the clipboard work with insert_range to
20067         preserve tags and pixbufs, not just the primary selection.
20068
20069 2000-11-07  Havoc Pennington  <hp@redhat.com>
20070
20071         * gtk/gtktextmark.c (gtk_text_mark_is_visible): rename 
20072         to gtk_text_mark_get_visible
20073
20074         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_line_end): fix
20075         bug that was generating an invalid iterator
20076
20077         * gtk/gtktextiter.c (gtk_text_iter_get_offset): move call to
20078         ensure_char_offsets() in front of code placing the iter in an
20079         invalid state.
20080
20081         * gtk/gtktextbuffer.c (gtk_text_buffer_paste_primary):
20082         make override_location arg const
20083         (paste): Replace the selection if we paste into the 
20084         current selection
20085
20086         * gtk/gtkselection.h: Remove "GtkSelectioData"
20087         (struct _GtkSelectionData): move the definition here.
20088
20089         * gtk/gtktextbuffer.c (gtk_text_buffer_update_primary_selection):
20090         Export the GTK_TEXT_BUFFER_CONTENTS target for in-process copies
20091
20092         * gtk/gtktextiter.c (gtk_text_iter_get_tags): New function
20093
20094         * gtk/gtktextbuffer.c (gtk_text_buffer_insert_range): implement
20095         (gtk_text_buffer_insert_range_interactive): implement
20096         (gtk_text_buffer_get_tags): Remove, replaced by
20097         gtk_text_iter_get_tags()
20098
20099         * gtk/gtktextiter.c (gtk_text_iter_forward_search): Add a search
20100         limit parameter, to avoid infinite linear scan.
20101         (gtk_text_iter_backward_search): Add search limit
20102         (gtk_text_iter_forward_find_char): Add search limit
20103         (gtk_text_iter_backward_find_char): Add search limit
20104
20105 2000-11-07  Alexander Larsson  <alla@lysator.liu.se>
20106
20107         * gdk/linux-fb/gdkcolor-fb.c, gdk/linux-fb/gdkdnd-fb.c,
20108         gdk/linux-fb/gdkgc-fb.c, gdk/linux-fb/gdkimage-fb.c,
20109         gdk/linux-fb/gdkpango-fb.c, gdk/linux-fb/gdkpixmap-fb.c,
20110         gdk/linux-fb/gdkwindow-fb.c:
20111         use g_object_new() instead of g_type_create_instance() which
20112         is a private function for fundamental type implementations.
20113
20114         * gdk/linux-fb/gdkinput-ps2.c:
20115         Use MEDIUMRAW instead of RAW keycodes. Remove keyboard state-table
20116         instead just store the current modifier state. Add a (somewhat broken)
20117         keyboard input parser for XLATE mode too, if we couldn't use MEDIUMRAW.
20118         Rename exported function gdk_input_ps2_get_mouseinfo to
20119         gdk_input_get_mouseinfo.
20120
20121         * gdk/linux-fb/gdkmain-fb.c, gdk/linux-fb/gdkprivate-fb.h,
20122         gdk/linux-fb/gdkwindow-fb.c:
20123         gdk_input_ps2_get_mouseinfo was renamed to gdk_input_get_mouseinfo.
20124         
20125
20126 2000-11-02  Havoc Pennington  <hp@redhat.com>
20127
20128         * gtk/gtkfilesel.h, gtk/gtkfilesel.c: Derive from GtkDialog, and
20129         use stock buttons. Should be 100% source compatible, appropriate
20130         filesel fields now point to dialog->vbox and dialog->action_area.
20131         On the bizarre side, dialog->action_area and filesel->action_area
20132         are not the same widget.
20133         (gtk_file_selection_init): Put some padding around the selection
20134         entry, so it isn't touching the GtkDialog separator.    
20135
20136         * gtk/gtkfontsel.h, gtk/gtkfontsel.c: Derive from GtkDialog, 
20137         use stock buttons, etc. Should also be source compatible.
20138         Set the dialog default title in _init not _new().
20139         
20140         * gtk/gtkcolorseldialog.c (gtk_color_selection_dialog_init): 
20141         Use stock buttons; don't put a button box inside the existing
20142         dialog button box. Don't bother with push/pop colormap anymore.
20143
20144         * gtk/gtkdialog.h (GtkResponseType): Add a bunch of more 
20145         specific GTK_RESPONSE_* values. This is clearer than ACCEPT/REJECT
20146         for message dialog, and necessary for the font selection and color
20147         selection with help and apply buttons.
20148         
20149         * gtk/gtkdialog.c (gtk_dialog_add_button): Return a pointer 
20150         to the created button widget. Set GTK_CAN_DEFAULT on the button.
20151         (gtk_dialog_init): Default to GTK_BUTTONBOX_END, put less spacing
20152         between buttons, put less padding around the action area.
20153         (gtk_dialog_run): Exit on unmap rather than on destroy. 
20154         This will also exit the loop if the widget is hidden.
20155         (gtk_dialog_delete_event_handler): Use GTK_RESPONSE_DELETE_EVENT
20156         instead of GTK_RESPONSE_NONE; since we're already adding a bunch
20157         of GTK_RESPONSE_* stuff, this seems cleaner, and lets you 
20158         special-case delete event.
20159
20160         * gtk/gtktexttagtable.c, gtk/gtktextview.c: Fix doc comment
20161         formatting
20162         
20163 Sun Nov  5 05:32:39 2000  Tim Janik  <timj@gtk.org>
20164
20165         * gtk/testgtk.c (uposition_stop_configure): provide a toggle
20166         button to temporarily disable position recording in the
20167         "saved position" test.
20168
20169 Sat Nov  4 05:37:17 2000  Tim Janik  <timj@gtk.org>
20170
20171         * gtk/gtkthemes.c: added compat code that temporarily implements
20172         GtkThemeEnginePlugin as a GObject exporting GTypePlugin. this is
20173         going to be revamped by owen's upcoming GtkModule patches, but
20174         untill then people want gtk to build, right? ;)
20175
20176 2000-11-04  Havoc Pennington  <hp@pobox.com>
20177
20178         * gtk/gtkenums.h: remove trailing comma from GtkDeleteType member
20179         list
20180
20181         * docs/Changes-2.0.txt: Add note about
20182         gtk_container_get_toplevels()
20183
20184         * gtk/gtktextview.h: formatting
20185         
20186         * gtk/gtktextview.c: don't start descriptions with "Returns",
20187         confuses gtk-doc
20188
20189 Sat Nov  4 10:12:27 2000  Owen Taylor  <otaylor@redhat.com>
20190
20191         * autogen.sh: When doing sanity checking on ACLOCAL_FLAGS,
20192         look for glib-2.0.m4 not glib.m4. (Ali Abdin)
20193
20194 2000-11-03  Havoc Pennington  <hp@redhat.com>
20195
20196         * gtk/gtktexttagtable.c: Docs
20197         (gtk_text_tag_table_size): return a signed int
20198
20199         * gtk/gtktexttag.c: s/tkxt/text/g; write documentation
20200         (gtk_text_tag_event): make the event_object a GObject
20201
20202         * gtk/gtktextview.c: Write API docs for all functions.
20203
20204         * gtk/gtktextview.h: add GTK_TEXT_WINDOW_PRIVATE as return value
20205         for gtk_text_view_get_window_type() called on one of the private
20206         windows.
20207
20208         * gtk/gtktextview.c: Instead of accessing text_view->buffer
20209         directly, call get_buffer() which demand-creates a default
20210         buffer. So gtk_text_view_new() can be used to create a view with a
20211         default buffer in it, if you just want an empty text box users can
20212         put data in. Useful for GUI builders also.
20213
20214 2000-11-03  Pablo Saratxaga <pablo@mandrakesoft.com>
20215
20216         * gtk/gtkrc.zh_TW.*: moved gtkrc.zh_TW.Big5 to gtkrc.zh_TW.big5;
20217         the charset encodign portion MUST be in lowercase.
20218         * gtk/gtkrc.az: added file for Azeri language
20219
20220 2000-11-03  Havoc Pennington  <hp@redhat.com>
20221
20222         Get widgets working on the btree/buffer side. Display of them 
20223         still doesn't work.
20224         
20225         * gtk/gtktextview.c: start implementing child widget stuff
20226
20227         * gtk/gtktextiter.c (gtk_text_iter_get_child_anchor): new function
20228
20229         * gtk/gtktextlayout.c: handle embedded widgets
20230
20231         * gtk/gtktextdisplay.c: handle embedded widgets
20232
20233         * gtk/gtktextchild.c: Implement all the child anchor goo
20234
20235         * gtk/gtktextbuffer.c (gtk_text_buffer_create_child_anchor): New
20236         function
20237
20238         * gtk/gtktextbtree.c: Add child anchor table to the btree struct
20239         (insert_pixbuf_or_widget_segment): abstract out common portions of 
20240         creating a child anchor or a pixbuf segment.
20241         (gtk_text_btree_create_child_anchor): new function
20242         (gtk_text_btree_unregister_child_anchor): new function
20243
20244         * gtk/gtkmarshal.list: added VOID:OBJECT,INT,INT for the
20245         allocate_child signal on GtkTextLayout
20246
20247         * gtk/gtktextiter.c (gtk_text_iter_get_pixbuf): fix bogus return
20248         values
20249         (gtk_text_iter_get_child_anchor): new function
20250
20251         * gtk/gtktextbuffer.c (gtk_text_buffer_real_changed): Add a
20252         default handler for the changed signal, which calls
20253         gtk_text_buffer_set_modified(), instead of just always emitting
20254         changed then calling set_modified() manually. I guess this is
20255         maybe more flexible. It seems logical.
20256
20257 Fri Nov  3 08:58:38 2000  Tim Janik  <timj@gtk.org>
20258
20259         * gtk/gtkobject.c: _g_signal_handlers_destroy() is prefixed with '_'
20260         now.
20261
20262         * gtk/gtksignal.c: use g_signal_connect_closure_by_id() now.
20263
20264 Thu Nov  2 14:10:51 2000  Owen Taylor  <otaylor@redhat.com>
20265
20266         * gdk/x11/gdkdnd-x11.c: Fix a bunch of functions that should have
20267         been marked static.
20268
20269 2000-11-02  Havoc Pennington  <hp@redhat.com>
20270
20271         * gtk/testgtk.c (create_labels): had a test backward
20272
20273         * gdk/x11/gdkgc-x11.c (gdk_gc_copy): Copy the client-side GC
20274         fields, so the dest GC ends up with the correct clip origin, 
20275         etc. Fixes a bug where colored labels didn't redraw 
20276         properly.
20277
20278 2000-11-02  Alexander Larsson  <alexl@redhat.com>
20279
20280         * gdk/linux-fb/gdkcolor-fb.c, gdk/linux-fb/gdkdnd-fb.c,
20281         gdk/linux-fb/gdkgc-fb.c, gdk/linux-fb/gdkpango-fb.c,
20282         gdk/linux-fb/gdkpixmap-fb.c, gdk/linux-fb/gdkwindow-fb.c:
20283         Add last argument to t_type_register_static call.
20284         
20285         * gdk/linux-fb/gdkdrawable-fb2.c:
20286         Add last argument to t_type_register_static call.
20287         export the get_image drawable virtual function.
20288
20289         * gdk/linux-fb/gdkimage-fb.c:
20290         Add last argument to t_type_register_static call.
20291         rename gtk_image_get to _gdk_fb_get_image and
20292         export it for use by gdkdrawable-fb2.
20293
20294         * gdk/linux-fb/gdkprivate-fb.h:
20295         export _gdk_fb_get_image.
20296
20297         * gdk/linux-fb/gdkselection-fb.c:
20298         Add new api call stubs.
20299
20300         * gtk/Makefile.am:
20301         Missing ( in linux-fb part.
20302
20303         * modules/linux-fb/Makefile.am:
20304         Must link with gdk_pixbuf or get unresolved symbol.
20305
20306 2000-11-01  Havoc Pennington  <hp@pobox.com>
20307
20308         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): Use 
20309         GTK_TYPE_TEXT_ITER and BOXED marshallers
20310
20311         * gtk/gtktexttagtable.c (gtk_text_tag_table_class_init): ditto
20312
20313         * gtk/gtktexttag.c (gtk_text_tag_class_init): ditto
20314         
20315         * gtk/gtk-boxed.defs: add GtkTextIter
20316
20317         * gtk/gtkmarshal.list: Add marshallers for text widget that 
20318         properly use OBJECT and BOXED
20319
20320 2000-11-01  Havoc Pennington  <hp@redhat.com>
20321
20322         * gtk/testgtk.c (create_labels): Test set_markup_with_accel()
20323
20324         * gtk/gtklabel.c (set_markup): Convert the unichar to a GDK keyval
20325         before returning it. 
20326         
20327 2000-11-01  Havoc Pennington  <hp@redhat.com>
20328
20329         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha):
20330         Clip the rectangle to be rendered to the drawable, since
20331         get_from_drawable() requires a region within the drawable
20332
20333 2000-11-01  Havoc Pennington  <hp@redhat.com>
20334
20335         * gtk/gtkimage.c (gtk_image_expose): Um, don't randomly subtract 4
20336         from coordinates.
20337
20338 Wed Oct 25 20:10:57 2000  Owen Taylor  <otaylor@redhat.com>
20339
20340         * gdk/gdkevents.c (gdk_event_copy): Only ref the window if
20341         it isn't NULL.
20342
20343 2000-11-01  Havoc Pennington  <hp@pobox.com>
20344
20345         * gtk/gtklabel.c (gtk_label_set_attributes): Set a PangoAttrList
20346         on a label
20347         (gtk_label_finalize): unref the attr list if any.
20348
20349         * gtk/testgtk.c (create_get_image): close test on second click
20350         (make_message_dialog): close dialog if it exists
20351
20352         * gdk/gdkpango.c (gdk_draw_layout): Handle rise attribute
20353
20354         * gdk-2.0.pc.in (Requires): Make it require gdk-pixbuf-2.0 not
20355         gdk-pixbuf
20356
20357         * gtk/gtklabel.c (gtk_label_set_markup): new function to set label
20358         from Pango markup format
20359         (gtk_label_set_markup_with_accel): ditto but with accelerator
20360         parsing
20361
20362         * gtk/gtkimage.c (gtk_image_expose): reformatting.
20363
20364         * gdk/gdkpixbuf-drawable.c (gdk_pixbuf_get_from_drawable): Hack to
20365         reflect current state of GDK - use gdk_drawable_get_colormap, etc.
20366         Check GDK_IS_WINDOW() not !GDK_IS_PIXMAP() to decide whether to 
20367         call gdk_window_get_origin().
20368
20369         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha):
20370         implement GDK_PIXBUF_ALPHA_FULL
20371         
20372 Wed Nov  1 03:43:42 2000  Tim Janik  <timj@gtk.org>
20373
20374         * gtk/gtksignal.c (gtk_signal_compat_matched): make use of
20375         g_signal_handlers_block_matched, g_signal_handlers_unblock_matched and
20376         g_signal_handlers_disconnect_matched to block/unblock and disconnect
20377         multiple handlers respectively, instead of only treating the
20378         first handler found (bug reported by owen).
20379
20380 Mon Oct 30 19:23:50 2000  Jonathan Blandford  <jrb@redhat.com>
20381
20382         * gtk/gtktreeview.c (gtk_tree_view_expand_row): New function.
20383
20384         * gtk/gtktreeview.c (gtk_tree_view_collapse_row): New function.
20385
20386         * gtk/gtktreeview.c, gtk/gtktreemodel.c, gtk/gtktreeselection.c
20387         gtk/gtktreestore.h, gtk/gtktreeview.h, gtk/gtktreeviewcolumn.c,
20388         gtk/gtktreeviewcolumn.h: Fixed inline docs.
20389
20390         * docs/reference/gtk/tree_widget.sgml: Proto intro to the tree
20391         widget.  Needs writing someday.
20392
20393         * docs/reference/gtk/tmpl/gtktree*sgml: Added the tree widget to
20394         the docs.
20395
20396 2000-10-30  Havoc Pennington  <hp@redhat.com>
20397
20398         * gtk/gtktextview.h, gtk/gtktextview.c:
20399         Rename delete_at_cursor delete_from_cursor, and 
20400         move to move_cursor.
20401
20402 2000-10-30  Havoc Pennington  <hp@redhat.com>
20403
20404         * gtktextbtree.c, gtktextbtree.h, gtktextbuffer.c,
20405         gtktextbuffer.h, gtktextchild.c, gtktextchild.h,
20406         gtktextchildprivate.h, gtktextdisplay.c, gtktextdisplay.h,
20407         gtktextiter.c, gtktextiter.h, gtktextiterprivate.h,
20408         gtktextlayout.c, gtktextlayout.h, gtktextmark.c, gtktextmark.h,
20409         gtktextmarkprivate.h, gtktextsegment.c, gtktextsegment.h,
20410         gtktexttag.c, gtktexttag.h, gtktexttagprivate.h,
20411         gtktexttagtable.c, gtktexttagtable.h, gtktexttypes.c,
20412         gtktexttypes.h, gtktextview.c, gtktextview.h:
20413
20414         Massive reindentation and reformatting. Arg alignment and comments
20415         still need fixing in various places.
20416
20417 2000-10-30  Havoc Pennington  <hp@redhat.com>
20418
20419         * gtk/gtktextview.h, gtk/gtktextview.c: Change run action signals
20420         to be named insert_at_cursor and delete_at_cursor so C++ can
20421         handle them.
20422
20423 2000-10-28  Tor Lillqvist  <tml@iki.fi>
20424
20425         * gtk/gtkrc.c (gtk_rc_append_default_module_path): Make sure not
20426         to get a double directory separator in case the home directory
20427         ends with one. This would cause trouble especially on Windows,
20428         where the path will be confused with the syntax for an an UNC
20429         (network share) path \\server\share\path.
20430         (gtk_rc_add_initial_default_files): Ditto.
20431
20432 Sat Oct 28 02:33:09 2000  Robert Brady  <robert@suse.co.uk>
20433
20434         * gtk/gtkmarshal.list: add new marshallers for GtkTextView.
20435
20436         * gtk/gtktextview.c: Use correct marshallers.
20437
20438 Fri Oct 27 17:56:26 2000  Jonathan Blandford  <jrb@redhat.com>
20439
20440         * gtk/gtkliststore.c: Not sure how this ever worked.  Fixed it to
20441         use new iter stuff, and added all the appropriate signals et al.
20442
20443         * gtk/gtktreedatalist.h: s/gtk/_gtk to further reinforce that this
20444         code is internal to gtk only.
20445
20446 2000-10-28  Tor Lillqvist  <tml@iki.fi>
20447
20448         * gtk/gtk.def
20449         * gtk/makefile.{mingw,msc}.in: Adjust to Tim's changes. Use
20450         glib-genmarshal etc.
20451
20452 Fri Oct 27 20:15:00 2000  Tim Janik  <timj@gtk.org>
20453
20454         * gtk/Makefile.am: added dependancies for testtextbuffer which broke
20455         parallel builds.
20456
20457 Fri Oct 27 18:51:44 2000  Tim Janik  <timj@gtk.org>
20458
20459         * gtk/gtksignal.[hc]: adapt to GSignal signature changes.
20460
20461 2000-10-27  Robert Brady  <robert@suse.co.uk>
20462
20463         * configure.in (ALL_LINGUAS): Add en@IPA (English, phonetic), 
20464         en_GB (British), ia (Interlingua).
20465
20466 2000-10-26  Havoc Pennington  <hp@redhat.com>
20467
20468         * gtk/gtktextiter.c (my_strrstr): fix constness warning
20469
20470         Fixed output of:
20471         nm -g -l .libs/libgtk-x11-1.3.so | grep ' T ' | grep -v gtk_ | grep -v GTK_
20472         
20473         * gtk/gtktextsegment.c (char_segment_new): rename
20474         (_char_segment_new_from_two_strings): rename
20475         (_toggle_segment_new): rename
20476         
20477         * gtk/gtkclipboard.c (ensure_clipboard_widget): make this static
20478         (make_clipboard_widget): make it static
20479         (text_get_func): static
20480         (text_clear_func): static
20481
20482         * gtk/gtkcolorsel.c (adjustment_changed): make this function
20483         static
20484         (hex_changed): make it static
20485         (hsv_changed): make it static
20486         (opacity_entry_changed): make it static
20487
20488         * gtk/gtktextbtree.c (change_node_toggle_count): rename with _gtk
20489         (toggle_segment_check_func): rename with _gtk
20490
20491         * gtk/gtktextchild.c (_pixbuf_segment_new): rename with _gtk
20492         (_widget_segment_new): rename
20493         (_widget_segment_add): rename
20494         (_widget_segment_remove): rename
20495         (_widget_segment_ref): rename
20496         (_widget_segment_unref): rename
20497
20498         * gtk/gtktextmark.c (_mark_segment_new): Rename
20499         _gtk_mark_segment_new   
20500
20501 2000-10-26  Havoc Pennington  <hp@redhat.com>
20502
20503         * gtk/gtkmarshal.list: add new marshallers used by the text widget
20504         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): fix marshaller
20505         types
20506
20507         * gtk/gtktexttagtable.c (gtk_text_tag_table_class_init): fix
20508         marshaller types
20509
20510         * gtk/gtktextlayout.h, gtk/gtktextlayout.c, gtk/gtktextdisplay.h,
20511         gtk/gtktextdisplay.c: We need to preserve Tk copyrights and
20512         license on these files.
20513
20514         * gtk/gtktextiter.c (gtk_text_iter_backward_search): Make this
20515         work.
20516
20517         * gtk/gtktextbtree.c (gtk_text_btree_new): init stamps to 
20518         runtime random number different for each tree, instead of 
20519         a constant I made up.
20520
20521 Thu Oct 26 07:36:16 2000  Tim Janik  <timj@gtk.org>
20522
20523         * gtk/Makefile.am: buncha cleanups, kludged build sources
20524         dependencies with a Makefile: oldest-source-stamp dependancy
20525         for the moment. automake is really fighting us here, with
20526         intentionally not allowing user-defined rules or dependancies
20527         prior to it's -include $(DEP_FILES) statement. sucks rocks!
20528
20529         * gtk/Makefile.am: added gtktextlayout.h and gtktextdisplay.h
20530         to public headers. tehy have a comment stating that they are
20531         "semi-public" aren't included by gtk.h and if enums popup there,
20532         they can be /*< skip >*/-ed.
20533
20534         * gtk/gtktextlayout.h: 
20535         * gtk/gtktextdisplay.h: indentation fixes, comment fixes,
20536         added LGPL... <SIGH>
20537
20538 Wed Oct 25 20:40:25 2000  Jonathan Blandford  <jrb@redhat.com>
20539
20540         * gtk/gtktreemodel.h: Got rid of GtkTreeNode, and changed it to
20541         GtkTreeIter.  Added iterators everywhere.
20542
20543         * gtk/gtktreeviewcolumn.c: Changed to use the iterators.
20544
20545         * gtk/gtktreeviewselection.c: Changed to use the iterators.
20546
20547         * gtk/gtktreestore.c: Changed to use the iterators.
20548
20549         * gtk/gtkliststore.c: Commented out the code.  Will convert to
20550         iterators tomorrow.
20551
20552         * gtk/gtkmodelsimple.c: Commented out the code.  Will convert to
20553         iterators tomorrow.
20554
20555         * gtk/treestoretest.c: Changed to use iterators.
20556
20557         * demos/testgtk/main.c: Moved to use the new iterator system.
20558
20559 Thu Oct 26 02:10:32 2000  Tim Janik  <timj@gtk.org>
20560
20561         * gtk/Makefile.am: invoke maketypes.awk with LC_ALL=C to avoid
20562         localization misbehaviour.
20563
20564         * gtk/gtk-boxed.defs: nuked "boxed" type GtkCTreeNode, since it's
20565         a useless type without copy/free.
20566
20567         * gtk/gtkctree.c (gtk_ctree_class_init): use GTK_TYPE_POINTER instead
20568         of GTK_TYPE_CTREE_NODE.
20569
20570 Thu Oct 26 00:51:52 2000  Tim Janik  <timj@gtk.org>
20571
20572         * gtk/gtksignal.c:
20573         (gtk_signal_emitv): use g_value_set_static_{string|boxed} where
20574         applicable.
20575
20576         * gtk/gtk-boxed.defs (GtkSelectionData): specify
20577         gtk_selection_data_copy and gtk_selection_data_free
20578         do GtkSelectionData work as params in signals.
20579
20580 Wed Oct 25 20:47:41 2000  Tim Janik  <timj@gtk.org>
20581
20582         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_class_init): urg, removed
20583         implementation of gtk_marshal_VOID__INT_INT_INT_INT. if people do that,
20584         couldn't they at least give it a non-standard name?
20585         
20586         * gtk/gtktextlayout.c: arg! yet another implementation of
20587         gtk_marshal_VOID__INT_INT_INT_INT(), is this a conspiracy?
20588
20589         * gtk/gtktextbuffer.c: gotcha! captured a vagabonding
20590         gtk_marshal_VOID__INT_POINTER_INT() implementation, braught it back
20591         home. now i know this _is_ a conspiracy.
20592
20593         * gtk/gtkwidget.c (gtk_widget_class_init): marshaller fixups for
20594         ::state-changed.
20595
20596         * gtk/gtkaccelgroup.c (gtk_accel_group_create_remove): 
20597         (gtk_accel_group_create_add): marshaller signature fixups.
20598
20599         * gtk/gtklistitem.c (gtk_list_item_class_init): signal creation fixups,
20600         pass in GTK_TYPE_SCROLL_TYPE instead of GTK_TYPE_ENUM.
20601
20602         * gtk/gtkobject.[hc]: removed GTK_CONNECTED flag, it's not valid
20603         anymore.
20604
20605 Tue Oct 24 23:59:21 2000  Tim Janik  <timj@gtk.org>
20606
20607         * docs/reference/Makefile.am: disabled SUBDIRS for the moment, since
20608         due to the signal system changes, it wouldn't build currently. to
20609         be fixed soon.
20610
20611         * docs/Changes-2.0.txt: GtkSignal/GSignal updates.
20612
20613         * gtk/gtkwidget.c: ::direction_changed takes an enum as argument,
20614         so it needs gtk_marshal_VOID__ENUM() instead of
20615         gtk_marshal_NONE__UINT().
20616
20617         * gdk/gdk*.c: adapted type registration functions.
20618
20619         * gtk/gtkbindings.c:
20620         * gtk/gtkaccelgroup.c: operate on GSignalQuery, GtkSignalQuery is
20621         gone.
20622
20623         * gtk/gtkenums.h: define GtkSignalRunType in terms of GSignalType.
20624
20625         * gtk/gtkobject.c:
20626         (gtk_object_destroy):
20627         (gtk_object_shutdown): fixed recursion guards. basically we have to
20628         catch the case where any of GObject.shutdown() or gtk_object_destroy()
20629         is called during ::destroy, and avoid recursion there.
20630
20631         * gtk/gtktypeutils.c:
20632         * gtk/maketypes.awk: awk-script hackup to provide gtk_type_init() with
20633         boxed_copy/boxed_free. this needs a more general solution based on a
20634         publically installed code-generator utility.
20635
20636         * gtk/gtktypeutils.[hc]: compat aliased GTK_TYPE_BOXED to G_TYPE_BOXED,
20637         glib's gobject has support for that now.
20638         define GtkSignalMarshaller in terms of GSignalCMarshaller.
20639
20640 Mon Oct 23 09:36:42 2000  Tim Janik  <timj@gtk.org>
20641
20642         * gtk/gtksignal.[hc]:
20643         * gtk/gtkmarshal.[hc]:
20644         * gtk/Makefile.am: generate marshallers with glib-genmarshal and don't
20645         compile gtkmarshal.c on its own anymore, just include it in gtksignal.c.
20646         removed #include <gtkmarshal.h>s all over the place, gtksignal.h takes
20647         care of that.
20648
20649         * *.c: marshaller name fixups.
20650
20651         * gtk/gtkmarshal.list: added a comment briefing the format.
20652
20653 Sun Oct 22 23:14:39 2000  Tim Janik  <timj@gtk.org>
20654
20655         * gtk/gtksignal.[hc]: nuked old implementation. we mostly have
20656         compatibility macros here now. more specifically, most of
20657         the API is preserved (yes, _most_, nonwithstanding the
20658         following exceptions listed, the API is stil lHUGE ;)
20659         things that got removed completely:
20660         GtkSignalQuery, gtk_signal_query(), gtk_signal_n_emissions(),
20661         gtk_signal_n_emissions_by_name(), gtk_signal_handlers_destroy(),
20662         gtk_signal_set_funcs(), gtk_signal_handler_pending_by_id(),
20663         gtk_signal_add_emission_hook(), gtk_signal_add_emission_hook_full(),
20664         gtk_signal_remove_emission_hook().
20665         non-functional functions variants:
20666         gtk_signal_add_emission_hook(), gtk_signal_remove_emission_hook().
20667         the GtkCallbackMarshal argument to gtk_signal_connect_full() is
20668         not supported anymore.
20669         (gtk_signal_compat_matched): new internal function to aid
20670         implementation of the compatibility macros, it  provides
20671         functionality to block/unblock/disconnect handlers based
20672         on func/data.
20673
20674         * gtk/gtkenums.h: define GtkSignalRunType in terms of GSignalType,
20675
20676         * *.c: adaptions to new type registration API signatures.
20677
20678 Fri Oct 20 15:26:33 2000  Tim Janik  <timj@gtk.org>
20679
20680         * gtk/gtktypeutils.[hc]: removed G_TYPE_GTK_POINTER cludge.
20681
20682 2000-10-25  Robert Brady  <robert@suse.co.uk>
20683
20684         * gdk/x11/gdkproperty-x11.c (gdk_property_get, gdk_property_change,
20685         gdk_property_delete): If window == NULL, assume the root window.
20686         (restoring the behaviour that was in 1.2).
20687         
20688         * gtk/testtext.c (save_buffer): Allow creation of new files when
20689         saving.
20690
20691         (fill_file_buffer): Don't die if a UTF-8 sequence is split across
20692         calls to read().
20693
20694 2000-10-25  Tor Lillqvist  <tml@iki.fi>
20695
20696         * gdk/gdkwindow.c: Include x11/gdkx.h only when building for X11.
20697
20698         * gdk/win32/gdkdrawable-win32.c
20699         * gdk/win32/gdkimage-win32.c
20700         * gdk/win32/gdkprivate-win32.h: Corresponding changes as in the
20701         X11 backend.
20702
20703         * gdk/win32/gdkcc-win32.c
20704         * gdk/win32/gdkcolor-win32.c
20705         * gdk/win32/gdkfont-win32.c
20706         * gdk/win32/gdkinput-win32.c
20707         * gdk/win32/gdkmain-win32.c
20708         * gdk/win32/gdkproperty-win32.c: Silence gcc -Wall.
20709
20710 2000-10-24  Havoc Pennington  <hp@redhat.com>
20711
20712         * gtk/gtktextview.c (gtk_text_view_scroll_to_mark_adjusted): make
20713         it a static function
20714
20715         * gtk/gtktextbtree.c (gtk_text_btree_tag): Gee, maybe we should
20716         redraw text when a tag is applied to it.
20717
20718         * gtk/gtktexttag.c (gtk_text_tag_affects_size)
20719         (gtk_text_tag_affects_nonsize_appearance): private functions to
20720         see if a tag requires various kinds of redraw/layout to be queued
20721         up.
20722
20723         * gtk/gtktexttag.h (struct _GtkTextTag): Remove relief crackrock
20724
20725         * gtk/testtext.c (fill_example_buffer): Put the cursor 
20726         at the start of the buffer, so search works by default
20727
20728         * gtk/gtktextiter.c (lines_match): init match_start always
20729
20730         * gtk/gtktextbuffer.c (gtk_text_buffer_get_iter_at_line_index): New
20731         function, get iter at a line + a byte index
20732
20733         * gtk/gtktextiter.c (gtk_text_iter_set_line_index): New function,
20734         to set byte position within a line
20735         (gtk_text_iter_check): remove leftover G_BREAKPOINT thing
20736
20737 2000-10-23  Havoc Pennington  <hp@redhat.com>
20738
20739         * gtk/testtext.c: Re-enable the "find" dialog
20740
20741         * gtk/testgtk.c: Add test for gdk_drawable_get_image
20742         
20743         * gdk/gdkwindow.c (gdk_window_begin_paint_region): Fix bug where
20744         the arguments to gdk_draw_drawable were in the wrong order
20745         (gdk_window_paint_init_bg): This function was ignoring the
20746         init_region, instead of clipping to it, so the entire backing
20747         pixmap was cleared on every begin_paint()
20748         (gdk_window_begin_paint_region): Hmm, the same list-walking bug
20749         was in here again, the loop kept using the same GtkWindowPaint
20750         over and over.
20751         (gdk_window_begin_paint_region): Fix a bug where we had two
20752         x_offset instead of x_offset and y_offset
20753
20754         * gdk/gdkdraw.c (gdk_drawable_get_image): get composite drawable
20755         before we get the image.
20756         (gdk_draw_drawable): get the composite before we draw the drawable.
20757         (gdk_drawable_real_get_composite_drawable): default
20758         get_composite_drawable implementation that returns the drawable 
20759         itself
20760
20761         * gdk/gdkdrawable.h (struct _GdkDrawableClass ): Add
20762         get_composite_drawable virtual function
20763
20764         * gdk/gdkwindow.c (gdk_window_begin_paint_region): Fix a cheesy
20765         list-walking bug
20766
20767         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_drawable): Add a hack to
20768         make this work if the source drawable is a GdkDrawableImplX11
20769         instead of a public drawable type. This is really broken; the
20770         problem is that GdkDrawable needs a virtual method get_xid(), but
20771         of course that doesn't work in practice. Enter RTTI.
20772
20773         Also, improve mismatched depth message.
20774
20775         * gdk/gdkpixmap.c (gdk_pixmap_get_image): Implement get_image for
20776         GdkPixmap
20777
20778         * gdk/x11/gdkdrawable-x11.c (gdk_drawable_impl_x11_class_init):
20779         install _gdk_x11_get_image as our implementation of get_image
20780         
20781         * gdk/x11/gdkimage-x11.c (gdk_image_get): Rename to
20782         _gdk_x11_get_image and export for use in gdkdrawable-x11.c
20783
20784         * gdk/gdkimage.c (gdk_image_get): Make this just a wrapper around
20785         gdk_drawable_get_image
20786
20787         * gdk/gdkdraw.c (gdk_drawable_get_image): call virtual get_image
20788
20789         * gdk/gdkdrawable.h (struct _GdkDrawableClass ): Virtualize
20790         get_image
20791
20792         * gtk/gtktreestore.c (gtk_tree_store_get_node): remove weird
20793         trailing semicolon after for loop
20794
20795 Mon Oct 23 12:07:57 2000  Owen Taylor  <otaylor@redhat.com>
20796
20797         * gtk/gtkwidget.c (gtk_widget_set_style_internal): Fix problem
20798         where font_desc for widget's context lagged widget's font_desc by
20799         one step.
20800
20801 2000-10-22  Tor Lillqvist  <tml@iki.fi>
20802
20803         * gdk/win32/gdkgc-win32.c
20804         * gdk/win32/gdkimage-win32.c: Remove gcc -Wall warnings.
20805
20806         * gtk/makefile.mingw.in
20807         * gtk/gtk.def: Updates.
20808
20809         * gtk/testgtk.c: sleep() is called _sleep in MS's C
20810         library.
20811
20812         * gtk/gtkimcontextsimple.c: Include <stdlib.h> for bsearch().
20813
20814         * gtk/makefile.msc: Remove
20815
20816         * gtk/makefile.msc.in: New file, like makefile.mingw.in.
20817
20818         * gtk/Makefile.am: Add it.
20819
20820         * configure.in: Generate it.
20821
20822         * gtk/gtktextbuffer.c (gtk_text_buffer_create_child_anchor)
20823         * gtk/gtktextbtree.c (gtk_text_line_char_to_byte): Return
20824         something even if not implemented, to satisfy picky MSVC.
20825
20826         Patches by Hans Breuer:
20827         
20828         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_glyphs): Call
20829         SetBkMode() and SetTextAlign() before calling
20830         pango_win32_render().
20831
20832         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_values_to_win32values):
20833         Set hcliprgn to NULL after destroying it.
20834         (gdk_gc_set_clip_rectangle): Delete hcliprgn and set to NULL.
20835
20836         * gdk/win32/gdkgeometry-win32.c
20837         (_gdk_windowing_window_queue_antiexpose): More effective
20838         implementation.
20839
20840         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_new): Use drawable's
20841         depth as default, not the visual's.
20842
20843         * gdk/win32/gdkwindow-win32.c (gdk_window_set_title): Guard
20844         against empty title.
20845
20846         * gdk/win32/gdkprivate-win32.h: Define a helper macro,
20847         IMAGE_PRIVATE_DATA.
20848
20849         * gdk/win32/gdkimage-win32.c: Use it.
20850
20851 2000-10-22  Robert Brady  <robert@suse.co.uk>
20852
20853         * configure.in: Check for bind_textdomain_codeset
20854
20855         * gtk/gtkmain.c (gtk_init_check): If bind_textdomain_codeset 
20856         present, make use of it.
20857
20858         Add a translatable string "default:LTR" which, if translated
20859         to "default:RTL", will cause the default direction to be
20860         Right-to-Left.
20861
20862         * gtk/gtkrange.h, gtk/gtkrange.c: Take into account the widget 
20863         direction if marked as flippable.
20864
20865         * gtk/gtkhscale.c: Mark widget as flippable.
20866         
20867 2000-10-04  Havoc Pennington  <hp@redhat.com>
20868
20869         * gtk/testgtk.c (create_buttons): create some stock buttons
20870         with the default accel group
20871         (create_image): test some new GtkImage features
20872         (make_message_dialog): test GtkMessageDialog
20873         (create_modal_window): fix someone's bizzarro indentation
20874
20875         * gtk/gtkwindow.h, gtk/gtkwindow.c: Implement 
20876         GTK_WIN_POS_CENTER_ON_PARENT. 
20877         Add "destroy with parent" setting, which means the window goes
20878         away with its transient parent.
20879         (gtk_window_get_default_accel_group): get the default accel group
20880         for the window.
20881         (gtk_window_set_destroy_with_parent): set/unset destroy with
20882         parent flag
20883         (gtk_window_read_rcfiles): invalidate icon set caches
20884         after reloading rcfiles 
20885
20886         * gtk/gtkenums.h (GtkWindowPosition): add
20887         GTK_WIN_POS_CENTER_ON_PARENT, which centers a dialog 
20888         on its parent window when the dialog is mapped for the first time.
20889
20890         * gtk/gtkmessagedialog.h, gtk/gtkmessagedialog.c: Add 
20891         a simple message dialog class
20892         
20893         * gtk/gtkdialog.c (gtk_dialog_init): Connect delete event 
20894         handler to emit response signal, and maybe later it would
20895         honor a hide_on_delete flag - though that isn't there yet.
20896         Set border width on the vbox to 2, so we get some padding.      
20897         Use a button box for the action area.
20898         (gtk_dialog_key_press): synthesize a delete event if Esc
20899         is pressed and the GtkWidget key press handler didn't 
20900         handle the escape key.
20901         (gtk_dialog_new_with_buttons): new function creates a dialog
20902         with some default buttons in it.
20903         (gtk_dialog_add_action_widget): add an activatable widget
20904         as a button in the dialog - you can also add a non-activatable
20905         widget by accessing the action area directly.
20906         (gtk_dialog_add_button): add a simple button - stock ID or 
20907         label - to the action area
20908         (gtk_dialog_response): emit response signal
20909         (gtk_dialog_run): block waiting for the dialog, return 
20910         the response. Override normal delete_event behavior, so that 
20911         delete_event does nothing inside gtk_dialog_run().
20912         * gtk/gtkdialog.h, gtk/gtkdialog.c: Add "response" signal
20913         emitted when an action widget is clicked or the dialog gets
20914         delete_event
20915
20916         * gtk/gtk.h: add gtkmessagedialog.h
20917
20918         * gtk/Makefile.am: add gtkmessagedialog.[hc]
20919
20920 2000-10-18  Havoc Pennington  <hp@redhat.com>
20921
20922         * gtk/gtktextiter.c (gtk_text_iter_forward_to_newline): Fix a bug 
20923         where any number of empty lines would get skipped
20924
20925         * gtk/gtktextiter.h: Remove padding from GtkTextIter; live on the
20926         edge.
20927
20928         * gtk/gtktextiter.c (gtk_text_iter_make_surreal): enhance the
20929         warning about invalid iterators (explain more thoroughly)
20930         (gtk_text_iter_in_region): rename gtk_text_iter_in_range
20931
20932         * gtk/gtktextview.c (FOCUS_EDGE_WIDTH): Make focus rectangle less
20933         big
20934
20935         * demos/*.c: Add error handling
20936
20937         * gtk/gtktextbuffer.c: don't modify const iterators
20938
20939         * gtk/gdk-pixbuf-loader.c: Add full error handling here
20940
20941         * gtk/gtkimage.c (gtk_image_set_from_file): ignore errors
20942         on file load
20943
20944         * gtk/gtkiconfactory.c: Update to reflect addition of error
20945         handling to gdk-pixbuf loaders
20946
20947 Wed Oct 18 11:14:05 2000  Owen Taylor  <otaylor@redhat.com>     
20948
20949         * configure.in demos/Makefile.am demos/testgtk/*: Start of work to
20950         move to new modularized testgtk.
20951
20952 2000-10-17  Jonathan Blandford  <jrb@redhat.com>
20953
20954         * gtk/gtktreeview.c: Draw the arrows correctly.
20955
20956         * gtk/gtktreemodel.c: Added user docs.
20957
20958         * gtk/gtk.h: remove gtktreedatalist.h.
20959
20960         * gtk/gtktreestore.c (gtk_tree_store_get_type): Get the correct
20961         parent when generating my type.
20962
20963         * gtk/gtkmarshal.list: Added four more marshallers: INT:NONE,
20964         POINTER:NONE, POINTER:POINTER, and POINTER:POINTER,INT.
20965
20966 2000-10-16  Jonathan Blandford  <jrb@redhat.com>
20967
20968         * gtk/gtktreemodel.h (struct _GtkTreeModelIface): Move
20969         GtkTreeModel from object to interface.
20970
20971 2000-10-16  Havoc Pennington  <hp@redhat.com>
20972
20973         * gtk/gtktreeviewcolumn.c: #include gtklabel.h, fixing 
20974         compilation
20975
20976 2000-10-16  Jonathan Blandford  <jrb@redhat.com>
20977
20978         * gtk/gtktreeselection.c: Add API documentation to all public
20979         functions.
20980
20981         * gtk/gtktreeviewcolumn.c: Added API documentation to all public
20982         functions.
20983
20984 2000-10-15  Jonathan Blandford  <jrb@redhat.com>
20985
20986         * gtk/gtktreeview.c (gtk_tree_view_insert_column): New function
20987         proposed by Guy Harris <gharris@flashcom.net>.  Also, added API
20988         docs to all public functions.
20989
20990         * gtk/gtktreeview.c, gtk/gtktreeview.h, gtk/gtktreestore.h,
20991         gtk/gtktreestore.c, gtk/gtkliststore.h, gtk/gtkliststore.c,
20992         gtk/gtkmodelsimple.c, gtk/gtkmodelsimple.h, gtk/gtktreedatalist.c,
20993         gtk/gtktreemodel.h, gtk/gtktreeselection.c,
20994         gtk/gtktreeselection.h: Fix GtkTreeNode *node ->GtkTreeNode node
20995         issue.
20996
20997 2000-10-14  Robert Brady  <robert@suse.co.uk>
20998
20999         * configure.in: Added "fa" (Persian) to ALL_LINGUAS.
21000
21001 2000-10-12  Jonathan Blandford  <jrb@redhat.com>
21002
21003         * gtk/gtktreedatalist.[ch] (gtk_tree_data_list_value_to_node): Added
21004         values other then G_TYPE_STRING.
21005         * gtk/gtktreeselection.c: Minor commenting updates.
21006         * gtk/gtktreeview.c: Format updates.
21007
21008 2000-10-09  Tor Lillqvist  <tml@iki.fi>
21009
21010         * README.win32: Update.
21011
21012         * gdk/win32/gdkgeometry-win32.c (gdk_window_clip_changed): Add two
21013         lines that had been deleted by mistake (?).
21014
21015         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new_from_pixmap): Handle
21016         also the case fg==white and bg==black (but still not randomly
21017         coloured cursors). Thanks to Wolfgang Sourdeau.
21018
21019         * gdk/win32/*.c: Silence gcc -Wall.
21020
21021         * gtk/gtk.def: Add missing entry points.
21022
21023         Fixes by Hans Breuer:
21024
21025         * gdk/makefile.msc
21026         * gdk/win32/makefile.msc: Update.
21027
21028         * gdk/testgdk.c: If compiling with debugging (with _DEBUG defined,
21029         some MSVC thing, presumably), cause breakpoint on failures. Add
21030         GDK_NOR case. Call g_log_set_always_fatal.
21031
21032         * gdk/win32/gdkwin32id.c (gdk_win32_handle_table_insert): Handle
21033         should be pased by reference.
21034         
21035         * gdk/win32/gdkprivate-win32.h: Correct declaration accordingly.
21036         
21037         * gdk/win32/*.c: Correct calls to gdk_win32_handle_table_insert.
21038
21039         * gdk/win32/gdkevents-win32.c
21040         * gdk/win32/gdkwindow-win32.c: Handle WM_CREATE.
21041
21042         * gdk/win32/gdkgc-win32.c: Fix mixups of drawable and
21043         implementation object.
21044
21045         * gdk/win32/gdkimage-win32.c (gdk_image_get): Handle drawables,
21046         not just windows.
21047         
21048         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_impl_win32_finalize):
21049         Use the wrapper object.
21050         
21051 2000-10-06  Havoc Pennington  <hp@redhat.com>
21052
21053         * Makefile.am (SRC_SUBDIRS): contrib subdir
21054
21055         * gdk/gdkpixbuf.h: Move GdkPixbufAlphaMode to gdk-pixbuf library,
21056         so it can be used in Xlib version
21057
21058         * demos/testpixbuf.c (update_timeout): error checking from 1.0
21059         tree
21060
21061         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_get_pixbuf): Sync
21062         change from 1.0 tree that returns first frame of animation
21063         if the loaded file is an animation.
21064
21065         * contrib: add new directory to hold stuff that comes with GTK+
21066         but isn't really part of GTK+ (for now, gdk-pixbuf-xlib)
21067         
21068         * configure.in: add contrib/*
21069
21070 2000-10-05  Havoc Pennington  <hp@redhat.com>
21071
21072         * demos/testpixbuf-save.c: add pixbuf save test
21073
21074         * demos/Makefile.am: add testpixbuf-save.c
21075
21076 2000-10-05  Jonathan Blandford  <jrb@redhat.com>
21077
21078         * gtk/gtktree.h (GTK_TREE_SELECTION): Replaced with
21079         GTK_TREE_SELECTION_OLD to prevent conflict with gtktreeselection.c
21080         * gtk/testgtk.c: s/GTK_TREE_SELECTION/GTK_TREE_SELECTION_OLD/
21081         * gtk/gtktreeselection.[ch]: Replaced
21082         "node_selected"/"node_unselected" signal with "selection_changed"
21083         signal.
21084
21085 2000-10-04  Jonathan Blandford  <jrb@redhat.com>
21086
21087         * gtk/gtk{tree,cell}?*.[ch]: Checked in initial draft of the new
21088         tree widget.
21089
21090 2000-10-04  Jonathan Blandford  <jrb@redhat.com>
21091
21092         * gdk/gdkwindow.c (gdk_window_draw_arc): Fix obvious bug in circle
21093         drawing.
21094
21095 Wed Oct  4 15:52:15 2000 Owen Taylor  <otaylor@redhat.com>
21096
21097         * gdk/x11/gdkselection-x11.c (_gdk_selection_window_destroyed):
21098         Move list pointer forwards before removing item from
21099         list. (Crash reported by Salmaso Raffaele)
21100
21101         * gdk/gdkwindow.h: Remove spurious trailing ,
21102
21103         * gdk/Makefile.am (LDFLAGS): You can't do interlibrary
21104         dependencies on uninstalled libraries, sorry folks.
21105
21106 2000-10-04  Havoc Pennington  <hp@redhat.com>
21107
21108         * gtk/gtkstock.h, gtk/gtkstock.c, gtk/gtkiconfactory.h,
21109         gtk/gtkiconfactory.c: Fix copyrights    
21110
21111         * demos/testpixbuf.c: add inline pixbuf test
21112         
21113 Mon Sep 25 15:05:17 2000  Owen Taylor  <otaylor@redhat.com>
21114
21115         * gdk/gdkwindow.h gdk/x11/gdkwindow-x11.c (gdk_window_iconify):
21116         Add gdk_window_iconify.
21117
21118         * gdk/gdkwindow.h gdk/x11/gdkwindow-x11.c
21119         (gdk_window_set_geometry_hints): Add win_gravity
21120         to geometry structure.
21121
21122         * gdk/x11/gdkevents-x11.c (gdk_wm_protocols_filter):
21123         Implement _NET_WM_PING.
21124
21125         * gdk/x11/gdkmain-x11.c (_gdk_windowing_init_check):
21126         Set _NET_WM_PID on the client leader.
21127
21128         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon_name):
21129         Handle UTF-8 better.
21130
21131         * gdk/x11/gdkwindow-x11.c (gdk_window_set_title): Handle
21132         UTF-8 better, set _NET_WM_NAME as well. Only set
21133         icon name if it hasn't previously been explicitely 
21134         set.
21135
21136 2000-10-03  Havoc Pennington  <hp@redhat.com>
21137
21138         * gtk/testtextbuffer.c: clean up trailing whitespace,
21139         add extensive tests for tag toggle iteration.
21140         
21141         * gtk/gtktextiter.c (MAX_LINEAR_SCAN): decrease linear scan 
21142         distance
21143
21144         * gtk/gtktextbtree.c (gtk_text_line_next_could_contain_tag):
21145         optimize case where the tag root is on level 1
21146         (gtk_text_line_previous_could_contain_tag): attempt to implement
21147         (gtk_text_line_next_could_contain_tag): Abstract out node_compare
21148         functionality
21149
21150         * gtk/gtktextiter.c (gtk_text_iter_backward_to_tag_toggle):
21151         Implement this, though not very efficiently.
21152
21153         * gtk/gtktextiterprivate.h: reformat
21154
21155         * gtk/gtktextiter.c (gtk_text_iter_get_char): return 0 on the end
21156         iterator
21157
21158         * gtk/gtktextbuffer.c (gtk_text_buffer_delete_interactive): Fix
21159         this to properly revalidate the iterators.
21160
21161         * gtk/gtktextview.c (gtk_text_view_delete): fix control-K to work
21162         properly at the end of the line (and therefore on empty lines)
21163
21164         * gtk/gtktextbtree.c (gtk_text_btree_get_selection_bounds): Gee,
21165         maybe we should return a value...
21166
21167 2000-10-03  Tor Lillqvist  <tml@iki.fi>
21168
21169         * config.h.win32: Guard definition of alloca(). glib.h now handles
21170         that.
21171
21172         * gdk/gdk.def
21173         * gtk/gtk.def: Add new entry points.
21174
21175         Changes just to make GTK+ build without errors on Win32. No hope
21176         of it working in its current state, though...:
21177         
21178         * gdk/win32/gdkselection-win32.c: Remove gcc -Wall warnings.  Add
21179         some functions from the X11 backend, just to make GTK+ build.
21180
21181         * gdk/makefile.mingw.in
21182         * gtk/makefile.mingw.in: Use correct gdk_pixbuf version
21183         number. Add new object files.
21184
21185         * gtk/gtkclipboard.c: Include gdkwin32.h on Win32. Use
21186         GetMessageTime to get timestamp (where on X11 uses
21187         gdk_x11_get_server_time()).
21188
21189 2000-10-02  Havoc Pennington  <hp@pobox.com>
21190
21191         * gtk/gtktextview.c: text_window_* weren't static and should have
21192         been.
21193         Start work on child widgets; not yet complete, syncing to 
21194         office computer.
21195
21196         * gtk/gtktextchild.h: change this to contain a public interface,
21197         starting work on child interfaces.
21198         * gtk/gtktextchildprivate.h: move private interfaces here
21199
21200         * gtk/Makefile.am: update to reflect gtktextchildprivate.h
21201
21202         * gtk/gtktextview.h, gtk/gtktextview.c, gtk/gtktextbuffer.h,
21203         gtk/gtktextbuffer.c, gtk/gtktextiter.h, gtk/gtk/textiter.c, 
21204         gtk/gtktextmark.c: copyright notices
21205
21206         * gtk/gtktextmarkprivate.h: reformat, and put _ in front of
21207         internal functions      
21208
21209         * gtk/gtktextchild.c (_pixbuf_segment_new): put _ in front of
21210         internal function
21211
21212         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display):
21213         Reformatting    
21214
21215 2000-09-30  Havoc Pennington  <hp@pobox.com>
21216
21217         * gtk/gtktextbtree.c (gtk_text_btree_get_selection_bounds): Handle
21218         NULL start/end pointers
21219
21220         * gtk/gtktextbuffer.c: Write some docs
21221         (gtk_text_buffer_get_selection_bounds): Allow start/end to be
21222         NULL, so you can just check whether there's a selection.        
21223
21224         * gtk/gtktextbtree.c (gtk_text_btree_remove_mark): No need to 
21225         cleanup_line or segments_changed ourselves, it gets done 
21226         in unlink_segment
21227
21228         * gtk/gtktextmark.h:
21229         s/gtk_text_mark_deleted/gtk_text_mark_get_deleted/
21230         
21231         * gtk/gtktextsegment.h: Clean up some indentation and naming mess
21232
21233         * gtk/gtktextmark.c: delete some more old Tk cruft
21234
21235         * gtk/gtktextbuffer.c (gtk_text_buffer_delete_mark): add ref to
21236         mark before removing it, so we can emit MARK_DELETED with a valid
21237         pointer.
21238         (gtk_text_buffer_mark_set): hold ref across signal emission
21239
21240         * gtk/gtktextbtree.c (gtk_text_btree_remove_mark): improve
21241         whining about attempts to delete special marks
21242
21243         * gtk/gtktextbuffer.c (_gtk_text_buffer_spew): Prepend with
21244         underscore, since it's internal.
21245
21246         * gtk/gtktextbuffer.h: Remove find_string prototype, this is 
21247         now implemented in terms of iterators in gtktextiter.h
21248
21249         * gtk/gtktextbuffer.c (gtk_text_buffer_set_text): 
21250         New function, destructively sets contents of buffer. Also 
21251         a convenient way to clear the buffer by setting text to ""
21252
21253         * gtk/gtktextiter.c (gtk_text_iter_make_surreal): reformat
21254         multiline string literal
21255
21256         * gtk/testtext.c (text_changed_callback): Redraw line numbers if
21257         text changes.
21258
21259         * gtk/gtktextiter.c (forward_char): Return FALSE if new location 
21260         is not dereferenceable
21261         (gtk_text_iter_forward_lines): fix return value
21262
21263 2000-09-29  Havoc Pennington  <hp@redhat.com>
21264
21265         * gtk/gtktexttag.c (gtk_text_tag_set_priority): fix indentation
21266
21267         * gtk/gtktextview.c: Implement drag thresholding; change functions 
21268         that set border window size to have nicer name
21269         (gtk_text_view_mark_set_handler):  Fix this to have the 
21270         right signature.
21271
21272         * gtk/testtextbuffer.c (fill_buffer): Update with pixbuf changes
21273
21274         * gtk/testtext.c: Update with API changes, put line numbers on 
21275         both sides.
21276         
21277         * gtk/gtktextiter.c (gtk_text_iter_get_pixbuf): Replace get_pixmap
21278         with this
21279
21280         * gtk/gtktextchild.h, gtk/gtktextchild.c: replace all pixmap with
21281         pixbuf; delete a big block of #if 0 Tk code
21282
21283         * gtk/gtktextbuffer.c (gtk_text_buffer_insert_pixbuf): Replace 
21284         insert_pixmap with insert_pixbuf
21285
21286 2000-09-29  Martin Baulig  <baulig@suse.de>
21287
21288         * gdk-pixbuf.pc.in: Renamed to gdb-pixbuf-2.0.pc.in to avoid
21289         confusion with the GdkPixbuf of the GNOME 1.x platform.
21290
21291 2000-09-29  Havoc Pennington  <hp@pobox.com>
21292
21293         * gtk/gtktextview.c: Implement the side windows.
21294
21295         * gtk/testtext.c: Implement simple line numbering in the 
21296         left side window; seems to make scrolling sloooow. Oops.
21297         Also, cursor blink is for some reason causing redraws
21298         of the line numbers. Should investigate...
21299
21300 2000-09-28  Havoc Pennington  <hp@redhat.com>
21301
21302         * gtk/gtktextview.c: Set up infrastructure to deal with lots of 
21303         scrolling child windows, and draw focus rectangle properly.
21304         
21305         (gtk_text_view_buffer_to_window_coords):
21306         Coordinate transformation to deal with all these freaking windows
21307         and offsets
21308         (gtk_text_view_window_to_buffer_coords): transform the other way
21309
21310         * gtk/testtext.c (create_buffer): Update to match Pango API change
21311
21312         * gtk/gtktexttagtable.c (gtk_text_tag_table_foreach): Go over the
21313         anonymous tags
21314         (foreach_unref): don't emit remove signal from finalize, just
21315         set tag's parent to NULL
21316
21317 2000-09-26  Havoc Pennington  <hp@redhat.com>
21318
21319         * gtk/gtkiconfactory.c (gtk_icon_set_clear): remove
21320         Fix some warnings       
21321
21322 2000-09-26  Havoc Pennington  <hp@redhat.com>
21323
21324         * gtk/Makefile.am (gtk_private_h_sources): Move more text widget
21325         headers into the private header list
21326
21327         * Makefile.am (pkgconfig_DATA): install pkg-config files
21328
21329         * configure.in: add pkg-config files
21330
21331         * gdk-2.0.pc.in, gdk-pixbuf.pc.in, gtk+-2.0.pc.in: pkg-config files
21332
21333         * gtk/gtkwindow.c (gtk_window_read_rcfiles): Invalidate
21334         outstanding icon caches on theme change.
21335
21336         * gtk/gtkiconfactory.h, gtk/gtkiconfactory.c: New icon system. Three 
21337         important types:
21338
21339         (GtkIconSource): Specification for creating a pixbuf 
21340         appropriate for a direction/state/size triplet from 
21341         a source pixbuf or filename
21342
21343         (GtkIconSet): List of GtkIconSource objects that are used to
21344         create the "same" icon (e.g. an OK button icon), and cache for
21345         rendered icons
21346
21347         (GtkIconFactory): Hash from stock ID to GtkIconSet; used to look
21348         up the icon set for a given stock ID.  GTK maintains a stack of
21349         GtkIconFactory to search, and applications or libraries can add
21350         additional icon factories on top of the stack
21351         
21352         * gtk/gtkrc.h, gtk/gtkrc.c: When loading an RcStyle, parse 
21353         the set of GtkIconSource specified for a given stock ID into 
21354         a GtkIconSet, and put the GtkIconSet into a GtkIconFactory for the 
21355         RcStyle, under the specified stock ID.
21356
21357         * gtk/gtkstyle.h, gtk/gtkstyle.c: Add a virtual function
21358         render_icon used to derive a GdkPixbuf from a GtkIconSource.
21359         This allows people to theme how prelight, insensitive, etc. are
21360         done.
21361
21362         (gtk_style_lookup_icon_set): Look up a stock ID in the list of
21363         icon factories for a style, and return the resulting 
21364         icon set if any.
21365
21366         (gtk_style_render_icon): Render an icon using the render_icon 
21367         method in the GtkStyleClass.
21368
21369         * gtk/gtkwidget.h, gtk/gtkwidget.c (gtk_widget_render_icon): 
21370         Use the style for a given widget to look up a stock ID, get the
21371         icon set, and render an icon using the render_icon method 
21372         of the style
21373
21374         * gtk/gtkstock.h, gtk/gtkstock.c: Header with the GtkStockItem type
21375         (contains information about a stock item), the built-in stock item
21376         IDs, and functions to add/lookup stock items.
21377
21378         * gtk/stock-icons/*: Stock icons that come with GTK
21379
21380         * gtk/gtkbutton.h, gtk/gtkbutton.c (gtk_button_new_stock): Returns
21381         a button based on a GtkStockItem
21382         (gtk_button_new_accel): Takes a uline string and accel group, and
21383         installs the accelerator.
21384
21385         * gtk/gtkimage.h, gtk/gtkimage.c: Make this into a generic
21386         image-display widget.
21387
21388 2000-09-25  Havoc Pennington  <hp@redhat.com>
21389
21390         * gtk/gtktexttypes.c: Remove Latin1 conversion stuff
21391
21392         * gtk/gtktextbtree.c (gtk_text_btree_node_remove_data): 
21393         Fix a bug when removing node data, we didn't properly 
21394         re-splice the linked list after removing the data.
21395
21396         * gtk/gtktextview.c (gtk_text_view_key_press_event): Pass through 
21397         GDK_Tab as literal tab, Ctrl-Tab to tab to focus widget
21398
21399         * gtk/gtktextbuffer.c (selection_received): fix g_convert usage
21400
21401         * gtk/gtktextlayout.c (set_para_values): Set tab array 
21402         for the layout from the GtkTextTag.
21403
21404         * gtk/gtktexttypes.h: delete tab and search cruft, 
21405         remove g_convert() in favor of GLib version
21406
21407         * gtk/gtktexttypes.c: remove tab implementation from here,
21408         move to Pango
21409
21410         * gtk/gtktexttag.h, gtk/gtktexttag.c: Implement 
21411         tab stuff using new PangoTabArray from Pango
21412
21413         * gtk/gtktexttag.c (gtk_text_attributes_fill_from_tags): Remove
21414         unused border_width stuff
21415
21416 Thu Sep 14 12:21:12 2000  Owen Taylor  <otaylor@redhat.com>
21417
21418         * gtk/gtktexttypes.[ch]: Remove g_convert (moved to
21419         glib) and now useless utf_to_latin1() latin1_to_utf()
21420
21421         * gtk/gtktextview.[ch]: Change ::move_insert and
21422         ::delete_text action signals to ::move and ::delete;
21423         create the signals with the right enumeration type,
21424         not GTK_TYPE_ENUM so that bindings work. Add C-d, M-d,
21425         C-v bindings, change Home, End to move to beginning/end
21426         of line, Add C-Home C-End to move to beginning/end
21427         of buffer. Change ::cut_text to ::cut_clipboard, etc;
21428         combine ::scroll_text into ::move; use new GtkSelectionData
21429         functions to simplify DND text handling.
21430         
21431         * gtk/gtkenums.h gtk/gtktextview.h: Move movement,
21432         deletion enumerations here, rename enumeration values to 
21433         be consistently plural.
21434
21435         * gtk/gtktextbuffer.c: Use new clipboard interfaces
21436         for cut/copy/paste and primary selection.
21437
21438         * gtk/gtktextbuffer.[ch]: Remove excess time and
21439         'interactive' arguments from cut/copy/paste;
21440         rename cut to cut_clipboard, etc; remove
21441         gtk_text_buffer_get_clipboard_contents().
21442
21443         * gtk/gtktextlayout.[ch]: Add 
21444         gtk_text_layout_move_iter_to_line_end() to move the iter to 
21445         line ends.
21446
21447         * gtk/gtkselection.[ch] (gtk_selection_data_set/get_text):
21448         Functions to set or get a UTF-8 string on the selection
21449         data.
21450
21451         * gtk/gtkclipboard.[ch]: New, simplified selection handling
21452         interfaces.
21453
21454         * gtk/gtkinvisible.c (gtk_invisible_new): Realize newly
21455         created widgets - one of these is useless if we don't.
21456
21457         * gtk/gtkselection.[ch] (gtk_selection_clear_targets): Export
21458         a public function clear all targets registered for the
21459         widget.
21460
21461         * gtk/gtkselection.c (gtk_selection_owner_set) docs/Changes-2.0.txt:
21462         Never call gtk_widget_realize() - that was just asking
21463         for bizarre side-effects.
21464
21465         * gtk/gtkselection.c (gtk_selection_owner_set): Call
21466         gdk_selection_owner_set even if the widget is the
21467         same so that we reliably update the timestamp on
21468         the server.
21469
21470         * gdk/x11/gdkevents-x11.c gdk/x11/gdkx.h: Add a 
21471         gdk_x11_get_server_time() function.
21472         
21473         * gdk/x11/gdkevents-x11.c gdk/x11/gdkprivate-x11.h
21474         gdk/x11/gdkselection-x11.c gdk/x11/gdkwindow-x11.h:
21475         Add some tricky filtering on serial numbers for
21476         selection clear events to fix up long-standard
21477         race condition FIXME's in gtkselection.c.
21478
21479         * gdk/gdkproperty.h gdk/x11/gdkselection-x11.h: Add
21480         routines to convert from utf8 to compound text or
21481         STRING and from a text property to UTF-8.
21482
21483         * gtk/gtkmain.[ch] (gtk_get_current_event_time): Add 
21484         a convenience function gdk_get_current_event_time().
21485
21486         * gtk/gtkselection.c (gtk_selection_data_copy/free): Copy
21487         and free selection_data->data properly
21488
21489 Sat Sep  9 10:23:53 2000  Owen Taylor  <otaylor@redhat.com>
21490
21491         * gtk/gtkthemes.c: Remove some unecessary includes.
21492
21493 2000-09-08  Jonathan Blandford  <jrb@redhat.com>
21494
21495         * gtk/gtktextdisplay.c
21496         * gtk/gtktextlayout.c
21497         * gtk/gtktexttag.c
21498         * gtk/gtktexttag.h
21499         * gtk/testtext.c: Change the overstrike property to strikethrough,
21500         to closer match pango.
21501
21502 Fri Sep  8 14:28:00 2000  Owen Taylor  <otaylor@redhat.com>
21503
21504         * gtk/gtktextview.c: Fix up visibility so that focus,
21505         cursor_visible and blink interact properly.  Reenable cursor blink
21506         which had been roughly disabled. Make blink and focus
21507         properly per-view.
21508
21509         * gtk/gtktextlayout.[ch] (gtk_text_layout_set_cursor_visible):
21510         Add a flag for whether to display insertion cursor and
21511         a function to set the flag.
21512
21513         * gtk/gtktextlayout.c (gtk_text_layout_get_line_yrange): Change
21514         get_line_y() to get_line_yrange(), to be a bit more generally
21515         useful.
21516
21517 Thu Sep 07 20:54:33 2000  George Lebl <jirka@5z.com>
21518
21519         * gtk/gtkmenu.c:  in gtk_menu_set_submenu_navigation_region
21520           do stop_navigating_submenu, to clear last timeout properly.
21521           Also in gtk_menu_motion_notify move ignore_enter above
21522           the conditional to make it always happen as suggested by Owen
21523
21524 2000-09-07  Tor Lillqvist  <tml@iki.fi>
21525
21526         * gdk/win32/makefile.mingw.in: Use -Wall. Add gdkpango-win32.o
21527
21528         * gdk/win32/gdkwin32.h: Add more definitions missing from the free
21529         w32api headers.
21530
21531         * gdk/win32/gdkprivate-win32.h: Add a couple of missing
21532         declarations.
21533
21534         * gdk/win32/gdkdrawable-win32.c: Remove gcc -Wall warnings.
21535         (gdk_win32_get_colormap): A line had been deleted by mistake.
21536
21537         * gdk/win32/gdkevents-win32.c: Remove lint (gcc -Wall) here, too.
21538         (gdk_event_translate): Handle more virtual keycodes to be able to
21539         generate GDK events for Control-comma, Control-period, etc.
21540
21541         * gtk/gtk.def: Add some missing entry points.
21542
21543 Thu Sep  7 11:47:02 2000  Owen Taylor  <otaylor@redhat.com>
21544
21545         * gtk/gtktextbuffer.c gtk/gtkimcontext.c gtk/gtkwidget.c:
21546         Doc comment fixing. (Mostly non-matching parameter names.)
21547
21548         * gtk/gtkcalendar.c gtk/gtklist.c gtk/gtknotebook.c: Modify
21549         comments a little to avoid looking like a doc comment.
21550
21551         * gtk/gtkspinbutton.h (GTK_INPUT_ERROR): Change INPUT_ERROR to
21552         GTK_INPUT_ERROR. (Should the mechanism for erros in spin button
21553         conversions be changed to GError?)
21554
21555         * gtk/gtkcolorsel.c (GTK_CUSTOM_PALETTE_WIDTH/HEIGHT): 
21556         Move private #defines into .c file.
21557
21558         * gtk/gtktexttag.c (gtk_text_tag_class_init): Alphabetize
21559         order of argument addition, remove duplicates.
21560
21561         * gtk/gtkaspectframe.h (struct _GtkAspectFrameClass):
21562         parent class is FrameClass, not BinClass.
21563
21564         * gtk/gtk.h: Add gtkinvisible, which was missing.
21565         (It's occasionalyl useful for client apps, if seldom.)
21566
21567         * gdk/gdktypes.h: Remove obsolete GDK_CORE_POINTER
21568         #define.
21569
21570 Wed Sep  6 09:53:15 2000  Owen Taylor  <otaylor@redhat.com>
21571
21572         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Use X-space
21573         coordinates when creating window, instead of GDK-space
21574         coordinates. (Avoid BadValue on too large windows.)
21575
21576 2000-09-05  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
21577
21578         * configure.in (use_mmx_asm): Remove conftest* after use along the
21579         lines of AC_TRY_COMPILE.        
21580         
21581         * gtk/gtkrc.c (gtk_rc_parse_file): Use g_path_get_dirname instead
21582         of g_dirname, which is deprecated.
21583         (gtk_rc_parse_any): Removed calls to
21584         g_scanner_{freeze,thaw}_symbol_table, which are deprecated.
21585
21586         * gtk/gtkbindings.c (binding_entry_new, binding_entry_destroy):
21587         Removed calls to g_hash_table_{freeze,thaw}, as they are
21588         deprecated now.
21589
21590         * gtk/testtext.c (buffer_pretty_name): Use g_path_get_basename
21591         instead of g_basename.
21592         
21593 2000-09-04 Elliot Lee <sopwith@redhat.com>
21594         
21595         * gdk/gdkpixbuf.h: Put text after #endif inside a comment to avoid
21596         ANSI warning.
21597
21598 Sun Sep 03 00:47:08 2000  George Lebl <jirka@5z.com>
21599
21600         * gtk/gtkwidget.h:  Add some documenting comments about 
21601           GTK_CAN_DEFAULT, GTK_HAS_DEFAULT and GTK_RECEIVES_DEFAULT
21602           just as owen said on irc.
21603
21604         * gtk/gtkwindow.c (gtk_window_set_default):  Don't blindly
21605           set HAS_DEFAULT.  Only set it if there isn't another window
21606           holding it (a focus window which RECEIVES_DEFAULT) and only unset
21607           it if the widget is not the focused window with RECEIVES_DEFAULT.
21608           This fixes weird double default bugs in dialogs which has things
21609           call gtk_window_set_default at times.
21610
21611 Fri Sep  1 22:39:07 2000  Owen Taylor  <otaylor@redhat.com>
21612
21613         * gtk/gtkmenu.[ch] TODO.xml: Apply patch from
21614         Nils Barth and David Santiago to improve submenu
21615         navigation. The patch does this by creating a triangular
21616         region from the point where the pointer leaves the
21617         menu to the submenu.  While the pointer is in
21618         that region and a timeout has not expired, events 
21619         that would cause the active submenu to change are
21620         ignored.
21621
21622 Fri Sep  1 15:34:46 2000  Owen Taylor  <otaylor@redhat.com>
21623
21624         * gdk/x11/gdkwindow-x11.c (gdk_window_move): Fix bug where
21625         moving a toplevel window immediately after sizing it would
21626         result in it being sized back to the old size since 
21627         impl->width, impl->height aren't updated until we hear
21628         back from the server. There is still a (longstanding) bug
21629         here that gdk_window_get_size() will give the wrong size
21630         until we do hear back.
21631
21632 2000-08-31  Havoc Pennington  <hp@redhat.com>
21633
21634         * gtk/gtktextiter.h, gtk/gtktextiter.c, gtk/gtktextlayout.h, 
21635         gtk/gtktextlayout.c, gtk/gtktexttag.h, gtk/gtktexttag.c, 
21636         gtk/gtktexttagprivate.h, gtk/gtktextview.c:
21637         Rename GtkTextStyleValues to GtkTextAttributes
21638
21639 2000-08-31  Havoc Pennington  <hp@pobox.com>
21640
21641         * gtk/gtktextbtree.c (GtkTextBTree): cache end line, 
21642         for rapid testing whether an iterator is the end iterator
21643         (gtk_text_btree_new): init end line cache
21644         (gtk_text_line_is_last): use fast cached line to 
21645         see if we're the last line.
21646         (get_last_line): use cached line here too, should 
21647         speed up some random unrelated code.
21648         
21649 2000-08-30  Havoc Pennington  <hp@pobox.com>
21650
21651         * gtk/gtkmarshal.list: Add marshallers for changed GtkTextBuffer
21652         signals.
21653
21654         * gtk/gtktextbuffer.h: Add "interactive" arg to insert_text and
21655         delete_text signals. This allows the signals to be used for
21656         implementing undo.
21657
21658         * gtk/gtktextbuffer.c: Change signal handler signatures; 
21659         provide "interactive" argument when emitting insert_text or
21660         delete_text signal.
21661         
21662 2000-08-30  Havoc Pennington  <hp@pobox.com>
21663
21664         * gtk/gtktextbuffer.c: Docs
21665
21666 Fri Aug 25 12:16:15 2000  Owen Taylor  <otaylor@redhat.com>
21667
21668         * gdk/x11/gdkimage-x11.c: remove GDK_IMAGE_SHARED_PIXMAP
21669         from switch statements, since Tor removed the enumeration
21670         value.
21671         
21672         * gdk/x11/gdkimage-x11.c (gdk_image_get): 
21673         s/GDK_IS_WINDOW/GDK_IS_DRAWABLE/.
21674
21675 2000-08-29 Elliot Lee <sopwith@redhat.com>
21676         * */*.h: Use G_GNUC_CONST.
21677
21678 2000-08-27  Havoc Pennington  <hp@pobox.com>
21679
21680         * gtk/gtktextiter.c, gtk/gtktextiter.h: wrote lots of API docs,
21681         minor indentation fixes, inserted some FIXME about stuff I
21682         realized was broken while documenting it.
21683         (gtk_text_iter_get_pixmap): allow out params to be NULL, following
21684         GTK convention  
21685
21686 Tue Aug 22 12:33:24 2000  Owen Taylor  <otaylor@redhat.com>
21687
21688         * gtk/testgtk.c (create_styles): Fix double free of
21689         font desc.
21690
21691 Mon Aug 21 22:39:18 2000  Owen Taylor  <otaylor@redhat.com>
21692
21693         * gtk/gtkwidget.[ch]: Add gtk_widget_modify_{fg,bg,text,base,font}.
21694         
21695         * gtk/testgtk.c (create_styles): Add a test for modifying
21696         the style through gtk_widget_modify_*.
21697
21698         * gtk/gtkwidget.c (gtk_widget_get_modifier_style): Add
21699         a function to get the current modifier style.
21700
21701         * gtk/gtkwidget.c (gtk_widget_modify_style): Make a copy
21702         of the passed in GtkRcStyle instead of ref'ing it.
21703
21704         * gtk/gtkrc.[ch]: Add gtk_rc_style_copy().
21705
21706 2000-08-20  Tor Lillqvist  <tml@iki.fi>
21707
21708         * gdk/gdkimage.h
21709         * gdk/win32/gdkimage-win32.c: No need any longer on Win32 for the
21710         shared memory image+pixmap GdkImage type, or
21711         gdk_image_bitmap_new(). They were used in the gdk_imlib port, but
21712         I am dropping that.
21713
21714         * gtk/gtkmain.h: On Win32, use a #define to map gtk_init() to
21715         actually call gtk_init_abi_check(), passing also
21716         sizeof(GtkWindow). Ditto for gtk_init_check(). 
21717
21718         * gtk/gtk.def
21719         * gtk/gtkmain.c: (gtk_init_abi_check, gtk_init_check_abi_check):
21720         New functions, used to check that the GTK+-using code has been
21721         compiled using the correct compiler and switches. In particular,
21722         with gcc one has to use the -fnative-struct switch as GTK+ is
21723         compiled with that.
21724
21725 Fri Aug 18 17:27:46 2000  Owen Taylor  <otaylor@redhat.com>
21726
21727         * gtk/gtkclist.c (gtk_clist_merge): Don't leave dangling
21728         ->prev fields when merging lists. (Found simultaneously
21729         by Pawel Salek and Jakub Jelinek)
21730
21731 2000-08-12  Tor Lillqvist  <tml@iki.fi>
21732
21733         * gdk/gdk.def
21734         * gtk/gtk.def: Add missing entries.
21735
21736         * gdk/win32/gdkfont-win32.c (gdk_font_load_internal): Use
21737         OUT_TT_ONLY_PRECIS, try to get a TrueType font.
21738
21739         * gdk/win32/gdkinput-win32.c (gdk_device_get_state): New
21740         function. Dummy implementation at this point.
21741
21742         * gtk/makefile.mingw.in: Fix typo. Add testtext and testtextbuffer
21743         rules. Undefine GTK_COMPILATION when compiling the test programs.
21744         
21745         * gtk/gtkdebug.h: Mark gtk_debug_flags for export/import.
21746
21747 2000-08-11  Tor Lillqvist  <tml@iki.fi>
21748
21749         * gtk/gtkfilesel.c: Add more calls to g_filename_{to,from}_utf8()
21750         to convert back and forth from UTF-8 and the "system" (or "current
21751         locale") charset when necessary. Indentation/spacing cleanup.
21752
21753 2000-08-10  Havoc Pennington  <hp@redhat.com>
21754
21755         * Makefile.am (snapshot): Change the format of the snapshot
21756         version to match glib
21757
21758         * gdk/win32/Makefile.am (EXTRA_DIST): remove gdkinputprivate.h
21759         from EXTRA_DIST since it doesn't seem to exist
21760
21761 2000-08-10  Tor Lillqvist  <tml@iki.fi>
21762
21763         * gtk/gtkfilesel.c (open_new_dir): Use the "system codepage"
21764         version of the directory name (not the UTF-8 one) when building
21765         the path name to stat().
21766
21767 2000-08-03  Elliot Lee  <sopwith@redhat.com>
21768
21769         * gdk/gdkpango.c (gdk_draw_layout_line): Don't shape runs with a
21770         PANGO_ATTR_SHAPE set.
21771
21772 Thu Aug  3 09:17:06 2000  Owen Taylor  <otaylor@redhat.com>
21773
21774         * gdk/gdkrectangle.c (gdk_rectangle_intersect): Applied patch from
21775         Peter Osterlund to simplify the code while keeping the
21776         functionality the same.
21777
21778 Wed Aug  2 14:57:38 2000  Owen Taylor  <otaylor@redhat.com>
21779
21780         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Move
21781         is_viewable() test further inside the function, since removing the 
21782         window from the redraw list without clearing ->update_area
21783         was also very broken.
21784
21785 2000-08-02  Tor Lillqvist  <tml@iki.fi>
21786
21787         * configure.in: Check for <unistd.h>.
21788
21789 2000-08-01  Martin Baulig  <baulig@suse.de>
21790
21791         * gtk/gtkmain.c (gtk_init_check): Use g_message() and not g_warning()
21792         to display the message that this is a development version of GTK+.
21793
21794 Mon Jul 31 18:37:36 2000  Owen Taylor  <otaylor@redhat.com>
21795
21796         * gtk/gtkentry.c (entry_adjust_scroll): Fix problem where computation
21797         was depending on widget->allocation instead of the width of text_area,
21798         which was incorrect for subclasses like GtkSpinButton.
21799
21800         * gdk/gdkpango.c (gdk_draw_layout): Fix a couple of typos
21801         with width == 1 tests that should be width == -1.
21802
21803 Mon Jul 31 16:45:48 2000  Owen Taylor  <otaylor@redhat.com>
21804
21805         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Replace broken, 
21806         (broken, Elliot, every single window blank on X) custom code with call
21807         to gdk_window_is_viewable() which a) prevents code duplicate and
21808         b) works. 
21809
21810 2000-07-31  Elliot Lee  <sopwith@redhat.com>
21811
21812         * gtk/gtkcolorsel.c: We really do need to include gdkfb.h in order
21813         to get the GDK_PARENT_ROOT() macro to work.
21814         * gtk/gtkmarshal.list: Add NONE:STRING,POINTER
21815         * gdk/gdkwindow.c: Don't send expose events, or invalidate pieces
21816         of, windows that aren't shown.
21817         * gdk/linux-fb: Redraw-when-menu-hidden solved, plus a bunch of
21818         pointer grab stuff.
21819
21820 Mon Jul 31 13:53:16 BST 2000  Tony Gale <gale@gtk.org>
21821
21822         * docs/gtkfaq.sgml docs/gtk-faq.sgml:
21823           s/gtk_main_iteration/g_main_iteration/
21824
21825           Did this already in change:
21826                 Mon Nov 15 17:17:51 GMT 1999 Tony Gale  <gale@gtk.org>
21827           don't know how it got reverted.
21828
21829 2000-07-31  Stanislav Brabec  <utx@penguin.cz>
21830
21831         * gdk/gdk.c: #ifdef G_ENABLE_DEBUG around gdk_arg_debug_cb and
21832         gdk_arg_no_debug_cb to fix compilation problem with --disable-debug.
21833
21834         * gdk/Makefile.am: Link gdk against actually compiled gdk_pixbuf-1.3,
21835         not gdk_pixbuf.
21836
21837 2000-07-30  Pablo Saratxaga <pablo@mandrakesoft.com>
21838
21839         * configure.in,po/{sp,sr}.po: Added Serbian files
21840
21841 2000-07-30  Tor Lillqvist  <tml@iki.fi>
21842
21843         * gdk/Makefile.am: Add makefile.mingw.in to EXTRA_DIST.
21844
21845         * gdk/win32/gdkevents-win32.c (gdk_events_init, gdk_events_queue):
21846         Remove the g_pipe_readable_msg stuff. Not needed with new GLib
21847         GIOChannel implementation.
21848
21849         * gdk/win32/gdkinput.c
21850         * gdk/win32/gdkpango-win32.c: Update license name here, too.
21851
21852         * gdk/win32/gdkwin32id.c (gdk_win32_handle_table_lookup): Fix
21853         definition to match prototype.
21854
21855         * gtk/makefile.mingw.in: Add libiconv CFLAGS and LIBS.
21856
21857 2000-07-27  Elliot Lee  <sopwith@redhat.com>
21858
21859         * gtk/gdk-pixbuf-loader.[ch]: Add gdk_pixbuf_loader_new_with_type
21860         function, to allow handling image formats that cannot be detected
21861         by looking at content alone.
21862
21863 Thu Jul 27 13:13:21 BST 2000  Tony Gale <gale@gtk.org>
21864
21865         * docs/tutorial/*.gif *.jpg *.eps
21866           Update these to the same look-n-feel.
21867           Why does including images in DocBook suck so badly?
21868
21869 Thu Jul 27 05:06:29 2000  Tim Janik  <timj@gtk.org>
21870
21871         * gtk/gtktable.c: applied patch from Phil Thompson
21872         <phil@river-bank.demon.co.uk> that enables space settings for
21873         the last row/columns as well.
21874
21875 Wed Jul 26 12:59:31 2000  Tim Janik  <timj@gtk.org>
21876
21877         * *.[hc]: applied patch from Andreas Persenius <ndap@swipnet.se> that
21878         updates the license headers to the GNU Lesser General Public License,
21879         as well as updating the copyright year to 2000.
21880
21881 2000-07-26  Robert Brady  <rwb197@zepler.org>
21882
21883         * configure.in: Cause GETTEXT_PACKAGE to be consistent in config.h
21884           and po/Makefile, was installing and looking for them under gtk20
21885           and gtk2 respectively.
21886
21887 2000-07-25  Havoc Pennington  <hp@redhat.com>
21888
21889         * gtk/testtext.c: Comment out some stuff that depends on the rest
21890         of my patches.
21891
21892 2000-07-25  Havoc Pennington  <hp@redhat.com>
21893
21894         * gtk/gtkmarshal.list: Add NONE:POINTER,POINTER,INT for the text
21895         buffer
21896
21897 2000-07-25  Havoc Pennington  <hp@redhat.com>
21898
21899         * gtk/testtext.c, gtk/testtextbuffer.c: update to reflect text
21900         widget changes.
21901
21902         * gtk/gtktextview.h: To be consistent with usage of "line"
21903         throughout the API to mean "newline-terminated thingy", change
21904         MOVEMENT_LINE to be MOVEMENT_WRAPPED_LINE, and MOVEMENT_PARAGRAPH
21905         to MOVEMENT_LINE.
21906
21907         (GtkTextView): Add flags for default editability, and whether to
21908         show the cursor. Add functions to get/set that. Add 
21909
21910         (gtk_text_view_get_iter_location): new function
21911
21912         * gtk/gtktexttypes.h: Move GtkTextLine typedef from here to
21913         gtktextlayout.h
21914         (g_convert): Add g_convert temporarily, will go in glib in a bit
21915         
21916         * gtk/gtktexttagtable.h: include gtktexttag.h, and define
21917         GtkTextTagTableForeach instead of brokenly using GHFunc.
21918         Change gtk_text_tag_table_foreach() so it doesn't use GHFunc.
21919
21920         * gtk/gtktexttagprivate.h: Remove GtkTextStyleValues from here,
21921         moved to public header.
21922
21923         * gtk/gtktexttag.h: Rename the "elide" attribute of tags to
21924         "invisible", since "elide" was a bad name.
21925         (gtk_text_tag_get_priority): Added
21926
21927         (GtkTextStyleValues): put this in public header, along with
21928         functions to use it.
21929
21930         * gtk/gtktextmarkprivate.h: Include more headers, since we no
21931         longer include gtktextbtree.h.
21932
21933         * gtk/gtktextmark.h: Add gtk_text_mark_ref, gtk_text_mark_unref,
21934         gtk_text_mark_deleted
21935
21936         * gtk/gtktextlayout.h: Don't include the "really private" headers,
21937         only buffer/iter. Forward declare GtkTextLIne and GtkTextLineData
21938         to make this possible. Now we only need to install
21939         gtktextlayout.h, not gtktextbtree.h and gtktext*private.h.
21940         (However the Makefile.am isn't changed yet because of the
21941         logistics of merging gtk-hp-patches piecemeal)
21942
21943         * gtk/gtktextiterprivate.h: include btree header, so it compiles;
21944         rename gtk_text_iter_get_line to gtk_text_iter_get_text_line since
21945         gtk_text_iter_get_line is now used in the public API for a
21946         different purpose.
21947
21948         * gtk/gtktextiter.h: Clean up function names to be more
21949         consistent. Always call char offset "offset" and byte index
21950         "index". A "line" is always a line number. 
21951
21952         (gtk_text_iter_is_last): new function, more efficient than 
21953         the existing way to check
21954         (gtk_text_iter_is_first): new function, also more efficient
21955
21956         (gtk_text_iter_up_lines, gtk_text_iter_down_lines): Remove these
21957
21958         (gtk_text_iter_next_char, gtk_text_iter_prev_char): Renamed from 
21959         gtk_text_iter_forward_char, etc.
21960
21961         (gtk_text_iter_forward_to_tag_toggle): Renamed from
21962         forward_find_tag_toggle, since this isn't a linear search
21963
21964         (GtkTextCharPredicate): rename from GtkTextViewCharPredicate
21965
21966         (gtk_text_iter_forward_search, gtk_text_iter_backward_search): 
21967         New functions, search for a buffer substring.
21968
21969         * gtk/gtktextbuffer.h: Add fields to store whether a paste is
21970         interactive and default editable (since we need to store that info
21971         until we receive the selection data).
21972
21973         Remove all the _at_char and at_line etc. versions of functions;
21974         only have iterator versions.
21975
21976         Add _interactive() versions of functions, that consider the
21977         editability of text. (FIXME add interactive flag to the 
21978         insert/delete signals per Darin's suggestion)
21979
21980         (gtk_text_buffer_get_tag_table): new function, demand-creates the
21981         tag table if necessary
21982
21983         Remove declaration of gtk_text_buffer_get_iter_from_string
21984
21985         (_gtk_text_buffer_get_btree): private/internal function, added.
21986         
21987
21988         * gtk/gtktextbtree.h: Remove forward decl of GtkTextLineData.
21989         (gtk_text_line_is_last): new function
21990
21991 2000-07-25  Havoc Pennington  <hp@redhat.com>
21992
21993         * gtk/gtkprogressbar.h: Implement new sane, 5-function API for
21994         using GtkProgressBar. See Changes-2.0.txt for details.
21995
21996         * gtk/gtkprogressbar.c: Add object arguments "fraction" and
21997         "pulse_step" which are the equivalent of
21998         gtk_progress_bar_set_pulse_step and gtk_progress_bar_set_fraction.
21999         Implement new API.
22000         
22001         * gtk/gtkprogress.h (struct _GtkProgress): Add a field
22002         (use_text_format) to mark whether text set on the progress bar is
22003         a format string. Deprecate entire GtkProgress interface.
22004
22005         * gtk/gtkprogress.c (gtk_progress_init): init use_text_format to TRUE
22006         (gtk_progress_build_string): make this a no-op if use_text_format
22007         is FALSE
22008
22009         * docs/Changes-2.0.txt: Describe progress bar changes.
22010
22011 2000-07-25  Tor Lillqvist  <tml@iki.fi>
22012
22013         * Makefile.am: Include the build directory.
22014
22015         * configure.in: Generate build/Makefile, build/win32/Makefile,
22016         gdk/, gdk/win32/, and gtk/makefile.mingw.
22017
22018         * config.h.win32: Add USE_GMODULE and USE_MMX for gdk-pixbuf.
22019         Add GETTEXT_PACKAGE.
22020         
22021         * gdk/gdk.def
22022         * gtk/gtk.def: Updates.
22023
22024         * gdk/gdkfont.h
22025         * gdk/gdkpixmap.h: Remove temporary Win32-only functions, we don't
22026         need them any longer.
22027
22028         * gdk/gdkinput.h: Mark gdk_core_pointer for export/import.
22029
22030         * gdk/makefile.mingw.in: Define GDK_COMPILATION. Link with
22031         PANGOWIN32_LIBS and gdk_pixbuf.
22032
22033         * gdk/win32: Compiles, but no doubt doesn't work at all.
22034
22035         * gdk/win32/makefile.mingw.in: Define GDK_COMPILATION. 
22036
22037         * gdk/win32/gdkinput.c: New file, temporarily.
22038         
22039         * gdk/win32/gdkinput-win32.h: New file
22040
22041         * gdk/win32/gdkinputprivate.h: Remove.
22042
22043         * gdk/win32/gdkpango-win32.c: New file.
22044
22045         * gtk/makefile.mingw.in: New file
22046
22047         * gtk/makefile.cygwin: Removed
22048         
22049         * gtk/Makefile.am: Update accordingly.
22050
22051         * gtk/gtkrc.[ch] (gtk_win32_get_installation_directory): Renamed and
22052         made externally visible.
22053
22054         * gtk/gtkmain.c: Use it.
22055         
22056         * gtk/gtktextdisplay.c: No need to include pangox.h, pango.h
22057         is enough.
22058
22059         * gtk/gtktypeutils.c: Mark glib_debug_objects for import.
22060
22061 2000-07-24 Elliot Lee <sopwith@redhat.com>
22062         * gdk/gdkprivate.h: Remove gdk_*_lookup() defines, since they are defined by the
22063         individual backends already.
22064         * gdk/gdkregion-generic.h, gdk/gdktypes.h: Put gdkregionbox & gdksegment back together
22065         again. Yes, there really is a good reason for this, if you are using the gdkregion
22066         internals, and if you're not, why do you care?
22067         * gdk/gdkwindow.c: Fix inverted condition
22068         * gdk/linux-fb: Compiles (for me - it will not work elsewhere most likely).
22069         * gtk/gtkcolorsel.c, gtk/gtkwindow.c: Add include for linux-fb
22070         * gtk/gtkrange.c: Redraw trough when moving.
22071         * gtk/gtktypeutils.c: Fix warning by adding const cast.
22072         * modules/linux-fb/basic.c: Fix unknown glyph retrieval.
22073
22074 2000-07-23  Tor Lillqvist  <tml@iki.fi>
22075
22076         * configure.in: Check for mkstemp and sigsetjmp. Output
22077         gdk-pixbuf/makefile.mingw and gdk-pixbuf/pixops/makefile.mingw.
22078
22079         More work on GDK for Win32. Still in an intermediate state.
22080
22081         * gdk/makefile.cygwin
22082         * gdk/win32/makefile.cygwin: Removed.
22083         
22084         * gdk/makefile.mingw.in
22085         * gdk/win32/makefile.mingw.in: New files.
22086
22087         * gdk/Makefile.am
22088         * gdk/win32/Makefile.am: Generate and distribute them.
22089
22090         * gdk/win32/gdkwindow-win32.h
22091         * gdk/win32/gdkdrawable-win32.h
22092         * gdk/win32/gdkpixmap-win32.h: New files.
22093
22094         * gdk/win32/gdkcolor-win32.c
22095         * gdk/win32/gdkcursor-win32.c
22096         * gdk/win32/gdkdrawable-win32.c
22097         * gdk/win32/gdkgc-win32.c
22098         * gdk/win32/gdkimage-win32.c
22099         * gdk/win32/gdkprivate-win32.h
22100         * gdk/win32/gdkwin32.h: Update data structures. Cosmetics:
22101         Rename fields and variables called xcursor, xid, etc (these names
22102         were leftovers from the X11 backend) to hcursor, hwnd, hbitmap etc.
22103
22104 Sat Jul 22 17:41:26 2000  Owen Taylor  <otaylor@redhat.com>
22105
22106         * gtk/gtkentry.[ch]: Fix some problems with vertical
22107         alignment.
22108
22109         * gtk/gtkentry.c (gtk_entry_find_position): Fix 
22110         char/byte confusion.
22111
22112 Sat Jul 22 11:16:05 2000  Owen Taylor  <otaylor@redhat.com>
22113
22114         * gtk/gtktextview.c (changed_handler): Fix bug where
22115         redraw wasn't being done properly when height of
22116         dirty region changed.
22117
22118         * demos/Makefile.am: Remove various references to
22119         -lgmodule
22120
22121 Fri Jul 21 15:28:13 2000  Owen Taylor  <otaylor@redhat.com>
22122
22123         * gtk/gtktextlayout.[ch], gtk/gtktextdisplay.c: Use new
22124         PangoAttrShape to reserve space for pixmaps, add 
22125         GSList *pixmaps to GtkTextLineDisplay, draw the pixmaps
22126         in the display functions.
22127         
22128         * gtk/testgtk.c (create_layout): Set some more exotic
22129         scrolled window options
22130
22131         * gtk/gtkscrolledwindow.[ch] (gtk_scrolled_window_set_shadow_type):
22132         Add function to set the shadow type of a window, to allow
22133         putting a shadow around widgets such as GtkLayout or GnomeCanvas
22134         which don't draw their own frame.
22135
22136 Fri Jul 21 16:34:42 BST 2000  Tony Gale <gale@gtk.org>
22137
22138         * docs/tutorial/package-db-tutorial.sh: New file for
22139           packaging DocBook format tutorial
22140
22141 Fri Jul 21 14:23:51 BST 2000  Tony Gale <gale@gtk.org>
22142
22143         * docs/tutorial/gtk-tut.sgml: Minor updates
22144
22145         * docs/tutorial/*.jpg *.eps: Screenshots for tutorial
22146
22147 2000-07-19  Tor Lillqvist  <tml@iki.fi>
22148
22149         * gtk/gtksignal.c: Fix C++ comment.
22150
22151         * gtk/gtkimmulticontext.c
22152         * gtk/gtktextbtree.c: Remove gccisms: Don't use __FUNCTION__,
22153         don't return value from void functions.
22154
22155         * gtk/gtk.def: Add gtk_rc_style_unref.
22156
22157 2000-07-19  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
22158
22159         * gdk-pixbuf/gdk-pixbuf.h, gtk/gtkhsv.h, gtk/gtktextbtree.h,
22160         gtk/gtktextbuffer.h, gtk/gtktextchild.h, gtk/gtktextdisplay.h,
22161         gtk/gtktextiter.h, gtk/gtktextiterprivate.h, gtk/gtktextlayout.h,
22162         gtk/gtktextmarkprivate.h, gtk/gtktextsegment.h, gtk/gtktexttag.h,
22163         gtk/gtktexttagtable.h, gtk/gtktexttypes.h, gtk/gtktextview.h,
22164         gtk/gtktypeutils.h: Include files outside of the extern "C"
22165         block. Makes some C++ compiler happy. Reported by Denis Vakatov
22166         <vakatov@peony.nlm.nih.gov>.
22167
22168 Wed Jul 19 14:07:57 BST 2000  Tony Gale <gale@gtk.org>
22169
22170         * docs/tutorial/gtk-tut.sgml: Yet more clean ups.
22171           Completes first pass. Hurrah!
22172
22173 Tue Jul 18 17:17:55 BST 2000  Tony Gale <gale@gtk.org>
22174
22175         * docs/tutorial/gtk-tut.sgml: More clean ups.
22176
22177 Mon Jul 17 18:52:38 2000  Owen Taylor  <otaylor@redhat.com>
22178
22179         * gtk/gtkentry.c (gtk_entry_draw_text): Restore code to
22180         paint the background of the text area which was accidentally
22181         removed at some point.
22182
22183         * gtk/gtkrc.[ch] gtk/gtkstyle.[ch] gtk/gtkthemes.[ch]: 
22184           
22185          - Move most of the functionality from the theme vtable
22186            into GtkRcStyleClass and GtkStyleClass. The moved
22187            vtable functions were changed a bit in the move to
22188            work better in their new home.
22189
22190          - Get rid of the engine and engine_data fields from
22191            GtkRcStyle and GtkStyle; instead the theme
22192            engine derives theme-specific subclasses of GtkRcStyle
22193            and GtkStyle
22194
22195          - Add extra dlsym() found entry point to themes,
22196            theme_create_rc_style().
22197
22198         * gtk/gtkstyle.c: Copy xthickness, ythickness fields
22199         in gtk_style_real_copy.
22200
22201         * gtk/themes.[ch]: add a function gtk_theme_engine_register_type()
22202         to register a type associated with an engine. (The engine
22203         won't be unloaded as there is an instance of the type.)
22204
22205
22206 Mon Jul 17 18:19:06 BST 2000  Tony Gale <gale@gtk.org>
22207
22208         * docs/tutorial/gtk-tut.sgml: Clean ups.
22209
22210 Mon Jul 17 13:59:29 BST 2000  Tony Gale <gale@gtk.org>
22211
22212         * docs/tutorial/gtk-tut.sgml: Initial DocBook version. Lots
22213           of cleaning up to do.
22214
22215 2000-07-15  Tor Lillqvist  <tml@iki.fi>
22216
22217         * gdk/testgdk.c: New file, quick hack to test backends for
22218         pixel-by-pixel correctness of the most simple graphic operations.
22219
22220 Fri Jul 14 20:30:25 2000  Owen Taylor  <otaylor@redhat.com>
22221
22222         * Really release 1.3.1
22223         
22224         * gtk-config-2.0.in gtk-2.0.m4: Fix up to correspond to new
22225         include structure.
22226
22227 Fri Jul 14 18:40:39 2000  Owen Taylor  <otaylor@redhat.com>
22228
22229         * Released 1.3.1
22230
22231 Fri Jul 14 16:21:26 2000  Owen Taylor  <otaylor@redhat.com>
22232
22233         * gtk/gtktextlayout.c: use FALSE for size_only most
22234         of the time when calling gtk_text_layout_get_line_display()
22235         to avoid causing double reshapes when a redraw follows
22236         immediately after.
22237
22238 Tue Jul 11 11:13:40 2000  Owen Taylor  <otaylor@redhat.com>
22239
22240         * gtk/gtkrange.c (gtk_range_default_[hv]slider_update): Invalidate
22241         appropriate region and gdk_window_process_updates() so trough
22242         updating doesn't lag behind the window being scrolled.
22243
22244         * gdk/gdkgc.c: Make parent_class pointer static.
22245          
22246 Sun Jul  9 21:31:23 2000  Owen Taylor  <otaylor@redhat.com>
22247
22248         * gdk/gdk-pixbuf.c gtk/gdk-pixbuf-loader.c gtk/gtktextview.c:
22249         include <string.h>.
22250          
22251         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable): Fix
22252         cut-and-paste error in computing memory offset for 4 channels.
22253
22254 Fri Jul 14 14:05:02 2000  Owen Taylor  <otaylor@redhat.com>
22255
22256         * gtk/gtkrc.c (gtk_rc_parse_pixmap_path_string): Remove
22257         gtk_rc_append_default_pixmap_path(), since it wasn't
22258         adding an interesting path and we don't have a meaningful
22259         default for this value.
22260
22261 Fri Jul 14 12:22:49 2000  Owen Taylor  <otaylor@redhat.com>
22262
22263         * configure.in Makefile.am gtk-config.m4 gtk.m4: Move
22264         gtk-config to gtk-config-2.0 move gtk_.m4 to
22265         gtk-2.0.m4
22266
22267         * Makefile.am gtk/Makefile.am gdk-pixbuf/Makefile.am
22268         gdk/Makefile.am demos/Makefile.am: Change 
22269         library names to libgtk-1.3.la, etc, so that we
22270         can distinguish gtk-1.2 and gtk-2.0 on the linkline.
22271
22272         * Makefile.am gtk/Makefile.am gdk-pixbuf/Makefile.am
22273         gdk/Makefile.am gdk/x11/Makfile.am
22274         Move include files into /usr/include/gtk-2.0, 
22275         /usr/lib/gtk-2.0/include/
22276          
22277         * autogen.sh acconfig.h configure.in gtk/gtkmain.c
22278         gtk/gtkintl.h: Change package for gettext from 
22279         gtk+ to gtk20. Put hack in autogen.sh to modify
22280         po/Makefile.in.in after gettextize to make this
22281         possible.
22282
22283         * gtk+.spec: Some updates, not tested.
22284
22285         * gdk-pixbuf/Makefile.am: Move loaders into
22286         $(libdir)/gtk-2.0/$(GTK_VERSION)/loaders.
22287
22288         * gtk/Makefile.am gtk/gtkrc.c: Move RC file locations
22289         $(sysconfdir)/gtk-2.0 ~/.gtkrc-2.0; theme subdir
22290         to THEMENAME/gtk-2.0/. Move engine directory  to
22291         $(libdir)/gtk-2.0/$(GTK_VERSION)/engines.
22292         
22293 2000-07-12  Tor Lillqvist  <tml@iki.fi>
22294
22295         Win32 changes, still doesn't build though.
22296
22297         * gdk/makefile.cygwin
22298         * gdk/win32/makefile.cygwin
22299         * gtk/makefile.cygwin: Updates.
22300
22301         * gdk/win32/gdkgc-win32.c (_gdk_win32_gc_new): Use the same
22302         default values for fg and bg pixel as X11 does (0 and 1), not
22303         black and white. Use PS_ENDCAP_FLAT and PS_JOIN_MITER by default.
22304         Use 0 for pen width by default (treated as 1 anyway later, but for
22305         apps that might check the value in the GdkGC).
22306         (gdk_win32_hdc_get, gdk_win32_hdc_release): New functions, public
22307         interface to gdk_gc_predraw and _postdraw.
22308
22309         * gdk/win32/gdkwin32.h
22310         * gdk/gdk.def: Add gdk_win32_hdc_{get,release}.
22311
22312         * gdk/win32/gdkcolor-win32.c (gdk_colormap_alloc1): Remove
22313         extraneous semicolon.
22314
22315         * gdk/win32/gdkdrawable-win32.c: Check also for pen_width == 0.
22316
22317         * gdk/win32/gdkimage-win32.c (gdk_image_new): Use the visual's depth,
22318         not the Win32 bitspixel value.
22319
22320         * gdk/win32/gdkcc-win32.c:
22321         * gdk/win32/gdkcolor-win32.c 
22322         * gdk/win32/gdkprivate-win32.h
22323         * gdk/win32/gdkwin32.h: Changes to make compilable, with new
22324         GDK object structure.
22325
22326 Tue Jul 11 20:59:35 2000  Tim Janik  <timj@gtk.org>
22327
22328         * docs/tutorial/gtk_tut_12.es.sgml (name): 
22329         * docs/tutorial/gtk_tut_it.sgml (name): 
22330         * docs/tutorial/gtk_tut_fr.sgml (name): 
22331         * docs/tutorial/gtk_tut.sgml (name): scratched notion of completely
22332         outdated email adress: s/timj@psynet.net/timj@gtk.org/.
22333
22334 Tue Jul 11 13:10:57 BST 2000  Tony Gale <gale@gtk.org>
22335
22336         * docs/faq/gtk-faq.sgml: Cleanup indenting and various
22337           small changes.
22338
22339 Tue Jul 11 08:04:58 2000  Tim Janik  <timj@gtk.org>
22340
22341         * gtk/gtktree.c (gtk_real_tree_select_child): eek, i've never seen
22342         a bug here, never been here and never fixed anything ;(
22343         (don't segfault if tree->root_tree is NULL, which happens prior
22344         to widget realization, but puke instead).
22345
22346 Tue Jul 11 06:38:42 2000  Tim Janik  <timj@gtk.org>
22347
22348         * gtk/gtkrc.h: add xthickness and ythickness to GtkRcStyle and
22349         add the necessary tokens.
22350
22351         * gtk/gtkrc.c (gtk_rc_style_init): properly initiality the rc style.
22352         (gtk_rc_style_to_style): copy thicknesses.
22353         (gtk_rc_init_style): apply thicknesses.
22354         (gtk_rc_parse_style): parse xthickness and ythickness.
22355
22356         * gdk/x11/gdkdnd-x11.c: silence compiler in switch() statements.
22357
22358         * gdk/x11/gdkwindow-x11.c (gdk_window_foreign_new): 
22359         (gdk_window_new): 
22360         (_gdk_windowing_window_init): 
22361         * gdk/x11/gdkpixmap-x11.c (gdk_pixmap_foreign_new): 
22362         (gdk_pixmap_create_from_data): 
22363         (gdk_bitmap_create_from_data): 
22364         (gdk_pixmap_new): 
22365         * gdk/x11/gdkimage-x11.c (gdk_image_get): 
22366         (gdk_image_new): 
22367         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_new): 
22368         * gdk/x11/gdkdnd-x11.c (gdk_drag_context_new): 
22369         * gdk/x11/gdkcolor-x11.c (gdkx_colormap_get):
22370         (gdk_colormap_get_system): 
22371         (gdk_colormap_new): 
22372         * gdk/gdkwindow.c (gdk_window_init): 
22373         * gtk/gtkstyle.c (gtk_style_new):
22374         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_frame_done):
22375         * gdk/gdkpixmap.c (gdk_pixmap_init): 
22376         * gtk/gtkrc.c (gtk_rc_style_new):
22377         use g_object_new() instead of g_type_create_instance() which
22378         is a private function for fundamental type implementations.
22379
22380 Thu Jul  6 16:12:14 2000  Owen Taylor  <otaylor@redhat.com>
22381
22382         * configure.in: Add check for db2html
22383
22384 Thu Jul  6 14:53:05 2000  Owen Taylor  <otaylor@redhat.com>
22385
22386         * gtk/gtktypeutils.c (gtk_type_init): Add a temporary 
22387         hack to set glib_debug_objects based on gtk_debug_flags.
22388
22389 Thu Jul  6 14:12:13 2000  Owen Taylor  <otaylor@redhat.com>
22390
22391         * INSTALL.in: Update the Prerequisites section.
22392
22393         * Makefile.am demos/Makefile.am docs/Makefile.am
22394         docs/tutorial/Makefile.am gdk/x11/Makefile.am
22395         gdk/linux-fb/Makefile.am: Dist fixes
22396
22397 Thu Jul  6 12:26:03 2000  Owen Taylor  <otaylor@redhat.com>
22398
22399         * NEWS: 10,000 foot view of 1.3.1 changes.
22400
22401 Thu Jul  6 11:54:03 2000  Owen Taylor  <otaylor@redhat.com>
22402
22403         * gdk/gdk.h gdk/gdktypes.h gdk/linux-fb/gdkmain-fb.c
22404         gdk/nanox/gdkmain-nanox.c gdk/win32/gdkevents-win32.c
22405         gdk/win32/gdkinput-win32.c gdk/win32/gdkwin32.h
22406         gdk/x11/gdkmain-x11.c: 
22407
22408         Patch from George Lebl to add a GdkGrabStatus enumeration to use
22409         as a return value of gdk_*_grab(). Previously, we just
22410         returned the X11 values directly.
22411
22412 Thu Jul  6 11:27:44 2000  Owen Taylor  <otaylor@redhat.com>
22413
22414         * gdk/x11/Makefile.am: Patch from George Lebl to 
22415         install all the headers in the right place.
22416
22417 Tue Jul  4 13:13:01 BST 2000  Tony Gale <gale@gtk.org>
22418
22419         * docs/faq/gtk-faq.sgml: Add remaining sections. Completes
22420           initial conversion to DocBook.
22421
22422 2000-07-04  Tor Lillqvist  <tml@iki.fi>
22423
22424         * README.win32: Improve a bit.
22425
22426         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Handle also
22427         WM_SYSCHAR, and other changes to get handling of Alt+nnn or
22428         Alt+0nnn on the numpad (used to enter characters by numeric code
22429         from current DOS or ANSI codepage) working correctly, as in other
22430         Windows apps.
22431
22432         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new_from_pixmap): Use
22433         same argument validity tests as in X11 version.
22434         (_gdk_cursor_destroy): Use DestroyCursor, not DestroyIcon.
22435
22436         * gdk/win32/gdkwin32.h: Add also WM_MOUSEWHEEL and CopyCursor
22437         definitions in case missing from headers.
22438
22439         * gdk/win32/gdkwindow-win32.c (gdk_win32_window_destroy): Also
22440         destroy the window-specific cursor.
22441         (RegisterGdkClass): Use the global gdk_ProgInstance instead of
22442         calling GetModuleHandle(NULL).
22443         (gdk_window_set_cursor): Reworked to always copy the passed cursor
22444         with CopyCursor before setting it as the window-specific
22445         cursor. It is OK for the caller to destroy the GdkCursor (and thus
22446         also its Windows cursor) after calling this function. Destroy any
22447         previous window-specific cursor.
22448
22449 Mon Jul  3 17:54:49 2000  Owen Taylor  <otaylor@redhat.com>
22450
22451         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): 
22452         font charset is iso8859-1, not iso-8859-1.
22453
22454 Mon Jul  3 17:08:14 2000  Owen Taylor  <otaylor@redhat.com>
22455
22456         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale):
22457         Use g_get_charset() instead of g_get_codeset().
22458
22459         * gtk/gtkframe.[ch] gtkframe.h gtk/gtktextmark.h: 
22460         Comment out some strdup'ing functions to keep timj
22461         happy until we finish fighting this out.
22462
22463 Mon Jul  3 14:24:16 2000  Owen Taylor  <otaylor@redhat.com>
22464
22465         * gtk/gtkwidget.c (gtk_widget_draw): Ignore calls with
22466         <= width or height.
22467
22468         * gtk/gtktable.c (gtk_table_attach): Fix missed merge
22469         from 1.2 for parent/child states.
22470
22471         * gdk/gdkgc.c (gdk_gc_set_rgb_fg/bg_color): Fix a couple
22472         of typos.
22473
22474         * gdk/gdkevents.[ch]: Remove press/xtilt/ytilt fields of
22475         event structures, replace with a generic axes field. Replace 
22476         deviceid/sourec with GdkDevice *device.
22477
22478         * gdk/gdkevents.[ch] (gdk_event_get_axis): Add function
22479         to extract particular axis use value from event. (Also
22480         can be used for normal X/Y.)
22481
22482         * gdk/gdkinput.h gdk/x11/gdkinput*: Major revision;
22483         allow for arbitrary number of axes, namespace everything
22484         as gdk_device_*. Replace guint32 deviceid with GdkDevice *
22485         everywhere.
22486
22487         * gdk/x11/{gdkmain-x11.c,gdkevent-x11.c,gdkinput*}: 
22488         Get rid of the gdk_input_vtable setup if favor of simply
22489         defining the functions in gdkinput-none/gxi/xfree.c in
22490         a similar fashion to the way that the port structure is 
22491         done.
22492
22493         * gtk/gtkdnd.c: Fix fields of synthesized button press event
22494         for new event structures. 
22495
22496         * gtk/gtkinputdialog.c gtk/testinput.c: Revise to match
22497         new device interfaces.
22498
22499 Sun Jul  2 18:19:50 2000  Owen Taylor  <otaylor@redhat.com>
22500
22501         * gtk/gtkwidget.[ch] (gtk_widget_create_pango_layout): Add a 'text' argument to
22502         set the initial text.
22503
22504         * gtk/gtkaccellabel.c gtk/gtkcalendar.c gtk/gtkclist.c
22505         gtk/gtkentry.c gtk/gtkhruler.c gtk/gtkhscale.c gtk/gtklabel.c
22506         gtk/gtkprogressbar.c gtk/gtkscale.c gtk/gtkvruler.c
22507         gtk/gtkvscale.c: Adapt to new argument of create_pango_layout().
22508
22509         * gtk/gtkclist.c (_gtk_clist_create_cell_layout): Use new
22510         pango_layout_set_font_description to simplify.
22511
22512 Sun Jul  2 17:43:41 2000  Owen Taylor  <otaylor@redhat.com>
22513
22514         * gtk/gtkclist.c (_gtk_clist_create_cell_layout): Use new
22515         pango_layout_set_font_description to simplify.
22516
22517 Sun Jul  2 17:06:40 2000  Owen Taylor  <otaylor@redhat.com>
22518
22519         * gtk/gtkcalendar.c gtk/gtkclist.c gtk/gtkctree.c gtk/gtkhscale.c
22520         gtk/gtkprogressbar.c gtk/gtkscale.c gtk/gtkvscale.c gtk/gtkaccellabel.c: Use
22521         pango_layout_get_pixel_extents() to remove a large number of '/ PANGO_SCALE'.
22522
22523         * gtk/gtk[hv]ruler.c gtk/gtklabel.c: replace some / PANGO_SCALE with
22524         PANGO_PIXELS() macro.
22525
22526 Sun Jul  2 15:24:41 2000  Owen Taylor  <otaylor@redhat.com>
22527
22528         * gtk/gtkwidget.[ch] (gtk_widget_get_pango_context): Add new function
22529         that returns a PangoContext owned by the widget and updated to
22530         match future changes in the widget. Also, make 
22531         gtk_widget_create_pango_layout() use this context. If we ever
22532         add a ::changed signal to PangoContext, this will make things
22533         much more convenient. 
22534
22535         * gtk/gtkentry.c gtk/gtklabel.c: Call pango_layout_context_changed()
22536         in the appropriate places instead of destroying the layouts and
22537         creating new ones.
22538
22539         * gtk/gtkfontsel.[ch] gtk/gtkclist.c: Use gtk_widget_get_pango_context()
22540         in a few strategic places.
22541
22542 Sun Jul  2 14:37:58 2000  Owen Taylor  <otaylor@redhat.com>
22543
22544         * gtk/gtkoptionmenu.c (gtk_option_menu_size_request): Call 
22545         gtk_widget_size_request() on reparented child, if one. Otherwise,
22546         queue_resize() on the child never results in it getting size-requested
22547         at all.
22548
22549         * gtk/testgtk.c (build_option_menu): Remove silly radio-menu-items
22550         in option menus, so that (with luck) people won't copy it into
22551         their apps in the future.
22552
22553         * gtk/gtkoptionmenu.c: Connect ::size_request on the menu
22554         to gtk_option_menu_calc_size. This isn't perfect, but should fix
22555         a lot of problems with changing the size of the menu's menu
22556         items after adding it to the option menu.
22557
22558         * gtk/gtktexttag.c: Include gtkmain.h for gtk_get_default_language().
22559
22560         * gtk/gtkwidget.[ch]: Add a ::direction_changed that triggers when
22561         the text direction for a widget changes.
22562
22563         * gtk/gtk{entry.c,label.[ch],textview.[ch]} gtk/testgtk.c: Use
22564         ::direction_changed to get rid of various hacks.
22565
22566 Sun Jul  2 13:19:12 2000  Owen Taylor  <otaylor@redhat.com>
22567
22568         * docs/Changes-2.0.txt: Move Changes-1.4.txt to the appropriate
22569         name.
22570
22571 Sun Jul  2 13:06:26 2000  Owen Taylor  <otaylor@redhat.com>
22572
22573         * gdk/x11/gdkpixmap-x11.[ch] Changes-1.4.txt: Add a is_foreign
22574         flag to the structure. Do not call XFreePixmap on pixmaps created
22575         by gdk_pixmap_foreign_new().
22576
22577 Sun Jul  2 12:45:50 2000  Owen Taylor  <otaylor@redhat.com>
22578
22579         * gdk/gdkrgb.[ch]: Add gdk_rgb_find_color() to get a pixel
22580         value using GdkRGB functionality given GdkColormap and GdkColor.
22581         (name not final, waiting for inspiration.)
22582         
22583         * gdk/gdkgc.[ch] (gdk_gc_set_rgb_fg/bg_color): New functions to
22584         set the foreground/background of a GC using the GC's colormap
22585         and GdkRGB. (name not final, waiting for inspiration.)
22586
22587         * gdk/gdkcompat.h gdk/gdkrgb.c (gdk_rgb_get_colormap): Rename from 
22588         gdk_rgb_get_cmap(), put #define in gdkcompat.h.
22589
22590         * gtk/gtkwidget.[ch] gtkcompat.h: Make visuals for
22591         gtk_widget_get_visual(), gtk_widget_get_default_visual, etc,
22592         purely a function of the corresponding colormap. Make
22593         gtk_widget_set_visual(), etc, noop macros in gtkcompat.h.
22594
22595         * gdk/gdkpixmap.c gdk/x11/gdkpixmap-c11.c: Rewrite
22596         gdk_pixbuf_*create_from_xpm_* in terms of
22597         gdk_pixbuf_new_from_xpm_data(), move into platform independent
22598         code.
22599
22600         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable): Take
22601         advantage of the new draw_rgb_32_image_dithalign.
22602
22603         * gdk/gdkrgb.c (gdk_draw_rgb_32_image_dithalign): Added.
22604
22605         * gtk/gtkgc.c (gtk_gc_new): Set the appropriate colormap
22606         on each created GC.
22607
22608         * gdk/gdkgc.[ch]: Add gdk_gc_get/set_colormap.
22609
22610         * gdk/gdkgc.[ch]: Add a colormap field to the GdkGC structure
22611         which we initialize from the drawable when the GC is created,
22612         if the drawable has a colormap.
22613
22614         * gdk/x11/gdkgc-x11.c: include string.h for memset.
22615
22616         * gdk/x11/gdkinput-x11.c: include string.h for strlen, etc.
22617
22618         * gtk/gtklayout.[ch]: Remove unsed configure serial member.
22619
22620 Sat Jul  1 16:28:32 2000  Owen Taylor  <otaylor@redhat.com>
22621
22622         * gdk/x11/gdkevents-x11.c (gdk_event_translate): When
22623         actually returning expose events, make sure to set
22624         the count field properly.
22625
22626         * gdk/x11/gdkgc-x11.c (gdk_x11_gc_values_to_xvalues): Fix
22627         accidentally reintroced bug which always cleared
22628         the graphics_exposures value. 
22629
22630 Wed Jun 28 18:03:09 BST 2000  Tony Gale <gale@gtk.org>
22631
22632         * docs/faq/gtk-faq.sgml: Change DocBook layout slightly
22633
22634 Wed Jun 28 17:49:05 BST 2000  Tony Gale <gale@gtk.org>
22635
22636         * docs/faq/gtk-faq.sgml: Finish Section 6. Add Section 7.
22637
22638 Wed Jun 28 13:31:55 BST 2000  Tony Gale <gale@gtk.org>
22639
22640         * docs/faq/gtk-faq.sgml: Start of Section 6.
22641
22642 Mon Jun 26 19:37:04 2000  Owen Taylor  <otaylor@redhat.com>
22643
22644         * configure.in: Put 1.3.1 in warning message, not 1.3.0.
22645         
22646         (Fixes problem with drawing childless frames. Pointed out
22647         by and a first patch from Anders)
22648         
22649         * gtk/gtkframe.c (gtk_frame_compute_child_allocation): Always
22650         compute a child_allocation, even if we don't have a child.
22651
22652         * gtk/gtkaspectframe.c (gtk_aspect_frame_compute_child_allocation):
22653         Always chain to the parent's impl, even if we don't have a child.
22654
22655 Mon Jun 26 18:53:31 2000  Owen Taylor  <otaylor@redhat.com>
22656
22657         * gdk/gdkrgb.c: If possible, create only a single shm segment and
22658         use multiple parts of it instead of creating a bunch of separate
22659         segments, since the maximum number of segments per system is not
22660         large. (This might be worth backporting to GTK+-1.2.x if we make a
22661         new release )
22662
22663         * gdk/gdkrgb.c: Localize a bunch of variables into the GdkRgbInfo
22664         structure in preparation for per-colormap GdkRGB.
22665
22666         * gdk/x11/gdkimage-x11.c (gdk_image_new): Don't set gdk_use_xshm
22667         to False when we get EINVAL from shmget so that the caller of
22668         gdk_image_new can retry with a smaller segment size.
22669
22670 Mon Jun 26 13:01:16 BST 2000  Tony Gale <gale@gtk.org>
22671
22672         * docs/faq/gtk-faq.sgml: Add Sections 4 & 5.
22673
22674 Fri Jun 23 17:54:23 2000  Tim Janik  <timj@gtk.org>
22675
22676         * configure.in: make the current version number 1.3.1 (binary age 0,
22677         interface age 0).
22678         
22679         * gtkfeatures.h, gtkfeatures.h.in: dejavue, get rid of these *again*,
22680         gtkcompat.h is all we want.
22681
22682         * gtk/gtktypeutils.[hc]: define most of the primitive types in terms of
22683         GLib primitive types. fixed g_type_register_fundamental() argument
22684         ordering.
22685
22686         * gtk-config.in (lib_gtk): add -lgdk_pixbuf so third party code
22687         compiles.
22688
22689         * gdk-pixbuf-loader.[hc]: get rid of unistd.h include.
22690         object code cleanup, comment trigraph fixes, etc...
22691
22692 2000-06-23  Havoc Pennington  <hp@redhat.com>
22693
22694         * gtk/gtktextview.c (gtk_text_view_set_buffer): Use anonymous mark 
22695         instead of making up a bogus name for first_para_mark
22696
22697         * gtk/gtkstatusbar.h, gtk/gtkstatusbar.c: Allow 
22698         0 as a context ID
22699
22700 Thu Jun 22 17:43:51 BST 2000  Tony Gale <gale@gtk.org>
22701
22702         * docs/faq/gtk-faq.sgml: Change filename. Add Section 3.
22703
22704 2000-06-21  Havoc Pennington  <hp@pobox.com>
22705
22706         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): Fix bug where
22707         we didn't check window->bg_pixmap != GDK_NO_BG.
22708
22709         * gtk/gdk-pixbuf-loader.c: Change to reflect GObject-ification of
22710         gdk-pixbuf
22711
22712 Thu Jun 22 14:02:19 BST 2000  Tony Gale <gale@gtk.org>
22713
22714         * docs/faq/gtk-faq.sgm: Move file to here.
22715           TODO: Update Makfile.am 
22716
22717 Thu Jun 22 13:41:09 BST 2000  Tony Gale <gale@gtk.org>
22718
22719         * docs/gtk-faq.sgm: Add Section 2
22720
22721 Thu Jun 22 08:43:45 BST 2000  Tony Gale <gale@gtk.org>
22722
22723         * docs/gtk-faq.sgm: New file. Start of DocBook
22724           version of the FAQ.
22725
22726 Wed Jun 21 23:04:17 2000  Owen Taylor  <otaylor@redhat.com>
22727
22728         * configure.in (GDK_PIXBUF_MAJOR): Define version
22729         numbers for GDK_PIXBUF_*, as they get substituted
22730         into a header file. Need to consider versioning
22731         for gdk-pixbuf more carefully later.
22732
22733 2000-06-21  Raja R Harinath  <harinath@cs.umn.edu>
22734
22735         Work with srcdir != builddir.   
22736         * demos/testanimation.c: Don't include "gdk-pixbuf.h".  Use
22737         <gtk/gdk-pixbuf-loader.h>, not "gtk-pixbuf/gdk-pixbuf-loader.h".
22738         * demos/testpixbuf.c: Likewise.
22739         * demos/testpixbuf-scale.c: Don't include "gdk-pixbuf.h".
22740         * demos/testpixbuf-drawable.c: Don't include "gdk-pixbuf.h".  Use
22741         <gdk/x11/gdkx.h>.
22742         * demos/pixbuf-demo.c: Use <gtk/gtk.h> not "gtk.h".  Don't include
22743         "gdk-pixbuf.h".
22744         * demos/Makefile.am (INCLUDES): Remove unneeded directories.
22745
22746 Wed Jun 21 19:45:02 2000  Owen Taylor  <otaylor@redhat.com>
22747
22748         * TODO.xml: Change 1.4 version numbers to 2.0.
22749
22750 Wed Jun 21 19:29:08 2000  Owen Taylor  <otaylor@redhat.com>
22751
22752         * gdk/gdkpixbuf-render.c gdk/gdkpixbuf-drawable.c: Indentation
22753         fixups to GTK+ standard.
22754
22755 Wed Jun 21 16:38:13 2000  Owen Taylor  <otaylor@redhat.com>
22756
22757         * gdk-pixbuf/* docs/reference/gdk-pixbuf/*: Welcome aboard,
22758         gdk-pixbuf.
22759
22760         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_class_init):
22761         fixups for GObject.
22762
22763         * gdk/Makefile.am gdk/gdkpixbuf-render.[ch] gdk/gdkpixbuf.[ch]: Bits of 
22764         gdk-pixbuf with GDK dependencies moved into GDK.
22765         
22766         * gtk/Makefile.am gtk/gdk-pixbuf-loader.[ch]: Temporarily
22767         move gdk-pixbuf-loader here until GObject has signals.
22768
22769         * demos/: New directory of demos. Move demos from
22770         gdk-pixbuf here.
22771
22772         * demos/pixbuf-init.c: Small bit of code to check for
22773         loaders in ../gdk-pixbuf/.libs/gdk-pixbuf, and if found,
22774         set GDK_PIXBUF_MODULEDIR appropriately.
22775
22776         * gdk/gdkcompat.h: Remove GDK_DRAWABLE_PIXMAP compat
22777         define which no longer makes sense.
22778
22779 2000-06-21  Havoc Pennington  <hp@redhat.com>
22780
22781         * gtk/gtkwidget.c (gtk_widget_create_pango_context): Use
22782         gtk_get_default_language
22783
22784         * gtk/gtkmain.h, gtk/gtkmain.c (gtk_get_default_language): 
22785         new function to get the default language
22786
22787         * gtk/gtktexttagprivate.h, gtk/gtktexttag.c, gtktextview.c: 
22788         s/gtk_text_view_style_values/gtk_text_style_values/
22789
22790         * gtk/gtktexttag.c, gtk/gtktexttag.h, gtk/gtktexttagprivate.h:
22791         Add a "language" field to tags.
22792
22793         (gtk_text_tag_set_arg): Fix bug in setting
22794         "bg_full_height_set" tag.
22795
22796 2000-06-21  Havoc Pennington  <hp@redhat.com>
22797
22798         * gtk/gtktextiter.h: Use gunichar instead of gint when appropriate
22799         in the interfaces
22800
22801         * gtk/gtktexttypes.c: Remove UTF functions, use glib 
22802         stuff instead when possible.
22803
22804         * gtk/gtktexttypes.h: Delete some unused constants
22805
22806         * gtktextbtree.c, gtktextiter.c, gtktextsegment.c, gtktextview.c,
22807         testtextbuffer.c: use glib instead of custom unicode routines
22808
22809 Wed Jun 21 12:50:58 2000  Owen Taylor  <otaylor@redhat.com>
22810
22811         * docs/es/: Removed mistakenly added generated sgml
22812
22813         * docs/{gdk.texi,gtk.texi,gdk.sgml} macros.texi texinfo.tex:
22814         Remove outdated info files.
22815
22816         * docs/gtk_tut* docs/package_tutorial.sh docs/tutorial:
22817         Moved tutorial files into subdir
22818
22819         * docs/gtkfaq.sgml docs/faq/gtkfaq.sgml: Move FAQ into
22820         subdir.
22821
22822         * docs/man/gtk_button.pod: Remove. (contents will be
22823         integrated into gtk-reference button page.)
22824
22825         * configure.in docs/Makefile.am docs/tutorial/Makefile.am
22826         docs/faq/Makefile.am: Adjust for new organization
22827
22828 2000-06-21 Christopher Blizzard  <blizzard@redhat.com>
22829
22830         * gdk/x11/Makefile.am (install-data-local): use $(mkinstalldirs)
22831         not $(MKINSTALLDIRS)
22832
22833 Wed Jun 21 12:24:28 2000  Owen Taylor  <otaylor@redhat.com>
22834
22835         * gtk/testgtk.c (create_text): Finish the job Elliot started
22836         of removing font setting test for text widget. (Since text widget
22837         and GdkFont are not deprecated, and cause portability problems.)
22838
22839 Wed Jun 21 11:41:43 2000  Owen Taylor  <otaylor@redhat.com>
22840
22841         * gtk/gtkentry.c gtk/gtkimcontextsimple.c gtk/gtklabel.c
22842         gtk/gtktexttypes.c gtk/testtext.c modules/linux-fb/basic.c:
22843         Remove use of libunicode in favor of new GLib functions.
22844
22845         * gtk/gtkcolorsel.c: Remove conditional includes for FB, win32,
22846         nano-x, framebuffer. The X11 include is just a hack until we get
22847         the necessary functions in gdkcolor.h, so there is no reason to
22848         add other includes of platforms.
22849
22850         * gtk/gtkwindow.c (gtk_window_compute_default_size): Revert 
22851         window bigger than the screen change.
22852
22853         * gtk/testgtk.c: Revert some random changes from Elliot
22854         that had no particular point and were causing testgtkrc
22855         not to function correctly.
22856         
22857         * gdk/gdkregion-generic.h: Revert change from Elliot. Just
22858         because GdkSegment and GdkRegionBox have the same fields,
22859         it doesn't mean that 'typedef GdkSegment GdkRegionBox'
22860         results in clearer code.
22861
22862         * gdk/x11/gdkinput-x11.c (gdk_input_common_select_events,
22863         gdk_input_translate_coordinates): Fix missed GdkObjectification
22864
22865 2000-06-18  Elliot Lee  <sopwith@redhat.com>
22866
22867         * gdk/Makefile.am, gdk/*/Makefile.am: Fix conditionality to work the "right" way.
22868         * gtk/gtk{plug,socket}.h: Missed commits from previous.
22869
22870 2000-06-20  Havoc Pennington  <hp@redhat.com>
22871
22872         * modules/linux-fb/Makefile.am: Make this compile
22873         without framebuffer enabled
22874
22875         * gdk/linux-fb/Makefile.am: Add conditional to not build
22876         framebuffer unless specified in configure
22877
22878         * gdk/gdkdraw.c (gdk_draw_drawable): Fix bug where I was getting
22879         the size of the target instead of source if -1 was passed for
22880         width/height
22881
22882         * gdk/x11/gdkgeometry-x11.c (gdk_window_compute_position): Fix 
22883         width/height confusion.
22884
22885 2000-06-19  Havoc Pennington  <hp@redhat.com>
22886
22887         * gdk/x11/gdkx.h (GDK_WINDOW_XWINDOW): change this to be
22888         GDK_DRAWABLE_XID. In the future, we probably want to make it
22889         faster with G_DISABLE_CHECKS turned on.
22890
22891 2000-06-14  Havoc Pennington  <hp@redhat.com>
22892
22893         * gdk/Makefile.am: add gdkpixmap.c
22894
22895         * gdk/gdk.c: s/gdk_window_init/_gdk_windowing_window_init/
22896         s/gdk_image_init/_gdk_windowing_image_init
22897
22898         * gdk/gdkcolor.c: make ref/unref compat wrappers for GObject
22899         ref/unref
22900
22901         * gdk/gdkcolor.h: make GdkColormap a GObject subclass
22902
22903         * gdk/gdkcompat.h: remove GdkWindowType compat, since
22904         GdkWindowType is now non-deprecated; 
22905         change gdk_window_get_type() compat to be
22906         gdk_window_get_window_type().
22907
22908         * gdk/gdkdnd.h: make GdkDragContext a GObject.
22909
22910         * gdk/gdkdraw.c, gdk/gdkdraw.h: Convert GdkDrawable to a pure
22911         virtual GObject. Make all functions call into the vtable.
22912         Move gdk_image_put() guts in here. Remove GdkDrawableType
22913         and gdk_drawable_get_type(), these are now GdkWindow-specific.
22914         draw_image, get_depth, get_size, set_colormap, get_colormap,
22915         get_visual added to the vtable.
22916         
22917         * gdk/gdkgc.h, gdk/gdkgc.c: Convert GdkGC to a pure virtual 
22918         GObject. Virtualize everything. 
22919         (gdk_gc_new_with_values): remove check for destroyed window,
22920         because now GdkWindow::create_gc will check this.
22921         (gdk_gc_set_values): New function to set GC values, this 
22922         was already implemented but wasn't in the header
22923
22924         * gdk/gdkimage.h, gdk/gdkimage.c: Convert GdkImage to a GObject.
22925
22926         * gdk/gdkinternals.h: Remove _gdk_window_alloc(), remove
22927         _gdk_window_draw_image(), remove _gdk_windowing_window_class,
22928         remove _gdk_window_class; add _gdk_window_impl_get_type() and
22929         _gdk_pixmap_impl_get_type(). Rename gdk_window_init to
22930         _gdk_windowing_window_init, rename gdk_image_init to
22931         _gdk_windowing_image_init.
22932         
22933         * gdk/gdkpango.c: Reflect GObject-ification of PangoContext.
22934         (gdk_draw_layout): Remove check for destroyed window, 
22935         because all the drawable methods already check it.
22936         
22937         * gdk/gdkpixmap.h, gdk/gdkpixmap.c: Convert GdkPixmap to GObject.
22938         Add gdkpixmap.c which contains implementation of GdkDrawable
22939         virtual table (by chaining to a platform-specific implementation
22940         object).
22941         
22942         * gdk/gdkprivate.h: Remove GDK_IS_WINDOW, GDK_IS_PIXMAP, 
22943         GDK_DRAWABLE_DESTROYED. Add GDK_WINDOW_DESTROYED. Replace
22944         GDK_DRAWABLE_TYPE with GDK_WINDOW_TYPE. Remove GdkDrawablePrivate,
22945         GdkWindowPrivate, GdkImageClass, GdkImagePrivate, GdkGCPrivate,
22946         GdkColormapPrivate. 
22947
22948         * gdk/gdktypes.h: #include <glib-object.h>
22949
22950         * gdk/gdkwindow.h, gdk/gdkwindow.c: Convert GdkWindow to GObject.
22951         Move most functionality to platform-specific implementation
22952         object. GdkWindow itself now handles the backing store, then
22953         chains to the platform-specific implementation.
22954         (gdk_window_get_window_type): return GdkWindowType of the window.
22955         (gdk_window_peek_children): New routine, returns the children of 
22956         a GdkWindow
22957         (gdk_window_get_children): Was in X11-specific code and did 
22958         XQueryTree. Changed to simply return a copy of window->children; 
22959         so it can go in cross-platform code.
22960         
22961         * gdk/x11/Makefile.am: fix broken MKINSTALLDIRS path
22962
22963         * gdk/x11/gdkcolor-x11.c: implement X-specific parts of 
22964         GdkColormap; just changed to use the new private data instead
22965         of casting to GdkColormapPrivate.
22966
22967         * gdk/x11/gdkcursor-x11.c: added a couple typechecks to 
22968         gdk_cursor_new().
22969
22970         * gdk/x11/gdkdnd-x11.c: Change the way we access private fields 
22971         (private data member in the GObject). 
22972         (xdnd_manager_source_filter): Function had broken 
22973         error handling, fix it (use gdk_error_trap_push).
22974
22975         * gdk/x11/gdkdrawable-x11.c: This file now implements
22976         a base class for GdkWindowImplX11/GdkPixmapImplX11. This 
22977         base class is purely for the convenience of the X port,
22978         and not part of the interface to cross-platform GDK.
22979
22980         * gdk/x11/gdkevents-x11.c: Reflect various renamings.
22981         
22982         * gdk/x11/gdkgc-x11.c: Implement a subclass of GdkGC that's
22983         specific to X, and returned by the create_gc virtual method
22984         of GdkDrawableImplX11. 
22985         (gdk_x11_gc_set_dashes): Change this to take an array of gint8
22986         rather than gchar, this was also changed in the GdkGC vtable.
22987         (gdk_x11_gc_values_to_xvalues): If GdkGCValues is NULL, or the
22988         mask is 0, return immediately, instead of checking every flag.
22989         This is faster, and keeps us from segfaulting if values is NULL
22990         and the mask contains some nonzero flags.
22991
22992         * gdk/x11/gdkgeometry-x11.c: deal with all the rearranging of
22993         GdkWindow.
22994
22995         * gdk/x11/gdkglobals-x11.c: change type of grab window, since 
22996         GdkWindowPrivate is gone.
22997
22998         * gdk/x11/gdkim-x11.c: rename things that got renamed.
22999
23000         * gdk/x11/gdkimage-x11.c: implement in terms of GObject, and 
23001         remove the image_put stuff that got transferred to GdkDrawable.
23002         
23003         * gdk/x11/gdkinput.c: renamings
23004
23005         * gdk/x11/gdkmain-x11.c: #include <pango/pangox.h>
23006
23007         * gdk/x11/gdkpixmap-x11.c: GObject conversion
23008
23009         * gdk/x11/gdkprivate-x11.h: indentation fixes
23010
23011         * gdk/x11/gdkproperty-x11.c: renamings
23012
23013         * gdk/x11/gdkselection-x11.c: renamings
23014
23015         * gdk/x11/gdkwindow-x11.c: Restructuring and renaming; this now 
23016         implements the platform-specific "impl" object.
23017         Moved gdk_window_get_children to gdk/gdkwindow.c
23018
23019         * gdk/x11/gdkx.h: Remove all the private structs and private datas
23020         that no longer exist. Add declaration of GdkGCX11 object here.
23021         Fix all the macros to still work. 
23022
23023         * gtk/gtk-boxed.defs: Remove GtkStyle, GdkColormap, GdkWindow,
23024         GdkDragContext from the boxed types since they are now GObjects.
23025
23026         * gtk/gtkstyle.h, gtk/gtkstyle.c: Converted GtkStyle to a GObject,
23027         moved xthickness/ythickness into the instance. GtkStyleClass
23028         functions are now in the standard vtable for GtkStyle, so you have
23029         to create a GObject subclass to write a theme engine.
23030         (gtk_style_copy): fixed a leaked PangoFontDescription
23031         (gtk_style_init): renamed gtk_style_realize, so gtk_style_init
23032         can be the standard GObject function.
23033         
23034         * Throughout GTK:
23035         s/style->klass->[xy]thickness/style->[xy]thickness
23036         s/pango_layout_unref/g_object_unref/
23037
23038         * gtk/gtkrc.h, gtk/gtkrc.c: Converted GtkRcStyle to a GObject.
23039         
23040         * gtk/gtksocket.c: Use gdk_window_get_user_data() instead of 
23041         accessing GDK internals.
23042
23043         * gtk/gtkwidget.c: Use gdk_window_peek_children() instead of 
23044         accessing GDK internals.
23045
23046 2000-06-18  Elliot Lee  <sopwith@redhat.com>
23047
23048         * gtk/gtkwindow.c: Don't allow creation of a window bigger than the screen.
23049
23050         * gtk/gtkrange.c: Fix the mega-jumpy-with-lagged-events scrollbar
23051         problem by calculating event position relative to the trough
23052         rather than the slider.
23053         * gtk/gtkdnd.c, gtk/gtkcolorsel.c: Include FB headers if appropriate.
23054
23055         * gdk/gdkgc.h: Add GDK_NOR.
23056
23057         * configure.in, Makefile.am: Add modules top level dir
23058         * configure.in: Only use pangox library if building x11 target.
23059         * gdk/gdkdnd.h: Add GDK_DRAG_PROTO_LOCAL enum for future intra-app use.
23060
23061 Fri Jun 16 22:24:22 2000  Christopher Blizzard  <blizzard@redhat.com>
23062
23063         * gtk/gtkcolorsel.c: Change private class member to be named
23064         private_data throughout the file.
23065
23066         * gtk/gtkcolorsel.h (struct _GtkColorSelection): Change private to
23067         private_data to avoid clashing with keyword.
23068
23069 Fri Jun 16 22:24:22 2000  Christopher Blizzard  <blizzard@redhat.com>
23070
23071         * gdk/gdkdnd.h: Add comment to remove warning.
23072
23073 Sun Jun 18 15:35:35 2000  Pablo Saratxaga <pablo@mandrakesoft.com>
23074
23075         * gtk/gtkrc.cp1251,gtk/Makefile.am: the cp1251 is also used by
23076         Byelorussian language; changed the Makefile and file names 
23077         to reflect that.
23078
23079 Mon Jun 12 16:58:40 2000  Owen Taylor  <otaylor@redhat.com>
23080
23081         * gtk/gtkwindow.c (gtk_window_unmap): Call gdk_window_withdraw
23082         rather than gdk_window_hide; this makes things work
23083         correctly if the window is programmatically hidden while
23084         iconified.
23085
23086 Sun Jun 11 12:46:19 2000  Owen Taylor  <otaylor@redhat.com>
23087
23088         * gtk/gtkdnd.c (gtk_drag_set_default_icon): Fix
23089         cut and paste typo where wrong pixmap was being
23090         unref'ed. (Pointed out by a friend of KUSANO Takayuki.)
23091
23092 Sun Jun 11 10:22:36 2000  Owen Taylor  <otaylor@redhat.com>
23093
23094         * gtk/gtkselection.c (gtk_selection_bytes_per_item):
23095         Add helper function to compute format / bytes 
23096         relationship. Use in a couple places to fix up
23097         errors which assume 8 * format.
23098
23099         * gtk/gtkselection.c (gtk_selection_request): Use 32
23100         rather than 8 * sizeof (GdkAtom), to work correctly
23101         on Alpha.
23102
23103 Thu Jun  8 21:54:51 2000 Christopher Blizzard  <blizzard@redhat.com>
23104
23105         * gtk/Makefile.am (DEPS): deps include libgtk-x11.la, not
23106         libgtk.la
23107         (LDADDS): include libgtk-x11.la and libgdk-x11.la, not the non-x11
23108         versions
23109
23110         * gtk/gtklabel.c (gtk_label_get_text): Make sure that the error
23111         checking macros return NULL since the function has a return value.
23112
23113 Wed Jun  7 15:44:42 2000  Owen Taylor  <otaylor@redhat.com>
23114
23115         * gtk/Makefile.am (LDFLAGS): Add missing backslash that was keeping
23116         GTK+ from building at all.
23117
23118         * gdk/Makefile.am (gdk_c_sources): Fix up some indentation issues.
23119
23120 Mon Jun  5 19:32:53 CEST 2000 Paolo Molaro <lupus@linuxcare.com>
23121
23122         * configure.in, gtk-config.in, gdk/Makefile.am, gdk/*/Makefile.am,
23123         gtk/Makefile.am: make it possible to configure gtk for different
23124         targets on the same platform. The library name is now 
23125         libgtk-$target-$version.so. gtk-config accepts a --target x11|nanox|linux-fb
23126         flag. Only the x11 target compiles right now.
23127         * gdk/gdkregion-generic.h, gdk/gdkregion-generic.c, gdk/gdkpoly-generic.h,
23128         gdk/gdkpolyreg-generic.c: move generic region code in the main GDK dir.
23129         * gdk/nanox/gdk*generic*: delete generic region code.
23130         * gdk/linux-fb/gdk*generic*: delete generic region code.
23131         * README.nanox: update information.
23132         
23133 Tue Jun  6 10:53:59 2000  Owen Taylor  <otaylor@redhat.com>
23134
23135         * gtk/gtktoolbar.c (gtk_toolbar_prepend_widget): Fix to
23136         prepend not append. (Pointed out by Brett Hall.)
23137
23138 Tue Jun  6 01:59:57 2000  Owen Taylor  <otaylor@redhat.com>
23139
23140         * gtk/gtkentry.c (gtk_entry_finalize): Unref the entry's layout.
23141
23142 Mon Jun  5 16:00:09 2000  Owen Taylor  <otaylor@redhat.com>
23143
23144         * gdk/gdk.c (gdk_init_check): Add call to g_type_init() - we'll
23145         need this later, and this makes sure that the atexit for
23146         glib gets called after that for GDK, so atexits are
23147         properly ordered for object leak checking.
23148
23149         * gdk/gdk.c (gdk_exit_func): Call gdk_windowing_exit().
23150
23151         * gdk/x11/gdkmain-x11.c (gdk_windowing_exit): Call 
23152         pango_x_shutdown_display()
23153
23154         * gtk/simple.c (main): Close window on destroy.
23155
23156 Mon Jun  5 11:50:02 2000  Owen Taylor  <otaylor@redhat.com>
23157
23158         * gdk/x11/gdkgc-x11.c (gdk_x11_gc_values_to_xvalues): We need
23159         to treat initial creation different from setting with 
23160         regards to the graphics-exposures parameter, so add a parameter
23161         indicating whether this is initial or not.
23162
23163 Mon Jun  5 13:29:31 2000  Owen Taylor  <otaylor@redhat.com>
23164
23165         * gdk/x11/gdkevents-x11.c: Hack gdk_event_get_graphics_expose()
23166         to sort of work by adding an extra return_exposes arg
23167         to gdk_event_translate() - it might be better to simply
23168         deprecate the function altogether and force people to rewrite
23169         without it. gdk_window_scroll() handles most of it, and where
23170         gdk_window_scroll() doesn't work, simply redrawing more does.
23171
23172         * gtk/gtkwidget.c (gtk_widget_set_default_direction): Fix up
23173         assertion.
23174
23175         * gtk-config.in: Include PANGO_CFLAGS/LIBS.
23176
23177         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Remove a 
23178         bunch of pretty much useless /* Print debugging info */ comments 
23179         which had drifted away from the code they were commenting.
23180
23181 2000-06-02  Havoc Pennington  <hp@pobox.com>
23182
23183         * gtk/testtextbuffer.c: Test program to make sure GtkTextBuffer
23184         is in working order.
23185         
23186         * gtk/testtext.c: Change to reflect anonymous mark API
23187
23188         * gtk/gtktextview.c: Convert from mark names to GtkTextMark*.
23189
23190         * gtk/gtktexttag.h (struct _GtkTextTag): remove the affects_size
23191         field, which was unused.
23192
23193         * gtk/gtktextmarkprivate.h (GTK_IS_TEXT_MARK): add this macro,
23194         saves some typing.
23195
23196         * gtk/gtktextbuffer.c: Switch from mark names to GtkTextMark*   
23197
23198         * gtk/gtktextbtree.c (gtk_text_btree_new): set the not_deleteable
23199         flag on the insertion point and selection bound
23200
23201         Throughout, use GtkTextMark instead of GtkTextLineSegment, and 
23202         make mark-manipulation functions take a GtkTextMark* instead of a
23203         mark name.
23204         
23205         * gtk/gtktextmarkprivate.h: Add a "not_deleteable" flag to 
23206         GtkTextMarkBody; will be used to detect attempts to delete
23207         the permanent marks (insert and selection bound)
23208
23209         * gtk/Makefile.am (noinst_PROGRAMS): add testtextbuffer 
23210
23211 Fri Jun  2 12:56:01 2000  Owen Taylor  <otaylor@redhat.com>
23212
23213         * gtk/gtkwidget.c (gtk_widget_init): Initialize DOUBLE_BUFFERED
23214         flag to on.
23215
23216         * gtk/gtkwidget.c (gtk_widget_draw) gtk/gtkmain.c (gtk_main_do_event): 
23217         Honor DOUBLE_BUFFRED_FLAG
23218
23219         * gtk/gtkwidget.c (gtk_widget_set_double_buffered): Add a
23220         function to set the DOUBLE_BUFFERED flag.
23221
23222         * gtk/gtkwidget.h: Add GTK_DOUBLE_BUFFERED flag to indicate whether
23223         or not exposes done on the widget should be double-buffered.
23224
23225         * gtk/gtkenums.h (GtkTextDirection): Reverse order of enumerations
23226         to be what would be expected. (Fixes problem with a
23227         g_return_if_fail() validating a TextDirection enumeration)
23228
23229 Thu Jun  1 23:05:13 2000  Owen Taylor  <otaylor@redhat.com>
23230
23231         * gtk/gtkwidget.c: Remove all references to 
23232         offscreen flag which was no longer used.
23233
23234         * gtk/gtkprivate.h (enum): Remove unused flags and compress.
23235
23236         * gtk/gtkframe.c (gtk_frame_set_label_widget): Check
23237         for non-null label_widget->parent.
23238
23239         * gtk/gtkentry.c: Get rid of code to deal with PangoAttribute 
23240         which no longer was used.
23241
23242         * gdk/gdkpango.c (gdk_pango_context_get_info): make static.
23243
23244         * gdk/gdkpango.c (gdk_draw_layout[_line]): Add checks
23245         for null arguments.
23246
23247         * gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): add
23248         check for destroyed windows.
23249
23250 Thu Jun  1 13:48:45 2000  Owen Taylor  <otaylor@redhat.com>
23251
23252         * gtk/gtkimmulticontext.c: Add a finalize method and unref
23253         the slave context there.
23254
23255         * gtk/gtkinvisible.[ch]: Make reference counting behavior
23256         identical to GtkWindow.
23257
23258 Thu Jun  1 01:54:11 2000  Owen Taylor  <otaylor@redhat.com>
23259
23260         * Makefile.am gdk/gdkpango.c: Copy the layout render function from
23261         pangox to here, so we can write them independent of rendering
23262         system, using GDK primitives.
23263
23264         * gdk/gdkdrawable.h gdk/gdkdraw.c gdk/gdkwindow.c
23265         gdk/x11/gdkdrawable-x11.c: Remove draw_layout() from the vtable,
23266         since we have a rendering-system independent implementation in
23267         terms of draw_glyphs().
23268         
23269         * gdk/gdkpango.c gdkdrawable.h (gdk_draw_layout_line): New
23270         function to render a single line.
23271
23272         * gdk/x11/gdkpango.c: Move the guts of this file mostly
23273         into ../gdkpango.c, which simplifies things, since we
23274         don't have to deal with raw X gc's.
23275
23276 Fri May 19 04:28:16 2000  Owen Taylor  <otaylor@redhat.com>
23277
23278         * gtk/gtktextlayout.[ch]: Add get_log_attrs() function to
23279         get the logical attributes for a given GtkTextLine.
23280
23281 Tue May 30 16:05:39 2000  Owen Taylor  <otaylor@redhat.com>
23282
23283         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): Track
23284         g_locale_get_codeset() to g_get_codeset() change.
23285
23286 Tue May 30 15:03:19 2000  Owen Taylor  <otaylor@redhat.com>
23287
23288         * gtk/testcalendar.c (calendar_font_selection_ok): Use font
23289         descriptions.
23290
23291         * gtk/gtkentry.c (gtk_entry_draw_text): Center text within
23292         the entry.
23293
23294         * gtk/gtkfontsel.c (gtk_font_selection_dialog_init): Start of
23295         redoing (vastly simplifying) for Pango. Still needs quite
23296         a bit of work. (Size selection is currently poor. List of 
23297         predefined sizes is not a good idea, since all of these
23298         sizes won't necessarily be distinct.)
23299
23300 Tue May 30 13:50:19 2000  Owen Taylor  <otaylor@redhat.com>
23301
23302         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): Handle
23303         CODESET results for LANG=C.
23304
23305 Mon May 29 15:49:10 2000  Owen Taylor  <otaylor@redhat.com>
23306
23307         * gtk/gtkrc.[ch]: Add a 'font_name' declaration to RC
23308         which takes a stringized pango font description;
23309         ignore the older 'font' and 'fontset' declarations.
23310
23311         * gtk/gtkstyle.c gtk/gtkrc.c: Fill in the style->font
23312         field with a GdkFont derived via gdk_font_from_description(),
23313         for compatibility. (Should we just remove it entirely?
23314         Probably too much compatibility breakage, but people
23315         should be migrating to the new Pango stuff as quickly
23316         as possible.)
23317
23318 Mon May 29 15:47:41 2000  Owen Taylor  <otaylor@redhat.com>
23319
23320         * gtk/gtkentry.c gtk/gtkclist.c: s/pango_font_unref/g_object_unref/.
23321
23322 Mon May 29 15:44:46 2000  Owen Taylor  <otaylor@redhat.com>
23323
23324         * gtk/gtkcalender.c: Roughly pango-ized. Really needs 
23325         redoing; there are some bugs in size allocation right
23326         now, the semi-existant distinction between header / day
23327         fonts was removed, but, with Pango, could actually
23328         be made functional in a nice way.
23329         
23330         * gtk/testcalender: Move calender from examples into this
23331         directory as a test program. (We really need to restrcture
23332         testgtk into a whole directory full of tests for every
23333         widget or functionality group, separated into multiple .c
23334         files.)
23335
23336 Mon May 29 15:19:56 2000  Owen Taylor  <otaylor@redhat.com>
23337
23338         * gtk/testgtk.c (file_exists): Fix stupid typo that
23339         was keeping RC file from being loaded.
23340
23341         * gtk/testgtkrc gtk/testgtkrc2: Test new pango-ized
23342         RC file font code.
23343
23344 Mon May 29 14:31:27 2000  Owen Taylor  <otaylor@redhat.com>
23345
23346         * gdk/gdkfont.h gdk/x11/gdkfont-x11.c (gdk_font_from_description):
23347         Add function to load a GdkFont from a PangoFontDescription.
23348
23349 2000-05-29  Tor Lillqvist  <tml@iki.fi>
23350
23351         * gdk/win32/gdkevents-win32.c (gdk_WindowProc): The local "event"
23352         variable should be of type GdkEventPrivate.
23353
23354 Fri May 26 17:16:40 2000  Owen Taylor  <otaylor@redhat.com>
23355
23356         * gtk/frame.[ch] gtkaspectframe.c: Make frame widgets able
23357         to have any widget for the label, use a GtkLabel widget
23358         to display the text. (Based partially on a patch from
23359         Anders Carlson.)
23360
23361         (Quite a bit of code reorganization - strip 90% of the
23362         guts out of gtkaspectframe and add a single virtual
23363         func to GtkFrameClass - compute_child_allocation.)
23364
23365 Fri May 26 12:00:02 2000  Owen Taylor  <otaylor@redhat.com>
23366
23367         * gtk/gtkctree.c gtk/gtkclist.[ch]: Pangoized.
23368         (Removed clist->row_center_offset field because caching
23369         it wasn't saving time or code, added private function
23370         _gtk_clist_create_cell_layout()).
23371
23372 Wed May 24 15:59:37 2000  Owen Taylor  <otaylor@redhat.com>
23373
23374         * gtk/gtkaccellabel.c: Pangoized.
23375
23376         * gtk/[hv]ruler.c: Pangoized
23377
23378 Mon May 22 19:23:59 2000  Owen Taylor  <otaylor@redhat.com>
23379
23380         * gtk/gtkfilesel.c (gtk_file_selection_init):
23381         Use gtk_clist_set_column_auto_resize() to remove need
23382         need for manual column width computations.
23383
23384 Mon May 22 18:50:26 2000  Owen Taylor  <otaylor@redhat.com>
23385
23386         * gtk/gtktooltips.[ch]: Replace custom drawing with a GtkLabel, 
23387         ensuring Pango correctness, and considerably simplifying the
23388         code.
23389         
23390         * gtk/gtklabel.c gtk[hv]scale.c: 1000 => PANGO_SCALE.
23391
23392         * gtk/gtklabel.c (gtk_label_size_request): Fixed incorrect
23393         getting of numbers of lines.
23394
23395         * gtk/gtklabel.c (gtk_label_size_request): Set the requisition
23396         to the actual requested width of the lable, not to the wrap
23397         width we set.
23398
23399         * gtk/gtktextchild.h: Remove extraneous include of gtk/gtk.h.
23400
23401         * gtk/gtktextbtree.c gtk/gtktextbuffer.c gtk/gtktextlayout.c
23402           gtk/gtktextview.c gtk/gtktextview.[ch]: Fix up includes.
23403
23404         * gtk/gtktextview.c: Fix structure inheritance.
23405
23406         * gtk/gtkprogressbar.c: Pangoize.
23407
23408 Mon May 22 15:47:30 2000  Owen Taylor  <otaylor@redhat.com>
23409
23410         * gtk/gtktextview.c (gtk_text_view_get_first_para_iter): Encapsulate
23411         in a function.
23412
23413         * gtk/gtktextlayout.c (find_display_line_above): Fixed
23414         bug with computing line tops.
23415
23416         * gtk/gtktextview.c (changed_handler): Fix < , <= confusion.
23417
23418 Thu May 18 18:53:31 2000  Owen Taylor  <otaylor@redhat.com>
23419
23420         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Fix up the x_offset
23421         and y_offset coordinates to do what we need now. (The offset between
23422         buffer and layout coordinates has been reintroduced, but is a 
23423         bit different than before.)
23424
23425         * gtk/gtktextview.[ch]: No longer inherit from GtkLayout; instead
23426         handle the adjustments ourselves, and scroll as necessary using
23427         the new gdk_window_scroll().
23428         
23429         The advantage of this is that when we are incrementally revalidating,
23430         we are essentially rearranging things around the visible portion
23431         of the screen. With the old setup, the visible portion of the
23432         screen was moved around in the layout, so scrolling and redrawing
23433         to track that caused jumping of the display. Since we now
23434         control the scrolling ourselves, we can suppress this and
23435         only redraw when things actually change.
23436
23437 Thu May 18 18:47:25 2000  Owen Taylor  <otaylor@redhat.com>
23438
23439         * gtk/gtktextbtree.c (redisplay_mark): We need to invalidate
23440         the region not just redisplay it after-all, since we store the
23441         cursors in the LineDisplay. (Ugly interactions here between
23442         GtkLayout and GtkTextBTree here.)
23443         
23444         * gtk/gtktextbtree.c (redisplay_region): Fixed reversed comparison.
23445
23446 Thu May 18 18:43:21 2000  Owen Taylor  <otaylor@redhat.com>
23447
23448         * gdk/gdkwindow.h gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): 
23449         Added function to scroll contents of a window while keeping the
23450         window constant. Works by XCopyArea or guffaw-scrolling depending
23451         on the details of how the window is set up. (guffaw-scrolling
23452         still needs to be filled in.)
23453
23454 Wed May 17 22:36:53 2000  Owen Taylor  <otaylor@redhat.com>
23455
23456         * gtk/gtktextiter.c gtk/gtkmain.c: Add a debug key for the text widget,
23457         move the debugging that was tied to a global variable
23458         to that.
23459
23460         * gtk/gtkmarshal.list: Add NONE:INT,INT,INT
23461
23462         * gtk/gtktextbtree.[ch] gtk/gtktextlayout.c: Keep a separate
23463         validated flag, in line data instead of setting height/width to
23464         -1. This allows us to perform operations with partially invalid
23465         buffer (using the old size for invalid lines) and thus to do
23466         incremental vaidation. Keep height/width aggregates up to date
23467         when deleting text and rebalancing the tree.
23468
23469         * gtk/gtktextbtree.[ch]: Add functions validate a line
23470         (gtk_text_btree_validate_line), and to validate up
23471         to a number of pixels (gtk_text_btree_validate).
23472
23473         * gtk/gtktextlayout.[ch]: Add an ::invalidated signal
23474         that indicates that something is changed and a revalidation
23475         pass is needed. Change ::need_repaint to ::changed, and
23476         make it take old and new yranges instead of a rectangle.
23477
23478         * gtk/gtktextbtree.[ch] gtk/gtktextlayout.[ch]: Move
23479         the line_data_destroy() function from 
23480         gtk_text_btree_add_view() to a virtual function in 
23481         GtkTextLayout
23482
23483         * gtk/gtktextbtree.[ch]: Remove gtk_text_btree_get_damage_range(),
23484         since we are handling partial repaints in a different fashion
23485         now.
23486
23487         * gtk/gtktextbtree.[ch]: Only repaint the changed portion
23488         of the selection instead of queueing a repaint on the
23489         entire widget.
23490
23491         * gtk/gtktextbuffer.[ch] gtk/gtktextbtree.[ch]: Move
23492         get_selection_bounds() down to btree, make the function
23493         in buffer a wrapper around the btree function.
23494
23495         * gtk/gtktextlayout.[ch]: Add functions to check if the
23496         layout is valid and to recompute either a range of pixels
23497         aroudn a line or a certain total number of pixels.
23498
23499         * gtk/gtktextlayout.[ch]: Cache a single line display;
23500         now that we only redraw the needed portions, the hit rate
23501         for this cache is quite high.
23502         
23503         * gtk/gtktextview.[ch]: Keep track of the first paragraph
23504         on the screen so that when re-laying-out the buffer, we can
23505         keep the same place. This requires connecting to ::value_changed
23506         on the adjustments
23507
23508         * gtk/gtktextview.[ch]: Add idle functions to revalidate
23509         the buffer after we receive an ::invalidated signal.
23510         
23511 Wed May 17 22:10:47 2000  Owen Taylor  <otaylor@redhat.com>
23512
23513         * gtk/gtklayout.c (gtk_layout_size_allocate): Set upper
23514         to max of allocation and layout size, not just to the
23515         layout size.
23516
23517         * gtk/gtk[hv]scrollbar.c (gtk_[hv]scrollbar_calc_slider_size): 
23518         Invalidate window so it gets redrawn properly.
23519
23520         * gdk/gdkwindow.c (gdk_window_invalidate_rect): Allow rect == NULL
23521         to mean the entire window.
23522
23523         * gdk/gdkevents.h: Move definition for GDK_PRIORITY_REDRAW
23524         into public header.
23525
23526 Mon May 15 14:51:31 2000  Owen Taylor  <otaylor@redhat.com>
23527
23528         * gtk/gtktextmark.c (gtk_text_mark_get_name): Add function
23529         to get the name of a mark.
23530
23531         * gtk/gtktextlayout.c (gtk_text_layout_get_line_at_y): Add a function
23532         to find the paragraph from a y position.
23533
23534 Thu May 11 12:57:20 2000  Owen Taylor  <otaylor@redhat.com>
23535
23536         * gtk/gtktextbtree.c (gtk_text_btree_node_invalidate_upward): Valid
23537         nodes have width/height >= 0, not > 0.
23538
23539 Tue May  9 21:29:06 2000  Owen Taylor  <otaylor@redhat.com>
23540
23541         * gtk/gtktextlayout.[ch] gtk/gtktextdisplay.c (gtk_text_layout_get_line_display):
23542         Add a size_only flag, so when we only need the size, we don't create
23543         useless appearance attributes.
23544
23545         * gtk/gtktextview.c (gtk_text_view_ensure_layout): Remove
23546         duplicate setting of font description.
23547
23548         * gtk/gtkscale.c: Use PANGO_SCALE instead of 1000 
23549
23550 Wed Apr 26 01:53:23 2000  Owen Taylor  <otaylor@redhat.com>
23551
23552         * gtk/Makefile.am (EXTRA_DIST): Add OLD_STAMP into 
23553         EXTRA_DIST. It does not work well when the file that
23554         everything depends on is not in the tarball.
23555
23556 Wed Apr 26 00:56:14 2000  Owen Taylor  <otaylor@redhat.com>
23557
23558         * gtk/testgtk.c: Some hacks and fixes so that it basically
23559         works when not sitting in the GTK+ build tree.
23560
23561 2000-05-03  Havoc Pennington  <hp@redhat.com>
23562
23563         * gtk/gtktextbtree.c (gtk_text_line_next_could_contain_tag):
23564         Properly determine the ordering of the tag root and the current
23565         line within the tree. Previous algorithm only worked if the tag
23566         root's immediate parent was the common root of both the current
23567         line and the tag root.
23568
23569 Wed Apr 26 00:43:00 2000  Owen Taylor  <otaylor@redhat.com>
23570
23571         * gtk/gtktextlayout.c (set_para_values): Fix some bugs in
23572         alignment.
23573
23574         * gtk/gtktextview.c (gtk_text_view_ensure_layout): Track
23575         the widget text directional dynamically.
23576
23577         * gtk/gtktextview.[ch]: Added functions to get and set default
23578         wrap mode.
23579
23580 Tue Apr 25 23:47:38 2000  Owen Taylor  <otaylor@redhat.com>
23581
23582         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_location): Fix bug
23583         in cursor location computation.
23584
23585 Tue Apr 25 23:22:59 2000  Owen Taylor  <otaylor@redhat.com>
23586
23587         * gtk/gtklayout.c (gtk_layout_set_size): Clamp hadjustment/
23588         vadjusment values properly when layout gets smaller.
23589
23590         * gtk/gtktextview.c (need_repaint_handler): Areas being
23591         passed in are far completely inaccurate, and sometimes
23592         too small, so, for now, just queue a redraw on the
23593         whole visible region.
23594
23595 2000-04-25  Havoc Pennington  <hp@redhat.com>
23596
23597         * gtk/gtktextbtree.c (summary_destroy): new function to 
23598         destroy tag summary nodes
23599         (gtk_text_line_next_could_contain_tag): this function was 
23600         totally broken if the line passed in wasn't below the tag
23601         root. Fix it.
23602         (gtk_text_btree_first_could_contain_tag): In the tag == NULL 
23603         "wildcard" case, we have to do a linear scan. Blah.
23604         (gtk_text_btree_last_could_contain_tag): In tag == NULL case,
23605         we have to do the linear scan
23606         (tag_removed_cb): When a tag is removed from the tag table, 
23607         remove the GtkTextTagInfo node from the btree.
23608         (gtk_text_btree_spew): Implement the spew function, for 
23609         our debugging pleasure.
23610
23611 Tue Apr 25 19:40:18 2000  Owen Taylor  <otaylor@redhat.com>
23612
23613         * gtk/gtktextlayout.c (gtk_text_layout_set_buffer): Fix
23614         a problem with referring to the wrong buffer.
23615
23616         * gtk/gtkentry.c: Fix focus-in/focus-out confusion.
23617
23618         * gtk/gtkrc.c gtk/gtkstyle.c: Moving setting default
23619         font description to gtk_style_new() - otherwise things
23620         don't work without a .gtkrc file.
23621
23622         * gtk/gtktextbuffer.c (gtk_text_buffer_new): Sink the
23623         tags table if we create it ourself, too.
23624
23625         * gdk/gdktypes.h (enum): Move GDK_RELEASE_MASK, since
23626         it was conflicting with XKB modifiers.
23627
23628         * gtk/gtktextview.[ch]: Add simple support for 
23629         GtkIMContext.
23630
23631 Mon Apr 24 19:34:18 2000  Owen Taylor  <otaylor@redhat.com>
23632
23633         * gtk/gtkentry.c (gtk_entry_move_cursor_visually): Fix problem
23634         with deletion from last commit.
23635
23636 Mon Apr 24 19:29:40 2000  Owen Taylor  <otaylor@redhat.com>
23637
23638         * gtk/gtkwidget.c (gtk_widget_create_pango_context): Set the language
23639         in the context from the current locale.
23640         
23641         * gtk/gtkentry.c (gtk_entry_size_request): Use language from the
23642         context, not hardcoded value.
23643
23644         * gtk/gtkentry.c (gtk_entry_move_cursor): Make character movement visual,
23645         not logical.
23646
23647 Sun Apr 23 23:39:18 2000  Owen Taylor  <otaylor@redhat.com>
23648
23649         * gtk/gtkentry.c gtk/gtktextdisplay.c: Don't handle selections as
23650         attributes - that doesn't handle partial-glyph selection
23651         properly. Instead use new pango_layout_line_get_x_ranges()
23652         functionality to draw the selection.
23653
23654         * gtk/gtkentry.c: Simplify code since pango_layout_line_index_to_x()
23655         now properly handles out-of-range coordinates.
23656
23657         * gtk/gtktextbuffer.c: Emit "mark_set" when the cursor is moved.
23658
23659         * gtk/gtktextiter.h gtk/gtktextiterprivate.h: Make gtk_text_iter_get_line_byte()
23660         public.
23661
23662         * gtk/gtktextlayout.[ch]: Properly set the direction in the PangoContext
23663         for paragraphs opposite to the base direction of the widget.
23664
23665         * gtk/gtktextlayout.[ch] gtk/gtktextdisplay.c: Fixes for alignment.
23666
23667         * gtk/gtktextlayout.c: Don't split segments on marks, since that
23668         causes Arabic words to reshape as you cursor through.
23669
23670         * gtk/gtktextlayout.[ch] gtk/gtktextview.[ch]: Implement virtual
23671         cursor position when moving vertically with the arrow keys and
23672         scrolling with page-up/page-down. (Arrow keys save only the X,
23673         scrolling saves both X and Y.)
23674
23675         This means you can line-up / line-down or page-up / page-down
23676         without losing your place, and also that moving vertically
23677         with the cursor keys keeps the same X position, not the same
23678         character count:
23679
23680         * gtk/gtktextlayout.[ch] gtk/gtktextview.[ch]: Make vertical
23681         arrow keys move by display lines, not paragraphs.
23682
23683 Tue Apr 18 14:16:50 2000  Owen Taylor  <otaylor@redhat.com>
23684
23685         * gtk/gtklayout.c: Make sure that the bin window is at least
23686         as big as the allocation. (Should we also make sure that the
23687         bin window is big enough to completely cover widget->window?)
23688
23689         * gtk/gtktextview.c (gtk_text_view_get_visible_rect): Add
23690         function to get the onscreen rectangle.
23691
23692         * gdk/x11/gdkwindow-x11.c (gdk_window_get_pointer): Correctly account
23693         for offsets in window coordinates.
23694
23695 Sun Apr 16 16:13:27 2000  Owen Taylor  <otaylor@redhat.com>
23696
23697         * gtk/gtkentry.c (gtk_entry_get_cursor_locations): Fix index/offset
23698         confusion.
23699
23700         * gtk/gtktextview.c (gtk_text_view_ensure_layout): Set the default direction
23701         from the widget direction.
23702
23703         * gtk/gtktexttag.c gtk/gtktexttagprivate.h (gtk_text_tag_set_arg): 
23704         Add a "direction" attribute.
23705
23706         * gtk/gtktextview.c: global s/tkxt/text_view/.
23707
23708         * gtk/testtext.c: Added long block of text in Arabic, to test out
23709         the direction attributes. (Some problems with the shaping system
23710         for arabic become obvious - like the fact the cursor splits words
23711         into unjoined pieces.)
23712
23713 Fri Apr 14 12:54:34 2000  Owen Taylor  <otaylor@redhat.com>
23714
23715         * gtk/gtktextdisplay.c (render_layout): Add overstrike handling.
23716
23717         * gtk/gtktextlayout.c: Fix up alignment.
23718
23719         * gtk/testtext.c: Add some tests for centering, wrapping.
23720
23721 Fri Apr 14 09:26:22 2000  Owen Taylor  <otaylor@redhat.com>
23722
23723         * gdk/gdkdrawable.h gdk/gdkdraw.c gdk/gdkwindow.c gdk/x11/gdkdrawable-x11.c:
23724         Add a draw_glyphs() operation to the drawable vtable and gdk_draw_glyphs().
23725         If we wrote GTK+-specific layout-render function this could just replace
23726         the draw_layout() operation in the vtable.
23727
23728         * gtk/gtkentry.c: Move guts of gtk_entry_get_cursor_locations to 
23729         pango_layout_get_cursor_pos() and use that function.
23730
23731         * gtk/gtktextchild.[ch]: add gtk_ onto pixmap_segment_new(), since it
23732         is a non-static symbol.
23733
23734         * gtk/gtktextbtree.[ch]: Replace gtk_text_btree_find_line_data_by_y()
23735         with gtk_text_btree_find_line_by_y()
23736
23737         * gtk/gtktextdisplay.c: Rewrote for Pango - uses a custom layout
23738         renderer that handles GtkTextAppearance attributes.
23739
23740         * gtk/gtktexttag.[ch] gtk/gtktexttagprivate.h: 
23741
23742           - Move the values in the style that don't affect geometry into a
23743             GtkTextAppearance structure.
23744           - Change underline to take a PangoUnderline and "font" a string
23745             representation of a font description
23746           - Add a "font_desc" attribute which takes a FontDescription structure.
23747
23748         * gtk/gtktextlayout.[ch]:
23749
23750           - Get rid of the display-line list per each line. Instead, we
23751             generate, on demand, a GtkTextLineDisplay structure which]
23752             contains a PangoLayout * and other necesary information
23753             (offsets, cursor locations) for displaying a paragraph.
23754           - Get rid of the code to wrap lines, create display chunks,
23755             etc. Instead, we just go through a paragraph and convert
23756             it into the necessary inputs to a PangoLayout.
23757           - Implement a new attribute type, GtkTextAttrAppearance. This
23758             holds a GtkTextAppearance, and is used to pass colors, 
23759             stipple, etc, through from the layout to the display without
23760             having to use lots and lots of individual attributes.
23761           - Reimplement gtk_layout_get_iter_at_pixel() gtk_layout_get_iter_pos()
23762             in terms of PangoLayout functions.
23763         
23764         * gtk/gtktextview.c: 
23765          
23766           - Handle passing the necessary PangoContext to the layout
23767           - Some fixups in painting to deal with the automatic backing store
23768             and offsetting of GTK+-1.4
23769           - Add a style_set handler so that the default style reacts
23770             properly to theme changes.
23771         
23772         * gtk/gtktext?*.[ch]: Random code-style fixes.
23773
23774         * gtk/testtext.c: Substitute in languages that Pango handles now for Thai
23775
23776 Mon Apr 10 10:33:45 2000  Owen Taylor  <otaylor@redhat.com>
23777
23778         * gtk/gtktext?*.[ch]: Check in Havoc's port of the Tk text widget,
23779         in original form preparatory to Pango-ization and gdkimcontext-ization.
23780
23781 Thu Apr  6 19:25:39 2000  Owen Taylor  <otaylor@redhat.com>
23782
23783         * gtk/gtkimcontext.c: Move default implementations to real_* vfuncs,
23784         so that we can derive from gtkimcontext in language bindings properly.
23785
23786 Thu Apr  6 16:02:52 2000  Owen Taylor  <otaylor@redhat.com>
23787
23788         * gtk/gtkimcontextsimple.[ch]: Use gdk_keyval_to_unicode to gdk_unicode_to_keyval.
23789         Add a compose table including (almost) all the compose combinations
23790         from X. This is 6k of static, shared data as opposed to 50k or so of dynamic
23791         data in the XIM implementation.
23792
23793         * gdk/gdk.h gdk/gdkkeyuni.c gdk/win32/gdkevents-win32.c (gdk_keyval_to_unicode, gdk_unicode_to_keyval):
23794         Moved functions to convert keyvalues from and to unicode here from
23795         the win32 port and made them public.
23796
23797 Wed Apr  5 16:37:29 2000  Owen Taylor  <otaylor@redhat.com>
23798
23799         * gtk/gtkeditable.c (gtk_editable_insert_text): Allow new_text_length == -1.
23800
23801 Wed Apr  5 16:27:45 2000  Owen Taylor  <otaylor@redhat.com>
23802
23803         * gtk/gtkimcontext.[ch]: Base class for new input context system
23804
23805         * gtk/gtkimmulticontext.[ch]: Proxy input context that allows
23806         the real input context implementation to be loaded from modules
23807         and switched on the fly.
23808
23809         * gtk/gtkcontextsimple.[ch]: Simple implementation of an input
23810         context that just does direct keysymbol => unicode translation.
23811
23812         * gtk/gtkentry.[ch]: Start switching editing over to using
23813         GtkInputContext. (No handling of preedit yet.)
23814
23815 Wed Apr  5 15:48:41 2000  Owen Taylor  <otaylor@redhat.com>
23816
23817         * gtk/gtktypeutils.h (GTK_CHECK_GET_CLASS): Fix problem with one too
23818         many substitutions. (klass should not be subsituted.)
23819
23820 Wed Apr  5 00:18:14 2000  Owen Taylor  <otaylor@redhat.com>
23821
23822         * configure.in: Add checks for Pango
23823
23824         * configure.in docs/Makefile.am: Add test for sgml2html
23825         and allow 'make dist' without building html, but print out
23826         warnings in that case. (For making snapshots)
23827
23828         * gdk/Makefile.am gdk/x11/Makefile.am gtk/Makefile.am:
23829         Add Pango libraries and C flags
23830
23831         * gdk/gdkdraw.c gdk/gdkdrawable.h gdkwindow.c gdk/x11/gdkdrawable-x11.c:
23832         Add function (gdk_draw_layout) to draw a pango layout.
23833
23834         * gdk/gdkpango.h gdk/x11/gdkpango-x11.c: New file with functions
23835         for getting Pango contexts for GDK.
23836
23837         * gtk/gtkeditable.c: Get rid of dead code gtk_editable_parent_set()
23838
23839         * gtk/gtkentry.[ch]: Complete rewrite to use Pango, add bidirectional
23840         editing.
23841
23842         * gtk/gtkentry.c: Hack in simple Hebrew input with direct
23843         keysym => unicode translations. More languages can be added
23844         here, but real input-method support is needed.
23845
23846         * docs/Changes-1.4.txt: Added note about entry behavior.
23847         
23848         * gtk/gtkenums.h gtk/gtkwidget.[ch] testgtk.c gtkprivate.h: Add functions
23849         to set the reading direction for a widget and the global direction.
23850         Add test which allows toggling the global direction. Two private
23851         flags are used to store the direction. (GTK_DIRECTION_SET + GTK_DIRECTION_LTR)
23852
23853         * gtk/gtkcheckbutton.c gtk/gtkframe.c gtk/gtkhbbox.c gtk/gtkhbox.c
23854           gtk/gtkradiobutton.c gtk/gtkspinbutton.c gtk/gtktable.c 
23855
23856         * gtk/gtk[hv]scale.c gtk/gtkscale.[ch]: Draw numbers using Pango
23857
23858         * gtk/gtklabel.[ch]: Moved to Pango and considerably rewritten. Line breaking,
23859         underlining now handled by Pango.
23860
23861         * gtk/gtkstyle.[ch] gtk/gtkrc.[ch]: Add a PangoFontDescription
23862         to RCStyle and Style. (Having both this and the old font name and GdkFont 
23863         is temporary.)
23864
23865         * gtk/gtkwidget.[ch] (gtk_widget_create_pango_{context,layout}): Added 
23866         convenience functions for creating contexts and layouts for widgets.
23867
23868         * gtk/testgtk.c: Enhance label tests with multilingual labels.
23869
23870 2000-05-29  Jonathan Blandford  <jrb@redhat.com>
23871
23872         * gtk/gtkclist.c (gtk_clist_column_titles_active): let you set the
23873         titles to be active, even if they aren't visible.
23874         (gtk_clist_column_titles_passive):  Ditto.
23875
23876 2000-05-21  Nils Barth  <nils_barth@post.harvard.edu>
23877
23878         * gtkmenu.c:
23879         * gtkmenu.h:
23880         * gtktypeutils.h: Spelling/grammar fixes in comments.
23881
23882 Tue May 23 12:25:07 CEST 2000 lupus <lupus@debian.org>
23883
23884         * gdk/nanox/*.h: add missing header files.
23885
23886 Fri May 19 11:52:59 2000  Tim Janik  <timj@gtk.org>
23887
23888         * gtk/gtkdrawingarea.c (gtk_drawing_area_send_configure): set
23889         send_event to TRUE.
23890         (gtk_drawing_area_size): queue a resize.
23891
23892 Sun Mar 26 03:21:28 2000  Tim Janik  <timj@gtk.org>
23893
23894         * gtk/gtksignal.c (gtk_signal_handlers_destroy): when unref-ing
23895         the handlers, also invalidate them. bug nailed down by Karl Nelson
23896         <kenelson@ece.ucdavis.edu>.
23897
23898 Fri May 19 06:49:23 2000  Tim Janik  <timj@gtk.org>
23899
23900         * gtk/gtkfontsel.c (gtk_font_selection_get_font_name): handle
23901         "(nil)" foundries, patch from Grigorios Magklis.
23902
23903         * gtk/gtkfontsel.c (gtk_font_selection_load_font): don't crash
23904         on non-available fonts, based on a patch by Grigorios Magklis
23905         <maglis@cs.rochester.edu>.
23906
23907 2000-05-18  Elliot Lee  <sopwith@redhat.com>
23908
23909         * gdk/x11/gdkregion-generic.c: If a region does not have any
23910         rectangles, or if the specified rectangle is not in the region, then return GDK_OVERLAP_RECTANGLE_OUT
23911         instead of GDK_OVERLAP_RECTANGLE_IN.
23912
23913 2000-05-17  Jonathan Blandford  <jrb@redhat.com>
23914
23915         * gtk/gtklayout.c (gtk_layout_map): Remove references to
23916         OFFSCREEN, as it is no longer necessary.
23917
23918 Wed May 17 10:52:12 2000  Owen Taylor  <otaylor@redhat.com>
23919
23920         * gtk/gtkcolorsel.c: Patch from David Santiago
23921         <mrcooger@cyberverse.com> to change things so that the 
23922         indicator of the active palette entry is done independently,
23923         not via the focus, since it should always be visible.
23924
23925 2000-05-17  Tor Lillqvist  <tml@iki.fi>
23926
23927         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Plug same
23928         refcount leaks as in the X11 backend.
23929
23930         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_values): Logging
23931         cosmetics.
23932
23933         * gdk/win32/gdkwindow-win32.c: Similar changes as in X11
23934         backend. Add _gdk_windowing_window_destroy().
23935
23936         * gtk/gtkcolorsel.c: Include correct backend-specific header.
23937         Don't use XColor unless on X11. (No GDK_VISUAL_STATIC_COLOR
23938         either, but these probably do exist on nanox?)
23939         
23940         * gtk/gtkhsv.c: Use G_PI (fresh from <glib.h>) instead of M_PI
23941         which isn't necessarily defined by <math.h>.
23942
23943         * gtk/gtkobject.c (gtk_object_init): Don't go up the class
23944         ancestry past GtkObject.
23945
23946         * gtk/gtktypeutils.h: Mark GTK_TYPE_IDENTIFIER for export/import
23947         from DLL on Win32.
23948
23949         * gtk/gtk.def: Update corresponding to recent changes.
23950
23951         * gtk/makefile.{cygwin,msc}: Updates.
23952
23953 Fri May 12 18:46:51 2000  Owen Taylor  <otaylor@redhat.com>
23954
23955         * docs/Changes-1.4.txt: A bit of editing.
23956
23957         * gdk/gdkwindow.c (_gdk_window_clear_update_area) 
23958         * gdk/x11/gdkwindow-x11.c (gdk_window_hide): Add a function
23959         to clear the update area for the window, and clear it
23960         when hiding a window.
23961
23962         * gdk/gdkwindow.c (gdk_window_begin_paint_region): Ignore
23963         if window destroyed.
23964
23965         * gdk/gdkwindow.c (gdk_window_end_paint): Likewise.
23966
23967         * gdk/gdkwindow.c gdk/x11/gdkwindow-x11.c gdk/gdkinternals.h: Move 
23968         gdk_window_destroy() to the generic code, since there was a lot of 
23969         window-system-independent logic it in. Add a function:
23970         
23971          _gdk_window_destroy() 
23972
23973         to the internal API to destroy a window without unreferencing it.
23974         Add a function:
23975
23976          _gdk_windowing_window_destroy()
23977
23978         That does the windowing-system-dependent part of destroying 
23979         the window.
23980
23981 Fri May 12 11:07:41 2000  Owen Taylor  <otaylor@redhat.com>
23982
23983         * gtk/testgtk.c: Fix various memory leaks of pixmaps.
23984
23985 Fri May 12 11:06:10 2000  Owen Taylor  <otaylor@redhat.com>
23986
23987         * gtk/gtkwidget.c docs/Changes-1.4.txt (gtk_widget_shape_combine_mask): 
23988         Make gtk_widget_shape_combine_mask() keep a reference count on
23989         the pixmap since it keeps it around.
23990
23991 Fri May 12 10:53:29 2000  Owen Taylor  <otaylor@redhat.com>
23992
23993         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Fix refcount
23994         leak.
23995
23996         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Fix refcount
23997         leak with event filters.
23998
23999 Thu May 11 14:29:44 2000  Owen Taylor  <otaylor@redhat.com>
24000
24001         * gtk/gtkdnd.c (gtk_drag_dest_set_internal): Remove the
24002         signal handlers with the right data arguments. (Fixes
24003         some warnings when a widget was repeatedly set as a drag
24004         destination.)
24005
24006         * gdk/x11/gdkdnd-x11.c (gdk_window_register_dnd): Set data on the
24007         window so we can avoid avoid setting the DND properties on the
24008         toplevel window repeatedly.
24009
24010 2000-05-13  Tor Lillqvist  <tml@iki.fi>
24011
24012         * gdk/win32/gdkwin32.h: Define more message types missing from
24013         mingw headers.
24014
24015         * gdk/win32/gdkevents-win32.c (gdk_event_translate): On WM_DESTROY
24016         call gdk_window_destroy_notify(). It was never called. This
24017         probably meant that the GdkWindow was never freed. Thanks Owen for
24018         noticing (!).
24019
24020         * gdk/win32/gdkwindow-win32.c (gdk_window_internal_destroy): Mark
24021         window as destroyed before calling DestroyWindow(). DestroyWindow()
24022         causes a call to the window procedure (gdk_WindowProc), which
24023         calls gdk_event_translate(), which calls
24024         gdk_window_destroy_notify(), which gets confused unless the window
24025         is set as destroyed.
24026
24027         * gdk/win32/gdkcolor-win32.c (gdk_win32_color_to_string): Rename
24028         this function to indicate it's win32 only. Put inside #ifdef
24029         G_ENABLE_DEBUG.
24030
24031         * gdk/win32/gdkevents-win32.c (gdk_win32_message_name): New
24032         debugging function. (gdk_event_translate:) Add a default branch
24033         that uses the above function to print debug messages with all
24034         Windows messages symbolically.
24035
24036         * gdk/win32/gdkprivate-win32.h: Declare it, and
24037         gdk_win32_color_to_string, but only if G_ENABLE_DEBUG.
24038
24039 Fri May 12 20:07:32 2000  Tim Janik  <timj@gtk.org>
24040
24041         * gtk/gtkcolorseldialog.c: don't include gtk/gtkintl.h in a
24042         public header file.
24043
24044 Fri May 12 17:13:32 2000  Tim Janik  <timj@gtk.org>
24045
24046         * docs/Changes-1.4.txt: documented necessary changes for 1.4 transition.
24047
24048         * gtk/gtktext.c: made the adjustments no-construct args, simply
24049         provide default adjustments.
24050         (gtk_text_destroy): release adjustments.
24051
24052         * gtk/gtkprogressbar.c (gtk_progress_bar_class_init): made the
24053         adjustment argument non-construct.
24054
24055         * gtk/gtkprogress.c (gtk_progress_destroy): release adjustment here,
24056         instead of in finalize.
24057         (gtk_progress_get_text_from_value): 
24058         (gtk_progress_get_current_text): 
24059         (gtk_progress_set_value): 
24060         (gtk_progress_get_percentage_from_value): 
24061         (gtk_progress_get_current_percentage): 
24062         (gtk_progress_set_percentage): 
24063         (gtk_progress_configure): ensure an adjustment is present.
24064
24065 Thu May 11 01:24:08 2000  Tim Janik  <timj@gtk.org>
24066
24067         * gtk/gtkcolorsel.[hc]:
24068         * gtk/gtkcolorseldialog.[hc]:
24069         * gtk/gtkhsv.[hc]: major code cleanups, destroy handlers need to chain
24070         their parent implementation, use bit fields for boolean values, don't
24071         create unused widgets, usage of glib types, braces go on their own
24072         lines, function argument alignment, #include directives etc. etc. etc..
24073
24074         * gtk/Makefile.am (gtk_public_h_sources): install gtkhsv.h.
24075
24076 Wed May 10 23:29:52 2000  Tim Janik  <timj@gtk.org>
24077
24078         * gtk/gtktoolbar.c (gtk_toolbar_destroy): don't unref a NULL tooltips.
24079
24080         * gtk/gtkfilesel.c (gtk_file_selection_destroy): don't free a cmpl_state
24081         of NULL.
24082
24083         * gtk/gtkcombo.c (gtk_combo_item_destroy): don't keep references
24084         to freed data.
24085         (gtk_combo_destroy): don't keep a pointer to a destroyed window.
24086
24087         * gtk/gtkmenu.c (gtk_menu_init): reset the menu's toplevel pointer
24088         to NULL when the toplevel is getting destroyed.
24089         (gtk_menu_set_tearoff_state): same here for the tearoff_window.
24090         (gtk_menu_destroy): 
24091         (gtk_menu_init): store the information of whether we have to
24092         readd the initial child ref_count during destruction in a new
24093         GtkMenu field needs_destruction_ref_count.
24094
24095         * gtk/gtkviewport.c: SHAME! ok this one is tricky, so i note it
24096         here, those reading: learn from my mistake! ;)
24097         in order for set_?adjustment to support a default adjustemnt if
24098         invoked with an adjustment pointer of NULL, the code read (pseudo):
24099         if (v->adjustment) unref (v->adjustment);
24100         if (!adjustment) adjustment = adjustment_new ();
24101         if (v->adjustment != adjustment) v->adjustment = ref (adjustment);
24102         now imagine the first unref to actually free the old adjustment and
24103         adjustment_new() creating a new adjustment from the very same memory
24104         portion. here, the latter comparision will unintendedly fail, and
24105         all hell breaks loose.
24106         (gtk_viewport_set_hadjustment):
24107         (gtk_viewport_set_vadjustment): reset viewport->?adjustment to NULL
24108         after unreferencing it.
24109
24110         * gtk/gtkcontainer.[hc]: removed toplevel registration
24111         functions: gtk_container_register_toplevel(),
24112         gtk_container_unregister_toplevel() and
24113         gtk_container_get_toplevels() which had wrong semantics
24114         anyways: it didn't reference and copy the list.
24115
24116         * gtk/gtkwindow.c: we take over the container toplevel registration
24117         bussiness now. windows are registered across multiple destructions,
24118         untill they are finalized. the initial implicit reference count
24119         users are holding on windows is removed with the first destruction
24120         though.
24121         (gtk_window_init): ref & sink and set has_user_ref_count, got
24122         rid of gtk_container_register_toplevel() call. add window to
24123         toplevel_list.
24124         (gtk_window_destroy): unref the window if has_user_ref_count
24125         is still set, got rid of call to
24126         gtk_container_unregister_toplevel().
24127         (gtk_window_finalize): remove window from toplevel list.
24128         (gtk_window_list_toplevels): new function to return a newly
24129         created list with referenced toplevels.
24130         (gtk_window_read_rcfiles): use gtk_window_list_toplevels().
24131
24132         * gtk/gtkhscale.c (gtk_hscale_class_init): made the GtkRange
24133         adjustment a non-construct arg.
24134         * gtk/gtkvscale.c (gtk_vscale_class_init): likewise.
24135         * gtk/gtkhscrollbar.c (gtk_vscrollbar_class_init): likewise.
24136         * gtk/gtkvscrollbar.c (gtk_vscrollbar_class_init): likewise.
24137
24138         * gtk/gtkrange.c: added some realized checks.
24139         (gtk_range_destroy): get rid of the h/v adjustments in the
24140         destroy handler instead of finalize. remove timer.
24141         (gtk_range_get_adjustment): demand create adjustment.
24142
24143         * gtk/gtkviewport.c: made h/v adjustment non-construct args.
24144         we simply create them on demand now and get rid of them in
24145         the destroy handler.
24146         (gtk_viewport_destroy): get rid of the h/v adjustments in the
24147         destroy handler instead of finalize.
24148         (gtk_viewport_get_hadjustment): 
24149         (gtk_viewport_get_vadjustment): 
24150         (gtk_viewport_size_allocate): demand create h/v adjustment
24151         if required.
24152
24153         * gtk/gtkwidget.c (gtk_widget_finalize): duplicate part of the
24154         gtk_widget_real_destroy () functionality.
24155         (gtk_widget_real_destroy): reinitialize with a new style, instead
24156         of setting widget->style to NULL.
24157
24158 Fri May  5 13:02:09 2000  Tim Janik  <timj@gtk.org>
24159
24160         * gtk/gtkcalendar.c:
24161         * gtk/gtkbutton.c: ported _get_type() implementation over to
24162         GType, either to preserve memchunks allocation facilities,
24163         or because Gtk+ 1.0 GtkTypeInfo was still being used.
24164
24165         * gtk/gtkobject.[hc]: derive from GObject. ported various functions
24166         over. prepare for ::destroy to be emitted multiple times.
24167         removed reference tracer magic. chain into GObjectClass.shutdown()
24168         to emit ::destroy signal.
24169
24170         * gtk/gtksignal.c: removed assumptions about GTK_TYPE_OBJECT being
24171         fundamental.
24172
24173         * gtk/gtkmain.c: removed gtk_object_post_arg_parsing_init()
24174         cludge.
24175
24176         * gtk/gtksocket.c:
24177         * gtk/gtkplug.c:
24178         * gtk/gtklayout.c:
24179         * gtk/gtklabel.c:
24180         * gtk/gtkargcollector.c:
24181         * gtk/gtkarg.c: various fixups to work with GTK_TYPE_OBJECT
24182         not being a fundamental anymore, and to work with the new
24183         type system (nuked fundamental type varargs clutter).
24184
24185         * gtk/*.c: install finalize handlers in the GObjectClass
24186         part of the class structure.
24187         changed direct GTK_OBJECT()->klass accesses to
24188         GTK_*_GET_CLASS().
24189         changed direct object_class->type accesses to GTK_CLASS_TYPE().
24190
24191         * gtktypeutils.[hc]: use the reserved fundamental ids provided by
24192         GType. made most of the GTK_*() type macros and Gtk* typedefs
24193         simple wrappers around macros and types provided by GType.
24194         most notably, a significant portion of the old API vanished:
24195         GTK_TYPE_MAKE(),
24196         GTK_TYPE_SEQNO(),
24197         GTK_TYPE_FLAT_FIRST, GTK_TYPE_FLAT_LAST,
24198         GTK_TYPE_STRUCTURED_FIRST, GTK_TYPE_STRUCTURED_LAST,
24199         GTK_TYPE_ARGS,
24200         GTK_TYPE_CALLBACK,
24201         GTK_TYPE_C_CALLBACK,
24202         GTK_TYPE_FOREIGN,
24203         GtkTypeQuery,
24204         gtk_type_query(),
24205         gtk_type_set_varargs_type(),
24206         gtk_type_get_varargs_type(),
24207         gtk_type_check_object_cast(),
24208         gtk_type_check_class_cast(),
24209         gtk_type_describe_tree(),
24210         gtk_type_describe_heritage(),
24211         gtk_type_free(),
24212         gtk_type_children_types(),
24213         gtk_type_set_chunk_alloc(),
24214         gtk_type_register_enum(),
24215         gtk_type_register_flags(),
24216         gtk_type_parent_class().
24217         replacements, where available are described in ../docs/Changes-1.4.txt.
24218         implemented compatibility functions for the remaining API.
24219
24220         * configure.in: depend on glib 1.3.1, use gobject module.
24221
24222 Thu May 11 12:39:50 2000  Owen Taylor  <otaylor@redhat.com>
24223
24224         * TODO.xml: Various updates to current status.
24225
24226 Wed May 10 20:25:04 2000  Owen Taylor  <otaylor@redhat.com>
24227
24228         * gtk.m4: Print out version when test succeeds.
24229
24230 Wed May 10 16:38:17 2000  Owen Taylor  <otaylor@redhat.com>
24231
24232         * gtk/Makefile.am docs/Changes-1.4.txt gtk/gtkcolorsel.[ch]
24233         gtk/gtkhsv.[ch]: Color selection dialog rewrite.
24234         
24235         (Original triangle color selector from Simon Budig
24236         <Simon.Budig@unix-ag.org>, Cleaned up and rewritten for GTK+ by
24237         from Jonathan, Havoc, and Federico. Merge into GTK+ done by David
24238         Santiago <mrcooger@cyberverse.com>)
24239
24240         * gtk/gtkcolorseldialog.[ch]: Split color selection dialog
24241         out into a separate widget.
24242
24243         * gtk/testgtk.c: Add some checkbuttons for toggling palette
24244         and opacity controls.
24245
24246 Wed May 10 16:08:09 2000  Owen Taylor  <otaylor@redhat.com>
24247
24248         * configure.in (GTK_LIBS_EXTRA): Remove references to gobject that 
24249         snuck in prematurely.
24250
24251 2000-05-07  Tor Lillqvist  <tml@iki.fi>
24252
24253         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Fix typo. I
24254         had deleted a ! operator by mistake, which caused
24255         GDK_SELECTION_CLEAR events never to be generated, which caused
24256         only the first copy to the clipboard from an gtkeditable to
24257         actually cause a copy to the Windows clipboard.
24258
24259 2000-05-06  Tor Lillqvist  <tml@iki.fi>
24260
24261         * gdk/win32/gdkdnd-win32.c: Enable shortcut resolution for gcc
24262         compilation, too. Current mingw gcc distributions include the
24263         necessary headers. Also the necessary IIDs are now in mingw
24264         headers/libraries, and own definitions unnecessary.
24265
24266         More hacking on OLE2 DND, still doesn't work though, and thus
24267         ifdeffed out.
24268
24269         * gdk/win32/gdkwindow-win32.c: Remove gdk_window_clear() from
24270         here, too.
24271
24272 Sat,  6 May 2000 13:31:34 +0200 Paolo Molaro <lupus@linuxcare.com>
24273
24274         * gdk/nanox/*: nano-X port work in progress.
24275         * gdk/simple.c: simple test for Gdk.
24276         * README.nanox: notes about the port: read this first!
24277         * gtk/gtk{dnd,plug,selection,window}.c: minimal changes to make gtk compile
24278         with nano-X.
24279
24280 Fri May  5 11:18:47 2000  Owen Taylor  <otaylor@redhat.com>
24281
24282         * gdk/gdkwindow.c gdk/x11/gdkwindow-x11.c (gdk_window_clear): Move
24283         gdk_window_clear() into common code, implement in terms of
24284         gdk_window_clear_area(). (Fixes bug where gdk_window_clear() was
24285         not redirected to the backing rectangle.
24286
24287 Wed Apr 26 01:53:23 2000  Owen Taylor  <otaylor@redhat.com>
24288
24289         * gtk/Makefile.am (EXTRA_DIST): Add OLD_STAMP into 
24290         EXTRA_DIST. It does not work well when the file that
24291         everything depends on is not in the tarball.
24292
24293 Tue Apr 25 22:20:41 2000  Owen Taylor  <otaylor@redhat.com>
24294
24295         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Fix error
24296         with recursion where process_updates() is called from
24297         an expose handler. (GtkTextView is highly broken in
24298         doing this, but it should work, so it is a nice test
24299         case.)
24300
24301 Sun Apr 23 23:39:18 2000  Owen Taylor  <otaylor@redhat.com>
24302
24303         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Gracefully
24304         handle the case where updates are queued during processing of
24305         updates.
24306
24307 Tue Apr 18 14:16:50 2000  Owen Taylor  <otaylor@redhat.com>
24308
24309         * gdk/x11/gdkwindow-x11.c (gdk_window_foreign_new): We already assume
24310         window is on gdk_display - use that instead of segfaulting.
24311
24312 Thu May  4 02:04:46 2000  Tim Janik  <timj@gtk.org>
24313
24314         * configure.in (STRIP_DUMMY): some Make 3.79 $(strip ) versions are
24315         broken and require an empty arg, give it to them.
24316
24317 Fri Apr 28 19:34:32 2000  Tim Janik  <timj@gtk.org>
24318
24319         * gtk/gtklabel.h: indentation fixes.
24320
24321 2000-05-02  Tor Lillqvist  <tml@iki.fi>
24322
24323         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_arc): Don't try to
24324         draw too narrow or too low arcs, they seem to fail, at least with
24325         some display drivers.
24326
24327         * gdk/gdk.c (gdk_init_check): Use G_DIR_SEPARATOR.
24328
24329         Large changes to the Win32 backend, partially made necessary by
24330         the changes to the backend-independent internal
24331         structures. Attempts to implement similar backing store stuff as
24332         on X11. The current (CVS) version of the Win32 backend is *not* as
24333         stable as it was before the no-flicker branch was merged. A
24334         zipfile with that version is available from
24335         http://www.gimp.org/win32/. That should be use by "production"
24336         code until this CVS version is usable. (But note, the Win32
24337         backend has never been claimed to be "production quality".)
24338
24339         * README.win32: Add the above comment about versions.
24340
24341         * gdk/gdkwindow.c: Don't use backing store for now on Win32.
24342
24343         * gdk/gdk.def: Update.
24344
24345         * gdk/gdkfont.h: Declare temporary Win32-only functions. Will
24346         presumably be replaced by some more better mechanism as 1.4 gets
24347         closer to release shape.
24348
24349         * gdk/makefile.{cygwin,msc}: Update.
24350
24351         * gdk/win32/*.c: Correct inclusions of the backend-specific and
24352         internal headers. Change code according to changes in these. Use
24353         gdk_drawable_*, not gdk_window_* where necessary.
24354
24355         * gdk/win32/gdkdnd-win32.c: Use MISC selector for GDK_NOTE, not
24356         our old DND.
24357
24358         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_text): Don't try
24359         to interpret single characters as UTF-8. Thanks to Hans Breuer.
24360         Use correct function name in warning messages.
24361
24362         * gdk/win32/gdkevents-win32.c: Use correct parameter lists for the
24363         GSourceFuncs gdk_event_prepare and gdk_event_check.
24364         (gdk_event_get_graphics_expose): Do implement, use
24365         PeekMessage. Thanks to Hans Breuer.
24366         (event_mask_string): Debugging function to print an GdkEventMask.
24367         (gdk_pointer_grab): Use it.
24368
24369         * gdk/win32/gdkfont-win32.c: The Unicode subrange that the
24370         (old) book I used claimed was Hangul actually is CJK Unified
24371         Ideographs Extension A. Also, Hangul Syllables were missing.
24372         Improve logging.
24373
24374         * gdk/win32/gdkgc-win32.c: Largish changes.
24375
24376         * gdk/win32/gdkim-win32.c (gdk_set_locale): Use
24377         g_win32_getlocale() from GLib, and not setlocale() to get current
24378         locale name.
24379
24380         * gdk/win32/gdkprivate-win32.h
24381         * gdk/win32/gdkwin32.h: Move stuff from gdkprivate-win32.h to
24382         gdkwin32.h, similarily as in the X11 backend.
24383
24384         * gdk/win32/gdkwindow-win32.c (gdk_propagate_shapes): Bugfix,
24385         assignment was used instead of equals in if test. Thanks to Hans
24386         Breuer.
24387
24388         * gdk/win32/gdkgeometry-win32.c: New file, just a quick hack of
24389         the X11 version.
24390
24391         * gdk/win32/makefile.{cygwin,msc}
24392         * gtk/makefile.{cygwin,msc}: Updates. Better kludge to get the
24393         path to the Win32 headers that works also with the mingw compiler.
24394
24395         * gtk/gtkstyle.c: Include <string.h>.
24396
24397 2000-04-26  Havoc Pennington  <hp@redhat.com>
24398
24399         * gtk/gtklabel.c (gtk_label_get_text): Add this function,
24400         replacing the broken gtk_label_get ()
24401
24402 2000-04-15  Havoc Pennington  <hp@pobox.com>
24403
24404         * gdk/gdkdnd.h: clean up enum format, remove extra comma, 
24405         this keeps scanner scripts from getting confused.
24406
24407         * gdk/gdkdraw.c (gdk_drawable_get_data): This should return the
24408         data, rather than void
24409
24410 2000-04-15  Tor Lillqvist  <tml@iki.fi>
24411
24412         * gtk/gtkclist.c (gtk_clist_motion)
24413         * gtk/gtklist.c (gtk_list_motion_notify): If we get a motion event
24414         with is_hint FALSE, get x and y from the event. They used to be
24415         used uninitialised. The Win32 backend never sends motion events
24416         marked as hints. This for instance fixes the annoying file and
24417         font selector behaviour in the Win32 version.
24418
24419 2000-04-14  Tor Lillqvist  <tml@iki.fi>
24420
24421         * gtk/gtksignal.c: (Win32:) Export the gtk_private_signals and
24422         gtk_private_n_signals variables, they are used by some software,
24423         sigh.
24424
24425         * gtk/gtkrc.c (get_gtk_sysconf_directory): (Win32:) Fetch the
24426         installation directory from the Registry, where the installer
24427         should have put it.
24428
24429 Fri Apr  7 17:19:27 2000  Owen Taylor  <otaylor@redhat.com>
24430
24431         * gdk/x11/Makefile.am: Fix problem with installation directory for
24432         gdkx.h
24433
24434         * gtk/gtkmenuitem.c gtk/gtkmenushell.c: Patch from David Santiago
24435         <mrcooger@cyberverse.com> so that when selecting menus with the
24436         mouse, the first item will not be selected, but when selecting
24437         with an accelerator, or navigating left-right on a menubar with
24438         the menus popped up, the first item will be selected.
24439
24440 2000-04-05  Dan Damian  <dand@dnttm.ro>
24441
24442         * configure.in: Added "ro" to ALL_LINGUAS.
24443
24444 Wed Apr  5 00:08:36 2000  Owen Taylor  <otaylor@redhat.com>
24445
24446         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_new): Fix screwy
24447         indentation.
24448
24449         * Makefile.am (EXTRA_DIST): Fix typo.
24450
24451         * gdk[/x11]/Makefile.am (INCLUDES): Add $(top_builddir)/gdk
24452         to catch gdkconfig.h
24453
24454         * gtk/gtkitemfactory.c: Added FIXME.
24455
24456 2000-03-30  Jonathan Blandford  <jrb@redhat.com>
24457
24458         * gtk/gtkpaned.c (gtk_paned_get_position): oops.
24459         s/return_if_fail/return_val_if_fail/g and add a return value.
24460
24461 Mon Mar 27 20:56:14 2000  Owen Taylor  <otaylor@redhat.com>
24462
24463         * gtk/gtkwidget.c (gtk_widget_queue_clear_area): Fix up 
24464         merge slipup.
24465
24466         * gdk/gdkinput.h: Fix missing line from merge.
24467
24468 Mon Mar 27 20:39:49 2000  Owen Taylor  <otaylor@redhat.com>
24469
24470         * gdk/gdkcolor.c cursor.c gdkdraw.c gdkfont.c: Include gdkinternals.h
24471         instead of gdkprivate.h.
24472
24473 Sun Mar 12 15:19:24 2000  Owen Taylor  <otaylor@redhat.com>
24474
24475         * gtk/gtkinputdialog.h (struct _GtkInputDialogClass): Fix
24476         parent class to correctly be GtkDialogClass.
24477
24478 Thu Feb 24 23:58:21 2000  Owen Taylor  <otaylor@redhat.com>
24479
24480         * gdk/x11/gdkgeometry-x11.c: Don't worry about clipping of
24481         toplevel windows and their immediate children by their parents,
24482         since the size of toplevel windows is out of our immediate
24483         control and we don't get any real benefit from trying to track
24484         this size for clipping.
24485
24486         * gdk/gdkprivate.h (struct _GdkWindowPrivate) gdk/x11/gdkwindow-x11.c : Add a flag
24487         for input_only windows.
24488
24489         * gdk/gdkwindow.c gdk/x11/gdkgeometry-x11.c: Use the above flag
24490         to fix some hacks and make sure that we don't try to set the
24491         background of input only windows.
24492
24493 Thu Feb 24 18:11:46 2000  Owen Taylor  <otaylor@redhat.com>
24494
24495         * gdk/gdkinternals.h gdk/gdkprivate.h gdk/Makefile.am: Add a header file for
24496         the _really_ internal stuff, and leave gdkprivate.h for the fake private
24497         stuff that we've traditionally exposed.
24498
24499         * gdk/**.c: Use gdkinternals.h where appropriate.
24500
24501         * gdk/x11/gdkx.h gdk/x11/gdkprivate-x11.h gdk/x11/*.c: Make gdkx.h
24502         not include gdkprivate-x11.h, move all stuff of conceivable public
24503         interest into gdkx.h; keep all really private stuff in
24504         uninstalled header gdkprivate-x11.h.
24505
24506         * gdk/gdkdraw.c gdk/gdkwindow.c gdk/gdkinternals: Redirect all calls to
24507         image->image_put on windows through a new function _gdk_window_draw_image()
24508         to allow us to do backing store for images. (Sort of ugly)
24509
24510         * gdk/gdkgc.c gdk/gdkprivate.h: Cache the ts and clip origins for graphics
24511         contexts locally so that we can offset them properly when drawing 
24512         onto backing pixmaps.
24513
24514         * gdk/gdkinput.h: Reindented
24515
24516         * gdk/gdkprivate.h gdk/x11/gdkwindow-x11.c: Store the background
24517         pixmap or color for the window, so we can properly initialize
24518         our double-buffer pixmaps, and also so that we temporarily set
24519         a background of None while scrolling.
24520
24521         * gdk/gdkregion.h: Revise region boolean operators to have an
24522         interface that is actually convenient - switch from creating new
24523         regions on every op, to "methods" that modify existing regions
24524         (A = A OP B). 3 argument forms which allow dest == src, would also
24525         be possible, but the current interfaces seem to map nicely
24526         onto what needs to be done. (There is quite a lot of region
24527         code in GDK now.)
24528
24529         * gdk/gdkregion.h: Add constructor from rectangle and a copy
24530         operator.
24531
24532         * gdk/x11/{gdkregion-generic.[ch],gdkpolyreg-generic.c,
24533         gdkpoly-generic.h: Copy region code from Xlib, switch it over
24534         to 32 bit coordinates, modify it to be mostly GTK+ style
24535         and to have interfaces that match gdkregion.h.
24536
24537         * gdk/gdkwindow.c gdk/gdkprivate.h: Add facility for
24538         double-buffered drawing. gdk_window_begin_paint_{rect,region}()
24539         create a backing pixmap and redirect all drawing to
24540         that backing pixmap until a matching gdk_window_end_paint().
24541
24542         * gdk/gdkwindow.[ch] gdk/gdkinternals.h gdk/x11/gdkdrawable-x11.c:
24543         Create a special drawable class for GtkWindow's that 
24544         redirects the drawing to the backing pixmap as necessary
24545         and then calls the real operations in _gdk_windowing_window_class.
24546
24547         * gdk/gdkprivate.h gdk/gdkwindow.[ch] gdk/x11/gdkevents-x11.c:
24548         Store invalid region for each window. Generate expose events for invalid
24549         region in an idle. This replaces both the expose compression
24550         and the redrawing queuing in GTK+. It is both more efficient and
24551         simpler than either one individually and far more so then the
24552         combination.
24553
24554         * gdk/x11/gdkgeometry.c gdk/x11/gdkwindow.c gdk/x11/gdkprivate-x11.h:
24555         Emulate 32 bit coordinates for windows with 16 bit coordinates
24556         by offsetting drawing, guffaw scrolling techniques and
24557         mapping/unmapping child windows as necessary.
24558
24559         * gdk/gdkwindow.[ch] gdk/x11/gdkgeometry.c: Add anti-exposes,
24560         where, when invalid regions are processed, the region is stored,
24561         and if expose events come in that are detectably duplicate
24562         the processed exposes (by comparison of event serial numbers),
24563         the stored region is subtracted out of those exposes.
24564
24565         * gdk/x11/gdkgeometry.c: Temporarily unset backing pixmaps of
24566         regions newly exposed when scrolling or resizing windows.
24567         This, combined with forcing processesing of queued invalidated
24568         regions, gives nice flicker-free scrolling.
24569
24570         * gtk/gtklayout.c gtk/gtkviewport.c: Force processing of
24571         invalidated regions after every scroll.
24572
24573         * gtk/gtklayout.c: Vastly simplify using the new 32 bit coordinate
24574         emulation in GDK. Its, for all practical purposes just a
24575         GtkViewport/GtkFixed hybrid now.
24576
24577         * gdk/gdkdrawable-x11.c: Convert from GDK (32 bit) to X11
24578         (16-bit) structures as necessary instead of just casting.
24579
24580         * gdk/x11/gdkgc-x11.c gdk/x11/gdkx.h: Replace XSetRegion with code
24581         in terms of the structures from gdkregion-generic.c, using appropriate
24582         offsets from GDK to X11 coordinates. Cache clip mask and
24583         origin and ts origin locally and only flush to the server
24584         when drawing, to avoid constantly setting and resetting these
24585         values when offsetting GC's for scrolling and backing pixmaps.
24586
24587         * gdk/x11/gdkinput-x11.c: Fix leak of axes structures.
24588
24589         * gtk/gtkcontainer.c: Call process_all_updates at end
24590         of resizing to reduce flicker. (Avoids having redraw
24591         lag arbitrarily behind resize under some circumstances)
24592
24593         * gtk/gtkentry.c: Remove old backing store code, and simply take
24594         advantage of the new backing store capabilities of GDK.
24595
24596         * gtk/gtkmain.c: Simple implementation of widget backing
24597         store - simply push a paint while handling each expose.
24598         (Should really be configurable widget for widget.)
24599         
24600         * gtk/gtkwidget.c: Remove all the old complicated redraw
24601         code, and simply invalidate the GDK windows from
24602         gdk_window_queue_clear(), etc. (Sigh, so much carefully
24603         debugged complexity ... gone to the winds.)
24604
24605         Remove all the code for suppressing expose events while
24606         resizes are pending; this isn't needed since the invalid
24607         areas won't be processed until after the resizes are
24608         processed, since they are in a lower priority idle.
24609
24610 Thu Feb 24 15:37:41 2000  Owen Taylor  <otaylor@redhat.com>
24611
24612         * gdk/gdkrectangle.c (gdk_rectangle_intersect): Set width
24613         and height of dest rectangle for non-intersecting rectangles.
24614
24615 Sun Feb 20 16:47:31 2000  Owen Taylor  <otaylor@redhat.com>
24616
24617         * gtk/gtkwidget.h: Make GtkAllocation just a typedef
24618         for GdkRectangle.
24619
24620 Sun Feb 20 11:27:00 2000  Owen Taylor  <otaylor@redhat.com>
24621
24622         * gdk/gdk{events,image,private,types,window}.h
24623          gdk/x11/gdkinputprivate.h: Change all coordinates
24624          from int16 to int. Also, Change width and height from
24625          unsigned to signed to avoid all the stupid C 
24626          signedness bugs.
24627
24628 Sat Feb 19 12:01:53 2000  Owen Taylor  <otaylor@redhat.com>
24629
24630         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_drawable):
24631         Use gdk_drawable_get_depth instead of gdk_drawable_get_visual.
24632         Add some more detailed checking.
24633
24634         * gdk/gdkdraw.c gdk/gdkdrawable.h (gdk_drawable_get_depth):
24635         New function to retrieve the depth of a drawable.
24636
24637         * gdk/gdkprivate.h (struct _GdkDrawablePrivate): Add a depth
24638         field, reorder fields to save memory. 
24639
24640 Mon Dec 13 14:06:03 1999  Owen Taylor  <otaylor@redhat.com>
24641
24642         * gtk/gtkentry.c (gtk_entry_draw_cursor_on_drawable): Draw a small portion
24643         of the background image instead of scaling the background down to
24644         a line.
24645
24646         * gtk/gtk[hv]scrollbar.c (gtk_hscrollbar_size_allocate): Removed mysterious
24647         which temporarily set slider to wrong size.
24648
24649         * gtk/gtkaspectframe.c gtkbin.c: Remove unecessary calls to
24650         queue_clear().
24651
24652 Wed Nov 17 18:36:05 1999  Owen Taylor  <otaylor@redhat.com>
24653
24654 2000-03-23  Jonathan Blandford  <jrb@redhat.com>
24655
24656         * gtk/gtkpaned.c (gtk_paned_get_position): add getter.
24657
24658 2000-03-17  Tor Lillqvist  <tml@iki.fi>
24659
24660         * gdk/win32/gdkevents-win32.c: Remove the #ifndef
24661         USE_DISPATCHMESSAGE sections, we do want to use DispatchMessage.
24662
24663         * gdk/win32/gdkfont-win32.c
24664         * gdk/win32/gdkproperty-win32.c
24665         * gdk/win32/gdkselection-win32.c
24666         * gdk/win32/gdkwindow-win32.c: Add const to some arguments that are
24667         now declared such.
24668
24669 Wed Mar 15 02:59:38 PST 2000 Manish Singh <yosh@gimp.org>
24670
24671         * gtk/gtkvpaned.c: removed stray gutter_size reference, a 1.2 relic
24672
24673 Mon Mar 13 18:37:55 2000  Owen Taylor  <otaylor@redhat.com>
24674
24675         * gdk/gdkdnd.c: Fix a bunch of cases where XGetWindowProperty()
24676         is called without trapping X errors.
24677
24678 Fri Feb 25 10:48:53 2000  Owen Taylor  <otaylor@redhat.com>
24679
24680         * gtk/gtkrc.*: Fix problem where stray '"' characters found their
24681         way into the fontset lists.
24682
24683 Tue Feb 22 08:52:52 2000  Tim Janik  <timj@gtk.org>
24684
24685         * gtk/gtkthemes.h: add extern "C" scope.
24686
24687 Mon Feb 21 20:16:42 2000  Lars Hamann  <lars@gtk.org>
24688
24689         * gtk/gtkclist.c: applied  patch from Guy Harris <guy@netapp.com>
24690         to make appends to the list constant. (gtk-guy-990901-0.patch)
24691
24692 Mon Feb 14 22:50:10 2000  Tim Janik  <timj@gtk.org>
24693
24694         * gtk/gtktypeutils.c (gtk_type_init): use g_str_hash() and g_str_equal()
24695         for the typename hash table.
24696
24697 Mon Feb 14 15:01:23 2000  Owen Taylor  <otaylor@redhat.com>
24698
24699         * gtk/gtkpaned.c (gtk_paned_compute_position): Add some sanity checks
24700         to make sure we never divide by zero. 
24701         (Problem pointed out by Michal Jaegermann <michal@ellpspace.math.ualberta.ca>)
24702
24703 Mon Feb 14 12:29:38 2000  Owen Taylor  <otaylor@redhat.com>
24704
24705         * gtk/gtkfontsel.c: Apply patch from
24706         SHIRASAKI Yasuhiro <yasuhiro@awa.tohoku.ac.jp> to make font selector work a little
24707         better with 2-byte fonts. (Load a fontset instead of a font for two byte fonts.)
24708
24709         Also, some cleanups in atom handling.
24710
24711 Sun Feb 13 08:02:21 2000  Tim Janik  <timj@gtk.org>
24712
24713         * gtk/gtksocket.c (gtk_socket_class_init): parent class is GtkContainer,
24714         not GtkWidget.
24715
24716 Fri Feb 11 02:19:32 2000  Tim Janik  <timj@gtk.org>
24717
24718         * gtk/gtkhpaned.c (gtk_hpaned_size_allocate): 
24719         * gtk/gtkvpaned.c (gtk_vpaned_size_allocate): 
24720         * gtk/gtkpaned.c (gtk_paned_compute_position): had to squeeze some
24721         more guint wrap-around bugs before going to bed.
24722
24723 Thu Feb 10 16:16:35 2000  Tim Janik  <timj@gtk.org>
24724
24725         * gtk/gtkspinbutton.c (gtk_spin_button_size_allocate): guard against
24726         guint wrap arounds in allocation.width.
24727
24728         * gtk/gtktable.c (gtk_table_size_allocate_pass1): repeat shrinking
24729         process untill we fit the allocation given.
24730
24731 Tue Feb  8 09:38:29 2000  Tim Janik  <timj@gtk.org>
24732
24733         * gtk/gtkwidget.c:
24734         (gtk_widget_unrealize): guard widget access with ref/unref
24735         around signal emission.
24736         (gtk_widget_hide): same here, but also check its destroyed
24737         state before queueing a resize.
24738
24739 Tue Feb  8 03:05:55 2000  Tim Janik  <timj@gtk.org>
24740
24741         * gtk/gtkstyle.c (gtk_style_new): use gtk_default_prelight_bg instead
24742         of gtk_default_insensitive_bg as insensitive base color.
24743
24744         * gtk/gtktext.c (gtk_text_style_set): set the background color according
24745         to the widget's state.
24746         (gtk_text_realize): same here.
24747         (gtk_text_state_changed): same here.
24748         (draw_bg_rect): compare background color against base[] from
24749         GTK_WIDGET_STATE (text) not GTK_STATE_NORMAL.
24750
24751 Mon Feb  7 04:01:55 2000  Tim Janik  <timj@gtk.org>
24752
24753         * gtk/gtkmain.c (gtk_main_do_event): ignore delete events when
24754         grabs are active, unless a delete event is send to the toplevel
24755         of the currently grab holding widget.
24756
24757 Sun Feb  6 10:13:15 2000  Owen Taylor  <otaylor@redhat.com>
24758
24759         * gtk/gtkctree.c (gtk_ctree_drag_data_received): Remove
24760         debugging g_print's.
24761
24762 Fri Feb  4 15:54:54 2000  Owen Taylor  <otaylor@redhat.com>
24763
24764         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_size_request): Don't
24765         ever make the scrolled-window requisition ever depend on the 
24766         visibility state of the scrollbars for the AUTOMATIC policy. 
24767         This breaks the GTK+ requisition model, and causes loops.
24768
24769 Fri Feb  4 15:09:12 2000  Owen Taylor  <otaylor@redhat.com>
24770
24771         * gtk/gtkstyle.c (gtk_style_new): Set the charset explicitely for
24772         the default font to avoid problems with XFree86-4.0 where the
24773         default charset is iso10646-1, not iso8859-1.
24774
24775 Thu Feb  3 14:58:48 PST 2000 Manish Singh <yosh@gimp.org>
24776
24777         * acinclude.m4
24778         * config.guess
24779         * config.sub
24780         * ltconfig
24781         * ltmain.sh: upgrade to libtool 1.3.4 (bugfix only release)
24782
24783         * gtk/Makefile.am: minor cosmetic consistency tweak
24784
24785 Thu Feb  3 14:46:01 2000  Owen Taylor  <otaylor@redhat.com>
24786
24787         * gtk/gtkmenushell.c (gtk_menu_shell_button_release): Set
24788         the activate_time to 0, so that we handle a quick
24789         press/release press/release properly and don't suppress
24790         the second release. (Red Hat bug #7545)
24791
24792 Wed Feb  2 22:25:17 2000  Tim Janik  <timj@gtk.org>
24793
24794         * gtk/gtkctree.c (row_delete):
24795         (gtk_ctree_node_set_row_data_full): fixed very evil reentrancy
24796         bugs with destruction notifier, *always* update internal
24797         structures *before* calling user code.
24798
24799 Sun Jan 30 20:10:52 2000  Lars Hamann  <lars@gtk.org>
24800
24801         A few more fixes for bug #5487, #2051, #2677.
24802         * gtk/gtkclist.c : 
24803         (gtk_clist_button_press):  Reset clist->anchor to -1 if event->type is
24804         not GDK_BUTTON_PRESS.
24805         (resync_selection): resync only if selection_mode is
24806         GTK_SELECTION_EXTENDED
24807         * gtk/gtkctree.c (resync_selection): same here
24808
24809 Sun Jan 30 12:29:20 2000  Owen Taylor  <otaylor@redhat.com>
24810
24811         * gdk/gdk.h gtk/gtkmenu.h: Removed duplicate prototypes for
24812         gdk_drag_get_selection() and gtk_menu_detach().
24813
24814         [ From Jeroen Ruigrok/Asmodai ]
24815
24816 Sat Jan 29 10:11:56 2000  Owen Taylor  <otaylor@redhat.com>
24817
24818         * gtk/gtknotebook.c (gtk_notebook_size_request): 
24819         page->tab_label can be NULL.
24820
24821 2000-01-25  Havoc Pennington  <hp@pobox.com>
24822         
24823         * gdk/gdkwindow.c (gdk_window_set_back_pixmap): parent_relative
24824         arg is boolean
24825
24826         * gdk/gdkselection.c (gdk_selection_owner_set): return boolean
24827
24828         * gdk/gdkrectangle.c (gdk_rectangle_intersect): return boolean
24829
24830         * gdk/gdkproperty.c (gdk_property_get): return boolean
24831
24832         * gdk/gdkinput.c (gdk_input_set_mode): return boolean
24833
24834         * gdk/gdkim.c (gdk_im_ready): return boolean
24835
24836         * gdk/gdkgc.c (gdk_gc_set_exposures): gboolean arg
24837
24838         * gdk/gdkfont.c (gdk_font_equal): return gboolean (mild
24839         glib clash, should fix glib)
24840
24841         * gdk/gdkevents.c (gdk_set_show_events): take gboolean arg
24842         (gdk_get_show_events): return gboolean, and canonicalize 
24843         to TRUE/FALSE
24844
24845         * gdk/gdkcolor.c (gdk_colormap_new): gboolean flag whether the
24846         colormap is private
24847         (gdk_colors_alloc): gboolean whether to be contiguous
24848         (gdk_color_equal): return gboolean since we are a predicate
24849         and not a qsort() (this looks semi-wrong due to glib breakage,
24850         IMO glib should be fixed)
24851         
24852         * gdk/gdk.c (gdk_set_use_xshm): take gboolean arg
24853         (gdk_get_use_xshm): return gboolean
24854         (gdk_pointer_is_grabbed): return gboolean
24855
24856         * gdk/gdk.h: Change prototypes to match all the above changes,
24857         and re-run egtk-format-protos as required.
24858
24859 Fri Jan 28 12:28:17 2000  Owen Taylor  <otaylor@redhat.com>
24860
24861         * gtk/gtkctree.c (resync_selection): 
24862         * gtk/gtkclist.c (resync_selection):
24863
24864         Return immediately if clist->drag_pos < 0. This is a workaround
24865         for the corrupt state that the clist gets into when a
24866         GDK_2BUTTON_PRESS occurs. See note in gtk_clist_button_press().
24867
24868         Bug #5487, #2051, #2677; fix suggested by David Helder and T. Alexander Popiel.
24869         
24870         * gtk/gtknotebook.c (gtk_notebook_size_request): Fix uninitialized
24871         variable from recent commit.
24872
24873 Thu Jan 27 15:22:09 2000  Owen Taylor  <otaylor@redhat.com>
24874
24875         * gtk/gtkdnd.c (gtk_drag_begin): Fix stupid typo in last commit.
24876
24877 Thu Jan 27 18:00:55 2000  Tim Janik  <timj@gtk.org>
24878
24879         * gtk/Makefile.am: prefix all autogenerated source that get build in
24880         $(srcdir) with $(srcdir)/, so make doesn't assume they got generted
24881         in builddir. since we subsequently cd into srcdir for autogeneration,
24882         the paths have to be stripped from the target file names, thusly we
24883         use $(@F) as target names now.
24884         put a comment about configure.in's --disable-rebuilds option,
24885         which can be used for non-writable source directories, for development
24886         setups though, srcdir has to be *writable*.
24887
24888 hu Jan 27 00:15:03 2000  Owen Taylor  <otaylor@redhat.com>
24889
24890         * gtk/gtkdnd.c (gtk_drag_begin gtk_drag_get_event_actions):
24891           Finish the job of allowing event to be NULL.
24892           (Fixes bug #4283, reported by Chris Blizzard)
24893
24894         * gtk/gtkentry.c (entry_adjust_scroll): When calculating
24895           things so that the cursor appears on screen, properly
24896           take into account INNER_BORDER.
24897           (Fixes bug #4754, reported by Antonio Campos)
24898
24899 Wed Jan 26 23:12:28 2000  Owen Taylor  <otaylor@redhat.com>
24900
24901         * gtk/gtknotebook.c (gtk_notebook_map): Don't
24902           show the tab_label unless it itself is visible.
24903
24904           gtk/gtknotebook.c (gtk_notebook_size_request):
24905           Do a better job of making sure that the visibility
24906           of the tab label corresponds to whether it should
24907           be mapped or not.
24908
24909 Wed Jan 26 21:17:03 2000  Owen Taylor  <otaylor@redhat.com>
24910
24911         * gtk/gtkoptionmenu.c (gtk_option_menu_position):
24912           Use the requisition, not the allocation, since the
24913           allocation has not necessarily been computed yet.
24914           (Pointed out by Eugene Osintsev)
24915
24916 Wed Jan 26 19:44:25 2000  Owen Taylor  <otaylor@redhat.com>
24917
24918         * gtk/gtkstyle.c (gtk_style_new): Dont' set
24919           style/base[GTK_STATE_INSENSITIVE] both to
24920           gtk_default_insensitive_bg!
24921           (Bug #2187, reported by Jonathan Blandford)
24922
24923         * gtk/gtkaccelgroup.c (gtk_accelerator_valid):
24924           Add Alt_L, Alt_R to list of invalid accelerators.
24925           (Bug #3736, reported by Vlad Harchev)
24926
24927 Wed Jan 26 19:01:56 2000  Owen Taylor  <otaylor@redhat.com>
24928
24929         * gtk/gtkfilesel.c (open_ref_dir): Fix several
24930         bugs which occured after an attempt to open 
24931         invalid home directory left cmpl_state->reference_dir == NULL.
24932
24933          - completion on files in home directory didn't work
24934          - completion on an empty string caused  segfault
24935
24936          (Bug #3678, reported by Steve Ratcliffe)
24937
24938         * gtk/gtkscale.c (gtk_scale_get_value_width): Fix
24939         cut and paste error that was causing scales to
24940         be incorrectly positioned.
24941         (Bug #2956,
24942          patch from Steve Ratcliffe <steve@parabola.demon.co.uk>)
24943
24944 2000-01-27  Shirasaki Yasuhiro  <yasuhiro@gnome.gr.jp>
24945
24946         * acinclude.m4 (AM_GTK_WITH_NLS): Add -lintl to libs
24947         when checking for dcgettext, if we've found we needed
24948         it for dgettext.
24949 +
24950 Wed Jan 26 18:06:07 2000  Owen Taylor  <otaylor@redhat.com>
24951
24952         * gtk/gtkwidget.c (gtk_widget_queue_clear_area): Ignore
24953         queue_clear on NO_WINDOW widgets during a reparent,
24954         since at that point the window and widget heirarchies
24955         are out of sync. This stops crashing in some cases
24956         (the scrolled window reparent test, for instance), and
24957         _probably_ won't cause drawing errors.
24958
24959         * gtk/testgtk.c: Make the reparenting-a-scrolled-window
24960         test do what it was supposed to do and be robust against
24961         window closings, etc. (Bug #2443)
24962
24963 Wed Jan 26 16:56:54 2000  Owen Taylor  <otaylor@redhat.com>
24964
24965         * gtk/gtkentry.c: Fix return values on mouse events.
24966         (Bug #2686, Sky <seb_sky@yahoo.com>)
24967
24968         * gtk/genmarshal.pl: Fix up handling of FOREIGN.
24969         (pointed out by George Lebl)
24970
24971         * gdk/gdkcolor.c (gdk_color_copy): Made const-safe.
24972         (From Ettore Perazzoli  <ettore@helixcode.com>)
24973  
24974 Mon Jan 24 10:44:48 2000  Owen Taylor  <otaylor@redhat.com>
24975
24976         * gtk/gtkcalendar.c (gtk_calendar_main_button): Handle
24977         clicks between rows or outside calender area correctly.
24978         (Patch from Damon Chaplin)
24979
24980         * gtk/gtkclist.c (gtk_clist_set_row_data_full): 
24981         * gtk/gtkctree.c (gtk_ctree_node_set_row_data_full): 
24982           Call destroy function when overwriting existing data. 
24983           (Pointed out by Damon Chaplin)
24984
24985 Tue Jan 25 09:55:41 2000  Owen Taylor  <otaylor@redhat.com>
24986
24987         * gdk/gdk.c: Remove useless #include of <X11/Xmu/WinUtil.h>,
24988           which was causing problems on various systems with Xmu.
24989           This hasn't been needed for a very long time.
24990           (Fixes #1185 3167)
24991
24992 Sun Jan 23 22:27:36 2000  Owen Taylor  <otaylor@redhat.com>
24993
24994         * gdk/gdki18n.h: Include <ctype.h> when defining
24995           gdk_isw* in terms of is* as a fallback.
24996           (Bug #4106 - Dan Winship <danw@MIT.EDU>)
24997
24998 Sun Jan 23 22:12:36 2000  Owen Taylor  <otaylor@redhat.com>
24999
25000         * gtk/gtkviewport.c (gtk_viewport_size_allocate): Don't
25001           realize the widget when it is size allocated!
25002           (old, old bug)
25003
25004         * gtk/gtkviewport.c (gtk_viewport_adjustment_value_changed):
25005           Removed unused call to gdk_window_get_size() that
25006           showed up when the above was fixed.
25007
25008 Sat Jan 22 15:44:30 2000  Owen Taylor  <otaylor@redhat.com>
25009
25010         * gtk/gtkwidget.c (gtk_widget_reparent): Correctly
25011           fix up widget->window when the widget is a
25012           NO_WINDOW container widget.
25013
25014 Sat Jan 22 12:40:48 2000  Owen Taylor  <otaylor@redhat.com>
25015
25016         * gdk/gdkpixmap.c (gdk_pixmap_seek_string): Rewrite
25017           to account for the fact that feof() does _not_ 
25018           return TRUE on errors, and thus avoid infinite loops
25019           when trying to use gdk_pixmap_create_from_xpm()
25020           on unreadable values.
25021
25022 Fri Jan 21 18:32:43 2000  Owen Taylor  <otaylor@redhat.com>
25023
25024         * gtk/gtkaspectframe.h (struct _GtkAspectFrame): s/gint/gboolean/.
25025
25026 Fri Jan 21 16:24:08 2000  Owen Taylor  <otaylor@redhat.com>
25027
25028         * gdk/gdkgc.c (gdk_gc_set_dashes): Change from
25029           gdk_gc_set_dashes to take gint8 instead of gchar to
25030           make it clearer that it is _not_ a NULL terminated string.
25031
25032         * gdk/gdk.h gdk/gdkfont.c gdk/gdkgc.c gdk/gdkselection.c
25033           gdk/gdkwindow.c gtk/gtkprogress.[ch] gtk/gtkthemes.[ch]
25034           gtk/gtktreeitem.[ch] gtk/gtkwidget.[ch]: Constify string
25035           arguments.
25036
25037 Thu Dec 30 04:51:05 1999  Tim Janik  <timj@gtk.org>
25038
25039         * gtk/gtkvscale.c (gtk_vscale_pos_background): 
25040         * gtk/gtkhscale.c (gtk_hscale_pos_background): when calculating the
25041         background size relative to our allocation, guard against small
25042         allocations, we may have not yet been size allocated.
25043
25044 Thu Dec  2 10:59:14 1999  Owen Taylor  <otaylor@redhat.com>
25045
25046         * gdk/gdkdnd.c (xdnd_check_dest): Allow version >= 3,
25047         not just version == 3. We implement all 3 + most of 4 - 
25048         (we don't support matching text/plain;charset=iso-8859-1
25049         to a dest that expects text/plain). We'll still advertise
25050         3 to be safe, but any client implementing version >= 3
25051         must interoperate with 3.
25052         
25053 Tue Mar 14 11:53:31 2000  Owen Taylor  <otaylor@redhat.com>
25054
25055         * gtk/gtktooltips.[ch] (struct _GtkTooltips): Remove foreground,
25056         background and gc members, add a warning in gtk_tooltips_set_color()
25057         indicating that this function is deprecated.
25058
25059 Thu Mar  9 22:10:56 GMT 2000  Tony Gale <gale@gtk.org>
25060
25061         * docs/gtkfaq.sgml: FAQ Update:
25062           - Minor cleanups (Emmanuel, me)
25063           - New questions:
25064                 I need to add a new signal to a GTK+ widget. Any idea? (timj)
25065                 How can I retrieve the text from a GtkMenuItem? (timj)
25066                 How do I validate/limit/filter the input to a GtkEntry? (me)
25067                 Memory does not seem to be released when I free the list
25068                         nodes I've allocated (timj)
25069
25070 2000-03-07  Tor Lillqvist  <tml@iki.fi>
25071
25072         * gdk/win32/gdkmain-win32.c: Internal GDK error reporting changes:
25073         (gdk_win32_gdi_failed) New function for reporting errors from GDI,
25074         for which it is no use to call GetLastError onWin9x.
25075         (gdk_other_api_failed) New function, for general error
25076         reporting without calling GetLastError.
25077         (gdk_win32_api_failed) OTOH, this function always calls
25078         GetLastError. (gdk_win32_last_error_string) Remove this function,
25079         GLib has the equivalent now.
25080
25081         * gdk/win32/gdkprivate-win32.h: Declare the above, and macros to
25082         call them with function name, file name and line number in the
25083         arguments.
25084
25085         * gdk/win32/*.c: Use the new macros for reporting errors from GDI
25086         functions.
25087         
25088         * gtk/gtk.def: Add some missing entry points.
25089
25090         * gtk/gtkcompat.h.in: Define gtk_paned_gutter_size and
25091         gtk_paned_set_gutter_size, which don't exist any longer, as void.
25092         
25093         Fixes by Hans Breuer:
25094
25095         * gdk/makefile.msc: Update for debugging.
25096
25097         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_dashes): Fake
25098         implementation, just use the PS_DASH, PS_DOT, PS_DASHDOT or
25099         PS_DASHDOTDOT or PS_DASH styles depending on the number of entries
25100         in the dash_list.
25101
25102         * gdk/win32/gdkwin32.h (GDK_FONT_XFONT): New macro, similar as in
25103         the x11 backend.
25104
25105         * gdk/win32/gdkprivate-win32.h (IS_WIN_NT): New macro.
25106
25107         * gtk/testgtk.c: Include config.h, guard inclusion of unistd.h.
25108
25109 2000-03-04  Tor Lillqvist  <tml@iki.fi>
25110
25111         * gdk/win32/gdkprivate-win32.h (struct _GdkWindowWin32Data): Store
25112         just pixel value of background colour.
25113
25114         * gdk/win32/gdkgc-win32.c (gdk_colormap_color): New function
25115         containing code snippet previously duplicated in a couple of
25116         places.
25117         
25118         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_points): Use
25119         gdk_colormap_color.
25120
25121         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Generate
25122         GDK_SCROLL events for WM_MOUSEWHEEL messages. Don't generate
25123         events for autorepeated Shift, Control and Alt keys. Use
25124         gdk_colormap_color.
25125
25126         * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): If the
25127         pointer is inside the window the cursor of which we are setting,
25128         call SetCursor immediately.
25129
25130         * gdk/win32/makefile.cygwin
25131         * gtk/makefile.cygwin: If we don't have the build number stamp
25132         file, use zero.
25133
25134         * gtk/gtkcompat.h.in: Define gtk_paned_gutter_size and
25135         gtk_paned_set_gutter_size as empty.
25136
25137         * gtk/gtk.def: Remove gtk_paned_set_gutter_size.
25138         
25139 Tue Feb 29 13:10:00 GMT 2000  Tony Gale <gale@gtk.org>
25140
25141         * gdk/gdkwindow.h gdk/x11/gxid.c gtk/gtkclist.c gtk/gtkclist.h
25142           gtk/gtkctree.c gtk/gtkmenu.h gtk/gtkwidget.c gtk/testgtk.c
25143           docs/styles.txt docs/refcounting.txt docs/gtkfaq.sgml
25144           docs/gtk_tut.sgml docs/gtk.texi TODO:
25145
25146           Spelling/grammar fixes from Martin Buchholz <martin@xemacs.org>
25147
25148 Sat Feb 26 11:46:25 GMT 2000  Tony Gale <gale@gtk.org>
25149
25150         * gtk/gtkcalendar.c: Implement num_marked_dates,
25151           and don't emit mutiple day_selected signals on
25152           month_prev.
25153
25154 2000-02-25  Jonathan Blandford  <jrb@redhat.com>
25155
25156         * docs/make-todo (lineno): let title and logo be configurable so
25157         that GNOME can use this script too.
25158
25159         * TODO.xml: added logourl and a title
25160
25161 Fri Feb 25 11:12:00 2000  Owen Taylor  <otaylor@redhat.com>
25162
25163         * TODO.xml: Added some UI items, and an explanatory
25164         comment at the top of the file.
25165
25166 Thu Feb 24 09:07:28 2000  Tim Janik  <timj@gtk.org>
25167
25168         * TODO.xml: some updates, added abunch of new entries.
25169         a note for those fiddeling with this file, when done
25170         with it, invoke:
25171         $ ./docs/make-todo TODO.xml >/dev/null
25172         and correct output errors before comitting changes.
25173
25174 Wed Feb 23 22:59:50 2000  Owen Taylor  <otaylor@redhat.com>
25175
25176         * TODO.xml: Added XML-structured TODO file.
25177         * docs/make-todo: python script to turn TODO.xml into
25178           pretty XML output. 
25179
25180 2000-02-23  Jonathan Blandford  <jrb@redhat.com>
25181
25182         * gtk/gtkstyle.c (gtk_default_draw_handle): add a 'paned' mode to
25183         the function to let it draw the seven dots, instead of the old,
25184         much maligned, method.
25185         (draw_dot): New function to draw a dot.
25186
25187         * gtk/gtkhpaned.c (gtk_hpaned_size_allocate): changed allocation
25188         to draw the handle inside the border width as opposed to outside.
25189         Use paint function instead of gdk_draw_point.
25190
25191         * gtk/gtkvpaned.c (gtk_vpaned_size_allocate): changed allocation
25192         to draw the handle inside the border width as opposed to outside.
25193         Use paint function instead of gdk_draw_point.
25194
25195         * gtk/gtkfilesel.c (gtk_file_selection_update_history_menu):
25196         Change indenting to be more GTK like.
25197
25198 Wed Feb 23 10:54:14 GMT 2000  Tony Gale <gale@gtk.org>
25199
25200         * docs/gtk_tut.sgml: New section on GtkCalendar
25201         * examples/calendar: Update example code
25202
25203 Tue Feb 22 13:54:12 GMT 2000  Tony Gale <gale@gtk.org>
25204
25205         * docs/gtkfaq.sgml: FAQ Update
25206
25207 2000-02-19  Anders Carlsson  <andersca@gnu.org>
25208
25209         * gtk/gtkrange.c (gtk_range_scroll_event): Return TRUE
25210         to prevent the scroll event to be propagated upwards.
25211
25212 Fri Feb 18 14:37:29 2000  Owen Taylor  <otaylor@redhat.com>
25213
25214         * gdk/x11/gdkwindow-x11.c (gdk_event_mask_table): Remove
25215         OwnerGrabButtonMask from button entries for
25216         GDK_BUTTON_PRESS / GDK_BUTTON_RELEASE.
25217
25218         * gtk/gtklayout.c (gtk_layout_realize): Always add GDK_SCROLL
25219         to the event mask (which will result in button/press release
25220         being added to the event mask on Unix) so scrolling works
25221         for layouts in scroll windows.
25222
25223         * gdk/gdkevents.h (enum): Fix up GDK_ALL_EVENTS_MASK.
25224
25225         Patch from Anders Carlsson  <andersca@gnu.org> to add
25226         a scroll event.
25227
25228         * gtk/testgtk.c (scroll_test_scroll): Added an example of mouse wheel
25229         scrolling to the "Test Scrolling" part of testgtk.
25230  
25231         * gtk/gtkwidget.h (struct _GtkWidgetClass): Added scroll_event signal.
25232  
25233         * gtk/gtkwidget.c: Added "scroll_event" GTK+ signal and matched
25234         it against GDK_SCROLL.
25235  
25236         * gtk/gtkrange.c (gtk_range_scroll_event): Updated to use the new
25237         way of mouse wheel scrolling.
25238  
25239         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_scroll_event): Likewise.
25240  
25241         * gtk/gtkspinbutton.c (gtk_spin_button_scroll): Likewise.
25242  
25243         * gtk/gtkmain.c: Removed previous mouse wheel hack.
25244  
25245         * gdk/x11/gdkwindow-x11.c (gdk_event_mask_table): Added entry in
25246         gdk_event_mask_table.
25247  
25248         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Added 
25249         GdkEventScroll handler.
25250  
25251         * gdk/gdkevents.h: Added GdkEventScroll structure.
25252  
25253 Thu Feb 17 17:10:12 2000  Owen Taylor  <otaylor@redhat.com>
25254
25255         * gtk/gt{h,k,}vpaned.[ch]: Add patch from Jonathan Blandford
25256         and Anders Carlsson to change the Paned widgets so that they
25257         can be dragged from anywhere along the length. Also change
25258         the way that this is drawn to make this apparent.
25259
25260         * gtk/gtkoptionmenu.c (gtk_option_menu_get_history): Apply patch
25261         from George Lebl to check that option_menu->menu is present
25262         before getting history.
25263
25264 2000-02-14  Tor Lillqvist  <tml@iki.fi>
25265
25266         * gdk/gdkdraw.c (gdk_draw_segments): Move the test for no segments
25267         before the assertion for non-NULL segment list.
25268
25269         * gdk/win32/gdkgc-win32.c: (gdk_win32_gc_values_to_win32values):
25270         Seems that pattern brushes *must* be 8x8 pixels! At least on my
25271         machine, but it might be display driver dependent. Sigh, so make
25272         sure the stipple is that size. Does Windows suck or what?
25273
25274         * gdk/win32/gdkdrawable-win32.c: Improve error handling in a few
25275         places.
25276
25277 2000-02-13  Havoc Pennington  <hp@pobox.com>
25278
25279         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_pixmap): init
25280         refcount to 1
25281         (gdk_cursor_new): init refcount to 1
25282
25283         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new): init refcount to 1
25284
25285 2000-02-13  Tor Lillqvist  <tml@iki.fi>
25286
25287         * gdk/win32/gdkgc-win32.c (gdk_gc_predraw): Add an extra parameter
25288         so that we don't have to do unnecessary settings to the HDC.
25289
25290         * gdk/win32/gdkdrawable-win32.c
25291         * gdk/win32/gdkimage-win32.c: Corresponding changes to the calls of
25292         gdk_gc_predraw.
25293
25294         * gdk/win32/gdkdrawable-win32.c: Special-casing for GdkGCs where
25295         the fill style is GDK_OPAQUE_STIPPLED. In those cases we construct
25296         GDI paths, call WidenPath to get the outline of the stroken path,
25297         and then fill the outline (with the brush that was built from the
25298         stipple).
25299
25300         * gdk/win32/gdkgc-win32.c: Factor out common code from
25301         _gdk_win32_gc_new and gdk_win32_gc_set_values into
25302         gdk_win32_gc_values_to_win32values. Use correct colour for
25303         SetBkColor() (Until now the code actually used a random colour in
25304         the call to SetBkColor()... but that didn't show up as not many
25305         GDI APIs use the background colour. Pattern (opaque stippled)
25306         brushes do.)
25307
25308         * gdk/win32/gdkmain-win32.c (gdk_win32_last_error_string,
25309         gdk_win32_api_failed): New functions for error logging.
25310
25311         * gdk/win32/gdkprivate-win32.h: Declare them, and define a macro
25312         WIN32_API_FAILED to call them, passing function or file name and
25313         line number.
25314
25315         * gdk/win32/*.c: Use the WIN32_API_FAILED macro.
25316
25317         * gdk/win32/gdkprivate-win32.h: Store just the pixel values from
25318         GdkColor for foreground and background in GdkGCWin32Data.
25319
25320         * gdk/makefile.cygwin: Link in the resource object separately.
25321
25322         * gdk/win32/rc/gdk.rc
25323         * gtk/gtk.rc (New file)
25324         * gdk/win32/makefile.cygwin
25325         * gtk/makefile.cygwin: Update build number in DLLs automatically,
25326         as in GLib.
25327
25328 Sun Feb 13 08:54:45 2000  Tim Janik  <timj@gtk.org>
25329
25330         * gdk/gdkcursor.h (struct _GdkCursor): s/refcount/ref_count/.
25331         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_pixmap): 
25332         * gdk/x11/gdkcursor-x11.c (_gdk_cursor_destroy): 
25333         * gdk/gdkcursor.c (gdk_cursor_ref): insert assertments for the
25334         parameters given and cursor->ref_count. coding style fixups.
25335
25336         * gtk/gtksocket.c (gtk_socket_class_init): parent class is GtkContainer,
25337         not GtkWidget.
25338         
25339         * gtk/*.h: applied patch from Mathieu Lacage <lacage@email.enst.fr> to
25340         fix up widget macros and add _GET_CLASS() variant.
25341         
25342         * gtk/*.c: some GtkType fixups.
25343
25344 2000-02-09  Tor Lillqvist  <tml@iki.fi>
25345
25346         * gdk/win32/gdkproperty-win32.c
25347         * gdk/x11/gdkproperty-x11.c: The assertions for GDK_IS_WINDOW
25348         were reversed.
25349
25350 2000-02-04  Tor Lillqvist  <tml@iki.fi>
25351
25352         * gdk/win32/gdkfont-win32.c (logfont_to_xlfd): Use
25353         g_filename_to_utf8 to convert the font names Windows gives us from
25354         whatever is the default codepage to UTF-8.
25355         (gdk_font_load_internal) Use g_filename_from_utf8 for conversion
25356         in the other direction.
25357
25358         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_values): Fix cut&paste
25359         error in debugging output.
25360
25361 2000-02-02  Tor Lillqvist  <tml@iki.fi>
25362
25363         * gdk/win32/gdkwindow-win32.c (gdk_window_clear): Pass zero width
25364         and height parameters to gdk_window_clear_area(). Not minus one.
25365
25366 Wed Feb  2 11:58:05 2000  Owen Taylor  <otaylor@redhat.com>
25367
25368         * gtk/gtkdnd.c (gtk_drag_selection_received): Add some sanity
25369         checks if the widget passed to gtk_drag_get_data() was not the
25370         dest widget.
25371
25372 2000-02-01  Tor Lillqvist  <tml@iki.fi>
25373
25374         * gtk/gtkfilesel.c: Use the g_filename_to_utf8 and
25375         g_filename_from_utf8 functions (which were added a moment ago to
25376         GLib). Some cleanups: Use gbooleans. Use GStrings instead of fixed
25377         size buffers.
25378
25379         gtk_file_selection_get_filename returns the filename in the C
25380         runtime encoding. It calls g_filename_from_utf8, but copies the
25381         returned string to a static buffer, which is returned. I think
25382         this is better than returning the result from g_filename_from_utf8
25383         directly, which would mean all apps that use it would have to free
25384         the return value. Or should this function care about this issue at
25385         all? Maybe a new function with clearly defined semantics.
25386
25387         * gtk/gtkfilesel.h: Add comment about
25388         gtk_file_selection_get_filename returning the filename in the C
25389         runtime's encoding.
25390
25391         * README.win32
25392         * gdk/gdk.def
25393         * gdk/makefile.{cygwin,msc}
25394         * gtk/gtk.def: Updates.
25395
25396         * gdk/gdkcursor-win32.c: Initialise refcount.
25397
25398 2000-01-31  Yuan-Chung Cheng <platin@linux.org.tw>
25399
25400         * configure.in: Added "zh_CN.GB2312" to ALL_LINGUAS.
25401
25402 2000-01-30  Havoc Pennington  <hp@pobox.com>
25403
25404         * gtk/testgtk.c (set_cursor): use gdk_cursor_unref instead of
25405         destroy
25406
25407         * gdk/gdkimage.c (gdk_image_ref): image wasn't being returned
25408
25409         * gdk/gdkprivate.h: declare _gdk_cursor_destroy which is then 
25410         implemented in platform-specific code
25411
25412         * gdk/Makefile.am (gdk_c_sources): add gdkcursor.c
25413
25414         * gdk/x11/gdkcursor-x11.c (gdk_cursor_destroy): rename with an
25415         underscore in front
25416
25417         * gdk/win32/gdkcursor-win32.c (gdk_cursor_destroy):
25418         put an underscore in front
25419
25420         * gdk/gdkcursor.c: new file, implements
25421         gdk_cursor_ref/gdk_cursor_unref
25422
25423         * gdk/gdkcursor.h: Refcount GdkCursor
25424
25425         * gdk/gdkcompat.h (gdk_cursor_destroy): compat
25426
25427 2000-01-29  Tor Lillqvist  <tml@iki.fi>
25428
25429         * gdk/gdkwindow.h
25430         * gdk/gdkpixmap.h: Remove prototypes for renamed functions.
25431
25432 Tue Jan 25 11:43:21 2000  Owen Taylor  <otaylor@redhat.com>
25433
25434         * gtk/gtkinvisible.h (struct _GtkInvisible[Class]): Fix
25435         structures to properly inherit from GtkWidget not GtkBin.
25436
25437 Sun Jan 23 20:28:24 2000  Owen Taylor  <otaylor@redhat.com>
25438
25439         * gtk+.spec.in: Added lib/gtk+/include/* to %files
25440         (bug #5178 - Peter Wainright)
25441         
25442         * gtk/Makefile.am (gtk_public_h_sources): Add gtkcompat.h
25443         so that it will be installed.
25444         (bug #4889 - "david d `zoo' zuhn" <zoo@mnnr.org>)
25445
25446 Fri Jan 21 16:29:28 2000  Owen Taylor  <otaylor@redhat.com>
25447
25448         * gtk/gtkstyle.[ch] docs/Changes-1.4.txt: Make the @detail argument
25449         for the GtkStyleClass vtable const.
25450
25451         * gtk/gtkitemfactory.[ch] docs/Changes-1.4.txt: Make GtkPrintFunc
25452         take a const string argument like GtkTranslateFunc. This will
25453         require changes in use code.
25454
25455 2000-01-19  Tor Lillqvist  <tml@iki.fi>
25456
25457         * gdk/win32/gdkwindow-win32.c (gdk_window_clear_area): The correct
25458         semantics (to mimic the X11 backend, which just calls XClearArea)
25459         is to check for zero width (and height), and in that case use the
25460         window's width minus x (height minus y). This fixes for instance
25461         some redraw problems with gtkclist, which were easily noticeable
25462         in the gtk file selection widget.
25463
25464         (gdk_window_new): Don't set WS_EX_TOPMOST for dialog
25465         windows.
25466
25467 2000-01-13  Tor Lillqvist  <tml@iki.fi>
25468
25469         * configure.in
25470         * gdk/Makefile.am
25471         * gdk/x11/Makefile.am
25472         * gdk/win32/Makefile.am: Small fixes, thanks to Peter Wainwright
25473         (bug #5177).
25474         * gdk/win32/gdkcc-win32.c: Reintroduce, to be thrown
25475         out later.
25476
25477 2000-01-09  Tor Lillqvist  <tml@iki.fi>
25478
25479         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Ignore
25480         WM_MOVE for iconified or invisible windows. This fixes various
25481         problems when minimising windows. Thanks to Bernd Herd.
25482
25483 2000-01-05  Tor Lillqvist  <tml@iki.fi>
25484
25485         * gdk/gdkdraw.c (gdk_draw_lines): Fix copy&paste error: Call the
25486         backend's draw_lines method, not draw_points.
25487
25488 2000-01-02  Tor Lillqvist  <tml@iki.fi>
25489
25490         * gdk/win32/gdkevents-win32.c: Clean up some more leftovers from
25491         before Owen's reorganisation: Don't have queued_events and
25492         queued_tail statics in this file, but use gdk_queued_events and
25493         gdk_queued_tail. This makes exposure event compression work again.
25494
25495         (gdk_WindowProc): Comment out a posting of gdk_ping_msg, doesn't
25496         seem to be needed?
25497
25498 1999-12-30  Tor Lillqvist  <tml@iki.fi>
25499
25500         * gdk/gdk.c: If we don't HAVE_XCONVERTCASE we must #include
25501         gdkkeysyms.h to get the GDK_* keysym constants that are needed by
25502         gdk_keyval_convert_case(). Otherwise, gdk_keyval_convert_case()
25503         doesn't do anything.
25504
25505         * gdk/gdk.def: Add gdk_xid_table_insert.
25506
25507         * gdk/win32/gdkprivate-win32.h
25508         * gdk/win32/gdkevents-win32.c
25509         * gdk/win32/gdkinput-win32.c
25510         
25511         * gdk/win32/gdkwindow-win32.c: Remove the superfluous
25512         extension_events field in the GdkWindowWin32Data struct. Use only
25513         the extension_events field in GdkWindowPrivate. Previously one was
25514         set, and the other one tested, which broke tablet
25515         functionality. Thanks to Keishi Suenaga for pointing this out.
25516
25517 1999-12-18  Tor Lillqvist  <tml@iki.fi>
25518
25519         * gdk/win32/gdkfont-win32.c (gdk_text_size, gdk_text_extents):
25520         When handling a single character (text length == 1), don't handle
25521         it as if it was UTF-8.
25522
25523 1999-12-11  Tor Lillqvist  <tml@iki.fi>
25524
25525         * Makefile.am: Distribute README.win32.
25526         
25527         * gdk/Makefile.am
25528         * gdk/win32/Makefile.am: Distribute Win32 files.
25529
25530         * gdk/makefile.msc: New file.
25531
25532         * gdk/gdk.c (gdk_arg_context_parse): Fix gccism (no statement
25533         after label).
25534
25535         * gdk/gdkprivate.h: Must mark also gdk_error_warnings and
25536         gdk_error_code as GDKVAR, as they are referred outside GDK.
25537
25538         * gdk/win32/makefile.msc: Update.
25539
25540         * gdk/win32/gdkfont-win32.c (check_unicode_subranges): More
25541         tweaks. Check only if at least one of those Unicode subrange bits
25542         we care for is set. If no code page bits are set, guess (wildly)
25543         based on the charset.
25544
25545         * gdk/win32/gdkinput-win32.c: Remove debugging leftover.
25546
25547         * gdk/win32/gdkwindow-win32.c (gdk_window_new): Assure title is
25548         non-NULL.
25549
25550         * gtk/gtkdnd.c
25551         * gtk/gtklayout.c
25552         * gtk/gtkplug.c
25553         * gtk/gtkselection.c
25554         * gtk/gtksocket.c
25555         * gtk/gtkwindow.c: Include x11/gdkx.h *or* win32/gdkwin32.c as
25556         appropriate. There must be a cleaner way to handle this?
25557
25558         * gtk/gtkrc.c: Must include windows.h on Win32.
25559
25560         * gtk/testgtk.c: No need to include gdkx.h.
25561
25562         * gtk/makefile.cygwin: Correct invokation of genmarshal.pl.
25563
25564 1999-12-07  Tor Lillqvist  <tml@iki.fi>
25565
25566         * gdk/win32/gdkfont-win32.c: Fix string measurement code. For now,
25567         the rbearing is set to the same as the width, but this should be
25568         fixed.
25569
25570 1999-12-06  Tor Lillqvist  <tml@iki.fi>
25571
25572         * gdk/win32/gdkfont-win32.c (check_unicode_subranges): New
25573         function. If Windows doesn't tell us what Unicode subranges a font
25574         covers, guesstimate based on the codepages it covers. This will
25575         hopefully help those Windows versions or fonts that don't give us
25576         any useful Unicode subrange information with GetTextCharsetInfo.
25577         Call this function in gdk_font_load_internal.
25578
25579         * gdk/win32/{gdkdnd,gdkimage,gdkpixmap,gdkprivate}-win32.c: Misc
25580         minor changes.
25581
25582 Fri Dec  3 14:09:50 1999  Owen Taylor  <otaylor@redhat.com>
25583
25584         * gtk/gtkoptionmenu.[ch] (gtk_option_menu_get_history):
25585         New function, long needed.
25586
25587 Wed Dec  1 22:35:43 1999  Owen Taylor  <otaylor@redhat.com>
25588
25589         * gdk/gdkproperty.h x11/gdkproperty.c: Change 
25590         only_if_exists argument of gdk_atom_intern to
25591         bool.
25592
25593 1999-11-25  Tor Lillqvist  <tml@iki.fi>
25594
25595         * gdk/gdkgc.c (gdk_gc_set_ts_origin, gdk_gc_set_clip_origin): 
25596         Fix two copy&paste errors.
25597
25598         * gdk/makefile.cygwin: Also rebuild DLL when the static archive in
25599         win32 has changed.
25600
25601         * gdk/win32/gdkprivate-win32.h: Don't need CPINFO in the
25602         GdkWin32SingleFont struct.
25603
25604         * gdk/win32/gdkfont-win32.c: Some more debugging: Print Unicode
25605         subranges of loaded fonts. Clear font signature first, in case
25606         GetTextCharsetInfo fails. Pretend SYMBOL_CHARSET fonts have
25607         ASCII+Basic Latin (i.e. 0x40--0xFF) as they are single-byte.
25608
25609         * gdk/win32/gdkgc-win32.c: Improved logging. (gdk_gc_postdraw):
25610         Unoffset clip region.
25611
25612 1999-11-23  Tor Lillqvist  <tml@iki.fi>
25613
25614         * gdk/win32/gdkevents-win32.c (gdk_event_translate): set
25615         event->any.window before calling filter functions.
25616
25617 Fri Nov 19 10:34:41 1999  Owen Taylor  <otaylor@redhat.com>
25618
25619         * gtk/gtkgamma.h: Adapt cast macros to standard.
25620
25621 [ Merges from 1.2 ]
25622
25623 Tue Nov 16 10:15:54 1999  Owen Taylor  <otaylor@redhat.com>
25624
25625         * gtk/gtkitemfactory.c (gtk_item_factory_parse_path):
25626         If translation does not include a '/', use entire
25627         translation instead of crashing.
25628
25629 Sun Oct 31 22:21:11 1999  Tim Janik  <timj@gtk.org>
25630
25631         * docs/gtk_tut.sgml:
25632         s/gtk_accel_group_attach/gtk_window_add_accel_group/.
25633
25634 Sat Oct 30 09:09:09 1999  Owen Taylor  <otaylor@redhat.com>
25635
25636         * gtk/gtkselection.c (gtk_target_list_remove): Use
25637         g_list_remove_link, not g_list_remove.
25638
25639         [ From Geert Bevin <gbevin@thunderstorms.org> ]
25640         
25641 Sun Oct 24 07:41:40 1999  Tim Janik  <timj@gtk.org>
25642
25643         * gtk/gtkclist.c (real_undo_selection): commented out g_print()
25644         statement upon unselection (how the heck did that slip in?).
25645
25646 Sat Oct 23 03:03:08 1999  Tim Janik  <timj@gtk.org>
25647
25648         * gtk/gtktext.c (gtk_text_freeze): 
25649         (gtk_text_thaw): undraw/draw cursor here to avoid unnecessary scrolling
25650         in frozen state (and aparently crashes). patch provided by Anders
25651         Melchiorsen <and@kampsax.dtu.dk>.
25652
25653 Sat Oct 23 02:53:20 1999  Tim Janik  <timj@gtk.org>
25654
25655         * fix insensitive default/focus widget activation,
25656         reported by Matt Goodall <mgg@isotek.co.uk>.
25657
25658         * gtk/gtkwindow.c (gtk_window_key_press_event): 
25659         (gtk_window_activate_default):
25660         (gtk_window_activate_focus):
25661         return handled=FALSE for actiavtion of insensitive default
25662         widgets. return handled=TRUE for activation of insensitive
25663         focus widgets. don't activate in either case.
25664
25665 Tue Oct 19 09:55:08 1999  Owen Taylor  <otaylor@redhat.com>
25666
25667         * gtk-config.in (lib_gtk): Switch order of @x_cflags@
25668         and $glib_cflags to match library order and in the
25669         theory that an old version of GLib is more likely to
25670         be in the include directory for X then vice-versa.
25671         (Bug #2776)
25672
25673 Tue Oct 19 09:46:49 1999  Owen Taylor  <otaylor@redhat.com>
25674
25675         * gtk/gtkrc.c (gtk_rc_init): Always use LC_CTYPE 
25676         to determine the locale for fontsets, not LC_MESSAGES;
25677         the user may want English messages with a handling
25678         for non-English languages. (LC_CTYPE=ru_RU LC_MESSAGES=fr_FR
25679         will still be broken) (Bug #2891)
25680
25681 Tue Oct 19 20:36:42 1999  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>
25682
25683         * gtk/gtkrc.ko: Fixed the wrong number of "*"'s.
25684
25685 Tue Oct 19 12:15:13 1999  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>
25686
25687         * gtk/gtkrc.ko: Changed the Korean default fontset.
25688
25689 Fri Oct  8 02:32:47 1999  Owen Taylor  <otaylor@redhat.com>
25690
25691         * gtk/gtklayout.c (gtk_layout_adjustment_changed): Fix bug
25692         where when scrolling to the left or top double exposes
25693         were done, causing major slowdowns.
25694
25695 Thu Oct  7 18:31:55 1999  Owen Taylor  <otaylor@redhat.com>
25696
25697         * gtk/gtkrc.c (gtk_rc_init): Always normalize codeset
25698         names to lowercase and alphanumeric, before looking
25699         them up.
25700
25701         * gtk/Makefile.am: Install codeset variant gtkrc files
25702         with normalized names.
25703
25704 Thu Oct  7 22:52:42 1999  Tim Janik  <timj@gtk.org>
25705
25706         * gtk/gtkitemfactory.c (gtk_item_factory_popup_with_data): even
25707         popup menus when the menu is already visible, but its parent
25708         is still hidden, (happens after tornoff window got hidden).
25709
25710 Thu Oct  7 11:09:55 1999  Owen Taylor  <otaylor@redhat.com>
25711
25712         * gtk/Makefile.am (install-data-local): Fix
25713         a typo where gtkrc.vi_VN.tcvn5712 wasn't getting
25714         deleted, causing error messages on install.
25715
25716 Thu Oct  7 11:03:06 1999  Owen Taylor  <otaylor@redhat.com>
25717
25718         * gtk/gtk[hv]paned.c (gtk_{h,v}paned_draw): Redraw
25719         the handle as well, since we now sometimes ignore
25720         exposes on the handle while resizing.
25721
25722 Wed Oct  6 18:02:31 1999  Owen Taylor  <otaylor@redhat.com>
25723
25724         * gtk/gtkrc.c (gtk_rc_append_default_pixmap_path): Fix stupid
25725         extra g_free introduced in one of the last one or two 
25726         commits.
25727
25728 Wed Oct  6 16:38:36 1999  Owen Taylor  <otaylor@redhat.com>
25729
25730         * gtk/Makefile.am gtk/gtkrc*: Make naming of gtkrc files
25731         consistent, put each style that a gtkrc.* file creates
25732         in a unique namespace, remove old files before installing.
25733
25734 Wed Oct  6 14:31:16 1999  Owen Taylor  <otaylor@redhat.com>
25735
25736         * gtk/gtkrc.c (gtk_rc_init): Avoid leaking memory when
25737         gtk_rc_init is called multiple times. (Yes, people who
25738         do that have bugs in their code.)
25739
25740 Tue Oct  5 11:36:57 PDT 1999 Manish Singh <yosh@gimp.org>
25741
25742         * gtk/Makefile.am: listing gtkrc in gtkconf_DATA seems to barf.
25743         Remove it since it's generated by the Makefile anyway
25744
25745 Tue Oct  5 02:43:41 1999  Owen Taylor  <otaylor@redhat.com>
25746
25747         * gdk/gdkinputcommon.h (gdk_input_device_new): Free
25748         device->info.axes for core pointer.
25749
25750 Thu Sep 30 13:55:25 1999  Owen Taylor  <otaylor@redhat.com>
25751
25752         * gtk/testgtk.c (destroy_idle_test): Rename idle to 
25753         idle_id, to deal with obsolete, broken C libraries.
25754
25755 Mon Sep 27 02:50:15 1999  Owen Taylor  <otaylor@redhat.com>
25756
25757         * gtk/gtkvscale.c (gtk_vscale_draw): Don't add in
25758         allocation->x/y twice!
25759
25760         * gtk/gtkhscale.c: Make usage of gtk_hscale_pos_trough()
25761         consistent with gtk_vscale_pos_trough().
25762
25763 Sun Sep 26 19:44:34 1999  Owen Taylor  <otaylor@redhat.com>
25764
25765         * gtk/gtkcontainer.c (gtk_container_queue_resize): We may
25766         be queueing a resize on a toplevel container between
25767         the time we show it and when we map it. So, we need
25768         to test GTK_WIDGET_VISIBLE() for toplevels, and only
25769         use GTK_WIDGET_DRAWABLE() for child windows.
25770
25771 Thu Sep 23 16:41:03 1999  Owen Taylor  <otaylor@redhat.com>
25772
25773         * gtk/Makefile.am (LDADDS): Add GDK_WLIBS to LDADDS 
25774         (fixes bug #2144)
25775
25776 Fri Sep 24 00:51:45 1999  Tim Janik  <timj@gtk.org>
25777
25778         * gtk/gtkcontainer.c (gtk_container_queue_resize): check for
25779         container DRAWABLE (instead of VISIBLE), so we don't queue
25780         resizes on non-toplevel containers.
25781
25782 Sun Sep 19 18:13:31 1999  Owen Taylor  <otaylor@redhat.com>
25783
25784         * gtk/gtkselection.[ch]: Make the data argument
25785         const guchar *.
25786
25787 Sat Sep 18 21:27:40 1999  Owen Taylor  <otaylor@redhat.com>
25788
25789         * gtk/gtkwindow.c: Try to behave sensibly if 
25790         the focus widget is the window itself. (Should
25791         we allow this at all?)
25792
25793 Fri Sep 17 09:57:15 1999  Tim Janik  <timj@gtk.org>
25794
25795         * gtk/gtkwidget.c (gtk_widget_set_sensitive): 
25796         * gtk/gtknotebook.c (gtk_notebook_set_scrollable): 
25797         * gtk/gtknotebook.c (gtk_notebook_set_show_border): 
25798         * gtk/gtkclist.c (gtk_notebook_set_show_border): make gboolean args
25799         in prototypes and implementations consistent (Tomas Ogren).
25800
25801         * gtk/gtklayout.c (gtk_layout_remove): unset GTK_IS_OFFSCREEN flag
25802         before the widget is unparented (reported by damon).
25803
25804         * gtk/gtkdnd.c: make the cursor and icon data _unsigned_ char,
25805         since we provide unsigned data anyways.
25806
25807 Thu Sep 16 21:32:01 1999  Owen Taylor  <otaylor@redhat.com>
25808
25809         * gtk/gtktooltips.c (gtk_tooltips_set_tip): Delay
25810         the call to gtk_tooltips_layout_text() until later.
25811
25812         * gtk/gtktooltips.c (gtk_tooltips_draw_tips):
25813         Call gtk_widget_ensure_style() before using the style.
25814
25815 Wed Sep 15 02:52:19 1999  Owen Taylor  <otaylor@redhat.com>
25816
25817         * gtk/gtkwidget.c (gtk_widget_event): Added workaround
25818         for old widgets that don't propagate draws to all
25819         children. (Namely gnome-dock for gnome-libs <= 1.0.16)
25820
25821 Tue Sep 14 19:22:19 1999  Tim Janik  <timj@gtk.org>
25822
25823         * gtk/gtkwidget.c (gtk_widget_queue_resize): don't queue the parent
25824         for a redraw but just the widget that requested the resize.
25825
25826 Tue Sep 14 18:29:47 1999  Tim Janik  <timj@gtk.org>
25827
25828         * gtk/gtkcontainer.c: added new widget level method
25829         gtk_container_set_reallocate_redraws() and a GtkContainer flag
25830         reallocate_redraws : 1 to reflect the setting, exported this through
25831         the argument system as a boolean ::reallocate_redraws.
25832
25833         * gtk/gtkwidget.c (gtk_widget_size_allocate): when queueing redraws
25834         on the widget because the allocation changes, do so as well for
25835         widget->parent if the parent has reallocate_redraws set to TRUE.
25836         with that containers requesting reallocation redraws get automatically
25837         redrawn if their children changed allocation (this unfortunately
25838         affects also other children that didn't change allocation, but we
25839         cannot work around that before 1.3).
25840
25841 Tue Sep 14 18:23:01 1999  Tim Janik  <timj@gtk.org>
25842
25843         * gtk/gtkwidget.c (gtk_widget_idle_draw): only emit ::draw if width
25844         _and_ height are >0 (not _or_).
25845
25846         * gtk/gtktable.c (gtk_table_remove): use gtk_widget_queue_resize()
25847         instead of gtk_container_queue_resize(), which is a core gtk internal
25848         function (must have been on crack when i queued that).
25849
25850         * gtk/gtkprivate.h: added new private flag GTK_FULLDRAW_PENDING, so
25851         we can check more reliably if we want to discard expose events.
25852         * gtk/gtkwidget.c: added setting/unsetting of the GTK_FULLDRAW_PENDING
25853         flag.
25854         
25855         * gtk/gtkwidget.c (gtk_widget_event): don't discard synthesized exposes,
25856         we simply trust these events. for deciding whether to discard exposes,
25857         check GTK_FULLDRAW_PENDING instead of RESIZE_PENDING.
25858         
25859 Mon Sep 13 15:01:21 1999  Owen Taylor  <otaylor@redhat.com>
25860
25861         * gtk/gtkwidget.c (gtk_widget_queue_clear_area): Ignore
25862         queues of areas that are completely off screen.
25863
25864         * gtk/gtkwidget.c (gtk_widget_idle_draw): Fix broken
25865         logic for handleboxes.
25866
25867         * gtk/gtkwidget.c (gtk_widget_queue_draw_data): Add santity
25868         check on width/height.
25869
25870 Mon Sep 13 02:22:47 1999  Tim Janik  <timj@gtk.org>
25871
25872         * gtk/Makefile.am: backed out Raja's recent VPATH build "improvements",
25873         we are fine with using $@ the way we do (if we actually encounter
25874         brokeness with $@ in VPATH builds because of additional path prefixes,
25875         we need to use $(@F) actually).
25876
25877 Mon Sep 13 01:34:53 1999  Tim Janik  <timj@gtk.org>
25878
25879         * gtk/gtksignal.c: renamed two variables, hopefully didn't introduce
25880         short lived bugs, that would allow language bindings to do surgeries
25881         to our guts.
25882
25883 Fri Sep 10 15:22:50 1999  Owen Taylor  <otaylor@redhat.com>
25884
25885         * gtk/gtkwindow.c (gtk_window_size_allocate): Fix typo
25886         where comparison was being done against an uninitialized
25887         value causing intermittant results depending on
25888         compiler flags. Also make it clearer that we aren't
25889         ever initializing the child as 0x0 (though this will
25890         be caught in gtk_widget_size_allocate())
25891
25892 Fri Sep 10 10:06:56 1999  Owen Taylor  <otaylor@redhat.com>
25893
25894         * gtk/gtkwindow.c (gtk_window_set_transient_for): Move
25895         gtk_window_unset_transient_for() call after we do checks
25896         involving the old transient parent.
25897         [ From Lance Capser <lmc@cyberhighway.net> ]
25898
25899 1999-09-07  Raja R Harinath  <harinath@cs.umn.edu>
25900
25901         * gtk/Makefile.am (gtk.defs): Go back to using `touch' to create
25902         an empty file.
25903
25904 Mon Sep  6 00:11:56 1999  Lars Hamann  <lars@gtk.org>
25905
25906         * gtk/gtkctree.c (gtk_ctree_is_ancestor): return FALSE if node has
25907         no children. (Reported by: Chris Rogers <gandalf@pobox.com>)
25908
25909 1999-09-03  Raja R Harinath  <harinath@cs.umn.edu>
25910
25911         * gtk/Makefile.am (gen_sources): Improve VPATH builds.
25912         `$@' is valid only in the build dir, not after we've done 
25913         `cd $srcdir'.  Also use `test -f' instead of less portable
25914         `test -e'.
25915
25916 Fri Sep  3 15:59:56 1999  Owen Taylor  <otaylor@redhat.com>
25917
25918         * gtk/gtktext.c (correct_cache_insert): Rewrite
25919          for simplicity, and hopefully correctness.
25920          (Fixes bug #1322, which was a segfault when
25921           on some insertions with the properties around
25922           the insertion set up just wrong.)
25923
25924         * gtk/gtktext.c (gtk_text_adjustment): When we receive
25925          a "changed" signal, clamp the new value to the adjustment
25926          bounds to avoid segfaulting if someone tries to change
25927          the adjustment to a bogus value. (Bug #1795)
25928
25929 Thu Sep  2 16:33:59 1999  Owen Taylor  <otaylor@redhat.com>
25930
25931         * gtk/gtkmain.c: Ignore unexpected destroy notifies
25932         for children, for toplevel windows handle them
25933         like delete_event.
25934
25935         * gtk/gtkplug.c: Add an unrealize handler so that
25936         we unref plug->socket_window when we are done
25937         with it.
25938
25939 Fri Sep  3 14:52:54 1999  Owen Taylor  <otaylor@redhat.com>
25940
25941         * gtk/gtktext.c (clear_area): Fix stupid signedness
25942          problem that was causing background to sometimes
25943          be misaligned.
25944
25945 Fri Sep  3 12:26:33 1999  Owen Taylor  <otaylor@redhat.com>
25946
25947         [ Fixes pointed out by Ettore Perazzoli <ettore@comm2000.it> ]
25948         
25949         * gtk/gtkmenu.c (gtk_menu_position): Make
25950          sure we never position menus with negative x, y,
25951          since gtk_widget_set_uposition() can't handle that.
25952
25953         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu):
25954          Modify the positioning code a bit so that we always
25955          put the top-left corner onscreen. (This is for
25956          UI reasons, gtk_menu_position() now takes care of
25957          gtk_widet_set_uposition() brokeness.)
25958
25959 Fri Sep  3 03:06:30 1999  Tim Janik  <timj@gtk.org>
25960
25961         * gtk/Makefile.am: fixed up things for -jx, x > 1.
25962
25963 Sun Sep  5 08:48:51 1999  Owen Taylor  <otaylor@redhat.com>
25964
25965         * gtk/gtkwidget.c (gtk_widget_modify_style): Ref the
25966           RC style that is passed in. The lack of the ref
25967           before was a bug. If people worked around this
25968           bug, this will introduce a slight memory leak
25969           in their code. The code should typically look like:
25970
25971             rc_style = gtk_rc_style_new ();
25972             [...]
25973             gtk_widget_modify_style (widget, rc_style);
25974             gtk_rc_style_unref (rc_style);
25975
25976         * gtk/gtkwidget.c (gtk_widget_modify_style): Reset
25977           the style if it was already set.
25978
25979         * gtk/gtkwidget.c (gtk_widget_set_name): Only set the
25980           style if it was set before.
25981
25982 Thu Sep  2 19:02:37 1999  Owen Taylor  <otaylor@redhat.com>
25983
25984         * gtk/testgtk.c (main): Add a check to see if we
25985           are being run from the correct directory and
25986           to quit nicely if we are not.
25987
25988         * gtk/gtkrc.c (gtk_rc_slist_remove_all): Make function
25989           static.
25990
25991 Thu Sep  2 23:00:03 1999  Tim Janik  <timj@gtk.org>
25992
25993         * gtk/gtkenums.h (GtkWindowPosition): added GTK_WIN_POS_CENTER_ALWAYS.
25994
25995         * gtk/gtkwindow.c:
25996         queue resizes unconditionally (gtk_widget_queue_resize will figure
25997         what to do if the window is not realized).
25998         (gtk_window_move_resize): only recenter the window
25999         for GTK_WIN_POS_CENTER_ALWAYS.
26000         (gtk_window_compute_reposition): handle GTK_WIN_POS_CENTER_ALWAYS in
26001         the same way as GTK_WIN_POS_CENTER.
26002
26003 Thu Sep  2 22:39:27 1999  Tim Janik  <timj@gtk.org>
26004
26005         * gtk/gtkwindow.c (gtk_window_reposition): check for the last position
26006         with (!(info->last_flags & GDK_HINT_POS)) instead of
26007         (!info->last_flags & GDK_HINT_POS).
26008
26009         * gtk/gtkwindow.c (gtk_window_move_resize): constrain new_width and
26010         new_height unconditionally, because we use these values even if
26011         !default_size_changed && !hints_changed.
26012         comented the (default_size_changed || hints_changed) case with
26013         respect to resize rejects from the window manager.
26014
26015         * gtk/gtkwindow.c (gtk_window_move_resize): save info->last values
26016         in the zvt condition hack, since this includes the window hints, set
26017         the hints after the handling_resize case.
26018
26019         * gtk/gtkwindow.c (gtk_window_show): constrain the default size that a
26020         window is initially shown with to the geometry.
26021
26022 Thu Sep  2 07:38:56 1999  Tim Janik  <timj@gtk.org>
26023
26024         * gtk/gtkwindow.c (gtk_window_move_resize):
26025         s/size_changed/default_size_changed/g so i know what's
26026         really going on (frying brain on smaller flame now).
26027
26028 Thu Sep  2 05:47:47 1999  Tim Janik  <timj@gtk.org>
26029
26030         * gtk/gtkwindow.c (gtk_window_move_resize): queue a new resize if
26031         we have size_changed upon handling_resize. this is a gross
26032         workaround for the broken zvt widget and should be removed in
26033         1.3 again (search for FIXME).
26034         Owen provided an accurate comment for this:
26035
26036         /* We could be here for two reasons
26037          *  1) We coincidentally got a resize while handling
26038          *     another resize.
26039          *  2) Our computation of size_changed was completely
26040          *     screwed up, probably because one of our children
26041          *     is broken. It's probably a zvt widget.
26042          *
26043          * For 1), we could just go ahead and ask for the
26044          * new size right now, but doing that for 2)
26045          * might well be fighting the user (and can even
26046          * trigger a loop). Since we really don't want to
26047          * do that, we requeue a resize in hopes that
26048          * by the time it gets handled, the child has seen
26049          * the light and is willing to go along with the
26050          * new size. (this happens for the zvt widget, since
26051          * the size_allocate() above will have stored the
26052          * requisition corresponding to the new size in the
26053          * zvt widget)
26054          *
26055          * This doesn't buy us anything for 1), but it shouldn't
26056          * hurt us too badly, since it is what would have
26057          * happened if we had gotten the configure event before
26058          * the new size had been set.
26059          */
26060
26061 Wed Sep  1 20:46:11 1999  Owen Taylor  <otaylor@redhat.com>
26062
26063         * gtk/gtkrc.c: deal properly with the fact that RC
26064           style lists may include rc styles more than once.
26065
26066         * gtk/gtkrc.c (gtk_rc_append_pixmap_path): Removed
26067           unused static function.
26068
26069         * gtk/gtkrc.c (gtk_rc_find_pixmap_in_path): Keep a
26070           stack of directories of RC files currently being
26071           parsed and implicitely add them to pixmap path.
26072           
26073           This fixes a bug where the directory would get
26074           appended then overwritten by pixmap_path declarations.
26075
26076           (bug #1462, from Peter Wainright <prw@wainpr.demon.co.uk>)
26077
26078         * gtk/gtkthemes.c (gtk_theme_engine_unref): Call
26079           theme's exit function. (Patch from Peter Wainwright,
26080           bug #1454)
26081
26082         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_destroy):
26083           Add a destroy() handler to take care of removing
26084           group for menu item. (Fixes bug #1197)
26085
26086         * gtk/gtkwidget.c (gtk_widget_size_request): Fixed thinko
26087           in warning message.
26088
26089 Wed Sep  1 21:27:42 1999  Tim Janik  <timj@gtk.org>
26090
26091         * gtk/gtkwindow.c (gtk_window_move_resize): don't require a server
26092         roundtrip to figure window's width and height, since we know that
26093         anyways from widget->allocation.
26094
26095 Wed Sep  1 12:37:44 1999  Owen Taylor  <otaylor@redhat.com>
26096
26097         * gtk/gtkwindow.c (gtk_window_move_resize): Compute
26098           the hints after we request the new size.
26099
26100 Wed Sep  1 10:38:37 1999  Owen Taylor  <otaylor@redhat.com>
26101
26102         * gtk/gtkwindow.c (gtk_window_compute_hints): Removed
26103           GTK_WIDGET_REALIZED() assertion - we can compute the
26104           hints before we are realized.
26105
26106         * gtk/gtkwindow.c (gtk_window_move_resize): Reorder
26107           hint changing so that we have a value of hints_changed
26108           when we decide whether to constrain the window size.
26109
26110         * gtk/gtkwindow.c (gtk_window_move_resize): Spelling fix.
26111
26112         * gtk/gtkwindow.c (gtk_window_constrain_size): cleanups,
26113         change back to G_MAXINT.
26114
26115 Wed Sep  1 06:54:59 1999  Tim Janik  <timj@gtk.org>
26116
26117         * gtk/gtkwindow.c (gtk_window_get_geometry_info): zero initialize
26118         new GtkWindowGeometryInfo, so fields like GdkGeometry geometry
26119         contain uncluttered values.
26120         (gtk_window_compute_hints): simply assert that window is realized
26121         and that geometry_info is valid, since we rely on this anyways.
26122         (gtk_window_constrain_size): major cleanups to the code.
26123         if (flags & GDK_HINT_BASE_SIZE) use geometry's base width and height
26124         for the base size, instead of the minimums. use 32767 as max width
26125         and height (like in gtkwindow.c) instead of G_MAXINT.
26126
26127 Wed Sep  1 04:41:25 1999  Tim Janik  <timj@gtk.org>
26128
26129         * cleaned up the GtkContainer.need_resize flag handling mess, we
26130         only need to force resize requests when we were prematurely
26131         realized, or our widget tree was modified when we were temporarily
26132         hidden. handling these cases directly upon showing the window (i.e.
26133         while the GdkWindow is still unmapped) avoids the need to wait for
26134         a configure event response and therefore makes the GUI more snappier
26135         and avoids blank windows during the roundtrip.
26136
26137         * gtk/gtkwidget.c:
26138         (gtk_widget_hide): 
26139         (gtk_widget_show): don't queue resizes on toplevels, they know how
26140         to deal with matters.
26141
26142         * gtk/gtkcontainer.c (gtk_container_queue_resize): set the ->need_resize
26143         flag directly for not visible resize containers and spare us unecessary
26144         signal emissions.
26145
26146         * gtk/gtkwindow.c:
26147         (gtk_window_realize): if we need to enforce premature size allocation,
26148         queue a container resize so we are correctly resized later on.
26149         (gtk_window_init):
26150         (gtk_window_size_request):
26151         don't freak around with the ->need_resize flag,
26152         gtk_container_queue_resize() will care about that.
26153         (gtk_window_show):
26154         handle initial resizing issues here, we can handle matters better in
26155         this place, especially since we know that our GdkWindow is still
26156         unmapped.
26157         (gtk_window_move_resize):
26158         don't care about ->need_resize at all.
26159         handle size changes properly that occoured while we waited for a
26160         configure event.
26161
26162 Tue Aug 31 15:58:46 1999  Owen Taylor  <otaylor@redhat.com>
26163
26164         * gtk/gtkwidget.c (gtk_widget_set_uposition):
26165         * gtk/gtkwindow.[hc] (gtk_window_reposition):
26166         Move the hint setting code from gtk_widget_set_uposition
26167         to here; set the hints so that we respect any previously
26168         set geometry hints.
26169
26170         * gtk/gtkwindow.c (gtk_window_compute_reposition): Don't
26171         change the window hints here or move the window here,
26172         let that happen in gtk_window_move_resize().
26173
26174 Tue Aug 31 06:58:52 1999  Tim Janik  <timj@gtk.org>
26175
26176         * gtk/gtkwidget.c (gtk_widget_event): when discarding exposes due
26177         to already queued resizes (and therefore redraws) on a widget, check
26178         its anchestry as well.
26179
26180         * gtk/gtkcontainer.c:
26181         (gtk_container_queue_resize): clear resize widgets for resize
26182         containers before aborting prematurely. this is especially important
26183         for toplevels which may need imemdiate processing or their resize
26184         handler to be queued.
26185         (gtk_container_dequeue_resize_handler): added new internal function for
26186         gtkwindow.c.
26187
26188         * gtk/gtkwindow.c (gtk_window_move_resize): if we are resizing due to a
26189         configure event, take possible changes in window position into account
26190         as well.
26191         if we request a new window size, queue up a resize handler that will
26192         last until the configure event response arrives.
26193         combined the ->need_resize case (initial show) with the general size
26194         (hints) changed case and added even more comments.
26195         if !auto_shrink, only revert to the old allocation if the new size
26196         is smaller than the current allocation.
26197
26198 Tue Aug 31 11:55:20 1999  Owen Taylor  <otaylor@redhat.com>
26199
26200         * gtk/gtkwindow.c (gtk_window_set_arg, gtk_window_set_policy,
26201                            gtk_window_set_geometry_hints
26202                            gtk_window_set_default_size):
26203         When hints are set, queue a resize so that the hints will
26204         be eventually reset on the toplevel.
26205
26206         * gtk/gtkwindow.c (gtk_window_show): Use
26207         gtk_window_compute_default_size(). Clear the need_resize flag
26208         on the initail map so that we don't unnecessarily trigger the
26209         resize code.
26210
26211         * gtk/gtkwindow.c (gtk_window_move_resize): Split apart
26212         into separate functions. Compare the hints we are setting
26213         with what we set last time so that we can accurately
26214         tell when we need to reset the hints.
26215
26216         * gtk/gtkwindow.c (gtk_window_compute_default_size): New
26217         function to figure out the size from requisition
26218         and default_size.
26219
26220         * gtk/gtkwindow.c (gtk_window_constrain_size): Function
26221         from fvwm to constrain a size to the geometry hints.
26222
26223         * gtk/gtkwindow.c (gtk_window_compare_hints): New function
26224         to compare two sets of geometry hints.
26225
26226         * gtk/gtkwindow.c (gtk_window_compute_hints): Renamed
26227         from gtk_window_set_hints(), just compute the hints,
26228         don't set them.
26229
26230         * gtk/gtkwindow.c (gtk_window_compute_reposition): Move
26231         code from gtk_window_move_resize() to separate function,
26232         rationalize a bit.
26233
26234 Tue Aug 31 13:05:03 1999  Owen Taylor  <otaylor@redhat.com>
26235
26236         * gtkrc.h: Move the ref_count member out of the GtkRcStyle
26237         structure into a new private structure.
26238
26239         * gtkrc.c: Split GtkRcStyle into public/private.
26240         In the private part, add a list of pointers to the
26241         RcStyle lists this RcStyle participates in.
26242
26243         * gtkrc.c: When a RcStyle is free, remove all
26244         lists referencing it from the 
26245         realized_style_ht hash, and free those lists.
26246         
26247         * gtk/gtkrc.c (gtk_rc_clear_styles): Don't call
26248         gtk_rc_init(), since that adds the default styles
26249         to the list of parsed RC files again.
26250
26251         * gtk/gtkrc.c: Use gtk_rc_style_find() consistently.
26252         
26253 Thu Aug 26 14:14:42 1999  Tim Janik  <timj@gtk.org>
26254
26255         * gtk/gtkwidget.c (gtk_widget_size_allocate): reactivated the sanity
26256         checks that ensure that a widget's allocation is at least 1 in width
26257         and height. (GNOME note: this doesn't affect old panel code anymore,
26258         because GtkSocket will request width and height of at least 1 since
26259         Fri Jul 23).
26260
26261         * gtk/gtkwindow.c (gtk_window_realize): if the widget hasn't been
26262         allocated yet (happens if the user realizes the window prematurely),
26263         size request and allocate it.
26264         (gtk_window_size_allocate): guard against guint underflows.
26265
26266 Wed Aug 25 19:01:36 1999  Lars Hamann  <lars@gtk.org>
26267
26268         * gtk/Makefile.am (gtk_built_sources): reordered stamp-gtk.defs
26269         in gtk_built_sources, so gtk.defs gets built prior to all other
26270         sources.
26271
26272 Mon Aug 23 19:11:17 1999  Tim Janik  <timj@gtk.org>
26273
26274         * gtk/Makefile.am:
26275         invoke indent on gtkmarshal.*. 
26276         rewrote source generation rules, use COPYING as oldest source tag for
26277         a piggyback rule to generate all sources from (don't touch it ;).
26278         major cleanups, strip spaces on build rules for GNU Make.
26279
26280         * gtk/genmarshal.pl: don't operate on hardcoded filenames but take
26281         source and target files from commandline arguments. don't invoke indent.
26282
26283 Sat Aug 21 14:07:36 1999  Lars Hamann  <lars@gtk.org>
26284
26285         * gtk/gtknotebook.c (gtk_notebook_real_switch_page): queue_resize
26286         notebook after switch to avoid drawing problems.
26287         (Bug#856 Reported by: Theodore Roth <troth@netmagic.net>)
26288         
26289         (gtk_notebook_pages_allocate): don't map not visible tab_labels, 
26290         show them instead. 
26291         (Bug#1805 Reported by: Dave Cole <dave@dccs.com.au>)
26292
26293 Sat Aug 21 14:07:36 1999  Lars Hamann  <lars@gtk.org>
26294
26295         * gtk/gtknotebook.c (gtk_notebook_real_switch_page): queue_resize
26296         notebook after switch to avoid drawing problems.
26297         (Bug#856 Reported by: Theodore Roth <troth@netmagic.net>)
26298         
26299         (gtk_notebook_pages_allocate): don't map not visible tab_labels, 
26300         show them instead. 
26301         (Bug#1805 Reported by: Dave Cole <dave@dccs.com.au>)
26302
26303 Wed Aug 18 09:20:10 1999  Tim Janik  <timj@gtk.org>
26304
26305         * gtk/gtkwindow.c:
26306         we use window->need_resize from configure_event now, to indicate that
26307         the gtkwindow should keep its allocation (e.g. because the user resized
26308         the window through window manager handles). resize_count is now reliably
26309         used to figure whether we got the allocation we requested from the
26310         window manager.
26311         configure events get queued as resizes now, the real stuff (size
26312         computation and allocation) now only goes on in gtk_window_move_resize().
26313         GtkWindow's requisition now contains its *real* requisition (like all
26314         other widgets), *not* taking usize into account.
26315         geometry_info->last_{width|height} is now updated from set_hints() only
26316         so it always contains the last hints we set for the window manager.
26317         made some event handlers return TRUE instead of FALSE.
26318         the overall code should be much more straight forward now, and the
26319         significant code portions are accompanied by comments now.
26320         (gtk_window_set_hints):
26321         removed requisition argument and made it
26322         fetch the requisition through gtk_widget_get_child_requisition.
26323         we also don't move the gdkwindow here anymore, gtk_window_move_resize()
26324         does that now.
26325         (gtk_window_show):
26326         ensure that the widget is realized before calling 
26327         gtk_container_check_resize() (and thus gtk_window_move_resize()), also
26328         ensure that we got properly size requested and allocated before
26329         realization.
26330         (gtk_window_configure_event):
26331         ignore plain window moves, or reallocate the widget tree through the
26332         resize queue otherwise.
26333         (gtk_window_move_resize):
26334         mostly rewrote this function to figure window manager hints more
26335         reliably, coalesce window moves and resizes to reduce configure events
26336         and do actuall size allocations.
26337
26338 Tue Aug 17 07:43:04 1999  Tim Janik  <timj@gtk.org>
26339
26340         * gtk/gtkwidget.c (gtk_widget_event): discard expose events for widgets
26341         that have a resize pending, because a redraw is already queued for them.
26342
26343         * gtk/gtkcontainer.c: removed ugly connect_to ::size_allocate signal
26344         hack to clear resize_widgets.
26345
26346         * gtk/gtkwidget.c (gtk_widget_size_allocate): call clear_resize_widgets
26347         for resize containers prior to size allocation. (this is also a bit
26348         ugly, but avoids side effects for stopped emissions and is thus more
26349         reliable).
26350         (gtk_widget_unparent): removed disconnect call for clear_resize_widgets.
26351
26352         * gtk/gtktooltips.c (gtk_tooltips_paint_window): renamed this
26353         function from gtk_tooltips_expose, as we connect to ::expose_event
26354         *and* ::draw now.
26355
26356 1999-08-18  Federico Mena Quintero  <federico@redhat.com>
26357
26358         * gtk/gtkselection.c (gtk_target_list_ref): Added missing sanity
26359         checks.
26360         (gtk_target_list_unref): Likewise.
26361
26362         * gtk/gtkthemes.c (gtk_theme_engine_unref): Likewise.
26363
26364 Tue Aug 17 15:47:07 1999  Owen Taylor  <otaylor@redhat.com>
26365
26366         * gtk/gtkcolorsel.c (gtk_color_selection_draw_value_bar):
26367         guard against division by zero. (Fixes bug #1339)
26368
26369 Tue Aug 17 10:56:49 1999  Owen Taylor  <otaylor@redhat.com>
26370
26371         * gtk/gtkentry.c (gtk_move_{forward,backward}_word): 
26372         Prevent the trivial leak of information of allowing
26373         word motion when the entry is not visible.
26374
26375 Tue Aug 17 10:28:52 1999  Owen Taylor  <otaylor@redhat.com>
26376
26377         * gtk/gtkfilesel.c (gtk_file_selection_fileop_error): Propagate
26378         modality to error dialog as well as confirmation dialogs.
26379         (Bug #1803, reported by Rosanna Wing Sze Yuen)
26380
26381 Wed Aug 11 01:04:57 1999  Owen Taylor  <otaylor@redhat.com>
26382
26383         * gtk/gtktreeitem.c (gtk_tree_item_draw_lines): Honor
26384         tree->view_lines.
26385         (gtk-guy-990611-3.patch: Guy Harris <guy@netapp.com>)
26386
26387         * gtk/Makefile.am (install-data-local): Solaris apparently
26388         has various troubles with ln -f; use rm first instead.
26389         (gtk-guy-990611-2.patch: Guy Harris <guy@netapp.com>)
26390
26391 1999-07-30  Raja R Harinath  <harinath@cs.umn.edu>
26392
26393         * gtk/Makefile.am (stamp-m): Don't `mv' from builddir to srcdir,
26394         use `cp' followed by `rm' (the `rm' was already there).
26395
26396 July 30, 1999 Elliot Lee <sopwith@redhat.com>
26397         
26398         * configure.in: Fix autoconf warnings about cross compilation by
26399         trying to provide sane defaults for AC_TRY_RUN.
26400         * gtk/Makefile.am: If we refer to gtkmarshal.[ch] in $(srcdir),
26401         put them into $(srcdir) when generated. Also add a dependency of
26402         gtksignal.h on gtkmarshal.h for -j builds. 
26403         * gtk/gtk(dnd,style,gamma).c: Minor warning fixes.
26404
26405 Wed Jul 28 09:29:19 1999  Owen Taylor  <otaylor@redhat.com>
26406
26407         * gtk/gtkmain.c (gtk_main_iteration_do): Added missing
26408         GDK_THREADS_{LEAVE,ENTER} pair.
26409         (From Paul Fisher <pnfisher@redhat.com>)
26410
26411 Fri Jul 23 01:00:15 1999  Tim Janik  <timj@gtk.org>
26412
26413         * gtk/gtksocket.c (gtk_socket_size_request): asure that the requested
26414         width and height are always >0 (owen).
26415
26416 Fri Jul 23 00:00:47 1999  Tim Janik  <timj@gtk.org>
26417
26418         * gtk/gtkwidget.c (gtk_widget_size_allocate): backed out my recent
26419         change that assured that a widget's allocated with and height are
26420         always >1, since this breaks *buggy* panel code. unfortunately this
26421         back-breaks the gimp's color selector.
26422
26423         * gtk/gtkdrawingarea.c (gtk_drawing_area_size_allocate): asure that our
26424         allocation is always >0 in width and height, before sending the
26425         configure event; this is a *gross* hack to get the gimp back to work.
26426         
26427         * marked both cases with TODO-1.3
26428
26429 Wed Jul 21 15:47:39 1999  Owen Taylor  <otaylor@redhat.com>
26430
26431         * gtk/gtktext.c: Don't display wrap indicators when
26432         text is not editable and word wrap is on.
26433
26434 Wed Jul 21 08:21:40 1999  Tim Janik  <timj@gtk.org>
26435
26436         * gtk/gtkitemfactory.c (gtk_item_factory_create_item): special case
26437         option menus here as they are not derived from menu shell, assure that
26438         the option menu has a menu we can add items to.
26439
26440 Tue Jul 20 23:29:48 1999  Tim Janik  <timj@gtk.org>
26441
26442         * gtk/gtknotebook.c (gtk_notebook_page_allocate): convert allocation->
26443         width/height to (gint) before calculations and check against < 0 to
26444         avoid guint wraparounds.
26445
26446 Sun Jul 18 00:35:49 1999  Tim Janik  <timj@gtk.org>
26447
26448         * gtk/gtkwidget.c (gtk_widget_size_allocate): ensure that the allocated
26449         width and height is never zero. sanity check both dimensions against
26450         32767 and issue a warning if the allocation is greater than that.
26451
26452 Wed Jul  7 15:03:30 1999  Owen Taylor  <otaylor@redhat.com>
26453
26454         * gtk/gtkmain.c (gtk_events_pending): Unlock around call
26455         to g_main_pending() as well.
26456
26457 Wed Jul  7 14:59:01 1999  Owen Taylor  <otaylor@redhat.com>
26458
26459         * gtk/gtkmain.c (gtk_main_iteration): Unlock around
26460         call to g_main_iteration() - since that will regrab
26461         GTK+ lock to process events.
26462
26463 Thu Jul  1 15:01:55 1999  Owen Taylor  <otaylor@redhat.com>
26464
26465         * gtk/gtkwindow.c
26466         - Regularize with the rest of GTK+ by making widget->requisition
26467           not reflect the set_usize()
26468         - Always recompute geometry hints, then check if they
26469           changed before sending them to the X server. The
26470           previous checks for changes would fail in a number
26471           of circumstances. 
26472
26473 Thu Jul  1 11:55:59 1999  Owen Taylor  <otaylor@redhat.com>
26474
26475         * gtk/gtkstyle.c: Include <stdlib.h> for strcmp().
26476
26477 Wed Jun 30 19:26:36 1999  Owen Taylor  <otaylor@redhat.com>
26478
26479         * gtk/gtkdnd.c:
26480         - Code cleanups
26481         - Instantaneously update on modifier key presses
26482         - Allow cancellation of the drag with Escape.
26483
26484 Tue Jun 29 17:04:09 1999  Owen Taylor  <otaylor@redhat.com>
26485
26486         * gtk/testgtk.c (create_handle_box): Set the policy
26487         to auto_shrink - otherwise the appearance is rather
26488         strange when flipping between horizontal and vertical.
26489
26490 Mon Jun 28 09:29:52 1999  Tim Janik  <timj@gtk.org>
26491
26492         * gtk/gtkwindow.c: add ::default_width and ::default_height arguments.
26493         (gtk_window_set_default_size): don't change a value if it's < 0.
26494         queue a resize.
26495
26496 Sun Jun 27 11:00:33 1999  Tim Janik  <timj@gtk.org>
26497
26498         * gtk/gtktext.c (gtk_text_insert): don't segfault on NULL inserts.
26499
26500 Mon Jun 28 12:08:25 1999  Owen Taylor  <otaylor@redhat.com>
26501
26502         * gtk/gtkfilesel.c (cmpl_completion_fullname): Don't
26503         add an extra "/" when concating "/" + filename.
26504         (From Matt Grossman <mattg@oz.net>)
26505
26506 Mon Jun 28 10:57:12 1999  Owen Taylor  <otaylor@redhat.com>
26507
26508         * gtk/gtkctree.c (draw_cell_pixmap): Reset clip mask
26509         for fg_gc if we set it for drawing pixmap.
26510
26511 Tue Jun 15 12:45:12 1999  Owen Taylor  <otaylor@redhat.com>
26512
26513         Fixes from Peter Wainwright <prw@wainpr.demon.co.uk>
26514         
26515         * gtk/gtkrc.c (gtk_rc_parse_engine): If rc_style->engine is
26516         already set, call old engine's destroy function and
26517         unref the old engine.
26518
26519 Thu Jun 10 17:59:38 1999  Tim Janik  <timj@gtk.org>
26520
26521         * gtk/gtkdrawingarea.c (gtk_drawing_area_size): queue a resize.
26522
26523 Wed Jun  9 15:13:16 1999  Tim Janik  <timj@gtk.org>
26524
26525         * gtk/gtkaccelgroup.h: mark certain functions as internal.
26526
26527 Wed Jun  9 13:48:28 1999  Tim Janik  <timj@gtk.org>
26528
26529         * gtk/gtkpreview.c (gtk_preview_set_expand): queue a resize if the
26530         expand behaviour changed.
26531
26532         * gtk/gtklabel.c (gtk_label_set_pattern):
26533         (gtk_label_set_justify):
26534         (gtk_label_set_line_wrap):
26535         don't bother invoking queue_clear, the reallocation does
26536         that for us, always free_words so the upcoming resize will
26537         relayout the label's contents.
26538
26539 Wed Jun  9 12:50:48 1999  Tim Janik  <timj@gtk.org>
26540
26541         * applied argument implementation patches from Elena Devdariani
26542         <elena@cogent.ca>.
26543
26544         * gtk/gtktoolbar.c: ::orientation, ::toolbar_style, ::space_size,
26545         ::space_style, ::relief
26546         * gtk/gtkruler.c: ::lower, ::upper, ::position, ::max_size
26547         * gtk/gtkpreview.c: ::expand
26548         * gtk/gtkpaned.c: ::handle_size, ::gutter_size
26549         * gtk/gtknotebook.c: ::homogeneous
26550         * gtk/gtklabel.c: ::wrap
26551         * gtk/gtklist.c: ::selection_mode
26552         * gtk/gtkhandlebox.c: ::handle_position, ::snap_edge
26553         * gtk/gtkcurve.c: ::curve_type, ::min_x, ::max_x, ::min_y, ::max_y
26554         * gtk/gtkcolorsel.c: ::update_policy, ::use_opacity
26555         * gtk/gtkclist.c: ::sort_type
26556         * gtk/gtkcheckmenuitem.c: ::active, ::show_toggle
26557         * gtk/gtkaspectframe.c: ::xalign, ::yalign, ::ratio, ::obey_child
26558
26559 Tue Jun  1 23:38:38 1999  Owen Taylor  <otaylor@redhat.com>
26560
26561         * gtk/gtkstyle.c: Removed ill-thought-out part of last
26562         comment.
26563
26564 Tue Jun  1 23:30:09 1999  Owen Taylor  <otaylor@redhat.com>
26565
26566         * gtk/gtkstyle.c (gtk_style_attach): Get the reference
26567         counting right when we have to attach a new style
26568         for a different visual. (Chi-Deok Hwang <cdhwang@sr.hei.co.kr>)
26569
26570         * gtk/gtkstyle.c: Documented the refcounting
26571         peculularities of gtk_style_attach.
26572
26573 1999-06-01  Tim Janik  <timj@dhcpd7.redhat.com>
26574
26575         * gtk/gtkwindow.c (gtk_window_new): added return if fail for invalid
26576         window types.
26577
26578         * examples/packer/pack.c (main): use GTK_WINDOW_TOPLEVEL instead
26579         of GTK_TOPLEVEL for creating the window.
26580
26581 1999-06-01  Tim Janik  <timj@dhcpd7.redhat.com>
26582
26583         * gtk/gtkmain.c (gtk_init_check): don't segfault when --gtk-module is
26584         the last argument (reported by Per Winkvist).
26585         
26586 Tue May 25 13:13:12 1999  Owen Taylor  <otaylor@redhat.com>
26587
26588         Fixes for invisible XOR lines (Frank Loemker
26589         <floemker@TechFak.Uni-Bielefeld.DE>)
26590         
26591         * gtk/gtkclist.c (gtk_clist_realize): Always use
26592         a non-zero pixel for GDK_XOR.
26593
26594         * gtk/gtkvpaned.c gtk/gtkhpaned.c: 
26595         Use GDK_INVERT instead of GDK_XOR.
26596
26597 Wed May 12 21:56:40 1999  Lars Hamann  <lars@gtk.org>
26598
26599         * gtk/gtkclist.c (adjust_adjustments): signal emit value_changed
26600         signals if h/voffsets differ from adjustment values.
26601         Reportet by Jerome Bolliet <bolliet@in2p3.fr>
26602
26603 Mon May 10 04:20:41 1999  Tim Janik  <timj@gtk.org>
26604
26605         * gtk/gtkmenushell.c (gtk_menu_shell_activate_item): propagate
26606         ::selection-done emissions up to the topmost menu shell.
26607
26608 Fri May  7 10:15:14 1999  Owen Taylor  <otaylor@redhat.com>
26609
26610         * gtk/gtknotebook.c (gtk_notebook_set_scrollable): Unset
26611         the user data on the window before destroying it.
26612
26613         * gtk/gtknotebook.c (gtk_notebook_unrealize): Add an
26614         unrealize handler to take care of destroying 
26615         notebook->panel properly. 
26616         (Bug #1198 - Morten Welinder <terra@diku.dk>)
26617
26618         * gtk/gtktext.c (expand_scratch_buffer): Fix reversal
26619         of g_new and g_realloc to stop memory leak. (Actually,
26620         we could just use g_realloc(), but I'm not 100% sure
26621         that is portable).
26622         (Bug #1196 - Morten Welinder <terra@diku.dk>)
26623
26624 Wed Apr 21 00:42:08 1999  Owen Taylor  <otaylor@redhat.com>
26625
26626         * gtk/gtkplug.h: Removed stray GtkPlugButton declaration.
26627
26628         * gdk/gdkfont.c (gdk_text_measure): Fix the return value
26629         for fontsets.
26630
26631         * gtk/gtkbutton.c (gtkbutton_expose): Fix warning
26632         with bin/button confusion.
26633
26634 Thu May  6 04:53:26 1999  Tim Janik  <timj@gtk.org>
26635
26636         * gtk/testgtk.c: in the ItemFactory test, link radio items together,
26637         and show how preselection of radio items is done.
26638
26639 Sun May  2 13:31:14 1999  Tim Janik  <timj@gtk.org>
26640
26641         * gtk/gtktreeitem.c (gtk_tree_item_set_subtree): 
26642         * gtk/gtktree.c (gtk_tree_add) (gtk_tree_insert):
26643         * gtk/gtktoolbar.c (gtk_toolbar_insert_element): 
26644         * gtk/gtkpaned.c (gtk_paned_pack2) (gtk_paned_pack1):
26645         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_add): 
26646         * gtk/gtktable.c (gtk_table_attach): 
26647         * gtk/gtklist.c (gtk_list_insert_items): 
26648         * gtk/gtkmenushell.c (gtk_menu_shell_insert): 
26649         * gtk/gtknotebook.c (gtk_notebook_insert_page_menu): 
26650         * gtk/gtkpacker.c (gtk_packer_add_defaults) (gtk_packer_add): 
26651         * gtk/gtkbin.c (gtk_bin_add): 
26652         * gtk/gtkbox.c (gtk_box_pack_start) (gtk_box_pack_end): 
26653         * gtk/gtkfixed.c (gtk_fixed_put): 
26654         * gtk/gtklayout.c (gtk_layout_put):
26655         general fixups to container_add logic. always realize child if
26656         child->parent is realized, only map the child and queue a resize
26657         if child and child->parent are both visible.
26658
26659 Fri Apr 30 09:02:28 1999  Tim Janik  <timj@gtk.org>
26660
26661         * gtk/gtkwidget.c (gtk_widget_real_unrealize): use gtk_container_forall
26662         instead of gtk_container_foreach to walk and unrealize children, so
26663         composite children get also unrealized.
26664         (gtk_widget_real_show): don't call gtk_widget_map() if we don't need to.
26665         (gtk_widget_map): assert that the widget is visible (basic constrain).
26666         (gtk_widget_real_map): assert that the widget is realized (basic
26667         constrain).
26668
26669 Fri Apr 29 00:53:20 1999  Tim Janik  <timj@gtk.org>
26670
26671         * gtk/gtkbindings.c (gtk_pattern_spec_init): plugged a memory leak.
26672
26673 Tue May  4 09:32:08 1999  Owen Taylor  <otaylor@redhat.com>
26674
26675         * gtk/Makefile.am gtk/gtkrc.iso-8859-2: Add a gtkrc
26676         file for iso-8859-2 locales.
26677
26678         * configure.in (ALL_LINGUAS): ALL_LINGUAS update.
26679
26680 Tue Apr 27 16:38:32 1999  Owen Taylor  <otaylor@redhat.com>
26681
26682         * gtk/Makefile.am: Fix typo of static_sources for static_SOURCES.
26683          (Pointed out by andy@rz.uni-karlsruhe.de and others).
26684          Remove some suspicious and useless lines. 
26685
26686 Tue May  4 08:44:08 1999  Owen Taylor  <otaylor@redhat.com>
26687
26688         * gtk/gtkclist.c (gtk_clist_draw, draw_rows): Use 
26689         width,height = 0, 0 to mean - here to edge of window,
26690         instead of -1, -1, since the former is all we support.
26691
26692 Tue May  4 08:34:43 1999  Owen Taylor  <otaylor@redhat.com>
26693
26694         * gtk/gtkmain.c (gtk_main): Correctly free list nodes
26695         when removing from quit_functions list.
26696
26697 Tue Apr 27 14:17:16 1999  Tim Janik  <timj@gtk.org>
26698
26699         * gtk/gtkpacker.c (gtk_packer_size_request): remove unused variable.
26700
26701 Tue Apr 27 18:23:35 1999  Owen Taylor  <otaylor@redhat.com>
26702
26703         * gtk/gtkentry.c (gtk_entry_draw_cursor_on_drawable): 
26704          When redrawing characters on non-visible entry, use appropriate
26705          '*' character. (Bug #1130 - Jean-Marc Jacquet <jm@littleigloo.org>)
26706
26707 Tue Apr 27 01:31:40 1999  Lars Hamann  <lars@gtk.org>
26708
26709         * gtk/gtkclist.c (drag_dest_cell): compute destination cell
26710         from drag coordinates.
26711         (gtk_clist_drag_data_received) (gtk_clist_drag_motion):
26712         use drag_dest_cell.
26713
26714         * gtk/gtktree (drag_dest_cell)
26715         (gtk_ctree_drag_data_received) (gtk_ctree_drag_motion): likewise.
26716         (Bug #1129)
26717
26718 Wed Apr 21 21:26:11 1999  Tim Janik  <timj@gtk.org>
26719
26720         * gtk/gtkitemfactory.c (gtk_item_factory_init): properly initialize
26721         translate_* fields.
26722         (gtk_item_factory_finalize): invoke translate_notify independant from
26723         translate_data.
26724         (gtk_item_factory_set_translate_func): likewise.
26725         (gtk_item_factory_destroy): only remove ifactory pointer from those
26726         widgets that belong to us (stupid me).
26727
26728 Mon Apr 19 12:05:31 1999  Owen Taylor  <otaylor@redhat.com>
26729
26730         * gtk/gtkrc.c (gtk_rc_style_init): Fixed leak of
26731         rc_style list when lookup succeeeds.
26732
26733 Thu Apr 15 01:11:24 1999  Lars Hamann  <lars@gtk.org>
26734
26735         * gtk/gtkctree.c (resync_selection): 
26736         * gtk/gtkclist.c (resync_selection): fixed undo_selection bug.
26737         * gtk/gtkclist.c (gtk_clist_button_release): fixed resync_selection
26738         bug.
26739
26740 Fri Apr  9 19:22:19 1999  Owen Taylor  <otaylor@redhat.com>
26741
26742         * gtk/gtkcolorsel.c gtk/gtkdnd.c gtk/gtkmenuitem.c:
26743         Add some missing GDK_THREADS_ENTER()/LEAVE around
26744         timeouts. (Patches from Sebastian Wilhelmi <wilhelmi@ira.uka.de>)
26745
26746 Thu Apr  8 20:10:33 1999  Tim Janik  <timj@gtk.org>
26747
26748         * gtk/gtkentry.c (gtk_entry_key_press): use gtk_widget_activate()
26749         rather than emit_by_name.
26750
26751         * gtk/gtkeditable.c (gtk_editable_insert_text): keep a reference
26752         on the widget across multiple signal emissions.
26753         (gtk_editable_delete_text): same here.
26754         (gtk_editable_class_init): set widget_class->activate_signal after
26755         editable_signals[ACTIVATE] has been created.
26756
26757 Wed Apr  7 22:59:47 1999  Owen Taylor  <otaylor@redhat.com>
26758
26759         * gtk/gtkpaned.c (gtk_paned_set_position): Don't clamp
26760         position here prematurely -- we might not have the
26761         right ->min_position and ->max_position yet.
26762
26763 Tue Apr  6 16:38:51 1999  Owen Taylor  <otaylor@redhat.com>
26764
26765         * gtk/gtkselection.c gdk/gdkselection.c: (gtk_selection_request):
26766         Add error traps so if the other end of the connection
26767         dies, we survive.
26768
26769         * gtk/gtkselection.c (gtk_selection_notify): Clean
26770         up properly when selection property retrieval fails.
26771         
26772         * gtk/gtkselection.c (gtk_selection_request): Correctly
26773         reject SelectionRequest notifies where the handler
26774         returns no data.
26775
26776 Tue Apr  6 12:24:21 1999  Owen Taylor  <otaylor@redhat.com>
26777
26778         * gtk/gtkdnd.c (gtk_drag_dest_leave): Only unhighlight
26779         when we've previously highlighted.
26780
26781         * gtk/gtkdnd.c (gtk_drag_dest_handle_event): Don't
26782         emit two "drag_leave" signals for Motif drops.
26783
26784         * gtk/gtkdnd.c (gtk_drag_source_handle_event): Send
26785         back the correct status messages when dropping from
26786         Motif onto a proxy window that is rejecting the
26787         drop.
26788
26789 Sat Mar 27 23:32:13 1999  Tim Janik  <timj@gtk.org>
26790
26791         * gtk/gtkarg.[hc]: added functions from GLE, gtk_arg_reset() to free
26792         the value and reset type to GTK_TYPE_INVALID, and gtk_arg_values_equal()
26793         to compare two argument values. added gtk_arg_to_valueloc() to set a
26794         variable from an arg through its location (pointer).
26795
26796         * gtk/gtkobject.[hc]: implemented gtk_object_get() in terms of
26797         gtk_object_arg_get() and gtk_arg_to_valueloc(), floats are collected
26798         as gfloat*, uchars are collected as guchar*, ints are collected as
26799         gint*, etc...
26800
26801 Mon Mar 29 17:45:47 1999  Owen Taylor  <otaylor@redhat.com>
26802
26803         * gtk/gtkaccelgroup.c gtk/gtkgtkbindings.c:
26804         Include <string.h> instead of <strings.h>.
26805
26806         * gtk/gtkstyle.c: Fix double include of gtkthemes.h
26807         (actually, a lot more duplicate includes occur if
26808          you trace through the sequence of #include's)
26809         gtk-jbb-990320-0: John Bley, jbb6@acpub.duke.edu
26810         
26811 Mon Mar 29 17:02:58 1999  Owen Taylor  <otaylor@redhat.com>
26812
26813         Patches from Akira Higuchi <a-higuti@math.sci.hokudai.ac.jp>
26814         gtk-a-higuti-990322-[0-3]
26815
26816         * configure.in: Fix confusion between GTK_LOCALE_[C]FLAGS
26817         that was causing -DX_LOCALE not to work.
26818
26819         * gtk/gtkrc.c (gtk_rc_init):
26820         X_LOCALE will never have LC_MESSAGES defined
26821
26822 Thu Mar 25 12:38:31 1999  Tim Janik  <timj@gtk.org>
26823
26824         * gtk/gtkrc.c (gtk_rc_append_default_module_path): get $HOME from
26825         g_get_home_dir() (gtk-pmc-990123-0.patch.gz).
26826
26827         * gtk/gtkwindow.c (gtk_window_key_press_event): feature keypad up/down/
26828         left/right as well (gtk-michael-980726-0.patch.gz).
26829
26830         * gtk/gtklabel.[hc]: bunch of miscellaneous cleanups, such as s/0/NULL/
26831         for pointer values, use gchar instead of char. fixed uline allocation
26832         leaks, changed the allocation pattern so we use G_ALLOC_AND_FREE mem
26833         chunks instead of G_ALLOC_ONLY.
26834         (gtk_label_size_request): always alter requisition as passed and leave
26835         widget->requisition alone.
26836         (gtk_label_set_text): allow NULL strings.
26837         (gtk_label_new): likewise.
26838
26839 Wed Mar 24 09:24:03 1999  Tim Janik  <timj@gtk.org>
26840
26841         * gtk/gtkdrawingarea.[hc]: type/macro fixups.
26842
26843 Mon Mar 22 05:51:34 1999  Tim Janik  <timj@gtk.org>
26844
26845         * gtk/gtkbin.c (gtk_bin_draw): only redraw children that are visible
26846         *and* mapped (i.e. drawable).
26847         (gtk_bin_expose): only send exposes to drawable children.
26848
26849         * gtk/gtkbox.c (gtk_box_draw): only redraw children that are drawable.
26850         (gtk_box_expose): only send exposes to drawable children.
26851
26852         * gtk/gtkhscale.c (gtk_hscale_draw): 
26853         * gtk/gtkvscale.c (gtk_vscale_draw):
26854         hm, this is an ugly one. we first compute the size of our trough area
26855         here (window relative) and then check intersection with the draw_area
26856         which is parent relative because we're a NO_WINDOW widget, so we need
26857         to offset the trough area by allocation.x and allocation.y before the
26858         check. (this must not be done for the background area though, since
26859         that's already computed parent relative).
26860
26861 Mon Mar 22 00:41:39 1999  Lars Hamann  <lars@gtk.org>
26862
26863         * gtk/gtkclist.c (gtk_clist_unrealize): unmap clist if neccessary,
26864         unrealize title buttons.
26865
26866 Fri Mar 19 00:00:22 1999  Lars Hamann  <lars@gtk.org>
26867
26868         * gtk/gtkclist.c (gtk_clist_column_title_passive)
26869         (gtk_clist_column_title_active): 
26870         only connect/disconnect to GtkWidgetClass::event to block mouse events.
26871
26872         * gtk/gtkclist.c (vertical_timeout) (horizontal_timeout): 
26873         zero initialize event, removed superfluous gdk_window_get_pointer call
26874
26875         * gtk/gtklist.c (gtk_list_vertical_timeout)
26876         (gtk_list_horizontal_timeout): removed superfluous
26877         gdk_window_get_pointer call
26878
26879 Wed Mar 17 09:00:00 1999  Tim Janik  <timj@gtk.org>
26880
26881         * plugging problems reported by "Bruce Mitchener, Jr."
26882         <bruce@puremagic.com> due to a purify session.
26883
26884         * gtk/gtkstyle.c:
26885         (gtk_style_ref): 
26886         (gtk_style_unref): assert ref_count to be > 0.
26887
26888         * gtk/gtkclist.c (gtk_clist_set_cell_style): { 0 } initilaize
26889         the requisition.
26890         (gtk_clist_set_shift): likewise.
26891
26892         * gtk/gtklayout.c: introduce gtk_layout_finalize() to unref the
26893         adjustments.
26894
26895         * gtk/gtklist.c (gtk_list_horizontal_timeout): zero initialize the
26896         event before sending it and set send_event to TRUE (which needs to
26897         be done for *all* synthesized events).
26898         (gtk_list_vertical_timeout): likewise.
26899
26900         * gtk/gtktipsquery.c (gtk_tips_query_destroy): plug small memory
26901         leaks.
26902
26903         * gtk/gtkdrawingarea.c (gtk_drawing_area_send_configure): set send_event
26904         to TRUE when synthesizing events.
26905
26906 [ *** end of merges from 1.2 *** ]      
26907         
26908 1999-11-21  Tor Lillqvist  <tml@iki.fi>
26909
26910         * gdk/gdkconfig.h: Remove, as this is a file generated by configure
26911         (or copied from gdkconfig.h.win32 on Win32, sigh).
26912
26913         * gdk/gdkprivate.h: Mark gdk_parent_root for export from DLL.
26914
26915         * gdk/gdk.c (gdk_keyval_convert_case): Fix typo.
26916
26917         * gdk/gdkgc.c (gdk_gc_alloc): Remove duplicated line.
26918
26919         * gdk/gdkconfig.h.win32: New file.
26920
26921         * gdk/win32/makefile.cygwin: Build just a static archive here.
26922
26923         * gdk/makefile.cygwin: New file. Get the win32-specific stuff
26924         for the DLL from the static archive built above.
26925
26926         * gdk/gdk.def: Moved here from the win32 subdirectory.
26927
26928         * gdk/win32/*: Adapt for the changed private struct organisation.
26929
26930         * gtk/makefile.{cygwin,msc}: Get gdk library from ../gdk now.
26931
26932 Sun Nov 21 16:44:35 1999  Stefan Jeske  <stefan@gtk.org>
26933
26934         * gtk/gtkspinbutton.c (gtk_spin_button_button_press): Added support 
26935         for wheel mice (buttons 4 and 5).
26936
26937 1999-11-18  Tor Lillqvist  <tml@iki.fi>
26938
26939         * gdk/win32/gdkgc-win32.c (gdk_gc_predraw): Also for truecolor
26940         drawables use just the pixel field in the foreground and
26941         background GdkColor of the GdkGC.
26942
26943         gdk_gc_set_{fore,back}ground() are called in the GIMP with
26944         GdkColors containing uninitialized (red,green,blue) fields, and
26945         just the pixel field filled in, and furthermore in the
26946         visual-dependent format as returned by gdk_rgb_xpixel_from_rgb().
26947         It thus turns out that we really don't need to have the full
26948         GdkColor for fg and bg in GdkGCWin32Data after all. Will change
26949         it later to have just the pixel values.
26950
26951 Mon Nov 15 17:17:51 GMT 1999 Tony Gale  <gale@gtk.org>
26952
26953         * docs/gtkfaq.sgml: s/gtk_main_iteration/g_main_iteration/
26954
26955 Sat Nov 13 22:30:29 GMT 1999 Tony Gale  <gale@gtk.org>
26956
26957         * docs/gtkfaq.sgml: threads example from Erik Mouw.
26958         New question on GtkLabel background colors.
26959
26960         * docs/gtk_tut.sgml:
26961           - Correct the example code callback
26962             function definitions.
26963           - Update the gtkdial example code, from Frans van Schaik.
26964           - Update setselection.c to current API.
26965
26966         * examples/Makefile examples/*/*.c: Update to code
26967         listed in tutorial.
26968
26969 1999-11-10  Tor Lillqvist  <tml@iki.fi>
26970
26971         * gdk/win32/gdkfont-win32.c: Fix a couple of bugs. The Unicode
26972         subrange table (from the "Developing International Software for
26973         WIndows 95 and Windows NT" book) was missing the Hangul syllable
26974         block... Get the loaded font's charset correctly.
26975
26976         (Note that this, and the other *-win32.c files, still really are
26977         the old ones, the win32 subdirectory is not ready for compilation
26978         yet after the reorg.)
26979
26980 Wed Nov 10 17:26:49 GMT 1999 Tony Gale  <gale@gtk.org>
26981
26982         * gtk/gtkclist.c: Fix off-by-one bug in parameter
26983         check.
26984
26985 Wed Nov 10 12:12:03 1999  Owen Taylor  <otaylor@redhat.com>
26986
26987         * gdk/x11/gdkinput-{x11,xfree}.c: Call XFreeDeviceState()
26988         on results of XQueryDeviceState().
26989
26990 Mon Nov  8 16:40:43 1999  Owen Taylor  <otaylor@redhat.com>
26991
26992         * gtk/gtkwidget.c: Substitute gdkx.h => gdkprivate.h since
26993         we need to accesss only ->children. We need an accessor
26994         for the children.
26995
26996         * gtk/gtkhandlebox.c gtk/testgtk.c: Substitute G
26997         DK_ROOT_PARENT() => NULL, in call to gtk_window_get_pointer()
26998         to get rid of gdkx.h include.
26999         
27000         * gtk/gtkctree.c: Get rid of #include <gdk/gdkx.h>
27001         and random references to 'None'.
27002
27003         * gtk/gtkclist.c gtk/gtkeditable.c gtk/gtkpreview.c
27004         Get rid of unused #include <gdk/gdkx.h>
27005
27006         * gtk/gtkrc.c gtk/gtkmain.c: Get rid of #include <gdk/gdkx.h>
27007         gdkx.h is _X_ specific stuff. GDK_WINDOWING comes from
27008         gdkconfig.h.
27009
27010 1999-11-08  Tor Lillqvist  <tml@iki.fi>
27011
27012         * gdk/win32/gdkdraw.c
27013         * gdk/win32/gdkfont.c
27014         * gdk/win32/gdkgc.c: Various minor cleanups and bugfixes
27015         following yesterday's changes. (Unrelated to Owen's reorg.)
27016
27017 Mon Nov  8 16:18:25 1999  Owen Taylor  <otaylor@redhat.com>
27018
27019         * gdk/x11/gdkinput-gxi.c: Add missing include,
27020           fix GdkWindowPrivate => GdkDrawablePrivate.
27021
27022         * gdk/x11/gdkinputprivate.h: include <X11/Xlib.h>.
27023
27024         * gdk/x11/Makefile.am (xinput_sources): Add missing
27025         backslash to fix building with --with-xinput=none
27026
27027 Mon Nov  8 14:47:04 1999  Owen Taylor  <otaylor@redhat.com>
27028
27029         Move all X specific code into the x11/ directory.
27030         Aside from shuffling things around, did the following:
27031
27032        * gdk/gdkprivate.h gdk/gdk.h gdk/x11/gdkmain-x11.h: Add
27033          gdk_arg_context_* - a simple argument parsing system
27034          in the style of popt.
27035
27036        * gdk/gdkdrawable.[ch] gdk/gdkprivate.h gdk/gdkwindow.[ch]
27037          gdk/x11/gdkprivate-x11.h:
27038          Remove X specific stuff from GdkDrawable and GdkWindowPrivate - 
27039          add ->klass and ->klass_data fields. The klass_data
27040          field points to an auxilliary structure that is
27041          windowing system dependent.
27042
27043        * gdk/gdkfont.c: Make most of the measurement functions
27044          simply wrappers around gdk_text_extents().
27045
27046        * gdk/gdkfont.c gdk/gdkprivate.h gdk/x11/gdkfont-x11.c: Add a 
27047          _gdk_font_strlen() function that hides the weird
27048          behavior in gtk+-1.[02] where a string is interpreted
27049          differently for 8-bit and 16-bit fonts.
27050
27051        * gdk/gdkevents.c: Add a new function gdk_event_button_generate()
27052          to store common code for synthesizing double/triple
27053          press events.
27054         
27055        * gdk/gdkgc.[ch]: Virtualize in the same way as gdkdrawable.h.
27056          Make all the function that modify an existing GC
27057          simply wrappers around gdk_gc_set_values().
27058          
27059        * gdk/gdkcc.[ch]: Moved into x11/ directory in preparation
27060          for throwing out later.
27061
27062        * gdk/gdkfont.c gdk/gdkimage.c gdk/gdkcolor.c: Change GdkFontPrivate,
27063          GdkImagePrivate and GdkColormapPrivate to have a
27064          windowing system dependent part (GdkFontPrivateX etc.)
27065          that "derives" from the system-independent part.
27066
27067        * configure.in gdk/x11/Makefile.in gdk/x11/gdkinput*.c:
27068          Got rid of the included-source-files for XInput in
27069          favor of automake conditionals. (Which didn't exist
27070          when XInput support was originally added.)
27071
27072        * gdk/gdkrgb.c: Remove the visual id from the debugging
27073          statements since that is X11 specific; print out
27074          type/depth info instead.
27075          
27076
27077 Wed Nov  3 18:14:49 1999  Owen Taylor  <otaylor@redhat.com>
27078
27079         * gdk/x11/gdkfont-x11.c (gdk_font_load): Ref fonts when
27080         loading duplicates of hashed fonts.
27081
27082         * gdk/gdk.c (gdk_keysym_convert_case): rename
27083         gdk_XConvertCase to gdk_keysym_convert_case, allow
27084         results to be NULL in the GTK+ style.
27085
27086         * gdk/gdkcompat.h: Started compatibility header
27087         for renames.
27088
27089 1999-11-07  Tor Lillqvist  <tml@iki.fi>
27090
27091         * gdk/win32/gdkprivate.h: New font private structures, related to
27092         fontsets.
27093
27094         * gdk/win32/gdkfont.c: New functions gdk_font_list_new() and
27095         gdk_font_list_free(). On X11, will just be wrappers to
27096         XListFonts() and XFreeFontNames(). On Win32, the code previously
27097         in gtkfontsel.c is now here.
27098
27099         New function gdk_font_xlfd_create(). On X11 will get the FONT
27100         property of the font (for GDK_FONT_FONTs), or call
27101         XBaseFontNameListOfFontSet (for GDK_FONT_FONTSETs), on Win32
27102         builds a XLFD style name from the font information in the LOGFONT
27103         struct(s).
27104
27105         New function gdk_font_xlfd_free(), which correspondingly frees the
27106         string returned by gdk_font_xlfd_create().
27107
27108         Implement fontsets on Win32. Add a function that iterates over a
27109         wide char string and calls a callback function for each substring
27110         of wide chars from the same Unicode subrange (and thus probably
27111         available in the same real font).
27112
27113         Improve the XLFD emulation a bit.
27114
27115         * gdk/win32/gdkim.c (gdk_nmbstowchar_ts): Small bugfix.
27116
27117         * gdk/win32/gdkevents.c: Workaround for suspected bug on Win2k
27118         Beta3, WM_IME_CHAR messages don't seem to contain the composed
27119         multi-byte char as with the Active IMM on Win9x. Oh well, handle
27120         WM_IME_COMPOSITION with GCS_RESULTSTR instead, use
27121         ImmGetCompositionStringW() to get the composed Unicode chars.
27122
27123         * gdk/win32/gdkgc.c
27124         * gdk/win32/gdkdraw.c: Changes needed because of the font private
27125         struct changes.
27126
27127         * gdk/win32/gdk.def: Add the new functions.
27128
27129 1999-11-04  Tor Lillqvist  <tml@iki.fi>
27130
27131         * config.h.win32: Don't define HAVE_DIMM_H if MSC, as you have to
27132         get the Platform SDK to get <dimm.h>.
27133
27134         * gdk/win32/gdkevents.c: More event handling fixes and
27135         simplification. Never generate motion events with is_hint true. We
27136         used to do that on bogus grounds earlier. Windows sends
27137         WM_MOUSEMOVE messages on button events even if the mouse hasn't
27138         moved, ignore these.
27139
27140         * gdk/win32/gdkfont.c: Load all fonts as (pretended) fontsets.
27141
27142         * gdk/win32/gdkglobals.c
27143         * gdk/win32/gdkprivate.h: Define a typedef for the pointer to
27144         the TrackMouseEvent function, and use it.
27145
27146         * gdk/win32/gdkwindow.c: Terminate widechar string with a zero
27147         char before calling WideCharToMultiByte in order to get a string
27148         for the window title.
27149
27150         * gdk/win32/gdkdnd.c: Some more random hacking, ifdeffed out.
27151
27152         * gdk/win32/gdk.def: Remove obsolete functions.
27153
27154         * gdk/win32/makefile.{cygwin,msc}: Remove gdkcompat.{o,obj}. Add
27155         /nodefaultlib and /defaultlib switches.
27156
27157         * gtk/gtkrc.c: s/gwin_getlocale/g_win32_getlocale/.
27158
27159 1999-10-31  Tor Lillqvist  <tml@iki.fi>
27160
27161         * gdk/gdkkeysyms.h: Add new keysyms from X11R6.4 (including
27162         EuroSign).
27163
27164         * gdk/gdktypes.h: Add note about wchar_t not necessarily being the
27165         same type as GdkWChar, especially on Win32.
27166
27167         * gdk/win32/*.c: Change gdk_root_parent to be a pointer.
27168
27169         * gdk/win32/*.c: Assume all strings are UTF-8. Convert to Unicode
27170         before passing to Windows GDI for drawing etc. Convert to the
27171         system default codepage before passing to Windows as window
27172         titles.
27173
27174         * gdk/win32/gdkprivate.h: Add more fields to GdkWindowPrivate to
27175         support changing input locale on the fly.
27176
27177         * gdk/win32/gdkevent.c: Support input language (keyboard locale)
27178         on-the-fly changes. Convert incoming characters from the current
27179         codepage to Unicode (and then to a UTF-8 multi-byte string) based
27180         on the current input language. Use keysym<->Unicode mapping tables
27181         and functions borrowed from xterm sources.
27182
27183         Support IMEs (Input Method Editors) for CJK languages. On non-CJK
27184         editions of Win9x, use the ActiveX-based Active IMM (Input Method
27185         Manager) if available. IMEs and the Active IMM are available under
27186         the disguise of Chinese, Korean and Japanese support for IE and
27187         Outlook Express from "Windows Update" for Win98. On Win2k, the CJK
27188         support is present in all editions (as long as you install it).
27189
27190         Call DispatchMessage from gdk_events_queue() (and thus
27191         gdk_WindowProc()), instead of duplicating the code in
27192         gdk_WindowProc().
27193
27194         Reworked the grab handling and propagation code, factored out
27195         duplicated code snippets into separate functions. Other cleanups,
27196         too.
27197
27198         * gdk/win32/surrogate-dimm.h: Provide just the bits we need from
27199         the <dimm.h> header describing the Active IMM.
27200
27201         * gdk/win32/gdkfont.c: Pretend to support fontsets, but so far
27202         just do the same as for "single" fonts.
27203
27204         * gdk/win32/gdk.c: Call CoInitialize() (COM initialisation) from
27205         gdk_init_check, and CoUninitialize() from gdk_exit_func. Handle
27206         the new keysyms from gdkkeysyms.h.
27207
27208         * gtk/gtkfontsel.c (Win32): Load the font for the preview as a
27209         fontset, so that gtkentry uses wide characters.
27210
27211         * gtk/gtkrc.c (Win32): Get the locale with gwin_getlocale(). Call
27212         GTk+'s system directory "gtk+", not "gtk".
27213
27214 Sat Oct 30 13:17:18 BST 1999 Tony Gale <gale@gtk.org>
27215
27216         * docs/gtkfaq.sgml: FAQ update
27217
27218 1999-10-21  Tor Lillqvist  <tml@iki.fi>
27219
27220         * gdk/win32/gdkprivate.h: Add more font private data.
27221
27222         * gdk/win32/gdkfont.c
27223         * gdk/win32/gdkdraw.c: Revamped handling of multi-byte charset
27224         fonts and strings. Now works much better. You still have to
27225         have a correct font selected, though. No fontset emulation yet.
27226
27227 1999-10-19  Tor Lillqvist  <tml@iki.fi>
27228
27229         * gtk/maketypes.awk: Use G_OS_WIN32.
27230
27231         * gtk/gtk.def: Add some missing entry points. Also some non-public
27232         ones, but PyGTK porter claims to need them.
27233
27234         * gtk/makefile.{cygwin,msc}: Drop some unneeded headers from the
27235         built-in type generation.
27236
27237 1999-10-14  Tor Lillqvist  <tml@iki.fi>
27238
27239         * gdk/win32/gdkdraw.c (gdk_draw_text_wc): Don't use TextOutW for
27240         GDK_FONT_FONT fonts (which is all we have for now, we don't
27241         emulate fontsets). The X11 version uses plain XDrawString in that
27242         case, too. The string passed to gdk_draw_text_wc seems to be in
27243         fact (at least, when used by gtkentry and gtktext) either in a
27244         single-byte charset, or a DBCS. Not Unicode.
27245
27246         This fixes the problem in gtkfontsel, where even if you had
27247         selected a font with a non-Latin1 charset (windows-greek, for
27248         instance), the preview still used Latin-1 glyphs.
27249
27250         * gdk/win32/gdkfont.c (gdk_text_width_wc): Similar change. Don't
27251         use GetTextExtentPoint32W, use GetTextExtentPoint32A.
27252         (gdk_font_load): Recognize the demibold etc weights, even if we
27253         don't have the corresponding constants in the headers.
27254         (gdk_font_hash_insert): Use same hash mechanism as in the X11
27255         version. Should save font resources a bit, when we don't have
27256         multiple HFONTs for the same font.
27257
27258         * gdk/win32/gdkprivate.h: Add the names field as in the X11
27259         version.
27260
27261 1999-10-11  ERDI Gergo  <cactus@cactus.rulez.org>
27262
27263         * gdk/gdk.c (gdk_beep): Modified the XBell call to use the default
27264         X values
27265
27266 1999-10-09  ERDI Gergo  <cactus@cactus.rulez.org>
27267
27268         * gtk/gtktoolbar.h, gtk/gtktoolbar.c: Added horizontal icon/text
27269         layout support (as mentioned on
27270         http://www.jcinteractive.com/gnome-ui/software/widgets/)
27271
27272 Wed Oct  6 12:46:17 PDT 1999 Manish Singh <yosh@gimp.org>
27273
27274         * gtk/fnmatch.c
27275         * gtk/gtkfilesel.c: s/G_HAVE_CYGWIN/G_WITH_CYGWIN/
27276
27277 1999-10-05  Jesus Bravo Alvarez  <jba@pobox.com>
27278
27279         * configure.in (ALL_LINGUAS): Added Galician (gl)
27280
27281 1999-10-05  Tor Lillqvist  <tml@iki.fi>
27282
27283         * gdk/win32/*.[ch]: Corresponding changes as in X11 backend.
27284
27285         * gdk/win32/gdkcompat.c: New file, actually provide an
27286         implementation for the deprecated functions. (Just temporarily.)
27287
27288         * gtk/gtkfilesel.c: Fix an #ifdef syntax botch.
27289
27290         * gtk/makefile.{cygwin,msc}: Update gdk_headers.
27291
27292         * gdk/win32/gdk.def gtk/gtk.def: Updates.
27293
27294 1999-10-05  Kjartan Maraas  <kmaraas@online.no>
27295
27296         * configure.in: Added "uk" to ALL_LINGUAS.
27297         
27298 Mon Oct  4 11:57:11 PDT 1999 Manish Singh <yosh@gimp.org>
27299
27300         * configure.in: correct checking for BeOS check
27301
27302         * gdk/gdktypes.h
27303         * gtk/fnmatch.c
27304         * gtk/gtkfilesel.c
27305         * gtk/gtkitemfactory.c
27306         * gtk/gtkmain.[ch]
27307         * gtk/gtkrc.c: use G_OS_WIN32 and G_HAVE_CYGWIN #defines
27308
27309 Mon Oct  4 16:16:53 1999  Pablo Saratxaga <pablo@mandrakesoft.com>
27310
27311         * gtk/gtkrc.{bg,iso88591[345]}: add gtkrc files for some new charset
27312         encodings: iso-8859-13 (for Lithuanian), iso-8859-14 (used by celtic
27313         languages), iso-8859-15 (used in Estonia) and microsoft-cp1251 (used
27314         by Bulgarian). 
27315
27316 Sun Oct  3 18:13:44 1999  Owen Taylor  <otaylor@redhat.com>
27317
27318         * gtk/gtkwidget.c (gtk_reset_shapes_recurse): 
27319         Fix a reference to window_private->destroyed.   
27320
27321         * gtk/gtkplug.c (gtk_plug_realize): Fix up a direct
27322         (ugly) setting of an internal GdkWindow member to use
27323         a _slightly_ cleaner macro.
27324
27325         * gdk/gdkprivate.h: Split GdkWindowPrivate into
27326         GdkDrawablePrivate and GdkWindowPrivate.
27327         Add extra macros for accessing GDK_DRAWABLE_ components.
27328
27329         * *.[ch]: Massive adjustments for the above, use the
27330         new macros in a lot of places.
27331
27332 Sun Oct  3 15:16:24 1999  Owen Taylor  <otaylor@redhat.com>
27333
27334         * gdk/gdktypes.h: Make GdkDrawable the base type,
27335         not GdkWindow.
27336
27337 Sun Oct  3 15:08:44 1999  Owen Taylor  <otaylor@redhat.com>
27338
27339         * gdk/gdkdraw.c (gdk_drawable_get_data): Added new function.
27340
27341 Sun Oct  3 14:26:15 1999  Owen Taylor  <otaylor@redhat.com>
27342
27343         * gdk/gxid* gdk/x11/gxid*: Move files into x11 subdirectory.
27344
27345 Sun Oct  3 14:16:23 1999  Owen Taylor  <otaylor@redhat.com>
27346
27347         * gdk/gdkdrawable.h: Include gdk/gdkdrawable.h with
27348         gdk/ prefix. (Pointed out by chak@is.tsukuba.ac.jp)
27349
27350         * configure.in gdk/Makefile.am x11/: create x-specific subdirectory.
27351
27352         * docs/gtk-config.1: Now autogenerated.
27353         * docs/Changes-1.4.txt: started
27354         
27355 1999-10-03  Tor Lillqvist  <tml@iki.fi>
27356
27357         * gdk/gdkimage.h gdk/gdkpixmap.h: Change GDK_WINDOWING_WIN32 usage
27358         to #ifdef also here.
27359
27360         * gdk/win32/*.h gdk/win32/*.c: Make corresponding changes as those
27361         Owen did to the X11 backend.
27362
27363         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Fix it again, don't use
27364         ScrollWindowEx when blitting inside a window, it can't be correct
27365         in the general case.
27366
27367         * gdk/win32/gdkevents.c: Don't handle WM_SIZING, handling
27368         WM_GETMINMAXINFO is easier.
27369
27370         * gdk/win32/gdkimage.c (gdk_image_new): Create new image with
27371         depth equal to the bitspixel value, not the visual's depth.
27372
27373         * gdk/win32/gdkvisual.c (gdk_visual_init): Set the visual's depth
27374         to 24 even if the bitspixel value is 32.
27375
27376         * gdk/gdkrgb.c (gdk_rgb_select_conv): After the above change, no
27377         need to check for depth==32 when bpp==32, depth will always be 24.
27378
27379 Fri Oct  1 18:03:36 1999  Owen Taylor  <otaylor@redhat.com>
27380
27381         * docs/Changes-1.4.txt: Started
27382         
27383         * gtk/Makefile.am (gdk_headers): Include all the new headers.
27384
27385         * gdk/*.h gdk/*.c: Split gdk.h into lots of itty-bitty little pieces.
27386         
27387         * gdk/gdkprivate.h gdk/gdkcc.c: Moved GdkColorContext private
27388         into C file.
27389         
27390         * gdkinput.h gdkinputprivate.h - renamed the internal gdkinput
27391         header to gdkinputprivate.h.
27392
27393         * gdk/gdk.h gdk/gdk.c: Removed gdk_time* functions which have been
27394         unused since before 1.2.
27395
27396 1999-09-30  Tor Lillqvist  <tml@iki.fi>
27397
27398         * gtk/gtkfontsel.c (gtk_font_selection_get_xlfd_field): On Win32,
27399         expand possible hex escapes in the font family (put there by
27400         logfont_to_xlfd if the font name isn't a legal XLFD font family,
27401         mainly if it contains slashes). (gtk_font_selection_create_xlfd):
27402         On Win32, add hex escapes here, too.
27403
27404 Wed Sep 29 19:55:35 1999  Owen Taylor  <otaylor@redhat.com>
27405
27406         * */*.[ch]: Changed from #if GDK_WINDOWING == GDK_WINDOWING_X11
27407         to #ifdef GDK_WINDOWING_X11.
27408
27409 [ Merges from gtk-1-2 ]
27410
27411 Wed Sep  8 07:13:29 1999  Tim Janik  <timj@gtk.org>
27412
27413         * configure.in: fixed "GNU Make" check to pass with new make version
27414         3.77.95.
27415
27416 Fri Sep  3 16:04:41 1999  Tim Janik  <timj@gtk.org>
27417
27418         * gtk-config.in (--version): don't echo @GTK_VERSION@, but
27419         @GTK_MAJOR_VERSION@.@GTK_MINOR_VERSION@.@GTK_MICRO_VERSION@, so the
27420         AM_PATH_GTK() macros don't get confused by the -pre1.
27421
27422 Thu Sep  2 19:02:37 1999  Owen Taylor  <otaylor@redhat.com>
27423
27424         * configure.in (REBUILD): Change check for perl5
27425           to check explicitely for v >= 5.002. (5.001
27426           does not work with our scripts.)
27427
27428 Wed Aug 25 15:45:46 1999  Tim Janik  <timj@gtk.org>
27429
27430         * configure.in: evaluate $PERL for the perl version check. added
27431         --disable-rebuilds to give the user an option to completely disable
27432         any source autogeneration rules.
27433
27434 Mon Aug 23 23:16:14 1999  Tim Janik  <timj@gtk.org>
27435
27436         * configure.in: evaluate $ac_make when checking for GNU Make.
27437
27438 Mon Aug 23 19:11:17 1999  Tim Janik  <timj@gtk.org>
27439
27440         * docs/Makefile.am: added generation.txt.
27441
27442         * Makefile.am: require automake 1.4, build README from README.in and
27443         INSTALL from INSTALL.in in dist-hook.
27444         
27445         * README.in:
27446         * INSTALL.in: new files to autogenerate README and INSTALL from.
27447
27448         * configure.in: figure whether we have GNU Make
27449
27450         * docs/generation.txt: minor additions/corrections.
27451
27452 Wed Aug 11 13:38:26 BST 1999 Tony Gale  <gale@gtk.org>
27453
27454         * docs/gtkfaq.sgml: FAQ Update
27455
27456 July 30, 1999 Elliot Lee <sopwith@redhat.com>
27457         
27458         * configure.in: Fix autoconf warnings about cross compilation by
27459         trying to provide sane defaults for AC_TRY_RUN.
27460
27461 Fri Jul 16 22:20:21 PDT 1999 Manish Singh <yosh@gimp.org>
27462
27463         * ltconfig
27464         * ltmain.sh: upgrade to libtool 1.3.3
27465
27466 Thu Jul  8 11:30:18 1999  Owen Taylor  <otaylor@redhat.com>
27467
27468         * INSTALL: Indicate that the --with-glib= configure
27469         time flag is unsupported.
27470
27471 Mon Jul  5 20:36:03 1999  Owen Taylor  <otaylor@redhat.com>
27472
27473         * docs/generation.txt: Added a file that gives
27474         documenation about the autogeneration process for
27475         various autogenerated files.
27476         
27477 Tue Jun 29 15:59:25 1999  Owen Taylor  <otaylor@redhat.com>
27478
27479         * configure.in (LIBS): Look for libgmodule in the
27480         right location.
27481
27482 Thu Jun 17 13:57:31 1999  Owen Taylor  <otaylor@redhat.com>
27483
27484         * docs/gtk_tut.sgml: Removed references to
27485         code examples in my directory on gtk.org as
27486         they should all be in the tutorial now.
27487
27488         * docs/gtk_tut.sgml: Added sources for dial-test
27489         and scribble-xinput programs that were previously
27490         missing.
27491
27492 Fri Jun  4 00:08:59 1999  Owen Taylor  <otaylor@redhat.com>
27493
27494         * TODO: Added entry about menu keyboard navigation, removed
27495         some finished items.
27496
27497 Mon May 31 00:11:24 1999  Owen Taylor  <otaylor@redhat.com>
27498
27499         * acinclude.m4: Standardize on func_dgettext
27500         not func_gettext, so that the checks for dgettext
27501         actually are paid attention to.
27502
27503 Wed May  5 10:47:54 1999  Owen Taylor  <otaylor@redhat.com>
27504
27505         * configure.in (LIBS): Add $INTLLIBS into $LIBS
27506         directly, rather than repeating the checks for
27507         gettext.
27508
27509         * INSTALL: Added information about gettext and
27510         NLS support.
27511
27512         * acinclude.m4 (LIBM): Check for dgettext, not
27513         just gettext. This should hopefully fix things wrt
27514         systems with old versions of GNU gettext installed.
27515
27516 Tue Jun 29 15:59:25 1999  Owen Taylor  <otaylor@redhat.com>
27517
27518         * configure.in (LIBS): Look for libgmodule in the
27519         right location.
27520
27521 Thu Apr  1 16:58:10 PST 1999 Manish Singh <yosh@gimp.org>
27522
27523         * autogen.sh: add --enable-maintainer-mode
27524
27525         * configure.in: set ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"
27526
27527 Wed Mar 24 23:03:49 CST 1999 Shawn T. Amundson <amundson@gtk.org>
27528
27529         * docs/gtk-config.1.in:
27530           docs/Makefile.am:
27531           configure.in: gtk-config is now generated.
27532
27533         * docs/gtk-config.1: Removed, now generated.
27534
27535 Thu Sep 23 17:59:59 1999  Tim Janik  <timj@gtk.org>
27536
27537         * gdk/gdkevents.c (gdk_event_translate): grr, even if Gdk doesn't
27538         handle CreateNotify itself, still put out a debuging message for
27539         --gdk-debug=events. made the ReparentNotify debugging message more
27540         verbose.
27541         wrap xcoords translation for ConfigureEvents into an error trap,
27542         a destroy event may already be pending, and in that case, the
27543         actuall coordinate values are not at all critical.
27544
27545 Sat Sep 18 22:24:15 1999  Owen Taylor  <otaylor@redhat.com>
27546
27547         * gdk/gdkcc.c: Stop leaking the color_hash all over
27548         the place. Simplify and improve the logic.
27549
27550 Fri Sep 17 09:57:15 1999  Tim Janik  <timj@gtk.org>
27551
27552         * gdk/gdk.h, gdk/gdkcolor.c: make return types (gint or gboolean)
27553         for prototypes and function implementations consistent (reported
27554         by Tomas Ogren).
27555
27556 Tue Sep 14 18:23:01 1999  Tim Janik  <timj@gtk.org>
27557
27558         * gdk/gdkevents.c (gdk_event_translate): tell if expose events have
27559         send_event set in debugging output.
27560         (gdk_compress_exposures): default initialize the event so we don't
27561         operate on bogus values (namely send_event).
27562
27563 Thu Sep  2 16:33:59 1999  Owen Taylor  <otaylor@redhat.com>
27564
27565         * gdk/gdkwindow.c: When we receive an unexpected
27566         destroy notify on one of our windows, don't just
27567         warn about it, also mark our windows as destroyed.
27568
27569 Sun Sep  5 08:10:53 1999  Owen Taylor  <otaylor@redhat.com>
27570
27571         * gdk/gdkfont.c (gdk_font_hash_insert): Add
27572           name => font and name => fontset hashes. The 
27573           name => fontset hash is a _big_ win since we
27574           weren't previously caching fontsets at all and loading
27575           fontsets is expensive. The name => font hash
27576           is less of a win, but it does save us from doing
27577           repeated XQueryFont calls on the same font.
27578
27579         * gdk/gdkprivate.h (struct _GdkFontPrivate): Add a names
27580           list so we can remove font/fontset from hash.
27581
27582 Thu Sep  2 19:02:37 1999  Owen Taylor  <otaylor@redhat.com>
27583
27584         * gdk/gdkproperty.c (gdk_atom_intern): Remove useless
27585           and slightly confusing test. [ XInternAtom (,,TRUE)
27586           will never return None ].
27587
27588 Sat Sep  4 08:39:26 1999  Owen Taylor  <otaylor@redhat.com>
27589
27590         * gdk/gdkwindow.c (gdk_window_set_geometry_hints)
27591           gdk/gdkwindow.c (gdk_window_set_hints):
27592
27593         Don't omit setting the properties if flags == 0 -
27594         there may be an existing set of properties there
27595         already. (Very old bug. Would it be better to
27596         delete the property instead?)
27597
27598         * gdk/gdkselection.c (gdk_selection_property_get): Fix 
27599           spelling error in comment.
27600
27601 Wed Sep  1 14:05:30 1999  Owen Taylor  <otaylor@redhat.com>
27602
27603         * gdk/gdkimage.c (gdk_image_new): Use gdk_error_trap_push()
27604           to avoid stomping over gdk_error_warnings.
27605
27606         * gdk/gdkimage.c (gdk_image_new): compute image->bpp
27607           as (bits_per_pixel + 7) / 8. This gives the same
27608           result as before for multiples of 8, but actually
27609           a "reasonable" value for 1bit or 4bit displays.
27610
27611 Mon Aug 23 19:11:17 1999  Tim Janik  <timj@gtk.org>
27612
27613         * gdk/Makefile.am: minor cleanups, strip spaces on build rules for
27614         GNU Make.
27615
27616 Tue Aug 17 07:43:04 1999  Tim Janik  <timj@gtk.org>
27617
27618         * gdk/gdkevents.c (gdk_event_translate): give a debugging note when
27619         discarding configure events.
27620
27621 1999-08-18  Federico Mena Quintero  <federico@redhat.com>
27622
27623         * gdk/gdkpixmap.c (gdk_pixmap_unref): g_return_if_fail() the
27624         refcount is greater than zero.
27625
27626         * gdk/gdkwindow.c (gdk_window_unref): Likewise.
27627
27628         * gdk/gdkfont.c (gdk_font_unref): Likewise.
27629
27630         * gdk/gdkgc.c (gdk_gc_unref): Likewise.
27631
27632         * gdk/gdkdnd.c (gdk_drag_context_unref): Likewise.
27633
27634 Wed Aug 11 01:04:57 1999  Owen Taylor  <otaylor@redhat.com>
27635
27636         * gdk/gdkproperty.c (gdk_property_get): Fix assumption
27637         that format 32 => sizeof(item) == 4. It really is
27638         sizeof(long).
27639
27640 Tue Jun 29 23:02:42 1999  Owen Taylor  <otaylor@redhat.com>
27641
27642         * gdk/gdk.c (gdk_x_error / gdk_x_io_error): Don't
27643         core dump at all on X IO errors, only core dump
27644         if --enable-debug for X errors.
27645
27646 Thu Jun 24 17:06:23 1999  Tim Janik  <timj@gtk.org>
27647
27648         * gdk/gdkevents.c (gdk_event_translate): removed old ""Got event for
27649         unknown window:" message. disabled ConfigureNotify discarding code,
27650         because it led to events being processed out of order.
27651
27652 Thu Jun 24 12:22:02 1999  Tim Janik  <timj@gtk.org>
27653
27654         * gdk/gdkglobals.c: preinitialize gdk_error_code to 0.
27655
27656         * gdk/gdkevents.c (gdk_event_send_client_message_to_all_recurse): since
27657         we export this function, supress error warnings and don't reset the
27658         error code in the first half of this function.
27659
27660         * gdk/gdk.c (gdk_x_error): set gdk_error_code to the actuall X error
27661         code (instead of just -1) so gdk_error_trap_pop() reveals something
27662         actually informative about the error that happened.
27663
27664         * gdk/*.c:
27665         don't rely on gdk_error_code being -1 if an error occoured, but just
27666         gdk_error_code != 0.
27667
27668 Thu Jun 24 11:50:07 1999  Tim Janik  <timj@gtk.org>
27669
27670         * gdk/gdkevents.c (gdk_event_apply_filters): advance the filter list
27671         pointer *before* invoking the filter function, so we at least don't
27672         crash if a filter is removed that is currently executed. window filters
27673         *really* need to be made truely reentrant at some point.
27674
27675 Mon Jun 14 11:10:15 1999  Tim Janik  <timj@gtk.org>
27676
27677         * gdk/gdkevents.c (gdk_event_translate): print the atom name in the
27678         PropertyNotify debug messages.
27679
27680 Wed May  5 22:51:06 1999  Owen Taylor  <otaylor@redhat.com>
27681         
27682         Patch from Sung-Hyun Nam <namsh@lgic.co.kr>
27683         
27684         * gdk/gdkim.c: Fix cut-and-paste errors for 
27685         x/y and PreeditAttributes/StatusAttributes.
27686
27687 Wed May  5 22:24:21 1999  Owen Taylor  <otaylor@redhat.com>
27688
27689         * gdk/gdkwindow.c (gdk_window_set_geometry_hints): Change
27690         G_MAXINT to 2^16 to alleviate overflow problems in
27691         various window managers.
27692
27693 Wed Apr 21 00:42:08 1999  Owen Taylor  <otaylor@redhat.com>
27694
27695         * gdk/gdkfont.c (gdk_text_measure): Fix the return value
27696         for fontsets.
27697
27698 Wed May  5 12:42:01 1999  Owen Taylor  <otaylor@redhat.com>
27699
27700         * gdk/gdkwindow.c (gdk_window_set_geometry_hints):
27701         Initialize size_hints.x and size_hints.y because kwm
27702         brokenly pays attention to them.
27703         (Bug #1181 -  Lars Heete <hel@admin.de>)
27704
27705 Wed May  5 11:38:56 1999  Owen Taylor  <otaylor@redhat.com>
27706
27707         * gdk/gdkrgb.c (gdk_rgb_choose_visual): Free the 
27708         return value of gdk_list_visuals(). 
27709         (Bug #1193 - Morten Welinder <terra@diku.dk>)
27710
27711 Tue May  4 11:12:56 PDT 1999 Manish Singh <yosh@gimp.org>
27712
27713         * gdk/gdkim.c (gdk_im_real_open): cast the return value of
27714         XSetIMValues to (void *) when comparing to NULL, to workaround
27715         the problem of some compilers barfing since older X headers don't
27716         have the prototype for it.
27717
27718 Mon Apr 19 10:11:12 1999  Owen Taylor  <otaylor@redhat.com>
27719
27720         * gdk/gdkcolor.c (gdk_colormap_new): Fix memory leak
27721         for pseudocolor where colormap->colors was double
27722         allocated.
27723
27724         * gdk/gdkcolor.c (gdk_colormap_alloc1): Store the
27725         color value in the hash table with the pixel filled
27726         in so when we do later hash table lookups, the color
27727         value is correct.
27728         
27729 Sun May  2 15:29:45 PDT 1999 Manish Singh <yosh@gimp.org>
27730
27731         * gdk/gdkdraw.c (gdk_draw_lines): check private->destroyed before
27732         making the call
27733
27734 Tue Apr 27 11:17:35 1999  Owen Taylor  <otaylor@redhat.com>
27735
27736         * gdk/gdkdnd.c (xdnd_set_{targets,actions}): Fix leak
27737         pointed out by Morten Welinder <terra@diku.dk>.
27738
27739 Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
27740
27741         * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
27742           default filter from the list
27743
27744 Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
27745
27746         * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
27747           default filter from the list
27748
27749 Fri Apr 16 20:41:43 PDT 1999 Manish Singh <yosh@gimp.org>
27750
27751         * gdk/gdk.c: #include "gdkkeysyms.h" for gdk_XConvertCase #defines
27752
27753         * gtk/gtkfontsel.c (gtk_font_selection_create_xlfd): use
27754         g_strdup_printf instead of calcing the length separately
27755
27756 Tue Apr 13 02:49:33 1999  Owen Taylor  <otaylor@redhat.com>
27757
27758         * gdk/gdkwindow.c: removed some silly #ifdef HAVE_CONFIG
27759         that we don't do in many other places. (Fixing duplicate 
27760         #include of config.h)
27761
27762         * gdk/gdkevents.c: include gdkinput.h _after_ config.h.
27763         Otherwise, #ifndef XINPUT_NONE check in the latter
27764         doesn't work. (Bug #546)
27765
27766 Sun Apr 11 14:38:03 1999  Tim Janik  <timj@gtk.org>
27767
27768         * gdk/gdkpixmap.c (_gdk_pixmap_create_from_xpm): check for color
27769         "None" case insensitive.
27770
27771 Tue Apr  6 16:38:51 1999  Owen Taylor  <otaylor@redhat.com>
27772
27773         * gdk/gdkselection.c: 
27774         Add error traps so if the other end of the connection
27775         dies, we survive.
27776
27777 Tue Apr  6 12:24:21 1999  Owen Taylor  <otaylor@redhat.com>
27778
27779         * gdk/gdkdnd.c (gdk_drag_motion): Separate out the
27780         dest_xid field into two fields - one for the window
27781         to send in messages, one to indicate the last looked
27782         up window for caching purposes. This is needed, so
27783         that Leave messages get the correct window.
27784
27785 Mon Apr  5 13:21:30 1999  Owen Taylor  <otaylor@redhat.com>
27786
27787         * gdk/gdkevents.c (gdk_event_check, gdk_event_prepare):
27788         Fix warning created by people mucking around
27789         with the gsource API.
27790
27791         * gdk/gdkevents.c (gdk_io_invoke, gdk_input_add_full):
27792         Change mapping between GIOCondition and GdkInputCondition
27793         to match the way the Linux kernel does it. This should
27794         fix problems where closed pipes were no longer signalling
27795         GDK_INPUT_READ on systems with a native poll().
27796
27797 Mon Apr  5 17:11:57 1999  Owen Taylor  <otaylor@redhat.com>
27798
27799         * gdk/gdkpixmap.c (_gdk_pixmap_create_from_xpm): Check 
27800         explicitly for the string "None" - it is in the XPM
27801         spec and some servers treat unknown colors in odd ways
27802         (like asking the user!)
27803
27804 Thu Apr  1 16:58:10 PST 1999 Manish Singh <yosh@gimp.org>
27805
27806         * gdk/gdkevents.c: made "->" into a "." of previous change so
27807         it compiles
27808
27809 Thu Apr  1 18:41:25 1999  Owen Taylor  <otaylor@redhat.com>
27810
27811         * gdk/gdkevents.c (gdk_compress_exposures): Set the
27812         window field of the event structure before calling
27813         user filters.
27814
27815 1999-03-31  Federico Mena Quintero  <federico@nuclecu.unam.mx>
27816
27817         * gdk/gdk.c (gdk_init_check): Use False as the last argument to
27818         XInternAtom() here.  This is a particularly Old And Nasty(tm) bug.
27819
27820 Mon Mar 29 17:31:52 1999  Owen Taylor  <otaylor@redhat.com>
27821
27822         * gdk/gdkim.c (gdk_mbstowcs): Free the value of the
27823         intermediate text property - prevents major memory
27824         leak when gdk_use_mb.
27825         gtk-d3august-990311-0: Bj|rn Augustsson <d3august@dtek.chalmers.se>
27826
27827 Mon Mar 29 17:02:58 1999  Owen Taylor  <otaylor@redhat.com>
27828
27829         Patches from Akira Higuchi <a-higuti@math.sci.hokudai.ac.jp>
27830         gtk-a-higuti-990322-[0-3]
27831
27832         * gdk/gdkfont.c (gdk_text_extents_wc): Make  work when
27833         sizeof(wchar_t) != sizeof (GdkWChar)
27834
27835         * configure.in: Fix confusion between GTK_LOCALE_[C]FLAGS
27836         that was causing -DX_LOCALE not to work.
27837
27838         * gtk/gtkrc.c (gtk_rc_init):
27839         X_LOCALE will never have LC_MESSAGES defined
27840
27841         * gdk/gdk.c (gdk_init_check):
27842         Remove --xim-preedit and --xim-status from argv properly.
27843
27844         * gdk/gdkim.c (gdk_ic_real_new): Add a gdk_flush() so
27845         that the client window is present on the X server
27846         before we pass it to the input method.
27847
27848 Tue Mar  9 10:46:49 1999  Owen Taylor  <otaylor@redhat.com>
27849
27850         * gdk/gdkdnd.c (motif_find_drag_window): Fix bug where
27851         if --display is specified on the command line, than
27852         the drag window will not be created on that display.
27853         
27854 Tue Mar  9 10:38:24 1999  Owen Taylor  <otaylor@redhat.com>
27855
27856         * gdk/gdkproperty.c (gdk_atom_intern): Fixed bug where
27857         lookups with only_if_exists == TRUE were inserting
27858         bogus values into the atom cache.
27859
27860 Wed Mar 17 09:00:00 1999  Tim Janik  <timj@gtk.org>
27861
27862         * gdk/gdkselection.c (gdk_selection_property_get): first XFree(t),
27863         then reset it to NULL.
27864
27865         * gdk/gdkcolor.c:
27866         (gdk_colors_free): 
27867         (gdk_colormap_free_colors): use colormap->colors[in_pixels[i]] as the
27868         key for g_hash_table_remove() in both functions, this prevents us
27869         from accessing possibly uninitialized portions of a GdkColor structure
27870         where we are only interested in its pixel value.
27871
27872 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
27873
27874         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
27875         font hash table, if we have a GdkFontPrivate entry for this font
27876         already, simply increment its reference count, provided by Olaf Dietsche
27877         <olaf.dietsche+list.gtk@netcologne.de>.
27878
27879 1999-09-21  Tor Lillqvist  <tml@iki.fi>
27880
27881         * gdk/win32/gdk.c (gdk_exit_func): Delete the gdk_DC when exiting,
27882         just to be sure.
27883
27884         * gdk/win32/gdkvisual.c (gdk_visual_init): Remove a couple of
27885         unused variables, leftovers from the X11 version.
27886
27887         * gdk/win32/rc/*.cur: Better cursors provided by Bernd Herd.
27888
27889         * gtk/gtkfontsel.c (gtk_font_selection_get_xlfd_field): Only
27890         downcase fields on X11.
27891
27892 Mon Sep 20 13:17:39 1999  Pablo Saratxaga <pablo@mandrakesoft.com>
27893         
27894         * configure.in,po/pt_BR.po: added Portuguese Brazilian file from
27895         Alex Sandro Queiroz e Silva <asandro@lcg.dc.ufc.br>
27896
27897 1999-09-17  Tor Lillqvist  <tml@iki.fi>
27898
27899         * gdk/win32/gdk.def: Add gdk_threads_mutex.
27900
27901         * gtk/makefile.msc: Correct path to libintl.
27902
27903         Thanks to Tomi Ollila and Bernd Herd: Fix some inconsistencies in
27904         use of gint vs. int, and gint vs. gboolean in headers and
27905         definitions. Use GtkType for the *_get_type functions. Note that
27906         these changes preserve binary compatibility.
27907
27908         * gdk/gdk.c
27909         * gdk/win32/gdk.c
27910         * gdk/gdk.h: Fix inconsistencies: gint vs int.
27911
27912         * gtk/gtkmain.c
27913         * gtk/gtkclist.c
27914         * gtk/gtkmenufactory.c
27915         * gtk/gtknotebook.c
27916         * gtk/gtkwidget.c: Fix inconsistencies, also gint
27917         vs. gboolean.
27918
27919         * gtk/gtkcolorsel.[ch]
27920         * gtk/gtkcombo.[ch]
27921         * gtk/gtkdrawingarea.[ch]
27922         * gtk/gtkgamma.[ch]
27923         * gtk/gtkhandlebox.[ch]
27924         * gtk/gtkhpaned.[ch]
27925         * gtk/gtkhruler.[ch]
27926         * gtk/gtkplug.[ch]
27927         * gtk/gtkpreview.[ch]
27928         * gtk/gtkruler.[ch]
27929         * gtk/gtksocket.[ch]
27930         * gtk/gtkstatusbar.[ch]
27931         * gtk/gtktoolbar.[ch]
27932         * gtk/gtkvbbox.[ch]
27933         * gtk/gtkvpaned.[ch]
27934         * gtk/gtkvruler.[ch]: Always use type GtkType for the *_get_type
27935         functions.
27936
27937         * gtk/gtkgamma.h: Fix bug, missing () in call of
27938         gtk_gamma_curve_get_type() in GTK_GAMMA_CURVE_CLASS. 
27939
27940 1999-09-14  Tor Lillqvist  <tml@iki.fi>
27941
27942         * gdk/gdkcolor.c (gdk_colormap_new)
27943         * gdk/win32/gdkcolor.c (gdk_colormap_new): Fix memory leak:
27944         colormap->colors was allocated twice.
27945
27946         * gdk/win32/gdk.c: Remove some unused stuff.
27947
27948         * gdk/win32/gdkcolor.c (gdk_colormap_sync): Initialize all of the
27949         colormap.
27950
27951         * gtk/gtkfontsel.c (gtk_font_selection_dialog_get_type)
27952         * gtk/gtklabel.h (gtk_label_get_type)
27953         * gtk/gtktipsquery.c (gtk_tips_query_get_type)
27954         * gtk/gtktypeutils.h (gtk_type_name): : Use GtkType
27955         in a couple of places, not guint.
27956
27957 Fri Sep 10 21:31:00 CEST 1999 Pablo Saratxaga <pablo@mandrakesoft.com>
27958
27959         * configure.in,po/et.po: added Estonian language file
27960
27961 Wed Sep  1 14:36:12 CEST 1999 Pablo Saratxaga <pablo@mandrakesoft.com>
27962
27963         * configure.in,po/da.po: added Danish file
27964
27965 Sun Aug 29 13:38:59 BST 1999 Tony Gale <gale@gtk.org>
27966
27967         * docs/gtkfaq.sgml: Minor FAQ Update
27968
27969 Sat Aug 28 14:34:37 BST 1999 Tony Gale <gale@gtk.org>
27970
27971         * docs/gtkfaq.sgml: FAQ update
27972
27973 1999-08-27  Tor Lillqvist  <tml@iki.fi>
27974
27975         Win32: Philippe Colantoni <colanton@aris.ss.uci.edu> suggests a
27976         way to get window contents continually refreshed while resizing. I
27977         didn't like the effects myself, so it's not on by default.
27978
27979         * gdk/win32/gdkprivate.h: New flag variable
27980         gdk_event_func_from_window_proc, FALSE by default.
27981
27982         * gdk/win32/gdk.c (gdk_init_check): Set above flag if the
27983         environment variable GDK_EVENT_FUNC_FROM_WINDOW_PROC is set, or we
27984         are passed --gdk-event-func-from-window-proc.
27985
27986         * gdk/win32/gdkevents.c (gdk_WindowProc): If above flag is set,
27987         and we have am event_func, call it instead of enqueing the event.
27988
27989 1999-08-23  Tor Lillqvist  <tml@iki.fi>
27990
27991         * gdk/win32/gdkevents.c (gdk_event_translate): Fix from Simon
27992         Kelley: Set expose_count in GdkEventExposes correctly.
27993
27994         * gdk/win32/gdkwindow.c: Remove dead code (#ifdef
27995         MULTIPLE_WINDOW_CLASSES).
27996
27997         * gdk/win32/gdkdraw.c (gdk_draw_line): Workaround from Hans Breuer
27998         for bug in NT, apparently NT *does* draw the end pixel, too, in
27999         LineTo with a one-pixel pen, so we don't have to do it ourselves.
28000
28001 1999-08-21  Tor Lillqvist  <tml@iki.fi>
28002
28003         Improvements by Hans Breuer: 
28004
28005         * gdk/win32/gdkwindow.c (RegisterGdkClass): New function
28006
28007         * gdk/win32/gdkwindow.c (gdk_window_new): Use it. Don't set the
28008         CS_?REDRAW flags as they cause lots of (late) redraws when "show
28009         window contents while dragging" is turned on. Allocate at least
28010         one unique class for every GdkWindowType. If support for single
28011         window-specific icons is ever needed (eg. Dialog specific), every
28012         such window should get its own class.
28013
28014 1999-08-19  Tor Lillqvist  <tml@iki.fi>
28015
28016         * gdk/win32/gdkgc.c (gdk_gc_new_with_values): Fix a cut&paste
28017         error that caused crashes.
28018
28019 1999-08-17  Tor Lillqvist  <tml@iki.fi>
28020
28021         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): When blitting inside one
28022         window, use ScrollWindowEx, and call UpdateWindow. This prevents
28023         bugs when for instance part of the window was outside the
28024         display. Thanks to Philippe Colantoni for finding and fixing this.
28025
28026 1999-08-16  Tor Lillqvist  <tml@iki.fi>
28027
28028         * gdk/win32/gdkdraw.c (gdk_draw_arc): Fix start and end radial
28029         endpoint calculations which were totally wrong. (A little RTFMing
28030         helps a lot ;-)
28031
28032         * gtk/makefile.{cygwin,msc}: Use libintl extracted from glibc
28033         from a separate directory, not from gettext, because of licensing
28034         issues (we want to use the LGPL version).
28035
28036         * README.win32: Mention the intl from glibc vs from gettext issue.
28037
28038 1999-08-13  Tor Lillqvist  <tml@iki.fi>
28039
28040         * gdk/win32/gdkevents.c (gdk_event_translate): Fix a couple of bugs
28041         in the key event handling: Now AltGr chars work again. Also,
28042         now Alt-digits are passed up as well as Control-digits.
28043         Pass keypad plus and minus as normal plus and minus.
28044
28045 Wed Aug 11 13:38:26 BST 1999 Tony Gale  <gale@gtk.org>
28046
28047         * docs/gtkfaq.sgml: FAQ Update
28048
28049 1999-07-25  Tor Lillqvist  <tml@iki.fi>
28050
28051         * README.win32
28052         * config.h.win32: Add HAVE_WINTAB. Undefine it if bulding without
28053         the Wintab SDK.
28054
28055         * gdk/win32/gdkinput.c: Hack some more. Still doesn't quite work
28056         OK, but getting closer. Guard against bogus tilt data from Wacom
28057         ArtPad II with the 3.40 driver. Add ifdefs for HAVE_WINTAB to
28058         enable easier building without Wintab.
28059
28060         * gdk/win32/gdkinput.h
28061         * gdk/win32/gdkevents.c 
28062         * gdk/win32/gdkwindow.c: Minor changes related related to above.
28063         
28064         * gdk/win32/gdkvisual.c: Simplify a lot, remove leftovers from X11
28065         code. As we have just one visual on Win32, no sense to have it in a
28066         table, and no need for the hash table.
28067
28068         * gdk/win32/rc/cursor*.cur: Edit some of the cursors a bit to look
28069         better on white background.
28070
28071 1999-07-21  Tor Lillqvist  <tml@iki.fi>
28072
28073         * README.win32: Update gcc build instructions. Mention gettext is
28074         GPL.
28075
28076         * gdk/win32/gdkcursor.c (gdk_cursor_new_from_pixmap): Get correct
28077         supported cursor size with GetSystemMetrics.
28078
28079         * gdk/win32/gdkfont.c
28080         * gtk/gtkfontsel.c: Guard against some font weight and charset
28081         symbols being undefined (in mingw32 headers).
28082
28083         * gdk/win32/makefile.cygwin
28084         * gtk/makefile.cygwin
28085         * gtk/gtkthemes.c: No longer need to have differently named
28086         gcc-built DLLs when using gcc-2.95 and -fnative-struct.
28087
28088 hu Jul 15 13:33:15 BST 1999 Tony Gale <gale@gtk.org>
28089
28090         * docs/gtkfaq.sgml: Long awaited FAQ update.
28091
28092 1999-07-15  Tor Lillqvist  <tml@iki.fi>
28093
28094         * gdk/win32/gdkcursor.c (gdk_cursor_new_from_pixmap): Implement
28095         it. Obscure bit manipulation needed.
28096
28097         * gdk/win32/gdkevents.c: Logging.
28098         
28099         * gtk/gtkthemes.c (gtk_theme_engine_get): (Win32) Use new DLL naming
28100         style (file name include compiler name) for theme engines.
28101
28102 1999-07-13  Tor Lillqvist  <tml@iki.fi>
28103
28104         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Less logging verbiage.
28105
28106         * gdk/win32/gdkevents.c: Fix long-standing bug in key
28107         events. The key.string wasn't zero-terminated, still we strdup'ed
28108         it in gdk_event_copy(). Synthesize crossing events for button
28109         events before possible propagation.
28110
28111         * gdk/win32/gdkwindow.c: Log gdk_window_set_title.
28112
28113         * gdk/win32/makefile.cygwin
28114         * gtk/makefile.cygwin: Use new DLL naming style for the
28115         GCC-compiled ones.
28116
28117         * gdk/win32/makefile.msc
28118         * gtk/makefile.msc: Cosmetics mostly.
28119
28120         * gtk/gtk.def: Add missing entry points.
28121
28122         * gtk/gtksocket.c: Add dummy gtk_socket_get_type() for Win32.
28123
28124 1999-07-09  Tor Lillqvist  <tml@iki.fi>
28125
28126         * gdk/win32/gdkdraw.c (gdk_draw_arc): Don't draw anything if width
28127         or height is zero. Don't print a warning if Pie or Arc fails, they
28128         always fail (?) for very narrow ellipses.
28129
28130         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Call InvalidateRgn for
28131         the part or the destination window corresponding to source area
28132         outside of the source drawable's boundary.
28133
28134         * gdk/win32/gdkdraw.c (gdk_draw_lines, gdk_draw_polygon): Don't do
28135         anything if less than two points.
28136
28137         * gdk/win32/gdkselection.c (gdk_selection_owner_get): Always
28138         return NULL. Gtk cut-and-paste inside a single program works
28139         better this way. (It always gets the clipboard contents from
28140         Windows, not from its own copy, which is cleared anyway. I can't
28141         say I fully understand what happens... Emulating the X selection
28142         and property stuff is a bit of a mess.)
28143
28144         * gdk/win32/gdkevents.c
28145         * gdk/win32/gdkproperty.c: A bit more verbose logging.
28146
28147         * gdk/win32/gdkregion.c: Fix some memory leaks (temporary regions
28148         that never got deleted). Revamp gdk_region_shrink.
28149
28150         * gdk/win32/gdkregion.c: Fix memory leak, delete temporary regions
28151         after use.
28152
28153         * gtk/gtk.def: Add some missing entry points.
28154
28155         * gtk/gtkrc.c: Strip trailing directory separator from pixmap path
28156         component.
28157
28158 1999-07-04  Tor Lillqvist  <tml@iki.fi>
28159
28160         * gdk/win32/gdkevents.c (gdk_event_translate): Handle
28161         Control-digits specially.
28162
28163 1999-07-03  Tor Lillqvist  <tml@iki.fi>
28164
28165         * gtk/makefile.{cygwin,msc}: New pthreads version. Use gettext.
28166
28167 1999-06-28  Tor Lillqvist  <tml@iki.fi>
28168
28169         * gdk/win32/gdkimage.c (gdk_image_get): bpl was set wrong for
28170         bitmaps, should be multiple of 4. (Thanks to Hans Breuer for
28171         finding this.)
28172
28173 1999-06-01  Jose H Mercado  <jmercado@mit.edu>
28174
28175         * gtk+.spec.in: Corrected some typos in files section.
28176         
28177 1999-06-15  Tor Lillqvist  <tml@iki.fi>
28178
28179         * README.win32: Mention using GNU gettext.
28180         * config.h.win32: Enable NLS stuff.
28181         * gtk/makefile.msc: Use GNU gettext.
28182         * gdk/win32/gdkdnd.c: Minor header reorg.
28183         * gdk/win32/{gdkevents,gdkwindow}.c: No semantic changes, mainly
28184         cosmetics.
28185         * gtk/gtkrc.c (Win32): Make get_gtk_sysconf_directory() public.
28186         * gtk/gtkmain.c (Win32): Use it in bindtextdomain() call.
28187
28188 Wed Jun  2 11:44:25 PDT 1999 Manish Singh <yosh@gimp.org>
28189
28190         * acinclude.m4
28191         * config.guess
28192         * config.status
28193         * ltconfig
28194         * ltmain.sh: upgrade to libtool 1.3.2 (BeOS changes merged)
28195
28196 1999-05-30  Tor Lillqvist  <tml@iki.fi>
28197
28198         * gdk/win32/gdkwindow.c: AdjustWindowRectEx2 renamed to
28199         SafeAdjustWindowRectEx. Don't override all calls to
28200         AdjustWindowRectEx by it, but use it only in two places: When
28201         creating a new top-level window and when moving a top-level
28202         window.
28203
28204         Use screen coordinate rectangle, not client rectangle, in
28205         gdk_window_move. Thus SafeAdjustWindowRectEx will do its job only
28206         when we try to place a window so that the decoration (mainly,
28207         title bar) isn't visible.
28208
28209         These changes fix the bug that showed up for instance as the
28210         GIMP's saved top-level windows moving right and down (by an amount
28211         equal to the window decoration) for each session. This bug showed
28212         up also in testgtk's "Saved Position".
28213
28214         gdk_window_resize also redone a bit.
28215
28216 1999-05-25  Tor Lillqvist  <tml@iki.fi>
28217
28218         * gtk/testgtkrc: Add (commented out) Windows-style theme
28219         include line.
28220
28221         * gdk/win32/gdk.def,gtk/gtk.def: Add some missing entry points.
28222
28223 1999-05-18  Tor Lillqvist  <tml@iki.fi>
28224
28225         * gdk/win32/makefile.{cygwin,msc}: Copy our gdkprivate.h and
28226         gdkx.h to a gdk subdirectory, so that applications can include
28227         these with <gdk/*.h> without trouble.
28228
28229         * gdk/win32/gdkimage.c (gdk_image_new_with_depth): Code simplified.
28230         (gdk_image_destroy): Plug resource leak, some GdkImages didn't
28231         have their bitmap destroyed.
28232
28233         * gdk/win32/gdk.def: Add gdk_root_parent.
28234
28235 Wed May 12 03:00:56 CDT 1999 Shawn T. Amundson <amundson@gtk.org>
28236
28237         * configure.in
28238           gtk-config.in
28239           ltconfig
28240           ltmain.sh     
28241           gtk/Makefile.am: changes to compile nicely (with xlib) 
28242           on BeOS
28243
28244 Sat May  1 15:04:42 PDT 1999 Manish Singh <yosh@gimp.org>
28245
28246         * acinclude.m4
28247         * config.guess
28248         * config.sub
28249         * ltconfig
28250         * ltmain.sh: upgrade to libtool 1.3
28251
28252 Fri Apr 30 13:38:16 1999  Lars Hamann  <lars@gtk.org>
28253
28254         * gtk/gtkclist.c:
28255         * gtk/gtkctree.c: merges from gtk-1-2
28256
28257 1999-04-25  Tor Lillqvist  <tml@iki.fi>
28258
28259         Support added for building using a GNU toolchain on Win32,
28260         gcc -mno-cygwin (egcs-1.1.2) on cygwin-b20.1.
28261
28262         * gdk/win32/makefile.cygwin gtk/makefile.cygwin: New files.
28263         * config.h.win32: Changes for gcc.
28264         * gdk/gdkrectangle.c: Include gdk.h as <gdk/gdk.h>.
28265         * gdk/gdkcolor.c: config.h.win32 already defines strcasecmp.
28266         * gdk/win32/gdkconfig.h: Only the MS compiler has wctype.h.
28267         * gdk/win32/gdkdnd.c: Protect (unused) OLE2 stuff better.
28268         Protect shl stuff unavaiilable with mingw32 headers.
28269         * gdk/win32/gdkevents.c: Fix typo.
28270         * gdk/win32/gdkglobals.c: Use GDKVAR here also for gcc.
28271         * gdk/win32/gdkim.c: Use OEM code page for multibyte chars. (?)
28272         * gdk/win32/gdkinput.c: Use __try __except only with the MS compiler.
28273         * gdk/win32/gdkprivate.h: Make up for some stuff missing from
28274         the mingw32 headers.
28275         * gdk/win32/makefile.msc: Use latest Wintab kit and glib.
28276         * gtk/gtkfilesel.c: Include <glib.h> early, to get stat->_stat
28277         definition on Win32. Test for NATIVE_WIN32, not _MSC_VER.
28278         * gtk/gtkfontsel.c: Protect CHARSET redefinition on Win32.
28279         Test for NATIVE_WIN32, not _MSC_VER.
28280         * gtk/gtkmain.c: No use warning about developer version on Win32,
28281         there aren't any non-developer versions anyhow.
28282         * gtk/gtkrc.c: Test for NATIVE_WIN32, not _MSC_VER.
28283         * gtk/makefile.msc: Use pthread from another directory. Minor other
28284         changes. 
28285
28286 Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
28287
28288         * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
28289           default filter from the list
28290
28291 Mon Mar  8 12:52:53 1999  Owen Taylor  <otaylor@redhat.com>
28292
28293         * gtk/gtkwidget.c (gtk_widget_grab_default): Add a warning
28294          when gtk_widget_grab_default() is called for a widget that
28295          is not within a GtkWindow.
28296
28297 Sat Apr 10 13:52:54 BST 1999  Tony Gale <gale@gtk.org>
28298
28299         * docs/gtk_tut.sgml, examples/clist.c: use a
28300           scrolled window in the clist example. Minor
28301           tutorial fixes.
28302
28303 Fri Apr  2 09:19:20 BST 1999  Tony Gale <gale@gtk.org>
28304
28305         * docs/gtk_tut.sgml: Style check from David King
28306           <dking@youvegotmail.net>
28307
28308 1999-03-30  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
28309
28310         * gtk/gtkfontsel.c (gtk_font_selection_get_fonts): Make code
28311         compile with unknown value of GDK_WINDOWING
28312
28313 1999-03-28  Raja R Harinath  <harinath@cs.umn.edu>
28314
28315         * gdk/Makefile.am (gdkconfig.h): Make sure `gdkconfig.h' exists
28316         after the rule is fired.
28317         (install-exec-local): Install gdkconfig.h only if the contents are
28318         different from the currently installed gdkconfig.h.
28319
28320 1999-03-26  Raja R Harinath  <harinath@cs.umn.edu>
28321
28322         * gdk/Makefile.am (configexecincludedir): Rename from 
28323         configincludedir so that gdkconfig.h will be installed 
28324         as part of `make install-exec'. 
28325
28326 Fri Mar 19 16:50:33 PST 1999 Manish Singh <yosh@gimp.org>
28327
28328         * acinclude.m4
28329         * config.guess
28330         * config.sub
28331         * ltconfig
28332         * ltmain.sh: upgrade to libtool 1.2f
28333
28334         * autogen.sh: libtool is not required to autogen gtk+
28335
28336         * acconfig.h: remove WITH_SYMBOL_UNDERSCORE (not explictly
28337         needed)
28338
28339 1999-03-18  Tor Lillqvist  <tml@iki.fi>
28340
28341         * gdk/gdktypes.h: Merge in Win32 version: Define macro GDKVAR for
28342         declaring gdk variables exported/imported from the DLL. New image
28343         type enum, GDK_IMAGE_SHARED_PIXMAP, for gdk_imlib. New drag and
28344         drop protocol enums, GDK_DRAG_PROTO_WIN32_DROPFILES and
28345         GDK_DRAG_PROTO_OLE2.
28346
28347         * gdk/gdk.h: Merge in Win32 version: Two new functions,
28348         gdk_pixmap_create_on_shared_image and gdk_image_bitmap_new. So far
28349         declared only for the Win32 version, but could be in the X11
28350         version as well. (Needed for a Xlib-less gdk_imlib.)
28351         gdk_color_hash should have only one parameter. Declare
28352         gdk_threads_mutex with GDKVAR.
28353         
28354         * gdk/gdkcolor.c (gdk_color_hash): A hash function should have
28355         just one parameter.
28356
28357         * gdk/gdkimage.c (gdk_image_get): Initialize bpp correctly. Bytes
28358         per pixel, not bits.
28359
28360         * gdk/gdkrgb.c: Mingle includes somewhat. (gdk_rgb_select_conv):
28361         Fetch bpp (which means bits-per-pixel here) from another place on
28362         Win32. Accept also depth==32 (which we might get on Win32) with
28363         bpp==32.
28364
28365         * gtk/{gtkclist,gtkctree,gtkdnd,gtkditable,gtkfontsel,
28366         gtkhandlebox,gtklayout,gtkmain,gtkplug,gtkpreview,gtkrc,
28367         gtkselection,gtksocket,gtkstyle,gtkwidget,gtkwindow}.c:
28368         Include gdx.h from "gdkx.h", not "gdk/gdkx.h", as gdkx.h will be
28369         in the backend-dependent directory, not in the common gdk
28370         directory.
28371
28372         * gtk/testgtk.c: Ditto. Also, don't use ../gdk path to gdk
28373         headers.
28374
28375 Wed Mar 17 05:06:49 1999  Tim Janik  <timj@gtk.org>
28376
28377         * gtk/gtkmain.c (gtk_init_check): tell people that they don't really
28378         want to use the Gtk+ devel version (which is true, and yes - even i am
28379         currently working with the 1.2.x branch). so everyone reading this, you
28380         probably want to issue
28381         cvs checkout -r glib-1-2 glib
28382         and
28383         cvs checkout -r gtk-1-2 gtk+
28384         as your next two comands.
28385
28386 Wed Mar 17 02:49:32 1999  Tim Janik  <timj@gtk.org>
28387
28388         * configure.in: build gtkcompat.h from gtkcompat.h.in instead of
28389         gtkfeatures.h from gtkfeatures.h.in, require GLib 1.3.0.
28390
28391         * gtk/gtkcompat.h.in: combined gtkcompat.h and gtkfeatures.in in this
28392         file. strongly deprecated the GTK_HAVE_* macros, we provide
28393         GTK_CHECK_VERSION() for people that need to check for certain
28394         Gtk+ versions.
28395
28396         * gtk/gtkcompat.h: removed this from CVS.
28397         * gtk/gtkfeatures.h.in: removed this from CVS, gtkfeatures.h was a bad
28398         idea right from the start, it just didn't seem like that back then.
28399
28400 Wed Mar 17 01:46:28 1999  Tim Janik  <timj@gtk.org>
28401
28402         * merges from gtk-1-2:
28403
28404 Tue Mar 16 17:43:33 1999  Tim Janik  <timj@gtk.org>
28405
28406         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc_string): ensure the
28407         item factory class has been created.
28408         (gtk_item_factory_parse_rc): likewise.
28409
28410         * gtk/gtkmenu.c:
28411         keep proper references for old_active_menu_item.
28412         (gtk_menu_reparent): unset the usize of the new parent,
28413         so the menu can sanely be size requested and we don't get nasty screen
28414         artefacts upon next reparentation.
28415         (gtk_menu_motion_notify): set send_event to TRUE if we synthesize an
28416         enter notify. only synthesize enter notifies if the pointer really is
28417         inside the event window.
28418         (gtk_menu_popdown): use gtk_menu_shell_deselect().
28419         (gtk_menu_popup): move the background setting stuff into
28420         gtk_menu_tearoff_bg_copy() so it can be called from other places as well.
28421
28422         * gtk/gtkmenushell.c (gtk_menu_shell_button_press): use
28423         gtk_menu_shell_select_item() to select the new item.
28424         (gtk_menu_shell_deselect): export this function, so gtkmenu.c can
28425         do the right thing for deselection as well.
28426
28427 Sat Mar 15 20:10:33 1999  Tim Janik  <timj@gtk.org>
28428
28429         * gtk/gtkwidget.[hc]:
28430         (gtk_widget_accelerators_locked): return whether a widget's accelerators
28431         are locked.
28432
28433         * gtk/gtkmenu.c (gtk_menu_key_press): don't remove or install new or
28434         existing accelerators if the widget's accelerators are locked.
28435
28436 Sat Mar 14 19:44:05 1999  Tim Janik  <timj@gtk.org>
28437
28438         * gtk/gtkitemfactory.[hc]: allow managing of foreign menu items.
28439
28440         * gtk/gtkmenu.c: truely forward key press and key release events to
28441         the menu widget from the toplevel or tearoff window. we can't simply
28442         connect to that, we need to stop further processing of the events as
28443         well.
28444
28445 Sat Mar 13 13:14:17 1999  Tim Janik  <timj@gtk.org>
28446
28447         * gtk/gtkmenu.c:
28448         (gtk_menu_key_press): pass event->keyval, event->state to
28449         gtk_accelerator_valid, instead of event->keyval twice.
28450         refuse to install single letter accelerators for menus that use
28451         single letter shortcuts.
28452
28453         * gtk/gtkitemfactory.c (gtk_item_factory_create_item): use
28454         gtk_menu_ensure_uline_accel_group().
28455
28456         * gtk/gtkmenu.[hc]: added gtk_menu_ensure_uline_accel_group()
28457         which will always return an uline accel group, made
28458         gtk_menu_get_uline_accel_group() return NULL if the group isn't
28459         yet created.
28460
28461 Mon Mar 15 01:03:27 1999  Lars Hamann  <lars@gtk.org>
28462
28463         * gtk/gtkclist.h (struct _GtkCListColumn): added button_passive flag.
28464
28465         * gtk/gtkclist.c (gtk_clist_column_title_passive):
28466         Leave button sensitive, trap  button_press, button_release,
28467         motion_notify, enter_notify and leave_notify events instead.
28468         (gtk_clist_column_title_active): disconnect event handler.
28469         (gtk_clist_drag_data_get): fixed memory leak. Reported by
28470         Guillaume Laurent <glaurent@worldnet.fr>
28471
28472 Wed Mar 10 23:49:55 1999  Lars Hamann  <lars@gtk.org>
28473
28474         * gtk/gtklayout.c (gtk_layout_adjustment_changed): fixed a few
28475         width/height mixups.
28476
28477         * gtk/gtkctree.c (tree_delete): emit an tree_unselect_row signal
28478         if needed.
28479
28480 Wed Mar 10 00:11:32 1999  Tim Janik  <timj@gtk.org>
28481
28482         * gtk/testgtk.c (create_item_factory): unref the item factory after
28483         window's destruction.
28484
28485         * gtk/gtkmenushell.c (gtk_menu_shell_activate_item): keep a reference
28486         count on the menu shell around the menu item's activation, since the
28487         signal emission may cause menu shell destruction.
28488
28489         * gtk/gtkitemfactory.c:
28490         the previous code leaked one accel group per menu. we use
28491         gtk_menu_get_uline_accel_group() now to fix that, and with that
28492         also create the underline accelerator group of the menus only if
28493         required (i.e. an underline accelerator has been specified).
28494         (gtk_item_factory_construct):
28495         (gtk_item_factory_create_item): removed code that would create an
28496         extra accel group for the menu (and leak references).
28497         (gtk_item_factory_create_item): adapted the underline accelerator
28498         installation code to properly feature gtk_menu_get_uline_accel_group().
28499
28500         * gtk/gtkmenu.[hc]: added gtk_menu_get_accel_group() to retrive
28501         menu->accel_group, this may return NULL if the accelerator group
28502         hasn't been set yet.
28503         added gtk_menu_get_uline_accel_group() to retrive the underline
28504         accelerator group of the menu, this will be created on demand
28505         and proper care is taken about its reference count.
28506
28507         * gtk/gtkitemfactory.h:
28508         * gtk/gtkitemfactory.c:
28509         dumped the approach of keeping a widgets by action list on the
28510         factory since the factory<->widget destroy negotiation didn't work
28511         and would be hard to get going at all. instead we keep a list of
28512         GtkItemFactoryItem items on the factory (GtkItemFactoryItems are
28513         persistant throughout a program's life time).
28514         also, i removed the static const gchar *key_* variables, and made
28515         them inline strings (they weren't actually used anyways).
28516         (gtk_item_factory_add_item): update ifactory->items.
28517         (gtk_item_factory_destroy): destroy ifactory->items (and remove
28518         the item factory pointer from the remaining ifactory widgets).
28519         (gtk_item_factory_get_widget_by_action): walk the GtkItemFactoryItem
28520         list to find the widget.
28521         (gtk_item_factory_get_item): new function that works around
28522         gtk_item_factory_get_widget() limitations, this function will only
28523         return menu items, even for <Branch> entries.
28524
28525 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
28526
28527         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
28528         font hash table, if we have a GdkFontPrivate entry for this font
28529         already, simply increment its reference count, provided by Olaf Dietsche
28530         <olaf.dietsche+list.gtk@netcologne.de>.
28531
28532         * gtk/gtkstyle.c (gtk_style_copy): plug a GdkFont reference leak, fix
28533         provided by Olaf Dietsche <olaf.dietsche+list.gtk@netcologne.de>.
28534
28535 Sun Mar  7 06:13:29 1999  Tim Janik  <timj@gtk.org>
28536
28537         * gtk/gtkcontainer.c:
28538         (gtk_container_add_with_args):
28539         (gtk_container_addv):
28540         (gtk_container_add): before adding a child to a conatiner, make sure
28541         it is (default) constructed, this is neccessary because under certain
28542         circumstances the child will get relized and mapped immediatedly, in
28543         which case it has to be constructed already.
28544
28545 Mon Mar  1 17:58:21 1999  Tim Janik  <timj@gtk.org>
28546
28547         * gtk/gtksignal.c (gtk_signal_connect_by_type): count object_signal
28548         values > 1 as TRUE also.
28549
28550 1999-03-16  Tor Lillqvist  <tml@iki.fi>
28551
28552         * README.win32: New file.
28553                 
28554         * configure.in: Check for lstat.
28555
28556         * config.h.win32: Add non-definition of HAVE_LSTAT, just for
28557         completeness.
28558
28559         * gtk/gtkrc.c: If don't HAVE_LSTAT, use stat.
28560
28561         * gtk/gtk.def: Removed CRs.
28562
28563         * gtk/makefile.msc: Correct include path to Win32 GDK version (in
28564         ..\gdk\win32).
28565
28566         * gdk/win32/makefile.msc: Correct upwards relative paths.
28567         
28568 Mon Mar 15 03:38:34 1999  George Lebl  <jirka@5z.com>
28569
28570         * gtk/gtkdnd.c: (gtk_drag_highlight) swap the
28571           gtk_drag_highlight_expose and gtk_drag_highlight_paint since
28572           it was connecting a void function to expose_event and the int
28573           returning function to the draw signal
28574
28575 1999-03-14  Jeff Garzik  <jgarzik@pobox.com>
28576
28577         * configure.in:
28578         Use correct path to libgmodule.la when ref'ing uninstalled copy
28579         of glib.  (Already in stable branch, Bug #417)
28580
28581 1999-03-15  Tor Lillqvist  <tml@iki.fi>
28582
28583         Win32 merge and general portability stuff:
28584                 
28585         * acconfig.h,configure.in: Check for <sys/time.h>.
28586
28587         * gdk/win32: New directory (actually, been there for a while).
28588         
28589         * gtk/fnmatch.c: Include <glib.h> for G_DIR_SEPARATOR, WIN32 and
28590         NATIVE_WIN32, and use these. Always case fold on Win32. No
28591         backslashed escapes on native Win32.
28592
28593         * gtk/{gtk.def,makefile.msc}: New files.
28594
28595         * gtk/Makefile.am: Add above new files.
28596         
28597         * gtk/{gtkaccelgroup,gtkbindings}.c: Include <string.h>
28598         instead of <strings.h>.
28599
28600         * gtk/{gtkcalendar,gtkitemfactory,gtkpreview,gtkrc}.c: Include
28601         config.h. Protect inclusion of <sys/param.h>, <sys/time.h>, and
28602         <unistd.h> appropriately.
28603
28604         * gtk/gtkdnd.c: Merge in Win32 version (which doesn't do much).
28605         Use ABS() (from <glib.h>) instead of abs().
28606         
28607         * gtk/gtkfilesel.c: Moved Win32-specific includes after inclusion
28608         of gtk (and thus glib) headers, so that WIN32 will be
28609         defined. With MS C, include <direct.h> for mkdir prototype.
28610
28611         * gtk/gtkitemfactory.c (gtk_item_factory_callback_marshal): Add
28612         some casts, needed by MS C.
28613
28614         * gtk/{gtklayout,gtkplug}.c: Merge in Win32 version (which isn't
28615         implemented).
28616
28617         * gtk/gtkmain.c: Include gdk/gdkx.h for GDK_WINDOWING. Include
28618         <X11/Xlocale.h> only on X11 platform, otherwise <locale.h>.  Use
28619         G_SEARCHPATH_SEPARATOR_S and g_module_build_path.
28620
28621         * gtk/gtkmain.h: Mark variables for export/import on Win32.
28622                 
28623         * gtk/gtkrange.c (gtk_range_motion_notify): Set mods also in case
28624         the event is not a hint, or its window is not the slider. Needed
28625         on Win32, at least.
28626
28627         * gtk/gtkrc.c: Include config.h and gdk/gdkx.h. Use <locale.h>
28628         unless on X11. Skip \r chars, too. Use G_DIR_SEPARATOR and
28629         G_SEARCHPATH_SEPARATOR(_S). Use g_path_is_absolute. On Win32, use
28630         a subdirectory of the Windows directory as gtk system
28631         configuration directory.
28632
28633         * gtk/gtkselection.c: No chunks on Win32.
28634
28635         * gtk/gtksocket.c: Not implemented on Win32.
28636
28637         * gtk/gtkthemes.c (gtk_theme_engine_get): Use g_module_build_path.
28638
28639         * gtk/makeenums.h: Include gdkprivate.h after gdk.h.
28640
28641         * gtk/maketypes.awk: Declare variables with a macro that expands to
28642         necessary export/import magic in the case of Win32.
28643                 
28644         * gtk/testrgb.c: Use dynamically allocated buffer. Use GTimers.
28645
28646 1999-03-13  Raja R Harinath  <harinath@cs.umn.edu>
28647
28648         * configure.in (gdk_wc): Move widechar tests from `glib' to here,
28649         since those were meant only for gdki18n.h.  
28650         * gdk/gdki18n.h: Include gdkconfig.h and use GDK_* instead of G_*
28651         for widechar tests.
28652         * gtk/Makefile.am (INCLUDES): Add -I../gdk for gdkconfig.h.
28653
28654 1999-03-13  Tor Lillqvist  <tml@iki.fi>
28655
28656         * configure.in acconfig.h: Check for dirent.h and pwd.h. Generate
28657         gdk/gdkconfig.h using similar mechanism as GLib's glibconfig.h.
28658
28659         * gtk-config.in: Add @libdir/gtk+/include (where gdkconfig.h is
28660         installed) to CFLAGS.
28661
28662         * gdk/Makefile.am: Add rules for gdkconfig.h.
28663
28664         * gdk/gdktypes.h: Include gdkconfig.h. Define macros for windowing
28665         APIs.
28666
28667         * gdk/gdkfontsel.c: Don't include Xlib.h, it gets included via
28668         gdkx.h anyway when compiling for X11.
28669         (gtk_font_selection_create_xlfd): Use g_strdup_printf. (In
28670         general): Merge in Win32 version.
28671         
28672         * gtk/gtkfilesel.c: Use g_get_current_dir(). Merge in Win32
28673         version: Use G_DIR_SEPARATOR, g_path_is_absolute, no tilde
28674         expansion (if we don't have HAVE_PWD_H), allow for drive
28675         letters. UNC paths (\\server\share\...) are not handled yet.  Also,
28676         included code from Craig Setera's port to Win32 (the one that uses
28677         X11, and the cygwin dll), even if it probably will be abandoned.
28678
28679         * gtk/gtkfilesel.c: Don't append a * to the pattern to complete if
28680         the user entered one herself.  This way one can complete *.h and
28681         don't get matches on any .help files, for instance.
28682         
28683 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
28684
28685         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
28686         font hash table, if we have a GdkFontPrivate entry for this font
28687         already, simply increment its reference count, provided by Olaf Dietsche
28688         <olaf.dietsche+list.gtk@netcologne.de>.
28689
28690         * gtk/gtkstyle.c (gtk_style_copy): plug a GdkFont reference leak, fix
28691         provided by Olaf Dietsche <olaf.dietsche+list.gtk@netcologne.de>.
28692
28693 1999-03-09  Federico Mena Quintero  <federico@nuclecu.unam.mx>
28694
28695         * gtk/gtkstyle.c (gtk_default_draw_handle): Significantly reduced
28696         the number of calls to gdk_draw_point() (and thus to X) by
28697         clipping the points by hand.
28698
28699         * gtk/gtkhandlebox.c (draw_textured_frame): Actually make use of
28700         the clip parameter.
28701         (gtk_handle_box_paint): Only paint the handle if the expose area
28702         intersects it.
28703
28704 Sun Mar  7 18:46:37 1999  ape@lrdpf.spacetec.no  (Asbjorn Pettersen)
28705
28706         * gtk/gtkmain.c (add_dll_suffix): Add this function (OS/2 ver.)
28707
28708 Sun Mar  7 11:43:34 1999  ape@spacetec.no  (Asbjorn Pettersen)
28709
28710         * gtk/gtkthemes.c (gtk_theme_engine_get): Add OS/2 changes.
28711         Added function gen_8_3_dll_name(gchar *name, gchar *fullname).
28712
28713 Fri Mar  5 09:12:24 1999  ape@lrdpf.spacetec.no  (Asbjorn Pettersen)
28714
28715         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc): Open file in
28716          textmode (O_TEXT) for OS/2 version.
28717
28718 Sun Feb 28 16:46:02 1999  Stefan Jeske  <stefan@gtk.org>
28719
28720         * gtk/gtkspinbutton.[c,h] gtk/testgtk.c: Added two new signals to 
28721         GtkSpinButton, "input" and "output", to make the output more flexible.
28722         The user has to provide a mapping between adjustment->value and the
28723         output string (and vice versa, if the spin button is editable). 
28724         See testgtk for examples.
28725
28726 Sat Feb 27 01:18:47 1999  Tim Janik  <timj@gtk.org>
28727
28728         * ChangeLog: moved old ChangeLog to ChangeLog.pre-1-2, and started
28729         new one.
28730         
28731         * configure.in: set gtk+ version to 1.3.0.
28732
28733         * gtk/gtkfilesel.h, gtk/gtkfilesel.c: Derive from GtkDialog,