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