]> Pileus Git - ~andy/gtk/blob - ChangeLog.pre-2-4
Fix the file chooser on Windows. I can't make it misbehave or crash any
[~andy/gtk] / ChangeLog.pre-2-4
1 2004-04-22  Tor Lillqvist  <tml@iki.fi>
2
3         Fix the file chooser on Windows. I can't make it misbehave or
4         crash any more now. But presumably there are still corner cases
5         not handled. I haven't really checked behaviour of UNC paths, for
6         instance.
7
8         * gtk/gtkfilesystemwin32.c: Accept both backslash and slash in
9         several places. Use G_IS_DIR_SEPARATOR macro (which could be added
10         to GLib in 2.6).
11
12         (gtk_file_system_win32_get_parent): Like the Unix version, assert
13         filename is absolute, and avoid one unnecessary string allocation
14         and freeing.
15         
16         (canonicalize_filename,gtk_file_system_win32_parse): Handle drive
17         letters more correctly.
18
19         (gtk_file_system_win32_render_icon): Assure correct syntax is used
20         for root folder of a drive. (#137962, Morten Welinder)
21
22         (filename_is_some_root): New function that accepts also root
23         without any drive specified.
24
25         (filename_is_drive_root): Rename from filename_is_root.
26
27         * gtk/gtkfilechooserentry.c (completion_match_func): Casefold on
28         Windows.
29
30 2004-04-21  Matthias Clasen  <mclasen@redhat.com>
31
32         * gtk/gtkentry.c (gtk_entry_completion_timeout): Pop down the 
33         completion window if there are no completions anymore.
34
35         * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup): 
36         Don't call gtk_tree_view_scroll_to_cell() on an empty tree view. 
37         It doesn't like that.  (#140642, Christian Persch)
38
39         * demos/gtk-demo/expander.c (do_expander): A new demo.
40
41         * demos/gtk-demo/Makefile.am (demos): Add expander.c.
42
43 2004-04-20  Matthias Clasen  <mclasen@redhat.com>
44
45         * gtk/gtktextview.c (gtk_text_view_allocate_children): Make
46         sure anchored children get size allocated, even if the layout
47         is valid.  (#122323, Andrew E. Makeev)
48         (gtk_text_view_scroll_pages): 
49         (gtk_text_view_scroll_hpages): Don't scroll to cursor position
50         if we already have pending scrolls. Bandaid fix for #78513.
51
52 Mon Apr 19 17:59:17 2004  Owen Taylor  <otaylor@redhat.com>
53
54         * INSTALL.in: Update libpng and libjpeg URLs, remove
55         note about building without since that's not the normal
56         case.
57
58 Sun Apr 11 09:45:11 2004  Owen Taylor  <otaylor@redhat.com>
59
60         * gtk/gtkicontheme.c (load_themes): Fix a couple of typos in
61         handling of SVG/non-SVG unthemed icons.
62
63 2004-04-19  Morten Welinder  <terra@gnome.org>
64
65         * gtk/gtktoolbar.c (gtk_toolbar_focus): Don't leak list of
66         children.  (#140523)
67
68 2004-04-19  Matthias Clasen  <mclasen@redhat.com>
69
70         * gtk/gtktextbtree.c (_gtk_text_line_previous_could_contain_tag): 
71         Don't stop the iteration up to the tag_root too 
72         early.  (#109945, Dongho Shin)
73
74 Sun Apr 18 17:06:03 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
75
76         * gdk/x11/gdkkeys-x11.c (get_effective_keymap): Make
77         gdk_keymap_translate_keyboard_state() handle NULL
78         keymaps. (#139715, Torsten Schoenfeld).
79
80 Sun Apr 18 16:59:21 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
81
82         * configure.in: Don't erase GDK_EXTRA_CFLAGS. Fixes bug 139586,
83         reported by Pedro RODRIGUEZ, about compilation problems when
84         Xcursor is installed in a non-standard location.
85
86 Sun Apr 18 16:15:15 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
87
88         Support for _NET_WM_USER_TIME (bug 115650). Patch by Elijah
89         Newren.
90         
91         * gdk/x11/gdkwindow-x11.[ch]: Add new internal function
92         _gdk_x11_set_user_time() to set the _NET_WM_USER_TIME property.
93
94         * gdk/x11/gdkdisplay-x11.h (struct _GdkDisplayX11): Add user_time field
95
96         * gdk/x11/gdkdisplay-x11.c: Add _NET_WM_USER_TIME to list of
97         precached atoms.
98         
99         * gdk/x11/gdkinput-x11.c, gdk/x11/gdkevents-x11.c: Set the
100         property on user interaction.
101
102 2004-04-15  Federico Mena Quintero  <federico@ximian.com>
103
104         * gtk/gtkfilesel.c (open_new_dir): Tell the user to use
105         G_FILENAME_ENCODING, not G_BROKEN_FILENAMES.  Fixes #114065.
106
107         * gtk/gtkfilechooserdefault.c (split_uris): Use a variant of the
108         code from gtkfilesel.c to parse a "text/uri-list" blob.  Fixes
109         #140126.
110
111 2004-04-15  Matthias Clasen  <mclasen@redhat.com>
112
113         * gtk/gtkcellrenderer.c (gtk_cell_renderer_class_init): 
114         * gtk/gtkbutton.c (gtk_button_class_init): Doc fixes.
115
116 2004-04-14  Matthias Clasen  <mclasen@redhat.com>
117
118         * gtk/gtkcombobox.c: 
119         * gtk/gtkwidget.c: 
120         Make all style properties readonly.
121
122 2004-04-14  Matthias Clasen  <mclasen@redhat.com>
123
124         * gtk/gtkcolorsel.c: Add a11y relations between the color
125         wheel and the spin buttons.  (#132745, Padraig, O'Briain)
126
127         * gtk/gtkiconfactory.c (gtk_icon_set_render_icon): Document
128         the meaning of size == -1.
129
130         * gtk/gtkwidget.c (gtk_widget_render_icon): Explicitly accept  
131         a size of -1.  (#137436, Brian Cameron)
132
133         * gtk/gtkcombobox.c: Make the arrow and separator regular
134         children of an hbox inside the button, and propagate state
135         changes from the button to the cell view.  (part of the fix
136         for #138650, should also fix #137535)
137
138         * gtk/gtkcellview.c (gtk_cell_view_expose): Pass the PRELIT
139         state to gtk_cell_renderer_render() when prelighted. (part 
140         of the fix for #138650)
141
142         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render): 
143         Use PRELIGHT state when appropriate.  (part of the fix for 
144         #138650)
145
146         * gtk/gtkcombobox.c (gtk_combo_box_relayout): Don't spit 
147         out warnings if called before the combo box is 
148         realized.  (#139742, Philip Langdale)
149
150 Wed Apr 14 03:45:39 2004  Jonathan Blandford  <jrb@gnome.org>
151
152         * gtk/gtktreeview.c (gtk_tree_view_expose): propagate expose
153         events to children.
154
155 Wed Apr 14 03:32:58 2004  Jonathan Blandford  <jrb@gnome.org>
156
157         * gtk/gtkpathbar.c (make_directory_button): remove spurious
158         gtk_box_pack_start.
159
160 Tue Apr 13 16:19:23 2004  Jonathan Blandford  <jrb@redhat.com>
161
162         * gtk/gtkpathbar.c (make_directory_button): patch from Owen to
163         make the buttons sized by a bold label.  This makes the text
164         'swim' a little, but stops the buttons from resizing, #137210
165
166 2004-04-13  Matthias Clasen  <mclasen@redhat.com>
167
168         * gtk/gtkuimanager.c (get_child_node): Don't crash if a node 
169         has no name.
170         (start_element_handler): Accept separators without unique 
171         names.  (#133302, Anders Carlsson)
172
173         * gtk/gtkactiongroup.c (gtk_action_group_add_action): Document
174         possible accelerator gotcha when using this function.  (#139641, 
175         Christian Persch)
176
177         * gtk/gtkuimanager.c (node_remove_ui_reference): Don't leak
178         list nodes.  (#138862, Morten Welinder)
179
180 Tue Apr 13 12:24:49 2004  Jonathan Blandford  <jrb@redhat.com>
181
182         * gtk/gtktreeview.c (gtk_tree_view_destroy): remove unused
183         variable.
184         (gtk_tree_view_button_press): If we activated the row we don't
185         want to grab focus back, as moving focus to another widget is
186         pretty common, #138458
187
188 2004-04-12  Federico Mena Quintero  <federico@ximian.com>
189
190         * gtk/gtkfilechooser.c (gtk_file_chooser_class_init): Added
191         documentation to all the signals.
192
193 2004-04-12  Matthias Clasen  <mclasen@dhcp64-228.boston.redhat.com>
194
195         * gtk/gtkcombobox.c (gtk_combo_box_unset_model): Don't unref
196         model if it is NULL. (#139770)
197
198         * gtk/gtktreeview.c (gtk_tree_view_get_cell_area): Typo fix.
199
200         * gtk/gtkentrycompletion.c (gtk_entry_completion_init): Don't add
201         a shadow inside the scrolled window, add it around the vbox.
202
203         * gtk/gtkentryprivate.h: 
204         * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup): 
205         Return a boolean indicating whether the popup is positioned above 
206         or below. Scroll the completions to the beginning or the end, 
207         depending on the positioning.
208
209         * gtk/gtkentry.c (gtk_entry_completion_key_press): Make keynav
210         wrap around in the entry completion popup, and allow GDK_UP to 
211         enter the popup.  (#137440)
212
213 2004-04-12  Matthias Clasen  <mclasen@redhat.com>
214
215         * gtk/gtkentry.c (gtk_entry_size_request): Make sure the style is 
216         there before using it.
217
218 Sun Apr 11 15:08:45 2004  Jonathan Blandford  <jrb@gnome.org>
219
220         * gtk/gtktreeprivate.h: Moved search entries into priv data.
221
222         * gtk/gtktreeview.c: Prep for type-ahead support.
223
224         (gtk_tree_view_destroy): Destroy the search window explicitly.
225         (gtk_tree_view_key_press): Minor change; prep for type-ahead
226         (gtk_tree_view_ensure_interactive_directory): New function
227         (gtk_tree_view_focus_out): Rework to handle new entry life-cycle.
228         (gtk_tree_view_real_start_interactive_search): rework
229         (gtk_tree_view_search_dialog_hide): ditto
230         (gtk_tree_view_search_delete_event): ditto
231         (gtk_tree_view_search_button_press_event): ditto
232         (gtk_tree_view_search_key_press_event): ditto
233         (gtk_tree_view_search_move): ditto
234         (gtk_tree_view_search_init): ditto
235
236         * gtk/gtktreeviewcolumn.c:
237         (gtk_tree_view_column_cell_layout_clear): remove unused variable.
238
239         * tests/testfilechooser.c: (main): change
240
241 2004-04-11  Hans Breuer  <hans@breuer.org>
242
243         * gdk/win32/gdkspawn-win32.c : workaround for bug #137496,
244         the real fix would involve just another small API breakage,
245         i.e. gdk_spawn_* using GPid not just gint.
246
247         * gtk/makefile.msc.in : build gtk-win32.res, not gtk.res
248
249 2004-04-10  Tor Lillqvist  <tml@iki.fi>
250
251         * gdk/win32/gdkkeys-win32.c (gdk_keymap_translate_keyboard_state):
252         If both Shift and CapsLock pressed, ignore the shift only for
253         letters (that would have been affected by the CapsLock). (#139095)
254
255         * gdk/win32/gdkglobals-win32.c: Disable tablet support by default,
256         seems to be even buggier now than it used to be. (#138341)
257         Initialize _gdk_input_ignore_wintab to TRUE.
258
259         * gdk/win32/gdkmain-win32.c: Add --use-wintab switch and
260         GDK_USE_WINTAB environment variable to turn on tablet support.
261
262 2004-04-09  Christian Persch  <chpe@cvs.gnome.org>
263
264         * gtk/gtkuimanager.c: (gtk_ui_manager_insert_action_group),
265         (gtk_ui_manager_remove_action_group): Terminate
266         g_object_[dis]connect() calls with NULL instead of 0.
267         Fixes #138997.
268
269 2004-04-09  Guntupalli Karunakar  <karunakar@freedomink.org>
270
271         * configure.in: Added "gu" (Gujarati) to ALL_LINGUAS.
272
273 2004-04-07  Federico Mena Quintero  <federico@ximian.com>
274
275         Fix #132500.
276
277         * gtk/gtkfilesystem.c (gtk_file_system_parse): Ensure that the
278         passed-in 'str' is not NULL.
279
280         * gtk/gtkfilesystemunix.c (expand_tilde): New helper function;
281         expands "~/" or "~foo/" at the beginning of a filename.
282         (gtk_file_system_unix_parse): Use expand_tilde() before doing
283         anything else.
284
285         * gtk/gtkfilechooserentry.c
286         (gtk_file_chooser_entry_maybe_update_directory): Take in a
287         force_reload argument.
288         (gtk_file_chooser_entry_changed): If gtk_file_system_parse()
289         returns an error, set the file_part_pos to -1.
290         (load_directory_callback): Only populate the model if the
291         file_part_pos is not -1.
292
293 2004-04-06  Pablo Saratxaga  <pablo@mandrakesoft.com>
294
295         * configure.in: Added Icelandic (is) to ALL_LINGUAS
296
297 2004-04-05  Federico Mena Quintero  <federico@ximian.com>
298
299         * gtk/gtkfilechooserdefault.c (location_popup_handler): Use a
300         title for SAVE and CREATE_FOLDER modes.  Fixes #137272.
301
302         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_make_path): Look
303         for G_DIR_SEPARATOR in the display_name, and err out if it is
304         present; use the same error message as Nautilus.  Fixes #136467.
305
306         * gtk/gtkfilechooserdefault.c (file_pane_create): Make the
307         new-folder button say "Create Fo_lder" rather than "Create
308         _Folder", so that the mnemonic doesn't conflict with the "Save in
309         _folder" label.  Fixes #136975.
310
311 2004-04-05  Federico Mena Quintero  <federico@ximian.com>
312
313         * gtk/gtkpathbar.c (_gtk_path_bar_set_path): Ref/sink the
314         buttons.  Also, free them correctly upon failure.  Based on a
315         patch by Morten Welinder, fixes #137956.
316
317 2004-04-05  Anders Carlsson  <andersca@gnome.org>
318
319         * gdk/gdk.c (gdk_arg_context_parse): Handle '--' correctly.
320
321 Fri Apr  2 17:57:33 2004  Jonathan Blandford  <jrb@redhat.com>
322
323         * gtk/gtktreeview.c (gtk_tree_view_row_inserted): set the height
324         correctly for fixed height when inserting a node, #138082
325
326 2004-04-01  Federico Mena Quintero  <federico@ximian.com>
327
328         Fix #136077.
329
330         * gtk/gtkpathbar.h (struct _GtkPathBarClass): Add a
331         "child_is_hidden" boolean argument to the "path-clicked" signal.
332
333         * gtk/gtkpathbar.c (struct _ButtonData): Added a file_is_hidden
334         field.
335         (make_directory_button): Take a file_is_hidden argument; put it in
336         the ButtonData.
337         (_gtk_path_bar_set_path): See whether each path component path is
338         a hidden file.
339         (gtk_path_bar_class_init): Add the file_is_hidden argument to the
340         "path-clicked" signal.
341         (button_clicked_cb): See if the downwards button represents a
342         hidden file for the file_is_hidden argument in the signal
343         emission.
344
345         * gtk/gtkmarshalers.list: Added a signal type VOID:POINTER,BOOLEAN.
346
347         * gtk/gtkfilechooserdefault.c
348         (gtk_file_chooser_default_select_path): If we fail to switch
349         folders, don't try to select the path in the file system model.
350         Also, return the result from _gtk_file_system_model_path_do().
351         (gtk_file_chooser_default_select_path): Turn on show_hidden in the
352         file system model if we are asked to select a hidden file.
353         (path_bar_clicked): Show hidden files based on whether the
354         immediate downwards folder in the path bar is a hidden file
355         itself.
356         (struct _GtkFileChooserDefault): Added fields
357         browse_files_popup_menu and browse_files_popup_menu_hidden_files_item.
358         (create_file_list): Set an object data key of
359         "GtkFileChooserDefault" on the tree view so that we can find the
360         impl from the popup menu callbacks.  Also, hook up to the
361         "button-press-event" and "popup-menu" signals in the file list to
362         bring up a popup menu.
363         (list_popup_menu_cb): New callback.
364         (list_button_press_event_cb): New callback.
365
366         Fix #138763:
367
368         * gtk/gtkfilesystemmodel.c
369         (_gtk_file_system_model_new): Oops, connect_object to
370         "finished-loading".
371
372 2004-03-31  Tor Lillqvist  <tml@iki.fi>
373
374         * configure.in: Move AC_CANONICAL_HOST earlier, before the check
375         for native Win32. (#136559, J. Ali Harlow)
376
377         * gdk/win32/gdkdrawable-win32.c (draw_arc): Use X11 semantics for
378         angles. Thanks to Tim Newsham.
379
380 2004-03-29  Federico Mena Quintero  <federico@ximian.com>
381
382         Fix #137520.
383
384         * gtk/gtkfilesystem.h (struct _GtkFileFolderIface): Added slots
385         for an ::is_finished_loading() method and a ::finished_loading()
386         signal at the end of the struct.
387
388         * gtk/gtkfilesystem.c (gtk_file_folder_base_init): Create the
389         "finished-loading" signal.
390         (gtk_file_folder_is_finished_loading): New function.
391
392         * gtk/gtkfilesystemunix.c
393         (gtk_file_folder_unix_is_finished_loading): Implement.
394
395         * gtk/gtkfilesystemmodel.c (struct _GtkFileSystemModelClass): New
396         slot for a "finished-loading" signal.
397         (gtk_file_system_model_class_init): Create the "finished-loading"
398         signal.
399         (struct _GtkFileSystemModel): New field
400         idle_finished_loading_source.  We emit the "finished-loading"
401         signal in an idle if the root folder was done loading right in
402         _gtk_file_system_model_new(), so that the caller has a chance to
403         connect to the signal.
404         (_gtk_file_system_model_new): Connect to the normal signals of the
405         folder even if the initial _list_children() fails.  Also, see if
406         the folder is finished loading; connect to the "finished-loading"
407         signal otherwise.
408         (gtk_file_system_model_finalize): Remove the idle handler.
409
410         * gtk/gtkfilechooserdefault.c (set_list_model): Set a busy cursor
411         and connect to the model's "finished-loading" signal.
412         (get_toplevel): New helper function.
413         (error_message): Use get_toplevel().
414         (trap_activate_cb): Likewise.
415         (location_popup_handler): Likewise.
416         (set_busy_cursor): New function.
417         (browse_files_model_finished_loading_cb): New callback.
418
419 2004-03-25  Federico Mena Quintero  <federico@ximian.com>
420
421         * gtk/gtkfilechooserdefault.c (check_preview_change): Just use the
422         file under the cursor; we don't need the logic from
423         GtkFileSelection after all.  Fixes #132255.
424
425 2004-03-25  Federico Mena Quintero  <federico@ximian.com>
426
427         * gtk/gtkfilechooserdefault.c (location_entry_create): Fill the
428         location entry with the display name of the file under the cursor
429         for Open mode, or the typed filename in Save mode.
430
431 2004-03-24  J. Ali Harlow  <ali@juiblex.co.uk>
432
433         * gtk/gtkfilesystemwin32.c
434         (filename_is_root): Bare drive designators (eg., "c:") are
435         no longer considered as root filenames.  Fixed #137942
436
437 2004-03-24  J. Ali Harlow  <ali@juiblex.co.uk>
438
439         * gtk/gtkfilesystemwin32.c
440         (gtk_file_system_win32_create_folder): Invert test for error in
441         mkdir.  Fixes #137945
442
443 2004-03-24  J. Ali Harlow  <ali@juiblex.co.uk>
444
445         Fixed #138004 using Federico's code from #132327.
446
447         * gtk/gtkfilesystemwin32.c (struct _GtkFileSystemWin32): Add a
448         folder_hash field to keep a list of live folder objects.
449         (gtk_file_system_win32_init): Create the folder_hash.
450         (gtk_file_system_win32_finalize): Destroy the folder_hash.
451         (gtk_file_system_win32_get_folder): Ref and return an existing
452         folder if we have it around, otherwise return a new folder object.
453         (struct _GtkFileFolderWin32): Add a field for the parent file system.
454         (gtk_file_folder_win32_finalize): Remove the folder from the file
455         system's hash table.
456         (gtk_file_system_win32_create_folder):  Emit "files-added" on the
457         newly-created folder's parent.  Fixes #138004.
458
459 2004-03-24  J. Ali Harlow  <ali@juiblex.co.uk>
460
461         * gtk/gtkfilesystemwin32.c
462         (gtk_file_system_win32_get_folder): Test that path is actually
463         a directory and throw error if not. Fixed bug #137950
464
465 2004-03-22  J. Ali Harlow  <ali@juiblex.co.uk>
466
467         * gtk/gtkfilesystemwin32.c
468         (gtk_file_system_win32_volume_get_display_name): Ignore empty
469         volume labels; assume that GetVolumeInformation would fail if
470         GetVolumeInformationW does; catches a small memory leak;
471         pass the buffer size to GetVolumeInformationW in wide
472         characters instead of bytes. Fixes bug #137543
473         (list_volumes): Cope with the theoretical possibility of
474         more than 26 logical drives. Fixes bug #137940
475         (bookmarks_serialize): Now actually removes bookmarks.
476         Fixes bug #137943
477
478 2004-03-22  Guntupalli Karunakar  <karunakar@freedomink.org>
479
480         * configure.in: Added "pa" (Punjabi) to ALL_LINGUAS.
481
482 2004-03-21  Tor Lillqvist  <tml@iki.fi>
483
484         * gtk/gtkfilesystemwin32.c
485         (gtk_file_system_win32_volume_get_base_path): Include the
486         backslash. Otherwise gtk_file_system_win32_path_to_uri() returns
487         NULL for a volume base path, as g_filename_to_uri() requires an
488         absolute path, and just a drive letter and colon isn't. (#137543)
489
490 2004-03-20  Hans Breuer  <hans@breuer.org>
491
492         * gtk/gtkfilesystemwin32.c : applied the undisputable and
493         required [due to recent gtkfilesystem internal api semantic 
494         changes] part of patches to fix bug #137543 (Tor Lillqvist,
495         J. Ali Harlow)
496
497         * gdk/gdkevents-win32.c (handle_configure_event) :
498              (gdk_event_translate), WM_WINDOWPOSCHANGED : initialize
499         GdkWindowObject::x, y with screen coords to make 
500         gdk_window_get_position () return the right thing and thus fix
501         drag and drop positioning (e.g. Gimp tabs, fixes bug #137192)
502
503 2004-03-19  Federico Mena Quintero  <federico@ximian.com>
504
505         * Revert the patch to #137520, as 2.4.1 is for conservative bug
506         fixes only.  The patch is attached to the bug report, for
507         reference.
508
509 2004-03-19  Morten Welinder  <terra@gnome.org>
510
511         * gtk/gtkfilechooserdefault.c
512         (gtk_file_chooser_default_set_current_folder): Test existance of
513         the path after checking for locality, if needed.
514
515 2004-03-19  Federico Mena Quintero  <federico@ximian.com>
516
517         Fix #137520.
518
519         * gtk/gtkfilesystem.h (struct _GtkFileFolderIface): Added slots
520         for an ::is_finished_loading() method and a ::finished_loading()
521         signal at the end of the struct.
522
523         * gtk/gtkfilesystem.c (gtk_file_folder_base_init): Create the
524         "finished-loading" signal.
525         (gtk_file_folder_is_finished_loading): New function.
526
527         * gtk/gtkfilesystemunix.c
528         (gtk_file_folder_unix_is_finished_loading): Implement.
529
530         * gtk/gtkfilesystemmodel.c (struct _GtkFileSystemModelClass): New
531         slot for a "finished-loading" signal.
532         (gtk_file_system_model_class_init): Create the "finished-loading"
533         signal.
534         (struct _GtkFileSystemModel): New field
535         idle_finished_loading_source.  We emit the "finished-loading"
536         signal in an idle if the root folder was done loading right in
537         _gtk_file_system_model_new(), so that the caller has a chance to
538         connect to the signal.
539         (_gtk_file_system_model_new): Connect to the normal signals of the
540         folder even if the initial _list_children() fails.  Also, see if
541         the folder is finished loading; connect to the "finished-loading"
542         signal otherwise.
543         (gtk_file_system_model_finalize): Remove the idle handler.
544
545         * gtk/gtkfilechooserdefault.c (set_list_model): Set a busy cursor
546         and connect to the model's "finished-loading" signal.
547         (get_toplevel): New helper function.
548         (error_message): Use get_toplevel().
549         (trap_activate_cb): Likewise.
550         (location_popup_handler): Likewise.
551         (set_busy_cursor): New function.
552         (browse_files_model_finished_loading_cb): New callback.
553
554 Thu Mar 18 12:10:45 2004  Owen Taylor  <otaylor@redhat.com>
555
556         * gtk/gtktreeitem.c (gtk_tree_item_forall): Include 
557         eventbox for expander. (#137564, reported by
558         Jacques Garrigue)
559
560 2004-03-18  Guntupalli Karunakar  <karunakar@freedomink.org>
561
562         * mr.po: Added "mr" for Marathi to ALL_LINGUAS.
563
564 2004-03-17  Morten Welinder  <terra@gnome.org>
565
566         * gtk/gtkfilechooserdefault.c (shortcuts_add_volumes): Free
567         volumes not actually put into the shortcut list.
568
569         * tests/prop-editor.c (object_changed): Plug leak.
570
571         * tests/testfilechooser.c (main): Plug some leaks and expose
572         others.
573
574         * tests/prop-editor.c (create_prop_editor): Don't leak the tooltip
575         object.  Fixed #136652.
576
577         * gtk/gtkfilechooserdefault.c (check_icon_theme): Do nothing if we
578         have no screen.  Fixes #137260.
579         (shortcuts_add_bookmark_from_path): Simplify using check_is_folder
580         thereby fixing leak.  Fixes #137259.
581
582         * gtk/gtkpathbar.c (gtk_path_bar_forall): Make this work when the
583         slider buttons have been destroyed.
584         (gtk_path_bar_remove): Make this work for slider buttons too.
585         Fixes #137257
586
587 2004-03-15  Morten Welinder  <terra@gnome.org>
588
589         * gtk/gtkfilechooserdefault.c (shortcuts_add_bookmark_from_path):
590         Sanitize and plug leak.
591         (check_icon_theme): Only do something if the widget has a screen.
592
593 Wed Mar 17 01:20:28 2004  Matthias Clasen  <maclas@gmx.de>
594
595         * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup): 
596         Move the repositioning logic from _gtk_entry_completion() popup
597         over here. Fixes #137355, reported by Niklas Knutsson.
598
599 Tue Mar 16 13:29:58 2004  Owen Taylor  <otaylor@redhat.com>
600
601         * === Released 2.4.0 ===
602
603         * configure.in: Version 2.4.0, interface age 0; 
604         require glib-2.4.0, pango-1.4.0.
605
606         * configure.in: Change gtk_binary_version to 2.4.0;
607         there are some compatibility issues with older theme engines.
608         
609         * NEWS: Updates
610
611         * README.in: Updates
612
613 Tue Mar 16 13:54:07 2004  Jonathan Blandford  <jrb@redhat.com>
614
615         * gtk/gtkentry.c (gtk_entry_completion_key_press): Block the
616         ::changed handler during the ::match-selected when done by
617         keyboard.
618
619 Tue Mar 16 00:56:11 2004  Matthias Clasen  <maclas@gmx.de>
620
621         * gtk/gtkentrycompletion.c (gtk_entry_completion_list_button_press): 
622         Block the ::changed handler during the emission of ::match-selected.
623         Partial fix for #137226.
624
625         * gtk/gtkfilechooserentry.c: Remove the no longer needed 
626         no_pop_down flag.
627
628 Tue Mar 16 00:20:51 2004  Matthias Clasen  <maclas@gmx.de>
629
630         * gtk/gtkfilechooserwidget.c (gtk_file_chooser_widget_new_with_backend):
631         Fix a typo in the docs.
632
633 2004-03-15  Tor Lillqvist  <tml@iki.fi>
634
635         * README.win32: Updates.
636
637 2004-03-15  Federico Mena Quintero  <federico@ximian.com>
638
639         * gtk/gtkfilechooserdefault.c (update_appearance): Only hide the
640         "create folder" button in OPEN mode; all the others should show it
641         it.
642         (get_paths_foreach): Handle the editable row.
643
644         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_create_folder):
645         Force a re-get of the folder so that the new directory gets added
646         to its hash table of file info.
647
648 2004-03-15  Federico Mena Quintero  <federico@ximian.com>
649
650         * gtk/gtkfilechooserdefault.c (update_from_entry): In the Save
651         modes, set the Name entry of the file chooser if we get a
652         nonexistent filename from the file entry.  Fixes #135911.
653         (gtk_file_chooser_default_set_current_name): Oops, this should
654         also work if we are in CREATE_FOLDER mode.
655
656         * gtk/gtkfilesystem.c (gtk_file_path_real_copy): Use
657         gtk_file_path_copy().
658
659         * gtk/gtkfilechooserentry.c (check_completion_callback): Free the
660         path that we got from the model.
661         (completion_match_func): Use DISPLAY_NAME_COLUMN rather than a
662         hard-coded constant.
663
664 Mon Mar 15 13:50:14 2004  Owen Taylor  <otaylor@redhat.com>
665
666         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_set_property):
667         Don't leak the temporary font description. (Nils O. SelÃ¥sdal)
668
669 Mon Mar 15 12:51:17 2004  Jonathan Blandford  <jrb@gnome.org>
670
671         * gtk/gtkfilechooserdefault.c (location_popup_handler): Only show
672         the title string in OPEN/SELECT_FOLDER mode as it's open-specific.
673         Put a blank title for SAVE/CREATE_FOLDER; we are in string freeze,
674         so we'll fix it for 2.4.1 as #137272.
675
676         * gtk/gtkpathbar.c (gtk_path_bar_scroll_down): calculate
677         space_available correctly for RTL mode.  w/o this, you can't
678         scroll down again.  Fixes #137021.
679
680 2004-03-15  Federico Mena Quintero  <federico@ximian.com>
681
682         * gtk/gtkpathbar.c (gtk_path_bar_scroll_up): Queue a resize.
683         (gtk_path_bar_scroll_down): Likewise.
684
685 Mon Mar 15 11:40:43 2004  Owen Taylor  <otaylor@redhat.com>
686
687         * gtk/gtkfilechooserentry.c: Store the position of the 
688         file part and use that in check_completion_callback()
689         and match_selected_callback() to figure out where
690         to operate on the text, rather than recomputing the
691         information.
692
693 Mon Mar 15 10:35:19 2004  Jonathan Blandford  <jrb@gnome.org>
694
695         * gtk/gtkfilechooserdefault.c (shortcuts_add_volumes): set
696         changing_folders to be true so we don't trigger a callback when we
697         remove the selection
698         (shortcuts_add_bookmarks): ditto
699
700 Mon Mar 15 10:47:18 2004  Owen Taylor  <otaylor@redhat.com>
701
702         * gtk/gtkfilechooserentry.c: s/seperator/separator/.
703
704 Mon Mar 15 09:54:36 2004  Owen Taylor  <otaylor@redhat.com>
705
706         * gtk/gtklabel.c (gtk_label_focus): Check for 
707         Control-Tab or Control-Shift-Tab, not any Control-key
708         as a current event ... handles the case where a dialog
709         is triggered from a control accelerator better.
710
711 Mon Mar 15 08:48:48 2004  Jonathan Blandford  <jrb@gnome.org>
712
713         * gtk/gtkfilechooserentry.c (match_selected_callback): implement
714         correctly.
715         (completion_match_func): Allow surpressing popdowns.
716         (maybe_append_seperator_to_path): New function to add a separator
717         item to a display_name.  Bad hack.
718         (check_completion_callback): Implement select-ahead as an idle.
719         (add_completion_idle): new function to handle select-ahead
720         (gtk_file_chooser_entry_do_insert_text): starf the select-ahead
721         idle.
722         (gtk_file_chooser_entry_focus): Override tab for completion.
723         (gtk_file_chooser_entry_activate): commit select_ahead when
724         activated.
725
726         * gtk/gtkfilechooserdefault.c (location_popup_handler): grab the
727         appropriate widget for the mode.
728
729 2004-03-15  Tor Lillqvist  <tml@iki.fi>
730
731         * gdk/win32/gdkgc-win32.c (gdk_gc_copy): Don't just copy the whole
732         GdkGCWin32 with a single assignment, that overwrites GObject's
733         private data (for instance ref_count). (#137012, John Ehresman)
734
735 2004-03-15  Mark McLoughlin  <mark@skynet.ie>
736
737         * gtk/gtkfilechooserdefault.c: remove the unused "lowest_folder"
738         GtkFileChooserDefault member. Leftover from my original patch
739         for bug #136987.
740
741 Mon Mar 15 01:50:28 2004  Jonathan Blandford  <jrb@gnome.org>
742
743         * gtkfilechooserentry.c: Rewritten to use the GtkEntryCompletion
744         API more correctly.  Now pops down the dropdown well.
745
746         * gtkfilesystem.c (gtk_file_path_get_type): New boxed type for the
747         FilePath.
748
749         * test/testfilechooser.c: disable preview widget temporarily.
750         It's not representative of a good preview widget.
751
752 2004-03-15  Federico Mena Quintero  <federico@ximian.com>
753
754         * gtk/gtkfilechooserdefault.c (shortcuts_find_current_folder):
755         Renamed from shortcuts_unselect_all(); now selects the row that
756         corresponds to the current folder, if any.  Fixes #135916.
757
758         * gtk/gtkpathbar.h: Added prototypes for _gtk_path_bar_up() and
759         _gtk_path_bar_down().
760
761 2004-03-15  Federico Mena Quintero  <federico@ximian.com>
762
763         * gtk/gtkfilechooserdefault.c: Surround the
764         drag-outside-to-remove-bookmarks code with "#if 0" blocks; it's
765         too unstable right now.
766
767 Sun Mar 14 23:36:15 2004  Owen Taylor  <otaylor@redhat.com>
768
769         * gtk/gtkfilechooserdefault.c: Implement local_only by
770         filtering the shortcuts and bookmarks list by 
771         gtk_file_system_path_to_filename (file_system, path) != NULL.
772         (#132894)
773
774         * gtk/gtkfilesystem.c (gtk_file_system_path_is_local): Add
775         a convenience function, may by interesting to push to the 
776         file system vtable later for performance.
777
778 2004-03-14  Federico Mena Quintero  <federico@ximian.com>
779
780         * gtk/gtkfilesystem.c (gtk_file_folder_get_info): Allow the path
781         to be NULL, so that people can ask for information about a
782         parent-less file system root (e.g. get_info (get_folder ("/"), NULL)).
783
784         * gtk/gtkfilesystemunix.c (gtk_file_folder_unix_get_info): Allow
785         the condition describe above.
786
787         * gtk/gtkfilechooserdefault.c (get_file_info): Allow getting
788         information of root paths.
789
790         * gtk/gtkpathbar.c (_gtk_path_bar_set_path): Handle root paths correctly.
791
792 Sun Mar 14 22:32:36 2004  Owen Taylor  <otaylor@redhat.com>
793
794         * gtk/gtktreeview.c (gtk_tree_view_set_search_equal_func): Mention
795         GtkTreeViewSearchEqualFunc return value oddity here as well.
796
797         * gtk/gtktreeview.c (gtk_tree_view_search_equal_func): On failure
798         to get a string to compare to, return TRUE (no match), not 
799         FALSE (match). Handle %NULL string values gracefully.
800         Remove unused variable. (#135962, Mark McLoughlin)
801
802 2004-03-14  Morten Welinder  <terra@gnome.org>
803
804         * gtk/gtkfilesystemunix.c: Kill some debug g_prints.
805
806 Sun Mar 14 21:03:15 2004  Owen Taylor  <otaylor@redhat.com>
807
808         * gtk/gtkpathbar.[ch]: Add _gtk_path_bar_up()/
809         _gtk_path_bar_down().
810
811         * gtk/gtkfilechooserdefault.c: Use _gtk_path_bar_up()/
812         _gtk_path_bar_down() as bindings for Alt-Up
813         and new Alt-Down. (Partly based on a patch by
814         Mark McLoughlin, #136987)
815
816 2004-03-14  Federico Mena Quintero  <federico@ximian.com>
817
818         Fixes #136185, patch by Morten Welinder, with some changes.
819
820         * gtk/gtkfilechooserdefault.c (check_is_folder): New helper function.
821         (shortcuts_insert_path): Check the path first with check_is_folder().
822         (gtk_file_chooser_default_set_current_folder): Likewise.
823         (gtk_file_chooser_default_add_shortcut_folder): Likewise.
824         (browse_widgets_create): Unref the size group.
825
826         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_get_folder):
827         Handle the case where the file exists but it is not a directory.
828         (IconType): Add value for ICON_UNDECIDED.
829         (struct stat_info_entry): New structure to hold a file's struct
830         stat, its MIME type and its icon type.
831         (struct _GtkFileFolderUnix): Added a hash of struct
832         stat_info_entry, and flags to remember which info types we've read
833         so far.
834         (get_icon_type): Use a helper function for the icons-from-stat
835         types.
836         (gtk_file_system_unix_render_icon): Use the cached file info.
837         (gtk_file_folder_unix_get_info): Put the info in the cache.
838         (gtk_file_system_unix_get_folder): Create the cache of file info
839         structures.
840
841         * gtk/gtkfilesystem.c (gtk_file_info_set_display_name): Handle the
842         case where display_name is the same as the existing
843         info->display_name.
844
845 Sun Mar 14 19:26:48 2004  Owen Taylor  <otaylor@redhat.com>
846
847         #136672, reported by Christian Persch; fixes based
848         on a patch by Soeren Sandmann.
849
850         * gtk/gtkmenu.c: Change the handling of mixed gridded
851         and non-gridded menu items; the old method was causing
852         major performance problems even with the "avoid relayout
853         on destruction" hack put in recently.
854
855         Now we first lay out the gridded items and then put the 
856         non-gridded items into empty rows / after the gridded items. 
857         Layout is done in a central menu_shell_ensure_layout(). Also
858         avoid emitting property notifications when we initially
859         insert or attach items.
860         
861         * gtk/gtkmenushell.[ch] gtk/gtkmenu.c: Stop setting the
862         unused menu_shell->menu_flag, and document it as unused
863         in the header.
864
865         * tests/testactions.c: Add a test of creating/removing
866         lots of items.
867
868         * test/testgtk.c: Add some more cruft to the menu test.
869
870 Mon Mar 15 02:36:07 2004  Matthias Clasen  <maclas@gmx.de>
871
872         * gtk/gtkentrycompletion.c (gtk_entry_completion_class_init): Add
873         some signal docs.
874
875 Sun Mar 14 15:38:39 2004  Jonathan Blandford  <jrb@gnome.org>
876
877         * gtk/gtkentrycompletion.c (gtk_entry_completion_visible_func):
878         always use the match_func, even if text_column is set.
879
880 2004-03-14  Morten Welinder  <terra@gnome.org>
881
882         * gtk/gtkfilesystemunix.c (get_parent_dir): Don't turn "/" into
883         "".
884         (gtk_file_system_unix_get_folder): Use the same value for lookup
885         as for insertion.  Make sure we have a directory.
886
887         * gtk/gtkfilechooserdefault.c (error_dialog): Don't crash on NULL
888         path; don't crash on NULL error.
889
890 2004-03-14  Hans Breuer  <hans@breuer.org>
891
892         gtk/gtkcombobox.c : prototype cell_view_sync_cells() before 
893         first usage
894
895         gtk/makefile.msc.in : updated 'gtk_public_h_sources'
896
897         tests/makefile.msc : added testspinbutton
898
899 Sun Mar 14 01:01:18 2004  Matthias Clasen  <maclas@gmx.de>
900
901         * gtk/gtkcellview.c (gtk_cell_view_set_cell_data): Align
902         this function with gtk_tree_view_column_set_cell_data();
903         call the cell data func after setting the attributes.
904
905 Sun Mar 14 01:00:08 2004  Matthias Clasen  <maclas@gmx.de>
906
907         * gtk/gtkcellview.c (gtk_cell_view_expose): One more try;
908         make sure not to call gtk_cell_view_set_cell_data() when
909         displayed_row is NULL.
910
911 Sat Mar 13 18:13:13 2004  Owen Taylor  <otaylor@redhat.com>
912
913         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): When not
914         wrapping, do the offset of the line for justification ourselves.
915         (#120256, Felipe Heidrich)
916
917 Sun Mar 14 00:03:18 2004  Matthias Clasen  <maclas@gmx.de>
918
919         * gtk/gtkcellview.c (gtk_cell_view_expose): Support the
920         model-less use of GtkCellView shown in testcombo.c.
921
922 2004-03-13  Tor Lillqvist  <tml@iki.fi>
923
924         * gdk/win32/gdkdisplay-win32.c: Don't undefine HAVE_MONITOR_INFO
925         when compiling with gcc. Mingw's headers do have the required
926         definitions.
927
928         * gdk/win32/gdkdrawable-win32.c (draw_polygon): When drawing
929         filled polygons, don't draw the outline, similarily as
930         draw_rectangle(). Apparently GTK and GIMP don't use
931         gdk_draw_polygon() much (or always draw the outline, too), as this
932         has gone undetected for so long. Thanks to Bruce Hochstetler.
933
934 Sat Mar 13 15:19:17 2004  Owen Taylor  <otaylor@redhat.com>
935
936         * gtk/gtkwindow.c (gtk_window_destroy): Remove
937         the window from the toplevel_list here rather in destroy.
938         While this is theoretically speaking wrong, it fits
939         in better with the current reality that destroyed
940         widgets are not reusable. (#126808, Michael Natterer)
941
942 Sat Mar 13 21:47:47 2004  Matthias Clasen  <maclas@gmx.de>
943
944         * gtk/gtkcellview.c (gtk_cell_view_expose): Don't do anything
945         beyond clearing to the background if there is no active row.
946         (#137066, reported by Owen Taylor)
947
948 Sat Mar 13 21:37:44 2004  Matthias Clasen  <maclas@gmx.de>
949
950         * gtk/gtkcombobox.c (gtk_combo_box_list_key_press): Pop down the
951         list when an item is selected via the keyboard.
952
953 2004-03-13  Anders Carlsson  <andersca@gnome.org>
954
955         * gtk/gtkfilesystemunix.c: (remove_trailing_slash),
956         (gtk_file_system_unix_get_folder),
957         (gtk_file_system_unix_create_folder), (get_parent_dir),
958         (gtk_file_system_unix_get_parent), (gtk_file_folder_unix_get_info):
959         Remove trailing slashes in path names.
960         
961 Sat Mar 13 12:17:16 2004  Owen Taylor  <otaylor@redhat.com>
962
963         * gdk/x11/gdkwindow-x11.c (gdk_window_reparent): Make
964         this a total no-op when the new or old parent is
965         destroyed. (#134230, patch from Soeren Sandmann)
966
967         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy):
968         For foreign windows in our heirarchy, call
969         _gdk_windowing_window_destroy_foreign (window) and skip
970         all the normal destruction logic.
971
972         * gdk/x11/gdkwindow-x11.c gdk/win32/gdkwindow-win32.c:
973         Move code to request destruction of a foreign window
974         code into a separate _gdk_windowing_window_destroy_foreign().
975
976         * gdk/x11/gdkwindow-x11.c (gdk_window_impl_x11_finalize):
977         Call GDK_WINDOW_DISPLAY() on the wrapper not on the
978         impl. (Also from Soeren's patch)
979
980 Sat Mar 13 10:49:46 2004  Owen Taylor  <otaylor@redhat.com>
981
982         * gtk/gtkdnd.c (_gtk_drag_dest_handle_event): For
983         GTK_IS_PLUG toplevels, call gdk_window_get_origin() 
984         not gtk_window_get_position, as a hackround for not
985         having accurate notification of window position for
986         embedded windows. (#136112, Dan Winship)
987
988 Sat Mar 13 10:34:03 2004  Owen Taylor  <otaylor@redhat.com>
989
990         * gtk/gtktextview.c gtk/gtktextbuffer.c: Revert last change;
991         it causes problems for pastes from other applications; see
992         comments in bugzilla for #81880.
993
994 Sat Mar 13 02:55:51 2004  Matthias Clasen  <maclas@gmx.de>
995
996         Fix middle button pasting in the TextView  (#81880, reported
997         by Evert Verhellen, patch by Paolo Borelli):
998         
999         * gtk/gtktextview.c (gtk_text_view_button_press_event): Retrieve 
1000         the insert mark and move the cursor to it making sure of also 
1001         scroll the window if needed.
1002         
1003         * gtk/gtktextbuffer.c (pre_paste_prep): Move the insert mark
1004         to the insertion point.
1005
1006 Sat Mar 13 01:38:55 2004  Matthias Clasen  <maclas@gmx.de>
1007
1008         * gtk/gtkcombobox.c (gtk_combo_box_remove): Add a remove 
1009         implemenatation which restores the cell_view when the custom 
1010         child is removed.  (#136555, Owen Taylor)
1011
1012 Sat Mar 13 00:07:51 2004  Matthias Clasen  <maclas@gmx.de>
1013
1014         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_layout_clear): 
1015         Keep the cell_list in a consistent state while iterating over it, 
1016         since clear_attributes() also iterates over it.  (another instance
1017         of #136585, Morten Welinder)
1018         
1019 Fri Mar 12 17:20:15 2004  Owen Taylor  <otaylor@redhat.com>
1020
1021         * gtk/gtkarrow.c (gtk_arrow_expose): Swap GTK_ARROW_LEFT
1022         and GTK_ARROW_RIGHT for GTK_TEXT_DIR_LTR. (#129159,
1023         Semion Chichelnitsky)
1024
1025         * gtk/gtkpathbar.c gtk/gtktoolbar.c: Remove no-longer-needed 
1026         gtk_toolbar_direction-changed handlers and explicit
1027         flipping of GtkArrow widgets.
1028
1029 Fri Mar 12 23:37:15 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
1030
1031         * gtk/gtkfilechooserdialog.c
1032         (file_chooser_widget_default_realized_size_changed): Clamp the
1033         new size to the screen.
1034
1035 Fri Mar 12 15:06:44 2004  Owen Taylor  <otaylor@redhat.com>
1036
1037         * gtk/gtkexpander.c (gtk_expander_realize): Create the
1038         event_window at the right size using the same logic as
1039         in size_allocate. (#136994, Niklas Knuttson)
1040
1041 2004-03-12  Federico Mena Quintero  <federico@ximian.com>
1042
1043         * gtk/gtkwindow.c (gtk_window_activate_focus): Don't ignore the
1044         return value of gtk_widget_activate().
1045         (gtk_window_activate_default): Likewise.  Fixes #137008.
1046
1047         * gtk/gtkfilechooserdialog.c (response_cb): Act on positive
1048         response IDs we recognize, rather than bailing out on cancellation
1049         ones.  Fixes #136237; patch by Olivier Andrieu
1050         <oliv__a@users.sourceforge.net>.
1051         (file_chooser_widget_file_activated): If the dialog doesn't have a
1052         default widget, try to find a suitable response widget on our own.
1053         People should *really* be using gtk_dialog_set_default_response(),
1054         but this is to help lazy programmers.
1055
1056         * gtk/gtkdialog.c (_gtk_dialog_get_response_for_widget): New
1057         internal function.
1058         (get_response_data): Add a "create" argument so that we don't
1059         unconditionally create the response data.
1060
1061 2004-03-12  Morten Welinder  <terra@gnome.org>
1062
1063         * tests/Makefile.am: Add new testspinbutton.c
1064
1065 2004-03-11  Federico Mena Quintero  <federico@ximian.com>
1066
1067         * gtk/gtkfilechooserdefault.c (shortcuts_drag_set_delete_cursor):
1068         Put the trash icon on the right for LTR locales, or on the left
1069         for RTL.
1070         (shortcuts_drag_motion_cb): Cancel the idle handler here as well.
1071         (shortcuts_drag_leave_cb): Test whether the idle is present.
1072         (shortcuts_drag_data_received_cb): Ahem, don't assert here.
1073
1074 Thu Mar 11 17:51:10 2004  Owen Taylor  <otaylor@redhat.com>
1075
1076         * modules/input/gtkimcontextxim.c (preedit_done_callback):
1077         Clear preedit string and emit preedit_changed as needed
1078         on AIX. (#130617, Philip K Warren)
1079
1080 2004-03-11  Morten Welinder  <terra@gnome.org>
1081
1082         * gtk/gtkpathbar.c (_gtk_path_bar_set_file_system): Plug leak.
1083
1084 Thu Mar 11 16:28:15 2004  Owen Taylor  <otaylor@redhat.com>
1085
1086         * gtk/gtkmenu.c (gtk_menu_get_toplevel): Fix attach/attach->parent
1087         type. (#136919, Tim Mooney)
1088
1089 Thu Mar 11 16:18:51 2004  Jonathan Blandford  <jrb@redhat.com>
1090
1091         * gtk/gtkfilechooserdefault.c (shortcuts_insert_path): revert
1092         earlier change to insert_path so that we test that the directory
1093         exists.
1094
1095         * gtk/gtkfilechooserdialog.c
1096         (gtk_file_chooser_dialog_constructor): move focus.
1097
1098 Thu Mar 11 22:12:14 2004  Matthias Clasen  <maclas@gmx.de>
1099
1100         * gtk/gtkspinbutton.c (gtk_spin_button_size_request): Use the same
1101         logic as GtkEntry when calculating border width.  (#116368, reported
1102         by Morten Welinder)
1103
1104 Thu Mar 11 15:59:05 2004  Owen Taylor  <otaylor@redhat.com>
1105
1106         * tests/testgtk.c (create_spins): Use gtk_entry_set_width_chars()
1107         rather than gtk_widget_set_size_request().
1108
1109 2004-03-11  Federico Mena Quintero  <federico@ximian.com>
1110
1111         * gtk/gtkfilechooserdefault.c (remove_settings_signal): New
1112         function, copied from gtkpathbar.c.
1113         (gtk_file_chooser_default_dispose): Use remove_settings_signal()
1114         rather than our own code.
1115         (gtk_file_chooser_default_screen_changed): Use
1116         remove_settings_signal(); this should handle per-screen settings
1117         correctly.
1118
1119 Thu Mar 11 14:07:18 2004  Owen Taylor  <otaylor@redhat.com>
1120
1121         * gtk/gtklabel.c (gtk_label_focus): Fix a missing return
1122         value.
1123
1124 Thu Mar 11 13:58:24 2004  Owen Taylor  <otaylor@redhat.com>
1125
1126         * gtk/gtkmessagedialog.c gtk/gtklabel.c: Back out the
1127         put-labels-into-the-standard-focus-chain patches 
1128         from bug #59707.
1129
1130         * gtk/gtklabel.c (gtk_label_focus): Only put the
1131         label in the tab chain when the control key is pressed.
1132
1133 2004-03-11  Federico Mena Quintero  <federico@ximian.com>
1134
1135         * gtk/gtkfilechooserdefault.c (error_message_with_parent): Use a
1136         single OK button, not a Close button, as per the HIG.
1137
1138         * gtk/gtkfilesel.c (gtk_file_selection_fileop_error): Likewise.
1139
1140 2004-03-11  Federico Mena Quintero  <federico@ximian.com>
1141
1142         * gtk/gtkfilechooserdefault.c (shortcuts_drag_motion_cb): Oops,
1143         initialize "action" before jumping.  Fixes #136900.
1144
1145 2004-03-11  Mark McLoughlin  <mark@skynet.ie>
1146
1147         * gtk/gtksettings.c: (apply_queued_setting): don't overwrite
1148         application properties. Fixes bug #136802.
1149
1150 2004-03-11  Dov Grobgeld  <dov@imagic.weizmann.ac.il>
1151
1152         * gtk/gtktextlayer.c: (gtk_text_layout_set_buffer): Added
1153         call to gtk_text_layout_update_cursor_line() to solve in 
1154         problem of switching keyboard direction at widget creation:
1155         bug #136680
1156
1157 Thu Mar 11 10:28:30 2004  Owen Taylor  <otaylor@redhat.com>
1158
1159         * gtk/gtkfilechooserembed.c (delegate_initial_focus): Remove
1160         stray 'return' statement. (#136855, David L. Cooper II)
1161
1162 2004-03-11  Mark McLoughlin  <mark@skynet.ie>
1163
1164         * gtk/gtkstyle.c: (gtk_default_draw_expander): Use the PRELIGHT
1165         fg color for drawing the expander when prelit. Fixes problem
1166         with the HighContrast theme: bug #136789.
1167
1168 2004-03-11  Federico Mena Quintero  <federico@ximian.com>
1169
1170         Fix #135912 and #135913.
1171
1172         * gtk/gtkfilechooserdefault.c
1173         (shortcuts_filter_model_row_draggable): Implement.
1174         (shortcuts_model_filter_new): New function, create a
1175         ShortcutsModelFilterClass derived from GtkTreeModelFilter, so that
1176         we can implement our own DnD interface methods.
1177         (shortcuts_model_create): Use shortcuts_model_filter_new().
1178         (shortcuts_list_create): Enable the shortcuts list as a drag
1179         source.
1180         (file_list_source_targets): Renamed from shortcuts_targets.
1181         (shortcuts_list_create): Change the options for
1182         gtk_drag_dest_set().  Connect to more drag signals so that we can
1183         implement drops by hand.
1184         (shortcuts_drag_data_delete_cb): New handler; just stop the emission.
1185         (shortcuts_drag_motion_cb): New handler; validate the drop.
1186         (shortcuts_drag_leave_cb): New handler; unset the drag_dest_row.
1187         (shortcuts_drag_drop_cb): New handler; just stop the emission and
1188         remove the idle handler for the drag cursor.
1189         (shortcuts_add_bookmark_from_path): Add a position argument,
1190         return a boolean success code.
1191         (shortcuts_drag_data_received_cb): Handle two cases:  1) Insert
1192         the bookmarks at the proper position, rather than always appending
1193         them to the list; 2) alternatively, reorder the bookmarks.
1194         (struct _GtkFileChooserDefault): New field shortcuts_drag_outside.
1195         (shortcuts_drag_motion_cb): Turn off impl->shortcuts_drag_outside.
1196         (shortcuts_drag_leave_cb): Turn on impl->shortcuts_drag_outside in
1197         an idle handler.
1198         (shortcuts_drag_end_cb): New handler; remove the selected bookmark.
1199
1200 Thu Mar 11 01:08:25 2004  Jonathan Blandford  <jrb@gnome.org>
1201
1202         * gtk/gtkfilechooserdefault.c (location_entry_create): up the
1203         width of the entry a tad.
1204
1205         * gtk/gtkfilechooserentry.c (gtk_file_chooser_entry_init): use
1206         gtk_entry_completion_selection_changed.  Also, unref the
1207         completion as we were leaking a reference to it.
1208
1209 2004-03-10  Federico Mena Quintero  <federico@ximian.com>
1210
1211         * gtk/gtkstyle.c (draw_dot): Remove spurious semicolon.  Thanks to
1212         Kjartan Maraas for pointing it out.
1213
1214 Wed Mar 10 23:40:15 2004  Matthias Clasen  <maclas@gmx.de>
1215
1216         * gtk/gtkentrycompletion.c (_gtk_entry_completion_popup): Set the
1217         background on the action view cell renderer here, not in init, so 
1218         that a) we catch style changes, and b) we get the real style, not 
1219         the default one. Partial fix for #127648, reported by Dave Bordoley.
1220
1221 2004-03-10  Tor Lillqvist  <tml@iki.fi>
1222
1223         * gdk/win32/gdkevents-win32.c (build_key_event_state): Set also
1224         the pointer button bits. (#136636, Dave Neary)
1225
1226         * gdk/win32/gdkwindow-win32.c (show_window_internal): Show
1227         transparent (input only) windows using SetWindowPos(). (#132331,
1228         John Ehresman)
1229
1230         (gdk_window_set_type_hint): For splash screens, remove the resize
1231         handles, menu, and minimize/maximize/close buttons. (#132896)
1232
1233 Wed Mar 10 22:30:23 2004  Matthias Clasen  <maclas@gmx.de>
1234
1235         * gtk/gtkcellview.c (gtk_cell_view_cell_layout_clear): Keep the
1236         cell_list in a consistent state while iterating over it, since
1237         clear_attributes() also iterates over it.  (#136585, Morten Welinder)
1238
1239 2004-03-10  Mark McLoughlin  <mark@skynet.ie>
1240
1241         * gtk/gtkexpander.c: (gtk_expander_expose): don't propagate
1242         the expose to the label. The expose handler for GtkContainer
1243         already does that. Fixes bug #136719. Reported by Dennis
1244         Cranston, exact cause nailed down by Owen.
1245
1246 2004-03-10  Federico Mena Quintero  <federico@ximian.com>
1247
1248         * gtk/gtkfilechooserdefault.c (list_mtime_data_func): Use an
1249         untranslatable "%x" for dates, rather than a custom format.  Fixes
1250         #136357.
1251
1252 2004-03-10  Morten Welinder  <terra@gnome.org>
1253
1254         * gtk/gtkfilechooserdefault.c
1255         (gtk_file_chooser_default_add_shortcut_folder): Test validity of
1256         path here.
1257         (shortcuts_insert_path): Don't check here.
1258         (get_file_info): Barf if name-only fails.
1259
1260         * tests/testfilechooser.c (main): Add support for --multiple.
1261
1262 Wed Mar 10 02:41:05 2004  Jonathan Blandford  <jrb@gnome.org>
1263
1264         * gtk/gtkpathbar.c: (gtk_path_bar_init), (gtk_path_bar_class_init),
1265         (remove_settings_signal), (gtk_path_bar_dispose),
1266         (gtk_path_bar_style_set), (gtk_path_bar_screen_changed),
1267         (gtk_path_bar_scroll_up), (reload_icons), (change_icon_theme),
1268         (settings_notify_cb), (gtk_path_bar_check_icon_theme),
1269         (get_button_image), (gtk_path_bar_update_button_appearance),
1270         (make_directory_button), (gtk_path_bar_check_parent_path): Support
1271         changes in icon themes.
1272
1273         * gtk/gtkpathbar.h: add two elements
1274
1275         * tests/testfilechooser.c: (main): use gnome-vfs method again to
1276         get more testing.
1277
1278 Wed Mar 10 01:17:40 2004  Jonathan Blandford  <jrb@gnome.org>
1279
1280         * gtk/gtkpathbar.c: added 'Desktop' to the list of volumes.  We
1281         don't have any more untranlated strings in the dialog.
1282
1283 Wed Mar 10 00:24:24 2004  Jonathan Blandford  <jrb@gnome.org>
1284
1285         * gtk/gtkfilechooserdefault.c (error_dialog): use uri instead of
1286         the pathname for UTF-8 safety.
1287
1288 Wed Mar 10 00:10:47 2004  Jonathan Blandford  <jrb@gnome.org>
1289
1290         * gtk/gtkfilechooserdefault.c (shortcuts_insert_path): Always
1291         check to see if the shortcuts exists.  We don't want to put
1292         invalid dirs in the shortcuts pane.
1293
1294 Tue Mar  9 16:40:34 2004  Jonathan Blandford  <jrb@gnome.org>
1295
1296         * gtk/gtkfilechooserdefault.c (struct _GtkFileChooserDefault):
1297         remove unneeded shortuts_swin;
1298
1299 Wed Mar 10 01:49:27 2004  Matthias Clasen  <maclas@gmx.de>
1300
1301         Fix #136614 in a better way:
1302         
1303         * gtk/gtkoptionmenu.c (gtk_option_menu_init): Undo the last change.
1304         * gtk/gtkbutton.c (struct _GtkButtonPrivate): Add a flag, align_set.
1305         * gtk/gtkbutton.c (gtk_button_init): Initialize align_set to 0.
1306         * gtk/gtkbutton.c (maybe_set_alignment): Rework to only set the
1307         alignment if priv->align_set is set.
1308         * gtk/gtkbutton.c (gtk_button_set_alignment): Set align_set to 1.
1309
1310 Wed Mar 10 01:21:05 2004  Matthias Clasen  <maclas@gmx.de>
1311
1312         * gtk/gtkcombobox.c (gtk_combo_box_menu_position_below): Place
1313         grid mode popups left aligned, not right aligned.
1314
1315 Tue Mar  9 23:09:46 2004  Matthias Clasen  <maclas@gmx.de>
1316
1317         * gtk/gtkoptionmenu.c (gtk_option_menu_init): Avoid centering 
1318         the label that is reparented from the menuitem.  (#136614, Dennis
1319         Cranston)
1320
1321 Tue Mar  9 16:19:09 2004  Jonathan Blandford  <jrb@gnome.org>
1322
1323         * gtk/gtkpathbar.c (struct _ButtonData): Encapsulate all of the
1324         information about a button in a struct instead of ugly
1325         g_object_set_data.
1326         (gtk_path_bar_size_request): Use ButtonData.
1327         (gtk_path_bar_update_slider_buttons): ditto
1328         (gtk_path_bar_size_allocate): ditto
1329         (gtk_path_bar_remove): ditto
1330         (gtk_path_bar_forall): ditto
1331         (gtk_path_bar_scroll_down): ditto
1332         (gtk_path_bar_clear_buttons): ditto
1333         (button_clicked_cb): ditto.  Also, add an ignore_changes variable
1334         (button_data_free): destroy ButtonData
1335         (update_button_appearance): Use ButtonData
1336         (make_directory_button): ditto
1337         (gtk_path_bar_check_parent_path): ditto
1338         (_gtk_path_bar_set_path): ditto
1339
1340 2004-03-09  Federico Mena Quintero  <federico@ximian.com>
1341
1342         Fix #136533.
1343
1344         * gtk/gtkfilechooserdefault.c (shortcuts_reload_icons): New
1345         function.
1346         (check_icon_theme): New helper function, installs a handler for
1347         changes in the icon theme.
1348         (gtk_file_chooser_default_style_set): Use check_icon_theme().
1349         (gtk_file_chooser_default_screen_changed): Use check_icon_theme().
1350         (gtk_file_chooser_default_dispose): Disconnect from GtkSettings.
1351         (change_icon_theme): New function, updates impl->icon_size and
1352         reloads the icons.
1353         (struct _GtkFileChooserDefault): New field settings_signal_id.
1354         (struct _GtkFileChooserDefault): New field icon_size.
1355         (shortcuts_insert_path): Use impl->icon_size.
1356         (list_icon_data_func): Likewise.
1357
1358 2004-03-09  Federico Mena Quintero  <federico@ximian.com>
1359
1360         * gtk/gtkfilechooserdefault.c (get_file_info): Handle the returned
1361         parent_path being NULL.  Fixes #136662.
1362
1363 2004-03-09  Federico Mena Quintero  <federico@ximian.com>
1364
1365         * gtk/gtkfilechooserdefault.c (shortcuts_drag_data_received_cb):
1366         Stop the emission so that GtkTreeView's handler won't try to poke
1367         the filter model.  Fixes #136127.
1368
1369 Tue Mar  9 13:49:14 2004  Owen Taylor  <otaylor@redhat.com>
1370
1371         * gtk/gtkstyle.c (gtk_paint_polygon): Fix 
1372         g_return_if_fail() that was checking draw_shadow.
1373         (#136669, Morten Welinder)
1374
1375 Tue Mar  9 09:57:25 2004  Owen Taylor  <otaylor@redhat.com>
1376
1377         * === Released 2.3.6 ===
1378
1379         * configure.in: Version 2.3.6, interface age 0.
1380
1381         * NEWS: Updates
1382
1383 Tue Mar  9 11:01:45 2004  Jonathan Blandford  <jrb@gnome.org>
1384
1385         * gtk/gtkpathbar.c (gtk_path_bar_finalize): unref the correct
1386         icon.  Reported by Michael Natterer <mitch@gimp.org>.
1387
1388 2004-03-09  Morten Welinder  <terra@gnome.org>
1389
1390         * tests/testfilechooser.c (main): Destroy widgets to reveal leaks.
1391
1392 Tue Mar  9 02:11:50 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
1393
1394         * gtk/gtkmenu.c Fix bug 136446. [Marco Pesenti Gritti]
1395         (struct _GtkMenuPrivate): Add boolean destroying
1396         (gtk_menu_destroy): Set priv->destroying
1397         (gtk_menu_remove): don't update the table information when the
1398         menu is being destroyed.
1399
1400         * gtk/gtkmenu.c (gtk_menu_set_monitor): Formatting fix
1401
1402         * gtk/gtktoolbar.[ch]: Some formatting fixes
1403
1404 Tue Mar  9 01:25:10 2004  Matthias Clasen  <maclas@gmx.de>
1405
1406         * gtk/gtkframe.c (gtk_frame_paint): Fix a typo.
1407
1408 2004-03-08  Federico Mena Quintero  <federico@ximian.com>
1409
1410         Fixes #136080.
1411
1412         * gtk/gtkfilesystemunix.c: Only lstat() if stat() failed due to
1413         ENOENT.
1414         (filename_get_info): Likewise.
1415
1416 2004-03-08  Federico Mena Quintero  <federico@ximian.com>
1417
1418         * gtk/gtkfilechooserdefault.c
1419         (gtk_file_chooser_default_initial_focus): Use
1420         gtk_tree_view_set_cursor().
1421
1422 2004-03-08  Federico Mena Quintero  <federico@ximian.com>
1423
1424         Patch "1a" from #136185, by Morten Welinder.
1425
1426         * gtk/gtkfilechooserdefault.c (get_file_info): Take in an argument
1427         that says whether the caller just wants the display name.
1428         (shortcuts_insert_path): We only want the name in the call to
1429         get_file_info().
1430
1431         * gtk/gtkpathbar.c (_gtk_path_bar_set_path): Don't request more
1432         info than needed from the file_folder.
1433
1434 2004-03-08  Federico Mena Quintero  <federico@ximian.com>
1435
1436         Fixes #136105.
1437
1438         * gtk/gtkfilechooserembed.h (struct _GtkFileChooserEmbedIface):
1439         Added an ::initial_focus() method.
1440
1441         * gtk/gtkfilechooserembed.c
1442         (_gtk_file_chooser_embed_delegate_iface_init): Set the
1443         initial_focus method.
1444         (delegate_initial_focus): Implement.
1445         (_gtk_file_chooser_embed_initial_focus): New function.
1446
1447         * gtk/gtkfilechooserdialog.c
1448         (gtk_file_chooser_dialog_constructor): Call
1449         _gtk_file_chooser_embed_initial_focus().
1450
1451         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_init):
1452         Install the ::initial_focus() handler.
1453         (gtk_file_chooser_default_initial_focus): Implement.
1454
1455 2004-03-08  Federico Mena Quintero  <federico@ximian.com>
1456
1457         * gtk/gtkfilechooserdefault.c (update_from_entry): Return a
1458         boolean success code.
1459         (location_popup_handler): Refocus the file chooser if appropriate.
1460         Fixes #135905.
1461         (save_widgets_create): Don't set the text of the save_folder_label
1462         here.
1463         (update_appearance): Set the text here as appropriate for the save
1464         mode.  Also fixes #136387.
1465         (update_appearance): Don't show the Create Folder button in
1466         SELECT_FOLDER mode.
1467         (update_appearance): Show the extra widget in all Save modes
1468         correctly.
1469
1470 Mon Mar  8 11:57:27 2004  Owen Taylor  <otaylor@redhat.com>
1471
1472         * gtk/gtkcombobox.c (gtk_combo_box_unset_model): Don't
1473         call g_signal_handler_disonnect() if priv->model is
1474         NULL. (#136551, Damon Chaplin)
1475
1476         * gtk/gtkcombobox.c (gtk_combo_box_model_row_inserted):
1477         Back out code to set the active item when the first
1478         item is added to the model; this causes problems for
1479         GtkComboBoxText. (#136535)
1480
1481         * gtk/gtkcombobox.c (gtk_combo_box_menu_destroy)
1482         * gtk/gtkcombobox.c (gtk_combo_box_list_destroy):
1483         * gtk/gtkcombobox.c (gtk_combo_box_list_setup): 
1484         * gtk/gtkcombobox.c (gtk_combo_box_menu_setup): 
1485         Remove calls to gtk_combo_box_unset_model.
1486
1487         * gtk/gtkcombobox.c (gtk_combo_box_check_appearance): 
1488         Clean up handling of wrap->width > 0.
1489
1490         * gtk/gtkcombobox.c (gtk_combo_box_relayout): Don't
1491         switch list/menu mode here.
1492
1493         * gtk/gtkcombobox.c (gtk_combo_box_set_model): Protect
1494         against the same model being set back.
1495
1496         * gtk/gtkcombobox.c (gtk_combo_box_relayout): Call
1497         gtk_combo_box_menu_fill() rather than duplicating
1498         a large chunk of code.
1499
1500 2004-03-08  Anders Carlsson  <andersca@gnome.org>
1501
1502         * gtk/gtkfilesystemmodel.c (gtk_file_system_model_get_flags): 
1503         If max_depth is 0 then we have a list.
1504
1505 2004-03-08  Morten Welinder  <terra@gnome.org>
1506
1507         * gtk/gtkpathbar.c (_gtk_path_bar_set_path): If we fail, leave
1508         widget unchanged.  Explicitly verify final directory.
1509
1510         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_create_folder,
1511         get_icon_type, filename_get_info): Protect errno.
1512
1513 2004-03-08  Marco Pesenti Gritti  <marco@gnome.org>
1514
1515         * gtk/gtkentry.c: (gtk_entry_completion_key_press):
1516
1517         When an action is selected stop the event to be propagated
1518         otherwise the activate signal is emitted too. (Bug #133394)
1519
1520 Mon Mar  8 04:50:12 2004  Jonathan Blandford  <jrb@gnome.org>
1521
1522         * gtk/gtkfilechooserdefault.c (create_path_bar): new function to
1523         consolidate creating the path_bar.
1524         (gtk_file_chooser_default_set_current_folder): no longer need to
1525         pass in the filesystem.
1526
1527         * gtk/gtkpathbar.h: Removed unused set_pixbuf functions in favor
1528         of just setting the filesystem.
1529
1530         * gtk/gtkpathbar.c (gtk_path_bar_finalize): Free root path and
1531         home_dir.
1532         (get_button_image): Add images to path_bar.
1533         (update_button_appearance): use images
1534         (make_directory_button): Clasify buttons based upon location.
1535         (_gtk_path_bar_set_path): no longer need a file-system.  Also, add
1536         rerooting, #135845, #135914
1537
1538         * tests/testfilechooser.c: Fix reused error handling.
1539
1540 2004-03-08  Anders Carlsson  <andersca@gnome.org>
1541
1542         * gtk/gtkfilesystemunix.c: (get_icon_for_directory),
1543         (gtk_file_system_unix_render_icon):
1544         Use better icons for home and desktop.
1545
1546 2004-03-08  Anders Carlsson  <andersca@gnome.org>
1547
1548         * gtk/gtkfilechooserentry.c:
1549         (_gtk_file_chooser_entry_set_base_folder):
1550         Set the base folder path in the entry.
1551         
1552 2004-03-08  Christian Neumair  <chris@gnome-de.org>
1553
1554         * tests/testentrycompletion.c: Fix typo.
1555
1556 2004-03-08  Tor Lillqvist  <tml@iki.fi>
1557
1558         * README.win32: Update.
1559
1560         * gtk/gtk.def: Small update. Thanks to J. Ali Harlow. Re-sorted.
1561
1562         * tests/testfilechooser.c: Correct localtime_r() emulation on
1563         Win32. Remove a couple of unnecessary Win32-only includes.
1564
1565 Mon Mar  8 01:06:17 2004  Matthias Clasen  <maclas@gmx.de>
1566
1567         * tests/testentrycompletion.c: Test dynamic addition/removal. 
1568
1569 Sun Mar  7 22:38:49 2004  Matthias Clasen  <maclas@gmx.de>
1570
1571         * gtk/gtkframe.c (gtk_frame_paint): Use ythickness, not 
1572         xthickness in the calculation of vertical dimensions.
1573
1574 Sun Mar  7 17:38:03 2004  Jonathan Blandford  <jrb@gnome.org>
1575
1576         * gtk/gtkbutton.c (gtk_button_class_init): actually use
1577         gtk_button_add.
1578
1579         * gtk/gtkfilechooserdefault.c (error_building_filename_dialog):
1580         use the uri, not the path, #136317
1581         (renderer_edited_cb): ditto
1582         (shortcuts_add_bookmark_from_path): ditto
1583         (remove_bookmark_button_clicked_cb): ditto
1584         (gtk_file_chooser_default_remove_shortcut): ditto
1585         (update_from_entry): ditto
1586         (up_folder_handler): ditto
1587
1588 Sun Mar  7 16:07:08 2004  Jonathan Blandford  <jrb@gnome.org>
1589
1590         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_init): set
1591         redraw_on_allocate, #135902.
1592
1593         * gtk/gtkfilesystemmodel.c (model_refilter_recurse): Patch from
1594         Damon Chaplin to set a node to be visible before emitting the
1595         inserted signal, #135555.
1596
1597 Sun Mar  7 22:24:28 2004  Matthias Clasen  <maclas@gmx.de>
1598
1599         * gtk/gtkbutton.c (_gtk_button_paint): Don't use xthickness in the
1600         height calculation.
1601
1602 Sun Mar  7 14:34:04 2004  Jonathan Blandford  <jrb@gnome.org>
1603
1604         Fixes #121500.
1605
1606         * gtk/gtkfilechooserdefault.c (trap_activate_cb): stop activate
1607         from unselecting rows when pressed in multiple-selection mode.
1608
1609 2004-03-07  Hans Breuer  <hans@breuer.org>
1610
1611         * gdk/win32/gdkproperty-win32.c (gdk_screen_get_setting) :
1612         some more settings from system, also reflect some name changes
1613         done a while ago in the x11 backend
1614
1615         * gdk/win32/makefile.msc : build gdkspawn-win32.c
1616
1617         * gtk/gtkdnd.c : gtk_drag_source_[gs]et_target_list, added "Since: 2.4"
1618
1619         * gtk/makefile.msc.in : build gtkpathbar, link shell32.lib
1620
1621         * tests/makefile.msc : some more tests get build
1622
1623 Sun Mar  7 03:03:57 2004  Jonathan Blandford  <jrb@gnome.org>
1624
1625         * gtk/gtkfilechooserdefault.c
1626         (gtk_file_chooser_default_get_paths): if action is
1627         SELECT_FOLDER, then return the currentd folder if none is
1628         selected.
1629         (gtk_file_chooser_default_should_respond): Allow 'Ok' to be hit if
1630         no directory is selected in SELECT_FOLDER mode.
1631
1632 Sat Mar  6 23:31:18 2004  Jonathan Blandford  <jrb@gnome.org>
1633
1634         * gtk/gtkfilechooserdefault.c (struct _GtkFileChooserDefault):
1635         remove unneeded elements.
1636         (tree_selection_changed): removed
1637         (tree_name_data_func): removed
1638         (gtk_file_chooser_default_finalize): don't unref dir model
1639         (create_folder_tree): removed
1640         (get_selection): no longer need to abstract away the selection
1641         function.
1642         (create_file_list): We now create a tree for all actions.
1643         (file_pane_create): Make one tree.
1644         (update_appearance) We really change the mode only, now.
1645
1646 Sun Mar  7 02:38:00 2004  Matthias Clasen  <maclas@gmx.de>
1647
1648         * gtk/gtkcombobox.c (gtk_combo_box_size_request): Do a 
1649         size_request on the button and cell_view_frame, otherwise
1650         their style will still be the default here in the initial 
1651         size_request. (#136301, Mark McLoughlin)
1652
1653 2004-03-06  Gustavo J. A. M. Carneiro  <gustavo@users.sourceforge.net>
1654
1655         * gtk/gtktoolbar.c (internal_insert_element): Check return value
1656         of gtk_stock_lookup; if stock lookup fails, just use stock_id as
1657         label, instead of crashing. Fixes #136202.
1658
1659 2004-03-05  Federico Mena Quintero  <federico@ximian.com>
1660
1661         * gdk/linux-fb/gdkglobals-fb.c: Make <config.h> the very first
1662         include.
1663         * gdk/linux-fb/gdkwindow-fb.c: Likewise.
1664         * gdk/linux-fb/gdkinput.c: Likewise.
1665
1666 2004-03-05  Federico Mena Quintero  <federico@ximian.com>
1667
1668         Fixes #136082 and #135265, patch by Morten Welinder.
1669
1670         * configure.in: Use AC_SYS_LARGEFILE.
1671
1672         * */*.c: #include <config.h>
1673
1674 2004-03-05  Federico Mena Quintero  <federico@ximian.com>
1675
1676         * gtk/gtkfilechooserdefault.c
1677         (gtk_file_chooser_default_select_path): No need to have a
1678         temporary error variable.
1679
1680 2004-03-05  Tor Lillqvist  <tml@iki.fi>
1681
1682         * configure.in: Move check for native Win32 (mingw) a bit
1683         earlier. If Win32, disable static builds (as in GLib). Remove
1684         unnecessary AC_LIBTOOL_WIN32_DLL.
1685
1686         * gdk/gdk.def: Add missing entries, thanks to J. Ali Harlow.
1687
1688         * gdk/win32/gdkcursor-win32.c (color_is_white): const-correctness.
1689
1690         (gdk_cursor_new_from_pixbuf): Copy of the non-Xcursor X11
1691         implementation.
1692
1693         (gdk_display_supports_cursor_alpha,
1694         gdk_display_supports_cursor_color): Dummy implementations.
1695
1696         (gdk_display_get_default_cursor_size,
1697         gdk_display_get_maximal_cursor_size): Implement.
1698
1699         * gdk/win32/gdkdisplay-win32.c (gdk_display_get_default_group):
1700         Dummy implementation.
1701
1702         * gdk/win32/gdkevents-win32.c (gdk_net_wm_supports): Dummy
1703         implementation.
1704
1705         * gdk/win32/gdkfont-win32.c (gdk_font_get_display): Implement.
1706
1707         * gdk/win32/gdkinput-win32.c (gdk_input_motion_events): Remove,
1708         not in API.
1709
1710         * gdk/win32/gdkwindow-win32.c (gdk_window_get_group): Dummy
1711         implementation.
1712
1713 Fri Mar  5 18:00:36 2004  Jonathan Blandford  <jrb@redhat.com>
1714
1715         * gtk/gtkfilechooserdefault.c (new_folder_button_clicked): scroll
1716         to the new path.
1717
1718         * gtk/gtktreeview.c (gtk_tree_view_adjustment_changed): Update the
1719         allocation when scrolling instead of cancelling editing.
1720
1721 Fri Mar  5 23:52:34 2004  Matthias Clasen  <maclas@gmx.de>
1722
1723         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_set_modify_func): 
1724         Improve the docs.  (#127727, Murray Cumming)
1725
1726 Fri Mar  5 23:37:16 2004  Matthias Clasen  <maclas@gmx.de>
1727
1728         * gtk/gtktreeview.c (gtk_tree_view_set_reorderable): Clarify the
1729         doc comment.  (#118602)
1730
1731 Fri Mar  5 22:37:15 2004  Matthias Clasen  <maclas@gmx.de>
1732
1733         * gtk/gtkbutton.c (gtk_button_construct_child): Don't let
1734         the priv->image pointer dangle.  (#136259, Padraig O'Briain)
1735
1736 2004-03-05  Federico Mena Quintero  <federico@ximian.com>
1737
1738         * gtk/gtkfilechooserprivate.h (struct _GtkFileChooserIface): Add
1739         gboolean return values and GError arguments to
1740         ::set_current_folder() and ::select_path().
1741
1742         * gtk/gtkfilechooser.c (gtk_file_chooser_set_current_folder):
1743         Return a boolean value for success/failure.
1744         (gtk_file_chooser_set_current_folder_uri): Likewise.
1745         (gtk_file_chooser_select_filename): Likewise.
1746         (gtk_file_chooser_select_uri): Likewise.
1747         (gtk_file_chooser_set_filename): Likewise.
1748         (gtk_file_chooser_set_uri): Likewise.
1749         (_gtk_file_chooser_set_current_folder_path): Likewise, plus take
1750         in a GError.
1751         (_gtk_file_chooser_select_path): Likewise.
1752
1753         * gtk/gtkfilechooserutils.c (delegate_set_current_folder):
1754         Likewise.
1755         (delegate_select_path): Likewise.
1756
1757         * gtk/gtkfilechooserdefault.c
1758         (gtk_file_chooser_default_select_path): Likewise.
1759         (gtk_file_chooser_default_set_current_folder): Likewise; this also
1760         fixes #136024.
1761         (error_changing_folder_dialog): New helper function.
1762         (change_folder_and_display_error): New helper function.
1763         (switch_to_selected_folder): Use change_folder_and_display_error().
1764         (tree_selection_changed): Likewise.
1765         (shortcuts_activate_volume): Likewise.
1766         (shortcuts_activate_item): Likewise.
1767         (list_row_activated): Likewise.
1768         (path_bar_clicked): Likewise.
1769         (update_from_entry): Likewise.
1770         (up_folder_handler): Likewise.
1771         (home_folder_handler): Get the home path from the shortcuts model,
1772         and use change_folder_and_display_error().
1773
1774         * tests/testfilechooser.c (set_current_folder): New helper
1775         function; pops up a simple error dialog if necessary.
1776         (set_filename): Likewise.
1777         (set_folder_nonexistent_cb): Use set_current_folder().
1778         (set_folder_existing_nonexistent_cb): Likewise.
1779         (set_filename_nonexistent_cb): Use set_filename().
1780         (set_filename_existing_nonexistent_cb): Likewise.
1781
1782 Fri Mar  5 11:17:35 2004  Owen Taylor  <otaylor@redhat.com>
1783
1784         * gtk/gtktreemodel.c (gtk_tree_row_reference_new_proxy): 
1785         Improve the docs (reported by Vitaly Tishkov, 
1786         #74362) Add some comments to the code about the 
1787         row reference handling that are hopefully not entirely
1788         wrong.
1789
1790 2004-03-05  Michael Natterer  <mitch@gimp.org>
1791
1792         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_show_all):
1793         s/object/widget/. Makes it compile again.
1794
1795 Fri Mar  5 03:37:14 2004  Jonathan Blandford  <jrb@gnome.org>
1796
1797         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_show_all):
1798         chain to the extra_widget.
1799
1800 Fri Mar  5 02:53:41 2004  Jonathan Blandford  <jrb@gnome.org>
1801
1802         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_finalize):
1803         Patch from Damon Chaplin to free models when we're finalized,
1804         #134053
1805
1806 2004-03-05  Alexander Larsson  <alexl@redhat.com>
1807
1808         * gtk/gtkfilesystem.c (gtk_file_system_get_volume_for_path):
1809         Document the fact that there might not be a volume for all
1810         paths.
1811
1812         * gtk/gtkfilechooserdefault.c (shortcuts_add_current_folder):
1813         Don't assume there is a volume for all paths.
1814
1815 Fri Mar  5 01:45:04 2004  Jonathan Blandford  <jrb@gnome.org>
1816
1817         * gtk/gtkfilechooserdefault.c (shortcuts_append_paths): insert in
1818         the correct place instead of naïvely appending.
1819         (shortcuts_add_volumes): refilter the model
1820         (shortcuts_add_bookmarks): refilter the model
1821         (gtk_file_chooser_default_add_shortcut_folder): refilter the model
1822
1823 2004-03-04  Federico Mena Quintero  <federico@ximian.com>
1824
1825         * gtk/gtkfilechooserdialog.c (response_cb):  New handler.  Ask the
1826         GtkFileChooser widget if it wants to do something special rather
1827         than letting us terminate the dialog.
1828         (gtk_file_chooser_dialog_init): Connect to "response"; see the
1829         comment in the sources to see why we don't override the method in
1830         class_init.
1831
1832         * gtk/gtkfilechooserembed.h (struct _GtkFileChooserEmbedIface):
1833         Added a ::should_respond() method.
1834
1835         * gtk/gtkfilechooserembed.c
1836         (_gtk_file_chooser_embed_delegate_iface_init): Add a delegate for ::should_respond().
1837         (delegate_should_respond): New delegate.
1838         (_gtk_file_chooser_embed_should_respond): New function.
1839
1840         * gtk/gtkfilechooserdefault.c (set_list_model, create_file_list):
1841         Use dashes in signal names rather than underscores.
1842         (gtk_file_chooser_default_init): Hook up our ::should_respond() implementation.
1843         (gtk_file_chooser_default_should_respond): Implement.  go into a
1844         folder rather than responding if we are in File mode and the
1845         selected file is a folder.
1846         (get_selection): New helper function.
1847         (add_bookmark_button_clicked_cb): Use get_selection().
1848         (bookmarks_check_add_sensitivity): Likewise.
1849         (gtk_file_chooser_default_get_paths): Likewise.
1850         (check_save_entry): New helper function.
1851         (gtk_file_chooser_default_get_paths): Use check_save_entry().
1852         (selection_check): Renamed from selection_is_folders().  Now
1853         checks whether the selection is empty, all files, all folders.
1854         (bookmarks_check_add_sensitivity): Use selection_check().
1855
1856 Fri Mar  5 00:05:59 2004  Matthias Clasen  <maclas@gmx.de>
1857
1858         * gtk/gtkcombobox.c (gtk_combo_box_list_setup): 
1859         * gtk/gtkcombobox.c (gtk_combo_box_menu_setup): Connect to 
1860         key_press_event and handle Alt-Down/Alt-Up to show or hide the
1861         list popup. Also handle Down/Up/PageDown/PageUp/Home/End and 
1862         make them change the active item without popping up the list.
1863         These keybindings are inherited from GtkCombo. 
1864
1865 Thu Mar  4 23:15:58 2004  Matthias Clasen  <maclas@gmx.de>
1866
1867         * gtk/gtkcombobox.c (gtk_combo_box_menu_position): Initially 
1868         select the active item when using optionmenu-like positioning. 
1869
1870 Thu Mar  4 16:54:30 2004  Owen Taylor  <otaylor@redhat.com>
1871
1872         * gtk/gtkrc.c (gtk_rc_check_pixmap_dir): Don't
1873         open/close the file, just check for existence
1874         with g_file_test(). This is considerably cheaper,
1875         and lack-of-permissions for pixmap dirs is 
1876         pathological.
1877
1878 Wed Mar  3 17:53:21 2004  Owen Taylor  <otaylor@redhat.com>
1879
1880         * gtk/gtksocket.c (gtk_socket_class_init): Overide
1881         show_all/hide_all to be gtk_widget_show/gtk_widget_hide,
1882         since we don't want to propagate to the in-process
1883         plug, if any. (#122949, Michael Meeks)
1884
1885 Thu Mar  4 15:20:55 2004  Jonathan Blandford  <jrb@gnome.org>
1886
1887         * gtk/gtkfilechooserdefault.c (update_appearance): show the 'New
1888         Folder' button in SAVE mode again.
1889
1890 Thu Mar  4 21:53:46 2004  Matthias Clasen  <maclas@gmx.de>
1891
1892         * gtk/gtkiconfactory.c (copy_cache): Increment the reference
1893         count of the style when copying the cached icon.  (#135890, Crispin
1894         Flowerday)
1895
1896 Thu Mar  4 21:45:43 2004  Matthias Clasen  <maclas@gmx.de>
1897
1898         * gtk/gtkcombobox.c: In list mode, set the background color 
1899         of the cell view to the base color of the style, instead of
1900         hardwiring white. (#136158)
1901
1902 Thu Mar  4 01:32:19 2004  Jonathan Blandford  <jrb@gnome.org>
1903
1904         * gtk/gtkpathbar.c (gtk_path_bar_set_path): Modified patch from
1905         muppet <scott@asofyet.org> to keep child directories around if we
1906         change to a child.
1907
1908         * gtk/gtkpathbar.c (_gtk_path_bar_set_home_icon): Start of
1909         icon-setting functions.  Not used yet.
1910         (_gtk_path_bar_set_root_icon): Ditto.
1911         
1912 Thu Mar  4 00:31:54 2004  Matthias Clasen  <maclas@gmx.de>
1913
1914         * gtk/gtktextview.c (extend_selection): 
1915         * gtk/gtktextview.c (gtk_text_view_move_cursor_internal): Allow
1916         to select the last word in the buffer.  (#135487, Paolo Borelli)
1917
1918 Wed Mar  3 23:54:31 2004  Matthias Clasen  <maclas@gmx.de>
1919
1920         * gtk/gtkentrycompletion.c: Doc update.
1921
1922 Wed Mar  3 17:30:18 2004  Owen Taylor  <otaylor@redhat.com>
1923
1924         * gtk/gtkwindow.c (gtk_window_mnemonic_activate): Check
1925         whether widgets are viewable, not just if they are
1926         mapped. (#122912, reported by Tim Evans)
1927
1928 Wed Mar  3 23:28:48 2004  Matthias Clasen  <maclas@gmx.de>
1929
1930         * gtk/gtkcombobox.c (gtk_combo_box_set_active): Move the actual
1931         implementation into a new gtk_combo_box_set_active_internal() 
1932         function, which doesn't do the short-circuiting. 
1933         * gtk/gtkcombobox.c (gtk_combo_box_model_row_deleted): Use
1934         set_active_internal() here, since the active item may change here,
1935         although the index is unchanged.
1936
1937 Wed Mar  3 23:26:49 2004  Matthias Clasen  <maclas@gmx.de>
1938
1939         * gtk/gtkcombobox.c (gtk_combo_box_menu_position): Reintroduce the
1940         traditional option menu placement of the popup for regular combo
1941         boxes. Grids and editable combo boxes use the combo-like placement 
1942         below the entry.  (#136021)
1943         * gtk/gtkcombobox.c (gtk_combo_box_menu_button_press): 
1944         * gtk/gtkcombobox.c (gtk_combo_box_popup): Call gtk_menu_set_active()
1945         before popping up the menu, to make the placement work.
1946         
1947 Wed Mar  3 17:20:15 2004  Owen Taylor  <otaylor@redhat.com>
1948
1949         * gtk/gtkmain.c (gtk_propagate_event): Special case
1950         scroll events so that they propagate up the widget
1951         heirarchy when received on insensitive widgets.
1952         (#101102, reported by Geoff Reedy)
1953
1954 Wed Mar  3 16:47:10 2004  Owen Taylor  <otaylor@redhat.com>
1955
1956          #109594, reported by Olivier Ripoll
1957
1958         * gtk/gtkentry.c (gtk_entry_size_request): Use max of 
1959         width and digit width for gtk_entry_set_width_chars,
1960         and round up.
1961
1962         * gtk/gtkcolorsel.c (gtk_color_selection_init): Set the
1963         width of the entry to 7 chars.
1964
1965 Wed Mar  3 16:00:10 2004  Owen Taylor  <otaylor@redhat.com>
1966
1967         * configure.in: Strip out the "export-dynamic" libtool
1968         option from library link lines. (#124687, James Henstridge)
1969
1970 Wed Mar  3 16:06:03 2004  Jonathan Blandford  <jrb@gnome.org>
1971
1972         * gtk/gtkfilechooserdefault.c (save_folder_combo_changed_cb):
1973         Don't activate the combo if we're in the midst of changing
1974         folders.
1975
1976 2004-03-03  Mark McLoughlin  <mark@skynet.ie>
1977
1978         * tests/testsocket_common.c: (print_hello): don't try and store
1979         pointers in ints. Fixes 64-bit build.
1980
1981 2004-03-03  Federico Mena Quintero  <federico@ximian.com>
1982
1983         * gtk/gtkfilesystem.c (gtk_file_system_get_parent): Simplify by
1984         not using a temporary variable, and clarify the documentation.
1985         Fixes #136008.
1986
1987 2004-03-03  Mark McLoughlin  <mark@skynet.ie>
1988
1989         * gtk/gtkexpander.c:
1990         (gtk_expander_enter_notify), (gtk_expander_leave_notify),
1991         (gtk_expander_set_label_widget): Set the label widget's
1992         state to prelight if we're prelit. Fixes bug #136078.
1993
1994 2004-03-03  Murray Cumming  <murrayc@murrayc.com>
1995
1996         * gtk/gtkradiobutton.h, radiomenuitem.h: Corrected the group_changed
1997         signal vfunc declaration, adding the first parameter, which is the
1998         widget emitting the signal.
1999
2000 2004-03-03  Morten Welinder  <terra@gnome.org>
2001
2002         * tests/testfilechooser.c (update_preview_cb): Plug leak.
2003
2004 Tue Mar  2 23:39:55 2004  Jonathan Blandford  <jrb@gnome.org>
2005
2006         * gtk/gtkfilechooserdialog.c
2007         (file_chooser_widget_default_realized_size_changed): Split
2008         function into realized and unrealized variants, and consolidate
2009         the handling fo size-changing and default changing.
2010
2011         * gtk/gtkfilechooserembed.[ch] (gtk_file_chooser_embed_class_init):
2012         remove resizable-hints-changed, as it just complicated things.
2013
2014         * gtk/gtkfilechooserdefault.c (update_appearance): Don't emit
2015         resizable-hints-changed.
2016         
2017 2004-03-03  Tor Lillqvist  <tml@iki.fi>
2018
2019         * gtk/gtk.def: Add a missing entry. (#135982, J. Ali Harlow)
2020
2021         * NEWS: Correct spelling of my name in one place.
2022
2023 2004-03-02  Federico Mena Quintero  <federico@ximian.com>
2024
2025         * gtk/gtkfilechooserdefault.c
2026         (gtk_file_chooser_default_set_current_folder): Handle errors in
2027         setting the path bar's path.  Fixes #136000, based on a patch by
2028         Morten Welinder.
2029
2030         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_insert_bookmark):
2031         Don't free our own propagated error.
2032
2033         * gtk/gtkpathbar.c (gtk_path_bar_set_path): Likewise, and free the
2034         parent_path upon error.  Fixes #136006, patch by Morten Welinder.
2035         (gtk_path_bar_set_path): Unref the file_folder upon error.
2036         (gtk_path_bar_set_path): Return a boolean success code.
2037
2038 Wed Mar  3 00:28:59 2004  Matthias Clasen  <maclas@gmx.de>
2039
2040         * tests/testcombochange.c: Add an animation mode, to test 
2041         how the combobox behaves if the model changes while it is popped
2042         up.
2043
2044 Tue Mar  2 17:06:05 2004  Owen Taylor  <otaylor@redhat.com>
2045
2046         * === Released 2.3.5 ===
2047
2048         * NEWS: Updates
2049
2050         * configure.in: Version 2.3.5, interface age 0.
2051         Require glib-2.3.5, pango-1.3.5.
2052
2053 Tue Mar  2 23:08:12 2004  Matthias Clasen  <maclas@gmx.de>
2054
2055         * gtk/gtkentrycompletion.c (_gtk_entry_completion_popup): Avoid
2056         popping up the completions across the edge of the monitor.
2057         Part of #135561.
2058
2059 Tue Mar  2 16:47:40 2004  Owen Taylor  <otaylor@redhat.com>
2060
2061         * tests/testfilechooser.c (set_filename_existing_nonexistent_cb): 
2062         Move the /nonexistant stuff out of the main window,
2063         keep the main window somewhat normal looking.
2064
2065 Tue Mar  2 16:18:43 2004  Owen Taylor  <otaylor@redhat.com>
2066
2067         * gtk/gtktreestore.c (gtk_tree_store_reorder)
2068         * gtk/gtkliststore.c (gtk_list_store_reorder): Fix
2069         up the interpretation of new_order to match what
2070         it means elsewhere, document the meaning of new_order.
2071
2072         * gtk/gtkcombobox.c (gtk_combo_box_model_rows_reordered):
2073         Fix interpretation of new_order.
2074
2075         * tests/testcombochange.c (on_reorder): Fix interpretation
2076         of new_order.
2077
2078         * tests/testcombochange.c (on_reorder): Fix hitting
2079         "reorder" with an empty list.
2080
2081 Tue Mar  2 21:23:30 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
2082
2083         Patch from Frederic Crozat, test code from Jean-Philippe
2084         Chancelier. Fixes bug #120479.
2085         
2086         * gtk/gtkcombo.c (gtk_combo_popup_list): Make sure popup belongs
2087         to the right window group.
2088
2089         * gtk/gtkmenu.c (gtk_menu_popup): Same
2090
2091         * tests/testsocket.c (main): Pack the plugs into an hbox instead
2092         of a vbox.
2093
2094         * tests/testsocket_common.c: Add a GtkMenuBar, a GtkCombo and a
2095         GtkComboBox to the children.
2096
2097 Tue Mar  2 14:38:23 2004  Owen Taylor  <otaylor@redhat.com>
2098
2099         * gtk/gtkcombobox.c (gtk_combo_box_model_row_inserted):
2100         If the model was empty before, select the first inserted
2101         item.
2102
2103         * gtk/gtkcombobox.c (gtk_combo_box_model_row_deleted):
2104         Fix up the logic for the new row to select.
2105
2106         * gtk/gtkcombobox.c (gtk_combo_box_class_init):
2107         Rename "appearance" property to "appears-as-list".
2108
2109         * tests/testcombochange.c tests/Makefile.am: Test case
2110         for combos and dynamically changing models.
2111
2112 Tue Mar  2 15:19:52 2004  Jonathan Blandford  <jrb@redhat.com>
2113
2114         * gtk/gtkfilechooserdefault.c
2115         (gtk_file_chooser_default_get_resizable_hints): set the default
2116         value, spotted by Morten Welinder.
2117
2118 Tue Mar  2 15:03:15 2004  Jonathan Blandford  <jrb@redhat.com>
2119
2120         * gtk/gtkfilechooserdefault.c
2121         (gtk_file_chooser_default_get_resizable_hints): get the logic
2122         correct.  This will fix sizing on save dialogs.
2123
2124         (save_widgets_create): set_mnemonic_widget.
2125
2126 2004-03-02  Federico Mena Quintero  <federico@ximian.com>
2127
2128         * gtk/gtkfilechooserdefault.c
2129         (gtk_file_chooser_default_set_current_folder): Don't update the
2130         save folder combo if we are already switching folders; based on a
2131         patch by Jonathan Blandford.
2132
2133         * gtk/gtkfilechooserdefault.c (shortcuts_add_current_folder):
2134         Handle failure to insert the path.  Based on a patch by Morten
2135         Welinder attached to bug #135380.
2136
2137         * tests/testfilechooser.c (extra_widget_create): Add a bunch of
2138         buttons to test various things.
2139
2140 Tue Mar  2 20:59:23 2004  Matthias Clasen  <maclas@gmx.de>
2141
2142         * tests/Makefile.am: Add testentrycompletion.
2143
2144         * tests/testentrycompletion.c: New file to test some of the
2145         more exotic GtkEntryCompletion features.
2146
2147 Tue Mar  2 14:38:10 2004  Jonathan Blandford  <jrb@redhat.com>
2148
2149         * tests/testfilechooser.c (main): improve tests a little.
2150
2151 Tue Mar  2 11:45:50 2004  Owen Taylor  <otaylor@redhat.com>
2152
2153         * gtk/gtkcombobox.c: Always connect to the changed
2154         signals on the model, update the active item as
2155         appropriate when rows are inserted/deleted/reordered,
2156         re-layout the menu on ::rows-reordered.
2157
2158         * gtk/gtkcellview.c (gtk_cell_view_set_displayed_row):
2159         Allow %NULL for path to unset and leave no current
2160         path.
2161
2162 Tue Mar  2 19:54:53 2004  Matthias Clasen  <maclas@gmx.de>
2163
2164         * gtk/gtkcombobox.c (gtk_combo_box_list_position): Position
2165         the popup above the sample if there is not enough room below.
2166         Part of #135543.
2167
2168 Tue Mar  2 19:53:36 2004  Matthias Clasen  <maclas@gmx.de>
2169
2170         * gtk/gtkcombobox.c (gtk_combo_box_set_popup_widget): Make the 
2171         frame for the list mode etched in, to give the popup a slightly
2172         less flat appearance. 
2173
2174 Tue Mar  2 17:55:31 2004  Matthias Clasen  <maclas@gmx.de>
2175
2176         * gtk/gtk.def: Add gtk_combo_box_entry_new_text().  
2177
2178 2004-03-02  Morten Welinder  <terra@gnome.org>
2179
2180         * tests/testfilechooser.c (size_prepared_cb): Don't scale images
2181         that are small enough to fit.  Avoid using incompatibly typed data
2182         pointer.
2183
2184         * gtk/gtkfilechooserdefault.c
2185         (gtk_file_chooser_default_get_resizable_hints): Test the
2186         resize_horizontally pointer, not the deferenced pointer.
2187
2188 2004-03-01  Federico Mena Quintero  <federico@ximian.com>
2189
2190         * gtk/gtkfilechooserdefault.c (struct _GtkFileChooserDefault): New
2191         flag shortcuts_current_folder_is_volume.
2192         (shortcuts_add_current_folder): Set
2193         impl->shortcuts_current_folder_is_volume as appropriate.
2194         (remove_current_folder_cb): Handle the flag.
2195         (shortcuts_activate_item): Likewise.
2196         (shortcuts_update_current_folder): Handle the
2197         impl->shortcuts_current_folder_active flag; only add the folder if
2198         it doesn't already exist in the list.
2199         (shortcuts_model_create): Don't insert the current folder
2200         separator here.
2201         (shortcuts_add_current_folder): Insert the separator here.
2202         (shortcut_find_position): Renamed from shortcut_exists(); now
2203         returns an index.
2204         (shortcuts_add_current_folder): Set the active item in the combo.
2205
2206 2004-03-01  Federico Mena Quintero  <federico@ximian.com>
2207
2208         * gtk/gtkfilechooserdefault.c (shortcuts_row_activated_cb): Eep,
2209         use gtk_tree_model_filter_convert_iter_to_child_iter(), not the reverse.
2210
2211 2004-03-01  Federico Mena Quintero  <federico@ximian.com>
2212
2213         * gtk/gtkfilechooserdefault.c (shortcuts_model_create): Don't
2214         unref an old model; there isn't one.  This was a leftover from
2215         when we recreated the model on every change.
2216         (save_widgets_create): Create the save folder combo.
2217         (shortcuts_model_create): Don't set the model on the tree view
2218         here.
2219         (gtk_file_chooser_default_constructor): Create the shortcuts model
2220         here, before the rest of the widgets.
2221         (shortcuts_list_create): Don't call shortcuts_model_create() here;
2222         just set the model on the tree.
2223         (save_folder_combo_create): New function, provided by Jonathan
2224         Blandford.
2225         (update_appearance): Set the sensitivity of the folder combo.
2226         (shortcuts_activate_iter): New helper function; code moved from
2227         shortcuts_row_activated_cb().
2228         (shortcuts_activate_item): New helper function.
2229         (shortcuts_row_activated_cb): Use shortcuts_activate_iter().
2230         (ShortcutsIndex): Renamed SHORTCUTS_SEPARATOR to
2231         SHORTCUTS_BOOKMARKS_SEPARATOR.
2232         (struct _GtkFileChooserDefault): New field shortcuts_current_folder_active.
2233         (shortcuts_insert_separator): Add a position argument.
2234         (shortcuts_get_index): Handle the SHORTCUTS_CURRENT_FOLDER_SEPARATOR 
2235         and SHORTCUTS_CURRENT_FOLDER positions.
2236         (shortcut_exists): Ignore the current folder row.
2237         (struct _GtkFileChooserDefault): New field shortcuts_filter_model.
2238         (shortcuts_model_create): Create a filter model for the shortcuts list.
2239         (shortcuts_list_create): Set the model to the shortcuts_filter_model.
2240         (remove_bookmark_button_clicked_cb): Use the shortcuts_filter_model.
2241         (bookmarks_check_remove_sensitivity): Likewise.
2242         (shortcuts_row_activated_cb): Likewise.
2243         (gtk_file_chooser_default_set_current_folder): New function.
2244         (gtk_file_chooser_default_set_current_folder): Update the current
2245         folder row in the shortcuts list.
2246
2247         * gtk/gtkfilechooserwidget.c
2248         (gtk_file_chooser_widget_constructor): Cast correctly for
2249         _gtk_file_chooser_embed_set_delegate().
2250
2251 Mon Mar  1 19:30:25 2004  Owen Taylor  <otaylor@redhat.com>
2252
2253         * gtk/gtkdnd.[ch]: Add gtk_drag_source_set/get_target_list().
2254         (#127499, based on patch from Michael Natterer)
2255
2256         * tests/testgtk.c: Fix bidi strings to display correctly
2257         with new auto-bidi.
2258
2259 Tue Mar  2 01:34:40 2004  Matthias Clasen  <maclas@gmx.de>
2260
2261         * gtk/gtksettings.c: Remove the include of Xft.h, which is already
2262         dragged in via pangoxft.h.  (#135496, David Hawthorne)
2263
2264 Mon Mar  1 23:52:15 2004  Tim Janik  <timj@gtk.org>
2265
2266         * gtk/gtkbindings.[hc]: expose gtk_bindings_activate_event(), changed
2267         callers.
2268
2269         * gtk/gtkwindow.[hc]: added gtk_window_propagate_key_event() to expose
2270         the key event propagation mechanism used for focus widgets.
2271         (gtk_window_key_release_event): use the same key event propagation logic
2272         as gtk_window_key_press_event().
2273
2274 2004-03-01  Simon Budig  <simon@gimp.org>
2275
2276         * gdk/x11/gdkinput-x11.c: X11 R6.4 specifies 15 events
2277         for the XInput extension. We want to see them all.
2278         We now get Proximity Out events again. Fixes bug #135320.
2279
2280 Tue Mar  2 00:47:21 2004  Matthias Clasen  <maclas@gmx.de>
2281
2282         * gtk/gtkimmodule.c (match_locale): Use case-insensitive
2283         comparison. Fixes XIM module loading on AIX.  (#131277)
2284
2285 Mon Mar  1 23:59:18 2004  Matthias Clasen  <maclas@gmx.de>
2286
2287         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_row_deleted): 
2288         Make it work correctly when the child model is cleared 
2289         completely. (#121633)
2290
2291 2004-03-01  Michael Natterer  <mitch@gimp.org>
2292
2293         * gtk/gtkfilechooserwidget.h: removed accidentially committed char
2294         which broke the build.
2295
2296 Mon Mar  1 16:51:21 2004  Jonathan Blandford  <jrb@redhat.com>
2297
2298         * gtk/gtkfilechooserdialog.c
2299         (file_chooser_widget_default_size_changed): only store the size if
2300         we can resize in that direction.
2301
2302 Mon Mar  1 16:32:52 2004  Jonathan Blandford  <jrb@redhat.com>
2303
2304         * gtk/gtkfilechooserwidget.c
2305         (gtk_file_chooser_widget_new_with_backend): new function.  Long
2306         name.
2307
2308 2004-03-01  Morten Welinder  <terra@gnome.org>
2309
2310         * gtk/gtkfilesystemunix.c (filename_get_info): Only stat when
2311         needed.
2312
2313         * gtk/gtkfilesystemmodel.c (file_model_node_is_visible): Simplify
2314         semantics and check for errors.
2315
2316         * gtk/gtkpathbar.c (gtk_path_bar_set_path): Propagate errors.
2317
2318         * gtk/gtkfilefilter.c (gtk_file_filter_filter): Don't crash if
2319         display_name is NULL.
2320
2321 Mon Mar  1 14:16:52 2004  Owen Taylor  <otaylor@redhat.com>
2322
2323         Based on patch by Alex Larsson
2324
2325         * gtk/gtkfilechooserdefault.c: Use gtk-file-chooser-backend
2326         GtkSetting to set the backend if the app doesn't specify one.
2327
2328         * gdk/x11/gdkevents-x11.c gtk/gtksettings.c:
2329         Add Gtk/FileChooserBackend.
2330
2331 Mon Mar  1 20:32:06 2004  Tim Janik  <timj@gtk.org>
2332
2333         * autogen.sh:
2334         - exit with $? instead of 1 in case of failure
2335         - exit with $? if ./configure failed
2336           (that's so autogen.sh && make lines work)
2337         - removed --enable-gtk-doc option
2338         - added $AUTOGEN_CONFIGURE_ARGS
2339
2340 2004-03-01  Federico Mena Quintero  <federico@ximian.com>
2341
2342         * gtk/gtkfilechooserdefault.c (list_model_filter_func): Test for
2343         filter_info.uri correctly.  Fixes #135379, pointed out by Damon
2344         Chaplin.
2345         (shortcuts_get_index): Compute the bookmarks index correctly.
2346         Fixes #135714, pointed out by Damon Chaplin.
2347         (gtk_file_chooser_default_list_shortcut_folders): Handle the case
2348         with no shortcuts, and don't run off the end of the list if there
2349         are no bookmarks and their separator.  Fixes #135572, patch by
2350         Damon Chaplin.
2351
2352 Mon Mar  1 12:23:06 2004  Owen Taylor  <otaylor@redhat.com>
2353
2354         * gtk/gtklabel.c: Handle dynamically resolved bidi direction
2355         when drawing the cursor. (#118541)
2356
2357         * gtk/gtkentry.c (get_better_cursor_x): Use entry->resolved_dir;
2358
2359         * gtk/gtkentry.c (draw_insertion_cursor): Fix up
2360         some confusion in parameter ordering.
2361
2362 Mon Mar  1 12:05:54 2004  Jonathan Blandford  <jrb@redhat.com>
2363
2364         * gtk/gtkfilechooserdialog.c
2365         (file_chooser_widget_resizable_hints_changed): Handle
2366         shrinking/growing.
2367
2368 2004-03-01  Michael Natterer  <mitch@gimp.org>
2369
2370         * gtk/gtktextbtree.c: removed underscores from calls to
2371         gtk_text_btree_resolve_bidi().
2372
2373 Mon Mar  1 10:41:27 2004  Owen Taylor  <otaylor@redhat.com>
2374
2375         Patch from Dov Grobgeld to implement auto-bidi-direction
2376         for GtkTextView (#118543)
2377
2378         * gtk/gtktextbtree.[ch]: Resolve bidi base direction
2379         for each line by propagating backwards/forwards as
2380         necessary.
2381
2382         * gtk/gtktextlayout.[ch] gtk/gtktextview.c: Set the 
2383         bidi base direction for the ;ine with the cursor from 
2384         the keyboard direction. Add gtk_text_layout_set_keyboard_direction().
2385         
2386 Mon Mar  1 10:31:11 2004  Owen Taylor  <otaylor@redhat.com>
2387
2388         * gtk/gtkentry.[ch]: Implement auto-bidi-direction,
2389         based on a patch from Dov Grobgeld. (#118540)
2390
2391 Sun Feb 29 22:01:49 2004  Owen Taylor  <otaylor@redhat.com>
2392
2393         * gtk/gtkentry.[ch]: Add gtk_entry_set_alignment() 
2394         to allow right-aligned entries and a "xalign" 
2395         property. (#59799, patch from Egon Andersen and 
2396         Steffen Gutmann)
2397
2398         * gtk/gtkmisc.c (gtk_misc_class_init): Use improved
2399         xalign property description here too.
2400
2401         * tests/testtext.c: UNDERLINE_ERROR test addition
2402         from Nicolas Settons' patch.
2403
2404 Sun Feb 29 20:34:06 2004  Owen Taylor  <otaylor@redhat.com>
2405
2406         * gtk/gtkwindow.[ch] gtk/gtkmenushell.c: export
2407         gtk_window_activate_key() (Request from Tim Janik)
2408
2409 Mon Mar  1 01:00:11 2004  Matthias Clasen  <maclas@gmx.de>
2410
2411         * gtk/gtktextview.c (gtk_text_view_drag_data_received): 
2412         Make DND operations within a buffer move the dragged 
2413         text instead of copying it; also make DND operations 
2414         a single user action for undo purposes.  (#135191, 
2415         #93139, reported by Tommi Komulainen, patch by Paolo Borelli
2416         and Paolo Maggi)
2417
2418 Mon Mar  1 00:51:11 2004  Matthias Clasen  <maclas@gmx.de>
2419
2420         * NEWS: News for 2.3.5.
2421
2422 Sun Feb 29 23:25:35 2004  Matthias Clasen  <maclas@gmx.de>
2423
2424         * gtk/gtkentry.c (gtk_entry_completion_key_press): 
2425         Fix the Shift-Tab support to go backwards.
2426
2427 Sun Feb 29 16:40:40 2004  Owen Taylor  <otaylor@redhat.com>
2428
2429         * gtk/gtktextview.c (gtk_text_view_class_init): Fix 
2430         capitalization to match other style properties.
2431
2432 Sun Feb 29 16:38:53 2004  Owen Taylor  <otaylor@redhat.com>
2433
2434         * gtk/gtktextview.c (gtk_text_view_class_init): Fix a
2435         typo in property string.
2436
2437 Sun Feb 29 16:35:23 2004  Owen Taylor  <otaylor@redhat.com>
2438
2439         * gdk/gdkpango.c gtk/gtktextdisplay.c: Implement
2440         PANGO_UNDERLINE_ERROR (Based on a patch by
2441         Nicolas Setton, #114237)
2442
2443         * gtk/gtktextview.c: Add a error-underline-color style
2444         property.
2445
2446 Sun Feb 29 19:04:33 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
2447
2448         * gtk/gtkrange.c (_gtk_range_get_wheel_delta): New internal
2449         function returning a good step value for the mouse wheel. For
2450         scrollbars, base the step on page_size^(2/3), for other ranges,
2451         use 2 * step_increment.
2452
2453         * gtk/gtkrange.c (gtk_range_scroll_event): Use it here ...
2454
2455         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_scroll_event): 
2456         ... and here.
2457
2458         * gtk/gtkmenu.c (gtk_menu_leave_notify): Fix a warning.
2459
2460 Sun Feb 29 01:51:27 2004  Jonathan Blandford  <jrb@gnome.org>
2461
2462         * gtk/gtkfilechooserembed.c
2463         (_gtk_file_chooser_embed_get_default_size):  Add g_return_if_fail()
2464         (_gtk_file_chooser_embed_get_resizable_hints): Add g_return_if_fail()
2465
2466         * gtk/gtkfilechooserdialog.c
2467         (file_chooser_widget_default_size_changed): Get the correct
2468         initial size for the dialog.  Also, don't bother with
2469         gtk_window_set_default_size().  It's not really meaningful.
2470
2471         * gtk/gtkfilechooserdefault.c
2472         (gtk_file_chooser_default_get_default_size): Get the correct
2473         spacing for the preview_widget
2474         (update_preview_widget_visibility): Clear widget field after we
2475         destroy it.
2476
2477 2004-02-29  Federico Mena Quintero  <federico@ximian.com>
2478
2479         * gtk/gtkfilechooserdefault.c
2480         (gtk_file_chooser_default_set_property): Handle
2481         GTK_FILE_CHOOSER_PROP_USE_PREVIEW_LABEL.
2482         (gtk_file_chooser_default_get_property): Likewise.
2483         (struct _GtkFileChooserDefault): Added fields for preview_label,
2484         use_preview_label, preview_display_name, preview_box.  Removed
2485         preview_frame.
2486         (set_preview_widget): Reorder the widget in relation to the label.
2487         (update_preview_widget_visibility): Create or destroy the preview
2488         label.
2489         (check_preview_change): Update impl->preview_display_name and the
2490         label.
2491         (find_good_size_from_style): Use the preview_box.
2492         (gtk_file_chooser_default_finalize): Free
2493         impl->preview_display_name.
2494         (gtk_file_chooser_default_init): Initialize
2495         impl->use_preview_label.
2496
2497         * gtk/gtkfilechooser.c (gtk_file_chooser_class_init): Add a
2498         "use-preview-label" property.
2499         (gtk_file_chooser_set_use_preview_label): New function.  This sets
2500         whether one wants the file chooser to display a stock label with
2501         the previewed filename.  Apps that do really fancy previews can
2502         turn this off and draw the name themselves.
2503         (gtk_file_chooser_get_use_preview_label): New function.
2504         (gtk_file_chooser_get_preview_widget_active): Documentation fix.
2505
2506         * gtk/gtkfilechooserutils.h (GtkFileChooserProp): Add a
2507         GTK_FILE_CHOOSER_PROP_USE_PREVIEW_LABEL value.
2508
2509         * gtk/gtkfilechooserutils.c
2510         (_gtk_file_chooser_install_properties): Override the
2511         "use-preview-label" property.
2512
2513 Sun Feb 29 04:43:29 2004  Matthias Clasen  <maclas@gmx.de>
2514
2515         * gtk/gtkentry.c (gtk_entry_completion_key_press): Make Tab and
2516         Shift-Tab work when the completion popup is shown.
2517
2518 2004-02-28  Federico Mena Quintero  <federico@ximian.com>
2519
2520         * gtk/gtkfilechooserdefault.c (create_folder_tree): Use "Name" for
2521         the title of the filename column.
2522         (create_file_list): Likewise.
2523
2524 Sun Feb 29 03:31:42 2004  Matthias Clasen  <maclas@gmx.de>
2525
2526         * gtk/gtkentry.c (gtk_entry_completion_key_press): Fix Page_Up 
2527         and Page_Down in the completion popup to move page-wise if we're
2528         scrolling.
2529
2530 2004-02-28  Federico Mena Quintero  <federico@ximian.com>
2531
2532         * gtk/gtkfilechooserdefault.c (set_cell_text_bold_if_folder):
2533         Removed.
2534         (list_name_data_func): Don't call the function above.
2535         (list_mtime_data_func): Likewise.
2536
2537 Sun Feb 29 02:34:35 2004  Matthias Clasen  <maclas@gmx.de>
2538
2539         * gtk/gtkcombobox.c (gtk_combo_box_list_position): New 
2540         function which calculates position and size for the popup in
2541         list mode. Currently it only pushes the popup horizontally 
2542         into the screen.
2543
2544 Sun Feb 29 01:10:09 2004  Matthias Clasen  <maclas@gmx.de>
2545
2546         * gtk/gtkcombobox.c: Implement the previous fix in a better way,
2547         small cleanups.
2548
2549 2004-02-28  Hans Breuer  <hans@breuer.org>
2550
2551         * gtk/gtkfilesystemwin32.c : applied patch from
2552         J. Ali Harlow <ali@juiblex.co.uk>, fixes bug #135641
2553
2554 Sat Feb 28 23:30:36 2004  Matthias Clasen  <maclas@gmx.de>
2555
2556         * gtk/gtkcombobox.c (gtk_combo_box_popup): Actually resize the
2557         popup window before popping up.  (#135651)
2558
2559 Sat Feb 28 23:29:35 2004  Matthias Clasen  <maclas@gmx.de>
2560
2561         * gtk/gtkcombobox.c (gtk_combo_box_class_init): 
2562         * gtk/gtkcombobox.c (gtk_combo_box_init): Override the default
2563         handler for style_set in class_init instead of connecting to
2564         the signal in init. (noticed by Yosh).
2565
2566 Sat Feb 28 14:48:35 2004  Owen Taylor  <otaylor@redhat.com>
2567
2568         * demos/gtk-demo/main.c (read_line): #ifdef HAVE_FLOCKFILE, 
2569         not #ifndef HAVE_FLOCKFILE. (#135642, J. Ali Harlow)
2570
2571 2004-02-28  Hans Breuer  <hans@breuer.org>
2572
2573         * gtk/gtkfilesystemwin32.c : adapt to add -> insert_bookmark
2574         change. Also merged some crossplatform code from 
2575         gtkfilesystemunix.c
2576         * gtk/gtk.def : updated externals
2577
2578         * gtk/makefile.msc.in : added gtkfilechooserembed.obj
2579
2580 2004-02-28  Hans Breuer  <hans@breuer.org>
2581
2582         * gdk/win32/gdkdnd-win32.c : set current_dest_drag to NULL
2583         when destroying, fixes bug #120007. Also removed the mirrored
2584         ref counting for deprecated gdk_drag_context_<ref|unref>()
2585         cause it wasn't reliable anymore anyway.
2586
2587         * gdk/win32/gdkdisplay-win32.c : fix typo, which should
2588         have broken the win32 build for everyone not using msvc
2589
2590         * gdk/win32/gdkevents-win32.c : WM_GETMINAMXINFO ensure not to
2591         return negative values for ptMaxTrackSize, it caused snapping
2592         windows to their minimum size
2593
2594 Sat Feb 28 01:39:01 2004  Matthias Clasen  <maclas@gmx.de>
2595
2596         * gtk/gtkcombobox.c (gtk_combo_box_set_wrap_width): Support
2597         switching back to non-gridded mode.  (#135169)
2598
2599 Fri Feb 27 22:29:46 2004  Matthias Clasen  <maclas@gmx.de>
2600
2601         * gtk/gtkwidget.c (gtk_widget_can_activate_accel): Add "Since: 2.4".
2602
2603 Fri Feb 27 18:52:19 2004  Jonathan Blandford  <jrb@redhat.com>
2604
2605         * gtk/gtkfilechooserdialog.c (gtk_file_chooser_dialog_style_set):
2606         Whoops.  Didn't mean to commit the size change.
2607
2608 Fri Feb 27 18:46:27 2004  Jonathan Blandford  <jrb@redhat.com>
2609
2610         * gtk/gtkfilechooserembed.h: New private interface to help
2611         negotiate the default size of the widget.  Still a bit buggy, but
2612         better than the old behavior.
2613
2614         * gtk/gtkfilechooserdefault.c: Implement the embed interface.
2615
2616         * gtk/gtkfilechooserwidget.c: Proxy the embed interface.
2617
2618         * gtk/gtkfilechooserdialog.c: Use the embed interface.
2619
2620 2004-02-27  Federico Mena Quintero  <federico@ximian.com>
2621
2622         * gtk/gtkfilesystem.c (gtk_file_system_insert_bookmark): Added a
2623         "position" argument.
2624
2625         * gtk/gtkfilesystem.h (GtkFileSystemError): Added value for 
2626         GTK_FILE_SYSTEM_ERROR_ALREADY_EXISTS.
2627         (struct _GtkFileSystemIface): Added a "position" argument to the
2628         ::insert_bookmark() method.
2629
2630         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_insert_bookmark):
2631         Updated; renamed from gtk_file_system_unix_add_bookmark().  Return
2632         an error if the path already exists in the bookmarks list.
2633         (gtk_file_system_unix_remove_bookmark): Return an error if the
2634         path does not exist in the bookmarks list.
2635
2636         * gtk/gtkfilechooserdefault.c (shortcuts_add_bookmark_from_path):
2637         For now, use gtk_file_system_insert_bookmark() with -1 for the
2638         position.  DnD will come next.
2639
2640 Fri Feb 27 21:42:28 2004  Matthias Clasen  <maclas@gmx.de>
2641
2642         * gtk/gtkcombobox.c (gtk_combo_box_relayout): 
2643         * gtk/gtkcombobox.c (gtk_combo_box_style_set): Simplify, only 
2644         create a new setup if appearance actually changed.
2645         * gtk/gtkcombobox.c (gtk_combo_box_cell_layout_clear): 
2646         * gtk/gtkcombobox.c (gtk_combo_box_get_cell_info): Make 
2647         these more robust.  (#127623, Damon Chaplin)
2648
2649 Fri Feb 27 15:06:00 2004  Jonathan Blandford  <jrb@redhat.com>
2650
2651         * gtk/gtkfilechooser.c (gtk_file_chooser_class_init): remove
2652         folder-mode property.
2653
2654         * gtk/gtkfilechooserutils.c
2655         (_gtk_file_chooser_install_properties): remove FOLDER_MODE property.
2656
2657 Thu Feb 26 17:38:40 2004  Manish Singh  <yosh@gimp.org>
2658
2659         * gtk/gtkcombobox.c: Add function declaration for
2660         gtk_combo_box_list_remove_grabs().
2661
2662 Fri Feb 27 02:33:21 2004  Matthias Clasen  <maclas@gmx.de>
2663
2664         * gtk/gtkentry.c (keyval_is_cursor_move): Classifiy Page Up/Down as
2665         cursor move, but not Home and End.
2666
2667         * gtk/gtkentry.c (gtk_entry_completion_key_press): Lets Page Up/Down
2668         jump to the ends of the list, not Home and End - since we're not 
2669         scrolling yet, a "page" is always the complete list.  (#127430, Marco
2670         Pesenti Gritti)
2671
2672 Fri Feb 27 00:39:11 2004  Matthias Clasen  <maclas@gmx.de>
2673
2674         * gtk/gtkcombobox.c (gtk_combo_box_list_destroy): 
2675         * gtk/gtkcombobox.c (gtk_combo_box_menu_destroy): Don't let
2676         the priv pointers dangle.  (#127623, Damon Chaplin)
2677
2678 Thu Feb 26 17:31:34 2004  Manish Singh  <yosh@gimp.org>
2679
2680         * gdk/x11/xsettings-client.c (read_settings): fix ytpo: s/eles/else/
2681
2682 Thu Feb 26 19:53:32 2004  Owen Taylor  <otaylor@redhat.com>
2683
2684         * gdk/x11/xsettings-common.h (xsettings_client_process_event): 
2685         Add xsettings_client_set_grab_func,
2686         Add xsettings_client_set_ungrab_func to the list of renames.
2687
2688 Thu Feb 26 19:48:39 2004  Owen Taylor  <otaylor@redhat.com>
2689
2690         * gdk/x11/xsettings-client.c (read_settings): Fix memory leak
2691         in case of mismatched property type.
2692
2693 Thu Feb 26 18:25:57 2004  Jonathan Blandford  <jrb@gnome.org>
2694
2695         * gtk/gtkfilechooser.h (GtkFileChooserAction): Add two more folder
2696         modes to the enum.
2697
2698         * gtk/gtkfilechooser.c (gtk_file_chooser_set_folder_mode): Remove.
2699         (gtk_file_chooser_get_folder_mode): Remove
2700
2701 Thu Feb 26 17:29:04 2004  Owen Taylor  <otaylor@redhat.com>
2702
2703         * gdk/x11/gdkevents-x11.c (gdk_wm_protocols_filter): Return
2704         GDK_FILTER_CONTINUE for unhandled message types.
2705
2706         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Allow
2707         multiple filters for the same event type with the standard
2708         "GDK_FILTER_CONTINUE == pretend I wasn't here" semantics.
2709
2710         * gdk/x11/gdkevents-x11.c (gdk_display_add_client_message_filter):
2711         Append to the filter list not prepend, since order now matters.
2712
2713         * gdk/win32/gdkevents-win32.c (gdk_add_client_message_filter): 
2714         Append to the filter list not prepend, since order now matters.
2715         
2716 Thu Feb 26 23:39:07 2004  Matthias Clasen  <maclas@gmx.de>
2717
2718         Fixes for #135333, analysed by Damon Chaplin:
2719         
2720         * gtk/gtkcombobox.c (gtk_combo_box_list_button_pressed): Don't
2721         grab here.
2722         * gtk/gtkcombobox.c (gtk_combo_box_popup): Do the grabs here, 
2723         so that we don't forget to grab when the menu is popped via
2724         keynav.
2725         * gtk/gtkcombobox.c (gtk_combo_box_list_button_released): Don't
2726         ungrab here.
2727         * gtk/gtkcombobox.c (gtk_combo_box_popdown): Do the ungrabs here.
2728
2729 Thu Feb 26 23:26:00 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
2730
2731         * gtk/gtkstatusbar.c (set_grip_cursor): New function. Use resize
2732         cursors for resize grips. (Bug #129621)
2733
2734         * gtk/gtktoolbar.c (gtk_toolbar_get_relief_style): Documentation
2735         fix - patch by Torsten Schoenfeld.
2736
2737         * gtk/gtkmenubar.c (gtk_menu_bar_size_request): don't request
2738         space between the items. (Bug #110775)
2739
2740         * gtk/gtkrc.c (_gtk_rc_init): Provide extra horizontal padding
2741         inside menu items that are inside a menu bar. (Bug #110775)
2742         
2743         * configure.in (HAVE_XCURSOR): Make XCurosr part of GDK_EXTRA_,
2744         not GDK_PACKAGES, to prevent applications from getting linked to
2745         it (Bug #119804)
2746
2747         * gtk/gtkmenubar.c (gtk_menu_bar_size_allocate): Put the vertical
2748         ipadding inside the item. (Bug #61843)
2749
2750 Thu Feb 26 22:56:40 2004  Matthias Clasen  <maclas@gmx.de>
2751
2752         * gtk/gtkwidget.c: Replace gtk_widget_get_mnemonic_widgets() 
2753         by list_mnemonic_widgets() in doc comments as well.
2754
2755 Thu Feb 26 16:36:38 2004  Owen Taylor  <otaylor@redhat.com>
2756
2757         Fixes from Torsten Schoenfeld.
2758
2759         * gtk/gtkwidget.c (gtk_widget_add_mnemonic_label): 
2760         Fix name in doc comment.
2761
2762         * gtk/gtkwidget.h: gtk_widget_list_mnemonic_labels(),
2763         not get_mnemonic_labels.
2764
2765 Thu Feb 26 22:20:44 2004  Matthias Clasen  <maclas@gmx.de>
2766
2767         * gtk/gtkcomboboxentry.h:
2768         * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_new_text): New
2769         convenience API to construct simple text combos, implemented by
2770         Damon Chaplin.
2771
2772         * tests/testcombo.c: Use gtk_combo_box_entry_new_text.
2773
2774 Thu Feb 26 22:19:29 2004  Matthias Clasen  <maclas@gmx.de>
2775
2776         * gtk/gtkcombobox.c (gtk_combo_box_new_text): Improve the docs.
2777
2778 Thu Feb 26 15:43:43 2004  Owen Taylor  <otaylor@redhat.com>
2779
2780         * gtk/gtkstyle.[ch]: Export insertion cursor drawing functionality
2781         in a simplified form as gtk_draw_insertion_cursor().
2782         (#99031, request from Alex Larsson)
2783
2784         * gtk/gtktextdisplay.c gtk/gtkentry.c gtk/gtklabel.c:
2785         Adapt to new gtk_draw_insertion_cursor().
2786
2787         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_class_init)
2788         gtk/gtkstyle.c (gtk_style_class_init): Add some missed
2789         Since: 2.4.
2790
2791         * gtk/gtkiconfactory.c (icon_size_settings_changed)
2792           gtk/gtkicontheme.c (do_theme_change)
2793           gtk/gtkrc.c (_gtk_rc_context_get_default_font_name)
2794         * gtk/gtksettings.c (gtk_settings_notify):
2795         _gtk_rc_reset_styles => gtk_rc_reset_styles.
2796
2797 Thu Feb 26 21:52:58 2004  Matthias Clasen  <maclas@gmx.de>
2798
2799         Fixes for #127804 and #134722, Damon Chaplin:
2800         
2801         * gtk/gtkcombobox.c (gtk_combo_box_cell_layout_pack_end): 
2802         * gtk/gtkcombobox.c (gtk_combo_box_cell_layout_pack_start): 
2803         Ref and sink the cell renderers here.
2804         
2805         * gtk/gtkcombobox.c (gtk_combo_box_finalize): Unref the cell
2806         renderers here, and free attributes and func_data. 
2807
2808 Thu Feb 26 21:41:38 2004  Matthias Clasen  <maclas@gmx.de>
2809
2810         * gtk/gtkrc.c (gtk_rc_reset_styles): Mark as 2.4 API addition.
2811
2812 Thu Feb 26 14:47:22 2004  Dom Lachowicz <cinamod@hotmail.com>
2813
2814         * gtk/gtk.def: Export gtk_rc_reset_styles()
2815
2816 Thu Feb 26 14:47:22 2004  Owen Taylor  <otaylor@redhat.com>
2817
2818         * gtk/gtkrc.[ch]: Export gtk_rc_reset_styles(). 
2819         (Request from Dom Lachowicz, #123769)
2820
2821 Wed Feb 25 19:11:31 2004  Owen Taylor  <otaylor@redhat.com>
2822
2823         * gtk/gtkradiobutton.[ch] gtk/gtkradiomenuitem.[ch]: Add a
2824         ::group-changed signal emitted when the radio button/menu item 
2825         is moved from one group of radio buttons to another. 
2826         (#79563, based partially on a patch from Padraig O'Briain)
2827
2828 Thu Feb 26 13:23:47 2004  Owen Taylor  <otaylor@redhat.com>
2829
2830         * gdk/x11/gdkwindow-x11.c (set_text_property): Use the right
2831         free() function. (#135511, George Bronnikov)
2832
2833 2004-02-26  Federico Mena Quintero  <federico@ximian.com>
2834
2835         * configure.in: Added a comment to inform translators that they
2836         must add .po files to both po/ and po-properties/ when they add
2837         new languages to ALL_LINGUAS.
2838
2839 Wed Feb 25 15:36:50 2004  Owen Taylor  <otaylor@redhat.com>
2840
2841         * gdk/x11/gdkselection-x11.c (gdk_utf8_to_compound_text_for_display):
2842         Call g_convert(), not g_convert() with fallback, since Emacs is
2843         happier if we reject the COMPOUND_TEXT request and it can
2844         then ask for UTF-8. (#114527)
2845
2846         * gtk/gtkselection.c (gtk_selection_data_set_text): When
2847         TEXT is requested, if COMPOUND_TEXT fails, fall back to STRING.
2848
2849 Wed Feb 25 22:35:00 2004  Tomasz KÅ‚oczko <kloczek@pld.org.pl>
2850
2851         * cinfigure.in: After changes in G_DEFINE_TYPE minimal required glib
2852         vesion for build gtk+ is now 2.3.3.
2853
2854 Wed Feb 25 16:00:40 2004  Jonathan Blandford  <jrb@gnome.org>
2855
2856         * gtk/gtkfilechooserdefault.c (update_appearance): move the
2857         expander code.
2858
2859 2004-02-25  Danilo Å egan  <dsegan@gmx.net>
2860
2861         * configure.in (ALL_LINGUAS): po-properties/sr@ije.po added, so
2862         adding back sr@ije.
2863
2864 2004-02-25  Federico Mena Quintero  <federico@ximian.com>
2865
2866         * configure.in (ALL_LINGUAS): Remove sr@ije until po-properties/
2867         is fixed for it.
2868
2869 Wed Feb 25 12:44:49 2004  Owen Taylor  <otaylor@redhat.com>
2870
2871         * gtk/gtkstyle.[ch]: Make realize and unrealize signals. (#73310)
2872
2873 Wed Feb 25 12:21:32 2004  Owen Taylor  <otaylor@redhat.com>
2874
2875         * gtk/gtkwidget.[ch] gtk/gtklabel.c: Patch from
2876         Padraig O'Briain to add gtk_widget_add/remove_mnemonic_label,
2877         gtk_widget_get_mnemonic_labels(). (#103456)
2878
2879 2004-02-25  Danilo Å egan  <dsegan@gmx.net>
2880
2881         * configure.in: Added sr@ije to ALL_LINGUAS.
2882
2883 Wed Feb 25 09:46:34 2004  Owen Taylor  <otaylor@redhat.com>
2884
2885         * gtk/gtkstyle.c (gtk_style_finalize): Free 
2886         style->icon_factories (#130128)
2887
2888 Wed Feb 25 03:52:58 2004  Jonathan Blandford  <jrb@gnome.org>
2889
2890         * gtk/gtkpathbar.c: use gtk_widget_push/pop_composite_child around
2891         internal buttons.
2892
2893         * gtk/gtkfilechooserdefault.c (struct _GtkFileChooserDefault):
2894         rename some widgets to make it clear where they are packed.
2895         (update_appearance): New function to handle all the 'logic' of
2896         layout in one place.  We aren't trying to keep all our properties
2897         in sync.
2898         (gtk_file_chooser_default_set_property): use update_appearance()
2899
2900 2004-02-24  Federico Mena Quintero  <federico@ximian.com>
2901
2902         * gtk/gtkfilechooserdefault.c (shortcuts_model_create): Renamed
2903         from create_shortcuts_model().
2904         (struct _GtkFileChooserDefault): Renamed the shortcuts_tree field
2905         to shortcuts_list.
2906         (shortcuts_list_create): Renamed from shortcuts_tree_create().
2907         (create_file_list): Enable the tree view as a model drag source.
2908         (create_folder_tree): Likewise.
2909
2910         * gtk/gtkfilesystemmodel.c (_gtk_file_system_model_get_type):
2911         Register the drag source interface.
2912         (drag_source_iface_init): New function.
2913         (drag_source_row_draggable): New function.
2914         (drag_source_drag_data_get): New function.
2915
2916 Tue Feb 24 19:12:07 2004  Owen Taylor  <otaylor@redhat.com>
2917
2918         * === Released 2.3.4 ===
2919
2920         * configure.in: Bump version to 2.3.4, fix broken
2921         gtk_binary_age value by copying the GLib logic
2922         to automatically set it to the right values.
2923
2924 Wed Feb 25 00:13:24 2004  Matthias Clasen  <maclas@gmx.de>
2925
2926         * gtk/gtkcombobox.c (gtk_combo_box_menu_row_changed): 
2927         * gtk/gtkcombobox.c (gtk_combo_box_list_row_changed): 
2928         Don't resize priv->cell_view if it is NULL.  (#127804, 
2929         Damon Chaplin)
2930         
2931 Wed Feb 25 00:06:50 2004  Matthias Clasen  <maclas@gmx.de>
2932
2933         * gtk/gtkcombobox.c: Add a comment about the different 
2934         modi of this widget. Get rid of priv->hbox, and some other
2935         cleanups. Make sure that gtk_combo_box_unset_model() is 
2936         always called before setting up a different mode. 
2937
2938 Tue Feb 24 17:51:49 2004  Owen Taylor  <otaylor@redhat.com>
2939
2940         * gtk/gtkaccellabel.c (gtk_accel_label_refetch): Convert
2941         underscores in keyval names to spaces. (#131480)
2942
2943 Tue Feb 24 17:35:59 2004  Owen Taylor  <otaylor@redhat.com>
2944
2945         * m4macros/gtk-2.0.m4: Add some quotes around ***. (#130073,
2946         Uwe Zeisberger)
2947
2948 Tue Feb 24 14:45:03 2004  Owen Taylor  <otaylor@redhat.com>
2949
2950         * === Released 2.3.3 ===
2951
2952         * configure.in: Version 2.3.3, interface age 0.
2953
2954         * NEWS: Finish updates for 2.3.3.
2955
2956 2004-02-24  Federico Mena Quintero  <federico@ximian.com>
2957
2958         * gtk/gtkfilechooserdefault.c (save_widgets_create): Use a plain
2959         GtkEntry for the filename, not a GtkFileChooserEntry.
2960         (update_chooser_entry): Use gtk_entry_set_text() rather than
2961         _gtk_file_chooser_entry_set_file_part().
2962         (gtk_file_chooser_default_set_current_name): Likewise.
2963         (gtk_file_chooser_default_set_current_folder): Don't set the base
2964         folder of the entry, and don't call update_chooser_entry().
2965         (gtk_file_chooser_default_get_paths): Use the plain entry.
2966         (save_widgets_create): Store the "Save in Folder" label in the
2967         impl structure.
2968         (expander_activate_cb): Set the sensitivity of the label and
2969         combo.
2970         (save_widgets_create): Connect to "notify::expanded" rather than
2971         "activate" on the expander.
2972         (expander_changed_cb): Renamed from expander_activate_cb().  Flip
2973         the conditions again...
2974
2975 Tue Feb 24 14:43:07 2004  Jonathan Blandford  <jrb@gnome.org>
2976
2977         * gtk/gtktreeview.c (gtk_tree_view_bin_expose): only draw the sort
2978         column as different if there are 3 or more visible columns.
2979
2980 2004-02-24  Anders Carlsson  <andersca@gnome.org>
2981
2982         * gtk/gtkfilechooserdefault.c: (shortcuts_insert_separator):
2983         Fix compilation (#135278, Padraig O'Briain).
2984         
2985 2004-02-24  Anders Carlsson  <andersca@gnome.org>
2986
2987         * gtk/gtkfilechooserdefault.c: (shortcuts_append_desktop):
2988         Translate the desktop label.
2989         
2990         (shortcuts_get_index), (shortcuts_add_bookmarks),
2991         (shortcuts_insert_separator), (create_shortcuts_model):
2992         Don't show the bookmark separator if there are no bookmarks.
2993         
2994 Tue Feb 24 01:41:30 2004  Jonathan Blandford  <jrb@gnome.org>
2995
2996         * gtk/gtkfilechooserdefault.c (location_popup_handler): Make the
2997         dialog look like the nautilus dialog.
2998         (expander_activate_cb): get the order correct.
2999
3000 2004-02-23  Federico Mena Quintero  <federico@ximian.com>
3001
3002         * gtk/gtkfilechooserdefault.c (list_selection_changed): Call
3003         bookmarks_check_add_sensitivity().
3004         (shortcut_exists): New helper function; moved the testing code
3005         over from bookmarks_check_add_sensitivity().
3006         (bookmarks_check_add_sensitivity): Check the contents of the
3007         selection in the file/folder list.  Use shortcut_exists().
3008         (shortcuts_add_bookmark_from_path): Don't insert the bookmark if
3009         the path is already in the shortcuts list.
3010         (add_bookmark_button_clicked_cb): Add the bookmarks from the list
3011         selection or from the current folder, as appropriate.
3012
3013 Mon Feb 23 21:09:06 2004  Jonathan Blandford  <jrb@gnome.org>
3014
3015         * gtk/gtkfilechooserdefault.c (shortcuts_pane_create): Add
3016         mnemonics.  Sorry translators.
3017
3018 Tue Feb 24 02:24:58 2004  Matthias Clasen  <maclas@gmx.de>
3019
3020         * NEWS: Additions. This should be complete for the main ChangeLog
3021         now, still need to sift through gdk-pixbuf, docs, and translations.
3022
3023 Mon Feb 23 19:57:45 2004  Jonathan Blandford  <jrb@gnome.org>
3024
3025         * gtk/gtkcellrendererseptext.c (gtk_cell_renderer_sep_get_size):
3026         Add a get_size implementation so that we are no longer the same
3027         height as text.
3028
3029 2004-02-24  Anders Carlsson  <andersca@gnome.org>
3030
3031         * gtk/gtkfilechooserdefault.c: (shortcuts_insert_path),
3032         (shortcuts_remove_rows), (shortcuts_append_bookmarks),
3033         (create_shortcuts_model), (shortcuts_tree_create),
3034         (gtk_file_chooser_default_remove_shortcut_folder):
3035         Improve bookmark list rendering by controlling the visibility
3036         of the pixbuf cell so that it will be invisible for the separator
3037         row, also use a list store instead of a tree store for the model
3038         so we won't get unnecessary space for an expander.
3039         
3040 Tue Feb 24 01:08:27 2004  Matthias Clasen  <maclas@gmx.de>
3041
3042         * gtk/gtkcombobox.c: Add a destroy implementation in order to
3043         set priv->cell_view to NULL before finalize stumbles over the 
3044         dangling pointer. This big array of pointers into the widget 
3045         tree in GtkComboBoxPrivate is really fragile and should be
3046         cleaned up.
3047
3048 Mon Feb 23 17:52:43 2004  Jonathan Blandford  <jrb@gnome.org>
3049
3050         * gtk/gtkfilechooserdefault.c (main_paned_create): use a size
3051         group when allocating space for the buttons at the bottom just in
3052         case.  Also, move the filter to below the file list.
3053
3054 Mon Feb 23 16:52:12 2004  Jonathan Blandford  <jrb@gnome.org>
3055
3056         * gtk/gtkfilechooserdefault.c
3057         (gtk_file_chooser_default_class_init): Seth was confused by
3058         keybindings.  They should be Alt, not Ctl.  Also, A-Home should go
3059         home, not up.
3060
3061 Mon Feb 23 15:23:23 2004  Jonathan Blandford  <jrb@gnome.org>
3062
3063         * gtk/gtkpathbar.c (gtk_path_bar_set_path): Display the root a bit
3064         more cleanly.
3065
3066         * gtk/gtkpathbar.h (struct _GtkPathBarClass): fix the signal.
3067
3068 2004-02-23  Federico Mena Quintero  <federico@ximian.com>
3069
3070         Rework the user interface of the file chooser, as per 
3071         Seth Nickell's design.
3072
3073         * gtk/gtkfilechooserdefault.c
3074         (gtk_file_chooser_default_class_init): Add binding signals and bindings:
3075                 "location-popup" - C-l
3076                 "up-folder"      - C-Up
3077                 "home-folder"    - C-Home
3078         (up_folder_handler): New function; moved the code from up_button_clicked().
3079         (up_button_clicked_cb): Call up_folder_handler().
3080         (home_folder_handler): New function.
3081         (location_popup_handler): New function.
3082         (struct _GtkFileChooserDefault): Add an hpaned field.
3083         (gtk_file_chooser_default_set_current_name): Check that we are in
3084         Save mode.
3085         (save_widgets_create): New function, create the widgets specific
3086         to Save mode.
3087         (main_paned_create): New function, create the hpaned's widgets here.
3088         (gtk_file_chooser_default_constructor): Create the open and save
3089         widgets, and show only one set.
3090         (gtk_file_chooser_default_set_property): Show/hide the save widgets.
3091         (gtk_file_chooser_default_get_paths): Only pay attention to the
3092         entry in Save mode.
3093         (update_chooser_entry): Update the entry only in Save mode.
3094         (entry_activate): Removed.
3095
3096 Mon Feb 23 11:20:34 2004  Owen Taylor  <otaylor@redhat.com>
3097
3098         * configure.in: Remove the configure.in check for fontconfig 
3099         entirely; it's not needed, since PangoXft implies that sufficiently
3100         new fontconfig is present.
3101
3102 Mon Feb 23 02:26:53 2004  Jonathan Blandford  <jrb@gnome.org>
3103
3104         * gtk/gtkpathbar.c (gtk_path_bar_finalize):
3105         for (i = 0; i < 10; i++)
3106           g_print ("I will compile before committing.\n");
3107
3108 Mon Feb 23 02:08:42 2004  Jonathan Blandford  <jrb@gnome.org>
3109
3110         * gtk/gtkfilechooserdefault.c (file_pane_create): Use the
3111         GtkPathBar by default now.
3112
3113         * gtk/gtkpathbar.c (gtk_path_bar_set_path): Correctly set the
3114         current path from the path.
3115         (gtk_path_bar_class_init): new signal
3116         (button_clicked_cb): emit the signal when we're selected.
3117         (gtk_path_bar_clear_buttons): Fix a crasher when we weren't
3118         clearing thr first_scrolled_button.
3119
3120 Mon Feb 23 02:26:15 2004  Matthias Clasen  <maclas@gmx.de>
3121
3122         * gtk/gtkcombobox.c (gtk_combo_box_size_allocate): Fix the 
3123         allocation for the toggle button so that it actually shows up 
3124         in LTR list mode.
3125
3126         * gtk/gtkcombobox.c (gtk_combo_box_set_column_span_column): 
3127         * gtk/gtkcombobox.c (gtk_combo_box_set_row_span_column): 
3128         * gtk/gtkcombobox.c (gtk_combo_box_set_wrap_width): Add
3129         notification, and avoid excessive relayouting. 
3130
3131 Mon Feb 23 00:38:21 2004  Matthias Clasen  <maclas@gmx.de>
3132
3133         Fix bug 134982, reported by Morten Welinder:
3134         
3135         * gtk/gtkpathbar.c (gtk_path_bar_destroy): 
3136         * gtk/gtktooltips.c (gtk_tooltips_destroy): 
3137         * gtk/gtkinvisible.c (gtk_invisible_destroy): Chain up to the 
3138         parent's ::destroy handler.
3139         
3140         * gdk/gdkdisplay.c (gdk_display_dispose): Chain up to the 
3141         parent's ::dispose handler.
3142
3143 Sat Feb 21 19:09:55 2004  Manish Singh  <yosh@gimp.org>
3144
3145         * gtk/gtksettings.c (gtk_default_substitute): Guard the FC_HINT_STYLE
3146         stuff with an #ifdef, so we still build with most fontconfig versions.
3147
3148 Sun Feb 22 03:03:29 2004  Matthias Clasen  <maclas@gmx.de>
3149
3150         * gtk/gtkaction.c: (gtk_action_finalize):
3151         * gtk/gtkclipboard.c: (gtk_clipboard_finalize):
3152         * gtk/gtkentrycompletion.c: (gtk_entry_completion_class_init),
3153         (gtk_entry_completion_finalize):
3154         * gtk/gtkfilechooserwidget.c: (gtk_file_chooser_widget_finalize):
3155         * gtk/gtkfilesystemmodel.c: (gtk_file_system_model_class_init),
3156         (gtk_file_system_model_finalize):
3157         * gtk/gtkicontheme.c: (gtk_icon_theme_class_init),
3158         (gtk_icon_theme_finalize):
3159         * gtk/gtktextchild.c: (gtk_text_child_anchor_finalize):
3160         * gtk/gtkuimanager.c: (gtk_ui_manager_class_init),
3161         (gtk_ui_manager_finalize):
3162         * modules/input/gtkimcontextxim.c: (gtk_im_context_xim_finalize):
3163         Add chains to the parent's ::finalize() handler  (#134901, Morten Welinder,
3164         patch by Jan Arne Petersen)
3165
3166 Sun Feb 22 02:10:34 2004  Matthias Clasen  <maclas@gmx.de>
3167
3168         * gtk/gtkentrycompletion.c (gtk_entry_completion_default_completion_func): 
3169         Don't crash if item is NULL.  (#131542, Dan Damian)
3170
3171 Sun Feb 22 02:04:03 2004  Matthias Clasen  <maclas@gmx.de>
3172
3173         * configure.in: Add a check for a new enough fontconfig, since
3174         we picked up a direct dependency on it with the Xft settings.
3175
3176 Sun Feb 22 00:23:40 2004  Matthias Clasen  <maclas@gmx.de>
3177
3178         Bug 112647 (Bill Haneman, patch by Narayana Pattipati):
3179         
3180         * gtk/gtkcheckmenuitem.c: Introduce a new style property 
3181         indicator_size and use it instead of the hardcoded value.
3182         
3183         * gtk/gtkmenu.c (gtk_menu_size_request): Make sure each menu 
3184         item gets enough vertical space for the label and the indicator.
3185
3186 Sat Feb 21 20:20:11 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3187
3188         * gtk/gtksettings.c (gtk_settings_class_init): Use P_ instead of
3189         _ for the new Xft settings.
3190
3191 Sat Feb 21 20:09:53 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3192
3193         Bug 130790 (Federico Mena Quintero, Owen Taylor)
3194         
3195         * gdk/x11/gdkevents-x11.c: Add Xft XSETTINGS
3196
3197         * gtk/gtksettings.c: Add new GtkSettings corresponding to the Xft
3198         XSETTINGS
3199         
3200 Sat Feb 21 19:18:26 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3201
3202         Bug 132502
3203         
3204         * gtk/gtkmenu.c (gtk_menu_motion_notify): Make sure we pop down
3205         if we enter a non-selectable menu item.
3206
3207         * gtk/gtkmenu.c (gtk_menu_leave_notify): Don't pop a submenu
3208         when the user has left the item.
3209
3210 Sat Feb 21 17:57:35 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3211
3212         * gtk/docs: Commit auto-generated changes
3213
3214 Fri Feb 20 18:20:22 2004  Jonathan Blandford  <jrb@gnome.org>
3215
3216         * gtk/gtkfilechooserdefault.c: conditional compile for GtkPathBar
3217
3218         * gtk/gtkpathbar.c (gtk_path_bar_size_allocate): Clean up
3219         allocation code.  Works fully in RTL languages, I think.
3220         (gtk_path_bar_scroll_up): Scroll up.
3221         (gtk_path_bar_scroll_down): Scroll down.
3222
3223 2004-02-20  Christian Rose  <menthos@menthos.com>
3224
3225         * configure.in: Added "en_CA" to ALL_LINGUAS.
3226
3227 2004-02-20  Michael Meeks  <michael@ximian.com>
3228
3229         * gtk/gtktoolitem.c (gtk_tool_item_property_notify): impl.
3230         (gtk_tool_item_class_init): hook it up.
3231         (gtk_tool_item_set_proxy_menu_item): synchronize sensitivity.
3232
3233         * gtk/gtktoolbutton.c (gtk_tool_button_property_notify):
3234         chain to parent, fix strcmp bug.
3235
3236         * tests/testtoolbar.c (main): re-arrange widgets to allow
3237         more overflowing toolbar goodness.
3238
3239 2004-02-20  Alexander Larsson  <alexl@redhat.com>
3240
3241         * gtk/gtkfilechooserdefault.c: (shortcuts_append_desktop):
3242         Desktop directory is not translated.
3243         (set_tree_model):
3244         There might not be volumes for all paths.
3245         * gtk/gtkfilechooserwidget.c:
3246         (gtk_file_chooser_widget_constructor):
3247         Use gtk_file_chooser_set_current_folder to set cwd.
3248
3249 Thu Feb 19 19:58:53 2004  Jonathan Blandford  <jrb@gnome.org>
3250
3251         * gtk/gtkpathbar.[ch]: New widget to handle the path in the
3252         fileselector implementation.  Not hooked up to anything yet.
3253
3254         * gtk/Makefile.am: support the path bar.
3255
3256 Fri Feb 20 00:21:38 2004  Matthias Clasen  <maclas@gmx.de>
3257
3258         * gtk/gtkstyle.c (gtk_default_draw_handle): 
3259         (gtk_default_draw_box): Make the paned handles gray when the the 
3260         widget is_focus() but not HAS_FOCUS().  (#122751, Soeren Sandmann)
3261
3262 Thu Feb 19 23:41:06 2004  Matthias Clasen  <maclas@gmx.de>
3263
3264         Fixes for #82099:
3265         
3266         * gdk/x11/gdkevents-x11.c: Introduce new XSettings "Gtk/ButtonImages"
3267         and "Gtk/MenuImages" and map them to "gtk-button-images" and 
3268         "gtk-menu-images".
3269
3270         * gtk/gtkimagemenuitem.c: Add a boolean setting "gtk-menu-images" and 
3271         use it to set the visibility of the embedded image.
3272
3273         * gtk/gtkbutton.c: Add a boolean setting "gtk-button-images" and use
3274         it to set the visibility of an embedded image.
3275
3276 Thu Feb 19 21:26:10 2004  Matthias Clasen  <maclas@gmx.de>
3277
3278         * gtk/gtkactiongroup.c (gtk_action_group_add_radio_actions_full): 
3279         Give each radio action its own value.  (#134889, Paolo Borelli)
3280
3281 2004-02-19  Federico Mena Quintero  <federico@ximian.com>
3282
3283         * gtk/gtkfilechooserdialog.c (gtk_file_chooser_dialog_finalize):
3284         Chain to the parent's ::finalize() handler.  Fixes #134885; caught
3285         by Jan Arne Petersen.
3286
3287 2004-02-19  Mark McLoughlin  <mark@skynet.ie>
3288
3289         Make the entire expander widget width prelight as suggested
3290         by Seth in bug #134263.
3291
3292         * gtk/gtkexpander.c:
3293         (gtk_expander_paint_prelight): impl.
3294         (gtk_expander_paint): use it.
3295         (gtk_expander_redraw_expander): don't only redraw the
3296         arrow when prelit.
3297
3298 2004-02-19  Alexander Larsson  <alexl@redhat.com>
3299
3300         * gtk/gtkfilechooser.c: (gtk_file_chooser_class_init):
3301         * gtk/gtkfilechooserutils.c:
3302         * gtk/gtkfilechooserutils.h:
3303         * gtk/gtkfilechooserwidget.c:
3304         Remove old file-system property.
3305         Add new file-system-backend string property
3306         
3307         * gtk/gtkfilechooserdefault.[ch]:
3308         Handle the file-system-backend property
3309         
3310         * gtk/gtkfilechooserdialog.[ch]:
3311         (gtk_file_chooser_dialog_new_with_backend):
3312         Remove old file-system property.
3313         Add new file-system-backend string property
3314         Add new function gtk_file_chooser_dialog_new_with_backend
3315         
3316         * gtk/gtkfilesystem.c: 
3317         * gtk/gtkfilesystem.h:
3318         Add filesystem module support.  
3319
3320 2004-02-18  Federico Mena Quintero  <federico@ximian.com>
3321
3322         * gtk/gtkfilechooserdefault.c (shortcuts_tree_create): Renamed
3323         from create_shortcuts_tree().
3324         (shortcuts_pane_create): New function.
3325         (button_new): Renamed from toolbar_button_new().
3326         (shortcuts_pane_create): New function, create the whole shortcuts
3327         pane here.
3328         (current_folder_create): Renamed from toolbar_create().  Don't
3329         create the bookmarks buttons here.
3330         (file_pane_create): New function.
3331         (gtk_file_chooser_default_constructor): Use the new helper
3332         functions, and don't use an extra vbox as GtkFileChooserDefault is
3333         already a vbox.
3334
3335 Thu Feb 19 01:39:30 2004  Matthias Clasen  <maclas@gmx.de>
3336
3337         * gtk/gtkuimanager.h: 
3338         * gtk/gtkuimanager.c (gtk_ui_manager_class_init): Add
3339         default handlers for all signals; for consistency and for the
3340         benefit of language bindings which still rely on header parsing
3341         to find the signals.  (#134269, Jeroen Zwartepoorte)
3342         
3343 Thu Feb 19 00:45:02 2004  Matthias Clasen  <maclas@gmx.de>
3344
3345         * gtk/gtktreeselection.c (gtk_tree_selection_get_selected_rows): 
3346         Improve the efficiency here by prepending on the list and reverting
3347         it after the loop.  (#134435, Christian Biere)
3348
3349 Thu Feb 19 00:32:21 2004  Matthias Clasen  <maclas@gmx.de>
3350
3351         * gtk/gtkplug.c (_gtk_plug_remove_from_socket): Avoid errors when
3352         removing the plug from the socket.  (#128546, Christopher Blizzard)
3353
3354 Thu Feb 19 00:09:35 2004  Matthias Clasen  <maclas@gmx.de>
3355
3356         * gtk/gtkradiomenuitem.h:
3357         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_new_from_widget): 
3358         (gtk_radio_menu_item_new_with_label_from_widget): 
3359         (gtk_radio_menu_item_new_with_mnemonic_from_widget): New
3360         convenience functions analogous to similar API on GtkRadioButton.
3361         (#51700, Vitaly Tishkov, patch by Soeren Sandmann)
3362
3363 Wed Feb 18 17:53:27 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3364
3365         * gdk/gdkwindow.c (gdk_window_get_bg_gc): Use a scratch GC in the
3366         case where the background is a solid color.
3367         (gdk_window_clear_backing_rect): Reset the clip region after use.
3368
3369         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_threshold_alpha): Go
3370         back to using a scratch GC. Pointed out by Owen Taylor
3371         
3372         * gdk/gdkdraw.c (gdk_drawable_real_draw_pixbuf): Only use a
3373         scratch GC if the passed-in one is NULL
3374
3375 Wed Feb 18 14:27:08 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3376
3377         * gdk/gdkwindow.c (gdk_window_get_composite_drawable): Reset clip
3378         region back to NULL on cached GC (rest of #134728)
3379
3380 Wed Feb 18 13:28:57 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3381
3382         Fix bug reported by Nam SungHyun (#134728)
3383         
3384         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_threshold_alpha):
3385         Don't use a cached GC here since the function needs to modify the
3386         foreground color.
3387
3388         * gdk/gdkwindow.c (gdk_window_end_paint): Reset clip region back
3389         to NULL on the cached GC.
3390
3391 2004-02-17  Federico Mena Quintero  <federico@ximian.com>
3392
3393         * gtk/gtkfilechooserdialog.c
3394         (gtk_file_chooser_dialog_style_set): Use HIG-compliant spacings.
3395         This sucks a lot.
3396
3397 Wed Feb 18 02:03:47 2004  Matthias Clasen  <maclas@gmx.de>
3398
3399         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): Document some
3400         peculiarities of the ::delete_range signal.  (#132135, Grant Gayed)
3401
3402 Wed Feb 18 01:44:59 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3403
3404         GC caching, bug #125645 (based on patch by Brian Cameron)
3405         
3406         * gdk/gdkscreen.h (struct _GdkScreen): Add GC cache
3407         * gdk/gdkscreen.c (gdk_screen_dispose): New function. Unref the
3408         cached GC's here.
3409         * gdk/gdkdraw.c (_gdk_drawable_get_scratch_gc): New function to
3410         get a scratch gc.
3411         * gdk/gdkinternals.h: Declare the function here
3412
3413         * gdk/gdkdraw.c (gdk_drawable_real_draw_pixbuf): Use
3414         _gdk_drawable_get_scratch_gc() instead of creating a new GC.
3415         * gdk/x11/gdkgeometry-x11.c (gdk_window_copy_area_scroll): same
3416         * gdk/x11/gdkdrawable-x11.c (draw_with_images): same
3417         * gdk/gdkwindow.c (gdk_window_get_composite_drawable): same
3418         * gdk/gdkwindow.c (gdk_window_end_paint): same
3419         * gdk/gdkpixmap.c (gdk_pixmap_colormap_new_from_pixbuf): same
3420         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_threshold_alpha): same
3421         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_pixmap_and_mask_for_colormap): same
3422
3423 Tue Feb 17 23:28:33 2004  Matthias Clasen  <maclas@gmx.de>
3424
3425         * gtk/gtkmenu.c (gtk_menu_init): ...and don't forget to initalize
3426         priv->columns to 1.
3427
3428 Tue Feb 17 23:11:21 2004  Matthias Clasen  <maclas@gmx.de>
3429
3430         * gtk/gtkmenu.c (gtk_menu_do_remove): Make sure that we keep
3431         priv->columns >= 1 even for empty menus, since we divide by it
3432         somewhere else.  (#133428, Vincent Noel)
3433
3434 Tue Feb 17 23:02:58 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3435
3436         Fix for #119722, reported by Olexiy Avramchenko, patch by Owen
3437         Taylor.
3438
3439         * gdk/x11/gdkprivate-x11.h (struct _GdkGCX11): Add a depth field
3440
3441         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_new): Keep track of the GC's
3442         depth.
3443
3444         * gdk/x11/gdkgc-x11.c (_gdk_gc_x11_get_fg_xft_color): First query
3445         the colormap, if no colormap, special case depth 1, 
3446
3447         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_get_fg_picture): Use
3448         _gdk_gc_x11_get_fg_xft_color() to get the foreground color.
3449
3450         * gdk/x11/gdkdrawable-x11.c (gdk_x11_drawable_get_xft_draw):
3451         Special-case bitmaps without a colormap.
3452
3453         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_pixbuf): Use inherited
3454         draw_pixbuf() implementation in the bitmap case.
3455
3456 2004-02-17  Mark McLoughlin  <mark@skynet.ie>
3457
3458         * modules/input/Makefile.am: only reference input method
3459         modules we've actually built. Fixes re-build failure with
3460         stale hangul module lying aroung. Bug #134518.
3461
3462 Mon Feb 16 19:13:21 2004  Owen Taylor  <otaylor@redhat.com>
3463
3464         * gdk/gdkdraw.c: Revert last commit, please don't commit patches
3465         without approval, this isn't the right way to do it.
3466
3467 2004-02-16  DindinX  <david@dindinx.org>
3468
3469         * gdk/gdkdraw.c (gdk_draw_segments): don't try to draw more than 32767
3470         segments at a time, since XDrawSegments cannot handle more than this.
3471
3472         fixes bug #122026.
3473         
3474 Mon Feb 16 18:26:39 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3475
3476         * gtk/gtktoolbar.c (gtk_toolbar_set_child_property): Call
3477         gtk_tool_item_set_expand(), not gtk_tool_item_set_homogeneous()
3478         in the CHILD_PROP_EXPAND branch. (#134543, Damon Chaplin)
3479
3480 Mon Feb 16 00:04:46 2004  Matthias Clasen  <maclas@gmx.de>
3481
3482         * gtk/gtkcombobox.c (gtk_combo_box_cell_layout_*): 
3483         Split declaration and assignment of combo_box.
3484         
3485         * gtk/gtkcombobox.c (gtk_combo_box_list_setup): Remove a 
3486         pointless cast
3487
3488 Sun Feb 15 22:08:53 2004  Matthias Clasen  <maclas@gmx.de>
3489
3490         * gtk/gtkoptionmenu.c (gtk_option_menu_get_history): Add 
3491         deprecation note pointing people to GtkComboBox.
3492
3493 Sun Feb 15 02:49:45 2004  Matthias Clasen  <maclas@gmx.de>
3494
3495         * gtk/gtktreednd.c: 
3496         * gtk/gtktreeview.c: Document the tree DND API.
3497
3498         * gtk/gtktreeview.c (gtk_tree_view_unset_rows_drag_source): 
3499         Call gtk_drag_source_unset().  
3500         
3501 Sun Feb 15 00:49:59 2004  Matthias Clasen  <maclas@gmx.de>
3502
3503         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_class_init): 
3504         Make stock_size an uint property, to allow custom icon 
3505         sizes. Also clarify the blurb.  (#130047, Erik Grinaker)
3506
3507 Sat Feb 14 11:05:26 2004  Manish Singh  <yosh@gimp.org>
3508
3509         * configure.in: Remove unnecessary STRIP_* definitions, and GNU
3510         make check.
3511
3512 2004-02-13  Federico Mena Quintero  <federico@ximian.com>
3513
3514         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_add_bookmark):
3515         Duh, duh, duh!  Don't bail out if the bookmarks file doesn't exist
3516         the very first time you try to save one.
3517
3518 2004-02-13  Federico Mena Quintero  <federico@ximian.com>
3519
3520         Fix #129020.
3521
3522         * gtk/gtkfilechooserdialog.c
3523         (set_default_size): New function, sets a reasonable default size
3524         for the window.
3525         (gtk_file_chooser_dialog_realize): New function, call
3526         set_default_size().
3527         (gtk_file_chooser_dialog_style_set): Likewise.
3528         (gtk_file_chooser_dialog_screen_changed): Likewise.
3529
3530         * tests/testfilechooser.c (main): Don't set a default size for the
3531         dialog.
3532
3533 Sat Feb 14 00:05:18 2004  Matthias Clasen  <maclas@gmx.de>
3534
3535         * gtk/gtktreemodelfilter.c (bsearch_elt_with_offset): 
3536         Use do instead of while.  (#134031, Morten Welinder);
3537
3538 Sat Feb 14 00:00:52 2004  Matthias Clasen  <maclas@gmx.de>
3539
3540         * configure.in: Suppress xsltproc and xmlcatalog checks
3541         if enable_man=no.  (#134162, Julio M. Merino Vidal)
3542
3543 Fri Feb 13 23:54:48 2004  Matthias Clasen  <maclas@gmx.de>
3544
3545         * configure.in: Remove checks for sgml2html. It was once
3546         used for building the linuxdoc version of the tutorial.
3547         Nowadays, we use db2html.  (#134164, Julio M. Merino Vidal)
3548
3549 Fri Feb 13 08:17:43 2004  Owen Taylor  <otaylor@redhat.com>
3550
3551         Fix various compilation problems (#134312, David
3552         Hawthorne)
3553
3554         * gtk/gtkscale.c (gtk_scale_get_layout_offsets): Use 
3555         g_return_if_fail(), not g_return_val_if_fail().
3556
3557         * gtk/gtkvscale.c (gtk_vscale_get_layout_offsets): 
3558         * gtk/gtkhscale.c (gtk_hscale_get_layout_offsets): Use 
3559         g_return_if_reached(), not g_return_val_if_reached().
3560         
3561         * gtk/gtkvscale.c (gtk_vscale_expose): Fix the types
3562         of some parameters.
3563
3564         * gtk/gtkhscale.c (gtk_hscale_get_layout_offsets): Remove
3565         extra 'scale' parameter.
3566
3567 Thu Feb 12 21:58:20 2004  Owen Taylor  <otaylor@redhat.com>
3568
3569         Various reentrancy fixes for widgets being destroyed
3570         out of focus-out-event. (#128821, Grant Gayed)
3571
3572         * gtk/gtkwindow.c (_gtk_window_unset_focus_and_default): 
3573         Ref window and widget over callbacks.
3574
3575         * gtk/gtkwidget.c (gtk_widget_hide)
3576           gtk/gtkwidget.c (gtk_widget_set_child_visible):
3577         Ref the widget before calling _gtk_window_unset_focus_and_default(),
3578         since that can call user callbacks.
3579
3580         * gtk/gtkwidget.c (gtk_widget_invalidate_widget_windows):
3581         Do nothing if the widget isn't realized.
3582
3583 Fri Feb 13 01:31:44 2004  Matthias Clasen  <maclas@gmx.de>
3584
3585         * gtk/gtkbutton.c (_gtk_button_paint): Don't draw bevels around
3586         active, RELIEF_NONE buttons that aren't depressed. This improves
3587         the appearance of buttons in notebook tabs.  (#109213, reported
3588         by Benjamin Otte, patch by Rodney Dawes)
3589
3590 Fri Feb 13 01:06:08 2004  Matthias Clasen  <maclas@gmx.de>
3591
3592         * demos/gtk-demo/main.c (read_line): Protect getc_unlocked() by 
3593         HAVE_FLOCKFILE in all cases.  (#134205, Julio M. Merino Vidal)
3594
3595 Fri Feb 13 00:54:59 2004  Matthias Clasen  <maclas@gmx.de>
3596
3597         Fix for #104811, Padraig O'Briain:
3598
3599         * gtk/gtkscale.h:
3600         * gtk/gtkscale.c (_gtk_scale_clear_layout): 
3601         * gtk/gtkscale.c (gtk_scale_get_layout_offsets): 
3602         * gtk/gtkscale.c (gtk_scale_get_layout): New functions to determine the
3603         text and its position from a GtkScale, to make it more accessible. 
3604         * gtk/gtkhscale.c (gtk_hscale_get_layout_offsets):
3605         * gtk/gtkvscale.c (gtk_vscale_get_layout_offsets): Implementations of the 
3606         new GtkScale vfunc.
3607
3608 Thu Feb 12 17:59:52 2004  Owen Taylor  <otaylor@redhat.com>
3609
3610         * gtk/gtkicontheme.c (gtk_icon_theme_get_search_path): 
3611         Remove an extraneous + 1 (#134015, Torsten Schoenfeld)
3612
3613 Thu Feb 12 23:55:08 2004  Matthias Clasen  <maclas@gmx.de>
3614
3615         * gtk/gtktooltips.h:
3616         * gtk/gtktooltips.c (gtk_tooltips_get_info_from_tip_window): New 
3617         function to improve the accessibility of tooltips.  (#114851, 
3618         Padraig O'Briain)
3619
3620 Thu Feb 12 23:16:04 2004  Matthias Clasen  <maclas@gmx.de>
3621
3622         * gtk/gtkcombobox.c (gtk_combo_box_popup): 
3623         * gtk/gtkcombobox.c (gtk_combo_box_popdown): Make these public and
3624         add docs.  (#132847)
3625
3626 Thu Feb 12 11:05:16 2004  Manish Singh  <yosh@gimp.org>
3627
3628         * gdk/x11/gdkproperty-x11.c (gdk_property_get): Assign xtype using
3629         gdk_x11_atom_to_xatom_for_display () when type != GDK_NONE.
3630
3631         * gtk/gtkselection.c (_gtk_selection_request): Use GDK_NONE in
3632         gdk_property_get call instead of 0.
3633
3634         * docs/reference/gdk/tmpl/properties.sgml: Document the above
3635         as GDK_NONE instead of simply 0.
3636
3637 Thu Feb 12 15:46:26 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3638
3639         * gtk/gtktoolbar.c (gtk_toolbar_size_allocate): Fix up item_area
3640         correctly in RTL mode. (#133984, patch from Semion Chichelnitsky).
3641
3642 Thu Feb 12 02:22:02 2004  Matthias Clasen  <maclas@gmx.de>
3643
3644         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_set_modify_func): 
3645         Correct the docs.
3646
3647 Thu Feb 12 01:17:01 2004  Matthias Clasen  <maclas@gmx.de>
3648
3649         * gtk/gtktreeview.c (gtk_tree_view_enable_model_drag_source): Call
3650         gtk_drag_source_set(), so that things like gtk_drag_set_icon_*() work
3651         for automatic DND.  (#133485, Tommi Komulainen)
3652
3653 Thu Feb 12 00:37:00 2004  Matthias Clasen  <maclas@gmx.de>
3654
3655         * gdk/x11/gdkproperty-x11.c (gdk_property_change): Fix misleading
3656         debug output.
3657
3658 2004-02-11  Federico Mena Quintero  <federico@ximian.com>
3659
3660         * gtk/gtkmessagedialog.c (gtk_message_dialog_map): New ::map()
3661         handler.  If no widget has the focus, try to give it to the
3662         default widget.  If there is no default widget, give it to the
3663         first button.  Fixes the cause for which #59707 was reopened.
3664
3665 2004-02-11  Federico Mena Quintero  <federico@ximian.com>
3666
3667         Fixes #134051.
3668
3669         * gtk/gtkicontheme.c (struct _GtkIconInfo): Remove the ref_count field.
3670         (icon_info_new): Don't initialize the ref_count field.
3671
3672 2004-02-11  Federico Mena Quintero  <federico@ximian.com>
3673
3674         * gtk/gtkicontheme.c (gtk_icon_theme_prepend_search_path): Shift
3675         the array correctly.  Fixes #134055, patch by Tosten Schoenfeld
3676         <kaffeetisch@gmx.de>.
3677
3678 Wed Feb 11 02:23:39 2004  Matthias Clasen  <maclas@gmx.de>
3679
3680         * gtk/gtkcontainer.c (gtk_container_real_set_focus_child): Handle
3681         focus [hv]adjustment correctly when the focus is located deeper
3682         down in the hierarchy.  (#133489)
3683
3684 Wed Feb 11 02:06:38 2004  Matthias Clasen  <maclas@gmx.de>
3685
3686         * gtk/gtkcellrenderer.c (gtk_cell_renderer_class_init): Remove 
3687         arbitrary low upper limits on the xpad, ypad, width and height
3688         properties.  (#129696, John Ellis)
3689
3690 Wed Feb 11 01:24:20 2004  Matthias Clasen  <maclas@gmx.de>
3691
3692         * gtk/gtkcombobox.c (gtk_combo_box_cell_layout_clear_attributes): 
3693         Ugh. Don't try to free ints, even if they're stored in pointers.
3694         (#133997, Morten Welinder)
3695
3696 2004-02-10  Federico Mena Quintero  <federico@ximian.com>
3697
3698         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_finalize):
3699         Free the filters.  Fixes #133547, patch by Morten Welinder
3700         <mortenw@gnome.org>.
3701
3702 Tue Feb 10 12:02:14 2004  Owen Taylor  <otaylor@redhat.com>
3703
3704         * gdk/x11/xsettings-client.c (read_settings): Avoid
3705         triggering an X error when the client->manager_window
3706         is None...makes logs look cleaner.
3707
3708         * gdk/x11/gdkproperty-x11.c (gdk_property_get): Handle
3709         GDK_NONE to mean AnyPropertyType as documented. (Reported 
3710         by Yu Shao)
3711
3712         * gdk/x11/gdkevents-x11.c (fetch_net_wm_check_window,
3713         gdk_x11_screen_get_window_manager_name): Fix error trap
3714         we've been leaking since 2002... (#129538)
3715
3716 2004-02-10  Federico Mena Quintero  <federico@ximian.com>
3717
3718         Fixes the entry-related part of #133852.
3719
3720         * gtk/gtkfilechooserdefault.c (update_chooser_entry): Don't change
3721         the file part of the entry if the selected item is a folder.
3722
3723 2004-02-10  Federico Mena Quintero  <federico@ximian.com>
3724
3725         Fixes #133995, patch by Morten Welinder <mortenw@gnome.org>.
3726
3727         * tests/prop-editor.c (create_prop_editor): Free the title.
3728         (object_changed): Free the children list.
3729
3730 Tue Feb 10 01:58:55 2004  Matthias Clasen  <maclas@gmx.de>
3731
3732         * gtk/gtkcontainer.c (gtk_container_set_focus_hadjustment): 
3733         * gtk/gtkcontainer.c (gtk_container_set_focus_vadjustment): Document 
3734         these functions.
3735
3736 2004-02-09  Federico Mena Quintero  <federico@ximian.com>
3737
3738         * gtk/gtkfilechooserdefault.c (set_list_model): Request
3739         GTK_FILE_INFO_ALL from the file system model, so that arbitrary
3740         filtering will work.  Perhaps we should have a way of aggregating
3741         info types to the model as filters get installed.
3742
3743 Mon Feb  9 22:22:19 2004  Matthias Clasen  <maclas@gmx.de>
3744
3745         * gtk/gtkcellview.c (gtk_cell_view_cell_layout_clear_attributes): 
3746         Ugh. Don't try to free ints, even if they're stored in pointers.
3747
3748 2004-02-09  Federico Mena Quintero  <federico@ximian.com>
3749
3750         Fix #132256.
3751
3752         * gtk/gtkfilechooserdefault.c
3753         (gtk_file_chooser_default_get_paths): Read the contents of the
3754         filename entry in both OPEN and SAVE mode.  In multiple-selection
3755         mode, add this to the selection from the file/folder list.
3756         (struct get_paths_closure): Add a path_from_entry field.
3757         (get_paths_foreach): Only add the iterated path if it is not the
3758         same as the path from the entry.
3759
3760 2004-02-09  Federico Mena Quintero  <federico@ximian.com>
3761
3762         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_get_folder): If
3763         the folder is already open, add the requested info types to it.
3764
3765 Sun Feb  8 01:28:02 2004  Manish Singh  <yosh@gimp.org>
3766
3767         * gtk/gtkcombobox.c (gtk_combo_box_set_popup_widget): Add appropriate
3768         type casts for the gtk_window_set_screen() call.
3769
3770 Sun Feb  8 01:44:06 2004  Matthias Clasen  <maclas@gmx.de>
3771
3772         * gtk/gtkcombobox.c (gtk_combo_box_set_popup_widget): Make popups 
3773         come up on the same screen as the combo box.  (#133544, 
3774         Morten Welinder)
3775
3776 Fri Feb  6 23:40:24 2004  Jonathan Blandford  <jrb@gnome.org>
3777
3778         * gtk/gtkfilechooserdefault.c (create_file_list): clean up the
3779         packing of the file selector.
3780
3781 Sat Feb  7 01:21:09 2004  Matthias Clasen  <maclas@gmx.de>
3782
3783         * gtk/gtktreemodel.c (gtk_tree_model_base_init): Don't use function 
3784         calls in array initializers, as some compilers seem to hate this.
3785         (#133216, Jonas Jonsson)
3786
3787 Sat Feb  7 00:06:44 2004  Matthias Clasen  <maclas@gmx.de>
3788
3789         * gtk/gtkaccelmap.[hc]: Add change notification for GtkAccelMap,
3790         by on-demand instantiating a singleton object with a "changed" 
3791         signal. 
3792
3793         * gtk/gtkmarshalers.list (VOID:STRING,UINT,FLAGS): Add marshaller
3794         for GtkAccelMap::changed.
3795
3796 Fri Feb  6 23:08:29 2004  Matthias Clasen  <maclas@gmx.de>
3797
3798         * gtk/gtktextbtree.c (_gtk_text_btree_check): 
3799         * gtk/gtkcombobox.c (gtk_combo_box_cell_layout_clear_attributes): 
3800         * gtk/gtkcellview.c (gtk_cell_view_cell_layout_clear_attributes): 
3801         Actually free the lists. Pointed out by Morten Welinder.
3802         
3803 Fri Feb  6 22:38:54 2004  Matthias Clasen  <maclas@gmx.de>
3804
3805         * gtk/gtkcombo.c (gtk_combo_entry_key_press): Handle character 
3806         positions in UTF-8 strings correctly.  (#133315, Theppitak 
3807         Karoonboonyanan)
3808
3809 2004-02-06  Morten Welinder  <terra@gnome.org>
3810
3811         * gtk/gtktoolbar.c (show_menu): Cleanup using
3812         gtk_menu_attach_to_widget.  Also fixes leak, see #133411.
3813
3814 2004-02-06  Federico Mena Quintero  <federico@ximian.com>
3815
3816         * gtk/gtkfilechooserdefault.c (shortcuts_add_volumes): Free the
3817         list.  Fixes #133546.
3818
3819 2004-02-06  Federico Mena Quintero  <federico@ximian.com>
3820
3821         Fix #132327.
3822
3823         * gtk/gtkfilesystemunix.c (struct _GtkFileSystemUnix): Add a
3824         folder_hash field to keep a list of live folder objects.
3825         (gtk_file_system_unix_init): Create the folder_hash.
3826         (gtk_file_system_unix_finalize): Destroy the folder_hash.
3827         (gtk_file_system_unix_get_folder): Ref and return an existing
3828         folder if we have it around, otherwise return a new folder object.
3829         (struct _GtkFileFolderUnix): Add a field for the parent file system.
3830         (gtk_file_folder_unix_finalize): Remove the folder from the file
3831         system's hash table.
3832         (gtk_file_system_unix_create_folder):  Emit "files-added" on the
3833         newly-created folder's parent.  Fixes #132327.
3834
3835 Fri Feb  6 00:51:57 2004  Matthias Clasen  <maclas@gmx.de>
3836
3837         * gtk/gtkstock.c (builtin_items): Change the labels of the 
3838         ZOOM_100 and ZOOM_FIT stock items to "_Normal Size" and
3839         "Best _Fit", to be HIG compliant.  (#124080, Mariano 
3840         Suárez-Alvarez)
3841
3842 Fri Feb  6 00:45:16 2004  Matthias Clasen  <maclas@gmx.de>
3843
3844         * gtk/gtkcombobox.c (gtk_combo_box_finalize): Add a finalize 
3845         function to plug a few memory leaks.  (#133544, Morten Welinder)
3846
3847 Fri Feb  6 00:15:38 2004  Matthias Clasen  <maclas@gmx.de>
3848
3849         * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_mnemonic_activate): 
3850         Support mnemonic_activate here as well.
3851         
3852         * gtk/gtkcombobox.c (gtk_combo_box_mnemonic_activate): Focus
3853         the button, not the tree_view.
3854
3855 Thu Feb  5 23:48:19 2004  Matthias Clasen  <maclas@gmx.de>
3856
3857         * gtk/gtkcombobox.c (gtk_combo_box_mnemonic_activate): Add this
3858         function, to make mnemonic_activate work for combo boxes.
3859         (#133443, Paolo Borelli)
3860
3861 Thu Feb  5 22:05:52 2004  Matthias Clasen  <maclas@gmx.de>
3862
3863         * gtk/gtkfilesystemunix.c (bookmark_list_read): Initialize result
3864         to FALSE.  (#133539, Morten Welinder)
3865
3866 Thu Feb  5 21:36:43 2004  Matthias Clasen  <maclas@gmx.de>
3867
3868         * gtk/gtkcombobox.c (gtk_combo_box_set_active_iter): Fix the logic
3869         of the depth one check.  (#133488, Christian Persch)
3870
3871 Thu Feb  5 01:50:19 2004  Matthias Clasen  <maclas@gmx.de>
3872
3873         * gtk/gtktearoffmenuitem.c (gtk_tearoff_menu_item_paint): Fix
3874         the drawing of tearoff menu items which don't come first in their
3875         menu.  (#33311)
3876
3877 Thu Feb  5 00:59:08 2004  Matthias Clasen  <maclas@gmx.de>
3878
3879         * gtk/gtkcombo.c (gtk_combo_entry_key_press): Use 
3880         g_completion_complete_utf8(). (#133313, Theppitak Karoonboonyanan)
3881
3882 2004-02-04  Federico Mena Quintero  <federico@ximian.com>
3883
3884         Fix #59707.
3885
3886         * gtk/gtklabel.c (gtk_label_focus): Removed, so we don't ignore
3887         the focus chain.
3888         (gtk_label_button_press): Fix prototype.
3889         (gtk_label_button_release): Likewise.
3890         (gtk_label_motion): Likewise.
3891
3892         * tests/testgtk.c (create_message_dialog): For the dialog with
3893         only GTK_BUTTONS_CLOSE, make GTK_RESPONSE_CLOSE the default.
3894
3895 2004-02-04  Morten Welinder  <terra@gnome.org>
3896
3897         * gtk/gtktoolbar.c (show_menu): Show on the right screen.  (Fixes
3898         bug 133411, apart from the leak.)
3899
3900 Tue Feb  3 13:39:27 2004  Manish Singh  <yosh@gimp.org>
3901
3902         * gtk/gtkadjustment.c (gtk_adjustment_new): pass value in last
3903         in g_object_new, since it depends on lower and upper being set.
3904
3905 2004-02-03  Federico Mena Quintero  <federico@ximian.com>
3906
3907         * gtk/gtkmessagedialog.c (gtk_message_dialog_init): Make the
3908         window not resizable.  Fixes #114032.
3909
3910 2004-02-03  Federico Mena Quintero  <federico@ximian.com>
3911
3912         * gtk/gtkmessagedialog.c (gtk_message_dialog_class_init): Add
3913         documentation for the use_separator style property.
3914
3915 2004-02-03  Federico Mena Quintero  <federico@ximian.com>
3916
3917         Fix #68938.
3918
3919         * gtk/gtkdialog.c (GtkDialogPrivate): New private structure for
3920         GtkDialog; right now it only contains an ignore_separator field.
3921         (gtk_dialog_class_init): Register the private structure.
3922         (gtk_dialog_init): Initialize the priv->ignore_separator field.
3923         (_gtk_dialog_set_ignore_separator): New private function.
3924         (gtk_dialog_set_has_separator): Ignore the setting if appropriate.
3925
3926         * gtk/gtkmessagedialog.c (gtk_message_dialog_class_init): Add a
3927         use_separator style property.
3928         (gtk_message_dialog_style_set): Change the dialog's separator
3929         based on the style property.
3930         (gtk_message_dialog_init): Set the dialog box to ignore the
3931         separator setting.
3932
3933 Tue Feb  3 02:35:09 2004  Matthias Clasen  <maclas@gmx.de>
3934
3935         * gtk/Makefile.am: Build filesystemwin32.c if OS_WIN32 and
3936         also dist gtkfilesystemwin32.[hc].
3937
3938 Tue Feb  3 02:04:44 2004  Matthias Clasen  <maclas@gmx.de>
3939
3940         * gtk/gtklabel.c (gtk_label_ensure_layout): Right-justify labels
3941         in rtl mode.  (#129071, chinen@jp.ibm.com)
3942
3943 Tue Feb  3 02:01:25 2004  Matthias Clasen  <maclas@gmx.de>
3944
3945         * gtk/gtkmenushell.c (gtk_real_menu_shell_move_current): Exchange the
3946         meaning GTK_MENU_DIR_PARENT/CHILD and GTK_MENU_DIR_PREV/NEXT in rtl
3947         mode.  (#107528)
3948
3949 Tue Feb  3 01:38:06 2004  Matthias Clasen  <maclas@gmx.de>
3950
3951         Clip narrow columns in rtl-oriented tree views (#128089,  
3952         chinen@jp.ibm.com):
3953         
3954         * gtk/gtkstyle.c (gtk_default_draw_option): 
3955         * gtk/gtkstyle.c (gtk_default_draw_check): Clip to the 
3956         given area.
3957
3958         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_process_action): 
3959         Use the right clip area when calling gtk_cell_renderer_render().
3960         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_cell_draw_focus): 
3961         Use the right clip area when calling gtk_paint_focus().
3962         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render): 
3963         Use the right clip area when calling gtk_paint_toggle() or
3964         gtk_paint_check().
3965         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render): 
3966         Clip to the expose_area when drawing the background rectangle.
3967         
3968 Tue Feb  3 00:14:36 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3969
3970         * gdk/x11/gdkgeometry-x11.c (queue_item_free, gdk_window_queue):
3971         Use a weak reference instead of ref()/unref(). (#60857, reported
3972         by Joshua N Pritikin)
3973
3974         * gdk/gdkimage.c (scratch_image_info_for_depth): Formatting fix.
3975
3976 Tue Feb  3 00:15:17 2004  Matthias Clasen  <maclas@gmx.de>
3977
3978         * gtk/gtktreeprivate.h (struct _GtkTreeViewPrivate): Add 
3979         init_hadjust_value and prev_width.
3980         * gtk/gtktreeview.c (gtk_tree_view_init): Initialize 
3981         them here.
3982         * gtk/gtktreeview.c (gtk_tree_view_update_size): ...and here.
3983         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): Use them
3984         here to properly handle the initial position of rtl-oriented
3985         tree views.  (#127581, chinen@jp.ibm.com)
3986
3987 2004-01-20  Federico Mena Quintero  <federico@ximian.com>
3988
3989         Fix #130846, reported by R. McFarland <rwmcfa1@neces.com>.
3990
3991         * gtk/gtktreeview.c (gtk_tree_view_button_press): Return TRUE when
3992         we handle an event in the colums, and FALSE at the end if the
3993         event is not handled at all.
3994
3995 Mon Feb  2 23:41:48 2004  Matthias Clasen  <maclas@gmx.de>
3996
3997         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_row_changed): 
3998         Don't access the level after removing the node, since that may
3999         kill the level.  (#132615, Crispin Flowerday)
4000
4001 2004-02-02  Tor Lillqvist  <tml@iki.fi>
4002
4003         * gdk/win32/gdkevents-win32.c (gdk_pointer_grab): Set the cursor
4004         in all cases. If no grab cursor specified, use the grabbing
4005         window's cursor. If the grabbing window has no cursor, use the
4006         default arrow cursor. (#118025)
4007
4008 Mon Feb  2 22:05:36 2004  Matthias Clasen  <maclas@gmx.de>
4009
4010         * gtk/gtkseparatormenuitem.c (gtk_separator_menu_item_init): The
4011         latest in menu separation technology.
4012
4013 Mon Feb  2 19:04:17 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
4014
4015         * gdk/x11/gdkwindow-x11.c: Assume gravity works. (Anything else
4016         we have to take our chances with).
4017         
4018         (Bug 97510)
4019
4020 Mon Feb  2 18:45:28 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
4021
4022         Fix bug 110224.
4023
4024         * gdk/x11/gdkfont-x11.c (gdk_font_from_description_for_display):
4025         Remove unused variable 'result'
4026
4027         * gdk/x11/xsettings-client.[ch]: Add new set_grab/ungrab_func() functions.
4028
4029         * gdk/x11/gdkevents-x11.c (_gdk_x11_events_init_screen): Use them
4030         here.
4031
4032 Mon Feb  2 14:32:32 2004  Pablo Saratxaga  <pablo@mandrakesoft.com>
4033
4034         * configure.in po/uz*.po: changed default for Uzbek; now just "uz"
4035         is in cyrillic and "uz@Latn" for latin; "uz@Cyrl" has been removed
4036
4037 Sun Feb  1 16:34:07 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
4038
4039         * gtk/gtktoolbar.c (gtk_toolbar_size_allocate): Only start
4040         sliding when using the new API.
4041
4042 Sun Feb  1 16:03:39 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
4043
4044         * gtk/gtktoolbar.c (gtk_toolbar_size_allocate): Make sure
4045         item_area is positioned correctly. Fix #133070, reported by Jeroen
4046         Zwartepoorte.
4047
4048 Sat Jan 31 23:13:43 2004  Matthias Clasen  <maclas@gmx.de>
4049
4050         * gtk/gtktextchild.c (gtk_text_child_anchor_finalize): Don't
4051         crash when finalizing an unused GtkTextChildAnchor.  (#132260,
4052         muppet)
4053
4054 Sat Jan 31 22:41:57 2004  Matthias Clasen  <maclas@gmx.de>
4055
4056         * gtk/gtktreemodel.c (gtk_tree_model_rows_reordered): Correct
4057         the documentation for new_order.  (#124790, Tim-Philipp Müller)
4058
4059 Sat Jan 31 22:38:07 2004  Matthias Clasen  <maclas@gmx.de>
4060
4061         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_fixed_width): 
4062         Reset use_resized_width when setting fixed_width.  (#108612, 
4063         Felipe Heidrich) 
4064
4065 Sat Jan 31 16:27:44 2004  Matthias Clasen  <maclas@gmx.de>
4066
4067         * gtk/gtkmain.c (gtk_key_snooper_remove): Don't leak the
4068         GtkKeySnooperData.  (#132038, R. McFarland)
4069
4070 2004-01-30  Federico Mena Quintero  <federico@ximian.com>
4071
4072         Fixes #132975.
4073
4074         * gtk/gtkfilesystem.c (gtk_file_system_make_path): Return NULL,
4075         not FALSE.
4076         (gtk_file_system_volume_render_icon): Likewise.
4077
4078         * gtk/gtkfilesystemwin32.c (gtk_file_system_win32_make_path):
4079         Likewise.
4080
4081         * gtk/gtktreestore.c (gtk_tree_store_iter_n_children): Return 0,
4082         not FALSE.
4083
4084         * gtk/gtktoolbar.c (gtk_toolbar_get_drop_index): Return -1, not
4085         FALSE.
4086
4087         * gtk/gtktextiter.c (gtk_text_iter_get_chars_in_line): Return 0,
4088         not FALSE.
4089         (gtk_text_iter_get_bytes_in_line): Likewise.
4090
4091         * gdk/x11/gdkcursor-x11.c (gdk_display_get_default_cursor_size):
4092         Likewise.
4093
4094         * gdk/linux-fb/gdkcolor-fb.c (gdk_colors_alloc): Return FALSE, not
4095         0.
4096
4097 2004-01-30  Not Zed  <NotZed@Ximian.com>
4098
4099         Fixes #132929.
4100
4101         * gtk/gtktreeview.c (cancel_arrow_animation): remove the timeout
4102         handler when we clear the timeout id.
4103
4104 2004-01-30  Federico Mena Quintero  <federico@ximian.com>
4105
4106         Fix #129872, based on a patch by Jan Arne Petersen
4107         <jpetersen@uni-bonn.de>
4108
4109         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_list_bookmarks):
4110         Implement.
4111         (gtk_file_system_unix_add_bookmark): Implement.
4112         (gtk_file_system_unix_remove_bookmark): Implement.
4113
4114 2004-01-29  Federico Mena Quintero  <federico@ximian.com>
4115
4116         Fixes #132693.
4117
4118         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_get_parent): Don't
4119         use filename_from_path().  Also, check that the filename is
4120         absolute.
4121         (gtk_file_system_unix_get_folder): Likewise.
4122         (gtk_file_system_unix_create_folder): Likewise.
4123         (gtk_file_system_unix_make_path): Likewise.
4124         (gtk_file_system_unix_parse): Likewise.
4125         (gtk_file_folder_unix_get_info): Likewise.
4126         (filename_from_path): Removed.
4127
4128 2004-01-30  Federico Mena Quintero  <federico@ximian.com>
4129
4130         * gtk/gtkcalendar.c (arrow_action): Remove C++ comment; reported
4131         by Damien Carbery <damien.carbery@sun.com>.  Fixes #132956.
4132
4133 Fri Jan 30 11:37:37 2004  Owen Taylor  <otaylor@redhat.com>
4134
4135         * gdk/x11/gdkdrawable-x11.c: Revert changes from
4136         #113476 and go back to using XftDrawSetClip, because
4137         XftDrawSetClipRectangles is buggy in XFree86-4.3.
4138
4139 Thu Jan 29 18:08:06 2004  Owen Taylor  <otaylor@redhat.com>
4140
4141         * gtk/gtktextlayout.c (line_display_iter_to_index)
4142         * gtk/gtktextlayout.c (line_display_index_to_iter): Only
4143         adjust the preedit position for lines that include the
4144         preedit string. (#132353, Yao Zhang). How the heck
4145         did this work as well as it did?!?!
4146
4147         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_get_ic): 
4148         Reverse change to change of XNFilterEvents event mask from
4149         #110493 -- it's documented and in the Xlib code an
4150         unsigned long. 
4151         
4152         * modules/input/gtkimcontextxim.c (preedit_start_callback): 
4153         Return -1 rather than void to indicate no length limit.
4154         (#129548)
4155
4156 Fri Jan 30 00:45:46 2004  Matthias Clasen  <maclas@gmx.de>
4157
4158         * gtk/gtkadjustment.c: Add properties to GtkAdjustment.
4159         (#64601, Murray Cumming)
4160
4161 Fri Jan 30 00:13:46 2004  Matthias Clasen  <maclas@gmx.de>
4162
4163         * gtk/gtkcombo.c (gtk_combo_set_popdown_strings): Allow NULL
4164         for strings to clear the list.  (#105386, Marco Pesenti Gritti)
4165         
4166 2004-01-28  Richard Hult  <richard@imendio.com>
4167
4168         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_get_size):
4169         Free font_desc.  Fixes #132805.
4170
4171 2004-01-29  Federico Mena Quintero  <federico@ximian.com>
4172
4173         * gtk/gtkiconfactory.c (render_icon_name_pixbuf): Free the GError.
4174         Patch provided by Christian Persch <chpe@stud.uni-saarland.de>
4175         Fixes #132574.
4176
4177 Thu Jan 29 11:00:18 2004  Owen Taylor  <otaylor@redhat.com>
4178
4179         * gtk/gtkselection.c (gtk_selection_default_handler): 
4180         nul-terminate the target atoms. (#132656, Christian Persch)
4181
4182 Thu Jan 29 00:59:03 2004  Matthias Clasen  <maclas@gmx.de>
4183
4184         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_rows_reordered):
4185         Don't leak path if we bail out early.  (#132505, Christian Persch)
4186
4187 Thu Jan 29 00:48:47 2004  Matthias Clasen  <maclas@gmx.de>
4188
4189         * gtk/gtkactiongroup.c (gtk_action_group_add_toggle_actions_full):
4190         * gtk/gtkactiongroup.c (gtk_action_group_add_actions_full): Do
4191         reference counting on the user_data that is shared between
4192         multiple signal handlers, to avoid calling the destroy notify
4193         multiple times.  (#132447, Adam Hooper)
4194
4195 2004-01-28  Hans Breuer  <hans@breuer.org>
4196
4197         * gtk/stock-icons/stock_network_(16|24).png : new GTK_STOCK_NETWORK ...
4198           gtk/gtkstock.[hc] : ... define ...
4199           gtk/gtkiconfactory.c : ... register ...
4200           gtk/stock-icons/Makefile.am gtk/stock-icons/makefile.msc : ... compile ...
4201         * gtk/gtkfilesystemwin32.c : ... and use. Also adapt to recent 
4202         IFace changes.
4203
4204         * gtk/gtk.def : added a bunch of new exported symbols
4205
4206         * tests/testfilechooser.c (no_backup_files_filter) : don't crash
4207         on filter_info->display_name being NULL
4208
4209         * tests/testgtk.c : make testgtk --bench=all work again
4210
4211 Wed Jan 28 21:40:47 2004  Matthias Clasen  <maclas@gmx.de>
4212
4213         * gtk/gtkentrycompletion.c (gtk_entry_completion_action_data_func):
4214         Don't leak string.  (#132482, Christian Persch)
4215
4216 Tue Jan 27 18:45:47 2004  Manish Singh  <yosh@gimp.org>
4217
4218         * m4macros/gtk-2.0.m4: quote AC_DEFUN macro names so automake
4219         1.8 won't whine at us.
4220
4221 2004-01-28  Tor Lillqvist  <tml@iki.fi>
4222
4223         * gdk/win32/gdkevents-win32.c (synthesize_leave_event,
4224         synthesize_enter_event): Don' generate enter or leave events if
4225         the pointer is grabbed with owner_events off, and the grab event
4226         mask doesn't ask for them. (#129242)
4227
4228         (gdk_event_translate): Ditto for focus change events.
4229
4230 2004-01-27  Federico Mena Quintero  <federico@ximian.com>
4231
4232         Fix #132314.
4233
4234         * gtk/gtkfilesystem.h: Removed the #ifdef-ed out, old icon API.
4235
4236         * gtk/gtkfilesystem.c: Likewise.
4237
4238         * gtk/gtkfilesystemunix.c (filename_get_info): Removed the old
4239         icon-type code.
4240         (gtk_file_system_unix_render_icon): Moved the icon-rendering code
4241         from GtkFileInfo to here.
4242         (gtk_file_system_unix_volume_render_icon): Implement.
4243
4244 2004-01-28  Changwoo Ryu  <cwryu@debian.org>
4245
4246         * modules/input/imhangul-defs.h: 
4247         * modules/input/imhangul.c:
4248         * modules/input/Makefile.am: Remove broken hangul input module.
4249         
4250 Tue Jan 27 01:56:46 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
4251
4252         * gtk/gtktoolbar.c: Remove obsolete comment.
4253
4254         * gtk/gtktoolbar.c (DEFAULT_SPACE_SIZE, SPACE_LINE_START, 
4255         SPACE_LINE_END): Make separators wider and taller, so they are
4256         easier to pick up when editing the toolbar.
4257
4258         * gtk/gtktoolbar.c (slide_idle_handler): Add a comment, simplify
4259         a bit, 
4260
4261         * gtk/gtktoolbar.c (rect_within): Formatting fix
4262
4263         * gtk/gtktoolbar.c (gtk_toolbar_set_drop_highlight_item): Make
4264         sliding feel more responsive by only restarting sliding when the
4265         placeholder actually changes its goal allocation.
4266
4267 Tue Jan 27 02:00:37 2004  Matthias Clasen  <maclas@gmx.de>
4268
4269         * gtk/gtktreeitem.c (gtk_tree_item_add_pixmaps): Avoid a 
4270         compiler warning.  (#122725, Kjartan Maraas)
4271         
4272 Tue Jan 27 01:46:54 2004  Matthias Clasen  <maclas@gmx.de>
4273
4274         Make menus work better on Xinerama (#126150):
4275         
4276         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu): Calculate the 
4277         monitor_num on the screen of the menu, not of the attach widget.
4278
4279         * gtk/gtkmenu.c (menu_change_screen): Forget the stored monitor_num. 
4280         (gtk_menu_window_size_request): Remember the monitor_num.
4281
4282 2004-01-26  Federico Mena Quintero  <federico@ximian.com>
4283
4284         Fix #105497; constify uses of GdkColor.
4285
4286         * gdk/gdkgc.c (gdk_gc_set_rgb_fg_color): Constify.
4287         (gdk_gc_set_rgb_bg_color): Constify.
4288         (gdk_gc_set_foreground): Constify.
4289
4290         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_pixmap): Constify.
4291         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new_from_pixmap): Constify.
4292         * gdk/linux-fb/gdkcursor-fb.c (gdk_cursor_new_from_pixmap): Constify.
4293
4294         * gdk/x11/gdkpixmap-x11.c (gdk_pixmap_create_from_data): Constify.
4295         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_create_from_data): Constify.
4296         * gdk/linux-fb/gdkpixmap-fb.c (gdk_pixmap_create_from_data): Constify.
4297
4298         * gdk/x11/gdkwindow-x11.c (gdk_window_set_background): Constify.
4299         * gdk/win32/gdkwindow-win32.c (gdk_window_set_background): Constify.
4300         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_set_background): Constify.
4301
4302         * gdk/gdkpango.c (gdk_draw_layout_line_with_colors): Constify.
4303         (gdk_draw_layout_with_colors): Constify.
4304
4305         * gdk/gdkpixmap.c (gdk_pixmap_colormap_new_from_pixbuf): Constify.
4306         (gdk_pixmap_colormap_create_from_xpm): Constify.
4307         (gdk_pixmap_create_from_xpm): Constify.
4308         (gdk_pixmap_colormap_create_from_xpm_d): Constify.
4309         (gdk_pixmap_create_from_xpm_d): Constify.
4310
4311         * gtk/gtkcellview.c (gtk_cell_view_set_background_color): Constify.
4312
4313         * gtk/gtkclist.c (gtk_clist_set_foreground): Constify.
4314         (gtk_clist_set_background): Constify.
4315
4316         * gtk/gtkcolorbutton.c (gtk_color_button_new_with_color): Constify.
4317         (gtk_color_button_set_color): Constify.
4318
4319         * gtk/gtkcolorsel.c (gtk_color_selection_set_current_color):
4320         Constify and add a check for color != NULL.
4321         (gtk_color_selection_get_current_color): Add a check for color != NULL.
4322         (gtk_color_selection_set_previous_color): Constify and add a check
4323         for color != NULL.
4324         (gtk_color_selection_get_previous_color): Add a check for color != NULL.
4325
4326         * gtk/gtkctree.c (gtk_ctree_node_set_foreground): Constify.
4327         (gtk_ctree_node_set_background): Constify.
4328
4329         * gtk/gtktext.c (gtk_text_insert): Constify.
4330         (insert_text_property): Constify.
4331         (text_properties_equal): Constify.
4332         (new_text_property): Constify.
4333
4334         * gtk/gtkwidget.c (gtk_widget_modify_color_component): Constify.
4335         (gtk_widget_modify_fg): Constify.
4336         (gtk_widget_modify_bg): Constify.
4337         (gtk_widget_modify_text): Constify.
4338         (gtk_widget_modify_base): Constify.
4339
4340 2004-01-26  Christian Rose  <menthos@menthos.com>
4341
4342         * configure.in: Added "mi" to ALL_LINGUAS.
4343
4344 2004-01-25  Tor Lillqvist  <tml@iki.fi>
4345
4346         * gdk/win32/gdkproperty-win32.c (gdk_property_delete): If the
4347         WM_TRANSIENT_FOR property is being deleted, set the owner of the
4348         window to the root window (i.e., effectively unset it). (#132411)
4349
4350         * gdk/win32/gdkprivate-win32.h
4351         * gdk/win32/gdkglobals-win32.c
4352         * gdk/win32/gdkmain-win32.c: Declare, define and initialize
4353         _wm_transient_for, a GdkAtom for WM_TRANSIENT_FOR.
4354
4355         * acconfig.h: Remove HAVE_WINSOCK_H, not used any longer.
4356
4357 Sun Jan 25 15:14:46 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
4358
4359         * gtk/gtktoolbar.c (gtk_toolbar_size_allocate): Base the decision
4360         to map/unmap items on whether they are actually allocated outside
4361         the toolbar, not on whether that will eventually happen. Improves
4362         animation in the presence of overflown items.
4363
4364         * gtk/gtktoolbar.c (gtk_toolbar_begin_sliding): Add a
4365         queue_resize() to so that the items will get their new goal
4366         values and the idle handler will not immediately return FALSE.
4367
4368         * gtk/gtktoolbar.c (slide_idle_handler): simplify the logic and
4369         make sure that a placeholder becoming invisible doesn't cause a
4370         return TRUE.
4371
4372         * gtk/gtktoolbar.c (get_item_size): Don't special case
4373         placeholders here.
4374
4375 Sat Jan 24 23:17:27 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
4376
4377         * gtk/gtktoolbutton.c (gtk_tool_button_construct_contents): Only
4378         try to pack icon if there actually is one.
4379
4380         * gtk/gtktoolbar.c (gtk_toolbar_size_allocate): Make sure
4381         OVERFLOWN items get an allocation even when they are
4382         unmapped. This ensures they will slide in properly.
4383
4384         * gtk/gtktoolbar.c (slide_idle_handler): Make sure we return TRUE
4385         when there are overflown items that need to slide in. Also add
4386         comments and make formatting more readable.
4387
4388 Sat Jan 24 17:38:48 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
4389
4390         * gtk/gtkradiotoolbutton.c (gtk_radio_tool_button_class_init):
4391         Add a write-only property ::group to be consistent with
4392         GtkRadioAction and GtkRadioButton. (#132159, Patch from Olivier
4393         Andrieu)
4394
4395 Fri Jan 23 23:46:12 2004  Matthias Clasen  <maclas@gmx.de>
4396
4397         * gtk/gtkfontbutton.c (gtk_font_button_label_use_font): Don't leak the 
4398         font description.  (#132168)
4399
4400 2004-01-23  Federico Mena Quintero  <federico@ximian.com>
4401
4402         Fix #132247.
4403
4404         * gtk/gtkfilechooserdefault.c (set_select_multiple): Handle folder
4405         mode.
4406         (set_select_multiple): Optionally notify about changes to the
4407         select-multiple property.
4408         (list_selection_changed): Change the condition for the editable row to
4409         test for save mode; this is more clear than testing for not being
4410         in multiple selection mode.
4411         (gtk_file_chooser_default_get_paths): Get impl->action directly
4412         rather than calling gtk_file_chooser_get_action().
4413         (entry_activate): Likewise.
4414         (set_select_multiple): Annotate about #133255.
4415         (update_chooser_entry): Likewise.
4416         (check_preview_change): Likewise.
4417         (tree_selection_changed): Likewise.
4418
4419 Fri Jan 23 14:56:18 2004  Jonathan Blandford  <jrb@gnome.org>
4420
4421         * gtk/gtktreeview.c (gtk_tree_view_get_path_at_pos): Don't crash
4422         when there are no columns, or all columns are hidden, #131402
4423
4424 Fri Jan 23 16:58:28 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
4425
4426         * gtk/gtkmenu.c (DEFAULT_POPUP_DELAY): Changing to 200 was a
4427         mistake. Change back to 225.
4428
4429 Thu Jan 22 18:46:05 2004  Owen Taylor  <otaylor@redhat.com>
4430
4431         * === Released 2.3.2 ===
4432
4433 Thu Jan 22 18:45:26 2004  Owen Taylor  <otaylor@redhat.com>
4434
4435         * gtk/gtkicontheme.c: Patch from Christian Neumair
4436         to make warning string more translator friendly.
4437
4438         * gtk/gtktreemodelfilter.h gtkseparatortoolitem.[ch]
4439         gtk/gtktoolbar.c: Parameter name fixes to keep gtk-doc
4440         happy.
4441
4442         * configure.in: Require GLib-2.3.2, version 2.3.2,
4443         interface age 0, binary age 302.
4444
4445         * NEWS: Organized, added some names.
4446
4447 Thu Jan 22 16:59:36 2004  Jonathan Blandford  <jrb@gnome.org>
4448
4449         * gtk/gtkliststore.c (gtk_list_store_reorder): Doc fix.
4450
4451 2004-01-22  Federico Mena Quintero  <federico@ximian.com>
4452
4453         * gtk/gtkwidget.c (gtk_widget_class_init): Added documentation for
4454         GtkWidget::popup_menu.
4455
4456 Thu Jan 22 21:45:24 2004  Matthias Clasen  <maclas@gmx.de>
4457
4458         * gtk/gtkmenu.c (gtk_menu_remove): Remove the attach 
4459         info after calling gtk_menu_do_remove(), since that function
4460         uses the attach info. Doh!
4461
4462         * gtk/gtkmenu.c (gtk_menu_do_remove): Don't check priv->columns 
4463         for being 1 directly after setting it to 0.
4464
4465 Thu Jan 22 21:38:52 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
4466
4467         * NEWS: Updates
4468
4469 2004-01-22  Alexander Larsson  <alexl@redhat.com>
4470
4471         * gdk/x11/gdkwindow-x11.c (WINDOW_IS_TOPLEVEL):
4472         Fix typo
4473
4474 2004-01-21  Federico Mena Quintero  <federico@ximian.com>
4475
4476         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_finalize):
4477         Free the path fields.
4478
4479         * gtk/gtkfilesystemmodel.c (gtk_file_system_model_finalize): Free
4480         the root_path, reported by <scott@asofyet.org>
4481         (gtk_file_system_model_finalize): Unref the file system.
4482
4483         * gtk/gtkfilefilter.c (filter_rule_free): default:
4484         g_assert_not_reached().
4485         (gtk_file_filter_finalize): Free the filter->name, reported by
4486         <scott@asofyet.org>
4487         (gtk_file_filter_finalize): Free the rules list.
4488
4489 Wed Jan 21 18:10:40 2004  Jonathan Blandford  <jrb@gnome.org>
4490
4491         * gtk/gtkcolorbutton.c (gtk_color_button_set_color):redraw the
4492         color button when an alpha is set.
4493         (gtk_color_button_set_alpha): redraw the color button when an
4494         alpha is set.
4495
4496 Wed Jan 21 23:27:14 2004  Matthias Clasen  <maclas@gmx.de>
4497
4498         Fix #131869: 
4499         
4500         * gtk/gtkaction.c (_gtk_action_emit_activate): Hold
4501         a reference to the group while emitting the signals.
4502
4503         * gtk/gtkactiongroup.c (gtk_action_group_init): Use a 
4504         destroy notify which does not only unref, but also resets
4505         the action_group property of the action.
4506
4507 2004-01-20  Federico Mena Quintero  <federico@ximian.com>
4508
4509         * NEWS: Added details about GtkFileChooser changes.
4510
4511 2004-01-20  Federico Mena Quintero  <federico@ximian.com>
4512
4513         Fix #99425, add accessor functions for GtkPaned's children.
4514
4515         * gtk/gtkpaned.c (gtk_paned_get_child1): New function.
4516         (gtk_paned_get_child2): New function.
4517
4518 Tue Jan 20 23:49:52 2004  Matthias Clasen  <maclas@gmx.de>
4519
4520         * NEWS: Start of 2.3.2 section.
4521
4522 Tue Jan 20 22:11:31 2004  Matthias Clasen  <maclas@gmx.de>
4523
4524         Fixes for #130370, based on a patch by Michael Meeks:
4525         
4526         * gtk/gtkmenu.c (gtk_menu_do_remove): New auxiliary function to
4527         adjust cell positions and recalculate row and column counts after
4528         removing an item.
4529
4530         * gtk/gtkmenu.c (gtk_menu_remove): Call gtk_menu_do_remove.
4531
4532         * gtk/gtkmenu.c (gtk_menu_do_insert): Don't leave empty rows when
4533         appending items.
4534
4535         * gtk/gtkmenu.c (gtk_menu_attach): Don't call gtk_menu_shell_append,
4536         to avoid an unintended recursion.
4537
4538 2004-01-19  Federico Mena Quintero  <federico@ximian.com>
4539
4540         Fix #131418.
4541
4542         * gtk/gtkfilechooserdefault.c (set_select_multiple): New helper
4543         function.
4544         (gtk_file_chooser_default_set_property): Use
4545         set_select_multiple().  Also, re-set this mode to single if the
4546         file chooser is set to Save mode.
4547         (entry_activate): Handle the case where the entry is completely
4548         empty *and* its current folder does exist.  Also, there is need to
4549         test for select_multiple here now that we ensure that it won't
4550         happen during Save mode.
4551
4552 Sun Jan 18 15:25:39 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
4553
4554         * gtk/gtktoolbar.[ch]: Add _gtk_toolbar_paint_space_line(),
4555         _gtk_toolbar_get_default_space_size ();
4556
4557         * gtk/gtkseparatortoolitem.c (gtk_separator_tool_item_expose,
4558         get_space_size): Use them here.
4559
4560 Sun Jan 18 13:16:34 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
4561
4562         * tests/testgtk.c (create_toolbar): Set a small size request and
4563         make the window resizable, to test mapping/unmapping of buttons.
4564
4565         * gtk/gtktoolbar.c (gtk_toolbar_remove_content,
4566         gtk_toolbar_insert_tool_item): remove these functions.
4567
4568         * gtk/gtktoolbar.c (gtk_toolbar_show_all,
4569         toolbar_content_show_all, gtk_toolbar_hide_all,
4570         toolbar_content_hide_all): New functions. 
4571
4572         Ignore show_all/hide_all for buttons created in compatibility mode.
4573
4574         * gtk/gtktoolbar.c (internal_insert_element, gtk_toolbar_show_all,
4575         gtk_toolbar_hide_all): Make sure buttons are ignored by
4576         gtk_toolbar_show_all() and gtk_toolbar_hide_all().
4577         
4578         * gtk/gtktoolbar.c: s/regular_widget/compatibility/g
4579
4580         * gtk/gtktoolbar.c (struct _ToolbarContent): Allocate
4581         GtkToolbarChild inline. Get rid of GtkToolbarChildSpace.
4582
4583         * gtk/gtktoolbar.c (toolbar_content_expose): Fix bug where widget
4584         could become NULL.
4585
4586         * gtk/gtktoolbar.c (gtk_toolbar_add): Append new tool items
4587         instead of prepending them.
4588
4589         * gtk/gtktoolbar.c (gtk_toolbar_size_allocate): Use the same
4590         'elapsed' for all items.
4591
4592         * gtk/gtktoolbar.c (struct _GtkToolbarPrivate): Turn booleans
4593         into bitfields.
4594
4595         * gtk/gtktoolbar.c: Many formatting fixes
4596         
4597 Sun Jan 18 01:51:12 2004  Matthias Clasen  <maclas@gmx.de>
4598
4599         * configure.in: Add the necessary magic to create
4600         po-properties/Makefile.
4601
4602 Sat Jan 17 23:05:52 2004  Matthias Clasen  <maclas@gmx.de>
4603
4604         The second part of the fix for #114351 (see also 
4605         gdk-pixbuf/ChangeLog and po/ChangeLog):
4606
4607         * Makefile.am (SUBDIRS): Add po-properties.
4608
4609         * configure.in (AC_CONFIG_FILES): Add po-properties/Makefile.in 
4610
4611         * gdk/gdkintl.h (P_): 
4612         * gtk/gtkintl.h (P_): Use translation domain gtk20-properties. 
4613
4614         * gtk/gtkmain.c (gtk_parse_args): Call bindtextdomain and
4615         bind_textdomain_codeset for gtk20-properties as well.
4616
4617 Sat Jan 17 22:00:07 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
4618
4619         * gtk/gtktoolbar.c: 
4620
4621         Fix rest of #128678: Implement all the toolbar_content()
4622         methods for the old API case.
4623
4624 Sat Jan 17 16:53:08 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
4625
4626         * gtk/gtktoolbar.c: 
4627
4628         Phase 1 of fixing #128678: Only access ToolbarContent through a
4629         set of new functions:
4630
4631         toolbar_content_expose, toolbar_content_visible,
4632         toolbar_content_size_request, toolbar_content_is_homogeneous,
4633         toolbar_content_get_child_requisition,
4634         toolbar_content_is_placeholder, toolbar_content_disappearing,
4635         toolbar_content_get_state, toolbar_content_child_visible,
4636         toolbar_content_get_goal_allocation,
4637         toolbar_content_get_allocation,
4638         toolbar_content_set_start_allocation,
4639         toolbar_content_get_start_allocation, toolbar_content_get_expand,
4640         toolbar_content_set_goal_allocation,
4641         toolbar_content_set_child_visible, toolbar_content_size_allocate,
4642         toolbar_content_set_state, toolbar_content_get_widget,
4643         toolbar_content_set_disappearing,
4644         toolbar_content_set_size_request,
4645         toolbar_content_toolbar_reconfigured,
4646         toolbar_content_retrieve_menu_item, 
4647         toolbar_content_new_tool_item, toolbar_content_destroy,
4648         toolbar_content_is_separator
4649
4650         Also fix #127092.
4651         
4652 Sat Jan 17 12:55:13 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
4653
4654         * gtk/gtktoolitem.c (gtk_tool_item_finalize): don't leak the menu
4655         item ID.
4656
4657 Sat Jan 17 12:37:46 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
4658
4659         * gtk/gtktoolbar.c (gtk_toolbar_finalize): Don't leak the
4660         overflow menu.
4661         
4662         * gtk/gtktoolbar.h (struct _GtkToolbar): Make some fields public. 
4663         [#127726]
4664
4665 2004-01-16  Federico Mena Quintero  <federico@ximian.com>
4666
4667         * gtk/gtkfilesystemmodel.c (struct _GtkFileSystemModel): Added a
4668         has_editable field.
4669         (_gtk_file_system_model_add_editable): New function.
4670         (_gtk_file_system_model_remove_editable): New function.
4671         (gtk_file_system_model_get_value): Return appropriate values for
4672         the temporary editable row.
4673         (_gtk_file_system_model_get_info): Handle the editable row.
4674         (_gtk_file_system_model_get_path): Likewise.
4675
4676         * gtk/gtkfilechooserdefault.c (shortcuts_append_bookmarks):
4677         Removed an unused variable.
4678         (toolbar_button_new): Optionally show the button.
4679         (up_button_clicked_cb): Renamed from up_button_cb(), fixed prototype.
4680         (toolbar_create): Add a "New Folder" button for Save mode.
4681         (error_building_filename_dialog): New helper function.
4682         (gtk_file_chooser_default_get_paths): Use error_building_filename_dialog().
4683         (create_file_list): Connect to the "edited" signal of the text
4684         cell renderer.  Store the name column and text renderer in the
4685         impl structure.
4686         (renderer_edited_cb): New callback.
4687         (gtk_file_chooser_default_set_property): Show/hide the "New
4688         folder" button when the save action changes.
4689         (COMPARE_DIRECTORIES): Allow the info values to be NULL.
4690         (COMPARE_DIRECTORIES): Duh, use the list_model, not the
4691         tree_model.
4692         (get_list_file_info): Likewise!
4693         (list_icon_data_func): Handle the path being NULL.
4694         (new_folder_button_clicked): New callback.
4695         (list_name_data_func): If we are on the editable row, set the text
4696         to "Type name of new folder".
4697         (list_selection_changed): Handle the editable row.
4698         (list_mtime_data_func): Likewise.
4699
4700         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_make_path): Return
4701         NULL, not FALSE.
4702         (gtk_file_system_unix_create_folder): Test the result of mkdir() correctly.
4703
4704 Fri Jan 16 23:59:01 2004  Matthias Clasen  <maclas@gmx.de>
4705
4706         The first part of the fix for #114351 (see also 
4707         gdk-pixbuf/ChangeLog and po/ChangeLog):
4708         
4709         * gtk/gtkintl.h: 
4710         * gdk/gdkintl.h: Define P_() for property blurbs and nicks.
4711
4712         * gdk/gdkdisplaymanager.c:
4713         * modules/input/gtkimcontextxim.c:
4714         * gtk/*.c:  Mark property blurbs and nicks with P_().
4715         
4716 2004-01-16  Federico Mena Quintero  <federico@ximian.com>
4717
4718         Fix #130969.
4719
4720         * gtk/gtkcellrenderer.h (struct _GtkCellRendererClass): Added an
4721         editing_canceled signal.
4722
4723         * gtk/gtkcellrenderer.c (gtk_cell_renderer_class_init): Create the
4724         "editing-canceled" signal.
4725         (gtk_cell_renderer_editing_canceled): New function.
4726
4727         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_editing_done):
4728         Call gtk_cell_renderer_editing_canceled().
4729
4730 2004-01-16  Federico Mena Quintero  <federico@ximian.com>
4731
4732         * gtk/gtkfilechooserdefault.c
4733         (gtk_file_chooser_default_set_property): Do not allow setting
4734         select_multiple when in Save mode.
4735         (set_list_model): No need to nullify the list_model and
4736         sort_model.
4737         (gtk_file_chooser_default_get_paths): Handle folder mode as well.
4738         (get_paths_foreach): Likewise.
4739
4740         * gtk/gtkfilechooser.c (gtk_file_chooser_get_filename): Clarify
4741         documentation about folder mode.
4742         (gtk_file_chooser_get_uri): Likewise.
4743
4744 2004-01-16  Federico Mena Quintero  <federico@ximian.com>
4745
4746         * gtk/gtkfilesystem.h (struct _GtkFileSystemIface): New
4747         get_volume_for_path() method.
4748         (struct _GtkFileSystemIface): Finally removed the list_roots() and
4749         get_root_info() methods, and the "roots-changed" signal.
4750
4751         * gtk/gtkfilesystem.c (gtk_file_system_get_volume_for_path): New
4752         function.
4753         (gtk_file_system_list_roots): Removed.
4754         (gtk_file_system_get_root_info): Removed.
4755
4756         * gtk/gtkfilesystemunix.c
4757         (gtk_file_system_unix_get_volume_for_path): Implement.
4758         (get_root_volume): New helper function.
4759         (gtk_file_system_unix_list_volumes): Use get_root_volume().
4760         (gtk_file_system_unix_list_roots): Removed.
4761         (gtk_file_system_unix_get_root_info): Removed.
4762
4763         * gtk/gtkfilesystemmodel.c (_gtk_file_system_model_new): Don't
4764         accept a NULL root_path.
4765         (struct _GtkFileSystemModel): Add a field to remember the
4766         root_path.
4767         (_gtk_file_system_model_new): Store the root_path in the model
4768         structure.
4769         (find_and_ref_path): Stop going up the hierarchy at the root_path
4770         of the model.  Also, don't return prematurely when walking up the
4771         hierarchy.
4772
4773         * gtk/gtkfilechooserdefault.c (create_file_list): Sigh, restore
4774         the rules_hint.
4775         (struct _GtkFileChooserDefault): Added a current_volume_path field.
4776         (set_tree_model): New function; create the folder tree model here.
4777         (create_folder_tree): Don't create the model here.
4778         (set_list_model): Set the show_hidden flag on the list model.
4779
4780 Fri Jan 16 00:04:43 2004  Matthias Clasen  <maclas@gmx.de>
4781
4782         * gtk/gtknotebook.h:
4783         * gtk/gtknotebook.c (gtk_notebook_append_page): 
4784         * gtk/gtknotebook.c (gtk_notebook_append_page_menu): 
4785         * gtk/gtknotebook.c (gtk_notebook_prepend_page): 
4786         * gtk/gtknotebook.c (gtk_notebook_prepend_page_menu): 
4787         * gtk/gtknotebook.c (gtk_notebook_insert_page): 
4788         * gtk/gtknotebook.c (gtk_notebook_insert_page_menu): Return the
4789         index of the newly inserted page.  (#130986, Olexiy Avramchenko) 
4790
4791 Thu Jan 15 23:17:14 2004  Matthias Clasen  <maclas@gmx.de>
4792
4793         * gtk/gtkuimanager.c (gtk_ui_manager_get_toplevels): Inserting
4794         a 'newly-allocated' to hint that the list should be freed after
4795         use.
4796
4797 Wed Jan 14 18:01:52 2004  Jonathan Blandford  <jrb@gnome.org>
4798
4799         * gtk/gtktreeview.c (gtk_tree_view_button_press): move grab_focus
4800         to after handling the button presses in the TreeView to avoid
4801         getting multiple selection_changes()
4802
4803 Wed Jan 14 21:16:20 2004  Matthias Clasen  <maclas@gmx.de>
4804
4805         * gtk/gtkimcontext.c: Documentation fix.  (#131335, Theppitak 
4806         Karoonboonyanan)
4807
4808 Wed Jan 14 21:00:49 2004  Matthias Clasen  <maclas@gmx.de>
4809
4810         * gtk/gtkactiongroup.c (gtk_action_group_add_action_with_accel): 
4811         Don't leak name and stock_id.  (#131358, Morten Welinder)
4812
4813 Wed Jan 14 13:07:30 GMT 2004  Tony Gale <gale@gtk.org>
4814
4815         * docs/faq/gtk-faq.sgml: Updates to Section 5
4816
4817 Wed Jan 14 02:34:57 2004  Matthias Clasen  <maclas@gmx.de>
4818
4819         * gtk/gtkradioaction.c: Add a writable group property to align
4820         with the GtkRadioButton API.  (#129166, Olivier Andrieu) 
4821
4822 Tue Jan 13 14:48:27 GMT 2004  Tony Gale <gale@gtk.org>
4823
4824         * docs/faq/gtk-faq.sgml: Update info on using autoconf
4825
4826 Mon Jan 12 23:40:34 2004  Matthias Clasen  <maclas@gmx.de>
4827
4828         * tests/testmerge.c: Adjust to the new connect_proxy signals.
4829
4830         * gtk/gtkuimanager.c
4831         * gtk/gtkactiongroup.c
4832         * gtk/gtkaction.c: Move the connect_proxy and disconnect_proxy signals
4833         from GtkAction to GtkActionGroup and proxy it on GtkUIManager. This
4834         removes the confusion between the disconnect_/connect_proxy signals 
4835         and the (unrelated) virtual functions of the same name and aligns
4836         the setup with the pre_/post_activate signals.
4837
4838 2004-01-12  Jody Goldberg <jody@gnome.org>
4839
4840         * gtk/gtkaction.c (connect_proxy) : only connect activate for menus
4841           with no submenus otherwise it looks like we activate every time a
4842           submenu opens.
4843
4844 2004-01-12  Jody Goldberg <jody@gnome.org>
4845
4846         * gtk/gtkuimanager.c: Remove accidentially committed debug spew.
4847
4848 Sun Jan 11 01:55:07 2004  Matthias Clasen  <maclas@gmx.de>
4849
4850         * gtk/gtkaccelmap.c: Remove accidentally committed notification stuff. 
4851         (gtk_accel_map_lock_path): 
4852         (gtk_accel_map_unlock_path): Path locking can now be nested, a missing
4853         entry is silently created during lock_path(), and treated as an error 
4854         during unlock_path(). These changes have been requested by Tim Janik.
4855
4856 2004-01-10  Jody Goldberg <jody@gnome.org>
4857
4858         * gtk/gtkuimanager.c (d) : Add a debug macro to quiet the spew.
4859         s/merge_signals/ui_manager_signals/ for readability.
4860         (gtk_ui_manager_class_init) : add pre_activate and post_activate
4861           signals.
4862         (cb_proxy_pre_activate) : new.
4863         (cb_proxy_post_activate) : new.
4864         (gtk_ui_manager_insert_action_group) : connect the proxies for
4865           GtkActionGroup::pre/post_activate
4866         (gtk_ui_manager_remove_action_group) : disconnect them.
4867
4868         * gtk/gtkactiongroup.c (gtk_action_group_class_init) : add
4869           'sensitive', and 'visible' properties.  Also add pre_activate and
4870           post_activate signals to help deal with activations at a higher
4871           level (eg GtkUIManager)
4872         (gtk_action_group_init) : init sensitive and visible
4873         (gtk_action_group_set_property) : add sensitive and visible
4874         (gtk_action_group_get_property) : add sensitive and visible
4875         (gtk_action_group_get_sensitive) : new.
4876         (gtk_action_group_get_visible) : new.
4877         (cb_set_action_sensitivity) : new with minor optimization that only
4878           signals sensitivity changes if the action could possibly change.
4879         (cb_set_action_visiblility) : ditto.
4880         (gtk_action_group_set_sensitive) : new.  walk the actions directly
4881           rather than using notify::sensitive because that is simpler, easier
4882           to read, and more efficient.
4883         (gtk_action_group_set_visible) : ditto.
4884         (gtk_action_group_add_action) : Each action can only be in 1 group,
4885           set GtkAction::action_group.
4886         (gtk_action_group_remove_action) : clear it.
4887         (gtk_action_group_add_toggle_actions_full) : warning suppression.
4888         (gtk_action_group_add_radio_actions_full) : warning suppression.
4889         (_gtk_action_group_emit_pre_activate) : new protected routine for use
4890           by GtkAction.
4891         (_gtk_action_group_emit_post_activate) : ditto.
4892
4893         * gtk/gtkaction.c (gtk_action_class_init) : add 'action_group' property.
4894         (gtk_action_init) : initialize it.
4895         (gtk_action_get_property) : get.
4896         (gtk_action_set_property) : set it via
4897         (gtk_action_set_action_group) : new function.
4898         (gtk_action_sync_sensitivity) : new routine to sync proxy sensitivity
4899           with the logical sensitivity (action & group) rather than the simple
4900           action::sensitivity.
4901         (gtk_action_sync_visible) : use gtk_action_is_visible to handle
4902           logical visibility (action & group) rather than the simple
4903           action::visible.  Use widget show/hide directly.
4904         (connect_proxy) : handle the custom sensitivity handler.
4905           Make the TOOL_BUTTON signals more general and support TOOL_ITEM
4906           directly, with special cases for TOOL_BUTTON.  Still not especially
4907           good it might be useful to handle label/use_underline by parmspec
4908           lookup.  Those are likely to be implemented by custom types, and are
4909           assumed to exist in GtkToolItem.
4910         (disconnect_proxy) : disconnect the new sensitivity handler.
4911         (_gtk_action_emit_activate) : add pre/post signals.
4912         (gtk_action_activate) : use logical sensitivity.
4913         (gtk_action_is_sensitive) : logical sensitivity.
4914         (gtk_action_get_sensitive) : actual sensitivity.
4915         (closure_accel_activate) : use logical sensitivity.
4916
4917 Fri Jan  9 22:23:45 2004  Matthias Clasen  <maclas@gmx.de>
4918
4919         * gtk/gtkuimanager.c: Introduce a new parser state for 
4920         accelerator elements to avoid misparsing files containing 
4921         such elements.  (#131035, Morten Welinder)
4922
4923 Fri Jan  9 11:58:47 2004  Manish Singh  <yosh@gimp.org>
4924
4925         * gdk-pixbuf/gdk-pixbuf-io.c: #include <unistd.h> for unlink()
4926
4927 Fri Jan  9 15:28:21 GMT 2004  Tony Gale <gale@gtk.org>
4928
4929         * docs/faq/gtk-faq.sgml: update GtkEntry filter code example
4930
4931 Fri Jan  9 00:34:57 2004  Matthias Clasen  <maclas@gmx.de>
4932
4933         * gtk/gtkuimanager.h:
4934         * gtk/gtkuimanager.c (gtk_ui_manager_get_toplevels): New function to
4935         obtain a list of toplevel widgets constructed by the ui manager.
4936
4937         * gtk/gtkuimanager.h (GtkUIManagerItemType): Change to flags, so that 
4938         the values can be combined for gtk_ui_manager_get_toplevels().
4939
4940         * tests/testmerge.c: Add a "Dump toplevels" button to test 
4941         gtk_ui_manager_get_toplevels().
4942
4943 Wed Jan  7 23:20:06 2004  Matthias Clasen  <maclas@gmx.de>
4944
4945         * demos/gtk-demo/Makefile.am (demos): Add entry_completion.c
4946         
4947         * demos/gtk-demo/entry_completion.c: New demo for GtkEntryCompletion 
4948         by Anders Carlsson  (#130464).
4949
4950 Wed Jan  7 23:07:28 2004  Matthias Clasen  <maclas@gmx.de>
4951
4952         * gtk/gtkmain.h: 
4953         * gtk/gtkmain.c (gtk_events_pending): Change the return value from 
4954         gint to gboolean.  (#130718, reported by Johannes Weißl)
4955
4956 Wed Jan  7 23:03:32 2004  Matthias Clasen  <maclas@gmx.de>
4957
4958         * gtk/gtkactiongroup.h: 
4959         * gtk/gtkactiongroup.c (gtk_action_group_add_action_with_accel): 
4960         Remove the redundant name and stock_id parameters, adjust all callers.
4961
4962 Wed Jan  7 22:20:20 2004  Matthias Clasen  <maclas@gmx.de>
4963
4964         * gtk/gtkaction.h: 
4965         * gtk/gtkaction.c (gtk_action_new):  
4966         * gtk/gtktoggleaction.h: 
4967         * gtk/gtktoggleaction.c (gtk_toggle_action_new): 
4968         * gtk/gtkradioaction.h: 
4969         * gtk/gtkradioaction.c (gtk_radio_action_new): Add creation 
4970         functions for actions.
4971
4972         * gtk/gtkactiongroup.c (gtk_action_group_add_actions_full): 
4973         (gtk_action_group_add_toggle_actions_full): 
4974         (gtk_action_group_add_radio_actions_full): and use the
4975         new functions here.  (#125322, Patch by Jeff Frank)
4976
4977 Wed Jan  7 21:42:49 2004  Matthias Clasen  <maclas@gmx.de>
4978
4979         * gtk/gtkaccelmap.c (gtk_accel_map_lock_path): Fix grammar of 
4980         docs.
4981
4982 2004-01-07  Jan Arne Petersen  <jpetersen@uni-bonn.de>
4983
4984         * gtk/gtkfilechooserdefault.c: (shortcuts_insert_path),
4985         (shortcuts_append_home), (shortcuts_append_desktop),
4986         (shortcuts_append_paths), (shortcuts_add_volumes),
4987         (shortcuts_append_bookmarks), (create_shortcuts_model),
4988         (gtk_file_chooser_default_add_shortcut_folder): add REMOVABLE column
4989         to the shortcuts_model.
4990
4991         (remove_bookmark_button_clicked_cb),
4992         (bookmarks_check_remove_sensitivity): use REMOVABLE column to check if
4993         bookmarks can be removed. Fixes #129873
4994
4995 Wed Jan  7 02:50:55 2004  Matthias Clasen  <maclas@gmx.de>
4996
4997         * demos/testpixbuf-save.c: Make s, S, Control-S, p, P, Control-P,
4998         i, I, Control-I test gdk_pixbuf_save(), gdk_pixbuf_save_to_buffer()
4999         and gdk_pixbuf_save_to_callback() with jpeg, png and ico formats, 
5000         respectively. Tests #82203.
5001
5002 2004-01-06  Federico Mena Quintero  <federico@ximian.com>
5003
5004         * gtk/gtkfilesel.c (gtk_file_selection_create_dir_confirmed): Use
5005         0777 as the mode for mkdir() and let the umask do the right
5006         thing.  Fixes #121819.
5007
5008         * gtk/gtkfilesystemunix.c (filename_is_root): g_path_skip_root()
5009         can return NULL; handle this.  Fixes #129565.
5010
5011 2004-01-06  Alexander Winston  <alexander.winston@comcast.net>
5012
5013         * gtk/gtkfilesel.c: (gtk_file_selection_delete_file): Removed space
5014         that proceeded the end-of-sentence punctuation. Fixes: #130353.
5015
5016 2004-01-06  Jody Goldberg <jody@gnome.org>
5017
5018         * gtk/gtktoolitem.c (gtk_tool_item_set_property) : Call 
5019           gtk_tool_item_set_visible_vertical for PROP_VISIBLE_VERTICAL.
5020
5021 2004-01-05  Federico Mena Quintero  <federico@ximian.com>
5022
5023         * gtk/gtkfilechooserdefault.c (shortcuts_append_bookmarks): Oops,
5024         call shortcuts_add_bookmarks() here.
5025         (remove_bookmark_button_clicked_cb): Ahem, fetch the selected
5026         iter.
5027         (shortcuts_append_paths): Don't display error dialogs here.
5028         (create_file_list): Remove the @#$% rules hint.
5029
5030 2004-01-05  Federico Mena Quintero  <federico@ximian.com>
5031
5032         * gtk/gtkfilechooserdefault.c (toolbar_button_new): New helper
5033         function.
5034         (toolbar_create): Do not use a toolbar widget, just an hbox
5035         instead.  Add the bookmarks buttons and the current folder label
5036         here.
5037         (create_filename_entry_and_filter_combo): Create the filter combo
5038         here.
5039         (filter_create): Don't show the filter combo initially.
5040         (up_button_cb): Renamed from toolbar_up_cb().
5041         (create_shortcuts_buttons): Removed.
5042
5043 2004-01-05  Murray Cumming  <murrayc@usa.net>
5044
5045         * gdk/gdkimage.h: Added <public> documentation to the struct, as
5046         suggested by Owen Taylor.
5047
5048 2004-01-05  Jody Goldberg <jody@gnome.org>
5049
5050         * gtk/gtkiconfactory.c (get_default_icons) : add stock indent, unindent
5051           I would have prefered outdent, but compatibility seems more
5052           important.
5053         * gtk/gtkstock.c (builtin_items) : ditto.
5054         * gtk/gtkstock.h : ditto.
5055         * gtk/stock-icons/Makefile.am : ditto.
5056         * gtk/stock-icons/stock_text_indent_16.png :
5057         * gtk/stock-icons/stock_text_indent_24.png :
5058         * gtk/stock-icons/stock_text_unindent_16.png :
5059         * gtk/stock-icons/stock_text_unindent_24.png : from gnome-icon-theme
5060
5061 Sun Jan  4 15:29:04 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
5062
5063         * gtk/gtkradiotoolbutton.[ch]
5064         (gtk_radio_tool_button_new_with_stock_from_widget): Change API so
5065         group is a GtkRadioButton, not a GtkWidget.
5066
5067 2004-01-04  Hans Breuer  <hans@breuer.org>
5068
5069         * gdk/win32/gdkwindow-win32.c : use SWP_NOACTIVATE in 
5070         gdk_window_set_keep_(above|below) to make DND work again.
5071         Thanks to Alif Wahid for noticing.
5072
5073         * gdk/gdk.def : update externals
5074
5075         * gtk/gtkfilesystemwin32.c : adapt to GtkFileSystemIFace changes
5076
5077         * gtk/gtk-stock.[hc] gtk/gtkiconfactory.c 
5078           gtk/stock-icons/Makefile.am gtk/stock-icons/makefile.msc :
5079           gtk/stock-icons/stock_harddisk_16.png 
5080           gtk/stock-icons/stock_harddisk_24.png 
5081         Harddisk stock icons for file system implementations. Beside
5082         FLOPPY and CDROM there is now HARDDISK, probably some 
5083         GTK_STOCK_NETWORK would be useful, but I could not find one.
5084
5085 Sat Jan  3 11:39:42 2004  Manish Singh  <yosh@gimp.org>
5086
5087         * gtk/gtkclipboard.c: Update freedesktop.org clipboard doc link.
5088         Patch from Andrew Moise (#130462).
5089
5090 2004-01-01  Jody Goldberg <jody@gnome.org>
5091
5092         * gtk/gtkaction.c (_GtkActionPrivate) : add visible_horizontal,
5093           visible_vertical.
5094         (gtk_action_class_init) : here.
5095         (gtk_action_init) : here.
5096         (gtk_action_set_property) : here.
5097         (gtk_action_get_property) : here.
5098         (connect_proxy) : and here.
5099
5100 2003-12-30  Jody Goldberg <jody@gnome.org>
5101
5102         * gtk/gtkactiongroup.c (gtk_action_group_add_action_with_accel) :  new
5103           utility routine for use in derived GtkActions with the replicated code
5104           from.
5105         (gtk_action_group_add_actions_full) : here.
5106         (gtk_action_group_add_toggle_actions_full) : here.
5107         (gtk_action_group_add_radio_actions_full) : and here.
5108
5109 2004-01-01  Taneem Ahmed  <taneem@bengalinux.org>
5110
5111         * configure.in: Added "bn" to ALL_LINGUAS.
5112
5113 2004-01-01  Taneem Ahmed  <taneem@bengalinux.org>
5114
5115         * bn.po: Added Bangla translation by 
5116         of Ankur group <gnome-translation@bengalinux.org>.
5117
5118 Fri Jan  2 02:50:11 2004  Matthias Clasen  <maclas@gmx.de>
5119
5120         * gtk/gtkcalendar.c (gtk_calendar_compute_days): 
5121         * gtk/gtkcalendar.c (gtk_calendar_paint_day_names): 
5122         * gtk/gtkcalendar.c (gtk_calendar_init): Changes to support 
5123         week_start values other than 0 and 1, e.g. 6 will let weeks start
5124         on Saturday.  (#130349, Roozbeh Pournader) 
5125
5126 2003-12-31 13:49 Daniel Rogers <dsrogers@phasevelocity.org>
5127
5128         * gdk/x11/gdkinput-x11.c: (gdk_input_translate_coordinates)
5129         
5130         Fix to allow reasonable pointer behavior in window mode when an
5131         extended input device reports an incorrect resolution of 0.  Fixes
5132         bug #123546
5133         
5134 2003-12-31  Christian Neumair  <chris@gnome-de.org>
5135
5136         * gdk-pixbuf/gdk-pixdata.c: (gdk_pixbuf_from_pixdata):
5137         * gtk/gtkfilechooserdefault.c: (list_size_data_func): Use ngettext for
5138         plurals (#123847).
5139
5140 Wed Dec 31 02:05:39 2003  Matthias Clasen  <maclas@gmx.de>
5141
5142         * gtk/gtkactiongroup.c (gtk_action_group_add_actions_full): 
5143         (gtk_action_group_add_toggle_actions_full):
5144         (gtk_action_group_add_radio_actions_full): Pull accelerator key
5145         from the stock item if stock_id is given, but accelerator 
5146         not.  (Noticed by Jeff Franks and Jody Goldberg)
5147
5148         * tests/testmerge.c: Remove the accelerator from the "Open" entry
5149         to test the above change.
5150         
5151 2003-12-29  Federico Mena Quintero  <federico@ximian.com>
5152
5153         Make show_all() work for the extra and preview widgets; reported
5154         by Paolo Maggi.
5155
5156         * gtk/gtkfilechooserdefault.c (set_preview_widget): show_all() the
5157         preview widget.
5158         (set_extra_widget): show_all() the extra widget.
5159
5160 Mon Dec 29 12:22:22 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
5161
5162         * gtk/gtkuimanager.c (do_updates): 
5163         * gtk/gtktoolbar.c (slide_idle_handler): 
5164         * gtk/gtkdnd.c (gtk_drag_update_idle): 
5165
5166         Add GDK_THREADS_ENTER()/GDK_THREADS_LEAVE() pairs around idle
5167         functions. (#130157, patch from Olexiy Avramchenko).
5168         
5169 2003-12-29  Anders Carlsson  <andersca@gnome.org>
5170
5171         * gtk/gtkradiotoolbutton.c:
5172         * gtk/gtkradiotoolbutton.h:
5173         * gtk/gtkseparatortoolitem.c:
5174         * gtk/gtkseparatortoolitem.h:
5175         * gtk/gtktoggletoolbutton.c:
5176         * gtk/gtktoggletoolbutton.h:
5177         * gtk/gtktoolbar.c:
5178         * gtk/gtktoolbar.h:
5179         * gtk/gtktoolbutton.c:
5180         * gtk/gtktoolbutton.h:
5181         * gtk/gtktoolitem.c:
5182         * gtk/gtktoolitem.h:
5183         Update my e-mail address.
5184         
5185 Mon Dec 29 01:36:22 2003  Matthias Clasen  <maclas@gmx.de>
5186
5187         * gtk/gtkaccelmap.[hc]: (gtk_accel_map_lock_path, 
5188         gtk_accel_map_unlock_path): Add a way to lock individual accelerator
5189         paths.  (#73207, reported by Havoc Pennington)
5190
5191 Sat Dec 27 23:17:56 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
5192
5193         * gtk/gtktoolbar.c (slide_idle_handler): use CHILD_VISIBLE
5194         instead of VISIBLE to determine whether we should stop
5195         sliding. (#130018, reported by Christian Persch).
5196
5197 Fri Dec 26 23:24:35 2003  Matthias Clasen  <maclas@gmx.de>
5198
5199         * gtk/gtkactiongroup.c (gtk_action_group_add_radio_actions_full): 
5200         Don't use first_action without initializing it if n_entries is 0.
5201
5202 Thu Dec 25 00:26:34 2003  Matthias Clasen  <maclas@gmx.de>
5203
5204         * gdk/x11/gdkcursor-x11.c (gdk_display_get_default_cursor_size):
5205         Add the missing _get_ to the name of the non-Xcursor version of
5206         this function.  (noticed by Torsten Schoenfeld)
5207
5208 Tue Dec 23 22:34:50 2003  Manish Singh  <yosh@gimp.org>
5209
5210         * gtk/gtkicontheme.h: fix GTK_TYPE_ICON_INFO macro, reported by
5211         muppet.
5212
5213 2003-12-24  Jody Goldberg <jody@gnome.org>
5214
5215         * gtk/gtkactiongroup.h : Add some const to the char * in
5216           GtkActionEntry*.  We're reccomending people pass static strings to
5217           them, and not freeing them.  This stems to flood of warnings that
5218           result.
5219         * gtk/gtkactiongroup.c (gtk_action_group_add_actions_full) : change
5220           temp vars to const to match above.
5221         (gtk_action_group_add_toggle_actions_full) : ditto.
5222         (gtk_action_group_add_radio_actions_full) : ditto.
5223
5224 Wed Dec 24 01:12:53 2003  Matthias Clasen  <maclas@gmx.de>
5225
5226         * gtk/gtkclipboard.[hc]: Add GtkClipboardTargetReceivedFunc,
5227         gtk_clipboard_request_targets() and 
5228         gtk_clipboard_wait_for_targets().  (#101774, Dom Lachowicz)
5229
5230 Mon Dec 22 00:40:39 2003  Matthias Clasen  <maclas@gmx.de>
5231
5232         * gtk/gtkcalendar.c (gtk_calendar_paint_arrow): Use 
5233         gtk_paint_arrow instead of draw_arrow_left/draw_arrow_right.
5234         * gtk/gtkcalendar.c (draw_arrow_left):
5235         (draw_arrow_right): Removed. 
5236         * gtk/gtkcalendar.c (gtk_calendar_realize_arrows): 
5237         * gtk/gtkcalendar.c (gtk_calendar_state_changed): Set the
5238         arrow_state to GTK_STATE_INSENSITIVE if the calendar is 
5239         insensitive.  (#97376)
5240
5241 Sun Dec 21 23:17:01 2003  Matthias Clasen  <maclas@gmx.de>
5242
5243         * gtk/gtkuimanager.c (update_node): 
5244         (update_smart_separators): 
5245         (_gtk_menu_is_empty): 
5246         (find_menu_position): 
5247         * gtk/gtktreeview.c (gtk_tree_view_search_dialog_destroy): 
5248         * gtk/gtkcombobox.c (gtk_combo_box_relayout_item): 
5249         (gtk_combo_box_relayout): Fix memory leaks caused by the
5250         failure to free the result of gtk_container_get_children().
5251
5252 Sun Dec 21 17:34:22 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
5253
5254         * gdk/x11/gdkwindow-x11.c (gdk_window_reparent): Set the right
5255         properties when the window becomes a toplevel. When a window that
5256         was previously a toplevel becomes a toplevel again, restore its
5257         window type. Also make sure the focus window is removed from the
5258         XID hash when it is destroyed. (#117579, reported by Morten
5259         Welinder, patch reviewed by Owen Taylor).
5260
5261 Sun Dec 21 01:54:40 2003  Matthias Clasen  <maclas@gmx.de>
5262
5263         * gtk/gtkmenushell.h: 
5264         * gtk/gtkmenushell.c (gtk_menu_shell_cancel): New function 
5265         to emit the "cancel" signal on a menu shell.
5266
5267         * gtk/gtkmenu.c (gtk_menu_key_press): 
5268         * gtk/gtkoptionmenu.c (gtk_option_menu_remove_menu): 
5269         * gtk/gtkmenubar.c (_gtk_menu_bar_cycle_focus): Use the 
5270         new function instead of directly emitting the 
5271         signal.  (#81803, Owen Taylor)
5272
5273 Sun Dec 21 00:39:50 2003  Matthias Clasen  <maclas@gmx.de>
5274
5275         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init): 
5276         Fix the "language_set" blurb.  
5277         
5278 Sat Dec 20 22:06:03 2003  Kristian Rietveld  <kris@gtk.org>
5279
5280         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): do not invalidate
5281         all of treeview when resizing (#110074, patch from Soeren Sandmann).
5282
5283 Fri Dec 19 23:36:00 2003  Kristian Rietveld  <kris@gtk.org>
5284
5285         Fixes #108458.
5286
5287         * gtk/gtkcelllayout.[ch]: added a reorder method.
5288
5289         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_layout_init),
5290         (gtk_tree_view_column_cell_layout_reorder): implement reorder.
5291
5292         * gtk/gtkcellview.c (gtk_cell_view_cell_layout_init),
5293         (gtk_cell_view_cell_layout_reorder): ditto.
5294
5295         * gtk/gtkcombobox.c (gtk_combo_box_cell_layout_init),
5296         (gtk_combo_box_cell_layout_reorder): ditto.
5297
5298         * gtk/gtkentrycompletion.c (gtk_entry_completion_cell_layout_init),
5299         (gtk_entry_completion_reorder): ditto.
5300
5301 Fri Dec 19 22:18:19 2003  Kristian Rietveld  <kris@gtk.org>
5302
5303         * gtk/gtktreeview.c (gtk_tree_view_search_equal_func): use strstr
5304         instead of strcmp (#117127, suggestion from Soeren Sandmann).
5305
5306 Fri Dec 19 21:52:46 2003  Kristian Rietveld  <kris@gtk.org>
5307
5308         * gtk/gtkmenu.c (gtk_menu_do_insert): move item insertion logic
5309         here from gtk_menu_real_insert(),
5310         (gtk_menu_real_insert): just call gtk_menu_do_insert(),
5311         (gtk_menu_reorder_child): run _do_insert after inserting the child
5312         (unbreaks _reorder_child, reported by Tim Janik).
5313
5314 2003-12-19  Federico Mena Quintero  <federico@ximian.com>
5315
5316         * gtk/gtkfilechooserdefault.c (list_mtime_data_func): Use
5317         g_date_strftime() for UTF-8 correctness; use Julian dates to
5318         simplify the function.
5319
5320 Fri Dec 19 01:47:34 2003  Matthias Clasen  <maclas@gmx.de>
5321
5322         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_size_request): 
5323         Test extra_width, not extra_height, when determining whether to
5324         set extra_width.  (#129647, Jan Arne Petersen)
5325
5326 Fri Dec 19 01:35:34 2003  Matthias Clasen  <maclas@gmx.de>
5327
5328         Fix the behaviour of insensitive actions, which was broken
5329         when gtk_action_activate() was changed to pay attention to 
5330         sensitivity  (#129557, Christian Persch)
5331         
5332         * gtk/gtkaction.h: 
5333         * gtk/gtkaction.c (_gtk_action_emit_activate): New auxiliary
5334         function to emit an activate signal without regard to sensitivity.
5335
5336         * gtk/gtkradioaction.c: 
5337         * gtk/gtktoggleaction.c: Always use _gtk_action_emit_activate()
5338         instead of gtk_action_activate().
5339
5340 2003-12-18  Jody Goldberg <jody@gnome.org>
5341
5342         * gtk/gtkicontheme.c (gtk_icon_theme_lookup_icon)) : Add a sanity test
5343           to ensure that the base hicolor theme is installed.  Silently
5344           failing to produce icons that apps assume exist in the theme seems
5345           like a bad idea.
5346
5347 Thu Dec 18 19:13:12 2003  Kristian Rietveld  <kris@gtk.org>
5348
5349         Fixes #110249, reworked patch from Joshua N Pritikin.
5350
5351         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_get_type),
5352         (gtk_tree_model_sort_tree_drag_source_init),
5353         (gtk_tree_model_sort_row_draggable),
5354         (gtk_tree_model_sort_drag_data_get),
5355         (gtk_tree_model_sort_drag_data_delete): implement GtkTreeDragSource.
5356
5357         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_get_type),
5358         (gtk_tree_model_filter_tree_drag_source_init),
5359         (gtk_tree_model_filter_row_draggable),
5360         (gtk_tree_model_filter_drag_data_get),
5361         (gtk_tree_model_filter_drag_data_delete): ditto.
5362
5363 Thu Dec 18 18:01:01 2003  Kristian Rietveld  <kris@gtk.org>
5364
5365         * gtk/gtktreeview.c (gtk_tree_view_class_init): add key bindings
5366         for "*" and "/" (expand/collapse all). (#110195, reported by
5367         Calum Benson).
5368
5369 Thu Dec 18 17:52:56 2003  Kristian Rietveld  <kris@gtk.org>
5370
5371         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_set_property):
5372         clear the extra_attrs list if we set "text" after "markup".
5373         (Fixes #121933, Federico Mena Quintero).
5374
5375 2003-12-18  Alexander Larsson  <alexl@redhat.com>
5376
5377         * gtk/gtkicontheme.c (gtk_icon_info_get_embedded_rect):
5378         Fix typo that used the wrong x/y values for the x1, y1 point
5379         (#129605)
5380
5381 Thu Dec 18 01:41:50 2003  Kristian Rietveld  <kris@gtk.org>
5382
5383         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init),
5384         (gtk_cell_renderer_text_finalize),
5385         (gtk_cell_renderer_text_get_property),
5386         (gtk_cell_renderer_text_set_property), (get_layout): added language
5387         and language_set properties like GtkTextTag has. (#103800, reported
5388         by Owen Taylor).
5389
5390 Thu Dec 18 01:37:59 2003  Matthias Clasen  <maclas@gmx.de>
5391
5392         * gtk/gtkwidget.c (gtk_widget_activate): Correct misleading docs.
5393         * gtk/gtkbutton.c (gtk_button_class_init): Add docs for the 
5394         "activate" signal.  (#129358, Ka-Hing Cheung)
5395
5396 Thu Dec 18 01:21:59 2003  Kristian Rietveld  <kris@gtk.org>
5397
5398         * gtk/gtktreeview.c (gtk_tree_view_class_init): Jonathan got
5399         the logical flag backwards in the expand_collapse_cursor_row
5400         bindings, fixing.
5401         (gtk_tree_view_real_expand_collapse_cursor_row): invert expand
5402         flag when !logical and in RTL. (Fixes #107527, reported by
5403         Noah Levitt).
5404
5405 Thu Dec 18 01:10:16 2003  Kristian Rietveld  <kris@gtk.org>
5406
5407         * gtk/gtktreeview.c (gtk_tree_view_button_press): only start
5408         editing when activated by the left mouse button. (#106869,
5409         patch from Evan Martin).
5410
5411 Thu Dec 18 00:57:18 2003  Kristian Rietveld  <kris@gtk.org>
5412
5413         Migrating all cell renderers to use the new instance private data
5414         construction.
5415
5416         * gtk/gtktreeprivate.h: remove GtkCellRendererInfo, as it is no
5417         longer being used.
5418
5419         * gtk/gtkcellrenderer.c (gtk_cell_renderer_init),
5420         (gtk_cell_renderer_class_init), (gtk_cell_renderer_get_property),
5421         (set_cell_bg_color), (gtk_cell_renderer_render): remove old
5422         GtkCellRendererInfo handling, migrate to instance private data.
5423
5424         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_editing_done),
5425         (gtk_cell_renderer_text_start_editing): moved focus_out_id
5426         from GtkCellRendererInfo to text renderer private data.
5427
5428         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_init),
5429         (gtk_cell_renderer_pixbuf_class_init),
5430         (gtk_cell_renderer_pixbuf_finalize),
5431         (gtk_cell_renderer_pixbuf_get_property),
5432         (gtk_cell_renderer_pixbuf_set_property),
5433         (gtk_cell_renderer_pixbuf_create_stock_pixbuf),
5434         (gtk_cell_renderer_pixbuf_get_size), (gtk_cell_renderer_pixbuf_render):
5435         migrate to instance private data.
5436
5437         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_class_init),
5438         (gtk_cell_renderer_toggle_get_property),
5439         (gtk_cell_renderer_toggle_set_property),
5440         (gtk_cell_renderer_toggle_render): migrate to instance private data.
5441
5442 Thu Dec 18 00:24:32 2003  Kristian Rietveld  <kris@gtk.org>
5443
5444         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init),
5445         (gtk_cell_renderer_text_get_property),
5446         (gtk_cell_renderer_text_set_property), (get_layout): add a
5447         single-paragraph-mode property, use private instance data.
5448         (Fixes #114943, reported by Morten Welinder).
5449
5450 Thu Dec 18 00:07:01 2003  Kristian Rietveld  <kris@gtk.org>
5451
5452         * gtk/gtktreemodel.h (gtk_tree_path_new_root),
5453         (gtk_tree_model_get_iter_root): now deprecated (#106953, reported
5454         by Matthias Clasen).
5455
5456 Wed Dec 17 23:50:56 2003  Kristian Rietveld  <kris@gtk.org>
5457
5458         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_set_property):
5459         if we set a new stock_id and there was a previous stock_id, unref
5460         the pixbuf (since it was used to renderer the previous stock_id
5461         and stock_id might have been set to NULL now). (Fixes #122966).
5462
5463 2003-12-17  Marco Pesenti Gritti  <marco@gnome.org>
5464
5465         * gtk/gtktreemodelsort.c: (gtk_tree_model_sort_get_iter):
5466
5467         Check that index is not bigger than level array length
5468         also when depth is 1. Now get_iter_first correctly return
5469         FALSE when the model is empty (#129411).
5470
5471 Wed Dec 17 23:31:19 2003  Kristian Rietveld  <kris@gtk.org>
5472
5473         * gtk/gtktreeview.c (gtk_tree_view_search_equal_func): only
5474         try to strcmp or strlen if we managed to normalize and casefold
5475         the string correctly. Fixes crashes with non-UTF8 strings.
5476         (#121617, Patch from Tim-Philipp Müller).
5477
5478 Wed Dec 17 23:20:23 2003  Matthias Clasen  <maclas@gmx.de>
5479
5480         * gtk/gtkexpander.c (gtk_expander_animation_timeout): Add missing
5481         GDK_THREADS_ENTER()/GDK_THREADS_LEAVE().
5482         * gtk/gtkcalendar.c, gtk/gtkclist.c, gtk/gtkexpander.c, 
5483         gtk/gtklist.c, gtk/gtknotebook.c, gtk/gtkselection.c, 
5484         gtk/gtkspinbutton.c: Cast second argument to g_timeout_add() to
5485         GSourceFunc instead of GtkFunction.  (#129525, Olexiy Avramchenko) 
5486
5487 Wed Dec 17 23:16:45 2003  Kristian Rietveld  <kris@gtk.org>
5488
5489         * gtk/gtktreeview.c (gtk_tree_view_button_press): fix compile warning.
5490         (#122727, patch from Kjartan Maraas).
5491
5492 Wed Dec 17 21:23:01 2003  Kristian Rietveld  <kris@gtk.org>
5493
5494         Yay! Fixed height mode! Hooray! (Part 2 of #80868).
5495
5496         * gtk/gtktreeview.c (gtk_tree_view_class_init),
5497         (gtk_tree_view_init), (gtk_tree_view_set_property),
5498         (gtk_tree_view_get_property), (gtk_tree_view_set_model): add a
5499         fixed_height_mode property,
5500         (intialize_fixed_height_mode), (do_validate_rows),
5501         (column_sizing_notify), (gtk_tree_view_set_fixed_height_mode),
5502         (gtk_tree_view_style_set), (gtk_tree_view_row_changed),
5503         (gtk_tree_view_row_inserted), (gtk_tree_view_remove_column),
5504         (gtk_tree_view_insert_column): implement fixed height mode,
5505         (gtk_tree_view_append_column), (gtk_tree_view_insert_column),
5506         (gtk_tree_view_insert_column_with_attributes),
5507         (gtk_tree_view_insert_column_with_data_func): update docs.
5508
5509         * gtk/gtktreeprivate.h: add two fields to GtkTreePrivate.
5510
5511 2003-12-07  Murray Cumming  <murrayc@usa.net>
5512  
5513         * gtk/gtktreemodel.c:
5514         (row_inserted_marshal, row_deleted_marshal, rows_reorderered_marshal)
5515         Actually call the default signal handlers instead of calling the
5516         marshallers themselves in an endless loop. These default signal handler
5517         callbacks are not actually set so this is only noticed by gtkmm at
5518         the moment. Bug 123923.
5519
5520 2003-12-16  Federico Mena Quintero  <federico@ximian.com>
5521
5522         * gtk/gtkfilesystem.h (struct _GtkFileSystemIface): Added a
5523         "volumes-changed" signal.  Added the following methods:
5524                 list_volumes
5525                 volume_free
5526                 volume_get_base_path
5527                 volume_get_is_mounted
5528                 volume_mount
5529                 volume_get_display_name
5530                 volume_render_icon
5531
5532         * gtk/gtkfilesystem.c (gtk_file_system_base_init): Create the
5533         "volumes-changed" signal.
5534         (gtk_file_system_list_volumes): New function.
5535         (gtk_file_system_volume_free): New function.
5536         (gtk_file_system_volume_get_base_path): New function.
5537         (gtk_file_system_volume_get_is_mounted): New function.
5538         (gtk_file_system_volume_mount): New function.
5539         (gtk_file_system_volume_get_display_name): New function.
5540         (gtk_file_system_volume_render_icon): New function.
5541
5542         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_volume_free): Implement.
5543         (gtk_file_system_unix_volume_get_base_path): Implement.
5544         (gtk_file_system_unix_volume_get_is_mounted): Implement.
5545         (gtk_file_system_unix_volume_mount): Implement.
5546         (gtk_file_system_unix_volume_get_display_name): Implement.
5547         (gtk_file_system_unix_volume_render_icon): Implement.
5548
5549         * gtk/gtkfilechooserdefault.c (struct _GtkFileChooserDefault):
5550         Added a field for the "volumes-changed" signal connection.
5551         (gtk_file_chooser_default_set_property): Connect to
5552         "volumes-changed" on the file system.
5553         (gtk_file_chooser_default_finalize): Disconnect from
5554         "volumes-changed".
5555
5556         * gtk/gtkfilechooserdefault.c (shortcuts_remove_rows): New helper
5557         function.
5558         (shortcuts_get_index): New helper function.
5559         (shortcuts_insert_path): Can now insert volumes as well as paths.
5560         (shortcuts_append_paths): Don't take is_file_system_root.
5561         (shortcuts_add_volumes): New function.
5562         (shortcuts_append_file_system_roots): Removed.
5563         (create_shortcuts_model): Use shortcuts_add_volumes().
5564         (remove_bookmark_button_clicked_cb): Check that the index is
5565         within range.
5566         (bookmarks_check_add_sensitivity): Take volumes into account.
5567         (shortcuts_get_selected_index): New helper function.
5568         (remove_bookmark_button_clicked_cb): Use
5569         shortcuts_get_selected_index().
5570         (bookmarks_check_remove_sensitivity): Likewise.
5571         (shortcuts_select_func): Likewise.
5572         (shortcuts_row_activated_cb): Handle volumes as well as normal
5573         paths.
5574         (shortcuts_activate_volume): New function.
5575         (struct _GtkFileChooserDefault): Removed the bookmarks_set and
5576         bookmarks_iter fields.
5577         (shortcuts_append_bookmarks): Use shortcuts_remove_rows().
5578         (bookmarks_changed_cb): Use shortcuts_add_bookmarks().
5579         (remove_bookmark_rows): Removed.
5580         (shortcuts_add_bookmarks): New function; moved most of the code
5581         over from shortcuts_append_bookmarks().
5582         (shortcuts_append_bookmarks): Add the separator node here, and
5583         then call shortcuts_add_bookmarks().
5584
5585 Tue Dec 16 15:01:10 2003  Manish Singh  <yosh@gimp.org>
5586
5587         * gtk/gtkfilechooserwidget.c: fix preprocessor conditional confusion.
5588         (G_OS_UNIX/G_OS_WIN32 stuff)
5589
5590 Tue Dec 16 01:46:46 2003  Matthias Clasen  <maclas@gmx.de>
5591
5592         Do not interpret distant clicks as double-clicks  (#116541,
5593         Bernhard Walle):
5594         
5595         * gdk/gdkdisplay.h (struct GdkDisplay): Add new fields
5596         double_click_distance, button_x and button_y.
5597         * gdk/gdkdisplay.c (gdk_display_init): Initialize the new fields.
5598
5599         * gdk/gdkdisplay.h: 
5600         * gdk/gdkevents.c (gdk_display_set_double_click_distance): 
5601         New function to set the double click distance on a display.
5602
5603         * gdk/gdkevents.c: Take double click distance into account
5604         when generating single, double or triple clicks.
5605
5606         * gtk/gtksettings.c: Add new setting "gtk-double-click-distance".
5607
5608         * gdk/x11/gdkevents-x11.c: Add the XSetting 
5609         "Net/DoubleClickDistance" and map it to "gtk-double-click-distance".
5610
5611 2003-12-15  Federico Mena Quintero  <federico@ximian.com>
5612
5613         * gtk/gtkdialog.c: Sigh, revert the change.
5614
5615 2003-12-15  Federico Mena Quintero  <federico@ximian.com>
5616
5617         * gtk/gtkdialog.c (dialog_has_cancel): Removed.
5618         (gtk_dialog_close): Don't call dialog_has_cancel().  At least
5619         allows sane behavior for #101293.
5620
5621 Mon Dec 15 00:56:54 2003  Matthias Clasen  <maclas@gmx.de>
5622
5623         * gtk/gtkbutton.[hc]: Add new properties, xalign and yalign, with
5624         getter and setter gtk_button_[sg]et_alignment(), to set the
5625         alignment of the child.  (#70961, Jody Goldberg)
5626
5627 2003-12-14  Hans Breuer  <hans@breuer.org>
5628
5629         * gtk/gtkprivate.h gtk/gtkmain.c : handle GTK_DATADIR
5630         similar as the other filesystem placement 'constants' (dynamic
5631         resolving on win32)
5632
5633         * gtk/gtkfilechooserwidget.c : handle file system to win32
5634         renaming here as will
5635         * gtk/gtkfilesystemwin32.c : implement render_icon
5636
5637         * gtk/gtk.def gdk/gdk.def : updated externals
5638
5639         * gdk/win32/gdkdisplay-win32.c : make it compile without
5640         <multimon.h> - i.e. even older sdk
5641
5642         * gdk/win32/gdkevents-win32.c : match resize_timer_proc
5643         with TIMERPROC prototype
5644
5645         * gdk/win32/gdkwindow-win32.c : older msvc does not know
5646         BITMAPV5HEADER (from win xp) either
5647
5648         * gtk/gtkimmodule.c : make it compile even if GTK_LOCALEDIR is
5649         not defined
5650
5651         * tests/testfilechooser.c : recent GLib crashes on 
5652         g_print ("%s", NULL) so avoid this
5653
5654 2003-12-14  Tor Lillqvist  <tml@iki.fi>
5655
5656         * gdk/win32/gdkselection-win32.c: Calls to OpenClipboard() must be
5657         followed by calls to CloseClipboard(). Add a missing call to
5658         CloseClipboard(). Found by Adam Wright, fixes #104944. Use
5659         API_CALL macro in more places.
5660
5661 2003-12-14  Tor Lillqvist  <tml@iki.fi>
5662
5663         Merge from stable:
5664
5665         * gdk/gdkdisplaymanager.c: Mark default_display static.
5666
5667         * gdk/win32/gdkdnd-win32.c: Mark current_dest_drag static.
5668
5669         * gdk/win32/gdkkeys-win32.c: Disable some overly verbose debugging
5670         output.
5671
5672         * gdk/win32/gdkevents-win32.c: Clean up the debugging output from
5673         --gdk-debug=events. In general, output just one line of debugging
5674         output for each Windows message, plus one line for each GDK event
5675         generated. Indent all lines according to window procedure nesting
5676         level.
5677
5678         (inner_window_procedure): Rename from real_window_procedure.
5679
5680         (find_real_window_for_grabbed_mouse_event): Don't get misled when
5681         the point is in the non-client (decoration) area of the window
5682         returned by WindowFromPoint(). Return the root window in that
5683         case.
5684
5685         (build_pointer_event_state): Test also MK_XBUTTON1 and
5686         MK_XBUTTON2 (buttons 4 and 5).
5687
5688         (synthesize_enter_event): Track the mouse leaving the window in
5689         the event being generated, not the one mentioned in the Windows
5690         message.
5691
5692         (propagate): Test for NULL parent earlier. Improves event
5693         generation from a grabbed pointer. Part of fix for #107320.
5694
5695         (handle_stuff_while_moving_or_resizing): New function, to
5696         dispatch the main loop (once).
5697
5698         (resize_timer_proc): New function, set to be called by an inerval
5699         timer during resizes/moves. Calls handle_stuff_while_moving_or_resizing().
5700
5701         (gdk_event_translate): Drop unused return_exposes parameter.
5702
5703         Handle WM_XBUTTONDOWN and UP messages (buttons 4 and 5).
5704
5705         On WM_SYSKEYUP, generate a key release event also for just the Alt
5706         key.
5707
5708         On WM_MOUSELEAVE, generate a leave event of type
5709         GDK_NOTIFY_ANCESTOR (and not UNKNOWN) if the mouse left a
5710         top-level window, and left the app completely.
5711
5712         On WM_ENTERSIZEMOVE, set a flag, and start an interval timer that
5713         calls resize_timer_proc() at regular intervals. On
5714         WM_EXITSIZEMOVE, kill the timer.
5715
5716         On WM_WINDOWPOSCHANGED, generate a configure event if necessary,
5717         and dispatch the main loop (by calling
5718         handle_stuff_while_moving_or_resizing()). Fixes #99540, idea by
5719         Herman Bloggs.
5720
5721         * gdk/win32/gdkmain-win32.c (_gdk_win32_message_to_string): Handle
5722         also wintab messages.
5723
5724         * gdk/win32/gdkwindow-win32.c (gdk_window_set_skip_taskbar_hint):
5725         Instead of using WS_EX_TOOLWINDOW, implement by setting/unsetting
5726         the window's owner. Fixes #118093, reported by Maxime Romano.
5727
5728 Tue Dec  8 09:41:00 2003  Tim Evans  <t.evans@aranz.com>
5729
5730         * gdk/win32/gdkwindow-win32.[ch]: Implement
5731         gdk_window_set_icon_list() for Win32, with support for big and
5732         small icons and support for alpha-channel icons under Windows
5733         XP. Replaces the previous implementation of gdk_window_set_icon().
5734         (#128762)
5735         
5736 Sun Dec 14 01:28:23 2003  Matthias Clasen  <maclas@gmx.de>
5737
5738         * gdk/x11/gdkprivate-x11.h: 
5739         * gdk/x11/gdkx.h: 
5740         * gdk/x11/gdkevents-x11.c (gdk_x11_register_standard_event_type): 
5741         Rename from _gdk_x11_register_event_type(), added API docs.
5742         * gdk/x11/gdkinput-x11.c (_gdk_input_common_init): 
5743         * gdk/x11/gdkimage-x11.c (_gdk_windowing_image_init): Adjust
5744         all callers.  (#121471, Bill Haneman)
5745
5746 Sat Dec 13 23:37:50 2003  Matthias Clasen  <maclas@gmx.de>
5747
5748         * gdk/gdkdraw.c (gdk_draw_pixbuf): Document that the clip mask
5749         of gc is ignored.  (#101983, Sebastian Rittau)
5750
5751 Sat Dec 13 16:13:27 2003  Kristian Rietveld  <kris@gtk.org>
5752
5753         A trick for a faster treeview, step 1. Patch to short circuit
5754         _build_tree(), inspired by Jonathan (#80868).
5755
5756         * gtk/gtktreeview.c (gtk_tree_view_init): don't put _IS_LIST in
5757         flags by default,
5758         (gtk_tree_view_build_tree): don't even try to recurse when the
5759         model says that it is a list, remove flag unsetter,
5760         (gtk_tree_view_set_model): change flag setting logic.
5761
5762         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_get_flags):
5763         propagate whether or not the child model has _IS_LIST set.
5764
5765         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_get_flags):
5766         ditto.
5767
5768 Sat Dec 13 02:33:17 2003  Matthias Clasen  <maclas@gmx.de>
5769
5770         * gtk/gtkrange.c (gtk_range_scroll): Undo the last change, 
5771         since it broke logical keynav. 
5772         * gtk/gtkrange.c (range_get_scroll_for_grab): Fix stepper
5773         direction in inverted scrollbars here instead.
5774
5775 Sat Dec 13 00:39:24 2003  Matthias Clasen  <maclas@gmx.de>
5776
5777         * gtk/gtkviewport.c (viewport_set_hadjustment_values): Implement
5778         "gravity" for RTL mode in a better way: Keep the distance from 
5779         the upper end of the page to the upper bound constant. This also 
5780         fixes problems with the initial position of the viewport in RTL 
5781         mode.  (#129063)
5782         
5783 Fri Dec 12 21:00:12 2003  Kristian Rietveld  <kris@gtk.org>
5784
5785         Combo box flipping support.
5786
5787         * gtk/gtkcombobox.c (gtk_combo_box_menu_position),
5788         (gtk_combo_box_size_allocate): support RTL flipping (#126518,
5789         patch from Matthias Clasen),
5790         (gtk_combo_box_popup): fix popup window alignment if there's a
5791         cell view frame visible (#126518, patch from Semion Chichelnitsky).
5792
5793         * gtk/gtkcellview.c (gtk_cell_view_expose): support RTL flipping
5794         (#128348, patch from Semion Chichelnitsky).
5795
5796 Fri Dec 12 01:13:34 2003  Matthias Clasen  <maclas@gmx.de>
5797
5798         * examples/gtkdial/gtkdial.c:
5799         * examples/menu/menu.c:
5800         * examples/scribble-xinput/scribble-xinput.c:
5801         * examples/progressbar/progressbar.c:
5802         * docs/tutorial/gtk-tut.sgml: Remove deprecated functions
5803         in examples. (#129074, Olexiy Avramchenko)
5804         * examples/calendar/Makefile:
5805         * examples/rangewidgets/Makefile:
5806         * examples/menu/Makefile: Allow deprecated functions in
5807         examples which use deprecated widgets.
5808
5809 Fri Dec 12 00:43:16 2003  Matthias Clasen  <maclas@gmx.de>
5810
5811         * gdk/gdk.c (gdk_threads_set_lock_functions): 
5812         * gdk/x11/gdkspawn-x11.c: Add "Since: 2.4" to doc comments.
5813
5814 Fri Dec 12 00:05:31 2003  Matthias Clasen  <maclas@gmx.de>
5815
5816         * gtk/gtkrange.c (gtk_range_scroll): Fix direction of 
5817         steppers in inverted scrollbars.  (#129084, Olexiy Avramchenko)
5818
5819 Thu Dec 11 23:50:30 2003  Matthias Clasen  <maclas@gmx.de>
5820
5821         * gtk/gtknotebook.c (gtk_notebook_pages_allocate): Don't 
5822         unnecessarily reserve space for arrows in RTL mode.  (#129075,
5823         Semion Chichelnitsky)
5824
5825 Thu Dec 11 00:35:12 2003  Matthias Clasen  <maclas@gmx.de>
5826
5827         Changes to allow "no input" windows (#64613):
5828         
5829         * gdk/gdkwindow.h (struct _GdkWindowObject): Add a new boolean
5830         field accept_focus.
5831         
5832         * gdk/gdkwindow.h (gdk_window_set_accept_focus): New function to
5833         set it.
5834
5835         * gtk/gtkwindow.[hc]: Add a boolean property "accept_focus"
5836         and gtk_window_get_focus() and gtk_window_set_focus().
5837
5838         * gdk/win32/gdkwindow-win32.c (gdk_window_new): 
5839         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_new): 
5840         * gdk/x11/gdkwindow-x11.c (gdk_window_set_new):
5841         Initialize the accept_focus field to TRUE.
5842
5843         * gdk/win32/gdkwindow-win32.c (gdk_window_set_accept_focus): 
5844         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_set_accept_focus): 
5845         * gdk/x11/gdkwindow-x11.c (gdk_window_set_accept_focus): 
5846         Implementations for the various backends. The Win32 and linux-fb
5847         implementations set the accept_focus field, but don't use it yet 
5848         to actually implement noinput windows. The X implementation updates
5849         the WM_HINTS to select the globally active input model (see the
5850         ICCCM) if accept_focus is FALSE.
5851
5852         * gdk/x11/gdkevents-x11.c (gdk_wm_protocols_filter): Ignore the
5853         WM_TAKE_FOCUS message if accept_focus is FALSE.
5854         
5855 2003-12-10  Federico Mena Quintero  <federico@ximian.com>
5856
5857         * gtk/gtkfilechooserdefault.c (struct _GtkFileChooserDefault):
5858         Added toolbar items for the filter separator and the filter item.
5859         (toolbar_create): Add the filter widgets here.
5860         (filter_create): Renamed from create_filter().  Don't store the
5861         alignment in the impl structure, just return it.
5862         (toolbar_show_filters): New function.
5863         (gtk_file_chooser_default_add_filter): Use toolbar_show_filters().
5864         (gtk_file_chooser_default_remove_filter): Likewise.
5865         (gtk_file_chooser_default_constructor): Don't create the filter
5866         widget here.
5867         (struct _GtkFileChooserDefault): Added a field for a current
5868         folder label.
5869         (gtk_file_chooser_default_constructor): Create the folder label.
5870         (gtk_file_chooser_default_set_current_folder): Set the current
5871         folder label.
5872
5873         * tests/testfilechooser.c (main): Dramatically improved the
5874         usability of the extra widget through careful word choice.
5875
5876 2003-12-10  Mark McLoughlin  <mark@skynet.ie>
5877
5878         * gdk/gdk.h: include gdkspawn.h.
5879
5880 2003-12-10  Mark McLoughlin  <mark@skynet.ie>
5881
5882         * gdk/linux-fb/gdkspawn-fb.c,
5883           gdk/win32/gdkspawn-win32.c,
5884           gdk/x11/gdkspawn-x11.c: (gdk_spawn_command_line_on_screen):
5885         s/gdk_spawn/gdk_spawn_on_screen/.
5886
5887 2003-12-10  Mark McLoughlin  <mark@skynet.ie>
5888
5889         Utility functions for multi-screen applications which need
5890         to ensure launched applications appear on a certain screen.
5891         See bug #95897.
5892         
5893         * gdk/gdkspawn.h: header for multi-screen launching
5894         support.
5895         
5896         * gdk/Makefile.am: install gdkspawn.h.
5897         
5898         * gdk/x11/Makefile.am:
5899         * gdk/x11/gdkspawn-x11.c:
5900         (gdk_spawn_make_environment_for_screen): private function
5901         to create an environment vector with DISPLAY set appropriately
5902         for the screen.
5903         (gdk_spawn_on_screen): multi-screen version of g_spawn_async().
5904         (gdk_spawn_on_screen_with_pipes): version of g_spawn_async_with_pipes().
5905         (gdk_spawn_command_line_on_screen): version of g_spawn_command_line_async().
5906         
5907         * gdk/linux-fb/Makefile.am,
5908           gdk/linux-fb/gdkspawn-fb.c: linux-fb impl.
5909         
5910         * gdk/win32/Makefile.am,
5911           gdk/win32/gdkspawn-win32.c: win32 impl.
5912
5913 2003-12-09  Federico Mena Quintero  <federico@ximian.com>
5914
5915         * gtk/gtkfilechooserdefault.c (shortcuts_append_home): Use "Home"
5916         rather than "Username's Home" (#125964).
5917         (shortcuts_selection_changed_cb): New callback, check the
5918         sensitivity of the Remove Bookmark button at the right time.
5919         (shortcuts_row_activated_cb): It is not necessary to check the
5920         sensitivity here.
5921
5922 Wed Dec 10 00:06:24 2003  Matthias Clasen  <maclas@gmx.de>
5923
5924         Improve the GDK API for dealing with group leaders (#119375):
5925         
5926         * gdk/gdkwindow.h: 
5927         * gdk/x11/gdkwindow-x11.c (gdk_window_get_group): New function to 
5928         get the group leader of a toplevel window as a GdkWindow.
5929
5930         * gdk/gdkdisplay.h: 
5931         * gdk/x11/gdkdisplay-x11.c (gdk_display_get_default_group): New 
5932         function to get the default group leader as a GdkWindow.
5933
5934         * gdk/x11/gdkdisplay-x11.h (struct _GdkDisplayX11): Add a field for
5935         the GdkWindow of the default group leader.
5936         
5937         * gdk/x11/gdkdisplay-x11.c (gdk_display_open): Construct the GdkWindow
5938         for the default group leader.
5939
5940 2003-12-09  Noah Levitt  <nlevitt@columbia.edu>
5941
5942         * gdk/gdkkeysyms.h:
5943         * gdk/gdkkeyuni.c: Add keysyms Ukrainian_ghe_with_upturn,
5944         Ukrainian_GHE_WITH_UPTURN. (#128529)
5945
5946 2003-12-08  Jan Arne Petersen  <jpetersen@uni-bonn.de>
5947
5948         * gtk/gtkfilechooserdefault.c:
5949         (gtk_file_chooser_default_get_paths), (entry_activate): Use the
5950         behavior of the GtkFileSelection to determine selected paths in
5951         single selected, GTK_FILE_CHOOSER_ACTION_SAVE mode.
5952
5953 2003-12-08  Federico Mena Quintero  <federico@ximian.com>
5954
5955         * gtk/gtkfilechooserdefault.c
5956         (gtk_file_chooser_default_get_paths): Don't declare the closure
5957         struct twice.
5958         (get_paths_foreach): Likewise.
5959
5960 Tue Dec  9 00:12:36 2003  Matthias Clasen  <maclas@gmx.de>
5961
5962         * gtk/gtkfilesystemwin32.[hc]: s/Unix/Win32/g. 
5963
5964 2003-12-08  Tor Lillqvist  <tml@iki.fi>
5965
5966         * gdk/win32/gdkdisplay-win32.c: Use <multimon.h> when compiling
5967         with MSVC and old headers. (#126933, John Ehresman)
5968
5969 Mon Dec  8 10:54:44 2003  Owen Taylor  <otaylor@redhat.com>
5970          
5971         * === Released 2.3.1 ===
5972
5973         * NEWS: Updates for 2.3.1
5974
5975         * configure.in: Version 2.3.1, interface age 0, binary age 301.
5976
5977         * gtk/gtkmenuitem.c (gtk_menu_item_can_activate_accel):
5978         Rename from gtk_menu_item_real_can_activate_accel() to
5979         match GTK+ convention, improve comment.
5980
5981         * gtk/gtkwidget.c: Document gtk_widget_can_activate_accel(),
5982         can ::can-activate-accel signal.
5983
5984         * gtk/gtkwidget.c (closure_accel_activate): Fix spelling
5985         in comment.
5986
5987         * gtk/gtkmenu.c (gtk_menu_real_can_activate_accel): Clean 
5988         up comment.
5989         
5990         * gtk/gtkcellview{,menuitem}.[ch]: Move GET_PRIVATE() macros
5991         into the .c file.
5992
5993 Mon Dec  8 12:09:21 2003  Owen Taylor  <otaylor@redhat.com>
5994
5995         * gtk/gtkicontheme.c (find_builtin_icon): Fix a
5996         missing 'else'. (#128816, Jorn Baayen)
5997
5998 2003-12-02  Michael Meeks  <michael@ximian.com>
5999
6000         Based on a patch by Martin Kretzschmar; #122448
6001         
6002         * gdk/gdk.h: new gdk_threads_lock, gdk_threads_unlock, point to
6003         implementation of GDK_THREADS_ENTER / GDK_THREADS_LEAVE.
6004         (GDK_THREADS_ENTER, GDK_THREADS_LEAVE): use gdk_threads_[un]lock
6005         function pointers. Deprecate the global gdk_threads_mutex variable.
6006         
6007         * gdk/gdk.c (gdk_threads_impl_lock, gdk_threads_impl_unlock): new,
6008         extracted from GTK_THREADS_ENTER/LEAVE macros.
6009         (gdk_threads_init): init gtk_threads_[un]lock if not set.
6010         (gdk_threads_set_lock_functions): impl.
6011
6012         * gdk/gdkglobals.c: add definitions of gdk_threads_[un]lock.
6013
6014 Sun Dec  7 23:45:40 2003  Matthias Clasen  <maclas@gmx.de>
6015
6016         * gtk/gtkicontheme.c (gtk_icon_theme_has_icon): Don't crash if
6017         icon_theme_builtin_icons hasn't been initialized.  (#128726, Diego
6018         Gonzalez)
6019
6020 2003-12-07  Tor Lillqvist  <tml@iki.fi>
6021
6022         * gdk/win32/gdkwindow-win32.c (gdk_window_set_icon): Don't use the
6023         return value from SendMessage(WM_SETICON). That is the old
6024         icon. Fixes GDI resource leak. (#128559, Tim Evans)
6025
6026         * gdk/win32/gdkevents-win32.c (gdk_pointer_grab): If we already
6027         have a pointer grab active with a grab cursor set, destroy that
6028         cursor to avoid a GDI resource leak. (#128410, Tim Evans)
6029
6030 2003-12-05  Paisa Seeluangsawat  <paisa@users.sf.net>
6031
6032         * configure.in: Added Thai (th) to ALL_LINGUAS.
6033
6034 Sat Dec  6 01:42:04 2003  Matthias Clasen  <maclas@gmx.de>
6035
6036         * gtk/gtkalignment.c (gtk_alignment_size_allocate): Implement
6037         RTL flipping for GtkAlignment.  (#127585)
6038
6039 Sat Dec  6 01:13:09 2003  Matthias Clasen  <maclas@gmx.de>
6040
6041         * gtk/gtkcombo.c (gtk_combo_get_pos): Fix the position of the 
6042         popup window when in RTL mode.  (#127578)
6043
6044 Fri Dec  5 15:30:16 2003  Manish Singh  <yosh@gimp.org>
6045
6046         * gtk/gtkaccelgroup.c (quick_accel_find): Applied patch from
6047         Ross McFarland <rwmcfa1@neces.com>, initialize *count_p to 0
6048         before doing anything to prevent garbage returns.
6049
6050 Sat Dec  6 00:23:46 2003  Matthias Clasen  <maclas@gmx.de>
6051
6052         * gtk/gtkviewport.c: Implement RTL flipping for 
6053         GtkViewport: Adjust the "gravity" when resizing
6054         This is a bit flickery in RTL mode.  (#107526)
6055
6056 Sat Dec  6 00:22:14 2003  Matthias Clasen  <maclas@gmx.de>
6057
6058         * gtk/gtkscrolledwindow.c: Implement RTL flipping for 
6059         GtkScrolledWindow: the vertical scrollbar shows up on the left
6060         side in RTL mode.  (#107526)
6061
6062 Fri Dec  5 01:58:33 2003  Matthias Clasen  <maclas@gmx.de>
6063
6064         * gtk/gtknotebook.c: Implement RTL flipping for GtkNotebook:
6065         tabs displayed at the top/bottom are rearranged, and tabs on
6066         the left/right are displayed at the opposite edge.  (#96630)
6067
6068 2003-12-04  Mark McLoughlin  <mark@skynet.ie>
6069
6070         * gtk/gtklabel.c: (gtk_label_set_attributes_internal): Allow
6071         gtk_label_set_attributes() take NULL. See bug #128517.
6072
6073 2003-12-03  Federico Mena Quintero  <federico@ximian.com>
6074
6075         * gtk/gtkfilechooserentry.c (struct _GtkFileChooserEntry): Removed
6076         the in_change flag.
6077         (completion_idle_callback): Use a temporary list store and re-set
6078         it on the completion rather than modifying the old one.  We are
6079         re-reading the folder anyway, and this gets rid of non-atomicity
6080         problems.
6081
6082 2003-12-01  Federico Mena Quintero  <federico@ximian.com>
6083
6084         Decouple impl->current_folder from the selection in the folder
6085         tree.  This is so that going to /home/federico/.foo (e.g. from a
6086         bookmark) will work even if show_hidden == FALSE.  The folder tree
6087         needs to be fixed in this case to show such folders explicitly.
6088
6089         * gtk/gtkfilechooserdefault.c
6090         (gtk_file_chooser_default_set_current_folder): When changing
6091         folders, do the entry and list model work here, instead of
6092         tree_selection_changed().
6093         (struct _GtkFileChooserDefault): Added a changing_folder flag
6094         again, dum de dum.
6095         (tree_selection_changed): Use _gtk_file_chooser_set_current_folder_path().
6096
6097 Tue Dec  2 01:01:54 2003  Matthias Clasen  <maclas@gmx.de>
6098
6099         * gtk/gtkiconfactory.h: Remove duplicate declaration of 
6100         gtk_icon_source_set_icon_name().  (#Jeff Franks, #128269)
6101
6102 2003-12-01  Federico Mena Quintero  <federico@ximian.com>
6103
6104         Patch from Hans-Petter Jansson <hpj@ximian.com> to align the
6105         bookmarks buttons with the location entry.
6106
6107         * gtk/gtkfilechooserdefault.c
6108         (gtk_file_chooser_default_constructor): Use a GtkSizeGroup for the
6109         bookmarks buttons and the location entry.
6110
6111 2003-12-01  Federico Mena Quintero  <federico@ximian.com>
6112
6113         * gtk/gtkfilechooserdefault.c (create_shortcuts_tree): Set the
6114         shortcuts tree as a drag destination.
6115         (shortcuts_drag_data_received_cb): New callback.
6116         (get_file_info): Also fetch information on whether the file is a folder.
6117         (add_bookmark_button_clicked_cb): Use error_could_not_add_bookmark_dialog().
6118         (error_could_not_add_bookmark_dialog): New function.
6119         (shortcuts_add_bookmark_from_path): New helper function.
6120         (add_bookmark_button_clicked_cb): Use shortcuts_add_bookmark_from_path().
6121         (shortcuts_row_activated): We no longer need the changing_folder flag.
6122         (struct _GtkFileChooserDefault): Likewise.
6123
6124 Sun Nov 30 17:31:32 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6125
6126         * gtk/gtktoolbar.c (slide_idle_handler): return TRUE if there are
6127         disappearing placeholders that are still visible.
6128
6129         * gtk/gtktoolbar.c: formatting fixes
6130
6131         * gtk/gtktoolbar.c (struct _ToolbarContent): new bit:
6132         disappearing, for placeholders that are going to disappear.
6133
6134         * gtk/gtktoolbar.c (get_item_size): return 0 for disappearing placeholders
6135
6136 Sat Nov 29 00:55:28 2003  Jonathan Blandford  <jrb@gnome.org>
6137
6138         * gtk/gtktreeview.c (gtk_tree_view_new_column_width): 
6139         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_realize_button):
6140         Patch from <chinen@jp.ibm.com> to handle RTL support for column
6141         resizers, #127874
6142
6143 Fri Nov 28 00:26:24 2003  Matthias Clasen  <maclas@gmx.de>
6144
6145         * gtk/gtkfilesystemmodel.c (gtk_file_system_model_finalize): 
6146         Don't use freed memory.  (#127698, Taavi Talvik) 
6147
6148 Fri Nov 28 00:09:10 2003  Matthias Clasen  <maclas@gmx.de>
6149
6150         * gtk/gtkfilechooserentry.c: Remove debug g_print()s. 
6151
6152 Thu Nov 27 22:17:50 2003  Matthias Clasen  <maclas@gmx.de>
6153
6154         * gtk/gtkuimanager.c: Remove debug define.
6155
6156 Thu Nov 27 16:19:03 2003  Tim Janik  <timj@gtk.org>
6157
6158         * gtk/gtkmenu.c: allow accel activation depending on sensitivity
6159         and the attach widget.
6160
6161         * gtk/gtkmenuitem.c: allow accel activation depending on visibility,
6162         sensitivity and the parent menu.
6163
6164         * gtk/gtkwidget.[hc]: introduced ::can-activate-accel signal which
6165         checks whether accelerators may activate a widget. the default handler
6166         demands the widget be sensitive and visible+viewable.
6167
6168         * gtk/gtkaccelgroup.[hc]: export gtk_accel_group_activate().
6169
6170 Tue Nov 25 00:10:05 2003  Matthias Clasen  <maclas@gmx.de>
6171
6172         * gtk/gtkuimanager.c (update_node): Don't show accelerators in
6173         popup menus.  (#127227)
6174
6175 Mon Nov 24 13:47:39 GMT 2003  Tony Gale <gale@gtk.org>
6176
6177         * docs/faq/gtk-faq.sgml: start 2.x Section 4 updates
6178
6179 Mon Nov 24 04:05:15 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6180
6181         * gtk/gtkradiotoolbutton.[ch]
6182         (gtk_radio_tool_button_new_from_widget): Make this function take a
6183         GtkRadioToolButton instead of a GtkWidget. (#127729, Murray
6184         Cumming)
6185
6186 Mon Nov 24 02:34:00 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6187
6188         * gtk/gtktoolbar.c: remove variables in_dnd and leaving_dnd
6189
6190 Mon Nov 24 02:19:33 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6191
6192         * gtk/gtktoolbar.c: remove variable
6193         n_overflowed_menu_items_when_dnd_started
6194
6195 Mon Nov 24 01:47:10 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6196
6197         Rework sliding algorithm.
6198         - No more weird jumping when items are dragged off and added to
6199         the toolbar,
6200         - More natural item movement
6201
6202         * gtk/gtktoolbar.c (gtk_toolbar_size_allocate): Many changes. This
6203         function is now responsible for calculating intermediate positions
6204         during item sliding. It is also responsible for starting sliding
6205         if items disappear.  Also turn off expanding when there is an
6206         overflow menu.
6207         (gtk_toolbar_begin_sliding, stop_sliding): New functions.
6208         (slide_idle_handler): New function. All the sliding is now done by
6209         gtk_toolbar_size_allocate(), so the idle handler now just checks
6210         if there is more sliding to be done.
6211         (compute_intermediate_allocation, position): new functions
6212         calculating intermediate steps in the slide animations. The new
6213         animation algorithm uses a constant speed instead of a constant
6214         must-be-finished-within time.
6215         (struct _ToolbarContent): use 
6216         GtkAllocation goal_allocation; and 
6217         GtkAllocation start_allocation; instead of 
6218         gint start/goal_width;
6219
6220         * gtk/gtktoolitem.c (gtk_tool_item_set_tooltip): fix typo in
6221         documentation
6222
6223 Sun Nov 23 22:26:25 2003  Matthias Clasen  <maclas@gmx.de>
6224
6225         * gtk/gtktooltips.c (gtk_tooltips_draw_tips): Make tooltip 
6226         positioning Xinerama-aware.  (#127332)
6227
6228 Fri Nov 21 01:57:21 2003  Matthias Clasen  <maclas@gmx.de>
6229
6230         * gdk/x11/gdkscreen-x11.c (init_xinerama_support): Make monitor
6231         boundaries visible in fake Xinerama mode.
6232
6233 Thu Nov 20 15:41:56 2003  Manish Singh  <yosh@gimp.org>
6234
6235         * gtk/gtkmenu.c (gtk_menu_set_tearoff_state): cast to GTK_WIDGET()
6236         for the gtk_widget_hide() call.
6237
6238 Thu Nov 20 14:51:41 2003  Jonathan Blandford  <jrb@redhat.com>
6239
6240         * gtk/gtktreedatalist.c (gtk_tree_data_list_compare_func): Patch
6241         from David Hampton to fix sorting on booleans.
6242
6243 Thu Nov 20 15:48:03 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6244
6245         * gtk/gtksocket.c (gtk_socket_focus): Use gtk_widget_is_focus()
6246         instead of GTK_WIDGET_HAS_FOCUS. (#122327, Owen Taylor. Reported
6247         by Frederic Crozat).
6248
6249 Thu Nov 20 13:10:29 GMT 2003  Tony Gale <gale@gtk.org>
6250
6251         * docs/faq/gtk-faq.sgml: Update Section 3 to 2.x
6252
6253 2003-11-19  Federico Mena Quintero  <federico@ximian.com>
6254
6255         Fixes to problems reported by Iain Holmes:
6256
6257         * gtk/gtkfilechooserdefault.c (shortcuts_append_desktop): Do not
6258         throw up an error dialog if the desktop doesn't exist.
6259         (error_message): Handle the case where there is no real toplevel
6260
6261         yet.
6262         (list_model_filter_func): Always let folders pass through (patch
6263         by Dave Malcolm).
6264
6265 Wed Nov 19 23:19:23 2003  Kristian Rietveld  <kris@gtk.org>
6266
6267         * gtk/gtkcombobox.[ch] (gtk_combo_box_scroll_event): move function
6268         to a somewhat more logical place,
6269         (gtk_combo_box_remove_text): New function (#125262, Owen Taylor).
6270
6271 Wed Nov 19 22:15:01 2003  Kristian Rietveld  <kris@gtk.org>
6272
6273         * gtk/gtkentry.c (gtk_entry_completion_timeout): always resize
6274         the popup when it is visible, popdown when there are less chars
6275         than the minimum key length in the entry,
6276         (gtk_entry_completion_changed): popdown when the entry is empty.
6277
6278         * gtk/gtkentrycompletion.c (gtk_entry_completion_init): set the
6279         size request of the vscrollbar to (-1, 0), to get a nicely sized
6280         completion treeview (Fixes #126573, reported by Piers Cornwell),
6281         (_gtk_entry_completion_resize_popup): show/hide the action_view
6282         based on items.
6283
6284 2003-11-19  Federico Mena Quintero  <federico@ximian.com>
6285
6286         * gtk/gtkfilechooserdialog.c (gtk_file_chooser_dialog_init): Turn
6287         off the dialog's separator (thanks to Iain Holmes).
6288
6289 Wed Nov 19 18:15:00 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6290
6291         * gtk/gtkmenu.c (DEFAULT_POPUP_DELAY): set to 200 instead of 225
6292         * gtk/gtkmenuitem.c (get_minimum_width): Impose a minimum width
6293         on items that have a submenu. (#120104).
6294
6295 Wed Nov 19 18:11:08 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6296
6297         * gtk/gtktoolbar.c (struct _ToolbarContent): Add a new
6298         "ItemState" field indicating the overflowed-ness etc. of the item.
6299         (gtk_toolbar_size_allocate): update the field here.
6300
6301 2003-11-19  Federico Mena Quintero  <federico@ximian.com>
6302
6303         * gtk/gtkfilechooserdefault.c (create_filter): Don't add padding
6304         to the alignment.  Use the HIG-specified spacing between the
6305         filter label and the combo.
6306         (create_filename_entry): Use HIG-specified spacing between the
6307         location label and the entry.
6308         (gtk_file_chooser_default_constructor): Don't use vertical padding
6309         around the filename entry.
6310
6311 2003-11-19  Federico Mena Quintero  <federico@ximian.com>
6312
6313         * gtk/gtkfilesystem.h (struct _GtkFileSystemIface): Added a
6314         render_icon virtual method.
6315
6316         * gtk/gtkfilesystem.c (gtk_file_system_render_icon): New function.
6317
6318         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_render_icon):
6319         Implement as a stub for now.
6320
6321         * gtk/gtkfilechooserdefault.c (shortcuts_insert_path): Use
6322         gtk_file_system_render_icon().
6323         (list_icon_data_func): Likewise.
6324         (toolbar_create): Set the toolbar style to icons only.
6325
6326         * gtk/gtkfilechooser.c (gtk_file_chooser_add_shortcut_folder_uri):
6327         Fix doc comments.
6328
6329 Wed Nov 19 02:18:37 2003  Matthias Clasen  <maclas@gmx.de>
6330
6331         * gtk/gtkmenu.c (gtk_menu_set_tearoff_state): Call 
6332         gtk_widget_hide(menu) when reattaching the menu.  (#126057) 
6333
6334 Wed Nov 19 00:06:04 2003  Kristian Rietveld  <kris@gtk.org>
6335
6336         * gtk/gtkentrycompletion.c (gtk_entry_completion_selection_changed):
6337         only unselect all items if the treeview has focus. (Fixes bug
6338         reported by Marco Pesenti Gritti).
6339
6340 Tue Nov 18 22:26:30 2003  Kristian Rietveld  <kris@gtk.org>
6341
6342         * gtk/gtkentry.c (gtk_entry_completion_key_press): the total
6343         number of actions is "matches + actions - 1". (Fixes #126572).
6344
6345 Tue Nov 18 21:05:05 2003  Christian Persch  <chp@cvs.gnome.org>
6346
6347         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_row_inserted): fix
6348         mem leaks (#119435).
6349
6350 Tue Nov 18 20:51:38 2003  Kristian Rietveld  <kris@gtk.org>
6351
6352         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_row_deleted): don't
6353         try to fetch the child back, since we do know that it is already
6354         gone by now (#126493, Marco Pesenti Gritti).
6355
6356 Tue Nov 18 19:47:59 2003  Kristian Rietveld  <kris@gtk.org>
6357
6358         Fixes based on comments from Owen Taylor, #125264.
6359
6360         * gtk/gtkcellview.[ch] (gtk_cell_view_finalize): remove unused
6361         variable,
6362         (gtk_cell_view_set_value), (gtk_cell_view_set_displayed_model): queue
6363         a resize,
6364         (gtk_cell_view_get_size_of_row): new function,
6365         (gtk_cell_view_set_value), (gtk_cell_view_set_valuesv),
6366         (gtk_cell_view_set_values), (gtk_cell_view_set_model),
6367         (gtk_cell_view_set_displayed_row), (gtk_cell_view_get_displayed_row):
6368         s/cellview/cell_view/ in the function definitions, so they match
6369         with the header file.
6370
6371         * gtk/gtkcombobox.c (gtk_combo_box_remeasure): remove the resize
6372         flag again (:, and use gtk_cell_view_get_size_of_row instead of
6373         the measurer, remove _set_size_request call,
6374         (gtk_combo_box_calc_requested_width): use gtk_cell_view_get_size_of_row
6375         instead of the measurer,
6376         (gtk_combo_box_style_set): queue a resize,
6377         (gtk_combo_box_size_request): update of _remeasure call,
6378         (gtk_combo_box_init), (gtk_combo_box_cell_layout_pack_start),
6379         (gtk_combo_box_cell_layout_pack_end),
6380         (gtk_combo_box_cell_layout_clear),
6381         (gtk_combo_box_set_model): get rid of the measurer,
6382         (gtk_combo_box_cell_layout_add_attribute),
6383         (gtk_combo_box_cell_layout_set_cell_data_func),
6384         (gtk_combo_box_cell_layout_clear_attributes): ditto and queue a
6385         resize instead of calling _remeasure.
6386
6387 Mon Nov 17 16:25:04 2003  Manish Singh <yosh@gimp.org>
6388
6389         * gdk-pixbuf/Makefile.am
6390         * modules/input/Makefile.am: Use install-data-hook for
6391         gdk-pixbuf.loaders and gtk.immodules install generation targets.
6392         Fixes #112806.
6393
6394         * gtk/gtkexpander.h: Apply missing declarations from #124449.
6395
6396 Tue Nov 18 00:12:55 2003  Matthias Clasen  <maclas@gmx.de>
6397
6398         Fix for #119555, Peter Zelezny:
6399         
6400         * gdk/gdkdrawable.h: Declare gdk_drawable_copy_to_image.
6401         * gdk/gdkdraw.c (gdk_drawable_copy_to_image): Make public
6402         by removing the _ prefix. 
6403         * gdk/gdkdraw.c, gdk/gdkpixbuf-drawable.c, gdk/gdkpixmap.c, 
6404         gdk/gdkwindow.c: Adjust all callers.
6405
6406 Mon Nov 17 23:36:02 2003  Matthias Clasen  <maclas@gmx.de>
6407
6408         * gtk/gtkaction.c (gtk_action_activate): Only activate if 
6409         the action is sensitive.  (#127187, Christian Persch)
6410
6411 Mon Nov 17 23:23:49 2003  Matthias Clasen  <maclas@gmx.de>
6412
6413         * gtk/gtkcombobox.c: Add mouse wheel support.  (#126517)
6414
6415 Mon Nov 17 22:56:09 2003  Kristian Rietveld  <kris@gtk.org>
6416
6417         * gtk/gtkentryprivate.h: add _gtk_entry_completion_resize_popup.
6418
6419         * gtk/gtkentry.c (gtk_entry_completion_timeout): popup when not
6420         mapped, else resize_popup.
6421
6422         * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup),
6423         (_gtk_entry_completion_popup): moved all popup resizing code to
6424         _gtk_entry_completion_resize_popup, and show the window when there
6425         are more than zero items in the completion list again (sigh).
6426
6427 2003-11-17  Mark McLoughlin  <mark@skynet.ie>
6428
6429         Patch from Jaiserca <jaiserca@inf.upv.es> to add a
6430         "use_markup" property. See bug #124449.
6431
6432         * gtk/gtkexpander.c:
6433         (gtk_expander_class_init),
6434         (gtk_expander_init), (gtk_expander_set_property),
6435         (gtk_expander_get_property), (gtk_expander_set_label),
6436         (gtk_expander_set_use_markup),  (gtk_expander_get_use_markup):
6437         Add a "use_markup" property and use it when creating the
6438         child label.
6439
6440 Mon Nov 17 12:58:32 2003  Kristian Rietveld  <kris@gtk.org>
6441
6442         Temporary size requisition fix. Will fix it for real tonight.
6443
6444         * gtk/gtkcombobox.c (gtk_combo_box_remeasure): add a resize flag,
6445         (gtk_combo_box_size_request): use gtk_combo_box_remeasure to determine
6446         a good width for the child,
6447         (gtk_combo_box_cell_layout_add_attribute),
6448         (gtk_combo_box_set_cell_data_func),
6449         (gtk_combo_box_cell_layout_clear_attributes): update.
6450
6451 Mon Nov 17 00:11:21 2003  Kristian Rietveld  <kris@gtk.org>
6452
6453         Fixes #124373, Murray Cumming.
6454
6455         * gtk/gtkcombobox.[ch] (gtk_combo_box_class_init): the model property
6456         is no longer construct only,
6457         (gtk_combo_box_unset_model), (gtk_combo_box_set_model_internal),
6458         (gtk_combo_box_menu_fill): new functions,
6459         (gtk_combo_box_menu_setup), (gtk_combo_box_menu_destroy),
6460         (gtk_combo_box_menu_row_*), (gtk_combo_box_list_setup),
6461         (gtk_combo_box_list_destroy): updated,
6462         (gtk_combo_box_new), (gtk_combo_box_new_with_model): new/changed
6463         functions,
6464         (gtk_combo_box_set_model): is now public, updated,
6465         (gtk_combo_box_get_model): small update.
6466
6467         * gtk/gtkcomboboxentry.[ch] (gtk_combo_box_entry_class_init): the
6468         text_column property is no longer construct only,
6469         (gtk_combo_box_entry_set_text_column): now public,
6470         (gtk_combo_box_entry_new), (gtk_combo_box_entry_new_with_model):
6471         new/changed functions.
6472
6473         * tests/testcombo.c: updated.
6474
6475 Sun Nov 16 22:50:58 2003  Matthias Clasen  <maclas@gmx.de>
6476
6477         Reinstate fixes for (#124212, Marco Pesenti Gritti):
6478         
6479         * gtk/gtkuimanager.c (update_smart_separators): Don't spit 
6480         warnings for popups.
6481         (_gtk_menu_is_empty): Return FALSE for non-menus.
6482
6483 Sun Nov 16 21:48:40 2003  Kristian Rietveld  <kris@gtk.org>
6484
6485         * gtk/gtkcellview.c (gtk_cell_view_finalize): just call
6486         gtk_cell_view_cell_layout_clear instead of trying to free the
6487         structure ourselves here. (#125726, Morten Welinder).
6488
6489 Sun Nov 16 00:35:29 2003  Matthias Clasen  <maclas@gmx.de>
6490
6491         * gtk/gtkfilechooser.[hc]: 
6492         * gtk/gtkentrycompletion.h: Fix parameter name mismatches which
6493         confuse gtk-doc.
6494
6495 2003-11-15  Hans Breuer  <hans@breuer.org>
6496
6497         * gdk/makefile.msc gdk/gdk.def 
6498             gtk/gtk.def gtk/makefile.msc.in : updated
6499         * tests/makefile.msc : added all the new tests
6500
6501         * gtk/gtkfilefilter.c(finalize) : initialize filter
6502         from object not from itself
6503
6504         * gtk/gtkfilesystemwin32.[hc] : copied from gtkfilesystemunix.[hc]
6505         modified as less as posible to have aworking implementation
6506         on win32. There maybe the desire to merge the unchanged pats into
6507         a common base class.
6508         Also implemented a simple glib based bookmark handling, which
6509         is currently missing in gtkfilesystemunix.[hc] but can be copied
6510         over there.
6511         * gtk/gtkfilechooserwidget.c : conditional include gtkfilesystemwin32.h
6512
6513         * gdk/win32/gdkwindow-win32.c : implement 
6514         gdk_window_set_keep_above() and gdk_window_set_keep_below()
6515
6516         * tests/testmerge.c : don't include unistd.h unconditionally,
6517         #define STDOUT_FILENO if it isn't defined
6518
6519         * tests/testfilechooser.c : make it compile on win32
6520
6521 2003-11-15  Tor Lillqvist  <tml@iki.fi>
6522
6523         * gdk/win32/gdkwindow-win32.c (gdk_window_focus): If the window is
6524         maximized, use SW_SHOWMAXIMIZED. (#126986, John Ehresman)
6525
6526 Thu Nov 13 12:55:29 GMT 2003  Tony Gale <gale@gtk.org>
6527
6528         * docs/faq/gtk-faq.sgml: Update the rest of Section 2
6529
6530 Thu Nov 13 01:46:32 2003  Matthias Clasen  <maclas@gmx.de>
6531
6532         * gtk/gtkicontheme.c (gtk_icon_theme_init): Use 
6533         GTK_DATADIR/{icons,pixmaps} instead of 
6534         GTK_DATA_PREFIX/{icons,pixmaps}.  (#123365, Marco Pesenti Gritti)
6535
6536 Wed Nov 12 21:40:10 2003  Matthias Clasen  <maclas@gmx.de>
6537
6538         Changes to improve menu positioning on Xinerama (#108328, #126150):
6539         
6540         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu): Use the event 
6541         window of the menuitem to determine the monitor. This fixes some
6542
6543         * gtk/gtkmenu.c (struct _GtkMenuPrivate): Add a menu_num field
6544         to store the monitor on which the menu is to be positioned.
6545
6546         * gtk/gtkmenu.[hc] (gtk_menu_position): Store the monitor number
6547         in the GtkMenuPrivate struct and fetch the monitor geometry after
6548         calling the position_func, in case it has been changed.
6549
6550         * gtk/gtkmenu.c (gtk_menu_set_monitor): New function 
6551         to be used in GtkMenuPositionFunc implementations for setting
6552         the monitor_num field in GtkMenuPrivate.
6553
6554         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu): Call 
6555         gtk_menu_set_monitor.
6556
6557 Wed Nov 12 21:00:10 2003  Matthias Clasen  <maclas@gmx.de>
6558
6559         * gtk/gtkinputdialog.c (gtk_input_dialog_init): Clarify the
6560         label for the empty list. String change.  (#95446, Tomas Ã–gren)
6561
6562 Wed Nov 12 20:57:50 2003  Matthias Clasen  <maclas@gmx.de>
6563
6564         * gtk/gtkicontheme.h (enum GtkIconLookupFlags): Correct
6565         the definition of the values.  (#123361, Marco Pesenti Gritti)
6566
6567 Wed Nov 12 20:54:02 2003  Matthias Clasen  <maclas@gmx.de>
6568
6569         * gdk/gdkkeyuni.c: Map KP_Separator to ','.
6570         (#122941, Egmont Koblinger)
6571
6572 2003-11-12  Padraig O'Briain  <padraig.obriain@sun.com>
6573
6574         *gtk/gtkcolorsel.c (gtk_color_selection_init): Add tooltip for
6575         opacity entry widget. Change tooltip for opacity widgets. (#126426)
6576
6577 2003-11-12  Padraig O'Briain  <padraig.obriain@sun.com>
6578
6579         * gtk/gtkmenu.c (gtk_menu_popup): Do not let pointer position
6580         affect window menu position when popped from keyboard. (#102660)
6581
6582 Wed Nov 12 01:29:32 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6583
6584         * gtk/gtktoolbar.c (gtk_toolbar_internal_insert_element): When we
6585         are using the old API, make all items "is_important". That way
6586         BOTH_HORIZ will continue to show both icon and label in old API
6587         mode.
6588
6589 Mon Nov 10 00:40:41 2003  Matthias Clasen  <maclas@gmx.de>
6590
6591         * gtk/gtkeventbox.c (gtk_event_box_set_above_child): 
6592         Remember the new value in all cases.  (#126276, Damon Chaplin)
6593
6594 Sat Nov  8 23:06:02 2003  Matthias Clasen  <maclas@gmx.de>
6595
6596         * demos/gtk-demo/main.c (row_activated_cb): Call the do_
6597         functions with the toplevel as argument.
6598
6599         * demos/gtk-demo/geninclude.pl.in: Change the signature
6600         of GDoDemoFunc to take a widget argument
6601
6602         * demos/gtk-demo/ui_manager.c (do_ui_manager): 
6603         * demos/gtk-demo/tree_store.c (do_tree_store): 
6604         * demos/gtk-demo/textview.c (do_textview): 
6605         * demos/gtk-demo/stock_browser.c (do_stock_browser): 
6606         * demos/gtk-demo/sizegroup.c (do_sizegroup): 
6607         * demos/gtk-demo/pixbufs.c (do_pixbufs): 
6608         * demos/gtk-demo/panes.c (do_panes): 
6609         * demos/gtk-demo/menus.c (do_menus): 
6610         * demos/gtk-demo/list_store.c (do_list_store): 
6611         * demos/gtk-demo/images.c (do_images): 
6612         * demos/gtk-demo/hypertext.c (do_hypertext): 
6613         * demos/gtk-demo/editable_cells.c (do_editable_cells): 
6614         * demos/gtk-demo/drawingarea.c (do_drawingarea): 
6615         * demos/gtk-demo/dialog.c (do_dialog): 
6616         * demos/gtk-demo/colorsel.c (do_colorsel): 
6617         * demos/gtk-demo/changedisplay.c (do_changedisplay): 
6618         * demos/gtk-demo/button_box.c (do_button_box): 
6619         * demos/gtk-demo/appwindow.c (do_appwindow): Take a widget
6620         as argument, and make new windows or dialogs appear on the
6621         same screen.  (#80388)
6622
6623 Sat Nov  8 21:59:30 2003  Matthias Clasen  <maclas@gmx.de>
6624
6625         * gtk/gtkeventbox.c (gtk_event_box_class_init): Let 
6626         visible-window default to TRUE, as documented and 
6627         implemented. (#126270 Damon Chaplin)
6628
6629 Sat Nov  8 01:50:17 2003  Matthias Clasen  <maclas@gmx.de>
6630
6631         * gtk/gtkicontheme.c: 
6632         * gtk/gtkfilechooserwidget.c (gtk_file_chooser_widget_new): 
6633         * gtk/gtkfilechooserdialog.c (gtk_file_chooser_dialog_new): 
6634         * gtk/gtkfilechooser.c (gtk_file_chooser_[un]select_all): Mark as
6635         2.4 additions.
6636
6637 2003-11-07  Federico Mena Quintero  <federico@ximian.com>
6638
6639         Changing GtkFileChooserEntry to use GtkEntryCompletion.
6640
6641         * gtk/gtkfilechooserentry.c (gtk_file_chooser_entry_init): Create
6642         a GtkListStore for the completion list.  Create a
6643         GtkEntryCompletion and attach it to the chooser entry.
6644         (gtk_file_chooser_entry_finalize): Unref the completion store.
6645         (completion_match_func): New callback for the GtkEntryCompletion.
6646         (completion_idle_callback): Fill the completion store with filenames.
6647
6648 Fri Nov  7 22:55:49 2003  Matthias Clasen  <maclas@gmx.de>
6649
6650         * gtk/gtkwindow.c (gtk_window_set_role): 
6651         * gtk/gtkwindow.c (gtk_window_set_title): 
6652         * gtk/gtkwidget.c (gtk_widget_set_name): 
6653         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_title): 
6654         * gtk/gtkbutton.c (gtk_button_set_label): Make string setters
6655         safe for self-assignment.  (#122745, Soeren Sandmann)
6656
6657 Thu Nov  6 20:41:40 2003  Matthias Clasen  <maclas@gmx.de>
6658
6659         * gtk/gtkstyle.c (gtk_style_attach): Fix doc comment.
6660         (#126369, Olexiy Avramchenko)
6661
6662 Thu Nov  6 00:21:41 2003  Matthias Clasen  <maclas@gmx.de>
6663
6664         * gtk/gtkcolorbutton.c (gtk_color_button_init): 
6665         * gtk/gtkfontbutton.c (gtk_font_button_init): Improve the 
6666         consistency of titles.  (#126193, Damon Chaplin)
6667
6668 Wed Nov  5 22:49:36 2003  Matthias Clasen  <maclas@gmx.de>
6669
6670         * gtk/gtkmenu.c (gtk_menu_set_tearoff_state): Set torn off 
6671         menus to be transient for the toplevel they were torn off from.
6672         (gtk_menu_get_toplevel): Auxiliary function to find the
6673         toplevel of a menu.  (#54775, Jon-Kare Hellan)
6674
6675 Wed Nov  5 21:07:58 2003  Matthias Clasen  <maclas@gmx.de>
6676
6677         * gtk/gtkpaned.c (gtk_paned_class_init): Add readonly properties
6678         min-position and max-position.  (#58431, Padraig O'Briain)
6679
6680 Wed Nov  5 21:02:26 2003  Matthias Clasen  <maclas@gmx.de>
6681
6682         * gtk/gtkcolorsel.c (update_color): 
6683         (make_label_spinbutton): 
6684         (adjustment_changed): Change the ranges for Saturation and
6685         Value to be 0-100 instead of 0-255, since these axes of HSV
6686         are usually expressed in percent.  (#121519, Gregory Merchan)
6687
6688 Wed Nov  5 08:51:48 GMT 2003  Tony Gale <gale@gtk.org>
6689
6690         * docs/faq/gtk-faq.sgml: More 2.x updates
6691
6692 Tue Nov  4 15:00:33 GMT 2003  Tony Gale <gale@gtk.org>
6693
6694         * docs/faq/gtk-faq.sgml: More 2.x updates, fix
6695         pkg-config command error, update copyright.
6696
6697 2003-11-03  Federico Mena Quintero  <federico@ximian.com>
6698
6699         * gtk/gtkfilechooserdefault.c (error_dialog): Take in a path as
6700         well.  Use a helper function.
6701         (shortcuts_append_home): Display an error box if necessary.
6702         (shortcuts_append_desktop): Likewise.
6703         (add_bookmark_button_clicked_cb): Likewise.
6704         (gtk_file_chooser_default_select_path): Likewise.
6705         (entry_activate): Likewise.
6706         (shortcuts_append_paths): New helper function.
6707         (shortcuts_append_file_system_roots): Use
6708         shortcuts_append_paths().
6709         (shortcuts_append_bookmarks): Likewise.
6710
6711 Mon Nov  3 23:12:41 2003  Matthias Clasen  <maclas@gmx.de>
6712
6713         * gtk/gtkuimanager.c (_gtk_menu_is_empty): Return TRUE if 
6714         menu is NULL.
6715         (update_smart_separators): Remove some unneeded ifs.
6716
6717 Mon Nov  3 22:45:58 2003  Matthias Clasen  <maclas@gmx.de>
6718
6719         * gtk/gtkwindow-decorate.h: Add G_BEGIN_DECLS/G_END_DECLS to make 
6720         these usable in C++. Forgot this file in my Oct 11 commit.
6721
6722 2003-11-03  Federico Mena Quintero  <federico@ximian.com>
6723
6724         * gtk/gtkfilechooserdefault.c (create_shortcuts_tree): Add a stock
6725         icon to the "Add bookmark" button.
6726
6727         * gtk/gtkfilesystemunix.c: Mark missing strings for translation.
6728         * gtk/gtkfilesystemmodel.c: Likewise.
6729         * gtk/gtkfilechooser.c: Likewise.
6730         * gtk/gtkfilechooserdefault.c: Likewise.
6731
6732 Mon Nov  3 20:56:28 2003  Matthias Clasen  <maclas@gmx.de>
6733
6734         * gdk/gdk.c: 
6735         * gdk/gdkinternals.h: 
6736         * gdk/x11/gdkscreen-x11.c (init_xinerama_support): Introduce a
6737         GDK_DEBUG_XINERAMA debug flag, and make it trigger a fake 2x2
6738         Xinerama mode when no actual Xinerama setup is found. 
6739
6740 2003-11-03  Federico Mena Quintero  <federico@ximian.com>
6741
6742         * gtk/gtkfilechooserdefault.c (shortcuts_select_folder): Removed.
6743         (create_shortcuts_tree): Don't call the above.
6744         (bookmarks_changed_cb): Likewise.
6745         (tree_selection_changed): Unselect everything from the shortcuts
6746         list.  This is the behavior that Mac OS has.
6747         (toolbar_add_item): Return the item.
6748         (toolbar_create): Store the up_button in the impl structure.
6749         (toolbar_check_sensitivity): New function to set the sensitivity
6750         of the "Up" button in the toolbar.
6751         (tree_selection_changed): Call toolbar_check_sensitivity().
6752
6753 2003-11-02  Federico Mena Quintero  <federico@ximian.com>
6754
6755         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_init): Do
6756         not set a border width for the toplevel container.
6757         (toolbar_create): New function; create a simple toolbar for the
6758         file chooser.
6759         (gtk_file_chooser_default_constructor): Use a spacing of 12 for
6760         the table, as per the HIG.
6761         (gtk_file_chooser_default_init): Likewise, for the default
6762         implementation's vbox.
6763
6764         * gtk/gtkfilesystem.c (gtk_file_system_get_parent): Added docs to
6765         note that NULL is a valid return value for the parent path.
6766
6767 Sat Nov  1 14:59:27 2003  Owen Taylor  <otaylor@redhat.com>
6768
6769         * gtk/gtkfilechooserdefault.c (shortcuts_row_activated): 
6770         Change on activation, not selection change (temporary
6771         workaround for #125955, needed for keynav, likely
6772         the right UI anyways.)
6773
6774         * gtk/gtkfilechooserdefault.c (shortcuts_select_func): 
6775         Don't allow the separator node to be selected.
6776
6777         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_constructor):
6778         Set the focus chain so that the entry gets focused first.
6779         (Not really right after initial focusing, maybe we
6780         should just have a gtk_file_chooser_focus_entry() that
6781         we call from gtk_file_chooser_dialog on creation.)
6782
6783 Sat Nov  1 12:41:04 2003  Owen Taylor  <otaylor@redhat.com>
6784
6785         * gtk/gtkwindow.c (gtk_window_unfullscreen): Fix a
6786         residual call to gtk_window_get_private().
6787
6788 Sat Nov  1 09:10:13 2003  Owen Taylor  <otaylor@redhat.com>
6789
6790         * gtk/gtkwindow.[ch]: Move above_initially, below_initially
6791         into GtkWindowPrivate structure, fixing ABI breakage
6792         on Win32. (Hans Breuer). Switch GtkWindowPrivate over
6793         to instance-private-data.
6794
6795 Fri Oct 31 02:43:34 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6796
6797         * gtk/gtktoolbar.c (get_item_requisition): delete this function
6798         (toolbar_item_is_homogeneous): cache max_homogeneous_pixels
6799         instead of re-calculating for each item.
6800         (gtk_toolbar_size_allocate): Update comments
6801
6802 Thu Oct 30 22:04:31 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6803
6804         * gtk/gtktoolbar.c (gtk_toolbar_forall): Only include
6805         placeholders when include_internals is TRUE.
6806
6807 Thu Oct 30 17:57:53 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6808
6809         * gtk/gtktoolbar.c (logical_to_physical): Make it work even when
6810         item 0 is a placeholder. (#125826)
6811         * tests/testtoolbar.c: add an assertion that 
6812         gtk_toolbar_get_nth_item (0) != NULL
6813
6814 Thu Oct 30 17:40:26 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6815
6816         * gtk/gtktoolbar.c (logical_to_physical): Make it work for
6817         logical == 0.(#125826)
6818
6819 Thu Oct 30 16:20:58 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6820
6821         * gtk/gtktoolbar.c (logical_to_physical): Make sure we actually
6822         return the index of a real item.
6823         (get_nth_item) assert that the returned items is not a
6824         placeholder.  (#125826, Marco Pesenti Gritti).
6825         
6826 2003-10-29  Federico Mena Quintero  <federico@ximian.com>
6827
6828         * gtk/gtkcellrendererseptext.c
6829         (gtk_cell_renderer_sep_text_render): Only paint a separator if the
6830         text is NULL, rather than also doing it if it is an empty string.
6831
6832 Wed Oct 29 15:40:26 2003  Owen Taylor  <otaylor@redhat.com>
6833
6834         * gtk/gtkmessagedialog.c (gtk_message_dialog_new/
6835         gtk_message_dialog_new_with_format): Allow NULL
6836         for message_format, as described in the docs and
6837         as worked previously. (#125759, Richard Hult)
6838
6839         * gtk/gtkmessagedialog.c (gtk_message_dialog_new_with_markup):
6840         Use g_markup_vprintf_escaped() to escape arguments.
6841
6842         * gtk/gtkmessagedialog.[ch]: Add gtk_message_dialog_set_markup()
6843         so there is some way to set literal markup.
6844
6845 Wed Oct 29 15:01:32 2003  Owen Taylor  <otaylor@redhat.com>
6846  
6847         * gdk/x11/gdkimage-x11.c (_gdk_x11_copy_to_image): Move
6848         the call to gdk_error_trap_pop() to the right place,
6849         fixing a problem where we'd pop() too many times 
6850         when bailing out. (#123302, Thomas Leonard)
6851         
6852 Wed Oct 29 12:50:02 2003  Owen Taylor  <otaylor@redhat.com>
6853
6854         * gtk/gtkfilechooserutils.c (delegate_set_current_folder): 
6855         Fix infinite recursion. (#125679, Christian Persch)
6856
6857 Wed Oct 29 13:29:15 GMT 2003  Tony Gale <gale@gtk.org>
6858
6859         * docs/faq/gtk-faq.sgml: further 2.x updates:
6860         mirrors,compiling,g_main_context_iteration
6861
6862 Wed Oct 29 02:54:35 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6863
6864         * gtk/gtktoolbar.[ch] (gtk_toolbar_set_drop_highlight_item): Add this
6865         function; remove gtk_toolbar_highlight_drop_location() and
6866         gtk_toolbar_unhighlight_drop_location().
6867
6868         Also fix bug where the number of overflowed items were miscounted.
6869
6870 Tue Oct 28 12:20:16 2003  Owen Taylor  <otaylor@redhat.com>
6871
6872         * gtk/gtkwindow.c (gtk_window_has_toplevel_focus): Remove
6873         some accidentally committed duplicate code.
6874
6875 Tue Oct 28 17:06:17 GMT 2003  Tony Gale <gale@gtk.org>
6876
6877         * docs/faq/gtk-faq.sgml: Update info on compiling GTK+
6878
6879 Tue Oct 28 10:34:24 2003  Owen Taylor  <otaylor@redhat.com>
6880
6881         * gtk/gtkwindow.[ch] (gtk_window_is_active, 
6882         gtk_has_toplevel_focus): Add getters corresponding to
6883         the is_active and has_toplevel_focus properties.
6884         (#122531)
6885
6886 2003-10-28  Mark McLoughlin  <mark@skynet.ie>
6887
6888         * gtk/gtkexpander.c:
6889         (gtk_expander_class_init): hook up the destroy handler.
6890         (gtk_expander_destroy), (gtk_expander_unrealize):
6891         remove the expand/collapse timeout on destroy instead
6892         of unrealize to avoid leaving the expander in a inconsistent
6893         state when unrealizing during animation.
6894         (gtk_expander_start_animation): remove realized check.
6895         (gtk_expander_set_expanded): if the widget isn't realized,
6896         expand immediately.
6897
6898 Tue Oct 28 09:44:16 2003  Owen Taylor  <otaylor@redhat.com>
6899
6900         * gtk/gtkxembed.c (_gtk_xembed_send_focus_message): Silently
6901         do nothing when recipient is NULL, as described in the
6902         doc comment. (#123107, Thomas Leonard)
6903
6904 Tue Oct 28 09:21:29 2003  Owen Taylor  <otaylor@redhat.com>
6905
6906         * gtk/gtkmain.c (gtk_check_version): Move docs inline,
6907         rewrite docs, mention memory management for the return
6908         value. (Partly addresses #125549, Michael Natterer)
6909
6910 2003-10-28  Padraig O'Briain  <padraig.obriain@sun.com>
6911
6912         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_remove_filter):
6913         Change index to filter_index to fix compilation error.
6914
6915         * gtk/gtkfilesystem.h: Correct definition of gtk_file_path_get_string.
6916
6917 Mon Oct 27 15:47:58 2003  Manish Singh  <yosh@gimp.org>
6918
6919         * gdk/x11/gdkscreen-x11.c: #include <X11/extensions/Xrandr.h> if
6920         we have RandR support, for XRRUpdateConfiguration declaration.
6921
6922         * gtk/gtkfilefilter.c: #include "gtkprivate.h" for _gtk_fnmatch
6923         declaration.
6924
6925         * gtk/gtkuimanager.c (gtk_ui_manager_add_ui_from_file): Make
6926         length a gsize variable, since that's what g_file_get_contents()
6927         expects.
6928
6929 Mon Oct 27 12:18:49 2003  Owen Taylor  <otaylor@redhat.com>
6930
6931         * NEWS: Fix attribution for above/below EWMH work.
6932
6933 Sat Oct 25 23:30:13 2003  Matthias Clasen  <maclas@gmx.de>
6934
6935         * gtk/gtkactiongroup.c (gtk_action_group_class_init): Add "name" 
6936         as a construct-only property.  (#125475, Murray Cumming)
6937
6938 Thu Oct 23 21:55:10 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6939
6940         Fix bug 116297 and 125472
6941         
6942         * gtk/gtktoolbar.c (gtk_toolbar_highlight_drop_location): Make
6943         this function take an index and a GtkToolItem.
6944
6945         * tests/testtoolbar.c (main): Make "Show Arrow" default to
6946         true. Make one of the separators !draw and expand.
6947         Update for new highlight_drop_location() API.
6948
6949         * gtk/gtktoolitem.[ch]: Remove "pack_end" property
6950
6951         * gtk/gtktoolbar.h: Formatting fixes.
6952
6953         * gtk/gtktoolbar.c: Remove "pack_end" child property. Allow
6954         separator tool items to expand.
6955         (logical_to_physical, physical_to_logical): Fix off-by-one errors
6956         (Fix #125472, Marco Pesenti Gritti)
6957
6958         * gtk/gtkseparatortoolitem.[ch]: Add new "draw" property.
6959         (gtk_separator_tool_item_expose) only draw if "draw" is TRUE. Also
6960         return FALSE, not TRUE.
6961         (gtk_separator_too_item_{set|get}_property,
6962         (gtk_separator_tool_item_{set|get}_draw): new functions
6963
6964 Fri Oct 24 16:54:04 2003  Owen Taylor  <otaylor@redhat.com>
6965
6966         * === Released 2.3.0 ===
6967
6968         * configure.in: Remove a stray comma.
6969
6970         * README.in: Fix a few notes about Xft 1 and pango-1.0.
6971
6972         * NEWS: Finish updates for 2.3.0.
6973
6974         * po/Makefile.in.in: Update to latest GLib version.
6975
6976 Fri Oct 24 20:31:35 2003  Kristian Rietveld  <kris@gtk.org>
6977
6978         * gtk/gtkcellview.[ch], gtk/gtkcellviewmenuitem.[ch],
6979         gtk/gtkcombobox.[ch], gtk/gtkcomboboxentry.[ch],
6980         gtk/gtktreemodelfilter.[ch]: Fix licensing (I managed to put it
6981         under GPL licensing instead of LGPL...). (Fixes #125381, Soeren
6982         Sandmann).
6983
6984 Fri Oct 24 20:22:40 2003  Kristian Rietveld  <kris@gtk.org>
6985
6986         * gtk/gtktreemodelfilter.h: add padding to the class structure.
6987
6988 2003-10-23  Federico Mena Quintero  <federico@ximian.com>
6989
6990         * gtk/gtkfilechooser.c (gtk_file_chooser_get_preview_uri): Fixed docs.
6991         (gtk_file_chooser_remove_filter): Likewise.
6992         (gtk_file_chooser_select_all): Added docs.
6993         (gtk_file_chooser_unselect_all): Likewise.
6994
6995         * gtk/gtkfilechooserdialog.c (gtk_file_chooser_dialog_new): Added docs.
6996
6997         * gtk/gtkfilechooserwidget.c (gtk_file_chooser_widget_new): Added docs.
6998
6999 Thu Oct 23 23:22:15 2003  Matthias Clasen  <maclas@gmx.de>
7000
7001         * gtk/gtkfilefilter.c: 
7002         * gtk/gtkfilechooser.c: Add "Since: 2.4" to all API doc comments.
7003
7004 Thu Oct 23 22:33:47 2003  Matthias Clasen  <maclas@gmx.de>
7005
7006         * gtk/gtkfilefilter.c (gtk_file_filter_new): Fix doc markup.
7007
7008 Thu Oct 23 21:49:05 2003  Matthias Clasen  <maclas@gmx.de>
7009
7010         * NEWS: Remove a few duplicates, group the menu changes.
7011
7012 Thu Oct 23 21:12:50 2003  Kristian Rietveld  <kris@gtk.org>
7013
7014         * NEWS: Updates for 2.3.0; changed header to match the style we used
7015         for 2.1.0.
7016
7017 Thu Oct 23 20:47:44 2003  Matthias Clasen  <maclas@gmx.de>
7018
7019         * gdk/x11/gdkwindow-x11.c (gdk_window_set_group): Actually
7020         assign the new leader.  (#125168, Mariano Suarez-Alvarez)
7021
7022 Thu Oct 23 20:21:16 2003  Kristian Rietveld  <kris@gtk.org>
7023
7024         * gtk/gtkcelllayout.c, gtk/gtkcellview.c gtk/gtkcellviewmenuitem.c,
7025         gtk/gtkcombobox.c, gtk/gtkcomboboxentry.c, gtk/gtkentrycompletion.c,
7026         gtk/gtktreemodelfilter.c, gtk/gtkcellrenderertoggle.c: Fix includes.
7027
7028 Thu Oct 23 15:13:56 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
7029
7030         * NEWS: Partial update for 2.3.0.
7031
7032 Thu Oct 23 01:09:04 2003  Owen Taylor  <otaylor@redhat.com>
7033
7034         * gtk/gtkfilechooserdefault.c: Convert GtkOptionMenu to
7035         GtkComboBox.
7036
7037 Wed Oct 22 23:20:04 2003  Owen Taylor  <otaylor@redhat.com>
7038
7039         * gtk/gtkfilechooser.[ch] gtk/gtkfilefilter.[ch] 
7040         gtk/gtkfilechooserwidget.[ch] gtk/gtkfilechooserdialog.[ch]:
7041         gtk/gtkfilechooserutils.c gtk/gtkfilechooserprivate.[ch]:
7042         Basic framework for the new file selector widget.
7043
7044         * gtk/gtkfilechooserdefault.[ch] gtk/gtkcellrenderersep.[ch] 
7045         gtk/gtkfilechooserentry.[ch] gtk/gtkfilesystemmodel.[ch]:
7046         Initial implementation of the GtkFileChooser user interface.
7047
7048         * gtk/gtkfilesystemunix.[ch]: GtkFileSystem implementation
7049         for Unix files.
7050
7051         * configure.in gtk/Makefile.am gtk/xdgmime: Build code
7052         for freedesktop.org MIME system on Unix.
7053
7054         * tests/testfilechooser.c: Test program for GtkFileChooser
7055
7056         * tests/prop-editor.c: Add support for properties on interfaces.
7057
7058 Tue Oct 21 16:12:51 2003  Owen Taylor  <otaylor@redhat.com>
7059
7060         * demos/gtk-demo/menus.c (do_menus): Fix some unused
7061         variables.
7062
7063         * gtk/gtkmain.c (_gtk_get_lc_ctype): Fix an unused
7064         variable warning.
7065
7066 Thu Oct 23 00:04:50 2003  Matthias Clasen  <maclas@gmx.de>
7067
7068         * NEWS: Partial update for 2.3.0.
7069
7070 Tue Oct 21 22:07:12 2003  Kristian Rietveld  <kris@gtk.org>
7071
7072         * gtk/gtktreeview.c (gtk_tree_view_real_move_cursor): set
7073         ctrl_pressed and shift_pressed according to the current event
7074         state (if there is one). (Fixes #125063, reported by Sebastien Bacher).
7075
7076 Mon Oct 20 23:24:27 2003  Kristian Rietveld  <kris@gtk.org>
7077
7078         * gtk/gtkentry.c (gtk_entry_key_press): remove the completion
7079         timeout when the user pressed on Enter/ESC. Fixes the bug where the
7080         completion popup popped up after the user pressed on Enter (which is
7081         just weird). Reported by the Epiphany people (all of them).
7082
7083 Mon Oct 20 20:27:22 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
7084
7085         Add support for OS X like sliding of toolbar items during drag and
7086         drop, (#110919, Dave Bordoley)
7087
7088         Make dnd highlighting the responsibility of the
7089         application. (Fixes #116298, Owen Taylor)
7090
7091         * gtk/gtktoolbar.h: Add prototypes for new API.
7092         
7093         * gtk/gtktoolbar.c
7094         (physical_to_logical, logical_to_physical): new functions
7095         converting between "position including placeholders" and "position
7096         excluding placeholders".
7097         (gtk_toolbar_class_init): remove drag_leave and drag_motion
7098         handlers
7099         (struct _ToolbarContent): new struct containing information
7100         related to toolbar items.
7101         (gtk_toolbar_highlight_drop_location): new public function
7102         (gtk_toolbar_unhighlight_drop_location): new public function
7103         
7104         * tests/testtoolbar.c
7105         (toolbar_drag_motion, toolbar_drag_leave): new functions
7106         (main): connect to dnd signals.  Make the "New" item expand to
7107         make drag and drop more exciting.
7108
7109 Wed Oct 15 22:39:23 2003  Kristian Rietveld  <kris@gtk.org>
7110
7111         * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_init): it's
7112         _set_active, not _set_active_item.
7113
7114 Wed Oct 15 22:31:09 2003  Kristian Rietveld  <kris@gtk.org>
7115
7116         * gtk/gtkcombobox.h: add padding to the class structure.
7117         * gtk/gtkcomboboxentry.h: ditto.
7118         * gtk/gtkentrycompletion.h: ditto.
7119
7120 Wed Oct 15 22:04:59 2003  Kristian Rietveld  <kris@gtk.org>
7121
7122         * gtk/gtkcombobox.c (gtk_combo_box_get_active),
7123         (gtk_combo_box_set_active): mention in the docs that -1 is a valid
7124         value and what it means.
7125
7126         * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_init): set the active
7127         item to -1 (default),
7128         (gtk_combo_box_entry_active_changed): do nothing when the index is
7129         < 0.
7130
7131 Tue Oct 14 16:10:21 2003  Jonathan Blandford  <jrb@redhat.com>
7132
7133         * gtk/gtkcombobox.c (gtk_combo_box_set_active_iter): New function
7134         to set the active row by iter.
7135
7136         * gtk/gtkcombobox.c (gtk_combo_box_get_active_iter): New function
7137         to get the active row by iter.
7138
7139 2003-10-13  Federico Mena Quintero  <federico@ximian.com>
7140
7141         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): Don't do
7142         operations on windows if the tree view is not mapped.
7143         (gtk_tree_view_button_press): Compare equal types of pointers, not
7144         GtkWidget* vs. GtkTreeView*.
7145
7146 Mon Oct 13 21:01:43 2003  Kristian Rietveld  <kris@gtk.org>
7147
7148         * gtk/gtkentrycompletion.c (gtk_entry_completion_popup): remove
7149         the reset of first_sel_changed, as after the first popup the treeview
7150         will always have a row selected and will thus not focus_to_cursor.
7151
7152         * gtk/gtkentry.c (keyval_is_cursor_move): new function to determine
7153         whether the keyval should move the completion selection cursor (used
7154         to avoid ending up with extreme cluttered code), also added
7155         all KP_ equivalents of the keys here,
7156         (gtk_entry_completion_key_press): Keynav tweaks based on comments
7157         from Dave Bordoley and Marco Pesenti Gritti; add the -1 state
7158         as possible current selection, implement Home/End keys, modified
7159         the down key to stop cycling. Maybe page up/down should be implemented
7160         at some later time.
7161
7162 Mon Oct 13 20:58:07 2003  Matthias Clasen  <maclas@gmx.de>
7163
7164         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon): Make it work 
7165         as documented when pixmap or mask is NULL.  (#124081) 
7166
7167 Mon Oct 13 20:21:38 2003  Kristian Rietveld  <kris@gtk.org>
7168
7169         * gtk/gtkentry.c (gtk_entry_set_text): I overlooked a return when
7170         I was adding the signal block/unblock code. Oops. (Noticed by
7171         Marco Pesenti Gritti).
7172
7173 Mon Oct 13 20:21:55 2003  Kristian Rietveld  <kris@gtk.org>
7174
7175         * demos/testpixbuf-scale.c: enable GTK_DISABLE_DEPRECATED again,
7176         (set_interp_type), (main): port over from option menu to GtkComboBox.
7177
7178 Mon Oct 13 19:41:55 2003  Kristian Rietveld  <kris@gtk.org>
7179
7180         * tests/testmenus.c: Still uses option menus, so turn off
7181         GTK_DISABLE_DEPRECATED.
7182
7183 Sun Oct 12 01:10:29 2003  Matthias Clasen  <maclas@gmx.de>
7184
7185         * gtk/gtkalignment.[hc]: 
7186         * gtk/gtkcombobox.[hc]: 
7187         * gtk/gtkcomboboxentry.[hc]: 
7188         * gtk/gtktreemodelfilter.[hc]: Move GET_PRIVATE macros
7189         from header to implementation.
7190
7191 Sun Oct 12 00:18:02 2003  Matthias Clasen  <maclas@gmx.de>
7192
7193         * tests/testtreeview.c: 
7194         * demos/testpixbuf-scale.c: 
7195         * tests/prop-editor.c: These files still use option menus,
7196         so turn off GTK_DISABLE_DEPRECATED to fix the build. 
7197
7198 Sat Oct 11 23:14:36 2003  Matthias Clasen  <maclas@gmx.de>
7199
7200         * gtk/gtkactiongroup.h: 
7201         * gtk/gtkaction.h: 
7202         * gtk/gtkradioaction.h: 
7203         * gtk/gtkradiotoolbutton.h: 
7204         * gtk/gtkseparatortoolitem.h: 
7205         * gtk/gtktoggleaction.h: 
7206         * gtk/gtktoolitem.h: 
7207         * gtk/gtkuimanager.h: Add G_BEGIN_DECLS/G_END_DECLS to make 
7208         these usable in C++.  (#124351, Murray Cumming)
7209
7210 Sat Oct 11 19:09:05 2003  Kristian Rietveld  <kris@gtk.org>
7211
7212         * gtk/gtkentry.c (gtk_entry_set_text): Check if completion is
7213         non-NULL before accessing it. Oops.
7214
7215 Sat Oct 11 15:47:03 2003  Kristian Rietveld  <kris@gtk.org>
7216
7217         * gtk/gtkentrycompletion.[ch] (gtk_entry_completion_insert_action),
7218         (gtk_entry_completion_insert_action_text),
7219         (gtk_entry_completion_insert_action_markup): the gchar* parameters
7220         should be const (pointed out by both Marco Pesenti Gritti and
7221         Murray Cumming (#124356).
7222
7223 Sat Oct 11 15:37:19 2003  Kristian Rietveld  <kris@gtk.org>
7224
7225         * gtk/gtkcombobox.c (gtk_combo_box_size_allocate): for the custom
7226         child list mode, allocate the height allocation->height to the
7227         button instead of the height requested by the button. (Tiny
7228         size allocation screwup noticed by Macro Pesenti Gritti).
7229
7230 Sat Oct 11 15:23:27 2003  Kristian Rietveld  <kris@gtk.org>
7231
7232         Fixes based on comments from Marco Pesenti Gritti.
7233
7234         * gtk/gtkentry.c (gtk_entry_set_text): block the completion changed
7235         signal handler, avoids the completion popup to popup when text is
7236         set programmatically in most cases (we actually have to handle this
7237         in the _editable functions as well, but that will break popping up
7238         when the user actually typed something :),
7239         (gtk_entry_completion_key_press): when handling enter, bail out
7240         when nothing has been selected,
7241         (gtk_entry_completion_changed): don't popdown when the entry content
7242         changed.
7243
7244         * gtk/gtkentrycompletion.c (gtk_entry_completion_init),
7245         (gtk_entry_completion_selected_changed): unselect_all on the
7246         first selected changed signal. Avoids having a default row selected,
7247         (_gtk_entry_completion_popup): don't select the first row by default.
7248
7249         * gtk/gtkentryprivate.h (struct _GtkEntryCompletionPrivate): add a
7250         first_sel_changed field.
7251
7252 Fri Oct 10 23:02:58 2003  Matthias Clasen  <maclas@gmx.de>
7253
7254         * demos/gtk-demo/menus.c: Replace GtkItemFactory by GtkUIManager 
7255         in the intro (again).
7256
7257 Fri Oct 10 22:50:05 2003  Matthias Clasen  <maclas@gmx.de>
7258
7259         Fixes for (#124212, Marco Pesenti Gritti):
7260         
7261         * gtk/gtkuimanager.c (update_smart_separators): Don't spit 
7262         warnings for popups.
7263         (_gtk_menu_is_empty): Return FALSE for non-menus.
7264
7265 Fri Oct 10 19:10:12 2003  Kristian Rietveld  <kris@gtk.org>
7266
7267         * gtk/gtkcombo.h: Deprecate.
7268         * gtk/gtkoptionmenu.h: Ditto.
7269
7270         * gtk/gtkcombobox.c (gtk_combo_box_size_request),
7271         (gtk_combo_box_size_allocate): Rework, things behave better now. Still
7272         needs some work on requesting enough size when taking the items in
7273         the list into account.
7274
7275         * gtk/gtkfilesel.c: put gtkoptionmenu.h include inside "enable
7276         deprecated" guards.
7277         * gtk/gtkinputdialog.c: ditto.
7278         * gtk/gtkitemfactory.c: ditto.
7279         * gtk/gtkoptionmenu.c: ditto.
7280
7281         * demos/gtk-demo/menus.c: remove the option menu.
7282         * demos/gtk-demo/sizegroup.c: replace the option menus with
7283         GtkComboBox.
7284         * demos/gtk-demo/textview.c: ditto.
7285         (A general GtkComboBox demo will be added later on).
7286
7287 Wed Oct  8 00:06:17 2003  Matthias Clasen  <maclas@gmx.de>
7288
7289         * demos/gtk-demo/ui_manager.c (activate_radio_action): New
7290         callback to propertly report radio actions.
7291
7292         * demos/gtk-demo/ui_manager.c (do_ui_manager): Use it here.
7293
7294 Tue Oct  7 23:23:05 2003  Matthias Clasen  <maclas@gmx.de>
7295
7296         * gtk/gtkplug.c (xembed_set_info): Put the supported protocol
7297         version in in the right field of the _XEMBED_INFO property.  
7298         (#123885, Denis Mikhalkin)
7299
7300 Mon Oct  6 14:18:47 2003  Jonathan Blandford  <jrb@redhat.com>
7301
7302         * gtk/gtkexpander.c (gtk_expander_animation_timeout): only show
7303         the child if we have one.
7304
7305         (gtk_expander_button_release): use
7306         gtk_widget_activate instead.
7307
7308 Mon Oct  6 21:05:46 2003  Matthias Clasen  <maclas@gmx.de>
7309
7310         * gtk/gtktable.c (gtk_table_class_init): Start the blurb for 
7311         "right_attach" with a capital.  (#123945, Christian Rose)
7312
7313 Sun Oct  5 23:59:03 2003  Matthias Clasen  <maclas@gmx.de>
7314
7315         * tests/testsocket.c (child_read_watch): Remove an
7316         extraneous unref.  (#122336, Frederic Crozat)
7317
7318 Sun Oct  5 22:38:22 2003  Matthias Clasen  <maclas@gmx.de>
7319
7320         * gtk/gtkeventbox.c (gtk_event_box_class_init): Trim 
7321         whitespace in "visible-window" blurb.  (#123910, Christian Rose)
7322
7323 Sun Oct  5 00:53:15 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
7324
7325         * gtk/gtktoolbar.c (gtk_toolbar_list_children_in_focus_order):
7326         focus arrow before pack_end items (#123851, Matthias Clasen)
7327
7328 Fri Oct  3 20:50:48 2003  Kristian Rietveld  <kris@gtk.org>
7329
7330         * gtk/gtkcombobox.c (gtk_combo_box_set_model): only set the model
7331         on ->priv->cell_view if ->priv->cell_view is non-NULL.
7332
7333         * gtk/gtkcomboboxentry.c: include gtkintl.h, add text_renderer
7334         field to GtkComboBoxEntryPrivate,
7335         (gtk_combo_box_entry_class_init), (gtk_combo_box_entry_init),
7336         (gtk_combo_box_entry_set_property), (gtk_combo_box_entry_get_property),
7337         (gtk_combo_box_entry_set_text_column), (gtk_combo_box_entry_new): add
7338         a construct-only "text_column" property and reorder code to use it
7339         and support inheriting this widget.
7340
7341 Thu Oct  2 23:28:02 2003  Kristian Rietveld  <kris@gtk.org>
7342
7343         * gtk/gtkcombobox.c: Added API doc comments.
7344
7345         * gtk/gtkcomboboxentry.c: Ditto.
7346
7347 2003-10-02  Matthias Clasen  <maclas@gmx.de>
7348
7349         * gtk/gtktoggleaction.c: Documentation tweaks.
7350
7351 Wed Oct  1 22:43:40 2003  Kristian Rietveld  <kris@gtk.org>
7352
7353         * gtk/gtkcellview.[ch]: implement the GtkCellLayout interface, drop
7354         packing/attribute/cell data functions from the header,
7355         (gtk_cell_view_set_cell_data): added support for cell data funcs.
7356
7357         * gtk/gtkcombobox.[ch]: implement the GtkCellLayout interface, drop
7358         packing/attribute/cell data functions from the header, implemented
7359         cell data func support.
7360
7361         * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_new): updated
7362         for the move to GtkCellLayout.
7363
7364         * tests/testcombo.c (create_combo_box_grid_demo), (main): ditto.
7365
7366 2003-10-01  Matthias Clasen  <maclas@gmx.de>
7367
7368         * gtk/gtkaction.c (gtk_action_class_init): 
7369         (gtk_action_[gs]et_property): Introduce a separate
7370         "hide_if_empty" property for empty menu handling.
7371         (_gtk_action_sync_menu_visible): ...and use it here.
7372
7373         * tests/testmerge.c (main): ...and here.
7374
7375         * gtk/gtktoolitem.c (gtk_tool_item_class_init): Fix signal doc 
7376         comments to pacify gtk-doc.
7377
7378         * gtk/gtkmain.c: Doc formatting tweaks.
7379
7380         * gtk/gtktoolitem.c (gtk_tool_item_set_is_important): Fix a typo.
7381
7382         * gtk/gtkcheckmenuitem.h (gtk_check_menu_item_set_draw_as_radio): 
7383         Use the same parameter names as in .c file, to pacify gtk-doc.
7384
7385         * gtk/gtktoggletoolbutton.[hc]: 
7386         * gtk/gtktoolbutton.[hc]: 
7387         * gtk/gtktoolitem.[hc]:
7388         * gtk/gtktoolbar.[hc]: 
7389         * gtk/gtkcolorbutton.[hc]: 
7390         * gtk/gtkfontbutton.[hc]: 
7391         * gtk/gtkalignment.[hc]: Define GET_PRIVATE macros in the 
7392         source, not in the header.
7393
7394         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_[sg]et_draw_as_radio): 
7395         Document these as 2.4 API additions.
7396
7397 Tue Sep 30 23:42:56 2003  Kristian Rietveld  <kris@gtk.org>
7398
7399         * gtk/gtkentry.c (gtk_entry_set_completion),
7400         (gtk_entry_get_completion): Add API doc comments.
7401
7402         * gtk/gtkentrycompletion.c: Fix #includes and add API doc comments.
7403
7404 Tue Sep 30 23:12:34 2003  Kristian Rietveld  <kris@gtk.org>
7405
7406         * gtk/gtktreemodelfilter.c: Add "Since: 2.4" to all API doc comments.
7407
7408 Tue Sep 30 22:59:58 2003  Kristian Rietveld  <kris@gtk.org>
7409
7410         * gtk/gtktreeviewcolumn.c: Some API doc comment fixes.
7411
7412         * gtk/gtkcellayout.c: Fix #include and oooooh API doc comments!
7413
7414 2003-09-30  Matthias Clasen  <maclas@gmx.de>
7415
7416         * tests/merge-*.ui: 
7417         * tests/testmerge.c: Test handling of empty menus.
7418
7419         * gtk/gtkuimanager.c (_gtk_menu_is_empty): New function to determine
7420         whether a menu is empty. Used in gtkaction.c.
7421         (update_smart_separators): Also update the visibility of empty menus.
7422         (update_node): When creating a new menu proxy, insert an "Empty" menu 
7423         item which only gets shown if the menu is empty. 
7424
7425         * gtk/gtkaction.c (gtk_action_class_init): Document the meaning of
7426         "is_important" for menu proxies.
7427         (_gtk_action_sync_menu_visible): New function to sync the visibility
7428         of menu proxies. Used in gtkuimanager.c.
7429         (gtk_action_sync_visible): New function to sync the visibility of 
7430         proxies.
7431
7432 Tue Sep 30 21:43:34 2003  Kristian Rietveld  <kris@gtk.org>
7433
7434         * gtk/gtkcombobox.c (gtk_combo_box_menu_button_press): set
7435         popup_in_progress to TRUE,
7436         (gtk_combo_box_menu_show): and back to FALSE here; the menu now
7437         won't disappear on the first button release. (Reported by Matthias
7438         Clasen).
7439
7440 Tue Sep 30 21:08:43 2003  Kristian Rietveld  <kris@gtk.org>
7441
7442         * gtk/gtkcombobox.c (gtk_combo_box_init): actually show the child.
7443
7444         * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_init): ditto. (#123543,
7445         Marco Pesenti Gritti).
7446
7447 2003-09-30  Murray Cumming  <murrayc@usa.net>
7448  
7449         * gtk/gtkcellrenderer.h: The render vfunc takes a GdkDrawable*
7450         instead of a GdkWindow*, because that what it is given. The 
7451         documentation was already correct. This should cause no API/ABI
7452         breakage with C compilers.
7453         * gtk/gtkcellrenderertext.c, gtkcellrendererpixbuf.c, 
7454         gtkcellrenderertogger.c: Updated the declarations of the render vfunc
7455         implementation accordingly.
7456
7457 2003-09-30  Matthias Clasen  <maclas@gmx.de>
7458
7459         * gdk/gdkkeys.c (gdk_keymap_class_init): Document the
7460         "direction-changed" and "keys-changed" signals.
7461
7462         * gdk/gdkscreen.c (gdk_screen_class_init): Document the 
7463         "size-changed" signal.
7464
7465         * gdk/gdkdisplaymanager.c (gdk_display_manager_class_init): 
7466         Document the "display-opened" signal.
7467
7468         * gdk/gdkdisplay.c (gdk_display_close): Doc tweak.
7469         (gdk_display_class_init): Document the "closed" signal.
7470
7471 Sat Sep 27 16:02:40 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
7472
7473         * gtk/gtktextview.[ch]: rename property tab_moves_focus to
7474         accepts_tab. (#122709 again).
7475
7476 2003-09-27  Matthias Clasen  <maclas@gmx.de>
7477
7478         * gtk/gtkwindow.c (gtk_window_new):
7479         * gtk/gtkitemfactory.c (gtk_item_factory_new): Document 
7480         the fact that the newly created object does not come with 
7481         a floating reference.  (#103068, patch by Frederic Lespez)
7482         
7483         * gtk/gtkitemfactory.h: Deprecate GtkItemFactory in favor 
7484         of GtkUIManager. Just leave GtkTranslateFunc undeprecated, 
7485         since GtkActionGroup uses it.
7486
7487         * tests/testtext.c: Turn off GTK_DISABLE_DEPRECATED, since
7488         this test uses the soon-to-be-deprecated GtkItemFactory.
7489
7490         * demos/gtk-demo/Makefile.am (demos): Add ui_manager.c,
7491         remove item_factory.c
7492
7493         * demos/gtk-demo/ui_manager.c: Duplicate of item_factory.c 
7494         using GtkUIManager instead of GtkItemFactory.
7495
7496         * tests/testmerge.c: Demonstrate the use of the 
7497         connect-proxy signal.
7498
7499         * gtk/gtkaction.c (connect_proxy): Add connect-proxy and 
7500         disconnect-proxy signals to do small customizations 
7501         like displaying tooltips in the statusbar without 
7502         custom actions.  (#122894, Philip Langdale)
7503
7504         * gtk/gtkuimanager.c (update_node): Don't leak tooltip.
7505
7506 Fri Sep 26 23:49:44 2003  Kristian Rietveld  <kris@gtk.org>
7507
7508         Landing the new ComboBox. Note that only gtkcombobox.h and
7509         gtkcomboboxentry.h are public.
7510
7511         * gtk/gtkcellview.[ch], gtk/gtkcellviewmenuitem.[ch],
7512         gtk/gtkcombobox.[ch], gtk/gtkcomboboxentry.[ch]: new files.
7513
7514         * gtk/Makefile.am, gtk/gtk.h: adding the new files.
7515
7516         * tests/testcombo.c: and a new test.
7517
7518         * tests/Makefile.am: adding the new test.
7519
7520 2003-09-25  Tor Lillqvist  <tml@iki.fi>
7521
7522         * demos/gtk-demo/main.c: Don't use hardcoded DEMOCODEDIR on Windows.
7523
7524 2003-09-21  Tor Lillqvist  <tml@iki.fi>
7525
7526         * gdk/win32/gdkevents-win32.c (handle_wm_paint): New
7527         function. Code split out from gdk_event_translate(). Needed
7528         because gdk_event_get_graphics_expose() couldn't do anything
7529         sensible otherwise. (Not that I think graphics exposes work anyway
7530         in gdk/win32, but at least now the code could work.)
7531
7532         (gdk_event_get_graphics_expose): Call handle_wm_paint() instead of
7533         gdk_event_translate(), which couldn't have worked as it doesn't
7534         take any pre-allocated GdkEvent parameter any longer.
7535         
7536         (gdk_event_translate): Handle WM_MOUSEACTIVATE: Don't let
7537         GDK_WINDOW_TEMP windows be activated. (#122578, John Ehresman)
7538
7539 2003-09-24  Matthias Clasen  <maclas@gmx.de>
7540
7541         * demos/gtk-demo/appwindow.c (do_appwindow): Demonstrate tooltips
7542         on toolitems.
7543
7544         * gtk/gtkaction.c (connect_proxy): Sync tooltips on toolitems.
7545
7546         * gtk/gtkuimanager.c (update_node): Don't complain about missing
7547         actions on popups. Re-set "tooltip" property on toolitems after
7548         adding them to parent to trigger proxy update.
7549
7550 2003-09-22  Matthias Clasen  <maclas@gmx.de>
7551
7552         * tests/testmerge.c (main): Initially activate the JUSTIFY_RIGHT
7553         group member to test the fix for #122904.
7554
7555         * gtk/gtkactiongroup.c (gtk_action_group_add_radio_actions_full): 
7556         Add the action to the group before activating it, otherwise we
7557         may end up with multiple active group members.  (#122904, Marco
7558         Pesenti Gritti)
7559
7560 2003-09-21  Matthias Clasen  <maclas@gmx.de>
7561
7562         Changes to make cross-process merging feasible:
7563         
7564         * gtk/gtkuimanager.[hc]: Add a readonly "ui" property which holds the
7565         merged UI definition. Remove the "changed" signal, since its role
7566         is now filled by "notify::ui". Instead add a "actions-changed" signal
7567         which gets emitted when the set of actions changes.
7568
7569         * gtk/gtktoggleactionprivate.h:
7570         * gtk/gtktoggleaction.[hc] (gtk_toggle_action_[sg]et_draw_as_radio):
7571         Add a "draw_as_radio" property to toggle actions so that they can be
7572         used as proxies for radio actions much like the "draw_as_radio" 
7573         property on check menu items enables them to operate as proxies for
7574         radio actions.
7575
7576         Prevent the "show_all" trap for action-based menus (see
7577         http://mail.gnome.org/archives/gtk-devel-list/2003-September/
7578         msg00260.html):
7579
7580         * gtk/gtkmenu.c (gtk_menu_{hide,show}_all): Remove g_return_if_fail()
7581         calls from static functions.
7582
7583         * gtk/gtkuimanager.c (update_node): 
7584         * gtk/gtkaction.c (connect_proxy): Set "no_show_all" on constructed
7585         widgets whose visibility is externally controlled.
7586
7587         * gtk/gtkwidget.[hc] (gtk_widget_[gs]et_no_show_all): Add a boolean 
7588         "no_show_all" property with setter and getter. When TRUE, it keeps
7589         gtk_widget_{hide,show}_all() from modifying the visibility of the 
7590         widget and its children.
7591
7592 Sun Sep 21 23:13:37 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
7593
7594         * gtk/gtktextview.[ch]: Add new "tab moves focus" property (#122709)
7595
7596 2003-09-20  Tor Lillqvist  <tml@iki.fi>
7597
7598         * gtk-zip.sh.in: Don't use zip -r on the etc directory, to avoid
7599         including editor backup files. List files we want explicitly.
7600
7601         * gtk/gtkmain.c (_gtk_get_lc_ctype): New function. On Unix, just
7602         calls setlocale (LC_CTYPE, NULL). On Windows, looks for the
7603         LC_ALL, LC_CTYPE and LANG environment variables, than calls
7604         g_win32_getlocale().
7605
7606         (gtk_get_default_language): Code snippet moved to above function,
7607         call it.
7608
7609         * gtk/gtkimmulticontext.c (gtk_im_multicontext_get_slave)
7610         * gtk/gtkrc.c (gtk_rc_context_parse_file): Call
7611         _gtk_get_lc_ctype() instead of setlocale().
7612
7613 Fri Sep 19 18:15:31 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
7614
7615         * gtk/gtkpaned.c, gtk/gtkhpaned.c: implement RTL flipping
7616         (#96632)
7617
7618 Fri Sep 19 13:24:54 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
7619
7620         * gtk/gtktreeview.c (gtk_tree_view_get_cursor): Improve
7621         documentation. (#117306, Steve Chaplin)
7622
7623 2003-09-19  Tor Lillqvist  <tml@iki.fi>
7624
7625         * gdk/win32/gdkkeys-win32.c (update_keymap): Handle dead keysyms
7626         present on the US-International keyboard. For clarity, order
7627         keysyms in case statement according to numeric value.
7628
7629         (gdk_keymap_translate_keyboard_state): Handle Caps Lock
7630         correctly. (#120176, Ken Rastatter and Owen Taylor)
7631
7632 2003-09-18  Matthias Clasen  <maclas@gmx.de>
7633
7634         * gtk/gtkaction.c (gtk_action_finalize): Call g_closure_unref() to
7635         unref a closure, not g_object_unref().  (#122637, Marco Pesenti Gritti)
7636
7637         Install accelerators on actions, not on proxies, support
7638         accelerator-only actions:
7639         
7640         * gtk/gtkmenu.c (get_accel_path): New function to get the accel path
7641         and its lock status either via _gtk_widget_get_accel_path() or by 
7642         looking at the accel_path stored in the menu item itself and determining
7643         its lock status by peeking into the contained accel label. This was
7644         already (accidentally) committed a week ago.
7645
7646         * gtk/gtkaction.h (gtk_action_set_accel_group):
7647         (gtk_action_[dis]connect_accelerator): New functions.
7648
7649         * gtk/gtkaction.c (struct _GtkActionPrivate): Add accel_group,
7650         accel_closure and accel_count. We must have a reference to the 
7651         accel_group, since we need it in connect_proxy. The count is necessary
7652         to ensure that the accelerator isn't removed before the last proxy 
7653         requesting it has been unmerged.
7654         (connect_proxy): Connect the accelerator to the 
7655         action now, only set the accel_path on the menuitem.
7656         (remove_proxy): Disconnect the accelerator from the action, not from
7657         the menuitem.
7658         (gtk_action_set_accel_group): Set the accel group. 
7659         (gtk_action_[dis]connect_accelerator): Count the number of times
7660         this functions have been called and install/remove the accelerator if
7661         the count leaves/reaches zero.
7662
7663         * gtk/gtkuimanager.h (GtkUIManagerItemType): Add 
7664         GTK_UI_MANAGER_ACCELERATOR.
7665
7666         * gtk/gtkuimanager.c (NodeType): Add NODE_TYPE_ACCELERATOR.
7667         (start_element_handler): Create NODE_TYPE_ACCELERATOR nodes from
7668         <accelerator> elements.
7669         (gtk_ui_manager_add_ui): Create NODE_TYPE_ACCELERATOR nodes when
7670         type is GTK_UI_MANAGER_ACCELERATOR.
7671         (update_node): Set the accel group on actions before creating their
7672         proxies. Don't set the accel group on created menus. For 
7673         NODE_TYPE_ACCELERATOR nodes, [dis]connect the actions' accelerator.
7674         (print_node): Also emit <accelerator> elements.
7675
7676         * tests/testmerge.c (dump_accels): Add a "Dump Accels" button. 
7677
7678         * gtk/gtkuimanager.c (update_node): Robustness improvements.
7679
7680 2003-09-17  Matthias Clasen  <maclas@gmx.de>
7681
7682         * gtk/gtkuimanager.c (text_handler): Report unexpected character
7683         data as error from the GMarkup parser, otherwise things like
7684         gtk_ui_manager_add_ui_from_string (ui, "Hi there!", -1, &error) 
7685         pass unexpectedly.
7686
7687 Wed Sep 17 02:38:53 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
7688
7689         * gtk/gtktoolbar.c (gtk_toolbar_class_init): revert accidentally
7690         committed redraw_on_allocate change.
7691
7692 Tue Sep 16 10:42:00 2003  Eric Warmenhoven  <eric@warmenhoven.org>
7693
7694         * gdk/linux-fb/gdkwindow-fb.c: Add gdk_window_set_keep_{above,below}
7695         stubs to fix compilation
7696
7697         * gdk/linux-fb/gdkrender-fb.c: Add gdk_shadow_fb_stop_updates stub for
7698         when shadowfb is disabled. Patch from pjm@cctechnol.com (#120847).
7699
7700         * gdk/linux-fb/gdkmouse-fb.c: Add GDK_MOUSE_DEVICE environment
7701         variable. Patch from Marc Welz (#121347).
7702
7703 2003-09-16  Matthias Clasen  <maclas@gmx.de>
7704
7705         * gtk/gtkaction.h: Apply egtk-format-protos.
7706
7707 2003-09-15  Matthias Clasen  <maclas@gmx.de>
7708
7709         * gtk/gtkuimanager.c: Doc tweaks.
7710
7711         Smart separators; see 
7712         http://mail.gnome.org/archives/gtk-devel-list/2003-September/msg00133.html:
7713         
7714         * gtk/gtkuimanager.c (update_smart_separators): New function which 
7715         implements "smart" separators by iterating once over the entries of a 
7716         menu, hiding and showing separators as necessary.
7717         (update_node): Mark separators used as fences of placeholders as
7718         hidden. Explicitly added separators are marked as smart. Call 
7719         update_smart_separators after updating a menu or toolbar node. 
7720         Connect update_smart_separators to "notify::visible" signal on menu
7721         and tool items.
7722         
7723         * tests/merge-[12].ui: Test smart separators.
7724
7725         Changes to allow setting action state before connecting signal; see
7726         the thread starting at 
7727         http://mail.gnome.org/archives/gtk-devel-list/2003-September/msg00140.html:
7728         
7729         * gtk/gtkactiongroup.[hc]: (gtk_action_group_add_radio_actions):
7730         (gtk_action_group_add_radio_actions_full): Add value parameter to allow
7731         setting the currently selected group member before connecting signals.
7732         (GtkToggleActionEntry): Separate struct for constructing toggle actions,
7733         including a boolean to initialize the action state before connecting
7734         signals.
7735         (gtk_action_group_add_toggle_actions):
7736         (gtk_action_group_add_toggle_actions_full): New functions to construct
7737         toggle actions from an array of GtkToggleActionEntries.
7738
7739         * demos/gtk-demo/appwindow.c: 
7740         * tests/testactions.c: 
7741         * tests/testmerge.c: Adjust to new action group API.
7742
7743 Sun Sep 14 16:59:52 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
7744
7745         * gtk/gtktoolbar.c (gtk_toolbar_init): Name the arrow 
7746         "gtk-toolbar-arrow" so themes can special-case it.
7747
7748 Sun Sep 14 16:07:49 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
7749
7750         * gtk/Makefile.am (gtk_c_sources): sort the list of files.
7751
7752 Sun Sep 14 15:49:00 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
7753
7754         * gtk/gtktoolbar.c (toolbar_item_is_homogeneous): Unref the
7755         PangoFontMetrics. Patch from Steve Chaplin (#122257).
7756
7757 2003-09-14  Tor Lillqvist  <tml@iki.fi>
7758
7759         * gdk/win32/gdkwindow-win32.c (show_window_internal): Remove
7760         special-case code for WS_EX_TRANSPARENT (GDK_INPUT_ONLY) windows,
7761         the usefulness of which was already in doubt. Removing it fixes
7762         bugs #118575 and #121851.
7763
7764 Fri Sep 12 16:32:53 2003  Jonathan Blandford  <jrb@redhat.com>
7765
7766         Merge from stable.
7767
7768         * gtk/gtktreeview.c (gtk_tree_view_button_press): only save the
7769         pressed button (used to determine if we want to initiate a drag later
7770         on) if the current grab widget is either NULL or tree_view (Reported
7771         by Jeroen Zwartepoorte).
7772
7773 2003-09-12  Matthias Clasen  <maclas@gmx.de>
7774
7775         * gdk/gdkdraw.c (gdk_draw_string, gdk_draw_text) 
7776         (gdk_draw_text_wc): Add deprecation notes.  (#121955, Martin Pool)
7777
7778 2003-09-11  Matthias Clasen  <maclas@gmx.de>
7779
7780         * gdk/gdkpango.c: Doc tweaks.
7781
7782         * tests/testgtk.c: Add table menu tests.
7783
7784         * gtk/gtkmenu.c (gtk_menu_free_private): Don't forget to free the 
7785         GtkMenuPrivate struct itself. Pointed out by valgrind.
7786
7787         * gtk/gtkuimanager.c (gtk_ui_manager_finalize): Clean up 
7788         properly.  (#121998)
7789
7790 Wed Sep 10 22:25:04 2003  Kristian Rietveld  <kris@gtk.org>
7791
7792         The table menu patch! Turns GtkMenu into a table, so you can attach
7793         menu items in numerous new ways! Be creative!
7794
7795         Contains some bug fixes and RTL adaptions from Matthias Clasen.
7796
7797         * gtk/gtkmenu.c [toplevel]: introduce ATTACH_INFO_KEY, extend
7798         GtkMenuPrivate, introduce AttachInfo, add child properties enum,
7799         (gtk_menu_free_private), (gtk_menu_get_private): we have to free
7800         the heights array in the private struct,
7801         (gtk_menu_class_init): reorder code a bit, install child properties,
7802         (get_attach_info), (get_child_attach): new utility functions,
7803         (gtk_menu_set_child_property), (gtk_menu_get_child_property): introduce
7804         child properties, for the attach info,
7805         (gtk_menu_remove): remove AttachInfo from menu item,
7806         (gtk_menu_real_insert): implemented algorithm to automagically place
7807         inserted menu items at the correct place in the table,
7808         (gtk_menu_size_request), (gtk_menu_size_allocate),
7809         (compute_child_offset): reworked/rewritten to support table menus,
7810         (gtk_menu_attach): new function,
7811         (find_child_containing), (gtk_menu_move_current): new functions to
7812         get table menu keynav right.
7813
7814         * gtk/gtkmenu.h: add gtk_menu_attach() prototype.
7815
7816 2003-09-10  Matthias Clasen  <maclas@gmx.de>
7817
7818         * gtk/gtksocket.c (gtk_socket_filter_func): Only remove 
7819         PropertyNotify events from the stream if they have been handled,
7820         in order to enable extending the plug<->socket communication via
7821         properties.
7822
7823 Wed Sep 10 01:06:44 2003  Kristian Rietveld  <kris@gtk.org>
7824
7825         Big TreeView DnD fixage, makes drops on empty models work, makes
7826         TreeStore DnD work and gets rid of gtk-tree-model-drop-append.
7827         Related bugs #95362 and #113314. I don't want to touch this code
7828         ever again.
7829
7830         * gtk/gtktreeprivate.h (GtkTreePrivate): add empty_view_drop field.
7831
7832         * gtk/gtktreednd.c (gtk_tree_get_row_drag_data): add check
7833         for selection_data->length.
7834
7835         * gtk/gtktreeview.c (struct DestRow), (dest_row_free),
7836         (set_dest_row), (get_dest_row): we don't store just the row ref
7837         anymore, but a struct with the row ref and additional info,
7838         (set_destination_row): handle drops on empty space and some
7839         style fixes,
7840         (get_logical_dest_row): also return path_down_mode/drop_append_mode
7841         flags, handle dropping childs on their new parents, rewrite
7842         drop append handling into something saner,
7843         (gtk_tree_view_drag_motion): show a "drop possible arrow" on empty
7844         spaces,
7845         (gtk_tree_view_drag_drop): updates for updated backend,
7846         (gtk_tree_view_drag_data_received): updates for updated backend,
7847         path down mode (treestore DnD) handling,
7848         (gtk_tree_view_set_drag_dest_row): set empty_view_drop flag,
7849         when we are trying to drop a row on an empty model,
7850         (gtk_tree_view_get_drag_dest_row): handle empty_view_drop flag.
7851
7852         * gtk/gtkliststore.c (gtk_list_store_drag_data_received),
7853         (gtk_list_store_row_drop_possible): style and drop-append fixes.
7854
7855         * gtk/gtktreestore.c (gtk_tree_store_drag_data_received): ditto.
7856
7857 2003-09-08  Alexander Larsson  <alexl@redhat.com>
7858
7859         * gtk/gtkeventbox.[hc]:
7860         Implement gtk_event_box_get/set_input_only()
7861         
7862         * tests/testgtk.c:
7863         Tests for the new input only event boxes
7864
7865 Mon Sep  8 21:44:20 2003  Kristian Rietveld  <kris@gtk.org>
7866
7867         Fixes from David Hampton <hampton@employees.org> via gtk-devel-list.
7868
7869         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_elt_get_path): fix
7870         the call to gtk_tree_model_filter_add_root,
7871         (gtk_tree_model_filter_row_changed): bail out if c_path is not above
7872         the virtual root, allow building levels on the second try to convert
7873         the child path to a filter path,
7874         (gtk_tree_model_filter_convert_iter_to_child_iter): pass the virtual
7875         root when calling gtk_tree_model_filter_elt_get_path.
7876
7877 2003-09-07  Matthias Clasen  <maclas@gmx.de>
7878
7879         * gtk/gtkuimanager.c (update_node): Fix a C99ism.  (#121640,
7880         Josh Beam)
7881
7882         Fixes for accelerator handling during (un)merging:
7883         
7884         * gtk/gtkuimanager.c (update_node): Move setting info-action
7885         after the switch, since the old action is needed in some cases.
7886         In cases of proxy type mismatch, disconnect the old proxy from
7887         the old action.
7888
7889         * gtk/gtkaction.c (remove_proxy): Renamed from 
7890         gtk_action_remove_proxy(). Move unsetting of the accelerator
7891         here from disconnect_proxy() in order to catch all cases of 
7892         removing a proxy.
7893         (gtk_action_disconnect_proxy): Fix logic in g_return_if_fail()
7894         to fail if proxy isn't a proxy of action.
7895
7896 2003-09-07  Pablo Saratxaga  <pablo@mandrakesoft.com>
7897
7898         * configure.in: Added Uzbek latin (uz) and cyrillic (uz@Cyrl) to
7899         ALL_LINGUAS
7900
7901 2003-09-07  Matthias Clasen  <maclas@gmx.de>
7902
7903         * gtk/gtkaction.c (disconnect_proxy): Make disconnect work
7904         for toolitems.
7905
7906 2003-09-06  Matthias Clasen  <maclas@gmx.de>
7907
7908         * gtk/gtkaction.c (gtk_action_connect_proxy): Disconnect from 
7909         prev_action, not from action.  (Fix by David Hampton)
7910
7911 Fri Sep  5 14:15:10 2003  Owen Taylor  <otaylor@redhat.com>
7912  
7913         * Back out locale-dependent interpretation of
7914         KP_Decimal, the official XFree86 interpretation
7915         is that KP_Decimal => . KP_Separator => ,
7916         always, independent of locale. 
7917         (#105161, Frederic Crozat, 
7918         http://bugs.xfree86.org/show_bug.cgi?id=534)
7919  
7920 2003-09-04  Matthias Clasen  <maclas@gmx.de>
7921
7922         * tests/testmerge.c: Test buttons and toggle buttons as proxies.
7923
7924         * gtk/gtktoggleaction.c (connect_proxy): 
7925         (gtk_toggle_action_real_toggled): Support toggle buttons as proxies. Note 
7926         that a "draw_as_radio" property is needed for check buttons similar to 
7927         check menu items, in order to fully support button proxies for radio actions.
7928
7929         * gtk/gtkaction.c (connect_proxy): Allow buttons as proxies.
7930
7931         * tests/testmerge.c (toggle_dynamic): Test gtk_ui_manager_add_ui(). 
7932
7933         * gtk/gtkuimanager.h: Add GtkUIManagerItemType enum which is needed for the
7934         'type' argument of gtk_ui_manager_add_ui().
7935
7936         * gtk/gtkuimanager.[hc] (gtk_ui_manager_add_ui): Add 'type' and 'top' arguments
7937         to make this function as powerful as the XML methods of adding UI.  (#120647)
7938
7939 Thu Sep  4 19:11:23 2003  Kristian Rietveld  <kris@gtk.org>
7940
7941         Merge from stable.
7942
7943         * docs/RELEASE-HOWTO: updates.
7944
7945 2003-09-04  Matthias Clasen  <maclas@gmx.de>
7946
7947         * tests/merge-2.ui: Use "position" instead of "pos".
7948
7949         * gtk/gtkuimanager.c (start_element_handler): No need 
7950         to be terse: Change the name of the "pos" attribute
7951         to "position".
7952
7953 2003-09-04  Matthias Clasen  <maclas@gmx.de>
7954
7955         * gtk/gtkuimanager.c: Un-prefix GtkUIManagerNodeType and 
7956         GtkUIManagerNode to shorten the names and to make the
7957         GTK_UI_MANAGER_<TYPE> names available for a public enum.
7958
7959         * gtk/gtkactiongroup.c:
7960         * gtk/gtkuimanager.c: Various doc tweaks.       
7961
7962         * gtk/gtkuimanager.c (start_element_handler):
7963         (end_element_handler): Improve error reporting. 
7964
7965 Wed Sep  3 23:18:17 2003  Kristian Rietveld  <kris@gtk.org>
7966
7967         Merge from stable.
7968
7969         * gtk/gtkmenu.c (gtk_menu_real_move_scroll): for the END case,
7970         use end_position - page_size instead of G_MAXINT, since
7971         gtk_menu_scroll_to doesn't CLAMP anymore internally. (Fixes #121237,
7972         reported by Havoc Pennington).
7973
7974 Wed Sep  3 21:58:03 2003  Kristian Rietveld  <kris@gtk.org>
7975
7976         Merge from stable.
7977
7978         * gtk/gtkiconfactory.c (cached_icon_free): if icon->style != NULL,
7979         unref it. (Fixes memleak, patch from Kjartan Maraas).
7980
7981 Wed Sep  3 21:38:26 2003  Kristian Rietveld  <kris@gtk.org>
7982
7983         * gdk/Makefile.am, gdk/linux-fb/gdkfbmanager.c, gdk/x11/gdkcolor-x11.c,
7984         gdk-pixbuf/io-gif.c, gtk/Makefile.am, gtk/gtkcalendar.c,
7985         gtk/gtkclist.c, gtk/gtkctree.c, gtk/gtkdnd.c, gtk/gtkentry.c,
7986         gtk/gtkhandlebox.c, gtk/gtkitemfactory.c, gtk/gtkmenu.c,
7987         gtk/gtknotebook.c, gtk/gtkrange.c, gtk/gtkrc.h, gtk/gtktree.c,
7988         gtk/gtktypeutils.h: big patch from Kjartan Maraas
7989         to fix numerous typos.
7990
7991 Wed Sep  3 17:38:01 BST 2003  Tony Gale <gale@gtk.org>
7992
7993         * docs/faq/gtk-faq.sgml: Correct compile line for threads example.
7994
7995 2003-09-02  Tor Lillqvist  <tml@iki.fi>
7996
7997         * gdk/win32/gdkdisplay-win32.c (gdk_display_open): Don't call
7998         CloseHandle() on the HMODULE returned from GetModuleHandle().
7999         Didn't cause any harm, but didn't do anything useful either. When
8000         running a GTK+ program under MS's debugger, the CloseHandle() call
8001         would cause a "first-chance exception" in ntdll.dll to show up.
8002         (The exception is caught appropriately if you let it proceed, but
8003         it confuses the person using the debugger). Thanks to Bruce
8004         Hochstetler for noticing.
8005
8006 Tue Sep  2 21:01:19 2003  Kristian Rietveld  <kris@gtk.org>
8007
8008         Merge from stable.
8009
8010         * gtk/gtktreeview.c (gtk_tree_view_button_press): revert the change
8011         to only select when button 1 is pressed introduced in the fix of
8012         bug #120187.
8013
8014 2003-09-02  Matthias Clasen  <maclas@gmx.de>
8015
8016         * gtk/gtkactiongroup.c (gtk_action_group_new): Doc addition.
8017
8018         * gtk/gtkuimanager.c: Shorten the names of some static 
8019         functions.
8020
8021         Support adding and removing merge nodes dynamically (#120647, 
8022         Anders Carlsson):
8023         
8024         * gtk/gtkuimanager.[ch] (gtk_ui_manager_new_merge_id): Renamed 
8025         gtk_ui_manager_next_merge_id to gtk_ui_manager_new_merge_id 
8026         and made it public.
8027         (gtk_ui_manager_add_ui): New function to add UI elements
8028         without juggling XML fragments, currently restricted to menuitems,
8029         toolitems and separators. Actions still come from registered 
8030         action groups.
8031
8032 Mon Sep  1 19:39:14 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8033
8034         * gdk/gdkwindow.c (gdk_window_get_bg_gc): Fix bug where the
8035         background pixmap was being offset twice, once by the ts_origin in
8036         gdk_window_get_bg_gc(), and once by gdk_draw_rectangle().
8037
8038 2003-09-01  Matthias Clasen  <maclas@gmx.de>
8039
8040         * gtk/gtkuimanager.[ch] (gtk_ui_manager_ensure_update): Make
8041         this public again, since it's occasionally useful.  (#121128,
8042         Marco Pesenti Gritti)
8043
8044         * gtk/gtkaction.c: Add an "is_important" property and propagate
8045         it to toolitem proxies.  (#121058, Marco Pesenti Gritti)
8046
8047 Mon Sep  1 00:32:30 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8048
8049         * tests/testtoolbar.c (main): connect to "delete_event" so the
8050         application will actually quit when you close the window
8051
8052 2003-09-01  Matthias Clasen  <maclas@gmx.de>
8053
8054         * gtk/gtkuimanager.c (gtk_ui_manager_get_widget) 
8055         (gtk_ui_manager_get_action): g_return_if_fail() if
8056         path is NULL.
8057         (gtk_ui_manager_get_node): Avoid a segfault if path is empty.
8058         (gtk_ui_manager_finalize): Remove the idle on finalize. (#121125, 
8059         Marco Pesenti Gritti)
8060
8061 2003-08-31  Matthias Clasen  <maclas@gmx.de>
8062
8063         * gtk/gtktoolitem.c: Fix some typos in docs.
8064
8065         * gtk/gtkuimanager.[ch] (gtk_ui_manager_get_action): New function,
8066         replaces gtk_ui_manager_activate().  (#120658)
8067
8068         * tests/testmerge.c: Use gtk_ui_manager_get_action() instead of
8069         gtk_ui_manager_activate().
8070
8071         * gtk/gtkaction.c: 
8072         * gtk/gtkactiongroup.c: Some doc tweaks.
8073
8074         * gtk/gtkuimanager.[hc]: Get rid of the remove_widget signal. It
8075         wasn't emitted anyway. Some doc tweaks.
8076
8077 2003-08-30  Matthias Clasen  <maclas@gmx.de>
8078
8079         * tests/testmerge.c (add_widget): Connect to "destroy" on toolbar,
8080         rather than to "remove" on handlebox. 
8081
8082         * gtk/gtkuimanager.[hc] (gtk_ui_manager_activate): New method to
8083         activate an action found by following a path.  (#120658)
8084
8085         * tests/testmerge.c: Add a button to test gtk_ui_manager_activate().
8086
8087         * tests/testmerge.c (add_widget): Put toolbars in handleboxes.
8088
8089         * gtk/gtkuimanager.[hc]: Add a boolean property, "add_tearoffs" with 
8090         setter and getter. If it is set, add tearoff menu items to regular 
8091         menus, but not to popups. Add a signal "changed", which gets emitted
8092         when the merged ui has changed.  (#120649, #120656)
8093
8094         * tests/testmerge.c: Add button to test the generation of tearoff 
8095         menu items.
8096
8097 2003-08-29  Matthias Clasen  <maclas@gmx.de>
8098
8099         * gtk/gtkactiongroup.c (gtk_action_group_add_radio_actions_full): 
8100         Actually group the actions together rather than putting each in its 
8101         own group.
8102
8103         * gtk/gtkradioaction.c (create_menu_item): Set "draw_as_radio" on 
8104         proxy menu items for radio actions.
8105
8106         * gtk/gtkgamma.c (gamma_ok_callback): Use g_strtod instead of strtod.
8107
8108 Fri Aug 29 21:40:01 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8109
8110         * gtk/gtkactiongroup.c (gtk_action_group_add_radio_actions_full):
8111         Fix use of uninitialized variable.
8112
8113         * gtk/gtktextutil.c
8114         (_gtk_text_util_append_special_char_menuitems): add const cast to
8115         get rid of warning
8116
8117 2003-08-29  Matthias Clasen  <maclas@gmx.de>
8118
8119         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_class_init): Install 
8120         "draw_as_radio" as a separate property, not as an alias of 
8121         "inconsistent".
8122         (gtk_check_menu_item_get_property): 
8123         (gtk_check_menu_item_set_property): Also support "draw_as_radio".
8124
8125 Fri Aug 29 20:32:07 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8126
8127         * gtk/gtktoolbar.c: Only treat buttons as homogeneous when they
8128         are narrower than 13 time the estimated character width of the
8129         font. (#107781, David Bordoley)
8130
8131         * gtk/gtktoggletoolbutton.c (gtk_toggle_tool_button_init): Check
8132         here if the GtkToggleButton is active. This may be the case if it
8133         is a radio button.
8134
8135         * gtk/gtktoolbar.c: Clarify documentation wrt. GtkSignalFunc
8136         vs. void (*) (GtkWidget, gpointer). (#107495, Mariano
8137         Suarez-Alvarez).
8138
8139         * gtk/gtkcheckmenuitem.[ch]: new "draw_as_radio"
8140         property. (#111207, David Bordoley).
8141
8142         * gtk/gtktoggletoolbutton.c
8143         (gtk_toggle_tool_button_create_menu_proxy): use new
8144         "draw_as_radio" property on the menu item when the item is a radio
8145         tool button
8146
8147         * gtk/gtktoolbutton.c (gtk_tool_button_create_menu_proxy): Fixes
8148         to only pay attention to the "use_underline" property when the
8149         button label comes from the "label" property.
8150
8151 2003-08-29  Laurent Dhima  <laurenti@alblinux.net>
8152
8153         * configure.in: Added "sq" to ALL_LINGUAS.
8154         
8155 2003-08-28  Matthias Clasen  <maclas@gmx.de>
8156
8157         * gdk/x11/gdkkeys-x11.c (gdk_keymap_translate_keyboard_state): Markup
8158         fix in the docs.
8159
8160         * gtk/gtkuimanager.c: Change the XML format:
8161         <Root> element is replaced by <ui>,
8162         <menu> element is replaced by <menubar>,
8163         <submenu> element is replaced by <menu>,
8164         <dockitem> element is replaced by <toolbar>,
8165         <popups> element is gone,
8166         verb attribute is replaced by action,
8167         name defaults to action or the element name. 
8168
8169         * gtk/gtkactiongroup.[hc]: Replace GtkActionGroupEntry by 
8170         GtkActionEntry and GtkRadioActionEntry. GtkActionEntry is simplified 
8171         by removing the user_data, entry_type and extra_data fields, 
8172         GtkRadioActionEntry is further simplified by removing the callback. 
8173         The user_data can now be specified as an argument to 
8174         gtk_action_group_add_actions(). There is a new method 
8175         gtk_action_group_add_radio_actions(), which is similar to 
8176         gtk_action_group_add_actions(), but takes GtkRadioActionEntrys
8177         and a callback parameter in addition to the user_data. The callback
8178         is connected to the ::changed signal of the first group member.
8179         There are _full() variants taking a GDestroyNotify of 
8180         gtk_action_group_add_[radio_]actions().
8181
8182         * gtk/gtkradioaction.[hc]: Add a ::changed signal which gets emitted 
8183         on every member of the radio group when the active member is changed. 
8184         Add an integer property "value", and a getter for the value of "value"
8185         on the currently active group member. 
8186
8187         * tests/testactions.c: 
8188         * tests/testmerge.c: 
8189         * tests/merge-[123].ui:  
8190         * demos/gtk-demo/appwindow.c: Adjust to these changes.
8191
8192         * gtk/gtktoolbar.c (gtk_toolbar_append_element): Trivial doc fix.
8193
8194 2003-08-27  Anders Carlsson  <andersca@gnome.org>
8195
8196         * demos/gtk-demo/appwindow.c (do_appwindow): Focus the
8197         text view, so the tool bar won't have focus.
8198
8199 Tue Aug 26 09:57:38 2003  Owen Taylor  <otaylor@redhat.com>
8200
8201         * gdk/x11/gdkkeys-x11.c (update_keymaps): Fix variable
8202         declaration not at start of block. (#120371, Damien Carbery)
8203
8204 2003-08-26  Matthias Clasen  <maclas@gmx.de>
8205
8206         * gtk/gtkuimanager.[hc] (gtk_ui_manager_add_ui_from_string): Use gssize 
8207         for length, not gsize.
8208
8209         * gtk/gtkuimanager.c: Refactor the XML format a bit: rename <Root> to 
8210         <ui> and make it optional in strings. Rename verb to action, <dockitem> 
8211         to <toolbar>, <menu> to <menubar>, <submenu> to <menu>.
8212
8213         * demos/gtk-demo/appwindow.c: 
8214         * tests/testactions.c: 
8215         * tests/testmerge.c:
8216         * tests/merge-1.ui:
8217         * tests/merge-2.ui:
8218         * tests/merge-3.ui: Adjust to the new XML format.
8219
8220 Mon Aug 25 19:55:55 2003  Owen Taylor  <otaylor@redhat.com>
8221
8222         * gtk/gtktextview.c (gtk_text_view_update_layout_width): 
8223         Since we add one to the layout's reported width to
8224         account for the cursor, we need to subtract one when
8225         setting the wrap width for the layout. (Fixes infinite
8226         loop (#120325, Frederic Crozat)
8227
8228         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): 
8229         Be a bit more careful about rounding when converting
8230         wrapped width from Pango units to pixels.
8231
8232 2003-08-26  Matthias Clasen  <maclas@gmx.de>
8233
8234         Rename GtkMenuMerge to GtkUIManager. 
8235         
8236         * gtk/gtkuimanager.[hc]: New files. 
8237         * gtk/gtkmenumerge.[hc]: Removed. 
8238
8239         * gtk/Makefile.am: 
8240         * gtk/gtk.h:
8241         * tests/testmerge.c: 
8242         * tests/testactions.c: 
8243         * demos/gtk-demo/appwindow.c: Replace all uses of GtkMenuMerge by 
8244         GtkUIManager.
8245
8246         * demos/gtk-demo/appwindow.c: Make GtkMenuMerge demo less intimidating: 
8247         add comments to entries array, remove newlines from ui definition. Don't 
8248         use the ::add_widget signal.
8249
8250 Mon Aug 25 17:28:04 2003  Owen Taylor  <otaylor@redhat.com>
8251
8252         * gtk/gtknotebook.c (gtk_notebook_forall): Don't
8253         include page->menu_label - causes various problems,
8254         including #12047.
8255
8256 Mon Aug 25 23:21:43 2003  Kristian Rietveld  <kris@gtk.org>
8257
8258         Merge from stable.
8259
8260         Fixes #115871, reported by Michael Natterer.
8261
8262         * gtk/gtktreeprivate.h: added GtkTreeSelectMode enum,
8263         added ctrl_pressed and shift_pressed bitfields,
8264         (_gtk_tree_selection_internal_select_node): replace GdkModifierType
8265         arg with GtkTreeSelectMode.
8266
8267         * gtk/gtktreeselection.c (gtk_tree_selection_set_mode),
8268         (gtk_tree_selection_select_path), (gtk_tree_selection_unselect_path),
8269         (_gtk_tree_selection_internal_select_node): all updated for
8270         GdkModifierType -> GtkTreeSelectMode move.
8271
8272         * gtk/gtktreeview.c (gtk_tree_view_button_press): set ctrl_pressed
8273         and shift_pressed around selection handling block,
8274         (gtk_tree_view_real_select_cursor_row),
8275         (gtk_tree_view_real_toggle_cursor_row),
8276         (gtk_tree_view_real_selection_cursor_parent),
8277         (gtk_tree_view_real_set_cursor): use ctrl_pressed and shift_pressed,
8278         instead of checking the event state. And also updates for the
8279         GdkModifierType -> GtkTreeSelectMode move.
8280
8281 Wed Aug 20 21:26:49 2003  Owen Taylor  <otaylor@redhat.com>
8282
8283         * gtk/gtkplug.c (gtk_plug_focus): Send the focus on
8284         to the parent when there was no focus widget before
8285         and no focus widget after - that is, when there are
8286         no focusable widgets. (#108678, help tracking it
8287         down from Padraig O'Briain, Federico Mena Quintero, )
8288
8289         * gtk/gtkxembed.[ch]: Move various shared utilities
8290         for the XEMBED protocol eused by GtkPlug and GtkSocket 
8291         here.
8292
8293         * gtk/gtkxembed.[ch] gtkplug.c gtksocket.c: Implement
8294         a flag bit that is sent with focus mesages to indicate
8295         that the focus has wrapped around on the toplevel;
8296         use this bit to catch infinite loops when there is no
8297         focusable widget at ll in the entire toplevel.
8298
8299         * tests/testsocket.c (child_read_watch): Remove an
8300         extraneous unref.
8301
8302         * gtk/gtkplug.c gtk/gtksocket.c gtk/gtkxembed.h: 
8303         Up XEMBED protocol version to 1, add logic for 
8304         sending the right version in XEMBED_EMBEDDED_NOTIFY.
8305
8306         * gtk/gtksocket.c (gtk_socket_add_window): Send
8307         the embedder window in the XEMBED_EMBEDDED_NOTIFY
8308         as the spec requires.
8309
8310 Mon Aug 25 16:15:41 2003  Owen Taylor  <otaylor@redhat.com>
8311
8312         * gdk/x11/gdkkeys-x11.c: Fix up CapsLock and 
8313         NumLock handling for non-XKB. Add a special case
8314         hack for NumLock on Sun servers. (Patch from
8315         Robert Basch, #115819)
8316
8317 2003-08-25  Matthias Clasen  <maclas@gmx.de>
8318
8319         * gtk/gtkactiongroup.c (gtk_action_group_add_actions): Remove C99isms. (Morten 
8320         Welinder)
8321
8322         * gtk/gtkactiongroup.[hc] (gtk_action_group_set_translate_func,
8323         gtk_action_group_set_translation_domain): Hooks for translation of
8324         label and tooltip in GtkActionGroupEntries.  (#120620)
8325
8326 2003-08-25  Matthias Clasen  <maclas@gmx.de>
8327
8328         * gtk/gtkactiongroup.h (GtkActionGroupEntryType): Namespace the enum
8329         values properly. Sorry about the resize grip trouble, Owen.  (#120621)
8330         
8331         * gtk/gtkactiongroup.c: 
8332         * demos/gtk-demo/appwindow.c: 
8333         * tests/testmerge.c: 
8334         * tests/testactions.c: Use new GtkActionGroupEntryType enum.  
8335
8336 Sun Aug 24 17:14:44 2003  Owen Taylor  <otaylor@redhat.com>
8337
8338         * gtk/gtk.h: Remove reference to gtkresizegrip.h.
8339
8340 Sun Aug 24 17:03:44 2003  Owen Taylor  <otaylor@redhat.com>
8341
8342         * gtk/Makefile.am: Fix accidental commit of references
8343         to gtkresizegrip.[ch]
8344
8345 Sun Aug 24 17:00:03 2003  Owen Taylor  <otaylor@redhat.com>
8346
8347         * gtk/gtkrc.c: Fix some missing initializations of
8348         rc_file->directory.
8349
8350 2003-08-24  Matthias Clasen  <maclas@gmx.de>
8351
8352         * gtk/gtkaction.[ch]: 
8353         * gtk/gtktoggleaction.[ch]: 
8354         * gtk/gtktoggleactionprivate.h: 
8355         * gtk/gtkradioaction.[ch]: 
8356         * gtk/gtkactiongroup.[ch]: 
8357         * gtk/gtkmenumerge.[ch]: A model-view separation for menus and
8358         toolbars, using the EggMenu code by James Henstridge.
8359
8360         * gtk/gtk.h: Include new headers.
8361         * gtk/Makefile.am: Add new files.
8362
8363         * tests/testactions.c: Test for actions.
8364         * tests/testmerge.c: Test for menu merging.
8365         * tests/merge-[123].ui: Test data for testmerge. 
8366         * tests/Makefile.am: Add testactions and testmerge.
8367
8368         * demos/gtk-demo/appwindow.c: Use GtkMenuMerge to construct the 
8369         menubar and toolbar.
8370         
8371 Sat Aug 23 21:40:18 2003  Owen Taylor  <otaylor@redhat.com>
8372  
8373         * gtk/gtkrc.c (gtk_rc_context_parse_one_file): Fix 
8374         problem where rc_file->directory wasn't always getting
8375         set. (#120549, Luis Villa)
8376  
8377 2003-08-22  Christian Rose  <menthos@menthos.com>
8378
8379         * configure.in: Added "ne" to ALL_LINGUAS.
8380
8381 Thu Aug 21 16:00:36 2003  Owen Taylor  <otaylor@redhat.com>
8382  
8383         * gtk/gtkrc.c: Keep a list of current GtkRcFiles
8384         being parsed, not just the directories for those
8385         files. Use that to catch recursion. (Part of
8386         #114988)
8387  
8388 Thu Aug 21 21:27:45 2003  Kristian Rietveld  <kris@gtk.org>
8389
8390         Merge from stable.
8391
8392         Fix option menu scrolling (#119821, Owen Taylor).
8393
8394         * gtk/gtkmenu.c (gtk_menu_scroll_to): remove logic introduced
8395         by #80484 and the CLAMP,
8396         (get_menu_height): new function,
8397         (gtk_menu_real_move_scroll): sort of moved the CLAMP here to correct
8398         new_offset to handle page up/down right.
8399
8400 Thu Aug 21 15:17:42 2003  Owen Taylor  <otaylor@redhat.com>
8401
8402         * gdk/x11/gdkkeys-x11.c: Change the interpretation
8403         of consumed_modifiers so that it contains:
8404          - Modifiers combinations actually found in
8405            state.
8406          - Single modifier modifier combinations.
8407         But not multi-modifier combinations that aren't
8408         in event->state. Document. (#100439)
8409
8410 Thu Aug 21 20:53:46 2003  Kristian Rietveld  <kris@gtk.org>
8411
8412         Slightly modified patch from Yann Rouillard to improve selection
8413         behavior with the mouse. Fixes #120187.
8414
8415         * gtk/gtktreeview.c (gtk_tree_view_button_press): only
8416         select/deselect items on the first button press of button 1,
8417         expand checks for row_activated to include triple clicks.
8418
8419 Thu Aug 21 01:33:51 2003  Kristian Rietveld  <kris@gtk.org>
8420
8421         Merge from stable.
8422
8423         * gtk/gtkspinbutton.c (gtk_spin_button_size_request): always round
8424         approximate digit widths up, to avoid truncation, convert to
8425         pango pixels when we have the full string width instead of converting
8426         the approx digit width to pango pixels, take inner border and
8427         interior focus into account correctly. (Fixes #116368, patch from
8428         Morten Welinder).
8429
8430 2003-08-20  Noah Levitt  <nlevitt@columbia.edu>
8431
8432         * gtk/queryimmodules.c: Don't look at the same directory twice (in
8433         simple cases). (#120342)
8434
8435 Wed Aug 20 22:04:47 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8436
8437         * gdk/gdkwindow.c: Make the layers in the paint stack have their
8438         own pixmap instead of sharing one. (#118317)
8439
8440         * tests/testgtk.c (create_get_image): Fixes to make the window fit
8441         on an 800x600 screen
8442
8443 Wed Aug 20 22:03:25 2003  Kristian Rietveld  <kris@gtk.org>
8444
8445         Merged from stable.
8446
8447         * gtk/gtkspinbutton.c (start_spinning): change the type of step
8448         to gdouble, since it gets it's data from a gdouble (Fixes #113547).
8449
8450 Mon Aug 18 17:19:12 2003  Owen Taylor  <otaylor@redhat.com>
8451
8452         * modules/input/gtkimcontextxim.[ch]: Substantially
8453         rework the handling of status windows:
8454         
8455          - Store the current StatusWindow in the 
8456            GtkIMContextXIM structure and vice-versa, so we
8457            don't have to hunt the window hierarchy on
8458            cleanup.
8459          - Use the Gtkidget hierarchy instead of/or as well
8460            as the GdkWindow hierarchy when finding the toplevel;
8461            this helps for things like GtkHandlebox
8462          - Watch GtkWidget::hierarchy_changed to catch 
8463            changes in the toplevel without changes in the
8464            GdkWindow (reparenting)
8465          - Never create the GtkWindow for the status window
8466            unless we have text to display.
8467          - Various cleanups, add lots of comments.
8468
8469         (#115077, much help from Takuro Ashie and Hidetoshi
8470         Tajima in tracking this down and figuring out a fix.)
8471
8472         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_focus_in): 
8473
8474         * modules/input/gtkimcontextxim.c: Track the current
8475         screen for each toplevel so that we show the status
8476         window on the right screen. (#116340, James Su)
8477
8478         * modules/input/gtkimcontextxim.c: If create a new IC
8479         when we currently have the focus, call XSetICFocus()
8480         on it.
8481         
8482         * modules/input/gtkimcontextxim.c (get_im): Fix bug
8483         with multiple open screens.
8484
8485 Tue Aug 19 14:37:46 2003  Owen Taylor  <otaylor@redhat.com>
8486
8487         * gtk/gtkimmulticontext.[ch] (struct _GtkIMMulticontext): 
8488         Replace client_window field with 'priv' pointer,
8489         retaining binary compatibility.
8490
8491         * gtk/gtkimmulticontext.c (gtk_im_multicontext_set_slave): 
8492         save use_preedit/cursor_location/focus status and set
8493         up the new slave appropriately. (#118651, Botond Botyanszki)
8494
8495 Tue Aug 19 13:58:50 2003  Owen Taylor  <otaylor@redhat.com>
8496
8497         * gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): 
8498         Don't use impl->position_info.clip_rect for toplevels.
8499         (#107068, reported by Thomas Mirlacher)
8500
8501 Mon Aug 18 11:48:51 2003  Owen Taylor  <otaylor@redhat.com>
8502
8503         * gdk/x11/gdkdrawable-x11.c (convert_to_format): 
8504         Add a fallback for unaligned source data for
8505         FORMAT_ARGB_MASK. (#117217)
8506
8507 Mon Aug 18 10:51:57 2003  Owen Taylor  <otaylor@redhat.com>
8508
8509         * configure.in: Rework handling of REBUILD_PNGS,
8510         so that we also don't try to REBUILD_PNGS when
8511         cross-compiling and there is no gdk-pixbuf-csource.
8512         But give an error if gtk/stock-icons/gtkstockpixbufs.h
8513         is not in the source tree. (Note that REBUILDS_PNG
8514         was set backwards before, which is why you always
8515         had to manually recreate gtkstockpixbufs.h!)
8516
8517 Mon Aug 18 10:19:55 2003  Owen Taylor  <otaylor@redhat.com>
8518
8519         * gtk+-2.0-uninstalled.pc.in: Add a missing gtk/ in the
8520         path to libgtk.la. (#120080, Benedikt Spranger)
8521
8522 Sat Aug 16 10:34:49 2003  Owen Taylor  <otaylor@redhat.com>
8523
8524         * modules/input/imcedilla.c: Make the list of default
8525         languages more comprehensive. (Suggestion of
8526         Fco. Javier F. Serrador)
8527
8528 Sat Aug  9 12:47:11 2003  Owen Taylor  <otaylor@redhat.com>
8529
8530         * gdk/gdk.c (gdk_arg_context_parse): Fix broken 
8531         parentheses when skipping args.
8532
8533 Sat Aug 16 16:22:23 2003  Kristian Rietveld  <kris@gtk.org>
8534
8535         Fix major bug in row ref handling, so the new combo box
8536         will actually work right (:. Bug #107748. Patch written
8537         with help from Tim Janik.
8538
8539         The basic idea is to update the row refs in a closure,
8540         before the actual signal is emitted (rather than having
8541         the model connect signal handlers).
8542
8543         * gtk/gtktreemodel.c (gtk_tree_model_base_init): change
8544         g_signal_new calls for row_inserted, row_deleted and
8545         rows_reordered to use the new marshallers,
8546         (row_inserted_marshall), (row_deleted_marshall),
8547         (rows_reordered_marshall): the new marshallers,
8548         (gtk_tree_row_ref_inserted_callback): renamed to
8549         gtk_tree_row_ref_inserted since it isn't a callback
8550         anymore and gets called by the marshaller now,
8551         (gtk_tree_row_ref_deleted_callback): likewise,
8552         (gtk_tree_row_ref_reordered_callback): likewise,
8553         (connect_ref_callbacks), (disconnect_ref_callbacks):
8554         removed,
8555         (gtk_tree_row_reference_new_proxy),
8556         (gtk_tree_row_reference_free),
8557         (gtk_tree_row_reference_inserted),
8558         (gtk_tree_row_reference_deleted),
8559         (gtk_tree_row_reference_reordered): updated.
8560
8561 Fri Aug 15 16:54:39 2003  Owen Taylor  <otaylor@redhat.com>
8562
8563         Improve Cedilla handling - based on a patch from Gustavo 
8564         De Nardin, #111334
8565
8566         * modules/input/imcedilla.c po/POTFILES.in: Input method that 
8567         produces C_WITH_CEDILLA rather than C_WITH_ACUTE for 
8568         dead_acute+c combinations. Make this the default for
8569         fr and pt.
8570
8571         * gtk/gtkimmulticontext.c (gtk_im_multicontext_get_slave): 
8572         Use LC_CTYPE instead of LC_MESSAGES to pick the default
8573         input method.
8574
8575 Fri Aug 15 17:00:19 2003  Owen Taylor  <otaylor@redhat.com>
8576
8577         * gtk/gtkimcontextsimple.c: Fix missing compose sequence
8578         for Multi_key+c+apostrophe.
8579
8580 Fri Aug 15 21:57:34 2003  Kristian Rietveld  <kris@gtk.org>
8581
8582         Merged from stable.
8583
8584         * gtk/gtktreeview.c (gtk_tree_view_adjustment_changed): stop editing
8585         on vertical scrolling. (#108035, reported by Tim Janik).
8586
8587 Fri Aug 15 20:06:42 2003  Kristian Rietveld  <kris@gtk.org>
8588
8589         Merged from stable.
8590
8591         * gtk/gtktreeview.c (gtk_tree_model_sort_row_changed),
8592         (gtk_tree_model_sort_level_find_insert),
8593         (gtk_tree_model_sort_insert_value): fix off-by-one error.
8594         (#109292 continued, patch from Yann Rouillard).
8595
8596 Fri Aug 15 19:43:14 2003  Kristian Rietveld  <kris@gtk.org>
8597
8598         (Note: This is not exactly the same as the patch which went in
8599          gtk-2-2).
8600
8601         * gtk/gtktreeview.c (gtk_tree_view_class_init),
8602         (gtk_tree_view_key_press), (gtk_tree_view_search_key_press_event):
8603         Also support the up, down, left, right, home, end, page up and
8604         page down keys on the numpad. (#119419, reported by Alex Larsson).
8605
8606 Fri Aug 15 12:34:04 2003  Owen Taylor  <otaylor@redhat.com>
8607
8608         Fixes for X/Cygwin builds of GTK+ (#107623, Masahiro Sakai):
8609
8610         * configure.in (GDK_DEP_LIBS_FOR_X): Make sure that
8611         we link libgtk against X explicitely, since we
8612         make GTK+ calls for plug/socket.
8613
8614         * gtk/queryimmodules.c: Use USE_LA_MODULES and 
8615         G_MODULE_SUFFIX here. 
8616
8617         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_image): Protect
8618         XShmPutImage with #ifdef USE_SHM.
8619
8620 Thu Aug 14 18:25:39 2003  Owen Taylor  <otaylor@redhat.com>
8621
8622         * gtk/gtkfilesel.c (gtk_file_selection_populate):
8623         Don't reposition the cursor when we aren't trying
8624         to complete. (Fixes problems with selection on
8625         startup, #108433, reported by Mark Finlay.)
8626
8627         * gtk/gtkfilesel.c (gtk_file_selection_populate): Remove
8628         code that tried to position the cursor after the common
8629         prefix when there was one, it wasn't working, and
8630         would be hard to fix. Just always put the cursor
8631         at the end when completing.
8632
8633 Thu Aug 14 17:58:23 2003  Owen Taylor  <otaylor@redhat.com>
8634
8635         * gtk/gtkfilesel.c (get_current_dir_utf8): If getting
8636         the current directory fails because of encoding
8637         conversion problems, walk up textually to parent
8638         directories until we can convert. (#113627)
8639
8640 Wed Aug 13 17:01:49 2003  Owen Taylor  <otaylor@redhat.com>
8641
8642         * gtk/gtkmenushell.[ch] (gtk_menu_shell_enter_notify):
8643         Remove usage of menu_shell->ignore leave which was
8644         to deal with stray events we no longer get because
8645         we do grabbing differently. Comment it as unused in
8646         the header. (#115837, Keith Bissett)
8647
8648 Wed Aug 13 16:32:43 2003  Owen Taylor  <otaylor@redhat.com>
8649
8650         * gtk/gtkmenu.c (gtk_menu_position, gtk_menu_window_size_request): 
8651         Fix some places that weren't properly Xinerama-ified.
8652
8653         * gtk/gtkmenu.c: Fix problem with windows that scroll
8654         at the top of the screen.
8655
8656 Wed Aug 13 11:34:53 2003  Owen Taylor  <otaylor@redhat.com>
8657
8658         * gtk/gtkcombo.c (gtk_combo_init): connect_after() to 
8659         key-press-event on the entry, so input methods get access to 
8660         key presses before GtkCombo customization.
8661         (#115451, Botond Botyanszki)
8662
8663 2003-08-13  Anders Carlsson  <andersca@gnome.org>
8664
8665         * tests/testtoolbar.c: (set_important_func), (important_toggled),
8666         (create_items_list):
8667         Add an important column.
8668         
8669 Tue Aug 12 15:00:15 2003  Owen Taylor  <otaylor@redhat.com>
8670
8671         * gtk/gtkwindow.c (gtk_window_real_set_focus): Protect
8672         against reentrancy from ::focus-out handlers. 
8673         (#118129, Felipe Heidrich)
8674
8675 Tue Aug 12 14:27:42 2003  Owen Taylor  <otaylor@redhat.com>
8676
8677         * gtk/gtkkeyhash.c (_gtk_key_hash_lookup): Remove
8678         GDK_LOCK_MASK before calling
8679         gdk_keymap_translate_keyboard_state so bindings 
8680         and accelerators are independent of the Caps-lock
8681         key. (#115384, reported by Toni Willberg)
8682
8683 Mon Aug 11 12:07:14 2003  Owen Taylor  <otaylor@redhat.com>
8684
8685         * gdk/x11/gdkevents-x11.c (get_real_window): Add missing
8686         break statements (#119494, Soeren Sandmann)
8687
8688 Mon Aug 11 11:10:07 2003  Owen Taylor  <otaylor@redhat.com>
8689
8690         * gtk/gtkwidget.h: Mark parent public as well; it's
8691         extensively accessed in existing code, so there is
8692         no advantage in making people use get_parent().
8693         (Tweak to #119463 fix)
8694
8695 2003-08-11  Matthias Clasen  <maclas@gmx.de>
8696
8697         Add support for EWMH "Above" and "Below" window states.  (105100,
8698         Manuel Clos)
8699         
8700         * tests/testgtk.c: Add "Above" and "Below" to the the "Window
8701         State" demo.
8702
8703         * gtk/gtkwindow.h: Add gtk_window_set_keep_above and
8704         gtk_window_set_keep_below.
8705
8706         * gtk/gtk.def: Add gtk_window_set_keep_above and
8707         gtk_window_set_keep_below.
8708
8709         * gtk/gtkwindow.c (gtk_window_set_keep_below):
8710         (gtk_window_set_keep_above): New functions, call the corresponding
8711         gdk functions.
8712
8713         * gdk/x11/gdkwindow-x11.c (gdk_window_set_keep_below): New
8714         function, sets _NET_WM_STATE_BELOW.
8715         (gdk_window_set_keep_above): New function, sets
8716         _NET_WM_STATE_ABOVE.
8717
8718         * gdk/gdkwindow.h: Add gdk_window_set_keep_above and
8719         gdk_window_set_keep_below.
8720
8721         * gdk/gdkevents.h (GdkWindowState): Add GDK_WINDOW_STATE_ABOVE and
8722         GDK_WINDOW_STATE_BELOW.
8723
8724         * gdk/gdk.def: Add gdk_window_set_keep_above and
8725         gdk_window_set_keep_below.
8726
8727         * acinclude.m4: Copy newer versions of JH_CHECK_XML_CATALOG and
8728         JH_PATH_XML_CATALOG from gtk-doc to enable configuring without
8729         xmlcatalog in PATH.  (#119115)
8730
8731 2003-08-10  Matthias Clasen  <maclas@gmx.de>
8732
8733         * gtk/gtkwidget.h (struct _GtkWidget): Mark some members as
8734         public.  (#119463)
8735
8736 2003-08-09  Noah Levitt  <nlevitt@columbia.edu>
8737
8738         * gdk/gdkevents.h:
8739         * docs/reference/gdk/tmpl/windows.sgml: Elaborate a bit more in the
8740         docs on GdkFilterFunc and GdkFilterReturn.
8741
8742 2003-08-09  Matthias Clasen  <maclas@gmx.de>
8743
8744         * gtk/gtkcalendar.c:  Add and hook in gtk_calendar_scroll,
8745         to let the mouse wheels select the month. Scrolling down
8746         moves forward in time. (#53134, Abigail Brady) 
8747
8748         * gtk/gtkcalendar.c: Complete the RTL flipping support for
8749         GtkCalendar, make it possible to flip the headings using the
8750         "magic translated string" technique.  Translators, note the
8751         comment in gtk_calendar_init() explaining this.  (#102416)
8752
8753         * gtk/gtkcalendar.c: Get the information about the first day of
8754         the week from the locale using another instance of the "magic
8755         translated string" technique.  Ignore the display option
8756         GTK_CALENDAR_WEEK_START_MONDAY with a warning.  (#87977)
8757
8758         * gtk/gtkcalendar.c: Add DND support to GtkCalendar. The selected
8759         date is dragged as text, formatted via strftime %x. Text drops are
8760         accepted if g_date_set_parse() can make sense of the text. A
8761         dedicated data format for date DND has not been introduced yet,
8762         since there didn't seem to be sufficient consensus on such a
8763         format on xdg-list.  (#117297)
8764         
8765 2003-08-08  Matthias Clasen  <maclas@gmx.de>
8766
8767         * gdk/gdkregion-generic.c (gdk_region_spans_intersect_foreach):
8768         Fix a segfault.  (#115284, Jan Kratochvil)
8769
8770 2003-08-08  Tor Lillqvist  <tml@iki.fi>
8771
8772         * gdk/win32/gdkevents-win32.c (print_event): Print also the root
8773         coordinates for events that have such. Print coordinates for enter
8774         and leave events.
8775
8776         (gdk_event_translate): Don't use event uninitialixed in the
8777         return_exposes branch of the WM_PAINT handler.
8778
8779         * gdk/win32/gdkwindow-win32.c (gdk_window_new,
8780         _gdk_windowing_window_get_pointer, _gdk_windowing_window_at_pointer): 
8781         Must offset top-level window coordinates here, too.
8782
8783 2003-08-08  Matthias Clasen  <maclas@gmx.de>
8784
8785         * demos/gtk-demo/appwindow.c (do_appwindow): Hide the resize grip
8786         when maximized or fullscreen.
8787
8788 2003-08-07  Tor Lillqvist  <tml@iki.fi>
8789
8790         * gdk/win32/gdkinput-win32.h
8791         * gdk/win32/gdkinput-win32.c (_gdk_input_configure_event,
8792         _gdk_input_enter_event): Drop the GdkEvent* parameter, it wasn't
8793         used.
8794
8795         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Adapt caller
8796         accordingly, in fact an uninitialised variable was dereferenced.
8797         
8798
8799         [Win32] Add support for multiple monitors. 
8800         
8801         * gdk/win32/gdkprivate-win32.h
8802         * gdk/win32/gdkglobals-win32.c: New global variables for
8803         multiple-monitor info: _gdk_num_monitors, _gdk_monitors, and
8804         _gdk_offset_x and _gdk_offset_y.
8805         
8806         * gdk/win32/gdkdisplay-win32.c (count_monitor, enum_monitor): New
8807         functions, enumeration functions passed to EnumDisplayMonitors().
8808
8809         (gdk_display_open): If the EnumDisplayMonitors() and
8810         GetMonitorInfo() API is present (on Win98, Win2000 and newer), use
8811         if to find out monitor info.
8812
8813         Calculate the offset between Win32 coordinates (relative to the
8814         primary monitor's origin (and thus negative on monitors to the
8815         left of or above it), and GDK's (visible coordinates should be
8816         non-negative).
8817         
8818         * gdk/win32/gdkscreen-win32 (gdk_screen_get_n_monitors,
8819         gdk_screen_get_monitor_geometry): Use information collected above.
8820
8821         (gdk_window_move, gdk_window_move_resize_window_get_geometry):
8822         Subtract _gdk_offset_{x,y} from GDK root window coordinates.
8823
8824         (gdk_window_get_geometry, gdk_window_get_origin,
8825         gdk_window_get_frame_extents): For top-level windows, add
8826         _gdk_offset_{x,y} to GDK root window coordinates
8827
8828         Still need to handle multiple monitors in
8829         gdk_window_fullscreen(). Probably should make the window
8830         fullscreen on the monitor where the cursor is?
8831
8832         * gdk/win32/gdkevents-win32.c: Add _gdk_offset_{x,y} to all GDK
8833         root window coordinates in GdkEvents.
8834
8835         
8836         [Win32] Fix geometry hint handling. Add support for resize
8837         increment and base size, and aspect ratio geometry hints. The
8838         "gridded geometry" test in testgtk now works beautifully.
8839
8840         * gdk/win32/gdkwindow-win32.c (gdk_window_set_geometry_hints):
8841         Turns out this function shouldn't actually ever modify the
8842         window's size, just store the hints. (Old code kept for a while
8843         inside #if 0.)
8844
8845         (gdk_window_set_hints): Remove presumably broken code that handles
8846         the position hints, this function is obsolete anyway.
8847
8848         * gdk/win32/gdkevents-win32.c: Drop the current_{x,y}_root
8849         variables, not used.
8850
8851         (adjust_drag): New function, used to implement resize increment
8852         hints.
8853
8854         (gdk_event_translate): Handle WM_SIZING, implement resize
8855         increment and base size, and aspect ratio geometry hints here. The
8856         WM_GETMINMAXINFO handler takes care of the minimum and maximum
8857         size hints as before. Fix the WM_GETMINMAXINFO handler to take
8858         into account window decorations. No need to modify the
8859         ptMaxPosition and ptMaxSize fields in the MINMAXINFO struct,
8860         the defaults are fine.
8861         
8862         * gdk/win32/gdkprivate-win32.h 
8863         * gdk/win32/gdkwindow-win32.c (_gdk_win32_adjust_client_rect,
8864         _gdk_win32_get_adjusted_client_rect): New helper functions.
8865
8866 2003-08-07  Matthias Clasen  <maclas@gmx.de>
8867
8868         * gdk/x11/gdkevents-x11.c (gdk_check_wm_state_changed): Reset the
8869         toplevel->have_* flags before iterating over the _NET_WM_STATE 
8870         atoms.  (#119217) 
8871
8872 Thu Aug  7 16:49:29 2003  Owen Taylor  <otaylor@redhat.com>
8873  
8874         * gtk/gtkwidget.c (gtk_widget_set_style_internal): 
8875         Fix a bug where on theme change, resize/redraw wasn't
8876         properly getting queued on toplevel windows. (#116346,
8877         Rajkumar Siva)
8878  
8879         * gtk/gtkwidget.c (gtk_widget_invalidate_widget_windows): 
8880         Fix bug where wrong coordinates were used for toplevel
8881         window.
8882  
8883 Thu Aug  7 16:40:21 2003  Owen Taylor  <otaylor@redhat.com>
8884
8885         * gtk/gtknotebook.c (gtk_notebook_remove): Remove leftover
8886         page_num variable (Archit Baweja)
8887
8888 2003-08-07  Matthias Clasen  <maclas@gmx.de>
8889
8890         * gtk/gtkspinbutton.c (gtk_spin_button_default_input): Use g_strtod() to
8891         cope with C libraries with crippled locale support.  (#115293)
8892
8893 2003-08-07  Hans Breuer  <hans@breuer.org>
8894
8895         * gdk/win32/gdkevents-win32.c : finally use TrackMouseEvent
8896         (only if the new window not known to Gdk) to get proper
8897         leave notification, and get rid of the wrong placed 
8898         tooltips, bug #102283
8899  
8900         (gdk_event_translate) : small code reordering to not get
8901         GDK_MOTION_NOTIFY for still mouse and get back tooltips on 
8902         menus, bug #117367
8903
8904 2003-08-07  Tor Lillqvist  <tml@iki.fi>
8905
8906         * gdk/gdk.def
8907         * gdk/win32/gdkfont-win32.c (gdk_fontset_load_for_display): Add
8908         missing function, trivially implement.
8909
8910 2003-08-07  Matthias Clasen  <maclas@gmx.de>
8911
8912         * gtk/gtkctree.c (draw_row): Don't cut descenders when 
8913         rendering.  (#118646, Charles Kerr) 
8914
8915 2003-08-06  Hans Breuer  <hans@breuer.org>
8916
8917         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_new) :
8918         initialize bits to 0 (probably default on NT)
8919
8920         * gdk/win32/gdkwindow-win32.c (gdk_window_set_icon) :
8921         now it works as intended ;-)
8922
8923 2003-08-04  Hans Breuer  <hans@breuer.org>
8924
8925         * gdk/win32/gdkwindow-win32.c(gdk_window_set_modal_hint) :
8926         set HWND_NOTOPMOST for modal==FALSE, fixes bug #118435
8927
8928         * gdk/win32/gdkwindow-win32.c : implement gdk_window_[un]fullscreen
8929         (gdk_window_{move,resize,move_rezize})) : noop if FULLSCREEN
8930
8931         * gdk/win32/gdkwindow-win32.c (gdk_window_set_icon) :
8932         against all expectations it is basically ony a call with WM_SETICON
8933         needed (the visual effect is there, though colors or mask are
8934         still somewhat wrong).
8935         * gdk/win32/gdkwindow-win32.h : place to store the HICON
8936
8937         * gdk/win32/gdkdrawabke.win32.c : readded the conditional end
8938         pixel drawing as it was fixed at 1999-08-23
8939
8940         gtk/gtk.def : updated
8941
8942 Tue Aug  5 10:07:08 2003  Owen Taylor  <otaylor@redhat.com>
8943
8944         * gtk/gtkmessagedialog.c (gtk_message_dialog_get_property): 
8945         Add a missing break. (#119156, Callum McKenzie)
8946
8947 Tue Aug  5 00:24:13 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8948
8949         * gtk/gtkmenu.c (gtk_menu_position): New positioning
8950         algorithm.(#116649)
8951
8952 Fri Aug  1 15:26:46 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8953
8954         * gtk/gtktoolbar.c, gtk/toolitem.c: add new "is_important"
8955         property
8956         
8957         * gtk/gtkradiotoolbutton.c
8958         (gtk_radio_tool_button_new_from_widget): Don't take a stock id
8959
8960         * gtk/gtkradiotoolbutton.c
8961         (gtk_radio_tool_button_new_with_stock_from_widget): make this
8962         function take a stock_id.
8963
8964         * gtk/toolbar: documentation
8965
8966 Mon Aug  4 14:53:46 2003  Owen Taylor  <otaylor@redhat.com>
8967
8968         * gdk/x11/gdkimage-x11.c (_gdk_windowing_image_init): 
8969         Fix problem where use_xshm was getting set wrong if
8970         MIT_SHM wasn't found. (George Lebel)
8971
8972 2003-08-04  Tor Lillqvist  <tml@iki.fi
8973
8974         * gdk/win32/gdkevents-win32.c (apply_filters): Fix braino:
8975         actually use the passed-in filter list. The function also needs a
8976         GdkWindow parameter, as filter functions expect
8977         GdkEvent::any.window to be valid. (#119034, Hans Breuer)
8978
8979 2003-08-03  Matthias Clasen  <maclas@gmx.de>
8980
8981         * gdk/x11/gdkscreen-x11.c (gdk_screen_get_n_monitors): 
8982         (gdk_screen_get_monitor_geometry): Improve wording of the docs, avoid
8983         the term "virtual screen".  (#119030, Tor Lillqvist)
8984
8985 2003-08-02  Matthias Clasen  <maclas@gmx.de>
8986
8987         * tests/testtext.c (test_init): 
8988         * tests/testgtk.c (test_init): 
8989         * tests/testdnd.c (test_init): 
8990         * demos/pixbuf-init.c (pixbuf_init): 
8991         * demos/gtk-demo/main.c (main): Use g_setenv().
8992
8993         * gdk/x11/gdkdisplay-x11.c (_gdk_windowing_set_default_display): Use
8994         g_unsetenv(). 
8995
8996 Sat Aug  2 12:53:16 2003  Owen Taylor  <otaylor@redhat.com>
8997
8998         * configure.in: Requires glib-2.3.0, pango-1.2.0.
8999
9000         * configure.in: Require Xft version 2,
9001         remove code for handling older versions of pango and Xft.
9002         Many miscellaneous improvements to X checks
9003
9004         * acinclude.m4: Add GTK_ADD_LIB() macro for adding 
9005         a library to a variable, avoiding dups.
9006
9007         * gdk/x11/gdkfont-x11.c (gdk_font_from_description_for_display): 
9008         Always load "fixed"
9009
9010         * gdk/x11/gdk*-x11.[ch]: Remove support for Xft1 and
9011         for pangox.
9012
9013 2003-08-02  Matthias Clasen  <maclas@gmx.de>
9014
9015         * gtk/gtkcolorsel.c (color_sample_drop_handle) 
9016         (palette_drop_handle): 
9017         * gtk/gtkcolorbutton.c (gtk_color_button_drag_data_received):  Accept
9018         drops with the wrong format, since the KDE color chooser incorrectly
9019         drops application/x-color with format 8.  (#118810)
9020
9021         * gtk/gtkcolorsel.c (color_sample_drop_handle) (palette_drop_handle): 
9022         * gtk/gtkcolorbutton.c (gtk_color_button_drag_data_received):  
9023         Accept drops with the wrong format, since the KDE color chooser 
9024         incorrectly drops application/x-color with format 8.  (#118810)
9025
9026 2003-08-02  Tor Lillqvist  <tml@iki.fi>
9027
9028         Fix gdk/win32 window geometry handling again. The window position
9029         in a GDK_CONFIGURE event should be that of the client area, not of
9030         the window decorations. (I was confused by the term "window
9031         border" in X11. It does *not* mean the window manager
9032         decorations. There are no X11-style window borders in Win32.)
9033         Also, this time do take the geometry hints into account
9034         appropriately when moving windows. Now testgtk's gravity test's
9035         move buttons work OK. There are stil problems with taking gravity
9036         into account when showing a hidden window.
9037
9038         * gdk/win32/gdkwindow-win32.h: Keep a whole GdkGeometry as hints
9039         instead of separate fields.
9040         
9041         * gdk/win32/gdkevents-win32.c (handle_configure_event): Don't
9042         adjust for decorations.
9043
9044         * gdk/win32/gdkwindow-win32.c (get_outer_rect,
9045         adjust_for_gravity_hints): New functions.
9046         (gdk_window_move, gdk_window_resize, gdk_window_move_resize): Use
9047         above functions, take geometry hints into account.
9048         (gdk_window_set_geometry_hints): Size hints specicy client area,
9049         not including decorations.
9050
9051 Fri Aug  1 17:10:22 2003  Owen Taylor  <otaylor@redhat.com>
9052
9053         * gtk/gtkfilesel.c (cmpl_completion_fullname): Always
9054         return an absolute path (#115590), fix a problem where
9055         you could crash the file selector with a looong name
9056         by returning a newly allocated buffer.
9057
9058 Fri Aug  1 16:44:51 2003  Owen Taylor  <otaylor@redhat.com>
9059
9060         * gtk/gtkfilesel.c (update_cmpl): Fix obvious reallocation
9061         bug in rarely or never hit code path (#118071,
9062         Tor Lillqvist)
9063
9064 Fri Aug  1 16:30:13 2003  Owen Taylor  <otaylor@redhat.com>
9065
9066         * gdk/x11/gdkdrawable-x11.c (_gdk_x11_have_render): 
9067         If the check for missing depths, try actually creating pixmaps
9068         of the depths to deal with Xinerama not reporting
9069         all the depths it should. (#115822)
9070
9071 Fri Aug  1 15:33:59 2003  Owen Taylor  <otaylor@redhat.com>
9072
9073         * gtk/gtksocket.c: Patch from Denis Mikhalkin to
9074         forward KeyRelease events as well as KeyPress events.
9075         (#115597)
9076
9077 Fri Aug  1 15:06:25 2003  Owen Taylor  <otaylor@redhat.com>
9078  
9079         * gdk/gdk.c (gdk_parse_args): g_set_prgname("<unknown>")
9080         if argc is 0 as well, instead of leaving it unset.
9081         (#116023, Michael Meeks)
9082  
9083 Thu Jul 31 23:09:02 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9084
9085         * gtk/gtktoolbar.c (gtk_toolbar_class_init): make show_arrow
9086         default to TRUE; ignore the property when api_mode != NEW_API
9087
9088 2003-07-31  Matthias Clasen  <maclas@gmx.de>
9089
9090         * gtk/gtkwindow.c (gtk_window_set_default_icon): Rename parameter pixbuf
9091         to icon, to pacify gtk-doc.
9092
9093         * gtk/gtkwidget.c (gtk_widget_class_init): Fix formatting of drag-motion 
9094         example. 
9095
9096 Thu Jul 31 15:33:33 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9097
9098         * gtk/gtk*tool*.h: add padding to subclasses of GtkToolItem
9099
9100 Thu Jul 31 15:29:28 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9101
9102         * gtk/gtktoolitem.c (struct _GtkToolItemPrivate): remove unused
9103         overflow_item field.
9104
9105 Wed Jul 30 21:11:13 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9106
9107         * gtk/gtktoolitem.h: make _gtk_tool_item_toolbar_reconfigured()
9108         an internal function
9109
9110         * gtk/gtktoolitem.h: remove unused declaration of
9111         _gtk_tool_item_get_drag_window().
9112
9113 Wed Jul 30 17:03:58 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9114
9115         * gtk/gtktoolbutton.[ch]:
9116         (gtk_tool_button_new): swap icon_widget and label arguments to
9117         match BonoboUIToolbarButton.
9118
9119         * gtk/gtktoolbar.h: un-deprecate gtk_toolbar_{set|unset}_style().
9120
9121 2003-07-30  Matthias Clasen  <maclas@gmx.de>
9122
9123         * gtk/gtkwidget.c (gtk_widget_class_init): Some updates to the DND
9124         signal docs. 
9125
9126 2003-07-29  Tor Lillqvist  <tml@iki.fi>
9127
9128         Fix for #108007, #112402, #117042: There was confusion in
9129         gdk/win32 at various places whether a window position refers to
9130         the decoration position or the client area position. Also whether
9131         window size includes decorations or not.
9132         
9133         The correct interpretation apparently is that in GDK (like in
9134         X11), a top-level window position means the decoration's position,
9135         but size means the window's inner size (client area size). In the
9136         Win32 API, the window size usually includes the decorations,
9137         though.
9138         
9139         * gdk/win32/gdkevents-win32.c (decode_key_lparam): Move inside
9140         #ifdef G_ENABLE_DEBUG.
9141         (handle_configure_event): New function, generates GDK_CONFIGURE
9142         events from WM_SIZE and WM_MOVE messages. Even if no event is
9143         generated because of the event mask, still set the private
9144         position and size fields. Calculate position and size correctly.
9145         (gdk_event_translate): Call handle_configure_event().
9146
9147         * gdk/win32/gdkgeometry-win32.c: Cosmetics.
9148
9149         * gdk/win32/gdkwindow-win32.c: Use GDI_CALL() and API_CALL()
9150         macros. Cosmetic debugging output changes.
9151         (SafeAdjustWindowRectEx): Remove. If an application wants to
9152         locate a window outside of the screen, it's not GDK's business to
9153         prevent it. And anyway, with multiple monitors, negative
9154         coordinates are perfectly normal.
9155         (gdk_window_new): Adjust the window size for decorations after
9156         _gdk_window_init_position() has done its job. (But the big window
9157         code currently is presumably broken on Win32 anyway.)
9158         (gdk_window_move): The position passed in is supposed to be that
9159         of the window border, so don't need to adjust for decorations.
9160         (gdk_window_resize, gdk_window_move_resize): Simplify somewhat.
9161
9162 Tue Jul 29 13:55:44 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9163
9164         * gtk/gtktoolbar.c (gtk_toolbar_set_style,
9165         gtk_toolbar_prepend_element, gtk_toolbar_append_element,
9166         gtk_toolbar_insert_space, gtk_toolbar_prepend_space,
9167         gtk_toolbar_append_space, gtk_toolbar_insert_item,
9168         gtk_toolbar_prepend_item, gtk_toolbar_append_item,
9169         gtk_toolbar_set_tooltips, gtk_toolbar_set_orientation,
9170         gtk_toolbar_new, gtk_toolbar_prepend_item):
9171
9172         Move documentation inline from template files.
9173
9174         * gtk/gtktoolbar.c (gtk_toolbar_insert_element,
9175         gtk_toolbar_insert_widget, gtk_toolbar_prepend_widget,
9176         gtk_toolbar_append_widget, gtk_toolbar_remove_space,
9177         gtk_toolbar_insert_stock, gtk_toolbar_unset_icon_size,
9178         gtk_toolbar_get_icon_size, gtk_toolbar_set_icon_size,
9179         gtk_toolbar_get_tooltips, gtk_toolbar_unset_style,
9180         gtk_toolbar_get_style, gtk_toolbar_get_orientation)
9181
9182         Copy documentation from stable that was added after the EggToolbar
9183         branched.
9184
9185         * gtk/gtktoolbar.h: deprecate gtk_toolbar_unset_icon_size()
9186
9187 Mon Jul 28 18:21:34 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9188
9189         * gtk+/docs/: Commit autogenerated changes, so patches will make
9190         sense.
9191
9192 2003-07-27  Tor Lillqvist  <tml@iki.fi>
9193
9194         * gdk/win32/gdkevents-win32.c (build_key_event_state): On Win9x,
9195         the keyboard state returned by GetKeyboardState() doesn't
9196         distinguish between the left and right Control and Alt keys. Thus
9197         we cannot detect AltGr (which is supposed to be left Control +
9198         right Alt) the same way as on NT-based systems, but have to accept
9199         either Control + either Alt as AltGr.
9200
9201 2003-07-27  Matthias Clasen  <maclas@gmx.de>
9202
9203         * gtk/gtktreeselection.c (gtk_tree_selection_selected_foreach):
9204         Fix function name in warning message.  (#118156, Tim-Philipp
9205         Mller)
9206
9207         * gtk/gtkcellrenderer.c (gtk_cell_renderer_get_property):
9208         is-expander and is-expanded are boolean properties, not ints.
9209         (#118359, Josh Parsons)
9210
9211 Sat Jul 26 15:21:27 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9212
9213         * gtk/gtkimagemenuitem.c
9214         (gtk_image_menu_item_toggle_size_request): don't request
9215         toggle_space when the image width is 0.
9216
9217 2003-07-25  Tor Lillqvist  <tml@iki.fi>
9218
9219         * gdk/win32/gdkprivate-win32.h
9220         * gdk/win32/gdkglobals-win32.c: New flags _gdk_input_locale_is_ime
9221         and _gdk_keyboard_has_altgr.
9222         
9223         * gdk/win32/gdkevents-win32.c: Lots of changes. Most important
9224         ones detailled here.
9225
9226         Code that has been ifdeffed out for a long time removed. Remove
9227         some really old doc comments that were left behind for some public
9228         functions, the official ones are in the X11 backend anyway. Change
9229         GDK_WINDOW_OBJECT() calls to GdkWindowObject casts. Reformat
9230         multi-line boolean expressions to have the operators at ends of
9231         lines.
9232
9233         As mouse capture with SetCapture() indeed seems to work OK, no
9234         need to have the correspoinding macro USE_SETCAPTURE and ifdefs.
9235
9236         Ifdef out the gdk-ping-msg stuff. I don't remember why it was
9237         needed at some time, and things seem to work fine now without
9238         (knock on wood).
9239
9240         Ifdef out the search for some Latin locale keyboard layout being
9241         loaded. Not used currently, but might be needed after all, if we
9242         decide that we want to be able to generate ASCII control character
9243         events with a non-Latin keyboard.
9244
9245         (assign_object): New helper function, handles the g_object_ref()
9246         and unref() calls when assigning GObject pointers.
9247                 
9248         (generate_crossing_events): Also generate the GDK_NOTIFY_INTERIOR
9249         enter event when the pointer has moved to an ancestor window. Was
9250         left out by mistake.
9251
9252         (gdk_window_is_ancestor): Renamed from gdk_window_is_child().
9253
9254         (gdk_pointer_grab, gdk_pointer_ungrab): Implement the confine_to
9255         functionality, using ClipCursor().
9256                 
9257         (find_window_for_mouse_event): Splice part of code into new
9258         function find_real_window_for_grabbed_mouse_event().
9259
9260         (fixup_event, append_event, apply_filters): New functions, code
9261         refactored out from elsewhere.
9262
9263         (synthesize_enter_or_leave_event, synthesize_leave_event,
9264         synthesize_enter_event,
9265         synthesize_leave_events,synthesize_enter_events): Also take a
9266         GdkCrossingMode parameter, in preparation to generating
9267         GDK_CROSSING_GRAB and GDK_CROSSING_UNGRAB events.
9268
9269         (fixup_event, append_event, fill_key_event_string): New functions,
9270         code refactoring.
9271
9272         (vk_from_char, build_keypress_event, build_keyrelease_event):
9273         Removed as part of dropping WM_CHAR handling.
9274
9275         (build_key_event_state,gdk_event_translate): Call
9276         GetKeyboardState(), once, for each keyboard message, instead of
9277         several calls to GetKeyState() here and there.
9278
9279         (gdk_event_translate): Fix bugs #104516, #104662, #115902. While
9280         at it, do some major refactoring, and some fixes for potential
9281         problems noticed while going through the code.
9282
9283         Don't handle WM_CHAR at all. Only handle WM_KEYDOWN and
9284         WM_KEYUP. Don't need the state variables related to whether to
9285         wait for WM_CHAR or not, and whether the current key is
9286         AltGr. Remove lots of complexity. Thus don't need the
9287         use_ime_composition flag.
9288
9289         Not handling WM_CHAR means dead key handling will have to be taken
9290         care of by GTK, but that seems to work fine, so no worry.
9291
9292         Another side-effect is that Alt+keypad digits don't work any
9293         longer, but it's better to learn to use GTK's ISO14755 support is
9294         anyway.
9295
9296         Be more careful in checking whether AltGr is involved. Only
9297         attempt to handle it if the keyboard actually has it. And
9298         explicitly check for *left* Control plus *right* Alt being
9299         pressed. Still, allow (left) Alt and/or (right) Control with AltGr
9300         chars.
9301
9302         Handle keys using similar code as in the X11 backend. As we have
9303         built a keymap in gdkkeys-win32.c anyway, use it by calling
9304         gdk_keymap_translate_keyboard_state() to look up the keysym from
9305         the virtual key code and keyboard state. Build the key event
9306         string in exactly the same way as the X11 backend.
9307
9308         If an IME is being used, don't generate GDK events for keys
9309         between receiving WM_IME_STARTCOMPOSITION and
9310         WM_IME_ENDCOMPOSITION, as those keys are for the IME.
9311         
9312         For WM_IME_COMPOSITION, handle all the Unicode chars returned from
9313         the IME, not just the first one.
9314
9315         gdk_event_translate() is still quite complex, could split the
9316         message handler cases out into separate functions.
9317
9318         On mouse events, when the mouse is grabbed, use
9319         find_real_window_for_grabbed_mouse_event() in order to be able to
9320         generate correct crossing events.
9321         
9322         No longer take a pre-allocated GdkEvent as parameter. Instead,
9323         allocate events as needed and append them to the queue. (This is
9324         different from how gdk_event_translate() in the X11 backend
9325         works.) This change made the code much clearer, especially in the
9326         cases where we have to generate several GDK events for one Windows
9327         message.  Return FALSE if DefWindowProc() should be called, TRUE
9328         if not. If DefWindowProc() should not be called, also return the
9329         value to be returned from the window procedure.
9330
9331         (Previously, the interaction with gdk_event_translate()'s caller
9332         was much more complex, when we had to indicate whether the
9333         already-queued event should be left in the queue or removed, and
9334         in addition also had to indicate whether to call DefWindowProc()
9335         or not, and what value to return from the window procedure if
9336         not.)
9337
9338         Don't use a separate "private" variable required to be pointing to
9339         the GdkWindowObject of the "window" variable at all times. Just
9340         use casts, even if looks a bit uglier.
9341
9342         Notice destroyed windows as early as possible, and break out of
9343         the messsage switch.
9344
9345         Use _gdk_pointer_root as current_window when the pointer is
9346         outside GDK's top-level windows.
9347         
9348         On WM_INPUTLANGCHANGE, set _gdk_input_locale_is_ime as
9349         appropriate, based on ImmIsIME().
9350         
9351         (gdk_event_translate, gdk_event_send_client_message_for_display,
9352         gdk_screen_broadcast_client_message): Implement client messages.
9353         Use a registered Windows message to pass GDK client messages. Note
9354         that the amount of user data is restricted to four bytes, as it is
9355         carried in the LPARAM. (The WPARAM is used for the message type
9356         "atom".)
9357         
9358         (real_window_procedure): Adapt for new gdk_event_translate()
9359         interface.
9360
9361         * gdk/win32/gdkmain-win32.c (_gdk_windowing_init): Set
9362         _gdk_input_locale_is_ime initially.
9363
9364         * gdk/win32/gdkwindow-win32.c: Use g_object_ref()/unref() instead
9365         of g_colormap_ref()/unref().
9366
9367         (gdk_window_new): Made code a bit more like the X11 one, pretend
9368         to handle screens (although we just have one for now).
9369
9370         * gdk/x11/gdkevents-x11.c
9371         (gdk_event_send_client_message_for_display,
9372         gdk_screen_broadcast_client_message): Document the user data
9373         limitation on Win32.
9374
9375         * gdk/win32/gdkevents-win32.c (print_event): More complete enter
9376         and leave notify detail output.
9377
9378         * gdk/win32/gdkkeys-win32.c (update_keymap): Make dead keys
9379         visible to GDK and GTK. Store the corresponding GDK_dead_* keysym
9380         for those, so that the GtkIMContextCimple compose tables will
9381         work. Deduce if the keyboard layout has the AltGr key, and set the
9382         above flag accordingly.
9383
9384 2003-07-26  Matthias Clasen  <maclas@gmx.de>
9385
9386         * gtk/gtkwidget.c: Document DND signals.
9387
9388 2003-07-24  Matthias Clasen  <maclas@gmx.de>
9389
9390         * gtk/gtktextview.c (popup_targets_received): Make the "Input Methods"
9391         insensitive when editing isn't possible.  (#118150)
9392
9393 2003-07-23  Matthias Clasen  <maclas@gmx.de>
9394
9395         * gtk/gtkcolorsel.c (gtk_color_selection_init): Make the hue 
9396         spinbutton wrap.  (#118097, John Darrington)
9397
9398         * docs/faq/gtk-faq.sgml: Mention Xnest as a way to debug GTK+ apps. 
9399
9400 2003-07-20  Hans Breuer  <hans@breuer.org>
9401
9402         * makefile.msc : new file to build it all
9403         * Makefile.am : ... added to EXTRA_DIST
9404
9405         * gdk/makefile.msc gtk/stock-icons/makefile.msc 
9406           gtk/makefile.msc.in tests/makefile.msc : updated
9407
9408         * gdk/gdk.def gtk/gtk.def : export a bunch of new 
9409         functions
9410
9411         * gtk/gtkbbox.c : use g_return_val_if_fail() if
9412         there is a value to return
9413
9414         * gtk/gtkfontsel.c gtk/gtkiconfactory.c :
9415         static correctness
9416
9417         * gtk/gtkicontheme.c : ported to use GTimeVal instead of
9418         struct timeval and GTK_DATA_PREFIX instead of GTK_DATADIR
9419
9420         * gtk/gtkicontheme.c : use HAVE_LC_MESSAGES
9421
9422         * gtk/gtkimmulticontext.c : use gtkprivate.h
9423
9424         * gtk/stock-icons/stock_color_picker_25.png
9425           gtk/stock-icons/stock_jump_to_rtl_16.png
9426           gtk/stock-icons/stock_jump_to_rtl_24.png
9427           gtk/stock-icons/stock_redo_rtl_16.png
9428           gtk/stock-icons/stock_redo_rtl_24.png
9429           gtk/stock-icons/stock_undelete_rtl_16.png
9430           gtk/stock-icons/stock_undelete_rtl_24.png
9431           gtk/stock-icons/stock_undo_rtl_16.png :
9432           gtk/stock-icons/stock_undo_rtl_24.png :
9433         readded as binary
9434
9435 Sat Jul 19 22:39:24 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9436
9437         * gtk/gtktoolitem.c (gtk_tool_item_size_request): remove
9438         leftover request of {xy}thickness
9439
9440 Sat Jul 19 16:26:02 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9441
9442         * gtk/gtktoolbutton.c (gtk_tool_button_construct_contents): don't
9443         attempt to add a NULL icon to the box.
9444
9445 Sat Jul 19 12:13:20 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9446
9447         * gtk/gtknotebook.c (gtk_notebook_focus_in|out): only redraw tabs
9448         on focus in/out.
9449
9450 2003-07-19  Matthias Clasen  <maclas@gmx.de>
9451
9452         * gtk/gtkstock.h (GTK_STOCK_DIALOG_AUTHENTICATION): New stock id. 
9453         * gtk/gtkiconfactory.c (get_default_icons): Add
9454         stock_dialog_authentication_48.  (#65765) 
9455         * gtk/stock-icons/Makefile.am (VARIABLES2, IMAGES): Here too.
9456         * gtk/stock-icons/stock_dialog_authentication_48.png: New image.
9457
9458         * gtk/gtkbbox.h: 
9459         * gtk/gtkbbox.c (gtk_button_box_get_child_secondary): New
9460         function. (#64562) 
9461
9462 Sat Jul 19 00:18:40 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9463
9464         * gtk/gtkwindow.c (gtk_window_set_default_icon): Fix C99
9465         declaration
9466
9467         * gtk/gtkwidget.c (gtk_widget_queue_shallow_draw): new function
9468         (gtk_widget_real_focus_{in|out}_event): queue shallow draws
9469         instead of full draws.
9470
9471 2003-07-18  Matthias Clasen  <maclas@gmx.de>
9472
9473         * gtk/gtkwindow.c: Add properties decorated and gravity.  (#80234) 
9474
9475         * gtk/gtktextview.c (gtk_text_view_class_init): Add a new keybinding
9476         signal, move_viewport. 
9477         (gtk_text_view_move_viewport): New function which implements the
9478         move_viewport functionality. 
9479         (gtk_text_view_move_cursor_internal): If the cursor is not visible, move
9480         the viewport. (#78669) 
9481
9482         * gtk/gtkenums.h (GtkScrollStep): New enumeration, used for
9483         move_viewport argument. 
9484
9485         * gtk/gtkstatusbar.c (gtk_statusbar_class_init): Add a has_resize_grip
9486         property.  (#111779) 
9487
9488         * gtk/gtkwindow.h: 
9489         * gtk/gtkwindow.c (gtk_window_set_default_icon): New method.  (#95816)
9490
9491         * gtk/gtkmessagedialog.h:
9492         * gtk/gtkmessagedialog.c (gtk_message_dialog_add_buttons): New method.  
9493         (#65501, Sebastian Rittau)
9494
9495 Fri Jul 18 20:06:57 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9496
9497         * gtk/gtktextview.c (changed_handler): use
9498         gtk_widget_queue_resize_noredraw().
9499
9500 2003-07-16  Jody Goldberg <jody@gnome.org>
9501
9502         * gdk/x11/gdkwindow-x11.c (gdk_window_focus) : fix cut-n-paste-o
9503
9504 Fri Jul 18 19:55:50 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9505
9506         * gtk/gtkwidget.c (gtk_widget_queue_resize_no_redraw): Add this
9507         API. 
9508
9509 Fri Jul 18 18:43:01 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9510
9511         By popular request give toolbuttons a border.
9512         
9513         * gtk/gtktoolitem.c
9514         (gtk_tool_item_size_allocate):
9515         (gtk_tool_item_size_request): don't request and allocate a border
9516         around the child
9517
9518         * gtk/gtktoolbutton.c 
9519         (gtk_tool_button_size_allocate):
9520         (gtk_tool_button_size_request): remove these functions
9521
9522         * gtk/gtktoolbar.c 
9523         (gtk_toolbar_size_request):
9524         (gtk_toolbar_size_allocate): request and allocate a border if we
9525         have a shadow.
9526
9527 Thu Jul 17 19:24:51 2003  Kristian Rietveld  <kris@gtk.org>
9528
9529         Merged from stable.
9530
9531         Fixes issues pointed out by Morten Welinder in #115140.
9532
9533         * gtk/gtktreeview.c (gtk_tree_view_size_request): fix comment,
9534         (do_validate_rows): update validated_area with a logic OR instead
9535         of a bitwise OR,
9536         (validate_rows_handler): make the if statement match the one in
9537         validate_rows(), so we don't leak the timeout.
9538
9539 Thu Jul 17 19:12:02 2003  Kristian Rietveld  <kris@gtk.org>
9540
9541         Merged from stable.
9542
9543         * gtk/gtktreeview.c (gtk_tree_view_remove_widget): the treeview
9544         should only grab focus back if the "cell_editable" widget still
9545         has focus. (Fixes #110104, testcase provided by Marco Pesenti
9546         Gritti).
9547
9548 Thu Jul 17 19:06:34 2003  Kristian Rietveld  <kris@gtk.org>
9549
9550         Merged from stable.
9551
9552         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_realize_button):
9553         Don't set attr.event_mask twice, those things were meant to be
9554         ORred. (#115139, pointed out by Morten Welinder).
9555
9556 Thu Jul 17 16:11:21 2003  Kristian Rietveld  <kris@gtk.org>
9557
9558         Merged from stable.
9559
9560         * gtk/gtktreeview.c (gtk_tree_view_rows_reordered): stop editing
9561         if needed. (Fixes #115869, reported by Michael Natterer).
9562
9563 2003-07-15  Matthias Clasen  <maclas@gmx.de>
9564
9565         * gdk/x11/gdkcursor-x11.c (gdk_display_get_maximal_cursor_size):
9566         Fight against gtk-doc stupidity.
9567
9568 2003-07-13  Matthias Clasen  <maclas@gmx.de>
9569
9570         * gtk/gtkdnd.c (gtk_drag_begin): Rename parameter target_list back to 
9571         targets, to pacify gtk-doc.
9572
9573 Sun Jul 13 15:57:57 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9574
9575         * gtk/gtktoolbutton.c (gtk_tool_button_finalize): Fix leaks of
9576         label_text, label_widget and icon_widget. (#117312, 
9577         Christian Persch)
9578         
9579 Sun Jul 13 01:37:51 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9580
9581         * gtk/gtkmenu.c (gtk_menu_class_init): new properties
9582         "horizontal-offset" and "vertical-offset" that determines the
9583         position of the menu when it is a submenu. 
9584
9585         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu): position
9586         submenus according to new vertical- and horizontal-offset
9587         properties.
9588
9589 Sat Jul 12 16:16:04 2003  Kristian Rietveld  <kris@gtk.org>
9590
9591         Merged from stable.
9592
9593         * gtk/gtktreeview.c (gtk_tree_view_drag_data_received): special
9594         case drags to "0", scroll to the top after dropping. (Fixes #94968,
9595         reported by Alp Toker).
9596
9597 Sat Jul 12 16:08:32 2003  Kristian Rietveld  <kris@gtk.org>
9598
9599         Merged from stable.
9600
9601         * demos/gtk-demo/editable_cells.c (cell_edited): fixup bad
9602         code (#115784, Owen Taylor).
9603
9604 Sat Jul 12 16:01:03 2003  Kristian Rietveld  <kris@gtk.org>
9605
9606         Merged from stable.
9607
9608         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_set_property):
9609         free the old text and extra_attrs *after* we parsed the new
9610         markup string. (Fixes #114485, reported by Owen Taylor).
9611
9612 Sat Jul 12 15:51:33 2003  Kristian Rietveld  <kris@gtk.org>
9613
9614         Merged from stable.
9615
9616         Fixes #113904, testcase provided by Rene Seindal.
9617
9618         * gtk/gtktreeview.c (gtk_tree_view_button_press): set
9619         pressed_button to -1 when a row has been activated,
9620         (gtk_tree_view_motion_bin_window): only start a drag if there's
9621         a button being pressed.
9622
9623 Sat Jul 12 15:51:18 2003  Kristian Rietveld  <kris@gtk.org>
9624
9625         Merged from stable.
9626
9627         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): use
9628         gdk_window_get_pointer instead of gdk_display_get_window_at_pointer
9629         to avoid a roundtrip (#110272, Owen Taylor).
9630
9631 Sat Jul 12 15:28:26 2003  Kristian Rietveld  <kris@gtk.org>
9632
9633         Merged from stable.
9634
9635         This patch really really fixes scrolling. Related bugs: #81627,
9636         testcase provided by Timo Sirainen, #111500, testcase provided by
9637         manu, #113241, reported by Pedro Gimeno/Michael Natterer.
9638
9639         * gtk/gtktreeview.c (validate_visible_area): scrolling to a dy
9640         which is equal to the lower border of the window means scrolling
9641         to an invisible row, always update the dy when scrolling to an
9642         invisible row, corrected area_above/below calculations for
9643         invisible rows, when walking the tree correct the size
9644         subtracted for invalidated rows, fix wrong logic in comment.
9645
9646 2003-07-11  Matthias Clasen  <maclas@gmx.de>
9647
9648         * gtk/gtkicontheme.c (pixbuf_supports_svg): Use g_strfreev() to free
9649         mime_types.  (#117219, Steve Chaplin)
9650
9651 Tue Jul  8 20:11:04 2003  Owen Taylor  <otaylor@redhat.com>
9652
9653         * gdk/x11/gdkevents-x11.c (get_real_window)
9654         gdk/x11/gdkinput-x11.c (_gdk_input_common_init)
9655         gdk/x11/gdkimage-x11.c (_gdk_windowing_image_init)
9656         gdk/x11/gdkprivate-x11.h (_gdk_windowing_image_init)
9657         Don't assume that all events start with XEventAny - Xkb events
9658         don't! (#105745). So, only do that for core events, and for
9659         non-core events, add a system for registering event types
9660         that start with XEventAny.
9661
9662         * gdk/x11/gdkevents-x11.c (gdk_event_translate):
9663         Check to see if the result of gdk_window_lookup_for_display()
9664         is actually a window.
9665
9666 Fri Jul 11 20:48:14 2003  Kristian Rietveld  <kris@gtk.org>
9667
9668         * gtk/gtktreemodel.c (gtk_tree_path_free): make the path != NULL
9669         check a silent assert, so it follows the g_free() behaviour.
9670
9671 2003-07-11  Matthias Clasen  <maclas@gmx.de>
9672
9673         * gtk/gtkstatusbar.c (gtk_statusbar_init): Center statusbar contents 
9674         vertically.  (#109823, Joe Shaw)
9675
9676 2003-07-11  Morten Welinder  <terra@gnome.org>
9677
9678         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_pixbuf): Fix memory
9679         access error.  (#69436)
9680
9681 Fri Jul 11 14:32:43 2003  Kristian Rietveld  <kris@gtk.org>
9682
9683         Landing GtkTreeModelFilter and the completion code. (Test program
9684         and documentation will follow next week).
9685
9686         * gtk/gtkcellayout.[ch], gtk/gtkentrycompletion.[ch],
9687         gtk/gtktreemodelfilter.[ch], gtk/gtkentryprivate.h: new files.
9688
9689         * gtkentry.[ch]: added gtk_entry_{get,set}_completion, wrote
9690         necessary code to hook up completion.
9691
9692         * gtktreeviewcolumn.c: made GtkTreeViewColumn implement the new
9693         GtkCellLayout interface.
9694
9695         * gtkmarshalers.list: added BOOLEAN:OBJECT,BOXED.
9696
9697         * gtk/gtk.h, gtk/Makefile.am, po/POTFILES.in: all updated for the new
9698         source files.
9699
9700 Wed Jul  9 19:48:26 2003  Kristian Rietveld  <kris@gtk.org>
9701
9702         Merge from stable.
9703
9704         * gdk/gdkdisplay.c (gdk_display_get_window_at_pointer): don't
9705         directly return from ->window_at_pointer, but set win_x and win_y
9706         first if needed. (Fixes #110166, reported by Arno Charlet).
9707
9708         * gdk/gdkwindow.c (gdk_window_get_composite_drawable): change
9709         function to accept GdkDrawables and not just GdkWindows. This was
9710         already done in some other functions a while back, but this patch
9711         got lost for some reason.
9712
9713 2003-07-09  Matthias Clasen  <maclas@gmx.de>
9714
9715         * gtk/gtkcontainer.c (gtk_container_focus_sort_tab): Consider the text
9716         direction when sorting children.  (#116540, Soeren Sandmann)
9717
9718 Tue Jul  8 17:36:21 2003  Owen Taylor  <otaylor@redhat.com>
9719
9720         * gdk/x11/gdkasync.[ch] gdk/gdkdnd-x11.c: 
9721         Change _gdk_x11_send_xevent_async() to 
9722         _gdk_x11_send_client_message_async() avoid using Xlib
9723         internals that are different on Solaris. 
9724         (#116917, Morten Welinder)
9725
9726 2003-07-08  Matthias Clasen  <maclas@gmx.de>
9727
9728         * gtk/gtkcontainer.c (gtk_container_remove): Doc addition.
9729         (#116501, Doug Quale)
9730
9731 Tue Jul  8 21:35:22 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9732
9733         * gtk/gtktoggletoolbutton.h: remove strange #define
9734         * gtk/gtktoolbutton.h: fix cut'n'paste error
9735         * gtk/gtktoolbutton.c (gtk_tool_button_init): use instance
9736         private data
9737         * gtk/gtktoolitem.c (gtk_tool_item_class_init): use instance
9738         private data instead of g_new0()
9739         * gtk/gtktoggletoolbutton.c (gtk_toggle_tool_button_init): use
9740         instance private data
9741
9742 Tue Jul  8 21:10:14 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9743
9744         * gtk/gtkbutton.c (gtk_button_realize): remove GDK_EXPOSURE_MASK
9745         for INPUT_ONLY window
9746         * gtk/gtkmenuitem.c (gtk_menu_item_realize): same
9747         * gtk/gtknotebook.c (gtk_notebook_realize): same
9748         * gtk/gtkexpander.c (gtk_expander_realize): same
9749         * gtk/gtkrange.c (gtk_range_realize): same
9750
9751         Fix #116303
9752
9753 Tue Jul  8 19:57:14 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9754
9755         * gtk/gtkstyle.c (gtk_default_draw_arrow): remove correction on x
9756         when detail is "menuitem". With the new menu look is isn't needed
9757         anymore.
9758
9759         * gtk/gtktoolitem.c (gtk_tool_item_toolbar_reconfigured): queue a
9760         resize here, so that tool items will get a chance to relayout
9761         themselves based on the toolbar configuration.
9762
9763         change DEFAULT_SPACE_SIZE to 4 instead of 5
9764
9765         * gtk/gtktoolbar.c 
9766         Get rid of "!GTK_BIN (item)->child means separator". Separators
9767         are widgets in their own right
9768
9769         change DEFAULT_SPACE_SIZE to 4 instead of 5
9770         
9771         (get_space_size): remove this function
9772         (toolbar_item_is_homogeneous): new function
9773
9774         * gtk/gtkseparatortoolitem.c
9775         (gtk_separator_tool_item_size_request): new function.
9776
9777 Tue Jul  8 14:10:35 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9778
9779         * gtk/gtktoggletoolbutton.h: use private data, add new
9780         internal function _gtk_toggle_tool_button_get_button()
9781
9782         * gtk/gtktoolbutton.h: move to private data
9783
9784         * gtk/gtkradiotoolbutton.c, gtk/gtktoolbutton.c: updates for new
9785         private data.
9786
9787 Tue Jul  8 12:50:20 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9788
9789         * gtk/gtktoolbutton.c (gtk_tool_button_get_icon_widget): fix a
9790         type check, (#116947, Krasimir Angelov)
9791
9792         * gtk/gtktoolbar.c: Use new GtkToolItem accessors.
9793         
9794         * gtk/gtktoolitem.[ch]: Use a private struct to hold the instance
9795         data. Not instance private data yet, because of bug 116921.
9796
9797         * gtk/gtktoolitem.h: new accessors:
9798                 gtk_tool_item_get_homogeneous ()
9799                 gtk_tool_item_get_expand ()
9800                 gtk_tool_item_get_pack_end ()
9801                 gtk_tool_item_get_use_drag_window ()
9802
9803 Mon Jul  7 16:50:32 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9804
9805         * gtk/gtkcellrenderertext.c
9806         (gtk_cell_renderer_text_class_init): remove accidentally committed
9807         debugging spew
9808
9809         * gtk/gtktoolbar.c
9810         (gtk_toolbar_paint_space_line): remove this function
9811         (gtk_toolbar_expose): always propagate expose, even if the item is
9812         a separator item
9813
9814         * gtk/gtkseparatortoolitem.c
9815         (gtk_separator_tool_item_expose): moved here from gtktoolbar.c
9816         (get_space_size): new function.
9817         (get_space_style): new function
9818
9819 Sun Jul  6 13:00:20 2003  Owen Taylor  <otaylor@redhat.com>
9820
9821         * gtk/gtkdnd.c (_gtk_drag_source_handle_event)
9822         * gtk/gtkdnd.c (gtk_drag_begin_internal):  Remove use
9823         of GDK_POINTER_MOTION_HINT_MASK.
9824
9825         * gtk/gtkdnd.c (gtk_drag_update_idle): Move updating
9826         of the drag into an idle as a superior form of 
9827         expose compression.
9828
9829         * gtk/gtkdnd.c (gtk_drag_begin_internal): Move default icon
9830         creation here, so that we have an icon at the start
9831         of the drag (e.g., when retrieving the window cache
9832         information.)
9833
9834 Sun Jul  6 17:21:23 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9835
9836         * docs/widget_geometry.txt: better drawing of GtkMenuItem
9837         * docs/widget_geometry.txt: add notes about GtkMenu
9838         * gtk/gtkstyle.c: remove leftover "#include "gtkhandlebox.h""
9839
9840 Sat Jul  5 10:34:00 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9841
9842         * gtk/gtkmenu.c: add vertical_padding style property.
9843         
9844         * gtk/gtkmenuitem.c: add style properties toggle_spacing,
9845         arrow_spacing and horizontal_padding. Also center separators and
9846         make them a bit taller.
9847
9848         * gtk/*menuitem.c: use new style properties.
9849         
9850         * docs/widget_geometry.txt: Add note about GtkMenuItem
9851
9852         * gtk/gtkstyle.c 
9853         (gtk_default_draw_vline, gtk_default_draw_hline):
9854         fix +/-1 errors. 
9855
9856         (gtk_default_draw_shadow): draw a black border around menus.
9857
9858         * gtk/gtkvseparator, gtk/gtkhseparator.c, gtk/gtkmenuitem.c: fix
9859         calls to gtk_paint_hline() and gtk_paint_vline() (they take x1,
9860         x2 and y1, y2 respectively, not x, width and y, height).
9861
9862 Sat Jul  5 09:55:38 2003  Owen Taylor  <otaylor@redhat.com>
9863
9864         * gdk/x11/gdkdnd-x11.c (precache_target_list): Lookup
9865         all the atoms in the target list at once.
9866
9867         * gdk/x11/gdkdnd-x11.c (gdk_drag_get_protocol_for_display):
9868         Local drag short-circuit.
9869
9870         * gdk/x11/gdkdnd-x11.c (gdk_drag_motion): For the
9871         local case, poke the actions in directly instead of
9872         going through xdnd_set_actions.
9873
9874         * gdk/x11/gdkdnd-x11.c (xdnd_read_actions): Short-circuit
9875         the local case.
9876
9877         * gdk/x11/gdkdnd-x11.c (xdnd_manage_source_filter): Don't
9878         XSelectInput()/add a filter if the drag is local.
9879
9880         * gdk/x11/gdkdnd-x11.c (gdk_drag_get_selection): 
9881         Simplify handling of "XdndSelection".
9882
9883         * gdk/x11/gdkevents-x11.c
9884         (gdk_event_send_client_message_to_all_recurse): Somehow,  
9885         a WM_STATE => _NET_WM_STATE change hand been made here.
9886
9887         * gdk/x11/gdkproperty-x11.c (_gdk_x11_precache_atoms): Free
9888         xatom_names, not atom_names.
9889
9890         * tests/testdnd.c (target_drag_motion): Make the trashcan
9891         open again. (Got lost in deprecation cleanup.)
9892
9893 Sat Jul  5 00:49:32 2003  Owen Taylor  <otaylor@redhat.com>
9894
9895         * gtk/gtkdnd.c (gtk_drag_begin): Move the grabs up
9896         earlier, so we don't get a big pile of uncompressed
9897         motion events before the grab takes effect.
9898
9899         * gtk/gtkdnd.c (gtk_drag_update_icon): Call 
9900         gdk_window_process_all_updates() so that the area
9901         we are dragging over gets a change to redraw.
9902
9903         * gtk/gtkdnd.c (_gtk_drag_dest_handle_event): Use 
9904         gdk_window_get_position(), not gdk_window_get_origin().
9905
9906         * gdk/x11/gdkwindow-x11.[ch] (gdk_window_have_shape_ext)
9907         gdkdisplay-x11.h: use XShapeQueryExtension to 
9908         avoid duplicate XQueryExtension when we actually
9909         use it. Remove unnecessary caching in GdkDisplayX11.
9910
9911 Fri Jul  4 23:49:22 2003  Owen Taylor  <otaylor@redhat.com>
9912
9913         * gdk/x11/gdkasync.[ch] (_gdk_x11_get_window_child_info): 
9914         Function to get a range of information about all the
9915         children of a window in a single pass.
9916
9917         * gdk/x11/gdkdnd-x11.c (get_client_window_at_coords_recurse)
9918         gdk/x11/gdkdnd-x11.c (gdk_window_cache_new): Use
9919         _gdk_x11_get_window_child_info() to greatly reduce
9920         the number of roundtrips.
9921
9922 Fri Jul  4 22:57:18 2003  Owen Taylor  <otaylor@redhat.com>
9923
9924         * gdk/x11/gdkasync.[ch] (_gdk_send_xevent_async): Add
9925         a function to XSendEvent() and call a calback on
9926         failure/success.
9927
9928         * gdk/x11/gdkdnd-x11.c (xdnd_send_xevent): Short-circuit
9929         messages to the same process, use _gdk_send_xevent_async().
9930
9931 Fri Jul  4 22:26:27 2003  Owen Taylor  <otaylor@redhat.com>
9932
9933         * gdk/x11/gdkwindow-x11.[ch] gdkevents-x11.c: Split
9934         toplevel-specific pieces of GdkWindowImplX11 into
9935         a separate GdkToplevelX11 structure.
9936
9937 Fri Jul  4 22:05:09 2003  Owen Taylor  <otaylor@redhat.com>
9938
9939         * gdk/x11/gdkasync.c (struct _SetInputFocusState): Fix
9940         some leftover fields.
9941
9942 Fri Jul  4 15:57:52 2003  Owen Taylor  <otaylor@redhat.com>
9943
9944         * gdk/x11/gdkevents-x11.c (gdk_wm_protocols_filter):
9945         Use asynchronously _gdk_x11_set_input_focus_safe
9946         to avoid having to trap errors and XSync().
9947
9948         * gdk/x11/gdkwindow-x11.c (gdk_window_focus): Use
9949         _gdk_x11_set_input_focus_safe() here as well.
9950
9951         * gdk/x11/gdkevents-x11.c (gdk_check_wm_state_changed):
9952         Rework handling of property notifies on _NET_WM_STATE
9953         so that we ignore _NET_WM_DESKTOP notifies unless we
9954         really care.
9955
9956         * gdk/x11/gdkimage-x11.c (gdk_image_check_xshm): Use
9957         XShmQueryExtension() rather than XQueryExtension() to
9958         avoid extra rountrip.
9959
9960         * gdk/x11/gdkwindow-x11.c (_gdk_windowing_window_init):
9961         Remove unused call to XGetWindowAttributes()
9962         
9963         * gdk/x11/gdkdisplay-x11.c (gdk_display_open): Remove
9964         unused call to XGetKeyboardControl().
9965
9966         * gdk/x11/gdkdisplay-x11.c gdk/gdk.def (gdk_display_flush):
9967         Add (#99571)
9968
9969         * gdk/win32/gdkevents-win32.c gdk/linux-fb/gdkevents-fb.c 
9970         No-op implementations of gdk_display_flush().
9971
9972         * gdk/gdkwindow.c (gdk_window_process_all_updates): Use
9973         gdk_display_flush() rather than gdk_flush() to avoid
9974         XSync().
9975         
9976         * gdk/x11/gdkwindow-x11.c (update_wm_hints)
9977         gdk/x11/gdkwindow-x11.h: Centralize all handling of WM_HINTS here
9978         so that we don't have to get the property back from the server.
9979
9980         * gdk/x11/gdkwindow-x11.c (show_window_internal): Store
9981         the serial of when we map a toplevel to allow optimizing
9982         out notifies on _NET_WM_STATE/_NET_WM_DESKTOP.
9983
9984         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Don't
9985         XTranslateCoordinates() for override-redirect windows.
9986
9987 Fri Jul  4 15:59:27 2003  Owen Taylor  <otaylor@redhat.com>
9988
9989         * gdk/x11/gdkwindow-x11.c (gdk_window_set_group): Remove comment
9990         about setting window group after the window is mapped from docs
9991         - nothing the ICCCM forbids that.
9992
9993         * gdk/x11/gdkcursor-x11.c (gdk_display_get_maximal_cursor_size):
9994         Fix g_return_val_if_fail() in void return function.
9995
9996         * configure.in: Fix misplaced comma that was resulting
9997         in XShm always being disabled.
9998
9999 Fri Jul  4 19:55:49 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
10000
10001         * tests/stresstest-toolbar: remove this accidentally committed
10002         file.
10003         
10004         * tests/stresstest-toolbar.c: really add this new test
10005
10006 Fri Jul  4 19:06:31 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
10007
10008         * tests/stresstest-toolbar.c: new test for removing items
10009         
10010         * tests/testtoolbar.c: add a popup menu
10011
10012         * gtk/gtkcontainer.c (gtk_container_remove): add hack to avoid
10013           assert widget->parent == container when the container is a
10014           toolbar.
10015
10016         * gtk/gtktoolbar.c (gtk_toolbar_remove_tool_item): Make much
10017         simpler. Also make correct.
10018
10019         * gtk/gtktoolbar.c (gtk_toolbar_button_press): make
10020         popup_context_menu a boolean handled signal.
10021
10022 2003-07-04  Tor Lillqvist  <tml@iki.fi>
10023
10024         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_polygon,
10025         gdk_win32_draw_segments, gdk_win32_draw_lines): We can calculate
10026         the width and height of the bounding rectangle only after the
10027         minumum x and y have been found, and need a separate loop for
10028         it. Thanks to Bruce Hochstetler for providing a sample program
10029         exhibiting the bug.
10030
10031 2003-07-03  Tor Lillqvist  <tml@iki.fi>
10032
10033         * gdk/gdk.def: Add gdk_string_to_compound_text_for_display.
10034         (#116537, Peter Zelezny)
10035
10036 Thu Jul  3 03:13:20 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
10037
10038         * gtk/gtkpaned.c (gtk_paned_set_child_property): Insert cast to
10039         fix warning. Assign something to old_value to quiet gcc
10040
10041         * gtk/gtkcalendar.c 
10042         (start_spinning): gtk_timeout_add->g_timeout_add
10043
10044         * gtk/gtkicontheme.c 
10045         (theme_lookup_icon): Make it compile (remove double semicolon)
10046
10047         * gtk/gtktoolbutton.c
10048         (gtk_tool_button_class_init): Long comment about properties.
10049         (gtk_tool_button_class_init): Improve text for "use_underline"
10050         property
10051         (gtk_tool_button_create_menu_proxy): Fix up to use_mnemonic based
10052         on whether the passed-in label has use_mnemonic set
10053         (gtk_tool_button_create_menu_proxy): Split image cloning out in
10054         new function. Make that function also handle image with pixbuf
10055         storage.
10056         (gtk_tool_button_construct_contents): Use gtk_widget_destroy()
10057         instead of gtk_container_remove().
10058         (gtk_tool_button_construct_contents): Fix eliding bug
10059
10060         * gtk/gtktoolbar.c
10061         (gtk_toolbar_finalize): New function. Unref tooltips, pointed out
10062         by Morten Welinder
10063         (gtk_toolbar_button_press): Make popup_context_menu signal provide
10064         coordinates and button number
10065
10066         * tests/testtoolbar.c (main): Add new pixbuf toolbutton
10067
10068         * tests/apple-red.png: new file
10069
10070 Wed Jul  2 18:00:56 2003  Owen Taylor  <otaylor@redhat.com>
10071          
10072         * gtk/gtkicontheme.[ch]: Implement a loader for
10073         named themed icon based on from gnome-desktop library
10074         by Alex Larsson.
10075
10076         * gtk/gtkiconthemeparser.[ch]: .ini file parsing code
10077         from gnome-desktop.
10078
10079         * gtk/gtkiconfactory.[ch]: Add
10080         gtk_icon_source_set/get_icon_name() to allow stock icons
10081         to be based off of named theme icons.
10082
10083         * gtk/gtkiconfactory.c: Rework sources so that the source
10084         is *either* a pixbuf, or a filename, or an icon name,
10085         instead of the pixbuf/filename mix it was before. Put a
10086         workaround for get_pixbuf() so that it can return the
10087         filename pixbuf, e.g, for render_icon().
10088
10089         * gtk/gtkiconfactory.c: Make the default setup use
10090         themed icons, and add builtin icons to the default
10091         icon theme for all the standard pixbufs, so we
10092         don't rely on actually having an icon theme on disk.
10093
10094         * gtk/gtkrc.c: Add support for @"icon-name" to specify
10095         a themed icon for a stock icon source.
10096
10097         * tests/Makefile.am test/testicontheme.c: Add a test
10098         program from gnome-desktop.
10099
10100         * gdk/x11/gdkevents-x11.c gtk/gtksettings.c: Add
10101         Net/IconThemeName / gtk-icon-theme-name setting.
10102
10103         * gtk/gtkiconfactory.c (ensure_cache_up_to_date): Actually
10104         update the icon cache serial so we don't continually
10105         think we are out-of-date.
10106
10107         * gtk/gtkwidget.c: Fix a couple of references in doc comments 
10108         to ::direction_set that should have been to ::direction-changed
10109
10110 Wed Jul  2 14:45:41 2003  Owen Taylor  <otaylor@redhat.com>
10111
10112         * gtk/gtktoolbar.c (gtk_toolbar_realize): Attach the
10113         style to the widget.
10114
10115 Wed Jul  2 15:42:26 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
10116
10117         * gtk/gtk.h: Add new toolbar headers
10118
10119         * tests/testtoolbar.c: new file
10120
10121         * tests/Makefile.am (noinst_PROGRAMS): Add testtoolbar.c
10122
10123         * gtk/gtkexpander.c (gtk_expander_class_init): Make it compile
10124
10125 Tue Jul  1 22:49:25 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
10126
10127         * gtk/gtktoolbar.c:
10128         (gtk_toolbar_remove_tool_item): Fix bug where list is changed
10129         inside a for loop (pointed out by Morten Welinder).
10130         (gtk_toolbar_focus_home_or_end): Minor formatting change
10131
10132         Comments from Owen:
10133
10134         * gtk/gtktoolbutton.c: remove copy of elide_underscores(). Use
10135         gtk_toolbar_elide_underscores instead.
10136
10137         * gtk/gtktoolbar.c: rename signal from focus_ends to
10138         focus_home_or_end.
10139         (_gtk_toolbar_elide_underscores): export this as an internal
10140         function.
10141         (gtk_toolbar_move_focus): add comment explaining difference to
10142         gtk_toolbar_focus();
10143         (gtk_toolbar_list_children_in_focus_order): Make TAB_FORWARD and
10144         TAB_BACKWARD focus the right widgets in RTL mode
10145
10146         * gtk/gtktoolbutton.c (gtk_tool_button_new): Change to take
10147         "label" and "icon" parameters
10148
10149         * gtk/gtktoolbutton.[ch]: remove icon_set property.
10150
10151 2003-07-01  Matthias Clasen  <maclas@gmx.de>
10152
10153         * gtk/gtkspinbutton.c (gtk_spin_button_set_digits): Improve docs.
10154         (116364, Morten Welinder) 
10155
10156         * tests/testgtk.c: Use GtkFontButton and GtkColorButton to bring up the
10157         corresponding dialogs.
10158
10159         * gtk/Makefile.am (gtk_public_h_sources): Add gtkfontbutton.h,
10160         gtkcolorbutton.h.  
10161         (gtk_c_sources): Add gtkfontbutton.c, gtkcolorbutton.c. 
10162
10163         * gtk/gtkfontbutton.[hc]: New files containing a font picker widget. 
10164
10165         * gtk/gtkcolorbutton.[hc]: New files containing a color picker widget. 
10166
10167         * gtk/gtk.h: Include gtkexpander.h, gtkfontbutton.h, gtkcolorbutton.h.
10168
10169         * gtk/gtkexpander.c: Small additions to the docs. 
10170
10171 2003-07-01  Tor Lillqvist  <tml@iki.fi>
10172
10173         * gdk/win32/gdkwindow-win32.c (_gdk_windowing_window_get_pointer):
10174         WindowFromPoint() wants screen coordinates (#115422, Tim Evans).
10175
10176 2003-07-01  Matthias Clasen  <maclas@gmx.de>
10177
10178         * configure.in: Check for Xcursor.
10179         
10180         * gdk/x11/gdkcursor-x11.c:
10181         * gdk/gdkdisplay.h: 
10182         * gdk/gdkcursor.h: RGBA cursor support based on Xcursor. New functions:
10183         gdk_cursor_new_from_pixbuf(), gdk_display_supports_cursor_alpha(), 
10184         gdk_display_supports_cursor_color(),
10185         gdk_display_get_default_cursor_size() and 
10186         gdk_display_get_maximal_cursor_size().  (#69436)
10187
10188 2003-06-30  Tor Lillqvist  <tml@iki.fi>
10189
10190         * gdk/win32/gdkdnd-win32.c (find_window_enum_proc): New function,
10191         callback proc for EnumWindows().
10192         (gdk_drag_find_window_for_screen): Actually take the drag_window
10193         argument into account: Instead of using WindowFromPoint(), use
10194         EnumWindows(), to be able to skip the drag_window. (#116320, Tony
10195         M Brown, Herman Bloggs)
10196
10197         * gdk/win32/*.c: Replace gdk_drawable_ref()/unref() and
10198         gdk_window_ref()/unref() calls with g_object_ref()/unref().
10199         Consistently use %p format in debugging output of pointers and
10200         HANDLEs.
10201
10202 2003-06-30  Mark McLoughlin  <mark@skynet.ie>
10203
10204         * gtk/gtkexpander.h: kill some stray characters
10205         breaking the build.
10206
10207 2003-06-30  Mark McLoughlin  <mark@skynet.ie>
10208
10209         Add GtkExpander. See discussion in bug #60553.
10210
10211         * gtk/gtkexpander.[ch]: add.
10212         
10213         * gtk/Makefile.am: build gtk-expander.[ch].
10214         
10215         * docs/widget_geometry.txt: add info on the layout
10216         of GtkExpander.
10217
10218 Mon Jun 30 01:20:19 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
10219
10220         * gtkradiotoolbutton.c:         new file
10221         * gtkradiotoolbutton.h:            "
10222         * gtktoggletoolbutton.c:           "
10223         * gtktoggletoolbutton.h:           "
10224         * gtktoolbutton.c:                 "
10225         * gtktoolbutton.h:                 "
10226         * gtktoolitem.c:                   "
10227         * gtktoolitem.h:                   "
10228         * gtktoolbar.c: many changes
10229         * gtktoolbar.h: many changes
10230         * gtkseparatortoolitem.c:       new file
10231         * gtkseparatortoolitem.h           "
10232
10233         New toolbar.
10234         
10235         - Items on a toolbar are now separate widgets, instances of a
10236           subclass of GtkToolItem.
10237
10238         - Items there aren't room for on the toolbar are unmapped, and an
10239           overflow menu with a proxy menu item is added instead.
10240
10241         - The toolbar is keyboard navigatable. Press TAB to focus the
10242           first item, then use arrow keys and Ctrl TAB to move around the
10243           toolbar. TAB moves focus out of the toolbar.
10244
10245         - Bascially all of the old toolbar API is deprecated in favor of
10246           new API in gtktoolbar.h, gtktoolitem.h, gtktoolbutton.h
10247
10248         - The toolbar is backwards compatible with the old toolbar.
10249
10250 2003-06-29  Matthias Clasen  <maclas@gmx.de>
10251
10252         * gtk/gtkwidget.c (gtk_widget_class_init): Remove a duplicate parameter
10253         from docs, some more formatting fixes. 
10254
10255 2003-06-28  Tor Lillqvist  <tml@iki.fi>
10256
10257         Fix for #111028, thanks to J. Ali Harlow, who writes:
10258         I found that the GdkPixmap->GdkImage reference really isn't
10259         important. It's only really there to have somewhere convenient to
10260         store the location of the pixel data in the pixmap and as an easy
10261         way of accessing the dimensions of that data. I have therefore put
10262         together a fix which removes this reference entirely which seems
10263         to solve the problem.
10264
10265         * gdk/win32/gdkpixmap-win32.h (struct _GdkPixmapImplWin32):
10266         Instead of a pointer to a GdkImage, keep a pointer to the pixels
10267         directly.
10268
10269         * gdk/win32/gdkimage-win32.c (_gdk_win32_setup_pixmap_image): Remove.
10270         (_gdk_win32_new_image): New function, replacing the above. Creates
10271         a GdkImage without any associated GdkPixmap.
10272         (gdk_image_new_bitmap, _gdk_image_new_for_depth): Use it instead.
10273
10274         * gdk/win32/gdkprivate-win32.h: Remove from here, too.
10275
10276         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new_from_pixmap)
10277         * gdk/win32/gdkdrawable-win32.c (blit_from_pixmap)
10278         * gdk/win32/gdkgc-win32.c (_gdk_win32_bitmap_to_hrgn)
10279         * gdk/win32/gdkmain-win32.c (_gdk_win32_drawable_description):
10280         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_impl_win32_finalize,
10281         gdk_pixmap_new, gdk_bitmap_create_from_data, gdk_pixmap_foreign_new)
10282         Corresponding changes.
10283
10284 Thu Jun 26 21:41:16 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
10285
10286         * gtk/gtktreeviewcolumn.c
10287         (gtk_tree_view_column_cell_set_cell_data): only set "is_expander"
10288         and "is_expanded" if the new value is different fromt he old one.
10289
10290 Wed Jun 25 18:59:15 BST 2003  Tony Gale <gale@gtk.org>
10291
10292         * docs/faq/gtk-faq.sgml: Fix typos. Update
10293         thread example I missed yesterday.
10294
10295 2003-06-24  Matthias Clasen  <maclas@gmx.de>
10296
10297         * gtk/gtkspinbutton.c (gtk_spin_button_class_init): Add a blurb for
10298         shadow_type. 
10299
10300         * gtk/gtkwidget.c (gtk_widget_class_install_style_property_parser): 
10301         (gtk_widget_class_list_style_properties): Use same parameter names as in  
10302         header (to silence gtk-doc).
10303
10304         * gtk/gtkalignment.c (gtk_alignment_[gs]et_padding): Fix doc comments.
10305
10306 Tue Jun 24 20:00:45 BST 2003  Tony Gale <gale@gtk.org>
10307
10308         * docs/faq/gtk-faq.sgml: Thread support updates
10309         from Owen. Various suggestions from Steve Chaplin.
10310
10311 2003-03-24  Mohammad DAMT  <mdamt@bisnisweb.com>
10312
10313         * po/id.po: Updated Indonesian translation
10314
10315 2003-06-21  Tor Lillqvist  <tml@iki.fi>
10316
10317         * gdk/win32/gdkevents-win32.c (gdk_event_translate): When
10318         emulating X11's automatic grab on button down, pass owner_events
10319         as FALSE. According to the XLib spec, automatic grabs use True for
10320         owner_events when OwnerGrabButtonMask is selected, and I don't see
10321         the X11 backend doing that. (#82497, #91619, #92835, #107322, #110271)
10322         (find_window_for_pointer_event): Improve debugging output.
10323
10324 2003-06-17  Tor Lillqvist  <tml@iki.fi>
10325
10326         * gtk-zip.sh.in (DLLDIR): Look for DLLs also in the bin
10327         subdirectory, where libtool 1.5 installs them.
10328
10329         * README.win32: Point to FSF's binary Win32 distribution of
10330         gettext-runtime.
10331
10332 2003-06-17  Matthias Clasen  <maclas@gmx.de>
10333
10334         * acinclude.m4 (JH_PATH_XML_CATALOG, JH_CHECK_XML_CATALOG): New
10335         macros to check for XML catalog contents and path, borrowed from
10336         gtk-doc. 
10337         * configure.in: New option --enable-man to enable regeneration of
10338         man pages from Docbook, if the necessary tools are found.
10339
10340 2003-06-15  Matthias Clasen  <maclas@gmx.de>
10341
10342         * gtk/gtkcalendar.c (gtk_calendar_class_init): 
10343         * gtk/gtknotebook.c (gtk_notebook_class_init): 
10344         * gtk/gtkalignment.c (gtk_alignment_class_init): 
10345         * gtk/gtkpaned.c (gtk_paned_class_init): Document new properties
10346         as 2.4 additions.
10347
10348         * gtk/gtkwidget.c (gtk_widget_class_init): Move inline signal docs 
10349         to the proper place, immediately before the g_signal_new() call.
10350
10351         * gtk/gtktextiter.h: Make the flags-nature of GtkTextSearchFlags 
10352         more obvious.  (#115122, Jeff Franks)
10353
10354 2003-06-12  Anders Carlsson  <andersca@codefactory.se>
10355
10356         * gtk/gtkwidget.c: (event_window_is_still_viewable):
10357         Special case pixmaps. (#114880)
10358         
10359 2003-06-12  Matthias Clasen  <maclas@gmx.de>
10360
10361         * gtk/gtkwidget.c: Document child-notify and drag-data-received
10362         signals. Owen, we need to figure out where the best place for
10363         these comments in the source is. I currently put them in front of
10364         the signals enum.
10365
10366 2003-06-11  Matthias Clasen  <maclas@gmx.de>
10367
10368         * gtk/gtkdnd.c (gtk_drag_check_threshold): s/threshhold/threshold/.
10369
10370 Thu Jan 12 01:01:19 2003  Kristian Rietveld  <kris@gtk.org>
10371
10372         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_process_action):
10373         silly typo fix. s/seperator/separator/. This gets rid of the
10374         assert spam when using TreeView.
10375
10376 Tue Jun 10 11:23:48 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
10377
10378         * modules/input/gtkimcontextxim.c (xim_instantiate_callback): New
10379         function for XIM instantiate callback.
10380         * modules/input/gtkimcontextxim.c (xim_info_try_im): New function
10381         where call to XOpenIM() or XRegisterIMInstantiateCallback() is
10382         actually made.
10383         * modules/input/gtkimcontextxim.c (xim_destroy_callback): New function
10384         for XIM's destroy callback.
10385         * modules/input/gtkimcontextxim.c (get_im): add a check if info->im 
10386         is set or not - if it's not set, call xim_info_try_im() to try to
10387         initiaize it.
10388         * modules/input/gtkimcontextxim.c (reinitialize_ic): reset
10389         filter_key_release flag of the context.
10390         * modules/input/gtkimcontextxim.c (get_ic_real): removed
10391         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_get_ic): move
10392         code from the removed get_ic_real().
10393
10394         For XIM instantiation, destruction and re-instantiation. With
10395         this, Gtk+ apps will be able to connect or reconnect to the XIM,
10396         when it starts after the apps, or when the XIM gets lost and recover.
10397         (#113099, #107782).
10398
10399 Mon Jun 10 01:12:31 2003  Kristian Rietveld  <kris@gtk.org>
10400
10401         Merged from stable.
10402
10403         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_get_size):
10404         check if width is !null, not *width. Doh.
10405
10406 Tue Jun 10 01:09:33 2003  Kristian Rietveld  <kris@gtk.org>
10407
10408         Merged from stable.
10409
10410         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_process_action):
10411         Remove the weird dx logic, get all cell_area and background_area
10412         calculations right. Not sure what was up with it before. (Fixes
10413         #110989, testcase from Vasco Alexandre da Silva Costa).
10414
10415 Tue Jun 10 00:58:23 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
10416
10417         * tests/testgtk.c: Make it compile with C89 compilers
10418
10419 2003-06-10  Matthias Clasen  <maclas@gmx.de>
10420
10421         * gtk/gtktextview.c (gtk_text_view_class_init): Install boolean
10422         property "overwrite".
10423         (gtk_text_view_[gs]et_property): Handle "overwrite".
10424         * gtk/gtktextview.[hc] (gtk_text_view_[gs]et_overwrite): Getter
10425         and setter for "overwrite" property.  (#110241, Jeroen Zwartepoorte)
10426
10427 2003-06-09  Matthias Clasen  <maclas@gmx.de>
10428
10429         * gtk/gtkpaned.c (gtk_paned_class_init): Install boolean child
10430         properties "resize" and "shrink".
10431         (gtk_paned_[gs]et_child_property): Implementations of 
10432         GtkContainer::[gs]et_child_property.  
10433         * tests/testgtk.c (toggle_resize, toggle_shrink): Use the new
10434         paned child properties instead of remove/add hacks.  (#114667, 
10435         Soeren Sandmann) 
10436
10437 Mon Jun  9 16:18:11 2003  Owen Taylor  <otaylor@redhat.com>
10438
10439         * gtk/gtknotebook.c (gtk_notebook_button_press): Back
10440         out event->window test - it wasn't needed because
10441         of the call to get_widget_coordinates().
10442
10443         * gtk/gtknotebook.c (gtk_notebook_button_press): Remove
10444         call to gtk_widget_grab_focus() when not clicking on
10445         any tabs. (Real fix for #114534)
10446
10447 Sun Jun  8 22:03:09 2003  Owen Taylor  <otaylor@redhat.com>
10448
10449         * tests/testdnd.c: Use application/x-rootwindow-drop for
10450         root window drops. (#108670, Alex Larsson)
10451
10452         * gdk/x11/gdkdnd-x11.c (gdk_drag_motion) gtk/gtkdnd.c (gtk_drag_drop): 
10453         Accept either application/x-rootwin-drop (what GTK+ has always used)
10454         or application/x-rootwindow-drop (what the XDND standard specifies).
10455
10456 Fri Jun  6 11:07:33 2003  Owen Taylor  <otaylor@redhat.com>
10457
10458         * gtk/gtkwidget.c (event_window_still_viewable): 
10459         Before delivering an event to a widget, check that
10460         (if relevant), the event's window is still viewable.
10461         (#105642, Dennis Björklund)
10462
10463         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): 
10464         NULL out private->parent, since after destruction
10465         it might not be valid any more.
10466
10467         * gdk/gdkwindow.c (gdk_window_is_viewable): Fix some
10468         accesses before g_return_val_if_fail(). Treat 
10469         DESTROYED windows as unmapped.
10470
10471 Thu Jun  5 09:28:03 2003  Owen Taylor  <otaylor@redhat.com>
10472
10473         * gtk/gtkentry.c: Recompute unconditionally in
10474         gtk_entry_style_set, and in a new gtk_label_screen_changed().
10475         Protect the guts of recompute_idle_func() with
10476         gtk_widget_has_screen(). (#114040, Morten Welinder) 
10477         Fix FALSE/0 confusion.
10478         
10479 Sun Jun  8 18:27:14 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
10480
10481         * gdk/gdkpixbuf-drawable.c (G8fromRGB565): swap G and B.
10482         Fixes (#114669)
10483
10484 Sun Jun  8 11:27:29 2003  Owen Taylor  <otaylor@redhat.com>
10485
10486         * gtk/gtkviewport.c (viewport_set_adjustment): Fix bug with 
10487         set_adjustment (viewport, NULL);
10488
10489 2003-06-07  Matthias Clasen  <maclas@gmx.de>
10490
10491         * gtk/gtkiconfactory.c (get_default_icons): 
10492         * gtk/stock-icons/stock_{undo,redo,undelete,revert}_rtl_{16,24}.png:
10493         * gtk/stock-icons/Makefile.am: Add rtl variants of undo, redo,
10494         undelete and revert.  (#96633)
10495         
10496 Fri Jun  6 16:25:44 2003  Owen Taylor  <otaylor@redhat.com>
10497
10498         * gtk/gtkviewport.c: Many fixes, along with extensive cleanups and 
10499         refactoring of code to reduce duplication; fixes include:
10500
10501         - gtk_viewport_realize(): Position the window correct from adjustment 
10502         values. (#110737, Michael Natterer)
10503
10504         - Remove some division-by-zero checks in places where there is no 
10505         longer division. (#110737)
10506
10507         - gtk_viewport_class_init: Make the hadjustment/vadjustment properties 
10508         G_PARAM_CONSTRUCT, so that there will always be adjustments, even 
10509         if gtk_viewport_new isn't used (#101135, Thomas Leonard).
10510
10511         - Switch over to encapsulated lazy-creation for hadjustment/
10512         vadjustment; even with the CONSTRUCT property, we need this after
10513         destroy.
10514
10515         - When updating the adjustment, immediate set their values to
10516         match the the current range of the viewport, and update the 
10517         viewport position to match the value of the new adjustments. 
10518         (Part of #1165)
10519
10520 2003-06-06  Tor Lillqvist  <tml@iki.fi>
10521
10522         * gdk/win32/gdkprivate-win32.h: Fix typo.
10523
10524         * gdk/win32/gdkgc-win32.c (_gdk_win32_gc_new): Set
10525         graphics_exposures and subwindow_mode, too, even if they aren't
10526         currently used.
10527
10528 Fri Jun  6 23:38:23 2003  Kristian Rietveld  <kris@gtk.org>
10529
10530         Merged from stable.
10531
10532         * gtk/gtktreeview.c (do_expand_collapse),
10533         (expand_collapse_timeout), (cancel_arrow_animation): made
10534         expand_collapse_timeout a wrapper with locks around     
10535         do_expand_collapse, made cancel_arrow_animation use
10536         do_expand_collapse. Fixes threadlock. (Fixes #111286, patch from
10537         Peter Bloomfield).
10538
10539 Fri Jun  6 11:05:45 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
10540
10541         * modules/input/gtkimcontextxim.h (struct _GtkIMContextXIM):
10542         * modules/input/gtkimcontextxim.c (preedit_start_callback,
10543         preedit_draw_callback, preedit_done_callback): Add a 'finalizing' flag 
10544         to keep preedit-[start,changed,end] signals from being called during
10545         finalization (#111861).
10546
10547 2003-06-05  Noah Levitt  <nlevitt@columbia.edu>
10548
10549         * gtk/gtknotebook.c (gtk_notebook_button_press): Ignore button
10550         presses that are not on the tab (#114534).
10551
10552 Thu Jun  5 20:35:40 2003  Owen Taylor  <otaylor@redhat.com>
10553
10554         * demos/Makefile.am: Conditionalize dependencies for
10555         gdk-pixbuf-csource on cross-compilation (#112391, J. Ali Harlow). 
10556         Buildtest-inline-pixbufs.h in srcdir. Don't try to build 
10557         test-inline-pixbufs.h if we don't have libpng.
10558
10559         * gtk/stock-icons/Makefile.am (gtkstockpixbufs.h): 
10560         Add a dependency on gdk-pixbuf.loaders when not 
10561         cross-compiling, remove the dependency on gdk-pixbuf-csource
10562         when not cross compiling.
10563
10564 Thu Jun  5 20:12:51 2003  Owen Taylor  <otaylor@redhat.com>
10565
10566         * gtk/gtkwindow.c (gtk_window_get_default_size): Handle
10567         gtk_window_get_geometry_info() returning NULL.
10568         (#107311, John Finlay)
10569
10570 Thu Jun  5 19:24:33 2003  Owen Taylor  <otaylor@redhat.com>
10571
10572         * gtk/gtktoolbar.c (gtk_toolbar_expose): Subtract off
10573         twice the border width from the width/height, not
10574         1x the border width. (#106336, Rodney Dawes)
10575
10576 Thu Jun  5 15:33:38 2003  Owen Taylor  <otaylor@redhat.com>
10577  
10578         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_next_line):
10579         If at the end of the buffer, move to the end iter -
10580         parallels behavior of move_iter_to_previous_line.
10581         (#81960, Padraig O'Briain)
10582  
10583 Thu Jun  5 16:12:54 2003  Owen Taylor  <otaylor@redhat.com>
10584
10585         #80023, Yao Zhang, TOKUNAGA Hiroyuki
10586
10587         * gtk/gtktextlayout.c (gtk_text_layout_get_cursor_locations):
10588         Account for the preedit cursor offset if the iter passed
10589         in is at the same place as the insertion cursor.
10590
10591         * gtk/gtktextview.c (gtk_text_view_get_cursor_location):
10592         Encapsulate getting the insertion cursor location.
10593
10594         * gtk/gtktextview.c (gtk_text_view_update_im_spot_location):
10595         Pass the real y/height to the IM context. Take 
10596         text_view->x/yoffset into account.
10597
10598 Thu Jun  5 16:52:54 2003  Owen Taylor  <otaylor@redhat.com>
10599
10600         * gtk/gtktextview.[ch]: Never scroll on focus in
10601         (#81893, Patch from Paolo Maggi)
10602
10603         * gtk/gtktextview.c (gtk_text_view_scroll_[h]pages): 
10604         Scroll to the current cursor location before handling
10605         the action, in case the user just tabbed in
10606         and the cursor is offscreen.
10607
10608 Thu Jun  5 17:20:40 2003  Owen Taylor  <otaylor@redhat.com>
10609          
10610          #107883, Gustavo Giráldez
10611
10612         * gtk/gtktextlayout.c (gtk_text_layout_emit_changed):
10613         Split out the case where we know we changed, and 
10614         already dealt with our cached line being invalidated
10615         from external calls to gtk_text_layout_changed.
10616
10617         * gtk/gtktextlayout.c (gtk_text_layout_changed):
10618         Check if the invalidate yrange intersects our
10619         cached line, and clear it if necessary.
10620
10621 2003-06-05  Tor Lillqvist  <tml@iki.fi>
10622
10623         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Handle global
10624         filters.
10625
10626 2003-06-05  Matthias Clasen  <maclas@gmx.de>
10627
10628         * gtk/gtktextview.c: Fix for #84668, reported by Torbjrn Andersson:
10629         (gtk_text_view_grab_notify): 
10630         (gtk_text_view_state_changed): Implement these
10631         to unobscure cursor when grab shadowed or insensitised.
10632         (gtk_text_view_unobscure_mouse_cursor): New function to undo the
10633         effect of gtk_text_view_obscure_mouse_cursor(). Code lifted from
10634         gtk_text_view_motion_event().
10635         (gtk_text_view_motion_event): Use gtk_text_view_obscure_mouse_cursor().
10636
10637         * gtk/gtktextview.c (select_all): New keybinding signal for
10638         (un)selecting the whole buffer. Bound to C-a/C-\.  (see #107889)
10639
10640         * gtk/gtkcalendar.c (calendar_timer): 
10641         (stop_spinning): Replace deprecated gtk_timeout_* functions by
10642         their GLib counterparts.  (#114429)
10643
10644         * gtk/gtktreestore.c (gtk_tree_store_new): 
10645         * gtk/gtkliststore.c (gtk_list_store_new): Document restriction on 
10646         types.
10647
10648 Wed Jun  4 19:42:17 2003  Owen Taylor  <otaylor@redhat.com>
10649
10650         * gdk/gdkpango.c (gdk_draw_layout_line_with_colors):
10651         When drawing underlines, join up adjacent runs
10652         where possible, so we don't get changes in 
10653         shaper/font/etc. breaking underlines. (#103662,
10654         Kang Jeong-Hee)
10655
10656 Wed Jun  4 19:22:58 2003  Jonathan Blandford  <jrb@redhat.com>
10657
10658         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_level_find_insert):
10659         Slightly modified patch from Owen Taylor <otaylor@redhat.com> to
10660         improve the speed of inserting rows into an already sorted list,
10661         #109292
10662
10663 Wed Jun  4 19:24:28 2003  Owen Taylor  <otaylor@redhat.com>
10664
10665         * gdk/x11/gdkgc-x11.c gdk/x11/gdkprivate-x11.h: Keep
10666         track of when we have a clip mask set for the GC,
10667         and when we unset it, or switch to a clip region,
10668         immediately call XSetClipMask (..., None) to avoid
10669         Xlib caching stale data. (#111806)
10670
10671         * gtk/gtktextdisplay.c: Don't set a clip mask
10672         when drawing alpha pixmaps; it isn't necessary any more.
10673         (#111806)
10674
10675 Wed Jun  4 18:27:44 2003  Owen Taylor  <otaylor@redhat.com>
10676
10677         * gtk/gtkcheckbutton.c (gtk_real_check_button_draw_indicator): 
10678         gtk/gtkradiobutton.c (gtk_radio_button_draw_indicator): 
10679         Use GTK_WIDGET_IS_SENSITIVE(), not GTK_WIDGET_SENSITIVE
10680         (#92548, Tim Evans)
10681
10682         * gtk/gtkcheckmenuitem.c (gtk_real_check_menu_item_draw_indicator)
10683         gtk/gtkradiomenuitem.c (gtk_radio_menu_item_draw_indicator): If
10684         Use state_type = STATE_INSENSITIVE for insensitive menu items.
10685
10686 Wed Jun  4 21:25:35 2003  Kristian Rietveld  <kris@gtk.org>
10687
10688         Merged from stable.
10689
10690         * gtk/gtktreeview.c (gtk_tree_view_drag_begin): use a silent
10691         assert for get_info. (reported by Michael Natterer),
10692         (gtk_tree_view_expand_all_emission_helper),
10693         (gtk_tree_view_expand_all_helper): emit row_expanded for all
10694         expanded rows during an _expand_all operation. (Fixes #111280,
10695         reported by Benjamin Bayart).
10696
10697 Tue Jun  3 18:32:30 2003  Owen Taylor  <otaylor@redhat.com>
10698
10699         * gdk/x11/gdkevents-x11.c (gdk_wm_protocols_filter): Don't
10700         respond to pings on a root window; prevents infinite
10701         loops if we are selecting for SubstructureNotify on the
10702         root window. (#111945, Sergey V. Udaltsov)
10703
10704 Tue Jun  3 17:39:16 2003  Owen Taylor  <otaylor@redhat.com>
10705
10706         #71597, reported by Morten Welinder
10707
10708         * gdk/gdkpixbuf-drawable.c (rgb888amsb): Fix and simplify
10709         (Patch from Christian Petig)
10710
10711         * gdk/gdkpixbuf-drawable.c (rgb{555,565}{a,}{msb,lsb}):
10712         Major rewrite of 555 and 565 conversion routines:
10713
10714         - Move all the bit shifting into a small block of macros,
10715           eliminating much duplication of complicated arithmetic.
10716         - Get rid of 2-pixels at a time code, which was buggy,
10717           hard to maintain, caused unaligned accesses, and
10718           probably didn't actually perform any better.
10719         - Simplify cases where different data types were
10720           used for the little and big endian cases, use
10721           GUINT16_SWAP_LE_BE() where appropriate.
10722                 
10723 Tue Jun  3 15:05:47 2003  Owen Taylor  <otaylor@redhat.com>
10724
10725         * gdk/x11/gdkdrawable-x11.c (convert_to_format): Remove
10726         bad optimization for src_rowstride == dest_stride.
10727         (Didn't consider the case where we were copying only
10728         partial widths of a wider source buffer)
10729         (#113034, reported by Hans Petter Jansson)
10730
10731 2003-06-03  Michael Natterer  <mitch@gimp.org>
10732
10733         * gdk/x11/gdkinput-x11.c (_gdk_input_common_find_events):
10734         reenabled button_release events for xinput devices. (#113948)
10735
10736 2003-06-03  Christian Rose  <menthos@menthos.com>
10737
10738         * configure.in: Added "li" to ALL_LINGUAS.
10739
10740 Mon Jun  2 18:58:54 2003  Owen Taylor  <otaylor@redhat.com>
10741
10742         * gtk/gtknotebook.c (gtk_notebook_size_allocate): Don't
10743         map the event window if the notebook isn't mapped. (#113980,
10744         Richard Reich)
10745
10746 2003-06-02  Sven Neumann  <sven@gimp.org>
10747
10748         * gtk/gtkprogress.c (gtk_progress_changed): added a missing cast.
10749
10750         * gdk/gdkrgb.c (gdk_rgb_try_colormap): removed an unused variable.
10751
10752 2003-06-01  Matthias Clasen  <maclas@gmx.de>
10753
10754         * gtk/gtkalignment.c (gtk_alignment_[gs]et_padding): Add 
10755         Since: 2.4 to the docs.
10756
10757         * gtk/gtkwindow.c (gtk_window_parse_geometry): Add some hints and
10758         an example to the docs.  (#98427)
10759
10760 2003-05-30  Murray Cumming  <murrayc@usa.net>
10761
10762         * gtk/gtkalignment.[h|c]: Added 4-sided padding as properties with
10763         gtk_alignment_get_padding() and gtk_aligment_set_padding(). This
10764         uses the new private data system - see g_type_class_add_private() in
10765         gtk_alignment_class_init() and the use of GTK_ALIGNMENT_GET_PRIVATE().
10766
10767 2003-05-30  Matthias Clasen  <maclas@gmx.de>
10768         
10769         * gtk/gtknotebook.c: Changed guint to GtkNotebookArrow in the
10770         signature of gtk_notebook_draw_arrow() for Solaris builds to go
10771         through.  (#114043, Anand Subramanian)
10772
10773 Thu May 29 18:30:35 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
10774
10775         * modules/input/imipa.c: 
10776         use GETTEXT_PACKAGE to get a translation for "ipa"(#113850).
10777
10778 Thu May 29 18:08:01 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
10779
10780         * gtk/gtkimmodule.c (_gtk_im_module_list):
10781         use GETTEXT_PACKAGE to get a translation for "Default"(#113850).
10782
10783 Thu May 29 09:34:05 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
10784
10785         * gtk/gtkimmodule.c (_gtk_im_module_list): make "Default"
10786         label of default input method localizable.
10787         * gtk/gtkimmulticontext.c (gtk_im_multicontext_append_menuitems): 
10788         use translations of input method context names
10789         * modules/input/imam-et.c, modules/input/imcyrillic-translit.c,
10790           modules/input/iminuktitut.c, modules/input/imthai-broken.c,
10791           modules/input/imti-er.c, modules/input/imti-et.c
10792           modules/input/imviqr.c, modules/input/imxim.c
10793         use GETTEXT_PACKAGE instead of "gtk+" for domain name.
10794         (#113850).
10795
10796 Thu May 29 18:23:01 2003  Kristian Rietveld  <kris@gtk.org>
10797
10798         Merged from stable.
10799
10800         * gtk/gtktreeview.c (gtk_tree_view_button_press): put the focus
10801         grab separate, the user might clear the tree in the focus-in
10802         callback. (Fixes #113086, testcase from Felipe Heidrich).
10803
10804 Thu May 29 18:06:26 2003  Kristian Rietveld  <kris@gtk.org>
10805
10806         Merged from stable.
10807
10808         * gtk/gtktreeview.c (gtk_tree_model_set_model): reset a bunch
10809         of row reference when we unset the model. Also reset
10810         dy and top_row_dy. (Fixes #109289, patch from Owen Taylor).
10811
10812 Thu May 29 17:12:19 2003  Kristian Rietveld  <kris@gtk.org>
10813
10814         Merged from stable.
10815
10816         * gtk/gtktreeview.c (gtk_tree_view_set_cursor_on_cell): cancel
10817         the current editing, if it exists. (Fixes #108956, reported by
10818         Michael Natterer).
10819
10820 Thu May 29 17:06:09 2003  Kristian Rietveld  <kris@gtk.org>
10821
10822         Merged from stable.
10823
10824         * gtk/gtktreeview.c (check_selection_helper): new function,
10825         (gtk_tree_view_row_deleted): traverse the tree from the
10826         deleted node to see whether the selection changed, instead of
10827         just checking this node. (Fixes #107400, reported by 'Duncan').
10828
10829 Thu May 29 16:31:34 2003  Kristian Rietveld  <kris@gtk.org>
10830
10831         Merged from stable.
10832
10833         * gtk/gtktreeview.c (gtk_tree_view_maybe_begin_dragging_row),
10834         (gtk_tree_view_drag_begin): set the DnD icon in _drag_begin
10835         instead of _maybe_begin_dragging_row, so the icon can be
10836         overridden by apps. (Fixes #104374, patch from Daniel Elstner).
10837
10838 Thu May 29 16:14:04 2003  Kristian Rietveld  <kris@gtk.org>
10839
10840         Merged from stable.
10841
10842         * gtk/gtktreeview.c (gtk_tree_view_start_editing): correct
10843         cell_area x/width for the expander if needed. (Fixes #101748,
10844         reported by Dave Cook and Mariano Suarez-Alvarez).
10845
10846 Thu May 29 16:01:38 2003  Kristian Rietveld  <kris@gtk.org>
10847
10848         Merged from stable.
10849
10850         * gtk/gtktreeview.c (gtk_tree_view_real_set_cursor): check
10851         if tree/node are still the same after _internal_select_node.
10852         (Fixes #92256, reported by edscott).
10853
10854 Thu May 29 15:38:30 2003  Kristian Rietveld  <kris@gtk.org>
10855
10856         Fixes #75745, reported by Richard Hult. Merged from stable.
10857
10858         * gtk/gtktreeview.c (gtk_tree_view_bin_expose): set/unset
10859         GTK_CELL_RENDERER_FOCUSED flag whether the current node is the
10860         cursor or not.
10861
10862         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_process_action):
10863         if we are rendering a cursor row, and the cell the be
10864         processed has focus, then set the GTK_CELL_RENDERER_FOCUSED
10865         flag (else we unset it).
10866
10867 2003-05-27  Matthias Clasen  <maclas@gmx.de>
10868
10869         * gtk/gtkwindow-decorate.c: 
10870         * gtk/gtktreeprivate.h: 
10871         * gtk/gtkdnd.c: 
10872         * gdk/win32/gdkwindow-win32.h: 
10873         * gdk/linux-fb/gdkprivate-fb.h: 
10874         * gdk/linux-fb/gdkkeyboard-fb.c: Remove dubious bitfields of
10875         unspecified signedness.  (#112919, Morten Welinder)
10876
10877         * gtk/queryimmodules.c (escape_string): 
10878         * gtk/gtktextbtree.c (_gtk_text_btree_get_text): 
10879         * gtk/gtksettings.c (_gtk_settings_parse_convert): 
10880         * gtk/gtkrc.c (gtk_rc_parse_assignment): 
10881         * gtk/gtkinputdialog.c (gtk_input_dialog_set_key): 
10882         * gdk/x11/gdkdisplay-x11.c (escape_for_xmessage): Replace all 
10883         occurances of g_string_new ("") by g_string_new (NULL). (#106975,
10884         Morten Welinder) 
10885
10886 2003-05-27  Tor Lillqvist  <tml@iki.fi>
10887
10888         * gtk-zip.sh.in: Only include the Default and Emacs themes' gtkrc
10889         files. Include share/gtk-doc/{gdk-pixbuf,gdk,gtk}.
10890
10891         * gdk/Makefile.am: libgdk-win32-2.0.la depends on
10892         win32/libgdk-win32.la.
10893
10894         * gtk/gtk.def: Add gtk_tree_view_column_cell_get_position.
10895
10896 Sat May 24 22:19:13 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
10897
10898         * gtk/gtkscrollbar.c (gtk_scrollbar_class_init): Make the minimum
10899         scrollbar slider length 21 instead of 7.
10900
10901 2003-05-23  Matthias Clasen  <maclas@gmx.de>
10902
10903         * gtk/gtknotebook.c: Add support for up to four scroll
10904         arrows. Control their display by new style properties
10905         "has_forward_stepper", "has_backward_stepper",
10906         "has_secondary_forward_stepper" and
10907         has_secondary_backward_stepper". (#110540)
10908
10909         * gtk/gtknotebook.h (struct _GtkNotebook): Make in_child and
10910         click_child three bits wide, add
10911         has_{before,after}_{previous,next} fields.
10912
10913         * gtk/gtkcolorsel.c (gtk_color_selection_init): Update color on
10914         focus out of hex_entry.  (#112665)
10915         (hex_focus_out): New signal handler for focus out of hex entry.
10916
10917 Wed May 21 19:01:06 2003  Owen Taylor  <otaylor@redhat.com>
10918
10919         * gtk/gtkwidget.c (gtk_widget_realize): 
10920         g_return_if_fail() if
10921         GTK_WIDGET_ANCHORED (widget) || GTK_IS_INVISIBLE (widget).
10922         (#107872, Christian Reis)
10923
10924 2003-05-22  Matthias Clasen  <maclas@gmx.de>
10925
10926         * gtk/gtkfilesel.c (gtk_file_selection_create_dir): 
10927         (gtk_file_selection_rename_file): Some keynav improvements for the
10928         "Rename File" and "Create Directory" subdialogs: Enter in entry
10929         activates default, default is "Create"/"Rename", Escape cancels
10930         dialog.  (#113110)
10931         (gtk_file_selection_set_filename): Add a hint about opening 
10932         directories.  (#113175)
10933
10934 2003-05-22  Matthias Clasen  <maclas@gmx.de>
10935
10936         * gdk/x11/gdkdrawable-x11.c (gdk_x11_drawable_update_xft_clip):
10937         Use XftDrawSetClipRectangles(), since we're inside HAVE_XFT2
10938         anyway.  (#113476)
10939
10940 Wed May 21 15:53:14 2003  Owen Taylor  <otaylor@redhat.com>
10941
10942         * gtk/gtkprogress.c (gtk_progress_set_format_string,
10943         gtk_progress_set_show_text): Always queue a resize ... 
10944         we rely on the size-allocate to do the update, plus a 
10945         different format can actually change our size requisition.
10946         (#111052, Vasco Alexandre da Silva Costa)
10947
10948         * gtk/gtkprogress.c (gtk_progress_changed): Track
10949         ::changed as well as ::value_changed, and queue a
10950         resize on ::changed when necessary.
10951
10952         * gtk/gtkprogress.c (gtk_progress_set_adjustment): 
10953         Call gtk_progress_changed() here to update or 
10954         queue a resize as necessary.
10955
10956 Wed May 21 14:06:13 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
10957
10958         * gtk/gtkimcontextsimple.c: added composing rules of
10959         Greek accented letters, patch by Vasilis Vasaitis (#107507)
10960
10961 Wed May 21 13:19:05 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
10962
10963         * gtk/gtkenums.h (enum GtkIMPreeditStyle, GtkIMStatusStyle): 
10964         * modules/input/gtkimcontextxim.c (preedit_style_change, status_style_change):
10965         gtk settings for XIMPreeditNone and XIMStatusNone. (#105909)
10966
10967 Wed May 21 12:10:25 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
10968
10969         * gtk/gtkimcontextsimple.c: 
10970         code that can check the compose table for ascending order,
10971         by Vasilis Vasaitis (#104862).
10972
10973 Wed May 21 12:52:01 2003  Owen Taylor  <otaylor@redhat.com>
10974
10975         * gtk/gtkkeyhash.[ch] (_gtk_key_hash_looku): We need 
10976         to pass the unmasked state to gdk_keymap_translate_keyboard_state() 
10977         to handle the case where a modifier not in the mask
10978         (like Num_Lock) changes the key value, so replace
10979         the masked state with a state/mask pair. (#106913,
10980         Olivier Ripoll)
10981
10982         * gtk/gtkwindow.c gtk/gtkbinding.c: Update to pass
10983         in state/mask pair to _gtk_key_hash_lookup()
10984
10985 Tue May 20 21:58:00 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
10986
10987         * modules/input/gtkimcontextxim.c (xim_info_display_closed):
10988         fix a memory leak, free input context list (#113259).
10989
10990 2003-05-21  Matthias Clasen  <maclas@gmx.de>
10991
10992         * configure.in (all_loaders): Add pcx.
10993
10994         * gtk/gtkcalendar.c: Make calendar controls spin.  (#112540)
10995
10996 Tue May 20 17:27:24 2003  Owen Taylor  <otaylor@redhat.com>
10997
10998         * gtk/gtkimmodule.c (gtk_im_module_init): Silently
10999         accept a missing gtk.immodules file, some people
11000         want to run without one. (#112406, patch from
11001         Arnaud Charlet)
11002
11003 Tue May 20 17:05:31 2003  Owen Taylor  <otaylor@redhat.com>
11004
11005         * gtk/gtkwindow.c (gtk_window_compute_hints): Fix 
11006         height/width confusion (#113370, Xan Lopez)
11007
11008 Tue May 20 15:48:45 2003  Owen Taylor  <otaylor@redhat.com>
11009
11010         * gdk/x11/gdkdnd-x11.c gdk/x11/gdkwindow-x11.c: Comprehensively
11011         zero all unused parts of client messages (Mainly Motif DND
11012         and EWMH). Also, fix a couple places where we were putting
11013         contents into Motif DND messages that didn't belong.
11014         (#113361, EWMH problem reported by Lubos Lunak)
11015
11016         * gtk/gtkselection.c (_gtk_selection_request): Handle the
11017         case where the property type for the multiple atoms is
11018         ATOM_PAIR by doing the conversions ourselve. This is
11019         needed for Xt inter-operation.
11020
11021 2003-05-19 Arafat Medini <lumina@silverpen.de>
11022
11023         * configure.in: Added ar to ALL_LINGUAS
11024
11025 2003-05-19  Matthias Clasen  <maclas@gmx.de>
11026
11027         * gtk/gtksettings.c (gtk_rc_property_parse_border,
11028         gtk_rc_property_parse_color, gtk_rc_property_parse_enum,
11029         gtk_rc_property_parse_flags, gtk_rc_property_parse_requisition):
11030         Add docs.
11031
11032         * gtk/gtkwidget.c (gtk_widget_class_install_style_property, 
11033         gtk_widget_class_install_style_property_parser): Add docs. 
11034
11035 2003-05-17  Matthias Clasen  <maclas@gmx.de>
11036
11037         * tests/prop-editor.c: Add navigation for object properties, so
11038         that you can easily edit the properties of the parent of a widget.
11039         (#113152)
11040
11041 Wed May 14 17:45:32 2003  Owen Taylor  <otaylor@redhat.com>
11042
11043         * gdk/gdkkeysyms.h gdk/gdkkeynames.c gdk/gdkkeyuni.c:
11044         Patch from Vasilis Vasaitis to fix Greek_IOTAdi[a]eresis 
11045         inconsistency and leave the old name as an aliass (#104873)
11046
11047 Wed May 14 16:40:09 2003  Owen Taylor  <otaylor@redhat.com>
11048
11049         * gtk/gtkframe.c (gtk_frame_set_label_widget): Patch
11050         from Charles Schmidt to add missing notify (#108305)
11051
11052 Wed May 14 16:00:51 2003  Owen Taylor  <otaylor@redhat.com>
11053  
11054         * gdk/x11/gdkgc-x11.c: Remove unecessary g_return_if_fail().
11055         (#105500, Morten Welinder.)
11056  
11057 Wed May 14 09:05:11 2003   Hidetoshi Tajima <hidetoshi.tajima@sun.com>
11058
11059         * modules/input/gtkimcontextxim.c (get_ic_real): use type of guint32
11060         instead of gumake for XNFilterEvents event mask(#110493).
11061
11062 2003-05-11  Anders Carlsson  <andersca@codefactory.se>
11063
11064         * gtk/gtkdnd.c (gtk_drag_source_unset_icon): Don't cast a gchar to
11065         a GObject. (#112762)
11066
11067 2003-05-08  Sven Neumann  <sven@gimp.org>
11068
11069         * configure.in: set the HAVE_X11R6 automake conditional to false
11070         if not compiling for X11.
11071
11072 2003-05-08  Matthias Clasen  <maclas@gmx.de>
11073
11074         * gtk/gtkcalendar.[ch] (gtk_calendar_set_display_options): 
11075         (gtk_calendar_get_display_options): New functions.
11076         (gtk_calendar_display_options): Depreate.  (#64567)
11077         (gtk_calendar_class_init): Add boolean properties for the display
11078         options.  (#50949)
11079
11080 Tue May  6 16:50:52 2003  Owen Taylor  <otaylor@redhat.com>
11081
11082         Patch from James Henstridge to update to automake-1.7
11083         (#109542)
11084  
11085         * autogen.sh: update to call newer tools.
11086  
11087         * configure.in: various updates, to use M4 macros to put
11088         variables that change each release at the top.
11089         Use AC_HELP_STRING to format help strings.
11090         Use AC_CONFIG_COMMANDS to generate gdkconfig.h.
11091  
11092         * Makefile.am: require Automake 1.7.  Remove gdk-2.0.pc and
11093         gtk+-2.0.pc on uninstall.  Pass --enable-gtk-doc to configure
11094         during distcheck.
11095  
11096         * docs/reference/*/Makefile.am: simplify to use the gtk-doc.make
11097         makefile fragment.
11098  
11099         * */Makefile.am: don't use STRIP_BEGIN/STRIP_END.
11100         Use BUILT_SOURCES where appropriate.
11101         Build generated files in builddir rather than srcdir.
11102         Fix uninstall and distclean targets to satisfy distcheck.
11103
11104         ===
11105
11106         * gdk/*/Makefile.am: Remove the hacks to get gdkenumtypes.h
11107         built first, since we are now using BUILT_SOURCES.
11108
11109         * gdk/Makefile.am: Remove an outdated comment about gdk_headers.
11110
11111         * demos/gtk-demo/Makefile.am: Fix srcdir != buildd problem
11112         with geninclude.pl.
11113
11114         * configure.in: Update versions to 2.3.0.
11115  
11116 2003-05-06  Tor Lillqvist  <tml@iki.fi>
11117
11118         Fix for #110165 (thanks to Arnaud Charlet):
11119         
11120         * gdk/win32/gdkevents-win32.c (build_keypress_event,
11121         build_keyrelease_event): For unshifted control char, use
11122         lowercase ASCII keyval.
11123         (gdk_event_translate): Similarily, when handling WM_SYSKEYDOWN and
11124         UP (i.e. Alt-something), if it's an unshifted ASCII letter, use
11125         lowercase keyval. Use build_key_event_state() here, too, instead
11126         of minor code duplication.
11127
11128 2003-05-06  Matthias Clasen  <maclas@gmx.de>
11129
11130         * tests/testmultidisplay.c: Don't include strings.h, it's not
11131         needed anymore.  (#112388)
11132
11133         * examples/menu/itemfactory.c: 
11134         * docs/tutorial/gtk-tut.sgml: Remove an unneeded include from the
11135         itemfactory example.
11136
11137 2003-05-05  Matthias Clasen  <maclas@gmx.de>
11138
11139         * gtk/gtkdnd.c (gtk_drag_source_set_icon_stock):  Actually set the
11140         icon type to the stock icon type.  (#111735, Dave Bordoley)
11141
11142 2003-05-05  Christian Rose  <menthos@menthos.com>
11143
11144         * configure.in: Added sr and sr@Latn to ALL_LINGUAS.
11145         Removed sp, it's replaced by sr@Latn.
11146
11147 Wed Apr 30 22:09:11 BST 2003  Tony Gale <gale@gtk.org>
11148
11149         * docs/faq/gtk-faq.sgml: GTK+ 2.x updates, mainly from
11150         Gonzalo Odiard
11151
11152 Mon Apr 28 17:54:39 2003  Jonathan Blandford  <jrb@redhat.com>
11153
11154         * gtk/gtktreeview.c (gtk_tree_view_destroy): destroy the search
11155         data iff the destroy func isn't NULL.
11156
11157 Thu Apr 24 19:12:05 2003  Owen Taylor  <otaylor@redhat.com>
11158
11159         * autogen.sh (have_libtool): Accept libtool-1.5. (#111480)
11160
11161 2003-04-23  Abel Cheung  <maddog@linux.org.hk>
11162
11163         * configure.in: Added "am" "mk" "ta" to ALL_LINGUAS.
11164
11165 Tue Apr 22 15:33:51 2003  Owen Taylor  <otaylor@redhat.com>
11166
11167         * gtk/gtkfilesel.c (open_new_dir): Fix capitalization
11168         of UTF-8. (#106419, Roozbeh Pournader)
11169
11170 Tue Apr 22 15:17:25 2003  Owen Taylor  <otaylor@redhat.com>
11171
11172         * configure.in: Only check for XFT2 if we found pango-xft
11173         (#105692, Jon Nall)
11174
11175 Tue Apr 22 15:12:19 2003  Owen Taylor  <otaylor@redhat.com>
11176
11177         * gtk/gtkwidget.c (gtk_widget_class_init): Fix PROP_HAS_FOCUS/
11178         PROP_IS_FOCUS confusion. (#111333, Jody Goldberg)
11179
11180 Tue Apr 22 19:43:01 BST 2003  Tony Gale <gale@gtk.org>
11181
11182         * docs/faq/gtk-faq.sgml: add note about version converage.
11183
11184 Mon Apr 21 19:02:16 2003  Owen Taylor  <otaylor@redhat.com>
11185
11186         * gtk/gtksocket.c (activate_key): Fix prototype for
11187         activate_key. (#108927, Jason D. Hildebrand)
11188
11189 Mon Apr 21 18:42:51 2003  Owen Taylor  <otaylor@redhat.com>
11190
11191         * demos/gtk-demo/Makefile.am demos/gtk-demo/geninclude.pl:
11192         Remove geninclude.pl from CVS and don't dist it either,
11193         it is generated. (#108970, Rich Kinder)
11194
11195 Mon Apr 21 18:35:48 2003  Owen Taylor  <otaylor@redhat.com>
11196
11197         * gtk/gtkobject.h: Remove a couple of obsolete comments,
11198         fix another comment. (#109737, Britton Kerin)
11199
11200 Mon Apr 21 18:29:03 2003  Owen Taylor  <otaylor@redhat.com>
11201
11202         * gtk/gtkiconfactory.c (gtk_icon_set_unref): Free
11203         the source list, not just it's contents (Patch
11204         from Charles Kerr, #108243)
11205
11206 Mon Apr 21 18:13:46 2003  Owen Taylor  <otaylor@redhat.com>
11207
11208         * gdk/x11/gdkdnd-x11.c (gdk_window_cache_filter): Patch
11209         from Alex Larsson fixing problem with restacking during
11210         DND. (#108671)
11211
11212 Mon Apr 21 15:07:29 2003  Owen Taylor  <otaylor@redhat.com>
11213
11214         * gdk/x11/gdkdisplay-x11.c (gdk_display_keyboard/pointer_ungrab):
11215         Calling XFlush() after ungrabbing, to avoid problems if
11216         the app subsequently blocks on a long-running operation.
11217         (#106520, reported by Rajkumar Siva)
11218
11219 Fri Apr 18 17:42:45 2003  Owen Taylor  <otaylor@redhat.com>
11220
11221         * gdk/x11/gdkwindow-x11.c (set_initial_hints): Add
11222         SKIP_TASKBAR/SKIP_PAGER to set of properties we
11223         might set on map. (#110019, problem reported
11224         by Loban Rahman)
11225
11226 Fri Apr 18 17:14:33 2003  Owen Taylor  <otaylor@redhat.com>
11227
11228         * gdk/gdkevents.c (gdk_event_copy): Fix for the
11229         case when gdk_event_copy() is called on a non-allocated
11230         event. (#109716, reported by Rich Burridge)
11231
11232 Fri Apr 18 16:57:44 2003  Owen Taylor  <otaylor@redhat.com>
11233
11234         * gdk/x11/gdkdrawable-x11.c (draw_with_images/pixmaps):
11235         Fix pointer arithmetic on 'void *'. (#108322)
11236
11237 Fri Apr 18 16:31:49 2003  Owen Taylor  <otaylor@redhat.com>
11238
11239         * configure.in gdk/x11/gdkdisplay-x11.c modules/input/Makefile.am:
11240         Check for XAddConnectionWatch()/X11R6, and if found, disable XIM and
11241         use of XAddConnectionWatch. Remove --enable-xim config option.
11242         Should fix building on X11R6 (#110523, Albert Chin)
11243
11244 Fri Apr 18 15:56:46 2003  Owen Taylor  <otaylor@redhat.com>
11245
11246         * gdk/x11/gdkdisplay-x11.[ch] gdk/x11/gdkdrawable-x11.[ch]:
11247         Patch from Morten Welinder to catch Sun servers with a 
11248         broken implementation of the RENDER extension. (#108309)
11249
11250 Fri Apr 18 15:30:38 2003  Owen Taylor  <otaylor@redhat.com>
11251
11252         * gdk/x11/gdkwindow-x11.c (set_text_property): Use
11253         gdk_free_compound_text(), not g_free(). (#107643,
11254         Michael Zucchi)
11255
11256 Fri Apr 18 15:11:50 2003  Owen Taylor  <otaylor@redhat.com>
11257
11258         * gdk/x11/gdkdisplay-x11.c (_gdk_display_x11_get_type)
11259         gdk/x11/gdkscreen-x11.c (_gdk_screen_x11_get_type): Fix
11260         wrong use of base_finalize. (#105126, Sven Neumann)
11261
11262 Fri Apr 18 15:06:00 2003  Owen Taylor  <otaylor@redhat.com>
11263
11264         * gdk/gdkwindow.c (gdk_window_constrain_size): Fix
11265         '/' vs. '*' problem in aspect ration computations. (#108237)
11266
11267 Fri Apr 18 14:15:09 2003  Owen Taylor  <otaylor@redhat.com>
11268
11269         * gdk/x11/gdkdisplay-x11.c (gdk_display_open): 
11270         * gdk/x11/gdkevents-x11.c (gdk_event_translate): You
11271         don't get a XkbMapNotify event if you get a XkbNewKeyboardNotify 
11272         event, so select for both. (#108406, Egmont Koblinger)
11273
11274 Thu Apr 17 09:57:44 2003  Jonathan Blandford  <jrb@gnome.org>
11275
11276         * gtk/gtktreeview.c (validate_visible_area): remove infinite loop
11277         caused by not clearing the scroll_to_path.
11278
11279 2003-04-16  Matthias Clasen  <maclas@gmx.de>
11280
11281         * gtk/gtkstyle.c: Doc additions and fixes.
11282
11283         * gtk/gtktreeviewcolumn.c
11284         (_gtk_tree_view_column_get_neighbor_sizes): Doc fixes.
11285
11286 2003-04-14  Michael Natterer  <mitch@gimp.org>
11287
11288         * gtk/gtkliststore.c (gtk_list_store_move): added checks to ensure
11289         that the iter is not reordered to its own position. Prevents model
11290         corruption for the case that the store contains only a single item
11291         (fixes bug #108387).
11292
11293         Unrelated:
11294
11295         * gtk/gtkliststore.c (gtk_list_store_insert): g_list_alloc() the
11296         new list element later so we don't leak it if we decide to return
11297         early.
11298
11299         * gtk/gtktreeselection.c (_gtk_tree_selection_internal_select_node):
11300         set selection->tree_view->priv->anchor to NULL after freeing it.
11301
11302 2003-04-13  Matthias Clasen  <maclas@gmx.de>
11303
11304         * gtk/gtktreeviewcolumn.c
11305         (gtk_tree_view_column_cell_get_position): Document. 
11306
11307         * gtk/gtktextbuffer.c (gtk_text_buffer_select_range): 
11308         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_[sg]et_expand): 
11309         * gtk/gtkbutton.c (gtk_button_[sg]et_focus_on_click): Document
11310         these as 2.4 additions.
11311
11312 2003-04-09  Matthias Clasen  <maclas@gmx.de>
11313
11314         * INSTALL.in: Fix the real thing.
11315
11316         * INSTALL: Typo fix.
11317
11318 Mon Apr  7 19:43:15 2003  Owen Taylor  <otaylor@redhat.com>
11319
11320         * gdk/x11/gdkdisplay-x11.c (gdk_x11_display_ungrab): Flush
11321         after ungrabbing the server.
11322  
11323         * gdk/x11/gdkimage-x11.c: Remove some no-longer-needed
11324         calls to XFlush().
11325
11326         * gdk/x11/gdkwindow-x11.c (_gdk_windowing_window_at_pointer):
11327         Use gdk_x11_display_grab/ungrab.
11328
11329         * gdk/x11/gdkdisplay-x11.c (gdk_display_open): Initialize
11330         use_xshm to TRUE so SHM gets used when present.
11331  
11332 2003-04-07  Matthias Clasen  <maclas@gmx.de>
11333
11334         * gtk/gtktextlayout.c (set_para_values): 
11335         * gtk/gtkenums.h (GtkWrapMode): Add GTK_WRAP_WORD_CHAR.  (#110086,
11336         David Brigada)
11337
11338         * gtk/gtkcelleditable.c, gtk/gtkfixed.c, gtk/gtktreemodel.c,
11339         gtk/gtktreeselection.c, gtk/gtktreeview.c: Fix numerous
11340         misspellings of possessive "its".  (#110027, Doug Quale)
11341
11342 2003-04-03  Matthias Clasen  <maclas@gmx.de>
11343
11344         * demos/gtk-demo/main.c (demo_find_file): Only use files from the
11345         current directory if it looks like the srcdir.  (#109357)
11346
11347 Wed Apr  2 23:02:26 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
11348
11349         * gtk/gtkbutton.[ch] (gtk_button_class_init): add property
11350         focus_on_click
11351
11352         * gtk/gtkwindow.c (gtk_window_focus): make arrow keyboard
11353         navigation not wrap around.
11354
11355 2003-04-02  Matthias Clasen  <maclas@gmx.de>
11356
11357         * gtk/gtkprogress.c (gtk_progress_get_percentage_from_value):
11358         Return 0 if lower == upper.  (#109155)
11359         (gtk_progress_get_current_percentage): Use
11360         gtk_progress_get_percentage_from_value().
11361
11362 2003-04-01  Matthias Clasen  <maclas@gmx.de>
11363
11364         * gtk/gtkimcontext.c (gtk_im_context_focus_in): Fix docs.
11365         (#109510, Noah Levitt)
11366
11367 Mon Mar 31 13:52:13 2003  Jonathan Blandford  <jrb@redhat.com>
11368
11369         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): null initialize reorder's
11370         members so Purify won't complain.
11371
11372         * gtk/gtkliststore.c (gtk_list_store_sort): ditto.
11373
11374 2003-03-31  Matthias Clasen  <maclas@gmx.de>
11375
11376         * gtk/gtkwindow.c: Add a new property, role, corresponding to 
11377         gtk_window_[gs]et_role().  (#93904)
11378
11379 Sun Mar 30 03:57:42 2003  Jonathan Blandford  <jrb@gnome.org>
11380
11381         * gtk/gtktreeselection.c (gtk_tree_selection_get_selected_rows):
11382         fix crash.  Patch from Markus Lausser <sgop@users.sourceforge.net>
11383
11384 2003-03-29  Matthias Clasen  <maclas@gmx.de>
11385
11386         * gtk/gtkoptionmenu.c (gtk_option_menu_remove_contents): Set state
11387         of labels back to normal before reparenting back.  (#102387)
11388
11389         * gtk/gtkcolorseldialog.c (gtk_color_selection_dialog_init): Set
11390         a default window title to match the GtkFontSelectionDialog behavior.
11391  
11392         (gtk_color_selection_dialog_new): Don't call
11393         gtk_window_set_title() if title is NULL.  (bug #101975, Daniel Elstner)
11394
11395 2003-03-29  Matthias Clasen  <maclas@gmx.de>
11396
11397         Fix for bug #78499:
11398         
11399         * gtk/gtkentry.h (struct _GtkEntry): Add flags select_words and
11400         select_lines. 
11401
11402         * gtk/gtkentry.c (gtk_entry_button_press): Set select_words and
11403         select_lines on double/triple click.
11404
11405         * gtk/gtkentry.c (gtk_entry_motion_notify): Implement
11406         select-by-words and select-by-lines behaviour.
11407
11408         Fixes for bug #56248:
11409         
11410         * gtk/gtknotebook.c (stop_scrolling): New function to remove the
11411         timer and queue a redraw. 
11412         (gtk_notebook_grab_notify): 
11413         (gtk_notebook_state_changed): New functions to call stop_scrolling() 
11414         if necessary.   
11415         (gtk_notebook_button_release): Use stop_scrolling().
11416         (gtk_notebook_draw_arrow): Fix drawing of insensitive arrows.
11417
11418         * gtk/gtkrange.c (stop_scrolling): New function to remove the
11419         grab, remove the timer and queue a redraw.
11420         (gtk_range_grab_notify): 
11421         (gtk_range_state_changed): New functions to call stop_scrolling() 
11422         if necessary.   
11423         (gtk_range_button_release): Use stop_scrolling().
11424
11425         * gtk/gtkspinbutton.c (gtk_spin_button_grab_notify): 
11426         (gtk_spin_button_state_changed): Redraw after stop_spinning.
11427         (gtk_spin_button_stop_spinning): Reset click_child to correct the
11428         drawing of the arrows.
11429         (gtk_spin_button_button_release): Use a local copy of click_child,
11430         since stop_spinning() resets it.
11431
11432         * gtk/gtknotebook.c (gtk_notebook_class_init): Add C-A-PgUp and
11433         C-A-PgDown as alternatives to the A-less variants. (This slipped
11434         in accidentally some time ago).  (#97860)
11435
11436 2003-03-26  Sven Neumann  <sven@gimp.org>
11437
11438         * gtk/gtktreeview.c: rewrote the function that does node and arrow
11439         prelighting, queue all redraws from here (Fixes bug #108792).
11440
11441 2003-03-20  Richard Kinder <r_kinder@yahoo.com>
11442
11443         * demos/testpixbuf.c (update_timeout): set error to NULL, not FALSE.
11444         Fixes bug #108778.
11445
11446 2003-03-20  Guntupalli Karunakar <karunakar@freedomink.org>
11447
11448         * configure.in: Added "ml" in ALL_LINGUAS
11449
11450 Sat Mar 15 18:49:27 2003  Manish Singh  <yosh@gimp.org>
11451
11452         * gtk/gtkradiomenuitem.h: use GTK_DISABLE_DEPRECATED instead of
11453         G_DISABLE_DEPRECATED.
11454
11455 2003-03-14  Tor Lillqvist  <tml@iki.fi>
11456
11457         * gdk/win32/gdkevents-win32.c: Use the signed GET_X_LPARAM() and
11458         GET_Y_LPARAM() to extract x and y coordinates from an LPARAM or
11459         DWORD, and not the unsigned HIWORD() and LOWORD(). Systems with
11460         multiple monitors can have negative coordinates on some of the
11461         monitors. (partial fix for #99496, Arnaud Charlet)
11462
11463 2003-03-15  Matthias Clasen  <maclas@gmx.de>
11464
11465         * gtk/gtktextview.c: Add a "buffer" property.  (#108353) 
11466
11467 2003-03-13  Sven Neumann  <sven@gimp.org>
11468
11469         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_set_property):
11470         removed redundant calls to g_object_notify().
11471         (gtk_cell_renderer_pixbuf_get_size): removed redundant casts, see
11472         bug #108236.
11473
11474         * gtk/gtktextiter.c (_gtk_text_iter_get_segment_char)
11475         (_gtk_text_iter_get_segment_byte): return 0, not NULL (these
11476         functions return an integer value).
11477
11478 2003-03-13  Tor Lillqvist  <tml@iki.fi>
11479
11480         * gdk/win32/gdkevents-win32.c (gdk_event_translate): On
11481         WM_MOUSEMOVE, the test whether we have actually moved (and thus
11482         shouldn't generate an GDK event) moved after the call to
11483         propagate() and translate_mouse_coords(). Otherwise we were
11484         testing wrong values. (#108115, Allin Cottrell)
11485         (gdk_event_translate): On WM_?BUTTONUP, set current_{x,y} the same
11486         way as in WM_?BUTTONDOWN and WM_MOUSEMOVE.
11487
11488         * gdk/win32/gdkevents-win32.c (gdk_pointer_grab): if a grab cursor
11489         is used, must copy the HCURSOR with CopyCursor(), as it is OK to
11490         destroy the GdkCursor after calling gdk_pointer_grab(). Set the
11491         cursor right away with SetCursor(), as we won't get any
11492         WM_SETCURSOR messages while the mouse is captured. 
11493         (gdk_display_pointer_ungrab): Correspondingly, destroy the copy
11494         with DestroyCursor() when no longer used. (#108114, Allin Cottrell)
11495
11496         * gdk/win32/gdkevents-win32.c (gdk_event_translate): On
11497         WM_SYSCHAR, return FALSE from the window procedure to prevent the
11498         DefWindowProc from being called. Otherwise Windows would beep,
11499         thinking you are tring to access a (nonexistent) menu when you
11500         press Alt-something. Don't do this for Alt-Space,
11501         though. (#107454, Martyn Russell)
11502
11503         * gdk/win32/gdkcursor-win32.c: Minor spacing and debug print fixes.
11504
11505 Tue Mar 11 12:01:07 2003  Jonathan Blandford  <jrb@gnome.org>
11506
11507         * gtk/gtktreeview.c (gtk_tree_view_class_init): Ctrl/Shift
11508         [left/right] expands/collapses the tree, #108092
11509
11510 2003-03-09  Tor Lillqvist  <tml@iki.fi>
11511
11512         * gdk/win32/gdkdrawable-win32.c (draw_segments): Don't try to
11513         compensate for LineTo() not drawing the end pixel. It causes more
11514         harm than benefits, see bug #81895.
11515
11516 2003-03-08  Matthias Clasen  <maclas@gmx.de>
11517
11518         Bug #107664 continued:
11519
11520         * gdk/x11/gdkinputprivate.h: 
11521         * gdk/x11/gdkinput-none.c (_gdk_input_window_none_event): Remove. 
11522         (_gdk_input_other_event): Return gboolean.
11523         * gdk/x11/gdkinput-xfree.c (_gdk_input_window_none_event): Remove. 
11524         (_gdk_input_other_event): Return gboolean.
11525         * gdk/x11/gdkinput-x11.c (_gdk_input_common_other_event): Return gboolean.
11526
11527         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Make return_val
11528         gboolean, remove pointless call to _gdk_input_window_none_event.
11529
11530         * gdk/win32/gdkinput-win32.[hc] (_gdk_input_other_event): Return gboolean.
11531         (_gdk_input_window_none_event): Remove.
11532
11533         * gtk/gtktextiter.c (_gtk_text_iter_get_indexable_segment): 
11534         (_gtk_text_iter_get_any_segment): 
11535         (_gtk_text_iter_get_segment_byte): 
11536         (_gtk_text_iter_get_segment_char): 
11537         (_gtk_text_iter_get_text_line): 
11538         (_gtk_text_iter_get_btree): Fix 0/NULL confusion.
11539         * gdk/x11/gdkdnd-x11.c (motif_target_table_check): Return gint.
11540         * gdk/win32/gdkfont-win32.c (gdk_font_equal): 
11541         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_get_deskrelative_origin): 
11542         (gdk_window_get_origin): 
11543         * gdk/linux-fb/gdkcolor-fb.c (gdk_colors_alloc): Fix 0/FALSE confusion. 
11544
11545 2003-03-06  Matthias Clasen  <maclas@gmx.de>
11546
11547         * gdk/gdkrgb.c (gdk_rgb_try_colormap): Return gboolean, not gint.
11548         (#107664, Morten Welinder)
11549
11550         * gdk/x11/gdkwindow-x11.c (gdk_window_get_deskrelative_origin): 
11551         * gdk/x11/gdkfont-x11.c (gdk_font_equal): 
11552         * gdk/x11/gdkdnd-x11.c (gdk_drag_get_protocol_for_display): 
11553         Fix TRUE/1 and FALSE/0 confusion.  (#107664, Morten Welinder)
11554
11555         * gtk/gtktextmark.c (gtk_text_mark_get_buffer): 
11556         * gtk/gtkeditable.c (gtk_editable_get_chars): 
11557         * gtk/gtkctree.c (gtk_ctree_find_node_ptr): 
11558         * demos/gtk-demo/main.c (demo_find_file): Fix NULL/FALSE confusion
11559         (#107648, Morten Welinder)Fix NULL/FALSE confusion
11560         (#107648, Morten Welinder)
11561
11562 2003-03-04  Matthias Clasen  <maclas@gmx.de>
11563
11564         * gtk/gtkobject.h: Add deprecation guards for gtk_object_new ().
11565
11566 Sun Mar  2 23:35:57 2003  Jonathan Blandford  <jrb@gnome.org>
11567
11568         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_get_size):
11569         handle rtl code.  Thanks to Matthias Clasen for an initial patch
11570         to handle the RTL code.
11571
11572         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_get_size): ditto
11573
11574         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_get_size): ditto
11575
11576         * gtk/gtktreeview.c: (invalidate_column),
11577         (invalidate_last_column),
11578         (gtk_tree_view_get_real_requested_width_from_column),
11579         (gtk_tree_view_size_allocate_columns),
11580         (gtk_tree_view_size_allocate), (gtk_tree_view_button_press),
11581         (gtk_tree_view_button_release_drag_column),
11582         (gtk_tree_view_update_current_reorder),
11583         (gtk_tree_view_motion_drag_column), (gtk_tree_view_bin_expose),
11584         (gtk_tree_view_key_press), (gtk_tree_view_header_focus),
11585         (gtk_tree_view_get_background_xrange),
11586         (gtk_tree_view_get_arrow_xrange),
11587         (gtk_tree_view_is_expander_column),
11588         (gtk_tree_view_set_column_drag_info),
11589         (gtk_tree_view_move_cursor_left_right):
11590         Add RTL support.
11591
11592         * gtk/gtktreeviewcolumn.h (struct _GtkTreeViewColumn): add an
11593         expand flag.
11594
11595         * gtk/gtktreeviewcolumn.c:
11596         (gtk_tree_view_column_class_init),
11597         (gtk_tree_view_column_set_property),
11598         (gtk_tree_view_column_get_property),
11599         (gtk_tree_view_column_set_expand),
11600         (gtk_tree_view_column_get_expand),
11601         (gtk_tree_view_column_cell_process_action):
11602         Add support for expand flag.  Thanks to Kristian Rietveld for an
11603         initial patch for this.
11604
11605 Fri Feb 28 02:06:17 2003  Jonathan Blandford  <jrb@gnome.org>
11606
11607
11608 2003-03-02  Tor Lillqvist  <tml@iki.fi>
11609
11610         * gdk/gdk.def
11611         * gtk/gtk.def: Add a bunch of missing entries. Noticed by Cedric
11612         Gustin.
11613
11614 2003-03-01  Matthias Clasen  <maclas@gmx.de>
11615
11616         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_set_vadjustment): 
11617         (gtk_scrolled_window_set_hadjustment): Replace uses of
11618         gtk_object_new by g_object_new.
11619
11620 Thu Feb 27 17:44:24 2003  Manish Singh  <yosh@gimp.org>
11621
11622         * demos/gtk-demo/main.c
11623         * demos/gtk-demo/tree_store.c
11624         * gdk/x11/gdkscreen-x11.c
11625         * gtk/gtkcellrenderertoggle.c
11626         * gtk/gtkcolorsel.c
11627         * gtk/gtkdnd.c
11628         * gtk/gtkeditable.c
11629         * gtk/gtkentry.c
11630         * gtk/gtkmenu.c
11631         * gtk/gtkmenubar.c
11632         * gtk/gtkmenuitem.c
11633         * gtk/gtkmenushell.c
11634         * gtk/gtkrc.c
11635         * gtk/gtksettings.c
11636         * gtk/gtkstyle.c
11637         * gtk/gtktextbuffer.c
11638         * gtk/gtktextview.c
11639         * gtk/gtktreeviewcolumn.c
11640         * tests/testgtk.c
11641         * tests/testtext.c
11642         * tests/testtreeedit.c
11643         * tests/testtreefocus.c
11644         * tests/testtreeview.c: remove unnecessary G_OBJECT() casts.
11645
11646 Tue Feb 25 21:55:17 2003  Jonathan Blandford  <jrb@redhat.com>
11647
11648         * gtk/gtkoptionmenu.c (gtk_option_menu_position): account for RTL
11649         code.
11650
11651 2003-02-24  Sven Neumann  <sven@gimp.org>
11652
11653         * gtk/gtkmain.c (gtk_get_default_language): fixed documentation.
11654
11655 2003-02-21  Tomas Ogren  <stric@ing.umu.se>
11656
11657         * docs/reference/gtk/tmpl/gtktreemodel.sgml: Fix typos in an example
11658
11659 2003-02-20  Matthias Clasen  <maclas@gmx.de>
11660
11661         * gtk/gtktextbtree.c (_gtk_text_line_previous_could_contain_tag): 
11662         Check if line_ancestor_parent is NULL.  (#102711, Manuel Clos)
11663
11664         * gtk/gtktextview.c (gtk_text_view_scroll_to_iter): 
11665         (gtk_text_view_update_adjustments): Make sure cursor stays visible
11666         during horizontal scrolling.  (#75270)
11667
11668 2003-02-19  Matthias Clasen  <maclas@gmx.de>
11669
11670         * tests/testdnd.c: Replace gtk_timeout_* by their GLib
11671         counterparts. (#106532)
11672
11673         * gdk/gdkkeys.c (gdk_keymap_class_init): Associate the
11674         keys_changed virtual function with the keys_changed signal.
11675         (#106512, Jeff Franks)
11676
11677 2003-02-15  Larry Ewing  <lewing@ximian.com>
11678
11679         * gdk/gdkevents.c (gdk_event_copy): copy the event axes as well.
11680
11681 2003-02-17  Mohammad DAMT  <mdamt@bisnisweb.com>
11682
11683         * po/id.po: Added Indonesian translation
11684         * configure.in: Added "id" to ALL_LINGUAS
11685
11686 2003-02-14  Matthias Clasen  <maclas@gmx.de>
11687
11688         * gtk/gtktextview.c (popup_targets_received): Remove bogus casts.
11689
11690 2003-02-12  Christian Rose  <menthos@menthos.com>
11691
11692         * configure.in: Added "yi" to ALL_LINGUAS.
11693
11694 2003-02-12  Matthias Clasen  <maclas@gmx.de>
11695
11696         Fix for #82734 and #78216:
11697         
11698         * gtk/gtktextview.c (delete_cb): 
11699         (select_all_cb): New callbacks for context menu items.
11700         (popup_targets_received): Add "Delete" and "Select All" to context
11701         menu, mnemonics and title caps for all items.
11702
11703         * gtk/gtkentry.c (gtk_entry_delete_cb): New callback for "Delete"
11704         context menu item.
11705         (popup_targets_received): Add "Delete" to context menu, mnemonics
11706         and title caps for all items.
11707
11708 2003-02-09  Tor Lillqvist  <tml@iki.fi>
11709
11710         * gtk/gtkfilesel.c (win32_gtk_add_drives_to_dir_list): Use
11711         GetDriveType() to recognize removable drives (in order to avoid
11712         hanging if trying to access an empty floppy drive), instead of
11713         hardcoding A: and B: (#105654).
11714
11715 2003-02-09  Matthias Clasen  <maclas@gmx.de>
11716
11717         * gtk/gtkwidget.c (gtk_widget_set_name): Add note about periods in 
11718         names.  (#57680)
11719
11720 2003-02-09  Christian Rose  <menthos@menthos.com>
11721
11722         * configure.in: Removed "en@IPA.po" from ALL_LINGUAS.
11723
11724 Fri Feb  7 04:49:46 2003  Tim Janik  <timj@gtk.org>
11725
11726         * gtk/gtkobject.c: remove quark_user_data usage in
11727         gtk_object_{g|s}et_user_data(). fixes get_user_data()
11728         returning NULL for user_data set through property interface.
11729
11730         * gtk/gtkitemfactory.c (gtk_item_factory_create_item): don't put out
11731         warnings if a pixbuf couldn't be retrieved, since (a) this doesn't
11732         need to be a programming error (in case of loaded data), (b) it breaks
11733         with 2.0 behaviour where extra magic could be used to create empty
11734         images. don't attempt to retrieve pixbufs from NULL extra_data.
11735
11736 2003-02-06  Matthias Clasen  <maclas@gmx.de>
11737
11738         * gdk/x11/gdkvisual-x11.c (gdk_visual_get_best_with_depth): Return
11739         a GdkVisual *, not a GdkVisual **.  (#105243)
11740
11741         * gtk/gtkclist.c: 
11742         * gtk/gtkctree.c: 
11743         * gtk/gtkcontainer.c: 
11744         * gtk/gtkdnd.c: 
11745         * gtk/gtkentry.c: 
11746         * gtk/gtklist.c:
11747         * gtk/gtkmenu.c:
11748         * gtk/gtkmenuitem.c:
11749         * gtk/gtknotebook.c:
11750         * gtk/gtkselection.c:
11751         * gtk/gtkspinbutton.c:
11752         * gtk/gtktext.c:
11753         * gtk/gtktextview.c:
11754         * gtk/gtktooltips.c:
11755         * gtk/gtktreeview.c:
11756         * gtk/gtkwindow.c: Replace uses of gtk_timeout_* and gtk_idle_* by
11757         their non-deprecated GLib counterparts.
11758         
11759         * gtk/gtkmain.h: Fully deprecate gtk_timeout_* and gtk_idle_*.
11760         
11761 Sun Feb  2 16:45:57 GMT 2003  Tony Gale <gale@gtk.org>
11762
11763         * docs/tutorial/gtk-tut.sgml: cleanups from
11764         Sebastian Rittau (#104832)
11765
11766 2003-02-01  Tor Lillqvist  <tml@iki.fi>
11767
11768         Merge from stable:
11769
11770         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_foreign_new_for_display,
11771         gdk_pixmap_lookup, gdk_pixmap_lookup_for_display): Implement.
11772         (#104108, Naofumi Yasufuku)
11773
11774         * gdk/gdk.def: Export the above. Export
11775         gdk_screen_get_system_visual, noticed by Ed Woods.
11776
11777 Fri Jan 31 17:45:22 2003  Manish Singh  <yosh@gimp.org>
11778
11779         * demos/pixbuf-demo.c
11780         * demos/testpixbuf.c
11781         * demos/gtk-demo/pixbufs.c: remove deprecated gtk_timeout_* usage.
11782
11783 Fri Jan 31 17:33:00 2003  Manish Singh  <yosh@gimp.org>
11784                                                                                 
11785         * gtk/gtknotebook.c (gtk_notebook_remove_tab_label): set_state
11786         on the tab_label before unparenting it, in case the unparent
11787         drops the refcount to 0.
11788
11789 2003-02-01  Matthias Clasen  <maclas@gmx.de>
11790
11791         * gtk/gtkiconfactory.h: Use GDK_MULTIHEAD_SAFE like all other gtk
11792         headers. Sorry about gtk_selection_clear, Yosh.
11793
11794 Thu Jan 30 17:16:05 2003  Manish Singh  <yosh@gimp.org>
11795
11796         * gtk/gtkselection.h: declare gtk_selection_clear in GTK_COMPILATION
11797         too, for gtkwidget.c. Remember people, when introducing new
11798         deprecations, make sure internal code isn't using it, or if so,
11799         reorganize appropriately like I've done in other places.
11800
11801         * tests/testtext.c: don't use deprecated gtk_timeout_* stuff.
11802
11803 2003-01-31  Matthias Clasen  <maclas@gmx.de>
11804
11805         * gtk/gtkselection.h: 
11806         * gtk/gtkselection.c (gtk_selection_clear): Deprecate.  (#85683)
11807
11808         * gdk/gdkpixbuf.h: 
11809         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable): 
11810         (gdk_pixbuf_render_to_drawable_alpha): Deprecate.  (#60582)
11811
11812         * gtk/gtkcolorsel.h:
11813         * gtk/gtkcolorsel.c (gtk_color_selection_set_change_palette_hook):
11814         Deprecate.  (#98167)
11815
11816         * gtk/gtkpaned.h: Deprecate gtk_paned_computed_position(). (#97077)
11817
11818         * gtk/gtkmain.h: Deprecate the gtk_timeout_*, gtk_idle_*
11819         and gtk_input_* functions.  (#71596)
11820         
11821         * gtk/gtkentry.c (gtk_entry_move_cursor): 
11822         * gtk/gtklabel.c (gtk_label_move_cursor): Handle
11823         GTK_MOVEMENT_HORIZONTAL_PAGES in switches.
11824
11825         * gdk/gdk.h: Deprecate gdk_wcstombs() and gdk_mbstowcs().  (#79803)
11826
11827         * gtk/gtkitemfactory.h: 
11828         * gtk/gtkitemfactory.c (gtk_item_factory_add_foreign): Deprecate. 
11829         (#69244)
11830
11831 Thu Jan 30 23:48:30 2003  Kristian Rietveld  <kris@gtk.org>
11832
11833         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_count_special_cell):
11834         only count the special cell if it is also visible,
11835         (_gtk_tree_view_column_get_neighbor_sizes): only take the width into
11836         account from visible cells,
11837         (gtk_tree_view_column_cell_get_position): likewise, (Reported and
11838         testcase provided by Vasco Alexandre da Silva Costa, via IRC,
11839         tracking bug was #104563).
11840         
11841 Thu Jan 30 23:46:15 2003  Kristian Rietveld  <kris@gtk.org>
11842
11843         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_process_action):
11844         subtract expander space and focus line space from the extra space
11845         we are about the allocate. (Fixes #104635).
11846
11847 Thu Jan 30 23:42:03 2003  Kristian Rietveld  <kris@gtk.org>
11848
11849         * gtk/gtkstyle.c (apply_affine_on_point): fix rouding error
11850         (Fixes #96242, patch from Soeren Sandmann).
11851
11852 Thu Jan 30 16:54:29 2003  Owen Taylor  <otaylor@redhat.com>
11853
11854         * gtk/gtknotebook.c: Patch from Soeren Sandmann
11855         to update the states of the tab label child
11856         widgets to match the state of the tabs. 
11857         (#93389, Reported by Tommi Komulainen)
11858
11859 Thu Jan 30 16:30:54 2003  Owen Taylor  <otaylor@redhat.com>
11860
11861         * Makefile.am (EXTRA_DIST): Remove gtk+.spec.in from
11862         EXTRA_DIST, and from dist rules. (#102231)
11863
11864 2003-01-30  Daniel Elstner  <daniel.elstner@gmx.net>
11865
11866         * gtk/gtktoolbar.c (set_child_packing_and_visibility): New helper
11867         function that sets the icon's and label's packing options and
11868         visibility based on toolbar->style.
11869
11870         (gtk_toolbar_internal_insert_element):
11871         (gtk_real_toolbar_style_changed): Make use of
11872         set_child_packing_and_visibility() to clean up the code and get
11873         the packing right for icon-only/text-only toolbars. (#104679)
11874
11875         (get_first_child): Remove, and use gtk_bin_get_child() instead.
11876
11877 2003-01-30  Matthias Clasen  <maclas@gmx.de>
11878
11879         * gtk/gtktextview.c: Replace PAGE_HORIZONTALLY_HACK_VALUE by
11880         GTK_MOVEMENT_HORIZONTAL_PAGES.  (#68947)
11881
11882         * gtk/gtkenums.h: Add GTK_MOVEMENT_HORIZONTAL_PAGES to GtkMovementStep.
11883         
11884 Thu Jan 30 16:01:29 2003  Owen Taylor  <otaylor@redhat.com>
11885
11886         * gdk/gdkrgb.c (gdk_rgb_try_colormap): Remove the 
11887         attempt-to-allocate then free code. To handle multiple
11888         people allocating colors at the same time, we need
11889         to just go ahead and try. (#102213, Shivram U)
11890         
11891 2003-01-30  Daniel Elstner  <daniel.elstner@gmx.net>
11892
11893         * gtk/gtkcolorsel.c (palette_paint): Explicitely draw an opaque
11894         rectangle using the background color rather than relying on
11895         gdk_window_clear_area(), so that the palette works properly with
11896         pixmap themes. (#101732)
11897
11898         * demos/gtk-demo/colorsel.c: Install an "expose_event" handler
11899         to fill the drawing area in the background color.
11900
11901 Wed Jan 29 14:11:21 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
11902
11903         * modules/input/gtkimcontextxim.c (choose_better_style): fix a memory
11904         initialization error for selecting input style (#103549).
11905
11906 Wed Jan 29 17:02:41 2003  Owen Taylor  <otaylor@redhat.com>
11907
11908         * gdk/gdkkeyuni.c (get_decimal_char): Make the 
11909         translation of GDK_KP_Decimal dependent on LC_NUMERIC.
11910         (#101225)
11911
11912 Wed Jan 29 15:43:56 2003  Owen Taylor  <otaylor@redhat.com>
11913
11914         * gtk/gtkmenushell.c (gtk_real_menu_shell_move_current):
11915         Make up from the menu bar go to the end of the submenu.
11916         (#96114, Ian Peters.)
11917
11918         * gtk/gtkmenuitem.c (gtk_menu_item_mnemonic_activate): 
11919         Only do the select-but-not-activate stuff if the
11920         menu is already active. Otherwise, just activate.
11921         (#101690, Arvind Samptur)
11922
11923 Tue Jan 28 15:18:24 2003  Owen Taylor  <otaylor@redhat.com>
11924
11925         * autogen.sh (have_automake): Fix version in complaint
11926         message about automake. (#104366, Rich Burridge)
11927
11928 Mon Jan 27 16:38:13 2003  Owen Taylor  <otaylor@redhat.com>
11929
11930         * configure.in: Remove SOEXT stuff; it doesn't work portably.
11931
11932 Mon Jan 27 22:45:15 2003  Kristian Rietveld  <kris@gtk.org>
11933
11934         * gtk/gtktreestore.c (gtk_tree_store_move): don't handle b if
11935         we appended/prepended, send the rows_reordered signal to the 
11936         correct level ... (Reported by Matthew Tuck).
11937
11938 Mon Jan 27 22:43:11 2003  Kristian Rietveld  <kris@gtk.org>
11939
11940         * gtk/gtktreestore.c (gtk_tree_store_sort_helper): don't just bail
11941         out if the level only has one item, recurse over the child if there
11942         is one. (Fixes #100458, reported by Gaël Le Mignot).
11943
11944 Mon Jan 27 22:41:26 2003  Kristian Rietveld  <kris@gtk.org>
11945
11946         * gtk/gtktreeview.c (gtk_tree_view_set_model),
11947         (gtk_tree_view_search_equal_func): make TreeView search handle
11948         all types which are transformable by GValue. (Fixes #99803, reported
11949         by Muktha Narayan).
11950
11951 Mon Jan 27 22:39:25 2003  Kristian Rietveld  <kris@gtk.org>
11952
11953         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_sort_column_id):
11954         *really* handle unsetting the ID. Slightly modified patch from
11955         Soeren Sandmann. Fixes #87556, reported by Jarek Dukat.
11956
11957 Mon Jan 27 22:33:43 2003  Kristian Rietveld  <kris@gtk.org>
11958
11959         Fixes the total GtkTreeSortable mess, and #83195, reported by
11960         Jarek Dukat
11961
11962         * gtk/gtktreestore.c (gtk_tree_store_get_sort_column_id),
11963         (gtk_tree_store_set_sort_column_id), (gtk_tree_store_set_sort_func),
11964         (gtk_tree_store_set_default_sort_func): use the constant
11965         GTK_TREE_SORTABLE_DEFAULT_SORT_COLUMN_ID instead of -1, make functions
11966         work as advertised by the documentation.
11967
11968         * gtk/gtklistore.c (gtk_list_store_get_sort_column_id),
11969         (gtk_list_store_set_sort_column_id), (gtk_list_store_set_sort_func),
11970         (gtk_list_store_set_default_sort_func): likewise.
11971
11972         * gtk/gtktreemodelsort.c (gtk_tree_model_set_sort_column_id),
11973         (gtk_tree_model_set_sort_func),
11974         (gtk_tree_model_sort_set_default_sort_func): make functions work
11975         as advertised by the documentation.
11976
11977 Mon Jan 27 22:31:56 2003  Kristian Rietveld  <kris@gtk.org>
11978
11979         * gtk/gtktreeview.c (gtk_tree_view_button_press): update focus_column
11980         before we decide if we edit. (fixes #100973, reported by Dave Cook).
11981
11982 Mon Jan 27 22:29:30 2003  Kristian Rietveld  <kris@gtk.org>
11983
11984         Bug report and test case from Paolo Maggi via IRC.
11985
11986         * gtk/gtkliststore.c (gtk_list_store_swap): update tail if needed,
11987         (gtk_list_store_move): update tail if needed.
11988
11989 Mon Jan 27 16:19:59 2003  Owen Taylor  <otaylor@redhat.com>
11990
11991         * gtk/gtksocket.c (gtk_socket_filter_func): event->any.window
11992         might be NULL. Use gtk_widget_get_display (widget) 
11993         (#102860, Thomas Leonard)
11994
11995 Mon Jan 27 15:58:31 2003  Owen Taylor  <otaylor@redhat.com>
11996
11997         * configure.in: Fix --without-modules/--disable-modules
11998         confusion that was causing --disable-modules not to work.
11999         (#102865, Akira Tagoh)
12000
12001         * configure.in: Fix problem with plain --with-xinput
12002         (#104266, Akira Tagoh)
12003
12004 2003-01-24  Sebastian Rittau  <srittau@jroger.in-berlin.de>
12005
12006         * docs/tutorial/gtk-tut.sgml: Fix a few typos, introduced by my last
12007         patch.
12008
12009 Fri Jan 24 17:06:41 GMT 2003  Tony Gale <gale@gtk.org>
12010
12011         * docs/tutorial/gtk-tut.sgml: Remove duplicate copy of tictactoe.h
12012
12013 Thu Jan 23 21:15:29 GMT 2003  Tony Gale <gale@gtk.org>
12014
12015         * docs/faq/gtk-faq.sgml: Learn to spell Library
12016
12017 Thu Jan 23 20:56:56 GMT 2003  Tony Gale <gale@gtk.org>
12018         * Sebastian Rittau  <srittau@jroger.in-berlin.de>:
12019
12020            docs/tutorial/gtk-tut.sgml: Adopted chapter 21.3 "Creating a
12021            Composite widget" to modern standards. (I.e. use gobject instead of
12022            glib, derive from GtkTable instead of GtkVBox.) Bugzilla #103869.
12023
12024         * docs/tutorial/gtk-tut.sgml, examples/tictactoe: Fixup tic-tac-toe
12025         code in Appendix C to reflect above changes.
12026
12027         * examples/rangewidgets/rangewidgets.c: From Roger Leigh
12028         auto resize on page size change
12029
12030 2003-01-23  Daniel Elstner  <daniel.elstner@gmx.net>
12031
12032         * gtk/gtktoolbar.c (gtk_toolbar_hide_all): Override hide_all
12033         in addition to show_all in order to keep them symmetric. (#102201)
12034
12035 Wed Jan 22 14:18:46 2003  Manish Singh  <yosh@gimp.org>
12036
12037         * gdk/x11/gdkevents-x11.c (translate_key_event): add a "return" at
12038         the end of the function, so there is a statement following the "out"
12039         label in all cases (fixes #101961)
12040
12041 2003-01-22  Christian Rose  <menthos@menthos.com>
12042
12043         * configure.in: Added "mn" to ALL_LINGUAS.
12044
12045 Wed Jan 15 17:02:18 2003  Owen Taylor  <otaylor@redhat.com>
12046  
12047         * gtk/gtktextlayout.c (gtk_text_layout_validate_yrange):
12048         Fix off-by-one error on the backward iteration loop,
12049         that was causing the wrong range to be redrawn.
12050         (at least part of #72734)
12051         
12052 2003-01-21  Matthias Clasen  <maclas@gmx.de>
12053
12054         * gtk/gtktextview.c (gtk_text_view_size_allocate): Adjust the
12055         vadjustment value after changing its bounds.  (fixes #101963 and 
12056         #73562)
12057
12058         * gtk/gtkcolorsel.c (hex_changed): Fix clamping to [0,1] to avoid 
12059         unnecessary roundtrip failures.  (#93500)
12060
12061 2003-01-19  Tor Lillqvist  <tml@iki.fi>
12062
12063         Merge from stable:
12064         
12065         Fix for #103614 and some other problems with GtkFileSelection on
12066         Windows:
12067                 
12068         * gtk/fnmatch.c (get_char): Need to use g_unichar_tolower(), not
12069         g_ascii_tolower(). Windows file names are case-insensitive for all
12070         Unicode letters.
12071
12072         * gtk/gtkfilesel.c: Instead of checking for G_OS_WIN32 or
12073         G_WITH_CYGWIN, check G_PLATFORM_WIN32. Move inclusion of gtkintl.h
12074         earlier, as it includes config.h unconditionally, and gtkprivate.h
12075         redefines GTK_LOCALEDIR.
12076         (struct _CompletionDirSent): Ifdef out the fields not used on
12077         Windows.
12078         (compare_utf8_filenames, compare_sys_filenames): Need different
12079         comparison implementation for UTF-8 file names and system locale
12080         file names on Win32. Cannot simply use g_ascii_strcasecmp(), but
12081         need to casefold all Unicode letters.
12082         (cmpl_completion_matches, open_dir, correct_parent): Ifdef out
12083         variables not used on Win32 to avoid warnings about unused
12084         variables.
12085         (open_ref_dir): Use g_path_skip_root() to skip past potential
12086         drive letter in front of the leading (back)slash.
12087         (open_new_dir): Ifdef out use of CompletionDirSent fields not
12088         there on Win32.
12089         (correct_parent): Bypass inode check also on Cygwin.
12090
12091         Fix bug noticed by Alex Shaduri: Tooltips and other
12092         GDK_WINDOW_TEMP windows were activated. This looked very odd, and
12093         was a regression from earlier versions.
12094         
12095         * gdk/win32/gdkwindow-win32.c (show_window_internal): Fine-tune
12096         behaviour. Don't ever activate GDK_WINDOW_TEMP windows.
12097         (gdk_window_move, gdk_window_resize): Add debug logging.
12098
12099         * gdk/win32/gdkevents-win32.c (gdk_event_translate): When we get a
12100         WM_SIZE message for a non-visible (withdrawn) window, don't clear
12101         the GDK_WINDOW_STATE_WITHDRAWN bit. The window is still withdrawn
12102         even if its size changes.
12103
12104 2003-01-16  Matthias Clasen  <maclas@gmx.de>
12105
12106         * gtk/gtktextlayout.c (gtk_text_layout_get_cursor_locations): Typo fixes.
12107         (totally_invisible_line): Fix an incorrect optimization which
12108         caused invisible paragraphs to be occasionally misrendered.
12109
12110 Wed Jan 15 15:55:47 2003  Owen Taylor  <otaylor@redhat.com>
12111
12112         * gtk/gtksettings.c: Set the double click speed from
12113         XSETTINGS when creating a new GtkSettings object
12114         as well as when getting a notify. (#103601, reported
12115         by Louis Garcia)
12116
12117 Wed Jan 15 14:56:09 2003  Owen Taylor  <otaylor@redhat.com>
12118  
12119         * gtk/gtknotebook.c (gtk_notebook_size_allocate): 
12120         Show/hide the notebook event window as necessary,
12121         we weren't previously keeping the visibility updated
12122         properly.  (#103599)
12123  
12124 2003-01-15  Matthias Clasen  <maclas@gmx.de>
12125
12126         * examples/menu/itemfactory.c: 
12127         * docs/tutorial/gtk-tut.sgml: Add a <StockItem> to the itemfactory
12128         example.  (#103211)
12129
12130 2002-12-29  Murray Cumming  <murrayc@usa.net>
12131
12132         Fixes #102168.
12133
12134         * gtk/gtkliststore.c, gtktreednd.c, gtktreestore.c:
12135         Actually implement the GtkTreeDragSource::row_draggable virtual 
12136         function in GtkListStore and GtkTreeStore instead of just checking 
12137         whether it's implemented at all. This means that DnD isn't broken by
12138         gtkmm's virtual function wrappers. The alternative would be to
12139         hard-code the TRUE return value into gtkmm's wrappers, but that's 
12140         part of GTK+'s implementation, not it's API.
12141
12142 Tue Jan 14 23:42:29 2003  Kristian Rietveld  <kris@gtk.org>
12143
12144         * gtk/gtktreeview.c: fix compiler warning.
12145
12146 Tue Jan 14 23:29:00 2003  Kristian Rietveld  <kris@gtk.org>
12147
12148         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render):
12149         make sure exposed pixbufs are clipped to the exposed area before
12150         drawing, which is a slight speedup. (#102379, patch from Soeren
12151         Sandmann).
12152
12153 Tue Jan 14 23:26:41 2003  Kristian Rietveld  <kris@gtk.org>
12154
12155         * gtk/gtktreeview.c (validate_visible_area): silly typo fix,
12156         only free scroll_to_path when the complete tree has been validated.
12157         This makes sure that we scrolled to the correct path.
12158
12159 Tue Jan 14 23:25:32 2003  Kristian Rietveld  <kris@gtk.org>
12160
12161         * gtk/gtktreeview.c (gtk_tree_view_style_set): update the
12162         background of widget->window and bin->window. (Fixes #96650, reported
12163         by Dave Camp).
12164
12165 Tue Jan 14 23:24:02 2003  Kristian Rietveld  <kris@gtk.org>
12166
12167         * gtk/gtktreeview.c (gtk_tree_view_clamp_node_visible): process
12168         updates before scrolling, avoiding a "selection streak". (Fixes
12169         #101235, patch from Soeren Sandmann).
12170
12171 Tue Jan 14 23:22:13 2003  Kristian Rietveld  <kris@gtk.org>
12172
12173         * gtk/gtktreeview.c (validate_visible_area): actually put values
12174         in the requisition using gtk_widget_size_request. (Fixes #100172,
12175         reported by Kjartan Maraas).
12176
12177 Tue Jan 14 23:19:45 2003  Kristian Rietveld  <kris@gtk.org>
12178
12179         * gtk/gtktreeview.c (gtk_tree_view_rows_reordered): cancel the
12180         arrow animation timeout before we actually reorder the rbtree. If
12181         we don't do this we can get stuck arrows,
12182         (cancel_arrow_animation): new function. (Fixes #93629, part 2,
12183         reported and testcase provided by Hans Petter Jansson).
12184
12185 Tue Jan 14 23:18:21 2003  Kristian Rietveld  <kris@gtk.org>
12186
12187         * gtk/gtktreeselection.c (gtk_tree_selection_real_modify_range):
12188         anchor_path should be start_path, not end_path. (Fixes #102618,
12189         patch from Carlos Garnacho Parro).
12190
12191 Tue Jan 14 23:16:15 2003  Kristian Rietveld  <kris@gtk.org>
12192
12193         * gtk/gtkliststore.c (gtk_list_store_move): also update the tail,
12194         only correct new_pos if we don't move to the head/tail.
12195
12196 Tue Jan 14 23:11:55 2003  Kristian Rietveld  <kris@gtk.org>
12197
12198         * gtk/gtktreestore.c (gtk_tree_store_swap): take the path from
12199         the parent_iter if depth >= 1, so we send the reordered signal to
12200         the correct level, remove debugging printfs which I forgot the remove
12201         earlier (2.2.0 shipped with this, oops). (Fixes #103198, Reported and
12202         testcase provided by Matthew Tuck).
12203
12204 Tue Jan 14 20:58:44 2003  Kristian Rietveld  <kris@gtk.org>
12205
12206         * gtk/gtktreeview.c (invalite_last_column): split out actual column
12207         invalidation into invalidate_column(),
12208         (gtk_tree_view_size_allocate_columns): invalidate column if the
12209         new width is larger than the old width.
12210         (fixes #102890, reported by Alex Duggan).
12211
12212 2003-01-14  Matthias Clasen  <maclas@gmx.de>
12213
12214         * gtk/gtktextview.c (gtk_text_view_move_cursor_internal): Skip
12215         invisible chars for GTK_MOVEMENT_LOGICAL_POSITIONS and
12216         GTK_MOVEMENT_WORDS.
12217
12218         * gtk/gtktextiter.c,
12219         gtk/gtktextiter.h: Add some variant movement functions which
12220         skip invisible chars, and do some cleanups.
12221
12222 2003-01-12  Tor Lillqvist  <tml@iki.fi>
12223
12224         Merge from stable:
12225                 
12226         * gtk/gtkmain.c: Move inclusion of config.h and gtkintl.h earlier,
12227         as gtkprivate.h redefines GTK_LOCALEDIR on Win32, for run-time
12228         lookup.
12229
12230         * gdk/Makefile.am (libgdk_win32_2_0_la_DEPENDENCIES): Depend on
12231         gdk.def.
12232
12233         * gdk/gdk.def
12234         * gtk/gtk.def: Add some missing entries. Thanks to Kenichi SUTO.
12235
12236         * gtk-zip.sh.in (DEVZIP): Add bin/{gtk-query-immodules-2.0,
12237         gtk-demo}.exe and share/gtk-2.0.
12238
12239         * gdk/win32/gdkwindow-win32.c (gdk_window_set_skip_taskbar_hint):
12240         Implement by setting or clearing the WS_EX_TOOLWINDOW extended
12241         window style.
12242         (gdk_window_set_type_hint): Add all cases to the switch (not all
12243         do anything, though). Handle GDK_WINDOW_TYPE_HINT_TOOLBAR by
12244         calling gdk_window_set_skip_taskbar_hint(). This means that GTK
12245         won't know that the skip_taskbar hint is on for the window, is
12246         this bad?
12247
12248 Wed Jan  8 18:43:03 2003  Manish Singh  <yosh@gimp.org>
12249
12250         * gdk/x11/gdkdisplay-x11.c: #include <stdlib.h> for putenv,
12251         <string.h> for strlen.
12252
12253         * gdk/x11/gdkscreen-x11.c: #include <stdlib.h> for getenv,
12254         <string.h> for strrchr.
12255
12256         * tests/testgtk.c (create_saved_position): "x" and "y" properties
12257         for widgets no longer exist, use gtk_window_move instead.
12258
12259         * test/testtextbuffer.c (check_get_set_text): cast strlen to
12260         int for g_error.
12261
12262 2003-01-08  Matthias Clasen  <maclas@gmx.de>
12263
12264         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Fix display of
12265         the selection in the presence of invisible segments.
12266
12267 2003-01-07  Matthias Clasen  <maclas@gmx.de>
12268
12269         * gtk/gtktextview.c (gtk_text_view_class_init): Bind C-/ and C-\
12270         to "select all" and "unselect all".  (#102065)
12271
12272         * gtk/gtktextview.h (struct _GtkTextView): Add a comment that
12273         the just_selected_element is unused.
12274
12275         * gtk/gtktextview.c (extend_selection): New helper function to
12276         find the range that should be added to the selection. 
12277         (selection_motion_event_handler): 
12278         (gtk_text_view_start_selection_drag): 
12279         (gtk_text_view_end_selection_drag): 
12280         (selection_motion_event_handler): 
12281         (selection_scan_timeout): Support select-by-words/lines.
12282         (gtk_text_view_button_press_event): Start a selection drag on
12283         double/triple clicks.  (#78499)
12284
12285 2003-01-06  Matthias Clasen  <maclas@gmx.de>
12286
12287         Implement a utility function proposed in #102534:
12288         
12289         * gtk/gtktextbtree.h: 
12290         * gtk/gtktextbtree.c (_gtk_text_btree_select_range): New function.
12291         (_gtk_text_btree_place_cursor): Now a simple wrapper around
12292         _gtk_text_btree_select_range().   
12293
12294         * gtk/gtktextbuffer.h: 
12295         * gtk/gtktextbuffer.c (gtk_text_buffer_select_range): New function.
12296         (gtk_text_buffer_place_cursor): Now a simple wrapper around
12297         gtk_text_buffer_select_range(). 
12298
12299 2003-01-05  Havoc Pennington  <hp@pobox.com>
12300
12301         * configure.in: fix a stray bracket that was breaking the build
12302
12303 2003-01-05  Tor Lillqvist  <tml@iki.fi>
12304
12305         * gtk-zip.sh.in: Use correct DLL and import library names, with
12306         GTK_API_VERSION in name, not GTK_MAJOR_VERSION.GTK_MINOR_VERSION.
12307         (DEVZIP): Add gdk-pixbuf-query-loaders.exe.
12308
12309         * configure.in: Improve check for dimm.h.
12310
12311         * configure.in: Set SOEXT to 'so' on Unix, 'dll' on Win32. Used in
12312         gdk-pixbuf/Makefile.am.
12313
12314         * gdk-pixbuf/makefile.mingw.in
12315         * gdk-pixbuf/pixops/makefile.mingw.in
12316         * gdk/makefile.mingw.in
12317         * gdk/win32/makefile.mingw.in
12318         * gtk/makefile.mingw.in: Remove. Not maintained anyway.
12319
12320         * gdk-pixbuf/Makefile.am
12321         * gdk-pixbuf/pixops/Makefile.am
12322         * gdk/Makefile.am
12323         * gdk/win32/Makefile.am
12324         * gtk/Makefile.am
12325         * configure.in: Remove makefile.mingw{,.in} from here, too.
12326         
12327         * README.win32: Updates. Don't mention the now removed
12328         makefile.mingw files.
12329
12330         * gdk/gdk.def
12331         * gtk/gtk.def: Add a couple of missing entries.
12332
12333         * gdk/gdkkeynames.c: Include <string.h> for strcmp() and memcpy().
12334
12335         * gdk/win32/gdkevents-win32.c: Move dimm.h header clash workaround
12336         earlier.
12337
12338         * gdk/win32/rc/Makefile.am: Add hack to help
12339         build/win32/lt-compile-resource decide which kind of libtool
12340         object file to produce.
12341
12342 2003-01-05  Matthias Clasen  <maclas@gmx.de>
12343
12344         * gtk/gtktextview.c (gtk_text_view_move_cursor_internal): Make
12345         C-Down step through the sequence of paragraph ends (old behaviour
12346         included paragraph starts).  (#80340, patch by Narayana Pattipati)
12347
12348         * gtk/gtktextiter.c (_gtk_text_btree_get_iter_at_first_toggle):
12349         Check for a tag toggle at the start iterator before calling
12350         gtk_text_iter_forward_to_tag_toggle().  (#102090, patch by Daniel 
12351         Elstner)
12352
12353 2003-01-04  Matthias Clasen  <maclas@gmx.de>
12354
12355         * gtk/gtkfilesel.h (struct _GtkFileSelection): Add /*< public >*/
12356         and /*< private >*/ as appropriate.  (#97211)
12357
12358 2003-01-04  Tor Lillqvist  <tml@iki.fi>
12359
12360         * Makefile.am (EXTRA_DIST): Don't distribute gtk-zip.sh, but do
12361         distribute gtk-zip.sh.in.
12362
12363         * gtk-zip.sh.in (DEVZIP): Add gdk-pixbuf-csource.exe and .1.
12364
12365 2003-01-03  Havoc Pennington  <hp@pobox.com>
12366
12367         * docs/Makefile.am (EXTRA_DIST): put it in EXTRA_DIST
12368
12369         * docs/text_widget_internals.txt: add a file documenting some of
12370         the text widget internals
12371
12372 2003-01-02  Matthias Clasen  <maclas@gmx.de>
12373
12374         * gtk/gtkwindow.c (gtk_window_get_focus): Document that it may
12375         return NULL.  (#102069)
12376
12377 2003-01-01  Matthias Clasen  <maclas@gmx.de>
12378
12379         * gtk/fnmatch.c (FNMATCH_TEST_CASES): #undef, since having
12380         a main() in the library is obviously bad. 
12381
12382 2002-12-27  Matthias Clasen  <maclas@gmx.de>
12383
12384         * gtk/gtktextview.c (gtk_text_view_drag_data_received): Place the
12385         cursor at drop point.  (#72384)
12386         (gtk_text_view_size_allocate): Update the horizontal adjustment
12387         value.  (#75694)
12388
12389 2002-12-25  Matthias Clasen  <maclas@gmx.de>
12390
12391         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Fix highlighting of
12392         selection wrt. to empty lines.  (#90435, #90582, #91619)
12393
12394         * gtk/gtktextview.c (gtk_text_view_preedit_changed_handler):
12395         Keep the cursor on screen.  (#96929)
12396
12397 2002-12-24  Matthias Clasen  <maclas@gmx.de>
12398
12399         * gtk/gtktextbuffer.c (paste_from_buffer): 
12400         (clipboard_text_received): Let the user action span the insertion
12401         and the deletion of the old selection.  (#82844)
12402
12403 2002-12-23  Matthias Clasen  <maclas@gmx.de>
12404
12405         * gtk/gtktextiter.c (gtk_text_iter_backward_sentence_starts):
12406         Don't call gtk_text_iter_backward_sentence_start() if
12407         count is zero.  (#99115)
12408
12409         * gtk/gtktextview.c (gtk_text_view_move_cursor_internal): Call
12410         move_cursor() even if the cursor hasn't moved, since it has the
12411         side effect of canceling the selection.  (#81395, #98537, #98333)
12412
12413 2002-12-22  Matthias Clasen  <maclas@gmx.de>
12414
12415         * gtk/gtktextlayout.c (add_preedit_attrs): Don't add attributes
12416         with empty ranges.  (fixes #101564 and #80637)
12417
12418 2002-12-21  Tor Lillqvist  <tml@iki.fi>
12419
12420         * gdk/win32/gdkwindow-win32.c (gdk_window_new): Move the code that
12421         sets the window style and extended window style, and adjusts the
12422         width and height to take the window decorations into account
12423         earlier. The adjusted width and height used to be ignored. Remove
12424         the local x, y, width and height variables, no need to further
12425         confuse the code by having local copies. (Partial fix, I hope, for
12426         #101588)
12427
12428         (gdk_window_move): When moving top-level windows, take title bar
12429         and border width into account, offsetting the coordinates before
12430         calling SetWindowPos().
12431
12432         (gdk_window_set_decorations, gdk_window_set_functions):
12433         Reimplement, taking into account the peculiar semantics of
12434         GDK_DECOR_ALL and GDK_FUNC_ALL. (#79036)
12435
12436         (gdk_window_get_decorations): Implement. (#98981)
12437         
12438         (gdk_window_set_type_hint): When setting
12439         GDK_WINDOW_TYPE_HINT_MENU, call gdk_window_set_decorations().
12440         (#79036)
12441
12442         * gdk/gdk.def: Add gdk_window_get_decorations. (#98981)
12443
12444 2002-12-21  Matthias Clasen  <maclas@gmx.de>
12445
12446         * gtk/gtktextview.c (gtk_text_view_set_background): New static
12447         function to set the background of all windows.
12448         (gtk_text_view_style_set): Use gtk_text_view_set_background().
12449         (gtk_text_view_state_changed): New function; change background
12450         according to state.  (#88126)
12451
12452 2002-12-21  Havoc Pennington  <hp@pobox.com>
12453
12454         * gtk/gtktextview.c (gtk_text_view_move_visually): fix the documentation
12455