]> Pileus Git - ~andy/gtk/blob - ChangeLog
don't leak the paths.
[~andy/gtk] / ChangeLog
1 2002-05-24  Michael Meeks  <michael@ximian.com>
2
3         * gtk/gtkmain.c (_gtk_find_module): don't leak the paths.
4
5 Thu May 30 07:59:38 2002  Soeren Sandmann  <sandmann@daimi.au.dk>
6
7         * gtk/gtkmenu.c (gtk_menu_style_set): add
8         gtk_menu_style_set(). fixes #79345
9
10 2002-05-29  Dave Camp  <dave@ximian.com>
11
12         * gtk/gtkdnd.c (gtk_drag_end): Disconnect from keypress events.
13
14 2002-05-28  Matthias Clasen  <maclas@gmx.de>
15
16         * gtk/gtkwindow.c (gtk_window_move): Markup fixes
17
18         * gtk/gtkrc.c (gtk_rc_get_module_dir): Markup fixes.
19         
20         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_for_screen): Update docs
21         for Docbook XML.
22
23 2002-05-27  Daniel Elstner  <daniel.elstner@gmx.net>
24
25         [ merge from stable ]
26
27         Fixes for #83190
28
29         * gtk/gtktreedatalist.h (_GtkTreeDataList::data): Add missing
30         fields to anonymous union: glong, gulong, gint64 and guint64.
31         This is an internal header file, so it should not affect ABI
32         or API compatibility.
33
34         * gtk/gtktreedatalist.c (_gtk_tree_data_list_node_to_value):
35         Implement missing support for glong, gulong, gint64 and guint64
36         fundamental types.  Use data.v_uint instead of data.v_int for
37         G_TYPE_FLAGS, as GValue does.
38         (_gtk_tree_data_list_value_to_node): ditto
39         (_gtk_tree_data_list_node_copy): Add case labels for missing
40         fundamental types, and reorder them to match the other functions.
41         (gtk_tree_data_list_compare_func): Implement comparison for
42         glong, gulong, gint64 and guint64.  Use g_value_get_enum()
43         for G_TYPE_ENUM and g_value_get_flags() for G_TYPE_FLAGS, rather
44         than accessing them as gint/guint.  The G_VALUE_HOLDS() check
45         probably won't like this.
46
47 2002-05-24  Dave Camp  <dave@ximian.com>
48
49         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_row_inserted): 
50         Built an iter directly instead of using
51         gtk_tree_model_sort_elt_get_path(), since that returns a path for
52         the child model.
53
54 2002-05-24  Dave Camp  <dave@ximian.com>
55
56         * gtk/gtktreemodelsort.c: Use indices[i] >= level->array->len
57         rather than level->array->len > indices[i] in the bounds check.
58
59 2002-05-23  Tor Lillqvist  <tml@iki.fi>
60
61         * gtk-zip.sh.in: Use correct path to the loaders and immodules
62         directories (GTK_BINARY_VERSION, not GTK_VERSION).
63
64 Wed May 22 16:12:38 2002  Owen Taylor  <otaylor@redhat.com>
65
66         * configure.in: Require autoconf-2.52 explicitely,
67         since otherwise Debian will process it with 2.13 (ugh!).
68
69 Wed May 22 12:29:20 2002  Jonathan Blandford  <jrb@redhat.com>
70
71         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_init): remove
72         GTK_RESIZE_QUEUE setting.
73
74 Tue May 21 16:46:15 2002  Owen Taylor  <otaylor@redhat.com>
75  
76         * gdk/x11/gdkdisplay-x11.c (gdk_internal_connection_watch): 
77         Fix missing dereference. (HideToshi Tajima)
78  
79 Mon May 20 15:02:21 2002  Owen Taylor  <otaylor@redhat.com>
80
81         * gdk/x11/gdkdisplay-x11.c: Patch from HideToshi Tajima
82         to handle Xlib internal connections. (#76681)
83
84 Mon May 20 12:59:14 2002  Owen Taylor  <otaylor@redhat.com>
85
86         * gtk/gtktooltips.c: Set the private LEAVE_PENDING
87         flag to fix problem where with menu items with
88         submenus, tooltips were getting stuck. (Effectively
89         disables tooltips for menu items with submenus.)
90         (Bug #75961, Soeren Sandmann)
91
92         * tests/testgtk.c: Set a tooltip on a menu item
93         with a submenu.
94
95 Mon May 20 11:47:59 2002  Owen Taylor  <otaylor@redhat.com>
96  
97         * gtk/gtkplug.c: Undo an accidental revert of
98         fixes of May 16. (Caught by Padraig O'Briain)
99  
100         * gtk/gtkctree.c (cell_size_request): Fix bug where
101         size request for text cells was being overwritten.
102         (#82264, Graham Swallow.)
103
104 2002-05-18  Matthias Clasen  <maclas@gmx.de>
105
106         * configure.in: Check for endianness. Sorry about REBUILD_PNGS...
107
108 Fri May 17 16:05:34 2002  Owen Taylor  <otaylor@redhat.com>
109
110         * configure.in (REBUILD_PNGS): Re-add REBUILD_PNGS
111         definition that got accidentally removed.
112
113 Fri May 17 14:40:24 2002  Owen Taylor  <otaylor@redhat.com>
114
115         * gtk/gtkimmulticontext.c (gtk_im_multicontext_set_slave): 
116         Protect against reentrancy problems by emitting 
117         ::preedit_changed at the end, fixing input context
118         leak. (Yao Zhang)
119
120         * modules/input/gtkimcontextxim.c (status_window_free): 
121         Patch from Federico Mena Quintero to fix problem where
122         references to IMContextXIM were kept around after
123         module was unloaded. (#77008)
124
125         * gtk/gtkdnd.c (gtk_drag_dest_set): NULL initialize
126         proxy window.
127
128 Fri May 17 13:56:23 2002  Owen Taylor  <otaylor@redhat.com>
129  
130         * gtk/gtkplug.c (gtk_plug_filter_func): Fix a missing
131         unref in the local/passive case. (#82067, Michael
132         Meeks)
133  
134         * gtk/gtkplug.c (_gtk_plug_remove_from_socket): Fix
135         reference leak on the plug window.
136  
137         * tests/testsocket.c (add_child): Fix memory leak.
138  
139         * gtk/gtkdnd.c (gtk_drag_dest_site_destroy): Unref
140         the proxy window.
141  
142 Thu May 16 19:49:24 2002  Owen Taylor  <otaylor@redhat.com>
143  
144         * gtk/gtkwindow.c (gtk_window_configure_event): Only 
145         optimize out the full configure handling if we got
146         a gratuitous configure event(configure_request_count == 0)
147         and the size didn't change.
148  
149         * gtk/gtkwindow.c (gtk_window_move_resize): Use 
150         g_message(), not g_print() for debug spew.b
151  
152         * gtk/gtkwindow.c (gtk_window_real_set_focus): Ref
153         the old and new focus widgets for the scope of
154         the function.
155  
156         * gtk/gtksocket.c gtkplug.c: Remove various #if 0'd
157         bits of old code.
158  
159  Thu May 16 18:47:29 2002  Owen Taylor  <otaylor@redhat.com>
160  
161         * gtk/gtkwindow.c (gtk_window_show): Disable the
162         focus-some-widget code for GtkPlug descendants.
163  
164         * gtk/gtkplug.c (gtk_plug_focus_event): Eat 
165         focus-in/out events since they can be generated
166         by keyboard grabs, but are spurious for an embeddded
167         widget. (#79196, Padraig O'Briain)
168  
169         * gtk/gtksocket.c (gtk_socket_size_request): Only
170         pay attention to the minimum size hints, and changes
171         to that ... ignore the default size.
172  
173         * gtk/gtksocket.c (gtk_socket_send_configure_event):
174         Pass in root-window relative coordinates as per
175         the ICCCM.
176  
177         * gtk/gtksocket.c (gtk_socket_size_allocate): Send
178         as many synthetic configures as necessary to make
179         up for ConfigureRequest events we got. (#78799,
180         Dave Camp.)
181
182 Thu May 16 23:59:56 2002  Kristian Rietveld  <kris@gtk.org>
183
184         Merged from gtk-2-0.
185
186         * gtk/gtktreestore.c (gtk_tree_store_sort_iter_changed): set the prev
187         of the next node correctly, so we don't corrupt the list and cause
188         bad things. (fixes #71374)
189  
190 Thu May 16 17:29:08 2002  Jonathan Blandford  <jrb@redhat.com>
191
192         * gtk/gtkrbtree.c (_gtk_rbtree_remove): include missing #ifdef G_ENABLE_DEBUG
193
194 Thu May 16 15:44:15 2002  Owen Taylor  <otaylor@redhat.com>
195
196         * demos/gtk-demo/editable_cells.c (cell_edited): Fix
197         typo in earlier patch.
198
199 Tue May  7 15:50:51 2002  Owen Taylor  <otaylor@redhat.com>
200
201         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_filter_keypress):
202         Don't filter control-shift+[non-hex]. 
203         (#80252, reported by Nalin Dahyabhai)
204
205 Thu May 16 14:51:14 2002  Owen Taylor  <otaylor@redhat.com>
206
207         Fixes for #78258
208
209         * gtk/gtkrbtree.c demos/gtk-demo/editable-cells.c:
210         Fix some 64-bit warning problems. (Patch from Matthias
211         Clasen.)
212         
213         * gtk/gtkrbtree.c (_gtk_rbtree_debug_spew_helper): Surround
214         a bunch of debug code with G_ENABLE_DEBUG.
215
216         * configure.in demos/gtk-demo/main.c: Replace
217         #ifndef G_OS_WIN32 with proper #ifdef HAVE_FLOCKFILE.
218
219 Thu May 16 12:56:38 2002  Owen Taylor  <otaylor@redhat.com>
220
221         * gtk/gtkrange.c (gtk_range_calc_layout): Fix a missed
222         check for division by zero. (#77820, Gareth Pearce)
223
224 Thu May 16 12:50:13 2002  Owen Taylor  <otaylor@redhat.com>
225
226         * gdk/x11/gdkevents-x11.c (gdk_xsettings_notify_cb):
227         gdk_event_put() copies the event and setting name,
228         so we don't have to strdup() it here. (Fix from
229         Michael Meeks, #81953)
230
231 2002-05-16  Ettore Perazzoli  <ettore@ximian.com>
232
233         * gtk/gtkmenu.c (gtk_menu_paint): If the menu is scrolled down or
234         up, and some of the widget area is empty, don't fill it in with
235         GTK_SHADOW_IN rectangles that make it looks strange.  Fixes
236         #72695.
237
238 Wed May 15 18:15:45 2002  Owen Taylor  <otaylor@redhat.com>
239
240         * gtk/gtkdnd.c (_gtk_drag_source_handle_event): Don't
241         call gdk_pointer_grab() to change the cursor if we've
242         already ungrabbed on button release / escape.
243         (#80420, Dave Camp)
244
245 Wed May 15 17:12:50 2002  Owen Taylor  <otaylor@redhat.com>
246
247         * gtk/gtktooltips.c: Special case menu items to
248         pop down on motion. (#75961)
249
250         * tests/testgtk.c (create_item_factory): Add tooltips
251         to the File menu.
252
253         * gtk/gtkentry.c (update_im_cursor_location): Fix 
254         cursor locations passed to the IM context.
255         (#80027, Yao Zhang)
256
257 Wed May 15 16:52:57 2002  Owen Taylor  <otaylor@redhat.com>
258
259         * gtk/gtkfontsel.c: Update from contents of size entry
260         on focus out. (#76493, Lauris Kaplinski)
261
262         * gtk/gtkclipboard.c (selection_get_cb): Fix backwads
263         info/time arguments. (#80226)
264
265 Wed May 15 11:13:19 2002  Owen Taylor  <otaylor@redhat.com>
266
267         * configure.in gtk/stock-icons/Makefile.am: If not
268         building libpng, don't rebuild gtkstockpixbufs.h
269         (#81819, Bill Janssen)
270
271 2002-05-15  jacob berkman  <jacob@ximian.com>
272
273         * demos/gtk-demo/Makefile.am (demos.h): just run perl on the
274         geninclude script manually
275
276 Tue May 14 19:53:15 2002  Owen Taylor  <otaylor@redhat.com>
277
278         * demos/gtk-demo/geninclude.pl.in configure.in:
279         Subsitute in @PERL@ instead of hardcoded 
280         /usr/bin/perl. (#78355, Gareth Pearce. Fix based
281         on patch from Matthias Clasen)
282
283         * gdk/Makefile.am: Patch from Daniel Elstner to use glib-mkenums
284         instead of makeenums.pl.
285
286         * gdk/{x11,linux-fb,win32}/Makefile.am: Hack to
287         get gdkenumtypes.h built first.
288
289 Tue May 14 18:41:58 2002  Owen Taylor  <otaylor@redhat.com>
290
291         * gtk/stock-icons/Makefile.am (gtkstockpixbufs.h): 
292         Remove the result file on error. (#79929, David
293         Highley)
294
295         * gtk/gtkoptionmenu.c (gtk_option_menu_remove_menu):
296         If the menu is currently active, cancel it before
297         setting the new menu. (#79162, Jonathan Blandford.)
298
299 Tue May 14 18:13:10 2002  Owen Taylor  <otaylor@redhat.com>
300
301         * gdk/x11/gdkdnd-x11.c (gdk_window_cache_filter): Fix
302         prepending at the start of the list. (#56349,
303         Thomas Leonard.)
304
305         * gtk/gtksignal.h (gtk_signal_disconnect_by_func): Add
306         explicit casts to GSignalMatchType for C++ compatibility.
307         (#77601)
308
309 Tue May 14 18:02:37 2002  Owen Taylor  <otaylor@redhat.com>
310
311         * gtk/gtkwindow.c (gtk_window_realize): Fix
312         frame_right/frame_top screwup. (Detlef Reichl,
313         #78111)
314
315         * gtk/Makefile.am (install-data-local): Use
316         $(INSTALL_DATA) not $(INSTALL) when installing
317         theme files. (#77094, Ben Liblit)
318
319 Tue May 14 17:30:57 2002  Owen Taylor  <otaylor@redhat.com>
320
321         * gtk/gtkctree.c gtk/gtkclist.c: Fix format of 
322         selection data to be 8 rather than GTK_TYPE_POINTER.
323         (#79751, James Henstridge)
324         
325         * gtk/gtkmenu.c (gtk_menu_key_press): Call 
326         gtk_accelerator_valid() with cleaned up
327         accel_key/accel_mods, not the raw values from
328         the event. (#80513, Havoc Pennington.)
329
330         * gtk/gtkmenu.c (gtk_menu_set_tearoff_state): Remove
331         some dead code that set the tearoff window not 
332         resizable and removed decorations. (#80235)
333
334 Tue May 14 16:44:09 2002  Owen Taylor  <otaylor@redhat.com>
335
336         * gtk/gtklabel.c (gtk_label_ensure_layout): Set
337         the width of the layout to the actual wrap width 
338         (our requisition) not the width we set when calculating
339         the width. This results in the lines being justified
340         within the correct area. (#79157, Anders Carlsson)
341
342         * gtk/gtkaccelgroup.c gtk/gtkmarshelers.list: Corrected 
343         registered parameter types of "accel_activate" and 
344         "accel_changed" signals. (Patch from Murray Cumming, #78798)
345         
346         * gtk/gtkrc.c (gtk_rc_make_default_dir): Switch
347         binary-version and type to correspond to the 
348         current ordering in _gtk_get_module_path.
349         (#78746, Sergey Kuzminov) 
350
351         * gtk/gtkrc.c (gtk_rc_get_module_dir): Add docs
352         pointing to the GTK_PATH documentation.
353
354         * gtk/Makefile.am (uninstall-local): Delete 
355         key themes as well. (#81286, Kristian Rietveld.)
356
357 Tue May 14 15:40:49 2002  Owen Taylor  <otaylor@redhat.com>
358
359         * gdk/x11/gdkwindow-{linux-fb,win32,x11.c} (gdk_window_set_back_pixmap):
360         Add a sanity g_return_if_fail() check for the depths
361         for the window and pixmap. (#79191, Shivaram Upadhyayula)
362
363 Tue May 14 15:09:33 2002  Owen Taylor  <otaylor@redhat.com>
364
365         * gdk/x11/gdkkeys-x11.c: Try adding a #ifndef/#define
366         for XkbKeySymEntry to make up for OSF broken 
367         XKB extension. (#77819, Gareth Pearce)
368
369         * gtk/gtklayout.c: Clamp the upper values in response
370         to ::size-allocate if necessary. (#81290, Christophe Saout)
371         
372         * gtk/gtkcombo.c (gtk_combo_entry_focus_out): Handle
373         combo being destroyed before idle fires.
374         (#81396, Timo Sirainen)
375
376 Tue May 14 11:21:19 2002  Owen Taylor  <otaylor@redhat.com>
377  
378         * gdk/x11/gdkevents-x11.c (gdk_event_translate): 
379         Discard configure events from SubstructureNotify.
380         (#81760, Rich Burridge)
381  
382         * gtk/gtkfontsel.c (cmp_families): Use g_utf8_strcoll(), not
383         strcmp().
384  
385         * gtk/gtkmenuitem.c (gtk_menu_item_size_allocate): Clamp 
386         width of child allocation to >= 1. (Fixes warnings from
387         #77639, Martin Schulze)
388         
389 2002-05-14  Matthias Clasen  <maclas@gmx.de>
390
391         * gtk/gtkcontainer.c (gtk_container_class_install_child_property): 
392         (gtk_container_class_find_child_property): 
393         (gtk_container_class_list_child_properties): 
394         * gtk/gtkwidget.c (gtk_widget_class_find_style_property): 
395         (gtk_widget_class_list_style_properties): Change parameter names
396         to match the header file and the documentation.
397
398 2002-05-13 Vitaly Tishkov <tvv@sparc.spb.su>
399
400         * gtk/gtkfilesel.c
401         * gtk/gtkplug.c 
402         * gtk/gtkwidget.c
403         * gtk/gtkwindow.c
404         a few typos in docs were fixed
405
406 2002-05-10  Daniel Elstner  <daniel.elstner@gmx.net>
407
408         [ merge from stable ]
409
410         * gtk/gtktreemodel.c: #define INITIALIZE_TREE_ITER(),
411         which zeroes out all GtkTreeIter fields. (#81380)
412         (gtk_tree_model_get_iter): Use it.
413         (gtk_tree_model_iter_children): ditto
414         (gtk_tree_model_iter_nth_child): ditto
415         (gtk_tree_model_iter_parent): ditto
416
417 2002-05-08  Michael Natterer  <mitch@gimp.org>
418
419         * configure.in: fixed yesterdays fix for cross compiling: simply
420         check the variable "cross_compiling" which gets set by autoconf.
421
422 Wed May  8 16:14:49 2002  Soeren Sandmann  <sandmann@daimi.au.dk>
423
424         * gtk/gtktreeview.c 
425         (gtk_tree_view_init): set_redraw_on_allocate (FALSE);
426         (gtk_tree_view_size_allocate): invalidate last column if width
427         changed.
428         (gtk_tree_view_bin_expose): skip over cells that aren't in
429         event->region
430
431 Tue May  7 18:36:03 2002  Owen Taylor  <otaylor@redhat.com>
432  
433         * gdk/x11/xsettings-client.c (xsettings_client_process_event): 
434         Check for selection_atom, not property name atom.
435  
436 2002-05-07  Michael Natterer  <mitch@gimp.org>
437
438         * configure.in: added a new conditional CROSS_COMPILING which
439         indicates ($build != $host). If it is set, look for
440         gdk-pixbuf-csource in PATH. Error out if it was not found.
441
442         * gtk/stock-icons/Makefile.am: use the gdk-pixbuf-csource found at
443         configure time if CROSS_COMPILING is set, use the one which was
444         just built otherwise.
445
446 2002-05-07  Anders Carlsson  <andersca@gnu.org>
447
448         * gdk/x11/xsettings-client.c (xsettings_client_process_event): 
449         Only process manager events with the correct atom.
450
451 2002-05-07  Matthias Clasen  <maclas@gmx.de>
452
453         Fix for #79248:
454         
455         * gdk/x11/gdkwindow-x11.c (gdk_window_new): 
456         (gdk_window_set_events): Always select for property notify for
457         maintaining window state.
458
459         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Only propagate
460         property notifys if they were selected by gdk_window_set_events.
461
462 Mon May  6 23:48:14 2002  Kristian Rietveld  <kris@gtk.org>
463
464         * gtk/gtktreeview.c (gtk_tree_view_map_expanded_rows_helper): call
465         func on current node before the child nodes.
466
467 Mon May  6 23:17:42 2002  Kristian Rietveld  <kris@gtk.org>
468
469         * gtk/gtktreeview.c (gtk_tree_view_motion_draw_column_motion_arrow):
470         unset user_data before destroying the window. (fixes #80065).
471
472 Mon May  6 12:17:14 2002  Owen Taylor  <otaylor@redhat.com>
473
474         * configure.in: Fix versioning to avoid changing the
475         soname!
476
477         [ merge from stable ]
478
479         * Makefile.am (EXTRA_DIST): Add ChangeLog.pre-2-0 (#78641)
480
481         * m4macros/gtk-2.0.m4: save CFLAGS/LIBS properly when
482         compiling "what went wrong" test case. (#79329)
483
484         * m4macros/gtk-2.0.m4: Remove reference to editing
485         pkg-config script. (From Jim Gettys)
486
487 02-05-05  Matthias Clasen  <maclas@gmx.de>
488
489         * configure.in: Bump version to 2.1.0, binary, interface age 0.
490
491         * gtk/gtkcontainer.c (gtk_container_class_list_child_properties): 
492         (gtk_container_class_find_child_property): Document.
493
494         * gtk/gtkwidget.c: 
495         * gtk/gtkwidget.h: New functions gtk_widget_class_list_child_properties
496         and gtk_widget_class_find_child_property.  (#80652)
497         
498 Sun May  5 15:56:50 2002  Owen Taylor  <otaylor@redhat.com>
499
500         * configure.in: Fix problem with == in test argument.
501         (#80732, Hidetoshi Tajima)
502
503 Sun May  5 16:42:32 2002  Kristian Rietveld  <kris@gtk.org>
504
505         The "big treeview focus patch". Fixes several issues and adds some
506         goodies. Related bugs: #73676, #73734, #78660.
507
508         * gtk/gtktreeview.h: add gtk_tree_view_set_cursor_on_cell
509
510         * gtk/gtktreeview.c (gtk_tree_view_button_press): focus on a cell
511         if applicable,
512         (gtk_tree_view_bin_expose): set_cell_data before iterating columns,
513         add support for row-spanning focus rectangles,
514         (gtk_tree_view_has_special_cell): new function,
515         (gtk_tree_view_move_cursor_left_right): add support for multiple
516         focusable cells in one column,
517         (gtk_tree_view_set_cursor): call _set_cursor_on_cell now,
518         (gtk_tree_view_set_cursor_on_cell): copy of _set_cursor, extended
519         with focus_cell parameter,
520         (gtk_tree_view_search_iter): removed unused column variable,
521         (gtk_tree_view_start_editing): add neighbor size code to allow
522         for multiple editable cells in one column.
523
524         * gtk/gtktreeviewcolumn.c (_GtkTreeViewColumnCellInfo): add
525         in_editing_mode field,
526         (gtk_tree_view_column_get_edited_cell): new function, removed
527         _get_editable_cell,
528         (_gtk_tree_view_column_get_cell_at_pos): new function,
529         (gtk_tree_view_column_pack_end): s/g_new/g_new0/ ...,
530         (gtk_tree_view_column_cell_process_action): loads of changes to get
531         it right and to allow for multiple special cells, etc,
532         (gtk_tree_view_column_cell_first): new function,
533         (gtk_tree_view_column_cell_last): ditto,
534         (gtk_tree_view_column_cell_next): ditto,
535         (gtk_tree_view_column_cell_prev): ditto,
536         (gtk_tree_view_column_cell_focus): add left and right parameters,       
537         allow for multiple special cells,
538         (gtk_tree_view_column_cell_is_visible): add assertion,
539         (gtk_tree_view_column_focus_cell): new function,
540         (gtk_tree_view_column_stop_editing): unset in_editing_mode flag,
541         (_gtk_tree_view_column_get_neighbor_sizes): iterate through cells
542         correctly
543
544         * gtk/gtktreeviewcolumn.h: add gtk_tree_view_column_focus_cell
545
546         * gtk/gtktreeprivate.h: s/_get_editable_cell/_get_edited_cell/, add
547         _gtk_tree_view_column_get_cell_at_pos, add new parameters to
548         _gtk_tree_view_column_cell_focus.
549
550         * tests/testtreeedit.c: add some cells in order to test new code.
551
552 Sun May  5 02:22:59 2002  Soeren Sandmann  <sandmann@daimi.au.dk>
553
554         * tests/test-images/*: image files for testing pixbuf loaders
555         * tests/pixbuf-*.c: the old test-loaders.c split into four 
556         different programs
557         * tests/Makefile.am: add new pixbuf tests
558
559 2002-05-03 Erwann Chenede - <erwann.chenede@sun.com>
560
561         * gdk/x11/gdkvisual-x11.c:
562         * gdk/x11/gdkwindow-x11.c:
563         * gdk/x11/gdkdisplay-x11.[hc] (gdk_open_display) :
564         Rationalized the screen initialization process,
565         changed the GdkDisplayX11 screen list to an array.
566         
567         * gdk/x11/gdkscreen-x11.[hc] (_gdk_x11_screen_new) :
568         Moved the xinerama init functions to gdkdisplay-x11.c to
569         this file, create a single function to fully initialize
570         a GdkScreen. #79981
571         
572 2002-05-03 Erwann Chenede - <erwann.chenede@sun.com>
573   
574         * gtk/gtkplug.[hc] (gtk_plug_construct_for_display):
575         changed the order of the arguments. #80278
576
577 2002-05-02  Matthias Clasen  <maclas@gmx.de>
578
579         * gdk/gdkscreen.c (gdk_screen_get_monitor_at_window): Fix doc comment.
580
581         * gdk/x11/gdkdisplay-x11.c (gdk_open_display): 
582         * gdk/x11/gdkkeys-x11.c (gdk_keymap_get_default): 
583         * gdk/x11/gdkfont-x11.c (gdk_fontset_load_for_display): 
584         * gdk/x11/gdkfont-x11.c (gdk_font_from_description_for_display): 
585         * gdk/x11/gdkfont-x11.c (gdk_font_load_for_display): 
586         * gdk/x11/gdkscreen-x11.c (gdk_x11_screen_get_xscreen):
587         * gdk/x11/gdkscreen-x11.c (gdk_x11_screen_get_screen_number): 
588         * gdk/x11/gdkdisplay-x11.c (gdk_x11_display_get_xdisplay): 
589         * gdk/x11/gdkdnd-x11.c (gdk_drag_get_protocol_for_display): Document.
590
591         * gtk/gtknotebook.c (gtk_notebook_set_show_border): Typo fix.
592
593         * gtk/gtkwidget.c (gtk_widget_class_init): Correct the
594         composite_child blurb.   
595
596         * gtk/gtknotebook.c (gtk_notebook_set_show_border): Clarify docs.  (#73093)
597
598 2002-05-02 Erwann Chenede - <erwann.chenede@sun.com>
599         
600         * gdk/gdkscreen.c (gdk_screen_get_monitor_at_point):
601         * gdk/gdkscreen.h :
602         * gdk/x11/gdkscreen-x11.c :
603         make gdk_screen_get_monitor_at_point cross platform instead
604         of backend dependant. #80480
605         * tests/testxinerama.c (main):
606         changed the warning message.
607         
608 2002-05-02 Erwann Chenede - <erwann.chenede@sun.com>
609
610         * gdk/x11/gdkscreen-x11.c (gdk_screen_x11_get_root_window):
611         removed unneeded ref. #79977
612         * gdk/x11/gdkscreen-x11.[hc] (gdk_screen_use_virtual_screen):
613         * gdk/x11/gdkdisplay-x11.c (check_*_xinerama):
614         removed gdk_screen_use_virtual_screen function and 
615         use_virtual_screen member variable from GdkScreenX11. #79957
616         
617 2002-05-02  Matthias Clasen  <maclas@gmx.de>
618
619         * gtk/gtktable.c (gtk_table_class_init): 
620         * gtk/gtknotebook.c (gtk_notebook_class_init): 
621         * gtk/gtkbox.c (gtk_box_class_init): Add nicks and blurbs for
622         child properties.  (#57143)
623
624 2002-05-01 Erwann Chenede - <erwann.chenede@sun.com>
625         
626         * gdk/gdkpixmap.[hc] (gdk_pixmap_get_screen):
627         * x11/gdkpixmap-x11.c:
628         removed that function as gdk_drawable_get_screen
629         does the job. #79964
630
631 2002-05-01 Erwann Chenede - <erwann.chenede@sun.com>
632
633         * gdk/gdkscreen.[hc] (gdk_screen_x11_get_monitor_at_window):
634         remove virtualization and made it cross platform. #79961
635         * gdk/x11/gdkdisplay-x11.c (check_solaris_xinerama):
636         fixed initialization bugs.
637         * gdk/x11/gdkscreen-x11.[hc] (gdk_screen_get_monitor_geometry):
638         * tests/testxinerama.c:
639         * gtk/gtkwindow.c (gtk_window_compute_configure_request):
640         * gtk/gtkmenu.c (gtk_menu_position):
641         take a GdkRectangle argument instead of returning 
642         a GdkRectangle * and propagated the changes. #79974
643         
644 2002-05-01  Anders Carlsson  <andersca@gnu.org>
645
646         * gdk/x11/gdkevents-x11.c 
647         (gdk_x11_screen_supports_net_wm_hint): Use the same
648         key when setting and getting NetWmSupportedAtoms.
649
650 Tue Apr 30 18:42:25 2002  Owen Taylor  <otaylor@redhat.com>
651
652         * gtk/gtkwindow.c (gtk_window_set_screen): Make it
653         work, even if the window is already realized or
654         mapped.
655
656         * tests/testgtk.c: Erwann's multihead changes, slightly
657         dumbed down. (Removed logic for pulling windows onto
658         the current screen, people can click twice on the demo
659         to destroy and create again.)
660
661         * tests/prop-editor.c: Set the screen on the property
662         editor if the edited object is a widget.
663
664 2002-05-01  Matthias Clasen  <maclas@gmx.de>
665
666         * gtk/gtkcontainer.c (gtk_container_class_install_child_property):
667         Improve a warning.
668
669         * gdk/linux-fb/gdkinput.c (gdk_device_get_axis): Remove a broken
670         and redundant doc comment.
671
672 2002-04-30  Matthias Clasen  <maclas@gmx.de>
673
674         * gtk/gtkprogress.c (gtk_progress_class_init): 
675         * gtk/gtkprogressbar.c (gtk_progress_bar_class_init): 
676         * gtk/gtktexttag.c (gtk_text_tag_class_init): 
677         * gtk/gtknotebook.c (gtk_notebook_class_init): Better blurbs,
678         incorporating stuff from the doc templates.
679
680         * gtk/gtkplug.c (gtk_plug_construct): Fix docs.
681
682 Tue Apr 30 15:59:53 2002  Owen Taylor  <otaylor@redhat.com>
683
684         * tests/testmultiscreen.c: Multi-screen test case
685         form multihead branch with a few cleanups. (Get rid
686         of use of g_object_connect())
687
688         * tests/testmultidisplay.c: Multi-display test case
689         from multihead branch with a few improvements.
690         (Allow the other display name to be passed on
691         the command line, use a GtkDialog to get more attractive
692         spacing.)
693
694 Tue Apr 30 14:23:43 2002  Owen Taylor  <otaylor@redhat.com>
695
696         * gdk/x11/gdkdisplay-x11.c (gdk_open_display): fix
697         problem with finalizing non-initialized fully display
698         when failing to open display.
699
700         * tests/testxinerama.c: Xinerama test case from
701         multihead branch, with some cleanups. (Start even
702         if there is only one monitor, for one.)
703
704 Tue Apr 30 14:15:14 2002  Owen Taylor  <otaylor@redhat.com>
705
706         * gtk/gtkfilesel.c gtk/gtkselection.c: Doc fixes.
707
708 2002-04-30  Erwann Chenede - <erwann.chenede@sun.com>
709
710         * gdk/x11/gdkimage-x11.c : rationalized multihead code
711         in _gdk_x11_copy_to_image. fixes #80256 and ungrab problems.
712
713 2002-04-30  Havoc Pennington  <hp@redhat.com>
714
715         * gtk/gtktextlayout.c (gtk_text_layout_real_free_line_data): use
716         gtk_text_layout_invalidate_cache instead of cut-and-paste
717         (gtk_text_layout_real_invalidate): always invalidate cache, even
718         if the line has no stored line data. #78573
719
720         * gtk/gtktextview.c (gtk_text_view_get_iter_location): add call to
721         gtk_text_view_ensure_layout, #77388
722         (gtk_text_view_get_iter_at_location): ditto
723         (gtk_text_view_get_line_yrange): ditto
724         (gtk_text_view_get_line_at_y): ditto
725
726 2002-04-30  Havoc Pennington  <hp@redhat.com>
727
728         * gtk/gtktextbtree.c (gtk_text_btree_remove_tag_info): assign
729         something to "prev" so that removing tag info succeeds.
730         Part of #77301
731
732         * gtk/gtktextbtree.c (_gtk_text_btree_unref): reorder so that it
733         unrefs the tag table first, so that the btree is in a consistent
734         state when we're removing tags from it. 
735
736 Tue Apr 30 12:28:27 2002  Owen Taylor  <otaylor@redhat.com>
737
738         * gdk/gdkdisplay.c gdk/gdkpango.c gdk/gdkpixmap.c
739         gdk/x11/gdkdisplay-x11.c gdk/x11/gdkevents-x11.c
740         gdk/x11/gdkpixmap-x11.c gdk/x11/gdkx.h: Doc fixes.
741
742 Tue Apr 30 11:37:09 2002  Owen Taylor  <otaylor@redhat.com>
743
744         * modules/input/gtkimcontextxim.c: Make multihead-safe;
745         use a different IM context per display.
746
747         * configure.in acconfig.h: Add Xinerama checks from
748         multihead branch, changing HAS_XINERAMA => HAVE_XINERAMA.
749
750         * gdk/x11/gdkdisplay-x11.c: HAS_XINERAMA => HAVE_XINERAMA.
751
752 2002-04-29  Alex Larsson  <alexl@redhat.com>
753
754         * gdk/gdkpango.c (gdk_draw_layout_line_with_colors):
755         Use tmp also if foreground is set.
756
757 Mon Apr 29 18:28:00 2002  Owen Taylor  <otaylor@redhat.com>
758
759         Integrate Erwann Chenede's multihead changes for the gtk/ directory.
760
761         * gtk/gtkclipboard.[ch]: Add gtk_clipboard_get_for_display(),
762         make internals multihead aware.
763
764         * gtk/gtkcolorsel.[ch]: Add
765         gtk_color_selection_set_change_palette_with_screen_hook () [ugh!]
766         make up for non-multihead safety of
767         gtk_color_selection_set_change_palette_hook()
768
769         * gtk/gtkinvisible.[ch] gtk/gtkmenu.[ch] gtkwindow.[ch]: Add
770         gtk_{invisible,menu,window}_set_screen(); add "screen" properties
771         for GtkWindow and GtkMenu.
772
773         * gtk/gtkplug.[ch]: Add gtk_plug_construct_for_display(),
774         gtk_plug_new_for_display(). Multihead fixes.
775
776         * gtk/gtkselection.[ch]: Add gtk_selection_owner_set_for_display(),
777         make internals multihead aware.
778
779         * gtk/gtksettings.[ch]: Add gtk_settings_get_for_screen(), get
780         rid of now-useless gtk_settings_constructor().
781
782         * gtk/gtkstyle.[ch]: Add gtk_style_get_font_for_display(), fix
783         check/radio button indicators bitmap handling to be multihead
784         safe.
785
786         * gtk/gtkwidget.[ch]: Add gtk_widget_get_screen(), gtk_widget_has_screen(),
787         gtk_widget_get_display(), gtk_widget_get_clipboard(),
788         gtk_widget_get_root_window().
789         
790         * gtk/gtkbindings.c gtk/gtkbutton.c gtk/gtkclist.c gtk/gtkcombo.c
791         gtk/gtkctree.c gtk/gtkdnd.c gtk/gtkfilesel.c gtk/gtkgamma.c
792         gtk/gtkhandlebox.c gtk/gtkhsv.c gtk/gtkimcontext.c gtk/gtklabel.c
793         gtk/gtklist.c gtk/gtkmain.c gtk/gtkmenuitem.c gtk/gtkmenushell.c
794         gtk/gtknotebook.c gtk/gtkoldeditable.c gtk/gtkoptionmenu.c
795         gtk/gtkpaned.c gtk/gtkpreview.c gtk/gtksocket.c gtk/gtktext.c
796         gtk/gtktextbuffer.c gtk/gtktextview.c gtk/gtktipsquery.c
797         gtk/gtktooltips.c gtk/gtktreeview.c gtk/gtktreeviewcolumn.c:
798         misc mechanical multihead-safety fixes.
799         
800         * gtk/gtkclipboard.c: Use a GtkImage rather than a pixmap for
801         the dropper, look up the color palette only at realization time,
802         other multihead fixes.
803
804         * gtk/gtkcombo.c (gtk_combo_unrealize): Popdown the list when 
805         unrealizing.
806
807         * gtk/gtkentry.c: Only claim ownership of the primary selection 
808         when realized, misc multihead fixes.
809
810         * gtk/gtkfontsel.c: Only fill in fonts when attached to a screen,
811         fix gtk_font_selection_get_font() for multihead.
812
813         * gtk/gtkgc.c: make the depth => drawable hash per-screen.
814
815         * gtk/gtkinvisible.c: Add a constructor that realizes the
816         widget, so we get a realized widget with g_object_new() as
817         well gtk_invisible_new() as before.
818
819         * gtk/gtkmain.c: Get rid of unused gtk_visual/gtk_colormap
820         variables.
821
822         * gtk/gtktextdisplay.c: Add warnings if stipple bitmaps
823         are used on the wrong screen.
824
825         * gtk/gtktoolbar.c: Make handling of GtkSettings-based layout
826         read properties and connect to settings when the screen is changed,
827         rather than on init/finalize.
828
829         * gtk/gtkwindow.c: Fix icon handing to be multihead safe ...
830         default icon pixmaps/mask are only shared between windows on the 
831         same screen. Misc multihead fixes.
832
833 Sat Apr 27 13:49:53 2002  Owen Taylor  <otaylor@redhat.com>
834
835         * gtk/gtkclipboard.c (gtk_clipboard_get_for_display):
836         Update docs to reference GDK_SELECTION_CLIPBOARD rather GDK_NONE.
837
838 2002-04-29  Alex Larsson  <alexl@redhat.com>
839
840         * gdk/linux-fb/gdkproperty-fb.c (gdk_property_get):
841         Fix silly bug, noticed by Sven Neumann.
842
843 Sun Apr 28 22:43:55 2002  Jonathan Blandford  <jrb@gnome.org>
844
845         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_set_sort_func): Fix
846         so that you can set a new sort func.
847
848 2002-04-27  Anders Carlsson  <andersca@gnu.org>
849
850         * gdk/x11/gdkpixmap-x11.c (gdk_pixmap_foreign_new_for_display): 
851         Use GDK_DISPLAY_XDISPLAY instead of GDK_SCREEN_XDISPLAY since
852         we pass in a GdkDisplay * in the macro.
853
854 2002-04-26  Anders Carlsson  <andersca@gnu.org>
855
856         * gdk/gdkdisplay.c: (gdk_set_default_display):
857         Call _gdk_windowing_set_default_display.
858         
859         * gdk/gdkinternals.h:
860         * gdk/x11/gdkmain-x11.c: (_gdk_windowing_set_default_display):
861         New function that sets gdk_display to the default display.
862         Fixes #79965
863         
864 Fri Apr 26 21:58:16 2002  Kristian Rietveld  <kris@gtk.org>
865
866         * gtk/gtktreemodel.c (gtk_tree_row_ref_deleted_callback): if the
867         deleted node was "below" this path, then do not unref all nodes
868         between the deleted parent and the node this rowref is pointing too
869         (see added comment in gtk_tree_row_ref_deleted_callback),
870         (fixes #77977)
871
872 2002-04-26  Sven Neumann  <sven@gimp.org>
873  
874         * tests/testtreecolumns.c
875         * tests/testtreeview.c: quit the main loop when the window is
876         destroyed. Removed compiler warnings about wrong format in printf().
877  
878 Fri Apr 26 21:46:42 2002  Kristian Rietveld  <kris@gtk.org>
879
880         This commit fixes binary compatibility, which I broke with my
881         recent cell renderer commits :/.
882
883         * gtk/gtkcellrenderer.h: move cell_background out of _GtkCellRenderer
884
885         * gtk/gtkcellrenderer.c: create GtkCellRendererInfo, with the
886         cell_background field and use this as object data. This way we keep
887         the field private and dont break ABI.
888
889         * gtk/gtkcellrendererpixbuf.h: remove stock_id, stock_size and
890         stock_detail from _GtkCellRendererPixbuf
891
892         * gtk/gtkcellrendererpixbuf.c: create a GtkCellRendererPixbufInfo
893         with above mentioned fields. And update everything.
894
895 Fri Apr 26 21:42:02 2002  Kristian Rietveld  <kris@gtk.org>
896
897         * gdk/x11/gdkdrawable-x11.h: include X11/Xlib.h, fixes the build
898
899 Fri Apr 26 10:34:15 2002  Owen Taylor  <otaylor@redhat.com>
900
901         * gdk/x11/Makefile.am (libgdk_x11_la_SOURCES): Add
902         missing gdkscreen/display-x11.h files.
903
904 Thu Apr 25 16:51:40 2002  Owen Taylor  <otaylor@redhat.com>
905
906         Start of integration of Erwann Chenede's multihead work
907         from the gtk-multihead branch.
908
909         * gdk/gdkdisplay.[ch] gdk/gdkscreen.[ch]
910         gdk/x11/gdkdisplay-x11.[ch] gdk/x11/gdkscreen-x11.[ch]
911         New classes representing a set of screens with attached
912         input devices and a single contiguous area, respectively.
913
914         * gdk/gdk.[ch] gdk/gdkinternals.h gdk/x11/gdkmain-x11.c:
915         gdk/x11/gdkprivate-x11.h: Make the initialization interface
916         simple _gdk_windowing_init() and do the rest in
917         gdk_open_display() calls.
918
919         * gdk/gdk.[ch]: Add gdk_parse_args() which can be used
920         to do the display-independent part of initialization
921         instead of gdk_init_[check].
922
923         * gdk/gdkcursor.h gdk/gdkfont.h gdk/gdkkeys.h gdk/gdkpixmap.h
924         gdk/gdkproperty.h gdk/gdkselection.h gdk/gdkwindow.h:
925         Add multihead variants (_for_display(), for_screen()) of functions
926         getting information specific to a particular screen screen or
927         display.
928
929         * gdk/gdkscreen.[ch]: Add gdk_screen__* variants of functions
930         like gdk_rgb_get_colormap() that used to get/list global
931         objects.
932
933         * gdk/x11/gdkx.h: Add functions for converting GdkScreen
934         and GdkDisplay into the X equivalents.
935
936         * gdk/x11/gdkwindow-x11.c: Removed gdk_window_xid_at_coords() 
937         not in the headers and unused.
938
939         * configure.in gdk/x11/{gxid.c,gxid_lib.[ch],gdkinput-gxi.c}:
940         Remove gxid support ... has not been tested for a long time...
941         "xfree" support is more portable to non XFree86.
942
943         * gdk/**.h: Add a GDK_MULTIHEAD_SAFE define that can be
944         used to turn off functions that are inherently non-multihead
945         safe.
946
947         * gdk/**.c: add GDK_NOTE(multihead, ...) calls when functions
948         are used in non-multihead-safe ways.
949
950         * gdk/*.c gdk/x11/*.c: Changes to make the internals of GDK
951         multihead safe.
952
953 Thu Apr 25 23:49:01 2002  Kristian Rietveld  <kris@gtk.org>
954
955         Fixes #74206.
956
957         * gtk/gtktreeprivate.h: add _gtk_tree_view_column_count_special_cells
958
959         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_has_editable_cell),
960         (_gtk_tree_view_column_get_editable_cell): remove a space which made
961         the code look ugly
962         (_gtk_tree_view_column_count_special_cells): new function,
963         (gtk_tree_view_column_cell_process_action): if there's only one
964         activatable cell, the whole column will activate that renderer.
965
966 Thu Apr 25 23:36:55 2002  Kristian Rietveld  <kris@gtk.org>
967
968         * gtk/gtktreeview.c (gtk_tree_view_search_iter): make the search
969         dialog not scroll horizontally (prolly fixes #74806).
970
971 2002-04-25  Matthias Clasen  <maclas@gmx.de>
972
973         * gtk/gtkrange.c (gtk_range_calc_layout): Avoid a possible
974         division by zero.  (#77820)
975
976 Thu Apr 25 20:24:37 2002  Soeren Sandmann  <sandmann@daimi.au.dk>
977
978         * gtk/gtkmenuitem.c (gtk_menu_item_size_allocate): use the child's
979         requisition.height, not allocation.height, as width of submenu
980         indicator. (#75948)
981
982 Thu Apr 25 00:26:34 2002  Kristian Rietveld  <kris@gtk.org>
983
984         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_reset_default_sort_func):
985         resort if we're already in 'unsorted' state, and update the docs
986
987 2002-04-24  Matthias Clasen  <maclas@gmx.de>
988
989         * gtk/gtktreeview.c (gtk_tree_view_stop_editing): Remove doc
990         comment markers on freeform comments.
991
992 Wed Apr 24 17:34:16 2002  Kristian Rietveld  <kris@gtk.org>
993
994         * gtk/gtktreeview.c (gtk_tree_view_stop_editing): temporarily set
995         ->priv->edited_column to NULL. Pleas read the comment in this
996         function for an explanation (fixes #79632).
997
998 2002-04-23  Matthias Clasen  <maclas@gmx.de>
999
1000         * gtk/gtktextview.c (gtk_text_view_buffer_to_window_coords): 
1001         (gtk_text_view_window_to_buffer_coords): Improve docs.  (#62359)
1002
1003 Tue Apr 23 18:35:34 2002  Kristian Rietveld  <kris@gtk.org>
1004
1005         This commit adds a cell_background property for cell renderers. With
1006         this property you can make your TreeView look incredibly ugly.
1007
1008         * gtk/gtkcellrenderer.c: add cell_background, cell_background_gdk and
1009         cell_background_set properties,
1010         (set_cell_bg_color): new function,
1011         (gtk_cell_renderer_get_property), (gtk_cell_renderer_set_property):
1012         support for new properties,
1013         (gtk_cell_renderer_render): render a background when set.
1014
1015         * gtk/gtkcellrenderer.h: add cell_background_set and cell_background
1016         fields.
1017
1018         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_process_action):
1019         when rendering, pass in just the background_area of the cell and not
1020         the background_area of the entire column.
1021
1022 2002-04-22  Anders Carlsson  <andersca@gnu.org>
1023
1024         * gtk/gtkentry.c (gtk_entry_drag_data_get): Use 
1025         gtk_entry_get_public_chars. 
1026         Fixes #79532 (Reported by Ovidiu Gheorghioiu).
1027
1028 Mon Apr 22 19:24:29 2002  Kristian Rietveld  <kris@gtk.org>
1029
1030         This commit adds stock icon functionality to GtkCellRendererPixbuf
1031         which is totally cool.
1032
1033         * gtk/gtkcellrendererpixbuf.h: add some fields
1034
1035         * gtk/gtkcellrendererpixbuf.c: add finalize method, add some
1036         properties, add some stock icon rendering code.
1037
1038         * demos/gtk-demo/stock_browser.c: modified to use the stock
1039         icon stuff in the cellrendererpixbuf instead of its own stock icon
1040         rendering code.
1041
1042 2002-04-21  Alexander Larsson  <alla@lysator.liu.se>
1043
1044         * gdk/x11/gdkwindow-x11.c (gdk_window_reparent):
1045         Save x and y in window_private.
1046
1047         * gtk/gtkplug.c (_gtk_plug_add_to_socket):
1048         Move plug window outside the visible area to avoid flashing until
1049         the first size_allocate.
1050
1051 2002-04-21  Matthias Clasen  <maclas@gmx.de>
1052
1053         * gtk/gtktextiter.c (gtk_text_iter_forward_search): More verbose
1054         description of match_start and match_end return values.  (#57929)
1055
1056         * gtk/gtktreeselection.c (_gtk_tree_selection_internal_select_node):
1057         * gtk/gtktreeview.c (_gtk_tree_view_column_autosize): Remove doc
1058         comment markers on freeform comments.
1059
1060         * gtk/gtktreemodelsort.c
1061         (gtk_tree_model_sort_convert_path_to_child_path): Doc fixes. (#68404)
1062
1063 Sat Apr 20 21:15:11 2002  Soeren Sandmann  <sandmann@daimi.au.dk>
1064
1065         * gtk/gtkmenuitem.c: add "selected_shadow_type" style property
1066
1067 Sat Apr 20 12:07:14 2002  Owen Taylor  <otaylor@redhat.com>
1068
1069         * gtk/gtkwidget.c (gtk_widget_modify_color_component): Accept
1070         NULL for color to mean "unmodify"
1071
1072         * gtk/gtkwidget.c (gtk_widget_modify_font): Accept NULL for
1073         font_desc to mean "unmodify".
1074
1075 Sat Apr 20 16:49:26 2002  Kristian Rietveld  <kris@gtk.org>
1076
1077         * gdk/x11/gdkpixmap-x11.c (gdk_pixmap_new): replace GDK_IS_WINDOW
1078         with GDK_IS_DRAWABLE in the assert, only check GDK_WINDOW_DESTROYED
1079         if window is a GdkWindow,
1080         (gdk_bitmap_create_from_data): ditto,
1081         (gdk_pixmap_create_from_data): ditto
1082
1083 Fri Apr 19 23:38:16 2002  Kristian Rietveld  <kris@gtk.org>
1084
1085         Fixes #50310.
1086
1087         * gtk/gtktreeprivate.h: add _gtk_tree_view_column_autosize
1088
1089         * gtk/gtktreeview.c: privately export _gtk_tree_view_column_autosize,
1090         and add a small note about that function,
1091         (gtk_tree_view_button_press): check for double click and
1092         "not having an autosize" column before autosizing the column,
1093         
1094         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_min_width):
1095         call _gtk_tree_view_column_autosize to update autosized column width
1096         (gtk_tree_view_column_set_max_width): ditto
1097
1098 2002-04-20  Matthias Clasen  <maclas@gmx.de>
1099
1100         * TODO, TODO.xml, README.nanox, docs/Changes-1.2.txt,
1101         docs/Changes-2.0.txt, docs/gtk-config.txt, docs/debugging.txt,
1102         gdk/TODO: Remove some files whose content is either obsolete or
1103         has been moved elsewhere.
1104
1105         * Makefile.am, gtk+.spec.in, docs/Makefile.am: Remove references
1106         to these files.
1107         
1108 Fri Apr 19 21:31:04 2002  Kristian Rietveld  <kris@gtk.org>
1109
1110         * gtk/gtktreeview.c (gtk_tree_view_row_changed): cancel editing
1111         if tree_view->priv->edited_column != NULL (fixes #76066)
1112
1113 Fri Apr 19 21:06:39 2002  Kristian Rietveld  <kris@gtk.org>
1114
1115         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): subtract
1116         TREE_VIEW_HEADER_HEIGHT from allocation->height to get the real
1117         size for the tree (fixes #72729),
1118         (gtk_tree_view_real_start_editing): correct cell_area->y for
1119         scrolling due to gtk_tree_view_real_set_cursor (fixes #75687)
1120
1121 Fri Apr 19 16:30:09 2002  Kristian Rietveld  <kris@gtk.org>
1122
1123         * gtk/gtktreeprivate.h, gtk/gtktreeview.c: rename
1124         last_single_clicked{,_2} to last_button_press{,_2}, as the latter
1125         is a more sane name.
1126
1127         * gtk/gtktreeview.c (gtk_tree_view_button_press): use ->priv->anchor
1128         instead of ->priv->cursor, check for the anchor at another place, as
1129         you can go in edit mode without having an anchor.
1130
1131 2002-04-18  Matthias Clasen  <maclas@gmx.de>
1132
1133         * gtk/gtkitemfactory.c:
1134         * gtk/gtkiconfactory.c:
1135         * gtk/gtkwidget.c:
1136         * gtk/gtkstyle.c:
1137         * gtk/gtkrc.c:
1138         * gtk/gtktreeviewcolumn.c:
1139         * gtk/gtkdialog.c:
1140         * gtk/gtktreemodel.c: s/<!>/<!-- -->/g throughout the
1141         documentation to bring the produced Docbook closer to XML.
1142
1143 2002-04-18  Tor Lillqvist  <tml@iki.fi>
1144
1145         * gdk-pixbuf/Makefile.am (uninstall-libtool-import-lib)
1146         * gdk/Makefile.am (uninstall-libtool-import-lib): Fix typo,
1147         thanks to David Sterba for noticing.
1148
1149         * gtk/gtkmain.h
1150         * gtk/gtkmain.c (gtk_init_abi_check, gtk_init_check_abi_check): In
1151         GTK+ 2.0 the GtkWindow struct actually is the same size in gcc on
1152         Win32 whether compiled with -fnative-struct or not. Unfortunately
1153         this wan't noticed until now. So, from now on, check some other
1154         struct, too, for which the use of -fnative-struct still
1155         matters. GtkBox is one such.
1156
1157 Thu Apr 18 00:23:31 2002  Kristian Rietveld  <kris@gtk.org>
1158
1159         * gtk/gtktreemodelsort.c
1160         (gtk_tree_model_sort_convert_path_to_child_path): so this function
1161         was completely broken. Fix it and improve readability.
1162
1163 2002-04-17  Anders Carlsson  <andersca@gnu.org>
1164
1165         * tests/testtreeedit.c (button_press_event): Add a small
1166         test case.
1167
1168 Wed Apr 17 00:21:36 2002  Kristian Rietveld  <kris@gtk.org>
1169
1170         * gtk/gtktreestore.c (gtk_tree_store_insert_before): fix docs
1171
1172 Tue Apr 16 17:28:21 2002  Kristian Rietveld  <kris@gtk.org>
1173
1174         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): check
1175         ->priv->cursor and ->priv->anchor rowrefs before removing
1176         node->children from the rbtree. Also check the
1177         ->priv->last_single_clicked and ->priv->last_single_clicked_2 rowrefs
1178         (I think I really need to rename those two someday).
1179
1180 Tue Apr 16 07:53:49 2002  Tim Janik  <timj@gtk.org>
1181
1182         * gtk/gtkmenu.c (gtk_menu_key_press): don't install/change accelerators
1183         from locked accel groups.
1184
1185         * gtk/gtkwidget.c (_gtk_widget_get_accel_path): export whether the
1186         accel path is from a locked accel group.
1187
1188 Mon Apr 15 15:41:56 2002  Jonathan Blandford  <jrb@redhat.com>
1189
1190         * gtk/gtkcontainer.c (gtk_container_focus): include internal
1191         children when doing focus.
1192         (gtk_container_get_all_children): new static function to include
1193         internal children when making a list of them.
1194
1195 Sun Apr 14 16:56:59 2002  Kristian Rietveld  <kris@gtk.org>
1196
1197         * gtk/gtktreeprivate.h: add _gtk_tree_view_column_get_editable_cell and
1198         _gtk_tree_view_column_get_neighbor_sizes
1199
1200         * gtk/gtktreeviewcolumn.c (struct _GtkTreeViewColumnCellInfo): add
1201         real_width field,
1202         (_gtk_tree_view_column_get_editable_cell): implement,
1203         (gtk_tree_view_column_cell_process_action): fill info->real_width
1204         (_gtk_tree_view_column_get_neighbor_sizes): implement
1205
1206         * gtk/gtktreeview.c (gtk_tree_view_button_press): make the "editable
1207         widget" show up with the same size as the actual cell, so it doesnt
1208         cover the complete column if there are any other cells in that column.
1209
1210 2002-04-14  Abigail Brady  <morwen@evilmagic.org>
1211
1212         * gtk/gtkfilesel.c: Fix typo in message.
1213
1214 2002-04-13  Havoc Pennington  <hp@pobox.com>
1215
1216         * gdk/gdkpixbuf-drawable.c (gdk_pixbuf_get_from_drawable): create
1217         the target pixbuf AFTER filling in width/height, so that 
1218         passing in -1 for width/height will work.
1219         
1220 Sat Apr 13 22:49:45 2002  Kristian Rietveld  <kris@gtk.org>
1221
1222         Fixes #75510
1223
1224         * gtk/gtktreeselection.c (gtk_tree_selection_get_selected): make this
1225         function work correctly and more sane
1226
1227         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): remove
1228         node->children from rbtree before emitting GtkTreeSelection::changed
1229
1230 Sat Apr 13 17:15:12 2002  Kristian Rietveld  <kris@gtk.org>
1231
1232         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_init): dont set
1233         the mode to GTK_CELL_RENDERER_MODE_EDITABLE by default,
1234         (gtk_cell_renderer_text_class_init): for some reason our default for
1235         editable was TRUE, of course this is FALSE.
1236         (gtk_cell_renderer_text_set_property): update mode when editable
1237         has been changed.
1238
1239 2002-04-12  jacob berkman  <jacob@ximian.com>
1240
1241         * gdk/x11/xsettings-client.c (fetch_card8): fix cut-n-paste bug
1242         which breaks big-endian machines (fixes #73585)
1243
1244 2002-04-12  Havoc Pennington  <hp@redhat.com>
1245
1246         * gtk/gtknotebook.c (gtk_notebook_real_remove): relocate the
1247         remove_weak_pointer to just before we free the page, to be sure 
1248         it doesn't get re-added. #75282
1249
1250 Fri Apr 12 18:32:46 2002  Kristian Rietveld  <kris@gtk.org>
1251
1252         * gtk/gtktreeview.c (gtk_tree_view_real_set_cursor): add
1253         clamp_node argument
1254         (toplevel): update usages of gtk_tree_view_real_set_cursor,
1255         (gtk_tree_view_focus_to_cursor): don't let
1256         gtk_tree_view_real_set_cursor clamp the node, so you won't get
1257         unexpected scrolling
1258
1259 2002-04-11  Michael Meeks  <michael@ximian.com>
1260
1261         * gtk/gtklabel.c
1262         (gtk_label_parse_uline, gtk_label_set_text),
1263         (gtk_label_set_text_with_mnemonic): add freeze / thaws
1264         to stop deluge of 'notify' signals.
1265
1266 Sat Apr  6 06:57:00 2002  Owen Taylor  <otaylor@redhat.com>
1267
1268         * gtk/gtkmenushell.[ch] gtk/gtkmenuitem.c: Export
1269         private _gtk_menu_shell_activate() to encapsulate
1270         cut-and-paste code.
1271
1272         * gtk/gtkmenubar.c: Select the first item on the menu bar
1273         for F10 rather than acting as if the user pressed <Alt>F
1274         to select the file manager.
1275
1276 Tue Apr  9 19:01:28 2002  Owen Taylor  <otaylor@redhat.com>
1277
1278         Fix problems with HandleBox and focusing - #78232
1279
1280         * gtk/gtkwidget.c (gtk_widget_translate_coordinates): Handle
1281         GtkHandleBox / GnomeDock style window heirarchy / widget
1282         heirarchy disconnects. :-(. 
1283
1284         * gtk/gtkcontainer.c: Handle failures from
1285         gtk_widget_translate_coordinates (Focusing is not right, but at
1286         least it doesn't go into infinite loops.)
1287
1288 Tue Apr  9 18:34:58 2002  Owen Taylor  <otaylor@redhat.com>
1289
1290         * gtk/gtkcontainer.c (_gtk_container_queue_resize): Always
1291         set the ALLOC_NEEDED and REQUEST_NEEDED flags up the hierarchy,
1292         even if we aren't currently in a resize container... we need
1293         this to properly handle size changes to widgets that are
1294         being moved from one heirarchy to another. (#78226)
1295
1296 Tue Apr  9 21:41:24 2002  Kristian Rietveld  <kris@gtk.org>
1297
1298         Fixes #78110
1299
1300         * gtk/gtktreeselection.c (_gtk_tree_selection_internal_select_node):
1301         add override_browse_mode argument and implement,
1302         (gtk_tree_selection_unselect_path): always unselect the path,
1303         (toplevel): update uses of _gtk_tree_selection_internal_select_node
1304
1305         * gtk/gtktreeview.c: update uses of
1306         _gtk_tree_selection_internal_select_node
1307
1308         * gtk/gtktreeprivate.h (_gtk_tree_selection_internal_select_node):
1309         update prototype
1310
1311 Tue Apr  9 21:39:44 2002  Kristian Rietveld  <kris@gtk.org>
1312
1313         Fixes #77862
1314
1315         * gtk/gtktreeprivate.h: add _gtk_tree_view_column_has_editable_cell
1316
1317         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_has_editable_cell):
1318         new function
1319
1320         * gtk/gtktreeview.c (gtk_tree_view_button_press): send cell event
1321         on first click when cell isn't editable
1322
1323 Tue Apr  9 21:37:31 2002  Kristian Rietveld  <kris@gtk.org>
1324
1325         * gtk/gtktreedatalist.c (_gtk_tree_data_list_check_type): add some
1326         types which were missing and useful to use (fixes #77870)
1327
1328 2002-04-09  Anders Carlsson  <andersca@gnu.org>
1329
1330         * gtk/gtkfilesel.c (open_new_dir): Initialize error to NULL.
1331
1332 2002-04-08  Manish Singh  <yosh@gimp.org>
1333
1334         * tests/testgtk.c: really revert testgtk.c
1335
1336 Mon Apr  8 20:28:54 2002  Kristian Rietveld  <kris@gtk.org>
1337
1338         * gtk/gtktreeselection.c (gtk_tree_selection_select_path),
1339         (gtk_tree_selection_unselect_path),
1340         (gtk_tree_selection_path_is_selected): check the return value of
1341         _gtk_tree_view_find_node and return if it's TRUE. This makes those
1342         functions work somewhat saner on non-expanded trees.
1343
1344 Fri Apr  5 18:28:56 2002  Kristian Rietveld  <kris@gtk.org>
1345
1346         * gtk/gtktreeselection.c (gtk_tree_selection_set_mode): free
1347         anchor row reference after unselecting the selection (fixes #76272)
1348
1349 Fri Apr  5 18:27:48 2002  Kristian Rietveld  <kris@gtk.org>
1350
1351         * gtk/gtktreeview.c (gtk_tree_view_real_expand_row): only return
1352         when we don't have to open all children (fixes #75736)
1353
1354 Fri Apr  5 18:24:24 2002  Kristian Rietveld  <kris@gtk.org>
1355
1356         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_clear): unref
1357         cellrenderer after clearing the attributes of the renderer (fixes
1358         #75592)
1359
1360 Fri Apr  5 05:55:14 2002  Jonathan Blandford  <jrb@gnome.org>
1361
1362         * gtk/gtktreeview.c (gtk_tree_view_grab_focus): implement.
1363           (gtk_tree_view_move_cursor_up_down): check for focus
1364           (gtk_tree_view_move_cursor_page_up_down): ditto
1365           (gtk_tree_view_move_cursor_left_right): ditto
1366           (gtk_tree_view_move_cursor_start_end): ditto
1367           (gtk_tree_view_real_select_all): ditto
1368           (gtk_tree_view_real_unselect_all): ditto
1369           (gtk_tree_view_real_select_cursor_row): ditto 
1370           (gtk_tree_view_real_toggle_cursor_row): ditto
1371           (gtk_tree_view_real_expand_collapse_cursor_row): ditto
1372           (gtk_tree_view_real_select_cursor_parent): ditto
1373           (gtk_tree_view_real_start_interactive_search): ditto
1374
1375         * gtk/gtktreeviewcolumn.c: grab focus
1376
1377 2002-04-05  Alex Larsson  <alexl@redhat.com>
1378
1379         * gdk/linux-fb/gdkkeyboard-fb.c (write_string):
1380         Fix undefined variable typo.
1381         Patch from Simon Floery <simon.floery@gmx.at>
1382
1383 Fri Apr  5 01:06:15 2002  Tim Janik  <timj@gtk.org>
1384
1385         * gdk/x11/gdkwindow-x11.c (set_text_property): fix segfault
1386         upon NULL return from gdk_utf8_to_string_target().
1387
1388         * gdk/x11/gdkselection-x11.c (gdk_utf8_to_string_target): fix
1389         return value comment to mention NULL returns upon EMFILE.
1390
1391 Thu Apr  4 22:35:42 2002  Soeren Sandmann  <sandmann@daimi.au.dk>
1392
1393         * tests/testgtk.c (menu_items): revert accidentally commited
1394         change to testgtk.c
1395
1396 Thu Apr  4 22:28:08 2002  Soeren Sandmann  <sandmann@daimi.au.dk>
1397
1398         * gtk/gtkmenuitem.c (gtk_menu_item_paint): Fix problem with menu
1399         titles being clipped (#75948)
1400         
1401 2002-04-04  Tor Lillqvist  <tml@iki.fi>
1402
1403         * gdk/gdkrgb.c: Fix some bugs, and introduce a minor feature.
1404
1405         (gdk_rgb_convert_4_pack): New function, for 16-color (4 bits per
1406         pixel) static visuals (fixes #858).
1407
1408         (gdk_rgb_convert_gray4_pack, gdk_rgb_convert_gray4_d_pack): Fix
1409         same bugs in both functions: Odd start coordinate (partial byte)
1410         was not handled correctly. Also a partial final byte was not
1411         handled correctly.
1412
1413         (gdk_rgb_do_colormaps): Use G_N_ELEMENTS.
1414         (gdk_rgb_create_info): For pseudocolor visuals, use the 2x2x2
1415         colorcube only for depths 3 and 4. For static color, use it for
1416         depths 3..7 like before. (Depth 5..7 pseudocolor probably never
1417         occurs on X11. It doesn't normally occur on Win32 either, but
1418         there is experimental code in gdkvisual-win32.c to let the user
1419         restrict the size of palette used.)
1420         (gdk_rgb_init): Set gdk_rgb_verbose if the GDK_DEBUG_GDKRGB flag
1421         is set.
1422         (gdk_rgb_select_conv): Use gdk_rgb_convert_8 also for depths 5, 6
1423         and 7 (see above). Use gdk_rgb_convert_4_pack for 4 bits per pixel
1424         static color.
1425
1426 Tue Apr  2 11:10:13 2002  Jonathan Blandford  <jrb@redhat.com>
1427
1428         * gtk/gtkliststore.c (gtk_list_store_set_sort_func): set the
1429         sort_func correctly, 77030
1430
1431 Tue Apr  2 13:44:27 2002  Tim Janik  <timj@gtk.org>
1432
1433         * configure.in: update version to 2.0.2, binary age 2, interface
1434         age 2.
1435
1436         * NEWS: updates for 2.0.2.
1437
1438 Mon Apr  1 22:20:24 2002  Kristian Rietveld  <kris@gtk.org>
1439
1440         * gtk/gtktreeview.c (gtk_tree_view_move_cursor_page_up_down): add
1441         check for y > tree_view->priv->height (fixes #76974)
1442
1443 Mon Apr  1 22:19:39 2002  Kristian Rietveld  <kris@gtk.org>
1444
1445         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_sort_level): get
1446         the stamp changes right this time
1447
1448 Mon Apr  1 22:13:24 2002  Kristian Rietveld  <kris@gtk.org>
1449
1450         * gtk/gtktreemodel.c (gtk_tree_row_reference_free): only
1451         disconnect the ref callbacks when model == proxy (Thanks go to
1452         Manuel Clos Crespo for the remote debugging)
1453
1454 Sat Mar 30 15:19:24 2002  Kristian Rietveld  <kris@gtk.org>
1455
1456         * gtk/gtktreemodelsort.c: revert the latest stamp increment changes,
1457         as it broke stuff for trees
1458
1459 Fri Mar 29 18:15:12 2002  Owen Taylor  <otaylor@redhat.com>
1460
1461         * ===== Released 2.0.1 ======
1462
1463 Fri Mar 29 18:09:18 2002  Owen Taylor  <otaylor@redhat.com>
1464
1465         * gtk/gtkaccelgroup.c (gtk_accel_group_query): Call 
1466         gdk_keyval_to_lower() on the key passed in, since we
1467         lowercase all other key vals passed in, so querying
1468         keyvals will otherwise fail if the caller used
1469         an uppercase accelerators (#76899, Vitaly Tishkov)
1470
1471 Fri Mar 29 17:41:21 2002  Owen Taylor  <otaylor@redhat.com>
1472
1473         * gtk/gtkmain.c (load_modules): Fix screwup in handling
1474         of module path that was resulting in freed memory being
1475         accessed when both GTK_MODULES and a theme were set.
1476         (#76902, Johan Dahlin)
1477
1478 Fri Mar 29 17:57:36 2002  Owen Taylor  <otaylor@redhat.com>
1479
1480         * gtk/gtkiconfactory.c (get_default_icons): Fix wrong
1481         stock id's for ADD/REMOVE. (#76915, Vitaly Tishkov)
1482
1483 2002-03-29  Hans Breuer  <hans@breuer.org>
1484
1485         * gtk/gtkmain.h : fix typo in gtk_init_check macro, which
1486         caused crashes if argc != 0
1487
1488         * gtk/stock-icons/makefile.msc : added new icons
1489
1490 Fri Mar 29 20:17:35 2002  Kristian Rietveld  <kris@gtk.org>
1491
1492         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_rows_reordered):
1493         remove call to gtk_tree_model_sort_increment_stamp
1494         (gtk_tree_model_sort_sort_level): always increment the stamp
1495
1496 Fri Mar 29 00:19:41 2002  Owen Taylor  <otaylor@redhat.com>
1497
1498         * NEWS: Updates
1499
1500         * configure.in: Version 2.0.1, binary, interface age 1.
1501
1502         * configure.in (GDK_PIXBUF_VERSION): Up required versions
1503         of dependencies.
1504
1505         * gtk/gtkiconfactory.c gtk/stock-icons/Makefile.am:
1506         Add stock_add/remove_16.
1507
1508 Thu Mar 28 18:38:30 2002  Owen Taylor  <otaylor@redhat.com>
1509
1510         * gtk/gtk[hv]paned.c (gtk_[hv]paned_size_allocate): 
1511         Don't show the window unless the widget is mapped.
1512         (#76742, Dennis Björklund, Soeren Sandmann)
1513
1514 2002-03-29  Hans Breuer  <hans@breuer.org>
1515
1516         Fixed dashed line issues (#74441) to an IMO reasonable extend. 
1517         That is: use PS_USERSTYLE on WinNT (the next GDI limit appears
1518         to be with lines width > 50); Render horizontal and vertical
1519         dashed lines on Win9x 'by hand'. Dotted selection rectangles 
1520         and Dia look nice ...
1521
1522         * gdk/win32/gdkprivate-win32.h : add pen_dashes pointer and
1523         num_pen_dashes to _GdkGCWin32
1524         * gdk/win32/gdkgc-win32.c : initialize pen_dashes and remove
1525         the guesses from dashes to windoze line styles.
1526         (predraw_set_forground) : always ExtCreatePen (PS_SOLID) on
1527         Win9x, which does not support PS_USERSTYLE.
1528         * gdk/win32/gdkdrawable-win32.c : new functions render_line_
1529         <horizontal|vertical>. Use them if not running on NT in
1530         gdk_win32_draw_<rectangle|segments|lines> ()
1531
1532         * gdk/win32/gdkkeys-win32.c (gdk_keyval_name) : return NULL
1533         for keyval == 0 to avoid to have zeros in all menu entries 
1534         without accelerator.
1535
1536 2002-03-29  Jakub Steiner <jimmac@ximian.com>
1537
1538         * gtk/stock-icons/stock_add_24.png:
1539         * gtk/stock-icons/stock_add_16.png:
1540         * gtk/stock-icons/stock_remove_24.png:
1541         * gtk/stock-icons/stock_remove_16.png: use a simple '+' and '-',
1542           works better. the old box was too clumsy
1543
1544 Thu Mar 28 21:11:04 2002  Tim Janik  <timj@gtk.org>
1545
1546         * gtk/gtkfilesel.c (open_new_dir): when encountering non-UTF-8 file
1547         names, alert the user with g_message() instead of g_warning() and
1548         put out the actual conversion error.
1549
1550 2002-03-28  Dave Camp  <dave@ximian.com>
1551
1552         * gtk/gtktreeview.c (install_scroll_sync_handler): Don't install
1553         the handler if the widget isn't realized.
1554
1555 2002-03-28  Jakub Steiner <jimmac@ximian.com>
1556
1557         * gtk/stock-icons/stock_font*:
1558         * gtk/stock-icons/stock_align*:
1559         * gtk/stock-icons/stock_text*: better solution to the dark theme
1560           problem. Also looks more pretty IMHO
1561
1562 2002-03-27  Matthias Clasen  <maclas@gmx.de>
1563
1564         * configure.in: Try to find libpng via pkg-config first,
1565         since libpng-1.2.2 will come with a .pc file.
1566
1567 Wed Mar 27 11:10:39 2002  Owen Taylor  <otaylor@redhat.com>
1568
1569         * gtk/gtknotebook.c (gtk_notebook_real_remove): Set
1570         page->last_focus_child to NULL as well as removing the
1571         weak reference, to deal with reentrancy in set_focus_child().
1572         (#76634, Dennis Björklund)
1573
1574 2002-03-27  Murray Cumming  <murrayc@usa.net>
1575  
1576         * gtk/gtktreeview.c: Corrected registered return type of
1577         "move-cursor" signal. Had to add a marshaller to 
1578         gtk/gtkmarshalers.list.
1579         
1580 Tue Mar 26 14:46:50 2002  Owen Taylor  <otaylor@redhat.com>
1581
1582         * gtk/gtkmenu.c (gtk_menu_popup): Shuffle the ordering around
1583         some more (position before realizing) fixing problems with 
1584         arrows popping up at the wrong time (#73386), hopefully not
1585         introducing other problems. (Reported by Ettore Perrazoli, others)
1586
1587 2002-03-26  Dave Camp  <dave@ximian.com>
1588
1589         * gtk/gtktreeview.c (gtk_tree_view_button_press): Free the path
1590         after calling gtk_tree_view_row_activated() rather than before.
1591
1592 2002-03-25  Sven Neumann  <sven@gimp.org>
1593
1594         * gtk/gtkrc.c (gtk_rc_parse_font_name): free the style's
1595         font_description before assigning a new one.
1596         (gtk_rc_parse_stock): always unref the created icon_set. #76289
1597         
1598 2002-03-25  Mark McLoughlin  <mark@skynet.ie>
1599
1600         * gtk/gtkbindings.c: (gtk_binding_entry_add_signal),
1601         kill code duplicated in gtk_binding_entry_add_signall.
1602
1603 Sun Mar 24 10:32:38 2002  Jonathan Blandford  <jrb@redhat.com>
1604
1605         * gtk/gtktreemodel.c (gtk_tree_path_copy): Make path arg const, #75653
1606
1607         * gtk/gtkfontsel.c (gtk_font_selection_show_available_styles): fix
1608         a warning
1609
1610         * gtk/gtktreeview.c (gtk_tree_view_button_press): remove the grab
1611         when we emit row_activated so that listeners of this signal can
1612         grab the mouse, #75629
1613
1614 2002-03-23  Havoc Pennington  <hp@pobox.com>
1615
1616         * gtk/gtktextlayout.c (gtk_text_layout_real_invalidate):
1617         invalidate the line containing start, even if the [start,end)
1618         range is empty (just invalidate [start,end], essentially).
1619         Partially fixes #72374
1620
1621 2002-03-23  Havoc Pennington  <hp@pobox.com>
1622
1623         * gtk/gtktextview.c (gtk_text_view_do_popup): end any selection in
1624         progress, patch from db@zigo.dhs.org, #74620
1625
1626 2002-03-23  Havoc Pennington  <hp@pobox.com>
1627
1628         * gtk/gtktextview.c (gtk_text_view_move_cursor_internal): extend
1629         selection for pageup/pagedown and ctrl+pageup/pagedown if 
1630         shift is held. more of #53934
1631
1632 2002-03-23  Havoc Pennington  <hp@pobox.com>
1633
1634         * gtk/gtktextview.c (gtk_text_view_destroy_layout): disconnect 
1635         layout handlers earlier in the function, to avoid possible
1636         reentrancy screwups
1637         (gtk_text_view_invalidate): Don't install idle handlers if 
1638         layout == NULL, otherwise we get problems during finalization 
1639         since clearing the buffer invalidates and puts the idle handlers
1640         back after we destroy the layout. #74660
1641         (gtk_text_view_ensure_layout): Install the validation handlers
1642         right after creating the layout.
1643
1644         * gtk/gtktexttagtable.c (foreach_unref): call
1645         _gtk_text_buffer_notify_will_remove_tag(), #75126
1646
1647 2002-03-22  Havoc Pennington  <hp@pobox.com>
1648
1649         * gdk/x11/gdkfont-x11.c (gdk_fontset_load): add more explanatory
1650         text to the error message about missing charsets, and use
1651         g_printerr() not g_warning() since this is typically not a
1652         programming error (we do not export any API to ask whether 
1653         a font set will have missing charsets so apps realistically can't 
1654         do anything other than try the gdk_fontset_load())
1655
1656         * gtk/gtktextview.c (gtk_text_view_key_press_event): return FALSE
1657         if the text view isn't editable and the user presses Return, 
1658         so default buttons and such can be activated, #74937
1659
1660         * gtk/gtktextbuffer.c (paste_from_buffer): don't insert 
1661         if the insertion point is not editable and the paste 
1662         is interactive, #74125
1663
1664         * gtk/gtkwindow.c (gtk_window_move_resize): enhance the #if 0
1665         debug spew
1666
1667         * gtk/gtktextbuffer.c (cut_or_copy): only remove the previous 
1668         cut/copied data right before replacing it, when we know we are
1669         going to replace it. Fixes #74049
1670
1671 2002-03-22  Richard Hult  <rhult@codefactory.se>
1672
1673         * gdk/gdkevents.c (gdk_event_get_root_coords): Fix typo, where x
1674         value was assigned to both x and y.
1675
1676 Fri Mar 22 11:29:11 2002  Owen Taylor  <otaylor@redhat.com>
1677
1678         Partial fix for problem where keypad keys acted
1679         as shift-arrows in an entry rather than arrows (#74327)
1680
1681         * gtk/gtkkeyhash.c (_gtk_key_hash_lookup): Sort lookup
1682         results by number of modifiers in the entry. Fixes
1683         problem where if a key matched both modified and unmodified
1684         key bindings ... e.g., the distinguishing key binding
1685         was consumed, then it was random which was used. 
1686
1687         * gtk/gtkbindings.c (gtk_binding_entries_sort_patterns): 
1688         Catch the case where there are multiple entries from the
1689         same bindingset (with different modifiers), and use only
1690         the first entry, which, with the change in _gtk_key_hash_lookup()
1691         will be the preferred value.
1692
1693 Fri Mar 22 10:56:19 2002  Owen Taylor  <otaylor@redhat.com>
1694
1695         * gtk/gtkaccelmap.c (gtk_accel_map_save_fd): Fix memory
1696         leak. (#74400, Morten Welinder.)
1697
1698         * gtk/gtkaccelmap.c: Properly handle short returns from
1699         write() calls. (Handling EINTR isn't enough... that only
1700         handles the case where you were interrupted before you
1701         wrote a single byte.)
1702         
1703         * gdk/linux-fb/gdkmouse-fb.c gdk/linux-fb/gdkkeyboard-fb.c:
1704         Robustify against short returns from write() calls.
1705
1706 Fri Mar 22 10:12:10 2002  Owen Taylor  <otaylor@redhat.com>
1707
1708         * gtk/gtktextview.c (gtk_text_view_paint): Change
1709         G_BREAKPOINT() to g_assert_not_reached ().
1710         (#75865, Ashok Venkiteswaran)
1711         
1712 2002-03-22  Tor Lillqvist  <tml@iki.fi>
1713
1714         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_dashes): Don't clear
1715         all of the pen_style, just the PS_STYLE_MASK. Seems to fix #74441,
1716         but that is just the special case of one-pixel wide one-pixel
1717         on-off dotted lines. To fully implement generic X11 style dashed
1718         lines a major rewrite would be needed.
1719
1720 2002-03-21  Matthias Clasen  <maclas@gmx.de>
1721
1722         * gtk/gtkaccelgroup.c (gtk_accelerator_valid): Trivial typo
1723         fix. (Vitaly Tishkov, #75726)
1724
1725 Thu Mar 21 10:04:05 2002  Owen Taylor  <otaylor@redhat.com>
1726
1727         * gdk/gdkwindow.c (gdk_window_real_get_depth): Remove
1728         some left over debugging code with a G_BREAKPOINT()
1729         in it.
1730
1731 Wed Mar 20 19:33:31 2002  Owen Taylor  <otaylor@redhat.com>
1732
1733         * gtk/gtkcalendar.c (gtk_calendar_main_button): When
1734         changing months when the user clicks on a prev-month
1735         or next-month day, focus and select the new day.
1736         Ignore double clicks on prev-month, next-month days.
1737         (Based on suggestions from Andras Salamon, #74173)
1738
1739         * gtk/gtkcalendar.c: Implement the focused/unfocused
1740         selected color change.
1741
1742 2002-03-20  Alex Larsson  <alexl@redhat.com>
1743
1744         Patches from Carlo E. Prelz <fluido@fluido.as>
1745         Now gtkfb at least compiles and mostly works. The keyboard
1746         stuff needs more loving.
1747         
1748         * gdk/linux-fb/gdkkeyboard-fb.c (xlate_get_for_keyval,
1749         xlate_get_for_keycode, raw_get_for_keyval, raw_get_for_keycode):
1750         At least set the out parameters for these calls.
1751
1752         * gdk/linux-fb/gdkmain-fb.c:
1753         (gdk_pointer_grab_info_libgtk_only, gdk_keyboard_grab_info_libgtk_only):
1754         Implement new functions.
1755         
1756 Wed Mar 20 19:00:03 2002  Owen Taylor  <otaylor@redhat.com>
1757
1758         * gtk/gtkentry.c (gtk_entry_set_text): Short-circuit
1759         the text to the exact same thing, so we don't 
1760         unexpectedly change the selection or cursor position.
1761         (#74290, John Ellis.)
1762
1763 Thu Mar 21 00:05:14 2002  Kristian Rietveld  <kris@gtk.org>
1764
1765         * gtk/gtktreeview.c (gtk_tree_view_get_background_area),
1766         (gtk_tree_view_get_cell_area): fix logic (fixes #74235, #73593)
1767
1768 Wed Mar 20 17:11:51 2002  Owen Taylor  <otaylor@redhat.com>
1769
1770         * gtk/gtkrc.c: Patch from Richard Hestilow to fix
1771         gtk-font-name changes for widgets that get the actual
1772         default style. (#73709)
1773
1774 Wed Mar 20 22:59:23 2002  Kristian Rietveld  <kris@gtk.org>
1775
1776         * gtk/gtkrbtree.[ch]: add _gtk_rbtree_set_fixed_height()
1777
1778         * gtk/gtktreeprivate.h: add fixed_height_check field
1779
1780         * gtk/gtktreeview.c (gtk_tree_view_init): initialize
1781         scroll_sync_timer and fixed_height_check
1782         (do_validate_rows): add fixed_height_check. If all validated rows
1783         in the first cycle have the same height, then we set that height for
1784         the entire tree. This is some sort of 'fake' optimization, but helps
1785         a lot for the common case. We keep validating the entire tree in
1786         the background though.
1787         (gtk_tree_view_set_model): reset fixed_height_check
1788
1789 Wed Mar 20 16:36:08 2002  Owen Taylor  <otaylor@redhat.com>
1790
1791         * gtk/*.c: Patch from Erwann Chenede, #73900 fixing
1792         a lot of warnings with Forte CC, mostly implicit
1793         casts between void * and function pointers.
1794         
1795         * gdk/gdkevents.c (gdk_event_get_state): GdkEventVisibility's
1796         state field is not a GdkModifierType. (Also #73900)
1797
1798 Wed Mar 20 12:35:22 2002  Owen Taylor  <otaylor@redhat.com>
1799
1800         * gtk/gtkwidget.c (gtk_widget_grab_default): Remove
1801         leftover notification of has-default. (#75508, Jacob
1802         Berkman.)
1803
1804 Wed Mar 20 12:27:07 2002  Owen Taylor  <otaylor@redhat.com>
1805
1806         * gtk/gtkaccelgroup.c (gtk_accelerator_valid): Allow
1807         arrow keys as accelerators, as long as some modifier
1808         is pressed. (#75495)
1809
1810         * gtk/gtkaccelgroup.c (gtk_accelerator_valid): Fix
1811         incorrect example in the docs.
1812
1813 Wed Mar 20 12:06:30 2002  Owen Taylor  <otaylor@redhat.com>
1814
1815         * gtk/gtkwidget.c (gtk_widget_set_child_visible):
1816         Fix segfault when widget->parent is NULL. 
1817         (#75615, Alexey A. Malyshev) 
1818
1819 Wed Mar 20 11:32:07 2002  Owen Taylor  <otaylor@redhat.com>
1820
1821         * gtk/gtkentry.c: Improve test to prevent infinite
1822         loop. (#74952, Thomas Leonard)
1823
1824         * gtk/gtkmenushell.c (gtk_real_menu_shell_cycle_focus):
1825         Fix warning when toplevel menu shell isn't a menu
1826         bar. (Thomas Leonard, #75602)
1827
1828 Wed Mar 20 11:00:59 2002  Owen Taylor  <otaylor@redhat.com>
1829
1830         * configure.in: Use $PKG_CONFIG, not pkg-config.
1831         (LEE Sau Dan, #75572)
1832
1833 Wed Mar 20 10:55:56 2002  Owen Taylor  <otaylor@redhat.com>
1834
1835         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Fix assignment
1836         of time in scroll events. (Sven Neumann, #75574)
1837
1838 2002-03-20  Tor Lillqvist  <tml@iki.fi>
1839
1840         * gdk/win32/gdkdnd-win32.c (gdk_drag_find_window): Use
1841         gdk_window_get_toplevel(), as it is the top-level windows that are
1842         registered for DND.
1843
1844         * gdk/win32/gdkwin32.h: Don't include gdkinternals.h.
1845
1846 2002-03-19  jacob berkman  <jacob@ximian.com>
1847
1848         * gtk/gtkcombo.c (gtk_combo_find): fix infinite loop when
1849         gtk_combo_func() returns NULL (bug #75464)
1850
1851 2002-03-18  jacob berkman  <jacob@ximian.com>
1852
1853         * gtk/gtkaspectframe.c (gtk_aspect_frame_class_init): set the
1854         correct min/max values for the ratio property (fixes #75331)
1855
1856 Mon Mar 18 11:55:03 2002  Owen Taylor  <otaylor@redhat.com>
1857
1858         * gtk/gtkimmulticontext.c (gtk_im_multicontext_get_slave):
1859         Patch from Yao Zhang fixing reference count leak.
1860
1861         * gtk/gtkentry.c (gtk_entry_key_release): if (entry->editable),
1862         not if (!entry->editable).
1863
1864 Mon Mar 18 11:09:17 2002  Owen Taylor  <otaylor@redhat.com>
1865
1866         * gdk/x11/gdkwindow-x11.c (gdk_window_set_override_redirect): 
1867         Fix backwards conditional. (#75019, Dan Winship.)
1868
1869 Sun Mar 17 01:11:16 2002  Kristian Rietveld  <kris@gtk.org>
1870
1871         * gtk/gtktreeview.c (gtk_tree_view_size_request): use
1872         do_validate_rows instead of validate_rows_handler (fix by
1873         Mike Pieper, #74126)
1874
1875 Sat Mar 16 23:54:56 2002  Kristian Rietveld  <kris@gtk.org>
1876
1877         * gdk/x11/gdkwindow-x11.c (gdk_window_set_static_bit_gravity): just
1878         return when we have an input_only window (fix by Owen Taylor)
1879
1880         * gtk/gtktreeprivate.h (struct _GtkTreeViewPrivate): add
1881         scroll_sync_timer
1882
1883         * gtk/gtktreeview.c (install_scroll_sync_handler): new function,
1884         (scroll_sync_handler): ditto,
1885         (gtk_tree_view_unrealize): take scroll_sync_timer into account
1886         (gtk_tree_view_row_deleted): install scroll_sync_timer instead of
1887         calling top_row_to_dy/dy_to_top_row directly
1888         -- this greatly speeds up clearing the model (#73199)
1889
1890         * gtk/gtktreemodelsort.c
1891         (gtk_tree_model_sort_convert_path_to_child_path): fix up this function,
1892         for some reason I really screwed it up (fixes #74663)
1893
1894 2002-03-16  Sven Neumann  <sven@gimp.org>
1895
1896         * configure.in (GDK_PIXBUF_DEP_CFLAGS) (GDK_PIXBUF_XLIB_DEP_CFLAGS) 
1897         (GDK_DEP_CFLAGS) (GTK_DEP_CFLAGS): include CFLAGS from gthread-2.0
1898         so that the libs work correctly in a threaded environment.
1899
1900 Fri Mar 15 12:51:42 2002  Jonathan Blandford  <jrb@redhat.com>
1901
1902         * gtk/gtktreeviewcolumn.c
1903         (gtk_tree_view_column_new_with_attributes): add example to docs,
1904         as people are seeming to have trouble with this function.
1905
1906 2002-03-15  Tor Lillqvist  <tml@iki.fi>
1907
1908         * configure.in: Set MATH_LIB to empty also on Win32.
1909
1910 Fri Mar 15 15:37:01 2002  Owen Taylor  <otaylor@redhat.com>
1911
1912         * gdk/x11/gdkdrawable-x11.c (convert_to_format): 
1913         Fix byte shift arithmetic for big-endian. (Tracked
1914         down with help from Tuomas Kuosmanen)
1915
1916 Fri Mar 15 11:28:41 2002  Jonathan Blandford  <jrb@redhat.com>
1917
1918         * gtk/gtktreeview.c (gtk_tree_view_insert_column_with_data_func):
1919         make args const, 74159
1920         (gtk_tree_view_insert_column_with_attributes): ditto
1921
1922         * gtk/gtktreeviewcolumn.c
1923         (gtk_tree_view_column_cell_process_action): remov unused variables.
1924
1925 Fri Mar 15 13:31:51 2002  Soeren Sandmann  <sandmann@daimi.au.dk>
1926
1927         * gtk/gtkmenu.c (gtk_menu_leave_notify): Fix test for "active
1928         submenu".
1929
1930 2002-03-15 Padraig O'Briain <padraig.obriain@sun.com>
1931
1932         * gdk/x11/gdkkeys-x11.c (update_keymaps): Fudge keymap to have lower
1933         upper case variants if there is only a single keysym per keycode and
1934         the key symbol has upper and lower case variants (#74512)
1935
1936 Thu Mar 14 17:09:52 2002  Owen Taylor  <otaylor@redhat.com>
1937
1938         * gdk/gdkwindow.c (gdk_window_process_all_updates): Fix rather
1939         improbable reentrancy problem if a window is destroyed
1940         while updates are being processed on another window. (Noticed
1941         by Michael Meeks, #74708)
1942
1943 2002-03-14 Vitaly Tishkov <tvv@sparc.spb.su>
1944
1945         * gtk/gtktreemodelsort.c
1946         typo in docs for gtk_tree_model_sort_convert_iter_to_child_iter() fixed
1947
1948
1949 Thu Mar 14 11:17:18 2002  Owen Taylor  <otaylor@redhat.com>
1950
1951         * gtk/gtkkeyhash.c (_gtk_key_hash_remove_entry): When
1952         removing keys from the key hash, reinsert the right list
1953         back into the hash. (Dave Camp, #74571)
1954
1955 Wed Mar 13 17:17:40 2002  Owen Taylor  <otaylor@redhat.com>
1956
1957         * gtk/gtkobject.h: Remove left-over GTK_OBJECT_CONNECTED
1958         macro that was defined in terms of the now-gone GTK_CONNECTED
1959         flag. (Seth Burgess, #74028)
1960
1961 Wed Mar 13 17:11:10 2002  Owen Taylor  <otaylor@redhat.com>
1962
1963         * gtk/gtkaccelgroup.c (accel_group_weak_ref_detach): Unset 
1964         the acceleratable_groups qdata because qdata isn't removed
1965         on ->dispose but rather on ->finalize. (#74569, found
1966         by Matt Wilson.)
1967
1968 Tue Mar 12 23:14:23 2002  Jonathan Blandford  <jrb@redhat.com>
1969
1970         * gtk/gtktreeselection.c (gtk_tree_selection_unselect_iter): Fix
1971         cut-n-paste bug.
1972
1973 Sat Mar  9 18:23:25 2002  Richard Hestilow  <hestilow@ximian.com>
1974
1975         * gtk/gtkimage.c (gtk_image_set_from_filename): Allow NULL
1976         filenames.
1977         
1978 Tue Mar 12 10:50:09 2002  Owen Taylor  <otaylor@redhat.com>
1979
1980         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_filter_keypress):
1981         Fix incorrect return value, filter out returns of 0x7f for
1982         the delete key. (#74179, Kang Jeong-He)
1983
1984 Mon Mar 11 23:42:11 2002  Jonathan Blandford  <jrb@redhat.com>
1985
1986         * gtk/gtktreemodel.c (gtk_tree_model_foreach): fix totally broken
1987         foreach function.
1988
1989 2002-03-11  Matthias Clasen  <maclas@gmx.de>
1990
1991         * gtk/gtkitemfactory.c (gtk_item_factory_add_foreign): Document
1992         gtk_{menu_item,widget}_set_accel_path() as the recommended API.  
1993         (#69244)
1994
1995 2002-03-11  James Henstridge  <james@daa.com.au>
1996
1997         * configure.in: set CCAS and CCASFLAGS to get automake 1.6
1998         compatibility without breaking things for people using 1.4.
1999
2000 Sun Mar 10 21:04:30 2002  Jonathan Blandford  <jrb@redhat.com>
2001
2002         * gtk/gtktreeview.c (gtk_tree_view_button_press): finally get the
2003         right behavior.
2004
2005 Mon Mar 11 01:25:14 2002  Kristian Rietveld  <kris@gtk.org>
2006
2007         * gtk/gtktreeview.c (gtk_tree_view_button_press): compare path with
2008         cursor path and not with the selected iter in the 'decide to edit'
2009         check
2010