]> Pileus Git - ~andy/gtk/blob - ChangeLog.pre-2-4
don't modify the passed in GdkSegment(s) in place, we may get them again
[~andy/gtk] / ChangeLog.pre-2-4
1 2004-05-02  Hans Breuer  <hans@breuer.org>
2
3         * gdk/win32/gdkdrawable-win32.c (draw_segments) : don't
4         modify the passed in GdkSegment(s) in place, we may get
5         them again to draw at the same place. Fixes bug #129095, 
6         bug #137177, ...
7         (draw_segments) draw the end pixel again to get the 
8         pixmap mask right, fixes bug #126710, #130202
9
10         * gdk/win32/gdkwindow-win32.c : use SetForegroundWindow,
11         fixes bug #106013, John Ehresman
12
13         * gtk/makefile.msc.in : don't try to link gtk.res but
14         use gtk-win32.res (as supposed to be fixed below :)
15
16 2004-05-01  Hans Breuer  <hans@breuer.org>
17
18         * tests/Makefile.am : tests/makefile.msc is in CVS for
19         a long time, finally added to EXTRA_DIST : fixes bug 
20         #141334, John Ehresman
21
22 2004-04-30  Matthias Clasen  <mclasen@redhat.com>
23
24         * === Released 2.4.1 ===
25
26         * configure.in: Version 2.4.1, interface age 1. 
27
28         * NEWS: Updates
29
30 2004-04-29  Federico Mena Quintero  <federico@ximian.com>
31
32         Fixes #140412.
33
34         * gtk/gtkfilechooserdefault.c (remove_selected_bookmarks): New
35         function; moved the code over from
36         remove_bookmark_button_clicked_cb().
37         (remove_selected_bookmarks): Now, getting a non-removable bookmark
38         is not an error, as we may be called as a result of hitting the
39         Delete key.
40         (shortcuts_key_press_event_cb): New handler; delete the bookmark
41         if the user presses Backspace, Delete, or KP_Delete.
42
43 2004-04-29  Matthias Clasen  <mclasen@redhat.com>
44
45         * gtk/gtkaction.c (closure_accel_activate): Use
46         _gtk_action_emit_activate() instead of directly
47         emitting the activate signal.  (#141429, Jody Goldberg)
48
49         * gtk/gtkactiongroup.c (gtk_action_group_add_action_with_accel): 
50         Warn people when the accelerator can not be 
51         parsed.  (#141429, Jody Goldberg)
52
53 2004-04-29  Matthias Clasen  <mclasen@redhat.com>
54
55         * tests/testentrycompletion.c (main): Add a missing 
56         cat.  (#141070, Chris Sherlock)  
57
58         * gtk/gtkrc.c (gtk_rc_check_pixmap_dir): Remove unused
59         variable.  (#141022, Chris Sherlock)
60         
61         * gtk/gtkcombo.c (gtk_combo_popup_list): Add a missing
62         cast.  (#141013, Chris Sherlock)
63
64         * gtk/gtkcellview.c (gtk_cell_view_cell_layout_clear): Remove
65         unused variable.  (#141011, Chris Sherlock)
66
67 2004-04-29  Tor Lillqvist  <tml@iki.fi>
68
69         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_dashes): Plug memory
70         leak. (#140775, John Ehresman)
71
72 Thu Apr 29 01:09:50 2004  Matthias Clasen  <maclas@gmx.de>
73
74         * gdk/gdkdraw.c (_gdk_drawable_get_scratch_gc): Use depth - 1
75         to index the cached gcs, not depth.  (#139494)
76
77 2004-04-28  Matthias Clasen  <mclasen@redhat.com>
78
79         * gdk/gdkdraw.c (_gdk_drawable_get_scratch_gc): Docs typo fix.
80
81 Sun Apr 25 15:36:02 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
82
83         * gtk/gtktoolbutton.c (gtk_tool_button_set_label_widget): Fix
84         cut'n'paste-o from previous commit. (#141046, Torsten Schoenfeld).
85
86 2004-04-24  Theppitak Karoonboonyanan  <thep@linux.thai.net>
87
88         Patch to add support for string conversion callbacks to
89         GtkIMContextXIM (#101814)
90
91         * modules/input/gtkimcontextxim.c: Set the string conversion callback
92         if supported by the XIC.
93
94         (struct _GtkIMContextXIM): Add string_conversion_callback member.
95
96         (struct _GtkXIMInfo, setup_im): Check and keep flag inidicating
97         whether string conversion callback is supported.
98
99         (gtk_im_context_get_ic, +set_string_conversion_callback,
100         +string_conversion_callback): Also initialize string conversion
101         callback, if supported, along with the IC initialization.
102
103         * modules/input/imxim.c: Make "xim" module default for Thai as well.
104
105 2004-04-23  Matthias Clasen  <mclasen@redhat.com>
106
107         * gtk/gtkclipboard.c (gtk_clipboard_wait_for_targets): Correctly
108         initialize targets.  (#139883, John Finlay)
109
110         * gdk/gdkdraw.c (gdk_draw_drawable): Small doc improvement. 
111
112         * gtk/gtktreeselection.c (gtk_tree_selection_get_selected_rows): 
113         Don't recommend gtk_tree_row_reference_new_proxy().  (#138309,
114         Tim-Philipp Müller)
115
116         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_set_cell_data): 
117         Remove an excessive g_return_if_fail().
118
119         * gdk/x11/gdkevents-x11.c (set_user_time): Make set_user_time()
120         static.
121         * gdk/x11/gdkinput-x11.c (_gdk_input_common_other_event): 
122         _-prefix calls of gdk_x11_window_set_user_time().
123
124 2004-04-22  Matthias Clasen  <mclasen@redhat.com>
125
126         * gtk/gtkuimanager.c (update_node): Make sure the separators 
127         used to demarkate placeholder ends don't show up on 
128         show_all().  (#140496, Murray Cumming)
129
130         * gtk/gtkspinbutton.c (spin_button_at_limit): Make spinbuttons
131         work with negative increments.  (#137975, Tim Gerla)
132
133 Wed Apr 21 21:38:03 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
134
135         * gtk/gtktoolbutton.c (gtk_tool_button_set_label_widget,
136         gtk_tool_button_set_icon_widget): Remove the old widget from the
137         tool button before overwriting it with the new widget.
138
139         (#140508, Todd Goyen)
140         
141 2004-04-22  Tor Lillqvist  <tml@iki.fi>
142
143         Fix the file chooser on Windows. I can't make it misbehave or
144         crash any more now. But presumably there are still corner cases
145         not handled. I haven't really checked behaviour of UNC paths, for
146         instance.
147
148         * gtk/gtkfilesystemwin32.c: Accept both backslash and slash in
149         several places. Use G_IS_DIR_SEPARATOR macro (which could be added
150         to GLib in 2.6).
151
152         (gtk_file_system_win32_get_parent): Like the Unix version, assert
153         filename is absolute, and avoid one unnecessary string allocation
154         and freeing.
155         
156         (canonicalize_filename,gtk_file_system_win32_parse): Handle drive
157         letters more correctly.
158
159         (gtk_file_system_win32_render_icon): Assure correct syntax is used
160         for root folder of a drive. (#137962, Morten Welinder)
161
162         (filename_is_some_root): New function that accepts also root
163         without any drive specified.
164
165         (filename_is_drive_root): Rename from filename_is_root.
166
167         * gtk/gtkfilechooserentry.c (completion_match_func): Casefold on
168         Windows.
169
170 2004-04-21  Matthias Clasen  <mclasen@redhat.com>
171
172         * gtk/gtkentry.c (gtk_entry_completion_timeout): Pop down the 
173         completion window if there are no completions anymore.
174
175         * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup): 
176         Don't call gtk_tree_view_scroll_to_cell() on an empty tree view. 
177         It doesn't like that.  (#140642, Christian Persch)
178
179         * demos/gtk-demo/expander.c (do_expander): A new demo.
180
181         * demos/gtk-demo/Makefile.am (demos): Add expander.c.
182
183 2004-04-20  Matthias Clasen  <mclasen@redhat.com>
184
185         * gtk/gtktextview.c (gtk_text_view_allocate_children): Make
186         sure anchored children get size allocated, even if the layout
187         is valid.  (#122323, Andrew E. Makeev)
188         (gtk_text_view_scroll_pages): 
189         (gtk_text_view_scroll_hpages): Don't scroll to cursor position
190         if we already have pending scrolls. Bandaid fix for #78513.
191
192 Mon Apr 19 17:59:17 2004  Owen Taylor  <otaylor@redhat.com>
193
194         * INSTALL.in: Update libpng and libjpeg URLs, remove
195         note about building without since that's not the normal
196         case.
197
198 Sun Apr 11 09:45:11 2004  Owen Taylor  <otaylor@redhat.com>
199
200         * gtk/gtkicontheme.c (load_themes): Fix a couple of typos in
201         handling of SVG/non-SVG unthemed icons.
202
203 2004-04-19  Morten Welinder  <terra@gnome.org>
204
205         * gtk/gtktoolbar.c (gtk_toolbar_focus): Don't leak list of
206         children.  (#140523)
207
208 2004-04-19  Matthias Clasen  <mclasen@redhat.com>
209
210         * gtk/gtktextbtree.c (_gtk_text_line_previous_could_contain_tag): 
211         Don't stop the iteration up to the tag_root too 
212         early.  (#109945, Dongho Shin)
213
214 Sun Apr 18 17:06:03 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
215
216         * gdk/x11/gdkkeys-x11.c (get_effective_keymap): Make
217         gdk_keymap_translate_keyboard_state() handle NULL
218         keymaps. (#139715, Torsten Schoenfeld).
219
220 Sun Apr 18 16:59:21 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
221
222         * configure.in: Don't erase GDK_EXTRA_CFLAGS. Fixes bug 139586,
223         reported by Pedro RODRIGUEZ, about compilation problems when
224         Xcursor is installed in a non-standard location.
225
226 Sun Apr 18 16:15:15 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
227
228         Support for _NET_WM_USER_TIME (bug 115650). Patch by Elijah
229         Newren.
230         
231         * gdk/x11/gdkwindow-x11.[ch]: Add new internal function
232         _gdk_x11_set_user_time() to set the _NET_WM_USER_TIME property.
233
234         * gdk/x11/gdkdisplay-x11.h (struct _GdkDisplayX11): Add user_time field
235
236         * gdk/x11/gdkdisplay-x11.c: Add _NET_WM_USER_TIME to list of
237         precached atoms.
238         
239         * gdk/x11/gdkinput-x11.c, gdk/x11/gdkevents-x11.c: Set the
240         property on user interaction.
241
242 2004-04-15  Federico Mena Quintero  <federico@ximian.com>
243
244         * gtk/gtkfilesel.c (open_new_dir): Tell the user to use
245         G_FILENAME_ENCODING, not G_BROKEN_FILENAMES.  Fixes #114065.
246
247         * gtk/gtkfilechooserdefault.c (split_uris): Use a variant of the
248         code from gtkfilesel.c to parse a "text/uri-list" blob.  Fixes
249         #140126.
250
251 2004-04-15  Matthias Clasen  <mclasen@redhat.com>
252
253         * gtk/gtkcellrenderer.c (gtk_cell_renderer_class_init): 
254         * gtk/gtkbutton.c (gtk_button_class_init): Doc fixes.
255
256 2004-04-14  Matthias Clasen  <mclasen@redhat.com>
257
258         * gtk/gtkcombobox.c: 
259         * gtk/gtkwidget.c: 
260         Make all style properties readonly.
261
262 2004-04-14  Matthias Clasen  <mclasen@redhat.com>
263
264         * gtk/gtkcolorsel.c: Add a11y relations between the color
265         wheel and the spin buttons.  (#132745, Padraig O'Briain)
266
267         * gtk/gtkiconfactory.c (gtk_icon_set_render_icon): Document
268         the meaning of size == -1.
269
270         * gtk/gtkwidget.c (gtk_widget_render_icon): Explicitly accept  
271         a size of -1.  (#137436, Brian Cameron)
272
273         * gtk/gtkcombobox.c: Make the arrow and separator regular
274         children of an hbox inside the button, and propagate state
275         changes from the button to the cell view.  (part of the fix
276         for #138650, should also fix #137535)
277
278         * gtk/gtkcellview.c (gtk_cell_view_expose): Pass the PRELIT
279         state to gtk_cell_renderer_render() when prelighted. (part 
280         of the fix for #138650)
281
282         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render): 
283         Use PRELIGHT state when appropriate.  (part of the fix for 
284         #138650)
285
286         * gtk/gtkcombobox.c (gtk_combo_box_relayout): Don't spit 
287         out warnings if called before the combo box is 
288         realized.  (#139742, Philip Langdale)
289
290 Wed Apr 14 03:45:39 2004  Jonathan Blandford  <jrb@gnome.org>
291
292         * gtk/gtktreeview.c (gtk_tree_view_expose): propagate expose
293         events to children.
294
295 Wed Apr 14 03:32:58 2004  Jonathan Blandford  <jrb@gnome.org>
296
297         * gtk/gtkpathbar.c (make_directory_button): remove spurious
298         gtk_box_pack_start.
299
300 Tue Apr 13 16:19:23 2004  Jonathan Blandford  <jrb@redhat.com>
301
302         * gtk/gtkpathbar.c (make_directory_button): patch from Owen to
303         make the buttons sized by a bold label.  This makes the text
304         'swim' a little, but stops the buttons from resizing, #137210
305
306 2004-04-13  Matthias Clasen  <mclasen@redhat.com>
307
308         * gtk/gtkuimanager.c (get_child_node): Don't crash if a node 
309         has no name.
310         (start_element_handler): Accept separators without unique 
311         names.  (#133302, Anders Carlsson)
312
313         * gtk/gtkactiongroup.c (gtk_action_group_add_action): Document
314         possible accelerator gotcha when using this function.  (#139641, 
315         Christian Persch)
316
317         * gtk/gtkuimanager.c (node_remove_ui_reference): Don't leak
318         list nodes.  (#138862, Morten Welinder)
319
320 Tue Apr 13 12:24:49 2004  Jonathan Blandford  <jrb@redhat.com>
321
322         * gtk/gtktreeview.c (gtk_tree_view_destroy): remove unused
323         variable.
324         (gtk_tree_view_button_press): If we activated the row we don't
325         want to grab focus back, as moving focus to another widget is
326         pretty common, #138458
327
328 2004-04-12  Federico Mena Quintero  <federico@ximian.com>
329
330         * gtk/gtkfilechooser.c (gtk_file_chooser_class_init): Added
331         documentation to all the signals.
332
333 2004-04-12  Matthias Clasen  <mclasen@dhcp64-228.boston.redhat.com>
334
335         * gtk/gtkcombobox.c (gtk_combo_box_unset_model): Don't unref
336         model if it is NULL. (#139770)
337
338         * gtk/gtktreeview.c (gtk_tree_view_get_cell_area): Typo fix.
339
340         * gtk/gtkentrycompletion.c (gtk_entry_completion_init): Don't add
341         a shadow inside the scrolled window, add it around the vbox.
342
343         * gtk/gtkentryprivate.h: 
344         * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup): 
345         Return a boolean indicating whether the popup is positioned above 
346         or below. Scroll the completions to the beginning or the end, 
347         depending on the positioning.
348
349         * gtk/gtkentry.c (gtk_entry_completion_key_press): Make keynav
350         wrap around in the entry completion popup, and allow GDK_UP to 
351         enter the popup.  (#137440)
352
353 2004-04-12  Matthias Clasen  <mclasen@redhat.com>
354
355         * gtk/gtkentry.c (gtk_entry_size_request): Make sure the style is 
356         there before using it.
357
358 Sun Apr 11 15:08:45 2004  Jonathan Blandford  <jrb@gnome.org>
359
360         * gtk/gtktreeprivate.h: Moved search entries into priv data.
361
362         * gtk/gtktreeview.c: Prep for type-ahead support.
363
364         (gtk_tree_view_destroy): Destroy the search window explicitly.
365         (gtk_tree_view_key_press): Minor change; prep for type-ahead
366         (gtk_tree_view_ensure_interactive_directory): New function
367         (gtk_tree_view_focus_out): Rework to handle new entry life-cycle.
368         (gtk_tree_view_real_start_interactive_search): rework
369         (gtk_tree_view_search_dialog_hide): ditto
370         (gtk_tree_view_search_delete_event): ditto
371         (gtk_tree_view_search_button_press_event): ditto
372         (gtk_tree_view_search_key_press_event): ditto
373         (gtk_tree_view_search_move): ditto
374         (gtk_tree_view_search_init): ditto
375
376         * gtk/gtktreeviewcolumn.c:
377         (gtk_tree_view_column_cell_layout_clear): remove unused variable.
378
379         * tests/testfilechooser.c: (main): change
380
381 2004-04-11  Hans Breuer  <hans@breuer.org>
382
383         * gdk/win32/gdkspawn-win32.c : workaround for bug #137496,
384         the real fix would involve just another small API breakage,
385         i.e. gdk_spawn_* using GPid not just gint.
386
387         * gtk/makefile.msc.in : build gtk-win32.res, not gtk.res
388
389 2004-04-10  Tor Lillqvist  <tml@iki.fi>
390
391         * gdk/win32/gdkkeys-win32.c (gdk_keymap_translate_keyboard_state):
392         If both Shift and CapsLock pressed, ignore the shift only for
393         letters (that would have been affected by the CapsLock). (#139095)
394
395         * gdk/win32/gdkglobals-win32.c: Disable tablet support by default,
396         seems to be even buggier now than it used to be. (#138341)
397         Initialize _gdk_input_ignore_wintab to TRUE.
398
399         * gdk/win32/gdkmain-win32.c: Add --use-wintab switch and
400         GDK_USE_WINTAB environment variable to turn on tablet support.
401
402 2004-04-09  Christian Persch  <chpe@cvs.gnome.org>
403
404         * gtk/gtkuimanager.c: (gtk_ui_manager_insert_action_group),
405         (gtk_ui_manager_remove_action_group): Terminate
406         g_object_[dis]connect() calls with NULL instead of 0.
407         Fixes #138997.
408
409 2004-04-09  Guntupalli Karunakar  <karunakar@freedomink.org>
410
411         * configure.in: Added "gu" (Gujarati) to ALL_LINGUAS.
412
413 2004-04-07  Federico Mena Quintero  <federico@ximian.com>
414
415         Fix #132500.
416
417         * gtk/gtkfilesystem.c (gtk_file_system_parse): Ensure that the
418         passed-in 'str' is not NULL.
419
420         * gtk/gtkfilesystemunix.c (expand_tilde): New helper function;
421         expands "~/" or "~foo/" at the beginning of a filename.
422         (gtk_file_system_unix_parse): Use expand_tilde() before doing
423         anything else.
424
425         * gtk/gtkfilechooserentry.c
426         (gtk_file_chooser_entry_maybe_update_directory): Take in a
427         force_reload argument.
428         (gtk_file_chooser_entry_changed): If gtk_file_system_parse()
429         returns an error, set the file_part_pos to -1.
430         (load_directory_callback): Only populate the model if the
431         file_part_pos is not -1.
432
433 2004-04-06  Pablo Saratxaga  <pablo@mandrakesoft.com>
434
435         * configure.in: Added Icelandic (is) to ALL_LINGUAS
436
437 2004-04-05  Federico Mena Quintero  <federico@ximian.com>
438
439         * gtk/gtkfilechooserdefault.c (location_popup_handler): Use a
440         title for SAVE and CREATE_FOLDER modes.  Fixes #137272.
441
442         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_make_path): Look
443         for G_DIR_SEPARATOR in the display_name, and err out if it is
444         present; use the same error message as Nautilus.  Fixes #136467.
445
446         * gtk/gtkfilechooserdefault.c (file_pane_create): Make the
447         new-folder button say "Create Fo_lder" rather than "Create
448         _Folder", so that the mnemonic doesn't conflict with the "Save in
449         _folder" label.  Fixes #136975.
450
451 2004-04-05  Federico Mena Quintero  <federico@ximian.com>
452
453         * gtk/gtkpathbar.c (_gtk_path_bar_set_path): Ref/sink the
454         buttons.  Also, free them correctly upon failure.  Based on a
455         patch by Morten Welinder, fixes #137956.
456
457 2004-04-05  Anders Carlsson  <andersca@gnome.org>
458
459         * gdk/gdk.c (gdk_arg_context_parse): Handle '--' correctly.
460
461 Fri Apr  2 17:57:33 2004  Jonathan Blandford  <jrb@redhat.com>
462
463         * gtk/gtktreeview.c (gtk_tree_view_row_inserted): set the height
464         correctly for fixed height when inserting a node, #138082
465
466 2004-04-01  Federico Mena Quintero  <federico@ximian.com>
467
468         Fix #136077.
469
470         * gtk/gtkpathbar.h (struct _GtkPathBarClass): Add a
471         "child_is_hidden" boolean argument to the "path-clicked" signal.
472
473         * gtk/gtkpathbar.c (struct _ButtonData): Added a file_is_hidden
474         field.
475         (make_directory_button): Take a file_is_hidden argument; put it in
476         the ButtonData.
477         (_gtk_path_bar_set_path): See whether each path component path is
478         a hidden file.
479         (gtk_path_bar_class_init): Add the file_is_hidden argument to the
480         "path-clicked" signal.
481         (button_clicked_cb): See if the downwards button represents a
482         hidden file for the file_is_hidden argument in the signal
483         emission.
484
485         * gtk/gtkmarshalers.list: Added a signal type VOID:POINTER,BOOLEAN.
486
487         * gtk/gtkfilechooserdefault.c
488         (gtk_file_chooser_default_select_path): If we fail to switch
489         folders, don't try to select the path in the file system model.
490         Also, return the result from _gtk_file_system_model_path_do().
491         (gtk_file_chooser_default_select_path): Turn on show_hidden in the
492         file system model if we are asked to select a hidden file.
493         (path_bar_clicked): Show hidden files based on whether the
494         immediate downwards folder in the path bar is a hidden file
495         itself.
496         (struct _GtkFileChooserDefault): Added fields
497         browse_files_popup_menu and browse_files_popup_menu_hidden_files_item.
498         (create_file_list): Set an object data key of
499         "GtkFileChooserDefault" on the tree view so that we can find the
500         impl from the popup menu callbacks.  Also, hook up to the
501         "button-press-event" and "popup-menu" signals in the file list to
502         bring up a popup menu.
503         (list_popup_menu_cb): New callback.
504         (list_button_press_event_cb): New callback.
505
506         Fix #138763:
507
508         * gtk/gtkfilesystemmodel.c
509         (_gtk_file_system_model_new): Oops, connect_object to
510         "finished-loading".
511
512 2004-03-31  Tor Lillqvist  <tml@iki.fi>
513
514         * configure.in: Move AC_CANONICAL_HOST earlier, before the check
515         for native Win32. (#136559, J. Ali Harlow)
516
517         * gdk/win32/gdkdrawable-win32.c (draw_arc): Use X11 semantics for
518         angles. Thanks to Tim Newsham.
519
520 2004-03-29  Federico Mena Quintero  <federico@ximian.com>
521
522         Fix #137520.
523
524         * gtk/gtkfilesystem.h (struct _GtkFileFolderIface): Added slots
525         for an ::is_finished_loading() method and a ::finished_loading()
526         signal at the end of the struct.
527
528         * gtk/gtkfilesystem.c (gtk_file_folder_base_init): Create the
529         "finished-loading" signal.
530         (gtk_file_folder_is_finished_loading): New function.
531
532         * gtk/gtkfilesystemunix.c
533         (gtk_file_folder_unix_is_finished_loading): Implement.
534
535         * gtk/gtkfilesystemmodel.c (struct _GtkFileSystemModelClass): New
536         slot for a "finished-loading" signal.
537         (gtk_file_system_model_class_init): Create the "finished-loading"
538         signal.
539         (struct _GtkFileSystemModel): New field
540         idle_finished_loading_source.  We emit the "finished-loading"
541         signal in an idle if the root folder was done loading right in
542         _gtk_file_system_model_new(), so that the caller has a chance to
543         connect to the signal.
544         (_gtk_file_system_model_new): Connect to the normal signals of the
545         folder even if the initial _list_children() fails.  Also, see if
546         the folder is finished loading; connect to the "finished-loading"
547         signal otherwise.
548         (gtk_file_system_model_finalize): Remove the idle handler.
549
550         * gtk/gtkfilechooserdefault.c (set_list_model): Set a busy cursor
551         and connect to the model's "finished-loading" signal.
552         (get_toplevel): New helper function.
553         (error_message): Use get_toplevel().
554         (trap_activate_cb): Likewise.
555         (location_popup_handler): Likewise.
556         (set_busy_cursor): New function.
557         (browse_files_model_finished_loading_cb): New callback.
558
559 2004-03-25  Federico Mena Quintero  <federico@ximian.com>
560
561         * gtk/gtkfilechooserdefault.c (check_preview_change): Just use the
562         file under the cursor; we don't need the logic from
563         GtkFileSelection after all.  Fixes #132255.
564
565 2004-03-25  Federico Mena Quintero  <federico@ximian.com>
566
567         * gtk/gtkfilechooserdefault.c (location_entry_create): Fill the
568         location entry with the display name of the file under the cursor
569         for Open mode, or the typed filename in Save mode.
570
571 2004-03-24  J. Ali Harlow  <ali@juiblex.co.uk>
572
573         * gtk/gtkfilesystemwin32.c
574         (filename_is_root): Bare drive designators (eg., "c:") are
575         no longer considered as root filenames.  Fixed #137942
576
577 2004-03-24  J. Ali Harlow  <ali@juiblex.co.uk>
578
579         * gtk/gtkfilesystemwin32.c
580         (gtk_file_system_win32_create_folder): Invert test for error in
581         mkdir.  Fixes #137945
582
583 2004-03-24  J. Ali Harlow  <ali@juiblex.co.uk>
584
585         Fixed #138004 using Federico's code from #132327.
586
587         * gtk/gtkfilesystemwin32.c (struct _GtkFileSystemWin32): Add a
588         folder_hash field to keep a list of live folder objects.
589         (gtk_file_system_win32_init): Create the folder_hash.
590         (gtk_file_system_win32_finalize): Destroy the folder_hash.
591         (gtk_file_system_win32_get_folder): Ref and return an existing
592         folder if we have it around, otherwise return a new folder object.
593         (struct _GtkFileFolderWin32): Add a field for the parent file system.
594         (gtk_file_folder_win32_finalize): Remove the folder from the file
595         system's hash table.
596         (gtk_file_system_win32_create_folder):  Emit "files-added" on the
597         newly-created folder's parent.  Fixes #138004.
598
599 2004-03-24  J. Ali Harlow  <ali@juiblex.co.uk>
600
601         * gtk/gtkfilesystemwin32.c
602         (gtk_file_system_win32_get_folder): Test that path is actually
603         a directory and throw error if not. Fixed bug #137950
604
605 2004-03-22  J. Ali Harlow  <ali@juiblex.co.uk>
606
607         * gtk/gtkfilesystemwin32.c
608         (gtk_file_system_win32_volume_get_display_name): Ignore empty
609         volume labels; assume that GetVolumeInformation would fail if
610         GetVolumeInformationW does; catches a small memory leak;
611         pass the buffer size to GetVolumeInformationW in wide
612         characters instead of bytes. Fixes bug #137543
613         (list_volumes): Cope with the theoretical possibility of
614         more than 26 logical drives. Fixes bug #137940
615         (bookmarks_serialize): Now actually removes bookmarks.
616         Fixes bug #137943
617
618 2004-03-22  Guntupalli Karunakar  <karunakar@freedomink.org>
619
620         * configure.in: Added "pa" (Punjabi) to ALL_LINGUAS.
621
622 2004-03-21  Tor Lillqvist  <tml@iki.fi>
623
624         * gtk/gtkfilesystemwin32.c
625         (gtk_file_system_win32_volume_get_base_path): Include the
626         backslash. Otherwise gtk_file_system_win32_path_to_uri() returns
627         NULL for a volume base path, as g_filename_to_uri() requires an
628         absolute path, and just a drive letter and colon isn't. (#137543)
629
630 2004-03-20  Hans Breuer  <hans@breuer.org>
631
632         * gtk/gtkfilesystemwin32.c : applied the undisputable and
633         required [due to recent gtkfilesystem internal api semantic 
634         changes] part of patches to fix bug #137543 (Tor Lillqvist,
635         J. Ali Harlow)
636
637         * gdk/gdkevents-win32.c (handle_configure_event) :
638              (gdk_event_translate), WM_WINDOWPOSCHANGED : initialize
639         GdkWindowObject::x, y with screen coords to make 
640         gdk_window_get_position () return the right thing and thus fix
641         drag and drop positioning (e.g. Gimp tabs, fixes bug #137192)
642
643 2004-03-19  Federico Mena Quintero  <federico@ximian.com>
644
645         * Revert the patch to #137520, as 2.4.1 is for conservative bug
646         fixes only.  The patch is attached to the bug report, for
647         reference.
648
649 2004-03-19  Morten Welinder  <terra@gnome.org>
650
651         * gtk/gtkfilechooserdefault.c
652         (gtk_file_chooser_default_set_current_folder): Test existance of
653         the path after checking for locality, if needed.
654
655 2004-03-19  Federico Mena Quintero  <federico@ximian.com>
656
657         Fix #137520.
658
659         * gtk/gtkfilesystem.h (struct _GtkFileFolderIface): Added slots
660         for an ::is_finished_loading() method and a ::finished_loading()
661         signal at the end of the struct.
662
663         * gtk/gtkfilesystem.c (gtk_file_folder_base_init): Create the
664         "finished-loading" signal.
665         (gtk_file_folder_is_finished_loading): New function.
666
667         * gtk/gtkfilesystemunix.c
668         (gtk_file_folder_unix_is_finished_loading): Implement.
669
670         * gtk/gtkfilesystemmodel.c (struct _GtkFileSystemModelClass): New
671         slot for a "finished-loading" signal.
672         (gtk_file_system_model_class_init): Create the "finished-loading"
673         signal.
674         (struct _GtkFileSystemModel): New field
675         idle_finished_loading_source.  We emit the "finished-loading"
676         signal in an idle if the root folder was done loading right in
677         _gtk_file_system_model_new(), so that the caller has a chance to
678         connect to the signal.
679         (_gtk_file_system_model_new): Connect to the normal signals of the
680         folder even if the initial _list_children() fails.  Also, see if
681         the folder is finished loading; connect to the "finished-loading"
682         signal otherwise.
683         (gtk_file_system_model_finalize): Remove the idle handler.
684
685         * gtk/gtkfilechooserdefault.c (set_list_model): Set a busy cursor
686         and connect to the model's "finished-loading" signal.
687         (get_toplevel): New helper function.
688         (error_message): Use get_toplevel().
689         (trap_activate_cb): Likewise.
690         (location_popup_handler): Likewise.
691         (set_busy_cursor): New function.
692         (browse_files_model_finished_loading_cb): New callback.
693
694 Thu Mar 18 12:10:45 2004  Owen Taylor  <otaylor@redhat.com>
695
696         * gtk/gtktreeitem.c (gtk_tree_item_forall): Include 
697         eventbox for expander. (#137564, reported by
698         Jacques Garrigue)
699
700 2004-03-18  Guntupalli Karunakar  <karunakar@freedomink.org>
701
702         * mr.po: Added "mr" for Marathi to ALL_LINGUAS.
703
704 2004-03-17  Morten Welinder  <terra@gnome.org>
705
706         * gtk/gtkfilechooserdefault.c (shortcuts_add_volumes): Free
707         volumes not actually put into the shortcut list.
708
709         * tests/prop-editor.c (object_changed): Plug leak.
710
711         * tests/testfilechooser.c (main): Plug some leaks and expose
712         others.
713
714         * tests/prop-editor.c (create_prop_editor): Don't leak the tooltip
715         object.  Fixed #136652.
716
717         * gtk/gtkfilechooserdefault.c (check_icon_theme): Do nothing if we
718         have no screen.  Fixes #137260.
719         (shortcuts_add_bookmark_from_path): Simplify using check_is_folder
720         thereby fixing leak.  Fixes #137259.
721
722         * gtk/gtkpathbar.c (gtk_path_bar_forall): Make this work when the
723         slider buttons have been destroyed.
724         (gtk_path_bar_remove): Make this work for slider buttons too.
725         Fixes #137257
726
727 2004-03-15  Morten Welinder  <terra@gnome.org>
728
729         * gtk/gtkfilechooserdefault.c (shortcuts_add_bookmark_from_path):
730         Sanitize and plug leak.
731         (check_icon_theme): Only do something if the widget has a screen.
732
733 Wed Mar 17 01:20:28 2004  Matthias Clasen  <maclas@gmx.de>
734
735         * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup): 
736         Move the repositioning logic from _gtk_entry_completion() popup
737         over here. Fixes #137355, reported by Niklas Knutsson.
738
739 Tue Mar 16 13:29:58 2004  Owen Taylor  <otaylor@redhat.com>
740
741         * === Released 2.4.0 ===
742
743         * configure.in: Version 2.4.0, interface age 0; 
744         require glib-2.4.0, pango-1.4.0.
745
746         * configure.in: Change gtk_binary_version to 2.4.0;
747         there are some compatibility issues with older theme engines.
748         
749         * NEWS: Updates
750
751         * README.in: Updates
752
753 Tue Mar 16 13:54:07 2004  Jonathan Blandford  <jrb@redhat.com>
754
755         * gtk/gtkentry.c (gtk_entry_completion_key_press): Block the
756         ::changed handler during the ::match-selected when done by
757         keyboard.
758
759 Tue Mar 16 00:56:11 2004  Matthias Clasen  <maclas@gmx.de>
760
761         * gtk/gtkentrycompletion.c (gtk_entry_completion_list_button_press): 
762         Block the ::changed handler during the emission of ::match-selected.
763         Partial fix for #137226.
764
765         * gtk/gtkfilechooserentry.c: Remove the no longer needed 
766         no_pop_down flag.
767
768 Tue Mar 16 00:20:51 2004  Matthias Clasen  <maclas@gmx.de>
769
770         * gtk/gtkfilechooserwidget.c (gtk_file_chooser_widget_new_with_backend):
771         Fix a typo in the docs.
772
773 2004-03-15  Tor Lillqvist  <tml@iki.fi>
774
775         * README.win32: Updates.
776
777 2004-03-15  Federico Mena Quintero  <federico@ximian.com>
778
779         * gtk/gtkfilechooserdefault.c (update_appearance): Only hide the
780         "create folder" button in OPEN mode; all the others should show it
781         it.
782         (get_paths_foreach): Handle the editable row.
783
784         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_create_folder):
785         Force a re-get of the folder so that the new directory gets added
786         to its hash table of file info.
787
788 2004-03-15  Federico Mena Quintero  <federico@ximian.com>
789
790         * gtk/gtkfilechooserdefault.c (update_from_entry): In the Save
791         modes, set the Name entry of the file chooser if we get a
792         nonexistent filename from the file entry.  Fixes #135911.
793         (gtk_file_chooser_default_set_current_name): Oops, this should
794         also work if we are in CREATE_FOLDER mode.
795
796         * gtk/gtkfilesystem.c (gtk_file_path_real_copy): Use
797         gtk_file_path_copy().
798
799         * gtk/gtkfilechooserentry.c (check_completion_callback): Free the
800         path that we got from the model.
801         (completion_match_func): Use DISPLAY_NAME_COLUMN rather than a
802         hard-coded constant.
803
804 Mon Mar 15 13:50:14 2004  Owen Taylor  <otaylor@redhat.com>
805
806         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_set_property):
807         Don't leak the temporary font description. (Nils O. SelÃ¥sdal)
808
809 Mon Mar 15 12:51:17 2004  Jonathan Blandford  <jrb@gnome.org>
810
811         * gtk/gtkfilechooserdefault.c (location_popup_handler): Only show
812         the title string in OPEN/SELECT_FOLDER mode as it's open-specific.
813         Put a blank title for SAVE/CREATE_FOLDER; we are in string freeze,
814         so we'll fix it for 2.4.1 as #137272.
815
816         * gtk/gtkpathbar.c (gtk_path_bar_scroll_down): calculate
817         space_available correctly for RTL mode.  w/o this, you can't
818         scroll down again.  Fixes #137021.
819
820 2004-03-15  Federico Mena Quintero  <federico@ximian.com>
821
822         * gtk/gtkpathbar.c (gtk_path_bar_scroll_up): Queue a resize.
823         (gtk_path_bar_scroll_down): Likewise.
824
825 Mon Mar 15 11:40:43 2004  Owen Taylor  <otaylor@redhat.com>
826
827         * gtk/gtkfilechooserentry.c: Store the position of the 
828         file part and use that in check_completion_callback()
829         and match_selected_callback() to figure out where
830         to operate on the text, rather than recomputing the
831         information.
832
833 Mon Mar 15 10:35:19 2004  Jonathan Blandford  <jrb@gnome.org>
834
835         * gtk/gtkfilechooserdefault.c (shortcuts_add_volumes): set
836         changing_folders to be true so we don't trigger a callback when we
837         remove the selection
838         (shortcuts_add_bookmarks): ditto
839
840 Mon Mar 15 10:47:18 2004  Owen Taylor  <otaylor@redhat.com>
841
842         * gtk/gtkfilechooserentry.c: s/seperator/separator/.
843
844 Mon Mar 15 09:54:36 2004  Owen Taylor  <otaylor@redhat.com>
845
846         * gtk/gtklabel.c (gtk_label_focus): Check for 
847         Control-Tab or Control-Shift-Tab, not any Control-key
848         as a current event ... handles the case where a dialog
849         is triggered from a control accelerator better.
850
851 Mon Mar 15 08:48:48 2004  Jonathan Blandford  <jrb@gnome.org>
852
853         * gtk/gtkfilechooserentry.c (match_selected_callback): implement
854         correctly.
855         (completion_match_func): Allow surpressing popdowns.
856         (maybe_append_seperator_to_path): New function to add a separator
857         item to a display_name.  Bad hack.
858         (check_completion_callback): Implement select-ahead as an idle.
859         (add_completion_idle): new function to handle select-ahead
860         (gtk_file_chooser_entry_do_insert_text): starf the select-ahead
861         idle.
862         (gtk_file_chooser_entry_focus): Override tab for completion.
863         (gtk_file_chooser_entry_activate): commit select_ahead when
864         activated.
865
866         * gtk/gtkfilechooserdefault.c (location_popup_handler): grab the
867         appropriate widget for the mode.
868
869 2004-03-15  Tor Lillqvist  <tml@iki.fi>
870
871         * gdk/win32/gdkgc-win32.c (gdk_gc_copy): Don't just copy the whole
872         GdkGCWin32 with a single assignment, that overwrites GObject's
873         private data (for instance ref_count). (#137012, John Ehresman)
874
875 2004-03-15  Mark McLoughlin  <mark@skynet.ie>
876
877         * gtk/gtkfilechooserdefault.c: remove the unused "lowest_folder"
878         GtkFileChooserDefault member. Leftover from my original patch
879         for bug #136987.
880
881 Mon Mar 15 01:50:28 2004  Jonathan Blandford  <jrb@gnome.org>
882
883         * gtkfilechooserentry.c: Rewritten to use the GtkEntryCompletion
884         API more correctly.  Now pops down the dropdown well.
885
886         * gtkfilesystem.c (gtk_file_path_get_type): New boxed type for the
887         FilePath.
888
889         * test/testfilechooser.c: disable preview widget temporarily.
890         It's not representative of a good preview widget.
891
892 2004-03-15  Federico Mena Quintero  <federico@ximian.com>
893
894         * gtk/gtkfilechooserdefault.c (shortcuts_find_current_folder):
895         Renamed from shortcuts_unselect_all(); now selects the row that
896         corresponds to the current folder, if any.  Fixes #135916.
897
898         * gtk/gtkpathbar.h: Added prototypes for _gtk_path_bar_up() and
899         _gtk_path_bar_down().
900
901 2004-03-15  Federico Mena Quintero  <federico@ximian.com>
902
903         * gtk/gtkfilechooserdefault.c: Surround the
904         drag-outside-to-remove-bookmarks code with "#if 0" blocks; it's
905         too unstable right now.
906
907 Sun Mar 14 23:36:15 2004  Owen Taylor  <otaylor@redhat.com>
908
909         * gtk/gtkfilechooserdefault.c: Implement local_only by
910         filtering the shortcuts and bookmarks list by 
911         gtk_file_system_path_to_filename (file_system, path) != NULL.
912         (#132894)
913
914         * gtk/gtkfilesystem.c (gtk_file_system_path_is_local): Add
915         a convenience function, may by interesting to push to the 
916         file system vtable later for performance.
917
918 2004-03-14  Federico Mena Quintero  <federico@ximian.com>
919
920         * gtk/gtkfilesystem.c (gtk_file_folder_get_info): Allow the path
921         to be NULL, so that people can ask for information about a
922         parent-less file system root (e.g. get_info (get_folder ("/"), NULL)).
923
924         * gtk/gtkfilesystemunix.c (gtk_file_folder_unix_get_info): Allow
925         the condition describe above.
926
927         * gtk/gtkfilechooserdefault.c (get_file_info): Allow getting
928         information of root paths.
929
930         * gtk/gtkpathbar.c (_gtk_path_bar_set_path): Handle root paths correctly.
931
932 Sun Mar 14 22:32:36 2004  Owen Taylor  <otaylor@redhat.com>
933
934         * gtk/gtktreeview.c (gtk_tree_view_set_search_equal_func): Mention
935         GtkTreeViewSearchEqualFunc return value oddity here as well.
936
937         * gtk/gtktreeview.c (gtk_tree_view_search_equal_func): On failure
938         to get a string to compare to, return TRUE (no match), not 
939         FALSE (match). Handle %NULL string values gracefully.
940         Remove unused variable. (#135962, Mark McLoughlin)
941
942 2004-03-14  Morten Welinder  <terra@gnome.org>
943
944         * gtk/gtkfilesystemunix.c: Kill some debug g_prints.
945
946 Sun Mar 14 21:03:15 2004  Owen Taylor  <otaylor@redhat.com>
947
948         * gtk/gtkpathbar.[ch]: Add _gtk_path_bar_up()/
949         _gtk_path_bar_down().
950
951         * gtk/gtkfilechooserdefault.c: Use _gtk_path_bar_up()/
952         _gtk_path_bar_down() as bindings for Alt-Up
953         and new Alt-Down. (Partly based on a patch by
954         Mark McLoughlin, #136987)
955
956 2004-03-14  Federico Mena Quintero  <federico@ximian.com>
957
958         Fixes #136185, patch by Morten Welinder, with some changes.
959
960         * gtk/gtkfilechooserdefault.c (check_is_folder): New helper function.
961         (shortcuts_insert_path): Check the path first with check_is_folder().
962         (gtk_file_chooser_default_set_current_folder): Likewise.
963         (gtk_file_chooser_default_add_shortcut_folder): Likewise.
964         (browse_widgets_create): Unref the size group.
965
966         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_get_folder):
967         Handle the case where the file exists but it is not a directory.
968         (IconType): Add value for ICON_UNDECIDED.
969         (struct stat_info_entry): New structure to hold a file's struct
970         stat, its MIME type and its icon type.
971         (struct _GtkFileFolderUnix): Added a hash of struct
972         stat_info_entry, and flags to remember which info types we've read
973         so far.
974         (get_icon_type): Use a helper function for the icons-from-stat
975         types.
976         (gtk_file_system_unix_render_icon): Use the cached file info.
977         (gtk_file_folder_unix_get_info): Put the info in the cache.
978         (gtk_file_system_unix_get_folder): Create the cache of file info
979         structures.
980
981         * gtk/gtkfilesystem.c (gtk_file_info_set_display_name): Handle the
982         case where display_name is the same as the existing
983         info->display_name.
984
985 Sun Mar 14 19:26:48 2004  Owen Taylor  <otaylor@redhat.com>
986
987         #136672, reported by Christian Persch; fixes based
988         on a patch by Soeren Sandmann.
989
990         * gtk/gtkmenu.c: Change the handling of mixed gridded
991         and non-gridded menu items; the old method was causing
992         major performance problems even with the "avoid relayout
993         on destruction" hack put in recently.
994
995         Now we first lay out the gridded items and then put the 
996         non-gridded items into empty rows / after the gridded items. 
997         Layout is done in a central menu_shell_ensure_layout(). Also
998         avoid emitting property notifications when we initially
999         insert or attach items.
1000         
1001         * gtk/gtkmenushell.[ch] gtk/gtkmenu.c: Stop setting the
1002         unused menu_shell->menu_flag, and document it as unused
1003         in the header.
1004
1005         * tests/testactions.c: Add a test of creating/removing
1006         lots of items.
1007
1008         * test/testgtk.c: Add some more cruft to the menu test.
1009
1010 Mon Mar 15 02:36:07 2004  Matthias Clasen  <maclas@gmx.de>
1011
1012         * gtk/gtkentrycompletion.c (gtk_entry_completion_class_init): Add
1013         some signal docs.
1014
1015 Sun Mar 14 15:38:39 2004  Jonathan Blandford  <jrb@gnome.org>
1016
1017         * gtk/gtkentrycompletion.c (gtk_entry_completion_visible_func):
1018         always use the match_func, even if text_column is set.
1019
1020 2004-03-14  Morten Welinder  <terra@gnome.org>
1021
1022         * gtk/gtkfilesystemunix.c (get_parent_dir): Don't turn "/" into
1023         "".
1024         (gtk_file_system_unix_get_folder): Use the same value for lookup
1025         as for insertion.  Make sure we have a directory.
1026
1027         * gtk/gtkfilechooserdefault.c (error_dialog): Don't crash on NULL
1028         path; don't crash on NULL error.
1029
1030 2004-03-14  Hans Breuer  <hans@breuer.org>
1031
1032         gtk/gtkcombobox.c : prototype cell_view_sync_cells() before 
1033         first usage
1034
1035         gtk/makefile.msc.in : updated 'gtk_public_h_sources'
1036
1037         tests/makefile.msc : added testspinbutton
1038
1039 Sun Mar 14 01:01:18 2004  Matthias Clasen  <maclas@gmx.de>
1040
1041         * gtk/gtkcellview.c (gtk_cell_view_set_cell_data): Align
1042         this function with gtk_tree_view_column_set_cell_data();
1043         call the cell data func after setting the attributes.
1044
1045 Sun Mar 14 01:00:08 2004  Matthias Clasen  <maclas@gmx.de>
1046
1047         * gtk/gtkcellview.c (gtk_cell_view_expose): One more try;
1048         make sure not to call gtk_cell_view_set_cell_data() when
1049         displayed_row is NULL.
1050
1051 Sat Mar 13 18:13:13 2004  Owen Taylor  <otaylor@redhat.com>
1052
1053         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): When not
1054         wrapping, do the offset of the line for justification ourselves.
1055         (#120256, Felipe Heidrich)
1056
1057 Sun Mar 14 00:03:18 2004  Matthias Clasen  <maclas@gmx.de>
1058
1059         * gtk/gtkcellview.c (gtk_cell_view_expose): Support the
1060         model-less use of GtkCellView shown in testcombo.c.
1061
1062 2004-03-13  Tor Lillqvist  <tml@iki.fi>
1063
1064         * gdk/win32/gdkdisplay-win32.c: Don't undefine HAVE_MONITOR_INFO
1065         when compiling with gcc. Mingw's headers do have the required
1066         definitions.
1067
1068         * gdk/win32/gdkdrawable-win32.c (draw_polygon): When drawing
1069         filled polygons, don't draw the outline, similarily as
1070         draw_rectangle(). Apparently GTK and GIMP don't use
1071         gdk_draw_polygon() much (or always draw the outline, too), as this
1072         has gone undetected for so long. Thanks to Bruce Hochstetler.
1073
1074 Sat Mar 13 15:19:17 2004  Owen Taylor  <otaylor@redhat.com>
1075
1076         * gtk/gtkwindow.c (gtk_window_destroy): Remove
1077         the window from the toplevel_list here rather in destroy.
1078         While this is theoretically speaking wrong, it fits
1079         in better with the current reality that destroyed
1080         widgets are not reusable. (#126808, Michael Natterer)
1081
1082 Sat Mar 13 21:47:47 2004  Matthias Clasen  <maclas@gmx.de>
1083
1084         * gtk/gtkcellview.c (gtk_cell_view_expose): Don't do anything
1085         beyond clearing to the background if there is no active row.
1086         (#137066, reported by Owen Taylor)
1087
1088 Sat Mar 13 21:37:44 2004  Matthias Clasen  <maclas@gmx.de>
1089
1090         * gtk/gtkcombobox.c (gtk_combo_box_list_key_press): Pop down the
1091         list when an item is selected via the keyboard.
1092
1093 2004-03-13  Anders Carlsson  <andersca@gnome.org>
1094
1095         * gtk/gtkfilesystemunix.c: (remove_trailing_slash),
1096         (gtk_file_system_unix_get_folder),
1097         (gtk_file_system_unix_create_folder), (get_parent_dir),
1098         (gtk_file_system_unix_get_parent), (gtk_file_folder_unix_get_info):
1099         Remove trailing slashes in path names.
1100         
1101 Sat Mar 13 12:17:16 2004  Owen Taylor  <otaylor@redhat.com>
1102
1103         * gdk/x11/gdkwindow-x11.c (gdk_window_reparent): Make
1104         this a total no-op when the new or old parent is
1105         destroyed. (#134230, patch from Soeren Sandmann)
1106
1107         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy):
1108         For foreign windows in our heirarchy, call
1109         _gdk_windowing_window_destroy_foreign (window) and skip
1110         all the normal destruction logic.
1111
1112         * gdk/x11/gdkwindow-x11.c gdk/win32/gdkwindow-win32.c:
1113         Move code to request destruction of a foreign window
1114         code into a separate _gdk_windowing_window_destroy_foreign().
1115
1116         * gdk/x11/gdkwindow-x11.c (gdk_window_impl_x11_finalize):
1117         Call GDK_WINDOW_DISPLAY() on the wrapper not on the
1118         impl. (Also from Soeren's patch)
1119
1120 Sat Mar 13 10:49:46 2004  Owen Taylor  <otaylor@redhat.com>
1121
1122         * gtk/gtkdnd.c (_gtk_drag_dest_handle_event): For
1123         GTK_IS_PLUG toplevels, call gdk_window_get_origin() 
1124         not gtk_window_get_position, as a hackround for not
1125         having accurate notification of window position for
1126         embedded windows. (#136112, Dan Winship)
1127
1128 Sat Mar 13 10:34:03 2004  Owen Taylor  <otaylor@redhat.com>
1129
1130         * gtk/gtktextview.c gtk/gtktextbuffer.c: Revert last change;
1131         it causes problems for pastes from other applications; see
1132         comments in bugzilla for #81880.
1133
1134 Sat Mar 13 02:55:51 2004  Matthias Clasen  <maclas@gmx.de>
1135
1136         Fix middle button pasting in the TextView  (#81880, reported
1137         by Evert Verhellen, patch by Paolo Borelli):
1138         
1139         * gtk/gtktextview.c (gtk_text_view_button_press_event): Retrieve 
1140         the insert mark and move the cursor to it making sure of also 
1141         scroll the window if needed.
1142         
1143         * gtk/gtktextbuffer.c (pre_paste_prep): Move the insert mark
1144         to the insertion point.
1145
1146 Sat Mar 13 01:38:55 2004  Matthias Clasen  <maclas@gmx.de>
1147
1148         * gtk/gtkcombobox.c (gtk_combo_box_remove): Add a remove 
1149         implemenatation which restores the cell_view when the custom 
1150         child is removed.  (#136555, Owen Taylor)
1151
1152 Sat Mar 13 00:07:51 2004  Matthias Clasen  <maclas@gmx.de>
1153
1154         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_layout_clear): 
1155         Keep the cell_list in a consistent state while iterating over it, 
1156         since clear_attributes() also iterates over it.  (another instance
1157         of #136585, Morten Welinder)
1158         
1159 Fri Mar 12 17:20:15 2004  Owen Taylor  <otaylor@redhat.com>
1160
1161         * gtk/gtkarrow.c (gtk_arrow_expose): Swap GTK_ARROW_LEFT
1162         and GTK_ARROW_RIGHT for GTK_TEXT_DIR_LTR. (#129159,
1163         Semion Chichelnitsky)
1164
1165         * gtk/gtkpathbar.c gtk/gtktoolbar.c: Remove no-longer-needed 
1166         gtk_toolbar_direction-changed handlers and explicit
1167         flipping of GtkArrow widgets.
1168
1169 Fri Mar 12 23:37:15 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
1170
1171         * gtk/gtkfilechooserdialog.c
1172         (file_chooser_widget_default_realized_size_changed): Clamp the
1173         new size to the screen.
1174
1175 Fri Mar 12 15:06:44 2004  Owen Taylor  <otaylor@redhat.com>
1176
1177         * gtk/gtkexpander.c (gtk_expander_realize): Create the
1178         event_window at the right size using the same logic as
1179         in size_allocate. (#136994, Niklas Knuttson)
1180
1181 2004-03-12  Federico Mena Quintero  <federico@ximian.com>
1182
1183         * gtk/gtkwindow.c (gtk_window_activate_focus): Don't ignore the
1184         return value of gtk_widget_activate().
1185         (gtk_window_activate_default): Likewise.  Fixes #137008.
1186
1187         * gtk/gtkfilechooserdialog.c (response_cb): Act on positive
1188         response IDs we recognize, rather than bailing out on cancellation
1189         ones.  Fixes #136237; patch by Olivier Andrieu
1190         <oliv__a@users.sourceforge.net>.
1191         (file_chooser_widget_file_activated): If the dialog doesn't have a
1192         default widget, try to find a suitable response widget on our own.
1193         People should *really* be using gtk_dialog_set_default_response(),
1194         but this is to help lazy programmers.
1195
1196         * gtk/gtkdialog.c (_gtk_dialog_get_response_for_widget): New
1197         internal function.
1198         (get_response_data): Add a "create" argument so that we don't
1199         unconditionally create the response data.
1200
1201 2004-03-12  Morten Welinder  <terra@gnome.org>
1202
1203         * tests/Makefile.am: Add new testspinbutton.c
1204
1205 2004-03-11  Federico Mena Quintero  <federico@ximian.com>
1206
1207         * gtk/gtkfilechooserdefault.c (shortcuts_drag_set_delete_cursor):
1208         Put the trash icon on the right for LTR locales, or on the left
1209         for RTL.
1210         (shortcuts_drag_motion_cb): Cancel the idle handler here as well.
1211         (shortcuts_drag_leave_cb): Test whether the idle is present.
1212         (shortcuts_drag_data_received_cb): Ahem, don't assert here.
1213
1214 Thu Mar 11 17:51:10 2004  Owen Taylor  <otaylor@redhat.com>
1215
1216         * modules/input/gtkimcontextxim.c (preedit_done_callback):
1217         Clear preedit string and emit preedit_changed as needed
1218         on AIX. (#130617, Philip K Warren)
1219
1220 2004-03-11  Morten Welinder  <terra@gnome.org>
1221
1222         * gtk/gtkpathbar.c (_gtk_path_bar_set_file_system): Plug leak.
1223
1224 Thu Mar 11 16:28:15 2004  Owen Taylor  <otaylor@redhat.com>
1225
1226         * gtk/gtkmenu.c (gtk_menu_get_toplevel): Fix attach/attach->parent
1227         type. (#136919, Tim Mooney)
1228
1229 Thu Mar 11 16:18:51 2004  Jonathan Blandford  <jrb@redhat.com>
1230
1231         * gtk/gtkfilechooserdefault.c (shortcuts_insert_path): revert
1232         earlier change to insert_path so that we test that the directory
1233         exists.
1234
1235         * gtk/gtkfilechooserdialog.c
1236         (gtk_file_chooser_dialog_constructor): move focus.
1237
1238 Thu Mar 11 22:12:14 2004  Matthias Clasen  <maclas@gmx.de>
1239
1240         * gtk/gtkspinbutton.c (gtk_spin_button_size_request): Use the same
1241         logic as GtkEntry when calculating border width.  (#116368, reported
1242         by Morten Welinder)
1243
1244 Thu Mar 11 15:59:05 2004  Owen Taylor  <otaylor@redhat.com>
1245
1246         * tests/testgtk.c (create_spins): Use gtk_entry_set_width_chars()
1247         rather than gtk_widget_set_size_request().
1248
1249 2004-03-11  Federico Mena Quintero  <federico@ximian.com>
1250
1251         * gtk/gtkfilechooserdefault.c (remove_settings_signal): New
1252         function, copied from gtkpathbar.c.
1253         (gtk_file_chooser_default_dispose): Use remove_settings_signal()
1254         rather than our own code.
1255         (gtk_file_chooser_default_screen_changed): Use
1256         remove_settings_signal(); this should handle per-screen settings
1257         correctly.
1258
1259 Thu Mar 11 14:07:18 2004  Owen Taylor  <otaylor@redhat.com>
1260
1261         * gtk/gtklabel.c (gtk_label_focus): Fix a missing return
1262         value.
1263
1264 Thu Mar 11 13:58:24 2004  Owen Taylor  <otaylor@redhat.com>
1265
1266         * gtk/gtkmessagedialog.c gtk/gtklabel.c: Back out the
1267         put-labels-into-the-standard-focus-chain patches 
1268         from bug #59707.
1269
1270         * gtk/gtklabel.c (gtk_label_focus): Only put the
1271         label in the tab chain when the control key is pressed.
1272
1273 2004-03-11  Federico Mena Quintero  <federico@ximian.com>
1274
1275         * gtk/gtkfilechooserdefault.c (error_message_with_parent): Use a
1276         single OK button, not a Close button, as per the HIG.
1277
1278         * gtk/gtkfilesel.c (gtk_file_selection_fileop_error): Likewise.
1279
1280 2004-03-11  Federico Mena Quintero  <federico@ximian.com>
1281
1282         * gtk/gtkfilechooserdefault.c (shortcuts_drag_motion_cb): Oops,
1283         initialize "action" before jumping.  Fixes #136900.
1284
1285 2004-03-11  Mark McLoughlin  <mark@skynet.ie>
1286
1287         * gtk/gtksettings.c: (apply_queued_setting): don't overwrite
1288         application properties. Fixes bug #136802.
1289
1290 2004-03-11  Dov Grobgeld  <dov@imagic.weizmann.ac.il>
1291
1292         * gtk/gtktextlayer.c: (gtk_text_layout_set_buffer): Added
1293         call to gtk_text_layout_update_cursor_line() to solve in 
1294         problem of switching keyboard direction at widget creation:
1295         bug #136680
1296
1297 Thu Mar 11 10:28:30 2004  Owen Taylor  <otaylor@redhat.com>
1298
1299         * gtk/gtkfilechooserembed.c (delegate_initial_focus): Remove
1300         stray 'return' statement. (#136855, David L. Cooper II)
1301
1302 2004-03-11  Mark McLoughlin  <mark@skynet.ie>
1303
1304         * gtk/gtkstyle.c: (gtk_default_draw_expander): Use the PRELIGHT
1305         fg color for drawing the expander when prelit. Fixes problem
1306         with the HighContrast theme: bug #136789.
1307
1308 2004-03-11  Federico Mena Quintero  <federico@ximian.com>
1309
1310         Fix #135912 and #135913.
1311
1312         * gtk/gtkfilechooserdefault.c
1313         (shortcuts_filter_model_row_draggable): Implement.
1314         (shortcuts_model_filter_new): New function, create a
1315         ShortcutsModelFilterClass derived from GtkTreeModelFilter, so that
1316         we can implement our own DnD interface methods.
1317         (shortcuts_model_create): Use shortcuts_model_filter_new().
1318         (shortcuts_list_create): Enable the shortcuts list as a drag
1319         source.
1320         (file_list_source_targets): Renamed from shortcuts_targets.
1321         (shortcuts_list_create): Change the options for
1322         gtk_drag_dest_set().  Connect to more drag signals so that we can
1323         implement drops by hand.
1324         (shortcuts_drag_data_delete_cb): New handler; just stop the emission.
1325         (shortcuts_drag_motion_cb): New handler; validate the drop.
1326         (shortcuts_drag_leave_cb): New handler; unset the drag_dest_row.
1327         (shortcuts_drag_drop_cb): New handler; just stop the emission and
1328         remove the idle handler for the drag cursor.
1329         (shortcuts_add_bookmark_from_path): Add a position argument,
1330         return a boolean success code.
1331         (shortcuts_drag_data_received_cb): Handle two cases:  1) Insert
1332         the bookmarks at the proper position, rather than always appending
1333         them to the list; 2) alternatively, reorder the bookmarks.
1334         (struct _GtkFileChooserDefault): New field shortcuts_drag_outside.
1335         (shortcuts_drag_motion_cb): Turn off impl->shortcuts_drag_outside.
1336         (shortcuts_drag_leave_cb): Turn on impl->shortcuts_drag_outside in
1337         an idle handler.
1338         (shortcuts_drag_end_cb): New handler; remove the selected bookmark.
1339
1340 Thu Mar 11 01:08:25 2004  Jonathan Blandford  <jrb@gnome.org>
1341
1342         * gtk/gtkfilechooserdefault.c (location_entry_create): up the
1343         width of the entry a tad.
1344
1345         * gtk/gtkfilechooserentry.c (gtk_file_chooser_entry_init): use
1346         gtk_entry_completion_selection_changed.  Also, unref the
1347         completion as we were leaking a reference to it.
1348
1349 2004-03-10  Federico Mena Quintero  <federico@ximian.com>
1350
1351         * gtk/gtkstyle.c (draw_dot): Remove spurious semicolon.  Thanks to
1352         Kjartan Maraas for pointing it out.
1353
1354 Wed Mar 10 23:40:15 2004  Matthias Clasen  <maclas@gmx.de>
1355
1356         * gtk/gtkentrycompletion.c (_gtk_entry_completion_popup): Set the
1357         background on the action view cell renderer here, not in init, so 
1358         that a) we catch style changes, and b) we get the real style, not 
1359         the default one. Partial fix for #127648, reported by Dave Bordoley.
1360
1361 2004-03-10  Tor Lillqvist  <tml@iki.fi>
1362
1363         * gdk/win32/gdkevents-win32.c (build_key_event_state): Set also
1364         the pointer button bits. (#136636, Dave Neary)
1365
1366         * gdk/win32/gdkwindow-win32.c (show_window_internal): Show
1367         transparent (input only) windows using SetWindowPos(). (#132331,
1368         John Ehresman)
1369
1370         (gdk_window_set_type_hint): For splash screens, remove the resize
1371         handles, menu, and minimize/maximize/close buttons. (#132896)
1372
1373 Wed Mar 10 22:30:23 2004  Matthias Clasen  <maclas@gmx.de>
1374
1375         * gtk/gtkcellview.c (gtk_cell_view_cell_layout_clear): Keep the
1376         cell_list in a consistent state while iterating over it, since
1377         clear_attributes() also iterates over it.  (#136585, Morten Welinder)
1378
1379 2004-03-10  Mark McLoughlin  <mark@skynet.ie>
1380
1381         * gtk/gtkexpander.c: (gtk_expander_expose): don't propagate
1382         the expose to the label. The expose handler for GtkContainer
1383         already does that. Fixes bug #136719. Reported by Dennis
1384         Cranston, exact cause nailed down by Owen.
1385
1386 2004-03-10  Federico Mena Quintero  <federico@ximian.com>
1387
1388         * gtk/gtkfilechooserdefault.c (list_mtime_data_func): Use an
1389         untranslatable "%x" for dates, rather than a custom format.  Fixes
1390         #136357.
1391
1392 2004-03-10  Morten Welinder  <terra@gnome.org>
1393
1394         * gtk/gtkfilechooserdefault.c
1395         (gtk_file_chooser_default_add_shortcut_folder): Test validity of
1396         path here.
1397         (shortcuts_insert_path): Don't check here.
1398         (get_file_info): Barf if name-only fails.
1399
1400         * tests/testfilechooser.c (main): Add support for --multiple.
1401
1402 Wed Mar 10 02:41:05 2004  Jonathan Blandford  <jrb@gnome.org>
1403
1404         * gtk/gtkpathbar.c: (gtk_path_bar_init), (gtk_path_bar_class_init),
1405         (remove_settings_signal), (gtk_path_bar_dispose),
1406         (gtk_path_bar_style_set), (gtk_path_bar_screen_changed),
1407         (gtk_path_bar_scroll_up), (reload_icons), (change_icon_theme),
1408         (settings_notify_cb), (gtk_path_bar_check_icon_theme),
1409         (get_button_image), (gtk_path_bar_update_button_appearance),
1410         (make_directory_button), (gtk_path_bar_check_parent_path): Support
1411         changes in icon themes.
1412
1413         * gtk/gtkpathbar.h: add two elements
1414
1415         * tests/testfilechooser.c: (main): use gnome-vfs method again to
1416         get more testing.
1417
1418 Wed Mar 10 01:17:40 2004  Jonathan Blandford  <jrb@gnome.org>
1419
1420         * gtk/gtkpathbar.c: added 'Desktop' to the list of volumes.  We
1421         don't have any more untranlated strings in the dialog.
1422
1423 Wed Mar 10 00:24:24 2004  Jonathan Blandford  <jrb@gnome.org>
1424
1425         * gtk/gtkfilechooserdefault.c (error_dialog): use uri instead of
1426         the pathname for UTF-8 safety.
1427
1428 Wed Mar 10 00:10:47 2004  Jonathan Blandford  <jrb@gnome.org>
1429
1430         * gtk/gtkfilechooserdefault.c (shortcuts_insert_path): Always
1431         check to see if the shortcuts exists.  We don't want to put
1432         invalid dirs in the shortcuts pane.
1433
1434 Tue Mar  9 16:40:34 2004  Jonathan Blandford  <jrb@gnome.org>
1435
1436         * gtk/gtkfilechooserdefault.c (struct _GtkFileChooserDefault):
1437         remove unneeded shortuts_swin;
1438
1439 Wed Mar 10 01:49:27 2004  Matthias Clasen  <maclas@gmx.de>
1440
1441         Fix #136614 in a better way:
1442         
1443         * gtk/gtkoptionmenu.c (gtk_option_menu_init): Undo the last change.
1444         * gtk/gtkbutton.c (struct _GtkButtonPrivate): Add a flag, align_set.
1445         * gtk/gtkbutton.c (gtk_button_init): Initialize align_set to 0.
1446         * gtk/gtkbutton.c (maybe_set_alignment): Rework to only set the
1447         alignment if priv->align_set is set.
1448         * gtk/gtkbutton.c (gtk_button_set_alignment): Set align_set to 1.
1449
1450 Wed Mar 10 01:21:05 2004  Matthias Clasen  <maclas@gmx.de>
1451
1452         * gtk/gtkcombobox.c (gtk_combo_box_menu_position_below): Place
1453         grid mode popups left aligned, not right aligned.
1454
1455 Tue Mar  9 23:09:46 2004  Matthias Clasen  <maclas@gmx.de>
1456
1457         * gtk/gtkoptionmenu.c (gtk_option_menu_init): Avoid centering 
1458         the label that is reparented from the menuitem.  (#136614, Dennis
1459         Cranston)
1460
1461 Tue Mar  9 16:19:09 2004  Jonathan Blandford  <jrb@gnome.org>
1462
1463         * gtk/gtkpathbar.c (struct _ButtonData): Encapsulate all of the
1464         information about a button in a struct instead of ugly
1465         g_object_set_data.
1466         (gtk_path_bar_size_request): Use ButtonData.
1467         (gtk_path_bar_update_slider_buttons): ditto
1468         (gtk_path_bar_size_allocate): ditto
1469         (gtk_path_bar_remove): ditto
1470         (gtk_path_bar_forall): ditto
1471         (gtk_path_bar_scroll_down): ditto
1472         (gtk_path_bar_clear_buttons): ditto
1473         (button_clicked_cb): ditto.  Also, add an ignore_changes variable
1474         (button_data_free): destroy ButtonData
1475         (update_button_appearance): Use ButtonData
1476         (make_directory_button): ditto
1477         (gtk_path_bar_check_parent_path): ditto
1478         (_gtk_path_bar_set_path): ditto
1479
1480 2004-03-09  Federico Mena Quintero  <federico@ximian.com>
1481
1482         Fix #136533.
1483
1484         * gtk/gtkfilechooserdefault.c (shortcuts_reload_icons): New
1485         function.
1486         (check_icon_theme): New helper function, installs a handler for
1487         changes in the icon theme.
1488         (gtk_file_chooser_default_style_set): Use check_icon_theme().
1489         (gtk_file_chooser_default_screen_changed): Use check_icon_theme().
1490         (gtk_file_chooser_default_dispose): Disconnect from GtkSettings.
1491         (change_icon_theme): New function, updates impl->icon_size and
1492         reloads the icons.
1493         (struct _GtkFileChooserDefault): New field settings_signal_id.
1494         (struct _GtkFileChooserDefault): New field icon_size.
1495         (shortcuts_insert_path): Use impl->icon_size.
1496         (list_icon_data_func): Likewise.
1497
1498 2004-03-09  Federico Mena Quintero  <federico@ximian.com>
1499
1500         * gtk/gtkfilechooserdefault.c (get_file_info): Handle the returned
1501         parent_path being NULL.  Fixes #136662.
1502
1503 2004-03-09  Federico Mena Quintero  <federico@ximian.com>
1504
1505         * gtk/gtkfilechooserdefault.c (shortcuts_drag_data_received_cb):
1506         Stop the emission so that GtkTreeView's handler won't try to poke
1507         the filter model.  Fixes #136127.
1508
1509 Tue Mar  9 13:49:14 2004  Owen Taylor  <otaylor@redhat.com>
1510
1511         * gtk/gtkstyle.c (gtk_paint_polygon): Fix 
1512         g_return_if_fail() that was checking draw_shadow.
1513         (#136669, Morten Welinder)
1514
1515 Tue Mar  9 09:57:25 2004  Owen Taylor  <otaylor@redhat.com>
1516
1517         * === Released 2.3.6 ===
1518
1519         * configure.in: Version 2.3.6, interface age 0.
1520
1521         * NEWS: Updates
1522
1523 Tue Mar  9 11:01:45 2004  Jonathan Blandford  <jrb@gnome.org>
1524
1525         * gtk/gtkpathbar.c (gtk_path_bar_finalize): unref the correct
1526         icon.  Reported by Michael Natterer <mitch@gimp.org>.
1527
1528 2004-03-09  Morten Welinder  <terra@gnome.org>
1529
1530         * tests/testfilechooser.c (main): Destroy widgets to reveal leaks.
1531
1532 Tue Mar  9 02:11:50 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
1533
1534         * gtk/gtkmenu.c Fix bug 136446. [Marco Pesenti Gritti]
1535         (struct _GtkMenuPrivate): Add boolean destroying
1536         (gtk_menu_destroy): Set priv->destroying
1537         (gtk_menu_remove): don't update the table information when the
1538         menu is being destroyed.
1539
1540         * gtk/gtkmenu.c (gtk_menu_set_monitor): Formatting fix
1541
1542         * gtk/gtktoolbar.[ch]: Some formatting fixes
1543
1544 Tue Mar  9 01:25:10 2004  Matthias Clasen  <maclas@gmx.de>
1545
1546         * gtk/gtkframe.c (gtk_frame_paint): Fix a typo.
1547
1548 2004-03-08  Federico Mena Quintero  <federico@ximian.com>
1549
1550         Fixes #136080.
1551
1552         * gtk/gtkfilesystemunix.c: Only lstat() if stat() failed due to
1553         ENOENT.
1554         (filename_get_info): Likewise.
1555
1556 2004-03-08  Federico Mena Quintero  <federico@ximian.com>
1557
1558         * gtk/gtkfilechooserdefault.c
1559         (gtk_file_chooser_default_initial_focus): Use
1560         gtk_tree_view_set_cursor().
1561
1562 2004-03-08  Federico Mena Quintero  <federico@ximian.com>
1563
1564         Patch "1a" from #136185, by Morten Welinder.
1565
1566         * gtk/gtkfilechooserdefault.c (get_file_info): Take in an argument
1567         that says whether the caller just wants the display name.
1568         (shortcuts_insert_path): We only want the name in the call to
1569         get_file_info().
1570
1571         * gtk/gtkpathbar.c (_gtk_path_bar_set_path): Don't request more
1572         info than needed from the file_folder.
1573
1574 2004-03-08  Federico Mena Quintero  <federico@ximian.com>
1575
1576         Fixes #136105.
1577
1578         * gtk/gtkfilechooserembed.h (struct _GtkFileChooserEmbedIface):
1579         Added an ::initial_focus() method.
1580
1581         * gtk/gtkfilechooserembed.c
1582         (_gtk_file_chooser_embed_delegate_iface_init): Set the
1583         initial_focus method.
1584         (delegate_initial_focus): Implement.
1585         (_gtk_file_chooser_embed_initial_focus): New function.
1586
1587         * gtk/gtkfilechooserdialog.c
1588         (gtk_file_chooser_dialog_constructor): Call
1589         _gtk_file_chooser_embed_initial_focus().
1590
1591         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_init):
1592         Install the ::initial_focus() handler.
1593         (gtk_file_chooser_default_initial_focus): Implement.
1594
1595 2004-03-08  Federico Mena Quintero  <federico@ximian.com>
1596
1597         * gtk/gtkfilechooserdefault.c (update_from_entry): Return a
1598         boolean success code.
1599         (location_popup_handler): Refocus the file chooser if appropriate.
1600         Fixes #135905.
1601         (save_widgets_create): Don't set the text of the save_folder_label
1602         here.
1603         (update_appearance): Set the text here as appropriate for the save
1604         mode.  Also fixes #136387.
1605         (update_appearance): Don't show the Create Folder button in
1606         SELECT_FOLDER mode.
1607         (update_appearance): Show the extra widget in all Save modes
1608         correctly.
1609
1610 Mon Mar  8 11:57:27 2004  Owen Taylor  <otaylor@redhat.com>
1611
1612         * gtk/gtkcombobox.c (gtk_combo_box_unset_model): Don't
1613         call g_signal_handler_disonnect() if priv->model is
1614         NULL. (#136551, Damon Chaplin)
1615
1616         * gtk/gtkcombobox.c (gtk_combo_box_model_row_inserted):
1617         Back out code to set the active item when the first
1618         item is added to the model; this causes problems for
1619         GtkComboBoxText. (#136535)
1620
1621         * gtk/gtkcombobox.c (gtk_combo_box_menu_destroy)
1622         * gtk/gtkcombobox.c (gtk_combo_box_list_destroy):
1623         * gtk/gtkcombobox.c (gtk_combo_box_list_setup): 
1624         * gtk/gtkcombobox.c (gtk_combo_box_menu_setup): 
1625         Remove calls to gtk_combo_box_unset_model.
1626
1627         * gtk/gtkcombobox.c (gtk_combo_box_check_appearance): 
1628         Clean up handling of wrap->width > 0.
1629
1630         * gtk/gtkcombobox.c (gtk_combo_box_relayout): Don't
1631         switch list/menu mode here.
1632
1633         * gtk/gtkcombobox.c (gtk_combo_box_set_model): Protect
1634         against the same model being set back.
1635
1636         * gtk/gtkcombobox.c (gtk_combo_box_relayout): Call
1637         gtk_combo_box_menu_fill() rather than duplicating
1638         a large chunk of code.
1639
1640 2004-03-08  Anders Carlsson  <andersca@gnome.org>
1641
1642         * gtk/gtkfilesystemmodel.c (gtk_file_system_model_get_flags): 
1643         If max_depth is 0 then we have a list.
1644
1645 2004-03-08  Morten Welinder  <terra@gnome.org>
1646
1647         * gtk/gtkpathbar.c (_gtk_path_bar_set_path): If we fail, leave
1648         widget unchanged.  Explicitly verify final directory.
1649
1650         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_create_folder,
1651         get_icon_type, filename_get_info): Protect errno.
1652
1653 2004-03-08  Marco Pesenti Gritti  <marco@gnome.org>
1654
1655         * gtk/gtkentry.c: (gtk_entry_completion_key_press):
1656
1657         When an action is selected stop the event to be propagated
1658         otherwise the activate signal is emitted too. (Bug #133394)
1659
1660 Mon Mar  8 04:50:12 2004  Jonathan Blandford  <jrb@gnome.org>
1661
1662         * gtk/gtkfilechooserdefault.c (create_path_bar): new function to
1663         consolidate creating the path_bar.
1664         (gtk_file_chooser_default_set_current_folder): no longer need to
1665         pass in the filesystem.
1666
1667         * gtk/gtkpathbar.h: Removed unused set_pixbuf functions in favor
1668         of just setting the filesystem.
1669
1670         * gtk/gtkpathbar.c (gtk_path_bar_finalize): Free root path and
1671         home_dir.
1672         (get_button_image): Add images to path_bar.
1673         (update_button_appearance): use images
1674         (make_directory_button): Clasify buttons based upon location.
1675         (_gtk_path_bar_set_path): no longer need a file-system.  Also, add
1676         rerooting, #135845, #135914
1677
1678         * tests/testfilechooser.c: Fix reused error handling.
1679
1680 2004-03-08  Anders Carlsson  <andersca@gnome.org>
1681
1682         * gtk/gtkfilesystemunix.c: (get_icon_for_directory),
1683         (gtk_file_system_unix_render_icon):
1684         Use better icons for home and desktop.
1685
1686 2004-03-08  Anders Carlsson  <andersca@gnome.org>
1687
1688         * gtk/gtkfilechooserentry.c:
1689         (_gtk_file_chooser_entry_set_base_folder):
1690         Set the base folder path in the entry.
1691         
1692 2004-03-08  Christian Neumair  <chris@gnome-de.org>
1693
1694         * tests/testentrycompletion.c: Fix typo.
1695
1696 2004-03-08  Tor Lillqvist  <tml@iki.fi>
1697
1698         * README.win32: Update.
1699
1700         * gtk/gtk.def: Small update. Thanks to J. Ali Harlow. Re-sorted.
1701
1702         * tests/testfilechooser.c: Correct localtime_r() emulation on
1703         Win32. Remove a couple of unnecessary Win32-only includes.
1704
1705 Mon Mar  8 01:06:17 2004  Matthias Clasen  <maclas@gmx.de>
1706
1707         * tests/testentrycompletion.c: Test dynamic addition/removal. 
1708
1709 Sun Mar  7 22:38:49 2004  Matthias Clasen  <maclas@gmx.de>
1710
1711         * gtk/gtkframe.c (gtk_frame_paint): Use ythickness, not 
1712         xthickness in the calculation of vertical dimensions.
1713
1714 Sun Mar  7 17:38:03 2004  Jonathan Blandford  <jrb@gnome.org>
1715
1716         * gtk/gtkbutton.c (gtk_button_class_init): actually use
1717         gtk_button_add.
1718
1719         * gtk/gtkfilechooserdefault.c (error_building_filename_dialog):
1720         use the uri, not the path, #136317
1721         (renderer_edited_cb): ditto
1722         (shortcuts_add_bookmark_from_path): ditto
1723         (remove_bookmark_button_clicked_cb): ditto
1724         (gtk_file_chooser_default_remove_shortcut): ditto
1725         (update_from_entry): ditto
1726         (up_folder_handler): ditto
1727
1728 Sun Mar  7 16:07:08 2004  Jonathan Blandford  <jrb@gnome.org>
1729
1730         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_init): set
1731         redraw_on_allocate, #135902.
1732
1733         * gtk/gtkfilesystemmodel.c (model_refilter_recurse): Patch from
1734         Damon Chaplin to set a node to be visible before emitting the
1735         inserted signal, #135555.
1736
1737 Sun Mar  7 22:24:28 2004  Matthias Clasen  <maclas@gmx.de>
1738
1739         * gtk/gtkbutton.c (_gtk_button_paint): Don't use xthickness in the
1740         height calculation.
1741
1742 Sun Mar  7 14:34:04 2004  Jonathan Blandford  <jrb@gnome.org>
1743
1744         Fixes #121500.
1745
1746         * gtk/gtkfilechooserdefault.c (trap_activate_cb): stop activate
1747         from unselecting rows when pressed in multiple-selection mode.
1748
1749 2004-03-07  Hans Breuer  <hans@breuer.org>
1750
1751         * gdk/win32/gdkproperty-win32.c (gdk_screen_get_setting) :
1752         some more settings from system, also reflect some name changes
1753         done a while ago in the x11 backend
1754
1755         * gdk/win32/makefile.msc : build gdkspawn-win32.c
1756
1757         * gtk/gtkdnd.c : gtk_drag_source_[gs]et_target_list, added "Since: 2.4"
1758
1759         * gtk/makefile.msc.in : build gtkpathbar, link shell32.lib
1760
1761         * tests/makefile.msc : some more tests get build
1762
1763 Sun Mar  7 03:03:57 2004  Jonathan Blandford  <jrb@gnome.org>
1764
1765         * gtk/gtkfilechooserdefault.c
1766         (gtk_file_chooser_default_get_paths): if action is
1767         SELECT_FOLDER, then return the currentd folder if none is
1768         selected.
1769         (gtk_file_chooser_default_should_respond): Allow 'Ok' to be hit if
1770         no directory is selected in SELECT_FOLDER mode.
1771
1772 Sat Mar  6 23:31:18 2004  Jonathan Blandford  <jrb@gnome.org>
1773
1774         * gtk/gtkfilechooserdefault.c (struct _GtkFileChooserDefault):
1775         remove unneeded elements.
1776         (tree_selection_changed): removed
1777         (tree_name_data_func): removed
1778         (gtk_file_chooser_default_finalize): don't unref dir model
1779         (create_folder_tree): removed
1780         (get_selection): no longer need to abstract away the selection
1781         function.
1782         (create_file_list): We now create a tree for all actions.
1783         (file_pane_create): Make one tree.
1784         (update_appearance) We really change the mode only, now.
1785
1786 Sun Mar  7 02:38:00 2004  Matthias Clasen  <maclas@gmx.de>
1787
1788         * gtk/gtkcombobox.c (gtk_combo_box_size_request): Do a 
1789         size_request on the button and cell_view_frame, otherwise
1790         their style will still be the default here in the initial 
1791         size_request. (#136301, Mark McLoughlin)
1792
1793 2004-03-06  Gustavo J. A. M. Carneiro  <gustavo@users.sourceforge.net>
1794
1795         * gtk/gtktoolbar.c (internal_insert_element): Check return value
1796         of gtk_stock_lookup; if stock lookup fails, just use stock_id as
1797         label, instead of crashing. Fixes #136202.
1798
1799 2004-03-05  Federico Mena Quintero  <federico@ximian.com>
1800
1801         * gdk/linux-fb/gdkglobals-fb.c: Make <config.h> the very first
1802         include.
1803         * gdk/linux-fb/gdkwindow-fb.c: Likewise.
1804         * gdk/linux-fb/gdkinput.c: Likewise.
1805
1806 2004-03-05  Federico Mena Quintero  <federico@ximian.com>
1807
1808         Fixes #136082 and #135265, patch by Morten Welinder.
1809
1810         * configure.in: Use AC_SYS_LARGEFILE.
1811
1812         * */*.c: #include <config.h>
1813
1814 2004-03-05  Federico Mena Quintero  <federico@ximian.com>
1815
1816         * gtk/gtkfilechooserdefault.c
1817         (gtk_file_chooser_default_select_path): No need to have a
1818         temporary error variable.
1819
1820 2004-03-05  Tor Lillqvist  <tml@iki.fi>
1821
1822         * configure.in: Move check for native Win32 (mingw) a bit
1823         earlier. If Win32, disable static builds (as in GLib). Remove
1824         unnecessary AC_LIBTOOL_WIN32_DLL.
1825
1826         * gdk/gdk.def: Add missing entries, thanks to J. Ali Harlow.
1827
1828         * gdk/win32/gdkcursor-win32.c (color_is_white): const-correctness.
1829
1830         (gdk_cursor_new_from_pixbuf): Copy of the non-Xcursor X11
1831         implementation.
1832
1833         (gdk_display_supports_cursor_alpha,
1834         gdk_display_supports_cursor_color): Dummy implementations.
1835
1836         (gdk_display_get_default_cursor_size,
1837         gdk_display_get_maximal_cursor_size): Implement.
1838
1839         * gdk/win32/gdkdisplay-win32.c (gdk_display_get_default_group):
1840         Dummy implementation.
1841
1842         * gdk/win32/gdkevents-win32.c (gdk_net_wm_supports): Dummy
1843         implementation.
1844
1845         * gdk/win32/gdkfont-win32.c (gdk_font_get_display): Implement.
1846
1847         * gdk/win32/gdkinput-win32.c (gdk_input_motion_events): Remove,
1848         not in API.
1849
1850         * gdk/win32/gdkwindow-win32.c (gdk_window_get_group): Dummy
1851         implementation.
1852
1853 Fri Mar  5 18:00:36 2004  Jonathan Blandford  <jrb@redhat.com>
1854
1855         * gtk/gtkfilechooserdefault.c (new_folder_button_clicked): scroll
1856         to the new path.
1857
1858         * gtk/gtktreeview.c (gtk_tree_view_adjustment_changed): Update the
1859         allocation when scrolling instead of cancelling editing.
1860
1861 Fri Mar  5 23:52:34 2004  Matthias Clasen  <maclas@gmx.de>
1862
1863         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_set_modify_func): 
1864         Improve the docs.  (#127727, Murray Cumming)
1865
1866 Fri Mar  5 23:37:16 2004  Matthias Clasen  <maclas@gmx.de>
1867
1868         * gtk/gtktreeview.c (gtk_tree_view_set_reorderable): Clarify the
1869         doc comment.  (#118602)
1870
1871 Fri Mar  5 22:37:15 2004  Matthias Clasen  <maclas@gmx.de>
1872
1873         * gtk/gtkbutton.c (gtk_button_construct_child): Don't let
1874         the priv->image pointer dangle.  (#136259, Padraig O'Briain)
1875
1876 2004-03-05  Federico Mena Quintero  <federico@ximian.com>
1877
1878         * gtk/gtkfilechooserprivate.h (struct _GtkFileChooserIface): Add
1879         gboolean return values and GError arguments to
1880         ::set_current_folder() and ::select_path().
1881
1882         * gtk/gtkfilechooser.c (gtk_file_chooser_set_current_folder):
1883         Return a boolean value for success/failure.
1884         (gtk_file_chooser_set_current_folder_uri): Likewise.
1885         (gtk_file_chooser_select_filename): Likewise.
1886         (gtk_file_chooser_select_uri): Likewise.
1887         (gtk_file_chooser_set_filename): Likewise.
1888         (gtk_file_chooser_set_uri): Likewise.
1889         (_gtk_file_chooser_set_current_folder_path): Likewise, plus take
1890         in a GError.
1891         (_gtk_file_chooser_select_path): Likewise.
1892
1893         * gtk/gtkfilechooserutils.c (delegate_set_current_folder):
1894         Likewise.
1895         (delegate_select_path): Likewise.
1896
1897         * gtk/gtkfilechooserdefault.c
1898         (gtk_file_chooser_default_select_path): Likewise.
1899         (gtk_file_chooser_default_set_current_folder): Likewise; this also
1900         fixes #136024.
1901         (error_changing_folder_dialog): New helper function.
1902         (change_folder_and_display_error): New helper function.
1903         (switch_to_selected_folder): Use change_folder_and_display_error().
1904         (tree_selection_changed): Likewise.
1905         (shortcuts_activate_volume): Likewise.
1906         (shortcuts_activate_item): Likewise.
1907         (list_row_activated): Likewise.
1908         (path_bar_clicked): Likewise.
1909         (update_from_entry): Likewise.
1910         (up_folder_handler): Likewise.
1911         (home_folder_handler): Get the home path from the shortcuts model,
1912         and use change_folder_and_display_error().
1913
1914         * tests/testfilechooser.c (set_current_folder): New helper
1915         function; pops up a simple error dialog if necessary.
1916         (set_filename): Likewise.
1917         (set_folder_nonexistent_cb): Use set_current_folder().
1918         (set_folder_existing_nonexistent_cb): Likewise.
1919         (set_filename_nonexistent_cb): Use set_filename().
1920         (set_filename_existing_nonexistent_cb): Likewise.
1921
1922 Fri Mar  5 11:17:35 2004  Owen Taylor  <otaylor@redhat.com>
1923
1924         * gtk/gtktreemodel.c (gtk_tree_row_reference_new_proxy): 
1925         Improve the docs (reported by Vitaly Tishkov, 
1926         #74362) Add some comments to the code about the 
1927         row reference handling that are hopefully not entirely
1928         wrong.
1929
1930 2004-03-05  Michael Natterer  <mitch@gimp.org>
1931
1932         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_show_all):
1933         s/object/widget/. Makes it compile again.
1934
1935 Fri Mar  5 03:37:14 2004  Jonathan Blandford  <jrb@gnome.org>
1936
1937         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_show_all):
1938         chain to the extra_widget.
1939
1940 Fri Mar  5 02:53:41 2004  Jonathan Blandford  <jrb@gnome.org>
1941
1942         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_finalize):
1943         Patch from Damon Chaplin to free models when we're finalized,
1944         #134053
1945
1946 2004-03-05  Alexander Larsson  <alexl@redhat.com>
1947
1948         * gtk/gtkfilesystem.c (gtk_file_system_get_volume_for_path):
1949         Document the fact that there might not be a volume for all
1950         paths.
1951
1952         * gtk/gtkfilechooserdefault.c (shortcuts_add_current_folder):
1953         Don't assume there is a volume for all paths.
1954
1955 Fri Mar  5 01:45:04 2004  Jonathan Blandford  <jrb@gnome.org>
1956
1957         * gtk/gtkfilechooserdefault.c (shortcuts_append_paths): insert in
1958         the correct place instead of naïvely appending.
1959         (shortcuts_add_volumes): refilter the model
1960         (shortcuts_add_bookmarks): refilter the model
1961         (gtk_file_chooser_default_add_shortcut_folder): refilter the model
1962
1963 2004-03-04  Federico Mena Quintero  <federico@ximian.com>
1964
1965         * gtk/gtkfilechooserdialog.c (response_cb):  New handler.  Ask the
1966         GtkFileChooser widget if it wants to do something special rather
1967         than letting us terminate the dialog.
1968         (gtk_file_chooser_dialog_init): Connect to "response"; see the
1969         comment in the sources to see why we don't override the method in
1970         class_init.
1971
1972         * gtk/gtkfilechooserembed.h (struct _GtkFileChooserEmbedIface):
1973         Added a ::should_respond() method.
1974
1975         * gtk/gtkfilechooserembed.c
1976         (_gtk_file_chooser_embed_delegate_iface_init): Add a delegate for ::should_respond().
1977         (delegate_should_respond): New delegate.
1978         (_gtk_file_chooser_embed_should_respond): New function.
1979
1980         * gtk/gtkfilechooserdefault.c (set_list_model, create_file_list):
1981         Use dashes in signal names rather than underscores.
1982         (gtk_file_chooser_default_init): Hook up our ::should_respond() implementation.
1983         (gtk_file_chooser_default_should_respond): Implement.  go into a
1984         folder rather than responding if we are in File mode and the
1985         selected file is a folder.
1986         (get_selection): New helper function.
1987         (add_bookmark_button_clicked_cb): Use get_selection().
1988         (bookmarks_check_add_sensitivity): Likewise.
1989         (gtk_file_chooser_default_get_paths): Likewise.
1990         (check_save_entry): New helper function.
1991         (gtk_file_chooser_default_get_paths): Use check_save_entry().
1992         (selection_check): Renamed from selection_is_folders().  Now
1993         checks whether the selection is empty, all files, all folders.
1994         (bookmarks_check_add_sensitivity): Use selection_check().
1995
1996 Fri Mar  5 00:05:59 2004  Matthias Clasen  <maclas@gmx.de>
1997
1998         * gtk/gtkcombobox.c (gtk_combo_box_list_setup): 
1999         * gtk/gtkcombobox.c (gtk_combo_box_menu_setup): Connect to 
2000         key_press_event and handle Alt-Down/Alt-Up to show or hide the
2001         list popup. Also handle Down/Up/PageDown/PageUp/Home/End and 
2002         make them change the active item without popping up the list.
2003         These keybindings are inherited from GtkCombo. 
2004
2005 Thu Mar  4 23:15:58 2004  Matthias Clasen  <maclas@gmx.de>
2006
2007         * gtk/gtkcombobox.c (gtk_combo_box_menu_position): Initially 
2008         select the active item when using optionmenu-like positioning. 
2009
2010 Thu Mar  4 16:54:30 2004  Owen Taylor  <otaylor@redhat.com>
2011
2012         * gtk/gtkrc.c (gtk_rc_check_pixmap_dir): Don't
2013         open/close the file, just check for existence
2014         with g_file_test(). This is considerably cheaper,
2015         and lack-of-permissions for pixmap dirs is 
2016         pathological.
2017
2018 Wed Mar  3 17:53:21 2004  Owen Taylor  <otaylor@redhat.com>
2019
2020         * gtk/gtksocket.c (gtk_socket_class_init): Overide
2021         show_all/hide_all to be gtk_widget_show/gtk_widget_hide,
2022         since we don't want to propagate to the in-process
2023         plug, if any. (#122949, Michael Meeks)
2024
2025 Thu Mar  4 15:20:55 2004  Jonathan Blandford  <jrb@gnome.org>
2026
2027         * gtk/gtkfilechooserdefault.c (update_appearance): show the 'New
2028         Folder' button in SAVE mode again.
2029
2030 Thu Mar  4 21:53:46 2004  Matthias Clasen  <maclas@gmx.de>
2031
2032         * gtk/gtkiconfactory.c (copy_cache): Increment the reference
2033         count of the style when copying the cached icon.  (#135890, Crispin
2034         Flowerday)
2035
2036 Thu Mar  4 21:45:43 2004  Matthias Clasen  <maclas@gmx.de>
2037
2038         * gtk/gtkcombobox.c: In list mode, set the background color 
2039         of the cell view to the base color of the style, instead of
2040         hardwiring white. (#136158)
2041
2042 Thu Mar  4 01:32:19 2004  Jonathan Blandford  <jrb@gnome.org>
2043
2044         * gtk/gtkpathbar.c (gtk_path_bar_set_path): Modified patch from
2045         muppet <scott@asofyet.org> to keep child directories around if we
2046         change to a child.
2047
2048         * gtk/gtkpathbar.c (_gtk_path_bar_set_home_icon): Start of
2049         icon-setting functions.  Not used yet.
2050         (_gtk_path_bar_set_root_icon): Ditto.
2051         
2052 Thu Mar  4 00:31:54 2004  Matthias Clasen  <maclas@gmx.de>
2053
2054         * gtk/gtktextview.c (extend_selection): 
2055         * gtk/gtktextview.c (gtk_text_view_move_cursor_internal): Allow
2056         to select the last word in the buffer.  (#135487, Paolo Borelli)
2057
2058 Wed Mar  3 23:54:31 2004  Matthias Clasen  <maclas@gmx.de>
2059
2060         * gtk/gtkentrycompletion.c: Doc update.
2061
2062 Wed Mar  3 17:30:18 2004  Owen Taylor  <otaylor@redhat.com>
2063
2064         * gtk/gtkwindow.c (gtk_window_mnemonic_activate): Check
2065         whether widgets are viewable, not just if they are
2066         mapped. (#122912, reported by Tim Evans)
2067
2068 Wed Mar  3 23:28:48 2004  Matthias Clasen  <maclas@gmx.de>
2069
2070         * gtk/gtkcombobox.c (gtk_combo_box_set_active): Move the actual
2071         implementation into a new gtk_combo_box_set_active_internal() 
2072         function, which doesn't do the short-circuiting. 
2073         * gtk/gtkcombobox.c (gtk_combo_box_model_row_deleted): Use
2074         set_active_internal() here, since the active item may change here,
2075         although the index is unchanged.
2076
2077 Wed Mar  3 23:26:49 2004  Matthias Clasen  <maclas@gmx.de>
2078
2079         * gtk/gtkcombobox.c (gtk_combo_box_menu_position): Reintroduce the
2080         traditional option menu placement of the popup for regular combo
2081         boxes. Grids and editable combo boxes use the combo-like placement 
2082         below the entry.  (#136021)
2083         * gtk/gtkcombobox.c (gtk_combo_box_menu_button_press): 
2084         * gtk/gtkcombobox.c (gtk_combo_box_popup): Call gtk_menu_set_active()
2085         before popping up the menu, to make the placement work.
2086         
2087 Wed Mar  3 17:20:15 2004  Owen Taylor  <otaylor@redhat.com>
2088
2089         * gtk/gtkmain.c (gtk_propagate_event): Special case
2090         scroll events so that they propagate up the widget
2091         heirarchy when received on insensitive widgets.
2092         (#101102, reported by Geoff Reedy)
2093
2094 Wed Mar  3 16:47:10 2004  Owen Taylor  <otaylor@redhat.com>
2095
2096          #109594, reported by Olivier Ripoll
2097
2098         * gtk/gtkentry.c (gtk_entry_size_request): Use max of 
2099         width and digit width for gtk_entry_set_width_chars,
2100         and round up.
2101
2102         * gtk/gtkcolorsel.c (gtk_color_selection_init): Set the
2103         width of the entry to 7 chars.
2104
2105 Wed Mar  3 16:00:10 2004  Owen Taylor  <otaylor@redhat.com>
2106
2107         * configure.in: Strip out the "export-dynamic" libtool
2108         option from library link lines. (#124687, James Henstridge)
2109
2110 Wed Mar  3 16:06:03 2004  Jonathan Blandford  <jrb@gnome.org>
2111
2112         * gtk/gtkfilechooserdefault.c (save_folder_combo_changed_cb):
2113         Don't activate the combo if we're in the midst of changing
2114         folders.
2115
2116 2004-03-03  Mark McLoughlin  <mark@skynet.ie>
2117
2118         * tests/testsocket_common.c: (print_hello): don't try and store
2119         pointers in ints. Fixes 64-bit build.
2120
2121 2004-03-03  Federico Mena Quintero  <federico@ximian.com>
2122
2123         * gtk/gtkfilesystem.c (gtk_file_system_get_parent): Simplify by
2124         not using a temporary variable, and clarify the documentation.
2125         Fixes #136008.
2126
2127 2004-03-03  Mark McLoughlin  <mark@skynet.ie>
2128
2129         * gtk/gtkexpander.c:
2130         (gtk_expander_enter_notify), (gtk_expander_leave_notify),
2131         (gtk_expander_set_label_widget): Set the label widget's
2132         state to prelight if we're prelit. Fixes bug #136078.
2133
2134 2004-03-03  Murray Cumming  <murrayc@murrayc.com>
2135
2136         * gtk/gtkradiobutton.h, radiomenuitem.h: Corrected the group_changed
2137         signal vfunc declaration, adding the first parameter, which is the
2138         widget emitting the signal.
2139
2140 2004-03-03  Morten Welinder  <terra@gnome.org>
2141
2142         * tests/testfilechooser.c (update_preview_cb): Plug leak.
2143
2144 Tue Mar  2 23:39:55 2004  Jonathan Blandford  <jrb@gnome.org>
2145
2146         * gtk/gtkfilechooserdialog.c
2147         (file_chooser_widget_default_realized_size_changed): Split
2148         function into realized and unrealized variants, and consolidate
2149         the handling fo size-changing and default changing.
2150
2151         * gtk/gtkfilechooserembed.[ch] (gtk_file_chooser_embed_class_init):
2152         remove resizable-hints-changed, as it just complicated things.
2153
2154         * gtk/gtkfilechooserdefault.c (update_appearance): Don't emit
2155         resizable-hints-changed.
2156         
2157 2004-03-03  Tor Lillqvist  <tml@iki.fi>
2158
2159         * gtk/gtk.def: Add a missing entry. (#135982, J. Ali Harlow)
2160
2161         * NEWS: Correct spelling of my name in one place.
2162
2163 2004-03-02  Federico Mena Quintero  <federico@ximian.com>
2164
2165         * gtk/gtkfilechooserdefault.c
2166         (gtk_file_chooser_default_set_current_folder): Handle errors in
2167         setting the path bar's path.  Fixes #136000, based on a patch by
2168         Morten Welinder.
2169
2170         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_insert_bookmark):
2171         Don't free our own propagated error.
2172
2173         * gtk/gtkpathbar.c (gtk_path_bar_set_path): Likewise, and free the
2174         parent_path upon error.  Fixes #136006, patch by Morten Welinder.
2175         (gtk_path_bar_set_path): Unref the file_folder upon error.
2176         (gtk_path_bar_set_path): Return a boolean success code.
2177
2178 Wed Mar  3 00:28:59 2004  Matthias Clasen  <maclas@gmx.de>
2179
2180         * tests/testcombochange.c: Add an animation mode, to test 
2181         how the combobox behaves if the model changes while it is popped
2182         up.
2183
2184 Tue Mar  2 17:06:05 2004  Owen Taylor  <otaylor@redhat.com>
2185
2186         * === Released 2.3.5 ===
2187
2188         * NEWS: Updates
2189
2190         * configure.in: Version 2.3.5, interface age 0.
2191         Require glib-2.3.5, pango-1.3.5.
2192
2193 Tue Mar  2 23:08:12 2004  Matthias Clasen  <maclas@gmx.de>
2194
2195         * gtk/gtkentrycompletion.c (_gtk_entry_completion_popup): Avoid
2196         popping up the completions across the edge of the monitor.
2197         Part of #135561.
2198
2199 Tue Mar  2 16:47:40 2004  Owen Taylor  <otaylor@redhat.com>
2200
2201         * tests/testfilechooser.c (set_filename_existing_nonexistent_cb): 
2202         Move the /nonexistant stuff out of the main window,
2203         keep the main window somewhat normal looking.
2204
2205 Tue Mar  2 16:18:43 2004  Owen Taylor  <otaylor@redhat.com>
2206
2207         * gtk/gtktreestore.c (gtk_tree_store_reorder)
2208         * gtk/gtkliststore.c (gtk_list_store_reorder): Fix
2209         up the interpretation of new_order to match what
2210         it means elsewhere, document the meaning of new_order.
2211
2212         * gtk/gtkcombobox.c (gtk_combo_box_model_rows_reordered):
2213         Fix interpretation of new_order.
2214
2215         * tests/testcombochange.c (on_reorder): Fix interpretation
2216         of new_order.
2217
2218         * tests/testcombochange.c (on_reorder): Fix hitting
2219         "reorder" with an empty list.
2220
2221 Tue Mar  2 21:23:30 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
2222
2223         Patch from Frederic Crozat, test code from Jean-Philippe
2224         Chancelier. Fixes bug #120479.
2225         
2226         * gtk/gtkcombo.c (gtk_combo_popup_list): Make sure popup belongs
2227         to the right window group.
2228
2229         * gtk/gtkmenu.c (gtk_menu_popup): Same
2230
2231         * tests/testsocket.c (main): Pack the plugs into an hbox instead
2232         of a vbox.
2233
2234         * tests/testsocket_common.c: Add a GtkMenuBar, a GtkCombo and a
2235         GtkComboBox to the children.
2236
2237 Tue Mar  2 14:38:23 2004  Owen Taylor  <otaylor@redhat.com>
2238
2239         * gtk/gtkcombobox.c (gtk_combo_box_model_row_inserted):
2240         If the model was empty before, select the first inserted
2241         item.
2242
2243         * gtk/gtkcombobox.c (gtk_combo_box_model_row_deleted):
2244         Fix up the logic for the new row to select.
2245
2246         * gtk/gtkcombobox.c (gtk_combo_box_class_init):
2247         Rename "appearance" property to "appears-as-list".
2248
2249         * tests/testcombochange.c tests/Makefile.am: Test case
2250         for combos and dynamically changing models.
2251
2252 Tue Mar  2 15:19:52 2004  Jonathan Blandford  <jrb@redhat.com>
2253
2254         * gtk/gtkfilechooserdefault.c
2255         (gtk_file_chooser_default_get_resizable_hints): set the default
2256         value, spotted by Morten Welinder.
2257
2258 Tue Mar  2 15:03:15 2004  Jonathan Blandford  <jrb@redhat.com>
2259
2260         * gtk/gtkfilechooserdefault.c
2261         (gtk_file_chooser_default_get_resizable_hints): get the logic
2262         correct.  This will fix sizing on save dialogs.
2263
2264         (save_widgets_create): set_mnemonic_widget.
2265
2266 2004-03-02  Federico Mena Quintero  <federico@ximian.com>
2267
2268         * gtk/gtkfilechooserdefault.c
2269         (gtk_file_chooser_default_set_current_folder): Don't update the
2270         save folder combo if we are already switching folders; based on a
2271         patch by Jonathan Blandford.
2272
2273         * gtk/gtkfilechooserdefault.c (shortcuts_add_current_folder):
2274         Handle failure to insert the path.  Based on a patch by Morten
2275         Welinder attached to bug #135380.
2276
2277         * tests/testfilechooser.c (extra_widget_create): Add a bunch of
2278         buttons to test various things.
2279
2280 Tue Mar  2 20:59:23 2004  Matthias Clasen  <maclas@gmx.de>
2281
2282         * tests/Makefile.am: Add testentrycompletion.
2283
2284         * tests/testentrycompletion.c: New file to test some of the
2285         more exotic GtkEntryCompletion features.
2286
2287 Tue Mar  2 14:38:10 2004  Jonathan Blandford  <jrb@redhat.com>
2288
2289         * tests/testfilechooser.c (main): improve tests a little.
2290
2291 Tue Mar  2 11:45:50 2004  Owen Taylor  <otaylor@redhat.com>
2292
2293         * gtk/gtkcombobox.c: Always connect to the changed
2294         signals on the model, update the active item as
2295         appropriate when rows are inserted/deleted/reordered,
2296         re-layout the menu on ::rows-reordered.
2297
2298         * gtk/gtkcellview.c (gtk_cell_view_set_displayed_row):
2299         Allow %NULL for path to unset and leave no current
2300         path.
2301
2302 Tue Mar  2 19:54:53 2004  Matthias Clasen  <maclas@gmx.de>
2303
2304         * gtk/gtkcombobox.c (gtk_combo_box_list_position): Position
2305         the popup above the sample if there is not enough room below.
2306         Part of #135543.
2307
2308 Tue Mar  2 19:53:36 2004  Matthias Clasen  <maclas@gmx.de>
2309
2310         * gtk/gtkcombobox.c (gtk_combo_box_set_popup_widget): Make the 
2311         frame for the list mode etched in, to give the popup a slightly
2312         less flat appearance. 
2313
2314 Tue Mar  2 17:55:31 2004  Matthias Clasen  <maclas@gmx.de>
2315
2316         * gtk/gtk.def: Add gtk_combo_box_entry_new_text().  
2317
2318 2004-03-02  Morten Welinder  <terra@gnome.org>
2319
2320         * tests/testfilechooser.c (size_prepared_cb): Don't scale images
2321         that are small enough to fit.  Avoid using incompatibly typed data
2322         pointer.
2323
2324         * gtk/gtkfilechooserdefault.c
2325         (gtk_file_chooser_default_get_resizable_hints): Test the
2326         resize_horizontally pointer, not the deferenced pointer.
2327
2328 2004-03-01  Federico Mena Quintero  <federico@ximian.com>
2329
2330         * gtk/gtkfilechooserdefault.c (struct _GtkFileChooserDefault): New
2331         flag shortcuts_current_folder_is_volume.
2332         (shortcuts_add_current_folder): Set
2333         impl->shortcuts_current_folder_is_volume as appropriate.
2334         (remove_current_folder_cb): Handle the flag.
2335         (shortcuts_activate_item): Likewise.
2336         (shortcuts_update_current_folder): Handle the
2337         impl->shortcuts_current_folder_active flag; only add the folder if
2338         it doesn't already exist in the list.
2339         (shortcuts_model_create): Don't insert the current folder
2340         separator here.
2341         (shortcuts_add_current_folder): Insert the separator here.
2342         (shortcut_find_position): Renamed from shortcut_exists(); now
2343         returns an index.
2344         (shortcuts_add_current_folder): Set the active item in the combo.
2345
2346 2004-03-01  Federico Mena Quintero  <federico@ximian.com>
2347
2348         * gtk/gtkfilechooserdefault.c (shortcuts_row_activated_cb): Eep,
2349         use gtk_tree_model_filter_convert_iter_to_child_iter(), not the reverse.
2350
2351 2004-03-01  Federico Mena Quintero  <federico@ximian.com>
2352
2353         * gtk/gtkfilechooserdefault.c (shortcuts_model_create): Don't
2354         unref an old model; there isn't one.  This was a leftover from
2355         when we recreated the model on every change.
2356         (save_widgets_create): Create the save folder combo.
2357         (shortcuts_model_create): Don't set the model on the tree view
2358         here.
2359         (gtk_file_chooser_default_constructor): Create the shortcuts model
2360         here, before the rest of the widgets.
2361         (shortcuts_list_create): Don't call shortcuts_model_create() here;
2362         just set the model on the tree.
2363         (save_folder_combo_create): New function, provided by Jonathan
2364         Blandford.
2365         (update_appearance): Set the sensitivity of the folder combo.
2366         (shortcuts_activate_iter): New helper function; code moved from
2367         shortcuts_row_activated_cb().
2368         (shortcuts_activate_item): New helper function.
2369         (shortcuts_row_activated_cb): Use shortcuts_activate_iter().
2370         (ShortcutsIndex): Renamed SHORTCUTS_SEPARATOR to
2371         SHORTCUTS_BOOKMARKS_SEPARATOR.
2372         (struct _GtkFileChooserDefault): New field shortcuts_current_folder_active.
2373         (shortcuts_insert_separator): Add a position argument.
2374         (shortcuts_get_index): Handle the SHORTCUTS_CURRENT_FOLDER_SEPARATOR 
2375         and SHORTCUTS_CURRENT_FOLDER positions.
2376         (shortcut_exists): Ignore the current folder row.
2377         (struct _GtkFileChooserDefault): New field shortcuts_filter_model.
2378         (shortcuts_model_create): Create a filter model for the shortcuts list.
2379         (shortcuts_list_create): Set the model to the shortcuts_filter_model.
2380         (remove_bookmark_button_clicked_cb): Use the shortcuts_filter_model.
2381         (bookmarks_check_remove_sensitivity): Likewise.
2382         (shortcuts_row_activated_cb): Likewise.
2383         (gtk_file_chooser_default_set_current_folder): New function.
2384         (gtk_file_chooser_default_set_current_folder): Update the current
2385         folder row in the shortcuts list.
2386
2387         * gtk/gtkfilechooserwidget.c
2388         (gtk_file_chooser_widget_constructor): Cast correctly for
2389         _gtk_file_chooser_embed_set_delegate().
2390
2391 Mon Mar  1 19:30:25 2004  Owen Taylor  <otaylor@redhat.com>
2392
2393         * gtk/gtkdnd.[ch]: Add gtk_drag_source_set/get_target_list().
2394         (#127499, based on patch from Michael Natterer)
2395
2396         * tests/testgtk.c: Fix bidi strings to display correctly
2397         with new auto-bidi.
2398
2399 Tue Mar  2 01:34:40 2004  Matthias Clasen  <maclas@gmx.de>
2400
2401         * gtk/gtksettings.c: Remove the include of Xft.h, which is already
2402         dragged in via pangoxft.h.  (#135496, David Hawthorne)
2403
2404 Mon Mar  1 23:52:15 2004  Tim Janik  <timj@gtk.org>
2405
2406         * gtk/gtkbindings.[hc]: expose gtk_bindings_activate_event(), changed
2407         callers.
2408
2409         * gtk/gtkwindow.[hc]: added gtk_window_propagate_key_event() to expose
2410         the key event propagation mechanism used for focus widgets.
2411         (gtk_window_key_release_event): use the same key event propagation logic
2412         as gtk_window_key_press_event().
2413
2414 2004-03-01  Simon Budig  <simon@gimp.org>
2415
2416         * gdk/x11/gdkinput-x11.c: X11 R6.4 specifies 15 events
2417         for the XInput extension. We want to see them all.
2418         We now get Proximity Out events again. Fixes bug #135320.
2419
2420 Tue Mar  2 00:47:21 2004  Matthias Clasen  <maclas@gmx.de>
2421
2422         * gtk/gtkimmodule.c (match_locale): Use case-insensitive
2423         comparison. Fixes XIM module loading on AIX.  (#131277)
2424
2425 Mon Mar  1 23:59:18 2004  Matthias Clasen  <maclas@gmx.de>
2426
2427         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_row_deleted): 
2428         Make it work correctly when the child model is cleared 
2429         completely. (#121633)
2430
2431 2004-03-01  Michael Natterer  <mitch@gimp.org>
2432
2433         * gtk/gtkfilechooserwidget.h: removed accidentially committed char
2434         which broke the build.
2435
2436 Mon Mar  1 16:51:21 2004  Jonathan Blandford  <jrb@redhat.com>
2437
2438         * gtk/gtkfilechooserdialog.c
2439         (file_chooser_widget_default_size_changed): only store the size if
2440         we can resize in that direction.
2441
2442 Mon Mar  1 16:32:52 2004  Jonathan Blandford  <jrb@redhat.com>
2443
2444         * gtk/gtkfilechooserwidget.c
2445         (gtk_file_chooser_widget_new_with_backend): new function.  Long
2446         name.
2447
2448 2004-03-01  Morten Welinder  <terra@gnome.org>
2449
2450         * gtk/gtkfilesystemunix.c (filename_get_info): Only stat when
2451         needed.
2452
2453         * gtk/gtkfilesystemmodel.c (file_model_node_is_visible): Simplify
2454         semantics and check for errors.
2455
2456         * gtk/gtkpathbar.c (gtk_path_bar_set_path): Propagate errors.
2457
2458         * gtk/gtkfilefilter.c (gtk_file_filter_filter): Don't crash if
2459         display_name is NULL.
2460
2461 Mon Mar  1 14:16:52 2004  Owen Taylor  <otaylor@redhat.com>
2462
2463         Based on patch by Alex Larsson
2464
2465         * gtk/gtkfilechooserdefault.c: Use gtk-file-chooser-backend
2466         GtkSetting to set the backend if the app doesn't specify one.
2467
2468         * gdk/x11/gdkevents-x11.c gtk/gtksettings.c:
2469         Add Gtk/FileChooserBackend.
2470
2471 Mon Mar  1 20:32:06 2004  Tim Janik  <timj@gtk.org>
2472
2473         * autogen.sh:
2474         - exit with $? instead of 1 in case of failure
2475         - exit with $? if ./configure failed
2476           (that's so autogen.sh && make lines work)
2477         - removed --enable-gtk-doc option
2478         - added $AUTOGEN_CONFIGURE_ARGS
2479
2480 2004-03-01  Federico Mena Quintero  <federico@ximian.com>
2481
2482         * gtk/gtkfilechooserdefault.c (list_model_filter_func): Test for
2483         filter_info.uri correctly.  Fixes #135379, pointed out by Damon
2484         Chaplin.
2485         (shortcuts_get_index): Compute the bookmarks index correctly.
2486         Fixes #135714, pointed out by Damon Chaplin.
2487         (gtk_file_chooser_default_list_shortcut_folders): Handle the case
2488         with no shortcuts, and don't run off the end of the list if there
2489         are no bookmarks and their separator.  Fixes #135572, patch by
2490         Damon Chaplin.
2491
2492 Mon Mar  1 12:23:06 2004  Owen Taylor  <otaylor@redhat.com>
2493
2494         * gtk/gtklabel.c: Handle dynamically resolved bidi direction
2495         when drawing the cursor. (#118541)
2496
2497         * gtk/gtkentry.c (get_better_cursor_x): Use entry->resolved_dir;
2498
2499         * gtk/gtkentry.c (draw_insertion_cursor): Fix up
2500         some confusion in parameter ordering.
2501
2502 Mon Mar  1 12:05:54 2004  Jonathan Blandford  <jrb@redhat.com>
2503
2504         * gtk/gtkfilechooserdialog.c
2505         (file_chooser_widget_resizable_hints_changed): Handle
2506         shrinking/growing.
2507
2508 2004-03-01  Michael Natterer  <mitch@gimp.org>
2509
2510         * gtk/gtktextbtree.c: removed underscores from calls to
2511         gtk_text_btree_resolve_bidi().
2512
2513 Mon Mar  1 10:41:27 2004  Owen Taylor  <otaylor@redhat.com>
2514
2515         Patch from Dov Grobgeld to implement auto-bidi-direction
2516         for GtkTextView (#118543)
2517
2518         * gtk/gtktextbtree.[ch]: Resolve bidi base direction
2519         for each line by propagating backwards/forwards as
2520         necessary.
2521
2522         * gtk/gtktextlayout.[ch] gtk/gtktextview.c: Set the 
2523         bidi base direction for the ;ine with the cursor from 
2524         the keyboard direction. Add gtk_text_layout_set_keyboard_direction().
2525         
2526 Mon Mar  1 10:31:11 2004  Owen Taylor  <otaylor@redhat.com>
2527
2528         * gtk/gtkentry.[ch]: Implement auto-bidi-direction,
2529         based on a patch from Dov Grobgeld. (#118540)
2530
2531 Sun Feb 29 22:01:49 2004  Owen Taylor  <otaylor@redhat.com>
2532
2533         * gtk/gtkentry.[ch]: Add gtk_entry_set_alignment() 
2534         to allow right-aligned entries and a "xalign" 
2535         property. (#59799, patch from Egon Andersen and 
2536         Steffen Gutmann)
2537
2538         * gtk/gtkmisc.c (gtk_misc_class_init): Use improved
2539         xalign property description here too.
2540
2541         * tests/testtext.c: UNDERLINE_ERROR test addition
2542         from Nicolas Settons' patch.
2543
2544 Sun Feb 29 20:34:06 2004  Owen Taylor  <otaylor@redhat.com>
2545
2546         * gtk/gtkwindow.[ch] gtk/gtkmenushell.c: export
2547         gtk_window_activate_key() (Request from Tim Janik)
2548
2549 Mon Mar  1 01:00:11 2004  Matthias Clasen  <maclas@gmx.de>
2550
2551         * gtk/gtktextview.c (gtk_text_view_drag_data_received): 
2552         Make DND operations within a buffer move the dragged 
2553         text instead of copying it; also make DND operations 
2554         a single user action for undo purposes.  (#135191, 
2555         #93139, reported by Tommi Komulainen, patch by Paolo Borelli
2556         and Paolo Maggi)
2557
2558 Mon Mar  1 00:51:11 2004  Matthias Clasen  <maclas@gmx.de>
2559
2560         * NEWS: News for 2.3.5.
2561
2562 Sun Feb 29 23:25:35 2004  Matthias Clasen  <maclas@gmx.de>
2563
2564         * gtk/gtkentry.c (gtk_entry_completion_key_press): 
2565         Fix the Shift-Tab support to go backwards.
2566
2567 Sun Feb 29 16:40:40 2004  Owen Taylor  <otaylor@redhat.com>
2568
2569         * gtk/gtktextview.c (gtk_text_view_class_init): Fix 
2570         capitalization to match other style properties.
2571
2572 Sun Feb 29 16:38:53 2004  Owen Taylor  <otaylor@redhat.com>
2573
2574         * gtk/gtktextview.c (gtk_text_view_class_init): Fix a
2575         typo in property string.
2576
2577 Sun Feb 29 16:35:23 2004  Owen Taylor  <otaylor@redhat.com>
2578
2579         * gdk/gdkpango.c gtk/gtktextdisplay.c: Implement
2580         PANGO_UNDERLINE_ERROR (Based on a patch by
2581         Nicolas Setton, #114237)
2582
2583         * gtk/gtktextview.c: Add a error-underline-color style
2584         property.
2585
2586 Sun Feb 29 19:04:33 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
2587
2588         * gtk/gtkrange.c (_gtk_range_get_wheel_delta): New internal
2589         function returning a good step value for the mouse wheel. For
2590         scrollbars, base the step on page_size^(2/3), for other ranges,
2591         use 2 * step_increment.
2592
2593         * gtk/gtkrange.c (gtk_range_scroll_event): Use it here ...
2594
2595         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_scroll_event): 
2596         ... and here.
2597
2598         * gtk/gtkmenu.c (gtk_menu_leave_notify): Fix a warning.
2599
2600 Sun Feb 29 01:51:27 2004  Jonathan Blandford  <jrb@gnome.org>
2601
2602         * gtk/gtkfilechooserembed.c
2603         (_gtk_file_chooser_embed_get_default_size):  Add g_return_if_fail()
2604         (_gtk_file_chooser_embed_get_resizable_hints): Add g_return_if_fail()
2605
2606         * gtk/gtkfilechooserdialog.c
2607         (file_chooser_widget_default_size_changed): Get the correct
2608         initial size for the dialog.  Also, don't bother with
2609         gtk_window_set_default_size().  It's not really meaningful.
2610
2611         * gtk/gtkfilechooserdefault.c
2612         (gtk_file_chooser_default_get_default_size): Get the correct
2613         spacing for the preview_widget
2614         (update_preview_widget_visibility): Clear widget field after we
2615         destroy it.
2616
2617 2004-02-29  Federico Mena Quintero  <federico@ximian.com>
2618
2619         * gtk/gtkfilechooserdefault.c
2620         (gtk_file_chooser_default_set_property): Handle
2621         GTK_FILE_CHOOSER_PROP_USE_PREVIEW_LABEL.
2622         (gtk_file_chooser_default_get_property): Likewise.
2623         (struct _GtkFileChooserDefault): Added fields for preview_label,
2624         use_preview_label, preview_display_name, preview_box.  Removed
2625         preview_frame.
2626         (set_preview_widget): Reorder the widget in relation to the label.
2627         (update_preview_widget_visibility): Create or destroy the preview
2628         label.
2629         (check_preview_change): Update impl->preview_display_name and the
2630         label.
2631         (find_good_size_from_style): Use the preview_box.
2632         (gtk_file_chooser_default_finalize): Free
2633         impl->preview_display_name.
2634         (gtk_file_chooser_default_init): Initialize
2635         impl->use_preview_label.
2636
2637         * gtk/gtkfilechooser.c (gtk_file_chooser_class_init): Add a
2638         "use-preview-label" property.
2639         (gtk_file_chooser_set_use_preview_label): New function.  This sets
2640         whether one wants the file chooser to display a stock label with
2641         the previewed filename.  Apps that do really fancy previews can
2642         turn this off and draw the name themselves.
2643         (gtk_file_chooser_get_use_preview_label): New function.
2644         (gtk_file_chooser_get_preview_widget_active): Documentation fix.
2645
2646         * gtk/gtkfilechooserutils.h (GtkFileChooserProp): Add a
2647         GTK_FILE_CHOOSER_PROP_USE_PREVIEW_LABEL value.
2648
2649         * gtk/gtkfilechooserutils.c
2650         (_gtk_file_chooser_install_properties): Override the
2651         "use-preview-label" property.
2652
2653 Sun Feb 29 04:43:29 2004  Matthias Clasen  <maclas@gmx.de>
2654
2655         * gtk/gtkentry.c (gtk_entry_completion_key_press): Make Tab and
2656         Shift-Tab work when the completion popup is shown.
2657
2658 2004-02-28  Federico Mena Quintero  <federico@ximian.com>
2659
2660         * gtk/gtkfilechooserdefault.c (create_folder_tree): Use "Name" for
2661         the title of the filename column.
2662         (create_file_list): Likewise.
2663
2664 Sun Feb 29 03:31:42 2004  Matthias Clasen  <maclas@gmx.de>
2665
2666         * gtk/gtkentry.c (gtk_entry_completion_key_press): Fix Page_Up 
2667         and Page_Down in the completion popup to move page-wise if we're
2668         scrolling.
2669
2670 2004-02-28  Federico Mena Quintero  <federico@ximian.com>
2671
2672         * gtk/gtkfilechooserdefault.c (set_cell_text_bold_if_folder):
2673         Removed.
2674         (list_name_data_func): Don't call the function above.
2675         (list_mtime_data_func): Likewise.
2676
2677 Sun Feb 29 02:34:35 2004  Matthias Clasen  <maclas@gmx.de>
2678
2679         * gtk/gtkcombobox.c (gtk_combo_box_list_position): New 
2680         function which calculates position and size for the popup in
2681         list mode. Currently it only pushes the popup horizontally 
2682         into the screen.
2683
2684 Sun Feb 29 01:10:09 2004  Matthias Clasen  <maclas@gmx.de>
2685
2686         * gtk/gtkcombobox.c: Implement the previous fix in a better way,
2687         small cleanups.
2688
2689 2004-02-28  Hans Breuer  <hans@breuer.org>
2690
2691         * gtk/gtkfilesystemwin32.c : applied patch from
2692         J. Ali Harlow <ali@juiblex.co.uk>, fixes bug #135641
2693
2694 Sat Feb 28 23:30:36 2004  Matthias Clasen  <maclas@gmx.de>
2695
2696         * gtk/gtkcombobox.c (gtk_combo_box_popup): Actually resize the
2697         popup window before popping up.  (#135651)
2698
2699 Sat Feb 28 23:29:35 2004  Matthias Clasen  <maclas@gmx.de>
2700
2701         * gtk/gtkcombobox.c (gtk_combo_box_class_init): 
2702         * gtk/gtkcombobox.c (gtk_combo_box_init): Override the default
2703         handler for style_set in class_init instead of connecting to
2704         the signal in init. (noticed by Yosh).
2705
2706 Sat Feb 28 14:48:35 2004  Owen Taylor  <otaylor@redhat.com>
2707
2708         * demos/gtk-demo/main.c (read_line): #ifdef HAVE_FLOCKFILE, 
2709         not #ifndef HAVE_FLOCKFILE. (#135642, J. Ali Harlow)
2710
2711 2004-02-28  Hans Breuer  <hans@breuer.org>
2712
2713         * gtk/gtkfilesystemwin32.c : adapt to add -> insert_bookmark
2714         change. Also merged some crossplatform code from 
2715         gtkfilesystemunix.c
2716         * gtk/gtk.def : updated externals
2717
2718         * gtk/makefile.msc.in : added gtkfilechooserembed.obj
2719
2720 2004-02-28  Hans Breuer  <hans@breuer.org>
2721
2722         * gdk/win32/gdkdnd-win32.c : set current_dest_drag to NULL
2723         when destroying, fixes bug #120007. Also removed the mirrored
2724         ref counting for deprecated gdk_drag_context_<ref|unref>()
2725         cause it wasn't reliable anymore anyway.
2726
2727         * gdk/win32/gdkdisplay-win32.c : fix typo, which should
2728         have broken the win32 build for everyone not using msvc
2729
2730         * gdk/win32/gdkevents-win32.c : WM_GETMINAMXINFO ensure not to
2731         return negative values for ptMaxTrackSize, it caused snapping
2732         windows to their minimum size
2733
2734 Sat Feb 28 01:39:01 2004  Matthias Clasen  <maclas@gmx.de>
2735
2736         * gtk/gtkcombobox.c (gtk_combo_box_set_wrap_width): Support
2737         switching back to non-gridded mode.  (#135169)
2738
2739 Fri Feb 27 22:29:46 2004  Matthias Clasen  <maclas@gmx.de>
2740
2741         * gtk/gtkwidget.c (gtk_widget_can_activate_accel): Add "Since: 2.4".
2742
2743 Fri Feb 27 18:52:19 2004  Jonathan Blandford  <jrb@redhat.com>
2744
2745         * gtk/gtkfilechooserdialog.c (gtk_file_chooser_dialog_style_set):
2746         Whoops.  Didn't mean to commit the size change.
2747
2748 Fri Feb 27 18:46:27 2004  Jonathan Blandford  <jrb@redhat.com>
2749
2750         * gtk/gtkfilechooserembed.h: New private interface to help
2751         negotiate the default size of the widget.  Still a bit buggy, but
2752         better than the old behavior.
2753
2754         * gtk/gtkfilechooserdefault.c: Implement the embed interface.
2755
2756         * gtk/gtkfilechooserwidget.c: Proxy the embed interface.
2757
2758         * gtk/gtkfilechooserdialog.c: Use the embed interface.
2759
2760 2004-02-27  Federico Mena Quintero  <federico@ximian.com>
2761
2762         * gtk/gtkfilesystem.c (gtk_file_system_insert_bookmark): Added a
2763         "position" argument.
2764
2765         * gtk/gtkfilesystem.h (GtkFileSystemError): Added value for 
2766         GTK_FILE_SYSTEM_ERROR_ALREADY_EXISTS.
2767         (struct _GtkFileSystemIface): Added a "position" argument to the
2768         ::insert_bookmark() method.
2769
2770         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_insert_bookmark):
2771         Updated; renamed from gtk_file_system_unix_add_bookmark().  Return
2772         an error if the path already exists in the bookmarks list.
2773         (gtk_file_system_unix_remove_bookmark): Return an error if the
2774         path does not exist in the bookmarks list.
2775
2776         * gtk/gtkfilechooserdefault.c (shortcuts_add_bookmark_from_path):
2777         For now, use gtk_file_system_insert_bookmark() with -1 for the
2778         position.  DnD will come next.
2779
2780 Fri Feb 27 21:42:28 2004  Matthias Clasen  <maclas@gmx.de>
2781
2782         * gtk/gtkcombobox.c (gtk_combo_box_relayout): 
2783         * gtk/gtkcombobox.c (gtk_combo_box_style_set): Simplify, only 
2784         create a new setup if appearance actually changed.
2785         * gtk/gtkcombobox.c (gtk_combo_box_cell_layout_clear): 
2786         * gtk/gtkcombobox.c (gtk_combo_box_get_cell_info): Make 
2787         these more robust.  (#127623, Damon Chaplin)
2788
2789 Fri Feb 27 15:06:00 2004  Jonathan Blandford  <jrb@redhat.com>
2790
2791         * gtk/gtkfilechooser.c (gtk_file_chooser_class_init): remove
2792         folder-mode property.
2793
2794         * gtk/gtkfilechooserutils.c
2795         (_gtk_file_chooser_install_properties): remove FOLDER_MODE property.
2796
2797 Thu Feb 26 17:38:40 2004  Manish Singh  <yosh@gimp.org>
2798
2799         * gtk/gtkcombobox.c: Add function declaration for
2800         gtk_combo_box_list_remove_grabs().
2801
2802 Fri Feb 27 02:33:21 2004  Matthias Clasen  <maclas@gmx.de>
2803
2804         * gtk/gtkentry.c (keyval_is_cursor_move): Classifiy Page Up/Down as
2805         cursor move, but not Home and End.
2806
2807         * gtk/gtkentry.c (gtk_entry_completion_key_press): Lets Page Up/Down
2808         jump to the ends of the list, not Home and End - since we're not 
2809         scrolling yet, a "page" is always the complete list.  (#127430, Marco
2810         Pesenti Gritti)
2811
2812 Fri Feb 27 00:39:11 2004  Matthias Clasen  <maclas@gmx.de>
2813
2814         * gtk/gtkcombobox.c (gtk_combo_box_list_destroy): 
2815         * gtk/gtkcombobox.c (gtk_combo_box_menu_destroy): Don't let
2816         the priv pointers dangle.  (#127623, Damon Chaplin)
2817
2818 Thu Feb 26 17:31:34 2004  Manish Singh  <yosh@gimp.org>
2819
2820         * gdk/x11/xsettings-client.c (read_settings): fix ytpo: s/eles/else/
2821
2822 Thu Feb 26 19:53:32 2004  Owen Taylor  <otaylor@redhat.com>
2823
2824         * gdk/x11/xsettings-common.h (xsettings_client_process_event): 
2825         Add xsettings_client_set_grab_func,
2826         Add xsettings_client_set_ungrab_func to the list of renames.
2827
2828 Thu Feb 26 19:48:39 2004  Owen Taylor  <otaylor@redhat.com>
2829
2830         * gdk/x11/xsettings-client.c (read_settings): Fix memory leak
2831         in case of mismatched property type.
2832
2833 Thu Feb 26 18:25:57 2004  Jonathan Blandford  <jrb@gnome.org>
2834
2835         * gtk/gtkfilechooser.h (GtkFileChooserAction): Add two more folder
2836         modes to the enum.
2837
2838         * gtk/gtkfilechooser.c (gtk_file_chooser_set_folder_mode): Remove.
2839         (gtk_file_chooser_get_folder_mode): Remove
2840
2841 Thu Feb 26 17:29:04 2004  Owen Taylor  <otaylor@redhat.com>
2842
2843         * gdk/x11/gdkevents-x11.c (gdk_wm_protocols_filter): Return
2844         GDK_FILTER_CONTINUE for unhandled message types.
2845
2846         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Allow
2847         multiple filters for the same event type with the standard
2848         "GDK_FILTER_CONTINUE == pretend I wasn't here" semantics.
2849
2850         * gdk/x11/gdkevents-x11.c (gdk_display_add_client_message_filter):
2851         Append to the filter list not prepend, since order now matters.
2852
2853         * gdk/win32/gdkevents-win32.c (gdk_add_client_message_filter): 
2854         Append to the filter list not prepend, since order now matters.
2855         
2856 Thu Feb 26 23:39:07 2004  Matthias Clasen  <maclas@gmx.de>
2857
2858         Fixes for #135333, analysed by Damon Chaplin:
2859         
2860         * gtk/gtkcombobox.c (gtk_combo_box_list_button_pressed): Don't
2861         grab here.
2862         * gtk/gtkcombobox.c (gtk_combo_box_popup): Do the grabs here, 
2863         so that we don't forget to grab when the menu is popped via
2864         keynav.
2865         * gtk/gtkcombobox.c (gtk_combo_box_list_button_released): Don't
2866         ungrab here.
2867         * gtk/gtkcombobox.c (gtk_combo_box_popdown): Do the ungrabs here.
2868
2869 Thu Feb 26 23:26:00 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
2870
2871         * gtk/gtkstatusbar.c (set_grip_cursor): New function. Use resize
2872         cursors for resize grips. (Bug #129621)
2873
2874         * gtk/gtktoolbar.c (gtk_toolbar_get_relief_style): Documentation
2875         fix - patch by Torsten Schoenfeld.
2876
2877         * gtk/gtkmenubar.c (gtk_menu_bar_size_request): don't request
2878         space between the items. (Bug #110775)
2879
2880         * gtk/gtkrc.c (_gtk_rc_init): Provide extra horizontal padding
2881         inside menu items that are inside a menu bar. (Bug #110775)
2882         
2883         * configure.in (HAVE_XCURSOR): Make XCurosr part of GDK_EXTRA_,
2884         not GDK_PACKAGES, to prevent applications from getting linked to
2885         it (Bug #119804)
2886
2887         * gtk/gtkmenubar.c (gtk_menu_bar_size_allocate): Put the vertical
2888         ipadding inside the item. (Bug #61843)
2889
2890 Thu Feb 26 22:56:40 2004  Matthias Clasen  <maclas@gmx.de>
2891
2892         * gtk/gtkwidget.c: Replace gtk_widget_get_mnemonic_widgets() 
2893         by list_mnemonic_widgets() in doc comments as well.
2894
2895 Thu Feb 26 16:36:38 2004  Owen Taylor  <otaylor@redhat.com>
2896
2897         Fixes from Torsten Schoenfeld.
2898
2899         * gtk/gtkwidget.c (gtk_widget_add_mnemonic_label): 
2900         Fix name in doc comment.
2901
2902         * gtk/gtkwidget.h: gtk_widget_list_mnemonic_labels(),
2903         not get_mnemonic_labels.
2904
2905 Thu Feb 26 22:20:44 2004  Matthias Clasen  <maclas@gmx.de>
2906
2907         * gtk/gtkcomboboxentry.h:
2908         * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_new_text): New
2909         convenience API to construct simple text combos, implemented by
2910         Damon Chaplin.
2911
2912         * tests/testcombo.c: Use gtk_combo_box_entry_new_text.
2913
2914 Thu Feb 26 22:19:29 2004  Matthias Clasen  <maclas@gmx.de>
2915
2916         * gtk/gtkcombobox.c (gtk_combo_box_new_text): Improve the docs.
2917
2918 Thu Feb 26 15:43:43 2004  Owen Taylor  <otaylor@redhat.com>
2919
2920         * gtk/gtkstyle.[ch]: Export insertion cursor drawing functionality
2921         in a simplified form as gtk_draw_insertion_cursor().
2922         (#99031, request from Alex Larsson)
2923
2924         * gtk/gtktextdisplay.c gtk/gtkentry.c gtk/gtklabel.c:
2925         Adapt to new gtk_draw_insertion_cursor().
2926
2927         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_class_init)
2928         gtk/gtkstyle.c (gtk_style_class_init): Add some missed
2929         Since: 2.4.
2930
2931         * gtk/gtkiconfactory.c (icon_size_settings_changed)
2932           gtk/gtkicontheme.c (do_theme_change)
2933           gtk/gtkrc.c (_gtk_rc_context_get_default_font_name)
2934         * gtk/gtksettings.c (gtk_settings_notify):
2935         _gtk_rc_reset_styles => gtk_rc_reset_styles.
2936
2937 Thu Feb 26 21:52:58 2004  Matthias Clasen  <maclas@gmx.de>
2938
2939         Fixes for #127804 and #134722, Damon Chaplin:
2940         
2941         * gtk/gtkcombobox.c (gtk_combo_box_cell_layout_pack_end): 
2942         * gtk/gtkcombobox.c (gtk_combo_box_cell_layout_pack_start): 
2943         Ref and sink the cell renderers here.
2944         
2945         * gtk/gtkcombobox.c (gtk_combo_box_finalize): Unref the cell
2946         renderers here, and free attributes and func_data. 
2947
2948 Thu Feb 26 21:41:38 2004  Matthias Clasen  <maclas@gmx.de>
2949
2950         * gtk/gtkrc.c (gtk_rc_reset_styles): Mark as 2.4 API addition.
2951
2952 Thu Feb 26 14:47:22 2004  Dom Lachowicz <cinamod@hotmail.com>
2953
2954         * gtk/gtk.def: Export gtk_rc_reset_styles()
2955
2956 Thu Feb 26 14:47:22 2004  Owen Taylor  <otaylor@redhat.com>
2957
2958         * gtk/gtkrc.[ch]: Export gtk_rc_reset_styles(). 
2959         (Request from Dom Lachowicz, #123769)
2960
2961 Wed Feb 25 19:11:31 2004  Owen Taylor  <otaylor@redhat.com>
2962
2963         * gtk/gtkradiobutton.[ch] gtk/gtkradiomenuitem.[ch]: Add a
2964         ::group-changed signal emitted when the radio button/menu item 
2965         is moved from one group of radio buttons to another. 
2966         (#79563, based partially on a patch from Padraig O'Briain)
2967
2968 Thu Feb 26 13:23:47 2004  Owen Taylor  <otaylor@redhat.com>
2969
2970         * gdk/x11/gdkwindow-x11.c (set_text_property): Use the right
2971         free() function. (#135511, George Bronnikov)
2972
2973 2004-02-26  Federico Mena Quintero  <federico@ximian.com>
2974
2975         * configure.in: Added a comment to inform translators that they
2976         must add .po files to both po/ and po-properties/ when they add
2977         new languages to ALL_LINGUAS.
2978
2979 Wed Feb 25 15:36:50 2004  Owen Taylor  <otaylor@redhat.com>
2980
2981         * gdk/x11/gdkselection-x11.c (gdk_utf8_to_compound_text_for_display):
2982         Call g_convert(), not g_convert() with fallback, since Emacs is
2983         happier if we reject the COMPOUND_TEXT request and it can
2984         then ask for UTF-8. (#114527)
2985
2986         * gtk/gtkselection.c (gtk_selection_data_set_text): When
2987         TEXT is requested, if COMPOUND_TEXT fails, fall back to STRING.
2988
2989 Wed Feb 25 22:35:00 2004  Tomasz KÅ‚oczko <kloczek@pld.org.pl>
2990
2991         * cinfigure.in: After changes in G_DEFINE_TYPE minimal required glib
2992         vesion for build gtk+ is now 2.3.3.
2993
2994 Wed Feb 25 16:00:40 2004  Jonathan Blandford  <jrb@gnome.org>
2995
2996         * gtk/gtkfilechooserdefault.c (update_appearance): move the
2997         expander code.
2998
2999 2004-02-25  Danilo Å egan  <dsegan@gmx.net>
3000
3001         * configure.in (ALL_LINGUAS): po-properties/sr@ije.po added, so
3002         adding back sr@ije.
3003
3004 2004-02-25  Federico Mena Quintero  <federico@ximian.com>
3005
3006         * configure.in (ALL_LINGUAS): Remove sr@ije until po-properties/
3007         is fixed for it.
3008
3009 Wed Feb 25 12:44:49 2004  Owen Taylor  <otaylor@redhat.com>
3010
3011         * gtk/gtkstyle.[ch]: Make realize and unrealize signals. (#73310)
3012
3013 Wed Feb 25 12:21:32 2004  Owen Taylor  <otaylor@redhat.com>
3014
3015         * gtk/gtkwidget.[ch] gtk/gtklabel.c: Patch from
3016         Padraig O'Briain to add gtk_widget_add/remove_mnemonic_label,
3017         gtk_widget_get_mnemonic_labels(). (#103456)
3018
3019 2004-02-25  Danilo Å egan  <dsegan@gmx.net>
3020
3021         * configure.in: Added sr@ije to ALL_LINGUAS.
3022
3023 Wed Feb 25 09:46:34 2004  Owen Taylor  <otaylor@redhat.com>
3024
3025         * gtk/gtkstyle.c (gtk_style_finalize): Free 
3026         style->icon_factories (#130128)
3027
3028 Wed Feb 25 03:52:58 2004  Jonathan Blandford  <jrb@gnome.org>
3029
3030         * gtk/gtkpathbar.c: use gtk_widget_push/pop_composite_child around
3031         internal buttons.
3032
3033         * gtk/gtkfilechooserdefault.c (struct _GtkFileChooserDefault):
3034         rename some widgets to make it clear where they are packed.
3035         (update_appearance): New function to handle all the 'logic' of
3036         layout in one place.  We aren't trying to keep all our properties
3037         in sync.
3038         (gtk_file_chooser_default_set_property): use update_appearance()
3039
3040 2004-02-24  Federico Mena Quintero  <federico@ximian.com>
3041
3042         * gtk/gtkfilechooserdefault.c (shortcuts_model_create): Renamed
3043         from create_shortcuts_model().
3044         (struct _GtkFileChooserDefault): Renamed the shortcuts_tree field
3045         to shortcuts_list.
3046         (shortcuts_list_create): Renamed from shortcuts_tree_create().
3047         (create_file_list): Enable the tree view as a model drag source.
3048         (create_folder_tree): Likewise.
3049
3050         * gtk/gtkfilesystemmodel.c (_gtk_file_system_model_get_type):
3051         Register the drag source interface.
3052         (drag_source_iface_init): New function.
3053         (drag_source_row_draggable): New function.
3054         (drag_source_drag_data_get): New function.
3055
3056 Tue Feb 24 19:12:07 2004  Owen Taylor  <otaylor@redhat.com>
3057
3058         * === Released 2.3.4 ===
3059
3060         * configure.in: Bump version to 2.3.4, fix broken
3061         gtk_binary_age value by copying the GLib logic
3062         to automatically set it to the right values.
3063
3064 Wed Feb 25 00:13:24 2004  Matthias Clasen  <maclas@gmx.de>
3065
3066         * gtk/gtkcombobox.c (gtk_combo_box_menu_row_changed): 
3067         * gtk/gtkcombobox.c (gtk_combo_box_list_row_changed): 
3068         Don't resize priv->cell_view if it is NULL.  (#127804, 
3069         Damon Chaplin)
3070         
3071 Wed Feb 25 00:06:50 2004  Matthias Clasen  <maclas@gmx.de>
3072
3073         * gtk/gtkcombobox.c: Add a comment about the different 
3074         modi of this widget. Get rid of priv->hbox, and some other
3075         cleanups. Make sure that gtk_combo_box_unset_model() is 
3076         always called before setting up a different mode. 
3077
3078 Tue Feb 24 17:51:49 2004  Owen Taylor  <otaylor@redhat.com>
3079
3080         * gtk/gtkaccellabel.c (gtk_accel_label_refetch): Convert
3081         underscores in keyval names to spaces. (#131480)
3082
3083 Tue Feb 24 17:35:59 2004  Owen Taylor  <otaylor@redhat.com>
3084
3085         * m4macros/gtk-2.0.m4: Add some quotes around ***. (#130073,
3086         Uwe Zeisberger)
3087
3088 Tue Feb 24 14:45:03 2004  Owen Taylor  <otaylor@redhat.com>
3089
3090         * === Released 2.3.3 ===
3091
3092         * configure.in: Version 2.3.3, interface age 0.
3093
3094         * NEWS: Finish updates for 2.3.3.
3095
3096 2004-02-24  Federico Mena Quintero  <federico@ximian.com>
3097
3098         * gtk/gtkfilechooserdefault.c (save_widgets_create): Use a plain
3099         GtkEntry for the filename, not a GtkFileChooserEntry.
3100         (update_chooser_entry): Use gtk_entry_set_text() rather than
3101         _gtk_file_chooser_entry_set_file_part().
3102         (gtk_file_chooser_default_set_current_name): Likewise.
3103         (gtk_file_chooser_default_set_current_folder): Don't set the base
3104         folder of the entry, and don't call update_chooser_entry().
3105         (gtk_file_chooser_default_get_paths): Use the plain entry.
3106         (save_widgets_create): Store the "Save in Folder" label in the
3107         impl structure.
3108         (expander_activate_cb): Set the sensitivity of the label and
3109         combo.
3110         (save_widgets_create): Connect to "notify::expanded" rather than
3111         "activate" on the expander.
3112         (expander_changed_cb): Renamed from expander_activate_cb().  Flip
3113         the conditions again...
3114
3115 Tue Feb 24 14:43:07 2004  Jonathan Blandford  <jrb@gnome.org>
3116
3117         * gtk/gtktreeview.c (gtk_tree_view_bin_expose): only draw the sort
3118         column as different if there are 3 or more visible columns.
3119
3120 2004-02-24  Anders Carlsson  <andersca@gnome.org>
3121
3122         * gtk/gtkfilechooserdefault.c: (shortcuts_insert_separator):
3123         Fix compilation (#135278, Padraig O'Briain).
3124         
3125 2004-02-24  Anders Carlsson  <andersca@gnome.org>
3126
3127         * gtk/gtkfilechooserdefault.c: (shortcuts_append_desktop):
3128         Translate the desktop label.
3129         
3130         (shortcuts_get_index), (shortcuts_add_bookmarks),
3131         (shortcuts_insert_separator), (create_shortcuts_model):
3132         Don't show the bookmark separator if there are no bookmarks.
3133         
3134 Tue Feb 24 01:41:30 2004  Jonathan Blandford  <jrb@gnome.org>
3135
3136         * gtk/gtkfilechooserdefault.c (location_popup_handler): Make the
3137         dialog look like the nautilus dialog.
3138         (expander_activate_cb): get the order correct.
3139
3140 2004-02-23  Federico Mena Quintero  <federico@ximian.com>
3141
3142         * gtk/gtkfilechooserdefault.c (list_selection_changed): Call
3143         bookmarks_check_add_sensitivity().
3144         (shortcut_exists): New helper function; moved the testing code
3145         over from bookmarks_check_add_sensitivity().
3146         (bookmarks_check_add_sensitivity): Check the contents of the
3147         selection in the file/folder list.  Use shortcut_exists().
3148         (shortcuts_add_bookmark_from_path): Don't insert the bookmark if
3149         the path is already in the shortcuts list.
3150         (add_bookmark_button_clicked_cb): Add the bookmarks from the list
3151         selection or from the current folder, as appropriate.
3152
3153 Mon Feb 23 21:09:06 2004  Jonathan Blandford  <jrb@gnome.org>
3154
3155         * gtk/gtkfilechooserdefault.c (shortcuts_pane_create): Add
3156         mnemonics.  Sorry translators.
3157
3158 Tue Feb 24 02:24:58 2004  Matthias Clasen  <maclas@gmx.de>
3159
3160         * NEWS: Additions. This should be complete for the main ChangeLog
3161         now, still need to sift through gdk-pixbuf, docs, and translations.
3162
3163 Mon Feb 23 19:57:45 2004  Jonathan Blandford  <jrb@gnome.org>
3164
3165         * gtk/gtkcellrendererseptext.c (gtk_cell_renderer_sep_get_size):
3166         Add a get_size implementation so that we are no longer the same
3167         height as text.
3168
3169 2004-02-24  Anders Carlsson  <andersca@gnome.org>
3170
3171         * gtk/gtkfilechooserdefault.c: (shortcuts_insert_path),
3172         (shortcuts_remove_rows), (shortcuts_append_bookmarks),
3173         (create_shortcuts_model), (shortcuts_tree_create),
3174         (gtk_file_chooser_default_remove_shortcut_folder):
3175         Improve bookmark list rendering by controlling the visibility
3176         of the pixbuf cell so that it will be invisible for the separator
3177         row, also use a list store instead of a tree store for the model
3178         so we won't get unnecessary space for an expander.
3179         
3180 Tue Feb 24 01:08:27 2004  Matthias Clasen  <maclas@gmx.de>
3181
3182         * gtk/gtkcombobox.c: Add a destroy implementation in order to
3183         set priv->cell_view to NULL before finalize stumbles over the 
3184         dangling pointer. This big array of pointers into the widget 
3185         tree in GtkComboBoxPrivate is really fragile and should be
3186         cleaned up.
3187
3188 Mon Feb 23 17:52:43 2004  Jonathan Blandford  <jrb@gnome.org>
3189
3190         * gtk/gtkfilechooserdefault.c (main_paned_create): use a size
3191         group when allocating space for the buttons at the bottom just in
3192         case.  Also, move the filter to below the file list.
3193
3194 Mon Feb 23 16:52:12 2004  Jonathan Blandford  <jrb@gnome.org>
3195
3196         * gtk/gtkfilechooserdefault.c
3197         (gtk_file_chooser_default_class_init): Seth was confused by
3198         keybindings.  They should be Alt, not Ctl.  Also, A-Home should go
3199         home, not up.
3200
3201 Mon Feb 23 15:23:23 2004  Jonathan Blandford  <jrb@gnome.org>
3202
3203         * gtk/gtkpathbar.c (gtk_path_bar_set_path): Display the root a bit
3204         more cleanly.
3205
3206         * gtk/gtkpathbar.h (struct _GtkPathBarClass): fix the signal.
3207
3208 2004-02-23  Federico Mena Quintero  <federico@ximian.com>
3209
3210         Rework the user interface of the file chooser, as per 
3211         Seth Nickell's design.
3212
3213         * gtk/gtkfilechooserdefault.c
3214         (gtk_file_chooser_default_class_init): Add binding signals and bindings:
3215                 "location-popup" - C-l
3216                 "up-folder"      - C-Up
3217                 "home-folder"    - C-Home
3218         (up_folder_handler): New function; moved the code from up_button_clicked().
3219         (up_button_clicked_cb): Call up_folder_handler().
3220         (home_folder_handler): New function.
3221         (location_popup_handler): New function.
3222         (struct _GtkFileChooserDefault): Add an hpaned field.
3223         (gtk_file_chooser_default_set_current_name): Check that we are in
3224         Save mode.
3225         (save_widgets_create): New function, create the widgets specific
3226         to Save mode.
3227         (main_paned_create): New function, create the hpaned's widgets here.
3228         (gtk_file_chooser_default_constructor): Create the open and save
3229         widgets, and show only one set.
3230         (gtk_file_chooser_default_set_property): Show/hide the save widgets.
3231         (gtk_file_chooser_default_get_paths): Only pay attention to the
3232         entry in Save mode.
3233         (update_chooser_entry): Update the entry only in Save mode.
3234         (entry_activate): Removed.
3235
3236 Mon Feb 23 11:20:34 2004  Owen Taylor  <otaylor@redhat.com>
3237
3238         * configure.in: Remove the configure.in check for fontconfig 
3239         entirely; it's not needed, since PangoXft implies that sufficiently
3240         new fontconfig is present.
3241
3242 Mon Feb 23 02:26:53 2004  Jonathan Blandford  <jrb@gnome.org>
3243
3244         * gtk/gtkpathbar.c (gtk_path_bar_finalize):
3245         for (i = 0; i < 10; i++)
3246           g_print ("I will compile before committing.\n");
3247
3248 Mon Feb 23 02:08:42 2004  Jonathan Blandford  <jrb@gnome.org>
3249
3250         * gtk/gtkfilechooserdefault.c (file_pane_create): Use the
3251         GtkPathBar by default now.
3252
3253         * gtk/gtkpathbar.c (gtk_path_bar_set_path): Correctly set the
3254         current path from the path.
3255         (gtk_path_bar_class_init): new signal
3256         (button_clicked_cb): emit the signal when we're selected.
3257         (gtk_path_bar_clear_buttons): Fix a crasher when we weren't
3258         clearing thr first_scrolled_button.
3259
3260 Mon Feb 23 02:26:15 2004  Matthias Clasen  <maclas@gmx.de>
3261
3262         * gtk/gtkcombobox.c (gtk_combo_box_size_allocate): Fix the 
3263         allocation for the toggle button so that it actually shows up 
3264         in LTR list mode.
3265
3266         * gtk/gtkcombobox.c (gtk_combo_box_set_column_span_column): 
3267         * gtk/gtkcombobox.c (gtk_combo_box_set_row_span_column): 
3268         * gtk/gtkcombobox.c (gtk_combo_box_set_wrap_width): Add
3269         notification, and avoid excessive relayouting. 
3270
3271 Mon Feb 23 00:38:21 2004  Matthias Clasen  <maclas@gmx.de>
3272
3273         Fix bug 134982, reported by Morten Welinder:
3274         
3275         * gtk/gtkpathbar.c (gtk_path_bar_destroy): 
3276         * gtk/gtktooltips.c (gtk_tooltips_destroy): 
3277         * gtk/gtkinvisible.c (gtk_invisible_destroy): Chain up to the 
3278         parent's ::destroy handler.
3279         
3280         * gdk/gdkdisplay.c (gdk_display_dispose): Chain up to the 
3281         parent's ::dispose handler.
3282
3283 Sat Feb 21 19:09:55 2004  Manish Singh  <yosh@gimp.org>
3284
3285         * gtk/gtksettings.c (gtk_default_substitute): Guard the FC_HINT_STYLE
3286         stuff with an #ifdef, so we still build with most fontconfig versions.
3287
3288 Sun Feb 22 03:03:29 2004  Matthias Clasen  <maclas@gmx.de>
3289
3290         * gtk/gtkaction.c: (gtk_action_finalize):
3291         * gtk/gtkclipboard.c: (gtk_clipboard_finalize):
3292         * gtk/gtkentrycompletion.c: (gtk_entry_completion_class_init),
3293         (gtk_entry_completion_finalize):
3294         * gtk/gtkfilechooserwidget.c: (gtk_file_chooser_widget_finalize):
3295         * gtk/gtkfilesystemmodel.c: (gtk_file_system_model_class_init),
3296         (gtk_file_system_model_finalize):
3297         * gtk/gtkicontheme.c: (gtk_icon_theme_class_init),
3298         (gtk_icon_theme_finalize):
3299         * gtk/gtktextchild.c: (gtk_text_child_anchor_finalize):
3300         * gtk/gtkuimanager.c: (gtk_ui_manager_class_init),
3301         (gtk_ui_manager_finalize):
3302         * modules/input/gtkimcontextxim.c: (gtk_im_context_xim_finalize):
3303         Add chains to the parent's ::finalize() handler  (#134901, Morten Welinder,
3304         patch by Jan Arne Petersen)
3305
3306 Sun Feb 22 02:10:34 2004  Matthias Clasen  <maclas@gmx.de>
3307
3308         * gtk/gtkentrycompletion.c (gtk_entry_completion_default_completion_func): 
3309         Don't crash if item is NULL.  (#131542, Dan Damian)
3310
3311 Sun Feb 22 02:04:03 2004  Matthias Clasen  <maclas@gmx.de>
3312
3313         * configure.in: Add a check for a new enough fontconfig, since
3314         we picked up a direct dependency on it with the Xft settings.
3315
3316 Sun Feb 22 00:23:40 2004  Matthias Clasen  <maclas@gmx.de>
3317
3318         Bug 112647 (Bill Haneman, patch by Narayana Pattipati):
3319         
3320         * gtk/gtkcheckmenuitem.c: Introduce a new style property 
3321         indicator_size and use it instead of the hardcoded value.
3322         
3323         * gtk/gtkmenu.c (gtk_menu_size_request): Make sure each menu 
3324         item gets enough vertical space for the label and the indicator.
3325
3326 Sat Feb 21 20:20:11 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3327
3328         * gtk/gtksettings.c (gtk_settings_class_init): Use P_ instead of
3329         _ for the new Xft settings.
3330
3331 Sat Feb 21 20:09:53 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3332
3333         Bug 130790 (Federico Mena Quintero, Owen Taylor)
3334         
3335         * gdk/x11/gdkevents-x11.c: Add Xft XSETTINGS
3336
3337         * gtk/gtksettings.c: Add new GtkSettings corresponding to the Xft
3338         XSETTINGS
3339         
3340 Sat Feb 21 19:18:26 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3341
3342         Bug 132502
3343         
3344         * gtk/gtkmenu.c (gtk_menu_motion_notify): Make sure we pop down
3345         if we enter a non-selectable menu item.
3346
3347         * gtk/gtkmenu.c (gtk_menu_leave_notify): Don't pop a submenu
3348         when the user has left the item.
3349
3350 Sat Feb 21 17:57:35 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3351
3352         * gtk/docs: Commit auto-generated changes
3353
3354 Fri Feb 20 18:20:22 2004  Jonathan Blandford  <jrb@gnome.org>
3355
3356         * gtk/gtkfilechooserdefault.c: conditional compile for GtkPathBar
3357
3358         * gtk/gtkpathbar.c (gtk_path_bar_size_allocate): Clean up
3359         allocation code.  Works fully in RTL languages, I think.
3360         (gtk_path_bar_scroll_up): Scroll up.
3361         (gtk_path_bar_scroll_down): Scroll down.
3362
3363 2004-02-20  Christian Rose  <menthos@menthos.com>
3364
3365         * configure.in: Added "en_CA" to ALL_LINGUAS.
3366
3367 2004-02-20  Michael Meeks  <michael@ximian.com>
3368
3369         * gtk/gtktoolitem.c (gtk_tool_item_property_notify): impl.
3370         (gtk_tool_item_class_init): hook it up.
3371         (gtk_tool_item_set_proxy_menu_item): synchronize sensitivity.
3372
3373         * gtk/gtktoolbutton.c (gtk_tool_button_property_notify):
3374         chain to parent, fix strcmp bug.
3375
3376         * tests/testtoolbar.c (main): re-arrange widgets to allow
3377         more overflowing toolbar goodness.
3378
3379 2004-02-20  Alexander Larsson  <alexl@redhat.com>
3380
3381         * gtk/gtkfilechooserdefault.c: (shortcuts_append_desktop):
3382         Desktop directory is not translated.
3383         (set_tree_model):
3384         There might not be volumes for all paths.
3385         * gtk/gtkfilechooserwidget.c:
3386         (gtk_file_chooser_widget_constructor):
3387         Use gtk_file_chooser_set_current_folder to set cwd.
3388
3389 Thu Feb 19 19:58:53 2004  Jonathan Blandford  <jrb@gnome.org>
3390
3391         * gtk/gtkpathbar.[ch]: New widget to handle the path in the
3392         fileselector implementation.  Not hooked up to anything yet.
3393
3394         * gtk/Makefile.am: support the path bar.
3395
3396 Fri Feb 20 00:21:38 2004  Matthias Clasen  <maclas@gmx.de>
3397
3398         * gtk/gtkstyle.c (gtk_default_draw_handle): 
3399         (gtk_default_draw_box): Make the paned handles gray when the the 
3400         widget is_focus() but not HAS_FOCUS().  (#122751, Soeren Sandmann)
3401
3402 Thu Feb 19 23:41:06 2004  Matthias Clasen  <maclas@gmx.de>
3403
3404         Fixes for #82099:
3405         
3406         * gdk/x11/gdkevents-x11.c: Introduce new XSettings "Gtk/ButtonImages"
3407         and "Gtk/MenuImages" and map them to "gtk-button-images" and 
3408         "gtk-menu-images".
3409
3410         * gtk/gtkimagemenuitem.c: Add a boolean setting "gtk-menu-images" and 
3411         use it to set the visibility of the embedded image.
3412
3413         * gtk/gtkbutton.c: Add a boolean setting "gtk-button-images" and use
3414         it to set the visibility of an embedded image.
3415
3416 Thu Feb 19 21:26:10 2004  Matthias Clasen  <maclas@gmx.de>
3417
3418         * gtk/gtkactiongroup.c (gtk_action_group_add_radio_actions_full): 
3419         Give each radio action its own value.  (#134889, Paolo Borelli)
3420
3421 2004-02-19  Federico Mena Quintero  <federico@ximian.com>
3422
3423         * gtk/gtkfilechooserdialog.c (gtk_file_chooser_dialog_finalize):
3424         Chain to the parent's ::finalize() handler.  Fixes #134885; caught
3425         by Jan Arne Petersen.
3426
3427 2004-02-19  Mark McLoughlin  <mark@skynet.ie>
3428
3429         Make the entire expander widget width prelight as suggested
3430         by Seth in bug #134263.
3431
3432         * gtk/gtkexpander.c:
3433         (gtk_expander_paint_prelight): impl.
3434         (gtk_expander_paint): use it.
3435         (gtk_expander_redraw_expander): don't only redraw the
3436         arrow when prelit.
3437
3438 2004-02-19  Alexander Larsson  <alexl@redhat.com>
3439
3440         * gtk/gtkfilechooser.c: (gtk_file_chooser_class_init):
3441         * gtk/gtkfilechooserutils.c:
3442         * gtk/gtkfilechooserutils.h:
3443         * gtk/gtkfilechooserwidget.c:
3444         Remove old file-system property.
3445         Add new file-system-backend string property
3446         
3447         * gtk/gtkfilechooserdefault.[ch]:
3448         Handle the file-system-backend property
3449         
3450         * gtk/gtkfilechooserdialog.[ch]:
3451         (gtk_file_chooser_dialog_new_with_backend):
3452         Remove old file-system property.
3453         Add new file-system-backend string property
3454         Add new function gtk_file_chooser_dialog_new_with_backend
3455         
3456         * gtk/gtkfilesystem.c: 
3457         * gtk/gtkfilesystem.h:
3458         Add filesystem module support.  
3459
3460 2004-02-18  Federico Mena Quintero  <federico@ximian.com>
3461
3462         * gtk/gtkfilechooserdefault.c (shortcuts_tree_create): Renamed
3463         from create_shortcuts_tree().
3464         (shortcuts_pane_create): New function.
3465         (button_new): Renamed from toolbar_button_new().
3466         (shortcuts_pane_create): New function, create the whole shortcuts
3467         pane here.
3468         (current_folder_create): Renamed from toolbar_create().  Don't
3469         create the bookmarks buttons here.
3470         (file_pane_create): New function.
3471         (gtk_file_chooser_default_constructor): Use the new helper
3472         functions, and don't use an extra vbox as GtkFileChooserDefault is
3473         already a vbox.
3474
3475 Thu Feb 19 01:39:30 2004  Matthias Clasen  <maclas@gmx.de>
3476
3477         * gtk/gtkuimanager.h: 
3478         * gtk/gtkuimanager.c (gtk_ui_manager_class_init): Add
3479         default handlers for all signals; for consistency and for the
3480         benefit of language bindings which still rely on header parsing
3481         to find the signals.  (#134269, Jeroen Zwartepoorte)
3482         
3483 Thu Feb 19 00:45:02 2004  Matthias Clasen  <maclas@gmx.de>
3484
3485         * gtk/gtktreeselection.c (gtk_tree_selection_get_selected_rows): 
3486         Improve the efficiency here by prepending on the list and reverting
3487         it after the loop.  (#134435, Christian Biere)
3488
3489 Thu Feb 19 00:32:21 2004  Matthias Clasen  <maclas@gmx.de>
3490
3491         * gtk/gtkplug.c (_gtk_plug_remove_from_socket): Avoid errors when
3492         removing the plug from the socket.  (#128546, Christopher Blizzard)
3493
3494 Thu Feb 19 00:09:35 2004  Matthias Clasen  <maclas@gmx.de>
3495
3496         * gtk/gtkradiomenuitem.h:
3497         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_new_from_widget): 
3498         (gtk_radio_menu_item_new_with_label_from_widget): 
3499         (gtk_radio_menu_item_new_with_mnemonic_from_widget): New
3500         convenience functions analogous to similar API on GtkRadioButton.
3501         (#51700, Vitaly Tishkov, patch by Soeren Sandmann)
3502
3503 Wed Feb 18 17:53:27 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3504
3505         * gdk/gdkwindow.c (gdk_window_get_bg_gc): Use a scratch GC in the
3506         case where the background is a solid color.
3507         (gdk_window_clear_backing_rect): Reset the clip region after use.
3508
3509         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_threshold_alpha): Go
3510         back to using a scratch GC. Pointed out by Owen Taylor
3511         
3512         * gdk/gdkdraw.c (gdk_drawable_real_draw_pixbuf): Only use a
3513         scratch GC if the passed-in one is NULL
3514
3515 Wed Feb 18 14:27:08 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3516
3517         * gdk/gdkwindow.c (gdk_window_get_composite_drawable): Reset clip
3518         region back to NULL on cached GC (rest of #134728)
3519
3520 Wed Feb 18 13:28:57 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3521
3522         Fix bug reported by Nam SungHyun (#134728)
3523         
3524         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_threshold_alpha):
3525         Don't use a cached GC here since the function needs to modify the
3526         foreground color.
3527
3528         * gdk/gdkwindow.c (gdk_window_end_paint): Reset clip region back
3529         to NULL on the cached GC.
3530
3531 2004-02-17  Federico Mena Quintero  <federico@ximian.com>
3532
3533         * gtk/gtkfilechooserdialog.c
3534         (gtk_file_chooser_dialog_style_set): Use HIG-compliant spacings.
3535         This sucks a lot.
3536
3537 Wed Feb 18 02:03:47 2004  Matthias Clasen  <maclas@gmx.de>
3538
3539         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): Document some
3540         peculiarities of the ::delete_range signal.  (#132135, Grant Gayed)
3541
3542 Wed Feb 18 01:44:59 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3543
3544         GC caching, bug #125645 (based on patch by Brian Cameron)
3545         
3546         * gdk/gdkscreen.h (struct _GdkScreen): Add GC cache
3547         * gdk/gdkscreen.c (gdk_screen_dispose): New function. Unref the
3548         cached GC's here.
3549         * gdk/gdkdraw.c (_gdk_drawable_get_scratch_gc): New function to
3550         get a scratch gc.
3551         * gdk/gdkinternals.h: Declare the function here
3552
3553         * gdk/gdkdraw.c (gdk_drawable_real_draw_pixbuf): Use
3554         _gdk_drawable_get_scratch_gc() instead of creating a new GC.
3555         * gdk/x11/gdkgeometry-x11.c (gdk_window_copy_area_scroll): same
3556         * gdk/x11/gdkdrawable-x11.c (draw_with_images): same
3557         * gdk/gdkwindow.c (gdk_window_get_composite_drawable): same
3558         * gdk/gdkwindow.c (gdk_window_end_paint): same
3559         * gdk/gdkpixmap.c (gdk_pixmap_colormap_new_from_pixbuf): same
3560         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_threshold_alpha): same
3561         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_pixmap_and_mask_for_colormap): same
3562
3563 Tue Feb 17 23:28:33 2004  Matthias Clasen  <maclas@gmx.de>
3564
3565         * gtk/gtkmenu.c (gtk_menu_init): ...and don't forget to initalize
3566         priv->columns to 1.
3567
3568 Tue Feb 17 23:11:21 2004  Matthias Clasen  <maclas@gmx.de>
3569
3570         * gtk/gtkmenu.c (gtk_menu_do_remove): Make sure that we keep
3571         priv->columns >= 1 even for empty menus, since we divide by it
3572         somewhere else.  (#133428, Vincent Noel)
3573
3574 Tue Feb 17 23:02:58 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3575
3576         Fix for #119722, reported by Olexiy Avramchenko, patch by Owen
3577         Taylor.
3578
3579         * gdk/x11/gdkprivate-x11.h (struct _GdkGCX11): Add a depth field
3580
3581         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_new): Keep track of the GC's
3582         depth.
3583
3584         * gdk/x11/gdkgc-x11.c (_gdk_gc_x11_get_fg_xft_color): First query
3585         the colormap, if no colormap, special case depth 1, 
3586
3587         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_get_fg_picture): Use
3588         _gdk_gc_x11_get_fg_xft_color() to get the foreground color.
3589
3590         * gdk/x11/gdkdrawable-x11.c (gdk_x11_drawable_get_xft_draw):
3591         Special-case bitmaps without a colormap.
3592
3593         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_pixbuf): Use inherited
3594         draw_pixbuf() implementation in the bitmap case.
3595
3596 2004-02-17  Mark McLoughlin  <mark@skynet.ie>
3597
3598         * modules/input/Makefile.am: only reference input method
3599         modules we've actually built. Fixes re-build failure with
3600         stale hangul module lying aroung. Bug #134518.
3601
3602 Mon Feb 16 19:13:21 2004  Owen Taylor  <otaylor@redhat.com>
3603
3604         * gdk/gdkdraw.c: Revert last commit, please don't commit patches
3605         without approval, this isn't the right way to do it.
3606
3607 2004-02-16  DindinX  <david@dindinx.org>
3608
3609         * gdk/gdkdraw.c (gdk_draw_segments): don't try to draw more than 32767
3610         segments at a time, since XDrawSegments cannot handle more than this.
3611
3612         fixes bug #122026.
3613         
3614 Mon Feb 16 18:26:39 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3615
3616         * gtk/gtktoolbar.c (gtk_toolbar_set_child_property): Call
3617         gtk_tool_item_set_expand(), not gtk_tool_item_set_homogeneous()
3618         in the CHILD_PROP_EXPAND branch. (#134543, Damon Chaplin)
3619
3620 Mon Feb 16 00:04:46 2004  Matthias Clasen  <maclas@gmx.de>
3621
3622         * gtk/gtkcombobox.c (gtk_combo_box_cell_layout_*): 
3623         Split declaration and assignment of combo_box.
3624         
3625         * gtk/gtkcombobox.c (gtk_combo_box_list_setup): Remove a 
3626         pointless cast
3627
3628 Sun Feb 15 22:08:53 2004  Matthias Clasen  <maclas@gmx.de>
3629
3630         * gtk/gtkoptionmenu.c (gtk_option_menu_get_history): Add 
3631         deprecation note pointing people to GtkComboBox.
3632
3633 Sun Feb 15 02:49:45 2004  Matthias Clasen  <maclas@gmx.de>
3634
3635         * gtk/gtktreednd.c: 
3636         * gtk/gtktreeview.c: Document the tree DND API.
3637
3638         * gtk/gtktreeview.c (gtk_tree_view_unset_rows_drag_source): 
3639         Call gtk_drag_source_unset().  
3640         
3641 Sun Feb 15 00:49:59 2004  Matthias Clasen  <maclas@gmx.de>
3642
3643         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_class_init): 
3644         Make stock_size an uint property, to allow custom icon 
3645         sizes. Also clarify the blurb.  (#130047, Erik Grinaker)
3646
3647 Sat Feb 14 11:05:26 2004  Manish Singh  <yosh@gimp.org>
3648
3649         * configure.in: Remove unnecessary STRIP_* definitions, and GNU
3650         make check.
3651
3652 2004-02-13  Federico Mena Quintero  <federico@ximian.com>
3653
3654         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_add_bookmark):
3655         Duh, duh, duh!  Don't bail out if the bookmarks file doesn't exist
3656         the very first time you try to save one.
3657
3658 2004-02-13  Federico Mena Quintero  <federico@ximian.com>
3659
3660         Fix #129020.
3661
3662         * gtk/gtkfilechooserdialog.c
3663         (set_default_size): New function, sets a reasonable default size
3664         for the window.
3665         (gtk_file_chooser_dialog_realize): New function, call
3666         set_default_size().
3667         (gtk_file_chooser_dialog_style_set): Likewise.
3668         (gtk_file_chooser_dialog_screen_changed): Likewise.
3669
3670         * tests/testfilechooser.c (main): Don't set a default size for the
3671         dialog.
3672
3673 Sat Feb 14 00:05:18 2004  Matthias Clasen  <maclas@gmx.de>
3674
3675         * gtk/gtktreemodelfilter.c (bsearch_elt_with_offset): 
3676         Use do instead of while.  (#134031, Morten Welinder);
3677
3678 Sat Feb 14 00:00:52 2004  Matthias Clasen  <maclas@gmx.de>
3679
3680         * configure.in: Suppress xsltproc and xmlcatalog checks
3681         if enable_man=no.  (#134162, Julio M. Merino Vidal)
3682
3683 Fri Feb 13 23:54:48 2004  Matthias Clasen  <maclas@gmx.de>
3684
3685         * configure.in: Remove checks for sgml2html. It was once
3686         used for building the linuxdoc version of the tutorial.
3687         Nowadays, we use db2html.  (#134164, Julio M. Merino Vidal)
3688
3689 Fri Feb 13 08:17:43 2004  Owen Taylor  <otaylor@redhat.com>
3690
3691         Fix various compilation problems (#134312, David
3692         Hawthorne)
3693
3694         * gtk/gtkscale.c (gtk_scale_get_layout_offsets): Use 
3695         g_return_if_fail(), not g_return_val_if_fail().
3696
3697         * gtk/gtkvscale.c (gtk_vscale_get_layout_offsets): 
3698         * gtk/gtkhscale.c (gtk_hscale_get_layout_offsets): Use 
3699         g_return_if_reached(), not g_return_val_if_reached().
3700         
3701         * gtk/gtkvscale.c (gtk_vscale_expose): Fix the types
3702         of some parameters.
3703
3704         * gtk/gtkhscale.c (gtk_hscale_get_layout_offsets): Remove
3705         extra 'scale' parameter.
3706
3707 Thu Feb 12 21:58:20 2004  Owen Taylor  <otaylor@redhat.com>
3708
3709         Various reentrancy fixes for widgets being destroyed
3710         out of focus-out-event. (#128821, Grant Gayed)
3711
3712         * gtk/gtkwindow.c (_gtk_window_unset_focus_and_default): 
3713         Ref window and widget over callbacks.
3714
3715         * gtk/gtkwidget.c (gtk_widget_hide)
3716           gtk/gtkwidget.c (gtk_widget_set_child_visible):
3717         Ref the widget before calling _gtk_window_unset_focus_and_default(),
3718         since that can call user callbacks.
3719
3720         * gtk/gtkwidget.c (gtk_widget_invalidate_widget_windows):
3721         Do nothing if the widget isn't realized.
3722
3723 Fri Feb 13 01:31:44 2004  Matthias Clasen  <maclas@gmx.de>
3724
3725         * gtk/gtkbutton.c (_gtk_button_paint): Don't draw bevels around
3726         active, RELIEF_NONE buttons that aren't depressed. This improves
3727         the appearance of buttons in notebook tabs.  (#109213, reported
3728         by Benjamin Otte, patch by Rodney Dawes)
3729
3730 Fri Feb 13 01:06:08 2004  Matthias Clasen  <maclas@gmx.de>
3731
3732         * demos/gtk-demo/main.c (read_line): Protect getc_unlocked() by 
3733         HAVE_FLOCKFILE in all cases.  (#134205, Julio M. Merino Vidal)
3734
3735 Fri Feb 13 00:54:59 2004  Matthias Clasen  <maclas@gmx.de>
3736
3737         Fix for #104811, Padraig O'Briain:
3738
3739         * gtk/gtkscale.h:
3740         * gtk/gtkscale.c (_gtk_scale_clear_layout): 
3741         * gtk/gtkscale.c (gtk_scale_get_layout_offsets): 
3742         * gtk/gtkscale.c (gtk_scale_get_layout): New functions to determine the
3743         text and its position from a GtkScale, to make it more accessible. 
3744         * gtk/gtkhscale.c (gtk_hscale_get_layout_offsets):
3745         * gtk/gtkvscale.c (gtk_vscale_get_layout_offsets): Implementations of the 
3746         new GtkScale vfunc.
3747
3748 Thu Feb 12 17:59:52 2004  Owen Taylor  <otaylor@redhat.com>
3749
3750         * gtk/gtkicontheme.c (gtk_icon_theme_get_search_path): 
3751         Remove an extraneous + 1 (#134015, Torsten Schoenfeld)
3752
3753 Thu Feb 12 23:55:08 2004  Matthias Clasen  <maclas@gmx.de>
3754
3755         * gtk/gtktooltips.h:
3756         * gtk/gtktooltips.c (gtk_tooltips_get_info_from_tip_window): New 
3757         function to improve the accessibility of tooltips.  (#114851, 
3758         Padraig O'Briain)
3759
3760 Thu Feb 12 23:16:04 2004  Matthias Clasen  <maclas@gmx.de>
3761
3762         * gtk/gtkcombobox.c (gtk_combo_box_popup): 
3763         * gtk/gtkcombobox.c (gtk_combo_box_popdown): Make these public and
3764         add docs.  (#132847)
3765
3766 Thu Feb 12 11:05:16 2004  Manish Singh  <yosh@gimp.org>
3767
3768         * gdk/x11/gdkproperty-x11.c (gdk_property_get): Assign xtype using
3769         gdk_x11_atom_to_xatom_for_display () when type != GDK_NONE.
3770
3771         * gtk/gtkselection.c (_gtk_selection_request): Use GDK_NONE in
3772         gdk_property_get call instead of 0.
3773
3774         * docs/reference/gdk/tmpl/properties.sgml: Document the above
3775         as GDK_NONE instead of simply 0.
3776
3777 Thu Feb 12 15:46:26 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3778
3779         * gtk/gtktoolbar.c (gtk_toolbar_size_allocate): Fix up item_area
3780         correctly in RTL mode. (#133984, patch from Semion Chichelnitsky).
3781
3782 Thu Feb 12 02:22:02 2004  Matthias Clasen  <maclas@gmx.de>
3783
3784         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_set_modify_func): 
3785         Correct the docs.
3786
3787 Thu Feb 12 01:17:01 2004  Matthias Clasen  <maclas@gmx.de>
3788
3789         * gtk/gtktreeview.c (gtk_tree_view_enable_model_drag_source): Call
3790         gtk_drag_source_set(), so that things like gtk_drag_set_icon_*() work
3791         for automatic DND.  (#133485, Tommi Komulainen)
3792
3793 Thu Feb 12 00:37:00 2004  Matthias Clasen  <maclas@gmx.de>
3794
3795         * gdk/x11/gdkproperty-x11.c (gdk_property_change): Fix misleading
3796         debug output.
3797
3798 2004-02-11  Federico Mena Quintero  <federico@ximian.com>
3799
3800         * gtk/gtkmessagedialog.c (gtk_message_dialog_map): New ::map()
3801         handler.  If no widget has the focus, try to give it to the
3802         default widget.  If there is no default widget, give it to the
3803         first button.  Fixes the cause for which #59707 was reopened.
3804
3805 2004-02-11  Federico Mena Quintero  <federico@ximian.com>
3806
3807         Fixes #134051.
3808
3809         * gtk/gtkicontheme.c (struct _GtkIconInfo): Remove the ref_count field.
3810         (icon_info_new): Don't initialize the ref_count field.
3811
3812 2004-02-11  Federico Mena Quintero  <federico@ximian.com>
3813
3814         * gtk/gtkicontheme.c (gtk_icon_theme_prepend_search_path): Shift
3815         the array correctly.  Fixes #134055, patch by Tosten Schoenfeld
3816         <kaffeetisch@gmx.de>.
3817
3818 Wed Feb 11 02:23:39 2004  Matthias Clasen  <maclas@gmx.de>
3819
3820         * gtk/gtkcontainer.c (gtk_container_real_set_focus_child): Handle
3821         focus [hv]adjustment correctly when the focus is located deeper
3822         down in the hierarchy.  (#133489)
3823
3824 Wed Feb 11 02:06:38 2004  Matthias Clasen  <maclas@gmx.de>
3825
3826         * gtk/gtkcellrenderer.c (gtk_cell_renderer_class_init): Remove 
3827         arbitrary low upper limits on the xpad, ypad, width and height
3828         properties.  (#129696, John Ellis)
3829
3830 Wed Feb 11 01:24:20 2004  Matthias Clasen  <maclas@gmx.de>
3831
3832         * gtk/gtkcombobox.c (gtk_combo_box_cell_layout_clear_attributes): 
3833         Ugh. Don't try to free ints, even if they're stored in pointers.
3834         (#133997, Morten Welinder)
3835
3836 2004-02-10  Federico Mena Quintero  <federico@ximian.com>
3837
3838         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_finalize):
3839         Free the filters.  Fixes #133547, patch by Morten Welinder
3840         <mortenw@gnome.org>.
3841
3842 Tue Feb 10 12:02:14 2004  Owen Taylor  <otaylor@redhat.com>
3843
3844         * gdk/x11/xsettings-client.c (read_settings): Avoid
3845         triggering an X error when the client->manager_window
3846         is None...makes logs look cleaner.
3847
3848         * gdk/x11/gdkproperty-x11.c (gdk_property_get): Handle
3849         GDK_NONE to mean AnyPropertyType as documented. (Reported 
3850         by Yu Shao)
3851
3852         * gdk/x11/gdkevents-x11.c (fetch_net_wm_check_window,
3853         gdk_x11_screen_get_window_manager_name): Fix error trap
3854         we've been leaking since 2002... (#129538)
3855
3856 2004-02-10  Federico Mena Quintero  <federico@ximian.com>
3857
3858         Fixes the entry-related part of #133852.
3859
3860         * gtk/gtkfilechooserdefault.c (update_chooser_entry): Don't change
3861         the file part of the entry if the selected item is a folder.
3862
3863 2004-02-10  Federico Mena Quintero  <federico@ximian.com>
3864
3865         Fixes #133995, patch by Morten Welinder <mortenw@gnome.org>.
3866
3867         * tests/prop-editor.c (create_prop_editor): Free the title.
3868         (object_changed): Free the children list.
3869
3870 Tue Feb 10 01:58:55 2004  Matthias Clasen  <maclas@gmx.de>
3871
3872         * gtk/gtkcontainer.c (gtk_container_set_focus_hadjustment): 
3873         * gtk/gtkcontainer.c (gtk_container_set_focus_vadjustment): Document 
3874         these functions.
3875
3876 2004-02-09  Federico Mena Quintero  <federico@ximian.com>
3877
3878         * gtk/gtkfilechooserdefault.c (set_list_model): Request
3879         GTK_FILE_INFO_ALL from the file system model, so that arbitrary
3880         filtering will work.  Perhaps we should have a way of aggregating
3881         info types to the model as filters get installed.
3882
3883 Mon Feb  9 22:22:19 2004  Matthias Clasen  <maclas@gmx.de>
3884
3885         * gtk/gtkcellview.c (gtk_cell_view_cell_layout_clear_attributes): 
3886         Ugh. Don't try to free ints, even if they're stored in pointers.
3887
3888 2004-02-09  Federico Mena Quintero  <federico@ximian.com>
3889
3890         Fix #132256.
3891
3892         * gtk/gtkfilechooserdefault.c
3893         (gtk_file_chooser_default_get_paths): Read the contents of the
3894         filename entry in both OPEN and SAVE mode.  In multiple-selection
3895         mode, add this to the selection from the file/folder list.
3896         (struct get_paths_closure): Add a path_from_entry field.
3897         (get_paths_foreach): Only add the iterated path if it is not the
3898         same as the path from the entry.
3899
3900 2004-02-09  Federico Mena Quintero  <federico@ximian.com>
3901
3902         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_get_folder): If
3903         the folder is already open, add the requested info types to it.
3904
3905 Sun Feb  8 01:28:02 2004  Manish Singh  <yosh@gimp.org>
3906
3907         * gtk/gtkcombobox.c (gtk_combo_box_set_popup_widget): Add appropriate
3908         type casts for the gtk_window_set_screen() call.
3909
3910 Sun Feb  8 01:44:06 2004  Matthias Clasen  <maclas@gmx.de>
3911
3912         * gtk/gtkcombobox.c (gtk_combo_box_set_popup_widget): Make popups 
3913         come up on the same screen as the combo box.  (#133544, 
3914         Morten Welinder)
3915
3916 Fri Feb  6 23:40:24 2004  Jonathan Blandford  <jrb@gnome.org>
3917
3918         * gtk/gtkfilechooserdefault.c (create_file_list): clean up the
3919         packing of the file selector.
3920
3921 Sat Feb  7 01:21:09 2004  Matthias Clasen  <maclas@gmx.de>
3922
3923         * gtk/gtktreemodel.c (gtk_tree_model_base_init): Don't use function 
3924         calls in array initializers, as some compilers seem to hate this.
3925         (#133216, Jonas Jonsson)
3926
3927 Sat Feb  7 00:06:44 2004  Matthias Clasen  <maclas@gmx.de>
3928
3929         * gtk/gtkaccelmap.[hc]: Add change notification for GtkAccelMap,
3930         by on-demand instantiating a singleton object with a "changed" 
3931         signal. 
3932
3933         * gtk/gtkmarshalers.list (VOID:STRING,UINT,FLAGS): Add marshaller
3934         for GtkAccelMap::changed.
3935
3936 Fri Feb  6 23:08:29 2004  Matthias Clasen  <maclas@gmx.de>
3937
3938         * gtk/gtktextbtree.c (_gtk_text_btree_check): 
3939         * gtk/gtkcombobox.c (gtk_combo_box_cell_layout_clear_attributes): 
3940         * gtk/gtkcellview.c (gtk_cell_view_cell_layout_clear_attributes): 
3941         Actually free the lists. Pointed out by Morten Welinder.
3942         
3943 Fri Feb  6 22:38:54 2004  Matthias Clasen  <maclas@gmx.de>
3944
3945         * gtk/gtkcombo.c (gtk_combo_entry_key_press): Handle character 
3946         positions in UTF-8 strings correctly.  (#133315, Theppitak 
3947         Karoonboonyanan)
3948
3949 2004-02-06  Morten Welinder  <terra@gnome.org>
3950
3951         * gtk/gtktoolbar.c (show_menu): Cleanup using
3952         gtk_menu_attach_to_widget.  Also fixes leak, see #133411.
3953
3954 2004-02-06  Federico Mena Quintero  <federico@ximian.com>
3955
3956         * gtk/gtkfilechooserdefault.c (shortcuts_add_volumes): Free the
3957         list.  Fixes #133546.
3958
3959 2004-02-06  Federico Mena Quintero  <federico@ximian.com>
3960
3961         Fix #132327.
3962
3963         * gtk/gtkfilesystemunix.c (struct _GtkFileSystemUnix): Add a
3964         folder_hash field to keep a list of live folder objects.
3965         (gtk_file_system_unix_init): Create the folder_hash.
3966         (gtk_file_system_unix_finalize): Destroy the folder_hash.
3967         (gtk_file_system_unix_get_folder): Ref and return an existing
3968         folder if we have it around, otherwise return a new folder object.
3969         (struct _GtkFileFolderUnix): Add a field for the parent file system.
3970         (gtk_file_folder_unix_finalize): Remove the folder from the file
3971         system's hash table.
3972         (gtk_file_system_unix_create_folder):  Emit "files-added" on the
3973         newly-created folder's parent.  Fixes #132327.
3974
3975 Fri Feb  6 00:51:57 2004  Matthias Clasen  <maclas@gmx.de>
3976
3977         * gtk/gtkstock.c (builtin_items): Change the labels of the 
3978         ZOOM_100 and ZOOM_FIT stock items to "_Normal Size" and
3979         "Best _Fit", to be HIG compliant.  (#124080, Mariano 
3980         Suárez-Alvarez)
3981
3982 Fri Feb  6 00:45:16 2004  Matthias Clasen  <maclas@gmx.de>
3983
3984         * gtk/gtkcombobox.c (gtk_combo_box_finalize): Add a finalize 
3985         function to plug a few memory leaks.  (#133544, Morten Welinder)
3986
3987 Fri Feb  6 00:15:38 2004  Matthias Clasen  <maclas@gmx.de>
3988
3989         * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_mnemonic_activate): 
3990         Support mnemonic_activate here as well.
3991         
3992         * gtk/gtkcombobox.c (gtk_combo_box_mnemonic_activate): Focus
3993         the button, not the tree_view.
3994
3995 Thu Feb  5 23:48:19 2004  Matthias Clasen  <maclas@gmx.de>
3996
3997         * gtk/gtkcombobox.c (gtk_combo_box_mnemonic_activate): Add this
3998         function, to make mnemonic_activate work for combo boxes.
3999         (#133443, Paolo Borelli)
4000
4001 Thu Feb  5 22:05:52 2004  Matthias Clasen  <maclas@gmx.de>
4002
4003         * gtk/gtkfilesystemunix.c (bookmark_list_read): Initialize result
4004         to FALSE.  (#133539, Morten Welinder)
4005
4006 Thu Feb  5 21:36:43 2004  Matthias Clasen  <maclas@gmx.de>
4007
4008         * gtk/gtkcombobox.c (gtk_combo_box_set_active_iter): Fix the logic
4009         of the depth one check.  (#133488, Christian Persch)
4010
4011 Thu Feb  5 01:50:19 2004  Matthias Clasen  <maclas@gmx.de>
4012
4013         * gtk/gtktearoffmenuitem.c (gtk_tearoff_menu_item_paint): Fix
4014         the drawing of tearoff menu items which don't come first in their
4015         menu.  (#33311)
4016
4017 Thu Feb  5 00:59:08 2004  Matthias Clasen  <maclas@gmx.de>
4018
4019         * gtk/gtkcombo.c (gtk_combo_entry_key_press): Use 
4020         g_completion_complete_utf8(). (#133313, Theppitak Karoonboonyanan)
4021
4022 2004-02-04  Federico Mena Quintero  <federico@ximian.com>
4023
4024         Fix #59707.
4025
4026         * gtk/gtklabel.c (gtk_label_focus): Removed, so we don't ignore
4027         the focus chain.
4028         (gtk_label_button_press): Fix prototype.
4029         (gtk_label_button_release): Likewise.
4030         (gtk_label_motion): Likewise.
4031
4032         * tests/testgtk.c (create_message_dialog): For the dialog with
4033         only GTK_BUTTONS_CLOSE, make GTK_RESPONSE_CLOSE the default.
4034
4035 2004-02-04  Morten Welinder  <terra@gnome.org>
4036
4037         * gtk/gtktoolbar.c (show_menu): Show on the right screen.  (Fixes
4038         bug 133411, apart from the leak.)
4039
4040 Tue Feb  3 13:39:27 2004  Manish Singh  <yosh@gimp.org>
4041
4042         * gtk/gtkadjustment.c (gtk_adjustment_new): pass value in last
4043         in g_object_new, since it depends on lower and upper being set.
4044
4045 2004-02-03  Federico Mena Quintero  <federico@ximian.com>
4046
4047         * gtk/gtkmessagedialog.c (gtk_message_dialog_init): Make the
4048         window not resizable.  Fixes #114032.
4049
4050 2004-02-03  Federico Mena Quintero  <federico@ximian.com>
4051
4052         * gtk/gtkmessagedialog.c (gtk_message_dialog_class_init): Add
4053         documentation for the use_separator style property.
4054
4055 2004-02-03  Federico Mena Quintero  <federico@ximian.com>
4056
4057         Fix #68938.
4058
4059         * gtk/gtkdialog.c (GtkDialogPrivate): New private structure for
4060         GtkDialog; right now it only contains an ignore_separator field.
4061         (gtk_dialog_class_init): Register the private structure.
4062         (gtk_dialog_init): Initialize the priv->ignore_separator field.
4063         (_gtk_dialog_set_ignore_separator): New private function.
4064         (gtk_dialog_set_has_separator): Ignore the setting if appropriate.
4065
4066         * gtk/gtkmessagedialog.c (gtk_message_dialog_class_init): Add a
4067         use_separator style property.
4068         (gtk_message_dialog_style_set): Change the dialog's separator
4069         based on the style property.
4070         (gtk_message_dialog_init): Set the dialog box to ignore the
4071         separator setting.
4072
4073 Tue Feb  3 02:35:09 2004  Matthias Clasen  <maclas@gmx.de>
4074
4075         * gtk/Makefile.am: Build filesystemwin32.c if OS_WIN32 and
4076         also dist gtkfilesystemwin32.[hc].
4077
4078 Tue Feb  3 02:04:44 2004  Matthias Clasen  <maclas@gmx.de>
4079
4080         * gtk/gtklabel.c (gtk_label_ensure_layout): Right-justify labels
4081         in rtl mode.  (#129071, chinen@jp.ibm.com)
4082
4083 Tue Feb  3 02:01:25 2004  Matthias Clasen  <maclas@gmx.de>
4084
4085         * gtk/gtkmenushell.c (gtk_real_menu_shell_move_current): Exchange the
4086         meaning GTK_MENU_DIR_PARENT/CHILD and GTK_MENU_DIR_PREV/NEXT in rtl
4087         mode.  (#107528)
4088
4089 Tue Feb  3 01:38:06 2004  Matthias Clasen  <maclas@gmx.de>
4090
4091         Clip narrow columns in rtl-oriented tree views (#128089,  
4092         chinen@jp.ibm.com):
4093         
4094         * gtk/gtkstyle.c (gtk_default_draw_option): 
4095         * gtk/gtkstyle.c (gtk_default_draw_check): Clip to the 
4096         given area.
4097
4098         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_process_action): 
4099         Use the right clip area when calling gtk_cell_renderer_render().
4100         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_cell_draw_focus): 
4101         Use the right clip area when calling gtk_paint_focus().
4102         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render): 
4103         Use the right clip area when calling gtk_paint_toggle() or
4104         gtk_paint_check().
4105         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render): 
4106         Clip to the expose_area when drawing the background rectangle.
4107         
4108 Tue Feb  3 00:14:36 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
4109
4110         * gdk/x11/gdkgeometry-x11.c (queue_item_free, gdk_window_queue):
4111         Use a weak reference instead of ref()/unref(). (#60857, reported
4112         by Joshua N Pritikin)
4113
4114         * gdk/gdkimage.c (scratch_image_info_for_depth): Formatting fix.
4115
4116 Tue Feb  3 00:15:17 2004  Matthias Clasen  <maclas@gmx.de>
4117
4118         * gtk/gtktreeprivate.h (struct _GtkTreeViewPrivate): Add 
4119         init_hadjust_value and prev_width.
4120         * gtk/gtktreeview.c (gtk_tree_view_init): Initialize 
4121         them here.
4122         * gtk/gtktreeview.c (gtk_tree_view_update_size): ...and here.
4123         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): Use them
4124         here to properly handle the initial position of rtl-oriented
4125         tree views.  (#127581, chinen@jp.ibm.com)
4126
4127 2004-01-20  Federico Mena Quintero  <federico@ximian.com>
4128
4129         Fix #130846, reported by R. McFarland <rwmcfa1@neces.com>.
4130
4131         * gtk/gtktreeview.c (gtk_tree_view_button_press): Return TRUE when
4132         we handle an event in the colums, and FALSE at the end if the
4133         event is not handled at all.
4134
4135 Mon Feb  2 23:41:48 2004  Matthias Clasen  <maclas@gmx.de>
4136
4137         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_row_changed): 
4138         Don't access the level after removing the node, since that may
4139         kill the level.  (#132615, Crispin Flowerday)
4140
4141 2004-02-02  Tor Lillqvist  <tml@iki.fi>
4142
4143         * gdk/win32/gdkevents-win32.c (gdk_pointer_grab): Set the cursor
4144         in all cases. If no grab cursor specified, use the grabbing
4145         window's cursor. If the grabbing window has no cursor, use the
4146         default arrow cursor. (#118025)
4147
4148 Mon Feb  2 22:05:36 2004  Matthias Clasen  <maclas@gmx.de>
4149
4150         * gtk/gtkseparatormenuitem.c (gtk_separator_menu_item_init): The
4151         latest in menu separation technology.
4152
4153 Mon Feb  2 19:04:17 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
4154
4155         * gdk/x11/gdkwindow-x11.c: Assume gravity works. (Anything else
4156         we have to take our chances with).
4157         
4158         (Bug 97510)
4159
4160 Mon Feb  2 18:45:28 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
4161
4162         Fix bug 110224.
4163
4164         * gdk/x11/gdkfont-x11.c (gdk_font_from_description_for_display):
4165         Remove unused variable 'result'
4166
4167         * gdk/x11/xsettings-client.[ch]: Add new set_grab/ungrab_func() functions.
4168
4169         * gdk/x11/gdkevents-x11.c (_gdk_x11_events_init_screen): Use them
4170         here.
4171
4172 Mon Feb  2 14:32:32 2004  Pablo Saratxaga  <pablo@mandrakesoft.com>
4173
4174         * configure.in po/uz*.po: changed default for Uzbek; now just "uz"
4175         is in cyrillic and "uz@Latn" for latin; "uz@Cyrl" has been removed
4176
4177 Sun Feb  1 16:34:07 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
4178
4179         * gtk/gtktoolbar.c (gtk_toolbar_size_allocate): Only start
4180         sliding when using the new API.
4181
4182 Sun Feb  1 16:03:39 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
4183
4184         * gtk/gtktoolbar.c (gtk_toolbar_size_allocate): Make sure
4185         item_area is positioned correctly. Fix #133070, reported by Jeroen
4186         Zwartepoorte.
4187
4188 Sat Jan 31 23:13:43 2004  Matthias Clasen  <maclas@gmx.de>
4189
4190         * gtk/gtktextchild.c (gtk_text_child_anchor_finalize): Don't
4191         crash when finalizing an unused GtkTextChildAnchor.  (#132260,
4192         muppet)
4193
4194 Sat Jan 31 22:41:57 2004  Matthias Clasen  <maclas@gmx.de>
4195
4196         * gtk/gtktreemodel.c (gtk_tree_model_rows_reordered): Correct
4197         the documentation for new_order.  (#124790, Tim-Philipp Müller)
4198
4199 Sat Jan 31 22:38:07 2004  Matthias Clasen  <maclas@gmx.de>
4200
4201         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_fixed_width): 
4202         Reset use_resized_width when setting fixed_width.  (#108612, 
4203         Felipe Heidrich) 
4204
4205 Sat Jan 31 16:27:44 2004  Matthias Clasen  <maclas@gmx.de>
4206
4207         * gtk/gtkmain.c (gtk_key_snooper_remove): Don't leak the
4208         GtkKeySnooperData.  (#132038, R. McFarland)
4209
4210 2004-01-30  Federico Mena Quintero  <federico@ximian.com>
4211
4212         Fixes #132975.
4213
4214         * gtk/gtkfilesystem.c (gtk_file_system_make_path): Return NULL,
4215         not FALSE.
4216         (gtk_file_system_volume_render_icon): Likewise.
4217
4218         * gtk/gtkfilesystemwin32.c (gtk_file_system_win32_make_path):
4219         Likewise.
4220
4221         * gtk/gtktreestore.c (gtk_tree_store_iter_n_children): Return 0,
4222         not FALSE.
4223
4224         * gtk/gtktoolbar.c (gtk_toolbar_get_drop_index): Return -1, not
4225         FALSE.
4226
4227         * gtk/gtktextiter.c (gtk_text_iter_get_chars_in_line): Return 0,
4228         not FALSE.
4229         (gtk_text_iter_get_bytes_in_line): Likewise.
4230
4231         * gdk/x11/gdkcursor-x11.c (gdk_display_get_default_cursor_size):
4232         Likewise.
4233
4234         * gdk/linux-fb/gdkcolor-fb.c (gdk_colors_alloc): Return FALSE, not
4235         0.
4236
4237 2004-01-30  Not Zed  <NotZed@Ximian.com>
4238
4239         Fixes #132929.
4240
4241         * gtk/gtktreeview.c (cancel_arrow_animation): remove the timeout
4242         handler when we clear the timeout id.
4243
4244 2004-01-30  Federico Mena Quintero  <federico@ximian.com>
4245
4246         Fix #129872, based on a patch by Jan Arne Petersen
4247         <jpetersen@uni-bonn.de>
4248
4249         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_list_bookmarks):
4250         Implement.
4251         (gtk_file_system_unix_add_bookmark): Implement.
4252         (gtk_file_system_unix_remove_bookmark): Implement.
4253
4254 2004-01-29  Federico Mena Quintero  <federico@ximian.com>
4255
4256         Fixes #132693.
4257
4258         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_get_parent): Don't
4259         use filename_from_path().  Also, check that the filename is
4260         absolute.
4261         (gtk_file_system_unix_get_folder): Likewise.
4262         (gtk_file_system_unix_create_folder): Likewise.
4263         (gtk_file_system_unix_make_path): Likewise.
4264         (gtk_file_system_unix_parse): Likewise.
4265         (gtk_file_folder_unix_get_info): Likewise.
4266         (filename_from_path): Removed.
4267
4268 2004-01-30  Federico Mena Quintero  <federico@ximian.com>
4269
4270         * gtk/gtkcalendar.c (arrow_action): Remove C++ comment; reported
4271         by Damien Carbery <damien.carbery@sun.com>.  Fixes #132956.
4272
4273 Fri Jan 30 11:37:37 2004  Owen Taylor  <otaylor@redhat.com>
4274
4275         * gdk/x11/gdkdrawable-x11.c: Revert changes from
4276         #113476 and go back to using XftDrawSetClip, because
4277         XftDrawSetClipRectangles is buggy in XFree86-4.3.
4278
4279 Thu Jan 29 18:08:06 2004  Owen Taylor  <otaylor@redhat.com>
4280
4281         * gtk/gtktextlayout.c (line_display_iter_to_index)
4282         * gtk/gtktextlayout.c (line_display_index_to_iter): Only
4283         adjust the preedit position for lines that include the
4284         preedit string. (#132353, Yao Zhang). How the heck
4285         did this work as well as it did?!?!
4286
4287         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_get_ic): 
4288         Reverse change to change of XNFilterEvents event mask from
4289         #110493 -- it's documented and in the Xlib code an
4290         unsigned long. 
4291         
4292         * modules/input/gtkimcontextxim.c (preedit_start_callback): 
4293         Return -1 rather than void to indicate no length limit.
4294         (#129548)
4295
4296 Fri Jan 30 00:45:46 2004  Matthias Clasen  <maclas@gmx.de>
4297
4298         * gtk/gtkadjustment.c: Add properties to GtkAdjustment.
4299         (#64601, Murray Cumming)
4300
4301 Fri Jan 30 00:13:46 2004  Matthias Clasen  <maclas@gmx.de>
4302
4303         * gtk/gtkcombo.c (gtk_combo_set_popdown_strings): Allow NULL
4304         for strings to clear the list.  (#105386, Marco Pesenti Gritti)
4305         
4306 2004-01-28  Richard Hult  <richard@imendio.com>
4307
4308         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_get_size):
4309         Free font_desc.  Fixes #132805.
4310
4311 2004-01-29  Federico Mena Quintero  <federico@ximian.com>
4312
4313         * gtk/gtkiconfactory.c (render_icon_name_pixbuf): Free the GError.
4314         Patch provided by Christian Persch <chpe@stud.uni-saarland.de>
4315         Fixes #132574.
4316
4317 Thu Jan 29 11:00:18 2004  Owen Taylor  <otaylor@redhat.com>
4318
4319         * gtk/gtkselection.c (gtk_selection_default_handler): 
4320         nul-terminate the target atoms. (#132656, Christian Persch)
4321
4322 Thu Jan 29 00:59:03 2004  Matthias Clasen  <maclas@gmx.de>
4323
4324         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_rows_reordered):
4325         Don't leak path if we bail out early.  (#132505, Christian Persch)
4326
4327 Thu Jan 29 00:48:47 2004  Matthias Clasen  <maclas@gmx.de>
4328
4329         * gtk/gtkactiongroup.c (gtk_action_group_add_toggle_actions_full):
4330         * gtk/gtkactiongroup.c (gtk_action_group_add_actions_full): Do
4331         reference counting on the user_data that is shared between
4332         multiple signal handlers, to avoid calling the destroy notify
4333         multiple times.  (#132447, Adam Hooper)
4334
4335 2004-01-28  Hans Breuer  <hans@breuer.org>
4336
4337         * gtk/stock-icons/stock_network_(16|24).png : new GTK_STOCK_NETWORK ...
4338           gtk/gtkstock.[hc] : ... define ...
4339           gtk/gtkiconfactory.c : ... register ...
4340           gtk/stock-icons/Makefile.am gtk/stock-icons/makefile.msc : ... compile ...
4341         * gtk/gtkfilesystemwin32.c : ... and use. Also adapt to recent 
4342         IFace changes.
4343
4344         * gtk/gtk.def : added a bunch of new exported symbols
4345
4346         * tests/testfilechooser.c (no_backup_files_filter) : don't crash
4347         on filter_info->display_name being NULL
4348
4349         * tests/testgtk.c : make testgtk --bench=all work again
4350
4351 Wed Jan 28 21:40:47 2004  Matthias Clasen  <maclas@gmx.de>
4352
4353         * gtk/gtkentrycompletion.c (gtk_entry_completion_action_data_func):
4354         Don't leak string.  (#132482, Christian Persch)
4355
4356 Tue Jan 27 18:45:47 2004  Manish Singh  <yosh@gimp.org>
4357
4358         * m4macros/gtk-2.0.m4: quote AC_DEFUN macro names so automake
4359         1.8 won't whine at us.
4360
4361 2004-01-28  Tor Lillqvist  <tml@iki.fi>
4362
4363         * gdk/win32/gdkevents-win32.c (synthesize_leave_event,
4364         synthesize_enter_event): Don' generate enter or leave events if
4365         the pointer is grabbed with owner_events off, and the grab event
4366         mask doesn't ask for them. (#129242)
4367
4368         (gdk_event_translate): Ditto for focus change events.
4369
4370 2004-01-27  Federico Mena Quintero  <federico@ximian.com>
4371
4372         Fix #132314.
4373
4374         * gtk/gtkfilesystem.h: Removed the #ifdef-ed out, old icon API.
4375
4376         * gtk/gtkfilesystem.c: Likewise.
4377
4378         * gtk/gtkfilesystemunix.c (filename_get_info): Removed the old
4379         icon-type code.
4380         (gtk_file_system_unix_render_icon): Moved the icon-rendering code
4381         from GtkFileInfo to here.
4382         (gtk_file_system_unix_volume_render_icon): Implement.
4383
4384 2004-01-28  Changwoo Ryu  <cwryu@debian.org>
4385
4386         * modules/input/imhangul-defs.h: 
4387         * modules/input/imhangul.c:
4388         * modules/input/Makefile.am: Remove broken hangul input module.
4389         
4390 Tue Jan 27 01:56:46 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
4391
4392         * gtk/gtktoolbar.c: Remove obsolete comment.
4393
4394         * gtk/gtktoolbar.c (DEFAULT_SPACE_SIZE, SPACE_LINE_START, 
4395         SPACE_LINE_END): Make separators wider and taller, so they are
4396         easier to pick up when editing the toolbar.
4397
4398         * gtk/gtktoolbar.c (slide_idle_handler): Add a comment, simplify
4399         a bit, 
4400
4401         * gtk/gtktoolbar.c (rect_within): Formatting fix
4402
4403         * gtk/gtktoolbar.c (gtk_toolbar_set_drop_highlight_item): Make
4404         sliding feel more responsive by only restarting sliding when the
4405         placeholder actually changes its goal allocation.
4406
4407 Tue Jan 27 02:00:37 2004  Matthias Clasen  <maclas@gmx.de>
4408
4409         * gtk/gtktreeitem.c (gtk_tree_item_add_pixmaps): Avoid a 
4410         compiler warning.  (#122725, Kjartan Maraas)
4411         
4412 Tue Jan 27 01:46:54 2004  Matthias Clasen  <maclas@gmx.de>
4413
4414         Make menus work better on Xinerama (#126150):
4415         
4416         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu): Calculate the 
4417         monitor_num on the screen of the menu, not of the attach widget.
4418
4419         * gtk/gtkmenu.c (menu_change_screen): Forget the stored monitor_num. 
4420         (gtk_menu_window_size_request): Remember the monitor_num.
4421
4422 2004-01-26  Federico Mena Quintero  <federico@ximian.com>
4423
4424         Fix #105497; constify uses of GdkColor.
4425
4426         * gdk/gdkgc.c (gdk_gc_set_rgb_fg_color): Constify.
4427         (gdk_gc_set_rgb_bg_color): Constify.
4428         (gdk_gc_set_foreground): Constify.
4429
4430         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_pixmap): Constify.
4431         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new_from_pixmap): Constify.
4432         * gdk/linux-fb/gdkcursor-fb.c (gdk_cursor_new_from_pixmap): Constify.
4433
4434         * gdk/x11/gdkpixmap-x11.c (gdk_pixmap_create_from_data): Constify.
4435         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_create_from_data): Constify.
4436         * gdk/linux-fb/gdkpixmap-fb.c (gdk_pixmap_create_from_data): Constify.
4437
4438         * gdk/x11/gdkwindow-x11.c (gdk_window_set_background): Constify.
4439         * gdk/win32/gdkwindow-win32.c (gdk_window_set_background): Constify.
4440         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_set_background): Constify.
4441
4442         * gdk/gdkpango.c (gdk_draw_layout_line_with_colors): Constify.
4443         (gdk_draw_layout_with_colors): Constify.
4444
4445         * gdk/gdkpixmap.c (gdk_pixmap_colormap_new_from_pixbuf): Constify.
4446         (gdk_pixmap_colormap_create_from_xpm): Constify.
4447         (gdk_pixmap_create_from_xpm): Constify.
4448         (gdk_pixmap_colormap_create_from_xpm_d): Constify.
4449         (gdk_pixmap_create_from_xpm_d): Constify.
4450
4451         * gtk/gtkcellview.c (gtk_cell_view_set_background_color): Constify.
4452
4453         * gtk/gtkclist.c (gtk_clist_set_foreground): Constify.
4454         (gtk_clist_set_background): Constify.
4455
4456         * gtk/gtkcolorbutton.c (gtk_color_button_new_with_color): Constify.
4457         (gtk_color_button_set_color): Constify.
4458
4459         * gtk/gtkcolorsel.c (gtk_color_selection_set_current_color):
4460         Constify and add a check for color != NULL.
4461         (gtk_color_selection_get_current_color): Add a check for color != NULL.
4462         (gtk_color_selection_set_previous_color): Constify and add a check
4463         for color != NULL.
4464         (gtk_color_selection_get_previous_color): Add a check for color != NULL.
4465
4466         * gtk/gtkctree.c (gtk_ctree_node_set_foreground): Constify.
4467         (gtk_ctree_node_set_background): Constify.
4468
4469         * gtk/gtktext.c (gtk_text_insert): Constify.
4470         (insert_text_property): Constify.
4471         (text_properties_equal): Constify.
4472         (new_text_property): Constify.
4473
4474         * gtk/gtkwidget.c (gtk_widget_modify_color_component): Constify.
4475         (gtk_widget_modify_fg): Constify.
4476         (gtk_widget_modify_bg): Constify.
4477         (gtk_widget_modify_text): Constify.
4478         (gtk_widget_modify_base): Constify.
4479
4480 2004-01-26  Christian Rose  <menthos@menthos.com>
4481
4482         * configure.in: Added "mi" to ALL_LINGUAS.
4483
4484 2004-01-25  Tor Lillqvist  <tml@iki.fi>
4485
4486         * gdk/win32/gdkproperty-win32.c (gdk_property_delete): If the
4487         WM_TRANSIENT_FOR property is being deleted, set the owner of the
4488         window to the root window (i.e., effectively unset it). (#132411)
4489
4490         * gdk/win32/gdkprivate-win32.h
4491         * gdk/win32/gdkglobals-win32.c
4492         * gdk/win32/gdkmain-win32.c: Declare, define and initialize
4493         _wm_transient_for, a GdkAtom for WM_TRANSIENT_FOR.
4494
4495         * acconfig.h: Remove HAVE_WINSOCK_H, not used any longer.
4496
4497 Sun Jan 25 15:14:46 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
4498
4499         * gtk/gtktoolbar.c (gtk_toolbar_size_allocate): Base the decision
4500         to map/unmap items on whether they are actually allocated outside
4501         the toolbar, not on whether that will eventually happen. Improves
4502         animation in the presence of overflown items.
4503
4504         * gtk/gtktoolbar.c (gtk_toolbar_begin_sliding): Add a
4505         queue_resize() to so that the items will get their new goal
4506         values and the idle handler will not immediately return FALSE.
4507
4508         * gtk/gtktoolbar.c (slide_idle_handler): simplify the logic and
4509         make sure that a placeholder becoming invisible doesn't cause a
4510         return TRUE.
4511
4512         * gtk/gtktoolbar.c (get_item_size): Don't special case
4513         placeholders here.
4514
4515 Sat Jan 24 23:17:27 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
4516
4517         * gtk/gtktoolbutton.c (gtk_tool_button_construct_contents): Only
4518         try to pack icon if there actually is one.
4519
4520         * gtk/gtktoolbar.c (gtk_toolbar_size_allocate): Make sure
4521         OVERFLOWN items get an allocation even when they are
4522         unmapped. This ensures they will slide in properly.
4523
4524         * gtk/gtktoolbar.c (slide_idle_handler): Make sure we return TRUE
4525         when there are overflown items that need to slide in. Also add
4526         comments and make formatting more readable.
4527
4528 Sat Jan 24 17:38:48 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
4529
4530         * gtk/gtkradiotoolbutton.c (gtk_radio_tool_button_class_init):
4531         Add a write-only property ::group to be consistent with
4532         GtkRadioAction and GtkRadioButton. (#132159, Patch from Olivier
4533         Andrieu)
4534
4535 Fri Jan 23 23:46:12 2004  Matthias Clasen  <maclas@gmx.de>
4536
4537         * gtk/gtkfontbutton.c (gtk_font_button_label_use_font): Don't leak the 
4538         font description.  (#132168)
4539
4540 2004-01-23  Federico Mena Quintero  <federico@ximian.com>
4541
4542         Fix #132247.
4543
4544         * gtk/gtkfilechooserdefault.c (set_select_multiple): Handle folder
4545         mode.
4546         (set_select_multiple): Optionally notify about changes to the
4547         select-multiple property.
4548         (list_selection_changed): Change the condition for the editable row to
4549         test for save mode; this is more clear than testing for not being
4550         in multiple selection mode.
4551         (gtk_file_chooser_default_get_paths): Get impl->action directly
4552         rather than calling gtk_file_chooser_get_action().
4553         (entry_activate): Likewise.
4554         (set_select_multiple): Annotate about #133255.
4555         (update_chooser_entry): Likewise.
4556         (check_preview_change): Likewise.
4557         (tree_selection_changed): Likewise.
4558
4559 Fri Jan 23 14:56:18 2004  Jonathan Blandford  <jrb@gnome.org>
4560
4561         * gtk/gtktreeview.c (gtk_tree_view_get_path_at_pos): Don't crash
4562         when there are no columns, or all columns are hidden, #131402
4563
4564 Fri Jan 23 16:58:28 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
4565
4566         * gtk/gtkmenu.c (DEFAULT_POPUP_DELAY): Changing to 200 was a
4567         mistake. Change back to 225.
4568
4569 Thu Jan 22 18:46:05 2004  Owen Taylor  <otaylor@redhat.com>
4570
4571         * === Released 2.3.2 ===
4572
4573 Thu Jan 22 18:45:26 2004  Owen Taylor  <otaylor@redhat.com>
4574
4575         * gtk/gtkicontheme.c: Patch from Christian Neumair
4576         to make warning string more translator friendly.
4577
4578         * gtk/gtktreemodelfilter.h gtkseparatortoolitem.[ch]
4579         gtk/gtktoolbar.c: Parameter name fixes to keep gtk-doc
4580         happy.
4581
4582         * configure.in: Require GLib-2.3.2, version 2.3.2,
4583         interface age 0, binary age 302.
4584
4585         * NEWS: Organized, added some names.
4586
4587 Thu Jan 22 16:59:36 2004  Jonathan Blandford  <jrb@gnome.org>
4588
4589         * gtk/gtkliststore.c (gtk_list_store_reorder): Doc fix.
4590
4591 2004-01-22  Federico Mena Quintero  <federico@ximian.com>
4592
4593         * gtk/gtkwidget.c (gtk_widget_class_init): Added documentation for
4594         GtkWidget::popup_menu.
4595
4596 Thu Jan 22 21:45:24 2004  Matthias Clasen  <maclas@gmx.de>
4597
4598         * gtk/gtkmenu.c (gtk_menu_remove): Remove the attach 
4599         info after calling gtk_menu_do_remove(), since that function
4600         uses the attach info. Doh!
4601
4602         * gtk/gtkmenu.c (gtk_menu_do_remove): Don't check priv->columns 
4603         for being 1 directly after setting it to 0.
4604
4605 Thu Jan 22 21:38:52 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
4606
4607         * NEWS: Updates
4608
4609 2004-01-22  Alexander Larsson  <alexl@redhat.com>
4610
4611         * gdk/x11/gdkwindow-x11.c (WINDOW_IS_TOPLEVEL):
4612         Fix typo
4613
4614 2004-01-21  Federico Mena Quintero  <federico@ximian.com>
4615
4616         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_finalize):
4617         Free the path fields.
4618
4619         * gtk/gtkfilesystemmodel.c (gtk_file_system_model_finalize): Free
4620         the root_path, reported by <scott@asofyet.org>
4621         (gtk_file_system_model_finalize): Unref the file system.
4622
4623         * gtk/gtkfilefilter.c (filter_rule_free): default:
4624         g_assert_not_reached().
4625         (gtk_file_filter_finalize): Free the filter->name, reported by
4626         <scott@asofyet.org>
4627         (gtk_file_filter_finalize): Free the rules list.
4628
4629 Wed Jan 21 18:10:40 2004  Jonathan Blandford  <jrb@gnome.org>
4630
4631         * gtk/gtkcolorbutton.c (gtk_color_button_set_color):redraw the
4632         color button when an alpha is set.
4633         (gtk_color_button_set_alpha): redraw the color button when an
4634         alpha is set.
4635
4636 Wed Jan 21 23:27:14 2004  Matthias Clasen  <maclas@gmx.de>
4637
4638         Fix #131869: 
4639         
4640         * gtk/gtkaction.c (_gtk_action_emit_activate): Hold
4641         a reference to the group while emitting the signals.
4642
4643         * gtk/gtkactiongroup.c (gtk_action_group_init): Use a 
4644         destroy notify which does not only unref, but also resets
4645         the action_group property of the action.
4646
4647 2004-01-20  Federico Mena Quintero  <federico@ximian.com>
4648
4649         * NEWS: Added details about GtkFileChooser changes.
4650
4651 2004-01-20  Federico Mena Quintero  <federico@ximian.com>
4652
4653         Fix #99425, add accessor functions for GtkPaned's children.
4654
4655         * gtk/gtkpaned.c (gtk_paned_get_child1): New function.
4656         (gtk_paned_get_child2): New function.
4657
4658 Tue Jan 20 23:49:52 2004  Matthias Clasen  <maclas@gmx.de>
4659
4660         * NEWS: Start of 2.3.2 section.
4661
4662 Tue Jan 20 22:11:31 2004  Matthias Clasen  <maclas@gmx.de>
4663
4664         Fixes for #130370, based on a patch by Michael Meeks:
4665         
4666         * gtk/gtkmenu.c (gtk_menu_do_remove): New auxiliary function to
4667         adjust cell positions and recalculate row and column counts after
4668         removing an item.
4669
4670         * gtk/gtkmenu.c (gtk_menu_remove): Call gtk_menu_do_remove.
4671
4672         * gtk/gtkmenu.c (gtk_menu_do_insert): Don't leave empty rows when
4673         appending items.
4674
4675         * gtk/gtkmenu.c (gtk_menu_attach): Don't call gtk_menu_shell_append,
4676         to avoid an unintended recursion.
4677
4678 2004-01-19  Federico Mena Quintero  <federico@ximian.com>
4679
4680         Fix #131418.
4681
4682         * gtk/gtkfilechooserdefault.c (set_select_multiple): New helper
4683         function.
4684         (gtk_file_chooser_default_set_property): Use
4685         set_select_multiple().  Also, re-set this mode to single if the
4686         file chooser is set to Save mode.
4687         (entry_activate): Handle the case where the entry is completely
4688         empty *and* its current folder does exist.  Also, there is need to
4689         test for select_multiple here now that we ensure that it won't
4690         happen during Save mode.
4691
4692 Sun Jan 18 15:25:39 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
4693
4694         * gtk/gtktoolbar.[ch]: Add _gtk_toolbar_paint_space_line(),
4695         _gtk_toolbar_get_default_space_size ();
4696
4697         * gtk/gtkseparatortoolitem.c (gtk_separator_tool_item_expose,
4698         get_space_size): Use them here.
4699
4700 Sun Jan 18 13:16:34 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
4701
4702         * tests/testgtk.c (create_toolbar): Set a small size request and
4703         make the window resizable, to test mapping/unmapping of buttons.
4704
4705         * gtk/gtktoolbar.c (gtk_toolbar_remove_content,
4706         gtk_toolbar_insert_tool_item): remove these functions.
4707
4708         * gtk/gtktoolbar.c (gtk_toolbar_show_all,
4709         toolbar_content_show_all, gtk_toolbar_hide_all,
4710         toolbar_content_hide_all): New functions. 
4711
4712         Ignore show_all/hide_all for buttons created in compatibility mode.
4713
4714         * gtk/gtktoolbar.c (internal_insert_element, gtk_toolbar_show_all,
4715         gtk_toolbar_hide_all): Make sure buttons are ignored by
4716         gtk_toolbar_show_all() and gtk_toolbar_hide_all().
4717         
4718         * gtk/gtktoolbar.c: s/regular_widget/compatibility/g
4719
4720         * gtk/gtktoolbar.c (struct _ToolbarContent): Allocate
4721         GtkToolbarChild inline. Get rid of GtkToolbarChildSpace.
4722
4723         * gtk/gtktoolbar.c (toolbar_content_expose): Fix bug where widget
4724         could become NULL.
4725
4726         * gtk/gtktoolbar.c (gtk_toolbar_add): Append new tool items
4727         instead of prepending them.
4728
4729         * gtk/gtktoolbar.c (gtk_toolbar_size_allocate): Use the same
4730         'elapsed' for all items.
4731
4732         * gtk/gtktoolbar.c (struct _GtkToolbarPrivate): Turn booleans
4733         into bitfields.
4734
4735         * gtk/gtktoolbar.c: Many formatting fixes
4736         
4737 Sun Jan 18 01:51:12 2004  Matthias Clasen  <maclas@gmx.de>
4738
4739         * configure.in: Add the necessary magic to create
4740         po-properties/Makefile.
4741
4742 Sat Jan 17 23:05:52 2004  Matthias Clasen  <maclas@gmx.de>
4743
4744         The second part of the fix for #114351 (see also 
4745         gdk-pixbuf/ChangeLog and po/ChangeLog):
4746
4747         * Makefile.am (SUBDIRS): Add po-properties.
4748
4749         * configure.in (AC_CONFIG_FILES): Add po-properties/Makefile.in 
4750
4751         * gdk/gdkintl.h (P_): 
4752         * gtk/gtkintl.h (P_): Use translation domain gtk20-properties. 
4753
4754         * gtk/gtkmain.c (gtk_parse_args): Call bindtextdomain and
4755         bind_textdomain_codeset for gtk20-properties as well.
4756
4757 Sat Jan 17 22:00:07 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
4758
4759         * gtk/gtktoolbar.c: 
4760
4761         Fix rest of #128678: Implement all the toolbar_content()
4762         methods for the old API case.
4763
4764 Sat Jan 17 16:53:08 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
4765
4766         * gtk/gtktoolbar.c: 
4767
4768         Phase 1 of fixing #128678: Only access ToolbarContent through a
4769         set of new functions:
4770
4771         toolbar_content_expose, toolbar_content_visible,
4772         toolbar_content_size_request, toolbar_content_is_homogeneous,
4773         toolbar_content_get_child_requisition,
4774         toolbar_content_is_placeholder, toolbar_content_disappearing,
4775         toolbar_content_get_state, toolbar_content_child_visible,
4776         toolbar_content_get_goal_allocation,
4777         toolbar_content_get_allocation,
4778         toolbar_content_set_start_allocation,
4779         toolbar_content_get_start_allocation, toolbar_content_get_expand,
4780         toolbar_content_set_goal_allocation,
4781         toolbar_content_set_child_visible, toolbar_content_size_allocate,
4782         toolbar_content_set_state, toolbar_content_get_widget,
4783         toolbar_content_set_disappearing,
4784         toolbar_content_set_size_request,
4785         toolbar_content_toolbar_reconfigured,
4786         toolbar_content_retrieve_menu_item, 
4787         toolbar_content_new_tool_item, toolbar_content_destroy,
4788         toolbar_content_is_separator
4789
4790         Also fix #127092.
4791         
4792 Sat Jan 17 12:55:13 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
4793
4794         * gtk/gtktoolitem.c (gtk_tool_item_finalize): don't leak the menu
4795         item ID.
4796
4797 Sat Jan 17 12:37:46 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
4798
4799         * gtk/gtktoolbar.c (gtk_toolbar_finalize): Don't leak the
4800         overflow menu.
4801         
4802         * gtk/gtktoolbar.h (struct _GtkToolbar): Make some fields public. 
4803         [#127726]
4804
4805 2004-01-16  Federico Mena Quintero  <federico@ximian.com>
4806
4807         * gtk/gtkfilesystemmodel.c (struct _GtkFileSystemModel): Added a
4808         has_editable field.
4809         (_gtk_file_system_model_add_editable): New function.
4810         (_gtk_file_system_model_remove_editable): New function.
4811         (gtk_file_system_model_get_value): Return appropriate values for
4812         the temporary editable row.
4813         (_gtk_file_system_model_get_info): Handle the editable row.
4814         (_gtk_file_system_model_get_path): Likewise.
4815
4816         * gtk/gtkfilechooserdefault.c (shortcuts_append_bookmarks):
4817         Removed an unused variable.
4818         (toolbar_button_new): Optionally show the button.
4819         (up_button_clicked_cb): Renamed from up_button_cb(), fixed prototype.
4820         (toolbar_create): Add a "New Folder" button for Save mode.
4821         (error_building_filename_dialog): New helper function.
4822         (gtk_file_chooser_default_get_paths): Use error_building_filename_dialog().
4823         (create_file_list): Connect to the "edited" signal of the text
4824         cell renderer.  Store the name column and text renderer in the
4825         impl structure.
4826         (renderer_edited_cb): New callback.
4827         (gtk_file_chooser_default_set_property): Show/hide the "New
4828         folder" button when the save action changes.
4829         (COMPARE_DIRECTORIES): Allow the info values to be NULL.
4830         (COMPARE_DIRECTORIES): Duh, use the list_model, not the
4831         tree_model.
4832         (get_list_file_info): Likewise!
4833         (list_icon_data_func): Handle the path being NULL.
4834         (new_folder_button_clicked): New callback.
4835         (list_name_data_func): If we are on the editable row, set the text
4836         to "Type name of new folder".
4837         (list_selection_changed): Handle the editable row.
4838         (list_mtime_data_func): Likewise.
4839
4840         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_make_path): Return
4841         NULL, not FALSE.
4842         (gtk_file_system_unix_create_folder): Test the result of mkdir() correctly.
4843
4844 Fri Jan 16 23:59:01 2004  Matthias Clasen  <maclas@gmx.de>
4845
4846         The first part of the fix for #114351 (see also 
4847         gdk-pixbuf/ChangeLog and po/ChangeLog):
4848         
4849         * gtk/gtkintl.h: 
4850         * gdk/gdkintl.h: Define P_() for property blurbs and nicks.
4851
4852         * gdk/gdkdisplaymanager.c:
4853         * modules/input/gtkimcontextxim.c:
4854         * gtk/*.c:  Mark property blurbs and nicks with P_().
4855         
4856 2004-01-16  Federico Mena Quintero  <federico@ximian.com>
4857
4858         Fix #130969.
4859
4860         * gtk/gtkcellrenderer.h (struct _GtkCellRendererClass): Added an
4861         editing_canceled signal.
4862
4863         * gtk/gtkcellrenderer.c (gtk_cell_renderer_class_init): Create the
4864         "editing-canceled" signal.
4865         (gtk_cell_renderer_editing_canceled): New function.
4866
4867         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_editing_done):
4868         Call gtk_cell_renderer_editing_canceled().
4869
4870 2004-01-16  Federico Mena Quintero  <federico@ximian.com>
4871
4872         * gtk/gtkfilechooserdefault.c
4873         (gtk_file_chooser_default_set_property): Do not allow setting
4874         select_multiple when in Save mode.
4875         (set_list_model): No need to nullify the list_model and
4876         sort_model.
4877         (gtk_file_chooser_default_get_paths): Handle folder mode as well.
4878         (get_paths_foreach): Likewise.
4879
4880         * gtk/gtkfilechooser.c (gtk_file_chooser_get_filename): Clarify
4881         documentation about folder mode.
4882         (gtk_file_chooser_get_uri): Likewise.
4883
4884 2004-01-16  Federico Mena Quintero  <federico@ximian.com>
4885
4886         * gtk/gtkfilesystem.h (struct _GtkFileSystemIface): New
4887         get_volume_for_path() method.
4888         (struct _GtkFileSystemIface): Finally removed the list_roots() and
4889         get_root_info() methods, and the "roots-changed" signal.
4890
4891         * gtk/gtkfilesystem.c (gtk_file_system_get_volume_for_path): New
4892         function.
4893         (gtk_file_system_list_roots): Removed.
4894         (gtk_file_system_get_root_info): Removed.
4895
4896         * gtk/gtkfilesystemunix.c
4897         (gtk_file_system_unix_get_volume_for_path): Implement.
4898         (get_root_volume): New helper function.
4899         (gtk_file_system_unix_list_volumes): Use get_root_volume().
4900         (gtk_file_system_unix_list_roots): Removed.
4901         (gtk_file_system_unix_get_root_info): Removed.
4902
4903         * gtk/gtkfilesystemmodel.c (_gtk_file_system_model_new): Don't
4904         accept a NULL root_path.
4905         (struct _GtkFileSystemModel): Add a field to remember the
4906         root_path.
4907         (_gtk_file_system_model_new): Store the root_path in the model
4908         structure.
4909         (find_and_ref_path): Stop going up the hierarchy at the root_path
4910         of the model.  Also, don't return prematurely when walking up the
4911         hierarchy.
4912
4913         * gtk/gtkfilechooserdefault.c (create_file_list): Sigh, restore
4914         the rules_hint.
4915         (struct _GtkFileChooserDefault): Added a current_volume_path field.
4916         (set_tree_model): New function; create the folder tree model here.
4917         (create_folder_tree): Don't create the model here.
4918         (set_list_model): Set the show_hidden flag on the list model.
4919
4920 Fri Jan 16 00:04:43 2004  Matthias Clasen  <maclas@gmx.de>
4921
4922         * gtk/gtknotebook.h:
4923         * gtk/gtknotebook.c (gtk_notebook_append_page): 
4924         * gtk/gtknotebook.c (gtk_notebook_append_page_menu): 
4925         * gtk/gtknotebook.c (gtk_notebook_prepend_page): 
4926         * gtk/gtknotebook.c (gtk_notebook_prepend_page_menu): 
4927         * gtk/gtknotebook.c (gtk_notebook_insert_page): 
4928         * gtk/gtknotebook.c (gtk_notebook_insert_page_menu): Return the
4929         index of the newly inserted page.  (#130986, Olexiy Avramchenko) 
4930
4931 Thu Jan 15 23:17:14 2004  Matthias Clasen  <maclas@gmx.de>
4932
4933         * gtk/gtkuimanager.c (gtk_ui_manager_get_toplevels): Inserting
4934         a 'newly-allocated' to hint that the list should be freed after
4935         use.
4936
4937 Wed Jan 14 18:01:52 2004  Jonathan Blandford  <jrb@gnome.org>
4938
4939         * gtk/gtktreeview.c (gtk_tree_view_button_press): move grab_focus
4940         to after handling the button presses in the TreeView to avoid
4941         getting multiple selection_changes()
4942
4943 Wed Jan 14 21:16:20 2004  Matthias Clasen  <maclas@gmx.de>
4944
4945         * gtk/gtkimcontext.c: Documentation fix.  (#131335, Theppitak 
4946         Karoonboonyanan)
4947
4948 Wed Jan 14 21:00:49 2004  Matthias Clasen  <maclas@gmx.de>
4949
4950         * gtk/gtkactiongroup.c (gtk_action_group_add_action_with_accel): 
4951         Don't leak name and stock_id.  (#131358, Morten Welinder)
4952
4953 Wed Jan 14 13:07:30 GMT 2004  Tony Gale <gale@gtk.org>
4954
4955         * docs/faq/gtk-faq.sgml: Updates to Section 5
4956
4957 Wed Jan 14 02:34:57 2004  Matthias Clasen  <maclas@gmx.de>
4958
4959         * gtk/gtkradioaction.c: Add a writable group property to align
4960         with the GtkRadioButton API.  (#129166, Olivier Andrieu) 
4961
4962 Tue Jan 13 14:48:27 GMT 2004  Tony Gale <gale@gtk.org>
4963
4964         * docs/faq/gtk-faq.sgml: Update info on using autoconf
4965
4966 Mon Jan 12 23:40:34 2004  Matthias Clasen  <maclas@gmx.de>
4967
4968         * tests/testmerge.c: Adjust to the new connect_proxy signals.
4969
4970         * gtk/gtkuimanager.c
4971         * gtk/gtkactiongroup.c
4972         * gtk/gtkaction.c: Move the connect_proxy and disconnect_proxy signals
4973         from GtkAction to GtkActionGroup and proxy it on GtkUIManager. This
4974         removes the confusion between the disconnect_/connect_proxy signals 
4975         and the (unrelated) virtual functions of the same name and aligns
4976         the setup with the pre_/post_activate signals.
4977
4978 2004-01-12  Jody Goldberg <jody@gnome.org>
4979
4980         * gtk/gtkaction.c (connect_proxy) : only connect activate for menus
4981           with no submenus otherwise it looks like we activate every time a
4982           submenu opens.
4983
4984 2004-01-12  Jody Goldberg <jody@gnome.org>
4985
4986         * gtk/gtkuimanager.c: Remove accidentially committed debug spew.
4987
4988 Sun Jan 11 01:55:07 2004  Matthias Clasen  <maclas@gmx.de>
4989
4990         * gtk/gtkaccelmap.c: Remove accidentally committed notification stuff. 
4991         (gtk_accel_map_lock_path): 
4992         (gtk_accel_map_unlock_path): Path locking can now be nested, a missing
4993         entry is silently created during lock_path(), and treated as an error 
4994         during unlock_path(). These changes have been requested by Tim Janik.
4995
4996 2004-01-10  Jody Goldberg <jody@gnome.org>
4997
4998         * gtk/gtkuimanager.c (d) : Add a debug macro to quiet the spew.
4999         s/merge_signals/ui_manager_signals/ for readability.
5000         (gtk_ui_manager_class_init) : add pre_activate and post_activate
5001           signals.
5002         (cb_proxy_pre_activate) : new.
5003         (cb_proxy_post_activate) : new.
5004         (gtk_ui_manager_insert_action_group) : connect the proxies for
5005           GtkActionGroup::pre/post_activate
5006         (gtk_ui_manager_remove_action_group) : disconnect them.
5007
5008         * gtk/gtkactiongroup.c (gtk_action_group_class_init) : add
5009           'sensitive', and 'visible' properties.  Also add pre_activate and
5010           post_activate signals to help deal with activations at a higher
5011           level (eg GtkUIManager)
5012         (gtk_action_group_init) : init sensitive and visible
5013         (gtk_action_group_set_property) : add sensitive and visible
5014         (gtk_action_group_get_property) : add sensitive and visible
5015         (gtk_action_group_get_sensitive) : new.
5016         (gtk_action_group_get_visible) : new.
5017         (cb_set_action_sensitivity) : new with minor optimization that only
5018           signals sensitivity changes if the action could possibly change.
5019         (cb_set_action_visiblility) : ditto.
5020         (gtk_action_group_set_sensitive) : new.  walk the actions directly
5021           rather than using notify::sensitive because that is simpler, easier
5022           to read, and more efficient.
5023         (gtk_action_group_set_visible) : ditto.
5024         (gtk_action_group_add_action) : Each action can only be in 1 group,
5025           set GtkAction::action_group.
5026         (gtk_action_group_remove_action) : clear it.
5027         (gtk_action_group_add_toggle_actions_full) : warning suppression.
5028         (gtk_action_group_add_radio_actions_full) : warning suppression.
5029         (_gtk_action_group_emit_pre_activate) : new protected routine for use
5030           by GtkAction.
5031         (_gtk_action_group_emit_post_activate) : ditto.
5032
5033         * gtk/gtkaction.c (gtk_action_class_init) : add 'action_group' property.
5034         (gtk_action_init) : initialize it.
5035         (gtk_action_get_property) : get.
5036         (gtk_action_set_property) : set it via
5037         (gtk_action_set_action_group) : new function.
5038         (gtk_action_sync_sensitivity) : new routine to sync proxy sensitivity
5039           with the logical sensitivity (action & group) rather than the simple
5040           action::sensitivity.
5041         (gtk_action_sync_visible) : use gtk_action_is_visible to handle
5042           logical visibility (action & group) rather than the simple
5043           action::visible.  Use widget show/hide directly.
5044         (connect_proxy) : handle the custom sensitivity handler.
5045           Make the TOOL_BUTTON signals more general and support TOOL_ITEM
5046           directly, with special cases for TOOL_BUTTON.  Still not especially
5047           good it might be useful to handle label/use_underline by parmspec
5048           lookup.  Those are likely to be implemented by custom types, and are
5049           assumed to exist in GtkToolItem.
5050         (disconnect_proxy) : disconnect the new sensitivity handler.
5051         (_gtk_action_emit_activate) : add pre/post signals.
5052         (gtk_action_activate) : use logical sensitivity.
5053         (gtk_action_is_sensitive) : logical sensitivity.
5054         (gtk_action_get_sensitive) : actual sensitivity.
5055         (closure_accel_activate) : use logical sensitivity.
5056
5057 Fri Jan  9 22:23:45 2004  Matthias Clasen  <maclas@gmx.de>
5058
5059         * gtk/gtkuimanager.c: Introduce a new parser state for 
5060         accelerator elements to avoid misparsing files containing 
5061         such elements.  (#131035, Morten Welinder)
5062
5063 Fri Jan  9 11:58:47 2004  Manish Singh  <yosh@gimp.org>
5064
5065         * gdk-pixbuf/gdk-pixbuf-io.c: #include <unistd.h> for unlink()
5066
5067 Fri Jan  9 15:28:21 GMT 2004  Tony Gale <gale@gtk.org>
5068
5069         * docs/faq/gtk-faq.sgml: update GtkEntry filter code example
5070
5071 Fri Jan  9 00:34:57 2004  Matthias Clasen  <maclas@gmx.de>
5072
5073         * gtk/gtkuimanager.h:
5074         * gtk/gtkuimanager.c (gtk_ui_manager_get_toplevels): New function to
5075         obtain a list of toplevel widgets constructed by the ui manager.
5076
5077         * gtk/gtkuimanager.h (GtkUIManagerItemType): Change to flags, so that 
5078         the values can be combined for gtk_ui_manager_get_toplevels().
5079
5080         * tests/testmerge.c: Add a "Dump toplevels" button to test 
5081         gtk_ui_manager_get_toplevels().
5082
5083 Wed Jan  7 23:20:06 2004  Matthias Clasen  <maclas@gmx.de>
5084
5085         * demos/gtk-demo/Makefile.am (demos): Add entry_completion.c
5086         
5087         * demos/gtk-demo/entry_completion.c: New demo for GtkEntryCompletion 
5088         by Anders Carlsson  (#130464).
5089
5090 Wed Jan  7 23:07:28 2004  Matthias Clasen  <maclas@gmx.de>
5091
5092         * gtk/gtkmain.h: 
5093         * gtk/gtkmain.c (gtk_events_pending): Change the return value from 
5094         gint to gboolean.  (#130718, reported by Johannes Weißl)
5095
5096 Wed Jan  7 23:03:32 2004  Matthias Clasen  <maclas@gmx.de>
5097
5098         * gtk/gtkactiongroup.h: 
5099         * gtk/gtkactiongroup.c (gtk_action_group_add_action_with_accel): 
5100         Remove the redundant name and stock_id parameters, adjust all callers.
5101
5102 Wed Jan  7 22:20:20 2004  Matthias Clasen  <maclas@gmx.de>
5103
5104         * gtk/gtkaction.h: 
5105         * gtk/gtkaction.c (gtk_action_new):  
5106         * gtk/gtktoggleaction.h: 
5107         * gtk/gtktoggleaction.c (gtk_toggle_action_new): 
5108         * gtk/gtkradioaction.h: 
5109         * gtk/gtkradioaction.c (gtk_radio_action_new): Add creation 
5110         functions for actions.
5111
5112         * gtk/gtkactiongroup.c (gtk_action_group_add_actions_full): 
5113         (gtk_action_group_add_toggle_actions_full): 
5114         (gtk_action_group_add_radio_actions_full): and use the
5115         new functions here.  (#125322, Patch by Jeff Frank)
5116
5117 Wed Jan  7 21:42:49 2004  Matthias Clasen  <maclas@gmx.de>
5118
5119         * gtk/gtkaccelmap.c (gtk_accel_map_lock_path): Fix grammar of 
5120         docs.
5121
5122 2004-01-07  Jan Arne Petersen  <jpetersen@uni-bonn.de>
5123
5124         * gtk/gtkfilechooserdefault.c: (shortcuts_insert_path),
5125         (shortcuts_append_home), (shortcuts_append_desktop),
5126         (shortcuts_append_paths), (shortcuts_add_volumes),
5127         (shortcuts_append_bookmarks), (create_shortcuts_model),
5128         (gtk_file_chooser_default_add_shortcut_folder): add REMOVABLE column
5129         to the shortcuts_model.
5130
5131         (remove_bookmark_button_clicked_cb),
5132         (bookmarks_check_remove_sensitivity): use REMOVABLE column to check if
5133         bookmarks can be removed. Fixes #129873
5134
5135 Wed Jan  7 02:50:55 2004  Matthias Clasen  <maclas@gmx.de>
5136
5137         * demos/testpixbuf-save.c: Make s, S, Control-S, p, P, Control-P,
5138         i, I, Control-I test gdk_pixbuf_save(), gdk_pixbuf_save_to_buffer()
5139         and gdk_pixbuf_save_to_callback() with jpeg, png and ico formats, 
5140         respectively. Tests #82203.
5141
5142 2004-01-06  Federico Mena Quintero  <federico@ximian.com>
5143
5144         * gtk/gtkfilesel.c (gtk_file_selection_create_dir_confirmed): Use
5145         0777 as the mode for mkdir() and let the umask do the right
5146         thing.  Fixes #121819.
5147
5148         * gtk/gtkfilesystemunix.c (filename_is_root): g_path_skip_root()
5149         can return NULL; handle this.  Fixes #129565.
5150
5151 2004-01-06  Alexander Winston  <alexander.winston@comcast.net>
5152
5153         * gtk/gtkfilesel.c: (gtk_file_selection_delete_file): Removed space
5154         that proceeded the end-of-sentence punctuation. Fixes: #130353.
5155
5156 2004-01-06  Jody Goldberg <jody@gnome.org>
5157
5158         * gtk/gtktoolitem.c (gtk_tool_item_set_property) : Call 
5159           gtk_tool_item_set_visible_vertical for PROP_VISIBLE_VERTICAL.
5160
5161 2004-01-05  Federico Mena Quintero  <federico@ximian.com>
5162
5163         * gtk/gtkfilechooserdefault.c (shortcuts_append_bookmarks): Oops,
5164         call shortcuts_add_bookmarks() here.
5165         (remove_bookmark_button_clicked_cb): Ahem, fetch the selected
5166         iter.
5167         (shortcuts_append_paths): Don't display error dialogs here.
5168         (create_file_list): Remove the @#$% rules hint.
5169
5170 2004-01-05  Federico Mena Quintero  <federico@ximian.com>
5171
5172         * gtk/gtkfilechooserdefault.c (toolbar_button_new): New helper
5173         function.
5174         (toolbar_create): Do not use a toolbar widget, just an hbox
5175         instead.  Add the bookmarks buttons and the current folder label
5176         here.
5177         (create_filename_entry_and_filter_combo): Create the filter combo
5178         here.
5179         (filter_create): Don't show the filter combo initially.
5180         (up_button_cb): Renamed from toolbar_up_cb().
5181         (create_shortcuts_buttons): Removed.
5182
5183 2004-01-05  Murray Cumming  <murrayc@usa.net>
5184
5185         * gdk/gdkimage.h: Added <public> documentation to the struct, as
5186         suggested by Owen Taylor.
5187
5188 2004-01-05  Jody Goldberg <jody@gnome.org>
5189
5190         * gtk/gtkiconfactory.c (get_default_icons) : add stock indent, unindent
5191           I would have prefered outdent, but compatibility seems more
5192           important.
5193         * gtk/gtkstock.c (builtin_items) : ditto.
5194         * gtk/gtkstock.h : ditto.
5195         * gtk/stock-icons/Makefile.am : ditto.
5196         * gtk/stock-icons/stock_text_indent_16.png :
5197         * gtk/stock-icons/stock_text_indent_24.png :
5198         * gtk/stock-icons/stock_text_unindent_16.png :
5199         * gtk/stock-icons/stock_text_unindent_24.png : from gnome-icon-theme
5200
5201 Sun Jan  4 15:29:04 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
5202
5203         * gtk/gtkradiotoolbutton.[ch]
5204         (gtk_radio_tool_button_new_with_stock_from_widget): Change API so
5205         group is a GtkRadioButton, not a GtkWidget.
5206
5207 2004-01-04  Hans Breuer  <hans@breuer.org>
5208
5209         * gdk/win32/gdkwindow-win32.c : use SWP_NOACTIVATE in 
5210         gdk_window_set_keep_(above|below) to make DND work again.
5211         Thanks to Alif Wahid for noticing.
5212
5213         * gdk/gdk.def : update externals
5214
5215         * gtk/gtkfilesystemwin32.c : adapt to GtkFileSystemIFace changes
5216
5217         * gtk/gtk-stock.[hc] gtk/gtkiconfactory.c 
5218           gtk/stock-icons/Makefile.am gtk/stock-icons/makefile.msc :
5219           gtk/stock-icons/stock_harddisk_16.png 
5220           gtk/stock-icons/stock_harddisk_24.png 
5221         Harddisk stock icons for file system implementations. Beside
5222         FLOPPY and CDROM there is now HARDDISK, probably some 
5223         GTK_STOCK_NETWORK would be useful, but I could not find one.
5224
5225 Sat Jan  3 11:39:42 2004  Manish Singh  <yosh@gimp.org>
5226
5227         * gtk/gtkclipboard.c: Update freedesktop.org clipboard doc link.
5228         Patch from Andrew Moise (#130462).
5229
5230 2004-01-01  Jody Goldberg <jody@gnome.org>
5231
5232         * gtk/gtkaction.c (_GtkActionPrivate) : add visible_horizontal,
5233           visible_vertical.
5234         (gtk_action_class_init) : here.
5235         (gtk_action_init) : here.
5236         (gtk_action_set_property) : here.
5237         (gtk_action_get_property) : here.
5238         (connect_proxy) : and here.
5239
5240 2003-12-30  Jody Goldberg <jody@gnome.org>
5241
5242         * gtk/gtkactiongroup.c (gtk_action_group_add_action_with_accel) :  new
5243           utility routine for use in derived GtkActions with the replicated code
5244           from.
5245         (gtk_action_group_add_actions_full) : here.
5246         (gtk_action_group_add_toggle_actions_full) : here.
5247         (gtk_action_group_add_radio_actions_full) : and here.
5248
5249 2004-01-01  Taneem Ahmed  <taneem@bengalinux.org>
5250
5251         * configure.in: Added "bn" to ALL_LINGUAS.
5252
5253 2004-01-01  Taneem Ahmed  <taneem@bengalinux.org>
5254
5255         * bn.po: Added Bangla translation by 
5256         of Ankur group <gnome-translation@bengalinux.org>.
5257
5258 Fri Jan  2 02:50:11 2004  Matthias Clasen  <maclas@gmx.de>
5259
5260         * gtk/gtkcalendar.c (gtk_calendar_compute_days): 
5261         * gtk/gtkcalendar.c (gtk_calendar_paint_day_names): 
5262         * gtk/gtkcalendar.c (gtk_calendar_init): Changes to support 
5263         week_start values other than 0 and 1, e.g. 6 will let weeks start
5264         on Saturday.  (#130349, Roozbeh Pournader) 
5265
5266 2003-12-31 13:49 Daniel Rogers <dsrogers@phasevelocity.org>
5267
5268         * gdk/x11/gdkinput-x11.c: (gdk_input_translate_coordinates)
5269         
5270         Fix to allow reasonable pointer behavior in window mode when an
5271         extended input device reports an incorrect resolution of 0.  Fixes
5272         bug #123546
5273         
5274 2003-12-31  Christian Neumair  <chris@gnome-de.org>
5275
5276         * gdk-pixbuf/gdk-pixdata.c: (gdk_pixbuf_from_pixdata):
5277         * gtk/gtkfilechooserdefault.c: (list_size_data_func): Use ngettext for
5278         plurals (#123847).
5279
5280 Wed Dec 31 02:05:39 2003  Matthias Clasen  <maclas@gmx.de>
5281
5282         * gtk/gtkactiongroup.c (gtk_action_group_add_actions_full): 
5283         (gtk_action_group_add_toggle_actions_full):
5284         (gtk_action_group_add_radio_actions_full): Pull accelerator key
5285         from the stock item if stock_id is given, but accelerator 
5286         not.  (Noticed by Jeff Franks and Jody Goldberg)
5287
5288         * tests/testmerge.c: Remove the accelerator from the "Open" entry
5289         to test the above change.
5290         
5291 2003-12-29  Federico Mena Quintero  <federico@ximian.com>
5292
5293         Make show_all() work for the extra and preview widgets; reported
5294         by Paolo Maggi.
5295
5296         * gtk/gtkfilechooserdefault.c (set_preview_widget): show_all() the
5297         preview widget.
5298         (set_extra_widget): show_all() the extra widget.
5299
5300 Mon Dec 29 12:22:22 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
5301
5302         * gtk/gtkuimanager.c (do_updates): 
5303         * gtk/gtktoolbar.c (slide_idle_handler): 
5304         * gtk/gtkdnd.c (gtk_drag_update_idle): 
5305
5306         Add GDK_THREADS_ENTER()/GDK_THREADS_LEAVE() pairs around idle
5307         functions. (#130157, patch from Olexiy Avramchenko).
5308         
5309 2003-12-29  Anders Carlsson  <andersca@gnome.org>
5310
5311         * gtk/gtkradiotoolbutton.c:
5312         * gtk/gtkradiotoolbutton.h:
5313         * gtk/gtkseparatortoolitem.c:
5314         * gtk/gtkseparatortoolitem.h:
5315         * gtk/gtktoggletoolbutton.c:
5316         * gtk/gtktoggletoolbutton.h:
5317         * gtk/gtktoolbar.c:
5318         * gtk/gtktoolbar.h:
5319         * gtk/gtktoolbutton.c:
5320         * gtk/gtktoolbutton.h:
5321         * gtk/gtktoolitem.c:
5322         * gtk/gtktoolitem.h:
5323         Update my e-mail address.
5324         
5325 Mon Dec 29 01:36:22 2003  Matthias Clasen  <maclas@gmx.de>
5326
5327         * gtk/gtkaccelmap.[hc]: (gtk_accel_map_lock_path, 
5328         gtk_accel_map_unlock_path): Add a way to lock individual accelerator
5329         paths.  (#73207, reported by Havoc Pennington)
5330
5331 Sat Dec 27 23:17:56 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
5332
5333         * gtk/gtktoolbar.c (slide_idle_handler): use CHILD_VISIBLE
5334         instead of VISIBLE to determine whether we should stop
5335         sliding. (#130018, reported by Christian Persch).
5336
5337 Fri Dec 26 23:24:35 2003  Matthias Clasen  <maclas@gmx.de>
5338
5339         * gtk/gtkactiongroup.c (gtk_action_group_add_radio_actions_full): 
5340         Don't use first_action without initializing it if n_entries is 0.
5341
5342 Thu Dec 25 00:26:34 2003  Matthias Clasen  <maclas@gmx.de>
5343
5344         * gdk/x11/gdkcursor-x11.c (gdk_display_get_default_cursor_size):
5345         Add the missing _get_ to the name of the non-Xcursor version of
5346         this function.  (noticed by Torsten Schoenfeld)
5347
5348 Tue Dec 23 22:34:50 2003  Manish Singh  <yosh@gimp.org>
5349
5350         * gtk/gtkicontheme.h: fix GTK_TYPE_ICON_INFO macro, reported by
5351         muppet.
5352
5353 2003-12-24  Jody Goldberg <jody@gnome.org>
5354
5355         * gtk/gtkactiongroup.h : Add some const to the char * in
5356           GtkActionEntry*.  We're reccomending people pass static strings to
5357           them, and not freeing them.  This stems to flood of warnings that
5358           result.
5359         * gtk/gtkactiongroup.c (gtk_action_group_add_actions_full) : change
5360           temp vars to const to match above.
5361         (gtk_action_group_add_toggle_actions_full) : ditto.
5362         (gtk_action_group_add_radio_actions_full) : ditto.
5363
5364 Wed Dec 24 01:12:53 2003  Matthias Clasen  <maclas@gmx.de>
5365
5366         * gtk/gtkclipboard.[hc]: Add GtkClipboardTargetReceivedFunc,
5367         gtk_clipboard_request_targets() and 
5368         gtk_clipboard_wait_for_targets().  (#101774, Dom Lachowicz)
5369
5370 Mon Dec 22 00:40:39 2003  Matthias Clasen  <maclas@gmx.de>
5371
5372         * gtk/gtkcalendar.c (gtk_calendar_paint_arrow): Use 
5373         gtk_paint_arrow instead of draw_arrow_left/draw_arrow_right.
5374         * gtk/gtkcalendar.c (draw_arrow_left):
5375         (draw_arrow_right): Removed. 
5376         * gtk/gtkcalendar.c (gtk_calendar_realize_arrows): 
5377         * gtk/gtkcalendar.c (gtk_calendar_state_changed): Set the
5378         arrow_state to GTK_STATE_INSENSITIVE if the calendar is 
5379         insensitive.  (#97376)
5380
5381 Sun Dec 21 23:17:01 2003  Matthias Clasen  <maclas@gmx.de>
5382
5383         * gtk/gtkuimanager.c (update_node): 
5384         (update_smart_separators): 
5385         (_gtk_menu_is_empty): 
5386         (find_menu_position): 
5387         * gtk/gtktreeview.c (gtk_tree_view_search_dialog_destroy): 
5388         * gtk/gtkcombobox.c (gtk_combo_box_relayout_item): 
5389         (gtk_combo_box_relayout): Fix memory leaks caused by the
5390         failure to free the result of gtk_container_get_children().
5391
5392 Sun Dec 21 17:34:22 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
5393
5394         * gdk/x11/gdkwindow-x11.c (gdk_window_reparent): Set the right
5395         properties when the window becomes a toplevel. When a window that
5396         was previously a toplevel becomes a toplevel again, restore its
5397         window type. Also make sure the focus window is removed from the
5398         XID hash when it is destroyed. (#117579, reported by Morten
5399         Welinder, patch reviewed by Owen Taylor).
5400
5401 Sun Dec 21 01:54:40 2003  Matthias Clasen  <maclas@gmx.de>
5402
5403         * gtk/gtkmenushell.h: 
5404         * gtk/gtkmenushell.c (gtk_menu_shell_cancel): New function 
5405         to emit the "cancel" signal on a menu shell.
5406
5407         * gtk/gtkmenu.c (gtk_menu_key_press): 
5408         * gtk/gtkoptionmenu.c (gtk_option_menu_remove_menu): 
5409         * gtk/gtkmenubar.c (_gtk_menu_bar_cycle_focus): Use the 
5410         new function instead of directly emitting the 
5411         signal.  (#81803, Owen Taylor)
5412
5413 Sun Dec 21 00:39:50 2003  Matthias Clasen  <maclas@gmx.de>
5414
5415         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init): 
5416         Fix the "language_set" blurb.  
5417         
5418 Sat Dec 20 22:06:03 2003  Kristian Rietveld  <kris@gtk.org>
5419
5420         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): do not invalidate
5421         all of treeview when resizing (#110074, patch from Soeren Sandmann).
5422
5423 Fri Dec 19 23:36:00 2003  Kristian Rietveld  <kris@gtk.org>
5424
5425         Fixes #108458.
5426
5427         * gtk/gtkcelllayout.[ch]: added a reorder method.
5428
5429         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_layout_init),
5430         (gtk_tree_view_column_cell_layout_reorder): implement reorder.
5431
5432         * gtk/gtkcellview.c (gtk_cell_view_cell_layout_init),
5433         (gtk_cell_view_cell_layout_reorder): ditto.
5434
5435         * gtk/gtkcombobox.c (gtk_combo_box_cell_layout_init),
5436         (gtk_combo_box_cell_layout_reorder): ditto.
5437
5438         * gtk/gtkentrycompletion.c (gtk_entry_completion_cell_layout_init),
5439         (gtk_entry_completion_reorder): ditto.
5440
5441 Fri Dec 19 22:18:19 2003  Kristian Rietveld  <kris@gtk.org>
5442
5443         * gtk/gtktreeview.c (gtk_tree_view_search_equal_func): use strstr
5444         instead of strcmp (#117127, suggestion from Soeren Sandmann).
5445
5446 Fri Dec 19 21:52:46 2003  Kristian Rietveld  <kris@gtk.org>
5447
5448         * gtk/gtkmenu.c (gtk_menu_do_insert): move item insertion logic
5449         here from gtk_menu_real_insert(),
5450         (gtk_menu_real_insert): just call gtk_menu_do_insert(),
5451         (gtk_menu_reorder_child): run _do_insert after inserting the child
5452         (unbreaks _reorder_child, reported by Tim Janik).
5453
5454 2003-12-19  Federico Mena Quintero  <federico@ximian.com>
5455
5456         * gtk/gtkfilechooserdefault.c (list_mtime_data_func): Use
5457         g_date_strftime() for UTF-8 correctness; use Julian dates to
5458         simplify the function.
5459
5460 Fri Dec 19 01:47:34 2003  Matthias Clasen  <maclas@gmx.de>
5461
5462         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_size_request): 
5463         Test extra_width, not extra_height, when determining whether to
5464         set extra_width.  (#129647, Jan Arne Petersen)
5465
5466 Fri Dec 19 01:35:34 2003  Matthias Clasen  <maclas@gmx.de>
5467
5468         Fix the behaviour of insensitive actions, which was broken
5469         when gtk_action_activate() was changed to pay attention to 
5470         sensitivity  (#129557, Christian Persch)
5471         
5472         * gtk/gtkaction.h: 
5473         * gtk/gtkaction.c (_gtk_action_emit_activate): New auxiliary
5474         function to emit an activate signal without regard to sensitivity.
5475
5476         * gtk/gtkradioaction.c: 
5477         * gtk/gtktoggleaction.c: Always use _gtk_action_emit_activate()
5478         instead of gtk_action_activate().
5479
5480 2003-12-18  Jody Goldberg <jody@gnome.org>
5481
5482         * gtk/gtkicontheme.c (gtk_icon_theme_lookup_icon)) : Add a sanity test
5483           to ensure that the base hicolor theme is installed.  Silently
5484           failing to produce icons that apps assume exist in the theme seems
5485           like a bad idea.
5486
5487 Thu Dec 18 19:13:12 2003  Kristian Rietveld  <kris@gtk.org>
5488
5489         Fixes #110249, reworked patch from Joshua N Pritikin.
5490
5491         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_get_type),
5492         (gtk_tree_model_sort_tree_drag_source_init),
5493         (gtk_tree_model_sort_row_draggable),
5494         (gtk_tree_model_sort_drag_data_get),
5495         (gtk_tree_model_sort_drag_data_delete): implement GtkTreeDragSource.
5496
5497         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_get_type),
5498         (gtk_tree_model_filter_tree_drag_source_init),
5499         (gtk_tree_model_filter_row_draggable),
5500         (gtk_tree_model_filter_drag_data_get),
5501         (gtk_tree_model_filter_drag_data_delete): ditto.
5502
5503 Thu Dec 18 18:01:01 2003  Kristian Rietveld  <kris@gtk.org>
5504
5505         * gtk/gtktreeview.c (gtk_tree_view_class_init): add key bindings
5506         for "*" and "/" (expand/collapse all). (#110195, reported by
5507         Calum Benson).
5508
5509 Thu Dec 18 17:52:56 2003  Kristian Rietveld  <kris@gtk.org>
5510
5511         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_set_property):
5512         clear the extra_attrs list if we set "text" after "markup".
5513         (Fixes #121933, Federico Mena Quintero).
5514
5515 2003-12-18  Alexander Larsson  <alexl@redhat.com>
5516
5517         * gtk/gtkicontheme.c (gtk_icon_info_get_embedded_rect):
5518         Fix typo that used the wrong x/y values for the x1, y1 point
5519         (#129605)
5520
5521 Thu Dec 18 01:41:50 2003  Kristian Rietveld  <kris@gtk.org>
5522
5523         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init),
5524         (gtk_cell_renderer_text_finalize),
5525         (gtk_cell_renderer_text_get_property),
5526         (gtk_cell_renderer_text_set_property), (get_layout): added language
5527         and language_set properties like GtkTextTag has. (#103800, reported
5528         by Owen Taylor).
5529
5530 Thu Dec 18 01:37:59 2003  Matthias Clasen  <maclas@gmx.de>
5531
5532         * gtk/gtkwidget.c (gtk_widget_activate): Correct misleading docs.
5533         * gtk/gtkbutton.c (gtk_button_class_init): Add docs for the 
5534         "activate" signal.  (#129358, Ka-Hing Cheung)
5535
5536 Thu Dec 18 01:21:59 2003  Kristian Rietveld  <kris@gtk.org>
5537
5538         * gtk/gtktreeview.c (gtk_tree_view_class_init): Jonathan got
5539         the logical flag backwards in the expand_collapse_cursor_row
5540         bindings, fixing.
5541         (gtk_tree_view_real_expand_collapse_cursor_row): invert expand
5542         flag when !logical and in RTL. (Fixes #107527, reported by
5543         Noah Levitt).
5544
5545 Thu Dec 18 01:10:16 2003  Kristian Rietveld  <kris@gtk.org>
5546
5547         * gtk/gtktreeview.c (gtk_tree_view_button_press): only start
5548         editing when activated by the left mouse button. (#106869,
5549         patch from Evan Martin).
5550
5551 Thu Dec 18 00:57:18 2003  Kristian Rietveld  <kris@gtk.org>
5552
5553         Migrating all cell renderers to use the new instance private data
5554         construction.
5555
5556         * gtk/gtktreeprivate.h: remove GtkCellRendererInfo, as it is no
5557         longer being used.
5558
5559         * gtk/gtkcellrenderer.c (gtk_cell_renderer_init),
5560         (gtk_cell_renderer_class_init), (gtk_cell_renderer_get_property),
5561         (set_cell_bg_color), (gtk_cell_renderer_render): remove old
5562         GtkCellRendererInfo handling, migrate to instance private data.
5563
5564         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_editing_done),
5565         (gtk_cell_renderer_text_start_editing): moved focus_out_id
5566         from GtkCellRendererInfo to text renderer private data.
5567
5568         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_init),
5569         (gtk_cell_renderer_pixbuf_class_init),
5570         (gtk_cell_renderer_pixbuf_finalize),
5571         (gtk_cell_renderer_pixbuf_get_property),
5572         (gtk_cell_renderer_pixbuf_set_property),
5573         (gtk_cell_renderer_pixbuf_create_stock_pixbuf),
5574         (gtk_cell_renderer_pixbuf_get_size), (gtk_cell_renderer_pixbuf_render):
5575         migrate to instance private data.
5576
5577         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_class_init),
5578         (gtk_cell_renderer_toggle_get_property),
5579         (gtk_cell_renderer_toggle_set_property),
5580         (gtk_cell_renderer_toggle_render): migrate to instance private data.
5581
5582 Thu Dec 18 00:24:32 2003  Kristian Rietveld  <kris@gtk.org>
5583
5584         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init),
5585         (gtk_cell_renderer_text_get_property),
5586         (gtk_cell_renderer_text_set_property), (get_layout): add a
5587         single-paragraph-mode property, use private instance data.
5588         (Fixes #114943, reported by Morten Welinder).
5589
5590 Thu Dec 18 00:07:01 2003  Kristian Rietveld  <kris@gtk.org>
5591
5592         * gtk/gtktreemodel.h (gtk_tree_path_new_root),
5593         (gtk_tree_model_get_iter_root): now deprecated (#106953, reported
5594         by Matthias Clasen).
5595
5596 Wed Dec 17 23:50:56 2003  Kristian Rietveld  <kris@gtk.org>
5597
5598         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_set_property):
5599         if we set a new stock_id and there was a previous stock_id, unref
5600         the pixbuf (since it was used to renderer the previous stock_id
5601         and stock_id might have been set to NULL now). (Fixes #122966).
5602
5603 2003-12-17  Marco Pesenti Gritti  <marco@gnome.org>
5604
5605         * gtk/gtktreemodelsort.c: (gtk_tree_model_sort_get_iter):
5606
5607         Check that index is not bigger than level array length
5608         also when depth is 1. Now get_iter_first correctly return
5609         FALSE when the model is empty (#129411).
5610
5611 Wed Dec 17 23:31:19 2003  Kristian Rietveld  <kris@gtk.org>
5612
5613         * gtk/gtktreeview.c (gtk_tree_view_search_equal_func): only
5614         try to strcmp or strlen if we managed to normalize and casefold
5615         the string correctly. Fixes crashes with non-UTF8 strings.
5616         (#121617, Patch from Tim-Philipp Müller).
5617
5618 Wed Dec 17 23:20:23 2003  Matthias Clasen  <maclas@gmx.de>
5619
5620         * gtk/gtkexpander.c (gtk_expander_animation_timeout): Add missing
5621         GDK_THREADS_ENTER()/GDK_THREADS_LEAVE().
5622         * gtk/gtkcalendar.c, gtk/gtkclist.c, gtk/gtkexpander.c, 
5623         gtk/gtklist.c, gtk/gtknotebook.c, gtk/gtkselection.c, 
5624         gtk/gtkspinbutton.c: Cast second argument to g_timeout_add() to
5625         GSourceFunc instead of GtkFunction.  (#129525, Olexiy Avramchenko) 
5626
5627 Wed Dec 17 23:16:45 2003  Kristian Rietveld  <kris@gtk.org>
5628
5629         * gtk/gtktreeview.c (gtk_tree_view_button_press): fix compile warning.
5630         (#122727, patch from Kjartan Maraas).
5631
5632 Wed Dec 17 21:23:01 2003  Kristian Rietveld  <kris@gtk.org>
5633
5634         Yay! Fixed height mode! Hooray! (Part 2 of #80868).
5635
5636         * gtk/gtktreeview.c (gtk_tree_view_class_init),
5637         (gtk_tree_view_init), (gtk_tree_view_set_property),
5638         (gtk_tree_view_get_property), (gtk_tree_view_set_model): add a
5639         fixed_height_mode property,
5640         (intialize_fixed_height_mode), (do_validate_rows),
5641         (column_sizing_notify), (gtk_tree_view_set_fixed_height_mode),
5642         (gtk_tree_view_style_set), (gtk_tree_view_row_changed),
5643         (gtk_tree_view_row_inserted), (gtk_tree_view_remove_column),
5644         (gtk_tree_view_insert_column): implement fixed height mode,
5645         (gtk_tree_view_append_column), (gtk_tree_view_insert_column),
5646         (gtk_tree_view_insert_column_with_attributes),
5647         (gtk_tree_view_insert_column_with_data_func): update docs.
5648
5649         * gtk/gtktreeprivate.h: add two fields to GtkTreePrivate.
5650
5651 2003-12-07  Murray Cumming  <murrayc@usa.net>
5652  
5653         * gtk/gtktreemodel.c:
5654         (row_inserted_marshal, row_deleted_marshal, rows_reorderered_marshal)
5655         Actually call the default signal handlers instead of calling the
5656         marshallers themselves in an endless loop. These default signal handler
5657         callbacks are not actually set so this is only noticed by gtkmm at
5658         the moment. Bug 123923.
5659
5660 2003-12-16  Federico Mena Quintero  <federico@ximian.com>
5661
5662         * gtk/gtkfilesystem.h (struct _GtkFileSystemIface): Added a
5663         "volumes-changed" signal.  Added the following methods:
5664                 list_volumes
5665                 volume_free
5666                 volume_get_base_path
5667                 volume_get_is_mounted
5668                 volume_mount
5669                 volume_get_display_name
5670                 volume_render_icon
5671
5672         * gtk/gtkfilesystem.c (gtk_file_system_base_init): Create the
5673         "volumes-changed" signal.
5674         (gtk_file_system_list_volumes): New function.
5675         (gtk_file_system_volume_free): New function.
5676         (gtk_file_system_volume_get_base_path): New function.
5677         (gtk_file_system_volume_get_is_mounted): New function.
5678         (gtk_file_system_volume_mount): New function.
5679         (gtk_file_system_volume_get_display_name): New function.
5680         (gtk_file_system_volume_render_icon): New function.
5681
5682         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_volume_free): Implement.
5683         (gtk_file_system_unix_volume_get_base_path): Implement.
5684         (gtk_file_system_unix_volume_get_is_mounted): Implement.
5685         (gtk_file_system_unix_volume_mount): Implement.
5686         (gtk_file_system_unix_volume_get_display_name): Implement.
5687         (gtk_file_system_unix_volume_render_icon): Implement.
5688
5689         * gtk/gtkfilechooserdefault.c (struct _GtkFileChooserDefault):
5690         Added a field for the "volumes-changed" signal connection.
5691         (gtk_file_chooser_default_set_property): Connect to
5692         "volumes-changed" on the file system.
5693         (gtk_file_chooser_default_finalize): Disconnect from
5694         "volumes-changed".
5695
5696         * gtk/gtkfilechooserdefault.c (shortcuts_remove_rows): New helper
5697         function.
5698         (shortcuts_get_index): New helper function.
5699         (shortcuts_insert_path): Can now insert volumes as well as paths.
5700         (shortcuts_append_paths): Don't take is_file_system_root.
5701         (shortcuts_add_volumes): New function.
5702         (shortcuts_append_file_system_roots): Removed.
5703         (create_shortcuts_model): Use shortcuts_add_volumes().
5704         (remove_bookmark_button_clicked_cb): Check that the index is
5705         within range.
5706         (bookmarks_check_add_sensitivity): Take volumes into account.
5707         (shortcuts_get_selected_index): New helper function.
5708         (remove_bookmark_button_clicked_cb): Use
5709         shortcuts_get_selected_index().
5710         (bookmarks_check_remove_sensitivity): Likewise.
5711         (shortcuts_select_func): Likewise.
5712         (shortcuts_row_activated_cb): Handle volumes as well as normal
5713         paths.
5714         (shortcuts_activate_volume): New function.
5715         (struct _GtkFileChooserDefault): Removed the bookmarks_set and
5716         bookmarks_iter fields.
5717         (shortcuts_append_bookmarks): Use shortcuts_remove_rows().
5718         (bookmarks_changed_cb): Use shortcuts_add_bookmarks().
5719         (remove_bookmark_rows): Removed.
5720         (shortcuts_add_bookmarks): New function; moved most of the code
5721         over from shortcuts_append_bookmarks().
5722         (shortcuts_append_bookmarks): Add the separator node here, and
5723         then call shortcuts_add_bookmarks().
5724
5725 Tue Dec 16 15:01:10 2003  Manish Singh  <yosh@gimp.org>
5726
5727         * gtk/gtkfilechooserwidget.c: fix preprocessor conditional confusion.
5728         (G_OS_UNIX/G_OS_WIN32 stuff)
5729
5730 Tue Dec 16 01:46:46 2003  Matthias Clasen  <maclas@gmx.de>
5731
5732         Do not interpret distant clicks as double-clicks  (#116541,
5733         Bernhard Walle):
5734         
5735         * gdk/gdkdisplay.h (struct GdkDisplay): Add new fields
5736         double_click_distance, button_x and button_y.
5737         * gdk/gdkdisplay.c (gdk_display_init): Initialize the new fields.
5738
5739         * gdk/gdkdisplay.h: 
5740         * gdk/gdkevents.c (gdk_display_set_double_click_distance): 
5741         New function to set the double click distance on a display.
5742
5743         * gdk/gdkevents.c: Take double click distance into account
5744         when generating single, double or triple clicks.
5745
5746         * gtk/gtksettings.c: Add new setting "gtk-double-click-distance".
5747
5748         * gdk/x11/gdkevents-x11.c: Add the XSetting 
5749         "Net/DoubleClickDistance" and map it to "gtk-double-click-distance".
5750
5751 2003-12-15  Federico Mena Quintero  <federico@ximian.com>
5752
5753         * gtk/gtkdialog.c: Sigh, revert the change.
5754
5755 2003-12-15  Federico Mena Quintero  <federico@ximian.com>
5756
5757         * gtk/gtkdialog.c (dialog_has_cancel): Removed.
5758         (gtk_dialog_close): Don't call dialog_has_cancel().  At least
5759         allows sane behavior for #101293.
5760
5761 Mon Dec 15 00:56:54 2003  Matthias Clasen  <maclas@gmx.de>
5762
5763         * gtk/gtkbutton.[hc]: Add new properties, xalign and yalign, with
5764         getter and setter gtk_button_[sg]et_alignment(), to set the
5765         alignment of the child.  (#70961, Jody Goldberg)
5766
5767 2003-12-14  Hans Breuer  <hans@breuer.org>
5768
5769         * gtk/gtkprivate.h gtk/gtkmain.c : handle GTK_DATADIR
5770         similar as the other filesystem placement 'constants' (dynamic
5771         resolving on win32)
5772
5773         * gtk/gtkfilechooserwidget.c : handle file system to win32
5774         renaming here as will
5775         * gtk/gtkfilesystemwin32.c : implement render_icon
5776
5777         * gtk/gtk.def gdk/gdk.def : updated externals
5778
5779         * gdk/win32/gdkdisplay-win32.c : make it compile without
5780         <multimon.h> - i.e. even older sdk
5781
5782         * gdk/win32/gdkevents-win32.c : match resize_timer_proc
5783         with TIMERPROC prototype
5784
5785         * gdk/win32/gdkwindow-win32.c : older msvc does not know
5786         BITMAPV5HEADER (from win xp) either
5787
5788         * gtk/gtkimmodule.c : make it compile even if GTK_LOCALEDIR is
5789         not defined
5790
5791         * tests/testfilechooser.c : recent GLib crashes on 
5792         g_print ("%s", NULL) so avoid this
5793
5794 2003-12-14  Tor Lillqvist  <tml@iki.fi>
5795
5796         * gdk/win32/gdkselection-win32.c: Calls to OpenClipboard() must be
5797         followed by calls to CloseClipboard(). Add a missing call to
5798         CloseClipboard(). Found by Adam Wright, fixes #104944. Use
5799         API_CALL macro in more places.
5800
5801 2003-12-14  Tor Lillqvist  <tml@iki.fi>
5802
5803         Merge from stable:
5804
5805         * gdk/gdkdisplaymanager.c: Mark default_display static.
5806
5807         * gdk/win32/gdkdnd-win32.c: Mark current_dest_drag static.
5808
5809         * gdk/win32/gdkkeys-win32.c: Disable some overly verbose debugging
5810         output.
5811
5812         * gdk/win32/gdkevents-win32.c: Clean up the debugging output from
5813         --gdk-debug=events. In general, output just one line of debugging
5814         output for each Windows message, plus one line for each GDK event
5815         generated. Indent all lines according to window procedure nesting
5816         level.
5817
5818         (inner_window_procedure): Rename from real_window_procedure.
5819
5820         (find_real_window_for_grabbed_mouse_event): Don't get misled when
5821         the point is in the non-client (decoration) area of the window
5822         returned by WindowFromPoint(). Return the root window in that
5823         case.
5824
5825         (build_pointer_event_state): Test also MK_XBUTTON1 and
5826         MK_XBUTTON2 (buttons 4 and 5).
5827
5828         (synthesize_enter_event): Track the mouse leaving the window in
5829         the event being generated, not the one mentioned in the Windows
5830         message.
5831
5832         (propagate): Test for NULL parent earlier. Improves event
5833         generation from a grabbed pointer. Part of fix for #107320.
5834
5835         (handle_stuff_while_moving_or_resizing): New function, to
5836         dispatch the main loop (once).
5837
5838         (resize_timer_proc): New function, set to be called by an inerval
5839         timer during resizes/moves. Calls handle_stuff_while_moving_or_resizing().
5840
5841         (gdk_event_translate): Drop unused return_exposes parameter.
5842
5843         Handle WM_XBUTTONDOWN and UP messages (buttons 4 and 5).
5844
5845         On WM_SYSKEYUP, generate a key release event also for just the Alt
5846         key.
5847
5848         On WM_MOUSELEAVE, generate a leave event of type
5849         GDK_NOTIFY_ANCESTOR (and not UNKNOWN) if the mouse left a
5850         top-level window, and left the app completely.
5851
5852         On WM_ENTERSIZEMOVE, set a flag, and start an interval timer that
5853         calls resize_timer_proc() at regular intervals. On
5854         WM_EXITSIZEMOVE, kill the timer.
5855
5856         On WM_WINDOWPOSCHANGED, generate a configure event if necessary,
5857         and dispatch the main loop (by calling
5858         handle_stuff_while_moving_or_resizing()). Fixes #99540, idea by
5859         Herman Bloggs.
5860
5861         * gdk/win32/gdkmain-win32.c (_gdk_win32_message_to_string): Handle
5862         also wintab messages.
5863
5864         * gdk/win32/gdkwindow-win32.c (gdk_window_set_skip_taskbar_hint):
5865         Instead of using WS_EX_TOOLWINDOW, implement by setting/unsetting
5866         the window's owner. Fixes #118093, reported by Maxime Romano.
5867
5868 Tue Dec  8 09:41:00 2003  Tim Evans  <t.evans@aranz.com>
5869
5870         * gdk/win32/gdkwindow-win32.[ch]: Implement
5871         gdk_window_set_icon_list() for Win32, with support for big and
5872         small icons and support for alpha-channel icons under Windows
5873         XP. Replaces the previous implementation of gdk_window_set_icon().
5874         (#128762)
5875         
5876 Sun Dec 14 01:28:23 2003  Matthias Clasen  <maclas@gmx.de>
5877
5878         * gdk/x11/gdkprivate-x11.h: 
5879         * gdk/x11/gdkx.h: 
5880         * gdk/x11/gdkevents-x11.c (gdk_x11_register_standard_event_type): 
5881         Rename from _gdk_x11_register_event_type(), added API docs.
5882         * gdk/x11/gdkinput-x11.c (_gdk_input_common_init): 
5883         * gdk/x11/gdkimage-x11.c (_gdk_windowing_image_init): Adjust
5884         all callers.  (#121471, Bill Haneman)
5885
5886 Sat Dec 13 23:37:50 2003  Matthias Clasen  <maclas@gmx.de>
5887
5888         * gdk/gdkdraw.c (gdk_draw_pixbuf): Document that the clip mask
5889         of gc is ignored.  (#101983, Sebastian Rittau)
5890
5891 Sat Dec 13 16:13:27 2003  Kristian Rietveld  <kris@gtk.org>
5892
5893         A trick for a faster treeview, step 1. Patch to short circuit
5894         _build_tree(), inspired by Jonathan (#80868).
5895
5896         * gtk/gtktreeview.c (gtk_tree_view_init): don't put _IS_LIST in
5897         flags by default,
5898         (gtk_tree_view_build_tree): don't even try to recurse when the
5899         model says that it is a list, remove flag unsetter,
5900         (gtk_tree_view_set_model): change flag setting logic.
5901
5902         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_get_flags):
5903         propagate whether or not the child model has _IS_LIST set.
5904
5905         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_get_flags):
5906         ditto.
5907
5908 Sat Dec 13 02:33:17 2003  Matthias Clasen  <maclas@gmx.de>
5909
5910         * gtk/gtkrange.c (gtk_range_scroll): Undo the last change, 
5911         since it broke logical keynav. 
5912         * gtk/gtkrange.c (range_get_scroll_for_grab): Fix stepper
5913         direction in inverted scrollbars here instead.
5914
5915 Sat Dec 13 00:39:24 2003  Matthias Clasen  <maclas@gmx.de>
5916
5917         * gtk/gtkviewport.c (viewport_set_hadjustment_values): Implement
5918         "gravity" for RTL mode in a better way: Keep the distance from 
5919         the upper end of the page to the upper bound constant. This also 
5920         fixes problems with the initial position of the viewport in RTL 
5921         mode.  (#129063)
5922         
5923 Fri Dec 12 21:00:12 2003  Kristian Rietveld  <kris@gtk.org>
5924
5925         Combo box flipping support.
5926
5927         * gtk/gtkcombobox.c (gtk_combo_box_menu_position),
5928         (gtk_combo_box_size_allocate): support RTL flipping (#126518,
5929         patch from Matthias Clasen),
5930         (gtk_combo_box_popup): fix popup window alignment if there's a
5931         cell view frame visible (#126518, patch from Semion Chichelnitsky).
5932
5933         * gtk/gtkcellview.c (gtk_cell_view_expose): support RTL flipping
5934         (#128348, patch from Semion Chichelnitsky).
5935
5936 Fri Dec 12 01:13:34 2003  Matthias Clasen  <maclas@gmx.de>
5937
5938         * examples/gtkdial/gtkdial.c:
5939         * examples/menu/menu.c:
5940         * examples/scribble-xinput/scribble-xinput.c:
5941         * examples/progressbar/progressbar.c:
5942         * docs/tutorial/gtk-tut.sgml: Remove deprecated functions
5943         in examples. (#129074, Olexiy Avramchenko)
5944         * examples/calendar/Makefile:
5945         * examples/rangewidgets/Makefile:
5946         * examples/menu/Makefile: Allow deprecated functions in
5947         examples which use deprecated widgets.
5948
5949 Fri Dec 12 00:43:16 2003  Matthias Clasen  <maclas@gmx.de>
5950
5951         * gdk/gdk.c (gdk_threads_set_lock_functions): 
5952         * gdk/x11/gdkspawn-x11.c: Add "Since: 2.4" to doc comments.
5953
5954 Fri Dec 12 00:05:31 2003  Matthias Clasen  <maclas@gmx.de>
5955
5956         * gtk/gtkrange.c (gtk_range_scroll): Fix direction of 
5957         steppers in inverted scrollbars.  (#129084, Olexiy Avramchenko)
5958
5959 Thu Dec 11 23:50:30 2003  Matthias Clasen  <maclas@gmx.de>
5960
5961         * gtk/gtknotebook.c (gtk_notebook_pages_allocate): Don't 
5962         unnecessarily reserve space for arrows in RTL mode.  (#129075,
5963         Semion Chichelnitsky)
5964
5965 Thu Dec 11 00:35:12 2003  Matthias Clasen  <maclas@gmx.de>
5966
5967         Changes to allow "no input" windows (#64613):
5968         
5969         * gdk/gdkwindow.h (struct _GdkWindowObject): Add a new boolean
5970         field accept_focus.
5971         
5972         * gdk/gdkwindow.h (gdk_window_set_accept_focus): New function to
5973         set it.
5974
5975         * gtk/gtkwindow.[hc]: Add a boolean property "accept_focus"
5976         and gtk_window_get_focus() and gtk_window_set_focus().
5977
5978         * gdk/win32/gdkwindow-win32.c (gdk_window_new): 
5979         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_new): 
5980         * gdk/x11/gdkwindow-x11.c (gdk_window_set_new):
5981         Initialize the accept_focus field to TRUE.
5982
5983         * gdk/win32/gdkwindow-win32.c (gdk_window_set_accept_focus): 
5984         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_set_accept_focus): 
5985         * gdk/x11/gdkwindow-x11.c (gdk_window_set_accept_focus): 
5986         Implementations for the various backends. The Win32 and linux-fb
5987         implementations set the accept_focus field, but don't use it yet 
5988         to actually implement noinput windows. The X implementation updates
5989         the WM_HINTS to select the globally active input model (see the
5990         ICCCM) if accept_focus is FALSE.
5991
5992         * gdk/x11/gdkevents-x11.c (gdk_wm_protocols_filter): Ignore the
5993         WM_TAKE_FOCUS message if accept_focus is FALSE.
5994         
5995 2003-12-10  Federico Mena Quintero  <federico@ximian.com>
5996
5997         * gtk/gtkfilechooserdefault.c (struct _GtkFileChooserDefault):
5998         Added toolbar items for the filter separator and the filter item.
5999         (toolbar_create): Add the filter widgets here.
6000         (filter_create): Renamed from create_filter().  Don't store the
6001         alignment in the impl structure, just return it.
6002         (toolbar_show_filters): New function.
6003         (gtk_file_chooser_default_add_filter): Use toolbar_show_filters().
6004         (gtk_file_chooser_default_remove_filter): Likewise.
6005         (gtk_file_chooser_default_constructor): Don't create the filter
6006         widget here.
6007         (struct _GtkFileChooserDefault): Added a field for a current
6008         folder label.
6009         (gtk_file_chooser_default_constructor): Create the folder label.
6010         (gtk_file_chooser_default_set_current_folder): Set the current
6011         folder label.
6012
6013         * tests/testfilechooser.c (main): Dramatically improved the
6014         usability of the extra widget through careful word choice.
6015
6016 2003-12-10  Mark McLoughlin  <mark@skynet.ie>
6017
6018         * gdk/gdk.h: include gdkspawn.h.
6019
6020 2003-12-10  Mark McLoughlin  <mark@skynet.ie>
6021
6022         * gdk/linux-fb/gdkspawn-fb.c,
6023           gdk/win32/gdkspawn-win32.c,
6024           gdk/x11/gdkspawn-x11.c: (gdk_spawn_command_line_on_screen):
6025         s/gdk_spawn/gdk_spawn_on_screen/.
6026
6027 2003-12-10  Mark McLoughlin  <mark@skynet.ie>
6028
6029         Utility functions for multi-screen applications which need
6030         to ensure launched applications appear on a certain screen.
6031         See bug #95897.
6032         
6033         * gdk/gdkspawn.h: header for multi-screen launching
6034         support.
6035         
6036         * gdk/Makefile.am: install gdkspawn.h.
6037         
6038         * gdk/x11/Makefile.am:
6039         * gdk/x11/gdkspawn-x11.c:
6040         (gdk_spawn_make_environment_for_screen): private function
6041         to create an environment vector with DISPLAY set appropriately
6042         for the screen.
6043         (gdk_spawn_on_screen): multi-screen version of g_spawn_async().
6044         (gdk_spawn_on_screen_with_pipes): version of g_spawn_async_with_pipes().
6045         (gdk_spawn_command_line_on_screen): version of g_spawn_command_line_async().
6046         
6047         * gdk/linux-fb/Makefile.am,
6048           gdk/linux-fb/gdkspawn-fb.c: linux-fb impl.
6049         
6050         * gdk/win32/Makefile.am,
6051           gdk/win32/gdkspawn-win32.c: win32 impl.
6052
6053 2003-12-09  Federico Mena Quintero  <federico@ximian.com>
6054
6055         * gtk/gtkfilechooserdefault.c (shortcuts_append_home): Use "Home"
6056         rather than "Username's Home" (#125964).
6057         (shortcuts_selection_changed_cb): New callback, check the
6058         sensitivity of the Remove Bookmark button at the right time.
6059         (shortcuts_row_activated_cb): It is not necessary to check the
6060         sensitivity here.
6061
6062 Wed Dec 10 00:06:24 2003  Matthias Clasen  <maclas@gmx.de>
6063
6064         Improve the GDK API for dealing with group leaders (#119375):
6065         
6066         * gdk/gdkwindow.h: 
6067         * gdk/x11/gdkwindow-x11.c (gdk_window_get_group): New function to 
6068         get the group leader of a toplevel window as a GdkWindow.
6069
6070         * gdk/gdkdisplay.h: 
6071         * gdk/x11/gdkdisplay-x11.c (gdk_display_get_default_group): New 
6072         function to get the default group leader as a GdkWindow.
6073
6074         * gdk/x11/gdkdisplay-x11.h (struct _GdkDisplayX11): Add a field for
6075         the GdkWindow of the default group leader.
6076         
6077         * gdk/x11/gdkdisplay-x11.c (gdk_display_open): Construct the GdkWindow
6078         for the default group leader.
6079
6080 2003-12-09  Noah Levitt  <nlevitt@columbia.edu>
6081
6082         * gdk/gdkkeysyms.h:
6083         * gdk/gdkkeyuni.c: Add keysyms Ukrainian_ghe_with_upturn,
6084         Ukrainian_GHE_WITH_UPTURN. (#128529)
6085
6086 2003-12-08  Jan Arne Petersen  <jpetersen@uni-bonn.de>
6087
6088         * gtk/gtkfilechooserdefault.c:
6089         (gtk_file_chooser_default_get_paths), (entry_activate): Use the
6090         behavior of the GtkFileSelection to determine selected paths in
6091         single selected, GTK_FILE_CHOOSER_ACTION_SAVE mode.
6092
6093 2003-12-08  Federico Mena Quintero  <federico@ximian.com>
6094
6095         * gtk/gtkfilechooserdefault.c
6096         (gtk_file_chooser_default_get_paths): Don't declare the closure
6097         struct twice.
6098         (get_paths_foreach): Likewise.
6099
6100 Tue Dec  9 00:12:36 2003  Matthias Clasen  <maclas@gmx.de>
6101
6102         * gtk/gtkfilesystemwin32.[hc]: s/Unix/Win32/g. 
6103
6104 2003-12-08  Tor Lillqvist  <tml@iki.fi>
6105
6106         * gdk/win32/gdkdisplay-win32.c: Use <multimon.h> when compiling
6107         with MSVC and old headers. (#126933, John Ehresman)
6108
6109 Mon Dec  8 10:54:44 2003  Owen Taylor  <otaylor@redhat.com>
6110          
6111         * === Released 2.3.1 ===
6112
6113         * NEWS: Updates for 2.3.1
6114
6115         * configure.in: Version 2.3.1, interface age 0, binary age 301.
6116
6117         * gtk/gtkmenuitem.c (gtk_menu_item_can_activate_accel):
6118         Rename from gtk_menu_item_real_can_activate_accel() to
6119         match GTK+ convention, improve comment.
6120
6121         * gtk/gtkwidget.c: Document gtk_widget_can_activate_accel(),
6122         can ::can-activate-accel signal.
6123
6124         * gtk/gtkwidget.c (closure_accel_activate): Fix spelling
6125         in comment.
6126
6127         * gtk/gtkmenu.c (gtk_menu_real_can_activate_accel): Clean 
6128         up comment.
6129         
6130         * gtk/gtkcellview{,menuitem}.[ch]: Move GET_PRIVATE() macros
6131         into the .c file.
6132
6133 Mon Dec  8 12:09:21 2003  Owen Taylor  <otaylor@redhat.com>
6134
6135         * gtk/gtkicontheme.c (find_builtin_icon): Fix a
6136         missing 'else'. (#128816, Jorn Baayen)
6137
6138 2003-12-02  Michael Meeks  <michael@ximian.com>
6139
6140         Based on a patch by Martin Kretzschmar; #122448
6141         
6142         * gdk/gdk.h: new gdk_threads_lock, gdk_threads_unlock, point to
6143         implementation of GDK_THREADS_ENTER / GDK_THREADS_LEAVE.
6144         (GDK_THREADS_ENTER, GDK_THREADS_LEAVE): use gdk_threads_[un]lock
6145         function pointers. Deprecate the global gdk_threads_mutex variable.
6146         
6147         * gdk/gdk.c (gdk_threads_impl_lock, gdk_threads_impl_unlock): new,
6148         extracted from GTK_THREADS_ENTER/LEAVE macros.
6149         (gdk_threads_init): init gtk_threads_[un]lock if not set.
6150         (gdk_threads_set_lock_functions): impl.
6151
6152         * gdk/gdkglobals.c: add definitions of gdk_threads_[un]lock.
6153
6154 Sun Dec  7 23:45:40 2003  Matthias Clasen  <maclas@gmx.de>
6155
6156         * gtk/gtkicontheme.c (gtk_icon_theme_has_icon): Don't crash if
6157         icon_theme_builtin_icons hasn't been initialized.  (#128726, Diego
6158         Gonzalez)
6159
6160 2003-12-07  Tor Lillqvist  <tml@iki.fi>
6161
6162         * gdk/win32/gdkwindow-win32.c (gdk_window_set_icon): Don't use the
6163         return value from SendMessage(WM_SETICON). That is the old
6164         icon. Fixes GDI resource leak. (#128559, Tim Evans)
6165
6166         * gdk/win32/gdkevents-win32.c (gdk_pointer_grab): If we already
6167         have a pointer grab active with a grab cursor set, destroy that
6168         cursor to avoid a GDI resource leak. (#128410, Tim Evans)
6169
6170 2003-12-05  Paisa Seeluangsawat  <paisa@users.sf.net>
6171
6172         * configure.in: Added Thai (th) to ALL_LINGUAS.
6173
6174 Sat Dec  6 01:42:04 2003  Matthias Clasen  <maclas@gmx.de>
6175
6176         * gtk/gtkalignment.c (gtk_alignment_size_allocate): Implement
6177         RTL flipping for GtkAlignment.  (#127585)
6178
6179 Sat Dec  6 01:13:09 2003  Matthias Clasen  <maclas@gmx.de>
6180
6181         * gtk/gtkcombo.c (gtk_combo_get_pos): Fix the position of the 
6182         popup window when in RTL mode.  (#127578)
6183
6184 Fri Dec  5 15:30:16 2003  Manish Singh  <yosh@gimp.org>
6185
6186         * gtk/gtkaccelgroup.c (quick_accel_find): Applied patch from
6187         Ross McFarland <rwmcfa1@neces.com>, initialize *count_p to 0
6188         before doing anything to prevent garbage returns.
6189
6190 Sat Dec  6 00:23:46 2003  Matthias Clasen  <maclas@gmx.de>
6191
6192         * gtk/gtkviewport.c: Implement RTL flipping for 
6193         GtkViewport: Adjust the "gravity" when resizing
6194         This is a bit flickery in RTL mode.  (#107526)
6195
6196 Sat Dec  6 00:22:14 2003  Matthias Clasen  <maclas@gmx.de>
6197
6198         * gtk/gtkscrolledwindow.c: Implement RTL flipping for 
6199         GtkScrolledWindow: the vertical scrollbar shows up on the left
6200         side in RTL mode.  (#107526)
6201
6202 Fri Dec  5 01:58:33 2003  Matthias Clasen  <maclas@gmx.de>
6203
6204         * gtk/gtknotebook.c: Implement RTL flipping for GtkNotebook:
6205         tabs displayed at the top/bottom are rearranged, and tabs on
6206         the left/right are displayed at the opposite edge.  (#96630)
6207
6208 2003-12-04  Mark McLoughlin  <mark@skynet.ie>
6209
6210         * gtk/gtklabel.c: (gtk_label_set_attributes_internal): Allow
6211         gtk_label_set_attributes() take NULL. See bug #128517.
6212
6213 2003-12-03  Federico Mena Quintero  <federico@ximian.com>
6214
6215         * gtk/gtkfilechooserentry.c (struct _GtkFileChooserEntry): Removed
6216         the in_change flag.
6217         (completion_idle_callback): Use a temporary list store and re-set
6218         it on the completion rather than modifying the old one.  We are
6219         re-reading the folder anyway, and this gets rid of non-atomicity
6220         problems.
6221
6222 2003-12-01  Federico Mena Quintero  <federico@ximian.com>
6223
6224         Decouple impl->current_folder from the selection in the folder
6225         tree.  This is so that going to /home/federico/.foo (e.g. from a
6226         bookmark) will work even if show_hidden == FALSE.  The folder tree
6227         needs to be fixed in this case to show such folders explicitly.
6228
6229         * gtk/gtkfilechooserdefault.c
6230         (gtk_file_chooser_default_set_current_folder): When changing
6231         folders, do the entry and list model work here, instead of
6232         tree_selection_changed().
6233         (struct _GtkFileChooserDefault): Added a changing_folder flag
6234         again, dum de dum.
6235         (tree_selection_changed): Use _gtk_file_chooser_set_current_folder_path().
6236
6237 Tue Dec  2 01:01:54 2003  Matthias Clasen  <maclas@gmx.de>
6238
6239         * gtk/gtkiconfactory.h: Remove duplicate declaration of 
6240         gtk_icon_source_set_icon_name().  (#Jeff Franks, #128269)
6241
6242 2003-12-01  Federico Mena Quintero  <federico@ximian.com>
6243
6244         Patch from Hans-Petter Jansson <hpj@ximian.com> to align the
6245         bookmarks buttons with the location entry.
6246
6247         * gtk/gtkfilechooserdefault.c
6248         (gtk_file_chooser_default_constructor): Use a GtkSizeGroup for the
6249         bookmarks buttons and the location entry.
6250
6251 2003-12-01  Federico Mena Quintero  <federico@ximian.com>
6252
6253         * gtk/gtkfilechooserdefault.c (create_shortcuts_tree): Set the
6254         shortcuts tree as a drag destination.
6255         (shortcuts_drag_data_received_cb): New callback.
6256         (get_file_info): Also fetch information on whether the file is a folder.
6257         (add_bookmark_button_clicked_cb): Use error_could_not_add_bookmark_dialog().
6258         (error_could_not_add_bookmark_dialog): New function.
6259         (shortcuts_add_bookmark_from_path): New helper function.
6260         (add_bookmark_button_clicked_cb): Use shortcuts_add_bookmark_from_path().
6261         (shortcuts_row_activated): We no longer need the changing_folder flag.
6262         (struct _GtkFileChooserDefault): Likewise.
6263
6264 Sun Nov 30 17:31:32 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6265
6266         * gtk/gtktoolbar.c (slide_idle_handler): return TRUE if there are
6267         disappearing placeholders that are still visible.
6268
6269         * gtk/gtktoolbar.c: formatting fixes
6270
6271         * gtk/gtktoolbar.c (struct _ToolbarContent): new bit:
6272         disappearing, for placeholders that are going to disappear.
6273
6274         * gtk/gtktoolbar.c (get_item_size): return 0 for disappearing placeholders
6275
6276 Sat Nov 29 00:55:28 2003  Jonathan Blandford  <jrb@gnome.org>
6277
6278         * gtk/gtktreeview.c (gtk_tree_view_new_column_width): 
6279         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_realize_button):
6280         Patch from <chinen@jp.ibm.com> to handle RTL support for column
6281         resizers, #127874
6282
6283 Fri Nov 28 00:26:24 2003  Matthias Clasen  <maclas@gmx.de>
6284
6285         * gtk/gtkfilesystemmodel.c (gtk_file_system_model_finalize): 
6286         Don't use freed memory.  (#127698, Taavi Talvik) 
6287
6288 Fri Nov 28 00:09:10 2003  Matthias Clasen  <maclas@gmx.de>
6289
6290         * gtk/gtkfilechooserentry.c: Remove debug g_print()s. 
6291
6292 Thu Nov 27 22:17:50 2003  Matthias Clasen  <maclas@gmx.de>
6293
6294         * gtk/gtkuimanager.c: Remove debug define.
6295
6296 Thu Nov 27 16:19:03 2003  Tim Janik  <timj@gtk.org>
6297
6298         * gtk/gtkmenu.c: allow accel activation depending on sensitivity
6299         and the attach widget.
6300
6301         * gtk/gtkmenuitem.c: allow accel activation depending on visibility,
6302         sensitivity and the parent menu.
6303
6304         * gtk/gtkwidget.[hc]: introduced ::can-activate-accel signal which
6305         checks whether accelerators may activate a widget. the default handler
6306         demands the widget be sensitive and visible+viewable.
6307
6308         * gtk/gtkaccelgroup.[hc]: export gtk_accel_group_activate().
6309
6310 Tue Nov 25 00:10:05 2003  Matthias Clasen  <maclas@gmx.de>
6311
6312         * gtk/gtkuimanager.c (update_node): Don't show accelerators in
6313         popup menus.  (#127227)
6314
6315 Mon Nov 24 13:47:39 GMT 2003  Tony Gale <gale@gtk.org>
6316
6317         * docs/faq/gtk-faq.sgml: start 2.x Section 4 updates
6318
6319 Mon Nov 24 04:05:15 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6320
6321         * gtk/gtkradiotoolbutton.[ch]
6322         (gtk_radio_tool_button_new_from_widget): Make this function take a
6323         GtkRadioToolButton instead of a GtkWidget. (#127729, Murray
6324         Cumming)
6325
6326 Mon Nov 24 02:34:00 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6327
6328         * gtk/gtktoolbar.c: remove variables in_dnd and leaving_dnd
6329
6330 Mon Nov 24 02:19:33 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6331
6332         * gtk/gtktoolbar.c: remove variable
6333         n_overflowed_menu_items_when_dnd_started
6334
6335 Mon Nov 24 01:47:10 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6336
6337         Rework sliding algorithm.
6338         - No more weird jumping when items are dragged off and added to
6339         the toolbar,
6340         - More natural item movement
6341
6342         * gtk/gtktoolbar.c (gtk_toolbar_size_allocate): Many changes. This
6343         function is now responsible for calculating intermediate positions
6344         during item sliding. It is also responsible for starting sliding
6345         if items disappear.  Also turn off expanding when there is an
6346         overflow menu.
6347         (gtk_toolbar_begin_sliding, stop_sliding): New functions.
6348         (slide_idle_handler): New function. All the sliding is now done by
6349         gtk_toolbar_size_allocate(), so the idle handler now just checks
6350         if there is more sliding to be done.
6351         (compute_intermediate_allocation, position): new functions
6352         calculating intermediate steps in the slide animations. The new
6353         animation algorithm uses a constant speed instead of a constant
6354         must-be-finished-within time.
6355         (struct _ToolbarContent): use 
6356         GtkAllocation goal_allocation; and 
6357         GtkAllocation start_allocation; instead of 
6358         gint start/goal_width;
6359
6360         * gtk/gtktoolitem.c (gtk_tool_item_set_tooltip): fix typo in
6361         documentation
6362
6363 Sun Nov 23 22:26:25 2003  Matthias Clasen  <maclas@gmx.de>
6364
6365         * gtk/gtktooltips.c (gtk_tooltips_draw_tips): Make tooltip 
6366         positioning Xinerama-aware.  (#127332)
6367
6368 Fri Nov 21 01:57:21 2003  Matthias Clasen  <maclas@gmx.de>
6369
6370         * gdk/x11/gdkscreen-x11.c (init_xinerama_support): Make monitor
6371         boundaries visible in fake Xinerama mode.
6372
6373 Thu Nov 20 15:41:56 2003  Manish Singh  <yosh@gimp.org>
6374
6375         * gtk/gtkmenu.c (gtk_menu_set_tearoff_state): cast to GTK_WIDGET()
6376         for the gtk_widget_hide() call.
6377
6378 Thu Nov 20 14:51:41 2003  Jonathan Blandford  <jrb@redhat.com>
6379
6380         * gtk/gtktreedatalist.c (gtk_tree_data_list_compare_func): Patch
6381         from David Hampton to fix sorting on booleans.
6382
6383 Thu Nov 20 15:48:03 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6384
6385         * gtk/gtksocket.c (gtk_socket_focus): Use gtk_widget_is_focus()
6386         instead of GTK_WIDGET_HAS_FOCUS. (#122327, Owen Taylor. Reported
6387         by Frederic Crozat).
6388
6389 Thu Nov 20 13:10:29 GMT 2003  Tony Gale <gale@gtk.org>
6390
6391         * docs/faq/gtk-faq.sgml: Update Section 3 to 2.x
6392
6393 2003-11-19  Federico Mena Quintero  <federico@ximian.com>
6394
6395         Fixes to problems reported by Iain Holmes:
6396
6397         * gtk/gtkfilechooserdefault.c (shortcuts_append_desktop): Do not
6398         throw up an error dialog if the desktop doesn't exist.
6399         (error_message): Handle the case where there is no real toplevel
6400
6401         yet.
6402         (list_model_filter_func): Always let folders pass through (patch
6403         by Dave Malcolm).
6404
6405 Wed Nov 19 23:19:23 2003  Kristian Rietveld  <kris@gtk.org>
6406
6407         * gtk/gtkcombobox.[ch] (gtk_combo_box_scroll_event): move function
6408         to a somewhat more logical place,
6409         (gtk_combo_box_remove_text): New function (#125262, Owen Taylor).
6410
6411 Wed Nov 19 22:15:01 2003  Kristian Rietveld  <kris@gtk.org>
6412
6413         * gtk/gtkentry.c (gtk_entry_completion_timeout): always resize
6414         the popup when it is visible, popdown when there are less chars
6415         than the minimum key length in the entry,
6416         (gtk_entry_completion_changed): popdown when the entry is empty.
6417
6418         * gtk/gtkentrycompletion.c (gtk_entry_completion_init): set the
6419         size request of the vscrollbar to (-1, 0), to get a nicely sized
6420         completion treeview (Fixes #126573, reported by Piers Cornwell),
6421         (_gtk_entry_completion_resize_popup): show/hide the action_view
6422         based on items.
6423
6424 2003-11-19  Federico Mena Quintero  <federico@ximian.com>
6425
6426         * gtk/gtkfilechooserdialog.c (gtk_file_chooser_dialog_init): Turn
6427         off the dialog's separator (thanks to Iain Holmes).
6428
6429 Wed Nov 19 18:15:00 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6430
6431         * gtk/gtkmenu.c (DEFAULT_POPUP_DELAY): set to 200 instead of 225
6432         * gtk/gtkmenuitem.c (get_minimum_width): Impose a minimum width
6433         on items that have a submenu. (#120104).
6434
6435 Wed Nov 19 18:11:08 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6436
6437         * gtk/gtktoolbar.c (struct _ToolbarContent): Add a new
6438         "ItemState" field indicating the overflowed-ness etc. of the item.
6439         (gtk_toolbar_size_allocate): update the field here.
6440
6441 2003-11-19  Federico Mena Quintero  <federico@ximian.com>
6442
6443         * gtk/gtkfilechooserdefault.c (create_filter): Don't add padding
6444         to the alignment.  Use the HIG-specified spacing between the
6445         filter label and the combo.
6446         (create_filename_entry): Use HIG-specified spacing between the
6447         location label and the entry.
6448         (gtk_file_chooser_default_constructor): Don't use vertical padding
6449         around the filename entry.
6450
6451 2003-11-19  Federico Mena Quintero  <federico@ximian.com>
6452
6453         * gtk/gtkfilesystem.h (struct _GtkFileSystemIface): Added a
6454         render_icon virtual method.
6455
6456         * gtk/gtkfilesystem.c (gtk_file_system_render_icon): New function.
6457
6458         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_render_icon):
6459         Implement as a stub for now.
6460
6461         * gtk/gtkfilechooserdefault.c (shortcuts_insert_path): Use
6462         gtk_file_system_render_icon().
6463         (list_icon_data_func): Likewise.
6464         (toolbar_create): Set the toolbar style to icons only.
6465
6466         * gtk/gtkfilechooser.c (gtk_file_chooser_add_shortcut_folder_uri):
6467         Fix doc comments.
6468
6469 Wed Nov 19 02:18:37 2003  Matthias Clasen  <maclas@gmx.de>
6470
6471         * gtk/gtkmenu.c (gtk_menu_set_tearoff_state): Call 
6472         gtk_widget_hide(menu) when reattaching the menu.  (#126057) 
6473
6474 Wed Nov 19 00:06:04 2003  Kristian Rietveld  <kris@gtk.org>
6475
6476         * gtk/gtkentrycompletion.c (gtk_entry_completion_selection_changed):
6477         only unselect all items if the treeview has focus. (Fixes bug
6478         reported by Marco Pesenti Gritti).
6479
6480 Tue Nov 18 22:26:30 2003  Kristian Rietveld  <kris@gtk.org>
6481
6482         * gtk/gtkentry.c (gtk_entry_completion_key_press): the total
6483         number of actions is "matches + actions - 1". (Fixes #126572).
6484
6485 Tue Nov 18 21:05:05 2003  Christian Persch  <chp@cvs.gnome.org>
6486
6487         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_row_inserted): fix
6488         mem leaks (#119435).
6489
6490 Tue Nov 18 20:51:38 2003  Kristian Rietveld  <kris@gtk.org>
6491
6492         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_row_deleted): don't
6493         try to fetch the child back, since we do know that it is already
6494         gone by now (#126493, Marco Pesenti Gritti).
6495
6496 Tue Nov 18 19:47:59 2003  Kristian Rietveld  <kris@gtk.org>
6497
6498         Fixes based on comments from Owen Taylor, #125264.
6499
6500         * gtk/gtkcellview.[ch] (gtk_cell_view_finalize): remove unused
6501         variable,
6502         (gtk_cell_view_set_value), (gtk_cell_view_set_displayed_model): queue
6503         a resize,
6504         (gtk_cell_view_get_size_of_row): new function,
6505         (gtk_cell_view_set_value), (gtk_cell_view_set_valuesv),
6506         (gtk_cell_view_set_values), (gtk_cell_view_set_model),
6507         (gtk_cell_view_set_displayed_row), (gtk_cell_view_get_displayed_row):
6508         s/cellview/cell_view/ in the function definitions, so they match
6509         with the header file.
6510
6511         * gtk/gtkcombobox.c (gtk_combo_box_remeasure): remove the resize
6512         flag again (:, and use gtk_cell_view_get_size_of_row instead of
6513         the measurer, remove _set_size_request call,
6514         (gtk_combo_box_calc_requested_width): use gtk_cell_view_get_size_of_row
6515         instead of the measurer,
6516         (gtk_combo_box_style_set): queue a resize,
6517         (gtk_combo_box_size_request): update of _remeasure call,
6518         (gtk_combo_box_init), (gtk_combo_box_cell_layout_pack_start),
6519         (gtk_combo_box_cell_layout_pack_end),
6520         (gtk_combo_box_cell_layout_clear),
6521         (gtk_combo_box_set_model): get rid of the measurer,
6522         (gtk_combo_box_cell_layout_add_attribute),
6523         (gtk_combo_box_cell_layout_set_cell_data_func),
6524         (gtk_combo_box_cell_layout_clear_attributes): ditto and queue a
6525         resize instead of calling _remeasure.
6526
6527 Mon Nov 17 16:25:04 2003  Manish Singh <yosh@gimp.org>
6528
6529         * gdk-pixbuf/Makefile.am
6530         * modules/input/Makefile.am: Use install-data-hook for
6531         gdk-pixbuf.loaders and gtk.immodules install generation targets.
6532         Fixes #112806.
6533
6534         * gtk/gtkexpander.h: Apply missing declarations from #124449.
6535
6536 Tue Nov 18 00:12:55 2003  Matthias Clasen  <maclas@gmx.de>
6537
6538         Fix for #119555, Peter Zelezny:
6539         
6540         * gdk/gdkdrawable.h: Declare gdk_drawable_copy_to_image.
6541         * gdk/gdkdraw.c (gdk_drawable_copy_to_image): Make public
6542         by removing the _ prefix. 
6543         * gdk/gdkdraw.c, gdk/gdkpixbuf-drawable.c, gdk/gdkpixmap.c, 
6544         gdk/gdkwindow.c: Adjust all callers.
6545
6546 Mon Nov 17 23:36:02 2003  Matthias Clasen  <maclas@gmx.de>
6547
6548         * gtk/gtkaction.c (gtk_action_activate): Only activate if 
6549         the action is sensitive.  (#127187, Christian Persch)
6550
6551 Mon Nov 17 23:23:49 2003  Matthias Clasen  <maclas@gmx.de>
6552
6553         * gtk/gtkcombobox.c: Add mouse wheel support.  (#126517)
6554
6555 Mon Nov 17 22:56:09 2003  Kristian Rietveld  <kris@gtk.org>
6556
6557         * gtk/gtkentryprivate.h: add _gtk_entry_completion_resize_popup.
6558
6559         * gtk/gtkentry.c (gtk_entry_completion_timeout): popup when not
6560         mapped, else resize_popup.
6561
6562         * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup),
6563         (_gtk_entry_completion_popup): moved all popup resizing code to
6564         _gtk_entry_completion_resize_popup, and show the window when there
6565         are more than zero items in the completion list again (sigh).
6566
6567 2003-11-17  Mark McLoughlin  <mark@skynet.ie>
6568
6569         Patch from Jaiserca <jaiserca@inf.upv.es> to add a
6570         "use_markup" property. See bug #124449.
6571
6572         * gtk/gtkexpander.c:
6573         (gtk_expander_class_init),
6574         (gtk_expander_init), (gtk_expander_set_property),
6575         (gtk_expander_get_property), (gtk_expander_set_label),
6576         (gtk_expander_set_use_markup),  (gtk_expander_get_use_markup):
6577         Add a "use_markup" property and use it when creating the
6578         child label.
6579
6580 Mon Nov 17 12:58:32 2003  Kristian Rietveld  <kris@gtk.org>
6581
6582         Temporary size requisition fix. Will fix it for real tonight.
6583
6584         * gtk/gtkcombobox.c (gtk_combo_box_remeasure): add a resize flag,
6585         (gtk_combo_box_size_request): use gtk_combo_box_remeasure to determine
6586         a good width for the child,
6587         (gtk_combo_box_cell_layout_add_attribute),
6588         (gtk_combo_box_set_cell_data_func),
6589         (gtk_combo_box_cell_layout_clear_attributes): update.
6590
6591 Mon Nov 17 00:11:21 2003  Kristian Rietveld  <kris@gtk.org>
6592
6593         Fixes #124373, Murray Cumming.
6594
6595         * gtk/gtkcombobox.[ch] (gtk_combo_box_class_init): the model property
6596         is no longer construct only,
6597         (gtk_combo_box_unset_model), (gtk_combo_box_set_model_internal),
6598         (gtk_combo_box_menu_fill): new functions,
6599         (gtk_combo_box_menu_setup), (gtk_combo_box_menu_destroy),
6600         (gtk_combo_box_menu_row_*), (gtk_combo_box_list_setup),
6601         (gtk_combo_box_list_destroy): updated,
6602         (gtk_combo_box_new), (gtk_combo_box_new_with_model): new/changed
6603         functions,
6604         (gtk_combo_box_set_model): is now public, updated,
6605         (gtk_combo_box_get_model): small update.
6606
6607         * gtk/gtkcomboboxentry.[ch] (gtk_combo_box_entry_class_init): the
6608         text_column property is no longer construct only,
6609         (gtk_combo_box_entry_set_text_column): now public,
6610         (gtk_combo_box_entry_new), (gtk_combo_box_entry_new_with_model):
6611         new/changed functions.
6612
6613         * tests/testcombo.c: updated.
6614
6615 Sun Nov 16 22:50:58 2003  Matthias Clasen  <maclas@gmx.de>
6616
6617         Reinstate fixes for (#124212, Marco Pesenti Gritti):
6618         
6619         * gtk/gtkuimanager.c (update_smart_separators): Don't spit 
6620         warnings for popups.
6621         (_gtk_menu_is_empty): Return FALSE for non-menus.
6622
6623 Sun Nov 16 21:48:40 2003  Kristian Rietveld  <kris@gtk.org>
6624
6625         * gtk/gtkcellview.c (gtk_cell_view_finalize): just call
6626         gtk_cell_view_cell_layout_clear instead of trying to free the
6627         structure ourselves here. (#125726, Morten Welinder).
6628
6629 Sun Nov 16 00:35:29 2003  Matthias Clasen  <maclas@gmx.de>
6630
6631         * gtk/gtkfilechooser.[hc]: 
6632         * gtk/gtkentrycompletion.h: Fix parameter name mismatches which
6633         confuse gtk-doc.
6634
6635 2003-11-15  Hans Breuer  <hans@breuer.org>
6636
6637         * gdk/makefile.msc gdk/gdk.def 
6638             gtk/gtk.def gtk/makefile.msc.in : updated
6639         * tests/makefile.msc : added all the new tests
6640
6641         * gtk/gtkfilefilter.c(finalize) : initialize filter
6642         from object not from itself
6643
6644         * gtk/gtkfilesystemwin32.[hc] : copied from gtkfilesystemunix.[hc]
6645         modified as less as posible to have aworking implementation
6646         on win32. There maybe the desire to merge the unchanged pats into
6647         a common base class.
6648         Also implemented a simple glib based bookmark handling, which
6649         is currently missing in gtkfilesystemunix.[hc] but can be copied
6650         over there.
6651         * gtk/gtkfilechooserwidget.c : conditional include gtkfilesystemwin32.h
6652
6653         * gdk/win32/gdkwindow-win32.c : implement 
6654         gdk_window_set_keep_above() and gdk_window_set_keep_below()
6655
6656         * tests/testmerge.c : don't include unistd.h unconditionally,
6657         #define STDOUT_FILENO if it isn't defined
6658
6659         * tests/testfilechooser.c : make it compile on win32
6660
6661 2003-11-15  Tor Lillqvist  <tml@iki.fi>
6662
6663         * gdk/win32/gdkwindow-win32.c (gdk_window_focus): If the window is
6664         maximized, use SW_SHOWMAXIMIZED. (#126986, John Ehresman)
6665
6666 Thu Nov 13 12:55:29 GMT 2003  Tony Gale <gale@gtk.org>
6667
6668         * docs/faq/gtk-faq.sgml: Update the rest of Section 2
6669
6670 Thu Nov 13 01:46:32 2003  Matthias Clasen  <maclas@gmx.de>
6671
6672         * gtk/gtkicontheme.c (gtk_icon_theme_init): Use 
6673         GTK_DATADIR/{icons,pixmaps} instead of 
6674         GTK_DATA_PREFIX/{icons,pixmaps}.  (#123365, Marco Pesenti Gritti)
6675
6676 Wed Nov 12 21:40:10 2003  Matthias Clasen  <maclas@gmx.de>
6677
6678         Changes to improve menu positioning on Xinerama (#108328, #126150):
6679         
6680         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu): Use the event 
6681         window of the menuitem to determine the monitor. This fixes some
6682
6683         * gtk/gtkmenu.c (struct _GtkMenuPrivate): Add a menu_num field
6684         to store the monitor on which the menu is to be positioned.
6685
6686         * gtk/gtkmenu.[hc] (gtk_menu_position): Store the monitor number
6687         in the GtkMenuPrivate struct and fetch the monitor geometry after
6688         calling the position_func, in case it has been changed.
6689
6690         * gtk/gtkmenu.c (gtk_menu_set_monitor): New function 
6691         to be used in GtkMenuPositionFunc implementations for setting
6692         the monitor_num field in GtkMenuPrivate.
6693
6694         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu): Call 
6695         gtk_menu_set_monitor.
6696
6697 Wed Nov 12 21:00:10 2003  Matthias Clasen  <maclas@gmx.de>
6698
6699         * gtk/gtkinputdialog.c (gtk_input_dialog_init): Clarify the
6700         label for the empty list. String change.  (#95446, Tomas Ã–gren)
6701
6702 Wed Nov 12 20:57:50 2003  Matthias Clasen  <maclas@gmx.de>
6703
6704         * gtk/gtkicontheme.h (enum GtkIconLookupFlags): Correct
6705         the definition of the values.  (#123361, Marco Pesenti Gritti)
6706
6707 Wed Nov 12 20:54:02 2003  Matthias Clasen  <maclas@gmx.de>
6708
6709         * gdk/gdkkeyuni.c: Map KP_Separator to ','.
6710         (#122941, Egmont Koblinger)
6711
6712 2003-11-12  Padraig O'Briain  <padraig.obriain@sun.com>
6713
6714         *gtk/gtkcolorsel.c (gtk_color_selection_init): Add tooltip for
6715         opacity entry widget. Change tooltip for opacity widgets. (#126426)
6716
6717 2003-11-12  Padraig O'Briain  <padraig.obriain@sun.com>
6718
6719         * gtk/gtkmenu.c (gtk_menu_popup): Do not let pointer position
6720         affect window menu position when popped from keyboard. (#102660)
6721
6722 Wed Nov 12 01:29:32 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6723
6724         * gtk/gtktoolbar.c (gtk_toolbar_internal_insert_element): When we
6725         are using the old API, make all items "is_important". That way
6726         BOTH_HORIZ will continue to show both icon and label in old API
6727         mode.
6728
6729 Mon Nov 10 00:40:41 2003  Matthias Clasen  <maclas@gmx.de>
6730
6731         * gtk/gtkeventbox.c (gtk_event_box_set_above_child): 
6732         Remember the new value in all cases.  (#126276, Damon Chaplin)
6733
6734 Sat Nov  8 23:06:02 2003  Matthias Clasen  <maclas@gmx.de>
6735
6736         * demos/gtk-demo/main.c (row_activated_cb): Call the do_
6737         functions with the toplevel as argument.
6738
6739         * demos/gtk-demo/geninclude.pl.in: Change the signature
6740         of GDoDemoFunc to take a widget argument
6741
6742         * demos/gtk-demo/ui_manager.c (do_ui_manager): 
6743         * demos/gtk-demo/tree_store.c (do_tree_store): 
6744         * demos/gtk-demo/textview.c (do_textview): 
6745         * demos/gtk-demo/stock_browser.c (do_stock_browser): 
6746         * demos/gtk-demo/sizegroup.c (do_sizegroup): 
6747         * demos/gtk-demo/pixbufs.c (do_pixbufs): 
6748         * demos/gtk-demo/panes.c (do_panes): 
6749         * demos/gtk-demo/menus.c (do_menus): 
6750         * demos/gtk-demo/list_store.c (do_list_store): 
6751         * demos/gtk-demo/images.c (do_images): 
6752         * demos/gtk-demo/hypertext.c (do_hypertext): 
6753         * demos/gtk-demo/editable_cells.c (do_editable_cells): 
6754         * demos/gtk-demo/drawingarea.c (do_drawingarea): 
6755         * demos/gtk-demo/dialog.c (do_dialog): 
6756         * demos/gtk-demo/colorsel.c (do_colorsel): 
6757         * demos/gtk-demo/changedisplay.c (do_changedisplay): 
6758         * demos/gtk-demo/button_box.c (do_button_box): 
6759         * demos/gtk-demo/appwindow.c (do_appwindow): Take a widget
6760         as argument, and make new windows or dialogs appear on the
6761         same screen.  (#80388)
6762
6763 Sat Nov  8 21:59:30 2003  Matthias Clasen  <maclas@gmx.de>
6764
6765         * gtk/gtkeventbox.c (gtk_event_box_class_init): Let 
6766         visible-window default to TRUE, as documented and 
6767         implemented. (#126270 Damon Chaplin)
6768
6769 Sat Nov  8 01:50:17 2003  Matthias Clasen  <maclas@gmx.de>
6770
6771         * gtk/gtkicontheme.c: 
6772         * gtk/gtkfilechooserwidget.c (gtk_file_chooser_widget_new): 
6773         * gtk/gtkfilechooserdialog.c (gtk_file_chooser_dialog_new): 
6774         * gtk/gtkfilechooser.c (gtk_file_chooser_[un]select_all): Mark as
6775         2.4 additions.
6776
6777 2003-11-07  Federico Mena Quintero  <federico@ximian.com>
6778
6779         Changing GtkFileChooserEntry to use GtkEntryCompletion.
6780
6781         * gtk/gtkfilechooserentry.c (gtk_file_chooser_entry_init): Create
6782         a GtkListStore for the completion list.  Create a
6783         GtkEntryCompletion and attach it to the chooser entry.
6784         (gtk_file_chooser_entry_finalize): Unref the completion store.
6785         (completion_match_func): New callback for the GtkEntryCompletion.
6786         (completion_idle_callback): Fill the completion store with filenames.
6787
6788 Fri Nov  7 22:55:49 2003  Matthias Clasen  <maclas@gmx.de>
6789
6790         * gtk/gtkwindow.c (gtk_window_set_role): 
6791         * gtk/gtkwindow.c (gtk_window_set_title): 
6792         * gtk/gtkwidget.c (gtk_widget_set_name): 
6793         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_title): 
6794         * gtk/gtkbutton.c (gtk_button_set_label): Make string setters
6795         safe for self-assignment.  (#122745, Soeren Sandmann)
6796
6797 Thu Nov  6 20:41:40 2003  Matthias Clasen  <maclas@gmx.de>
6798
6799         * gtk/gtkstyle.c (gtk_style_attach): Fix doc comment.
6800         (#126369, Olexiy Avramchenko)
6801
6802 Thu Nov  6 00:21:41 2003  Matthias Clasen  <maclas@gmx.de>
6803
6804         * gtk/gtkcolorbutton.c (gtk_color_button_init): 
6805         * gtk/gtkfontbutton.c (gtk_font_button_init): Improve the 
6806         consistency of titles.  (#126193, Damon Chaplin)
6807
6808 Wed Nov  5 22:49:36 2003  Matthias Clasen  <maclas@gmx.de>
6809
6810         * gtk/gtkmenu.c (gtk_menu_set_tearoff_state): Set torn off 
6811         menus to be transient for the toplevel they were torn off from.
6812         (gtk_menu_get_toplevel): Auxiliary function to find the
6813         toplevel of a menu.  (#54775, Jon-Kare Hellan)
6814
6815 Wed Nov  5 21:07:58 2003  Matthias Clasen  <maclas@gmx.de>
6816
6817         * gtk/gtkpaned.c (gtk_paned_class_init): Add readonly properties
6818         min-position and max-position.  (#58431, Padraig O'Briain)
6819
6820 Wed Nov  5 21:02:26 2003  Matthias Clasen  <maclas@gmx.de>
6821
6822         * gtk/gtkcolorsel.c (update_color): 
6823         (make_label_spinbutton): 
6824         (adjustment_changed): Change the ranges for Saturation and
6825         Value to be 0-100 instead of 0-255, since these axes of HSV
6826         are usually expressed in percent.  (#121519, Gregory Merchan)
6827
6828 Wed Nov  5 08:51:48 GMT 2003  Tony Gale <gale@gtk.org>
6829
6830         * docs/faq/gtk-faq.sgml: More 2.x updates
6831
6832 Tue Nov  4 15:00:33 GMT 2003  Tony Gale <gale@gtk.org>
6833
6834         * docs/faq/gtk-faq.sgml: More 2.x updates, fix
6835         pkg-config command error, update copyright.
6836
6837 2003-11-03  Federico Mena Quintero  <federico@ximian.com>
6838
6839         * gtk/gtkfilechooserdefault.c (error_dialog): Take in a path as
6840         well.  Use a helper function.
6841         (shortcuts_append_home): Display an error box if necessary.
6842         (shortcuts_append_desktop): Likewise.
6843         (add_bookmark_button_clicked_cb): Likewise.
6844         (gtk_file_chooser_default_select_path): Likewise.
6845         (entry_activate): Likewise.
6846         (shortcuts_append_paths): New helper function.
6847         (shortcuts_append_file_system_roots): Use
6848         shortcuts_append_paths().
6849         (shortcuts_append_bookmarks): Likewise.
6850
6851 Mon Nov  3 23:12:41 2003  Matthias Clasen  <maclas@gmx.de>
6852
6853         * gtk/gtkuimanager.c (_gtk_menu_is_empty): Return TRUE if 
6854         menu is NULL.
6855         (update_smart_separators): Remove some unneeded ifs.
6856
6857 Mon Nov  3 22:45:58 2003  Matthias Clasen  <maclas@gmx.de>
6858
6859         * gtk/gtkwindow-decorate.h: Add G_BEGIN_DECLS/G_END_DECLS to make 
6860         these usable in C++. Forgot this file in my Oct 11 commit.
6861
6862 2003-11-03  Federico Mena Quintero  <federico@ximian.com>
6863
6864         * gtk/gtkfilechooserdefault.c (create_shortcuts_tree): Add a stock
6865         icon to the "Add bookmark" button.
6866
6867         * gtk/gtkfilesystemunix.c: Mark missing strings for translation.
6868         * gtk/gtkfilesystemmodel.c: Likewise.
6869         * gtk/gtkfilechooser.c: Likewise.
6870         * gtk/gtkfilechooserdefault.c: Likewise.
6871
6872 Mon Nov  3 20:56:28 2003  Matthias Clasen  <maclas@gmx.de>
6873
6874         * gdk/gdk.c: 
6875         * gdk/gdkinternals.h: 
6876         * gdk/x11/gdkscreen-x11.c (init_xinerama_support): Introduce a
6877         GDK_DEBUG_XINERAMA debug flag, and make it trigger a fake 2x2
6878         Xinerama mode when no actual Xinerama setup is found. 
6879
6880 2003-11-03  Federico Mena Quintero  <federico@ximian.com>
6881
6882         * gtk/gtkfilechooserdefault.c (shortcuts_select_folder): Removed.
6883         (create_shortcuts_tree): Don't call the above.
6884         (bookmarks_changed_cb): Likewise.
6885         (tree_selection_changed): Unselect everything from the shortcuts
6886         list.  This is the behavior that Mac OS has.
6887         (toolbar_add_item): Return the item.
6888         (toolbar_create): Store the up_button in the impl structure.
6889         (toolbar_check_sensitivity): New function to set the sensitivity
6890         of the "Up" button in the toolbar.
6891         (tree_selection_changed): Call toolbar_check_sensitivity().
6892
6893 2003-11-02  Federico Mena Quintero  <federico@ximian.com>
6894
6895         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_init): Do
6896         not set a border width for the toplevel container.
6897         (toolbar_create): New function; create a simple toolbar for the
6898         file chooser.
6899         (gtk_file_chooser_default_constructor): Use a spacing of 12 for
6900         the table, as per the HIG.
6901         (gtk_file_chooser_default_init): Likewise, for the default
6902         implementation's vbox.
6903
6904         * gtk/gtkfilesystem.c (gtk_file_system_get_parent): Added docs to
6905         note that NULL is a valid return value for the parent path.
6906
6907 Sat Nov  1 14:59:27 2003  Owen Taylor  <otaylor@redhat.com>
6908
6909         * gtk/gtkfilechooserdefault.c (shortcuts_row_activated): 
6910         Change on activation, not selection change (temporary
6911         workaround for #125955, needed for keynav, likely
6912         the right UI anyways.)
6913
6914         * gtk/gtkfilechooserdefault.c (shortcuts_select_func): 
6915         Don't allow the separator node to be selected.
6916
6917         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_constructor):
6918         Set the focus chain so that the entry gets focused first.
6919         (Not really right after initial focusing, maybe we
6920         should just have a gtk_file_chooser_focus_entry() that
6921         we call from gtk_file_chooser_dialog on creation.)
6922
6923 Sat Nov  1 12:41:04 2003  Owen Taylor  <otaylor@redhat.com>
6924
6925         * gtk/gtkwindow.c (gtk_window_unfullscreen): Fix a
6926         residual call to gtk_window_get_private().
6927
6928 Sat Nov  1 09:10:13 2003  Owen Taylor  <otaylor@redhat.com>
6929
6930         * gtk/gtkwindow.[ch]: Move above_initially, below_initially
6931         into GtkWindowPrivate structure, fixing ABI breakage
6932         on Win32. (Hans Breuer). Switch GtkWindowPrivate over
6933         to instance-private-data.
6934
6935 Fri Oct 31 02:43:34 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6936
6937         * gtk/gtktoolbar.c (get_item_requisition): delete this function
6938         (toolbar_item_is_homogeneous): cache max_homogeneous_pixels
6939         instead of re-calculating for each item.
6940         (gtk_toolbar_size_allocate): Update comments
6941
6942 Thu Oct 30 22:04:31 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6943
6944         * gtk/gtktoolbar.c (gtk_toolbar_forall): Only include
6945         placeholders when include_internals is TRUE.
6946
6947 Thu Oct 30 17:57:53 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6948
6949         * gtk/gtktoolbar.c (logical_to_physical): Make it work even when
6950         item 0 is a placeholder. (#125826)
6951         * tests/testtoolbar.c: add an assertion that 
6952         gtk_toolbar_get_nth_item (0) != NULL
6953
6954 Thu Oct 30 17:40:26 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6955
6956         * gtk/gtktoolbar.c (logical_to_physical): Make it work for
6957         logical == 0.(#125826)
6958
6959 Thu Oct 30 16:20:58 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6960
6961         * gtk/gtktoolbar.c (logical_to_physical): Make sure we actually
6962         return the index of a real item.
6963         (get_nth_item) assert that the returned items is not a
6964         placeholder.  (#125826, Marco Pesenti Gritti).
6965         
6966 2003-10-29  Federico Mena Quintero  <federico@ximian.com>
6967
6968         * gtk/gtkcellrendererseptext.c
6969         (gtk_cell_renderer_sep_text_render): Only paint a separator if the
6970         text is NULL, rather than also doing it if it is an empty string.
6971
6972 Wed Oct 29 15:40:26 2003  Owen Taylor  <otaylor@redhat.com>
6973
6974         * gtk/gtkmessagedialog.c (gtk_message_dialog_new/
6975         gtk_message_dialog_new_with_format): Allow NULL
6976         for message_format, as described in the docs and
6977         as worked previously. (#125759, Richard Hult)
6978
6979         * gtk/gtkmessagedialog.c (gtk_message_dialog_new_with_markup):
6980         Use g_markup_vprintf_escaped() to escape arguments.
6981
6982         * gtk/gtkmessagedialog.[ch]: Add gtk_message_dialog_set_markup()
6983         so there is some way to set literal markup.
6984
6985 Wed Oct 29 15:01:32 2003  Owen Taylor  <otaylor@redhat.com>
6986  
6987         * gdk/x11/gdkimage-x11.c (_gdk_x11_copy_to_image): Move
6988         the call to gdk_error_trap_pop() to the right place,
6989         fixing a problem where we'd pop() too many times 
6990         when bailing out. (#123302, Thomas Leonard)
6991         
6992 Wed Oct 29 12:50:02 2003  Owen Taylor  <otaylor@redhat.com>
6993
6994         * gtk/gtkfilechooserutils.c (delegate_set_current_folder): 
6995         Fix infinite recursion. (#125679, Christian Persch)
6996
6997 Wed Oct 29 13:29:15 GMT 2003  Tony Gale <gale@gtk.org>
6998
6999         * docs/faq/gtk-faq.sgml: further 2.x updates:
7000         mirrors,compiling,g_main_context_iteration
7001
7002 Wed Oct 29 02:54:35 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
7003
7004         * gtk/gtktoolbar.[ch] (gtk_toolbar_set_drop_highlight_item): Add this
7005         function; remove gtk_toolbar_highlight_drop_location() and
7006         gtk_toolbar_unhighlight_drop_location().
7007
7008         Also fix bug where the number of overflowed items were miscounted.
7009
7010 Tue Oct 28 12:20:16 2003  Owen Taylor  <otaylor@redhat.com>
7011
7012         * gtk/gtkwindow.c (gtk_window_has_toplevel_focus): Remove
7013         some accidentally committed duplicate code.
7014
7015 Tue Oct 28 17:06:17 GMT 2003  Tony Gale <gale@gtk.org>
7016
7017         * docs/faq/gtk-faq.sgml: Update info on compiling GTK+
7018
7019 Tue Oct 28 10:34:24 2003  Owen Taylor  <otaylor@redhat.com>
7020
7021         * gtk/gtkwindow.[ch] (gtk_window_is_active, 
7022         gtk_has_toplevel_focus): Add getters corresponding to
7023         the is_active and has_toplevel_focus properties.
7024         (#122531)
7025
7026 2003-10-28  Mark McLoughlin  <mark@skynet.ie>
7027
7028         * gtk/gtkexpander.c:
7029         (gtk_expander_class_init): hook up the destroy handler.
7030         (gtk_expander_destroy), (gtk_expander_unrealize):
7031         remove the expand/collapse timeout on destroy instead
7032         of unrealize to avoid leaving the expander in a inconsistent
7033         state when unrealizing during animation.
7034         (gtk_expander_start_animation): remove realized check.
7035         (gtk_expander_set_expanded): if the widget isn't realized,
7036         expand immediately.
7037
7038 Tue Oct 28 09:44:16 2003  Owen Taylor  <otaylor@redhat.com>
7039
7040         * gtk/gtkxembed.c (_gtk_xembed_send_focus_message): Silently
7041         do nothing when recipient is NULL, as described in the
7042         doc comment. (#123107, Thomas Leonard)
7043
7044 Tue Oct 28 09:21:29 2003  Owen Taylor  <otaylor@redhat.com>
7045
7046         * gtk/gtkmain.c (gtk_check_version): Move docs inline,
7047         rewrite docs, mention memory management for the return
7048         value. (Partly addresses #125549, Michael Natterer)
7049
7050 2003-10-28  Padraig O'Briain  <padraig.obriain@sun.com>
7051
7052         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_remove_filter):
7053         Change index to filter_index to fix compilation error.
7054
7055         * gtk/gtkfilesystem.h: Correct definition of gtk_file_path_get_string.
7056
7057 Mon Oct 27 15:47:58 2003  Manish Singh  <yosh@gimp.org>
7058
7059         * gdk/x11/gdkscreen-x11.c: #include <X11/extensions/Xrandr.h> if
7060         we have RandR support, for XRRUpdateConfiguration declaration.
7061
7062         * gtk/gtkfilefilter.c: #include "gtkprivate.h" for _gtk_fnmatch
7063         declaration.
7064
7065         * gtk/gtkuimanager.c (gtk_ui_manager_add_ui_from_file): Make
7066         length a gsize variable, since that's what g_file_get_contents()
7067         expects.
7068
7069 Mon Oct 27 12:18:49 2003  Owen Taylor  <otaylor@redhat.com>
7070
7071         * NEWS: Fix attribution for above/below EWMH work.
7072
7073 Sat Oct 25 23:30:13 2003  Matthias Clasen  <maclas@gmx.de>
7074
7075         * gtk/gtkactiongroup.c (gtk_action_group_class_init): Add "name" 
7076         as a construct-only property.  (#125475, Murray Cumming)
7077
7078 Thu Oct 23 21:55:10 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
7079
7080         Fix bug 116297 and 125472
7081         
7082         * gtk/gtktoolbar.c (gtk_toolbar_highlight_drop_location): Make
7083         this function take an index and a GtkToolItem.
7084
7085         * tests/testtoolbar.c (main): Make "Show Arrow" default to
7086         true. Make one of the separators !draw and expand.
7087         Update for new highlight_drop_location() API.
7088
7089         * gtk/gtktoolitem.[ch]: Remove "pack_end" property
7090
7091         * gtk/gtktoolbar.h: Formatting fixes.
7092
7093         * gtk/gtktoolbar.c: Remove "pack_end" child property. Allow
7094         separator tool items to expand.
7095         (logical_to_physical, physical_to_logical): Fix off-by-one errors
7096         (Fix #125472, Marco Pesenti Gritti)
7097
7098         * gtk/gtkseparatortoolitem.[ch]: Add new "draw" property.
7099         (gtk_separator_tool_item_expose) only draw if "draw" is TRUE. Also
7100         return FALSE, not TRUE.
7101         (gtk_separator_too_item_{set|get}_property,
7102         (gtk_separator_tool_item_{set|get}_draw): new functions
7103
7104 Fri Oct 24 16:54:04 2003  Owen Taylor  <otaylor@redhat.com>
7105
7106         * === Released 2.3.0 ===
7107
7108         * configure.in: Remove a stray comma.
7109
7110         * README.in: Fix a few notes about Xft 1 and pango-1.0.
7111
7112         * NEWS: Finish updates for 2.3.0.
7113
7114         * po/Makefile.in.in: Update to latest GLib version.
7115
7116 Fri Oct 24 20:31:35 2003  Kristian Rietveld  <kris@gtk.org>
7117
7118         * gtk/gtkcellview.[ch], gtk/gtkcellviewmenuitem.[ch],
7119         gtk/gtkcombobox.[ch], gtk/gtkcomboboxentry.[ch],
7120         gtk/gtktreemodelfilter.[ch]: Fix licensing (I managed to put it
7121         under GPL licensing instead of LGPL...). (Fixes #125381, Soeren
7122         Sandmann).
7123
7124 Fri Oct 24 20:22:40 2003  Kristian Rietveld  <kris@gtk.org>
7125
7126         * gtk/gtktreemodelfilter.h: add padding to the class structure.
7127
7128 2003-10-23  Federico Mena Quintero  <federico@ximian.com>
7129
7130         * gtk/gtkfilechooser.c (gtk_file_chooser_get_preview_uri): Fixed docs.
7131         (gtk_file_chooser_remove_filter): Likewise.
7132         (gtk_file_chooser_select_all): Added docs.
7133         (gtk_file_chooser_unselect_all): Likewise.
7134
7135         * gtk/gtkfilechooserdialog.c (gtk_file_chooser_dialog_new): Added docs.
7136
7137         * gtk/gtkfilechooserwidget.c (gtk_file_chooser_widget_new): Added docs.
7138
7139 Thu Oct 23 23:22:15 2003  Matthias Clasen  <maclas@gmx.de>
7140
7141         * gtk/gtkfilefilter.c: 
7142         * gtk/gtkfilechooser.c: Add "Since: 2.4" to all API doc comments.
7143
7144 Thu Oct 23 22:33:47 2003  Matthias Clasen  <maclas@gmx.de>
7145
7146         * gtk/gtkfilefilter.c (gtk_file_filter_new): Fix doc markup.
7147
7148 Thu Oct 23 21:49:05 2003  Matthias Clasen  <maclas@gmx.de>
7149
7150         * NEWS: Remove a few duplicates, group the menu changes.
7151
7152 Thu Oct 23 21:12:50 2003  Kristian Rietveld  <kris@gtk.org>
7153
7154         * NEWS: Updates for 2.3.0; changed header to match the style we used
7155         for 2.1.0.
7156
7157 Thu Oct 23 20:47:44 2003  Matthias Clasen  <maclas@gmx.de>
7158
7159         * gdk/x11/gdkwindow-x11.c (gdk_window_set_group): Actually
7160         assign the new leader.  (#125168, Mariano Suarez-Alvarez)
7161
7162 Thu Oct 23 20:21:16 2003  Kristian Rietveld  <kris@gtk.org>
7163
7164         * gtk/gtkcelllayout.c, gtk/gtkcellview.c gtk/gtkcellviewmenuitem.c,
7165         gtk/gtkcombobox.c, gtk/gtkcomboboxentry.c, gtk/gtkentrycompletion.c,
7166         gtk/gtktreemodelfilter.c, gtk/gtkcellrenderertoggle.c: Fix includes.
7167
7168 Thu Oct 23 15:13:56 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
7169
7170         * NEWS: Partial update for 2.3.0.
7171
7172 Thu Oct 23 01:09:04 2003  Owen Taylor  <otaylor@redhat.com>
7173
7174         * gtk/gtkfilechooserdefault.c: Convert GtkOptionMenu to
7175         GtkComboBox.
7176
7177 Wed Oct 22 23:20:04 2003  Owen Taylor  <otaylor@redhat.com>
7178
7179         * gtk/gtkfilechooser.[ch] gtk/gtkfilefilter.[ch] 
7180         gtk/gtkfilechooserwidget.[ch] gtk/gtkfilechooserdialog.[ch]:
7181         gtk/gtkfilechooserutils.c gtk/gtkfilechooserprivate.[ch]:
7182         Basic framework for the new file selector widget.
7183
7184         * gtk/gtkfilechooserdefault.[ch] gtk/gtkcellrenderersep.[ch] 
7185         gtk/gtkfilechooserentry.[ch] gtk/gtkfilesystemmodel.[ch]:
7186         Initial implementation of the GtkFileChooser user interface.
7187
7188         * gtk/gtkfilesystemunix.[ch]: GtkFileSystem implementation
7189         for Unix files.
7190
7191         * configure.in gtk/Makefile.am gtk/xdgmime: Build code
7192         for freedesktop.org MIME system on Unix.
7193
7194         * tests/testfilechooser.c: Test program for GtkFileChooser
7195
7196         * tests/prop-editor.c: Add support for properties on interfaces.
7197
7198 Tue Oct 21 16:12:51 2003  Owen Taylor  <otaylor@redhat.com>
7199
7200         * demos/gtk-demo/menus.c (do_menus): Fix some unused
7201         variables.
7202
7203         * gtk/gtkmain.c (_gtk_get_lc_ctype): Fix an unused
7204         variable warning.
7205
7206 Thu Oct 23 00:04:50 2003  Matthias Clasen  <maclas@gmx.de>
7207
7208         * NEWS: Partial update for 2.3.0.
7209
7210 Tue Oct 21 22:07:12 2003  Kristian Rietveld  <kris@gtk.org>
7211
7212         * gtk/gtktreeview.c (gtk_tree_view_real_move_cursor): set
7213         ctrl_pressed and shift_pressed according to the current event
7214         state (if there is one). (Fixes #125063, reported by Sebastien Bacher).
7215
7216 Mon Oct 20 23:24:27 2003  Kristian Rietveld  <kris@gtk.org>
7217
7218         * gtk/gtkentry.c (gtk_entry_key_press): remove the completion
7219         timeout when the user pressed on Enter/ESC. Fixes the bug where the
7220         completion popup popped up after the user pressed on Enter (which is
7221         just weird). Reported by the Epiphany people (all of them).
7222
7223 Mon Oct 20 20:27:22 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
7224
7225         Add support for OS X like sliding of toolbar items during drag and
7226         drop, (#110919, Dave Bordoley)
7227
7228         Make dnd highlighting the responsibility of the
7229         application. (Fixes #116298, Owen Taylor)
7230
7231         * gtk/gtktoolbar.h: Add prototypes for new API.
7232         
7233         * gtk/gtktoolbar.c
7234         (physical_to_logical, logical_to_physical): new functions
7235         converting between "position including placeholders" and "position
7236         excluding placeholders".
7237         (gtk_toolbar_class_init): remove drag_leave and drag_motion
7238         handlers
7239         (struct _ToolbarContent): new struct containing information
7240         related to toolbar items.
7241         (gtk_toolbar_highlight_drop_location): new public function
7242         (gtk_toolbar_unhighlight_drop_location): new public function
7243         
7244         * tests/testtoolbar.c
7245         (toolbar_drag_motion, toolbar_drag_leave): new functions
7246         (main): connect to dnd signals.  Make the "New" item expand to
7247         make drag and drop more exciting.
7248
7249 Wed Oct 15 22:39:23 2003  Kristian Rietveld  <kris@gtk.org>
7250
7251         * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_init): it's
7252         _set_active, not _set_active_item.
7253
7254 Wed Oct 15 22:31:09 2003  Kristian Rietveld  <kris@gtk.org>
7255
7256         * gtk/gtkcombobox.h: add padding to the class structure.
7257         * gtk/gtkcomboboxentry.h: ditto.
7258         * gtk/gtkentrycompletion.h: ditto.
7259
7260 Wed Oct 15 22:04:59 2003  Kristian Rietveld  <kris@gtk.org>
7261
7262         * gtk/gtkcombobox.c (gtk_combo_box_get_active),
7263         (gtk_combo_box_set_active): mention in the docs that -1 is a valid
7264         value and what it means.
7265
7266         * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_init): set the active
7267         item to -1 (default),
7268         (gtk_combo_box_entry_active_changed): do nothing when the index is
7269         < 0.
7270
7271 Tue Oct 14 16:10:21 2003  Jonathan Blandford  <jrb@redhat.com>
7272
7273         * gtk/gtkcombobox.c (gtk_combo_box_set_active_iter): New function
7274         to set the active row by iter.
7275
7276         * gtk/gtkcombobox.c (gtk_combo_box_get_active_iter): New function
7277         to get the active row by iter.
7278
7279 2003-10-13  Federico Mena Quintero  <federico@ximian.com>
7280
7281         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): Don't do
7282         operations on windows if the tree view is not mapped.
7283         (gtk_tree_view_button_press): Compare equal types of pointers, not
7284         GtkWidget* vs. GtkTreeView*.
7285
7286 Mon Oct 13 21:01:43 2003  Kristian Rietveld  <kris@gtk.org>
7287
7288         * gtk/gtkentrycompletion.c (gtk_entry_completion_popup): remove
7289         the reset of first_sel_changed, as after the first popup the treeview
7290         will always have a row selected and will thus not focus_to_cursor.
7291
7292         * gtk/gtkentry.c (keyval_is_cursor_move): new function to determine
7293         whether the keyval should move the completion selection cursor (used
7294         to avoid ending up with extreme cluttered code), also added
7295         all KP_ equivalents of the keys here,
7296         (gtk_entry_completion_key_press): Keynav tweaks based on comments
7297         from Dave Bordoley and Marco Pesenti Gritti; add the -1 state
7298         as possible current selection, implement Home/End keys, modified
7299         the down key to stop cycling. Maybe page up/down should be implemented
7300         at some later time.
7301
7302 Mon Oct 13 20:58:07 2003  Matthias Clasen  <maclas@gmx.de>
7303
7304         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon): Make it work 
7305         as documented when pixmap or mask is NULL.  (#124081) 
7306
7307 Mon Oct 13 20:21:38 2003  Kristian Rietveld  <kris@gtk.org>
7308
7309         * gtk/gtkentry.c (gtk_entry_set_text): I overlooked a return when
7310         I was adding the signal block/unblock code. Oops. (Noticed by
7311         Marco Pesenti Gritti).
7312
7313 Mon Oct 13 20:21:55 2003  Kristian Rietveld  <kris@gtk.org>
7314
7315         * demos/testpixbuf-scale.c: enable GTK_DISABLE_DEPRECATED again,
7316         (set_interp_type), (main): port over from option menu to GtkComboBox.
7317
7318 Mon Oct 13 19:41:55 2003  Kristian Rietveld  <kris@gtk.org>
7319
7320         * tests/testmenus.c: Still uses option menus, so turn off
7321         GTK_DISABLE_DEPRECATED.
7322
7323 Sun Oct 12 01:10:29 2003  Matthias Clasen  <maclas@gmx.de>
7324
7325         * gtk/gtkalignment.[hc]: 
7326         * gtk/gtkcombobox.[hc]: 
7327         * gtk/gtkcomboboxentry.[hc]: 
7328         * gtk/gtktreemodelfilter.[hc]: Move GET_PRIVATE macros
7329         from header to implementation.
7330
7331 Sun Oct 12 00:18:02 2003  Matthias Clasen  <maclas@gmx.de>
7332
7333         * tests/testtreeview.c: 
7334         * demos/testpixbuf-scale.c: 
7335         * tests/prop-editor.c: These files still use option menus,
7336         so turn off GTK_DISABLE_DEPRECATED to fix the build. 
7337
7338 Sat Oct 11 23:14:36 2003  Matthias Clasen  <maclas@gmx.de>
7339
7340         * gtk/gtkactiongroup.h: 
7341         * gtk/gtkaction.h: 
7342         * gtk/gtkradioaction.h: 
7343         * gtk/gtkradiotoolbutton.h: 
7344         * gtk/gtkseparatortoolitem.h: 
7345         * gtk/gtktoggleaction.h: 
7346         * gtk/gtktoolitem.h: 
7347         * gtk/gtkuimanager.h: Add G_BEGIN_DECLS/G_END_DECLS to make 
7348         these usable in C++.  (#124351, Murray Cumming)
7349
7350 Sat Oct 11 19:09:05 2003  Kristian Rietveld  <kris@gtk.org>
7351
7352         * gtk/gtkentry.c (gtk_entry_set_text): Check if completion is
7353         non-NULL before accessing it. Oops.
7354
7355 Sat Oct 11 15:47:03 2003  Kristian Rietveld  <kris@gtk.org>
7356
7357         * gtk/gtkentrycompletion.[ch] (gtk_entry_completion_insert_action),
7358         (gtk_entry_completion_insert_action_text),
7359         (gtk_entry_completion_insert_action_markup): the gchar* parameters
7360         should be const (pointed out by both Marco Pesenti Gritti and
7361         Murray Cumming (#124356).
7362
7363 Sat Oct 11 15:37:19 2003  Kristian Rietveld  <kris@gtk.org>
7364
7365         * gtk/gtkcombobox.c (gtk_combo_box_size_allocate): for the custom
7366         child list mode, allocate the height allocation->height to the
7367         button instead of the height requested by the button. (Tiny
7368         size allocation screwup noticed by Macro Pesenti Gritti).
7369
7370 Sat Oct 11 15:23:27 2003  Kristian Rietveld  <kris@gtk.org>
7371
7372         Fixes based on comments from Marco Pesenti Gritti.
7373
7374         * gtk/gtkentry.c (gtk_entry_set_text): block the completion changed
7375         signal handler, avoids the completion popup to popup when text is
7376         set programmatically in most cases (we actually have to handle this
7377         in the _editable functions as well, but that will break popping up
7378         when the user actually typed something :),
7379         (gtk_entry_completion_key_press): when handling enter, bail out
7380         when nothing has been selected,
7381         (gtk_entry_completion_changed): don't popdown when the entry content
7382         changed.
7383
7384         * gtk/gtkentrycompletion.c (gtk_entry_completion_init),
7385         (gtk_entry_completion_selected_changed): unselect_all on the
7386         first selected changed signal. Avoids having a default row selected,
7387         (_gtk_entry_completion_popup): don't select the first row by default.
7388
7389         * gtk/gtkentryprivate.h (struct _GtkEntryCompletionPrivate): add a
7390         first_sel_changed field.
7391
7392 Fri Oct 10 23:02:58 2003  Matthias Clasen  <maclas@gmx.de>
7393
7394         * demos/gtk-demo/menus.c: Replace GtkItemFactory by GtkUIManager 
7395         in the intro (again).
7396
7397 Fri Oct 10 22:50:05 2003  Matthias Clasen  <maclas@gmx.de>
7398
7399         Fixes for (#124212, Marco Pesenti Gritti):
7400         
7401         * gtk/gtkuimanager.c (update_smart_separators): Don't spit 
7402         warnings for popups.
7403         (_gtk_menu_is_empty): Return FALSE for non-menus.
7404
7405 Fri Oct 10 19:10:12 2003  Kristian Rietveld  <kris@gtk.org>
7406
7407         * gtk/gtkcombo.h: Deprecate.
7408         * gtk/gtkoptionmenu.h: Ditto.
7409
7410         * gtk/gtkcombobox.c (gtk_combo_box_size_request),
7411         (gtk_combo_box_size_allocate): Rework, things behave better now. Still
7412         needs some work on requesting enough size when taking the items in
7413         the list into account.
7414
7415         * gtk/gtkfilesel.c: put gtkoptionmenu.h include inside "enable
7416         deprecated" guards.
7417         * gtk/gtkinputdialog.c: ditto.
7418         * gtk/gtkitemfactory.c: ditto.
7419         * gtk/gtkoptionmenu.c: ditto.
7420
7421         * demos/gtk-demo/menus.c: remove the option menu.
7422         * demos/gtk-demo/sizegroup.c: replace the option menus with
7423         GtkComboBox.
7424         * demos/gtk-demo/textview.c: ditto.
7425         (A general GtkComboBox demo will be added later on).
7426
7427 Wed Oct  8 00:06:17 2003  Matthias Clasen  <maclas@gmx.de>
7428
7429         * demos/gtk-demo/ui_manager.c (activate_radio_action): New
7430         callback to propertly report radio actions.
7431
7432         * demos/gtk-demo/ui_manager.c (do_ui_manager): Use it here.
7433
7434 Tue Oct  7 23:23:05 2003  Matthias Clasen  <maclas@gmx.de>
7435
7436         * gtk/gtkplug.c (xembed_set_info): Put the supported protocol
7437         version in in the right field of the _XEMBED_INFO property.  
7438         (#123885, Denis Mikhalkin)
7439
7440 Mon Oct  6 14:18:47 2003  Jonathan Blandford  <jrb@redhat.com>
7441
7442         * gtk/gtkexpander.c (gtk_expander_animation_timeout): only show
7443         the child if we have one.
7444
7445         (gtk_expander_button_release): use
7446         gtk_widget_activate instead.
7447
7448 Mon Oct  6 21:05:46 2003  Matthias Clasen  <maclas@gmx.de>
7449
7450         * gtk/gtktable.c (gtk_table_class_init): Start the blurb for 
7451         "right_attach" with a capital.  (#123945, Christian Rose)
7452
7453 Sun Oct  5 23:59:03 2003  Matthias Clasen  <maclas@gmx.de>
7454
7455         * tests/testsocket.c (child_read_watch): Remove an
7456         extraneous unref.  (#122336, Frederic Crozat)
7457
7458 Sun Oct  5 22:38:22 2003  Matthias Clasen  <maclas@gmx.de>
7459
7460         * gtk/gtkeventbox.c (gtk_event_box_class_init): Trim 
7461         whitespace in "visible-window" blurb.  (#123910, Christian Rose)
7462
7463 Sun Oct  5 00:53:15 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
7464
7465         * gtk/gtktoolbar.c (gtk_toolbar_list_children_in_focus_order):
7466         focus arrow before pack_end items (#123851, Matthias Clasen)
7467
7468 Fri Oct  3 20:50:48 2003  Kristian Rietveld  <kris@gtk.org>
7469
7470         * gtk/gtkcombobox.c (gtk_combo_box_set_model): only set the model
7471         on ->priv->cell_view if ->priv->cell_view is non-NULL.
7472
7473         * gtk/gtkcomboboxentry.c: include gtkintl.h, add text_renderer
7474         field to GtkComboBoxEntryPrivate,
7475         (gtk_combo_box_entry_class_init), (gtk_combo_box_entry_init),
7476         (gtk_combo_box_entry_set_property), (gtk_combo_box_entry_get_property),
7477         (gtk_combo_box_entry_set_text_column), (gtk_combo_box_entry_new): add
7478         a construct-only "text_column" property and reorder code to use it
7479         and support inheriting this widget.
7480
7481 Thu Oct  2 23:28:02 2003  Kristian Rietveld  <kris@gtk.org>
7482
7483         * gtk/gtkcombobox.c: Added API doc comments.
7484
7485         * gtk/gtkcomboboxentry.c: Ditto.
7486
7487 2003-10-02  Matthias Clasen  <maclas@gmx.de>
7488
7489         * gtk/gtktoggleaction.c: Documentation tweaks.
7490
7491 Wed Oct  1 22:43:40 2003  Kristian Rietveld  <kris@gtk.org>
7492
7493         * gtk/gtkcellview.[ch]: implement the GtkCellLayout interface, drop
7494         packing/attribute/cell data functions from the header,
7495         (gtk_cell_view_set_cell_data): added support for cell data funcs.
7496
7497         * gtk/gtkcombobox.[ch]: implement the GtkCellLayout interface, drop
7498         packing/attribute/cell data functions from the header, implemented
7499         cell data func support.
7500
7501         * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_new): updated
7502         for the move to GtkCellLayout.
7503
7504         * tests/testcombo.c (create_combo_box_grid_demo), (main): ditto.
7505
7506 2003-10-01  Matthias Clasen  <maclas@gmx.de>
7507
7508         * gtk/gtkaction.c (gtk_action_class_init): 
7509         (gtk_action_[gs]et_property): Introduce a separate
7510         "hide_if_empty" property for empty menu handling.
7511         (_gtk_action_sync_menu_visible): ...and use it here.
7512
7513         * tests/testmerge.c (main): ...and here.
7514
7515         * gtk/gtktoolitem.c (gtk_tool_item_class_init): Fix signal doc 
7516         comments to pacify gtk-doc.
7517
7518         * gtk/gtkmain.c: Doc formatting tweaks.
7519
7520         * gtk/gtktoolitem.c (gtk_tool_item_set_is_important): Fix a typo.
7521
7522         * gtk/gtkcheckmenuitem.h (gtk_check_menu_item_set_draw_as_radio): 
7523         Use the same parameter names as in .c file, to pacify gtk-doc.
7524
7525         * gtk/gtktoggletoolbutton.[hc]: 
7526         * gtk/gtktoolbutton.[hc]: 
7527         * gtk/gtktoolitem.[hc]:
7528         * gtk/gtktoolbar.[hc]: 
7529         * gtk/gtkcolorbutton.[hc]: 
7530         * gtk/gtkfontbutton.[hc]: 
7531         * gtk/gtkalignment.[hc]: Define GET_PRIVATE macros in the 
7532         source, not in the header.
7533
7534         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_[sg]et_draw_as_radio): 
7535         Document these as 2.4 API additions.
7536
7537 Tue Sep 30 23:42:56 2003  Kristian Rietveld  <kris@gtk.org>
7538
7539         * gtk/gtkentry.c (gtk_entry_set_completion),
7540         (gtk_entry_get_completion): Add API doc comments.
7541
7542         * gtk/gtkentrycompletion.c: Fix #includes and add API doc comments.
7543
7544 Tue Sep 30 23:12:34 2003  Kristian Rietveld  <kris@gtk.org>
7545
7546         * gtk/gtktreemodelfilter.c: Add "Since: 2.4" to all API doc comments.
7547
7548 Tue Sep 30 22:59:58 2003  Kristian Rietveld  <kris@gtk.org>
7549
7550         * gtk/gtktreeviewcolumn.c: Some API doc comment fixes.
7551
7552         * gtk/gtkcellayout.c: Fix #include and oooooh API doc comments!
7553
7554 2003-09-30  Matthias Clasen  <maclas@gmx.de>
7555
7556         * tests/merge-*.ui: 
7557         * tests/testmerge.c: Test handling of empty menus.
7558
7559         * gtk/gtkuimanager.c (_gtk_menu_is_empty): New function to determine
7560         whether a menu is empty. Used in gtkaction.c.
7561         (update_smart_separators): Also update the visibility of empty menus.
7562         (update_node): When creating a new menu proxy, insert an "Empty" menu 
7563         item which only gets shown if the menu is empty. 
7564
7565         * gtk/gtkaction.c (gtk_action_class_init): Document the meaning of
7566         "is_important" for menu proxies.
7567         (_gtk_action_sync_menu_visible): New function to sync the visibility
7568         of menu proxies. Used in gtkuimanager.c.
7569         (gtk_action_sync_visible): New function to sync the visibility of 
7570         proxies.
7571
7572 Tue Sep 30 21:43:34 2003  Kristian Rietveld  <kris@gtk.org>
7573
7574         * gtk/gtkcombobox.c (gtk_combo_box_menu_button_press): set
7575         popup_in_progress to TRUE,
7576         (gtk_combo_box_menu_show): and back to FALSE here; the menu now
7577         won't disappear on the first button release. (Reported by Matthias
7578         Clasen).
7579
7580 Tue Sep 30 21:08:43 2003  Kristian Rietveld  <kris@gtk.org>
7581
7582         * gtk/gtkcombobox.c (gtk_combo_box_init): actually show the child.
7583
7584         * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_init): ditto. (#123543,
7585         Marco Pesenti Gritti).
7586
7587 2003-09-30  Murray Cumming  <murrayc@usa.net>
7588  
7589         * gtk/gtkcellrenderer.h: The render vfunc takes a GdkDrawable*
7590         instead of a GdkWindow*, because that what it is given. The 
7591         documentation was already correct. This should cause no API/ABI
7592         breakage with C compilers.
7593         * gtk/gtkcellrenderertext.c, gtkcellrendererpixbuf.c, 
7594         gtkcellrenderertogger.c: Updated the declarations of the render vfunc
7595         implementation accordingly.
7596
7597 2003-09-30  Matthias Clasen  <maclas@gmx.de>
7598
7599         * gdk/gdkkeys.c (gdk_keymap_class_init): Document the
7600         "direction-changed" and "keys-changed" signals.
7601
7602         * gdk/gdkscreen.c (gdk_screen_class_init): Document the 
7603         "size-changed" signal.
7604
7605         * gdk/gdkdisplaymanager.c (gdk_display_manager_class_init): 
7606         Document the "display-opened" signal.
7607
7608         * gdk/gdkdisplay.c (gdk_display_close): Doc tweak.
7609         (gdk_display_class_init): Document the "closed" signal.
7610
7611 Sat Sep 27 16:02:40 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
7612
7613         * gtk/gtktextview.[ch]: rename property tab_moves_focus to
7614         accepts_tab. (#122709 again).
7615
7616 2003-09-27  Matthias Clasen  <maclas@gmx.de>
7617
7618         * gtk/gtkwindow.c (gtk_window_new):
7619         * gtk/gtkitemfactory.c (gtk_item_factory_new): Document 
7620         the fact that the newly created object does not come with 
7621         a floating reference.  (#103068, patch by Frederic Lespez)
7622         
7623         * gtk/gtkitemfactory.h: Deprecate GtkItemFactory in favor 
7624         of GtkUIManager. Just leave GtkTranslateFunc undeprecated, 
7625         since GtkActionGroup uses it.
7626
7627         * tests/testtext.c: Turn off GTK_DISABLE_DEPRECATED, since
7628         this test uses the soon-to-be-deprecated GtkItemFactory.
7629
7630         * demos/gtk-demo/Makefile.am (demos): Add ui_manager.c,
7631         remove item_factory.c
7632
7633         * demos/gtk-demo/ui_manager.c: Duplicate of item_factory.c 
7634         using GtkUIManager instead of GtkItemFactory.
7635
7636         * tests/testmerge.c: Demonstrate the use of the 
7637         connect-proxy signal.
7638
7639         * gtk/gtkaction.c (connect_proxy): Add connect-proxy and 
7640         disconnect-proxy signals to do small customizations 
7641         like displaying tooltips in the statusbar without 
7642         custom actions.  (#122894, Philip Langdale)
7643
7644         * gtk/gtkuimanager.c (update_node): Don't leak tooltip.
7645
7646 Fri Sep 26 23:49:44 2003  Kristian Rietveld  <kris@gtk.org>
7647
7648         Landing the new ComboBox. Note that only gtkcombobox.h and
7649         gtkcomboboxentry.h are public.
7650
7651         * gtk/gtkcellview.[ch], gtk/gtkcellviewmenuitem.[ch],
7652         gtk/gtkcombobox.[ch], gtk/gtkcomboboxentry.[ch]: new files.
7653
7654         * gtk/Makefile.am, gtk/gtk.h: adding the new files.
7655
7656         * tests/testcombo.c: and a new test.
7657
7658         * tests/Makefile.am: adding the new test.
7659
7660 2003-09-25  Tor Lillqvist  <tml@iki.fi>
7661
7662         * demos/gtk-demo/main.c: Don't use hardcoded DEMOCODEDIR on Windows.
7663
7664 2003-09-21  Tor Lillqvist  <tml@iki.fi>
7665
7666         * gdk/win32/gdkevents-win32.c (handle_wm_paint): New
7667         function. Code split out from gdk_event_translate(). Needed
7668         because gdk_event_get_graphics_expose() couldn't do anything
7669         sensible otherwise. (Not that I think graphics exposes work anyway
7670         in gdk/win32, but at least now the code could work.)
7671
7672         (gdk_event_get_graphics_expose): Call handle_wm_paint() instead of
7673         gdk_event_translate(), which couldn't have worked as it doesn't
7674         take any pre-allocated GdkEvent parameter any longer.
7675         
7676         (gdk_event_translate): Handle WM_MOUSEACTIVATE: Don't let
7677         GDK_WINDOW_TEMP windows be activated. (#122578, John Ehresman)
7678
7679 2003-09-24  Matthias Clasen  <maclas@gmx.de>
7680
7681         * demos/gtk-demo/appwindow.c (do_appwindow): Demonstrate tooltips
7682         on toolitems.
7683
7684         * gtk/gtkaction.c (connect_proxy): Sync tooltips on toolitems.
7685
7686         * gtk/gtkuimanager.c (update_node): Don't complain about missing
7687         actions on popups. Re-set "tooltip" property on toolitems after
7688         adding them to parent to trigger proxy update.
7689
7690 2003-09-22  Matthias Clasen  <maclas@gmx.de>
7691
7692         * tests/testmerge.c (main): Initially activate the JUSTIFY_RIGHT
7693         group member to test the fix for #122904.
7694
7695         * gtk/gtkactiongroup.c (gtk_action_group_add_radio_actions_full): 
7696         Add the action to the group before activating it, otherwise we
7697         may end up with multiple active group members.  (#122904, Marco
7698         Pesenti Gritti)
7699
7700 2003-09-21  Matthias Clasen  <maclas@gmx.de>
7701
7702         Changes to make cross-process merging feasible:
7703         
7704         * gtk/gtkuimanager.[hc]: Add a readonly "ui" property which holds the
7705         merged UI definition. Remove the "changed" signal, since its role
7706         is now filled by "notify::ui". Instead add a "actions-changed" signal
7707         which gets emitted when the set of actions changes.
7708
7709         * gtk/gtktoggleactionprivate.h:
7710         * gtk/gtktoggleaction.[hc] (gtk_toggle_action_[sg]et_draw_as_radio):
7711         Add a "draw_as_radio" property to toggle actions so that they can be
7712         used as proxies for radio actions much like the "draw_as_radio" 
7713         property on check menu items enables them to operate as proxies for
7714         radio actions.
7715
7716         Prevent the "show_all" trap for action-based menus (see
7717         http://mail.gnome.org/archives/gtk-devel-list/2003-September/
7718         msg00260.html):
7719
7720         * gtk/gtkmenu.c (gtk_menu_{hide,show}_all): Remove g_return_if_fail()
7721         calls from static functions.
7722
7723         * gtk/gtkuimanager.c (update_node): 
7724         * gtk/gtkaction.c (connect_proxy): Set "no_show_all" on constructed
7725         widgets whose visibility is externally controlled.
7726
7727         * gtk/gtkwidget.[hc] (gtk_widget_[gs]et_no_show_all): Add a boolean 
7728         "no_show_all" property with setter and getter. When TRUE, it keeps
7729         gtk_widget_{hide,show}_all() from modifying the visibility of the 
7730         widget and its children.
7731
7732 Sun Sep 21 23:13:37 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
7733
7734         * gtk/gtktextview.[ch]: Add new "tab moves focus" property (#122709)
7735
7736 2003-09-20  Tor Lillqvist  <tml@iki.fi>
7737
7738         * gtk-zip.sh.in: Don't use zip -r on the etc directory, to avoid
7739         including editor backup files. List files we want explicitly.
7740
7741         * gtk/gtkmain.c (_gtk_get_lc_ctype): New function. On Unix, just
7742         calls setlocale (LC_CTYPE, NULL). On Windows, looks for the
7743         LC_ALL, LC_CTYPE and LANG environment variables, than calls
7744         g_win32_getlocale().
7745
7746         (gtk_get_default_language): Code snippet moved to above function,
7747         call it.
7748
7749         * gtk/gtkimmulticontext.c (gtk_im_multicontext_get_slave)
7750         * gtk/gtkrc.c (gtk_rc_context_parse_file): Call
7751         _gtk_get_lc_ctype() instead of setlocale().
7752
7753 Fri Sep 19 18:15:31 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
7754
7755         * gtk/gtkpaned.c, gtk/gtkhpaned.c: implement RTL flipping
7756         (#96632)
7757
7758 Fri Sep 19 13:24:54 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
7759
7760         * gtk/gtktreeview.c (gtk_tree_view_get_cursor): Improve
7761         documentation. (#117306, Steve Chaplin)
7762
7763 2003-09-19  Tor Lillqvist  <tml@iki.fi>
7764
7765         * gdk/win32/gdkkeys-win32.c (update_keymap): Handle dead keysyms
7766         present on the US-International keyboard. For clarity, order
7767         keysyms in case statement according to numeric value.
7768
7769         (gdk_keymap_translate_keyboard_state): Handle Caps Lock
7770         correctly. (#120176, Ken Rastatter and Owen Taylor)
7771
7772 2003-09-18  Matthias Clasen  <maclas@gmx.de>
7773
7774         * gtk/gtkaction.c (gtk_action_finalize): Call g_closure_unref() to
7775         unref a closure, not g_object_unref().  (#122637, Marco Pesenti Gritti)
7776
7777         Install accelerators on actions, not on proxies, support
7778         accelerator-only actions:
7779         
7780         * gtk/gtkmenu.c (get_accel_path): New function to get the accel path
7781         and its lock status either via _gtk_widget_get_accel_path() or by 
7782         looking at the accel_path stored in the menu item itself and determining
7783         its lock status by peeking into the contained accel label. This was
7784         already (accidentally) committed a week ago.
7785
7786         * gtk/gtkaction.h (gtk_action_set_accel_group):
7787         (gtk_action_[dis]connect_accelerator): New functions.
7788
7789         * gtk/gtkaction.c (struct _GtkActionPrivate): Add accel_group,
7790         accel_closure and accel_count. We must have a reference to the 
7791         accel_group, since we need it in connect_proxy. The count is necessary
7792         to ensure that the accelerator isn't removed before the last proxy 
7793         requesting it has been unmerged.
7794         (connect_proxy): Connect the accelerator to the 
7795         action now, only set the accel_path on the menuitem.
7796         (remove_proxy): Disconnect the accelerator from the action, not from
7797         the menuitem.
7798         (gtk_action_set_accel_group): Set the accel group. 
7799         (gtk_action_[dis]connect_accelerator): Count the number of times
7800         this functions have been called and install/remove the accelerator if
7801         the count leaves/reaches zero.
7802
7803         * gtk/gtkuimanager.h (GtkUIManagerItemType): Add 
7804         GTK_UI_MANAGER_ACCELERATOR.
7805
7806         * gtk/gtkuimanager.c (NodeType): Add NODE_TYPE_ACCELERATOR.
7807         (start_element_handler): Create NODE_TYPE_ACCELERATOR nodes from
7808         <accelerator> elements.
7809         (gtk_ui_manager_add_ui): Create NODE_TYPE_ACCELERATOR nodes when
7810         type is GTK_UI_MANAGER_ACCELERATOR.
7811         (update_node): Set the accel group on actions before creating their
7812         proxies. Don't set the accel group on created menus. For 
7813         NODE_TYPE_ACCELERATOR nodes, [dis]connect the actions' accelerator.
7814         (print_node): Also emit <accelerator> elements.
7815
7816         * tests/testmerge.c (dump_accels): Add a "Dump Accels" button. 
7817
7818         * gtk/gtkuimanager.c (update_node): Robustness improvements.
7819
7820 2003-09-17  Matthias Clasen  <maclas@gmx.de>
7821
7822         * gtk/gtkuimanager.c (text_handler): Report unexpected character
7823         data as error from the GMarkup parser, otherwise things like
7824         gtk_ui_manager_add_ui_from_string (ui, "Hi there!", -1, &error) 
7825         pass unexpectedly.
7826
7827 Wed Sep 17 02:38:53 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
7828
7829         * gtk/gtktoolbar.c (gtk_toolbar_class_init): revert accidentally
7830         committed redraw_on_allocate change.
7831
7832 Tue Sep 16 10:42:00 2003  Eric Warmenhoven  <eric@warmenhoven.org>
7833
7834         * gdk/linux-fb/gdkwindow-fb.c: Add gdk_window_set_keep_{above,below}
7835         stubs to fix compilation
7836
7837         * gdk/linux-fb/gdkrender-fb.c: Add gdk_shadow_fb_stop_updates stub for
7838         when shadowfb is disabled. Patch from pjm@cctechnol.com (#120847).
7839
7840         * gdk/linux-fb/gdkmouse-fb.c: Add GDK_MOUSE_DEVICE environment
7841         variable. Patch from Marc Welz (#121347).
7842
7843 2003-09-16  Matthias Clasen  <maclas@gmx.de>
7844
7845         * gtk/gtkaction.h: Apply egtk-format-protos.
7846
7847 2003-09-15  Matthias Clasen  <maclas@gmx.de>
7848
7849         * gtk/gtkuimanager.c: Doc tweaks.
7850
7851         Smart separators; see 
7852         http://mail.gnome.org/archives/gtk-devel-list/2003-September/msg00133.html:
7853         
7854         * gtk/gtkuimanager.c (update_smart_separators): New function which 
7855         implements "smart" separators by iterating once over the entries of a 
7856         menu, hiding and showing separators as necessary.
7857         (update_node): Mark separators used as fences of placeholders as
7858         hidden. Explicitly added separators are marked as smart. Call 
7859         update_smart_separators after updating a menu or toolbar node. 
7860         Connect update_smart_separators to "notify::visible" signal on menu
7861         and tool items.
7862         
7863         * tests/merge-[12].ui: Test smart separators.
7864
7865         Changes to allow setting action state before connecting signal; see
7866         the thread starting at 
7867         http://mail.gnome.org/archives/gtk-devel-list/2003-September/msg00140.html:
7868         
7869         * gtk/gtkactiongroup.[hc]: (gtk_action_group_add_radio_actions):
7870         (gtk_action_group_add_radio_actions_full): Add value parameter to allow
7871         setting the currently selected group member before connecting signals.
7872         (GtkToggleActionEntry): Separate struct for constructing toggle actions,
7873         including a boolean to initialize the action state before connecting
7874         signals.
7875         (gtk_action_group_add_toggle_actions):
7876         (gtk_action_group_add_toggle_actions_full): New functions to construct
7877         toggle actions from an array of GtkToggleActionEntries.
7878
7879         * demos/gtk-demo/appwindow.c: 
7880         * tests/testactions.c: 
7881         * tests/testmerge.c: Adjust to new action group API.
7882
7883 Sun Sep 14 16:59:52 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
7884
7885         * gtk/gtktoolbar.c (gtk_toolbar_init): Name the arrow 
7886         "gtk-toolbar-arrow" so themes can special-case it.
7887
7888 Sun Sep 14 16:07:49 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
7889
7890         * gtk/Makefile.am (gtk_c_sources): sort the list of files.
7891
7892 Sun Sep 14 15:49:00 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
7893
7894         * gtk/gtktoolbar.c (toolbar_item_is_homogeneous): Unref the
7895         PangoFontMetrics. Patch from Steve Chaplin (#122257).
7896
7897 2003-09-14  Tor Lillqvist  <tml@iki.fi>
7898
7899         * gdk/win32/gdkwindow-win32.c (show_window_internal): Remove
7900         special-case code for WS_EX_TRANSPARENT (GDK_INPUT_ONLY) windows,
7901         the usefulness of which was already in doubt. Removing it fixes
7902         bugs #118575 and #121851.
7903
7904 Fri Sep 12 16:32:53 2003  Jonathan Blandford  <jrb@redhat.com>
7905
7906         Merge from stable.
7907
7908         * gtk/gtktreeview.c (gtk_tree_view_button_press): only save the
7909         pressed button (used to determine if we want to initiate a drag later
7910         on) if the current grab widget is either NULL or tree_view (Reported
7911         by Jeroen Zwartepoorte).
7912
7913 2003-09-12  Matthias Clasen  <maclas@gmx.de>
7914
7915         * gdk/gdkdraw.c (gdk_draw_string, gdk_draw_text) 
7916         (gdk_draw_text_wc): Add deprecation notes.  (#121955, Martin Pool)
7917
7918 2003-09-11  Matthias Clasen  <maclas@gmx.de>
7919
7920         * gdk/gdkpango.c: Doc tweaks.
7921
7922         * tests/testgtk.c: Add table menu tests.
7923
7924         * gtk/gtkmenu.c (gtk_menu_free_private): Don't forget to free the 
7925         GtkMenuPrivate struct itself. Pointed out by valgrind.
7926
7927         * gtk/gtkuimanager.c (gtk_ui_manager_finalize): Clean up 
7928         properly.  (#121998)
7929
7930 Wed Sep 10 22:25:04 2003  Kristian Rietveld  <kris@gtk.org>
7931
7932         The table menu patch! Turns GtkMenu into a table, so you can attach
7933         menu items in numerous new ways! Be creative!
7934
7935         Contains some bug fixes and RTL adaptions from Matthias Clasen.
7936
7937         * gtk/gtkmenu.c [toplevel]: introduce ATTACH_INFO_KEY, extend
7938         GtkMenuPrivate, introduce AttachInfo, add child properties enum,
7939         (gtk_menu_free_private), (gtk_menu_get_private): we have to free
7940         the heights array in the private struct,
7941         (gtk_menu_class_init): reorder code a bit, install child properties,
7942         (get_attach_info), (get_child_attach): new utility functions,
7943         (gtk_menu_set_child_property), (gtk_menu_get_child_property): introduce
7944         child properties, for the attach info,
7945         (gtk_menu_remove): remove AttachInfo from menu item,
7946         (gtk_menu_real_insert): implemented algorithm to automagically place
7947         inserted menu items at the correct place in the table,
7948         (gtk_menu_size_request), (gtk_menu_size_allocate),
7949         (compute_child_offset): reworked/rewritten to support table menus,
7950         (gtk_menu_attach): new function,
7951         (find_child_containing), (gtk_menu_move_current): new functions to
7952         get table menu keynav right.
7953
7954         * gtk/gtkmenu.h: add gtk_menu_attach() prototype.
7955
7956 2003-09-10  Matthias Clasen  <maclas@gmx.de>
7957
7958         * gtk/gtksocket.c (gtk_socket_filter_func): Only remove 
7959         PropertyNotify events from the stream if they have been handled,
7960         in order to enable extending the plug<->socket communication via
7961         properties.
7962
7963 Wed Sep 10 01:06:44 2003  Kristian Rietveld  <kris@gtk.org>
7964
7965         Big TreeView DnD fixage, makes drops on empty models work, makes
7966         TreeStore DnD work and gets rid of gtk-tree-model-drop-append.
7967         Related bugs #95362 and #113314. I don't want to touch this code
7968         ever again.
7969
7970         * gtk/gtktreeprivate.h (GtkTreePrivate): add empty_view_drop field.
7971
7972         * gtk/gtktreednd.c (gtk_tree_get_row_drag_data): add check
7973         for selection_data->length.
7974
7975         * gtk/gtktreeview.c (struct DestRow), (dest_row_free),
7976         (set_dest_row), (get_dest_row): we don't store just the row ref
7977         anymore, but a struct with the row ref and additional info,
7978         (set_destination_row): handle drops on empty space and some
7979         style fixes,
7980         (get_logical_dest_row): also return path_down_mode/drop_append_mode
7981         flags, handle dropping childs on their new parents, rewrite
7982         drop append handling into something saner,
7983         (gtk_tree_view_drag_motion): show a "drop possible arrow" on empty
7984         spaces,
7985         (gtk_tree_view_drag_drop): updates for updated backend,
7986         (gtk_tree_view_drag_data_received): updates for updated backend,
7987         path down mode (treestore DnD) handling,
7988         (gtk_tree_view_set_drag_dest_row): set empty_view_drop flag,
7989         when we are trying to drop a row on an empty model,
7990         (gtk_tree_view_get_drag_dest_row): handle empty_view_drop flag.
7991
7992         * gtk/gtkliststore.c (gtk_list_store_drag_data_received),
7993         (gtk_list_store_row_drop_possible): style and drop-append fixes.
7994
7995         * gtk/gtktreestore.c (gtk_tree_store_drag_data_received): ditto.
7996
7997 2003-09-08  Alexander Larsson  <alexl@redhat.com>
7998
7999         * gtk/gtkeventbox.[hc]:
8000         Implement gtk_event_box_get/set_input_only()
8001         
8002         * tests/testgtk.c:
8003         Tests for the new input only event boxes
8004
8005 Mon Sep  8 21:44:20 2003  Kristian Rietveld  <kris@gtk.org>
8006
8007         Fixes from David Hampton <hampton@employees.org> via gtk-devel-list.
8008
8009         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_elt_get_path): fix
8010         the call to gtk_tree_model_filter_add_root,
8011         (gtk_tree_model_filter_row_changed): bail out if c_path is not above
8012         the virtual root, allow building levels on the second try to convert
8013         the child path to a filter path,
8014         (gtk_tree_model_filter_convert_iter_to_child_iter): pass the virtual
8015         root when calling gtk_tree_model_filter_elt_get_path.
8016
8017 2003-09-07  Matthias Clasen  <maclas@gmx.de>
8018
8019         * gtk/gtkuimanager.c (update_node): Fix a C99ism.  (#121640,
8020         Josh Beam)
8021
8022         Fixes for accelerator handling during (un)merging:
8023         
8024         * gtk/gtkuimanager.c (update_node): Move setting info-action
8025         after the switch, since the old action is needed in some cases.
8026         In cases of proxy type mismatch, disconnect the old proxy from
8027         the old action.
8028
8029         * gtk/gtkaction.c (remove_proxy): Renamed from 
8030         gtk_action_remove_proxy(). Move unsetting of the accelerator
8031         here from disconnect_proxy() in order to catch all cases of 
8032         removing a proxy.
8033         (gtk_action_disconnect_proxy): Fix logic in g_return_if_fail()
8034         to fail if proxy isn't a proxy of action.
8035
8036 2003-09-07  Pablo Saratxaga  <pablo@mandrakesoft.com>
8037
8038         * configure.in: Added Uzbek latin (uz) and cyrillic (uz@Cyrl) to
8039         ALL_LINGUAS
8040
8041 2003-09-07  Matthias Clasen  <maclas@gmx.de>
8042
8043         * gtk/gtkaction.c (disconnect_proxy): Make disconnect work
8044         for toolitems.
8045
8046 2003-09-06  Matthias Clasen  <maclas@gmx.de>
8047
8048         * gtk/gtkaction.c (gtk_action_connect_proxy): Disconnect from 
8049         prev_action, not from action.  (Fix by David Hampton)
8050
8051 Fri Sep  5 14:15:10 2003  Owen Taylor  <otaylor@redhat.com>
8052  
8053         * Back out locale-dependent interpretation of
8054         KP_Decimal, the official XFree86 interpretation
8055         is that KP_Decimal => . KP_Separator => ,
8056         always, independent of locale. 
8057         (#105161, Frederic Crozat, 
8058         http://bugs.xfree86.org/show_bug.cgi?id=534)
8059  
8060 2003-09-04  Matthias Clasen  <maclas@gmx.de>
8061
8062         * tests/testmerge.c: Test buttons and toggle buttons as proxies.
8063
8064         * gtk/gtktoggleaction.c (connect_proxy): 
8065         (gtk_toggle_action_real_toggled): Support toggle buttons as proxies. Note 
8066         that a "draw_as_radio" property is needed for check buttons similar to 
8067         check menu items, in order to fully support button proxies for radio actions.
8068
8069         * gtk/gtkaction.c (connect_proxy): Allow buttons as proxies.
8070
8071         * tests/testmerge.c (toggle_dynamic): Test gtk_ui_manager_add_ui(). 
8072
8073         * gtk/gtkuimanager.h: Add GtkUIManagerItemType enum which is needed for the
8074         'type' argument of gtk_ui_manager_add_ui().
8075
8076         * gtk/gtkuimanager.[hc] (gtk_ui_manager_add_ui): Add 'type' and 'top' arguments
8077         to make this function as powerful as the XML methods of adding UI.  (#120647)
8078
8079 Thu Sep  4 19:11:23 2003  Kristian Rietveld  <kris@gtk.org>
8080
8081         Merge from stable.
8082
8083         * docs/RELEASE-HOWTO: updates.
8084
8085 2003-09-04  Matthias Clasen  <maclas@gmx.de>
8086
8087         * tests/merge-2.ui: Use "position" instead of "pos".
8088
8089         * gtk/gtkuimanager.c (start_element_handler): No need 
8090         to be terse: Change the name of the "pos" attribute
8091         to "position".
8092
8093 2003-09-04  Matthias Clasen  <maclas@gmx.de>
8094
8095         * gtk/gtkuimanager.c: Un-prefix GtkUIManagerNodeType and 
8096         GtkUIManagerNode to shorten the names and to make the
8097         GTK_UI_MANAGER_<TYPE> names available for a public enum.
8098
8099         * gtk/gtkactiongroup.c:
8100         * gtk/gtkuimanager.c: Various doc tweaks.       
8101
8102         * gtk/gtkuimanager.c (start_element_handler):
8103         (end_element_handler): Improve error reporting. 
8104
8105 Wed Sep  3 23:18:17 2003  Kristian Rietveld  <kris@gtk.org>
8106
8107         Merge from stable.
8108
8109         * gtk/gtkmenu.c (gtk_menu_real_move_scroll): for the END case,
8110         use end_position - page_size instead of G_MAXINT, since
8111         gtk_menu_scroll_to doesn't CLAMP anymore internally. (Fixes #121237,
8112         reported by Havoc Pennington).
8113
8114 Wed Sep  3 21:58:03 2003  Kristian Rietveld  <kris@gtk.org>
8115
8116         Merge from stable.
8117
8118         * gtk/gtkiconfactory.c (cached_icon_free): if icon->style != NULL,
8119         unref it. (Fixes memleak, patch from Kjartan Maraas).
8120
8121 Wed Sep  3 21:38:26 2003  Kristian Rietveld  <kris@gtk.org>
8122
8123         * gdk/Makefile.am, gdk/linux-fb/gdkfbmanager.c, gdk/x11/gdkcolor-x11.c,
8124         gdk-pixbuf/io-gif.c, gtk/Makefile.am, gtk/gtkcalendar.c,
8125         gtk/gtkclist.c, gtk/gtkctree.c, gtk/gtkdnd.c, gtk/gtkentry.c,
8126         gtk/gtkhandlebox.c, gtk/gtkitemfactory.c, gtk/gtkmenu.c,
8127         gtk/gtknotebook.c, gtk/gtkrange.c, gtk/gtkrc.h, gtk/gtktree.c,
8128         gtk/gtktypeutils.h: big patch from Kjartan Maraas
8129         to fix numerous typos.
8130
8131 Wed Sep  3 17:38:01 BST 2003  Tony Gale <gale@gtk.org>
8132
8133         * docs/faq/gtk-faq.sgml: Correct compile line for threads example.
8134
8135 2003-09-02  Tor Lillqvist  <tml@iki.fi>
8136
8137         * gdk/win32/gdkdisplay-win32.c (gdk_display_open): Don't call
8138         CloseHandle() on the HMODULE returned from GetModuleHandle().
8139         Didn't cause any harm, but didn't do anything useful either. When
8140         running a GTK+ program under MS's debugger, the CloseHandle() call
8141         would cause a "first-chance exception" in ntdll.dll to show up.
8142         (The exception is caught appropriately if you let it proceed, but
8143         it confuses the person using the debugger). Thanks to Bruce
8144         Hochstetler for noticing.
8145
8146 Tue Sep  2 21:01:19 2003  Kristian Rietveld  <kris@gtk.org>
8147
8148         Merge from stable.
8149
8150         * gtk/gtktreeview.c (gtk_tree_view_button_press): revert the change
8151         to only select when button 1 is pressed introduced in the fix of
8152         bug #120187.
8153
8154 2003-09-02  Matthias Clasen  <maclas@gmx.de>
8155
8156         * gtk/gtkactiongroup.c (gtk_action_group_new): Doc addition.
8157
8158         * gtk/gtkuimanager.c: Shorten the names of some static 
8159         functions.
8160
8161         Support adding and removing merge nodes dynamically (#120647, 
8162         Anders Carlsson):
8163         
8164         * gtk/gtkuimanager.[ch] (gtk_ui_manager_new_merge_id): Renamed 
8165         gtk_ui_manager_next_merge_id to gtk_ui_manager_new_merge_id 
8166         and made it public.
8167         (gtk_ui_manager_add_ui): New function to add UI elements
8168         without juggling XML fragments, currently restricted to menuitems,
8169         toolitems and separators. Actions still come from registered 
8170         action groups.
8171
8172 Mon Sep  1 19:39:14 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8173
8174         * gdk/gdkwindow.c (gdk_window_get_bg_gc): Fix bug where the
8175         background pixmap was being offset twice, once by the ts_origin in
8176         gdk_window_get_bg_gc(), and once by gdk_draw_rectangle().
8177
8178 2003-09-01  Matthias Clasen  <maclas@gmx.de>
8179
8180         * gtk/gtkuimanager.[ch] (gtk_ui_manager_ensure_update): Make
8181         this public again, since it's occasionally useful.  (#121128,
8182         Marco Pesenti Gritti)
8183
8184         * gtk/gtkaction.c: Add an "is_important" property and propagate
8185         it to toolitem proxies.  (#121058, Marco Pesenti Gritti)
8186
8187 Mon Sep  1 00:32:30 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8188
8189         * tests/testtoolbar.c (main): connect to "delete_event" so the
8190         application will actually quit when you close the window
8191
8192 2003-09-01  Matthias Clasen  <maclas@gmx.de>
8193
8194         * gtk/gtkuimanager.c (gtk_ui_manager_get_widget) 
8195         (gtk_ui_manager_get_action): g_return_if_fail() if
8196         path is NULL.
8197         (gtk_ui_manager_get_node): Avoid a segfault if path is empty.
8198         (gtk_ui_manager_finalize): Remove the idle on finalize. (#121125, 
8199         Marco Pesenti Gritti)
8200
8201 2003-08-31  Matthias Clasen  <maclas@gmx.de>
8202
8203         * gtk/gtktoolitem.c: Fix some typos in docs.
8204
8205         * gtk/gtkuimanager.[ch] (gtk_ui_manager_get_action): New function,
8206         replaces gtk_ui_manager_activate().  (#120658)
8207
8208         * tests/testmerge.c: Use gtk_ui_manager_get_action() instead of
8209         gtk_ui_manager_activate().
8210
8211         * gtk/gtkaction.c: 
8212         * gtk/gtkactiongroup.c: Some doc tweaks.
8213
8214         * gtk/gtkuimanager.[hc]: Get rid of the remove_widget signal. It
8215         wasn't emitted anyway. Some doc tweaks.
8216
8217 2003-08-30  Matthias Clasen  <maclas@gmx.de>
8218
8219         * tests/testmerge.c (add_widget): Connect to "destroy" on toolbar,
8220         rather than to "remove" on handlebox. 
8221
8222         * gtk/gtkuimanager.[hc] (gtk_ui_manager_activate): New method to
8223         activate an action found by following a path.  (#120658)
8224
8225         * tests/testmerge.c: Add a button to test gtk_ui_manager_activate().
8226
8227         * tests/testmerge.c (add_widget): Put toolbars in handleboxes.
8228
8229         * gtk/gtkuimanager.[hc]: Add a boolean property, "add_tearoffs" with 
8230         setter and getter. If it is set, add tearoff menu items to regular 
8231         menus, but not to popups. Add a signal "changed", which gets emitted
8232         when the merged ui has changed.  (#120649, #120656)
8233
8234         * tests/testmerge.c: Add button to test the generation of tearoff 
8235         menu items.
8236
8237 2003-08-29  Matthias Clasen  <maclas@gmx.de>
8238
8239         * gtk/gtkactiongroup.c (gtk_action_group_add_radio_actions_full): 
8240         Actually group the actions together rather than putting each in its 
8241         own group.
8242
8243         * gtk/gtkradioaction.c (create_menu_item): Set "draw_as_radio" on 
8244         proxy menu items for radio actions.
8245
8246         * gtk/gtkgamma.c (gamma_ok_callback): Use g_strtod instead of strtod.
8247
8248 Fri Aug 29 21:40:01 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8249
8250         * gtk/gtkactiongroup.c (gtk_action_group_add_radio_actions_full):
8251         Fix use of uninitialized variable.
8252
8253         * gtk/gtktextutil.c
8254         (_gtk_text_util_append_special_char_menuitems): add const cast to
8255         get rid of warning
8256
8257 2003-08-29  Matthias Clasen  <maclas@gmx.de>
8258
8259         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_class_init): Install 
8260         "draw_as_radio" as a separate property, not as an alias of 
8261         "inconsistent".
8262         (gtk_check_menu_item_get_property): 
8263         (gtk_check_menu_item_set_property): Also support "draw_as_radio".
8264
8265 Fri Aug 29 20:32:07 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8266
8267         * gtk/gtktoolbar.c: Only treat buttons as homogeneous when they
8268         are narrower than 13 time the estimated character width of the
8269         font. (#107781, David Bordoley)
8270
8271         * gtk/gtktoggletoolbutton.c (gtk_toggle_tool_button_init): Check
8272         here if the GtkToggleButton is active. This may be the case if it
8273         is a radio button.
8274
8275         * gtk/gtktoolbar.c: Clarify documentation wrt. GtkSignalFunc
8276         vs. void (*) (GtkWidget, gpointer). (#107495, Mariano
8277         Suarez-Alvarez).
8278
8279         * gtk/gtkcheckmenuitem.[ch]: new "draw_as_radio"
8280         property. (#111207, David Bordoley).
8281
8282         * gtk/gtktoggletoolbutton.c
8283         (gtk_toggle_tool_button_create_menu_proxy): use new
8284         "draw_as_radio" property on the menu item when the item is a radio
8285         tool button
8286
8287         * gtk/gtktoolbutton.c (gtk_tool_button_create_menu_proxy): Fixes
8288         to only pay attention to the "use_underline" property when the
8289         button label comes from the "label" property.
8290
8291 2003-08-29  Laurent Dhima  <laurenti@alblinux.net>
8292
8293         * configure.in: Added "sq" to ALL_LINGUAS.
8294         
8295 2003-08-28  Matthias Clasen  <maclas@gmx.de>
8296
8297         * gdk/x11/gdkkeys-x11.c (gdk_keymap_translate_keyboard_state): Markup
8298         fix in the docs.
8299
8300         * gtk/gtkuimanager.c: Change the XML format:
8301         <Root> element is replaced by <ui>,
8302         <menu> element is replaced by <menubar>,
8303         <submenu> element is replaced by <menu>,
8304         <dockitem> element is replaced by <toolbar>,
8305         <popups> element is gone,
8306         verb attribute is replaced by action,
8307         name defaults to action or the element name. 
8308
8309         * gtk/gtkactiongroup.[hc]: Replace GtkActionGroupEntry by 
8310         GtkActionEntry and GtkRadioActionEntry. GtkActionEntry is simplified 
8311         by removing the user_data, entry_type and extra_data fields, 
8312         GtkRadioActionEntry is further simplified by removing the callback. 
8313         The user_data can now be specified as an argument to 
8314         gtk_action_group_add_actions(). There is a new method 
8315         gtk_action_group_add_radio_actions(), which is similar to 
8316         gtk_action_group_add_actions(), but takes GtkRadioActionEntrys
8317         and a callback parameter in addition to the user_data. The callback
8318         is connected to the ::changed signal of the first group member.
8319         There are _full() variants taking a GDestroyNotify of 
8320         gtk_action_group_add_[radio_]actions().
8321
8322         * gtk/gtkradioaction.[hc]: Add a ::changed signal which gets emitted 
8323         on every member of the radio group when the active member is changed. 
8324         Add an integer property "value", and a getter for the value of "value"
8325         on the currently active group member. 
8326
8327         * tests/testactions.c: 
8328         * tests/testmerge.c: 
8329         * tests/merge-[123].ui:  
8330         * demos/gtk-demo/appwindow.c: Adjust to these changes.
8331
8332         * gtk/gtktoolbar.c (gtk_toolbar_append_element): Trivial doc fix.
8333
8334 2003-08-27  Anders Carlsson  <andersca@gnome.org>
8335
8336         * demos/gtk-demo/appwindow.c (do_appwindow): Focus the
8337         text view, so the tool bar won't have focus.
8338
8339 Tue Aug 26 09:57:38 2003  Owen Taylor  <otaylor@redhat.com>
8340
8341         * gdk/x11/gdkkeys-x11.c (update_keymaps): Fix variable
8342         declaration not at start of block. (#120371, Damien Carbery)
8343
8344 2003-08-26  Matthias Clasen  <maclas@gmx.de>
8345
8346         * gtk/gtkuimanager.[hc] (gtk_ui_manager_add_ui_from_string): Use gssize 
8347         for length, not gsize.
8348
8349         * gtk/gtkuimanager.c: Refactor the XML format a bit: rename <Root> to 
8350         <ui> and make it optional in strings. Rename verb to action, <dockitem> 
8351         to <toolbar>, <menu> to <menubar>, <submenu> to <menu>.
8352
8353         * demos/gtk-demo/appwindow.c: 
8354         * tests/testactions.c: 
8355         * tests/testmerge.c:
8356         * tests/merge-1.ui:
8357         * tests/merge-2.ui:
8358         * tests/merge-3.ui: Adjust to the new XML format.
8359
8360 Mon Aug 25 19:55:55 2003  Owen Taylor  <otaylor@redhat.com>
8361
8362         * gtk/gtktextview.c (gtk_text_view_update_layout_width): 
8363         Since we add one to the layout's reported width to
8364         account for the cursor, we need to subtract one when
8365         setting the wrap width for the layout. (Fixes infinite
8366         loop (#120325, Frederic Crozat)
8367
8368         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): 
8369         Be a bit more careful about rounding when converting
8370         wrapped width from Pango units to pixels.
8371
8372 2003-08-26  Matthias Clasen  <maclas@gmx.de>
8373
8374         Rename GtkMenuMerge to GtkUIManager. 
8375         
8376         * gtk/gtkuimanager.[hc]: New files. 
8377         * gtk/gtkmenumerge.[hc]: Removed. 
8378
8379         * gtk/Makefile.am: 
8380         * gtk/gtk.h:
8381         * tests/testmerge.c: 
8382         * tests/testactions.c: 
8383         * demos/gtk-demo/appwindow.c: Replace all uses of GtkMenuMerge by 
8384         GtkUIManager.
8385
8386         * demos/gtk-demo/appwindow.c: Make GtkMenuMerge demo less intimidating: 
8387         add comments to entries array, remove newlines from ui definition. Don't 
8388         use the ::add_widget signal.
8389
8390 Mon Aug 25 17:28:04 2003  Owen Taylor  <otaylor@redhat.com>
8391
8392         * gtk/gtknotebook.c (gtk_notebook_forall): Don't
8393         include page->menu_label - causes various problems,
8394         including #12047.
8395
8396 Mon Aug 25 23:21:43 2003  Kristian Rietveld  <kris@gtk.org>
8397
8398         Merge from stable.
8399
8400         Fixes #115871, reported by Michael Natterer.
8401
8402         * gtk/gtktreeprivate.h: added GtkTreeSelectMode enum,
8403         added ctrl_pressed and shift_pressed bitfields,
8404         (_gtk_tree_selection_internal_select_node): replace GdkModifierType
8405         arg with GtkTreeSelectMode.
8406
8407         * gtk/gtktreeselection.c (gtk_tree_selection_set_mode),
8408         (gtk_tree_selection_select_path), (gtk_tree_selection_unselect_path),
8409         (_gtk_tree_selection_internal_select_node): all updated for
8410         GdkModifierType -> GtkTreeSelectMode move.
8411
8412         * gtk/gtktreeview.c (gtk_tree_view_button_press): set ctrl_pressed
8413         and shift_pressed around selection handling block,
8414         (gtk_tree_view_real_select_cursor_row),
8415         (gtk_tree_view_real_toggle_cursor_row),
8416         (gtk_tree_view_real_selection_cursor_parent),
8417         (gtk_tree_view_real_set_cursor): use ctrl_pressed and shift_pressed,
8418         instead of checking the event state. And also updates for the
8419         GdkModifierType -> GtkTreeSelectMode move.
8420
8421 Wed Aug 20 21:26:49 2003  Owen Taylor  <otaylor@redhat.com>
8422
8423         * gtk/gtkplug.c (gtk_plug_focus): Send the focus on
8424         to the parent when there was no focus widget before
8425         and no focus widget after - that is, when there are
8426         no focusable widgets. (#108678, help tracking it
8427         down from Padraig O'Briain, Federico Mena Quintero, )
8428
8429         * gtk/gtkxembed.[ch]: Move various shared utilities
8430         for the XEMBED protocol eused by GtkPlug and GtkSocket 
8431         here.
8432
8433         * gtk/gtkxembed.[ch] gtkplug.c gtksocket.c: Implement
8434         a flag bit that is sent with focus mesages to indicate
8435         that the focus has wrapped around on the toplevel;
8436         use this bit to catch infinite loops when there is no
8437         focusable widget at ll in the entire toplevel.
8438
8439         * tests/testsocket.c (child_read_watch): Remove an
8440         extraneous unref.
8441
8442         * gtk/gtkplug.c gtk/gtksocket.c gtk/gtkxembed.h: 
8443         Up XEMBED protocol version to 1, add logic for 
8444         sending the right version in XEMBED_EMBEDDED_NOTIFY.
8445
8446         * gtk/gtksocket.c (gtk_socket_add_window): Send
8447         the embedder window in the XEMBED_EMBEDDED_NOTIFY
8448         as the spec requires.
8449
8450 Mon Aug 25 16:15:41 2003  Owen Taylor  <otaylor@redhat.com>
8451
8452         * gdk/x11/gdkkeys-x11.c: Fix up CapsLock and 
8453         NumLock handling for non-XKB. Add a special case
8454         hack for NumLock on Sun servers. (Patch from
8455         Robert Basch, #115819)
8456
8457 2003-08-25  Matthias Clasen  <maclas@gmx.de>
8458
8459         * gtk/gtkactiongroup.c (gtk_action_group_add_actions): Remove C99isms. (Morten 
8460         Welinder)
8461
8462         * gtk/gtkactiongroup.[hc] (gtk_action_group_set_translate_func,
8463         gtk_action_group_set_translation_domain): Hooks for translation of
8464         label and tooltip in GtkActionGroupEntries.  (#120620)
8465
8466 2003-08-25  Matthias Clasen  <maclas@gmx.de>
8467
8468         * gtk/gtkactiongroup.h (GtkActionGroupEntryType): Namespace the enum
8469         values properly. Sorry about the resize grip trouble, Owen.  (#120621)
8470         
8471         * gtk/gtkactiongroup.c: 
8472         * demos/gtk-demo/appwindow.c: 
8473         * tests/testmerge.c: 
8474         * tests/testactions.c: Use new GtkActionGroupEntryType enum.  
8475
8476 Sun Aug 24 17:14:44 2003  Owen Taylor  <otaylor@redhat.com>
8477
8478         * gtk/gtk.h: Remove reference to gtkresizegrip.h.
8479
8480 Sun Aug 24 17:03:44 2003  Owen Taylor  <otaylor@redhat.com>
8481
8482         * gtk/Makefile.am: Fix accidental commit of references
8483         to gtkresizegrip.[ch]
8484
8485 Sun Aug 24 17:00:03 2003  Owen Taylor  <otaylor@redhat.com>
8486
8487         * gtk/gtkrc.c: Fix some missing initializations of
8488         rc_file->directory.
8489
8490 2003-08-24  Matthias Clasen  <maclas@gmx.de>
8491
8492         * gtk/gtkaction.[ch]: 
8493         * gtk/gtktoggleaction.[ch]: 
8494         * gtk/gtktoggleactionprivate.h: 
8495         * gtk/gtkradioaction.[ch]: 
8496         * gtk/gtkactiongroup.[ch]: 
8497         * gtk/gtkmenumerge.[ch]: A model-view separation for menus and
8498         toolbars, using the EggMenu code by James Henstridge.
8499
8500         * gtk/gtk.h: Include new headers.
8501         * gtk/Makefile.am: Add new files.
8502
8503         * tests/testactions.c: Test for actions.
8504         * tests/testmerge.c: Test for menu merging.
8505         * tests/merge-[123].ui: Test data for testmerge. 
8506         * tests/Makefile.am: Add testactions and testmerge.
8507
8508         * demos/gtk-demo/appwindow.c: Use GtkMenuMerge to construct the 
8509         menubar and toolbar.
8510         
8511 Sat Aug 23 21:40:18 2003  Owen Taylor  <otaylor@redhat.com>
8512  
8513         * gtk/gtkrc.c (gtk_rc_context_parse_one_file): Fix 
8514         problem where rc_file->directory wasn't always getting
8515         set. (#120549, Luis Villa)
8516  
8517 2003-08-22  Christian Rose  <menthos@menthos.com>
8518
8519         * configure.in: Added "ne" to ALL_LINGUAS.
8520
8521 Thu Aug 21 16:00:36 2003  Owen Taylor  <otaylor@redhat.com>
8522  
8523         * gtk/gtkrc.c: Keep a list of current GtkRcFiles
8524         being parsed, not just the directories for those
8525         files. Use that to catch recursion. (Part of
8526         #114988)
8527  
8528 Thu Aug 21 21:27:45 2003  Kristian Rietveld  <kris@gtk.org>
8529
8530         Merge from stable.
8531
8532         Fix option menu scrolling (#119821, Owen Taylor).
8533
8534         * gtk/gtkmenu.c (gtk_menu_scroll_to): remove logic introduced
8535         by #80484 and the CLAMP,
8536         (get_menu_height): new function,
8537         (gtk_menu_real_move_scroll): sort of moved the CLAMP here to correct
8538         new_offset to handle page up/down right.
8539
8540 Thu Aug 21 15:17:42 2003  Owen Taylor  <otaylor@redhat.com>
8541
8542         * gdk/x11/gdkkeys-x11.c: Change the interpretation
8543         of consumed_modifiers so that it contains:
8544          - Modifiers combinations actually found in
8545            state.
8546          - Single modifier modifier combinations.
8547         But not multi-modifier combinations that aren't
8548         in event->state. Document. (#100439)
8549
8550 Thu Aug 21 20:53:46 2003  Kristian Rietveld  <kris@gtk.org>
8551
8552         Slightly modified patch from Yann Rouillard to improve selection
8553         behavior with the mouse. Fixes #120187.
8554
8555         * gtk/gtktreeview.c (gtk_tree_view_button_press): only
8556         select/deselect items on the first button press of button 1,
8557         expand checks for row_activated to include triple clicks.
8558
8559 Thu Aug 21 01:33:51 2003  Kristian Rietveld  <kris@gtk.org>
8560
8561         Merge from stable.
8562
8563         * gtk/gtkspinbutton.c (gtk_spin_button_size_request): always round
8564         approximate digit widths up, to avoid truncation, convert to
8565         pango pixels when we have the full string width instead of converting
8566         the approx digit width to pango pixels, take inner border and
8567         interior focus into account correctly. (Fixes #116368, patch from
8568         Morten Welinder).
8569
8570 2003-08-20  Noah Levitt  <nlevitt@columbia.edu>
8571
8572         * gtk/queryimmodules.c: Don't look at the same directory twice (in
8573         simple cases). (#120342)
8574
8575 Wed Aug 20 22:04:47 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8576
8577         * gdk/gdkwindow.c: Make the layers in the paint stack have their
8578         own pixmap instead of sharing one. (#118317)
8579
8580         * tests/testgtk.c (create_get_image): Fixes to make the window fit
8581         on an 800x600 screen
8582
8583 Wed Aug 20 22:03:25 2003  Kristian Rietveld  <kris@gtk.org>
8584
8585         Merged from stable.
8586
8587         * gtk/gtkspinbutton.c (start_spinning): change the type of step
8588         to gdouble, since it gets it's data from a gdouble (Fixes #113547).
8589
8590 Mon Aug 18 17:19:12 2003  Owen Taylor  <otaylor@redhat.com>
8591
8592         * modules/input/gtkimcontextxim.[ch]: Substantially
8593         rework the handling of status windows:
8594         
8595          - Store the current StatusWindow in the 
8596            GtkIMContextXIM structure and vice-versa, so we
8597            don't have to hunt the window hierarchy on
8598            cleanup.
8599          - Use the Gtkidget hierarchy instead of/or as well
8600            as the GdkWindow hierarchy when finding the toplevel;
8601            this helps for things like GtkHandlebox
8602          - Watch GtkWidget::hierarchy_changed to catch 
8603            changes in the toplevel without changes in the
8604            GdkWindow (reparenting)
8605          - Never create the GtkWindow for the status window
8606            unless we have text to display.
8607          - Various cleanups, add lots of comments.
8608
8609         (#115077, much help from Takuro Ashie and Hidetoshi
8610         Tajima in tracking this down and figuring out a fix.)
8611
8612         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_focus_in): 
8613
8614         * modules/input/gtkimcontextxim.c: Track the current
8615         screen for each toplevel so that we show the status
8616         window on the right screen. (#116340, James Su)
8617
8618         * modules/input/gtkimcontextxim.c: If create a new IC
8619         when we currently have the focus, call XSetICFocus()
8620         on it.
8621         
8622         * modules/input/gtkimcontextxim.c (get_im): Fix bug
8623         with multiple open screens.
8624
8625 Tue Aug 19 14:37:46 2003  Owen Taylor  <otaylor@redhat.com>
8626
8627         * gtk/gtkimmulticontext.[ch] (struct _GtkIMMulticontext): 
8628         Replace client_window field with 'priv' pointer,
8629         retaining binary compatibility.
8630
8631         * gtk/gtkimmulticontext.c (gtk_im_multicontext_set_slave): 
8632         save use_preedit/cursor_location/focus status and set
8633         up the new slave appropriately. (#118651, Botond Botyanszki)
8634
8635 Tue Aug 19 13:58:50 2003  Owen Taylor  <otaylor@redhat.com>
8636
8637         * gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): 
8638         Don't use impl->position_info.clip_rect for toplevels.
8639         (#107068, reported by Thomas Mirlacher)
8640
8641 Mon Aug 18 11:48:51 2003  Owen Taylor  <otaylor@redhat.com>
8642
8643         * gdk/x11/gdkdrawable-x11.c (convert_to_format): 
8644         Add a fallback for unaligned source data for
8645         FORMAT_ARGB_MASK. (#117217)
8646
8647 Mon Aug 18 10:51:57 2003  Owen Taylor  <otaylor@redhat.com>
8648
8649         * configure.in: Rework handling of REBUILD_PNGS,
8650         so that we also don't try to REBUILD_PNGS when
8651         cross-compiling and there is no gdk-pixbuf-csource.
8652         But give an error if gtk/stock-icons/gtkstockpixbufs.h
8653         is not in the source tree. (Note that REBUILDS_PNG
8654         was set backwards before, which is why you always
8655         had to manually recreate gtkstockpixbufs.h!)
8656
8657 Mon Aug 18 10:19:55 2003  Owen Taylor  <otaylor@redhat.com>
8658
8659         * gtk+-2.0-uninstalled.pc.in: Add a missing gtk/ in the
8660         path to libgtk.la. (#120080, Benedikt Spranger)
8661
8662 Sat Aug 16 10:34:49 2003  Owen Taylor  <otaylor@redhat.com>
8663
8664         * modules/input/imcedilla.c: Make the list of default
8665         languages more comprehensive. (Suggestion of
8666         Fco. Javier F. Serrador)
8667
8668 Sat Aug  9 12:47:11 2003  Owen Taylor  <otaylor@redhat.com>
8669
8670         * gdk/gdk.c (gdk_arg_context_parse): Fix broken 
8671         parentheses when skipping args.
8672
8673 Sat Aug 16 16:22:23 2003  Kristian Rietveld  <kris@gtk.org>
8674
8675         Fix major bug in row ref handling, so the new combo box
8676         will actually work right (:. Bug #107748. Patch written
8677         with help from Tim Janik.
8678
8679         The basic idea is to update the row refs in a closure,
8680         before the actual signal is emitted (rather than having
8681         the model connect signal handlers).
8682
8683         * gtk/gtktreemodel.c (gtk_tree_model_base_init): change
8684         g_signal_new calls for row_inserted, row_deleted and
8685         rows_reordered to use the new marshallers,
8686         (row_inserted_marshall), (row_deleted_marshall),
8687         (rows_reordered_marshall): the new marshallers,
8688         (gtk_tree_row_ref_inserted_callback): renamed to
8689         gtk_tree_row_ref_inserted since it isn't a callback
8690         anymore and gets called by the marshaller now,
8691         (gtk_tree_row_ref_deleted_callback): likewise,
8692         (gtk_tree_row_ref_reordered_callback): likewise,
8693         (connect_ref_callbacks), (disconnect_ref_callbacks):
8694         removed,
8695         (gtk_tree_row_reference_new_proxy),
8696         (gtk_tree_row_reference_free),
8697         (gtk_tree_row_reference_inserted),
8698         (gtk_tree_row_reference_deleted),
8699         (gtk_tree_row_reference_reordered): updated.
8700
8701 Fri Aug 15 16:54:39 2003  Owen Taylor  <otaylor@redhat.com>
8702
8703         Improve Cedilla handling - based on a patch from Gustavo 
8704         De Nardin, #111334
8705
8706         * modules/input/imcedilla.c po/POTFILES.in: Input method that 
8707         produces C_WITH_CEDILLA rather than C_WITH_ACUTE for 
8708         dead_acute+c combinations. Make this the default for
8709         fr and pt.
8710
8711         * gtk/gtkimmulticontext.c (gtk_im_multicontext_get_slave): 
8712         Use LC_CTYPE instead of LC_MESSAGES to pick the default
8713         input method.
8714
8715 Fri Aug 15 17:00:19 2003  Owen Taylor  <otaylor@redhat.com>
8716
8717         * gtk/gtkimcontextsimple.c: Fix missing compose sequence
8718         for Multi_key+c+apostrophe.
8719
8720 Fri Aug 15 21:57:34 2003  Kristian Rietveld  <kris@gtk.org>
8721
8722         Merged from stable.
8723
8724         * gtk/gtktreeview.c (gtk_tree_view_adjustment_changed): stop editing
8725         on vertical scrolling. (#108035, reported by Tim Janik).
8726
8727 Fri Aug 15 20:06:42 2003  Kristian Rietveld  <kris@gtk.org>
8728
8729         Merged from stable.
8730
8731         * gtk/gtktreeview.c (gtk_tree_model_sort_row_changed),
8732         (gtk_tree_model_sort_level_find_insert),
8733         (gtk_tree_model_sort_insert_value): fix off-by-one error.
8734         (#109292 continued, patch from Yann Rouillard).
8735
8736 Fri Aug 15 19:43:14 2003  Kristian Rietveld  <kris@gtk.org>
8737
8738         (Note: This is not exactly the same as the patch which went in
8739          gtk-2-2).
8740
8741         * gtk/gtktreeview.c (gtk_tree_view_class_init),
8742         (gtk_tree_view_key_press), (gtk_tree_view_search_key_press_event):
8743         Also support the up, down, left, right, home, end, page up and
8744         page down keys on the numpad. (#119419, reported by Alex Larsson).
8745
8746 Fri Aug 15 12:34:04 2003  Owen Taylor  <otaylor@redhat.com>
8747
8748         Fixes for X/Cygwin builds of GTK+ (#107623, Masahiro Sakai):
8749
8750         * configure.in (GDK_DEP_LIBS_FOR_X): Make sure that
8751         we link libgtk against X explicitely, since we
8752         make GTK+ calls for plug/socket.
8753
8754         * gtk/queryimmodules.c: Use USE_LA_MODULES and 
8755         G_MODULE_SUFFIX here. 
8756
8757         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_image): Protect
8758         XShmPutImage with #ifdef USE_SHM.
8759
8760 Thu Aug 14 18:25:39 2003  Owen Taylor  <otaylor@redhat.com>
8761
8762         * gtk/gtkfilesel.c (gtk_file_selection_populate):
8763         Don't reposition the cursor when we aren't trying
8764         to complete. (Fixes problems with selection on
8765         startup, #108433, reported by Mark Finlay.)
8766
8767         * gtk/gtkfilesel.c (gtk_file_selection_populate): Remove
8768         code that tried to position the cursor after the common
8769         prefix when there was one, it wasn't working, and
8770         would be hard to fix. Just always put the cursor
8771         at the end when completing.
8772
8773 Thu Aug 14 17:58:23 2003  Owen Taylor  <otaylor@redhat.com>
8774
8775         * gtk/gtkfilesel.c (get_current_dir_utf8): If getting
8776         the current directory fails because of encoding
8777         conversion problems, walk up textually to parent
8778         directories until we can convert. (#113627)
8779
8780 Wed Aug 13 17:01:49 2003  Owen Taylor  <otaylor@redhat.com>
8781
8782         * gtk/gtkmenushell.[ch] (gtk_menu_shell_enter_notify):
8783         Remove usage of menu_shell->ignore leave which was
8784         to deal with stray events we no longer get because
8785         we do grabbing differently. Comment it as unused in
8786         the header. (#115837, Keith Bissett)
8787
8788 Wed Aug 13 16:32:43 2003  Owen Taylor  <otaylor@redhat.com>
8789
8790         * gtk/gtkmenu.c (gtk_menu_position, gtk_menu_window_size_request): 
8791         Fix some places that weren't properly Xinerama-ified.
8792
8793         * gtk/gtkmenu.c: Fix problem with windows that scroll
8794         at the top of the screen.
8795
8796 Wed Aug 13 11:34:53 2003  Owen Taylor  <otaylor@redhat.com>
8797
8798         * gtk/gtkcombo.c (gtk_combo_init): connect_after() to 
8799         key-press-event on the entry, so input methods get access to 
8800         key presses before GtkCombo customization.
8801         (#115451, Botond Botyanszki)
8802
8803 2003-08-13  Anders Carlsson  <andersca@gnome.org>
8804
8805         * tests/testtoolbar.c: (set_important_func), (important_toggled),
8806         (create_items_list):
8807         Add an important column.
8808         
8809 Tue Aug 12 15:00:15 2003  Owen Taylor  <otaylor@redhat.com>
8810
8811         * gtk/gtkwindow.c (gtk_window_real_set_focus): Protect
8812         against reentrancy from ::focus-out handlers. 
8813         (#118129, Felipe Heidrich)
8814
8815 Tue Aug 12 14:27:42 2003  Owen Taylor  <otaylor@redhat.com>
8816
8817         * gtk/gtkkeyhash.c (_gtk_key_hash_lookup): Remove
8818         GDK_LOCK_MASK before calling
8819         gdk_keymap_translate_keyboard_state so bindings 
8820         and accelerators are independent of the Caps-lock
8821         key. (#115384, reported by Toni Willberg)
8822
8823 Mon Aug 11 12:07:14 2003  Owen Taylor  <otaylor@redhat.com>
8824
8825         * gdk/x11/gdkevents-x11.c (get_real_window): Add missing
8826         break statements (#119494, Soeren Sandmann)
8827
8828 Mon Aug 11 11:10:07 2003  Owen Taylor  <otaylor@redhat.com>
8829
8830         * gtk/gtkwidget.h: Mark parent public as well; it's
8831         extensively accessed in existing code, so there is
8832         no advantage in making people use get_parent().
8833         (Tweak to #119463 fix)
8834
8835 2003-08-11  Matthias Clasen  <maclas@gmx.de>
8836
8837         Add support for EWMH "Above" and "Below" window states.  (105100,
8838         Manuel Clos)
8839         
8840         * tests/testgtk.c: Add "Above" and "Below" to the the "Window
8841         State" demo.
8842
8843         * gtk/gtkwindow.h: Add gtk_window_set_keep_above and
8844         gtk_window_set_keep_below.
8845
8846         * gtk/gtk.def: Add gtk_window_set_keep_above and
8847         gtk_window_set_keep_below.
8848
8849         * gtk/gtkwindow.c (gtk_window_set_keep_below):
8850         (gtk_window_set_keep_above): New functions, call the corresponding
8851         gdk functions.
8852
8853         * gdk/x11/gdkwindow-x11.c (gdk_window_set_keep_below): New
8854         function, sets _NET_WM_STATE_BELOW.
8855         (gdk_window_set_keep_above): New function, sets
8856         _NET_WM_STATE_ABOVE.
8857
8858         * gdk/gdkwindow.h: Add gdk_window_set_keep_above and
8859         gdk_window_set_keep_below.
8860
8861         * gdk/gdkevents.h (GdkWindowState): Add GDK_WINDOW_STATE_ABOVE and
8862         GDK_WINDOW_STATE_BELOW.
8863
8864         * gdk/gdk.def: Add gdk_window_set_keep_above and
8865         gdk_window_set_keep_below.
8866
8867         * acinclude.m4: Copy newer versions of JH_CHECK_XML_CATALOG and
8868         JH_PATH_XML_CATALOG from gtk-doc to enable configuring without
8869         xmlcatalog in PATH.  (#119115)
8870
8871 2003-08-10  Matthias Clasen  <maclas@gmx.de>
8872
8873         * gtk/gtkwidget.h (struct _GtkWidget): Mark some members as
8874         public.  (#119463)
8875
8876 2003-08-09  Noah Levitt  <nlevitt@columbia.edu>
8877
8878         * gdk/gdkevents.h:
8879         * docs/reference/gdk/tmpl/windows.sgml: Elaborate a bit more in the
8880         docs on GdkFilterFunc and GdkFilterReturn.
8881
8882 2003-08-09  Matthias Clasen  <maclas@gmx.de>
8883
8884         * gtk/gtkcalendar.c:  Add and hook in gtk_calendar_scroll,
8885         to let the mouse wheels select the month. Scrolling down
8886         moves forward in time. (#53134, Abigail Brady) 
8887
8888         * gtk/gtkcalendar.c: Complete the RTL flipping support for
8889         GtkCalendar, make it possible to flip the headings using the
8890         "magic translated string" technique.  Translators, note the
8891         comment in gtk_calendar_init() explaining this.  (#102416)
8892
8893         * gtk/gtkcalendar.c: Get the information about the first day of
8894         the week from the locale using another instance of the "magic
8895         translated string" technique.  Ignore the display option
8896         GTK_CALENDAR_WEEK_START_MONDAY with a warning.  (#87977)
8897
8898         * gtk/gtkcalendar.c: Add DND support to GtkCalendar. The selected
8899         date is dragged as text, formatted via strftime %x. Text drops are
8900         accepted if g_date_set_parse() can make sense of the text. A
8901         dedicated data format for date DND has not been introduced yet,
8902         since there didn't seem to be sufficient consensus on such a
8903         format on xdg-list.  (#117297)
8904         
8905 2003-08-08  Matthias Clasen  <maclas@gmx.de>
8906
8907         * gdk/gdkregion-generic.c (gdk_region_spans_intersect_foreach):
8908         Fix a segfault.  (#115284, Jan Kratochvil)
8909
8910 2003-08-08  Tor Lillqvist  <tml@iki.fi>
8911
8912         * gdk/win32/gdkevents-win32.c (print_event): Print also the root
8913         coordinates for events that have such. Print coordinates for enter
8914         and leave events.
8915
8916         (gdk_event_translate): Don't use event uninitialixed in the
8917         return_exposes branch of the WM_PAINT handler.
8918
8919         * gdk/win32/gdkwindow-win32.c (gdk_window_new,
8920         _gdk_windowing_window_get_pointer, _gdk_windowing_window_at_pointer): 
8921         Must offset top-level window coordinates here, too.
8922
8923 2003-08-08  Matthias Clasen  <maclas@gmx.de>
8924
8925         * demos/gtk-demo/appwindow.c (do_appwindow): Hide the resize grip
8926         when maximized or fullscreen.
8927
8928 2003-08-07  Tor Lillqvist  <tml@iki.fi>
8929
8930         * gdk/win32/gdkinput-win32.h
8931         * gdk/win32/gdkinput-win32.c (_gdk_input_configure_event,
8932         _gdk_input_enter_event): Drop the GdkEvent* parameter, it wasn't
8933         used.
8934
8935         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Adapt caller
8936         accordingly, in fact an uninitialised variable was dereferenced.
8937         
8938
8939         [Win32] Add support for multiple monitors. 
8940         
8941         * gdk/win32/gdkprivate-win32.h
8942         * gdk/win32/gdkglobals-win32.c: New global variables for
8943         multiple-monitor info: _gdk_num_monitors, _gdk_monitors, and
8944         _gdk_offset_x and _gdk_offset_y.
8945         
8946         * gdk/win32/gdkdisplay-win32.c (count_monitor, enum_monitor): New
8947         functions, enumeration functions passed to EnumDisplayMonitors().
8948
8949         (gdk_display_open): If the EnumDisplayMonitors() and
8950         GetMonitorInfo() API is present (on Win98, Win2000 and newer), use
8951         if to find out monitor info.
8952
8953         Calculate the offset between Win32 coordinates (relative to the
8954         primary monitor's origin (and thus negative on monitors to the
8955         left of or above it), and GDK's (visible coordinates should be
8956         non-negative).
8957         
8958         * gdk/win32/gdkscreen-win32 (gdk_screen_get_n_monitors,
8959         gdk_screen_get_monitor_geometry): Use information collected above.
8960
8961         (gdk_window_move, gdk_window_move_resize_window_get_geometry):
8962         Subtract _gdk_offset_{x,y} from GDK root window coordinates.
8963
8964         (gdk_window_get_geometry, gdk_window_get_origin,
8965         gdk_window_get_frame_extents): For top-level windows, add
8966         _gdk_offset_{x,y} to GDK root window coordinates
8967
8968         Still need to handle multiple monitors in
8969         gdk_window_fullscreen(). Probably should make the window
8970         fullscreen on the monitor where the cursor is?
8971
8972         * gdk/win32/gdkevents-win32.c: Add _gdk_offset_{x,y} to all GDK
8973         root window coordinates in GdkEvents.
8974
8975         
8976         [Win32] Fix geometry hint handling. Add support for resize
8977         increment and base size, and aspect ratio geometry hints. The
8978         "gridded geometry" test in testgtk now works beautifully.
8979
8980         * gdk/win32/gdkwindow-win32.c (gdk_window_set_geometry_hints):
8981         Turns out this function shouldn't actually ever modify the
8982         window's size, just store the hints. (Old code kept for a while
8983         inside #if 0.)
8984
8985         (gdk_window_set_hints): Remove presumably broken code that handles
8986         the position hints, this function is obsolete anyway.
8987
8988         * gdk/win32/gdkevents-win32.c: Drop the current_{x,y}_root
8989         variables, not used.
8990
8991         (adjust_drag): New function, used to implement resize increment
8992         hints.
8993
8994         (gdk_event_translate): Handle WM_SIZING, implement resize
8995         increment and base size, and aspect ratio geometry hints here. The
8996         WM_GETMINMAXINFO handler takes care of the minimum and maximum
8997         size hints as before. Fix the WM_GETMINMAXINFO handler to take
8998         into account window decorations. No need to modify the
8999         ptMaxPosition and ptMaxSize fields in the MINMAXINFO struct,
9000         the defaults are fine.
9001         
9002         * gdk/win32/gdkprivate-win32.h 
9003         * gdk/win32/gdkwindow-win32.c (_gdk_win32_adjust_client_rect,
9004         _gdk_win32_get_adjusted_client_rect): New helper functions.
9005
9006 2003-08-07  Matthias Clasen  <maclas@gmx.de>
9007
9008         * gdk/x11/gdkevents-x11.c (gdk_check_wm_state_changed): Reset the
9009         toplevel->have_* flags before iterating over the _NET_WM_STATE 
9010         atoms.  (#119217) 
9011
9012 Thu Aug  7 16:49:29 2003  Owen Taylor  <otaylor@redhat.com>
9013  
9014         * gtk/gtkwidget.c (gtk_widget_set_style_internal): 
9015         Fix a bug where on theme change, resize/redraw wasn't
9016         properly getting queued on toplevel windows. (#116346,
9017         Rajkumar Siva)
9018  
9019         * gtk/gtkwidget.c (gtk_widget_invalidate_widget_windows): 
9020         Fix bug where wrong coordinates were used for toplevel
9021         window.
9022  
9023 Thu Aug  7 16:40:21 2003  Owen Taylor  <otaylor@redhat.com>
9024
9025         * gtk/gtknotebook.c (gtk_notebook_remove): Remove leftover
9026         page_num variable (Archit Baweja)
9027
9028 2003-08-07  Matthias Clasen  <maclas@gmx.de>
9029
9030         * gtk/gtkspinbutton.c (gtk_spin_button_default_input): Use g_strtod() to
9031         cope with C libraries with crippled locale support.  (#115293)
9032
9033 2003-08-07  Hans Breuer  <hans@breuer.org>
9034
9035         * gdk/win32/gdkevents-win32.c : finally use TrackMouseEvent
9036         (only if the new window not known to Gdk) to get proper
9037         leave notification, and get rid of the wrong placed 
9038         tooltips, bug #102283
9039  
9040         (gdk_event_translate) : small code reordering to not get
9041         GDK_MOTION_NOTIFY for still mouse and get back tooltips on 
9042         menus, bug #117367
9043
9044 2003-08-07  Tor Lillqvist  <tml@iki.fi>
9045
9046         * gdk/gdk.def
9047         * gdk/win32/gdkfont-win32.c (gdk_fontset_load_for_display): Add
9048         missing function, trivially implement.
9049
9050 2003-08-07  Matthias Clasen  <maclas@gmx.de>
9051
9052         * gtk/gtkctree.c (draw_row): Don't cut descenders when 
9053         rendering.  (#118646, Charles Kerr) 
9054
9055 2003-08-06  Hans Breuer  <hans@breuer.org>
9056
9057         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_new) :
9058         initialize bits to 0 (probably default on NT)
9059
9060         * gdk/win32/gdkwindow-win32.c (gdk_window_set_icon) :
9061         now it works as intended ;-)
9062
9063 2003-08-04  Hans Breuer  <hans@breuer.org>
9064
9065         * gdk/win32/gdkwindow-win32.c(gdk_window_set_modal_hint) :
9066         set HWND_NOTOPMOST for modal==FALSE, fixes bug #118435
9067
9068         * gdk/win32/gdkwindow-win32.c : implement gdk_window_[un]fullscreen
9069         (gdk_window_{move,resize,move_rezize})) : noop if FULLSCREEN
9070
9071         * gdk/win32/gdkwindow-win32.c (gdk_window_set_icon) :
9072         against all expectations it is basically ony a call with WM_SETICON
9073         needed (the visual effect is there, though colors or mask are
9074         still somewhat wrong).
9075         * gdk/win32/gdkwindow-win32.h : place to store the HICON
9076
9077         * gdk/win32/gdkdrawabke.win32.c : readded the conditional end
9078         pixel drawing as it was fixed at 1999-08-23
9079
9080         gtk/gtk.def : updated
9081
9082 Tue Aug  5 10:07:08 2003  Owen Taylor  <otaylor@redhat.com>
9083
9084         * gtk/gtkmessagedialog.c (gtk_message_dialog_get_property): 
9085         Add a missing break. (#119156, Callum McKenzie)
9086
9087 Tue Aug  5 00:24:13 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9088
9089         * gtk/gtkmenu.c (gtk_menu_position): New positioning
9090         algorithm.(#116649)
9091
9092 Fri Aug  1 15:26:46 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9093
9094         * gtk/gtktoolbar.c, gtk/toolitem.c: add new "is_important"
9095         property
9096         
9097         * gtk/gtkradiotoolbutton.c
9098         (gtk_radio_tool_button_new_from_widget): Don't take a stock id
9099
9100         * gtk/gtkradiotoolbutton.c
9101         (gtk_radio_tool_button_new_with_stock_from_widget): make this
9102         function take a stock_id.
9103
9104         * gtk/toolbar: documentation
9105
9106 Mon Aug  4 14:53:46 2003  Owen Taylor  <otaylor@redhat.com>
9107
9108         * gdk/x11/gdkimage-x11.c (_gdk_windowing_image_init): 
9109         Fix problem where use_xshm was getting set wrong if
9110         MIT_SHM wasn't found. (George Lebel)
9111
9112 2003-08-04  Tor Lillqvist  <tml@iki.fi
9113
9114         * gdk/win32/gdkevents-win32.c (apply_filters): Fix braino:
9115         actually use the passed-in filter list. The function also needs a
9116         GdkWindow parameter, as filter functions expect
9117         GdkEvent::any.window to be valid. (#119034, Hans Breuer)
9118
9119 2003-08-03  Matthias Clasen  <maclas@gmx.de>
9120
9121         * gdk/x11/gdkscreen-x11.c (gdk_screen_get_n_monitors): 
9122         (gdk_screen_get_monitor_geometry): Improve wording of the docs, avoid
9123         the term "virtual screen".  (#119030, Tor Lillqvist)
9124
9125 2003-08-02  Matthias Clasen  <maclas@gmx.de>
9126
9127         * tests/testtext.c (test_init): 
9128         * tests/testgtk.c (test_init): 
9129         * tests/testdnd.c (test_init): 
9130         * demos/pixbuf-init.c (pixbuf_init): 
9131         * demos/gtk-demo/main.c (main): Use g_setenv().
9132
9133         * gdk/x11/gdkdisplay-x11.c (_gdk_windowing_set_default_display): Use
9134         g_unsetenv(). 
9135
9136 Sat Aug  2 12:53:16 2003  Owen Taylor  <otaylor@redhat.com>
9137
9138         * configure.in: Requires glib-2.3.0, pango-1.2.0.
9139
9140         * configure.in: Require Xft version 2,
9141         remove code for handling older versions of pango and Xft.
9142         Many miscellaneous improvements to X checks
9143
9144         * acinclude.m4: Add GTK_ADD_LIB() macro for adding 
9145         a library to a variable, avoiding dups.
9146
9147         * gdk/x11/gdkfont-x11.c (gdk_font_from_description_for_display): 
9148         Always load "fixed"
9149
9150         * gdk/x11/gdk*-x11.[ch]: Remove support for Xft1 and
9151         for pangox.
9152
9153 2003-08-02  Matthias Clasen  <maclas@gmx.de>
9154
9155         * gtk/gtkcolorsel.c (color_sample_drop_handle) 
9156         (palette_drop_handle): 
9157         * gtk/gtkcolorbutton.c (gtk_color_button_drag_data_received):  Accept
9158         drops with the wrong format, since the KDE color chooser incorrectly
9159         drops application/x-color with format 8.  (#118810)
9160
9161         * gtk/gtkcolorsel.c (color_sample_drop_handle) (palette_drop_handle): 
9162         * gtk/gtkcolorbutton.c (gtk_color_button_drag_data_received):  
9163         Accept drops with the wrong format, since the KDE color chooser 
9164         incorrectly drops application/x-color with format 8.  (#118810)
9165
9166 2003-08-02  Tor Lillqvist  <tml@iki.fi>
9167
9168         Fix gdk/win32 window geometry handling again. The window position
9169         in a GDK_CONFIGURE event should be that of the client area, not of
9170         the window decorations. (I was confused by the term "window
9171         border" in X11. It does *not* mean the window manager
9172         decorations. There are no X11-style window borders in Win32.)
9173         Also, this time do take the geometry hints into account
9174         appropriately when moving windows. Now testgtk's gravity test's
9175         move buttons work OK. There are stil problems with taking gravity
9176         into account when showing a hidden window.
9177
9178         * gdk/win32/gdkwindow-win32.h: Keep a whole GdkGeometry as hints
9179         instead of separate fields.
9180         
9181         * gdk/win32/gdkevents-win32.c (handle_configure_event): Don't
9182         adjust for decorations.
9183
9184         * gdk/win32/gdkwindow-win32.c (get_outer_rect,
9185         adjust_for_gravity_hints): New functions.
9186         (gdk_window_move, gdk_window_resize, gdk_window_move_resize): Use
9187         above functions, take geometry hints into account.
9188         (gdk_window_set_geometry_hints): Size hints specicy client area,
9189         not including decorations.
9190
9191 Fri Aug  1 17:10:22 2003  Owen Taylor  <otaylor@redhat.com>
9192
9193         * gtk/gtkfilesel.c (cmpl_completion_fullname): Always
9194         return an absolute path (#115590), fix a problem where
9195         you could crash the file selector with a looong name
9196         by returning a newly allocated buffer.
9197
9198 Fri Aug  1 16:44:51 2003  Owen Taylor  <otaylor@redhat.com>
9199
9200         * gtk/gtkfilesel.c (update_cmpl): Fix obvious reallocation
9201         bug in rarely or never hit code path (#118071,
9202         Tor Lillqvist)
9203
9204 Fri Aug  1 16:30:13 2003  Owen Taylor  <otaylor@redhat.com>
9205
9206         * gdk/x11/gdkdrawable-x11.c (_gdk_x11_have_render): 
9207         If the check for missing depths, try actually creating pixmaps
9208         of the depths to deal with Xinerama not reporting
9209         all the depths it should. (#115822)
9210
9211 Fri Aug  1 15:33:59 2003  Owen Taylor  <otaylor@redhat.com>
9212
9213         * gtk/gtksocket.c: Patch from Denis Mikhalkin to
9214         forward KeyRelease events as well as KeyPress events.
9215         (#115597)
9216
9217 Fri Aug  1 15:06:25 2003  Owen Taylor  <otaylor@redhat.com>
9218  
9219         * gdk/gdk.c (gdk_parse_args): g_set_prgname("<unknown>")
9220         if argc is 0 as well, instead of leaving it unset.
9221         (#116023, Michael Meeks)
9222  
9223 Thu Jul 31 23:09:02 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9224
9225         * gtk/gtktoolbar.c (gtk_toolbar_class_init): make show_arrow
9226         default to TRUE; ignore the property when api_mode != NEW_API
9227
9228 2003-07-31  Matthias Clasen  <maclas@gmx.de>
9229
9230         * gtk/gtkwindow.c (gtk_window_set_default_icon): Rename parameter pixbuf
9231         to icon, to pacify gtk-doc.
9232
9233         * gtk/gtkwidget.c (gtk_widget_class_init): Fix formatting of drag-motion 
9234         example. 
9235
9236 Thu Jul 31 15:33:33 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9237
9238         * gtk/gtk*tool*.h: add padding to subclasses of GtkToolItem
9239
9240 Thu Jul 31 15:29:28 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9241
9242         * gtk/gtktoolitem.c (struct _GtkToolItemPrivate): remove unused
9243         overflow_item field.
9244
9245 Wed Jul 30 21:11:13 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9246
9247         * gtk/gtktoolitem.h: make _gtk_tool_item_toolbar_reconfigured()
9248         an internal function
9249
9250         * gtk/gtktoolitem.h: remove unused declaration of
9251         _gtk_tool_item_get_drag_window().
9252
9253 Wed Jul 30 17:03:58 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9254
9255         * gtk/gtktoolbutton.[ch]:
9256         (gtk_tool_button_new): swap icon_widget and label arguments to
9257         match BonoboUIToolbarButton.
9258
9259         * gtk/gtktoolbar.h: un-deprecate gtk_toolbar_{set|unset}_style().
9260
9261 2003-07-30  Matthias Clasen  <maclas@gmx.de>
9262
9263         * gtk/gtkwidget.c (gtk_widget_class_init): Some updates to the DND
9264         signal docs. 
9265
9266 2003-07-29  Tor Lillqvist  <tml@iki.fi>
9267
9268         Fix for #108007, #112402, #117042: There was confusion in
9269         gdk/win32 at various places whether a window position refers to
9270         the decoration position or the client area position. Also whether
9271         window size includes decorations or not.
9272         
9273         The correct interpretation apparently is that in GDK (like in
9274         X11), a top-level window position means the decoration's position,
9275         but size means the window's inner size (client area size). In the
9276         Win32 API, the window size usually includes the decorations,
9277         though.
9278         
9279         * gdk/win32/gdkevents-win32.c (decode_key_lparam): Move inside
9280         #ifdef G_ENABLE_DEBUG.
9281         (handle_configure_event): New function, generates GDK_CONFIGURE
9282         events from WM_SIZE and WM_MOVE messages. Even if no event is
9283         generated because of the event mask, still set the private
9284         position and size fields. Calculate position and size correctly.
9285         (gdk_event_translate): Call handle_configure_event().
9286
9287         * gdk/win32/gdkgeometry-win32.c: Cosmetics.
9288
9289         * gdk/win32/gdkwindow-win32.c: Use GDI_CALL() and API_CALL()
9290         macros. Cosmetic debugging output changes.
9291         (SafeAdjustWindowRectEx): Remove. If an application wants to
9292         locate a window outside of the screen, it's not GDK's business to
9293         prevent it. And anyway, with multiple monitors, negative
9294         coordinates are perfectly normal.
9295         (gdk_window_new): Adjust the window size for decorations after
9296         _gdk_window_init_position() has done its job. (But the big window
9297         code currently is presumably broken on Win32 anyway.)
9298         (gdk_window_move): The position passed in is supposed to be that
9299         of the window border, so don't need to adjust for decorations.
9300         (gdk_window_resize, gdk_window_move_resize): Simplify somewhat.
9301
9302 Tue Jul 29 13:55:44 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9303
9304         * gtk/gtktoolbar.c (gtk_toolbar_set_style,
9305         gtk_toolbar_prepend_element, gtk_toolbar_append_element,
9306         gtk_toolbar_insert_space, gtk_toolbar_prepend_space,
9307         gtk_toolbar_append_space, gtk_toolbar_insert_item,
9308         gtk_toolbar_prepend_item, gtk_toolbar_append_item,
9309         gtk_toolbar_set_tooltips, gtk_toolbar_set_orientation,
9310         gtk_toolbar_new, gtk_toolbar_prepend_item):
9311
9312         Move documentation inline from template files.
9313
9314         * gtk/gtktoolbar.c (gtk_toolbar_insert_element,
9315         gtk_toolbar_insert_widget, gtk_toolbar_prepend_widget,
9316         gtk_toolbar_append_widget, gtk_toolbar_remove_space,
9317         gtk_toolbar_insert_stock, gtk_toolbar_unset_icon_size,
9318         gtk_toolbar_get_icon_size, gtk_toolbar_set_icon_size,
9319         gtk_toolbar_get_tooltips, gtk_toolbar_unset_style,
9320         gtk_toolbar_get_style, gtk_toolbar_get_orientation)
9321
9322         Copy documentation from stable that was added after the EggToolbar
9323         branched.
9324
9325         * gtk/gtktoolbar.h: deprecate gtk_toolbar_unset_icon_size()
9326
9327 Mon Jul 28 18:21:34 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9328
9329         * gtk+/docs/: Commit autogenerated changes, so patches will make
9330         sense.
9331
9332 2003-07-27  Tor Lillqvist  <tml@iki.fi>
9333
9334         * gdk/win32/gdkevents-win32.c (build_key_event_state): On Win9x,
9335         the keyboard state returned by GetKeyboardState() doesn't
9336         distinguish between the left and right Control and Alt keys. Thus
9337         we cannot detect AltGr (which is supposed to be left Control +
9338         right Alt) the same way as on NT-based systems, but have to accept
9339         either Control + either Alt as AltGr.
9340
9341 2003-07-27  Matthias Clasen  <maclas@gmx.de>
9342
9343         * gtk/gtktreeselection.c (gtk_tree_selection_selected_foreach):
9344         Fix function name in warning message.  (#118156, Tim-Philipp
9345         Mller)
9346
9347         * gtk/gtkcellrenderer.c (gtk_cell_renderer_get_property):
9348         is-expander and is-expanded are boolean properties, not ints.
9349         (#118359, Josh Parsons)
9350
9351 Sat Jul 26 15:21:27 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9352
9353         * gtk/gtkimagemenuitem.c
9354         (gtk_image_menu_item_toggle_size_request): don't request
9355         toggle_space when the image width is 0.
9356
9357 2003-07-25  Tor Lillqvist  <tml@iki.fi>
9358
9359         * gdk/win32/gdkprivate-win32.h
9360         * gdk/win32/gdkglobals-win32.c: New flags _gdk_input_locale_is_ime
9361         and _gdk_keyboard_has_altgr.
9362         
9363         * gdk/win32/gdkevents-win32.c: Lots of changes. Most important
9364         ones detailled here.
9365
9366         Code that has been ifdeffed out for a long time removed. Remove
9367         some really old doc comments that were left behind for some public
9368         functions, the official ones are in the X11 backend anyway. Change
9369         GDK_WINDOW_OBJECT() calls to GdkWindowObject casts. Reformat
9370         multi-line boolean expressions to have the operators at ends of
9371         lines.
9372
9373         As mouse capture with SetCapture() indeed seems to work OK, no
9374         need to have the correspoinding macro USE_SETCAPTURE and ifdefs.
9375
9376         Ifdef out the gdk-ping-msg stuff. I don't remember why it was
9377         needed at some time, and things seem to work fine now without
9378         (knock on wood).
9379
9380         Ifdef out the search for some Latin locale keyboard layout being
9381         loaded. Not used currently, but might be needed after all, if we
9382         decide that we want to be able to generate ASCII control character
9383         events with a non-Latin keyboard.
9384
9385         (assign_object): New helper function, handles the g_object_ref()
9386         and unref() calls when assigning GObject pointers.
9387                 
9388         (generate_crossing_events): Also generate the GDK_NOTIFY_INTERIOR
9389         enter event when the pointer has moved to an ancestor window. Was
9390         left out by mistake.
9391
9392         (gdk_window_is_ancestor): Renamed from gdk_window_is_child().
9393
9394         (gdk_pointer_grab, gdk_pointer_ungrab): Implement the confine_to
9395         functionality, using ClipCursor().
9396                 
9397         (find_window_for_mouse_event): Splice part of code into new
9398         function find_real_window_for_grabbed_mouse_event().
9399
9400         (fixup_event, append_event, apply_filters): New functions, code
9401         refactored out from elsewhere.
9402
9403         (synthesize_enter_or_leave_event, synthesize_leave_event,
9404         synthesize_enter_event,
9405         synthesize_leave_events,synthesize_enter_events): Also take a
9406         GdkCrossingMode parameter, in preparation to generating
9407         GDK_CROSSING_GRAB and GDK_CROSSING_UNGRAB events.
9408
9409         (fixup_event, append_event, fill_key_event_string): New functions,
9410         code refactoring.
9411
9412         (vk_from_char, build_keypress_event, build_keyrelease_event):
9413         Removed as part of dropping WM_CHAR handling.
9414
9415         (build_key_event_state,gdk_event_translate): Call
9416         GetKeyboardState(), once, for each keyboard message, instead of
9417         several calls to GetKeyState() here and there.
9418
9419         (gdk_event_translate): Fix bugs #104516, #104662, #115902. While
9420         at it, do some major refactoring, and some fixes for potential
9421         problems noticed while going through the code.
9422
9423         Don't handle WM_CHAR at all. Only handle WM_KEYDOWN and
9424         WM_KEYUP. Don't need the state variables related to whether to
9425         wait for WM_CHAR or not, and whether the current key is
9426         AltGr. Remove lots of complexity. Thus don't need the
9427         use_ime_composition flag.
9428
9429         Not handling WM_CHAR means dead key handling will have to be taken
9430         care of by GTK, but that seems to work fine, so no worry.
9431
9432         Another side-effect is that Alt+keypad digits don't work any
9433         longer, but it's better to learn to use GTK's ISO14755 support is
9434         anyway.
9435
9436         Be more careful in checking whether AltGr is involved. Only
9437         attempt to handle it if the keyboard actually has it. And
9438         explicitly check for *left* Control plus *right* Alt being
9439         pressed. Still, allow (left) Alt and/or (right) Control with AltGr
9440         chars.
9441
9442         Handle keys using similar code as in the X11 backend. As we have
9443         built a keymap in gdkkeys-win32.c anyway, use it by calling
9444         gdk_keymap_translate_keyboard_state() to look up the keysym from
9445         the virtual key code and keyboard state. Build the key event
9446         string in exactly the same way as the X11 backend.
9447
9448         If an IME is being used, don't generate GDK events for keys
9449         between receiving WM_IME_STARTCOMPOSITION and
9450         WM_IME_ENDCOMPOSITION, as those keys are for the IME.
9451         
9452         For WM_IME_COMPOSITION, handle all the Unicode chars returned from
9453         the IME, not just the first one.
9454
9455         gdk_event_translate() is still quite complex, could split the
9456         message handler cases out into separate functions.
9457
9458         On mouse events, when the mouse is grabbed, use
9459         find_real_window_for_grabbed_mouse_event() in order to be able to
9460         generate correct crossing events.
9461         
9462         No longer take a pre-allocated GdkEvent as parameter. Instead,
9463         allocate events as needed and append them to the queue. (This is
9464         different from how gdk_event_translate() in the X11 backend
9465         works.) This change made the code much clearer, especially in the
9466         cases where we have to generate several GDK events for one Windows
9467         message.  Return FALSE if DefWindowProc() should be called, TRUE
9468         if not. If DefWindowProc() should not be called, also return the
9469         value to be returned from the window procedure.
9470
9471         (Previously, the interaction with gdk_event_translate()'s caller
9472         was much more complex, when we had to indicate whether the
9473         already-queued event should be left in the queue or removed, and
9474         in addition also had to indicate whether to call DefWindowProc()
9475         or not, and what value to return from the window procedure if
9476         not.)
9477
9478         Don't use a separate "private" variable required to be pointing to
9479         the GdkWindowObject of the "window" variable at all times. Just
9480         use casts, even if looks a bit uglier.
9481
9482         Notice destroyed windows as early as possible, and break out of
9483         the messsage switch.
9484
9485         Use _gdk_pointer_root as current_window when the pointer is
9486         outside GDK's top-level windows.
9487         
9488         On WM_INPUTLANGCHANGE, set _gdk_input_locale_is_ime as
9489         appropriate, based on ImmIsIME().
9490         
9491         (gdk_event_translate, gdk_event_send_client_message_for_display,
9492         gdk_screen_broadcast_client_message): Implement client messages.
9493         Use a registered Windows message to pass GDK client messages. Note
9494         that the amount of user data is restricted to four bytes, as it is
9495         carried in the LPARAM. (The WPARAM is used for the message type
9496         "atom".)
9497         
9498         (real_window_procedure): Adapt for new gdk_event_translate()
9499         interface.
9500
9501         * gdk/win32/gdkmain-win32.c (_gdk_windowing_init): Set
9502         _gdk_input_locale_is_ime initially.
9503
9504         * gdk/win32/gdkwindow-win32.c: Use g_object_ref()/unref() instead
9505         of g_colormap_ref()/unref().
9506
9507         (gdk_window_new): Made code a bit more like the X11 one, pretend
9508         to handle screens (although we just have one for now).
9509
9510         * gdk/x11/gdkevents-x11.c
9511         (gdk_event_send_client_message_for_display,
9512         gdk_screen_broadcast_client_message): Document the user data
9513         limitation on Win32.
9514
9515         * gdk/win32/gdkevents-win32.c (print_event): More complete enter
9516         and leave notify detail output.
9517
9518         * gdk/win32/gdkkeys-win32.c (update_keymap): Make dead keys
9519         visible to GDK and GTK. Store the corresponding GDK_dead_* keysym
9520         for those, so that the GtkIMContextCimple compose tables will
9521         work. Deduce if the keyboard layout has the AltGr key, and set the
9522         above flag accordingly.
9523
9524 2003-07-26  Matthias Clasen  <maclas@gmx.de>
9525
9526         * gtk/gtkwidget.c: Document DND signals.
9527
9528 2003-07-24  Matthias Clasen  <maclas@gmx.de>
9529
9530         * gtk/gtktextview.c (popup_targets_received): Make the "Input Methods"
9531         insensitive when editing isn't possible.  (#118150)
9532
9533 2003-07-23  Matthias Clasen  <maclas@gmx.de>
9534
9535         * gtk/gtkcolorsel.c (gtk_color_selection_init): Make the hue 
9536         spinbutton wrap.  (#118097, John Darrington)
9537
9538         * docs/faq/gtk-faq.sgml: Mention Xnest as a way to debug GTK+ apps. 
9539
9540 2003-07-20  Hans Breuer  <hans@breuer.org>
9541
9542         * makefile.msc : new file to build it all
9543         * Makefile.am : ... added to EXTRA_DIST
9544
9545         * gdk/makefile.msc gtk/stock-icons/makefile.msc 
9546           gtk/makefile.msc.in tests/makefile.msc : updated
9547
9548         * gdk/gdk.def gtk/gtk.def : export a bunch of new 
9549         functions
9550
9551         * gtk/gtkbbox.c : use g_return_val_if_fail() if
9552         there is a value to return
9553
9554         * gtk/gtkfontsel.c gtk/gtkiconfactory.c :
9555         static correctness
9556
9557         * gtk/gtkicontheme.c : ported to use GTimeVal instead of
9558         struct timeval and GTK_DATA_PREFIX instead of GTK_DATADIR
9559
9560         * gtk/gtkicontheme.c : use HAVE_LC_MESSAGES
9561
9562         * gtk/gtkimmulticontext.c : use gtkprivate.h
9563
9564         * gtk/stock-icons/stock_color_picker_25.png
9565           gtk/stock-icons/stock_jump_to_rtl_16.png
9566           gtk/stock-icons/stock_jump_to_rtl_24.png
9567           gtk/stock-icons/stock_redo_rtl_16.png
9568           gtk/stock-icons/stock_redo_rtl_24.png
9569           gtk/stock-icons/stock_undelete_rtl_16.png
9570           gtk/stock-icons/stock_undelete_rtl_24.png
9571           gtk/stock-icons/stock_undo_rtl_16.png :
9572           gtk/stock-icons/stock_undo_rtl_24.png :
9573         readded as binary
9574
9575 Sat Jul 19 22:39:24 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9576
9577         * gtk/gtktoolitem.c (gtk_tool_item_size_request): remove
9578         leftover request of {xy}thickness
9579
9580 Sat Jul 19 16:26:02 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9581
9582         * gtk/gtktoolbutton.c (gtk_tool_button_construct_contents): don't
9583         attempt to add a NULL icon to the box.
9584
9585 Sat Jul 19 12:13:20 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9586
9587         * gtk/gtknotebook.c (gtk_notebook_focus_in|out): only redraw tabs
9588         on focus in/out.
9589
9590 2003-07-19  Matthias Clasen  <maclas@gmx.de>
9591
9592         * gtk/gtkstock.h (GTK_STOCK_DIALOG_AUTHENTICATION): New stock id. 
9593         * gtk/gtkiconfactory.c (get_default_icons): Add
9594         stock_dialog_authentication_48.  (#65765) 
9595         * gtk/stock-icons/Makefile.am (VARIABLES2, IMAGES): Here too.
9596         * gtk/stock-icons/stock_dialog_authentication_48.png: New image.
9597
9598         * gtk/gtkbbox.h: 
9599         * gtk/gtkbbox.c (gtk_button_box_get_child_secondary): New
9600         function. (#64562) 
9601
9602 Sat Jul 19 00:18:40 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9603
9604         * gtk/gtkwindow.c (gtk_window_set_default_icon): Fix C99
9605         declaration
9606
9607         * gtk/gtkwidget.c (gtk_widget_queue_shallow_draw): new function
9608         (gtk_widget_real_focus_{in|out}_event): queue shallow draws
9609         instead of full draws.
9610
9611 2003-07-18  Matthias Clasen  <maclas@gmx.de>
9612
9613         * gtk/gtkwindow.c: Add properties decorated and gravity.  (#80234) 
9614
9615         * gtk/gtktextview.c (gtk_text_view_class_init): Add a new keybinding
9616         signal, move_viewport. 
9617         (gtk_text_view_move_viewport): New function which implements the
9618         move_viewport functionality. 
9619         (gtk_text_view_move_cursor_internal): If the cursor is not visible, move
9620         the viewport. (#78669) 
9621
9622         * gtk/gtkenums.h (GtkScrollStep): New enumeration, used for
9623         move_viewport argument. 
9624
9625         * gtk/gtkstatusbar.c (gtk_statusbar_class_init): Add a has_resize_grip
9626         property.  (#111779) 
9627
9628         * gtk/gtkwindow.h: 
9629         * gtk/gtkwindow.c (gtk_window_set_default_icon): New method.  (#95816)
9630
9631         * gtk/gtkmessagedialog.h:
9632         * gtk/gtkmessagedialog.c (gtk_message_dialog_add_buttons): New method.  
9633         (#65501, Sebastian Rittau)
9634
9635 Fri Jul 18 20:06:57 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9636
9637         * gtk/gtktextview.c (changed_handler): use
9638         gtk_widget_queue_resize_noredraw().
9639
9640 2003-07-16  Jody Goldberg <jody@gnome.org>
9641
9642         * gdk/x11/gdkwindow-x11.c (gdk_window_focus) : fix cut-n-paste-o
9643
9644 Fri Jul 18 19:55:50 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9645
9646         * gtk/gtkwidget.c (gtk_widget_queue_resize_no_redraw): Add this
9647         API. 
9648
9649 Fri Jul 18 18:43:01 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9650
9651         By popular request give toolbuttons a border.
9652         
9653         * gtk/gtktoolitem.c
9654         (gtk_tool_item_size_allocate):
9655         (gtk_tool_item_size_request): don't request and allocate a border
9656         around the child
9657
9658         * gtk/gtktoolbutton.c 
9659         (gtk_tool_button_size_allocate):
9660         (gtk_tool_button_size_request): remove these functions
9661
9662         * gtk/gtktoolbar.c 
9663         (gtk_toolbar_size_request):
9664         (gtk_toolbar_size_allocate): request and allocate a border if we
9665         have a shadow.
9666
9667 Thu Jul 17 19:24:51 2003  Kristian Rietveld  <kris@gtk.org>
9668
9669         Merged from stable.
9670
9671         Fixes issues pointed out by Morten Welinder in #115140.
9672
9673         * gtk/gtktreeview.c (gtk_tree_view_size_request): fix comment,
9674         (do_validate_rows): update validated_area with a logic OR instead
9675         of a bitwise OR,
9676         (validate_rows_handler): make the if statement match the one in
9677         validate_rows(), so we don't leak the timeout.
9678
9679 Thu Jul 17 19:12:02 2003  Kristian Rietveld  <kris@gtk.org>
9680
9681         Merged from stable.
9682
9683         * gtk/gtktreeview.c (gtk_tree_view_remove_widget): the treeview
9684         should only grab focus back if the "cell_editable" widget still
9685         has focus. (Fixes #110104, testcase provided by Marco Pesenti
9686         Gritti).
9687
9688 Thu Jul 17 19:06:34 2003  Kristian Rietveld  <kris@gtk.org>
9689
9690         Merged from stable.
9691
9692         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_realize_button):
9693         Don't set attr.event_mask twice, those things were meant to be
9694         ORred. (#115139, pointed out by Morten Welinder).
9695
9696 Thu Jul 17 16:11:21 2003  Kristian Rietveld  <kris@gtk.org>
9697
9698         Merged from stable.
9699
9700         * gtk/gtktreeview.c (gtk_tree_view_rows_reordered): stop editing
9701         if needed. (Fixes #115869, reported by Michael Natterer).
9702
9703 2003-07-15  Matthias Clasen  <maclas@gmx.de>
9704
9705         * gdk/x11/gdkcursor-x11.c (gdk_display_get_maximal_cursor_size):
9706         Fight against gtk-doc stupidity.
9707
9708 2003-07-13  Matthias Clasen  <maclas@gmx.de>
9709
9710         * gtk/gtkdnd.c (gtk_drag_begin): Rename parameter target_list back to 
9711         targets, to pacify gtk-doc.
9712
9713 Sun Jul 13 15:57:57 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9714
9715         * gtk/gtktoolbutton.c (gtk_tool_button_finalize): Fix leaks of
9716         label_text, label_widget and icon_widget. (#117312, 
9717         Christian Persch)
9718         
9719 Sun Jul 13 01:37:51 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9720
9721         * gtk/gtkmenu.c (gtk_menu_class_init): new properties
9722         "horizontal-offset" and "vertical-offset" that determines the
9723         position of the menu when it is a submenu. 
9724
9725         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu): position
9726         submenus according to new vertical- and horizontal-offset
9727         properties.
9728
9729 Sat Jul 12 16:16:04 2003  Kristian Rietveld  <kris@gtk.org>
9730
9731         Merged from stable.
9732
9733         * gtk/gtktreeview.c (gtk_tree_view_drag_data_received): special
9734         case drags to "0", scroll to the top after dropping. (Fixes #94968,
9735         reported by Alp Toker).
9736
9737 Sat Jul 12 16:08:32 2003  Kristian Rietveld  <kris@gtk.org>
9738
9739         Merged from stable.
9740
9741         * demos/gtk-demo/editable_cells.c (cell_edited): fixup bad
9742         code (#115784, Owen Taylor).
9743
9744 Sat Jul 12 16:01:03 2003  Kristian Rietveld  <kris@gtk.org>
9745
9746         Merged from stable.
9747
9748         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_set_property):
9749         free the old text and extra_attrs *after* we parsed the new
9750         markup string. (Fixes #114485, reported by Owen Taylor).
9751
9752 Sat Jul 12 15:51:33 2003  Kristian Rietveld  <kris@gtk.org>
9753
9754         Merged from stable.
9755
9756         Fixes #113904, testcase provided by Rene Seindal.
9757
9758         * gtk/gtktreeview.c (gtk_tree_view_button_press): set
9759         pressed_button to -1 when a row has been activated,
9760         (gtk_tree_view_motion_bin_window): only start a drag if there's
9761         a button being pressed.
9762
9763 Sat Jul 12 15:51:18 2003  Kristian Rietveld  <kris@gtk.org>
9764
9765         Merged from stable.
9766
9767         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): use
9768         gdk_window_get_pointer instead of gdk_display_get_window_at_pointer
9769         to avoid a roundtrip (#110272, Owen Taylor).
9770
9771 Sat Jul 12 15:28:26 2003  Kristian Rietveld  <kris@gtk.org>
9772
9773         Merged from stable.
9774
9775         This patch really really fixes scrolling. Related bugs: #81627,
9776         testcase provided by Timo Sirainen, #111500, testcase provided by
9777         manu, #113241, reported by Pedro Gimeno/Michael Natterer.
9778
9779         * gtk/gtktreeview.c (validate_visible_area): scrolling to a dy
9780         which is equal to the lower border of the window means scrolling
9781         to an invisible row, always update the dy when scrolling to an
9782         invisible row, corrected area_above/below calculations for
9783         invisible rows, when walking the tree correct the size
9784         subtracted for invalidated rows, fix wrong logic in comment.
9785
9786 2003-07-11  Matthias Clasen  <maclas@gmx.de>
9787
9788         * gtk/gtkicontheme.c (pixbuf_supports_svg): Use g_strfreev() to free
9789         mime_types.  (#117219, Steve Chaplin)
9790
9791 Tue Jul  8 20:11:04 2003  Owen Taylor  <otaylor@redhat.com>
9792
9793         * gdk/x11/gdkevents-x11.c (get_real_window)
9794         gdk/x11/gdkinput-x11.c (_gdk_input_common_init)
9795         gdk/x11/gdkimage-x11.c (_gdk_windowing_image_init)
9796         gdk/x11/gdkprivate-x11.h (_gdk_windowing_image_init)
9797         Don't assume that all events start with XEventAny - Xkb events
9798         don't! (#105745). So, only do that for core events, and for
9799         non-core events, add a system for registering event types
9800         that start with XEventAny.
9801
9802         * gdk/x11/gdkevents-x11.c (gdk_event_translate):
9803         Check to see if the result of gdk_window_lookup_for_display()
9804         is actually a window.
9805
9806 Fri Jul 11 20:48:14 2003  Kristian Rietveld  <kris@gtk.org>
9807
9808         * gtk/gtktreemodel.c (gtk_tree_path_free): make the path != NULL
9809         check a silent assert, so it follows the g_free() behaviour.
9810
9811 2003-07-11  Matthias Clasen  <maclas@gmx.de>
9812
9813         * gtk/gtkstatusbar.c (gtk_statusbar_init): Center statusbar contents 
9814         vertically.  (#109823, Joe Shaw)
9815
9816 2003-07-11  Morten Welinder  <terra@gnome.org>
9817
9818         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_pixbuf): Fix memory
9819         access error.  (#69436)
9820
9821 Fri Jul 11 14:32:43 2003  Kristian Rietveld  <kris@gtk.org>
9822
9823         Landing GtkTreeModelFilter and the completion code. (Test program
9824         and documentation will follow next week).
9825
9826         * gtk/gtkcellayout.[ch], gtk/gtkentrycompletion.[ch],
9827         gtk/gtktreemodelfilter.[ch], gtk/gtkentryprivate.h: new files.
9828
9829         * gtkentry.[ch]: added gtk_entry_{get,set}_completion, wrote
9830         necessary code to hook up completion.
9831
9832         * gtktreeviewcolumn.c: made GtkTreeViewColumn implement the new
9833         GtkCellLayout interface.
9834
9835         * gtkmarshalers.list: added BOOLEAN:OBJECT,BOXED.
9836
9837         * gtk/gtk.h, gtk/Makefile.am, po/POTFILES.in: all updated for the new
9838         source files.
9839
9840 Wed Jul  9 19:48:26 2003  Kristian Rietveld  <kris@gtk.org>
9841
9842         Merge from stable.
9843
9844         * gdk/gdkdisplay.c (gdk_display_get_window_at_pointer): don't
9845         directly return from ->window_at_pointer, but set win_x and win_y
9846         first if needed. (Fixes #110166, reported by Arno Charlet).
9847
9848         * gdk/gdkwindow.c (gdk_window_get_composite_drawable): change
9849         function to accept GdkDrawables and not just GdkWindows. This was
9850         already done in some other functions a while back, but this patch
9851         got lost for some reason.
9852
9853 2003-07-09  Matthias Clasen  <maclas@gmx.de>
9854
9855         * gtk/gtkcontainer.c (gtk_container_focus_sort_tab): Consider the text
9856         direction when sorting children.  (#116540, Soeren Sandmann)
9857
9858 Tue Jul  8 17:36:21 2003  Owen Taylor  <otaylor@redhat.com>
9859
9860         * gdk/x11/gdkasync.[ch] gdk/gdkdnd-x11.c: 
9861         Change _gdk_x11_send_xevent_async() to 
9862         _gdk_x11_send_client_message_async() avoid using Xlib
9863         internals that are different on Solaris. 
9864         (#116917, Morten Welinder)
9865
9866 2003-07-08  Matthias Clasen  <maclas@gmx.de>
9867
9868         * gtk/gtkcontainer.c (gtk_container_remove): Doc addition.
9869         (#116501, Doug Quale)
9870
9871 Tue Jul  8 21:35:22 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9872
9873         * gtk/gtktoggletoolbutton.h: remove strange #define
9874         * gtk/gtktoolbutton.h: fix cut'n'paste error
9875         * gtk/gtktoolbutton.c (gtk_tool_button_init): use instance
9876         private data
9877         * gtk/gtktoolitem.c (gtk_tool_item_class_init): use instance
9878         private data instead of g_new0()
9879         * gtk/gtktoggletoolbutton.c (gtk_toggle_tool_button_init): use
9880         instance private data
9881
9882 Tue Jul  8 21:10:14 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9883
9884         * gtk/gtkbutton.c (gtk_button_realize): remove GDK_EXPOSURE_MASK
9885         for INPUT_ONLY window
9886         * gtk/gtkmenuitem.c (gtk_menu_item_realize): same
9887         * gtk/gtknotebook.c (gtk_notebook_realize): same
9888         * gtk/gtkexpander.c (gtk_expander_realize): same
9889         * gtk/gtkrange.c (gtk_range_realize): same
9890
9891         Fix #116303
9892
9893 Tue Jul  8 19:57:14 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9894
9895         * gtk/gtkstyle.c (gtk_default_draw_arrow): remove correction on x
9896         when detail is "menuitem". With the new menu look is isn't needed
9897         anymore.
9898
9899         * gtk/gtktoolitem.c (gtk_tool_item_toolbar_reconfigured): queue a
9900         resize here, so that tool items will get a chance to relayout
9901         themselves based on the toolbar configuration.
9902
9903         change DEFAULT_SPACE_SIZE to 4 instead of 5
9904
9905         * gtk/gtktoolbar.c 
9906         Get rid of "!GTK_BIN (item)->child means separator". Separators
9907         are widgets in their own right
9908
9909         change DEFAULT_SPACE_SIZE to 4 instead of 5
9910         
9911         (get_space_size): remove this function
9912         (toolbar_item_is_homogeneous): new function
9913
9914         * gtk/gtkseparatortoolitem.c
9915         (gtk_separator_tool_item_size_request): new function.
9916
9917 Tue Jul  8 14:10:35 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9918
9919         * gtk/gtktoggletoolbutton.h: use private data, add new
9920         internal function _gtk_toggle_tool_button_get_button()
9921
9922         * gtk/gtktoolbutton.h: move to private data
9923
9924         * gtk/gtkradiotoolbutton.c, gtk/gtktoolbutton.c: updates for new
9925         private data.
9926
9927 Tue Jul  8 12:50:20 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9928
9929         * gtk/gtktoolbutton.c (gtk_tool_button_get_icon_widget): fix a
9930         type check, (#116947, Krasimir Angelov)
9931
9932         * gtk/gtktoolbar.c: Use new GtkToolItem accessors.
9933         
9934         * gtk/gtktoolitem.[ch]: Use a private struct to hold the instance
9935         data. Not instance private data yet, because of bug 116921.
9936
9937         * gtk/gtktoolitem.h: new accessors:
9938                 gtk_tool_item_get_homogeneous ()
9939                 gtk_tool_item_get_expand ()
9940                 gtk_tool_item_get_pack_end ()
9941                 gtk_tool_item_get_use_drag_window ()
9942
9943 Mon Jul  7 16:50:32 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9944
9945         * gtk/gtkcellrenderertext.c
9946         (gtk_cell_renderer_text_class_init): remove accidentally committed
9947         debugging spew
9948
9949         * gtk/gtktoolbar.c
9950         (gtk_toolbar_paint_space_line): remove this function
9951         (gtk_toolbar_expose): always propagate expose, even if the item is
9952         a separator item
9953
9954         * gtk/gtkseparatortoolitem.c
9955         (gtk_separator_tool_item_expose): moved here from gtktoolbar.c
9956         (get_space_size): new function.
9957         (get_space_style): new function
9958
9959 Sun Jul  6 13:00:20 2003  Owen Taylor  <otaylor@redhat.com>
9960
9961         * gtk/gtkdnd.c (_gtk_drag_source_handle_event)
9962         * gtk/gtkdnd.c (gtk_drag_begin_internal):  Remove use
9963         of GDK_POINTER_MOTION_HINT_MASK.
9964
9965         * gtk/gtkdnd.c (gtk_drag_update_idle): Move updating
9966         of the drag into an idle as a superior form of 
9967         expose compression.
9968
9969         * gtk/gtkdnd.c (gtk_drag_begin_internal): Move default icon
9970         creation here, so that we have an icon at the start
9971         of the drag (e.g., when retrieving the window cache
9972         information.)
9973
9974 Sun Jul  6 17:21:23 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9975
9976         * docs/widget_geometry.txt: better drawing of GtkMenuItem
9977         * docs/widget_geometry.txt: add notes about GtkMenu
9978         * gtk/gtkstyle.c: remove leftover "#include "gtkhandlebox.h""
9979
9980 Sat Jul  5 10:34:00 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9981
9982         * gtk/gtkmenu.c: add vertical_padding style property.
9983         
9984         * gtk/gtkmenuitem.c: add style properties toggle_spacing,
9985         arrow_spacing and horizontal_padding. Also center separators and
9986         make them a bit taller.
9987
9988         * gtk/*menuitem.c: use new style properties.
9989         
9990         * docs/widget_geometry.txt: Add note about GtkMenuItem
9991
9992         * gtk/gtkstyle.c 
9993         (gtk_default_draw_vline, gtk_default_draw_hline):
9994         fix +/-1 errors. 
9995
9996         (gtk_default_draw_shadow): draw a black border around menus.
9997
9998         * gtk/gtkvseparator, gtk/gtkhseparator.c, gtk/gtkmenuitem.c: fix
9999         calls to gtk_paint_hline() and gtk_paint_vline() (they take x1,
10000         x2 and y1, y2 respectively, not x, width and y, height).
10001
10002 Sat Jul  5 09:55:38 2003  Owen Taylor  <otaylor@redhat.com>
10003
10004         * gdk/x11/gdkdnd-x11.c (precache_target_list): Lookup
10005         all the atoms in the target list at once.
10006
10007         * gdk/x11/gdkdnd-x11.c (gdk_drag_get_protocol_for_display):
10008         Local drag short-circuit.
10009
10010         * gdk/x11/gdkdnd-x11.c (gdk_drag_motion): For the
10011         local case, poke the actions in directly instead of
10012         going through xdnd_set_actions.
10013
10014         * gdk/x11/gdkdnd-x11.c (xdnd_read_actions): Short-circuit
10015         the local case.
10016
10017         * gdk/x11/gdkdnd-x11.c (xdnd_manage_source_filter): Don't
10018         XSelectInput()/add a filter if the drag is local.
10019
10020         * gdk/x11/gdkdnd-x11.c (gdk_drag_get_selection): 
10021         Simplify handling of "XdndSelection".
10022
10023         * gdk/x11/gdkevents-x11.c
10024         (gdk_event_send_client_message_to_all_recurse): Somehow,  
10025         a WM_STATE => _NET_WM_STATE change hand been made here.
10026
10027         * gdk/x11/gdkproperty-x11.c (_gdk_x11_precache_atoms): Free
10028         xatom_names, not atom_names.
10029
10030         * tests/testdnd.c (target_drag_motion): Make the trashcan
10031         open again. (Got lost in deprecation cleanup.)
10032
10033 Sat Jul  5 00:49:32 2003  Owen Taylor  <otaylor@redhat.com>
10034
10035         * gtk/gtkdnd.c (gtk_drag_begin): Move the grabs up
10036         earlier, so we don't get a big pile of uncompressed
10037         motion events before the grab takes effect.
10038
10039         * gtk/gtkdnd.c (gtk_drag_update_icon): Call 
10040         gdk_window_process_all_updates() so that the area
10041         we are dragging over gets a change to redraw.
10042
10043         * gtk/gtkdnd.c (_gtk_drag_dest_handle_event): Use 
10044         gdk_window_get_position(), not gdk_window_get_origin().
10045
10046         * gdk/x11/gdkwindow-x11.[ch] (gdk_window_have_shape_ext)
10047         gdkdisplay-x11.h: use XShapeQueryExtension to 
10048         avoid duplicate XQueryExtension when we actually
10049         use it. Remove unnecessary caching in GdkDisplayX11.
10050
10051 Fri Jul  4 23:49:22 2003  Owen Taylor  <otaylor@redhat.com>
10052
10053         * gdk/x11/gdkasync.[ch] (_gdk_x11_get_window_child_info): 
10054         Function to get a range of information about all the
10055         children of a window in a single pass.
10056
10057         * gdk/x11/gdkdnd-x11.c (get_client_window_at_coords_recurse)
10058         gdk/x11/gdkdnd-x11.c (gdk_window_cache_new): Use
10059         _gdk_x11_get_window_child_info() to greatly reduce
10060         the number of roundtrips.
10061
10062 Fri Jul  4 22:57:18 2003  Owen Taylor  <otaylor@redhat.com>
10063
10064         * gdk/x11/gdkasync.[ch] (_gdk_send_xevent_async): Add
10065         a function to XSendEvent() and call a calback on
10066         failure/success.
10067
10068         * gdk/x11/gdkdnd-x11.c (xdnd_send_xevent): Short-circuit
10069         messages to the same process, use _gdk_send_xevent_async().
10070
10071 Fri Jul  4 22:26:27 2003  Owen Taylor  <otaylor@redhat.com>
10072
10073         * gdk/x11/gdkwindow-x11.[ch] gdkevents-x11.c: Split
10074         toplevel-specific pieces of GdkWindowImplX11 into
10075         a separate GdkToplevelX11 structure.
10076
10077 Fri Jul  4 22:05:09 2003  Owen Taylor  <otaylor@redhat.com>
10078
10079         * gdk/x11/gdkasync.c (struct _SetInputFocusState): Fix
10080         some leftover fields.
10081
10082 Fri Jul  4 15:57:52 2003  Owen Taylor  <otaylor@redhat.com>
10083
10084         * gdk/x11/gdkevents-x11.c (gdk_wm_protocols_filter):
10085         Use asynchronously _gdk_x11_set_input_focus_safe
10086         to avoid having to trap errors and XSync().
10087
10088         * gdk/x11/gdkwindow-x11.c (gdk_window_focus): Use
10089         _gdk_x11_set_input_focus_safe() here as well.
10090
10091         * gdk/x11/gdkevents-x11.c (gdk_check_wm_state_changed):
10092         Rework handling of property notifies on _NET_WM_STATE
10093         so that we ignore _NET_WM_DESKTOP notifies unless we
10094         really care.
10095
10096         * gdk/x11/gdkimage-x11.c (gdk_image_check_xshm): Use
10097         XShmQueryExtension() rather than XQueryExtension() to
10098         avoid extra rountrip.
10099
10100         * gdk/x11/gdkwindow-x11.c (_gdk_windowing_window_init):
10101         Remove unused call to XGetWindowAttributes()
10102         
10103         * gdk/x11/gdkdisplay-x11.c (gdk_display_open): Remove
10104         unused call to XGetKeyboardControl().
10105
10106         * gdk/x11/gdkdisplay-x11.c gdk/gdk.def (gdk_display_flush):
10107         Add (#99571)
10108
10109         * gdk/win32/gdkevents-win32.c gdk/linux-fb/gdkevents-fb.c 
10110         No-op implementations of gdk_display_flush().
10111
10112         * gdk/gdkwindow.c (gdk_window_process_all_updates): Use
10113         gdk_display_flush() rather than gdk_flush() to avoid
10114         XSync().
10115         
10116         * gdk/x11/gdkwindow-x11.c (update_wm_hints)
10117         gdk/x11/gdkwindow-x11.h: Centralize all handling of WM_HINTS here
10118         so that we don't have to get the property back from the server.
10119
10120         * gdk/x11/gdkwindow-x11.c (show_window_internal): Store
10121         the serial of when we map a toplevel to allow optimizing
10122         out notifies on _NET_WM_STATE/_NET_WM_DESKTOP.
10123
10124         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Don't
10125         XTranslateCoordinates() for override-redirect windows.
10126
10127 Fri Jul  4 15:59:27 2003  Owen Taylor  <otaylor@redhat.com>
10128
10129         * gdk/x11/gdkwindow-x11.c (gdk_window_set_group): Remove comment
10130         about setting window group after the window is mapped from docs
10131         - nothing the ICCCM forbids that.
10132
10133         * gdk/x11/gdkcursor-x11.c (gdk_display_get_maximal_cursor_size):
10134         Fix g_return_val_if_fail() in void return function.
10135
10136         * configure.in: Fix misplaced comma that was resulting
10137         in XShm always being disabled.
10138
10139 Fri Jul  4 19:55:49 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
10140
10141         * tests/stresstest-toolbar: remove this accidentally committed
10142         file.
10143         
10144         * tests/stresstest-toolbar.c: really add this new test
10145
10146 Fri Jul  4 19:06:31 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
10147
10148         * tests/stresstest-toolbar.c: new test for removing items
10149         
10150         * tests/testtoolbar.c: add a popup menu
10151
10152         * gtk/gtkcontainer.c (gtk_container_remove): add hack to avoid
10153           assert widget->parent == container when the container is a
10154           toolbar.
10155
10156         * gtk/gtktoolbar.c (gtk_toolbar_remove_tool_item): Make much
10157         simpler. Also make correct.
10158
10159         * gtk/gtktoolbar.c (gtk_toolbar_button_press): make
10160         popup_context_menu a boolean handled signal.
10161
10162 2003-07-04  Tor Lillqvist  <tml@iki.fi>
10163
10164         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_polygon,
10165         gdk_win32_draw_segments, gdk_win32_draw_lines): We can calculate
10166         the width and height of the bounding rectangle only after the
10167         minumum x and y have been found, and need a separate loop for
10168         it. Thanks to Bruce Hochstetler for providing a sample program
10169         exhibiting the bug.
10170
10171 2003-07-03  Tor Lillqvist  <tml@iki.fi>
10172
10173         * gdk/gdk.def: Add gdk_string_to_compound_text_for_display.
10174         (#116537, Peter Zelezny)
10175
10176 Thu Jul  3 03:13:20 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
10177
10178         * gtk/gtkpaned.c (gtk_paned_set_child_property): Insert cast to
10179         fix warning. Assign something to old_value to quiet gcc
10180
10181         * gtk/gtkcalendar.c 
10182         (start_spinning): gtk_timeout_add->g_timeout_add
10183
10184         * gtk/gtkicontheme.c 
10185         (theme_lookup_icon): Make it compile (remove double semicolon)
10186
10187         * gtk/gtktoolbutton.c
10188         (gtk_tool_button_class_init): Long comment about properties.
10189         (gtk_tool_button_class_init): Improve text for "use_underline"
10190         property
10191         (gtk_tool_button_create_menu_proxy): Fix up to use_mnemonic based
10192         on whether the passed-in label has use_mnemonic set
10193         (gtk_tool_button_create_menu_proxy): Split image cloning out in
10194         new function. Make that function also handle image with pixbuf
10195         storage.
10196         (gtk_tool_button_construct_contents): Use gtk_widget_destroy()
10197         instead of gtk_container_remove().
10198         (gtk_tool_button_construct_contents): Fix eliding bug
10199
10200         * gtk/gtktoolbar.c
10201         (gtk_toolbar_finalize): New function. Unref tooltips, pointed out
10202         by Morten Welinder
10203         (gtk_toolbar_button_press): Make popup_context_menu signal provide
10204         coordinates and button number
10205
10206         * tests/testtoolbar.c (main): Add new pixbuf toolbutton
10207
10208         * tests/apple-red.png: new file
10209
10210 Wed Jul  2 18:00:56 2003  Owen Taylor  <otaylor@redhat.com>
10211          
10212         * gtk/gtkicontheme.[ch]: Implement a loader for
10213         named themed icon based on from gnome-desktop library
10214         by Alex Larsson.
10215
10216         * gtk/gtkiconthemeparser.[ch]: .ini file parsing code
10217         from gnome-desktop.
10218
10219         * gtk/gtkiconfactory.[ch]: Add
10220         gtk_icon_source_set/get_icon_name() to allow stock icons
10221         to be based off of named theme icons.
10222
10223         * gtk/gtkiconfactory.c: Rework sources so that the source
10224         is *either* a pixbuf, or a filename, or an icon name,
10225         instead of the pixbuf/filename mix it was before. Put a
10226         workaround for get_pixbuf() so that it can return the
10227         filename pixbuf, e.g, for render_icon().
10228
10229         * gtk/gtkiconfactory.c: Make the default setup use
10230         themed icons, and add builtin icons to the default
10231         icon theme for all the standard pixbufs, so we
10232         don't rely on actually having an icon theme on disk.
10233
10234         * gtk/gtkrc.c: Add support for @"icon-name" to specify
10235         a themed icon for a stock icon source.
10236
10237         * tests/Makefile.am test/testicontheme.c: Add a test
10238         program from gnome-desktop.
10239
10240         * gdk/x11/gdkevents-x11.c gtk/gtksettings.c: Add
10241         Net/IconThemeName / gtk-icon-theme-name setting.
10242
10243         * gtk/gtkiconfactory.c (ensure_cache_up_to_date): Actually
10244         update the icon cache serial so we don't continually
10245         think we are out-of-date.
10246
10247         * gtk/gtkwidget.c: Fix a couple of references in doc comments 
10248         to ::direction_set that should have been to ::direction-changed
10249
10250 Wed Jul  2 14:45:41 2003  Owen Taylor  <otaylor@redhat.com>
10251
10252         * gtk/gtktoolbar.c (gtk_toolbar_realize): Attach the
10253         style to the widget.
10254
10255 Wed Jul  2 15:42:26 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
10256
10257         * gtk/gtk.h: Add new toolbar headers
10258
10259         * tests/testtoolbar.c: new file
10260
10261         * tests/Makefile.am (noinst_PROGRAMS): Add testtoolbar.c
10262
10263         * gtk/gtkexpander.c (gtk_expander_class_init): Make it compile
10264
10265 Tue Jul  1 22:49:25 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
10266
10267         * gtk/gtktoolbar.c:
10268         (gtk_toolbar_remove_tool_item): Fix bug where list is changed
10269         inside a for loop (pointed out by Morten Welinder).
10270         (gtk_toolbar_focus_home_or_end): Minor formatting change
10271
10272         Comments from Owen:
10273
10274         * gtk/gtktoolbutton.c: remove copy of elide_underscores(). Use
10275         gtk_toolbar_elide_underscores instead.
10276
10277         * gtk/gtktoolbar.c: rename signal from focus_ends to
10278         focus_home_or_end.
10279         (_gtk_toolbar_elide_underscores): export this as an internal
10280         function.
10281         (gtk_toolbar_move_focus): add comment explaining difference to
10282         gtk_toolbar_focus();
10283         (gtk_toolbar_list_children_in_focus_order): Make TAB_FORWARD and
10284         TAB_BACKWARD focus the right widgets in RTL mode
10285
10286         * gtk/gtktoolbutton.c (gtk_tool_button_new): Change to take
10287         "label" and "icon" parameters
10288
10289         * gtk/gtktoolbutton.[ch]: remove icon_set property.
10290
10291 2003-07-01  Matthias Clasen  <maclas@gmx.de>
10292
10293         * gtk/gtkspinbutton.c (gtk_spin_button_set_digits): Improve docs.
10294         (116364, Morten Welinder) 
10295
10296         * tests/testgtk.c: Use GtkFontButton and GtkColorButton to bring up the
10297         corresponding dialogs.
10298
10299         * gtk/Makefile.am (gtk_public_h_sources): Add gtkfontbutton.h,
10300         gtkcolorbutton.h.  
10301         (gtk_c_sources): Add gtkfontbutton.c, gtkcolorbutton.c. 
10302
10303         * gtk/gtkfontbutton.[hc]: New files containing a font picker widget. 
10304
10305         * gtk/gtkcolorbutton.[hc]: New files containing a color picker widget. 
10306
10307         * gtk/gtk.h: Include gtkexpander.h, gtkfontbutton.h, gtkcolorbutton.h.
10308
10309         * gtk/gtkexpander.c: Small additions to the docs. 
10310
10311 2003-07-01  Tor Lillqvist  <tml@iki.fi>
10312
10313         * gdk/win32/gdkwindow-win32.c (_gdk_windowing_window_get_pointer):
10314         WindowFromPoint() wants screen coordinates (#115422, Tim Evans).
10315
10316 2003-07-01  Matthias Clasen  <maclas@gmx.de>
10317
10318         * configure.in: Check for Xcursor.
10319         
10320         * gdk/x11/gdkcursor-x11.c:
10321         * gdk/gdkdisplay.h: 
10322         * gdk/gdkcursor.h: RGBA cursor support based on Xcursor. New functions:
10323         gdk_cursor_new_from_pixbuf(), gdk_display_supports_cursor_alpha(), 
10324         gdk_display_supports_cursor_color(),
10325         gdk_display_get_default_cursor_size() and 
10326         gdk_display_get_maximal_cursor_size().  (#69436)
10327
10328 2003-06-30  Tor Lillqvist  <tml@iki.fi>
10329
10330         * gdk/win32/gdkdnd-win32.c (find_window_enum_proc): New function,
10331         callback proc for EnumWindows().
10332         (gdk_drag_find_window_for_screen): Actually take the drag_window
10333         argument into account: Instead of using WindowFromPoint(), use
10334         EnumWindows(), to be able to skip the drag_window. (#116320, Tony
10335         M Brown, Herman Bloggs)
10336
10337         * gdk/win32/*.c: Replace gdk_drawable_ref()/unref() and
10338         gdk_window_ref()/unref() calls with g_object_ref()/unref().
10339         Consistently use %p format in debugging output of pointers and
10340         HANDLEs.
10341
10342 2003-06-30  Mark McLoughlin  <mark@skynet.ie>
10343
10344         * gtk/gtkexpander.h: kill some stray characters
10345         breaking the build.
10346
10347 2003-06-30  Mark McLoughlin  <mark@skynet.ie>
10348
10349         Add GtkExpander. See discussion in bug #60553.
10350
10351         * gtk/gtkexpander.[ch]: add.
10352         
10353         * gtk/Makefile.am: build gtk-expander.[ch].
10354         
10355         * docs/widget_geometry.txt: add info on the layout
10356         of GtkExpander.
10357
10358 Mon Jun 30 01:20:19 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
10359
10360         * gtkradiotoolbutton.c:         new file
10361         * gtkradiotoolbutton.h:            "
10362         * gtktoggletoolbutton.c:           "
10363         * gtktoggletoolbutton.h:           "
10364         * gtktoolbutton.c:                 "
10365         * gtktoolbutton.h:                 "
10366         * gtktoolitem.c:                   "
10367         * gtktoolitem.h:                   "
10368         * gtktoolbar.c: many changes
10369         * gtktoolbar.h: many changes
10370         * gtkseparatortoolitem.c:       new file
10371         * gtkseparatortoolitem.h           "
10372
10373         New toolbar.
10374         
10375         - Items on a toolbar are now separate widgets, instances of a
10376           subclass of GtkToolItem.
10377
10378         - Items there aren't room for on the toolbar are unmapped, and an
10379           overflow menu with a proxy menu item is added instead.
10380
10381         - The toolbar is keyboard navigatable. Press TAB to focus the
10382           first item, then use arrow keys and Ctrl TAB to move around the
10383           toolbar. TAB moves focus out of the toolbar.
10384
10385         - Bascially all of the old toolbar API is deprecated in favor of
10386           new API in gtktoolbar.h, gtktoolitem.h, gtktoolbutton.h
10387
10388         - The toolbar is backwards compatible with the old toolbar.
10389
10390 2003-06-29  Matthias Clasen  <maclas@gmx.de>
10391
10392         * gtk/gtkwidget.c (gtk_widget_class_init): Remove a duplicate parameter
10393         from docs, some more formatting fixes. 
10394
10395 2003-06-28  Tor Lillqvist  <tml@iki.fi>
10396
10397         Fix for #111028, thanks to J. Ali Harlow, who writes:
10398         I found that the GdkPixmap->GdkImage reference really isn't
10399         important. It's only really there to have somewhere convenient to
10400         store the location of the pixel data in the pixmap and as an easy
10401         way of accessing the dimensions of that data. I have therefore put
10402         together a fix which removes this reference entirely which seems
10403         to solve the problem.
10404
10405         * gdk/win32/gdkpixmap-win32.h (struct _GdkPixmapImplWin32):
10406         Instead of a pointer to a GdkImage, keep a pointer to the pixels
10407         directly.
10408
10409         * gdk/win32/gdkimage-win32.c (_gdk_win32_setup_pixmap_image): Remove.
10410         (_gdk_win32_new_image): New function, replacing the above. Creates
10411         a GdkImage without any associated GdkPixmap.
10412         (gdk_image_new_bitmap, _gdk_image_new_for_depth): Use it instead.
10413
10414         * gdk/win32/gdkprivate-win32.h: Remove from here, too.
10415
10416         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new_from_pixmap)
10417         * gdk/win32/gdkdrawable-win32.c (blit_from_pixmap)
10418         * gdk/win32/gdkgc-win32.c (_gdk_win32_bitmap_to_hrgn)
10419         * gdk/win32/gdkmain-win32.c (_gdk_win32_drawable_description):
10420         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_impl_win32_finalize,
10421         gdk_pixmap_new, gdk_bitmap_create_from_data, gdk_pixmap_foreign_new)
10422         Corresponding changes.
10423
10424 Thu Jun 26 21:41:16 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
10425
10426         * gtk/gtktreeviewcolumn.c
10427         (gtk_tree_view_column_cell_set_cell_data): only set "is_expander"
10428         and "is_expanded" if the new value is different fromt he old one.
10429
10430 Wed Jun 25 18:59:15 BST 2003  Tony Gale <gale@gtk.org>
10431
10432         * docs/faq/gtk-faq.sgml: Fix typos. Update
10433         thread example I missed yesterday.
10434
10435 2003-06-24  Matthias Clasen  <maclas@gmx.de>
10436
10437         * gtk/gtkspinbutton.c (gtk_spin_button_class_init): Add a blurb for
10438         shadow_type. 
10439
10440         * gtk/gtkwidget.c (gtk_widget_class_install_style_property_parser): 
10441         (gtk_widget_class_list_style_properties): Use same parameter names as in  
10442         header (to silence gtk-doc).
10443
10444         * gtk/gtkalignment.c (gtk_alignment_[gs]et_padding): Fix doc comments.
10445
10446 Tue Jun 24 20:00:45 BST 2003  Tony Gale <gale@gtk.org>
10447
10448         * docs/faq/gtk-faq.sgml: Thread support updates
10449         from Owen. Various suggestions from Steve Chaplin.
10450
10451 2003-03-24  Mohammad DAMT  <mdamt@bisnisweb.com>
10452
10453         * po/id.po: Updated Indonesian translation
10454
10455 2003-06-21  Tor Lillqvist  <tml@iki.fi>
10456
10457         * gdk/win32/gdkevents-win32.c (gdk_event_translate): When
10458         emulating X11's automatic grab on button down, pass owner_events
10459         as FALSE. According to the XLib spec, automatic grabs use True for
10460         owner_events when OwnerGrabButtonMask is selected, and I don't see
10461         the X11 backend doing that. (#82497, #91619, #92835, #107322, #110271)
10462         (find_window_for_pointer_event): Improve debugging output.
10463
10464 2003-06-17  Tor Lillqvist  <tml@iki.fi>
10465
10466         * gtk-zip.sh.in (DLLDIR): Look for DLLs also in the bin
10467         subdirectory, where libtool 1.5 installs them.
10468
10469         * README.win32: Point to FSF's binary Win32 distribution of
10470         gettext-runtime.
10471
10472 2003-06-17  Matthias Clasen  <maclas@gmx.de>
10473
10474         * acinclude.m4 (JH_PATH_XML_CATALOG, JH_CHECK_XML_CATALOG): New
10475         macros to check for XML catalog contents and path, borrowed from
10476         gtk-doc. 
10477         * configure.in: New option --enable-man to enable regeneration of
10478         man pages from Docbook, if the necessary tools are found.
10479
10480 2003-06-15  Matthias Clasen  <maclas@gmx.de>
10481
10482         * gtk/gtkcalendar.c (gtk_calendar_class_init): 
10483         * gtk/gtknotebook.c (gtk_notebook_class_init): 
10484         * gtk/gtkalignment.c (gtk_alignment_class_init): 
10485         * gtk/gtkpaned.c (gtk_paned_class_init): Document new properties
10486         as 2.4 additions.
10487
10488         * gtk/gtkwidget.c (gtk_widget_class_init): Move inline signal docs 
10489         to the proper place, immediately before the g_signal_new() call.
10490
10491         * gtk/gtktextiter.h: Make the flags-nature of GtkTextSearchFlags 
10492         more obvious.  (#115122, Jeff Franks)
10493
10494 2003-06-12  Anders Carlsson  <andersca@codefactory.se>
10495
10496         * gtk/gtkwidget.c: (event_window_is_still_viewable):
10497         Special case pixmaps. (#114880)
10498         
10499 2003-06-12  Matthias Clasen  <maclas@gmx.de>
10500
10501         * gtk/gtkwidget.c: Document child-notify and drag-data-received
10502         signals. Owen, we need to figure out where the best place for
10503         these comments in the source is. I currently put them in front of
10504         the signals enum.
10505
10506 2003-06-11  Matthias Clasen  <maclas@gmx.de>
10507
10508         * gtk/gtkdnd.c (gtk_drag_check_threshold): s/threshhold/threshold/.
10509
10510 Thu Jan 12 01:01:19 2003  Kristian Rietveld  <kris@gtk.org>
10511
10512         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_process_action):
10513         silly typo fix. s/seperator/separator/. This gets rid of the
10514         assert spam when using TreeView.
10515
10516 Tue Jun 10 11:23:48 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
10517
10518         * modules/input/gtkimcontextxim.c (xim_instantiate_callback): New
10519         function for XIM instantiate callback.
10520         * modules/input/gtkimcontextxim.c (xim_info_try_im): New function
10521         where call to XOpenIM() or XRegisterIMInstantiateCallback() is
10522         actually made.
10523         * modules/input/gtkimcontextxim.c (xim_destroy_callback): New function
10524         for XIM's destroy callback.
10525         * modules/input/gtkimcontextxim.c (get_im): add a check if info->im 
10526         is set or not - if it's not set, call xim_info_try_im() to try to
10527         initiaize it.
10528         * modules/input/gtkimcontextxim.c (reinitialize_ic): reset
10529         filter_key_release flag of the context.
10530         * modules/input/gtkimcontextxim.c (get_ic_real): removed
10531         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_get_ic): move
10532         code from the removed get_ic_real().
10533
10534         For XIM instantiation, destruction and re-instantiation. With
10535         this, Gtk+ apps will be able to connect or reconnect to the XIM,
10536         when it starts after the apps, or when the XIM gets lost and recover.
10537         (#113099, #107782).
10538
10539 Mon Jun 10 01:12:31 2003  Kristian Rietveld  <kris@gtk.org>
10540
10541         Merged from stable.
10542
10543         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_get_size):
10544         check if width is !null, not *width. Doh.
10545
10546 Tue Jun 10 01:09:33 2003  Kristian Rietveld  <kris@gtk.org>
10547
10548         Merged from stable.
10549
10550         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_process_action):
10551         Remove the weird dx logic, get all cell_area and background_area
10552         calculations right. Not sure what was up with it before. (Fixes
10553         #110989, testcase from Vasco Alexandre da Silva Costa).
10554
10555 Tue Jun 10 00:58:23 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
10556
10557         * tests/testgtk.c: Make it compile with C89 compilers
10558
10559 2003-06-10  Matthias Clasen  <maclas@gmx.de>
10560
10561         * gtk/gtktextview.c (gtk_text_view_class_init): Install boolean
10562         property "overwrite".
10563         (gtk_text_view_[gs]et_property): Handle "overwrite".
10564         * gtk/gtktextview.[hc] (gtk_text_view_[gs]et_overwrite): Getter
10565         and setter for "overwrite" property.  (#110241, Jeroen Zwartepoorte)
10566
10567 2003-06-09  Matthias Clasen  <maclas@gmx.de>
10568
10569         * gtk/gtkpaned.c (gtk_paned_class_init): Install boolean child
10570         properties "resize" and "shrink".
10571         (gtk_paned_[gs]et_child_property): Implementations of 
10572         GtkContainer::[gs]et_child_property.  
10573         * tests/testgtk.c (toggle_resize, toggle_shrink): Use the new
10574         paned child properties instead of remove/add hacks.  (#114667, 
10575         Soeren Sandmann) 
10576
10577 Mon Jun  9 16:18:11 2003  Owen Taylor  <otaylor@redhat.com>
10578
10579         * gtk/gtknotebook.c (gtk_notebook_button_press): Back
10580         out event->window test - it wasn't needed because
10581         of the call to get_widget_coordinates().
10582
10583         * gtk/gtknotebook.c (gtk_notebook_button_press): Remove
10584         call to gtk_widget_grab_focus() when not clicking on
10585         any tabs. (Real fix for #114534)
10586
10587 Sun Jun  8 22:03:09 2003  Owen Taylor  <otaylor@redhat.com>
10588
10589         * tests/testdnd.c: Use application/x-rootwindow-drop for
10590         root window drops. (#108670, Alex Larsson)
10591
10592         * gdk/x11/gdkdnd-x11.c (gdk_drag_motion) gtk/gtkdnd.c (gtk_drag_drop): 
10593         Accept either application/x-rootwin-drop (what GTK+ has always used)
10594         or application/x-rootwindow-drop (what the XDND standard specifies).
10595
10596 Fri Jun  6 11:07:33 2003  Owen Taylor  <otaylor@redhat.com>
10597
10598         * gtk/gtkwidget.c (event_window_still_viewable): 
10599         Before delivering an event to a widget, check that
10600         (if relevant), the event's window is still viewable.
10601         (#105642, Dennis Björklund)
10602
10603         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): 
10604         NULL out private->parent, since after destruction
10605         it might not be valid any more.
10606
10607         * gdk/gdkwindow.c (gdk_window_is_viewable): Fix some
10608         accesses before g_return_val_if_fail(). Treat 
10609         DESTROYED windows as unmapped.
10610
10611 Thu Jun  5 09:28:03 2003  Owen Taylor  <otaylor@redhat.com>
10612
10613         * gtk/gtkentry.c: Recompute unconditionally in
10614         gtk_entry_style_set, and in a new gtk_label_screen_changed().
10615         Protect the guts of recompute_idle_func() with
10616         gtk_widget_has_screen(). (#114040, Morten Welinder) 
10617         Fix FALSE/0 confusion.
10618         
10619 Sun Jun  8 18:27:14 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
10620
10621         * gdk/gdkpixbuf-drawable.c (G8fromRGB565): swap G and B.
10622         Fixes (#114669)
10623
10624 Sun Jun  8 11:27:29 2003  Owen Taylor  <otaylor@redhat.com>
10625
10626         * gtk/gtkviewport.c (viewport_set_adjustment): Fix bug with 
10627         set_adjustment (viewport, NULL);
10628
10629 2003-06-07  Matthias Clasen  <maclas@gmx.de>
10630
10631         * gtk/gtkiconfactory.c (get_default_icons): 
10632         * gtk/stock-icons/stock_{undo,redo,undelete,revert}_rtl_{16,24}.png:
10633         * gtk/stock-icons/Makefile.am: Add rtl variants of undo, redo,
10634         undelete and revert.  (#96633)
10635         
10636 Fri Jun  6 16:25:44 2003  Owen Taylor  <otaylor@redhat.com>
10637
10638         * gtk/gtkviewport.c: Many fixes, along with extensive cleanups and 
10639         refactoring of code to reduce duplication; fixes include:
10640
10641         - gtk_viewport_realize(): Position the window correct from adjustment 
10642         values. (#110737, Michael Natterer)
10643
10644         - Remove some division-by-zero checks in places where there is no 
10645         longer division. (#110737)
10646
10647         - gtk_viewport_class_init: Make the hadjustment/vadjustment properties 
10648         G_PARAM_CONSTRUCT, so that there will always be adjustments, even 
10649         if gtk_viewport_new isn't used (#101135, Thomas Leonard).
10650
10651         - Switch over to encapsulated lazy-creation for hadjustment/
10652         vadjustment; even with the CONSTRUCT property, we need this after
10653         destroy.
10654
10655         - When updating the adjustment, immediate set their values to
10656         match the the current range of the viewport, and update the 
10657         viewport position to match the value of the new adjustments. 
10658         (Part of #1165)
10659
10660 2003-06-06  Tor Lillqvist  <tml@iki.fi>
10661
10662         * gdk/win32/gdkprivate-win32.h: Fix typo.
10663
10664         * gdk/win32/gdkgc-win32.c (_gdk_win32_gc_new): Set
10665         graphics_exposures and subwindow_mode, too, even if they aren't
10666         currently used.
10667
10668 Fri Jun  6 23:38:23 2003  Kristian Rietveld  <kris@gtk.org>
10669
10670         Merged from stable.
10671
10672         * gtk/gtktreeview.c (do_expand_collapse),
10673         (expand_collapse_timeout), (cancel_arrow_animation): made
10674         expand_collapse_timeout a wrapper with locks around     
10675         do_expand_collapse, made cancel_arrow_animation use
10676         do_expand_collapse. Fixes threadlock. (Fixes #111286, patch from
10677         Peter Bloomfield).
10678
10679 Fri Jun  6 11:05:45 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
10680
10681         * modules/input/gtkimcontextxim.h (struct _GtkIMContextXIM):
10682         * modules/input/gtkimcontextxim.c (preedit_start_callback,
10683         preedit_draw_callback, preedit_done_callback): Add a 'finalizing' flag 
10684         to keep preedit-[start,changed,end] signals from being called during
10685         finalization (#111861).
10686
10687 2003-06-05  Noah Levitt  <nlevitt@columbia.edu>
10688
10689         * gtk/gtknotebook.c (gtk_notebook_button_press): Ignore button
10690         presses that are not on the tab (#114534).
10691
10692 Thu Jun  5 20:35:40 2003  Owen Taylor  <otaylor@redhat.com>
10693
10694         * demos/Makefile.am: Conditionalize dependencies for
10695         gdk-pixbuf-csource on cross-compilation (#112391, J. Ali Harlow). 
10696         Buildtest-inline-pixbufs.h in srcdir. Don't try to build 
10697         test-inline-pixbufs.h if we don't have libpng.
10698
10699         * gtk/stock-icons/Makefile.am (gtkstockpixbufs.h): 
10700         Add a dependency on gdk-pixbuf.loaders when not 
10701         cross-compiling, remove the dependency on gdk-pixbuf-csource
10702         when not cross compiling.
10703
10704 Thu Jun  5 20:12:51 2003  Owen Taylor  <otaylor@redhat.com>
10705
10706         * gtk/gtkwindow.c (gtk_window_get_default_size): Handle
10707         gtk_window_get_geometry_info() returning NULL.
10708         (#107311, John Finlay)
10709
10710 Thu Jun  5 19:24:33 2003  Owen Taylor  <otaylor@redhat.com>
10711
10712         * gtk/gtktoolbar.c (gtk_toolbar_expose): Subtract off
10713         twice the border width from the width/height, not
10714         1x the border width. (#106336, Rodney Dawes)
10715
10716 Thu Jun  5 15:33:38 2003  Owen Taylor  <otaylor@redhat.com>
10717  
10718         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_next_line):
10719         If at the end of the buffer, move to the end iter -
10720         parallels behavior of move_iter_to_previous_line.
10721         (#81960, Padraig O'Briain)
10722  
10723 Thu Jun  5 16:12:54 2003  Owen Taylor  <otaylor@redhat.com>
10724
10725         #80023, Yao Zhang, TOKUNAGA Hiroyuki
10726
10727         * gtk/gtktextlayout.c (gtk_text_layout_get_cursor_locations):
10728         Account for the preedit cursor offset if the iter passed
10729         in is at the same place as the insertion cursor.
10730
10731         * gtk/gtktextview.c (gtk_text_view_get_cursor_location):
10732         Encapsulate getting the insertion cursor location.
10733
10734         * gtk/gtktextview.c (gtk_text_view_update_im_spot_location):
10735         Pass the real y/height to the IM context. Take 
10736         text_view->x/yoffset into account.
10737
10738 Thu Jun  5 16:52:54 2003  Owen Taylor  <otaylor@redhat.com>
10739
10740         * gtk/gtktextview.[ch]: Never scroll on focus in
10741         (#81893, Patch from Paolo Maggi)
10742
10743         * gtk/gtktextview.c (gtk_text_view_scroll_[h]pages): 
10744         Scroll to the current cursor location before handling
10745         the action, in case the user just tabbed in
10746         and the cursor is offscreen.
10747
10748 Thu Jun  5 17:20:40 2003  Owen Taylor  <otaylor@redhat.com>
10749          
10750          #107883, Gustavo Giráldez
10751
10752         * gtk/gtktextlayout.c (gtk_text_layout_emit_changed):
10753         Split out the case where we know we changed, and 
10754         already dealt with our cached line being invalidated
10755         from external calls to gtk_text_layout_changed.
10756
10757         * gtk/gtktextlayout.c (gtk_text_layout_changed):
10758         Check if the invalidate yrange intersects our
10759         cached line, and clear it if necessary.
10760
10761 2003-06-05  Tor Lillqvist  <tml@iki.fi>
10762
10763         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Handle global
10764         filters.
10765
10766 2003-06-05  Matthias Clasen  <maclas@gmx.de>
10767
10768         * gtk/gtktextview.c: Fix for #84668, reported by Torbjrn Andersson:
10769         (gtk_text_view_grab_notify): 
10770         (gtk_text_view_state_changed): Implement these
10771         to unobscure cursor when grab shadowed or insensitised.
10772         (gtk_text_view_unobscure_mouse_cursor): New function to undo the
10773         effect of gtk_text_view_obscure_mouse_cursor(). Code lifted from
10774         gtk_text_view_motion_event().
10775         (gtk_text_view_motion_event): Use gtk_text_view_obscure_mouse_cursor().
10776
10777         * gtk/gtktextview.c (select_all): New keybinding signal for
10778         (un)selecting the whole buffer. Bound to C-a/C-\.  (see #107889)
10779
10780         * gtk/gtkcalendar.c (calendar_timer): 
10781         (stop_spinning): Replace deprecated gtk_timeout_* functions by
10782         their GLib counterparts.  (#114429)
10783
10784         * gtk/gtktreestore.c (gtk_tree_store_new): 
10785         * gtk/gtkliststore.c (gtk_list_store_new): Document restriction on 
10786         types.
10787
10788 Wed Jun  4 19:42:17 2003  Owen Taylor  <otaylor@redhat.com>
10789
10790         * gdk/gdkpango.c (gdk_draw_layout_line_with_colors):
10791         When drawing underlines, join up adjacent runs
10792         where possible, so we don't get changes in 
10793         shaper/font/etc. breaking underlines. (#103662,
10794         Kang Jeong-Hee)
10795
10796 Wed Jun  4 19:22:58 2003  Jonathan Blandford  <jrb@redhat.com>
10797
10798         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_level_find_insert):
10799         Slightly modified patch from Owen Taylor <otaylor@redhat.com> to
10800         improve the speed of inserting rows into an already sorted list,
10801         #109292
10802
10803 Wed Jun  4 19:24:28 2003  Owen Taylor  <otaylor@redhat.com>
10804
10805         * gdk/x11/gdkgc-x11.c gdk/x11/gdkprivate-x11.h: Keep
10806         track of when we have a clip mask set for the GC,
10807         and when we unset it, or switch to a clip region,
10808         immediately call XSetClipMask (..., None) to avoid
10809         Xlib caching stale data. (#111806)
10810
10811         * gtk/gtktextdisplay.c: Don't set a clip mask
10812         when drawing alpha pixmaps; it isn't necessary any more.
10813         (#111806)
10814
10815 Wed Jun  4 18:27:44 2003  Owen Taylor  <otaylor@redhat.com>
10816
10817         * gtk/gtkcheckbutton.c (gtk_real_check_button_draw_indicator): 
10818         gtk/gtkradiobutton.c (gtk_radio_button_draw_indicator): 
10819         Use GTK_WIDGET_IS_SENSITIVE(), not GTK_WIDGET_SENSITIVE
10820         (#92548, Tim Evans)
10821
10822         * gtk/gtkcheckmenuitem.c (gtk_real_check_menu_item_draw_indicator)
10823         gtk/gtkradiomenuitem.c (gtk_radio_menu_item_draw_indicator): If
10824         Use state_type = STATE_INSENSITIVE for insensitive menu items.
10825
10826 Wed Jun  4 21:25:35 2003  Kristian Rietveld  <kris@gtk.org>
10827
10828         Merged from stable.
10829
10830         * gtk/gtktreeview.c (gtk_tree_view_drag_begin): use a silent
10831         assert for get_info. (reported by Michael Natterer),
10832         (gtk_tree_view_expand_all_emission_helper),
10833         (gtk_tree_view_expand_all_helper): emit row_expanded for all
10834         expanded rows during an _expand_all operation. (Fixes #111280,
10835         reported by Benjamin Bayart).
10836
10837 Tue Jun  3 18:32:30 2003  Owen Taylor  <otaylor@redhat.com>
10838
10839         * gdk/x11/gdkevents-x11.c (gdk_wm_protocols_filter): Don't
10840         respond to pings on a root window; prevents infinite
10841         loops if we are selecting for SubstructureNotify on the
10842         root window. (#111945, Sergey V. Udaltsov)
10843
10844 Tue Jun  3 17:39:16 2003  Owen Taylor  <otaylor@redhat.com>
10845
10846         #71597, reported by Morten Welinder
10847
10848         * gdk/gdkpixbuf-drawable.c (rgb888amsb): Fix and simplify
10849         (Patch from Christian Petig)
10850
10851         * gdk/gdkpixbuf-drawable.c (rgb{555,565}{a,}{msb,lsb}):
10852         Major rewrite of 555 and 565 conversion routines:
10853
10854         - Move all the bit shifting into a small block of macros,
10855           eliminating much duplication of complicated arithmetic.
10856         - Get rid of 2-pixels at a time code, which was buggy,
10857           hard to maintain, caused unaligned accesses, and
10858           probably didn't actually perform any better.
10859         - Simplify cases where different data types were
10860           used for the little and big endian cases, use
10861           GUINT16_SWAP_LE_BE() where appropriate.
10862                 
10863 Tue Jun  3 15:05:47 2003  Owen Taylor  <otaylor@redhat.com>
10864
10865         * gdk/x11/gdkdrawable-x11.c (convert_to_format): Remove
10866         bad optimization for src_rowstride == dest_stride.
10867         (Didn't consider the case where we were copying only
10868         partial widths of a wider source buffer)
10869         (#113034, reported by Hans Petter Jansson)
10870
10871 2003-06-03  Michael Natterer  <mitch@gimp.org>
10872
10873         * gdk/x11/gdkinput-x11.c (_gdk_input_common_find_events):
10874         reenabled button_release events for xinput devices. (#113948)
10875
10876 2003-06-03  Christian Rose  <menthos@menthos.com>
10877
10878         * configure.in: Added "li" to ALL_LINGUAS.
10879
10880 Mon Jun  2 18:58:54 2003  Owen Taylor  <otaylor@redhat.com>
10881
10882         * gtk/gtknotebook.c (gtk_notebook_size_allocate): Don't
10883         map the event window if the notebook isn't mapped. (#113980,
10884         Richard Reich)
10885
10886 2003-06-02  Sven Neumann  <sven@gimp.org>
10887
10888         * gtk/gtkprogress.c (gtk_progress_changed): added a missing cast.
10889
10890         * gdk/gdkrgb.c (gdk_rgb_try_colormap): removed an unused variable.
10891
10892 2003-06-01  Matthias Clasen  <maclas@gmx.de>
10893
10894         * gtk/gtkalignment.c (gtk_alignment_[gs]et_padding): Add 
10895         Since: 2.4 to the docs.
10896
10897         * gtk/gtkwindow.c (gtk_window_parse_geometry): Add some hints and
10898         an example to the docs.  (#98427)
10899
10900 2003-05-30  Murray Cumming  <murrayc@usa.net>
10901
10902         * gtk/gtkalignment.[h|c]: Added 4-sided padding as properties with
10903         gtk_alignment_get_padding() and gtk_aligment_set_padding(). This
10904         uses the new private data system - see g_type_class_add_private() in
10905         gtk_alignment_class_init() and the use of GTK_ALIGNMENT_GET_PRIVATE().
10906
10907 2003-05-30  Matthias Clasen  <maclas@gmx.de>
10908         
10909         * gtk/gtknotebook.c: Changed guint to GtkNotebookArrow in the
10910         signature of gtk_notebook_draw_arrow() for Solaris builds to go
10911         through.  (#114043, Anand Subramanian)
10912
10913 Thu May 29 18:30:35 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
10914
10915         * modules/input/imipa.c: 
10916         use GETTEXT_PACKAGE to get a translation for "ipa"(#113850).
10917
10918 Thu May 29 18:08:01 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
10919
10920         * gtk/gtkimmodule.c (_gtk_im_module_list):
10921         use GETTEXT_PACKAGE to get a translation for "Default"(#113850).
10922
10923 Thu May 29 09:34:05 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
10924
10925         * gtk/gtkimmodule.c (_gtk_im_module_list): make "Default"
10926         label of default input method localizable.
10927         * gtk/gtkimmulticontext.c (gtk_im_multicontext_append_menuitems): 
10928         use translations of input method context names
10929         * modules/input/imam-et.c, modules/input/imcyrillic-translit.c,
10930           modules/input/iminuktitut.c, modules/input/imthai-broken.c,
10931           modules/input/imti-er.c, modules/input/imti-et.c
10932           modules/input/imviqr.c, modules/input/imxim.c
10933         use GETTEXT_PACKAGE instead of "gtk+" for domain name.
10934         (#113850).
10935
10936 Thu May 29 18:23:01 2003  Kristian Rietveld  <kris@gtk.org>
10937
10938         Merged from stable.
10939
10940         * gtk/gtktreeview.c (gtk_tree_view_button_press): put the focus
10941         grab separate, the user might clear the tree in the focus-in
10942         callback. (Fixes #113086, testcase from Felipe Heidrich).
10943
10944 Thu May 29 18:06:26 2003  Kristian Rietveld  <kris@gtk.org>
10945
10946         Merged from stable.
10947
10948         * gtk/gtktreeview.c (gtk_tree_model_set_model): reset a bunch
10949         of row reference when we unset the model. Also reset
10950         dy and top_row_dy. (Fixes #109289, patch from Owen Taylor).
10951
10952 Thu May 29 17:12:19 2003  Kristian Rietveld  <kris@gtk.org>
10953
10954         Merged from stable.
10955
10956         * gtk/gtktreeview.c (gtk_tree_view_set_cursor_on_cell): cancel
10957         the current editing, if it exists. (Fixes #108956, reported by
10958         Michael Natterer).
10959
10960 Thu May 29 17:06:09 2003  Kristian Rietveld  <kris@gtk.org>
10961
10962         Merged from stable.
10963
10964         * gtk/gtktreeview.c (check_selection_helper): new function,
10965         (gtk_tree_view_row_deleted): traverse the tree from the
10966         deleted node to see whether the selection changed, instead of
10967         just checking this node. (Fixes #107400, reported by 'Duncan').
10968
10969 Thu May 29 16:31:34 2003  Kristian Rietveld  <kris@gtk.org>
10970
10971         Merged from stable.
10972
10973         * gtk/gtktreeview.c (gtk_tree_view_maybe_begin_dragging_row),
10974         (gtk_tree_view_drag_begin): set the DnD icon in _drag_begin
10975         instead of _maybe_begin_dragging_row, so the icon can be
10976         overridden by apps. (Fixes #104374, patch from Daniel Elstner).
10977
10978 Thu May 29 16:14:04 2003  Kristian Rietveld  <kris@gtk.org>
10979
10980         Merged from stable.
10981
10982         * gtk/gtktreeview.c (gtk_tree_view_start_editing): correct
10983         cell_area x/width for the expander if needed. (Fixes #101748,
10984         reported by Dave Cook and Mariano Suarez-Alvarez).
10985
10986 Thu May 29 16:01:38 2003  Kristian Rietveld  <kris@gtk.org>
10987
10988         Merged from stable.
10989
10990         * gtk/gtktreeview.c (gtk_tree_view_real_set_cursor): check
10991         if tree/node are still the same after _internal_select_node.
10992         (Fixes #92256, reported by edscott).
10993
10994 Thu May 29 15:38:30 2003  Kristian Rietveld  <kris@gtk.org>
10995
10996         Fixes #75745, reported by Richard Hult. Merged from stable.
10997
10998         * gtk/gtktreeview.c (gtk_tree_view_bin_expose): set/unset
10999         GTK_CELL_RENDERER_FOCUSED flag whether the current node is the
11000         cursor or not.
11001
11002         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_process_action):
11003         if we are rendering a cursor row, and the cell the be
11004         processed has focus, then set the GTK_CELL_RENDERER_FOCUSED
11005         flag (else we unset it).
11006
11007 2003-05-27  Matthias Clasen  <maclas@gmx.de>
11008
11009         * gtk/gtkwindow-decorate.c: 
11010         * gtk/gtktreeprivate.h: 
11011         * gtk/gtkdnd.c: 
11012         * gdk/win32/gdkwindow-win32.h: 
11013         * gdk/linux-fb/gdkprivate-fb.h: 
11014         * gdk/linux-fb/gdkkeyboard-fb.c: Remove dubious bitfields of
11015         unspecified signedness.  (#112919, Morten Welinder)
11016
11017         * gtk/queryimmodules.c (escape_string): 
11018         * gtk/gtktextbtree.c (_gtk_text_btree_get_text): 
11019         * gtk/gtksettings.c (_gtk_settings_parse_convert): 
11020         * gtk/gtkrc.c (gtk_rc_parse_assignment): 
11021         * gtk/gtkinputdialog.c (gtk_input_dialog_set_key): 
11022         * gdk/x11/gdkdisplay-x11.c (escape_for_xmessage): Replace all 
11023         occurances of g_string_new ("") by g_string_new (NULL). (#106975,
11024         Morten Welinder) 
11025
11026 2003-05-27  Tor Lillqvist  <tml@iki.fi>
11027
11028         * gtk-zip.sh.in: Only include the Default and Emacs themes' gtkrc
11029         files. Include share/gtk-doc/{gdk-pixbuf,gdk,gtk}.
11030
11031         * gdk/Makefile.am: libgdk-win32-2.0.la depends on
11032         win32/libgdk-win32.la.
11033
11034         * gtk/gtk.def: Add gtk_tree_view_column_cell_get_position.
11035
11036 Sat May 24 22:19:13 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
11037
11038         * gtk/gtkscrollbar.c (gtk_scrollbar_class_init): Make the minimum
11039         scrollbar slider length 21 instead of 7.
11040
11041 2003-05-23  Matthias Clasen  <maclas@gmx.de>
11042
11043         * gtk/gtknotebook.c: Add support for up to four scroll
11044         arrows. Control their display by new style properties
11045         "has_forward_stepper", "has_backward_stepper",
11046         "has_secondary_forward_stepper" and
11047         has_secondary_backward_stepper". (#110540)
11048
11049         * gtk/gtknotebook.h (struct _GtkNotebook): Make in_child and
11050         click_child three bits wide, add
11051         has_{before,after}_{previous,next} fields.
11052
11053         * gtk/gtkcolorsel.c (gtk_color_selection_init): Update color on
11054         focus out of hex_entry.  (#112665)
11055         (hex_focus_out): New signal handler for focus out of hex entry.
11056
11057 Wed May 21 19:01:06 2003  Owen Taylor  <otaylor@redhat.com>
11058
11059         * gtk/gtkwidget.c (gtk_widget_realize): 
11060         g_return_if_fail() if
11061         GTK_WIDGET_ANCHORED (widget) || GTK_IS_INVISIBLE (widget).
11062         (#107872, Christian Reis)
11063
11064 2003-05-22  Matthias Clasen  <maclas@gmx.de>
11065
11066         * gtk/gtkfilesel.c (gtk_file_selection_create_dir): 
11067         (gtk_file_selection_rename_file): Some keynav improvements for the
11068         "Rename File" and "Create Directory" subdialogs: Enter in entry
11069         activates default, default is "Create"/"Rename", Escape cancels
11070         dialog.  (#113110)
11071         (gtk_file_selection_set_filename): Add a hint about opening 
11072         directories.  (#113175)
11073
11074 2003-05-22  Matthias Clasen  <maclas@gmx.de>
11075
11076         * gdk/x11/gdkdrawable-x11.c (gdk_x11_drawable_update_xft_clip):
11077         Use XftDrawSetClipRectangles(), since we're inside HAVE_XFT2
11078         anyway.  (#113476)
11079
11080 Wed May 21 15:53:14 2003  Owen Taylor  <otaylor@redhat.com>
11081
11082         * gtk/gtkprogress.c (gtk_progress_set_format_string,
11083         gtk_progress_set_show_text): Always queue a resize ... 
11084         we rely on the size-allocate to do the update, plus a 
11085         different format can actually change our size requisition.
11086         (#111052, Vasco Alexandre da Silva Costa)
11087
11088         * gtk/gtkprogress.c (gtk_progress_changed): Track
11089         ::changed as well as ::value_changed, and queue a
11090         resize on ::changed when necessary.
11091
11092         * gtk/gtkprogress.c (gtk_progress_set_adjustment): 
11093         Call gtk_progress_changed() here to update or 
11094         queue a resize as necessary.
11095
11096 Wed May 21 14:06:13 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
11097
11098         * gtk/gtkimcontextsimple.c: added composing rules of
11099         Greek accented letters, patch by Vasilis Vasaitis (#107507)
11100
11101 Wed May 21 13:19:05 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
11102
11103         * gtk/gtkenums.h (enum GtkIMPreeditStyle, GtkIMStatusStyle): 
11104         * modules/input/gtkimcontextxim.c (preedit_style_change, status_style_change):
11105         gtk settings for XIMPreeditNone and XIMStatusNone. (#105909)
11106
11107 Wed May 21 12:10:25 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
11108
11109         * gtk/gtkimcontextsimple.c: 
11110         code that can check the compose table for ascending order,
11111         by Vasilis Vasaitis (#104862).
11112
11113 Wed May 21 12:52:01 2003  Owen Taylor  <otaylor@redhat.com>
11114
11115         * gtk/gtkkeyhash.[ch] (_gtk_key_hash_looku): We need 
11116         to pass the unmasked state to gdk_keymap_translate_keyboard_state() 
11117         to handle the case where a modifier not in the mask
11118         (like Num_Lock) changes the key value, so replace
11119         the masked state with a state/mask pair. (#106913,
11120         Olivier Ripoll)
11121
11122         * gtk/gtkwindow.c gtk/gtkbinding.c: Update to pass
11123         in state/mask pair to _gtk_key_hash_lookup()
11124
11125 Tue May 20 21:58:00 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
11126
11127         * modules/input/gtkimcontextxim.c (xim_info_display_closed):
11128         fix a memory leak, free input context list (#113259).
11129
11130 2003-05-21  Matthias Clasen  <maclas@gmx.de>
11131
11132         * configure.in (all_loaders): Add pcx.
11133
11134         * gtk/gtkcalendar.c: Make calendar controls spin.  (#112540)
11135
11136 Tue May 20 17:27:24 2003  Owen Taylor  <otaylor@redhat.com>
11137
11138         * gtk/gtkimmodule.c (gtk_im_module_init): Silently
11139         accept a missing gtk.immodules file, some people
11140         want to run without one. (#112406, patch from
11141         Arnaud Charlet)
11142
11143 Tue May 20 17:05:31 2003  Owen Taylor  <otaylor@redhat.com>
11144
11145         * gtk/gtkwindow.c (gtk_window_compute_hints): Fix 
11146         height/width confusion (#113370, Xan Lopez)
11147
11148 Tue May 20 15:48:45 2003  Owen Taylor  <otaylor@redhat.com>
11149
11150         * gdk/x11/gdkdnd-x11.c gdk/x11/gdkwindow-x11.c: Comprehensively
11151         zero all unused parts of client messages (Mainly Motif DND
11152         and EWMH). Also, fix a couple places where we were putting
11153         contents into Motif DND messages that didn't belong.
11154         (#113361, EWMH problem reported by Lubos Lunak)
11155
11156         * gtk/gtkselection.c (_gtk_selection_request): Handle the
11157         case where the property type for the multiple atoms is
11158         ATOM_PAIR by doing the conversions ourselve. This is
11159         needed for Xt inter-operation.
11160
11161 2003-05-19 Arafat Medini <lumina@silverpen.de>
11162
11163         * configure.in: Added ar to ALL_LINGUAS
11164
11165 2003-05-19  Matthias Clasen  <maclas@gmx.de>
11166
11167         * gtk/gtksettings.c (gtk_rc_property_parse_border,
11168         gtk_rc_property_parse_color, gtk_rc_property_parse_enum,
11169         gtk_rc_property_parse_flags, gtk_rc_property_parse_requisition):
11170         Add docs.
11171
11172         * gtk/gtkwidget.c (gtk_widget_class_install_style_property, 
11173         gtk_widget_class_install_style_property_parser): Add docs. 
11174
11175 2003-05-17  Matthias Clasen  <maclas@gmx.de>
11176
11177         * tests/prop-editor.c: Add navigation for object properties, so
11178         that you can easily edit the properties of the parent of a widget.
11179         (#113152)
11180
11181 Wed May 14 17:45:32 2003  Owen Taylor  <otaylor@redhat.com>
11182
11183         * gdk/gdkkeysyms.h gdk/gdkkeynames.c gdk/gdkkeyuni.c:
11184         Patch from Vasilis Vasaitis to fix Greek_IOTAdi[a]eresis 
11185         inconsistency and leave the old name as an aliass (#104873)
11186
11187 Wed May 14 16:40:09 2003  Owen Taylor  <otaylor@redhat.com>
11188
11189         * gtk/gtkframe.c (gtk_frame_set_label_widget): Patch
11190         from Charles Schmidt to add missing notify (#108305)
11191
11192 Wed May 14 16:00:51 2003  Owen Taylor  <otaylor@redhat.com>
11193  
11194         * gdk/x11/gdkgc-x11.c: Remove unecessary g_return_if_fail().
11195         (#105500, Morten Welinder.)
11196  
11197 Wed May 14 09:05:11 2003   Hidetoshi Tajima <hidetoshi.tajima@sun.com>
11198
11199         * modules/input/gtkimcontextxim.c (get_ic_real): use type of guint32
11200         instead of gumake for XNFilterEvents event mask(#110493).
11201
11202 2003-05-11  Anders Carlsson  <andersca@codefactory.se>
11203
11204         * gtk/gtkdnd.c (gtk_drag_source_unset_icon): Don't cast a gchar to
11205         a GObject. (#112762)
11206
11207 2003-05-08  Sven Neumann  <sven@gimp.org>
11208
11209         * configure.in: set the HAVE_X11R6 automake conditional to false
11210         if not compiling for X11.
11211
11212 2003-05-08  Matthias Clasen  <maclas@gmx.de>
11213
11214         * gtk/gtkcalendar.[ch] (gtk_calendar_set_display_options): 
11215         (gtk_calendar_get_display_options): New functions.
11216         (gtk_calendar_display_options): Depreate.  (#64567)
11217         (gtk_calendar_class_init): Add boolean properties for the display
11218         options.  (#50949)
11219
11220 Tue May  6 16:50:52 2003  Owen Taylor  <otaylor@redhat.com>
11221
11222         Patch from James Henstridge to update to automake-1.7
11223         (#109542)
11224  
11225         * autogen.sh: update to call newer tools.
11226  
11227         * configure.in: various updates, to use M4 macros to put
11228         variables that change each release at the top.
11229         Use AC_HELP_STRING to format help strings.
11230         Use AC_CONFIG_COMMANDS to generate gdkconfig.h.
11231  
11232         * Makefile.am: require Automake 1.7.  Remove gdk-2.0.pc and
11233         gtk+-2.0.pc on uninstall.  Pass --enable-gtk-doc to configure
11234         during distcheck.
11235  
11236         * docs/reference/*/Makefile.am: simplify to use the gtk-doc.make
11237         makefile fragment.
11238  
11239         * */Makefile.am: don't use STRIP_BEGIN/STRIP_END.
11240         Use BUILT_SOURCES where appropriate.
11241         Build generated files in builddir rather than srcdir.
11242         Fix uninstall and distclean targets to satisfy distcheck.
11243
11244         ===
11245
11246         * gdk/*/Makefile.am: Remove the hacks to get gdkenumtypes.h
11247         built first, since we are now using BUILT_SOURCES.
11248
11249         * gdk/Makefile.am: Remove an outdated comment about gdk_headers.
11250
11251         * demos/gtk-demo/Makefile.am: Fix srcdir != buildd problem
11252         with geninclude.pl.
11253
11254         * configure.in: Update versions to 2.3.0.
11255  
11256 2003-05-06  Tor Lillqvist  <tml@iki.fi>
11257
11258         Fix for #110165 (thanks to Arnaud Charlet):
11259         
11260         * gdk/win32/gdkevents-win32.c (build_keypress_event,
11261         build_keyrelease_event): For unshifted control char, use
11262         lowercase ASCII keyval.
11263         (gdk_event_translate): Similarily, when handling WM_SYSKEYDOWN and
11264         UP (i.e. Alt-something), if it's an unshifted ASCII letter, use
11265         lowercase keyval. Use build_key_event_state() here, too, instead
11266         of minor code duplication.
11267
11268 2003-05-06  Matthias Clasen  <maclas@gmx.de>
11269
11270         * tests/testmultidisplay.c: Don't include strings.h, it's not
11271         needed anymore.  (#112388)
11272
11273         * examples/menu/itemfactory.c: 
11274         * docs/tutorial/gtk-tut.sgml: Remove an unneeded include from the
11275         itemfactory example.
11276
11277 2003-05-05  Matthias Clasen  <maclas@gmx.de>
11278
11279         * gtk/gtkdnd.c (gtk_drag_source_set_icon_stock):  Actually set the
11280         icon type to the stock icon type.  (#111735, Dave Bordoley)
11281
11282 2003-05-05  Christian Rose  <menthos@menthos.com>
11283
11284         * configure.in: Added sr and sr@Latn to ALL_LINGUAS.
11285         Removed sp, it's replaced by sr@Latn.
11286
11287 Wed Apr 30 22:09:11 BST 2003  Tony Gale <gale@gtk.org>
11288
11289         * docs/faq/gtk-faq.sgml: GTK+ 2.x updates, mainly from
11290         Gonzalo Odiard
11291
11292 Mon Apr 28 17:54:39 2003  Jonathan Blandford  <jrb@redhat.com>
11293
11294         * gtk/gtktreeview.c (gtk_tree_view_destroy): destroy the search
11295         data iff the destroy func isn't NULL.
11296
11297 Thu Apr 24 19:12:05 2003  Owen Taylor  <otaylor@redhat.com>
11298
11299         * autogen.sh (have_libtool): Accept libtool-1.5. (#111480)
11300
11301 2003-04-23  Abel Cheung  <maddog@linux.org.hk>
11302
11303         * configure.in: Added "am" "mk" "ta" to ALL_LINGUAS.
11304
11305 Tue Apr 22 15:33:51 2003  Owen Taylor  <otaylor@redhat.com>
11306
11307         * gtk/gtkfilesel.c (open_new_dir): Fix capitalization
11308         of UTF-8. (#106419, Roozbeh Pournader)
11309
11310 Tue Apr 22 15:17:25 2003  Owen Taylor  <otaylor@redhat.com>
11311
11312         * configure.in: Only check for XFT2 if we found pango-xft
11313         (#105692, Jon Nall)
11314
11315 Tue Apr 22 15:12:19 2003  Owen Taylor  <otaylor@redhat.com>
11316
11317         * gtk/gtkwidget.c (gtk_widget_class_init): Fix PROP_HAS_FOCUS/
11318         PROP_IS_FOCUS confusion. (#111333, Jody Goldberg)
11319
11320 Tue Apr 22 19:43:01 BST 2003  Tony Gale <gale@gtk.org>
11321
11322         * docs/faq/gtk-faq.sgml: add note about version converage.
11323
11324 Mon Apr 21 19:02:16 2003  Owen Taylor  <otaylor@redhat.com>
11325
11326         * gtk/gtksocket.c (activate_key): Fix prototype for
11327         activate_key. (#108927, Jason D. Hildebrand)
11328
11329 Mon Apr 21 18:42:51 2003  Owen Taylor  <otaylor@redhat.com>
11330
11331         * demos/gtk-demo/Makefile.am demos/gtk-demo/geninclude.pl:
11332         Remove geninclude.pl from CVS and don't dist it either,
11333         it is generated. (#108970, Rich Kinder)
11334
11335 Mon Apr 21 18:35:48 2003  Owen Taylor  <otaylor@redhat.com>
11336
11337         * gtk/gtkobject.h: Remove a couple of obsolete comments,
11338         fix another comment. (#109737, Britton Kerin)
11339
11340 Mon Apr 21 18:29:03 2003  Owen Taylor  <otaylor@redhat.com>
11341
11342         * gtk/gtkiconfactory.c (gtk_icon_set_unref): Free
11343         the source list, not just it's contents (Patch
11344         from Charles Kerr, #108243)
11345
11346 Mon Apr 21 18:13:46 2003  Owen Taylor  <otaylor@redhat.com>
11347
11348         * gdk/x11/gdkdnd-x11.c (gdk_window_cache_filter): Patch
11349         from Alex Larsson fixing problem with restacking during
11350         DND. (#108671)
11351
11352 Mon Apr 21 15:07:29 2003  Owen Taylor  <otaylor@redhat.com>
11353
11354         * gdk/x11/gdkdisplay-x11.c (gdk_display_keyboard/pointer_ungrab):
11355         Calling XFlush() after ungrabbing, to avoid problems if
11356         the app subsequently blocks on a long-running operation.
11357         (#106520, reported by Rajkumar Siva)
11358
11359 Fri Apr 18 17:42:45 2003  Owen Taylor  <otaylor@redhat.com>
11360
11361         * gdk/x11/gdkwindow-x11.c (set_initial_hints): Add
11362         SKIP_TASKBAR/SKIP_PAGER to set of properties we
11363         might set on map. (#110019, problem reported
11364         by Loban Rahman)
11365
11366 Fri Apr 18 17:14:33 2003  Owen Taylor  <otaylor@redhat.com>
11367
11368         * gdk/gdkevents.c (gdk_event_copy): Fix for the
11369         case when gdk_event_copy() is called on a non-allocated
11370         event. (#109716, reported by Rich Burridge)
11371
11372 Fri Apr 18 16:57:44 2003  Owen Taylor  <otaylor@redhat.com>
11373
11374         * gdk/x11/gdkdrawable-x11.c (draw_with_images/pixmaps):
11375         Fix pointer arithmetic on 'void *'. (#108322)
11376
11377 Fri Apr 18 16:31:49 2003  Owen Taylor  <otaylor@redhat.com>
11378
11379         * configure.in gdk/x11/gdkdisplay-x11.c modules/input/Makefile.am:
11380         Check for XAddConnectionWatch()/X11R6, and if found, disable XIM and
11381         use of XAddConnectionWatch. Remove --enable-xim config option.
11382         Should fix building on X11R6 (#110523, Albert Chin)
11383
11384 Fri Apr 18 15:56:46 2003  Owen Taylor  <otaylor@redhat.com>
11385
11386         * gdk/x11/gdkdisplay-x11.[ch] gdk/x11/gdkdrawable-x11.[ch]:
11387         Patch from Morten Welinder to catch Sun servers with a 
11388         broken implementation of the RENDER extension. (#108309)
11389
11390 Fri Apr 18 15:30:38 2003  Owen Taylor  <otaylor@redhat.com>
11391
11392         * gdk/x11/gdkwindow-x11.c (set_text_property): Use
11393         gdk_free_compound_text(), not g_free(). (#107643,
11394         Michael Zucchi)
11395
11396 Fri Apr 18 15:11:50 2003  Owen Taylor  <otaylor@redhat.com>
11397
11398         * gdk/x11/gdkdisplay-x11.c (_gdk_display_x11_get_type)
11399         gdk/x11/gdkscreen-x11.c (_gdk_screen_x11_get_type): Fix
11400         wrong use of base_finalize. (#105126, Sven Neumann)
11401
11402 Fri Apr 18 15:06:00 2003  Owen Taylor  <otaylor@redhat.com>
11403
11404         * gdk/gdkwindow.c (gdk_window_constrain_size): Fix
11405         '/' vs. '*' problem in aspect ration computations. (#108237)
11406
11407 Fri Apr 18 14:15:09 2003  Owen Taylor  <otaylor@redhat.com>
11408
11409         * gdk/x11/gdkdisplay-x11.c (gdk_display_open): 
11410         * gdk/x11/gdkevents-x11.c (gdk_event_translate): You
11411         don't get a XkbMapNotify event if you get a XkbNewKeyboardNotify 
11412         event, so select for both. (#108406, Egmont Koblinger)
11413
11414 Thu Apr 17 09:57:44 2003  Jonathan Blandford  <jrb@gnome.org>
11415
11416         * gtk/gtktreeview.c (validate_visible_area): remove infinite loop
11417         caused by not clearing the scroll_to_path.
11418
11419 2003-04-16  Matthias Clasen  <maclas@gmx.de>
11420
11421         * gtk/gtkstyle.c: Doc additions and fixes.
11422
11423         * gtk/gtktreeviewcolumn.c
11424         (_gtk_tree_view_column_get_neighbor_sizes): Doc fixes.
11425
11426 2003-04-14  Michael Natterer  <mitch@gimp.org>
11427
11428         * gtk/gtkliststore.c (gtk_list_store_move): added checks to ensure
11429         that the iter is not reordered to its own position. Prevents model
11430         corruption for the case that the store contains only a single item
11431         (fixes bug #108387).
11432
11433         Unrelated:
11434
11435         * gtk/gtkliststore.c (gtk_list_store_insert): g_list_alloc() the
11436         new list element later so we don't leak it if we decide to return
11437         early.
11438
11439         * gtk/gtktreeselection.c (_gtk_tree_selection_internal_select_node):
11440         set selection->tree_view->priv->anchor to NULL after freeing it.
11441
11442 2003-04-13  Matthias Clasen  <maclas@gmx.de>
11443
11444         * gtk/gtktreeviewcolumn.c
11445         (gtk_tree_view_column_cell_get_position): Document. 
11446
11447         * gtk/gtktextbuffer.c (gtk_text_buffer_select_range): 
11448         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_[sg]et_expand): 
11449         * gtk/gtkbutton.c (gtk_button_[sg]et_focus_on_click): Document
11450         these as 2.4 additions.
11451
11452 2003-04-09  Matthias Clasen  <maclas@gmx.de>
11453
11454         * INSTALL.in: Fix the real thing.
11455
11456         * INSTALL: Typo fix.
11457
11458 Mon Apr  7 19:43:15 2003  Owen Taylor  <otaylor@redhat.com>
11459
11460         * gdk/x11/gdkdisplay-x11.c (gdk_x11_display_ungrab): Flush
11461         after ungrabbing the server.
11462  
11463         * gdk/x11/gdkimage-x11.c: Remove some no-longer-needed
11464         calls to XFlush().
11465
11466         * gdk/x11/gdkwindow-x11.c (_gdk_windowing_window_at_pointer):
11467         Use gdk_x11_display_grab/ungrab.
11468
11469         * gdk/x11/gdkdisplay-x11.c (gdk_display_open): Initialize
11470         use_xshm to TRUE so SHM gets used when present.
11471  
11472 2003-04-07  Matthias Clasen  <maclas@gmx.de>
11473
11474         * gtk/gtktextlayout.c (set_para_values): 
11475         * gtk/gtkenums.h (GtkWrapMode): Add GTK_WRAP_WORD_CHAR.  (#110086,
11476         David Brigada)
11477
11478         * gtk/gtkcelleditable.c, gtk/gtkfixed.c, gtk/gtktreemodel.c,
11479         gtk/gtktreeselection.c, gtk/gtktreeview.c: Fix numerous
11480         misspellings of possessive "its".  (#110027, Doug Quale)
11481
11482 2003-04-03  Matthias Clasen  <maclas@gmx.de>
11483
11484         * demos/gtk-demo/main.c (demo_find_file): Only use files from the
11485         current directory if it looks like the srcdir.  (#109357)
11486
11487 Wed Apr  2 23:02:26 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
11488
11489         * gtk/gtkbutton.[ch] (gtk_button_class_init): add property
11490         focus_on_click
11491
11492         * gtk/gtkwindow.c (gtk_window_focus): make arrow keyboard
11493         navigation not wrap around.
11494
11495 2003-04-02  Matthias Clasen  <maclas@gmx.de>
11496
11497         * gtk/gtkprogress.c (gtk_progress_get_percentage_from_value):
11498         Return 0 if lower == upper.  (#109155)
11499         (gtk_progress_get_current_percentage): Use
11500         gtk_progress_get_percentage_from_value().
11501
11502 2003-04-01  Matthias Clasen  <maclas@gmx.de>
11503
11504         * gtk/gtkimcontext.c (gtk_im_context_focus_in): Fix docs.
11505         (#109510, Noah Levitt)
11506
11507 Mon Mar 31 13:52:13 2003  Jonathan Blandford  <jrb@redhat.com>
11508
11509         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): null initialize reorder's
11510         members so Purify won't complain.
11511
11512         * gtk/gtkliststore.c (gtk_list_store_sort): ditto.
11513
11514 2003-03-31  Matthias Clasen  <maclas@gmx.de>
11515
11516         * gtk/gtkwindow.c: Add a new property, role, corresponding to 
11517         gtk_window_[gs]et_role().  (#93904)
11518
11519 Sun Mar 30 03:57:42 2003  Jonathan Blandford  <jrb@gnome.org>
11520
11521         * gtk/gtktreeselection.c (gtk_tree_selection_get_selected_rows):
11522         fix crash.  Patch from Markus Lausser <sgop@users.sourceforge.net>
11523
11524 2003-03-29  Matthias Clasen  <maclas@gmx.de>
11525
11526         * gtk/gtkoptionmenu.c (gtk_option_menu_remove_contents): Set state
11527         of labels back to normal before reparenting back.  (#102387)
11528
11529         * gtk/gtkcolorseldialog.c (gtk_color_selection_dialog_init): Set
11530         a default window title to match the GtkFontSelectionDialog behavior.
11531  
11532         (gtk_color_selection_dialog_new): Don't call
11533         gtk_window_set_title() if title is NULL.  (bug #101975, Daniel Elstner)
11534
11535 2003-03-29  Matthias Clasen  <maclas@gmx.de>
11536
11537         Fix for bug #78499:
11538         
11539         * gtk/gtkentry.h (struct _GtkEntry): Add flags select_words and
11540         select_lines. 
11541
11542         * gtk/gtkentry.c (gtk_entry_button_press): Set select_words and
11543         select_lines on double/triple click.
11544
11545         * gtk/gtkentry.c (gtk_entry_motion_notify): Implement
11546         select-by-words and select-by-lines behaviour.
11547
11548         Fixes for bug #56248:
11549         
11550         * gtk/gtknotebook.c (stop_scrolling): New function to remove the
11551         timer and queue a redraw. 
11552         (gtk_notebook_grab_notify): 
11553         (gtk_notebook_state_changed): New functions to call stop_scrolling() 
11554         if necessary.   
11555         (gtk_notebook_button_release): Use stop_scrolling().
11556         (gtk_notebook_draw_arrow): Fix drawing of insensitive arrows.
11557
11558         * gtk/gtkrange.c (stop_scrolling): New function to remove the
11559         grab, remove the timer and queue a redraw.
11560         (gtk_range_grab_notify): 
11561         (gtk_range_state_changed): New functions to call stop_scrolling() 
11562         if necessary.   
11563         (gtk_range_button_release): Use stop_scrolling().
11564
11565         * gtk/gtkspinbutton.c (gtk_spin_button_grab_notify): 
11566         (gtk_spin_button_state_changed): Redraw after stop_spinning.
11567         (gtk_spin_button_stop_spinning): Reset click_child to correct the
11568         drawing of the arrows.
11569         (gtk_spin_button_button_release): Use a local copy of click_child,
11570         since stop_spinning() resets it.
11571
11572         * gtk/gtknotebook.c (gtk_notebook_class_init): Add C-A-PgUp and
11573         C-A-PgDown as alternatives to the A-less variants. (This slipped
11574         in accidentally some time ago).  (#97860)
11575
11576 2003-03-26  Sven Neumann  <sven@gimp.org>
11577
11578         * gtk/gtktreeview.c: rewrote the function that does node and arrow
11579         prelighting, queue all redraws from here (Fixes bug #108792).
11580
11581 2003-03-20  Richard Kinder <r_kinder@yahoo.com>
11582
11583         * demos/testpixbuf.c (update_timeout): set error to NULL, not FALSE.
11584         Fixes bug #108778.
11585
11586 2003-03-20  Guntupalli Karunakar <karunakar@freedomink.org>
11587
11588         * configure.in: Added "ml" in ALL_LINGUAS
11589
11590 Sat Mar 15 18:49:27 2003  Manish Singh  <yosh@gimp.org>
11591
11592         * gtk/gtkradiomenuitem.h: use GTK_DISABLE_DEPRECATED instead of
11593         G_DISABLE_DEPRECATED.
11594
11595 2003-03-14  Tor Lillqvist  <tml@iki.fi>
11596
11597         * gdk/win32/gdkevents-win32.c: Use the signed GET_X_LPARAM() and
11598         GET_Y_LPARAM() to extract x and y coordinates from an LPARAM or
11599         DWORD, and not the unsigned HIWORD() and LOWORD(). Systems with
11600         multiple monitors can have negative coordinates on some of the
11601         monitors. (partial fix for #99496, Arnaud Charlet)
11602
11603 2003-03-15  Matthias Clasen  <maclas@gmx.de>
11604
11605         * gtk/gtktextview.c: Add a "buffer" property.  (#108353) 
11606
11607 2003-03-13  Sven Neumann  <sven@gimp.org>
11608
11609         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_set_property):
11610         removed redundant calls to g_object_notify().
11611         (gtk_cell_renderer_pixbuf_get_size): removed redundant casts, see
11612         bug #108236.
11613
11614         * gtk/gtktextiter.c (_gtk_text_iter_get_segment_char)
11615         (_gtk_text_iter_get_segment_byte): return 0, not NULL (these
11616         functions return an integer value).
11617
11618 2003-03-13  Tor Lillqvist  <tml@iki.fi>
11619
11620         * gdk/win32/gdkevents-win32.c (gdk_event_translate): On
11621         WM_MOUSEMOVE, the test whether we have actually moved (and thus
11622         shouldn't generate an GDK event) moved after the call to
11623         propagate() and translate_mouse_coords(). Otherwise we were
11624         testing wrong values. (#108115, Allin Cottrell)
11625         (gdk_event_translate): On WM_?BUTTONUP, set current_{x,y} the same
11626         way as in WM_?BUTTONDOWN and WM_MOUSEMOVE.
11627
11628         * gdk/win32/gdkevents-win32.c (gdk_pointer_grab): if a grab cursor
11629         is used, must copy the HCURSOR with CopyCursor(), as it is OK to
11630         destroy the GdkCursor after calling gdk_pointer_grab(). Set the
11631         cursor right away with SetCursor(), as we won't get any
11632         WM_SETCURSOR messages while the mouse is captured. 
11633         (gdk_display_pointer_ungrab): Correspondingly, destroy the copy
11634         with DestroyCursor() when no longer used. (#108114, Allin Cottrell)
11635
11636         * gdk/win32/gdkevents-win32.c (gdk_event_translate): On
11637         WM_SYSCHAR, return FALSE from the window procedure to prevent the
11638         DefWindowProc from being called. Otherwise Windows would beep,
11639         thinking you are tring to access a (nonexistent) menu when you
11640         press Alt-something. Don't do this for Alt-Space,
11641         though. (#107454, Martyn Russell)
11642
11643         * gdk/win32/gdkcursor-win32.c: Minor spacing and debug print fixes.
11644
11645 Tue Mar 11 12:01:07 2003  Jonathan Blandford  <jrb@gnome.org>
11646
11647         * gtk/gtktreeview.c (gtk_tree_view_class_init): Ctrl/Shift
11648         [left/right] expands/collapses the tree, #108092
11649
11650 2003-03-09  Tor Lillqvist  <tml@iki.fi>
11651
11652         * gdk/win32/gdkdrawable-win32.c (draw_segments): Don't try to
11653         compensate for LineTo() not drawing the end pixel. It causes more
11654         harm than benefits, see bug #81895.
11655
11656 2003-03-08  Matthias Clasen  <maclas@gmx.de>
11657
11658         Bug #107664 continued:
11659
11660         * gdk/x11/gdkinputprivate.h: 
11661         * gdk/x11/gdkinput-none.c (_gdk_input_window_none_event): Remove. 
11662         (_gdk_input_other_event): Return gboolean.
11663         * gdk/x11/gdkinput-xfree.c (_gdk_input_window_none_event): Remove. 
11664         (_gdk_input_other_event): Return gboolean.
11665         * gdk/x11/gdkinput-x11.c (_gdk_input_common_other_event): Return gboolean.
11666
11667         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Make return_val
11668         gboolean, remove pointless call to _gdk_input_window_none_event.
11669
11670         * gdk/win32/gdkinput-win32.[hc] (_gdk_input_other_event): Return gboolean.
11671         (_gdk_input_window_none_event): Remove.
11672
11673         * gtk/gtktextiter.c (_gtk_text_iter_get_indexable_segment): 
11674         (_gtk_text_iter_get_any_segment): 
11675         (_gtk_text_iter_get_segment_byte): 
11676         (_gtk_text_iter_get_segment_char): 
11677         (_gtk_text_iter_get_text_line): 
11678         (_gtk_text_iter_get_btree): Fix 0/NULL confusion.
11679         * gdk/x11/gdkdnd-x11.c (motif_target_table_check): Return gint.
11680         * gdk/win32/gdkfont-win32.c (gdk_font_equal): 
11681         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_get_deskrelative_origin): 
11682         (gdk_window_get_origin): 
11683         * gdk/linux-fb/gdkcolor-fb.c (gdk_colors_alloc): Fix 0/FALSE confusion. 
11684
11685 2003-03-06  Matthias Clasen  <maclas@gmx.de>
11686
11687         * gdk/gdkrgb.c (gdk_rgb_try_colormap): Return gboolean, not gint.
11688         (#107664, Morten Welinder)
11689
11690         * gdk/x11/gdkwindow-x11.c (gdk_window_get_deskrelative_origin): 
11691         * gdk/x11/gdkfont-x11.c (gdk_font_equal): 
11692         * gdk/x11/gdkdnd-x11.c (gdk_drag_get_protocol_for_display): 
11693         Fix TRUE/1 and FALSE/0 confusion.  (#107664, Morten Welinder)
11694
11695         * gtk/gtktextmark.c (gtk_text_mark_get_buffer): 
11696         * gtk/gtkeditable.c (gtk_editable_get_chars): 
11697         * gtk/gtkctree.c (gtk_ctree_find_node_ptr): 
11698         * demos/gtk-demo/main.c (demo_find_file): Fix NULL/FALSE confusion
11699         (#107648, Morten Welinder)Fix NULL/FALSE confusion
11700         (#107648, Morten Welinder)
11701
11702 2003-03-04  Matthias Clasen  <maclas@gmx.de>
11703
11704         * gtk/gtkobject.h: Add deprecation guards for gtk_object_new ().
11705
11706 Sun Mar  2 23:35:57 2003  Jonathan Blandford  <jrb@gnome.org>
11707
11708         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_get_size):
11709         handle rtl code.  Thanks to Matthias Clasen for an initial patch
11710         to handle the RTL code.
11711
11712         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_get_size): ditto
11713
11714         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_get_size): ditto
11715
11716         * gtk/gtktreeview.c: (invalidate_column),
11717         (invalidate_last_column),
11718         (gtk_tree_view_get_real_requested_width_from_column),
11719         (gtk_tree_view_size_allocate_columns),
11720         (gtk_tree_view_size_allocate), (gtk_tree_view_button_press),
11721         (gtk_tree_view_button_release_drag_column),
11722         (gtk_tree_view_update_current_reorder),
11723         (gtk_tree_view_motion_drag_column), (gtk_tree_view_bin_expose),
11724         (gtk_tree_view_key_press), (gtk_tree_view_header_focus),
11725         (gtk_tree_view_get_background_xrange),
11726         (gtk_tree_view_get_arrow_xrange),
11727         (gtk_tree_view_is_expander_column),
11728         (gtk_tree_view_set_column_drag_info),
11729         (gtk_tree_view_move_cursor_left_right):
11730         Add RTL support.
11731
11732         * gtk/gtktreeviewcolumn.h (struct _GtkTreeViewColumn): add an
11733         expand flag.
11734
11735         * gtk/gtktreeviewcolumn.c:
11736         (gtk_tree_view_column_class_init),
11737         (gtk_tree_view_column_set_property),
11738         (gtk_tree_view_column_get_property),
11739         (gtk_tree_view_column_set_expand),
11740         (gtk_tree_view_column_get_expand),
11741         (gtk_tree_view_column_cell_process_action):
11742         Add support for expand flag.  Thanks to Kristian Rietveld for an
11743         initial patch for this.
11744
11745 Fri Feb 28 02:06:17 2003  Jonathan Blandford  <jrb@gnome.org>
11746
11747
11748 2003-03-02  Tor Lillqvist  <tml@iki.fi>
11749
11750         * gdk/gdk.def
11751         * gtk/gtk.def: Add a bunch of missing entries. Noticed by Cedric
11752         Gustin.
11753
11754 2003-03-01  Matthias Clasen  <maclas@gmx.de>
11755
11756         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_set_vadjustment): 
11757         (gtk_scrolled_window_set_hadjustment): Replace uses of
11758         gtk_object_new by g_object_new.
11759
11760 Thu Feb 27 17:44:24 2003  Manish Singh  <yosh@gimp.org>
11761
11762         * demos/gtk-demo/main.c
11763         * demos/gtk-demo/tree_store.c
11764         * gdk/x11/gdkscreen-x11.c
11765         * gtk/gtkcellrenderertoggle.c
11766         * gtk/gtkcolorsel.c
11767         * gtk/gtkdnd.c
11768         * gtk/gtkeditable.c
11769         * gtk/gtkentry.c
11770         * gtk/gtkmenu.c
11771         * gtk/gtkmenubar.c
11772         * gtk/gtkmenuitem.c
11773         * gtk/gtkmenushell.c
11774         * gtk/gtkrc.c
11775         * gtk/gtksettings.c
11776         * gtk/gtkstyle.c
11777         * gtk/gtktextbuffer.c
11778         * gtk/gtktextview.c
11779         * gtk/gtktreeviewcolumn.c
11780         * tests/testgtk.c
11781         * tests/testtext.c
11782         * tests/testtreeedit.c
11783         * tests/testtreefocus.c
11784         * tests/testtreeview.c: remove unnecessary G_OBJECT() casts.
11785
11786 Tue Feb 25 21:55:17 2003  Jonathan Blandford  <jrb@redhat.com>
11787
11788         * gtk/gtkoptionmenu.c (gtk_option_menu_position): account for RTL
11789         code.
11790
11791 2003-02-24  Sven Neumann  <sven@gimp.org>
11792
11793         * gtk/gtkmain.c (gtk_get_default_language): fixed documentation.
11794
11795 2003-02-21  Tomas Ogren  <stric@ing.umu.se>
11796
11797         * docs/reference/gtk/tmpl/gtktreemodel.sgml: Fix typos in an example
11798
11799 2003-02-20  Matthias Clasen  <maclas@gmx.de>
11800
11801         * gtk/gtktextbtree.c (_gtk_text_line_previous_could_contain_tag): 
11802         Check if line_ancestor_parent is NULL.  (#102711, Manuel Clos)
11803
11804         * gtk/gtktextview.c (gtk_text_view_scroll_to_iter): 
11805         (gtk_text_view_update_adjustments): Make sure cursor stays visible
11806         during horizontal scrolling.  (#75270)
11807
11808 2003-02-19  Matthias Clasen  <maclas@gmx.de>
11809
11810         * tests/testdnd.c: Replace gtk_timeout_* by their GLib
11811         counterparts. (#106532)
11812
11813         * gdk/gdkkeys.c (gdk_keymap_class_init): Associate the
11814         keys_changed virtual function with the keys_changed signal.
11815         (#106512, Jeff Franks)
11816
11817 2003-02-15  Larry Ewing  <lewing@ximian.com>
11818
11819         * gdk/gdkevents.c (gdk_event_copy): copy the event axes as well.
11820
11821 2003-02-17  Mohammad DAMT  <mdamt@bisnisweb.com>
11822
11823         * po/id.po: Added Indonesian translation
11824         * configure.in: Added "id" to ALL_LINGUAS
11825
11826 2003-02-14  Matthias Clasen  <maclas@gmx.de>
11827
11828         * gtk/gtktextview.c (popup_targets_received): Remove bogus casts.
11829
11830 2003-02-12  Christian Rose  <menthos@menthos.com>
11831
11832         * configure.in: Added "yi" to ALL_LINGUAS.
11833
11834 2003-02-12  Matthias Clasen  <maclas@gmx.de>
11835
11836         Fix for #82734 and #78216:
11837         
11838         * gtk/gtktextview.c (delete_cb): 
11839         (select_all_cb): New callbacks for context menu items.
11840         (popup_targets_received): Add "Delete" and "Select All" to context
11841         menu, mnemonics and title caps for all items.
11842
11843         * gtk/gtkentry.c (gtk_entry_delete_cb): New callback for "Delete"
11844         context menu item.
11845         (popup_targets_received): Add "Delete" to context menu, mnemonics
11846         and title caps for all items.
11847
11848 2003-02-09  Tor Lillqvist  <tml@iki.fi>
11849
11850         * gtk/gtkfilesel.c (win32_gtk_add_drives_to_dir_list): Use
11851         GetDriveType() to recognize removable drives (in order to avoid
11852         hanging if trying to access an empty floppy drive), instead of
11853         hardcoding A: and B: (#105654).
11854
11855 2003-02-09  Matthias Clasen  <maclas@gmx.de>
11856
11857         * gtk/gtkwidget.c (gtk_widget_set_name): Add note about periods in 
11858         names.  (#57680)
11859
11860 2003-02-09  Christian Rose  <menthos@menthos.com>
11861
11862         * configure.in: Removed "en@IPA.po" from ALL_LINGUAS.
11863
11864 Fri Feb  7 04:49:46 2003  Tim Janik  <timj@gtk.org>
11865
11866         * gtk/gtkobject.c: remove quark_user_data usage in
11867         gtk_object_{g|s}et_user_data(). fixes get_user_data()
11868         returning NULL for user_data set through property interface.
11869
11870         * gtk/gtkitemfactory.c (gtk_item_factory_create_item): don't put out
11871         warnings if a pixbuf couldn't be retrieved, since (a) this doesn't
11872         need to be a programming error (in case of loaded data), (b) it breaks
11873         with 2.0 behaviour where extra magic could be used to create empty
11874         images. don't attempt to retrieve pixbufs from NULL extra_data.
11875
11876 2003-02-06  Matthias Clasen  <maclas@gmx.de>
11877
11878         * gdk/x11/gdkvisual-x11.c (gdk_visual_get_best_with_depth): Return
11879         a GdkVisual *, not a GdkVisual **.  (#105243)
11880
11881         * gtk/gtkclist.c: 
11882         * gtk/gtkctree.c: 
11883         * gtk/gtkcontainer.c: 
11884         * gtk/gtkdnd.c: 
11885         * gtk/gtkentry.c: 
11886         * gtk/gtklist.c:
11887         * gtk/gtkmenu.c:
11888         * gtk/gtkmenuitem.c:
11889         * gtk/gtknotebook.c:
11890         * gtk/gtkselection.c:
11891         * gtk/gtkspinbutton.c:
11892         * gtk/gtktext.c:
11893         * gtk/gtktextview.c:
11894         * gtk/gtktooltips.c:
11895         * gtk/gtktreeview.c:
11896         * gtk/gtkwindow.c: Replace uses of gtk_timeout_* and gtk_idle_* by
11897         their non-deprecated GLib counterparts.
11898         
11899         * gtk/gtkmain.h: Fully deprecate gtk_timeout_* and gtk_idle_*.
11900         
11901 Sun Feb  2 16:45:57 GMT 2003  Tony Gale <gale@gtk.org>
11902
11903         * docs/tutorial/gtk-tut.sgml: cleanups from
11904         Sebastian Rittau (#104832)
11905
11906 2003-02-01  Tor Lillqvist  <tml@iki.fi>
11907
11908         Merge from stable:
11909
11910         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_foreign_new_for_display,
11911         gdk_pixmap_lookup, gdk_pixmap_lookup_for_display): Implement.
11912         (#104108, Naofumi Yasufuku)
11913
11914         * gdk/gdk.def: Export the above. Export
11915         gdk_screen_get_system_visual, noticed by Ed Woods.
11916
11917 Fri Jan 31 17:45:22 2003  Manish Singh  <yosh@gimp.org>
11918
11919         * demos/pixbuf-demo.c
11920         * demos/testpixbuf.c
11921         * demos/gtk-demo/pixbufs.c: remove deprecated gtk_timeout_* usage.
11922
11923 Fri Jan 31 17:33:00 2003  Manish Singh  <yosh@gimp.org>
11924                                                                                 
11925         * gtk/gtknotebook.c (gtk_notebook_remove_tab_label): set_state
11926         on the tab_label before unparenting it, in case the unparent
11927         drops the refcount to 0.
11928
11929 2003-02-01  Matthias Clasen  <maclas@gmx.de>
11930
11931         * gtk/gtkiconfactory.h: Use GDK_MULTIHEAD_SAFE like all other gtk
11932         headers. Sorry about gtk_selection_clear, Yosh.
11933
11934 Thu Jan 30 17:16:05 2003  Manish Singh  <yosh@gimp.org>
11935
11936         * gtk/gtkselection.h: declare gtk_selection_clear in GTK_COMPILATION
11937         too, for gtkwidget.c. Remember people, when introducing new
11938         deprecations, make sure internal code isn't using it, or if so,
11939         reorganize appropriately like I've done in other places.
11940
11941         * tests/testtext.c: don't use deprecated gtk_timeout_* stuff.
11942
11943 2003-01-31  Matthias Clasen  <maclas@gmx.de>
11944
11945         * gtk/gtkselection.h: 
11946         * gtk/gtkselection.c (gtk_selection_clear): Deprecate.  (#85683)
11947
11948         * gdk/gdkpixbuf.h: 
11949         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable): 
11950         (gdk_pixbuf_render_to_drawable_alpha): Deprecate.  (#60582)
11951
11952         * gtk/gtkcolorsel.h:
11953         * gtk/gtkcolorsel.c (gtk_color_selection_set_change_palette_hook):
11954         Deprecate.  (#98167)
11955
11956         * gtk/gtkpaned.h: Deprecate gtk_paned_computed_position(). (#97077)
11957
11958         * gtk/gtkmain.h: Deprecate the gtk_timeout_*, gtk_idle_*
11959         and gtk_input_* functions.  (#71596)
11960         
11961         * gtk/gtkentry.c (gtk_entry_move_cursor): 
11962         * gtk/gtklabel.c (gtk_label_move_cursor): Handle
11963         GTK_MOVEMENT_HORIZONTAL_PAGES in switches.
11964
11965         * gdk/gdk.h: Deprecate gdk_wcstombs() and gdk_mbstowcs().  (#79803)
11966
11967         * gtk/gtkitemfactory.h: 
11968         * gtk/gtkitemfactory.c (gtk_item_factory_add_foreign): Deprecate. 
11969         (#69244)
11970
11971 Thu Jan 30 23:48:30 2003  Kristian Rietveld  <kris@gtk.org>
11972
11973         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_count_special_cell):
11974         only count the special cell if it is also visible,
11975         (_gtk_tree_view_column_get_neighbor_sizes): only take the width into
11976         account from visible cells,
11977         (gtk_tree_view_column_cell_get_position): likewise, (Reported and
11978         testcase provided by Vasco Alexandre da Silva Costa, via IRC,
11979         tracking bug was #104563).
11980         
11981 Thu Jan 30 23:46:15 2003  Kristian Rietveld  <kris@gtk.org>
11982
11983         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_process_action):
11984         subtract expander space and focus line space from the extra space
11985         we are about the allocate. (Fixes #104635).
11986
11987 Thu Jan 30 23:42:03 2003  Kristian Rietveld  <kris@gtk.org>
11988
11989         * gtk/gtkstyle.c (apply_affine_on_point): fix rouding error
11990         (Fixes #96242, patch from Soeren Sandmann).
11991
11992 Thu Jan 30 16:54:29 2003  Owen Taylor  <otaylor@redhat.com>
11993
11994         * gtk/gtknotebook.c: Patch from Soeren Sandmann
11995         to update the states of the tab label child
11996         widgets to match the state of the tabs. 
11997         (#93389, Reported by Tommi Komulainen)
11998
11999 Thu Jan 30 16:30:54 2003  Owen Taylor  <otaylor@redhat.com>
12000
12001         * Makefile.am (EXTRA_DIST): Remove gtk+.spec.in from
12002         EXTRA_DIST, and from dist rules. (#102231)
12003
12004 2003-01-30  Daniel Elstner  <daniel.elstner@gmx.net>
12005
12006         * gtk/gtktoolbar.c (set_child_packing_and_visibility): New helper
12007         function that sets the icon's and label's packing options and
12008         visibility based on toolbar->style.
12009
12010         (gtk_toolbar_internal_insert_element):
12011         (gtk_real_toolbar_style_changed): Make use of
12012         set_child_packing_and_visibility() to clean up the code and get
12013         the packing right for icon-only/text-only toolbars. (#104679)
12014
12015         (get_first_child): Remove, and use gtk_bin_get_child() instead.
12016
12017 2003-01-30  Matthias Clasen  <maclas@gmx.de>
12018
12019         * gtk/gtktextview.c: Replace PAGE_HORIZONTALLY_HACK_VALUE by
12020         GTK_MOVEMENT_HORIZONTAL_PAGES.  (#68947)
12021
12022         * gtk/gtkenums.h: Add GTK_MOVEMENT_HORIZONTAL_PAGES to GtkMovementStep.
12023         
12024 Thu Jan 30 16:01:29 2003  Owen Taylor  <otaylor@redhat.com>
12025
12026         * gdk/gdkrgb.c (gdk_rgb_try_colormap): Remove the 
12027         attempt-to-allocate then free code. To handle multiple
12028         people allocating colors at the same time, we need
12029         to just go ahead and try. (#102213, Shivram U)
12030         
12031 2003-01-30  Daniel Elstner  <daniel.elstner@gmx.net>
12032
12033         * gtk/gtkcolorsel.c (palette_paint): Explicitely draw an opaque
12034         rectangle using the background color rather than relying on
12035         gdk_window_clear_area(), so that the palette works properly with
12036         pixmap themes. (#101732)
12037
12038         * demos/gtk-demo/colorsel.c: Install an "expose_event" handler
12039         to fill the drawing area in the background color.
12040
12041 Wed Jan 29 14:11:21 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
12042
12043         * modules/input/gtkimcontextxim.c (choose_better_style): fix a memory
12044         initialization error for selecting input style (#103549).
12045
12046 Wed Jan 29 17:02:41 2003  Owen Taylor  <otaylor@redhat.com>
12047
12048         * gdk/gdkkeyuni.c (get_decimal_char): Make the 
12049         translation of GDK_KP_Decimal dependent on LC_NUMERIC.
12050         (#101225)
12051
12052 Wed Jan 29 15:43:56 2003  Owen Taylor  <otaylor@redhat.com>
12053
12054         * gtk/gtkmenushell.c (gtk_real_menu_shell_move_current):
12055         Make up from the menu bar go to the end of the submenu.
12056         (#96114, Ian Peters.)
12057
12058         * gtk/gtkmenuitem.c (gtk_menu_item_mnemonic_activate): 
12059         Only do the select-but-not-activate stuff if the
12060         menu is already active. Otherwise, just activate.
12061         (#101690, Arvind Samptur)
12062
12063 Tue Jan 28 15:18:24 2003  Owen Taylor  <otaylor@redhat.com>
12064
12065         * autogen.sh (have_automake): Fix version in complaint
12066         message about automake. (#104366, Rich Burridge)
12067
12068 Mon Jan 27 16:38:13 2003  Owen Taylor  <otaylor@redhat.com>
12069
12070         * configure.in: Remove SOEXT stuff; it doesn't work portably.
12071
12072 Mon Jan 27 22:45:15 2003  Kristian Rietveld  <kris@gtk.org>
12073
12074         * gtk/gtktreestore.c (gtk_tree_store_move): don't handle b if
12075         we appended/prepended, send the rows_reordered signal to the 
12076         correct level ... (Reported by Matthew Tuck).
12077
12078 Mon Jan 27 22:43:11 2003  Kristian Rietveld  <kris@gtk.org>
12079
12080         * gtk/gtktreestore.c (gtk_tree_store_sort_helper): don't just bail
12081         out if the level only has one item, recurse over the child if there
12082         is one. (Fixes #100458, reported by Gaël Le Mignot).
12083
12084 Mon Jan 27 22:41:26 2003  Kristian Rietveld  <kris@gtk.org>
12085
12086         * gtk/gtktreeview.c (gtk_tree_view_set_model),
12087         (gtk_tree_view_search_equal_func): make TreeView search handle
12088         all types which are transformable by GValue. (Fixes #99803, reported
12089         by Muktha Narayan).
12090
12091 Mon Jan 27 22:39:25 2003  Kristian Rietveld  <kris@gtk.org>
12092
12093         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_sort_column_id):
12094         *really* handle unsetting the ID. Slightly modified patch from
12095         Soeren Sandmann. Fixes #87556, reported by Jarek Dukat.
12096
12097 Mon Jan 27 22:33:43 2003  Kristian Rietveld  <kris@gtk.org>
12098
12099         Fixes the total GtkTreeSortable mess, and #83195, reported by
12100         Jarek Dukat
12101
12102         * gtk/gtktreestore.c (gtk_tree_store_get_sort_column_id),
12103         (gtk_tree_store_set_sort_column_id), (gtk_tree_store_set_sort_func),
12104         (gtk_tree_store_set_default_sort_func): use the constant
12105         GTK_TREE_SORTABLE_DEFAULT_SORT_COLUMN_ID instead of -1, make functions
12106         work as advertised by the documentation.
12107
12108         * gtk/gtklistore.c (gtk_list_store_get_sort_column_id),
12109         (gtk_list_store_set_sort_column_id), (gtk_list_store_set_sort_func),
12110         (gtk_list_store_set_default_sort_func): likewise.
12111
12112         * gtk/gtktreemodelsort.c (gtk_tree_model_set_sort_column_id),
12113         (gtk_tree_model_set_sort_func),
12114         (gtk_tree_model_sort_set_default_sort_func): make functions work
12115         as advertised by the documentation.
12116
12117 Mon Jan 27 22:31:56 2003  Kristian Rietveld  <kris@gtk.org>
12118
12119         * gtk/gtktreeview.c (gtk_tree_view_button_press): update focus_column
12120         before we decide if we edit. (fixes #100973, reported by Dave Cook).
12121
12122 Mon Jan 27 22:29:30 2003  Kristian Rietveld  <kris@gtk.org>
12123
12124         Bug report and test case from Paolo Maggi via IRC.
12125
12126         * gtk/gtkliststore.c (gtk_list_store_swap): update tail if needed,
12127         (gtk_list_store_move): update tail if needed.
12128
12129 Mon Jan 27 16:19:59 2003  Owen Taylor  <otaylor@redhat.com>
12130
12131         * gtk/gtksocket.c (gtk_socket_filter_func): event->any.window
12132         might be NULL. Use gtk_widget_get_display (widget) 
12133         (#102860, Thomas Leonard)
12134
12135 Mon Jan 27 15:58:31 2003  Owen Taylor  <otaylor@redhat.com>
12136
12137         * configure.in: Fix --without-modules/--disable-modules
12138         confusion that was causing --disable-modules not to work.
12139         (#102865, Akira Tagoh)
12140
12141         * configure.in: Fix problem with plain --with-xinput
12142         (#104266, Akira Tagoh)
12143
12144 2003-01-24  Sebastian Rittau  <srittau@jroger.in-berlin.de>
12145
12146         * docs/tutorial/gtk-tut.sgml: Fix a few typos, introduced by my last
12147         patch.
12148
12149 Fri Jan 24 17:06:41 GMT 2003  Tony Gale <gale@gtk.org>
12150
12151         * docs/tutorial/gtk-tut.sgml: Remove duplicate copy of tictactoe.h
12152
12153 Thu Jan 23 21:15:29 GMT 2003  Tony Gale <gale@gtk.org>
12154
12155         * docs/faq/gtk-faq.sgml: Learn to spell Library
12156
12157 Thu Jan 23 20:56:56 GMT 2003  Tony Gale <gale@gtk.org>
12158         * Sebastian Rittau  <srittau@jroger.in-berlin.de>:
12159
12160            docs/tutorial/gtk-tut.sgml: Adopted chapter 21.3 "Creating a
12161            Composite widget" to modern standards. (I.e. use gobject instead of
12162            glib, derive from GtkTable instead of GtkVBox.) Bugzilla #103869.
12163
12164         * docs/tutorial/gtk-tut.sgml, examples/tictactoe: Fixup tic-tac-toe
12165         code in Appendix C to reflect above changes.
12166
12167         * examples/rangewidgets/rangewidgets.c: From Roger Leigh
12168         auto resize on page size change
12169
12170 2003-01-23  Daniel Elstner  <daniel.elstner@gmx.net>
12171
12172         * gtk/gtktoolbar.c (gtk_toolbar_hide_all): Override hide_all
12173         in addition to show_all in order to keep them symmetric. (#102201)
12174
12175 Wed Jan 22 14:18:46 2003  Manish Singh  <yosh@gimp.org>
12176
12177         * gdk/x11/gdkevents-x11.c (translate_key_event): add a "return" at
12178         the end of the function, so there is a statement following the "out"
12179         label in all cases (fixes #101961)
12180
12181 2003-01-22  Christian Rose  <menthos@menthos.com>
12182
12183         * configure.in: Added "mn" to ALL_LINGUAS.
12184
12185 Wed Jan 15 17:02:18 2003  Owen Taylor  <otaylor@redhat.com>
12186  
12187         * gtk/gtktextlayout.c (gtk_text_layout_validate_yrange):
12188         Fix off-by-one error on the backward iteration loop,
12189         that was causing the wrong range to be redrawn.
12190         (at least part of #72734)
12191         
12192 2003-01-21  Matthias Clasen  <maclas@gmx.de>
12193
12194         * gtk/gtktextview.c (gtk_text_view_size_allocate): Adjust the
12195         vadjustment value after changing its bounds.  (fixes #101963 and 
12196         #73562)
12197
12198         * gtk/gtkcolorsel.c (hex_changed): Fix clamping to [0,1] to avoid 
12199         unnecessary roundtrip failures.  (#93500)
12200
12201 2003-01-19  Tor Lillqvist  <tml@iki.fi>
12202
12203         Merge from stable:
12204         
12205         Fix for #103614 and some other problems with GtkFileSelection on
12206         Windows:
12207                 
12208         * gtk/fnmatch.c (get_char): Need to use g_unichar_tolower(), not
12209         g_ascii_tolower(). Windows file names are case-insensitive for all
12210         Unicode letters.
12211
12212         * gtk/gtkfilesel.c: Instead of checking for G_OS_WIN32 or
12213         G_WITH_CYGWIN, check G_PLATFORM_WIN32. Move inclusion of gtkintl.h
12214         earlier, as it includes config.h unconditionally, and gtkprivate.h
12215         redefines GTK_LOCALEDIR.
12216         (struct _CompletionDirSent): Ifdef out the fields not used on
12217         Windows.
12218         (compare_utf8_filenames, compare_sys_filenames): Need different
12219         comparison implementation for UTF-8 file names and system locale
12220         file names on Win32. Cannot simply use g_ascii_strcasecmp(), but
12221         need to casefold all Unicode letters.
12222         (cmpl_completion_matches, open_dir, correct_parent): Ifdef out
12223         variables not used on Win32 to avoid warnings about unused
12224         variables.
12225         (open_ref_dir): Use g_path_skip_root() to skip past potential
12226         drive letter in front of the leading (back)slash.
12227         (open_new_dir): Ifdef out use of CompletionDirSent fields not
12228         there on Win32.
12229         (correct_parent): Bypass inode check also on Cygwin.
12230
12231         Fix bug noticed by Alex Shaduri: Tooltips and other
12232         GDK_WINDOW_TEMP windows were activated. This looked very odd, and
12233         was a regression from earlier versions.
12234         
12235         * gdk/win32/gdkwindow-win32.c (show_window_internal): Fine-tune
12236         behaviour. Don't ever activate GDK_WINDOW_TEMP windows.
12237         (gdk_window_move, gdk_window_resize): Add debug logging.
12238
12239         * gdk/win32/gdkevents-win32.c (gdk_event_translate): When we get a
12240         WM_SIZE message for a non-visible (withdrawn) window, don't clear
12241         the GDK_WINDOW_STATE_WITHDRAWN bit. The window is still withdrawn
12242         even if its size changes.
12243
12244 2003-01-16  Matthias Clasen  <maclas@gmx.de>
12245
12246         * gtk/gtktextlayout.c (gtk_text_layout_get_cursor_locations): Typo fixes.
12247         (totally_invisible_line): Fix an incorrect optimization which
12248         caused invisible paragraphs to be occasionally misrendered.
12249
12250 Wed Jan 15 15:55:47 2003  Owen Taylor  <otaylor@redhat.com>
12251
12252         * gtk/gtksettings.c: Set the double click speed from
12253         XSETTINGS when creating a new GtkSettings object
12254         as well as when getting a notify. (#103601, reported
12255         by Louis Garcia)
12256
12257 Wed Jan 15 14:56:09 2003  Owen Taylor  <otaylor@redhat.com>
12258  
12259         * gtk/gtknotebook.c (gtk_notebook_size_allocate): 
12260         Show/hide the notebook event window as necessary,
12261         we weren't previously keeping the visibility updated
12262         properly.  (#103599)
12263  
12264 2003-01-15  Matthias Clasen  <maclas@gmx.de>
12265
12266         * examples/menu/itemfactory.c: 
12267         * docs/tutorial/gtk-tut.sgml: Add a <StockItem> to the itemfactory
12268         example.  (#103211)
12269
12270 2002-12-29  Murray Cumming  <murrayc@usa.net>
12271
12272         Fixes #102168.
12273
12274         * gtk/gtkliststore.c, gtktreednd.c, gtktreestore.c:
12275         Actually implement the GtkTreeDragSource::row_draggable virtual 
12276         function in GtkListStore and GtkTreeStore instead of just checking 
12277         whether it's implemented at all. This means that DnD isn't broken by
12278         gtkmm's virtual function wrappers. The alternative would be to
12279         hard-code the TRUE return value into gtkmm's wrappers, but that's 
12280         part of GTK+'s implementation, not it's API.
12281
12282 Tue Jan 14 23:42:29 2003  Kristian Rietveld  <kris@gtk.org>
12283
12284         * gtk/gtktreeview.c: fix compiler warning.
12285
12286 Tue Jan 14 23:29:00 2003  Kristian Rietveld  <kris@gtk.org>
12287
12288         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render):
12289         make sure exposed pixbufs are clipped to the exposed area before
12290         drawing, which is a slight speedup. (#102379, patch from Soeren
12291         Sandmann).
12292
12293 Tue Jan 14 23:26:41 2003  Kristian Rietveld  <kris@gtk.org>
12294
12295         * gtk/gtktreeview.c (validate_visible_area): silly typo fix,
12296         only free scroll_to_path when the complete tree has been validated.
12297         This makes sure that we scrolled to the correct path.
12298
12299 Tue Jan 14 23:25:32 2003  Kristian Rietveld  <kris@gtk.org>
12300
12301         * gtk/gtktreeview.c (gtk_tree_view_style_set): update the
12302         background of widget->window and bin->window. (Fixes #96650, reported
12303         by Dave Camp).
12304
12305 Tue Jan 14 23:24:02 2003  Kristian Rietveld  <kris@gtk.org>
12306
12307         * gtk/gtktreeview.c (gtk_tree_view_clamp_node_visible): process
12308         updates before scrolling, avoiding a "selection streak". (Fixes
12309         #101235, patch from Soeren Sandmann).
12310
12311 Tue Jan 14 23:22:13 2003  Kristian Rietveld  <kris@gtk.org>
12312
12313         * gtk/gtktreeview.c (validate_visible_area): actually put values
12314         in the requisition using gtk_widget_size_request. (Fixes #100172,
12315         reported by Kjartan Maraas).
12316
12317 Tue Jan 14 23:19:45 2003  Kristian Rietveld  <kris@gtk.org>
12318
12319         * gtk/gtktreeview.c (gtk_tree_view_rows_reordered): cancel the
12320         arrow animation timeout before we actually reorder the rbtree. If
12321         we don't do this we can get stuck arrows,
12322         (cancel_arrow_animation): new function. (Fixes #93629, part 2,
12323         reported and testcase provided by Hans Petter Jansson).
12324
12325 Tue Jan 14 23:18:21 2003  Kristian Rietveld  <kris@gtk.org>
12326
12327         * gtk/gtktreeselection.c (gtk_tree_selection_real_modify_range):
12328         anchor_path should be start_path, not end_path. (Fixes #102618,
12329         patch from Carlos Garnacho Parro).
12330
12331 Tue Jan 14 23:16:15 2003  Kristian Rietveld  <kris@gtk.org>
12332
12333         * gtk/gtkliststore.c (gtk_list_store_move): also update the tail,
12334         only correct new_pos if we don't move to the head/tail.
12335
12336 Tue Jan 14 23:11:55 2003  Kristian Rietveld  <kris@gtk.org>
12337
12338         * gtk/gtktreestore.c (gtk_tree_store_swap): take the path from
12339         the parent_iter if depth >= 1, so we send the reordered signal to
12340         the correct level, remove debugging printfs which I forgot the remove
12341         earlier (2.2.0 shipped with this, oops). (Fixes #103198, Reported and
12342         testcase provided by Matthew Tuck).
12343
12344 Tue Jan 14 20:58:44 2003  Kristian Rietveld  <kris@gtk.org>
12345
12346         * gtk/gtktreeview.c (invalite_last_column): split out actual column
12347         invalidation into invalidate_column(),
12348         (gtk_tree_view_size_allocate_columns): invalidate column if the
12349         new width is larger than the old width.
12350         (fixes #102890, reported by Alex Duggan).
12351
12352 2003-01-14  Matthias Clasen  <maclas@gmx.de>
12353
12354         * gtk/gtktextview.c (gtk_text_view_move_cursor_internal): Skip
12355         invisible chars for GTK_MOVEMENT_LOGICAL_POSITIONS and
12356         GTK_MOVEMENT_WORDS.
12357
12358         * gtk/gtktextiter.c,
12359         gtk/gtktextiter.h: Add some variant movement functions which
12360         skip invisible chars, and do some cleanups.
12361
12362 2003-01-12  Tor Lillqvist  <tml@iki.fi>
12363
12364         Merge from stable:
12365                 
12366         * gtk/gtkmain.c: Move inclusion of config.h and gtkintl.h earlier,
12367         as gtkprivate.h redefines GTK_LOCALEDIR on Win32, for run-time
12368         lookup.
12369
12370         * gdk/Makefile.am (libgdk_win32_2_0_la_DEPENDENCIES): Depend on
12371         gdk.def.
12372
12373         * gdk/gdk.def
12374         * gtk/gtk.def: Add some missing entries. Thanks to Kenichi SUTO.
12375
12376         * gtk-zip.sh.in (DEVZIP): Add bin/{gtk-query-immodules-2.0,
12377         gtk-demo}.exe and share/gtk-2.0.
12378
12379         * gdk/win32/gdkwindow-win32.c (gdk_window_set_skip_taskbar_hint):
12380         Implement by setting or clearing the WS_EX_TOOLWINDOW extended
12381         window style.
12382         (gdk_window_set_type_hint): Add all cases to the switch (not all
12383         do anything, though). Handle GDK_WINDOW_TYPE_HINT_TOOLBAR by
12384         calling gdk_window_set_skip_taskbar_hint(). This means that GTK
12385         won't know that the skip_taskbar hint is on for the window, is
12386         this bad?
12387
12388 Wed Jan  8 18:43:03 2003  Manish Singh  <yosh@gimp.org>
12389
12390         * gdk/x11/gdkdisplay-x11.c: #include <stdlib.h> for putenv,
12391         <string.h> for strlen.
12392
12393         * gdk/x11/gdkscreen-x11.c: #include <stdlib.h> for getenv,
12394         <string.h> for strrchr.
12395
12396         * tests/testgtk.c (create_saved_position): "x" and "y" properties
12397         for widgets no longer exist, use gtk_window_move instead.
12398
12399         * test/testtextbuffer.c (check_get_set_text): cast strlen to
12400         int for g_error.
12401
12402 2003-01-08  Matthias Clasen  <maclas@gmx.de>
12403
12404         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Fix display of
12405         the selection in the presence of invisible segments.
12406
12407 2003-01-07  Matthias Clasen  <maclas@gmx.de>
12408
12409         * gtk/gtktextview.c (gtk_text_view_class_init): Bind C-/ and C-\
12410         to "select all" and "unselect all".  (#102065)
12411
12412         * gtk/gtktextview.h (struct _GtkTextView): Add a comment that
12413         the just_selected_element is unused.
12414
12415         * gtk/gtktextview.c (extend_selection): New helper function to
12416         find the range that should be added to the selection. 
12417         (selection_motion_event_handler): 
12418         (gtk_text_view_start_selection_drag): 
12419         (gtk_text_view_end_selection_drag): 
12420         (selection_motion_event_handler): 
12421         (selection_scan_timeout): Support select-by-words/lines.
12422         (gtk_text_view_button_press_event): Start a selection drag on
12423         double/triple clicks.  (#78499)
12424
12425 2003-01-06  Matthias Clasen  <maclas@gmx.de>
12426
12427         Implement a utility function proposed in #102534:
12428         
12429         * gtk/gtktextbtree.h: 
12430         * gtk/gtktextbtree.c (_gtk_text_btree_select_range): New function.
12431         (_gtk_text_btree_place_cursor): Now a simple wrapper around
12432         _gtk_text_btree_select_range().   
12433
12434         * gtk/gtktextbuffer.h: 
12435         * gtk/gtktextbuffer.c (gtk_text_buffer_select_range): New function.
12436         (gtk_text_buffer_place_cursor): Now a simple wrapper around
12437         gtk_text_buffer_select_range(). 
12438
12439 2003-01-05  Havoc Pennington  <hp@pobox.com>
12440
12441         * configure.in: fix a stray bracket that was breaking the build
12442
12443 2003-01-05  Tor Lillqvist  <tml@iki.fi>
12444
12445         * gtk-zip.sh.in: Use correct DLL and import library names, with
12446         GTK_API_VERSION in name, not GTK_MAJOR_VERSION.GTK_MINOR_VERSION.
12447         (DEVZIP): Add gdk-pixbuf-query-loaders.exe.
12448
12449         * configure.in: Improve check for dimm.h.
12450
12451         * configure.in: Set SOEXT to 'so' on Unix, 'dll' on Win32. Used in
12452         gdk-pixbuf/Makefile.am.
12453
12454         * gdk-pixbuf/makefile.mingw.in
12455         * gdk-pixbuf/pixops/makefile.mingw.in
12456         * gdk/makefile.mingw.in
12457         * gdk/win32/makefile.mingw.in
12458         * gtk/makefile.mingw.in: Remove. Not maintained anyway.
12459
12460         * gdk-pixbuf/Makefile.am
12461         * gdk-pixbuf/pixops/Makefile.am
12462         * gdk/Makefile.am
12463         * gdk/win32/Makefile.am
12464         * gtk/Makefile.am
12465         * configure.in: Remove makefile.mingw{,.in} from here, too.
12466         
12467         * README.win32: Updates. Don't mention the now removed
12468         makefile.mingw files.
12469
12470         * gdk/gdk.def
12471         * gtk/gtk.def: Add a couple of missing entries.
12472
12473         * gdk/gdkkeynames.c: Include <string.h> for strcmp() and memcpy().
12474
12475         * gdk/win32/gdkevents-win32.c: Move dimm.h header clash workaround
12476         earlier.
12477
12478         * gdk/win32/rc/Makefile.am: Add hack to help
12479         build/win32/lt-compile-resource decide which kind of libtool
12480         object file to produce.
12481
12482 2003-01-05  Matthias Clasen  <maclas@gmx.de>
12483
12484         * gtk/gtktextview.c (gtk_text_view_move_cursor_internal): Make
12485         C-Down step through the sequence of paragraph ends (old behaviour
12486         included paragraph starts).  (#80340, patch by Narayana Pattipati)
12487
12488         * gtk/gtktextiter.c (_gtk_text_btree_get_iter_at_first_toggle):
12489         Check for a tag toggle at the start iterator before calling
12490         gtk_text_iter_forward_to_tag_toggle().  (#102090, patch by Daniel 
12491         Elstner)
12492
12493 2003-01-04  Matthias Clasen  <maclas@gmx.de>
12494
12495         * gtk/gtkfilesel.h (struct _GtkFileSelection): Add /*< public >*/
12496         and /*< private >*/ as appropriate.  (#97211)
12497
12498 2003-01-04  Tor Lillqvist  <tml@iki.fi>
12499
12500         * Makefile.am (EXTRA_DIST): Don't distribute gtk-zip.sh, but do
12501         distribute gtk-zip.sh.in.
12502
12503         * gtk-zip.sh.in (DEVZIP): Add gdk-pixbuf-csource.exe and .1.
12504
12505 2003-01-03  Havoc Pennington  <hp@pobox.com>
12506
12507         * docs/Makefile.am (EXTRA_DIST): put it in EXTRA_DIST
12508
12509         * docs/text_widget_internals.txt: add a file documenting some of
12510         the text widget internals
12511
12512 2003-01-02  Matthias Clasen  <maclas@gmx.de>
12513
12514         * gtk/gtkwindow.c (gtk_window_get_focus): Document that it may
12515         return NULL.  (#102069)
12516
12517 2003-01-01  Matthias Clasen  <maclas@gmx.de>
12518
12519         * gtk/fnmatch.c (FNMATCH_TEST_CASES): #undef, since having
12520         a main() in the library is obviously bad. 
12521
12522 2002-12-27  Matthias Clasen  <maclas@gmx.de>
12523
12524         * gtk/gtktextview.c (gtk_text_view_drag_data_received): Place the
12525         cursor at drop point.  (#72384)
12526         (gtk_text_view_size_allocate): Update the horizontal adjustment
12527         value.  (#75694)
12528
12529 2002-12-25  Matthias Clasen  <maclas@gmx.de>
12530
12531         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Fix highlighting of
12532         selection wrt. to empty lines.  (#90435, #90582, #91619)
12533
12534         * gtk/gtktextview.c (gtk_text_view_preedit_changed_handler):
12535         Keep the cursor on screen.  (#96929)
12536
12537 2002-12-24  Matthias Clasen  <maclas@gmx.de>
12538
12539         * gtk/gtktextbuffer.c (paste_from_buffer): 
12540         (clipboard_text_received): Let the user action span the insertion
12541         and the deletion of the old selection.  (#82844)
12542
12543 2002-12-23  Matthias Clasen  <maclas@gmx.de>
12544
12545         * gtk/gtktextiter.c (gtk_text_iter_backward_sentence_starts):
12546         Don't call gtk_text_iter_backward_sentence_start() if
12547         count is zero.  (#99115)
12548
12549         * gtk/gtktextview.c (gtk_text_view_move_cursor_internal): Call
12550         move_cursor() even if the cursor hasn't moved, since it has the
12551         side effect of canceling the selection.  (#81395, #98537, #98333)
12552
12553 2002-12-22  Matthias Clasen  <maclas@gmx.de>
12554
12555         * gtk/gtktextlayout.c (add_preedit_attrs): Don't add attributes
12556         with empty ranges.  (fixes #101564 and #80637)
12557
12558 2002-12-21  Tor Lillqvist  <tml@iki.fi>
12559
12560         * gdk/win32/gdkwindow-win32.c (gdk_window_new): Move the code that
12561         sets the window style and extended window style, and adjusts the
12562         width and height to take the window decorations into account
12563         earlier. The adjusted width and height used to be ignored. Remove
12564         the local x, y, width and height variables, no need to further
12565         confuse the code by having local copies. (Partial fix, I hope, for
12566         #101588)
12567
12568         (gdk_window_move): When moving top-level windows, take title bar
12569         and border width into account, offsetting the coordinates before
12570         calling SetWindowPos().
12571
12572         (gdk_window_set_decorations, gdk_window_set_functions):
12573         Reimplement, taking into account the peculiar semantics of
12574         GDK_DECOR_ALL and GDK_FUNC_ALL. (#79036)
12575
12576         (gdk_window_get_decorations): Implement. (#98981)
12577         
12578         (gdk_window_set_type_hint): When setting
12579         GDK_WINDOW_TYPE_HINT_MENU, call gdk_window_set_decorations().
12580         (#79036)
12581
12582         * gdk/gdk.def: Add gdk_window_get_decorations. (#98981)
12583
12584 2002-12-21  Matthias Clasen  <maclas@gmx.de>
12585
12586         * gtk/gtktextview.c (gtk_text_view_set_background): New static
12587         function to set the background of all windows.
12588         (gtk_text_view_style_set): Use gtk_text_view_set_background().
12589         (gtk_text_view_state_changed): New function; change background
12590         according to state.  (#88126)
12591
12592 2002-12-21  Havoc Pennington  <hp@pobox.com>
12593
12594         * gtk/gtktextview.c (gtk_text_view_move_visually): fix the documentation
12595