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