]> Pileus Git - ~andy/gtk/blob - ChangeLog.pre-2-8
Fixes #136082 and #135265, patch by Morten Welinder.
[~andy/gtk] / ChangeLog.pre-2-8
1 2004-03-05  Federico Mena Quintero  <federico@ximian.com>
2
3         Fixes #136082 and #135265, patch by Morten Welinder.
4
5         * configure.in: Use AC_SYS_LARGEFILE.
6
7         * */*.c: #include <config.h>
8
9 2004-03-05  Federico Mena Quintero  <federico@ximian.com>
10
11         * gtk/gtkfilechooserdefault.c
12         (gtk_file_chooser_default_select_path): No need to have a
13         temporary error variable.
14
15 2004-03-05  Tor Lillqvist  <tml@iki.fi>
16
17         * configure.in: Move check for native Win32 (mingw) a bit
18         earlier. If Win32, disable static builds (as in GLib). Remove
19         unnecessary AC_LIBTOOL_WIN32_DLL.
20
21         * gdk/gdk.def: Add missing entries, thanks to J. Ali Harlow.
22
23         * gdk/win32/gdkcursor-win32.c (color_is_white): const-correctness.
24
25         (gdk_cursor_new_from_pixbuf): Copy of the non-Xcursor X11
26         implementation.
27
28         (gdk_display_supports_cursor_alpha,
29         gdk_display_supports_cursor_color): Dummy implementations.
30
31         (gdk_display_get_default_cursor_size,
32         gdk_display_get_maximal_cursor_size): Implement.
33
34         * gdk/win32/gdkdisplay-win32.c (gdk_display_get_default_group):
35         Dummy implementation.
36
37         * gdk/win32/gdkevents-win32.c (gdk_net_wm_supports): Dummy
38         implementation.
39
40         * gdk/win32/gdkfont-win32.c (gdk_font_get_display): Implement.
41
42         * gdk/win32/gdkinput-win32.c (gdk_input_motion_events): Remove,
43         not in API.
44
45         * gdk/win32/gdkwindow-win32.c (gdk_window_get_group): Dummy
46         implementation.
47
48 Fri Mar  5 18:00:36 2004  Jonathan Blandford  <jrb@redhat.com>
49
50         * gtk/gtkfilechooserdefault.c (new_folder_button_clicked): scroll
51         to the new path.
52
53         * gtk/gtktreeview.c (gtk_tree_view_adjustment_changed): Update the
54         allocation when scrolling instead of cancelling editing.
55
56 Fri Mar  5 23:52:34 2004  Matthias Clasen  <maclas@gmx.de>
57
58         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_set_modify_func): 
59         Improve the docs.  (#127727, Murray Cumming)
60
61 Fri Mar  5 23:37:16 2004  Matthias Clasen  <maclas@gmx.de>
62
63         * gtk/gtktreeview.c (gtk_tree_view_set_reorderable): Clarify the
64         doc comment.  (#118602)
65
66 Fri Mar  5 22:37:15 2004  Matthias Clasen  <maclas@gmx.de>
67
68         * gtk/gtkbutton.c (gtk_button_construct_child): Don't let
69         the priv->image pointer dangle.  (#136259, Padraig O'Briain)
70
71 2004-03-05  Federico Mena Quintero  <federico@ximian.com>
72
73         * gtk/gtkfilechooserprivate.h (struct _GtkFileChooserIface): Add
74         gboolean return values and GError arguments to
75         ::set_current_folder() and ::select_path().
76
77         * gtk/gtkfilechooser.c (gtk_file_chooser_set_current_folder):
78         Return a boolean value for success/failure.
79         (gtk_file_chooser_set_current_folder_uri): Likewise.
80         (gtk_file_chooser_select_filename): Likewise.
81         (gtk_file_chooser_select_uri): Likewise.
82         (gtk_file_chooser_set_filename): Likewise.
83         (gtk_file_chooser_set_uri): Likewise.
84         (_gtk_file_chooser_set_current_folder_path): Likewise, plus take
85         in a GError.
86         (_gtk_file_chooser_select_path): Likewise.
87
88         * gtk/gtkfilechooserutils.c (delegate_set_current_folder):
89         Likewise.
90         (delegate_select_path): Likewise.
91
92         * gtk/gtkfilechooserdefault.c
93         (gtk_file_chooser_default_select_path): Likewise.
94         (gtk_file_chooser_default_set_current_folder): Likewise.
95         (error_changing_folder_dialog): New helper function.
96         (change_folder_and_display_error): New helper function.
97         (switch_to_selected_folder): Use change_folder_and_display_error().
98         (tree_selection_changed): Likewise.
99         (shortcuts_activate_volume): Likewise.
100         (shortcuts_activate_item): Likewise.
101         (list_row_activated): Likewise.
102         (path_bar_clicked): Likewise.
103         (update_from_entry): Likewise.
104         (up_folder_handler): Likewise.
105         (home_folder_handler): Get the home path from the shortcuts model,
106         and use change_folder_and_display_error().
107
108         * tests/testfilechooser.c (set_current_folder): New helper
109         function; pops up a simple error dialog if necessary.
110         (set_filename): Likewise.
111         (set_folder_nonexistent_cb): Use set_current_folder().
112         (set_folder_existing_nonexistent_cb): Likewise.
113         (set_filename_nonexistent_cb): Use set_filename().
114         (set_filename_existing_nonexistent_cb): Likewise.
115
116 Fri Mar  5 11:17:35 2004  Owen Taylor  <otaylor@redhat.com>
117
118         * gtk/gtktreemodel.c (gtk_tree_row_reference_new_proxy): 
119         Improve the docs (reported by Vitaly Tishkov, 
120         #74362) Add some comments to the code about the 
121         row reference handling that are hopefully not entirely
122         wrong.
123
124 2004-03-05  Michael Natterer  <mitch@gimp.org>
125
126         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_show_all):
127         s/object/widget/. Makes it compile again.
128
129 Fri Mar  5 03:37:14 2004  Jonathan Blandford  <jrb@gnome.org>
130
131         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_show_all):
132         chain to the extra_widget.
133
134 Fri Mar  5 02:53:41 2004  Jonathan Blandford  <jrb@gnome.org>
135
136         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_finalize):
137         Patch from Damon Chaplin to free models when we're finalized,
138         #134053
139
140 2004-03-05  Alexander Larsson  <alexl@redhat.com>
141
142         * gtk/gtkfilesystem.c (gtk_file_system_get_volume_for_path):
143         Document the fact that there might not be a volume for all
144         paths.
145
146         * gtk/gtkfilechooserdefault.c (shortcuts_add_current_folder):
147         Don't assume there is a volume for all paths.
148
149 Fri Mar  5 01:45:04 2004  Jonathan Blandford  <jrb@gnome.org>
150
151         * gtk/gtkfilechooserdefault.c (shortcuts_append_paths): insert in
152         the correct place instead of naïvely appending.
153         (shortcuts_add_volumes): refilter the model
154         (shortcuts_add_bookmarks): refilter the model
155         (gtk_file_chooser_default_add_shortcut_folder): refilter the model
156
157 2004-03-04  Federico Mena Quintero  <federico@ximian.com>
158
159         * gtk/gtkfilechooserdialog.c (response_cb):  New handler.  Ask the
160         GtkFileChooser widget if it wants to do something special rather
161         than letting us terminate the dialog.
162         (gtk_file_chooser_dialog_init): Connect to "response"; see the
163         comment in the sources to see why we don't override the method in
164         class_init.
165
166         * gtk/gtkfilechooserembed.h (struct _GtkFileChooserEmbedIface):
167         Added a ::should_respond() method.
168
169         * gtk/gtkfilechooserembed.c
170         (_gtk_file_chooser_embed_delegate_iface_init): Add a delegate for ::should_respond().
171         (delegate_should_respond): New delegate.
172         (_gtk_file_chooser_embed_should_respond): New function.
173
174         * gtk/gtkfilechooserdefault.c (set_list_model, create_file_list):
175         Use dashes in signal names rather than underscores.
176         (gtk_file_chooser_default_init): Hook up our ::should_respond() implementation.
177         (gtk_file_chooser_default_should_respond): Implement.  go into a
178         folder rather than responding if we are in File mode and the
179         selected file is a folder.
180         (get_selection): New helper function.
181         (add_bookmark_button_clicked_cb): Use get_selection().
182         (bookmarks_check_add_sensitivity): Likewise.
183         (gtk_file_chooser_default_get_paths): Likewise.
184         (check_save_entry): New helper function.
185         (gtk_file_chooser_default_get_paths): Use check_save_entry().
186         (selection_check): Renamed from selection_is_folders().  Now
187         checks whether the selection is empty, all files, all folders.
188         (bookmarks_check_add_sensitivity): Use selection_check().
189
190 Fri Mar  5 00:05:59 2004  Matthias Clasen  <maclas@gmx.de>
191
192         * gtk/gtkcombobox.c (gtk_combo_box_list_setup): 
193         * gtk/gtkcombobox.c (gtk_combo_box_menu_setup): Connect to 
194         key_press_event and handle Alt-Down/Alt-Up to show or hide the
195         list popup. Also handle Down/Up/PageDown/PageUp/Home/End and 
196         make them change the active item without popping up the list.
197         These keybindings are inherited from GtkCombo. 
198
199 Thu Mar  4 23:15:58 2004  Matthias Clasen  <maclas@gmx.de>
200
201         * gtk/gtkcombobox.c (gtk_combo_box_menu_position): Initially 
202         select the active item when using optionmenu-like positioning. 
203
204 Thu Mar  4 16:54:30 2004  Owen Taylor  <otaylor@redhat.com>
205
206         * gtk/gtkrc.c (gtk_rc_check_pixmap_dir): Don't
207         open/close the file, just check for existence
208         with g_file_test(). This is considerably cheaper,
209         and lack-of-permissions for pixmap dirs is 
210         pathological.
211
212 Wed Mar  3 17:53:21 2004  Owen Taylor  <otaylor@redhat.com>
213
214         * gtk/gtksocket.c (gtk_socket_class_init): Overide
215         show_all/hide_all to be gtk_widget_show/gtk_widget_hide,
216         since we don't want to propagate to the in-process
217         plug, if any. (#122949, Michael Meeks)
218
219 Thu Mar  4 15:20:55 2004  Jonathan Blandford  <jrb@gnome.org>
220
221         * gtk/gtkfilechooserdefault.c (update_appearance): show the 'New
222         Folder' button in SAVE mode again.
223
224 Thu Mar  4 21:53:46 2004  Matthias Clasen  <maclas@gmx.de>
225
226         * gtk/gtkiconfactory.c (copy_cache): Increment the reference
227         count of the style when copying the cached icon.  (#135890, Crispin
228         Flowerday)
229
230 Thu Mar  4 21:45:43 2004  Matthias Clasen  <maclas@gmx.de>
231
232         * gtk/gtkcombobox.c: In list mode, set the background color 
233         of the cell view to the base color of the style, instead of
234         hardwiring white. (#136158)
235
236 Thu Mar  4 01:32:19 2004  Jonathan Blandford  <jrb@gnome.org>
237
238         * gtk/gtkpathbar.c (gtk_path_bar_set_path): Modified patch from
239         muppet <scott@asofyet.org> to keep child directories around if we
240         change to a child.
241
242         * gtk/gtkpathbar.c (_gtk_path_bar_set_home_icon): Start of
243         icon-setting functions.  Not used yet.
244         (_gtk_path_bar_set_root_icon): Ditto.
245         
246 Thu Mar  4 00:31:54 2004  Matthias Clasen  <maclas@gmx.de>
247
248         * gtk/gtktextview.c (extend_selection): 
249         * gtk/gtktextview.c (gtk_text_view_move_cursor_internal): Allow
250         to select the last word in the buffer.  (#135487, Paolo Borelli)
251
252 Wed Mar  3 23:54:31 2004  Matthias Clasen  <maclas@gmx.de>
253
254         * gtk/gtkentrycompletion.c: Doc update.
255
256 Wed Mar  3 17:30:18 2004  Owen Taylor  <otaylor@redhat.com>
257
258         * gtk/gtkwindow.c (gtk_window_mnemonic_activate): Check
259         whether widgets are viewable, not just if they are
260         mapped. (#122912, reported by Tim Evans)
261
262 Wed Mar  3 23:28:48 2004  Matthias Clasen  <maclas@gmx.de>
263
264         * gtk/gtkcombobox.c (gtk_combo_box_set_active): Move the actual
265         implementation into a new gtk_combo_box_set_active_internal() 
266         function, which doesn't do the short-circuiting. 
267         * gtk/gtkcombobox.c (gtk_combo_box_model_row_deleted): Use
268         set_active_internal() here, since the active item may change here,
269         although the index is unchanged.
270
271 Wed Mar  3 23:26:49 2004  Matthias Clasen  <maclas@gmx.de>
272
273         * gtk/gtkcombobox.c (gtk_combo_box_menu_position): Reintroduce the
274         traditional option menu placement of the popup for regular combo
275         boxes. Grids and editable combo boxes use the combo-like placement 
276         below the entry.  (#136021)
277         * gtk/gtkcombobox.c (gtk_combo_box_menu_button_press): 
278         * gtk/gtkcombobox.c (gtk_combo_box_popup): Call gtk_menu_set_active()
279         before popping up the menu, to make the placement work.
280         
281 Wed Mar  3 17:20:15 2004  Owen Taylor  <otaylor@redhat.com>
282
283         * gtk/gtkmain.c (gtk_propagate_event): Special case
284         scroll events so that they propagate up the widget
285         heirarchy when received on insensitive widgets.
286         (#101102, reported by Geoff Reedy)
287
288 Wed Mar  3 16:47:10 2004  Owen Taylor  <otaylor@redhat.com>
289
290          #109594, reported by Olivier Ripoll
291
292         * gtk/gtkentry.c (gtk_entry_size_request): Use max of 
293         width and digit width for gtk_entry_set_width_chars,
294         and round up.
295
296         * gtk/gtkcolorsel.c (gtk_color_selection_init): Set the
297         width of the entry to 7 chars.
298
299 Wed Mar  3 16:00:10 2004  Owen Taylor  <otaylor@redhat.com>
300
301         * configure.in: Strip out the "export-dynamic" libtool
302         option from library link lines. (#124687, James Henstridge)
303
304 Wed Mar  3 16:06:03 2004  Jonathan Blandford  <jrb@gnome.org>
305
306         * gtk/gtkfilechooserdefault.c (save_folder_combo_changed_cb):
307         Don't activate the combo if we're in the midst of changing
308         folders.
309
310 2004-03-03  Mark McLoughlin  <mark@skynet.ie>
311
312         * tests/testsocket_common.c: (print_hello): don't try and store
313         pointers in ints. Fixes 64-bit build.
314
315 2004-03-03  Federico Mena Quintero  <federico@ximian.com>
316
317         * gtk/gtkfilesystem.c (gtk_file_system_get_parent): Simplify by
318         not using a temporary variable, and clarify the documentation.
319         Fixes #136008.
320
321 2004-03-03  Mark McLoughlin  <mark@skynet.ie>
322
323         * gtk/gtkexpander.c:
324         (gtk_expander_enter_notify), (gtk_expander_leave_notify),
325         (gtk_expander_set_label_widget): Set the label widget's
326         state to prelight if we're prelit. Fixes bug #136078.
327
328 2004-03-03  Murray Cumming  <murrayc@murrayc.com>
329
330         * gtk/gtkradiobutton.h, radiomenuitem.h: Corrected the group_changed
331         signal vfunc declaration, adding the first parameter, which is the
332         widget emitting the signal.
333
334 2004-03-03  Morten Welinder  <terra@gnome.org>
335
336         * tests/testfilechooser.c (update_preview_cb): Plug leak.
337
338 Tue Mar  2 23:39:55 2004  Jonathan Blandford  <jrb@gnome.org>
339
340         * gtk/gtkfilechooserdialog.c
341         (file_chooser_widget_default_realized_size_changed): Split
342         function into realized and unrealized variants, and consolidate
343         the handling fo size-changing and default changing.
344
345         * gtk/gtkfilechooserembed.[ch] (gtk_file_chooser_embed_class_init):
346         remove resizable-hints-changed, as it just complicated things.
347
348         * gtk/gtkfilechooserdefault.c (update_appearance): Don't emit
349         resizable-hints-changed.
350         
351 2004-03-03  Tor Lillqvist  <tml@iki.fi>
352
353         * gtk/gtk.def: Add a missing entry. (#135982, J. Ali Harlow)
354
355         * NEWS: Correct spelling of my name in one place.
356
357 2004-03-02  Federico Mena Quintero  <federico@ximian.com>
358
359         * gtk/gtkfilechooserdefault.c
360         (gtk_file_chooser_default_set_current_folder): Handle errors in
361         setting the path bar's path.  Fixes #136000, based on a patch by
362         Morten Welinder.
363
364         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_insert_bookmark):
365         Don't free our own propagated error.
366
367         * gtk/gtkpathbar.c (gtk_path_bar_set_path): Likewise, and free the
368         parent_path upon error.  Fixes #136006, patch by Morten Welinder.
369         (gtk_path_bar_set_path): Unref the file_folder upon error.
370         (gtk_path_bar_set_path): Return a boolean success code.
371
372 Wed Mar  3 00:28:59 2004  Matthias Clasen  <maclas@gmx.de>
373
374         * tests/testcombochange.c: Add an animation mode, to test 
375         how the combobox behaves if the model changes while it is popped
376         up.
377
378 Tue Mar  2 17:06:05 2004  Owen Taylor  <otaylor@redhat.com>
379
380         * === Released 2.3.5 ===
381
382         * NEWS: Updates
383
384         * configure.in: Version 2.3.5, interface age 0.
385         Require glib-2.3.5, pango-1.3.5.
386
387 Tue Mar  2 23:08:12 2004  Matthias Clasen  <maclas@gmx.de>
388
389         * gtk/gtkentrycompletion.c (_gtk_entry_completion_popup): Avoid
390         popping up the completions across the edge of the monitor.
391         Part of #135561.
392
393 Tue Mar  2 16:47:40 2004  Owen Taylor  <otaylor@redhat.com>
394
395         * tests/testfilechooser.c (set_filename_existing_nonexistent_cb): 
396         Move the /nonexistant stuff out of the main window,
397         keep the main window somewhat normal looking.
398
399 Tue Mar  2 16:18:43 2004  Owen Taylor  <otaylor@redhat.com>
400
401         * gtk/gtktreestore.c (gtk_tree_store_reorder)
402         * gtk/gtkliststore.c (gtk_list_store_reorder): Fix
403         up the interpretation of new_order to match what
404         it means elsewhere, document the meaning of new_order.
405
406         * gtk/gtkcombobox.c (gtk_combo_box_model_rows_reordered):
407         Fix interpretation of new_order.
408
409         * tests/testcombochange.c (on_reorder): Fix interpretation
410         of new_order.
411
412         * tests/testcombochange.c (on_reorder): Fix hitting
413         "reorder" with an empty list.
414
415 Tue Mar  2 21:23:30 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
416
417         Patch from Frederic Crozat, test code from Jean-Philippe
418         Chancelier. Fixes bug #120479.
419         
420         * gtk/gtkcombo.c (gtk_combo_popup_list): Make sure popup belongs
421         to the right window group.
422
423         * gtk/gtkmenu.c (gtk_menu_popup): Same
424
425         * tests/testsocket.c (main): Pack the plugs into an hbox instead
426         of a vbox.
427
428         * tests/testsocket_common.c: Add a GtkMenuBar, a GtkCombo and a
429         GtkComboBox to the children.
430
431 Tue Mar  2 14:38:23 2004  Owen Taylor  <otaylor@redhat.com>
432
433         * gtk/gtkcombobox.c (gtk_combo_box_model_row_inserted):
434         If the model was empty before, select the first inserted
435         item.
436
437         * gtk/gtkcombobox.c (gtk_combo_box_model_row_deleted):
438         Fix up the logic for the new row to select.
439
440         * gtk/gtkcombobox.c (gtk_combo_box_class_init):
441         Rename "appearance" property to "appears-as-list".
442
443         * tests/testcombochange.c tests/Makefile.am: Test case
444         for combos and dynamically changing models.
445
446 Tue Mar  2 15:19:52 2004  Jonathan Blandford  <jrb@redhat.com>
447
448         * gtk/gtkfilechooserdefault.c
449         (gtk_file_chooser_default_get_resizable_hints): set the default
450         value, spotted by Morten Welinder.
451
452 Tue Mar  2 15:03:15 2004  Jonathan Blandford  <jrb@redhat.com>
453
454         * gtk/gtkfilechooserdefault.c
455         (gtk_file_chooser_default_get_resizable_hints): get the logic
456         correct.  This will fix sizing on save dialogs.
457
458         (save_widgets_create): set_mnemonic_widget.
459
460 2004-03-02  Federico Mena Quintero  <federico@ximian.com>
461
462         * gtk/gtkfilechooserdefault.c
463         (gtk_file_chooser_default_set_current_folder): Don't update the
464         save folder combo if we are already switching folders; based on a
465         patch by Jonathan Blandford.
466
467         * gtk/gtkfilechooserdefault.c (shortcuts_add_current_folder):
468         Handle failure to insert the path.  Based on a patch by Morten
469         Welinder attached to bug #135380.
470
471         * tests/testfilechooser.c (extra_widget_create): Add a bunch of
472         buttons to test various things.
473
474 Tue Mar  2 20:59:23 2004  Matthias Clasen  <maclas@gmx.de>
475
476         * tests/Makefile.am: Add testentrycompletion.
477
478         * tests/testentrycompletion.c: New file to test some of the
479         more exotic GtkEntryCompletion features.
480
481 Tue Mar  2 14:38:10 2004  Jonathan Blandford  <jrb@redhat.com>
482
483         * tests/testfilechooser.c (main): improve tests a little.
484
485 Tue Mar  2 11:45:50 2004  Owen Taylor  <otaylor@redhat.com>
486
487         * gtk/gtkcombobox.c: Always connect to the changed
488         signals on the model, update the active item as
489         appropriate when rows are inserted/deleted/reordered,
490         re-layout the menu on ::rows-reordered.
491
492         * gtk/gtkcellview.c (gtk_cell_view_set_displayed_row):
493         Allow %NULL for path to unset and leave no current
494         path.
495
496 Tue Mar  2 19:54:53 2004  Matthias Clasen  <maclas@gmx.de>
497
498         * gtk/gtkcombobox.c (gtk_combo_box_list_position): Position
499         the popup above the sample if there is not enough room below.
500         Part of #135543.
501
502 Tue Mar  2 19:53:36 2004  Matthias Clasen  <maclas@gmx.de>
503
504         * gtk/gtkcombobox.c (gtk_combo_box_set_popup_widget): Make the 
505         frame for the list mode etched in, to give the popup a slightly
506         less flat appearance. 
507
508 Tue Mar  2 17:55:31 2004  Matthias Clasen  <maclas@gmx.de>
509
510         * gtk/gtk.def: Add gtk_combo_box_entry_new_text().  
511
512 2004-03-02  Morten Welinder  <terra@gnome.org>
513
514         * tests/testfilechooser.c (size_prepared_cb): Don't scale images
515         that are small enough to fit.  Avoid using incompatibly typed data
516         pointer.
517
518         * gtk/gtkfilechooserdefault.c
519         (gtk_file_chooser_default_get_resizable_hints): Test the
520         resize_horizontally pointer, not the deferenced pointer.
521
522 2004-03-01  Federico Mena Quintero  <federico@ximian.com>
523
524         * gtk/gtkfilechooserdefault.c (struct _GtkFileChooserDefault): New
525         flag shortcuts_current_folder_is_volume.
526         (shortcuts_add_current_folder): Set
527         impl->shortcuts_current_folder_is_volume as appropriate.
528         (remove_current_folder_cb): Handle the flag.
529         (shortcuts_activate_item): Likewise.
530         (shortcuts_update_current_folder): Handle the
531         impl->shortcuts_current_folder_active flag; only add the folder if
532         it doesn't already exist in the list.
533         (shortcuts_model_create): Don't insert the current folder
534         separator here.
535         (shortcuts_add_current_folder): Insert the separator here.
536         (shortcut_find_position): Renamed from shortcut_exists(); now
537         returns an index.
538         (shortcuts_add_current_folder): Set the active item in the combo.
539
540 2004-03-01  Federico Mena Quintero  <federico@ximian.com>
541
542         * gtk/gtkfilechooserdefault.c (shortcuts_row_activated_cb): Eep,
543         use gtk_tree_model_filter_convert_iter_to_child_iter(), not the reverse.
544
545 2004-03-01  Federico Mena Quintero  <federico@ximian.com>
546
547         * gtk/gtkfilechooserdefault.c (shortcuts_model_create): Don't
548         unref an old model; there isn't one.  This was a leftover from
549         when we recreated the model on every change.
550         (save_widgets_create): Create the save folder combo.
551         (shortcuts_model_create): Don't set the model on the tree view
552         here.
553         (gtk_file_chooser_default_constructor): Create the shortcuts model
554         here, before the rest of the widgets.
555         (shortcuts_list_create): Don't call shortcuts_model_create() here;
556         just set the model on the tree.
557         (save_folder_combo_create): New function, provided by Jonathan
558         Blandford.
559         (update_appearance): Set the sensitivity of the folder combo.
560         (shortcuts_activate_iter): New helper function; code moved from
561         shortcuts_row_activated_cb().
562         (shortcuts_activate_item): New helper function.
563         (shortcuts_row_activated_cb): Use shortcuts_activate_iter().
564         (ShortcutsIndex): Renamed SHORTCUTS_SEPARATOR to
565         SHORTCUTS_BOOKMARKS_SEPARATOR.
566         (struct _GtkFileChooserDefault): New field shortcuts_current_folder_active.
567         (shortcuts_insert_separator): Add a position argument.
568         (shortcuts_get_index): Handle the SHORTCUTS_CURRENT_FOLDER_SEPARATOR 
569         and SHORTCUTS_CURRENT_FOLDER positions.
570         (shortcut_exists): Ignore the current folder row.
571         (struct _GtkFileChooserDefault): New field shortcuts_filter_model.
572         (shortcuts_model_create): Create a filter model for the shortcuts list.
573         (shortcuts_list_create): Set the model to the shortcuts_filter_model.
574         (remove_bookmark_button_clicked_cb): Use the shortcuts_filter_model.
575         (bookmarks_check_remove_sensitivity): Likewise.
576         (shortcuts_row_activated_cb): Likewise.
577         (gtk_file_chooser_default_set_current_folder): New function.
578         (gtk_file_chooser_default_set_current_folder): Update the current
579         folder row in the shortcuts list.
580
581         * gtk/gtkfilechooserwidget.c
582         (gtk_file_chooser_widget_constructor): Cast correctly for
583         _gtk_file_chooser_embed_set_delegate().
584
585 Mon Mar  1 19:30:25 2004  Owen Taylor  <otaylor@redhat.com>
586
587         * gtk/gtkdnd.[ch]: Add gtk_drag_source_set/get_target_list().
588         (#127499, based on patch from Michael Natterer)
589
590         * tests/testgtk.c: Fix bidi strings to display correctly
591         with new auto-bidi.
592
593 Tue Mar  2 01:34:40 2004  Matthias Clasen  <maclas@gmx.de>
594
595         * gtk/gtksettings.c: Remove the include of Xft.h, which is already
596         dragged in via pangoxft.h.  (#135496, David Hawthorne)
597
598 Mon Mar  1 23:52:15 2004  Tim Janik  <timj@gtk.org>
599
600         * gtk/gtkbindings.[hc]: expose gtk_bindings_activate_event(), changed
601         callers.
602
603         * gtk/gtkwindow.[hc]: added gtk_window_propagate_key_event() to expose
604         the key event propagation mechanism used for focus widgets.
605         (gtk_window_key_release_event): use the same key event propagation logic
606         as gtk_window_key_press_event().
607
608 2004-03-01  Simon Budig  <simon@gimp.org>
609
610         * gdk/x11/gdkinput-x11.c: X11 R6.4 specifies 15 events
611         for the XInput extension. We want to see them all.
612         We now get Proximity Out events again. Fixes bug #135320.
613
614 Tue Mar  2 00:47:21 2004  Matthias Clasen  <maclas@gmx.de>
615
616         * gtk/gtkimmodule.c (match_locale): Use case-insensitive
617         comparison. Fixes XIM module loading on AIX.  (#131277)
618
619 Mon Mar  1 23:59:18 2004  Matthias Clasen  <maclas@gmx.de>
620
621         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_row_deleted): 
622         Make it work correctly when the child model is cleared 
623         completely. (#121633)
624
625 2004-03-01  Michael Natterer  <mitch@gimp.org>
626
627         * gtk/gtkfilechooserwidget.h: removed accidentially committed char
628         which broke the build.
629
630 Mon Mar  1 16:51:21 2004  Jonathan Blandford  <jrb@redhat.com>
631
632         * gtk/gtkfilechooserdialog.c
633         (file_chooser_widget_default_size_changed): only store the size if
634         we can resize in that direction.
635
636 Mon Mar  1 16:32:52 2004  Jonathan Blandford  <jrb@redhat.com>
637
638         * gtk/gtkfilechooserwidget.c
639         (gtk_file_chooser_widget_new_with_backend): new function.  Long
640         name.
641
642 2004-03-01  Morten Welinder  <terra@gnome.org>
643
644         * gtk/gtkfilesystemunix.c (filename_get_info): Only stat when
645         needed.
646
647         * gtk/gtkfilesystemmodel.c (file_model_node_is_visible): Simplify
648         semantics and check for errors.
649
650         * gtk/gtkpathbar.c (gtk_path_bar_set_path): Propagate errors.
651
652         * gtk/gtkfilefilter.c (gtk_file_filter_filter): Don't crash if
653         display_name is NULL.
654
655 Mon Mar  1 14:16:52 2004  Owen Taylor  <otaylor@redhat.com>
656
657         Based on patch by Alex Larsson
658
659         * gtk/gtkfilechooserdefault.c: Use gtk-file-chooser-backend
660         GtkSetting to set the backend if the app doesn't specify one.
661
662         * gdk/x11/gdkevents-x11.c gtk/gtksettings.c:
663         Add Gtk/FileChooserBackend.
664
665 Mon Mar  1 20:32:06 2004  Tim Janik  <timj@gtk.org>
666
667         * autogen.sh:
668         - exit with $? instead of 1 in case of failure
669         - exit with $? if ./configure failed
670           (that's so autogen.sh && make lines work)
671         - removed --enable-gtk-doc option
672         - added $AUTOGEN_CONFIGURE_ARGS
673
674 2004-03-01  Federico Mena Quintero  <federico@ximian.com>
675
676         * gtk/gtkfilechooserdefault.c (list_model_filter_func): Test for
677         filter_info.uri correctly.  Fixes #135379, pointed out by Damon
678         Chaplin.
679         (shortcuts_get_index): Compute the bookmarks index correctly.
680         Fixes #135714, pointed out by Damon Chaplin.
681         (gtk_file_chooser_default_list_shortcut_folders): Handle the case
682         with no shortcuts, and don't run off the end of the list if there
683         are no bookmarks and their separator.  Fixes #135572, patch by
684         Damon Chaplin.
685
686 Mon Mar  1 12:23:06 2004  Owen Taylor  <otaylor@redhat.com>
687
688         * gtk/gtklabel.c: Handle dynamically resolved bidi direction
689         when drawing the cursor. (#118541)
690
691         * gtk/gtkentry.c (get_better_cursor_x): Use entry->resolved_dir;
692
693         * gtk/gtkentry.c (draw_insertion_cursor): Fix up
694         some confusion in parameter ordering.
695
696 Mon Mar  1 12:05:54 2004  Jonathan Blandford  <jrb@redhat.com>
697
698         * gtk/gtkfilechooserdialog.c
699         (file_chooser_widget_resizable_hints_changed): Handle
700         shrinking/growing.
701
702 2004-03-01  Michael Natterer  <mitch@gimp.org>
703
704         * gtk/gtktextbtree.c: removed underscores from calls to
705         gtk_text_btree_resolve_bidi().
706
707 Mon Mar  1 10:41:27 2004  Owen Taylor  <otaylor@redhat.com>
708
709         Patch from Dov Grobgeld to implement auto-bidi-direction
710         for GtkTextView (#118543)
711
712         * gtk/gtktextbtree.[ch]: Resolve bidi base direction
713         for each line by propagating backwards/forwards as
714         necessary.
715
716         * gtk/gtktextlayout.[ch] gtk/gtktextview.c: Set the 
717         bidi base direction for the ;ine with the cursor from 
718         the keyboard direction. Add gtk_text_layout_set_keyboard_direction().
719         
720 Mon Mar  1 10:31:11 2004  Owen Taylor  <otaylor@redhat.com>
721
722         * gtk/gtkentry.[ch]: Implement auto-bidi-direction,
723         based on a patch from Dov Grobgeld. (#118540)
724
725 Sun Feb 29 22:01:49 2004  Owen Taylor  <otaylor@redhat.com>
726
727         * gtk/gtkentry.[ch]: Add gtk_entry_set_alignment() 
728         to allow right-aligned entries and a "xalign" 
729         property. (#59799, patch from Egon Andersen and 
730         Steffen Gutmann)
731
732         * gtk/gtkmisc.c (gtk_misc_class_init): Use improved
733         xalign property description here too.
734
735         * tests/testtext.c: UNDERLINE_ERROR test addition
736         from Nicolas Settons' patch.
737
738 Sun Feb 29 20:34:06 2004  Owen Taylor  <otaylor@redhat.com>
739
740         * gtk/gtkwindow.[ch] gtk/gtkmenushell.c: export
741         gtk_window_activate_key() (Request from Tim Janik)
742
743 Mon Mar  1 01:00:11 2004  Matthias Clasen  <maclas@gmx.de>
744
745         * gtk/gtktextview.c (gtk_text_view_drag_data_received): 
746         Make DND operations within a buffer move the dragged 
747         text instead of copying it; also make DND operations 
748         a single user action for undo purposes.  (#135191, 
749         #93139, reported by Tommi Komulainen, patch by Paolo Borelli
750         and Paolo Maggi)
751
752 Mon Mar  1 00:51:11 2004  Matthias Clasen  <maclas@gmx.de>
753
754         * NEWS: News for 2.3.5.
755
756 Sun Feb 29 23:25:35 2004  Matthias Clasen  <maclas@gmx.de>
757
758         * gtk/gtkentry.c (gtk_entry_completion_key_press): 
759         Fix the Shift-Tab support to go backwards.
760
761 Sun Feb 29 16:40:40 2004  Owen Taylor  <otaylor@redhat.com>
762
763         * gtk/gtktextview.c (gtk_text_view_class_init): Fix 
764         capitalization to match other style properties.
765
766 Sun Feb 29 16:38:53 2004  Owen Taylor  <otaylor@redhat.com>
767
768         * gtk/gtktextview.c (gtk_text_view_class_init): Fix a
769         typo in property string.
770
771 Sun Feb 29 16:35:23 2004  Owen Taylor  <otaylor@redhat.com>
772
773         * gdk/gdkpango.c gtk/gtktextdisplay.c: Implement
774         PANGO_UNDERLINE_ERROR (Based on a patch by
775         Nicolas Setton, #114237)
776
777         * gtk/gtktextview.c: Add a error-underline-color style
778         property.
779
780 Sun Feb 29 19:04:33 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
781
782         * gtk/gtkrange.c (_gtk_range_get_wheel_delta): New internal
783         function returning a good step value for the mouse wheel. For
784         scrollbars, base the step on page_size^(2/3), for other ranges,
785         use 2 * step_increment.
786
787         * gtk/gtkrange.c (gtk_range_scroll_event): Use it here ...
788
789         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_scroll_event): 
790         ... and here.
791
792         * gtk/gtkmenu.c (gtk_menu_leave_notify): Fix a warning.
793
794 Sun Feb 29 01:51:27 2004  Jonathan Blandford  <jrb@gnome.org>
795
796         * gtk/gtkfilechooserembed.c
797         (_gtk_file_chooser_embed_get_default_size):  Add g_return_if_fail()
798         (_gtk_file_chooser_embed_get_resizable_hints): Add g_return_if_fail()
799
800         * gtk/gtkfilechooserdialog.c
801         (file_chooser_widget_default_size_changed): Get the correct
802         initial size for the dialog.  Also, don't bother with
803         gtk_window_set_default_size().  It's not really meaningful.
804
805         * gtk/gtkfilechooserdefault.c
806         (gtk_file_chooser_default_get_default_size): Get the correct
807         spacing for the preview_widget
808         (update_preview_widget_visibility): Clear widget field after we
809         destroy it.
810
811 2004-02-29  Federico Mena Quintero  <federico@ximian.com>
812
813         * gtk/gtkfilechooserdefault.c
814         (gtk_file_chooser_default_set_property): Handle
815         GTK_FILE_CHOOSER_PROP_USE_PREVIEW_LABEL.
816         (gtk_file_chooser_default_get_property): Likewise.
817         (struct _GtkFileChooserDefault): Added fields for preview_label,
818         use_preview_label, preview_display_name, preview_box.  Removed
819         preview_frame.
820         (set_preview_widget): Reorder the widget in relation to the label.
821         (update_preview_widget_visibility): Create or destroy the preview
822         label.
823         (check_preview_change): Update impl->preview_display_name and the
824         label.
825         (find_good_size_from_style): Use the preview_box.
826         (gtk_file_chooser_default_finalize): Free
827         impl->preview_display_name.
828         (gtk_file_chooser_default_init): Initialize
829         impl->use_preview_label.
830
831         * gtk/gtkfilechooser.c (gtk_file_chooser_class_init): Add a
832         "use-preview-label" property.
833         (gtk_file_chooser_set_use_preview_label): New function.  This sets
834         whether one wants the file chooser to display a stock label with
835         the previewed filename.  Apps that do really fancy previews can
836         turn this off and draw the name themselves.
837         (gtk_file_chooser_get_use_preview_label): New function.
838         (gtk_file_chooser_get_preview_widget_active): Documentation fix.
839
840         * gtk/gtkfilechooserutils.h (GtkFileChooserProp): Add a
841         GTK_FILE_CHOOSER_PROP_USE_PREVIEW_LABEL value.
842
843         * gtk/gtkfilechooserutils.c
844         (_gtk_file_chooser_install_properties): Override the
845         "use-preview-label" property.
846
847 Sun Feb 29 04:43:29 2004  Matthias Clasen  <maclas@gmx.de>
848
849         * gtk/gtkentry.c (gtk_entry_completion_key_press): Make Tab and
850         Shift-Tab work when the completion popup is shown.
851
852 2004-02-28  Federico Mena Quintero  <federico@ximian.com>
853
854         * gtk/gtkfilechooserdefault.c (create_folder_tree): Use "Name" for
855         the title of the filename column.
856         (create_file_list): Likewise.
857
858 Sun Feb 29 03:31:42 2004  Matthias Clasen  <maclas@gmx.de>
859
860         * gtk/gtkentry.c (gtk_entry_completion_key_press): Fix Page_Up 
861         and Page_Down in the completion popup to move page-wise if we're
862         scrolling.
863
864 2004-02-28  Federico Mena Quintero  <federico@ximian.com>
865
866         * gtk/gtkfilechooserdefault.c (set_cell_text_bold_if_folder):
867         Removed.
868         (list_name_data_func): Don't call the function above.
869         (list_mtime_data_func): Likewise.
870
871 Sun Feb 29 02:34:35 2004  Matthias Clasen  <maclas@gmx.de>
872
873         * gtk/gtkcombobox.c (gtk_combo_box_list_position): New 
874         function which calculates position and size for the popup in
875         list mode. Currently it only pushes the popup horizontally 
876         into the screen.
877
878 Sun Feb 29 01:10:09 2004  Matthias Clasen  <maclas@gmx.de>
879
880         * gtk/gtkcombobox.c: Implement the previous fix in a better way,
881         small cleanups.
882
883 2004-02-28  Hans Breuer  <hans@breuer.org>
884
885         * gtk/gtkfilesystemwin32.c : applied patch from
886         J. Ali Harlow <ali@juiblex.co.uk>, fixes bug #135641
887
888 Sat Feb 28 23:30:36 2004  Matthias Clasen  <maclas@gmx.de>
889
890         * gtk/gtkcombobox.c (gtk_combo_box_popup): Actually resize the
891         popup window before popping up.  (#135651)
892
893 Sat Feb 28 23:29:35 2004  Matthias Clasen  <maclas@gmx.de>
894
895         * gtk/gtkcombobox.c (gtk_combo_box_class_init): 
896         * gtk/gtkcombobox.c (gtk_combo_box_init): Override the default
897         handler for style_set in class_init instead of connecting to
898         the signal in init. (noticed by Yosh).
899
900 Sat Feb 28 14:48:35 2004  Owen Taylor  <otaylor@redhat.com>
901
902         * demos/gtk-demo/main.c (read_line): #ifdef HAVE_FLOCKFILE, 
903         not #ifndef HAVE_FLOCKFILE. (#135642, J. Ali Harlow)
904
905 2004-02-28  Hans Breuer  <hans@breuer.org>
906
907         * gtk/gtkfilesystemwin32.c : adapt to add -> insert_bookmark
908         change. Also merged some crossplatform code from 
909         gtkfilesystemunix.c
910         * gtk/gtk.def : updated externals
911
912         * gtk/makefile.msc.in : added gtkfilechooserembed.obj
913
914 2004-02-28  Hans Breuer  <hans@breuer.org>
915
916         * gdk/win32/gdkdnd-win32.c : set current_dest_drag to NULL
917         when destroying, fixes bug #120007. Also removed the mirrored
918         ref counting for deprecated gdk_drag_context_<ref|unref>()
919         cause it wasn't reliable anymore anyway.
920
921         * gdk/win32/gdkdisplay-win32.c : fix typo, which should
922         have broken the win32 build for everyone not using msvc
923
924         * gdk/win32/gdkevents-win32.c : WM_GETMINAMXINFO ensure not to
925         return negative values for ptMaxTrackSize, it caused snapping
926         windows to their minimum size
927
928 Sat Feb 28 01:39:01 2004  Matthias Clasen  <maclas@gmx.de>
929
930         * gtk/gtkcombobox.c (gtk_combo_box_set_wrap_width): Support
931         switching back to non-gridded mode.  (#135169)
932
933 Fri Feb 27 22:29:46 2004  Matthias Clasen  <maclas@gmx.de>
934
935         * gtk/gtkwidget.c (gtk_widget_can_activate_accel): Add "Since: 2.4".
936
937 Fri Feb 27 18:52:19 2004  Jonathan Blandford  <jrb@redhat.com>
938
939         * gtk/gtkfilechooserdialog.c (gtk_file_chooser_dialog_style_set):
940         Whoops.  Didn't mean to commit the size change.
941
942 Fri Feb 27 18:46:27 2004  Jonathan Blandford  <jrb@redhat.com>
943
944         * gtk/gtkfilechooserembed.h: New private interface to help
945         negotiate the default size of the widget.  Still a bit buggy, but
946         better than the old behavior.
947
948         * gtk/gtkfilechooserdefault.c: Implement the embed interface.
949
950         * gtk/gtkfilechooserwidget.c: Proxy the embed interface.
951
952         * gtk/gtkfilechooserdialog.c: Use the embed interface.
953
954 2004-02-27  Federico Mena Quintero  <federico@ximian.com>
955
956         * gtk/gtkfilesystem.c (gtk_file_system_insert_bookmark): Added a
957         "position" argument.
958
959         * gtk/gtkfilesystem.h (GtkFileSystemError): Added value for 
960         GTK_FILE_SYSTEM_ERROR_ALREADY_EXISTS.
961         (struct _GtkFileSystemIface): Added a "position" argument to the
962         ::insert_bookmark() method.
963
964         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_insert_bookmark):
965         Updated; renamed from gtk_file_system_unix_add_bookmark().  Return
966         an error if the path already exists in the bookmarks list.
967         (gtk_file_system_unix_remove_bookmark): Return an error if the
968         path does not exist in the bookmarks list.
969
970         * gtk/gtkfilechooserdefault.c (shortcuts_add_bookmark_from_path):
971         For now, use gtk_file_system_insert_bookmark() with -1 for the
972         position.  DnD will come next.
973
974 Fri Feb 27 21:42:28 2004  Matthias Clasen  <maclas@gmx.de>
975
976         * gtk/gtkcombobox.c (gtk_combo_box_relayout): 
977         * gtk/gtkcombobox.c (gtk_combo_box_style_set): Simplify, only 
978         create a new setup if appearance actually changed.
979         * gtk/gtkcombobox.c (gtk_combo_box_cell_layout_clear): 
980         * gtk/gtkcombobox.c (gtk_combo_box_get_cell_info): Make 
981         these more robust.  (#127623, Damon Chaplin)
982
983 Fri Feb 27 15:06:00 2004  Jonathan Blandford  <jrb@redhat.com>
984
985         * gtk/gtkfilechooser.c (gtk_file_chooser_class_init): remove
986         folder-mode property.
987
988         * gtk/gtkfilechooserutils.c
989         (_gtk_file_chooser_install_properties): remove FOLDER_MODE property.
990
991 Thu Feb 26 17:38:40 2004  Manish Singh  <yosh@gimp.org>
992
993         * gtk/gtkcombobox.c: Add function declaration for
994         gtk_combo_box_list_remove_grabs().
995
996 Fri Feb 27 02:33:21 2004  Matthias Clasen  <maclas@gmx.de>
997
998         * gtk/gtkentry.c (keyval_is_cursor_move): Classifiy Page Up/Down as
999         cursor move, but not Home and End.
1000
1001         * gtk/gtkentry.c (gtk_entry_completion_key_press): Lets Page Up/Down
1002         jump to the ends of the list, not Home and End - since we're not 
1003         scrolling yet, a "page" is always the complete list.  (#127430, Marco
1004         Pesenti Gritti)
1005
1006 Fri Feb 27 00:39:11 2004  Matthias Clasen  <maclas@gmx.de>
1007
1008         * gtk/gtkcombobox.c (gtk_combo_box_list_destroy): 
1009         * gtk/gtkcombobox.c (gtk_combo_box_menu_destroy): Don't let
1010         the priv pointers dangle.  (#127623, Damon Chaplin)
1011
1012 Thu Feb 26 17:31:34 2004  Manish Singh  <yosh@gimp.org>
1013
1014         * gdk/x11/xsettings-client.c (read_settings): fix ytpo: s/eles/else/
1015
1016 Thu Feb 26 19:53:32 2004  Owen Taylor  <otaylor@redhat.com>
1017
1018         * gdk/x11/xsettings-common.h (xsettings_client_process_event): 
1019         Add xsettings_client_set_grab_func,
1020         Add xsettings_client_set_ungrab_func to the list of renames.
1021
1022 Thu Feb 26 19:48:39 2004  Owen Taylor  <otaylor@redhat.com>
1023
1024         * gdk/x11/xsettings-client.c (read_settings): Fix memory leak
1025         in case of mismatched property type.
1026
1027 Thu Feb 26 18:25:57 2004  Jonathan Blandford  <jrb@gnome.org>
1028
1029         * gtk/gtkfilechooser.h (GtkFileChooserAction): Add two more folder
1030         modes to the enum.
1031
1032         * gtk/gtkfilechooser.c (gtk_file_chooser_set_folder_mode): Remove.
1033         (gtk_file_chooser_get_folder_mode): Remove
1034
1035 Thu Feb 26 17:29:04 2004  Owen Taylor  <otaylor@redhat.com>
1036
1037         * gdk/x11/gdkevents-x11.c (gdk_wm_protocols_filter): Return
1038         GDK_FILTER_CONTINUE for unhandled message types.
1039
1040         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Allow
1041         multiple filters for the same event type with the standard
1042         "GDK_FILTER_CONTINUE == pretend I wasn't here" semantics.
1043
1044         * gdk/x11/gdkevents-x11.c (gdk_display_add_client_message_filter):
1045         Append to the filter list not prepend, since order now matters.
1046
1047         * gdk/win32/gdkevents-win32.c (gdk_add_client_message_filter): 
1048         Append to the filter list not prepend, since order now matters.
1049         
1050 Thu Feb 26 23:39:07 2004  Matthias Clasen  <maclas@gmx.de>
1051
1052         Fixes for #135333, analysed by Damon Chaplin:
1053         
1054         * gtk/gtkcombobox.c (gtk_combo_box_list_button_pressed): Don't
1055         grab here.
1056         * gtk/gtkcombobox.c (gtk_combo_box_popup): Do the grabs here, 
1057         so that we don't forget to grab when the menu is popped via
1058         keynav.
1059         * gtk/gtkcombobox.c (gtk_combo_box_list_button_released): Don't
1060         ungrab here.
1061         * gtk/gtkcombobox.c (gtk_combo_box_popdown): Do the ungrabs here.
1062
1063 Thu Feb 26 23:26:00 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
1064
1065         * gtk/gtkstatusbar.c (set_grip_cursor): New function. Use resize
1066         cursors for resize grips. (Bug #129621)
1067
1068         * gtk/gtktoolbar.c (gtk_toolbar_get_relief_style): Documentation
1069         fix - patch by Torsten Schoenfeld.
1070
1071         * gtk/gtkmenubar.c (gtk_menu_bar_size_request): don't request
1072         space between the items. (Bug #110775)
1073
1074         * gtk/gtkrc.c (_gtk_rc_init): Provide extra horizontal padding
1075         inside menu items that are inside a menu bar. (Bug #110775)
1076         
1077         * configure.in (HAVE_XCURSOR): Make XCurosr part of GDK_EXTRA_,
1078         not GDK_PACKAGES, to prevent applications from getting linked to
1079         it (Bug #119804)
1080
1081         * gtk/gtkmenubar.c (gtk_menu_bar_size_allocate): Put the vertical
1082         ipadding inside the item. (Bug #61843)
1083
1084 Thu Feb 26 22:56:40 2004  Matthias Clasen  <maclas@gmx.de>
1085
1086         * gtk/gtkwidget.c: Replace gtk_widget_get_mnemonic_widgets() 
1087         by list_mnemonic_widgets() in doc comments as well.
1088
1089 Thu Feb 26 16:36:38 2004  Owen Taylor  <otaylor@redhat.com>
1090
1091         Fixes from Torsten Schoenfeld.
1092
1093         * gtk/gtkwidget.c (gtk_widget_add_mnemonic_label): 
1094         Fix name in doc comment.
1095
1096         * gtk/gtkwidget.h: gtk_widget_list_mnemonic_labels(),
1097         not get_mnemonic_labels.
1098
1099 Thu Feb 26 22:20:44 2004  Matthias Clasen  <maclas@gmx.de>
1100
1101         * gtk/gtkcomboboxentry.h:
1102         * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_new_text): New
1103         convenience API to construct simple text combos, implemented by
1104         Damon Chaplin.
1105
1106         * tests/testcombo.c: Use gtk_combo_box_entry_new_text.
1107
1108 Thu Feb 26 22:19:29 2004  Matthias Clasen  <maclas@gmx.de>
1109
1110         * gtk/gtkcombobox.c (gtk_combo_box_new_text): Improve the docs.
1111
1112 Thu Feb 26 15:43:43 2004  Owen Taylor  <otaylor@redhat.com>
1113
1114         * gtk/gtkstyle.[ch]: Export insertion cursor drawing functionality
1115         in a simplified form as gtk_draw_insertion_cursor().
1116         (#99031, request from Alex Larsson)
1117
1118         * gtk/gtktextdisplay.c gtk/gtkentry.c gtk/gtklabel.c:
1119         Adapt to new gtk_draw_insertion_cursor().
1120
1121         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_class_init)
1122         gtk/gtkstyle.c (gtk_style_class_init): Add some missed
1123         Since: 2.4.
1124
1125         * gtk/gtkiconfactory.c (icon_size_settings_changed)
1126           gtk/gtkicontheme.c (do_theme_change)
1127           gtk/gtkrc.c (_gtk_rc_context_get_default_font_name)
1128         * gtk/gtksettings.c (gtk_settings_notify):
1129         _gtk_rc_reset_styles => gtk_rc_reset_styles.
1130
1131 Thu Feb 26 21:52:58 2004  Matthias Clasen  <maclas@gmx.de>
1132
1133         Fixes for #127804 and #134722, Damon Chaplin:
1134         
1135         * gtk/gtkcombobox.c (gtk_combo_box_cell_layout_pack_end): 
1136         * gtk/gtkcombobox.c (gtk_combo_box_cell_layout_pack_start): 
1137         Ref and sink the cell renderers here.
1138         
1139         * gtk/gtkcombobox.c (gtk_combo_box_finalize): Unref the cell
1140         renderers here, and free attributes and func_data. 
1141
1142 Thu Feb 26 21:41:38 2004  Matthias Clasen  <maclas@gmx.de>
1143
1144         * gtk/gtkrc.c (gtk_rc_reset_styles): Mark as 2.4 API addition.
1145
1146 Thu Feb 26 14:47:22 2004  Dom Lachowicz <cinamod@hotmail.com>
1147
1148         * gtk/gtk.def: Export gtk_rc_reset_styles()
1149
1150 Thu Feb 26 14:47:22 2004  Owen Taylor  <otaylor@redhat.com>
1151
1152         * gtk/gtkrc.[ch]: Export gtk_rc_reset_styles(). 
1153         (Request from Dom Lachowicz, #123769)
1154
1155 Wed Feb 25 19:11:31 2004  Owen Taylor  <otaylor@redhat.com>
1156
1157         * gtk/gtkradiobutton.[ch] gtk/gtkradiomenuitem.[ch]: Add a
1158         ::group-changed signal emitted when the radio button/menu item 
1159         is moved from one group of radio buttons to another. 
1160         (#79563, based partially on a patch from Padraig O'Briain)
1161
1162 Thu Feb 26 13:23:47 2004  Owen Taylor  <otaylor@redhat.com>
1163
1164         * gdk/x11/gdkwindow-x11.c (set_text_property): Use the right
1165         free() function. (#135511, George Bronnikov)
1166
1167 2004-02-26  Federico Mena Quintero  <federico@ximian.com>
1168
1169         * configure.in: Added a comment to inform translators that they
1170         must add .po files to both po/ and po-properties/ when they add
1171         new languages to ALL_LINGUAS.
1172
1173 Wed Feb 25 15:36:50 2004  Owen Taylor  <otaylor@redhat.com>
1174
1175         * gdk/x11/gdkselection-x11.c (gdk_utf8_to_compound_text_for_display):
1176         Call g_convert(), not g_convert() with fallback, since Emacs is
1177         happier if we reject the COMPOUND_TEXT request and it can
1178         then ask for UTF-8. (#114527)
1179
1180         * gtk/gtkselection.c (gtk_selection_data_set_text): When
1181         TEXT is requested, if COMPOUND_TEXT fails, fall back to STRING.
1182
1183 Wed Feb 25 22:35:00 2004  Tomasz Kłoczko <kloczek@pld.org.pl>
1184
1185         * cinfigure.in: After changes in G_DEFINE_TYPE minimal required glib
1186         vesion for build gtk+ is now 2.3.3.
1187
1188 Wed Feb 25 16:00:40 2004  Jonathan Blandford  <jrb@gnome.org>
1189
1190         * gtk/gtkfilechooserdefault.c (update_appearance): move the
1191         expander code.
1192
1193 2004-02-25  Danilo Šegan  <dsegan@gmx.net>
1194
1195         * configure.in (ALL_LINGUAS): po-properties/sr@ije.po added, so
1196         adding back sr@ije.
1197
1198 2004-02-25  Federico Mena Quintero  <federico@ximian.com>
1199
1200         * configure.in (ALL_LINGUAS): Remove sr@ije until po-properties/
1201         is fixed for it.
1202
1203 Wed Feb 25 12:44:49 2004  Owen Taylor  <otaylor@redhat.com>
1204
1205         * gtk/gtkstyle.[ch]: Make realize and unrealize signals. (#73310)
1206
1207 Wed Feb 25 12:21:32 2004  Owen Taylor  <otaylor@redhat.com>
1208
1209         * gtk/gtkwidget.[ch] gtk/gtklabel.c: Patch from
1210         Padraig O'Briain to add gtk_widget_add/remove_mnemonic_label,
1211         gtk_widget_get_mnemonic_labels(). (#103456)
1212
1213 2004-02-25  Danilo Šegan  <dsegan@gmx.net>
1214
1215         * configure.in: Added sr@ije to ALL_LINGUAS.
1216
1217 Wed Feb 25 09:46:34 2004  Owen Taylor  <otaylor@redhat.com>
1218
1219         * gtk/gtkstyle.c (gtk_style_finalize): Free 
1220         style->icon_factories (#130128)
1221
1222 Wed Feb 25 03:52:58 2004  Jonathan Blandford  <jrb@gnome.org>
1223
1224         * gtk/gtkpathbar.c: use gtk_widget_push/pop_composite_child around
1225         internal buttons.
1226
1227         * gtk/gtkfilechooserdefault.c (struct _GtkFileChooserDefault):
1228         rename some widgets to make it clear where they are packed.
1229         (update_appearance): New function to handle all the 'logic' of
1230         layout in one place.  We aren't trying to keep all our properties
1231         in sync.
1232         (gtk_file_chooser_default_set_property): use update_appearance()
1233
1234 2004-02-24  Federico Mena Quintero  <federico@ximian.com>
1235
1236         * gtk/gtkfilechooserdefault.c (shortcuts_model_create): Renamed
1237         from create_shortcuts_model().
1238         (struct _GtkFileChooserDefault): Renamed the shortcuts_tree field
1239         to shortcuts_list.
1240         (shortcuts_list_create): Renamed from shortcuts_tree_create().
1241         (create_file_list): Enable the tree view as a model drag source.
1242         (create_folder_tree): Likewise.
1243
1244         * gtk/gtkfilesystemmodel.c (_gtk_file_system_model_get_type):
1245         Register the drag source interface.
1246         (drag_source_iface_init): New function.
1247         (drag_source_row_draggable): New function.
1248         (drag_source_drag_data_get): New function.
1249
1250 Tue Feb 24 19:12:07 2004  Owen Taylor  <otaylor@redhat.com>
1251
1252         * === Released 2.3.4 ===
1253
1254         * configure.in: Bump version to 2.3.4, fix broken
1255         gtk_binary_age value by copying the GLib logic
1256         to automatically set it to the right values.
1257
1258 Wed Feb 25 00:13:24 2004  Matthias Clasen  <maclas@gmx.de>
1259
1260         * gtk/gtkcombobox.c (gtk_combo_box_menu_row_changed): 
1261         * gtk/gtkcombobox.c (gtk_combo_box_list_row_changed): 
1262         Don't resize priv->cell_view if it is NULL.  (#127804, 
1263         Damon Chaplin)
1264         
1265 Wed Feb 25 00:06:50 2004  Matthias Clasen  <maclas@gmx.de>
1266
1267         * gtk/gtkcombobox.c: Add a comment about the different 
1268         modi of this widget. Get rid of priv->hbox, and some other
1269         cleanups. Make sure that gtk_combo_box_unset_model() is 
1270         always called before setting up a different mode. 
1271
1272 Tue Feb 24 17:51:49 2004  Owen Taylor  <otaylor@redhat.com>
1273
1274         * gtk/gtkaccellabel.c (gtk_accel_label_refetch): Convert
1275         underscores in keyval names to spaces. (#131480)
1276
1277 Tue Feb 24 17:35:59 2004  Owen Taylor  <otaylor@redhat.com>
1278
1279         * m4macros/gtk-2.0.m4: Add some quotes around ***. (#130073,
1280         Uwe Zeisberger)
1281
1282 Tue Feb 24 14:45:03 2004  Owen Taylor  <otaylor@redhat.com>
1283
1284         * === Released 2.3.3 ===
1285
1286         * configure.in: Version 2.3.3, interface age 0.
1287
1288         * NEWS: Finish updates for 2.3.3.
1289
1290 2004-02-24  Federico Mena Quintero  <federico@ximian.com>
1291
1292         * gtk/gtkfilechooserdefault.c (save_widgets_create): Use a plain
1293         GtkEntry for the filename, not a GtkFileChooserEntry.
1294         (update_chooser_entry): Use gtk_entry_set_text() rather than
1295         _gtk_file_chooser_entry_set_file_part().
1296         (gtk_file_chooser_default_set_current_name): Likewise.
1297         (gtk_file_chooser_default_set_current_folder): Don't set the base
1298         folder of the entry, and don't call update_chooser_entry().
1299         (gtk_file_chooser_default_get_paths): Use the plain entry.
1300         (save_widgets_create): Store the "Save in Folder" label in the
1301         impl structure.
1302         (expander_activate_cb): Set the sensitivity of the label and
1303         combo.
1304         (save_widgets_create): Connect to "notify::expanded" rather than
1305         "activate" on the expander.
1306         (expander_changed_cb): Renamed from expander_activate_cb().  Flip
1307         the conditions again...
1308
1309 Tue Feb 24 14:43:07 2004  Jonathan Blandford  <jrb@gnome.org>
1310
1311         * gtk/gtktreeview.c (gtk_tree_view_bin_expose): only draw the sort
1312         column as different if there are 3 or more visible columns.
1313
1314 2004-02-24  Anders Carlsson  <andersca@gnome.org>
1315
1316         * gtk/gtkfilechooserdefault.c: (shortcuts_insert_separator):
1317         Fix compilation (#135278, Padraig O'Briain).
1318         
1319 2004-02-24  Anders Carlsson  <andersca@gnome.org>
1320
1321         * gtk/gtkfilechooserdefault.c: (shortcuts_append_desktop):
1322         Translate the desktop label.
1323         
1324         (shortcuts_get_index), (shortcuts_add_bookmarks),
1325         (shortcuts_insert_separator), (create_shortcuts_model):
1326         Don't show the bookmark separator if there are no bookmarks.
1327         
1328 Tue Feb 24 01:41:30 2004  Jonathan Blandford  <jrb@gnome.org>
1329
1330         * gtk/gtkfilechooserdefault.c (location_popup_handler): Make the
1331         dialog look like the nautilus dialog.
1332         (expander_activate_cb): get the order correct.
1333
1334 2004-02-23  Federico Mena Quintero  <federico@ximian.com>
1335
1336         * gtk/gtkfilechooserdefault.c (list_selection_changed): Call
1337         bookmarks_check_add_sensitivity().
1338         (shortcut_exists): New helper function; moved the testing code
1339         over from bookmarks_check_add_sensitivity().
1340         (bookmarks_check_add_sensitivity): Check the contents of the
1341         selection in the file/folder list.  Use shortcut_exists().
1342         (shortcuts_add_bookmark_from_path): Don't insert the bookmark if
1343         the path is already in the shortcuts list.
1344         (add_bookmark_button_clicked_cb): Add the bookmarks from the list
1345         selection or from the current folder, as appropriate.
1346
1347 Mon Feb 23 21:09:06 2004  Jonathan Blandford  <jrb@gnome.org>
1348
1349         * gtk/gtkfilechooserdefault.c (shortcuts_pane_create): Add
1350         mnemonics.  Sorry translators.
1351
1352 Tue Feb 24 02:24:58 2004  Matthias Clasen  <maclas@gmx.de>
1353
1354         * NEWS: Additions. This should be complete for the main ChangeLog
1355         now, still need to sift through gdk-pixbuf, docs, and translations.
1356
1357 Mon Feb 23 19:57:45 2004  Jonathan Blandford  <jrb@gnome.org>
1358
1359         * gtk/gtkcellrendererseptext.c (gtk_cell_renderer_sep_get_size):
1360         Add a get_size implementation so that we are no longer the same
1361         height as text.
1362
1363 2004-02-24  Anders Carlsson  <andersca@gnome.org>
1364
1365         * gtk/gtkfilechooserdefault.c: (shortcuts_insert_path),
1366         (shortcuts_remove_rows), (shortcuts_append_bookmarks),
1367         (create_shortcuts_model), (shortcuts_tree_create),
1368         (gtk_file_chooser_default_remove_shortcut_folder):
1369         Improve bookmark list rendering by controlling the visibility
1370         of the pixbuf cell so that it will be invisible for the separator
1371         row, also use a list store instead of a tree store for the model
1372         so we won't get unnecessary space for an expander.
1373         
1374 Tue Feb 24 01:08:27 2004  Matthias Clasen  <maclas@gmx.de>
1375
1376         * gtk/gtkcombobox.c: Add a destroy implementation in order to
1377         set priv->cell_view to NULL before finalize stumbles over the 
1378         dangling pointer. This big array of pointers into the widget 
1379         tree in GtkComboBoxPrivate is really fragile and should be
1380         cleaned up.
1381
1382 Mon Feb 23 17:52:43 2004  Jonathan Blandford  <jrb@gnome.org>
1383
1384         * gtk/gtkfilechooserdefault.c (main_paned_create): use a size
1385         group when allocating space for the buttons at the bottom just in
1386         case.  Also, move the filter to below the file list.
1387
1388 Mon Feb 23 16:52:12 2004  Jonathan Blandford  <jrb@gnome.org>
1389
1390         * gtk/gtkfilechooserdefault.c
1391         (gtk_file_chooser_default_class_init): Seth was confused by
1392         keybindings.  They should be Alt, not Ctl.  Also, A-Home should go
1393         home, not up.
1394
1395 Mon Feb 23 15:23:23 2004  Jonathan Blandford  <jrb@gnome.org>
1396
1397         * gtk/gtkpathbar.c (gtk_path_bar_set_path): Display the root a bit
1398         more cleanly.
1399
1400         * gtk/gtkpathbar.h (struct _GtkPathBarClass): fix the signal.
1401
1402 2004-02-23  Federico Mena Quintero  <federico@ximian.com>
1403
1404         Rework the user interface of the file chooser, as per 
1405         Seth Nickell's design.
1406
1407         * gtk/gtkfilechooserdefault.c
1408         (gtk_file_chooser_default_class_init): Add binding signals and bindings:
1409                 "location-popup" - C-l
1410                 "up-folder"      - C-Up
1411                 "home-folder"    - C-Home
1412         (up_folder_handler): New function; moved the code from up_button_clicked().
1413         (up_button_clicked_cb): Call up_folder_handler().
1414         (home_folder_handler): New function.
1415         (location_popup_handler): New function.
1416         (struct _GtkFileChooserDefault): Add an hpaned field.
1417         (gtk_file_chooser_default_set_current_name): Check that we are in
1418         Save mode.
1419         (save_widgets_create): New function, create the widgets specific
1420         to Save mode.
1421         (main_paned_create): New function, create the hpaned's widgets here.
1422         (gtk_file_chooser_default_constructor): Create the open and save
1423         widgets, and show only one set.
1424         (gtk_file_chooser_default_set_property): Show/hide the save widgets.
1425         (gtk_file_chooser_default_get_paths): Only pay attention to the
1426         entry in Save mode.
1427         (update_chooser_entry): Update the entry only in Save mode.
1428         (entry_activate): Removed.
1429
1430 Mon Feb 23 11:20:34 2004  Owen Taylor  <otaylor@redhat.com>
1431
1432         * configure.in: Remove the configure.in check for fontconfig 
1433         entirely; it's not needed, since PangoXft implies that sufficiently
1434         new fontconfig is present.
1435
1436 Mon Feb 23 02:26:53 2004  Jonathan Blandford  <jrb@gnome.org>
1437
1438         * gtk/gtkpathbar.c (gtk_path_bar_finalize):
1439         for (i = 0; i < 10; i++)
1440           g_print ("I will compile before committing.\n");
1441
1442 Mon Feb 23 02:08:42 2004  Jonathan Blandford  <jrb@gnome.org>
1443
1444         * gtk/gtkfilechooserdefault.c (file_pane_create): Use the
1445         GtkPathBar by default now.
1446
1447         * gtk/gtkpathbar.c (gtk_path_bar_set_path): Correctly set the
1448         current path from the path.
1449         (gtk_path_bar_class_init): new signal
1450         (button_clicked_cb): emit the signal when we're selected.
1451         (gtk_path_bar_clear_buttons): Fix a crasher when we weren't
1452         clearing thr first_scrolled_button.
1453
1454 Mon Feb 23 02:26:15 2004  Matthias Clasen  <maclas@gmx.de>
1455
1456         * gtk/gtkcombobox.c (gtk_combo_box_size_allocate): Fix the 
1457         allocation for the toggle button so that it actually shows up 
1458         in LTR list mode.
1459
1460         * gtk/gtkcombobox.c (gtk_combo_box_set_column_span_column): 
1461         * gtk/gtkcombobox.c (gtk_combo_box_set_row_span_column): 
1462         * gtk/gtkcombobox.c (gtk_combo_box_set_wrap_width): Add
1463         notification, and avoid excessive relayouting. 
1464
1465 Mon Feb 23 00:38:21 2004  Matthias Clasen  <maclas@gmx.de>
1466
1467         Fix bug 134982, reported by Morten Welinder:
1468         
1469         * gtk/gtkpathbar.c (gtk_path_bar_destroy): 
1470         * gtk/gtktooltips.c (gtk_tooltips_destroy): 
1471         * gtk/gtkinvisible.c (gtk_invisible_destroy): Chain up to the 
1472         parent's ::destroy handler.
1473         
1474         * gdk/gdkdisplay.c (gdk_display_dispose): Chain up to the 
1475         parent's ::dispose handler.
1476
1477 Sat Feb 21 19:09:55 2004  Manish Singh  <yosh@gimp.org>
1478
1479         * gtk/gtksettings.c (gtk_default_substitute): Guard the FC_HINT_STYLE
1480         stuff with an #ifdef, so we still build with most fontconfig versions.
1481
1482 Sun Feb 22 03:03:29 2004  Matthias Clasen  <maclas@gmx.de>
1483
1484         * gtk/gtkaction.c: (gtk_action_finalize):
1485         * gtk/gtkclipboard.c: (gtk_clipboard_finalize):
1486         * gtk/gtkentrycompletion.c: (gtk_entry_completion_class_init),
1487         (gtk_entry_completion_finalize):
1488         * gtk/gtkfilechooserwidget.c: (gtk_file_chooser_widget_finalize):
1489         * gtk/gtkfilesystemmodel.c: (gtk_file_system_model_class_init),
1490         (gtk_file_system_model_finalize):
1491         * gtk/gtkicontheme.c: (gtk_icon_theme_class_init),
1492         (gtk_icon_theme_finalize):
1493         * gtk/gtktextchild.c: (gtk_text_child_anchor_finalize):
1494         * gtk/gtkuimanager.c: (gtk_ui_manager_class_init),
1495         (gtk_ui_manager_finalize):
1496         * modules/input/gtkimcontextxim.c: (gtk_im_context_xim_finalize):
1497         Add chains to the parent's ::finalize() handler  (#134901, Morten Welinder,
1498         patch by Jan Arne Petersen)
1499
1500 Sun Feb 22 02:10:34 2004  Matthias Clasen  <maclas@gmx.de>
1501
1502         * gtk/gtkentrycompletion.c (gtk_entry_completion_default_completion_func): 
1503         Don't crash if item is NULL.  (#131542, Dan Damian)
1504
1505 Sun Feb 22 02:04:03 2004  Matthias Clasen  <maclas@gmx.de>
1506
1507         * configure.in: Add a check for a new enough fontconfig, since
1508         we picked up a direct dependency on it with the Xft settings.
1509
1510 Sun Feb 22 00:23:40 2004  Matthias Clasen  <maclas@gmx.de>
1511
1512         Bug 112647 (Bill Haneman, patch by Narayana Pattipati):
1513         
1514         * gtk/gtkcheckmenuitem.c: Introduce a new style property 
1515         indicator_size and use it instead of the hardcoded value.
1516         
1517         * gtk/gtkmenu.c (gtk_menu_size_request): Make sure each menu 
1518         item gets enough vertical space for the label and the indicator.
1519
1520 Sat Feb 21 20:20:11 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
1521
1522         * gtk/gtksettings.c (gtk_settings_class_init): Use P_ instead of
1523         _ for the new Xft settings.
1524
1525 Sat Feb 21 20:09:53 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
1526
1527         Bug 130790 (Federico Mena Quintero, Owen Taylor)
1528         
1529         * gdk/x11/gdkevents-x11.c: Add Xft XSETTINGS
1530
1531         * gtk/gtksettings.c: Add new GtkSettings corresponding to the Xft
1532         XSETTINGS
1533         
1534 Sat Feb 21 19:18:26 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
1535
1536         Bug 132502
1537         
1538         * gtk/gtkmenu.c (gtk_menu_motion_notify): Make sure we pop down
1539         if we enter a non-selectable menu item.
1540
1541         * gtk/gtkmenu.c (gtk_menu_leave_notify): Don't pop a submenu
1542         when the user has left the item.
1543
1544 Sat Feb 21 17:57:35 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
1545
1546         * gtk/docs: Commit auto-generated changes
1547
1548 Fri Feb 20 18:20:22 2004  Jonathan Blandford  <jrb@gnome.org>
1549
1550         * gtk/gtkfilechooserdefault.c: conditional compile for GtkPathBar
1551
1552         * gtk/gtkpathbar.c (gtk_path_bar_size_allocate): Clean up
1553         allocation code.  Works fully in RTL languages, I think.
1554         (gtk_path_bar_scroll_up): Scroll up.
1555         (gtk_path_bar_scroll_down): Scroll down.
1556
1557 2004-02-20  Christian Rose  <menthos@menthos.com>
1558
1559         * configure.in: Added "en_CA" to ALL_LINGUAS.
1560
1561 2004-02-20  Michael Meeks  <michael@ximian.com>
1562
1563         * gtk/gtktoolitem.c (gtk_tool_item_property_notify): impl.
1564         (gtk_tool_item_class_init): hook it up.
1565         (gtk_tool_item_set_proxy_menu_item): synchronize sensitivity.
1566
1567         * gtk/gtktoolbutton.c (gtk_tool_button_property_notify):
1568         chain to parent, fix strcmp bug.
1569
1570         * tests/testtoolbar.c (main): re-arrange widgets to allow
1571         more overflowing toolbar goodness.
1572
1573 2004-02-20  Alexander Larsson  <alexl@redhat.com>
1574
1575         * gtk/gtkfilechooserdefault.c: (shortcuts_append_desktop):
1576         Desktop directory is not translated.
1577         (set_tree_model):
1578         There might not be volumes for all paths.
1579         * gtk/gtkfilechooserwidget.c:
1580         (gtk_file_chooser_widget_constructor):
1581         Use gtk_file_chooser_set_current_folder to set cwd.
1582
1583 Thu Feb 19 19:58:53 2004  Jonathan Blandford  <jrb@gnome.org>
1584
1585         * gtk/gtkpathbar.[ch]: New widget to handle the path in the
1586         fileselector implementation.  Not hooked up to anything yet.
1587
1588         * gtk/Makefile.am: support the path bar.
1589
1590 Fri Feb 20 00:21:38 2004  Matthias Clasen  <maclas@gmx.de>
1591
1592         * gtk/gtkstyle.c (gtk_default_draw_handle): 
1593         (gtk_default_draw_box): Make the paned handles gray when the the 
1594         widget is_focus() but not HAS_FOCUS().  (#122751, Soeren Sandmann)
1595
1596 Thu Feb 19 23:41:06 2004  Matthias Clasen  <maclas@gmx.de>
1597
1598         Fixes for #82099:
1599         
1600         * gdk/x11/gdkevents-x11.c: Introduce new XSettings "Gtk/ButtonImages"
1601         and "Gtk/MenuImages" and map them to "gtk-button-images" and 
1602         "gtk-menu-images".
1603
1604         * gtk/gtkimagemenuitem.c: Add a boolean setting "gtk-menu-images" and 
1605         use it to set the visibility of the embedded image.
1606
1607         * gtk/gtkbutton.c: Add a boolean setting "gtk-button-images" and use
1608         it to set the visibility of an embedded image.
1609
1610 Thu Feb 19 21:26:10 2004  Matthias Clasen  <maclas@gmx.de>
1611
1612         * gtk/gtkactiongroup.c (gtk_action_group_add_radio_actions_full): 
1613         Give each radio action its own value.  (#134889, Paolo Borelli)
1614
1615 2004-02-19  Federico Mena Quintero  <federico@ximian.com>
1616
1617         * gtk/gtkfilechooserdialog.c (gtk_file_chooser_dialog_finalize):
1618         Chain to the parent's ::finalize() handler.  Fixes #134885; caught
1619         by Jan Arne Petersen.
1620
1621 2004-02-19  Mark McLoughlin  <mark@skynet.ie>
1622
1623         Make the entire expander widget width prelight as suggested
1624         by Seth in bug #134263.
1625
1626         * gtk/gtkexpander.c:
1627         (gtk_expander_paint_prelight): impl.
1628         (gtk_expander_paint): use it.
1629         (gtk_expander_redraw_expander): don't only redraw the
1630         arrow when prelit.
1631
1632 2004-02-19  Alexander Larsson  <alexl@redhat.com>
1633
1634         * gtk/gtkfilechooser.c: (gtk_file_chooser_class_init):
1635         * gtk/gtkfilechooserutils.c:
1636         * gtk/gtkfilechooserutils.h:
1637         * gtk/gtkfilechooserwidget.c:
1638         Remove old file-system property.
1639         Add new file-system-backend string property
1640         
1641         * gtk/gtkfilechooserdefault.[ch]:
1642         Handle the file-system-backend property
1643         
1644         * gtk/gtkfilechooserdialog.[ch]:
1645         (gtk_file_chooser_dialog_new_with_backend):
1646         Remove old file-system property.
1647         Add new file-system-backend string property
1648         Add new function gtk_file_chooser_dialog_new_with_backend
1649         
1650         * gtk/gtkfilesystem.c: 
1651         * gtk/gtkfilesystem.h:
1652         Add filesystem module support.  
1653
1654 2004-02-18  Federico Mena Quintero  <federico@ximian.com>
1655
1656         * gtk/gtkfilechooserdefault.c (shortcuts_tree_create): Renamed
1657         from create_shortcuts_tree().
1658         (shortcuts_pane_create): New function.
1659         (button_new): Renamed from toolbar_button_new().
1660         (shortcuts_pane_create): New function, create the whole shortcuts
1661         pane here.
1662         (current_folder_create): Renamed from toolbar_create().  Don't
1663         create the bookmarks buttons here.
1664         (file_pane_create): New function.
1665         (gtk_file_chooser_default_constructor): Use the new helper
1666         functions, and don't use an extra vbox as GtkFileChooserDefault is
1667         already a vbox.
1668
1669 Thu Feb 19 01:39:30 2004  Matthias Clasen  <maclas@gmx.de>
1670
1671         * gtk/gtkuimanager.h: 
1672         * gtk/gtkuimanager.c (gtk_ui_manager_class_init): Add
1673         default handlers for all signals; for consistency and for the
1674         benefit of language bindings which still rely on header parsing
1675         to find the signals.  (#134269, Jeroen Zwartepoorte)
1676         
1677 Thu Feb 19 00:45:02 2004  Matthias Clasen  <maclas@gmx.de>
1678
1679         * gtk/gtktreeselection.c (gtk_tree_selection_get_selected_rows): 
1680         Improve the efficiency here by prepending on the list and reverting
1681         it after the loop.  (#134435, Christian Biere)
1682
1683 Thu Feb 19 00:32:21 2004  Matthias Clasen  <maclas@gmx.de>
1684
1685         * gtk/gtkplug.c (_gtk_plug_remove_from_socket): Avoid errors when
1686         removing the plug from the socket.  (#128546, Christopher Blizzard)
1687
1688 Thu Feb 19 00:09:35 2004  Matthias Clasen  <maclas@gmx.de>
1689
1690         * gtk/gtkradiomenuitem.h:
1691         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_new_from_widget): 
1692         (gtk_radio_menu_item_new_with_label_from_widget): 
1693         (gtk_radio_menu_item_new_with_mnemonic_from_widget): New
1694         convenience functions analogous to similar API on GtkRadioButton.
1695         (#51700, Vitaly Tishkov, patch by Soeren Sandmann)
1696
1697 Wed Feb 18 17:53:27 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
1698
1699         * gdk/gdkwindow.c (gdk_window_get_bg_gc): Use a scratch GC in the
1700         case where the background is a solid color.
1701         (gdk_window_clear_backing_rect): Reset the clip region after use.
1702
1703         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_threshold_alpha): Go
1704         back to using a scratch GC. Pointed out by Owen Taylor
1705         
1706         * gdk/gdkdraw.c (gdk_drawable_real_draw_pixbuf): Only use a
1707         scratch GC if the passed-in one is NULL
1708
1709 Wed Feb 18 14:27:08 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
1710
1711         * gdk/gdkwindow.c (gdk_window_get_composite_drawable): Reset clip
1712         region back to NULL on cached GC (rest of #134728)
1713
1714 Wed Feb 18 13:28:57 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
1715
1716         Fix bug reported by Nam SungHyun (#134728)
1717         
1718         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_threshold_alpha):
1719         Don't use a cached GC here since the function needs to modify the
1720         foreground color.
1721
1722         * gdk/gdkwindow.c (gdk_window_end_paint): Reset clip region back
1723         to NULL on the cached GC.
1724
1725 2004-02-17  Federico Mena Quintero  <federico@ximian.com>
1726
1727         * gtk/gtkfilechooserdialog.c
1728         (gtk_file_chooser_dialog_style_set): Use HIG-compliant spacings.
1729         This sucks a lot.
1730
1731 Wed Feb 18 02:03:47 2004  Matthias Clasen  <maclas@gmx.de>
1732
1733         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): Document some
1734         peculiarities of the ::delete_range signal.  (#132135, Grant Gayed)
1735
1736 Wed Feb 18 01:44:59 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
1737
1738         GC caching, bug #125645 (based on patch by Brian Cameron)
1739         
1740         * gdk/gdkscreen.h (struct _GdkScreen): Add GC cache
1741         * gdk/gdkscreen.c (gdk_screen_dispose): New function. Unref the
1742         cached GC's here.
1743         * gdk/gdkdraw.c (_gdk_drawable_get_scratch_gc): New function to
1744         get a scratch gc.
1745         * gdk/gdkinternals.h: Declare the function here
1746
1747         * gdk/gdkdraw.c (gdk_drawable_real_draw_pixbuf): Use
1748         _gdk_drawable_get_scratch_gc() instead of creating a new GC.
1749         * gdk/x11/gdkgeometry-x11.c (gdk_window_copy_area_scroll): same
1750         * gdk/x11/gdkdrawable-x11.c (draw_with_images): same
1751         * gdk/gdkwindow.c (gdk_window_get_composite_drawable): same
1752         * gdk/gdkwindow.c (gdk_window_end_paint): same
1753         * gdk/gdkpixmap.c (gdk_pixmap_colormap_new_from_pixbuf): same
1754         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_threshold_alpha): same
1755         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_pixmap_and_mask_for_colormap): same
1756
1757 Tue Feb 17 23:28:33 2004  Matthias Clasen  <maclas@gmx.de>
1758
1759         * gtk/gtkmenu.c (gtk_menu_init): ...and don't forget to initalize
1760         priv->columns to 1.
1761
1762 Tue Feb 17 23:11:21 2004  Matthias Clasen  <maclas@gmx.de>
1763
1764         * gtk/gtkmenu.c (gtk_menu_do_remove): Make sure that we keep
1765         priv->columns >= 1 even for empty menus, since we divide by it
1766         somewhere else.  (#133428, Vincent Noel)
1767
1768 Tue Feb 17 23:02:58 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
1769
1770         Fix for #119722, reported by Olexiy Avramchenko, patch by Owen
1771         Taylor.
1772
1773         * gdk/x11/gdkprivate-x11.h (struct _GdkGCX11): Add a depth field
1774
1775         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_new): Keep track of the GC's
1776         depth.
1777
1778         * gdk/x11/gdkgc-x11.c (_gdk_gc_x11_get_fg_xft_color): First query
1779         the colormap, if no colormap, special case depth 1, 
1780
1781         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_get_fg_picture): Use
1782         _gdk_gc_x11_get_fg_xft_color() to get the foreground color.
1783
1784         * gdk/x11/gdkdrawable-x11.c (gdk_x11_drawable_get_xft_draw):
1785         Special-case bitmaps without a colormap.
1786
1787         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_pixbuf): Use inherited
1788         draw_pixbuf() implementation in the bitmap case.
1789
1790 2004-02-17  Mark McLoughlin  <mark@skynet.ie>
1791
1792         * modules/input/Makefile.am: only reference input method
1793         modules we've actually built. Fixes re-build failure with
1794         stale hangul module lying aroung. Bug #134518.
1795
1796 Mon Feb 16 19:13:21 2004  Owen Taylor  <otaylor@redhat.com>
1797
1798         * gdk/gdkdraw.c: Revert last commit, please don't commit patches
1799         without approval, this isn't the right way to do it.
1800
1801 2004-02-16  DindinX  <david@dindinx.org>
1802
1803         * gdk/gdkdraw.c (gdk_draw_segments): don't try to draw more than 32767
1804         segments at a time, since XDrawSegments cannot handle more than this.
1805
1806         fixes bug #122026.
1807         
1808 Mon Feb 16 18:26:39 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
1809
1810         * gtk/gtktoolbar.c (gtk_toolbar_set_child_property): Call
1811         gtk_tool_item_set_expand(), not gtk_tool_item_set_homogeneous()
1812         in the CHILD_PROP_EXPAND branch. (#134543, Damon Chaplin)
1813
1814 Mon Feb 16 00:04:46 2004  Matthias Clasen  <maclas@gmx.de>
1815
1816         * gtk/gtkcombobox.c (gtk_combo_box_cell_layout_*): 
1817         Split declaration and assignment of combo_box.
1818         
1819         * gtk/gtkcombobox.c (gtk_combo_box_list_setup): Remove a 
1820         pointless cast
1821
1822 Sun Feb 15 22:08:53 2004  Matthias Clasen  <maclas@gmx.de>
1823
1824         * gtk/gtkoptionmenu.c (gtk_option_menu_get_history): Add 
1825         deprecation note pointing people to GtkComboBox.
1826
1827 Sun Feb 15 02:49:45 2004  Matthias Clasen  <maclas@gmx.de>
1828
1829         * gtk/gtktreednd.c: 
1830         * gtk/gtktreeview.c: Document the tree DND API.
1831
1832         * gtk/gtktreeview.c (gtk_tree_view_unset_rows_drag_source): 
1833         Call gtk_drag_source_unset().  
1834         
1835 Sun Feb 15 00:49:59 2004  Matthias Clasen  <maclas@gmx.de>
1836
1837         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_class_init): 
1838         Make stock_size an uint property, to allow custom icon 
1839         sizes. Also clarify the blurb.  (#130047, Erik Grinaker)
1840
1841 Sat Feb 14 11:05:26 2004  Manish Singh  <yosh@gimp.org>
1842
1843         * configure.in: Remove unnecessary STRIP_* definitions, and GNU
1844         make check.
1845
1846 2004-02-13  Federico Mena Quintero  <federico@ximian.com>
1847
1848         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_add_bookmark):
1849         Duh, duh, duh!  Don't bail out if the bookmarks file doesn't exist
1850         the very first time you try to save one.
1851
1852 2004-02-13  Federico Mena Quintero  <federico@ximian.com>
1853
1854         Fix #129020.
1855
1856         * gtk/gtkfilechooserdialog.c
1857         (set_default_size): New function, sets a reasonable default size
1858         for the window.
1859         (gtk_file_chooser_dialog_realize): New function, call
1860         set_default_size().
1861         (gtk_file_chooser_dialog_style_set): Likewise.
1862         (gtk_file_chooser_dialog_screen_changed): Likewise.
1863
1864         * tests/testfilechooser.c (main): Don't set a default size for the
1865         dialog.
1866
1867 Sat Feb 14 00:05:18 2004  Matthias Clasen  <maclas@gmx.de>
1868
1869         * gtk/gtktreemodelfilter.c (bsearch_elt_with_offset): 
1870         Use do instead of while.  (#134031, Morten Welinder);
1871
1872 Sat Feb 14 00:00:52 2004  Matthias Clasen  <maclas@gmx.de>
1873
1874         * configure.in: Suppress xsltproc and xmlcatalog checks
1875         if enable_man=no.  (#134162, Julio M. Merino Vidal)
1876
1877 Fri Feb 13 23:54:48 2004  Matthias Clasen  <maclas@gmx.de>
1878
1879         * configure.in: Remove checks for sgml2html. It was once
1880         used for building the linuxdoc version of the tutorial.
1881         Nowadays, we use db2html.  (#134164, Julio M. Merino Vidal)
1882
1883 Fri Feb 13 08:17:43 2004  Owen Taylor  <otaylor@redhat.com>
1884
1885         Fix various compilation problems (#134312, David
1886         Hawthorne)
1887
1888         * gtk/gtkscale.c (gtk_scale_get_layout_offsets): Use 
1889         g_return_if_fail(), not g_return_val_if_fail().
1890
1891         * gtk/gtkvscale.c (gtk_vscale_get_layout_offsets): 
1892         * gtk/gtkhscale.c (gtk_hscale_get_layout_offsets): Use 
1893         g_return_if_reached(), not g_return_val_if_reached().
1894         
1895         * gtk/gtkvscale.c (gtk_vscale_expose): Fix the types
1896         of some parameters.
1897
1898         * gtk/gtkhscale.c (gtk_hscale_get_layout_offsets): Remove
1899         extra 'scale' parameter.
1900
1901 Thu Feb 12 21:58:20 2004  Owen Taylor  <otaylor@redhat.com>
1902
1903         Various reentrancy fixes for widgets being destroyed
1904         out of focus-out-event. (#128821, Grant Gayed)
1905
1906         * gtk/gtkwindow.c (_gtk_window_unset_focus_and_default): 
1907         Ref window and widget over callbacks.
1908
1909         * gtk/gtkwidget.c (gtk_widget_hide)
1910           gtk/gtkwidget.c (gtk_widget_set_child_visible):
1911         Ref the widget before calling _gtk_window_unset_focus_and_default(),
1912         since that can call user callbacks.
1913
1914         * gtk/gtkwidget.c (gtk_widget_invalidate_widget_windows):
1915         Do nothing if the widget isn't realized.
1916
1917 Fri Feb 13 01:31:44 2004  Matthias Clasen  <maclas@gmx.de>
1918
1919         * gtk/gtkbutton.c (_gtk_button_paint): Don't draw bevels around
1920         active, RELIEF_NONE buttons that aren't depressed. This improves
1921         the appearance of buttons in notebook tabs.  (#109213, reported
1922         by Benjamin Otte, patch by Rodney Dawes)
1923
1924 Fri Feb 13 01:06:08 2004  Matthias Clasen  <maclas@gmx.de>
1925
1926         * demos/gtk-demo/main.c (read_line): Protect getc_unlocked() by 
1927         HAVE_FLOCKFILE in all cases.  (#134205, Julio M. Merino Vidal)
1928
1929 Fri Feb 13 00:54:59 2004  Matthias Clasen  <maclas@gmx.de>
1930
1931         Fix for #104811, Padraig O'Briain:
1932
1933         * gtk/gtkscale.h:
1934         * gtk/gtkscale.c (_gtk_scale_clear_layout): 
1935         * gtk/gtkscale.c (gtk_scale_get_layout_offsets): 
1936         * gtk/gtkscale.c (gtk_scale_get_layout): New functions to determine the
1937         text and its position from a GtkScale, to make it more accessible. 
1938         * gtk/gtkhscale.c (gtk_hscale_get_layout_offsets):
1939         * gtk/gtkvscale.c (gtk_vscale_get_layout_offsets): Implementations of the 
1940         new GtkScale vfunc.
1941
1942 Thu Feb 12 17:59:52 2004  Owen Taylor  <otaylor@redhat.com>
1943
1944         * gtk/gtkicontheme.c (gtk_icon_theme_get_search_path): 
1945         Remove an extraneous + 1 (#134015, Torsten Schoenfeld)
1946
1947 Thu Feb 12 23:55:08 2004  Matthias Clasen  <maclas@gmx.de>
1948
1949         * gtk/gtktooltips.h:
1950         * gtk/gtktooltips.c (gtk_tooltips_get_info_from_tip_window): New 
1951         function to improve the accessibility of tooltips.  (#114851, 
1952         Padraig O'Briain)
1953
1954 Thu Feb 12 23:16:04 2004  Matthias Clasen  <maclas@gmx.de>
1955
1956         * gtk/gtkcombobox.c (gtk_combo_box_popup): 
1957         * gtk/gtkcombobox.c (gtk_combo_box_popdown): Make these public and
1958         add docs.  (#132847)
1959
1960 Thu Feb 12 11:05:16 2004  Manish Singh  <yosh@gimp.org>
1961
1962         * gdk/x11/gdkproperty-x11.c (gdk_property_get): Assign xtype using
1963         gdk_x11_atom_to_xatom_for_display () when type != GDK_NONE.
1964
1965         * gtk/gtkselection.c (_gtk_selection_request): Use GDK_NONE in
1966         gdk_property_get call instead of 0.
1967
1968         * docs/reference/gdk/tmpl/properties.sgml: Document the above
1969         as GDK_NONE instead of simply 0.
1970
1971 Thu Feb 12 15:46:26 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
1972
1973         * gtk/gtktoolbar.c (gtk_toolbar_size_allocate): Fix up item_area
1974         correctly in RTL mode. (#133984, patch from Semion Chichelnitsky).
1975
1976 Thu Feb 12 02:22:02 2004  Matthias Clasen  <maclas@gmx.de>
1977
1978         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_set_modify_func): 
1979         Correct the docs.
1980
1981 Thu Feb 12 01:17:01 2004  Matthias Clasen  <maclas@gmx.de>
1982
1983         * gtk/gtktreeview.c (gtk_tree_view_enable_model_drag_source): Call
1984         gtk_drag_source_set(), so that things like gtk_drag_set_icon_*() work
1985         for automatic DND.  (#133485, Tommi Komulainen)
1986
1987 Thu Feb 12 00:37:00 2004  Matthias Clasen  <maclas@gmx.de>
1988
1989         * gdk/x11/gdkproperty-x11.c (gdk_property_change): Fix misleading
1990         debug output.
1991
1992 2004-02-11  Federico Mena Quintero  <federico@ximian.com>
1993
1994         * gtk/gtkmessagedialog.c (gtk_message_dialog_map): New ::map()
1995         handler.  If no widget has the focus, try to give it to the
1996         default widget.  If there is no default widget, give it to the
1997         first button.  Fixes the cause for which #59707 was reopened.
1998
1999 2004-02-11  Federico Mena Quintero  <federico@ximian.com>
2000
2001         Fixes #134051.
2002
2003         * gtk/gtkicontheme.c (struct _GtkIconInfo): Remove the ref_count field.
2004         (icon_info_new): Don't initialize the ref_count field.
2005
2006 2004-02-11  Federico Mena Quintero  <federico@ximian.com>
2007
2008         * gtk/gtkicontheme.c (gtk_icon_theme_prepend_search_path): Shift
2009         the array correctly.  Fixes #134055, patch by Tosten Schoenfeld
2010         <kaffeetisch@gmx.de>.
2011
2012 Wed Feb 11 02:23:39 2004  Matthias Clasen  <maclas@gmx.de>
2013
2014         * gtk/gtkcontainer.c (gtk_container_real_set_focus_child): Handle
2015         focus [hv]adjustment correctly when the focus is located deeper
2016         down in the hierarchy.  (#133489)
2017
2018 Wed Feb 11 02:06:38 2004  Matthias Clasen  <maclas@gmx.de>
2019
2020         * gtk/gtkcellrenderer.c (gtk_cell_renderer_class_init): Remove 
2021         arbitrary low upper limits on the xpad, ypad, width and height
2022         properties.  (#129696, John Ellis)
2023
2024 Wed Feb 11 01:24:20 2004  Matthias Clasen  <maclas@gmx.de>
2025
2026         * gtk/gtkcombobox.c (gtk_combo_box_cell_layout_clear_attributes): 
2027         Ugh. Don't try to free ints, even if they're stored in pointers.
2028         (#133997, Morten Welinder)
2029
2030 2004-02-10  Federico Mena Quintero  <federico@ximian.com>
2031
2032         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_finalize):
2033         Free the filters.  Fixes #133547, patch by Morten Welinder
2034         <mortenw@gnome.org>.
2035
2036 Tue Feb 10 12:02:14 2004  Owen Taylor  <otaylor@redhat.com>
2037
2038         * gdk/x11/xsettings-client.c (read_settings): Avoid
2039         triggering an X error when the client->manager_window
2040         is None...makes logs look cleaner.
2041
2042         * gdk/x11/gdkproperty-x11.c (gdk_property_get): Handle
2043         GDK_NONE to mean AnyPropertyType as documented. (Reported 
2044         by Yu Shao)
2045
2046         * gdk/x11/gdkevents-x11.c (fetch_net_wm_check_window,
2047         gdk_x11_screen_get_window_manager_name): Fix error trap
2048         we've been leaking since 2002... (#129538)
2049
2050 2004-02-10  Federico Mena Quintero  <federico@ximian.com>
2051
2052         Fixes the entry-related part of #133852.
2053
2054         * gtk/gtkfilechooserdefault.c (update_chooser_entry): Don't change
2055         the file part of the entry if the selected item is a folder.
2056
2057 2004-02-10  Federico Mena Quintero  <federico@ximian.com>
2058
2059         Fixes #133995, patch by Morten Welinder <mortenw@gnome.org>.
2060
2061         * tests/prop-editor.c (create_prop_editor): Free the title.
2062         (object_changed): Free the children list.
2063
2064 Tue Feb 10 01:58:55 2004  Matthias Clasen  <maclas@gmx.de>
2065
2066         * gtk/gtkcontainer.c (gtk_container_set_focus_hadjustment): 
2067         * gtk/gtkcontainer.c (gtk_container_set_focus_vadjustment): Document 
2068         these functions.
2069
2070 2004-02-09  Federico Mena Quintero  <federico@ximian.com>
2071
2072         * gtk/gtkfilechooserdefault.c (set_list_model): Request
2073         GTK_FILE_INFO_ALL from the file system model, so that arbitrary
2074         filtering will work.  Perhaps we should have a way of aggregating
2075         info types to the model as filters get installed.
2076
2077 Mon Feb  9 22:22:19 2004  Matthias Clasen  <maclas@gmx.de>
2078
2079         * gtk/gtkcellview.c (gtk_cell_view_cell_layout_clear_attributes): 
2080         Ugh. Don't try to free ints, even if they're stored in pointers.
2081
2082 2004-02-09  Federico Mena Quintero  <federico@ximian.com>
2083
2084         Fix #132256.
2085
2086         * gtk/gtkfilechooserdefault.c
2087         (gtk_file_chooser_default_get_paths): Read the contents of the
2088         filename entry in both OPEN and SAVE mode.  In multiple-selection
2089         mode, add this to the selection from the file/folder list.
2090         (struct get_paths_closure): Add a path_from_entry field.
2091         (get_paths_foreach): Only add the iterated path if it is not the
2092         same as the path from the entry.
2093
2094 2004-02-09  Federico Mena Quintero  <federico@ximian.com>
2095
2096         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_get_folder): If
2097         the folder is already open, add the requested info types to it.
2098
2099 Sun Feb  8 01:28:02 2004  Manish Singh  <yosh@gimp.org>
2100
2101         * gtk/gtkcombobox.c (gtk_combo_box_set_popup_widget): Add appropriate
2102         type casts for the gtk_window_set_screen() call.
2103
2104 Sun Feb  8 01:44:06 2004  Matthias Clasen  <maclas@gmx.de>
2105
2106         * gtk/gtkcombobox.c (gtk_combo_box_set_popup_widget): Make popups 
2107         come up on the same screen as the combo box.  (#133544, 
2108         Morten Welinder)
2109
2110 Fri Feb  6 23:40:24 2004  Jonathan Blandford  <jrb@gnome.org>
2111
2112         * gtk/gtkfilechooserdefault.c (create_file_list): clean up the
2113         packing of the file selector.
2114
2115 Sat Feb  7 01:21:09 2004  Matthias Clasen  <maclas@gmx.de>
2116
2117         * gtk/gtktreemodel.c (gtk_tree_model_base_init): Don't use function 
2118         calls in array initializers, as some compilers seem to hate this.
2119         (#133216, Jonas Jonsson)
2120
2121 Sat Feb  7 00:06:44 2004  Matthias Clasen  <maclas@gmx.de>
2122
2123         * gtk/gtkaccelmap.[hc]: Add change notification for GtkAccelMap,
2124         by on-demand instantiating a singleton object with a "changed" 
2125         signal. 
2126
2127         * gtk/gtkmarshalers.list (VOID:STRING,UINT,FLAGS): Add marshaller
2128         for GtkAccelMap::changed.
2129
2130 Fri Feb  6 23:08:29 2004  Matthias Clasen  <maclas@gmx.de>
2131
2132         * gtk/gtktextbtree.c (_gtk_text_btree_check): 
2133         * gtk/gtkcombobox.c (gtk_combo_box_cell_layout_clear_attributes): 
2134         * gtk/gtkcellview.c (gtk_cell_view_cell_layout_clear_attributes): 
2135         Actually free the lists. Pointed out by Morten Welinder.
2136         
2137 Fri Feb  6 22:38:54 2004  Matthias Clasen  <maclas@gmx.de>
2138
2139         * gtk/gtkcombo.c (gtk_combo_entry_key_press): Handle character 
2140         positions in UTF-8 strings correctly.  (#133315, Theppitak 
2141         Karoonboonyanan)
2142
2143 2004-02-06  Morten Welinder  <terra@gnome.org>
2144
2145         * gtk/gtktoolbar.c (show_menu): Cleanup using
2146         gtk_menu_attach_to_widget.  Also fixes leak, see #133411.
2147
2148 2004-02-06  Federico Mena Quintero  <federico@ximian.com>
2149
2150         * gtk/gtkfilechooserdefault.c (shortcuts_add_volumes): Free the
2151         list.  Fixes #133546.
2152
2153 2004-02-06  Federico Mena Quintero  <federico@ximian.com>
2154
2155         Fix #132327.
2156
2157         * gtk/gtkfilesystemunix.c (struct _GtkFileSystemUnix): Add a
2158         folder_hash field to keep a list of live folder objects.
2159         (gtk_file_system_unix_init): Create the folder_hash.
2160         (gtk_file_system_unix_finalize): Destroy the folder_hash.
2161         (gtk_file_system_unix_get_folder): Ref and return an existing
2162         folder if we have it around, otherwise return a new folder object.
2163         (struct _GtkFileFolderUnix): Add a field for the parent file system.
2164         (gtk_file_folder_unix_finalize): Remove the folder from the file
2165         system's hash table.
2166         (gtk_file_system_unix_create_folder):  Emit "files-added" on the
2167         newly-created folder's parent.  Fixes #132327.
2168
2169 Fri Feb  6 00:51:57 2004  Matthias Clasen  <maclas@gmx.de>
2170
2171         * gtk/gtkstock.c (builtin_items): Change the labels of the 
2172         ZOOM_100 and ZOOM_FIT stock items to "_Normal Size" and
2173         "Best _Fit", to be HIG compliant.  (#124080, Mariano 
2174         Suárez-Alvarez)
2175
2176 Fri Feb  6 00:45:16 2004  Matthias Clasen  <maclas@gmx.de>
2177
2178         * gtk/gtkcombobox.c (gtk_combo_box_finalize): Add a finalize 
2179         function to plug a few memory leaks.  (#133544, Morten Welinder)
2180
2181 Fri Feb  6 00:15:38 2004  Matthias Clasen  <maclas@gmx.de>
2182
2183         * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_mnemonic_activate): 
2184         Support mnemonic_activate here as well.
2185         
2186         * gtk/gtkcombobox.c (gtk_combo_box_mnemonic_activate): Focus
2187         the button, not the tree_view.
2188
2189 Thu Feb  5 23:48:19 2004  Matthias Clasen  <maclas@gmx.de>
2190
2191         * gtk/gtkcombobox.c (gtk_combo_box_mnemonic_activate): Add this
2192         function, to make mnemonic_activate work for combo boxes.
2193         (#133443, Paolo Borelli)
2194
2195 Thu Feb  5 22:05:52 2004  Matthias Clasen  <maclas@gmx.de>
2196
2197         * gtk/gtkfilesystemunix.c (bookmark_list_read): Initialize result
2198         to FALSE.  (#133539, Morten Welinder)
2199
2200 Thu Feb  5 21:36:43 2004  Matthias Clasen  <maclas@gmx.de>
2201
2202         * gtk/gtkcombobox.c (gtk_combo_box_set_active_iter): Fix the logic
2203         of the depth one check.  (#133488, Christian Persch)
2204
2205 Thu Feb  5 01:50:19 2004  Matthias Clasen  <maclas@gmx.de>
2206
2207         * gtk/gtktearoffmenuitem.c (gtk_tearoff_menu_item_paint): Fix
2208         the drawing of tearoff menu items which don't come first in their
2209         menu.  (#33311)
2210
2211 Thu Feb  5 00:59:08 2004  Matthias Clasen  <maclas@gmx.de>
2212
2213         * gtk/gtkcombo.c (gtk_combo_entry_key_press): Use 
2214         g_completion_complete_utf8(). (#133313, Theppitak Karoonboonyanan)
2215
2216 2004-02-04  Federico Mena Quintero  <federico@ximian.com>
2217
2218         Fix #59707.
2219
2220         * gtk/gtklabel.c (gtk_label_focus): Removed, so we don't ignore
2221         the focus chain.
2222         (gtk_label_button_press): Fix prototype.
2223         (gtk_label_button_release): Likewise.
2224         (gtk_label_motion): Likewise.
2225
2226         * tests/testgtk.c (create_message_dialog): For the dialog with
2227         only GTK_BUTTONS_CLOSE, make GTK_RESPONSE_CLOSE the default.
2228
2229 2004-02-04  Morten Welinder  <terra@gnome.org>
2230
2231         * gtk/gtktoolbar.c (show_menu): Show on the right screen.  (Fixes
2232         bug 133411, apart from the leak.)
2233
2234 Tue Feb  3 13:39:27 2004  Manish Singh  <yosh@gimp.org>
2235
2236         * gtk/gtkadjustment.c (gtk_adjustment_new): pass value in last
2237         in g_object_new, since it depends on lower and upper being set.
2238
2239 2004-02-03  Federico Mena Quintero  <federico@ximian.com>
2240
2241         * gtk/gtkmessagedialog.c (gtk_message_dialog_init): Make the
2242         window not resizable.  Fixes #114032.
2243
2244 2004-02-03  Federico Mena Quintero  <federico@ximian.com>
2245
2246         * gtk/gtkmessagedialog.c (gtk_message_dialog_class_init): Add
2247         documentation for the use_separator style property.
2248
2249 2004-02-03  Federico Mena Quintero  <federico@ximian.com>
2250
2251         Fix #68938.
2252
2253         * gtk/gtkdialog.c (GtkDialogPrivate): New private structure for
2254         GtkDialog; right now it only contains an ignore_separator field.
2255         (gtk_dialog_class_init): Register the private structure.
2256         (gtk_dialog_init): Initialize the priv->ignore_separator field.
2257         (_gtk_dialog_set_ignore_separator): New private function.
2258         (gtk_dialog_set_has_separator): Ignore the setting if appropriate.
2259
2260         * gtk/gtkmessagedialog.c (gtk_message_dialog_class_init): Add a
2261         use_separator style property.
2262         (gtk_message_dialog_style_set): Change the dialog's separator
2263         based on the style property.
2264         (gtk_message_dialog_init): Set the dialog box to ignore the
2265         separator setting.
2266
2267 Tue Feb  3 02:35:09 2004  Matthias Clasen  <maclas@gmx.de>
2268
2269         * gtk/Makefile.am: Build filesystemwin32.c if OS_WIN32 and
2270         also dist gtkfilesystemwin32.[hc].
2271
2272 Tue Feb  3 02:04:44 2004  Matthias Clasen  <maclas@gmx.de>
2273
2274         * gtk/gtklabel.c (gtk_label_ensure_layout): Right-justify labels
2275         in rtl mode.  (#129071, chinen@jp.ibm.com)
2276
2277 Tue Feb  3 02:01:25 2004  Matthias Clasen  <maclas@gmx.de>
2278
2279         * gtk/gtkmenushell.c (gtk_real_menu_shell_move_current): Exchange the
2280         meaning GTK_MENU_DIR_PARENT/CHILD and GTK_MENU_DIR_PREV/NEXT in rtl
2281         mode.  (#107528)
2282
2283 Tue Feb  3 01:38:06 2004  Matthias Clasen  <maclas@gmx.de>
2284
2285         Clip narrow columns in rtl-oriented tree views (#128089,  
2286         chinen@jp.ibm.com):
2287         
2288         * gtk/gtkstyle.c (gtk_default_draw_option): 
2289         * gtk/gtkstyle.c (gtk_default_draw_check): Clip to the 
2290         given area.
2291
2292         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_process_action): 
2293         Use the right clip area when calling gtk_cell_renderer_render().
2294         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_cell_draw_focus): 
2295         Use the right clip area when calling gtk_paint_focus().
2296         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render): 
2297         Use the right clip area when calling gtk_paint_toggle() or
2298         gtk_paint_check().
2299         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render): 
2300         Clip to the expose_area when drawing the background rectangle.
2301         
2302 Tue Feb  3 00:14:36 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
2303
2304         * gdk/x11/gdkgeometry-x11.c (queue_item_free, gdk_window_queue):
2305         Use a weak reference instead of ref()/unref(). (#60857, reported
2306         by Joshua N Pritikin)
2307
2308         * gdk/gdkimage.c (scratch_image_info_for_depth): Formatting fix.
2309
2310 Tue Feb  3 00:15:17 2004  Matthias Clasen  <maclas@gmx.de>
2311
2312         * gtk/gtktreeprivate.h (struct _GtkTreeViewPrivate): Add 
2313         init_hadjust_value and prev_width.
2314         * gtk/gtktreeview.c (gtk_tree_view_init): Initialize 
2315         them here.
2316         * gtk/gtktreeview.c (gtk_tree_view_update_size): ...and here.
2317         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): Use them
2318         here to properly handle the initial position of rtl-oriented
2319         tree views.  (#127581, chinen@jp.ibm.com)
2320
2321 2004-01-20  Federico Mena Quintero  <federico@ximian.com>
2322
2323         Fix #130846, reported by R. McFarland <rwmcfa1@neces.com>.
2324
2325         * gtk/gtktreeview.c (gtk_tree_view_button_press): Return TRUE when
2326         we handle an event in the colums, and FALSE at the end if the
2327         event is not handled at all.
2328
2329 Mon Feb  2 23:41:48 2004  Matthias Clasen  <maclas@gmx.de>
2330
2331         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_row_changed): 
2332         Don't access the level after removing the node, since that may
2333         kill the level.  (#132615, Crispin Flowerday)
2334
2335 2004-02-02  Tor Lillqvist  <tml@iki.fi>
2336
2337         * gdk/win32/gdkevents-win32.c (gdk_pointer_grab): Set the cursor
2338         in all cases. If no grab cursor specified, use the grabbing
2339         window's cursor. If the grabbing window has no cursor, use the
2340         default arrow cursor. (#118025)
2341
2342 Mon Feb  2 22:05:36 2004  Matthias Clasen  <maclas@gmx.de>
2343
2344         * gtk/gtkseparatormenuitem.c (gtk_separator_menu_item_init): The
2345         latest in menu separation technology.
2346
2347 Mon Feb  2 19:04:17 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
2348
2349         * gdk/x11/gdkwindow-x11.c: Assume gravity works. (Anything else
2350         we have to take our chances with).
2351         
2352         (Bug 97510)
2353
2354 Mon Feb  2 18:45:28 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
2355
2356         Fix bug 110224.
2357
2358         * gdk/x11/gdkfont-x11.c (gdk_font_from_description_for_display):
2359         Remove unused variable 'result'
2360
2361         * gdk/x11/xsettings-client.[ch]: Add new set_grab/ungrab_func() functions.
2362
2363         * gdk/x11/gdkevents-x11.c (_gdk_x11_events_init_screen): Use them
2364         here.
2365
2366 Mon Feb  2 14:32:32 2004  Pablo Saratxaga  <pablo@mandrakesoft.com>
2367
2368         * configure.in po/uz*.po: changed default for Uzbek; now just "uz"
2369         is in cyrillic and "uz@Latn" for latin; "uz@Cyrl" has been removed
2370
2371 Sun Feb  1 16:34:07 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
2372
2373         * gtk/gtktoolbar.c (gtk_toolbar_size_allocate): Only start
2374         sliding when using the new API.
2375
2376 Sun Feb  1 16:03:39 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
2377
2378         * gtk/gtktoolbar.c (gtk_toolbar_size_allocate): Make sure
2379         item_area is positioned correctly. Fix #133070, reported by Jeroen
2380         Zwartepoorte.
2381
2382 Sat Jan 31 23:13:43 2004  Matthias Clasen  <maclas@gmx.de>
2383
2384         * gtk/gtktextchild.c (gtk_text_child_anchor_finalize): Don't
2385         crash when finalizing an unused GtkTextChildAnchor.  (#132260,
2386         muppet)
2387
2388 Sat Jan 31 22:41:57 2004  Matthias Clasen  <maclas@gmx.de>
2389
2390         * gtk/gtktreemodel.c (gtk_tree_model_rows_reordered): Correct
2391         the documentation for new_order.  (#124790, Tim-Philipp Müller)
2392
2393 Sat Jan 31 22:38:07 2004  Matthias Clasen  <maclas@gmx.de>
2394
2395         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_fixed_width): 
2396         Reset use_resized_width when setting fixed_width.  (#108612, 
2397         Felipe Heidrich) 
2398
2399 Sat Jan 31 16:27:44 2004  Matthias Clasen  <maclas@gmx.de>
2400
2401         * gtk/gtkmain.c (gtk_key_snooper_remove): Don't leak the
2402         GtkKeySnooperData.  (#132038, R. McFarland)
2403
2404 2004-01-30  Federico Mena Quintero  <federico@ximian.com>
2405
2406         Fixes #132975.
2407
2408         * gtk/gtkfilesystem.c (gtk_file_system_make_path): Return NULL,
2409         not FALSE.
2410         (gtk_file_system_volume_render_icon): Likewise.
2411
2412         * gtk/gtkfilesystemwin32.c (gtk_file_system_win32_make_path):
2413         Likewise.
2414
2415         * gtk/gtktreestore.c (gtk_tree_store_iter_n_children): Return 0,
2416         not FALSE.
2417
2418         * gtk/gtktoolbar.c (gtk_toolbar_get_drop_index): Return -1, not
2419         FALSE.
2420
2421         * gtk/gtktextiter.c (gtk_text_iter_get_chars_in_line): Return 0,
2422         not FALSE.
2423         (gtk_text_iter_get_bytes_in_line): Likewise.
2424
2425         * gdk/x11/gdkcursor-x11.c (gdk_display_get_default_cursor_size):
2426         Likewise.
2427
2428         * gdk/linux-fb/gdkcolor-fb.c (gdk_colors_alloc): Return FALSE, not
2429         0.
2430
2431 2004-01-30  Not Zed  <NotZed@Ximian.com>
2432
2433         Fixes #132929.
2434
2435         * gtk/gtktreeview.c (cancel_arrow_animation): remove the timeout
2436         handler when we clear the timeout id.
2437
2438 2004-01-30  Federico Mena Quintero  <federico@ximian.com>
2439
2440         Fix #129872, based on a patch by Jan Arne Petersen
2441         <jpetersen@uni-bonn.de>
2442
2443         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_list_bookmarks):
2444         Implement.
2445         (gtk_file_system_unix_add_bookmark): Implement.
2446         (gtk_file_system_unix_remove_bookmark): Implement.
2447
2448 2004-01-29  Federico Mena Quintero  <federico@ximian.com>
2449
2450         Fixes #132693.
2451
2452         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_get_parent): Don't
2453         use filename_from_path().  Also, check that the filename is
2454         absolute.
2455         (gtk_file_system_unix_get_folder): Likewise.
2456         (gtk_file_system_unix_create_folder): Likewise.
2457         (gtk_file_system_unix_make_path): Likewise.
2458         (gtk_file_system_unix_parse): Likewise.
2459         (gtk_file_folder_unix_get_info): Likewise.
2460         (filename_from_path): Removed.
2461
2462 2004-01-30  Federico Mena Quintero  <federico@ximian.com>
2463
2464         * gtk/gtkcalendar.c (arrow_action): Remove C++ comment; reported
2465         by Damien Carbery <damien.carbery@sun.com>.  Fixes #132956.
2466
2467 Fri Jan 30 11:37:37 2004  Owen Taylor  <otaylor@redhat.com>
2468
2469         * gdk/x11/gdkdrawable-x11.c: Revert changes from
2470         #113476 and go back to using XftDrawSetClip, because
2471         XftDrawSetClipRectangles is buggy in XFree86-4.3.
2472
2473 Thu Jan 29 18:08:06 2004  Owen Taylor  <otaylor@redhat.com>
2474
2475         * gtk/gtktextlayout.c (line_display_iter_to_index)
2476         * gtk/gtktextlayout.c (line_display_index_to_iter): Only
2477         adjust the preedit position for lines that include the
2478         preedit string. (#132353, Yao Zhang). How the heck
2479         did this work as well as it did?!?!
2480
2481         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_get_ic): 
2482         Reverse change to change of XNFilterEvents event mask from
2483         #110493 -- it's documented and in the Xlib code an
2484         unsigned long. 
2485         
2486         * modules/input/gtkimcontextxim.c (preedit_start_callback): 
2487         Return -1 rather than void to indicate no length limit.
2488         (#129548)
2489
2490 Fri Jan 30 00:45:46 2004  Matthias Clasen  <maclas@gmx.de>
2491
2492         * gtk/gtkadjustment.c: Add properties to GtkAdjustment.
2493         (#64601, Murray Cumming)
2494
2495 Fri Jan 30 00:13:46 2004  Matthias Clasen  <maclas@gmx.de>
2496
2497         * gtk/gtkcombo.c (gtk_combo_set_popdown_strings): Allow NULL
2498         for strings to clear the list.  (#105386, Marco Pesenti Gritti)
2499         
2500 2004-01-28  Richard Hult  <richard@imendio.com>
2501
2502         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_get_size):
2503         Free font_desc.  Fixes #132805.
2504
2505 2004-01-29  Federico Mena Quintero  <federico@ximian.com>
2506
2507         * gtk/gtkiconfactory.c (render_icon_name_pixbuf): Free the GError.
2508         Patch provided by Christian Persch <chpe@stud.uni-saarland.de>
2509         Fixes #132574.
2510
2511 Thu Jan 29 11:00:18 2004  Owen Taylor  <otaylor@redhat.com>
2512
2513         * gtk/gtkselection.c (gtk_selection_default_handler): 
2514         nul-terminate the target atoms. (#132656, Christian Persch)
2515
2516 Thu Jan 29 00:59:03 2004  Matthias Clasen  <maclas@gmx.de>
2517
2518         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_rows_reordered):
2519         Don't leak path if we bail out early.  (#132505, Christian Persch)
2520
2521 Thu Jan 29 00:48:47 2004  Matthias Clasen  <maclas@gmx.de>
2522
2523         * gtk/gtkactiongroup.c (gtk_action_group_add_toggle_actions_full):
2524         * gtk/gtkactiongroup.c (gtk_action_group_add_actions_full): Do
2525         reference counting on the user_data that is shared between
2526         multiple signal handlers, to avoid calling the destroy notify
2527         multiple times.  (#132447, Adam Hooper)
2528
2529 2004-01-28  Hans Breuer  <hans@breuer.org>
2530
2531         * gtk/stock-icons/stock_network_(16|24).png : new GTK_STOCK_NETWORK ...
2532           gtk/gtkstock.[hc] : ... define ...
2533           gtk/gtkiconfactory.c : ... register ...
2534           gtk/stock-icons/Makefile.am gtk/stock-icons/makefile.msc : ... compile ...
2535         * gtk/gtkfilesystemwin32.c : ... and use. Also adapt to recent 
2536         IFace changes.
2537
2538         * gtk/gtk.def : added a bunch of new exported symbols
2539
2540         * tests/testfilechooser.c (no_backup_files_filter) : don't crash
2541         on filter_info->display_name being NULL
2542
2543         * tests/testgtk.c : make testgtk --bench=all work again
2544
2545 Wed Jan 28 21:40:47 2004  Matthias Clasen  <maclas@gmx.de>
2546
2547         * gtk/gtkentrycompletion.c (gtk_entry_completion_action_data_func):
2548         Don't leak string.  (#132482, Christian Persch)
2549
2550 Tue Jan 27 18:45:47 2004  Manish Singh  <yosh@gimp.org>
2551
2552         * m4macros/gtk-2.0.m4: quote AC_DEFUN macro names so automake
2553         1.8 won't whine at us.
2554
2555 2004-01-28  Tor Lillqvist  <tml@iki.fi>
2556
2557         * gdk/win32/gdkevents-win32.c (synthesize_leave_event,
2558         synthesize_enter_event): Don' generate enter or leave events if
2559         the pointer is grabbed with owner_events off, and the grab event
2560         mask doesn't ask for them. (#129242)
2561
2562         (gdk_event_translate): Ditto for focus change events.
2563
2564 2004-01-27  Federico Mena Quintero  <federico@ximian.com>
2565
2566         Fix #132314.
2567
2568         * gtk/gtkfilesystem.h: Removed the #ifdef-ed out, old icon API.
2569
2570         * gtk/gtkfilesystem.c: Likewise.
2571
2572         * gtk/gtkfilesystemunix.c (filename_get_info): Removed the old
2573         icon-type code.
2574         (gtk_file_system_unix_render_icon): Moved the icon-rendering code
2575         from GtkFileInfo to here.
2576         (gtk_file_system_unix_volume_render_icon): Implement.
2577
2578 2004-01-28  Changwoo Ryu  <cwryu@debian.org>
2579
2580         * modules/input/imhangul-defs.h: 
2581         * modules/input/imhangul.c:
2582         * modules/input/Makefile.am: Remove broken hangul input module.
2583         
2584 Tue Jan 27 01:56:46 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
2585
2586         * gtk/gtktoolbar.c: Remove obsolete comment.
2587
2588         * gtk/gtktoolbar.c (DEFAULT_SPACE_SIZE, SPACE_LINE_START, 
2589         SPACE_LINE_END): Make separators wider and taller, so they are
2590         easier to pick up when editing the toolbar.
2591
2592         * gtk/gtktoolbar.c (slide_idle_handler): Add a comment, simplify
2593         a bit, 
2594
2595         * gtk/gtktoolbar.c (rect_within): Formatting fix
2596
2597         * gtk/gtktoolbar.c (gtk_toolbar_set_drop_highlight_item): Make
2598         sliding feel more responsive by only restarting sliding when the
2599         placeholder actually changes its goal allocation.
2600
2601 Tue Jan 27 02:00:37 2004  Matthias Clasen  <maclas@gmx.de>
2602
2603         * gtk/gtktreeitem.c (gtk_tree_item_add_pixmaps): Avoid a 
2604         compiler warning.  (#122725, Kjartan Maraas)
2605         
2606 Tue Jan 27 01:46:54 2004  Matthias Clasen  <maclas@gmx.de>
2607
2608         Make menus work better on Xinerama (#126150):
2609         
2610         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu): Calculate the 
2611         monitor_num on the screen of the menu, not of the attach widget.
2612
2613         * gtk/gtkmenu.c (menu_change_screen): Forget the stored monitor_num. 
2614         (gtk_menu_window_size_request): Remember the monitor_num.
2615
2616 2004-01-26  Federico Mena Quintero  <federico@ximian.com>
2617
2618         Fix #105497; constify uses of GdkColor.
2619
2620         * gdk/gdkgc.c (gdk_gc_set_rgb_fg_color): Constify.
2621         (gdk_gc_set_rgb_bg_color): Constify.
2622         (gdk_gc_set_foreground): Constify.
2623
2624         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_pixmap): Constify.
2625         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new_from_pixmap): Constify.
2626         * gdk/linux-fb/gdkcursor-fb.c (gdk_cursor_new_from_pixmap): Constify.
2627
2628         * gdk/x11/gdkpixmap-x11.c (gdk_pixmap_create_from_data): Constify.
2629         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_create_from_data): Constify.
2630         * gdk/linux-fb/gdkpixmap-fb.c (gdk_pixmap_create_from_data): Constify.
2631
2632         * gdk/x11/gdkwindow-x11.c (gdk_window_set_background): Constify.
2633         * gdk/win32/gdkwindow-win32.c (gdk_window_set_background): Constify.
2634         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_set_background): Constify.
2635
2636         * gdk/gdkpango.c (gdk_draw_layout_line_with_colors): Constify.
2637         (gdk_draw_layout_with_colors): Constify.
2638
2639         * gdk/gdkpixmap.c (gdk_pixmap_colormap_new_from_pixbuf): Constify.
2640         (gdk_pixmap_colormap_create_from_xpm): Constify.
2641         (gdk_pixmap_create_from_xpm): Constify.
2642         (gdk_pixmap_colormap_create_from_xpm_d): Constify.
2643         (gdk_pixmap_create_from_xpm_d): Constify.
2644
2645         * gtk/gtkcellview.c (gtk_cell_view_set_background_color): Constify.
2646
2647         * gtk/gtkclist.c (gtk_clist_set_foreground): Constify.
2648         (gtk_clist_set_background): Constify.
2649
2650         * gtk/gtkcolorbutton.c (gtk_color_button_new_with_color): Constify.
2651         (gtk_color_button_set_color): Constify.
2652
2653         * gtk/gtkcolorsel.c (gtk_color_selection_set_current_color):
2654         Constify and add a check for color != NULL.
2655         (gtk_color_selection_get_current_color): Add a check for color != NULL.
2656         (gtk_color_selection_set_previous_color): Constify and add a check
2657         for color != NULL.
2658         (gtk_color_selection_get_previous_color): Add a check for color != NULL.
2659
2660         * gtk/gtkctree.c (gtk_ctree_node_set_foreground): Constify.
2661         (gtk_ctree_node_set_background): Constify.
2662
2663         * gtk/gtktext.c (gtk_text_insert): Constify.
2664         (insert_text_property): Constify.
2665         (text_properties_equal): Constify.
2666         (new_text_property): Constify.
2667
2668         * gtk/gtkwidget.c (gtk_widget_modify_color_component): Constify.
2669         (gtk_widget_modify_fg): Constify.
2670         (gtk_widget_modify_bg): Constify.
2671         (gtk_widget_modify_text): Constify.
2672         (gtk_widget_modify_base): Constify.
2673
2674 2004-01-26  Christian Rose  <menthos@menthos.com>
2675
2676         * configure.in: Added "mi" to ALL_LINGUAS.
2677
2678 2004-01-25  Tor Lillqvist  <tml@iki.fi>
2679
2680         * gdk/win32/gdkproperty-win32.c (gdk_property_delete): If the
2681         WM_TRANSIENT_FOR property is being deleted, set the owner of the
2682         window to the root window (i.e., effectively unset it). (#132411)
2683
2684         * gdk/win32/gdkprivate-win32.h
2685         * gdk/win32/gdkglobals-win32.c
2686         * gdk/win32/gdkmain-win32.c: Declare, define and initialize
2687         _wm_transient_for, a GdkAtom for WM_TRANSIENT_FOR.
2688
2689         * acconfig.h: Remove HAVE_WINSOCK_H, not used any longer.
2690
2691 Sun Jan 25 15:14:46 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
2692
2693         * gtk/gtktoolbar.c (gtk_toolbar_size_allocate): Base the decision
2694         to map/unmap items on whether they are actually allocated outside
2695         the toolbar, not on whether that will eventually happen. Improves
2696         animation in the presence of overflown items.
2697
2698         * gtk/gtktoolbar.c (gtk_toolbar_begin_sliding): Add a
2699         queue_resize() to so that the items will get their new goal
2700         values and the idle handler will not immediately return FALSE.
2701
2702         * gtk/gtktoolbar.c (slide_idle_handler): simplify the logic and
2703         make sure that a placeholder becoming invisible doesn't cause a
2704         return TRUE.
2705
2706         * gtk/gtktoolbar.c (get_item_size): Don't special case
2707         placeholders here.
2708
2709 Sat Jan 24 23:17:27 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
2710
2711         * gtk/gtktoolbutton.c (gtk_tool_button_construct_contents): Only
2712         try to pack icon if there actually is one.
2713
2714         * gtk/gtktoolbar.c (gtk_toolbar_size_allocate): Make sure
2715         OVERFLOWN items get an allocation even when they are
2716         unmapped. This ensures they will slide in properly.
2717
2718         * gtk/gtktoolbar.c (slide_idle_handler): Make sure we return TRUE
2719         when there are overflown items that need to slide in. Also add
2720         comments and make formatting more readable.
2721
2722 Sat Jan 24 17:38:48 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
2723
2724         * gtk/gtkradiotoolbutton.c (gtk_radio_tool_button_class_init):
2725         Add a write-only property ::group to be consistent with
2726         GtkRadioAction and GtkRadioButton. (#132159, Patch from Olivier
2727         Andrieu)
2728
2729 Fri Jan 23 23:46:12 2004  Matthias Clasen  <maclas@gmx.de>
2730
2731         * gtk/gtkfontbutton.c (gtk_font_button_label_use_font): Don't leak the 
2732         font description.  (#132168)
2733
2734 2004-01-23  Federico Mena Quintero  <federico@ximian.com>
2735
2736         Fix #132247.
2737
2738         * gtk/gtkfilechooserdefault.c (set_select_multiple): Handle folder
2739         mode.
2740         (set_select_multiple): Optionally notify about changes to the
2741         select-multiple property.
2742         (list_selection_changed): Change the condition for the editable row to
2743         test for save mode; this is more clear than testing for not being
2744         in multiple selection mode.
2745         (gtk_file_chooser_default_get_paths): Get impl->action directly
2746         rather than calling gtk_file_chooser_get_action().
2747         (entry_activate): Likewise.
2748         (set_select_multiple): Annotate about #133255.
2749         (update_chooser_entry): Likewise.
2750         (check_preview_change): Likewise.
2751         (tree_selection_changed): Likewise.
2752
2753 Fri Jan 23 14:56:18 2004  Jonathan Blandford  <jrb@gnome.org>
2754
2755         * gtk/gtktreeview.c (gtk_tree_view_get_path_at_pos): Don't crash
2756         when there are no columns, or all columns are hidden, #131402
2757
2758 Fri Jan 23 16:58:28 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
2759
2760         * gtk/gtkmenu.c (DEFAULT_POPUP_DELAY): Changing to 200 was a
2761         mistake. Change back to 225.
2762
2763 Thu Jan 22 18:46:05 2004  Owen Taylor  <otaylor@redhat.com>
2764
2765         * === Released 2.3.2 ===
2766
2767 Thu Jan 22 18:45:26 2004  Owen Taylor  <otaylor@redhat.com>
2768
2769         * gtk/gtkicontheme.c: Patch from Christian Neumair
2770         to make warning string more translator friendly.
2771
2772         * gtk/gtktreemodelfilter.h gtkseparatortoolitem.[ch]
2773         gtk/gtktoolbar.c: Parameter name fixes to keep gtk-doc
2774         happy.
2775
2776         * configure.in: Require GLib-2.3.2, version 2.3.2,
2777         interface age 0, binary age 302.
2778
2779         * NEWS: Organized, added some names.
2780
2781 Thu Jan 22 16:59:36 2004  Jonathan Blandford  <jrb@gnome.org>
2782
2783         * gtk/gtkliststore.c (gtk_list_store_reorder): Doc fix.
2784
2785 2004-01-22  Federico Mena Quintero  <federico@ximian.com>
2786
2787         * gtk/gtkwidget.c (gtk_widget_class_init): Added documentation for
2788         GtkWidget::popup_menu.
2789
2790 Thu Jan 22 21:45:24 2004  Matthias Clasen  <maclas@gmx.de>
2791
2792         * gtk/gtkmenu.c (gtk_menu_remove): Remove the attach 
2793         info after calling gtk_menu_do_remove(), since that function
2794         uses the attach info. Doh!
2795
2796         * gtk/gtkmenu.c (gtk_menu_do_remove): Don't check priv->columns 
2797         for being 1 directly after setting it to 0.
2798
2799 Thu Jan 22 21:38:52 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
2800
2801         * NEWS: Updates
2802
2803 2004-01-22  Alexander Larsson  <alexl@redhat.com>
2804
2805         * gdk/x11/gdkwindow-x11.c (WINDOW_IS_TOPLEVEL):
2806         Fix typo
2807
2808 2004-01-21  Federico Mena Quintero  <federico@ximian.com>
2809
2810         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_finalize):
2811         Free the path fields.
2812
2813         * gtk/gtkfilesystemmodel.c (gtk_file_system_model_finalize): Free
2814         the root_path, reported by <scott@asofyet.org>
2815         (gtk_file_system_model_finalize): Unref the file system.
2816
2817         * gtk/gtkfilefilter.c (filter_rule_free): default:
2818         g_assert_not_reached().
2819         (gtk_file_filter_finalize): Free the filter->name, reported by
2820         <scott@asofyet.org>
2821         (gtk_file_filter_finalize): Free the rules list.
2822
2823 Wed Jan 21 18:10:40 2004  Jonathan Blandford  <jrb@gnome.org>
2824
2825         * gtk/gtkcolorbutton.c (gtk_color_button_set_color):redraw the
2826         color button when an alpha is set.
2827         (gtk_color_button_set_alpha): redraw the color button when an
2828         alpha is set.
2829
2830 Wed Jan 21 23:27:14 2004  Matthias Clasen  <maclas@gmx.de>
2831
2832         Fix #131869: 
2833         
2834         * gtk/gtkaction.c (_gtk_action_emit_activate): Hold
2835         a reference to the group while emitting the signals.
2836
2837         * gtk/gtkactiongroup.c (gtk_action_group_init): Use a 
2838         destroy notify which does not only unref, but also resets
2839         the action_group property of the action.
2840
2841 2004-01-20  Federico Mena Quintero  <federico@ximian.com>
2842
2843         * NEWS: Added details about GtkFileChooser changes.
2844
2845 2004-01-20  Federico Mena Quintero  <federico@ximian.com>
2846
2847         Fix #99425, add accessor functions for GtkPaned's children.
2848
2849         * gtk/gtkpaned.c (gtk_paned_get_child1): New function.
2850         (gtk_paned_get_child2): New function.
2851
2852 Tue Jan 20 23:49:52 2004  Matthias Clasen  <maclas@gmx.de>
2853
2854         * NEWS: Start of 2.3.2 section.
2855
2856 Tue Jan 20 22:11:31 2004  Matthias Clasen  <maclas@gmx.de>
2857
2858         Fixes for #130370, based on a patch by Michael Meeks:
2859         
2860         * gtk/gtkmenu.c (gtk_menu_do_remove): New auxiliary function to
2861         adjust cell positions and recalculate row and column counts after
2862         removing an item.
2863
2864         * gtk/gtkmenu.c (gtk_menu_remove): Call gtk_menu_do_remove.
2865
2866         * gtk/gtkmenu.c (gtk_menu_do_insert): Don't leave empty rows when
2867         appending items.
2868
2869         * gtk/gtkmenu.c (gtk_menu_attach): Don't call gtk_menu_shell_append,
2870         to avoid an unintended recursion.
2871
2872 2004-01-19  Federico Mena Quintero  <federico@ximian.com>
2873
2874         Fix #131418.
2875
2876         * gtk/gtkfilechooserdefault.c (set_select_multiple): New helper
2877         function.
2878         (gtk_file_chooser_default_set_property): Use
2879         set_select_multiple().  Also, re-set this mode to single if the
2880         file chooser is set to Save mode.
2881         (entry_activate): Handle the case where the entry is completely
2882         empty *and* its current folder does exist.  Also, there is need to
2883         test for select_multiple here now that we ensure that it won't
2884         happen during Save mode.
2885
2886 Sun Jan 18 15:25:39 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
2887
2888         * gtk/gtktoolbar.[ch]: Add _gtk_toolbar_paint_space_line(),
2889         _gtk_toolbar_get_default_space_size ();
2890
2891         * gtk/gtkseparatortoolitem.c (gtk_separator_tool_item_expose,
2892         get_space_size): Use them here.
2893
2894 Sun Jan 18 13:16:34 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
2895
2896         * tests/testgtk.c (create_toolbar): Set a small size request and
2897         make the window resizable, to test mapping/unmapping of buttons.
2898
2899         * gtk/gtktoolbar.c (gtk_toolbar_remove_content,
2900         gtk_toolbar_insert_tool_item): remove these functions.
2901
2902         * gtk/gtktoolbar.c (gtk_toolbar_show_all,
2903         toolbar_content_show_all, gtk_toolbar_hide_all,
2904         toolbar_content_hide_all): New functions. 
2905
2906         Ignore show_all/hide_all for buttons created in compatibility mode.
2907
2908         * gtk/gtktoolbar.c (internal_insert_element, gtk_toolbar_show_all,
2909         gtk_toolbar_hide_all): Make sure buttons are ignored by
2910         gtk_toolbar_show_all() and gtk_toolbar_hide_all().
2911         
2912         * gtk/gtktoolbar.c: s/regular_widget/compatibility/g
2913
2914         * gtk/gtktoolbar.c (struct _ToolbarContent): Allocate
2915         GtkToolbarChild inline. Get rid of GtkToolbarChildSpace.
2916
2917         * gtk/gtktoolbar.c (toolbar_content_expose): Fix bug where widget
2918         could become NULL.
2919
2920         * gtk/gtktoolbar.c (gtk_toolbar_add): Append new tool items
2921         instead of prepending them.
2922
2923         * gtk/gtktoolbar.c (gtk_toolbar_size_allocate): Use the same
2924         'elapsed' for all items.
2925
2926         * gtk/gtktoolbar.c (struct _GtkToolbarPrivate): Turn booleans
2927         into bitfields.
2928
2929         * gtk/gtktoolbar.c: Many formatting fixes
2930         
2931 Sun Jan 18 01:51:12 2004  Matthias Clasen  <maclas@gmx.de>
2932
2933         * configure.in: Add the necessary magic to create
2934         po-properties/Makefile.
2935
2936 Sat Jan 17 23:05:52 2004  Matthias Clasen  <maclas@gmx.de>
2937
2938         The second part of the fix for #114351 (see also 
2939         gdk-pixbuf/ChangeLog and po/ChangeLog):
2940
2941         * Makefile.am (SUBDIRS): Add po-properties.
2942
2943         * configure.in (AC_CONFIG_FILES): Add po-properties/Makefile.in 
2944
2945         * gdk/gdkintl.h (P_): 
2946         * gtk/gtkintl.h (P_): Use translation domain gtk20-properties. 
2947
2948         * gtk/gtkmain.c (gtk_parse_args): Call bindtextdomain and
2949         bind_textdomain_codeset for gtk20-properties as well.
2950
2951 Sat Jan 17 22:00:07 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
2952
2953         * gtk/gtktoolbar.c: 
2954
2955         Fix rest of #128678: Implement all the toolbar_content()
2956         methods for the old API case.
2957
2958 Sat Jan 17 16:53:08 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
2959
2960         * gtk/gtktoolbar.c: 
2961
2962         Phase 1 of fixing #128678: Only access ToolbarContent through a
2963         set of new functions:
2964
2965         toolbar_content_expose, toolbar_content_visible,
2966         toolbar_content_size_request, toolbar_content_is_homogeneous,
2967         toolbar_content_get_child_requisition,
2968         toolbar_content_is_placeholder, toolbar_content_disappearing,
2969         toolbar_content_get_state, toolbar_content_child_visible,
2970         toolbar_content_get_goal_allocation,
2971         toolbar_content_get_allocation,
2972         toolbar_content_set_start_allocation,
2973         toolbar_content_get_start_allocation, toolbar_content_get_expand,
2974         toolbar_content_set_goal_allocation,
2975         toolbar_content_set_child_visible, toolbar_content_size_allocate,
2976         toolbar_content_set_state, toolbar_content_get_widget,
2977         toolbar_content_set_disappearing,
2978         toolbar_content_set_size_request,
2979         toolbar_content_toolbar_reconfigured,
2980         toolbar_content_retrieve_menu_item, 
2981         toolbar_content_new_tool_item, toolbar_content_destroy,
2982         toolbar_content_is_separator
2983
2984         Also fix #127092.
2985         
2986 Sat Jan 17 12:55:13 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
2987
2988         * gtk/gtktoolitem.c (gtk_tool_item_finalize): don't leak the menu
2989         item ID.
2990
2991 Sat Jan 17 12:37:46 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
2992
2993         * gtk/gtktoolbar.c (gtk_toolbar_finalize): Don't leak the
2994         overflow menu.
2995         
2996         * gtk/gtktoolbar.h (struct _GtkToolbar): Make some fields public. 
2997         [#127726]
2998
2999 2004-01-16  Federico Mena Quintero  <federico@ximian.com>
3000
3001         * gtk/gtkfilesystemmodel.c (struct _GtkFileSystemModel): Added a
3002         has_editable field.
3003         (_gtk_file_system_model_add_editable): New function.
3004         (_gtk_file_system_model_remove_editable): New function.
3005         (gtk_file_system_model_get_value): Return appropriate values for
3006         the temporary editable row.
3007         (_gtk_file_system_model_get_info): Handle the editable row.
3008         (_gtk_file_system_model_get_path): Likewise.
3009
3010         * gtk/gtkfilechooserdefault.c (shortcuts_append_bookmarks):
3011         Removed an unused variable.
3012         (toolbar_button_new): Optionally show the button.
3013         (up_button_clicked_cb): Renamed from up_button_cb(), fixed prototype.
3014         (toolbar_create): Add a "New Folder" button for Save mode.
3015         (error_building_filename_dialog): New helper function.
3016         (gtk_file_chooser_default_get_paths): Use error_building_filename_dialog().
3017         (create_file_list): Connect to the "edited" signal of the text
3018         cell renderer.  Store the name column and text renderer in the
3019         impl structure.
3020         (renderer_edited_cb): New callback.
3021         (gtk_file_chooser_default_set_property): Show/hide the "New
3022         folder" button when the save action changes.
3023         (COMPARE_DIRECTORIES): Allow the info values to be NULL.
3024         (COMPARE_DIRECTORIES): Duh, use the list_model, not the
3025         tree_model.
3026         (get_list_file_info): Likewise!
3027         (list_icon_data_func): Handle the path being NULL.
3028         (new_folder_button_clicked): New callback.
3029         (list_name_data_func): If we are on the editable row, set the text
3030         to "Type name of new folder".
3031         (list_selection_changed): Handle the editable row.
3032         (list_mtime_data_func): Likewise.
3033
3034         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_make_path): Return
3035         NULL, not FALSE.
3036         (gtk_file_system_unix_create_folder): Test the result of mkdir() correctly.
3037
3038 Fri Jan 16 23:59:01 2004  Matthias Clasen  <maclas@gmx.de>
3039
3040         The first part of the fix for #114351 (see also 
3041         gdk-pixbuf/ChangeLog and po/ChangeLog):
3042         
3043         * gtk/gtkintl.h: 
3044         * gdk/gdkintl.h: Define P_() for property blurbs and nicks.
3045
3046         * gdk/gdkdisplaymanager.c:
3047         * modules/input/gtkimcontextxim.c:
3048         * gtk/*.c:  Mark property blurbs and nicks with P_().
3049         
3050 2004-01-16  Federico Mena Quintero  <federico@ximian.com>
3051
3052         Fix #130969.
3053
3054         * gtk/gtkcellrenderer.h (struct _GtkCellRendererClass): Added an
3055         editing_canceled signal.
3056
3057         * gtk/gtkcellrenderer.c (gtk_cell_renderer_class_init): Create the
3058         "editing-canceled" signal.
3059         (gtk_cell_renderer_editing_canceled): New function.
3060
3061         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_editing_done):
3062         Call gtk_cell_renderer_editing_canceled().
3063
3064 2004-01-16  Federico Mena Quintero  <federico@ximian.com>
3065
3066         * gtk/gtkfilechooserdefault.c
3067         (gtk_file_chooser_default_set_property): Do not allow setting
3068         select_multiple when in Save mode.
3069         (set_list_model): No need to nullify the list_model and
3070         sort_model.
3071         (gtk_file_chooser_default_get_paths): Handle folder mode as well.
3072         (get_paths_foreach): Likewise.
3073
3074         * gtk/gtkfilechooser.c (gtk_file_chooser_get_filename): Clarify
3075         documentation about folder mode.
3076         (gtk_file_chooser_get_uri): Likewise.
3077
3078 2004-01-16  Federico Mena Quintero  <federico@ximian.com>
3079
3080         * gtk/gtkfilesystem.h (struct _GtkFileSystemIface): New
3081         get_volume_for_path() method.
3082         (struct _GtkFileSystemIface): Finally removed the list_roots() and
3083         get_root_info() methods, and the "roots-changed" signal.
3084
3085         * gtk/gtkfilesystem.c (gtk_file_system_get_volume_for_path): New
3086         function.
3087         (gtk_file_system_list_roots): Removed.
3088         (gtk_file_system_get_root_info): Removed.
3089
3090         * gtk/gtkfilesystemunix.c
3091         (gtk_file_system_unix_get_volume_for_path): Implement.
3092         (get_root_volume): New helper function.
3093         (gtk_file_system_unix_list_volumes): Use get_root_volume().
3094         (gtk_file_system_unix_list_roots): Removed.
3095         (gtk_file_system_unix_get_root_info): Removed.
3096
3097         * gtk/gtkfilesystemmodel.c (_gtk_file_system_model_new): Don't
3098         accept a NULL root_path.
3099         (struct _GtkFileSystemModel): Add a field to remember the
3100         root_path.
3101         (_gtk_file_system_model_new): Store the root_path in the model
3102         structure.
3103         (find_and_ref_path): Stop going up the hierarchy at the root_path
3104         of the model.  Also, don't return prematurely when walking up the
3105         hierarchy.
3106
3107         * gtk/gtkfilechooserdefault.c (create_file_list): Sigh, restore
3108         the rules_hint.
3109         (struct _GtkFileChooserDefault): Added a current_volume_path field.
3110         (set_tree_model): New function; create the folder tree model here.
3111         (create_folder_tree): Don't create the model here.
3112         (set_list_model): Set the show_hidden flag on the list model.
3113
3114 Fri Jan 16 00:04:43 2004  Matthias Clasen  <maclas@gmx.de>
3115
3116         * gtk/gtknotebook.h:
3117         * gtk/gtknotebook.c (gtk_notebook_append_page): 
3118         * gtk/gtknotebook.c (gtk_notebook_append_page_menu): 
3119         * gtk/gtknotebook.c (gtk_notebook_prepend_page): 
3120         * gtk/gtknotebook.c (gtk_notebook_prepend_page_menu): 
3121         * gtk/gtknotebook.c (gtk_notebook_insert_page): 
3122         * gtk/gtknotebook.c (gtk_notebook_insert_page_menu): Return the
3123         index of the newly inserted page.  (#130986, Olexiy Avramchenko) 
3124
3125 Thu Jan 15 23:17:14 2004  Matthias Clasen  <maclas@gmx.de>
3126
3127         * gtk/gtkuimanager.c (gtk_ui_manager_get_toplevels): Inserting
3128         a 'newly-allocated' to hint that the list should be freed after
3129         use.
3130
3131 Wed Jan 14 18:01:52 2004  Jonathan Blandford  <jrb@gnome.org>
3132
3133         * gtk/gtktreeview.c (gtk_tree_view_button_press): move grab_focus
3134         to after handling the button presses in the TreeView to avoid
3135         getting multiple selection_changes()
3136
3137 Wed Jan 14 21:16:20 2004  Matthias Clasen  <maclas@gmx.de>
3138
3139         * gtk/gtkimcontext.c: Documentation fix.  (#131335, Theppitak 
3140         Karoonboonyanan)
3141
3142 Wed Jan 14 21:00:49 2004  Matthias Clasen  <maclas@gmx.de>
3143
3144         * gtk/gtkactiongroup.c (gtk_action_group_add_action_with_accel): 
3145         Don't leak name and stock_id.  (#131358, Morten Welinder)
3146
3147 Wed Jan 14 13:07:30 GMT 2004  Tony Gale <gale@gtk.org>
3148
3149         * docs/faq/gtk-faq.sgml: Updates to Section 5
3150
3151 Wed Jan 14 02:34:57 2004  Matthias Clasen  <maclas@gmx.de>
3152
3153         * gtk/gtkradioaction.c: Add a writable group property to align
3154         with the GtkRadioButton API.  (#129166, Olivier Andrieu) 
3155
3156 Tue Jan 13 14:48:27 GMT 2004  Tony Gale <gale@gtk.org>
3157
3158         * docs/faq/gtk-faq.sgml: Update info on using autoconf
3159
3160 Mon Jan 12 23:40:34 2004  Matthias Clasen  <maclas@gmx.de>
3161
3162         * tests/testmerge.c: Adjust to the new connect_proxy signals.
3163
3164         * gtk/gtkuimanager.c
3165         * gtk/gtkactiongroup.c
3166         * gtk/gtkaction.c: Move the connect_proxy and disconnect_proxy signals
3167         from GtkAction to GtkActionGroup and proxy it on GtkUIManager. This
3168         removes the confusion between the disconnect_/connect_proxy signals 
3169         and the (unrelated) virtual functions of the same name and aligns
3170         the setup with the pre_/post_activate signals.
3171
3172 2004-01-12  Jody Goldberg <jody@gnome.org>
3173
3174         * gtk/gtkaction.c (connect_proxy) : only connect activate for menus
3175           with no submenus otherwise it looks like we activate every time a
3176           submenu opens.
3177
3178 2004-01-12  Jody Goldberg <jody@gnome.org>
3179
3180         * gtk/gtkuimanager.c: Remove accidentially committed debug spew.
3181
3182 Sun Jan 11 01:55:07 2004  Matthias Clasen  <maclas@gmx.de>
3183
3184         * gtk/gtkaccelmap.c: Remove accidentally committed notification stuff. 
3185         (gtk_accel_map_lock_path): 
3186         (gtk_accel_map_unlock_path): Path locking can now be nested, a missing
3187         entry is silently created during lock_path(), and treated as an error 
3188         during unlock_path(). These changes have been requested by Tim Janik.
3189
3190 2004-01-10  Jody Goldberg <jody@gnome.org>
3191
3192         * gtk/gtkuimanager.c (d) : Add a debug macro to quiet the spew.
3193         s/merge_signals/ui_manager_signals/ for readability.
3194         (gtk_ui_manager_class_init) : add pre_activate and post_activate
3195           signals.
3196         (cb_proxy_pre_activate) : new.
3197         (cb_proxy_post_activate) : new.
3198         (gtk_ui_manager_insert_action_group) : connect the proxies for
3199           GtkActionGroup::pre/post_activate
3200         (gtk_ui_manager_remove_action_group) : disconnect them.
3201
3202         * gtk/gtkactiongroup.c (gtk_action_group_class_init) : add
3203           'sensitive', and 'visible' properties.  Also add pre_activate and
3204           post_activate signals to help deal with activations at a higher
3205           level (eg GtkUIManager)
3206         (gtk_action_group_init) : init sensitive and visible
3207         (gtk_action_group_set_property) : add sensitive and visible
3208         (gtk_action_group_get_property) : add sensitive and visible
3209         (gtk_action_group_get_sensitive) : new.
3210         (gtk_action_group_get_visible) : new.
3211         (cb_set_action_sensitivity) : new with minor optimization that only
3212           signals sensitivity changes if the action could possibly change.
3213         (cb_set_action_visiblility) : ditto.
3214         (gtk_action_group_set_sensitive) : new.  walk the actions directly
3215           rather than using notify::sensitive because that is simpler, easier
3216           to read, and more efficient.
3217         (gtk_action_group_set_visible) : ditto.
3218         (gtk_action_group_add_action) : Each action can only be in 1 group,
3219           set GtkAction::action_group.
3220         (gtk_action_group_remove_action) : clear it.
3221         (gtk_action_group_add_toggle_actions_full) : warning suppression.
3222         (gtk_action_group_add_radio_actions_full) : warning suppression.
3223         (_gtk_action_group_emit_pre_activate) : new protected routine for use
3224           by GtkAction.
3225         (_gtk_action_group_emit_post_activate) : ditto.
3226
3227         * gtk/gtkaction.c (gtk_action_class_init) : add 'action_group' property.
3228         (gtk_action_init) : initialize it.
3229         (gtk_action_get_property) : get.
3230         (gtk_action_set_property) : set it via
3231         (gtk_action_set_action_group) : new function.
3232         (gtk_action_sync_sensitivity) : new routine to sync proxy sensitivity
3233           with the logical sensitivity (action & group) rather than the simple
3234           action::sensitivity.
3235         (gtk_action_sync_visible) : use gtk_action_is_visible to handle
3236           logical visibility (action & group) rather than the simple
3237           action::visible.  Use widget show/hide directly.
3238         (connect_proxy) : handle the custom sensitivity handler.
3239           Make the TOOL_BUTTON signals more general and support TOOL_ITEM
3240           directly, with special cases for TOOL_BUTTON.  Still not especially
3241           good it might be useful to handle label/use_underline by parmspec
3242           lookup.  Those are likely to be implemented by custom types, and are
3243           assumed to exist in GtkToolItem.
3244         (disconnect_proxy) : disconnect the new sensitivity handler.
3245         (_gtk_action_emit_activate) : add pre/post signals.
3246         (gtk_action_activate) : use logical sensitivity.
3247         (gtk_action_is_sensitive) : logical sensitivity.
3248         (gtk_action_get_sensitive) : actual sensitivity.
3249         (closure_accel_activate) : use logical sensitivity.
3250
3251 Fri Jan  9 22:23:45 2004  Matthias Clasen  <maclas@gmx.de>
3252
3253         * gtk/gtkuimanager.c: Introduce a new parser state for 
3254         accelerator elements to avoid misparsing files containing 
3255         such elements.  (#131035, Morten Welinder)
3256
3257 Fri Jan  9 11:58:47 2004  Manish Singh  <yosh@gimp.org>
3258
3259         * gdk-pixbuf/gdk-pixbuf-io.c: #include <unistd.h> for unlink()
3260
3261 Fri Jan  9 15:28:21 GMT 2004  Tony Gale <gale@gtk.org>
3262
3263         * docs/faq/gtk-faq.sgml: update GtkEntry filter code example
3264
3265 Fri Jan  9 00:34:57 2004  Matthias Clasen  <maclas@gmx.de>
3266
3267         * gtk/gtkuimanager.h:
3268         * gtk/gtkuimanager.c (gtk_ui_manager_get_toplevels): New function to
3269         obtain a list of toplevel widgets constructed by the ui manager.
3270
3271         * gtk/gtkuimanager.h (GtkUIManagerItemType): Change to flags, so that 
3272         the values can be combined for gtk_ui_manager_get_toplevels().
3273
3274         * tests/testmerge.c: Add a "Dump toplevels" button to test 
3275         gtk_ui_manager_get_toplevels().
3276
3277 Wed Jan  7 23:20:06 2004  Matthias Clasen  <maclas@gmx.de>
3278
3279         * demos/gtk-demo/Makefile.am (demos): Add entry_completion.c
3280         
3281         * demos/gtk-demo/entry_completion.c: New demo for GtkEntryCompletion 
3282         by Anders Carlsson  (#130464).
3283
3284 Wed Jan  7 23:07:28 2004  Matthias Clasen  <maclas@gmx.de>
3285
3286         * gtk/gtkmain.h: 
3287         * gtk/gtkmain.c (gtk_events_pending): Change the return value from 
3288         gint to gboolean.  (#130718, reported by Johannes Weißl)
3289
3290 Wed Jan  7 23:03:32 2004  Matthias Clasen  <maclas@gmx.de>
3291
3292         * gtk/gtkactiongroup.h: 
3293         * gtk/gtkactiongroup.c (gtk_action_group_add_action_with_accel): 
3294         Remove the redundant name and stock_id parameters, adjust all callers.
3295
3296 Wed Jan  7 22:20:20 2004  Matthias Clasen  <maclas@gmx.de>
3297
3298         * gtk/gtkaction.h: 
3299         * gtk/gtkaction.c (gtk_action_new):  
3300         * gtk/gtktoggleaction.h: 
3301         * gtk/gtktoggleaction.c (gtk_toggle_action_new): 
3302         * gtk/gtkradioaction.h: 
3303         * gtk/gtkradioaction.c (gtk_radio_action_new): Add creation 
3304         functions for actions.
3305
3306         * gtk/gtkactiongroup.c (gtk_action_group_add_actions_full): 
3307         (gtk_action_group_add_toggle_actions_full): 
3308         (gtk_action_group_add_radio_actions_full): and use the
3309         new functions here.  (#125322, Patch by Jeff Frank)
3310
3311 Wed Jan  7 21:42:49 2004  Matthias Clasen  <maclas@gmx.de>
3312
3313         * gtk/gtkaccelmap.c (gtk_accel_map_lock_path): Fix grammar of 
3314         docs.
3315
3316 2004-01-07  Jan Arne Petersen  <jpetersen@uni-bonn.de>
3317
3318         * gtk/gtkfilechooserdefault.c: (shortcuts_insert_path),
3319         (shortcuts_append_home), (shortcuts_append_desktop),
3320         (shortcuts_append_paths), (shortcuts_add_volumes),
3321         (shortcuts_append_bookmarks), (create_shortcuts_model),
3322         (gtk_file_chooser_default_add_shortcut_folder): add REMOVABLE column
3323         to the shortcuts_model.
3324
3325         (remove_bookmark_button_clicked_cb),
3326         (bookmarks_check_remove_sensitivity): use REMOVABLE column to check if
3327         bookmarks can be removed. Fixes #129873
3328
3329 Wed Jan  7 02:50:55 2004  Matthias Clasen  <maclas@gmx.de>
3330
3331         * demos/testpixbuf-save.c: Make s, S, Control-S, p, P, Control-P,
3332         i, I, Control-I test gdk_pixbuf_save(), gdk_pixbuf_save_to_buffer()
3333         and gdk_pixbuf_save_to_callback() with jpeg, png and ico formats, 
3334         respectively. Tests #82203.
3335
3336 2004-01-06  Federico Mena Quintero  <federico@ximian.com>
3337
3338         * gtk/gtkfilesel.c (gtk_file_selection_create_dir_confirmed): Use
3339         0777 as the mode for mkdir() and let the umask do the right
3340         thing.  Fixes #121819.
3341
3342         * gtk/gtkfilesystemunix.c (filename_is_root): g_path_skip_root()
3343         can return NULL; handle this.  Fixes #129565.
3344
3345 2004-01-06  Alexander Winston  <alexander.winston@comcast.net>
3346
3347         * gtk/gtkfilesel.c: (gtk_file_selection_delete_file): Removed space
3348         that proceeded the end-of-sentence punctuation. Fixes: #130353.
3349
3350 2004-01-06  Jody Goldberg <jody@gnome.org>
3351
3352         * gtk/gtktoolitem.c (gtk_tool_item_set_property) : Call 
3353           gtk_tool_item_set_visible_vertical for PROP_VISIBLE_VERTICAL.
3354
3355 2004-01-05  Federico Mena Quintero  <federico@ximian.com>
3356
3357         * gtk/gtkfilechooserdefault.c (shortcuts_append_bookmarks): Oops,
3358         call shortcuts_add_bookmarks() here.
3359         (remove_bookmark_button_clicked_cb): Ahem, fetch the selected
3360         iter.
3361         (shortcuts_append_paths): Don't display error dialogs here.
3362         (create_file_list): Remove the @#$% rules hint.
3363
3364 2004-01-05  Federico Mena Quintero  <federico@ximian.com>
3365
3366         * gtk/gtkfilechooserdefault.c (toolbar_button_new): New helper
3367         function.
3368         (toolbar_create): Do not use a toolbar widget, just an hbox
3369         instead.  Add the bookmarks buttons and the current folder label
3370         here.
3371         (create_filename_entry_and_filter_combo): Create the filter combo
3372         here.
3373         (filter_create): Don't show the filter combo initially.
3374         (up_button_cb): Renamed from toolbar_up_cb().
3375         (create_shortcuts_buttons): Removed.
3376
3377 2004-01-05  Murray Cumming  <murrayc@usa.net>
3378
3379         * gdk/gdkimage.h: Added <public> documentation to the struct, as
3380         suggested by Owen Taylor.
3381
3382 2004-01-05  Jody Goldberg <jody@gnome.org>
3383
3384         * gtk/gtkiconfactory.c (get_default_icons) : add stock indent, unindent
3385           I would have prefered outdent, but compatibility seems more
3386           important.
3387         * gtk/gtkstock.c (builtin_items) : ditto.
3388         * gtk/gtkstock.h : ditto.
3389         * gtk/stock-icons/Makefile.am : ditto.
3390         * gtk/stock-icons/stock_text_indent_16.png :
3391         * gtk/stock-icons/stock_text_indent_24.png :
3392         * gtk/stock-icons/stock_text_unindent_16.png :
3393         * gtk/stock-icons/stock_text_unindent_24.png : from gnome-icon-theme
3394
3395 Sun Jan  4 15:29:04 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3396
3397         * gtk/gtkradiotoolbutton.[ch]
3398         (gtk_radio_tool_button_new_with_stock_from_widget): Change API so
3399         group is a GtkRadioButton, not a GtkWidget.
3400
3401 2004-01-04  Hans Breuer  <hans@breuer.org>
3402
3403         * gdk/win32/gdkwindow-win32.c : use SWP_NOACTIVATE in 
3404         gdk_window_set_keep_(above|below) to make DND work again.
3405         Thanks to Alif Wahid for noticing.
3406
3407         * gdk/gdk.def : update externals
3408
3409         * gtk/gtkfilesystemwin32.c : adapt to GtkFileSystemIFace changes
3410
3411         * gtk/gtk-stock.[hc] gtk/gtkiconfactory.c 
3412           gtk/stock-icons/Makefile.am gtk/stock-icons/makefile.msc :
3413           gtk/stock-icons/stock_harddisk_16.png 
3414           gtk/stock-icons/stock_harddisk_24.png 
3415         Harddisk stock icons for file system implementations. Beside
3416         FLOPPY and CDROM there is now HARDDISK, probably some 
3417         GTK_STOCK_NETWORK would be useful, but I could not find one.
3418
3419 Sat Jan  3 11:39:42 2004  Manish Singh  <yosh@gimp.org>
3420
3421         * gtk/gtkclipboard.c: Update freedesktop.org clipboard doc link.
3422         Patch from Andrew Moise (#130462).
3423
3424 2004-01-01  Jody Goldberg <jody@gnome.org>
3425
3426         * gtk/gtkaction.c (_GtkActionPrivate) : add visible_horizontal,
3427           visible_vertical.
3428         (gtk_action_class_init) : here.
3429         (gtk_action_init) : here.
3430         (gtk_action_set_property) : here.
3431         (gtk_action_get_property) : here.
3432         (connect_proxy) : and here.
3433
3434 2003-12-30  Jody Goldberg <jody@gnome.org>
3435
3436         * gtk/gtkactiongroup.c (gtk_action_group_add_action_with_accel) :  new
3437           utility routine for use in derived GtkActions with the replicated code
3438           from.
3439         (gtk_action_group_add_actions_full) : here.
3440         (gtk_action_group_add_toggle_actions_full) : here.
3441         (gtk_action_group_add_radio_actions_full) : and here.
3442
3443 2004-01-01  Taneem Ahmed  <taneem@bengalinux.org>
3444
3445         * configure.in: Added "bn" to ALL_LINGUAS.
3446
3447 2004-01-01  Taneem Ahmed  <taneem@bengalinux.org>
3448
3449         * bn.po: Added Bangla translation by 
3450         of Ankur group <gnome-translation@bengalinux.org>.
3451
3452 Fri Jan  2 02:50:11 2004  Matthias Clasen  <maclas@gmx.de>
3453
3454         * gtk/gtkcalendar.c (gtk_calendar_compute_days): 
3455         * gtk/gtkcalendar.c (gtk_calendar_paint_day_names): 
3456         * gtk/gtkcalendar.c (gtk_calendar_init): Changes to support 
3457         week_start values other than 0 and 1, e.g. 6 will let weeks start
3458         on Saturday.  (#130349, Roozbeh Pournader) 
3459
3460 2003-12-31 13:49 Daniel Rogers <dsrogers@phasevelocity.org>
3461
3462         * gdk/x11/gdkinput-x11.c: (gdk_input_translate_coordinates)
3463         
3464         Fix to allow reasonable pointer behavior in window mode when an
3465         extended input device reports an incorrect resolution of 0.  Fixes
3466         bug #123546
3467         
3468 2003-12-31  Christian Neumair  <chris@gnome-de.org>
3469
3470         * gdk-pixbuf/gdk-pixdata.c: (gdk_pixbuf_from_pixdata):
3471         * gtk/gtkfilechooserdefault.c: (list_size_data_func): Use ngettext for
3472         plurals (#123847).
3473
3474 Wed Dec 31 02:05:39 2003  Matthias Clasen  <maclas@gmx.de>
3475
3476         * gtk/gtkactiongroup.c (gtk_action_group_add_actions_full): 
3477         (gtk_action_group_add_toggle_actions_full):
3478         (gtk_action_group_add_radio_actions_full): Pull accelerator key
3479         from the stock item if stock_id is given, but accelerator 
3480         not.  (Noticed by Jeff Franks and Jody Goldberg)
3481
3482         * tests/testmerge.c: Remove the accelerator from the "Open" entry
3483         to test the above change.
3484         
3485 2003-12-29  Federico Mena Quintero  <federico@ximian.com>
3486
3487         Make show_all() work for the extra and preview widgets; reported
3488         by Paolo Maggi.
3489
3490         * gtk/gtkfilechooserdefault.c (set_preview_widget): show_all() the
3491         preview widget.
3492         (set_extra_widget): show_all() the extra widget.
3493
3494 Mon Dec 29 12:22:22 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
3495
3496         * gtk/gtkuimanager.c (do_updates): 
3497         * gtk/gtktoolbar.c (slide_idle_handler): 
3498         * gtk/gtkdnd.c (gtk_drag_update_idle): 
3499
3500         Add GDK_THREADS_ENTER()/GDK_THREADS_LEAVE() pairs around idle
3501         functions. (#130157, patch from Olexiy Avramchenko).
3502         
3503 2003-12-29  Anders Carlsson  <andersca@gnome.org>
3504
3505         * gtk/gtkradiotoolbutton.c:
3506         * gtk/gtkradiotoolbutton.h:
3507         * gtk/gtkseparatortoolitem.c:
3508         * gtk/gtkseparatortoolitem.h:
3509         * gtk/gtktoggletoolbutton.c:
3510         * gtk/gtktoggletoolbutton.h:
3511         * gtk/gtktoolbar.c:
3512         * gtk/gtktoolbar.h:
3513         * gtk/gtktoolbutton.c:
3514         * gtk/gtktoolbutton.h:
3515         * gtk/gtktoolitem.c:
3516         * gtk/gtktoolitem.h:
3517         Update my e-mail address.
3518         
3519 Mon Dec 29 01:36:22 2003  Matthias Clasen  <maclas@gmx.de>
3520
3521         * gtk/gtkaccelmap.[hc]: (gtk_accel_map_lock_path, 
3522         gtk_accel_map_unlock_path): Add a way to lock individual accelerator
3523         paths.  (#73207, reported by Havoc Pennington)
3524
3525 Sat Dec 27 23:17:56 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
3526
3527         * gtk/gtktoolbar.c (slide_idle_handler): use CHILD_VISIBLE
3528         instead of VISIBLE to determine whether we should stop
3529         sliding. (#130018, reported by Christian Persch).
3530
3531 Fri Dec 26 23:24:35 2003  Matthias Clasen  <maclas@gmx.de>
3532
3533         * gtk/gtkactiongroup.c (gtk_action_group_add_radio_actions_full): 
3534         Don't use first_action without initializing it if n_entries is 0.
3535
3536 Thu Dec 25 00:26:34 2003  Matthias Clasen  <maclas@gmx.de>
3537
3538         * gdk/x11/gdkcursor-x11.c (gdk_display_get_default_cursor_size):
3539         Add the missing _get_ to the name of the non-Xcursor version of
3540         this function.  (noticed by Torsten Schoenfeld)
3541
3542 Tue Dec 23 22:34:50 2003  Manish Singh  <yosh@gimp.org>
3543
3544         * gtk/gtkicontheme.h: fix GTK_TYPE_ICON_INFO macro, reported by
3545         muppet.
3546
3547 2003-12-24  Jody Goldberg <jody@gnome.org>
3548
3549         * gtk/gtkactiongroup.h : Add some const to the char * in
3550           GtkActionEntry*.  We're reccomending people pass static strings to
3551           them, and not freeing them.  This stems to flood of warnings that
3552           result.
3553         * gtk/gtkactiongroup.c (gtk_action_group_add_actions_full) : change
3554           temp vars to const to match above.
3555         (gtk_action_group_add_toggle_actions_full) : ditto.
3556         (gtk_action_group_add_radio_actions_full) : ditto.
3557
3558 Wed Dec 24 01:12:53 2003  Matthias Clasen  <maclas@gmx.de>
3559
3560         * gtk/gtkclipboard.[hc]: Add GtkClipboardTargetReceivedFunc,
3561         gtk_clipboard_request_targets() and 
3562         gtk_clipboard_wait_for_targets().  (#101774, Dom Lachowicz)
3563
3564 Mon Dec 22 00:40:39 2003  Matthias Clasen  <maclas@gmx.de>
3565
3566         * gtk/gtkcalendar.c (gtk_calendar_paint_arrow): Use 
3567         gtk_paint_arrow instead of draw_arrow_left/draw_arrow_right.
3568         * gtk/gtkcalendar.c (draw_arrow_left):
3569         (draw_arrow_right): Removed. 
3570         * gtk/gtkcalendar.c (gtk_calendar_realize_arrows): 
3571         * gtk/gtkcalendar.c (gtk_calendar_state_changed): Set the
3572         arrow_state to GTK_STATE_INSENSITIVE if the calendar is 
3573         insensitive.  (#97376)
3574
3575 Sun Dec 21 23:17:01 2003  Matthias Clasen  <maclas@gmx.de>
3576
3577         * gtk/gtkuimanager.c (update_node): 
3578         (update_smart_separators): 
3579         (_gtk_menu_is_empty): 
3580         (find_menu_position): 
3581         * gtk/gtktreeview.c (gtk_tree_view_search_dialog_destroy): 
3582         * gtk/gtkcombobox.c (gtk_combo_box_relayout_item): 
3583         (gtk_combo_box_relayout): Fix memory leaks caused by the
3584         failure to free the result of gtk_container_get_children().
3585
3586 Sun Dec 21 17:34:22 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
3587
3588         * gdk/x11/gdkwindow-x11.c (gdk_window_reparent): Set the right
3589         properties when the window becomes a toplevel. When a window that
3590         was previously a toplevel becomes a toplevel again, restore its
3591         window type. Also make sure the focus window is removed from the
3592         XID hash when it is destroyed. (#117579, reported by Morten
3593         Welinder, patch reviewed by Owen Taylor).
3594
3595 Sun Dec 21 01:54:40 2003  Matthias Clasen  <maclas@gmx.de>
3596
3597         * gtk/gtkmenushell.h: 
3598         * gtk/gtkmenushell.c (gtk_menu_shell_cancel): New function 
3599         to emit the "cancel" signal on a menu shell.
3600
3601         * gtk/gtkmenu.c (gtk_menu_key_press): 
3602         * gtk/gtkoptionmenu.c (gtk_option_menu_remove_menu): 
3603         * gtk/gtkmenubar.c (_gtk_menu_bar_cycle_focus): Use the 
3604         new function instead of directly emitting the 
3605         signal.  (#81803, Owen Taylor)
3606
3607 Sun Dec 21 00:39:50 2003  Matthias Clasen  <maclas@gmx.de>
3608
3609         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init): 
3610         Fix the "language_set" blurb.  
3611         
3612 Sat Dec 20 22:06:03 2003  Kristian Rietveld  <kris@gtk.org>
3613
3614         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): do not invalidate
3615         all of treeview when resizing (#110074, patch from Soeren Sandmann).
3616
3617 Fri Dec 19 23:36:00 2003  Kristian Rietveld  <kris@gtk.org>
3618
3619         Fixes #108458.
3620
3621         * gtk/gtkcelllayout.[ch]: added a reorder method.
3622
3623         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_layout_init),
3624         (gtk_tree_view_column_cell_layout_reorder): implement reorder.
3625
3626         * gtk/gtkcellview.c (gtk_cell_view_cell_layout_init),
3627         (gtk_cell_view_cell_layout_reorder): ditto.
3628
3629         * gtk/gtkcombobox.c (gtk_combo_box_cell_layout_init),
3630         (gtk_combo_box_cell_layout_reorder): ditto.
3631
3632         * gtk/gtkentrycompletion.c (gtk_entry_completion_cell_layout_init),
3633         (gtk_entry_completion_reorder): ditto.
3634
3635 Fri Dec 19 22:18:19 2003  Kristian Rietveld  <kris@gtk.org>
3636
3637         * gtk/gtktreeview.c (gtk_tree_view_search_equal_func): use strstr
3638         instead of strcmp (#117127, suggestion from Soeren Sandmann).
3639
3640 Fri Dec 19 21:52:46 2003  Kristian Rietveld  <kris@gtk.org>
3641
3642         * gtk/gtkmenu.c (gtk_menu_do_insert): move item insertion logic
3643         here from gtk_menu_real_insert(),
3644         (gtk_menu_real_insert): just call gtk_menu_do_insert(),
3645         (gtk_menu_reorder_child): run _do_insert after inserting the child
3646         (unbreaks _reorder_child, reported by Tim Janik).
3647
3648 2003-12-19  Federico Mena Quintero  <federico@ximian.com>
3649
3650         * gtk/gtkfilechooserdefault.c (list_mtime_data_func): Use
3651         g_date_strftime() for UTF-8 correctness; use Julian dates to
3652         simplify the function.
3653
3654 Fri Dec 19 01:47:34 2003  Matthias Clasen  <maclas@gmx.de>
3655
3656         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_size_request): 
3657         Test extra_width, not extra_height, when determining whether to
3658         set extra_width.  (#129647, Jan Arne Petersen)
3659
3660 Fri Dec 19 01:35:34 2003  Matthias Clasen  <maclas@gmx.de>
3661
3662         Fix the behaviour of insensitive actions, which was broken
3663         when gtk_action_activate() was changed to pay attention to 
3664         sensitivity  (#129557, Christian Persch)
3665         
3666         * gtk/gtkaction.h: 
3667         * gtk/gtkaction.c (_gtk_action_emit_activate): New auxiliary
3668         function to emit an activate signal without regard to sensitivity.
3669
3670         * gtk/gtkradioaction.c: 
3671         * gtk/gtktoggleaction.c: Always use _gtk_action_emit_activate()
3672         instead of gtk_action_activate().
3673
3674 2003-12-18  Jody Goldberg <jody@gnome.org>
3675
3676         * gtk/gtkicontheme.c (gtk_icon_theme_lookup_icon)) : Add a sanity test
3677           to ensure that the base hicolor theme is installed.  Silently
3678           failing to produce icons that apps assume exist in the theme seems
3679           like a bad idea.
3680
3681 Thu Dec 18 19:13:12 2003  Kristian Rietveld  <kris@gtk.org>
3682
3683         Fixes #110249, reworked patch from Joshua N Pritikin.
3684
3685         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_get_type),
3686         (gtk_tree_model_sort_tree_drag_source_init),
3687         (gtk_tree_model_sort_row_draggable),
3688         (gtk_tree_model_sort_drag_data_get),
3689         (gtk_tree_model_sort_drag_data_delete): implement GtkTreeDragSource.
3690
3691         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_get_type),
3692         (gtk_tree_model_filter_tree_drag_source_init),
3693         (gtk_tree_model_filter_row_draggable),
3694         (gtk_tree_model_filter_drag_data_get),
3695         (gtk_tree_model_filter_drag_data_delete): ditto.
3696
3697 Thu Dec 18 18:01:01 2003  Kristian Rietveld  <kris@gtk.org>
3698
3699         * gtk/gtktreeview.c (gtk_tree_view_class_init): add key bindings
3700         for "*" and "/" (expand/collapse all). (#110195, reported by
3701         Calum Benson).
3702
3703 Thu Dec 18 17:52:56 2003  Kristian Rietveld  <kris@gtk.org>
3704
3705         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_set_property):
3706         clear the extra_attrs list if we set "text" after "markup".
3707         (Fixes #121933, Federico Mena Quintero).
3708
3709 2003-12-18  Alexander Larsson  <alexl@redhat.com>
3710
3711         * gtk/gtkicontheme.c (gtk_icon_info_get_embedded_rect):
3712         Fix typo that used the wrong x/y values for the x1, y1 point
3713         (#129605)
3714
3715 Thu Dec 18 01:41:50 2003  Kristian Rietveld  <kris@gtk.org>
3716
3717         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init),
3718         (gtk_cell_renderer_text_finalize),
3719         (gtk_cell_renderer_text_get_property),
3720         (gtk_cell_renderer_text_set_property), (get_layout): added language
3721         and language_set properties like GtkTextTag has. (#103800, reported
3722         by Owen Taylor).
3723
3724 Thu Dec 18 01:37:59 2003  Matthias Clasen  <maclas@gmx.de>
3725
3726         * gtk/gtkwidget.c (gtk_widget_activate): Correct misleading docs.
3727         * gtk/gtkbutton.c (gtk_button_class_init): Add docs for the 
3728         "activate" signal.  (#129358, Ka-Hing Cheung)
3729
3730 Thu Dec 18 01:21:59 2003  Kristian Rietveld  <kris@gtk.org>
3731
3732         * gtk/gtktreeview.c (gtk_tree_view_class_init): Jonathan got
3733         the logical flag backwards in the expand_collapse_cursor_row
3734         bindings, fixing.
3735         (gtk_tree_view_real_expand_collapse_cursor_row): invert expand
3736         flag when !logical and in RTL. (Fixes #107527, reported by
3737         Noah Levitt).
3738
3739 Thu Dec 18 01:10:16 2003  Kristian Rietveld  <kris@gtk.org>
3740
3741         * gtk/gtktreeview.c (gtk_tree_view_button_press): only start
3742         editing when activated by the left mouse button. (#106869,
3743         patch from Evan Martin).
3744
3745 Thu Dec 18 00:57:18 2003  Kristian Rietveld  <kris@gtk.org>
3746
3747         Migrating all cell renderers to use the new instance private data
3748         construction.
3749
3750         * gtk/gtktreeprivate.h: remove GtkCellRendererInfo, as it is no
3751         longer being used.
3752
3753         * gtk/gtkcellrenderer.c (gtk_cell_renderer_init),
3754         (gtk_cell_renderer_class_init), (gtk_cell_renderer_get_property),
3755         (set_cell_bg_color), (gtk_cell_renderer_render): remove old
3756         GtkCellRendererInfo handling, migrate to instance private data.
3757
3758         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_editing_done),
3759         (gtk_cell_renderer_text_start_editing): moved focus_out_id
3760         from GtkCellRendererInfo to text renderer private data.
3761
3762         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_init),
3763         (gtk_cell_renderer_pixbuf_class_init),
3764         (gtk_cell_renderer_pixbuf_finalize),
3765         (gtk_cell_renderer_pixbuf_get_property),
3766         (gtk_cell_renderer_pixbuf_set_property),
3767         (gtk_cell_renderer_pixbuf_create_stock_pixbuf),
3768         (gtk_cell_renderer_pixbuf_get_size), (gtk_cell_renderer_pixbuf_render):
3769         migrate to instance private data.
3770
3771         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_class_init),
3772         (gtk_cell_renderer_toggle_get_property),
3773         (gtk_cell_renderer_toggle_set_property),
3774         (gtk_cell_renderer_toggle_render): migrate to instance private data.
3775
3776 Thu Dec 18 00:24:32 2003  Kristian Rietveld  <kris@gtk.org>
3777
3778         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init),
3779         (gtk_cell_renderer_text_get_property),
3780         (gtk_cell_renderer_text_set_property), (get_layout): add a
3781         single-paragraph-mode property, use private instance data.
3782         (Fixes #114943, reported by Morten Welinder).
3783
3784 Thu Dec 18 00:07:01 2003  Kristian Rietveld  <kris@gtk.org>
3785
3786         * gtk/gtktreemodel.h (gtk_tree_path_new_root),
3787         (gtk_tree_model_get_iter_root): now deprecated (#106953, reported
3788         by Matthias Clasen).
3789
3790 Wed Dec 17 23:50:56 2003  Kristian Rietveld  <kris@gtk.org>
3791
3792         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_set_property):
3793         if we set a new stock_id and there was a previous stock_id, unref
3794         the pixbuf (since it was used to renderer the previous stock_id
3795         and stock_id might have been set to NULL now). (Fixes #122966).
3796
3797 2003-12-17  Marco Pesenti Gritti  <marco@gnome.org>
3798
3799         * gtk/gtktreemodelsort.c: (gtk_tree_model_sort_get_iter):
3800
3801         Check that index is not bigger than level array length
3802         also when depth is 1. Now get_iter_first correctly return
3803         FALSE when the model is empty (#129411).
3804
3805 Wed Dec 17 23:31:19 2003  Kristian Rietveld  <kris@gtk.org>
3806
3807         * gtk/gtktreeview.c (gtk_tree_view_search_equal_func): only
3808         try to strcmp or strlen if we managed to normalize and casefold
3809         the string correctly. Fixes crashes with non-UTF8 strings.
3810         (#121617, Patch from Tim-Philipp Müller).
3811
3812 Wed Dec 17 23:20:23 2003  Matthias Clasen  <maclas@gmx.de>
3813
3814         * gtk/gtkexpander.c (gtk_expander_animation_timeout): Add missing
3815         GDK_THREADS_ENTER()/GDK_THREADS_LEAVE().
3816         * gtk/gtkcalendar.c, gtk/gtkclist.c, gtk/gtkexpander.c, 
3817         gtk/gtklist.c, gtk/gtknotebook.c, gtk/gtkselection.c, 
3818         gtk/gtkspinbutton.c: Cast second argument to g_timeout_add() to
3819         GSourceFunc instead of GtkFunction.  (#129525, Olexiy Avramchenko) 
3820
3821 Wed Dec 17 23:16:45 2003  Kristian Rietveld  <kris@gtk.org>
3822
3823         * gtk/gtktreeview.c (gtk_tree_view_button_press): fix compile warning.
3824         (#122727, patch from Kjartan Maraas).
3825
3826 Wed Dec 17 21:23:01 2003  Kristian Rietveld  <kris@gtk.org>
3827
3828         Yay! Fixed height mode! Hooray! (Part 2 of #80868).
3829
3830         * gtk/gtktreeview.c (gtk_tree_view_class_init),
3831         (gtk_tree_view_init), (gtk_tree_view_set_property),
3832         (gtk_tree_view_get_property), (gtk_tree_view_set_model): add a
3833         fixed_height_mode property,
3834         (intialize_fixed_height_mode), (do_validate_rows),
3835         (column_sizing_notify), (gtk_tree_view_set_fixed_height_mode),
3836         (gtk_tree_view_style_set), (gtk_tree_view_row_changed),
3837         (gtk_tree_view_row_inserted), (gtk_tree_view_remove_column),
3838         (gtk_tree_view_insert_column): implement fixed height mode,
3839         (gtk_tree_view_append_column), (gtk_tree_view_insert_column),
3840         (gtk_tree_view_insert_column_with_attributes),
3841         (gtk_tree_view_insert_column_with_data_func): update docs.
3842
3843         * gtk/gtktreeprivate.h: add two fields to GtkTreePrivate.
3844
3845 2003-12-07  Murray Cumming  <murrayc@usa.net>
3846  
3847         * gtk/gtktreemodel.c:
3848         (row_inserted_marshal, row_deleted_marshal, rows_reorderered_marshal)
3849         Actually call the default signal handlers instead of calling the
3850         marshallers themselves in an endless loop. These default signal handler
3851         callbacks are not actually set so this is only noticed by gtkmm at
3852         the moment. Bug 123923.
3853
3854 2003-12-16  Federico Mena Quintero  <federico@ximian.com>
3855
3856         * gtk/gtkfilesystem.h (struct _GtkFileSystemIface): Added a
3857         "volumes-changed" signal.  Added the following methods:
3858                 list_volumes
3859                 volume_free
3860                 volume_get_base_path
3861                 volume_get_is_mounted
3862                 volume_mount
3863                 volume_get_display_name
3864                 volume_render_icon
3865
3866         * gtk/gtkfilesystem.c (gtk_file_system_base_init): Create the
3867         "volumes-changed" signal.
3868         (gtk_file_system_list_volumes): New function.
3869         (gtk_file_system_volume_free): New function.
3870         (gtk_file_system_volume_get_base_path): New function.
3871         (gtk_file_system_volume_get_is_mounted): New function.
3872         (gtk_file_system_volume_mount): New function.
3873         (gtk_file_system_volume_get_display_name): New function.
3874         (gtk_file_system_volume_render_icon): New function.
3875
3876         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_volume_free): Implement.
3877         (gtk_file_system_unix_volume_get_base_path): Implement.
3878         (gtk_file_system_unix_volume_get_is_mounted): Implement.
3879         (gtk_file_system_unix_volume_mount): Implement.
3880         (gtk_file_system_unix_volume_get_display_name): Implement.
3881         (gtk_file_system_unix_volume_render_icon): Implement.
3882
3883         * gtk/gtkfilechooserdefault.c (struct _GtkFileChooserDefault):
3884         Added a field for the "volumes-changed" signal connection.
3885         (gtk_file_chooser_default_set_property): Connect to
3886         "volumes-changed" on the file system.
3887         (gtk_file_chooser_default_finalize): Disconnect from
3888         "volumes-changed".
3889
3890         * gtk/gtkfilechooserdefault.c (shortcuts_remove_rows): New helper
3891         function.
3892         (shortcuts_get_index): New helper function.
3893         (shortcuts_insert_path): Can now insert volumes as well as paths.
3894         (shortcuts_append_paths): Don't take is_file_system_root.
3895         (shortcuts_add_volumes): New function.
3896         (shortcuts_append_file_system_roots): Removed.
3897         (create_shortcuts_model): Use shortcuts_add_volumes().
3898         (remove_bookmark_button_clicked_cb): Check that the index is
3899         within range.
3900         (bookmarks_check_add_sensitivity): Take volumes into account.
3901         (shortcuts_get_selected_index): New helper function.
3902         (remove_bookmark_button_clicked_cb): Use
3903         shortcuts_get_selected_index().
3904         (bookmarks_check_remove_sensitivity): Likewise.
3905         (shortcuts_select_func): Likewise.
3906         (shortcuts_row_activated_cb): Handle volumes as well as normal
3907         paths.
3908         (shortcuts_activate_volume): New function.
3909         (struct _GtkFileChooserDefault): Removed the bookmarks_set and
3910         bookmarks_iter fields.
3911         (shortcuts_append_bookmarks): Use shortcuts_remove_rows().
3912         (bookmarks_changed_cb): Use shortcuts_add_bookmarks().
3913         (remove_bookmark_rows): Removed.
3914         (shortcuts_add_bookmarks): New function; moved most of the code
3915         over from shortcuts_append_bookmarks().
3916         (shortcuts_append_bookmarks): Add the separator node here, and
3917         then call shortcuts_add_bookmarks().
3918
3919 Tue Dec 16 15:01:10 2003  Manish Singh  <yosh@gimp.org>
3920
3921         * gtk/gtkfilechooserwidget.c: fix preprocessor conditional confusion.
3922         (G_OS_UNIX/G_OS_WIN32 stuff)
3923
3924 Tue Dec 16 01:46:46 2003  Matthias Clasen  <maclas@gmx.de>
3925
3926         Do not interpret distant clicks as double-clicks  (#116541,
3927         Bernhard Walle):
3928         
3929         * gdk/gdkdisplay.h (struct GdkDisplay): Add new fields
3930         double_click_distance, button_x and button_y.
3931         * gdk/gdkdisplay.c (gdk_display_init): Initialize the new fields.
3932
3933         * gdk/gdkdisplay.h: 
3934         * gdk/gdkevents.c (gdk_display_set_double_click_distance): 
3935         New function to set the double click distance on a display.
3936
3937         * gdk/gdkevents.c: Take double click distance into account
3938         when generating single, double or triple clicks.
3939
3940         * gtk/gtksettings.c: Add new setting "gtk-double-click-distance".
3941
3942         * gdk/x11/gdkevents-x11.c: Add the XSetting 
3943         "Net/DoubleClickDistance" and map it to "gtk-double-click-distance".
3944
3945 2003-12-15  Federico Mena Quintero  <federico@ximian.com>
3946
3947         * gtk/gtkdialog.c: Sigh, revert the change.
3948
3949 2003-12-15  Federico Mena Quintero  <federico@ximian.com>
3950
3951         * gtk/gtkdialog.c (dialog_has_cancel): Removed.
3952         (gtk_dialog_close): Don't call dialog_has_cancel().  At least
3953         allows sane behavior for #101293.
3954
3955 Mon Dec 15 00:56:54 2003  Matthias Clasen  <maclas@gmx.de>
3956
3957         * gtk/gtkbutton.[hc]: Add new properties, xalign and yalign, with
3958         getter and setter gtk_button_[sg]et_alignment(), to set the
3959         alignment of the child.  (#70961, Jody Goldberg)
3960
3961 2003-12-14  Hans Breuer  <hans@breuer.org>
3962
3963         * gtk/gtkprivate.h gtk/gtkmain.c : handle GTK_DATADIR
3964         similar as the other filesystem placement 'constants' (dynamic
3965         resolving on win32)
3966
3967         * gtk/gtkfilechooserwidget.c : handle file system to win32
3968         renaming here as will
3969         * gtk/gtkfilesystemwin32.c : implement render_icon
3970
3971         * gtk/gtk.def gdk/gdk.def : updated externals
3972
3973         * gdk/win32/gdkdisplay-win32.c : make it compile without
3974         <multimon.h> - i.e. even older sdk
3975
3976         * gdk/win32/gdkevents-win32.c : match resize_timer_proc
3977         with TIMERPROC prototype
3978
3979         * gdk/win32/gdkwindow-win32.c : older msvc does not know
3980         BITMAPV5HEADER (from win xp) either
3981
3982         * gtk/gtkimmodule.c : make it compile even if GTK_LOCALEDIR is
3983         not defined
3984
3985         * tests/testfilechooser.c : recent GLib crashes on 
3986         g_print ("%s", NULL) so avoid this
3987
3988 2003-12-14  Tor Lillqvist  <tml@iki.fi>
3989
3990         * gdk/win32/gdkselection-win32.c: Calls to OpenClipboard() must be
3991         followed by calls to CloseClipboard(). Add a missing call to
3992         CloseClipboard(). Found by Adam Wright, fixes #104944. Use
3993         API_CALL macro in more places.
3994
3995 2003-12-14  Tor Lillqvist  <tml@iki.fi>
3996
3997         Merge from stable:
3998
3999         * gdk/gdkdisplaymanager.c: Mark default_display static.
4000
4001         * gdk/win32/gdkdnd-win32.c: Mark current_dest_drag static.
4002
4003         * gdk/win32/gdkkeys-win32.c: Disable some overly verbose debugging
4004         output.
4005
4006         * gdk/win32/gdkevents-win32.c: Clean up the debugging output from
4007         --gdk-debug=events. In general, output just one line of debugging
4008         output for each Windows message, plus one line for each GDK event
4009         generated. Indent all lines according to window procedure nesting
4010         level.
4011
4012         (inner_window_procedure): Rename from real_window_procedure.
4013
4014         (find_real_window_for_grabbed_mouse_event): Don't get misled when
4015         the point is in the non-client (decoration) area of the window
4016         returned by WindowFromPoint(). Return the root window in that
4017         case.
4018
4019         (build_pointer_event_state): Test also MK_XBUTTON1 and
4020         MK_XBUTTON2 (buttons 4 and 5).
4021
4022         (synthesize_enter_event): Track the mouse leaving the window in
4023         the event being generated, not the one mentioned in the Windows
4024         message.
4025
4026         (propagate): Test for NULL parent earlier. Improves event
4027         generation from a grabbed pointer. Part of fix for #107320.
4028
4029         (handle_stuff_while_moving_or_resizing): New function, to
4030         dispatch the main loop (once).
4031
4032         (resize_timer_proc): New function, set to be called by an inerval
4033         timer during resizes/moves. Calls handle_stuff_while_moving_or_resizing().
4034
4035         (gdk_event_translate): Drop unused return_exposes parameter.
4036
4037         Handle WM_XBUTTONDOWN and UP messages (buttons 4 and 5).
4038
4039         On WM_SYSKEYUP, generate a key release event also for just the Alt
4040         key.
4041
4042         On WM_MOUSELEAVE, generate a leave event of type
4043         GDK_NOTIFY_ANCESTOR (and not UNKNOWN) if the mouse left a
4044         top-level window, and left the app completely.
4045
4046         On WM_ENTERSIZEMOVE, set a flag, and start an interval timer that
4047         calls resize_timer_proc() at regular intervals. On
4048         WM_EXITSIZEMOVE, kill the timer.
4049
4050         On WM_WINDOWPOSCHANGED, generate a configure event if necessary,
4051         and dispatch the main loop (by calling
4052         handle_stuff_while_moving_or_resizing()). Fixes #99540, idea by
4053         Herman Bloggs.
4054
4055         * gdk/win32/gdkmain-win32.c (_gdk_win32_message_to_string): Handle
4056         also wintab messages.
4057
4058         * gdk/win32/gdkwindow-win32.c (gdk_window_set_skip_taskbar_hint):
4059         Instead of using WS_EX_TOOLWINDOW, implement by setting/unsetting
4060         the window's owner. Fixes #118093, reported by Maxime Romano.
4061
4062 Tue Dec  8 09:41:00 2003  Tim Evans  <t.evans@aranz.com>
4063
4064         * gdk/win32/gdkwindow-win32.[ch]: Implement
4065         gdk_window_set_icon_list() for Win32, with support for big and
4066         small icons and support for alpha-channel icons under Windows
4067         XP. Replaces the previous implementation of gdk_window_set_icon().
4068         (#128762)
4069         
4070 Sun Dec 14 01:28:23 2003  Matthias Clasen  <maclas@gmx.de>
4071
4072         * gdk/x11/gdkprivate-x11.h: 
4073         * gdk/x11/gdkx.h: 
4074         * gdk/x11/gdkevents-x11.c (gdk_x11_register_standard_event_type): 
4075         Rename from _gdk_x11_register_event_type(), added API docs.
4076         * gdk/x11/gdkinput-x11.c (_gdk_input_common_init): 
4077         * gdk/x11/gdkimage-x11.c (_gdk_windowing_image_init): Adjust
4078         all callers.  (#121471, Bill Haneman)
4079
4080 Sat Dec 13 23:37:50 2003  Matthias Clasen  <maclas@gmx.de>
4081
4082         * gdk/gdkdraw.c (gdk_draw_pixbuf): Document that the clip mask
4083         of gc is ignored.  (#101983, Sebastian Rittau)
4084
4085 Sat Dec 13 16:13:27 2003  Kristian Rietveld  <kris@gtk.org>
4086
4087         A trick for a faster treeview, step 1. Patch to short circuit
4088         _build_tree(), inspired by Jonathan (#80868).
4089
4090         * gtk/gtktreeview.c (gtk_tree_view_init): don't put _IS_LIST in
4091         flags by default,
4092         (gtk_tree_view_build_tree): don't even try to recurse when the
4093         model says that it is a list, remove flag unsetter,
4094         (gtk_tree_view_set_model): change flag setting logic.
4095
4096         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_get_flags):
4097         propagate whether or not the child model has _IS_LIST set.
4098
4099         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_get_flags):
4100         ditto.
4101
4102 Sat Dec 13 02:33:17 2003  Matthias Clasen  <maclas@gmx.de>
4103
4104         * gtk/gtkrange.c (gtk_range_scroll): Undo the last change, 
4105         since it broke logical keynav. 
4106         * gtk/gtkrange.c (range_get_scroll_for_grab): Fix stepper
4107         direction in inverted scrollbars here instead.
4108
4109 Sat Dec 13 00:39:24 2003  Matthias Clasen  <maclas@gmx.de>
4110
4111         * gtk/gtkviewport.c (viewport_set_hadjustment_values): Implement
4112         "gravity" for RTL mode in a better way: Keep the distance from 
4113         the upper end of the page to the upper bound constant. This also 
4114         fixes problems with the initial position of the viewport in RTL 
4115         mode.  (#129063)
4116         
4117 Fri Dec 12 21:00:12 2003  Kristian Rietveld  <kris@gtk.org>
4118
4119         Combo box flipping support.
4120
4121         * gtk/gtkcombobox.c (gtk_combo_box_menu_position),
4122         (gtk_combo_box_size_allocate): support RTL flipping (#126518,
4123         patch from Matthias Clasen),
4124         (gtk_combo_box_popup): fix popup window alignment if there's a
4125         cell view frame visible (#126518, patch from Semion Chichelnitsky).
4126
4127         * gtk/gtkcellview.c (gtk_cell_view_expose): support RTL flipping
4128         (#128348, patch from Semion Chichelnitsky).
4129
4130 Fri Dec 12 01:13:34 2003  Matthias Clasen  <maclas@gmx.de>
4131
4132         * examples/gtkdial/gtkdial.c:
4133         * examples/menu/menu.c:
4134         * examples/scribble-xinput/scribble-xinput.c:
4135         * examples/progressbar/progressbar.c:
4136         * docs/tutorial/gtk-tut.sgml: Remove deprecated functions
4137         in examples. (#129074, Olexiy Avramchenko)
4138         * examples/calendar/Makefile:
4139         * examples/rangewidgets/Makefile:
4140         * examples/menu/Makefile: Allow deprecated functions in
4141         examples which use deprecated widgets.
4142
4143 Fri Dec 12 00:43:16 2003  Matthias Clasen  <maclas@gmx.de>
4144
4145         * gdk/gdk.c (gdk_threads_set_lock_functions): 
4146         * gdk/x11/gdkspawn-x11.c: Add "Since: 2.4" to doc comments.
4147
4148 Fri Dec 12 00:05:31 2003  Matthias Clasen  <maclas@gmx.de>
4149
4150         * gtk/gtkrange.c (gtk_range_scroll): Fix direction of 
4151         steppers in inverted scrollbars.  (#129084, Olexiy Avramchenko)
4152
4153 Thu Dec 11 23:50:30 2003  Matthias Clasen  <maclas@gmx.de>
4154
4155         * gtk/gtknotebook.c (gtk_notebook_pages_allocate): Don't 
4156         unnecessarily reserve space for arrows in RTL mode.  (#129075,
4157         Semion Chichelnitsky)
4158
4159 Thu Dec 11 00:35:12 2003  Matthias Clasen  <maclas@gmx.de>
4160
4161         Changes to allow "no input" windows (#64613):
4162         
4163         * gdk/gdkwindow.h (struct _GdkWindowObject): Add a new boolean
4164         field accept_focus.
4165         
4166         * gdk/gdkwindow.h (gdk_window_set_accept_focus): New function to
4167         set it.
4168
4169         * gtk/gtkwindow.[hc]: Add a boolean property "accept_focus"
4170         and gtk_window_get_focus() and gtk_window_set_focus().
4171
4172         * gdk/win32/gdkwindow-win32.c (gdk_window_new): 
4173         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_new): 
4174         * gdk/x11/gdkwindow-x11.c (gdk_window_set_new):
4175         Initialize the accept_focus field to TRUE.
4176
4177         * gdk/win32/gdkwindow-win32.c (gdk_window_set_accept_focus): 
4178         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_set_accept_focus): 
4179         * gdk/x11/gdkwindow-x11.c (gdk_window_set_accept_focus): 
4180         Implementations for the various backends. The Win32 and linux-fb
4181         implementations set the accept_focus field, but don't use it yet 
4182         to actually implement noinput windows. The X implementation updates
4183         the WM_HINTS to select the globally active input model (see the
4184         ICCCM) if accept_focus is FALSE.
4185
4186         * gdk/x11/gdkevents-x11.c (gdk_wm_protocols_filter): Ignore the
4187         WM_TAKE_FOCUS message if accept_focus is FALSE.
4188         
4189 2003-12-10  Federico Mena Quintero  <federico@ximian.com>
4190
4191         * gtk/gtkfilechooserdefault.c (struct _GtkFileChooserDefault):
4192         Added toolbar items for the filter separator and the filter item.
4193         (toolbar_create): Add the filter widgets here.
4194         (filter_create): Renamed from create_filter().  Don't store the
4195         alignment in the impl structure, just return it.
4196         (toolbar_show_filters): New function.
4197         (gtk_file_chooser_default_add_filter): Use toolbar_show_filters().
4198         (gtk_file_chooser_default_remove_filter): Likewise.
4199         (gtk_file_chooser_default_constructor): Don't create the filter
4200         widget here.
4201         (struct _GtkFileChooserDefault): Added a field for a current
4202         folder label.
4203         (gtk_file_chooser_default_constructor): Create the folder label.
4204         (gtk_file_chooser_default_set_current_folder): Set the current
4205         folder label.
4206
4207         * tests/testfilechooser.c (main): Dramatically improved the
4208         usability of the extra widget through careful word choice.
4209
4210 2003-12-10  Mark McLoughlin  <mark@skynet.ie>
4211
4212         * gdk/gdk.h: include gdkspawn.h.
4213
4214 2003-12-10  Mark McLoughlin  <mark@skynet.ie>
4215
4216         * gdk/linux-fb/gdkspawn-fb.c,
4217           gdk/win32/gdkspawn-win32.c,
4218           gdk/x11/gdkspawn-x11.c: (gdk_spawn_command_line_on_screen):
4219         s/gdk_spawn/gdk_spawn_on_screen/.
4220
4221 2003-12-10  Mark McLoughlin  <mark@skynet.ie>
4222
4223         Utility functions for multi-screen applications which need
4224         to ensure launched applications appear on a certain screen.
4225         See bug #95897.
4226         
4227         * gdk/gdkspawn.h: header for multi-screen launching
4228         support.
4229         
4230         * gdk/Makefile.am: install gdkspawn.h.
4231         
4232         * gdk/x11/Makefile.am:
4233         * gdk/x11/gdkspawn-x11.c:
4234         (gdk_spawn_make_environment_for_screen): private function
4235         to create an environment vector with DISPLAY set appropriately
4236         for the screen.
4237         (gdk_spawn_on_screen): multi-screen version of g_spawn_async().
4238         (gdk_spawn_on_screen_with_pipes): version of g_spawn_async_with_pipes().
4239         (gdk_spawn_command_line_on_screen): version of g_spawn_command_line_async().
4240         
4241         * gdk/linux-fb/Makefile.am,
4242           gdk/linux-fb/gdkspawn-fb.c: linux-fb impl.
4243         
4244         * gdk/win32/Makefile.am,
4245           gdk/win32/gdkspawn-win32.c: win32 impl.
4246
4247 2003-12-09  Federico Mena Quintero  <federico@ximian.com>
4248
4249         * gtk/gtkfilechooserdefault.c (shortcuts_append_home): Use "Home"
4250         rather than "Username's Home" (#125964).
4251         (shortcuts_selection_changed_cb): New callback, check the
4252         sensitivity of the Remove Bookmark button at the right time.
4253         (shortcuts_row_activated_cb): It is not necessary to check the
4254         sensitivity here.
4255
4256 Wed Dec 10 00:06:24 2003  Matthias Clasen  <maclas@gmx.de>
4257
4258         Improve the GDK API for dealing with group leaders (#119375):
4259         
4260         * gdk/gdkwindow.h: 
4261         * gdk/x11/gdkwindow-x11.c (gdk_window_get_group): New function to 
4262         get the group leader of a toplevel window as a GdkWindow.
4263
4264         * gdk/gdkdisplay.h: 
4265         * gdk/x11/gdkdisplay-x11.c (gdk_display_get_default_group): New 
4266         function to get the default group leader as a GdkWindow.
4267
4268         * gdk/x11/gdkdisplay-x11.h (struct _GdkDisplayX11): Add a field for
4269         the GdkWindow of the default group leader.
4270         
4271         * gdk/x11/gdkdisplay-x11.c (gdk_display_open): Construct the GdkWindow
4272         for the default group leader.
4273
4274 2003-12-09  Noah Levitt  <nlevitt@columbia.edu>
4275
4276         * gdk/gdkkeysyms.h:
4277         * gdk/gdkkeyuni.c: Add keysyms Ukrainian_ghe_with_upturn,
4278         Ukrainian_GHE_WITH_UPTURN. (#128529)
4279
4280 2003-12-08  Jan Arne Petersen  <jpetersen@uni-bonn.de>
4281
4282         * gtk/gtkfilechooserdefault.c:
4283         (gtk_file_chooser_default_get_paths), (entry_activate): Use the
4284         behavior of the GtkFileSelection to determine selected paths in
4285         single selected, GTK_FILE_CHOOSER_ACTION_SAVE mode.
4286
4287 2003-12-08  Federico Mena Quintero  <federico@ximian.com>
4288
4289         * gtk/gtkfilechooserdefault.c
4290         (gtk_file_chooser_default_get_paths): Don't declare the closure
4291         struct twice.
4292         (get_paths_foreach): Likewise.
4293
4294 Tue Dec  9 00:12:36 2003  Matthias Clasen  <maclas@gmx.de>
4295
4296         * gtk/gtkfilesystemwin32.[hc]: s/Unix/Win32/g. 
4297
4298 2003-12-08  Tor Lillqvist  <tml@iki.fi>
4299
4300         * gdk/win32/gdkdisplay-win32.c: Use <multimon.h> when compiling
4301         with MSVC and old headers. (#126933, John Ehresman)
4302
4303 Mon Dec  8 10:54:44 2003  Owen Taylor  <otaylor@redhat.com>
4304          
4305         * === Released 2.3.1 ===
4306
4307         * NEWS: Updates for 2.3.1
4308
4309         * configure.in: Version 2.3.1, interface age 0, binary age 301.
4310
4311         * gtk/gtkmenuitem.c (gtk_menu_item_can_activate_accel):
4312         Rename from gtk_menu_item_real_can_activate_accel() to
4313         match GTK+ convention, improve comment.
4314
4315         * gtk/gtkwidget.c: Document gtk_widget_can_activate_accel(),
4316         can ::can-activate-accel signal.
4317
4318         * gtk/gtkwidget.c (closure_accel_activate): Fix spelling
4319         in comment.
4320
4321         * gtk/gtkmenu.c (gtk_menu_real_can_activate_accel): Clean 
4322         up comment.
4323         
4324         * gtk/gtkcellview{,menuitem}.[ch]: Move GET_PRIVATE() macros
4325         into the .c file.
4326
4327 Mon Dec  8 12:09:21 2003  Owen Taylor  <otaylor@redhat.com>
4328
4329         * gtk/gtkicontheme.c (find_builtin_icon): Fix a
4330         missing 'else'. (#128816, Jorn Baayen)
4331
4332 2003-12-02  Michael Meeks  <michael@ximian.com>
4333
4334         Based on a patch by Martin Kretzschmar; #122448
4335         
4336         * gdk/gdk.h: new gdk_threads_lock, gdk_threads_unlock, point to
4337         implementation of GDK_THREADS_ENTER / GDK_THREADS_LEAVE.
4338         (GDK_THREADS_ENTER, GDK_THREADS_LEAVE): use gdk_threads_[un]lock
4339         function pointers. Deprecate the global gdk_threads_mutex variable.
4340         
4341         * gdk/gdk.c (gdk_threads_impl_lock, gdk_threads_impl_unlock): new,
4342         extracted from GTK_THREADS_ENTER/LEAVE macros.
4343         (gdk_threads_init): init gtk_threads_[un]lock if not set.
4344         (gdk_threads_set_lock_functions): impl.
4345
4346         * gdk/gdkglobals.c: add definitions of gdk_threads_[un]lock.
4347
4348 Sun Dec  7 23:45:40 2003  Matthias Clasen  <maclas@gmx.de>
4349
4350         * gtk/gtkicontheme.c (gtk_icon_theme_has_icon): Don't crash if
4351         icon_theme_builtin_icons hasn't been initialized.  (#128726, Diego
4352         Gonzalez)
4353
4354 2003-12-07  Tor Lillqvist  <tml@iki.fi>
4355
4356         * gdk/win32/gdkwindow-win32.c (gdk_window_set_icon): Don't use the
4357         return value from SendMessage(WM_SETICON). That is the old
4358         icon. Fixes GDI resource leak. (#128559, Tim Evans)
4359
4360         * gdk/win32/gdkevents-win32.c (gdk_pointer_grab): If we already
4361         have a pointer grab active with a grab cursor set, destroy that
4362         cursor to avoid a GDI resource leak. (#128410, Tim Evans)
4363
4364 2003-12-05  Paisa Seeluangsawat  <paisa@users.sf.net>
4365
4366         * configure.in: Added Thai (th) to ALL_LINGUAS.
4367
4368 Sat Dec  6 01:42:04 2003  Matthias Clasen  <maclas@gmx.de>
4369
4370         * gtk/gtkalignment.c (gtk_alignment_size_allocate): Implement
4371         RTL flipping for GtkAlignment.  (#127585)
4372
4373 Sat Dec  6 01:13:09 2003  Matthias Clasen  <maclas@gmx.de>
4374
4375         * gtk/gtkcombo.c (gtk_combo_get_pos): Fix the position of the 
4376         popup window when in RTL mode.  (#127578)
4377
4378 Fri Dec  5 15:30:16 2003  Manish Singh  <yosh@gimp.org>
4379
4380         * gtk/gtkaccelgroup.c (quick_accel_find): Applied patch from
4381         Ross McFarland <rwmcfa1@neces.com>, initialize *count_p to 0
4382         before doing anything to prevent garbage returns.
4383
4384 Sat Dec  6 00:23:46 2003  Matthias Clasen  <maclas@gmx.de>
4385
4386         * gtk/gtkviewport.c: Implement RTL flipping for 
4387         GtkViewport: Adjust the "gravity" when resizing
4388         This is a bit flickery in RTL mode.  (#107526)
4389
4390 Sat Dec  6 00:22:14 2003  Matthias Clasen  <maclas@gmx.de>
4391
4392         * gtk/gtkscrolledwindow.c: Implement RTL flipping for 
4393         GtkScrolledWindow: the vertical scrollbar shows up on the left
4394         side in RTL mode.  (#107526)
4395
4396 Fri Dec  5 01:58:33 2003  Matthias Clasen  <maclas@gmx.de>
4397
4398         * gtk/gtknotebook.c: Implement RTL flipping for GtkNotebook:
4399         tabs displayed at the top/bottom are rearranged, and tabs on
4400         the left/right are displayed at the opposite edge.  (#96630)
4401
4402 2003-12-04  Mark McLoughlin  <mark@skynet.ie>
4403
4404         * gtk/gtklabel.c: (gtk_label_set_attributes_internal): Allow
4405         gtk_label_set_attributes() take NULL. See bug #128517.
4406
4407 2003-12-03  Federico Mena Quintero  <federico@ximian.com>
4408
4409         * gtk/gtkfilechooserentry.c (struct _GtkFileChooserEntry): Removed
4410         the in_change flag.
4411         (completion_idle_callback): Use a temporary list store and re-set
4412         it on the completion rather than modifying the old one.  We are
4413         re-reading the folder anyway, and this gets rid of non-atomicity
4414         problems.
4415
4416 2003-12-01  Federico Mena Quintero  <federico@ximian.com>
4417
4418         Decouple impl->current_folder from the selection in the folder
4419         tree.  This is so that going to /home/federico/.foo (e.g. from a
4420         bookmark) will work even if show_hidden == FALSE.  The folder tree
4421         needs to be fixed in this case to show such folders explicitly.
4422
4423         * gtk/gtkfilechooserdefault.c
4424         (gtk_file_chooser_default_set_current_folder): When changing
4425         folders, do the entry and list model work here, instead of
4426         tree_selection_changed().
4427         (struct _GtkFileChooserDefault): Added a changing_folder flag
4428         again, dum de dum.
4429         (tree_selection_changed): Use _gtk_file_chooser_set_current_folder_path().
4430
4431 Tue Dec  2 01:01:54 2003  Matthias Clasen  <maclas@gmx.de>
4432
4433         * gtk/gtkiconfactory.h: Remove duplicate declaration of 
4434         gtk_icon_source_set_icon_name().  (#Jeff Franks, #128269)
4435
4436 2003-12-01  Federico Mena Quintero  <federico@ximian.com>
4437
4438         Patch from Hans-Petter Jansson <hpj@ximian.com> to align the
4439         bookmarks buttons with the location entry.
4440
4441         * gtk/gtkfilechooserdefault.c
4442         (gtk_file_chooser_default_constructor): Use a GtkSizeGroup for the
4443         bookmarks buttons and the location entry.
4444
4445 2003-12-01  Federico Mena Quintero  <federico@ximian.com>
4446
4447         * gtk/gtkfilechooserdefault.c (create_shortcuts_tree): Set the
4448         shortcuts tree as a drag destination.
4449         (shortcuts_drag_data_received_cb): New callback.
4450         (get_file_info): Also fetch information on whether the file is a folder.
4451         (add_bookmark_button_clicked_cb): Use error_could_not_add_bookmark_dialog().
4452         (error_could_not_add_bookmark_dialog): New function.
4453         (shortcuts_add_bookmark_from_path): New helper function.
4454         (add_bookmark_button_clicked_cb): Use shortcuts_add_bookmark_from_path().
4455         (shortcuts_row_activated): We no longer need the changing_folder flag.
4456         (struct _GtkFileChooserDefault): Likewise.
4457
4458 Sun Nov 30 17:31:32 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
4459
4460         * gtk/gtktoolbar.c (slide_idle_handler): return TRUE if there are
4461         disappearing placeholders that are still visible.
4462
4463         * gtk/gtktoolbar.c: formatting fixes
4464
4465         * gtk/gtktoolbar.c (struct _ToolbarContent): new bit:
4466         disappearing, for placeholders that are going to disappear.
4467
4468         * gtk/gtktoolbar.c (get_item_size): return 0 for disappearing placeholders
4469
4470 Sat Nov 29 00:55:28 2003  Jonathan Blandford  <jrb@gnome.org>
4471
4472         * gtk/gtktreeview.c (gtk_tree_view_new_column_width): 
4473         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_realize_button):
4474         Patch from <chinen@jp.ibm.com> to handle RTL support for column
4475         resizers, #127874
4476
4477 Fri Nov 28 00:26:24 2003  Matthias Clasen  <maclas@gmx.de>
4478
4479         * gtk/gtkfilesystemmodel.c (gtk_file_system_model_finalize): 
4480         Don't use freed memory.  (#127698, Taavi Talvik) 
4481
4482 Fri Nov 28 00:09:10 2003  Matthias Clasen  <maclas@gmx.de>
4483
4484         * gtk/gtkfilechooserentry.c: Remove debug g_print()s. 
4485
4486 Thu Nov 27 22:17:50 2003  Matthias Clasen  <maclas@gmx.de>
4487
4488         * gtk/gtkuimanager.c: Remove debug define.
4489
4490 Thu Nov 27 16:19:03 2003  Tim Janik  <timj@gtk.org>
4491
4492         * gtk/gtkmenu.c: allow accel activation depending on sensitivity
4493         and the attach widget.
4494
4495         * gtk/gtkmenuitem.c: allow accel activation depending on visibility,
4496         sensitivity and the parent menu.
4497
4498         * gtk/gtkwidget.[hc]: introduced ::can-activate-accel signal which
4499         checks whether accelerators may activate a widget. the default handler
4500         demands the widget be sensitive and visible+viewable.
4501
4502         * gtk/gtkaccelgroup.[hc]: export gtk_accel_group_activate().
4503
4504 Tue Nov 25 00:10:05 2003  Matthias Clasen  <maclas@gmx.de>
4505
4506         * gtk/gtkuimanager.c (update_node): Don't show accelerators in
4507         popup menus.  (#127227)
4508
4509 Mon Nov 24 13:47:39 GMT 2003  Tony Gale <gale@gtk.org>
4510
4511         * docs/faq/gtk-faq.sgml: start 2.x Section 4 updates
4512
4513 Mon Nov 24 04:05:15 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
4514
4515         * gtk/gtkradiotoolbutton.[ch]
4516         (gtk_radio_tool_button_new_from_widget): Make this function take a
4517         GtkRadioToolButton instead of a GtkWidget. (#127729, Murray
4518         Cumming)
4519
4520 Mon Nov 24 02:34:00 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
4521
4522         * gtk/gtktoolbar.c: remove variables in_dnd and leaving_dnd
4523
4524 Mon Nov 24 02:19:33 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
4525
4526         * gtk/gtktoolbar.c: remove variable
4527         n_overflowed_menu_items_when_dnd_started
4528
4529 Mon Nov 24 01:47:10 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
4530
4531         Rework sliding algorithm.
4532         - No more weird jumping when items are dragged off and added to
4533         the toolbar,
4534         - More natural item movement
4535
4536         * gtk/gtktoolbar.c (gtk_toolbar_size_allocate): Many changes. This
4537         function is now responsible for calculating intermediate positions
4538         during item sliding. It is also responsible for starting sliding
4539         if items disappear.  Also turn off expanding when there is an
4540         overflow menu.
4541         (gtk_toolbar_begin_sliding, stop_sliding): New functions.
4542         (slide_idle_handler): New function. All the sliding is now done by
4543         gtk_toolbar_size_allocate(), so the idle handler now just checks
4544         if there is more sliding to be done.
4545         (compute_intermediate_allocation, position): new functions
4546         calculating intermediate steps in the slide animations. The new
4547         animation algorithm uses a constant speed instead of a constant
4548         must-be-finished-within time.
4549         (struct _ToolbarContent): use 
4550         GtkAllocation goal_allocation; and 
4551         GtkAllocation start_allocation; instead of 
4552         gint start/goal_width;
4553
4554         * gtk/gtktoolitem.c (gtk_tool_item_set_tooltip): fix typo in
4555         documentation
4556
4557 Sun Nov 23 22:26:25 2003  Matthias Clasen  <maclas@gmx.de>
4558
4559         * gtk/gtktooltips.c (gtk_tooltips_draw_tips): Make tooltip 
4560         positioning Xinerama-aware.  (#127332)
4561
4562 Fri Nov 21 01:57:21 2003  Matthias Clasen  <maclas@gmx.de>
4563
4564         * gdk/x11/gdkscreen-x11.c (init_xinerama_support): Make monitor
4565         boundaries visible in fake Xinerama mode.
4566
4567 Thu Nov 20 15:41:56 2003  Manish Singh  <yosh@gimp.org>
4568
4569         * gtk/gtkmenu.c (gtk_menu_set_tearoff_state): cast to GTK_WIDGET()
4570         for the gtk_widget_hide() call.
4571
4572 Thu Nov 20 14:51:41 2003  Jonathan Blandford  <jrb@redhat.com>
4573
4574         * gtk/gtktreedatalist.c (gtk_tree_data_list_compare_func): Patch
4575         from David Hampton to fix sorting on booleans.
4576
4577 Thu Nov 20 15:48:03 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
4578
4579         * gtk/gtksocket.c (gtk_socket_focus): Use gtk_widget_is_focus()
4580         instead of GTK_WIDGET_HAS_FOCUS. (#122327, Owen Taylor. Reported
4581         by Frederic Crozat).
4582
4583 Thu Nov 20 13:10:29 GMT 2003  Tony Gale <gale@gtk.org>
4584
4585         * docs/faq/gtk-faq.sgml: Update Section 3 to 2.x
4586
4587 2003-11-19  Federico Mena Quintero  <federico@ximian.com>
4588
4589         Fixes to problems reported by Iain Holmes:
4590
4591         * gtk/gtkfilechooserdefault.c (shortcuts_append_desktop): Do not
4592         throw up an error dialog if the desktop doesn't exist.
4593         (error_message): Handle the case where there is no real toplevel
4594
4595         yet.
4596         (list_model_filter_func): Always let folders pass through (patch
4597         by Dave Malcolm).
4598
4599 Wed Nov 19 23:19:23 2003  Kristian Rietveld  <kris@gtk.org>
4600
4601         * gtk/gtkcombobox.[ch] (gtk_combo_box_scroll_event): move function
4602         to a somewhat more logical place,
4603         (gtk_combo_box_remove_text): New function (#125262, Owen Taylor).
4604
4605 Wed Nov 19 22:15:01 2003  Kristian Rietveld  <kris@gtk.org>
4606
4607         * gtk/gtkentry.c (gtk_entry_completion_timeout): always resize
4608         the popup when it is visible, popdown when there are less chars
4609         than the minimum key length in the entry,
4610         (gtk_entry_completion_changed): popdown when the entry is empty.
4611
4612         * gtk/gtkentrycompletion.c (gtk_entry_completion_init): set the
4613         size request of the vscrollbar to (-1, 0), to get a nicely sized
4614         completion treeview (Fixes #126573, reported by Piers Cornwell),
4615         (_gtk_entry_completion_resize_popup): show/hide the action_view
4616         based on items.
4617
4618 2003-11-19  Federico Mena Quintero  <federico@ximian.com>
4619
4620         * gtk/gtkfilechooserdialog.c (gtk_file_chooser_dialog_init): Turn
4621         off the dialog's separator (thanks to Iain Holmes).
4622
4623 Wed Nov 19 18:15:00 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
4624
4625         * gtk/gtkmenu.c (DEFAULT_POPUP_DELAY): set to 200 instead of 225
4626         * gtk/gtkmenuitem.c (get_minimum_width): Impose a minimum width
4627         on items that have a submenu. (#120104).
4628
4629 Wed Nov 19 18:11:08 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
4630
4631         * gtk/gtktoolbar.c (struct _ToolbarContent): Add a new
4632         "ItemState" field indicating the overflowed-ness etc. of the item.
4633         (gtk_toolbar_size_allocate): update the field here.
4634
4635 2003-11-19  Federico Mena Quintero  <federico@ximian.com>
4636
4637         * gtk/gtkfilechooserdefault.c (create_filter): Don't add padding
4638         to the alignment.  Use the HIG-specified spacing between the
4639         filter label and the combo.
4640         (create_filename_entry): Use HIG-specified spacing between the
4641         location label and the entry.
4642         (gtk_file_chooser_default_constructor): Don't use vertical padding
4643         around the filename entry.
4644
4645 2003-11-19  Federico Mena Quintero  <federico@ximian.com>
4646
4647         * gtk/gtkfilesystem.h (struct _GtkFileSystemIface): Added a
4648         render_icon virtual method.
4649
4650         * gtk/gtkfilesystem.c (gtk_file_system_render_icon): New function.
4651
4652         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_render_icon):
4653         Implement as a stub for now.
4654
4655         * gtk/gtkfilechooserdefault.c (shortcuts_insert_path): Use
4656         gtk_file_system_render_icon().
4657         (list_icon_data_func): Likewise.
4658         (toolbar_create): Set the toolbar style to icons only.
4659
4660         * gtk/gtkfilechooser.c (gtk_file_chooser_add_shortcut_folder_uri):
4661         Fix doc comments.
4662
4663 Wed Nov 19 02:18:37 2003  Matthias Clasen  <maclas@gmx.de>
4664
4665         * gtk/gtkmenu.c (gtk_menu_set_tearoff_state): Call 
4666         gtk_widget_hide(menu) when reattaching the menu.  (#126057) 
4667
4668 Wed Nov 19 00:06:04 2003  Kristian Rietveld  <kris@gtk.org>
4669
4670         * gtk/gtkentrycompletion.c (gtk_entry_completion_selection_changed):
4671         only unselect all items if the treeview has focus. (Fixes bug
4672         reported by Marco Pesenti Gritti).
4673
4674 Tue Nov 18 22:26:30 2003  Kristian Rietveld  <kris@gtk.org>
4675
4676         * gtk/gtkentry.c (gtk_entry_completion_key_press): the total
4677         number of actions is "matches + actions - 1". (Fixes #126572).
4678
4679 Tue Nov 18 21:05:05 2003  Christian Persch  <chp@cvs.gnome.org>
4680
4681         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_row_inserted): fix
4682         mem leaks (#119435).
4683
4684 Tue Nov 18 20:51:38 2003  Kristian Rietveld  <kris@gtk.org>
4685
4686         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_row_deleted): don't
4687         try to fetch the child back, since we do know that it is already
4688         gone by now (#126493, Marco Pesenti Gritti).
4689
4690 Tue Nov 18 19:47:59 2003  Kristian Rietveld  <kris@gtk.org>
4691
4692         Fixes based on comments from Owen Taylor, #125264.
4693
4694         * gtk/gtkcellview.[ch] (gtk_cell_view_finalize): remove unused
4695         variable,
4696         (gtk_cell_view_set_value), (gtk_cell_view_set_displayed_model): queue
4697         a resize,
4698         (gtk_cell_view_get_size_of_row): new function,
4699         (gtk_cell_view_set_value), (gtk_cell_view_set_valuesv),
4700         (gtk_cell_view_set_values), (gtk_cell_view_set_model),
4701         (gtk_cell_view_set_displayed_row), (gtk_cell_view_get_displayed_row):
4702         s/cellview/cell_view/ in the function definitions, so they match
4703         with the header file.
4704
4705         * gtk/gtkcombobox.c (gtk_combo_box_remeasure): remove the resize
4706         flag again (:, and use gtk_cell_view_get_size_of_row instead of
4707         the measurer, remove _set_size_request call,
4708         (gtk_combo_box_calc_requested_width): use gtk_cell_view_get_size_of_row
4709         instead of the measurer,
4710         (gtk_combo_box_style_set): queue a resize,
4711         (gtk_combo_box_size_request): update of _remeasure call,
4712         (gtk_combo_box_init), (gtk_combo_box_cell_layout_pack_start),
4713         (gtk_combo_box_cell_layout_pack_end),
4714         (gtk_combo_box_cell_layout_clear),
4715         (gtk_combo_box_set_model): get rid of the measurer,
4716         (gtk_combo_box_cell_layout_add_attribute),
4717         (gtk_combo_box_cell_layout_set_cell_data_func),
4718         (gtk_combo_box_cell_layout_clear_attributes): ditto and queue a
4719         resize instead of calling _remeasure.
4720
4721 Mon Nov 17 16:25:04 2003  Manish Singh <yosh@gimp.org>
4722
4723         * gdk-pixbuf/Makefile.am
4724         * modules/input/Makefile.am: Use install-data-hook for
4725         gdk-pixbuf.loaders and gtk.immodules install generation targets.
4726         Fixes #112806.
4727
4728         * gtk/gtkexpander.h: Apply missing declarations from #124449.
4729
4730 Tue Nov 18 00:12:55 2003  Matthias Clasen  <maclas@gmx.de>
4731
4732         Fix for #119555, Peter Zelezny:
4733         
4734         * gdk/gdkdrawable.h: Declare gdk_drawable_copy_to_image.
4735         * gdk/gdkdraw.c (gdk_drawable_copy_to_image): Make public
4736         by removing the _ prefix. 
4737         * gdk/gdkdraw.c, gdk/gdkpixbuf-drawable.c, gdk/gdkpixmap.c, 
4738         gdk/gdkwindow.c: Adjust all callers.
4739
4740 Mon Nov 17 23:36:02 2003  Matthias Clasen  <maclas@gmx.de>
4741
4742         * gtk/gtkaction.c (gtk_action_activate): Only activate if 
4743         the action is sensitive.  (#127187, Christian Persch)
4744
4745 Mon Nov 17 23:23:49 2003  Matthias Clasen  <maclas@gmx.de>
4746
4747         * gtk/gtkcombobox.c: Add mouse wheel support.  (#126517)
4748
4749 Mon Nov 17 22:56:09 2003  Kristian Rietveld  <kris@gtk.org>
4750
4751         * gtk/gtkentryprivate.h: add _gtk_entry_completion_resize_popup.
4752
4753         * gtk/gtkentry.c (gtk_entry_completion_timeout): popup when not
4754         mapped, else resize_popup.
4755
4756         * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup),
4757         (_gtk_entry_completion_popup): moved all popup resizing code to
4758         _gtk_entry_completion_resize_popup, and show the window when there
4759         are more than zero items in the completion list again (sigh).
4760
4761 2003-11-17  Mark McLoughlin  <mark@skynet.ie>
4762
4763         Patch from Jaiserca <jaiserca@inf.upv.es> to add a
4764         "use_markup" property. See bug #124449.
4765
4766         * gtk/gtkexpander.c:
4767         (gtk_expander_class_init),
4768         (gtk_expander_init), (gtk_expander_set_property),
4769         (gtk_expander_get_property), (gtk_expander_set_label),
4770         (gtk_expander_set_use_markup),  (gtk_expander_get_use_markup):
4771         Add a "use_markup" property and use it when creating the
4772         child label.
4773
4774 Mon Nov 17 12:58:32 2003  Kristian Rietveld  <kris@gtk.org>
4775
4776         Temporary size requisition fix. Will fix it for real tonight.
4777
4778         * gtk/gtkcombobox.c (gtk_combo_box_remeasure): add a resize flag,
4779         (gtk_combo_box_size_request): use gtk_combo_box_remeasure to determine
4780         a good width for the child,
4781         (gtk_combo_box_cell_layout_add_attribute),
4782         (gtk_combo_box_set_cell_data_func),
4783         (gtk_combo_box_cell_layout_clear_attributes): update.
4784
4785 Mon Nov 17 00:11:21 2003  Kristian Rietveld  <kris@gtk.org>
4786
4787         Fixes #124373, Murray Cumming.
4788
4789         * gtk/gtkcombobox.[ch] (gtk_combo_box_class_init): the model property
4790         is no longer construct only,
4791         (gtk_combo_box_unset_model), (gtk_combo_box_set_model_internal),
4792         (gtk_combo_box_menu_fill): new functions,
4793         (gtk_combo_box_menu_setup), (gtk_combo_box_menu_destroy),
4794         (gtk_combo_box_menu_row_*), (gtk_combo_box_list_setup),
4795         (gtk_combo_box_list_destroy): updated,
4796         (gtk_combo_box_new), (gtk_combo_box_new_with_model): new/changed
4797         functions,
4798         (gtk_combo_box_set_model): is now public, updated,
4799         (gtk_combo_box_get_model): small update.
4800
4801         * gtk/gtkcomboboxentry.[ch] (gtk_combo_box_entry_class_init): the
4802         text_column property is no longer construct only,
4803         (gtk_combo_box_entry_set_text_column): now public,
4804         (gtk_combo_box_entry_new), (gtk_combo_box_entry_new_with_model):
4805         new/changed functions.
4806
4807         * tests/testcombo.c: updated.
4808
4809 Sun Nov 16 22:50:58 2003  Matthias Clasen  <maclas@gmx.de>
4810
4811         Reinstate fixes for (#124212, Marco Pesenti Gritti):
4812         
4813         * gtk/gtkuimanager.c (update_smart_separators): Don't spit 
4814         warnings for popups.
4815         (_gtk_menu_is_empty): Return FALSE for non-menus.
4816
4817 Sun Nov 16 21:48:40 2003  Kristian Rietveld  <kris@gtk.org>
4818
4819         * gtk/gtkcellview.c (gtk_cell_view_finalize): just call
4820         gtk_cell_view_cell_layout_clear instead of trying to free the
4821         structure ourselves here. (#125726, Morten Welinder).
4822
4823 Sun Nov 16 00:35:29 2003  Matthias Clasen  <maclas@gmx.de>
4824
4825         * gtk/gtkfilechooser.[hc]: 
4826         * gtk/gtkentrycompletion.h: Fix parameter name mismatches which
4827         confuse gtk-doc.
4828
4829 2003-11-15  Hans Breuer  <hans@breuer.org>
4830
4831         * gdk/makefile.msc gdk/gdk.def 
4832             gtk/gtk.def gtk/makefile.msc.in : updated
4833         * tests/makefile.msc : added all the new tests
4834
4835         * gtk/gtkfilefilter.c(finalize) : initialize filter
4836         from object not from itself
4837
4838         * gtk/gtkfilesystemwin32.[hc] : copied from gtkfilesystemunix.[hc]
4839         modified as less as posible to have aworking implementation
4840         on win32. There maybe the desire to merge the unchanged pats into
4841         a common base class.
4842         Also implemented a simple glib based bookmark handling, which
4843         is currently missing in gtkfilesystemunix.[hc] but can be copied
4844         over there.
4845         * gtk/gtkfilechooserwidget.c : conditional include gtkfilesystemwin32.h
4846
4847         * gdk/win32/gdkwindow-win32.c : implement 
4848         gdk_window_set_keep_above() and gdk_window_set_keep_below()
4849
4850         * tests/testmerge.c : don't include unistd.h unconditionally,
4851         #define STDOUT_FILENO if it isn't defined
4852
4853         * tests/testfilechooser.c : make it compile on win32
4854
4855 2003-11-15  Tor Lillqvist  <tml@iki.fi>
4856
4857         * gdk/win32/gdkwindow-win32.c (gdk_window_focus): If the window is
4858         maximized, use SW_SHOWMAXIMIZED. (#126986, John Ehresman)
4859
4860 Thu Nov 13 12:55:29 GMT 2003  Tony Gale <gale@gtk.org>
4861
4862         * docs/faq/gtk-faq.sgml: Update the rest of Section 2
4863
4864 Thu Nov 13 01:46:32 2003  Matthias Clasen  <maclas@gmx.de>
4865
4866         * gtk/gtkicontheme.c (gtk_icon_theme_init): Use 
4867         GTK_DATADIR/{icons,pixmaps} instead of 
4868         GTK_DATA_PREFIX/{icons,pixmaps}.  (#123365, Marco Pesenti Gritti)
4869
4870 Wed Nov 12 21:40:10 2003  Matthias Clasen  <maclas@gmx.de>
4871
4872         Changes to improve menu positioning on Xinerama (#108328, #126150):
4873         
4874         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu): Use the event 
4875         window of the menuitem to determine the monitor. This fixes some
4876
4877         * gtk/gtkmenu.c (struct _GtkMenuPrivate): Add a menu_num field
4878         to store the monitor on which the menu is to be positioned.
4879
4880         * gtk/gtkmenu.[hc] (gtk_menu_position): Store the monitor number
4881         in the GtkMenuPrivate struct and fetch the monitor geometry after
4882         calling the position_func, in case it has been changed.
4883
4884         * gtk/gtkmenu.c (gtk_menu_set_monitor): New function 
4885         to be used in GtkMenuPositionFunc implementations for setting
4886         the monitor_num field in GtkMenuPrivate.
4887
4888         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu): Call 
4889         gtk_menu_set_monitor.
4890
4891 Wed Nov 12 21:00:10 2003  Matthias Clasen  <maclas@gmx.de>
4892
4893         * gtk/gtkinputdialog.c (gtk_input_dialog_init): Clarify the
4894         label for the empty list. String change.  (#95446, Tomas Ögren)
4895
4896 Wed Nov 12 20:57:50 2003  Matthias Clasen  <maclas@gmx.de>
4897
4898         * gtk/gtkicontheme.h (enum GtkIconLookupFlags): Correct
4899         the definition of the values.  (#123361, Marco Pesenti Gritti)
4900
4901 Wed Nov 12 20:54:02 2003  Matthias Clasen  <maclas@gmx.de>
4902
4903         * gdk/gdkkeyuni.c: Map KP_Separator to ','.
4904         (#122941, Egmont Koblinger)
4905
4906 2003-11-12  Padraig O'Briain  <padraig.obriain@sun.com>
4907
4908         *gtk/gtkcolorsel.c (gtk_color_selection_init): Add tooltip for
4909         opacity entry widget. Change tooltip for opacity widgets. (#126426)
4910
4911 2003-11-12  Padraig O'Briain  <padraig.obriain@sun.com>
4912
4913         * gtk/gtkmenu.c (gtk_menu_popup): Do not let pointer position
4914         affect window menu position when popped from keyboard. (#102660)
4915
4916 Wed Nov 12 01:29:32 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
4917
4918         * gtk/gtktoolbar.c (gtk_toolbar_internal_insert_element): When we
4919         are using the old API, make all items "is_important". That way
4920         BOTH_HORIZ will continue to show both icon and label in old API
4921         mode.
4922
4923 Mon Nov 10 00:40:41 2003  Matthias Clasen  <maclas@gmx.de>
4924
4925         * gtk/gtkeventbox.c (gtk_event_box_set_above_child): 
4926         Remember the new value in all cases.  (#126276, Damon Chaplin)
4927
4928 Sat Nov  8 23:06:02 2003  Matthias Clasen  <maclas@gmx.de>
4929
4930         * demos/gtk-demo/main.c (row_activated_cb): Call the do_
4931         functions with the toplevel as argument.
4932
4933         * demos/gtk-demo/geninclude.pl.in: Change the signature
4934         of GDoDemoFunc to take a widget argument
4935
4936         * demos/gtk-demo/ui_manager.c (do_ui_manager): 
4937         * demos/gtk-demo/tree_store.c (do_tree_store): 
4938         * demos/gtk-demo/textview.c (do_textview): 
4939         * demos/gtk-demo/stock_browser.c (do_stock_browser): 
4940         * demos/gtk-demo/sizegroup.c (do_sizegroup): 
4941         * demos/gtk-demo/pixbufs.c (do_pixbufs): 
4942         * demos/gtk-demo/panes.c (do_panes): 
4943         * demos/gtk-demo/menus.c (do_menus): 
4944         * demos/gtk-demo/list_store.c (do_list_store): 
4945         * demos/gtk-demo/images.c (do_images): 
4946         * demos/gtk-demo/hypertext.c (do_hypertext): 
4947         * demos/gtk-demo/editable_cells.c (do_editable_cells): 
4948         * demos/gtk-demo/drawingarea.c (do_drawingarea): 
4949         * demos/gtk-demo/dialog.c (do_dialog): 
4950         * demos/gtk-demo/colorsel.c (do_colorsel): 
4951         * demos/gtk-demo/changedisplay.c (do_changedisplay): 
4952         * demos/gtk-demo/button_box.c (do_button_box): 
4953         * demos/gtk-demo/appwindow.c (do_appwindow): Take a widget
4954         as argument, and make new windows or dialogs appear on the
4955         same screen.  (#80388)
4956
4957 Sat Nov  8 21:59:30 2003  Matthias Clasen  <maclas@gmx.de>
4958
4959         * gtk/gtkeventbox.c (gtk_event_box_class_init): Let 
4960         visible-window default to TRUE, as documented and 
4961         implemented. (#126270 Damon Chaplin)
4962
4963 Sat Nov  8 01:50:17 2003  Matthias Clasen  <maclas@gmx.de>
4964
4965         * gtk/gtkicontheme.c: 
4966         * gtk/gtkfilechooserwidget.c (gtk_file_chooser_widget_new): 
4967         * gtk/gtkfilechooserdialog.c (gtk_file_chooser_dialog_new): 
4968         * gtk/gtkfilechooser.c (gtk_file_chooser_[un]select_all): Mark as
4969         2.4 additions.
4970
4971 2003-11-07  Federico Mena Quintero  <federico@ximian.com>
4972
4973         Changing GtkFileChooserEntry to use GtkEntryCompletion.
4974
4975         * gtk/gtkfilechooserentry.c (gtk_file_chooser_entry_init): Create
4976         a GtkListStore for the completion list.  Create a
4977         GtkEntryCompletion and attach it to the chooser entry.
4978         (gtk_file_chooser_entry_finalize): Unref the completion store.
4979         (completion_match_func): New callback for the GtkEntryCompletion.
4980         (completion_idle_callback): Fill the completion store with filenames.
4981
4982 Fri Nov  7 22:55:49 2003  Matthias Clasen  <maclas@gmx.de>
4983
4984         * gtk/gtkwindow.c (gtk_window_set_role): 
4985         * gtk/gtkwindow.c (gtk_window_set_title): 
4986         * gtk/gtkwidget.c (gtk_widget_set_name): 
4987         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_title): 
4988         * gtk/gtkbutton.c (gtk_button_set_label): Make string setters
4989         safe for self-assignment.  (#122745, Soeren Sandmann)
4990
4991 Thu Nov  6 20:41:40 2003  Matthias Clasen  <maclas@gmx.de>
4992
4993         * gtk/gtkstyle.c (gtk_style_attach): Fix doc comment.
4994         (#126369, Olexiy Avramchenko)
4995
4996 Thu Nov  6 00:21:41 2003  Matthias Clasen  <maclas@gmx.de>
4997
4998         * gtk/gtkcolorbutton.c (gtk_color_button_init): 
4999         * gtk/gtkfontbutton.c (gtk_font_button_init): Improve the 
5000         consistency of titles.  (#126193, Damon Chaplin)
5001
5002 Wed Nov  5 22:49:36 2003  Matthias Clasen  <maclas@gmx.de>
5003
5004         * gtk/gtkmenu.c (gtk_menu_set_tearoff_state): Set torn off 
5005         menus to be transient for the toplevel they were torn off from.
5006         (gtk_menu_get_toplevel): Auxiliary function to find the
5007         toplevel of a menu.  (#54775, Jon-Kare Hellan)
5008
5009 Wed Nov  5 21:07:58 2003  Matthias Clasen  <maclas@gmx.de>
5010
5011         * gtk/gtkpaned.c (gtk_paned_class_init): Add readonly properties
5012         min-position and max-position.  (#58431, Padraig O'Briain)
5013
5014 Wed Nov  5 21:02:26 2003  Matthias Clasen  <maclas@gmx.de>
5015
5016         * gtk/gtkcolorsel.c (update_color): 
5017         (make_label_spinbutton): 
5018         (adjustment_changed): Change the ranges for Saturation and
5019         Value to be 0-100 instead of 0-255, since these axes of HSV
5020         are usually expressed in percent.  (#121519, Gregory Merchan)
5021
5022 Wed Nov  5 08:51:48 GMT 2003  Tony Gale <gale@gtk.org>
5023
5024         * docs/faq/gtk-faq.sgml: More 2.x updates
5025
5026 Tue Nov  4 15:00:33 GMT 2003  Tony Gale <gale@gtk.org>
5027
5028         * docs/faq/gtk-faq.sgml: More 2.x updates, fix
5029         pkg-config command error, update copyright.
5030
5031 2003-11-03  Federico Mena Quintero  <federico@ximian.com>
5032
5033         * gtk/gtkfilechooserdefault.c (error_dialog): Take in a path as
5034         well.  Use a helper function.
5035         (shortcuts_append_home): Display an error box if necessary.
5036         (shortcuts_append_desktop): Likewise.
5037         (add_bookmark_button_clicked_cb): Likewise.
5038         (gtk_file_chooser_default_select_path): Likewise.
5039         (entry_activate): Likewise.
5040         (shortcuts_append_paths): New helper function.
5041         (shortcuts_append_file_system_roots): Use
5042         shortcuts_append_paths().
5043         (shortcuts_append_bookmarks): Likewise.
5044
5045 Mon Nov  3 23:12:41 2003  Matthias Clasen  <maclas@gmx.de>
5046
5047         * gtk/gtkuimanager.c (_gtk_menu_is_empty): Return TRUE if 
5048         menu is NULL.
5049         (update_smart_separators): Remove some unneeded ifs.
5050
5051 Mon Nov  3 22:45:58 2003  Matthias Clasen  <maclas@gmx.de>
5052
5053         * gtk/gtkwindow-decorate.h: Add G_BEGIN_DECLS/G_END_DECLS to make 
5054         these usable in C++. Forgot this file in my Oct 11 commit.
5055
5056 2003-11-03  Federico Mena Quintero  <federico@ximian.com>
5057
5058         * gtk/gtkfilechooserdefault.c (create_shortcuts_tree): Add a stock
5059         icon to the "Add bookmark" button.
5060
5061         * gtk/gtkfilesystemunix.c: Mark missing strings for translation.
5062         * gtk/gtkfilesystemmodel.c: Likewise.
5063         * gtk/gtkfilechooser.c: Likewise.
5064         * gtk/gtkfilechooserdefault.c: Likewise.
5065
5066 Mon Nov  3 20:56:28 2003  Matthias Clasen  <maclas@gmx.de>
5067
5068         * gdk/gdk.c: 
5069         * gdk/gdkinternals.h: 
5070         * gdk/x11/gdkscreen-x11.c (init_xinerama_support): Introduce a
5071         GDK_DEBUG_XINERAMA debug flag, and make it trigger a fake 2x2
5072         Xinerama mode when no actual Xinerama setup is found. 
5073
5074 2003-11-03  Federico Mena Quintero  <federico@ximian.com>
5075
5076         * gtk/gtkfilechooserdefault.c (shortcuts_select_folder): Removed.
5077         (create_shortcuts_tree): Don't call the above.
5078         (bookmarks_changed_cb): Likewise.
5079         (tree_selection_changed): Unselect everything from the shortcuts
5080         list.  This is the behavior that Mac OS has.
5081         (toolbar_add_item): Return the item.
5082         (toolbar_create): Store the up_button in the impl structure.
5083         (toolbar_check_sensitivity): New function to set the sensitivity
5084         of the "Up" button in the toolbar.
5085         (tree_selection_changed): Call toolbar_check_sensitivity().
5086
5087 2003-11-02  Federico Mena Quintero  <federico@ximian.com>
5088
5089         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_init): Do
5090         not set a border width for the toplevel container.
5091         (toolbar_create): New function; create a simple toolbar for the
5092         file chooser.
5093         (gtk_file_chooser_default_constructor): Use a spacing of 12 for
5094         the table, as per the HIG.
5095         (gtk_file_chooser_default_init): Likewise, for the default
5096         implementation's vbox.
5097
5098         * gtk/gtkfilesystem.c (gtk_file_system_get_parent): Added docs to
5099         note that NULL is a valid return value for the parent path.
5100
5101 Sat Nov  1 14:59:27 2003  Owen Taylor  <otaylor@redhat.com>
5102
5103         * gtk/gtkfilechooserdefault.c (shortcuts_row_activated): 
5104         Change on activation, not selection change (temporary
5105         workaround for #125955, needed for keynav, likely
5106         the right UI anyways.)
5107
5108         * gtk/gtkfilechooserdefault.c (shortcuts_select_func): 
5109         Don't allow the separator node to be selected.
5110
5111         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_constructor):
5112         Set the focus chain so that the entry gets focused first.
5113         (Not really right after initial focusing, maybe we
5114         should just have a gtk_file_chooser_focus_entry() that
5115         we call from gtk_file_chooser_dialog on creation.)
5116
5117 Sat Nov  1 12:41:04 2003  Owen Taylor  <otaylor@redhat.com>
5118
5119         * gtk/gtkwindow.c (gtk_window_unfullscreen): Fix a
5120         residual call to gtk_window_get_private().
5121
5122 Sat Nov  1 09:10:13 2003  Owen Taylor  <otaylor@redhat.com>
5123
5124         * gtk/gtkwindow.[ch]: Move above_initially, below_initially
5125         into GtkWindowPrivate structure, fixing ABI breakage
5126         on Win32. (Hans Breuer). Switch GtkWindowPrivate over
5127         to instance-private-data.
5128
5129 Fri Oct 31 02:43:34 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
5130
5131         * gtk/gtktoolbar.c (get_item_requisition): delete this function
5132         (toolbar_item_is_homogeneous): cache max_homogeneous_pixels
5133         instead of re-calculating for each item.
5134         (gtk_toolbar_size_allocate): Update comments
5135
5136 Thu Oct 30 22:04:31 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
5137
5138         * gtk/gtktoolbar.c (gtk_toolbar_forall): Only include
5139         placeholders when include_internals is TRUE.
5140
5141 Thu Oct 30 17:57:53 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
5142
5143         * gtk/gtktoolbar.c (logical_to_physical): Make it work even when
5144         item 0 is a placeholder. (#125826)
5145         * tests/testtoolbar.c: add an assertion that 
5146         gtk_toolbar_get_nth_item (0) != NULL
5147
5148 Thu Oct 30 17:40:26 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
5149
5150         * gtk/gtktoolbar.c (logical_to_physical): Make it work for
5151         logical == 0.(#125826)
5152
5153 Thu Oct 30 16:20:58 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
5154
5155         * gtk/gtktoolbar.c (logical_to_physical): Make sure we actually
5156         return the index of a real item.
5157         (get_nth_item) assert that the returned items is not a
5158         placeholder.  (#125826, Marco Pesenti Gritti).
5159         
5160 2003-10-29  Federico Mena Quintero  <federico@ximian.com>
5161
5162         * gtk/gtkcellrendererseptext.c
5163         (gtk_cell_renderer_sep_text_render): Only paint a separator if the
5164         text is NULL, rather than also doing it if it is an empty string.
5165
5166 Wed Oct 29 15:40:26 2003  Owen Taylor  <otaylor@redhat.com>
5167
5168         * gtk/gtkmessagedialog.c (gtk_message_dialog_new/
5169         gtk_message_dialog_new_with_format): Allow NULL
5170         for message_format, as described in the docs and
5171         as worked previously. (#125759, Richard Hult)
5172
5173         * gtk/gtkmessagedialog.c (gtk_message_dialog_new_with_markup):
5174         Use g_markup_vprintf_escaped() to escape arguments.
5175
5176         * gtk/gtkmessagedialog.[ch]: Add gtk_message_dialog_set_markup()
5177         so there is some way to set literal markup.
5178
5179 Wed Oct 29 15:01:32 2003  Owen Taylor  <otaylor@redhat.com>
5180  
5181         * gdk/x11/gdkimage-x11.c (_gdk_x11_copy_to_image): Move
5182         the call to gdk_error_trap_pop() to the right place,
5183         fixing a problem where we'd pop() too many times 
5184         when bailing out. (#123302, Thomas Leonard)
5185         
5186 Wed Oct 29 12:50:02 2003  Owen Taylor  <otaylor@redhat.com>
5187
5188         * gtk/gtkfilechooserutils.c (delegate_set_current_folder): 
5189         Fix infinite recursion. (#125679, Christian Persch)
5190
5191 Wed Oct 29 13:29:15 GMT 2003  Tony Gale <gale@gtk.org>
5192
5193         * docs/faq/gtk-faq.sgml: further 2.x updates:
5194         mirrors,compiling,g_main_context_iteration
5195
5196 Wed Oct 29 02:54:35 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
5197
5198         * gtk/gtktoolbar.[ch] (gtk_toolbar_set_drop_highlight_item): Add this
5199         function; remove gtk_toolbar_highlight_drop_location() and
5200         gtk_toolbar_unhighlight_drop_location().
5201
5202         Also fix bug where the number of overflowed items were miscounted.
5203
5204 Tue Oct 28 12:20:16 2003  Owen Taylor  <otaylor@redhat.com>
5205
5206         * gtk/gtkwindow.c (gtk_window_has_toplevel_focus): Remove
5207         some accidentally committed duplicate code.
5208
5209 Tue Oct 28 17:06:17 GMT 2003  Tony Gale <gale@gtk.org>
5210
5211         * docs/faq/gtk-faq.sgml: Update info on compiling GTK+
5212
5213 Tue Oct 28 10:34:24 2003  Owen Taylor  <otaylor@redhat.com>
5214
5215         * gtk/gtkwindow.[ch] (gtk_window_is_active, 
5216         gtk_has_toplevel_focus): Add getters corresponding to
5217         the is_active and has_toplevel_focus properties.
5218         (#122531)
5219
5220 2003-10-28  Mark McLoughlin  <mark@skynet.ie>
5221
5222         * gtk/gtkexpander.c:
5223         (gtk_expander_class_init): hook up the destroy handler.
5224         (gtk_expander_destroy), (gtk_expander_unrealize):
5225         remove the expand/collapse timeout on destroy instead
5226         of unrealize to avoid leaving the expander in a inconsistent
5227         state when unrealizing during animation.
5228         (gtk_expander_start_animation): remove realized check.
5229         (gtk_expander_set_expanded): if the widget isn't realized,
5230         expand immediately.
5231
5232 Tue Oct 28 09:44:16 2003  Owen Taylor  <otaylor@redhat.com>
5233
5234         * gtk/gtkxembed.c (_gtk_xembed_send_focus_message): Silently
5235         do nothing when recipient is NULL, as described in the
5236         doc comment. (#123107, Thomas Leonard)
5237
5238 Tue Oct 28 09:21:29 2003  Owen Taylor  <otaylor@redhat.com>
5239
5240         * gtk/gtkmain.c (gtk_check_version): Move docs inline,
5241         rewrite docs, mention memory management for the return
5242         value. (Partly addresses #125549, Michael Natterer)
5243
5244 2003-10-28  Padraig O'Briain  <padraig.obriain@sun.com>
5245
5246         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_remove_filter):
5247         Change index to filter_index to fix compilation error.
5248
5249         * gtk/gtkfilesystem.h: Correct definition of gtk_file_path_get_string.
5250
5251 Mon Oct 27 15:47:58 2003  Manish Singh  <yosh@gimp.org>
5252
5253         * gdk/x11/gdkscreen-x11.c: #include <X11/extensions/Xrandr.h> if
5254         we have RandR support, for XRRUpdateConfiguration declaration.
5255
5256         * gtk/gtkfilefilter.c: #include "gtkprivate.h" for _gtk_fnmatch
5257         declaration.
5258
5259         * gtk/gtkuimanager.c (gtk_ui_manager_add_ui_from_file): Make
5260         length a gsize variable, since that's what g_file_get_contents()
5261         expects.
5262
5263 Mon Oct 27 12:18:49 2003  Owen Taylor  <otaylor@redhat.com>
5264
5265         * NEWS: Fix attribution for above/below EWMH work.
5266
5267 Sat Oct 25 23:30:13 2003  Matthias Clasen  <maclas@gmx.de>
5268
5269         * gtk/gtkactiongroup.c (gtk_action_group_class_init): Add "name" 
5270         as a construct-only property.  (#125475, Murray Cumming)
5271
5272 Thu Oct 23 21:55:10 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
5273
5274         Fix bug 116297 and 125472
5275         
5276         * gtk/gtktoolbar.c (gtk_toolbar_highlight_drop_location): Make
5277         this function take an index and a GtkToolItem.
5278
5279         * tests/testtoolbar.c (main): Make "Show Arrow" default to
5280         true. Make one of the separators !draw and expand.
5281         Update for new highlight_drop_location() API.
5282
5283         * gtk/gtktoolitem.[ch]: Remove "pack_end" property
5284
5285         * gtk/gtktoolbar.h: Formatting fixes.
5286
5287         * gtk/gtktoolbar.c: Remove "pack_end" child property. Allow
5288         separator tool items to expand.
5289         (logical_to_physical, physical_to_logical): Fix off-by-one errors
5290         (Fix #125472, Marco Pesenti Gritti)
5291
5292         * gtk/gtkseparatortoolitem.[ch]: Add new "draw" property.
5293         (gtk_separator_tool_item_expose) only draw if "draw" is TRUE. Also
5294         return FALSE, not TRUE.
5295         (gtk_separator_too_item_{set|get}_property,
5296         (gtk_separator_tool_item_{set|get}_draw): new functions
5297
5298 Fri Oct 24 16:54:04 2003  Owen Taylor  <otaylor@redhat.com>
5299
5300         * === Released 2.3.0 ===
5301
5302         * configure.in: Remove a stray comma.
5303
5304         * README.in: Fix a few notes about Xft 1 and pango-1.0.
5305
5306         * NEWS: Finish updates for 2.3.0.
5307
5308         * po/Makefile.in.in: Update to latest GLib version.
5309
5310 Fri Oct 24 20:31:35 2003  Kristian Rietveld  <kris@gtk.org>
5311
5312         * gtk/gtkcellview.[ch], gtk/gtkcellviewmenuitem.[ch],
5313         gtk/gtkcombobox.[ch], gtk/gtkcomboboxentry.[ch],
5314         gtk/gtktreemodelfilter.[ch]: Fix licensing (I managed to put it
5315         under GPL licensing instead of LGPL...). (Fixes #125381, Soeren
5316         Sandmann).
5317
5318 Fri Oct 24 20:22:40 2003  Kristian Rietveld  <kris@gtk.org>
5319
5320         * gtk/gtktreemodelfilter.h: add padding to the class structure.
5321
5322 2003-10-23  Federico Mena Quintero  <federico@ximian.com>
5323
5324         * gtk/gtkfilechooser.c (gtk_file_chooser_get_preview_uri): Fixed docs.
5325         (gtk_file_chooser_remove_filter): Likewise.
5326         (gtk_file_chooser_select_all): Added docs.
5327         (gtk_file_chooser_unselect_all): Likewise.
5328
5329         * gtk/gtkfilechooserdialog.c (gtk_file_chooser_dialog_new): Added docs.
5330
5331         * gtk/gtkfilechooserwidget.c (gtk_file_chooser_widget_new): Added docs.
5332
5333 Thu Oct 23 23:22:15 2003  Matthias Clasen  <maclas@gmx.de>
5334
5335         * gtk/gtkfilefilter.c: 
5336         * gtk/gtkfilechooser.c: Add "Since: 2.4" to all API doc comments.
5337
5338 Thu Oct 23 22:33:47 2003  Matthias Clasen  <maclas@gmx.de>
5339
5340         * gtk/gtkfilefilter.c (gtk_file_filter_new): Fix doc markup.
5341
5342 Thu Oct 23 21:49:05 2003  Matthias Clasen  <maclas@gmx.de>
5343
5344         * NEWS: Remove a few duplicates, group the menu changes.
5345
5346 Thu Oct 23 21:12:50 2003  Kristian Rietveld  <kris@gtk.org>
5347
5348         * NEWS: Updates for 2.3.0; changed header to match the style we used
5349         for 2.1.0.
5350
5351 Thu Oct 23 20:47:44 2003  Matthias Clasen  <maclas@gmx.de>
5352
5353         * gdk/x11/gdkwindow-x11.c (gdk_window_set_group): Actually
5354         assign the new leader.  (#125168, Mariano Suarez-Alvarez)
5355
5356 Thu Oct 23 20:21:16 2003  Kristian Rietveld  <kris@gtk.org>
5357
5358         * gtk/gtkcelllayout.c, gtk/gtkcellview.c gtk/gtkcellviewmenuitem.c,
5359         gtk/gtkcombobox.c, gtk/gtkcomboboxentry.c, gtk/gtkentrycompletion.c,
5360         gtk/gtktreemodelfilter.c, gtk/gtkcellrenderertoggle.c: Fix includes.
5361
5362 Thu Oct 23 15:13:56 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
5363
5364         * NEWS: Partial update for 2.3.0.
5365
5366 Thu Oct 23 01:09:04 2003  Owen Taylor  <otaylor@redhat.com>
5367
5368         * gtk/gtkfilechooserdefault.c: Convert GtkOptionMenu to
5369         GtkComboBox.
5370
5371 Wed Oct 22 23:20:04 2003  Owen Taylor  <otaylor@redhat.com>
5372
5373         * gtk/gtkfilechooser.[ch] gtk/gtkfilefilter.[ch] 
5374         gtk/gtkfilechooserwidget.[ch] gtk/gtkfilechooserdialog.[ch]:
5375         gtk/gtkfilechooserutils.c gtk/gtkfilechooserprivate.[ch]:
5376         Basic framework for the new file selector widget.
5377
5378         * gtk/gtkfilechooserdefault.[ch] gtk/gtkcellrenderersep.[ch] 
5379         gtk/gtkfilechooserentry.[ch] gtk/gtkfilesystemmodel.[ch]:
5380         Initial implementation of the GtkFileChooser user interface.
5381
5382         * gtk/gtkfilesystemunix.[ch]: GtkFileSystem implementation
5383         for Unix files.
5384
5385         * configure.in gtk/Makefile.am gtk/xdgmime: Build code
5386         for freedesktop.org MIME system on Unix.
5387
5388         * tests/testfilechooser.c: Test program for GtkFileChooser
5389
5390         * tests/prop-editor.c: Add support for properties on interfaces.
5391
5392 Tue Oct 21 16:12:51 2003  Owen Taylor  <otaylor@redhat.com>
5393
5394         * demos/gtk-demo/menus.c (do_menus): Fix some unused
5395         variables.
5396
5397         * gtk/gtkmain.c (_gtk_get_lc_ctype): Fix an unused
5398         variable warning.
5399
5400 Thu Oct 23 00:04:50 2003  Matthias Clasen  <maclas@gmx.de>
5401
5402         * NEWS: Partial update for 2.3.0.
5403
5404 Tue Oct 21 22:07:12 2003  Kristian Rietveld  <kris@gtk.org>
5405
5406         * gtk/gtktreeview.c (gtk_tree_view_real_move_cursor): set
5407         ctrl_pressed and shift_pressed according to the current event
5408         state (if there is one). (Fixes #125063, reported by Sebastien Bacher).
5409
5410 Mon Oct 20 23:24:27 2003  Kristian Rietveld  <kris@gtk.org>
5411
5412         * gtk/gtkentry.c (gtk_entry_key_press): remove the completion
5413         timeout when the user pressed on Enter/ESC. Fixes the bug where the
5414         completion popup popped up after the user pressed on Enter (which is
5415         just weird). Reported by the Epiphany people (all of them).
5416
5417 Mon Oct 20 20:27:22 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
5418
5419         Add support for OS X like sliding of toolbar items during drag and
5420         drop, (#110919, Dave Bordoley)
5421
5422         Make dnd highlighting the responsibility of the
5423         application. (Fixes #116298, Owen Taylor)
5424
5425         * gtk/gtktoolbar.h: Add prototypes for new API.
5426         
5427         * gtk/gtktoolbar.c
5428         (physical_to_logical, logical_to_physical): new functions
5429         converting between "position including placeholders" and "position
5430         excluding placeholders".
5431         (gtk_toolbar_class_init): remove drag_leave and drag_motion
5432         handlers
5433         (struct _ToolbarContent): new struct containing information
5434         related to toolbar items.
5435         (gtk_toolbar_highlight_drop_location): new public function
5436         (gtk_toolbar_unhighlight_drop_location): new public function
5437         
5438         * tests/testtoolbar.c
5439         (toolbar_drag_motion, toolbar_drag_leave): new functions
5440         (main): connect to dnd signals.  Make the "New" item expand to
5441         make drag and drop more exciting.
5442
5443 Wed Oct 15 22:39:23 2003  Kristian Rietveld  <kris@gtk.org>
5444
5445         * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_init): it's
5446         _set_active, not _set_active_item.
5447
5448 Wed Oct 15 22:31:09 2003  Kristian Rietveld  <kris@gtk.org>
5449
5450         * gtk/gtkcombobox.h: add padding to the class structure.
5451         * gtk/gtkcomboboxentry.h: ditto.
5452         * gtk/gtkentrycompletion.h: ditto.
5453
5454 Wed Oct 15 22:04:59 2003  Kristian Rietveld  <kris@gtk.org>
5455
5456         * gtk/gtkcombobox.c (gtk_combo_box_get_active),
5457         (gtk_combo_box_set_active): mention in the docs that -1 is a valid
5458         value and what it means.
5459
5460         * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_init): set the active
5461         item to -1 (default),
5462         (gtk_combo_box_entry_active_changed): do nothing when the index is
5463         < 0.
5464
5465 Tue Oct 14 16:10:21 2003  Jonathan Blandford  <jrb@redhat.com>
5466
5467         * gtk/gtkcombobox.c (gtk_combo_box_set_active_iter): New function
5468         to set the active row by iter.
5469
5470         * gtk/gtkcombobox.c (gtk_combo_box_get_active_iter): New function
5471         to get the active row by iter.
5472
5473 2003-10-13  Federico Mena Quintero  <federico@ximian.com>
5474
5475         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): Don't do
5476         operations on windows if the tree view is not mapped.
5477         (gtk_tree_view_button_press): Compare equal types of pointers, not
5478         GtkWidget* vs. GtkTreeView*.
5479
5480 Mon Oct 13 21:01:43 2003  Kristian Rietveld  <kris@gtk.org>
5481
5482         * gtk/gtkentrycompletion.c (gtk_entry_completion_popup): remove
5483         the reset of first_sel_changed, as after the first popup the treeview
5484         will always have a row selected and will thus not focus_to_cursor.
5485
5486         * gtk/gtkentry.c (keyval_is_cursor_move): new function to determine
5487         whether the keyval should move the completion selection cursor (used
5488         to avoid ending up with extreme cluttered code), also added
5489         all KP_ equivalents of the keys here,
5490         (gtk_entry_completion_key_press): Keynav tweaks based on comments
5491         from Dave Bordoley and Marco Pesenti Gritti; add the -1 state
5492         as possible current selection, implement Home/End keys, modified
5493         the down key to stop cycling. Maybe page up/down should be implemented
5494         at some later time.
5495
5496 Mon Oct 13 20:58:07 2003  Matthias Clasen  <maclas@gmx.de>
5497
5498         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon): Make it work 
5499         as documented when pixmap or mask is NULL.  (#124081) 
5500
5501 Mon Oct 13 20:21:38 2003  Kristian Rietveld  <kris@gtk.org>
5502
5503         * gtk/gtkentry.c (gtk_entry_set_text): I overlooked a return when
5504         I was adding the signal block/unblock code. Oops. (Noticed by
5505         Marco Pesenti Gritti).
5506
5507 Mon Oct 13 20:21:55 2003  Kristian Rietveld  <kris@gtk.org>
5508
5509         * demos/testpixbuf-scale.c: enable GTK_DISABLE_DEPRECATED again,
5510         (set_interp_type), (main): port over from option menu to GtkComboBox.
5511
5512 Mon Oct 13 19:41:55 2003  Kristian Rietveld  <kris@gtk.org>
5513
5514         * tests/testmenus.c: Still uses option menus, so turn off
5515         GTK_DISABLE_DEPRECATED.
5516
5517 Sun Oct 12 01:10:29 2003  Matthias Clasen  <maclas@gmx.de>
5518
5519         * gtk/gtkalignment.[hc]: 
5520         * gtk/gtkcombobox.[hc]: 
5521         * gtk/gtkcomboboxentry.[hc]: 
5522         * gtk/gtktreemodelfilter.[hc]: Move GET_PRIVATE macros
5523         from header to implementation.
5524
5525 Sun Oct 12 00:18:02 2003  Matthias Clasen  <maclas@gmx.de>
5526
5527         * tests/testtreeview.c: 
5528         * demos/testpixbuf-scale.c: 
5529         * tests/prop-editor.c: These files still use option menus,
5530         so turn off GTK_DISABLE_DEPRECATED to fix the build. 
5531
5532 Sat Oct 11 23:14:36 2003  Matthias Clasen  <maclas@gmx.de>
5533
5534         * gtk/gtkactiongroup.h: 
5535         * gtk/gtkaction.h: 
5536         * gtk/gtkradioaction.h: 
5537         * gtk/gtkradiotoolbutton.h: 
5538         * gtk/gtkseparatortoolitem.h: 
5539         * gtk/gtktoggleaction.h: 
5540         * gtk/gtktoolitem.h: 
5541         * gtk/gtkuimanager.h: Add G_BEGIN_DECLS/G_END_DECLS to make 
5542         these usable in C++.  (#124351, Murray Cumming)
5543
5544 Sat Oct 11 19:09:05 2003  Kristian Rietveld  <kris@gtk.org>
5545
5546         * gtk/gtkentry.c (gtk_entry_set_text): Check if completion is
5547         non-NULL before accessing it. Oops.
5548
5549 Sat Oct 11 15:47:03 2003  Kristian Rietveld  <kris@gtk.org>
5550
5551         * gtk/gtkentrycompletion.[ch] (gtk_entry_completion_insert_action),
5552         (gtk_entry_completion_insert_action_text),
5553         (gtk_entry_completion_insert_action_markup): the gchar* parameters
5554         should be const (pointed out by both Marco Pesenti Gritti and
5555         Murray Cumming (#124356).
5556
5557 Sat Oct 11 15:37:19 2003  Kristian Rietveld  <kris@gtk.org>
5558
5559         * gtk/gtkcombobox.c (gtk_combo_box_size_allocate): for the custom
5560         child list mode, allocate the height allocation->height to the
5561         button instead of the height requested by the button. (Tiny
5562         size allocation screwup noticed by Macro Pesenti Gritti).
5563
5564 Sat Oct 11 15:23:27 2003  Kristian Rietveld  <kris@gtk.org>
5565
5566         Fixes based on comments from Marco Pesenti Gritti.
5567
5568         * gtk/gtkentry.c (gtk_entry_set_text): block the completion changed
5569         signal handler, avoids the completion popup to popup when text is
5570         set programmatically in most cases (we actually have to handle this
5571         in the _editable functions as well, but that will break popping up
5572         when the user actually typed something :),
5573         (gtk_entry_completion_key_press): when handling enter, bail out
5574         when nothing has been selected,
5575         (gtk_entry_completion_changed): don't popdown when the entry content
5576         changed.
5577
5578         * gtk/gtkentrycompletion.c (gtk_entry_completion_init),
5579         (gtk_entry_completion_selected_changed): unselect_all on the
5580         first selected changed signal. Avoids having a default row selected,
5581         (_gtk_entry_completion_popup): don't select the first row by default.
5582
5583         * gtk/gtkentryprivate.h (struct _GtkEntryCompletionPrivate): add a
5584         first_sel_changed field.
5585
5586 Fri Oct 10 23:02:58 2003  Matthias Clasen  <maclas@gmx.de>
5587
5588         * demos/gtk-demo/menus.c: Replace GtkItemFactory by GtkUIManager 
5589         in the intro (again).
5590
5591 Fri Oct 10 22:50:05 2003  Matthias Clasen  <maclas@gmx.de>
5592
5593         Fixes for (#124212, Marco Pesenti Gritti):
5594         
5595         * gtk/gtkuimanager.c (update_smart_separators): Don't spit 
5596         warnings for popups.
5597         (_gtk_menu_is_empty): Return FALSE for non-menus.
5598
5599 Fri Oct 10 19:10:12 2003  Kristian Rietveld  <kris@gtk.org>
5600
5601         * gtk/gtkcombo.h: Deprecate.
5602         * gtk/gtkoptionmenu.h: Ditto.
5603
5604         * gtk/gtkcombobox.c (gtk_combo_box_size_request),
5605         (gtk_combo_box_size_allocate): Rework, things behave better now. Still
5606         needs some work on requesting enough size when taking the items in
5607         the list into account.
5608
5609         * gtk/gtkfilesel.c: put gtkoptionmenu.h include inside "enable
5610         deprecated" guards.
5611         * gtk/gtkinputdialog.c: ditto.
5612         * gtk/gtkitemfactory.c: ditto.
5613         * gtk/gtkoptionmenu.c: ditto.
5614
5615         * demos/gtk-demo/menus.c: remove the option menu.
5616         * demos/gtk-demo/sizegroup.c: replace the option menus with
5617         GtkComboBox.
5618         * demos/gtk-demo/textview.c: ditto.
5619         (A general GtkComboBox demo will be added later on).
5620
5621 Wed Oct  8 00:06:17 2003  Matthias Clasen  <maclas@gmx.de>
5622
5623         * demos/gtk-demo/ui_manager.c (activate_radio_action): New
5624         callback to propertly report radio actions.
5625
5626         * demos/gtk-demo/ui_manager.c (do_ui_manager): Use it here.
5627
5628 Tue Oct  7 23:23:05 2003  Matthias Clasen  <maclas@gmx.de>
5629
5630         * gtk/gtkplug.c (xembed_set_info): Put the supported protocol
5631         version in in the right field of the _XEMBED_INFO property.  
5632         (#123885, Denis Mikhalkin)
5633
5634 Mon Oct  6 14:18:47 2003  Jonathan Blandford  <jrb@redhat.com>
5635
5636         * gtk/gtkexpander.c (gtk_expander_animation_timeout): only show
5637         the child if we have one.
5638
5639         (gtk_expander_button_release): use
5640         gtk_widget_activate instead.
5641
5642 Mon Oct  6 21:05:46 2003  Matthias Clasen  <maclas@gmx.de>
5643
5644         * gtk/gtktable.c (gtk_table_class_init): Start the blurb for 
5645         "right_attach" with a capital.  (#123945, Christian Rose)
5646
5647 Sun Oct  5 23:59:03 2003  Matthias Clasen  <maclas@gmx.de>
5648
5649         * tests/testsocket.c (child_read_watch): Remove an
5650         extraneous unref.  (#122336, Frederic Crozat)
5651
5652 Sun Oct  5 22:38:22 2003  Matthias Clasen  <maclas@gmx.de>
5653
5654         * gtk/gtkeventbox.c (gtk_event_box_class_init): Trim 
5655         whitespace in "visible-window" blurb.  (#123910, Christian Rose)
5656
5657 Sun Oct  5 00:53:15 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
5658
5659         * gtk/gtktoolbar.c (gtk_toolbar_list_children_in_focus_order):
5660         focus arrow before pack_end items (#123851, Matthias Clasen)
5661
5662 Fri Oct  3 20:50:48 2003  Kristian Rietveld  <kris@gtk.org>
5663
5664         * gtk/gtkcombobox.c (gtk_combo_box_set_model): only set the model
5665         on ->priv->cell_view if ->priv->cell_view is non-NULL.
5666
5667         * gtk/gtkcomboboxentry.c: include gtkintl.h, add text_renderer
5668         field to GtkComboBoxEntryPrivate,
5669         (gtk_combo_box_entry_class_init), (gtk_combo_box_entry_init),
5670         (gtk_combo_box_entry_set_property), (gtk_combo_box_entry_get_property),
5671         (gtk_combo_box_entry_set_text_column), (gtk_combo_box_entry_new): add
5672         a construct-only "text_column" property and reorder code to use it
5673         and support inheriting this widget.
5674
5675 Thu Oct  2 23:28:02 2003  Kristian Rietveld  <kris@gtk.org>
5676
5677         * gtk/gtkcombobox.c: Added API doc comments.
5678
5679         * gtk/gtkcomboboxentry.c: Ditto.
5680
5681 2003-10-02  Matthias Clasen  <maclas@gmx.de>
5682
5683         * gtk/gtktoggleaction.c: Documentation tweaks.
5684
5685 Wed Oct  1 22:43:40 2003  Kristian Rietveld  <kris@gtk.org>
5686
5687         * gtk/gtkcellview.[ch]: implement the GtkCellLayout interface, drop
5688         packing/attribute/cell data functions from the header,
5689         (gtk_cell_view_set_cell_data): added support for cell data funcs.
5690
5691         * gtk/gtkcombobox.[ch]: implement the GtkCellLayout interface, drop
5692         packing/attribute/cell data functions from the header, implemented
5693         cell data func support.
5694
5695         * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_new): updated
5696         for the move to GtkCellLayout.
5697
5698         * tests/testcombo.c (create_combo_box_grid_demo), (main): ditto.
5699
5700 2003-10-01  Matthias Clasen  <maclas@gmx.de>
5701
5702         * gtk/gtkaction.c (gtk_action_class_init): 
5703         (gtk_action_[gs]et_property): Introduce a separate
5704         "hide_if_empty" property for empty menu handling.
5705         (_gtk_action_sync_menu_visible): ...and use it here.
5706
5707         * tests/testmerge.c (main): ...and here.
5708
5709         * gtk/gtktoolitem.c (gtk_tool_item_class_init): Fix signal doc 
5710         comments to pacify gtk-doc.
5711
5712         * gtk/gtkmain.c: Doc formatting tweaks.
5713
5714         * gtk/gtktoolitem.c (gtk_tool_item_set_is_important): Fix a typo.
5715
5716         * gtk/gtkcheckmenuitem.h (gtk_check_menu_item_set_draw_as_radio): 
5717         Use the same parameter names as in .c file, to pacify gtk-doc.
5718
5719         * gtk/gtktoggletoolbutton.[hc]: 
5720         * gtk/gtktoolbutton.[hc]: 
5721         * gtk/gtktoolitem.[hc]:
5722         * gtk/gtktoolbar.[hc]: 
5723         * gtk/gtkcolorbutton.[hc]: 
5724         * gtk/gtkfontbutton.[hc]: 
5725         * gtk/gtkalignment.[hc]: Define GET_PRIVATE macros in the 
5726         source, not in the header.
5727
5728         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_[sg]et_draw_as_radio): 
5729         Document these as 2.4 API additions.
5730
5731 Tue Sep 30 23:42:56 2003  Kristian Rietveld  <kris@gtk.org>
5732
5733         * gtk/gtkentry.c (gtk_entry_set_completion),
5734         (gtk_entry_get_completion): Add API doc comments.
5735
5736         * gtk/gtkentrycompletion.c: Fix #includes and add API doc comments.
5737
5738 Tue Sep 30 23:12:34 2003  Kristian Rietveld  <kris@gtk.org>
5739
5740         * gtk/gtktreemodelfilter.c: Add "Since: 2.4" to all API doc comments.
5741
5742 Tue Sep 30 22:59:58 2003  Kristian Rietveld  <kris@gtk.org>
5743
5744         * gtk/gtktreeviewcolumn.c: Some API doc comment fixes.
5745
5746         * gtk/gtkcellayout.c: Fix #include and oooooh API doc comments!
5747
5748 2003-09-30  Matthias Clasen  <maclas@gmx.de>
5749
5750         * tests/merge-*.ui: 
5751         * tests/testmerge.c: Test handling of empty menus.
5752
5753         * gtk/gtkuimanager.c (_gtk_menu_is_empty): New function to determine
5754         whether a menu is empty. Used in gtkaction.c.
5755         (update_smart_separators): Also update the visibility of empty menus.
5756         (update_node): When creating a new menu proxy, insert an "Empty" menu 
5757         item which only gets shown if the menu is empty. 
5758
5759         * gtk/gtkaction.c (gtk_action_class_init): Document the meaning of
5760         "is_important" for menu proxies.
5761         (_gtk_action_sync_menu_visible): New function to sync the visibility
5762         of menu proxies. Used in gtkuimanager.c.
5763         (gtk_action_sync_visible): New function to sync the visibility of 
5764         proxies.
5765
5766 Tue Sep 30 21:43:34 2003  Kristian Rietveld  <kris@gtk.org>
5767
5768         * gtk/gtkcombobox.c (gtk_combo_box_menu_button_press): set
5769         popup_in_progress to TRUE,
5770         (gtk_combo_box_menu_show): and back to FALSE here; the menu now
5771         won't disappear on the first button release. (Reported by Matthias
5772         Clasen).
5773
5774 Tue Sep 30 21:08:43 2003  Kristian Rietveld  <kris@gtk.org>
5775
5776         * gtk/gtkcombobox.c (gtk_combo_box_init): actually show the child.
5777
5778         * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_init): ditto. (#123543,
5779         Marco Pesenti Gritti).
5780
5781 2003-09-30  Murray Cumming  <murrayc@usa.net>
5782  
5783         * gtk/gtkcellrenderer.h: The render vfunc takes a GdkDrawable*
5784         instead of a GdkWindow*, because that what it is given. The 
5785         documentation was already correct. This should cause no API/ABI
5786         breakage with C compilers.
5787         * gtk/gtkcellrenderertext.c, gtkcellrendererpixbuf.c, 
5788         gtkcellrenderertogger.c: Updated the declarations of the render vfunc
5789         implementation accordingly.
5790
5791 2003-09-30  Matthias Clasen  <maclas@gmx.de>
5792
5793         * gdk/gdkkeys.c (gdk_keymap_class_init): Document the
5794         "direction-changed" and "keys-changed" signals.
5795
5796         * gdk/gdkscreen.c (gdk_screen_class_init): Document the 
5797         "size-changed" signal.
5798
5799         * gdk/gdkdisplaymanager.c (gdk_display_manager_class_init): 
5800         Document the "display-opened" signal.
5801
5802         * gdk/gdkdisplay.c (gdk_display_close): Doc tweak.
5803         (gdk_display_class_init): Document the "closed" signal.
5804
5805 Sat Sep 27 16:02:40 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
5806
5807         * gtk/gtktextview.[ch]: rename property tab_moves_focus to
5808         accepts_tab. (#122709 again).
5809
5810 2003-09-27  Matthias Clasen  <maclas@gmx.de>
5811
5812         * gtk/gtkwindow.c (gtk_window_new):
5813         * gtk/gtkitemfactory.c (gtk_item_factory_new): Document 
5814         the fact that the newly created object does not come with 
5815         a floating reference.  (#103068, patch by Frederic Lespez)
5816         
5817         * gtk/gtkitemfactory.h: Deprecate GtkItemFactory in favor 
5818         of GtkUIManager. Just leave GtkTranslateFunc undeprecated, 
5819         since GtkActionGroup uses it.
5820
5821         * tests/testtext.c: Turn off GTK_DISABLE_DEPRECATED, since
5822         this test uses the soon-to-be-deprecated GtkItemFactory.
5823
5824         * demos/gtk-demo/Makefile.am (demos): Add ui_manager.c,
5825         remove item_factory.c
5826
5827         * demos/gtk-demo/ui_manager.c: Duplicate of item_factory.c 
5828         using GtkUIManager instead of GtkItemFactory.
5829
5830         * tests/testmerge.c: Demonstrate the use of the 
5831         connect-proxy signal.
5832
5833         * gtk/gtkaction.c (connect_proxy): Add connect-proxy and 
5834         disconnect-proxy signals to do small customizations 
5835         like displaying tooltips in the statusbar without 
5836         custom actions.  (#122894, Philip Langdale)
5837
5838         * gtk/gtkuimanager.c (update_node): Don't leak tooltip.
5839
5840 Fri Sep 26 23:49:44 2003  Kristian Rietveld  <kris@gtk.org>
5841
5842         Landing the new ComboBox. Note that only gtkcombobox.h and
5843         gtkcomboboxentry.h are public.
5844
5845         * gtk/gtkcellview.[ch], gtk/gtkcellviewmenuitem.[ch],
5846         gtk/gtkcombobox.[ch], gtk/gtkcomboboxentry.[ch]: new files.
5847
5848         * gtk/Makefile.am, gtk/gtk.h: adding the new files.
5849
5850         * tests/testcombo.c: and a new test.
5851
5852         * tests/Makefile.am: adding the new test.
5853
5854 2003-09-25  Tor Lillqvist  <tml@iki.fi>
5855
5856         * demos/gtk-demo/main.c: Don't use hardcoded DEMOCODEDIR on Windows.
5857
5858 2003-09-21  Tor Lillqvist  <tml@iki.fi>
5859
5860         * gdk/win32/gdkevents-win32.c (handle_wm_paint): New
5861         function. Code split out from gdk_event_translate(). Needed
5862         because gdk_event_get_graphics_expose() couldn't do anything
5863         sensible otherwise. (Not that I think graphics exposes work anyway
5864         in gdk/win32, but at least now the code could work.)
5865
5866         (gdk_event_get_graphics_expose): Call handle_wm_paint() instead of
5867         gdk_event_translate(), which couldn't have worked as it doesn't
5868         take any pre-allocated GdkEvent parameter any longer.
5869         
5870         (gdk_event_translate): Handle WM_MOUSEACTIVATE: Don't let
5871         GDK_WINDOW_TEMP windows be activated. (#122578, John Ehresman)
5872
5873 2003-09-24  Matthias Clasen  <maclas@gmx.de>
5874
5875         * demos/gtk-demo/appwindow.c (do_appwindow): Demonstrate tooltips
5876         on toolitems.
5877
5878         * gtk/gtkaction.c (connect_proxy): Sync tooltips on toolitems.
5879
5880         * gtk/gtkuimanager.c (update_node): Don't complain about missing
5881         actions on popups. Re-set "tooltip" property on toolitems after
5882         adding them to parent to trigger proxy update.
5883
5884 2003-09-22  Matthias Clasen  <maclas@gmx.de>
5885
5886         * tests/testmerge.c (main): Initially activate the JUSTIFY_RIGHT
5887         group member to test the fix for #122904.
5888
5889         * gtk/gtkactiongroup.c (gtk_action_group_add_radio_actions_full): 
5890         Add the action to the group before activating it, otherwise we
5891         may end up with multiple active group members.  (#122904, Marco
5892         Pesenti Gritti)
5893
5894 2003-09-21  Matthias Clasen  <maclas@gmx.de>
5895
5896         Changes to make cross-process merging feasible:
5897         
5898         * gtk/gtkuimanager.[hc]: Add a readonly "ui" property which holds the
5899         merged UI definition. Remove the "changed" signal, since its role
5900         is now filled by "notify::ui". Instead add a "actions-changed" signal
5901         which gets emitted when the set of actions changes.
5902
5903         * gtk/gtktoggleactionprivate.h:
5904         * gtk/gtktoggleaction.[hc] (gtk_toggle_action_[sg]et_draw_as_radio):
5905         Add a "draw_as_radio" property to toggle actions so that they can be
5906         used as proxies for radio actions much like the "draw_as_radio" 
5907         property on check menu items enables them to operate as proxies for
5908         radio actions.
5909
5910         Prevent the "show_all" trap for action-based menus (see
5911         http://mail.gnome.org/archives/gtk-devel-list/2003-September/
5912         msg00260.html):
5913
5914         * gtk/gtkmenu.c (gtk_menu_{hide,show}_all): Remove g_return_if_fail()
5915         calls from static functions.
5916
5917         * gtk/gtkuimanager.c (update_node): 
5918         * gtk/gtkaction.c (connect_proxy): Set "no_show_all" on constructed
5919         widgets whose visibility is externally controlled.
5920
5921         * gtk/gtkwidget.[hc] (gtk_widget_[gs]et_no_show_all): Add a boolean 
5922         "no_show_all" property with setter and getter. When TRUE, it keeps
5923         gtk_widget_{hide,show}_all() from modifying the visibility of the 
5924         widget and its children.
5925
5926 Sun Sep 21 23:13:37 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
5927
5928         * gtk/gtktextview.[ch]: Add new "tab moves focus" property (#122709)
5929
5930 2003-09-20  Tor Lillqvist  <tml@iki.fi>
5931
5932         * gtk-zip.sh.in: Don't use zip -r on the etc directory, to avoid
5933         including editor backup files. List files we want explicitly.
5934
5935         * gtk/gtkmain.c (_gtk_get_lc_ctype): New function. On Unix, just
5936         calls setlocale (LC_CTYPE, NULL). On Windows, looks for the
5937         LC_ALL, LC_CTYPE and LANG environment variables, than calls
5938         g_win32_getlocale().
5939
5940         (gtk_get_default_language): Code snippet moved to above function,
5941         call it.
5942
5943         * gtk/gtkimmulticontext.c (gtk_im_multicontext_get_slave)
5944         * gtk/gtkrc.c (gtk_rc_context_parse_file): Call
5945         _gtk_get_lc_ctype() instead of setlocale().
5946
5947 Fri Sep 19 18:15:31 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
5948
5949         * gtk/gtkpaned.c, gtk/gtkhpaned.c: implement RTL flipping
5950         (#96632)
5951
5952 Fri Sep 19 13:24:54 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
5953
5954         * gtk/gtktreeview.c (gtk_tree_view_get_cursor): Improve
5955         documentation. (#117306, Steve Chaplin)
5956
5957 2003-09-19  Tor Lillqvist  <tml@iki.fi>
5958
5959         * gdk/win32/gdkkeys-win32.c (update_keymap): Handle dead keysyms
5960         present on the US-International keyboard. For clarity, order
5961         keysyms in case statement according to numeric value.
5962
5963         (gdk_keymap_translate_keyboard_state): Handle Caps Lock
5964         correctly. (#120176, Ken Rastatter and Owen Taylor)
5965
5966 2003-09-18  Matthias Clasen  <maclas@gmx.de>
5967
5968         * gtk/gtkaction.c (gtk_action_finalize): Call g_closure_unref() to
5969         unref a closure, not g_object_unref().  (#122637, Marco Pesenti Gritti)
5970
5971         Install accelerators on actions, not on proxies, support
5972         accelerator-only actions:
5973         
5974         * gtk/gtkmenu.c (get_accel_path): New function to get the accel path
5975         and its lock status either via _gtk_widget_get_accel_path() or by 
5976         looking at the accel_path stored in the menu item itself and determining
5977         its lock status by peeking into the contained accel label. This was
5978         already (accidentally) committed a week ago.
5979
5980         * gtk/gtkaction.h (gtk_action_set_accel_group):
5981         (gtk_action_[dis]connect_accelerator): New functions.
5982
5983         * gtk/gtkaction.c (struct _GtkActionPrivate): Add accel_group,
5984         accel_closure and accel_count. We must have a reference to the 
5985         accel_group, since we need it in connect_proxy. The count is necessary
5986         to ensure that the accelerator isn't removed before the last proxy 
5987         requesting it has been unmerged.
5988         (connect_proxy): Connect the accelerator to the 
5989         action now, only set the accel_path on the menuitem.
5990         (remove_proxy): Disconnect the accelerator from the action, not from
5991         the menuitem.
5992         (gtk_action_set_accel_group): Set the accel group. 
5993         (gtk_action_[dis]connect_accelerator): Count the number of times
5994         this functions have been called and install/remove the accelerator if
5995         the count leaves/reaches zero.
5996
5997         * gtk/gtkuimanager.h (GtkUIManagerItemType): Add 
5998         GTK_UI_MANAGER_ACCELERATOR.
5999
6000         * gtk/gtkuimanager.c (NodeType): Add NODE_TYPE_ACCELERATOR.
6001         (start_element_handler): Create NODE_TYPE_ACCELERATOR nodes from
6002         <accelerator> elements.
6003         (gtk_ui_manager_add_ui): Create NODE_TYPE_ACCELERATOR nodes when
6004         type is GTK_UI_MANAGER_ACCELERATOR.
6005         (update_node): Set the accel group on actions before creating their
6006         proxies. Don't set the accel group on created menus. For 
6007         NODE_TYPE_ACCELERATOR nodes, [dis]connect the actions' accelerator.
6008         (print_node): Also emit <accelerator> elements.
6009
6010         * tests/testmerge.c (dump_accels): Add a "Dump Accels" button. 
6011
6012         * gtk/gtkuimanager.c (update_node): Robustness improvements.
6013
6014 2003-09-17  Matthias Clasen  <maclas@gmx.de>
6015
6016         * gtk/gtkuimanager.c (text_handler): Report unexpected character
6017         data as error from the GMarkup parser, otherwise things like
6018         gtk_ui_manager_add_ui_from_string (ui, "Hi there!", -1, &error) 
6019         pass unexpectedly.
6020
6021 Wed Sep 17 02:38:53 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6022
6023         * gtk/gtktoolbar.c (gtk_toolbar_class_init): revert accidentally
6024         committed redraw_on_allocate change.
6025
6026 Tue Sep 16 10:42:00 2003  Eric Warmenhoven  <eric@warmenhoven.org>
6027
6028         * gdk/linux-fb/gdkwindow-fb.c: Add gdk_window_set_keep_{above,below}
6029         stubs to fix compilation
6030
6031         * gdk/linux-fb/gdkrender-fb.c: Add gdk_shadow_fb_stop_updates stub for
6032         when shadowfb is disabled. Patch from pjm@cctechnol.com (#120847).
6033
6034         * gdk/linux-fb/gdkmouse-fb.c: Add GDK_MOUSE_DEVICE environment
6035         variable. Patch from Marc Welz (#121347).
6036
6037 2003-09-16  Matthias Clasen  <maclas@gmx.de>
6038
6039         * gtk/gtkaction.h: Apply egtk-format-protos.
6040
6041 2003-09-15  Matthias Clasen  <maclas@gmx.de>
6042
6043         * gtk/gtkuimanager.c: Doc tweaks.
6044
6045         Smart separators; see 
6046         http://mail.gnome.org/archives/gtk-devel-list/2003-September/msg00133.html:
6047         
6048         * gtk/gtkuimanager.c (update_smart_separators): New function which 
6049         implements "smart" separators by iterating once over the entries of a 
6050         menu, hiding and showing separators as necessary.
6051         (update_node): Mark separators used as fences of placeholders as
6052         hidden. Explicitly added separators are marked as smart. Call 
6053         update_smart_separators after updating a menu or toolbar node. 
6054         Connect update_smart_separators to "notify::visible" signal on menu
6055         and tool items.
6056         
6057         * tests/merge-[12].ui: Test smart separators.
6058
6059         Changes to allow setting action state before connecting signal; see
6060         the thread starting at 
6061         http://mail.gnome.org/archives/gtk-devel-list/2003-September/msg00140.html:
6062         
6063         * gtk/gtkactiongroup.[hc]: (gtk_action_group_add_radio_actions):
6064         (gtk_action_group_add_radio_actions_full): Add value parameter to allow
6065         setting the currently selected group member before connecting signals.
6066         (GtkToggleActionEntry): Separate struct for constructing toggle actions,
6067         including a boolean to initialize the action state before connecting
6068         signals.
6069         (gtk_action_group_add_toggle_actions):
6070         (gtk_action_group_add_toggle_actions_full): New functions to construct
6071         toggle actions from an array of GtkToggleActionEntries.
6072
6073         * demos/gtk-demo/appwindow.c: 
6074         * tests/testactions.c: 
6075         * tests/testmerge.c: Adjust to new action group API.
6076
6077 Sun Sep 14 16:59:52 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6078
6079         * gtk/gtktoolbar.c (gtk_toolbar_init): Name the arrow 
6080         "gtk-toolbar-arrow" so themes can special-case it.
6081
6082 Sun Sep 14 16:07:49 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6083
6084         * gtk/Makefile.am (gtk_c_sources): sort the list of files.
6085
6086 Sun Sep 14 15:49:00 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6087
6088         * gtk/gtktoolbar.c (toolbar_item_is_homogeneous): Unref the
6089         PangoFontMetrics. Patch from Steve Chaplin (#122257).
6090
6091 2003-09-14  Tor Lillqvist  <tml@iki.fi>
6092
6093         * gdk/win32/gdkwindow-win32.c (show_window_internal): Remove
6094         special-case code for WS_EX_TRANSPARENT (GDK_INPUT_ONLY) windows,
6095         the usefulness of which was already in doubt. Removing it fixes
6096         bugs #118575 and #121851.
6097
6098 Fri Sep 12 16:32:53 2003  Jonathan Blandford  <jrb@redhat.com>
6099
6100         Merge from stable.
6101
6102         * gtk/gtktreeview.c (gtk_tree_view_button_press): only save the
6103         pressed button (used to determine if we want to initiate a drag later
6104         on) if the current grab widget is either NULL or tree_view (Reported
6105         by Jeroen Zwartepoorte).
6106
6107 2003-09-12  Matthias Clasen  <maclas@gmx.de>
6108
6109         * gdk/gdkdraw.c (gdk_draw_string, gdk_draw_text) 
6110         (gdk_draw_text_wc): Add deprecation notes.  (#121955, Martin Pool)
6111
6112 2003-09-11  Matthias Clasen  <maclas@gmx.de>
6113
6114         * gdk/gdkpango.c: Doc tweaks.
6115
6116         * tests/testgtk.c: Add table menu tests.
6117
6118         * gtk/gtkmenu.c (gtk_menu_free_private): Don't forget to free the 
6119         GtkMenuPrivate struct itself. Pointed out by valgrind.
6120
6121         * gtk/gtkuimanager.c (gtk_ui_manager_finalize): Clean up 
6122         properly.  (#121998)
6123
6124 Wed Sep 10 22:25:04 2003  Kristian Rietveld  <kris@gtk.org>
6125
6126         The table menu patch! Turns GtkMenu into a table, so you can attach
6127         menu items in numerous new ways! Be creative!
6128
6129         Contains some bug fixes and RTL adaptions from Matthias Clasen.
6130
6131         * gtk/gtkmenu.c [toplevel]: introduce ATTACH_INFO_KEY, extend
6132         GtkMenuPrivate, introduce AttachInfo, add child properties enum,
6133         (gtk_menu_free_private), (gtk_menu_get_private): we have to free
6134         the heights array in the private struct,
6135         (gtk_menu_class_init): reorder code a bit, install child properties,
6136         (get_attach_info), (get_child_attach): new utility functions,
6137         (gtk_menu_set_child_property), (gtk_menu_get_child_property): introduce
6138         child properties, for the attach info,
6139         (gtk_menu_remove): remove AttachInfo from menu item,
6140         (gtk_menu_real_insert): implemented algorithm to automagically place
6141         inserted menu items at the correct place in the table,
6142         (gtk_menu_size_request), (gtk_menu_size_allocate),
6143         (compute_child_offset): reworked/rewritten to support table menus,
6144         (gtk_menu_attach): new function,
6145         (find_child_containing), (gtk_menu_move_current): new functions to
6146         get table menu keynav right.
6147
6148         * gtk/gtkmenu.h: add gtk_menu_attach() prototype.
6149
6150 2003-09-10  Matthias Clasen  <maclas@gmx.de>
6151
6152         * gtk/gtksocket.c (gtk_socket_filter_func): Only remove 
6153         PropertyNotify events from the stream if they have been handled,
6154         in order to enable extending the plug<->socket communication via
6155         properties.
6156
6157 Wed Sep 10 01:06:44 2003  Kristian Rietveld  <kris@gtk.org>
6158
6159         Big TreeView DnD fixage, makes drops on empty models work, makes
6160         TreeStore DnD work and gets rid of gtk-tree-model-drop-append.
6161         Related bugs #95362 and #113314. I don't want to touch this code
6162         ever again.
6163
6164         * gtk/gtktreeprivate.h (GtkTreePrivate): add empty_view_drop field.
6165
6166         * gtk/gtktreednd.c (gtk_tree_get_row_drag_data): add check
6167         for selection_data->length.
6168
6169         * gtk/gtktreeview.c (struct DestRow), (dest_row_free),
6170         (set_dest_row), (get_dest_row): we don't store just the row ref
6171         anymore, but a struct with the row ref and additional info,
6172         (set_destination_row): handle drops on empty space and some
6173         style fixes,
6174         (get_logical_dest_row): also return path_down_mode/drop_append_mode
6175         flags, handle dropping childs on their new parents, rewrite
6176         drop append handling into something saner,
6177         (gtk_tree_view_drag_motion): show a "drop possible arrow" on empty
6178         spaces,
6179         (gtk_tree_view_drag_drop): updates for updated backend,
6180         (gtk_tree_view_drag_data_received): updates for updated backend,
6181         path down mode (treestore DnD) handling,
6182         (gtk_tree_view_set_drag_dest_row): set empty_view_drop flag,
6183         when we are trying to drop a row on an empty model,
6184         (gtk_tree_view_get_drag_dest_row): handle empty_view_drop flag.
6185
6186         * gtk/gtkliststore.c (gtk_list_store_drag_data_received),
6187         (gtk_list_store_row_drop_possible): style and drop-append fixes.
6188
6189         * gtk/gtktreestore.c (gtk_tree_store_drag_data_received): ditto.
6190
6191 2003-09-08  Alexander Larsson  <alexl@redhat.com>
6192
6193         * gtk/gtkeventbox.[hc]:
6194         Implement gtk_event_box_get/set_input_only()
6195         
6196         * tests/testgtk.c:
6197         Tests for the new input only event boxes
6198
6199 Mon Sep  8 21:44:20 2003  Kristian Rietveld  <kris@gtk.org>
6200
6201         Fixes from David Hampton <hampton@employees.org> via gtk-devel-list.
6202
6203         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_elt_get_path): fix
6204         the call to gtk_tree_model_filter_add_root,
6205         (gtk_tree_model_filter_row_changed): bail out if c_path is not above
6206         the virtual root, allow building levels on the second try to convert
6207         the child path to a filter path,
6208         (gtk_tree_model_filter_convert_iter_to_child_iter): pass the virtual
6209         root when calling gtk_tree_model_filter_elt_get_path.
6210
6211 2003-09-07  Matthias Clasen  <maclas@gmx.de>
6212
6213         * gtk/gtkuimanager.c (update_node): Fix a C99ism.  (#121640,
6214         Josh Beam)
6215
6216         Fixes for accelerator handling during (un)merging:
6217         
6218         * gtk/gtkuimanager.c (update_node): Move setting info-action
6219         after the switch, since the old action is needed in some cases.
6220         In cases of proxy type mismatch, disconnect the old proxy from
6221         the old action.
6222
6223         * gtk/gtkaction.c (remove_proxy): Renamed from 
6224         gtk_action_remove_proxy(). Move unsetting of the accelerator
6225         here from disconnect_proxy() in order to catch all cases of 
6226         removing a proxy.
6227         (gtk_action_disconnect_proxy): Fix logic in g_return_if_fail()
6228         to fail if proxy isn't a proxy of action.
6229
6230 2003-09-07  Pablo Saratxaga  <pablo@mandrakesoft.com>
6231
6232         * configure.in: Added Uzbek latin (uz) and cyrillic (uz@Cyrl) to
6233         ALL_LINGUAS
6234
6235 2003-09-07  Matthias Clasen  <maclas@gmx.de>
6236
6237         * gtk/gtkaction.c (disconnect_proxy): Make disconnect work
6238         for toolitems.
6239
6240 2003-09-06  Matthias Clasen  <maclas@gmx.de>
6241
6242         * gtk/gtkaction.c (gtk_action_connect_proxy): Disconnect from 
6243         prev_action, not from action.  (Fix by David Hampton)
6244
6245 Fri Sep  5 14:15:10 2003  Owen Taylor  <otaylor@redhat.com>
6246  
6247         * Back out locale-dependent interpretation of
6248         KP_Decimal, the official XFree86 interpretation
6249         is that KP_Decimal => . KP_Separator => ,
6250         always, independent of locale. 
6251         (#105161, Frederic Crozat, 
6252         http://bugs.xfree86.org/show_bug.cgi?id=534)
6253  
6254 2003-09-04  Matthias Clasen  <maclas@gmx.de>
6255
6256         * tests/testmerge.c: Test buttons and toggle buttons as proxies.
6257
6258         * gtk/gtktoggleaction.c (connect_proxy): 
6259         (gtk_toggle_action_real_toggled): Support toggle buttons as proxies. Note 
6260         that a "draw_as_radio" property is needed for check buttons similar to 
6261         check menu items, in order to fully support button proxies for radio actions.
6262
6263         * gtk/gtkaction.c (connect_proxy): Allow buttons as proxies.
6264
6265         * tests/testmerge.c (toggle_dynamic): Test gtk_ui_manager_add_ui(). 
6266
6267         * gtk/gtkuimanager.h: Add GtkUIManagerItemType enum which is needed for the
6268         'type' argument of gtk_ui_manager_add_ui().
6269
6270         * gtk/gtkuimanager.[hc] (gtk_ui_manager_add_ui): Add 'type' and 'top' arguments
6271         to make this function as powerful as the XML methods of adding UI.  (#120647)
6272
6273 Thu Sep  4 19:11:23 2003  Kristian Rietveld  <kris@gtk.org>
6274
6275         Merge from stable.
6276
6277         * docs/RELEASE-HOWTO: updates.
6278
6279 2003-09-04  Matthias Clasen  <maclas@gmx.de>
6280
6281         * tests/merge-2.ui: Use "position" instead of "pos".
6282
6283         * gtk/gtkuimanager.c (start_element_handler): No need 
6284         to be terse: Change the name of the "pos" attribute
6285         to "position".
6286
6287 2003-09-04  Matthias Clasen  <maclas@gmx.de>
6288
6289         * gtk/gtkuimanager.c: Un-prefix GtkUIManagerNodeType and 
6290         GtkUIManagerNode to shorten the names and to make the
6291         GTK_UI_MANAGER_<TYPE> names available for a public enum.
6292
6293         * gtk/gtkactiongroup.c:
6294         * gtk/gtkuimanager.c: Various doc tweaks.       
6295
6296         * gtk/gtkuimanager.c (start_element_handler):
6297         (end_element_handler): Improve error reporting. 
6298
6299 Wed Sep  3 23:18:17 2003  Kristian Rietveld  <kris@gtk.org>
6300
6301         Merge from stable.
6302
6303         * gtk/gtkmenu.c (gtk_menu_real_move_scroll): for the END case,
6304         use end_position - page_size instead of G_MAXINT, since
6305         gtk_menu_scroll_to doesn't CLAMP anymore internally. (Fixes #121237,
6306         reported by Havoc Pennington).
6307
6308 Wed Sep  3 21:58:03 2003  Kristian Rietveld  <kris@gtk.org>
6309
6310         Merge from stable.
6311
6312         * gtk/gtkiconfactory.c (cached_icon_free): if icon->style != NULL,
6313         unref it. (Fixes memleak, patch from Kjartan Maraas).
6314
6315 Wed Sep  3 21:38:26 2003  Kristian Rietveld  <kris@gtk.org>
6316
6317         * gdk/Makefile.am, gdk/linux-fb/gdkfbmanager.c, gdk/x11/gdkcolor-x11.c,
6318         gdk-pixbuf/io-gif.c, gtk/Makefile.am, gtk/gtkcalendar.c,
6319         gtk/gtkclist.c, gtk/gtkctree.c, gtk/gtkdnd.c, gtk/gtkentry.c,
6320         gtk/gtkhandlebox.c, gtk/gtkitemfactory.c, gtk/gtkmenu.c,
6321         gtk/gtknotebook.c, gtk/gtkrange.c, gtk/gtkrc.h, gtk/gtktree.c,
6322         gtk/gtktypeutils.h: big patch from Kjartan Maraas
6323         to fix numerous typos.
6324
6325 Wed Sep  3 17:38:01 BST 2003  Tony Gale <gale@gtk.org>
6326
6327         * docs/faq/gtk-faq.sgml: Correct compile line for threads example.
6328
6329 2003-09-02  Tor Lillqvist  <tml@iki.fi>
6330
6331         * gdk/win32/gdkdisplay-win32.c (gdk_display_open): Don't call
6332         CloseHandle() on the HMODULE returned from GetModuleHandle().
6333         Didn't cause any harm, but didn't do anything useful either. When
6334         running a GTK+ program under MS's debugger, the CloseHandle() call
6335         would cause a "first-chance exception" in ntdll.dll to show up.
6336         (The exception is caught appropriately if you let it proceed, but
6337         it confuses the person using the debugger). Thanks to Bruce
6338         Hochstetler for noticing.
6339
6340 Tue Sep  2 21:01:19 2003  Kristian Rietveld  <kris@gtk.org>
6341
6342         Merge from stable.
6343
6344         * gtk/gtktreeview.c (gtk_tree_view_button_press): revert the change
6345         to only select when button 1 is pressed introduced in the fix of
6346         bug #120187.
6347
6348 2003-09-02  Matthias Clasen  <maclas@gmx.de>
6349
6350         * gtk/gtkactiongroup.c (gtk_action_group_new): Doc addition.
6351
6352         * gtk/gtkuimanager.c: Shorten the names of some static 
6353         functions.
6354
6355         Support adding and removing merge nodes dynamically (#120647, 
6356         Anders Carlsson):
6357         
6358         * gtk/gtkuimanager.[ch] (gtk_ui_manager_new_merge_id): Renamed 
6359         gtk_ui_manager_next_merge_id to gtk_ui_manager_new_merge_id 
6360         and made it public.
6361         (gtk_ui_manager_add_ui): New function to add UI elements
6362         without juggling XML fragments, currently restricted to menuitems,
6363         toolitems and separators. Actions still come from registered 
6364         action groups.
6365
6366 Mon Sep  1 19:39:14 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6367
6368         * gdk/gdkwindow.c (gdk_window_get_bg_gc): Fix bug where the
6369         background pixmap was being offset twice, once by the ts_origin in
6370         gdk_window_get_bg_gc(), and once by gdk_draw_rectangle().
6371
6372 2003-09-01  Matthias Clasen  <maclas@gmx.de>
6373
6374         * gtk/gtkuimanager.[ch] (gtk_ui_manager_ensure_update): Make
6375         this public again, since it's occasionally useful.  (#121128,
6376         Marco Pesenti Gritti)
6377
6378         * gtk/gtkaction.c: Add an "is_important" property and propagate
6379         it to toolitem proxies.  (#121058, Marco Pesenti Gritti)
6380
6381 Mon Sep  1 00:32:30 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6382
6383         * tests/testtoolbar.c (main): connect to "delete_event" so the
6384         application will actually quit when you close the window
6385
6386 2003-09-01  Matthias Clasen  <maclas@gmx.de>
6387
6388         * gtk/gtkuimanager.c (gtk_ui_manager_get_widget) 
6389         (gtk_ui_manager_get_action): g_return_if_fail() if
6390         path is NULL.
6391         (gtk_ui_manager_get_node): Avoid a segfault if path is empty.
6392         (gtk_ui_manager_finalize): Remove the idle on finalize. (#121125, 
6393         Marco Pesenti Gritti)
6394
6395 2003-08-31  Matthias Clasen  <maclas@gmx.de>
6396
6397         * gtk/gtktoolitem.c: Fix some typos in docs.
6398
6399         * gtk/gtkuimanager.[ch] (gtk_ui_manager_get_action): New function,
6400         replaces gtk_ui_manager_activate().  (#120658)
6401
6402         * tests/testmerge.c: Use gtk_ui_manager_get_action() instead of
6403         gtk_ui_manager_activate().
6404
6405         * gtk/gtkaction.c: 
6406         * gtk/gtkactiongroup.c: Some doc tweaks.
6407
6408         * gtk/gtkuimanager.[hc]: Get rid of the remove_widget signal. It
6409         wasn't emitted anyway. Some doc tweaks.
6410
6411 2003-08-30  Matthias Clasen  <maclas@gmx.de>
6412
6413         * tests/testmerge.c (add_widget): Connect to "destroy" on toolbar,
6414         rather than to "remove" on handlebox. 
6415
6416         * gtk/gtkuimanager.[hc] (gtk_ui_manager_activate): New method to
6417         activate an action found by following a path.  (#120658)
6418
6419         * tests/testmerge.c: Add a button to test gtk_ui_manager_activate().
6420
6421         * tests/testmerge.c (add_widget): Put toolbars in handleboxes.
6422
6423         * gtk/gtkuimanager.[hc]: Add a boolean property, "add_tearoffs" with 
6424         setter and getter. If it is set, add tearoff menu items to regular 
6425         menus, but not to popups. Add a signal "changed", which gets emitted
6426         when the merged ui has changed.  (#120649, #120656)
6427
6428         * tests/testmerge.c: Add button to test the generation of tearoff 
6429         menu items.
6430
6431 2003-08-29  Matthias Clasen  <maclas@gmx.de>
6432
6433         * gtk/gtkactiongroup.c (gtk_action_group_add_radio_actions_full): 
6434         Actually group the actions together rather than putting each in its 
6435         own group.
6436
6437         * gtk/gtkradioaction.c (create_menu_item): Set "draw_as_radio" on 
6438         proxy menu items for radio actions.
6439
6440         * gtk/gtkgamma.c (gamma_ok_callback): Use g_strtod instead of strtod.
6441
6442 Fri Aug 29 21:40:01 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6443
6444         * gtk/gtkactiongroup.c (gtk_action_group_add_radio_actions_full):
6445         Fix use of uninitialized variable.
6446
6447         * gtk/gtktextutil.c
6448         (_gtk_text_util_append_special_char_menuitems): add const cast to
6449         get rid of warning
6450
6451 2003-08-29  Matthias Clasen  <maclas@gmx.de>
6452
6453         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_class_init): Install 
6454         "draw_as_radio" as a separate property, not as an alias of 
6455         "inconsistent".
6456         (gtk_check_menu_item_get_property): 
6457         (gtk_check_menu_item_set_property): Also support "draw_as_radio".
6458
6459 Fri Aug 29 20:32:07 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6460
6461         * gtk/gtktoolbar.c: Only treat buttons as homogeneous when they
6462         are narrower than 13 time the estimated character width of the
6463         font. (#107781, David Bordoley)
6464
6465         * gtk/gtktoggletoolbutton.c (gtk_toggle_tool_button_init): Check
6466         here if the GtkToggleButton is active. This may be the case if it
6467         is a radio button.
6468
6469         * gtk/gtktoolbar.c: Clarify documentation wrt. GtkSignalFunc
6470         vs. void (*) (GtkWidget, gpointer). (#107495, Mariano
6471         Suarez-Alvarez).
6472
6473         * gtk/gtkcheckmenuitem.[ch]: new "draw_as_radio"
6474         property. (#111207, David Bordoley).
6475
6476         * gtk/gtktoggletoolbutton.c
6477         (gtk_toggle_tool_button_create_menu_proxy): use new
6478         "draw_as_radio" property on the menu item when the item is a radio
6479         tool button
6480
6481         * gtk/gtktoolbutton.c (gtk_tool_button_create_menu_proxy): Fixes
6482         to only pay attention to the "use_underline" property when the
6483         button label comes from the "label" property.
6484
6485 2003-08-29  Laurent Dhima  <laurenti@alblinux.net>
6486
6487         * configure.in: Added "sq" to ALL_LINGUAS.
6488         
6489 2003-08-28  Matthias Clasen  <maclas@gmx.de>
6490
6491         * gdk/x11/gdkkeys-x11.c (gdk_keymap_translate_keyboard_state): Markup
6492         fix in the docs.
6493
6494         * gtk/gtkuimanager.c: Change the XML format:
6495         <Root> element is replaced by <ui>,
6496         <menu> element is replaced by <menubar>,
6497         <submenu> element is replaced by <menu>,
6498         <dockitem> element is replaced by <toolbar>,
6499         <popups> element is gone,
6500         verb attribute is replaced by action,
6501         name defaults to action or the element name. 
6502
6503         * gtk/gtkactiongroup.[hc]: Replace GtkActionGroupEntry by 
6504         GtkActionEntry and GtkRadioActionEntry. GtkActionEntry is simplified 
6505         by removing the user_data, entry_type and extra_data fields, 
6506         GtkRadioActionEntry is further simplified by removing the callback. 
6507         The user_data can now be specified as an argument to 
6508         gtk_action_group_add_actions(). There is a new method 
6509         gtk_action_group_add_radio_actions(), which is similar to 
6510         gtk_action_group_add_actions(), but takes GtkRadioActionEntrys
6511         and a callback parameter in addition to the user_data. The callback
6512         is connected to the ::changed signal of the first group member.
6513         There are _full() variants taking a GDestroyNotify of 
6514         gtk_action_group_add_[radio_]actions().
6515
6516         * gtk/gtkradioaction.[hc]: Add a ::changed signal which gets emitted 
6517         on every member of the radio group when the active member is changed. 
6518         Add an integer property "value", and a getter for the value of "value"
6519         on the currently active group member. 
6520
6521         * tests/testactions.c: 
6522         * tests/testmerge.c: 
6523         * tests/merge-[123].ui:  
6524         * demos/gtk-demo/appwindow.c: Adjust to these changes.
6525
6526         * gtk/gtktoolbar.c (gtk_toolbar_append_element): Trivial doc fix.
6527
6528 2003-08-27  Anders Carlsson  <andersca@gnome.org>
6529
6530         * demos/gtk-demo/appwindow.c (do_appwindow): Focus the
6531         text view, so the tool bar won't have focus.
6532
6533 Tue Aug 26 09:57:38 2003  Owen Taylor  <otaylor@redhat.com>
6534
6535         * gdk/x11/gdkkeys-x11.c (update_keymaps): Fix variable
6536         declaration not at start of block. (#120371, Damien Carbery)
6537
6538 2003-08-26  Matthias Clasen  <maclas@gmx.de>
6539
6540         * gtk/gtkuimanager.[hc] (gtk_ui_manager_add_ui_from_string): Use gssize 
6541         for length, not gsize.
6542
6543         * gtk/gtkuimanager.c: Refactor the XML format a bit: rename <Root> to 
6544         <ui> and make it optional in strings. Rename verb to action, <dockitem> 
6545         to <toolbar>, <menu> to <menubar>, <submenu> to <menu>.
6546
6547         * demos/gtk-demo/appwindow.c: 
6548         * tests/testactions.c: 
6549         * tests/testmerge.c:
6550         * tests/merge-1.ui:
6551         * tests/merge-2.ui:
6552         * tests/merge-3.ui: Adjust to the new XML format.
6553
6554 Mon Aug 25 19:55:55 2003  Owen Taylor  <otaylor@redhat.com>
6555
6556         * gtk/gtktextview.c (gtk_text_view_update_layout_width): 
6557         Since we add one to the layout's reported width to
6558         account for the cursor, we need to subtract one when
6559         setting the wrap width for the layout. (Fixes infinite
6560         loop (#120325, Frederic Crozat)
6561
6562         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): 
6563         Be a bit more careful about rounding when converting
6564         wrapped width from Pango units to pixels.
6565
6566 2003-08-26  Matthias Clasen  <maclas@gmx.de>
6567
6568         Rename GtkMenuMerge to GtkUIManager. 
6569         
6570         * gtk/gtkuimanager.[hc]: New files. 
6571         * gtk/gtkmenumerge.[hc]: Removed. 
6572
6573         * gtk/Makefile.am: 
6574         * gtk/gtk.h:
6575         * tests/testmerge.c: 
6576         * tests/testactions.c: 
6577         * demos/gtk-demo/appwindow.c: Replace all uses of GtkMenuMerge by 
6578         GtkUIManager.
6579
6580         * demos/gtk-demo/appwindow.c: Make GtkMenuMerge demo less intimidating: 
6581         add comments to entries array, remove newlines from ui definition. Don't 
6582         use the ::add_widget signal.
6583
6584 Mon Aug 25 17:28:04 2003  Owen Taylor  <otaylor@redhat.com>
6585
6586         * gtk/gtknotebook.c (gtk_notebook_forall): Don't
6587         include page->menu_label - causes various problems,
6588         including #12047.
6589
6590 Mon Aug 25 23:21:43 2003  Kristian Rietveld  <kris@gtk.org>
6591
6592         Merge from stable.
6593
6594         Fixes #115871, reported by Michael Natterer.
6595
6596         * gtk/gtktreeprivate.h: added GtkTreeSelectMode enum,
6597         added ctrl_pressed and shift_pressed bitfields,
6598         (_gtk_tree_selection_internal_select_node): replace GdkModifierType
6599         arg with GtkTreeSelectMode.
6600
6601         * gtk/gtktreeselection.c (gtk_tree_selection_set_mode),
6602         (gtk_tree_selection_select_path), (gtk_tree_selection_unselect_path),
6603         (_gtk_tree_selection_internal_select_node): all updated for
6604         GdkModifierType -> GtkTreeSelectMode move.
6605
6606         * gtk/gtktreeview.c (gtk_tree_view_button_press): set ctrl_pressed
6607         and shift_pressed around selection handling block,
6608         (gtk_tree_view_real_select_cursor_row),
6609         (gtk_tree_view_real_toggle_cursor_row),
6610         (gtk_tree_view_real_selection_cursor_parent),
6611         (gtk_tree_view_real_set_cursor): use ctrl_pressed and shift_pressed,
6612         instead of checking the event state. And also updates for the
6613         GdkModifierType -> GtkTreeSelectMode move.
6614
6615 Wed Aug 20 21:26:49 2003  Owen Taylor  <otaylor@redhat.com>
6616
6617         * gtk/gtkplug.c (gtk_plug_focus): Send the focus on
6618         to the parent when there was no focus widget before
6619         and no focus widget after - that is, when there are
6620         no focusable widgets. (#108678, help tracking it
6621         down from Padraig O'Briain, Federico Mena Quintero, )
6622
6623         * gtk/gtkxembed.[ch]: Move various shared utilities
6624         for the XEMBED protocol eused by GtkPlug and GtkSocket 
6625         here.
6626
6627         * gtk/gtkxembed.[ch] gtkplug.c gtksocket.c: Implement
6628         a flag bit that is sent with focus mesages to indicate
6629         that the focus has wrapped around on the toplevel;
6630         use this bit to catch infinite loops when there is no
6631         focusable widget at ll in the entire toplevel.
6632
6633         * tests/testsocket.c (child_read_watch): Remove an
6634         extraneous unref.
6635
6636         * gtk/gtkplug.c gtk/gtksocket.c gtk/gtkxembed.h: 
6637         Up XEMBED protocol version to 1, add logic for 
6638         sending the right version in XEMBED_EMBEDDED_NOTIFY.
6639
6640         * gtk/gtksocket.c (gtk_socket_add_window): Send
6641         the embedder window in the XEMBED_EMBEDDED_NOTIFY
6642         as the spec requires.
6643
6644 Mon Aug 25 16:15:41 2003  Owen Taylor  <otaylor@redhat.com>
6645
6646         * gdk/x11/gdkkeys-x11.c: Fix up CapsLock and 
6647         NumLock handling for non-XKB. Add a special case
6648         hack for NumLock on Sun servers. (Patch from
6649         Robert Basch, #115819)
6650
6651 2003-08-25  Matthias Clasen  <maclas@gmx.de>
6652
6653         * gtk/gtkactiongroup.c (gtk_action_group_add_actions): Remove C99isms. (Morten 
6654         Welinder)
6655
6656         * gtk/gtkactiongroup.[hc] (gtk_action_group_set_translate_func,
6657         gtk_action_group_set_translation_domain): Hooks for translation of
6658         label and tooltip in GtkActionGroupEntries.  (#120620)
6659
6660 2003-08-25  Matthias Clasen  <maclas@gmx.de>
6661
6662         * gtk/gtkactiongroup.h (GtkActionGroupEntryType): Namespace the enum
6663         values properly. Sorry about the resize grip trouble, Owen.  (#120621)
6664         
6665         * gtk/gtkactiongroup.c: 
6666         * demos/gtk-demo/appwindow.c: 
6667         * tests/testmerge.c: 
6668         * tests/testactions.c: Use new GtkActionGroupEntryType enum.  
6669
6670 Sun Aug 24 17:14:44 2003  Owen Taylor  <otaylor@redhat.com>
6671
6672         * gtk/gtk.h: Remove reference to gtkresizegrip.h.
6673
6674 Sun Aug 24 17:03:44 2003  Owen Taylor  <otaylor@redhat.com>
6675
6676         * gtk/Makefile.am: Fix accidental commit of references
6677         to gtkresizegrip.[ch]
6678
6679 Sun Aug 24 17:00:03 2003  Owen Taylor  <otaylor@redhat.com>
6680
6681         * gtk/gtkrc.c: Fix some missing initializations of
6682         rc_file->directory.
6683
6684 2003-08-24  Matthias Clasen  <maclas@gmx.de>
6685
6686         * gtk/gtkaction.[ch]: 
6687         * gtk/gtktoggleaction.[ch]: 
6688         * gtk/gtktoggleactionprivate.h: 
6689         * gtk/gtkradioaction.[ch]: 
6690         * gtk/gtkactiongroup.[ch]: 
6691         * gtk/gtkmenumerge.[ch]: A model-view separation for menus and
6692         toolbars, using the EggMenu code by James Henstridge.
6693
6694         * gtk/gtk.h: Include new headers.
6695         * gtk/Makefile.am: Add new files.
6696
6697         * tests/testactions.c: Test for actions.
6698         * tests/testmerge.c: Test for menu merging.
6699         * tests/merge-[123].ui: Test data for testmerge. 
6700         * tests/Makefile.am: Add testactions and testmerge.
6701
6702         * demos/gtk-demo/appwindow.c: Use GtkMenuMerge to construct the 
6703         menubar and toolbar.
6704         
6705 Sat Aug 23 21:40:18 2003  Owen Taylor  <otaylor@redhat.com>
6706  
6707         * gtk/gtkrc.c (gtk_rc_context_parse_one_file): Fix 
6708         problem where rc_file->directory wasn't always getting
6709         set. (#120549, Luis Villa)
6710  
6711 2003-08-22  Christian Rose  <menthos@menthos.com>
6712
6713         * configure.in: Added "ne" to ALL_LINGUAS.
6714
6715 Thu Aug 21 16:00:36 2003  Owen Taylor  <otaylor@redhat.com>
6716  
6717         * gtk/gtkrc.c: Keep a list of current GtkRcFiles
6718         being parsed, not just the directories for those
6719         files. Use that to catch recursion. (Part of
6720         #114988)
6721  
6722 Thu Aug 21 21:27:45 2003  Kristian Rietveld  <kris@gtk.org>
6723
6724         Merge from stable.
6725
6726         Fix option menu scrolling (#119821, Owen Taylor).
6727
6728         * gtk/gtkmenu.c (gtk_menu_scroll_to): remove logic introduced
6729         by #80484 and the CLAMP,
6730         (get_menu_height): new function,
6731         (gtk_menu_real_move_scroll): sort of moved the CLAMP here to correct
6732         new_offset to handle page up/down right.
6733
6734 Thu Aug 21 15:17:42 2003  Owen Taylor  <otaylor@redhat.com>
6735
6736         * gdk/x11/gdkkeys-x11.c: Change the interpretation
6737         of consumed_modifiers so that it contains:
6738          - Modifiers combinations actually found in
6739            state.
6740          - Single modifier modifier combinations.
6741         But not multi-modifier combinations that aren't
6742         in event->state. Document. (#100439)
6743
6744 Thu Aug 21 20:53:46 2003  Kristian Rietveld  <kris@gtk.org>
6745
6746         Slightly modified patch from Yann Rouillard to improve selection
6747         behavior with the mouse. Fixes #120187.
6748
6749         * gtk/gtktreeview.c (gtk_tree_view_button_press): only
6750         select/deselect items on the first button press of button 1,
6751         expand checks for row_activated to include triple clicks.
6752
6753 Thu Aug 21 01:33:51 2003  Kristian Rietveld  <kris@gtk.org>
6754
6755         Merge from stable.
6756
6757         * gtk/gtkspinbutton.c (gtk_spin_button_size_request): always round
6758         approximate digit widths up, to avoid truncation, convert to
6759         pango pixels when we have the full string width instead of converting
6760         the approx digit width to pango pixels, take inner border and
6761         interior focus into account correctly. (Fixes #116368, patch from
6762         Morten Welinder).
6763
6764 2003-08-20  Noah Levitt  <nlevitt@columbia.edu>
6765
6766         * gtk/queryimmodules.c: Don't look at the same directory twice (in
6767         simple cases). (#120342)
6768
6769 Wed Aug 20 22:04:47 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6770
6771         * gdk/gdkwindow.c: Make the layers in the paint stack have their
6772         own pixmap instead of sharing one. (#118317)
6773
6774         * tests/testgtk.c (create_get_image): Fixes to make the window fit
6775         on an 800x600 screen
6776
6777 Wed Aug 20 22:03:25 2003  Kristian Rietveld  <kris@gtk.org>
6778
6779         Merged from stable.
6780
6781         * gtk/gtkspinbutton.c (start_spinning): change the type of step
6782         to gdouble, since it gets it's data from a gdouble (Fixes #113547).
6783
6784 Mon Aug 18 17:19:12 2003  Owen Taylor  <otaylor@redhat.com>
6785
6786         * modules/input/gtkimcontextxim.[ch]: Substantially
6787         rework the handling of status windows:
6788         
6789          - Store the current StatusWindow in the 
6790            GtkIMContextXIM structure and vice-versa, so we
6791            don't have to hunt the window hierarchy on
6792            cleanup.
6793          - Use the Gtkidget hierarchy instead of/or as well
6794            as the GdkWindow hierarchy when finding the toplevel;
6795            this helps for things like GtkHandlebox
6796          - Watch GtkWidget::hierarchy_changed to catch 
6797            changes in the toplevel without changes in the
6798            GdkWindow (reparenting)
6799          - Never create the GtkWindow for the status window
6800            unless we have text to display.
6801          - Various cleanups, add lots of comments.
6802
6803         (#115077, much help from Takuro Ashie and Hidetoshi
6804         Tajima in tracking this down and figuring out a fix.)
6805
6806         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_focus_in): 
6807
6808         * modules/input/gtkimcontextxim.c: Track the current
6809         screen for each toplevel so that we show the status
6810         window on the right screen. (#116340, James Su)
6811
6812         * modules/input/gtkimcontextxim.c: If create a new IC
6813         when we currently have the focus, call XSetICFocus()
6814         on it.
6815         
6816         * modules/input/gtkimcontextxim.c (get_im): Fix bug
6817         with multiple open screens.
6818
6819 Tue Aug 19 14:37:46 2003  Owen Taylor  <otaylor@redhat.com>
6820
6821         * gtk/gtkimmulticontext.[ch] (struct _GtkIMMulticontext): 
6822         Replace client_window field with 'priv' pointer,
6823         retaining binary compatibility.
6824
6825         * gtk/gtkimmulticontext.c (gtk_im_multicontext_set_slave): 
6826         save use_preedit/cursor_location/focus status and set
6827         up the new slave appropriately. (#118651, Botond Botyanszki)
6828
6829 Tue Aug 19 13:58:50 2003  Owen Taylor  <otaylor@redhat.com>
6830
6831         * gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): 
6832         Don't use impl->position_info.clip_rect for toplevels.
6833         (#107068, reported by Thomas Mirlacher)
6834
6835 Mon Aug 18 11:48:51 2003  Owen Taylor  <otaylor@redhat.com>
6836
6837         * gdk/x11/gdkdrawable-x11.c (convert_to_format): 
6838         Add a fallback for unaligned source data for
6839         FORMAT_ARGB_MASK. (#117217)
6840
6841 Mon Aug 18 10:51:57 2003  Owen Taylor  <otaylor@redhat.com>
6842
6843         * configure.in: Rework handling of REBUILD_PNGS,
6844         so that we also don't try to REBUILD_PNGS when
6845         cross-compiling and there is no gdk-pixbuf-csource.
6846         But give an error if gtk/stock-icons/gtkstockpixbufs.h
6847         is not in the source tree. (Note that REBUILDS_PNG
6848         was set backwards before, which is why you always
6849         had to manually recreate gtkstockpixbufs.h!)
6850
6851 Mon Aug 18 10:19:55 2003  Owen Taylor  <otaylor@redhat.com>
6852
6853         * gtk+-2.0-uninstalled.pc.in: Add a missing gtk/ in the
6854         path to libgtk.la. (#120080, Benedikt Spranger)
6855
6856 Sat Aug 16 10:34:49 2003  Owen Taylor  <otaylor@redhat.com>
6857
6858         * modules/input/imcedilla.c: Make the list of default
6859         languages more comprehensive. (Suggestion of
6860         Fco. Javier F. Serrador)
6861
6862 Sat Aug  9 12:47:11 2003  Owen Taylor  <otaylor@redhat.com>
6863
6864         * gdk/gdk.c (gdk_arg_context_parse): Fix broken 
6865         parentheses when skipping args.
6866
6867 Sat Aug 16 16:22:23 2003  Kristian Rietveld  <kris@gtk.org>
6868
6869         Fix major bug in row ref handling, so the new combo box
6870         will actually work right (:. Bug #107748. Patch written
6871         with help from Tim Janik.
6872
6873         The basic idea is to update the row refs in a closure,
6874         before the actual signal is emitted (rather than having
6875         the model connect signal handlers).
6876
6877         * gtk/gtktreemodel.c (gtk_tree_model_base_init): change
6878         g_signal_new calls for row_inserted, row_deleted and
6879         rows_reordered to use the new marshallers,
6880         (row_inserted_marshall), (row_deleted_marshall),
6881         (rows_reordered_marshall): the new marshallers,
6882         (gtk_tree_row_ref_inserted_callback): renamed to
6883         gtk_tree_row_ref_inserted since it isn't a callback
6884         anymore and gets called by the marshaller now,
6885         (gtk_tree_row_ref_deleted_callback): likewise,
6886         (gtk_tree_row_ref_reordered_callback): likewise,
6887         (connect_ref_callbacks), (disconnect_ref_callbacks):
6888         removed,
6889         (gtk_tree_row_reference_new_proxy),
6890         (gtk_tree_row_reference_free),
6891         (gtk_tree_row_reference_inserted),
6892         (gtk_tree_row_reference_deleted),
6893         (gtk_tree_row_reference_reordered): updated.
6894
6895 Fri Aug 15 16:54:39 2003  Owen Taylor  <otaylor@redhat.com>
6896
6897         Improve Cedilla handling - based on a patch from Gustavo 
6898         De Nardin, #111334
6899
6900         * modules/input/imcedilla.c po/POTFILES.in: Input method that 
6901         produces C_WITH_CEDILLA rather than C_WITH_ACUTE for 
6902         dead_acute+c combinations. Make this the default for
6903         fr and pt.
6904
6905         * gtk/gtkimmulticontext.c (gtk_im_multicontext_get_slave): 
6906         Use LC_CTYPE instead of LC_MESSAGES to pick the default
6907         input method.
6908
6909 Fri Aug 15 17:00:19 2003  Owen Taylor  <otaylor@redhat.com>
6910
6911         * gtk/gtkimcontextsimple.c: Fix missing compose sequence
6912         for Multi_key+c+apostrophe.
6913
6914 Fri Aug 15 21:57:34 2003  Kristian Rietveld  <kris@gtk.org>
6915
6916         Merged from stable.
6917
6918         * gtk/gtktreeview.c (gtk_tree_view_adjustment_changed): stop editing
6919         on vertical scrolling. (#108035, reported by Tim Janik).
6920
6921 Fri Aug 15 20:06:42 2003  Kristian Rietveld  <kris@gtk.org>
6922
6923         Merged from stable.
6924
6925         * gtk/gtktreeview.c (gtk_tree_model_sort_row_changed),
6926         (gtk_tree_model_sort_level_find_insert),
6927         (gtk_tree_model_sort_insert_value): fix off-by-one error.
6928         (#109292 continued, patch from Yann Rouillard).
6929
6930 Fri Aug 15 19:43:14 2003  Kristian Rietveld  <kris@gtk.org>
6931
6932         (Note: This is not exactly the same as the patch which went in
6933          gtk-2-2).
6934
6935         * gtk/gtktreeview.c (gtk_tree_view_class_init),
6936         (gtk_tree_view_key_press), (gtk_tree_view_search_key_press_event):
6937         Also support the up, down, left, right, home, end, page up and
6938         page down keys on the numpad. (#119419, reported by Alex Larsson).
6939
6940 Fri Aug 15 12:34:04 2003  Owen Taylor  <otaylor@redhat.com>
6941
6942         Fixes for X/Cygwin builds of GTK+ (#107623, Masahiro Sakai):
6943
6944         * configure.in (GDK_DEP_LIBS_FOR_X): Make sure that
6945         we link libgtk against X explicitely, since we
6946         make GTK+ calls for plug/socket.
6947
6948         * gtk/queryimmodules.c: Use USE_LA_MODULES and 
6949         G_MODULE_SUFFIX here. 
6950
6951         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_image): Protect
6952         XShmPutImage with #ifdef USE_SHM.
6953
6954 Thu Aug 14 18:25:39 2003  Owen Taylor  <otaylor@redhat.com>
6955
6956         * gtk/gtkfilesel.c (gtk_file_selection_populate):
6957         Don't reposition the cursor when we aren't trying
6958         to complete. (Fixes problems with selection on
6959         startup, #108433, reported by Mark Finlay.)
6960
6961         * gtk/gtkfilesel.c (gtk_file_selection_populate): Remove
6962         code that tried to position the cursor after the common
6963         prefix when there was one, it wasn't working, and
6964         would be hard to fix. Just always put the cursor
6965         at the end when completing.
6966
6967 Thu Aug 14 17:58:23 2003  Owen Taylor  <otaylor@redhat.com>
6968
6969         * gtk/gtkfilesel.c (get_current_dir_utf8): If getting
6970         the current directory fails because of encoding
6971         conversion problems, walk up textually to parent
6972         directories until we can convert. (#113627)
6973
6974 Wed Aug 13 17:01:49 2003  Owen Taylor  <otaylor@redhat.com>
6975
6976         * gtk/gtkmenushell.[ch] (gtk_menu_shell_enter_notify):
6977         Remove usage of menu_shell->ignore leave which was
6978         to deal with stray events we no longer get because
6979         we do grabbing differently. Comment it as unused in
6980         the header. (#115837, Keith Bissett)
6981
6982 Wed Aug 13 16:32:43 2003  Owen Taylor  <otaylor@redhat.com>
6983
6984         * gtk/gtkmenu.c (gtk_menu_position, gtk_menu_window_size_request): 
6985         Fix some places that weren't properly Xinerama-ified.
6986
6987         * gtk/gtkmenu.c: Fix problem with windows that scroll
6988         at the top of the screen.
6989
6990 Wed Aug 13 11:34:53 2003  Owen Taylor  <otaylor@redhat.com>
6991
6992         * gtk/gtkcombo.c (gtk_combo_init): connect_after() to 
6993         key-press-event on the entry, so input methods get access to 
6994         key presses before GtkCombo customization.
6995         (#115451, Botond Botyanszki)
6996
6997 2003-08-13  Anders Carlsson  <andersca@gnome.org>
6998
6999         * tests/testtoolbar.c: (set_important_func), (important_toggled),
7000         (create_items_list):
7001         Add an important column.
7002         
7003 Tue Aug 12 15:00:15 2003  Owen Taylor  <otaylor@redhat.com>
7004
7005         * gtk/gtkwindow.c (gtk_window_real_set_focus): Protect
7006         against reentrancy from ::focus-out handlers. 
7007         (#118129, Felipe Heidrich)
7008
7009 Tue Aug 12 14:27:42 2003  Owen Taylor  <otaylor@redhat.com>
7010
7011         * gtk/gtkkeyhash.c (_gtk_key_hash_lookup): Remove
7012         GDK_LOCK_MASK before calling
7013         gdk_keymap_translate_keyboard_state so bindings 
7014         and accelerators are independent of the Caps-lock
7015         key. (#115384, reported by Toni Willberg)
7016
7017 Mon Aug 11 12:07:14 2003  Owen Taylor  <otaylor@redhat.com>
7018
7019         * gdk/x11/gdkevents-x11.c (get_real_window): Add missing
7020         break statements (#119494, Soeren Sandmann)
7021
7022 Mon Aug 11 11:10:07 2003  Owen Taylor  <otaylor@redhat.com>
7023
7024         * gtk/gtkwidget.h: Mark parent public as well; it's
7025         extensively accessed in existing code, so there is
7026         no advantage in making people use get_parent().
7027         (Tweak to #119463 fix)
7028
7029 2003-08-11  Matthias Clasen  <maclas@gmx.de>
7030
7031         Add support for EWMH "Above" and "Below" window states.  (105100,
7032         Manuel Clos)
7033         
7034         * tests/testgtk.c: Add "Above" and "Below" to the the "Window
7035         State" demo.
7036
7037         * gtk/gtkwindow.h: Add gtk_window_set_keep_above and
7038         gtk_window_set_keep_below.
7039
7040         * gtk/gtk.def: Add gtk_window_set_keep_above and
7041         gtk_window_set_keep_below.
7042
7043         * gtk/gtkwindow.c (gtk_window_set_keep_below):
7044         (gtk_window_set_keep_above): New functions, call the corresponding
7045         gdk functions.
7046
7047         * gdk/x11/gdkwindow-x11.c (gdk_window_set_keep_below): New
7048         function, sets _NET_WM_STATE_BELOW.
7049         (gdk_window_set_keep_above): New function, sets
7050         _NET_WM_STATE_ABOVE.
7051
7052         * gdk/gdkwindow.h: Add gdk_window_set_keep_above and
7053         gdk_window_set_keep_below.
7054
7055         * gdk/gdkevents.h (GdkWindowState): Add GDK_WINDOW_STATE_ABOVE and
7056         GDK_WINDOW_STATE_BELOW.
7057
7058         * gdk/gdk.def: Add gdk_window_set_keep_above and
7059         gdk_window_set_keep_below.
7060
7061         * acinclude.m4: Copy newer versions of JH_CHECK_XML_CATALOG and
7062         JH_PATH_XML_CATALOG from gtk-doc to enable configuring without
7063         xmlcatalog in PATH.  (#119115)
7064
7065 2003-08-10  Matthias Clasen  <maclas@gmx.de>
7066
7067         * gtk/gtkwidget.h (struct _GtkWidget): Mark some members as
7068         public.  (#119463)
7069
7070 2003-08-09  Noah Levitt  <nlevitt@columbia.edu>
7071
7072         * gdk/gdkevents.h:
7073         * docs/reference/gdk/tmpl/windows.sgml: Elaborate a bit more in the
7074         docs on GdkFilterFunc and GdkFilterReturn.
7075
7076 2003-08-09  Matthias Clasen  <maclas@gmx.de>
7077
7078         * gtk/gtkcalendar.c:  Add and hook in gtk_calendar_scroll,
7079         to let the mouse wheels select the month. Scrolling down
7080         moves forward in time. (#53134, Abigail Brady) 
7081
7082         * gtk/gtkcalendar.c: Complete the RTL flipping support for
7083         GtkCalendar, make it possible to flip the headings using the
7084         "magic translated string" technique.  Translators, note the
7085         comment in gtk_calendar_init() explaining this.  (#102416)
7086
7087         * gtk/gtkcalendar.c: Get the information about the first day of
7088         the week from the locale using another instance of the "magic
7089         translated string" technique.  Ignore the display option
7090         GTK_CALENDAR_WEEK_START_MONDAY with a warning.  (#87977)
7091
7092         * gtk/gtkcalendar.c: Add DND support to GtkCalendar. The selected
7093         date is dragged as text, formatted via strftime %x. Text drops are
7094         accepted if g_date_set_parse() can make sense of the text. A
7095         dedicated data format for date DND has not been introduced yet,
7096         since there didn't seem to be sufficient consensus on such a
7097         format on xdg-list.  (#117297)
7098         
7099 2003-08-08  Matthias Clasen  <maclas@gmx.de>
7100
7101         * gdk/gdkregion-generic.c (gdk_region_spans_intersect_foreach):
7102         Fix a segfault.  (#115284, Jan Kratochvil)
7103
7104 2003-08-08  Tor Lillqvist  <tml@iki.fi>
7105
7106         * gdk/win32/gdkevents-win32.c (print_event): Print also the root
7107         coordinates for events that have such. Print coordinates for enter
7108         and leave events.
7109
7110         (gdk_event_translate): Don't use event uninitialixed in the
7111         return_exposes branch of the WM_PAINT handler.
7112
7113         * gdk/win32/gdkwindow-win32.c (gdk_window_new,
7114         _gdk_windowing_window_get_pointer, _gdk_windowing_window_at_pointer): 
7115         Must offset top-level window coordinates here, too.
7116
7117 2003-08-08  Matthias Clasen  <maclas@gmx.de>
7118
7119         * demos/gtk-demo/appwindow.c (do_appwindow): Hide the resize grip
7120         when maximized or fullscreen.
7121
7122 2003-08-07  Tor Lillqvist  <tml@iki.fi>
7123
7124         * gdk/win32/gdkinput-win32.h
7125         * gdk/win32/gdkinput-win32.c (_gdk_input_configure_event,
7126         _gdk_input_enter_event): Drop the GdkEvent* parameter, it wasn't
7127         used.
7128
7129         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Adapt caller
7130         accordingly, in fact an uninitialised variable was dereferenced.
7131         
7132
7133         [Win32] Add support for multiple monitors. 
7134         
7135         * gdk/win32/gdkprivate-win32.h
7136         * gdk/win32/gdkglobals-win32.c: New global variables for
7137         multiple-monitor info: _gdk_num_monitors, _gdk_monitors, and
7138         _gdk_offset_x and _gdk_offset_y.
7139         
7140         * gdk/win32/gdkdisplay-win32.c (count_monitor, enum_monitor): New
7141         functions, enumeration functions passed to EnumDisplayMonitors().
7142
7143         (gdk_display_open): If the EnumDisplayMonitors() and
7144         GetMonitorInfo() API is present (on Win98, Win2000 and newer), use
7145         if to find out monitor info.
7146
7147         Calculate the offset between Win32 coordinates (relative to the
7148         primary monitor's origin (and thus negative on monitors to the
7149         left of or above it), and GDK's (visible coordinates should be
7150         non-negative).
7151         
7152         * gdk/win32/gdkscreen-win32 (gdk_screen_get_n_monitors,
7153         gdk_screen_get_monitor_geometry): Use information collected above.
7154
7155         (gdk_window_move, gdk_window_move_resize_window_get_geometry):
7156         Subtract _gdk_offset_{x,y} from GDK root window coordinates.
7157
7158         (gdk_window_get_geometry, gdk_window_get_origin,
7159         gdk_window_get_frame_extents): For top-level windows, add
7160         _gdk_offset_{x,y} to GDK root window coordinates
7161
7162         Still need to handle multiple monitors in
7163         gdk_window_fullscreen(). Probably should make the window
7164         fullscreen on the monitor where the cursor is?
7165
7166         * gdk/win32/gdkevents-win32.c: Add _gdk_offset_{x,y} to all GDK
7167         root window coordinates in GdkEvents.
7168
7169         
7170         [Win32] Fix geometry hint handling. Add support for resize
7171         increment and base size, and aspect ratio geometry hints. The
7172         "gridded geometry" test in testgtk now works beautifully.
7173
7174         * gdk/win32/gdkwindow-win32.c (gdk_window_set_geometry_hints):
7175         Turns out this function shouldn't actually ever modify the
7176         window's size, just store the hints. (Old code kept for a while
7177         inside #if 0.)
7178
7179         (gdk_window_set_hints): Remove presumably broken code that handles
7180         the position hints, this function is obsolete anyway.
7181
7182         * gdk/win32/gdkevents-win32.c: Drop the current_{x,y}_root
7183         variables, not used.
7184
7185         (adjust_drag): New function, used to implement resize increment
7186         hints.
7187
7188         (gdk_event_translate): Handle WM_SIZING, implement resize
7189         increment and base size, and aspect ratio geometry hints here. The
7190         WM_GETMINMAXINFO handler takes care of the minimum and maximum
7191         size hints as before. Fix the WM_GETMINMAXINFO handler to take
7192         into account window decorations. No need to modify the
7193         ptMaxPosition and ptMaxSize fields in the MINMAXINFO struct,
7194         the defaults are fine.
7195         
7196         * gdk/win32/gdkprivate-win32.h 
7197         * gdk/win32/gdkwindow-win32.c (_gdk_win32_adjust_client_rect,
7198         _gdk_win32_get_adjusted_client_rect): New helper functions.
7199
7200 2003-08-07  Matthias Clasen  <maclas@gmx.de>
7201
7202         * gdk/x11/gdkevents-x11.c (gdk_check_wm_state_changed): Reset the
7203         toplevel->have_* flags before iterating over the _NET_WM_STATE 
7204         atoms.  (#119217) 
7205
7206 Thu Aug  7 16:49:29 2003  Owen Taylor  <otaylor@redhat.com>
7207  
7208         * gtk/gtkwidget.c (gtk_widget_set_style_internal): 
7209         Fix a bug where on theme change, resize/redraw wasn't
7210         properly getting queued on toplevel windows. (#116346,
7211         Rajkumar Siva)
7212  
7213         * gtk/gtkwidget.c (gtk_widget_invalidate_widget_windows): 
7214         Fix bug where wrong coordinates were used for toplevel
7215         window.
7216  
7217 Thu Aug  7 16:40:21 2003  Owen Taylor  <otaylor@redhat.com>
7218
7219         * gtk/gtknotebook.c (gtk_notebook_remove): Remove leftover
7220         page_num variable (Archit Baweja)
7221
7222 2003-08-07  Matthias Clasen  <maclas@gmx.de>
7223
7224         * gtk/gtkspinbutton.c (gtk_spin_button_default_input): Use g_strtod() to
7225         cope with C libraries with crippled locale support.  (#115293)
7226
7227 2003-08-07  Hans Breuer  <hans@breuer.org>
7228
7229         * gdk/win32/gdkevents-win32.c : finally use TrackMouseEvent
7230         (only if the new window not known to Gdk) to get proper
7231         leave notification, and get rid of the wrong placed 
7232         tooltips, bug #102283
7233  
7234         (gdk_event_translate) : small code reordering to not get
7235         GDK_MOTION_NOTIFY for still mouse and get back tooltips on 
7236         menus, bug #117367
7237
7238 2003-08-07  Tor Lillqvist  <tml@iki.fi>
7239
7240         * gdk/gdk.def
7241         * gdk/win32/gdkfont-win32.c (gdk_fontset_load_for_display): Add
7242         missing function, trivially implement.
7243
7244 2003-08-07  Matthias Clasen  <maclas@gmx.de>
7245
7246         * gtk/gtkctree.c (draw_row): Don't cut descenders when 
7247         rendering.  (#118646, Charles Kerr) 
7248
7249 2003-08-06  Hans Breuer  <hans@breuer.org>
7250
7251         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_new) :
7252         initialize bits to 0 (probably default on NT)
7253
7254         * gdk/win32/gdkwindow-win32.c (gdk_window_set_icon) :
7255         now it works as intended ;-)
7256
7257 2003-08-04  Hans Breuer  <hans@breuer.org>
7258
7259         * gdk/win32/gdkwindow-win32.c(gdk_window_set_modal_hint) :
7260         set HWND_NOTOPMOST for modal==FALSE, fixes bug #118435
7261
7262         * gdk/win32/gdkwindow-win32.c : implement gdk_window_[un]fullscreen
7263         (gdk_window_{move,resize,move_rezize})) : noop if FULLSCREEN
7264
7265         * gdk/win32/gdkwindow-win32.c (gdk_window_set_icon) :
7266         against all expectations it is basically ony a call with WM_SETICON
7267         needed (the visual effect is there, though colors or mask are
7268         still somewhat wrong).
7269         * gdk/win32/gdkwindow-win32.h : place to store the HICON
7270
7271         * gdk/win32/gdkdrawabke.win32.c : readded the conditional end
7272         pixel drawing as it was fixed at 1999-08-23
7273
7274         gtk/gtk.def : updated
7275
7276 Tue Aug  5 10:07:08 2003  Owen Taylor  <otaylor@redhat.com>
7277
7278         * gtk/gtkmessagedialog.c (gtk_message_dialog_get_property): 
7279         Add a missing break. (#119156, Callum McKenzie)
7280
7281 Tue Aug  5 00:24:13 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
7282
7283         * gtk/gtkmenu.c (gtk_menu_position): New positioning
7284         algorithm.(#116649)
7285
7286 Fri Aug  1 15:26:46 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
7287
7288         * gtk/gtktoolbar.c, gtk/toolitem.c: add new "is_important"
7289         property
7290         
7291         * gtk/gtkradiotoolbutton.c
7292         (gtk_radio_tool_button_new_from_widget): Don't take a stock id
7293
7294         * gtk/gtkradiotoolbutton.c
7295         (gtk_radio_tool_button_new_with_stock_from_widget): make this
7296         function take a stock_id.
7297
7298         * gtk/toolbar: documentation
7299
7300 Mon Aug  4 14:53:46 2003  Owen Taylor  <otaylor@redhat.com>
7301
7302         * gdk/x11/gdkimage-x11.c (_gdk_windowing_image_init): 
7303         Fix problem where use_xshm was getting set wrong if
7304         MIT_SHM wasn't found. (George Lebel)
7305
7306 2003-08-04  Tor Lillqvist  <tml@iki.fi
7307
7308         * gdk/win32/gdkevents-win32.c (apply_filters): Fix braino:
7309         actually use the passed-in filter list. The function also needs a
7310         GdkWindow parameter, as filter functions expect
7311         GdkEvent::any.window to be valid. (#119034, Hans Breuer)
7312
7313 2003-08-03  Matthias Clasen  <maclas@gmx.de>
7314
7315         * gdk/x11/gdkscreen-x11.c (gdk_screen_get_n_monitors): 
7316         (gdk_screen_get_monitor_geometry): Improve wording of the docs, avoid
7317         the term "virtual screen".  (#119030, Tor Lillqvist)
7318
7319 2003-08-02  Matthias Clasen  <maclas@gmx.de>
7320
7321         * tests/testtext.c (test_init): 
7322         * tests/testgtk.c (test_init): 
7323         * tests/testdnd.c (test_init): 
7324         * demos/pixbuf-init.c (pixbuf_init): 
7325         * demos/gtk-demo/main.c (main): Use g_setenv().
7326
7327         * gdk/x11/gdkdisplay-x11.c (_gdk_windowing_set_default_display): Use
7328         g_unsetenv(). 
7329
7330 Sat Aug  2 12:53:16 2003  Owen Taylor  <otaylor@redhat.com>
7331
7332         * configure.in: Requires glib-2.3.0, pango-1.2.0.
7333
7334         * configure.in: Require Xft version 2,
7335         remove code for handling older versions of pango and Xft.
7336         Many miscellaneous improvements to X checks
7337
7338         * acinclude.m4: Add GTK_ADD_LIB() macro for adding 
7339         a library to a variable, avoiding dups.
7340
7341         * gdk/x11/gdkfont-x11.c (gdk_font_from_description_for_display): 
7342         Always load "fixed"
7343
7344         * gdk/x11/gdk*-x11.[ch]: Remove support for Xft1 and
7345         for pangox.
7346
7347 2003-08-02  Matthias Clasen  <maclas@gmx.de>
7348
7349         * gtk/gtkcolorsel.c (color_sample_drop_handle) 
7350         (palette_drop_handle): 
7351         * gtk/gtkcolorbutton.c (gtk_color_button_drag_data_received):  Accept
7352         drops with the wrong format, since the KDE color chooser incorrectly
7353         drops application/x-color with format 8.  (#118810)
7354
7355         * gtk/gtkcolorsel.c (color_sample_drop_handle) (palette_drop_handle): 
7356         * gtk/gtkcolorbutton.c (gtk_color_button_drag_data_received):  
7357         Accept drops with the wrong format, since the KDE color chooser 
7358         incorrectly drops application/x-color with format 8.  (#118810)
7359
7360 2003-08-02  Tor Lillqvist  <tml@iki.fi>
7361
7362         Fix gdk/win32 window geometry handling again. The window position
7363         in a GDK_CONFIGURE event should be that of the client area, not of
7364         the window decorations. (I was confused by the term "window
7365         border" in X11. It does *not* mean the window manager
7366         decorations. There are no X11-style window borders in Win32.)
7367         Also, this time do take the geometry hints into account
7368         appropriately when moving windows. Now testgtk's gravity test's
7369         move buttons work OK. There are stil problems with taking gravity
7370         into account when showing a hidden window.
7371
7372         * gdk/win32/gdkwindow-win32.h: Keep a whole GdkGeometry as hints
7373         instead of separate fields.
7374         
7375         * gdk/win32/gdkevents-win32.c (handle_configure_event): Don't
7376         adjust for decorations.
7377
7378         * gdk/win32/gdkwindow-win32.c (get_outer_rect,
7379         adjust_for_gravity_hints): New functions.
7380         (gdk_window_move, gdk_window_resize, gdk_window_move_resize): Use
7381         above functions, take geometry hints into account.
7382         (gdk_window_set_geometry_hints): Size hints specicy client area,
7383         not including decorations.
7384
7385 Fri Aug  1 17:10:22 2003  Owen Taylor  <otaylor@redhat.com>
7386
7387         * gtk/gtkfilesel.c (cmpl_completion_fullname): Always
7388         return an absolute path (#115590), fix a problem where
7389         you could crash the file selector with a looong name
7390         by returning a newly allocated buffer.
7391
7392 Fri Aug  1 16:44:51 2003  Owen Taylor  <otaylor@redhat.com>
7393
7394         * gtk/gtkfilesel.c (update_cmpl): Fix obvious reallocation
7395         bug in rarely or never hit code path (#118071,
7396         Tor Lillqvist)
7397
7398 Fri Aug  1 16:30:13 2003  Owen Taylor  <otaylor@redhat.com>
7399
7400         * gdk/x11/gdkdrawable-x11.c (_gdk_x11_have_render): 
7401         If the check for missing depths, try actually creating pixmaps
7402         of the depths to deal with Xinerama not reporting
7403         all the depths it should. (#115822)
7404
7405 Fri Aug  1 15:33:59 2003  Owen Taylor  <otaylor@redhat.com>
7406
7407         * gtk/gtksocket.c: Patch from Denis Mikhalkin to
7408         forward KeyRelease events as well as KeyPress events.
7409         (#115597)
7410
7411 Fri Aug  1 15:06:25 2003  Owen Taylor  <otaylor@redhat.com>
7412  
7413         * gdk/gdk.c (gdk_parse_args): g_set_prgname("<unknown>")
7414         if argc is 0 as well, instead of leaving it unset.
7415         (#116023, Michael Meeks)
7416  
7417 Thu Jul 31 23:09:02 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
7418
7419         * gtk/gtktoolbar.c (gtk_toolbar_class_init): make show_arrow
7420         default to TRUE; ignore the property when api_mode != NEW_API
7421
7422 2003-07-31  Matthias Clasen  <maclas@gmx.de>
7423
7424         * gtk/gtkwindow.c (gtk_window_set_default_icon): Rename parameter pixbuf
7425         to icon, to pacify gtk-doc.
7426
7427         * gtk/gtkwidget.c (gtk_widget_class_init): Fix formatting of drag-motion 
7428         example. 
7429
7430 Thu Jul 31 15:33:33 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
7431
7432         * gtk/gtk*tool*.h: add padding to subclasses of GtkToolItem
7433
7434 Thu Jul 31 15:29:28 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
7435
7436         * gtk/gtktoolitem.c (struct _GtkToolItemPrivate): remove unused
7437         overflow_item field.
7438
7439 Wed Jul 30 21:11:13 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
7440
7441         * gtk/gtktoolitem.h: make _gtk_tool_item_toolbar_reconfigured()
7442         an internal function
7443
7444         * gtk/gtktoolitem.h: remove unused declaration of
7445         _gtk_tool_item_get_drag_window().
7446
7447 Wed Jul 30 17:03:58 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
7448
7449         * gtk/gtktoolbutton.[ch]:
7450         (gtk_tool_button_new): swap icon_widget and label arguments to
7451         match BonoboUIToolbarButton.
7452
7453         * gtk/gtktoolbar.h: un-deprecate gtk_toolbar_{set|unset}_style().
7454
7455 2003-07-30  Matthias Clasen  <maclas@gmx.de>
7456
7457         * gtk/gtkwidget.c (gtk_widget_class_init): Some updates to the DND
7458         signal docs. 
7459
7460 2003-07-29  Tor Lillqvist  <tml@iki.fi>
7461
7462         Fix for #108007, #112402, #117042: There was confusion in
7463         gdk/win32 at various places whether a window position refers to
7464         the decoration position or the client area position. Also whether
7465         window size includes decorations or not.
7466         
7467         The correct interpretation apparently is that in GDK (like in
7468         X11), a top-level window position means the decoration's position,
7469         but size means the window's inner size (client area size). In the
7470         Win32 API, the window size usually includes the decorations,
7471         though.
7472         
7473         * gdk/win32/gdkevents-win32.c (decode_key_lparam): Move inside
7474         #ifdef G_ENABLE_DEBUG.
7475         (handle_configure_event): New function, generates GDK_CONFIGURE
7476         events from WM_SIZE and WM_MOVE messages. Even if no event is
7477         generated because of the event mask, still set the private
7478         position and size fields. Calculate position and size correctly.
7479         (gdk_event_translate): Call handle_configure_event().
7480
7481         * gdk/win32/gdkgeometry-win32.c: Cosmetics.
7482
7483         * gdk/win32/gdkwindow-win32.c: Use GDI_CALL() and API_CALL()
7484         macros. Cosmetic debugging output changes.
7485         (SafeAdjustWindowRectEx): Remove. If an application wants to
7486         locate a window outside of the screen, it's not GDK's business to
7487         prevent it. And anyway, with multiple monitors, negative
7488         coordinates are perfectly normal.
7489         (gdk_window_new): Adjust the window size for decorations after
7490         _gdk_window_init_position() has done its job. (But the big window
7491         code currently is presumably broken on Win32 anyway.)
7492         (gdk_window_move): The position passed in is supposed to be that
7493         of the window border, so don't need to adjust for decorations.
7494         (gdk_window_resize, gdk_window_move_resize): Simplify somewhat.
7495
7496 Tue Jul 29 13:55:44 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
7497
7498         * gtk/gtktoolbar.c (gtk_toolbar_set_style,
7499         gtk_toolbar_prepend_element, gtk_toolbar_append_element,
7500         gtk_toolbar_insert_space, gtk_toolbar_prepend_space,
7501         gtk_toolbar_append_space, gtk_toolbar_insert_item,
7502         gtk_toolbar_prepend_item, gtk_toolbar_append_item,
7503         gtk_toolbar_set_tooltips, gtk_toolbar_set_orientation,
7504         gtk_toolbar_new, gtk_toolbar_prepend_item):
7505
7506         Move documentation inline from template files.
7507
7508         * gtk/gtktoolbar.c (gtk_toolbar_insert_element,
7509         gtk_toolbar_insert_widget, gtk_toolbar_prepend_widget,
7510         gtk_toolbar_append_widget, gtk_toolbar_remove_space,
7511         gtk_toolbar_insert_stock, gtk_toolbar_unset_icon_size,
7512         gtk_toolbar_get_icon_size, gtk_toolbar_set_icon_size,
7513         gtk_toolbar_get_tooltips, gtk_toolbar_unset_style,
7514         gtk_toolbar_get_style, gtk_toolbar_get_orientation)
7515
7516         Copy documentation from stable that was added after the EggToolbar
7517         branched.
7518
7519         * gtk/gtktoolbar.h: deprecate gtk_toolbar_unset_icon_size()
7520
7521 Mon Jul 28 18:21:34 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
7522
7523         * gtk+/docs/: Commit autogenerated changes, so patches will make
7524         sense.
7525
7526 2003-07-27  Tor Lillqvist  <tml@iki.fi>
7527
7528         * gdk/win32/gdkevents-win32.c (build_key_event_state): On Win9x,
7529         the keyboard state returned by GetKeyboardState() doesn't
7530         distinguish between the left and right Control and Alt keys. Thus
7531         we cannot detect AltGr (which is supposed to be left Control +
7532         right Alt) the same way as on NT-based systems, but have to accept
7533         either Control + either Alt as AltGr.
7534
7535 2003-07-27  Matthias Clasen  <maclas@gmx.de>
7536
7537         * gtk/gtktreeselection.c (gtk_tree_selection_selected_foreach):
7538         Fix function name in warning message.  (#118156, Tim-Philipp
7539         Mller)
7540
7541         * gtk/gtkcellrenderer.c (gtk_cell_renderer_get_property):
7542         is-expander and is-expanded are boolean properties, not ints.
7543         (#118359, Josh Parsons)
7544
7545 Sat Jul 26 15:21:27 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
7546
7547         * gtk/gtkimagemenuitem.c
7548         (gtk_image_menu_item_toggle_size_request): don't request
7549         toggle_space when the image width is 0.
7550
7551 2003-07-25  Tor Lillqvist  <tml@iki.fi>
7552
7553         * gdk/win32/gdkprivate-win32.h
7554         * gdk/win32/gdkglobals-win32.c: New flags _gdk_input_locale_is_ime
7555         and _gdk_keyboard_has_altgr.
7556         
7557         * gdk/win32/gdkevents-win32.c: Lots of changes. Most important
7558         ones detailled here.
7559
7560         Code that has been ifdeffed out for a long time removed. Remove
7561         some really old doc comments that were left behind for some public
7562         functions, the official ones are in the X11 backend anyway. Change
7563         GDK_WINDOW_OBJECT() calls to GdkWindowObject casts. Reformat
7564         multi-line boolean expressions to have the operators at ends of
7565         lines.
7566
7567         As mouse capture with SetCapture() indeed seems to work OK, no
7568         need to have the correspoinding macro USE_SETCAPTURE and ifdefs.
7569
7570         Ifdef out the gdk-ping-msg stuff. I don't remember why it was
7571         needed at some time, and things seem to work fine now without
7572         (knock on wood).
7573
7574         Ifdef out the search for some Latin locale keyboard layout being
7575         loaded. Not used currently, but might be needed after all, if we
7576         decide that we want to be able to generate ASCII control character
7577         events with a non-Latin keyboard.
7578
7579         (assign_object): New helper function, handles the g_object_ref()
7580         and unref() calls when assigning GObject pointers.
7581                 
7582         (generate_crossing_events): Also generate the GDK_NOTIFY_INTERIOR
7583         enter event when the pointer has moved to an ancestor window. Was
7584         left out by mistake.
7585
7586         (gdk_window_is_ancestor): Renamed from gdk_window_is_child().
7587
7588         (gdk_pointer_grab, gdk_pointer_ungrab): Implement the confine_to
7589         functionality, using ClipCursor().
7590                 
7591         (find_window_for_mouse_event): Splice part of code into new
7592         function find_real_window_for_grabbed_mouse_event().
7593
7594         (fixup_event, append_event, apply_filters): New functions, code
7595         refactored out from elsewhere.
7596
7597         (synthesize_enter_or_leave_event, synthesize_leave_event,
7598         synthesize_enter_event,
7599         synthesize_leave_events,synthesize_enter_events): Also take a
7600         GdkCrossingMode parameter, in preparation to generating
7601         GDK_CROSSING_GRAB and GDK_CROSSING_UNGRAB events.
7602
7603         (fixup_event, append_event, fill_key_event_string): New functions,
7604         code refactoring.
7605
7606         (vk_from_char, build_keypress_event, build_keyrelease_event):
7607         Removed as part of dropping WM_CHAR handling.
7608
7609         (build_key_event_state,gdk_event_translate): Call
7610         GetKeyboardState(), once, for each keyboard message, instead of
7611         several calls to GetKeyState() here and there.
7612
7613         (gdk_event_translate): Fix bugs #104516, #104662, #115902. While
7614         at it, do some major refactoring, and some fixes for potential
7615         problems noticed while going through the code.
7616
7617         Don't handle WM_CHAR at all. Only handle WM_KEYDOWN and
7618         WM_KEYUP. Don't need the state variables related to whether to
7619         wait for WM_CHAR or not, and whether the current key is
7620         AltGr. Remove lots of complexity. Thus don't need the
7621         use_ime_composition flag.
7622
7623         Not handling WM_CHAR means dead key handling will have to be taken
7624         care of by GTK, but that seems to work fine, so no worry.
7625
7626         Another side-effect is that Alt+keypad digits don't work any
7627         longer, but it's better to learn to use GTK's ISO14755 support is
7628         anyway.
7629
7630         Be more careful in checking whether AltGr is involved. Only
7631         attempt to handle it if the keyboard actually has it. And
7632         explicitly check for *left* Control plus *right* Alt being
7633         pressed. Still, allow (left) Alt and/or (right) Control with AltGr
7634         chars.
7635
7636         Handle keys using similar code as in the X11 backend. As we have
7637         built a keymap in gdkkeys-win32.c anyway, use it by calling
7638         gdk_keymap_translate_keyboard_state() to look up the keysym from
7639         the virtual key code and keyboard state. Build the key event
7640         string in exactly the same way as the X11 backend.
7641
7642         If an IME is being used, don't generate GDK events for keys
7643         between receiving WM_IME_STARTCOMPOSITION and
7644         WM_IME_ENDCOMPOSITION, as those keys are for the IME.
7645         
7646         For WM_IME_COMPOSITION, handle all the Unicode chars returned from
7647         the IME, not just the first one.
7648
7649         gdk_event_translate() is still quite complex, could split the
7650         message handler cases out into separate functions.
7651
7652         On mouse events, when the mouse is grabbed, use
7653         find_real_window_for_grabbed_mouse_event() in order to be able to
7654         generate correct crossing events.
7655         
7656         No longer take a pre-allocated GdkEvent as parameter. Instead,
7657         allocate events as needed and append them to the queue. (This is
7658         different from how gdk_event_translate() in the X11 backend
7659         works.) This change made the code much clearer, especially in the
7660         cases where we have to generate several GDK events for one Windows
7661         message.  Return FALSE if DefWindowProc() should be called, TRUE
7662         if not. If DefWindowProc() should not be called, also return the
7663         value to be returned from the window procedure.
7664
7665         (Previously, the interaction with gdk_event_translate()'s caller
7666         was much more complex, when we had to indicate whether the
7667         already-queued event should be left in the queue or removed, and
7668         in addition also had to indicate whether to call DefWindowProc()
7669         or not, and what value to return from the window procedure if
7670         not.)
7671
7672         Don't use a separate "private" variable required to be pointing to
7673         the GdkWindowObject of the "window" variable at all times. Just
7674         use casts, even if looks a bit uglier.
7675
7676         Notice destroyed windows as early as possible, and break out of
7677         the messsage switch.
7678
7679         Use _gdk_pointer_root as current_window when the pointer is
7680         outside GDK's top-level windows.
7681         
7682         On WM_INPUTLANGCHANGE, set _gdk_input_locale_is_ime as
7683         appropriate, based on ImmIsIME().
7684         
7685         (gdk_event_translate, gdk_event_send_client_message_for_display,
7686         gdk_screen_broadcast_client_message): Implement client messages.
7687         Use a registered Windows message to pass GDK client messages. Note
7688         that the amount of user data is restricted to four bytes, as it is
7689         carried in the LPARAM. (The WPARAM is used for the message type
7690         "atom".)
7691         
7692         (real_window_procedure): Adapt for new gdk_event_translate()
7693         interface.
7694
7695         * gdk/win32/gdkmain-win32.c (_gdk_windowing_init): Set
7696         _gdk_input_locale_is_ime initially.
7697
7698         * gdk/win32/gdkwindow-win32.c: Use g_object_ref()/unref() instead
7699         of g_colormap_ref()/unref().
7700
7701         (gdk_window_new): Made code a bit more like the X11 one, pretend
7702         to handle screens (although we just have one for now).
7703
7704         * gdk/x11/gdkevents-x11.c
7705         (gdk_event_send_client_message_for_display,
7706         gdk_screen_broadcast_client_message): Document the user data
7707         limitation on Win32.
7708
7709         * gdk/win32/gdkevents-win32.c (print_event): More complete enter
7710         and leave notify detail output.
7711
7712         * gdk/win32/gdkkeys-win32.c (update_keymap): Make dead keys
7713         visible to GDK and GTK. Store the corresponding GDK_dead_* keysym
7714         for those, so that the GtkIMContextCimple compose tables will
7715         work. Deduce if the keyboard layout has the AltGr key, and set the
7716         above flag accordingly.
7717
7718 2003-07-26  Matthias Clasen  <maclas@gmx.de>
7719
7720         * gtk/gtkwidget.c: Document DND signals.
7721
7722 2003-07-24  Matthias Clasen  <maclas@gmx.de>
7723
7724         * gtk/gtktextview.c (popup_targets_received): Make the "Input Methods"
7725         insensitive when editing isn't possible.  (#118150)
7726
7727 2003-07-23  Matthias Clasen  <maclas@gmx.de>
7728
7729         * gtk/gtkcolorsel.c (gtk_color_selection_init): Make the hue 
7730         spinbutton wrap.  (#118097, John Darrington)
7731
7732         * docs/faq/gtk-faq.sgml: Mention Xnest as a way to debug GTK+ apps. 
7733
7734 2003-07-20  Hans Breuer  <hans@breuer.org>
7735
7736         * makefile.msc : new file to build it all
7737         * Makefile.am : ... added to EXTRA_DIST
7738
7739         * gdk/makefile.msc gtk/stock-icons/makefile.msc 
7740           gtk/makefile.msc.in tests/makefile.msc : updated
7741
7742         * gdk/gdk.def gtk/gtk.def : export a bunch of new 
7743         functions
7744
7745         * gtk/gtkbbox.c : use g_return_val_if_fail() if
7746         there is a value to return
7747
7748         * gtk/gtkfontsel.c gtk/gtkiconfactory.c :
7749         static correctness
7750
7751         * gtk/gtkicontheme.c : ported to use GTimeVal instead of
7752         struct timeval and GTK_DATA_PREFIX instead of GTK_DATADIR
7753
7754         * gtk/gtkicontheme.c : use HAVE_LC_MESSAGES
7755
7756         * gtk/gtkimmulticontext.c : use gtkprivate.h
7757
7758         * gtk/stock-icons/stock_color_picker_25.png
7759           gtk/stock-icons/stock_jump_to_rtl_16.png
7760           gtk/stock-icons/stock_jump_to_rtl_24.png
7761           gtk/stock-icons/stock_redo_rtl_16.png
7762           gtk/stock-icons/stock_redo_rtl_24.png
7763           gtk/stock-icons/stock_undelete_rtl_16.png
7764           gtk/stock-icons/stock_undelete_rtl_24.png
7765           gtk/stock-icons/stock_undo_rtl_16.png :
7766           gtk/stock-icons/stock_undo_rtl_24.png :
7767         readded as binary
7768
7769 Sat Jul 19 22:39:24 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
7770
7771         * gtk/gtktoolitem.c (gtk_tool_item_size_request): remove
7772         leftover request of {xy}thickness
7773
7774 Sat Jul 19 16:26:02 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
7775
7776         * gtk/gtktoolbutton.c (gtk_tool_button_construct_contents): don't
7777         attempt to add a NULL icon to the box.
7778
7779 Sat Jul 19 12:13:20 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
7780
7781         * gtk/gtknotebook.c (gtk_notebook_focus_in|out): only redraw tabs
7782         on focus in/out.
7783
7784 2003-07-19  Matthias Clasen  <maclas@gmx.de>
7785
7786         * gtk/gtkstock.h (GTK_STOCK_DIALOG_AUTHENTICATION): New stock id. 
7787         * gtk/gtkiconfactory.c (get_default_icons): Add
7788         stock_dialog_authentication_48.  (#65765) 
7789         * gtk/stock-icons/Makefile.am (VARIABLES2, IMAGES): Here too.
7790         * gtk/stock-icons/stock_dialog_authentication_48.png: New image.
7791
7792         * gtk/gtkbbox.h: 
7793         * gtk/gtkbbox.c (gtk_button_box_get_child_secondary): New
7794         function. (#64562) 
7795
7796 Sat Jul 19 00:18:40 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
7797
7798         * gtk/gtkwindow.c (gtk_window_set_default_icon): Fix C99
7799         declaration
7800
7801         * gtk/gtkwidget.c (gtk_widget_queue_shallow_draw): new function
7802         (gtk_widget_real_focus_{in|out}_event): queue shallow draws
7803         instead of full draws.
7804
7805 2003-07-18  Matthias Clasen  <maclas@gmx.de>
7806
7807         * gtk/gtkwindow.c: Add properties decorated and gravity.  (#80234) 
7808
7809         * gtk/gtktextview.c (gtk_text_view_class_init): Add a new keybinding
7810         signal, move_viewport. 
7811         (gtk_text_view_move_viewport): New function which implements the
7812         move_viewport functionality. 
7813         (gtk_text_view_move_cursor_internal): If the cursor is not visible, move
7814         the viewport. (#78669) 
7815
7816         * gtk/gtkenums.h (GtkScrollStep): New enumeration, used for
7817         move_viewport argument. 
7818
7819         * gtk/gtkstatusbar.c (gtk_statusbar_class_init): Add a has_resize_grip
7820         property.  (#111779) 
7821
7822         * gtk/gtkwindow.h: 
7823         * gtk/gtkwindow.c (gtk_window_set_default_icon): New method.  (#95816)
7824
7825         * gtk/gtkmessagedialog.h:
7826         * gtk/gtkmessagedialog.c (gtk_message_dialog_add_buttons): New method.  
7827         (#65501, Sebastian Rittau)
7828
7829 Fri Jul 18 20:06:57 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
7830
7831         * gtk/gtktextview.c (changed_handler): use
7832         gtk_widget_queue_resize_noredraw().
7833
7834 2003-07-16  Jody Goldberg <jody@gnome.org>
7835
7836         * gdk/x11/gdkwindow-x11.c (gdk_window_focus) : fix cut-n-paste-o
7837
7838 Fri Jul 18 19:55:50 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
7839
7840         * gtk/gtkwidget.c (gtk_widget_queue_resize_no_redraw): Add this
7841         API. 
7842
7843 Fri Jul 18 18:43:01 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
7844
7845         By popular request give toolbuttons a border.
7846         
7847         * gtk/gtktoolitem.c
7848         (gtk_tool_item_size_allocate):
7849         (gtk_tool_item_size_request): don't request and allocate a border
7850         around the child
7851
7852         * gtk/gtktoolbutton.c 
7853         (gtk_tool_button_size_allocate):
7854         (gtk_tool_button_size_request): remove these functions
7855
7856         * gtk/gtktoolbar.c 
7857         (gtk_toolbar_size_request):
7858         (gtk_toolbar_size_allocate): request and allocate a border if we
7859         have a shadow.
7860
7861 Thu Jul 17 19:24:51 2003  Kristian Rietveld  <kris@gtk.org>
7862
7863         Merged from stable.
7864
7865         Fixes issues pointed out by Morten Welinder in #115140.
7866
7867         * gtk/gtktreeview.c (gtk_tree_view_size_request): fix comment,
7868         (do_validate_rows): update validated_area with a logic OR instead
7869         of a bitwise OR,
7870         (validate_rows_handler): make the if statement match the one in
7871         validate_rows(), so we don't leak the timeout.
7872
7873 Thu Jul 17 19:12:02 2003  Kristian Rietveld  <kris@gtk.org>
7874
7875         Merged from stable.
7876
7877         * gtk/gtktreeview.c (gtk_tree_view_remove_widget): the treeview
7878         should only grab focus back if the "cell_editable" widget still
7879         has focus. (Fixes #110104, testcase provided by Marco Pesenti
7880         Gritti).
7881
7882 Thu Jul 17 19:06:34 2003  Kristian Rietveld  <kris@gtk.org>
7883
7884         Merged from stable.
7885
7886         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_realize_button):
7887         Don't set attr.event_mask twice, those things were meant to be
7888         ORred. (#115139, pointed out by Morten Welinder).
7889
7890 Thu Jul 17 16:11:21 2003  Kristian Rietveld  <kris@gtk.org>
7891
7892         Merged from stable.
7893
7894         * gtk/gtktreeview.c (gtk_tree_view_rows_reordered): stop editing
7895         if needed. (Fixes #115869, reported by Michael Natterer).
7896
7897 2003-07-15  Matthias Clasen  <maclas@gmx.de>
7898
7899         * gdk/x11/gdkcursor-x11.c (gdk_display_get_maximal_cursor_size):
7900         Fight against gtk-doc stupidity.
7901
7902 2003-07-13  Matthias Clasen  <maclas@gmx.de>
7903
7904         * gtk/gtkdnd.c (gtk_drag_begin): Rename parameter target_list back to 
7905         targets, to pacify gtk-doc.
7906
7907 Sun Jul 13 15:57:57 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
7908
7909         * gtk/gtktoolbutton.c (gtk_tool_button_finalize): Fix leaks of
7910         label_text, label_widget and icon_widget. (#117312, 
7911         Christian Persch)
7912         
7913 Sun Jul 13 01:37:51 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
7914
7915         * gtk/gtkmenu.c (gtk_menu_class_init): new properties
7916         "horizontal-offset" and "vertical-offset" that determines the
7917         position of the menu when it is a submenu. 
7918
7919         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu): position
7920         submenus according to new vertical- and horizontal-offset
7921         properties.
7922
7923 Sat Jul 12 16:16:04 2003  Kristian Rietveld  <kris@gtk.org>
7924
7925         Merged from stable.
7926
7927         * gtk/gtktreeview.c (gtk_tree_view_drag_data_received): special
7928         case drags to "0", scroll to the top after dropping. (Fixes #94968,
7929         reported by Alp Toker).
7930
7931 Sat Jul 12 16:08:32 2003  Kristian Rietveld  <kris@gtk.org>
7932
7933         Merged from stable.
7934
7935         * demos/gtk-demo/editable_cells.c (cell_edited): fixup bad
7936         code (#115784, Owen Taylor).
7937
7938 Sat Jul 12 16:01:03 2003  Kristian Rietveld  <kris@gtk.org>
7939
7940         Merged from stable.
7941
7942         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_set_property):
7943         free the old text and extra_attrs *after* we parsed the new
7944         markup string. (Fixes #114485, reported by Owen Taylor).
7945
7946 Sat Jul 12 15:51:33 2003  Kristian Rietveld  <kris@gtk.org>
7947
7948         Merged from stable.
7949
7950         Fixes #113904, testcase provided by Rene Seindal.
7951
7952         * gtk/gtktreeview.c (gtk_tree_view_button_press): set
7953         pressed_button to -1 when a row has been activated,
7954         (gtk_tree_view_motion_bin_window): only start a drag if there's
7955         a button being pressed.
7956
7957 Sat Jul 12 15:51:18 2003  Kristian Rietveld  <kris@gtk.org>
7958
7959         Merged from stable.
7960
7961         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): use
7962         gdk_window_get_pointer instead of gdk_display_get_window_at_pointer
7963         to avoid a roundtrip (#110272, Owen Taylor).
7964
7965 Sat Jul 12 15:28:26 2003  Kristian Rietveld  <kris@gtk.org>
7966
7967         Merged from stable.
7968
7969         This patch really really fixes scrolling. Related bugs: #81627,
7970         testcase provided by Timo Sirainen, #111500, testcase provided by
7971         manu, #113241, reported by Pedro Gimeno/Michael Natterer.
7972
7973         * gtk/gtktreeview.c (validate_visible_area): scrolling to a dy
7974         which is equal to the lower border of the window means scrolling
7975         to an invisible row, always update the dy when scrolling to an
7976         invisible row, corrected area_above/below calculations for
7977         invisible rows, when walking the tree correct the size
7978         subtracted for invalidated rows, fix wrong logic in comment.
7979
7980 2003-07-11  Matthias Clasen  <maclas@gmx.de>
7981
7982         * gtk/gtkicontheme.c (pixbuf_supports_svg): Use g_strfreev() to free
7983         mime_types.  (#117219, Steve Chaplin)
7984
7985 Tue Jul  8 20:11:04 2003  Owen Taylor  <otaylor@redhat.com>
7986
7987         * gdk/x11/gdkevents-x11.c (get_real_window)
7988         gdk/x11/gdkinput-x11.c (_gdk_input_common_init)
7989         gdk/x11/gdkimage-x11.c (_gdk_windowing_image_init)
7990         gdk/x11/gdkprivate-x11.h (_gdk_windowing_image_init)
7991         Don't assume that all events start with XEventAny - Xkb events
7992         don't! (#105745). So, only do that for core events, and for
7993         non-core events, add a system for registering event types
7994         that start with XEventAny.
7995
7996         * gdk/x11/gdkevents-x11.c (gdk_event_translate):
7997         Check to see if the result of gdk_window_lookup_for_display()
7998         is actually a window.
7999
8000 Fri Jul 11 20:48:14 2003  Kristian Rietveld  <kris@gtk.org>
8001
8002         * gtk/gtktreemodel.c (gtk_tree_path_free): make the path != NULL
8003         check a silent assert, so it follows the g_free() behaviour.
8004
8005 2003-07-11  Matthias Clasen  <maclas@gmx.de>
8006
8007         * gtk/gtkstatusbar.c (gtk_statusbar_init): Center statusbar contents 
8008         vertically.  (#109823, Joe Shaw)
8009
8010 2003-07-11  Morten Welinder  <terra@gnome.org>
8011
8012         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_pixbuf): Fix memory
8013         access error.  (#69436)
8014
8015 Fri Jul 11 14:32:43 2003  Kristian Rietveld  <kris@gtk.org>
8016
8017         Landing GtkTreeModelFilter and the completion code. (Test program
8018         and documentation will follow next week).
8019
8020         * gtk/gtkcellayout.[ch], gtk/gtkentrycompletion.[ch],
8021         gtk/gtktreemodelfilter.[ch], gtk/gtkentryprivate.h: new files.
8022
8023         * gtkentry.[ch]: added gtk_entry_{get,set}_completion, wrote
8024         necessary code to hook up completion.
8025
8026         * gtktreeviewcolumn.c: made GtkTreeViewColumn implement the new
8027         GtkCellLayout interface.
8028
8029         * gtkmarshalers.list: added BOOLEAN:OBJECT,BOXED.
8030
8031         * gtk/gtk.h, gtk/Makefile.am, po/POTFILES.in: all updated for the new
8032         source files.
8033
8034 Wed Jul  9 19:48:26 2003  Kristian Rietveld  <kris@gtk.org>
8035
8036         Merge from stable.
8037
8038         * gdk/gdkdisplay.c (gdk_display_get_window_at_pointer): don't
8039         directly return from ->window_at_pointer, but set win_x and win_y
8040         first if needed. (Fixes #110166, reported by Arno Charlet).
8041
8042         * gdk/gdkwindow.c (gdk_window_get_composite_drawable): change
8043         function to accept GdkDrawables and not just GdkWindows. This was
8044         already done in some other functions a while back, but this patch
8045         got lost for some reason.
8046
8047 2003-07-09  Matthias Clasen  <maclas@gmx.de>
8048
8049         * gtk/gtkcontainer.c (gtk_container_focus_sort_tab): Consider the text
8050         direction when sorting children.  (#116540, Soeren Sandmann)
8051
8052 Tue Jul  8 17:36:21 2003  Owen Taylor  <otaylor@redhat.com>
8053
8054         * gdk/x11/gdkasync.[ch] gdk/gdkdnd-x11.c: 
8055         Change _gdk_x11_send_xevent_async() to 
8056         _gdk_x11_send_client_message_async() avoid using Xlib
8057         internals that are different on Solaris. 
8058         (#116917, Morten Welinder)
8059
8060 2003-07-08  Matthias Clasen  <maclas@gmx.de>
8061
8062         * gtk/gtkcontainer.c (gtk_container_remove): Doc addition.
8063         (#116501, Doug Quale)
8064
8065 Tue Jul  8 21:35:22 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8066
8067         * gtk/gtktoggletoolbutton.h: remove strange #define
8068         * gtk/gtktoolbutton.h: fix cut'n'paste error
8069         * gtk/gtktoolbutton.c (gtk_tool_button_init): use instance
8070         private data
8071         * gtk/gtktoolitem.c (gtk_tool_item_class_init): use instance
8072         private data instead of g_new0()
8073         * gtk/gtktoggletoolbutton.c (gtk_toggle_tool_button_init): use
8074         instance private data
8075
8076 Tue Jul  8 21:10:14 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8077
8078         * gtk/gtkbutton.c (gtk_button_realize): remove GDK_EXPOSURE_MASK
8079         for INPUT_ONLY window
8080         * gtk/gtkmenuitem.c (gtk_menu_item_realize): same
8081         * gtk/gtknotebook.c (gtk_notebook_realize): same
8082         * gtk/gtkexpander.c (gtk_expander_realize): same
8083         * gtk/gtkrange.c (gtk_range_realize): same
8084
8085         Fix #116303
8086
8087 Tue Jul  8 19:57:14 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8088
8089         * gtk/gtkstyle.c (gtk_default_draw_arrow): remove correction on x
8090         when detail is "menuitem". With the new menu look is isn't needed
8091         anymore.
8092
8093         * gtk/gtktoolitem.c (gtk_tool_item_toolbar_reconfigured): queue a
8094         resize here, so that tool items will get a chance to relayout
8095         themselves based on the toolbar configuration.
8096
8097         change DEFAULT_SPACE_SIZE to 4 instead of 5
8098
8099         * gtk/gtktoolbar.c 
8100         Get rid of "!GTK_BIN (item)->child means separator". Separators
8101         are widgets in their own right
8102
8103         change DEFAULT_SPACE_SIZE to 4 instead of 5
8104         
8105         (get_space_size): remove this function
8106         (toolbar_item_is_homogeneous): new function
8107
8108         * gtk/gtkseparatortoolitem.c
8109         (gtk_separator_tool_item_size_request): new function.
8110
8111 Tue Jul  8 14:10:35 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8112
8113         * gtk/gtktoggletoolbutton.h: use private data, add new
8114         internal function _gtk_toggle_tool_button_get_button()
8115
8116         * gtk/gtktoolbutton.h: move to private data
8117
8118         * gtk/gtkradiotoolbutton.c, gtk/gtktoolbutton.c: updates for new
8119         private data.
8120
8121 Tue Jul  8 12:50:20 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8122
8123         * gtk/gtktoolbutton.c (gtk_tool_button_get_icon_widget): fix a
8124         type check, (#116947, Krasimir Angelov)
8125
8126         * gtk/gtktoolbar.c: Use new GtkToolItem accessors.
8127         
8128         * gtk/gtktoolitem.[ch]: Use a private struct to hold the instance
8129         data. Not instance private data yet, because of bug 116921.
8130
8131         * gtk/gtktoolitem.h: new accessors:
8132                 gtk_tool_item_get_homogeneous ()
8133                 gtk_tool_item_get_expand ()
8134                 gtk_tool_item_get_pack_end ()
8135                 gtk_tool_item_get_use_drag_window ()
8136
8137 Mon Jul  7 16:50:32 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8138
8139         * gtk/gtkcellrenderertext.c
8140         (gtk_cell_renderer_text_class_init): remove accidentally committed
8141         debugging spew
8142
8143         * gtk/gtktoolbar.c
8144         (gtk_toolbar_paint_space_line): remove this function
8145         (gtk_toolbar_expose): always propagate expose, even if the item is
8146         a separator item
8147
8148         * gtk/gtkseparatortoolitem.c
8149         (gtk_separator_tool_item_expose): moved here from gtktoolbar.c
8150         (get_space_size): new function.
8151         (get_space_style): new function
8152
8153 Sun Jul  6 13:00:20 2003  Owen Taylor  <otaylor@redhat.com>
8154
8155         * gtk/gtkdnd.c (_gtk_drag_source_handle_event)
8156         * gtk/gtkdnd.c (gtk_drag_begin_internal):  Remove use
8157         of GDK_POINTER_MOTION_HINT_MASK.
8158
8159         * gtk/gtkdnd.c (gtk_drag_update_idle): Move updating
8160         of the drag into an idle as a superior form of 
8161         expose compression.
8162
8163         * gtk/gtkdnd.c (gtk_drag_begin_internal): Move default icon
8164         creation here, so that we have an icon at the start
8165         of the drag (e.g., when retrieving the window cache
8166         information.)
8167
8168 Sun Jul  6 17:21:23 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8169
8170         * docs/widget_geometry.txt: better drawing of GtkMenuItem
8171         * docs/widget_geometry.txt: add notes about GtkMenu
8172         * gtk/gtkstyle.c: remove leftover "#include "gtkhandlebox.h""
8173
8174 Sat Jul  5 10:34:00 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8175
8176         * gtk/gtkmenu.c: add vertical_padding style property.
8177         
8178         * gtk/gtkmenuitem.c: add style properties toggle_spacing,
8179         arrow_spacing and horizontal_padding. Also center separators and
8180         make them a bit taller.
8181
8182         * gtk/*menuitem.c: use new style properties.
8183         
8184         * docs/widget_geometry.txt: Add note about GtkMenuItem
8185
8186         * gtk/gtkstyle.c 
8187         (gtk_default_draw_vline, gtk_default_draw_hline):
8188         fix +/-1 errors. 
8189
8190         (gtk_default_draw_shadow): draw a black border around menus.
8191
8192         * gtk/gtkvseparator, gtk/gtkhseparator.c, gtk/gtkmenuitem.c: fix
8193         calls to gtk_paint_hline() and gtk_paint_vline() (they take x1,
8194         x2 and y1, y2 respectively, not x, width and y, height).
8195
8196 Sat Jul  5 09:55:38 2003  Owen Taylor  <otaylor@redhat.com>
8197
8198         * gdk/x11/gdkdnd-x11.c (precache_target_list): Lookup
8199         all the atoms in the target list at once.
8200
8201         * gdk/x11/gdkdnd-x11.c (gdk_drag_get_protocol_for_display):
8202         Local drag short-circuit.
8203
8204         * gdk/x11/gdkdnd-x11.c (gdk_drag_motion): For the
8205         local case, poke the actions in directly instead of
8206         going through xdnd_set_actions.
8207
8208         * gdk/x11/gdkdnd-x11.c (xdnd_read_actions): Short-circuit
8209         the local case.
8210
8211         * gdk/x11/gdkdnd-x11.c (xdnd_manage_source_filter): Don't
8212         XSelectInput()/add a filter if the drag is local.
8213
8214         * gdk/x11/gdkdnd-x11.c (gdk_drag_get_selection): 
8215         Simplify handling of "XdndSelection".
8216
8217         * gdk/x11/gdkevents-x11.c
8218         (gdk_event_send_client_message_to_all_recurse): Somehow,  
8219         a WM_STATE => _NET_WM_STATE change hand been made here.
8220
8221         * gdk/x11/gdkproperty-x11.c (_gdk_x11_precache_atoms): Free
8222         xatom_names, not atom_names.
8223
8224         * tests/testdnd.c (target_drag_motion): Make the trashcan
8225         open again. (Got lost in deprecation cleanup.)
8226
8227 Sat Jul  5 00:49:32 2003  Owen Taylor  <otaylor@redhat.com>
8228
8229         * gtk/gtkdnd.c (gtk_drag_begin): Move the grabs up
8230         earlier, so we don't get a big pile of uncompressed
8231         motion events before the grab takes effect.
8232
8233         * gtk/gtkdnd.c (gtk_drag_update_icon): Call 
8234         gdk_window_process_all_updates() so that the area
8235         we are dragging over gets a change to redraw.
8236
8237         * gtk/gtkdnd.c (_gtk_drag_dest_handle_event): Use 
8238         gdk_window_get_position(), not gdk_window_get_origin().
8239
8240         * gdk/x11/gdkwindow-x11.[ch] (gdk_window_have_shape_ext)
8241         gdkdisplay-x11.h: use XShapeQueryExtension to 
8242         avoid duplicate XQueryExtension when we actually
8243         use it. Remove unnecessary caching in GdkDisplayX11.
8244
8245 Fri Jul  4 23:49:22 2003  Owen Taylor  <otaylor@redhat.com>
8246
8247         * gdk/x11/gdkasync.[ch] (_gdk_x11_get_window_child_info): 
8248         Function to get a range of information about all the
8249         children of a window in a single pass.
8250
8251         * gdk/x11/gdkdnd-x11.c (get_client_window_at_coords_recurse)
8252         gdk/x11/gdkdnd-x11.c (gdk_window_cache_new): Use
8253         _gdk_x11_get_window_child_info() to greatly reduce
8254         the number of roundtrips.
8255
8256 Fri Jul  4 22:57:18 2003  Owen Taylor  <otaylor@redhat.com>
8257
8258         * gdk/x11/gdkasync.[ch] (_gdk_send_xevent_async): Add
8259         a function to XSendEvent() and call a calback on
8260         failure/success.
8261
8262         * gdk/x11/gdkdnd-x11.c (xdnd_send_xevent): Short-circuit
8263         messages to the same process, use _gdk_send_xevent_async().
8264
8265 Fri Jul  4 22:26:27 2003  Owen Taylor  <otaylor@redhat.com>
8266
8267         * gdk/x11/gdkwindow-x11.[ch] gdkevents-x11.c: Split
8268         toplevel-specific pieces of GdkWindowImplX11 into
8269         a separate GdkToplevelX11 structure.
8270
8271 Fri Jul  4 22:05:09 2003  Owen Taylor  <otaylor@redhat.com>
8272
8273         * gdk/x11/gdkasync.c (struct _SetInputFocusState): Fix
8274         some leftover fields.
8275
8276 Fri Jul  4 15:57:52 2003  Owen Taylor  <otaylor@redhat.com>
8277
8278         * gdk/x11/gdkevents-x11.c (gdk_wm_protocols_filter):
8279         Use asynchronously _gdk_x11_set_input_focus_safe
8280         to avoid having to trap errors and XSync().
8281
8282         * gdk/x11/gdkwindow-x11.c (gdk_window_focus): Use
8283         _gdk_x11_set_input_focus_safe() here as well.
8284
8285         * gdk/x11/gdkevents-x11.c (gdk_check_wm_state_changed):
8286         Rework handling of property notifies on _NET_WM_STATE
8287         so that we ignore _NET_WM_DESKTOP notifies unless we
8288         really care.
8289
8290         * gdk/x11/gdkimage-x11.c (gdk_image_check_xshm): Use
8291         XShmQueryExtension() rather than XQueryExtension() to
8292         avoid extra rountrip.
8293
8294         * gdk/x11/gdkwindow-x11.c (_gdk_windowing_window_init):
8295         Remove unused call to XGetWindowAttributes()
8296         
8297         * gdk/x11/gdkdisplay-x11.c (gdk_display_open): Remove
8298         unused call to XGetKeyboardControl().
8299
8300         * gdk/x11/gdkdisplay-x11.c gdk/gdk.def (gdk_display_flush):
8301         Add (#99571)
8302
8303         * gdk/win32/gdkevents-win32.c gdk/linux-fb/gdkevents-fb.c 
8304         No-op implementations of gdk_display_flush().
8305
8306         * gdk/gdkwindow.c (gdk_window_process_all_updates): Use
8307         gdk_display_flush() rather than gdk_flush() to avoid
8308         XSync().
8309         
8310         * gdk/x11/gdkwindow-x11.c (update_wm_hints)
8311         gdk/x11/gdkwindow-x11.h: Centralize all handling of WM_HINTS here
8312         so that we don't have to get the property back from the server.
8313
8314         * gdk/x11/gdkwindow-x11.c (show_window_internal): Store
8315         the serial of when we map a toplevel to allow optimizing
8316         out notifies on _NET_WM_STATE/_NET_WM_DESKTOP.
8317
8318         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Don't
8319         XTranslateCoordinates() for override-redirect windows.
8320
8321 Fri Jul  4 15:59:27 2003  Owen Taylor  <otaylor@redhat.com>
8322
8323         * gdk/x11/gdkwindow-x11.c (gdk_window_set_group): Remove comment
8324         about setting window group after the window is mapped from docs
8325         - nothing the ICCCM forbids that.
8326
8327         * gdk/x11/gdkcursor-x11.c (gdk_display_get_maximal_cursor_size):
8328         Fix g_return_val_if_fail() in void return function.
8329
8330         * configure.in: Fix misplaced comma that was resulting
8331         in XShm always being disabled.
8332
8333 Fri Jul  4 19:55:49 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8334
8335         * tests/stresstest-toolbar: remove this accidentally committed
8336         file.
8337         
8338         * tests/stresstest-toolbar.c: really add this new test
8339
8340 Fri Jul  4 19:06:31 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8341
8342         * tests/stresstest-toolbar.c: new test for removing items
8343         
8344         * tests/testtoolbar.c: add a popup menu
8345
8346         * gtk/gtkcontainer.c (gtk_container_remove): add hack to avoid
8347           assert widget->parent == container when the container is a
8348           toolbar.
8349
8350         * gtk/gtktoolbar.c (gtk_toolbar_remove_tool_item): Make much
8351         simpler. Also make correct.
8352
8353         * gtk/gtktoolbar.c (gtk_toolbar_button_press): make
8354         popup_context_menu a boolean handled signal.
8355
8356 2003-07-04  Tor Lillqvist  <tml@iki.fi>
8357
8358         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_polygon,
8359         gdk_win32_draw_segments, gdk_win32_draw_lines): We can calculate
8360         the width and height of the bounding rectangle only after the
8361         minumum x and y have been found, and need a separate loop for
8362         it. Thanks to Bruce Hochstetler for providing a sample program
8363         exhibiting the bug.
8364
8365 2003-07-03  Tor Lillqvist  <tml@iki.fi>
8366
8367         * gdk/gdk.def: Add gdk_string_to_compound_text_for_display.
8368         (#116537, Peter Zelezny)
8369
8370 Thu Jul  3 03:13:20 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8371
8372         * gtk/gtkpaned.c (gtk_paned_set_child_property): Insert cast to
8373         fix warning. Assign something to old_value to quiet gcc
8374
8375         * gtk/gtkcalendar.c 
8376         (start_spinning): gtk_timeout_add->g_timeout_add
8377
8378         * gtk/gtkicontheme.c 
8379         (theme_lookup_icon): Make it compile (remove double semicolon)
8380
8381         * gtk/gtktoolbutton.c
8382         (gtk_tool_button_class_init): Long comment about properties.
8383         (gtk_tool_button_class_init): Improve text for "use_underline"
8384         property
8385         (gtk_tool_button_create_menu_proxy): Fix up to use_mnemonic based
8386         on whether the passed-in label has use_mnemonic set
8387         (gtk_tool_button_create_menu_proxy): Split image cloning out in
8388         new function. Make that function also handle image with pixbuf
8389         storage.
8390         (gtk_tool_button_construct_contents): Use gtk_widget_destroy()
8391         instead of gtk_container_remove().
8392         (gtk_tool_button_construct_contents): Fix eliding bug
8393
8394         * gtk/gtktoolbar.c
8395         (gtk_toolbar_finalize): New function. Unref tooltips, pointed out
8396         by Morten Welinder
8397         (gtk_toolbar_button_press): Make popup_context_menu signal provide
8398         coordinates and button number
8399
8400         * tests/testtoolbar.c (main): Add new pixbuf toolbutton
8401
8402         * tests/apple-red.png: new file
8403
8404 Wed Jul  2 18:00:56 2003  Owen Taylor  <otaylor@redhat.com>
8405          
8406         * gtk/gtkicontheme.[ch]: Implement a loader for
8407         named themed icon based on from gnome-desktop library
8408         by Alex Larsson.
8409
8410         * gtk/gtkiconthemeparser.[ch]: .ini file parsing code
8411         from gnome-desktop.
8412
8413         * gtk/gtkiconfactory.[ch]: Add
8414         gtk_icon_source_set/get_icon_name() to allow stock icons
8415         to be based off of named theme icons.
8416
8417         * gtk/gtkiconfactory.c: Rework sources so that the source
8418         is *either* a pixbuf, or a filename, or an icon name,
8419         instead of the pixbuf/filename mix it was before. Put a
8420         workaround for get_pixbuf() so that it can return the
8421         filename pixbuf, e.g, for render_icon().
8422
8423         * gtk/gtkiconfactory.c: Make the default setup use
8424         themed icons, and add builtin icons to the default
8425         icon theme for all the standard pixbufs, so we
8426         don't rely on actually having an icon theme on disk.
8427
8428         * gtk/gtkrc.c: Add support for @"icon-name" to specify
8429         a themed icon for a stock icon source.
8430
8431         * tests/Makefile.am test/testicontheme.c: Add a test
8432         program from gnome-desktop.
8433
8434         * gdk/x11/gdkevents-x11.c gtk/gtksettings.c: Add
8435         Net/IconThemeName / gtk-icon-theme-name setting.
8436
8437         * gtk/gtkiconfactory.c (ensure_cache_up_to_date): Actually
8438         update the icon cache serial so we don't continually
8439         think we are out-of-date.
8440
8441         * gtk/gtkwidget.c: Fix a couple of references in doc comments 
8442         to ::direction_set that should have been to ::direction-changed
8443
8444 Wed Jul  2 14:45:41 2003  Owen Taylor  <otaylor@redhat.com>
8445
8446         * gtk/gtktoolbar.c (gtk_toolbar_realize): Attach the
8447         style to the widget.
8448
8449 Wed Jul  2 15:42:26 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8450
8451         * gtk/gtk.h: Add new toolbar headers
8452
8453         * tests/testtoolbar.c: new file
8454
8455         * tests/Makefile.am (noinst_PROGRAMS): Add testtoolbar.c
8456
8457         * gtk/gtkexpander.c (gtk_expander_class_init): Make it compile
8458
8459 Tue Jul  1 22:49:25 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8460
8461         * gtk/gtktoolbar.c:
8462         (gtk_toolbar_remove_tool_item): Fix bug where list is changed
8463         inside a for loop (pointed out by Morten Welinder).
8464         (gtk_toolbar_focus_home_or_end): Minor formatting change
8465
8466         Comments from Owen:
8467
8468         * gtk/gtktoolbutton.c: remove copy of elide_underscores(). Use
8469         gtk_toolbar_elide_underscores instead.
8470
8471         * gtk/gtktoolbar.c: rename signal from focus_ends to
8472         focus_home_or_end.
8473         (_gtk_toolbar_elide_underscores): export this as an internal
8474         function.
8475         (gtk_toolbar_move_focus): add comment explaining difference to
8476         gtk_toolbar_focus();
8477         (gtk_toolbar_list_children_in_focus_order): Make TAB_FORWARD and
8478         TAB_BACKWARD focus the right widgets in RTL mode
8479
8480         * gtk/gtktoolbutton.c (gtk_tool_button_new): Change to take
8481         "label" and "icon" parameters
8482
8483         * gtk/gtktoolbutton.[ch]: remove icon_set property.
8484
8485 2003-07-01  Matthias Clasen  <maclas@gmx.de>
8486
8487         * gtk/gtkspinbutton.c (gtk_spin_button_set_digits): Improve docs.
8488         (116364, Morten Welinder) 
8489
8490         * tests/testgtk.c: Use GtkFontButton and GtkColorButton to bring up the
8491         corresponding dialogs.
8492
8493         * gtk/Makefile.am (gtk_public_h_sources): Add gtkfontbutton.h,
8494         gtkcolorbutton.h.  
8495         (gtk_c_sources): Add gtkfontbutton.c, gtkcolorbutton.c. 
8496
8497         * gtk/gtkfontbutton.[hc]: New files containing a font picker widget. 
8498
8499         * gtk/gtkcolorbutton.[hc]: New files containing a color picker widget. 
8500
8501         * gtk/gtk.h: Include gtkexpander.h, gtkfontbutton.h, gtkcolorbutton.h.
8502
8503         * gtk/gtkexpander.c: Small additions to the docs. 
8504
8505 2003-07-01  Tor Lillqvist  <tml@iki.fi>
8506
8507         * gdk/win32/gdkwindow-win32.c (_gdk_windowing_window_get_pointer):
8508         WindowFromPoint() wants screen coordinates (#115422, Tim Evans).
8509
8510 2003-07-01  Matthias Clasen  <maclas@gmx.de>
8511
8512         * configure.in: Check for Xcursor.
8513         
8514         * gdk/x11/gdkcursor-x11.c:
8515         * gdk/gdkdisplay.h: 
8516         * gdk/gdkcursor.h: RGBA cursor support based on Xcursor. New functions:
8517         gdk_cursor_new_from_pixbuf(), gdk_display_supports_cursor_alpha(), 
8518         gdk_display_supports_cursor_color(),
8519         gdk_display_get_default_cursor_size() and 
8520         gdk_display_get_maximal_cursor_size().  (#69436)
8521
8522 2003-06-30  Tor Lillqvist  <tml@iki.fi>
8523
8524         * gdk/win32/gdkdnd-win32.c (find_window_enum_proc): New function,
8525         callback proc for EnumWindows().
8526         (gdk_drag_find_window_for_screen): Actually take the drag_window
8527         argument into account: Instead of using WindowFromPoint(), use
8528         EnumWindows(), to be able to skip the drag_window. (#116320, Tony
8529         M Brown, Herman Bloggs)
8530
8531         * gdk/win32/*.c: Replace gdk_drawable_ref()/unref() and
8532         gdk_window_ref()/unref() calls with g_object_ref()/unref().
8533         Consistently use %p format in debugging output of pointers and
8534         HANDLEs.
8535
8536 2003-06-30  Mark McLoughlin  <mark@skynet.ie>
8537
8538         * gtk/gtkexpander.h: kill some stray characters
8539         breaking the build.
8540
8541 2003-06-30  Mark McLoughlin  <mark@skynet.ie>
8542
8543         Add GtkExpander. See discussion in bug #60553.
8544
8545         * gtk/gtkexpander.[ch]: add.
8546         
8547         * gtk/Makefile.am: build gtk-expander.[ch].
8548         
8549         * docs/widget_geometry.txt: add info on the layout
8550         of GtkExpander.
8551
8552 Mon Jun 30 01:20:19 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8553
8554         * gtkradiotoolbutton.c:         new file
8555         * gtkradiotoolbutton.h:            "
8556         * gtktoggletoolbutton.c:           "
8557         * gtktoggletoolbutton.h:           "
8558         * gtktoolbutton.c:                 "
8559         * gtktoolbutton.h:                 "
8560         * gtktoolitem.c:                   "
8561         * gtktoolitem.h:                   "
8562         * gtktoolbar.c: many changes
8563         * gtktoolbar.h: many changes
8564         * gtkseparatortoolitem.c:       new file
8565         * gtkseparatortoolitem.h           "
8566
8567         New toolbar.
8568         
8569         - Items on a toolbar are now separate widgets, instances of a
8570           subclass of GtkToolItem.
8571
8572         - Items there aren't room for on the toolbar are unmapped, and an
8573           overflow menu with a proxy menu item is added instead.
8574
8575         - The toolbar is keyboard navigatable. Press TAB to focus the
8576           first item, then use arrow keys and Ctrl TAB to move around the
8577           toolbar. TAB moves focus out of the toolbar.
8578
8579         - Bascially all of the old toolbar API is deprecated in favor of
8580           new API in gtktoolbar.h, gtktoolitem.h, gtktoolbutton.h
8581
8582         - The toolbar is backwards compatible with the old toolbar.
8583
8584 2003-06-29  Matthias Clasen  <maclas@gmx.de>
8585
8586         * gtk/gtkwidget.c (gtk_widget_class_init): Remove a duplicate parameter
8587         from docs, some more formatting fixes. 
8588
8589 2003-06-28  Tor Lillqvist  <tml@iki.fi>
8590
8591         Fix for #111028, thanks to J. Ali Harlow, who writes:
8592         I found that the GdkPixmap->GdkImage reference really isn't
8593         important. It's only really there to have somewhere convenient to
8594         store the location of the pixel data in the pixmap and as an easy
8595         way of accessing the dimensions of that data. I have therefore put
8596         together a fix which removes this reference entirely which seems
8597         to solve the problem.
8598
8599         * gdk/win32/gdkpixmap-win32.h (struct _GdkPixmapImplWin32):
8600         Instead of a pointer to a GdkImage, keep a pointer to the pixels
8601         directly.
8602
8603         * gdk/win32/gdkimage-win32.c (_gdk_win32_setup_pixmap_image): Remove.
8604         (_gdk_win32_new_image): New function, replacing the above. Creates
8605         a GdkImage without any associated GdkPixmap.
8606         (gdk_image_new_bitmap, _gdk_image_new_for_depth): Use it instead.
8607
8608         * gdk/win32/gdkprivate-win32.h: Remove from here, too.
8609
8610         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new_from_pixmap)
8611         * gdk/win32/gdkdrawable-win32.c (blit_from_pixmap)
8612         * gdk/win32/gdkgc-win32.c (_gdk_win32_bitmap_to_hrgn)
8613         * gdk/win32/gdkmain-win32.c (_gdk_win32_drawable_description):
8614         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_impl_win32_finalize,
8615         gdk_pixmap_new, gdk_bitmap_create_from_data, gdk_pixmap_foreign_new)
8616         Corresponding changes.
8617
8618 Thu Jun 26 21:41:16 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8619
8620         * gtk/gtktreeviewcolumn.c
8621         (gtk_tree_view_column_cell_set_cell_data): only set "is_expander"
8622         and "is_expanded" if the new value is different fromt he old one.
8623
8624 Wed Jun 25 18:59:15 BST 2003  Tony Gale <gale@gtk.org>
8625
8626         * docs/faq/gtk-faq.sgml: Fix typos. Update
8627         thread example I missed yesterday.
8628
8629 2003-06-24  Matthias Clasen  <maclas@gmx.de>
8630
8631         * gtk/gtkspinbutton.c (gtk_spin_button_class_init): Add a blurb for
8632         shadow_type. 
8633
8634         * gtk/gtkwidget.c (gtk_widget_class_install_style_property_parser): 
8635         (gtk_widget_class_list_style_properties): Use same parameter names as in  
8636         header (to silence gtk-doc).
8637
8638         * gtk/gtkalignment.c (gtk_alignment_[gs]et_padding): Fix doc comments.
8639
8640 Tue Jun 24 20:00:45 BST 2003  Tony Gale <gale@gtk.org>
8641
8642         * docs/faq/gtk-faq.sgml: Thread support updates
8643         from Owen. Various suggestions from Steve Chaplin.
8644
8645 2003-03-24  Mohammad DAMT  <mdamt@bisnisweb.com>
8646
8647         * po/id.po: Updated Indonesian translation
8648
8649 2003-06-21  Tor Lillqvist  <tml@iki.fi>
8650
8651         * gdk/win32/gdkevents-win32.c (gdk_event_translate): When
8652         emulating X11's automatic grab on button down, pass owner_events
8653         as FALSE. According to the XLib spec, automatic grabs use True for
8654         owner_events when OwnerGrabButtonMask is selected, and I don't see
8655         the X11 backend doing that. (#82497, #91619, #92835, #107322, #110271)
8656         (find_window_for_pointer_event): Improve debugging output.
8657
8658 2003-06-17  Tor Lillqvist  <tml@iki.fi>
8659
8660         * gtk-zip.sh.in (DLLDIR): Look for DLLs also in the bin
8661         subdirectory, where libtool 1.5 installs them.
8662
8663         * README.win32: Point to FSF's binary Win32 distribution of
8664         gettext-runtime.
8665
8666 2003-06-17  Matthias Clasen  <maclas@gmx.de>
8667
8668         * acinclude.m4 (JH_PATH_XML_CATALOG, JH_CHECK_XML_CATALOG): New
8669         macros to check for XML catalog contents and path, borrowed from
8670         gtk-doc. 
8671         * configure.in: New option --enable-man to enable regeneration of
8672         man pages from Docbook, if the necessary tools are found.
8673
8674 2003-06-15  Matthias Clasen  <maclas@gmx.de>
8675
8676         * gtk/gtkcalendar.c (gtk_calendar_class_init): 
8677         * gtk/gtknotebook.c (gtk_notebook_class_init): 
8678         * gtk/gtkalignment.c (gtk_alignment_class_init): 
8679         * gtk/gtkpaned.c (gtk_paned_class_init): Document new properties
8680         as 2.4 additions.
8681
8682         * gtk/gtkwidget.c (gtk_widget_class_init): Move inline signal docs 
8683         to the proper place, immediately before the g_signal_new() call.
8684
8685         * gtk/gtktextiter.h: Make the flags-nature of GtkTextSearchFlags 
8686         more obvious.  (#115122, Jeff Franks)
8687
8688 2003-06-12  Anders Carlsson  <andersca@codefactory.se>
8689
8690         * gtk/gtkwidget.c: (event_window_is_still_viewable):
8691         Special case pixmaps. (#114880)
8692         
8693 2003-06-12  Matthias Clasen  <maclas@gmx.de>
8694
8695         * gtk/gtkwidget.c: Document child-notify and drag-data-received
8696         signals. Owen, we need to figure out where the best place for
8697         these comments in the source is. I currently put them in front of
8698         the signals enum.
8699
8700 2003-06-11  Matthias Clasen  <maclas@gmx.de>
8701
8702         * gtk/gtkdnd.c (gtk_drag_check_threshold): s/threshhold/threshold/.
8703
8704 Thu Jan 12 01:01:19 2003  Kristian Rietveld  <kris@gtk.org>
8705
8706         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_process_action):
8707         silly typo fix. s/seperator/separator/. This gets rid of the
8708         assert spam when using TreeView.
8709
8710 Tue Jun 10 11:23:48 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
8711
8712         * modules/input/gtkimcontextxim.c (xim_instantiate_callback): New
8713         function for XIM instantiate callback.
8714         * modules/input/gtkimcontextxim.c (xim_info_try_im): New function
8715         where call to XOpenIM() or XRegisterIMInstantiateCallback() is
8716         actually made.
8717         * modules/input/gtkimcontextxim.c (xim_destroy_callback): New function
8718         for XIM's destroy callback.
8719         * modules/input/gtkimcontextxim.c (get_im): add a check if info->im 
8720         is set or not - if it's not set, call xim_info_try_im() to try to
8721         initiaize it.
8722         * modules/input/gtkimcontextxim.c (reinitialize_ic): reset
8723         filter_key_release flag of the context.
8724         * modules/input/gtkimcontextxim.c (get_ic_real): removed
8725         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_get_ic): move
8726         code from the removed get_ic_real().
8727
8728         For XIM instantiation, destruction and re-instantiation. With
8729         this, Gtk+ apps will be able to connect or reconnect to the XIM,
8730         when it starts after the apps, or when the XIM gets lost and recover.
8731         (#113099, #107782).
8732
8733 Mon Jun 10 01:12:31 2003  Kristian Rietveld  <kris@gtk.org>
8734
8735         Merged from stable.
8736
8737         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_get_size):
8738         check if width is !null, not *width. Doh.
8739
8740 Tue Jun 10 01:09:33 2003  Kristian Rietveld  <kris@gtk.org>
8741
8742         Merged from stable.
8743
8744         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_process_action):
8745         Remove the weird dx logic, get all cell_area and background_area
8746         calculations right. Not sure what was up with it before. (Fixes
8747         #110989, testcase from Vasco Alexandre da Silva Costa).
8748
8749 Tue Jun 10 00:58:23 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8750
8751         * tests/testgtk.c: Make it compile with C89 compilers
8752
8753 2003-06-10  Matthias Clasen  <maclas@gmx.de>
8754
8755         * gtk/gtktextview.c (gtk_text_view_class_init): Install boolean
8756         property "overwrite".
8757         (gtk_text_view_[gs]et_property): Handle "overwrite".
8758         * gtk/gtktextview.[hc] (gtk_text_view_[gs]et_overwrite): Getter
8759         and setter for "overwrite" property.  (#110241, Jeroen Zwartepoorte)
8760
8761 2003-06-09  Matthias Clasen  <maclas@gmx.de>
8762
8763         * gtk/gtkpaned.c (gtk_paned_class_init): Install boolean child
8764         properties "resize" and "shrink".
8765         (gtk_paned_[gs]et_child_property): Implementations of 
8766         GtkContainer::[gs]et_child_property.  
8767         * tests/testgtk.c (toggle_resize, toggle_shrink): Use the new
8768         paned child properties instead of remove/add hacks.  (#114667, 
8769         Soeren Sandmann) 
8770
8771 Mon Jun  9 16:18:11 2003  Owen Taylor  <otaylor@redhat.com>
8772
8773         * gtk/gtknotebook.c (gtk_notebook_button_press): Back
8774         out event->window test - it wasn't needed because
8775         of the call to get_widget_coordinates().
8776
8777         * gtk/gtknotebook.c (gtk_notebook_button_press): Remove
8778         call to gtk_widget_grab_focus() when not clicking on
8779         any tabs. (Real fix for #114534)
8780
8781 Sun Jun  8 22:03:09 2003  Owen Taylor  <otaylor@redhat.com>
8782
8783         * tests/testdnd.c: Use application/x-rootwindow-drop for
8784         root window drops. (#108670, Alex Larsson)
8785
8786         * gdk/x11/gdkdnd-x11.c (gdk_drag_motion) gtk/gtkdnd.c (gtk_drag_drop): 
8787         Accept either application/x-rootwin-drop (what GTK+ has always used)
8788         or application/x-rootwindow-drop (what the XDND standard specifies).
8789
8790 Fri Jun  6 11:07:33 2003  Owen Taylor  <otaylor@redhat.com>
8791
8792         * gtk/gtkwidget.c (event_window_still_viewable): 
8793         Before delivering an event to a widget, check that
8794         (if relevant), the event's window is still viewable.
8795         (#105642, Dennis Björklund)
8796
8797         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): 
8798         NULL out private->parent, since after destruction
8799         it might not be valid any more.
8800
8801         * gdk/gdkwindow.c (gdk_window_is_viewable): Fix some
8802         accesses before g_return_val_if_fail(). Treat 
8803         DESTROYED windows as unmapped.
8804
8805 Thu Jun  5 09:28:03 2003  Owen Taylor  <otaylor@redhat.com>
8806
8807         * gtk/gtkentry.c: Recompute unconditionally in
8808         gtk_entry_style_set, and in a new gtk_label_screen_changed().
8809         Protect the guts of recompute_idle_func() with
8810         gtk_widget_has_screen(). (#114040, Morten Welinder) 
8811         Fix FALSE/0 confusion.
8812         
8813 Sun Jun  8 18:27:14 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8814
8815         * gdk/gdkpixbuf-drawable.c (G8fromRGB565): swap G and B.
8816         Fixes (#114669)
8817
8818 Sun Jun  8 11:27:29 2003  Owen Taylor  <otaylor@redhat.com>
8819
8820         * gtk/gtkviewport.c (viewport_set_adjustment): Fix bug with 
8821         set_adjustment (viewport, NULL);
8822
8823 2003-06-07  Matthias Clasen  <maclas@gmx.de>
8824
8825         * gtk/gtkiconfactory.c (get_default_icons): 
8826         * gtk/stock-icons/stock_{undo,redo,undelete,revert}_rtl_{16,24}.png:
8827         * gtk/stock-icons/Makefile.am: Add rtl variants of undo, redo,
8828         undelete and revert.  (#96633)
8829         
8830 Fri Jun  6 16:25:44 2003  Owen Taylor  <otaylor@redhat.com>
8831
8832         * gtk/gtkviewport.c: Many fixes, along with extensive cleanups and 
8833         refactoring of code to reduce duplication; fixes include:
8834
8835         - gtk_viewport_realize(): Position the window correct from adjustment 
8836         values. (#110737, Michael Natterer)
8837
8838         - Remove some division-by-zero checks in places where there is no 
8839         longer division. (#110737)
8840
8841         - gtk_viewport_class_init: Make the hadjustment/vadjustment properties 
8842         G_PARAM_CONSTRUCT, so that there will always be adjustments, even 
8843         if gtk_viewport_new isn't used (#101135, Thomas Leonard).
8844
8845         - Switch over to encapsulated lazy-creation for hadjustment/
8846         vadjustment; even with the CONSTRUCT property, we need this after
8847         destroy.
8848
8849         - When updating the adjustment, immediate set their values to
8850         match the the current range of the viewport, and update the 
8851         viewport position to match the value of the new adjustments. 
8852         (Part of #1165)
8853
8854 2003-06-06  Tor Lillqvist  <tml@iki.fi>
8855
8856         * gdk/win32/gdkprivate-win32.h: Fix typo.
8857
8858         * gdk/win32/gdkgc-win32.c (_gdk_win32_gc_new): Set
8859         graphics_exposures and subwindow_mode, too, even if they aren't
8860         currently used.
8861
8862 Fri Jun  6 23:38:23 2003  Kristian Rietveld  <kris@gtk.org>
8863
8864         Merged from stable.
8865
8866         * gtk/gtktreeview.c (do_expand_collapse),
8867         (expand_collapse_timeout), (cancel_arrow_animation): made
8868         expand_collapse_timeout a wrapper with locks around     
8869         do_expand_collapse, made cancel_arrow_animation use
8870         do_expand_collapse. Fixes threadlock. (Fixes #111286, patch from
8871         Peter Bloomfield).
8872
8873 Fri Jun  6 11:05:45 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
8874
8875         * modules/input/gtkimcontextxim.h (struct _GtkIMContextXIM):
8876         * modules/input/gtkimcontextxim.c (preedit_start_callback,
8877         preedit_draw_callback, preedit_done_callback): Add a 'finalizing' flag 
8878         to keep preedit-[start,changed,end] signals from being called during
8879         finalization (#111861).
8880
8881 2003-06-05  Noah Levitt  <nlevitt@columbia.edu>
8882
8883         * gtk/gtknotebook.c (gtk_notebook_button_press): Ignore button
8884         presses that are not on the tab (#114534).
8885
8886 Thu Jun  5 20:35:40 2003  Owen Taylor  <otaylor@redhat.com>
8887
8888         * demos/Makefile.am: Conditionalize dependencies for
8889         gdk-pixbuf-csource on cross-compilation (#112391, J. Ali Harlow). 
8890         Buildtest-inline-pixbufs.h in srcdir. Don't try to build 
8891         test-inline-pixbufs.h if we don't have libpng.
8892
8893         * gtk/stock-icons/Makefile.am (gtkstockpixbufs.h): 
8894         Add a dependency on gdk-pixbuf.loaders when not 
8895         cross-compiling, remove the dependency on gdk-pixbuf-csource
8896         when not cross compiling.
8897
8898 Thu Jun  5 20:12:51 2003  Owen Taylor  <otaylor@redhat.com>
8899
8900         * gtk/gtkwindow.c (gtk_window_get_default_size): Handle
8901         gtk_window_get_geometry_info() returning NULL.
8902         (#107311, John Finlay)
8903
8904 Thu Jun  5 19:24:33 2003  Owen Taylor  <otaylor@redhat.com>
8905
8906         * gtk/gtktoolbar.c (gtk_toolbar_expose): Subtract off
8907         twice the border width from the width/height, not
8908         1x the border width. (#106336, Rodney Dawes)
8909
8910 Thu Jun  5 15:33:38 2003  Owen Taylor  <otaylor@redhat.com>
8911  
8912         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_next_line):
8913         If at the end of the buffer, move to the end iter -
8914         parallels behavior of move_iter_to_previous_line.
8915         (#81960, Padraig O'Briain)
8916  
8917 Thu Jun  5 16:12:54 2003  Owen Taylor  <otaylor@redhat.com>
8918
8919         #80023, Yao Zhang, TOKUNAGA Hiroyuki
8920
8921         * gtk/gtktextlayout.c (gtk_text_layout_get_cursor_locations):
8922         Account for the preedit cursor offset if the iter passed
8923         in is at the same place as the insertion cursor.
8924
8925         * gtk/gtktextview.c (gtk_text_view_get_cursor_location):
8926         Encapsulate getting the insertion cursor location.
8927
8928         * gtk/gtktextview.c (gtk_text_view_update_im_spot_location):
8929         Pass the real y/height to the IM context. Take 
8930         text_view->x/yoffset into account.
8931
8932 Thu Jun  5 16:52:54 2003  Owen Taylor  <otaylor@redhat.com>
8933
8934         * gtk/gtktextview.[ch]: Never scroll on focus in
8935         (#81893, Patch from Paolo Maggi)
8936
8937         * gtk/gtktextview.c (gtk_text_view_scroll_[h]pages): 
8938         Scroll to the current cursor location before handling
8939         the action, in case the user just tabbed in
8940         and the cursor is offscreen.
8941
8942 Thu Jun  5 17:20:40 2003  Owen Taylor  <otaylor@redhat.com>
8943          
8944          #107883, Gustavo Giráldez
8945
8946         * gtk/gtktextlayout.c (gtk_text_layout_emit_changed):
8947         Split out the case where we know we changed, and 
8948         already dealt with our cached line being invalidated
8949         from external calls to gtk_text_layout_changed.
8950
8951         * gtk/gtktextlayout.c (gtk_text_layout_changed):
8952         Check if the invalidate yrange intersects our
8953         cached line, and clear it if necessary.
8954
8955 2003-06-05  Tor Lillqvist  <tml@iki.fi>
8956
8957         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Handle global
8958         filters.
8959
8960 2003-06-05  Matthias Clasen  <maclas@gmx.de>
8961
8962         * gtk/gtktextview.c: Fix for #84668, reported by Torbjrn Andersson:
8963         (gtk_text_view_grab_notify): 
8964         (gtk_text_view_state_changed): Implement these
8965         to unobscure cursor when grab shadowed or insensitised.
8966         (gtk_text_view_unobscure_mouse_cursor): New function to undo the
8967         effect of gtk_text_view_obscure_mouse_cursor(). Code lifted from
8968         gtk_text_view_motion_event().
8969         (gtk_text_view_motion_event): Use gtk_text_view_obscure_mouse_cursor().
8970
8971         * gtk/gtktextview.c (select_all): New keybinding signal for
8972         (un)selecting the whole buffer. Bound to C-a/C-\.  (see #107889)
8973
8974         * gtk/gtkcalendar.c (calendar_timer): 
8975         (stop_spinning): Replace deprecated gtk_timeout_* functions by
8976         their GLib counterparts.  (#114429)
8977
8978         * gtk/gtktreestore.c (gtk_tree_store_new): 
8979         * gtk/gtkliststore.c (gtk_list_store_new): Document restriction on 
8980         types.
8981
8982 Wed Jun  4 19:42:17 2003  Owen Taylor  <otaylor@redhat.com>
8983
8984         * gdk/gdkpango.c (gdk_draw_layout_line_with_colors):
8985         When drawing underlines, join up adjacent runs
8986         where possible, so we don't get changes in 
8987         shaper/font/etc. breaking underlines. (#103662,
8988         Kang Jeong-Hee)
8989
8990 Wed Jun  4 19:22:58 2003  Jonathan Blandford  <jrb@redhat.com>
8991
8992         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_level_find_insert):
8993         Slightly modified patch from Owen Taylor <otaylor@redhat.com> to
8994         improve the speed of inserting rows into an already sorted list,
8995         #109292
8996
8997 Wed Jun  4 19:24:28 2003  Owen Taylor  <otaylor@redhat.com>
8998
8999         * gdk/x11/gdkgc-x11.c gdk/x11/gdkprivate-x11.h: Keep
9000         track of when we have a clip mask set for the GC,
9001         and when we unset it, or switch to a clip region,
9002         immediately call XSetClipMask (..., None) to avoid
9003         Xlib caching stale data. (#111806)
9004
9005         * gtk/gtktextdisplay.c: Don't set a clip mask
9006         when drawing alpha pixmaps; it isn't necessary any more.
9007         (#111806)
9008
9009 Wed Jun  4 18:27:44 2003  Owen Taylor  <otaylor@redhat.com>
9010
9011         * gtk/gtkcheckbutton.c (gtk_real_check_button_draw_indicator): 
9012         gtk/gtkradiobutton.c (gtk_radio_button_draw_indicator): 
9013         Use GTK_WIDGET_IS_SENSITIVE(), not GTK_WIDGET_SENSITIVE
9014         (#92548, Tim Evans)
9015
9016         * gtk/gtkcheckmenuitem.c (gtk_real_check_menu_item_draw_indicator)
9017         gtk/gtkradiomenuitem.c (gtk_radio_menu_item_draw_indicator): If
9018         Use state_type = STATE_INSENSITIVE for insensitive menu items.
9019
9020 Wed Jun  4 21:25:35 2003  Kristian Rietveld  <kris@gtk.org>
9021
9022         Merged from stable.
9023
9024         * gtk/gtktreeview.c (gtk_tree_view_drag_begin): use a silent
9025         assert for get_info. (reported by Michael Natterer),
9026         (gtk_tree_view_expand_all_emission_helper),
9027         (gtk_tree_view_expand_all_helper): emit row_expanded for all
9028         expanded rows during an _expand_all operation. (Fixes #111280,
9029         reported by Benjamin Bayart).
9030
9031 Tue Jun  3 18:32:30 2003  Owen Taylor  <otaylor@redhat.com>
9032
9033         * gdk/x11/gdkevents-x11.c (gdk_wm_protocols_filter): Don't
9034         respond to pings on a root window; prevents infinite
9035         loops if we are selecting for SubstructureNotify on the
9036         root window. (#111945, Sergey V. Udaltsov)
9037
9038 Tue Jun  3 17:39:16 2003  Owen Taylor  <otaylor@redhat.com>
9039
9040         #71597, reported by Morten Welinder
9041
9042         * gdk/gdkpixbuf-drawable.c (rgb888amsb): Fix and simplify
9043         (Patch from Christian Petig)
9044
9045         * gdk/gdkpixbuf-drawable.c (rgb{555,565}{a,}{msb,lsb}):
9046         Major rewrite of 555 and 565 conversion routines:
9047
9048         - Move all the bit shifting into a small block of macros,
9049           eliminating much duplication of complicated arithmetic.
9050         - Get rid of 2-pixels at a time code, which was buggy,
9051           hard to maintain, caused unaligned accesses, and
9052           probably didn't actually perform any better.
9053         - Simplify cases where different data types were
9054           used for the little and big endian cases, use
9055           GUINT16_SWAP_LE_BE() where appropriate.
9056                 
9057 Tue Jun  3 15:05:47 2003  Owen Taylor  <otaylor@redhat.com>
9058
9059         * gdk/x11/gdkdrawable-x11.c (convert_to_format): Remove
9060         bad optimization for src_rowstride == dest_stride.
9061         (Didn't consider the case where we were copying only
9062         partial widths of a wider source buffer)
9063         (#113034, reported by Hans Petter Jansson)
9064
9065 2003-06-03  Michael Natterer  <mitch@gimp.org>
9066
9067         * gdk/x11/gdkinput-x11.c (_gdk_input_common_find_events):
9068         reenabled button_release events for xinput devices. (#113948)
9069
9070 2003-06-03  Christian Rose  <menthos@menthos.com>
9071
9072         * configure.in: Added "li" to ALL_LINGUAS.
9073
9074 Mon Jun  2 18:58:54 2003  Owen Taylor  <otaylor@redhat.com>
9075
9076         * gtk/gtknotebook.c (gtk_notebook_size_allocate): Don't
9077         map the event window if the notebook isn't mapped. (#113980,
9078         Richard Reich)
9079
9080 2003-06-02  Sven Neumann  <sven@gimp.org>
9081
9082         * gtk/gtkprogress.c (gtk_progress_changed): added a missing cast.
9083
9084         * gdk/gdkrgb.c (gdk_rgb_try_colormap): removed an unused variable.
9085
9086 2003-06-01  Matthias Clasen  <maclas@gmx.de>
9087
9088         * gtk/gtkalignment.c (gtk_alignment_[gs]et_padding): Add 
9089         Since: 2.4 to the docs.
9090
9091         * gtk/gtkwindow.c (gtk_window_parse_geometry): Add some hints and
9092         an example to the docs.  (#98427)
9093
9094 2003-05-30  Murray Cumming  <murrayc@usa.net>
9095
9096         * gtk/gtkalignment.[h|c]: Added 4-sided padding as properties with
9097         gtk_alignment_get_padding() and gtk_aligment_set_padding(). This
9098         uses the new private data system - see g_type_class_add_private() in
9099         gtk_alignment_class_init() and the use of GTK_ALIGNMENT_GET_PRIVATE().
9100
9101 2003-05-30  Matthias Clasen  <maclas@gmx.de>
9102         
9103         * gtk/gtknotebook.c: Changed guint to GtkNotebookArrow in the
9104         signature of gtk_notebook_draw_arrow() for Solaris builds to go
9105         through.  (#114043, Anand Subramanian)
9106
9107 Thu May 29 18:30:35 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
9108
9109         * modules/input/imipa.c: 
9110         use GETTEXT_PACKAGE to get a translation for "ipa"(#113850).
9111
9112 Thu May 29 18:08:01 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
9113
9114         * gtk/gtkimmodule.c (_gtk_im_module_list):
9115         use GETTEXT_PACKAGE to get a translation for "Default"(#113850).
9116
9117 Thu May 29 09:34:05 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
9118
9119         * gtk/gtkimmodule.c (_gtk_im_module_list): make "Default"
9120         label of default input method localizable.
9121         * gtk/gtkimmulticontext.c (gtk_im_multicontext_append_menuitems): 
9122         use translations of input method context names
9123         * modules/input/imam-et.c, modules/input/imcyrillic-translit.c,
9124           modules/input/iminuktitut.c, modules/input/imthai-broken.c,
9125           modules/input/imti-er.c, modules/input/imti-et.c
9126           modules/input/imviqr.c, modules/input/imxim.c
9127         use GETTEXT_PACKAGE instead of "gtk+" for domain name.
9128         (#113850).
9129
9130 Thu May 29 18:23:01 2003  Kristian Rietveld  <kris@gtk.org>
9131
9132         Merged from stable.
9133
9134         * gtk/gtktreeview.c (gtk_tree_view_button_press): put the focus
9135         grab separate, the user might clear the tree in the focus-in
9136         callback. (Fixes #113086, testcase from Felipe Heidrich).
9137
9138 Thu May 29 18:06:26 2003  Kristian Rietveld  <kris@gtk.org>
9139
9140         Merged from stable.
9141
9142         * gtk/gtktreeview.c (gtk_tree_model_set_model): reset a bunch
9143         of row reference when we unset the model. Also reset
9144         dy and top_row_dy. (Fixes #109289, patch from Owen Taylor).
9145
9146 Thu May 29 17:12:19 2003  Kristian Rietveld  <kris@gtk.org>
9147
9148         Merged from stable.
9149
9150         * gtk/gtktreeview.c (gtk_tree_view_set_cursor_on_cell): cancel
9151         the current editing, if it exists. (Fixes #108956, reported by
9152         Michael Natterer).
9153
9154 Thu May 29 17:06:09 2003  Kristian Rietveld  <kris@gtk.org>
9155
9156         Merged from stable.
9157
9158         * gtk/gtktreeview.c (check_selection_helper): new function,
9159         (gtk_tree_view_row_deleted): traverse the tree from the
9160         deleted node to see whether the selection changed, instead of
9161         just checking this node. (Fixes #107400, reported by 'Duncan').
9162
9163 Thu May 29 16:31:34 2003  Kristian Rietveld  <kris@gtk.org>
9164
9165         Merged from stable.
9166
9167         * gtk/gtktreeview.c (gtk_tree_view_maybe_begin_dragging_row),
9168         (gtk_tree_view_drag_begin): set the DnD icon in _drag_begin
9169         instead of _maybe_begin_dragging_row, so the icon can be
9170         overridden by apps. (Fixes #104374, patch from Daniel Elstner).
9171
9172 Thu May 29 16:14:04 2003  Kristian Rietveld  <kris@gtk.org>
9173
9174         Merged from stable.
9175
9176         * gtk/gtktreeview.c (gtk_tree_view_start_editing): correct
9177         cell_area x/width for the expander if needed. (Fixes #101748,
9178         reported by Dave Cook and Mariano Suarez-Alvarez).
9179
9180 Thu May 29 16:01:38 2003  Kristian Rietveld  <kris@gtk.org>
9181
9182         Merged from stable.
9183
9184         * gtk/gtktreeview.c (gtk_tree_view_real_set_cursor): check
9185         if tree/node are still the same after _internal_select_node.
9186         (Fixes #92256, reported by edscott).
9187
9188 Thu May 29 15:38:30 2003  Kristian Rietveld  <kris@gtk.org>
9189
9190         Fixes #75745, reported by Richard Hult. Merged from stable.
9191
9192         * gtk/gtktreeview.c (gtk_tree_view_bin_expose): set/unset
9193         GTK_CELL_RENDERER_FOCUSED flag whether the current node is the
9194         cursor or not.
9195
9196         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_process_action):
9197         if we are rendering a cursor row, and the cell the be
9198         processed has focus, then set the GTK_CELL_RENDERER_FOCUSED
9199         flag (else we unset it).
9200
9201 2003-05-27  Matthias Clasen  <maclas@gmx.de>
9202
9203         * gtk/gtkwindow-decorate.c: 
9204         * gtk/gtktreeprivate.h: 
9205         * gtk/gtkdnd.c: 
9206         * gdk/win32/gdkwindow-win32.h: 
9207         * gdk/linux-fb/gdkprivate-fb.h: 
9208         * gdk/linux-fb/gdkkeyboard-fb.c: Remove dubious bitfields of
9209         unspecified signedness.  (#112919, Morten Welinder)
9210
9211         * gtk/queryimmodules.c (escape_string): 
9212         * gtk/gtktextbtree.c (_gtk_text_btree_get_text): 
9213         * gtk/gtksettings.c (_gtk_settings_parse_convert): 
9214         * gtk/gtkrc.c (gtk_rc_parse_assignment): 
9215         * gtk/gtkinputdialog.c (gtk_input_dialog_set_key): 
9216         * gdk/x11/gdkdisplay-x11.c (escape_for_xmessage): Replace all 
9217         occurances of g_string_new ("") by g_string_new (NULL). (#106975,
9218         Morten Welinder) 
9219
9220 2003-05-27  Tor Lillqvist  <tml@iki.fi>
9221
9222         * gtk-zip.sh.in: Only include the Default and Emacs themes' gtkrc
9223         files. Include share/gtk-doc/{gdk-pixbuf,gdk,gtk}.
9224
9225         * gdk/Makefile.am: libgdk-win32-2.0.la depends on
9226         win32/libgdk-win32.la.
9227
9228         * gtk/gtk.def: Add gtk_tree_view_column_cell_get_position.
9229
9230 Sat May 24 22:19:13 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9231
9232         * gtk/gtkscrollbar.c (gtk_scrollbar_class_init): Make the minimum
9233         scrollbar slider length 21 instead of 7.
9234
9235 2003-05-23  Matthias Clasen  <maclas@gmx.de>
9236
9237         * gtk/gtknotebook.c: Add support for up to four scroll
9238         arrows. Control their display by new style properties
9239         "has_forward_stepper", "has_backward_stepper",
9240         "has_secondary_forward_stepper" and
9241         has_secondary_backward_stepper". (#110540)
9242
9243         * gtk/gtknotebook.h (struct _GtkNotebook): Make in_child and
9244         click_child three bits wide, add
9245         has_{before,after}_{previous,next} fields.
9246
9247         * gtk/gtkcolorsel.c (gtk_color_selection_init): Update color on
9248         focus out of hex_entry.  (#112665)
9249         (hex_focus_out): New signal handler for focus out of hex entry.
9250
9251 Wed May 21 19:01:06 2003  Owen Taylor  <otaylor@redhat.com>
9252
9253         * gtk/gtkwidget.c (gtk_widget_realize): 
9254         g_return_if_fail() if
9255         GTK_WIDGET_ANCHORED (widget) || GTK_IS_INVISIBLE (widget).
9256         (#107872, Christian Reis)
9257
9258 2003-05-22  Matthias Clasen  <maclas@gmx.de>
9259
9260         * gtk/gtkfilesel.c (gtk_file_selection_create_dir): 
9261         (gtk_file_selection_rename_file): Some keynav improvements for the
9262         "Rename File" and "Create Directory" subdialogs: Enter in entry
9263         activates default, default is "Create"/"Rename", Escape cancels
9264         dialog.  (#113110)
9265         (gtk_file_selection_set_filename): Add a hint about opening 
9266         directories.  (#113175)
9267
9268 2003-05-22  Matthias Clasen  <maclas@gmx.de>
9269
9270         * gdk/x11/gdkdrawable-x11.c (gdk_x11_drawable_update_xft_clip):
9271         Use XftDrawSetClipRectangles(), since we're inside HAVE_XFT2
9272         anyway.  (#113476)
9273
9274 Wed May 21 15:53:14 2003  Owen Taylor  <otaylor@redhat.com>
9275
9276         * gtk/gtkprogress.c (gtk_progress_set_format_string,
9277         gtk_progress_set_show_text): Always queue a resize ... 
9278         we rely on the size-allocate to do the update, plus a 
9279         different format can actually change our size requisition.
9280         (#111052, Vasco Alexandre da Silva Costa)
9281
9282         * gtk/gtkprogress.c (gtk_progress_changed): Track
9283         ::changed as well as ::value_changed, and queue a
9284         resize on ::changed when necessary.
9285
9286         * gtk/gtkprogress.c (gtk_progress_set_adjustment): 
9287         Call gtk_progress_changed() here to update or 
9288         queue a resize as necessary.
9289
9290 Wed May 21 14:06:13 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
9291
9292         * gtk/gtkimcontextsimple.c: added composing rules of
9293         Greek accented letters, patch by Vasilis Vasaitis (#107507)
9294
9295 Wed May 21 13:19:05 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
9296
9297         * gtk/gtkenums.h (enum GtkIMPreeditStyle, GtkIMStatusStyle): 
9298         * modules/input/gtkimcontextxim.c (preedit_style_change, status_style_change):
9299         gtk settings for XIMPreeditNone and XIMStatusNone. (#105909)
9300
9301 Wed May 21 12:10:25 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
9302
9303         * gtk/gtkimcontextsimple.c: 
9304         code that can check the compose table for ascending order,
9305         by Vasilis Vasaitis (#104862).
9306
9307 Wed May 21 12:52:01 2003  Owen Taylor  <otaylor@redhat.com>
9308
9309         * gtk/gtkkeyhash.[ch] (_gtk_key_hash_looku): We need 
9310         to pass the unmasked state to gdk_keymap_translate_keyboard_state() 
9311         to handle the case where a modifier not in the mask
9312         (like Num_Lock) changes the key value, so replace
9313         the masked state with a state/mask pair. (#106913,
9314         Olivier Ripoll)
9315
9316         * gtk/gtkwindow.c gtk/gtkbinding.c: Update to pass
9317         in state/mask pair to _gtk_key_hash_lookup()
9318
9319 Tue May 20 21:58:00 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
9320
9321         * modules/input/gtkimcontextxim.c (xim_info_display_closed):
9322         fix a memory leak, free input context list (#113259).
9323
9324 2003-05-21  Matthias Clasen  <maclas@gmx.de>
9325
9326         * configure.in (all_loaders): Add pcx.
9327
9328         * gtk/gtkcalendar.c: Make calendar controls spin.  (#112540)
9329
9330 Tue May 20 17:27:24 2003  Owen Taylor  <otaylor@redhat.com>
9331
9332         * gtk/gtkimmodule.c (gtk_im_module_init): Silently
9333         accept a missing gtk.immodules file, some people
9334         want to run without one. (#112406, patch from
9335         Arnaud Charlet)
9336
9337 Tue May 20 17:05:31 2003  Owen Taylor  <otaylor@redhat.com>
9338
9339         * gtk/gtkwindow.c (gtk_window_compute_hints): Fix 
9340         height/width confusion (#113370, Xan Lopez)
9341
9342 Tue May 20 15:48:45 2003  Owen Taylor  <otaylor@redhat.com>
9343
9344         * gdk/x11/gdkdnd-x11.c gdk/x11/gdkwindow-x11.c: Comprehensively
9345         zero all unused parts of client messages (Mainly Motif DND
9346         and EWMH). Also, fix a couple places where we were putting
9347         contents into Motif DND messages that didn't belong.
9348         (#113361, EWMH problem reported by Lubos Lunak)
9349
9350         * gtk/gtkselection.c (_gtk_selection_request): Handle the
9351         case where the property type for the multiple atoms is
9352         ATOM_PAIR by doing the conversions ourselve. This is
9353         needed for Xt inter-operation.
9354
9355 2003-05-19 Arafat Medini <lumina@silverpen.de>
9356
9357         * configure.in: Added ar to ALL_LINGUAS
9358
9359 2003-05-19  Matthias Clasen  <maclas@gmx.de>
9360
9361         * gtk/gtksettings.c (gtk_rc_property_parse_border,
9362         gtk_rc_property_parse_color, gtk_rc_property_parse_enum,
9363         gtk_rc_property_parse_flags, gtk_rc_property_parse_requisition):
9364         Add docs.
9365
9366         * gtk/gtkwidget.c (gtk_widget_class_install_style_property, 
9367         gtk_widget_class_install_style_property_parser): Add docs. 
9368
9369 2003-05-17  Matthias Clasen  <maclas@gmx.de>
9370
9371         * tests/prop-editor.c: Add navigation for object properties, so
9372         that you can easily edit the properties of the parent of a widget.
9373         (#113152)
9374
9375 Wed May 14 17:45:32 2003  Owen Taylor  <otaylor@redhat.com>
9376
9377         * gdk/gdkkeysyms.h gdk/gdkkeynames.c gdk/gdkkeyuni.c:
9378         Patch from Vasilis Vasaitis to fix Greek_IOTAdi[a]eresis 
9379         inconsistency and leave the old name as an aliass (#104873)
9380
9381 Wed May 14 16:40:09 2003  Owen Taylor  <otaylor@redhat.com>
9382
9383         * gtk/gtkframe.c (gtk_frame_set_label_widget): Patch
9384         from Charles Schmidt to add missing notify (#108305)
9385
9386 Wed May 14 16:00:51 2003  Owen Taylor  <otaylor@redhat.com>
9387  
9388         * gdk/x11/gdkgc-x11.c: Remove unecessary g_return_if_fail().
9389         (#105500, Morten Welinder.)
9390  
9391 Wed May 14 09:05:11 2003   Hidetoshi Tajima <hidetoshi.tajima@sun.com>
9392
9393         * modules/input/gtkimcontextxim.c (get_ic_real): use type of guint32
9394         instead of gumake for XNFilterEvents event mask(#110493).
9395
9396 2003-05-11  Anders Carlsson  <andersca@codefactory.se>
9397
9398         * gtk/gtkdnd.c (gtk_drag_source_unset_icon): Don't cast a gchar to
9399         a GObject. (#112762)
9400
9401 2003-05-08  Sven Neumann  <sven@gimp.org>
9402
9403         * configure.in: set the HAVE_X11R6 automake conditional to false
9404         if not compiling for X11.
9405
9406 2003-05-08  Matthias Clasen  <maclas@gmx.de>
9407
9408         * gtk/gtkcalendar.[ch] (gtk_calendar_set_display_options): 
9409         (gtk_calendar_get_display_options): New functions.
9410         (gtk_calendar_display_options): Depreate.  (#64567)
9411         (gtk_calendar_class_init): Add boolean properties for the display
9412         options.  (#50949)
9413
9414 Tue May  6 16:50:52 2003  Owen Taylor  <otaylor@redhat.com>
9415
9416         Patch from James Henstridge to update to automake-1.7
9417         (#109542)
9418  
9419         * autogen.sh: update to call newer tools.
9420  
9421         * configure.in: various updates, to use M4 macros to put
9422         variables that change each release at the top.
9423         Use AC_HELP_STRING to format help strings.
9424         Use AC_CONFIG_COMMANDS to generate gdkconfig.h.
9425  
9426         * Makefile.am: require Automake 1.7.  Remove gdk-2.0.pc and
9427         gtk+-2.0.pc on uninstall.  Pass --enable-gtk-doc to configure
9428         during distcheck.
9429  
9430         * docs/reference/*/Makefile.am: simplify to use the gtk-doc.make
9431         makefile fragment.
9432  
9433         * */Makefile.am: don't use STRIP_BEGIN/STRIP_END.
9434         Use BUILT_SOURCES where appropriate.
9435         Build generated files in builddir rather than srcdir.
9436         Fix uninstall and distclean targets to satisfy distcheck.
9437
9438         ===
9439
9440         * gdk/*/Makefile.am: Remove the hacks to get gdkenumtypes.h
9441         built first, since we are now using BUILT_SOURCES.
9442
9443         * gdk/Makefile.am: Remove an outdated comment about gdk_headers.
9444
9445         * demos/gtk-demo/Makefile.am: Fix srcdir != buildd problem
9446         with geninclude.pl.
9447
9448         * configure.in: Update versions to 2.3.0.
9449  
9450 2003-05-06  Tor Lillqvist  <tml@iki.fi>
9451
9452         Fix for #110165 (thanks to Arnaud Charlet):
9453         
9454         * gdk/win32/gdkevents-win32.c (build_keypress_event,
9455         build_keyrelease_event): For unshifted control char, use
9456         lowercase ASCII keyval.
9457         (gdk_event_translate): Similarily, when handling WM_SYSKEYDOWN and
9458         UP (i.e. Alt-something), if it's an unshifted ASCII letter, use
9459         lowercase keyval. Use build_key_event_state() here, too, instead
9460         of minor code duplication.
9461
9462 2003-05-06  Matthias Clasen  <maclas@gmx.de>
9463
9464         * tests/testmultidisplay.c: Don't include strings.h, it's not
9465         needed anymore.  (#112388)
9466
9467         * examples/menu/itemfactory.c: 
9468         * docs/tutorial/gtk-tut.sgml: Remove an unneeded include from the
9469         itemfactory example.
9470
9471 2003-05-05  Matthias Clasen  <maclas@gmx.de>
9472
9473         * gtk/gtkdnd.c (gtk_drag_source_set_icon_stock):  Actually set the
9474         icon type to the stock icon type.  (#111735, Dave Bordoley)
9475
9476 2003-05-05  Christian Rose  <menthos@menthos.com>
9477
9478         * configure.in: Added sr and sr@Latn to ALL_LINGUAS.
9479         Removed sp, it's replaced by sr@Latn.
9480
9481 Wed Apr 30 22:09:11 BST 2003  Tony Gale <gale@gtk.org>
9482
9483         * docs/faq/gtk-faq.sgml: GTK+ 2.x updates, mainly from
9484         Gonzalo Odiard
9485
9486 Mon Apr 28 17:54:39 2003  Jonathan Blandford  <jrb@redhat.com>
9487
9488         * gtk/gtktreeview.c (gtk_tree_view_destroy): destroy the search
9489         data iff the destroy func isn't NULL.
9490
9491 Thu Apr 24 19:12:05 2003  Owen Taylor  <otaylor@redhat.com>
9492
9493         * autogen.sh (have_libtool): Accept libtool-1.5. (#111480)
9494
9495 2003-04-23  Abel Cheung  <maddog@linux.org.hk>
9496
9497         * configure.in: Added "am" "mk" "ta" to ALL_LINGUAS.
9498
9499 Tue Apr 22 15:33:51 2003  Owen Taylor  <otaylor@redhat.com>
9500
9501         * gtk/gtkfilesel.c (open_new_dir): Fix capitalization
9502         of UTF-8. (#106419, Roozbeh Pournader)
9503
9504 Tue Apr 22 15:17:25 2003  Owen Taylor  <otaylor@redhat.com>
9505
9506         * configure.in: Only check for XFT2 if we found pango-xft
9507         (#105692, Jon Nall)
9508
9509 Tue Apr 22 15:12:19 2003  Owen Taylor  <otaylor@redhat.com>
9510
9511         * gtk/gtkwidget.c (gtk_widget_class_init): Fix PROP_HAS_FOCUS/
9512         PROP_IS_FOCUS confusion. (#111333, Jody Goldberg)
9513
9514 Tue Apr 22 19:43:01 BST 2003  Tony Gale <gale@gtk.org>
9515
9516         * docs/faq/gtk-faq.sgml: add note about version converage.
9517
9518 Mon Apr 21 19:02:16 2003  Owen Taylor  <otaylor@redhat.com>
9519
9520         * gtk/gtksocket.c (activate_key): Fix prototype for
9521         activate_key. (#108927, Jason D. Hildebrand)
9522
9523 Mon Apr 21 18:42:51 2003  Owen Taylor  <otaylor@redhat.com>
9524
9525         * demos/gtk-demo/Makefile.am demos/gtk-demo/geninclude.pl:
9526         Remove geninclude.pl from CVS and don't dist it either,
9527         it is generated. (#108970, Rich Kinder)
9528
9529 Mon Apr 21 18:35:48 2003  Owen Taylor  <otaylor@redhat.com>
9530
9531         * gtk/gtkobject.h: Remove a couple of obsolete comments,
9532         fix another comment. (#109737, Britton Kerin)
9533
9534 Mon Apr 21 18:29:03 2003  Owen Taylor  <otaylor@redhat.com>
9535
9536         * gtk/gtkiconfactory.c (gtk_icon_set_unref): Free
9537         the source list, not just it's contents (Patch
9538         from Charles Kerr, #108243)
9539
9540 Mon Apr 21 18:13:46 2003  Owen Taylor  <otaylor@redhat.com>
9541
9542         * gdk/x11/gdkdnd-x11.c (gdk_window_cache_filter): Patch
9543         from Alex Larsson fixing problem with restacking during
9544         DND. (#108671)
9545
9546 Mon Apr 21 15:07:29 2003  Owen Taylor  <otaylor@redhat.com>
9547
9548         * gdk/x11/gdkdisplay-x11.c (gdk_display_keyboard/pointer_ungrab):
9549         Calling XFlush() after ungrabbing, to avoid problems if
9550         the app subsequently blocks on a long-running operation.
9551         (#106520, reported by Rajkumar Siva)
9552
9553 Fri Apr 18 17:42:45 2003  Owen Taylor  <otaylor@redhat.com>
9554
9555         * gdk/x11/gdkwindow-x11.c (set_initial_hints): Add
9556         SKIP_TASKBAR/SKIP_PAGER to set of properties we
9557         might set on map. (#110019, problem reported
9558         by Loban Rahman)
9559
9560 Fri Apr 18 17:14:33 2003  Owen Taylor  <otaylor@redhat.com>
9561
9562         * gdk/gdkevents.c (gdk_event_copy): Fix for the
9563         case when gdk_event_copy() is called on a non-allocated
9564         event. (#109716, reported by Rich Burridge)
9565
9566 Fri Apr 18 16:57:44 2003  Owen Taylor  <otaylor@redhat.com>
9567
9568         * gdk/x11/gdkdrawable-x11.c (draw_with_images/pixmaps):
9569         Fix pointer arithmetic on 'void *'. (#108322)
9570
9571 Fri Apr 18 16:31:49 2003  Owen Taylor  <otaylor@redhat.com>
9572
9573         * configure.in gdk/x11/gdkdisplay-x11.c modules/input/Makefile.am:
9574         Check for XAddConnectionWatch()/X11R6, and if found, disable XIM and
9575         use of XAddConnectionWatch. Remove --enable-xim config option.
9576         Should fix building on X11R6 (#110523, Albert Chin)
9577
9578 Fri Apr 18 15:56:46 2003  Owen Taylor  <otaylor@redhat.com>
9579
9580         * gdk/x11/gdkdisplay-x11.[ch] gdk/x11/gdkdrawable-x11.[ch]:
9581         Patch from Morten Welinder to catch Sun servers with a 
9582         broken implementation of the RENDER extension. (#108309)
9583
9584 Fri Apr 18 15:30:38 2003  Owen Taylor  <otaylor@redhat.com>
9585
9586         * gdk/x11/gdkwindow-x11.c (set_text_property): Use
9587         gdk_free_compound_text(), not g_free(). (#107643,
9588         Michael Zucchi)
9589
9590 Fri Apr 18 15:11:50 2003  Owen Taylor  <otaylor@redhat.com>
9591
9592         * gdk/x11/gdkdisplay-x11.c (_gdk_display_x11_get_type)
9593         gdk/x11/gdkscreen-x11.c (_gdk_screen_x11_get_type): Fix
9594         wrong use of base_finalize. (#105126, Sven Neumann)
9595
9596 Fri Apr 18 15:06:00 2003  Owen Taylor  <otaylor@redhat.com>
9597
9598         * gdk/gdkwindow.c (gdk_window_constrain_size): Fix
9599         '/' vs. '*' problem in aspect ration computations. (#108237)
9600
9601 Fri Apr 18 14:15:09 2003  Owen Taylor  <otaylor@redhat.com>
9602
9603         * gdk/x11/gdkdisplay-x11.c (gdk_display_open): 
9604         * gdk/x11/gdkevents-x11.c (gdk_event_translate): You
9605         don't get a XkbMapNotify event if you get a XkbNewKeyboardNotify 
9606         event, so select for both. (#108406, Egmont Koblinger)
9607
9608 Thu Apr 17 09:57:44 2003  Jonathan Blandford  <jrb@gnome.org>
9609
9610         * gtk/gtktreeview.c (validate_visible_area): remove infinite loop
9611         caused by not clearing the scroll_to_path.
9612
9613 2003-04-16  Matthias Clasen  <maclas@gmx.de>
9614
9615         * gtk/gtkstyle.c: Doc additions and fixes.
9616
9617         * gtk/gtktreeviewcolumn.c
9618         (_gtk_tree_view_column_get_neighbor_sizes): Doc fixes.
9619
9620 2003-04-14  Michael Natterer  <mitch@gimp.org>
9621
9622         * gtk/gtkliststore.c (gtk_list_store_move): added checks to ensure
9623         that the iter is not reordered to its own position. Prevents model
9624         corruption for the case that the store contains only a single item
9625         (fixes bug #108387).
9626
9627         Unrelated:
9628
9629         * gtk/gtkliststore.c (gtk_list_store_insert): g_list_alloc() the
9630         new list element later so we don't leak it if we decide to return
9631         early.
9632
9633         * gtk/gtktreeselection.c (_gtk_tree_selection_internal_select_node):
9634         set selection->tree_view->priv->anchor to NULL after freeing it.
9635
9636 2003-04-13  Matthias Clasen  <maclas@gmx.de>
9637
9638         * gtk/gtktreeviewcolumn.c
9639         (gtk_tree_view_column_cell_get_position): Document. 
9640
9641         * gtk/gtktextbuffer.c (gtk_text_buffer_select_range): 
9642         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_[sg]et_expand): 
9643         * gtk/gtkbutton.c (gtk_button_[sg]et_focus_on_click): Document
9644         these as 2.4 additions.
9645
9646 2003-04-09  Matthias Clasen  <maclas@gmx.de>
9647
9648         * INSTALL.in: Fix the real thing.
9649
9650         * INSTALL: Typo fix.
9651
9652 Mon Apr  7 19:43:15 2003  Owen Taylor  <otaylor@redhat.com>
9653
9654         * gdk/x11/gdkdisplay-x11.c (gdk_x11_display_ungrab): Flush
9655         after ungrabbing the server.
9656  
9657         * gdk/x11/gdkimage-x11.c: Remove some no-longer-needed
9658         calls to XFlush().
9659
9660         * gdk/x11/gdkwindow-x11.c (_gdk_windowing_window_at_pointer):
9661         Use gdk_x11_display_grab/ungrab.
9662
9663         * gdk/x11/gdkdisplay-x11.c (gdk_display_open): Initialize
9664         use_xshm to TRUE so SHM gets used when present.
9665  
9666 2003-04-07  Matthias Clasen  <maclas@gmx.de>
9667
9668         * gtk/gtktextlayout.c (set_para_values): 
9669         * gtk/gtkenums.h (GtkWrapMode): Add GTK_WRAP_WORD_CHAR.  (#110086,
9670         David Brigada)
9671
9672         * gtk/gtkcelleditable.c, gtk/gtkfixed.c, gtk/gtktreemodel.c,
9673         gtk/gtktreeselection.c, gtk/gtktreeview.c: Fix numerous
9674         misspellings of possessive "its".  (#110027, Doug Quale)
9675
9676 2003-04-03  Matthias Clasen  <maclas@gmx.de>
9677
9678         * demos/gtk-demo/main.c (demo_find_file): Only use files from the
9679         current directory if it looks like the srcdir.  (#109357)
9680
9681 Wed Apr  2 23:02:26 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9682
9683         * gtk/gtkbutton.[ch] (gtk_button_class_init): add property
9684         focus_on_click
9685
9686         * gtk/gtkwindow.c (gtk_window_focus): make arrow keyboard
9687         navigation not wrap around.
9688
9689 2003-04-02  Matthias Clasen  <maclas@gmx.de>
9690
9691         * gtk/gtkprogress.c (gtk_progress_get_percentage_from_value):
9692         Return 0 if lower == upper.  (#109155)
9693         (gtk_progress_get_current_percentage): Use
9694         gtk_progress_get_percentage_from_value().
9695
9696 2003-04-01  Matthias Clasen  <maclas@gmx.de>
9697
9698         * gtk/gtkimcontext.c (gtk_im_context_focus_in): Fix docs.
9699         (#109510, Noah Levitt)
9700
9701 Mon Mar 31 13:52:13 2003  Jonathan Blandford  <jrb@redhat.com>
9702
9703         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): null initialize reorder's
9704         members so Purify won't complain.
9705
9706         * gtk/gtkliststore.c (gtk_list_store_sort): ditto.
9707
9708 2003-03-31  Matthias Clasen  <maclas@gmx.de>
9709
9710         * gtk/gtkwindow.c: Add a new property, role, corresponding to 
9711         gtk_window_[gs]et_role().  (#93904)
9712
9713 Sun Mar 30 03:57:42 2003  Jonathan Blandford  <jrb@gnome.org>
9714
9715         * gtk/gtktreeselection.c (gtk_tree_selection_get_selected_rows):
9716         fix crash.  Patch from Markus Lausser <sgop@users.sourceforge.net>
9717
9718 2003-03-29  Matthias Clasen  <maclas@gmx.de>
9719
9720         * gtk/gtkoptionmenu.c (gtk_option_menu_remove_contents): Set state
9721         of labels back to normal before reparenting back.  (#102387)
9722
9723         * gtk/gtkcolorseldialog.c (gtk_color_selection_dialog_init): Set
9724         a default window title to match the GtkFontSelectionDialog behavior.
9725  
9726         (gtk_color_selection_dialog_new): Don't call
9727         gtk_window_set_title() if title is NULL.  (bug #101975, Daniel Elstner)
9728
9729 2003-03-29  Matthias Clasen  <maclas@gmx.de>
9730
9731         Fix for bug #78499:
9732         
9733         * gtk/gtkentry.h (struct _GtkEntry): Add flags select_words and
9734         select_lines. 
9735
9736         * gtk/gtkentry.c (gtk_entry_button_press): Set select_words and
9737         select_lines on double/triple click.
9738
9739         * gtk/gtkentry.c (gtk_entry_motion_notify): Implement
9740         select-by-words and select-by-lines behaviour.
9741
9742         Fixes for bug #56248:
9743         
9744         * gtk/gtknotebook.c (stop_scrolling): New function to remove the
9745         timer and queue a redraw. 
9746         (gtk_notebook_grab_notify): 
9747         (gtk_notebook_state_changed): New functions to call stop_scrolling() 
9748         if necessary.   
9749         (gtk_notebook_button_release): Use stop_scrolling().
9750         (gtk_notebook_draw_arrow): Fix drawing of insensitive arrows.
9751
9752         * gtk/gtkrange.c (stop_scrolling): New function to remove the
9753         grab, remove the timer and queue a redraw.
9754         (gtk_range_grab_notify): 
9755         (gtk_range_state_changed): New functions to call stop_scrolling() 
9756         if necessary.   
9757         (gtk_range_button_release): Use stop_scrolling().
9758
9759         * gtk/gtkspinbutton.c (gtk_spin_button_grab_notify): 
9760         (gtk_spin_button_state_changed): Redraw after stop_spinning.
9761         (gtk_spin_button_stop_spinning): Reset click_child to correct the
9762         drawing of the arrows.
9763         (gtk_spin_button_button_release): Use a local copy of click_child,
9764         since stop_spinning() resets it.
9765
9766         * gtk/gtknotebook.c (gtk_notebook_class_init): Add C-A-PgUp and
9767         C-A-PgDown as alternatives to the A-less variants. (This slipped
9768         in accidentally some time ago).  (#97860)
9769
9770 2003-03-26  Sven Neumann  <sven@gimp.org>
9771
9772         * gtk/gtktreeview.c: rewrote the function that does node and arrow
9773         prelighting, queue all redraws from here (Fixes bug #108792).
9774
9775 2003-03-20  Richard Kinder <r_kinder@yahoo.com>
9776
9777         * demos/testpixbuf.c (update_timeout): set error to NULL, not FALSE.
9778         Fixes bug #108778.
9779
9780 2003-03-20  Guntupalli Karunakar <karunakar@freedomink.org>
9781
9782         * configure.in: Added "ml" in ALL_LINGUAS
9783
9784 Sat Mar 15 18:49:27 2003  Manish Singh  <yosh@gimp.org>
9785
9786         * gtk/gtkradiomenuitem.h: use GTK_DISABLE_DEPRECATED instead of
9787         G_DISABLE_DEPRECATED.
9788
9789 2003-03-14  Tor Lillqvist  <tml@iki.fi>
9790
9791         * gdk/win32/gdkevents-win32.c: Use the signed GET_X_LPARAM() and
9792         GET_Y_LPARAM() to extract x and y coordinates from an LPARAM or
9793         DWORD, and not the unsigned HIWORD() and LOWORD(). Systems with
9794         multiple monitors can have negative coordinates on some of the
9795         monitors. (partial fix for #99496, Arnaud Charlet)
9796
9797 2003-03-15  Matthias Clasen  <maclas@gmx.de>
9798
9799         * gtk/gtktextview.c: Add a "buffer" property.  (#108353) 
9800
9801 2003-03-13  Sven Neumann  <sven@gimp.org>
9802
9803         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_set_property):
9804         removed redundant calls to g_object_notify().
9805         (gtk_cell_renderer_pixbuf_get_size): removed redundant casts, see
9806         bug #108236.
9807
9808         * gtk/gtktextiter.c (_gtk_text_iter_get_segment_char)
9809         (_gtk_text_iter_get_segment_byte): return 0, not NULL (these
9810         functions return an integer value).
9811
9812 2003-03-13  Tor Lillqvist  <tml@iki.fi>
9813
9814         * gdk/win32/gdkevents-win32.c (gdk_event_translate): On
9815         WM_MOUSEMOVE, the test whether we have actually moved (and thus
9816         shouldn't generate an GDK event) moved after the call to
9817         propagate() and translate_mouse_coords(). Otherwise we were
9818         testing wrong values. (#108115, Allin Cottrell)
9819         (gdk_event_translate): On WM_?BUTTONUP, set current_{x,y} the same
9820         way as in WM_?BUTTONDOWN and WM_MOUSEMOVE.
9821
9822         * gdk/win32/gdkevents-win32.c (gdk_pointer_grab): if a grab cursor
9823         is used, must copy the HCURSOR with CopyCursor(), as it is OK to
9824         destroy the GdkCursor after calling gdk_pointer_grab(). Set the
9825         cursor right away with SetCursor(), as we won't get any
9826         WM_SETCURSOR messages while the mouse is captured. 
9827         (gdk_display_pointer_ungrab): Correspondingly, destroy the copy
9828         with DestroyCursor() when no longer used. (#108114, Allin Cottrell)
9829
9830         * gdk/win32/gdkevents-win32.c (gdk_event_translate): On
9831         WM_SYSCHAR, return FALSE from the window procedure to prevent the
9832         DefWindowProc from being called. Otherwise Windows would beep,
9833         thinking you are tring to access a (nonexistent) menu when you
9834         press Alt-something. Don't do this for Alt-Space,
9835         though. (#107454, Martyn Russell)
9836
9837         * gdk/win32/gdkcursor-win32.c: Minor spacing and debug print fixes.
9838
9839 Tue Mar 11 12:01:07 2003  Jonathan Blandford  <jrb@gnome.org>
9840
9841         * gtk/gtktreeview.c (gtk_tree_view_class_init): Ctrl/Shift
9842         [left/right] expands/collapses the tree, #108092
9843
9844 2003-03-09  Tor Lillqvist  <tml@iki.fi>
9845
9846         * gdk/win32/gdkdrawable-win32.c (draw_segments): Don't try to
9847         compensate for LineTo() not drawing the end pixel. It causes more
9848         harm than benefits, see bug #81895.
9849
9850 2003-03-08  Matthias Clasen  <maclas@gmx.de>
9851
9852         Bug #107664 continued:
9853
9854         * gdk/x11/gdkinputprivate.h: 
9855         * gdk/x11/gdkinput-none.c (_gdk_input_window_none_event): Remove. 
9856         (_gdk_input_other_event): Return gboolean.
9857         * gdk/x11/gdkinput-xfree.c (_gdk_input_window_none_event): Remove. 
9858         (_gdk_input_other_event): Return gboolean.
9859         * gdk/x11/gdkinput-x11.c (_gdk_input_common_other_event): Return gboolean.
9860
9861         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Make return_val
9862         gboolean, remove pointless call to _gdk_input_window_none_event.
9863
9864         * gdk/win32/gdkinput-win32.[hc] (_gdk_input_other_event): Return gboolean.
9865         (_gdk_input_window_none_event): Remove.
9866
9867         * gtk/gtktextiter.c (_gtk_text_iter_get_indexable_segment): 
9868         (_gtk_text_iter_get_any_segment): 
9869         (_gtk_text_iter_get_segment_byte): 
9870         (_gtk_text_iter_get_segment_char): 
9871         (_gtk_text_iter_get_text_line): 
9872         (_gtk_text_iter_get_btree): Fix 0/NULL confusion.
9873         * gdk/x11/gdkdnd-x11.c (motif_target_table_check): Return gint.
9874         * gdk/win32/gdkfont-win32.c (gdk_font_equal): 
9875         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_get_deskrelative_origin): 
9876         (gdk_window_get_origin): 
9877         * gdk/linux-fb/gdkcolor-fb.c (gdk_colors_alloc): Fix 0/FALSE confusion. 
9878
9879 2003-03-06  Matthias Clasen  <maclas@gmx.de>
9880
9881         * gdk/gdkrgb.c (gdk_rgb_try_colormap): Return gboolean, not gint.
9882         (#107664, Morten Welinder)
9883
9884         * gdk/x11/gdkwindow-x11.c (gdk_window_get_deskrelative_origin): 
9885         * gdk/x11/gdkfont-x11.c (gdk_font_equal): 
9886         * gdk/x11/gdkdnd-x11.c (gdk_drag_get_protocol_for_display): 
9887         Fix TRUE/1 and FALSE/0 confusion.  (#107664, Morten Welinder)
9888
9889         * gtk/gtktextmark.c (gtk_text_mark_get_buffer): 
9890         * gtk/gtkeditable.c (gtk_editable_get_chars): 
9891         * gtk/gtkctree.c (gtk_ctree_find_node_ptr): 
9892         * demos/gtk-demo/main.c (demo_find_file): Fix NULL/FALSE confusion
9893         (#107648, Morten Welinder)Fix NULL/FALSE confusion
9894         (#107648, Morten Welinder)
9895
9896 2003-03-04  Matthias Clasen  <maclas@gmx.de>
9897
9898         * gtk/gtkobject.h: Add deprecation guards for gtk_object_new ().
9899
9900 Sun Mar  2 23:35:57 2003  Jonathan Blandford  <jrb@gnome.org>
9901
9902         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_get_size):
9903         handle rtl code.  Thanks to Matthias Clasen for an initial patch
9904         to handle the RTL code.
9905
9906         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_get_size): ditto
9907
9908         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_get_size): ditto
9909
9910         * gtk/gtktreeview.c: (invalidate_column),
9911         (invalidate_last_column),
9912         (gtk_tree_view_get_real_requested_width_from_column),
9913         (gtk_tree_view_size_allocate_columns),
9914         (gtk_tree_view_size_allocate), (gtk_tree_view_button_press),
9915         (gtk_tree_view_button_release_drag_column),
9916         (gtk_tree_view_update_current_reorder),
9917         (gtk_tree_view_motion_drag_column), (gtk_tree_view_bin_expose),
9918         (gtk_tree_view_key_press), (gtk_tree_view_header_focus),
9919         (gtk_tree_view_get_background_xrange),
9920         (gtk_tree_view_get_arrow_xrange),
9921         (gtk_tree_view_is_expander_column),
9922         (gtk_tree_view_set_column_drag_info),
9923         (gtk_tree_view_move_cursor_left_right):
9924         Add RTL support.
9925
9926         * gtk/gtktreeviewcolumn.h (struct _GtkTreeViewColumn): add an
9927         expand flag.
9928
9929         * gtk/gtktreeviewcolumn.c:
9930         (gtk_tree_view_column_class_init),
9931         (gtk_tree_view_column_set_property),
9932         (gtk_tree_view_column_get_property),
9933         (gtk_tree_view_column_set_expand),
9934         (gtk_tree_view_column_get_expand),
9935         (gtk_tree_view_column_cell_process_action):
9936         Add support for expand flag.  Thanks to Kristian Rietveld for an
9937         initial patch for this.
9938
9939 Fri Feb 28 02:06:17 2003  Jonathan Blandford  <jrb@gnome.org>
9940
9941
9942 2003-03-02  Tor Lillqvist  <tml@iki.fi>
9943
9944         * gdk/gdk.def
9945         * gtk/gtk.def: Add a bunch of missing entries. Noticed by Cedric
9946         Gustin.
9947
9948 2003-03-01  Matthias Clasen  <maclas@gmx.de>
9949
9950         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_set_vadjustment): 
9951         (gtk_scrolled_window_set_hadjustment): Replace uses of
9952         gtk_object_new by g_object_new.
9953
9954 Thu Feb 27 17:44:24 2003  Manish Singh  <yosh@gimp.org>
9955
9956         * demos/gtk-demo/main.c
9957         * demos/gtk-demo/tree_store.c
9958         * gdk/x11/gdkscreen-x11.c
9959         * gtk/gtkcellrenderertoggle.c
9960         * gtk/gtkcolorsel.c
9961         * gtk/gtkdnd.c
9962         * gtk/gtkeditable.c
9963         * gtk/gtkentry.c
9964         * gtk/gtkmenu.c
9965         * gtk/gtkmenubar.c
9966         * gtk/gtkmenuitem.c
9967         * gtk/gtkmenushell.c
9968         * gtk/gtkrc.c
9969         * gtk/gtksettings.c
9970         * gtk/gtkstyle.c
9971         * gtk/gtktextbuffer.c
9972         * gtk/gtktextview.c
9973         * gtk/gtktreeviewcolumn.c
9974         * tests/testgtk.c
9975         * tests/testtext.c
9976         * tests/testtreeedit.c
9977         * tests/testtreefocus.c
9978         * tests/testtreeview.c: remove unnecessary G_OBJECT() casts.
9979
9980 Tue Feb 25 21:55:17 2003  Jonathan Blandford  <jrb@redhat.com>
9981
9982         * gtk/gtkoptionmenu.c (gtk_option_menu_position): account for RTL
9983         code.
9984
9985 2003-02-24  Sven Neumann  <sven@gimp.org>
9986
9987         * gtk/gtkmain.c (gtk_get_default_language): fixed documentation.
9988
9989 2003-02-21  Tomas Ogren  <stric@ing.umu.se>
9990
9991         * docs/reference/gtk/tmpl/gtktreemodel.sgml: Fix typos in an example
9992
9993 2003-02-20  Matthias Clasen  <maclas@gmx.de>
9994
9995         * gtk/gtktextbtree.c (_gtk_text_line_previous_could_contain_tag): 
9996         Check if line_ancestor_parent is NULL.  (#102711, Manuel Clos)
9997
9998         * gtk/gtktextview.c (gtk_text_view_scroll_to_iter): 
9999         (gtk_text_view_update_adjustments): Make sure cursor stays visible
10000         during horizontal scrolling.  (#75270)
10001
10002 2003-02-19  Matthias Clasen  <maclas@gmx.de>
10003
10004         * tests/testdnd.c: Replace gtk_timeout_* by their GLib
10005         counterparts. (#106532)
10006
10007         * gdk/gdkkeys.c (gdk_keymap_class_init): Associate the
10008         keys_changed virtual function with the keys_changed signal.
10009         (#106512, Jeff Franks)
10010
10011 2003-02-15  Larry Ewing  <lewing@ximian.com>
10012
10013         * gdk/gdkevents.c (gdk_event_copy): copy the event axes as well.
10014
10015 2003-02-17  Mohammad DAMT  <mdamt@bisnisweb.com>
10016
10017         * po/id.po: Added Indonesian translation
10018         * configure.in: Added "id" to ALL_LINGUAS
10019
10020 2003-02-14  Matthias Clasen  <maclas@gmx.de>
10021
10022         * gtk/gtktextview.c (popup_targets_received): Remove bogus casts.
10023
10024 2003-02-12  Christian Rose  <menthos@menthos.com>
10025
10026         * configure.in: Added "yi" to ALL_LINGUAS.
10027
10028 2003-02-12  Matthias Clasen  <maclas@gmx.de>
10029
10030         Fix for #82734 and #78216:
10031         
10032         * gtk/gtktextview.c (delete_cb): 
10033         (select_all_cb): New callbacks for context menu items.
10034         (popup_targets_received): Add "Delete" and "Select All" to context
10035         menu, mnemonics and title caps for all items.
10036
10037         * gtk/gtkentry.c (gtk_entry_delete_cb): New callback for "Delete"
10038         context menu item.
10039         (popup_targets_received): Add "Delete" to context menu, mnemonics
10040         and title caps for all items.
10041
10042 2003-02-09  Tor Lillqvist  <tml@iki.fi>
10043
10044         * gtk/gtkfilesel.c (win32_gtk_add_drives_to_dir_list): Use
10045         GetDriveType() to recognize removable drives (in order to avoid
10046         hanging if trying to access an empty floppy drive), instead of
10047         hardcoding A: and B: (#105654).
10048
10049 2003-02-09  Matthias Clasen  <maclas@gmx.de>
10050
10051         * gtk/gtkwidget.c (gtk_widget_set_name): Add note about periods in 
10052         names.  (#57680)
10053
10054 2003-02-09  Christian Rose  <menthos@menthos.com>
10055
10056         * configure.in: Removed "en@IPA.po" from ALL_LINGUAS.
10057
10058 Fri Feb  7 04:49:46 2003  Tim Janik  <timj@gtk.org>
10059
10060         * gtk/gtkobject.c: remove quark_user_data usage in
10061         gtk_object_{g|s}et_user_data(). fixes get_user_data()
10062         returning NULL for user_data set through property interface.
10063
10064         * gtk/gtkitemfactory.c (gtk_item_factory_create_item): don't put out
10065         warnings if a pixbuf couldn't be retrieved, since (a) this doesn't
10066         need to be a programming error (in case of loaded data), (b) it breaks
10067         with 2.0 behaviour where extra magic could be used to create empty
10068         images. don't attempt to retrieve pixbufs from NULL extra_data.
10069
10070 2003-02-06  Matthias Clasen  <maclas@gmx.de>
10071
10072         * gdk/x11/gdkvisual-x11.c (gdk_visual_get_best_with_depth): Return
10073         a GdkVisual *, not a GdkVisual **.  (#105243)
10074
10075         * gtk/gtkclist.c: 
10076         * gtk/gtkctree.c: 
10077         * gtk/gtkcontainer.c: 
10078         * gtk/gtkdnd.c: 
10079         * gtk/gtkentry.c: 
10080         * gtk/gtklist.c:
10081         * gtk/gtkmenu.c:
10082         * gtk/gtkmenuitem.c:
10083         * gtk/gtknotebook.c:
10084         * gtk/gtkselection.c:
10085         * gtk/gtkspinbutton.c:
10086         * gtk/gtktext.c:
10087         * gtk/gtktextview.c:
10088         * gtk/gtktooltips.c:
10089         * gtk/gtktreeview.c:
10090         * gtk/gtkwindow.c: Replace uses of gtk_timeout_* and gtk_idle_* by
10091         their non-deprecated GLib counterparts.
10092         
10093         * gtk/gtkmain.h: Fully deprecate gtk_timeout_* and gtk_idle_*.
10094         
10095 Sun Feb  2 16:45:57 GMT 2003  Tony Gale <gale@gtk.org>
10096
10097         * docs/tutorial/gtk-tut.sgml: cleanups from
10098         Sebastian Rittau (#104832)
10099
10100 2003-02-01  Tor Lillqvist  <tml@iki.fi>
10101
10102         Merge from stable:
10103
10104         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_foreign_new_for_display,
10105         gdk_pixmap_lookup, gdk_pixmap_lookup_for_display): Implement.
10106         (#104108, Naofumi Yasufuku)
10107
10108         * gdk/gdk.def: Export the above. Export
10109         gdk_screen_get_system_visual, noticed by Ed Woods.
10110
10111 Fri Jan 31 17:45:22 2003  Manish Singh  <yosh@gimp.org>
10112
10113         * demos/pixbuf-demo.c
10114         * demos/testpixbuf.c
10115         * demos/gtk-demo/pixbufs.c: remove deprecated gtk_timeout_* usage.
10116
10117 Fri Jan 31 17:33:00 2003  Manish Singh  <yosh@gimp.org>
10118                                                                                 
10119         * gtk/gtknotebook.c (gtk_notebook_remove_tab_label): set_state
10120         on the tab_label before unparenting it, in case the unparent
10121         drops the refcount to 0.
10122
10123 2003-02-01  Matthias Clasen  <maclas@gmx.de>
10124
10125         * gtk/gtkiconfactory.h: Use GDK_MULTIHEAD_SAFE like all other gtk
10126         headers. Sorry about gtk_selection_clear, Yosh.
10127
10128 Thu Jan 30 17:16:05 2003  Manish Singh  <yosh@gimp.org>
10129
10130         * gtk/gtkselection.h: declare gtk_selection_clear in GTK_COMPILATION
10131         too, for gtkwidget.c. Remember people, when introducing new
10132         deprecations, make sure internal code isn't using it, or if so,
10133         reorganize appropriately like I've done in other places.
10134
10135         * tests/testtext.c: don't use deprecated gtk_timeout_* stuff.
10136
10137 2003-01-31  Matthias Clasen  <maclas@gmx.de>
10138
10139         * gtk/gtkselection.h: 
10140         * gtk/gtkselection.c (gtk_selection_clear): Deprecate.  (#85683)
10141
10142         * gdk/gdkpixbuf.h: 
10143         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable): 
10144         (gdk_pixbuf_render_to_drawable_alpha): Deprecate.  (#60582)
10145
10146         * gtk/gtkcolorsel.h:
10147         * gtk/gtkcolorsel.c (gtk_color_selection_set_change_palette_hook):
10148         Deprecate.  (#98167)
10149
10150         * gtk/gtkpaned.h: Deprecate gtk_paned_computed_position(). (#97077)
10151
10152         * gtk/gtkmain.h: Deprecate the gtk_timeout_*, gtk_idle_*
10153         and gtk_input_* functions.  (#71596)
10154         
10155         * gtk/gtkentry.c (gtk_entry_move_cursor): 
10156         * gtk/gtklabel.c (gtk_label_move_cursor): Handle
10157         GTK_MOVEMENT_HORIZONTAL_PAGES in switches.
10158
10159         * gdk/gdk.h: Deprecate gdk_wcstombs() and gdk_mbstowcs().  (#79803)
10160
10161         * gtk/gtkitemfactory.h: 
10162         * gtk/gtkitemfactory.c (gtk_item_factory_add_foreign): Deprecate. 
10163         (#69244)
10164
10165 Thu Jan 30 23:48:30 2003  Kristian Rietveld  <kris@gtk.org>
10166
10167         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_count_special_cell):
10168         only count the special cell if it is also visible,
10169         (_gtk_tree_view_column_get_neighbor_sizes): only take the width into
10170         account from visible cells,
10171         (gtk_tree_view_column_cell_get_position): likewise, (Reported and
10172         testcase provided by Vasco Alexandre da Silva Costa, via IRC,
10173         tracking bug was #104563).
10174         
10175 Thu Jan 30 23:46:15 2003  Kristian Rietveld  <kris@gtk.org>
10176
10177         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_process_action):
10178         subtract expander space and focus line space from the extra space
10179         we are about the allocate. (Fixes #104635).
10180
10181 Thu Jan 30 23:42:03 2003  Kristian Rietveld  <kris@gtk.org>
10182
10183         * gtk/gtkstyle.c (apply_affine_on_point): fix rouding error
10184         (Fixes #96242, patch from Soeren Sandmann).
10185
10186 Thu Jan 30 16:54:29 2003  Owen Taylor  <otaylor@redhat.com>
10187
10188         * gtk/gtknotebook.c: Patch from Soeren Sandmann
10189         to update the states of the tab label child
10190         widgets to match the state of the tabs. 
10191         (#93389, Reported by Tommi Komulainen)
10192
10193 Thu Jan 30 16:30:54 2003  Owen Taylor  <otaylor@redhat.com>
10194
10195         * Makefile.am (EXTRA_DIST): Remove gtk+.spec.in from
10196         EXTRA_DIST, and from dist rules. (#102231)
10197
10198 2003-01-30  Daniel Elstner  <daniel.elstner@gmx.net>
10199
10200         * gtk/gtktoolbar.c (set_child_packing_and_visibility): New helper
10201         function that sets the icon's and label's packing options and
10202         visibility based on toolbar->style.
10203
10204         (gtk_toolbar_internal_insert_element):
10205         (gtk_real_toolbar_style_changed): Make use of
10206         set_child_packing_and_visibility() to clean up the code and get
10207         the packing right for icon-only/text-only toolbars. (#104679)
10208
10209         (get_first_child): Remove, and use gtk_bin_get_child() instead.
10210
10211 2003-01-30  Matthias Clasen  <maclas@gmx.de>
10212
10213         * gtk/gtktextview.c: Replace PAGE_HORIZONTALLY_HACK_VALUE by
10214         GTK_MOVEMENT_HORIZONTAL_PAGES.  (#68947)
10215
10216         * gtk/gtkenums.h: Add GTK_MOVEMENT_HORIZONTAL_PAGES to GtkMovementStep.
10217         
10218 Thu Jan 30 16:01:29 2003  Owen Taylor  <otaylor@redhat.com>
10219
10220         * gdk/gdkrgb.c (gdk_rgb_try_colormap): Remove the 
10221         attempt-to-allocate then free code. To handle multiple
10222         people allocating colors at the same time, we need
10223         to just go ahead and try. (#102213, Shivram U)
10224         
10225 2003-01-30  Daniel Elstner  <daniel.elstner@gmx.net>
10226
10227         * gtk/gtkcolorsel.c (palette_paint): Explicitely draw an opaque
10228         rectangle using the background color rather than relying on
10229         gdk_window_clear_area(), so that the palette works properly with
10230         pixmap themes. (#101732)
10231
10232         * demos/gtk-demo/colorsel.c: Install an "expose_event" handler
10233         to fill the drawing area in the background color.
10234
10235 Wed Jan 29 14:11:21 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
10236
10237         * modules/input/gtkimcontextxim.c (choose_better_style): fix a memory
10238         initialization error for selecting input style (#103549).
10239
10240 Wed Jan 29 17:02:41 2003  Owen Taylor  <otaylor@redhat.com>
10241
10242         * gdk/gdkkeyuni.c (get_decimal_char): Make the 
10243         translation of GDK_KP_Decimal dependent on LC_NUMERIC.
10244         (#101225)
10245
10246 Wed Jan 29 15:43:56 2003  Owen Taylor  <otaylor@redhat.com>
10247
10248         * gtk/gtkmenushell.c (gtk_real_menu_shell_move_current):
10249         Make up from the menu bar go to the end of the submenu.
10250         (#96114, Ian Peters.)
10251
10252         * gtk/gtkmenuitem.c (gtk_menu_item_mnemonic_activate): 
10253         Only do the select-but-not-activate stuff if the
10254         menu is already active. Otherwise, just activate.
10255         (#101690, Arvind Samptur)
10256
10257 Tue Jan 28 15:18:24 2003  Owen Taylor  <otaylor@redhat.com>
10258
10259         * autogen.sh (have_automake): Fix version in complaint
10260         message about automake. (#104366, Rich Burridge)
10261
10262 Mon Jan 27 16:38:13 2003  Owen Taylor  <otaylor@redhat.com>
10263
10264         * configure.in: Remove SOEXT stuff; it doesn't work portably.
10265
10266 Mon Jan 27 22:45:15 2003  Kristian Rietveld  <kris@gtk.org>
10267
10268         * gtk/gtktreestore.c (gtk_tree_store_move): don't handle b if
10269         we appended/prepended, send the rows_reordered signal to the 
10270         correct level ... (Reported by Matthew Tuck).
10271
10272 Mon Jan 27 22:43:11 2003  Kristian Rietveld  <kris@gtk.org>
10273
10274         * gtk/gtktreestore.c (gtk_tree_store_sort_helper): don't just bail
10275         out if the level only has one item, recurse over the child if there
10276         is one. (Fixes #100458, reported by Gaël Le Mignot).
10277
10278 Mon Jan 27 22:41:26 2003  Kristian Rietveld  <kris@gtk.org>
10279
10280         * gtk/gtktreeview.c (gtk_tree_view_set_model),
10281         (gtk_tree_view_search_equal_func): make TreeView search handle
10282         all types which are transformable by GValue. (Fixes #99803, reported
10283         by Muktha Narayan).
10284
10285 Mon Jan 27 22:39:25 2003  Kristian Rietveld  <kris@gtk.org>
10286
10287         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_sort_column_id):
10288         *really* handle unsetting the ID. Slightly modified patch from
10289         Soeren Sandmann. Fixes #87556, reported by Jarek Dukat.
10290
10291 Mon Jan 27 22:33:43 2003  Kristian Rietveld  <kris@gtk.org>
10292
10293         Fixes the total GtkTreeSortable mess, and #83195, reported by
10294         Jarek Dukat
10295
10296         * gtk/gtktreestore.c (gtk_tree_store_get_sort_column_id),
10297         (gtk_tree_store_set_sort_column_id), (gtk_tree_store_set_sort_func),
10298         (gtk_tree_store_set_default_sort_func): use the constant
10299         GTK_TREE_SORTABLE_DEFAULT_SORT_COLUMN_ID instead of -1, make functions
10300         work as advertised by the documentation.
10301
10302         * gtk/gtklistore.c (gtk_list_store_get_sort_column_id),
10303         (gtk_list_store_set_sort_column_id), (gtk_list_store_set_sort_func),
10304         (gtk_list_store_set_default_sort_func): likewise.
10305
10306         * gtk/gtktreemodelsort.c (gtk_tree_model_set_sort_column_id),
10307         (gtk_tree_model_set_sort_func),
10308         (gtk_tree_model_sort_set_default_sort_func): make functions work
10309         as advertised by the documentation.
10310
10311 Mon Jan 27 22:31:56 2003  Kristian Rietveld  <kris@gtk.org>
10312
10313         * gtk/gtktreeview.c (gtk_tree_view_button_press): update focus_column
10314         before we decide if we edit. (fixes #100973, reported by Dave Cook).
10315
10316 Mon Jan 27 22:29:30 2003  Kristian Rietveld  <kris@gtk.org>
10317
10318         Bug report and test case from Paolo Maggi via IRC.
10319
10320         * gtk/gtkliststore.c (gtk_list_store_swap): update tail if needed,
10321         (gtk_list_store_move): update tail if needed.
10322
10323 Mon Jan 27 16:19:59 2003  Owen Taylor  <otaylor@redhat.com>
10324
10325         * gtk/gtksocket.c (gtk_socket_filter_func): event->any.window
10326         might be NULL. Use gtk_widget_get_display (widget) 
10327         (#102860, Thomas Leonard)
10328
10329 Mon Jan 27 15:58:31 2003  Owen Taylor  <otaylor@redhat.com>
10330
10331         * configure.in: Fix --without-modules/--disable-modules
10332         confusion that was causing --disable-modules not to work.
10333         (#102865, Akira Tagoh)
10334
10335         * configure.in: Fix problem with plain --with-xinput
10336         (#104266, Akira Tagoh)
10337
10338 2003-01-24  Sebastian Rittau  <srittau@jroger.in-berlin.de>
10339
10340         * docs/tutorial/gtk-tut.sgml: Fix a few typos, introduced by my last
10341         patch.
10342
10343 Fri Jan 24 17:06:41 GMT 2003  Tony Gale <gale@gtk.org>
10344
10345         * docs/tutorial/gtk-tut.sgml: Remove duplicate copy of tictactoe.h
10346
10347 Thu Jan 23 21:15:29 GMT 2003  Tony Gale <gale@gtk.org>
10348
10349         * docs/faq/gtk-faq.sgml: Learn to spell Library
10350
10351 Thu Jan 23 20:56:56 GMT 2003  Tony Gale <gale@gtk.org>
10352         * Sebastian Rittau  <srittau@jroger.in-berlin.de>:
10353
10354            docs/tutorial/gtk-tut.sgml: Adopted chapter 21.3 "Creating a
10355            Composite widget" to modern standards. (I.e. use gobject instead of
10356            glib, derive from GtkTable instead of GtkVBox.) Bugzilla #103869.
10357
10358         * docs/tutorial/gtk-tut.sgml, examples/tictactoe: Fixup tic-tac-toe
10359         code in Appendix C to reflect above changes.
10360
10361         * examples/rangewidgets/rangewidgets.c: From Roger Leigh
10362         auto resize on page size change
10363
10364 2003-01-23  Daniel Elstner  <daniel.elstner@gmx.net>
10365
10366         * gtk/gtktoolbar.c (gtk_toolbar_hide_all): Override hide_all
10367         in addition to show_all in order to keep them symmetric. (#102201)
10368
10369 Wed Jan 22 14:18:46 2003  Manish Singh  <yosh@gimp.org>
10370
10371         * gdk/x11/gdkevents-x11.c (translate_key_event): add a "return" at
10372         the end of the function, so there is a statement following the "out"
10373         label in all cases (fixes #101961)
10374
10375 2003-01-22  Christian Rose  <menthos@menthos.com>
10376
10377         * configure.in: Added "mn" to ALL_LINGUAS.
10378
10379 Wed Jan 15 17:02:18 2003  Owen Taylor  <otaylor@redhat.com>
10380  
10381         * gtk/gtktextlayout.c (gtk_text_layout_validate_yrange):
10382         Fix off-by-one error on the backward iteration loop,
10383         that was causing the wrong range to be redrawn.
10384         (at least part of #72734)
10385         
10386 2003-01-21  Matthias Clasen  <maclas@gmx.de>
10387
10388         * gtk/gtktextview.c (gtk_text_view_size_allocate): Adjust the
10389         vadjustment value after changing its bounds.  (fixes #101963 and 
10390         #73562)
10391
10392         * gtk/gtkcolorsel.c (hex_changed): Fix clamping to [0,1] to avoid 
10393         unnecessary roundtrip failures.  (#93500)
10394
10395 2003-01-19  Tor Lillqvist  <tml@iki.fi>
10396
10397         Merge from stable:
10398         
10399         Fix for #103614 and some other problems with GtkFileSelection on
10400         Windows:
10401                 
10402         * gtk/fnmatch.c (get_char): Need to use g_unichar_tolower(), not
10403         g_ascii_tolower(). Windows file names are case-insensitive for all
10404         Unicode letters.
10405
10406         * gtk/gtkfilesel.c: Instead of checking for G_OS_WIN32 or
10407         G_WITH_CYGWIN, check G_PLATFORM_WIN32. Move inclusion of gtkintl.h
10408         earlier, as it includes config.h unconditionally, and gtkprivate.h
10409         redefines GTK_LOCALEDIR.
10410         (struct _CompletionDirSent): Ifdef out the fields not used on
10411         Windows.
10412         (compare_utf8_filenames, compare_sys_filenames): Need different
10413         comparison implementation for UTF-8 file names and system locale
10414         file names on Win32. Cannot simply use g_ascii_strcasecmp(), but
10415         need to casefold all Unicode letters.
10416         (cmpl_completion_matches, open_dir, correct_parent): Ifdef out
10417         variables not used on Win32 to avoid warnings about unused
10418         variables.
10419         (open_ref_dir): Use g_path_skip_root() to skip past potential
10420         drive letter in front of the leading (back)slash.
10421         (open_new_dir): Ifdef out use of CompletionDirSent fields not
10422         there on Win32.
10423         (correct_parent): Bypass inode check also on Cygwin.
10424
10425         Fix bug noticed by Alex Shaduri: Tooltips and other
10426         GDK_WINDOW_TEMP windows were activated. This looked very odd, and
10427         was a regression from earlier versions.
10428         
10429         * gdk/win32/gdkwindow-win32.c (show_window_internal): Fine-tune
10430         behaviour. Don't ever activate GDK_WINDOW_TEMP windows.
10431         (gdk_window_move, gdk_window_resize): Add debug logging.
10432
10433         * gdk/win32/gdkevents-win32.c (gdk_event_translate): When we get a
10434         WM_SIZE message for a non-visible (withdrawn) window, don't clear
10435         the GDK_WINDOW_STATE_WITHDRAWN bit. The window is still withdrawn
10436         even if its size changes.
10437
10438 2003-01-16  Matthias Clasen  <maclas@gmx.de>
10439
10440         * gtk/gtktextlayout.c (gtk_text_layout_get_cursor_locations): Typo fixes.
10441         (totally_invisible_line): Fix an incorrect optimization which
10442         caused invisible paragraphs to be occasionally misrendered.
10443
10444 Wed Jan 15 15:55:47 2003  Owen Taylor  <otaylor@redhat.com>
10445
10446         * gtk/gtksettings.c: Set the double click speed from
10447         XSETTINGS when creating a new GtkSettings object
10448         as well as when getting a notify. (#103601, reported
10449         by Louis Garcia)
10450
10451 Wed Jan 15 14:56:09 2003  Owen Taylor  <otaylor@redhat.com>
10452  
10453         * gtk/gtknotebook.c (gtk_notebook_size_allocate): 
10454         Show/hide the notebook event window as necessary,
10455         we weren't previously keeping the visibility updated
10456         properly.  (#103599)
10457  
10458 2003-01-15  Matthias Clasen  <maclas@gmx.de>
10459
10460         * examples/menu/itemfactory.c: 
10461         * docs/tutorial/gtk-tut.sgml: Add a <StockItem> to the itemfactory
10462         example.  (#103211)
10463
10464 2002-12-29  Murray Cumming  <murrayc@usa.net>
10465
10466         Fixes #102168.
10467
10468         * gtk/gtkliststore.c, gtktreednd.c, gtktreestore.c:
10469         Actually implement the GtkTreeDragSource::row_draggable virtual 
10470         function in GtkListStore and GtkTreeStore instead of just checking 
10471         whether it's implemented at all. This means that DnD isn't broken by
10472         gtkmm's virtual function wrappers. The alternative would be to
10473         hard-code the TRUE return value into gtkmm's wrappers, but that's 
10474         part of GTK+'s implementation, not it's API.
10475
10476 Tue Jan 14 23:42:29 2003  Kristian Rietveld  <kris@gtk.org>
10477
10478         * gtk/gtktreeview.c: fix compiler warning.
10479
10480 Tue Jan 14 23:29:00 2003  Kristian Rietveld  <kris@gtk.org>
10481
10482         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render):
10483         make sure exposed pixbufs are clipped to the exposed area before
10484         drawing, which is a slight speedup. (#102379, patch from Soeren
10485         Sandmann).
10486
10487 Tue Jan 14 23:26:41 2003  Kristian Rietveld  <kris@gtk.org>
10488
10489         * gtk/gtktreeview.c (validate_visible_area): silly typo fix,
10490         only free scroll_to_path when the complete tree has been validated.
10491         This makes sure that we scrolled to the correct path.
10492
10493 Tue Jan 14 23:25:32 2003  Kristian Rietveld  <kris@gtk.org>
10494
10495         * gtk/gtktreeview.c (gtk_tree_view_style_set): update the
10496         background of widget->window and bin->window. (Fixes #96650, reported
10497         by Dave Camp).
10498
10499 Tue Jan 14 23:24:02 2003  Kristian Rietveld  <kris@gtk.org>
10500
10501         * gtk/gtktreeview.c (gtk_tree_view_clamp_node_visible): process
10502         updates before scrolling, avoiding a "selection streak". (Fixes
10503         #101235, patch from Soeren Sandmann).
10504
10505 Tue Jan 14 23:22:13 2003  Kristian Rietveld  <kris@gtk.org>
10506
10507         * gtk/gtktreeview.c (validate_visible_area): actually put values
10508         in the requisition using gtk_widget_size_request. (Fixes #100172,
10509         reported by Kjartan Maraas).
10510
10511 Tue Jan 14 23:19:45 2003  Kristian Rietveld  <kris@gtk.org>
10512
10513         * gtk/gtktreeview.c (gtk_tree_view_rows_reordered): cancel the
10514         arrow animation timeout before we actually reorder the rbtree. If
10515         we don't do this we can get stuck arrows,
10516         (cancel_arrow_animation): new function. (Fixes #93629, part 2,
10517         reported and testcase provided by Hans Petter Jansson).
10518
10519 Tue Jan 14 23:18:21 2003  Kristian Rietveld  <kris@gtk.org>
10520
10521         * gtk/gtktreeselection.c (gtk_tree_selection_real_modify_range):
10522         anchor_path should be start_path, not end_path. (Fixes #102618,
10523         patch from Carlos Garnacho Parro).
10524
10525 Tue Jan 14 23:16:15 2003  Kristian Rietveld  <kris@gtk.org>
10526
10527         * gtk/gtkliststore.c (gtk_list_store_move): also update the tail,
10528         only correct new_pos if we don't move to the head/tail.
10529
10530 Tue Jan 14 23:11:55 2003  Kristian Rietveld  <kris@gtk.org>
10531
10532         * gtk/gtktreestore.c (gtk_tree_store_swap): take the path from
10533         the parent_iter if depth >= 1, so we send the reordered signal to
10534         the correct level, remove debugging printfs which I forgot the remove
10535         earlier (2.2.0 shipped with this, oops). (Fixes #103198, Reported and
10536         testcase provided by Matthew Tuck).
10537
10538 Tue Jan 14 20:58:44 2003  Kristian Rietveld  <kris@gtk.org>
10539
10540         * gtk/gtktreeview.c (invalite_last_column): split out actual column
10541         invalidation into invalidate_column(),
10542         (gtk_tree_view_size_allocate_columns): invalidate column if the
10543         new width is larger than the old width.
10544         (fixes #102890, reported by Alex Duggan).
10545
10546 2003-01-14  Matthias Clasen  <maclas@gmx.de>
10547
10548         * gtk/gtktextview.c (gtk_text_view_move_cursor_internal): Skip
10549         invisible chars for GTK_MOVEMENT_LOGICAL_POSITIONS and
10550         GTK_MOVEMENT_WORDS.
10551
10552         * gtk/gtktextiter.c,
10553         gtk/gtktextiter.h: Add some variant movement functions which
10554         skip invisible chars, and do some cleanups.
10555
10556 2003-01-12  Tor Lillqvist  <tml@iki.fi>
10557
10558         Merge from stable:
10559                 
10560         * gtk/gtkmain.c: Move inclusion of config.h and gtkintl.h earlier,
10561         as gtkprivate.h redefines GTK_LOCALEDIR on Win32, for run-time
10562         lookup.
10563
10564         * gdk/Makefile.am (libgdk_win32_2_0_la_DEPENDENCIES): Depend on
10565         gdk.def.
10566
10567         * gdk/gdk.def
10568         * gtk/gtk.def: Add some missing entries. Thanks to Kenichi SUTO.
10569
10570         * gtk-zip.sh.in (DEVZIP): Add bin/{gtk-query-immodules-2.0,
10571         gtk-demo}.exe and share/gtk-2.0.
10572
10573         * gdk/win32/gdkwindow-win32.c (gdk_window_set_skip_taskbar_hint):
10574         Implement by setting or clearing the WS_EX_TOOLWINDOW extended
10575         window style.
10576         (gdk_window_set_type_hint): Add all cases to the switch (not all
10577         do anything, though). Handle GDK_WINDOW_TYPE_HINT_TOOLBAR by
10578         calling gdk_window_set_skip_taskbar_hint(). This means that GTK
10579         won't know that the skip_taskbar hint is on for the window, is
10580         this bad?
10581
10582 Wed Jan  8 18:43:03 2003  Manish Singh  <yosh@gimp.org>
10583
10584         * gdk/x11/gdkdisplay-x11.c: #include <stdlib.h> for putenv,
10585         <string.h> for strlen.
10586
10587         * gdk/x11/gdkscreen-x11.c: #include <stdlib.h> for getenv,
10588         <string.h> for strrchr.
10589
10590         * tests/testgtk.c (create_saved_position): "x" and "y" properties
10591         for widgets no longer exist, use gtk_window_move instead.
10592
10593         * test/testtextbuffer.c (check_get_set_text): cast strlen to
10594         int for g_error.
10595
10596 2003-01-08  Matthias Clasen  <maclas@gmx.de>
10597
10598         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Fix display of
10599         the selection in the presence of invisible segments.
10600
10601 2003-01-07  Matthias Clasen  <maclas@gmx.de>
10602
10603         * gtk/gtktextview.c (gtk_text_view_class_init): Bind C-/ and C-\
10604         to "select all" and "unselect all".  (#102065)
10605
10606         * gtk/gtktextview.h (struct _GtkTextView): Add a comment that
10607         the just_selected_element is unused.
10608
10609         * gtk/gtktextview.c (extend_selection): New helper function to
10610         find the range that should be added to the selection. 
10611         (selection_motion_event_handler): 
10612         (gtk_text_view_start_selection_drag): 
10613         (gtk_text_view_end_selection_drag): 
10614         (selection_motion_event_handler): 
10615         (selection_scan_timeout): Support select-by-words/lines.
10616         (gtk_text_view_button_press_event): Start a selection drag on
10617         double/triple clicks.  (#78499)
10618
10619 2003-01-06  Matthias Clasen  <maclas@gmx.de>
10620
10621         Implement a utility function proposed in #102534:
10622         
10623         * gtk/gtktextbtree.h: 
10624         * gtk/gtktextbtree.c (_gtk_text_btree_select_range): New function.
10625         (_gtk_text_btree_place_cursor): Now a simple wrapper around
10626         _gtk_text_btree_select_range().   
10627
10628         * gtk/gtktextbuffer.h: 
10629         * gtk/gtktextbuffer.c (gtk_text_buffer_select_range): New function.
10630         (gtk_text_buffer_place_cursor): Now a simple wrapper around
10631         gtk_text_buffer_select_range(). 
10632
10633 2003-01-05  Havoc Pennington  <hp@pobox.com>
10634
10635         * configure.in: fix a stray bracket that was breaking the build
10636
10637 2003-01-05  Tor Lillqvist  <tml@iki.fi>
10638
10639         * gtk-zip.sh.in: Use correct DLL and import library names, with
10640         GTK_API_VERSION in name, not GTK_MAJOR_VERSION.GTK_MINOR_VERSION.
10641         (DEVZIP): Add gdk-pixbuf-query-loaders.exe.
10642
10643         * configure.in: Improve check for dimm.h.
10644
10645         * configure.in: Set SOEXT to 'so' on Unix, 'dll' on Win32. Used in
10646         gdk-pixbuf/Makefile.am.
10647
10648         * gdk-pixbuf/makefile.mingw.in
10649         * gdk-pixbuf/pixops/makefile.mingw.in
10650         * gdk/makefile.mingw.in
10651         * gdk/win32/makefile.mingw.in
10652         * gtk/makefile.mingw.in: Remove. Not maintained anyway.
10653
10654         * gdk-pixbuf/Makefile.am
10655         * gdk-pixbuf/pixops/Makefile.am
10656         * gdk/Makefile.am
10657         * gdk/win32/Makefile.am
10658         * gtk/Makefile.am
10659         * configure.in: Remove makefile.mingw{,.in} from here, too.
10660         
10661         * README.win32: Updates. Don't mention the now removed
10662         makefile.mingw files.
10663
10664         * gdk/gdk.def
10665         * gtk/gtk.def: Add a couple of missing entries.
10666
10667         * gdk/gdkkeynames.c: Include <string.h> for strcmp() and memcpy().
10668
10669         * gdk/win32/gdkevents-win32.c: Move dimm.h header clash workaround
10670         earlier.
10671
10672         * gdk/win32/rc/Makefile.am: Add hack to help
10673         build/win32/lt-compile-resource decide which kind of libtool
10674         object file to produce.
10675
10676 2003-01-05  Matthias Clasen  <maclas@gmx.de>
10677
10678         * gtk/gtktextview.c (gtk_text_view_move_cursor_internal): Make
10679         C-Down step through the sequence of paragraph ends (old behaviour
10680         included paragraph starts).  (#80340, patch by Narayana Pattipati)
10681
10682         * gtk/gtktextiter.c (_gtk_text_btree_get_iter_at_first_toggle):
10683         Check for a tag toggle at the start iterator before calling
10684         gtk_text_iter_forward_to_tag_toggle().  (#102090, patch by Daniel 
10685         Elstner)
10686
10687 2003-01-04  Matthias Clasen  <maclas@gmx.de>
10688
10689         * gtk/gtkfilesel.h (struct _GtkFileSelection): Add /*< public >*/
10690         and /*< private >*/ as appropriate.  (#97211)
10691
10692 2003-01-04  Tor Lillqvist  <tml@iki.fi>
10693
10694         * Makefile.am (EXTRA_DIST): Don't distribute gtk-zip.sh, but do
10695         distribute gtk-zip.sh.in.
10696
10697         * gtk-zip.sh.in (DEVZIP): Add gdk-pixbuf-csource.exe and .1.
10698
10699 2003-01-03  Havoc Pennington  <hp@pobox.com>
10700
10701         * docs/Makefile.am (EXTRA_DIST): put it in EXTRA_DIST
10702
10703         * docs/text_widget_internals.txt: add a file documenting some of
10704         the text widget internals
10705
10706 2003-01-02  Matthias Clasen  <maclas@gmx.de>
10707
10708         * gtk/gtkwindow.c (gtk_window_get_focus): Document that it may
10709         return NULL.  (#102069)
10710
10711 2003-01-01  Matthias Clasen  <maclas@gmx.de>
10712
10713         * gtk/fnmatch.c (FNMATCH_TEST_CASES): #undef, since having
10714         a main() in the library is obviously bad. 
10715
10716 2002-12-27  Matthias Clasen  <maclas@gmx.de>
10717
10718         * gtk/gtktextview.c (gtk_text_view_drag_data_received): Place the
10719         cursor at drop point.  (#72384)
10720         (gtk_text_view_size_allocate): Update the horizontal adjustment
10721         value.  (#75694)
10722
10723 2002-12-25  Matthias Clasen  <maclas@gmx.de>
10724
10725         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Fix highlighting of
10726         selection wrt. to empty lines.  (#90435, #90582, #91619)
10727
10728         * gtk/gtktextview.c (gtk_text_view_preedit_changed_handler):
10729         Keep the cursor on screen.  (#96929)
10730
10731 2002-12-24  Matthias Clasen  <maclas@gmx.de>
10732
10733         * gtk/gtktextbuffer.c (paste_from_buffer): 
10734         (clipboard_text_received): Let the user action span the insertion
10735         and the deletion of the old selection.  (#82844)
10736
10737 2002-12-23  Matthias Clasen  <maclas@gmx.de>
10738
10739         * gtk/gtktextiter.c (gtk_text_iter_backward_sentence_starts):
10740         Don't call gtk_text_iter_backward_sentence_start() if
10741         count is zero.  (#99115)
10742
10743         * gtk/gtktextview.c (gtk_text_view_move_cursor_internal): Call
10744         move_cursor() even if the cursor hasn't moved, since it has the
10745         side effect of canceling the selection.  (#81395, #98537, #98333)
10746
10747 2002-12-22  Matthias Clasen  <maclas@gmx.de>
10748
10749         * gtk/gtktextlayout.c (add_preedit_attrs): Don't add attributes
10750         with empty ranges.  (fixes #101564 and #80637)
10751
10752 2002-12-21  Tor Lillqvist  <tml@iki.fi>
10753
10754         * gdk/win32/gdkwindow-win32.c (gdk_window_new): Move the code that
10755         sets the window style and extended window style, and adjusts the
10756         width and height to take the window decorations into account
10757         earlier. The adjusted width and height used to be ignored. Remove
10758         the local x, y, width and height variables, no need to further
10759         confuse the code by having local copies. (Partial fix, I hope, for
10760         #101588)
10761
10762         (gdk_window_move): When moving top-level windows, take title bar
10763         and border width into account, offsetting the coordinates before
10764         calling SetWindowPos().
10765
10766         (gdk_window_set_decorations, gdk_window_set_functions):
10767         Reimplement, taking into account the peculiar semantics of
10768         GDK_DECOR_ALL and GDK_FUNC_ALL. (#79036)
10769
10770         (gdk_window_get_decorations): Implement. (#98981)
10771         
10772         (gdk_window_set_type_hint): When setting
10773         GDK_WINDOW_TYPE_HINT_MENU, call gdk_window_set_decorations().
10774         (#79036)
10775
10776         * gdk/gdk.def: Add gdk_window_get_decorations. (#98981)
10777
10778 2002-12-21  Matthias Clasen  <maclas@gmx.de>
10779
10780         * gtk/gtktextview.c (gtk_text_view_set_background): New static
10781         function to set the background of all windows.
10782         (gtk_text_view_style_set): Use gtk_text_view_set_background().
10783         (gtk_text_view_state_changed): New function; change background
10784         according to state.  (#88126)
10785
10786 2002-12-21  Havoc Pennington  <hp@pobox.com>
10787
10788         * gtk/gtktextview.c (gtk_text_view_move_visually): fix the documentation
10789