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