]> Pileus Git - ~andy/gtk/blob - ChangeLog.pre-2-4
remove spurious gtk_box_pack_start.
[~andy/gtk] / ChangeLog.pre-2-4
1 Wed Apr 14 03:32:58 2004  Jonathan Blandford  <jrb@gnome.org>
2
3         * gtk/gtkpathbar.c (make_directory_button): remove spurious
4         gtk_box_pack_start.
5
6 Tue Apr 13 16:19:23 2004  Jonathan Blandford  <jrb@redhat.com>
7
8         * gtk/gtkpathbar.c (make_directory_button): patch from Owen to
9         make the buttons sized by a bold label.  This makes the text
10         'swim' a little, but stops the buttons from resizing, #137210
11
12 2004-04-13  Matthias Clasen  <mclasen@redhat.com>
13
14         * gtk/gtkuimanager.c (get_child_node): Don't crash if a node 
15         has no name.
16         (start_element_handler): Accept separators without unique 
17         names.  (#133302, Anders Carlsson)
18
19         * gtk/gtkactiongroup.c (gtk_action_group_add_action): Document
20         possible accelerator gotcha when using this function.  (#139641, 
21         Christian Persch)
22
23         * gtk/gtkuimanager.c (node_remove_ui_reference): Don't leak
24         list nodes.  (#138862, Morten Welinder)
25
26 Tue Apr 13 12:24:49 2004  Jonathan Blandford  <jrb@redhat.com>
27
28         * gtk/gtktreeview.c (gtk_tree_view_destroy): remove unused
29         variable.
30         (gtk_tree_view_button_press): If we activated the row we don't
31         want to grab focus back, as moving focus to another widget is
32         pretty common, #138458
33
34 2004-04-12  Federico Mena Quintero  <federico@ximian.com>
35
36         * gtk/gtkfilechooser.c (gtk_file_chooser_class_init): Added
37         documentation to all the signals.
38
39 2004-04-12  Matthias Clasen  <mclasen@dhcp64-228.boston.redhat.com>
40
41         * gtk/gtkcombobox.c (gtk_combo_box_unset_model): Don't unref
42         model if it is NULL. (#139770)
43
44         * gtk/gtktreeview.c (gtk_tree_view_get_cell_area): Typo fix.
45
46         * gtk/gtkentrycompletion.c (gtk_entry_completion_init): Don't add
47         a shadow inside the scrolled window, add it around the vbox.
48
49         * gtk/gtkentryprivate.h: 
50         * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup): 
51         Return a boolean indicating whether the popup is positioned above 
52         or below. Scroll the completions to the beginning or the end, 
53         depending on the positioning.
54
55         * gtk/gtkentry.c (gtk_entry_completion_key_press): Make keynav
56         wrap around in the entry completion popup, and allow GDK_UP to 
57         enter the popup.  (#137440)
58
59 2004-04-12  Matthias Clasen  <mclasen@redhat.com>
60
61         * gtk/gtkentry.c (gtk_entry_size_request): Make sure the style is 
62         there before using it.
63
64 Sun Apr 11 15:08:45 2004  Jonathan Blandford  <jrb@gnome.org>
65
66         * gtk/gtktreeprivate.h: Moved search entries into priv data.
67
68         * gtk/gtktreeview.c: Prep for type-ahead support.
69
70         (gtk_tree_view_destroy): Destroy the search window explicitly.
71         (gtk_tree_view_key_press): Minor change; prep for type-ahead
72         (gtk_tree_view_ensure_interactive_directory): New function
73         (gtk_tree_view_focus_out): Rework to handle new entry life-cycle.
74         (gtk_tree_view_real_start_interactive_search): rework
75         (gtk_tree_view_search_dialog_hide): ditto
76         (gtk_tree_view_search_delete_event): ditto
77         (gtk_tree_view_search_button_press_event): ditto
78         (gtk_tree_view_search_key_press_event): ditto
79         (gtk_tree_view_search_move): ditto
80         (gtk_tree_view_search_init): ditto
81
82         * gtk/gtktreeviewcolumn.c:
83         (gtk_tree_view_column_cell_layout_clear): remove unused variable.
84
85         * tests/testfilechooser.c: (main): change
86
87 2004-04-11  Hans Breuer  <hans@breuer.org>
88
89         * gdk/win32/gdkspawn-win32.c : workaround for bug #137496,
90         the real fix would involve just another small API breakage,
91         i.e. gdk_spawn_* using GPid not just gint.
92
93         * gtk/makefile.msc.in : build gtk-win32.res, not gtk.res
94
95 2004-04-10  Tor Lillqvist  <tml@iki.fi>
96
97         * gdk/win32/gdkkeys-win32.c (gdk_keymap_translate_keyboard_state):
98         If both Shift and CapsLock pressed, ignore the shift only for
99         letters (that would have been affected by the CapsLock). (#139095)
100
101         * gdk/win32/gdkglobals-win32.c: Disable tablet support by default,
102         seems to be even buggier now than it used to be. (#138341)
103         Initialize _gdk_input_ignore_wintab to TRUE.
104
105         * gdk/win32/gdkmain-win32.c: Add --use-wintab switch and
106         GDK_USE_WINTAB environment variable to turn on tablet support.
107
108 2004-04-09  Christian Persch  <chpe@cvs.gnome.org>
109
110         * gtk/gtkuimanager.c: (gtk_ui_manager_insert_action_group),
111         (gtk_ui_manager_remove_action_group): Terminate
112         g_object_[dis]connect() calls with NULL instead of 0.
113         Fixes #138997.
114
115 2004-04-09  Guntupalli Karunakar  <karunakar@freedomink.org>
116
117         * configure.in: Added "gu" (Gujarati) to ALL_LINGUAS.
118
119 2004-04-07  Federico Mena Quintero  <federico@ximian.com>
120
121         Fix #132500.
122
123         * gtk/gtkfilesystem.c (gtk_file_system_parse): Ensure that the
124         passed-in 'str' is not NULL.
125
126         * gtk/gtkfilesystemunix.c (expand_tilde): New helper function;
127         expands "~/" or "~foo/" at the beginning of a filename.
128         (gtk_file_system_unix_parse): Use expand_tilde() before doing
129         anything else.
130
131         * gtk/gtkfilechooserentry.c
132         (gtk_file_chooser_entry_maybe_update_directory): Take in a
133         force_reload argument.
134         (gtk_file_chooser_entry_changed): If gtk_file_system_parse()
135         returns an error, set the file_part_pos to -1.
136         (load_directory_callback): Only populate the model if the
137         file_part_pos is not -1.
138
139 2004-04-06  Pablo Saratxaga  <pablo@mandrakesoft.com>
140
141         * configure.in: Added Icelandic (is) to ALL_LINGUAS
142
143 2004-04-05  Federico Mena Quintero  <federico@ximian.com>
144
145         * gtk/gtkfilechooserdefault.c (location_popup_handler): Use a
146         title for SAVE and CREATE_FOLDER modes.  Fixes #137272.
147
148         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_make_path): Look
149         for G_DIR_SEPARATOR in the display_name, and err out if it is
150         present; use the same error message as Nautilus.  Fixes #136467.
151
152         * gtk/gtkfilechooserdefault.c (file_pane_create): Make the
153         new-folder button say "Create Fo_lder" rather than "Create
154         _Folder", so that the mnemonic doesn't conflict with the "Save in
155         _folder" label.  Fixes #136975.
156
157 2004-04-05  Federico Mena Quintero  <federico@ximian.com>
158
159         * gtk/gtkpathbar.c (_gtk_path_bar_set_path): Ref/sink the
160         buttons.  Also, free them correctly upon failure.  Based on a
161         patch by Morten Welinder, fixes #137956.
162
163 2004-04-05  Anders Carlsson  <andersca@gnome.org>
164
165         * gdk/gdk.c (gdk_arg_context_parse): Handle '--' correctly.
166
167 Fri Apr  2 17:57:33 2004  Jonathan Blandford  <jrb@redhat.com>
168
169         * gtk/gtktreeview.c (gtk_tree_view_row_inserted): set the height
170         correctly for fixed height when inserting a node, #138082
171
172 2004-04-01  Federico Mena Quintero  <federico@ximian.com>
173
174         Fix #136077.
175
176         * gtk/gtkpathbar.h (struct _GtkPathBarClass): Add a
177         "child_is_hidden" boolean argument to the "path-clicked" signal.
178
179         * gtk/gtkpathbar.c (struct _ButtonData): Added a file_is_hidden
180         field.
181         (make_directory_button): Take a file_is_hidden argument; put it in
182         the ButtonData.
183         (_gtk_path_bar_set_path): See whether each path component path is
184         a hidden file.
185         (gtk_path_bar_class_init): Add the file_is_hidden argument to the
186         "path-clicked" signal.
187         (button_clicked_cb): See if the downwards button represents a
188         hidden file for the file_is_hidden argument in the signal
189         emission.
190
191         * gtk/gtkmarshalers.list: Added a signal type VOID:POINTER,BOOLEAN.
192
193         * gtk/gtkfilechooserdefault.c
194         (gtk_file_chooser_default_select_path): If we fail to switch
195         folders, don't try to select the path in the file system model.
196         Also, return the result from _gtk_file_system_model_path_do().
197         (gtk_file_chooser_default_select_path): Turn on show_hidden in the
198         file system model if we are asked to select a hidden file.
199         (path_bar_clicked): Show hidden files based on whether the
200         immediate downwards folder in the path bar is a hidden file
201         itself.
202         (struct _GtkFileChooserDefault): Added fields
203         browse_files_popup_menu and browse_files_popup_menu_hidden_files_item.
204         (create_file_list): Set an object data key of
205         "GtkFileChooserDefault" on the tree view so that we can find the
206         impl from the popup menu callbacks.  Also, hook up to the
207         "button-press-event" and "popup-menu" signals in the file list to
208         bring up a popup menu.
209         (list_popup_menu_cb): New callback.
210         (list_button_press_event_cb): New callback.
211
212         Fix #138763:
213
214         * gtk/gtkfilesystemmodel.c
215         (_gtk_file_system_model_new): Oops, connect_object to
216         "finished-loading".
217
218 2004-03-31  Tor Lillqvist  <tml@iki.fi>
219
220         * configure.in: Move AC_CANONICAL_HOST earlier, before the check
221         for native Win32. (#136559, J. Ali Harlow)
222
223         * gdk/win32/gdkdrawable-win32.c (draw_arc): Use X11 semantics for
224         angles. Thanks to Tim Newsham.
225
226 2004-03-29  Federico Mena Quintero  <federico@ximian.com>
227
228         Fix #137520.
229
230         * gtk/gtkfilesystem.h (struct _GtkFileFolderIface): Added slots
231         for an ::is_finished_loading() method and a ::finished_loading()
232         signal at the end of the struct.
233
234         * gtk/gtkfilesystem.c (gtk_file_folder_base_init): Create the
235         "finished-loading" signal.
236         (gtk_file_folder_is_finished_loading): New function.
237
238         * gtk/gtkfilesystemunix.c
239         (gtk_file_folder_unix_is_finished_loading): Implement.
240
241         * gtk/gtkfilesystemmodel.c (struct _GtkFileSystemModelClass): New
242         slot for a "finished-loading" signal.
243         (gtk_file_system_model_class_init): Create the "finished-loading"
244         signal.
245         (struct _GtkFileSystemModel): New field
246         idle_finished_loading_source.  We emit the "finished-loading"
247         signal in an idle if the root folder was done loading right in
248         _gtk_file_system_model_new(), so that the caller has a chance to
249         connect to the signal.
250         (_gtk_file_system_model_new): Connect to the normal signals of the
251         folder even if the initial _list_children() fails.  Also, see if
252         the folder is finished loading; connect to the "finished-loading"
253         signal otherwise.
254         (gtk_file_system_model_finalize): Remove the idle handler.
255
256         * gtk/gtkfilechooserdefault.c (set_list_model): Set a busy cursor
257         and connect to the model's "finished-loading" signal.
258         (get_toplevel): New helper function.
259         (error_message): Use get_toplevel().
260         (trap_activate_cb): Likewise.
261         (location_popup_handler): Likewise.
262         (set_busy_cursor): New function.
263         (browse_files_model_finished_loading_cb): New callback.
264
265 2004-03-25  Federico Mena Quintero  <federico@ximian.com>
266
267         * gtk/gtkfilechooserdefault.c (check_preview_change): Just use the
268         file under the cursor; we don't need the logic from
269         GtkFileSelection after all.  Fixes #132255.
270
271 2004-03-25  Federico Mena Quintero  <federico@ximian.com>
272
273         * gtk/gtkfilechooserdefault.c (location_entry_create): Fill the
274         location entry with the display name of the file under the cursor
275         for Open mode, or the typed filename in Save mode.
276
277 2004-03-24  J. Ali Harlow  <ali@juiblex.co.uk>
278
279         * gtk/gtkfilesystemwin32.c
280         (filename_is_root): Bare drive designators (eg., "c:") are
281         no longer considered as root filenames.  Fixed #137942
282
283 2004-03-24  J. Ali Harlow  <ali@juiblex.co.uk>
284
285         * gtk/gtkfilesystemwin32.c
286         (gtk_file_system_win32_create_folder): Invert test for error in
287         mkdir.  Fixes #137945
288
289 2004-03-24  J. Ali Harlow  <ali@juiblex.co.uk>
290
291         Fixed #138004 using Federico's code from #132327.
292
293         * gtk/gtkfilesystemwin32.c (struct _GtkFileSystemWin32): Add a
294         folder_hash field to keep a list of live folder objects.
295         (gtk_file_system_win32_init): Create the folder_hash.
296         (gtk_file_system_win32_finalize): Destroy the folder_hash.
297         (gtk_file_system_win32_get_folder): Ref and return an existing
298         folder if we have it around, otherwise return a new folder object.
299         (struct _GtkFileFolderWin32): Add a field for the parent file system.
300         (gtk_file_folder_win32_finalize): Remove the folder from the file
301         system's hash table.
302         (gtk_file_system_win32_create_folder):  Emit "files-added" on the
303         newly-created folder's parent.  Fixes #138004.
304
305 2004-03-24  J. Ali Harlow  <ali@juiblex.co.uk>
306
307         * gtk/gtkfilesystemwin32.c
308         (gtk_file_system_win32_get_folder): Test that path is actually
309         a directory and throw error if not. Fixed bug #137950
310
311 2004-03-22  J. Ali Harlow  <ali@juiblex.co.uk>
312
313         * gtk/gtkfilesystemwin32.c
314         (gtk_file_system_win32_volume_get_display_name): Ignore empty
315         volume labels; assume that GetVolumeInformation would fail if
316         GetVolumeInformationW does; catches a small memory leak;
317         pass the buffer size to GetVolumeInformationW in wide
318         characters instead of bytes. Fixes bug #137543
319         (list_volumes): Cope with the theoretical possibility of
320         more than 26 logical drives. Fixes bug #137940
321         (bookmarks_serialize): Now actually removes bookmarks.
322         Fixes bug #137943
323
324 2004-03-22  Guntupalli Karunakar  <karunakar@freedomink.org>
325
326         * configure.in: Added "pa" (Punjabi) to ALL_LINGUAS.
327
328 2004-03-21  Tor Lillqvist  <tml@iki.fi>
329
330         * gtk/gtkfilesystemwin32.c
331         (gtk_file_system_win32_volume_get_base_path): Include the
332         backslash. Otherwise gtk_file_system_win32_path_to_uri() returns
333         NULL for a volume base path, as g_filename_to_uri() requires an
334         absolute path, and just a drive letter and colon isn't. (#137543)
335
336 2004-03-20  Hans Breuer  <hans@breuer.org>
337
338         * gtk/gtkfilesystemwin32.c : applied the undisputable and
339         required [due to recent gtkfilesystem internal api semantic 
340         changes] part of patches to fix bug #137543 (Tor Lillqvist,
341         J. Ali Harlow)
342
343         * gdk/gdkevents-win32.c (handle_configure_event) :
344              (gdk_event_translate), WM_WINDOWPOSCHANGED : initialize
345         GdkWindowObject::x, y with screen coords to make 
346         gdk_window_get_position () return the right thing and thus fix
347         drag and drop positioning (e.g. Gimp tabs, fixes bug #137192)
348
349 2004-03-19  Federico Mena Quintero  <federico@ximian.com>
350
351         * Revert the patch to #137520, as 2.4.1 is for conservative bug
352         fixes only.  The patch is attached to the bug report, for
353         reference.
354
355 2004-03-19  Morten Welinder  <terra@gnome.org>
356
357         * gtk/gtkfilechooserdefault.c
358         (gtk_file_chooser_default_set_current_folder): Test existance of
359         the path after checking for locality, if needed.
360
361 2004-03-19  Federico Mena Quintero  <federico@ximian.com>
362
363         Fix #137520.
364
365         * gtk/gtkfilesystem.h (struct _GtkFileFolderIface): Added slots
366         for an ::is_finished_loading() method and a ::finished_loading()
367         signal at the end of the struct.
368
369         * gtk/gtkfilesystem.c (gtk_file_folder_base_init): Create the
370         "finished-loading" signal.
371         (gtk_file_folder_is_finished_loading): New function.
372
373         * gtk/gtkfilesystemunix.c
374         (gtk_file_folder_unix_is_finished_loading): Implement.
375
376         * gtk/gtkfilesystemmodel.c (struct _GtkFileSystemModelClass): New
377         slot for a "finished-loading" signal.
378         (gtk_file_system_model_class_init): Create the "finished-loading"
379         signal.
380         (struct _GtkFileSystemModel): New field
381         idle_finished_loading_source.  We emit the "finished-loading"
382         signal in an idle if the root folder was done loading right in
383         _gtk_file_system_model_new(), so that the caller has a chance to
384         connect to the signal.
385         (_gtk_file_system_model_new): Connect to the normal signals of the
386         folder even if the initial _list_children() fails.  Also, see if
387         the folder is finished loading; connect to the "finished-loading"
388         signal otherwise.
389         (gtk_file_system_model_finalize): Remove the idle handler.
390
391         * gtk/gtkfilechooserdefault.c (set_list_model): Set a busy cursor
392         and connect to the model's "finished-loading" signal.
393         (get_toplevel): New helper function.
394         (error_message): Use get_toplevel().
395         (trap_activate_cb): Likewise.
396         (location_popup_handler): Likewise.
397         (set_busy_cursor): New function.
398         (browse_files_model_finished_loading_cb): New callback.
399
400 Thu Mar 18 12:10:45 2004  Owen Taylor  <otaylor@redhat.com>
401
402         * gtk/gtktreeitem.c (gtk_tree_item_forall): Include 
403         eventbox for expander. (#137564, reported by
404         Jacques Garrigue)
405
406 2004-03-18  Guntupalli Karunakar  <karunakar@freedomink.org>
407
408         * mr.po: Added "mr" for Marathi to ALL_LINGUAS.
409
410 2004-03-17  Morten Welinder  <terra@gnome.org>
411
412         * gtk/gtkfilechooserdefault.c (shortcuts_add_volumes): Free
413         volumes not actually put into the shortcut list.
414
415         * tests/prop-editor.c (object_changed): Plug leak.
416
417         * tests/testfilechooser.c (main): Plug some leaks and expose
418         others.
419
420         * tests/prop-editor.c (create_prop_editor): Don't leak the tooltip
421         object.  Fixed #136652.
422
423         * gtk/gtkfilechooserdefault.c (check_icon_theme): Do nothing if we
424         have no screen.  Fixes #137260.
425         (shortcuts_add_bookmark_from_path): Simplify using check_is_folder
426         thereby fixing leak.  Fixes #137259.
427
428         * gtk/gtkpathbar.c (gtk_path_bar_forall): Make this work when the
429         slider buttons have been destroyed.
430         (gtk_path_bar_remove): Make this work for slider buttons too.
431         Fixes #137257
432
433 2004-03-15  Morten Welinder  <terra@gnome.org>
434
435         * gtk/gtkfilechooserdefault.c (shortcuts_add_bookmark_from_path):
436         Sanitize and plug leak.
437         (check_icon_theme): Only do something if the widget has a screen.
438
439 Wed Mar 17 01:20:28 2004  Matthias Clasen  <maclas@gmx.de>
440
441         * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup): 
442         Move the repositioning logic from _gtk_entry_completion() popup
443         over here. Fixes #137355, reported by Niklas Knutsson.
444
445 Tue Mar 16 13:29:58 2004  Owen Taylor  <otaylor@redhat.com>
446
447         * === Released 2.4.0 ===
448
449         * configure.in: Version 2.4.0, interface age 0; 
450         require glib-2.4.0, pango-1.4.0.
451
452         * configure.in: Change gtk_binary_version to 2.4.0;
453         there are some compatibility issues with older theme engines.
454         
455         * NEWS: Updates
456
457         * README.in: Updates
458
459 Tue Mar 16 13:54:07 2004  Jonathan Blandford  <jrb@redhat.com>
460
461         * gtk/gtkentry.c (gtk_entry_completion_key_press): Block the
462         ::changed handler during the ::match-selected when done by
463         keyboard.
464
465 Tue Mar 16 00:56:11 2004  Matthias Clasen  <maclas@gmx.de>
466
467         * gtk/gtkentrycompletion.c (gtk_entry_completion_list_button_press): 
468         Block the ::changed handler during the emission of ::match-selected.
469         Partial fix for #137226.
470
471         * gtk/gtkfilechooserentry.c: Remove the no longer needed 
472         no_pop_down flag.
473
474 Tue Mar 16 00:20:51 2004  Matthias Clasen  <maclas@gmx.de>
475
476         * gtk/gtkfilechooserwidget.c (gtk_file_chooser_widget_new_with_backend):
477         Fix a typo in the docs.
478
479 2004-03-15  Tor Lillqvist  <tml@iki.fi>
480
481         * README.win32: Updates.
482
483 2004-03-15  Federico Mena Quintero  <federico@ximian.com>
484
485         * gtk/gtkfilechooserdefault.c (update_appearance): Only hide the
486         "create folder" button in OPEN mode; all the others should show it
487         it.
488         (get_paths_foreach): Handle the editable row.
489
490         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_create_folder):
491         Force a re-get of the folder so that the new directory gets added
492         to its hash table of file info.
493
494 2004-03-15  Federico Mena Quintero  <federico@ximian.com>
495
496         * gtk/gtkfilechooserdefault.c (update_from_entry): In the Save
497         modes, set the Name entry of the file chooser if we get a
498         nonexistent filename from the file entry.  Fixes #135911.
499         (gtk_file_chooser_default_set_current_name): Oops, this should
500         also work if we are in CREATE_FOLDER mode.
501
502         * gtk/gtkfilesystem.c (gtk_file_path_real_copy): Use
503         gtk_file_path_copy().
504
505         * gtk/gtkfilechooserentry.c (check_completion_callback): Free the
506         path that we got from the model.
507         (completion_match_func): Use DISPLAY_NAME_COLUMN rather than a
508         hard-coded constant.
509
510 Mon Mar 15 13:50:14 2004  Owen Taylor  <otaylor@redhat.com>
511
512         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_set_property):
513         Don't leak the temporary font description. (Nils O. SelÃ¥sdal)
514
515 Mon Mar 15 12:51:17 2004  Jonathan Blandford  <jrb@gnome.org>
516
517         * gtk/gtkfilechooserdefault.c (location_popup_handler): Only show
518         the title string in OPEN/SELECT_FOLDER mode as it's open-specific.
519         Put a blank title for SAVE/CREATE_FOLDER; we are in string freeze,
520         so we'll fix it for 2.4.1 as #137272.
521
522         * gtk/gtkpathbar.c (gtk_path_bar_scroll_down): calculate
523         space_available correctly for RTL mode.  w/o this, you can't
524         scroll down again.  Fixes #137021.
525
526 2004-03-15  Federico Mena Quintero  <federico@ximian.com>
527
528         * gtk/gtkpathbar.c (gtk_path_bar_scroll_up): Queue a resize.
529         (gtk_path_bar_scroll_down): Likewise.
530
531 Mon Mar 15 11:40:43 2004  Owen Taylor  <otaylor@redhat.com>
532
533         * gtk/gtkfilechooserentry.c: Store the position of the 
534         file part and use that in check_completion_callback()
535         and match_selected_callback() to figure out where
536         to operate on the text, rather than recomputing the
537         information.
538
539 Mon Mar 15 10:35:19 2004  Jonathan Blandford  <jrb@gnome.org>
540
541         * gtk/gtkfilechooserdefault.c (shortcuts_add_volumes): set
542         changing_folders to be true so we don't trigger a callback when we
543         remove the selection
544         (shortcuts_add_bookmarks): ditto
545
546 Mon Mar 15 10:47:18 2004  Owen Taylor  <otaylor@redhat.com>
547
548         * gtk/gtkfilechooserentry.c: s/seperator/separator/.
549
550 Mon Mar 15 09:54:36 2004  Owen Taylor  <otaylor@redhat.com>
551
552         * gtk/gtklabel.c (gtk_label_focus): Check for 
553         Control-Tab or Control-Shift-Tab, not any Control-key
554         as a current event ... handles the case where a dialog
555         is triggered from a control accelerator better.
556
557 Mon Mar 15 08:48:48 2004  Jonathan Blandford  <jrb@gnome.org>
558
559         * gtk/gtkfilechooserentry.c (match_selected_callback): implement
560         correctly.
561         (completion_match_func): Allow surpressing popdowns.
562         (maybe_append_seperator_to_path): New function to add a separator
563         item to a display_name.  Bad hack.
564         (check_completion_callback): Implement select-ahead as an idle.
565         (add_completion_idle): new function to handle select-ahead
566         (gtk_file_chooser_entry_do_insert_text): starf the select-ahead
567         idle.
568         (gtk_file_chooser_entry_focus): Override tab for completion.
569         (gtk_file_chooser_entry_activate): commit select_ahead when
570         activated.
571
572         * gtk/gtkfilechooserdefault.c (location_popup_handler): grab the
573         appropriate widget for the mode.
574
575 2004-03-15  Tor Lillqvist  <tml@iki.fi>
576
577         * gdk/win32/gdkgc-win32.c (gdk_gc_copy): Don't just copy the whole
578         GdkGCWin32 with a single assignment, that overwrites GObject's
579         private data (for instance ref_count). (#137012, John Ehresman)
580
581 2004-03-15  Mark McLoughlin  <mark@skynet.ie>
582
583         * gtk/gtkfilechooserdefault.c: remove the unused "lowest_folder"
584         GtkFileChooserDefault member. Leftover from my original patch
585         for bug #136987.
586
587 Mon Mar 15 01:50:28 2004  Jonathan Blandford  <jrb@gnome.org>
588
589         * gtkfilechooserentry.c: Rewritten to use the GtkEntryCompletion
590         API more correctly.  Now pops down the dropdown well.
591
592         * gtkfilesystem.c (gtk_file_path_get_type): New boxed type for the
593         FilePath.
594
595         * test/testfilechooser.c: disable preview widget temporarily.
596         It's not representative of a good preview widget.
597
598 2004-03-15  Federico Mena Quintero  <federico@ximian.com>
599
600         * gtk/gtkfilechooserdefault.c (shortcuts_find_current_folder):
601         Renamed from shortcuts_unselect_all(); now selects the row that
602         corresponds to the current folder, if any.  Fixes #135916.
603
604         * gtk/gtkpathbar.h: Added prototypes for _gtk_path_bar_up() and
605         _gtk_path_bar_down().
606
607 2004-03-15  Federico Mena Quintero  <federico@ximian.com>
608
609         * gtk/gtkfilechooserdefault.c: Surround the
610         drag-outside-to-remove-bookmarks code with "#if 0" blocks; it's
611         too unstable right now.
612
613 Sun Mar 14 23:36:15 2004  Owen Taylor  <otaylor@redhat.com>
614
615         * gtk/gtkfilechooserdefault.c: Implement local_only by
616         filtering the shortcuts and bookmarks list by 
617         gtk_file_system_path_to_filename (file_system, path) != NULL.
618         (#132894)
619
620         * gtk/gtkfilesystem.c (gtk_file_system_path_is_local): Add
621         a convenience function, may by interesting to push to the 
622         file system vtable later for performance.
623
624 2004-03-14  Federico Mena Quintero  <federico@ximian.com>
625
626         * gtk/gtkfilesystem.c (gtk_file_folder_get_info): Allow the path
627         to be NULL, so that people can ask for information about a
628         parent-less file system root (e.g. get_info (get_folder ("/"), NULL)).
629
630         * gtk/gtkfilesystemunix.c (gtk_file_folder_unix_get_info): Allow
631         the condition describe above.
632
633         * gtk/gtkfilechooserdefault.c (get_file_info): Allow getting
634         information of root paths.
635
636         * gtk/gtkpathbar.c (_gtk_path_bar_set_path): Handle root paths correctly.
637
638 Sun Mar 14 22:32:36 2004  Owen Taylor  <otaylor@redhat.com>
639
640         * gtk/gtktreeview.c (gtk_tree_view_set_search_equal_func): Mention
641         GtkTreeViewSearchEqualFunc return value oddity here as well.
642
643         * gtk/gtktreeview.c (gtk_tree_view_search_equal_func): On failure
644         to get a string to compare to, return TRUE (no match), not 
645         FALSE (match). Handle %NULL string values gracefully.
646         Remove unused variable. (#135962, Mark McLoughlin)
647
648 2004-03-14  Morten Welinder  <terra@gnome.org>
649
650         * gtk/gtkfilesystemunix.c: Kill some debug g_prints.
651
652 Sun Mar 14 21:03:15 2004  Owen Taylor  <otaylor@redhat.com>
653
654         * gtk/gtkpathbar.[ch]: Add _gtk_path_bar_up()/
655         _gtk_path_bar_down().
656
657         * gtk/gtkfilechooserdefault.c: Use _gtk_path_bar_up()/
658         _gtk_path_bar_down() as bindings for Alt-Up
659         and new Alt-Down. (Partly based on a patch by
660         Mark McLoughlin, #136987)
661
662 2004-03-14  Federico Mena Quintero  <federico@ximian.com>
663
664         Fixes #136185, patch by Morten Welinder, with some changes.
665
666         * gtk/gtkfilechooserdefault.c (check_is_folder): New helper function.
667         (shortcuts_insert_path): Check the path first with check_is_folder().
668         (gtk_file_chooser_default_set_current_folder): Likewise.
669         (gtk_file_chooser_default_add_shortcut_folder): Likewise.
670         (browse_widgets_create): Unref the size group.
671
672         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_get_folder):
673         Handle the case where the file exists but it is not a directory.
674         (IconType): Add value for ICON_UNDECIDED.
675         (struct stat_info_entry): New structure to hold a file's struct
676         stat, its MIME type and its icon type.
677         (struct _GtkFileFolderUnix): Added a hash of struct
678         stat_info_entry, and flags to remember which info types we've read
679         so far.
680         (get_icon_type): Use a helper function for the icons-from-stat
681         types.
682         (gtk_file_system_unix_render_icon): Use the cached file info.
683         (gtk_file_folder_unix_get_info): Put the info in the cache.
684         (gtk_file_system_unix_get_folder): Create the cache of file info
685         structures.
686
687         * gtk/gtkfilesystem.c (gtk_file_info_set_display_name): Handle the
688         case where display_name is the same as the existing
689         info->display_name.
690
691 Sun Mar 14 19:26:48 2004  Owen Taylor  <otaylor@redhat.com>
692
693         #136672, reported by Christian Persch; fixes based
694         on a patch by Soeren Sandmann.
695
696         * gtk/gtkmenu.c: Change the handling of mixed gridded
697         and non-gridded menu items; the old method was causing
698         major performance problems even with the "avoid relayout
699         on destruction" hack put in recently.
700
701         Now we first lay out the gridded items and then put the 
702         non-gridded items into empty rows / after the gridded items. 
703         Layout is done in a central menu_shell_ensure_layout(). Also
704         avoid emitting property notifications when we initially
705         insert or attach items.
706         
707         * gtk/gtkmenushell.[ch] gtk/gtkmenu.c: Stop setting the
708         unused menu_shell->menu_flag, and document it as unused
709         in the header.
710
711         * tests/testactions.c: Add a test of creating/removing
712         lots of items.
713
714         * test/testgtk.c: Add some more cruft to the menu test.
715
716 Mon Mar 15 02:36:07 2004  Matthias Clasen  <maclas@gmx.de>
717
718         * gtk/gtkentrycompletion.c (gtk_entry_completion_class_init): Add
719         some signal docs.
720
721 Sun Mar 14 15:38:39 2004  Jonathan Blandford  <jrb@gnome.org>
722
723         * gtk/gtkentrycompletion.c (gtk_entry_completion_visible_func):
724         always use the match_func, even if text_column is set.
725
726 2004-03-14  Morten Welinder  <terra@gnome.org>
727
728         * gtk/gtkfilesystemunix.c (get_parent_dir): Don't turn "/" into
729         "".
730         (gtk_file_system_unix_get_folder): Use the same value for lookup
731         as for insertion.  Make sure we have a directory.
732
733         * gtk/gtkfilechooserdefault.c (error_dialog): Don't crash on NULL
734         path; don't crash on NULL error.
735
736 2004-03-14  Hans Breuer  <hans@breuer.org>
737
738         gtk/gtkcombobox.c : prototype cell_view_sync_cells() before 
739         first usage
740
741         gtk/makefile.msc.in : updated 'gtk_public_h_sources'
742
743         tests/makefile.msc : added testspinbutton
744
745 Sun Mar 14 01:01:18 2004  Matthias Clasen  <maclas@gmx.de>
746
747         * gtk/gtkcellview.c (gtk_cell_view_set_cell_data): Align
748         this function with gtk_tree_view_column_set_cell_data();
749         call the cell data func after setting the attributes.
750
751 Sun Mar 14 01:00:08 2004  Matthias Clasen  <maclas@gmx.de>
752
753         * gtk/gtkcellview.c (gtk_cell_view_expose): One more try;
754         make sure not to call gtk_cell_view_set_cell_data() when
755         displayed_row is NULL.
756
757 Sat Mar 13 18:13:13 2004  Owen Taylor  <otaylor@redhat.com>
758
759         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): When not
760         wrapping, do the offset of the line for justification ourselves.
761         (#120256, Felipe Heidrich)
762
763 Sun Mar 14 00:03:18 2004  Matthias Clasen  <maclas@gmx.de>
764
765         * gtk/gtkcellview.c (gtk_cell_view_expose): Support the
766         model-less use of GtkCellView shown in testcombo.c.
767
768 2004-03-13  Tor Lillqvist  <tml@iki.fi>
769
770         * gdk/win32/gdkdisplay-win32.c: Don't undefine HAVE_MONITOR_INFO
771         when compiling with gcc. Mingw's headers do have the required
772         definitions.
773
774         * gdk/win32/gdkdrawable-win32.c (draw_polygon): When drawing
775         filled polygons, don't draw the outline, similarily as
776         draw_rectangle(). Apparently GTK and GIMP don't use
777         gdk_draw_polygon() much (or always draw the outline, too), as this
778         has gone undetected for so long. Thanks to Bruce Hochstetler.
779
780 Sat Mar 13 15:19:17 2004  Owen Taylor  <otaylor@redhat.com>
781
782         * gtk/gtkwindow.c (gtk_window_destroy): Remove
783         the window from the toplevel_list here rather in destroy.
784         While this is theoretically speaking wrong, it fits
785         in better with the current reality that destroyed
786         widgets are not reusable. (#126808, Michael Natterer)
787
788 Sat Mar 13 21:47:47 2004  Matthias Clasen  <maclas@gmx.de>
789
790         * gtk/gtkcellview.c (gtk_cell_view_expose): Don't do anything
791         beyond clearing to the background if there is no active row.
792         (#137066, reported by Owen Taylor)
793
794 Sat Mar 13 21:37:44 2004  Matthias Clasen  <maclas@gmx.de>
795
796         * gtk/gtkcombobox.c (gtk_combo_box_list_key_press): Pop down the
797         list when an item is selected via the keyboard.
798
799 2004-03-13  Anders Carlsson  <andersca@gnome.org>
800
801         * gtk/gtkfilesystemunix.c: (remove_trailing_slash),
802         (gtk_file_system_unix_get_folder),
803         (gtk_file_system_unix_create_folder), (get_parent_dir),
804         (gtk_file_system_unix_get_parent), (gtk_file_folder_unix_get_info):
805         Remove trailing slashes in path names.
806         
807 Sat Mar 13 12:17:16 2004  Owen Taylor  <otaylor@redhat.com>
808
809         * gdk/x11/gdkwindow-x11.c (gdk_window_reparent): Make
810         this a total no-op when the new or old parent is
811         destroyed. (#134230, patch from Soeren Sandmann)
812
813         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy):
814         For foreign windows in our heirarchy, call
815         _gdk_windowing_window_destroy_foreign (window) and skip
816         all the normal destruction logic.
817
818         * gdk/x11/gdkwindow-x11.c gdk/win32/gdkwindow-win32.c:
819         Move code to request destruction of a foreign window
820         code into a separate _gdk_windowing_window_destroy_foreign().
821
822         * gdk/x11/gdkwindow-x11.c (gdk_window_impl_x11_finalize):
823         Call GDK_WINDOW_DISPLAY() on the wrapper not on the
824         impl. (Also from Soeren's patch)
825
826 Sat Mar 13 10:49:46 2004  Owen Taylor  <otaylor@redhat.com>
827
828         * gtk/gtkdnd.c (_gtk_drag_dest_handle_event): For
829         GTK_IS_PLUG toplevels, call gdk_window_get_origin() 
830         not gtk_window_get_position, as a hackround for not
831         having accurate notification of window position for
832         embedded windows. (#136112, Dan Winship)
833
834 Sat Mar 13 10:34:03 2004  Owen Taylor  <otaylor@redhat.com>
835
836         * gtk/gtktextview.c gtk/gtktextbuffer.c: Revert last change;
837         it causes problems for pastes from other applications; see
838         comments in bugzilla for #81880.
839
840 Sat Mar 13 02:55:51 2004  Matthias Clasen  <maclas@gmx.de>
841
842         Fix middle button pasting in the TextView  (#81880, reported
843         by Evert Verhellen, patch by Paolo Borelli):
844         
845         * gtk/gtktextview.c (gtk_text_view_button_press_event): Retrieve 
846         the insert mark and move the cursor to it making sure of also 
847         scroll the window if needed.
848         
849         * gtk/gtktextbuffer.c (pre_paste_prep): Move the insert mark
850         to the insertion point.
851
852 Sat Mar 13 01:38:55 2004  Matthias Clasen  <maclas@gmx.de>
853
854         * gtk/gtkcombobox.c (gtk_combo_box_remove): Add a remove 
855         implemenatation which restores the cell_view when the custom 
856         child is removed.  (#136555, Owen Taylor)
857
858 Sat Mar 13 00:07:51 2004  Matthias Clasen  <maclas@gmx.de>
859
860         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_layout_clear): 
861         Keep the cell_list in a consistent state while iterating over it, 
862         since clear_attributes() also iterates over it.  (another instance
863         of #136585, Morten Welinder)
864         
865 Fri Mar 12 17:20:15 2004  Owen Taylor  <otaylor@redhat.com>
866
867         * gtk/gtkarrow.c (gtk_arrow_expose): Swap GTK_ARROW_LEFT
868         and GTK_ARROW_RIGHT for GTK_TEXT_DIR_LTR. (#129159,
869         Semion Chichelnitsky)
870
871         * gtk/gtkpathbar.c gtk/gtktoolbar.c: Remove no-longer-needed 
872         gtk_toolbar_direction-changed handlers and explicit
873         flipping of GtkArrow widgets.
874
875 Fri Mar 12 23:37:15 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
876
877         * gtk/gtkfilechooserdialog.c
878         (file_chooser_widget_default_realized_size_changed): Clamp the
879         new size to the screen.
880
881 Fri Mar 12 15:06:44 2004  Owen Taylor  <otaylor@redhat.com>
882
883         * gtk/gtkexpander.c (gtk_expander_realize): Create the
884         event_window at the right size using the same logic as
885         in size_allocate. (#136994, Niklas Knuttson)
886
887 2004-03-12  Federico Mena Quintero  <federico@ximian.com>
888
889         * gtk/gtkwindow.c (gtk_window_activate_focus): Don't ignore the
890         return value of gtk_widget_activate().
891         (gtk_window_activate_default): Likewise.  Fixes #137008.
892
893         * gtk/gtkfilechooserdialog.c (response_cb): Act on positive
894         response IDs we recognize, rather than bailing out on cancellation
895         ones.  Fixes #136237; patch by Olivier Andrieu
896         <oliv__a@users.sourceforge.net>.
897         (file_chooser_widget_file_activated): If the dialog doesn't have a
898         default widget, try to find a suitable response widget on our own.
899         People should *really* be using gtk_dialog_set_default_response(),
900         but this is to help lazy programmers.
901
902         * gtk/gtkdialog.c (_gtk_dialog_get_response_for_widget): New
903         internal function.
904         (get_response_data): Add a "create" argument so that we don't
905         unconditionally create the response data.
906
907 2004-03-12  Morten Welinder  <terra@gnome.org>
908
909         * tests/Makefile.am: Add new testspinbutton.c
910
911 2004-03-11  Federico Mena Quintero  <federico@ximian.com>
912
913         * gtk/gtkfilechooserdefault.c (shortcuts_drag_set_delete_cursor):
914         Put the trash icon on the right for LTR locales, or on the left
915         for RTL.
916         (shortcuts_drag_motion_cb): Cancel the idle handler here as well.
917         (shortcuts_drag_leave_cb): Test whether the idle is present.
918         (shortcuts_drag_data_received_cb): Ahem, don't assert here.
919
920 Thu Mar 11 17:51:10 2004  Owen Taylor  <otaylor@redhat.com>
921
922         * modules/input/gtkimcontextxim.c (preedit_done_callback):
923         Clear preedit string and emit preedit_changed as needed
924         on AIX. (#130617, Philip K Warren)
925
926 2004-03-11  Morten Welinder  <terra@gnome.org>
927
928         * gtk/gtkpathbar.c (_gtk_path_bar_set_file_system): Plug leak.
929
930 Thu Mar 11 16:28:15 2004  Owen Taylor  <otaylor@redhat.com>
931
932         * gtk/gtkmenu.c (gtk_menu_get_toplevel): Fix attach/attach->parent
933         type. (#136919, Tim Mooney)
934
935 Thu Mar 11 16:18:51 2004  Jonathan Blandford  <jrb@redhat.com>
936
937         * gtk/gtkfilechooserdefault.c (shortcuts_insert_path): revert
938         earlier change to insert_path so that we test that the directory
939         exists.
940
941         * gtk/gtkfilechooserdialog.c
942         (gtk_file_chooser_dialog_constructor): move focus.
943
944 Thu Mar 11 22:12:14 2004  Matthias Clasen  <maclas@gmx.de>
945
946         * gtk/gtkspinbutton.c (gtk_spin_button_size_request): Use the same
947         logic as GtkEntry when calculating border width.  (#116368, reported
948         by Morten Welinder)
949
950 Thu Mar 11 15:59:05 2004  Owen Taylor  <otaylor@redhat.com>
951
952         * tests/testgtk.c (create_spins): Use gtk_entry_set_width_chars()
953         rather than gtk_widget_set_size_request().
954
955 2004-03-11  Federico Mena Quintero  <federico@ximian.com>
956
957         * gtk/gtkfilechooserdefault.c (remove_settings_signal): New
958         function, copied from gtkpathbar.c.
959         (gtk_file_chooser_default_dispose): Use remove_settings_signal()
960         rather than our own code.
961         (gtk_file_chooser_default_screen_changed): Use
962         remove_settings_signal(); this should handle per-screen settings
963         correctly.
964
965 Thu Mar 11 14:07:18 2004  Owen Taylor  <otaylor@redhat.com>
966
967         * gtk/gtklabel.c (gtk_label_focus): Fix a missing return
968         value.
969
970 Thu Mar 11 13:58:24 2004  Owen Taylor  <otaylor@redhat.com>
971
972         * gtk/gtkmessagedialog.c gtk/gtklabel.c: Back out the
973         put-labels-into-the-standard-focus-chain patches 
974         from bug #59707.
975
976         * gtk/gtklabel.c (gtk_label_focus): Only put the
977         label in the tab chain when the control key is pressed.
978
979 2004-03-11  Federico Mena Quintero  <federico@ximian.com>
980
981         * gtk/gtkfilechooserdefault.c (error_message_with_parent): Use a
982         single OK button, not a Close button, as per the HIG.
983
984         * gtk/gtkfilesel.c (gtk_file_selection_fileop_error): Likewise.
985
986 2004-03-11  Federico Mena Quintero  <federico@ximian.com>
987
988         * gtk/gtkfilechooserdefault.c (shortcuts_drag_motion_cb): Oops,
989         initialize "action" before jumping.  Fixes #136900.
990
991 2004-03-11  Mark McLoughlin  <mark@skynet.ie>
992
993         * gtk/gtksettings.c: (apply_queued_setting): don't overwrite
994         application properties. Fixes bug #136802.
995
996 2004-03-11  Dov Grobgeld  <dov@imagic.weizmann.ac.il>
997
998         * gtk/gtktextlayer.c: (gtk_text_layout_set_buffer): Added
999         call to gtk_text_layout_update_cursor_line() to solve in 
1000         problem of switching keyboard direction at widget creation:
1001         bug #136680
1002
1003 Thu Mar 11 10:28:30 2004  Owen Taylor  <otaylor@redhat.com>
1004
1005         * gtk/gtkfilechooserembed.c (delegate_initial_focus): Remove
1006         stray 'return' statement. (#136855, David L. Cooper II)
1007
1008 2004-03-11  Mark McLoughlin  <mark@skynet.ie>
1009
1010         * gtk/gtkstyle.c: (gtk_default_draw_expander): Use the PRELIGHT
1011         fg color for drawing the expander when prelit. Fixes problem
1012         with the HighContrast theme: bug #136789.
1013
1014 2004-03-11  Federico Mena Quintero  <federico@ximian.com>
1015
1016         Fix #135912 and #135913.
1017
1018         * gtk/gtkfilechooserdefault.c
1019         (shortcuts_filter_model_row_draggable): Implement.
1020         (shortcuts_model_filter_new): New function, create a
1021         ShortcutsModelFilterClass derived from GtkTreeModelFilter, so that
1022         we can implement our own DnD interface methods.
1023         (shortcuts_model_create): Use shortcuts_model_filter_new().
1024         (shortcuts_list_create): Enable the shortcuts list as a drag
1025         source.
1026         (file_list_source_targets): Renamed from shortcuts_targets.
1027         (shortcuts_list_create): Change the options for
1028         gtk_drag_dest_set().  Connect to more drag signals so that we can
1029         implement drops by hand.
1030         (shortcuts_drag_data_delete_cb): New handler; just stop the emission.
1031         (shortcuts_drag_motion_cb): New handler; validate the drop.
1032         (shortcuts_drag_leave_cb): New handler; unset the drag_dest_row.
1033         (shortcuts_drag_drop_cb): New handler; just stop the emission and
1034         remove the idle handler for the drag cursor.
1035         (shortcuts_add_bookmark_from_path): Add a position argument,
1036         return a boolean success code.
1037         (shortcuts_drag_data_received_cb): Handle two cases:  1) Insert
1038         the bookmarks at the proper position, rather than always appending
1039         them to the list; 2) alternatively, reorder the bookmarks.
1040         (struct _GtkFileChooserDefault): New field shortcuts_drag_outside.
1041         (shortcuts_drag_motion_cb): Turn off impl->shortcuts_drag_outside.
1042         (shortcuts_drag_leave_cb): Turn on impl->shortcuts_drag_outside in
1043         an idle handler.
1044         (shortcuts_drag_end_cb): New handler; remove the selected bookmark.
1045
1046 Thu Mar 11 01:08:25 2004  Jonathan Blandford  <jrb@gnome.org>
1047
1048         * gtk/gtkfilechooserdefault.c (location_entry_create): up the
1049         width of the entry a tad.
1050
1051         * gtk/gtkfilechooserentry.c (gtk_file_chooser_entry_init): use
1052         gtk_entry_completion_selection_changed.  Also, unref the
1053         completion as we were leaking a reference to it.
1054
1055 2004-03-10  Federico Mena Quintero  <federico@ximian.com>
1056
1057         * gtk/gtkstyle.c (draw_dot): Remove spurious semicolon.  Thanks to
1058         Kjartan Maraas for pointing it out.
1059
1060 Wed Mar 10 23:40:15 2004  Matthias Clasen  <maclas@gmx.de>
1061
1062         * gtk/gtkentrycompletion.c (_gtk_entry_completion_popup): Set the
1063         background on the action view cell renderer here, not in init, so 
1064         that a) we catch style changes, and b) we get the real style, not 
1065         the default one. Partial fix for #127648, reported by Dave Bordoley.
1066
1067 2004-03-10  Tor Lillqvist  <tml@iki.fi>
1068
1069         * gdk/win32/gdkevents-win32.c (build_key_event_state): Set also
1070         the pointer button bits. (#136636, Dave Neary)
1071
1072         * gdk/win32/gdkwindow-win32.c (show_window_internal): Show
1073         transparent (input only) windows using SetWindowPos(). (#132331,
1074         John Ehresman)
1075
1076         (gdk_window_set_type_hint): For splash screens, remove the resize
1077         handles, menu, and minimize/maximize/close buttons. (#132896)
1078
1079 Wed Mar 10 22:30:23 2004  Matthias Clasen  <maclas@gmx.de>
1080
1081         * gtk/gtkcellview.c (gtk_cell_view_cell_layout_clear): Keep the
1082         cell_list in a consistent state while iterating over it, since
1083         clear_attributes() also iterates over it.  (#136585, Morten Welinder)
1084
1085 2004-03-10  Mark McLoughlin  <mark@skynet.ie>
1086
1087         * gtk/gtkexpander.c: (gtk_expander_expose): don't propagate
1088         the expose to the label. The expose handler for GtkContainer
1089         already does that. Fixes bug #136719. Reported by Dennis
1090         Cranston, exact cause nailed down by Owen.
1091
1092 2004-03-10  Federico Mena Quintero  <federico@ximian.com>
1093
1094         * gtk/gtkfilechooserdefault.c (list_mtime_data_func): Use an
1095         untranslatable "%x" for dates, rather than a custom format.  Fixes
1096         #136357.
1097
1098 2004-03-10  Morten Welinder  <terra@gnome.org>
1099
1100         * gtk/gtkfilechooserdefault.c
1101         (gtk_file_chooser_default_add_shortcut_folder): Test validity of
1102         path here.
1103         (shortcuts_insert_path): Don't check here.
1104         (get_file_info): Barf if name-only fails.
1105
1106         * tests/testfilechooser.c (main): Add support for --multiple.
1107
1108 Wed Mar 10 02:41:05 2004  Jonathan Blandford  <jrb@gnome.org>
1109
1110         * gtk/gtkpathbar.c: (gtk_path_bar_init), (gtk_path_bar_class_init),
1111         (remove_settings_signal), (gtk_path_bar_dispose),
1112         (gtk_path_bar_style_set), (gtk_path_bar_screen_changed),
1113         (gtk_path_bar_scroll_up), (reload_icons), (change_icon_theme),
1114         (settings_notify_cb), (gtk_path_bar_check_icon_theme),
1115         (get_button_image), (gtk_path_bar_update_button_appearance),
1116         (make_directory_button), (gtk_path_bar_check_parent_path): Support
1117         changes in icon themes.
1118
1119         * gtk/gtkpathbar.h: add two elements
1120
1121         * tests/testfilechooser.c: (main): use gnome-vfs method again to
1122         get more testing.
1123
1124 Wed Mar 10 01:17:40 2004  Jonathan Blandford  <jrb@gnome.org>
1125
1126         * gtk/gtkpathbar.c: added 'Desktop' to the list of volumes.  We
1127         don't have any more untranlated strings in the dialog.
1128
1129 Wed Mar 10 00:24:24 2004  Jonathan Blandford  <jrb@gnome.org>
1130
1131         * gtk/gtkfilechooserdefault.c (error_dialog): use uri instead of
1132         the pathname for UTF-8 safety.
1133
1134 Wed Mar 10 00:10:47 2004  Jonathan Blandford  <jrb@gnome.org>
1135
1136         * gtk/gtkfilechooserdefault.c (shortcuts_insert_path): Always
1137         check to see if the shortcuts exists.  We don't want to put
1138         invalid dirs in the shortcuts pane.
1139
1140 Tue Mar  9 16:40:34 2004  Jonathan Blandford  <jrb@gnome.org>
1141
1142         * gtk/gtkfilechooserdefault.c (struct _GtkFileChooserDefault):
1143         remove unneeded shortuts_swin;
1144
1145 Wed Mar 10 01:49:27 2004  Matthias Clasen  <maclas@gmx.de>
1146
1147         Fix #136614 in a better way:
1148         
1149         * gtk/gtkoptionmenu.c (gtk_option_menu_init): Undo the last change.
1150         * gtk/gtkbutton.c (struct _GtkButtonPrivate): Add a flag, align_set.
1151         * gtk/gtkbutton.c (gtk_button_init): Initialize align_set to 0.
1152         * gtk/gtkbutton.c (maybe_set_alignment): Rework to only set the
1153         alignment if priv->align_set is set.
1154         * gtk/gtkbutton.c (gtk_button_set_alignment): Set align_set to 1.
1155
1156 Wed Mar 10 01:21:05 2004  Matthias Clasen  <maclas@gmx.de>
1157
1158         * gtk/gtkcombobox.c (gtk_combo_box_menu_position_below): Place
1159         grid mode popups left aligned, not right aligned.
1160
1161 Tue Mar  9 23:09:46 2004  Matthias Clasen  <maclas@gmx.de>
1162
1163         * gtk/gtkoptionmenu.c (gtk_option_menu_init): Avoid centering 
1164         the label that is reparented from the menuitem.  (#136614, Dennis
1165         Cranston)
1166
1167 Tue Mar  9 16:19:09 2004  Jonathan Blandford  <jrb@gnome.org>
1168
1169         * gtk/gtkpathbar.c (struct _ButtonData): Encapsulate all of the
1170         information about a button in a struct instead of ugly
1171         g_object_set_data.
1172         (gtk_path_bar_size_request): Use ButtonData.
1173         (gtk_path_bar_update_slider_buttons): ditto
1174         (gtk_path_bar_size_allocate): ditto
1175         (gtk_path_bar_remove): ditto
1176         (gtk_path_bar_forall): ditto
1177         (gtk_path_bar_scroll_down): ditto
1178         (gtk_path_bar_clear_buttons): ditto
1179         (button_clicked_cb): ditto.  Also, add an ignore_changes variable
1180         (button_data_free): destroy ButtonData
1181         (update_button_appearance): Use ButtonData
1182         (make_directory_button): ditto
1183         (gtk_path_bar_check_parent_path): ditto
1184         (_gtk_path_bar_set_path): ditto
1185
1186 2004-03-09  Federico Mena Quintero  <federico@ximian.com>
1187
1188         Fix #136533.
1189
1190         * gtk/gtkfilechooserdefault.c (shortcuts_reload_icons): New
1191         function.
1192         (check_icon_theme): New helper function, installs a handler for
1193         changes in the icon theme.
1194         (gtk_file_chooser_default_style_set): Use check_icon_theme().
1195         (gtk_file_chooser_default_screen_changed): Use check_icon_theme().
1196         (gtk_file_chooser_default_dispose): Disconnect from GtkSettings.
1197         (change_icon_theme): New function, updates impl->icon_size and
1198         reloads the icons.
1199         (struct _GtkFileChooserDefault): New field settings_signal_id.
1200         (struct _GtkFileChooserDefault): New field icon_size.
1201         (shortcuts_insert_path): Use impl->icon_size.
1202         (list_icon_data_func): Likewise.
1203
1204 2004-03-09  Federico Mena Quintero  <federico@ximian.com>
1205
1206         * gtk/gtkfilechooserdefault.c (get_file_info): Handle the returned
1207         parent_path being NULL.  Fixes #136662.
1208
1209 2004-03-09  Federico Mena Quintero  <federico@ximian.com>
1210
1211         * gtk/gtkfilechooserdefault.c (shortcuts_drag_data_received_cb):
1212         Stop the emission so that GtkTreeView's handler won't try to poke
1213         the filter model.  Fixes #136127.
1214
1215 Tue Mar  9 13:49:14 2004  Owen Taylor  <otaylor@redhat.com>
1216
1217         * gtk/gtkstyle.c (gtk_paint_polygon): Fix 
1218         g_return_if_fail() that was checking draw_shadow.
1219         (#136669, Morten Welinder)
1220
1221 Tue Mar  9 09:57:25 2004  Owen Taylor  <otaylor@redhat.com>
1222
1223         * === Released 2.3.6 ===
1224
1225         * configure.in: Version 2.3.6, interface age 0.
1226
1227         * NEWS: Updates
1228
1229 Tue Mar  9 11:01:45 2004  Jonathan Blandford  <jrb@gnome.org>
1230
1231         * gtk/gtkpathbar.c (gtk_path_bar_finalize): unref the correct
1232         icon.  Reported by Michael Natterer <mitch@gimp.org>.
1233
1234 2004-03-09  Morten Welinder  <terra@gnome.org>
1235
1236         * tests/testfilechooser.c (main): Destroy widgets to reveal leaks.
1237
1238 Tue Mar  9 02:11:50 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
1239
1240         * gtk/gtkmenu.c Fix bug 136446. [Marco Pesenti Gritti]
1241         (struct _GtkMenuPrivate): Add boolean destroying
1242         (gtk_menu_destroy): Set priv->destroying
1243         (gtk_menu_remove): don't update the table information when the
1244         menu is being destroyed.
1245
1246         * gtk/gtkmenu.c (gtk_menu_set_monitor): Formatting fix
1247
1248         * gtk/gtktoolbar.[ch]: Some formatting fixes
1249
1250 Tue Mar  9 01:25:10 2004  Matthias Clasen  <maclas@gmx.de>
1251
1252         * gtk/gtkframe.c (gtk_frame_paint): Fix a typo.
1253
1254 2004-03-08  Federico Mena Quintero  <federico@ximian.com>
1255
1256         Fixes #136080.
1257
1258         * gtk/gtkfilesystemunix.c: Only lstat() if stat() failed due to
1259         ENOENT.
1260         (filename_get_info): Likewise.
1261
1262 2004-03-08  Federico Mena Quintero  <federico@ximian.com>
1263
1264         * gtk/gtkfilechooserdefault.c
1265         (gtk_file_chooser_default_initial_focus): Use
1266         gtk_tree_view_set_cursor().
1267
1268 2004-03-08  Federico Mena Quintero  <federico@ximian.com>
1269
1270         Patch "1a" from #136185, by Morten Welinder.
1271
1272         * gtk/gtkfilechooserdefault.c (get_file_info): Take in an argument
1273         that says whether the caller just wants the display name.
1274         (shortcuts_insert_path): We only want the name in the call to
1275         get_file_info().
1276
1277         * gtk/gtkpathbar.c (_gtk_path_bar_set_path): Don't request more
1278         info than needed from the file_folder.
1279
1280 2004-03-08  Federico Mena Quintero  <federico@ximian.com>
1281
1282         Fixes #136105.
1283
1284         * gtk/gtkfilechooserembed.h (struct _GtkFileChooserEmbedIface):
1285         Added an ::initial_focus() method.
1286
1287         * gtk/gtkfilechooserembed.c
1288         (_gtk_file_chooser_embed_delegate_iface_init): Set the
1289         initial_focus method.
1290         (delegate_initial_focus): Implement.
1291         (_gtk_file_chooser_embed_initial_focus): New function.
1292
1293         * gtk/gtkfilechooserdialog.c
1294         (gtk_file_chooser_dialog_constructor): Call
1295         _gtk_file_chooser_embed_initial_focus().
1296
1297         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_init):
1298         Install the ::initial_focus() handler.
1299         (gtk_file_chooser_default_initial_focus): Implement.
1300
1301 2004-03-08  Federico Mena Quintero  <federico@ximian.com>
1302
1303         * gtk/gtkfilechooserdefault.c (update_from_entry): Return a
1304         boolean success code.
1305         (location_popup_handler): Refocus the file chooser if appropriate.
1306         Fixes #135905.
1307         (save_widgets_create): Don't set the text of the save_folder_label
1308         here.
1309         (update_appearance): Set the text here as appropriate for the save
1310         mode.  Also fixes #136387.
1311         (update_appearance): Don't show the Create Folder button in
1312         SELECT_FOLDER mode.
1313         (update_appearance): Show the extra widget in all Save modes
1314         correctly.
1315
1316 Mon Mar  8 11:57:27 2004  Owen Taylor  <otaylor@redhat.com>
1317
1318         * gtk/gtkcombobox.c (gtk_combo_box_unset_model): Don't
1319         call g_signal_handler_disonnect() if priv->model is
1320         NULL. (#136551, Damon Chaplin)
1321
1322         * gtk/gtkcombobox.c (gtk_combo_box_model_row_inserted):
1323         Back out code to set the active item when the first
1324         item is added to the model; this causes problems for
1325         GtkComboBoxText. (#136535)
1326
1327         * gtk/gtkcombobox.c (gtk_combo_box_menu_destroy)
1328         * gtk/gtkcombobox.c (gtk_combo_box_list_destroy):
1329         * gtk/gtkcombobox.c (gtk_combo_box_list_setup): 
1330         * gtk/gtkcombobox.c (gtk_combo_box_menu_setup): 
1331         Remove calls to gtk_combo_box_unset_model.
1332
1333         * gtk/gtkcombobox.c (gtk_combo_box_check_appearance): 
1334         Clean up handling of wrap->width > 0.
1335
1336         * gtk/gtkcombobox.c (gtk_combo_box_relayout): Don't
1337         switch list/menu mode here.
1338
1339         * gtk/gtkcombobox.c (gtk_combo_box_set_model): Protect
1340         against the same model being set back.
1341
1342         * gtk/gtkcombobox.c (gtk_combo_box_relayout): Call
1343         gtk_combo_box_menu_fill() rather than duplicating
1344         a large chunk of code.
1345
1346 2004-03-08  Anders Carlsson  <andersca@gnome.org>
1347
1348         * gtk/gtkfilesystemmodel.c (gtk_file_system_model_get_flags): 
1349         If max_depth is 0 then we have a list.
1350
1351 2004-03-08  Morten Welinder  <terra@gnome.org>
1352
1353         * gtk/gtkpathbar.c (_gtk_path_bar_set_path): If we fail, leave
1354         widget unchanged.  Explicitly verify final directory.
1355
1356         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_create_folder,
1357         get_icon_type, filename_get_info): Protect errno.
1358
1359 2004-03-08  Marco Pesenti Gritti  <marco@gnome.org>
1360
1361         * gtk/gtkentry.c: (gtk_entry_completion_key_press):
1362
1363         When an action is selected stop the event to be propagated
1364         otherwise the activate signal is emitted too. (Bug #133394)
1365
1366 Mon Mar  8 04:50:12 2004  Jonathan Blandford  <jrb@gnome.org>
1367
1368         * gtk/gtkfilechooserdefault.c (create_path_bar): new function to
1369         consolidate creating the path_bar.
1370         (gtk_file_chooser_default_set_current_folder): no longer need to
1371         pass in the filesystem.
1372
1373         * gtk/gtkpathbar.h: Removed unused set_pixbuf functions in favor
1374         of just setting the filesystem.
1375
1376         * gtk/gtkpathbar.c (gtk_path_bar_finalize): Free root path and
1377         home_dir.
1378         (get_button_image): Add images to path_bar.
1379         (update_button_appearance): use images
1380         (make_directory_button): Clasify buttons based upon location.
1381         (_gtk_path_bar_set_path): no longer need a file-system.  Also, add
1382         rerooting, #135845, #135914
1383
1384         * tests/testfilechooser.c: Fix reused error handling.
1385
1386 2004-03-08  Anders Carlsson  <andersca@gnome.org>
1387
1388         * gtk/gtkfilesystemunix.c: (get_icon_for_directory),
1389         (gtk_file_system_unix_render_icon):
1390         Use better icons for home and desktop.
1391
1392 2004-03-08  Anders Carlsson  <andersca@gnome.org>
1393
1394         * gtk/gtkfilechooserentry.c:
1395         (_gtk_file_chooser_entry_set_base_folder):
1396         Set the base folder path in the entry.
1397         
1398 2004-03-08  Christian Neumair  <chris@gnome-de.org>
1399
1400         * tests/testentrycompletion.c: Fix typo.
1401
1402 2004-03-08  Tor Lillqvist  <tml@iki.fi>
1403
1404         * README.win32: Update.
1405
1406         * gtk/gtk.def: Small update. Thanks to J. Ali Harlow. Re-sorted.
1407
1408         * tests/testfilechooser.c: Correct localtime_r() emulation on
1409         Win32. Remove a couple of unnecessary Win32-only includes.
1410
1411 Mon Mar  8 01:06:17 2004  Matthias Clasen  <maclas@gmx.de>
1412
1413         * tests/testentrycompletion.c: Test dynamic addition/removal. 
1414
1415 Sun Mar  7 22:38:49 2004  Matthias Clasen  <maclas@gmx.de>
1416
1417         * gtk/gtkframe.c (gtk_frame_paint): Use ythickness, not 
1418         xthickness in the calculation of vertical dimensions.
1419
1420 Sun Mar  7 17:38:03 2004  Jonathan Blandford  <jrb@gnome.org>
1421
1422         * gtk/gtkbutton.c (gtk_button_class_init): actually use
1423         gtk_button_add.
1424
1425         * gtk/gtkfilechooserdefault.c (error_building_filename_dialog):
1426         use the uri, not the path, #136317
1427         (renderer_edited_cb): ditto
1428         (shortcuts_add_bookmark_from_path): ditto
1429         (remove_bookmark_button_clicked_cb): ditto
1430         (gtk_file_chooser_default_remove_shortcut): ditto
1431         (update_from_entry): ditto
1432         (up_folder_handler): ditto
1433
1434 Sun Mar  7 16:07:08 2004  Jonathan Blandford  <jrb@gnome.org>
1435
1436         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_init): set
1437         redraw_on_allocate, #135902.
1438
1439         * gtk/gtkfilesystemmodel.c (model_refilter_recurse): Patch from
1440         Damon Chaplin to set a node to be visible before emitting the
1441         inserted signal, #135555.
1442
1443 Sun Mar  7 22:24:28 2004  Matthias Clasen  <maclas@gmx.de>
1444
1445         * gtk/gtkbutton.c (_gtk_button_paint): Don't use xthickness in the
1446         height calculation.
1447
1448 Sun Mar  7 14:34:04 2004  Jonathan Blandford  <jrb@gnome.org>
1449
1450         Fixes #121500.
1451
1452         * gtk/gtkfilechooserdefault.c (trap_activate_cb): stop activate
1453         from unselecting rows when pressed in multiple-selection mode.
1454
1455 2004-03-07  Hans Breuer  <hans@breuer.org>
1456
1457         * gdk/win32/gdkproperty-win32.c (gdk_screen_get_setting) :
1458         some more settings from system, also reflect some name changes
1459         done a while ago in the x11 backend
1460
1461         * gdk/win32/makefile.msc : build gdkspawn-win32.c
1462
1463         * gtk/gtkdnd.c : gtk_drag_source_[gs]et_target_list, added "Since: 2.4"
1464
1465         * gtk/makefile.msc.in : build gtkpathbar, link shell32.lib
1466
1467         * tests/makefile.msc : some more tests get build
1468
1469 Sun Mar  7 03:03:57 2004  Jonathan Blandford  <jrb@gnome.org>
1470
1471         * gtk/gtkfilechooserdefault.c
1472         (gtk_file_chooser_default_get_paths): if action is
1473         SELECT_FOLDER, then return the currentd folder if none is
1474         selected.
1475         (gtk_file_chooser_default_should_respond): Allow 'Ok' to be hit if
1476         no directory is selected in SELECT_FOLDER mode.
1477
1478 Sat Mar  6 23:31:18 2004  Jonathan Blandford  <jrb@gnome.org>
1479
1480         * gtk/gtkfilechooserdefault.c (struct _GtkFileChooserDefault):
1481         remove unneeded elements.
1482         (tree_selection_changed): removed
1483         (tree_name_data_func): removed
1484         (gtk_file_chooser_default_finalize): don't unref dir model
1485         (create_folder_tree): removed
1486         (get_selection): no longer need to abstract away the selection
1487         function.
1488         (create_file_list): We now create a tree for all actions.
1489         (file_pane_create): Make one tree.
1490         (update_appearance) We really change the mode only, now.
1491
1492 Sun Mar  7 02:38:00 2004  Matthias Clasen  <maclas@gmx.de>
1493
1494         * gtk/gtkcombobox.c (gtk_combo_box_size_request): Do a 
1495         size_request on the button and cell_view_frame, otherwise
1496         their style will still be the default here in the initial 
1497         size_request. (#136301, Mark McLoughlin)
1498
1499 2004-03-06  Gustavo J. A. M. Carneiro  <gustavo@users.sourceforge.net>
1500
1501         * gtk/gtktoolbar.c (internal_insert_element): Check return value
1502         of gtk_stock_lookup; if stock lookup fails, just use stock_id as
1503         label, instead of crashing. Fixes #136202.
1504
1505 2004-03-05  Federico Mena Quintero  <federico@ximian.com>
1506
1507         * gdk/linux-fb/gdkglobals-fb.c: Make <config.h> the very first
1508         include.
1509         * gdk/linux-fb/gdkwindow-fb.c: Likewise.
1510         * gdk/linux-fb/gdkinput.c: Likewise.
1511
1512 2004-03-05  Federico Mena Quintero  <federico@ximian.com>
1513
1514         Fixes #136082 and #135265, patch by Morten Welinder.
1515
1516         * configure.in: Use AC_SYS_LARGEFILE.
1517
1518         * */*.c: #include <config.h>
1519
1520 2004-03-05  Federico Mena Quintero  <federico@ximian.com>
1521
1522         * gtk/gtkfilechooserdefault.c
1523         (gtk_file_chooser_default_select_path): No need to have a
1524         temporary error variable.
1525
1526 2004-03-05  Tor Lillqvist  <tml@iki.fi>
1527
1528         * configure.in: Move check for native Win32 (mingw) a bit
1529         earlier. If Win32, disable static builds (as in GLib). Remove
1530         unnecessary AC_LIBTOOL_WIN32_DLL.
1531
1532         * gdk/gdk.def: Add missing entries, thanks to J. Ali Harlow.
1533
1534         * gdk/win32/gdkcursor-win32.c (color_is_white): const-correctness.
1535
1536         (gdk_cursor_new_from_pixbuf): Copy of the non-Xcursor X11
1537         implementation.
1538
1539         (gdk_display_supports_cursor_alpha,
1540         gdk_display_supports_cursor_color): Dummy implementations.
1541
1542         (gdk_display_get_default_cursor_size,
1543         gdk_display_get_maximal_cursor_size): Implement.
1544
1545         * gdk/win32/gdkdisplay-win32.c (gdk_display_get_default_group):
1546         Dummy implementation.
1547
1548         * gdk/win32/gdkevents-win32.c (gdk_net_wm_supports): Dummy
1549         implementation.
1550
1551         * gdk/win32/gdkfont-win32.c (gdk_font_get_display): Implement.
1552
1553         * gdk/win32/gdkinput-win32.c (gdk_input_motion_events): Remove,
1554         not in API.
1555
1556         * gdk/win32/gdkwindow-win32.c (gdk_window_get_group): Dummy
1557         implementation.
1558
1559 Fri Mar  5 18:00:36 2004  Jonathan Blandford  <jrb@redhat.com>
1560
1561         * gtk/gtkfilechooserdefault.c (new_folder_button_clicked): scroll
1562         to the new path.
1563
1564         * gtk/gtktreeview.c (gtk_tree_view_adjustment_changed): Update the
1565         allocation when scrolling instead of cancelling editing.
1566
1567 Fri Mar  5 23:52:34 2004  Matthias Clasen  <maclas@gmx.de>
1568
1569         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_set_modify_func): 
1570         Improve the docs.  (#127727, Murray Cumming)
1571
1572 Fri Mar  5 23:37:16 2004  Matthias Clasen  <maclas@gmx.de>
1573
1574         * gtk/gtktreeview.c (gtk_tree_view_set_reorderable): Clarify the
1575         doc comment.  (#118602)
1576
1577 Fri Mar  5 22:37:15 2004  Matthias Clasen  <maclas@gmx.de>
1578
1579         * gtk/gtkbutton.c (gtk_button_construct_child): Don't let
1580         the priv->image pointer dangle.  (#136259, Padraig O'Briain)
1581
1582 2004-03-05  Federico Mena Quintero  <federico@ximian.com>
1583
1584         * gtk/gtkfilechooserprivate.h (struct _GtkFileChooserIface): Add
1585         gboolean return values and GError arguments to
1586         ::set_current_folder() and ::select_path().
1587
1588         * gtk/gtkfilechooser.c (gtk_file_chooser_set_current_folder):
1589         Return a boolean value for success/failure.
1590         (gtk_file_chooser_set_current_folder_uri): Likewise.
1591         (gtk_file_chooser_select_filename): Likewise.
1592         (gtk_file_chooser_select_uri): Likewise.
1593         (gtk_file_chooser_set_filename): Likewise.
1594         (gtk_file_chooser_set_uri): Likewise.
1595         (_gtk_file_chooser_set_current_folder_path): Likewise, plus take
1596         in a GError.
1597         (_gtk_file_chooser_select_path): Likewise.
1598
1599         * gtk/gtkfilechooserutils.c (delegate_set_current_folder):
1600         Likewise.
1601         (delegate_select_path): Likewise.
1602
1603         * gtk/gtkfilechooserdefault.c
1604         (gtk_file_chooser_default_select_path): Likewise.
1605         (gtk_file_chooser_default_set_current_folder): Likewise; this also
1606         fixes #136024.
1607         (error_changing_folder_dialog): New helper function.
1608         (change_folder_and_display_error): New helper function.
1609         (switch_to_selected_folder): Use change_folder_and_display_error().
1610         (tree_selection_changed): Likewise.
1611         (shortcuts_activate_volume): Likewise.
1612         (shortcuts_activate_item): Likewise.
1613         (list_row_activated): Likewise.
1614         (path_bar_clicked): Likewise.
1615         (update_from_entry): Likewise.
1616         (up_folder_handler): Likewise.
1617         (home_folder_handler): Get the home path from the shortcuts model,
1618         and use change_folder_and_display_error().
1619
1620         * tests/testfilechooser.c (set_current_folder): New helper
1621         function; pops up a simple error dialog if necessary.
1622         (set_filename): Likewise.
1623         (set_folder_nonexistent_cb): Use set_current_folder().
1624         (set_folder_existing_nonexistent_cb): Likewise.
1625         (set_filename_nonexistent_cb): Use set_filename().
1626         (set_filename_existing_nonexistent_cb): Likewise.
1627
1628 Fri Mar  5 11:17:35 2004  Owen Taylor  <otaylor@redhat.com>
1629
1630         * gtk/gtktreemodel.c (gtk_tree_row_reference_new_proxy): 
1631         Improve the docs (reported by Vitaly Tishkov, 
1632         #74362) Add some comments to the code about the 
1633         row reference handling that are hopefully not entirely
1634         wrong.
1635
1636 2004-03-05  Michael Natterer  <mitch@gimp.org>
1637
1638         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_show_all):
1639         s/object/widget/. Makes it compile again.
1640
1641 Fri Mar  5 03:37:14 2004  Jonathan Blandford  <jrb@gnome.org>
1642
1643         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_show_all):
1644         chain to the extra_widget.
1645
1646 Fri Mar  5 02:53:41 2004  Jonathan Blandford  <jrb@gnome.org>
1647
1648         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_finalize):
1649         Patch from Damon Chaplin to free models when we're finalized,
1650         #134053
1651
1652 2004-03-05  Alexander Larsson  <alexl@redhat.com>
1653
1654         * gtk/gtkfilesystem.c (gtk_file_system_get_volume_for_path):
1655         Document the fact that there might not be a volume for all
1656         paths.
1657
1658         * gtk/gtkfilechooserdefault.c (shortcuts_add_current_folder):
1659         Don't assume there is a volume for all paths.
1660
1661 Fri Mar  5 01:45:04 2004  Jonathan Blandford  <jrb@gnome.org>
1662
1663         * gtk/gtkfilechooserdefault.c (shortcuts_append_paths): insert in
1664         the correct place instead of naïvely appending.
1665         (shortcuts_add_volumes): refilter the model
1666         (shortcuts_add_bookmarks): refilter the model
1667         (gtk_file_chooser_default_add_shortcut_folder): refilter the model
1668
1669 2004-03-04  Federico Mena Quintero  <federico@ximian.com>
1670
1671         * gtk/gtkfilechooserdialog.c (response_cb):  New handler.  Ask the
1672         GtkFileChooser widget if it wants to do something special rather
1673         than letting us terminate the dialog.
1674         (gtk_file_chooser_dialog_init): Connect to "response"; see the
1675         comment in the sources to see why we don't override the method in
1676         class_init.
1677
1678         * gtk/gtkfilechooserembed.h (struct _GtkFileChooserEmbedIface):
1679         Added a ::should_respond() method.
1680
1681         * gtk/gtkfilechooserembed.c
1682         (_gtk_file_chooser_embed_delegate_iface_init): Add a delegate for ::should_respond().
1683         (delegate_should_respond): New delegate.
1684         (_gtk_file_chooser_embed_should_respond): New function.
1685
1686         * gtk/gtkfilechooserdefault.c (set_list_model, create_file_list):
1687         Use dashes in signal names rather than underscores.
1688         (gtk_file_chooser_default_init): Hook up our ::should_respond() implementation.
1689         (gtk_file_chooser_default_should_respond): Implement.  go into a
1690         folder rather than responding if we are in File mode and the
1691         selected file is a folder.
1692         (get_selection): New helper function.
1693         (add_bookmark_button_clicked_cb): Use get_selection().
1694         (bookmarks_check_add_sensitivity): Likewise.
1695         (gtk_file_chooser_default_get_paths): Likewise.
1696         (check_save_entry): New helper function.
1697         (gtk_file_chooser_default_get_paths): Use check_save_entry().
1698         (selection_check): Renamed from selection_is_folders().  Now
1699         checks whether the selection is empty, all files, all folders.
1700         (bookmarks_check_add_sensitivity): Use selection_check().
1701
1702 Fri Mar  5 00:05:59 2004  Matthias Clasen  <maclas@gmx.de>
1703
1704         * gtk/gtkcombobox.c (gtk_combo_box_list_setup): 
1705         * gtk/gtkcombobox.c (gtk_combo_box_menu_setup): Connect to 
1706         key_press_event and handle Alt-Down/Alt-Up to show or hide the
1707         list popup. Also handle Down/Up/PageDown/PageUp/Home/End and 
1708         make them change the active item without popping up the list.
1709         These keybindings are inherited from GtkCombo. 
1710
1711 Thu Mar  4 23:15:58 2004  Matthias Clasen  <maclas@gmx.de>
1712
1713         * gtk/gtkcombobox.c (gtk_combo_box_menu_position): Initially 
1714         select the active item when using optionmenu-like positioning. 
1715
1716 Thu Mar  4 16:54:30 2004  Owen Taylor  <otaylor@redhat.com>
1717
1718         * gtk/gtkrc.c (gtk_rc_check_pixmap_dir): Don't
1719         open/close the file, just check for existence
1720         with g_file_test(). This is considerably cheaper,
1721         and lack-of-permissions for pixmap dirs is 
1722         pathological.
1723
1724 Wed Mar  3 17:53:21 2004  Owen Taylor  <otaylor@redhat.com>
1725
1726         * gtk/gtksocket.c (gtk_socket_class_init): Overide
1727         show_all/hide_all to be gtk_widget_show/gtk_widget_hide,
1728         since we don't want to propagate to the in-process
1729         plug, if any. (#122949, Michael Meeks)
1730
1731 Thu Mar  4 15:20:55 2004  Jonathan Blandford  <jrb@gnome.org>
1732
1733         * gtk/gtkfilechooserdefault.c (update_appearance): show the 'New
1734         Folder' button in SAVE mode again.
1735
1736 Thu Mar  4 21:53:46 2004  Matthias Clasen  <maclas@gmx.de>
1737
1738         * gtk/gtkiconfactory.c (copy_cache): Increment the reference
1739         count of the style when copying the cached icon.  (#135890, Crispin
1740         Flowerday)
1741
1742 Thu Mar  4 21:45:43 2004  Matthias Clasen  <maclas@gmx.de>
1743
1744         * gtk/gtkcombobox.c: In list mode, set the background color 
1745         of the cell view to the base color of the style, instead of
1746         hardwiring white. (#136158)
1747
1748 Thu Mar  4 01:32:19 2004  Jonathan Blandford  <jrb@gnome.org>
1749
1750         * gtk/gtkpathbar.c (gtk_path_bar_set_path): Modified patch from
1751         muppet <scott@asofyet.org> to keep child directories around if we
1752         change to a child.
1753
1754         * gtk/gtkpathbar.c (_gtk_path_bar_set_home_icon): Start of
1755         icon-setting functions.  Not used yet.
1756         (_gtk_path_bar_set_root_icon): Ditto.
1757         
1758 Thu Mar  4 00:31:54 2004  Matthias Clasen  <maclas@gmx.de>
1759
1760         * gtk/gtktextview.c (extend_selection): 
1761         * gtk/gtktextview.c (gtk_text_view_move_cursor_internal): Allow
1762         to select the last word in the buffer.  (#135487, Paolo Borelli)
1763
1764 Wed Mar  3 23:54:31 2004  Matthias Clasen  <maclas@gmx.de>
1765
1766         * gtk/gtkentrycompletion.c: Doc update.
1767
1768 Wed Mar  3 17:30:18 2004  Owen Taylor  <otaylor@redhat.com>
1769
1770         * gtk/gtkwindow.c (gtk_window_mnemonic_activate): Check
1771         whether widgets are viewable, not just if they are
1772         mapped. (#122912, reported by Tim Evans)
1773
1774 Wed Mar  3 23:28:48 2004  Matthias Clasen  <maclas@gmx.de>
1775
1776         * gtk/gtkcombobox.c (gtk_combo_box_set_active): Move the actual
1777         implementation into a new gtk_combo_box_set_active_internal() 
1778         function, which doesn't do the short-circuiting. 
1779         * gtk/gtkcombobox.c (gtk_combo_box_model_row_deleted): Use
1780         set_active_internal() here, since the active item may change here,
1781         although the index is unchanged.
1782
1783 Wed Mar  3 23:26:49 2004  Matthias Clasen  <maclas@gmx.de>
1784
1785         * gtk/gtkcombobox.c (gtk_combo_box_menu_position): Reintroduce the
1786         traditional option menu placement of the popup for regular combo
1787         boxes. Grids and editable combo boxes use the combo-like placement 
1788         below the entry.  (#136021)
1789         * gtk/gtkcombobox.c (gtk_combo_box_menu_button_press): 
1790         * gtk/gtkcombobox.c (gtk_combo_box_popup): Call gtk_menu_set_active()
1791         before popping up the menu, to make the placement work.
1792         
1793 Wed Mar  3 17:20:15 2004  Owen Taylor  <otaylor@redhat.com>
1794
1795         * gtk/gtkmain.c (gtk_propagate_event): Special case
1796         scroll events so that they propagate up the widget
1797         heirarchy when received on insensitive widgets.
1798         (#101102, reported by Geoff Reedy)
1799
1800 Wed Mar  3 16:47:10 2004  Owen Taylor  <otaylor@redhat.com>
1801
1802          #109594, reported by Olivier Ripoll
1803
1804         * gtk/gtkentry.c (gtk_entry_size_request): Use max of 
1805         width and digit width for gtk_entry_set_width_chars,
1806         and round up.
1807
1808         * gtk/gtkcolorsel.c (gtk_color_selection_init): Set the
1809         width of the entry to 7 chars.
1810
1811 Wed Mar  3 16:00:10 2004  Owen Taylor  <otaylor@redhat.com>
1812
1813         * configure.in: Strip out the "export-dynamic" libtool
1814         option from library link lines. (#124687, James Henstridge)
1815
1816 Wed Mar  3 16:06:03 2004  Jonathan Blandford  <jrb@gnome.org>
1817
1818         * gtk/gtkfilechooserdefault.c (save_folder_combo_changed_cb):
1819         Don't activate the combo if we're in the midst of changing
1820         folders.
1821
1822 2004-03-03  Mark McLoughlin  <mark@skynet.ie>
1823
1824         * tests/testsocket_common.c: (print_hello): don't try and store
1825         pointers in ints. Fixes 64-bit build.
1826
1827 2004-03-03  Federico Mena Quintero  <federico@ximian.com>
1828
1829         * gtk/gtkfilesystem.c (gtk_file_system_get_parent): Simplify by
1830         not using a temporary variable, and clarify the documentation.
1831         Fixes #136008.
1832
1833 2004-03-03  Mark McLoughlin  <mark@skynet.ie>
1834
1835         * gtk/gtkexpander.c:
1836         (gtk_expander_enter_notify), (gtk_expander_leave_notify),
1837         (gtk_expander_set_label_widget): Set the label widget's
1838         state to prelight if we're prelit. Fixes bug #136078.
1839
1840 2004-03-03  Murray Cumming  <murrayc@murrayc.com>
1841
1842         * gtk/gtkradiobutton.h, radiomenuitem.h: Corrected the group_changed
1843         signal vfunc declaration, adding the first parameter, which is the
1844         widget emitting the signal.
1845
1846 2004-03-03  Morten Welinder  <terra@gnome.org>
1847
1848         * tests/testfilechooser.c (update_preview_cb): Plug leak.
1849
1850 Tue Mar  2 23:39:55 2004  Jonathan Blandford  <jrb@gnome.org>
1851
1852         * gtk/gtkfilechooserdialog.c
1853         (file_chooser_widget_default_realized_size_changed): Split
1854         function into realized and unrealized variants, and consolidate
1855         the handling fo size-changing and default changing.
1856
1857         * gtk/gtkfilechooserembed.[ch] (gtk_file_chooser_embed_class_init):
1858         remove resizable-hints-changed, as it just complicated things.
1859
1860         * gtk/gtkfilechooserdefault.c (update_appearance): Don't emit
1861         resizable-hints-changed.
1862         
1863 2004-03-03  Tor Lillqvist  <tml@iki.fi>
1864
1865         * gtk/gtk.def: Add a missing entry. (#135982, J. Ali Harlow)
1866
1867         * NEWS: Correct spelling of my name in one place.
1868
1869 2004-03-02  Federico Mena Quintero  <federico@ximian.com>
1870
1871         * gtk/gtkfilechooserdefault.c
1872         (gtk_file_chooser_default_set_current_folder): Handle errors in
1873         setting the path bar's path.  Fixes #136000, based on a patch by
1874         Morten Welinder.
1875
1876         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_insert_bookmark):
1877         Don't free our own propagated error.
1878
1879         * gtk/gtkpathbar.c (gtk_path_bar_set_path): Likewise, and free the
1880         parent_path upon error.  Fixes #136006, patch by Morten Welinder.
1881         (gtk_path_bar_set_path): Unref the file_folder upon error.
1882         (gtk_path_bar_set_path): Return a boolean success code.
1883
1884 Wed Mar  3 00:28:59 2004  Matthias Clasen  <maclas@gmx.de>
1885
1886         * tests/testcombochange.c: Add an animation mode, to test 
1887         how the combobox behaves if the model changes while it is popped
1888         up.
1889
1890 Tue Mar  2 17:06:05 2004  Owen Taylor  <otaylor@redhat.com>
1891
1892         * === Released 2.3.5 ===
1893
1894         * NEWS: Updates
1895
1896         * configure.in: Version 2.3.5, interface age 0.
1897         Require glib-2.3.5, pango-1.3.5.
1898
1899 Tue Mar  2 23:08:12 2004  Matthias Clasen  <maclas@gmx.de>
1900
1901         * gtk/gtkentrycompletion.c (_gtk_entry_completion_popup): Avoid
1902         popping up the completions across the edge of the monitor.
1903         Part of #135561.
1904
1905 Tue Mar  2 16:47:40 2004  Owen Taylor  <otaylor@redhat.com>
1906
1907         * tests/testfilechooser.c (set_filename_existing_nonexistent_cb): 
1908         Move the /nonexistant stuff out of the main window,
1909         keep the main window somewhat normal looking.
1910
1911 Tue Mar  2 16:18:43 2004  Owen Taylor  <otaylor@redhat.com>
1912
1913         * gtk/gtktreestore.c (gtk_tree_store_reorder)
1914         * gtk/gtkliststore.c (gtk_list_store_reorder): Fix
1915         up the interpretation of new_order to match what
1916         it means elsewhere, document the meaning of new_order.
1917
1918         * gtk/gtkcombobox.c (gtk_combo_box_model_rows_reordered):
1919         Fix interpretation of new_order.
1920
1921         * tests/testcombochange.c (on_reorder): Fix interpretation
1922         of new_order.
1923
1924         * tests/testcombochange.c (on_reorder): Fix hitting
1925         "reorder" with an empty list.
1926
1927 Tue Mar  2 21:23:30 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
1928
1929         Patch from Frederic Crozat, test code from Jean-Philippe
1930         Chancelier. Fixes bug #120479.
1931         
1932         * gtk/gtkcombo.c (gtk_combo_popup_list): Make sure popup belongs
1933         to the right window group.
1934
1935         * gtk/gtkmenu.c (gtk_menu_popup): Same
1936
1937         * tests/testsocket.c (main): Pack the plugs into an hbox instead
1938         of a vbox.
1939
1940         * tests/testsocket_common.c: Add a GtkMenuBar, a GtkCombo and a
1941         GtkComboBox to the children.
1942
1943 Tue Mar  2 14:38:23 2004  Owen Taylor  <otaylor@redhat.com>
1944
1945         * gtk/gtkcombobox.c (gtk_combo_box_model_row_inserted):
1946         If the model was empty before, select the first inserted
1947         item.
1948
1949         * gtk/gtkcombobox.c (gtk_combo_box_model_row_deleted):
1950         Fix up the logic for the new row to select.
1951
1952         * gtk/gtkcombobox.c (gtk_combo_box_class_init):
1953         Rename "appearance" property to "appears-as-list".
1954
1955         * tests/testcombochange.c tests/Makefile.am: Test case
1956         for combos and dynamically changing models.
1957
1958 Tue Mar  2 15:19:52 2004  Jonathan Blandford  <jrb@redhat.com>
1959
1960         * gtk/gtkfilechooserdefault.c
1961         (gtk_file_chooser_default_get_resizable_hints): set the default
1962         value, spotted by Morten Welinder.
1963
1964 Tue Mar  2 15:03:15 2004  Jonathan Blandford  <jrb@redhat.com>
1965
1966         * gtk/gtkfilechooserdefault.c
1967         (gtk_file_chooser_default_get_resizable_hints): get the logic
1968         correct.  This will fix sizing on save dialogs.
1969
1970         (save_widgets_create): set_mnemonic_widget.
1971
1972 2004-03-02  Federico Mena Quintero  <federico@ximian.com>
1973
1974         * gtk/gtkfilechooserdefault.c
1975         (gtk_file_chooser_default_set_current_folder): Don't update the
1976         save folder combo if we are already switching folders; based on a
1977         patch by Jonathan Blandford.
1978
1979         * gtk/gtkfilechooserdefault.c (shortcuts_add_current_folder):
1980         Handle failure to insert the path.  Based on a patch by Morten
1981         Welinder attached to bug #135380.
1982
1983         * tests/testfilechooser.c (extra_widget_create): Add a bunch of
1984         buttons to test various things.
1985
1986 Tue Mar  2 20:59:23 2004  Matthias Clasen  <maclas@gmx.de>
1987
1988         * tests/Makefile.am: Add testentrycompletion.
1989
1990         * tests/testentrycompletion.c: New file to test some of the
1991         more exotic GtkEntryCompletion features.
1992
1993 Tue Mar  2 14:38:10 2004  Jonathan Blandford  <jrb@redhat.com>
1994
1995         * tests/testfilechooser.c (main): improve tests a little.
1996
1997 Tue Mar  2 11:45:50 2004  Owen Taylor  <otaylor@redhat.com>
1998
1999         * gtk/gtkcombobox.c: Always connect to the changed
2000         signals on the model, update the active item as
2001         appropriate when rows are inserted/deleted/reordered,
2002         re-layout the menu on ::rows-reordered.
2003
2004         * gtk/gtkcellview.c (gtk_cell_view_set_displayed_row):
2005         Allow %NULL for path to unset and leave no current
2006         path.
2007
2008 Tue Mar  2 19:54:53 2004  Matthias Clasen  <maclas@gmx.de>
2009
2010         * gtk/gtkcombobox.c (gtk_combo_box_list_position): Position
2011         the popup above the sample if there is not enough room below.
2012         Part of #135543.
2013
2014 Tue Mar  2 19:53:36 2004  Matthias Clasen  <maclas@gmx.de>
2015
2016         * gtk/gtkcombobox.c (gtk_combo_box_set_popup_widget): Make the 
2017         frame for the list mode etched in, to give the popup a slightly
2018         less flat appearance. 
2019
2020 Tue Mar  2 17:55:31 2004  Matthias Clasen  <maclas@gmx.de>
2021
2022         * gtk/gtk.def: Add gtk_combo_box_entry_new_text().  
2023
2024 2004-03-02  Morten Welinder  <terra@gnome.org>
2025
2026         * tests/testfilechooser.c (size_prepared_cb): Don't scale images
2027         that are small enough to fit.  Avoid using incompatibly typed data
2028         pointer.
2029
2030         * gtk/gtkfilechooserdefault.c
2031         (gtk_file_chooser_default_get_resizable_hints): Test the
2032         resize_horizontally pointer, not the deferenced pointer.
2033
2034 2004-03-01  Federico Mena Quintero  <federico@ximian.com>
2035
2036         * gtk/gtkfilechooserdefault.c (struct _GtkFileChooserDefault): New
2037         flag shortcuts_current_folder_is_volume.
2038         (shortcuts_add_current_folder): Set
2039         impl->shortcuts_current_folder_is_volume as appropriate.
2040         (remove_current_folder_cb): Handle the flag.
2041         (shortcuts_activate_item): Likewise.
2042         (shortcuts_update_current_folder): Handle the
2043         impl->shortcuts_current_folder_active flag; only add the folder if
2044         it doesn't already exist in the list.
2045         (shortcuts_model_create): Don't insert the current folder
2046         separator here.
2047         (shortcuts_add_current_folder): Insert the separator here.
2048         (shortcut_find_position): Renamed from shortcut_exists(); now
2049         returns an index.
2050         (shortcuts_add_current_folder): Set the active item in the combo.
2051
2052 2004-03-01  Federico Mena Quintero  <federico@ximian.com>
2053
2054         * gtk/gtkfilechooserdefault.c (shortcuts_row_activated_cb): Eep,
2055         use gtk_tree_model_filter_convert_iter_to_child_iter(), not the reverse.
2056
2057 2004-03-01  Federico Mena Quintero  <federico@ximian.com>
2058
2059         * gtk/gtkfilechooserdefault.c (shortcuts_model_create): Don't
2060         unref an old model; there isn't one.  This was a leftover from
2061         when we recreated the model on every change.
2062         (save_widgets_create): Create the save folder combo.
2063         (shortcuts_model_create): Don't set the model on the tree view
2064         here.
2065         (gtk_file_chooser_default_constructor): Create the shortcuts model
2066         here, before the rest of the widgets.
2067         (shortcuts_list_create): Don't call shortcuts_model_create() here;
2068         just set the model on the tree.
2069         (save_folder_combo_create): New function, provided by Jonathan
2070         Blandford.
2071         (update_appearance): Set the sensitivity of the folder combo.
2072         (shortcuts_activate_iter): New helper function; code moved from
2073         shortcuts_row_activated_cb().
2074         (shortcuts_activate_item): New helper function.
2075         (shortcuts_row_activated_cb): Use shortcuts_activate_iter().
2076         (ShortcutsIndex): Renamed SHORTCUTS_SEPARATOR to
2077         SHORTCUTS_BOOKMARKS_SEPARATOR.
2078         (struct _GtkFileChooserDefault): New field shortcuts_current_folder_active.
2079         (shortcuts_insert_separator): Add a position argument.
2080         (shortcuts_get_index): Handle the SHORTCUTS_CURRENT_FOLDER_SEPARATOR 
2081         and SHORTCUTS_CURRENT_FOLDER positions.
2082         (shortcut_exists): Ignore the current folder row.
2083         (struct _GtkFileChooserDefault): New field shortcuts_filter_model.
2084         (shortcuts_model_create): Create a filter model for the shortcuts list.
2085         (shortcuts_list_create): Set the model to the shortcuts_filter_model.
2086         (remove_bookmark_button_clicked_cb): Use the shortcuts_filter_model.
2087         (bookmarks_check_remove_sensitivity): Likewise.
2088         (shortcuts_row_activated_cb): Likewise.
2089         (gtk_file_chooser_default_set_current_folder): New function.
2090         (gtk_file_chooser_default_set_current_folder): Update the current
2091         folder row in the shortcuts list.
2092
2093         * gtk/gtkfilechooserwidget.c
2094         (gtk_file_chooser_widget_constructor): Cast correctly for
2095         _gtk_file_chooser_embed_set_delegate().
2096
2097 Mon Mar  1 19:30:25 2004  Owen Taylor  <otaylor@redhat.com>
2098
2099         * gtk/gtkdnd.[ch]: Add gtk_drag_source_set/get_target_list().
2100         (#127499, based on patch from Michael Natterer)
2101
2102         * tests/testgtk.c: Fix bidi strings to display correctly
2103         with new auto-bidi.
2104
2105 Tue Mar  2 01:34:40 2004  Matthias Clasen  <maclas@gmx.de>
2106
2107         * gtk/gtksettings.c: Remove the include of Xft.h, which is already
2108         dragged in via pangoxft.h.  (#135496, David Hawthorne)
2109
2110 Mon Mar  1 23:52:15 2004  Tim Janik  <timj@gtk.org>
2111
2112         * gtk/gtkbindings.[hc]: expose gtk_bindings_activate_event(), changed
2113         callers.
2114
2115         * gtk/gtkwindow.[hc]: added gtk_window_propagate_key_event() to expose
2116         the key event propagation mechanism used for focus widgets.
2117         (gtk_window_key_release_event): use the same key event propagation logic
2118         as gtk_window_key_press_event().
2119
2120 2004-03-01  Simon Budig  <simon@gimp.org>
2121
2122         * gdk/x11/gdkinput-x11.c: X11 R6.4 specifies 15 events
2123         for the XInput extension. We want to see them all.
2124         We now get Proximity Out events again. Fixes bug #135320.
2125
2126 Tue Mar  2 00:47:21 2004  Matthias Clasen  <maclas@gmx.de>
2127
2128         * gtk/gtkimmodule.c (match_locale): Use case-insensitive
2129         comparison. Fixes XIM module loading on AIX.  (#131277)
2130
2131 Mon Mar  1 23:59:18 2004  Matthias Clasen  <maclas@gmx.de>
2132
2133         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_row_deleted): 
2134         Make it work correctly when the child model is cleared 
2135         completely. (#121633)
2136
2137 2004-03-01  Michael Natterer  <mitch@gimp.org>
2138
2139         * gtk/gtkfilechooserwidget.h: removed accidentially committed char
2140         which broke the build.
2141
2142 Mon Mar  1 16:51:21 2004  Jonathan Blandford  <jrb@redhat.com>
2143
2144         * gtk/gtkfilechooserdialog.c
2145         (file_chooser_widget_default_size_changed): only store the size if
2146         we can resize in that direction.
2147
2148 Mon Mar  1 16:32:52 2004  Jonathan Blandford  <jrb@redhat.com>
2149
2150         * gtk/gtkfilechooserwidget.c
2151         (gtk_file_chooser_widget_new_with_backend): new function.  Long
2152         name.
2153
2154 2004-03-01  Morten Welinder  <terra@gnome.org>
2155
2156         * gtk/gtkfilesystemunix.c (filename_get_info): Only stat when
2157         needed.
2158
2159         * gtk/gtkfilesystemmodel.c (file_model_node_is_visible): Simplify
2160         semantics and check for errors.
2161
2162         * gtk/gtkpathbar.c (gtk_path_bar_set_path): Propagate errors.
2163
2164         * gtk/gtkfilefilter.c (gtk_file_filter_filter): Don't crash if
2165         display_name is NULL.
2166
2167 Mon Mar  1 14:16:52 2004  Owen Taylor  <otaylor@redhat.com>
2168
2169         Based on patch by Alex Larsson
2170
2171         * gtk/gtkfilechooserdefault.c: Use gtk-file-chooser-backend
2172         GtkSetting to set the backend if the app doesn't specify one.
2173
2174         * gdk/x11/gdkevents-x11.c gtk/gtksettings.c:
2175         Add Gtk/FileChooserBackend.
2176
2177 Mon Mar  1 20:32:06 2004  Tim Janik  <timj@gtk.org>
2178
2179         * autogen.sh:
2180         - exit with $? instead of 1 in case of failure
2181         - exit with $? if ./configure failed
2182           (that's so autogen.sh && make lines work)
2183         - removed --enable-gtk-doc option
2184         - added $AUTOGEN_CONFIGURE_ARGS
2185
2186 2004-03-01  Federico Mena Quintero  <federico@ximian.com>
2187
2188         * gtk/gtkfilechooserdefault.c (list_model_filter_func): Test for
2189         filter_info.uri correctly.  Fixes #135379, pointed out by Damon
2190         Chaplin.
2191         (shortcuts_get_index): Compute the bookmarks index correctly.
2192         Fixes #135714, pointed out by Damon Chaplin.
2193         (gtk_file_chooser_default_list_shortcut_folders): Handle the case
2194         with no shortcuts, and don't run off the end of the list if there
2195         are no bookmarks and their separator.  Fixes #135572, patch by
2196         Damon Chaplin.
2197
2198 Mon Mar  1 12:23:06 2004  Owen Taylor  <otaylor@redhat.com>
2199
2200         * gtk/gtklabel.c: Handle dynamically resolved bidi direction
2201         when drawing the cursor. (#118541)
2202
2203         * gtk/gtkentry.c (get_better_cursor_x): Use entry->resolved_dir;
2204
2205         * gtk/gtkentry.c (draw_insertion_cursor): Fix up
2206         some confusion in parameter ordering.
2207
2208 Mon Mar  1 12:05:54 2004  Jonathan Blandford  <jrb@redhat.com>
2209
2210         * gtk/gtkfilechooserdialog.c
2211         (file_chooser_widget_resizable_hints_changed): Handle
2212         shrinking/growing.
2213
2214 2004-03-01  Michael Natterer  <mitch@gimp.org>
2215
2216         * gtk/gtktextbtree.c: removed underscores from calls to
2217         gtk_text_btree_resolve_bidi().
2218
2219 Mon Mar  1 10:41:27 2004  Owen Taylor  <otaylor@redhat.com>
2220
2221         Patch from Dov Grobgeld to implement auto-bidi-direction
2222         for GtkTextView (#118543)
2223
2224         * gtk/gtktextbtree.[ch]: Resolve bidi base direction
2225         for each line by propagating backwards/forwards as
2226         necessary.
2227
2228         * gtk/gtktextlayout.[ch] gtk/gtktextview.c: Set the 
2229         bidi base direction for the ;ine with the cursor from 
2230         the keyboard direction. Add gtk_text_layout_set_keyboard_direction().
2231         
2232 Mon Mar  1 10:31:11 2004  Owen Taylor  <otaylor@redhat.com>
2233
2234         * gtk/gtkentry.[ch]: Implement auto-bidi-direction,
2235         based on a patch from Dov Grobgeld. (#118540)
2236
2237 Sun Feb 29 22:01:49 2004  Owen Taylor  <otaylor@redhat.com>
2238
2239         * gtk/gtkentry.[ch]: Add gtk_entry_set_alignment() 
2240         to allow right-aligned entries and a "xalign" 
2241         property. (#59799, patch from Egon Andersen and 
2242         Steffen Gutmann)
2243
2244         * gtk/gtkmisc.c (gtk_misc_class_init): Use improved
2245         xalign property description here too.
2246
2247         * tests/testtext.c: UNDERLINE_ERROR test addition
2248         from Nicolas Settons' patch.
2249
2250 Sun Feb 29 20:34:06 2004  Owen Taylor  <otaylor@redhat.com>
2251
2252         * gtk/gtkwindow.[ch] gtk/gtkmenushell.c: export
2253         gtk_window_activate_key() (Request from Tim Janik)
2254
2255 Mon Mar  1 01:00:11 2004  Matthias Clasen  <maclas@gmx.de>
2256
2257         * gtk/gtktextview.c (gtk_text_view_drag_data_received): 
2258         Make DND operations within a buffer move the dragged 
2259         text instead of copying it; also make DND operations 
2260         a single user action for undo purposes.  (#135191, 
2261         #93139, reported by Tommi Komulainen, patch by Paolo Borelli
2262         and Paolo Maggi)
2263
2264 Mon Mar  1 00:51:11 2004  Matthias Clasen  <maclas@gmx.de>
2265
2266         * NEWS: News for 2.3.5.
2267
2268 Sun Feb 29 23:25:35 2004  Matthias Clasen  <maclas@gmx.de>
2269
2270         * gtk/gtkentry.c (gtk_entry_completion_key_press): 
2271         Fix the Shift-Tab support to go backwards.
2272
2273 Sun Feb 29 16:40:40 2004  Owen Taylor  <otaylor@redhat.com>
2274
2275         * gtk/gtktextview.c (gtk_text_view_class_init): Fix 
2276         capitalization to match other style properties.
2277
2278 Sun Feb 29 16:38:53 2004  Owen Taylor  <otaylor@redhat.com>
2279
2280         * gtk/gtktextview.c (gtk_text_view_class_init): Fix a
2281         typo in property string.
2282
2283 Sun Feb 29 16:35:23 2004  Owen Taylor  <otaylor@redhat.com>
2284
2285         * gdk/gdkpango.c gtk/gtktextdisplay.c: Implement
2286         PANGO_UNDERLINE_ERROR (Based on a patch by
2287         Nicolas Setton, #114237)
2288
2289         * gtk/gtktextview.c: Add a error-underline-color style
2290         property.
2291
2292 Sun Feb 29 19:04:33 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
2293
2294         * gtk/gtkrange.c (_gtk_range_get_wheel_delta): New internal
2295         function returning a good step value for the mouse wheel. For
2296         scrollbars, base the step on page_size^(2/3), for other ranges,
2297         use 2 * step_increment.
2298
2299         * gtk/gtkrange.c (gtk_range_scroll_event): Use it here ...
2300
2301         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_scroll_event): 
2302         ... and here.
2303
2304         * gtk/gtkmenu.c (gtk_menu_leave_notify): Fix a warning.
2305
2306 Sun Feb 29 01:51:27 2004  Jonathan Blandford  <jrb@gnome.org>
2307
2308         * gtk/gtkfilechooserembed.c
2309         (_gtk_file_chooser_embed_get_default_size):  Add g_return_if_fail()
2310         (_gtk_file_chooser_embed_get_resizable_hints): Add g_return_if_fail()
2311
2312         * gtk/gtkfilechooserdialog.c
2313         (file_chooser_widget_default_size_changed): Get the correct
2314         initial size for the dialog.  Also, don't bother with
2315         gtk_window_set_default_size().  It's not really meaningful.
2316
2317         * gtk/gtkfilechooserdefault.c
2318         (gtk_file_chooser_default_get_default_size): Get the correct
2319         spacing for the preview_widget
2320         (update_preview_widget_visibility): Clear widget field after we
2321         destroy it.
2322
2323 2004-02-29  Federico Mena Quintero  <federico@ximian.com>
2324
2325         * gtk/gtkfilechooserdefault.c
2326         (gtk_file_chooser_default_set_property): Handle
2327         GTK_FILE_CHOOSER_PROP_USE_PREVIEW_LABEL.
2328         (gtk_file_chooser_default_get_property): Likewise.
2329         (struct _GtkFileChooserDefault): Added fields for preview_label,
2330         use_preview_label, preview_display_name, preview_box.  Removed
2331         preview_frame.
2332         (set_preview_widget): Reorder the widget in relation to the label.
2333         (update_preview_widget_visibility): Create or destroy the preview
2334         label.
2335         (check_preview_change): Update impl->preview_display_name and the
2336         label.
2337         (find_good_size_from_style): Use the preview_box.
2338         (gtk_file_chooser_default_finalize): Free
2339         impl->preview_display_name.
2340         (gtk_file_chooser_default_init): Initialize
2341         impl->use_preview_label.
2342
2343         * gtk/gtkfilechooser.c (gtk_file_chooser_class_init): Add a
2344         "use-preview-label" property.
2345         (gtk_file_chooser_set_use_preview_label): New function.  This sets
2346         whether one wants the file chooser to display a stock label with
2347         the previewed filename.  Apps that do really fancy previews can
2348         turn this off and draw the name themselves.
2349         (gtk_file_chooser_get_use_preview_label): New function.
2350         (gtk_file_chooser_get_preview_widget_active): Documentation fix.
2351
2352         * gtk/gtkfilechooserutils.h (GtkFileChooserProp): Add a
2353         GTK_FILE_CHOOSER_PROP_USE_PREVIEW_LABEL value.
2354
2355         * gtk/gtkfilechooserutils.c
2356         (_gtk_file_chooser_install_properties): Override the
2357         "use-preview-label" property.
2358
2359 Sun Feb 29 04:43:29 2004  Matthias Clasen  <maclas@gmx.de>
2360
2361         * gtk/gtkentry.c (gtk_entry_completion_key_press): Make Tab and
2362         Shift-Tab work when the completion popup is shown.
2363
2364 2004-02-28  Federico Mena Quintero  <federico@ximian.com>
2365
2366         * gtk/gtkfilechooserdefault.c (create_folder_tree): Use "Name" for
2367         the title of the filename column.
2368         (create_file_list): Likewise.
2369
2370 Sun Feb 29 03:31:42 2004  Matthias Clasen  <maclas@gmx.de>
2371
2372         * gtk/gtkentry.c (gtk_entry_completion_key_press): Fix Page_Up 
2373         and Page_Down in the completion popup to move page-wise if we're
2374         scrolling.
2375
2376 2004-02-28  Federico Mena Quintero  <federico@ximian.com>
2377
2378         * gtk/gtkfilechooserdefault.c (set_cell_text_bold_if_folder):
2379         Removed.
2380         (list_name_data_func): Don't call the function above.
2381         (list_mtime_data_func): Likewise.
2382
2383 Sun Feb 29 02:34:35 2004  Matthias Clasen  <maclas@gmx.de>
2384
2385         * gtk/gtkcombobox.c (gtk_combo_box_list_position): New 
2386         function which calculates position and size for the popup in
2387         list mode. Currently it only pushes the popup horizontally 
2388         into the screen.
2389
2390 Sun Feb 29 01:10:09 2004  Matthias Clasen  <maclas@gmx.de>
2391
2392         * gtk/gtkcombobox.c: Implement the previous fix in a better way,
2393         small cleanups.
2394
2395 2004-02-28  Hans Breuer  <hans@breuer.org>
2396
2397         * gtk/gtkfilesystemwin32.c : applied patch from
2398         J. Ali Harlow <ali@juiblex.co.uk>, fixes bug #135641
2399
2400 Sat Feb 28 23:30:36 2004  Matthias Clasen  <maclas@gmx.de>
2401
2402         * gtk/gtkcombobox.c (gtk_combo_box_popup): Actually resize the
2403         popup window before popping up.  (#135651)
2404
2405 Sat Feb 28 23:29:35 2004  Matthias Clasen  <maclas@gmx.de>
2406
2407         * gtk/gtkcombobox.c (gtk_combo_box_class_init): 
2408         * gtk/gtkcombobox.c (gtk_combo_box_init): Override the default
2409         handler for style_set in class_init instead of connecting to
2410         the signal in init. (noticed by Yosh).
2411
2412 Sat Feb 28 14:48:35 2004  Owen Taylor  <otaylor@redhat.com>
2413
2414         * demos/gtk-demo/main.c (read_line): #ifdef HAVE_FLOCKFILE, 
2415         not #ifndef HAVE_FLOCKFILE. (#135642, J. Ali Harlow)
2416
2417 2004-02-28  Hans Breuer  <hans@breuer.org>
2418
2419         * gtk/gtkfilesystemwin32.c : adapt to add -> insert_bookmark
2420         change. Also merged some crossplatform code from 
2421         gtkfilesystemunix.c
2422         * gtk/gtk.def : updated externals
2423
2424         * gtk/makefile.msc.in : added gtkfilechooserembed.obj
2425
2426 2004-02-28  Hans Breuer  <hans@breuer.org>
2427
2428         * gdk/win32/gdkdnd-win32.c : set current_dest_drag to NULL
2429         when destroying, fixes bug #120007. Also removed the mirrored
2430         ref counting for deprecated gdk_drag_context_<ref|unref>()
2431         cause it wasn't reliable anymore anyway.
2432
2433         * gdk/win32/gdkdisplay-win32.c : fix typo, which should
2434         have broken the win32 build for everyone not using msvc
2435
2436         * gdk/win32/gdkevents-win32.c : WM_GETMINAMXINFO ensure not to
2437         return negative values for ptMaxTrackSize, it caused snapping
2438         windows to their minimum size
2439
2440 Sat Feb 28 01:39:01 2004  Matthias Clasen  <maclas@gmx.de>
2441
2442         * gtk/gtkcombobox.c (gtk_combo_box_set_wrap_width): Support
2443         switching back to non-gridded mode.  (#135169)
2444
2445 Fri Feb 27 22:29:46 2004  Matthias Clasen  <maclas@gmx.de>
2446
2447         * gtk/gtkwidget.c (gtk_widget_can_activate_accel): Add "Since: 2.4".
2448
2449 Fri Feb 27 18:52:19 2004  Jonathan Blandford  <jrb@redhat.com>
2450
2451         * gtk/gtkfilechooserdialog.c (gtk_file_chooser_dialog_style_set):
2452         Whoops.  Didn't mean to commit the size change.
2453
2454 Fri Feb 27 18:46:27 2004  Jonathan Blandford  <jrb@redhat.com>
2455
2456         * gtk/gtkfilechooserembed.h: New private interface to help
2457         negotiate the default size of the widget.  Still a bit buggy, but
2458         better than the old behavior.
2459
2460         * gtk/gtkfilechooserdefault.c: Implement the embed interface.
2461
2462         * gtk/gtkfilechooserwidget.c: Proxy the embed interface.
2463
2464         * gtk/gtkfilechooserdialog.c: Use the embed interface.
2465
2466 2004-02-27  Federico Mena Quintero  <federico@ximian.com>
2467
2468         * gtk/gtkfilesystem.c (gtk_file_system_insert_bookmark): Added a
2469         "position" argument.
2470
2471         * gtk/gtkfilesystem.h (GtkFileSystemError): Added value for 
2472         GTK_FILE_SYSTEM_ERROR_ALREADY_EXISTS.
2473         (struct _GtkFileSystemIface): Added a "position" argument to the
2474         ::insert_bookmark() method.
2475
2476         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_insert_bookmark):
2477         Updated; renamed from gtk_file_system_unix_add_bookmark().  Return
2478         an error if the path already exists in the bookmarks list.
2479         (gtk_file_system_unix_remove_bookmark): Return an error if the
2480         path does not exist in the bookmarks list.
2481
2482         * gtk/gtkfilechooserdefault.c (shortcuts_add_bookmark_from_path):
2483         For now, use gtk_file_system_insert_bookmark() with -1 for the
2484         position.  DnD will come next.
2485
2486 Fri Feb 27 21:42:28 2004  Matthias Clasen  <maclas@gmx.de>
2487
2488         * gtk/gtkcombobox.c (gtk_combo_box_relayout): 
2489         * gtk/gtkcombobox.c (gtk_combo_box_style_set): Simplify, only 
2490         create a new setup if appearance actually changed.
2491         * gtk/gtkcombobox.c (gtk_combo_box_cell_layout_clear): 
2492         * gtk/gtkcombobox.c (gtk_combo_box_get_cell_info): Make 
2493         these more robust.  (#127623, Damon Chaplin)
2494
2495 Fri Feb 27 15:06:00 2004  Jonathan Blandford  <jrb@redhat.com>
2496
2497         * gtk/gtkfilechooser.c (gtk_file_chooser_class_init): remove
2498         folder-mode property.
2499
2500         * gtk/gtkfilechooserutils.c
2501         (_gtk_file_chooser_install_properties): remove FOLDER_MODE property.
2502
2503 Thu Feb 26 17:38:40 2004  Manish Singh  <yosh@gimp.org>
2504
2505         * gtk/gtkcombobox.c: Add function declaration for
2506         gtk_combo_box_list_remove_grabs().
2507
2508 Fri Feb 27 02:33:21 2004  Matthias Clasen  <maclas@gmx.de>
2509
2510         * gtk/gtkentry.c (keyval_is_cursor_move): Classifiy Page Up/Down as
2511         cursor move, but not Home and End.
2512
2513         * gtk/gtkentry.c (gtk_entry_completion_key_press): Lets Page Up/Down
2514         jump to the ends of the list, not Home and End - since we're not 
2515         scrolling yet, a "page" is always the complete list.  (#127430, Marco
2516         Pesenti Gritti)
2517
2518 Fri Feb 27 00:39:11 2004  Matthias Clasen  <maclas@gmx.de>
2519
2520         * gtk/gtkcombobox.c (gtk_combo_box_list_destroy): 
2521         * gtk/gtkcombobox.c (gtk_combo_box_menu_destroy): Don't let
2522         the priv pointers dangle.  (#127623, Damon Chaplin)
2523
2524 Thu Feb 26 17:31:34 2004  Manish Singh  <yosh@gimp.org>
2525
2526         * gdk/x11/xsettings-client.c (read_settings): fix ytpo: s/eles/else/
2527
2528 Thu Feb 26 19:53:32 2004  Owen Taylor  <otaylor@redhat.com>
2529
2530         * gdk/x11/xsettings-common.h (xsettings_client_process_event): 
2531         Add xsettings_client_set_grab_func,
2532         Add xsettings_client_set_ungrab_func to the list of renames.
2533
2534 Thu Feb 26 19:48:39 2004  Owen Taylor  <otaylor@redhat.com>
2535
2536         * gdk/x11/xsettings-client.c (read_settings): Fix memory leak
2537         in case of mismatched property type.
2538
2539 Thu Feb 26 18:25:57 2004  Jonathan Blandford  <jrb@gnome.org>
2540
2541         * gtk/gtkfilechooser.h (GtkFileChooserAction): Add two more folder
2542         modes to the enum.
2543
2544         * gtk/gtkfilechooser.c (gtk_file_chooser_set_folder_mode): Remove.
2545         (gtk_file_chooser_get_folder_mode): Remove
2546
2547 Thu Feb 26 17:29:04 2004  Owen Taylor  <otaylor@redhat.com>
2548
2549         * gdk/x11/gdkevents-x11.c (gdk_wm_protocols_filter): Return
2550         GDK_FILTER_CONTINUE for unhandled message types.
2551
2552         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Allow
2553         multiple filters for the same event type with the standard
2554         "GDK_FILTER_CONTINUE == pretend I wasn't here" semantics.
2555
2556         * gdk/x11/gdkevents-x11.c (gdk_display_add_client_message_filter):
2557         Append to the filter list not prepend, since order now matters.
2558
2559         * gdk/win32/gdkevents-win32.c (gdk_add_client_message_filter): 
2560         Append to the filter list not prepend, since order now matters.
2561         
2562 Thu Feb 26 23:39:07 2004  Matthias Clasen  <maclas@gmx.de>
2563
2564         Fixes for #135333, analysed by Damon Chaplin:
2565         
2566         * gtk/gtkcombobox.c (gtk_combo_box_list_button_pressed): Don't
2567         grab here.
2568         * gtk/gtkcombobox.c (gtk_combo_box_popup): Do the grabs here, 
2569         so that we don't forget to grab when the menu is popped via
2570         keynav.
2571         * gtk/gtkcombobox.c (gtk_combo_box_list_button_released): Don't
2572         ungrab here.
2573         * gtk/gtkcombobox.c (gtk_combo_box_popdown): Do the ungrabs here.
2574
2575 Thu Feb 26 23:26:00 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
2576
2577         * gtk/gtkstatusbar.c (set_grip_cursor): New function. Use resize
2578         cursors for resize grips. (Bug #129621)
2579
2580         * gtk/gtktoolbar.c (gtk_toolbar_get_relief_style): Documentation
2581         fix - patch by Torsten Schoenfeld.
2582
2583         * gtk/gtkmenubar.c (gtk_menu_bar_size_request): don't request
2584         space between the items. (Bug #110775)
2585
2586         * gtk/gtkrc.c (_gtk_rc_init): Provide extra horizontal padding
2587         inside menu items that are inside a menu bar. (Bug #110775)
2588         
2589         * configure.in (HAVE_XCURSOR): Make XCurosr part of GDK_EXTRA_,
2590         not GDK_PACKAGES, to prevent applications from getting linked to
2591         it (Bug #119804)
2592
2593         * gtk/gtkmenubar.c (gtk_menu_bar_size_allocate): Put the vertical
2594         ipadding inside the item. (Bug #61843)
2595
2596 Thu Feb 26 22:56:40 2004  Matthias Clasen  <maclas@gmx.de>
2597
2598         * gtk/gtkwidget.c: Replace gtk_widget_get_mnemonic_widgets() 
2599         by list_mnemonic_widgets() in doc comments as well.
2600
2601 Thu Feb 26 16:36:38 2004  Owen Taylor  <otaylor@redhat.com>
2602
2603         Fixes from Torsten Schoenfeld.
2604
2605         * gtk/gtkwidget.c (gtk_widget_add_mnemonic_label): 
2606         Fix name in doc comment.
2607
2608         * gtk/gtkwidget.h: gtk_widget_list_mnemonic_labels(),
2609         not get_mnemonic_labels.
2610
2611 Thu Feb 26 22:20:44 2004  Matthias Clasen  <maclas@gmx.de>
2612
2613         * gtk/gtkcomboboxentry.h:
2614         * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_new_text): New
2615         convenience API to construct simple text combos, implemented by
2616         Damon Chaplin.
2617
2618         * tests/testcombo.c: Use gtk_combo_box_entry_new_text.
2619
2620 Thu Feb 26 22:19:29 2004  Matthias Clasen  <maclas@gmx.de>
2621
2622         * gtk/gtkcombobox.c (gtk_combo_box_new_text): Improve the docs.
2623
2624 Thu Feb 26 15:43:43 2004  Owen Taylor  <otaylor@redhat.com>
2625
2626         * gtk/gtkstyle.[ch]: Export insertion cursor drawing functionality
2627         in a simplified form as gtk_draw_insertion_cursor().
2628         (#99031, request from Alex Larsson)
2629
2630         * gtk/gtktextdisplay.c gtk/gtkentry.c gtk/gtklabel.c:
2631         Adapt to new gtk_draw_insertion_cursor().
2632
2633         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_class_init)
2634         gtk/gtkstyle.c (gtk_style_class_init): Add some missed
2635         Since: 2.4.
2636
2637         * gtk/gtkiconfactory.c (icon_size_settings_changed)
2638           gtk/gtkicontheme.c (do_theme_change)
2639           gtk/gtkrc.c (_gtk_rc_context_get_default_font_name)
2640         * gtk/gtksettings.c (gtk_settings_notify):
2641         _gtk_rc_reset_styles => gtk_rc_reset_styles.
2642
2643 Thu Feb 26 21:52:58 2004  Matthias Clasen  <maclas@gmx.de>
2644
2645         Fixes for #127804 and #134722, Damon Chaplin:
2646         
2647         * gtk/gtkcombobox.c (gtk_combo_box_cell_layout_pack_end): 
2648         * gtk/gtkcombobox.c (gtk_combo_box_cell_layout_pack_start): 
2649         Ref and sink the cell renderers here.
2650         
2651         * gtk/gtkcombobox.c (gtk_combo_box_finalize): Unref the cell
2652         renderers here, and free attributes and func_data. 
2653
2654 Thu Feb 26 21:41:38 2004  Matthias Clasen  <maclas@gmx.de>
2655
2656         * gtk/gtkrc.c (gtk_rc_reset_styles): Mark as 2.4 API addition.
2657
2658 Thu Feb 26 14:47:22 2004  Dom Lachowicz <cinamod@hotmail.com>
2659
2660         * gtk/gtk.def: Export gtk_rc_reset_styles()
2661
2662 Thu Feb 26 14:47:22 2004  Owen Taylor  <otaylor@redhat.com>
2663
2664         * gtk/gtkrc.[ch]: Export gtk_rc_reset_styles(). 
2665         (Request from Dom Lachowicz, #123769)
2666
2667 Wed Feb 25 19:11:31 2004  Owen Taylor  <otaylor@redhat.com>
2668
2669         * gtk/gtkradiobutton.[ch] gtk/gtkradiomenuitem.[ch]: Add a
2670         ::group-changed signal emitted when the radio button/menu item 
2671         is moved from one group of radio buttons to another. 
2672         (#79563, based partially on a patch from Padraig O'Briain)
2673
2674 Thu Feb 26 13:23:47 2004  Owen Taylor  <otaylor@redhat.com>
2675
2676         * gdk/x11/gdkwindow-x11.c (set_text_property): Use the right
2677         free() function. (#135511, George Bronnikov)
2678
2679 2004-02-26  Federico Mena Quintero  <federico@ximian.com>
2680
2681         * configure.in: Added a comment to inform translators that they
2682         must add .po files to both po/ and po-properties/ when they add
2683         new languages to ALL_LINGUAS.
2684
2685 Wed Feb 25 15:36:50 2004  Owen Taylor  <otaylor@redhat.com>
2686
2687         * gdk/x11/gdkselection-x11.c (gdk_utf8_to_compound_text_for_display):
2688         Call g_convert(), not g_convert() with fallback, since Emacs is
2689         happier if we reject the COMPOUND_TEXT request and it can
2690         then ask for UTF-8. (#114527)
2691
2692         * gtk/gtkselection.c (gtk_selection_data_set_text): When
2693         TEXT is requested, if COMPOUND_TEXT fails, fall back to STRING.
2694
2695 Wed Feb 25 22:35:00 2004  Tomasz KÅ‚oczko <kloczek@pld.org.pl>
2696
2697         * cinfigure.in: After changes in G_DEFINE_TYPE minimal required glib
2698         vesion for build gtk+ is now 2.3.3.
2699
2700 Wed Feb 25 16:00:40 2004  Jonathan Blandford  <jrb@gnome.org>
2701
2702         * gtk/gtkfilechooserdefault.c (update_appearance): move the
2703         expander code.
2704
2705 2004-02-25  Danilo Å egan  <dsegan@gmx.net>
2706
2707         * configure.in (ALL_LINGUAS): po-properties/sr@ije.po added, so
2708         adding back sr@ije.
2709
2710 2004-02-25  Federico Mena Quintero  <federico@ximian.com>
2711
2712         * configure.in (ALL_LINGUAS): Remove sr@ije until po-properties/
2713         is fixed for it.
2714
2715 Wed Feb 25 12:44:49 2004  Owen Taylor  <otaylor@redhat.com>
2716
2717         * gtk/gtkstyle.[ch]: Make realize and unrealize signals. (#73310)
2718
2719 Wed Feb 25 12:21:32 2004  Owen Taylor  <otaylor@redhat.com>
2720
2721         * gtk/gtkwidget.[ch] gtk/gtklabel.c: Patch from
2722         Padraig O'Briain to add gtk_widget_add/remove_mnemonic_label,
2723         gtk_widget_get_mnemonic_labels(). (#103456)
2724
2725 2004-02-25  Danilo Å egan  <dsegan@gmx.net>
2726
2727         * configure.in: Added sr@ije to ALL_LINGUAS.
2728
2729 Wed Feb 25 09:46:34 2004  Owen Taylor  <otaylor@redhat.com>
2730
2731         * gtk/gtkstyle.c (gtk_style_finalize): Free 
2732         style->icon_factories (#130128)
2733
2734 Wed Feb 25 03:52:58 2004  Jonathan Blandford  <jrb@gnome.org>
2735
2736         * gtk/gtkpathbar.c: use gtk_widget_push/pop_composite_child around
2737         internal buttons.
2738
2739         * gtk/gtkfilechooserdefault.c (struct _GtkFileChooserDefault):
2740         rename some widgets to make it clear where they are packed.
2741         (update_appearance): New function to handle all the 'logic' of
2742         layout in one place.  We aren't trying to keep all our properties
2743         in sync.
2744         (gtk_file_chooser_default_set_property): use update_appearance()
2745
2746 2004-02-24  Federico Mena Quintero  <federico@ximian.com>
2747
2748         * gtk/gtkfilechooserdefault.c (shortcuts_model_create): Renamed
2749         from create_shortcuts_model().
2750         (struct _GtkFileChooserDefault): Renamed the shortcuts_tree field
2751         to shortcuts_list.
2752         (shortcuts_list_create): Renamed from shortcuts_tree_create().
2753         (create_file_list): Enable the tree view as a model drag source.
2754         (create_folder_tree): Likewise.
2755
2756         * gtk/gtkfilesystemmodel.c (_gtk_file_system_model_get_type):
2757         Register the drag source interface.
2758         (drag_source_iface_init): New function.
2759         (drag_source_row_draggable): New function.
2760         (drag_source_drag_data_get): New function.
2761
2762 Tue Feb 24 19:12:07 2004  Owen Taylor  <otaylor@redhat.com>
2763
2764         * === Released 2.3.4 ===
2765
2766         * configure.in: Bump version to 2.3.4, fix broken
2767         gtk_binary_age value by copying the GLib logic
2768         to automatically set it to the right values.
2769
2770 Wed Feb 25 00:13:24 2004  Matthias Clasen  <maclas@gmx.de>
2771
2772         * gtk/gtkcombobox.c (gtk_combo_box_menu_row_changed): 
2773         * gtk/gtkcombobox.c (gtk_combo_box_list_row_changed): 
2774         Don't resize priv->cell_view if it is NULL.  (#127804, 
2775         Damon Chaplin)
2776         
2777 Wed Feb 25 00:06:50 2004  Matthias Clasen  <maclas@gmx.de>
2778
2779         * gtk/gtkcombobox.c: Add a comment about the different 
2780         modi of this widget. Get rid of priv->hbox, and some other
2781         cleanups. Make sure that gtk_combo_box_unset_model() is 
2782         always called before setting up a different mode. 
2783
2784 Tue Feb 24 17:51:49 2004  Owen Taylor  <otaylor@redhat.com>
2785
2786         * gtk/gtkaccellabel.c (gtk_accel_label_refetch): Convert
2787         underscores in keyval names to spaces. (#131480)
2788
2789 Tue Feb 24 17:35:59 2004  Owen Taylor  <otaylor@redhat.com>
2790
2791         * m4macros/gtk-2.0.m4: Add some quotes around ***. (#130073,
2792         Uwe Zeisberger)
2793
2794 Tue Feb 24 14:45:03 2004  Owen Taylor  <otaylor@redhat.com>
2795
2796         * === Released 2.3.3 ===
2797
2798         * configure.in: Version 2.3.3, interface age 0.
2799
2800         * NEWS: Finish updates for 2.3.3.
2801
2802 2004-02-24  Federico Mena Quintero  <federico@ximian.com>
2803
2804         * gtk/gtkfilechooserdefault.c (save_widgets_create): Use a plain
2805         GtkEntry for the filename, not a GtkFileChooserEntry.
2806         (update_chooser_entry): Use gtk_entry_set_text() rather than
2807         _gtk_file_chooser_entry_set_file_part().
2808         (gtk_file_chooser_default_set_current_name): Likewise.
2809         (gtk_file_chooser_default_set_current_folder): Don't set the base
2810         folder of the entry, and don't call update_chooser_entry().
2811         (gtk_file_chooser_default_get_paths): Use the plain entry.
2812         (save_widgets_create): Store the "Save in Folder" label in the
2813         impl structure.
2814         (expander_activate_cb): Set the sensitivity of the label and
2815         combo.
2816         (save_widgets_create): Connect to "notify::expanded" rather than
2817         "activate" on the expander.
2818         (expander_changed_cb): Renamed from expander_activate_cb().  Flip
2819         the conditions again...
2820
2821 Tue Feb 24 14:43:07 2004  Jonathan Blandford  <jrb@gnome.org>
2822
2823         * gtk/gtktreeview.c (gtk_tree_view_bin_expose): only draw the sort
2824         column as different if there are 3 or more visible columns.
2825
2826 2004-02-24  Anders Carlsson  <andersca@gnome.org>
2827
2828         * gtk/gtkfilechooserdefault.c: (shortcuts_insert_separator):
2829         Fix compilation (#135278, Padraig O'Briain).
2830         
2831 2004-02-24  Anders Carlsson  <andersca@gnome.org>
2832
2833         * gtk/gtkfilechooserdefault.c: (shortcuts_append_desktop):
2834         Translate the desktop label.
2835         
2836         (shortcuts_get_index), (shortcuts_add_bookmarks),
2837         (shortcuts_insert_separator), (create_shortcuts_model):
2838         Don't show the bookmark separator if there are no bookmarks.
2839         
2840 Tue Feb 24 01:41:30 2004  Jonathan Blandford  <jrb@gnome.org>
2841
2842         * gtk/gtkfilechooserdefault.c (location_popup_handler): Make the
2843         dialog look like the nautilus dialog.
2844         (expander_activate_cb): get the order correct.
2845
2846 2004-02-23  Federico Mena Quintero  <federico@ximian.com>
2847
2848         * gtk/gtkfilechooserdefault.c (list_selection_changed): Call
2849         bookmarks_check_add_sensitivity().
2850         (shortcut_exists): New helper function; moved the testing code
2851         over from bookmarks_check_add_sensitivity().
2852         (bookmarks_check_add_sensitivity): Check the contents of the
2853         selection in the file/folder list.  Use shortcut_exists().
2854         (shortcuts_add_bookmark_from_path): Don't insert the bookmark if
2855         the path is already in the shortcuts list.
2856         (add_bookmark_button_clicked_cb): Add the bookmarks from the list
2857         selection or from the current folder, as appropriate.
2858
2859 Mon Feb 23 21:09:06 2004  Jonathan Blandford  <jrb@gnome.org>
2860
2861         * gtk/gtkfilechooserdefault.c (shortcuts_pane_create): Add
2862         mnemonics.  Sorry translators.
2863
2864 Tue Feb 24 02:24:58 2004  Matthias Clasen  <maclas@gmx.de>
2865
2866         * NEWS: Additions. This should be complete for the main ChangeLog
2867         now, still need to sift through gdk-pixbuf, docs, and translations.
2868
2869 Mon Feb 23 19:57:45 2004  Jonathan Blandford  <jrb@gnome.org>
2870
2871         * gtk/gtkcellrendererseptext.c (gtk_cell_renderer_sep_get_size):
2872         Add a get_size implementation so that we are no longer the same
2873         height as text.
2874
2875 2004-02-24  Anders Carlsson  <andersca@gnome.org>
2876
2877         * gtk/gtkfilechooserdefault.c: (shortcuts_insert_path),
2878         (shortcuts_remove_rows), (shortcuts_append_bookmarks),
2879         (create_shortcuts_model), (shortcuts_tree_create),
2880         (gtk_file_chooser_default_remove_shortcut_folder):
2881         Improve bookmark list rendering by controlling the visibility
2882         of the pixbuf cell so that it will be invisible for the separator
2883         row, also use a list store instead of a tree store for the model
2884         so we won't get unnecessary space for an expander.
2885         
2886 Tue Feb 24 01:08:27 2004  Matthias Clasen  <maclas@gmx.de>
2887
2888         * gtk/gtkcombobox.c: Add a destroy implementation in order to
2889         set priv->cell_view to NULL before finalize stumbles over the 
2890         dangling pointer. This big array of pointers into the widget 
2891         tree in GtkComboBoxPrivate is really fragile and should be
2892         cleaned up.
2893
2894 Mon Feb 23 17:52:43 2004  Jonathan Blandford  <jrb@gnome.org>
2895
2896         * gtk/gtkfilechooserdefault.c (main_paned_create): use a size
2897         group when allocating space for the buttons at the bottom just in
2898         case.  Also, move the filter to below the file list.
2899
2900 Mon Feb 23 16:52:12 2004  Jonathan Blandford  <jrb@gnome.org>
2901
2902         * gtk/gtkfilechooserdefault.c
2903         (gtk_file_chooser_default_class_init): Seth was confused by
2904         keybindings.  They should be Alt, not Ctl.  Also, A-Home should go
2905         home, not up.
2906
2907 Mon Feb 23 15:23:23 2004  Jonathan Blandford  <jrb@gnome.org>
2908
2909         * gtk/gtkpathbar.c (gtk_path_bar_set_path): Display the root a bit
2910         more cleanly.
2911
2912         * gtk/gtkpathbar.h (struct _GtkPathBarClass): fix the signal.
2913
2914 2004-02-23  Federico Mena Quintero  <federico@ximian.com>
2915
2916         Rework the user interface of the file chooser, as per 
2917         Seth Nickell's design.
2918
2919         * gtk/gtkfilechooserdefault.c
2920         (gtk_file_chooser_default_class_init): Add binding signals and bindings:
2921                 "location-popup" - C-l
2922                 "up-folder"      - C-Up
2923                 "home-folder"    - C-Home
2924         (up_folder_handler): New function; moved the code from up_button_clicked().
2925         (up_button_clicked_cb): Call up_folder_handler().
2926         (home_folder_handler): New function.
2927         (location_popup_handler): New function.
2928         (struct _GtkFileChooserDefault): Add an hpaned field.
2929         (gtk_file_chooser_default_set_current_name): Check that we are in
2930         Save mode.
2931         (save_widgets_create): New function, create the widgets specific
2932         to Save mode.
2933         (main_paned_create): New function, create the hpaned's widgets here.
2934         (gtk_file_chooser_default_constructor): Create the open and save
2935         widgets, and show only one set.
2936         (gtk_file_chooser_default_set_property): Show/hide the save widgets.
2937         (gtk_file_chooser_default_get_paths): Only pay attention to the
2938         entry in Save mode.
2939         (update_chooser_entry): Update the entry only in Save mode.
2940         (entry_activate): Removed.
2941
2942 Mon Feb 23 11:20:34 2004  Owen Taylor  <otaylor@redhat.com>
2943
2944         * configure.in: Remove the configure.in check for fontconfig 
2945         entirely; it's not needed, since PangoXft implies that sufficiently
2946         new fontconfig is present.
2947
2948 Mon Feb 23 02:26:53 2004  Jonathan Blandford  <jrb@gnome.org>
2949
2950         * gtk/gtkpathbar.c (gtk_path_bar_finalize):
2951         for (i = 0; i < 10; i++)
2952           g_print ("I will compile before committing.\n");
2953
2954 Mon Feb 23 02:08:42 2004  Jonathan Blandford  <jrb@gnome.org>
2955
2956         * gtk/gtkfilechooserdefault.c (file_pane_create): Use the
2957         GtkPathBar by default now.
2958
2959         * gtk/gtkpathbar.c (gtk_path_bar_set_path): Correctly set the
2960         current path from the path.
2961         (gtk_path_bar_class_init): new signal
2962         (button_clicked_cb): emit the signal when we're selected.
2963         (gtk_path_bar_clear_buttons): Fix a crasher when we weren't
2964         clearing thr first_scrolled_button.
2965
2966 Mon Feb 23 02:26:15 2004  Matthias Clasen  <maclas@gmx.de>
2967
2968         * gtk/gtkcombobox.c (gtk_combo_box_size_allocate): Fix the 
2969         allocation for the toggle button so that it actually shows up 
2970         in LTR list mode.
2971
2972         * gtk/gtkcombobox.c (gtk_combo_box_set_column_span_column): 
2973         * gtk/gtkcombobox.c (gtk_combo_box_set_row_span_column): 
2974         * gtk/gtkcombobox.c (gtk_combo_box_set_wrap_width): Add
2975         notification, and avoid excessive relayouting. 
2976
2977 Mon Feb 23 00:38:21 2004  Matthias Clasen  <maclas@gmx.de>
2978
2979         Fix bug 134982, reported by Morten Welinder:
2980         
2981         * gtk/gtkpathbar.c (gtk_path_bar_destroy): 
2982         * gtk/gtktooltips.c (gtk_tooltips_destroy): 
2983         * gtk/gtkinvisible.c (gtk_invisible_destroy): Chain up to the 
2984         parent's ::destroy handler.
2985         
2986         * gdk/gdkdisplay.c (gdk_display_dispose): Chain up to the 
2987         parent's ::dispose handler.
2988
2989 Sat Feb 21 19:09:55 2004  Manish Singh  <yosh@gimp.org>
2990
2991         * gtk/gtksettings.c (gtk_default_substitute): Guard the FC_HINT_STYLE
2992         stuff with an #ifdef, so we still build with most fontconfig versions.
2993
2994 Sun Feb 22 03:03:29 2004  Matthias Clasen  <maclas@gmx.de>
2995
2996         * gtk/gtkaction.c: (gtk_action_finalize):
2997         * gtk/gtkclipboard.c: (gtk_clipboard_finalize):
2998         * gtk/gtkentrycompletion.c: (gtk_entry_completion_class_init),
2999         (gtk_entry_completion_finalize):
3000         * gtk/gtkfilechooserwidget.c: (gtk_file_chooser_widget_finalize):
3001         * gtk/gtkfilesystemmodel.c: (gtk_file_system_model_class_init),
3002         (gtk_file_system_model_finalize):
3003         * gtk/gtkicontheme.c: (gtk_icon_theme_class_init),
3004         (gtk_icon_theme_finalize):
3005         * gtk/gtktextchild.c: (gtk_text_child_anchor_finalize):
3006         * gtk/gtkuimanager.c: (gtk_ui_manager_class_init),
3007         (gtk_ui_manager_finalize):
3008         * modules/input/gtkimcontextxim.c: (gtk_im_context_xim_finalize):
3009         Add chains to the parent's ::finalize() handler  (#134901, Morten Welinder,
3010         patch by Jan Arne Petersen)
3011
3012 Sun Feb 22 02:10:34 2004  Matthias Clasen  <maclas@gmx.de>
3013
3014         * gtk/gtkentrycompletion.c (gtk_entry_completion_default_completion_func): 
3015         Don't crash if item is NULL.  (#131542, Dan Damian)
3016
3017 Sun Feb 22 02:04:03 2004  Matthias Clasen  <maclas@gmx.de>
3018
3019         * configure.in: Add a check for a new enough fontconfig, since
3020         we picked up a direct dependency on it with the Xft settings.
3021
3022 Sun Feb 22 00:23:40 2004  Matthias Clasen  <maclas@gmx.de>
3023
3024         Bug 112647 (Bill Haneman, patch by Narayana Pattipati):
3025         
3026         * gtk/gtkcheckmenuitem.c: Introduce a new style property 
3027         indicator_size and use it instead of the hardcoded value.
3028         
3029         * gtk/gtkmenu.c (gtk_menu_size_request): Make sure each menu 
3030         item gets enough vertical space for the label and the indicator.
3031
3032 Sat Feb 21 20:20:11 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3033
3034         * gtk/gtksettings.c (gtk_settings_class_init): Use P_ instead of
3035         _ for the new Xft settings.
3036
3037 Sat Feb 21 20:09:53 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3038
3039         Bug 130790 (Federico Mena Quintero, Owen Taylor)
3040         
3041         * gdk/x11/gdkevents-x11.c: Add Xft XSETTINGS
3042
3043         * gtk/gtksettings.c: Add new GtkSettings corresponding to the Xft
3044         XSETTINGS
3045         
3046 Sat Feb 21 19:18:26 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3047
3048         Bug 132502
3049         
3050         * gtk/gtkmenu.c (gtk_menu_motion_notify): Make sure we pop down
3051         if we enter a non-selectable menu item.
3052
3053         * gtk/gtkmenu.c (gtk_menu_leave_notify): Don't pop a submenu
3054         when the user has left the item.
3055
3056 Sat Feb 21 17:57:35 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3057
3058         * gtk/docs: Commit auto-generated changes
3059
3060 Fri Feb 20 18:20:22 2004  Jonathan Blandford  <jrb@gnome.org>
3061
3062         * gtk/gtkfilechooserdefault.c: conditional compile for GtkPathBar
3063
3064         * gtk/gtkpathbar.c (gtk_path_bar_size_allocate): Clean up
3065         allocation code.  Works fully in RTL languages, I think.
3066         (gtk_path_bar_scroll_up): Scroll up.
3067         (gtk_path_bar_scroll_down): Scroll down.
3068
3069 2004-02-20  Christian Rose  <menthos@menthos.com>
3070
3071         * configure.in: Added "en_CA" to ALL_LINGUAS.
3072
3073 2004-02-20  Michael Meeks  <michael@ximian.com>
3074
3075         * gtk/gtktoolitem.c (gtk_tool_item_property_notify): impl.
3076         (gtk_tool_item_class_init): hook it up.
3077         (gtk_tool_item_set_proxy_menu_item): synchronize sensitivity.
3078
3079         * gtk/gtktoolbutton.c (gtk_tool_button_property_notify):
3080         chain to parent, fix strcmp bug.
3081
3082         * tests/testtoolbar.c (main): re-arrange widgets to allow
3083         more overflowing toolbar goodness.
3084
3085 2004-02-20  Alexander Larsson  <alexl@redhat.com>
3086
3087         * gtk/gtkfilechooserdefault.c: (shortcuts_append_desktop):
3088         Desktop directory is not translated.
3089         (set_tree_model):
3090         There might not be volumes for all paths.
3091         * gtk/gtkfilechooserwidget.c:
3092         (gtk_file_chooser_widget_constructor):
3093         Use gtk_file_chooser_set_current_folder to set cwd.
3094
3095 Thu Feb 19 19:58:53 2004  Jonathan Blandford  <jrb@gnome.org>
3096
3097         * gtk/gtkpathbar.[ch]: New widget to handle the path in the
3098         fileselector implementation.  Not hooked up to anything yet.
3099
3100         * gtk/Makefile.am: support the path bar.
3101
3102 Fri Feb 20 00:21:38 2004  Matthias Clasen  <maclas@gmx.de>
3103
3104         * gtk/gtkstyle.c (gtk_default_draw_handle): 
3105         (gtk_default_draw_box): Make the paned handles gray when the the 
3106         widget is_focus() but not HAS_FOCUS().  (#122751, Soeren Sandmann)
3107
3108 Thu Feb 19 23:41:06 2004  Matthias Clasen  <maclas@gmx.de>
3109
3110         Fixes for #82099:
3111         
3112         * gdk/x11/gdkevents-x11.c: Introduce new XSettings "Gtk/ButtonImages"
3113         and "Gtk/MenuImages" and map them to "gtk-button-images" and 
3114         "gtk-menu-images".
3115
3116         * gtk/gtkimagemenuitem.c: Add a boolean setting "gtk-menu-images" and 
3117         use it to set the visibility of the embedded image.
3118
3119         * gtk/gtkbutton.c: Add a boolean setting "gtk-button-images" and use
3120         it to set the visibility of an embedded image.
3121
3122 Thu Feb 19 21:26:10 2004  Matthias Clasen  <maclas@gmx.de>
3123
3124         * gtk/gtkactiongroup.c (gtk_action_group_add_radio_actions_full): 
3125         Give each radio action its own value.  (#134889, Paolo Borelli)
3126
3127 2004-02-19  Federico Mena Quintero  <federico@ximian.com>
3128
3129         * gtk/gtkfilechooserdialog.c (gtk_file_chooser_dialog_finalize):
3130         Chain to the parent's ::finalize() handler.  Fixes #134885; caught
3131         by Jan Arne Petersen.
3132
3133 2004-02-19  Mark McLoughlin  <mark@skynet.ie>
3134
3135         Make the entire expander widget width prelight as suggested
3136         by Seth in bug #134263.
3137
3138         * gtk/gtkexpander.c:
3139         (gtk_expander_paint_prelight): impl.
3140         (gtk_expander_paint): use it.
3141         (gtk_expander_redraw_expander): don't only redraw the
3142         arrow when prelit.
3143
3144 2004-02-19  Alexander Larsson  <alexl@redhat.com>
3145
3146         * gtk/gtkfilechooser.c: (gtk_file_chooser_class_init):
3147         * gtk/gtkfilechooserutils.c:
3148         * gtk/gtkfilechooserutils.h:
3149         * gtk/gtkfilechooserwidget.c:
3150         Remove old file-system property.
3151         Add new file-system-backend string property
3152         
3153         * gtk/gtkfilechooserdefault.[ch]:
3154         Handle the file-system-backend property
3155         
3156         * gtk/gtkfilechooserdialog.[ch]:
3157         (gtk_file_chooser_dialog_new_with_backend):
3158         Remove old file-system property.
3159         Add new file-system-backend string property
3160         Add new function gtk_file_chooser_dialog_new_with_backend
3161         
3162         * gtk/gtkfilesystem.c: 
3163         * gtk/gtkfilesystem.h:
3164         Add filesystem module support.  
3165
3166 2004-02-18  Federico Mena Quintero  <federico@ximian.com>
3167
3168         * gtk/gtkfilechooserdefault.c (shortcuts_tree_create): Renamed
3169         from create_shortcuts_tree().
3170         (shortcuts_pane_create): New function.
3171         (button_new): Renamed from toolbar_button_new().
3172         (shortcuts_pane_create): New function, create the whole shortcuts
3173         pane here.
3174         (current_folder_create): Renamed from toolbar_create().  Don't
3175         create the bookmarks buttons here.
3176         (file_pane_create): New function.
3177         (gtk_file_chooser_default_constructor): Use the new helper
3178         functions, and don't use an extra vbox as GtkFileChooserDefault is
3179         already a vbox.
3180
3181 Thu Feb 19 01:39:30 2004  Matthias Clasen  <maclas@gmx.de>
3182
3183         * gtk/gtkuimanager.h: 
3184         * gtk/gtkuimanager.c (gtk_ui_manager_class_init): Add
3185         default handlers for all signals; for consistency and for the
3186         benefit of language bindings which still rely on header parsing
3187         to find the signals.  (#134269, Jeroen Zwartepoorte)
3188         
3189 Thu Feb 19 00:45:02 2004  Matthias Clasen  <maclas@gmx.de>
3190
3191         * gtk/gtktreeselection.c (gtk_tree_selection_get_selected_rows): 
3192         Improve the efficiency here by prepending on the list and reverting
3193         it after the loop.  (#134435, Christian Biere)
3194
3195 Thu Feb 19 00:32:21 2004  Matthias Clasen  <maclas@gmx.de>
3196
3197         * gtk/gtkplug.c (_gtk_plug_remove_from_socket): Avoid errors when
3198         removing the plug from the socket.  (#128546, Christopher Blizzard)
3199
3200 Thu Feb 19 00:09:35 2004  Matthias Clasen  <maclas@gmx.de>
3201
3202         * gtk/gtkradiomenuitem.h:
3203         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_new_from_widget): 
3204         (gtk_radio_menu_item_new_with_label_from_widget): 
3205         (gtk_radio_menu_item_new_with_mnemonic_from_widget): New
3206         convenience functions analogous to similar API on GtkRadioButton.
3207         (#51700, Vitaly Tishkov, patch by Soeren Sandmann)
3208
3209 Wed Feb 18 17:53:27 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3210
3211         * gdk/gdkwindow.c (gdk_window_get_bg_gc): Use a scratch GC in the
3212         case where the background is a solid color.
3213         (gdk_window_clear_backing_rect): Reset the clip region after use.
3214
3215         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_threshold_alpha): Go
3216         back to using a scratch GC. Pointed out by Owen Taylor
3217         
3218         * gdk/gdkdraw.c (gdk_drawable_real_draw_pixbuf): Only use a
3219         scratch GC if the passed-in one is NULL
3220
3221 Wed Feb 18 14:27:08 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3222
3223         * gdk/gdkwindow.c (gdk_window_get_composite_drawable): Reset clip
3224         region back to NULL on cached GC (rest of #134728)
3225
3226 Wed Feb 18 13:28:57 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3227
3228         Fix bug reported by Nam SungHyun (#134728)
3229         
3230         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_threshold_alpha):
3231         Don't use a cached GC here since the function needs to modify the
3232         foreground color.
3233
3234         * gdk/gdkwindow.c (gdk_window_end_paint): Reset clip region back
3235         to NULL on the cached GC.
3236
3237 2004-02-17  Federico Mena Quintero  <federico@ximian.com>
3238
3239         * gtk/gtkfilechooserdialog.c
3240         (gtk_file_chooser_dialog_style_set): Use HIG-compliant spacings.
3241         This sucks a lot.
3242
3243 Wed Feb 18 02:03:47 2004  Matthias Clasen  <maclas@gmx.de>
3244
3245         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): Document some
3246         peculiarities of the ::delete_range signal.  (#132135, Grant Gayed)
3247
3248 Wed Feb 18 01:44:59 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3249
3250         GC caching, bug #125645 (based on patch by Brian Cameron)
3251         
3252         * gdk/gdkscreen.h (struct _GdkScreen): Add GC cache
3253         * gdk/gdkscreen.c (gdk_screen_dispose): New function. Unref the
3254         cached GC's here.
3255         * gdk/gdkdraw.c (_gdk_drawable_get_scratch_gc): New function to
3256         get a scratch gc.
3257         * gdk/gdkinternals.h: Declare the function here
3258
3259         * gdk/gdkdraw.c (gdk_drawable_real_draw_pixbuf): Use
3260         _gdk_drawable_get_scratch_gc() instead of creating a new GC.
3261         * gdk/x11/gdkgeometry-x11.c (gdk_window_copy_area_scroll): same
3262         * gdk/x11/gdkdrawable-x11.c (draw_with_images): same
3263         * gdk/gdkwindow.c (gdk_window_get_composite_drawable): same
3264         * gdk/gdkwindow.c (gdk_window_end_paint): same
3265         * gdk/gdkpixmap.c (gdk_pixmap_colormap_new_from_pixbuf): same
3266         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_threshold_alpha): same
3267         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_pixmap_and_mask_for_colormap): same
3268
3269 Tue Feb 17 23:28:33 2004  Matthias Clasen  <maclas@gmx.de>
3270
3271         * gtk/gtkmenu.c (gtk_menu_init): ...and don't forget to initalize
3272         priv->columns to 1.
3273
3274 Tue Feb 17 23:11:21 2004  Matthias Clasen  <maclas@gmx.de>
3275
3276         * gtk/gtkmenu.c (gtk_menu_do_remove): Make sure that we keep
3277         priv->columns >= 1 even for empty menus, since we divide by it
3278         somewhere else.  (#133428, Vincent Noel)
3279
3280 Tue Feb 17 23:02:58 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3281
3282         Fix for #119722, reported by Olexiy Avramchenko, patch by Owen
3283         Taylor.
3284
3285         * gdk/x11/gdkprivate-x11.h (struct _GdkGCX11): Add a depth field
3286
3287         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_new): Keep track of the GC's
3288         depth.
3289
3290         * gdk/x11/gdkgc-x11.c (_gdk_gc_x11_get_fg_xft_color): First query
3291         the colormap, if no colormap, special case depth 1, 
3292
3293         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_get_fg_picture): Use
3294         _gdk_gc_x11_get_fg_xft_color() to get the foreground color.
3295
3296         * gdk/x11/gdkdrawable-x11.c (gdk_x11_drawable_get_xft_draw):
3297         Special-case bitmaps without a colormap.
3298
3299         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_pixbuf): Use inherited
3300         draw_pixbuf() implementation in the bitmap case.
3301
3302 2004-02-17  Mark McLoughlin  <mark@skynet.ie>
3303
3304         * modules/input/Makefile.am: only reference input method
3305         modules we've actually built. Fixes re-build failure with
3306         stale hangul module lying aroung. Bug #134518.
3307
3308 Mon Feb 16 19:13:21 2004  Owen Taylor  <otaylor@redhat.com>
3309
3310         * gdk/gdkdraw.c: Revert last commit, please don't commit patches
3311         without approval, this isn't the right way to do it.
3312
3313 2004-02-16  DindinX  <david@dindinx.org>
3314
3315         * gdk/gdkdraw.c (gdk_draw_segments): don't try to draw more than 32767
3316         segments at a time, since XDrawSegments cannot handle more than this.
3317
3318         fixes bug #122026.
3319         
3320 Mon Feb 16 18:26:39 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3321
3322         * gtk/gtktoolbar.c (gtk_toolbar_set_child_property): Call
3323         gtk_tool_item_set_expand(), not gtk_tool_item_set_homogeneous()
3324         in the CHILD_PROP_EXPAND branch. (#134543, Damon Chaplin)
3325
3326 Mon Feb 16 00:04:46 2004  Matthias Clasen  <maclas@gmx.de>
3327
3328         * gtk/gtkcombobox.c (gtk_combo_box_cell_layout_*): 
3329         Split declaration and assignment of combo_box.
3330         
3331         * gtk/gtkcombobox.c (gtk_combo_box_list_setup): Remove a 
3332         pointless cast
3333
3334 Sun Feb 15 22:08:53 2004  Matthias Clasen  <maclas@gmx.de>
3335
3336         * gtk/gtkoptionmenu.c (gtk_option_menu_get_history): Add 
3337         deprecation note pointing people to GtkComboBox.
3338
3339 Sun Feb 15 02:49:45 2004  Matthias Clasen  <maclas@gmx.de>
3340
3341         * gtk/gtktreednd.c: 
3342         * gtk/gtktreeview.c: Document the tree DND API.
3343
3344         * gtk/gtktreeview.c (gtk_tree_view_unset_rows_drag_source): 
3345         Call gtk_drag_source_unset().  
3346         
3347 Sun Feb 15 00:49:59 2004  Matthias Clasen  <maclas@gmx.de>
3348
3349         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_class_init): 
3350         Make stock_size an uint property, to allow custom icon 
3351         sizes. Also clarify the blurb.  (#130047, Erik Grinaker)
3352
3353 Sat Feb 14 11:05:26 2004  Manish Singh  <yosh@gimp.org>
3354
3355         * configure.in: Remove unnecessary STRIP_* definitions, and GNU
3356         make check.
3357
3358 2004-02-13  Federico Mena Quintero  <federico@ximian.com>
3359
3360         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_add_bookmark):
3361         Duh, duh, duh!  Don't bail out if the bookmarks file doesn't exist
3362         the very first time you try to save one.
3363
3364 2004-02-13  Federico Mena Quintero  <federico@ximian.com>
3365
3366         Fix #129020.
3367
3368         * gtk/gtkfilechooserdialog.c
3369         (set_default_size): New function, sets a reasonable default size
3370         for the window.
3371         (gtk_file_chooser_dialog_realize): New function, call
3372         set_default_size().
3373         (gtk_file_chooser_dialog_style_set): Likewise.
3374         (gtk_file_chooser_dialog_screen_changed): Likewise.
3375
3376         * tests/testfilechooser.c (main): Don't set a default size for the
3377         dialog.
3378
3379 Sat Feb 14 00:05:18 2004  Matthias Clasen  <maclas@gmx.de>
3380
3381         * gtk/gtktreemodelfilter.c (bsearch_elt_with_offset): 
3382         Use do instead of while.  (#134031, Morten Welinder);
3383
3384 Sat Feb 14 00:00:52 2004  Matthias Clasen  <maclas@gmx.de>
3385
3386         * configure.in: Suppress xsltproc and xmlcatalog checks
3387         if enable_man=no.  (#134162, Julio M. Merino Vidal)
3388
3389 Fri Feb 13 23:54:48 2004  Matthias Clasen  <maclas@gmx.de>
3390
3391         * configure.in: Remove checks for sgml2html. It was once
3392         used for building the linuxdoc version of the tutorial.
3393         Nowadays, we use db2html.  (#134164, Julio M. Merino Vidal)
3394
3395 Fri Feb 13 08:17:43 2004  Owen Taylor  <otaylor@redhat.com>
3396
3397         Fix various compilation problems (#134312, David
3398         Hawthorne)
3399
3400         * gtk/gtkscale.c (gtk_scale_get_layout_offsets): Use 
3401         g_return_if_fail(), not g_return_val_if_fail().
3402
3403         * gtk/gtkvscale.c (gtk_vscale_get_layout_offsets): 
3404         * gtk/gtkhscale.c (gtk_hscale_get_layout_offsets): Use 
3405         g_return_if_reached(), not g_return_val_if_reached().
3406         
3407         * gtk/gtkvscale.c (gtk_vscale_expose): Fix the types
3408         of some parameters.
3409
3410         * gtk/gtkhscale.c (gtk_hscale_get_layout_offsets): Remove
3411         extra 'scale' parameter.
3412
3413 Thu Feb 12 21:58:20 2004  Owen Taylor  <otaylor@redhat.com>
3414
3415         Various reentrancy fixes for widgets being destroyed
3416         out of focus-out-event. (#128821, Grant Gayed)
3417
3418         * gtk/gtkwindow.c (_gtk_window_unset_focus_and_default): 
3419         Ref window and widget over callbacks.
3420
3421         * gtk/gtkwidget.c (gtk_widget_hide)
3422           gtk/gtkwidget.c (gtk_widget_set_child_visible):
3423         Ref the widget before calling _gtk_window_unset_focus_and_default(),
3424         since that can call user callbacks.
3425
3426         * gtk/gtkwidget.c (gtk_widget_invalidate_widget_windows):
3427         Do nothing if the widget isn't realized.
3428
3429 Fri Feb 13 01:31:44 2004  Matthias Clasen  <maclas@gmx.de>
3430
3431         * gtk/gtkbutton.c (_gtk_button_paint): Don't draw bevels around
3432         active, RELIEF_NONE buttons that aren't depressed. This improves
3433         the appearance of buttons in notebook tabs.  (#109213, reported
3434         by Benjamin Otte, patch by Rodney Dawes)
3435
3436 Fri Feb 13 01:06:08 2004  Matthias Clasen  <maclas@gmx.de>
3437
3438         * demos/gtk-demo/main.c (read_line): Protect getc_unlocked() by 
3439         HAVE_FLOCKFILE in all cases.  (#134205, Julio M. Merino Vidal)
3440
3441 Fri Feb 13 00:54:59 2004  Matthias Clasen  <maclas@gmx.de>
3442
3443         Fix for #104811, Padraig O'Briain:
3444
3445         * gtk/gtkscale.h:
3446         * gtk/gtkscale.c (_gtk_scale_clear_layout): 
3447         * gtk/gtkscale.c (gtk_scale_get_layout_offsets): 
3448         * gtk/gtkscale.c (gtk_scale_get_layout): New functions to determine the
3449         text and its position from a GtkScale, to make it more accessible. 
3450         * gtk/gtkhscale.c (gtk_hscale_get_layout_offsets):
3451         * gtk/gtkvscale.c (gtk_vscale_get_layout_offsets): Implementations of the 
3452         new GtkScale vfunc.
3453
3454 Thu Feb 12 17:59:52 2004  Owen Taylor  <otaylor@redhat.com>
3455
3456         * gtk/gtkicontheme.c (gtk_icon_theme_get_search_path): 
3457         Remove an extraneous + 1 (#134015, Torsten Schoenfeld)
3458
3459 Thu Feb 12 23:55:08 2004  Matthias Clasen  <maclas@gmx.de>
3460
3461         * gtk/gtktooltips.h:
3462         * gtk/gtktooltips.c (gtk_tooltips_get_info_from_tip_window): New 
3463         function to improve the accessibility of tooltips.  (#114851, 
3464         Padraig O'Briain)
3465
3466 Thu Feb 12 23:16:04 2004  Matthias Clasen  <maclas@gmx.de>
3467
3468         * gtk/gtkcombobox.c (gtk_combo_box_popup): 
3469         * gtk/gtkcombobox.c (gtk_combo_box_popdown): Make these public and
3470         add docs.  (#132847)
3471
3472 Thu Feb 12 11:05:16 2004  Manish Singh  <yosh@gimp.org>
3473
3474         * gdk/x11/gdkproperty-x11.c (gdk_property_get): Assign xtype using
3475         gdk_x11_atom_to_xatom_for_display () when type != GDK_NONE.
3476
3477         * gtk/gtkselection.c (_gtk_selection_request): Use GDK_NONE in
3478         gdk_property_get call instead of 0.
3479
3480         * docs/reference/gdk/tmpl/properties.sgml: Document the above
3481         as GDK_NONE instead of simply 0.
3482
3483 Thu Feb 12 15:46:26 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3484
3485         * gtk/gtktoolbar.c (gtk_toolbar_size_allocate): Fix up item_area
3486         correctly in RTL mode. (#133984, patch from Semion Chichelnitsky).
3487
3488 Thu Feb 12 02:22:02 2004  Matthias Clasen  <maclas@gmx.de>
3489
3490         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_set_modify_func): 
3491         Correct the docs.
3492
3493 Thu Feb 12 01:17:01 2004  Matthias Clasen  <maclas@gmx.de>
3494
3495         * gtk/gtktreeview.c (gtk_tree_view_enable_model_drag_source): Call
3496         gtk_drag_source_set(), so that things like gtk_drag_set_icon_*() work
3497         for automatic DND.  (#133485, Tommi Komulainen)
3498
3499 Thu Feb 12 00:37:00 2004  Matthias Clasen  <maclas@gmx.de>
3500
3501         * gdk/x11/gdkproperty-x11.c (gdk_property_change): Fix misleading
3502         debug output.
3503
3504 2004-02-11  Federico Mena Quintero  <federico@ximian.com>
3505
3506         * gtk/gtkmessagedialog.c (gtk_message_dialog_map): New ::map()
3507         handler.  If no widget has the focus, try to give it to the
3508         default widget.  If there is no default widget, give it to the
3509         first button.  Fixes the cause for which #59707 was reopened.
3510
3511 2004-02-11  Federico Mena Quintero  <federico@ximian.com>
3512
3513         Fixes #134051.
3514
3515         * gtk/gtkicontheme.c (struct _GtkIconInfo): Remove the ref_count field.
3516         (icon_info_new): Don't initialize the ref_count field.
3517
3518 2004-02-11  Federico Mena Quintero  <federico@ximian.com>
3519
3520         * gtk/gtkicontheme.c (gtk_icon_theme_prepend_search_path): Shift
3521         the array correctly.  Fixes #134055, patch by Tosten Schoenfeld
3522         <kaffeetisch@gmx.de>.
3523
3524 Wed Feb 11 02:23:39 2004  Matthias Clasen  <maclas@gmx.de>
3525
3526         * gtk/gtkcontainer.c (gtk_container_real_set_focus_child): Handle
3527         focus [hv]adjustment correctly when the focus is located deeper
3528         down in the hierarchy.  (#133489)
3529
3530 Wed Feb 11 02:06:38 2004  Matthias Clasen  <maclas@gmx.de>
3531
3532         * gtk/gtkcellrenderer.c (gtk_cell_renderer_class_init): Remove 
3533         arbitrary low upper limits on the xpad, ypad, width and height
3534         properties.  (#129696, John Ellis)
3535
3536 Wed Feb 11 01:24:20 2004  Matthias Clasen  <maclas@gmx.de>
3537
3538         * gtk/gtkcombobox.c (gtk_combo_box_cell_layout_clear_attributes): 
3539         Ugh. Don't try to free ints, even if they're stored in pointers.
3540         (#133997, Morten Welinder)
3541
3542 2004-02-10  Federico Mena Quintero  <federico@ximian.com>
3543
3544         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_finalize):
3545         Free the filters.  Fixes #133547, patch by Morten Welinder
3546         <mortenw@gnome.org>.
3547
3548 Tue Feb 10 12:02:14 2004  Owen Taylor  <otaylor@redhat.com>
3549
3550         * gdk/x11/xsettings-client.c (read_settings): Avoid
3551         triggering an X error when the client->manager_window
3552         is None...makes logs look cleaner.
3553
3554         * gdk/x11/gdkproperty-x11.c (gdk_property_get): Handle
3555         GDK_NONE to mean AnyPropertyType as documented. (Reported 
3556         by Yu Shao)
3557
3558         * gdk/x11/gdkevents-x11.c (fetch_net_wm_check_window,
3559         gdk_x11_screen_get_window_manager_name): Fix error trap
3560         we've been leaking since 2002... (#129538)
3561
3562 2004-02-10  Federico Mena Quintero  <federico@ximian.com>
3563
3564         Fixes the entry-related part of #133852.
3565
3566         * gtk/gtkfilechooserdefault.c (update_chooser_entry): Don't change
3567         the file part of the entry if the selected item is a folder.
3568
3569 2004-02-10  Federico Mena Quintero  <federico@ximian.com>
3570
3571         Fixes #133995, patch by Morten Welinder <mortenw@gnome.org>.
3572
3573         * tests/prop-editor.c (create_prop_editor): Free the title.
3574         (object_changed): Free the children list.
3575
3576 Tue Feb 10 01:58:55 2004  Matthias Clasen  <maclas@gmx.de>
3577
3578         * gtk/gtkcontainer.c (gtk_container_set_focus_hadjustment): 
3579         * gtk/gtkcontainer.c (gtk_container_set_focus_vadjustment): Document 
3580         these functions.
3581
3582 2004-02-09  Federico Mena Quintero  <federico@ximian.com>
3583
3584         * gtk/gtkfilechooserdefault.c (set_list_model): Request
3585         GTK_FILE_INFO_ALL from the file system model, so that arbitrary
3586         filtering will work.  Perhaps we should have a way of aggregating
3587         info types to the model as filters get installed.
3588
3589 Mon Feb  9 22:22:19 2004  Matthias Clasen  <maclas@gmx.de>
3590
3591         * gtk/gtkcellview.c (gtk_cell_view_cell_layout_clear_attributes): 
3592         Ugh. Don't try to free ints, even if they're stored in pointers.
3593
3594 2004-02-09  Federico Mena Quintero  <federico@ximian.com>
3595
3596         Fix #132256.
3597
3598         * gtk/gtkfilechooserdefault.c
3599         (gtk_file_chooser_default_get_paths): Read the contents of the
3600         filename entry in both OPEN and SAVE mode.  In multiple-selection
3601         mode, add this to the selection from the file/folder list.
3602         (struct get_paths_closure): Add a path_from_entry field.
3603         (get_paths_foreach): Only add the iterated path if it is not the
3604         same as the path from the entry.
3605
3606 2004-02-09  Federico Mena Quintero  <federico@ximian.com>
3607
3608         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_get_folder): If
3609         the folder is already open, add the requested info types to it.
3610
3611 Sun Feb  8 01:28:02 2004  Manish Singh  <yosh@gimp.org>
3612
3613         * gtk/gtkcombobox.c (gtk_combo_box_set_popup_widget): Add appropriate
3614         type casts for the gtk_window_set_screen() call.
3615
3616 Sun Feb  8 01:44:06 2004  Matthias Clasen  <maclas@gmx.de>
3617
3618         * gtk/gtkcombobox.c (gtk_combo_box_set_popup_widget): Make popups 
3619         come up on the same screen as the combo box.  (#133544, 
3620         Morten Welinder)
3621
3622 Fri Feb  6 23:40:24 2004  Jonathan Blandford  <jrb@gnome.org>
3623
3624         * gtk/gtkfilechooserdefault.c (create_file_list): clean up the
3625         packing of the file selector.
3626
3627 Sat Feb  7 01:21:09 2004  Matthias Clasen  <maclas@gmx.de>
3628
3629         * gtk/gtktreemodel.c (gtk_tree_model_base_init): Don't use function 
3630         calls in array initializers, as some compilers seem to hate this.
3631         (#133216, Jonas Jonsson)
3632
3633 Sat Feb  7 00:06:44 2004  Matthias Clasen  <maclas@gmx.de>
3634
3635         * gtk/gtkaccelmap.[hc]: Add change notification for GtkAccelMap,
3636         by on-demand instantiating a singleton object with a "changed" 
3637         signal. 
3638
3639         * gtk/gtkmarshalers.list (VOID:STRING,UINT,FLAGS): Add marshaller
3640         for GtkAccelMap::changed.
3641
3642 Fri Feb  6 23:08:29 2004  Matthias Clasen  <maclas@gmx.de>
3643
3644         * gtk/gtktextbtree.c (_gtk_text_btree_check): 
3645         * gtk/gtkcombobox.c (gtk_combo_box_cell_layout_clear_attributes): 
3646         * gtk/gtkcellview.c (gtk_cell_view_cell_layout_clear_attributes): 
3647         Actually free the lists. Pointed out by Morten Welinder.
3648         
3649 Fri Feb  6 22:38:54 2004  Matthias Clasen  <maclas@gmx.de>
3650
3651         * gtk/gtkcombo.c (gtk_combo_entry_key_press): Handle character 
3652         positions in UTF-8 strings correctly.  (#133315, Theppitak 
3653         Karoonboonyanan)
3654
3655 2004-02-06  Morten Welinder  <terra@gnome.org>
3656
3657         * gtk/gtktoolbar.c (show_menu): Cleanup using
3658         gtk_menu_attach_to_widget.  Also fixes leak, see #133411.
3659
3660 2004-02-06  Federico Mena Quintero  <federico@ximian.com>
3661
3662         * gtk/gtkfilechooserdefault.c (shortcuts_add_volumes): Free the
3663         list.  Fixes #133546.
3664
3665 2004-02-06  Federico Mena Quintero  <federico@ximian.com>
3666
3667         Fix #132327.
3668
3669         * gtk/gtkfilesystemunix.c (struct _GtkFileSystemUnix): Add a
3670         folder_hash field to keep a list of live folder objects.
3671         (gtk_file_system_unix_init): Create the folder_hash.
3672         (gtk_file_system_unix_finalize): Destroy the folder_hash.
3673         (gtk_file_system_unix_get_folder): Ref and return an existing
3674         folder if we have it around, otherwise return a new folder object.
3675         (struct _GtkFileFolderUnix): Add a field for the parent file system.
3676         (gtk_file_folder_unix_finalize): Remove the folder from the file
3677         system's hash table.
3678         (gtk_file_system_unix_create_folder):  Emit "files-added" on the
3679         newly-created folder's parent.  Fixes #132327.
3680
3681 Fri Feb  6 00:51:57 2004  Matthias Clasen  <maclas@gmx.de>
3682
3683         * gtk/gtkstock.c (builtin_items): Change the labels of the 
3684         ZOOM_100 and ZOOM_FIT stock items to "_Normal Size" and
3685         "Best _Fit", to be HIG compliant.  (#124080, Mariano 
3686         Suárez-Alvarez)
3687
3688 Fri Feb  6 00:45:16 2004  Matthias Clasen  <maclas@gmx.de>
3689
3690         * gtk/gtkcombobox.c (gtk_combo_box_finalize): Add a finalize 
3691         function to plug a few memory leaks.  (#133544, Morten Welinder)
3692
3693 Fri Feb  6 00:15:38 2004  Matthias Clasen  <maclas@gmx.de>
3694
3695         * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_mnemonic_activate): 
3696         Support mnemonic_activate here as well.
3697         
3698         * gtk/gtkcombobox.c (gtk_combo_box_mnemonic_activate): Focus
3699         the button, not the tree_view.
3700
3701 Thu Feb  5 23:48:19 2004  Matthias Clasen  <maclas@gmx.de>
3702
3703         * gtk/gtkcombobox.c (gtk_combo_box_mnemonic_activate): Add this
3704         function, to make mnemonic_activate work for combo boxes.
3705         (#133443, Paolo Borelli)
3706
3707 Thu Feb  5 22:05:52 2004  Matthias Clasen  <maclas@gmx.de>
3708
3709         * gtk/gtkfilesystemunix.c (bookmark_list_read): Initialize result
3710         to FALSE.  (#133539, Morten Welinder)
3711
3712 Thu Feb  5 21:36:43 2004  Matthias Clasen  <maclas@gmx.de>
3713
3714         * gtk/gtkcombobox.c (gtk_combo_box_set_active_iter): Fix the logic
3715         of the depth one check.  (#133488, Christian Persch)
3716
3717 Thu Feb  5 01:50:19 2004  Matthias Clasen  <maclas@gmx.de>
3718
3719         * gtk/gtktearoffmenuitem.c (gtk_tearoff_menu_item_paint): Fix
3720         the drawing of tearoff menu items which don't come first in their
3721         menu.  (#33311)
3722
3723 Thu Feb  5 00:59:08 2004  Matthias Clasen  <maclas@gmx.de>
3724
3725         * gtk/gtkcombo.c (gtk_combo_entry_key_press): Use 
3726         g_completion_complete_utf8(). (#133313, Theppitak Karoonboonyanan)
3727
3728 2004-02-04  Federico Mena Quintero  <federico@ximian.com>
3729
3730         Fix #59707.
3731
3732         * gtk/gtklabel.c (gtk_label_focus): Removed, so we don't ignore
3733         the focus chain.
3734         (gtk_label_button_press): Fix prototype.
3735         (gtk_label_button_release): Likewise.
3736         (gtk_label_motion): Likewise.
3737
3738         * tests/testgtk.c (create_message_dialog): For the dialog with
3739         only GTK_BUTTONS_CLOSE, make GTK_RESPONSE_CLOSE the default.
3740
3741 2004-02-04  Morten Welinder  <terra@gnome.org>
3742
3743         * gtk/gtktoolbar.c (show_menu): Show on the right screen.  (Fixes
3744         bug 133411, apart from the leak.)
3745
3746 Tue Feb  3 13:39:27 2004  Manish Singh  <yosh@gimp.org>
3747
3748         * gtk/gtkadjustment.c (gtk_adjustment_new): pass value in last
3749         in g_object_new, since it depends on lower and upper being set.
3750
3751 2004-02-03  Federico Mena Quintero  <federico@ximian.com>
3752
3753         * gtk/gtkmessagedialog.c (gtk_message_dialog_init): Make the
3754         window not resizable.  Fixes #114032.
3755
3756 2004-02-03  Federico Mena Quintero  <federico@ximian.com>
3757
3758         * gtk/gtkmessagedialog.c (gtk_message_dialog_class_init): Add
3759         documentation for the use_separator style property.
3760
3761 2004-02-03  Federico Mena Quintero  <federico@ximian.com>
3762
3763         Fix #68938.
3764
3765         * gtk/gtkdialog.c (GtkDialogPrivate): New private structure for
3766         GtkDialog; right now it only contains an ignore_separator field.
3767         (gtk_dialog_class_init): Register the private structure.
3768         (gtk_dialog_init): Initialize the priv->ignore_separator field.
3769         (_gtk_dialog_set_ignore_separator): New private function.
3770         (gtk_dialog_set_has_separator): Ignore the setting if appropriate.
3771
3772         * gtk/gtkmessagedialog.c (gtk_message_dialog_class_init): Add a
3773         use_separator style property.
3774         (gtk_message_dialog_style_set): Change the dialog's separator
3775         based on the style property.
3776         (gtk_message_dialog_init): Set the dialog box to ignore the
3777         separator setting.
3778
3779 Tue Feb  3 02:35:09 2004  Matthias Clasen  <maclas@gmx.de>
3780
3781         * gtk/Makefile.am: Build filesystemwin32.c if OS_WIN32 and
3782         also dist gtkfilesystemwin32.[hc].
3783
3784 Tue Feb  3 02:04:44 2004  Matthias Clasen  <maclas@gmx.de>
3785
3786         * gtk/gtklabel.c (gtk_label_ensure_layout): Right-justify labels
3787         in rtl mode.  (#129071, chinen@jp.ibm.com)
3788
3789 Tue Feb  3 02:01:25 2004  Matthias Clasen  <maclas@gmx.de>
3790
3791         * gtk/gtkmenushell.c (gtk_real_menu_shell_move_current): Exchange the
3792         meaning GTK_MENU_DIR_PARENT/CHILD and GTK_MENU_DIR_PREV/NEXT in rtl
3793         mode.  (#107528)
3794
3795 Tue Feb  3 01:38:06 2004  Matthias Clasen  <maclas@gmx.de>
3796
3797         Clip narrow columns in rtl-oriented tree views (#128089,  
3798         chinen@jp.ibm.com):
3799         
3800         * gtk/gtkstyle.c (gtk_default_draw_option): 
3801         * gtk/gtkstyle.c (gtk_default_draw_check): Clip to the 
3802         given area.
3803
3804         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_process_action): 
3805         Use the right clip area when calling gtk_cell_renderer_render().
3806         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_cell_draw_focus): 
3807         Use the right clip area when calling gtk_paint_focus().
3808         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render): 
3809         Use the right clip area when calling gtk_paint_toggle() or
3810         gtk_paint_check().
3811         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render): 
3812         Clip to the expose_area when drawing the background rectangle.
3813         
3814 Tue Feb  3 00:14:36 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3815
3816         * gdk/x11/gdkgeometry-x11.c (queue_item_free, gdk_window_queue):
3817         Use a weak reference instead of ref()/unref(). (#60857, reported
3818         by Joshua N Pritikin)
3819
3820         * gdk/gdkimage.c (scratch_image_info_for_depth): Formatting fix.
3821
3822 Tue Feb  3 00:15:17 2004  Matthias Clasen  <maclas@gmx.de>
3823
3824         * gtk/gtktreeprivate.h (struct _GtkTreeViewPrivate): Add 
3825         init_hadjust_value and prev_width.
3826         * gtk/gtktreeview.c (gtk_tree_view_init): Initialize 
3827         them here.
3828         * gtk/gtktreeview.c (gtk_tree_view_update_size): ...and here.
3829         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): Use them
3830         here to properly handle the initial position of rtl-oriented
3831         tree views.  (#127581, chinen@jp.ibm.com)
3832
3833 2004-01-20  Federico Mena Quintero  <federico@ximian.com>
3834
3835         Fix #130846, reported by R. McFarland <rwmcfa1@neces.com>.
3836
3837         * gtk/gtktreeview.c (gtk_tree_view_button_press): Return TRUE when
3838         we handle an event in the colums, and FALSE at the end if the
3839         event is not handled at all.
3840
3841 Mon Feb  2 23:41:48 2004  Matthias Clasen  <maclas@gmx.de>
3842
3843         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_row_changed): 
3844         Don't access the level after removing the node, since that may
3845         kill the level.  (#132615, Crispin Flowerday)
3846
3847 2004-02-02  Tor Lillqvist  <tml@iki.fi>
3848
3849         * gdk/win32/gdkevents-win32.c (gdk_pointer_grab): Set the cursor
3850         in all cases. If no grab cursor specified, use the grabbing
3851         window's cursor. If the grabbing window has no cursor, use the
3852         default arrow cursor. (#118025)
3853
3854 Mon Feb  2 22:05:36 2004  Matthias Clasen  <maclas@gmx.de>
3855
3856         * gtk/gtkseparatormenuitem.c (gtk_separator_menu_item_init): The
3857         latest in menu separation technology.
3858
3859 Mon Feb  2 19:04:17 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3860
3861         * gdk/x11/gdkwindow-x11.c: Assume gravity works. (Anything else
3862         we have to take our chances with).
3863         
3864         (Bug 97510)
3865
3866 Mon Feb  2 18:45:28 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3867
3868         Fix bug 110224.
3869
3870         * gdk/x11/gdkfont-x11.c (gdk_font_from_description_for_display):
3871         Remove unused variable 'result'
3872
3873         * gdk/x11/xsettings-client.[ch]: Add new set_grab/ungrab_func() functions.
3874
3875         * gdk/x11/gdkevents-x11.c (_gdk_x11_events_init_screen): Use them
3876         here.
3877
3878 Mon Feb  2 14:32:32 2004  Pablo Saratxaga  <pablo@mandrakesoft.com>
3879
3880         * configure.in po/uz*.po: changed default for Uzbek; now just "uz"
3881         is in cyrillic and "uz@Latn" for latin; "uz@Cyrl" has been removed
3882
3883 Sun Feb  1 16:34:07 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3884
3885         * gtk/gtktoolbar.c (gtk_toolbar_size_allocate): Only start
3886         sliding when using the new API.
3887
3888 Sun Feb  1 16:03:39 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3889
3890         * gtk/gtktoolbar.c (gtk_toolbar_size_allocate): Make sure
3891         item_area is positioned correctly. Fix #133070, reported by Jeroen
3892         Zwartepoorte.
3893
3894 Sat Jan 31 23:13:43 2004  Matthias Clasen  <maclas@gmx.de>
3895
3896         * gtk/gtktextchild.c (gtk_text_child_anchor_finalize): Don't
3897         crash when finalizing an unused GtkTextChildAnchor.  (#132260,
3898         muppet)
3899
3900 Sat Jan 31 22:41:57 2004  Matthias Clasen  <maclas@gmx.de>
3901
3902         * gtk/gtktreemodel.c (gtk_tree_model_rows_reordered): Correct
3903         the documentation for new_order.  (#124790, Tim-Philipp Müller)
3904
3905 Sat Jan 31 22:38:07 2004  Matthias Clasen  <maclas@gmx.de>
3906
3907         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_fixed_width): 
3908         Reset use_resized_width when setting fixed_width.  (#108612, 
3909         Felipe Heidrich) 
3910
3911 Sat Jan 31 16:27:44 2004  Matthias Clasen  <maclas@gmx.de>
3912
3913         * gtk/gtkmain.c (gtk_key_snooper_remove): Don't leak the
3914         GtkKeySnooperData.  (#132038, R. McFarland)
3915
3916 2004-01-30  Federico Mena Quintero  <federico@ximian.com>
3917
3918         Fixes #132975.
3919
3920         * gtk/gtkfilesystem.c (gtk_file_system_make_path): Return NULL,
3921         not FALSE.
3922         (gtk_file_system_volume_render_icon): Likewise.
3923
3924         * gtk/gtkfilesystemwin32.c (gtk_file_system_win32_make_path):
3925         Likewise.
3926
3927         * gtk/gtktreestore.c (gtk_tree_store_iter_n_children): Return 0,
3928         not FALSE.
3929
3930         * gtk/gtktoolbar.c (gtk_toolbar_get_drop_index): Return -1, not
3931         FALSE.
3932
3933         * gtk/gtktextiter.c (gtk_text_iter_get_chars_in_line): Return 0,
3934         not FALSE.
3935         (gtk_text_iter_get_bytes_in_line): Likewise.
3936
3937         * gdk/x11/gdkcursor-x11.c (gdk_display_get_default_cursor_size):
3938         Likewise.
3939
3940         * gdk/linux-fb/gdkcolor-fb.c (gdk_colors_alloc): Return FALSE, not
3941         0.
3942
3943 2004-01-30  Not Zed  <NotZed@Ximian.com>
3944
3945         Fixes #132929.
3946
3947         * gtk/gtktreeview.c (cancel_arrow_animation): remove the timeout
3948         handler when we clear the timeout id.
3949
3950 2004-01-30  Federico Mena Quintero  <federico@ximian.com>
3951
3952         Fix #129872, based on a patch by Jan Arne Petersen
3953         <jpetersen@uni-bonn.de>
3954
3955         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_list_bookmarks):
3956         Implement.
3957         (gtk_file_system_unix_add_bookmark): Implement.
3958         (gtk_file_system_unix_remove_bookmark): Implement.
3959
3960 2004-01-29  Federico Mena Quintero  <federico@ximian.com>
3961
3962         Fixes #132693.
3963
3964         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_get_parent): Don't
3965         use filename_from_path().  Also, check that the filename is
3966         absolute.
3967         (gtk_file_system_unix_get_folder): Likewise.
3968         (gtk_file_system_unix_create_folder): Likewise.
3969         (gtk_file_system_unix_make_path): Likewise.
3970         (gtk_file_system_unix_parse): Likewise.
3971         (gtk_file_folder_unix_get_info): Likewise.
3972         (filename_from_path): Removed.
3973
3974 2004-01-30  Federico Mena Quintero  <federico@ximian.com>
3975
3976         * gtk/gtkcalendar.c (arrow_action): Remove C++ comment; reported
3977         by Damien Carbery <damien.carbery@sun.com>.  Fixes #132956.
3978
3979 Fri Jan 30 11:37:37 2004  Owen Taylor  <otaylor@redhat.com>
3980
3981         * gdk/x11/gdkdrawable-x11.c: Revert changes from
3982         #113476 and go back to using XftDrawSetClip, because
3983         XftDrawSetClipRectangles is buggy in XFree86-4.3.
3984
3985 Thu Jan 29 18:08:06 2004  Owen Taylor  <otaylor@redhat.com>
3986
3987         * gtk/gtktextlayout.c (line_display_iter_to_index)
3988         * gtk/gtktextlayout.c (line_display_index_to_iter): Only
3989         adjust the preedit position for lines that include the
3990         preedit string. (#132353, Yao Zhang). How the heck
3991         did this work as well as it did?!?!
3992
3993         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_get_ic): 
3994         Reverse change to change of XNFilterEvents event mask from
3995         #110493 -- it's documented and in the Xlib code an
3996         unsigned long. 
3997         
3998         * modules/input/gtkimcontextxim.c (preedit_start_callback): 
3999         Return -1 rather than void to indicate no length limit.
4000         (#129548)
4001
4002 Fri Jan 30 00:45:46 2004  Matthias Clasen  <maclas@gmx.de>
4003
4004         * gtk/gtkadjustment.c: Add properties to GtkAdjustment.
4005         (#64601, Murray Cumming)
4006
4007 Fri Jan 30 00:13:46 2004  Matthias Clasen  <maclas@gmx.de>
4008
4009         * gtk/gtkcombo.c (gtk_combo_set_popdown_strings): Allow NULL
4010         for strings to clear the list.  (#105386, Marco Pesenti Gritti)
4011         
4012 2004-01-28  Richard Hult  <richard@imendio.com>
4013
4014         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_get_size):
4015         Free font_desc.  Fixes #132805.
4016
4017 2004-01-29  Federico Mena Quintero  <federico@ximian.com>
4018
4019         * gtk/gtkiconfactory.c (render_icon_name_pixbuf): Free the GError.
4020         Patch provided by Christian Persch <chpe@stud.uni-saarland.de>
4021         Fixes #132574.
4022
4023 Thu Jan 29 11:00:18 2004  Owen Taylor  <otaylor@redhat.com>
4024
4025         * gtk/gtkselection.c (gtk_selection_default_handler): 
4026         nul-terminate the target atoms. (#132656, Christian Persch)
4027
4028 Thu Jan 29 00:59:03 2004  Matthias Clasen  <maclas@gmx.de>
4029
4030         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_rows_reordered):
4031         Don't leak path if we bail out early.  (#132505, Christian Persch)
4032
4033 Thu Jan 29 00:48:47 2004  Matthias Clasen  <maclas@gmx.de>
4034
4035         * gtk/gtkactiongroup.c (gtk_action_group_add_toggle_actions_full):
4036         * gtk/gtkactiongroup.c (gtk_action_group_add_actions_full): Do
4037         reference counting on the user_data that is shared between
4038         multiple signal handlers, to avoid calling the destroy notify
4039         multiple times.  (#132447, Adam Hooper)
4040
4041 2004-01-28  Hans Breuer  <hans@breuer.org>
4042
4043         * gtk/stock-icons/stock_network_(16|24).png : new GTK_STOCK_NETWORK ...
4044           gtk/gtkstock.[hc] : ... define ...
4045           gtk/gtkiconfactory.c : ... register ...
4046           gtk/stock-icons/Makefile.am gtk/stock-icons/makefile.msc : ... compile ...
4047         * gtk/gtkfilesystemwin32.c : ... and use. Also adapt to recent 
4048         IFace changes.
4049
4050         * gtk/gtk.def : added a bunch of new exported symbols
4051
4052         * tests/testfilechooser.c (no_backup_files_filter) : don't crash
4053         on filter_info->display_name being NULL
4054
4055         * tests/testgtk.c : make testgtk --bench=all work again
4056
4057 Wed Jan 28 21:40:47 2004  Matthias Clasen  <maclas@gmx.de>
4058
4059         * gtk/gtkentrycompletion.c (gtk_entry_completion_action_data_func):
4060         Don't leak string.  (#132482, Christian Persch)
4061
4062 Tue Jan 27 18:45:47 2004  Manish Singh  <yosh@gimp.org>
4063
4064         * m4macros/gtk-2.0.m4: quote AC_DEFUN macro names so automake
4065         1.8 won't whine at us.
4066
4067 2004-01-28  Tor Lillqvist  <tml@iki.fi>
4068
4069         * gdk/win32/gdkevents-win32.c (synthesize_leave_event,
4070         synthesize_enter_event): Don' generate enter or leave events if
4071         the pointer is grabbed with owner_events off, and the grab event
4072         mask doesn't ask for them. (#129242)
4073
4074         (gdk_event_translate): Ditto for focus change events.
4075
4076 2004-01-27  Federico Mena Quintero  <federico@ximian.com>
4077
4078         Fix #132314.
4079
4080         * gtk/gtkfilesystem.h: Removed the #ifdef-ed out, old icon API.
4081
4082         * gtk/gtkfilesystem.c: Likewise.
4083
4084         * gtk/gtkfilesystemunix.c (filename_get_info): Removed the old
4085         icon-type code.
4086         (gtk_file_system_unix_render_icon): Moved the icon-rendering code
4087         from GtkFileInfo to here.
4088         (gtk_file_system_unix_volume_render_icon): Implement.
4089
4090 2004-01-28  Changwoo Ryu  <cwryu@debian.org>
4091
4092         * modules/input/imhangul-defs.h: 
4093         * modules/input/imhangul.c:
4094         * modules/input/Makefile.am: Remove broken hangul input module.
4095         
4096 Tue Jan 27 01:56:46 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
4097
4098         * gtk/gtktoolbar.c: Remove obsolete comment.
4099
4100         * gtk/gtktoolbar.c (DEFAULT_SPACE_SIZE, SPACE_LINE_START, 
4101         SPACE_LINE_END): Make separators wider and taller, so they are
4102         easier to pick up when editing the toolbar.
4103
4104         * gtk/gtktoolbar.c (slide_idle_handler): Add a comment, simplify
4105         a bit, 
4106
4107         * gtk/gtktoolbar.c (rect_within): Formatting fix
4108
4109         * gtk/gtktoolbar.c (gtk_toolbar_set_drop_highlight_item): Make
4110         sliding feel more responsive by only restarting sliding when the
4111         placeholder actually changes its goal allocation.
4112
4113 Tue Jan 27 02:00:37 2004  Matthias Clasen  <maclas@gmx.de>
4114
4115         * gtk/gtktreeitem.c (gtk_tree_item_add_pixmaps): Avoid a 
4116         compiler warning.  (#122725, Kjartan Maraas)
4117         
4118 Tue Jan 27 01:46:54 2004  Matthias Clasen  <maclas@gmx.de>
4119
4120         Make menus work better on Xinerama (#126150):
4121         
4122         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu): Calculate the 
4123         monitor_num on the screen of the menu, not of the attach widget.
4124
4125         * gtk/gtkmenu.c (menu_change_screen): Forget the stored monitor_num. 
4126         (gtk_menu_window_size_request): Remember the monitor_num.
4127
4128 2004-01-26  Federico Mena Quintero  <federico@ximian.com>
4129
4130         Fix #105497; constify uses of GdkColor.
4131
4132         * gdk/gdkgc.c (gdk_gc_set_rgb_fg_color): Constify.
4133         (gdk_gc_set_rgb_bg_color): Constify.
4134         (gdk_gc_set_foreground): Constify.
4135
4136         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_pixmap): Constify.
4137         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new_from_pixmap): Constify.
4138         * gdk/linux-fb/gdkcursor-fb.c (gdk_cursor_new_from_pixmap): Constify.
4139
4140         * gdk/x11/gdkpixmap-x11.c (gdk_pixmap_create_from_data): Constify.
4141         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_create_from_data): Constify.
4142         * gdk/linux-fb/gdkpixmap-fb.c (gdk_pixmap_create_from_data): Constify.
4143
4144         * gdk/x11/gdkwindow-x11.c (gdk_window_set_background): Constify.
4145         * gdk/win32/gdkwindow-win32.c (gdk_window_set_background): Constify.
4146         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_set_background): Constify.
4147
4148         * gdk/gdkpango.c (gdk_draw_layout_line_with_colors): Constify.
4149         (gdk_draw_layout_with_colors): Constify.
4150
4151         * gdk/gdkpixmap.c (gdk_pixmap_colormap_new_from_pixbuf): Constify.
4152         (gdk_pixmap_colormap_create_from_xpm): Constify.
4153         (gdk_pixmap_create_from_xpm): Constify.
4154         (gdk_pixmap_colormap_create_from_xpm_d): Constify.
4155         (gdk_pixmap_create_from_xpm_d): Constify.
4156
4157         * gtk/gtkcellview.c (gtk_cell_view_set_background_color): Constify.
4158
4159         * gtk/gtkclist.c (gtk_clist_set_foreground): Constify.
4160         (gtk_clist_set_background): Constify.
4161
4162         * gtk/gtkcolorbutton.c (gtk_color_button_new_with_color): Constify.
4163         (gtk_color_button_set_color): Constify.
4164
4165         * gtk/gtkcolorsel.c (gtk_color_selection_set_current_color):
4166         Constify and add a check for color != NULL.
4167         (gtk_color_selection_get_current_color): Add a check for color != NULL.
4168         (gtk_color_selection_set_previous_color): Constify and add a check
4169         for color != NULL.
4170         (gtk_color_selection_get_previous_color): Add a check for color != NULL.
4171
4172         * gtk/gtkctree.c (gtk_ctree_node_set_foreground): Constify.
4173         (gtk_ctree_node_set_background): Constify.
4174
4175         * gtk/gtktext.c (gtk_text_insert): Constify.
4176         (insert_text_property): Constify.
4177         (text_properties_equal): Constify.
4178         (new_text_property): Constify.
4179
4180         * gtk/gtkwidget.c (gtk_widget_modify_color_component): Constify.
4181         (gtk_widget_modify_fg): Constify.
4182         (gtk_widget_modify_bg): Constify.
4183         (gtk_widget_modify_text): Constify.
4184         (gtk_widget_modify_base): Constify.
4185
4186 2004-01-26  Christian Rose  <menthos@menthos.com>
4187
4188         * configure.in: Added "mi" to ALL_LINGUAS.
4189
4190 2004-01-25  Tor Lillqvist  <tml@iki.fi>
4191
4192         * gdk/win32/gdkproperty-win32.c (gdk_property_delete): If the
4193         WM_TRANSIENT_FOR property is being deleted, set the owner of the
4194         window to the root window (i.e., effectively unset it). (#132411)
4195
4196         * gdk/win32/gdkprivate-win32.h
4197         * gdk/win32/gdkglobals-win32.c
4198         * gdk/win32/gdkmain-win32.c: Declare, define and initialize
4199         _wm_transient_for, a GdkAtom for WM_TRANSIENT_FOR.
4200
4201         * acconfig.h: Remove HAVE_WINSOCK_H, not used any longer.
4202
4203 Sun Jan 25 15:14:46 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
4204
4205         * gtk/gtktoolbar.c (gtk_toolbar_size_allocate): Base the decision
4206         to map/unmap items on whether they are actually allocated outside
4207         the toolbar, not on whether that will eventually happen. Improves
4208         animation in the presence of overflown items.
4209
4210         * gtk/gtktoolbar.c (gtk_toolbar_begin_sliding): Add a
4211         queue_resize() to so that the items will get their new goal
4212         values and the idle handler will not immediately return FALSE.
4213
4214         * gtk/gtktoolbar.c (slide_idle_handler): simplify the logic and
4215         make sure that a placeholder becoming invisible doesn't cause a
4216         return TRUE.
4217
4218         * gtk/gtktoolbar.c (get_item_size): Don't special case
4219         placeholders here.
4220
4221 Sat Jan 24 23:17:27 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
4222
4223         * gtk/gtktoolbutton.c (gtk_tool_button_construct_contents): Only
4224         try to pack icon if there actually is one.
4225
4226         * gtk/gtktoolbar.c (gtk_toolbar_size_allocate): Make sure
4227         OVERFLOWN items get an allocation even when they are
4228         unmapped. This ensures they will slide in properly.
4229
4230         * gtk/gtktoolbar.c (slide_idle_handler): Make sure we return TRUE
4231         when there are overflown items that need to slide in. Also add
4232         comments and make formatting more readable.
4233
4234 Sat Jan 24 17:38:48 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
4235
4236         * gtk/gtkradiotoolbutton.c (gtk_radio_tool_button_class_init):
4237         Add a write-only property ::group to be consistent with
4238         GtkRadioAction and GtkRadioButton. (#132159, Patch from Olivier
4239         Andrieu)
4240
4241 Fri Jan 23 23:46:12 2004  Matthias Clasen  <maclas@gmx.de>
4242
4243         * gtk/gtkfontbutton.c (gtk_font_button_label_use_font): Don't leak the 
4244         font description.  (#132168)
4245
4246 2004-01-23  Federico Mena Quintero  <federico@ximian.com>
4247
4248         Fix #132247.
4249
4250         * gtk/gtkfilechooserdefault.c (set_select_multiple): Handle folder
4251         mode.
4252         (set_select_multiple): Optionally notify about changes to the
4253         select-multiple property.
4254         (list_selection_changed): Change the condition for the editable row to
4255         test for save mode; this is more clear than testing for not being
4256         in multiple selection mode.
4257         (gtk_file_chooser_default_get_paths): Get impl->action directly
4258         rather than calling gtk_file_chooser_get_action().
4259         (entry_activate): Likewise.
4260         (set_select_multiple): Annotate about #133255.
4261         (update_chooser_entry): Likewise.
4262         (check_preview_change): Likewise.
4263         (tree_selection_changed): Likewise.
4264
4265 Fri Jan 23 14:56:18 2004  Jonathan Blandford  <jrb@gnome.org>
4266
4267         * gtk/gtktreeview.c (gtk_tree_view_get_path_at_pos): Don't crash
4268         when there are no columns, or all columns are hidden, #131402
4269
4270 Fri Jan 23 16:58:28 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
4271
4272         * gtk/gtkmenu.c (DEFAULT_POPUP_DELAY): Changing to 200 was a
4273         mistake. Change back to 225.
4274
4275 Thu Jan 22 18:46:05 2004  Owen Taylor  <otaylor@redhat.com>
4276
4277         * === Released 2.3.2 ===
4278
4279 Thu Jan 22 18:45:26 2004  Owen Taylor  <otaylor@redhat.com>
4280
4281         * gtk/gtkicontheme.c: Patch from Christian Neumair
4282         to make warning string more translator friendly.
4283
4284         * gtk/gtktreemodelfilter.h gtkseparatortoolitem.[ch]
4285         gtk/gtktoolbar.c: Parameter name fixes to keep gtk-doc
4286         happy.
4287
4288         * configure.in: Require GLib-2.3.2, version 2.3.2,
4289         interface age 0, binary age 302.
4290
4291         * NEWS: Organized, added some names.
4292
4293 Thu Jan 22 16:59:36 2004  Jonathan Blandford  <jrb@gnome.org>
4294
4295         * gtk/gtkliststore.c (gtk_list_store_reorder): Doc fix.
4296
4297 2004-01-22  Federico Mena Quintero  <federico@ximian.com>
4298
4299         * gtk/gtkwidget.c (gtk_widget_class_init): Added documentation for
4300         GtkWidget::popup_menu.
4301
4302 Thu Jan 22 21:45:24 2004  Matthias Clasen  <maclas@gmx.de>
4303
4304         * gtk/gtkmenu.c (gtk_menu_remove): Remove the attach 
4305         info after calling gtk_menu_do_remove(), since that function
4306         uses the attach info. Doh!
4307
4308         * gtk/gtkmenu.c (gtk_menu_do_remove): Don't check priv->columns 
4309         for being 1 directly after setting it to 0.
4310
4311 Thu Jan 22 21:38:52 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
4312
4313         * NEWS: Updates
4314
4315 2004-01-22  Alexander Larsson  <alexl@redhat.com>
4316
4317         * gdk/x11/gdkwindow-x11.c (WINDOW_IS_TOPLEVEL):
4318         Fix typo
4319
4320 2004-01-21  Federico Mena Quintero  <federico@ximian.com>
4321
4322         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_finalize):
4323         Free the path fields.
4324
4325         * gtk/gtkfilesystemmodel.c (gtk_file_system_model_finalize): Free
4326         the root_path, reported by <scott@asofyet.org>
4327         (gtk_file_system_model_finalize): Unref the file system.
4328
4329         * gtk/gtkfilefilter.c (filter_rule_free): default:
4330         g_assert_not_reached().
4331         (gtk_file_filter_finalize): Free the filter->name, reported by
4332         <scott@asofyet.org>
4333         (gtk_file_filter_finalize): Free the rules list.
4334
4335 Wed Jan 21 18:10:40 2004  Jonathan Blandford  <jrb@gnome.org>
4336
4337         * gtk/gtkcolorbutton.c (gtk_color_button_set_color):redraw the
4338         color button when an alpha is set.
4339         (gtk_color_button_set_alpha): redraw the color button when an
4340         alpha is set.
4341
4342 Wed Jan 21 23:27:14 2004  Matthias Clasen  <maclas@gmx.de>
4343
4344         Fix #131869: 
4345         
4346         * gtk/gtkaction.c (_gtk_action_emit_activate): Hold
4347         a reference to the group while emitting the signals.
4348
4349         * gtk/gtkactiongroup.c (gtk_action_group_init): Use a 
4350         destroy notify which does not only unref, but also resets
4351         the action_group property of the action.
4352
4353 2004-01-20  Federico Mena Quintero  <federico@ximian.com>
4354
4355         * NEWS: Added details about GtkFileChooser changes.
4356
4357 2004-01-20  Federico Mena Quintero  <federico@ximian.com>
4358
4359         Fix #99425, add accessor functions for GtkPaned's children.
4360
4361         * gtk/gtkpaned.c (gtk_paned_get_child1): New function.
4362         (gtk_paned_get_child2): New function.
4363
4364 Tue Jan 20 23:49:52 2004  Matthias Clasen  <maclas@gmx.de>
4365
4366         * NEWS: Start of 2.3.2 section.
4367
4368 Tue Jan 20 22:11:31 2004  Matthias Clasen  <maclas@gmx.de>
4369
4370         Fixes for #130370, based on a patch by Michael Meeks:
4371         
4372         * gtk/gtkmenu.c (gtk_menu_do_remove): New auxiliary function to
4373         adjust cell positions and recalculate row and column counts after
4374         removing an item.
4375
4376         * gtk/gtkmenu.c (gtk_menu_remove): Call gtk_menu_do_remove.
4377
4378         * gtk/gtkmenu.c (gtk_menu_do_insert): Don't leave empty rows when
4379         appending items.
4380
4381         * gtk/gtkmenu.c (gtk_menu_attach): Don't call gtk_menu_shell_append,
4382         to avoid an unintended recursion.
4383
4384 2004-01-19  Federico Mena Quintero  <federico@ximian.com>
4385
4386         Fix #131418.
4387
4388         * gtk/gtkfilechooserdefault.c (set_select_multiple): New helper
4389         function.
4390         (gtk_file_chooser_default_set_property): Use
4391         set_select_multiple().  Also, re-set this mode to single if the
4392         file chooser is set to Save mode.
4393         (entry_activate): Handle the case where the entry is completely
4394         empty *and* its current folder does exist.  Also, there is need to
4395         test for select_multiple here now that we ensure that it won't
4396         happen during Save mode.
4397
4398 Sun Jan 18 15:25:39 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
4399
4400         * gtk/gtktoolbar.[ch]: Add _gtk_toolbar_paint_space_line(),
4401         _gtk_toolbar_get_default_space_size ();
4402
4403         * gtk/gtkseparatortoolitem.c (gtk_separator_tool_item_expose,
4404         get_space_size): Use them here.
4405
4406 Sun Jan 18 13:16:34 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
4407
4408         * tests/testgtk.c (create_toolbar): Set a small size request and
4409         make the window resizable, to test mapping/unmapping of buttons.
4410
4411         * gtk/gtktoolbar.c (gtk_toolbar_remove_content,
4412         gtk_toolbar_insert_tool_item): remove these functions.
4413
4414         * gtk/gtktoolbar.c (gtk_toolbar_show_all,
4415         toolbar_content_show_all, gtk_toolbar_hide_all,
4416         toolbar_content_hide_all): New functions. 
4417
4418         Ignore show_all/hide_all for buttons created in compatibility mode.
4419
4420         * gtk/gtktoolbar.c (internal_insert_element, gtk_toolbar_show_all,
4421         gtk_toolbar_hide_all): Make sure buttons are ignored by
4422         gtk_toolbar_show_all() and gtk_toolbar_hide_all().
4423         
4424         * gtk/gtktoolbar.c: s/regular_widget/compatibility/g
4425
4426         * gtk/gtktoolbar.c (struct _ToolbarContent): Allocate
4427         GtkToolbarChild inline. Get rid of GtkToolbarChildSpace.
4428
4429         * gtk/gtktoolbar.c (toolbar_content_expose): Fix bug where widget
4430         could become NULL.
4431
4432         * gtk/gtktoolbar.c (gtk_toolbar_add): Append new tool items
4433         instead of prepending them.
4434
4435         * gtk/gtktoolbar.c (gtk_toolbar_size_allocate): Use the same
4436         'elapsed' for all items.
4437
4438         * gtk/gtktoolbar.c (struct _GtkToolbarPrivate): Turn booleans
4439         into bitfields.
4440
4441         * gtk/gtktoolbar.c: Many formatting fixes
4442         
4443 Sun Jan 18 01:51:12 2004  Matthias Clasen  <maclas@gmx.de>
4444
4445         * configure.in: Add the necessary magic to create
4446         po-properties/Makefile.
4447
4448 Sat Jan 17 23:05:52 2004  Matthias Clasen  <maclas@gmx.de>
4449
4450         The second part of the fix for #114351 (see also 
4451         gdk-pixbuf/ChangeLog and po/ChangeLog):
4452
4453         * Makefile.am (SUBDIRS): Add po-properties.
4454
4455         * configure.in (AC_CONFIG_FILES): Add po-properties/Makefile.in 
4456
4457         * gdk/gdkintl.h (P_): 
4458         * gtk/gtkintl.h (P_): Use translation domain gtk20-properties. 
4459
4460         * gtk/gtkmain.c (gtk_parse_args): Call bindtextdomain and
4461         bind_textdomain_codeset for gtk20-properties as well.
4462
4463 Sat Jan 17 22:00:07 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
4464
4465         * gtk/gtktoolbar.c: 
4466
4467         Fix rest of #128678: Implement all the toolbar_content()
4468         methods for the old API case.
4469
4470 Sat Jan 17 16:53:08 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
4471
4472         * gtk/gtktoolbar.c: 
4473
4474         Phase 1 of fixing #128678: Only access ToolbarContent through a
4475         set of new functions:
4476
4477         toolbar_content_expose, toolbar_content_visible,
4478         toolbar_content_size_request, toolbar_content_is_homogeneous,
4479         toolbar_content_get_child_requisition,
4480         toolbar_content_is_placeholder, toolbar_content_disappearing,
4481         toolbar_content_get_state, toolbar_content_child_visible,
4482         toolbar_content_get_goal_allocation,
4483         toolbar_content_get_allocation,
4484         toolbar_content_set_start_allocation,
4485         toolbar_content_get_start_allocation, toolbar_content_get_expand,
4486         toolbar_content_set_goal_allocation,
4487         toolbar_content_set_child_visible, toolbar_content_size_allocate,
4488         toolbar_content_set_state, toolbar_content_get_widget,
4489         toolbar_content_set_disappearing,
4490         toolbar_content_set_size_request,
4491         toolbar_content_toolbar_reconfigured,
4492         toolbar_content_retrieve_menu_item, 
4493         toolbar_content_new_tool_item, toolbar_content_destroy,
4494         toolbar_content_is_separator
4495
4496         Also fix #127092.
4497         
4498 Sat Jan 17 12:55:13 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
4499
4500         * gtk/gtktoolitem.c (gtk_tool_item_finalize): don't leak the menu
4501         item ID.
4502
4503 Sat Jan 17 12:37:46 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
4504
4505         * gtk/gtktoolbar.c (gtk_toolbar_finalize): Don't leak the
4506         overflow menu.
4507         
4508         * gtk/gtktoolbar.h (struct _GtkToolbar): Make some fields public. 
4509         [#127726]
4510
4511 2004-01-16  Federico Mena Quintero  <federico@ximian.com>
4512
4513         * gtk/gtkfilesystemmodel.c (struct _GtkFileSystemModel): Added a
4514         has_editable field.
4515         (_gtk_file_system_model_add_editable): New function.
4516         (_gtk_file_system_model_remove_editable): New function.
4517         (gtk_file_system_model_get_value): Return appropriate values for
4518         the temporary editable row.
4519         (_gtk_file_system_model_get_info): Handle the editable row.
4520         (_gtk_file_system_model_get_path): Likewise.
4521
4522         * gtk/gtkfilechooserdefault.c (shortcuts_append_bookmarks):
4523         Removed an unused variable.
4524         (toolbar_button_new): Optionally show the button.
4525         (up_button_clicked_cb): Renamed from up_button_cb(), fixed prototype.
4526         (toolbar_create): Add a "New Folder" button for Save mode.
4527         (error_building_filename_dialog): New helper function.
4528         (gtk_file_chooser_default_get_paths): Use error_building_filename_dialog().
4529         (create_file_list): Connect to the "edited" signal of the text
4530         cell renderer.  Store the name column and text renderer in the
4531         impl structure.
4532         (renderer_edited_cb): New callback.
4533         (gtk_file_chooser_default_set_property): Show/hide the "New
4534         folder" button when the save action changes.
4535         (COMPARE_DIRECTORIES): Allow the info values to be NULL.
4536         (COMPARE_DIRECTORIES): Duh, use the list_model, not the
4537         tree_model.
4538         (get_list_file_info): Likewise!
4539         (list_icon_data_func): Handle the path being NULL.
4540         (new_folder_button_clicked): New callback.
4541         (list_name_data_func): If we are on the editable row, set the text
4542         to "Type name of new folder".
4543         (list_selection_changed): Handle the editable row.
4544         (list_mtime_data_func): Likewise.
4545
4546         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_make_path): Return
4547         NULL, not FALSE.
4548         (gtk_file_system_unix_create_folder): Test the result of mkdir() correctly.
4549
4550 Fri Jan 16 23:59:01 2004  Matthias Clasen  <maclas@gmx.de>
4551
4552         The first part of the fix for #114351 (see also 
4553         gdk-pixbuf/ChangeLog and po/ChangeLog):
4554         
4555         * gtk/gtkintl.h: 
4556         * gdk/gdkintl.h: Define P_() for property blurbs and nicks.
4557
4558         * gdk/gdkdisplaymanager.c:
4559         * modules/input/gtkimcontextxim.c:
4560         * gtk/*.c:  Mark property blurbs and nicks with P_().
4561         
4562 2004-01-16  Federico Mena Quintero  <federico@ximian.com>
4563
4564         Fix #130969.
4565
4566         * gtk/gtkcellrenderer.h (struct _GtkCellRendererClass): Added an
4567         editing_canceled signal.
4568
4569         * gtk/gtkcellrenderer.c (gtk_cell_renderer_class_init): Create the
4570         "editing-canceled" signal.
4571         (gtk_cell_renderer_editing_canceled): New function.
4572
4573         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_editing_done):
4574         Call gtk_cell_renderer_editing_canceled().
4575
4576 2004-01-16  Federico Mena Quintero  <federico@ximian.com>
4577
4578         * gtk/gtkfilechooserdefault.c
4579         (gtk_file_chooser_default_set_property): Do not allow setting
4580         select_multiple when in Save mode.
4581         (set_list_model): No need to nullify the list_model and
4582         sort_model.
4583         (gtk_file_chooser_default_get_paths): Handle folder mode as well.
4584         (get_paths_foreach): Likewise.
4585
4586         * gtk/gtkfilechooser.c (gtk_file_chooser_get_filename): Clarify
4587         documentation about folder mode.
4588         (gtk_file_chooser_get_uri): Likewise.
4589
4590 2004-01-16  Federico Mena Quintero  <federico@ximian.com>
4591
4592         * gtk/gtkfilesystem.h (struct _GtkFileSystemIface): New
4593         get_volume_for_path() method.
4594         (struct _GtkFileSystemIface): Finally removed the list_roots() and
4595         get_root_info() methods, and the "roots-changed" signal.
4596
4597         * gtk/gtkfilesystem.c (gtk_file_system_get_volume_for_path): New
4598         function.
4599         (gtk_file_system_list_roots): Removed.
4600         (gtk_file_system_get_root_info): Removed.
4601
4602         * gtk/gtkfilesystemunix.c
4603         (gtk_file_system_unix_get_volume_for_path): Implement.
4604         (get_root_volume): New helper function.
4605         (gtk_file_system_unix_list_volumes): Use get_root_volume().
4606         (gtk_file_system_unix_list_roots): Removed.
4607         (gtk_file_system_unix_get_root_info): Removed.
4608
4609         * gtk/gtkfilesystemmodel.c (_gtk_file_system_model_new): Don't
4610         accept a NULL root_path.
4611         (struct _GtkFileSystemModel): Add a field to remember the
4612         root_path.
4613         (_gtk_file_system_model_new): Store the root_path in the model
4614         structure.
4615         (find_and_ref_path): Stop going up the hierarchy at the root_path
4616         of the model.  Also, don't return prematurely when walking up the
4617         hierarchy.
4618
4619         * gtk/gtkfilechooserdefault.c (create_file_list): Sigh, restore
4620         the rules_hint.
4621         (struct _GtkFileChooserDefault): Added a current_volume_path field.
4622         (set_tree_model): New function; create the folder tree model here.
4623         (create_folder_tree): Don't create the model here.
4624         (set_list_model): Set the show_hidden flag on the list model.
4625
4626 Fri Jan 16 00:04:43 2004  Matthias Clasen  <maclas@gmx.de>
4627
4628         * gtk/gtknotebook.h:
4629         * gtk/gtknotebook.c (gtk_notebook_append_page): 
4630         * gtk/gtknotebook.c (gtk_notebook_append_page_menu): 
4631         * gtk/gtknotebook.c (gtk_notebook_prepend_page): 
4632         * gtk/gtknotebook.c (gtk_notebook_prepend_page_menu): 
4633         * gtk/gtknotebook.c (gtk_notebook_insert_page): 
4634         * gtk/gtknotebook.c (gtk_notebook_insert_page_menu): Return the
4635         index of the newly inserted page.  (#130986, Olexiy Avramchenko) 
4636
4637 Thu Jan 15 23:17:14 2004  Matthias Clasen  <maclas@gmx.de>
4638
4639         * gtk/gtkuimanager.c (gtk_ui_manager_get_toplevels): Inserting
4640         a 'newly-allocated' to hint that the list should be freed after
4641         use.
4642
4643 Wed Jan 14 18:01:52 2004  Jonathan Blandford  <jrb@gnome.org>
4644
4645         * gtk/gtktreeview.c (gtk_tree_view_button_press): move grab_focus
4646         to after handling the button presses in the TreeView to avoid
4647         getting multiple selection_changes()
4648
4649 Wed Jan 14 21:16:20 2004  Matthias Clasen  <maclas@gmx.de>
4650
4651         * gtk/gtkimcontext.c: Documentation fix.  (#131335, Theppitak 
4652         Karoonboonyanan)
4653
4654 Wed Jan 14 21:00:49 2004  Matthias Clasen  <maclas@gmx.de>
4655
4656         * gtk/gtkactiongroup.c (gtk_action_group_add_action_with_accel): 
4657         Don't leak name and stock_id.  (#131358, Morten Welinder)
4658
4659 Wed Jan 14 13:07:30 GMT 2004  Tony Gale <gale@gtk.org>
4660
4661         * docs/faq/gtk-faq.sgml: Updates to Section 5
4662
4663 Wed Jan 14 02:34:57 2004  Matthias Clasen  <maclas@gmx.de>
4664
4665         * gtk/gtkradioaction.c: Add a writable group property to align
4666         with the GtkRadioButton API.  (#129166, Olivier Andrieu) 
4667
4668 Tue Jan 13 14:48:27 GMT 2004  Tony Gale <gale@gtk.org>
4669
4670         * docs/faq/gtk-faq.sgml: Update info on using autoconf
4671
4672 Mon Jan 12 23:40:34 2004  Matthias Clasen  <maclas@gmx.de>
4673
4674         * tests/testmerge.c: Adjust to the new connect_proxy signals.
4675
4676         * gtk/gtkuimanager.c
4677         * gtk/gtkactiongroup.c
4678         * gtk/gtkaction.c: Move the connect_proxy and disconnect_proxy signals
4679         from GtkAction to GtkActionGroup and proxy it on GtkUIManager. This
4680         removes the confusion between the disconnect_/connect_proxy signals 
4681         and the (unrelated) virtual functions of the same name and aligns
4682         the setup with the pre_/post_activate signals.
4683
4684 2004-01-12  Jody Goldberg <jody@gnome.org>
4685
4686         * gtk/gtkaction.c (connect_proxy) : only connect activate for menus
4687           with no submenus otherwise it looks like we activate every time a
4688           submenu opens.
4689
4690 2004-01-12  Jody Goldberg <jody@gnome.org>
4691
4692         * gtk/gtkuimanager.c: Remove accidentially committed debug spew.
4693
4694 Sun Jan 11 01:55:07 2004  Matthias Clasen  <maclas@gmx.de>
4695
4696         * gtk/gtkaccelmap.c: Remove accidentally committed notification stuff. 
4697         (gtk_accel_map_lock_path): 
4698         (gtk_accel_map_unlock_path): Path locking can now be nested, a missing
4699         entry is silently created during lock_path(), and treated as an error 
4700         during unlock_path(). These changes have been requested by Tim Janik.
4701
4702 2004-01-10  Jody Goldberg <jody@gnome.org>
4703
4704         * gtk/gtkuimanager.c (d) : Add a debug macro to quiet the spew.
4705         s/merge_signals/ui_manager_signals/ for readability.
4706         (gtk_ui_manager_class_init) : add pre_activate and post_activate
4707           signals.
4708         (cb_proxy_pre_activate) : new.
4709         (cb_proxy_post_activate) : new.
4710         (gtk_ui_manager_insert_action_group) : connect the proxies for
4711           GtkActionGroup::pre/post_activate
4712         (gtk_ui_manager_remove_action_group) : disconnect them.
4713
4714         * gtk/gtkactiongroup.c (gtk_action_group_class_init) : add
4715           'sensitive', and 'visible' properties.  Also add pre_activate and
4716           post_activate signals to help deal with activations at a higher
4717           level (eg GtkUIManager)
4718         (gtk_action_group_init) : init sensitive and visible
4719         (gtk_action_group_set_property) : add sensitive and visible
4720         (gtk_action_group_get_property) : add sensitive and visible
4721         (gtk_action_group_get_sensitive) : new.
4722         (gtk_action_group_get_visible) : new.
4723         (cb_set_action_sensitivity) : new with minor optimization that only
4724           signals sensitivity changes if the action could possibly change.
4725         (cb_set_action_visiblility) : ditto.
4726         (gtk_action_group_set_sensitive) : new.  walk the actions directly
4727           rather than using notify::sensitive because that is simpler, easier
4728           to read, and more efficient.
4729         (gtk_action_group_set_visible) : ditto.
4730         (gtk_action_group_add_action) : Each action can only be in 1 group,
4731           set GtkAction::action_group.
4732         (gtk_action_group_remove_action) : clear it.
4733         (gtk_action_group_add_toggle_actions_full) : warning suppression.
4734         (gtk_action_group_add_radio_actions_full) : warning suppression.
4735         (_gtk_action_group_emit_pre_activate) : new protected routine for use
4736           by GtkAction.
4737         (_gtk_action_group_emit_post_activate) : ditto.
4738
4739         * gtk/gtkaction.c (gtk_action_class_init) : add 'action_group' property.
4740         (gtk_action_init) : initialize it.
4741         (gtk_action_get_property) : get.
4742         (gtk_action_set_property) : set it via
4743         (gtk_action_set_action_group) : new function.
4744         (gtk_action_sync_sensitivity) : new routine to sync proxy sensitivity
4745           with the logical sensitivity (action & group) rather than the simple
4746           action::sensitivity.
4747         (gtk_action_sync_visible) : use gtk_action_is_visible to handle
4748           logical visibility (action & group) rather than the simple
4749           action::visible.  Use widget show/hide directly.
4750         (connect_proxy) : handle the custom sensitivity handler.
4751           Make the TOOL_BUTTON signals more general and support TOOL_ITEM
4752           directly, with special cases for TOOL_BUTTON.  Still not especially
4753           good it might be useful to handle label/use_underline by parmspec
4754           lookup.  Those are likely to be implemented by custom types, and are
4755           assumed to exist in GtkToolItem.
4756         (disconnect_proxy) : disconnect the new sensitivity handler.
4757         (_gtk_action_emit_activate) : add pre/post signals.
4758         (gtk_action_activate) : use logical sensitivity.
4759         (gtk_action_is_sensitive) : logical sensitivity.
4760         (gtk_action_get_sensitive) : actual sensitivity.
4761         (closure_accel_activate) : use logical sensitivity.
4762
4763 Fri Jan  9 22:23:45 2004  Matthias Clasen  <maclas@gmx.de>
4764
4765         * gtk/gtkuimanager.c: Introduce a new parser state for 
4766         accelerator elements to avoid misparsing files containing 
4767         such elements.  (#131035, Morten Welinder)
4768
4769 Fri Jan  9 11:58:47 2004  Manish Singh  <yosh@gimp.org>
4770
4771         * gdk-pixbuf/gdk-pixbuf-io.c: #include <unistd.h> for unlink()
4772
4773 Fri Jan  9 15:28:21 GMT 2004  Tony Gale <gale@gtk.org>
4774
4775         * docs/faq/gtk-faq.sgml: update GtkEntry filter code example
4776
4777 Fri Jan  9 00:34:57 2004  Matthias Clasen  <maclas@gmx.de>
4778
4779         * gtk/gtkuimanager.h:
4780         * gtk/gtkuimanager.c (gtk_ui_manager_get_toplevels): New function to
4781         obtain a list of toplevel widgets constructed by the ui manager.
4782
4783         * gtk/gtkuimanager.h (GtkUIManagerItemType): Change to flags, so that 
4784         the values can be combined for gtk_ui_manager_get_toplevels().
4785
4786         * tests/testmerge.c: Add a "Dump toplevels" button to test 
4787         gtk_ui_manager_get_toplevels().
4788
4789 Wed Jan  7 23:20:06 2004  Matthias Clasen  <maclas@gmx.de>
4790
4791         * demos/gtk-demo/Makefile.am (demos): Add entry_completion.c
4792         
4793         * demos/gtk-demo/entry_completion.c: New demo for GtkEntryCompletion 
4794         by Anders Carlsson  (#130464).
4795
4796 Wed Jan  7 23:07:28 2004  Matthias Clasen  <maclas@gmx.de>
4797
4798         * gtk/gtkmain.h: 
4799         * gtk/gtkmain.c (gtk_events_pending): Change the return value from 
4800         gint to gboolean.  (#130718, reported by Johannes Weißl)
4801
4802 Wed Jan  7 23:03:32 2004  Matthias Clasen  <maclas@gmx.de>
4803
4804         * gtk/gtkactiongroup.h: 
4805         * gtk/gtkactiongroup.c (gtk_action_group_add_action_with_accel): 
4806         Remove the redundant name and stock_id parameters, adjust all callers.
4807
4808 Wed Jan  7 22:20:20 2004  Matthias Clasen  <maclas@gmx.de>
4809
4810         * gtk/gtkaction.h: 
4811         * gtk/gtkaction.c (gtk_action_new):  
4812         * gtk/gtktoggleaction.h: 
4813         * gtk/gtktoggleaction.c (gtk_toggle_action_new): 
4814         * gtk/gtkradioaction.h: 
4815         * gtk/gtkradioaction.c (gtk_radio_action_new): Add creation 
4816         functions for actions.
4817
4818         * gtk/gtkactiongroup.c (gtk_action_group_add_actions_full): 
4819         (gtk_action_group_add_toggle_actions_full): 
4820         (gtk_action_group_add_radio_actions_full): and use the
4821         new functions here.  (#125322, Patch by Jeff Frank)
4822
4823 Wed Jan  7 21:42:49 2004  Matthias Clasen  <maclas@gmx.de>
4824
4825         * gtk/gtkaccelmap.c (gtk_accel_map_lock_path): Fix grammar of 
4826         docs.
4827
4828 2004-01-07  Jan Arne Petersen  <jpetersen@uni-bonn.de>
4829
4830         * gtk/gtkfilechooserdefault.c: (shortcuts_insert_path),
4831         (shortcuts_append_home), (shortcuts_append_desktop),
4832         (shortcuts_append_paths), (shortcuts_add_volumes),
4833         (shortcuts_append_bookmarks), (create_shortcuts_model),
4834         (gtk_file_chooser_default_add_shortcut_folder): add REMOVABLE column
4835         to the shortcuts_model.
4836
4837         (remove_bookmark_button_clicked_cb),
4838         (bookmarks_check_remove_sensitivity): use REMOVABLE column to check if
4839         bookmarks can be removed. Fixes #129873
4840
4841 Wed Jan  7 02:50:55 2004  Matthias Clasen  <maclas@gmx.de>
4842
4843         * demos/testpixbuf-save.c: Make s, S, Control-S, p, P, Control-P,
4844         i, I, Control-I test gdk_pixbuf_save(), gdk_pixbuf_save_to_buffer()
4845         and gdk_pixbuf_save_to_callback() with jpeg, png and ico formats, 
4846         respectively. Tests #82203.
4847
4848 2004-01-06  Federico Mena Quintero  <federico@ximian.com>
4849
4850         * gtk/gtkfilesel.c (gtk_file_selection_create_dir_confirmed): Use
4851         0777 as the mode for mkdir() and let the umask do the right
4852         thing.  Fixes #121819.
4853
4854         * gtk/gtkfilesystemunix.c (filename_is_root): g_path_skip_root()
4855         can return NULL; handle this.  Fixes #129565.
4856
4857 2004-01-06  Alexander Winston  <alexander.winston@comcast.net>
4858
4859         * gtk/gtkfilesel.c: (gtk_file_selection_delete_file): Removed space
4860         that proceeded the end-of-sentence punctuation. Fixes: #130353.
4861
4862 2004-01-06  Jody Goldberg <jody@gnome.org>
4863
4864         * gtk/gtktoolitem.c (gtk_tool_item_set_property) : Call 
4865           gtk_tool_item_set_visible_vertical for PROP_VISIBLE_VERTICAL.
4866
4867 2004-01-05  Federico Mena Quintero  <federico@ximian.com>
4868
4869         * gtk/gtkfilechooserdefault.c (shortcuts_append_bookmarks): Oops,
4870         call shortcuts_add_bookmarks() here.
4871         (remove_bookmark_button_clicked_cb): Ahem, fetch the selected
4872         iter.
4873         (shortcuts_append_paths): Don't display error dialogs here.
4874         (create_file_list): Remove the @#$% rules hint.
4875
4876 2004-01-05  Federico Mena Quintero  <federico@ximian.com>
4877
4878         * gtk/gtkfilechooserdefault.c (toolbar_button_new): New helper
4879         function.
4880         (toolbar_create): Do not use a toolbar widget, just an hbox
4881         instead.  Add the bookmarks buttons and the current folder label
4882         here.
4883         (create_filename_entry_and_filter_combo): Create the filter combo
4884         here.
4885         (filter_create): Don't show the filter combo initially.
4886         (up_button_cb): Renamed from toolbar_up_cb().
4887         (create_shortcuts_buttons): Removed.
4888
4889 2004-01-05  Murray Cumming  <murrayc@usa.net>
4890
4891         * gdk/gdkimage.h: Added <public> documentation to the struct, as
4892         suggested by Owen Taylor.
4893
4894 2004-01-05  Jody Goldberg <jody@gnome.org>
4895
4896         * gtk/gtkiconfactory.c (get_default_icons) : add stock indent, unindent
4897           I would have prefered outdent, but compatibility seems more
4898           important.
4899         * gtk/gtkstock.c (builtin_items) : ditto.
4900         * gtk/gtkstock.h : ditto.
4901         * gtk/stock-icons/Makefile.am : ditto.
4902         * gtk/stock-icons/stock_text_indent_16.png :
4903         * gtk/stock-icons/stock_text_indent_24.png :
4904         * gtk/stock-icons/stock_text_unindent_16.png :
4905         * gtk/stock-icons/stock_text_unindent_24.png : from gnome-icon-theme
4906
4907 Sun Jan  4 15:29:04 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
4908
4909         * gtk/gtkradiotoolbutton.[ch]
4910         (gtk_radio_tool_button_new_with_stock_from_widget): Change API so
4911         group is a GtkRadioButton, not a GtkWidget.
4912
4913 2004-01-04  Hans Breuer  <hans@breuer.org>
4914
4915         * gdk/win32/gdkwindow-win32.c : use SWP_NOACTIVATE in 
4916         gdk_window_set_keep_(above|below) to make DND work again.
4917         Thanks to Alif Wahid for noticing.
4918
4919         * gdk/gdk.def : update externals
4920
4921         * gtk/gtkfilesystemwin32.c : adapt to GtkFileSystemIFace changes
4922
4923         * gtk/gtk-stock.[hc] gtk/gtkiconfactory.c 
4924           gtk/stock-icons/Makefile.am gtk/stock-icons/makefile.msc :
4925           gtk/stock-icons/stock_harddisk_16.png 
4926           gtk/stock-icons/stock_harddisk_24.png 
4927         Harddisk stock icons for file system implementations. Beside
4928         FLOPPY and CDROM there is now HARDDISK, probably some 
4929         GTK_STOCK_NETWORK would be useful, but I could not find one.
4930
4931 Sat Jan  3 11:39:42 2004  Manish Singh  <yosh@gimp.org>
4932
4933         * gtk/gtkclipboard.c: Update freedesktop.org clipboard doc link.
4934         Patch from Andrew Moise (#130462).
4935
4936 2004-01-01  Jody Goldberg <jody@gnome.org>
4937
4938         * gtk/gtkaction.c (_GtkActionPrivate) : add visible_horizontal,
4939           visible_vertical.
4940         (gtk_action_class_init) : here.
4941         (gtk_action_init) : here.
4942         (gtk_action_set_property) : here.
4943         (gtk_action_get_property) : here.
4944         (connect_proxy) : and here.
4945
4946 2003-12-30  Jody Goldberg <jody@gnome.org>
4947
4948         * gtk/gtkactiongroup.c (gtk_action_group_add_action_with_accel) :  new
4949           utility routine for use in derived GtkActions with the replicated code
4950           from.
4951         (gtk_action_group_add_actions_full) : here.
4952         (gtk_action_group_add_toggle_actions_full) : here.
4953         (gtk_action_group_add_radio_actions_full) : and here.
4954
4955 2004-01-01  Taneem Ahmed  <taneem@bengalinux.org>
4956
4957         * configure.in: Added "bn" to ALL_LINGUAS.
4958
4959 2004-01-01  Taneem Ahmed  <taneem@bengalinux.org>
4960
4961         * bn.po: Added Bangla translation by 
4962         of Ankur group <gnome-translation@bengalinux.org>.
4963
4964 Fri Jan  2 02:50:11 2004  Matthias Clasen  <maclas@gmx.de>
4965
4966         * gtk/gtkcalendar.c (gtk_calendar_compute_days): 
4967         * gtk/gtkcalendar.c (gtk_calendar_paint_day_names): 
4968         * gtk/gtkcalendar.c (gtk_calendar_init): Changes to support 
4969         week_start values other than 0 and 1, e.g. 6 will let weeks start
4970         on Saturday.  (#130349, Roozbeh Pournader) 
4971
4972 2003-12-31 13:49 Daniel Rogers <dsrogers@phasevelocity.org>
4973
4974         * gdk/x11/gdkinput-x11.c: (gdk_input_translate_coordinates)
4975         
4976         Fix to allow reasonable pointer behavior in window mode when an
4977         extended input device reports an incorrect resolution of 0.  Fixes
4978         bug #123546
4979         
4980 2003-12-31  Christian Neumair  <chris@gnome-de.org>
4981
4982         * gdk-pixbuf/gdk-pixdata.c: (gdk_pixbuf_from_pixdata):
4983         * gtk/gtkfilechooserdefault.c: (list_size_data_func): Use ngettext for
4984         plurals (#123847).
4985
4986 Wed Dec 31 02:05:39 2003  Matthias Clasen  <maclas@gmx.de>
4987
4988         * gtk/gtkactiongroup.c (gtk_action_group_add_actions_full): 
4989         (gtk_action_group_add_toggle_actions_full):
4990         (gtk_action_group_add_radio_actions_full): Pull accelerator key
4991         from the stock item if stock_id is given, but accelerator 
4992         not.  (Noticed by Jeff Franks and Jody Goldberg)
4993
4994         * tests/testmerge.c: Remove the accelerator from the "Open" entry
4995         to test the above change.
4996         
4997 2003-12-29  Federico Mena Quintero  <federico@ximian.com>
4998
4999         Make show_all() work for the extra and preview widgets; reported
5000         by Paolo Maggi.
5001
5002         * gtk/gtkfilechooserdefault.c (set_preview_widget): show_all() the
5003         preview widget.
5004         (set_extra_widget): show_all() the extra widget.
5005
5006 Mon Dec 29 12:22:22 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
5007
5008         * gtk/gtkuimanager.c (do_updates): 
5009         * gtk/gtktoolbar.c (slide_idle_handler): 
5010         * gtk/gtkdnd.c (gtk_drag_update_idle): 
5011
5012         Add GDK_THREADS_ENTER()/GDK_THREADS_LEAVE() pairs around idle
5013         functions. (#130157, patch from Olexiy Avramchenko).
5014         
5015 2003-12-29  Anders Carlsson  <andersca@gnome.org>
5016
5017         * gtk/gtkradiotoolbutton.c:
5018         * gtk/gtkradiotoolbutton.h:
5019         * gtk/gtkseparatortoolitem.c:
5020         * gtk/gtkseparatortoolitem.h:
5021         * gtk/gtktoggletoolbutton.c:
5022         * gtk/gtktoggletoolbutton.h:
5023         * gtk/gtktoolbar.c:
5024         * gtk/gtktoolbar.h:
5025         * gtk/gtktoolbutton.c:
5026         * gtk/gtktoolbutton.h:
5027         * gtk/gtktoolitem.c:
5028         * gtk/gtktoolitem.h:
5029         Update my e-mail address.
5030         
5031 Mon Dec 29 01:36:22 2003  Matthias Clasen  <maclas@gmx.de>
5032
5033         * gtk/gtkaccelmap.[hc]: (gtk_accel_map_lock_path, 
5034         gtk_accel_map_unlock_path): Add a way to lock individual accelerator
5035         paths.  (#73207, reported by Havoc Pennington)
5036
5037 Sat Dec 27 23:17:56 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
5038
5039         * gtk/gtktoolbar.c (slide_idle_handler): use CHILD_VISIBLE
5040         instead of VISIBLE to determine whether we should stop
5041         sliding. (#130018, reported by Christian Persch).
5042
5043 Fri Dec 26 23:24:35 2003  Matthias Clasen  <maclas@gmx.de>
5044
5045         * gtk/gtkactiongroup.c (gtk_action_group_add_radio_actions_full): 
5046         Don't use first_action without initializing it if n_entries is 0.
5047
5048 Thu Dec 25 00:26:34 2003  Matthias Clasen  <maclas@gmx.de>
5049
5050         * gdk/x11/gdkcursor-x11.c (gdk_display_get_default_cursor_size):
5051         Add the missing _get_ to the name of the non-Xcursor version of
5052         this function.  (noticed by Torsten Schoenfeld)
5053
5054 Tue Dec 23 22:34:50 2003  Manish Singh  <yosh@gimp.org>
5055
5056         * gtk/gtkicontheme.h: fix GTK_TYPE_ICON_INFO macro, reported by
5057         muppet.
5058
5059 2003-12-24  Jody Goldberg <jody@gnome.org>
5060
5061         * gtk/gtkactiongroup.h : Add some const to the char * in
5062           GtkActionEntry*.  We're reccomending people pass static strings to
5063           them, and not freeing them.  This stems to flood of warnings that
5064           result.
5065         * gtk/gtkactiongroup.c (gtk_action_group_add_actions_full) : change
5066           temp vars to const to match above.
5067         (gtk_action_group_add_toggle_actions_full) : ditto.
5068         (gtk_action_group_add_radio_actions_full) : ditto.
5069
5070 Wed Dec 24 01:12:53 2003  Matthias Clasen  <maclas@gmx.de>
5071
5072         * gtk/gtkclipboard.[hc]: Add GtkClipboardTargetReceivedFunc,
5073         gtk_clipboard_request_targets() and 
5074         gtk_clipboard_wait_for_targets().  (#101774, Dom Lachowicz)
5075
5076 Mon Dec 22 00:40:39 2003  Matthias Clasen  <maclas@gmx.de>
5077
5078         * gtk/gtkcalendar.c (gtk_calendar_paint_arrow): Use 
5079         gtk_paint_arrow instead of draw_arrow_left/draw_arrow_right.
5080         * gtk/gtkcalendar.c (draw_arrow_left):
5081         (draw_arrow_right): Removed. 
5082         * gtk/gtkcalendar.c (gtk_calendar_realize_arrows): 
5083         * gtk/gtkcalendar.c (gtk_calendar_state_changed): Set the
5084         arrow_state to GTK_STATE_INSENSITIVE if the calendar is 
5085         insensitive.  (#97376)
5086
5087 Sun Dec 21 23:17:01 2003  Matthias Clasen  <maclas@gmx.de>
5088
5089         * gtk/gtkuimanager.c (update_node): 
5090         (update_smart_separators): 
5091         (_gtk_menu_is_empty): 
5092         (find_menu_position): 
5093         * gtk/gtktreeview.c (gtk_tree_view_search_dialog_destroy): 
5094         * gtk/gtkcombobox.c (gtk_combo_box_relayout_item): 
5095         (gtk_combo_box_relayout): Fix memory leaks caused by the
5096         failure to free the result of gtk_container_get_children().
5097
5098 Sun Dec 21 17:34:22 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
5099
5100         * gdk/x11/gdkwindow-x11.c (gdk_window_reparent): Set the right
5101         properties when the window becomes a toplevel. When a window that
5102         was previously a toplevel becomes a toplevel again, restore its
5103         window type. Also make sure the focus window is removed from the
5104         XID hash when it is destroyed. (#117579, reported by Morten
5105         Welinder, patch reviewed by Owen Taylor).
5106
5107 Sun Dec 21 01:54:40 2003  Matthias Clasen  <maclas@gmx.de>
5108
5109         * gtk/gtkmenushell.h: 
5110         * gtk/gtkmenushell.c (gtk_menu_shell_cancel): New function 
5111         to emit the "cancel" signal on a menu shell.
5112
5113         * gtk/gtkmenu.c (gtk_menu_key_press): 
5114         * gtk/gtkoptionmenu.c (gtk_option_menu_remove_menu): 
5115         * gtk/gtkmenubar.c (_gtk_menu_bar_cycle_focus): Use the 
5116         new function instead of directly emitting the 
5117         signal.  (#81803, Owen Taylor)
5118
5119 Sun Dec 21 00:39:50 2003  Matthias Clasen  <maclas@gmx.de>
5120
5121         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init): 
5122         Fix the "language_set" blurb.  
5123         
5124 Sat Dec 20 22:06:03 2003  Kristian Rietveld  <kris@gtk.org>
5125
5126         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): do not invalidate
5127         all of treeview when resizing (#110074, patch from Soeren Sandmann).
5128
5129 Fri Dec 19 23:36:00 2003  Kristian Rietveld  <kris@gtk.org>
5130
5131         Fixes #108458.
5132
5133         * gtk/gtkcelllayout.[ch]: added a reorder method.
5134
5135         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_layout_init),
5136         (gtk_tree_view_column_cell_layout_reorder): implement reorder.
5137
5138         * gtk/gtkcellview.c (gtk_cell_view_cell_layout_init),
5139         (gtk_cell_view_cell_layout_reorder): ditto.
5140
5141         * gtk/gtkcombobox.c (gtk_combo_box_cell_layout_init),
5142         (gtk_combo_box_cell_layout_reorder): ditto.
5143
5144         * gtk/gtkentrycompletion.c (gtk_entry_completion_cell_layout_init),
5145         (gtk_entry_completion_reorder): ditto.
5146
5147 Fri Dec 19 22:18:19 2003  Kristian Rietveld  <kris@gtk.org>
5148
5149         * gtk/gtktreeview.c (gtk_tree_view_search_equal_func): use strstr
5150         instead of strcmp (#117127, suggestion from Soeren Sandmann).
5151
5152 Fri Dec 19 21:52:46 2003  Kristian Rietveld  <kris@gtk.org>
5153
5154         * gtk/gtkmenu.c (gtk_menu_do_insert): move item insertion logic
5155         here from gtk_menu_real_insert(),
5156         (gtk_menu_real_insert): just call gtk_menu_do_insert(),
5157         (gtk_menu_reorder_child): run _do_insert after inserting the child
5158         (unbreaks _reorder_child, reported by Tim Janik).
5159
5160 2003-12-19  Federico Mena Quintero  <federico@ximian.com>
5161
5162         * gtk/gtkfilechooserdefault.c (list_mtime_data_func): Use
5163         g_date_strftime() for UTF-8 correctness; use Julian dates to
5164         simplify the function.
5165
5166 Fri Dec 19 01:47:34 2003  Matthias Clasen  <maclas@gmx.de>
5167
5168         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_size_request): 
5169         Test extra_width, not extra_height, when determining whether to
5170         set extra_width.  (#129647, Jan Arne Petersen)
5171
5172 Fri Dec 19 01:35:34 2003  Matthias Clasen  <maclas@gmx.de>
5173
5174         Fix the behaviour of insensitive actions, which was broken
5175         when gtk_action_activate() was changed to pay attention to 
5176         sensitivity  (#129557, Christian Persch)
5177         
5178         * gtk/gtkaction.h: 
5179         * gtk/gtkaction.c (_gtk_action_emit_activate): New auxiliary
5180         function to emit an activate signal without regard to sensitivity.
5181
5182         * gtk/gtkradioaction.c: 
5183         * gtk/gtktoggleaction.c: Always use _gtk_action_emit_activate()
5184         instead of gtk_action_activate().
5185
5186 2003-12-18  Jody Goldberg <jody@gnome.org>
5187
5188         * gtk/gtkicontheme.c (gtk_icon_theme_lookup_icon)) : Add a sanity test
5189           to ensure that the base hicolor theme is installed.  Silently
5190           failing to produce icons that apps assume exist in the theme seems
5191           like a bad idea.
5192
5193 Thu Dec 18 19:13:12 2003  Kristian Rietveld  <kris@gtk.org>
5194
5195         Fixes #110249, reworked patch from Joshua N Pritikin.
5196
5197         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_get_type),
5198         (gtk_tree_model_sort_tree_drag_source_init),
5199         (gtk_tree_model_sort_row_draggable),
5200         (gtk_tree_model_sort_drag_data_get),
5201         (gtk_tree_model_sort_drag_data_delete): implement GtkTreeDragSource.
5202
5203         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_get_type),
5204         (gtk_tree_model_filter_tree_drag_source_init),
5205         (gtk_tree_model_filter_row_draggable),
5206         (gtk_tree_model_filter_drag_data_get),
5207         (gtk_tree_model_filter_drag_data_delete): ditto.
5208
5209 Thu Dec 18 18:01:01 2003  Kristian Rietveld  <kris@gtk.org>
5210
5211         * gtk/gtktreeview.c (gtk_tree_view_class_init): add key bindings
5212         for "*" and "/" (expand/collapse all). (#110195, reported by
5213         Calum Benson).
5214
5215 Thu Dec 18 17:52:56 2003  Kristian Rietveld  <kris@gtk.org>
5216
5217         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_set_property):
5218         clear the extra_attrs list if we set "text" after "markup".
5219         (Fixes #121933, Federico Mena Quintero).
5220
5221 2003-12-18  Alexander Larsson  <alexl@redhat.com>
5222
5223         * gtk/gtkicontheme.c (gtk_icon_info_get_embedded_rect):
5224         Fix typo that used the wrong x/y values for the x1, y1 point
5225         (#129605)
5226
5227 Thu Dec 18 01:41:50 2003  Kristian Rietveld  <kris@gtk.org>
5228
5229         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init),
5230         (gtk_cell_renderer_text_finalize),
5231         (gtk_cell_renderer_text_get_property),
5232         (gtk_cell_renderer_text_set_property), (get_layout): added language
5233         and language_set properties like GtkTextTag has. (#103800, reported
5234         by Owen Taylor).
5235
5236 Thu Dec 18 01:37:59 2003  Matthias Clasen  <maclas@gmx.de>
5237
5238         * gtk/gtkwidget.c (gtk_widget_activate): Correct misleading docs.
5239         * gtk/gtkbutton.c (gtk_button_class_init): Add docs for the 
5240         "activate" signal.  (#129358, Ka-Hing Cheung)
5241
5242 Thu Dec 18 01:21:59 2003  Kristian Rietveld  <kris@gtk.org>
5243
5244         * gtk/gtktreeview.c (gtk_tree_view_class_init): Jonathan got
5245         the logical flag backwards in the expand_collapse_cursor_row
5246         bindings, fixing.
5247         (gtk_tree_view_real_expand_collapse_cursor_row): invert expand
5248         flag when !logical and in RTL. (Fixes #107527, reported by
5249         Noah Levitt).
5250
5251 Thu Dec 18 01:10:16 2003  Kristian Rietveld  <kris@gtk.org>
5252
5253         * gtk/gtktreeview.c (gtk_tree_view_button_press): only start
5254         editing when activated by the left mouse button. (#106869,
5255         patch from Evan Martin).
5256
5257 Thu Dec 18 00:57:18 2003  Kristian Rietveld  <kris@gtk.org>
5258
5259         Migrating all cell renderers to use the new instance private data
5260         construction.
5261
5262         * gtk/gtktreeprivate.h: remove GtkCellRendererInfo, as it is no
5263         longer being used.
5264
5265         * gtk/gtkcellrenderer.c (gtk_cell_renderer_init),
5266         (gtk_cell_renderer_class_init), (gtk_cell_renderer_get_property),
5267         (set_cell_bg_color), (gtk_cell_renderer_render): remove old
5268         GtkCellRendererInfo handling, migrate to instance private data.
5269
5270         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_editing_done),
5271         (gtk_cell_renderer_text_start_editing): moved focus_out_id
5272         from GtkCellRendererInfo to text renderer private data.
5273
5274         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_init),
5275         (gtk_cell_renderer_pixbuf_class_init),
5276         (gtk_cell_renderer_pixbuf_finalize),
5277         (gtk_cell_renderer_pixbuf_get_property),
5278         (gtk_cell_renderer_pixbuf_set_property),
5279         (gtk_cell_renderer_pixbuf_create_stock_pixbuf),
5280         (gtk_cell_renderer_pixbuf_get_size), (gtk_cell_renderer_pixbuf_render):
5281         migrate to instance private data.
5282
5283         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_class_init),
5284         (gtk_cell_renderer_toggle_get_property),
5285         (gtk_cell_renderer_toggle_set_property),
5286         (gtk_cell_renderer_toggle_render): migrate to instance private data.
5287
5288 Thu Dec 18 00:24:32 2003  Kristian Rietveld  <kris@gtk.org>
5289
5290         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init),
5291         (gtk_cell_renderer_text_get_property),
5292         (gtk_cell_renderer_text_set_property), (get_layout): add a
5293         single-paragraph-mode property, use private instance data.
5294         (Fixes #114943, reported by Morten Welinder).
5295
5296 Thu Dec 18 00:07:01 2003  Kristian Rietveld  <kris@gtk.org>
5297
5298         * gtk/gtktreemodel.h (gtk_tree_path_new_root),
5299         (gtk_tree_model_get_iter_root): now deprecated (#106953, reported
5300         by Matthias Clasen).
5301
5302 Wed Dec 17 23:50:56 2003  Kristian Rietveld  <kris@gtk.org>
5303
5304         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_set_property):
5305         if we set a new stock_id and there was a previous stock_id, unref
5306         the pixbuf (since it was used to renderer the previous stock_id
5307         and stock_id might have been set to NULL now). (Fixes #122966).
5308
5309 2003-12-17  Marco Pesenti Gritti  <marco@gnome.org>
5310
5311         * gtk/gtktreemodelsort.c: (gtk_tree_model_sort_get_iter):
5312
5313         Check that index is not bigger than level array length
5314         also when depth is 1. Now get_iter_first correctly return
5315         FALSE when the model is empty (#129411).
5316
5317 Wed Dec 17 23:31:19 2003  Kristian Rietveld  <kris@gtk.org>
5318
5319         * gtk/gtktreeview.c (gtk_tree_view_search_equal_func): only
5320         try to strcmp or strlen if we managed to normalize and casefold
5321         the string correctly. Fixes crashes with non-UTF8 strings.
5322         (#121617, Patch from Tim-Philipp Müller).
5323
5324 Wed Dec 17 23:20:23 2003  Matthias Clasen  <maclas@gmx.de>
5325
5326         * gtk/gtkexpander.c (gtk_expander_animation_timeout): Add missing
5327         GDK_THREADS_ENTER()/GDK_THREADS_LEAVE().
5328         * gtk/gtkcalendar.c, gtk/gtkclist.c, gtk/gtkexpander.c, 
5329         gtk/gtklist.c, gtk/gtknotebook.c, gtk/gtkselection.c, 
5330         gtk/gtkspinbutton.c: Cast second argument to g_timeout_add() to
5331         GSourceFunc instead of GtkFunction.  (#129525, Olexiy Avramchenko) 
5332
5333 Wed Dec 17 23:16:45 2003  Kristian Rietveld  <kris@gtk.org>
5334
5335         * gtk/gtktreeview.c (gtk_tree_view_button_press): fix compile warning.
5336         (#122727, patch from Kjartan Maraas).
5337
5338 Wed Dec 17 21:23:01 2003  Kristian Rietveld  <kris@gtk.org>
5339
5340         Yay! Fixed height mode! Hooray! (Part 2 of #80868).
5341
5342         * gtk/gtktreeview.c (gtk_tree_view_class_init),
5343         (gtk_tree_view_init), (gtk_tree_view_set_property),
5344         (gtk_tree_view_get_property), (gtk_tree_view_set_model): add a
5345         fixed_height_mode property,
5346         (intialize_fixed_height_mode), (do_validate_rows),
5347         (column_sizing_notify), (gtk_tree_view_set_fixed_height_mode),
5348         (gtk_tree_view_style_set), (gtk_tree_view_row_changed),
5349         (gtk_tree_view_row_inserted), (gtk_tree_view_remove_column),
5350         (gtk_tree_view_insert_column): implement fixed height mode,
5351         (gtk_tree_view_append_column), (gtk_tree_view_insert_column),
5352         (gtk_tree_view_insert_column_with_attributes),
5353         (gtk_tree_view_insert_column_with_data_func): update docs.
5354
5355         * gtk/gtktreeprivate.h: add two fields to GtkTreePrivate.
5356
5357 2003-12-07  Murray Cumming  <murrayc@usa.net>
5358  
5359         * gtk/gtktreemodel.c:
5360         (row_inserted_marshal, row_deleted_marshal, rows_reorderered_marshal)
5361         Actually call the default signal handlers instead of calling the
5362         marshallers themselves in an endless loop. These default signal handler
5363         callbacks are not actually set so this is only noticed by gtkmm at
5364         the moment. Bug 123923.
5365
5366 2003-12-16  Federico Mena Quintero  <federico@ximian.com>
5367
5368         * gtk/gtkfilesystem.h (struct _GtkFileSystemIface): Added a
5369         "volumes-changed" signal.  Added the following methods:
5370                 list_volumes
5371                 volume_free
5372                 volume_get_base_path
5373                 volume_get_is_mounted
5374                 volume_mount
5375                 volume_get_display_name
5376                 volume_render_icon
5377
5378         * gtk/gtkfilesystem.c (gtk_file_system_base_init): Create the
5379         "volumes-changed" signal.
5380         (gtk_file_system_list_volumes): New function.
5381         (gtk_file_system_volume_free): New function.
5382         (gtk_file_system_volume_get_base_path): New function.
5383         (gtk_file_system_volume_get_is_mounted): New function.
5384         (gtk_file_system_volume_mount): New function.
5385         (gtk_file_system_volume_get_display_name): New function.
5386         (gtk_file_system_volume_render_icon): New function.
5387
5388         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_volume_free): Implement.
5389         (gtk_file_system_unix_volume_get_base_path): Implement.
5390         (gtk_file_system_unix_volume_get_is_mounted): Implement.
5391         (gtk_file_system_unix_volume_mount): Implement.
5392         (gtk_file_system_unix_volume_get_display_name): Implement.
5393         (gtk_file_system_unix_volume_render_icon): Implement.
5394
5395         * gtk/gtkfilechooserdefault.c (struct _GtkFileChooserDefault):
5396         Added a field for the "volumes-changed" signal connection.
5397         (gtk_file_chooser_default_set_property): Connect to
5398         "volumes-changed" on the file system.
5399         (gtk_file_chooser_default_finalize): Disconnect from
5400         "volumes-changed".
5401
5402         * gtk/gtkfilechooserdefault.c (shortcuts_remove_rows): New helper
5403         function.
5404         (shortcuts_get_index): New helper function.
5405         (shortcuts_insert_path): Can now insert volumes as well as paths.
5406         (shortcuts_append_paths): Don't take is_file_system_root.
5407         (shortcuts_add_volumes): New function.
5408         (shortcuts_append_file_system_roots): Removed.
5409         (create_shortcuts_model): Use shortcuts_add_volumes().
5410         (remove_bookmark_button_clicked_cb): Check that the index is
5411         within range.
5412         (bookmarks_check_add_sensitivity): Take volumes into account.
5413         (shortcuts_get_selected_index): New helper function.
5414         (remove_bookmark_button_clicked_cb): Use
5415         shortcuts_get_selected_index().
5416         (bookmarks_check_remove_sensitivity): Likewise.
5417         (shortcuts_select_func): Likewise.
5418         (shortcuts_row_activated_cb): Handle volumes as well as normal
5419         paths.
5420         (shortcuts_activate_volume): New function.
5421         (struct _GtkFileChooserDefault): Removed the bookmarks_set and
5422         bookmarks_iter fields.
5423         (shortcuts_append_bookmarks): Use shortcuts_remove_rows().
5424         (bookmarks_changed_cb): Use shortcuts_add_bookmarks().
5425         (remove_bookmark_rows): Removed.
5426         (shortcuts_add_bookmarks): New function; moved most of the code
5427         over from shortcuts_append_bookmarks().
5428         (shortcuts_append_bookmarks): Add the separator node here, and
5429         then call shortcuts_add_bookmarks().
5430
5431 Tue Dec 16 15:01:10 2003  Manish Singh  <yosh@gimp.org>
5432
5433         * gtk/gtkfilechooserwidget.c: fix preprocessor conditional confusion.
5434         (G_OS_UNIX/G_OS_WIN32 stuff)
5435
5436 Tue Dec 16 01:46:46 2003  Matthias Clasen  <maclas@gmx.de>
5437
5438         Do not interpret distant clicks as double-clicks  (#116541,
5439         Bernhard Walle):
5440         
5441         * gdk/gdkdisplay.h (struct GdkDisplay): Add new fields
5442         double_click_distance, button_x and button_y.
5443         * gdk/gdkdisplay.c (gdk_display_init): Initialize the new fields.
5444
5445         * gdk/gdkdisplay.h: 
5446         * gdk/gdkevents.c (gdk_display_set_double_click_distance): 
5447         New function to set the double click distance on a display.
5448
5449         * gdk/gdkevents.c: Take double click distance into account
5450         when generating single, double or triple clicks.
5451
5452         * gtk/gtksettings.c: Add new setting "gtk-double-click-distance".
5453
5454         * gdk/x11/gdkevents-x11.c: Add the XSetting 
5455         "Net/DoubleClickDistance" and map it to "gtk-double-click-distance".
5456
5457 2003-12-15  Federico Mena Quintero  <federico@ximian.com>
5458
5459         * gtk/gtkdialog.c: Sigh, revert the change.
5460
5461 2003-12-15  Federico Mena Quintero  <federico@ximian.com>
5462
5463         * gtk/gtkdialog.c (dialog_has_cancel): Removed.
5464         (gtk_dialog_close): Don't call dialog_has_cancel().  At least
5465         allows sane behavior for #101293.
5466
5467 Mon Dec 15 00:56:54 2003  Matthias Clasen  <maclas@gmx.de>
5468
5469         * gtk/gtkbutton.[hc]: Add new properties, xalign and yalign, with
5470         getter and setter gtk_button_[sg]et_alignment(), to set the
5471         alignment of the child.  (#70961, Jody Goldberg)
5472
5473 2003-12-14  Hans Breuer  <hans@breuer.org>
5474
5475         * gtk/gtkprivate.h gtk/gtkmain.c : handle GTK_DATADIR
5476         similar as the other filesystem placement 'constants' (dynamic
5477         resolving on win32)
5478
5479         * gtk/gtkfilechooserwidget.c : handle file system to win32
5480         renaming here as will
5481         * gtk/gtkfilesystemwin32.c : implement render_icon
5482
5483         * gtk/gtk.def gdk/gdk.def : updated externals
5484
5485         * gdk/win32/gdkdisplay-win32.c : make it compile without
5486         <multimon.h> - i.e. even older sdk
5487
5488         * gdk/win32/gdkevents-win32.c : match resize_timer_proc
5489         with TIMERPROC prototype
5490
5491         * gdk/win32/gdkwindow-win32.c : older msvc does not know
5492         BITMAPV5HEADER (from win xp) either
5493
5494         * gtk/gtkimmodule.c : make it compile even if GTK_LOCALEDIR is
5495         not defined
5496
5497         * tests/testfilechooser.c : recent GLib crashes on 
5498         g_print ("%s", NULL) so avoid this
5499
5500 2003-12-14  Tor Lillqvist  <tml@iki.fi>
5501
5502         * gdk/win32/gdkselection-win32.c: Calls to OpenClipboard() must be
5503         followed by calls to CloseClipboard(). Add a missing call to
5504         CloseClipboard(). Found by Adam Wright, fixes #104944. Use
5505         API_CALL macro in more places.
5506
5507 2003-12-14  Tor Lillqvist  <tml@iki.fi>
5508
5509         Merge from stable:
5510
5511         * gdk/gdkdisplaymanager.c: Mark default_display static.
5512
5513         * gdk/win32/gdkdnd-win32.c: Mark current_dest_drag static.
5514
5515         * gdk/win32/gdkkeys-win32.c: Disable some overly verbose debugging
5516         output.
5517
5518         * gdk/win32/gdkevents-win32.c: Clean up the debugging output from
5519         --gdk-debug=events. In general, output just one line of debugging
5520         output for each Windows message, plus one line for each GDK event
5521         generated. Indent all lines according to window procedure nesting
5522         level.
5523
5524         (inner_window_procedure): Rename from real_window_procedure.
5525
5526         (find_real_window_for_grabbed_mouse_event): Don't get misled when
5527         the point is in the non-client (decoration) area of the window
5528         returned by WindowFromPoint(). Return the root window in that
5529         case.
5530
5531         (build_pointer_event_state): Test also MK_XBUTTON1 and
5532         MK_XBUTTON2 (buttons 4 and 5).
5533
5534         (synthesize_enter_event): Track the mouse leaving the window in
5535         the event being generated, not the one mentioned in the Windows
5536         message.
5537
5538         (propagate): Test for NULL parent earlier. Improves event
5539         generation from a grabbed pointer. Part of fix for #107320.
5540
5541         (handle_stuff_while_moving_or_resizing): New function, to
5542         dispatch the main loop (once).
5543
5544         (resize_timer_proc): New function, set to be called by an inerval
5545         timer during resizes/moves. Calls handle_stuff_while_moving_or_resizing().
5546
5547         (gdk_event_translate): Drop unused return_exposes parameter.
5548
5549         Handle WM_XBUTTONDOWN and UP messages (buttons 4 and 5).
5550
5551         On WM_SYSKEYUP, generate a key release event also for just the Alt
5552         key.
5553
5554         On WM_MOUSELEAVE, generate a leave event of type
5555         GDK_NOTIFY_ANCESTOR (and not UNKNOWN) if the mouse left a
5556         top-level window, and left the app completely.
5557
5558         On WM_ENTERSIZEMOVE, set a flag, and start an interval timer that
5559         calls resize_timer_proc() at regular intervals. On
5560         WM_EXITSIZEMOVE, kill the timer.
5561
5562         On WM_WINDOWPOSCHANGED, generate a configure event if necessary,
5563         and dispatch the main loop (by calling
5564         handle_stuff_while_moving_or_resizing()). Fixes #99540, idea by
5565         Herman Bloggs.
5566
5567         * gdk/win32/gdkmain-win32.c (_gdk_win32_message_to_string): Handle
5568         also wintab messages.
5569
5570         * gdk/win32/gdkwindow-win32.c (gdk_window_set_skip_taskbar_hint):
5571         Instead of using WS_EX_TOOLWINDOW, implement by setting/unsetting
5572         the window's owner. Fixes #118093, reported by Maxime Romano.
5573
5574 Tue Dec  8 09:41:00 2003  Tim Evans  <t.evans@aranz.com>
5575
5576         * gdk/win32/gdkwindow-win32.[ch]: Implement
5577         gdk_window_set_icon_list() for Win32, with support for big and
5578         small icons and support for alpha-channel icons under Windows
5579         XP. Replaces the previous implementation of gdk_window_set_icon().
5580         (#128762)
5581         
5582 Sun Dec 14 01:28:23 2003  Matthias Clasen  <maclas@gmx.de>
5583
5584         * gdk/x11/gdkprivate-x11.h: 
5585         * gdk/x11/gdkx.h: 
5586         * gdk/x11/gdkevents-x11.c (gdk_x11_register_standard_event_type): 
5587         Rename from _gdk_x11_register_event_type(), added API docs.
5588         * gdk/x11/gdkinput-x11.c (_gdk_input_common_init): 
5589         * gdk/x11/gdkimage-x11.c (_gdk_windowing_image_init): Adjust
5590         all callers.  (#121471, Bill Haneman)
5591
5592 Sat Dec 13 23:37:50 2003  Matthias Clasen  <maclas@gmx.de>
5593
5594         * gdk/gdkdraw.c (gdk_draw_pixbuf): Document that the clip mask
5595         of gc is ignored.  (#101983, Sebastian Rittau)
5596
5597 Sat Dec 13 16:13:27 2003  Kristian Rietveld  <kris@gtk.org>
5598
5599         A trick for a faster treeview, step 1. Patch to short circuit
5600         _build_tree(), inspired by Jonathan (#80868).
5601
5602         * gtk/gtktreeview.c (gtk_tree_view_init): don't put _IS_LIST in
5603         flags by default,
5604         (gtk_tree_view_build_tree): don't even try to recurse when the
5605         model says that it is a list, remove flag unsetter,
5606         (gtk_tree_view_set_model): change flag setting logic.
5607
5608         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_get_flags):
5609         propagate whether or not the child model has _IS_LIST set.
5610
5611         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_get_flags):
5612         ditto.
5613
5614 Sat Dec 13 02:33:17 2003  Matthias Clasen  <maclas@gmx.de>
5615
5616         * gtk/gtkrange.c (gtk_range_scroll): Undo the last change, 
5617         since it broke logical keynav. 
5618         * gtk/gtkrange.c (range_get_scroll_for_grab): Fix stepper
5619         direction in inverted scrollbars here instead.
5620
5621 Sat Dec 13 00:39:24 2003  Matthias Clasen  <maclas@gmx.de>
5622
5623         * gtk/gtkviewport.c (viewport_set_hadjustment_values): Implement
5624         "gravity" for RTL mode in a better way: Keep the distance from 
5625         the upper end of the page to the upper bound constant. This also 
5626         fixes problems with the initial position of the viewport in RTL 
5627         mode.  (#129063)
5628         
5629 Fri Dec 12 21:00:12 2003  Kristian Rietveld  <kris@gtk.org>
5630
5631         Combo box flipping support.
5632
5633         * gtk/gtkcombobox.c (gtk_combo_box_menu_position),
5634         (gtk_combo_box_size_allocate): support RTL flipping (#126518,
5635         patch from Matthias Clasen),
5636         (gtk_combo_box_popup): fix popup window alignment if there's a
5637         cell view frame visible (#126518, patch from Semion Chichelnitsky).
5638
5639         * gtk/gtkcellview.c (gtk_cell_view_expose): support RTL flipping
5640         (#128348, patch from Semion Chichelnitsky).
5641
5642 Fri Dec 12 01:13:34 2003  Matthias Clasen  <maclas@gmx.de>
5643
5644         * examples/gtkdial/gtkdial.c:
5645         * examples/menu/menu.c:
5646         * examples/scribble-xinput/scribble-xinput.c:
5647         * examples/progressbar/progressbar.c:
5648         * docs/tutorial/gtk-tut.sgml: Remove deprecated functions
5649         in examples. (#129074, Olexiy Avramchenko)
5650         * examples/calendar/Makefile:
5651         * examples/rangewidgets/Makefile:
5652         * examples/menu/Makefile: Allow deprecated functions in
5653         examples which use deprecated widgets.
5654
5655 Fri Dec 12 00:43:16 2003  Matthias Clasen  <maclas@gmx.de>
5656
5657         * gdk/gdk.c (gdk_threads_set_lock_functions): 
5658         * gdk/x11/gdkspawn-x11.c: Add "Since: 2.4" to doc comments.
5659
5660 Fri Dec 12 00:05:31 2003  Matthias Clasen  <maclas@gmx.de>
5661
5662         * gtk/gtkrange.c (gtk_range_scroll): Fix direction of 
5663         steppers in inverted scrollbars.  (#129084, Olexiy Avramchenko)
5664
5665 Thu Dec 11 23:50:30 2003  Matthias Clasen  <maclas@gmx.de>
5666
5667         * gtk/gtknotebook.c (gtk_notebook_pages_allocate): Don't 
5668         unnecessarily reserve space for arrows in RTL mode.  (#129075,
5669         Semion Chichelnitsky)
5670
5671 Thu Dec 11 00:35:12 2003  Matthias Clasen  <maclas@gmx.de>
5672
5673         Changes to allow "no input" windows (#64613):
5674         
5675         * gdk/gdkwindow.h (struct _GdkWindowObject): Add a new boolean
5676         field accept_focus.
5677         
5678         * gdk/gdkwindow.h (gdk_window_set_accept_focus): New function to
5679         set it.
5680
5681         * gtk/gtkwindow.[hc]: Add a boolean property "accept_focus"
5682         and gtk_window_get_focus() and gtk_window_set_focus().
5683
5684         * gdk/win32/gdkwindow-win32.c (gdk_window_new): 
5685         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_new): 
5686         * gdk/x11/gdkwindow-x11.c (gdk_window_set_new):
5687         Initialize the accept_focus field to TRUE.
5688
5689         * gdk/win32/gdkwindow-win32.c (gdk_window_set_accept_focus): 
5690         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_set_accept_focus): 
5691         * gdk/x11/gdkwindow-x11.c (gdk_window_set_accept_focus): 
5692         Implementations for the various backends. The Win32 and linux-fb
5693         implementations set the accept_focus field, but don't use it yet 
5694         to actually implement noinput windows. The X implementation updates
5695         the WM_HINTS to select the globally active input model (see the
5696         ICCCM) if accept_focus is FALSE.
5697
5698         * gdk/x11/gdkevents-x11.c (gdk_wm_protocols_filter): Ignore the
5699         WM_TAKE_FOCUS message if accept_focus is FALSE.
5700         
5701 2003-12-10  Federico Mena Quintero  <federico@ximian.com>
5702
5703         * gtk/gtkfilechooserdefault.c (struct _GtkFileChooserDefault):
5704         Added toolbar items for the filter separator and the filter item.
5705         (toolbar_create): Add the filter widgets here.
5706         (filter_create): Renamed from create_filter().  Don't store the
5707         alignment in the impl structure, just return it.
5708         (toolbar_show_filters): New function.
5709         (gtk_file_chooser_default_add_filter): Use toolbar_show_filters().
5710         (gtk_file_chooser_default_remove_filter): Likewise.
5711         (gtk_file_chooser_default_constructor): Don't create the filter
5712         widget here.
5713         (struct _GtkFileChooserDefault): Added a field for a current
5714         folder label.
5715         (gtk_file_chooser_default_constructor): Create the folder label.
5716         (gtk_file_chooser_default_set_current_folder): Set the current
5717         folder label.
5718
5719         * tests/testfilechooser.c (main): Dramatically improved the
5720         usability of the extra widget through careful word choice.
5721
5722 2003-12-10  Mark McLoughlin  <mark@skynet.ie>
5723
5724         * gdk/gdk.h: include gdkspawn.h.
5725
5726 2003-12-10  Mark McLoughlin  <mark@skynet.ie>
5727
5728         * gdk/linux-fb/gdkspawn-fb.c,
5729           gdk/win32/gdkspawn-win32.c,
5730           gdk/x11/gdkspawn-x11.c: (gdk_spawn_command_line_on_screen):
5731         s/gdk_spawn/gdk_spawn_on_screen/.
5732
5733 2003-12-10  Mark McLoughlin  <mark@skynet.ie>
5734
5735         Utility functions for multi-screen applications which need
5736         to ensure launched applications appear on a certain screen.
5737         See bug #95897.
5738         
5739         * gdk/gdkspawn.h: header for multi-screen launching
5740         support.
5741         
5742         * gdk/Makefile.am: install gdkspawn.h.
5743         
5744         * gdk/x11/Makefile.am:
5745         * gdk/x11/gdkspawn-x11.c:
5746         (gdk_spawn_make_environment_for_screen): private function
5747         to create an environment vector with DISPLAY set appropriately
5748         for the screen.
5749         (gdk_spawn_on_screen): multi-screen version of g_spawn_async().
5750         (gdk_spawn_on_screen_with_pipes): version of g_spawn_async_with_pipes().
5751         (gdk_spawn_command_line_on_screen): version of g_spawn_command_line_async().
5752         
5753         * gdk/linux-fb/Makefile.am,
5754           gdk/linux-fb/gdkspawn-fb.c: linux-fb impl.
5755         
5756         * gdk/win32/Makefile.am,
5757           gdk/win32/gdkspawn-win32.c: win32 impl.
5758
5759 2003-12-09  Federico Mena Quintero  <federico@ximian.com>
5760
5761         * gtk/gtkfilechooserdefault.c (shortcuts_append_home): Use "Home"
5762         rather than "Username's Home" (#125964).
5763         (shortcuts_selection_changed_cb): New callback, check the
5764         sensitivity of the Remove Bookmark button at the right time.
5765         (shortcuts_row_activated_cb): It is not necessary to check the
5766         sensitivity here.
5767
5768 Wed Dec 10 00:06:24 2003  Matthias Clasen  <maclas@gmx.de>
5769
5770         Improve the GDK API for dealing with group leaders (#119375):
5771         
5772         * gdk/gdkwindow.h: 
5773         * gdk/x11/gdkwindow-x11.c (gdk_window_get_group): New function to 
5774         get the group leader of a toplevel window as a GdkWindow.
5775
5776         * gdk/gdkdisplay.h: 
5777         * gdk/x11/gdkdisplay-x11.c (gdk_display_get_default_group): New 
5778         function to get the default group leader as a GdkWindow.
5779
5780         * gdk/x11/gdkdisplay-x11.h (struct _GdkDisplayX11): Add a field for
5781         the GdkWindow of the default group leader.
5782         
5783         * gdk/x11/gdkdisplay-x11.c (gdk_display_open): Construct the GdkWindow
5784         for the default group leader.
5785
5786 2003-12-09  Noah Levitt  <nlevitt@columbia.edu>
5787
5788         * gdk/gdkkeysyms.h:
5789         * gdk/gdkkeyuni.c: Add keysyms Ukrainian_ghe_with_upturn,
5790         Ukrainian_GHE_WITH_UPTURN. (#128529)
5791
5792 2003-12-08  Jan Arne Petersen  <jpetersen@uni-bonn.de>
5793
5794         * gtk/gtkfilechooserdefault.c:
5795         (gtk_file_chooser_default_get_paths), (entry_activate): Use the
5796         behavior of the GtkFileSelection to determine selected paths in
5797         single selected, GTK_FILE_CHOOSER_ACTION_SAVE mode.
5798
5799 2003-12-08  Federico Mena Quintero  <federico@ximian.com>
5800
5801         * gtk/gtkfilechooserdefault.c
5802         (gtk_file_chooser_default_get_paths): Don't declare the closure
5803         struct twice.
5804         (get_paths_foreach): Likewise.
5805
5806 Tue Dec  9 00:12:36 2003  Matthias Clasen  <maclas@gmx.de>
5807
5808         * gtk/gtkfilesystemwin32.[hc]: s/Unix/Win32/g. 
5809
5810 2003-12-08  Tor Lillqvist  <tml@iki.fi>
5811
5812         * gdk/win32/gdkdisplay-win32.c: Use <multimon.h> when compiling
5813         with MSVC and old headers. (#126933, John Ehresman)
5814
5815 Mon Dec  8 10:54:44 2003  Owen Taylor  <otaylor@redhat.com>
5816          
5817         * === Released 2.3.1 ===
5818
5819         * NEWS: Updates for 2.3.1
5820
5821         * configure.in: Version 2.3.1, interface age 0, binary age 301.
5822
5823         * gtk/gtkmenuitem.c (gtk_menu_item_can_activate_accel):
5824         Rename from gtk_menu_item_real_can_activate_accel() to
5825         match GTK+ convention, improve comment.
5826
5827         * gtk/gtkwidget.c: Document gtk_widget_can_activate_accel(),
5828         can ::can-activate-accel signal.
5829
5830         * gtk/gtkwidget.c (closure_accel_activate): Fix spelling
5831         in comment.
5832
5833         * gtk/gtkmenu.c (gtk_menu_real_can_activate_accel): Clean 
5834         up comment.
5835         
5836         * gtk/gtkcellview{,menuitem}.[ch]: Move GET_PRIVATE() macros
5837         into the .c file.
5838
5839 Mon Dec  8 12:09:21 2003  Owen Taylor  <otaylor@redhat.com>
5840
5841         * gtk/gtkicontheme.c (find_builtin_icon): Fix a
5842         missing 'else'. (#128816, Jorn Baayen)
5843
5844 2003-12-02  Michael Meeks  <michael@ximian.com>
5845
5846         Based on a patch by Martin Kretzschmar; #122448
5847         
5848         * gdk/gdk.h: new gdk_threads_lock, gdk_threads_unlock, point to
5849         implementation of GDK_THREADS_ENTER / GDK_THREADS_LEAVE.
5850         (GDK_THREADS_ENTER, GDK_THREADS_LEAVE): use gdk_threads_[un]lock
5851         function pointers. Deprecate the global gdk_threads_mutex variable.
5852         
5853         * gdk/gdk.c (gdk_threads_impl_lock, gdk_threads_impl_unlock): new,
5854         extracted from GTK_THREADS_ENTER/LEAVE macros.
5855         (gdk_threads_init): init gtk_threads_[un]lock if not set.
5856         (gdk_threads_set_lock_functions): impl.
5857
5858         * gdk/gdkglobals.c: add definitions of gdk_threads_[un]lock.
5859
5860 Sun Dec  7 23:45:40 2003  Matthias Clasen  <maclas@gmx.de>
5861
5862         * gtk/gtkicontheme.c (gtk_icon_theme_has_icon): Don't crash if
5863         icon_theme_builtin_icons hasn't been initialized.  (#128726, Diego
5864         Gonzalez)
5865
5866 2003-12-07  Tor Lillqvist  <tml@iki.fi>
5867
5868         * gdk/win32/gdkwindow-win32.c (gdk_window_set_icon): Don't use the
5869         return value from SendMessage(WM_SETICON). That is the old
5870         icon. Fixes GDI resource leak. (#128559, Tim Evans)
5871
5872         * gdk/win32/gdkevents-win32.c (gdk_pointer_grab): If we already
5873         have a pointer grab active with a grab cursor set, destroy that
5874         cursor to avoid a GDI resource leak. (#128410, Tim Evans)
5875
5876 2003-12-05  Paisa Seeluangsawat  <paisa@users.sf.net>
5877
5878         * configure.in: Added Thai (th) to ALL_LINGUAS.
5879
5880 Sat Dec  6 01:42:04 2003  Matthias Clasen  <maclas@gmx.de>
5881
5882         * gtk/gtkalignment.c (gtk_alignment_size_allocate): Implement
5883         RTL flipping for GtkAlignment.  (#127585)
5884
5885 Sat Dec  6 01:13:09 2003  Matthias Clasen  <maclas@gmx.de>
5886
5887         * gtk/gtkcombo.c (gtk_combo_get_pos): Fix the position of the 
5888         popup window when in RTL mode.  (#127578)
5889
5890 Fri Dec  5 15:30:16 2003  Manish Singh  <yosh@gimp.org>
5891
5892         * gtk/gtkaccelgroup.c (quick_accel_find): Applied patch from
5893         Ross McFarland <rwmcfa1@neces.com>, initialize *count_p to 0
5894         before doing anything to prevent garbage returns.
5895
5896 Sat Dec  6 00:23:46 2003  Matthias Clasen  <maclas@gmx.de>
5897
5898         * gtk/gtkviewport.c: Implement RTL flipping for 
5899         GtkViewport: Adjust the "gravity" when resizing
5900         This is a bit flickery in RTL mode.  (#107526)
5901
5902 Sat Dec  6 00:22:14 2003  Matthias Clasen  <maclas@gmx.de>
5903
5904         * gtk/gtkscrolledwindow.c: Implement RTL flipping for 
5905         GtkScrolledWindow: the vertical scrollbar shows up on the left
5906         side in RTL mode.  (#107526)
5907
5908 Fri Dec  5 01:58:33 2003  Matthias Clasen  <maclas@gmx.de>
5909
5910         * gtk/gtknotebook.c: Implement RTL flipping for GtkNotebook:
5911         tabs displayed at the top/bottom are rearranged, and tabs on
5912         the left/right are displayed at the opposite edge.  (#96630)
5913
5914 2003-12-04  Mark McLoughlin  <mark@skynet.ie>
5915
5916         * gtk/gtklabel.c: (gtk_label_set_attributes_internal): Allow
5917         gtk_label_set_attributes() take NULL. See bug #128517.
5918
5919 2003-12-03  Federico Mena Quintero  <federico@ximian.com>
5920
5921         * gtk/gtkfilechooserentry.c (struct _GtkFileChooserEntry): Removed
5922         the in_change flag.
5923         (completion_idle_callback): Use a temporary list store and re-set
5924         it on the completion rather than modifying the old one.  We are
5925         re-reading the folder anyway, and this gets rid of non-atomicity
5926         problems.
5927
5928 2003-12-01  Federico Mena Quintero  <federico@ximian.com>
5929
5930         Decouple impl->current_folder from the selection in the folder
5931         tree.  This is so that going to /home/federico/.foo (e.g. from a
5932         bookmark) will work even if show_hidden == FALSE.  The folder tree
5933         needs to be fixed in this case to show such folders explicitly.
5934
5935         * gtk/gtkfilechooserdefault.c
5936         (gtk_file_chooser_default_set_current_folder): When changing
5937         folders, do the entry and list model work here, instead of
5938         tree_selection_changed().
5939         (struct _GtkFileChooserDefault): Added a changing_folder flag
5940         again, dum de dum.
5941         (tree_selection_changed): Use _gtk_file_chooser_set_current_folder_path().
5942
5943 Tue Dec  2 01:01:54 2003  Matthias Clasen  <maclas@gmx.de>
5944
5945         * gtk/gtkiconfactory.h: Remove duplicate declaration of 
5946         gtk_icon_source_set_icon_name().  (#Jeff Franks, #128269)
5947
5948 2003-12-01  Federico Mena Quintero  <federico@ximian.com>
5949
5950         Patch from Hans-Petter Jansson <hpj@ximian.com> to align the
5951         bookmarks buttons with the location entry.
5952
5953         * gtk/gtkfilechooserdefault.c
5954         (gtk_file_chooser_default_constructor): Use a GtkSizeGroup for the
5955         bookmarks buttons and the location entry.
5956
5957 2003-12-01  Federico Mena Quintero  <federico@ximian.com>
5958
5959         * gtk/gtkfilechooserdefault.c (create_shortcuts_tree): Set the
5960         shortcuts tree as a drag destination.
5961         (shortcuts_drag_data_received_cb): New callback.
5962         (get_file_info): Also fetch information on whether the file is a folder.
5963         (add_bookmark_button_clicked_cb): Use error_could_not_add_bookmark_dialog().
5964         (error_could_not_add_bookmark_dialog): New function.
5965         (shortcuts_add_bookmark_from_path): New helper function.
5966         (add_bookmark_button_clicked_cb): Use shortcuts_add_bookmark_from_path().
5967         (shortcuts_row_activated): We no longer need the changing_folder flag.
5968         (struct _GtkFileChooserDefault): Likewise.
5969
5970 Sun Nov 30 17:31:32 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
5971
5972         * gtk/gtktoolbar.c (slide_idle_handler): return TRUE if there are
5973         disappearing placeholders that are still visible.
5974
5975         * gtk/gtktoolbar.c: formatting fixes
5976
5977         * gtk/gtktoolbar.c (struct _ToolbarContent): new bit:
5978         disappearing, for placeholders that are going to disappear.
5979
5980         * gtk/gtktoolbar.c (get_item_size): return 0 for disappearing placeholders
5981
5982 Sat Nov 29 00:55:28 2003  Jonathan Blandford  <jrb@gnome.org>
5983
5984         * gtk/gtktreeview.c (gtk_tree_view_new_column_width): 
5985         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_realize_button):
5986         Patch from <chinen@jp.ibm.com> to handle RTL support for column
5987         resizers, #127874
5988
5989 Fri Nov 28 00:26:24 2003  Matthias Clasen  <maclas@gmx.de>
5990
5991         * gtk/gtkfilesystemmodel.c (gtk_file_system_model_finalize): 
5992         Don't use freed memory.  (#127698, Taavi Talvik) 
5993
5994 Fri Nov 28 00:09:10 2003  Matthias Clasen  <maclas@gmx.de>
5995
5996         * gtk/gtkfilechooserentry.c: Remove debug g_print()s. 
5997
5998 Thu Nov 27 22:17:50 2003  Matthias Clasen  <maclas@gmx.de>
5999
6000         * gtk/gtkuimanager.c: Remove debug define.
6001
6002 Thu Nov 27 16:19:03 2003  Tim Janik  <timj@gtk.org>
6003
6004         * gtk/gtkmenu.c: allow accel activation depending on sensitivity
6005         and the attach widget.
6006
6007         * gtk/gtkmenuitem.c: allow accel activation depending on visibility,
6008         sensitivity and the parent menu.
6009
6010         * gtk/gtkwidget.[hc]: introduced ::can-activate-accel signal which
6011         checks whether accelerators may activate a widget. the default handler
6012         demands the widget be sensitive and visible+viewable.
6013
6014         * gtk/gtkaccelgroup.[hc]: export gtk_accel_group_activate().
6015
6016 Tue Nov 25 00:10:05 2003  Matthias Clasen  <maclas@gmx.de>
6017
6018         * gtk/gtkuimanager.c (update_node): Don't show accelerators in
6019         popup menus.  (#127227)
6020
6021 Mon Nov 24 13:47:39 GMT 2003  Tony Gale <gale@gtk.org>
6022
6023         * docs/faq/gtk-faq.sgml: start 2.x Section 4 updates
6024
6025 Mon Nov 24 04:05:15 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6026
6027         * gtk/gtkradiotoolbutton.[ch]
6028         (gtk_radio_tool_button_new_from_widget): Make this function take a
6029         GtkRadioToolButton instead of a GtkWidget. (#127729, Murray
6030         Cumming)
6031
6032 Mon Nov 24 02:34:00 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6033
6034         * gtk/gtktoolbar.c: remove variables in_dnd and leaving_dnd
6035
6036 Mon Nov 24 02:19:33 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6037
6038         * gtk/gtktoolbar.c: remove variable
6039         n_overflowed_menu_items_when_dnd_started
6040
6041 Mon Nov 24 01:47:10 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6042
6043         Rework sliding algorithm.
6044         - No more weird jumping when items are dragged off and added to
6045         the toolbar,
6046         - More natural item movement
6047
6048         * gtk/gtktoolbar.c (gtk_toolbar_size_allocate): Many changes. This
6049         function is now responsible for calculating intermediate positions
6050         during item sliding. It is also responsible for starting sliding
6051         if items disappear.  Also turn off expanding when there is an
6052         overflow menu.
6053         (gtk_toolbar_begin_sliding, stop_sliding): New functions.
6054         (slide_idle_handler): New function. All the sliding is now done by
6055         gtk_toolbar_size_allocate(), so the idle handler now just checks
6056         if there is more sliding to be done.
6057         (compute_intermediate_allocation, position): new functions
6058         calculating intermediate steps in the slide animations. The new
6059         animation algorithm uses a constant speed instead of a constant
6060         must-be-finished-within time.
6061         (struct _ToolbarContent): use 
6062         GtkAllocation goal_allocation; and 
6063         GtkAllocation start_allocation; instead of 
6064         gint start/goal_width;
6065
6066         * gtk/gtktoolitem.c (gtk_tool_item_set_tooltip): fix typo in
6067         documentation
6068
6069 Sun Nov 23 22:26:25 2003  Matthias Clasen  <maclas@gmx.de>
6070
6071         * gtk/gtktooltips.c (gtk_tooltips_draw_tips): Make tooltip 
6072         positioning Xinerama-aware.  (#127332)
6073
6074 Fri Nov 21 01:57:21 2003  Matthias Clasen  <maclas@gmx.de>
6075
6076         * gdk/x11/gdkscreen-x11.c (init_xinerama_support): Make monitor
6077         boundaries visible in fake Xinerama mode.
6078
6079 Thu Nov 20 15:41:56 2003  Manish Singh  <yosh@gimp.org>
6080
6081         * gtk/gtkmenu.c (gtk_menu_set_tearoff_state): cast to GTK_WIDGET()
6082         for the gtk_widget_hide() call.
6083
6084 Thu Nov 20 14:51:41 2003  Jonathan Blandford  <jrb@redhat.com>
6085
6086         * gtk/gtktreedatalist.c (gtk_tree_data_list_compare_func): Patch
6087         from David Hampton to fix sorting on booleans.
6088
6089 Thu Nov 20 15:48:03 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6090
6091         * gtk/gtksocket.c (gtk_socket_focus): Use gtk_widget_is_focus()
6092         instead of GTK_WIDGET_HAS_FOCUS. (#122327, Owen Taylor. Reported
6093         by Frederic Crozat).
6094
6095 Thu Nov 20 13:10:29 GMT 2003  Tony Gale <gale@gtk.org>
6096
6097         * docs/faq/gtk-faq.sgml: Update Section 3 to 2.x
6098
6099 2003-11-19  Federico Mena Quintero  <federico@ximian.com>
6100
6101         Fixes to problems reported by Iain Holmes:
6102
6103         * gtk/gtkfilechooserdefault.c (shortcuts_append_desktop): Do not
6104         throw up an error dialog if the desktop doesn't exist.
6105         (error_message): Handle the case where there is no real toplevel
6106
6107         yet.
6108         (list_model_filter_func): Always let folders pass through (patch
6109         by Dave Malcolm).
6110
6111 Wed Nov 19 23:19:23 2003  Kristian Rietveld  <kris@gtk.org>
6112
6113         * gtk/gtkcombobox.[ch] (gtk_combo_box_scroll_event): move function
6114         to a somewhat more logical place,
6115         (gtk_combo_box_remove_text): New function (#125262, Owen Taylor).
6116
6117 Wed Nov 19 22:15:01 2003  Kristian Rietveld  <kris@gtk.org>
6118
6119         * gtk/gtkentry.c (gtk_entry_completion_timeout): always resize
6120         the popup when it is visible, popdown when there are less chars
6121         than the minimum key length in the entry,
6122         (gtk_entry_completion_changed): popdown when the entry is empty.
6123
6124         * gtk/gtkentrycompletion.c (gtk_entry_completion_init): set the
6125         size request of the vscrollbar to (-1, 0), to get a nicely sized
6126         completion treeview (Fixes #126573, reported by Piers Cornwell),
6127         (_gtk_entry_completion_resize_popup): show/hide the action_view
6128         based on items.
6129
6130 2003-11-19  Federico Mena Quintero  <federico@ximian.com>
6131
6132         * gtk/gtkfilechooserdialog.c (gtk_file_chooser_dialog_init): Turn
6133         off the dialog's separator (thanks to Iain Holmes).
6134
6135 Wed Nov 19 18:15:00 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6136
6137         * gtk/gtkmenu.c (DEFAULT_POPUP_DELAY): set to 200 instead of 225
6138         * gtk/gtkmenuitem.c (get_minimum_width): Impose a minimum width
6139         on items that have a submenu. (#120104).
6140
6141 Wed Nov 19 18:11:08 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6142
6143         * gtk/gtktoolbar.c (struct _ToolbarContent): Add a new
6144         "ItemState" field indicating the overflowed-ness etc. of the item.
6145         (gtk_toolbar_size_allocate): update the field here.
6146
6147 2003-11-19  Federico Mena Quintero  <federico@ximian.com>
6148
6149         * gtk/gtkfilechooserdefault.c (create_filter): Don't add padding
6150         to the alignment.  Use the HIG-specified spacing between the
6151         filter label and the combo.
6152         (create_filename_entry): Use HIG-specified spacing between the
6153         location label and the entry.
6154         (gtk_file_chooser_default_constructor): Don't use vertical padding
6155         around the filename entry.
6156
6157 2003-11-19  Federico Mena Quintero  <federico@ximian.com>
6158
6159         * gtk/gtkfilesystem.h (struct _GtkFileSystemIface): Added a
6160         render_icon virtual method.
6161
6162         * gtk/gtkfilesystem.c (gtk_file_system_render_icon): New function.
6163
6164         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_render_icon):
6165         Implement as a stub for now.
6166
6167         * gtk/gtkfilechooserdefault.c (shortcuts_insert_path): Use
6168         gtk_file_system_render_icon().
6169         (list_icon_data_func): Likewise.
6170         (toolbar_create): Set the toolbar style to icons only.
6171
6172         * gtk/gtkfilechooser.c (gtk_file_chooser_add_shortcut_folder_uri):
6173         Fix doc comments.
6174
6175 Wed Nov 19 02:18:37 2003  Matthias Clasen  <maclas@gmx.de>
6176
6177         * gtk/gtkmenu.c (gtk_menu_set_tearoff_state): Call 
6178         gtk_widget_hide(menu) when reattaching the menu.  (#126057) 
6179
6180 Wed Nov 19 00:06:04 2003  Kristian Rietveld  <kris@gtk.org>
6181
6182         * gtk/gtkentrycompletion.c (gtk_entry_completion_selection_changed):
6183         only unselect all items if the treeview has focus. (Fixes bug
6184         reported by Marco Pesenti Gritti).
6185
6186 Tue Nov 18 22:26:30 2003  Kristian Rietveld  <kris@gtk.org>
6187
6188         * gtk/gtkentry.c (gtk_entry_completion_key_press): the total
6189         number of actions is "matches + actions - 1". (Fixes #126572).
6190
6191 Tue Nov 18 21:05:05 2003  Christian Persch  <chp@cvs.gnome.org>
6192
6193         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_row_inserted): fix
6194         mem leaks (#119435).
6195
6196 Tue Nov 18 20:51:38 2003  Kristian Rietveld  <kris@gtk.org>
6197
6198         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_row_deleted): don't
6199         try to fetch the child back, since we do know that it is already
6200         gone by now (#126493, Marco Pesenti Gritti).
6201
6202 Tue Nov 18 19:47:59 2003  Kristian Rietveld  <kris@gtk.org>
6203
6204         Fixes based on comments from Owen Taylor, #125264.
6205
6206         * gtk/gtkcellview.[ch] (gtk_cell_view_finalize): remove unused
6207         variable,
6208         (gtk_cell_view_set_value), (gtk_cell_view_set_displayed_model): queue
6209         a resize,
6210         (gtk_cell_view_get_size_of_row): new function,
6211         (gtk_cell_view_set_value), (gtk_cell_view_set_valuesv),
6212         (gtk_cell_view_set_values), (gtk_cell_view_set_model),
6213         (gtk_cell_view_set_displayed_row), (gtk_cell_view_get_displayed_row):
6214         s/cellview/cell_view/ in the function definitions, so they match
6215         with the header file.
6216
6217         * gtk/gtkcombobox.c (gtk_combo_box_remeasure): remove the resize
6218         flag again (:, and use gtk_cell_view_get_size_of_row instead of
6219         the measurer, remove _set_size_request call,
6220         (gtk_combo_box_calc_requested_width): use gtk_cell_view_get_size_of_row
6221         instead of the measurer,
6222         (gtk_combo_box_style_set): queue a resize,
6223         (gtk_combo_box_size_request): update of _remeasure call,
6224         (gtk_combo_box_init), (gtk_combo_box_cell_layout_pack_start),
6225         (gtk_combo_box_cell_layout_pack_end),
6226         (gtk_combo_box_cell_layout_clear),
6227         (gtk_combo_box_set_model): get rid of the measurer,
6228         (gtk_combo_box_cell_layout_add_attribute),
6229         (gtk_combo_box_cell_layout_set_cell_data_func),
6230         (gtk_combo_box_cell_layout_clear_attributes): ditto and queue a
6231         resize instead of calling _remeasure.
6232
6233 Mon Nov 17 16:25:04 2003  Manish Singh <yosh@gimp.org>
6234
6235         * gdk-pixbuf/Makefile.am
6236         * modules/input/Makefile.am: Use install-data-hook for
6237         gdk-pixbuf.loaders and gtk.immodules install generation targets.
6238         Fixes #112806.
6239
6240         * gtk/gtkexpander.h: Apply missing declarations from #124449.
6241
6242 Tue Nov 18 00:12:55 2003  Matthias Clasen  <maclas@gmx.de>
6243
6244         Fix for #119555, Peter Zelezny:
6245         
6246         * gdk/gdkdrawable.h: Declare gdk_drawable_copy_to_image.
6247         * gdk/gdkdraw.c (gdk_drawable_copy_to_image): Make public
6248         by removing the _ prefix. 
6249         * gdk/gdkdraw.c, gdk/gdkpixbuf-drawable.c, gdk/gdkpixmap.c, 
6250         gdk/gdkwindow.c: Adjust all callers.
6251
6252 Mon Nov 17 23:36:02 2003  Matthias Clasen  <maclas@gmx.de>
6253
6254         * gtk/gtkaction.c (gtk_action_activate): Only activate if 
6255         the action is sensitive.  (#127187, Christian Persch)
6256
6257 Mon Nov 17 23:23:49 2003  Matthias Clasen  <maclas@gmx.de>
6258
6259         * gtk/gtkcombobox.c: Add mouse wheel support.  (#126517)
6260
6261 Mon Nov 17 22:56:09 2003  Kristian Rietveld  <kris@gtk.org>
6262
6263         * gtk/gtkentryprivate.h: add _gtk_entry_completion_resize_popup.
6264
6265         * gtk/gtkentry.c (gtk_entry_completion_timeout): popup when not
6266         mapped, else resize_popup.
6267
6268         * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup),
6269         (_gtk_entry_completion_popup): moved all popup resizing code to
6270         _gtk_entry_completion_resize_popup, and show the window when there
6271         are more than zero items in the completion list again (sigh).
6272
6273 2003-11-17  Mark McLoughlin  <mark@skynet.ie>
6274
6275         Patch from Jaiserca <jaiserca@inf.upv.es> to add a
6276         "use_markup" property. See bug #124449.
6277
6278         * gtk/gtkexpander.c:
6279         (gtk_expander_class_init),
6280         (gtk_expander_init), (gtk_expander_set_property),
6281         (gtk_expander_get_property), (gtk_expander_set_label),
6282         (gtk_expander_set_use_markup),  (gtk_expander_get_use_markup):
6283         Add a "use_markup" property and use it when creating the
6284         child label.
6285
6286 Mon Nov 17 12:58:32 2003  Kristian Rietveld  <kris@gtk.org>
6287
6288         Temporary size requisition fix. Will fix it for real tonight.
6289
6290         * gtk/gtkcombobox.c (gtk_combo_box_remeasure): add a resize flag,
6291         (gtk_combo_box_size_request): use gtk_combo_box_remeasure to determine
6292         a good width for the child,
6293         (gtk_combo_box_cell_layout_add_attribute),
6294         (gtk_combo_box_set_cell_data_func),
6295         (gtk_combo_box_cell_layout_clear_attributes): update.
6296
6297 Mon Nov 17 00:11:21 2003  Kristian Rietveld  <kris@gtk.org>
6298
6299         Fixes #124373, Murray Cumming.
6300
6301         * gtk/gtkcombobox.[ch] (gtk_combo_box_class_init): the model property
6302         is no longer construct only,
6303         (gtk_combo_box_unset_model), (gtk_combo_box_set_model_internal),
6304         (gtk_combo_box_menu_fill): new functions,
6305         (gtk_combo_box_menu_setup), (gtk_combo_box_menu_destroy),
6306         (gtk_combo_box_menu_row_*), (gtk_combo_box_list_setup),
6307         (gtk_combo_box_list_destroy): updated,
6308         (gtk_combo_box_new), (gtk_combo_box_new_with_model): new/changed
6309         functions,
6310         (gtk_combo_box_set_model): is now public, updated,
6311         (gtk_combo_box_get_model): small update.
6312
6313         * gtk/gtkcomboboxentry.[ch] (gtk_combo_box_entry_class_init): the
6314         text_column property is no longer construct only,
6315         (gtk_combo_box_entry_set_text_column): now public,
6316         (gtk_combo_box_entry_new), (gtk_combo_box_entry_new_with_model):
6317         new/changed functions.
6318
6319         * tests/testcombo.c: updated.
6320
6321 Sun Nov 16 22:50:58 2003  Matthias Clasen  <maclas@gmx.de>
6322
6323         Reinstate fixes for (#124212, Marco Pesenti Gritti):
6324         
6325         * gtk/gtkuimanager.c (update_smart_separators): Don't spit 
6326         warnings for popups.
6327         (_gtk_menu_is_empty): Return FALSE for non-menus.
6328
6329 Sun Nov 16 21:48:40 2003  Kristian Rietveld  <kris@gtk.org>
6330
6331         * gtk/gtkcellview.c (gtk_cell_view_finalize): just call
6332         gtk_cell_view_cell_layout_clear instead of trying to free the
6333         structure ourselves here. (#125726, Morten Welinder).
6334
6335 Sun Nov 16 00:35:29 2003  Matthias Clasen  <maclas@gmx.de>
6336
6337         * gtk/gtkfilechooser.[hc]: 
6338         * gtk/gtkentrycompletion.h: Fix parameter name mismatches which
6339         confuse gtk-doc.
6340
6341 2003-11-15  Hans Breuer  <hans@breuer.org>
6342
6343         * gdk/makefile.msc gdk/gdk.def 
6344             gtk/gtk.def gtk/makefile.msc.in : updated
6345         * tests/makefile.msc : added all the new tests
6346
6347         * gtk/gtkfilefilter.c(finalize) : initialize filter
6348         from object not from itself
6349
6350         * gtk/gtkfilesystemwin32.[hc] : copied from gtkfilesystemunix.[hc]
6351         modified as less as posible to have aworking implementation
6352         on win32. There maybe the desire to merge the unchanged pats into
6353         a common base class.
6354         Also implemented a simple glib based bookmark handling, which
6355         is currently missing in gtkfilesystemunix.[hc] but can be copied
6356         over there.
6357         * gtk/gtkfilechooserwidget.c : conditional include gtkfilesystemwin32.h
6358
6359         * gdk/win32/gdkwindow-win32.c : implement 
6360         gdk_window_set_keep_above() and gdk_window_set_keep_below()
6361
6362         * tests/testmerge.c : don't include unistd.h unconditionally,
6363         #define STDOUT_FILENO if it isn't defined
6364
6365         * tests/testfilechooser.c : make it compile on win32
6366
6367 2003-11-15  Tor Lillqvist  <tml@iki.fi>
6368
6369         * gdk/win32/gdkwindow-win32.c (gdk_window_focus): If the window is
6370         maximized, use SW_SHOWMAXIMIZED. (#126986, John Ehresman)
6371
6372 Thu Nov 13 12:55:29 GMT 2003  Tony Gale <gale@gtk.org>
6373
6374         * docs/faq/gtk-faq.sgml: Update the rest of Section 2
6375
6376 Thu Nov 13 01:46:32 2003  Matthias Clasen  <maclas@gmx.de>
6377
6378         * gtk/gtkicontheme.c (gtk_icon_theme_init): Use 
6379         GTK_DATADIR/{icons,pixmaps} instead of 
6380         GTK_DATA_PREFIX/{icons,pixmaps}.  (#123365, Marco Pesenti Gritti)
6381
6382 Wed Nov 12 21:40:10 2003  Matthias Clasen  <maclas@gmx.de>
6383
6384         Changes to improve menu positioning on Xinerama (#108328, #126150):
6385         
6386         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu): Use the event 
6387         window of the menuitem to determine the monitor. This fixes some
6388
6389         * gtk/gtkmenu.c (struct _GtkMenuPrivate): Add a menu_num field
6390         to store the monitor on which the menu is to be positioned.
6391
6392         * gtk/gtkmenu.[hc] (gtk_menu_position): Store the monitor number
6393         in the GtkMenuPrivate struct and fetch the monitor geometry after
6394         calling the position_func, in case it has been changed.
6395
6396         * gtk/gtkmenu.c (gtk_menu_set_monitor): New function 
6397         to be used in GtkMenuPositionFunc implementations for setting
6398         the monitor_num field in GtkMenuPrivate.
6399
6400         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu): Call 
6401         gtk_menu_set_monitor.
6402
6403 Wed Nov 12 21:00:10 2003  Matthias Clasen  <maclas@gmx.de>
6404
6405         * gtk/gtkinputdialog.c (gtk_input_dialog_init): Clarify the
6406         label for the empty list. String change.  (#95446, Tomas Ã–gren)
6407
6408 Wed Nov 12 20:57:50 2003  Matthias Clasen  <maclas@gmx.de>
6409
6410         * gtk/gtkicontheme.h (enum GtkIconLookupFlags): Correct
6411         the definition of the values.  (#123361, Marco Pesenti Gritti)
6412
6413 Wed Nov 12 20:54:02 2003  Matthias Clasen  <maclas@gmx.de>
6414
6415         * gdk/gdkkeyuni.c: Map KP_Separator to ','.
6416         (#122941, Egmont Koblinger)
6417
6418 2003-11-12  Padraig O'Briain  <padraig.obriain@sun.com>
6419
6420         *gtk/gtkcolorsel.c (gtk_color_selection_init): Add tooltip for
6421         opacity entry widget. Change tooltip for opacity widgets. (#126426)
6422
6423 2003-11-12  Padraig O'Briain  <padraig.obriain@sun.com>
6424
6425         * gtk/gtkmenu.c (gtk_menu_popup): Do not let pointer position
6426         affect window menu position when popped from keyboard. (#102660)
6427
6428 Wed Nov 12 01:29:32 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6429
6430         * gtk/gtktoolbar.c (gtk_toolbar_internal_insert_element): When we
6431         are using the old API, make all items "is_important". That way
6432         BOTH_HORIZ will continue to show both icon and label in old API
6433         mode.
6434
6435 Mon Nov 10 00:40:41 2003  Matthias Clasen  <maclas@gmx.de>
6436
6437         * gtk/gtkeventbox.c (gtk_event_box_set_above_child): 
6438         Remember the new value in all cases.  (#126276, Damon Chaplin)
6439
6440 Sat Nov  8 23:06:02 2003  Matthias Clasen  <maclas@gmx.de>
6441
6442         * demos/gtk-demo/main.c (row_activated_cb): Call the do_
6443         functions with the toplevel as argument.
6444
6445         * demos/gtk-demo/geninclude.pl.in: Change the signature
6446         of GDoDemoFunc to take a widget argument
6447
6448         * demos/gtk-demo/ui_manager.c (do_ui_manager): 
6449         * demos/gtk-demo/tree_store.c (do_tree_store): 
6450         * demos/gtk-demo/textview.c (do_textview): 
6451         * demos/gtk-demo/stock_browser.c (do_stock_browser): 
6452         * demos/gtk-demo/sizegroup.c (do_sizegroup): 
6453         * demos/gtk-demo/pixbufs.c (do_pixbufs): 
6454         * demos/gtk-demo/panes.c (do_panes): 
6455         * demos/gtk-demo/menus.c (do_menus): 
6456         * demos/gtk-demo/list_store.c (do_list_store): 
6457         * demos/gtk-demo/images.c (do_images): 
6458         * demos/gtk-demo/hypertext.c (do_hypertext): 
6459         * demos/gtk-demo/editable_cells.c (do_editable_cells): 
6460         * demos/gtk-demo/drawingarea.c (do_drawingarea): 
6461         * demos/gtk-demo/dialog.c (do_dialog): 
6462         * demos/gtk-demo/colorsel.c (do_colorsel): 
6463         * demos/gtk-demo/changedisplay.c (do_changedisplay): 
6464         * demos/gtk-demo/button_box.c (do_button_box): 
6465         * demos/gtk-demo/appwindow.c (do_appwindow): Take a widget
6466         as argument, and make new windows or dialogs appear on the
6467         same screen.  (#80388)
6468
6469 Sat Nov  8 21:59:30 2003  Matthias Clasen  <maclas@gmx.de>
6470
6471         * gtk/gtkeventbox.c (gtk_event_box_class_init): Let 
6472         visible-window default to TRUE, as documented and 
6473         implemented. (#126270 Damon Chaplin)
6474
6475 Sat Nov  8 01:50:17 2003  Matthias Clasen  <maclas@gmx.de>
6476
6477         * gtk/gtkicontheme.c: 
6478         * gtk/gtkfilechooserwidget.c (gtk_file_chooser_widget_new): 
6479         * gtk/gtkfilechooserdialog.c (gtk_file_chooser_dialog_new): 
6480         * gtk/gtkfilechooser.c (gtk_file_chooser_[un]select_all): Mark as
6481         2.4 additions.
6482
6483 2003-11-07  Federico Mena Quintero  <federico@ximian.com>
6484
6485         Changing GtkFileChooserEntry to use GtkEntryCompletion.
6486
6487         * gtk/gtkfilechooserentry.c (gtk_file_chooser_entry_init): Create
6488         a GtkListStore for the completion list.  Create a
6489         GtkEntryCompletion and attach it to the chooser entry.
6490         (gtk_file_chooser_entry_finalize): Unref the completion store.
6491         (completion_match_func): New callback for the GtkEntryCompletion.
6492         (completion_idle_callback): Fill the completion store with filenames.
6493
6494 Fri Nov  7 22:55:49 2003  Matthias Clasen  <maclas@gmx.de>
6495
6496         * gtk/gtkwindow.c (gtk_window_set_role): 
6497         * gtk/gtkwindow.c (gtk_window_set_title): 
6498         * gtk/gtkwidget.c (gtk_widget_set_name): 
6499         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_title): 
6500         * gtk/gtkbutton.c (gtk_button_set_label): Make string setters
6501         safe for self-assignment.  (#122745, Soeren Sandmann)
6502
6503 Thu Nov  6 20:41:40 2003  Matthias Clasen  <maclas@gmx.de>
6504
6505         * gtk/gtkstyle.c (gtk_style_attach): Fix doc comment.
6506         (#126369, Olexiy Avramchenko)
6507
6508 Thu Nov  6 00:21:41 2003  Matthias Clasen  <maclas@gmx.de>
6509
6510         * gtk/gtkcolorbutton.c (gtk_color_button_init): 
6511         * gtk/gtkfontbutton.c (gtk_font_button_init): Improve the 
6512         consistency of titles.  (#126193, Damon Chaplin)
6513
6514 Wed Nov  5 22:49:36 2003  Matthias Clasen  <maclas@gmx.de>
6515
6516         * gtk/gtkmenu.c (gtk_menu_set_tearoff_state): Set torn off 
6517         menus to be transient for the toplevel they were torn off from.
6518         (gtk_menu_get_toplevel): Auxiliary function to find the
6519         toplevel of a menu.  (#54775, Jon-Kare Hellan)
6520
6521 Wed Nov  5 21:07:58 2003  Matthias Clasen  <maclas@gmx.de>
6522
6523         * gtk/gtkpaned.c (gtk_paned_class_init): Add readonly properties
6524         min-position and max-position.  (#58431, Padraig O'Briain)
6525
6526 Wed Nov  5 21:02:26 2003  Matthias Clasen  <maclas@gmx.de>
6527
6528         * gtk/gtkcolorsel.c (update_color): 
6529         (make_label_spinbutton): 
6530         (adjustment_changed): Change the ranges for Saturation and
6531         Value to be 0-100 instead of 0-255, since these axes of HSV
6532         are usually expressed in percent.  (#121519, Gregory Merchan)
6533
6534 Wed Nov  5 08:51:48 GMT 2003  Tony Gale <gale@gtk.org>
6535
6536         * docs/faq/gtk-faq.sgml: More 2.x updates
6537
6538 Tue Nov  4 15:00:33 GMT 2003  Tony Gale <gale@gtk.org>
6539
6540         * docs/faq/gtk-faq.sgml: More 2.x updates, fix
6541         pkg-config command error, update copyright.
6542
6543 2003-11-03  Federico Mena Quintero  <federico@ximian.com>
6544
6545         * gtk/gtkfilechooserdefault.c (error_dialog): Take in a path as
6546         well.  Use a helper function.
6547         (shortcuts_append_home): Display an error box if necessary.
6548         (shortcuts_append_desktop): Likewise.
6549         (add_bookmark_button_clicked_cb): Likewise.
6550         (gtk_file_chooser_default_select_path): Likewise.
6551         (entry_activate): Likewise.
6552         (shortcuts_append_paths): New helper function.
6553         (shortcuts_append_file_system_roots): Use
6554         shortcuts_append_paths().
6555         (shortcuts_append_bookmarks): Likewise.
6556
6557 Mon Nov  3 23:12:41 2003  Matthias Clasen  <maclas@gmx.de>
6558
6559         * gtk/gtkuimanager.c (_gtk_menu_is_empty): Return TRUE if 
6560         menu is NULL.
6561         (update_smart_separators): Remove some unneeded ifs.
6562
6563 Mon Nov  3 22:45:58 2003  Matthias Clasen  <maclas@gmx.de>
6564
6565         * gtk/gtkwindow-decorate.h: Add G_BEGIN_DECLS/G_END_DECLS to make 
6566         these usable in C++. Forgot this file in my Oct 11 commit.
6567
6568 2003-11-03  Federico Mena Quintero  <federico@ximian.com>
6569
6570         * gtk/gtkfilechooserdefault.c (create_shortcuts_tree): Add a stock
6571         icon to the "Add bookmark" button.
6572
6573         * gtk/gtkfilesystemunix.c: Mark missing strings for translation.
6574         * gtk/gtkfilesystemmodel.c: Likewise.
6575         * gtk/gtkfilechooser.c: Likewise.
6576         * gtk/gtkfilechooserdefault.c: Likewise.
6577
6578 Mon Nov  3 20:56:28 2003  Matthias Clasen  <maclas@gmx.de>
6579
6580         * gdk/gdk.c: 
6581         * gdk/gdkinternals.h: 
6582         * gdk/x11/gdkscreen-x11.c (init_xinerama_support): Introduce a
6583         GDK_DEBUG_XINERAMA debug flag, and make it trigger a fake 2x2
6584         Xinerama mode when no actual Xinerama setup is found. 
6585
6586 2003-11-03  Federico Mena Quintero  <federico@ximian.com>
6587
6588         * gtk/gtkfilechooserdefault.c (shortcuts_select_folder): Removed.
6589         (create_shortcuts_tree): Don't call the above.
6590         (bookmarks_changed_cb): Likewise.
6591         (tree_selection_changed): Unselect everything from the shortcuts
6592         list.  This is the behavior that Mac OS has.
6593         (toolbar_add_item): Return the item.
6594         (toolbar_create): Store the up_button in the impl structure.
6595         (toolbar_check_sensitivity): New function to set the sensitivity
6596         of the "Up" button in the toolbar.
6597         (tree_selection_changed): Call toolbar_check_sensitivity().
6598
6599 2003-11-02  Federico Mena Quintero  <federico@ximian.com>
6600
6601         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_init): Do
6602         not set a border width for the toplevel container.
6603         (toolbar_create): New function; create a simple toolbar for the
6604         file chooser.
6605         (gtk_file_chooser_default_constructor): Use a spacing of 12 for
6606         the table, as per the HIG.
6607         (gtk_file_chooser_default_init): Likewise, for the default
6608         implementation's vbox.
6609
6610         * gtk/gtkfilesystem.c (gtk_file_system_get_parent): Added docs to
6611         note that NULL is a valid return value for the parent path.
6612
6613 Sat Nov  1 14:59:27 2003  Owen Taylor  <otaylor@redhat.com>
6614
6615         * gtk/gtkfilechooserdefault.c (shortcuts_row_activated): 
6616         Change on activation, not selection change (temporary
6617         workaround for #125955, needed for keynav, likely
6618         the right UI anyways.)
6619
6620         * gtk/gtkfilechooserdefault.c (shortcuts_select_func): 
6621         Don't allow the separator node to be selected.
6622
6623         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_constructor):
6624         Set the focus chain so that the entry gets focused first.
6625         (Not really right after initial focusing, maybe we
6626         should just have a gtk_file_chooser_focus_entry() that
6627         we call from gtk_file_chooser_dialog on creation.)
6628
6629 Sat Nov  1 12:41:04 2003  Owen Taylor  <otaylor@redhat.com>
6630
6631         * gtk/gtkwindow.c (gtk_window_unfullscreen): Fix a
6632         residual call to gtk_window_get_private().
6633
6634 Sat Nov  1 09:10:13 2003  Owen Taylor  <otaylor@redhat.com>
6635
6636         * gtk/gtkwindow.[ch]: Move above_initially, below_initially
6637         into GtkWindowPrivate structure, fixing ABI breakage
6638         on Win32. (Hans Breuer). Switch GtkWindowPrivate over
6639         to instance-private-data.
6640
6641 Fri Oct 31 02:43:34 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6642
6643         * gtk/gtktoolbar.c (get_item_requisition): delete this function
6644         (toolbar_item_is_homogeneous): cache max_homogeneous_pixels
6645         instead of re-calculating for each item.
6646         (gtk_toolbar_size_allocate): Update comments
6647
6648 Thu Oct 30 22:04:31 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6649
6650         * gtk/gtktoolbar.c (gtk_toolbar_forall): Only include
6651         placeholders when include_internals is TRUE.
6652
6653 Thu Oct 30 17:57:53 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6654
6655         * gtk/gtktoolbar.c (logical_to_physical): Make it work even when
6656         item 0 is a placeholder. (#125826)
6657         * tests/testtoolbar.c: add an assertion that 
6658         gtk_toolbar_get_nth_item (0) != NULL
6659
6660 Thu Oct 30 17:40:26 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6661
6662         * gtk/gtktoolbar.c (logical_to_physical): Make it work for
6663         logical == 0.(#125826)
6664
6665 Thu Oct 30 16:20:58 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6666
6667         * gtk/gtktoolbar.c (logical_to_physical): Make sure we actually
6668         return the index of a real item.
6669         (get_nth_item) assert that the returned items is not a
6670         placeholder.  (#125826, Marco Pesenti Gritti).
6671         
6672 2003-10-29  Federico Mena Quintero  <federico@ximian.com>
6673
6674         * gtk/gtkcellrendererseptext.c
6675         (gtk_cell_renderer_sep_text_render): Only paint a separator if the
6676         text is NULL, rather than also doing it if it is an empty string.
6677
6678 Wed Oct 29 15:40:26 2003  Owen Taylor  <otaylor@redhat.com>
6679
6680         * gtk/gtkmessagedialog.c (gtk_message_dialog_new/
6681         gtk_message_dialog_new_with_format): Allow NULL
6682         for message_format, as described in the docs and
6683         as worked previously. (#125759, Richard Hult)
6684
6685         * gtk/gtkmessagedialog.c (gtk_message_dialog_new_with_markup):
6686         Use g_markup_vprintf_escaped() to escape arguments.
6687
6688         * gtk/gtkmessagedialog.[ch]: Add gtk_message_dialog_set_markup()
6689         so there is some way to set literal markup.
6690
6691 Wed Oct 29 15:01:32 2003  Owen Taylor  <otaylor@redhat.com>
6692  
6693         * gdk/x11/gdkimage-x11.c (_gdk_x11_copy_to_image): Move
6694         the call to gdk_error_trap_pop() to the right place,
6695         fixing a problem where we'd pop() too many times 
6696         when bailing out. (#123302, Thomas Leonard)
6697         
6698 Wed Oct 29 12:50:02 2003  Owen Taylor  <otaylor@redhat.com>
6699
6700         * gtk/gtkfilechooserutils.c (delegate_set_current_folder): 
6701         Fix infinite recursion. (#125679, Christian Persch)
6702
6703 Wed Oct 29 13:29:15 GMT 2003  Tony Gale <gale@gtk.org>
6704
6705         * docs/faq/gtk-faq.sgml: further 2.x updates:
6706         mirrors,compiling,g_main_context_iteration
6707
6708 Wed Oct 29 02:54:35 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6709
6710         * gtk/gtktoolbar.[ch] (gtk_toolbar_set_drop_highlight_item): Add this
6711         function; remove gtk_toolbar_highlight_drop_location() and
6712         gtk_toolbar_unhighlight_drop_location().
6713
6714         Also fix bug where the number of overflowed items were miscounted.
6715
6716 Tue Oct 28 12:20:16 2003  Owen Taylor  <otaylor@redhat.com>
6717
6718         * gtk/gtkwindow.c (gtk_window_has_toplevel_focus): Remove
6719         some accidentally committed duplicate code.
6720
6721 Tue Oct 28 17:06:17 GMT 2003  Tony Gale <gale@gtk.org>
6722
6723         * docs/faq/gtk-faq.sgml: Update info on compiling GTK+
6724
6725 Tue Oct 28 10:34:24 2003  Owen Taylor  <otaylor@redhat.com>
6726
6727         * gtk/gtkwindow.[ch] (gtk_window_is_active, 
6728         gtk_has_toplevel_focus): Add getters corresponding to
6729         the is_active and has_toplevel_focus properties.
6730         (#122531)
6731
6732 2003-10-28  Mark McLoughlin  <mark@skynet.ie>
6733
6734         * gtk/gtkexpander.c:
6735         (gtk_expander_class_init): hook up the destroy handler.
6736         (gtk_expander_destroy), (gtk_expander_unrealize):
6737         remove the expand/collapse timeout on destroy instead
6738         of unrealize to avoid leaving the expander in a inconsistent
6739         state when unrealizing during animation.
6740         (gtk_expander_start_animation): remove realized check.
6741         (gtk_expander_set_expanded): if the widget isn't realized,
6742         expand immediately.
6743
6744 Tue Oct 28 09:44:16 2003  Owen Taylor  <otaylor@redhat.com>
6745
6746         * gtk/gtkxembed.c (_gtk_xembed_send_focus_message): Silently
6747         do nothing when recipient is NULL, as described in the
6748         doc comment. (#123107, Thomas Leonard)
6749
6750 Tue Oct 28 09:21:29 2003  Owen Taylor  <otaylor@redhat.com>
6751
6752         * gtk/gtkmain.c (gtk_check_version): Move docs inline,
6753         rewrite docs, mention memory management for the return
6754         value. (Partly addresses #125549, Michael Natterer)
6755
6756 2003-10-28  Padraig O'Briain  <padraig.obriain@sun.com>
6757
6758         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_remove_filter):
6759         Change index to filter_index to fix compilation error.
6760
6761         * gtk/gtkfilesystem.h: Correct definition of gtk_file_path_get_string.
6762
6763 Mon Oct 27 15:47:58 2003  Manish Singh  <yosh@gimp.org>
6764
6765         * gdk/x11/gdkscreen-x11.c: #include <X11/extensions/Xrandr.h> if
6766         we have RandR support, for XRRUpdateConfiguration declaration.
6767
6768         * gtk/gtkfilefilter.c: #include "gtkprivate.h" for _gtk_fnmatch
6769         declaration.
6770
6771         * gtk/gtkuimanager.c (gtk_ui_manager_add_ui_from_file): Make
6772         length a gsize variable, since that's what g_file_get_contents()
6773         expects.
6774
6775 Mon Oct 27 12:18:49 2003  Owen Taylor  <otaylor@redhat.com>
6776
6777         * NEWS: Fix attribution for above/below EWMH work.
6778
6779 Sat Oct 25 23:30:13 2003  Matthias Clasen  <maclas@gmx.de>
6780
6781         * gtk/gtkactiongroup.c (gtk_action_group_class_init): Add "name" 
6782         as a construct-only property.  (#125475, Murray Cumming)
6783
6784 Thu Oct 23 21:55:10 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6785
6786         Fix bug 116297 and 125472
6787         
6788         * gtk/gtktoolbar.c (gtk_toolbar_highlight_drop_location): Make
6789         this function take an index and a GtkToolItem.
6790
6791         * tests/testtoolbar.c (main): Make "Show Arrow" default to
6792         true. Make one of the separators !draw and expand.
6793         Update for new highlight_drop_location() API.
6794
6795         * gtk/gtktoolitem.[ch]: Remove "pack_end" property
6796
6797         * gtk/gtktoolbar.h: Formatting fixes.
6798
6799         * gtk/gtktoolbar.c: Remove "pack_end" child property. Allow
6800         separator tool items to expand.
6801         (logical_to_physical, physical_to_logical): Fix off-by-one errors
6802         (Fix #125472, Marco Pesenti Gritti)
6803
6804         * gtk/gtkseparatortoolitem.[ch]: Add new "draw" property.
6805         (gtk_separator_tool_item_expose) only draw if "draw" is TRUE. Also
6806         return FALSE, not TRUE.
6807         (gtk_separator_too_item_{set|get}_property,
6808         (gtk_separator_tool_item_{set|get}_draw): new functions
6809
6810 Fri Oct 24 16:54:04 2003  Owen Taylor  <otaylor@redhat.com>
6811
6812         * === Released 2.3.0 ===
6813
6814         * configure.in: Remove a stray comma.
6815
6816         * README.in: Fix a few notes about Xft 1 and pango-1.0.
6817
6818         * NEWS: Finish updates for 2.3.0.
6819
6820         * po/Makefile.in.in: Update to latest GLib version.
6821
6822 Fri Oct 24 20:31:35 2003  Kristian Rietveld  <kris@gtk.org>
6823
6824         * gtk/gtkcellview.[ch], gtk/gtkcellviewmenuitem.[ch],
6825         gtk/gtkcombobox.[ch], gtk/gtkcomboboxentry.[ch],
6826         gtk/gtktreemodelfilter.[ch]: Fix licensing (I managed to put it
6827         under GPL licensing instead of LGPL...). (Fixes #125381, Soeren
6828         Sandmann).
6829
6830 Fri Oct 24 20:22:40 2003  Kristian Rietveld  <kris@gtk.org>
6831
6832         * gtk/gtktreemodelfilter.h: add padding to the class structure.
6833
6834 2003-10-23  Federico Mena Quintero  <federico@ximian.com>
6835
6836         * gtk/gtkfilechooser.c (gtk_file_chooser_get_preview_uri): Fixed docs.
6837         (gtk_file_chooser_remove_filter): Likewise.
6838         (gtk_file_chooser_select_all): Added docs.
6839         (gtk_file_chooser_unselect_all): Likewise.
6840
6841         * gtk/gtkfilechooserdialog.c (gtk_file_chooser_dialog_new): Added docs.
6842
6843         * gtk/gtkfilechooserwidget.c (gtk_file_chooser_widget_new): Added docs.
6844
6845 Thu Oct 23 23:22:15 2003  Matthias Clasen  <maclas@gmx.de>
6846
6847         * gtk/gtkfilefilter.c: 
6848         * gtk/gtkfilechooser.c: Add "Since: 2.4" to all API doc comments.
6849
6850 Thu Oct 23 22:33:47 2003  Matthias Clasen  <maclas@gmx.de>
6851
6852         * gtk/gtkfilefilter.c (gtk_file_filter_new): Fix doc markup.
6853
6854 Thu Oct 23 21:49:05 2003  Matthias Clasen  <maclas@gmx.de>
6855
6856         * NEWS: Remove a few duplicates, group the menu changes.
6857
6858 Thu Oct 23 21:12:50 2003  Kristian Rietveld  <kris@gtk.org>
6859
6860         * NEWS: Updates for 2.3.0; changed header to match the style we used
6861         for 2.1.0.
6862
6863 Thu Oct 23 20:47:44 2003  Matthias Clasen  <maclas@gmx.de>
6864
6865         * gdk/x11/gdkwindow-x11.c (gdk_window_set_group): Actually
6866         assign the new leader.  (#125168, Mariano Suarez-Alvarez)
6867
6868 Thu Oct 23 20:21:16 2003  Kristian Rietveld  <kris@gtk.org>
6869
6870         * gtk/gtkcelllayout.c, gtk/gtkcellview.c gtk/gtkcellviewmenuitem.c,
6871         gtk/gtkcombobox.c, gtk/gtkcomboboxentry.c, gtk/gtkentrycompletion.c,
6872         gtk/gtktreemodelfilter.c, gtk/gtkcellrenderertoggle.c: Fix includes.
6873
6874 Thu Oct 23 15:13:56 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6875
6876         * NEWS: Partial update for 2.3.0.
6877
6878 Thu Oct 23 01:09:04 2003  Owen Taylor  <otaylor@redhat.com>
6879
6880         * gtk/gtkfilechooserdefault.c: Convert GtkOptionMenu to
6881         GtkComboBox.
6882
6883 Wed Oct 22 23:20:04 2003  Owen Taylor  <otaylor@redhat.com>
6884
6885         * gtk/gtkfilechooser.[ch] gtk/gtkfilefilter.[ch] 
6886         gtk/gtkfilechooserwidget.[ch] gtk/gtkfilechooserdialog.[ch]:
6887         gtk/gtkfilechooserutils.c gtk/gtkfilechooserprivate.[ch]:
6888         Basic framework for the new file selector widget.
6889
6890         * gtk/gtkfilechooserdefault.[ch] gtk/gtkcellrenderersep.[ch] 
6891         gtk/gtkfilechooserentry.[ch] gtk/gtkfilesystemmodel.[ch]:
6892         Initial implementation of the GtkFileChooser user interface.
6893
6894         * gtk/gtkfilesystemunix.[ch]: GtkFileSystem implementation
6895         for Unix files.
6896
6897         * configure.in gtk/Makefile.am gtk/xdgmime: Build code
6898         for freedesktop.org MIME system on Unix.
6899
6900         * tests/testfilechooser.c: Test program for GtkFileChooser
6901
6902         * tests/prop-editor.c: Add support for properties on interfaces.
6903
6904 Tue Oct 21 16:12:51 2003  Owen Taylor  <otaylor@redhat.com>
6905
6906         * demos/gtk-demo/menus.c (do_menus): Fix some unused
6907         variables.
6908
6909         * gtk/gtkmain.c (_gtk_get_lc_ctype): Fix an unused
6910         variable warning.
6911
6912 Thu Oct 23 00:04:50 2003  Matthias Clasen  <maclas@gmx.de>
6913
6914         * NEWS: Partial update for 2.3.0.
6915
6916 Tue Oct 21 22:07:12 2003  Kristian Rietveld  <kris@gtk.org>
6917
6918         * gtk/gtktreeview.c (gtk_tree_view_real_move_cursor): set
6919         ctrl_pressed and shift_pressed according to the current event
6920         state (if there is one). (Fixes #125063, reported by Sebastien Bacher).
6921
6922 Mon Oct 20 23:24:27 2003  Kristian Rietveld  <kris@gtk.org>
6923
6924         * gtk/gtkentry.c (gtk_entry_key_press): remove the completion
6925         timeout when the user pressed on Enter/ESC. Fixes the bug where the
6926         completion popup popped up after the user pressed on Enter (which is
6927         just weird). Reported by the Epiphany people (all of them).
6928
6929 Mon Oct 20 20:27:22 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6930
6931         Add support for OS X like sliding of toolbar items during drag and
6932         drop, (#110919, Dave Bordoley)
6933
6934         Make dnd highlighting the responsibility of the
6935         application. (Fixes #116298, Owen Taylor)
6936
6937         * gtk/gtktoolbar.h: Add prototypes for new API.
6938         
6939         * gtk/gtktoolbar.c
6940         (physical_to_logical, logical_to_physical): new functions
6941         converting between "position including placeholders" and "position
6942         excluding placeholders".
6943         (gtk_toolbar_class_init): remove drag_leave and drag_motion
6944         handlers
6945         (struct _ToolbarContent): new struct containing information
6946         related to toolbar items.
6947         (gtk_toolbar_highlight_drop_location): new public function
6948         (gtk_toolbar_unhighlight_drop_location): new public function
6949         
6950         * tests/testtoolbar.c
6951         (toolbar_drag_motion, toolbar_drag_leave): new functions
6952         (main): connect to dnd signals.  Make the "New" item expand to
6953         make drag and drop more exciting.
6954
6955 Wed Oct 15 22:39:23 2003  Kristian Rietveld  <kris@gtk.org>
6956
6957         * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_init): it's
6958         _set_active, not _set_active_item.
6959
6960 Wed Oct 15 22:31:09 2003  Kristian Rietveld  <kris@gtk.org>
6961
6962         * gtk/gtkcombobox.h: add padding to the class structure.
6963         * gtk/gtkcomboboxentry.h: ditto.
6964         * gtk/gtkentrycompletion.h: ditto.
6965
6966 Wed Oct 15 22:04:59 2003  Kristian Rietveld  <kris@gtk.org>
6967
6968         * gtk/gtkcombobox.c (gtk_combo_box_get_active),
6969         (gtk_combo_box_set_active): mention in the docs that -1 is a valid
6970         value and what it means.
6971
6972         * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_init): set the active
6973         item to -1 (default),
6974         (gtk_combo_box_entry_active_changed): do nothing when the index is
6975         < 0.
6976
6977 Tue Oct 14 16:10:21 2003  Jonathan Blandford  <jrb@redhat.com>
6978
6979         * gtk/gtkcombobox.c (gtk_combo_box_set_active_iter): New function
6980         to set the active row by iter.
6981
6982         * gtk/gtkcombobox.c (gtk_combo_box_get_active_iter): New function
6983         to get the active row by iter.
6984
6985 2003-10-13  Federico Mena Quintero  <federico@ximian.com>
6986
6987         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): Don't do
6988         operations on windows if the tree view is not mapped.
6989         (gtk_tree_view_button_press): Compare equal types of pointers, not
6990         GtkWidget* vs. GtkTreeView*.
6991
6992 Mon Oct 13 21:01:43 2003  Kristian Rietveld  <kris@gtk.org>
6993
6994         * gtk/gtkentrycompletion.c (gtk_entry_completion_popup): remove
6995         the reset of first_sel_changed, as after the first popup the treeview
6996         will always have a row selected and will thus not focus_to_cursor.
6997
6998         * gtk/gtkentry.c (keyval_is_cursor_move): new function to determine
6999         whether the keyval should move the completion selection cursor (used
7000         to avoid ending up with extreme cluttered code), also added
7001         all KP_ equivalents of the keys here,
7002         (gtk_entry_completion_key_press): Keynav tweaks based on comments
7003         from Dave Bordoley and Marco Pesenti Gritti; add the -1 state
7004         as possible current selection, implement Home/End keys, modified
7005         the down key to stop cycling. Maybe page up/down should be implemented
7006         at some later time.
7007
7008 Mon Oct 13 20:58:07 2003  Matthias Clasen  <maclas@gmx.de>
7009
7010         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon): Make it work 
7011         as documented when pixmap or mask is NULL.  (#124081) 
7012
7013 Mon Oct 13 20:21:38 2003  Kristian Rietveld  <kris@gtk.org>
7014
7015         * gtk/gtkentry.c (gtk_entry_set_text): I overlooked a return when
7016         I was adding the signal block/unblock code. Oops. (Noticed by
7017         Marco Pesenti Gritti).
7018
7019 Mon Oct 13 20:21:55 2003  Kristian Rietveld  <kris@gtk.org>
7020
7021         * demos/testpixbuf-scale.c: enable GTK_DISABLE_DEPRECATED again,
7022         (set_interp_type), (main): port over from option menu to GtkComboBox.
7023
7024 Mon Oct 13 19:41:55 2003  Kristian Rietveld  <kris@gtk.org>
7025
7026         * tests/testmenus.c: Still uses option menus, so turn off
7027         GTK_DISABLE_DEPRECATED.
7028
7029 Sun Oct 12 01:10:29 2003  Matthias Clasen  <maclas@gmx.de>
7030
7031         * gtk/gtkalignment.[hc]: 
7032         * gtk/gtkcombobox.[hc]: 
7033         * gtk/gtkcomboboxentry.[hc]: 
7034         * gtk/gtktreemodelfilter.[hc]: Move GET_PRIVATE macros
7035         from header to implementation.
7036
7037 Sun Oct 12 00:18:02 2003  Matthias Clasen  <maclas@gmx.de>
7038
7039         * tests/testtreeview.c: 
7040         * demos/testpixbuf-scale.c: 
7041         * tests/prop-editor.c: These files still use option menus,
7042         so turn off GTK_DISABLE_DEPRECATED to fix the build. 
7043
7044 Sat Oct 11 23:14:36 2003  Matthias Clasen  <maclas@gmx.de>
7045
7046         * gtk/gtkactiongroup.h: 
7047         * gtk/gtkaction.h: 
7048         * gtk/gtkradioaction.h: 
7049         * gtk/gtkradiotoolbutton.h: 
7050         * gtk/gtkseparatortoolitem.h: 
7051         * gtk/gtktoggleaction.h: 
7052         * gtk/gtktoolitem.h: 
7053         * gtk/gtkuimanager.h: Add G_BEGIN_DECLS/G_END_DECLS to make 
7054         these usable in C++.  (#124351, Murray Cumming)
7055
7056 Sat Oct 11 19:09:05 2003  Kristian Rietveld  <kris@gtk.org>
7057
7058         * gtk/gtkentry.c (gtk_entry_set_text): Check if completion is
7059         non-NULL before accessing it. Oops.
7060
7061 Sat Oct 11 15:47:03 2003  Kristian Rietveld  <kris@gtk.org>
7062
7063         * gtk/gtkentrycompletion.[ch] (gtk_entry_completion_insert_action),
7064         (gtk_entry_completion_insert_action_text),
7065         (gtk_entry_completion_insert_action_markup): the gchar* parameters
7066         should be const (pointed out by both Marco Pesenti Gritti and
7067         Murray Cumming (#124356).
7068
7069 Sat Oct 11 15:37:19 2003  Kristian Rietveld  <kris@gtk.org>
7070
7071         * gtk/gtkcombobox.c (gtk_combo_box_size_allocate): for the custom
7072         child list mode, allocate the height allocation->height to the
7073         button instead of the height requested by the button. (Tiny
7074         size allocation screwup noticed by Macro Pesenti Gritti).
7075
7076 Sat Oct 11 15:23:27 2003  Kristian Rietveld  <kris@gtk.org>
7077
7078         Fixes based on comments from Marco Pesenti Gritti.
7079
7080         * gtk/gtkentry.c (gtk_entry_set_text): block the completion changed
7081         signal handler, avoids the completion popup to popup when text is
7082         set programmatically in most cases (we actually have to handle this
7083         in the _editable functions as well, but that will break popping up
7084         when the user actually typed something :),
7085         (gtk_entry_completion_key_press): when handling enter, bail out
7086         when nothing has been selected,
7087         (gtk_entry_completion_changed): don't popdown when the entry content
7088         changed.
7089
7090         * gtk/gtkentrycompletion.c (gtk_entry_completion_init),
7091         (gtk_entry_completion_selected_changed): unselect_all on the
7092         first selected changed signal. Avoids having a default row selected,
7093         (_gtk_entry_completion_popup): don't select the first row by default.
7094
7095         * gtk/gtkentryprivate.h (struct _GtkEntryCompletionPrivate): add a
7096         first_sel_changed field.
7097
7098 Fri Oct 10 23:02:58 2003  Matthias Clasen  <maclas@gmx.de>
7099
7100         * demos/gtk-demo/menus.c: Replace GtkItemFactory by GtkUIManager 
7101         in the intro (again).
7102
7103 Fri Oct 10 22:50:05 2003  Matthias Clasen  <maclas@gmx.de>
7104
7105         Fixes for (#124212, Marco Pesenti Gritti):
7106         
7107         * gtk/gtkuimanager.c (update_smart_separators): Don't spit 
7108         warnings for popups.
7109         (_gtk_menu_is_empty): Return FALSE for non-menus.
7110
7111 Fri Oct 10 19:10:12 2003  Kristian Rietveld  <kris@gtk.org>
7112
7113         * gtk/gtkcombo.h: Deprecate.
7114         * gtk/gtkoptionmenu.h: Ditto.
7115
7116         * gtk/gtkcombobox.c (gtk_combo_box_size_request),
7117         (gtk_combo_box_size_allocate): Rework, things behave better now. Still
7118         needs some work on requesting enough size when taking the items in
7119         the list into account.
7120
7121         * gtk/gtkfilesel.c: put gtkoptionmenu.h include inside "enable
7122         deprecated" guards.
7123         * gtk/gtkinputdialog.c: ditto.
7124         * gtk/gtkitemfactory.c: ditto.
7125         * gtk/gtkoptionmenu.c: ditto.
7126
7127         * demos/gtk-demo/menus.c: remove the option menu.
7128         * demos/gtk-demo/sizegroup.c: replace the option menus with
7129         GtkComboBox.
7130         * demos/gtk-demo/textview.c: ditto.
7131         (A general GtkComboBox demo will be added later on).
7132
7133 Wed Oct  8 00:06:17 2003  Matthias Clasen  <maclas@gmx.de>
7134
7135         * demos/gtk-demo/ui_manager.c (activate_radio_action): New
7136         callback to propertly report radio actions.
7137
7138         * demos/gtk-demo/ui_manager.c (do_ui_manager): Use it here.
7139
7140 Tue Oct  7 23:23:05 2003  Matthias Clasen  <maclas@gmx.de>
7141
7142         * gtk/gtkplug.c (xembed_set_info): Put the supported protocol
7143         version in in the right field of the _XEMBED_INFO property.  
7144         (#123885, Denis Mikhalkin)
7145
7146 Mon Oct  6 14:18:47 2003  Jonathan Blandford  <jrb@redhat.com>
7147
7148         * gtk/gtkexpander.c (gtk_expander_animation_timeout): only show
7149         the child if we have one.
7150
7151         (gtk_expander_button_release): use
7152         gtk_widget_activate instead.
7153
7154 Mon Oct  6 21:05:46 2003  Matthias Clasen  <maclas@gmx.de>
7155
7156         * gtk/gtktable.c (gtk_table_class_init): Start the blurb for 
7157         "right_attach" with a capital.  (#123945, Christian Rose)
7158
7159 Sun Oct  5 23:59:03 2003  Matthias Clasen  <maclas@gmx.de>
7160
7161         * tests/testsocket.c (child_read_watch): Remove an
7162         extraneous unref.  (#122336, Frederic Crozat)
7163
7164 Sun Oct  5 22:38:22 2003  Matthias Clasen  <maclas@gmx.de>
7165
7166         * gtk/gtkeventbox.c (gtk_event_box_class_init): Trim 
7167         whitespace in "visible-window" blurb.  (#123910, Christian Rose)
7168
7169 Sun Oct  5 00:53:15 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
7170
7171         * gtk/gtktoolbar.c (gtk_toolbar_list_children_in_focus_order):
7172         focus arrow before pack_end items (#123851, Matthias Clasen)
7173
7174 Fri Oct  3 20:50:48 2003  Kristian Rietveld  <kris@gtk.org>
7175
7176         * gtk/gtkcombobox.c (gtk_combo_box_set_model): only set the model
7177         on ->priv->cell_view if ->priv->cell_view is non-NULL.
7178
7179         * gtk/gtkcomboboxentry.c: include gtkintl.h, add text_renderer
7180         field to GtkComboBoxEntryPrivate,
7181         (gtk_combo_box_entry_class_init), (gtk_combo_box_entry_init),
7182         (gtk_combo_box_entry_set_property), (gtk_combo_box_entry_get_property),
7183         (gtk_combo_box_entry_set_text_column), (gtk_combo_box_entry_new): add
7184         a construct-only "text_column" property and reorder code to use it
7185         and support inheriting this widget.
7186
7187 Thu Oct  2 23:28:02 2003  Kristian Rietveld  <kris@gtk.org>
7188
7189         * gtk/gtkcombobox.c: Added API doc comments.
7190
7191         * gtk/gtkcomboboxentry.c: Ditto.
7192
7193 2003-10-02  Matthias Clasen  <maclas@gmx.de>
7194
7195         * gtk/gtktoggleaction.c: Documentation tweaks.
7196
7197 Wed Oct  1 22:43:40 2003  Kristian Rietveld  <kris@gtk.org>
7198
7199         * gtk/gtkcellview.[ch]: implement the GtkCellLayout interface, drop
7200         packing/attribute/cell data functions from the header,
7201         (gtk_cell_view_set_cell_data): added support for cell data funcs.
7202
7203         * gtk/gtkcombobox.[ch]: implement the GtkCellLayout interface, drop
7204         packing/attribute/cell data functions from the header, implemented
7205         cell data func support.
7206
7207         * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_new): updated
7208         for the move to GtkCellLayout.
7209
7210         * tests/testcombo.c (create_combo_box_grid_demo), (main): ditto.
7211
7212 2003-10-01  Matthias Clasen  <maclas@gmx.de>
7213
7214         * gtk/gtkaction.c (gtk_action_class_init): 
7215         (gtk_action_[gs]et_property): Introduce a separate
7216         "hide_if_empty" property for empty menu handling.
7217         (_gtk_action_sync_menu_visible): ...and use it here.
7218
7219         * tests/testmerge.c (main): ...and here.
7220
7221         * gtk/gtktoolitem.c (gtk_tool_item_class_init): Fix signal doc 
7222         comments to pacify gtk-doc.
7223
7224         * gtk/gtkmain.c: Doc formatting tweaks.
7225
7226         * gtk/gtktoolitem.c (gtk_tool_item_set_is_important): Fix a typo.
7227
7228         * gtk/gtkcheckmenuitem.h (gtk_check_menu_item_set_draw_as_radio): 
7229         Use the same parameter names as in .c file, to pacify gtk-doc.
7230
7231         * gtk/gtktoggletoolbutton.[hc]: 
7232         * gtk/gtktoolbutton.[hc]: 
7233         * gtk/gtktoolitem.[hc]:
7234         * gtk/gtktoolbar.[hc]: 
7235         * gtk/gtkcolorbutton.[hc]: 
7236         * gtk/gtkfontbutton.[hc]: 
7237         * gtk/gtkalignment.[hc]: Define GET_PRIVATE macros in the 
7238         source, not in the header.
7239
7240         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_[sg]et_draw_as_radio): 
7241         Document these as 2.4 API additions.
7242
7243 Tue Sep 30 23:42:56 2003  Kristian Rietveld  <kris@gtk.org>
7244
7245         * gtk/gtkentry.c (gtk_entry_set_completion),
7246         (gtk_entry_get_completion): Add API doc comments.
7247
7248         * gtk/gtkentrycompletion.c: Fix #includes and add API doc comments.
7249
7250 Tue Sep 30 23:12:34 2003  Kristian Rietveld  <kris@gtk.org>
7251
7252         * gtk/gtktreemodelfilter.c: Add "Since: 2.4" to all API doc comments.
7253
7254 Tue Sep 30 22:59:58 2003  Kristian Rietveld  <kris@gtk.org>
7255
7256         * gtk/gtktreeviewcolumn.c: Some API doc comment fixes.
7257
7258         * gtk/gtkcellayout.c: Fix #include and oooooh API doc comments!
7259
7260 2003-09-30  Matthias Clasen  <maclas@gmx.de>
7261
7262         * tests/merge-*.ui: 
7263         * tests/testmerge.c: Test handling of empty menus.
7264
7265         * gtk/gtkuimanager.c (_gtk_menu_is_empty): New function to determine
7266         whether a menu is empty. Used in gtkaction.c.
7267         (update_smart_separators): Also update the visibility of empty menus.
7268         (update_node): When creating a new menu proxy, insert an "Empty" menu 
7269         item which only gets shown if the menu is empty. 
7270
7271         * gtk/gtkaction.c (gtk_action_class_init): Document the meaning of
7272         "is_important" for menu proxies.
7273         (_gtk_action_sync_menu_visible): New function to sync the visibility
7274         of menu proxies. Used in gtkuimanager.c.
7275         (gtk_action_sync_visible): New function to sync the visibility of 
7276         proxies.
7277
7278 Tue Sep 30 21:43:34 2003  Kristian Rietveld  <kris@gtk.org>
7279
7280         * gtk/gtkcombobox.c (gtk_combo_box_menu_button_press): set
7281         popup_in_progress to TRUE,
7282         (gtk_combo_box_menu_show): and back to FALSE here; the menu now
7283         won't disappear on the first button release. (Reported by Matthias
7284         Clasen).
7285
7286 Tue Sep 30 21:08:43 2003  Kristian Rietveld  <kris@gtk.org>
7287
7288         * gtk/gtkcombobox.c (gtk_combo_box_init): actually show the child.
7289
7290         * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_init): ditto. (#123543,
7291         Marco Pesenti Gritti).
7292
7293 2003-09-30  Murray Cumming  <murrayc@usa.net>
7294  
7295         * gtk/gtkcellrenderer.h: The render vfunc takes a GdkDrawable*
7296         instead of a GdkWindow*, because that what it is given. The 
7297         documentation was already correct. This should cause no API/ABI
7298         breakage with C compilers.
7299         * gtk/gtkcellrenderertext.c, gtkcellrendererpixbuf.c, 
7300         gtkcellrenderertogger.c: Updated the declarations of the render vfunc
7301         implementation accordingly.
7302
7303 2003-09-30  Matthias Clasen  <maclas@gmx.de>
7304
7305         * gdk/gdkkeys.c (gdk_keymap_class_init): Document the
7306         "direction-changed" and "keys-changed" signals.
7307
7308         * gdk/gdkscreen.c (gdk_screen_class_init): Document the 
7309         "size-changed" signal.
7310
7311         * gdk/gdkdisplaymanager.c (gdk_display_manager_class_init): 
7312         Document the "display-opened" signal.
7313
7314         * gdk/gdkdisplay.c (gdk_display_close): Doc tweak.
7315         (gdk_display_class_init): Document the "closed" signal.
7316
7317 Sat Sep 27 16:02:40 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
7318
7319         * gtk/gtktextview.[ch]: rename property tab_moves_focus to
7320         accepts_tab. (#122709 again).
7321
7322 2003-09-27  Matthias Clasen  <maclas@gmx.de>
7323
7324         * gtk/gtkwindow.c (gtk_window_new):
7325         * gtk/gtkitemfactory.c (gtk_item_factory_new): Document 
7326         the fact that the newly created object does not come with 
7327         a floating reference.  (#103068, patch by Frederic Lespez)
7328         
7329         * gtk/gtkitemfactory.h: Deprecate GtkItemFactory in favor 
7330         of GtkUIManager. Just leave GtkTranslateFunc undeprecated, 
7331         since GtkActionGroup uses it.
7332
7333         * tests/testtext.c: Turn off GTK_DISABLE_DEPRECATED, since
7334         this test uses the soon-to-be-deprecated GtkItemFactory.
7335
7336         * demos/gtk-demo/Makefile.am (demos): Add ui_manager.c,
7337         remove item_factory.c
7338
7339         * demos/gtk-demo/ui_manager.c: Duplicate of item_factory.c 
7340         using GtkUIManager instead of GtkItemFactory.
7341
7342         * tests/testmerge.c: Demonstrate the use of the 
7343         connect-proxy signal.
7344
7345         * gtk/gtkaction.c (connect_proxy): Add connect-proxy and 
7346         disconnect-proxy signals to do small customizations 
7347         like displaying tooltips in the statusbar without 
7348         custom actions.  (#122894, Philip Langdale)
7349
7350         * gtk/gtkuimanager.c (update_node): Don't leak tooltip.
7351
7352 Fri Sep 26 23:49:44 2003  Kristian Rietveld  <kris@gtk.org>
7353
7354         Landing the new ComboBox. Note that only gtkcombobox.h and
7355         gtkcomboboxentry.h are public.
7356
7357         * gtk/gtkcellview.[ch], gtk/gtkcellviewmenuitem.[ch],
7358         gtk/gtkcombobox.[ch], gtk/gtkcomboboxentry.[ch]: new files.
7359
7360         * gtk/Makefile.am, gtk/gtk.h: adding the new files.
7361
7362         * tests/testcombo.c: and a new test.
7363
7364         * tests/Makefile.am: adding the new test.
7365
7366 2003-09-25  Tor Lillqvist  <tml@iki.fi>
7367
7368         * demos/gtk-demo/main.c: Don't use hardcoded DEMOCODEDIR on Windows.
7369
7370 2003-09-21  Tor Lillqvist  <tml@iki.fi>
7371
7372         * gdk/win32/gdkevents-win32.c (handle_wm_paint): New
7373         function. Code split out from gdk_event_translate(). Needed
7374         because gdk_event_get_graphics_expose() couldn't do anything
7375         sensible otherwise. (Not that I think graphics exposes work anyway
7376         in gdk/win32, but at least now the code could work.)
7377
7378         (gdk_event_get_graphics_expose): Call handle_wm_paint() instead of
7379         gdk_event_translate(), which couldn't have worked as it doesn't
7380         take any pre-allocated GdkEvent parameter any longer.
7381         
7382         (gdk_event_translate): Handle WM_MOUSEACTIVATE: Don't let
7383         GDK_WINDOW_TEMP windows be activated. (#122578, John Ehresman)
7384
7385 2003-09-24  Matthias Clasen  <maclas@gmx.de>
7386
7387         * demos/gtk-demo/appwindow.c (do_appwindow): Demonstrate tooltips
7388         on toolitems.
7389
7390         * gtk/gtkaction.c (connect_proxy): Sync tooltips on toolitems.
7391
7392         * gtk/gtkuimanager.c (update_node): Don't complain about missing
7393         actions on popups. Re-set "tooltip" property on toolitems after
7394         adding them to parent to trigger proxy update.
7395
7396 2003-09-22  Matthias Clasen  <maclas@gmx.de>
7397
7398         * tests/testmerge.c (main): Initially activate the JUSTIFY_RIGHT
7399         group member to test the fix for #122904.
7400
7401         * gtk/gtkactiongroup.c (gtk_action_group_add_radio_actions_full): 
7402         Add the action to the group before activating it, otherwise we
7403         may end up with multiple active group members.  (#122904, Marco
7404         Pesenti Gritti)
7405
7406 2003-09-21  Matthias Clasen  <maclas@gmx.de>
7407
7408         Changes to make cross-process merging feasible:
7409         
7410         * gtk/gtkuimanager.[hc]: Add a readonly "ui" property which holds the
7411         merged UI definition. Remove the "changed" signal, since its role
7412         is now filled by "notify::ui". Instead add a "actions-changed" signal
7413         which gets emitted when the set of actions changes.
7414
7415         * gtk/gtktoggleactionprivate.h:
7416         * gtk/gtktoggleaction.[hc] (gtk_toggle_action_[sg]et_draw_as_radio):
7417         Add a "draw_as_radio" property to toggle actions so that they can be
7418         used as proxies for radio actions much like the "draw_as_radio" 
7419         property on check menu items enables them to operate as proxies for
7420         radio actions.
7421
7422         Prevent the "show_all" trap for action-based menus (see
7423         http://mail.gnome.org/archives/gtk-devel-list/2003-September/
7424         msg00260.html):
7425
7426         * gtk/gtkmenu.c (gtk_menu_{hide,show}_all): Remove g_return_if_fail()
7427         calls from static functions.
7428
7429         * gtk/gtkuimanager.c (update_node): 
7430         * gtk/gtkaction.c (connect_proxy): Set "no_show_all" on constructed
7431         widgets whose visibility is externally controlled.
7432
7433         * gtk/gtkwidget.[hc] (gtk_widget_[gs]et_no_show_all): Add a boolean 
7434         "no_show_all" property with setter and getter. When TRUE, it keeps
7435         gtk_widget_{hide,show}_all() from modifying the visibility of the 
7436         widget and its children.
7437
7438 Sun Sep 21 23:13:37 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
7439
7440         * gtk/gtktextview.[ch]: Add new "tab moves focus" property (#122709)
7441
7442 2003-09-20  Tor Lillqvist  <tml@iki.fi>
7443
7444         * gtk-zip.sh.in: Don't use zip -r on the etc directory, to avoid
7445         including editor backup files. List files we want explicitly.
7446
7447         * gtk/gtkmain.c (_gtk_get_lc_ctype): New function. On Unix, just
7448         calls setlocale (LC_CTYPE, NULL). On Windows, looks for the
7449         LC_ALL, LC_CTYPE and LANG environment variables, than calls
7450         g_win32_getlocale().
7451
7452         (gtk_get_default_language): Code snippet moved to above function,
7453         call it.
7454
7455         * gtk/gtkimmulticontext.c (gtk_im_multicontext_get_slave)
7456         * gtk/gtkrc.c (gtk_rc_context_parse_file): Call
7457         _gtk_get_lc_ctype() instead of setlocale().
7458
7459 Fri Sep 19 18:15:31 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
7460
7461         * gtk/gtkpaned.c, gtk/gtkhpaned.c: implement RTL flipping
7462         (#96632)
7463
7464 Fri Sep 19 13:24:54 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
7465
7466         * gtk/gtktreeview.c (gtk_tree_view_get_cursor): Improve
7467         documentation. (#117306, Steve Chaplin)
7468
7469 2003-09-19  Tor Lillqvist  <tml@iki.fi>
7470
7471         * gdk/win32/gdkkeys-win32.c (update_keymap): Handle dead keysyms
7472         present on the US-International keyboard. For clarity, order
7473         keysyms in case statement according to numeric value.
7474
7475         (gdk_keymap_translate_keyboard_state): Handle Caps Lock
7476         correctly. (#120176, Ken Rastatter and Owen Taylor)
7477
7478 2003-09-18  Matthias Clasen  <maclas@gmx.de>
7479
7480         * gtk/gtkaction.c (gtk_action_finalize): Call g_closure_unref() to
7481         unref a closure, not g_object_unref().  (#122637, Marco Pesenti Gritti)
7482
7483         Install accelerators on actions, not on proxies, support
7484         accelerator-only actions:
7485         
7486         * gtk/gtkmenu.c (get_accel_path): New function to get the accel path
7487         and its lock status either via _gtk_widget_get_accel_path() or by 
7488         looking at the accel_path stored in the menu item itself and determining
7489         its lock status by peeking into the contained accel label. This was
7490         already (accidentally) committed a week ago.
7491
7492         * gtk/gtkaction.h (gtk_action_set_accel_group):
7493         (gtk_action_[dis]connect_accelerator): New functions.
7494
7495         * gtk/gtkaction.c (struct _GtkActionPrivate): Add accel_group,
7496         accel_closure and accel_count. We must have a reference to the 
7497         accel_group, since we need it in connect_proxy. The count is necessary
7498         to ensure that the accelerator isn't removed before the last proxy 
7499         requesting it has been unmerged.
7500         (connect_proxy): Connect the accelerator to the 
7501         action now, only set the accel_path on the menuitem.
7502         (remove_proxy): Disconnect the accelerator from the action, not from
7503         the menuitem.
7504         (gtk_action_set_accel_group): Set the accel group. 
7505         (gtk_action_[dis]connect_accelerator): Count the number of times
7506         this functions have been called and install/remove the accelerator if
7507         the count leaves/reaches zero.
7508
7509         * gtk/gtkuimanager.h (GtkUIManagerItemType): Add 
7510         GTK_UI_MANAGER_ACCELERATOR.
7511
7512         * gtk/gtkuimanager.c (NodeType): Add NODE_TYPE_ACCELERATOR.
7513         (start_element_handler): Create NODE_TYPE_ACCELERATOR nodes from
7514         <accelerator> elements.
7515         (gtk_ui_manager_add_ui): Create NODE_TYPE_ACCELERATOR nodes when
7516         type is GTK_UI_MANAGER_ACCELERATOR.
7517         (update_node): Set the accel group on actions before creating their
7518         proxies. Don't set the accel group on created menus. For 
7519         NODE_TYPE_ACCELERATOR nodes, [dis]connect the actions' accelerator.
7520         (print_node): Also emit <accelerator> elements.
7521
7522         * tests/testmerge.c (dump_accels): Add a "Dump Accels" button. 
7523
7524         * gtk/gtkuimanager.c (update_node): Robustness improvements.
7525
7526 2003-09-17  Matthias Clasen  <maclas@gmx.de>
7527
7528         * gtk/gtkuimanager.c (text_handler): Report unexpected character
7529         data as error from the GMarkup parser, otherwise things like
7530         gtk_ui_manager_add_ui_from_string (ui, "Hi there!", -1, &error) 
7531         pass unexpectedly.
7532
7533 Wed Sep 17 02:38:53 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
7534
7535         * gtk/gtktoolbar.c (gtk_toolbar_class_init): revert accidentally
7536         committed redraw_on_allocate change.
7537
7538 Tue Sep 16 10:42:00 2003  Eric Warmenhoven  <eric@warmenhoven.org>
7539
7540         * gdk/linux-fb/gdkwindow-fb.c: Add gdk_window_set_keep_{above,below}
7541         stubs to fix compilation
7542
7543         * gdk/linux-fb/gdkrender-fb.c: Add gdk_shadow_fb_stop_updates stub for
7544         when shadowfb is disabled. Patch from pjm@cctechnol.com (#120847).
7545
7546         * gdk/linux-fb/gdkmouse-fb.c: Add GDK_MOUSE_DEVICE environment
7547         variable. Patch from Marc Welz (#121347).
7548
7549 2003-09-16  Matthias Clasen  <maclas@gmx.de>
7550
7551         * gtk/gtkaction.h: Apply egtk-format-protos.
7552
7553 2003-09-15  Matthias Clasen  <maclas@gmx.de>
7554
7555         * gtk/gtkuimanager.c: Doc tweaks.
7556
7557         Smart separators; see 
7558         http://mail.gnome.org/archives/gtk-devel-list/2003-September/msg00133.html:
7559         
7560         * gtk/gtkuimanager.c (update_smart_separators): New function which 
7561         implements "smart" separators by iterating once over the entries of a 
7562         menu, hiding and showing separators as necessary.
7563         (update_node): Mark separators used as fences of placeholders as
7564         hidden. Explicitly added separators are marked as smart. Call 
7565         update_smart_separators after updating a menu or toolbar node. 
7566         Connect update_smart_separators to "notify::visible" signal on menu
7567         and tool items.
7568         
7569         * tests/merge-[12].ui: Test smart separators.
7570
7571         Changes to allow setting action state before connecting signal; see
7572         the thread starting at 
7573         http://mail.gnome.org/archives/gtk-devel-list/2003-September/msg00140.html:
7574         
7575         * gtk/gtkactiongroup.[hc]: (gtk_action_group_add_radio_actions):
7576         (gtk_action_group_add_radio_actions_full): Add value parameter to allow
7577         setting the currently selected group member before connecting signals.
7578         (GtkToggleActionEntry): Separate struct for constructing toggle actions,
7579         including a boolean to initialize the action state before connecting
7580         signals.
7581         (gtk_action_group_add_toggle_actions):
7582         (gtk_action_group_add_toggle_actions_full): New functions to construct
7583         toggle actions from an array of GtkToggleActionEntries.
7584
7585         * demos/gtk-demo/appwindow.c: 
7586         * tests/testactions.c: 
7587         * tests/testmerge.c: Adjust to new action group API.
7588
7589 Sun Sep 14 16:59:52 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
7590
7591         * gtk/gtktoolbar.c (gtk_toolbar_init): Name the arrow 
7592         "gtk-toolbar-arrow" so themes can special-case it.
7593
7594 Sun Sep 14 16:07:49 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
7595
7596         * gtk/Makefile.am (gtk_c_sources): sort the list of files.
7597
7598 Sun Sep 14 15:49:00 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
7599
7600         * gtk/gtktoolbar.c (toolbar_item_is_homogeneous): Unref the
7601         PangoFontMetrics. Patch from Steve Chaplin (#122257).
7602
7603 2003-09-14  Tor Lillqvist  <tml@iki.fi>
7604
7605         * gdk/win32/gdkwindow-win32.c (show_window_internal): Remove
7606         special-case code for WS_EX_TRANSPARENT (GDK_INPUT_ONLY) windows,
7607         the usefulness of which was already in doubt. Removing it fixes
7608         bugs #118575 and #121851.
7609
7610 Fri Sep 12 16:32:53 2003  Jonathan Blandford  <jrb@redhat.com>
7611
7612         Merge from stable.
7613
7614         * gtk/gtktreeview.c (gtk_tree_view_button_press): only save the
7615         pressed button (used to determine if we want to initiate a drag later
7616         on) if the current grab widget is either NULL or tree_view (Reported
7617         by Jeroen Zwartepoorte).
7618
7619 2003-09-12  Matthias Clasen  <maclas@gmx.de>
7620
7621         * gdk/gdkdraw.c (gdk_draw_string, gdk_draw_text) 
7622         (gdk_draw_text_wc): Add deprecation notes.  (#121955, Martin Pool)
7623
7624 2003-09-11  Matthias Clasen  <maclas@gmx.de>
7625
7626         * gdk/gdkpango.c: Doc tweaks.
7627
7628         * tests/testgtk.c: Add table menu tests.
7629
7630         * gtk/gtkmenu.c (gtk_menu_free_private): Don't forget to free the 
7631         GtkMenuPrivate struct itself. Pointed out by valgrind.
7632
7633         * gtk/gtkuimanager.c (gtk_ui_manager_finalize): Clean up 
7634         properly.  (#121998)
7635
7636 Wed Sep 10 22:25:04 2003  Kristian Rietveld  <kris@gtk.org>
7637
7638         The table menu patch! Turns GtkMenu into a table, so you can attach
7639         menu items in numerous new ways! Be creative!
7640
7641         Contains some bug fixes and RTL adaptions from Matthias Clasen.
7642
7643         * gtk/gtkmenu.c [toplevel]: introduce ATTACH_INFO_KEY, extend
7644         GtkMenuPrivate, introduce AttachInfo, add child properties enum,
7645         (gtk_menu_free_private), (gtk_menu_get_private): we have to free
7646         the heights array in the private struct,
7647         (gtk_menu_class_init): reorder code a bit, install child properties,
7648         (get_attach_info), (get_child_attach): new utility functions,
7649         (gtk_menu_set_child_property), (gtk_menu_get_child_property): introduce
7650         child properties, for the attach info,
7651         (gtk_menu_remove): remove AttachInfo from menu item,
7652         (gtk_menu_real_insert): implemented algorithm to automagically place
7653         inserted menu items at the correct place in the table,
7654         (gtk_menu_size_request), (gtk_menu_size_allocate),
7655         (compute_child_offset): reworked/rewritten to support table menus,
7656         (gtk_menu_attach): new function,
7657         (find_child_containing), (gtk_menu_move_current): new functions to
7658         get table menu keynav right.
7659
7660         * gtk/gtkmenu.h: add gtk_menu_attach() prototype.
7661
7662 2003-09-10  Matthias Clasen  <maclas@gmx.de>
7663
7664         * gtk/gtksocket.c (gtk_socket_filter_func): Only remove 
7665         PropertyNotify events from the stream if they have been handled,
7666         in order to enable extending the plug<->socket communication via
7667         properties.
7668
7669 Wed Sep 10 01:06:44 2003  Kristian Rietveld  <kris@gtk.org>
7670
7671         Big TreeView DnD fixage, makes drops on empty models work, makes
7672         TreeStore DnD work and gets rid of gtk-tree-model-drop-append.
7673         Related bugs #95362 and #113314. I don't want to touch this code
7674         ever again.
7675
7676         * gtk/gtktreeprivate.h (GtkTreePrivate): add empty_view_drop field.
7677
7678         * gtk/gtktreednd.c (gtk_tree_get_row_drag_data): add check
7679         for selection_data->length.
7680
7681         * gtk/gtktreeview.c (struct DestRow), (dest_row_free),
7682         (set_dest_row), (get_dest_row): we don't store just the row ref
7683         anymore, but a struct with the row ref and additional info,
7684         (set_destination_row): handle drops on empty space and some
7685         style fixes,
7686         (get_logical_dest_row): also return path_down_mode/drop_append_mode
7687         flags, handle dropping childs on their new parents, rewrite
7688         drop append handling into something saner,
7689         (gtk_tree_view_drag_motion): show a "drop possible arrow" on empty
7690         spaces,
7691         (gtk_tree_view_drag_drop): updates for updated backend,
7692         (gtk_tree_view_drag_data_received): updates for updated backend,
7693         path down mode (treestore DnD) handling,
7694         (gtk_tree_view_set_drag_dest_row): set empty_view_drop flag,
7695         when we are trying to drop a row on an empty model,
7696         (gtk_tree_view_get_drag_dest_row): handle empty_view_drop flag.
7697
7698         * gtk/gtkliststore.c (gtk_list_store_drag_data_received),
7699         (gtk_list_store_row_drop_possible): style and drop-append fixes.
7700
7701         * gtk/gtktreestore.c (gtk_tree_store_drag_data_received): ditto.
7702
7703 2003-09-08  Alexander Larsson  <alexl@redhat.com>
7704
7705         * gtk/gtkeventbox.[hc]:
7706         Implement gtk_event_box_get/set_input_only()
7707         
7708         * tests/testgtk.c:
7709         Tests for the new input only event boxes
7710
7711 Mon Sep  8 21:44:20 2003  Kristian Rietveld  <kris@gtk.org>
7712
7713         Fixes from David Hampton <hampton@employees.org> via gtk-devel-list.
7714
7715         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_elt_get_path): fix
7716         the call to gtk_tree_model_filter_add_root,
7717         (gtk_tree_model_filter_row_changed): bail out if c_path is not above
7718         the virtual root, allow building levels on the second try to convert
7719         the child path to a filter path,
7720         (gtk_tree_model_filter_convert_iter_to_child_iter): pass the virtual
7721         root when calling gtk_tree_model_filter_elt_get_path.
7722
7723 2003-09-07  Matthias Clasen  <maclas@gmx.de>
7724
7725         * gtk/gtkuimanager.c (update_node): Fix a C99ism.  (#121640,
7726         Josh Beam)
7727
7728         Fixes for accelerator handling during (un)merging:
7729         
7730         * gtk/gtkuimanager.c (update_node): Move setting info-action
7731         after the switch, since the old action is needed in some cases.
7732         In cases of proxy type mismatch, disconnect the old proxy from
7733         the old action.
7734
7735         * gtk/gtkaction.c (remove_proxy): Renamed from 
7736         gtk_action_remove_proxy(). Move unsetting of the accelerator
7737         here from disconnect_proxy() in order to catch all cases of 
7738         removing a proxy.
7739         (gtk_action_disconnect_proxy): Fix logic in g_return_if_fail()
7740         to fail if proxy isn't a proxy of action.
7741
7742 2003-09-07  Pablo Saratxaga  <pablo@mandrakesoft.com>
7743
7744         * configure.in: Added Uzbek latin (uz) and cyrillic (uz@Cyrl) to
7745         ALL_LINGUAS
7746
7747 2003-09-07  Matthias Clasen  <maclas@gmx.de>
7748
7749         * gtk/gtkaction.c (disconnect_proxy): Make disconnect work
7750         for toolitems.
7751
7752 2003-09-06  Matthias Clasen  <maclas@gmx.de>
7753
7754         * gtk/gtkaction.c (gtk_action_connect_proxy): Disconnect from 
7755         prev_action, not from action.  (Fix by David Hampton)
7756
7757 Fri Sep  5 14:15:10 2003  Owen Taylor  <otaylor@redhat.com>
7758  
7759         * Back out locale-dependent interpretation of
7760         KP_Decimal, the official XFree86 interpretation
7761         is that KP_Decimal => . KP_Separator => ,
7762         always, independent of locale. 
7763         (#105161, Frederic Crozat, 
7764         http://bugs.xfree86.org/show_bug.cgi?id=534)
7765  
7766 2003-09-04  Matthias Clasen  <maclas@gmx.de>
7767
7768         * tests/testmerge.c: Test buttons and toggle buttons as proxies.
7769
7770         * gtk/gtktoggleaction.c (connect_proxy): 
7771         (gtk_toggle_action_real_toggled): Support toggle buttons as proxies. Note 
7772         that a "draw_as_radio" property is needed for check buttons similar to 
7773         check menu items, in order to fully support button proxies for radio actions.
7774
7775         * gtk/gtkaction.c (connect_proxy): Allow buttons as proxies.
7776
7777         * tests/testmerge.c (toggle_dynamic): Test gtk_ui_manager_add_ui(). 
7778
7779         * gtk/gtkuimanager.h: Add GtkUIManagerItemType enum which is needed for the
7780         'type' argument of gtk_ui_manager_add_ui().
7781
7782         * gtk/gtkuimanager.[hc] (gtk_ui_manager_add_ui): Add 'type' and 'top' arguments
7783         to make this function as powerful as the XML methods of adding UI.  (#120647)
7784
7785 Thu Sep  4 19:11:23 2003  Kristian Rietveld  <kris@gtk.org>
7786
7787         Merge from stable.
7788
7789         * docs/RELEASE-HOWTO: updates.
7790
7791 2003-09-04  Matthias Clasen  <maclas@gmx.de>
7792
7793         * tests/merge-2.ui: Use "position" instead of "pos".
7794
7795         * gtk/gtkuimanager.c (start_element_handler): No need 
7796         to be terse: Change the name of the "pos" attribute
7797         to "position".
7798
7799 2003-09-04  Matthias Clasen  <maclas@gmx.de>
7800
7801         * gtk/gtkuimanager.c: Un-prefix GtkUIManagerNodeType and 
7802         GtkUIManagerNode to shorten the names and to make the
7803         GTK_UI_MANAGER_<TYPE> names available for a public enum.
7804
7805         * gtk/gtkactiongroup.c:
7806         * gtk/gtkuimanager.c: Various doc tweaks.       
7807
7808         * gtk/gtkuimanager.c (start_element_handler):
7809         (end_element_handler): Improve error reporting. 
7810
7811 Wed Sep  3 23:18:17 2003  Kristian Rietveld  <kris@gtk.org>
7812
7813         Merge from stable.
7814
7815         * gtk/gtkmenu.c (gtk_menu_real_move_scroll): for the END case,
7816         use end_position - page_size instead of G_MAXINT, since
7817         gtk_menu_scroll_to doesn't CLAMP anymore internally. (Fixes #121237,
7818         reported by Havoc Pennington).
7819
7820 Wed Sep  3 21:58:03 2003  Kristian Rietveld  <kris@gtk.org>
7821
7822         Merge from stable.
7823
7824         * gtk/gtkiconfactory.c (cached_icon_free): if icon->style != NULL,
7825         unref it. (Fixes memleak, patch from Kjartan Maraas).
7826
7827 Wed Sep  3 21:38:26 2003  Kristian Rietveld  <kris@gtk.org>
7828
7829         * gdk/Makefile.am, gdk/linux-fb/gdkfbmanager.c, gdk/x11/gdkcolor-x11.c,
7830         gdk-pixbuf/io-gif.c, gtk/Makefile.am, gtk/gtkcalendar.c,
7831         gtk/gtkclist.c, gtk/gtkctree.c, gtk/gtkdnd.c, gtk/gtkentry.c,
7832         gtk/gtkhandlebox.c, gtk/gtkitemfactory.c, gtk/gtkmenu.c,
7833         gtk/gtknotebook.c, gtk/gtkrange.c, gtk/gtkrc.h, gtk/gtktree.c,
7834         gtk/gtktypeutils.h: big patch from Kjartan Maraas
7835         to fix numerous typos.
7836
7837 Wed Sep  3 17:38:01 BST 2003  Tony Gale <gale@gtk.org>
7838
7839         * docs/faq/gtk-faq.sgml: Correct compile line for threads example.
7840
7841 2003-09-02  Tor Lillqvist  <tml@iki.fi>
7842
7843         * gdk/win32/gdkdisplay-win32.c (gdk_display_open): Don't call
7844         CloseHandle() on the HMODULE returned from GetModuleHandle().
7845         Didn't cause any harm, but didn't do anything useful either. When
7846         running a GTK+ program under MS's debugger, the CloseHandle() call
7847         would cause a "first-chance exception" in ntdll.dll to show up.
7848         (The exception is caught appropriately if you let it proceed, but
7849         it confuses the person using the debugger). Thanks to Bruce
7850         Hochstetler for noticing.
7851
7852 Tue Sep  2 21:01:19 2003  Kristian Rietveld  <kris@gtk.org>
7853
7854         Merge from stable.
7855
7856         * gtk/gtktreeview.c (gtk_tree_view_button_press): revert the change
7857         to only select when button 1 is pressed introduced in the fix of
7858         bug #120187.
7859
7860 2003-09-02  Matthias Clasen  <maclas@gmx.de>
7861
7862         * gtk/gtkactiongroup.c (gtk_action_group_new): Doc addition.
7863
7864         * gtk/gtkuimanager.c: Shorten the names of some static 
7865         functions.
7866
7867         Support adding and removing merge nodes dynamically (#120647, 
7868         Anders Carlsson):
7869         
7870         * gtk/gtkuimanager.[ch] (gtk_ui_manager_new_merge_id): Renamed 
7871         gtk_ui_manager_next_merge_id to gtk_ui_manager_new_merge_id 
7872         and made it public.
7873         (gtk_ui_manager_add_ui): New function to add UI elements
7874         without juggling XML fragments, currently restricted to menuitems,
7875         toolitems and separators. Actions still come from registered 
7876         action groups.
7877
7878 Mon Sep  1 19:39:14 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
7879
7880         * gdk/gdkwindow.c (gdk_window_get_bg_gc): Fix bug where the
7881         background pixmap was being offset twice, once by the ts_origin in
7882         gdk_window_get_bg_gc(), and once by gdk_draw_rectangle().
7883
7884 2003-09-01  Matthias Clasen  <maclas@gmx.de>
7885
7886         * gtk/gtkuimanager.[ch] (gtk_ui_manager_ensure_update): Make
7887         this public again, since it's occasionally useful.  (#121128,
7888         Marco Pesenti Gritti)
7889
7890         * gtk/gtkaction.c: Add an "is_important" property and propagate
7891         it to toolitem proxies.  (#121058, Marco Pesenti Gritti)
7892
7893 Mon Sep  1 00:32:30 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
7894
7895         * tests/testtoolbar.c (main): connect to "delete_event" so the
7896         application will actually quit when you close the window
7897
7898 2003-09-01  Matthias Clasen  <maclas@gmx.de>
7899
7900         * gtk/gtkuimanager.c (gtk_ui_manager_get_widget) 
7901         (gtk_ui_manager_get_action): g_return_if_fail() if
7902         path is NULL.
7903         (gtk_ui_manager_get_node): Avoid a segfault if path is empty.
7904         (gtk_ui_manager_finalize): Remove the idle on finalize. (#121125, 
7905         Marco Pesenti Gritti)
7906
7907 2003-08-31  Matthias Clasen  <maclas@gmx.de>
7908
7909         * gtk/gtktoolitem.c: Fix some typos in docs.
7910
7911         * gtk/gtkuimanager.[ch] (gtk_ui_manager_get_action): New function,
7912         replaces gtk_ui_manager_activate().  (#120658)
7913
7914         * tests/testmerge.c: Use gtk_ui_manager_get_action() instead of
7915         gtk_ui_manager_activate().
7916
7917         * gtk/gtkaction.c: 
7918         * gtk/gtkactiongroup.c: Some doc tweaks.
7919
7920         * gtk/gtkuimanager.[hc]: Get rid of the remove_widget signal. It
7921         wasn't emitted anyway. Some doc tweaks.
7922
7923 2003-08-30  Matthias Clasen  <maclas@gmx.de>
7924
7925         * tests/testmerge.c (add_widget): Connect to "destroy" on toolbar,
7926         rather than to "remove" on handlebox. 
7927
7928         * gtk/gtkuimanager.[hc] (gtk_ui_manager_activate): New method to
7929         activate an action found by following a path.  (#120658)
7930
7931         * tests/testmerge.c: Add a button to test gtk_ui_manager_activate().
7932
7933         * tests/testmerge.c (add_widget): Put toolbars in handleboxes.
7934
7935         * gtk/gtkuimanager.[hc]: Add a boolean property, "add_tearoffs" with 
7936         setter and getter. If it is set, add tearoff menu items to regular 
7937         menus, but not to popups. Add a signal "changed", which gets emitted
7938         when the merged ui has changed.  (#120649, #120656)
7939
7940         * tests/testmerge.c: Add button to test the generation of tearoff 
7941         menu items.
7942
7943 2003-08-29  Matthias Clasen  <maclas@gmx.de>
7944
7945         * gtk/gtkactiongroup.c (gtk_action_group_add_radio_actions_full): 
7946         Actually group the actions together rather than putting each in its 
7947         own group.
7948
7949         * gtk/gtkradioaction.c (create_menu_item): Set "draw_as_radio" on 
7950         proxy menu items for radio actions.
7951
7952         * gtk/gtkgamma.c (gamma_ok_callback): Use g_strtod instead of strtod.
7953
7954 Fri Aug 29 21:40:01 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
7955
7956         * gtk/gtkactiongroup.c (gtk_action_group_add_radio_actions_full):
7957         Fix use of uninitialized variable.
7958
7959         * gtk/gtktextutil.c
7960         (_gtk_text_util_append_special_char_menuitems): add const cast to
7961         get rid of warning
7962
7963 2003-08-29  Matthias Clasen  <maclas@gmx.de>
7964
7965         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_class_init): Install 
7966         "draw_as_radio" as a separate property, not as an alias of 
7967         "inconsistent".
7968         (gtk_check_menu_item_get_property): 
7969         (gtk_check_menu_item_set_property): Also support "draw_as_radio".
7970
7971 Fri Aug 29 20:32:07 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
7972
7973         * gtk/gtktoolbar.c: Only treat buttons as homogeneous when they
7974         are narrower than 13 time the estimated character width of the
7975         font. (#107781, David Bordoley)
7976
7977         * gtk/gtktoggletoolbutton.c (gtk_toggle_tool_button_init): Check
7978         here if the GtkToggleButton is active. This may be the case if it
7979         is a radio button.
7980
7981         * gtk/gtktoolbar.c: Clarify documentation wrt. GtkSignalFunc
7982         vs. void (*) (GtkWidget, gpointer). (#107495, Mariano
7983         Suarez-Alvarez).
7984
7985         * gtk/gtkcheckmenuitem.[ch]: new "draw_as_radio"
7986         property. (#111207, David Bordoley).
7987
7988         * gtk/gtktoggletoolbutton.c
7989         (gtk_toggle_tool_button_create_menu_proxy): use new
7990         "draw_as_radio" property on the menu item when the item is a radio
7991         tool button
7992
7993         * gtk/gtktoolbutton.c (gtk_tool_button_create_menu_proxy): Fixes
7994         to only pay attention to the "use_underline" property when the
7995         button label comes from the "label" property.
7996
7997 2003-08-29  Laurent Dhima  <laurenti@alblinux.net>
7998
7999         * configure.in: Added "sq" to ALL_LINGUAS.
8000         
8001 2003-08-28  Matthias Clasen  <maclas@gmx.de>
8002
8003         * gdk/x11/gdkkeys-x11.c (gdk_keymap_translate_keyboard_state): Markup
8004         fix in the docs.
8005
8006         * gtk/gtkuimanager.c: Change the XML format:
8007         <Root> element is replaced by <ui>,
8008         <menu> element is replaced by <menubar>,
8009         <submenu> element is replaced by <menu>,
8010         <dockitem> element is replaced by <toolbar>,
8011         <popups> element is gone,
8012         verb attribute is replaced by action,
8013         name defaults to action or the element name. 
8014
8015         * gtk/gtkactiongroup.[hc]: Replace GtkActionGroupEntry by 
8016         GtkActionEntry and GtkRadioActionEntry. GtkActionEntry is simplified 
8017         by removing the user_data, entry_type and extra_data fields, 
8018         GtkRadioActionEntry is further simplified by removing the callback. 
8019         The user_data can now be specified as an argument to 
8020         gtk_action_group_add_actions(). There is a new method 
8021         gtk_action_group_add_radio_actions(), which is similar to 
8022         gtk_action_group_add_actions(), but takes GtkRadioActionEntrys
8023         and a callback parameter in addition to the user_data. The callback
8024         is connected to the ::changed signal of the first group member.
8025         There are _full() variants taking a GDestroyNotify of 
8026         gtk_action_group_add_[radio_]actions().
8027
8028         * gtk/gtkradioaction.[hc]: Add a ::changed signal which gets emitted 
8029         on every member of the radio group when the active member is changed. 
8030         Add an integer property "value", and a getter for the value of "value"
8031         on the currently active group member. 
8032
8033         * tests/testactions.c: 
8034         * tests/testmerge.c: 
8035         * tests/merge-[123].ui:  
8036         * demos/gtk-demo/appwindow.c: Adjust to these changes.
8037
8038         * gtk/gtktoolbar.c (gtk_toolbar_append_element): Trivial doc fix.
8039
8040 2003-08-27  Anders Carlsson  <andersca@gnome.org>
8041
8042         * demos/gtk-demo/appwindow.c (do_appwindow): Focus the
8043         text view, so the tool bar won't have focus.
8044
8045 Tue Aug 26 09:57:38 2003  Owen Taylor  <otaylor@redhat.com>
8046
8047         * gdk/x11/gdkkeys-x11.c (update_keymaps): Fix variable
8048         declaration not at start of block. (#120371, Damien Carbery)
8049
8050 2003-08-26  Matthias Clasen  <maclas@gmx.de>
8051
8052         * gtk/gtkuimanager.[hc] (gtk_ui_manager_add_ui_from_string): Use gssize 
8053         for length, not gsize.
8054
8055         * gtk/gtkuimanager.c: Refactor the XML format a bit: rename <Root> to 
8056         <ui> and make it optional in strings. Rename verb to action, <dockitem> 
8057         to <toolbar>, <menu> to <menubar>, <submenu> to <menu>.
8058
8059         * demos/gtk-demo/appwindow.c: 
8060         * tests/testactions.c: 
8061         * tests/testmerge.c:
8062         * tests/merge-1.ui:
8063         * tests/merge-2.ui:
8064         * tests/merge-3.ui: Adjust to the new XML format.
8065
8066 Mon Aug 25 19:55:55 2003  Owen Taylor  <otaylor@redhat.com>
8067
8068         * gtk/gtktextview.c (gtk_text_view_update_layout_width): 
8069         Since we add one to the layout's reported width to
8070         account for the cursor, we need to subtract one when
8071         setting the wrap width for the layout. (Fixes infinite
8072         loop (#120325, Frederic Crozat)
8073
8074         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): 
8075         Be a bit more careful about rounding when converting
8076         wrapped width from Pango units to pixels.
8077
8078 2003-08-26  Matthias Clasen  <maclas@gmx.de>
8079
8080         Rename GtkMenuMerge to GtkUIManager. 
8081         
8082         * gtk/gtkuimanager.[hc]: New files. 
8083         * gtk/gtkmenumerge.[hc]: Removed. 
8084
8085         * gtk/Makefile.am: 
8086         * gtk/gtk.h:
8087         * tests/testmerge.c: 
8088         * tests/testactions.c: 
8089         * demos/gtk-demo/appwindow.c: Replace all uses of GtkMenuMerge by 
8090         GtkUIManager.
8091
8092         * demos/gtk-demo/appwindow.c: Make GtkMenuMerge demo less intimidating: 
8093         add comments to entries array, remove newlines from ui definition. Don't 
8094         use the ::add_widget signal.
8095
8096 Mon Aug 25 17:28:04 2003  Owen Taylor  <otaylor@redhat.com>
8097
8098         * gtk/gtknotebook.c (gtk_notebook_forall): Don't
8099         include page->menu_label - causes various problems,
8100         including #12047.
8101
8102 Mon Aug 25 23:21:43 2003  Kristian Rietveld  <kris@gtk.org>
8103
8104         Merge from stable.
8105
8106         Fixes #115871, reported by Michael Natterer.
8107
8108         * gtk/gtktreeprivate.h: added GtkTreeSelectMode enum,
8109         added ctrl_pressed and shift_pressed bitfields,
8110         (_gtk_tree_selection_internal_select_node): replace GdkModifierType
8111         arg with GtkTreeSelectMode.
8112
8113         * gtk/gtktreeselection.c (gtk_tree_selection_set_mode),
8114         (gtk_tree_selection_select_path), (gtk_tree_selection_unselect_path),
8115         (_gtk_tree_selection_internal_select_node): all updated for
8116         GdkModifierType -> GtkTreeSelectMode move.
8117
8118         * gtk/gtktreeview.c (gtk_tree_view_button_press): set ctrl_pressed
8119         and shift_pressed around selection handling block,
8120         (gtk_tree_view_real_select_cursor_row),
8121         (gtk_tree_view_real_toggle_cursor_row),
8122         (gtk_tree_view_real_selection_cursor_parent),
8123         (gtk_tree_view_real_set_cursor): use ctrl_pressed and shift_pressed,
8124         instead of checking the event state. And also updates for the
8125         GdkModifierType -> GtkTreeSelectMode move.
8126
8127 Wed Aug 20 21:26:49 2003  Owen Taylor  <otaylor@redhat.com>
8128
8129         * gtk/gtkplug.c (gtk_plug_focus): Send the focus on
8130         to the parent when there was no focus widget before
8131         and no focus widget after - that is, when there are
8132         no focusable widgets. (#108678, help tracking it
8133         down from Padraig O'Briain, Federico Mena Quintero, )
8134
8135         * gtk/gtkxembed.[ch]: Move various shared utilities
8136         for the XEMBED protocol eused by GtkPlug and GtkSocket 
8137         here.
8138
8139         * gtk/gtkxembed.[ch] gtkplug.c gtksocket.c: Implement
8140         a flag bit that is sent with focus mesages to indicate
8141         that the focus has wrapped around on the toplevel;
8142         use this bit to catch infinite loops when there is no
8143         focusable widget at ll in the entire toplevel.
8144
8145         * tests/testsocket.c (child_read_watch): Remove an
8146         extraneous unref.
8147
8148         * gtk/gtkplug.c gtk/gtksocket.c gtk/gtkxembed.h: 
8149         Up XEMBED protocol version to 1, add logic for 
8150         sending the right version in XEMBED_EMBEDDED_NOTIFY.
8151
8152         * gtk/gtksocket.c (gtk_socket_add_window): Send
8153         the embedder window in the XEMBED_EMBEDDED_NOTIFY
8154         as the spec requires.
8155
8156 Mon Aug 25 16:15:41 2003  Owen Taylor  <otaylor@redhat.com>
8157
8158         * gdk/x11/gdkkeys-x11.c: Fix up CapsLock and 
8159         NumLock handling for non-XKB. Add a special case
8160         hack for NumLock on Sun servers. (Patch from
8161         Robert Basch, #115819)
8162
8163 2003-08-25  Matthias Clasen  <maclas@gmx.de>
8164
8165         * gtk/gtkactiongroup.c (gtk_action_group_add_actions): Remove C99isms. (Morten 
8166         Welinder)
8167
8168         * gtk/gtkactiongroup.[hc] (gtk_action_group_set_translate_func,
8169         gtk_action_group_set_translation_domain): Hooks for translation of
8170         label and tooltip in GtkActionGroupEntries.  (#120620)
8171
8172 2003-08-25  Matthias Clasen  <maclas@gmx.de>
8173
8174         * gtk/gtkactiongroup.h (GtkActionGroupEntryType): Namespace the enum
8175         values properly. Sorry about the resize grip trouble, Owen.  (#120621)
8176         
8177         * gtk/gtkactiongroup.c: 
8178         * demos/gtk-demo/appwindow.c: 
8179         * tests/testmerge.c: 
8180         * tests/testactions.c: Use new GtkActionGroupEntryType enum.  
8181
8182 Sun Aug 24 17:14:44 2003  Owen Taylor  <otaylor@redhat.com>
8183
8184         * gtk/gtk.h: Remove reference to gtkresizegrip.h.
8185
8186 Sun Aug 24 17:03:44 2003  Owen Taylor  <otaylor@redhat.com>
8187
8188         * gtk/Makefile.am: Fix accidental commit of references
8189         to gtkresizegrip.[ch]
8190
8191 Sun Aug 24 17:00:03 2003  Owen Taylor  <otaylor@redhat.com>
8192
8193         * gtk/gtkrc.c: Fix some missing initializations of
8194         rc_file->directory.
8195
8196 2003-08-24  Matthias Clasen  <maclas@gmx.de>
8197
8198         * gtk/gtkaction.[ch]: 
8199         * gtk/gtktoggleaction.[ch]: 
8200         * gtk/gtktoggleactionprivate.h: 
8201         * gtk/gtkradioaction.[ch]: 
8202         * gtk/gtkactiongroup.[ch]: 
8203         * gtk/gtkmenumerge.[ch]: A model-view separation for menus and
8204         toolbars, using the EggMenu code by James Henstridge.
8205
8206         * gtk/gtk.h: Include new headers.
8207         * gtk/Makefile.am: Add new files.
8208
8209         * tests/testactions.c: Test for actions.
8210         * tests/testmerge.c: Test for menu merging.
8211         * tests/merge-[123].ui: Test data for testmerge. 
8212         * tests/Makefile.am: Add testactions and testmerge.
8213
8214         * demos/gtk-demo/appwindow.c: Use GtkMenuMerge to construct the 
8215         menubar and toolbar.
8216         
8217 Sat Aug 23 21:40:18 2003  Owen Taylor  <otaylor@redhat.com>
8218  
8219         * gtk/gtkrc.c (gtk_rc_context_parse_one_file): Fix 
8220         problem where rc_file->directory wasn't always getting
8221         set. (#120549, Luis Villa)
8222  
8223 2003-08-22  Christian Rose  <menthos@menthos.com>
8224
8225         * configure.in: Added "ne" to ALL_LINGUAS.
8226
8227 Thu Aug 21 16:00:36 2003  Owen Taylor  <otaylor@redhat.com>
8228  
8229         * gtk/gtkrc.c: Keep a list of current GtkRcFiles
8230         being parsed, not just the directories for those
8231         files. Use that to catch recursion. (Part of
8232         #114988)
8233  
8234 Thu Aug 21 21:27:45 2003  Kristian Rietveld  <kris@gtk.org>
8235
8236         Merge from stable.
8237
8238         Fix option menu scrolling (#119821, Owen Taylor).
8239
8240         * gtk/gtkmenu.c (gtk_menu_scroll_to): remove logic introduced
8241         by #80484 and the CLAMP,
8242         (get_menu_height): new function,
8243         (gtk_menu_real_move_scroll): sort of moved the CLAMP here to correct
8244         new_offset to handle page up/down right.
8245
8246 Thu Aug 21 15:17:42 2003  Owen Taylor  <otaylor@redhat.com>
8247
8248         * gdk/x11/gdkkeys-x11.c: Change the interpretation
8249         of consumed_modifiers so that it contains:
8250          - Modifiers combinations actually found in
8251            state.
8252          - Single modifier modifier combinations.
8253         But not multi-modifier combinations that aren't
8254         in event->state. Document. (#100439)
8255
8256 Thu Aug 21 20:53:46 2003  Kristian Rietveld  <kris@gtk.org>
8257
8258         Slightly modified patch from Yann Rouillard to improve selection
8259         behavior with the mouse. Fixes #120187.
8260
8261         * gtk/gtktreeview.c (gtk_tree_view_button_press): only
8262         select/deselect items on the first button press of button 1,
8263         expand checks for row_activated to include triple clicks.
8264
8265 Thu Aug 21 01:33:51 2003  Kristian Rietveld  <kris@gtk.org>
8266
8267         Merge from stable.
8268
8269         * gtk/gtkspinbutton.c (gtk_spin_button_size_request): always round
8270         approximate digit widths up, to avoid truncation, convert to
8271         pango pixels when we have the full string width instead of converting
8272         the approx digit width to pango pixels, take inner border and
8273         interior focus into account correctly. (Fixes #116368, patch from
8274         Morten Welinder).
8275
8276 2003-08-20  Noah Levitt  <nlevitt@columbia.edu>
8277
8278         * gtk/queryimmodules.c: Don't look at the same directory twice (in
8279         simple cases). (#120342)
8280
8281 Wed Aug 20 22:04:47 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8282
8283         * gdk/gdkwindow.c: Make the layers in the paint stack have their
8284         own pixmap instead of sharing one. (#118317)
8285
8286         * tests/testgtk.c (create_get_image): Fixes to make the window fit
8287         on an 800x600 screen
8288
8289 Wed Aug 20 22:03:25 2003  Kristian Rietveld  <kris@gtk.org>
8290
8291         Merged from stable.
8292
8293         * gtk/gtkspinbutton.c (start_spinning): change the type of step
8294         to gdouble, since it gets it's data from a gdouble (Fixes #113547).
8295
8296 Mon Aug 18 17:19:12 2003  Owen Taylor  <otaylor@redhat.com>
8297
8298         * modules/input/gtkimcontextxim.[ch]: Substantially
8299         rework the handling of status windows:
8300         
8301          - Store the current StatusWindow in the 
8302            GtkIMContextXIM structure and vice-versa, so we
8303            don't have to hunt the window hierarchy on
8304            cleanup.
8305          - Use the Gtkidget hierarchy instead of/or as well
8306            as the GdkWindow hierarchy when finding the toplevel;
8307            this helps for things like GtkHandlebox
8308          - Watch GtkWidget::hierarchy_changed to catch 
8309            changes in the toplevel without changes in the
8310            GdkWindow (reparenting)
8311          - Never create the GtkWindow for the status window
8312            unless we have text to display.
8313          - Various cleanups, add lots of comments.
8314
8315         (#115077, much help from Takuro Ashie and Hidetoshi
8316         Tajima in tracking this down and figuring out a fix.)
8317
8318         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_focus_in): 
8319
8320         * modules/input/gtkimcontextxim.c: Track the current
8321         screen for each toplevel so that we show the status
8322         window on the right screen. (#116340, James Su)
8323
8324         * modules/input/gtkimcontextxim.c: If create a new IC
8325         when we currently have the focus, call XSetICFocus()
8326         on it.
8327         
8328         * modules/input/gtkimcontextxim.c (get_im): Fix bug
8329         with multiple open screens.
8330
8331 Tue Aug 19 14:37:46 2003  Owen Taylor  <otaylor@redhat.com>
8332
8333         * gtk/gtkimmulticontext.[ch] (struct _GtkIMMulticontext): 
8334         Replace client_window field with 'priv' pointer,
8335         retaining binary compatibility.
8336
8337         * gtk/gtkimmulticontext.c (gtk_im_multicontext_set_slave): 
8338         save use_preedit/cursor_location/focus status and set
8339         up the new slave appropriately. (#118651, Botond Botyanszki)
8340
8341 Tue Aug 19 13:58:50 2003  Owen Taylor  <otaylor@redhat.com>
8342
8343         * gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): 
8344         Don't use impl->position_info.clip_rect for toplevels.
8345         (#107068, reported by Thomas Mirlacher)
8346
8347 Mon Aug 18 11:48:51 2003  Owen Taylor  <otaylor@redhat.com>
8348
8349         * gdk/x11/gdkdrawable-x11.c (convert_to_format): 
8350         Add a fallback for unaligned source data for
8351         FORMAT_ARGB_MASK. (#117217)
8352
8353 Mon Aug 18 10:51:57 2003  Owen Taylor  <otaylor@redhat.com>
8354
8355         * configure.in: Rework handling of REBUILD_PNGS,
8356         so that we also don't try to REBUILD_PNGS when
8357         cross-compiling and there is no gdk-pixbuf-csource.
8358         But give an error if gtk/stock-icons/gtkstockpixbufs.h
8359         is not in the source tree. (Note that REBUILDS_PNG
8360         was set backwards before, which is why you always
8361         had to manually recreate gtkstockpixbufs.h!)
8362
8363 Mon Aug 18 10:19:55 2003  Owen Taylor  <otaylor@redhat.com>
8364
8365         * gtk+-2.0-uninstalled.pc.in: Add a missing gtk/ in the
8366         path to libgtk.la. (#120080, Benedikt Spranger)
8367
8368 Sat Aug 16 10:34:49 2003  Owen Taylor  <otaylor@redhat.com>
8369
8370         * modules/input/imcedilla.c: Make the list of default
8371         languages more comprehensive. (Suggestion of
8372         Fco. Javier F. Serrador)
8373
8374 Sat Aug  9 12:47:11 2003  Owen Taylor  <otaylor@redhat.com>
8375
8376         * gdk/gdk.c (gdk_arg_context_parse): Fix broken 
8377         parentheses when skipping args.
8378
8379 Sat Aug 16 16:22:23 2003  Kristian Rietveld  <kris@gtk.org>
8380
8381         Fix major bug in row ref handling, so the new combo box
8382         will actually work right (:. Bug #107748. Patch written
8383         with help from Tim Janik.
8384
8385         The basic idea is to update the row refs in a closure,
8386         before the actual signal is emitted (rather than having
8387         the model connect signal handlers).
8388
8389         * gtk/gtktreemodel.c (gtk_tree_model_base_init): change
8390         g_signal_new calls for row_inserted, row_deleted and
8391         rows_reordered to use the new marshallers,
8392         (row_inserted_marshall), (row_deleted_marshall),
8393         (rows_reordered_marshall): the new marshallers,
8394         (gtk_tree_row_ref_inserted_callback): renamed to
8395         gtk_tree_row_ref_inserted since it isn't a callback
8396         anymore and gets called by the marshaller now,
8397         (gtk_tree_row_ref_deleted_callback): likewise,
8398         (gtk_tree_row_ref_reordered_callback): likewise,
8399         (connect_ref_callbacks), (disconnect_ref_callbacks):
8400         removed,
8401         (gtk_tree_row_reference_new_proxy),
8402         (gtk_tree_row_reference_free),
8403         (gtk_tree_row_reference_inserted),
8404         (gtk_tree_row_reference_deleted),
8405         (gtk_tree_row_reference_reordered): updated.
8406
8407 Fri Aug 15 16:54:39 2003  Owen Taylor  <otaylor@redhat.com>
8408
8409         Improve Cedilla handling - based on a patch from Gustavo 
8410         De Nardin, #111334
8411
8412         * modules/input/imcedilla.c po/POTFILES.in: Input method that 
8413         produces C_WITH_CEDILLA rather than C_WITH_ACUTE for 
8414         dead_acute+c combinations. Make this the default for
8415         fr and pt.
8416
8417         * gtk/gtkimmulticontext.c (gtk_im_multicontext_get_slave): 
8418         Use LC_CTYPE instead of LC_MESSAGES to pick the default
8419         input method.
8420
8421 Fri Aug 15 17:00:19 2003  Owen Taylor  <otaylor@redhat.com>
8422
8423         * gtk/gtkimcontextsimple.c: Fix missing compose sequence
8424         for Multi_key+c+apostrophe.
8425
8426 Fri Aug 15 21:57:34 2003  Kristian Rietveld  <kris@gtk.org>
8427
8428         Merged from stable.
8429
8430         * gtk/gtktreeview.c (gtk_tree_view_adjustment_changed): stop editing
8431         on vertical scrolling. (#108035, reported by Tim Janik).
8432
8433 Fri Aug 15 20:06:42 2003  Kristian Rietveld  <kris@gtk.org>
8434
8435         Merged from stable.
8436
8437         * gtk/gtktreeview.c (gtk_tree_model_sort_row_changed),
8438         (gtk_tree_model_sort_level_find_insert),
8439         (gtk_tree_model_sort_insert_value): fix off-by-one error.
8440         (#109292 continued, patch from Yann Rouillard).
8441
8442 Fri Aug 15 19:43:14 2003  Kristian Rietveld  <kris@gtk.org>
8443
8444         (Note: This is not exactly the same as the patch which went in
8445          gtk-2-2).
8446
8447         * gtk/gtktreeview.c (gtk_tree_view_class_init),
8448         (gtk_tree_view_key_press), (gtk_tree_view_search_key_press_event):
8449         Also support the up, down, left, right, home, end, page up and
8450         page down keys on the numpad. (#119419, reported by Alex Larsson).
8451
8452 Fri Aug 15 12:34:04 2003  Owen Taylor  <otaylor@redhat.com>
8453
8454         Fixes for X/Cygwin builds of GTK+ (#107623, Masahiro Sakai):
8455
8456         * configure.in (GDK_DEP_LIBS_FOR_X): Make sure that
8457         we link libgtk against X explicitely, since we
8458         make GTK+ calls for plug/socket.
8459
8460         * gtk/queryimmodules.c: Use USE_LA_MODULES and 
8461         G_MODULE_SUFFIX here. 
8462
8463         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_image): Protect
8464         XShmPutImage with #ifdef USE_SHM.
8465
8466 Thu Aug 14 18:25:39 2003  Owen Taylor  <otaylor@redhat.com>
8467
8468         * gtk/gtkfilesel.c (gtk_file_selection_populate):
8469         Don't reposition the cursor when we aren't trying
8470         to complete. (Fixes problems with selection on
8471         startup, #108433, reported by Mark Finlay.)
8472
8473         * gtk/gtkfilesel.c (gtk_file_selection_populate): Remove
8474         code that tried to position the cursor after the common
8475         prefix when there was one, it wasn't working, and
8476         would be hard to fix. Just always put the cursor
8477         at the end when completing.
8478
8479 Thu Aug 14 17:58:23 2003  Owen Taylor  <otaylor@redhat.com>
8480
8481         * gtk/gtkfilesel.c (get_current_dir_utf8): If getting
8482         the current directory fails because of encoding
8483         conversion problems, walk up textually to parent
8484         directories until we can convert. (#113627)
8485
8486 Wed Aug 13 17:01:49 2003  Owen Taylor  <otaylor@redhat.com>
8487
8488         * gtk/gtkmenushell.[ch] (gtk_menu_shell_enter_notify):
8489         Remove usage of menu_shell->ignore leave which was
8490         to deal with stray events we no longer get because
8491         we do grabbing differently. Comment it as unused in
8492         the header. (#115837, Keith Bissett)
8493
8494 Wed Aug 13 16:32:43 2003  Owen Taylor  <otaylor@redhat.com>
8495
8496         * gtk/gtkmenu.c (gtk_menu_position, gtk_menu_window_size_request): 
8497         Fix some places that weren't properly Xinerama-ified.
8498
8499         * gtk/gtkmenu.c: Fix problem with windows that scroll
8500         at the top of the screen.
8501
8502 Wed Aug 13 11:34:53 2003  Owen Taylor  <otaylor@redhat.com>
8503
8504         * gtk/gtkcombo.c (gtk_combo_init): connect_after() to 
8505         key-press-event on the entry, so input methods get access to 
8506         key presses before GtkCombo customization.
8507         (#115451, Botond Botyanszki)
8508
8509 2003-08-13  Anders Carlsson  <andersca@gnome.org>
8510
8511         * tests/testtoolbar.c: (set_important_func), (important_toggled),
8512         (create_items_list):
8513         Add an important column.
8514         
8515 Tue Aug 12 15:00:15 2003  Owen Taylor  <otaylor@redhat.com>
8516
8517         * gtk/gtkwindow.c (gtk_window_real_set_focus): Protect
8518         against reentrancy from ::focus-out handlers. 
8519         (#118129, Felipe Heidrich)
8520
8521 Tue Aug 12 14:27:42 2003  Owen Taylor  <otaylor@redhat.com>
8522
8523         * gtk/gtkkeyhash.c (_gtk_key_hash_lookup): Remove
8524         GDK_LOCK_MASK before calling
8525         gdk_keymap_translate_keyboard_state so bindings 
8526         and accelerators are independent of the Caps-lock
8527         key. (#115384, reported by Toni Willberg)
8528
8529 Mon Aug 11 12:07:14 2003  Owen Taylor  <otaylor@redhat.com>
8530
8531         * gdk/x11/gdkevents-x11.c (get_real_window): Add missing
8532         break statements (#119494, Soeren Sandmann)
8533
8534 Mon Aug 11 11:10:07 2003  Owen Taylor  <otaylor@redhat.com>
8535
8536         * gtk/gtkwidget.h: Mark parent public as well; it's
8537         extensively accessed in existing code, so there is
8538         no advantage in making people use get_parent().
8539         (Tweak to #119463 fix)
8540
8541 2003-08-11  Matthias Clasen  <maclas@gmx.de>
8542
8543         Add support for EWMH "Above" and "Below" window states.  (105100,
8544         Manuel Clos)
8545         
8546         * tests/testgtk.c: Add "Above" and "Below" to the the "Window
8547         State" demo.
8548
8549         * gtk/gtkwindow.h: Add gtk_window_set_keep_above and
8550         gtk_window_set_keep_below.
8551
8552         * gtk/gtk.def: Add gtk_window_set_keep_above and
8553         gtk_window_set_keep_below.
8554
8555         * gtk/gtkwindow.c (gtk_window_set_keep_below):
8556         (gtk_window_set_keep_above): New functions, call the corresponding
8557         gdk functions.
8558
8559         * gdk/x11/gdkwindow-x11.c (gdk_window_set_keep_below): New
8560         function, sets _NET_WM_STATE_BELOW.
8561         (gdk_window_set_keep_above): New function, sets
8562         _NET_WM_STATE_ABOVE.
8563
8564         * gdk/gdkwindow.h: Add gdk_window_set_keep_above and
8565         gdk_window_set_keep_below.
8566
8567         * gdk/gdkevents.h (GdkWindowState): Add GDK_WINDOW_STATE_ABOVE and
8568         GDK_WINDOW_STATE_BELOW.
8569
8570         * gdk/gdk.def: Add gdk_window_set_keep_above and
8571         gdk_window_set_keep_below.
8572
8573         * acinclude.m4: Copy newer versions of JH_CHECK_XML_CATALOG and
8574         JH_PATH_XML_CATALOG from gtk-doc to enable configuring without
8575         xmlcatalog in PATH.  (#119115)
8576
8577 2003-08-10  Matthias Clasen  <maclas@gmx.de>
8578
8579         * gtk/gtkwidget.h (struct _GtkWidget): Mark some members as
8580         public.  (#119463)
8581
8582 2003-08-09  Noah Levitt  <nlevitt@columbia.edu>
8583
8584         * gdk/gdkevents.h:
8585         * docs/reference/gdk/tmpl/windows.sgml: Elaborate a bit more in the
8586         docs on GdkFilterFunc and GdkFilterReturn.
8587
8588 2003-08-09  Matthias Clasen  <maclas@gmx.de>
8589
8590         * gtk/gtkcalendar.c:  Add and hook in gtk_calendar_scroll,
8591         to let the mouse wheels select the month. Scrolling down
8592         moves forward in time. (#53134, Abigail Brady) 
8593
8594         * gtk/gtkcalendar.c: Complete the RTL flipping support for
8595         GtkCalendar, make it possible to flip the headings using the
8596         "magic translated string" technique.  Translators, note the
8597         comment in gtk_calendar_init() explaining this.  (#102416)
8598
8599         * gtk/gtkcalendar.c: Get the information about the first day of
8600         the week from the locale using another instance of the "magic
8601         translated string" technique.  Ignore the display option
8602         GTK_CALENDAR_WEEK_START_MONDAY with a warning.  (#87977)
8603
8604         * gtk/gtkcalendar.c: Add DND support to GtkCalendar. The selected
8605         date is dragged as text, formatted via strftime %x. Text drops are
8606         accepted if g_date_set_parse() can make sense of the text. A
8607         dedicated data format for date DND has not been introduced yet,
8608         since there didn't seem to be sufficient consensus on such a
8609         format on xdg-list.  (#117297)
8610         
8611 2003-08-08  Matthias Clasen  <maclas@gmx.de>
8612
8613         * gdk/gdkregion-generic.c (gdk_region_spans_intersect_foreach):
8614         Fix a segfault.  (#115284, Jan Kratochvil)
8615
8616 2003-08-08  Tor Lillqvist  <tml@iki.fi>
8617
8618         * gdk/win32/gdkevents-win32.c (print_event): Print also the root
8619         coordinates for events that have such. Print coordinates for enter
8620         and leave events.
8621
8622         (gdk_event_translate): Don't use event uninitialixed in the
8623         return_exposes branch of the WM_PAINT handler.
8624
8625         * gdk/win32/gdkwindow-win32.c (gdk_window_new,
8626         _gdk_windowing_window_get_pointer, _gdk_windowing_window_at_pointer): 
8627         Must offset top-level window coordinates here, too.
8628
8629 2003-08-08  Matthias Clasen  <maclas@gmx.de>
8630
8631         * demos/gtk-demo/appwindow.c (do_appwindow): Hide the resize grip
8632         when maximized or fullscreen.
8633
8634 2003-08-07  Tor Lillqvist  <tml@iki.fi>
8635
8636         * gdk/win32/gdkinput-win32.h
8637         * gdk/win32/gdkinput-win32.c (_gdk_input_configure_event,
8638         _gdk_input_enter_event): Drop the GdkEvent* parameter, it wasn't
8639         used.
8640
8641         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Adapt caller
8642         accordingly, in fact an uninitialised variable was dereferenced.
8643         
8644
8645         [Win32] Add support for multiple monitors. 
8646         
8647         * gdk/win32/gdkprivate-win32.h
8648         * gdk/win32/gdkglobals-win32.c: New global variables for
8649         multiple-monitor info: _gdk_num_monitors, _gdk_monitors, and
8650         _gdk_offset_x and _gdk_offset_y.
8651         
8652         * gdk/win32/gdkdisplay-win32.c (count_monitor, enum_monitor): New
8653         functions, enumeration functions passed to EnumDisplayMonitors().
8654
8655         (gdk_display_open): If the EnumDisplayMonitors() and
8656         GetMonitorInfo() API is present (on Win98, Win2000 and newer), use
8657         if to find out monitor info.
8658
8659         Calculate the offset between Win32 coordinates (relative to the
8660         primary monitor's origin (and thus negative on monitors to the
8661         left of or above it), and GDK's (visible coordinates should be
8662         non-negative).
8663         
8664         * gdk/win32/gdkscreen-win32 (gdk_screen_get_n_monitors,
8665         gdk_screen_get_monitor_geometry): Use information collected above.
8666
8667         (gdk_window_move, gdk_window_move_resize_window_get_geometry):
8668         Subtract _gdk_offset_{x,y} from GDK root window coordinates.
8669
8670         (gdk_window_get_geometry, gdk_window_get_origin,
8671         gdk_window_get_frame_extents): For top-level windows, add
8672         _gdk_offset_{x,y} to GDK root window coordinates
8673
8674         Still need to handle multiple monitors in
8675         gdk_window_fullscreen(). Probably should make the window
8676         fullscreen on the monitor where the cursor is?
8677
8678         * gdk/win32/gdkevents-win32.c: Add _gdk_offset_{x,y} to all GDK
8679         root window coordinates in GdkEvents.
8680
8681         
8682         [Win32] Fix geometry hint handling. Add support for resize
8683         increment and base size, and aspect ratio geometry hints. The
8684         "gridded geometry" test in testgtk now works beautifully.
8685
8686         * gdk/win32/gdkwindow-win32.c (gdk_window_set_geometry_hints):
8687         Turns out this function shouldn't actually ever modify the
8688         window's size, just store the hints. (Old code kept for a while
8689         inside #if 0.)
8690
8691         (gdk_window_set_hints): Remove presumably broken code that handles
8692         the position hints, this function is obsolete anyway.
8693
8694         * gdk/win32/gdkevents-win32.c: Drop the current_{x,y}_root
8695         variables, not used.
8696
8697         (adjust_drag): New function, used to implement resize increment
8698         hints.
8699
8700         (gdk_event_translate): Handle WM_SIZING, implement resize
8701         increment and base size, and aspect ratio geometry hints here. The
8702         WM_GETMINMAXINFO handler takes care of the minimum and maximum
8703         size hints as before. Fix the WM_GETMINMAXINFO handler to take
8704         into account window decorations. No need to modify the
8705         ptMaxPosition and ptMaxSize fields in the MINMAXINFO struct,
8706         the defaults are fine.
8707         
8708         * gdk/win32/gdkprivate-win32.h 
8709         * gdk/win32/gdkwindow-win32.c (_gdk_win32_adjust_client_rect,
8710         _gdk_win32_get_adjusted_client_rect): New helper functions.
8711
8712 2003-08-07  Matthias Clasen  <maclas@gmx.de>
8713
8714         * gdk/x11/gdkevents-x11.c (gdk_check_wm_state_changed): Reset the
8715         toplevel->have_* flags before iterating over the _NET_WM_STATE 
8716         atoms.  (#119217) 
8717
8718 Thu Aug  7 16:49:29 2003  Owen Taylor  <otaylor@redhat.com>
8719  
8720         * gtk/gtkwidget.c (gtk_widget_set_style_internal): 
8721         Fix a bug where on theme change, resize/redraw wasn't
8722         properly getting queued on toplevel windows. (#116346,
8723         Rajkumar Siva)
8724  
8725         * gtk/gtkwidget.c (gtk_widget_invalidate_widget_windows): 
8726         Fix bug where wrong coordinates were used for toplevel
8727         window.
8728  
8729 Thu Aug  7 16:40:21 2003  Owen Taylor  <otaylor@redhat.com>
8730
8731         * gtk/gtknotebook.c (gtk_notebook_remove): Remove leftover
8732         page_num variable (Archit Baweja)
8733
8734 2003-08-07  Matthias Clasen  <maclas@gmx.de>
8735
8736         * gtk/gtkspinbutton.c (gtk_spin_button_default_input): Use g_strtod() to
8737         cope with C libraries with crippled locale support.  (#115293)
8738
8739 2003-08-07  Hans Breuer  <hans@breuer.org>
8740
8741         * gdk/win32/gdkevents-win32.c : finally use TrackMouseEvent
8742         (only if the new window not known to Gdk) to get proper
8743         leave notification, and get rid of the wrong placed 
8744         tooltips, bug #102283
8745  
8746         (gdk_event_translate) : small code reordering to not get
8747         GDK_MOTION_NOTIFY for still mouse and get back tooltips on 
8748         menus, bug #117367
8749
8750 2003-08-07  Tor Lillqvist  <tml@iki.fi>
8751
8752         * gdk/gdk.def
8753         * gdk/win32/gdkfont-win32.c (gdk_fontset_load_for_display): Add
8754         missing function, trivially implement.
8755
8756 2003-08-07  Matthias Clasen  <maclas@gmx.de>
8757
8758         * gtk/gtkctree.c (draw_row): Don't cut descenders when 
8759         rendering.  (#118646, Charles Kerr) 
8760
8761 2003-08-06  Hans Breuer  <hans@breuer.org>
8762
8763         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_new) :
8764         initialize bits to 0 (probably default on NT)
8765
8766         * gdk/win32/gdkwindow-win32.c (gdk_window_set_icon) :
8767         now it works as intended ;-)
8768
8769 2003-08-04  Hans Breuer  <hans@breuer.org>
8770
8771         * gdk/win32/gdkwindow-win32.c(gdk_window_set_modal_hint) :
8772         set HWND_NOTOPMOST for modal==FALSE, fixes bug #118435
8773
8774         * gdk/win32/gdkwindow-win32.c : implement gdk_window_[un]fullscreen
8775         (gdk_window_{move,resize,move_rezize})) : noop if FULLSCREEN
8776
8777         * gdk/win32/gdkwindow-win32.c (gdk_window_set_icon) :
8778         against all expectations it is basically ony a call with WM_SETICON
8779         needed (the visual effect is there, though colors or mask are
8780         still somewhat wrong).
8781         * gdk/win32/gdkwindow-win32.h : place to store the HICON
8782
8783         * gdk/win32/gdkdrawabke.win32.c : readded the conditional end
8784         pixel drawing as it was fixed at 1999-08-23
8785
8786         gtk/gtk.def : updated
8787
8788 Tue Aug  5 10:07:08 2003  Owen Taylor  <otaylor@redhat.com>
8789
8790         * gtk/gtkmessagedialog.c (gtk_message_dialog_get_property): 
8791         Add a missing break. (#119156, Callum McKenzie)
8792
8793 Tue Aug  5 00:24:13 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8794
8795         * gtk/gtkmenu.c (gtk_menu_position): New positioning
8796         algorithm.(#116649)
8797
8798 Fri Aug  1 15:26:46 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8799
8800         * gtk/gtktoolbar.c, gtk/toolitem.c: add new "is_important"
8801         property
8802         
8803         * gtk/gtkradiotoolbutton.c
8804         (gtk_radio_tool_button_new_from_widget): Don't take a stock id
8805
8806         * gtk/gtkradiotoolbutton.c
8807         (gtk_radio_tool_button_new_with_stock_from_widget): make this
8808         function take a stock_id.
8809
8810         * gtk/toolbar: documentation
8811
8812 Mon Aug  4 14:53:46 2003  Owen Taylor  <otaylor@redhat.com>
8813
8814         * gdk/x11/gdkimage-x11.c (_gdk_windowing_image_init): 
8815         Fix problem where use_xshm was getting set wrong if
8816         MIT_SHM wasn't found. (George Lebel)
8817
8818 2003-08-04  Tor Lillqvist  <tml@iki.fi
8819
8820         * gdk/win32/gdkevents-win32.c (apply_filters): Fix braino:
8821         actually use the passed-in filter list. The function also needs a
8822         GdkWindow parameter, as filter functions expect
8823         GdkEvent::any.window to be valid. (#119034, Hans Breuer)
8824
8825 2003-08-03  Matthias Clasen  <maclas@gmx.de>
8826
8827         * gdk/x11/gdkscreen-x11.c (gdk_screen_get_n_monitors): 
8828         (gdk_screen_get_monitor_geometry): Improve wording of the docs, avoid
8829         the term "virtual screen".  (#119030, Tor Lillqvist)
8830
8831 2003-08-02  Matthias Clasen  <maclas@gmx.de>
8832
8833         * tests/testtext.c (test_init): 
8834         * tests/testgtk.c (test_init): 
8835         * tests/testdnd.c (test_init): 
8836         * demos/pixbuf-init.c (pixbuf_init): 
8837         * demos/gtk-demo/main.c (main): Use g_setenv().
8838
8839         * gdk/x11/gdkdisplay-x11.c (_gdk_windowing_set_default_display): Use
8840         g_unsetenv(). 
8841
8842 Sat Aug  2 12:53:16 2003  Owen Taylor  <otaylor@redhat.com>
8843
8844         * configure.in: Requires glib-2.3.0, pango-1.2.0.
8845
8846         * configure.in: Require Xft version 2,
8847         remove code for handling older versions of pango and Xft.
8848         Many miscellaneous improvements to X checks
8849
8850         * acinclude.m4: Add GTK_ADD_LIB() macro for adding 
8851         a library to a variable, avoiding dups.
8852
8853         * gdk/x11/gdkfont-x11.c (gdk_font_from_description_for_display): 
8854         Always load "fixed"
8855
8856         * gdk/x11/gdk*-x11.[ch]: Remove support for Xft1 and
8857         for pangox.
8858
8859 2003-08-02  Matthias Clasen  <maclas@gmx.de>
8860
8861         * gtk/gtkcolorsel.c (color_sample_drop_handle) 
8862         (palette_drop_handle): 
8863         * gtk/gtkcolorbutton.c (gtk_color_button_drag_data_received):  Accept
8864         drops with the wrong format, since the KDE color chooser incorrectly
8865         drops application/x-color with format 8.  (#118810)
8866
8867         * gtk/gtkcolorsel.c (color_sample_drop_handle) (palette_drop_handle): 
8868         * gtk/gtkcolorbutton.c (gtk_color_button_drag_data_received):  
8869         Accept drops with the wrong format, since the KDE color chooser 
8870         incorrectly drops application/x-color with format 8.  (#118810)
8871
8872 2003-08-02  Tor Lillqvist  <tml@iki.fi>
8873
8874         Fix gdk/win32 window geometry handling again. The window position
8875         in a GDK_CONFIGURE event should be that of the client area, not of
8876         the window decorations. (I was confused by the term "window
8877         border" in X11. It does *not* mean the window manager
8878         decorations. There are no X11-style window borders in Win32.)
8879         Also, this time do take the geometry hints into account
8880         appropriately when moving windows. Now testgtk's gravity test's
8881         move buttons work OK. There are stil problems with taking gravity
8882         into account when showing a hidden window.
8883
8884         * gdk/win32/gdkwindow-win32.h: Keep a whole GdkGeometry as hints
8885         instead of separate fields.
8886         
8887         * gdk/win32/gdkevents-win32.c (handle_configure_event): Don't
8888         adjust for decorations.
8889
8890         * gdk/win32/gdkwindow-win32.c (get_outer_rect,
8891         adjust_for_gravity_hints): New functions.
8892         (gdk_window_move, gdk_window_resize, gdk_window_move_resize): Use
8893         above functions, take geometry hints into account.
8894         (gdk_window_set_geometry_hints): Size hints specicy client area,
8895         not including decorations.
8896
8897 Fri Aug  1 17:10:22 2003  Owen Taylor  <otaylor@redhat.com>
8898
8899         * gtk/gtkfilesel.c (cmpl_completion_fullname): Always
8900         return an absolute path (#115590), fix a problem where
8901         you could crash the file selector with a looong name
8902         by returning a newly allocated buffer.
8903
8904 Fri Aug  1 16:44:51 2003  Owen Taylor  <otaylor@redhat.com>
8905
8906         * gtk/gtkfilesel.c (update_cmpl): Fix obvious reallocation
8907         bug in rarely or never hit code path (#118071,
8908         Tor Lillqvist)
8909
8910 Fri Aug  1 16:30:13 2003  Owen Taylor  <otaylor@redhat.com>
8911
8912         * gdk/x11/gdkdrawable-x11.c (_gdk_x11_have_render): 
8913         If the check for missing depths, try actually creating pixmaps
8914         of the depths to deal with Xinerama not reporting
8915         all the depths it should. (#115822)
8916
8917 Fri Aug  1 15:33:59 2003  Owen Taylor  <otaylor@redhat.com>
8918
8919         * gtk/gtksocket.c: Patch from Denis Mikhalkin to
8920         forward KeyRelease events as well as KeyPress events.
8921         (#115597)
8922
8923 Fri Aug  1 15:06:25 2003  Owen Taylor  <otaylor@redhat.com>
8924  
8925         * gdk/gdk.c (gdk_parse_args): g_set_prgname("<unknown>")
8926         if argc is 0 as well, instead of leaving it unset.
8927         (#116023, Michael Meeks)
8928  
8929 Thu Jul 31 23:09:02 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8930
8931         * gtk/gtktoolbar.c (gtk_toolbar_class_init): make show_arrow
8932         default to TRUE; ignore the property when api_mode != NEW_API
8933
8934 2003-07-31  Matthias Clasen  <maclas@gmx.de>
8935
8936         * gtk/gtkwindow.c (gtk_window_set_default_icon): Rename parameter pixbuf
8937         to icon, to pacify gtk-doc.
8938
8939         * gtk/gtkwidget.c (gtk_widget_class_init): Fix formatting of drag-motion 
8940         example. 
8941
8942 Thu Jul 31 15:33:33 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8943
8944         * gtk/gtk*tool*.h: add padding to subclasses of GtkToolItem
8945
8946 Thu Jul 31 15:29:28 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8947
8948         * gtk/gtktoolitem.c (struct _GtkToolItemPrivate): remove unused
8949         overflow_item field.
8950
8951 Wed Jul 30 21:11:13 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8952
8953         * gtk/gtktoolitem.h: make _gtk_tool_item_toolbar_reconfigured()
8954         an internal function
8955
8956         * gtk/gtktoolitem.h: remove unused declaration of
8957         _gtk_tool_item_get_drag_window().
8958
8959 Wed Jul 30 17:03:58 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8960
8961         * gtk/gtktoolbutton.[ch]:
8962         (gtk_tool_button_new): swap icon_widget and label arguments to
8963         match BonoboUIToolbarButton.
8964
8965         * gtk/gtktoolbar.h: un-deprecate gtk_toolbar_{set|unset}_style().
8966
8967 2003-07-30  Matthias Clasen  <maclas@gmx.de>
8968
8969         * gtk/gtkwidget.c (gtk_widget_class_init): Some updates to the DND
8970         signal docs. 
8971
8972 2003-07-29  Tor Lillqvist  <tml@iki.fi>
8973
8974         Fix for #108007, #112402, #117042: There was confusion in
8975         gdk/win32 at various places whether a window position refers to
8976         the decoration position or the client area position. Also whether
8977         window size includes decorations or not.
8978         
8979         The correct interpretation apparently is that in GDK (like in
8980         X11), a top-level window position means the decoration's position,
8981         but size means the window's inner size (client area size). In the
8982         Win32 API, the window size usually includes the decorations,
8983         though.
8984         
8985         * gdk/win32/gdkevents-win32.c (decode_key_lparam): Move inside
8986         #ifdef G_ENABLE_DEBUG.
8987         (handle_configure_event): New function, generates GDK_CONFIGURE
8988         events from WM_SIZE and WM_MOVE messages. Even if no event is
8989         generated because of the event mask, still set the private
8990         position and size fields. Calculate position and size correctly.
8991         (gdk_event_translate): Call handle_configure_event().
8992
8993         * gdk/win32/gdkgeometry-win32.c: Cosmetics.
8994
8995         * gdk/win32/gdkwindow-win32.c: Use GDI_CALL() and API_CALL()
8996         macros. Cosmetic debugging output changes.
8997         (SafeAdjustWindowRectEx): Remove. If an application wants to
8998         locate a window outside of the screen, it's not GDK's business to
8999         prevent it. And anyway, with multiple monitors, negative
9000         coordinates are perfectly normal.
9001         (gdk_window_new): Adjust the window size for decorations after
9002         _gdk_window_init_position() has done its job. (But the big window
9003         code currently is presumably broken on Win32 anyway.)
9004         (gdk_window_move): The position passed in is supposed to be that
9005         of the window border, so don't need to adjust for decorations.
9006         (gdk_window_resize, gdk_window_move_resize): Simplify somewhat.
9007
9008 Tue Jul 29 13:55:44 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9009
9010         * gtk/gtktoolbar.c (gtk_toolbar_set_style,
9011         gtk_toolbar_prepend_element, gtk_toolbar_append_element,
9012         gtk_toolbar_insert_space, gtk_toolbar_prepend_space,
9013         gtk_toolbar_append_space, gtk_toolbar_insert_item,
9014         gtk_toolbar_prepend_item, gtk_toolbar_append_item,
9015         gtk_toolbar_set_tooltips, gtk_toolbar_set_orientation,
9016         gtk_toolbar_new, gtk_toolbar_prepend_item):
9017
9018         Move documentation inline from template files.
9019
9020         * gtk/gtktoolbar.c (gtk_toolbar_insert_element,
9021         gtk_toolbar_insert_widget, gtk_toolbar_prepend_widget,
9022         gtk_toolbar_append_widget, gtk_toolbar_remove_space,
9023         gtk_toolbar_insert_stock, gtk_toolbar_unset_icon_size,
9024         gtk_toolbar_get_icon_size, gtk_toolbar_set_icon_size,
9025         gtk_toolbar_get_tooltips, gtk_toolbar_unset_style,
9026         gtk_toolbar_get_style, gtk_toolbar_get_orientation)
9027
9028         Copy documentation from stable that was added after the EggToolbar
9029         branched.
9030
9031         * gtk/gtktoolbar.h: deprecate gtk_toolbar_unset_icon_size()
9032
9033 Mon Jul 28 18:21:34 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9034
9035         * gtk+/docs/: Commit autogenerated changes, so patches will make
9036         sense.
9037
9038 2003-07-27  Tor Lillqvist  <tml@iki.fi>
9039
9040         * gdk/win32/gdkevents-win32.c (build_key_event_state): On Win9x,
9041         the keyboard state returned by GetKeyboardState() doesn't
9042         distinguish between the left and right Control and Alt keys. Thus
9043         we cannot detect AltGr (which is supposed to be left Control +
9044         right Alt) the same way as on NT-based systems, but have to accept
9045         either Control + either Alt as AltGr.
9046
9047 2003-07-27  Matthias Clasen  <maclas@gmx.de>
9048
9049         * gtk/gtktreeselection.c (gtk_tree_selection_selected_foreach):
9050         Fix function name in warning message.  (#118156, Tim-Philipp
9051         Mller)
9052
9053         * gtk/gtkcellrenderer.c (gtk_cell_renderer_get_property):
9054         is-expander and is-expanded are boolean properties, not ints.
9055         (#118359, Josh Parsons)
9056
9057 Sat Jul 26 15:21:27 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9058
9059         * gtk/gtkimagemenuitem.c
9060         (gtk_image_menu_item_toggle_size_request): don't request
9061         toggle_space when the image width is 0.
9062
9063 2003-07-25  Tor Lillqvist  <tml@iki.fi>
9064
9065         * gdk/win32/gdkprivate-win32.h
9066         * gdk/win32/gdkglobals-win32.c: New flags _gdk_input_locale_is_ime
9067         and _gdk_keyboard_has_altgr.
9068         
9069         * gdk/win32/gdkevents-win32.c: Lots of changes. Most important
9070         ones detailled here.
9071
9072         Code that has been ifdeffed out for a long time removed. Remove
9073         some really old doc comments that were left behind for some public
9074         functions, the official ones are in the X11 backend anyway. Change
9075         GDK_WINDOW_OBJECT() calls to GdkWindowObject casts. Reformat
9076         multi-line boolean expressions to have the operators at ends of
9077         lines.
9078
9079         As mouse capture with SetCapture() indeed seems to work OK, no
9080         need to have the correspoinding macro USE_SETCAPTURE and ifdefs.
9081
9082         Ifdef out the gdk-ping-msg stuff. I don't remember why it was
9083         needed at some time, and things seem to work fine now without
9084         (knock on wood).
9085
9086         Ifdef out the search for some Latin locale keyboard layout being
9087         loaded. Not used currently, but might be needed after all, if we
9088         decide that we want to be able to generate ASCII control character
9089         events with a non-Latin keyboard.
9090
9091         (assign_object): New helper function, handles the g_object_ref()
9092         and unref() calls when assigning GObject pointers.
9093                 
9094         (generate_crossing_events): Also generate the GDK_NOTIFY_INTERIOR
9095         enter event when the pointer has moved to an ancestor window. Was
9096         left out by mistake.
9097
9098         (gdk_window_is_ancestor): Renamed from gdk_window_is_child().
9099
9100         (gdk_pointer_grab, gdk_pointer_ungrab): Implement the confine_to
9101         functionality, using ClipCursor().
9102                 
9103         (find_window_for_mouse_event): Splice part of code into new
9104         function find_real_window_for_grabbed_mouse_event().
9105
9106         (fixup_event, append_event, apply_filters): New functions, code
9107         refactored out from elsewhere.
9108
9109         (synthesize_enter_or_leave_event, synthesize_leave_event,
9110         synthesize_enter_event,
9111         synthesize_leave_events,synthesize_enter_events): Also take a
9112         GdkCrossingMode parameter, in preparation to generating
9113         GDK_CROSSING_GRAB and GDK_CROSSING_UNGRAB events.
9114
9115         (fixup_event, append_event, fill_key_event_string): New functions,
9116         code refactoring.
9117
9118         (vk_from_char, build_keypress_event, build_keyrelease_event):
9119         Removed as part of dropping WM_CHAR handling.
9120
9121         (build_key_event_state,gdk_event_translate): Call
9122         GetKeyboardState(), once, for each keyboard message, instead of
9123         several calls to GetKeyState() here and there.
9124
9125         (gdk_event_translate): Fix bugs #104516, #104662, #115902. While
9126         at it, do some major refactoring, and some fixes for potential
9127         problems noticed while going through the code.
9128
9129         Don't handle WM_CHAR at all. Only handle WM_KEYDOWN and
9130         WM_KEYUP. Don't need the state variables related to whether to
9131         wait for WM_CHAR or not, and whether the current key is
9132         AltGr. Remove lots of complexity. Thus don't need the
9133         use_ime_composition flag.
9134
9135         Not handling WM_CHAR means dead key handling will have to be taken
9136         care of by GTK, but that seems to work fine, so no worry.
9137
9138         Another side-effect is that Alt+keypad digits don't work any
9139         longer, but it's better to learn to use GTK's ISO14755 support is
9140         anyway.
9141
9142         Be more careful in checking whether AltGr is involved. Only
9143         attempt to handle it if the keyboard actually has it. And
9144         explicitly check for *left* Control plus *right* Alt being
9145         pressed. Still, allow (left) Alt and/or (right) Control with AltGr
9146         chars.
9147
9148         Handle keys using similar code as in the X11 backend. As we have
9149         built a keymap in gdkkeys-win32.c anyway, use it by calling
9150         gdk_keymap_translate_keyboard_state() to look up the keysym from
9151         the virtual key code and keyboard state. Build the key event
9152         string in exactly the same way as the X11 backend.
9153
9154         If an IME is being used, don't generate GDK events for keys
9155         between receiving WM_IME_STARTCOMPOSITION and
9156         WM_IME_ENDCOMPOSITION, as those keys are for the IME.
9157         
9158         For WM_IME_COMPOSITION, handle all the Unicode chars returned from
9159         the IME, not just the first one.
9160
9161         gdk_event_translate() is still quite complex, could split the
9162         message handler cases out into separate functions.
9163
9164         On mouse events, when the mouse is grabbed, use
9165         find_real_window_for_grabbed_mouse_event() in order to be able to
9166         generate correct crossing events.
9167         
9168         No longer take a pre-allocated GdkEvent as parameter. Instead,
9169         allocate events as needed and append them to the queue. (This is
9170         different from how gdk_event_translate() in the X11 backend
9171         works.) This change made the code much clearer, especially in the
9172         cases where we have to generate several GDK events for one Windows
9173         message.  Return FALSE if DefWindowProc() should be called, TRUE
9174         if not. If DefWindowProc() should not be called, also return the
9175         value to be returned from the window procedure.
9176
9177         (Previously, the interaction with gdk_event_translate()'s caller
9178         was much more complex, when we had to indicate whether the
9179         already-queued event should be left in the queue or removed, and
9180         in addition also had to indicate whether to call DefWindowProc()
9181         or not, and what value to return from the window procedure if
9182         not.)
9183
9184         Don't use a separate "private" variable required to be pointing to
9185         the GdkWindowObject of the "window" variable at all times. Just
9186         use casts, even if looks a bit uglier.
9187
9188         Notice destroyed windows as early as possible, and break out of
9189         the messsage switch.
9190
9191         Use _gdk_pointer_root as current_window when the pointer is
9192         outside GDK's top-level windows.
9193         
9194         On WM_INPUTLANGCHANGE, set _gdk_input_locale_is_ime as
9195         appropriate, based on ImmIsIME().
9196         
9197         (gdk_event_translate, gdk_event_send_client_message_for_display,
9198         gdk_screen_broadcast_client_message): Implement client messages.
9199         Use a registered Windows message to pass GDK client messages. Note
9200         that the amount of user data is restricted to four bytes, as it is
9201         carried in the LPARAM. (The WPARAM is used for the message type
9202         "atom".)
9203         
9204         (real_window_procedure): Adapt for new gdk_event_translate()
9205         interface.
9206
9207         * gdk/win32/gdkmain-win32.c (_gdk_windowing_init): Set
9208         _gdk_input_locale_is_ime initially.
9209
9210         * gdk/win32/gdkwindow-win32.c: Use g_object_ref()/unref() instead
9211         of g_colormap_ref()/unref().
9212
9213         (gdk_window_new): Made code a bit more like the X11 one, pretend
9214         to handle screens (although we just have one for now).
9215
9216         * gdk/x11/gdkevents-x11.c
9217         (gdk_event_send_client_message_for_display,
9218         gdk_screen_broadcast_client_message): Document the user data
9219         limitation on Win32.
9220
9221         * gdk/win32/gdkevents-win32.c (print_event): More complete enter
9222         and leave notify detail output.
9223
9224         * gdk/win32/gdkkeys-win32.c (update_keymap): Make dead keys
9225         visible to GDK and GTK. Store the corresponding GDK_dead_* keysym
9226         for those, so that the GtkIMContextCimple compose tables will
9227         work. Deduce if the keyboard layout has the AltGr key, and set the
9228         above flag accordingly.
9229
9230 2003-07-26  Matthias Clasen  <maclas@gmx.de>
9231
9232         * gtk/gtkwidget.c: Document DND signals.
9233
9234 2003-07-24  Matthias Clasen  <maclas@gmx.de>
9235
9236         * gtk/gtktextview.c (popup_targets_received): Make the "Input Methods"
9237         insensitive when editing isn't possible.  (#118150)
9238
9239 2003-07-23  Matthias Clasen  <maclas@gmx.de>
9240
9241         * gtk/gtkcolorsel.c (gtk_color_selection_init): Make the hue 
9242         spinbutton wrap.  (#118097, John Darrington)
9243
9244         * docs/faq/gtk-faq.sgml: Mention Xnest as a way to debug GTK+ apps. 
9245
9246 2003-07-20  Hans Breuer  <hans@breuer.org>
9247
9248         * makefile.msc : new file to build it all
9249         * Makefile.am : ... added to EXTRA_DIST
9250
9251         * gdk/makefile.msc gtk/stock-icons/makefile.msc 
9252           gtk/makefile.msc.in tests/makefile.msc : updated
9253
9254         * gdk/gdk.def gtk/gtk.def : export a bunch of new 
9255         functions
9256
9257         * gtk/gtkbbox.c : use g_return_val_if_fail() if
9258         there is a value to return
9259
9260         * gtk/gtkfontsel.c gtk/gtkiconfactory.c :
9261         static correctness
9262
9263         * gtk/gtkicontheme.c : ported to use GTimeVal instead of
9264         struct timeval and GTK_DATA_PREFIX instead of GTK_DATADIR
9265
9266         * gtk/gtkicontheme.c : use HAVE_LC_MESSAGES
9267
9268         * gtk/gtkimmulticontext.c : use gtkprivate.h
9269
9270         * gtk/stock-icons/stock_color_picker_25.png
9271           gtk/stock-icons/stock_jump_to_rtl_16.png
9272           gtk/stock-icons/stock_jump_to_rtl_24.png
9273           gtk/stock-icons/stock_redo_rtl_16.png
9274           gtk/stock-icons/stock_redo_rtl_24.png
9275           gtk/stock-icons/stock_undelete_rtl_16.png
9276           gtk/stock-icons/stock_undelete_rtl_24.png
9277           gtk/stock-icons/stock_undo_rtl_16.png :
9278           gtk/stock-icons/stock_undo_rtl_24.png :
9279         readded as binary
9280
9281 Sat Jul 19 22:39:24 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9282
9283         * gtk/gtktoolitem.c (gtk_tool_item_size_request): remove
9284         leftover request of {xy}thickness
9285
9286 Sat Jul 19 16:26:02 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9287
9288         * gtk/gtktoolbutton.c (gtk_tool_button_construct_contents): don't
9289         attempt to add a NULL icon to the box.
9290
9291 Sat Jul 19 12:13:20 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9292
9293         * gtk/gtknotebook.c (gtk_notebook_focus_in|out): only redraw tabs
9294         on focus in/out.
9295
9296 2003-07-19  Matthias Clasen  <maclas@gmx.de>
9297
9298         * gtk/gtkstock.h (GTK_STOCK_DIALOG_AUTHENTICATION): New stock id. 
9299         * gtk/gtkiconfactory.c (get_default_icons): Add
9300         stock_dialog_authentication_48.  (#65765) 
9301         * gtk/stock-icons/Makefile.am (VARIABLES2, IMAGES): Here too.
9302         * gtk/stock-icons/stock_dialog_authentication_48.png: New image.
9303
9304         * gtk/gtkbbox.h: 
9305         * gtk/gtkbbox.c (gtk_button_box_get_child_secondary): New
9306         function. (#64562) 
9307
9308 Sat Jul 19 00:18:40 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9309
9310         * gtk/gtkwindow.c (gtk_window_set_default_icon): Fix C99
9311         declaration
9312
9313         * gtk/gtkwidget.c (gtk_widget_queue_shallow_draw): new function
9314         (gtk_widget_real_focus_{in|out}_event): queue shallow draws
9315         instead of full draws.
9316
9317 2003-07-18  Matthias Clasen  <maclas@gmx.de>
9318
9319         * gtk/gtkwindow.c: Add properties decorated and gravity.  (#80234) 
9320
9321         * gtk/gtktextview.c (gtk_text_view_class_init): Add a new keybinding
9322         signal, move_viewport. 
9323         (gtk_text_view_move_viewport): New function which implements the
9324         move_viewport functionality. 
9325         (gtk_text_view_move_cursor_internal): If the cursor is not visible, move
9326         the viewport. (#78669) 
9327
9328         * gtk/gtkenums.h (GtkScrollStep): New enumeration, used for
9329         move_viewport argument. 
9330
9331         * gtk/gtkstatusbar.c (gtk_statusbar_class_init): Add a has_resize_grip
9332         property.  (#111779) 
9333
9334         * gtk/gtkwindow.h: 
9335         * gtk/gtkwindow.c (gtk_window_set_default_icon): New method.  (#95816)
9336
9337         * gtk/gtkmessagedialog.h:
9338         * gtk/gtkmessagedialog.c (gtk_message_dialog_add_buttons): New method.  
9339         (#65501, Sebastian Rittau)
9340
9341 Fri Jul 18 20:06:57 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9342
9343         * gtk/gtktextview.c (changed_handler): use
9344         gtk_widget_queue_resize_noredraw().
9345
9346 2003-07-16  Jody Goldberg <jody@gnome.org>
9347
9348         * gdk/x11/gdkwindow-x11.c (gdk_window_focus) : fix cut-n-paste-o
9349
9350 Fri Jul 18 19:55:50 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9351
9352         * gtk/gtkwidget.c (gtk_widget_queue_resize_no_redraw): Add this
9353         API. 
9354
9355 Fri Jul 18 18:43:01 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9356
9357         By popular request give toolbuttons a border.
9358         
9359         * gtk/gtktoolitem.c
9360         (gtk_tool_item_size_allocate):
9361         (gtk_tool_item_size_request): don't request and allocate a border
9362         around the child
9363
9364         * gtk/gtktoolbutton.c 
9365         (gtk_tool_button_size_allocate):
9366         (gtk_tool_button_size_request): remove these functions
9367
9368         * gtk/gtktoolbar.c 
9369         (gtk_toolbar_size_request):
9370         (gtk_toolbar_size_allocate): request and allocate a border if we
9371         have a shadow.
9372
9373 Thu Jul 17 19:24:51 2003  Kristian Rietveld  <kris@gtk.org>
9374
9375         Merged from stable.
9376
9377         Fixes issues pointed out by Morten Welinder in #115140.
9378
9379         * gtk/gtktreeview.c (gtk_tree_view_size_request): fix comment,
9380         (do_validate_rows): update validated_area with a logic OR instead
9381         of a bitwise OR,
9382         (validate_rows_handler): make the if statement match the one in
9383         validate_rows(), so we don't leak the timeout.
9384
9385 Thu Jul 17 19:12:02 2003  Kristian Rietveld  <kris@gtk.org>
9386
9387         Merged from stable.
9388
9389         * gtk/gtktreeview.c (gtk_tree_view_remove_widget): the treeview
9390         should only grab focus back if the "cell_editable" widget still
9391         has focus. (Fixes #110104, testcase provided by Marco Pesenti
9392         Gritti).
9393
9394 Thu Jul 17 19:06:34 2003  Kristian Rietveld  <kris@gtk.org>
9395
9396         Merged from stable.
9397
9398         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_realize_button):
9399         Don't set attr.event_mask twice, those things were meant to be
9400         ORred. (#115139, pointed out by Morten Welinder).
9401
9402 Thu Jul 17 16:11:21 2003  Kristian Rietveld  <kris@gtk.org>
9403
9404         Merged from stable.
9405
9406         * gtk/gtktreeview.c (gtk_tree_view_rows_reordered): stop editing
9407         if needed. (Fixes #115869, reported by Michael Natterer).
9408
9409 2003-07-15  Matthias Clasen  <maclas@gmx.de>
9410
9411         * gdk/x11/gdkcursor-x11.c (gdk_display_get_maximal_cursor_size):
9412         Fight against gtk-doc stupidity.
9413
9414 2003-07-13  Matthias Clasen  <maclas@gmx.de>
9415
9416         * gtk/gtkdnd.c (gtk_drag_begin): Rename parameter target_list back to 
9417         targets, to pacify gtk-doc.
9418
9419 Sun Jul 13 15:57:57 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9420
9421         * gtk/gtktoolbutton.c (gtk_tool_button_finalize): Fix leaks of
9422         label_text, label_widget and icon_widget. (#117312, 
9423         Christian Persch)
9424         
9425 Sun Jul 13 01:37:51 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9426
9427         * gtk/gtkmenu.c (gtk_menu_class_init): new properties
9428         "horizontal-offset" and "vertical-offset" that determines the
9429         position of the menu when it is a submenu. 
9430
9431         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu): position
9432         submenus according to new vertical- and horizontal-offset
9433         properties.
9434
9435 Sat Jul 12 16:16:04 2003  Kristian Rietveld  <kris@gtk.org>
9436
9437         Merged from stable.
9438
9439         * gtk/gtktreeview.c (gtk_tree_view_drag_data_received): special
9440         case drags to "0", scroll to the top after dropping. (Fixes #94968,
9441         reported by Alp Toker).
9442
9443 Sat Jul 12 16:08:32 2003  Kristian Rietveld  <kris@gtk.org>
9444
9445         Merged from stable.
9446
9447         * demos/gtk-demo/editable_cells.c (cell_edited): fixup bad
9448         code (#115784, Owen Taylor).
9449
9450 Sat Jul 12 16:01:03 2003  Kristian Rietveld  <kris@gtk.org>
9451
9452         Merged from stable.
9453
9454         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_set_property):
9455         free the old text and extra_attrs *after* we parsed the new
9456         markup string. (Fixes #114485, reported by Owen Taylor).
9457
9458 Sat Jul 12 15:51:33 2003  Kristian Rietveld  <kris@gtk.org>
9459
9460         Merged from stable.
9461
9462         Fixes #113904, testcase provided by Rene Seindal.
9463
9464         * gtk/gtktreeview.c (gtk_tree_view_button_press): set
9465         pressed_button to -1 when a row has been activated,
9466         (gtk_tree_view_motion_bin_window): only start a drag if there's
9467         a button being pressed.
9468
9469 Sat Jul 12 15:51:18 2003  Kristian Rietveld  <kris@gtk.org>
9470
9471         Merged from stable.
9472
9473         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): use
9474         gdk_window_get_pointer instead of gdk_display_get_window_at_pointer
9475         to avoid a roundtrip (#110272, Owen Taylor).
9476
9477 Sat Jul 12 15:28:26 2003  Kristian Rietveld  <kris@gtk.org>
9478
9479         Merged from stable.
9480
9481         This patch really really fixes scrolling. Related bugs: #81627,
9482         testcase provided by Timo Sirainen, #111500, testcase provided by
9483         manu, #113241, reported by Pedro Gimeno/Michael Natterer.
9484
9485         * gtk/gtktreeview.c (validate_visible_area): scrolling to a dy
9486         which is equal to the lower border of the window means scrolling
9487         to an invisible row, always update the dy when scrolling to an
9488         invisible row, corrected area_above/below calculations for
9489         invisible rows, when walking the tree correct the size
9490         subtracted for invalidated rows, fix wrong logic in comment.
9491
9492 2003-07-11  Matthias Clasen  <maclas@gmx.de>
9493
9494         * gtk/gtkicontheme.c (pixbuf_supports_svg): Use g_strfreev() to free
9495         mime_types.  (#117219, Steve Chaplin)
9496
9497 Tue Jul  8 20:11:04 2003  Owen Taylor  <otaylor@redhat.com>
9498
9499         * gdk/x11/gdkevents-x11.c (get_real_window)
9500         gdk/x11/gdkinput-x11.c (_gdk_input_common_init)
9501         gdk/x11/gdkimage-x11.c (_gdk_windowing_image_init)
9502         gdk/x11/gdkprivate-x11.h (_gdk_windowing_image_init)
9503         Don't assume that all events start with XEventAny - Xkb events
9504         don't! (#105745). So, only do that for core events, and for
9505         non-core events, add a system for registering event types
9506         that start with XEventAny.
9507
9508         * gdk/x11/gdkevents-x11.c (gdk_event_translate):
9509         Check to see if the result of gdk_window_lookup_for_display()
9510         is actually a window.
9511
9512 Fri Jul 11 20:48:14 2003  Kristian Rietveld  <kris@gtk.org>
9513
9514         * gtk/gtktreemodel.c (gtk_tree_path_free): make the path != NULL
9515         check a silent assert, so it follows the g_free() behaviour.
9516
9517 2003-07-11  Matthias Clasen  <maclas@gmx.de>
9518
9519         * gtk/gtkstatusbar.c (gtk_statusbar_init): Center statusbar contents 
9520         vertically.  (#109823, Joe Shaw)
9521
9522 2003-07-11  Morten Welinder  <terra@gnome.org>
9523
9524         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_pixbuf): Fix memory
9525         access error.  (#69436)
9526
9527 Fri Jul 11 14:32:43 2003  Kristian Rietveld  <kris@gtk.org>
9528
9529         Landing GtkTreeModelFilter and the completion code. (Test program
9530         and documentation will follow next week).
9531
9532         * gtk/gtkcellayout.[ch], gtk/gtkentrycompletion.[ch],
9533         gtk/gtktreemodelfilter.[ch], gtk/gtkentryprivate.h: new files.
9534
9535         * gtkentry.[ch]: added gtk_entry_{get,set}_completion, wrote
9536         necessary code to hook up completion.
9537
9538         * gtktreeviewcolumn.c: made GtkTreeViewColumn implement the new
9539         GtkCellLayout interface.
9540
9541         * gtkmarshalers.list: added BOOLEAN:OBJECT,BOXED.
9542
9543         * gtk/gtk.h, gtk/Makefile.am, po/POTFILES.in: all updated for the new
9544         source files.
9545
9546 Wed Jul  9 19:48:26 2003  Kristian Rietveld  <kris@gtk.org>
9547
9548         Merge from stable.
9549
9550         * gdk/gdkdisplay.c (gdk_display_get_window_at_pointer): don't
9551         directly return from ->window_at_pointer, but set win_x and win_y
9552         first if needed. (Fixes #110166, reported by Arno Charlet).
9553
9554         * gdk/gdkwindow.c (gdk_window_get_composite_drawable): change
9555         function to accept GdkDrawables and not just GdkWindows. This was
9556         already done in some other functions a while back, but this patch
9557         got lost for some reason.
9558
9559 2003-07-09  Matthias Clasen  <maclas@gmx.de>
9560
9561         * gtk/gtkcontainer.c (gtk_container_focus_sort_tab): Consider the text
9562         direction when sorting children.  (#116540, Soeren Sandmann)
9563
9564 Tue Jul  8 17:36:21 2003  Owen Taylor  <otaylor@redhat.com>
9565
9566         * gdk/x11/gdkasync.[ch] gdk/gdkdnd-x11.c: 
9567         Change _gdk_x11_send_xevent_async() to 
9568         _gdk_x11_send_client_message_async() avoid using Xlib
9569         internals that are different on Solaris. 
9570         (#116917, Morten Welinder)
9571
9572 2003-07-08  Matthias Clasen  <maclas@gmx.de>
9573
9574         * gtk/gtkcontainer.c (gtk_container_remove): Doc addition.
9575         (#116501, Doug Quale)
9576
9577 Tue Jul  8 21:35:22 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9578
9579         * gtk/gtktoggletoolbutton.h: remove strange #define
9580         * gtk/gtktoolbutton.h: fix cut'n'paste error
9581         * gtk/gtktoolbutton.c (gtk_tool_button_init): use instance
9582         private data
9583         * gtk/gtktoolitem.c (gtk_tool_item_class_init): use instance
9584         private data instead of g_new0()
9585         * gtk/gtktoggletoolbutton.c (gtk_toggle_tool_button_init): use
9586         instance private data
9587
9588 Tue Jul  8 21:10:14 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9589
9590         * gtk/gtkbutton.c (gtk_button_realize): remove GDK_EXPOSURE_MASK
9591         for INPUT_ONLY window
9592         * gtk/gtkmenuitem.c (gtk_menu_item_realize): same
9593         * gtk/gtknotebook.c (gtk_notebook_realize): same
9594         * gtk/gtkexpander.c (gtk_expander_realize): same
9595         * gtk/gtkrange.c (gtk_range_realize): same
9596
9597         Fix #116303
9598
9599 Tue Jul  8 19:57:14 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9600
9601         * gtk/gtkstyle.c (gtk_default_draw_arrow): remove correction on x
9602         when detail is "menuitem". With the new menu look is isn't needed
9603         anymore.
9604
9605         * gtk/gtktoolitem.c (gtk_tool_item_toolbar_reconfigured): queue a
9606         resize here, so that tool items will get a chance to relayout
9607         themselves based on the toolbar configuration.
9608
9609         change DEFAULT_SPACE_SIZE to 4 instead of 5
9610
9611         * gtk/gtktoolbar.c 
9612         Get rid of "!GTK_BIN (item)->child means separator". Separators
9613         are widgets in their own right
9614
9615         change DEFAULT_SPACE_SIZE to 4 instead of 5
9616         
9617         (get_space_size): remove this function
9618         (toolbar_item_is_homogeneous): new function
9619
9620         * gtk/gtkseparatortoolitem.c
9621         (gtk_separator_tool_item_size_request): new function.
9622
9623 Tue Jul  8 14:10:35 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9624
9625         * gtk/gtktoggletoolbutton.h: use private data, add new
9626         internal function _gtk_toggle_tool_button_get_button()
9627
9628         * gtk/gtktoolbutton.h: move to private data
9629
9630         * gtk/gtkradiotoolbutton.c, gtk/gtktoolbutton.c: updates for new
9631         private data.
9632
9633 Tue Jul  8 12:50:20 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9634
9635         * gtk/gtktoolbutton.c (gtk_tool_button_get_icon_widget): fix a
9636         type check, (#116947, Krasimir Angelov)
9637
9638         * gtk/gtktoolbar.c: Use new GtkToolItem accessors.
9639         
9640         * gtk/gtktoolitem.[ch]: Use a private struct to hold the instance
9641         data. Not instance private data yet, because of bug 116921.
9642
9643         * gtk/gtktoolitem.h: new accessors:
9644                 gtk_tool_item_get_homogeneous ()
9645                 gtk_tool_item_get_expand ()
9646                 gtk_tool_item_get_pack_end ()
9647                 gtk_tool_item_get_use_drag_window ()
9648
9649 Mon Jul  7 16:50:32 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9650
9651         * gtk/gtkcellrenderertext.c
9652         (gtk_cell_renderer_text_class_init): remove accidentally committed
9653         debugging spew
9654
9655         * gtk/gtktoolbar.c
9656         (gtk_toolbar_paint_space_line): remove this function
9657         (gtk_toolbar_expose): always propagate expose, even if the item is
9658         a separator item
9659
9660         * gtk/gtkseparatortoolitem.c
9661         (gtk_separator_tool_item_expose): moved here from gtktoolbar.c
9662         (get_space_size): new function.
9663         (get_space_style): new function
9664
9665 Sun Jul  6 13:00:20 2003  Owen Taylor  <otaylor@redhat.com>
9666
9667         * gtk/gtkdnd.c (_gtk_drag_source_handle_event)
9668         * gtk/gtkdnd.c (gtk_drag_begin_internal):  Remove use
9669         of GDK_POINTER_MOTION_HINT_MASK.
9670
9671         * gtk/gtkdnd.c (gtk_drag_update_idle): Move updating
9672         of the drag into an idle as a superior form of 
9673         expose compression.
9674
9675         * gtk/gtkdnd.c (gtk_drag_begin_internal): Move default icon
9676         creation here, so that we have an icon at the start
9677         of the drag (e.g., when retrieving the window cache
9678         information.)
9679
9680 Sun Jul  6 17:21:23 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9681
9682         * docs/widget_geometry.txt: better drawing of GtkMenuItem
9683         * docs/widget_geometry.txt: add notes about GtkMenu
9684         * gtk/gtkstyle.c: remove leftover "#include "gtkhandlebox.h""
9685
9686 Sat Jul  5 10:34:00 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9687
9688         * gtk/gtkmenu.c: add vertical_padding style property.
9689         
9690         * gtk/gtkmenuitem.c: add style properties toggle_spacing,
9691         arrow_spacing and horizontal_padding. Also center separators and
9692         make them a bit taller.
9693
9694         * gtk/*menuitem.c: use new style properties.
9695         
9696         * docs/widget_geometry.txt: Add note about GtkMenuItem
9697
9698         * gtk/gtkstyle.c 
9699         (gtk_default_draw_vline, gtk_default_draw_hline):
9700         fix +/-1 errors. 
9701
9702         (gtk_default_draw_shadow): draw a black border around menus.
9703
9704         * gtk/gtkvseparator, gtk/gtkhseparator.c, gtk/gtkmenuitem.c: fix
9705         calls to gtk_paint_hline() and gtk_paint_vline() (they take x1,
9706         x2 and y1, y2 respectively, not x, width and y, height).
9707
9708 Sat Jul  5 09:55:38 2003  Owen Taylor  <otaylor@redhat.com>
9709
9710         * gdk/x11/gdkdnd-x11.c (precache_target_list): Lookup
9711         all the atoms in the target list at once.
9712
9713         * gdk/x11/gdkdnd-x11.c (gdk_drag_get_protocol_for_display):
9714         Local drag short-circuit.
9715
9716         * gdk/x11/gdkdnd-x11.c (gdk_drag_motion): For the
9717         local case, poke the actions in directly instead of
9718         going through xdnd_set_actions.
9719
9720         * gdk/x11/gdkdnd-x11.c (xdnd_read_actions): Short-circuit
9721         the local case.
9722
9723         * gdk/x11/gdkdnd-x11.c (xdnd_manage_source_filter): Don't
9724         XSelectInput()/add a filter if the drag is local.
9725
9726         * gdk/x11/gdkdnd-x11.c (gdk_drag_get_selection): 
9727         Simplify handling of "XdndSelection".
9728
9729         * gdk/x11/gdkevents-x11.c
9730         (gdk_event_send_client_message_to_all_recurse): Somehow,  
9731         a WM_STATE => _NET_WM_STATE change hand been made here.
9732
9733         * gdk/x11/gdkproperty-x11.c (_gdk_x11_precache_atoms): Free
9734         xatom_names, not atom_names.
9735
9736         * tests/testdnd.c (target_drag_motion): Make the trashcan
9737         open again. (Got lost in deprecation cleanup.)
9738
9739 Sat Jul  5 00:49:32 2003  Owen Taylor  <otaylor@redhat.com>
9740
9741         * gtk/gtkdnd.c (gtk_drag_begin): Move the grabs up
9742         earlier, so we don't get a big pile of uncompressed
9743         motion events before the grab takes effect.
9744
9745         * gtk/gtkdnd.c (gtk_drag_update_icon): Call 
9746         gdk_window_process_all_updates() so that the area
9747         we are dragging over gets a change to redraw.
9748
9749         * gtk/gtkdnd.c (_gtk_drag_dest_handle_event): Use 
9750         gdk_window_get_position(), not gdk_window_get_origin().
9751
9752         * gdk/x11/gdkwindow-x11.[ch] (gdk_window_have_shape_ext)
9753         gdkdisplay-x11.h: use XShapeQueryExtension to 
9754         avoid duplicate XQueryExtension when we actually
9755         use it. Remove unnecessary caching in GdkDisplayX11.
9756
9757 Fri Jul  4 23:49:22 2003  Owen Taylor  <otaylor@redhat.com>
9758
9759         * gdk/x11/gdkasync.[ch] (_gdk_x11_get_window_child_info): 
9760         Function to get a range of information about all the
9761         children of a window in a single pass.
9762
9763         * gdk/x11/gdkdnd-x11.c (get_client_window_at_coords_recurse)
9764         gdk/x11/gdkdnd-x11.c (gdk_window_cache_new): Use
9765         _gdk_x11_get_window_child_info() to greatly reduce
9766         the number of roundtrips.
9767
9768 Fri Jul  4 22:57:18 2003  Owen Taylor  <otaylor@redhat.com>
9769
9770         * gdk/x11/gdkasync.[ch] (_gdk_send_xevent_async): Add
9771         a function to XSendEvent() and call a calback on
9772         failure/success.
9773
9774         * gdk/x11/gdkdnd-x11.c (xdnd_send_xevent): Short-circuit
9775         messages to the same process, use _gdk_send_xevent_async().
9776
9777 Fri Jul  4 22:26:27 2003  Owen Taylor  <otaylor@redhat.com>
9778
9779         * gdk/x11/gdkwindow-x11.[ch] gdkevents-x11.c: Split
9780         toplevel-specific pieces of GdkWindowImplX11 into
9781         a separate GdkToplevelX11 structure.
9782
9783 Fri Jul  4 22:05:09 2003  Owen Taylor  <otaylor@redhat.com>
9784
9785         * gdk/x11/gdkasync.c (struct _SetInputFocusState): Fix
9786         some leftover fields.
9787
9788 Fri Jul  4 15:57:52 2003  Owen Taylor  <otaylor@redhat.com>
9789
9790         * gdk/x11/gdkevents-x11.c (gdk_wm_protocols_filter):
9791         Use asynchronously _gdk_x11_set_input_focus_safe
9792         to avoid having to trap errors and XSync().
9793
9794         * gdk/x11/gdkwindow-x11.c (gdk_window_focus): Use
9795         _gdk_x11_set_input_focus_safe() here as well.
9796
9797         * gdk/x11/gdkevents-x11.c (gdk_check_wm_state_changed):
9798         Rework handling of property notifies on _NET_WM_STATE
9799         so that we ignore _NET_WM_DESKTOP notifies unless we
9800         really care.
9801
9802         * gdk/x11/gdkimage-x11.c (gdk_image_check_xshm): Use
9803         XShmQueryExtension() rather than XQueryExtension() to
9804         avoid extra rountrip.
9805
9806         * gdk/x11/gdkwindow-x11.c (_gdk_windowing_window_init):
9807         Remove unused call to XGetWindowAttributes()
9808         
9809         * gdk/x11/gdkdisplay-x11.c (gdk_display_open): Remove
9810         unused call to XGetKeyboardControl().
9811
9812         * gdk/x11/gdkdisplay-x11.c gdk/gdk.def (gdk_display_flush):
9813         Add (#99571)
9814
9815         * gdk/win32/gdkevents-win32.c gdk/linux-fb/gdkevents-fb.c 
9816         No-op implementations of gdk_display_flush().
9817
9818         * gdk/gdkwindow.c (gdk_window_process_all_updates): Use
9819         gdk_display_flush() rather than gdk_flush() to avoid
9820         XSync().
9821         
9822         * gdk/x11/gdkwindow-x11.c (update_wm_hints)
9823         gdk/x11/gdkwindow-x11.h: Centralize all handling of WM_HINTS here
9824         so that we don't have to get the property back from the server.
9825
9826         * gdk/x11/gdkwindow-x11.c (show_window_internal): Store
9827         the serial of when we map a toplevel to allow optimizing
9828         out notifies on _NET_WM_STATE/_NET_WM_DESKTOP.
9829
9830         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Don't
9831         XTranslateCoordinates() for override-redirect windows.
9832
9833 Fri Jul  4 15:59:27 2003  Owen Taylor  <otaylor@redhat.com>
9834
9835         * gdk/x11/gdkwindow-x11.c (gdk_window_set_group): Remove comment
9836         about setting window group after the window is mapped from docs
9837         - nothing the ICCCM forbids that.
9838
9839         * gdk/x11/gdkcursor-x11.c (gdk_display_get_maximal_cursor_size):
9840         Fix g_return_val_if_fail() in void return function.
9841
9842         * configure.in: Fix misplaced comma that was resulting
9843         in XShm always being disabled.
9844
9845 Fri Jul  4 19:55:49 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9846
9847         * tests/stresstest-toolbar: remove this accidentally committed
9848         file.
9849         
9850         * tests/stresstest-toolbar.c: really add this new test
9851
9852 Fri Jul  4 19:06:31 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9853
9854         * tests/stresstest-toolbar.c: new test for removing items
9855         
9856         * tests/testtoolbar.c: add a popup menu
9857
9858         * gtk/gtkcontainer.c (gtk_container_remove): add hack to avoid
9859           assert widget->parent == container when the container is a
9860           toolbar.
9861
9862         * gtk/gtktoolbar.c (gtk_toolbar_remove_tool_item): Make much
9863         simpler. Also make correct.
9864
9865         * gtk/gtktoolbar.c (gtk_toolbar_button_press): make
9866         popup_context_menu a boolean handled signal.
9867
9868 2003-07-04  Tor Lillqvist  <tml@iki.fi>
9869
9870         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_polygon,
9871         gdk_win32_draw_segments, gdk_win32_draw_lines): We can calculate
9872         the width and height of the bounding rectangle only after the
9873         minumum x and y have been found, and need a separate loop for
9874         it. Thanks to Bruce Hochstetler for providing a sample program
9875         exhibiting the bug.
9876
9877 2003-07-03  Tor Lillqvist  <tml@iki.fi>
9878
9879         * gdk/gdk.def: Add gdk_string_to_compound_text_for_display.
9880         (#116537, Peter Zelezny)
9881
9882 Thu Jul  3 03:13:20 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9883
9884         * gtk/gtkpaned.c (gtk_paned_set_child_property): Insert cast to
9885         fix warning. Assign something to old_value to quiet gcc
9886
9887         * gtk/gtkcalendar.c 
9888         (start_spinning): gtk_timeout_add->g_timeout_add
9889
9890         * gtk/gtkicontheme.c 
9891         (theme_lookup_icon): Make it compile (remove double semicolon)
9892
9893         * gtk/gtktoolbutton.c
9894         (gtk_tool_button_class_init): Long comment about properties.
9895         (gtk_tool_button_class_init): Improve text for "use_underline"
9896         property
9897         (gtk_tool_button_create_menu_proxy): Fix up to use_mnemonic based
9898         on whether the passed-in label has use_mnemonic set
9899         (gtk_tool_button_create_menu_proxy): Split image cloning out in
9900         new function. Make that function also handle image with pixbuf
9901         storage.
9902         (gtk_tool_button_construct_contents): Use gtk_widget_destroy()
9903         instead of gtk_container_remove().
9904         (gtk_tool_button_construct_contents): Fix eliding bug
9905
9906         * gtk/gtktoolbar.c
9907         (gtk_toolbar_finalize): New function. Unref tooltips, pointed out
9908         by Morten Welinder
9909         (gtk_toolbar_button_press): Make popup_context_menu signal provide
9910         coordinates and button number
9911
9912         * tests/testtoolbar.c (main): Add new pixbuf toolbutton
9913
9914         * tests/apple-red.png: new file
9915
9916 Wed Jul  2 18:00:56 2003  Owen Taylor  <otaylor@redhat.com>
9917          
9918         * gtk/gtkicontheme.[ch]: Implement a loader for
9919         named themed icon based on from gnome-desktop library
9920         by Alex Larsson.
9921
9922         * gtk/gtkiconthemeparser.[ch]: .ini file parsing code
9923         from gnome-desktop.
9924
9925         * gtk/gtkiconfactory.[ch]: Add
9926         gtk_icon_source_set/get_icon_name() to allow stock icons
9927         to be based off of named theme icons.
9928
9929         * gtk/gtkiconfactory.c: Rework sources so that the source
9930         is *either* a pixbuf, or a filename, or an icon name,
9931         instead of the pixbuf/filename mix it was before. Put a
9932         workaround for get_pixbuf() so that it can return the
9933         filename pixbuf, e.g, for render_icon().
9934
9935         * gtk/gtkiconfactory.c: Make the default setup use
9936         themed icons, and add builtin icons to the default
9937         icon theme for all the standard pixbufs, so we
9938         don't rely on actually having an icon theme on disk.
9939
9940         * gtk/gtkrc.c: Add support for @"icon-name" to specify
9941         a themed icon for a stock icon source.
9942
9943         * tests/Makefile.am test/testicontheme.c: Add a test
9944         program from gnome-desktop.
9945
9946         * gdk/x11/gdkevents-x11.c gtk/gtksettings.c: Add
9947         Net/IconThemeName / gtk-icon-theme-name setting.
9948
9949         * gtk/gtkiconfactory.c (ensure_cache_up_to_date): Actually
9950         update the icon cache serial so we don't continually
9951         think we are out-of-date.
9952
9953         * gtk/gtkwidget.c: Fix a couple of references in doc comments 
9954         to ::direction_set that should have been to ::direction-changed
9955
9956 Wed Jul  2 14:45:41 2003  Owen Taylor  <otaylor@redhat.com>
9957
9958         * gtk/gtktoolbar.c (gtk_toolbar_realize): Attach the
9959         style to the widget.
9960
9961 Wed Jul  2 15:42:26 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9962
9963         * gtk/gtk.h: Add new toolbar headers
9964
9965         * tests/testtoolbar.c: new file
9966
9967         * tests/Makefile.am (noinst_PROGRAMS): Add testtoolbar.c
9968
9969         * gtk/gtkexpander.c (gtk_expander_class_init): Make it compile
9970
9971 Tue Jul  1 22:49:25 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9972
9973         * gtk/gtktoolbar.c:
9974         (gtk_toolbar_remove_tool_item): Fix bug where list is changed
9975         inside a for loop (pointed out by Morten Welinder).
9976         (gtk_toolbar_focus_home_or_end): Minor formatting change
9977
9978         Comments from Owen:
9979
9980         * gtk/gtktoolbutton.c: remove copy of elide_underscores(). Use
9981         gtk_toolbar_elide_underscores instead.
9982
9983         * gtk/gtktoolbar.c: rename signal from focus_ends to
9984         focus_home_or_end.
9985         (_gtk_toolbar_elide_underscores): export this as an internal
9986         function.
9987         (gtk_toolbar_move_focus): add comment explaining difference to
9988         gtk_toolbar_focus();
9989         (gtk_toolbar_list_children_in_focus_order): Make TAB_FORWARD and
9990         TAB_BACKWARD focus the right widgets in RTL mode
9991
9992         * gtk/gtktoolbutton.c (gtk_tool_button_new): Change to take
9993         "label" and "icon" parameters
9994
9995         * gtk/gtktoolbutton.[ch]: remove icon_set property.
9996
9997 2003-07-01  Matthias Clasen  <maclas@gmx.de>
9998
9999         * gtk/gtkspinbutton.c (gtk_spin_button_set_digits): Improve docs.
10000         (116364, Morten Welinder) 
10001
10002         * tests/testgtk.c: Use GtkFontButton and GtkColorButton to bring up the
10003         corresponding dialogs.
10004
10005         * gtk/Makefile.am (gtk_public_h_sources): Add gtkfontbutton.h,
10006         gtkcolorbutton.h.  
10007         (gtk_c_sources): Add gtkfontbutton.c, gtkcolorbutton.c. 
10008
10009         * gtk/gtkfontbutton.[hc]: New files containing a font picker widget. 
10010
10011         * gtk/gtkcolorbutton.[hc]: New files containing a color picker widget. 
10012
10013         * gtk/gtk.h: Include gtkexpander.h, gtkfontbutton.h, gtkcolorbutton.h.
10014
10015         * gtk/gtkexpander.c: Small additions to the docs. 
10016
10017 2003-07-01  Tor Lillqvist  <tml@iki.fi>
10018
10019         * gdk/win32/gdkwindow-win32.c (_gdk_windowing_window_get_pointer):
10020         WindowFromPoint() wants screen coordinates (#115422, Tim Evans).
10021
10022 2003-07-01  Matthias Clasen  <maclas@gmx.de>
10023
10024         * configure.in: Check for Xcursor.
10025         
10026         * gdk/x11/gdkcursor-x11.c:
10027         * gdk/gdkdisplay.h: 
10028         * gdk/gdkcursor.h: RGBA cursor support based on Xcursor. New functions:
10029         gdk_cursor_new_from_pixbuf(), gdk_display_supports_cursor_alpha(), 
10030         gdk_display_supports_cursor_color(),
10031         gdk_display_get_default_cursor_size() and 
10032         gdk_display_get_maximal_cursor_size().  (#69436)
10033
10034 2003-06-30  Tor Lillqvist  <tml@iki.fi>
10035
10036         * gdk/win32/gdkdnd-win32.c (find_window_enum_proc): New function,
10037         callback proc for EnumWindows().
10038         (gdk_drag_find_window_for_screen): Actually take the drag_window
10039         argument into account: Instead of using WindowFromPoint(), use
10040         EnumWindows(), to be able to skip the drag_window. (#116320, Tony
10041         M Brown, Herman Bloggs)
10042
10043         * gdk/win32/*.c: Replace gdk_drawable_ref()/unref() and
10044         gdk_window_ref()/unref() calls with g_object_ref()/unref().
10045         Consistently use %p format in debugging output of pointers and
10046         HANDLEs.
10047
10048 2003-06-30  Mark McLoughlin  <mark@skynet.ie>
10049
10050         * gtk/gtkexpander.h: kill some stray characters
10051         breaking the build.
10052
10053 2003-06-30  Mark McLoughlin  <mark@skynet.ie>
10054
10055         Add GtkExpander. See discussion in bug #60553.
10056
10057         * gtk/gtkexpander.[ch]: add.
10058         
10059         * gtk/Makefile.am: build gtk-expander.[ch].
10060         
10061         * docs/widget_geometry.txt: add info on the layout
10062         of GtkExpander.
10063
10064 Mon Jun 30 01:20:19 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
10065
10066         * gtkradiotoolbutton.c:         new file
10067         * gtkradiotoolbutton.h:            "
10068         * gtktoggletoolbutton.c:           "
10069         * gtktoggletoolbutton.h:           "
10070         * gtktoolbutton.c:                 "
10071         * gtktoolbutton.h:                 "
10072         * gtktoolitem.c:                   "
10073         * gtktoolitem.h:                   "
10074         * gtktoolbar.c: many changes
10075         * gtktoolbar.h: many changes
10076         * gtkseparatortoolitem.c:       new file
10077         * gtkseparatortoolitem.h           "
10078
10079         New toolbar.
10080         
10081         - Items on a toolbar are now separate widgets, instances of a
10082           subclass of GtkToolItem.
10083
10084         - Items there aren't room for on the toolbar are unmapped, and an
10085           overflow menu with a proxy menu item is added instead.
10086
10087         - The toolbar is keyboard navigatable. Press TAB to focus the
10088           first item, then use arrow keys and Ctrl TAB to move around the
10089           toolbar. TAB moves focus out of the toolbar.
10090
10091         - Bascially all of the old toolbar API is deprecated in favor of
10092           new API in gtktoolbar.h, gtktoolitem.h, gtktoolbutton.h
10093
10094         - The toolbar is backwards compatible with the old toolbar.
10095
10096 2003-06-29  Matthias Clasen  <maclas@gmx.de>
10097
10098         * gtk/gtkwidget.c (gtk_widget_class_init): Remove a duplicate parameter
10099         from docs, some more formatting fixes. 
10100
10101 2003-06-28  Tor Lillqvist  <tml@iki.fi>
10102
10103         Fix for #111028, thanks to J. Ali Harlow, who writes:
10104         I found that the GdkPixmap->GdkImage reference really isn't
10105         important. It's only really there to have somewhere convenient to
10106         store the location of the pixel data in the pixmap and as an easy
10107         way of accessing the dimensions of that data. I have therefore put
10108         together a fix which removes this reference entirely which seems
10109         to solve the problem.
10110
10111         * gdk/win32/gdkpixmap-win32.h (struct _GdkPixmapImplWin32):
10112         Instead of a pointer to a GdkImage, keep a pointer to the pixels
10113         directly.
10114
10115         * gdk/win32/gdkimage-win32.c (_gdk_win32_setup_pixmap_image): Remove.
10116         (_gdk_win32_new_image): New function, replacing the above. Creates
10117         a GdkImage without any associated GdkPixmap.
10118         (gdk_image_new_bitmap, _gdk_image_new_for_depth): Use it instead.
10119
10120         * gdk/win32/gdkprivate-win32.h: Remove from here, too.
10121
10122         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new_from_pixmap)
10123         * gdk/win32/gdkdrawable-win32.c (blit_from_pixmap)
10124         * gdk/win32/gdkgc-win32.c (_gdk_win32_bitmap_to_hrgn)
10125         * gdk/win32/gdkmain-win32.c (_gdk_win32_drawable_description):
10126         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_impl_win32_finalize,
10127         gdk_pixmap_new, gdk_bitmap_create_from_data, gdk_pixmap_foreign_new)
10128         Corresponding changes.
10129
10130 Thu Jun 26 21:41:16 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
10131
10132         * gtk/gtktreeviewcolumn.c
10133         (gtk_tree_view_column_cell_set_cell_data): only set "is_expander"
10134         and "is_expanded" if the new value is different fromt he old one.
10135
10136 Wed Jun 25 18:59:15 BST 2003  Tony Gale <gale@gtk.org>
10137
10138         * docs/faq/gtk-faq.sgml: Fix typos. Update
10139         thread example I missed yesterday.
10140
10141 2003-06-24  Matthias Clasen  <maclas@gmx.de>
10142
10143         * gtk/gtkspinbutton.c (gtk_spin_button_class_init): Add a blurb for
10144         shadow_type. 
10145
10146         * gtk/gtkwidget.c (gtk_widget_class_install_style_property_parser): 
10147         (gtk_widget_class_list_style_properties): Use same parameter names as in  
10148         header (to silence gtk-doc).
10149
10150         * gtk/gtkalignment.c (gtk_alignment_[gs]et_padding): Fix doc comments.
10151
10152 Tue Jun 24 20:00:45 BST 2003  Tony Gale <gale@gtk.org>
10153
10154         * docs/faq/gtk-faq.sgml: Thread support updates
10155         from Owen. Various suggestions from Steve Chaplin.
10156
10157 2003-03-24  Mohammad DAMT  <mdamt@bisnisweb.com>
10158
10159         * po/id.po: Updated Indonesian translation
10160
10161 2003-06-21  Tor Lillqvist  <tml@iki.fi>
10162
10163         * gdk/win32/gdkevents-win32.c (gdk_event_translate): When
10164         emulating X11's automatic grab on button down, pass owner_events
10165         as FALSE. According to the XLib spec, automatic grabs use True for
10166         owner_events when OwnerGrabButtonMask is selected, and I don't see
10167         the X11 backend doing that. (#82497, #91619, #92835, #107322, #110271)
10168         (find_window_for_pointer_event): Improve debugging output.
10169
10170 2003-06-17  Tor Lillqvist  <tml@iki.fi>
10171
10172         * gtk-zip.sh.in (DLLDIR): Look for DLLs also in the bin
10173         subdirectory, where libtool 1.5 installs them.
10174
10175         * README.win32: Point to FSF's binary Win32 distribution of
10176         gettext-runtime.
10177
10178 2003-06-17  Matthias Clasen  <maclas@gmx.de>
10179
10180         * acinclude.m4 (JH_PATH_XML_CATALOG, JH_CHECK_XML_CATALOG): New
10181         macros to check for XML catalog contents and path, borrowed from
10182         gtk-doc. 
10183         * configure.in: New option --enable-man to enable regeneration of
10184         man pages from Docbook, if the necessary tools are found.
10185
10186 2003-06-15  Matthias Clasen  <maclas@gmx.de>
10187
10188         * gtk/gtkcalendar.c (gtk_calendar_class_init): 
10189         * gtk/gtknotebook.c (gtk_notebook_class_init): 
10190         * gtk/gtkalignment.c (gtk_alignment_class_init): 
10191         * gtk/gtkpaned.c (gtk_paned_class_init): Document new properties
10192         as 2.4 additions.
10193
10194         * gtk/gtkwidget.c (gtk_widget_class_init): Move inline signal docs 
10195         to the proper place, immediately before the g_signal_new() call.
10196
10197         * gtk/gtktextiter.h: Make the flags-nature of GtkTextSearchFlags 
10198         more obvious.  (#115122, Jeff Franks)
10199
10200 2003-06-12  Anders Carlsson  <andersca@codefactory.se>
10201
10202         * gtk/gtkwidget.c: (event_window_is_still_viewable):
10203         Special case pixmaps. (#114880)
10204         
10205 2003-06-12  Matthias Clasen  <maclas@gmx.de>
10206
10207         * gtk/gtkwidget.c: Document child-notify and drag-data-received
10208         signals. Owen, we need to figure out where the best place for
10209         these comments in the source is. I currently put them in front of
10210         the signals enum.
10211
10212 2003-06-11  Matthias Clasen  <maclas@gmx.de>
10213
10214         * gtk/gtkdnd.c (gtk_drag_check_threshold): s/threshhold/threshold/.
10215
10216 Thu Jan 12 01:01:19 2003  Kristian Rietveld  <kris@gtk.org>
10217
10218         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_process_action):
10219         silly typo fix. s/seperator/separator/. This gets rid of the
10220         assert spam when using TreeView.
10221
10222 Tue Jun 10 11:23:48 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
10223
10224         * modules/input/gtkimcontextxim.c (xim_instantiate_callback): New
10225         function for XIM instantiate callback.
10226         * modules/input/gtkimcontextxim.c (xim_info_try_im): New function
10227         where call to XOpenIM() or XRegisterIMInstantiateCallback() is
10228         actually made.
10229         * modules/input/gtkimcontextxim.c (xim_destroy_callback): New function
10230         for XIM's destroy callback.
10231         * modules/input/gtkimcontextxim.c (get_im): add a check if info->im 
10232         is set or not - if it's not set, call xim_info_try_im() to try to
10233         initiaize it.
10234         * modules/input/gtkimcontextxim.c (reinitialize_ic): reset
10235         filter_key_release flag of the context.
10236         * modules/input/gtkimcontextxim.c (get_ic_real): removed
10237         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_get_ic): move
10238         code from the removed get_ic_real().
10239
10240         For XIM instantiation, destruction and re-instantiation. With
10241         this, Gtk+ apps will be able to connect or reconnect to the XIM,
10242         when it starts after the apps, or when the XIM gets lost and recover.
10243         (#113099, #107782).
10244
10245 Mon Jun 10 01:12:31 2003  Kristian Rietveld  <kris@gtk.org>
10246
10247         Merged from stable.
10248
10249         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_get_size):
10250         check if width is !null, not *width. Doh.
10251
10252 Tue Jun 10 01:09:33 2003  Kristian Rietveld  <kris@gtk.org>
10253
10254         Merged from stable.
10255
10256         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_process_action):
10257         Remove the weird dx logic, get all cell_area and background_area
10258         calculations right. Not sure what was up with it before. (Fixes
10259         #110989, testcase from Vasco Alexandre da Silva Costa).
10260
10261 Tue Jun 10 00:58:23 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
10262
10263         * tests/testgtk.c: Make it compile with C89 compilers
10264
10265 2003-06-10  Matthias Clasen  <maclas@gmx.de>
10266
10267         * gtk/gtktextview.c (gtk_text_view_class_init): Install boolean
10268         property "overwrite".
10269         (gtk_text_view_[gs]et_property): Handle "overwrite".
10270         * gtk/gtktextview.[hc] (gtk_text_view_[gs]et_overwrite): Getter
10271         and setter for "overwrite" property.  (#110241, Jeroen Zwartepoorte)
10272
10273 2003-06-09  Matthias Clasen  <maclas@gmx.de>
10274
10275         * gtk/gtkpaned.c (gtk_paned_class_init): Install boolean child
10276         properties "resize" and "shrink".
10277         (gtk_paned_[gs]et_child_property): Implementations of 
10278         GtkContainer::[gs]et_child_property.  
10279         * tests/testgtk.c (toggle_resize, toggle_shrink): Use the new
10280         paned child properties instead of remove/add hacks.  (#114667, 
10281         Soeren Sandmann) 
10282
10283 Mon Jun  9 16:18:11 2003  Owen Taylor  <otaylor@redhat.com>
10284
10285         * gtk/gtknotebook.c (gtk_notebook_button_press): Back
10286         out event->window test - it wasn't needed because
10287         of the call to get_widget_coordinates().
10288
10289         * gtk/gtknotebook.c (gtk_notebook_button_press): Remove
10290         call to gtk_widget_grab_focus() when not clicking on
10291         any tabs. (Real fix for #114534)
10292
10293 Sun Jun  8 22:03:09 2003  Owen Taylor  <otaylor@redhat.com>
10294
10295         * tests/testdnd.c: Use application/x-rootwindow-drop for
10296         root window drops. (#108670, Alex Larsson)
10297
10298         * gdk/x11/gdkdnd-x11.c (gdk_drag_motion) gtk/gtkdnd.c (gtk_drag_drop): 
10299         Accept either application/x-rootwin-drop (what GTK+ has always used)
10300         or application/x-rootwindow-drop (what the XDND standard specifies).
10301
10302 Fri Jun  6 11:07:33 2003  Owen Taylor  <otaylor@redhat.com>
10303
10304         * gtk/gtkwidget.c (event_window_still_viewable): 
10305         Before delivering an event to a widget, check that
10306         (if relevant), the event's window is still viewable.
10307         (#105642, Dennis Björklund)
10308
10309         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): 
10310         NULL out private->parent, since after destruction
10311         it might not be valid any more.
10312
10313         * gdk/gdkwindow.c (gdk_window_is_viewable): Fix some
10314         accesses before g_return_val_if_fail(). Treat 
10315         DESTROYED windows as unmapped.
10316
10317 Thu Jun  5 09:28:03 2003  Owen Taylor  <otaylor@redhat.com>
10318
10319         * gtk/gtkentry.c: Recompute unconditionally in
10320         gtk_entry_style_set, and in a new gtk_label_screen_changed().
10321         Protect the guts of recompute_idle_func() with
10322         gtk_widget_has_screen(). (#114040, Morten Welinder) 
10323         Fix FALSE/0 confusion.
10324         
10325 Sun Jun  8 18:27:14 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
10326
10327         * gdk/gdkpixbuf-drawable.c (G8fromRGB565): swap G and B.
10328         Fixes (#114669)
10329
10330 Sun Jun  8 11:27:29 2003  Owen Taylor  <otaylor@redhat.com>
10331
10332         * gtk/gtkviewport.c (viewport_set_adjustment): Fix bug with 
10333         set_adjustment (viewport, NULL);
10334
10335 2003-06-07  Matthias Clasen  <maclas@gmx.de>
10336
10337         * gtk/gtkiconfactory.c (get_default_icons): 
10338         * gtk/stock-icons/stock_{undo,redo,undelete,revert}_rtl_{16,24}.png:
10339         * gtk/stock-icons/Makefile.am: Add rtl variants of undo, redo,
10340         undelete and revert.  (#96633)
10341         
10342 Fri Jun  6 16:25:44 2003  Owen Taylor  <otaylor@redhat.com>
10343
10344         * gtk/gtkviewport.c: Many fixes, along with extensive cleanups and 
10345         refactoring of code to reduce duplication; fixes include:
10346
10347         - gtk_viewport_realize(): Position the window correct from adjustment 
10348         values. (#110737, Michael Natterer)
10349
10350         - Remove some division-by-zero checks in places where there is no 
10351         longer division. (#110737)
10352
10353         - gtk_viewport_class_init: Make the hadjustment/vadjustment properties 
10354         G_PARAM_CONSTRUCT, so that there will always be adjustments, even 
10355         if gtk_viewport_new isn't used (#101135, Thomas Leonard).
10356
10357         - Switch over to encapsulated lazy-creation for hadjustment/
10358         vadjustment; even with the CONSTRUCT property, we need this after
10359         destroy.
10360
10361         - When updating the adjustment, immediate set their values to
10362         match the the current range of the viewport, and update the 
10363         viewport position to match the value of the new adjustments. 
10364         (Part of #1165)
10365
10366 2003-06-06  Tor Lillqvist  <tml@iki.fi>
10367
10368         * gdk/win32/gdkprivate-win32.h: Fix typo.
10369
10370         * gdk/win32/gdkgc-win32.c (_gdk_win32_gc_new): Set
10371         graphics_exposures and subwindow_mode, too, even if they aren't
10372         currently used.
10373
10374 Fri Jun  6 23:38:23 2003  Kristian Rietveld  <kris@gtk.org>
10375
10376         Merged from stable.
10377
10378         * gtk/gtktreeview.c (do_expand_collapse),
10379         (expand_collapse_timeout), (cancel_arrow_animation): made
10380         expand_collapse_timeout a wrapper with locks around     
10381         do_expand_collapse, made cancel_arrow_animation use
10382         do_expand_collapse. Fixes threadlock. (Fixes #111286, patch from
10383         Peter Bloomfield).
10384
10385 Fri Jun  6 11:05:45 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
10386
10387         * modules/input/gtkimcontextxim.h (struct _GtkIMContextXIM):
10388         * modules/input/gtkimcontextxim.c (preedit_start_callback,
10389         preedit_draw_callback, preedit_done_callback): Add a 'finalizing' flag 
10390         to keep preedit-[start,changed,end] signals from being called during
10391         finalization (#111861).
10392
10393 2003-06-05  Noah Levitt  <nlevitt@columbia.edu>
10394
10395         * gtk/gtknotebook.c (gtk_notebook_button_press): Ignore button
10396         presses that are not on the tab (#114534).
10397
10398 Thu Jun  5 20:35:40 2003  Owen Taylor  <otaylor@redhat.com>
10399
10400         * demos/Makefile.am: Conditionalize dependencies for
10401         gdk-pixbuf-csource on cross-compilation (#112391, J. Ali Harlow). 
10402         Buildtest-inline-pixbufs.h in srcdir. Don't try to build 
10403         test-inline-pixbufs.h if we don't have libpng.
10404
10405         * gtk/stock-icons/Makefile.am (gtkstockpixbufs.h): 
10406         Add a dependency on gdk-pixbuf.loaders when not 
10407         cross-compiling, remove the dependency on gdk-pixbuf-csource
10408         when not cross compiling.
10409
10410 Thu Jun  5 20:12:51 2003  Owen Taylor  <otaylor@redhat.com>
10411
10412         * gtk/gtkwindow.c (gtk_window_get_default_size): Handle
10413         gtk_window_get_geometry_info() returning NULL.
10414         (#107311, John Finlay)
10415
10416 Thu Jun  5 19:24:33 2003  Owen Taylor  <otaylor@redhat.com>
10417
10418         * gtk/gtktoolbar.c (gtk_toolbar_expose): Subtract off
10419         twice the border width from the width/height, not
10420         1x the border width. (#106336, Rodney Dawes)
10421
10422 Thu Jun  5 15:33:38 2003  Owen Taylor  <otaylor@redhat.com>
10423  
10424         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_next_line):
10425         If at the end of the buffer, move to the end iter -
10426         parallels behavior of move_iter_to_previous_line.
10427         (#81960, Padraig O'Briain)
10428  
10429 Thu Jun  5 16:12:54 2003  Owen Taylor  <otaylor@redhat.com>
10430
10431         #80023, Yao Zhang, TOKUNAGA Hiroyuki
10432
10433         * gtk/gtktextlayout.c (gtk_text_layout_get_cursor_locations):
10434         Account for the preedit cursor offset if the iter passed
10435         in is at the same place as the insertion cursor.
10436
10437         * gtk/gtktextview.c (gtk_text_view_get_cursor_location):
10438         Encapsulate getting the insertion cursor location.
10439
10440         * gtk/gtktextview.c (gtk_text_view_update_im_spot_location):
10441         Pass the real y/height to the IM context. Take 
10442         text_view->x/yoffset into account.
10443
10444 Thu Jun  5 16:52:54 2003  Owen Taylor  <otaylor@redhat.com>
10445
10446         * gtk/gtktextview.[ch]: Never scroll on focus in
10447         (#81893, Patch from Paolo Maggi)
10448
10449         * gtk/gtktextview.c (gtk_text_view_scroll_[h]pages): 
10450         Scroll to the current cursor location before handling
10451         the action, in case the user just tabbed in
10452         and the cursor is offscreen.
10453
10454 Thu Jun  5 17:20:40 2003  Owen Taylor  <otaylor@redhat.com>
10455          
10456          #107883, Gustavo Giráldez
10457
10458         * gtk/gtktextlayout.c (gtk_text_layout_emit_changed):
10459         Split out the case where we know we changed, and 
10460         already dealt with our cached line being invalidated
10461         from external calls to gtk_text_layout_changed.
10462
10463         * gtk/gtktextlayout.c (gtk_text_layout_changed):
10464         Check if the invalidate yrange intersects our
10465         cached line, and clear it if necessary.
10466
10467 2003-06-05  Tor Lillqvist  <tml@iki.fi>
10468
10469         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Handle global
10470         filters.
10471
10472 2003-06-05  Matthias Clasen  <maclas@gmx.de>
10473
10474         * gtk/gtktextview.c: Fix for #84668, reported by Torbjrn Andersson:
10475         (gtk_text_view_grab_notify): 
10476         (gtk_text_view_state_changed): Implement these
10477         to unobscure cursor when grab shadowed or insensitised.
10478         (gtk_text_view_unobscure_mouse_cursor): New function to undo the
10479         effect of gtk_text_view_obscure_mouse_cursor(). Code lifted from
10480         gtk_text_view_motion_event().
10481         (gtk_text_view_motion_event): Use gtk_text_view_obscure_mouse_cursor().
10482
10483         * gtk/gtktextview.c (select_all): New keybinding signal for
10484         (un)selecting the whole buffer. Bound to C-a/C-\.  (see #107889)
10485
10486         * gtk/gtkcalendar.c (calendar_timer): 
10487         (stop_spinning): Replace deprecated gtk_timeout_* functions by
10488         their GLib counterparts.  (#114429)
10489
10490         * gtk/gtktreestore.c (gtk_tree_store_new): 
10491         * gtk/gtkliststore.c (gtk_list_store_new): Document restriction on 
10492         types.
10493
10494 Wed Jun  4 19:42:17 2003  Owen Taylor  <otaylor@redhat.com>
10495
10496         * gdk/gdkpango.c (gdk_draw_layout_line_with_colors):
10497         When drawing underlines, join up adjacent runs
10498         where possible, so we don't get changes in 
10499         shaper/font/etc. breaking underlines. (#103662,
10500         Kang Jeong-Hee)
10501
10502 Wed Jun  4 19:22:58 2003  Jonathan Blandford  <jrb@redhat.com>
10503
10504         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_level_find_insert):
10505         Slightly modified patch from Owen Taylor <otaylor@redhat.com> to
10506         improve the speed of inserting rows into an already sorted list,
10507         #109292
10508
10509 Wed Jun  4 19:24:28 2003  Owen Taylor  <otaylor@redhat.com>
10510
10511         * gdk/x11/gdkgc-x11.c gdk/x11/gdkprivate-x11.h: Keep
10512         track of when we have a clip mask set for the GC,
10513         and when we unset it, or switch to a clip region,
10514         immediately call XSetClipMask (..., None) to avoid
10515         Xlib caching stale data. (#111806)
10516
10517         * gtk/gtktextdisplay.c: Don't set a clip mask
10518         when drawing alpha pixmaps; it isn't necessary any more.
10519         (#111806)
10520
10521 Wed Jun  4 18:27:44 2003  Owen Taylor  <otaylor@redhat.com>
10522
10523         * gtk/gtkcheckbutton.c (gtk_real_check_button_draw_indicator): 
10524         gtk/gtkradiobutton.c (gtk_radio_button_draw_indicator): 
10525         Use GTK_WIDGET_IS_SENSITIVE(), not GTK_WIDGET_SENSITIVE
10526         (#92548, Tim Evans)
10527
10528         * gtk/gtkcheckmenuitem.c (gtk_real_check_menu_item_draw_indicator)
10529         gtk/gtkradiomenuitem.c (gtk_radio_menu_item_draw_indicator): If
10530         Use state_type = STATE_INSENSITIVE for insensitive menu items.
10531
10532 Wed Jun  4 21:25:35 2003  Kristian Rietveld  <kris@gtk.org>
10533
10534         Merged from stable.
10535
10536         * gtk/gtktreeview.c (gtk_tree_view_drag_begin): use a silent
10537         assert for get_info. (reported by Michael Natterer),
10538         (gtk_tree_view_expand_all_emission_helper),
10539         (gtk_tree_view_expand_all_helper): emit row_expanded for all
10540         expanded rows during an _expand_all operation. (Fixes #111280,
10541         reported by Benjamin Bayart).
10542
10543 Tue Jun  3 18:32:30 2003  Owen Taylor  <otaylor@redhat.com>
10544
10545         * gdk/x11/gdkevents-x11.c (gdk_wm_protocols_filter): Don't
10546         respond to pings on a root window; prevents infinite
10547         loops if we are selecting for SubstructureNotify on the
10548         root window. (#111945, Sergey V. Udaltsov)
10549
10550 Tue Jun  3 17:39:16 2003  Owen Taylor  <otaylor@redhat.com>
10551
10552         #71597, reported by Morten Welinder
10553
10554         * gdk/gdkpixbuf-drawable.c (rgb888amsb): Fix and simplify
10555         (Patch from Christian Petig)
10556
10557         * gdk/gdkpixbuf-drawable.c (rgb{555,565}{a,}{msb,lsb}):
10558         Major rewrite of 555 and 565 conversion routines:
10559
10560         - Move all the bit shifting into a small block of macros,
10561           eliminating much duplication of complicated arithmetic.
10562         - Get rid of 2-pixels at a time code, which was buggy,
10563           hard to maintain, caused unaligned accesses, and
10564           probably didn't actually perform any better.
10565         - Simplify cases where different data types were
10566           used for the little and big endian cases, use
10567           GUINT16_SWAP_LE_BE() where appropriate.
10568                 
10569 Tue Jun  3 15:05:47 2003  Owen Taylor  <otaylor@redhat.com>
10570
10571         * gdk/x11/gdkdrawable-x11.c (convert_to_format): Remove
10572         bad optimization for src_rowstride == dest_stride.
10573         (Didn't consider the case where we were copying only
10574         partial widths of a wider source buffer)
10575         (#113034, reported by Hans Petter Jansson)
10576
10577 2003-06-03  Michael Natterer  <mitch@gimp.org>
10578
10579         * gdk/x11/gdkinput-x11.c (_gdk_input_common_find_events):
10580         reenabled button_release events for xinput devices. (#113948)
10581
10582 2003-06-03  Christian Rose  <menthos@menthos.com>
10583
10584         * configure.in: Added "li" to ALL_LINGUAS.
10585
10586 Mon Jun  2 18:58:54 2003  Owen Taylor  <otaylor@redhat.com>
10587
10588         * gtk/gtknotebook.c (gtk_notebook_size_allocate): Don't
10589         map the event window if the notebook isn't mapped. (#113980,
10590         Richard Reich)
10591
10592 2003-06-02  Sven Neumann  <sven@gimp.org>
10593
10594         * gtk/gtkprogress.c (gtk_progress_changed): added a missing cast.
10595
10596         * gdk/gdkrgb.c (gdk_rgb_try_colormap): removed an unused variable.
10597
10598 2003-06-01  Matthias Clasen  <maclas@gmx.de>
10599
10600         * gtk/gtkalignment.c (gtk_alignment_[gs]et_padding): Add 
10601         Since: 2.4 to the docs.
10602
10603         * gtk/gtkwindow.c (gtk_window_parse_geometry): Add some hints and
10604         an example to the docs.  (#98427)
10605
10606 2003-05-30  Murray Cumming  <murrayc@usa.net>
10607
10608         * gtk/gtkalignment.[h|c]: Added 4-sided padding as properties with
10609         gtk_alignment_get_padding() and gtk_aligment_set_padding(). This
10610         uses the new private data system - see g_type_class_add_private() in
10611         gtk_alignment_class_init() and the use of GTK_ALIGNMENT_GET_PRIVATE().
10612
10613 2003-05-30  Matthias Clasen  <maclas@gmx.de>
10614         
10615         * gtk/gtknotebook.c: Changed guint to GtkNotebookArrow in the
10616         signature of gtk_notebook_draw_arrow() for Solaris builds to go
10617         through.  (#114043, Anand Subramanian)
10618
10619 Thu May 29 18:30:35 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
10620
10621         * modules/input/imipa.c: 
10622         use GETTEXT_PACKAGE to get a translation for "ipa"(#113850).
10623
10624 Thu May 29 18:08:01 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
10625
10626         * gtk/gtkimmodule.c (_gtk_im_module_list):
10627         use GETTEXT_PACKAGE to get a translation for "Default"(#113850).
10628
10629 Thu May 29 09:34:05 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
10630
10631         * gtk/gtkimmodule.c (_gtk_im_module_list): make "Default"
10632         label of default input method localizable.
10633         * gtk/gtkimmulticontext.c (gtk_im_multicontext_append_menuitems): 
10634         use translations of input method context names
10635         * modules/input/imam-et.c, modules/input/imcyrillic-translit.c,
10636           modules/input/iminuktitut.c, modules/input/imthai-broken.c,
10637           modules/input/imti-er.c, modules/input/imti-et.c
10638           modules/input/imviqr.c, modules/input/imxim.c
10639         use GETTEXT_PACKAGE instead of "gtk+" for domain name.
10640         (#113850).
10641
10642 Thu May 29 18:23:01 2003  Kristian Rietveld  <kris@gtk.org>
10643
10644         Merged from stable.
10645
10646         * gtk/gtktreeview.c (gtk_tree_view_button_press): put the focus
10647         grab separate, the user might clear the tree in the focus-in
10648         callback. (Fixes #113086, testcase from Felipe Heidrich).
10649
10650 Thu May 29 18:06:26 2003  Kristian Rietveld  <kris@gtk.org>
10651
10652         Merged from stable.
10653
10654         * gtk/gtktreeview.c (gtk_tree_model_set_model): reset a bunch
10655         of row reference when we unset the model. Also reset
10656         dy and top_row_dy. (Fixes #109289, patch from Owen Taylor).
10657
10658 Thu May 29 17:12:19 2003  Kristian Rietveld  <kris@gtk.org>
10659
10660         Merged from stable.
10661
10662         * gtk/gtktreeview.c (gtk_tree_view_set_cursor_on_cell): cancel
10663         the current editing, if it exists. (Fixes #108956, reported by
10664         Michael Natterer).
10665
10666 Thu May 29 17:06:09 2003  Kristian Rietveld  <kris@gtk.org>
10667
10668         Merged from stable.
10669
10670         * gtk/gtktreeview.c (check_selection_helper): new function,
10671         (gtk_tree_view_row_deleted): traverse the tree from the
10672         deleted node to see whether the selection changed, instead of
10673         just checking this node. (Fixes #107400, reported by 'Duncan').
10674
10675 Thu May 29 16:31:34 2003  Kristian Rietveld  <kris@gtk.org>
10676
10677         Merged from stable.
10678
10679         * gtk/gtktreeview.c (gtk_tree_view_maybe_begin_dragging_row),
10680         (gtk_tree_view_drag_begin): set the DnD icon in _drag_begin
10681         instead of _maybe_begin_dragging_row, so the icon can be
10682         overridden by apps. (Fixes #104374, patch from Daniel Elstner).
10683
10684 Thu May 29 16:14:04 2003  Kristian Rietveld  <kris@gtk.org>
10685
10686         Merged from stable.
10687
10688         * gtk/gtktreeview.c (gtk_tree_view_start_editing): correct
10689         cell_area x/width for the expander if needed. (Fixes #101748,
10690         reported by Dave Cook and Mariano Suarez-Alvarez).
10691
10692 Thu May 29 16:01:38 2003  Kristian Rietveld  <kris@gtk.org>
10693
10694         Merged from stable.
10695
10696         * gtk/gtktreeview.c (gtk_tree_view_real_set_cursor): check
10697         if tree/node are still the same after _internal_select_node.
10698         (Fixes #92256, reported by edscott).
10699
10700 Thu May 29 15:38:30 2003  Kristian Rietveld  <kris@gtk.org>
10701
10702         Fixes #75745, reported by Richard Hult. Merged from stable.
10703
10704         * gtk/gtktreeview.c (gtk_tree_view_bin_expose): set/unset
10705         GTK_CELL_RENDERER_FOCUSED flag whether the current node is the
10706         cursor or not.
10707
10708         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_process_action):
10709         if we are rendering a cursor row, and the cell the be
10710         processed has focus, then set the GTK_CELL_RENDERER_FOCUSED
10711         flag (else we unset it).
10712
10713 2003-05-27  Matthias Clasen  <maclas@gmx.de>
10714
10715         * gtk/gtkwindow-decorate.c: 
10716         * gtk/gtktreeprivate.h: 
10717         * gtk/gtkdnd.c: 
10718         * gdk/win32/gdkwindow-win32.h: 
10719         * gdk/linux-fb/gdkprivate-fb.h: 
10720         * gdk/linux-fb/gdkkeyboard-fb.c: Remove dubious bitfields of
10721         unspecified signedness.  (#112919, Morten Welinder)
10722
10723         * gtk/queryimmodules.c (escape_string): 
10724         * gtk/gtktextbtree.c (_gtk_text_btree_get_text): 
10725         * gtk/gtksettings.c (_gtk_settings_parse_convert): 
10726         * gtk/gtkrc.c (gtk_rc_parse_assignment): 
10727         * gtk/gtkinputdialog.c (gtk_input_dialog_set_key): 
10728         * gdk/x11/gdkdisplay-x11.c (escape_for_xmessage): Replace all 
10729         occurances of g_string_new ("") by g_string_new (NULL). (#106975,
10730         Morten Welinder) 
10731
10732 2003-05-27  Tor Lillqvist  <tml@iki.fi>
10733
10734         * gtk-zip.sh.in: Only include the Default and Emacs themes' gtkrc
10735         files. Include share/gtk-doc/{gdk-pixbuf,gdk,gtk}.
10736
10737         * gdk/Makefile.am: libgdk-win32-2.0.la depends on
10738         win32/libgdk-win32.la.
10739
10740         * gtk/gtk.def: Add gtk_tree_view_column_cell_get_position.
10741
10742 Sat May 24 22:19:13 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
10743
10744         * gtk/gtkscrollbar.c (gtk_scrollbar_class_init): Make the minimum
10745         scrollbar slider length 21 instead of 7.
10746
10747 2003-05-23  Matthias Clasen  <maclas@gmx.de>
10748
10749         * gtk/gtknotebook.c: Add support for up to four scroll
10750         arrows. Control their display by new style properties
10751         "has_forward_stepper", "has_backward_stepper",
10752         "has_secondary_forward_stepper" and
10753         has_secondary_backward_stepper". (#110540)
10754
10755         * gtk/gtknotebook.h (struct _GtkNotebook): Make in_child and
10756         click_child three bits wide, add
10757         has_{before,after}_{previous,next} fields.
10758
10759         * gtk/gtkcolorsel.c (gtk_color_selection_init): Update color on
10760         focus out of hex_entry.  (#112665)
10761         (hex_focus_out): New signal handler for focus out of hex entry.
10762
10763 Wed May 21 19:01:06 2003  Owen Taylor  <otaylor@redhat.com>
10764
10765         * gtk/gtkwidget.c (gtk_widget_realize): 
10766         g_return_if_fail() if
10767         GTK_WIDGET_ANCHORED (widget) || GTK_IS_INVISIBLE (widget).
10768         (#107872, Christian Reis)
10769
10770 2003-05-22  Matthias Clasen  <maclas@gmx.de>
10771
10772         * gtk/gtkfilesel.c (gtk_file_selection_create_dir): 
10773         (gtk_file_selection_rename_file): Some keynav improvements for the
10774         "Rename File" and "Create Directory" subdialogs: Enter in entry
10775         activates default, default is "Create"/"Rename", Escape cancels
10776         dialog.  (#113110)
10777         (gtk_file_selection_set_filename): Add a hint about opening 
10778         directories.  (#113175)
10779
10780 2003-05-22  Matthias Clasen  <maclas@gmx.de>
10781
10782         * gdk/x11/gdkdrawable-x11.c (gdk_x11_drawable_update_xft_clip):
10783         Use XftDrawSetClipRectangles(), since we're inside HAVE_XFT2
10784         anyway.  (#113476)
10785
10786 Wed May 21 15:53:14 2003  Owen Taylor  <otaylor@redhat.com>
10787
10788         * gtk/gtkprogress.c (gtk_progress_set_format_string,
10789         gtk_progress_set_show_text): Always queue a resize ... 
10790         we rely on the size-allocate to do the update, plus a 
10791         different format can actually change our size requisition.
10792         (#111052, Vasco Alexandre da Silva Costa)
10793
10794         * gtk/gtkprogress.c (gtk_progress_changed): Track
10795         ::changed as well as ::value_changed, and queue a
10796         resize on ::changed when necessary.
10797
10798         * gtk/gtkprogress.c (gtk_progress_set_adjustment): 
10799         Call gtk_progress_changed() here to update or 
10800         queue a resize as necessary.
10801
10802 Wed May 21 14:06:13 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
10803
10804         * gtk/gtkimcontextsimple.c: added composing rules of
10805         Greek accented letters, patch by Vasilis Vasaitis (#107507)
10806
10807 Wed May 21 13:19:05 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
10808
10809         * gtk/gtkenums.h (enum GtkIMPreeditStyle, GtkIMStatusStyle): 
10810         * modules/input/gtkimcontextxim.c (preedit_style_change, status_style_change):
10811         gtk settings for XIMPreeditNone and XIMStatusNone. (#105909)
10812
10813 Wed May 21 12:10:25 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
10814
10815         * gtk/gtkimcontextsimple.c: 
10816         code that can check the compose table for ascending order,
10817         by Vasilis Vasaitis (#104862).
10818
10819 Wed May 21 12:52:01 2003  Owen Taylor  <otaylor@redhat.com>
10820
10821         * gtk/gtkkeyhash.[ch] (_gtk_key_hash_looku): We need 
10822         to pass the unmasked state to gdk_keymap_translate_keyboard_state() 
10823         to handle the case where a modifier not in the mask
10824         (like Num_Lock) changes the key value, so replace
10825         the masked state with a state/mask pair. (#106913,
10826         Olivier Ripoll)
10827
10828         * gtk/gtkwindow.c gtk/gtkbinding.c: Update to pass
10829         in state/mask pair to _gtk_key_hash_lookup()
10830
10831 Tue May 20 21:58:00 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
10832
10833         * modules/input/gtkimcontextxim.c (xim_info_display_closed):
10834         fix a memory leak, free input context list (#113259).
10835
10836 2003-05-21  Matthias Clasen  <maclas@gmx.de>
10837
10838         * configure.in (all_loaders): Add pcx.
10839
10840         * gtk/gtkcalendar.c: Make calendar controls spin.  (#112540)
10841
10842 Tue May 20 17:27:24 2003  Owen Taylor  <otaylor@redhat.com>
10843
10844         * gtk/gtkimmodule.c (gtk_im_module_init): Silently
10845         accept a missing gtk.immodules file, some people
10846         want to run without one. (#112406, patch from
10847         Arnaud Charlet)
10848
10849 Tue May 20 17:05:31 2003  Owen Taylor  <otaylor@redhat.com>
10850
10851         * gtk/gtkwindow.c (gtk_window_compute_hints): Fix 
10852         height/width confusion (#113370, Xan Lopez)
10853
10854 Tue May 20 15:48:45 2003  Owen Taylor  <otaylor@redhat.com>
10855
10856         * gdk/x11/gdkdnd-x11.c gdk/x11/gdkwindow-x11.c: Comprehensively
10857         zero all unused parts of client messages (Mainly Motif DND
10858         and EWMH). Also, fix a couple places where we were putting
10859         contents into Motif DND messages that didn't belong.
10860         (#113361, EWMH problem reported by Lubos Lunak)
10861
10862         * gtk/gtkselection.c (_gtk_selection_request): Handle the
10863         case where the property type for the multiple atoms is
10864         ATOM_PAIR by doing the conversions ourselve. This is
10865         needed for Xt inter-operation.
10866
10867 2003-05-19 Arafat Medini <lumina@silverpen.de>
10868
10869         * configure.in: Added ar to ALL_LINGUAS
10870
10871 2003-05-19  Matthias Clasen  <maclas@gmx.de>
10872
10873         * gtk/gtksettings.c (gtk_rc_property_parse_border,
10874         gtk_rc_property_parse_color, gtk_rc_property_parse_enum,
10875         gtk_rc_property_parse_flags, gtk_rc_property_parse_requisition):
10876         Add docs.
10877
10878         * gtk/gtkwidget.c (gtk_widget_class_install_style_property, 
10879         gtk_widget_class_install_style_property_parser): Add docs. 
10880
10881 2003-05-17  Matthias Clasen  <maclas@gmx.de>
10882
10883         * tests/prop-editor.c: Add navigation for object properties, so
10884         that you can easily edit the properties of the parent of a widget.
10885         (#113152)
10886
10887 Wed May 14 17:45:32 2003  Owen Taylor  <otaylor@redhat.com>
10888
10889         * gdk/gdkkeysyms.h gdk/gdkkeynames.c gdk/gdkkeyuni.c:
10890         Patch from Vasilis Vasaitis to fix Greek_IOTAdi[a]eresis 
10891         inconsistency and leave the old name as an aliass (#104873)
10892
10893 Wed May 14 16:40:09 2003  Owen Taylor  <otaylor@redhat.com>
10894
10895         * gtk/gtkframe.c (gtk_frame_set_label_widget): Patch
10896         from Charles Schmidt to add missing notify (#108305)
10897
10898 Wed May 14 16:00:51 2003  Owen Taylor  <otaylor@redhat.com>
10899  
10900         * gdk/x11/gdkgc-x11.c: Remove unecessary g_return_if_fail().
10901         (#105500, Morten Welinder.)
10902  
10903 Wed May 14 09:05:11 2003   Hidetoshi Tajima <hidetoshi.tajima@sun.com>
10904
10905         * modules/input/gtkimcontextxim.c (get_ic_real): use type of guint32
10906         instead of gumake for XNFilterEvents event mask(#110493).
10907
10908 2003-05-11  Anders Carlsson  <andersca@codefactory.se>
10909
10910         * gtk/gtkdnd.c (gtk_drag_source_unset_icon): Don't cast a gchar to
10911         a GObject. (#112762)
10912
10913 2003-05-08  Sven Neumann  <sven@gimp.org>
10914
10915         * configure.in: set the HAVE_X11R6 automake conditional to false
10916         if not compiling for X11.
10917
10918 2003-05-08  Matthias Clasen  <maclas@gmx.de>
10919
10920         * gtk/gtkcalendar.[ch] (gtk_calendar_set_display_options): 
10921         (gtk_calendar_get_display_options): New functions.
10922         (gtk_calendar_display_options): Depreate.  (#64567)
10923         (gtk_calendar_class_init): Add boolean properties for the display
10924         options.  (#50949)
10925
10926 Tue May  6 16:50:52 2003  Owen Taylor  <otaylor@redhat.com>
10927
10928         Patch from James Henstridge to update to automake-1.7
10929         (#109542)
10930  
10931         * autogen.sh: update to call newer tools.
10932  
10933         * configure.in: various updates, to use M4 macros to put
10934         variables that change each release at the top.
10935         Use AC_HELP_STRING to format help strings.
10936         Use AC_CONFIG_COMMANDS to generate gdkconfig.h.
10937  
10938         * Makefile.am: require Automake 1.7.  Remove gdk-2.0.pc and
10939         gtk+-2.0.pc on uninstall.  Pass --enable-gtk-doc to configure
10940         during distcheck.
10941  
10942         * docs/reference/*/Makefile.am: simplify to use the gtk-doc.make
10943         makefile fragment.
10944  
10945         * */Makefile.am: don't use STRIP_BEGIN/STRIP_END.
10946         Use BUILT_SOURCES where appropriate.
10947         Build generated files in builddir rather than srcdir.
10948         Fix uninstall and distclean targets to satisfy distcheck.
10949
10950         ===
10951
10952         * gdk/*/Makefile.am: Remove the hacks to get gdkenumtypes.h
10953         built first, since we are now using BUILT_SOURCES.
10954
10955         * gdk/Makefile.am: Remove an outdated comment about gdk_headers.
10956
10957         * demos/gtk-demo/Makefile.am: Fix srcdir != buildd problem
10958         with geninclude.pl.
10959
10960         * configure.in: Update versions to 2.3.0.
10961  
10962 2003-05-06  Tor Lillqvist  <tml@iki.fi>
10963
10964         Fix for #110165 (thanks to Arnaud Charlet):
10965         
10966         * gdk/win32/gdkevents-win32.c (build_keypress_event,
10967         build_keyrelease_event): For unshifted control char, use
10968         lowercase ASCII keyval.
10969         (gdk_event_translate): Similarily, when handling WM_SYSKEYDOWN and
10970         UP (i.e. Alt-something), if it's an unshifted ASCII letter, use
10971         lowercase keyval. Use build_key_event_state() here, too, instead
10972         of minor code duplication.
10973
10974 2003-05-06  Matthias Clasen  <maclas@gmx.de>
10975
10976         * tests/testmultidisplay.c: Don't include strings.h, it's not
10977         needed anymore.  (#112388)
10978
10979         * examples/menu/itemfactory.c: 
10980         * docs/tutorial/gtk-tut.sgml: Remove an unneeded include from the
10981         itemfactory example.
10982
10983 2003-05-05  Matthias Clasen  <maclas@gmx.de>
10984
10985         * gtk/gtkdnd.c (gtk_drag_source_set_icon_stock):  Actually set the
10986         icon type to the stock icon type.  (#111735, Dave Bordoley)
10987
10988 2003-05-05  Christian Rose  <menthos@menthos.com>
10989
10990         * configure.in: Added sr and sr@Latn to ALL_LINGUAS.
10991         Removed sp, it's replaced by sr@Latn.
10992
10993 Wed Apr 30 22:09:11 BST 2003  Tony Gale <gale@gtk.org>
10994
10995         * docs/faq/gtk-faq.sgml: GTK+ 2.x updates, mainly from
10996         Gonzalo Odiard
10997
10998 Mon Apr 28 17:54:39 2003  Jonathan Blandford  <jrb@redhat.com>
10999
11000         * gtk/gtktreeview.c (gtk_tree_view_destroy): destroy the search
11001         data iff the destroy func isn't NULL.
11002
11003 Thu Apr 24 19:12:05 2003  Owen Taylor  <otaylor@redhat.com>
11004
11005         * autogen.sh (have_libtool): Accept libtool-1.5. (#111480)
11006
11007 2003-04-23  Abel Cheung  <maddog@linux.org.hk>
11008
11009         * configure.in: Added "am" "mk" "ta" to ALL_LINGUAS.
11010
11011 Tue Apr 22 15:33:51 2003  Owen Taylor  <otaylor@redhat.com>
11012
11013         * gtk/gtkfilesel.c (open_new_dir): Fix capitalization
11014         of UTF-8. (#106419, Roozbeh Pournader)
11015
11016 Tue Apr 22 15:17:25 2003  Owen Taylor  <otaylor@redhat.com>
11017
11018         * configure.in: Only check for XFT2 if we found pango-xft
11019         (#105692, Jon Nall)
11020
11021 Tue Apr 22 15:12:19 2003  Owen Taylor  <otaylor@redhat.com>
11022
11023         * gtk/gtkwidget.c (gtk_widget_class_init): Fix PROP_HAS_FOCUS/
11024         PROP_IS_FOCUS confusion. (#111333, Jody Goldberg)
11025
11026 Tue Apr 22 19:43:01 BST 2003  Tony Gale <gale@gtk.org>
11027
11028         * docs/faq/gtk-faq.sgml: add note about version converage.
11029
11030 Mon Apr 21 19:02:16 2003  Owen Taylor  <otaylor@redhat.com>
11031
11032         * gtk/gtksocket.c (activate_key): Fix prototype for
11033         activate_key. (#108927, Jason D. Hildebrand)
11034
11035 Mon Apr 21 18:42:51 2003  Owen Taylor  <otaylor@redhat.com>
11036
11037         * demos/gtk-demo/Makefile.am demos/gtk-demo/geninclude.pl:
11038         Remove geninclude.pl from CVS and don't dist it either,
11039         it is generated. (#108970, Rich Kinder)
11040
11041 Mon Apr 21 18:35:48 2003  Owen Taylor  <otaylor@redhat.com>
11042
11043         * gtk/gtkobject.h: Remove a couple of obsolete comments,
11044         fix another comment. (#109737, Britton Kerin)
11045
11046 Mon Apr 21 18:29:03 2003  Owen Taylor  <otaylor@redhat.com>
11047
11048         * gtk/gtkiconfactory.c (gtk_icon_set_unref): Free
11049         the source list, not just it's contents (Patch
11050         from Charles Kerr, #108243)
11051
11052 Mon Apr 21 18:13:46 2003  Owen Taylor  <otaylor@redhat.com>
11053
11054         * gdk/x11/gdkdnd-x11.c (gdk_window_cache_filter): Patch
11055         from Alex Larsson fixing problem with restacking during
11056         DND. (#108671)
11057
11058 Mon Apr 21 15:07:29 2003  Owen Taylor  <otaylor@redhat.com>
11059
11060         * gdk/x11/gdkdisplay-x11.c (gdk_display_keyboard/pointer_ungrab):
11061         Calling XFlush() after ungrabbing, to avoid problems if
11062         the app subsequently blocks on a long-running operation.
11063         (#106520, reported by Rajkumar Siva)
11064
11065 Fri Apr 18 17:42:45 2003  Owen Taylor  <otaylor@redhat.com>
11066
11067         * gdk/x11/gdkwindow-x11.c (set_initial_hints): Add
11068         SKIP_TASKBAR/SKIP_PAGER to set of properties we
11069         might set on map. (#110019, problem reported
11070         by Loban Rahman)
11071
11072 Fri Apr 18 17:14:33 2003  Owen Taylor  <otaylor@redhat.com>
11073
11074         * gdk/gdkevents.c (gdk_event_copy): Fix for the
11075         case when gdk_event_copy() is called on a non-allocated
11076         event. (#109716, reported by Rich Burridge)
11077
11078 Fri Apr 18 16:57:44 2003  Owen Taylor  <otaylor@redhat.com>
11079
11080         * gdk/x11/gdkdrawable-x11.c (draw_with_images/pixmaps):
11081         Fix pointer arithmetic on 'void *'. (#108322)
11082
11083 Fri Apr 18 16:31:49 2003  Owen Taylor  <otaylor@redhat.com>
11084
11085         * configure.in gdk/x11/gdkdisplay-x11.c modules/input/Makefile.am:
11086         Check for XAddConnectionWatch()/X11R6, and if found, disable XIM and
11087         use of XAddConnectionWatch. Remove --enable-xim config option.
11088         Should fix building on X11R6 (#110523, Albert Chin)
11089
11090 Fri Apr 18 15:56:46 2003  Owen Taylor  <otaylor@redhat.com>
11091
11092         * gdk/x11/gdkdisplay-x11.[ch] gdk/x11/gdkdrawable-x11.[ch]:
11093         Patch from Morten Welinder to catch Sun servers with a 
11094         broken implementation of the RENDER extension. (#108309)
11095
11096 Fri Apr 18 15:30:38 2003  Owen Taylor  <otaylor@redhat.com>
11097
11098         * gdk/x11/gdkwindow-x11.c (set_text_property): Use
11099         gdk_free_compound_text(), not g_free(). (#107643,
11100         Michael Zucchi)
11101
11102 Fri Apr 18 15:11:50 2003  Owen Taylor  <otaylor@redhat.com>
11103
11104         * gdk/x11/gdkdisplay-x11.c (_gdk_display_x11_get_type)
11105         gdk/x11/gdkscreen-x11.c (_gdk_screen_x11_get_type): Fix
11106         wrong use of base_finalize. (#105126, Sven Neumann)
11107
11108 Fri Apr 18 15:06:00 2003  Owen Taylor  <otaylor@redhat.com>
11109
11110         * gdk/gdkwindow.c (gdk_window_constrain_size): Fix
11111         '/' vs. '*' problem in aspect ration computations. (#108237)
11112
11113 Fri Apr 18 14:15:09 2003  Owen Taylor  <otaylor@redhat.com>
11114
11115         * gdk/x11/gdkdisplay-x11.c (gdk_display_open): 
11116         * gdk/x11/gdkevents-x11.c (gdk_event_translate): You
11117         don't get a XkbMapNotify event if you get a XkbNewKeyboardNotify 
11118         event, so select for both. (#108406, Egmont Koblinger)
11119
11120 Thu Apr 17 09:57:44 2003  Jonathan Blandford  <jrb@gnome.org>
11121
11122         * gtk/gtktreeview.c (validate_visible_area): remove infinite loop
11123         caused by not clearing the scroll_to_path.
11124
11125 2003-04-16  Matthias Clasen  <maclas@gmx.de>
11126
11127         * gtk/gtkstyle.c: Doc additions and fixes.
11128
11129         * gtk/gtktreeviewcolumn.c
11130         (_gtk_tree_view_column_get_neighbor_sizes): Doc fixes.
11131
11132 2003-04-14  Michael Natterer  <mitch@gimp.org>
11133
11134         * gtk/gtkliststore.c (gtk_list_store_move): added checks to ensure
11135         that the iter is not reordered to its own position. Prevents model
11136         corruption for the case that the store contains only a single item
11137         (fixes bug #108387).
11138
11139         Unrelated:
11140
11141         * gtk/gtkliststore.c (gtk_list_store_insert): g_list_alloc() the
11142         new list element later so we don't leak it if we decide to return
11143         early.
11144
11145         * gtk/gtktreeselection.c (_gtk_tree_selection_internal_select_node):
11146         set selection->tree_view->priv->anchor to NULL after freeing it.
11147
11148 2003-04-13  Matthias Clasen  <maclas@gmx.de>
11149
11150         * gtk/gtktreeviewcolumn.c
11151         (gtk_tree_view_column_cell_get_position): Document. 
11152
11153         * gtk/gtktextbuffer.c (gtk_text_buffer_select_range): 
11154         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_[sg]et_expand): 
11155         * gtk/gtkbutton.c (gtk_button_[sg]et_focus_on_click): Document
11156         these as 2.4 additions.
11157
11158 2003-04-09  Matthias Clasen  <maclas@gmx.de>
11159
11160         * INSTALL.in: Fix the real thing.
11161
11162         * INSTALL: Typo fix.
11163
11164 Mon Apr  7 19:43:15 2003  Owen Taylor  <otaylor@redhat.com>
11165
11166         * gdk/x11/gdkdisplay-x11.c (gdk_x11_display_ungrab): Flush
11167         after ungrabbing the server.
11168  
11169         * gdk/x11/gdkimage-x11.c: Remove some no-longer-needed
11170         calls to XFlush().
11171
11172         * gdk/x11/gdkwindow-x11.c (_gdk_windowing_window_at_pointer):
11173         Use gdk_x11_display_grab/ungrab.
11174
11175         * gdk/x11/gdkdisplay-x11.c (gdk_display_open): Initialize
11176         use_xshm to TRUE so SHM gets used when present.
11177  
11178 2003-04-07  Matthias Clasen  <maclas@gmx.de>
11179
11180         * gtk/gtktextlayout.c (set_para_values): 
11181         * gtk/gtkenums.h (GtkWrapMode): Add GTK_WRAP_WORD_CHAR.  (#110086,
11182         David Brigada)
11183
11184         * gtk/gtkcelleditable.c, gtk/gtkfixed.c, gtk/gtktreemodel.c,
11185         gtk/gtktreeselection.c, gtk/gtktreeview.c: Fix numerous
11186         misspellings of possessive "its".  (#110027, Doug Quale)
11187
11188 2003-04-03  Matthias Clasen  <maclas@gmx.de>
11189
11190         * demos/gtk-demo/main.c (demo_find_file): Only use files from the
11191         current directory if it looks like the srcdir.  (#109357)
11192
11193 Wed Apr  2 23:02:26 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
11194
11195         * gtk/gtkbutton.[ch] (gtk_button_class_init): add property
11196         focus_on_click
11197
11198         * gtk/gtkwindow.c (gtk_window_focus): make arrow keyboard
11199         navigation not wrap around.
11200
11201 2003-04-02  Matthias Clasen  <maclas@gmx.de>
11202
11203         * gtk/gtkprogress.c (gtk_progress_get_percentage_from_value):
11204         Return 0 if lower == upper.  (#109155)
11205         (gtk_progress_get_current_percentage): Use
11206         gtk_progress_get_percentage_from_value().
11207
11208 2003-04-01  Matthias Clasen  <maclas@gmx.de>
11209
11210         * gtk/gtkimcontext.c (gtk_im_context_focus_in): Fix docs.
11211         (#109510, Noah Levitt)
11212
11213 Mon Mar 31 13:52:13 2003  Jonathan Blandford  <jrb@redhat.com>
11214
11215         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): null initialize reorder's
11216         members so Purify won't complain.
11217
11218         * gtk/gtkliststore.c (gtk_list_store_sort): ditto.
11219
11220 2003-03-31  Matthias Clasen  <maclas@gmx.de>
11221
11222         * gtk/gtkwindow.c: Add a new property, role, corresponding to 
11223         gtk_window_[gs]et_role().  (#93904)
11224
11225 Sun Mar 30 03:57:42 2003  Jonathan Blandford  <jrb@gnome.org>
11226
11227         * gtk/gtktreeselection.c (gtk_tree_selection_get_selected_rows):
11228         fix crash.  Patch from Markus Lausser <sgop@users.sourceforge.net>
11229
11230 2003-03-29  Matthias Clasen  <maclas@gmx.de>
11231
11232         * gtk/gtkoptionmenu.c (gtk_option_menu_remove_contents): Set state
11233         of labels back to normal before reparenting back.  (#102387)
11234
11235         * gtk/gtkcolorseldialog.c (gtk_color_selection_dialog_init): Set
11236         a default window title to match the GtkFontSelectionDialog behavior.
11237  
11238         (gtk_color_selection_dialog_new): Don't call
11239         gtk_window_set_title() if title is NULL.  (bug #101975, Daniel Elstner)
11240
11241 2003-03-29  Matthias Clasen  <maclas@gmx.de>
11242
11243         Fix for bug #78499:
11244         
11245         * gtk/gtkentry.h (struct _GtkEntry): Add flags select_words and
11246         select_lines. 
11247
11248         * gtk/gtkentry.c (gtk_entry_button_press): Set select_words and
11249         select_lines on double/triple click.
11250
11251         * gtk/gtkentry.c (gtk_entry_motion_notify): Implement
11252         select-by-words and select-by-lines behaviour.
11253
11254         Fixes for bug #56248:
11255         
11256         * gtk/gtknotebook.c (stop_scrolling): New function to remove the
11257         timer and queue a redraw. 
11258         (gtk_notebook_grab_notify): 
11259         (gtk_notebook_state_changed): New functions to call stop_scrolling() 
11260         if necessary.   
11261         (gtk_notebook_button_release): Use stop_scrolling().
11262         (gtk_notebook_draw_arrow): Fix drawing of insensitive arrows.
11263
11264         * gtk/gtkrange.c (stop_scrolling): New function to remove the
11265         grab, remove the timer and queue a redraw.
11266         (gtk_range_grab_notify): 
11267         (gtk_range_state_changed): New functions to call stop_scrolling() 
11268         if necessary.   
11269         (gtk_range_button_release): Use stop_scrolling().
11270
11271         * gtk/gtkspinbutton.c (gtk_spin_button_grab_notify): 
11272         (gtk_spin_button_state_changed): Redraw after stop_spinning.
11273         (gtk_spin_button_stop_spinning): Reset click_child to correct the
11274         drawing of the arrows.
11275         (gtk_spin_button_button_release): Use a local copy of click_child,
11276         since stop_spinning() resets it.
11277
11278         * gtk/gtknotebook.c (gtk_notebook_class_init): Add C-A-PgUp and
11279         C-A-PgDown as alternatives to the A-less variants. (This slipped
11280         in accidentally some time ago).  (#97860)
11281
11282 2003-03-26  Sven Neumann  <sven@gimp.org>
11283
11284         * gtk/gtktreeview.c: rewrote the function that does node and arrow
11285         prelighting, queue all redraws from here (Fixes bug #108792).
11286
11287 2003-03-20  Richard Kinder <r_kinder@yahoo.com>
11288
11289         * demos/testpixbuf.c (update_timeout): set error to NULL, not FALSE.
11290         Fixes bug #108778.
11291
11292 2003-03-20  Guntupalli Karunakar <karunakar@freedomink.org>
11293
11294         * configure.in: Added "ml" in ALL_LINGUAS
11295
11296 Sat Mar 15 18:49:27 2003  Manish Singh  <yosh@gimp.org>
11297
11298         * gtk/gtkradiomenuitem.h: use GTK_DISABLE_DEPRECATED instead of
11299         G_DISABLE_DEPRECATED.
11300
11301 2003-03-14  Tor Lillqvist  <tml@iki.fi>
11302
11303         * gdk/win32/gdkevents-win32.c: Use the signed GET_X_LPARAM() and
11304         GET_Y_LPARAM() to extract x and y coordinates from an LPARAM or
11305         DWORD, and not the unsigned HIWORD() and LOWORD(). Systems with
11306         multiple monitors can have negative coordinates on some of the
11307         monitors. (partial fix for #99496, Arnaud Charlet)
11308
11309 2003-03-15  Matthias Clasen  <maclas@gmx.de>
11310
11311         * gtk/gtktextview.c: Add a "buffer" property.  (#108353) 
11312
11313 2003-03-13  Sven Neumann  <sven@gimp.org>
11314
11315         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_set_property):
11316         removed redundant calls to g_object_notify().
11317         (gtk_cell_renderer_pixbuf_get_size): removed redundant casts, see
11318         bug #108236.
11319
11320         * gtk/gtktextiter.c (_gtk_text_iter_get_segment_char)
11321         (_gtk_text_iter_get_segment_byte): return 0, not NULL (these
11322         functions return an integer value).
11323
11324 2003-03-13  Tor Lillqvist  <tml@iki.fi>
11325
11326         * gdk/win32/gdkevents-win32.c (gdk_event_translate): On
11327         WM_MOUSEMOVE, the test whether we have actually moved (and thus
11328         shouldn't generate an GDK event) moved after the call to
11329         propagate() and translate_mouse_coords(). Otherwise we were
11330         testing wrong values. (#108115, Allin Cottrell)
11331         (gdk_event_translate): On WM_?BUTTONUP, set current_{x,y} the same
11332         way as in WM_?BUTTONDOWN and WM_MOUSEMOVE.
11333
11334         * gdk/win32/gdkevents-win32.c (gdk_pointer_grab): if a grab cursor
11335         is used, must copy the HCURSOR with CopyCursor(), as it is OK to
11336         destroy the GdkCursor after calling gdk_pointer_grab(). Set the
11337         cursor right away with SetCursor(), as we won't get any
11338         WM_SETCURSOR messages while the mouse is captured. 
11339         (gdk_display_pointer_ungrab): Correspondingly, destroy the copy
11340         with DestroyCursor() when no longer used. (#108114, Allin Cottrell)
11341
11342         * gdk/win32/gdkevents-win32.c (gdk_event_translate): On
11343         WM_SYSCHAR, return FALSE from the window procedure to prevent the
11344         DefWindowProc from being called. Otherwise Windows would beep,
11345         thinking you are tring to access a (nonexistent) menu when you
11346         press Alt-something. Don't do this for Alt-Space,
11347         though. (#107454, Martyn Russell)
11348
11349         * gdk/win32/gdkcursor-win32.c: Minor spacing and debug print fixes.
11350
11351 Tue Mar 11 12:01:07 2003  Jonathan Blandford  <jrb@gnome.org>
11352
11353         * gtk/gtktreeview.c (gtk_tree_view_class_init): Ctrl/Shift
11354         [left/right] expands/collapses the tree, #108092
11355
11356 2003-03-09  Tor Lillqvist  <tml@iki.fi>
11357
11358         * gdk/win32/gdkdrawable-win32.c (draw_segments): Don't try to
11359         compensate for LineTo() not drawing the end pixel. It causes more
11360         harm than benefits, see bug #81895.
11361
11362 2003-03-08  Matthias Clasen  <maclas@gmx.de>
11363
11364         Bug #107664 continued:
11365
11366         * gdk/x11/gdkinputprivate.h: 
11367         * gdk/x11/gdkinput-none.c (_gdk_input_window_none_event): Remove. 
11368         (_gdk_input_other_event): Return gboolean.
11369         * gdk/x11/gdkinput-xfree.c (_gdk_input_window_none_event): Remove. 
11370         (_gdk_input_other_event): Return gboolean.
11371         * gdk/x11/gdkinput-x11.c (_gdk_input_common_other_event): Return gboolean.
11372
11373         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Make return_val
11374         gboolean, remove pointless call to _gdk_input_window_none_event.
11375
11376         * gdk/win32/gdkinput-win32.[hc] (_gdk_input_other_event): Return gboolean.
11377         (_gdk_input_window_none_event): Remove.
11378
11379         * gtk/gtktextiter.c (_gtk_text_iter_get_indexable_segment): 
11380         (_gtk_text_iter_get_any_segment): 
11381         (_gtk_text_iter_get_segment_byte): 
11382         (_gtk_text_iter_get_segment_char): 
11383         (_gtk_text_iter_get_text_line): 
11384         (_gtk_text_iter_get_btree): Fix 0/NULL confusion.
11385         * gdk/x11/gdkdnd-x11.c (motif_target_table_check): Return gint.
11386         * gdk/win32/gdkfont-win32.c (gdk_font_equal): 
11387         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_get_deskrelative_origin): 
11388         (gdk_window_get_origin): 
11389         * gdk/linux-fb/gdkcolor-fb.c (gdk_colors_alloc): Fix 0/FALSE confusion. 
11390
11391 2003-03-06  Matthias Clasen  <maclas@gmx.de>
11392
11393         * gdk/gdkrgb.c (gdk_rgb_try_colormap): Return gboolean, not gint.
11394         (#107664, Morten Welinder)
11395
11396         * gdk/x11/gdkwindow-x11.c (gdk_window_get_deskrelative_origin): 
11397         * gdk/x11/gdkfont-x11.c (gdk_font_equal): 
11398         * gdk/x11/gdkdnd-x11.c (gdk_drag_get_protocol_for_display): 
11399         Fix TRUE/1 and FALSE/0 confusion.  (#107664, Morten Welinder)
11400
11401         * gtk/gtktextmark.c (gtk_text_mark_get_buffer): 
11402         * gtk/gtkeditable.c (gtk_editable_get_chars): 
11403         * gtk/gtkctree.c (gtk_ctree_find_node_ptr): 
11404         * demos/gtk-demo/main.c (demo_find_file): Fix NULL/FALSE confusion
11405         (#107648, Morten Welinder)Fix NULL/FALSE confusion
11406         (#107648, Morten Welinder)
11407
11408 2003-03-04  Matthias Clasen  <maclas@gmx.de>
11409
11410         * gtk/gtkobject.h: Add deprecation guards for gtk_object_new ().
11411
11412 Sun Mar  2 23:35:57 2003  Jonathan Blandford  <jrb@gnome.org>
11413
11414         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_get_size):
11415         handle rtl code.  Thanks to Matthias Clasen for an initial patch
11416         to handle the RTL code.
11417
11418         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_get_size): ditto
11419
11420         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_get_size): ditto
11421
11422         * gtk/gtktreeview.c: (invalidate_column),
11423         (invalidate_last_column),
11424         (gtk_tree_view_get_real_requested_width_from_column),
11425         (gtk_tree_view_size_allocate_columns),
11426         (gtk_tree_view_size_allocate), (gtk_tree_view_button_press),
11427         (gtk_tree_view_button_release_drag_column),
11428         (gtk_tree_view_update_current_reorder),
11429         (gtk_tree_view_motion_drag_column), (gtk_tree_view_bin_expose),
11430         (gtk_tree_view_key_press), (gtk_tree_view_header_focus),
11431         (gtk_tree_view_get_background_xrange),
11432         (gtk_tree_view_get_arrow_xrange),
11433         (gtk_tree_view_is_expander_column),
11434         (gtk_tree_view_set_column_drag_info),
11435         (gtk_tree_view_move_cursor_left_right):
11436         Add RTL support.
11437
11438         * gtk/gtktreeviewcolumn.h (struct _GtkTreeViewColumn): add an
11439         expand flag.
11440
11441         * gtk/gtktreeviewcolumn.c:
11442         (gtk_tree_view_column_class_init),
11443         (gtk_tree_view_column_set_property),
11444         (gtk_tree_view_column_get_property),
11445         (gtk_tree_view_column_set_expand),
11446         (gtk_tree_view_column_get_expand),
11447         (gtk_tree_view_column_cell_process_action):
11448         Add support for expand flag.  Thanks to Kristian Rietveld for an
11449         initial patch for this.
11450
11451 Fri Feb 28 02:06:17 2003  Jonathan Blandford  <jrb@gnome.org>
11452
11453
11454 2003-03-02  Tor Lillqvist  <tml@iki.fi>
11455
11456         * gdk/gdk.def
11457         * gtk/gtk.def: Add a bunch of missing entries. Noticed by Cedric
11458         Gustin.
11459
11460 2003-03-01  Matthias Clasen  <maclas@gmx.de>
11461
11462         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_set_vadjustment): 
11463         (gtk_scrolled_window_set_hadjustment): Replace uses of
11464         gtk_object_new by g_object_new.
11465
11466 Thu Feb 27 17:44:24 2003  Manish Singh  <yosh@gimp.org>
11467
11468         * demos/gtk-demo/main.c
11469         * demos/gtk-demo/tree_store.c
11470         * gdk/x11/gdkscreen-x11.c
11471         * gtk/gtkcellrenderertoggle.c
11472         * gtk/gtkcolorsel.c
11473         * gtk/gtkdnd.c
11474         * gtk/gtkeditable.c
11475         * gtk/gtkentry.c
11476         * gtk/gtkmenu.c
11477         * gtk/gtkmenubar.c
11478         * gtk/gtkmenuitem.c
11479         * gtk/gtkmenushell.c
11480         * gtk/gtkrc.c
11481         * gtk/gtksettings.c
11482         * gtk/gtkstyle.c
11483         * gtk/gtktextbuffer.c
11484         * gtk/gtktextview.c
11485         * gtk/gtktreeviewcolumn.c
11486         * tests/testgtk.c
11487         * tests/testtext.c
11488         * tests/testtreeedit.c
11489         * tests/testtreefocus.c
11490         * tests/testtreeview.c: remove unnecessary G_OBJECT() casts.
11491
11492 Tue Feb 25 21:55:17 2003  Jonathan Blandford  <jrb@redhat.com>
11493
11494         * gtk/gtkoptionmenu.c (gtk_option_menu_position): account for RTL
11495         code.
11496
11497 2003-02-24  Sven Neumann  <sven@gimp.org>
11498
11499         * gtk/gtkmain.c (gtk_get_default_language): fixed documentation.
11500
11501 2003-02-21  Tomas Ogren  <stric@ing.umu.se>
11502
11503         * docs/reference/gtk/tmpl/gtktreemodel.sgml: Fix typos in an example
11504
11505 2003-02-20  Matthias Clasen  <maclas@gmx.de>
11506
11507         * gtk/gtktextbtree.c (_gtk_text_line_previous_could_contain_tag): 
11508         Check if line_ancestor_parent is NULL.  (#102711, Manuel Clos)
11509
11510         * gtk/gtktextview.c (gtk_text_view_scroll_to_iter): 
11511         (gtk_text_view_update_adjustments): Make sure cursor stays visible
11512         during horizontal scrolling.  (#75270)
11513
11514 2003-02-19  Matthias Clasen  <maclas@gmx.de>
11515
11516         * tests/testdnd.c: Replace gtk_timeout_* by their GLib
11517         counterparts. (#106532)
11518
11519         * gdk/gdkkeys.c (gdk_keymap_class_init): Associate the
11520         keys_changed virtual function with the keys_changed signal.
11521         (#106512, Jeff Franks)
11522
11523 2003-02-15  Larry Ewing  <lewing@ximian.com>
11524
11525         * gdk/gdkevents.c (gdk_event_copy): copy the event axes as well.
11526
11527 2003-02-17  Mohammad DAMT  <mdamt@bisnisweb.com>
11528
11529         * po/id.po: Added Indonesian translation
11530         * configure.in: Added "id" to ALL_LINGUAS
11531
11532 2003-02-14  Matthias Clasen  <maclas@gmx.de>
11533
11534         * gtk/gtktextview.c (popup_targets_received): Remove bogus casts.
11535
11536 2003-02-12  Christian Rose  <menthos@menthos.com>
11537
11538         * configure.in: Added "yi" to ALL_LINGUAS.
11539
11540 2003-02-12  Matthias Clasen  <maclas@gmx.de>
11541
11542         Fix for #82734 and #78216:
11543         
11544         * gtk/gtktextview.c (delete_cb): 
11545         (select_all_cb): New callbacks for context menu items.
11546         (popup_targets_received): Add "Delete" and "Select All" to context
11547         menu, mnemonics and title caps for all items.
11548
11549         * gtk/gtkentry.c (gtk_entry_delete_cb): New callback for "Delete"
11550         context menu item.
11551         (popup_targets_received): Add "Delete" to context menu, mnemonics
11552         and title caps for all items.
11553
11554 2003-02-09  Tor Lillqvist  <tml@iki.fi>
11555
11556         * gtk/gtkfilesel.c (win32_gtk_add_drives_to_dir_list): Use
11557         GetDriveType() to recognize removable drives (in order to avoid
11558         hanging if trying to access an empty floppy drive), instead of
11559         hardcoding A: and B: (#105654).
11560
11561 2003-02-09  Matthias Clasen  <maclas@gmx.de>
11562
11563         * gtk/gtkwidget.c (gtk_widget_set_name): Add note about periods in 
11564         names.  (#57680)
11565
11566 2003-02-09  Christian Rose  <menthos@menthos.com>
11567
11568         * configure.in: Removed "en@IPA.po" from ALL_LINGUAS.
11569
11570 Fri Feb  7 04:49:46 2003  Tim Janik  <timj@gtk.org>
11571
11572         * gtk/gtkobject.c: remove quark_user_data usage in
11573         gtk_object_{g|s}et_user_data(). fixes get_user_data()
11574         returning NULL for user_data set through property interface.
11575
11576         * gtk/gtkitemfactory.c (gtk_item_factory_create_item): don't put out
11577         warnings if a pixbuf couldn't be retrieved, since (a) this doesn't
11578         need to be a programming error (in case of loaded data), (b) it breaks
11579         with 2.0 behaviour where extra magic could be used to create empty
11580         images. don't attempt to retrieve pixbufs from NULL extra_data.
11581
11582 2003-02-06  Matthias Clasen  <maclas@gmx.de>
11583
11584         * gdk/x11/gdkvisual-x11.c (gdk_visual_get_best_with_depth): Return
11585         a GdkVisual *, not a GdkVisual **.  (#105243)
11586
11587         * gtk/gtkclist.c: 
11588         * gtk/gtkctree.c: 
11589         * gtk/gtkcontainer.c: 
11590         * gtk/gtkdnd.c: 
11591         * gtk/gtkentry.c: 
11592         * gtk/gtklist.c:
11593         * gtk/gtkmenu.c:
11594         * gtk/gtkmenuitem.c:
11595         * gtk/gtknotebook.c:
11596         * gtk/gtkselection.c:
11597         * gtk/gtkspinbutton.c:
11598         * gtk/gtktext.c:
11599         * gtk/gtktextview.c:
11600         * gtk/gtktooltips.c:
11601         * gtk/gtktreeview.c:
11602         * gtk/gtkwindow.c: Replace uses of gtk_timeout_* and gtk_idle_* by
11603         their non-deprecated GLib counterparts.
11604         
11605         * gtk/gtkmain.h: Fully deprecate gtk_timeout_* and gtk_idle_*.
11606         
11607 Sun Feb  2 16:45:57 GMT 2003  Tony Gale <gale@gtk.org>
11608
11609         * docs/tutorial/gtk-tut.sgml: cleanups from
11610         Sebastian Rittau (#104832)
11611
11612 2003-02-01  Tor Lillqvist  <tml@iki.fi>
11613
11614         Merge from stable:
11615
11616         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_foreign_new_for_display,
11617         gdk_pixmap_lookup, gdk_pixmap_lookup_for_display): Implement.
11618         (#104108, Naofumi Yasufuku)
11619
11620         * gdk/gdk.def: Export the above. Export
11621         gdk_screen_get_system_visual, noticed by Ed Woods.
11622
11623 Fri Jan 31 17:45:22 2003  Manish Singh  <yosh@gimp.org>
11624
11625         * demos/pixbuf-demo.c
11626         * demos/testpixbuf.c
11627         * demos/gtk-demo/pixbufs.c: remove deprecated gtk_timeout_* usage.
11628
11629 Fri Jan 31 17:33:00 2003  Manish Singh  <yosh@gimp.org>
11630                                                                                 
11631         * gtk/gtknotebook.c (gtk_notebook_remove_tab_label): set_state
11632         on the tab_label before unparenting it, in case the unparent
11633         drops the refcount to 0.
11634
11635 2003-02-01  Matthias Clasen  <maclas@gmx.de>
11636
11637         * gtk/gtkiconfactory.h: Use GDK_MULTIHEAD_SAFE like all other gtk
11638         headers. Sorry about gtk_selection_clear, Yosh.
11639
11640 Thu Jan 30 17:16:05 2003  Manish Singh  <yosh@gimp.org>
11641
11642         * gtk/gtkselection.h: declare gtk_selection_clear in GTK_COMPILATION
11643         too, for gtkwidget.c. Remember people, when introducing new
11644         deprecations, make sure internal code isn't using it, or if so,
11645         reorganize appropriately like I've done in other places.
11646
11647         * tests/testtext.c: don't use deprecated gtk_timeout_* stuff.
11648
11649 2003-01-31  Matthias Clasen  <maclas@gmx.de>
11650
11651         * gtk/gtkselection.h: 
11652         * gtk/gtkselection.c (gtk_selection_clear): Deprecate.  (#85683)
11653
11654         * gdk/gdkpixbuf.h: 
11655         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable): 
11656         (gdk_pixbuf_render_to_drawable_alpha): Deprecate.  (#60582)
11657
11658         * gtk/gtkcolorsel.h:
11659         * gtk/gtkcolorsel.c (gtk_color_selection_set_change_palette_hook):
11660         Deprecate.  (#98167)
11661
11662         * gtk/gtkpaned.h: Deprecate gtk_paned_computed_position(). (#97077)
11663
11664         * gtk/gtkmain.h: Deprecate the gtk_timeout_*, gtk_idle_*
11665         and gtk_input_* functions.  (#71596)
11666         
11667         * gtk/gtkentry.c (gtk_entry_move_cursor): 
11668         * gtk/gtklabel.c (gtk_label_move_cursor): Handle
11669         GTK_MOVEMENT_HORIZONTAL_PAGES in switches.
11670
11671         * gdk/gdk.h: Deprecate gdk_wcstombs() and gdk_mbstowcs().  (#79803)
11672
11673         * gtk/gtkitemfactory.h: 
11674         * gtk/gtkitemfactory.c (gtk_item_factory_add_foreign): Deprecate. 
11675         (#69244)
11676
11677 Thu Jan 30 23:48:30 2003  Kristian Rietveld  <kris@gtk.org>
11678
11679         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_count_special_cell):
11680         only count the special cell if it is also visible,
11681         (_gtk_tree_view_column_get_neighbor_sizes): only take the width into
11682         account from visible cells,
11683         (gtk_tree_view_column_cell_get_position): likewise, (Reported and
11684         testcase provided by Vasco Alexandre da Silva Costa, via IRC,
11685         tracking bug was #104563).
11686         
11687 Thu Jan 30 23:46:15 2003  Kristian Rietveld  <kris@gtk.org>
11688
11689         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_process_action):
11690         subtract expander space and focus line space from the extra space
11691         we are about the allocate. (Fixes #104635).
11692
11693 Thu Jan 30 23:42:03 2003  Kristian Rietveld  <kris@gtk.org>
11694
11695         * gtk/gtkstyle.c (apply_affine_on_point): fix rouding error
11696         (Fixes #96242, patch from Soeren Sandmann).
11697
11698 Thu Jan 30 16:54:29 2003  Owen Taylor  <otaylor@redhat.com>
11699
11700         * gtk/gtknotebook.c: Patch from Soeren Sandmann
11701         to update the states of the tab label child
11702         widgets to match the state of the tabs. 
11703         (#93389, Reported by Tommi Komulainen)
11704
11705 Thu Jan 30 16:30:54 2003  Owen Taylor  <otaylor@redhat.com>
11706
11707         * Makefile.am (EXTRA_DIST): Remove gtk+.spec.in from
11708         EXTRA_DIST, and from dist rules. (#102231)
11709
11710 2003-01-30  Daniel Elstner  <daniel.elstner@gmx.net>
11711
11712         * gtk/gtktoolbar.c (set_child_packing_and_visibility): New helper
11713         function that sets the icon's and label's packing options and
11714         visibility based on toolbar->style.
11715
11716         (gtk_toolbar_internal_insert_element):
11717         (gtk_real_toolbar_style_changed): Make use of
11718         set_child_packing_and_visibility() to clean up the code and get
11719         the packing right for icon-only/text-only toolbars. (#104679)
11720
11721         (get_first_child): Remove, and use gtk_bin_get_child() instead.
11722
11723 2003-01-30  Matthias Clasen  <maclas@gmx.de>
11724
11725         * gtk/gtktextview.c: Replace PAGE_HORIZONTALLY_HACK_VALUE by
11726         GTK_MOVEMENT_HORIZONTAL_PAGES.  (#68947)
11727
11728         * gtk/gtkenums.h: Add GTK_MOVEMENT_HORIZONTAL_PAGES to GtkMovementStep.
11729         
11730 Thu Jan 30 16:01:29 2003  Owen Taylor  <otaylor@redhat.com>
11731
11732         * gdk/gdkrgb.c (gdk_rgb_try_colormap): Remove the 
11733         attempt-to-allocate then free code. To handle multiple
11734         people allocating colors at the same time, we need
11735         to just go ahead and try. (#102213, Shivram U)
11736         
11737 2003-01-30  Daniel Elstner  <daniel.elstner@gmx.net>
11738
11739         * gtk/gtkcolorsel.c (palette_paint): Explicitely draw an opaque
11740         rectangle using the background color rather than relying on
11741         gdk_window_clear_area(), so that the palette works properly with
11742         pixmap themes. (#101732)
11743
11744         * demos/gtk-demo/colorsel.c: Install an "expose_event" handler
11745         to fill the drawing area in the background color.
11746
11747 Wed Jan 29 14:11:21 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
11748
11749         * modules/input/gtkimcontextxim.c (choose_better_style): fix a memory
11750         initialization error for selecting input style (#103549).
11751
11752 Wed Jan 29 17:02:41 2003  Owen Taylor  <otaylor@redhat.com>
11753
11754         * gdk/gdkkeyuni.c (get_decimal_char): Make the 
11755         translation of GDK_KP_Decimal dependent on LC_NUMERIC.
11756         (#101225)
11757
11758 Wed Jan 29 15:43:56 2003  Owen Taylor  <otaylor@redhat.com>
11759
11760         * gtk/gtkmenushell.c (gtk_real_menu_shell_move_current):
11761         Make up from the menu bar go to the end of the submenu.
11762         (#96114, Ian Peters.)
11763
11764         * gtk/gtkmenuitem.c (gtk_menu_item_mnemonic_activate): 
11765         Only do the select-but-not-activate stuff if the
11766         menu is already active. Otherwise, just activate.
11767         (#101690, Arvind Samptur)
11768
11769 Tue Jan 28 15:18:24 2003  Owen Taylor  <otaylor@redhat.com>
11770
11771         * autogen.sh (have_automake): Fix version in complaint
11772         message about automake. (#104366, Rich Burridge)
11773
11774 Mon Jan 27 16:38:13 2003  Owen Taylor  <otaylor@redhat.com>
11775
11776         * configure.in: Remove SOEXT stuff; it doesn't work portably.
11777
11778 Mon Jan 27 22:45:15 2003  Kristian Rietveld  <kris@gtk.org>
11779
11780         * gtk/gtktreestore.c (gtk_tree_store_move): don't handle b if
11781         we appended/prepended, send the rows_reordered signal to the 
11782         correct level ... (Reported by Matthew Tuck).
11783
11784 Mon Jan 27 22:43:11 2003  Kristian Rietveld  <kris@gtk.org>
11785
11786         * gtk/gtktreestore.c (gtk_tree_store_sort_helper): don't just bail
11787         out if the level only has one item, recurse over the child if there
11788         is one. (Fixes #100458, reported by Gaël Le Mignot).
11789
11790 Mon Jan 27 22:41:26 2003  Kristian Rietveld  <kris@gtk.org>
11791
11792         * gtk/gtktreeview.c (gtk_tree_view_set_model),
11793         (gtk_tree_view_search_equal_func): make TreeView search handle
11794         all types which are transformable by GValue. (Fixes #99803, reported
11795         by Muktha Narayan).
11796
11797 Mon Jan 27 22:39:25 2003  Kristian Rietveld  <kris@gtk.org>
11798
11799         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_sort_column_id):
11800         *really* handle unsetting the ID. Slightly modified patch from
11801         Soeren Sandmann. Fixes #87556, reported by Jarek Dukat.
11802
11803 Mon Jan 27 22:33:43 2003  Kristian Rietveld  <kris@gtk.org>
11804
11805         Fixes the total GtkTreeSortable mess, and #83195, reported by
11806         Jarek Dukat
11807
11808         * gtk/gtktreestore.c (gtk_tree_store_get_sort_column_id),
11809         (gtk_tree_store_set_sort_column_id), (gtk_tree_store_set_sort_func),
11810         (gtk_tree_store_set_default_sort_func): use the constant
11811         GTK_TREE_SORTABLE_DEFAULT_SORT_COLUMN_ID instead of -1, make functions
11812         work as advertised by the documentation.
11813
11814         * gtk/gtklistore.c (gtk_list_store_get_sort_column_id),
11815         (gtk_list_store_set_sort_column_id), (gtk_list_store_set_sort_func),
11816         (gtk_list_store_set_default_sort_func): likewise.
11817
11818         * gtk/gtktreemodelsort.c (gtk_tree_model_set_sort_column_id),
11819         (gtk_tree_model_set_sort_func),
11820         (gtk_tree_model_sort_set_default_sort_func): make functions work
11821         as advertised by the documentation.
11822
11823 Mon Jan 27 22:31:56 2003  Kristian Rietveld  <kris@gtk.org>
11824
11825         * gtk/gtktreeview.c (gtk_tree_view_button_press): update focus_column
11826         before we decide if we edit. (fixes #100973, reported by Dave Cook).
11827
11828 Mon Jan 27 22:29:30 2003  Kristian Rietveld  <kris@gtk.org>
11829
11830         Bug report and test case from Paolo Maggi via IRC.
11831
11832         * gtk/gtkliststore.c (gtk_list_store_swap): update tail if needed,
11833         (gtk_list_store_move): update tail if needed.
11834
11835 Mon Jan 27 16:19:59 2003  Owen Taylor  <otaylor@redhat.com>
11836
11837         * gtk/gtksocket.c (gtk_socket_filter_func): event->any.window
11838         might be NULL. Use gtk_widget_get_display (widget) 
11839         (#102860, Thomas Leonard)
11840
11841 Mon Jan 27 15:58:31 2003  Owen Taylor  <otaylor@redhat.com>
11842
11843         * configure.in: Fix --without-modules/--disable-modules
11844         confusion that was causing --disable-modules not to work.
11845         (#102865, Akira Tagoh)
11846
11847         * configure.in: Fix problem with plain --with-xinput
11848         (#104266, Akira Tagoh)
11849
11850 2003-01-24  Sebastian Rittau  <srittau@jroger.in-berlin.de>
11851
11852         * docs/tutorial/gtk-tut.sgml: Fix a few typos, introduced by my last
11853         patch.
11854
11855 Fri Jan 24 17:06:41 GMT 2003  Tony Gale <gale@gtk.org>
11856
11857         * docs/tutorial/gtk-tut.sgml: Remove duplicate copy of tictactoe.h
11858
11859 Thu Jan 23 21:15:29 GMT 2003  Tony Gale <gale@gtk.org>
11860
11861         * docs/faq/gtk-faq.sgml: Learn to spell Library
11862
11863 Thu Jan 23 20:56:56 GMT 2003  Tony Gale <gale@gtk.org>
11864         * Sebastian Rittau  <srittau@jroger.in-berlin.de>:
11865
11866            docs/tutorial/gtk-tut.sgml: Adopted chapter 21.3 "Creating a
11867            Composite widget" to modern standards. (I.e. use gobject instead of
11868            glib, derive from GtkTable instead of GtkVBox.) Bugzilla #103869.
11869
11870         * docs/tutorial/gtk-tut.sgml, examples/tictactoe: Fixup tic-tac-toe
11871         code in Appendix C to reflect above changes.
11872
11873         * examples/rangewidgets/rangewidgets.c: From Roger Leigh
11874         auto resize on page size change
11875
11876 2003-01-23  Daniel Elstner  <daniel.elstner@gmx.net>
11877
11878         * gtk/gtktoolbar.c (gtk_toolbar_hide_all): Override hide_all
11879         in addition to show_all in order to keep them symmetric. (#102201)
11880
11881 Wed Jan 22 14:18:46 2003  Manish Singh  <yosh@gimp.org>
11882
11883         * gdk/x11/gdkevents-x11.c (translate_key_event): add a "return" at
11884         the end of the function, so there is a statement following the "out"
11885         label in all cases (fixes #101961)
11886
11887 2003-01-22  Christian Rose  <menthos@menthos.com>
11888
11889         * configure.in: Added "mn" to ALL_LINGUAS.
11890
11891 Wed Jan 15 17:02:18 2003  Owen Taylor  <otaylor@redhat.com>
11892  
11893         * gtk/gtktextlayout.c (gtk_text_layout_validate_yrange):
11894         Fix off-by-one error on the backward iteration loop,
11895         that was causing the wrong range to be redrawn.
11896         (at least part of #72734)
11897         
11898 2003-01-21  Matthias Clasen  <maclas@gmx.de>
11899
11900         * gtk/gtktextview.c (gtk_text_view_size_allocate): Adjust the
11901         vadjustment value after changing its bounds.  (fixes #101963 and 
11902         #73562)
11903
11904         * gtk/gtkcolorsel.c (hex_changed): Fix clamping to [0,1] to avoid 
11905         unnecessary roundtrip failures.  (#93500)
11906
11907 2003-01-19  Tor Lillqvist  <tml@iki.fi>
11908
11909         Merge from stable:
11910         
11911         Fix for #103614 and some other problems with GtkFileSelection on
11912         Windows:
11913                 
11914         * gtk/fnmatch.c (get_char): Need to use g_unichar_tolower(), not
11915         g_ascii_tolower(). Windows file names are case-insensitive for all
11916         Unicode letters.
11917
11918         * gtk/gtkfilesel.c: Instead of checking for G_OS_WIN32 or
11919         G_WITH_CYGWIN, check G_PLATFORM_WIN32. Move inclusion of gtkintl.h
11920         earlier, as it includes config.h unconditionally, and gtkprivate.h
11921         redefines GTK_LOCALEDIR.
11922         (struct _CompletionDirSent): Ifdef out the fields not used on
11923         Windows.
11924         (compare_utf8_filenames, compare_sys_filenames): Need different
11925         comparison implementation for UTF-8 file names and system locale
11926         file names on Win32. Cannot simply use g_ascii_strcasecmp(), but
11927         need to casefold all Unicode letters.
11928         (cmpl_completion_matches, open_dir, correct_parent): Ifdef out
11929         variables not used on Win32 to avoid warnings about unused
11930         variables.
11931         (open_ref_dir): Use g_path_skip_root() to skip past potential
11932         drive letter in front of the leading (back)slash.
11933         (open_new_dir): Ifdef out use of CompletionDirSent fields not
11934         there on Win32.
11935         (correct_parent): Bypass inode check also on Cygwin.
11936
11937         Fix bug noticed by Alex Shaduri: Tooltips and other
11938         GDK_WINDOW_TEMP windows were activated. This looked very odd, and
11939         was a regression from earlier versions.
11940         
11941         * gdk/win32/gdkwindow-win32.c (show_window_internal): Fine-tune
11942         behaviour. Don't ever activate GDK_WINDOW_TEMP windows.
11943         (gdk_window_move, gdk_window_resize): Add debug logging.
11944
11945         * gdk/win32/gdkevents-win32.c (gdk_event_translate): When we get a
11946         WM_SIZE message for a non-visible (withdrawn) window, don't clear
11947         the GDK_WINDOW_STATE_WITHDRAWN bit. The window is still withdrawn
11948         even if its size changes.
11949
11950 2003-01-16  Matthias Clasen  <maclas@gmx.de>
11951
11952         * gtk/gtktextlayout.c (gtk_text_layout_get_cursor_locations): Typo fixes.
11953         (totally_invisible_line): Fix an incorrect optimization which
11954         caused invisible paragraphs to be occasionally misrendered.
11955
11956 Wed Jan 15 15:55:47 2003  Owen Taylor  <otaylor@redhat.com>
11957
11958         * gtk/gtksettings.c: Set the double click speed from
11959         XSETTINGS when creating a new GtkSettings object
11960         as well as when getting a notify. (#103601, reported
11961         by Louis Garcia)
11962
11963 Wed Jan 15 14:56:09 2003  Owen Taylor  <otaylor@redhat.com>
11964  
11965         * gtk/gtknotebook.c (gtk_notebook_size_allocate): 
11966         Show/hide the notebook event window as necessary,
11967         we weren't previously keeping the visibility updated
11968         properly.  (#103599)
11969  
11970 2003-01-15  Matthias Clasen  <maclas@gmx.de>
11971
11972         * examples/menu/itemfactory.c: 
11973         * docs/tutorial/gtk-tut.sgml: Add a <StockItem> to the itemfactory
11974         example.  (#103211)
11975
11976 2002-12-29  Murray Cumming  <murrayc@usa.net>
11977
11978         Fixes #102168.
11979
11980         * gtk/gtkliststore.c, gtktreednd.c, gtktreestore.c:
11981         Actually implement the GtkTreeDragSource::row_draggable virtual 
11982         function in GtkListStore and GtkTreeStore instead of just checking 
11983         whether it's implemented at all. This means that DnD isn't broken by
11984         gtkmm's virtual function wrappers. The alternative would be to
11985         hard-code the TRUE return value into gtkmm's wrappers, but that's 
11986         part of GTK+'s implementation, not it's API.
11987
11988 Tue Jan 14 23:42:29 2003  Kristian Rietveld  <kris@gtk.org>
11989
11990         * gtk/gtktreeview.c: fix compiler warning.
11991
11992 Tue Jan 14 23:29:00 2003  Kristian Rietveld  <kris@gtk.org>
11993
11994         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render):
11995         make sure exposed pixbufs are clipped to the exposed area before
11996         drawing, which is a slight speedup. (#102379, patch from Soeren
11997         Sandmann).
11998
11999 Tue Jan 14 23:26:41 2003  Kristian Rietveld  <kris@gtk.org>
12000
12001         * gtk/gtktreeview.c (validate_visible_area): silly typo fix,
12002         only free scroll_to_path when the complete tree has been validated.
12003         This makes sure that we scrolled to the correct path.
12004
12005 Tue Jan 14 23:25:32 2003  Kristian Rietveld  <kris@gtk.org>
12006
12007         * gtk/gtktreeview.c (gtk_tree_view_style_set): update the
12008         background of widget->window and bin->window. (Fixes #96650, reported
12009         by Dave Camp).
12010
12011 Tue Jan 14 23:24:02 2003  Kristian Rietveld  <kris@gtk.org>
12012
12013         * gtk/gtktreeview.c (gtk_tree_view_clamp_node_visible): process
12014         updates before scrolling, avoiding a "selection streak". (Fixes
12015         #101235, patch from Soeren Sandmann).
12016
12017 Tue Jan 14 23:22:13 2003  Kristian Rietveld  <kris@gtk.org>
12018
12019         * gtk/gtktreeview.c (validate_visible_area): actually put values
12020         in the requisition using gtk_widget_size_request. (Fixes #100172,
12021         reported by Kjartan Maraas).
12022
12023 Tue Jan 14 23:19:45 2003  Kristian Rietveld  <kris@gtk.org>
12024
12025         * gtk/gtktreeview.c (gtk_tree_view_rows_reordered): cancel the
12026         arrow animation timeout before we actually reorder the rbtree. If
12027         we don't do this we can get stuck arrows,
12028         (cancel_arrow_animation): new function. (Fixes #93629, part 2,
12029         reported and testcase provided by Hans Petter Jansson).
12030
12031 Tue Jan 14 23:18:21 2003  Kristian Rietveld  <kris@gtk.org>
12032
12033         * gtk/gtktreeselection.c (gtk_tree_selection_real_modify_range):
12034         anchor_path should be start_path, not end_path. (Fixes #102618,
12035         patch from Carlos Garnacho Parro).
12036
12037 Tue Jan 14 23:16:15 2003  Kristian Rietveld  <kris@gtk.org>
12038
12039         * gtk/gtkliststore.c (gtk_list_store_move): also update the tail,
12040         only correct new_pos if we don't move to the head/tail.
12041
12042 Tue Jan 14 23:11:55 2003  Kristian Rietveld  <kris@gtk.org>
12043
12044         * gtk/gtktreestore.c (gtk_tree_store_swap): take the path from
12045         the parent_iter if depth >= 1, so we send the reordered signal to
12046         the correct level, remove debugging printfs which I forgot the remove
12047         earlier (2.2.0 shipped with this, oops). (Fixes #103198, Reported and
12048         testcase provided by Matthew Tuck).
12049
12050 Tue Jan 14 20:58:44 2003  Kristian Rietveld  <kris@gtk.org>
12051
12052         * gtk/gtktreeview.c (invalite_last_column): split out actual column
12053         invalidation into invalidate_column(),
12054         (gtk_tree_view_size_allocate_columns): invalidate column if the
12055         new width is larger than the old width.
12056         (fixes #102890, reported by Alex Duggan).
12057
12058 2003-01-14  Matthias Clasen  <maclas@gmx.de>
12059
12060         * gtk/gtktextview.c (gtk_text_view_move_cursor_internal): Skip
12061         invisible chars for GTK_MOVEMENT_LOGICAL_POSITIONS and
12062         GTK_MOVEMENT_WORDS.
12063
12064         * gtk/gtktextiter.c,
12065         gtk/gtktextiter.h: Add some variant movement functions which
12066         skip invisible chars, and do some cleanups.
12067
12068 2003-01-12  Tor Lillqvist  <tml@iki.fi>
12069
12070         Merge from stable:
12071                 
12072         * gtk/gtkmain.c: Move inclusion of config.h and gtkintl.h earlier,
12073         as gtkprivate.h redefines GTK_LOCALEDIR on Win32, for run-time
12074         lookup.
12075
12076         * gdk/Makefile.am (libgdk_win32_2_0_la_DEPENDENCIES): Depend on
12077         gdk.def.
12078
12079         * gdk/gdk.def
12080         * gtk/gtk.def: Add some missing entries. Thanks to Kenichi SUTO.
12081
12082         * gtk-zip.sh.in (DEVZIP): Add bin/{gtk-query-immodules-2.0,
12083         gtk-demo}.exe and share/gtk-2.0.
12084
12085         * gdk/win32/gdkwindow-win32.c (gdk_window_set_skip_taskbar_hint):
12086         Implement by setting or clearing the WS_EX_TOOLWINDOW extended
12087         window style.
12088         (gdk_window_set_type_hint): Add all cases to the switch (not all
12089         do anything, though). Handle GDK_WINDOW_TYPE_HINT_TOOLBAR by
12090         calling gdk_window_set_skip_taskbar_hint(). This means that GTK
12091         won't know that the skip_taskbar hint is on for the window, is
12092         this bad?
12093
12094 Wed Jan  8 18:43:03 2003  Manish Singh  <yosh@gimp.org>
12095
12096         * gdk/x11/gdkdisplay-x11.c: #include <stdlib.h> for putenv,
12097         <string.h> for strlen.
12098
12099         * gdk/x11/gdkscreen-x11.c: #include <stdlib.h> for getenv,
12100         <string.h> for strrchr.
12101
12102         * tests/testgtk.c (create_saved_position): "x" and "y" properties
12103         for widgets no longer exist, use gtk_window_move instead.
12104
12105         * test/testtextbuffer.c (check_get_set_text): cast strlen to
12106         int for g_error.
12107
12108 2003-01-08  Matthias Clasen  <maclas@gmx.de>
12109
12110         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Fix display of
12111         the selection in the presence of invisible segments.
12112
12113 2003-01-07  Matthias Clasen  <maclas@gmx.de>
12114
12115         * gtk/gtktextview.c (gtk_text_view_class_init): Bind C-/ and C-\
12116         to "select all" and "unselect all".  (#102065)
12117
12118         * gtk/gtktextview.h (struct _GtkTextView): Add a comment that
12119         the just_selected_element is unused.
12120
12121         * gtk/gtktextview.c (extend_selection): New helper function to
12122         find the range that should be added to the selection. 
12123         (selection_motion_event_handler): 
12124         (gtk_text_view_start_selection_drag): 
12125         (gtk_text_view_end_selection_drag): 
12126         (selection_motion_event_handler): 
12127         (selection_scan_timeout): Support select-by-words/lines.
12128         (gtk_text_view_button_press_event): Start a selection drag on
12129         double/triple clicks.  (#78499)
12130
12131 2003-01-06  Matthias Clasen  <maclas@gmx.de>
12132
12133         Implement a utility function proposed in #102534:
12134         
12135         * gtk/gtktextbtree.h: 
12136         * gtk/gtktextbtree.c (_gtk_text_btree_select_range): New function.
12137         (_gtk_text_btree_place_cursor): Now a simple wrapper around
12138         _gtk_text_btree_select_range().   
12139
12140         * gtk/gtktextbuffer.h: 
12141         * gtk/gtktextbuffer.c (gtk_text_buffer_select_range): New function.
12142         (gtk_text_buffer_place_cursor): Now a simple wrapper around
12143         gtk_text_buffer_select_range(). 
12144
12145 2003-01-05  Havoc Pennington  <hp@pobox.com>
12146
12147         * configure.in: fix a stray bracket that was breaking the build
12148
12149 2003-01-05  Tor Lillqvist  <tml@iki.fi>
12150
12151         * gtk-zip.sh.in: Use correct DLL and import library names, with
12152         GTK_API_VERSION in name, not GTK_MAJOR_VERSION.GTK_MINOR_VERSION.
12153         (DEVZIP): Add gdk-pixbuf-query-loaders.exe.
12154
12155         * configure.in: Improve check for dimm.h.
12156
12157         * configure.in: Set SOEXT to 'so' on Unix, 'dll' on Win32. Used in
12158         gdk-pixbuf/Makefile.am.
12159
12160         * gdk-pixbuf/makefile.mingw.in
12161         * gdk-pixbuf/pixops/makefile.mingw.in
12162         * gdk/makefile.mingw.in
12163         * gdk/win32/makefile.mingw.in
12164         * gtk/makefile.mingw.in: Remove. Not maintained anyway.
12165
12166         * gdk-pixbuf/Makefile.am
12167         * gdk-pixbuf/pixops/Makefile.am
12168         * gdk/Makefile.am
12169         * gdk/win32/Makefile.am
12170         * gtk/Makefile.am
12171         * configure.in: Remove makefile.mingw{,.in} from here, too.
12172         
12173         * README.win32: Updates. Don't mention the now removed
12174         makefile.mingw files.
12175
12176         * gdk/gdk.def
12177         * gtk/gtk.def: Add a couple of missing entries.
12178
12179         * gdk/gdkkeynames.c: Include <string.h> for strcmp() and memcpy().
12180
12181         * gdk/win32/gdkevents-win32.c: Move dimm.h header clash workaround
12182         earlier.
12183
12184         * gdk/win32/rc/Makefile.am: Add hack to help
12185         build/win32/lt-compile-resource decide which kind of libtool
12186         object file to produce.
12187
12188 2003-01-05  Matthias Clasen  <maclas@gmx.de>
12189
12190         * gtk/gtktextview.c (gtk_text_view_move_cursor_internal): Make
12191         C-Down step through the sequence of paragraph ends (old behaviour
12192         included paragraph starts).  (#80340, patch by Narayana Pattipati)
12193
12194         * gtk/gtktextiter.c (_gtk_text_btree_get_iter_at_first_toggle):
12195         Check for a tag toggle at the start iterator before calling
12196         gtk_text_iter_forward_to_tag_toggle().  (#102090, patch by Daniel 
12197         Elstner)
12198
12199 2003-01-04  Matthias Clasen  <maclas@gmx.de>
12200
12201         * gtk/gtkfilesel.h (struct _GtkFileSelection): Add /*< public >*/
12202         and /*< private >*/ as appropriate.  (#97211)
12203
12204 2003-01-04  Tor Lillqvist  <tml@iki.fi>
12205
12206         * Makefile.am (EXTRA_DIST): Don't distribute gtk-zip.sh, but do
12207         distribute gtk-zip.sh.in.
12208
12209         * gtk-zip.sh.in (DEVZIP): Add gdk-pixbuf-csource.exe and .1.
12210
12211 2003-01-03  Havoc Pennington  <hp@pobox.com>
12212
12213         * docs/Makefile.am (EXTRA_DIST): put it in EXTRA_DIST
12214
12215         * docs/text_widget_internals.txt: add a file documenting some of
12216         the text widget internals
12217
12218 2003-01-02  Matthias Clasen  <maclas@gmx.de>
12219
12220         * gtk/gtkwindow.c (gtk_window_get_focus): Document that it may
12221         return NULL.  (#102069)
12222
12223 2003-01-01  Matthias Clasen  <maclas@gmx.de>
12224
12225         * gtk/fnmatch.c (FNMATCH_TEST_CASES): #undef, since having
12226         a main() in the library is obviously bad. 
12227
12228 2002-12-27  Matthias Clasen  <maclas@gmx.de>
12229
12230         * gtk/gtktextview.c (gtk_text_view_drag_data_received): Place the
12231         cursor at drop point.  (#72384)
12232         (gtk_text_view_size_allocate): Update the horizontal adjustment
12233         value.  (#75694)
12234
12235 2002-12-25  Matthias Clasen  <maclas@gmx.de>
12236
12237         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Fix highlighting of
12238         selection wrt. to empty lines.  (#90435, #90582, #91619)
12239
12240         * gtk/gtktextview.c (gtk_text_view_preedit_changed_handler):
12241         Keep the cursor on screen.  (#96929)
12242
12243 2002-12-24  Matthias Clasen  <maclas@gmx.de>
12244
12245         * gtk/gtktextbuffer.c (paste_from_buffer): 
12246         (clipboard_text_received): Let the user action span the insertion
12247         and the deletion of the old selection.  (#82844)
12248
12249 2002-12-23  Matthias Clasen  <maclas@gmx.de>
12250
12251         * gtk/gtktextiter.c (gtk_text_iter_backward_sentence_starts):
12252         Don't call gtk_text_iter_backward_sentence_start() if
12253         count is zero.  (#99115)
12254
12255         * gtk/gtktextview.c (gtk_text_view_move_cursor_internal): Call
12256         move_cursor() even if the cursor hasn't moved, since it has the
12257         side effect of canceling the selection.  (#81395, #98537, #98333)
12258
12259 2002-12-22  Matthias Clasen  <maclas@gmx.de>
12260
12261         * gtk/gtktextlayout.c (add_preedit_attrs): Don't add attributes
12262         with empty ranges.  (fixes #101564 and #80637)
12263
12264 2002-12-21  Tor Lillqvist  <tml@iki.fi>
12265
12266         * gdk/win32/gdkwindow-win32.c (gdk_window_new): Move the code that
12267         sets the window style and extended window style, and adjusts the
12268         width and height to take the window decorations into account
12269         earlier. The adjusted width and height used to be ignored. Remove
12270         the local x, y, width and height variables, no need to further
12271         confuse the code by having local copies. (Partial fix, I hope, for
12272         #101588)
12273
12274         (gdk_window_move): When moving top-level windows, take title bar
12275         and border width into account, offsetting the coordinates before
12276         calling SetWindowPos().
12277
12278         (gdk_window_set_decorations, gdk_window_set_functions):
12279         Reimplement, taking into account the peculiar semantics of
12280         GDK_DECOR_ALL and GDK_FUNC_ALL. (#79036)
12281
12282         (gdk_window_get_decorations): Implement. (#98981)
12283         
12284         (gdk_window_set_type_hint): When setting
12285         GDK_WINDOW_TYPE_HINT_MENU, call gdk_window_set_decorations().
12286         (#79036)
12287
12288         * gdk/gdk.def: Add gdk_window_get_decorations. (#98981)
12289
12290 2002-12-21  Matthias Clasen  <maclas@gmx.de>
12291
12292         * gtk/gtktextview.c (gtk_text_view_set_background): New static
12293         function to set the background of all windows.
12294         (gtk_text_view_style_set): Use gtk_text_view_set_background().
12295         (gtk_text_view_state_changed): New function; change background
12296         according to state.  (#88126)
12297
12298 2002-12-21  Havoc Pennington  <hp@pobox.com>
12299
12300         * gtk/gtktextview.c (gtk_text_view_move_visually): fix the documentation
12301