]> Pileus Git - ~andy/gtk/blob - ChangeLog.pre-2-4
Terminate g_object_[dis]connect() calls with NULL instead of 0. Fixes
[~andy/gtk] / ChangeLog.pre-2-4
1 2004-04-09  Christian Persch  <chpe@cvs.gnome.org>
2
3         * gtk/gtkuimanager.c: (gtk_ui_manager_insert_action_group),
4         (gtk_ui_manager_remove_action_group): Terminate
5         g_object_[dis]connect() calls with NULL instead of 0.
6         Fixes #138997.
7
8 2004-04-09  Guntupalli Karunakar  <karunakar@freedomink.org>
9
10         * configure.in: Added "gu" (Gujarati) to ALL_LINGUAS.
11
12 2004-04-07  Federico Mena Quintero  <federico@ximian.com>
13
14         Fix #132500.
15
16         * gtk/gtkfilesystem.c (gtk_file_system_parse): Ensure that the
17         passed-in 'str' is not NULL.
18
19         * gtk/gtkfilesystemunix.c (expand_tilde): New helper function;
20         expands "~/" or "~foo/" at the beginning of a filename.
21         (gtk_file_system_unix_parse): Use expand_tilde() before doing
22         anything else.
23
24         * gtk/gtkfilechooserentry.c
25         (gtk_file_chooser_entry_maybe_update_directory): Take in a
26         force_reload argument.
27         (gtk_file_chooser_entry_changed): If gtk_file_system_parse()
28         returns an error, set the file_part_pos to -1.
29         (load_directory_callback): Only populate the model if the
30         file_part_pos is not -1.
31
32 2004-04-06  Pablo Saratxaga  <pablo@mandrakesoft.com>
33
34         * configure.in: Added Icelandic (is) to ALL_LINGUAS
35
36 2004-04-05  Federico Mena Quintero  <federico@ximian.com>
37
38         * gtk/gtkfilechooserdefault.c (location_popup_handler): Use a
39         title for SAVE and CREATE_FOLDER modes.  Fixes #137272.
40
41         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_make_path): Look
42         for G_DIR_SEPARATOR in the display_name, and err out if it is
43         present; use the same error message as Nautilus.  Fixes #136467.
44
45         * gtk/gtkfilechooserdefault.c (file_pane_create): Make the
46         new-folder button say "Create Fo_lder" rather than "Create
47         _Folder", so that the mnemonic doesn't conflict with the "Save in
48         _folder" label.  Fixes #136975.
49
50 2004-04-05  Federico Mena Quintero  <federico@ximian.com>
51
52         * gtk/gtkpathbar.c (_gtk_path_bar_set_path): Ref/sink the
53         buttons.  Also, free them correctly upon failure.  Based on a
54         patch by Morten Welinder, fixes #137956.
55
56 2004-04-05  Anders Carlsson  <andersca@gnome.org>
57
58         * gdk/gdk.c (gdk_arg_context_parse): Handle '--' correctly.
59
60 Fri Apr  2 17:57:33 2004  Jonathan Blandford  <jrb@redhat.com>
61
62         * gtk/gtktreeview.c (gtk_tree_view_row_inserted): set the height
63         correctly for fixed height when inserting a node, #138082
64
65 2004-04-01  Federico Mena Quintero  <federico@ximian.com>
66
67         Fix #136077.
68
69         * gtk/gtkpathbar.h (struct _GtkPathBarClass): Add a
70         "child_is_hidden" boolean argument to the "path-clicked" signal.
71
72         * gtk/gtkpathbar.c (struct _ButtonData): Added a file_is_hidden
73         field.
74         (make_directory_button): Take a file_is_hidden argument; put it in
75         the ButtonData.
76         (_gtk_path_bar_set_path): See whether each path component path is
77         a hidden file.
78         (gtk_path_bar_class_init): Add the file_is_hidden argument to the
79         "path-clicked" signal.
80         (button_clicked_cb): See if the downwards button represents a
81         hidden file for the file_is_hidden argument in the signal
82         emission.
83
84         * gtk/gtkmarshalers.list: Added a signal type VOID:POINTER,BOOLEAN.
85
86         * gtk/gtkfilechooserdefault.c
87         (gtk_file_chooser_default_select_path): If we fail to switch
88         folders, don't try to select the path in the file system model.
89         Also, return the result from _gtk_file_system_model_path_do().
90         (gtk_file_chooser_default_select_path): Turn on show_hidden in the
91         file system model if we are asked to select a hidden file.
92         (path_bar_clicked): Show hidden files based on whether the
93         immediate downwards folder in the path bar is a hidden file
94         itself.
95         (struct _GtkFileChooserDefault): Added fields
96         browse_files_popup_menu and browse_files_popup_menu_hidden_files_item.
97         (create_file_list): Set an object data key of
98         "GtkFileChooserDefault" on the tree view so that we can find the
99         impl from the popup menu callbacks.  Also, hook up to the
100         "button-press-event" and "popup-menu" signals in the file list to
101         bring up a popup menu.
102         (list_popup_menu_cb): New callback.
103         (list_button_press_event_cb): New callback.
104
105         Fix #138763:
106
107         * gtk/gtkfilesystemmodel.c
108         (_gtk_file_system_model_new): Oops, connect_object to
109         "finished-loading".
110
111 2004-03-31  Tor Lillqvist  <tml@iki.fi>
112
113         * configure.in: Move AC_CANONICAL_HOST earlier, before the check
114         for native Win32. (#136559, J. Ali Harlow)
115
116         * gdk/win32/gdkdrawable-win32.c (draw_arc): Use X11 semantics for
117         angles. Thanks to Tim Newsham.
118
119 2004-03-29  Federico Mena Quintero  <federico@ximian.com>
120
121         Fix #137520.
122
123         * gtk/gtkfilesystem.h (struct _GtkFileFolderIface): Added slots
124         for an ::is_finished_loading() method and a ::finished_loading()
125         signal at the end of the struct.
126
127         * gtk/gtkfilesystem.c (gtk_file_folder_base_init): Create the
128         "finished-loading" signal.
129         (gtk_file_folder_is_finished_loading): New function.
130
131         * gtk/gtkfilesystemunix.c
132         (gtk_file_folder_unix_is_finished_loading): Implement.
133
134         * gtk/gtkfilesystemmodel.c (struct _GtkFileSystemModelClass): New
135         slot for a "finished-loading" signal.
136         (gtk_file_system_model_class_init): Create the "finished-loading"
137         signal.
138         (struct _GtkFileSystemModel): New field
139         idle_finished_loading_source.  We emit the "finished-loading"
140         signal in an idle if the root folder was done loading right in
141         _gtk_file_system_model_new(), so that the caller has a chance to
142         connect to the signal.
143         (_gtk_file_system_model_new): Connect to the normal signals of the
144         folder even if the initial _list_children() fails.  Also, see if
145         the folder is finished loading; connect to the "finished-loading"
146         signal otherwise.
147         (gtk_file_system_model_finalize): Remove the idle handler.
148
149         * gtk/gtkfilechooserdefault.c (set_list_model): Set a busy cursor
150         and connect to the model's "finished-loading" signal.
151         (get_toplevel): New helper function.
152         (error_message): Use get_toplevel().
153         (trap_activate_cb): Likewise.
154         (location_popup_handler): Likewise.
155         (set_busy_cursor): New function.
156         (browse_files_model_finished_loading_cb): New callback.
157
158 2004-03-25  Federico Mena Quintero  <federico@ximian.com>
159
160         * gtk/gtkfilechooserdefault.c (check_preview_change): Just use the
161         file under the cursor; we don't need the logic from
162         GtkFileSelection after all.  Fixes #132255.
163
164 2004-03-25  Federico Mena Quintero  <federico@ximian.com>
165
166         * gtk/gtkfilechooserdefault.c (location_entry_create): Fill the
167         location entry with the display name of the file under the cursor
168         for Open mode, or the typed filename in Save mode.
169
170 2004-03-24  J. Ali Harlow  <ali@juiblex.co.uk>
171
172         * gtk/gtkfilesystemwin32.c
173         (filename_is_root): Bare drive designators (eg., "c:") are
174         no longer considered as root filenames.  Fixed #137942
175
176 2004-03-24  J. Ali Harlow  <ali@juiblex.co.uk>
177
178         * gtk/gtkfilesystemwin32.c
179         (gtk_file_system_win32_create_folder): Invert test for error in
180         mkdir.  Fixes #137945
181
182 2004-03-24  J. Ali Harlow  <ali@juiblex.co.uk>
183
184         Fixed #138004 using Federico's code from #132327.
185
186         * gtk/gtkfilesystemwin32.c (struct _GtkFileSystemWin32): Add a
187         folder_hash field to keep a list of live folder objects.
188         (gtk_file_system_win32_init): Create the folder_hash.
189         (gtk_file_system_win32_finalize): Destroy the folder_hash.
190         (gtk_file_system_win32_get_folder): Ref and return an existing
191         folder if we have it around, otherwise return a new folder object.
192         (struct _GtkFileFolderWin32): Add a field for the parent file system.
193         (gtk_file_folder_win32_finalize): Remove the folder from the file
194         system's hash table.
195         (gtk_file_system_win32_create_folder):  Emit "files-added" on the
196         newly-created folder's parent.  Fixes #138004.
197
198 2004-03-24  J. Ali Harlow  <ali@juiblex.co.uk>
199
200         * gtk/gtkfilesystemwin32.c
201         (gtk_file_system_win32_get_folder): Test that path is actually
202         a directory and throw error if not. Fixed bug #137950
203
204 2004-03-22  J. Ali Harlow  <ali@juiblex.co.uk>
205
206         * gtk/gtkfilesystemwin32.c
207         (gtk_file_system_win32_volume_get_display_name): Ignore empty
208         volume labels; assume that GetVolumeInformation would fail if
209         GetVolumeInformationW does; catches a small memory leak;
210         pass the buffer size to GetVolumeInformationW in wide
211         characters instead of bytes. Fixes bug #137543
212         (list_volumes): Cope with the theoretical possibility of
213         more than 26 logical drives. Fixes bug #137940
214         (bookmarks_serialize): Now actually removes bookmarks.
215         Fixes bug #137943
216
217 2004-03-22  Guntupalli Karunakar  <karunakar@freedomink.org>
218
219         * configure.in: Added "pa" (Punjabi) to ALL_LINGUAS.
220
221 2004-03-21  Tor Lillqvist  <tml@iki.fi>
222
223         * gtk/gtkfilesystemwin32.c
224         (gtk_file_system_win32_volume_get_base_path): Include the
225         backslash. Otherwise gtk_file_system_win32_path_to_uri() returns
226         NULL for a volume base path, as g_filename_to_uri() requires an
227         absolute path, and just a drive letter and colon isn't. (#137543)
228
229 2004-03-20  Hans Breuer  <hans@breuer.org>
230
231         * gtk/gtkfilesystemwin32.c : applied the undisputable and
232         required [due to recent gtkfilesystem internal api semantic 
233         changes] part of patches to fix bug #137543 (Tor Lillqvist,
234         J. Ali Harlow)
235
236         * gdk/gdkevents-win32.c (handle_configure_event) :
237              (gdk_event_translate), WM_WINDOWPOSCHANGED : initialize
238         GdkWindowObject::x, y with screen coords to make 
239         gdk_window_get_position () return the right thing and thus fix
240         drag and drop positioning (e.g. Gimp tabs, fixes bug #137192)
241
242 2004-03-19  Federico Mena Quintero  <federico@ximian.com>
243
244         * Revert the patch to #137520, as 2.4.1 is for conservative bug
245         fixes only.  The patch is attached to the bug report, for
246         reference.
247
248 2004-03-19  Morten Welinder  <terra@gnome.org>
249
250         * gtk/gtkfilechooserdefault.c
251         (gtk_file_chooser_default_set_current_folder): Test existance of
252         the path after checking for locality, if needed.
253
254 2004-03-19  Federico Mena Quintero  <federico@ximian.com>
255
256         Fix #137520.
257
258         * gtk/gtkfilesystem.h (struct _GtkFileFolderIface): Added slots
259         for an ::is_finished_loading() method and a ::finished_loading()
260         signal at the end of the struct.
261
262         * gtk/gtkfilesystem.c (gtk_file_folder_base_init): Create the
263         "finished-loading" signal.
264         (gtk_file_folder_is_finished_loading): New function.
265
266         * gtk/gtkfilesystemunix.c
267         (gtk_file_folder_unix_is_finished_loading): Implement.
268
269         * gtk/gtkfilesystemmodel.c (struct _GtkFileSystemModelClass): New
270         slot for a "finished-loading" signal.
271         (gtk_file_system_model_class_init): Create the "finished-loading"
272         signal.
273         (struct _GtkFileSystemModel): New field
274         idle_finished_loading_source.  We emit the "finished-loading"
275         signal in an idle if the root folder was done loading right in
276         _gtk_file_system_model_new(), so that the caller has a chance to
277         connect to the signal.
278         (_gtk_file_system_model_new): Connect to the normal signals of the
279         folder even if the initial _list_children() fails.  Also, see if
280         the folder is finished loading; connect to the "finished-loading"
281         signal otherwise.
282         (gtk_file_system_model_finalize): Remove the idle handler.
283
284         * gtk/gtkfilechooserdefault.c (set_list_model): Set a busy cursor
285         and connect to the model's "finished-loading" signal.
286         (get_toplevel): New helper function.
287         (error_message): Use get_toplevel().
288         (trap_activate_cb): Likewise.
289         (location_popup_handler): Likewise.
290         (set_busy_cursor): New function.
291         (browse_files_model_finished_loading_cb): New callback.
292
293 Thu Mar 18 12:10:45 2004  Owen Taylor  <otaylor@redhat.com>
294
295         * gtk/gtktreeitem.c (gtk_tree_item_forall): Include 
296         eventbox for expander. (#137564, reported by
297         Jacques Garrigue)
298
299 2004-03-18  Guntupalli Karunakar  <karunakar@freedomink.org>
300
301         * mr.po: Added "mr" for Marathi to ALL_LINGUAS.
302
303 2004-03-17  Morten Welinder  <terra@gnome.org>
304
305         * gtk/gtkfilechooserdefault.c (shortcuts_add_volumes): Free
306         volumes not actually put into the shortcut list.
307
308         * tests/prop-editor.c (object_changed): Plug leak.
309
310         * tests/testfilechooser.c (main): Plug some leaks and expose
311         others.
312
313         * tests/prop-editor.c (create_prop_editor): Don't leak the tooltip
314         object.  Fixed #136652.
315
316         * gtk/gtkfilechooserdefault.c (check_icon_theme): Do nothing if we
317         have no screen.  Fixes #137260.
318         (shortcuts_add_bookmark_from_path): Simplify using check_is_folder
319         thereby fixing leak.  Fixes #137259.
320
321         * gtk/gtkpathbar.c (gtk_path_bar_forall): Make this work when the
322         slider buttons have been destroyed.
323         (gtk_path_bar_remove): Make this work for slider buttons too.
324         Fixes #137257
325
326 2004-03-15  Morten Welinder  <terra@gnome.org>
327
328         * gtk/gtkfilechooserdefault.c (shortcuts_add_bookmark_from_path):
329         Sanitize and plug leak.
330         (check_icon_theme): Only do something if the widget has a screen.
331
332 Wed Mar 17 01:20:28 2004  Matthias Clasen  <maclas@gmx.de>
333
334         * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup): 
335         Move the repositioning logic from _gtk_entry_completion() popup
336         over here. Fixes #137355, reported by Niklas Knutsson.
337
338 Tue Mar 16 13:29:58 2004  Owen Taylor  <otaylor@redhat.com>
339
340         * === Released 2.4.0 ===
341
342         * configure.in: Version 2.4.0, interface age 0; 
343         require glib-2.4.0, pango-1.4.0.
344
345         * configure.in: Change gtk_binary_version to 2.4.0;
346         there are some compatibility issues with older theme engines.
347         
348         * NEWS: Updates
349
350         * README.in: Updates
351
352 Tue Mar 16 13:54:07 2004  Jonathan Blandford  <jrb@redhat.com>
353
354         * gtk/gtkentry.c (gtk_entry_completion_key_press): Block the
355         ::changed handler during the ::match-selected when done by
356         keyboard.
357
358 Tue Mar 16 00:56:11 2004  Matthias Clasen  <maclas@gmx.de>
359
360         * gtk/gtkentrycompletion.c (gtk_entry_completion_list_button_press): 
361         Block the ::changed handler during the emission of ::match-selected.
362         Partial fix for #137226.
363
364         * gtk/gtkfilechooserentry.c: Remove the no longer needed 
365         no_pop_down flag.
366
367 Tue Mar 16 00:20:51 2004  Matthias Clasen  <maclas@gmx.de>
368
369         * gtk/gtkfilechooserwidget.c (gtk_file_chooser_widget_new_with_backend):
370         Fix a typo in the docs.
371
372 2004-03-15  Tor Lillqvist  <tml@iki.fi>
373
374         * README.win32: Updates.
375
376 2004-03-15  Federico Mena Quintero  <federico@ximian.com>
377
378         * gtk/gtkfilechooserdefault.c (update_appearance): Only hide the
379         "create folder" button in OPEN mode; all the others should show it
380         it.
381         (get_paths_foreach): Handle the editable row.
382
383         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_create_folder):
384         Force a re-get of the folder so that the new directory gets added
385         to its hash table of file info.
386
387 2004-03-15  Federico Mena Quintero  <federico@ximian.com>
388
389         * gtk/gtkfilechooserdefault.c (update_from_entry): In the Save
390         modes, set the Name entry of the file chooser if we get a
391         nonexistent filename from the file entry.  Fixes #135911.
392         (gtk_file_chooser_default_set_current_name): Oops, this should
393         also work if we are in CREATE_FOLDER mode.
394
395         * gtk/gtkfilesystem.c (gtk_file_path_real_copy): Use
396         gtk_file_path_copy().
397
398         * gtk/gtkfilechooserentry.c (check_completion_callback): Free the
399         path that we got from the model.
400         (completion_match_func): Use DISPLAY_NAME_COLUMN rather than a
401         hard-coded constant.
402
403 Mon Mar 15 13:50:14 2004  Owen Taylor  <otaylor@redhat.com>
404
405         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_set_property):
406         Don't leak the temporary font description. (Nils O. SelÃ¥sdal)
407
408 Mon Mar 15 12:51:17 2004  Jonathan Blandford  <jrb@gnome.org>
409
410         * gtk/gtkfilechooserdefault.c (location_popup_handler): Only show
411         the title string in OPEN/SELECT_FOLDER mode as it's open-specific.
412         Put a blank title for SAVE/CREATE_FOLDER; we are in string freeze,
413         so we'll fix it for 2.4.1 as #137272.
414
415         * gtk/gtkpathbar.c (gtk_path_bar_scroll_down): calculate
416         space_available correctly for RTL mode.  w/o this, you can't
417         scroll down again.  Fixes #137021.
418
419 2004-03-15  Federico Mena Quintero  <federico@ximian.com>
420
421         * gtk/gtkpathbar.c (gtk_path_bar_scroll_up): Queue a resize.
422         (gtk_path_bar_scroll_down): Likewise.
423
424 Mon Mar 15 11:40:43 2004  Owen Taylor  <otaylor@redhat.com>
425
426         * gtk/gtkfilechooserentry.c: Store the position of the 
427         file part and use that in check_completion_callback()
428         and match_selected_callback() to figure out where
429         to operate on the text, rather than recomputing the
430         information.
431
432 Mon Mar 15 10:35:19 2004  Jonathan Blandford  <jrb@gnome.org>
433
434         * gtk/gtkfilechooserdefault.c (shortcuts_add_volumes): set
435         changing_folders to be true so we don't trigger a callback when we
436         remove the selection
437         (shortcuts_add_bookmarks): ditto
438
439 Mon Mar 15 10:47:18 2004  Owen Taylor  <otaylor@redhat.com>
440
441         * gtk/gtkfilechooserentry.c: s/seperator/separator/.
442
443 Mon Mar 15 09:54:36 2004  Owen Taylor  <otaylor@redhat.com>
444
445         * gtk/gtklabel.c (gtk_label_focus): Check for 
446         Control-Tab or Control-Shift-Tab, not any Control-key
447         as a current event ... handles the case where a dialog
448         is triggered from a control accelerator better.
449
450 Mon Mar 15 08:48:48 2004  Jonathan Blandford  <jrb@gnome.org>
451
452         * gtk/gtkfilechooserentry.c (match_selected_callback): implement
453         correctly.
454         (completion_match_func): Allow surpressing popdowns.
455         (maybe_append_seperator_to_path): New function to add a separator
456         item to a display_name.  Bad hack.
457         (check_completion_callback): Implement select-ahead as an idle.
458         (add_completion_idle): new function to handle select-ahead
459         (gtk_file_chooser_entry_do_insert_text): starf the select-ahead
460         idle.
461         (gtk_file_chooser_entry_focus): Override tab for completion.
462         (gtk_file_chooser_entry_activate): commit select_ahead when
463         activated.
464
465         * gtk/gtkfilechooserdefault.c (location_popup_handler): grab the
466         appropriate widget for the mode.
467
468 2004-03-15  Tor Lillqvist  <tml@iki.fi>
469
470         * gdk/win32/gdkgc-win32.c (gdk_gc_copy): Don't just copy the whole
471         GdkGCWin32 with a single assignment, that overwrites GObject's
472         private data (for instance ref_count). (#137012, John Ehresman)
473
474 2004-03-15  Mark McLoughlin  <mark@skynet.ie>
475
476         * gtk/gtkfilechooserdefault.c: remove the unused "lowest_folder"
477         GtkFileChooserDefault member. Leftover from my original patch
478         for bug #136987.
479
480 Mon Mar 15 01:50:28 2004  Jonathan Blandford  <jrb@gnome.org>
481
482         * gtkfilechooserentry.c: Rewritten to use the GtkEntryCompletion
483         API more correctly.  Now pops down the dropdown well.
484
485         * gtkfilesystem.c (gtk_file_path_get_type): New boxed type for the
486         FilePath.
487
488         * test/testfilechooser.c: disable preview widget temporarily.
489         It's not representative of a good preview widget.
490
491 2004-03-15  Federico Mena Quintero  <federico@ximian.com>
492
493         * gtk/gtkfilechooserdefault.c (shortcuts_find_current_folder):
494         Renamed from shortcuts_unselect_all(); now selects the row that
495         corresponds to the current folder, if any.  Fixes #135916.
496
497         * gtk/gtkpathbar.h: Added prototypes for _gtk_path_bar_up() and
498         _gtk_path_bar_down().
499
500 2004-03-15  Federico Mena Quintero  <federico@ximian.com>
501
502         * gtk/gtkfilechooserdefault.c: Surround the
503         drag-outside-to-remove-bookmarks code with "#if 0" blocks; it's
504         too unstable right now.
505
506 Sun Mar 14 23:36:15 2004  Owen Taylor  <otaylor@redhat.com>
507
508         * gtk/gtkfilechooserdefault.c: Implement local_only by
509         filtering the shortcuts and bookmarks list by 
510         gtk_file_system_path_to_filename (file_system, path) != NULL.
511         (#132894)
512
513         * gtk/gtkfilesystem.c (gtk_file_system_path_is_local): Add
514         a convenience function, may by interesting to push to the 
515         file system vtable later for performance.
516
517 2004-03-14  Federico Mena Quintero  <federico@ximian.com>
518
519         * gtk/gtkfilesystem.c (gtk_file_folder_get_info): Allow the path
520         to be NULL, so that people can ask for information about a
521         parent-less file system root (e.g. get_info (get_folder ("/"), NULL)).
522
523         * gtk/gtkfilesystemunix.c (gtk_file_folder_unix_get_info): Allow
524         the condition describe above.
525
526         * gtk/gtkfilechooserdefault.c (get_file_info): Allow getting
527         information of root paths.
528
529         * gtk/gtkpathbar.c (_gtk_path_bar_set_path): Handle root paths correctly.
530
531 Sun Mar 14 22:32:36 2004  Owen Taylor  <otaylor@redhat.com>
532
533         * gtk/gtktreeview.c (gtk_tree_view_set_search_equal_func): Mention
534         GtkTreeViewSearchEqualFunc return value oddity here as well.
535
536         * gtk/gtktreeview.c (gtk_tree_view_search_equal_func): On failure
537         to get a string to compare to, return TRUE (no match), not 
538         FALSE (match). Handle %NULL string values gracefully.
539         Remove unused variable. (#135962, Mark McLoughlin)
540
541 2004-03-14  Morten Welinder  <terra@gnome.org>
542
543         * gtk/gtkfilesystemunix.c: Kill some debug g_prints.
544
545 Sun Mar 14 21:03:15 2004  Owen Taylor  <otaylor@redhat.com>
546
547         * gtk/gtkpathbar.[ch]: Add _gtk_path_bar_up()/
548         _gtk_path_bar_down().
549
550         * gtk/gtkfilechooserdefault.c: Use _gtk_path_bar_up()/
551         _gtk_path_bar_down() as bindings for Alt-Up
552         and new Alt-Down. (Partly based on a patch by
553         Mark McLoughlin, #136987)
554
555 2004-03-14  Federico Mena Quintero  <federico@ximian.com>
556
557         Fixes #136185, patch by Morten Welinder, with some changes.
558
559         * gtk/gtkfilechooserdefault.c (check_is_folder): New helper function.
560         (shortcuts_insert_path): Check the path first with check_is_folder().
561         (gtk_file_chooser_default_set_current_folder): Likewise.
562         (gtk_file_chooser_default_add_shortcut_folder): Likewise.
563         (browse_widgets_create): Unref the size group.
564
565         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_get_folder):
566         Handle the case where the file exists but it is not a directory.
567         (IconType): Add value for ICON_UNDECIDED.
568         (struct stat_info_entry): New structure to hold a file's struct
569         stat, its MIME type and its icon type.
570         (struct _GtkFileFolderUnix): Added a hash of struct
571         stat_info_entry, and flags to remember which info types we've read
572         so far.
573         (get_icon_type): Use a helper function for the icons-from-stat
574         types.
575         (gtk_file_system_unix_render_icon): Use the cached file info.
576         (gtk_file_folder_unix_get_info): Put the info in the cache.
577         (gtk_file_system_unix_get_folder): Create the cache of file info
578         structures.
579
580         * gtk/gtkfilesystem.c (gtk_file_info_set_display_name): Handle the
581         case where display_name is the same as the existing
582         info->display_name.
583
584 Sun Mar 14 19:26:48 2004  Owen Taylor  <otaylor@redhat.com>
585
586         #136672, reported by Christian Persch; fixes based
587         on a patch by Soeren Sandmann.
588
589         * gtk/gtkmenu.c: Change the handling of mixed gridded
590         and non-gridded menu items; the old method was causing
591         major performance problems even with the "avoid relayout
592         on destruction" hack put in recently.
593
594         Now we first lay out the gridded items and then put the 
595         non-gridded items into empty rows / after the gridded items. 
596         Layout is done in a central menu_shell_ensure_layout(). Also
597         avoid emitting property notifications when we initially
598         insert or attach items.
599         
600         * gtk/gtkmenushell.[ch] gtk/gtkmenu.c: Stop setting the
601         unused menu_shell->menu_flag, and document it as unused
602         in the header.
603
604         * tests/testactions.c: Add a test of creating/removing
605         lots of items.
606
607         * test/testgtk.c: Add some more cruft to the menu test.
608
609 Mon Mar 15 02:36:07 2004  Matthias Clasen  <maclas@gmx.de>
610
611         * gtk/gtkentrycompletion.c (gtk_entry_completion_class_init): Add
612         some signal docs.
613
614 Sun Mar 14 15:38:39 2004  Jonathan Blandford  <jrb@gnome.org>
615
616         * gtk/gtkentrycompletion.c (gtk_entry_completion_visible_func):
617         always use the match_func, even if text_column is set.
618
619 2004-03-14  Morten Welinder  <terra@gnome.org>
620
621         * gtk/gtkfilesystemunix.c (get_parent_dir): Don't turn "/" into
622         "".
623         (gtk_file_system_unix_get_folder): Use the same value for lookup
624         as for insertion.  Make sure we have a directory.
625
626         * gtk/gtkfilechooserdefault.c (error_dialog): Don't crash on NULL
627         path; don't crash on NULL error.
628
629 2004-03-14  Hans Breuer  <hans@breuer.org>
630
631         gtk/gtkcombobox.c : prototype cell_view_sync_cells() before 
632         first usage
633
634         gtk/makefile.msc.in : updated 'gtk_public_h_sources'
635
636         tests/makefile.msc : added testspinbutton
637
638 Sun Mar 14 01:01:18 2004  Matthias Clasen  <maclas@gmx.de>
639
640         * gtk/gtkcellview.c (gtk_cell_view_set_cell_data): Align
641         this function with gtk_tree_view_column_set_cell_data();
642         call the cell data func after setting the attributes.
643
644 Sun Mar 14 01:00:08 2004  Matthias Clasen  <maclas@gmx.de>
645
646         * gtk/gtkcellview.c (gtk_cell_view_expose): One more try;
647         make sure not to call gtk_cell_view_set_cell_data() when
648         displayed_row is NULL.
649
650 Sat Mar 13 18:13:13 2004  Owen Taylor  <otaylor@redhat.com>
651
652         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): When not
653         wrapping, do the offset of the line for justification ourselves.
654         (#120256, Felipe Heidrich)
655
656 Sun Mar 14 00:03:18 2004  Matthias Clasen  <maclas@gmx.de>
657
658         * gtk/gtkcellview.c (gtk_cell_view_expose): Support the
659         model-less use of GtkCellView shown in testcombo.c.
660
661 2004-03-13  Tor Lillqvist  <tml@iki.fi>
662
663         * gdk/win32/gdkdisplay-win32.c: Don't undefine HAVE_MONITOR_INFO
664         when compiling with gcc. Mingw's headers do have the required
665         definitions.
666
667         * gdk/win32/gdkdrawable-win32.c (draw_polygon): When drawing
668         filled polygons, don't draw the outline, similarily as
669         draw_rectangle(). Apparently GTK and GIMP don't use
670         gdk_draw_polygon() much (or always draw the outline, too), as this
671         has gone undetected for so long. Thanks to Bruce Hochstetler.
672
673 Sat Mar 13 15:19:17 2004  Owen Taylor  <otaylor@redhat.com>
674
675         * gtk/gtkwindow.c (gtk_window_destroy): Remove
676         the window from the toplevel_list here rather in destroy.
677         While this is theoretically speaking wrong, it fits
678         in better with the current reality that destroyed
679         widgets are not reusable. (#126808, Michael Natterer)
680
681 Sat Mar 13 21:47:47 2004  Matthias Clasen  <maclas@gmx.de>
682
683         * gtk/gtkcellview.c (gtk_cell_view_expose): Don't do anything
684         beyond clearing to the background if there is no active row.
685         (#137066, reported by Owen Taylor)
686
687 Sat Mar 13 21:37:44 2004  Matthias Clasen  <maclas@gmx.de>
688
689         * gtk/gtkcombobox.c (gtk_combo_box_list_key_press): Pop down the
690         list when an item is selected via the keyboard.
691
692 2004-03-13  Anders Carlsson  <andersca@gnome.org>
693
694         * gtk/gtkfilesystemunix.c: (remove_trailing_slash),
695         (gtk_file_system_unix_get_folder),
696         (gtk_file_system_unix_create_folder), (get_parent_dir),
697         (gtk_file_system_unix_get_parent), (gtk_file_folder_unix_get_info):
698         Remove trailing slashes in path names.
699         
700 Sat Mar 13 12:17:16 2004  Owen Taylor  <otaylor@redhat.com>
701
702         * gdk/x11/gdkwindow-x11.c (gdk_window_reparent): Make
703         this a total no-op when the new or old parent is
704         destroyed. (#134230, patch from Soeren Sandmann)
705
706         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy):
707         For foreign windows in our heirarchy, call
708         _gdk_windowing_window_destroy_foreign (window) and skip
709         all the normal destruction logic.
710
711         * gdk/x11/gdkwindow-x11.c gdk/win32/gdkwindow-win32.c:
712         Move code to request destruction of a foreign window
713         code into a separate _gdk_windowing_window_destroy_foreign().
714
715         * gdk/x11/gdkwindow-x11.c (gdk_window_impl_x11_finalize):
716         Call GDK_WINDOW_DISPLAY() on the wrapper not on the
717         impl. (Also from Soeren's patch)
718
719 Sat Mar 13 10:49:46 2004  Owen Taylor  <otaylor@redhat.com>
720
721         * gtk/gtkdnd.c (_gtk_drag_dest_handle_event): For
722         GTK_IS_PLUG toplevels, call gdk_window_get_origin() 
723         not gtk_window_get_position, as a hackround for not
724         having accurate notification of window position for
725         embedded windows. (#136112, Dan Winship)
726
727 Sat Mar 13 10:34:03 2004  Owen Taylor  <otaylor@redhat.com>
728
729         * gtk/gtktextview.c gtk/gtktextbuffer.c: Revert last change;
730         it causes problems for pastes from other applications; see
731         comments in bugzilla for #81880.
732
733 Sat Mar 13 02:55:51 2004  Matthias Clasen  <maclas@gmx.de>
734
735         Fix middle button pasting in the TextView  (#81880, reported
736         by Evert Verhellen, patch by Paolo Borelli):
737         
738         * gtk/gtktextview.c (gtk_text_view_button_press_event): Retrieve 
739         the insert mark and move the cursor to it making sure of also 
740         scroll the window if needed.
741         
742         * gtk/gtktextbuffer.c (pre_paste_prep): Move the insert mark
743         to the insertion point.
744
745 Sat Mar 13 01:38:55 2004  Matthias Clasen  <maclas@gmx.de>
746
747         * gtk/gtkcombobox.c (gtk_combo_box_remove): Add a remove 
748         implemenatation which restores the cell_view when the custom 
749         child is removed.  (#136555, Owen Taylor)
750
751 Sat Mar 13 00:07:51 2004  Matthias Clasen  <maclas@gmx.de>
752
753         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_layout_clear): 
754         Keep the cell_list in a consistent state while iterating over it, 
755         since clear_attributes() also iterates over it.  (another instance
756         of #136585, Morten Welinder)
757         
758 Fri Mar 12 17:20:15 2004  Owen Taylor  <otaylor@redhat.com>
759
760         * gtk/gtkarrow.c (gtk_arrow_expose): Swap GTK_ARROW_LEFT
761         and GTK_ARROW_RIGHT for GTK_TEXT_DIR_LTR. (#129159,
762         Semion Chichelnitsky)
763
764         * gtk/gtkpathbar.c gtk/gtktoolbar.c: Remove no-longer-needed 
765         gtk_toolbar_direction-changed handlers and explicit
766         flipping of GtkArrow widgets.
767
768 Fri Mar 12 23:37:15 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
769
770         * gtk/gtkfilechooserdialog.c
771         (file_chooser_widget_default_realized_size_changed): Clamp the
772         new size to the screen.
773
774 Fri Mar 12 15:06:44 2004  Owen Taylor  <otaylor@redhat.com>
775
776         * gtk/gtkexpander.c (gtk_expander_realize): Create the
777         event_window at the right size using the same logic as
778         in size_allocate. (#136994, Niklas Knuttson)
779
780 2004-03-12  Federico Mena Quintero  <federico@ximian.com>
781
782         * gtk/gtkwindow.c (gtk_window_activate_focus): Don't ignore the
783         return value of gtk_widget_activate().
784         (gtk_window_activate_default): Likewise.  Fixes #137008.
785
786         * gtk/gtkfilechooserdialog.c (response_cb): Act on positive
787         response IDs we recognize, rather than bailing out on cancellation
788         ones.  Fixes #136237; patch by Olivier Andrieu
789         <oliv__a@users.sourceforge.net>.
790         (file_chooser_widget_file_activated): If the dialog doesn't have a
791         default widget, try to find a suitable response widget on our own.
792         People should *really* be using gtk_dialog_set_default_response(),
793         but this is to help lazy programmers.
794
795         * gtk/gtkdialog.c (_gtk_dialog_get_response_for_widget): New
796         internal function.
797         (get_response_data): Add a "create" argument so that we don't
798         unconditionally create the response data.
799
800 2004-03-12  Morten Welinder  <terra@gnome.org>
801
802         * tests/Makefile.am: Add new testspinbutton.c
803
804 2004-03-11  Federico Mena Quintero  <federico@ximian.com>
805
806         * gtk/gtkfilechooserdefault.c (shortcuts_drag_set_delete_cursor):
807         Put the trash icon on the right for LTR locales, or on the left
808         for RTL.
809         (shortcuts_drag_motion_cb): Cancel the idle handler here as well.
810         (shortcuts_drag_leave_cb): Test whether the idle is present.
811         (shortcuts_drag_data_received_cb): Ahem, don't assert here.
812
813 Thu Mar 11 17:51:10 2004  Owen Taylor  <otaylor@redhat.com>
814
815         * modules/input/gtkimcontextxim.c (preedit_done_callback):
816         Clear preedit string and emit preedit_changed as needed
817         on AIX. (#130617, Philip K Warren)
818
819 2004-03-11  Morten Welinder  <terra@gnome.org>
820
821         * gtk/gtkpathbar.c (_gtk_path_bar_set_file_system): Plug leak.
822
823 Thu Mar 11 16:28:15 2004  Owen Taylor  <otaylor@redhat.com>
824
825         * gtk/gtkmenu.c (gtk_menu_get_toplevel): Fix attach/attach->parent
826         type. (#136919, Tim Mooney)
827
828 Thu Mar 11 16:18:51 2004  Jonathan Blandford  <jrb@redhat.com>
829
830         * gtk/gtkfilechooserdefault.c (shortcuts_insert_path): revert
831         earlier change to insert_path so that we test that the directory
832         exists.
833
834         * gtk/gtkfilechooserdialog.c
835         (gtk_file_chooser_dialog_constructor): move focus.
836
837 Thu Mar 11 22:12:14 2004  Matthias Clasen  <maclas@gmx.de>
838
839         * gtk/gtkspinbutton.c (gtk_spin_button_size_request): Use the same
840         logic as GtkEntry when calculating border width.  (#116368, reported
841         by Morten Welinder)
842
843 Thu Mar 11 15:59:05 2004  Owen Taylor  <otaylor@redhat.com>
844
845         * tests/testgtk.c (create_spins): Use gtk_entry_set_width_chars()
846         rather than gtk_widget_set_size_request().
847
848 2004-03-11  Federico Mena Quintero  <federico@ximian.com>
849
850         * gtk/gtkfilechooserdefault.c (remove_settings_signal): New
851         function, copied from gtkpathbar.c.
852         (gtk_file_chooser_default_dispose): Use remove_settings_signal()
853         rather than our own code.
854         (gtk_file_chooser_default_screen_changed): Use
855         remove_settings_signal(); this should handle per-screen settings
856         correctly.
857
858 Thu Mar 11 14:07:18 2004  Owen Taylor  <otaylor@redhat.com>
859
860         * gtk/gtklabel.c (gtk_label_focus): Fix a missing return
861         value.
862
863 Thu Mar 11 13:58:24 2004  Owen Taylor  <otaylor@redhat.com>
864
865         * gtk/gtkmessagedialog.c gtk/gtklabel.c: Back out the
866         put-labels-into-the-standard-focus-chain patches 
867         from bug #59707.
868
869         * gtk/gtklabel.c (gtk_label_focus): Only put the
870         label in the tab chain when the control key is pressed.
871
872 2004-03-11  Federico Mena Quintero  <federico@ximian.com>
873
874         * gtk/gtkfilechooserdefault.c (error_message_with_parent): Use a
875         single OK button, not a Close button, as per the HIG.
876
877         * gtk/gtkfilesel.c (gtk_file_selection_fileop_error): Likewise.
878
879 2004-03-11  Federico Mena Quintero  <federico@ximian.com>
880
881         * gtk/gtkfilechooserdefault.c (shortcuts_drag_motion_cb): Oops,
882         initialize "action" before jumping.  Fixes #136900.
883
884 2004-03-11  Mark McLoughlin  <mark@skynet.ie>
885
886         * gtk/gtksettings.c: (apply_queued_setting): don't overwrite
887         application properties. Fixes bug #136802.
888
889 2004-03-11  Dov Grobgeld  <dov@imagic.weizmann.ac.il>
890
891         * gtk/gtktextlayer.c: (gtk_text_layout_set_buffer): Added
892         call to gtk_text_layout_update_cursor_line() to solve in 
893         problem of switching keyboard direction at widget creation:
894         bug #136680
895
896 Thu Mar 11 10:28:30 2004  Owen Taylor  <otaylor@redhat.com>
897
898         * gtk/gtkfilechooserembed.c (delegate_initial_focus): Remove
899         stray 'return' statement. (#136855, David L. Cooper II)
900
901 2004-03-11  Mark McLoughlin  <mark@skynet.ie>
902
903         * gtk/gtkstyle.c: (gtk_default_draw_expander): Use the PRELIGHT
904         fg color for drawing the expander when prelit. Fixes problem
905         with the HighContrast theme: bug #136789.
906
907 2004-03-11  Federico Mena Quintero  <federico@ximian.com>
908
909         Fix #135912 and #135913.
910
911         * gtk/gtkfilechooserdefault.c
912         (shortcuts_filter_model_row_draggable): Implement.
913         (shortcuts_model_filter_new): New function, create a
914         ShortcutsModelFilterClass derived from GtkTreeModelFilter, so that
915         we can implement our own DnD interface methods.
916         (shortcuts_model_create): Use shortcuts_model_filter_new().
917         (shortcuts_list_create): Enable the shortcuts list as a drag
918         source.
919         (file_list_source_targets): Renamed from shortcuts_targets.
920         (shortcuts_list_create): Change the options for
921         gtk_drag_dest_set().  Connect to more drag signals so that we can
922         implement drops by hand.
923         (shortcuts_drag_data_delete_cb): New handler; just stop the emission.
924         (shortcuts_drag_motion_cb): New handler; validate the drop.
925         (shortcuts_drag_leave_cb): New handler; unset the drag_dest_row.
926         (shortcuts_drag_drop_cb): New handler; just stop the emission and
927         remove the idle handler for the drag cursor.
928         (shortcuts_add_bookmark_from_path): Add a position argument,
929         return a boolean success code.
930         (shortcuts_drag_data_received_cb): Handle two cases:  1) Insert
931         the bookmarks at the proper position, rather than always appending
932         them to the list; 2) alternatively, reorder the bookmarks.
933         (struct _GtkFileChooserDefault): New field shortcuts_drag_outside.
934         (shortcuts_drag_motion_cb): Turn off impl->shortcuts_drag_outside.
935         (shortcuts_drag_leave_cb): Turn on impl->shortcuts_drag_outside in
936         an idle handler.
937         (shortcuts_drag_end_cb): New handler; remove the selected bookmark.
938
939 Thu Mar 11 01:08:25 2004  Jonathan Blandford  <jrb@gnome.org>
940
941         * gtk/gtkfilechooserdefault.c (location_entry_create): up the
942         width of the entry a tad.
943
944         * gtk/gtkfilechooserentry.c (gtk_file_chooser_entry_init): use
945         gtk_entry_completion_selection_changed.  Also, unref the
946         completion as we were leaking a reference to it.
947
948 2004-03-10  Federico Mena Quintero  <federico@ximian.com>
949
950         * gtk/gtkstyle.c (draw_dot): Remove spurious semicolon.  Thanks to
951         Kjartan Maraas for pointing it out.
952
953 Wed Mar 10 23:40:15 2004  Matthias Clasen  <maclas@gmx.de>
954
955         * gtk/gtkentrycompletion.c (_gtk_entry_completion_popup): Set the
956         background on the action view cell renderer here, not in init, so 
957         that a) we catch style changes, and b) we get the real style, not 
958         the default one. Partial fix for #127648, reported by Dave Bordoley.
959
960 2004-03-10  Tor Lillqvist  <tml@iki.fi>
961
962         * gdk/win32/gdkevents-win32.c (build_key_event_state): Set also
963         the pointer button bits. (#136636, Dave Neary)
964
965         * gdk/win32/gdkwindow-win32.c (show_window_internal): Show
966         transparent (input only) windows using SetWindowPos(). (#132331,
967         John Ehresman)
968
969         (gdk_window_set_type_hint): For splash screens, remove the resize
970         handles, menu, and minimize/maximize/close buttons. (#132896)
971
972 Wed Mar 10 22:30:23 2004  Matthias Clasen  <maclas@gmx.de>
973
974         * gtk/gtkcellview.c (gtk_cell_view_cell_layout_clear): Keep the
975         cell_list in a consistent state while iterating over it, since
976         clear_attributes() also iterates over it.  (#136585, Morten Welinder)
977
978 2004-03-10  Mark McLoughlin  <mark@skynet.ie>
979
980         * gtk/gtkexpander.c: (gtk_expander_expose): don't propagate
981         the expose to the label. The expose handler for GtkContainer
982         already does that. Fixes bug #136719. Reported by Dennis
983         Cranston, exact cause nailed down by Owen.
984
985 2004-03-10  Federico Mena Quintero  <federico@ximian.com>
986
987         * gtk/gtkfilechooserdefault.c (list_mtime_data_func): Use an
988         untranslatable "%x" for dates, rather than a custom format.  Fixes
989         #136357.
990
991 2004-03-10  Morten Welinder  <terra@gnome.org>
992
993         * gtk/gtkfilechooserdefault.c
994         (gtk_file_chooser_default_add_shortcut_folder): Test validity of
995         path here.
996         (shortcuts_insert_path): Don't check here.
997         (get_file_info): Barf if name-only fails.
998
999         * tests/testfilechooser.c (main): Add support for --multiple.
1000
1001 Wed Mar 10 02:41:05 2004  Jonathan Blandford  <jrb@gnome.org>
1002
1003         * gtk/gtkpathbar.c: (gtk_path_bar_init), (gtk_path_bar_class_init),
1004         (remove_settings_signal), (gtk_path_bar_dispose),
1005         (gtk_path_bar_style_set), (gtk_path_bar_screen_changed),
1006         (gtk_path_bar_scroll_up), (reload_icons), (change_icon_theme),
1007         (settings_notify_cb), (gtk_path_bar_check_icon_theme),
1008         (get_button_image), (gtk_path_bar_update_button_appearance),
1009         (make_directory_button), (gtk_path_bar_check_parent_path): Support
1010         changes in icon themes.
1011
1012         * gtk/gtkpathbar.h: add two elements
1013
1014         * tests/testfilechooser.c: (main): use gnome-vfs method again to
1015         get more testing.
1016
1017 Wed Mar 10 01:17:40 2004  Jonathan Blandford  <jrb@gnome.org>
1018
1019         * gtk/gtkpathbar.c: added 'Desktop' to the list of volumes.  We
1020         don't have any more untranlated strings in the dialog.
1021
1022 Wed Mar 10 00:24:24 2004  Jonathan Blandford  <jrb@gnome.org>
1023
1024         * gtk/gtkfilechooserdefault.c (error_dialog): use uri instead of
1025         the pathname for UTF-8 safety.
1026
1027 Wed Mar 10 00:10:47 2004  Jonathan Blandford  <jrb@gnome.org>
1028
1029         * gtk/gtkfilechooserdefault.c (shortcuts_insert_path): Always
1030         check to see if the shortcuts exists.  We don't want to put
1031         invalid dirs in the shortcuts pane.
1032
1033 Tue Mar  9 16:40:34 2004  Jonathan Blandford  <jrb@gnome.org>
1034
1035         * gtk/gtkfilechooserdefault.c (struct _GtkFileChooserDefault):
1036         remove unneeded shortuts_swin;
1037
1038 Wed Mar 10 01:49:27 2004  Matthias Clasen  <maclas@gmx.de>
1039
1040         Fix #136614 in a better way:
1041         
1042         * gtk/gtkoptionmenu.c (gtk_option_menu_init): Undo the last change.
1043         * gtk/gtkbutton.c (struct _GtkButtonPrivate): Add a flag, align_set.
1044         * gtk/gtkbutton.c (gtk_button_init): Initialize align_set to 0.
1045         * gtk/gtkbutton.c (maybe_set_alignment): Rework to only set the
1046         alignment if priv->align_set is set.
1047         * gtk/gtkbutton.c (gtk_button_set_alignment): Set align_set to 1.
1048
1049 Wed Mar 10 01:21:05 2004  Matthias Clasen  <maclas@gmx.de>
1050
1051         * gtk/gtkcombobox.c (gtk_combo_box_menu_position_below): Place
1052         grid mode popups left aligned, not right aligned.
1053
1054 Tue Mar  9 23:09:46 2004  Matthias Clasen  <maclas@gmx.de>
1055
1056         * gtk/gtkoptionmenu.c (gtk_option_menu_init): Avoid centering 
1057         the label that is reparented from the menuitem.  (#136614, Dennis
1058         Cranston)
1059
1060 Tue Mar  9 16:19:09 2004  Jonathan Blandford  <jrb@gnome.org>
1061
1062         * gtk/gtkpathbar.c (struct _ButtonData): Encapsulate all of the
1063         information about a button in a struct instead of ugly
1064         g_object_set_data.
1065         (gtk_path_bar_size_request): Use ButtonData.
1066         (gtk_path_bar_update_slider_buttons): ditto
1067         (gtk_path_bar_size_allocate): ditto
1068         (gtk_path_bar_remove): ditto
1069         (gtk_path_bar_forall): ditto
1070         (gtk_path_bar_scroll_down): ditto
1071         (gtk_path_bar_clear_buttons): ditto
1072         (button_clicked_cb): ditto.  Also, add an ignore_changes variable
1073         (button_data_free): destroy ButtonData
1074         (update_button_appearance): Use ButtonData
1075         (make_directory_button): ditto
1076         (gtk_path_bar_check_parent_path): ditto
1077         (_gtk_path_bar_set_path): ditto
1078
1079 2004-03-09  Federico Mena Quintero  <federico@ximian.com>
1080
1081         Fix #136533.
1082
1083         * gtk/gtkfilechooserdefault.c (shortcuts_reload_icons): New
1084         function.
1085         (check_icon_theme): New helper function, installs a handler for
1086         changes in the icon theme.
1087         (gtk_file_chooser_default_style_set): Use check_icon_theme().
1088         (gtk_file_chooser_default_screen_changed): Use check_icon_theme().
1089         (gtk_file_chooser_default_dispose): Disconnect from GtkSettings.
1090         (change_icon_theme): New function, updates impl->icon_size and
1091         reloads the icons.
1092         (struct _GtkFileChooserDefault): New field settings_signal_id.
1093         (struct _GtkFileChooserDefault): New field icon_size.
1094         (shortcuts_insert_path): Use impl->icon_size.
1095         (list_icon_data_func): Likewise.
1096
1097 2004-03-09  Federico Mena Quintero  <federico@ximian.com>
1098
1099         * gtk/gtkfilechooserdefault.c (get_file_info): Handle the returned
1100         parent_path being NULL.  Fixes #136662.
1101
1102 2004-03-09  Federico Mena Quintero  <federico@ximian.com>
1103
1104         * gtk/gtkfilechooserdefault.c (shortcuts_drag_data_received_cb):
1105         Stop the emission so that GtkTreeView's handler won't try to poke
1106         the filter model.  Fixes #136127.
1107
1108 Tue Mar  9 13:49:14 2004  Owen Taylor  <otaylor@redhat.com>
1109
1110         * gtk/gtkstyle.c (gtk_paint_polygon): Fix 
1111         g_return_if_fail() that was checking draw_shadow.
1112         (#136669, Morten Welinder)
1113
1114 Tue Mar  9 09:57:25 2004  Owen Taylor  <otaylor@redhat.com>
1115
1116         * === Released 2.3.6 ===
1117
1118         * configure.in: Version 2.3.6, interface age 0.
1119
1120         * NEWS: Updates
1121
1122 Tue Mar  9 11:01:45 2004  Jonathan Blandford  <jrb@gnome.org>
1123
1124         * gtk/gtkpathbar.c (gtk_path_bar_finalize): unref the correct
1125         icon.  Reported by Michael Natterer <mitch@gimp.org>.
1126
1127 2004-03-09  Morten Welinder  <terra@gnome.org>
1128
1129         * tests/testfilechooser.c (main): Destroy widgets to reveal leaks.
1130
1131 Tue Mar  9 02:11:50 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
1132
1133         * gtk/gtkmenu.c Fix bug 136446. [Marco Pesenti Gritti]
1134         (struct _GtkMenuPrivate): Add boolean destroying
1135         (gtk_menu_destroy): Set priv->destroying
1136         (gtk_menu_remove): don't update the table information when the
1137         menu is being destroyed.
1138
1139         * gtk/gtkmenu.c (gtk_menu_set_monitor): Formatting fix
1140
1141         * gtk/gtktoolbar.[ch]: Some formatting fixes
1142
1143 Tue Mar  9 01:25:10 2004  Matthias Clasen  <maclas@gmx.de>
1144
1145         * gtk/gtkframe.c (gtk_frame_paint): Fix a typo.
1146
1147 2004-03-08  Federico Mena Quintero  <federico@ximian.com>
1148
1149         Fixes #136080.
1150
1151         * gtk/gtkfilesystemunix.c: Only lstat() if stat() failed due to
1152         ENOENT.
1153         (filename_get_info): Likewise.
1154
1155 2004-03-08  Federico Mena Quintero  <federico@ximian.com>
1156
1157         * gtk/gtkfilechooserdefault.c
1158         (gtk_file_chooser_default_initial_focus): Use
1159         gtk_tree_view_set_cursor().
1160
1161 2004-03-08  Federico Mena Quintero  <federico@ximian.com>
1162
1163         Patch "1a" from #136185, by Morten Welinder.
1164
1165         * gtk/gtkfilechooserdefault.c (get_file_info): Take in an argument
1166         that says whether the caller just wants the display name.
1167         (shortcuts_insert_path): We only want the name in the call to
1168         get_file_info().
1169
1170         * gtk/gtkpathbar.c (_gtk_path_bar_set_path): Don't request more
1171         info than needed from the file_folder.
1172
1173 2004-03-08  Federico Mena Quintero  <federico@ximian.com>
1174
1175         Fixes #136105.
1176
1177         * gtk/gtkfilechooserembed.h (struct _GtkFileChooserEmbedIface):
1178         Added an ::initial_focus() method.
1179
1180         * gtk/gtkfilechooserembed.c
1181         (_gtk_file_chooser_embed_delegate_iface_init): Set the
1182         initial_focus method.
1183         (delegate_initial_focus): Implement.
1184         (_gtk_file_chooser_embed_initial_focus): New function.
1185
1186         * gtk/gtkfilechooserdialog.c
1187         (gtk_file_chooser_dialog_constructor): Call
1188         _gtk_file_chooser_embed_initial_focus().
1189
1190         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_init):
1191         Install the ::initial_focus() handler.
1192         (gtk_file_chooser_default_initial_focus): Implement.
1193
1194 2004-03-08  Federico Mena Quintero  <federico@ximian.com>
1195
1196         * gtk/gtkfilechooserdefault.c (update_from_entry): Return a
1197         boolean success code.
1198         (location_popup_handler): Refocus the file chooser if appropriate.
1199         Fixes #135905.
1200         (save_widgets_create): Don't set the text of the save_folder_label
1201         here.
1202         (update_appearance): Set the text here as appropriate for the save
1203         mode.  Also fixes #136387.
1204         (update_appearance): Don't show the Create Folder button in
1205         SELECT_FOLDER mode.
1206         (update_appearance): Show the extra widget in all Save modes
1207         correctly.
1208
1209 Mon Mar  8 11:57:27 2004  Owen Taylor  <otaylor@redhat.com>
1210
1211         * gtk/gtkcombobox.c (gtk_combo_box_unset_model): Don't
1212         call g_signal_handler_disonnect() if priv->model is
1213         NULL. (#136551, Damon Chaplin)
1214
1215         * gtk/gtkcombobox.c (gtk_combo_box_model_row_inserted):
1216         Back out code to set the active item when the first
1217         item is added to the model; this causes problems for
1218         GtkComboBoxText. (#136535)
1219
1220         * gtk/gtkcombobox.c (gtk_combo_box_menu_destroy)
1221         * gtk/gtkcombobox.c (gtk_combo_box_list_destroy):
1222         * gtk/gtkcombobox.c (gtk_combo_box_list_setup): 
1223         * gtk/gtkcombobox.c (gtk_combo_box_menu_setup): 
1224         Remove calls to gtk_combo_box_unset_model.
1225
1226         * gtk/gtkcombobox.c (gtk_combo_box_check_appearance): 
1227         Clean up handling of wrap->width > 0.
1228
1229         * gtk/gtkcombobox.c (gtk_combo_box_relayout): Don't
1230         switch list/menu mode here.
1231
1232         * gtk/gtkcombobox.c (gtk_combo_box_set_model): Protect
1233         against the same model being set back.
1234
1235         * gtk/gtkcombobox.c (gtk_combo_box_relayout): Call
1236         gtk_combo_box_menu_fill() rather than duplicating
1237         a large chunk of code.
1238
1239 2004-03-08  Anders Carlsson  <andersca@gnome.org>
1240
1241         * gtk/gtkfilesystemmodel.c (gtk_file_system_model_get_flags): 
1242         If max_depth is 0 then we have a list.
1243
1244 2004-03-08  Morten Welinder  <terra@gnome.org>
1245
1246         * gtk/gtkpathbar.c (_gtk_path_bar_set_path): If we fail, leave
1247         widget unchanged.  Explicitly verify final directory.
1248
1249         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_create_folder,
1250         get_icon_type, filename_get_info): Protect errno.
1251
1252 2004-03-08  Marco Pesenti Gritti  <marco@gnome.org>
1253
1254         * gtk/gtkentry.c: (gtk_entry_completion_key_press):
1255
1256         When an action is selected stop the event to be propagated
1257         otherwise the activate signal is emitted too. (Bug #133394)
1258
1259 Mon Mar  8 04:50:12 2004  Jonathan Blandford  <jrb@gnome.org>
1260
1261         * gtk/gtkfilechooserdefault.c (create_path_bar): new function to
1262         consolidate creating the path_bar.
1263         (gtk_file_chooser_default_set_current_folder): no longer need to
1264         pass in the filesystem.
1265
1266         * gtk/gtkpathbar.h: Removed unused set_pixbuf functions in favor
1267         of just setting the filesystem.
1268
1269         * gtk/gtkpathbar.c (gtk_path_bar_finalize): Free root path and
1270         home_dir.
1271         (get_button_image): Add images to path_bar.
1272         (update_button_appearance): use images
1273         (make_directory_button): Clasify buttons based upon location.
1274         (_gtk_path_bar_set_path): no longer need a file-system.  Also, add
1275         rerooting, #135845, #135914
1276
1277         * tests/testfilechooser.c: Fix reused error handling.
1278
1279 2004-03-08  Anders Carlsson  <andersca@gnome.org>
1280
1281         * gtk/gtkfilesystemunix.c: (get_icon_for_directory),
1282         (gtk_file_system_unix_render_icon):
1283         Use better icons for home and desktop.
1284
1285 2004-03-08  Anders Carlsson  <andersca@gnome.org>
1286
1287         * gtk/gtkfilechooserentry.c:
1288         (_gtk_file_chooser_entry_set_base_folder):
1289         Set the base folder path in the entry.
1290         
1291 2004-03-08  Christian Neumair  <chris@gnome-de.org>
1292
1293         * tests/testentrycompletion.c: Fix typo.
1294
1295 2004-03-08  Tor Lillqvist  <tml@iki.fi>
1296
1297         * README.win32: Update.
1298
1299         * gtk/gtk.def: Small update. Thanks to J. Ali Harlow. Re-sorted.
1300
1301         * tests/testfilechooser.c: Correct localtime_r() emulation on
1302         Win32. Remove a couple of unnecessary Win32-only includes.
1303
1304 Mon Mar  8 01:06:17 2004  Matthias Clasen  <maclas@gmx.de>
1305
1306         * tests/testentrycompletion.c: Test dynamic addition/removal. 
1307
1308 Sun Mar  7 22:38:49 2004  Matthias Clasen  <maclas@gmx.de>
1309
1310         * gtk/gtkframe.c (gtk_frame_paint): Use ythickness, not 
1311         xthickness in the calculation of vertical dimensions.
1312
1313 Sun Mar  7 17:38:03 2004  Jonathan Blandford  <jrb@gnome.org>
1314
1315         * gtk/gtkbutton.c (gtk_button_class_init): actually use
1316         gtk_button_add.
1317
1318         * gtk/gtkfilechooserdefault.c (error_building_filename_dialog):
1319         use the uri, not the path, #136317
1320         (renderer_edited_cb): ditto
1321         (shortcuts_add_bookmark_from_path): ditto
1322         (remove_bookmark_button_clicked_cb): ditto
1323         (gtk_file_chooser_default_remove_shortcut): ditto
1324         (update_from_entry): ditto
1325         (up_folder_handler): ditto
1326
1327 Sun Mar  7 16:07:08 2004  Jonathan Blandford  <jrb@gnome.org>
1328
1329         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_init): set
1330         redraw_on_allocate, #135902.
1331
1332         * gtk/gtkfilesystemmodel.c (model_refilter_recurse): Patch from
1333         Damon Chaplin to set a node to be visible before emitting the
1334         inserted signal, #135555.
1335
1336 Sun Mar  7 22:24:28 2004  Matthias Clasen  <maclas@gmx.de>
1337
1338         * gtk/gtkbutton.c (_gtk_button_paint): Don't use xthickness in the
1339         height calculation.
1340
1341 Sun Mar  7 14:34:04 2004  Jonathan Blandford  <jrb@gnome.org>
1342
1343         Fixes #121500.
1344
1345         * gtk/gtkfilechooserdefault.c (trap_activate_cb): stop activate
1346         from unselecting rows when pressed in multiple-selection mode.
1347
1348 2004-03-07  Hans Breuer  <hans@breuer.org>
1349
1350         * gdk/win32/gdkproperty-win32.c (gdk_screen_get_setting) :
1351         some more settings from system, also reflect some name changes
1352         done a while ago in the x11 backend
1353
1354         * gdk/win32/makefile.msc : build gdkspawn-win32.c
1355
1356         * gtk/gtkdnd.c : gtk_drag_source_[gs]et_target_list, added "Since: 2.4"
1357
1358         * gtk/makefile.msc.in : build gtkpathbar, link shell32.lib
1359
1360         * tests/makefile.msc : some more tests get build
1361
1362 Sun Mar  7 03:03:57 2004  Jonathan Blandford  <jrb@gnome.org>
1363
1364         * gtk/gtkfilechooserdefault.c
1365         (gtk_file_chooser_default_get_paths): if action is
1366         SELECT_FOLDER, then return the currentd folder if none is
1367         selected.
1368         (gtk_file_chooser_default_should_respond): Allow 'Ok' to be hit if
1369         no directory is selected in SELECT_FOLDER mode.
1370
1371 Sat Mar  6 23:31:18 2004  Jonathan Blandford  <jrb@gnome.org>
1372
1373         * gtk/gtkfilechooserdefault.c (struct _GtkFileChooserDefault):
1374         remove unneeded elements.
1375         (tree_selection_changed): removed
1376         (tree_name_data_func): removed
1377         (gtk_file_chooser_default_finalize): don't unref dir model
1378         (create_folder_tree): removed
1379         (get_selection): no longer need to abstract away the selection
1380         function.
1381         (create_file_list): We now create a tree for all actions.
1382         (file_pane_create): Make one tree.
1383         (update_appearance) We really change the mode only, now.
1384
1385 Sun Mar  7 02:38:00 2004  Matthias Clasen  <maclas@gmx.de>
1386
1387         * gtk/gtkcombobox.c (gtk_combo_box_size_request): Do a 
1388         size_request on the button and cell_view_frame, otherwise
1389         their style will still be the default here in the initial 
1390         size_request. (#136301, Mark McLoughlin)
1391
1392 2004-03-06  Gustavo J. A. M. Carneiro  <gustavo@users.sourceforge.net>
1393
1394         * gtk/gtktoolbar.c (internal_insert_element): Check return value
1395         of gtk_stock_lookup; if stock lookup fails, just use stock_id as
1396         label, instead of crashing. Fixes #136202.
1397
1398 2004-03-05  Federico Mena Quintero  <federico@ximian.com>
1399
1400         * gdk/linux-fb/gdkglobals-fb.c: Make <config.h> the very first
1401         include.
1402         * gdk/linux-fb/gdkwindow-fb.c: Likewise.
1403         * gdk/linux-fb/gdkinput.c: Likewise.
1404
1405 2004-03-05  Federico Mena Quintero  <federico@ximian.com>
1406
1407         Fixes #136082 and #135265, patch by Morten Welinder.
1408
1409         * configure.in: Use AC_SYS_LARGEFILE.
1410
1411         * */*.c: #include <config.h>
1412
1413 2004-03-05  Federico Mena Quintero  <federico@ximian.com>
1414
1415         * gtk/gtkfilechooserdefault.c
1416         (gtk_file_chooser_default_select_path): No need to have a
1417         temporary error variable.
1418
1419 2004-03-05  Tor Lillqvist  <tml@iki.fi>
1420
1421         * configure.in: Move check for native Win32 (mingw) a bit
1422         earlier. If Win32, disable static builds (as in GLib). Remove
1423         unnecessary AC_LIBTOOL_WIN32_DLL.
1424
1425         * gdk/gdk.def: Add missing entries, thanks to J. Ali Harlow.
1426
1427         * gdk/win32/gdkcursor-win32.c (color_is_white): const-correctness.
1428
1429         (gdk_cursor_new_from_pixbuf): Copy of the non-Xcursor X11
1430         implementation.
1431
1432         (gdk_display_supports_cursor_alpha,
1433         gdk_display_supports_cursor_color): Dummy implementations.
1434
1435         (gdk_display_get_default_cursor_size,
1436         gdk_display_get_maximal_cursor_size): Implement.
1437
1438         * gdk/win32/gdkdisplay-win32.c (gdk_display_get_default_group):
1439         Dummy implementation.
1440
1441         * gdk/win32/gdkevents-win32.c (gdk_net_wm_supports): Dummy
1442         implementation.
1443
1444         * gdk/win32/gdkfont-win32.c (gdk_font_get_display): Implement.
1445
1446         * gdk/win32/gdkinput-win32.c (gdk_input_motion_events): Remove,
1447         not in API.
1448
1449         * gdk/win32/gdkwindow-win32.c (gdk_window_get_group): Dummy
1450         implementation.
1451
1452 Fri Mar  5 18:00:36 2004  Jonathan Blandford  <jrb@redhat.com>
1453
1454         * gtk/gtkfilechooserdefault.c (new_folder_button_clicked): scroll
1455         to the new path.
1456
1457         * gtk/gtktreeview.c (gtk_tree_view_adjustment_changed): Update the
1458         allocation when scrolling instead of cancelling editing.
1459
1460 Fri Mar  5 23:52:34 2004  Matthias Clasen  <maclas@gmx.de>
1461
1462         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_set_modify_func): 
1463         Improve the docs.  (#127727, Murray Cumming)
1464
1465 Fri Mar  5 23:37:16 2004  Matthias Clasen  <maclas@gmx.de>
1466
1467         * gtk/gtktreeview.c (gtk_tree_view_set_reorderable): Clarify the
1468         doc comment.  (#118602)
1469
1470 Fri Mar  5 22:37:15 2004  Matthias Clasen  <maclas@gmx.de>
1471
1472         * gtk/gtkbutton.c (gtk_button_construct_child): Don't let
1473         the priv->image pointer dangle.  (#136259, Padraig O'Briain)
1474
1475 2004-03-05  Federico Mena Quintero  <federico@ximian.com>
1476
1477         * gtk/gtkfilechooserprivate.h (struct _GtkFileChooserIface): Add
1478         gboolean return values and GError arguments to
1479         ::set_current_folder() and ::select_path().
1480
1481         * gtk/gtkfilechooser.c (gtk_file_chooser_set_current_folder):
1482         Return a boolean value for success/failure.
1483         (gtk_file_chooser_set_current_folder_uri): Likewise.
1484         (gtk_file_chooser_select_filename): Likewise.
1485         (gtk_file_chooser_select_uri): Likewise.
1486         (gtk_file_chooser_set_filename): Likewise.
1487         (gtk_file_chooser_set_uri): Likewise.
1488         (_gtk_file_chooser_set_current_folder_path): Likewise, plus take
1489         in a GError.
1490         (_gtk_file_chooser_select_path): Likewise.
1491
1492         * gtk/gtkfilechooserutils.c (delegate_set_current_folder):
1493         Likewise.
1494         (delegate_select_path): Likewise.
1495
1496         * gtk/gtkfilechooserdefault.c
1497         (gtk_file_chooser_default_select_path): Likewise.
1498         (gtk_file_chooser_default_set_current_folder): Likewise; this also
1499         fixes #136024.
1500         (error_changing_folder_dialog): New helper function.
1501         (change_folder_and_display_error): New helper function.
1502         (switch_to_selected_folder): Use change_folder_and_display_error().
1503         (tree_selection_changed): Likewise.
1504         (shortcuts_activate_volume): Likewise.
1505         (shortcuts_activate_item): Likewise.
1506         (list_row_activated): Likewise.
1507         (path_bar_clicked): Likewise.
1508         (update_from_entry): Likewise.
1509         (up_folder_handler): Likewise.
1510         (home_folder_handler): Get the home path from the shortcuts model,
1511         and use change_folder_and_display_error().
1512
1513         * tests/testfilechooser.c (set_current_folder): New helper
1514         function; pops up a simple error dialog if necessary.
1515         (set_filename): Likewise.
1516         (set_folder_nonexistent_cb): Use set_current_folder().
1517         (set_folder_existing_nonexistent_cb): Likewise.
1518         (set_filename_nonexistent_cb): Use set_filename().
1519         (set_filename_existing_nonexistent_cb): Likewise.
1520
1521 Fri Mar  5 11:17:35 2004  Owen Taylor  <otaylor@redhat.com>
1522
1523         * gtk/gtktreemodel.c (gtk_tree_row_reference_new_proxy): 
1524         Improve the docs (reported by Vitaly Tishkov, 
1525         #74362) Add some comments to the code about the 
1526         row reference handling that are hopefully not entirely
1527         wrong.
1528
1529 2004-03-05  Michael Natterer  <mitch@gimp.org>
1530
1531         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_show_all):
1532         s/object/widget/. Makes it compile again.
1533
1534 Fri Mar  5 03:37:14 2004  Jonathan Blandford  <jrb@gnome.org>
1535
1536         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_show_all):
1537         chain to the extra_widget.
1538
1539 Fri Mar  5 02:53:41 2004  Jonathan Blandford  <jrb@gnome.org>
1540
1541         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_finalize):
1542         Patch from Damon Chaplin to free models when we're finalized,
1543         #134053
1544
1545 2004-03-05  Alexander Larsson  <alexl@redhat.com>
1546
1547         * gtk/gtkfilesystem.c (gtk_file_system_get_volume_for_path):
1548         Document the fact that there might not be a volume for all
1549         paths.
1550
1551         * gtk/gtkfilechooserdefault.c (shortcuts_add_current_folder):
1552         Don't assume there is a volume for all paths.
1553
1554 Fri Mar  5 01:45:04 2004  Jonathan Blandford  <jrb@gnome.org>
1555
1556         * gtk/gtkfilechooserdefault.c (shortcuts_append_paths): insert in
1557         the correct place instead of naïvely appending.
1558         (shortcuts_add_volumes): refilter the model
1559         (shortcuts_add_bookmarks): refilter the model
1560         (gtk_file_chooser_default_add_shortcut_folder): refilter the model
1561
1562 2004-03-04  Federico Mena Quintero  <federico@ximian.com>
1563
1564         * gtk/gtkfilechooserdialog.c (response_cb):  New handler.  Ask the
1565         GtkFileChooser widget if it wants to do something special rather
1566         than letting us terminate the dialog.
1567         (gtk_file_chooser_dialog_init): Connect to "response"; see the
1568         comment in the sources to see why we don't override the method in
1569         class_init.
1570
1571         * gtk/gtkfilechooserembed.h (struct _GtkFileChooserEmbedIface):
1572         Added a ::should_respond() method.
1573
1574         * gtk/gtkfilechooserembed.c
1575         (_gtk_file_chooser_embed_delegate_iface_init): Add a delegate for ::should_respond().
1576         (delegate_should_respond): New delegate.
1577         (_gtk_file_chooser_embed_should_respond): New function.
1578
1579         * gtk/gtkfilechooserdefault.c (set_list_model, create_file_list):
1580         Use dashes in signal names rather than underscores.
1581         (gtk_file_chooser_default_init): Hook up our ::should_respond() implementation.
1582         (gtk_file_chooser_default_should_respond): Implement.  go into a
1583         folder rather than responding if we are in File mode and the
1584         selected file is a folder.
1585         (get_selection): New helper function.
1586         (add_bookmark_button_clicked_cb): Use get_selection().
1587         (bookmarks_check_add_sensitivity): Likewise.
1588         (gtk_file_chooser_default_get_paths): Likewise.
1589         (check_save_entry): New helper function.
1590         (gtk_file_chooser_default_get_paths): Use check_save_entry().
1591         (selection_check): Renamed from selection_is_folders().  Now
1592         checks whether the selection is empty, all files, all folders.
1593         (bookmarks_check_add_sensitivity): Use selection_check().
1594
1595 Fri Mar  5 00:05:59 2004  Matthias Clasen  <maclas@gmx.de>
1596
1597         * gtk/gtkcombobox.c (gtk_combo_box_list_setup): 
1598         * gtk/gtkcombobox.c (gtk_combo_box_menu_setup): Connect to 
1599         key_press_event and handle Alt-Down/Alt-Up to show or hide the
1600         list popup. Also handle Down/Up/PageDown/PageUp/Home/End and 
1601         make them change the active item without popping up the list.
1602         These keybindings are inherited from GtkCombo. 
1603
1604 Thu Mar  4 23:15:58 2004  Matthias Clasen  <maclas@gmx.de>
1605
1606         * gtk/gtkcombobox.c (gtk_combo_box_menu_position): Initially 
1607         select the active item when using optionmenu-like positioning. 
1608
1609 Thu Mar  4 16:54:30 2004  Owen Taylor  <otaylor@redhat.com>
1610
1611         * gtk/gtkrc.c (gtk_rc_check_pixmap_dir): Don't
1612         open/close the file, just check for existence
1613         with g_file_test(). This is considerably cheaper,
1614         and lack-of-permissions for pixmap dirs is 
1615         pathological.
1616
1617 Wed Mar  3 17:53:21 2004  Owen Taylor  <otaylor@redhat.com>
1618
1619         * gtk/gtksocket.c (gtk_socket_class_init): Overide
1620         show_all/hide_all to be gtk_widget_show/gtk_widget_hide,
1621         since we don't want to propagate to the in-process
1622         plug, if any. (#122949, Michael Meeks)
1623
1624 Thu Mar  4 15:20:55 2004  Jonathan Blandford  <jrb@gnome.org>
1625
1626         * gtk/gtkfilechooserdefault.c (update_appearance): show the 'New
1627         Folder' button in SAVE mode again.
1628
1629 Thu Mar  4 21:53:46 2004  Matthias Clasen  <maclas@gmx.de>
1630
1631         * gtk/gtkiconfactory.c (copy_cache): Increment the reference
1632         count of the style when copying the cached icon.  (#135890, Crispin
1633         Flowerday)
1634
1635 Thu Mar  4 21:45:43 2004  Matthias Clasen  <maclas@gmx.de>
1636
1637         * gtk/gtkcombobox.c: In list mode, set the background color 
1638         of the cell view to the base color of the style, instead of
1639         hardwiring white. (#136158)
1640
1641 Thu Mar  4 01:32:19 2004  Jonathan Blandford  <jrb@gnome.org>
1642
1643         * gtk/gtkpathbar.c (gtk_path_bar_set_path): Modified patch from
1644         muppet <scott@asofyet.org> to keep child directories around if we
1645         change to a child.
1646
1647         * gtk/gtkpathbar.c (_gtk_path_bar_set_home_icon): Start of
1648         icon-setting functions.  Not used yet.
1649         (_gtk_path_bar_set_root_icon): Ditto.
1650         
1651 Thu Mar  4 00:31:54 2004  Matthias Clasen  <maclas@gmx.de>
1652
1653         * gtk/gtktextview.c (extend_selection): 
1654         * gtk/gtktextview.c (gtk_text_view_move_cursor_internal): Allow
1655         to select the last word in the buffer.  (#135487, Paolo Borelli)
1656
1657 Wed Mar  3 23:54:31 2004  Matthias Clasen  <maclas@gmx.de>
1658
1659         * gtk/gtkentrycompletion.c: Doc update.
1660
1661 Wed Mar  3 17:30:18 2004  Owen Taylor  <otaylor@redhat.com>
1662
1663         * gtk/gtkwindow.c (gtk_window_mnemonic_activate): Check
1664         whether widgets are viewable, not just if they are
1665         mapped. (#122912, reported by Tim Evans)
1666
1667 Wed Mar  3 23:28:48 2004  Matthias Clasen  <maclas@gmx.de>
1668
1669         * gtk/gtkcombobox.c (gtk_combo_box_set_active): Move the actual
1670         implementation into a new gtk_combo_box_set_active_internal() 
1671         function, which doesn't do the short-circuiting. 
1672         * gtk/gtkcombobox.c (gtk_combo_box_model_row_deleted): Use
1673         set_active_internal() here, since the active item may change here,
1674         although the index is unchanged.
1675
1676 Wed Mar  3 23:26:49 2004  Matthias Clasen  <maclas@gmx.de>
1677
1678         * gtk/gtkcombobox.c (gtk_combo_box_menu_position): Reintroduce the
1679         traditional option menu placement of the popup for regular combo
1680         boxes. Grids and editable combo boxes use the combo-like placement 
1681         below the entry.  (#136021)
1682         * gtk/gtkcombobox.c (gtk_combo_box_menu_button_press): 
1683         * gtk/gtkcombobox.c (gtk_combo_box_popup): Call gtk_menu_set_active()
1684         before popping up the menu, to make the placement work.
1685         
1686 Wed Mar  3 17:20:15 2004  Owen Taylor  <otaylor@redhat.com>
1687
1688         * gtk/gtkmain.c (gtk_propagate_event): Special case
1689         scroll events so that they propagate up the widget
1690         heirarchy when received on insensitive widgets.
1691         (#101102, reported by Geoff Reedy)
1692
1693 Wed Mar  3 16:47:10 2004  Owen Taylor  <otaylor@redhat.com>
1694
1695          #109594, reported by Olivier Ripoll
1696
1697         * gtk/gtkentry.c (gtk_entry_size_request): Use max of 
1698         width and digit width for gtk_entry_set_width_chars,
1699         and round up.
1700
1701         * gtk/gtkcolorsel.c (gtk_color_selection_init): Set the
1702         width of the entry to 7 chars.
1703
1704 Wed Mar  3 16:00:10 2004  Owen Taylor  <otaylor@redhat.com>
1705
1706         * configure.in: Strip out the "export-dynamic" libtool
1707         option from library link lines. (#124687, James Henstridge)
1708
1709 Wed Mar  3 16:06:03 2004  Jonathan Blandford  <jrb@gnome.org>
1710
1711         * gtk/gtkfilechooserdefault.c (save_folder_combo_changed_cb):
1712         Don't activate the combo if we're in the midst of changing
1713         folders.
1714
1715 2004-03-03  Mark McLoughlin  <mark@skynet.ie>
1716
1717         * tests/testsocket_common.c: (print_hello): don't try and store
1718         pointers in ints. Fixes 64-bit build.
1719
1720 2004-03-03  Federico Mena Quintero  <federico@ximian.com>
1721
1722         * gtk/gtkfilesystem.c (gtk_file_system_get_parent): Simplify by
1723         not using a temporary variable, and clarify the documentation.
1724         Fixes #136008.
1725
1726 2004-03-03  Mark McLoughlin  <mark@skynet.ie>
1727
1728         * gtk/gtkexpander.c:
1729         (gtk_expander_enter_notify), (gtk_expander_leave_notify),
1730         (gtk_expander_set_label_widget): Set the label widget's
1731         state to prelight if we're prelit. Fixes bug #136078.
1732
1733 2004-03-03  Murray Cumming  <murrayc@murrayc.com>
1734
1735         * gtk/gtkradiobutton.h, radiomenuitem.h: Corrected the group_changed
1736         signal vfunc declaration, adding the first parameter, which is the
1737         widget emitting the signal.
1738
1739 2004-03-03  Morten Welinder  <terra@gnome.org>
1740
1741         * tests/testfilechooser.c (update_preview_cb): Plug leak.
1742
1743 Tue Mar  2 23:39:55 2004  Jonathan Blandford  <jrb@gnome.org>
1744
1745         * gtk/gtkfilechooserdialog.c
1746         (file_chooser_widget_default_realized_size_changed): Split
1747         function into realized and unrealized variants, and consolidate
1748         the handling fo size-changing and default changing.
1749
1750         * gtk/gtkfilechooserembed.[ch] (gtk_file_chooser_embed_class_init):
1751         remove resizable-hints-changed, as it just complicated things.
1752
1753         * gtk/gtkfilechooserdefault.c (update_appearance): Don't emit
1754         resizable-hints-changed.
1755         
1756 2004-03-03  Tor Lillqvist  <tml@iki.fi>
1757
1758         * gtk/gtk.def: Add a missing entry. (#135982, J. Ali Harlow)
1759
1760         * NEWS: Correct spelling of my name in one place.
1761
1762 2004-03-02  Federico Mena Quintero  <federico@ximian.com>
1763
1764         * gtk/gtkfilechooserdefault.c
1765         (gtk_file_chooser_default_set_current_folder): Handle errors in
1766         setting the path bar's path.  Fixes #136000, based on a patch by
1767         Morten Welinder.
1768
1769         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_insert_bookmark):
1770         Don't free our own propagated error.
1771
1772         * gtk/gtkpathbar.c (gtk_path_bar_set_path): Likewise, and free the
1773         parent_path upon error.  Fixes #136006, patch by Morten Welinder.
1774         (gtk_path_bar_set_path): Unref the file_folder upon error.
1775         (gtk_path_bar_set_path): Return a boolean success code.
1776
1777 Wed Mar  3 00:28:59 2004  Matthias Clasen  <maclas@gmx.de>
1778
1779         * tests/testcombochange.c: Add an animation mode, to test 
1780         how the combobox behaves if the model changes while it is popped
1781         up.
1782
1783 Tue Mar  2 17:06:05 2004  Owen Taylor  <otaylor@redhat.com>
1784
1785         * === Released 2.3.5 ===
1786
1787         * NEWS: Updates
1788
1789         * configure.in: Version 2.3.5, interface age 0.
1790         Require glib-2.3.5, pango-1.3.5.
1791
1792 Tue Mar  2 23:08:12 2004  Matthias Clasen  <maclas@gmx.de>
1793
1794         * gtk/gtkentrycompletion.c (_gtk_entry_completion_popup): Avoid
1795         popping up the completions across the edge of the monitor.
1796         Part of #135561.
1797
1798 Tue Mar  2 16:47:40 2004  Owen Taylor  <otaylor@redhat.com>
1799
1800         * tests/testfilechooser.c (set_filename_existing_nonexistent_cb): 
1801         Move the /nonexistant stuff out of the main window,
1802         keep the main window somewhat normal looking.
1803
1804 Tue Mar  2 16:18:43 2004  Owen Taylor  <otaylor@redhat.com>
1805
1806         * gtk/gtktreestore.c (gtk_tree_store_reorder)
1807         * gtk/gtkliststore.c (gtk_list_store_reorder): Fix
1808         up the interpretation of new_order to match what
1809         it means elsewhere, document the meaning of new_order.
1810
1811         * gtk/gtkcombobox.c (gtk_combo_box_model_rows_reordered):
1812         Fix interpretation of new_order.
1813
1814         * tests/testcombochange.c (on_reorder): Fix interpretation
1815         of new_order.
1816
1817         * tests/testcombochange.c (on_reorder): Fix hitting
1818         "reorder" with an empty list.
1819
1820 Tue Mar  2 21:23:30 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
1821
1822         Patch from Frederic Crozat, test code from Jean-Philippe
1823         Chancelier. Fixes bug #120479.
1824         
1825         * gtk/gtkcombo.c (gtk_combo_popup_list): Make sure popup belongs
1826         to the right window group.
1827
1828         * gtk/gtkmenu.c (gtk_menu_popup): Same
1829
1830         * tests/testsocket.c (main): Pack the plugs into an hbox instead
1831         of a vbox.
1832
1833         * tests/testsocket_common.c: Add a GtkMenuBar, a GtkCombo and a
1834         GtkComboBox to the children.
1835
1836 Tue Mar  2 14:38:23 2004  Owen Taylor  <otaylor@redhat.com>
1837
1838         * gtk/gtkcombobox.c (gtk_combo_box_model_row_inserted):
1839         If the model was empty before, select the first inserted
1840         item.
1841
1842         * gtk/gtkcombobox.c (gtk_combo_box_model_row_deleted):
1843         Fix up the logic for the new row to select.
1844
1845         * gtk/gtkcombobox.c (gtk_combo_box_class_init):
1846         Rename "appearance" property to "appears-as-list".
1847
1848         * tests/testcombochange.c tests/Makefile.am: Test case
1849         for combos and dynamically changing models.
1850
1851 Tue Mar  2 15:19:52 2004  Jonathan Blandford  <jrb@redhat.com>
1852
1853         * gtk/gtkfilechooserdefault.c
1854         (gtk_file_chooser_default_get_resizable_hints): set the default
1855         value, spotted by Morten Welinder.
1856
1857 Tue Mar  2 15:03:15 2004  Jonathan Blandford  <jrb@redhat.com>
1858
1859         * gtk/gtkfilechooserdefault.c
1860         (gtk_file_chooser_default_get_resizable_hints): get the logic
1861         correct.  This will fix sizing on save dialogs.
1862
1863         (save_widgets_create): set_mnemonic_widget.
1864
1865 2004-03-02  Federico Mena Quintero  <federico@ximian.com>
1866
1867         * gtk/gtkfilechooserdefault.c
1868         (gtk_file_chooser_default_set_current_folder): Don't update the
1869         save folder combo if we are already switching folders; based on a
1870         patch by Jonathan Blandford.
1871
1872         * gtk/gtkfilechooserdefault.c (shortcuts_add_current_folder):
1873         Handle failure to insert the path.  Based on a patch by Morten
1874         Welinder attached to bug #135380.
1875
1876         * tests/testfilechooser.c (extra_widget_create): Add a bunch of
1877         buttons to test various things.
1878
1879 Tue Mar  2 20:59:23 2004  Matthias Clasen  <maclas@gmx.de>
1880
1881         * tests/Makefile.am: Add testentrycompletion.
1882
1883         * tests/testentrycompletion.c: New file to test some of the
1884         more exotic GtkEntryCompletion features.
1885
1886 Tue Mar  2 14:38:10 2004  Jonathan Blandford  <jrb@redhat.com>
1887
1888         * tests/testfilechooser.c (main): improve tests a little.
1889
1890 Tue Mar  2 11:45:50 2004  Owen Taylor  <otaylor@redhat.com>
1891
1892         * gtk/gtkcombobox.c: Always connect to the changed
1893         signals on the model, update the active item as
1894         appropriate when rows are inserted/deleted/reordered,
1895         re-layout the menu on ::rows-reordered.
1896
1897         * gtk/gtkcellview.c (gtk_cell_view_set_displayed_row):
1898         Allow %NULL for path to unset and leave no current
1899         path.
1900
1901 Tue Mar  2 19:54:53 2004  Matthias Clasen  <maclas@gmx.de>
1902
1903         * gtk/gtkcombobox.c (gtk_combo_box_list_position): Position
1904         the popup above the sample if there is not enough room below.
1905         Part of #135543.
1906
1907 Tue Mar  2 19:53:36 2004  Matthias Clasen  <maclas@gmx.de>
1908
1909         * gtk/gtkcombobox.c (gtk_combo_box_set_popup_widget): Make the 
1910         frame for the list mode etched in, to give the popup a slightly
1911         less flat appearance. 
1912
1913 Tue Mar  2 17:55:31 2004  Matthias Clasen  <maclas@gmx.de>
1914
1915         * gtk/gtk.def: Add gtk_combo_box_entry_new_text().  
1916
1917 2004-03-02  Morten Welinder  <terra@gnome.org>
1918
1919         * tests/testfilechooser.c (size_prepared_cb): Don't scale images
1920         that are small enough to fit.  Avoid using incompatibly typed data
1921         pointer.
1922
1923         * gtk/gtkfilechooserdefault.c
1924         (gtk_file_chooser_default_get_resizable_hints): Test the
1925         resize_horizontally pointer, not the deferenced pointer.
1926
1927 2004-03-01  Federico Mena Quintero  <federico@ximian.com>
1928
1929         * gtk/gtkfilechooserdefault.c (struct _GtkFileChooserDefault): New
1930         flag shortcuts_current_folder_is_volume.
1931         (shortcuts_add_current_folder): Set
1932         impl->shortcuts_current_folder_is_volume as appropriate.
1933         (remove_current_folder_cb): Handle the flag.
1934         (shortcuts_activate_item): Likewise.
1935         (shortcuts_update_current_folder): Handle the
1936         impl->shortcuts_current_folder_active flag; only add the folder if
1937         it doesn't already exist in the list.
1938         (shortcuts_model_create): Don't insert the current folder
1939         separator here.
1940         (shortcuts_add_current_folder): Insert the separator here.
1941         (shortcut_find_position): Renamed from shortcut_exists(); now
1942         returns an index.
1943         (shortcuts_add_current_folder): Set the active item in the combo.
1944
1945 2004-03-01  Federico Mena Quintero  <federico@ximian.com>
1946
1947         * gtk/gtkfilechooserdefault.c (shortcuts_row_activated_cb): Eep,
1948         use gtk_tree_model_filter_convert_iter_to_child_iter(), not the reverse.
1949
1950 2004-03-01  Federico Mena Quintero  <federico@ximian.com>
1951
1952         * gtk/gtkfilechooserdefault.c (shortcuts_model_create): Don't
1953         unref an old model; there isn't one.  This was a leftover from
1954         when we recreated the model on every change.
1955         (save_widgets_create): Create the save folder combo.
1956         (shortcuts_model_create): Don't set the model on the tree view
1957         here.
1958         (gtk_file_chooser_default_constructor): Create the shortcuts model
1959         here, before the rest of the widgets.
1960         (shortcuts_list_create): Don't call shortcuts_model_create() here;
1961         just set the model on the tree.
1962         (save_folder_combo_create): New function, provided by Jonathan
1963         Blandford.
1964         (update_appearance): Set the sensitivity of the folder combo.
1965         (shortcuts_activate_iter): New helper function; code moved from
1966         shortcuts_row_activated_cb().
1967         (shortcuts_activate_item): New helper function.
1968         (shortcuts_row_activated_cb): Use shortcuts_activate_iter().
1969         (ShortcutsIndex): Renamed SHORTCUTS_SEPARATOR to
1970         SHORTCUTS_BOOKMARKS_SEPARATOR.
1971         (struct _GtkFileChooserDefault): New field shortcuts_current_folder_active.
1972         (shortcuts_insert_separator): Add a position argument.
1973         (shortcuts_get_index): Handle the SHORTCUTS_CURRENT_FOLDER_SEPARATOR 
1974         and SHORTCUTS_CURRENT_FOLDER positions.
1975         (shortcut_exists): Ignore the current folder row.
1976         (struct _GtkFileChooserDefault): New field shortcuts_filter_model.
1977         (shortcuts_model_create): Create a filter model for the shortcuts list.
1978         (shortcuts_list_create): Set the model to the shortcuts_filter_model.
1979         (remove_bookmark_button_clicked_cb): Use the shortcuts_filter_model.
1980         (bookmarks_check_remove_sensitivity): Likewise.
1981         (shortcuts_row_activated_cb): Likewise.
1982         (gtk_file_chooser_default_set_current_folder): New function.
1983         (gtk_file_chooser_default_set_current_folder): Update the current
1984         folder row in the shortcuts list.
1985
1986         * gtk/gtkfilechooserwidget.c
1987         (gtk_file_chooser_widget_constructor): Cast correctly for
1988         _gtk_file_chooser_embed_set_delegate().
1989
1990 Mon Mar  1 19:30:25 2004  Owen Taylor  <otaylor@redhat.com>
1991
1992         * gtk/gtkdnd.[ch]: Add gtk_drag_source_set/get_target_list().
1993         (#127499, based on patch from Michael Natterer)
1994
1995         * tests/testgtk.c: Fix bidi strings to display correctly
1996         with new auto-bidi.
1997
1998 Tue Mar  2 01:34:40 2004  Matthias Clasen  <maclas@gmx.de>
1999
2000         * gtk/gtksettings.c: Remove the include of Xft.h, which is already
2001         dragged in via pangoxft.h.  (#135496, David Hawthorne)
2002
2003 Mon Mar  1 23:52:15 2004  Tim Janik  <timj@gtk.org>
2004
2005         * gtk/gtkbindings.[hc]: expose gtk_bindings_activate_event(), changed
2006         callers.
2007
2008         * gtk/gtkwindow.[hc]: added gtk_window_propagate_key_event() to expose
2009         the key event propagation mechanism used for focus widgets.
2010         (gtk_window_key_release_event): use the same key event propagation logic
2011         as gtk_window_key_press_event().
2012
2013 2004-03-01  Simon Budig  <simon@gimp.org>
2014
2015         * gdk/x11/gdkinput-x11.c: X11 R6.4 specifies 15 events
2016         for the XInput extension. We want to see them all.
2017         We now get Proximity Out events again. Fixes bug #135320.
2018
2019 Tue Mar  2 00:47:21 2004  Matthias Clasen  <maclas@gmx.de>
2020
2021         * gtk/gtkimmodule.c (match_locale): Use case-insensitive
2022         comparison. Fixes XIM module loading on AIX.  (#131277)
2023
2024 Mon Mar  1 23:59:18 2004  Matthias Clasen  <maclas@gmx.de>
2025
2026         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_row_deleted): 
2027         Make it work correctly when the child model is cleared 
2028         completely. (#121633)
2029
2030 2004-03-01  Michael Natterer  <mitch@gimp.org>
2031
2032         * gtk/gtkfilechooserwidget.h: removed accidentially committed char
2033         which broke the build.
2034
2035 Mon Mar  1 16:51:21 2004  Jonathan Blandford  <jrb@redhat.com>
2036
2037         * gtk/gtkfilechooserdialog.c
2038         (file_chooser_widget_default_size_changed): only store the size if
2039         we can resize in that direction.
2040
2041 Mon Mar  1 16:32:52 2004  Jonathan Blandford  <jrb@redhat.com>
2042
2043         * gtk/gtkfilechooserwidget.c
2044         (gtk_file_chooser_widget_new_with_backend): new function.  Long
2045         name.
2046
2047 2004-03-01  Morten Welinder  <terra@gnome.org>
2048
2049         * gtk/gtkfilesystemunix.c (filename_get_info): Only stat when
2050         needed.
2051
2052         * gtk/gtkfilesystemmodel.c (file_model_node_is_visible): Simplify
2053         semantics and check for errors.
2054
2055         * gtk/gtkpathbar.c (gtk_path_bar_set_path): Propagate errors.
2056
2057         * gtk/gtkfilefilter.c (gtk_file_filter_filter): Don't crash if
2058         display_name is NULL.
2059
2060 Mon Mar  1 14:16:52 2004  Owen Taylor  <otaylor@redhat.com>
2061
2062         Based on patch by Alex Larsson
2063
2064         * gtk/gtkfilechooserdefault.c: Use gtk-file-chooser-backend
2065         GtkSetting to set the backend if the app doesn't specify one.
2066
2067         * gdk/x11/gdkevents-x11.c gtk/gtksettings.c:
2068         Add Gtk/FileChooserBackend.
2069
2070 Mon Mar  1 20:32:06 2004  Tim Janik  <timj@gtk.org>
2071
2072         * autogen.sh:
2073         - exit with $? instead of 1 in case of failure
2074         - exit with $? if ./configure failed
2075           (that's so autogen.sh && make lines work)
2076         - removed --enable-gtk-doc option
2077         - added $AUTOGEN_CONFIGURE_ARGS
2078
2079 2004-03-01  Federico Mena Quintero  <federico@ximian.com>
2080
2081         * gtk/gtkfilechooserdefault.c (list_model_filter_func): Test for
2082         filter_info.uri correctly.  Fixes #135379, pointed out by Damon
2083         Chaplin.
2084         (shortcuts_get_index): Compute the bookmarks index correctly.
2085         Fixes #135714, pointed out by Damon Chaplin.
2086         (gtk_file_chooser_default_list_shortcut_folders): Handle the case
2087         with no shortcuts, and don't run off the end of the list if there
2088         are no bookmarks and their separator.  Fixes #135572, patch by
2089         Damon Chaplin.
2090
2091 Mon Mar  1 12:23:06 2004  Owen Taylor  <otaylor@redhat.com>
2092
2093         * gtk/gtklabel.c: Handle dynamically resolved bidi direction
2094         when drawing the cursor. (#118541)
2095
2096         * gtk/gtkentry.c (get_better_cursor_x): Use entry->resolved_dir;
2097
2098         * gtk/gtkentry.c (draw_insertion_cursor): Fix up
2099         some confusion in parameter ordering.
2100
2101 Mon Mar  1 12:05:54 2004  Jonathan Blandford  <jrb@redhat.com>
2102
2103         * gtk/gtkfilechooserdialog.c
2104         (file_chooser_widget_resizable_hints_changed): Handle
2105         shrinking/growing.
2106
2107 2004-03-01  Michael Natterer  <mitch@gimp.org>
2108
2109         * gtk/gtktextbtree.c: removed underscores from calls to
2110         gtk_text_btree_resolve_bidi().
2111
2112 Mon Mar  1 10:41:27 2004  Owen Taylor  <otaylor@redhat.com>
2113
2114         Patch from Dov Grobgeld to implement auto-bidi-direction
2115         for GtkTextView (#118543)
2116
2117         * gtk/gtktextbtree.[ch]: Resolve bidi base direction
2118         for each line by propagating backwards/forwards as
2119         necessary.
2120
2121         * gtk/gtktextlayout.[ch] gtk/gtktextview.c: Set the 
2122         bidi base direction for the ;ine with the cursor from 
2123         the keyboard direction. Add gtk_text_layout_set_keyboard_direction().
2124         
2125 Mon Mar  1 10:31:11 2004  Owen Taylor  <otaylor@redhat.com>
2126
2127         * gtk/gtkentry.[ch]: Implement auto-bidi-direction,
2128         based on a patch from Dov Grobgeld. (#118540)
2129
2130 Sun Feb 29 22:01:49 2004  Owen Taylor  <otaylor@redhat.com>
2131
2132         * gtk/gtkentry.[ch]: Add gtk_entry_set_alignment() 
2133         to allow right-aligned entries and a "xalign" 
2134         property. (#59799, patch from Egon Andersen and 
2135         Steffen Gutmann)
2136
2137         * gtk/gtkmisc.c (gtk_misc_class_init): Use improved
2138         xalign property description here too.
2139
2140         * tests/testtext.c: UNDERLINE_ERROR test addition
2141         from Nicolas Settons' patch.
2142
2143 Sun Feb 29 20:34:06 2004  Owen Taylor  <otaylor@redhat.com>
2144
2145         * gtk/gtkwindow.[ch] gtk/gtkmenushell.c: export
2146         gtk_window_activate_key() (Request from Tim Janik)
2147
2148 Mon Mar  1 01:00:11 2004  Matthias Clasen  <maclas@gmx.de>
2149
2150         * gtk/gtktextview.c (gtk_text_view_drag_data_received): 
2151         Make DND operations within a buffer move the dragged 
2152         text instead of copying it; also make DND operations 
2153         a single user action for undo purposes.  (#135191, 
2154         #93139, reported by Tommi Komulainen, patch by Paolo Borelli
2155         and Paolo Maggi)
2156
2157 Mon Mar  1 00:51:11 2004  Matthias Clasen  <maclas@gmx.de>
2158
2159         * NEWS: News for 2.3.5.
2160
2161 Sun Feb 29 23:25:35 2004  Matthias Clasen  <maclas@gmx.de>
2162
2163         * gtk/gtkentry.c (gtk_entry_completion_key_press): 
2164         Fix the Shift-Tab support to go backwards.
2165
2166 Sun Feb 29 16:40:40 2004  Owen Taylor  <otaylor@redhat.com>
2167
2168         * gtk/gtktextview.c (gtk_text_view_class_init): Fix 
2169         capitalization to match other style properties.
2170
2171 Sun Feb 29 16:38:53 2004  Owen Taylor  <otaylor@redhat.com>
2172
2173         * gtk/gtktextview.c (gtk_text_view_class_init): Fix a
2174         typo in property string.
2175
2176 Sun Feb 29 16:35:23 2004  Owen Taylor  <otaylor@redhat.com>
2177
2178         * gdk/gdkpango.c gtk/gtktextdisplay.c: Implement
2179         PANGO_UNDERLINE_ERROR (Based on a patch by
2180         Nicolas Setton, #114237)
2181
2182         * gtk/gtktextview.c: Add a error-underline-color style
2183         property.
2184
2185 Sun Feb 29 19:04:33 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
2186
2187         * gtk/gtkrange.c (_gtk_range_get_wheel_delta): New internal
2188         function returning a good step value for the mouse wheel. For
2189         scrollbars, base the step on page_size^(2/3), for other ranges,
2190         use 2 * step_increment.
2191
2192         * gtk/gtkrange.c (gtk_range_scroll_event): Use it here ...
2193
2194         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_scroll_event): 
2195         ... and here.
2196
2197         * gtk/gtkmenu.c (gtk_menu_leave_notify): Fix a warning.
2198
2199 Sun Feb 29 01:51:27 2004  Jonathan Blandford  <jrb@gnome.org>
2200
2201         * gtk/gtkfilechooserembed.c
2202         (_gtk_file_chooser_embed_get_default_size):  Add g_return_if_fail()
2203         (_gtk_file_chooser_embed_get_resizable_hints): Add g_return_if_fail()
2204
2205         * gtk/gtkfilechooserdialog.c
2206         (file_chooser_widget_default_size_changed): Get the correct
2207         initial size for the dialog.  Also, don't bother with
2208         gtk_window_set_default_size().  It's not really meaningful.
2209
2210         * gtk/gtkfilechooserdefault.c
2211         (gtk_file_chooser_default_get_default_size): Get the correct
2212         spacing for the preview_widget
2213         (update_preview_widget_visibility): Clear widget field after we
2214         destroy it.
2215
2216 2004-02-29  Federico Mena Quintero  <federico@ximian.com>
2217
2218         * gtk/gtkfilechooserdefault.c
2219         (gtk_file_chooser_default_set_property): Handle
2220         GTK_FILE_CHOOSER_PROP_USE_PREVIEW_LABEL.
2221         (gtk_file_chooser_default_get_property): Likewise.
2222         (struct _GtkFileChooserDefault): Added fields for preview_label,
2223         use_preview_label, preview_display_name, preview_box.  Removed
2224         preview_frame.
2225         (set_preview_widget): Reorder the widget in relation to the label.
2226         (update_preview_widget_visibility): Create or destroy the preview
2227         label.
2228         (check_preview_change): Update impl->preview_display_name and the
2229         label.
2230         (find_good_size_from_style): Use the preview_box.
2231         (gtk_file_chooser_default_finalize): Free
2232         impl->preview_display_name.
2233         (gtk_file_chooser_default_init): Initialize
2234         impl->use_preview_label.
2235
2236         * gtk/gtkfilechooser.c (gtk_file_chooser_class_init): Add a
2237         "use-preview-label" property.
2238         (gtk_file_chooser_set_use_preview_label): New function.  This sets
2239         whether one wants the file chooser to display a stock label with
2240         the previewed filename.  Apps that do really fancy previews can
2241         turn this off and draw the name themselves.
2242         (gtk_file_chooser_get_use_preview_label): New function.
2243         (gtk_file_chooser_get_preview_widget_active): Documentation fix.
2244
2245         * gtk/gtkfilechooserutils.h (GtkFileChooserProp): Add a
2246         GTK_FILE_CHOOSER_PROP_USE_PREVIEW_LABEL value.
2247
2248         * gtk/gtkfilechooserutils.c
2249         (_gtk_file_chooser_install_properties): Override the
2250         "use-preview-label" property.
2251
2252 Sun Feb 29 04:43:29 2004  Matthias Clasen  <maclas@gmx.de>
2253
2254         * gtk/gtkentry.c (gtk_entry_completion_key_press): Make Tab and
2255         Shift-Tab work when the completion popup is shown.
2256
2257 2004-02-28  Federico Mena Quintero  <federico@ximian.com>
2258
2259         * gtk/gtkfilechooserdefault.c (create_folder_tree): Use "Name" for
2260         the title of the filename column.
2261         (create_file_list): Likewise.
2262
2263 Sun Feb 29 03:31:42 2004  Matthias Clasen  <maclas@gmx.de>
2264
2265         * gtk/gtkentry.c (gtk_entry_completion_key_press): Fix Page_Up 
2266         and Page_Down in the completion popup to move page-wise if we're
2267         scrolling.
2268
2269 2004-02-28  Federico Mena Quintero  <federico@ximian.com>
2270
2271         * gtk/gtkfilechooserdefault.c (set_cell_text_bold_if_folder):
2272         Removed.
2273         (list_name_data_func): Don't call the function above.
2274         (list_mtime_data_func): Likewise.
2275
2276 Sun Feb 29 02:34:35 2004  Matthias Clasen  <maclas@gmx.de>
2277
2278         * gtk/gtkcombobox.c (gtk_combo_box_list_position): New 
2279         function which calculates position and size for the popup in
2280         list mode. Currently it only pushes the popup horizontally 
2281         into the screen.
2282
2283 Sun Feb 29 01:10:09 2004  Matthias Clasen  <maclas@gmx.de>
2284
2285         * gtk/gtkcombobox.c: Implement the previous fix in a better way,
2286         small cleanups.
2287
2288 2004-02-28  Hans Breuer  <hans@breuer.org>
2289
2290         * gtk/gtkfilesystemwin32.c : applied patch from
2291         J. Ali Harlow <ali@juiblex.co.uk>, fixes bug #135641
2292
2293 Sat Feb 28 23:30:36 2004  Matthias Clasen  <maclas@gmx.de>
2294
2295         * gtk/gtkcombobox.c (gtk_combo_box_popup): Actually resize the
2296         popup window before popping up.  (#135651)
2297
2298 Sat Feb 28 23:29:35 2004  Matthias Clasen  <maclas@gmx.de>
2299
2300         * gtk/gtkcombobox.c (gtk_combo_box_class_init): 
2301         * gtk/gtkcombobox.c (gtk_combo_box_init): Override the default
2302         handler for style_set in class_init instead of connecting to
2303         the signal in init. (noticed by Yosh).
2304
2305 Sat Feb 28 14:48:35 2004  Owen Taylor  <otaylor@redhat.com>
2306
2307         * demos/gtk-demo/main.c (read_line): #ifdef HAVE_FLOCKFILE, 
2308         not #ifndef HAVE_FLOCKFILE. (#135642, J. Ali Harlow)
2309
2310 2004-02-28  Hans Breuer  <hans@breuer.org>
2311
2312         * gtk/gtkfilesystemwin32.c : adapt to add -> insert_bookmark
2313         change. Also merged some crossplatform code from 
2314         gtkfilesystemunix.c
2315         * gtk/gtk.def : updated externals
2316
2317         * gtk/makefile.msc.in : added gtkfilechooserembed.obj
2318
2319 2004-02-28  Hans Breuer  <hans@breuer.org>
2320
2321         * gdk/win32/gdkdnd-win32.c : set current_dest_drag to NULL
2322         when destroying, fixes bug #120007. Also removed the mirrored
2323         ref counting for deprecated gdk_drag_context_<ref|unref>()
2324         cause it wasn't reliable anymore anyway.
2325
2326         * gdk/win32/gdkdisplay-win32.c : fix typo, which should
2327         have broken the win32 build for everyone not using msvc
2328
2329         * gdk/win32/gdkevents-win32.c : WM_GETMINAMXINFO ensure not to
2330         return negative values for ptMaxTrackSize, it caused snapping
2331         windows to their minimum size
2332
2333 Sat Feb 28 01:39:01 2004  Matthias Clasen  <maclas@gmx.de>
2334
2335         * gtk/gtkcombobox.c (gtk_combo_box_set_wrap_width): Support
2336         switching back to non-gridded mode.  (#135169)
2337
2338 Fri Feb 27 22:29:46 2004  Matthias Clasen  <maclas@gmx.de>
2339
2340         * gtk/gtkwidget.c (gtk_widget_can_activate_accel): Add "Since: 2.4".
2341
2342 Fri Feb 27 18:52:19 2004  Jonathan Blandford  <jrb@redhat.com>
2343
2344         * gtk/gtkfilechooserdialog.c (gtk_file_chooser_dialog_style_set):
2345         Whoops.  Didn't mean to commit the size change.
2346
2347 Fri Feb 27 18:46:27 2004  Jonathan Blandford  <jrb@redhat.com>
2348
2349         * gtk/gtkfilechooserembed.h: New private interface to help
2350         negotiate the default size of the widget.  Still a bit buggy, but
2351         better than the old behavior.
2352
2353         * gtk/gtkfilechooserdefault.c: Implement the embed interface.
2354
2355         * gtk/gtkfilechooserwidget.c: Proxy the embed interface.
2356
2357         * gtk/gtkfilechooserdialog.c: Use the embed interface.
2358
2359 2004-02-27  Federico Mena Quintero  <federico@ximian.com>
2360
2361         * gtk/gtkfilesystem.c (gtk_file_system_insert_bookmark): Added a
2362         "position" argument.
2363
2364         * gtk/gtkfilesystem.h (GtkFileSystemError): Added value for 
2365         GTK_FILE_SYSTEM_ERROR_ALREADY_EXISTS.
2366         (struct _GtkFileSystemIface): Added a "position" argument to the
2367         ::insert_bookmark() method.
2368
2369         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_insert_bookmark):
2370         Updated; renamed from gtk_file_system_unix_add_bookmark().  Return
2371         an error if the path already exists in the bookmarks list.
2372         (gtk_file_system_unix_remove_bookmark): Return an error if the
2373         path does not exist in the bookmarks list.
2374
2375         * gtk/gtkfilechooserdefault.c (shortcuts_add_bookmark_from_path):
2376         For now, use gtk_file_system_insert_bookmark() with -1 for the
2377         position.  DnD will come next.
2378
2379 Fri Feb 27 21:42:28 2004  Matthias Clasen  <maclas@gmx.de>
2380
2381         * gtk/gtkcombobox.c (gtk_combo_box_relayout): 
2382         * gtk/gtkcombobox.c (gtk_combo_box_style_set): Simplify, only 
2383         create a new setup if appearance actually changed.
2384         * gtk/gtkcombobox.c (gtk_combo_box_cell_layout_clear): 
2385         * gtk/gtkcombobox.c (gtk_combo_box_get_cell_info): Make 
2386         these more robust.  (#127623, Damon Chaplin)
2387
2388 Fri Feb 27 15:06:00 2004  Jonathan Blandford  <jrb@redhat.com>
2389
2390         * gtk/gtkfilechooser.c (gtk_file_chooser_class_init): remove
2391         folder-mode property.
2392
2393         * gtk/gtkfilechooserutils.c
2394         (_gtk_file_chooser_install_properties): remove FOLDER_MODE property.
2395
2396 Thu Feb 26 17:38:40 2004  Manish Singh  <yosh@gimp.org>
2397
2398         * gtk/gtkcombobox.c: Add function declaration for
2399         gtk_combo_box_list_remove_grabs().
2400
2401 Fri Feb 27 02:33:21 2004  Matthias Clasen  <maclas@gmx.de>
2402
2403         * gtk/gtkentry.c (keyval_is_cursor_move): Classifiy Page Up/Down as
2404         cursor move, but not Home and End.
2405
2406         * gtk/gtkentry.c (gtk_entry_completion_key_press): Lets Page Up/Down
2407         jump to the ends of the list, not Home and End - since we're not 
2408         scrolling yet, a "page" is always the complete list.  (#127430, Marco
2409         Pesenti Gritti)
2410
2411 Fri Feb 27 00:39:11 2004  Matthias Clasen  <maclas@gmx.de>
2412
2413         * gtk/gtkcombobox.c (gtk_combo_box_list_destroy): 
2414         * gtk/gtkcombobox.c (gtk_combo_box_menu_destroy): Don't let
2415         the priv pointers dangle.  (#127623, Damon Chaplin)
2416
2417 Thu Feb 26 17:31:34 2004  Manish Singh  <yosh@gimp.org>
2418
2419         * gdk/x11/xsettings-client.c (read_settings): fix ytpo: s/eles/else/
2420
2421 Thu Feb 26 19:53:32 2004  Owen Taylor  <otaylor@redhat.com>
2422
2423         * gdk/x11/xsettings-common.h (xsettings_client_process_event): 
2424         Add xsettings_client_set_grab_func,
2425         Add xsettings_client_set_ungrab_func to the list of renames.
2426
2427 Thu Feb 26 19:48:39 2004  Owen Taylor  <otaylor@redhat.com>
2428
2429         * gdk/x11/xsettings-client.c (read_settings): Fix memory leak
2430         in case of mismatched property type.
2431
2432 Thu Feb 26 18:25:57 2004  Jonathan Blandford  <jrb@gnome.org>
2433
2434         * gtk/gtkfilechooser.h (GtkFileChooserAction): Add two more folder
2435         modes to the enum.
2436
2437         * gtk/gtkfilechooser.c (gtk_file_chooser_set_folder_mode): Remove.
2438         (gtk_file_chooser_get_folder_mode): Remove
2439
2440 Thu Feb 26 17:29:04 2004  Owen Taylor  <otaylor@redhat.com>
2441
2442         * gdk/x11/gdkevents-x11.c (gdk_wm_protocols_filter): Return
2443         GDK_FILTER_CONTINUE for unhandled message types.
2444
2445         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Allow
2446         multiple filters for the same event type with the standard
2447         "GDK_FILTER_CONTINUE == pretend I wasn't here" semantics.
2448
2449         * gdk/x11/gdkevents-x11.c (gdk_display_add_client_message_filter):
2450         Append to the filter list not prepend, since order now matters.
2451
2452         * gdk/win32/gdkevents-win32.c (gdk_add_client_message_filter): 
2453         Append to the filter list not prepend, since order now matters.
2454         
2455 Thu Feb 26 23:39:07 2004  Matthias Clasen  <maclas@gmx.de>
2456
2457         Fixes for #135333, analysed by Damon Chaplin:
2458         
2459         * gtk/gtkcombobox.c (gtk_combo_box_list_button_pressed): Don't
2460         grab here.
2461         * gtk/gtkcombobox.c (gtk_combo_box_popup): Do the grabs here, 
2462         so that we don't forget to grab when the menu is popped via
2463         keynav.
2464         * gtk/gtkcombobox.c (gtk_combo_box_list_button_released): Don't
2465         ungrab here.
2466         * gtk/gtkcombobox.c (gtk_combo_box_popdown): Do the ungrabs here.
2467
2468 Thu Feb 26 23:26:00 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
2469
2470         * gtk/gtkstatusbar.c (set_grip_cursor): New function. Use resize
2471         cursors for resize grips. (Bug #129621)
2472
2473         * gtk/gtktoolbar.c (gtk_toolbar_get_relief_style): Documentation
2474         fix - patch by Torsten Schoenfeld.
2475
2476         * gtk/gtkmenubar.c (gtk_menu_bar_size_request): don't request
2477         space between the items. (Bug #110775)
2478
2479         * gtk/gtkrc.c (_gtk_rc_init): Provide extra horizontal padding
2480         inside menu items that are inside a menu bar. (Bug #110775)
2481         
2482         * configure.in (HAVE_XCURSOR): Make XCurosr part of GDK_EXTRA_,
2483         not GDK_PACKAGES, to prevent applications from getting linked to
2484         it (Bug #119804)
2485
2486         * gtk/gtkmenubar.c (gtk_menu_bar_size_allocate): Put the vertical
2487         ipadding inside the item. (Bug #61843)
2488
2489 Thu Feb 26 22:56:40 2004  Matthias Clasen  <maclas@gmx.de>
2490
2491         * gtk/gtkwidget.c: Replace gtk_widget_get_mnemonic_widgets() 
2492         by list_mnemonic_widgets() in doc comments as well.
2493
2494 Thu Feb 26 16:36:38 2004  Owen Taylor  <otaylor@redhat.com>
2495
2496         Fixes from Torsten Schoenfeld.
2497
2498         * gtk/gtkwidget.c (gtk_widget_add_mnemonic_label): 
2499         Fix name in doc comment.
2500
2501         * gtk/gtkwidget.h: gtk_widget_list_mnemonic_labels(),
2502         not get_mnemonic_labels.
2503
2504 Thu Feb 26 22:20:44 2004  Matthias Clasen  <maclas@gmx.de>
2505
2506         * gtk/gtkcomboboxentry.h:
2507         * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_new_text): New
2508         convenience API to construct simple text combos, implemented by
2509         Damon Chaplin.
2510
2511         * tests/testcombo.c: Use gtk_combo_box_entry_new_text.
2512
2513 Thu Feb 26 22:19:29 2004  Matthias Clasen  <maclas@gmx.de>
2514
2515         * gtk/gtkcombobox.c (gtk_combo_box_new_text): Improve the docs.
2516
2517 Thu Feb 26 15:43:43 2004  Owen Taylor  <otaylor@redhat.com>
2518
2519         * gtk/gtkstyle.[ch]: Export insertion cursor drawing functionality
2520         in a simplified form as gtk_draw_insertion_cursor().
2521         (#99031, request from Alex Larsson)
2522
2523         * gtk/gtktextdisplay.c gtk/gtkentry.c gtk/gtklabel.c:
2524         Adapt to new gtk_draw_insertion_cursor().
2525
2526         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_class_init)
2527         gtk/gtkstyle.c (gtk_style_class_init): Add some missed
2528         Since: 2.4.
2529
2530         * gtk/gtkiconfactory.c (icon_size_settings_changed)
2531           gtk/gtkicontheme.c (do_theme_change)
2532           gtk/gtkrc.c (_gtk_rc_context_get_default_font_name)
2533         * gtk/gtksettings.c (gtk_settings_notify):
2534         _gtk_rc_reset_styles => gtk_rc_reset_styles.
2535
2536 Thu Feb 26 21:52:58 2004  Matthias Clasen  <maclas@gmx.de>
2537
2538         Fixes for #127804 and #134722, Damon Chaplin:
2539         
2540         * gtk/gtkcombobox.c (gtk_combo_box_cell_layout_pack_end): 
2541         * gtk/gtkcombobox.c (gtk_combo_box_cell_layout_pack_start): 
2542         Ref and sink the cell renderers here.
2543         
2544         * gtk/gtkcombobox.c (gtk_combo_box_finalize): Unref the cell
2545         renderers here, and free attributes and func_data. 
2546
2547 Thu Feb 26 21:41:38 2004  Matthias Clasen  <maclas@gmx.de>
2548
2549         * gtk/gtkrc.c (gtk_rc_reset_styles): Mark as 2.4 API addition.
2550
2551 Thu Feb 26 14:47:22 2004  Dom Lachowicz <cinamod@hotmail.com>
2552
2553         * gtk/gtk.def: Export gtk_rc_reset_styles()
2554
2555 Thu Feb 26 14:47:22 2004  Owen Taylor  <otaylor@redhat.com>
2556
2557         * gtk/gtkrc.[ch]: Export gtk_rc_reset_styles(). 
2558         (Request from Dom Lachowicz, #123769)
2559
2560 Wed Feb 25 19:11:31 2004  Owen Taylor  <otaylor@redhat.com>
2561
2562         * gtk/gtkradiobutton.[ch] gtk/gtkradiomenuitem.[ch]: Add a
2563         ::group-changed signal emitted when the radio button/menu item 
2564         is moved from one group of radio buttons to another. 
2565         (#79563, based partially on a patch from Padraig O'Briain)
2566
2567 Thu Feb 26 13:23:47 2004  Owen Taylor  <otaylor@redhat.com>
2568
2569         * gdk/x11/gdkwindow-x11.c (set_text_property): Use the right
2570         free() function. (#135511, George Bronnikov)
2571
2572 2004-02-26  Federico Mena Quintero  <federico@ximian.com>
2573
2574         * configure.in: Added a comment to inform translators that they
2575         must add .po files to both po/ and po-properties/ when they add
2576         new languages to ALL_LINGUAS.
2577
2578 Wed Feb 25 15:36:50 2004  Owen Taylor  <otaylor@redhat.com>
2579
2580         * gdk/x11/gdkselection-x11.c (gdk_utf8_to_compound_text_for_display):
2581         Call g_convert(), not g_convert() with fallback, since Emacs is
2582         happier if we reject the COMPOUND_TEXT request and it can
2583         then ask for UTF-8. (#114527)
2584
2585         * gtk/gtkselection.c (gtk_selection_data_set_text): When
2586         TEXT is requested, if COMPOUND_TEXT fails, fall back to STRING.
2587
2588 Wed Feb 25 22:35:00 2004  Tomasz KÅ‚oczko <kloczek@pld.org.pl>
2589
2590         * cinfigure.in: After changes in G_DEFINE_TYPE minimal required glib
2591         vesion for build gtk+ is now 2.3.3.
2592
2593 Wed Feb 25 16:00:40 2004  Jonathan Blandford  <jrb@gnome.org>
2594
2595         * gtk/gtkfilechooserdefault.c (update_appearance): move the
2596         expander code.
2597
2598 2004-02-25  Danilo Å egan  <dsegan@gmx.net>
2599
2600         * configure.in (ALL_LINGUAS): po-properties/sr@ije.po added, so
2601         adding back sr@ije.
2602
2603 2004-02-25  Federico Mena Quintero  <federico@ximian.com>
2604
2605         * configure.in (ALL_LINGUAS): Remove sr@ije until po-properties/
2606         is fixed for it.
2607
2608 Wed Feb 25 12:44:49 2004  Owen Taylor  <otaylor@redhat.com>
2609
2610         * gtk/gtkstyle.[ch]: Make realize and unrealize signals. (#73310)
2611
2612 Wed Feb 25 12:21:32 2004  Owen Taylor  <otaylor@redhat.com>
2613
2614         * gtk/gtkwidget.[ch] gtk/gtklabel.c: Patch from
2615         Padraig O'Briain to add gtk_widget_add/remove_mnemonic_label,
2616         gtk_widget_get_mnemonic_labels(). (#103456)
2617
2618 2004-02-25  Danilo Å egan  <dsegan@gmx.net>
2619
2620         * configure.in: Added sr@ije to ALL_LINGUAS.
2621
2622 Wed Feb 25 09:46:34 2004  Owen Taylor  <otaylor@redhat.com>
2623
2624         * gtk/gtkstyle.c (gtk_style_finalize): Free 
2625         style->icon_factories (#130128)
2626
2627 Wed Feb 25 03:52:58 2004  Jonathan Blandford  <jrb@gnome.org>
2628
2629         * gtk/gtkpathbar.c: use gtk_widget_push/pop_composite_child around
2630         internal buttons.
2631
2632         * gtk/gtkfilechooserdefault.c (struct _GtkFileChooserDefault):
2633         rename some widgets to make it clear where they are packed.
2634         (update_appearance): New function to handle all the 'logic' of
2635         layout in one place.  We aren't trying to keep all our properties
2636         in sync.
2637         (gtk_file_chooser_default_set_property): use update_appearance()
2638
2639 2004-02-24  Federico Mena Quintero  <federico@ximian.com>
2640
2641         * gtk/gtkfilechooserdefault.c (shortcuts_model_create): Renamed
2642         from create_shortcuts_model().
2643         (struct _GtkFileChooserDefault): Renamed the shortcuts_tree field
2644         to shortcuts_list.
2645         (shortcuts_list_create): Renamed from shortcuts_tree_create().
2646         (create_file_list): Enable the tree view as a model drag source.
2647         (create_folder_tree): Likewise.
2648
2649         * gtk/gtkfilesystemmodel.c (_gtk_file_system_model_get_type):
2650         Register the drag source interface.
2651         (drag_source_iface_init): New function.
2652         (drag_source_row_draggable): New function.
2653         (drag_source_drag_data_get): New function.
2654
2655 Tue Feb 24 19:12:07 2004  Owen Taylor  <otaylor@redhat.com>
2656
2657         * === Released 2.3.4 ===
2658
2659         * configure.in: Bump version to 2.3.4, fix broken
2660         gtk_binary_age value by copying the GLib logic
2661         to automatically set it to the right values.
2662
2663 Wed Feb 25 00:13:24 2004  Matthias Clasen  <maclas@gmx.de>
2664
2665         * gtk/gtkcombobox.c (gtk_combo_box_menu_row_changed): 
2666         * gtk/gtkcombobox.c (gtk_combo_box_list_row_changed): 
2667         Don't resize priv->cell_view if it is NULL.  (#127804, 
2668         Damon Chaplin)
2669         
2670 Wed Feb 25 00:06:50 2004  Matthias Clasen  <maclas@gmx.de>
2671
2672         * gtk/gtkcombobox.c: Add a comment about the different 
2673         modi of this widget. Get rid of priv->hbox, and some other
2674         cleanups. Make sure that gtk_combo_box_unset_model() is 
2675         always called before setting up a different mode. 
2676
2677 Tue Feb 24 17:51:49 2004  Owen Taylor  <otaylor@redhat.com>
2678
2679         * gtk/gtkaccellabel.c (gtk_accel_label_refetch): Convert
2680         underscores in keyval names to spaces. (#131480)
2681
2682 Tue Feb 24 17:35:59 2004  Owen Taylor  <otaylor@redhat.com>
2683
2684         * m4macros/gtk-2.0.m4: Add some quotes around ***. (#130073,
2685         Uwe Zeisberger)
2686
2687 Tue Feb 24 14:45:03 2004  Owen Taylor  <otaylor@redhat.com>
2688
2689         * === Released 2.3.3 ===
2690
2691         * configure.in: Version 2.3.3, interface age 0.
2692
2693         * NEWS: Finish updates for 2.3.3.
2694
2695 2004-02-24  Federico Mena Quintero  <federico@ximian.com>
2696
2697         * gtk/gtkfilechooserdefault.c (save_widgets_create): Use a plain
2698         GtkEntry for the filename, not a GtkFileChooserEntry.
2699         (update_chooser_entry): Use gtk_entry_set_text() rather than
2700         _gtk_file_chooser_entry_set_file_part().
2701         (gtk_file_chooser_default_set_current_name): Likewise.
2702         (gtk_file_chooser_default_set_current_folder): Don't set the base
2703         folder of the entry, and don't call update_chooser_entry().
2704         (gtk_file_chooser_default_get_paths): Use the plain entry.
2705         (save_widgets_create): Store the "Save in Folder" label in the
2706         impl structure.
2707         (expander_activate_cb): Set the sensitivity of the label and
2708         combo.
2709         (save_widgets_create): Connect to "notify::expanded" rather than
2710         "activate" on the expander.
2711         (expander_changed_cb): Renamed from expander_activate_cb().  Flip
2712         the conditions again...
2713
2714 Tue Feb 24 14:43:07 2004  Jonathan Blandford  <jrb@gnome.org>
2715
2716         * gtk/gtktreeview.c (gtk_tree_view_bin_expose): only draw the sort
2717         column as different if there are 3 or more visible columns.
2718
2719 2004-02-24  Anders Carlsson  <andersca@gnome.org>
2720
2721         * gtk/gtkfilechooserdefault.c: (shortcuts_insert_separator):
2722         Fix compilation (#135278, Padraig O'Briain).
2723         
2724 2004-02-24  Anders Carlsson  <andersca@gnome.org>
2725
2726         * gtk/gtkfilechooserdefault.c: (shortcuts_append_desktop):
2727         Translate the desktop label.
2728         
2729         (shortcuts_get_index), (shortcuts_add_bookmarks),
2730         (shortcuts_insert_separator), (create_shortcuts_model):
2731         Don't show the bookmark separator if there are no bookmarks.
2732         
2733 Tue Feb 24 01:41:30 2004  Jonathan Blandford  <jrb@gnome.org>
2734
2735         * gtk/gtkfilechooserdefault.c (location_popup_handler): Make the
2736         dialog look like the nautilus dialog.
2737         (expander_activate_cb): get the order correct.
2738
2739 2004-02-23  Federico Mena Quintero  <federico@ximian.com>
2740
2741         * gtk/gtkfilechooserdefault.c (list_selection_changed): Call
2742         bookmarks_check_add_sensitivity().
2743         (shortcut_exists): New helper function; moved the testing code
2744         over from bookmarks_check_add_sensitivity().
2745         (bookmarks_check_add_sensitivity): Check the contents of the
2746         selection in the file/folder list.  Use shortcut_exists().
2747         (shortcuts_add_bookmark_from_path): Don't insert the bookmark if
2748         the path is already in the shortcuts list.
2749         (add_bookmark_button_clicked_cb): Add the bookmarks from the list
2750         selection or from the current folder, as appropriate.
2751
2752 Mon Feb 23 21:09:06 2004  Jonathan Blandford  <jrb@gnome.org>
2753
2754         * gtk/gtkfilechooserdefault.c (shortcuts_pane_create): Add
2755         mnemonics.  Sorry translators.
2756
2757 Tue Feb 24 02:24:58 2004  Matthias Clasen  <maclas@gmx.de>
2758
2759         * NEWS: Additions. This should be complete for the main ChangeLog
2760         now, still need to sift through gdk-pixbuf, docs, and translations.
2761
2762 Mon Feb 23 19:57:45 2004  Jonathan Blandford  <jrb@gnome.org>
2763
2764         * gtk/gtkcellrendererseptext.c (gtk_cell_renderer_sep_get_size):
2765         Add a get_size implementation so that we are no longer the same
2766         height as text.
2767
2768 2004-02-24  Anders Carlsson  <andersca@gnome.org>
2769
2770         * gtk/gtkfilechooserdefault.c: (shortcuts_insert_path),
2771         (shortcuts_remove_rows), (shortcuts_append_bookmarks),
2772         (create_shortcuts_model), (shortcuts_tree_create),
2773         (gtk_file_chooser_default_remove_shortcut_folder):
2774         Improve bookmark list rendering by controlling the visibility
2775         of the pixbuf cell so that it will be invisible for the separator
2776         row, also use a list store instead of a tree store for the model
2777         so we won't get unnecessary space for an expander.
2778         
2779 Tue Feb 24 01:08:27 2004  Matthias Clasen  <maclas@gmx.de>
2780
2781         * gtk/gtkcombobox.c: Add a destroy implementation in order to
2782         set priv->cell_view to NULL before finalize stumbles over the 
2783         dangling pointer. This big array of pointers into the widget 
2784         tree in GtkComboBoxPrivate is really fragile and should be
2785         cleaned up.
2786
2787 Mon Feb 23 17:52:43 2004  Jonathan Blandford  <jrb@gnome.org>
2788
2789         * gtk/gtkfilechooserdefault.c (main_paned_create): use a size
2790         group when allocating space for the buttons at the bottom just in
2791         case.  Also, move the filter to below the file list.
2792
2793 Mon Feb 23 16:52:12 2004  Jonathan Blandford  <jrb@gnome.org>
2794
2795         * gtk/gtkfilechooserdefault.c
2796         (gtk_file_chooser_default_class_init): Seth was confused by
2797         keybindings.  They should be Alt, not Ctl.  Also, A-Home should go
2798         home, not up.
2799
2800 Mon Feb 23 15:23:23 2004  Jonathan Blandford  <jrb@gnome.org>
2801
2802         * gtk/gtkpathbar.c (gtk_path_bar_set_path): Display the root a bit
2803         more cleanly.
2804
2805         * gtk/gtkpathbar.h (struct _GtkPathBarClass): fix the signal.
2806
2807 2004-02-23  Federico Mena Quintero  <federico@ximian.com>
2808
2809         Rework the user interface of the file chooser, as per 
2810         Seth Nickell's design.
2811
2812         * gtk/gtkfilechooserdefault.c
2813         (gtk_file_chooser_default_class_init): Add binding signals and bindings:
2814                 "location-popup" - C-l
2815                 "up-folder"      - C-Up
2816                 "home-folder"    - C-Home
2817         (up_folder_handler): New function; moved the code from up_button_clicked().
2818         (up_button_clicked_cb): Call up_folder_handler().
2819         (home_folder_handler): New function.
2820         (location_popup_handler): New function.
2821         (struct _GtkFileChooserDefault): Add an hpaned field.
2822         (gtk_file_chooser_default_set_current_name): Check that we are in
2823         Save mode.
2824         (save_widgets_create): New function, create the widgets specific
2825         to Save mode.
2826         (main_paned_create): New function, create the hpaned's widgets here.
2827         (gtk_file_chooser_default_constructor): Create the open and save
2828         widgets, and show only one set.
2829         (gtk_file_chooser_default_set_property): Show/hide the save widgets.
2830         (gtk_file_chooser_default_get_paths): Only pay attention to the
2831         entry in Save mode.
2832         (update_chooser_entry): Update the entry only in Save mode.
2833         (entry_activate): Removed.
2834
2835 Mon Feb 23 11:20:34 2004  Owen Taylor  <otaylor@redhat.com>
2836
2837         * configure.in: Remove the configure.in check for fontconfig 
2838         entirely; it's not needed, since PangoXft implies that sufficiently
2839         new fontconfig is present.
2840
2841 Mon Feb 23 02:26:53 2004  Jonathan Blandford  <jrb@gnome.org>
2842
2843         * gtk/gtkpathbar.c (gtk_path_bar_finalize):
2844         for (i = 0; i < 10; i++)
2845           g_print ("I will compile before committing.\n");
2846
2847 Mon Feb 23 02:08:42 2004  Jonathan Blandford  <jrb@gnome.org>
2848
2849         * gtk/gtkfilechooserdefault.c (file_pane_create): Use the
2850         GtkPathBar by default now.
2851
2852         * gtk/gtkpathbar.c (gtk_path_bar_set_path): Correctly set the
2853         current path from the path.
2854         (gtk_path_bar_class_init): new signal
2855         (button_clicked_cb): emit the signal when we're selected.
2856         (gtk_path_bar_clear_buttons): Fix a crasher when we weren't
2857         clearing thr first_scrolled_button.
2858
2859 Mon Feb 23 02:26:15 2004  Matthias Clasen  <maclas@gmx.de>
2860
2861         * gtk/gtkcombobox.c (gtk_combo_box_size_allocate): Fix the 
2862         allocation for the toggle button so that it actually shows up 
2863         in LTR list mode.
2864
2865         * gtk/gtkcombobox.c (gtk_combo_box_set_column_span_column): 
2866         * gtk/gtkcombobox.c (gtk_combo_box_set_row_span_column): 
2867         * gtk/gtkcombobox.c (gtk_combo_box_set_wrap_width): Add
2868         notification, and avoid excessive relayouting. 
2869
2870 Mon Feb 23 00:38:21 2004  Matthias Clasen  <maclas@gmx.de>
2871
2872         Fix bug 134982, reported by Morten Welinder:
2873         
2874         * gtk/gtkpathbar.c (gtk_path_bar_destroy): 
2875         * gtk/gtktooltips.c (gtk_tooltips_destroy): 
2876         * gtk/gtkinvisible.c (gtk_invisible_destroy): Chain up to the 
2877         parent's ::destroy handler.
2878         
2879         * gdk/gdkdisplay.c (gdk_display_dispose): Chain up to the 
2880         parent's ::dispose handler.
2881
2882 Sat Feb 21 19:09:55 2004  Manish Singh  <yosh@gimp.org>
2883
2884         * gtk/gtksettings.c (gtk_default_substitute): Guard the FC_HINT_STYLE
2885         stuff with an #ifdef, so we still build with most fontconfig versions.
2886
2887 Sun Feb 22 03:03:29 2004  Matthias Clasen  <maclas@gmx.de>
2888
2889         * gtk/gtkaction.c: (gtk_action_finalize):
2890         * gtk/gtkclipboard.c: (gtk_clipboard_finalize):
2891         * gtk/gtkentrycompletion.c: (gtk_entry_completion_class_init),
2892         (gtk_entry_completion_finalize):
2893         * gtk/gtkfilechooserwidget.c: (gtk_file_chooser_widget_finalize):
2894         * gtk/gtkfilesystemmodel.c: (gtk_file_system_model_class_init),
2895         (gtk_file_system_model_finalize):
2896         * gtk/gtkicontheme.c: (gtk_icon_theme_class_init),
2897         (gtk_icon_theme_finalize):
2898         * gtk/gtktextchild.c: (gtk_text_child_anchor_finalize):
2899         * gtk/gtkuimanager.c: (gtk_ui_manager_class_init),
2900         (gtk_ui_manager_finalize):
2901         * modules/input/gtkimcontextxim.c: (gtk_im_context_xim_finalize):
2902         Add chains to the parent's ::finalize() handler  (#134901, Morten Welinder,
2903         patch by Jan Arne Petersen)
2904
2905 Sun Feb 22 02:10:34 2004  Matthias Clasen  <maclas@gmx.de>
2906
2907         * gtk/gtkentrycompletion.c (gtk_entry_completion_default_completion_func): 
2908         Don't crash if item is NULL.  (#131542, Dan Damian)
2909
2910 Sun Feb 22 02:04:03 2004  Matthias Clasen  <maclas@gmx.de>
2911
2912         * configure.in: Add a check for a new enough fontconfig, since
2913         we picked up a direct dependency on it with the Xft settings.
2914
2915 Sun Feb 22 00:23:40 2004  Matthias Clasen  <maclas@gmx.de>
2916
2917         Bug 112647 (Bill Haneman, patch by Narayana Pattipati):
2918         
2919         * gtk/gtkcheckmenuitem.c: Introduce a new style property 
2920         indicator_size and use it instead of the hardcoded value.
2921         
2922         * gtk/gtkmenu.c (gtk_menu_size_request): Make sure each menu 
2923         item gets enough vertical space for the label and the indicator.
2924
2925 Sat Feb 21 20:20:11 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
2926
2927         * gtk/gtksettings.c (gtk_settings_class_init): Use P_ instead of
2928         _ for the new Xft settings.
2929
2930 Sat Feb 21 20:09:53 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
2931
2932         Bug 130790 (Federico Mena Quintero, Owen Taylor)
2933         
2934         * gdk/x11/gdkevents-x11.c: Add Xft XSETTINGS
2935
2936         * gtk/gtksettings.c: Add new GtkSettings corresponding to the Xft
2937         XSETTINGS
2938         
2939 Sat Feb 21 19:18:26 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
2940
2941         Bug 132502
2942         
2943         * gtk/gtkmenu.c (gtk_menu_motion_notify): Make sure we pop down
2944         if we enter a non-selectable menu item.
2945
2946         * gtk/gtkmenu.c (gtk_menu_leave_notify): Don't pop a submenu
2947         when the user has left the item.
2948
2949 Sat Feb 21 17:57:35 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
2950
2951         * gtk/docs: Commit auto-generated changes
2952
2953 Fri Feb 20 18:20:22 2004  Jonathan Blandford  <jrb@gnome.org>
2954
2955         * gtk/gtkfilechooserdefault.c: conditional compile for GtkPathBar
2956
2957         * gtk/gtkpathbar.c (gtk_path_bar_size_allocate): Clean up
2958         allocation code.  Works fully in RTL languages, I think.
2959         (gtk_path_bar_scroll_up): Scroll up.
2960         (gtk_path_bar_scroll_down): Scroll down.
2961
2962 2004-02-20  Christian Rose  <menthos@menthos.com>
2963
2964         * configure.in: Added "en_CA" to ALL_LINGUAS.
2965
2966 2004-02-20  Michael Meeks  <michael@ximian.com>
2967
2968         * gtk/gtktoolitem.c (gtk_tool_item_property_notify): impl.
2969         (gtk_tool_item_class_init): hook it up.
2970         (gtk_tool_item_set_proxy_menu_item): synchronize sensitivity.
2971
2972         * gtk/gtktoolbutton.c (gtk_tool_button_property_notify):
2973         chain to parent, fix strcmp bug.
2974
2975         * tests/testtoolbar.c (main): re-arrange widgets to allow
2976         more overflowing toolbar goodness.
2977
2978 2004-02-20  Alexander Larsson  <alexl@redhat.com>
2979
2980         * gtk/gtkfilechooserdefault.c: (shortcuts_append_desktop):
2981         Desktop directory is not translated.
2982         (set_tree_model):
2983         There might not be volumes for all paths.
2984         * gtk/gtkfilechooserwidget.c:
2985         (gtk_file_chooser_widget_constructor):
2986         Use gtk_file_chooser_set_current_folder to set cwd.
2987
2988 Thu Feb 19 19:58:53 2004  Jonathan Blandford  <jrb@gnome.org>
2989
2990         * gtk/gtkpathbar.[ch]: New widget to handle the path in the
2991         fileselector implementation.  Not hooked up to anything yet.
2992
2993         * gtk/Makefile.am: support the path bar.
2994
2995 Fri Feb 20 00:21:38 2004  Matthias Clasen  <maclas@gmx.de>
2996
2997         * gtk/gtkstyle.c (gtk_default_draw_handle): 
2998         (gtk_default_draw_box): Make the paned handles gray when the the 
2999         widget is_focus() but not HAS_FOCUS().  (#122751, Soeren Sandmann)
3000
3001 Thu Feb 19 23:41:06 2004  Matthias Clasen  <maclas@gmx.de>
3002
3003         Fixes for #82099:
3004         
3005         * gdk/x11/gdkevents-x11.c: Introduce new XSettings "Gtk/ButtonImages"
3006         and "Gtk/MenuImages" and map them to "gtk-button-images" and 
3007         "gtk-menu-images".
3008
3009         * gtk/gtkimagemenuitem.c: Add a boolean setting "gtk-menu-images" and 
3010         use it to set the visibility of the embedded image.
3011
3012         * gtk/gtkbutton.c: Add a boolean setting "gtk-button-images" and use
3013         it to set the visibility of an embedded image.
3014
3015 Thu Feb 19 21:26:10 2004  Matthias Clasen  <maclas@gmx.de>
3016
3017         * gtk/gtkactiongroup.c (gtk_action_group_add_radio_actions_full): 
3018         Give each radio action its own value.  (#134889, Paolo Borelli)
3019
3020 2004-02-19  Federico Mena Quintero  <federico@ximian.com>
3021
3022         * gtk/gtkfilechooserdialog.c (gtk_file_chooser_dialog_finalize):
3023         Chain to the parent's ::finalize() handler.  Fixes #134885; caught
3024         by Jan Arne Petersen.
3025
3026 2004-02-19  Mark McLoughlin  <mark@skynet.ie>
3027
3028         Make the entire expander widget width prelight as suggested
3029         by Seth in bug #134263.
3030
3031         * gtk/gtkexpander.c:
3032         (gtk_expander_paint_prelight): impl.
3033         (gtk_expander_paint): use it.
3034         (gtk_expander_redraw_expander): don't only redraw the
3035         arrow when prelit.
3036
3037 2004-02-19  Alexander Larsson  <alexl@redhat.com>
3038
3039         * gtk/gtkfilechooser.c: (gtk_file_chooser_class_init):
3040         * gtk/gtkfilechooserutils.c:
3041         * gtk/gtkfilechooserutils.h:
3042         * gtk/gtkfilechooserwidget.c:
3043         Remove old file-system property.
3044         Add new file-system-backend string property
3045         
3046         * gtk/gtkfilechooserdefault.[ch]:
3047         Handle the file-system-backend property
3048         
3049         * gtk/gtkfilechooserdialog.[ch]:
3050         (gtk_file_chooser_dialog_new_with_backend):
3051         Remove old file-system property.
3052         Add new file-system-backend string property
3053         Add new function gtk_file_chooser_dialog_new_with_backend
3054         
3055         * gtk/gtkfilesystem.c: 
3056         * gtk/gtkfilesystem.h:
3057         Add filesystem module support.  
3058
3059 2004-02-18  Federico Mena Quintero  <federico@ximian.com>
3060
3061         * gtk/gtkfilechooserdefault.c (shortcuts_tree_create): Renamed
3062         from create_shortcuts_tree().
3063         (shortcuts_pane_create): New function.
3064         (button_new): Renamed from toolbar_button_new().
3065         (shortcuts_pane_create): New function, create the whole shortcuts
3066         pane here.
3067         (current_folder_create): Renamed from toolbar_create().  Don't
3068         create the bookmarks buttons here.
3069         (file_pane_create): New function.
3070         (gtk_file_chooser_default_constructor): Use the new helper
3071         functions, and don't use an extra vbox as GtkFileChooserDefault is
3072         already a vbox.
3073
3074 Thu Feb 19 01:39:30 2004  Matthias Clasen  <maclas@gmx.de>
3075
3076         * gtk/gtkuimanager.h: 
3077         * gtk/gtkuimanager.c (gtk_ui_manager_class_init): Add
3078         default handlers for all signals; for consistency and for the
3079         benefit of language bindings which still rely on header parsing
3080         to find the signals.  (#134269, Jeroen Zwartepoorte)
3081         
3082 Thu Feb 19 00:45:02 2004  Matthias Clasen  <maclas@gmx.de>
3083
3084         * gtk/gtktreeselection.c (gtk_tree_selection_get_selected_rows): 
3085         Improve the efficiency here by prepending on the list and reverting
3086         it after the loop.  (#134435, Christian Biere)
3087
3088 Thu Feb 19 00:32:21 2004  Matthias Clasen  <maclas@gmx.de>
3089
3090         * gtk/gtkplug.c (_gtk_plug_remove_from_socket): Avoid errors when
3091         removing the plug from the socket.  (#128546, Christopher Blizzard)
3092
3093 Thu Feb 19 00:09:35 2004  Matthias Clasen  <maclas@gmx.de>
3094
3095         * gtk/gtkradiomenuitem.h:
3096         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_new_from_widget): 
3097         (gtk_radio_menu_item_new_with_label_from_widget): 
3098         (gtk_radio_menu_item_new_with_mnemonic_from_widget): New
3099         convenience functions analogous to similar API on GtkRadioButton.
3100         (#51700, Vitaly Tishkov, patch by Soeren Sandmann)
3101
3102 Wed Feb 18 17:53:27 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3103
3104         * gdk/gdkwindow.c (gdk_window_get_bg_gc): Use a scratch GC in the
3105         case where the background is a solid color.
3106         (gdk_window_clear_backing_rect): Reset the clip region after use.
3107
3108         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_threshold_alpha): Go
3109         back to using a scratch GC. Pointed out by Owen Taylor
3110         
3111         * gdk/gdkdraw.c (gdk_drawable_real_draw_pixbuf): Only use a
3112         scratch GC if the passed-in one is NULL
3113
3114 Wed Feb 18 14:27:08 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3115
3116         * gdk/gdkwindow.c (gdk_window_get_composite_drawable): Reset clip
3117         region back to NULL on cached GC (rest of #134728)
3118
3119 Wed Feb 18 13:28:57 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3120
3121         Fix bug reported by Nam SungHyun (#134728)
3122         
3123         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_threshold_alpha):
3124         Don't use a cached GC here since the function needs to modify the
3125         foreground color.
3126
3127         * gdk/gdkwindow.c (gdk_window_end_paint): Reset clip region back
3128         to NULL on the cached GC.
3129
3130 2004-02-17  Federico Mena Quintero  <federico@ximian.com>
3131
3132         * gtk/gtkfilechooserdialog.c
3133         (gtk_file_chooser_dialog_style_set): Use HIG-compliant spacings.
3134         This sucks a lot.
3135
3136 Wed Feb 18 02:03:47 2004  Matthias Clasen  <maclas@gmx.de>
3137
3138         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): Document some
3139         peculiarities of the ::delete_range signal.  (#132135, Grant Gayed)
3140
3141 Wed Feb 18 01:44:59 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3142
3143         GC caching, bug #125645 (based on patch by Brian Cameron)
3144         
3145         * gdk/gdkscreen.h (struct _GdkScreen): Add GC cache
3146         * gdk/gdkscreen.c (gdk_screen_dispose): New function. Unref the
3147         cached GC's here.
3148         * gdk/gdkdraw.c (_gdk_drawable_get_scratch_gc): New function to
3149         get a scratch gc.
3150         * gdk/gdkinternals.h: Declare the function here
3151
3152         * gdk/gdkdraw.c (gdk_drawable_real_draw_pixbuf): Use
3153         _gdk_drawable_get_scratch_gc() instead of creating a new GC.
3154         * gdk/x11/gdkgeometry-x11.c (gdk_window_copy_area_scroll): same
3155         * gdk/x11/gdkdrawable-x11.c (draw_with_images): same
3156         * gdk/gdkwindow.c (gdk_window_get_composite_drawable): same
3157         * gdk/gdkwindow.c (gdk_window_end_paint): same
3158         * gdk/gdkpixmap.c (gdk_pixmap_colormap_new_from_pixbuf): same
3159         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_threshold_alpha): same
3160         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_pixmap_and_mask_for_colormap): same
3161
3162 Tue Feb 17 23:28:33 2004  Matthias Clasen  <maclas@gmx.de>
3163
3164         * gtk/gtkmenu.c (gtk_menu_init): ...and don't forget to initalize
3165         priv->columns to 1.
3166
3167 Tue Feb 17 23:11:21 2004  Matthias Clasen  <maclas@gmx.de>
3168
3169         * gtk/gtkmenu.c (gtk_menu_do_remove): Make sure that we keep
3170         priv->columns >= 1 even for empty menus, since we divide by it
3171         somewhere else.  (#133428, Vincent Noel)
3172
3173 Tue Feb 17 23:02:58 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3174
3175         Fix for #119722, reported by Olexiy Avramchenko, patch by Owen
3176         Taylor.
3177
3178         * gdk/x11/gdkprivate-x11.h (struct _GdkGCX11): Add a depth field
3179
3180         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_new): Keep track of the GC's
3181         depth.
3182
3183         * gdk/x11/gdkgc-x11.c (_gdk_gc_x11_get_fg_xft_color): First query
3184         the colormap, if no colormap, special case depth 1, 
3185
3186         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_get_fg_picture): Use
3187         _gdk_gc_x11_get_fg_xft_color() to get the foreground color.
3188
3189         * gdk/x11/gdkdrawable-x11.c (gdk_x11_drawable_get_xft_draw):
3190         Special-case bitmaps without a colormap.
3191
3192         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_pixbuf): Use inherited
3193         draw_pixbuf() implementation in the bitmap case.
3194
3195 2004-02-17  Mark McLoughlin  <mark@skynet.ie>
3196
3197         * modules/input/Makefile.am: only reference input method
3198         modules we've actually built. Fixes re-build failure with
3199         stale hangul module lying aroung. Bug #134518.
3200
3201 Mon Feb 16 19:13:21 2004  Owen Taylor  <otaylor@redhat.com>
3202
3203         * gdk/gdkdraw.c: Revert last commit, please don't commit patches
3204         without approval, this isn't the right way to do it.
3205
3206 2004-02-16  DindinX  <david@dindinx.org>
3207
3208         * gdk/gdkdraw.c (gdk_draw_segments): don't try to draw more than 32767
3209         segments at a time, since XDrawSegments cannot handle more than this.
3210
3211         fixes bug #122026.
3212         
3213 Mon Feb 16 18:26:39 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3214
3215         * gtk/gtktoolbar.c (gtk_toolbar_set_child_property): Call
3216         gtk_tool_item_set_expand(), not gtk_tool_item_set_homogeneous()
3217         in the CHILD_PROP_EXPAND branch. (#134543, Damon Chaplin)
3218
3219 Mon Feb 16 00:04:46 2004  Matthias Clasen  <maclas@gmx.de>
3220
3221         * gtk/gtkcombobox.c (gtk_combo_box_cell_layout_*): 
3222         Split declaration and assignment of combo_box.
3223         
3224         * gtk/gtkcombobox.c (gtk_combo_box_list_setup): Remove a 
3225         pointless cast
3226
3227 Sun Feb 15 22:08:53 2004  Matthias Clasen  <maclas@gmx.de>
3228
3229         * gtk/gtkoptionmenu.c (gtk_option_menu_get_history): Add 
3230         deprecation note pointing people to GtkComboBox.
3231
3232 Sun Feb 15 02:49:45 2004  Matthias Clasen  <maclas@gmx.de>
3233
3234         * gtk/gtktreednd.c: 
3235         * gtk/gtktreeview.c: Document the tree DND API.
3236
3237         * gtk/gtktreeview.c (gtk_tree_view_unset_rows_drag_source): 
3238         Call gtk_drag_source_unset().  
3239         
3240 Sun Feb 15 00:49:59 2004  Matthias Clasen  <maclas@gmx.de>
3241
3242         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_class_init): 
3243         Make stock_size an uint property, to allow custom icon 
3244         sizes. Also clarify the blurb.  (#130047, Erik Grinaker)
3245
3246 Sat Feb 14 11:05:26 2004  Manish Singh  <yosh@gimp.org>
3247
3248         * configure.in: Remove unnecessary STRIP_* definitions, and GNU
3249         make check.
3250
3251 2004-02-13  Federico Mena Quintero  <federico@ximian.com>
3252
3253         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_add_bookmark):
3254         Duh, duh, duh!  Don't bail out if the bookmarks file doesn't exist
3255         the very first time you try to save one.
3256
3257 2004-02-13  Federico Mena Quintero  <federico@ximian.com>
3258
3259         Fix #129020.
3260
3261         * gtk/gtkfilechooserdialog.c
3262         (set_default_size): New function, sets a reasonable default size
3263         for the window.
3264         (gtk_file_chooser_dialog_realize): New function, call
3265         set_default_size().
3266         (gtk_file_chooser_dialog_style_set): Likewise.
3267         (gtk_file_chooser_dialog_screen_changed): Likewise.
3268
3269         * tests/testfilechooser.c (main): Don't set a default size for the
3270         dialog.
3271
3272 Sat Feb 14 00:05:18 2004  Matthias Clasen  <maclas@gmx.de>
3273
3274         * gtk/gtktreemodelfilter.c (bsearch_elt_with_offset): 
3275         Use do instead of while.  (#134031, Morten Welinder);
3276
3277 Sat Feb 14 00:00:52 2004  Matthias Clasen  <maclas@gmx.de>
3278
3279         * configure.in: Suppress xsltproc and xmlcatalog checks
3280         if enable_man=no.  (#134162, Julio M. Merino Vidal)
3281
3282 Fri Feb 13 23:54:48 2004  Matthias Clasen  <maclas@gmx.de>
3283
3284         * configure.in: Remove checks for sgml2html. It was once
3285         used for building the linuxdoc version of the tutorial.
3286         Nowadays, we use db2html.  (#134164, Julio M. Merino Vidal)
3287
3288 Fri Feb 13 08:17:43 2004  Owen Taylor  <otaylor@redhat.com>
3289
3290         Fix various compilation problems (#134312, David
3291         Hawthorne)
3292
3293         * gtk/gtkscale.c (gtk_scale_get_layout_offsets): Use 
3294         g_return_if_fail(), not g_return_val_if_fail().
3295
3296         * gtk/gtkvscale.c (gtk_vscale_get_layout_offsets): 
3297         * gtk/gtkhscale.c (gtk_hscale_get_layout_offsets): Use 
3298         g_return_if_reached(), not g_return_val_if_reached().
3299         
3300         * gtk/gtkvscale.c (gtk_vscale_expose): Fix the types
3301         of some parameters.
3302
3303         * gtk/gtkhscale.c (gtk_hscale_get_layout_offsets): Remove
3304         extra 'scale' parameter.
3305
3306 Thu Feb 12 21:58:20 2004  Owen Taylor  <otaylor@redhat.com>
3307
3308         Various reentrancy fixes for widgets being destroyed
3309         out of focus-out-event. (#128821, Grant Gayed)
3310
3311         * gtk/gtkwindow.c (_gtk_window_unset_focus_and_default): 
3312         Ref window and widget over callbacks.
3313
3314         * gtk/gtkwidget.c (gtk_widget_hide)
3315           gtk/gtkwidget.c (gtk_widget_set_child_visible):
3316         Ref the widget before calling _gtk_window_unset_focus_and_default(),
3317         since that can call user callbacks.
3318
3319         * gtk/gtkwidget.c (gtk_widget_invalidate_widget_windows):
3320         Do nothing if the widget isn't realized.
3321
3322 Fri Feb 13 01:31:44 2004  Matthias Clasen  <maclas@gmx.de>
3323
3324         * gtk/gtkbutton.c (_gtk_button_paint): Don't draw bevels around
3325         active, RELIEF_NONE buttons that aren't depressed. This improves
3326         the appearance of buttons in notebook tabs.  (#109213, reported
3327         by Benjamin Otte, patch by Rodney Dawes)
3328
3329 Fri Feb 13 01:06:08 2004  Matthias Clasen  <maclas@gmx.de>
3330
3331         * demos/gtk-demo/main.c (read_line): Protect getc_unlocked() by 
3332         HAVE_FLOCKFILE in all cases.  (#134205, Julio M. Merino Vidal)
3333
3334 Fri Feb 13 00:54:59 2004  Matthias Clasen  <maclas@gmx.de>
3335
3336         Fix for #104811, Padraig O'Briain:
3337
3338         * gtk/gtkscale.h:
3339         * gtk/gtkscale.c (_gtk_scale_clear_layout): 
3340         * gtk/gtkscale.c (gtk_scale_get_layout_offsets): 
3341         * gtk/gtkscale.c (gtk_scale_get_layout): New functions to determine the
3342         text and its position from a GtkScale, to make it more accessible. 
3343         * gtk/gtkhscale.c (gtk_hscale_get_layout_offsets):
3344         * gtk/gtkvscale.c (gtk_vscale_get_layout_offsets): Implementations of the 
3345         new GtkScale vfunc.
3346
3347 Thu Feb 12 17:59:52 2004  Owen Taylor  <otaylor@redhat.com>
3348
3349         * gtk/gtkicontheme.c (gtk_icon_theme_get_search_path): 
3350         Remove an extraneous + 1 (#134015, Torsten Schoenfeld)
3351
3352 Thu Feb 12 23:55:08 2004  Matthias Clasen  <maclas@gmx.de>
3353
3354         * gtk/gtktooltips.h:
3355         * gtk/gtktooltips.c (gtk_tooltips_get_info_from_tip_window): New 
3356         function to improve the accessibility of tooltips.  (#114851, 
3357         Padraig O'Briain)
3358
3359 Thu Feb 12 23:16:04 2004  Matthias Clasen  <maclas@gmx.de>
3360
3361         * gtk/gtkcombobox.c (gtk_combo_box_popup): 
3362         * gtk/gtkcombobox.c (gtk_combo_box_popdown): Make these public and
3363         add docs.  (#132847)
3364
3365 Thu Feb 12 11:05:16 2004  Manish Singh  <yosh@gimp.org>
3366
3367         * gdk/x11/gdkproperty-x11.c (gdk_property_get): Assign xtype using
3368         gdk_x11_atom_to_xatom_for_display () when type != GDK_NONE.
3369
3370         * gtk/gtkselection.c (_gtk_selection_request): Use GDK_NONE in
3371         gdk_property_get call instead of 0.
3372
3373         * docs/reference/gdk/tmpl/properties.sgml: Document the above
3374         as GDK_NONE instead of simply 0.
3375
3376 Thu Feb 12 15:46:26 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3377
3378         * gtk/gtktoolbar.c (gtk_toolbar_size_allocate): Fix up item_area
3379         correctly in RTL mode. (#133984, patch from Semion Chichelnitsky).
3380
3381 Thu Feb 12 02:22:02 2004  Matthias Clasen  <maclas@gmx.de>
3382
3383         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_set_modify_func): 
3384         Correct the docs.
3385
3386 Thu Feb 12 01:17:01 2004  Matthias Clasen  <maclas@gmx.de>
3387
3388         * gtk/gtktreeview.c (gtk_tree_view_enable_model_drag_source): Call
3389         gtk_drag_source_set(), so that things like gtk_drag_set_icon_*() work
3390         for automatic DND.  (#133485, Tommi Komulainen)
3391
3392 Thu Feb 12 00:37:00 2004  Matthias Clasen  <maclas@gmx.de>
3393
3394         * gdk/x11/gdkproperty-x11.c (gdk_property_change): Fix misleading
3395         debug output.
3396
3397 2004-02-11  Federico Mena Quintero  <federico@ximian.com>
3398
3399         * gtk/gtkmessagedialog.c (gtk_message_dialog_map): New ::map()
3400         handler.  If no widget has the focus, try to give it to the
3401         default widget.  If there is no default widget, give it to the
3402         first button.  Fixes the cause for which #59707 was reopened.
3403
3404 2004-02-11  Federico Mena Quintero  <federico@ximian.com>
3405
3406         Fixes #134051.
3407
3408         * gtk/gtkicontheme.c (struct _GtkIconInfo): Remove the ref_count field.
3409         (icon_info_new): Don't initialize the ref_count field.
3410
3411 2004-02-11  Federico Mena Quintero  <federico@ximian.com>
3412
3413         * gtk/gtkicontheme.c (gtk_icon_theme_prepend_search_path): Shift
3414         the array correctly.  Fixes #134055, patch by Tosten Schoenfeld
3415         <kaffeetisch@gmx.de>.
3416
3417 Wed Feb 11 02:23:39 2004  Matthias Clasen  <maclas@gmx.de>
3418
3419         * gtk/gtkcontainer.c (gtk_container_real_set_focus_child): Handle
3420         focus [hv]adjustment correctly when the focus is located deeper
3421         down in the hierarchy.  (#133489)
3422
3423 Wed Feb 11 02:06:38 2004  Matthias Clasen  <maclas@gmx.de>
3424
3425         * gtk/gtkcellrenderer.c (gtk_cell_renderer_class_init): Remove 
3426         arbitrary low upper limits on the xpad, ypad, width and height
3427         properties.  (#129696, John Ellis)
3428
3429 Wed Feb 11 01:24:20 2004  Matthias Clasen  <maclas@gmx.de>
3430
3431         * gtk/gtkcombobox.c (gtk_combo_box_cell_layout_clear_attributes): 
3432         Ugh. Don't try to free ints, even if they're stored in pointers.
3433         (#133997, Morten Welinder)
3434
3435 2004-02-10  Federico Mena Quintero  <federico@ximian.com>
3436
3437         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_finalize):
3438         Free the filters.  Fixes #133547, patch by Morten Welinder
3439         <mortenw@gnome.org>.
3440
3441 Tue Feb 10 12:02:14 2004  Owen Taylor  <otaylor@redhat.com>
3442
3443         * gdk/x11/xsettings-client.c (read_settings): Avoid
3444         triggering an X error when the client->manager_window
3445         is None...makes logs look cleaner.
3446
3447         * gdk/x11/gdkproperty-x11.c (gdk_property_get): Handle
3448         GDK_NONE to mean AnyPropertyType as documented. (Reported 
3449         by Yu Shao)
3450
3451         * gdk/x11/gdkevents-x11.c (fetch_net_wm_check_window,
3452         gdk_x11_screen_get_window_manager_name): Fix error trap
3453         we've been leaking since 2002... (#129538)
3454
3455 2004-02-10  Federico Mena Quintero  <federico@ximian.com>
3456
3457         Fixes the entry-related part of #133852.
3458
3459         * gtk/gtkfilechooserdefault.c (update_chooser_entry): Don't change
3460         the file part of the entry if the selected item is a folder.
3461
3462 2004-02-10  Federico Mena Quintero  <federico@ximian.com>
3463
3464         Fixes #133995, patch by Morten Welinder <mortenw@gnome.org>.
3465
3466         * tests/prop-editor.c (create_prop_editor): Free the title.
3467         (object_changed): Free the children list.
3468
3469 Tue Feb 10 01:58:55 2004  Matthias Clasen  <maclas@gmx.de>
3470
3471         * gtk/gtkcontainer.c (gtk_container_set_focus_hadjustment): 
3472         * gtk/gtkcontainer.c (gtk_container_set_focus_vadjustment): Document 
3473         these functions.
3474
3475 2004-02-09  Federico Mena Quintero  <federico@ximian.com>
3476
3477         * gtk/gtkfilechooserdefault.c (set_list_model): Request
3478         GTK_FILE_INFO_ALL from the file system model, so that arbitrary
3479         filtering will work.  Perhaps we should have a way of aggregating
3480         info types to the model as filters get installed.
3481
3482 Mon Feb  9 22:22:19 2004  Matthias Clasen  <maclas@gmx.de>
3483
3484         * gtk/gtkcellview.c (gtk_cell_view_cell_layout_clear_attributes): 
3485         Ugh. Don't try to free ints, even if they're stored in pointers.
3486
3487 2004-02-09  Federico Mena Quintero  <federico@ximian.com>
3488
3489         Fix #132256.
3490
3491         * gtk/gtkfilechooserdefault.c
3492         (gtk_file_chooser_default_get_paths): Read the contents of the
3493         filename entry in both OPEN and SAVE mode.  In multiple-selection
3494         mode, add this to the selection from the file/folder list.
3495         (struct get_paths_closure): Add a path_from_entry field.
3496         (get_paths_foreach): Only add the iterated path if it is not the
3497         same as the path from the entry.
3498
3499 2004-02-09  Federico Mena Quintero  <federico@ximian.com>
3500
3501         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_get_folder): If
3502         the folder is already open, add the requested info types to it.
3503
3504 Sun Feb  8 01:28:02 2004  Manish Singh  <yosh@gimp.org>
3505
3506         * gtk/gtkcombobox.c (gtk_combo_box_set_popup_widget): Add appropriate
3507         type casts for the gtk_window_set_screen() call.
3508
3509 Sun Feb  8 01:44:06 2004  Matthias Clasen  <maclas@gmx.de>
3510
3511         * gtk/gtkcombobox.c (gtk_combo_box_set_popup_widget): Make popups 
3512         come up on the same screen as the combo box.  (#133544, 
3513         Morten Welinder)
3514
3515 Fri Feb  6 23:40:24 2004  Jonathan Blandford  <jrb@gnome.org>
3516
3517         * gtk/gtkfilechooserdefault.c (create_file_list): clean up the
3518         packing of the file selector.
3519
3520 Sat Feb  7 01:21:09 2004  Matthias Clasen  <maclas@gmx.de>
3521
3522         * gtk/gtktreemodel.c (gtk_tree_model_base_init): Don't use function 
3523         calls in array initializers, as some compilers seem to hate this.
3524         (#133216, Jonas Jonsson)
3525
3526 Sat Feb  7 00:06:44 2004  Matthias Clasen  <maclas@gmx.de>
3527
3528         * gtk/gtkaccelmap.[hc]: Add change notification for GtkAccelMap,
3529         by on-demand instantiating a singleton object with a "changed" 
3530         signal. 
3531
3532         * gtk/gtkmarshalers.list (VOID:STRING,UINT,FLAGS): Add marshaller
3533         for GtkAccelMap::changed.
3534
3535 Fri Feb  6 23:08:29 2004  Matthias Clasen  <maclas@gmx.de>
3536
3537         * gtk/gtktextbtree.c (_gtk_text_btree_check): 
3538         * gtk/gtkcombobox.c (gtk_combo_box_cell_layout_clear_attributes): 
3539         * gtk/gtkcellview.c (gtk_cell_view_cell_layout_clear_attributes): 
3540         Actually free the lists. Pointed out by Morten Welinder.
3541         
3542 Fri Feb  6 22:38:54 2004  Matthias Clasen  <maclas@gmx.de>
3543
3544         * gtk/gtkcombo.c (gtk_combo_entry_key_press): Handle character 
3545         positions in UTF-8 strings correctly.  (#133315, Theppitak 
3546         Karoonboonyanan)
3547
3548 2004-02-06  Morten Welinder  <terra@gnome.org>
3549
3550         * gtk/gtktoolbar.c (show_menu): Cleanup using
3551         gtk_menu_attach_to_widget.  Also fixes leak, see #133411.
3552
3553 2004-02-06  Federico Mena Quintero  <federico@ximian.com>
3554
3555         * gtk/gtkfilechooserdefault.c (shortcuts_add_volumes): Free the
3556         list.  Fixes #133546.
3557
3558 2004-02-06  Federico Mena Quintero  <federico@ximian.com>
3559
3560         Fix #132327.
3561
3562         * gtk/gtkfilesystemunix.c (struct _GtkFileSystemUnix): Add a
3563         folder_hash field to keep a list of live folder objects.
3564         (gtk_file_system_unix_init): Create the folder_hash.
3565         (gtk_file_system_unix_finalize): Destroy the folder_hash.
3566         (gtk_file_system_unix_get_folder): Ref and return an existing
3567         folder if we have it around, otherwise return a new folder object.
3568         (struct _GtkFileFolderUnix): Add a field for the parent file system.
3569         (gtk_file_folder_unix_finalize): Remove the folder from the file
3570         system's hash table.
3571         (gtk_file_system_unix_create_folder):  Emit "files-added" on the
3572         newly-created folder's parent.  Fixes #132327.
3573
3574 Fri Feb  6 00:51:57 2004  Matthias Clasen  <maclas@gmx.de>
3575
3576         * gtk/gtkstock.c (builtin_items): Change the labels of the 
3577         ZOOM_100 and ZOOM_FIT stock items to "_Normal Size" and
3578         "Best _Fit", to be HIG compliant.  (#124080, Mariano 
3579         Suárez-Alvarez)
3580
3581 Fri Feb  6 00:45:16 2004  Matthias Clasen  <maclas@gmx.de>
3582
3583         * gtk/gtkcombobox.c (gtk_combo_box_finalize): Add a finalize 
3584         function to plug a few memory leaks.  (#133544, Morten Welinder)
3585
3586 Fri Feb  6 00:15:38 2004  Matthias Clasen  <maclas@gmx.de>
3587
3588         * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_mnemonic_activate): 
3589         Support mnemonic_activate here as well.
3590         
3591         * gtk/gtkcombobox.c (gtk_combo_box_mnemonic_activate): Focus
3592         the button, not the tree_view.
3593
3594 Thu Feb  5 23:48:19 2004  Matthias Clasen  <maclas@gmx.de>
3595
3596         * gtk/gtkcombobox.c (gtk_combo_box_mnemonic_activate): Add this
3597         function, to make mnemonic_activate work for combo boxes.
3598         (#133443, Paolo Borelli)
3599
3600 Thu Feb  5 22:05:52 2004  Matthias Clasen  <maclas@gmx.de>
3601
3602         * gtk/gtkfilesystemunix.c (bookmark_list_read): Initialize result
3603         to FALSE.  (#133539, Morten Welinder)
3604
3605 Thu Feb  5 21:36:43 2004  Matthias Clasen  <maclas@gmx.de>
3606
3607         * gtk/gtkcombobox.c (gtk_combo_box_set_active_iter): Fix the logic
3608         of the depth one check.  (#133488, Christian Persch)
3609
3610 Thu Feb  5 01:50:19 2004  Matthias Clasen  <maclas@gmx.de>
3611
3612         * gtk/gtktearoffmenuitem.c (gtk_tearoff_menu_item_paint): Fix
3613         the drawing of tearoff menu items which don't come first in their
3614         menu.  (#33311)
3615
3616 Thu Feb  5 00:59:08 2004  Matthias Clasen  <maclas@gmx.de>
3617
3618         * gtk/gtkcombo.c (gtk_combo_entry_key_press): Use 
3619         g_completion_complete_utf8(). (#133313, Theppitak Karoonboonyanan)
3620
3621 2004-02-04  Federico Mena Quintero  <federico@ximian.com>
3622
3623         Fix #59707.
3624
3625         * gtk/gtklabel.c (gtk_label_focus): Removed, so we don't ignore
3626         the focus chain.
3627         (gtk_label_button_press): Fix prototype.
3628         (gtk_label_button_release): Likewise.
3629         (gtk_label_motion): Likewise.
3630
3631         * tests/testgtk.c (create_message_dialog): For the dialog with
3632         only GTK_BUTTONS_CLOSE, make GTK_RESPONSE_CLOSE the default.
3633
3634 2004-02-04  Morten Welinder  <terra@gnome.org>
3635
3636         * gtk/gtktoolbar.c (show_menu): Show on the right screen.  (Fixes
3637         bug 133411, apart from the leak.)
3638
3639 Tue Feb  3 13:39:27 2004  Manish Singh  <yosh@gimp.org>
3640
3641         * gtk/gtkadjustment.c (gtk_adjustment_new): pass value in last
3642         in g_object_new, since it depends on lower and upper being set.
3643
3644 2004-02-03  Federico Mena Quintero  <federico@ximian.com>
3645
3646         * gtk/gtkmessagedialog.c (gtk_message_dialog_init): Make the
3647         window not resizable.  Fixes #114032.
3648
3649 2004-02-03  Federico Mena Quintero  <federico@ximian.com>
3650
3651         * gtk/gtkmessagedialog.c (gtk_message_dialog_class_init): Add
3652         documentation for the use_separator style property.
3653
3654 2004-02-03  Federico Mena Quintero  <federico@ximian.com>
3655
3656         Fix #68938.
3657
3658         * gtk/gtkdialog.c (GtkDialogPrivate): New private structure for
3659         GtkDialog; right now it only contains an ignore_separator field.
3660         (gtk_dialog_class_init): Register the private structure.
3661         (gtk_dialog_init): Initialize the priv->ignore_separator field.
3662         (_gtk_dialog_set_ignore_separator): New private function.
3663         (gtk_dialog_set_has_separator): Ignore the setting if appropriate.
3664
3665         * gtk/gtkmessagedialog.c (gtk_message_dialog_class_init): Add a
3666         use_separator style property.
3667         (gtk_message_dialog_style_set): Change the dialog's separator
3668         based on the style property.
3669         (gtk_message_dialog_init): Set the dialog box to ignore the
3670         separator setting.
3671
3672 Tue Feb  3 02:35:09 2004  Matthias Clasen  <maclas@gmx.de>
3673
3674         * gtk/Makefile.am: Build filesystemwin32.c if OS_WIN32 and
3675         also dist gtkfilesystemwin32.[hc].
3676
3677 Tue Feb  3 02:04:44 2004  Matthias Clasen  <maclas@gmx.de>
3678
3679         * gtk/gtklabel.c (gtk_label_ensure_layout): Right-justify labels
3680         in rtl mode.  (#129071, chinen@jp.ibm.com)
3681
3682 Tue Feb  3 02:01:25 2004  Matthias Clasen  <maclas@gmx.de>
3683
3684         * gtk/gtkmenushell.c (gtk_real_menu_shell_move_current): Exchange the
3685         meaning GTK_MENU_DIR_PARENT/CHILD and GTK_MENU_DIR_PREV/NEXT in rtl
3686         mode.  (#107528)
3687
3688 Tue Feb  3 01:38:06 2004  Matthias Clasen  <maclas@gmx.de>
3689
3690         Clip narrow columns in rtl-oriented tree views (#128089,  
3691         chinen@jp.ibm.com):
3692         
3693         * gtk/gtkstyle.c (gtk_default_draw_option): 
3694         * gtk/gtkstyle.c (gtk_default_draw_check): Clip to the 
3695         given area.
3696
3697         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_process_action): 
3698         Use the right clip area when calling gtk_cell_renderer_render().
3699         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_cell_draw_focus): 
3700         Use the right clip area when calling gtk_paint_focus().
3701         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render): 
3702         Use the right clip area when calling gtk_paint_toggle() or
3703         gtk_paint_check().
3704         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render): 
3705         Clip to the expose_area when drawing the background rectangle.
3706         
3707 Tue Feb  3 00:14:36 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3708
3709         * gdk/x11/gdkgeometry-x11.c (queue_item_free, gdk_window_queue):
3710         Use a weak reference instead of ref()/unref(). (#60857, reported
3711         by Joshua N Pritikin)
3712
3713         * gdk/gdkimage.c (scratch_image_info_for_depth): Formatting fix.
3714
3715 Tue Feb  3 00:15:17 2004  Matthias Clasen  <maclas@gmx.de>
3716
3717         * gtk/gtktreeprivate.h (struct _GtkTreeViewPrivate): Add 
3718         init_hadjust_value and prev_width.
3719         * gtk/gtktreeview.c (gtk_tree_view_init): Initialize 
3720         them here.
3721         * gtk/gtktreeview.c (gtk_tree_view_update_size): ...and here.
3722         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): Use them
3723         here to properly handle the initial position of rtl-oriented
3724         tree views.  (#127581, chinen@jp.ibm.com)
3725
3726 2004-01-20  Federico Mena Quintero  <federico@ximian.com>
3727
3728         Fix #130846, reported by R. McFarland <rwmcfa1@neces.com>.
3729
3730         * gtk/gtktreeview.c (gtk_tree_view_button_press): Return TRUE when
3731         we handle an event in the colums, and FALSE at the end if the
3732         event is not handled at all.
3733
3734 Mon Feb  2 23:41:48 2004  Matthias Clasen  <maclas@gmx.de>
3735
3736         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_row_changed): 
3737         Don't access the level after removing the node, since that may
3738         kill the level.  (#132615, Crispin Flowerday)
3739
3740 2004-02-02  Tor Lillqvist  <tml@iki.fi>
3741
3742         * gdk/win32/gdkevents-win32.c (gdk_pointer_grab): Set the cursor
3743         in all cases. If no grab cursor specified, use the grabbing
3744         window's cursor. If the grabbing window has no cursor, use the
3745         default arrow cursor. (#118025)
3746
3747 Mon Feb  2 22:05:36 2004  Matthias Clasen  <maclas@gmx.de>
3748
3749         * gtk/gtkseparatormenuitem.c (gtk_separator_menu_item_init): The
3750         latest in menu separation technology.
3751
3752 Mon Feb  2 19:04:17 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3753
3754         * gdk/x11/gdkwindow-x11.c: Assume gravity works. (Anything else
3755         we have to take our chances with).
3756         
3757         (Bug 97510)
3758
3759 Mon Feb  2 18:45:28 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3760
3761         Fix bug 110224.
3762
3763         * gdk/x11/gdkfont-x11.c (gdk_font_from_description_for_display):
3764         Remove unused variable 'result'
3765
3766         * gdk/x11/xsettings-client.[ch]: Add new set_grab/ungrab_func() functions.
3767
3768         * gdk/x11/gdkevents-x11.c (_gdk_x11_events_init_screen): Use them
3769         here.
3770
3771 Mon Feb  2 14:32:32 2004  Pablo Saratxaga  <pablo@mandrakesoft.com>
3772
3773         * configure.in po/uz*.po: changed default for Uzbek; now just "uz"
3774         is in cyrillic and "uz@Latn" for latin; "uz@Cyrl" has been removed
3775
3776 Sun Feb  1 16:34:07 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3777
3778         * gtk/gtktoolbar.c (gtk_toolbar_size_allocate): Only start
3779         sliding when using the new API.
3780
3781 Sun Feb  1 16:03:39 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3782
3783         * gtk/gtktoolbar.c (gtk_toolbar_size_allocate): Make sure
3784         item_area is positioned correctly. Fix #133070, reported by Jeroen
3785         Zwartepoorte.
3786
3787 Sat Jan 31 23:13:43 2004  Matthias Clasen  <maclas@gmx.de>
3788
3789         * gtk/gtktextchild.c (gtk_text_child_anchor_finalize): Don't
3790         crash when finalizing an unused GtkTextChildAnchor.  (#132260,
3791         muppet)
3792
3793 Sat Jan 31 22:41:57 2004  Matthias Clasen  <maclas@gmx.de>
3794
3795         * gtk/gtktreemodel.c (gtk_tree_model_rows_reordered): Correct
3796         the documentation for new_order.  (#124790, Tim-Philipp Müller)
3797
3798 Sat Jan 31 22:38:07 2004  Matthias Clasen  <maclas@gmx.de>
3799
3800         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_fixed_width): 
3801         Reset use_resized_width when setting fixed_width.  (#108612, 
3802         Felipe Heidrich) 
3803
3804 Sat Jan 31 16:27:44 2004  Matthias Clasen  <maclas@gmx.de>
3805
3806         * gtk/gtkmain.c (gtk_key_snooper_remove): Don't leak the
3807         GtkKeySnooperData.  (#132038, R. McFarland)
3808
3809 2004-01-30  Federico Mena Quintero  <federico@ximian.com>
3810
3811         Fixes #132975.
3812
3813         * gtk/gtkfilesystem.c (gtk_file_system_make_path): Return NULL,
3814         not FALSE.
3815         (gtk_file_system_volume_render_icon): Likewise.
3816
3817         * gtk/gtkfilesystemwin32.c (gtk_file_system_win32_make_path):
3818         Likewise.
3819
3820         * gtk/gtktreestore.c (gtk_tree_store_iter_n_children): Return 0,
3821         not FALSE.
3822
3823         * gtk/gtktoolbar.c (gtk_toolbar_get_drop_index): Return -1, not
3824         FALSE.
3825
3826         * gtk/gtktextiter.c (gtk_text_iter_get_chars_in_line): Return 0,
3827         not FALSE.
3828         (gtk_text_iter_get_bytes_in_line): Likewise.
3829
3830         * gdk/x11/gdkcursor-x11.c (gdk_display_get_default_cursor_size):
3831         Likewise.
3832
3833         * gdk/linux-fb/gdkcolor-fb.c (gdk_colors_alloc): Return FALSE, not
3834         0.
3835
3836 2004-01-30  Not Zed  <NotZed@Ximian.com>
3837
3838         Fixes #132929.
3839
3840         * gtk/gtktreeview.c (cancel_arrow_animation): remove the timeout
3841         handler when we clear the timeout id.
3842
3843 2004-01-30  Federico Mena Quintero  <federico@ximian.com>
3844
3845         Fix #129872, based on a patch by Jan Arne Petersen
3846         <jpetersen@uni-bonn.de>
3847
3848         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_list_bookmarks):
3849         Implement.
3850         (gtk_file_system_unix_add_bookmark): Implement.
3851         (gtk_file_system_unix_remove_bookmark): Implement.
3852
3853 2004-01-29  Federico Mena Quintero  <federico@ximian.com>
3854
3855         Fixes #132693.
3856
3857         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_get_parent): Don't
3858         use filename_from_path().  Also, check that the filename is
3859         absolute.
3860         (gtk_file_system_unix_get_folder): Likewise.
3861         (gtk_file_system_unix_create_folder): Likewise.
3862         (gtk_file_system_unix_make_path): Likewise.
3863         (gtk_file_system_unix_parse): Likewise.
3864         (gtk_file_folder_unix_get_info): Likewise.
3865         (filename_from_path): Removed.
3866
3867 2004-01-30  Federico Mena Quintero  <federico@ximian.com>
3868
3869         * gtk/gtkcalendar.c (arrow_action): Remove C++ comment; reported
3870         by Damien Carbery <damien.carbery@sun.com>.  Fixes #132956.
3871
3872 Fri Jan 30 11:37:37 2004  Owen Taylor  <otaylor@redhat.com>
3873
3874         * gdk/x11/gdkdrawable-x11.c: Revert changes from
3875         #113476 and go back to using XftDrawSetClip, because
3876         XftDrawSetClipRectangles is buggy in XFree86-4.3.
3877
3878 Thu Jan 29 18:08:06 2004  Owen Taylor  <otaylor@redhat.com>
3879
3880         * gtk/gtktextlayout.c (line_display_iter_to_index)
3881         * gtk/gtktextlayout.c (line_display_index_to_iter): Only
3882         adjust the preedit position for lines that include the
3883         preedit string. (#132353, Yao Zhang). How the heck
3884         did this work as well as it did?!?!
3885
3886         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_get_ic): 
3887         Reverse change to change of XNFilterEvents event mask from
3888         #110493 -- it's documented and in the Xlib code an
3889         unsigned long. 
3890         
3891         * modules/input/gtkimcontextxim.c (preedit_start_callback): 
3892         Return -1 rather than void to indicate no length limit.
3893         (#129548)
3894
3895 Fri Jan 30 00:45:46 2004  Matthias Clasen  <maclas@gmx.de>
3896
3897         * gtk/gtkadjustment.c: Add properties to GtkAdjustment.
3898         (#64601, Murray Cumming)
3899
3900 Fri Jan 30 00:13:46 2004  Matthias Clasen  <maclas@gmx.de>
3901
3902         * gtk/gtkcombo.c (gtk_combo_set_popdown_strings): Allow NULL
3903         for strings to clear the list.  (#105386, Marco Pesenti Gritti)
3904         
3905 2004-01-28  Richard Hult  <richard@imendio.com>
3906
3907         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_get_size):
3908         Free font_desc.  Fixes #132805.
3909
3910 2004-01-29  Federico Mena Quintero  <federico@ximian.com>
3911
3912         * gtk/gtkiconfactory.c (render_icon_name_pixbuf): Free the GError.
3913         Patch provided by Christian Persch <chpe@stud.uni-saarland.de>
3914         Fixes #132574.
3915
3916 Thu Jan 29 11:00:18 2004  Owen Taylor  <otaylor@redhat.com>
3917
3918         * gtk/gtkselection.c (gtk_selection_default_handler): 
3919         nul-terminate the target atoms. (#132656, Christian Persch)
3920
3921 Thu Jan 29 00:59:03 2004  Matthias Clasen  <maclas@gmx.de>
3922
3923         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_rows_reordered):
3924         Don't leak path if we bail out early.  (#132505, Christian Persch)
3925
3926 Thu Jan 29 00:48:47 2004  Matthias Clasen  <maclas@gmx.de>
3927
3928         * gtk/gtkactiongroup.c (gtk_action_group_add_toggle_actions_full):
3929         * gtk/gtkactiongroup.c (gtk_action_group_add_actions_full): Do
3930         reference counting on the user_data that is shared between
3931         multiple signal handlers, to avoid calling the destroy notify
3932         multiple times.  (#132447, Adam Hooper)
3933
3934 2004-01-28  Hans Breuer  <hans@breuer.org>
3935
3936         * gtk/stock-icons/stock_network_(16|24).png : new GTK_STOCK_NETWORK ...
3937           gtk/gtkstock.[hc] : ... define ...
3938           gtk/gtkiconfactory.c : ... register ...
3939           gtk/stock-icons/Makefile.am gtk/stock-icons/makefile.msc : ... compile ...
3940         * gtk/gtkfilesystemwin32.c : ... and use. Also adapt to recent 
3941         IFace changes.
3942
3943         * gtk/gtk.def : added a bunch of new exported symbols
3944
3945         * tests/testfilechooser.c (no_backup_files_filter) : don't crash
3946         on filter_info->display_name being NULL
3947
3948         * tests/testgtk.c : make testgtk --bench=all work again
3949
3950 Wed Jan 28 21:40:47 2004  Matthias Clasen  <maclas@gmx.de>
3951
3952         * gtk/gtkentrycompletion.c (gtk_entry_completion_action_data_func):
3953         Don't leak string.  (#132482, Christian Persch)
3954
3955 Tue Jan 27 18:45:47 2004  Manish Singh  <yosh@gimp.org>
3956
3957         * m4macros/gtk-2.0.m4: quote AC_DEFUN macro names so automake
3958         1.8 won't whine at us.
3959
3960 2004-01-28  Tor Lillqvist  <tml@iki.fi>
3961
3962         * gdk/win32/gdkevents-win32.c (synthesize_leave_event,
3963         synthesize_enter_event): Don' generate enter or leave events if
3964         the pointer is grabbed with owner_events off, and the grab event
3965         mask doesn't ask for them. (#129242)
3966
3967         (gdk_event_translate): Ditto for focus change events.
3968
3969 2004-01-27  Federico Mena Quintero  <federico@ximian.com>
3970
3971         Fix #132314.
3972
3973         * gtk/gtkfilesystem.h: Removed the #ifdef-ed out, old icon API.
3974
3975         * gtk/gtkfilesystem.c: Likewise.
3976
3977         * gtk/gtkfilesystemunix.c (filename_get_info): Removed the old
3978         icon-type code.
3979         (gtk_file_system_unix_render_icon): Moved the icon-rendering code
3980         from GtkFileInfo to here.
3981         (gtk_file_system_unix_volume_render_icon): Implement.
3982
3983 2004-01-28  Changwoo Ryu  <cwryu@debian.org>
3984
3985         * modules/input/imhangul-defs.h: 
3986         * modules/input/imhangul.c:
3987         * modules/input/Makefile.am: Remove broken hangul input module.
3988         
3989 Tue Jan 27 01:56:46 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3990
3991         * gtk/gtktoolbar.c: Remove obsolete comment.
3992
3993         * gtk/gtktoolbar.c (DEFAULT_SPACE_SIZE, SPACE_LINE_START, 
3994         SPACE_LINE_END): Make separators wider and taller, so they are
3995         easier to pick up when editing the toolbar.
3996
3997         * gtk/gtktoolbar.c (slide_idle_handler): Add a comment, simplify
3998         a bit, 
3999
4000         * gtk/gtktoolbar.c (rect_within): Formatting fix
4001
4002         * gtk/gtktoolbar.c (gtk_toolbar_set_drop_highlight_item): Make
4003         sliding feel more responsive by only restarting sliding when the
4004         placeholder actually changes its goal allocation.
4005
4006 Tue Jan 27 02:00:37 2004  Matthias Clasen  <maclas@gmx.de>
4007
4008         * gtk/gtktreeitem.c (gtk_tree_item_add_pixmaps): Avoid a 
4009         compiler warning.  (#122725, Kjartan Maraas)
4010         
4011 Tue Jan 27 01:46:54 2004  Matthias Clasen  <maclas@gmx.de>
4012
4013         Make menus work better on Xinerama (#126150):
4014         
4015         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu): Calculate the 
4016         monitor_num on the screen of the menu, not of the attach widget.
4017
4018         * gtk/gtkmenu.c (menu_change_screen): Forget the stored monitor_num. 
4019         (gtk_menu_window_size_request): Remember the monitor_num.
4020
4021 2004-01-26  Federico Mena Quintero  <federico@ximian.com>
4022
4023         Fix #105497; constify uses of GdkColor.
4024
4025         * gdk/gdkgc.c (gdk_gc_set_rgb_fg_color): Constify.
4026         (gdk_gc_set_rgb_bg_color): Constify.
4027         (gdk_gc_set_foreground): Constify.
4028
4029         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_pixmap): Constify.
4030         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new_from_pixmap): Constify.
4031         * gdk/linux-fb/gdkcursor-fb.c (gdk_cursor_new_from_pixmap): Constify.
4032
4033         * gdk/x11/gdkpixmap-x11.c (gdk_pixmap_create_from_data): Constify.
4034         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_create_from_data): Constify.
4035         * gdk/linux-fb/gdkpixmap-fb.c (gdk_pixmap_create_from_data): Constify.
4036
4037         * gdk/x11/gdkwindow-x11.c (gdk_window_set_background): Constify.
4038         * gdk/win32/gdkwindow-win32.c (gdk_window_set_background): Constify.
4039         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_set_background): Constify.
4040
4041         * gdk/gdkpango.c (gdk_draw_layout_line_with_colors): Constify.
4042         (gdk_draw_layout_with_colors): Constify.
4043
4044         * gdk/gdkpixmap.c (gdk_pixmap_colormap_new_from_pixbuf): Constify.
4045         (gdk_pixmap_colormap_create_from_xpm): Constify.
4046         (gdk_pixmap_create_from_xpm): Constify.
4047         (gdk_pixmap_colormap_create_from_xpm_d): Constify.
4048         (gdk_pixmap_create_from_xpm_d): Constify.
4049
4050         * gtk/gtkcellview.c (gtk_cell_view_set_background_color): Constify.
4051
4052         * gtk/gtkclist.c (gtk_clist_set_foreground): Constify.
4053         (gtk_clist_set_background): Constify.
4054
4055         * gtk/gtkcolorbutton.c (gtk_color_button_new_with_color): Constify.
4056         (gtk_color_button_set_color): Constify.
4057
4058         * gtk/gtkcolorsel.c (gtk_color_selection_set_current_color):
4059         Constify and add a check for color != NULL.
4060         (gtk_color_selection_get_current_color): Add a check for color != NULL.
4061         (gtk_color_selection_set_previous_color): Constify and add a check
4062         for color != NULL.
4063         (gtk_color_selection_get_previous_color): Add a check for color != NULL.
4064
4065         * gtk/gtkctree.c (gtk_ctree_node_set_foreground): Constify.
4066         (gtk_ctree_node_set_background): Constify.
4067
4068         * gtk/gtktext.c (gtk_text_insert): Constify.
4069         (insert_text_property): Constify.
4070         (text_properties_equal): Constify.
4071         (new_text_property): Constify.
4072
4073         * gtk/gtkwidget.c (gtk_widget_modify_color_component): Constify.
4074         (gtk_widget_modify_fg): Constify.
4075         (gtk_widget_modify_bg): Constify.
4076         (gtk_widget_modify_text): Constify.
4077         (gtk_widget_modify_base): Constify.
4078
4079 2004-01-26  Christian Rose  <menthos@menthos.com>
4080
4081         * configure.in: Added "mi" to ALL_LINGUAS.
4082
4083 2004-01-25  Tor Lillqvist  <tml@iki.fi>
4084
4085         * gdk/win32/gdkproperty-win32.c (gdk_property_delete): If the
4086         WM_TRANSIENT_FOR property is being deleted, set the owner of the
4087         window to the root window (i.e., effectively unset it). (#132411)
4088
4089         * gdk/win32/gdkprivate-win32.h
4090         * gdk/win32/gdkglobals-win32.c
4091         * gdk/win32/gdkmain-win32.c: Declare, define and initialize
4092         _wm_transient_for, a GdkAtom for WM_TRANSIENT_FOR.
4093
4094         * acconfig.h: Remove HAVE_WINSOCK_H, not used any longer.
4095
4096 Sun Jan 25 15:14:46 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
4097
4098         * gtk/gtktoolbar.c (gtk_toolbar_size_allocate): Base the decision
4099         to map/unmap items on whether they are actually allocated outside
4100         the toolbar, not on whether that will eventually happen. Improves
4101         animation in the presence of overflown items.
4102
4103         * gtk/gtktoolbar.c (gtk_toolbar_begin_sliding): Add a
4104         queue_resize() to so that the items will get their new goal
4105         values and the idle handler will not immediately return FALSE.
4106
4107         * gtk/gtktoolbar.c (slide_idle_handler): simplify the logic and
4108         make sure that a placeholder becoming invisible doesn't cause a
4109         return TRUE.
4110
4111         * gtk/gtktoolbar.c (get_item_size): Don't special case
4112         placeholders here.
4113
4114 Sat Jan 24 23:17:27 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
4115
4116         * gtk/gtktoolbutton.c (gtk_tool_button_construct_contents): Only
4117         try to pack icon if there actually is one.
4118
4119         * gtk/gtktoolbar.c (gtk_toolbar_size_allocate): Make sure
4120         OVERFLOWN items get an allocation even when they are
4121         unmapped. This ensures they will slide in properly.
4122
4123         * gtk/gtktoolbar.c (slide_idle_handler): Make sure we return TRUE
4124         when there are overflown items that need to slide in. Also add
4125         comments and make formatting more readable.
4126
4127 Sat Jan 24 17:38:48 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
4128
4129         * gtk/gtkradiotoolbutton.c (gtk_radio_tool_button_class_init):
4130         Add a write-only property ::group to be consistent with
4131         GtkRadioAction and GtkRadioButton. (#132159, Patch from Olivier
4132         Andrieu)
4133
4134 Fri Jan 23 23:46:12 2004  Matthias Clasen  <maclas@gmx.de>
4135
4136         * gtk/gtkfontbutton.c (gtk_font_button_label_use_font): Don't leak the 
4137         font description.  (#132168)
4138
4139 2004-01-23  Federico Mena Quintero  <federico@ximian.com>
4140
4141         Fix #132247.
4142
4143         * gtk/gtkfilechooserdefault.c (set_select_multiple): Handle folder
4144         mode.
4145         (set_select_multiple): Optionally notify about changes to the
4146         select-multiple property.
4147         (list_selection_changed): Change the condition for the editable row to
4148         test for save mode; this is more clear than testing for not being
4149         in multiple selection mode.
4150         (gtk_file_chooser_default_get_paths): Get impl->action directly
4151         rather than calling gtk_file_chooser_get_action().
4152         (entry_activate): Likewise.
4153         (set_select_multiple): Annotate about #133255.
4154         (update_chooser_entry): Likewise.
4155         (check_preview_change): Likewise.
4156         (tree_selection_changed): Likewise.
4157
4158 Fri Jan 23 14:56:18 2004  Jonathan Blandford  <jrb@gnome.org>
4159
4160         * gtk/gtktreeview.c (gtk_tree_view_get_path_at_pos): Don't crash
4161         when there are no columns, or all columns are hidden, #131402
4162
4163 Fri Jan 23 16:58:28 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
4164
4165         * gtk/gtkmenu.c (DEFAULT_POPUP_DELAY): Changing to 200 was a
4166         mistake. Change back to 225.
4167
4168 Thu Jan 22 18:46:05 2004  Owen Taylor  <otaylor@redhat.com>
4169
4170         * === Released 2.3.2 ===
4171
4172 Thu Jan 22 18:45:26 2004  Owen Taylor  <otaylor@redhat.com>
4173
4174         * gtk/gtkicontheme.c: Patch from Christian Neumair
4175         to make warning string more translator friendly.
4176
4177         * gtk/gtktreemodelfilter.h gtkseparatortoolitem.[ch]
4178         gtk/gtktoolbar.c: Parameter name fixes to keep gtk-doc
4179         happy.
4180
4181         * configure.in: Require GLib-2.3.2, version 2.3.2,
4182         interface age 0, binary age 302.
4183
4184         * NEWS: Organized, added some names.
4185
4186 Thu Jan 22 16:59:36 2004  Jonathan Blandford  <jrb@gnome.org>
4187
4188         * gtk/gtkliststore.c (gtk_list_store_reorder): Doc fix.
4189
4190 2004-01-22  Federico Mena Quintero  <federico@ximian.com>
4191
4192         * gtk/gtkwidget.c (gtk_widget_class_init): Added documentation for
4193         GtkWidget::popup_menu.
4194
4195 Thu Jan 22 21:45:24 2004  Matthias Clasen  <maclas@gmx.de>
4196
4197         * gtk/gtkmenu.c (gtk_menu_remove): Remove the attach 
4198         info after calling gtk_menu_do_remove(), since that function
4199         uses the attach info. Doh!
4200
4201         * gtk/gtkmenu.c (gtk_menu_do_remove): Don't check priv->columns 
4202         for being 1 directly after setting it to 0.
4203
4204 Thu Jan 22 21:38:52 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
4205
4206         * NEWS: Updates
4207
4208 2004-01-22  Alexander Larsson  <alexl@redhat.com>
4209
4210         * gdk/x11/gdkwindow-x11.c (WINDOW_IS_TOPLEVEL):
4211         Fix typo
4212
4213 2004-01-21  Federico Mena Quintero  <federico@ximian.com>
4214
4215         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_finalize):
4216         Free the path fields.
4217
4218         * gtk/gtkfilesystemmodel.c (gtk_file_system_model_finalize): Free
4219         the root_path, reported by <scott@asofyet.org>
4220         (gtk_file_system_model_finalize): Unref the file system.
4221
4222         * gtk/gtkfilefilter.c (filter_rule_free): default:
4223         g_assert_not_reached().
4224         (gtk_file_filter_finalize): Free the filter->name, reported by
4225         <scott@asofyet.org>
4226         (gtk_file_filter_finalize): Free the rules list.
4227
4228 Wed Jan 21 18:10:40 2004  Jonathan Blandford  <jrb@gnome.org>
4229
4230         * gtk/gtkcolorbutton.c (gtk_color_button_set_color):redraw the
4231         color button when an alpha is set.
4232         (gtk_color_button_set_alpha): redraw the color button when an
4233         alpha is set.
4234
4235 Wed Jan 21 23:27:14 2004  Matthias Clasen  <maclas@gmx.de>
4236
4237         Fix #131869: 
4238         
4239         * gtk/gtkaction.c (_gtk_action_emit_activate): Hold
4240         a reference to the group while emitting the signals.
4241
4242         * gtk/gtkactiongroup.c (gtk_action_group_init): Use a 
4243         destroy notify which does not only unref, but also resets
4244         the action_group property of the action.
4245
4246 2004-01-20  Federico Mena Quintero  <federico@ximian.com>
4247
4248         * NEWS: Added details about GtkFileChooser changes.
4249
4250 2004-01-20  Federico Mena Quintero  <federico@ximian.com>
4251
4252         Fix #99425, add accessor functions for GtkPaned's children.
4253
4254         * gtk/gtkpaned.c (gtk_paned_get_child1): New function.
4255         (gtk_paned_get_child2): New function.
4256
4257 Tue Jan 20 23:49:52 2004  Matthias Clasen  <maclas@gmx.de>
4258
4259         * NEWS: Start of 2.3.2 section.
4260
4261 Tue Jan 20 22:11:31 2004  Matthias Clasen  <maclas@gmx.de>
4262
4263         Fixes for #130370, based on a patch by Michael Meeks:
4264         
4265         * gtk/gtkmenu.c (gtk_menu_do_remove): New auxiliary function to
4266         adjust cell positions and recalculate row and column counts after
4267         removing an item.
4268
4269         * gtk/gtkmenu.c (gtk_menu_remove): Call gtk_menu_do_remove.
4270
4271         * gtk/gtkmenu.c (gtk_menu_do_insert): Don't leave empty rows when
4272         appending items.
4273
4274         * gtk/gtkmenu.c (gtk_menu_attach): Don't call gtk_menu_shell_append,
4275         to avoid an unintended recursion.
4276
4277 2004-01-19  Federico Mena Quintero  <federico@ximian.com>
4278
4279         Fix #131418.
4280
4281         * gtk/gtkfilechooserdefault.c (set_select_multiple): New helper
4282         function.
4283         (gtk_file_chooser_default_set_property): Use
4284         set_select_multiple().  Also, re-set this mode to single if the
4285         file chooser is set to Save mode.
4286         (entry_activate): Handle the case where the entry is completely
4287         empty *and* its current folder does exist.  Also, there is need to
4288         test for select_multiple here now that we ensure that it won't
4289         happen during Save mode.
4290
4291 Sun Jan 18 15:25:39 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
4292
4293         * gtk/gtktoolbar.[ch]: Add _gtk_toolbar_paint_space_line(),
4294         _gtk_toolbar_get_default_space_size ();
4295
4296         * gtk/gtkseparatortoolitem.c (gtk_separator_tool_item_expose,
4297         get_space_size): Use them here.
4298
4299 Sun Jan 18 13:16:34 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
4300
4301         * tests/testgtk.c (create_toolbar): Set a small size request and
4302         make the window resizable, to test mapping/unmapping of buttons.
4303
4304         * gtk/gtktoolbar.c (gtk_toolbar_remove_content,
4305         gtk_toolbar_insert_tool_item): remove these functions.
4306
4307         * gtk/gtktoolbar.c (gtk_toolbar_show_all,
4308         toolbar_content_show_all, gtk_toolbar_hide_all,
4309         toolbar_content_hide_all): New functions. 
4310
4311         Ignore show_all/hide_all for buttons created in compatibility mode.
4312
4313         * gtk/gtktoolbar.c (internal_insert_element, gtk_toolbar_show_all,
4314         gtk_toolbar_hide_all): Make sure buttons are ignored by
4315         gtk_toolbar_show_all() and gtk_toolbar_hide_all().
4316         
4317         * gtk/gtktoolbar.c: s/regular_widget/compatibility/g
4318
4319         * gtk/gtktoolbar.c (struct _ToolbarContent): Allocate
4320         GtkToolbarChild inline. Get rid of GtkToolbarChildSpace.
4321
4322         * gtk/gtktoolbar.c (toolbar_content_expose): Fix bug where widget
4323         could become NULL.
4324
4325         * gtk/gtktoolbar.c (gtk_toolbar_add): Append new tool items
4326         instead of prepending them.
4327
4328         * gtk/gtktoolbar.c (gtk_toolbar_size_allocate): Use the same
4329         'elapsed' for all items.
4330
4331         * gtk/gtktoolbar.c (struct _GtkToolbarPrivate): Turn booleans
4332         into bitfields.
4333
4334         * gtk/gtktoolbar.c: Many formatting fixes
4335         
4336 Sun Jan 18 01:51:12 2004  Matthias Clasen  <maclas@gmx.de>
4337
4338         * configure.in: Add the necessary magic to create
4339         po-properties/Makefile.
4340
4341 Sat Jan 17 23:05:52 2004  Matthias Clasen  <maclas@gmx.de>
4342
4343         The second part of the fix for #114351 (see also 
4344         gdk-pixbuf/ChangeLog and po/ChangeLog):
4345
4346         * Makefile.am (SUBDIRS): Add po-properties.
4347
4348         * configure.in (AC_CONFIG_FILES): Add po-properties/Makefile.in 
4349
4350         * gdk/gdkintl.h (P_): 
4351         * gtk/gtkintl.h (P_): Use translation domain gtk20-properties. 
4352
4353         * gtk/gtkmain.c (gtk_parse_args): Call bindtextdomain and
4354         bind_textdomain_codeset for gtk20-properties as well.
4355
4356 Sat Jan 17 22:00:07 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
4357
4358         * gtk/gtktoolbar.c: 
4359
4360         Fix rest of #128678: Implement all the toolbar_content()
4361         methods for the old API case.
4362
4363 Sat Jan 17 16:53:08 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
4364
4365         * gtk/gtktoolbar.c: 
4366
4367         Phase 1 of fixing #128678: Only access ToolbarContent through a
4368         set of new functions:
4369
4370         toolbar_content_expose, toolbar_content_visible,
4371         toolbar_content_size_request, toolbar_content_is_homogeneous,
4372         toolbar_content_get_child_requisition,
4373         toolbar_content_is_placeholder, toolbar_content_disappearing,
4374         toolbar_content_get_state, toolbar_content_child_visible,
4375         toolbar_content_get_goal_allocation,
4376         toolbar_content_get_allocation,
4377         toolbar_content_set_start_allocation,
4378         toolbar_content_get_start_allocation, toolbar_content_get_expand,
4379         toolbar_content_set_goal_allocation,
4380         toolbar_content_set_child_visible, toolbar_content_size_allocate,
4381         toolbar_content_set_state, toolbar_content_get_widget,
4382         toolbar_content_set_disappearing,
4383         toolbar_content_set_size_request,
4384         toolbar_content_toolbar_reconfigured,
4385         toolbar_content_retrieve_menu_item, 
4386         toolbar_content_new_tool_item, toolbar_content_destroy,
4387         toolbar_content_is_separator
4388
4389         Also fix #127092.
4390         
4391 Sat Jan 17 12:55:13 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
4392
4393         * gtk/gtktoolitem.c (gtk_tool_item_finalize): don't leak the menu
4394         item ID.
4395
4396 Sat Jan 17 12:37:46 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
4397
4398         * gtk/gtktoolbar.c (gtk_toolbar_finalize): Don't leak the
4399         overflow menu.
4400         
4401         * gtk/gtktoolbar.h (struct _GtkToolbar): Make some fields public. 
4402         [#127726]
4403
4404 2004-01-16  Federico Mena Quintero  <federico@ximian.com>
4405
4406         * gtk/gtkfilesystemmodel.c (struct _GtkFileSystemModel): Added a
4407         has_editable field.
4408         (_gtk_file_system_model_add_editable): New function.
4409         (_gtk_file_system_model_remove_editable): New function.
4410         (gtk_file_system_model_get_value): Return appropriate values for
4411         the temporary editable row.
4412         (_gtk_file_system_model_get_info): Handle the editable row.
4413         (_gtk_file_system_model_get_path): Likewise.
4414
4415         * gtk/gtkfilechooserdefault.c (shortcuts_append_bookmarks):
4416         Removed an unused variable.
4417         (toolbar_button_new): Optionally show the button.
4418         (up_button_clicked_cb): Renamed from up_button_cb(), fixed prototype.
4419         (toolbar_create): Add a "New Folder" button for Save mode.
4420         (error_building_filename_dialog): New helper function.
4421         (gtk_file_chooser_default_get_paths): Use error_building_filename_dialog().
4422         (create_file_list): Connect to the "edited" signal of the text
4423         cell renderer.  Store the name column and text renderer in the
4424         impl structure.
4425         (renderer_edited_cb): New callback.
4426         (gtk_file_chooser_default_set_property): Show/hide the "New
4427         folder" button when the save action changes.
4428         (COMPARE_DIRECTORIES): Allow the info values to be NULL.
4429         (COMPARE_DIRECTORIES): Duh, use the list_model, not the
4430         tree_model.
4431         (get_list_file_info): Likewise!
4432         (list_icon_data_func): Handle the path being NULL.
4433         (new_folder_button_clicked): New callback.
4434         (list_name_data_func): If we are on the editable row, set the text
4435         to "Type name of new folder".
4436         (list_selection_changed): Handle the editable row.
4437         (list_mtime_data_func): Likewise.
4438
4439         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_make_path): Return
4440         NULL, not FALSE.
4441         (gtk_file_system_unix_create_folder): Test the result of mkdir() correctly.
4442
4443 Fri Jan 16 23:59:01 2004  Matthias Clasen  <maclas@gmx.de>
4444
4445         The first part of the fix for #114351 (see also 
4446         gdk-pixbuf/ChangeLog and po/ChangeLog):
4447         
4448         * gtk/gtkintl.h: 
4449         * gdk/gdkintl.h: Define P_() for property blurbs and nicks.
4450
4451         * gdk/gdkdisplaymanager.c:
4452         * modules/input/gtkimcontextxim.c:
4453         * gtk/*.c:  Mark property blurbs and nicks with P_().
4454         
4455 2004-01-16  Federico Mena Quintero  <federico@ximian.com>
4456
4457         Fix #130969.
4458
4459         * gtk/gtkcellrenderer.h (struct _GtkCellRendererClass): Added an
4460         editing_canceled signal.
4461
4462         * gtk/gtkcellrenderer.c (gtk_cell_renderer_class_init): Create the
4463         "editing-canceled" signal.
4464         (gtk_cell_renderer_editing_canceled): New function.
4465
4466         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_editing_done):
4467         Call gtk_cell_renderer_editing_canceled().
4468
4469 2004-01-16  Federico Mena Quintero  <federico@ximian.com>
4470
4471         * gtk/gtkfilechooserdefault.c
4472         (gtk_file_chooser_default_set_property): Do not allow setting
4473         select_multiple when in Save mode.
4474         (set_list_model): No need to nullify the list_model and
4475         sort_model.
4476         (gtk_file_chooser_default_get_paths): Handle folder mode as well.
4477         (get_paths_foreach): Likewise.
4478
4479         * gtk/gtkfilechooser.c (gtk_file_chooser_get_filename): Clarify
4480         documentation about folder mode.
4481         (gtk_file_chooser_get_uri): Likewise.
4482
4483 2004-01-16  Federico Mena Quintero  <federico@ximian.com>
4484
4485         * gtk/gtkfilesystem.h (struct _GtkFileSystemIface): New
4486         get_volume_for_path() method.
4487         (struct _GtkFileSystemIface): Finally removed the list_roots() and
4488         get_root_info() methods, and the "roots-changed" signal.
4489
4490         * gtk/gtkfilesystem.c (gtk_file_system_get_volume_for_path): New
4491         function.
4492         (gtk_file_system_list_roots): Removed.
4493         (gtk_file_system_get_root_info): Removed.
4494
4495         * gtk/gtkfilesystemunix.c
4496         (gtk_file_system_unix_get_volume_for_path): Implement.
4497         (get_root_volume): New helper function.
4498         (gtk_file_system_unix_list_volumes): Use get_root_volume().
4499         (gtk_file_system_unix_list_roots): Removed.
4500         (gtk_file_system_unix_get_root_info): Removed.
4501
4502         * gtk/gtkfilesystemmodel.c (_gtk_file_system_model_new): Don't
4503         accept a NULL root_path.
4504         (struct _GtkFileSystemModel): Add a field to remember the
4505         root_path.
4506         (_gtk_file_system_model_new): Store the root_path in the model
4507         structure.
4508         (find_and_ref_path): Stop going up the hierarchy at the root_path
4509         of the model.  Also, don't return prematurely when walking up the
4510         hierarchy.
4511
4512         * gtk/gtkfilechooserdefault.c (create_file_list): Sigh, restore
4513         the rules_hint.
4514         (struct _GtkFileChooserDefault): Added a current_volume_path field.
4515         (set_tree_model): New function; create the folder tree model here.
4516         (create_folder_tree): Don't create the model here.
4517         (set_list_model): Set the show_hidden flag on the list model.
4518
4519 Fri Jan 16 00:04:43 2004  Matthias Clasen  <maclas@gmx.de>
4520
4521         * gtk/gtknotebook.h:
4522         * gtk/gtknotebook.c (gtk_notebook_append_page): 
4523         * gtk/gtknotebook.c (gtk_notebook_append_page_menu): 
4524         * gtk/gtknotebook.c (gtk_notebook_prepend_page): 
4525         * gtk/gtknotebook.c (gtk_notebook_prepend_page_menu): 
4526         * gtk/gtknotebook.c (gtk_notebook_insert_page): 
4527         * gtk/gtknotebook.c (gtk_notebook_insert_page_menu): Return the
4528         index of the newly inserted page.  (#130986, Olexiy Avramchenko) 
4529
4530 Thu Jan 15 23:17:14 2004  Matthias Clasen  <maclas@gmx.de>
4531
4532         * gtk/gtkuimanager.c (gtk_ui_manager_get_toplevels): Inserting
4533         a 'newly-allocated' to hint that the list should be freed after
4534         use.
4535
4536 Wed Jan 14 18:01:52 2004  Jonathan Blandford  <jrb@gnome.org>
4537
4538         * gtk/gtktreeview.c (gtk_tree_view_button_press): move grab_focus
4539         to after handling the button presses in the TreeView to avoid
4540         getting multiple selection_changes()
4541
4542 Wed Jan 14 21:16:20 2004  Matthias Clasen  <maclas@gmx.de>
4543
4544         * gtk/gtkimcontext.c: Documentation fix.  (#131335, Theppitak 
4545         Karoonboonyanan)
4546
4547 Wed Jan 14 21:00:49 2004  Matthias Clasen  <maclas@gmx.de>
4548
4549         * gtk/gtkactiongroup.c (gtk_action_group_add_action_with_accel): 
4550         Don't leak name and stock_id.  (#131358, Morten Welinder)
4551
4552 Wed Jan 14 13:07:30 GMT 2004  Tony Gale <gale@gtk.org>
4553
4554         * docs/faq/gtk-faq.sgml: Updates to Section 5
4555
4556 Wed Jan 14 02:34:57 2004  Matthias Clasen  <maclas@gmx.de>
4557
4558         * gtk/gtkradioaction.c: Add a writable group property to align
4559         with the GtkRadioButton API.  (#129166, Olivier Andrieu) 
4560
4561 Tue Jan 13 14:48:27 GMT 2004  Tony Gale <gale@gtk.org>
4562
4563         * docs/faq/gtk-faq.sgml: Update info on using autoconf
4564
4565 Mon Jan 12 23:40:34 2004  Matthias Clasen  <maclas@gmx.de>
4566
4567         * tests/testmerge.c: Adjust to the new connect_proxy signals.
4568
4569         * gtk/gtkuimanager.c
4570         * gtk/gtkactiongroup.c
4571         * gtk/gtkaction.c: Move the connect_proxy and disconnect_proxy signals
4572         from GtkAction to GtkActionGroup and proxy it on GtkUIManager. This
4573         removes the confusion between the disconnect_/connect_proxy signals 
4574         and the (unrelated) virtual functions of the same name and aligns
4575         the setup with the pre_/post_activate signals.
4576
4577 2004-01-12  Jody Goldberg <jody@gnome.org>
4578
4579         * gtk/gtkaction.c (connect_proxy) : only connect activate for menus
4580           with no submenus otherwise it looks like we activate every time a
4581           submenu opens.
4582
4583 2004-01-12  Jody Goldberg <jody@gnome.org>
4584
4585         * gtk/gtkuimanager.c: Remove accidentially committed debug spew.
4586
4587 Sun Jan 11 01:55:07 2004  Matthias Clasen  <maclas@gmx.de>
4588
4589         * gtk/gtkaccelmap.c: Remove accidentally committed notification stuff. 
4590         (gtk_accel_map_lock_path): 
4591         (gtk_accel_map_unlock_path): Path locking can now be nested, a missing
4592         entry is silently created during lock_path(), and treated as an error 
4593         during unlock_path(). These changes have been requested by Tim Janik.
4594
4595 2004-01-10  Jody Goldberg <jody@gnome.org>
4596
4597         * gtk/gtkuimanager.c (d) : Add a debug macro to quiet the spew.
4598         s/merge_signals/ui_manager_signals/ for readability.
4599         (gtk_ui_manager_class_init) : add pre_activate and post_activate
4600           signals.
4601         (cb_proxy_pre_activate) : new.
4602         (cb_proxy_post_activate) : new.
4603         (gtk_ui_manager_insert_action_group) : connect the proxies for
4604           GtkActionGroup::pre/post_activate
4605         (gtk_ui_manager_remove_action_group) : disconnect them.
4606
4607         * gtk/gtkactiongroup.c (gtk_action_group_class_init) : add
4608           'sensitive', and 'visible' properties.  Also add pre_activate and
4609           post_activate signals to help deal with activations at a higher
4610           level (eg GtkUIManager)
4611         (gtk_action_group_init) : init sensitive and visible
4612         (gtk_action_group_set_property) : add sensitive and visible
4613         (gtk_action_group_get_property) : add sensitive and visible
4614         (gtk_action_group_get_sensitive) : new.
4615         (gtk_action_group_get_visible) : new.
4616         (cb_set_action_sensitivity) : new with minor optimization that only
4617           signals sensitivity changes if the action could possibly change.
4618         (cb_set_action_visiblility) : ditto.
4619         (gtk_action_group_set_sensitive) : new.  walk the actions directly
4620           rather than using notify::sensitive because that is simpler, easier
4621           to read, and more efficient.
4622         (gtk_action_group_set_visible) : ditto.
4623         (gtk_action_group_add_action) : Each action can only be in 1 group,
4624           set GtkAction::action_group.
4625         (gtk_action_group_remove_action) : clear it.
4626         (gtk_action_group_add_toggle_actions_full) : warning suppression.
4627         (gtk_action_group_add_radio_actions_full) : warning suppression.
4628         (_gtk_action_group_emit_pre_activate) : new protected routine for use
4629           by GtkAction.
4630         (_gtk_action_group_emit_post_activate) : ditto.
4631
4632         * gtk/gtkaction.c (gtk_action_class_init) : add 'action_group' property.
4633         (gtk_action_init) : initialize it.
4634         (gtk_action_get_property) : get.
4635         (gtk_action_set_property) : set it via
4636         (gtk_action_set_action_group) : new function.
4637         (gtk_action_sync_sensitivity) : new routine to sync proxy sensitivity
4638           with the logical sensitivity (action & group) rather than the simple
4639           action::sensitivity.
4640         (gtk_action_sync_visible) : use gtk_action_is_visible to handle
4641           logical visibility (action & group) rather than the simple
4642           action::visible.  Use widget show/hide directly.
4643         (connect_proxy) : handle the custom sensitivity handler.
4644           Make the TOOL_BUTTON signals more general and support TOOL_ITEM
4645           directly, with special cases for TOOL_BUTTON.  Still not especially
4646           good it might be useful to handle label/use_underline by parmspec
4647           lookup.  Those are likely to be implemented by custom types, and are
4648           assumed to exist in GtkToolItem.
4649         (disconnect_proxy) : disconnect the new sensitivity handler.
4650         (_gtk_action_emit_activate) : add pre/post signals.
4651         (gtk_action_activate) : use logical sensitivity.
4652         (gtk_action_is_sensitive) : logical sensitivity.
4653         (gtk_action_get_sensitive) : actual sensitivity.
4654         (closure_accel_activate) : use logical sensitivity.
4655
4656 Fri Jan  9 22:23:45 2004  Matthias Clasen  <maclas@gmx.de>
4657
4658         * gtk/gtkuimanager.c: Introduce a new parser state for 
4659         accelerator elements to avoid misparsing files containing 
4660         such elements.  (#131035, Morten Welinder)
4661
4662 Fri Jan  9 11:58:47 2004  Manish Singh  <yosh@gimp.org>
4663
4664         * gdk-pixbuf/gdk-pixbuf-io.c: #include <unistd.h> for unlink()
4665
4666 Fri Jan  9 15:28:21 GMT 2004  Tony Gale <gale@gtk.org>
4667
4668         * docs/faq/gtk-faq.sgml: update GtkEntry filter code example
4669
4670 Fri Jan  9 00:34:57 2004  Matthias Clasen  <maclas@gmx.de>
4671
4672         * gtk/gtkuimanager.h:
4673         * gtk/gtkuimanager.c (gtk_ui_manager_get_toplevels): New function to
4674         obtain a list of toplevel widgets constructed by the ui manager.
4675
4676         * gtk/gtkuimanager.h (GtkUIManagerItemType): Change to flags, so that 
4677         the values can be combined for gtk_ui_manager_get_toplevels().
4678
4679         * tests/testmerge.c: Add a "Dump toplevels" button to test 
4680         gtk_ui_manager_get_toplevels().
4681
4682 Wed Jan  7 23:20:06 2004  Matthias Clasen  <maclas@gmx.de>
4683
4684         * demos/gtk-demo/Makefile.am (demos): Add entry_completion.c
4685         
4686         * demos/gtk-demo/entry_completion.c: New demo for GtkEntryCompletion 
4687         by Anders Carlsson  (#130464).
4688
4689 Wed Jan  7 23:07:28 2004  Matthias Clasen  <maclas@gmx.de>
4690
4691         * gtk/gtkmain.h: 
4692         * gtk/gtkmain.c (gtk_events_pending): Change the return value from 
4693         gint to gboolean.  (#130718, reported by Johannes Weißl)
4694
4695 Wed Jan  7 23:03:32 2004  Matthias Clasen  <maclas@gmx.de>
4696
4697         * gtk/gtkactiongroup.h: 
4698         * gtk/gtkactiongroup.c (gtk_action_group_add_action_with_accel): 
4699         Remove the redundant name and stock_id parameters, adjust all callers.
4700
4701 Wed Jan  7 22:20:20 2004  Matthias Clasen  <maclas@gmx.de>
4702
4703         * gtk/gtkaction.h: 
4704         * gtk/gtkaction.c (gtk_action_new):  
4705         * gtk/gtktoggleaction.h: 
4706         * gtk/gtktoggleaction.c (gtk_toggle_action_new): 
4707         * gtk/gtkradioaction.h: 
4708         * gtk/gtkradioaction.c (gtk_radio_action_new): Add creation 
4709         functions for actions.
4710
4711         * gtk/gtkactiongroup.c (gtk_action_group_add_actions_full): 
4712         (gtk_action_group_add_toggle_actions_full): 
4713         (gtk_action_group_add_radio_actions_full): and use the
4714         new functions here.  (#125322, Patch by Jeff Frank)
4715
4716 Wed Jan  7 21:42:49 2004  Matthias Clasen  <maclas@gmx.de>
4717
4718         * gtk/gtkaccelmap.c (gtk_accel_map_lock_path): Fix grammar of 
4719         docs.
4720
4721 2004-01-07  Jan Arne Petersen  <jpetersen@uni-bonn.de>
4722
4723         * gtk/gtkfilechooserdefault.c: (shortcuts_insert_path),
4724         (shortcuts_append_home), (shortcuts_append_desktop),
4725         (shortcuts_append_paths), (shortcuts_add_volumes),
4726         (shortcuts_append_bookmarks), (create_shortcuts_model),
4727         (gtk_file_chooser_default_add_shortcut_folder): add REMOVABLE column
4728         to the shortcuts_model.
4729
4730         (remove_bookmark_button_clicked_cb),
4731         (bookmarks_check_remove_sensitivity): use REMOVABLE column to check if
4732         bookmarks can be removed. Fixes #129873
4733
4734 Wed Jan  7 02:50:55 2004  Matthias Clasen  <maclas@gmx.de>
4735
4736         * demos/testpixbuf-save.c: Make s, S, Control-S, p, P, Control-P,
4737         i, I, Control-I test gdk_pixbuf_save(), gdk_pixbuf_save_to_buffer()
4738         and gdk_pixbuf_save_to_callback() with jpeg, png and ico formats, 
4739         respectively. Tests #82203.
4740
4741 2004-01-06  Federico Mena Quintero  <federico@ximian.com>
4742
4743         * gtk/gtkfilesel.c (gtk_file_selection_create_dir_confirmed): Use
4744         0777 as the mode for mkdir() and let the umask do the right
4745         thing.  Fixes #121819.
4746
4747         * gtk/gtkfilesystemunix.c (filename_is_root): g_path_skip_root()
4748         can return NULL; handle this.  Fixes #129565.
4749
4750 2004-01-06  Alexander Winston  <alexander.winston@comcast.net>
4751
4752         * gtk/gtkfilesel.c: (gtk_file_selection_delete_file): Removed space
4753         that proceeded the end-of-sentence punctuation. Fixes: #130353.
4754
4755 2004-01-06  Jody Goldberg <jody@gnome.org>
4756
4757         * gtk/gtktoolitem.c (gtk_tool_item_set_property) : Call 
4758           gtk_tool_item_set_visible_vertical for PROP_VISIBLE_VERTICAL.
4759
4760 2004-01-05  Federico Mena Quintero  <federico@ximian.com>
4761
4762         * gtk/gtkfilechooserdefault.c (shortcuts_append_bookmarks): Oops,
4763         call shortcuts_add_bookmarks() here.
4764         (remove_bookmark_button_clicked_cb): Ahem, fetch the selected
4765         iter.
4766         (shortcuts_append_paths): Don't display error dialogs here.
4767         (create_file_list): Remove the @#$% rules hint.
4768
4769 2004-01-05  Federico Mena Quintero  <federico@ximian.com>
4770
4771         * gtk/gtkfilechooserdefault.c (toolbar_button_new): New helper
4772         function.
4773         (toolbar_create): Do not use a toolbar widget, just an hbox
4774         instead.  Add the bookmarks buttons and the current folder label
4775         here.
4776         (create_filename_entry_and_filter_combo): Create the filter combo
4777         here.
4778         (filter_create): Don't show the filter combo initially.
4779         (up_button_cb): Renamed from toolbar_up_cb().
4780         (create_shortcuts_buttons): Removed.
4781
4782 2004-01-05  Murray Cumming  <murrayc@usa.net>
4783
4784         * gdk/gdkimage.h: Added <public> documentation to the struct, as
4785         suggested by Owen Taylor.
4786
4787 2004-01-05  Jody Goldberg <jody@gnome.org>
4788
4789         * gtk/gtkiconfactory.c (get_default_icons) : add stock indent, unindent
4790           I would have prefered outdent, but compatibility seems more
4791           important.
4792         * gtk/gtkstock.c (builtin_items) : ditto.
4793         * gtk/gtkstock.h : ditto.
4794         * gtk/stock-icons/Makefile.am : ditto.
4795         * gtk/stock-icons/stock_text_indent_16.png :
4796         * gtk/stock-icons/stock_text_indent_24.png :
4797         * gtk/stock-icons/stock_text_unindent_16.png :
4798         * gtk/stock-icons/stock_text_unindent_24.png : from gnome-icon-theme
4799
4800 Sun Jan  4 15:29:04 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
4801
4802         * gtk/gtkradiotoolbutton.[ch]
4803         (gtk_radio_tool_button_new_with_stock_from_widget): Change API so
4804         group is a GtkRadioButton, not a GtkWidget.
4805
4806 2004-01-04  Hans Breuer  <hans@breuer.org>
4807
4808         * gdk/win32/gdkwindow-win32.c : use SWP_NOACTIVATE in 
4809         gdk_window_set_keep_(above|below) to make DND work again.
4810         Thanks to Alif Wahid for noticing.
4811
4812         * gdk/gdk.def : update externals
4813
4814         * gtk/gtkfilesystemwin32.c : adapt to GtkFileSystemIFace changes
4815
4816         * gtk/gtk-stock.[hc] gtk/gtkiconfactory.c 
4817           gtk/stock-icons/Makefile.am gtk/stock-icons/makefile.msc :
4818           gtk/stock-icons/stock_harddisk_16.png 
4819           gtk/stock-icons/stock_harddisk_24.png 
4820         Harddisk stock icons for file system implementations. Beside
4821         FLOPPY and CDROM there is now HARDDISK, probably some 
4822         GTK_STOCK_NETWORK would be useful, but I could not find one.
4823
4824 Sat Jan  3 11:39:42 2004  Manish Singh  <yosh@gimp.org>
4825
4826         * gtk/gtkclipboard.c: Update freedesktop.org clipboard doc link.
4827         Patch from Andrew Moise (#130462).
4828
4829 2004-01-01  Jody Goldberg <jody@gnome.org>
4830
4831         * gtk/gtkaction.c (_GtkActionPrivate) : add visible_horizontal,
4832           visible_vertical.
4833         (gtk_action_class_init) : here.
4834         (gtk_action_init) : here.
4835         (gtk_action_set_property) : here.
4836         (gtk_action_get_property) : here.
4837         (connect_proxy) : and here.
4838
4839 2003-12-30  Jody Goldberg <jody@gnome.org>
4840
4841         * gtk/gtkactiongroup.c (gtk_action_group_add_action_with_accel) :  new
4842           utility routine for use in derived GtkActions with the replicated code
4843           from.
4844         (gtk_action_group_add_actions_full) : here.
4845         (gtk_action_group_add_toggle_actions_full) : here.
4846         (gtk_action_group_add_radio_actions_full) : and here.
4847
4848 2004-01-01  Taneem Ahmed  <taneem@bengalinux.org>
4849
4850         * configure.in: Added "bn" to ALL_LINGUAS.
4851
4852 2004-01-01  Taneem Ahmed  <taneem@bengalinux.org>
4853
4854         * bn.po: Added Bangla translation by 
4855         of Ankur group <gnome-translation@bengalinux.org>.
4856
4857 Fri Jan  2 02:50:11 2004  Matthias Clasen  <maclas@gmx.de>
4858
4859         * gtk/gtkcalendar.c (gtk_calendar_compute_days): 
4860         * gtk/gtkcalendar.c (gtk_calendar_paint_day_names): 
4861         * gtk/gtkcalendar.c (gtk_calendar_init): Changes to support 
4862         week_start values other than 0 and 1, e.g. 6 will let weeks start
4863         on Saturday.  (#130349, Roozbeh Pournader) 
4864
4865 2003-12-31 13:49 Daniel Rogers <dsrogers@phasevelocity.org>
4866
4867         * gdk/x11/gdkinput-x11.c: (gdk_input_translate_coordinates)
4868         
4869         Fix to allow reasonable pointer behavior in window mode when an
4870         extended input device reports an incorrect resolution of 0.  Fixes
4871         bug #123546
4872         
4873 2003-12-31  Christian Neumair  <chris@gnome-de.org>
4874
4875         * gdk-pixbuf/gdk-pixdata.c: (gdk_pixbuf_from_pixdata):
4876         * gtk/gtkfilechooserdefault.c: (list_size_data_func): Use ngettext for
4877         plurals (#123847).
4878
4879 Wed Dec 31 02:05:39 2003  Matthias Clasen  <maclas@gmx.de>
4880
4881         * gtk/gtkactiongroup.c (gtk_action_group_add_actions_full): 
4882         (gtk_action_group_add_toggle_actions_full):
4883         (gtk_action_group_add_radio_actions_full): Pull accelerator key
4884         from the stock item if stock_id is given, but accelerator 
4885         not.  (Noticed by Jeff Franks and Jody Goldberg)
4886
4887         * tests/testmerge.c: Remove the accelerator from the "Open" entry
4888         to test the above change.
4889         
4890 2003-12-29  Federico Mena Quintero  <federico@ximian.com>
4891
4892         Make show_all() work for the extra and preview widgets; reported
4893         by Paolo Maggi.
4894
4895         * gtk/gtkfilechooserdefault.c (set_preview_widget): show_all() the
4896         preview widget.
4897         (set_extra_widget): show_all() the extra widget.
4898
4899 Mon Dec 29 12:22:22 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
4900
4901         * gtk/gtkuimanager.c (do_updates): 
4902         * gtk/gtktoolbar.c (slide_idle_handler): 
4903         * gtk/gtkdnd.c (gtk_drag_update_idle): 
4904
4905         Add GDK_THREADS_ENTER()/GDK_THREADS_LEAVE() pairs around idle
4906         functions. (#130157, patch from Olexiy Avramchenko).
4907         
4908 2003-12-29  Anders Carlsson  <andersca@gnome.org>
4909
4910         * gtk/gtkradiotoolbutton.c:
4911         * gtk/gtkradiotoolbutton.h:
4912         * gtk/gtkseparatortoolitem.c:
4913         * gtk/gtkseparatortoolitem.h:
4914         * gtk/gtktoggletoolbutton.c:
4915         * gtk/gtktoggletoolbutton.h:
4916         * gtk/gtktoolbar.c:
4917         * gtk/gtktoolbar.h:
4918         * gtk/gtktoolbutton.c:
4919         * gtk/gtktoolbutton.h:
4920         * gtk/gtktoolitem.c:
4921         * gtk/gtktoolitem.h:
4922         Update my e-mail address.
4923         
4924 Mon Dec 29 01:36:22 2003  Matthias Clasen  <maclas@gmx.de>
4925
4926         * gtk/gtkaccelmap.[hc]: (gtk_accel_map_lock_path, 
4927         gtk_accel_map_unlock_path): Add a way to lock individual accelerator
4928         paths.  (#73207, reported by Havoc Pennington)
4929
4930 Sat Dec 27 23:17:56 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
4931
4932         * gtk/gtktoolbar.c (slide_idle_handler): use CHILD_VISIBLE
4933         instead of VISIBLE to determine whether we should stop
4934         sliding. (#130018, reported by Christian Persch).
4935
4936 Fri Dec 26 23:24:35 2003  Matthias Clasen  <maclas@gmx.de>
4937
4938         * gtk/gtkactiongroup.c (gtk_action_group_add_radio_actions_full): 
4939         Don't use first_action without initializing it if n_entries is 0.
4940
4941 Thu Dec 25 00:26:34 2003  Matthias Clasen  <maclas@gmx.de>
4942
4943         * gdk/x11/gdkcursor-x11.c (gdk_display_get_default_cursor_size):
4944         Add the missing _get_ to the name of the non-Xcursor version of
4945         this function.  (noticed by Torsten Schoenfeld)
4946
4947 Tue Dec 23 22:34:50 2003  Manish Singh  <yosh@gimp.org>
4948
4949         * gtk/gtkicontheme.h: fix GTK_TYPE_ICON_INFO macro, reported by
4950         muppet.
4951
4952 2003-12-24  Jody Goldberg <jody@gnome.org>
4953
4954         * gtk/gtkactiongroup.h : Add some const to the char * in
4955           GtkActionEntry*.  We're reccomending people pass static strings to
4956           them, and not freeing them.  This stems to flood of warnings that
4957           result.
4958         * gtk/gtkactiongroup.c (gtk_action_group_add_actions_full) : change
4959           temp vars to const to match above.
4960         (gtk_action_group_add_toggle_actions_full) : ditto.
4961         (gtk_action_group_add_radio_actions_full) : ditto.
4962
4963 Wed Dec 24 01:12:53 2003  Matthias Clasen  <maclas@gmx.de>
4964
4965         * gtk/gtkclipboard.[hc]: Add GtkClipboardTargetReceivedFunc,
4966         gtk_clipboard_request_targets() and 
4967         gtk_clipboard_wait_for_targets().  (#101774, Dom Lachowicz)
4968
4969 Mon Dec 22 00:40:39 2003  Matthias Clasen  <maclas@gmx.de>
4970
4971         * gtk/gtkcalendar.c (gtk_calendar_paint_arrow): Use 
4972         gtk_paint_arrow instead of draw_arrow_left/draw_arrow_right.
4973         * gtk/gtkcalendar.c (draw_arrow_left):
4974         (draw_arrow_right): Removed. 
4975         * gtk/gtkcalendar.c (gtk_calendar_realize_arrows): 
4976         * gtk/gtkcalendar.c (gtk_calendar_state_changed): Set the
4977         arrow_state to GTK_STATE_INSENSITIVE if the calendar is 
4978         insensitive.  (#97376)
4979
4980 Sun Dec 21 23:17:01 2003  Matthias Clasen  <maclas@gmx.de>
4981
4982         * gtk/gtkuimanager.c (update_node): 
4983         (update_smart_separators): 
4984         (_gtk_menu_is_empty): 
4985         (find_menu_position): 
4986         * gtk/gtktreeview.c (gtk_tree_view_search_dialog_destroy): 
4987         * gtk/gtkcombobox.c (gtk_combo_box_relayout_item): 
4988         (gtk_combo_box_relayout): Fix memory leaks caused by the
4989         failure to free the result of gtk_container_get_children().
4990
4991 Sun Dec 21 17:34:22 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
4992
4993         * gdk/x11/gdkwindow-x11.c (gdk_window_reparent): Set the right
4994         properties when the window becomes a toplevel. When a window that
4995         was previously a toplevel becomes a toplevel again, restore its
4996         window type. Also make sure the focus window is removed from the
4997         XID hash when it is destroyed. (#117579, reported by Morten
4998         Welinder, patch reviewed by Owen Taylor).
4999
5000 Sun Dec 21 01:54:40 2003  Matthias Clasen  <maclas@gmx.de>
5001
5002         * gtk/gtkmenushell.h: 
5003         * gtk/gtkmenushell.c (gtk_menu_shell_cancel): New function 
5004         to emit the "cancel" signal on a menu shell.
5005
5006         * gtk/gtkmenu.c (gtk_menu_key_press): 
5007         * gtk/gtkoptionmenu.c (gtk_option_menu_remove_menu): 
5008         * gtk/gtkmenubar.c (_gtk_menu_bar_cycle_focus): Use the 
5009         new function instead of directly emitting the 
5010         signal.  (#81803, Owen Taylor)
5011
5012 Sun Dec 21 00:39:50 2003  Matthias Clasen  <maclas@gmx.de>
5013
5014         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init): 
5015         Fix the "language_set" blurb.  
5016         
5017 Sat Dec 20 22:06:03 2003  Kristian Rietveld  <kris@gtk.org>
5018
5019         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): do not invalidate
5020         all of treeview when resizing (#110074, patch from Soeren Sandmann).
5021
5022 Fri Dec 19 23:36:00 2003  Kristian Rietveld  <kris@gtk.org>
5023
5024         Fixes #108458.
5025
5026         * gtk/gtkcelllayout.[ch]: added a reorder method.
5027
5028         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_layout_init),
5029         (gtk_tree_view_column_cell_layout_reorder): implement reorder.
5030
5031         * gtk/gtkcellview.c (gtk_cell_view_cell_layout_init),
5032         (gtk_cell_view_cell_layout_reorder): ditto.
5033
5034         * gtk/gtkcombobox.c (gtk_combo_box_cell_layout_init),
5035         (gtk_combo_box_cell_layout_reorder): ditto.
5036
5037         * gtk/gtkentrycompletion.c (gtk_entry_completion_cell_layout_init),
5038         (gtk_entry_completion_reorder): ditto.
5039
5040 Fri Dec 19 22:18:19 2003  Kristian Rietveld  <kris@gtk.org>
5041
5042         * gtk/gtktreeview.c (gtk_tree_view_search_equal_func): use strstr
5043         instead of strcmp (#117127, suggestion from Soeren Sandmann).
5044
5045 Fri Dec 19 21:52:46 2003  Kristian Rietveld  <kris@gtk.org>
5046
5047         * gtk/gtkmenu.c (gtk_menu_do_insert): move item insertion logic
5048         here from gtk_menu_real_insert(),
5049         (gtk_menu_real_insert): just call gtk_menu_do_insert(),
5050         (gtk_menu_reorder_child): run _do_insert after inserting the child
5051         (unbreaks _reorder_child, reported by Tim Janik).
5052
5053 2003-12-19  Federico Mena Quintero  <federico@ximian.com>
5054
5055         * gtk/gtkfilechooserdefault.c (list_mtime_data_func): Use
5056         g_date_strftime() for UTF-8 correctness; use Julian dates to
5057         simplify the function.
5058
5059 Fri Dec 19 01:47:34 2003  Matthias Clasen  <maclas@gmx.de>
5060
5061         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_size_request): 
5062         Test extra_width, not extra_height, when determining whether to
5063         set extra_width.  (#129647, Jan Arne Petersen)
5064
5065 Fri Dec 19 01:35:34 2003  Matthias Clasen  <maclas@gmx.de>
5066
5067         Fix the behaviour of insensitive actions, which was broken
5068         when gtk_action_activate() was changed to pay attention to 
5069         sensitivity  (#129557, Christian Persch)
5070         
5071         * gtk/gtkaction.h: 
5072         * gtk/gtkaction.c (_gtk_action_emit_activate): New auxiliary
5073         function to emit an activate signal without regard to sensitivity.
5074
5075         * gtk/gtkradioaction.c: 
5076         * gtk/gtktoggleaction.c: Always use _gtk_action_emit_activate()
5077         instead of gtk_action_activate().
5078
5079 2003-12-18  Jody Goldberg <jody@gnome.org>
5080
5081         * gtk/gtkicontheme.c (gtk_icon_theme_lookup_icon)) : Add a sanity test
5082           to ensure that the base hicolor theme is installed.  Silently
5083           failing to produce icons that apps assume exist in the theme seems
5084           like a bad idea.
5085
5086 Thu Dec 18 19:13:12 2003  Kristian Rietveld  <kris@gtk.org>
5087
5088         Fixes #110249, reworked patch from Joshua N Pritikin.
5089
5090         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_get_type),
5091         (gtk_tree_model_sort_tree_drag_source_init),
5092         (gtk_tree_model_sort_row_draggable),
5093         (gtk_tree_model_sort_drag_data_get),
5094         (gtk_tree_model_sort_drag_data_delete): implement GtkTreeDragSource.
5095
5096         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_get_type),
5097         (gtk_tree_model_filter_tree_drag_source_init),
5098         (gtk_tree_model_filter_row_draggable),
5099         (gtk_tree_model_filter_drag_data_get),
5100         (gtk_tree_model_filter_drag_data_delete): ditto.
5101
5102 Thu Dec 18 18:01:01 2003  Kristian Rietveld  <kris@gtk.org>
5103
5104         * gtk/gtktreeview.c (gtk_tree_view_class_init): add key bindings
5105         for "*" and "/" (expand/collapse all). (#110195, reported by
5106         Calum Benson).
5107
5108 Thu Dec 18 17:52:56 2003  Kristian Rietveld  <kris@gtk.org>
5109
5110         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_set_property):
5111         clear the extra_attrs list if we set "text" after "markup".
5112         (Fixes #121933, Federico Mena Quintero).
5113
5114 2003-12-18  Alexander Larsson  <alexl@redhat.com>
5115
5116         * gtk/gtkicontheme.c (gtk_icon_info_get_embedded_rect):
5117         Fix typo that used the wrong x/y values for the x1, y1 point
5118         (#129605)
5119
5120 Thu Dec 18 01:41:50 2003  Kristian Rietveld  <kris@gtk.org>
5121
5122         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init),
5123         (gtk_cell_renderer_text_finalize),
5124         (gtk_cell_renderer_text_get_property),
5125         (gtk_cell_renderer_text_set_property), (get_layout): added language
5126         and language_set properties like GtkTextTag has. (#103800, reported
5127         by Owen Taylor).
5128
5129 Thu Dec 18 01:37:59 2003  Matthias Clasen  <maclas@gmx.de>
5130
5131         * gtk/gtkwidget.c (gtk_widget_activate): Correct misleading docs.
5132         * gtk/gtkbutton.c (gtk_button_class_init): Add docs for the 
5133         "activate" signal.  (#129358, Ka-Hing Cheung)
5134
5135 Thu Dec 18 01:21:59 2003  Kristian Rietveld  <kris@gtk.org>
5136
5137         * gtk/gtktreeview.c (gtk_tree_view_class_init): Jonathan got
5138         the logical flag backwards in the expand_collapse_cursor_row
5139         bindings, fixing.
5140         (gtk_tree_view_real_expand_collapse_cursor_row): invert expand
5141         flag when !logical and in RTL. (Fixes #107527, reported by
5142         Noah Levitt).
5143
5144 Thu Dec 18 01:10:16 2003  Kristian Rietveld  <kris@gtk.org>
5145
5146         * gtk/gtktreeview.c (gtk_tree_view_button_press): only start
5147         editing when activated by the left mouse button. (#106869,
5148         patch from Evan Martin).
5149
5150 Thu Dec 18 00:57:18 2003  Kristian Rietveld  <kris@gtk.org>
5151
5152         Migrating all cell renderers to use the new instance private data
5153         construction.
5154
5155         * gtk/gtktreeprivate.h: remove GtkCellRendererInfo, as it is no
5156         longer being used.
5157
5158         * gtk/gtkcellrenderer.c (gtk_cell_renderer_init),
5159         (gtk_cell_renderer_class_init), (gtk_cell_renderer_get_property),
5160         (set_cell_bg_color), (gtk_cell_renderer_render): remove old
5161         GtkCellRendererInfo handling, migrate to instance private data.
5162
5163         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_editing_done),
5164         (gtk_cell_renderer_text_start_editing): moved focus_out_id
5165         from GtkCellRendererInfo to text renderer private data.
5166
5167         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_init),
5168         (gtk_cell_renderer_pixbuf_class_init),
5169         (gtk_cell_renderer_pixbuf_finalize),
5170         (gtk_cell_renderer_pixbuf_get_property),
5171         (gtk_cell_renderer_pixbuf_set_property),
5172         (gtk_cell_renderer_pixbuf_create_stock_pixbuf),
5173         (gtk_cell_renderer_pixbuf_get_size), (gtk_cell_renderer_pixbuf_render):
5174         migrate to instance private data.
5175
5176         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_class_init),
5177         (gtk_cell_renderer_toggle_get_property),
5178         (gtk_cell_renderer_toggle_set_property),
5179         (gtk_cell_renderer_toggle_render): migrate to instance private data.
5180
5181 Thu Dec 18 00:24:32 2003  Kristian Rietveld  <kris@gtk.org>
5182
5183         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init),
5184         (gtk_cell_renderer_text_get_property),
5185         (gtk_cell_renderer_text_set_property), (get_layout): add a
5186         single-paragraph-mode property, use private instance data.
5187         (Fixes #114943, reported by Morten Welinder).
5188
5189 Thu Dec 18 00:07:01 2003  Kristian Rietveld  <kris@gtk.org>
5190
5191         * gtk/gtktreemodel.h (gtk_tree_path_new_root),
5192         (gtk_tree_model_get_iter_root): now deprecated (#106953, reported
5193         by Matthias Clasen).
5194
5195 Wed Dec 17 23:50:56 2003  Kristian Rietveld  <kris@gtk.org>
5196
5197         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_set_property):
5198         if we set a new stock_id and there was a previous stock_id, unref
5199         the pixbuf (since it was used to renderer the previous stock_id
5200         and stock_id might have been set to NULL now). (Fixes #122966).
5201
5202 2003-12-17  Marco Pesenti Gritti  <marco@gnome.org>
5203
5204         * gtk/gtktreemodelsort.c: (gtk_tree_model_sort_get_iter):
5205
5206         Check that index is not bigger than level array length
5207         also when depth is 1. Now get_iter_first correctly return
5208         FALSE when the model is empty (#129411).
5209
5210 Wed Dec 17 23:31:19 2003  Kristian Rietveld  <kris@gtk.org>
5211
5212         * gtk/gtktreeview.c (gtk_tree_view_search_equal_func): only
5213         try to strcmp or strlen if we managed to normalize and casefold
5214         the string correctly. Fixes crashes with non-UTF8 strings.
5215         (#121617, Patch from Tim-Philipp Müller).
5216
5217 Wed Dec 17 23:20:23 2003  Matthias Clasen  <maclas@gmx.de>
5218
5219         * gtk/gtkexpander.c (gtk_expander_animation_timeout): Add missing
5220         GDK_THREADS_ENTER()/GDK_THREADS_LEAVE().
5221         * gtk/gtkcalendar.c, gtk/gtkclist.c, gtk/gtkexpander.c, 
5222         gtk/gtklist.c, gtk/gtknotebook.c, gtk/gtkselection.c, 
5223         gtk/gtkspinbutton.c: Cast second argument to g_timeout_add() to
5224         GSourceFunc instead of GtkFunction.  (#129525, Olexiy Avramchenko) 
5225
5226 Wed Dec 17 23:16:45 2003  Kristian Rietveld  <kris@gtk.org>
5227
5228         * gtk/gtktreeview.c (gtk_tree_view_button_press): fix compile warning.
5229         (#122727, patch from Kjartan Maraas).
5230
5231 Wed Dec 17 21:23:01 2003  Kristian Rietveld  <kris@gtk.org>
5232
5233         Yay! Fixed height mode! Hooray! (Part 2 of #80868).
5234
5235         * gtk/gtktreeview.c (gtk_tree_view_class_init),
5236         (gtk_tree_view_init), (gtk_tree_view_set_property),
5237         (gtk_tree_view_get_property), (gtk_tree_view_set_model): add a
5238         fixed_height_mode property,
5239         (intialize_fixed_height_mode), (do_validate_rows),
5240         (column_sizing_notify), (gtk_tree_view_set_fixed_height_mode),
5241         (gtk_tree_view_style_set), (gtk_tree_view_row_changed),
5242         (gtk_tree_view_row_inserted), (gtk_tree_view_remove_column),
5243         (gtk_tree_view_insert_column): implement fixed height mode,
5244         (gtk_tree_view_append_column), (gtk_tree_view_insert_column),
5245         (gtk_tree_view_insert_column_with_attributes),
5246         (gtk_tree_view_insert_column_with_data_func): update docs.
5247
5248         * gtk/gtktreeprivate.h: add two fields to GtkTreePrivate.
5249
5250 2003-12-07  Murray Cumming  <murrayc@usa.net>
5251  
5252         * gtk/gtktreemodel.c:
5253         (row_inserted_marshal, row_deleted_marshal, rows_reorderered_marshal)
5254         Actually call the default signal handlers instead of calling the
5255         marshallers themselves in an endless loop. These default signal handler
5256         callbacks are not actually set so this is only noticed by gtkmm at
5257         the moment. Bug 123923.
5258
5259 2003-12-16  Federico Mena Quintero  <federico@ximian.com>
5260
5261         * gtk/gtkfilesystem.h (struct _GtkFileSystemIface): Added a
5262         "volumes-changed" signal.  Added the following methods:
5263                 list_volumes
5264                 volume_free
5265                 volume_get_base_path
5266                 volume_get_is_mounted
5267                 volume_mount
5268                 volume_get_display_name
5269                 volume_render_icon
5270
5271         * gtk/gtkfilesystem.c (gtk_file_system_base_init): Create the
5272         "volumes-changed" signal.
5273         (gtk_file_system_list_volumes): New function.
5274         (gtk_file_system_volume_free): New function.
5275         (gtk_file_system_volume_get_base_path): New function.
5276         (gtk_file_system_volume_get_is_mounted): New function.
5277         (gtk_file_system_volume_mount): New function.
5278         (gtk_file_system_volume_get_display_name): New function.
5279         (gtk_file_system_volume_render_icon): New function.
5280
5281         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_volume_free): Implement.
5282         (gtk_file_system_unix_volume_get_base_path): Implement.
5283         (gtk_file_system_unix_volume_get_is_mounted): Implement.
5284         (gtk_file_system_unix_volume_mount): Implement.
5285         (gtk_file_system_unix_volume_get_display_name): Implement.
5286         (gtk_file_system_unix_volume_render_icon): Implement.
5287
5288         * gtk/gtkfilechooserdefault.c (struct _GtkFileChooserDefault):
5289         Added a field for the "volumes-changed" signal connection.
5290         (gtk_file_chooser_default_set_property): Connect to
5291         "volumes-changed" on the file system.
5292         (gtk_file_chooser_default_finalize): Disconnect from
5293         "volumes-changed".
5294
5295         * gtk/gtkfilechooserdefault.c (shortcuts_remove_rows): New helper
5296         function.
5297         (shortcuts_get_index): New helper function.
5298         (shortcuts_insert_path): Can now insert volumes as well as paths.
5299         (shortcuts_append_paths): Don't take is_file_system_root.
5300         (shortcuts_add_volumes): New function.
5301         (shortcuts_append_file_system_roots): Removed.
5302         (create_shortcuts_model): Use shortcuts_add_volumes().
5303         (remove_bookmark_button_clicked_cb): Check that the index is
5304         within range.
5305         (bookmarks_check_add_sensitivity): Take volumes into account.
5306         (shortcuts_get_selected_index): New helper function.
5307         (remove_bookmark_button_clicked_cb): Use
5308         shortcuts_get_selected_index().
5309         (bookmarks_check_remove_sensitivity): Likewise.
5310         (shortcuts_select_func): Likewise.
5311         (shortcuts_row_activated_cb): Handle volumes as well as normal
5312         paths.
5313         (shortcuts_activate_volume): New function.
5314         (struct _GtkFileChooserDefault): Removed the bookmarks_set and
5315         bookmarks_iter fields.
5316         (shortcuts_append_bookmarks): Use shortcuts_remove_rows().
5317         (bookmarks_changed_cb): Use shortcuts_add_bookmarks().
5318         (remove_bookmark_rows): Removed.
5319         (shortcuts_add_bookmarks): New function; moved most of the code
5320         over from shortcuts_append_bookmarks().
5321         (shortcuts_append_bookmarks): Add the separator node here, and
5322         then call shortcuts_add_bookmarks().
5323
5324 Tue Dec 16 15:01:10 2003  Manish Singh  <yosh@gimp.org>
5325
5326         * gtk/gtkfilechooserwidget.c: fix preprocessor conditional confusion.
5327         (G_OS_UNIX/G_OS_WIN32 stuff)
5328
5329 Tue Dec 16 01:46:46 2003  Matthias Clasen  <maclas@gmx.de>
5330
5331         Do not interpret distant clicks as double-clicks  (#116541,
5332         Bernhard Walle):
5333         
5334         * gdk/gdkdisplay.h (struct GdkDisplay): Add new fields
5335         double_click_distance, button_x and button_y.
5336         * gdk/gdkdisplay.c (gdk_display_init): Initialize the new fields.
5337
5338         * gdk/gdkdisplay.h: 
5339         * gdk/gdkevents.c (gdk_display_set_double_click_distance): 
5340         New function to set the double click distance on a display.
5341
5342         * gdk/gdkevents.c: Take double click distance into account
5343         when generating single, double or triple clicks.
5344
5345         * gtk/gtksettings.c: Add new setting "gtk-double-click-distance".
5346
5347         * gdk/x11/gdkevents-x11.c: Add the XSetting 
5348         "Net/DoubleClickDistance" and map it to "gtk-double-click-distance".
5349
5350 2003-12-15  Federico Mena Quintero  <federico@ximian.com>
5351
5352         * gtk/gtkdialog.c: Sigh, revert the change.
5353
5354 2003-12-15  Federico Mena Quintero  <federico@ximian.com>
5355
5356         * gtk/gtkdialog.c (dialog_has_cancel): Removed.
5357         (gtk_dialog_close): Don't call dialog_has_cancel().  At least
5358         allows sane behavior for #101293.
5359
5360 Mon Dec 15 00:56:54 2003  Matthias Clasen  <maclas@gmx.de>
5361
5362         * gtk/gtkbutton.[hc]: Add new properties, xalign and yalign, with
5363         getter and setter gtk_button_[sg]et_alignment(), to set the
5364         alignment of the child.  (#70961, Jody Goldberg)
5365
5366 2003-12-14  Hans Breuer  <hans@breuer.org>
5367
5368         * gtk/gtkprivate.h gtk/gtkmain.c : handle GTK_DATADIR
5369         similar as the other filesystem placement 'constants' (dynamic
5370         resolving on win32)
5371
5372         * gtk/gtkfilechooserwidget.c : handle file system to win32
5373         renaming here as will
5374         * gtk/gtkfilesystemwin32.c : implement render_icon
5375
5376         * gtk/gtk.def gdk/gdk.def : updated externals
5377
5378         * gdk/win32/gdkdisplay-win32.c : make it compile without
5379         <multimon.h> - i.e. even older sdk
5380
5381         * gdk/win32/gdkevents-win32.c : match resize_timer_proc
5382         with TIMERPROC prototype
5383
5384         * gdk/win32/gdkwindow-win32.c : older msvc does not know
5385         BITMAPV5HEADER (from win xp) either
5386
5387         * gtk/gtkimmodule.c : make it compile even if GTK_LOCALEDIR is
5388         not defined
5389
5390         * tests/testfilechooser.c : recent GLib crashes on 
5391         g_print ("%s", NULL) so avoid this
5392
5393 2003-12-14  Tor Lillqvist  <tml@iki.fi>
5394
5395         * gdk/win32/gdkselection-win32.c: Calls to OpenClipboard() must be
5396         followed by calls to CloseClipboard(). Add a missing call to
5397         CloseClipboard(). Found by Adam Wright, fixes #104944. Use
5398         API_CALL macro in more places.
5399
5400 2003-12-14  Tor Lillqvist  <tml@iki.fi>
5401
5402         Merge from stable:
5403
5404         * gdk/gdkdisplaymanager.c: Mark default_display static.
5405
5406         * gdk/win32/gdkdnd-win32.c: Mark current_dest_drag static.
5407
5408         * gdk/win32/gdkkeys-win32.c: Disable some overly verbose debugging
5409         output.
5410
5411         * gdk/win32/gdkevents-win32.c: Clean up the debugging output from
5412         --gdk-debug=events. In general, output just one line of debugging
5413         output for each Windows message, plus one line for each GDK event
5414         generated. Indent all lines according to window procedure nesting
5415         level.
5416
5417         (inner_window_procedure): Rename from real_window_procedure.
5418
5419         (find_real_window_for_grabbed_mouse_event): Don't get misled when
5420         the point is in the non-client (decoration) area of the window
5421         returned by WindowFromPoint(). Return the root window in that
5422         case.
5423
5424         (build_pointer_event_state): Test also MK_XBUTTON1 and
5425         MK_XBUTTON2 (buttons 4 and 5).
5426
5427         (synthesize_enter_event): Track the mouse leaving the window in
5428         the event being generated, not the one mentioned in the Windows
5429         message.
5430
5431         (propagate): Test for NULL parent earlier. Improves event
5432         generation from a grabbed pointer. Part of fix for #107320.
5433
5434         (handle_stuff_while_moving_or_resizing): New function, to
5435         dispatch the main loop (once).
5436
5437         (resize_timer_proc): New function, set to be called by an inerval
5438         timer during resizes/moves. Calls handle_stuff_while_moving_or_resizing().
5439
5440         (gdk_event_translate): Drop unused return_exposes parameter.
5441
5442         Handle WM_XBUTTONDOWN and UP messages (buttons 4 and 5).
5443
5444         On WM_SYSKEYUP, generate a key release event also for just the Alt
5445         key.
5446
5447         On WM_MOUSELEAVE, generate a leave event of type
5448         GDK_NOTIFY_ANCESTOR (and not UNKNOWN) if the mouse left a
5449         top-level window, and left the app completely.
5450
5451         On WM_ENTERSIZEMOVE, set a flag, and start an interval timer that
5452         calls resize_timer_proc() at regular intervals. On
5453         WM_EXITSIZEMOVE, kill the timer.
5454
5455         On WM_WINDOWPOSCHANGED, generate a configure event if necessary,
5456         and dispatch the main loop (by calling
5457         handle_stuff_while_moving_or_resizing()). Fixes #99540, idea by
5458         Herman Bloggs.
5459
5460         * gdk/win32/gdkmain-win32.c (_gdk_win32_message_to_string): Handle
5461         also wintab messages.
5462
5463         * gdk/win32/gdkwindow-win32.c (gdk_window_set_skip_taskbar_hint):
5464         Instead of using WS_EX_TOOLWINDOW, implement by setting/unsetting
5465         the window's owner. Fixes #118093, reported by Maxime Romano.
5466
5467 Tue Dec  8 09:41:00 2003  Tim Evans  <t.evans@aranz.com>
5468
5469         * gdk/win32/gdkwindow-win32.[ch]: Implement
5470         gdk_window_set_icon_list() for Win32, with support for big and
5471         small icons and support for alpha-channel icons under Windows
5472         XP. Replaces the previous implementation of gdk_window_set_icon().
5473         (#128762)
5474         
5475 Sun Dec 14 01:28:23 2003  Matthias Clasen  <maclas@gmx.de>
5476
5477         * gdk/x11/gdkprivate-x11.h: 
5478         * gdk/x11/gdkx.h: 
5479         * gdk/x11/gdkevents-x11.c (gdk_x11_register_standard_event_type): 
5480         Rename from _gdk_x11_register_event_type(), added API docs.
5481         * gdk/x11/gdkinput-x11.c (_gdk_input_common_init): 
5482         * gdk/x11/gdkimage-x11.c (_gdk_windowing_image_init): Adjust
5483         all callers.  (#121471, Bill Haneman)
5484
5485 Sat Dec 13 23:37:50 2003  Matthias Clasen  <maclas@gmx.de>
5486
5487         * gdk/gdkdraw.c (gdk_draw_pixbuf): Document that the clip mask
5488         of gc is ignored.  (#101983, Sebastian Rittau)
5489
5490 Sat Dec 13 16:13:27 2003  Kristian Rietveld  <kris@gtk.org>
5491
5492         A trick for a faster treeview, step 1. Patch to short circuit
5493         _build_tree(), inspired by Jonathan (#80868).
5494
5495         * gtk/gtktreeview.c (gtk_tree_view_init): don't put _IS_LIST in
5496         flags by default,
5497         (gtk_tree_view_build_tree): don't even try to recurse when the
5498         model says that it is a list, remove flag unsetter,
5499         (gtk_tree_view_set_model): change flag setting logic.
5500
5501         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_get_flags):
5502         propagate whether or not the child model has _IS_LIST set.
5503
5504         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_get_flags):
5505         ditto.
5506
5507 Sat Dec 13 02:33:17 2003  Matthias Clasen  <maclas@gmx.de>
5508
5509         * gtk/gtkrange.c (gtk_range_scroll): Undo the last change, 
5510         since it broke logical keynav. 
5511         * gtk/gtkrange.c (range_get_scroll_for_grab): Fix stepper
5512         direction in inverted scrollbars here instead.
5513
5514 Sat Dec 13 00:39:24 2003  Matthias Clasen  <maclas@gmx.de>
5515
5516         * gtk/gtkviewport.c (viewport_set_hadjustment_values): Implement
5517         "gravity" for RTL mode in a better way: Keep the distance from 
5518         the upper end of the page to the upper bound constant. This also 
5519         fixes problems with the initial position of the viewport in RTL 
5520         mode.  (#129063)
5521         
5522 Fri Dec 12 21:00:12 2003  Kristian Rietveld  <kris@gtk.org>
5523
5524         Combo box flipping support.
5525
5526         * gtk/gtkcombobox.c (gtk_combo_box_menu_position),
5527         (gtk_combo_box_size_allocate): support RTL flipping (#126518,
5528         patch from Matthias Clasen),
5529         (gtk_combo_box_popup): fix popup window alignment if there's a
5530         cell view frame visible (#126518, patch from Semion Chichelnitsky).
5531
5532         * gtk/gtkcellview.c (gtk_cell_view_expose): support RTL flipping
5533         (#128348, patch from Semion Chichelnitsky).
5534
5535 Fri Dec 12 01:13:34 2003  Matthias Clasen  <maclas@gmx.de>
5536
5537         * examples/gtkdial/gtkdial.c:
5538         * examples/menu/menu.c:
5539         * examples/scribble-xinput/scribble-xinput.c:
5540         * examples/progressbar/progressbar.c:
5541         * docs/tutorial/gtk-tut.sgml: Remove deprecated functions
5542         in examples. (#129074, Olexiy Avramchenko)
5543         * examples/calendar/Makefile:
5544         * examples/rangewidgets/Makefile:
5545         * examples/menu/Makefile: Allow deprecated functions in
5546         examples which use deprecated widgets.
5547
5548 Fri Dec 12 00:43:16 2003  Matthias Clasen  <maclas@gmx.de>
5549
5550         * gdk/gdk.c (gdk_threads_set_lock_functions): 
5551         * gdk/x11/gdkspawn-x11.c: Add "Since: 2.4" to doc comments.
5552
5553 Fri Dec 12 00:05:31 2003  Matthias Clasen  <maclas@gmx.de>
5554
5555         * gtk/gtkrange.c (gtk_range_scroll): Fix direction of 
5556         steppers in inverted scrollbars.  (#129084, Olexiy Avramchenko)
5557
5558 Thu Dec 11 23:50:30 2003  Matthias Clasen  <maclas@gmx.de>
5559
5560         * gtk/gtknotebook.c (gtk_notebook_pages_allocate): Don't 
5561         unnecessarily reserve space for arrows in RTL mode.  (#129075,
5562         Semion Chichelnitsky)
5563
5564 Thu Dec 11 00:35:12 2003  Matthias Clasen  <maclas@gmx.de>
5565
5566         Changes to allow "no input" windows (#64613):
5567         
5568         * gdk/gdkwindow.h (struct _GdkWindowObject): Add a new boolean
5569         field accept_focus.
5570         
5571         * gdk/gdkwindow.h (gdk_window_set_accept_focus): New function to
5572         set it.
5573
5574         * gtk/gtkwindow.[hc]: Add a boolean property "accept_focus"
5575         and gtk_window_get_focus() and gtk_window_set_focus().
5576
5577         * gdk/win32/gdkwindow-win32.c (gdk_window_new): 
5578         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_new): 
5579         * gdk/x11/gdkwindow-x11.c (gdk_window_set_new):
5580         Initialize the accept_focus field to TRUE.
5581
5582         * gdk/win32/gdkwindow-win32.c (gdk_window_set_accept_focus): 
5583         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_set_accept_focus): 
5584         * gdk/x11/gdkwindow-x11.c (gdk_window_set_accept_focus): 
5585         Implementations for the various backends. The Win32 and linux-fb
5586         implementations set the accept_focus field, but don't use it yet 
5587         to actually implement noinput windows. The X implementation updates
5588         the WM_HINTS to select the globally active input model (see the
5589         ICCCM) if accept_focus is FALSE.
5590
5591         * gdk/x11/gdkevents-x11.c (gdk_wm_protocols_filter): Ignore the
5592         WM_TAKE_FOCUS message if accept_focus is FALSE.
5593         
5594 2003-12-10  Federico Mena Quintero  <federico@ximian.com>
5595
5596         * gtk/gtkfilechooserdefault.c (struct _GtkFileChooserDefault):
5597         Added toolbar items for the filter separator and the filter item.
5598         (toolbar_create): Add the filter widgets here.
5599         (filter_create): Renamed from create_filter().  Don't store the
5600         alignment in the impl structure, just return it.
5601         (toolbar_show_filters): New function.
5602         (gtk_file_chooser_default_add_filter): Use toolbar_show_filters().
5603         (gtk_file_chooser_default_remove_filter): Likewise.
5604         (gtk_file_chooser_default_constructor): Don't create the filter
5605         widget here.
5606         (struct _GtkFileChooserDefault): Added a field for a current
5607         folder label.
5608         (gtk_file_chooser_default_constructor): Create the folder label.
5609         (gtk_file_chooser_default_set_current_folder): Set the current
5610         folder label.
5611
5612         * tests/testfilechooser.c (main): Dramatically improved the
5613         usability of the extra widget through careful word choice.
5614
5615 2003-12-10  Mark McLoughlin  <mark@skynet.ie>
5616
5617         * gdk/gdk.h: include gdkspawn.h.
5618
5619 2003-12-10  Mark McLoughlin  <mark@skynet.ie>
5620
5621         * gdk/linux-fb/gdkspawn-fb.c,
5622           gdk/win32/gdkspawn-win32.c,
5623           gdk/x11/gdkspawn-x11.c: (gdk_spawn_command_line_on_screen):
5624         s/gdk_spawn/gdk_spawn_on_screen/.
5625
5626 2003-12-10  Mark McLoughlin  <mark@skynet.ie>
5627
5628         Utility functions for multi-screen applications which need
5629         to ensure launched applications appear on a certain screen.
5630         See bug #95897.
5631         
5632         * gdk/gdkspawn.h: header for multi-screen launching
5633         support.
5634         
5635         * gdk/Makefile.am: install gdkspawn.h.
5636         
5637         * gdk/x11/Makefile.am:
5638         * gdk/x11/gdkspawn-x11.c:
5639         (gdk_spawn_make_environment_for_screen): private function
5640         to create an environment vector with DISPLAY set appropriately
5641         for the screen.
5642         (gdk_spawn_on_screen): multi-screen version of g_spawn_async().
5643         (gdk_spawn_on_screen_with_pipes): version of g_spawn_async_with_pipes().
5644         (gdk_spawn_command_line_on_screen): version of g_spawn_command_line_async().
5645         
5646         * gdk/linux-fb/Makefile.am,
5647           gdk/linux-fb/gdkspawn-fb.c: linux-fb impl.
5648         
5649         * gdk/win32/Makefile.am,
5650           gdk/win32/gdkspawn-win32.c: win32 impl.
5651
5652 2003-12-09  Federico Mena Quintero  <federico@ximian.com>
5653
5654         * gtk/gtkfilechooserdefault.c (shortcuts_append_home): Use "Home"
5655         rather than "Username's Home" (#125964).
5656         (shortcuts_selection_changed_cb): New callback, check the
5657         sensitivity of the Remove Bookmark button at the right time.
5658         (shortcuts_row_activated_cb): It is not necessary to check the
5659         sensitivity here.
5660
5661 Wed Dec 10 00:06:24 2003  Matthias Clasen  <maclas@gmx.de>
5662
5663         Improve the GDK API for dealing with group leaders (#119375):
5664         
5665         * gdk/gdkwindow.h: 
5666         * gdk/x11/gdkwindow-x11.c (gdk_window_get_group): New function to 
5667         get the group leader of a toplevel window as a GdkWindow.
5668
5669         * gdk/gdkdisplay.h: 
5670         * gdk/x11/gdkdisplay-x11.c (gdk_display_get_default_group): New 
5671         function to get the default group leader as a GdkWindow.
5672
5673         * gdk/x11/gdkdisplay-x11.h (struct _GdkDisplayX11): Add a field for
5674         the GdkWindow of the default group leader.
5675         
5676         * gdk/x11/gdkdisplay-x11.c (gdk_display_open): Construct the GdkWindow
5677         for the default group leader.
5678
5679 2003-12-09  Noah Levitt  <nlevitt@columbia.edu>
5680
5681         * gdk/gdkkeysyms.h:
5682         * gdk/gdkkeyuni.c: Add keysyms Ukrainian_ghe_with_upturn,
5683         Ukrainian_GHE_WITH_UPTURN. (#128529)
5684
5685 2003-12-08  Jan Arne Petersen  <jpetersen@uni-bonn.de>
5686
5687         * gtk/gtkfilechooserdefault.c:
5688         (gtk_file_chooser_default_get_paths), (entry_activate): Use the
5689         behavior of the GtkFileSelection to determine selected paths in
5690         single selected, GTK_FILE_CHOOSER_ACTION_SAVE mode.
5691
5692 2003-12-08  Federico Mena Quintero  <federico@ximian.com>
5693
5694         * gtk/gtkfilechooserdefault.c
5695         (gtk_file_chooser_default_get_paths): Don't declare the closure
5696         struct twice.
5697         (get_paths_foreach): Likewise.
5698
5699 Tue Dec  9 00:12:36 2003  Matthias Clasen  <maclas@gmx.de>
5700
5701         * gtk/gtkfilesystemwin32.[hc]: s/Unix/Win32/g. 
5702
5703 2003-12-08  Tor Lillqvist  <tml@iki.fi>
5704
5705         * gdk/win32/gdkdisplay-win32.c: Use <multimon.h> when compiling
5706         with MSVC and old headers. (#126933, John Ehresman)
5707
5708 Mon Dec  8 10:54:44 2003  Owen Taylor  <otaylor@redhat.com>
5709          
5710         * === Released 2.3.1 ===
5711
5712         * NEWS: Updates for 2.3.1
5713
5714         * configure.in: Version 2.3.1, interface age 0, binary age 301.
5715
5716         * gtk/gtkmenuitem.c (gtk_menu_item_can_activate_accel):
5717         Rename from gtk_menu_item_real_can_activate_accel() to
5718         match GTK+ convention, improve comment.
5719
5720         * gtk/gtkwidget.c: Document gtk_widget_can_activate_accel(),
5721         can ::can-activate-accel signal.
5722
5723         * gtk/gtkwidget.c (closure_accel_activate): Fix spelling
5724         in comment.
5725
5726         * gtk/gtkmenu.c (gtk_menu_real_can_activate_accel): Clean 
5727         up comment.
5728         
5729         * gtk/gtkcellview{,menuitem}.[ch]: Move GET_PRIVATE() macros
5730         into the .c file.
5731
5732 Mon Dec  8 12:09:21 2003  Owen Taylor  <otaylor@redhat.com>
5733
5734         * gtk/gtkicontheme.c (find_builtin_icon): Fix a
5735         missing 'else'. (#128816, Jorn Baayen)
5736
5737 2003-12-02  Michael Meeks  <michael@ximian.com>
5738
5739         Based on a patch by Martin Kretzschmar; #122448
5740         
5741         * gdk/gdk.h: new gdk_threads_lock, gdk_threads_unlock, point to
5742         implementation of GDK_THREADS_ENTER / GDK_THREADS_LEAVE.
5743         (GDK_THREADS_ENTER, GDK_THREADS_LEAVE): use gdk_threads_[un]lock
5744         function pointers. Deprecate the global gdk_threads_mutex variable.
5745         
5746         * gdk/gdk.c (gdk_threads_impl_lock, gdk_threads_impl_unlock): new,
5747         extracted from GTK_THREADS_ENTER/LEAVE macros.
5748         (gdk_threads_init): init gtk_threads_[un]lock if not set.
5749         (gdk_threads_set_lock_functions): impl.
5750
5751         * gdk/gdkglobals.c: add definitions of gdk_threads_[un]lock.
5752
5753 Sun Dec  7 23:45:40 2003  Matthias Clasen  <maclas@gmx.de>
5754
5755         * gtk/gtkicontheme.c (gtk_icon_theme_has_icon): Don't crash if
5756         icon_theme_builtin_icons hasn't been initialized.  (#128726, Diego
5757         Gonzalez)
5758
5759 2003-12-07  Tor Lillqvist  <tml@iki.fi>
5760
5761         * gdk/win32/gdkwindow-win32.c (gdk_window_set_icon): Don't use the
5762         return value from SendMessage(WM_SETICON). That is the old
5763         icon. Fixes GDI resource leak. (#128559, Tim Evans)
5764
5765         * gdk/win32/gdkevents-win32.c (gdk_pointer_grab): If we already
5766         have a pointer grab active with a grab cursor set, destroy that
5767         cursor to avoid a GDI resource leak. (#128410, Tim Evans)
5768
5769 2003-12-05  Paisa Seeluangsawat  <paisa@users.sf.net>
5770
5771         * configure.in: Added Thai (th) to ALL_LINGUAS.
5772
5773 Sat Dec  6 01:42:04 2003  Matthias Clasen  <maclas@gmx.de>
5774
5775         * gtk/gtkalignment.c (gtk_alignment_size_allocate): Implement
5776         RTL flipping for GtkAlignment.  (#127585)
5777
5778 Sat Dec  6 01:13:09 2003  Matthias Clasen  <maclas@gmx.de>
5779
5780         * gtk/gtkcombo.c (gtk_combo_get_pos): Fix the position of the 
5781         popup window when in RTL mode.  (#127578)
5782
5783 Fri Dec  5 15:30:16 2003  Manish Singh  <yosh@gimp.org>
5784
5785         * gtk/gtkaccelgroup.c (quick_accel_find): Applied patch from
5786         Ross McFarland <rwmcfa1@neces.com>, initialize *count_p to 0
5787         before doing anything to prevent garbage returns.
5788
5789 Sat Dec  6 00:23:46 2003  Matthias Clasen  <maclas@gmx.de>
5790
5791         * gtk/gtkviewport.c: Implement RTL flipping for 
5792         GtkViewport: Adjust the "gravity" when resizing
5793         This is a bit flickery in RTL mode.  (#107526)
5794
5795 Sat Dec  6 00:22:14 2003  Matthias Clasen  <maclas@gmx.de>
5796
5797         * gtk/gtkscrolledwindow.c: Implement RTL flipping for 
5798         GtkScrolledWindow: the vertical scrollbar shows up on the left
5799         side in RTL mode.  (#107526)
5800
5801 Fri Dec  5 01:58:33 2003  Matthias Clasen  <maclas@gmx.de>
5802
5803         * gtk/gtknotebook.c: Implement RTL flipping for GtkNotebook:
5804         tabs displayed at the top/bottom are rearranged, and tabs on
5805         the left/right are displayed at the opposite edge.  (#96630)
5806
5807 2003-12-04  Mark McLoughlin  <mark@skynet.ie>
5808
5809         * gtk/gtklabel.c: (gtk_label_set_attributes_internal): Allow
5810         gtk_label_set_attributes() take NULL. See bug #128517.
5811
5812 2003-12-03  Federico Mena Quintero  <federico@ximian.com>
5813
5814         * gtk/gtkfilechooserentry.c (struct _GtkFileChooserEntry): Removed
5815         the in_change flag.
5816         (completion_idle_callback): Use a temporary list store and re-set
5817         it on the completion rather than modifying the old one.  We are
5818         re-reading the folder anyway, and this gets rid of non-atomicity
5819         problems.
5820
5821 2003-12-01  Federico Mena Quintero  <federico@ximian.com>
5822
5823         Decouple impl->current_folder from the selection in the folder
5824         tree.  This is so that going to /home/federico/.foo (e.g. from a
5825         bookmark) will work even if show_hidden == FALSE.  The folder tree
5826         needs to be fixed in this case to show such folders explicitly.
5827
5828         * gtk/gtkfilechooserdefault.c
5829         (gtk_file_chooser_default_set_current_folder): When changing
5830         folders, do the entry and list model work here, instead of
5831         tree_selection_changed().
5832         (struct _GtkFileChooserDefault): Added a changing_folder flag
5833         again, dum de dum.
5834         (tree_selection_changed): Use _gtk_file_chooser_set_current_folder_path().
5835
5836 Tue Dec  2 01:01:54 2003  Matthias Clasen  <maclas@gmx.de>
5837
5838         * gtk/gtkiconfactory.h: Remove duplicate declaration of 
5839         gtk_icon_source_set_icon_name().  (#Jeff Franks, #128269)
5840
5841 2003-12-01  Federico Mena Quintero  <federico@ximian.com>
5842
5843         Patch from Hans-Petter Jansson <hpj@ximian.com> to align the
5844         bookmarks buttons with the location entry.
5845
5846         * gtk/gtkfilechooserdefault.c
5847         (gtk_file_chooser_default_constructor): Use a GtkSizeGroup for the
5848         bookmarks buttons and the location entry.
5849
5850 2003-12-01  Federico Mena Quintero  <federico@ximian.com>
5851
5852         * gtk/gtkfilechooserdefault.c (create_shortcuts_tree): Set the
5853         shortcuts tree as a drag destination.
5854         (shortcuts_drag_data_received_cb): New callback.
5855         (get_file_info): Also fetch information on whether the file is a folder.
5856         (add_bookmark_button_clicked_cb): Use error_could_not_add_bookmark_dialog().
5857         (error_could_not_add_bookmark_dialog): New function.
5858         (shortcuts_add_bookmark_from_path): New helper function.
5859         (add_bookmark_button_clicked_cb): Use shortcuts_add_bookmark_from_path().
5860         (shortcuts_row_activated): We no longer need the changing_folder flag.
5861         (struct _GtkFileChooserDefault): Likewise.
5862
5863 Sun Nov 30 17:31:32 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
5864
5865         * gtk/gtktoolbar.c (slide_idle_handler): return TRUE if there are
5866         disappearing placeholders that are still visible.
5867
5868         * gtk/gtktoolbar.c: formatting fixes
5869
5870         * gtk/gtktoolbar.c (struct _ToolbarContent): new bit:
5871         disappearing, for placeholders that are going to disappear.
5872
5873         * gtk/gtktoolbar.c (get_item_size): return 0 for disappearing placeholders
5874
5875 Sat Nov 29 00:55:28 2003  Jonathan Blandford  <jrb@gnome.org>
5876
5877         * gtk/gtktreeview.c (gtk_tree_view_new_column_width): 
5878         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_realize_button):
5879         Patch from <chinen@jp.ibm.com> to handle RTL support for column
5880         resizers, #127874
5881
5882 Fri Nov 28 00:26:24 2003  Matthias Clasen  <maclas@gmx.de>
5883
5884         * gtk/gtkfilesystemmodel.c (gtk_file_system_model_finalize): 
5885         Don't use freed memory.  (#127698, Taavi Talvik) 
5886
5887 Fri Nov 28 00:09:10 2003  Matthias Clasen  <maclas@gmx.de>
5888
5889         * gtk/gtkfilechooserentry.c: Remove debug g_print()s. 
5890
5891 Thu Nov 27 22:17:50 2003  Matthias Clasen  <maclas@gmx.de>
5892
5893         * gtk/gtkuimanager.c: Remove debug define.
5894
5895 Thu Nov 27 16:19:03 2003  Tim Janik  <timj@gtk.org>
5896
5897         * gtk/gtkmenu.c: allow accel activation depending on sensitivity
5898         and the attach widget.
5899
5900         * gtk/gtkmenuitem.c: allow accel activation depending on visibility,
5901         sensitivity and the parent menu.
5902
5903         * gtk/gtkwidget.[hc]: introduced ::can-activate-accel signal which
5904         checks whether accelerators may activate a widget. the default handler
5905         demands the widget be sensitive and visible+viewable.
5906
5907         * gtk/gtkaccelgroup.[hc]: export gtk_accel_group_activate().
5908
5909 Tue Nov 25 00:10:05 2003  Matthias Clasen  <maclas@gmx.de>
5910
5911         * gtk/gtkuimanager.c (update_node): Don't show accelerators in
5912         popup menus.  (#127227)
5913
5914 Mon Nov 24 13:47:39 GMT 2003  Tony Gale <gale@gtk.org>
5915
5916         * docs/faq/gtk-faq.sgml: start 2.x Section 4 updates
5917
5918 Mon Nov 24 04:05:15 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
5919
5920         * gtk/gtkradiotoolbutton.[ch]
5921         (gtk_radio_tool_button_new_from_widget): Make this function take a
5922         GtkRadioToolButton instead of a GtkWidget. (#127729, Murray
5923         Cumming)
5924
5925 Mon Nov 24 02:34:00 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
5926
5927         * gtk/gtktoolbar.c: remove variables in_dnd and leaving_dnd
5928
5929 Mon Nov 24 02:19:33 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
5930
5931         * gtk/gtktoolbar.c: remove variable
5932         n_overflowed_menu_items_when_dnd_started
5933
5934 Mon Nov 24 01:47:10 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
5935
5936         Rework sliding algorithm.
5937         - No more weird jumping when items are dragged off and added to
5938         the toolbar,
5939         - More natural item movement
5940
5941         * gtk/gtktoolbar.c (gtk_toolbar_size_allocate): Many changes. This
5942         function is now responsible for calculating intermediate positions
5943         during item sliding. It is also responsible for starting sliding
5944         if items disappear.  Also turn off expanding when there is an
5945         overflow menu.
5946         (gtk_toolbar_begin_sliding, stop_sliding): New functions.
5947         (slide_idle_handler): New function. All the sliding is now done by
5948         gtk_toolbar_size_allocate(), so the idle handler now just checks
5949         if there is more sliding to be done.
5950         (compute_intermediate_allocation, position): new functions
5951         calculating intermediate steps in the slide animations. The new
5952         animation algorithm uses a constant speed instead of a constant
5953         must-be-finished-within time.
5954         (struct _ToolbarContent): use 
5955         GtkAllocation goal_allocation; and 
5956         GtkAllocation start_allocation; instead of 
5957         gint start/goal_width;
5958
5959         * gtk/gtktoolitem.c (gtk_tool_item_set_tooltip): fix typo in
5960         documentation
5961
5962 Sun Nov 23 22:26:25 2003  Matthias Clasen  <maclas@gmx.de>
5963
5964         * gtk/gtktooltips.c (gtk_tooltips_draw_tips): Make tooltip 
5965         positioning Xinerama-aware.  (#127332)
5966
5967 Fri Nov 21 01:57:21 2003  Matthias Clasen  <maclas@gmx.de>
5968
5969         * gdk/x11/gdkscreen-x11.c (init_xinerama_support): Make monitor
5970         boundaries visible in fake Xinerama mode.
5971
5972 Thu Nov 20 15:41:56 2003  Manish Singh  <yosh@gimp.org>
5973
5974         * gtk/gtkmenu.c (gtk_menu_set_tearoff_state): cast to GTK_WIDGET()
5975         for the gtk_widget_hide() call.
5976
5977 Thu Nov 20 14:51:41 2003  Jonathan Blandford  <jrb@redhat.com>
5978
5979         * gtk/gtktreedatalist.c (gtk_tree_data_list_compare_func): Patch
5980         from David Hampton to fix sorting on booleans.
5981
5982 Thu Nov 20 15:48:03 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
5983
5984         * gtk/gtksocket.c (gtk_socket_focus): Use gtk_widget_is_focus()
5985         instead of GTK_WIDGET_HAS_FOCUS. (#122327, Owen Taylor. Reported
5986         by Frederic Crozat).
5987
5988 Thu Nov 20 13:10:29 GMT 2003  Tony Gale <gale@gtk.org>
5989
5990         * docs/faq/gtk-faq.sgml: Update Section 3 to 2.x
5991
5992 2003-11-19  Federico Mena Quintero  <federico@ximian.com>
5993
5994         Fixes to problems reported by Iain Holmes:
5995
5996         * gtk/gtkfilechooserdefault.c (shortcuts_append_desktop): Do not
5997         throw up an error dialog if the desktop doesn't exist.
5998         (error_message): Handle the case where there is no real toplevel
5999
6000         yet.
6001         (list_model_filter_func): Always let folders pass through (patch
6002         by Dave Malcolm).
6003
6004 Wed Nov 19 23:19:23 2003  Kristian Rietveld  <kris@gtk.org>
6005
6006         * gtk/gtkcombobox.[ch] (gtk_combo_box_scroll_event): move function
6007         to a somewhat more logical place,
6008         (gtk_combo_box_remove_text): New function (#125262, Owen Taylor).
6009
6010 Wed Nov 19 22:15:01 2003  Kristian Rietveld  <kris@gtk.org>
6011
6012         * gtk/gtkentry.c (gtk_entry_completion_timeout): always resize
6013         the popup when it is visible, popdown when there are less chars
6014         than the minimum key length in the entry,
6015         (gtk_entry_completion_changed): popdown when the entry is empty.
6016
6017         * gtk/gtkentrycompletion.c (gtk_entry_completion_init): set the
6018         size request of the vscrollbar to (-1, 0), to get a nicely sized
6019         completion treeview (Fixes #126573, reported by Piers Cornwell),
6020         (_gtk_entry_completion_resize_popup): show/hide the action_view
6021         based on items.
6022
6023 2003-11-19  Federico Mena Quintero  <federico@ximian.com>
6024
6025         * gtk/gtkfilechooserdialog.c (gtk_file_chooser_dialog_init): Turn
6026         off the dialog's separator (thanks to Iain Holmes).
6027
6028 Wed Nov 19 18:15:00 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6029
6030         * gtk/gtkmenu.c (DEFAULT_POPUP_DELAY): set to 200 instead of 225
6031         * gtk/gtkmenuitem.c (get_minimum_width): Impose a minimum width
6032         on items that have a submenu. (#120104).
6033
6034 Wed Nov 19 18:11:08 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6035
6036         * gtk/gtktoolbar.c (struct _ToolbarContent): Add a new
6037         "ItemState" field indicating the overflowed-ness etc. of the item.
6038         (gtk_toolbar_size_allocate): update the field here.
6039
6040 2003-11-19  Federico Mena Quintero  <federico@ximian.com>
6041
6042         * gtk/gtkfilechooserdefault.c (create_filter): Don't add padding
6043         to the alignment.  Use the HIG-specified spacing between the
6044         filter label and the combo.
6045         (create_filename_entry): Use HIG-specified spacing between the
6046         location label and the entry.
6047         (gtk_file_chooser_default_constructor): Don't use vertical padding
6048         around the filename entry.
6049
6050 2003-11-19  Federico Mena Quintero  <federico@ximian.com>
6051
6052         * gtk/gtkfilesystem.h (struct _GtkFileSystemIface): Added a
6053         render_icon virtual method.
6054
6055         * gtk/gtkfilesystem.c (gtk_file_system_render_icon): New function.
6056
6057         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_render_icon):
6058         Implement as a stub for now.
6059
6060         * gtk/gtkfilechooserdefault.c (shortcuts_insert_path): Use
6061         gtk_file_system_render_icon().
6062         (list_icon_data_func): Likewise.
6063         (toolbar_create): Set the toolbar style to icons only.
6064
6065         * gtk/gtkfilechooser.c (gtk_file_chooser_add_shortcut_folder_uri):
6066         Fix doc comments.
6067
6068 Wed Nov 19 02:18:37 2003  Matthias Clasen  <maclas@gmx.de>
6069
6070         * gtk/gtkmenu.c (gtk_menu_set_tearoff_state): Call 
6071         gtk_widget_hide(menu) when reattaching the menu.  (#126057) 
6072
6073 Wed Nov 19 00:06:04 2003  Kristian Rietveld  <kris@gtk.org>
6074
6075         * gtk/gtkentrycompletion.c (gtk_entry_completion_selection_changed):
6076         only unselect all items if the treeview has focus. (Fixes bug
6077         reported by Marco Pesenti Gritti).
6078
6079 Tue Nov 18 22:26:30 2003  Kristian Rietveld  <kris@gtk.org>
6080
6081         * gtk/gtkentry.c (gtk_entry_completion_key_press): the total
6082         number of actions is "matches + actions - 1". (Fixes #126572).
6083
6084 Tue Nov 18 21:05:05 2003  Christian Persch  <chp@cvs.gnome.org>
6085
6086         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_row_inserted): fix
6087         mem leaks (#119435).
6088
6089 Tue Nov 18 20:51:38 2003  Kristian Rietveld  <kris@gtk.org>
6090
6091         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_row_deleted): don't
6092         try to fetch the child back, since we do know that it is already
6093         gone by now (#126493, Marco Pesenti Gritti).
6094
6095 Tue Nov 18 19:47:59 2003  Kristian Rietveld  <kris@gtk.org>
6096
6097         Fixes based on comments from Owen Taylor, #125264.
6098
6099         * gtk/gtkcellview.[ch] (gtk_cell_view_finalize): remove unused
6100         variable,
6101         (gtk_cell_view_set_value), (gtk_cell_view_set_displayed_model): queue
6102         a resize,
6103         (gtk_cell_view_get_size_of_row): new function,
6104         (gtk_cell_view_set_value), (gtk_cell_view_set_valuesv),
6105         (gtk_cell_view_set_values), (gtk_cell_view_set_model),
6106         (gtk_cell_view_set_displayed_row), (gtk_cell_view_get_displayed_row):
6107         s/cellview/cell_view/ in the function definitions, so they match
6108         with the header file.
6109
6110         * gtk/gtkcombobox.c (gtk_combo_box_remeasure): remove the resize
6111         flag again (:, and use gtk_cell_view_get_size_of_row instead of
6112         the measurer, remove _set_size_request call,
6113         (gtk_combo_box_calc_requested_width): use gtk_cell_view_get_size_of_row
6114         instead of the measurer,
6115         (gtk_combo_box_style_set): queue a resize,
6116         (gtk_combo_box_size_request): update of _remeasure call,
6117         (gtk_combo_box_init), (gtk_combo_box_cell_layout_pack_start),
6118         (gtk_combo_box_cell_layout_pack_end),
6119         (gtk_combo_box_cell_layout_clear),
6120         (gtk_combo_box_set_model): get rid of the measurer,
6121         (gtk_combo_box_cell_layout_add_attribute),
6122         (gtk_combo_box_cell_layout_set_cell_data_func),
6123         (gtk_combo_box_cell_layout_clear_attributes): ditto and queue a
6124         resize instead of calling _remeasure.
6125
6126 Mon Nov 17 16:25:04 2003  Manish Singh <yosh@gimp.org>
6127
6128         * gdk-pixbuf/Makefile.am
6129         * modules/input/Makefile.am: Use install-data-hook for
6130         gdk-pixbuf.loaders and gtk.immodules install generation targets.
6131         Fixes #112806.
6132
6133         * gtk/gtkexpander.h: Apply missing declarations from #124449.
6134
6135 Tue Nov 18 00:12:55 2003  Matthias Clasen  <maclas@gmx.de>
6136
6137         Fix for #119555, Peter Zelezny:
6138         
6139         * gdk/gdkdrawable.h: Declare gdk_drawable_copy_to_image.
6140         * gdk/gdkdraw.c (gdk_drawable_copy_to_image): Make public
6141         by removing the _ prefix. 
6142         * gdk/gdkdraw.c, gdk/gdkpixbuf-drawable.c, gdk/gdkpixmap.c, 
6143         gdk/gdkwindow.c: Adjust all callers.
6144
6145 Mon Nov 17 23:36:02 2003  Matthias Clasen  <maclas@gmx.de>
6146
6147         * gtk/gtkaction.c (gtk_action_activate): Only activate if 
6148         the action is sensitive.  (#127187, Christian Persch)
6149
6150 Mon Nov 17 23:23:49 2003  Matthias Clasen  <maclas@gmx.de>
6151
6152         * gtk/gtkcombobox.c: Add mouse wheel support.  (#126517)
6153
6154 Mon Nov 17 22:56:09 2003  Kristian Rietveld  <kris@gtk.org>
6155
6156         * gtk/gtkentryprivate.h: add _gtk_entry_completion_resize_popup.
6157
6158         * gtk/gtkentry.c (gtk_entry_completion_timeout): popup when not
6159         mapped, else resize_popup.
6160
6161         * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup),
6162         (_gtk_entry_completion_popup): moved all popup resizing code to
6163         _gtk_entry_completion_resize_popup, and show the window when there
6164         are more than zero items in the completion list again (sigh).
6165
6166 2003-11-17  Mark McLoughlin  <mark@skynet.ie>
6167
6168         Patch from Jaiserca <jaiserca@inf.upv.es> to add a
6169         "use_markup" property. See bug #124449.
6170
6171         * gtk/gtkexpander.c:
6172         (gtk_expander_class_init),
6173         (gtk_expander_init), (gtk_expander_set_property),
6174         (gtk_expander_get_property), (gtk_expander_set_label),
6175         (gtk_expander_set_use_markup),  (gtk_expander_get_use_markup):
6176         Add a "use_markup" property and use it when creating the
6177         child label.
6178
6179 Mon Nov 17 12:58:32 2003  Kristian Rietveld  <kris@gtk.org>
6180
6181         Temporary size requisition fix. Will fix it for real tonight.
6182
6183         * gtk/gtkcombobox.c (gtk_combo_box_remeasure): add a resize flag,
6184         (gtk_combo_box_size_request): use gtk_combo_box_remeasure to determine
6185         a good width for the child,
6186         (gtk_combo_box_cell_layout_add_attribute),
6187         (gtk_combo_box_set_cell_data_func),
6188         (gtk_combo_box_cell_layout_clear_attributes): update.
6189
6190 Mon Nov 17 00:11:21 2003  Kristian Rietveld  <kris@gtk.org>
6191
6192         Fixes #124373, Murray Cumming.
6193
6194         * gtk/gtkcombobox.[ch] (gtk_combo_box_class_init): the model property
6195         is no longer construct only,
6196         (gtk_combo_box_unset_model), (gtk_combo_box_set_model_internal),
6197         (gtk_combo_box_menu_fill): new functions,
6198         (gtk_combo_box_menu_setup), (gtk_combo_box_menu_destroy),
6199         (gtk_combo_box_menu_row_*), (gtk_combo_box_list_setup),
6200         (gtk_combo_box_list_destroy): updated,
6201         (gtk_combo_box_new), (gtk_combo_box_new_with_model): new/changed
6202         functions,
6203         (gtk_combo_box_set_model): is now public, updated,
6204         (gtk_combo_box_get_model): small update.
6205
6206         * gtk/gtkcomboboxentry.[ch] (gtk_combo_box_entry_class_init): the
6207         text_column property is no longer construct only,
6208         (gtk_combo_box_entry_set_text_column): now public,
6209         (gtk_combo_box_entry_new), (gtk_combo_box_entry_new_with_model):
6210         new/changed functions.
6211
6212         * tests/testcombo.c: updated.
6213
6214 Sun Nov 16 22:50:58 2003  Matthias Clasen  <maclas@gmx.de>
6215
6216         Reinstate fixes for (#124212, Marco Pesenti Gritti):
6217         
6218         * gtk/gtkuimanager.c (update_smart_separators): Don't spit 
6219         warnings for popups.
6220         (_gtk_menu_is_empty): Return FALSE for non-menus.
6221
6222 Sun Nov 16 21:48:40 2003  Kristian Rietveld  <kris@gtk.org>
6223
6224         * gtk/gtkcellview.c (gtk_cell_view_finalize): just call
6225         gtk_cell_view_cell_layout_clear instead of trying to free the
6226         structure ourselves here. (#125726, Morten Welinder).
6227
6228 Sun Nov 16 00:35:29 2003  Matthias Clasen  <maclas@gmx.de>
6229
6230         * gtk/gtkfilechooser.[hc]: 
6231         * gtk/gtkentrycompletion.h: Fix parameter name mismatches which
6232         confuse gtk-doc.
6233
6234 2003-11-15  Hans Breuer  <hans@breuer.org>
6235
6236         * gdk/makefile.msc gdk/gdk.def 
6237             gtk/gtk.def gtk/makefile.msc.in : updated
6238         * tests/makefile.msc : added all the new tests
6239
6240         * gtk/gtkfilefilter.c(finalize) : initialize filter
6241         from object not from itself
6242
6243         * gtk/gtkfilesystemwin32.[hc] : copied from gtkfilesystemunix.[hc]
6244         modified as less as posible to have aworking implementation
6245         on win32. There maybe the desire to merge the unchanged pats into
6246         a common base class.
6247         Also implemented a simple glib based bookmark handling, which
6248         is currently missing in gtkfilesystemunix.[hc] but can be copied
6249         over there.
6250         * gtk/gtkfilechooserwidget.c : conditional include gtkfilesystemwin32.h
6251
6252         * gdk/win32/gdkwindow-win32.c : implement 
6253         gdk_window_set_keep_above() and gdk_window_set_keep_below()
6254
6255         * tests/testmerge.c : don't include unistd.h unconditionally,
6256         #define STDOUT_FILENO if it isn't defined
6257
6258         * tests/testfilechooser.c : make it compile on win32
6259
6260 2003-11-15  Tor Lillqvist  <tml@iki.fi>
6261
6262         * gdk/win32/gdkwindow-win32.c (gdk_window_focus): If the window is
6263         maximized, use SW_SHOWMAXIMIZED. (#126986, John Ehresman)
6264
6265 Thu Nov 13 12:55:29 GMT 2003  Tony Gale <gale@gtk.org>
6266
6267         * docs/faq/gtk-faq.sgml: Update the rest of Section 2
6268
6269 Thu Nov 13 01:46:32 2003  Matthias Clasen  <maclas@gmx.de>
6270
6271         * gtk/gtkicontheme.c (gtk_icon_theme_init): Use 
6272         GTK_DATADIR/{icons,pixmaps} instead of 
6273         GTK_DATA_PREFIX/{icons,pixmaps}.  (#123365, Marco Pesenti Gritti)
6274
6275 Wed Nov 12 21:40:10 2003  Matthias Clasen  <maclas@gmx.de>
6276
6277         Changes to improve menu positioning on Xinerama (#108328, #126150):
6278         
6279         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu): Use the event 
6280         window of the menuitem to determine the monitor. This fixes some
6281
6282         * gtk/gtkmenu.c (struct _GtkMenuPrivate): Add a menu_num field
6283         to store the monitor on which the menu is to be positioned.
6284
6285         * gtk/gtkmenu.[hc] (gtk_menu_position): Store the monitor number
6286         in the GtkMenuPrivate struct and fetch the monitor geometry after
6287         calling the position_func, in case it has been changed.
6288
6289         * gtk/gtkmenu.c (gtk_menu_set_monitor): New function 
6290         to be used in GtkMenuPositionFunc implementations for setting
6291         the monitor_num field in GtkMenuPrivate.
6292
6293         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu): Call 
6294         gtk_menu_set_monitor.
6295
6296 Wed Nov 12 21:00:10 2003  Matthias Clasen  <maclas@gmx.de>
6297
6298         * gtk/gtkinputdialog.c (gtk_input_dialog_init): Clarify the
6299         label for the empty list. String change.  (#95446, Tomas Ã–gren)
6300
6301 Wed Nov 12 20:57:50 2003  Matthias Clasen  <maclas@gmx.de>
6302
6303         * gtk/gtkicontheme.h (enum GtkIconLookupFlags): Correct
6304         the definition of the values.  (#123361, Marco Pesenti Gritti)
6305
6306 Wed Nov 12 20:54:02 2003  Matthias Clasen  <maclas@gmx.de>
6307
6308         * gdk/gdkkeyuni.c: Map KP_Separator to ','.
6309         (#122941, Egmont Koblinger)
6310
6311 2003-11-12  Padraig O'Briain  <padraig.obriain@sun.com>
6312
6313         *gtk/gtkcolorsel.c (gtk_color_selection_init): Add tooltip for
6314         opacity entry widget. Change tooltip for opacity widgets. (#126426)
6315
6316 2003-11-12  Padraig O'Briain  <padraig.obriain@sun.com>
6317
6318         * gtk/gtkmenu.c (gtk_menu_popup): Do not let pointer position
6319         affect window menu position when popped from keyboard. (#102660)
6320
6321 Wed Nov 12 01:29:32 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6322
6323         * gtk/gtktoolbar.c (gtk_toolbar_internal_insert_element): When we
6324         are using the old API, make all items "is_important". That way
6325         BOTH_HORIZ will continue to show both icon and label in old API
6326         mode.
6327
6328 Mon Nov 10 00:40:41 2003  Matthias Clasen  <maclas@gmx.de>
6329
6330         * gtk/gtkeventbox.c (gtk_event_box_set_above_child): 
6331         Remember the new value in all cases.  (#126276, Damon Chaplin)
6332
6333 Sat Nov  8 23:06:02 2003  Matthias Clasen  <maclas@gmx.de>
6334
6335         * demos/gtk-demo/main.c (row_activated_cb): Call the do_
6336         functions with the toplevel as argument.
6337
6338         * demos/gtk-demo/geninclude.pl.in: Change the signature
6339         of GDoDemoFunc to take a widget argument
6340
6341         * demos/gtk-demo/ui_manager.c (do_ui_manager): 
6342         * demos/gtk-demo/tree_store.c (do_tree_store): 
6343         * demos/gtk-demo/textview.c (do_textview): 
6344         * demos/gtk-demo/stock_browser.c (do_stock_browser): 
6345         * demos/gtk-demo/sizegroup.c (do_sizegroup): 
6346         * demos/gtk-demo/pixbufs.c (do_pixbufs): 
6347         * demos/gtk-demo/panes.c (do_panes): 
6348         * demos/gtk-demo/menus.c (do_menus): 
6349         * demos/gtk-demo/list_store.c (do_list_store): 
6350         * demos/gtk-demo/images.c (do_images): 
6351         * demos/gtk-demo/hypertext.c (do_hypertext): 
6352         * demos/gtk-demo/editable_cells.c (do_editable_cells): 
6353         * demos/gtk-demo/drawingarea.c (do_drawingarea): 
6354         * demos/gtk-demo/dialog.c (do_dialog): 
6355         * demos/gtk-demo/colorsel.c (do_colorsel): 
6356         * demos/gtk-demo/changedisplay.c (do_changedisplay): 
6357         * demos/gtk-demo/button_box.c (do_button_box): 
6358         * demos/gtk-demo/appwindow.c (do_appwindow): Take a widget
6359         as argument, and make new windows or dialogs appear on the
6360         same screen.  (#80388)
6361
6362 Sat Nov  8 21:59:30 2003  Matthias Clasen  <maclas@gmx.de>
6363
6364         * gtk/gtkeventbox.c (gtk_event_box_class_init): Let 
6365         visible-window default to TRUE, as documented and 
6366         implemented. (#126270 Damon Chaplin)
6367
6368 Sat Nov  8 01:50:17 2003  Matthias Clasen  <maclas@gmx.de>
6369
6370         * gtk/gtkicontheme.c: 
6371         * gtk/gtkfilechooserwidget.c (gtk_file_chooser_widget_new): 
6372         * gtk/gtkfilechooserdialog.c (gtk_file_chooser_dialog_new): 
6373         * gtk/gtkfilechooser.c (gtk_file_chooser_[un]select_all): Mark as
6374         2.4 additions.
6375
6376 2003-11-07  Federico Mena Quintero  <federico@ximian.com>
6377
6378         Changing GtkFileChooserEntry to use GtkEntryCompletion.
6379
6380         * gtk/gtkfilechooserentry.c (gtk_file_chooser_entry_init): Create
6381         a GtkListStore for the completion list.  Create a
6382         GtkEntryCompletion and attach it to the chooser entry.
6383         (gtk_file_chooser_entry_finalize): Unref the completion store.
6384         (completion_match_func): New callback for the GtkEntryCompletion.
6385         (completion_idle_callback): Fill the completion store with filenames.
6386
6387 Fri Nov  7 22:55:49 2003  Matthias Clasen  <maclas@gmx.de>
6388
6389         * gtk/gtkwindow.c (gtk_window_set_role): 
6390         * gtk/gtkwindow.c (gtk_window_set_title): 
6391         * gtk/gtkwidget.c (gtk_widget_set_name): 
6392         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_title): 
6393         * gtk/gtkbutton.c (gtk_button_set_label): Make string setters
6394         safe for self-assignment.  (#122745, Soeren Sandmann)
6395
6396 Thu Nov  6 20:41:40 2003  Matthias Clasen  <maclas@gmx.de>
6397
6398         * gtk/gtkstyle.c (gtk_style_attach): Fix doc comment.
6399         (#126369, Olexiy Avramchenko)
6400
6401 Thu Nov  6 00:21:41 2003  Matthias Clasen  <maclas@gmx.de>
6402
6403         * gtk/gtkcolorbutton.c (gtk_color_button_init): 
6404         * gtk/gtkfontbutton.c (gtk_font_button_init): Improve the 
6405         consistency of titles.  (#126193, Damon Chaplin)
6406
6407 Wed Nov  5 22:49:36 2003  Matthias Clasen  <maclas@gmx.de>
6408
6409         * gtk/gtkmenu.c (gtk_menu_set_tearoff_state): Set torn off 
6410         menus to be transient for the toplevel they were torn off from.
6411         (gtk_menu_get_toplevel): Auxiliary function to find the
6412         toplevel of a menu.  (#54775, Jon-Kare Hellan)
6413
6414 Wed Nov  5 21:07:58 2003  Matthias Clasen  <maclas@gmx.de>
6415
6416         * gtk/gtkpaned.c (gtk_paned_class_init): Add readonly properties
6417         min-position and max-position.  (#58431, Padraig O'Briain)
6418
6419 Wed Nov  5 21:02:26 2003  Matthias Clasen  <maclas@gmx.de>
6420
6421         * gtk/gtkcolorsel.c (update_color): 
6422         (make_label_spinbutton): 
6423         (adjustment_changed): Change the ranges for Saturation and
6424         Value to be 0-100 instead of 0-255, since these axes of HSV
6425         are usually expressed in percent.  (#121519, Gregory Merchan)
6426
6427 Wed Nov  5 08:51:48 GMT 2003  Tony Gale <gale@gtk.org>
6428
6429         * docs/faq/gtk-faq.sgml: More 2.x updates
6430
6431 Tue Nov  4 15:00:33 GMT 2003  Tony Gale <gale@gtk.org>
6432
6433         * docs/faq/gtk-faq.sgml: More 2.x updates, fix
6434         pkg-config command error, update copyright.
6435
6436 2003-11-03  Federico Mena Quintero  <federico@ximian.com>
6437
6438         * gtk/gtkfilechooserdefault.c (error_dialog): Take in a path as
6439         well.  Use a helper function.
6440         (shortcuts_append_home): Display an error box if necessary.
6441         (shortcuts_append_desktop): Likewise.
6442         (add_bookmark_button_clicked_cb): Likewise.
6443         (gtk_file_chooser_default_select_path): Likewise.
6444         (entry_activate): Likewise.
6445         (shortcuts_append_paths): New helper function.
6446         (shortcuts_append_file_system_roots): Use
6447         shortcuts_append_paths().
6448         (shortcuts_append_bookmarks): Likewise.
6449
6450 Mon Nov  3 23:12:41 2003  Matthias Clasen  <maclas@gmx.de>
6451
6452         * gtk/gtkuimanager.c (_gtk_menu_is_empty): Return TRUE if 
6453         menu is NULL.
6454         (update_smart_separators): Remove some unneeded ifs.
6455
6456 Mon Nov  3 22:45:58 2003  Matthias Clasen  <maclas@gmx.de>
6457
6458         * gtk/gtkwindow-decorate.h: Add G_BEGIN_DECLS/G_END_DECLS to make 
6459         these usable in C++. Forgot this file in my Oct 11 commit.
6460
6461 2003-11-03  Federico Mena Quintero  <federico@ximian.com>
6462
6463         * gtk/gtkfilechooserdefault.c (create_shortcuts_tree): Add a stock
6464         icon to the "Add bookmark" button.
6465
6466         * gtk/gtkfilesystemunix.c: Mark missing strings for translation.
6467         * gtk/gtkfilesystemmodel.c: Likewise.
6468         * gtk/gtkfilechooser.c: Likewise.
6469         * gtk/gtkfilechooserdefault.c: Likewise.
6470
6471 Mon Nov  3 20:56:28 2003  Matthias Clasen  <maclas@gmx.de>
6472
6473         * gdk/gdk.c: 
6474         * gdk/gdkinternals.h: 
6475         * gdk/x11/gdkscreen-x11.c (init_xinerama_support): Introduce a
6476         GDK_DEBUG_XINERAMA debug flag, and make it trigger a fake 2x2
6477         Xinerama mode when no actual Xinerama setup is found. 
6478
6479 2003-11-03  Federico Mena Quintero  <federico@ximian.com>
6480
6481         * gtk/gtkfilechooserdefault.c (shortcuts_select_folder): Removed.
6482         (create_shortcuts_tree): Don't call the above.
6483         (bookmarks_changed_cb): Likewise.
6484         (tree_selection_changed): Unselect everything from the shortcuts
6485         list.  This is the behavior that Mac OS has.
6486         (toolbar_add_item): Return the item.
6487         (toolbar_create): Store the up_button in the impl structure.
6488         (toolbar_check_sensitivity): New function to set the sensitivity
6489         of the "Up" button in the toolbar.
6490         (tree_selection_changed): Call toolbar_check_sensitivity().
6491
6492 2003-11-02  Federico Mena Quintero  <federico@ximian.com>
6493
6494         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_init): Do
6495         not set a border width for the toplevel container.
6496         (toolbar_create): New function; create a simple toolbar for the
6497         file chooser.
6498         (gtk_file_chooser_default_constructor): Use a spacing of 12 for
6499         the table, as per the HIG.
6500         (gtk_file_chooser_default_init): Likewise, for the default
6501         implementation's vbox.
6502
6503         * gtk/gtkfilesystem.c (gtk_file_system_get_parent): Added docs to
6504         note that NULL is a valid return value for the parent path.
6505
6506 Sat Nov  1 14:59:27 2003  Owen Taylor  <otaylor@redhat.com>
6507
6508         * gtk/gtkfilechooserdefault.c (shortcuts_row_activated): 
6509         Change on activation, not selection change (temporary
6510         workaround for #125955, needed for keynav, likely
6511         the right UI anyways.)
6512
6513         * gtk/gtkfilechooserdefault.c (shortcuts_select_func): 
6514         Don't allow the separator node to be selected.
6515
6516         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_constructor):
6517         Set the focus chain so that the entry gets focused first.
6518         (Not really right after initial focusing, maybe we
6519         should just have a gtk_file_chooser_focus_entry() that
6520         we call from gtk_file_chooser_dialog on creation.)
6521
6522 Sat Nov  1 12:41:04 2003  Owen Taylor  <otaylor@redhat.com>
6523
6524         * gtk/gtkwindow.c (gtk_window_unfullscreen): Fix a
6525         residual call to gtk_window_get_private().
6526
6527 Sat Nov  1 09:10:13 2003  Owen Taylor  <otaylor@redhat.com>
6528
6529         * gtk/gtkwindow.[ch]: Move above_initially, below_initially
6530         into GtkWindowPrivate structure, fixing ABI breakage
6531         on Win32. (Hans Breuer). Switch GtkWindowPrivate over
6532         to instance-private-data.
6533
6534 Fri Oct 31 02:43:34 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6535
6536         * gtk/gtktoolbar.c (get_item_requisition): delete this function
6537         (toolbar_item_is_homogeneous): cache max_homogeneous_pixels
6538         instead of re-calculating for each item.
6539         (gtk_toolbar_size_allocate): Update comments
6540
6541 Thu Oct 30 22:04:31 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6542
6543         * gtk/gtktoolbar.c (gtk_toolbar_forall): Only include
6544         placeholders when include_internals is TRUE.
6545
6546 Thu Oct 30 17:57:53 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6547
6548         * gtk/gtktoolbar.c (logical_to_physical): Make it work even when
6549         item 0 is a placeholder. (#125826)
6550         * tests/testtoolbar.c: add an assertion that 
6551         gtk_toolbar_get_nth_item (0) != NULL
6552
6553 Thu Oct 30 17:40:26 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6554
6555         * gtk/gtktoolbar.c (logical_to_physical): Make it work for
6556         logical == 0.(#125826)
6557
6558 Thu Oct 30 16:20:58 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6559
6560         * gtk/gtktoolbar.c (logical_to_physical): Make sure we actually
6561         return the index of a real item.
6562         (get_nth_item) assert that the returned items is not a
6563         placeholder.  (#125826, Marco Pesenti Gritti).
6564         
6565 2003-10-29  Federico Mena Quintero  <federico@ximian.com>
6566
6567         * gtk/gtkcellrendererseptext.c
6568         (gtk_cell_renderer_sep_text_render): Only paint a separator if the
6569         text is NULL, rather than also doing it if it is an empty string.
6570
6571 Wed Oct 29 15:40:26 2003  Owen Taylor  <otaylor@redhat.com>
6572
6573         * gtk/gtkmessagedialog.c (gtk_message_dialog_new/
6574         gtk_message_dialog_new_with_format): Allow NULL
6575         for message_format, as described in the docs and
6576         as worked previously. (#125759, Richard Hult)
6577
6578         * gtk/gtkmessagedialog.c (gtk_message_dialog_new_with_markup):
6579         Use g_markup_vprintf_escaped() to escape arguments.
6580
6581         * gtk/gtkmessagedialog.[ch]: Add gtk_message_dialog_set_markup()
6582         so there is some way to set literal markup.
6583
6584 Wed Oct 29 15:01:32 2003  Owen Taylor  <otaylor@redhat.com>
6585  
6586         * gdk/x11/gdkimage-x11.c (_gdk_x11_copy_to_image): Move
6587         the call to gdk_error_trap_pop() to the right place,
6588         fixing a problem where we'd pop() too many times 
6589         when bailing out. (#123302, Thomas Leonard)
6590         
6591 Wed Oct 29 12:50:02 2003  Owen Taylor  <otaylor@redhat.com>
6592
6593         * gtk/gtkfilechooserutils.c (delegate_set_current_folder): 
6594         Fix infinite recursion. (#125679, Christian Persch)
6595
6596 Wed Oct 29 13:29:15 GMT 2003  Tony Gale <gale@gtk.org>
6597
6598         * docs/faq/gtk-faq.sgml: further 2.x updates:
6599         mirrors,compiling,g_main_context_iteration
6600
6601 Wed Oct 29 02:54:35 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6602
6603         * gtk/gtktoolbar.[ch] (gtk_toolbar_set_drop_highlight_item): Add this
6604         function; remove gtk_toolbar_highlight_drop_location() and
6605         gtk_toolbar_unhighlight_drop_location().
6606
6607         Also fix bug where the number of overflowed items were miscounted.
6608
6609 Tue Oct 28 12:20:16 2003  Owen Taylor  <otaylor@redhat.com>
6610
6611         * gtk/gtkwindow.c (gtk_window_has_toplevel_focus): Remove
6612         some accidentally committed duplicate code.
6613
6614 Tue Oct 28 17:06:17 GMT 2003  Tony Gale <gale@gtk.org>
6615
6616         * docs/faq/gtk-faq.sgml: Update info on compiling GTK+
6617
6618 Tue Oct 28 10:34:24 2003  Owen Taylor  <otaylor@redhat.com>
6619
6620         * gtk/gtkwindow.[ch] (gtk_window_is_active, 
6621         gtk_has_toplevel_focus): Add getters corresponding to
6622         the is_active and has_toplevel_focus properties.
6623         (#122531)
6624
6625 2003-10-28  Mark McLoughlin  <mark@skynet.ie>
6626
6627         * gtk/gtkexpander.c:
6628         (gtk_expander_class_init): hook up the destroy handler.
6629         (gtk_expander_destroy), (gtk_expander_unrealize):
6630         remove the expand/collapse timeout on destroy instead
6631         of unrealize to avoid leaving the expander in a inconsistent
6632         state when unrealizing during animation.
6633         (gtk_expander_start_animation): remove realized check.
6634         (gtk_expander_set_expanded): if the widget isn't realized,
6635         expand immediately.
6636
6637 Tue Oct 28 09:44:16 2003  Owen Taylor  <otaylor@redhat.com>
6638
6639         * gtk/gtkxembed.c (_gtk_xembed_send_focus_message): Silently
6640         do nothing when recipient is NULL, as described in the
6641         doc comment. (#123107, Thomas Leonard)
6642
6643 Tue Oct 28 09:21:29 2003  Owen Taylor  <otaylor@redhat.com>
6644
6645         * gtk/gtkmain.c (gtk_check_version): Move docs inline,
6646         rewrite docs, mention memory management for the return
6647         value. (Partly addresses #125549, Michael Natterer)
6648
6649 2003-10-28  Padraig O'Briain  <padraig.obriain@sun.com>
6650
6651         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_remove_filter):
6652         Change index to filter_index to fix compilation error.
6653
6654         * gtk/gtkfilesystem.h: Correct definition of gtk_file_path_get_string.
6655
6656 Mon Oct 27 15:47:58 2003  Manish Singh  <yosh@gimp.org>
6657
6658         * gdk/x11/gdkscreen-x11.c: #include <X11/extensions/Xrandr.h> if
6659         we have RandR support, for XRRUpdateConfiguration declaration.
6660
6661         * gtk/gtkfilefilter.c: #include "gtkprivate.h" for _gtk_fnmatch
6662         declaration.
6663
6664         * gtk/gtkuimanager.c (gtk_ui_manager_add_ui_from_file): Make
6665         length a gsize variable, since that's what g_file_get_contents()
6666         expects.
6667
6668 Mon Oct 27 12:18:49 2003  Owen Taylor  <otaylor@redhat.com>
6669
6670         * NEWS: Fix attribution for above/below EWMH work.
6671
6672 Sat Oct 25 23:30:13 2003  Matthias Clasen  <maclas@gmx.de>
6673
6674         * gtk/gtkactiongroup.c (gtk_action_group_class_init): Add "name" 
6675         as a construct-only property.  (#125475, Murray Cumming)
6676
6677 Thu Oct 23 21:55:10 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6678
6679         Fix bug 116297 and 125472
6680         
6681         * gtk/gtktoolbar.c (gtk_toolbar_highlight_drop_location): Make
6682         this function take an index and a GtkToolItem.
6683
6684         * tests/testtoolbar.c (main): Make "Show Arrow" default to
6685         true. Make one of the separators !draw and expand.
6686         Update for new highlight_drop_location() API.
6687
6688         * gtk/gtktoolitem.[ch]: Remove "pack_end" property
6689
6690         * gtk/gtktoolbar.h: Formatting fixes.
6691
6692         * gtk/gtktoolbar.c: Remove "pack_end" child property. Allow
6693         separator tool items to expand.
6694         (logical_to_physical, physical_to_logical): Fix off-by-one errors
6695         (Fix #125472, Marco Pesenti Gritti)
6696
6697         * gtk/gtkseparatortoolitem.[ch]: Add new "draw" property.
6698         (gtk_separator_tool_item_expose) only draw if "draw" is TRUE. Also
6699         return FALSE, not TRUE.
6700         (gtk_separator_too_item_{set|get}_property,
6701         (gtk_separator_tool_item_{set|get}_draw): new functions
6702
6703 Fri Oct 24 16:54:04 2003  Owen Taylor  <otaylor@redhat.com>
6704
6705         * === Released 2.3.0 ===
6706
6707         * configure.in: Remove a stray comma.
6708
6709         * README.in: Fix a few notes about Xft 1 and pango-1.0.
6710
6711         * NEWS: Finish updates for 2.3.0.
6712
6713         * po/Makefile.in.in: Update to latest GLib version.
6714
6715 Fri Oct 24 20:31:35 2003  Kristian Rietveld  <kris@gtk.org>
6716
6717         * gtk/gtkcellview.[ch], gtk/gtkcellviewmenuitem.[ch],
6718         gtk/gtkcombobox.[ch], gtk/gtkcomboboxentry.[ch],
6719         gtk/gtktreemodelfilter.[ch]: Fix licensing (I managed to put it
6720         under GPL licensing instead of LGPL...). (Fixes #125381, Soeren
6721         Sandmann).
6722
6723 Fri Oct 24 20:22:40 2003  Kristian Rietveld  <kris@gtk.org>
6724
6725         * gtk/gtktreemodelfilter.h: add padding to the class structure.
6726
6727 2003-10-23  Federico Mena Quintero  <federico@ximian.com>
6728
6729         * gtk/gtkfilechooser.c (gtk_file_chooser_get_preview_uri): Fixed docs.
6730         (gtk_file_chooser_remove_filter): Likewise.
6731         (gtk_file_chooser_select_all): Added docs.
6732         (gtk_file_chooser_unselect_all): Likewise.
6733
6734         * gtk/gtkfilechooserdialog.c (gtk_file_chooser_dialog_new): Added docs.
6735
6736         * gtk/gtkfilechooserwidget.c (gtk_file_chooser_widget_new): Added docs.
6737
6738 Thu Oct 23 23:22:15 2003  Matthias Clasen  <maclas@gmx.de>
6739
6740         * gtk/gtkfilefilter.c: 
6741         * gtk/gtkfilechooser.c: Add "Since: 2.4" to all API doc comments.
6742
6743 Thu Oct 23 22:33:47 2003  Matthias Clasen  <maclas@gmx.de>
6744
6745         * gtk/gtkfilefilter.c (gtk_file_filter_new): Fix doc markup.
6746
6747 Thu Oct 23 21:49:05 2003  Matthias Clasen  <maclas@gmx.de>
6748
6749         * NEWS: Remove a few duplicates, group the menu changes.
6750
6751 Thu Oct 23 21:12:50 2003  Kristian Rietveld  <kris@gtk.org>
6752
6753         * NEWS: Updates for 2.3.0; changed header to match the style we used
6754         for 2.1.0.
6755
6756 Thu Oct 23 20:47:44 2003  Matthias Clasen  <maclas@gmx.de>
6757
6758         * gdk/x11/gdkwindow-x11.c (gdk_window_set_group): Actually
6759         assign the new leader.  (#125168, Mariano Suarez-Alvarez)
6760
6761 Thu Oct 23 20:21:16 2003  Kristian Rietveld  <kris@gtk.org>
6762
6763         * gtk/gtkcelllayout.c, gtk/gtkcellview.c gtk/gtkcellviewmenuitem.c,
6764         gtk/gtkcombobox.c, gtk/gtkcomboboxentry.c, gtk/gtkentrycompletion.c,
6765         gtk/gtktreemodelfilter.c, gtk/gtkcellrenderertoggle.c: Fix includes.
6766
6767 Thu Oct 23 15:13:56 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6768
6769         * NEWS: Partial update for 2.3.0.
6770
6771 Thu Oct 23 01:09:04 2003  Owen Taylor  <otaylor@redhat.com>
6772
6773         * gtk/gtkfilechooserdefault.c: Convert GtkOptionMenu to
6774         GtkComboBox.
6775
6776 Wed Oct 22 23:20:04 2003  Owen Taylor  <otaylor@redhat.com>
6777
6778         * gtk/gtkfilechooser.[ch] gtk/gtkfilefilter.[ch] 
6779         gtk/gtkfilechooserwidget.[ch] gtk/gtkfilechooserdialog.[ch]:
6780         gtk/gtkfilechooserutils.c gtk/gtkfilechooserprivate.[ch]:
6781         Basic framework for the new file selector widget.
6782
6783         * gtk/gtkfilechooserdefault.[ch] gtk/gtkcellrenderersep.[ch] 
6784         gtk/gtkfilechooserentry.[ch] gtk/gtkfilesystemmodel.[ch]:
6785         Initial implementation of the GtkFileChooser user interface.
6786
6787         * gtk/gtkfilesystemunix.[ch]: GtkFileSystem implementation
6788         for Unix files.
6789
6790         * configure.in gtk/Makefile.am gtk/xdgmime: Build code
6791         for freedesktop.org MIME system on Unix.
6792
6793         * tests/testfilechooser.c: Test program for GtkFileChooser
6794
6795         * tests/prop-editor.c: Add support for properties on interfaces.
6796
6797 Tue Oct 21 16:12:51 2003  Owen Taylor  <otaylor@redhat.com>
6798
6799         * demos/gtk-demo/menus.c (do_menus): Fix some unused
6800         variables.
6801
6802         * gtk/gtkmain.c (_gtk_get_lc_ctype): Fix an unused
6803         variable warning.
6804
6805 Thu Oct 23 00:04:50 2003  Matthias Clasen  <maclas@gmx.de>
6806
6807         * NEWS: Partial update for 2.3.0.
6808
6809 Tue Oct 21 22:07:12 2003  Kristian Rietveld  <kris@gtk.org>
6810
6811         * gtk/gtktreeview.c (gtk_tree_view_real_move_cursor): set
6812         ctrl_pressed and shift_pressed according to the current event
6813         state (if there is one). (Fixes #125063, reported by Sebastien Bacher).
6814
6815 Mon Oct 20 23:24:27 2003  Kristian Rietveld  <kris@gtk.org>
6816
6817         * gtk/gtkentry.c (gtk_entry_key_press): remove the completion
6818         timeout when the user pressed on Enter/ESC. Fixes the bug where the
6819         completion popup popped up after the user pressed on Enter (which is
6820         just weird). Reported by the Epiphany people (all of them).
6821
6822 Mon Oct 20 20:27:22 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6823
6824         Add support for OS X like sliding of toolbar items during drag and
6825         drop, (#110919, Dave Bordoley)
6826
6827         Make dnd highlighting the responsibility of the
6828         application. (Fixes #116298, Owen Taylor)
6829
6830         * gtk/gtktoolbar.h: Add prototypes for new API.
6831         
6832         * gtk/gtktoolbar.c
6833         (physical_to_logical, logical_to_physical): new functions
6834         converting between "position including placeholders" and "position
6835         excluding placeholders".
6836         (gtk_toolbar_class_init): remove drag_leave and drag_motion
6837         handlers
6838         (struct _ToolbarContent): new struct containing information
6839         related to toolbar items.
6840         (gtk_toolbar_highlight_drop_location): new public function
6841         (gtk_toolbar_unhighlight_drop_location): new public function
6842         
6843         * tests/testtoolbar.c
6844         (toolbar_drag_motion, toolbar_drag_leave): new functions
6845         (main): connect to dnd signals.  Make the "New" item expand to
6846         make drag and drop more exciting.
6847
6848 Wed Oct 15 22:39:23 2003  Kristian Rietveld  <kris@gtk.org>
6849
6850         * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_init): it's
6851         _set_active, not _set_active_item.
6852
6853 Wed Oct 15 22:31:09 2003  Kristian Rietveld  <kris@gtk.org>
6854
6855         * gtk/gtkcombobox.h: add padding to the class structure.
6856         * gtk/gtkcomboboxentry.h: ditto.
6857         * gtk/gtkentrycompletion.h: ditto.
6858
6859 Wed Oct 15 22:04:59 2003  Kristian Rietveld  <kris@gtk.org>
6860
6861         * gtk/gtkcombobox.c (gtk_combo_box_get_active),
6862         (gtk_combo_box_set_active): mention in the docs that -1 is a valid
6863         value and what it means.
6864
6865         * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_init): set the active
6866         item to -1 (default),
6867         (gtk_combo_box_entry_active_changed): do nothing when the index is
6868         < 0.
6869
6870 Tue Oct 14 16:10:21 2003  Jonathan Blandford  <jrb@redhat.com>
6871
6872         * gtk/gtkcombobox.c (gtk_combo_box_set_active_iter): New function
6873         to set the active row by iter.
6874
6875         * gtk/gtkcombobox.c (gtk_combo_box_get_active_iter): New function
6876         to get the active row by iter.
6877
6878 2003-10-13  Federico Mena Quintero  <federico@ximian.com>
6879
6880         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): Don't do
6881         operations on windows if the tree view is not mapped.
6882         (gtk_tree_view_button_press): Compare equal types of pointers, not
6883         GtkWidget* vs. GtkTreeView*.
6884
6885 Mon Oct 13 21:01:43 2003  Kristian Rietveld  <kris@gtk.org>
6886
6887         * gtk/gtkentrycompletion.c (gtk_entry_completion_popup): remove
6888         the reset of first_sel_changed, as after the first popup the treeview
6889         will always have a row selected and will thus not focus_to_cursor.
6890
6891         * gtk/gtkentry.c (keyval_is_cursor_move): new function to determine
6892         whether the keyval should move the completion selection cursor (used
6893         to avoid ending up with extreme cluttered code), also added
6894         all KP_ equivalents of the keys here,
6895         (gtk_entry_completion_key_press): Keynav tweaks based on comments
6896         from Dave Bordoley and Marco Pesenti Gritti; add the -1 state
6897         as possible current selection, implement Home/End keys, modified
6898         the down key to stop cycling. Maybe page up/down should be implemented
6899         at some later time.
6900
6901 Mon Oct 13 20:58:07 2003  Matthias Clasen  <maclas@gmx.de>
6902
6903         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon): Make it work 
6904         as documented when pixmap or mask is NULL.  (#124081) 
6905
6906 Mon Oct 13 20:21:38 2003  Kristian Rietveld  <kris@gtk.org>
6907
6908         * gtk/gtkentry.c (gtk_entry_set_text): I overlooked a return when
6909         I was adding the signal block/unblock code. Oops. (Noticed by
6910         Marco Pesenti Gritti).
6911
6912 Mon Oct 13 20:21:55 2003  Kristian Rietveld  <kris@gtk.org>
6913
6914         * demos/testpixbuf-scale.c: enable GTK_DISABLE_DEPRECATED again,
6915         (set_interp_type), (main): port over from option menu to GtkComboBox.
6916
6917 Mon Oct 13 19:41:55 2003  Kristian Rietveld  <kris@gtk.org>
6918
6919         * tests/testmenus.c: Still uses option menus, so turn off
6920         GTK_DISABLE_DEPRECATED.
6921
6922 Sun Oct 12 01:10:29 2003  Matthias Clasen  <maclas@gmx.de>
6923
6924         * gtk/gtkalignment.[hc]: 
6925         * gtk/gtkcombobox.[hc]: 
6926         * gtk/gtkcomboboxentry.[hc]: 
6927         * gtk/gtktreemodelfilter.[hc]: Move GET_PRIVATE macros
6928         from header to implementation.
6929
6930 Sun Oct 12 00:18:02 2003  Matthias Clasen  <maclas@gmx.de>
6931
6932         * tests/testtreeview.c: 
6933         * demos/testpixbuf-scale.c: 
6934         * tests/prop-editor.c: These files still use option menus,
6935         so turn off GTK_DISABLE_DEPRECATED to fix the build. 
6936
6937 Sat Oct 11 23:14:36 2003  Matthias Clasen  <maclas@gmx.de>
6938
6939         * gtk/gtkactiongroup.h: 
6940         * gtk/gtkaction.h: 
6941         * gtk/gtkradioaction.h: 
6942         * gtk/gtkradiotoolbutton.h: 
6943         * gtk/gtkseparatortoolitem.h: 
6944         * gtk/gtktoggleaction.h: 
6945         * gtk/gtktoolitem.h: 
6946         * gtk/gtkuimanager.h: Add G_BEGIN_DECLS/G_END_DECLS to make 
6947         these usable in C++.  (#124351, Murray Cumming)
6948
6949 Sat Oct 11 19:09:05 2003  Kristian Rietveld  <kris@gtk.org>
6950
6951         * gtk/gtkentry.c (gtk_entry_set_text): Check if completion is
6952         non-NULL before accessing it. Oops.
6953
6954 Sat Oct 11 15:47:03 2003  Kristian Rietveld  <kris@gtk.org>
6955
6956         * gtk/gtkentrycompletion.[ch] (gtk_entry_completion_insert_action),
6957         (gtk_entry_completion_insert_action_text),
6958         (gtk_entry_completion_insert_action_markup): the gchar* parameters
6959         should be const (pointed out by both Marco Pesenti Gritti and
6960         Murray Cumming (#124356).
6961
6962 Sat Oct 11 15:37:19 2003  Kristian Rietveld  <kris@gtk.org>
6963
6964         * gtk/gtkcombobox.c (gtk_combo_box_size_allocate): for the custom
6965         child list mode, allocate the height allocation->height to the
6966         button instead of the height requested by the button. (Tiny
6967         size allocation screwup noticed by Macro Pesenti Gritti).
6968
6969 Sat Oct 11 15:23:27 2003  Kristian Rietveld  <kris@gtk.org>
6970
6971         Fixes based on comments from Marco Pesenti Gritti.
6972
6973         * gtk/gtkentry.c (gtk_entry_set_text): block the completion changed
6974         signal handler, avoids the completion popup to popup when text is
6975         set programmatically in most cases (we actually have to handle this
6976         in the _editable functions as well, but that will break popping up
6977         when the user actually typed something :),
6978         (gtk_entry_completion_key_press): when handling enter, bail out
6979         when nothing has been selected,
6980         (gtk_entry_completion_changed): don't popdown when the entry content
6981         changed.
6982
6983         * gtk/gtkentrycompletion.c (gtk_entry_completion_init),
6984         (gtk_entry_completion_selected_changed): unselect_all on the
6985         first selected changed signal. Avoids having a default row selected,
6986         (_gtk_entry_completion_popup): don't select the first row by default.
6987
6988         * gtk/gtkentryprivate.h (struct _GtkEntryCompletionPrivate): add a
6989         first_sel_changed field.
6990
6991 Fri Oct 10 23:02:58 2003  Matthias Clasen  <maclas@gmx.de>
6992
6993         * demos/gtk-demo/menus.c: Replace GtkItemFactory by GtkUIManager 
6994         in the intro (again).
6995
6996 Fri Oct 10 22:50:05 2003  Matthias Clasen  <maclas@gmx.de>
6997
6998         Fixes for (#124212, Marco Pesenti Gritti):
6999         
7000         * gtk/gtkuimanager.c (update_smart_separators): Don't spit 
7001         warnings for popups.
7002         (_gtk_menu_is_empty): Return FALSE for non-menus.
7003
7004 Fri Oct 10 19:10:12 2003  Kristian Rietveld  <kris@gtk.org>
7005
7006         * gtk/gtkcombo.h: Deprecate.
7007         * gtk/gtkoptionmenu.h: Ditto.
7008
7009         * gtk/gtkcombobox.c (gtk_combo_box_size_request),
7010         (gtk_combo_box_size_allocate): Rework, things behave better now. Still
7011         needs some work on requesting enough size when taking the items in
7012         the list into account.
7013
7014         * gtk/gtkfilesel.c: put gtkoptionmenu.h include inside "enable
7015         deprecated" guards.
7016         * gtk/gtkinputdialog.c: ditto.
7017         * gtk/gtkitemfactory.c: ditto.
7018         * gtk/gtkoptionmenu.c: ditto.
7019
7020         * demos/gtk-demo/menus.c: remove the option menu.
7021         * demos/gtk-demo/sizegroup.c: replace the option menus with
7022         GtkComboBox.
7023         * demos/gtk-demo/textview.c: ditto.
7024         (A general GtkComboBox demo will be added later on).
7025
7026 Wed Oct  8 00:06:17 2003  Matthias Clasen  <maclas@gmx.de>
7027
7028         * demos/gtk-demo/ui_manager.c (activate_radio_action): New
7029         callback to propertly report radio actions.
7030
7031         * demos/gtk-demo/ui_manager.c (do_ui_manager): Use it here.
7032
7033 Tue Oct  7 23:23:05 2003  Matthias Clasen  <maclas@gmx.de>
7034
7035         * gtk/gtkplug.c (xembed_set_info): Put the supported protocol
7036         version in in the right field of the _XEMBED_INFO property.  
7037         (#123885, Denis Mikhalkin)
7038
7039 Mon Oct  6 14:18:47 2003  Jonathan Blandford  <jrb@redhat.com>
7040
7041         * gtk/gtkexpander.c (gtk_expander_animation_timeout): only show
7042         the child if we have one.
7043
7044         (gtk_expander_button_release): use
7045         gtk_widget_activate instead.
7046
7047 Mon Oct  6 21:05:46 2003  Matthias Clasen  <maclas@gmx.de>
7048
7049         * gtk/gtktable.c (gtk_table_class_init): Start the blurb for 
7050         "right_attach" with a capital.  (#123945, Christian Rose)
7051
7052 Sun Oct  5 23:59:03 2003  Matthias Clasen  <maclas@gmx.de>
7053
7054         * tests/testsocket.c (child_read_watch): Remove an
7055         extraneous unref.  (#122336, Frederic Crozat)
7056
7057 Sun Oct  5 22:38:22 2003  Matthias Clasen  <maclas@gmx.de>
7058
7059         * gtk/gtkeventbox.c (gtk_event_box_class_init): Trim 
7060         whitespace in "visible-window" blurb.  (#123910, Christian Rose)
7061
7062 Sun Oct  5 00:53:15 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
7063
7064         * gtk/gtktoolbar.c (gtk_toolbar_list_children_in_focus_order):
7065         focus arrow before pack_end items (#123851, Matthias Clasen)
7066
7067 Fri Oct  3 20:50:48 2003  Kristian Rietveld  <kris@gtk.org>
7068
7069         * gtk/gtkcombobox.c (gtk_combo_box_set_model): only set the model
7070         on ->priv->cell_view if ->priv->cell_view is non-NULL.
7071
7072         * gtk/gtkcomboboxentry.c: include gtkintl.h, add text_renderer
7073         field to GtkComboBoxEntryPrivate,
7074         (gtk_combo_box_entry_class_init), (gtk_combo_box_entry_init),
7075         (gtk_combo_box_entry_set_property), (gtk_combo_box_entry_get_property),
7076         (gtk_combo_box_entry_set_text_column), (gtk_combo_box_entry_new): add
7077         a construct-only "text_column" property and reorder code to use it
7078         and support inheriting this widget.
7079
7080 Thu Oct  2 23:28:02 2003  Kristian Rietveld  <kris@gtk.org>
7081
7082         * gtk/gtkcombobox.c: Added API doc comments.
7083
7084         * gtk/gtkcomboboxentry.c: Ditto.
7085
7086 2003-10-02  Matthias Clasen  <maclas@gmx.de>
7087
7088         * gtk/gtktoggleaction.c: Documentation tweaks.
7089
7090 Wed Oct  1 22:43:40 2003  Kristian Rietveld  <kris@gtk.org>
7091
7092         * gtk/gtkcellview.[ch]: implement the GtkCellLayout interface, drop
7093         packing/attribute/cell data functions from the header,
7094         (gtk_cell_view_set_cell_data): added support for cell data funcs.
7095
7096         * gtk/gtkcombobox.[ch]: implement the GtkCellLayout interface, drop
7097         packing/attribute/cell data functions from the header, implemented
7098         cell data func support.
7099
7100         * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_new): updated
7101         for the move to GtkCellLayout.
7102
7103         * tests/testcombo.c (create_combo_box_grid_demo), (main): ditto.
7104
7105 2003-10-01  Matthias Clasen  <maclas@gmx.de>
7106
7107         * gtk/gtkaction.c (gtk_action_class_init): 
7108         (gtk_action_[gs]et_property): Introduce a separate
7109         "hide_if_empty" property for empty menu handling.
7110         (_gtk_action_sync_menu_visible): ...and use it here.
7111
7112         * tests/testmerge.c (main): ...and here.
7113
7114         * gtk/gtktoolitem.c (gtk_tool_item_class_init): Fix signal doc 
7115         comments to pacify gtk-doc.
7116
7117         * gtk/gtkmain.c: Doc formatting tweaks.
7118
7119         * gtk/gtktoolitem.c (gtk_tool_item_set_is_important): Fix a typo.
7120
7121         * gtk/gtkcheckmenuitem.h (gtk_check_menu_item_set_draw_as_radio): 
7122         Use the same parameter names as in .c file, to pacify gtk-doc.
7123
7124         * gtk/gtktoggletoolbutton.[hc]: 
7125         * gtk/gtktoolbutton.[hc]: 
7126         * gtk/gtktoolitem.[hc]:
7127         * gtk/gtktoolbar.[hc]: 
7128         * gtk/gtkcolorbutton.[hc]: 
7129         * gtk/gtkfontbutton.[hc]: 
7130         * gtk/gtkalignment.[hc]: Define GET_PRIVATE macros in the 
7131         source, not in the header.
7132
7133         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_[sg]et_draw_as_radio): 
7134         Document these as 2.4 API additions.
7135
7136 Tue Sep 30 23:42:56 2003  Kristian Rietveld  <kris@gtk.org>
7137
7138         * gtk/gtkentry.c (gtk_entry_set_completion),
7139         (gtk_entry_get_completion): Add API doc comments.
7140
7141         * gtk/gtkentrycompletion.c: Fix #includes and add API doc comments.
7142
7143 Tue Sep 30 23:12:34 2003  Kristian Rietveld  <kris@gtk.org>
7144
7145         * gtk/gtktreemodelfilter.c: Add "Since: 2.4" to all API doc comments.
7146
7147 Tue Sep 30 22:59:58 2003  Kristian Rietveld  <kris@gtk.org>
7148
7149         * gtk/gtktreeviewcolumn.c: Some API doc comment fixes.
7150
7151         * gtk/gtkcellayout.c: Fix #include and oooooh API doc comments!
7152
7153 2003-09-30  Matthias Clasen  <maclas@gmx.de>
7154
7155         * tests/merge-*.ui: 
7156         * tests/testmerge.c: Test handling of empty menus.
7157
7158         * gtk/gtkuimanager.c (_gtk_menu_is_empty): New function to determine
7159         whether a menu is empty. Used in gtkaction.c.
7160         (update_smart_separators): Also update the visibility of empty menus.
7161         (update_node): When creating a new menu proxy, insert an "Empty" menu 
7162         item which only gets shown if the menu is empty. 
7163
7164         * gtk/gtkaction.c (gtk_action_class_init): Document the meaning of
7165         "is_important" for menu proxies.
7166         (_gtk_action_sync_menu_visible): New function to sync the visibility
7167         of menu proxies. Used in gtkuimanager.c.
7168         (gtk_action_sync_visible): New function to sync the visibility of 
7169         proxies.
7170
7171 Tue Sep 30 21:43:34 2003  Kristian Rietveld  <kris@gtk.org>
7172
7173         * gtk/gtkcombobox.c (gtk_combo_box_menu_button_press): set
7174         popup_in_progress to TRUE,
7175         (gtk_combo_box_menu_show): and back to FALSE here; the menu now
7176         won't disappear on the first button release. (Reported by Matthias
7177         Clasen).
7178
7179 Tue Sep 30 21:08:43 2003  Kristian Rietveld  <kris@gtk.org>
7180
7181         * gtk/gtkcombobox.c (gtk_combo_box_init): actually show the child.
7182
7183         * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_init): ditto. (#123543,
7184         Marco Pesenti Gritti).
7185
7186 2003-09-30  Murray Cumming  <murrayc@usa.net>
7187  
7188         * gtk/gtkcellrenderer.h: The render vfunc takes a GdkDrawable*
7189         instead of a GdkWindow*, because that what it is given. The 
7190         documentation was already correct. This should cause no API/ABI
7191         breakage with C compilers.
7192         * gtk/gtkcellrenderertext.c, gtkcellrendererpixbuf.c, 
7193         gtkcellrenderertogger.c: Updated the declarations of the render vfunc
7194         implementation accordingly.
7195
7196 2003-09-30  Matthias Clasen  <maclas@gmx.de>
7197
7198         * gdk/gdkkeys.c (gdk_keymap_class_init): Document the
7199         "direction-changed" and "keys-changed" signals.
7200
7201         * gdk/gdkscreen.c (gdk_screen_class_init): Document the 
7202         "size-changed" signal.
7203
7204         * gdk/gdkdisplaymanager.c (gdk_display_manager_class_init): 
7205         Document the "display-opened" signal.
7206
7207         * gdk/gdkdisplay.c (gdk_display_close): Doc tweak.
7208         (gdk_display_class_init): Document the "closed" signal.
7209
7210 Sat Sep 27 16:02:40 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
7211
7212         * gtk/gtktextview.[ch]: rename property tab_moves_focus to
7213         accepts_tab. (#122709 again).
7214
7215 2003-09-27  Matthias Clasen  <maclas@gmx.de>
7216
7217         * gtk/gtkwindow.c (gtk_window_new):
7218         * gtk/gtkitemfactory.c (gtk_item_factory_new): Document 
7219         the fact that the newly created object does not come with 
7220         a floating reference.  (#103068, patch by Frederic Lespez)
7221         
7222         * gtk/gtkitemfactory.h: Deprecate GtkItemFactory in favor 
7223         of GtkUIManager. Just leave GtkTranslateFunc undeprecated, 
7224         since GtkActionGroup uses it.
7225
7226         * tests/testtext.c: Turn off GTK_DISABLE_DEPRECATED, since
7227         this test uses the soon-to-be-deprecated GtkItemFactory.
7228
7229         * demos/gtk-demo/Makefile.am (demos): Add ui_manager.c,
7230         remove item_factory.c
7231
7232         * demos/gtk-demo/ui_manager.c: Duplicate of item_factory.c 
7233         using GtkUIManager instead of GtkItemFactory.
7234
7235         * tests/testmerge.c: Demonstrate the use of the 
7236         connect-proxy signal.
7237
7238         * gtk/gtkaction.c (connect_proxy): Add connect-proxy and 
7239         disconnect-proxy signals to do small customizations 
7240         like displaying tooltips in the statusbar without 
7241         custom actions.  (#122894, Philip Langdale)
7242
7243         * gtk/gtkuimanager.c (update_node): Don't leak tooltip.
7244
7245 Fri Sep 26 23:49:44 2003  Kristian Rietveld  <kris@gtk.org>
7246
7247         Landing the new ComboBox. Note that only gtkcombobox.h and
7248         gtkcomboboxentry.h are public.
7249
7250         * gtk/gtkcellview.[ch], gtk/gtkcellviewmenuitem.[ch],
7251         gtk/gtkcombobox.[ch], gtk/gtkcomboboxentry.[ch]: new files.
7252
7253         * gtk/Makefile.am, gtk/gtk.h: adding the new files.
7254
7255         * tests/testcombo.c: and a new test.
7256
7257         * tests/Makefile.am: adding the new test.
7258
7259 2003-09-25  Tor Lillqvist  <tml@iki.fi>
7260
7261         * demos/gtk-demo/main.c: Don't use hardcoded DEMOCODEDIR on Windows.
7262
7263 2003-09-21  Tor Lillqvist  <tml@iki.fi>
7264
7265         * gdk/win32/gdkevents-win32.c (handle_wm_paint): New
7266         function. Code split out from gdk_event_translate(). Needed
7267         because gdk_event_get_graphics_expose() couldn't do anything
7268         sensible otherwise. (Not that I think graphics exposes work anyway
7269         in gdk/win32, but at least now the code could work.)
7270
7271         (gdk_event_get_graphics_expose): Call handle_wm_paint() instead of
7272         gdk_event_translate(), which couldn't have worked as it doesn't
7273         take any pre-allocated GdkEvent parameter any longer.
7274         
7275         (gdk_event_translate): Handle WM_MOUSEACTIVATE: Don't let
7276         GDK_WINDOW_TEMP windows be activated. (#122578, John Ehresman)
7277
7278 2003-09-24  Matthias Clasen  <maclas@gmx.de>
7279
7280         * demos/gtk-demo/appwindow.c (do_appwindow): Demonstrate tooltips
7281         on toolitems.
7282
7283         * gtk/gtkaction.c (connect_proxy): Sync tooltips on toolitems.
7284
7285         * gtk/gtkuimanager.c (update_node): Don't complain about missing
7286         actions on popups. Re-set "tooltip" property on toolitems after
7287         adding them to parent to trigger proxy update.
7288
7289 2003-09-22  Matthias Clasen  <maclas@gmx.de>
7290
7291         * tests/testmerge.c (main): Initially activate the JUSTIFY_RIGHT
7292         group member to test the fix for #122904.
7293
7294         * gtk/gtkactiongroup.c (gtk_action_group_add_radio_actions_full): 
7295         Add the action to the group before activating it, otherwise we
7296         may end up with multiple active group members.  (#122904, Marco
7297         Pesenti Gritti)
7298
7299 2003-09-21  Matthias Clasen  <maclas@gmx.de>
7300
7301         Changes to make cross-process merging feasible:
7302         
7303         * gtk/gtkuimanager.[hc]: Add a readonly "ui" property which holds the
7304         merged UI definition. Remove the "changed" signal, since its role
7305         is now filled by "notify::ui". Instead add a "actions-changed" signal
7306         which gets emitted when the set of actions changes.
7307
7308         * gtk/gtktoggleactionprivate.h:
7309         * gtk/gtktoggleaction.[hc] (gtk_toggle_action_[sg]et_draw_as_radio):
7310         Add a "draw_as_radio" property to toggle actions so that they can be
7311         used as proxies for radio actions much like the "draw_as_radio" 
7312         property on check menu items enables them to operate as proxies for
7313         radio actions.
7314
7315         Prevent the "show_all" trap for action-based menus (see
7316         http://mail.gnome.org/archives/gtk-devel-list/2003-September/
7317         msg00260.html):
7318
7319         * gtk/gtkmenu.c (gtk_menu_{hide,show}_all): Remove g_return_if_fail()
7320         calls from static functions.
7321
7322         * gtk/gtkuimanager.c (update_node): 
7323         * gtk/gtkaction.c (connect_proxy): Set "no_show_all" on constructed
7324         widgets whose visibility is externally controlled.
7325
7326         * gtk/gtkwidget.[hc] (gtk_widget_[gs]et_no_show_all): Add a boolean 
7327         "no_show_all" property with setter and getter. When TRUE, it keeps
7328         gtk_widget_{hide,show}_all() from modifying the visibility of the 
7329         widget and its children.
7330
7331 Sun Sep 21 23:13:37 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
7332
7333         * gtk/gtktextview.[ch]: Add new "tab moves focus" property (#122709)
7334
7335 2003-09-20  Tor Lillqvist  <tml@iki.fi>
7336
7337         * gtk-zip.sh.in: Don't use zip -r on the etc directory, to avoid
7338         including editor backup files. List files we want explicitly.
7339
7340         * gtk/gtkmain.c (_gtk_get_lc_ctype): New function. On Unix, just
7341         calls setlocale (LC_CTYPE, NULL). On Windows, looks for the
7342         LC_ALL, LC_CTYPE and LANG environment variables, than calls
7343         g_win32_getlocale().
7344
7345         (gtk_get_default_language): Code snippet moved to above function,
7346         call it.
7347
7348         * gtk/gtkimmulticontext.c (gtk_im_multicontext_get_slave)
7349         * gtk/gtkrc.c (gtk_rc_context_parse_file): Call
7350         _gtk_get_lc_ctype() instead of setlocale().
7351
7352 Fri Sep 19 18:15:31 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
7353
7354         * gtk/gtkpaned.c, gtk/gtkhpaned.c: implement RTL flipping
7355         (#96632)
7356
7357 Fri Sep 19 13:24:54 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
7358
7359         * gtk/gtktreeview.c (gtk_tree_view_get_cursor): Improve
7360         documentation. (#117306, Steve Chaplin)
7361
7362 2003-09-19  Tor Lillqvist  <tml@iki.fi>
7363
7364         * gdk/win32/gdkkeys-win32.c (update_keymap): Handle dead keysyms
7365         present on the US-International keyboard. For clarity, order
7366         keysyms in case statement according to numeric value.
7367
7368         (gdk_keymap_translate_keyboard_state): Handle Caps Lock
7369         correctly. (#120176, Ken Rastatter and Owen Taylor)
7370
7371 2003-09-18  Matthias Clasen  <maclas@gmx.de>
7372
7373         * gtk/gtkaction.c (gtk_action_finalize): Call g_closure_unref() to
7374         unref a closure, not g_object_unref().  (#122637, Marco Pesenti Gritti)
7375
7376         Install accelerators on actions, not on proxies, support
7377         accelerator-only actions:
7378         
7379         * gtk/gtkmenu.c (get_accel_path): New function to get the accel path
7380         and its lock status either via _gtk_widget_get_accel_path() or by 
7381         looking at the accel_path stored in the menu item itself and determining
7382         its lock status by peeking into the contained accel label. This was
7383         already (accidentally) committed a week ago.
7384
7385         * gtk/gtkaction.h (gtk_action_set_accel_group):
7386         (gtk_action_[dis]connect_accelerator): New functions.
7387
7388         * gtk/gtkaction.c (struct _GtkActionPrivate): Add accel_group,
7389         accel_closure and accel_count. We must have a reference to the 
7390         accel_group, since we need it in connect_proxy. The count is necessary
7391         to ensure that the accelerator isn't removed before the last proxy 
7392         requesting it has been unmerged.
7393         (connect_proxy): Connect the accelerator to the 
7394         action now, only set the accel_path on the menuitem.
7395         (remove_proxy): Disconnect the accelerator from the action, not from
7396         the menuitem.
7397         (gtk_action_set_accel_group): Set the accel group. 
7398         (gtk_action_[dis]connect_accelerator): Count the number of times
7399         this functions have been called and install/remove the accelerator if
7400         the count leaves/reaches zero.
7401
7402         * gtk/gtkuimanager.h (GtkUIManagerItemType): Add 
7403         GTK_UI_MANAGER_ACCELERATOR.
7404
7405         * gtk/gtkuimanager.c (NodeType): Add NODE_TYPE_ACCELERATOR.
7406         (start_element_handler): Create NODE_TYPE_ACCELERATOR nodes from
7407         <accelerator> elements.
7408         (gtk_ui_manager_add_ui): Create NODE_TYPE_ACCELERATOR nodes when
7409         type is GTK_UI_MANAGER_ACCELERATOR.
7410         (update_node): Set the accel group on actions before creating their
7411         proxies. Don't set the accel group on created menus. For 
7412         NODE_TYPE_ACCELERATOR nodes, [dis]connect the actions' accelerator.
7413         (print_node): Also emit <accelerator> elements.
7414
7415         * tests/testmerge.c (dump_accels): Add a "Dump Accels" button. 
7416
7417         * gtk/gtkuimanager.c (update_node): Robustness improvements.
7418
7419 2003-09-17  Matthias Clasen  <maclas@gmx.de>
7420
7421         * gtk/gtkuimanager.c (text_handler): Report unexpected character
7422         data as error from the GMarkup parser, otherwise things like
7423         gtk_ui_manager_add_ui_from_string (ui, "Hi there!", -1, &error) 
7424         pass unexpectedly.
7425
7426 Wed Sep 17 02:38:53 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
7427
7428         * gtk/gtktoolbar.c (gtk_toolbar_class_init): revert accidentally
7429         committed redraw_on_allocate change.
7430
7431 Tue Sep 16 10:42:00 2003  Eric Warmenhoven  <eric@warmenhoven.org>
7432
7433         * gdk/linux-fb/gdkwindow-fb.c: Add gdk_window_set_keep_{above,below}
7434         stubs to fix compilation
7435
7436         * gdk/linux-fb/gdkrender-fb.c: Add gdk_shadow_fb_stop_updates stub for
7437         when shadowfb is disabled. Patch from pjm@cctechnol.com (#120847).
7438
7439         * gdk/linux-fb/gdkmouse-fb.c: Add GDK_MOUSE_DEVICE environment
7440         variable. Patch from Marc Welz (#121347).
7441
7442 2003-09-16  Matthias Clasen  <maclas@gmx.de>
7443
7444         * gtk/gtkaction.h: Apply egtk-format-protos.
7445
7446 2003-09-15  Matthias Clasen  <maclas@gmx.de>
7447
7448         * gtk/gtkuimanager.c: Doc tweaks.
7449
7450         Smart separators; see 
7451         http://mail.gnome.org/archives/gtk-devel-list/2003-September/msg00133.html:
7452         
7453         * gtk/gtkuimanager.c (update_smart_separators): New function which 
7454         implements "smart" separators by iterating once over the entries of a 
7455         menu, hiding and showing separators as necessary.
7456         (update_node): Mark separators used as fences of placeholders as
7457         hidden. Explicitly added separators are marked as smart. Call 
7458         update_smart_separators after updating a menu or toolbar node. 
7459         Connect update_smart_separators to "notify::visible" signal on menu
7460         and tool items.
7461         
7462         * tests/merge-[12].ui: Test smart separators.
7463
7464         Changes to allow setting action state before connecting signal; see
7465         the thread starting at 
7466         http://mail.gnome.org/archives/gtk-devel-list/2003-September/msg00140.html:
7467         
7468         * gtk/gtkactiongroup.[hc]: (gtk_action_group_add_radio_actions):
7469         (gtk_action_group_add_radio_actions_full): Add value parameter to allow
7470         setting the currently selected group member before connecting signals.
7471         (GtkToggleActionEntry): Separate struct for constructing toggle actions,
7472         including a boolean to initialize the action state before connecting
7473         signals.
7474         (gtk_action_group_add_toggle_actions):
7475         (gtk_action_group_add_toggle_actions_full): New functions to construct
7476         toggle actions from an array of GtkToggleActionEntries.
7477
7478         * demos/gtk-demo/appwindow.c: 
7479         * tests/testactions.c: 
7480         * tests/testmerge.c: Adjust to new action group API.
7481
7482 Sun Sep 14 16:59:52 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
7483
7484         * gtk/gtktoolbar.c (gtk_toolbar_init): Name the arrow 
7485         "gtk-toolbar-arrow" so themes can special-case it.
7486
7487 Sun Sep 14 16:07:49 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
7488
7489         * gtk/Makefile.am (gtk_c_sources): sort the list of files.
7490
7491 Sun Sep 14 15:49:00 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
7492
7493         * gtk/gtktoolbar.c (toolbar_item_is_homogeneous): Unref the
7494         PangoFontMetrics. Patch from Steve Chaplin (#122257).
7495
7496 2003-09-14  Tor Lillqvist  <tml@iki.fi>
7497
7498         * gdk/win32/gdkwindow-win32.c (show_window_internal): Remove
7499         special-case code for WS_EX_TRANSPARENT (GDK_INPUT_ONLY) windows,
7500         the usefulness of which was already in doubt. Removing it fixes
7501         bugs #118575 and #121851.
7502
7503 Fri Sep 12 16:32:53 2003  Jonathan Blandford  <jrb@redhat.com>
7504
7505         Merge from stable.
7506
7507         * gtk/gtktreeview.c (gtk_tree_view_button_press): only save the
7508         pressed button (used to determine if we want to initiate a drag later
7509         on) if the current grab widget is either NULL or tree_view (Reported
7510         by Jeroen Zwartepoorte).
7511
7512 2003-09-12  Matthias Clasen  <maclas@gmx.de>
7513
7514         * gdk/gdkdraw.c (gdk_draw_string, gdk_draw_text) 
7515         (gdk_draw_text_wc): Add deprecation notes.  (#121955, Martin Pool)
7516
7517 2003-09-11  Matthias Clasen  <maclas@gmx.de>
7518
7519         * gdk/gdkpango.c: Doc tweaks.
7520
7521         * tests/testgtk.c: Add table menu tests.
7522
7523         * gtk/gtkmenu.c (gtk_menu_free_private): Don't forget to free the 
7524         GtkMenuPrivate struct itself. Pointed out by valgrind.
7525
7526         * gtk/gtkuimanager.c (gtk_ui_manager_finalize): Clean up 
7527         properly.  (#121998)
7528
7529 Wed Sep 10 22:25:04 2003  Kristian Rietveld  <kris@gtk.org>
7530
7531         The table menu patch! Turns GtkMenu into a table, so you can attach
7532         menu items in numerous new ways! Be creative!
7533
7534         Contains some bug fixes and RTL adaptions from Matthias Clasen.
7535
7536         * gtk/gtkmenu.c [toplevel]: introduce ATTACH_INFO_KEY, extend
7537         GtkMenuPrivate, introduce AttachInfo, add child properties enum,
7538         (gtk_menu_free_private), (gtk_menu_get_private): we have to free
7539         the heights array in the private struct,
7540         (gtk_menu_class_init): reorder code a bit, install child properties,
7541         (get_attach_info), (get_child_attach): new utility functions,
7542         (gtk_menu_set_child_property), (gtk_menu_get_child_property): introduce
7543         child properties, for the attach info,
7544         (gtk_menu_remove): remove AttachInfo from menu item,
7545         (gtk_menu_real_insert): implemented algorithm to automagically place
7546         inserted menu items at the correct place in the table,
7547         (gtk_menu_size_request), (gtk_menu_size_allocate),
7548         (compute_child_offset): reworked/rewritten to support table menus,
7549         (gtk_menu_attach): new function,
7550         (find_child_containing), (gtk_menu_move_current): new functions to
7551         get table menu keynav right.
7552
7553         * gtk/gtkmenu.h: add gtk_menu_attach() prototype.
7554
7555 2003-09-10  Matthias Clasen  <maclas@gmx.de>
7556
7557         * gtk/gtksocket.c (gtk_socket_filter_func): Only remove 
7558         PropertyNotify events from the stream if they have been handled,
7559         in order to enable extending the plug<->socket communication via
7560         properties.
7561
7562 Wed Sep 10 01:06:44 2003  Kristian Rietveld  <kris@gtk.org>
7563
7564         Big TreeView DnD fixage, makes drops on empty models work, makes
7565         TreeStore DnD work and gets rid of gtk-tree-model-drop-append.
7566         Related bugs #95362 and #113314. I don't want to touch this code
7567         ever again.
7568
7569         * gtk/gtktreeprivate.h (GtkTreePrivate): add empty_view_drop field.
7570
7571         * gtk/gtktreednd.c (gtk_tree_get_row_drag_data): add check
7572         for selection_data->length.
7573
7574         * gtk/gtktreeview.c (struct DestRow), (dest_row_free),
7575         (set_dest_row), (get_dest_row): we don't store just the row ref
7576         anymore, but a struct with the row ref and additional info,
7577         (set_destination_row): handle drops on empty space and some
7578         style fixes,
7579         (get_logical_dest_row): also return path_down_mode/drop_append_mode
7580         flags, handle dropping childs on their new parents, rewrite
7581         drop append handling into something saner,
7582         (gtk_tree_view_drag_motion): show a "drop possible arrow" on empty
7583         spaces,
7584         (gtk_tree_view_drag_drop): updates for updated backend,
7585         (gtk_tree_view_drag_data_received): updates for updated backend,
7586         path down mode (treestore DnD) handling,
7587         (gtk_tree_view_set_drag_dest_row): set empty_view_drop flag,
7588         when we are trying to drop a row on an empty model,
7589         (gtk_tree_view_get_drag_dest_row): handle empty_view_drop flag.
7590
7591         * gtk/gtkliststore.c (gtk_list_store_drag_data_received),
7592         (gtk_list_store_row_drop_possible): style and drop-append fixes.
7593
7594         * gtk/gtktreestore.c (gtk_tree_store_drag_data_received): ditto.
7595
7596 2003-09-08  Alexander Larsson  <alexl@redhat.com>
7597
7598         * gtk/gtkeventbox.[hc]:
7599         Implement gtk_event_box_get/set_input_only()
7600         
7601         * tests/testgtk.c:
7602         Tests for the new input only event boxes
7603
7604 Mon Sep  8 21:44:20 2003  Kristian Rietveld  <kris@gtk.org>
7605
7606         Fixes from David Hampton <hampton@employees.org> via gtk-devel-list.
7607
7608         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_elt_get_path): fix
7609         the call to gtk_tree_model_filter_add_root,
7610         (gtk_tree_model_filter_row_changed): bail out if c_path is not above
7611         the virtual root, allow building levels on the second try to convert
7612         the child path to a filter path,
7613         (gtk_tree_model_filter_convert_iter_to_child_iter): pass the virtual
7614         root when calling gtk_tree_model_filter_elt_get_path.
7615
7616 2003-09-07  Matthias Clasen  <maclas@gmx.de>
7617
7618         * gtk/gtkuimanager.c (update_node): Fix a C99ism.  (#121640,
7619         Josh Beam)
7620
7621         Fixes for accelerator handling during (un)merging:
7622         
7623         * gtk/gtkuimanager.c (update_node): Move setting info-action
7624         after the switch, since the old action is needed in some cases.
7625         In cases of proxy type mismatch, disconnect the old proxy from
7626         the old action.
7627
7628         * gtk/gtkaction.c (remove_proxy): Renamed from 
7629         gtk_action_remove_proxy(). Move unsetting of the accelerator
7630         here from disconnect_proxy() in order to catch all cases of 
7631         removing a proxy.
7632         (gtk_action_disconnect_proxy): Fix logic in g_return_if_fail()
7633         to fail if proxy isn't a proxy of action.
7634
7635 2003-09-07  Pablo Saratxaga  <pablo@mandrakesoft.com>
7636
7637         * configure.in: Added Uzbek latin (uz) and cyrillic (uz@Cyrl) to
7638         ALL_LINGUAS
7639
7640 2003-09-07  Matthias Clasen  <maclas@gmx.de>
7641
7642         * gtk/gtkaction.c (disconnect_proxy): Make disconnect work
7643         for toolitems.
7644
7645 2003-09-06  Matthias Clasen  <maclas@gmx.de>
7646
7647         * gtk/gtkaction.c (gtk_action_connect_proxy): Disconnect from 
7648         prev_action, not from action.  (Fix by David Hampton)
7649
7650 Fri Sep  5 14:15:10 2003  Owen Taylor  <otaylor@redhat.com>
7651  
7652         * Back out locale-dependent interpretation of
7653         KP_Decimal, the official XFree86 interpretation
7654         is that KP_Decimal => . KP_Separator => ,
7655         always, independent of locale. 
7656         (#105161, Frederic Crozat, 
7657         http://bugs.xfree86.org/show_bug.cgi?id=534)
7658  
7659 2003-09-04  Matthias Clasen  <maclas@gmx.de>
7660
7661         * tests/testmerge.c: Test buttons and toggle buttons as proxies.
7662
7663         * gtk/gtktoggleaction.c (connect_proxy): 
7664         (gtk_toggle_action_real_toggled): Support toggle buttons as proxies. Note 
7665         that a "draw_as_radio" property is needed for check buttons similar to 
7666         check menu items, in order to fully support button proxies for radio actions.
7667
7668         * gtk/gtkaction.c (connect_proxy): Allow buttons as proxies.
7669
7670         * tests/testmerge.c (toggle_dynamic): Test gtk_ui_manager_add_ui(). 
7671
7672         * gtk/gtkuimanager.h: Add GtkUIManagerItemType enum which is needed for the
7673         'type' argument of gtk_ui_manager_add_ui().
7674
7675         * gtk/gtkuimanager.[hc] (gtk_ui_manager_add_ui): Add 'type' and 'top' arguments
7676         to make this function as powerful as the XML methods of adding UI.  (#120647)
7677
7678 Thu Sep  4 19:11:23 2003  Kristian Rietveld  <kris@gtk.org>
7679
7680         Merge from stable.
7681
7682         * docs/RELEASE-HOWTO: updates.
7683
7684 2003-09-04  Matthias Clasen  <maclas@gmx.de>
7685
7686         * tests/merge-2.ui: Use "position" instead of "pos".
7687
7688         * gtk/gtkuimanager.c (start_element_handler): No need 
7689         to be terse: Change the name of the "pos" attribute
7690         to "position".
7691
7692 2003-09-04  Matthias Clasen  <maclas@gmx.de>
7693
7694         * gtk/gtkuimanager.c: Un-prefix GtkUIManagerNodeType and 
7695         GtkUIManagerNode to shorten the names and to make the
7696         GTK_UI_MANAGER_<TYPE> names available for a public enum.
7697
7698         * gtk/gtkactiongroup.c:
7699         * gtk/gtkuimanager.c: Various doc tweaks.       
7700
7701         * gtk/gtkuimanager.c (start_element_handler):
7702         (end_element_handler): Improve error reporting. 
7703
7704 Wed Sep  3 23:18:17 2003  Kristian Rietveld  <kris@gtk.org>
7705
7706         Merge from stable.
7707
7708         * gtk/gtkmenu.c (gtk_menu_real_move_scroll): for the END case,
7709         use end_position - page_size instead of G_MAXINT, since
7710         gtk_menu_scroll_to doesn't CLAMP anymore internally. (Fixes #121237,
7711         reported by Havoc Pennington).
7712
7713 Wed Sep  3 21:58:03 2003  Kristian Rietveld  <kris@gtk.org>
7714
7715         Merge from stable.
7716
7717         * gtk/gtkiconfactory.c (cached_icon_free): if icon->style != NULL,
7718         unref it. (Fixes memleak, patch from Kjartan Maraas).
7719
7720 Wed Sep  3 21:38:26 2003  Kristian Rietveld  <kris@gtk.org>
7721
7722         * gdk/Makefile.am, gdk/linux-fb/gdkfbmanager.c, gdk/x11/gdkcolor-x11.c,
7723         gdk-pixbuf/io-gif.c, gtk/Makefile.am, gtk/gtkcalendar.c,
7724         gtk/gtkclist.c, gtk/gtkctree.c, gtk/gtkdnd.c, gtk/gtkentry.c,
7725         gtk/gtkhandlebox.c, gtk/gtkitemfactory.c, gtk/gtkmenu.c,
7726         gtk/gtknotebook.c, gtk/gtkrange.c, gtk/gtkrc.h, gtk/gtktree.c,
7727         gtk/gtktypeutils.h: big patch from Kjartan Maraas
7728         to fix numerous typos.
7729
7730 Wed Sep  3 17:38:01 BST 2003  Tony Gale <gale@gtk.org>
7731
7732         * docs/faq/gtk-faq.sgml: Correct compile line for threads example.
7733
7734 2003-09-02  Tor Lillqvist  <tml@iki.fi>
7735
7736         * gdk/win32/gdkdisplay-win32.c (gdk_display_open): Don't call
7737         CloseHandle() on the HMODULE returned from GetModuleHandle().
7738         Didn't cause any harm, but didn't do anything useful either. When
7739         running a GTK+ program under MS's debugger, the CloseHandle() call
7740         would cause a "first-chance exception" in ntdll.dll to show up.
7741         (The exception is caught appropriately if you let it proceed, but
7742         it confuses the person using the debugger). Thanks to Bruce
7743         Hochstetler for noticing.
7744
7745 Tue Sep  2 21:01:19 2003  Kristian Rietveld  <kris@gtk.org>
7746
7747         Merge from stable.
7748
7749         * gtk/gtktreeview.c (gtk_tree_view_button_press): revert the change
7750         to only select when button 1 is pressed introduced in the fix of
7751         bug #120187.
7752
7753 2003-09-02  Matthias Clasen  <maclas@gmx.de>
7754
7755         * gtk/gtkactiongroup.c (gtk_action_group_new): Doc addition.
7756
7757         * gtk/gtkuimanager.c: Shorten the names of some static 
7758         functions.
7759
7760         Support adding and removing merge nodes dynamically (#120647, 
7761         Anders Carlsson):
7762         
7763         * gtk/gtkuimanager.[ch] (gtk_ui_manager_new_merge_id): Renamed 
7764         gtk_ui_manager_next_merge_id to gtk_ui_manager_new_merge_id 
7765         and made it public.
7766         (gtk_ui_manager_add_ui): New function to add UI elements
7767         without juggling XML fragments, currently restricted to menuitems,
7768         toolitems and separators. Actions still come from registered 
7769         action groups.
7770
7771 Mon Sep  1 19:39:14 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
7772
7773         * gdk/gdkwindow.c (gdk_window_get_bg_gc): Fix bug where the
7774         background pixmap was being offset twice, once by the ts_origin in
7775         gdk_window_get_bg_gc(), and once by gdk_draw_rectangle().
7776
7777 2003-09-01  Matthias Clasen  <maclas@gmx.de>
7778
7779         * gtk/gtkuimanager.[ch] (gtk_ui_manager_ensure_update): Make
7780         this public again, since it's occasionally useful.  (#121128,
7781         Marco Pesenti Gritti)
7782
7783         * gtk/gtkaction.c: Add an "is_important" property and propagate
7784         it to toolitem proxies.  (#121058, Marco Pesenti Gritti)
7785
7786 Mon Sep  1 00:32:30 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
7787
7788         * tests/testtoolbar.c (main): connect to "delete_event" so the
7789         application will actually quit when you close the window
7790
7791 2003-09-01  Matthias Clasen  <maclas@gmx.de>
7792
7793         * gtk/gtkuimanager.c (gtk_ui_manager_get_widget) 
7794         (gtk_ui_manager_get_action): g_return_if_fail() if
7795         path is NULL.
7796         (gtk_ui_manager_get_node): Avoid a segfault if path is empty.
7797         (gtk_ui_manager_finalize): Remove the idle on finalize. (#121125, 
7798         Marco Pesenti Gritti)
7799
7800 2003-08-31  Matthias Clasen  <maclas@gmx.de>
7801
7802         * gtk/gtktoolitem.c: Fix some typos in docs.
7803
7804         * gtk/gtkuimanager.[ch] (gtk_ui_manager_get_action): New function,
7805         replaces gtk_ui_manager_activate().  (#120658)
7806
7807         * tests/testmerge.c: Use gtk_ui_manager_get_action() instead of
7808         gtk_ui_manager_activate().
7809
7810         * gtk/gtkaction.c: 
7811         * gtk/gtkactiongroup.c: Some doc tweaks.
7812
7813         * gtk/gtkuimanager.[hc]: Get rid of the remove_widget signal. It
7814         wasn't emitted anyway. Some doc tweaks.
7815
7816 2003-08-30  Matthias Clasen  <maclas@gmx.de>
7817
7818         * tests/testmerge.c (add_widget): Connect to "destroy" on toolbar,
7819         rather than to "remove" on handlebox. 
7820
7821         * gtk/gtkuimanager.[hc] (gtk_ui_manager_activate): New method to
7822         activate an action found by following a path.  (#120658)
7823
7824         * tests/testmerge.c: Add a button to test gtk_ui_manager_activate().
7825
7826         * tests/testmerge.c (add_widget): Put toolbars in handleboxes.
7827
7828         * gtk/gtkuimanager.[hc]: Add a boolean property, "add_tearoffs" with 
7829         setter and getter. If it is set, add tearoff menu items to regular 
7830         menus, but not to popups. Add a signal "changed", which gets emitted
7831         when the merged ui has changed.  (#120649, #120656)
7832
7833         * tests/testmerge.c: Add button to test the generation of tearoff 
7834         menu items.
7835
7836 2003-08-29  Matthias Clasen  <maclas@gmx.de>
7837
7838         * gtk/gtkactiongroup.c (gtk_action_group_add_radio_actions_full): 
7839         Actually group the actions together rather than putting each in its 
7840         own group.
7841
7842         * gtk/gtkradioaction.c (create_menu_item): Set "draw_as_radio" on 
7843         proxy menu items for radio actions.
7844
7845         * gtk/gtkgamma.c (gamma_ok_callback): Use g_strtod instead of strtod.
7846
7847 Fri Aug 29 21:40:01 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
7848
7849         * gtk/gtkactiongroup.c (gtk_action_group_add_radio_actions_full):
7850         Fix use of uninitialized variable.
7851
7852         * gtk/gtktextutil.c
7853         (_gtk_text_util_append_special_char_menuitems): add const cast to
7854         get rid of warning
7855
7856 2003-08-29  Matthias Clasen  <maclas@gmx.de>
7857
7858         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_class_init): Install 
7859         "draw_as_radio" as a separate property, not as an alias of 
7860         "inconsistent".
7861         (gtk_check_menu_item_get_property): 
7862         (gtk_check_menu_item_set_property): Also support "draw_as_radio".
7863
7864 Fri Aug 29 20:32:07 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
7865
7866         * gtk/gtktoolbar.c: Only treat buttons as homogeneous when they
7867         are narrower than 13 time the estimated character width of the
7868         font. (#107781, David Bordoley)
7869
7870         * gtk/gtktoggletoolbutton.c (gtk_toggle_tool_button_init): Check
7871         here if the GtkToggleButton is active. This may be the case if it
7872         is a radio button.
7873
7874         * gtk/gtktoolbar.c: Clarify documentation wrt. GtkSignalFunc
7875         vs. void (*) (GtkWidget, gpointer). (#107495, Mariano
7876         Suarez-Alvarez).
7877
7878         * gtk/gtkcheckmenuitem.[ch]: new "draw_as_radio"
7879         property. (#111207, David Bordoley).
7880
7881         * gtk/gtktoggletoolbutton.c
7882         (gtk_toggle_tool_button_create_menu_proxy): use new
7883         "draw_as_radio" property on the menu item when the item is a radio
7884         tool button
7885
7886         * gtk/gtktoolbutton.c (gtk_tool_button_create_menu_proxy): Fixes
7887         to only pay attention to the "use_underline" property when the
7888         button label comes from the "label" property.
7889
7890 2003-08-29  Laurent Dhima  <laurenti@alblinux.net>
7891
7892         * configure.in: Added "sq" to ALL_LINGUAS.
7893         
7894 2003-08-28  Matthias Clasen  <maclas@gmx.de>
7895
7896         * gdk/x11/gdkkeys-x11.c (gdk_keymap_translate_keyboard_state): Markup
7897         fix in the docs.
7898
7899         * gtk/gtkuimanager.c: Change the XML format:
7900         <Root> element is replaced by <ui>,
7901         <menu> element is replaced by <menubar>,
7902         <submenu> element is replaced by <menu>,
7903         <dockitem> element is replaced by <toolbar>,
7904         <popups> element is gone,
7905         verb attribute is replaced by action,
7906         name defaults to action or the element name. 
7907
7908         * gtk/gtkactiongroup.[hc]: Replace GtkActionGroupEntry by 
7909         GtkActionEntry and GtkRadioActionEntry. GtkActionEntry is simplified 
7910         by removing the user_data, entry_type and extra_data fields, 
7911         GtkRadioActionEntry is further simplified by removing the callback. 
7912         The user_data can now be specified as an argument to 
7913         gtk_action_group_add_actions(). There is a new method 
7914         gtk_action_group_add_radio_actions(), which is similar to 
7915         gtk_action_group_add_actions(), but takes GtkRadioActionEntrys
7916         and a callback parameter in addition to the user_data. The callback
7917         is connected to the ::changed signal of the first group member.
7918         There are _full() variants taking a GDestroyNotify of 
7919         gtk_action_group_add_[radio_]actions().
7920
7921         * gtk/gtkradioaction.[hc]: Add a ::changed signal which gets emitted 
7922         on every member of the radio group when the active member is changed. 
7923         Add an integer property "value", and a getter for the value of "value"
7924         on the currently active group member. 
7925
7926         * tests/testactions.c: 
7927         * tests/testmerge.c: 
7928         * tests/merge-[123].ui:  
7929         * demos/gtk-demo/appwindow.c: Adjust to these changes.
7930
7931         * gtk/gtktoolbar.c (gtk_toolbar_append_element): Trivial doc fix.
7932
7933 2003-08-27  Anders Carlsson  <andersca@gnome.org>
7934
7935         * demos/gtk-demo/appwindow.c (do_appwindow): Focus the
7936         text view, so the tool bar won't have focus.
7937
7938 Tue Aug 26 09:57:38 2003  Owen Taylor  <otaylor@redhat.com>
7939
7940         * gdk/x11/gdkkeys-x11.c (update_keymaps): Fix variable
7941         declaration not at start of block. (#120371, Damien Carbery)
7942
7943 2003-08-26  Matthias Clasen  <maclas@gmx.de>
7944
7945         * gtk/gtkuimanager.[hc] (gtk_ui_manager_add_ui_from_string): Use gssize 
7946         for length, not gsize.
7947
7948         * gtk/gtkuimanager.c: Refactor the XML format a bit: rename <Root> to 
7949         <ui> and make it optional in strings. Rename verb to action, <dockitem> 
7950         to <toolbar>, <menu> to <menubar>, <submenu> to <menu>.
7951
7952         * demos/gtk-demo/appwindow.c: 
7953         * tests/testactions.c: 
7954         * tests/testmerge.c:
7955         * tests/merge-1.ui:
7956         * tests/merge-2.ui:
7957         * tests/merge-3.ui: Adjust to the new XML format.
7958
7959 Mon Aug 25 19:55:55 2003  Owen Taylor  <otaylor@redhat.com>
7960
7961         * gtk/gtktextview.c (gtk_text_view_update_layout_width): 
7962         Since we add one to the layout's reported width to
7963         account for the cursor, we need to subtract one when
7964         setting the wrap width for the layout. (Fixes infinite
7965         loop (#120325, Frederic Crozat)
7966
7967         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): 
7968         Be a bit more careful about rounding when converting
7969         wrapped width from Pango units to pixels.
7970
7971 2003-08-26  Matthias Clasen  <maclas@gmx.de>
7972
7973         Rename GtkMenuMerge to GtkUIManager. 
7974         
7975         * gtk/gtkuimanager.[hc]: New files. 
7976         * gtk/gtkmenumerge.[hc]: Removed. 
7977
7978         * gtk/Makefile.am: 
7979         * gtk/gtk.h:
7980         * tests/testmerge.c: 
7981         * tests/testactions.c: 
7982         * demos/gtk-demo/appwindow.c: Replace all uses of GtkMenuMerge by 
7983         GtkUIManager.
7984
7985         * demos/gtk-demo/appwindow.c: Make GtkMenuMerge demo less intimidating: 
7986         add comments to entries array, remove newlines from ui definition. Don't 
7987         use the ::add_widget signal.
7988
7989 Mon Aug 25 17:28:04 2003  Owen Taylor  <otaylor@redhat.com>
7990
7991         * gtk/gtknotebook.c (gtk_notebook_forall): Don't
7992         include page->menu_label - causes various problems,
7993         including #12047.
7994
7995 Mon Aug 25 23:21:43 2003  Kristian Rietveld  <kris@gtk.org>
7996
7997         Merge from stable.
7998
7999         Fixes #115871, reported by Michael Natterer.
8000
8001         * gtk/gtktreeprivate.h: added GtkTreeSelectMode enum,
8002         added ctrl_pressed and shift_pressed bitfields,
8003         (_gtk_tree_selection_internal_select_node): replace GdkModifierType
8004         arg with GtkTreeSelectMode.
8005
8006         * gtk/gtktreeselection.c (gtk_tree_selection_set_mode),
8007         (gtk_tree_selection_select_path), (gtk_tree_selection_unselect_path),
8008         (_gtk_tree_selection_internal_select_node): all updated for
8009         GdkModifierType -> GtkTreeSelectMode move.
8010
8011         * gtk/gtktreeview.c (gtk_tree_view_button_press): set ctrl_pressed
8012         and shift_pressed around selection handling block,
8013         (gtk_tree_view_real_select_cursor_row),
8014         (gtk_tree_view_real_toggle_cursor_row),
8015         (gtk_tree_view_real_selection_cursor_parent),
8016         (gtk_tree_view_real_set_cursor): use ctrl_pressed and shift_pressed,
8017         instead of checking the event state. And also updates for the
8018         GdkModifierType -> GtkTreeSelectMode move.
8019
8020 Wed Aug 20 21:26:49 2003  Owen Taylor  <otaylor@redhat.com>
8021
8022         * gtk/gtkplug.c (gtk_plug_focus): Send the focus on
8023         to the parent when there was no focus widget before
8024         and no focus widget after - that is, when there are
8025         no focusable widgets. (#108678, help tracking it
8026         down from Padraig O'Briain, Federico Mena Quintero, )
8027
8028         * gtk/gtkxembed.[ch]: Move various shared utilities
8029         for the XEMBED protocol eused by GtkPlug and GtkSocket 
8030         here.
8031
8032         * gtk/gtkxembed.[ch] gtkplug.c gtksocket.c: Implement
8033         a flag bit that is sent with focus mesages to indicate
8034         that the focus has wrapped around on the toplevel;
8035         use this bit to catch infinite loops when there is no
8036         focusable widget at ll in the entire toplevel.
8037
8038         * tests/testsocket.c (child_read_watch): Remove an
8039         extraneous unref.
8040
8041         * gtk/gtkplug.c gtk/gtksocket.c gtk/gtkxembed.h: 
8042         Up XEMBED protocol version to 1, add logic for 
8043         sending the right version in XEMBED_EMBEDDED_NOTIFY.
8044
8045         * gtk/gtksocket.c (gtk_socket_add_window): Send
8046         the embedder window in the XEMBED_EMBEDDED_NOTIFY
8047         as the spec requires.
8048
8049 Mon Aug 25 16:15:41 2003  Owen Taylor  <otaylor@redhat.com>
8050
8051         * gdk/x11/gdkkeys-x11.c: Fix up CapsLock and 
8052         NumLock handling for non-XKB. Add a special case
8053         hack for NumLock on Sun servers. (Patch from
8054         Robert Basch, #115819)
8055
8056 2003-08-25  Matthias Clasen  <maclas@gmx.de>
8057
8058         * gtk/gtkactiongroup.c (gtk_action_group_add_actions): Remove C99isms. (Morten 
8059         Welinder)
8060
8061         * gtk/gtkactiongroup.[hc] (gtk_action_group_set_translate_func,
8062         gtk_action_group_set_translation_domain): Hooks for translation of
8063         label and tooltip in GtkActionGroupEntries.  (#120620)
8064
8065 2003-08-25  Matthias Clasen  <maclas@gmx.de>
8066
8067         * gtk/gtkactiongroup.h (GtkActionGroupEntryType): Namespace the enum
8068         values properly. Sorry about the resize grip trouble, Owen.  (#120621)
8069         
8070         * gtk/gtkactiongroup.c: 
8071         * demos/gtk-demo/appwindow.c: 
8072         * tests/testmerge.c: 
8073         * tests/testactions.c: Use new GtkActionGroupEntryType enum.  
8074
8075 Sun Aug 24 17:14:44 2003  Owen Taylor  <otaylor@redhat.com>
8076
8077         * gtk/gtk.h: Remove reference to gtkresizegrip.h.
8078
8079 Sun Aug 24 17:03:44 2003  Owen Taylor  <otaylor@redhat.com>
8080
8081         * gtk/Makefile.am: Fix accidental commit of references
8082         to gtkresizegrip.[ch]
8083
8084 Sun Aug 24 17:00:03 2003  Owen Taylor  <otaylor@redhat.com>
8085
8086         * gtk/gtkrc.c: Fix some missing initializations of
8087         rc_file->directory.
8088
8089 2003-08-24  Matthias Clasen  <maclas@gmx.de>
8090
8091         * gtk/gtkaction.[ch]: 
8092         * gtk/gtktoggleaction.[ch]: 
8093         * gtk/gtktoggleactionprivate.h: 
8094         * gtk/gtkradioaction.[ch]: 
8095         * gtk/gtkactiongroup.[ch]: 
8096         * gtk/gtkmenumerge.[ch]: A model-view separation for menus and
8097         toolbars, using the EggMenu code by James Henstridge.
8098
8099         * gtk/gtk.h: Include new headers.
8100         * gtk/Makefile.am: Add new files.
8101
8102         * tests/testactions.c: Test for actions.
8103         * tests/testmerge.c: Test for menu merging.
8104         * tests/merge-[123].ui: Test data for testmerge. 
8105         * tests/Makefile.am: Add testactions and testmerge.
8106
8107         * demos/gtk-demo/appwindow.c: Use GtkMenuMerge to construct the 
8108         menubar and toolbar.
8109         
8110 Sat Aug 23 21:40:18 2003  Owen Taylor  <otaylor@redhat.com>
8111  
8112         * gtk/gtkrc.c (gtk_rc_context_parse_one_file): Fix 
8113         problem where rc_file->directory wasn't always getting
8114         set. (#120549, Luis Villa)
8115  
8116 2003-08-22  Christian Rose  <menthos@menthos.com>
8117
8118         * configure.in: Added "ne" to ALL_LINGUAS.
8119
8120 Thu Aug 21 16:00:36 2003  Owen Taylor  <otaylor@redhat.com>
8121  
8122         * gtk/gtkrc.c: Keep a list of current GtkRcFiles
8123         being parsed, not just the directories for those
8124         files. Use that to catch recursion. (Part of
8125         #114988)
8126  
8127 Thu Aug 21 21:27:45 2003  Kristian Rietveld  <kris@gtk.org>
8128
8129         Merge from stable.
8130
8131         Fix option menu scrolling (#119821, Owen Taylor).
8132
8133         * gtk/gtkmenu.c (gtk_menu_scroll_to): remove logic introduced
8134         by #80484 and the CLAMP,
8135         (get_menu_height): new function,
8136         (gtk_menu_real_move_scroll): sort of moved the CLAMP here to correct
8137         new_offset to handle page up/down right.
8138
8139 Thu Aug 21 15:17:42 2003  Owen Taylor  <otaylor@redhat.com>
8140
8141         * gdk/x11/gdkkeys-x11.c: Change the interpretation
8142         of consumed_modifiers so that it contains:
8143          - Modifiers combinations actually found in
8144            state.
8145          - Single modifier modifier combinations.
8146         But not multi-modifier combinations that aren't
8147         in event->state. Document. (#100439)
8148
8149 Thu Aug 21 20:53:46 2003  Kristian Rietveld  <kris@gtk.org>
8150
8151         Slightly modified patch from Yann Rouillard to improve selection
8152         behavior with the mouse. Fixes #120187.
8153
8154         * gtk/gtktreeview.c (gtk_tree_view_button_press): only
8155         select/deselect items on the first button press of button 1,
8156         expand checks for row_activated to include triple clicks.
8157
8158 Thu Aug 21 01:33:51 2003  Kristian Rietveld  <kris@gtk.org>
8159
8160         Merge from stable.
8161
8162         * gtk/gtkspinbutton.c (gtk_spin_button_size_request): always round
8163         approximate digit widths up, to avoid truncation, convert to
8164         pango pixels when we have the full string width instead of converting
8165         the approx digit width to pango pixels, take inner border and
8166         interior focus into account correctly. (Fixes #116368, patch from
8167         Morten Welinder).
8168
8169 2003-08-20  Noah Levitt  <nlevitt@columbia.edu>
8170
8171         * gtk/queryimmodules.c: Don't look at the same directory twice (in
8172         simple cases). (#120342)
8173
8174 Wed Aug 20 22:04:47 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8175
8176         * gdk/gdkwindow.c: Make the layers in the paint stack have their
8177         own pixmap instead of sharing one. (#118317)
8178
8179         * tests/testgtk.c (create_get_image): Fixes to make the window fit
8180         on an 800x600 screen
8181
8182 Wed Aug 20 22:03:25 2003  Kristian Rietveld  <kris@gtk.org>
8183
8184         Merged from stable.
8185
8186         * gtk/gtkspinbutton.c (start_spinning): change the type of step
8187         to gdouble, since it gets it's data from a gdouble (Fixes #113547).
8188
8189 Mon Aug 18 17:19:12 2003  Owen Taylor  <otaylor@redhat.com>
8190
8191         * modules/input/gtkimcontextxim.[ch]: Substantially
8192         rework the handling of status windows:
8193         
8194          - Store the current StatusWindow in the 
8195            GtkIMContextXIM structure and vice-versa, so we
8196            don't have to hunt the window hierarchy on
8197            cleanup.
8198          - Use the Gtkidget hierarchy instead of/or as well
8199            as the GdkWindow hierarchy when finding the toplevel;
8200            this helps for things like GtkHandlebox
8201          - Watch GtkWidget::hierarchy_changed to catch 
8202            changes in the toplevel without changes in the
8203            GdkWindow (reparenting)
8204          - Never create the GtkWindow for the status window
8205            unless we have text to display.
8206          - Various cleanups, add lots of comments.
8207
8208         (#115077, much help from Takuro Ashie and Hidetoshi
8209         Tajima in tracking this down and figuring out a fix.)
8210
8211         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_focus_in): 
8212
8213         * modules/input/gtkimcontextxim.c: Track the current
8214         screen for each toplevel so that we show the status
8215         window on the right screen. (#116340, James Su)
8216
8217         * modules/input/gtkimcontextxim.c: If create a new IC
8218         when we currently have the focus, call XSetICFocus()
8219         on it.
8220         
8221         * modules/input/gtkimcontextxim.c (get_im): Fix bug
8222         with multiple open screens.
8223
8224 Tue Aug 19 14:37:46 2003  Owen Taylor  <otaylor@redhat.com>
8225
8226         * gtk/gtkimmulticontext.[ch] (struct _GtkIMMulticontext): 
8227         Replace client_window field with 'priv' pointer,
8228         retaining binary compatibility.
8229
8230         * gtk/gtkimmulticontext.c (gtk_im_multicontext_set_slave): 
8231         save use_preedit/cursor_location/focus status and set
8232         up the new slave appropriately. (#118651, Botond Botyanszki)
8233
8234 Tue Aug 19 13:58:50 2003  Owen Taylor  <otaylor@redhat.com>
8235
8236         * gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): 
8237         Don't use impl->position_info.clip_rect for toplevels.
8238         (#107068, reported by Thomas Mirlacher)
8239
8240 Mon Aug 18 11:48:51 2003  Owen Taylor  <otaylor@redhat.com>
8241
8242         * gdk/x11/gdkdrawable-x11.c (convert_to_format): 
8243         Add a fallback for unaligned source data for
8244         FORMAT_ARGB_MASK. (#117217)
8245
8246 Mon Aug 18 10:51:57 2003  Owen Taylor  <otaylor@redhat.com>
8247
8248         * configure.in: Rework handling of REBUILD_PNGS,
8249         so that we also don't try to REBUILD_PNGS when
8250         cross-compiling and there is no gdk-pixbuf-csource.
8251         But give an error if gtk/stock-icons/gtkstockpixbufs.h
8252         is not in the source tree. (Note that REBUILDS_PNG
8253         was set backwards before, which is why you always
8254         had to manually recreate gtkstockpixbufs.h!)
8255
8256 Mon Aug 18 10:19:55 2003  Owen Taylor  <otaylor@redhat.com>
8257
8258         * gtk+-2.0-uninstalled.pc.in: Add a missing gtk/ in the
8259         path to libgtk.la. (#120080, Benedikt Spranger)
8260
8261 Sat Aug 16 10:34:49 2003  Owen Taylor  <otaylor@redhat.com>
8262
8263         * modules/input/imcedilla.c: Make the list of default
8264         languages more comprehensive. (Suggestion of
8265         Fco. Javier F. Serrador)
8266
8267 Sat Aug  9 12:47:11 2003  Owen Taylor  <otaylor@redhat.com>
8268
8269         * gdk/gdk.c (gdk_arg_context_parse): Fix broken 
8270         parentheses when skipping args.
8271
8272 Sat Aug 16 16:22:23 2003  Kristian Rietveld  <kris@gtk.org>
8273
8274         Fix major bug in row ref handling, so the new combo box
8275         will actually work right (:. Bug #107748. Patch written
8276         with help from Tim Janik.
8277
8278         The basic idea is to update the row refs in a closure,
8279         before the actual signal is emitted (rather than having
8280         the model connect signal handlers).
8281
8282         * gtk/gtktreemodel.c (gtk_tree_model_base_init): change
8283         g_signal_new calls for row_inserted, row_deleted and
8284         rows_reordered to use the new marshallers,
8285         (row_inserted_marshall), (row_deleted_marshall),
8286         (rows_reordered_marshall): the new marshallers,
8287         (gtk_tree_row_ref_inserted_callback): renamed to
8288         gtk_tree_row_ref_inserted since it isn't a callback
8289         anymore and gets called by the marshaller now,
8290         (gtk_tree_row_ref_deleted_callback): likewise,
8291         (gtk_tree_row_ref_reordered_callback): likewise,
8292         (connect_ref_callbacks), (disconnect_ref_callbacks):
8293         removed,
8294         (gtk_tree_row_reference_new_proxy),
8295         (gtk_tree_row_reference_free),
8296         (gtk_tree_row_reference_inserted),
8297         (gtk_tree_row_reference_deleted),
8298         (gtk_tree_row_reference_reordered): updated.
8299
8300 Fri Aug 15 16:54:39 2003  Owen Taylor  <otaylor@redhat.com>
8301
8302         Improve Cedilla handling - based on a patch from Gustavo 
8303         De Nardin, #111334
8304
8305         * modules/input/imcedilla.c po/POTFILES.in: Input method that 
8306         produces C_WITH_CEDILLA rather than C_WITH_ACUTE for 
8307         dead_acute+c combinations. Make this the default for
8308         fr and pt.
8309
8310         * gtk/gtkimmulticontext.c (gtk_im_multicontext_get_slave): 
8311         Use LC_CTYPE instead of LC_MESSAGES to pick the default
8312         input method.
8313
8314 Fri Aug 15 17:00:19 2003  Owen Taylor  <otaylor@redhat.com>
8315
8316         * gtk/gtkimcontextsimple.c: Fix missing compose sequence
8317         for Multi_key+c+apostrophe.
8318
8319 Fri Aug 15 21:57:34 2003  Kristian Rietveld  <kris@gtk.org>
8320
8321         Merged from stable.
8322
8323         * gtk/gtktreeview.c (gtk_tree_view_adjustment_changed): stop editing
8324         on vertical scrolling. (#108035, reported by Tim Janik).
8325
8326 Fri Aug 15 20:06:42 2003  Kristian Rietveld  <kris@gtk.org>
8327
8328         Merged from stable.
8329
8330         * gtk/gtktreeview.c (gtk_tree_model_sort_row_changed),
8331         (gtk_tree_model_sort_level_find_insert),
8332         (gtk_tree_model_sort_insert_value): fix off-by-one error.
8333         (#109292 continued, patch from Yann Rouillard).
8334
8335 Fri Aug 15 19:43:14 2003  Kristian Rietveld  <kris@gtk.org>
8336
8337         (Note: This is not exactly the same as the patch which went in
8338          gtk-2-2).
8339
8340         * gtk/gtktreeview.c (gtk_tree_view_class_init),
8341         (gtk_tree_view_key_press), (gtk_tree_view_search_key_press_event):
8342         Also support the up, down, left, right, home, end, page up and
8343         page down keys on the numpad. (#119419, reported by Alex Larsson).
8344
8345 Fri Aug 15 12:34:04 2003  Owen Taylor  <otaylor@redhat.com>
8346
8347         Fixes for X/Cygwin builds of GTK+ (#107623, Masahiro Sakai):
8348
8349         * configure.in (GDK_DEP_LIBS_FOR_X): Make sure that
8350         we link libgtk against X explicitely, since we
8351         make GTK+ calls for plug/socket.
8352
8353         * gtk/queryimmodules.c: Use USE_LA_MODULES and 
8354         G_MODULE_SUFFIX here. 
8355
8356         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_image): Protect
8357         XShmPutImage with #ifdef USE_SHM.
8358
8359 Thu Aug 14 18:25:39 2003  Owen Taylor  <otaylor@redhat.com>
8360
8361         * gtk/gtkfilesel.c (gtk_file_selection_populate):
8362         Don't reposition the cursor when we aren't trying
8363         to complete. (Fixes problems with selection on
8364         startup, #108433, reported by Mark Finlay.)
8365
8366         * gtk/gtkfilesel.c (gtk_file_selection_populate): Remove
8367         code that tried to position the cursor after the common
8368         prefix when there was one, it wasn't working, and
8369         would be hard to fix. Just always put the cursor
8370         at the end when completing.
8371
8372 Thu Aug 14 17:58:23 2003  Owen Taylor  <otaylor@redhat.com>
8373
8374         * gtk/gtkfilesel.c (get_current_dir_utf8): If getting
8375         the current directory fails because of encoding
8376         conversion problems, walk up textually to parent
8377         directories until we can convert. (#113627)
8378
8379 Wed Aug 13 17:01:49 2003  Owen Taylor  <otaylor@redhat.com>
8380
8381         * gtk/gtkmenushell.[ch] (gtk_menu_shell_enter_notify):
8382         Remove usage of menu_shell->ignore leave which was
8383         to deal with stray events we no longer get because
8384         we do grabbing differently. Comment it as unused in
8385         the header. (#115837, Keith Bissett)
8386
8387 Wed Aug 13 16:32:43 2003  Owen Taylor  <otaylor@redhat.com>
8388
8389         * gtk/gtkmenu.c (gtk_menu_position, gtk_menu_window_size_request): 
8390         Fix some places that weren't properly Xinerama-ified.
8391
8392         * gtk/gtkmenu.c: Fix problem with windows that scroll
8393         at the top of the screen.
8394
8395 Wed Aug 13 11:34:53 2003  Owen Taylor  <otaylor@redhat.com>
8396
8397         * gtk/gtkcombo.c (gtk_combo_init): connect_after() to 
8398         key-press-event on the entry, so input methods get access to 
8399         key presses before GtkCombo customization.
8400         (#115451, Botond Botyanszki)
8401
8402 2003-08-13  Anders Carlsson  <andersca@gnome.org>
8403
8404         * tests/testtoolbar.c: (set_important_func), (important_toggled),
8405         (create_items_list):
8406         Add an important column.
8407         
8408 Tue Aug 12 15:00:15 2003  Owen Taylor  <otaylor@redhat.com>
8409
8410         * gtk/gtkwindow.c (gtk_window_real_set_focus): Protect
8411         against reentrancy from ::focus-out handlers. 
8412         (#118129, Felipe Heidrich)
8413
8414 Tue Aug 12 14:27:42 2003  Owen Taylor  <otaylor@redhat.com>
8415
8416         * gtk/gtkkeyhash.c (_gtk_key_hash_lookup): Remove
8417         GDK_LOCK_MASK before calling
8418         gdk_keymap_translate_keyboard_state so bindings 
8419         and accelerators are independent of the Caps-lock
8420         key. (#115384, reported by Toni Willberg)
8421
8422 Mon Aug 11 12:07:14 2003  Owen Taylor  <otaylor@redhat.com>
8423
8424         * gdk/x11/gdkevents-x11.c (get_real_window): Add missing
8425         break statements (#119494, Soeren Sandmann)
8426
8427 Mon Aug 11 11:10:07 2003  Owen Taylor  <otaylor@redhat.com>
8428
8429         * gtk/gtkwidget.h: Mark parent public as well; it's
8430         extensively accessed in existing code, so there is
8431         no advantage in making people use get_parent().
8432         (Tweak to #119463 fix)
8433
8434 2003-08-11  Matthias Clasen  <maclas@gmx.de>
8435
8436         Add support for EWMH "Above" and "Below" window states.  (105100,
8437         Manuel Clos)
8438         
8439         * tests/testgtk.c: Add "Above" and "Below" to the the "Window
8440         State" demo.
8441
8442         * gtk/gtkwindow.h: Add gtk_window_set_keep_above and
8443         gtk_window_set_keep_below.
8444
8445         * gtk/gtk.def: Add gtk_window_set_keep_above and
8446         gtk_window_set_keep_below.
8447
8448         * gtk/gtkwindow.c (gtk_window_set_keep_below):
8449         (gtk_window_set_keep_above): New functions, call the corresponding
8450         gdk functions.
8451
8452         * gdk/x11/gdkwindow-x11.c (gdk_window_set_keep_below): New
8453         function, sets _NET_WM_STATE_BELOW.
8454         (gdk_window_set_keep_above): New function, sets
8455         _NET_WM_STATE_ABOVE.
8456
8457         * gdk/gdkwindow.h: Add gdk_window_set_keep_above and
8458         gdk_window_set_keep_below.
8459
8460         * gdk/gdkevents.h (GdkWindowState): Add GDK_WINDOW_STATE_ABOVE and
8461         GDK_WINDOW_STATE_BELOW.
8462
8463         * gdk/gdk.def: Add gdk_window_set_keep_above and
8464         gdk_window_set_keep_below.
8465
8466         * acinclude.m4: Copy newer versions of JH_CHECK_XML_CATALOG and
8467         JH_PATH_XML_CATALOG from gtk-doc to enable configuring without
8468         xmlcatalog in PATH.  (#119115)
8469
8470 2003-08-10  Matthias Clasen  <maclas@gmx.de>
8471
8472         * gtk/gtkwidget.h (struct _GtkWidget): Mark some members as
8473         public.  (#119463)
8474
8475 2003-08-09  Noah Levitt  <nlevitt@columbia.edu>
8476
8477         * gdk/gdkevents.h:
8478         * docs/reference/gdk/tmpl/windows.sgml: Elaborate a bit more in the
8479         docs on GdkFilterFunc and GdkFilterReturn.
8480
8481 2003-08-09  Matthias Clasen  <maclas@gmx.de>
8482
8483         * gtk/gtkcalendar.c:  Add and hook in gtk_calendar_scroll,
8484         to let the mouse wheels select the month. Scrolling down
8485         moves forward in time. (#53134, Abigail Brady) 
8486
8487         * gtk/gtkcalendar.c: Complete the RTL flipping support for
8488         GtkCalendar, make it possible to flip the headings using the
8489         "magic translated string" technique.  Translators, note the
8490         comment in gtk_calendar_init() explaining this.  (#102416)
8491
8492         * gtk/gtkcalendar.c: Get the information about the first day of
8493         the week from the locale using another instance of the "magic
8494         translated string" technique.  Ignore the display option
8495         GTK_CALENDAR_WEEK_START_MONDAY with a warning.  (#87977)
8496
8497         * gtk/gtkcalendar.c: Add DND support to GtkCalendar. The selected
8498         date is dragged as text, formatted via strftime %x. Text drops are
8499         accepted if g_date_set_parse() can make sense of the text. A
8500         dedicated data format for date DND has not been introduced yet,
8501         since there didn't seem to be sufficient consensus on such a
8502         format on xdg-list.  (#117297)
8503         
8504 2003-08-08  Matthias Clasen  <maclas@gmx.de>
8505
8506         * gdk/gdkregion-generic.c (gdk_region_spans_intersect_foreach):
8507         Fix a segfault.  (#115284, Jan Kratochvil)
8508
8509 2003-08-08  Tor Lillqvist  <tml@iki.fi>
8510
8511         * gdk/win32/gdkevents-win32.c (print_event): Print also the root
8512         coordinates for events that have such. Print coordinates for enter
8513         and leave events.
8514
8515         (gdk_event_translate): Don't use event uninitialixed in the
8516         return_exposes branch of the WM_PAINT handler.
8517
8518         * gdk/win32/gdkwindow-win32.c (gdk_window_new,
8519         _gdk_windowing_window_get_pointer, _gdk_windowing_window_at_pointer): 
8520         Must offset top-level window coordinates here, too.
8521
8522 2003-08-08  Matthias Clasen  <maclas@gmx.de>
8523
8524         * demos/gtk-demo/appwindow.c (do_appwindow): Hide the resize grip
8525         when maximized or fullscreen.
8526
8527 2003-08-07  Tor Lillqvist  <tml@iki.fi>
8528
8529         * gdk/win32/gdkinput-win32.h
8530         * gdk/win32/gdkinput-win32.c (_gdk_input_configure_event,
8531         _gdk_input_enter_event): Drop the GdkEvent* parameter, it wasn't
8532         used.
8533
8534         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Adapt caller
8535         accordingly, in fact an uninitialised variable was dereferenced.
8536         
8537
8538         [Win32] Add support for multiple monitors. 
8539         
8540         * gdk/win32/gdkprivate-win32.h
8541         * gdk/win32/gdkglobals-win32.c: New global variables for
8542         multiple-monitor info: _gdk_num_monitors, _gdk_monitors, and
8543         _gdk_offset_x and _gdk_offset_y.
8544         
8545         * gdk/win32/gdkdisplay-win32.c (count_monitor, enum_monitor): New
8546         functions, enumeration functions passed to EnumDisplayMonitors().
8547
8548         (gdk_display_open): If the EnumDisplayMonitors() and
8549         GetMonitorInfo() API is present (on Win98, Win2000 and newer), use
8550         if to find out monitor info.
8551
8552         Calculate the offset between Win32 coordinates (relative to the
8553         primary monitor's origin (and thus negative on monitors to the
8554         left of or above it), and GDK's (visible coordinates should be
8555         non-negative).
8556         
8557         * gdk/win32/gdkscreen-win32 (gdk_screen_get_n_monitors,
8558         gdk_screen_get_monitor_geometry): Use information collected above.
8559
8560         (gdk_window_move, gdk_window_move_resize_window_get_geometry):
8561         Subtract _gdk_offset_{x,y} from GDK root window coordinates.
8562
8563         (gdk_window_get_geometry, gdk_window_get_origin,
8564         gdk_window_get_frame_extents): For top-level windows, add
8565         _gdk_offset_{x,y} to GDK root window coordinates
8566
8567         Still need to handle multiple monitors in
8568         gdk_window_fullscreen(). Probably should make the window
8569         fullscreen on the monitor where the cursor is?
8570
8571         * gdk/win32/gdkevents-win32.c: Add _gdk_offset_{x,y} to all GDK
8572         root window coordinates in GdkEvents.
8573
8574         
8575         [Win32] Fix geometry hint handling. Add support for resize
8576         increment and base size, and aspect ratio geometry hints. The
8577         "gridded geometry" test in testgtk now works beautifully.
8578
8579         * gdk/win32/gdkwindow-win32.c (gdk_window_set_geometry_hints):
8580         Turns out this function shouldn't actually ever modify the
8581         window's size, just store the hints. (Old code kept for a while
8582         inside #if 0.)
8583
8584         (gdk_window_set_hints): Remove presumably broken code that handles
8585         the position hints, this function is obsolete anyway.
8586
8587         * gdk/win32/gdkevents-win32.c: Drop the current_{x,y}_root
8588         variables, not used.
8589
8590         (adjust_drag): New function, used to implement resize increment
8591         hints.
8592
8593         (gdk_event_translate): Handle WM_SIZING, implement resize
8594         increment and base size, and aspect ratio geometry hints here. The
8595         WM_GETMINMAXINFO handler takes care of the minimum and maximum
8596         size hints as before. Fix the WM_GETMINMAXINFO handler to take
8597         into account window decorations. No need to modify the
8598         ptMaxPosition and ptMaxSize fields in the MINMAXINFO struct,
8599         the defaults are fine.
8600         
8601         * gdk/win32/gdkprivate-win32.h 
8602         * gdk/win32/gdkwindow-win32.c (_gdk_win32_adjust_client_rect,
8603         _gdk_win32_get_adjusted_client_rect): New helper functions.
8604
8605 2003-08-07  Matthias Clasen  <maclas@gmx.de>
8606
8607         * gdk/x11/gdkevents-x11.c (gdk_check_wm_state_changed): Reset the
8608         toplevel->have_* flags before iterating over the _NET_WM_STATE 
8609         atoms.  (#119217) 
8610
8611 Thu Aug  7 16:49:29 2003  Owen Taylor  <otaylor@redhat.com>
8612  
8613         * gtk/gtkwidget.c (gtk_widget_set_style_internal): 
8614         Fix a bug where on theme change, resize/redraw wasn't
8615         properly getting queued on toplevel windows. (#116346,
8616         Rajkumar Siva)
8617  
8618         * gtk/gtkwidget.c (gtk_widget_invalidate_widget_windows): 
8619         Fix bug where wrong coordinates were used for toplevel
8620         window.
8621  
8622 Thu Aug  7 16:40:21 2003  Owen Taylor  <otaylor@redhat.com>
8623
8624         * gtk/gtknotebook.c (gtk_notebook_remove): Remove leftover
8625         page_num variable (Archit Baweja)
8626
8627 2003-08-07  Matthias Clasen  <maclas@gmx.de>
8628
8629         * gtk/gtkspinbutton.c (gtk_spin_button_default_input): Use g_strtod() to
8630         cope with C libraries with crippled locale support.  (#115293)
8631
8632 2003-08-07  Hans Breuer  <hans@breuer.org>
8633
8634         * gdk/win32/gdkevents-win32.c : finally use TrackMouseEvent
8635         (only if the new window not known to Gdk) to get proper
8636         leave notification, and get rid of the wrong placed 
8637         tooltips, bug #102283
8638  
8639         (gdk_event_translate) : small code reordering to not get
8640         GDK_MOTION_NOTIFY for still mouse and get back tooltips on 
8641         menus, bug #117367
8642
8643 2003-08-07  Tor Lillqvist  <tml@iki.fi>
8644
8645         * gdk/gdk.def
8646         * gdk/win32/gdkfont-win32.c (gdk_fontset_load_for_display): Add
8647         missing function, trivially implement.
8648
8649 2003-08-07  Matthias Clasen  <maclas@gmx.de>
8650
8651         * gtk/gtkctree.c (draw_row): Don't cut descenders when 
8652         rendering.  (#118646, Charles Kerr) 
8653
8654 2003-08-06  Hans Breuer  <hans@breuer.org>
8655
8656         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_new) :
8657         initialize bits to 0 (probably default on NT)
8658
8659         * gdk/win32/gdkwindow-win32.c (gdk_window_set_icon) :
8660         now it works as intended ;-)
8661
8662 2003-08-04  Hans Breuer  <hans@breuer.org>
8663
8664         * gdk/win32/gdkwindow-win32.c(gdk_window_set_modal_hint) :
8665         set HWND_NOTOPMOST for modal==FALSE, fixes bug #118435
8666
8667         * gdk/win32/gdkwindow-win32.c : implement gdk_window_[un]fullscreen
8668         (gdk_window_{move,resize,move_rezize})) : noop if FULLSCREEN
8669
8670         * gdk/win32/gdkwindow-win32.c (gdk_window_set_icon) :
8671         against all expectations it is basically ony a call with WM_SETICON
8672         needed (the visual effect is there, though colors or mask are
8673         still somewhat wrong).
8674         * gdk/win32/gdkwindow-win32.h : place to store the HICON
8675
8676         * gdk/win32/gdkdrawabke.win32.c : readded the conditional end
8677         pixel drawing as it was fixed at 1999-08-23
8678
8679         gtk/gtk.def : updated
8680
8681 Tue Aug  5 10:07:08 2003  Owen Taylor  <otaylor@redhat.com>
8682
8683         * gtk/gtkmessagedialog.c (gtk_message_dialog_get_property): 
8684         Add a missing break. (#119156, Callum McKenzie)
8685
8686 Tue Aug  5 00:24:13 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8687
8688         * gtk/gtkmenu.c (gtk_menu_position): New positioning
8689         algorithm.(#116649)
8690
8691 Fri Aug  1 15:26:46 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8692
8693         * gtk/gtktoolbar.c, gtk/toolitem.c: add new "is_important"
8694         property
8695         
8696         * gtk/gtkradiotoolbutton.c
8697         (gtk_radio_tool_button_new_from_widget): Don't take a stock id
8698
8699         * gtk/gtkradiotoolbutton.c
8700         (gtk_radio_tool_button_new_with_stock_from_widget): make this
8701         function take a stock_id.
8702
8703         * gtk/toolbar: documentation
8704
8705 Mon Aug  4 14:53:46 2003  Owen Taylor  <otaylor@redhat.com>
8706
8707         * gdk/x11/gdkimage-x11.c (_gdk_windowing_image_init): 
8708         Fix problem where use_xshm was getting set wrong if
8709         MIT_SHM wasn't found. (George Lebel)
8710
8711 2003-08-04  Tor Lillqvist  <tml@iki.fi
8712
8713         * gdk/win32/gdkevents-win32.c (apply_filters): Fix braino:
8714         actually use the passed-in filter list. The function also needs a
8715         GdkWindow parameter, as filter functions expect
8716         GdkEvent::any.window to be valid. (#119034, Hans Breuer)
8717
8718 2003-08-03  Matthias Clasen  <maclas@gmx.de>
8719
8720         * gdk/x11/gdkscreen-x11.c (gdk_screen_get_n_monitors): 
8721         (gdk_screen_get_monitor_geometry): Improve wording of the docs, avoid
8722         the term "virtual screen".  (#119030, Tor Lillqvist)
8723
8724 2003-08-02  Matthias Clasen  <maclas@gmx.de>
8725
8726         * tests/testtext.c (test_init): 
8727         * tests/testgtk.c (test_init): 
8728         * tests/testdnd.c (test_init): 
8729         * demos/pixbuf-init.c (pixbuf_init): 
8730         * demos/gtk-demo/main.c (main): Use g_setenv().
8731
8732         * gdk/x11/gdkdisplay-x11.c (_gdk_windowing_set_default_display): Use
8733         g_unsetenv(). 
8734
8735 Sat Aug  2 12:53:16 2003  Owen Taylor  <otaylor@redhat.com>
8736
8737         * configure.in: Requires glib-2.3.0, pango-1.2.0.
8738
8739         * configure.in: Require Xft version 2,
8740         remove code for handling older versions of pango and Xft.
8741         Many miscellaneous improvements to X checks
8742
8743         * acinclude.m4: Add GTK_ADD_LIB() macro for adding 
8744         a library to a variable, avoiding dups.
8745
8746         * gdk/x11/gdkfont-x11.c (gdk_font_from_description_for_display): 
8747         Always load "fixed"
8748
8749         * gdk/x11/gdk*-x11.[ch]: Remove support for Xft1 and
8750         for pangox.
8751
8752 2003-08-02  Matthias Clasen  <maclas@gmx.de>
8753
8754         * gtk/gtkcolorsel.c (color_sample_drop_handle) 
8755         (palette_drop_handle): 
8756         * gtk/gtkcolorbutton.c (gtk_color_button_drag_data_received):  Accept
8757         drops with the wrong format, since the KDE color chooser incorrectly
8758         drops application/x-color with format 8.  (#118810)
8759
8760         * gtk/gtkcolorsel.c (color_sample_drop_handle) (palette_drop_handle): 
8761         * gtk/gtkcolorbutton.c (gtk_color_button_drag_data_received):  
8762         Accept drops with the wrong format, since the KDE color chooser 
8763         incorrectly drops application/x-color with format 8.  (#118810)
8764
8765 2003-08-02  Tor Lillqvist  <tml@iki.fi>
8766
8767         Fix gdk/win32 window geometry handling again. The window position
8768         in a GDK_CONFIGURE event should be that of the client area, not of
8769         the window decorations. (I was confused by the term "window
8770         border" in X11. It does *not* mean the window manager
8771         decorations. There are no X11-style window borders in Win32.)
8772         Also, this time do take the geometry hints into account
8773         appropriately when moving windows. Now testgtk's gravity test's
8774         move buttons work OK. There are stil problems with taking gravity
8775         into account when showing a hidden window.
8776
8777         * gdk/win32/gdkwindow-win32.h: Keep a whole GdkGeometry as hints
8778         instead of separate fields.
8779         
8780         * gdk/win32/gdkevents-win32.c (handle_configure_event): Don't
8781         adjust for decorations.
8782
8783         * gdk/win32/gdkwindow-win32.c (get_outer_rect,
8784         adjust_for_gravity_hints): New functions.
8785         (gdk_window_move, gdk_window_resize, gdk_window_move_resize): Use
8786         above functions, take geometry hints into account.
8787         (gdk_window_set_geometry_hints): Size hints specicy client area,
8788         not including decorations.
8789
8790 Fri Aug  1 17:10:22 2003  Owen Taylor  <otaylor@redhat.com>
8791
8792         * gtk/gtkfilesel.c (cmpl_completion_fullname): Always
8793         return an absolute path (#115590), fix a problem where
8794         you could crash the file selector with a looong name
8795         by returning a newly allocated buffer.
8796
8797 Fri Aug  1 16:44:51 2003  Owen Taylor  <otaylor@redhat.com>
8798
8799         * gtk/gtkfilesel.c (update_cmpl): Fix obvious reallocation
8800         bug in rarely or never hit code path (#118071,
8801         Tor Lillqvist)
8802
8803 Fri Aug  1 16:30:13 2003  Owen Taylor  <otaylor@redhat.com>
8804
8805         * gdk/x11/gdkdrawable-x11.c (_gdk_x11_have_render): 
8806         If the check for missing depths, try actually creating pixmaps
8807         of the depths to deal with Xinerama not reporting
8808         all the depths it should. (#115822)
8809
8810 Fri Aug  1 15:33:59 2003  Owen Taylor  <otaylor@redhat.com>
8811
8812         * gtk/gtksocket.c: Patch from Denis Mikhalkin to
8813         forward KeyRelease events as well as KeyPress events.
8814         (#115597)
8815
8816 Fri Aug  1 15:06:25 2003  Owen Taylor  <otaylor@redhat.com>
8817  
8818         * gdk/gdk.c (gdk_parse_args): g_set_prgname("<unknown>")
8819         if argc is 0 as well, instead of leaving it unset.
8820         (#116023, Michael Meeks)
8821  
8822 Thu Jul 31 23:09:02 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8823
8824         * gtk/gtktoolbar.c (gtk_toolbar_class_init): make show_arrow
8825         default to TRUE; ignore the property when api_mode != NEW_API
8826
8827 2003-07-31  Matthias Clasen  <maclas@gmx.de>
8828
8829         * gtk/gtkwindow.c (gtk_window_set_default_icon): Rename parameter pixbuf
8830         to icon, to pacify gtk-doc.
8831
8832         * gtk/gtkwidget.c (gtk_widget_class_init): Fix formatting of drag-motion 
8833         example. 
8834
8835 Thu Jul 31 15:33:33 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8836
8837         * gtk/gtk*tool*.h: add padding to subclasses of GtkToolItem
8838
8839 Thu Jul 31 15:29:28 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8840
8841         * gtk/gtktoolitem.c (struct _GtkToolItemPrivate): remove unused
8842         overflow_item field.
8843
8844 Wed Jul 30 21:11:13 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8845
8846         * gtk/gtktoolitem.h: make _gtk_tool_item_toolbar_reconfigured()
8847         an internal function
8848
8849         * gtk/gtktoolitem.h: remove unused declaration of
8850         _gtk_tool_item_get_drag_window().
8851
8852 Wed Jul 30 17:03:58 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8853
8854         * gtk/gtktoolbutton.[ch]:
8855         (gtk_tool_button_new): swap icon_widget and label arguments to
8856         match BonoboUIToolbarButton.
8857
8858         * gtk/gtktoolbar.h: un-deprecate gtk_toolbar_{set|unset}_style().
8859
8860 2003-07-30  Matthias Clasen  <maclas@gmx.de>
8861
8862         * gtk/gtkwidget.c (gtk_widget_class_init): Some updates to the DND
8863         signal docs. 
8864
8865 2003-07-29  Tor Lillqvist  <tml@iki.fi>
8866
8867         Fix for #108007, #112402, #117042: There was confusion in
8868         gdk/win32 at various places whether a window position refers to
8869         the decoration position or the client area position. Also whether
8870         window size includes decorations or not.
8871         
8872         The correct interpretation apparently is that in GDK (like in
8873         X11), a top-level window position means the decoration's position,
8874         but size means the window's inner size (client area size). In the
8875         Win32 API, the window size usually includes the decorations,
8876         though.
8877         
8878         * gdk/win32/gdkevents-win32.c (decode_key_lparam): Move inside
8879         #ifdef G_ENABLE_DEBUG.
8880         (handle_configure_event): New function, generates GDK_CONFIGURE
8881         events from WM_SIZE and WM_MOVE messages. Even if no event is
8882         generated because of the event mask, still set the private
8883         position and size fields. Calculate position and size correctly.
8884         (gdk_event_translate): Call handle_configure_event().
8885
8886         * gdk/win32/gdkgeometry-win32.c: Cosmetics.
8887
8888         * gdk/win32/gdkwindow-win32.c: Use GDI_CALL() and API_CALL()
8889         macros. Cosmetic debugging output changes.
8890         (SafeAdjustWindowRectEx): Remove. If an application wants to
8891         locate a window outside of the screen, it's not GDK's business to
8892         prevent it. And anyway, with multiple monitors, negative
8893         coordinates are perfectly normal.
8894         (gdk_window_new): Adjust the window size for decorations after
8895         _gdk_window_init_position() has done its job. (But the big window
8896         code currently is presumably broken on Win32 anyway.)
8897         (gdk_window_move): The position passed in is supposed to be that
8898         of the window border, so don't need to adjust for decorations.
8899         (gdk_window_resize, gdk_window_move_resize): Simplify somewhat.
8900
8901 Tue Jul 29 13:55:44 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8902
8903         * gtk/gtktoolbar.c (gtk_toolbar_set_style,
8904         gtk_toolbar_prepend_element, gtk_toolbar_append_element,
8905         gtk_toolbar_insert_space, gtk_toolbar_prepend_space,
8906         gtk_toolbar_append_space, gtk_toolbar_insert_item,
8907         gtk_toolbar_prepend_item, gtk_toolbar_append_item,
8908         gtk_toolbar_set_tooltips, gtk_toolbar_set_orientation,
8909         gtk_toolbar_new, gtk_toolbar_prepend_item):
8910
8911         Move documentation inline from template files.
8912
8913         * gtk/gtktoolbar.c (gtk_toolbar_insert_element,
8914         gtk_toolbar_insert_widget, gtk_toolbar_prepend_widget,
8915         gtk_toolbar_append_widget, gtk_toolbar_remove_space,
8916         gtk_toolbar_insert_stock, gtk_toolbar_unset_icon_size,
8917         gtk_toolbar_get_icon_size, gtk_toolbar_set_icon_size,
8918         gtk_toolbar_get_tooltips, gtk_toolbar_unset_style,
8919         gtk_toolbar_get_style, gtk_toolbar_get_orientation)
8920
8921         Copy documentation from stable that was added after the EggToolbar
8922         branched.
8923
8924         * gtk/gtktoolbar.h: deprecate gtk_toolbar_unset_icon_size()
8925
8926 Mon Jul 28 18:21:34 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8927
8928         * gtk+/docs/: Commit autogenerated changes, so patches will make
8929         sense.
8930
8931 2003-07-27  Tor Lillqvist  <tml@iki.fi>
8932
8933         * gdk/win32/gdkevents-win32.c (build_key_event_state): On Win9x,
8934         the keyboard state returned by GetKeyboardState() doesn't
8935         distinguish between the left and right Control and Alt keys. Thus
8936         we cannot detect AltGr (which is supposed to be left Control +
8937         right Alt) the same way as on NT-based systems, but have to accept
8938         either Control + either Alt as AltGr.
8939
8940 2003-07-27  Matthias Clasen  <maclas@gmx.de>
8941
8942         * gtk/gtktreeselection.c (gtk_tree_selection_selected_foreach):
8943         Fix function name in warning message.  (#118156, Tim-Philipp
8944         Mller)
8945
8946         * gtk/gtkcellrenderer.c (gtk_cell_renderer_get_property):
8947         is-expander and is-expanded are boolean properties, not ints.
8948         (#118359, Josh Parsons)
8949
8950 Sat Jul 26 15:21:27 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8951
8952         * gtk/gtkimagemenuitem.c
8953         (gtk_image_menu_item_toggle_size_request): don't request
8954         toggle_space when the image width is 0.
8955
8956 2003-07-25  Tor Lillqvist  <tml@iki.fi>
8957
8958         * gdk/win32/gdkprivate-win32.h
8959         * gdk/win32/gdkglobals-win32.c: New flags _gdk_input_locale_is_ime
8960         and _gdk_keyboard_has_altgr.
8961         
8962         * gdk/win32/gdkevents-win32.c: Lots of changes. Most important
8963         ones detailled here.
8964
8965         Code that has been ifdeffed out for a long time removed. Remove
8966         some really old doc comments that were left behind for some public
8967         functions, the official ones are in the X11 backend anyway. Change
8968         GDK_WINDOW_OBJECT() calls to GdkWindowObject casts. Reformat
8969         multi-line boolean expressions to have the operators at ends of
8970         lines.
8971
8972         As mouse capture with SetCapture() indeed seems to work OK, no
8973         need to have the correspoinding macro USE_SETCAPTURE and ifdefs.
8974
8975         Ifdef out the gdk-ping-msg stuff. I don't remember why it was
8976         needed at some time, and things seem to work fine now without
8977         (knock on wood).
8978
8979         Ifdef out the search for some Latin locale keyboard layout being
8980         loaded. Not used currently, but might be needed after all, if we
8981         decide that we want to be able to generate ASCII control character
8982         events with a non-Latin keyboard.
8983
8984         (assign_object): New helper function, handles the g_object_ref()
8985         and unref() calls when assigning GObject pointers.
8986                 
8987         (generate_crossing_events): Also generate the GDK_NOTIFY_INTERIOR
8988         enter event when the pointer has moved to an ancestor window. Was
8989         left out by mistake.
8990
8991         (gdk_window_is_ancestor): Renamed from gdk_window_is_child().
8992
8993         (gdk_pointer_grab, gdk_pointer_ungrab): Implement the confine_to
8994         functionality, using ClipCursor().
8995                 
8996         (find_window_for_mouse_event): Splice part of code into new
8997         function find_real_window_for_grabbed_mouse_event().
8998
8999         (fixup_event, append_event, apply_filters): New functions, code
9000         refactored out from elsewhere.
9001
9002         (synthesize_enter_or_leave_event, synthesize_leave_event,
9003         synthesize_enter_event,
9004         synthesize_leave_events,synthesize_enter_events): Also take a
9005         GdkCrossingMode parameter, in preparation to generating
9006         GDK_CROSSING_GRAB and GDK_CROSSING_UNGRAB events.
9007
9008         (fixup_event, append_event, fill_key_event_string): New functions,
9009         code refactoring.
9010
9011         (vk_from_char, build_keypress_event, build_keyrelease_event):
9012         Removed as part of dropping WM_CHAR handling.
9013
9014         (build_key_event_state,gdk_event_translate): Call
9015         GetKeyboardState(), once, for each keyboard message, instead of
9016         several calls to GetKeyState() here and there.
9017
9018         (gdk_event_translate): Fix bugs #104516, #104662, #115902. While
9019         at it, do some major refactoring, and some fixes for potential
9020         problems noticed while going through the code.
9021
9022         Don't handle WM_CHAR at all. Only handle WM_KEYDOWN and
9023         WM_KEYUP. Don't need the state variables related to whether to
9024         wait for WM_CHAR or not, and whether the current key is
9025         AltGr. Remove lots of complexity. Thus don't need the
9026         use_ime_composition flag.
9027
9028         Not handling WM_CHAR means dead key handling will have to be taken
9029         care of by GTK, but that seems to work fine, so no worry.
9030
9031         Another side-effect is that Alt+keypad digits don't work any
9032         longer, but it's better to learn to use GTK's ISO14755 support is
9033         anyway.
9034
9035         Be more careful in checking whether AltGr is involved. Only
9036         attempt to handle it if the keyboard actually has it. And
9037         explicitly check for *left* Control plus *right* Alt being
9038         pressed. Still, allow (left) Alt and/or (right) Control with AltGr
9039         chars.
9040
9041         Handle keys using similar code as in the X11 backend. As we have
9042         built a keymap in gdkkeys-win32.c anyway, use it by calling
9043         gdk_keymap_translate_keyboard_state() to look up the keysym from
9044         the virtual key code and keyboard state. Build the key event
9045         string in exactly the same way as the X11 backend.
9046
9047         If an IME is being used, don't generate GDK events for keys
9048         between receiving WM_IME_STARTCOMPOSITION and
9049         WM_IME_ENDCOMPOSITION, as those keys are for the IME.
9050         
9051         For WM_IME_COMPOSITION, handle all the Unicode chars returned from
9052         the IME, not just the first one.
9053
9054         gdk_event_translate() is still quite complex, could split the
9055         message handler cases out into separate functions.
9056
9057         On mouse events, when the mouse is grabbed, use
9058         find_real_window_for_grabbed_mouse_event() in order to be able to
9059         generate correct crossing events.
9060         
9061         No longer take a pre-allocated GdkEvent as parameter. Instead,
9062         allocate events as needed and append them to the queue. (This is
9063         different from how gdk_event_translate() in the X11 backend
9064         works.) This change made the code much clearer, especially in the
9065         cases where we have to generate several GDK events for one Windows
9066         message.  Return FALSE if DefWindowProc() should be called, TRUE
9067         if not. If DefWindowProc() should not be called, also return the
9068         value to be returned from the window procedure.
9069
9070         (Previously, the interaction with gdk_event_translate()'s caller
9071         was much more complex, when we had to indicate whether the
9072         already-queued event should be left in the queue or removed, and
9073         in addition also had to indicate whether to call DefWindowProc()
9074         or not, and what value to return from the window procedure if
9075         not.)
9076
9077         Don't use a separate "private" variable required to be pointing to
9078         the GdkWindowObject of the "window" variable at all times. Just
9079         use casts, even if looks a bit uglier.
9080
9081         Notice destroyed windows as early as possible, and break out of
9082         the messsage switch.
9083
9084         Use _gdk_pointer_root as current_window when the pointer is
9085         outside GDK's top-level windows.
9086         
9087         On WM_INPUTLANGCHANGE, set _gdk_input_locale_is_ime as
9088         appropriate, based on ImmIsIME().
9089         
9090         (gdk_event_translate, gdk_event_send_client_message_for_display,
9091         gdk_screen_broadcast_client_message): Implement client messages.
9092         Use a registered Windows message to pass GDK client messages. Note
9093         that the amount of user data is restricted to four bytes, as it is
9094         carried in the LPARAM. (The WPARAM is used for the message type
9095         "atom".)
9096         
9097         (real_window_procedure): Adapt for new gdk_event_translate()
9098         interface.
9099
9100         * gdk/win32/gdkmain-win32.c (_gdk_windowing_init): Set
9101         _gdk_input_locale_is_ime initially.
9102
9103         * gdk/win32/gdkwindow-win32.c: Use g_object_ref()/unref() instead
9104         of g_colormap_ref()/unref().
9105
9106         (gdk_window_new): Made code a bit more like the X11 one, pretend
9107         to handle screens (although we just have one for now).
9108
9109         * gdk/x11/gdkevents-x11.c
9110         (gdk_event_send_client_message_for_display,
9111         gdk_screen_broadcast_client_message): Document the user data
9112         limitation on Win32.
9113
9114         * gdk/win32/gdkevents-win32.c (print_event): More complete enter
9115         and leave notify detail output.
9116
9117         * gdk/win32/gdkkeys-win32.c (update_keymap): Make dead keys
9118         visible to GDK and GTK. Store the corresponding GDK_dead_* keysym
9119         for those, so that the GtkIMContextCimple compose tables will
9120         work. Deduce if the keyboard layout has the AltGr key, and set the
9121         above flag accordingly.
9122
9123 2003-07-26  Matthias Clasen  <maclas@gmx.de>
9124
9125         * gtk/gtkwidget.c: Document DND signals.
9126
9127 2003-07-24  Matthias Clasen  <maclas@gmx.de>
9128
9129         * gtk/gtktextview.c (popup_targets_received): Make the "Input Methods"
9130         insensitive when editing isn't possible.  (#118150)
9131
9132 2003-07-23  Matthias Clasen  <maclas@gmx.de>
9133
9134         * gtk/gtkcolorsel.c (gtk_color_selection_init): Make the hue 
9135         spinbutton wrap.  (#118097, John Darrington)
9136
9137         * docs/faq/gtk-faq.sgml: Mention Xnest as a way to debug GTK+ apps. 
9138
9139 2003-07-20  Hans Breuer  <hans@breuer.org>
9140
9141         * makefile.msc : new file to build it all
9142         * Makefile.am : ... added to EXTRA_DIST
9143
9144         * gdk/makefile.msc gtk/stock-icons/makefile.msc 
9145           gtk/makefile.msc.in tests/makefile.msc : updated
9146
9147         * gdk/gdk.def gtk/gtk.def : export a bunch of new 
9148         functions
9149
9150         * gtk/gtkbbox.c : use g_return_val_if_fail() if
9151         there is a value to return
9152
9153         * gtk/gtkfontsel.c gtk/gtkiconfactory.c :
9154         static correctness
9155
9156         * gtk/gtkicontheme.c : ported to use GTimeVal instead of
9157         struct timeval and GTK_DATA_PREFIX instead of GTK_DATADIR
9158
9159         * gtk/gtkicontheme.c : use HAVE_LC_MESSAGES
9160
9161         * gtk/gtkimmulticontext.c : use gtkprivate.h
9162
9163         * gtk/stock-icons/stock_color_picker_25.png
9164           gtk/stock-icons/stock_jump_to_rtl_16.png
9165           gtk/stock-icons/stock_jump_to_rtl_24.png
9166           gtk/stock-icons/stock_redo_rtl_16.png
9167           gtk/stock-icons/stock_redo_rtl_24.png
9168           gtk/stock-icons/stock_undelete_rtl_16.png
9169           gtk/stock-icons/stock_undelete_rtl_24.png
9170           gtk/stock-icons/stock_undo_rtl_16.png :
9171           gtk/stock-icons/stock_undo_rtl_24.png :
9172         readded as binary
9173
9174 Sat Jul 19 22:39:24 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9175
9176         * gtk/gtktoolitem.c (gtk_tool_item_size_request): remove
9177         leftover request of {xy}thickness
9178
9179 Sat Jul 19 16:26:02 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9180
9181         * gtk/gtktoolbutton.c (gtk_tool_button_construct_contents): don't
9182         attempt to add a NULL icon to the box.
9183
9184 Sat Jul 19 12:13:20 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9185
9186         * gtk/gtknotebook.c (gtk_notebook_focus_in|out): only redraw tabs
9187         on focus in/out.
9188
9189 2003-07-19  Matthias Clasen  <maclas@gmx.de>
9190
9191         * gtk/gtkstock.h (GTK_STOCK_DIALOG_AUTHENTICATION): New stock id. 
9192         * gtk/gtkiconfactory.c (get_default_icons): Add
9193         stock_dialog_authentication_48.  (#65765) 
9194         * gtk/stock-icons/Makefile.am (VARIABLES2, IMAGES): Here too.
9195         * gtk/stock-icons/stock_dialog_authentication_48.png: New image.
9196
9197         * gtk/gtkbbox.h: 
9198         * gtk/gtkbbox.c (gtk_button_box_get_child_secondary): New
9199         function. (#64562) 
9200
9201 Sat Jul 19 00:18:40 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9202
9203         * gtk/gtkwindow.c (gtk_window_set_default_icon): Fix C99
9204         declaration
9205
9206         * gtk/gtkwidget.c (gtk_widget_queue_shallow_draw): new function
9207         (gtk_widget_real_focus_{in|out}_event): queue shallow draws
9208         instead of full draws.
9209
9210 2003-07-18  Matthias Clasen  <maclas@gmx.de>
9211
9212         * gtk/gtkwindow.c: Add properties decorated and gravity.  (#80234) 
9213
9214         * gtk/gtktextview.c (gtk_text_view_class_init): Add a new keybinding
9215         signal, move_viewport. 
9216         (gtk_text_view_move_viewport): New function which implements the
9217         move_viewport functionality. 
9218         (gtk_text_view_move_cursor_internal): If the cursor is not visible, move
9219         the viewport. (#78669) 
9220
9221         * gtk/gtkenums.h (GtkScrollStep): New enumeration, used for
9222         move_viewport argument. 
9223
9224         * gtk/gtkstatusbar.c (gtk_statusbar_class_init): Add a has_resize_grip
9225         property.  (#111779) 
9226
9227         * gtk/gtkwindow.h: 
9228         * gtk/gtkwindow.c (gtk_window_set_default_icon): New method.  (#95816)
9229
9230         * gtk/gtkmessagedialog.h:
9231         * gtk/gtkmessagedialog.c (gtk_message_dialog_add_buttons): New method.  
9232         (#65501, Sebastian Rittau)
9233
9234 Fri Jul 18 20:06:57 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9235
9236         * gtk/gtktextview.c (changed_handler): use
9237         gtk_widget_queue_resize_noredraw().
9238
9239 2003-07-16  Jody Goldberg <jody@gnome.org>
9240
9241         * gdk/x11/gdkwindow-x11.c (gdk_window_focus) : fix cut-n-paste-o
9242
9243 Fri Jul 18 19:55:50 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9244
9245         * gtk/gtkwidget.c (gtk_widget_queue_resize_no_redraw): Add this
9246         API. 
9247
9248 Fri Jul 18 18:43:01 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9249
9250         By popular request give toolbuttons a border.
9251         
9252         * gtk/gtktoolitem.c
9253         (gtk_tool_item_size_allocate):
9254         (gtk_tool_item_size_request): don't request and allocate a border
9255         around the child
9256
9257         * gtk/gtktoolbutton.c 
9258         (gtk_tool_button_size_allocate):
9259         (gtk_tool_button_size_request): remove these functions
9260
9261         * gtk/gtktoolbar.c 
9262         (gtk_toolbar_size_request):
9263         (gtk_toolbar_size_allocate): request and allocate a border if we
9264         have a shadow.
9265
9266 Thu Jul 17 19:24:51 2003  Kristian Rietveld  <kris@gtk.org>
9267
9268         Merged from stable.
9269
9270         Fixes issues pointed out by Morten Welinder in #115140.
9271
9272         * gtk/gtktreeview.c (gtk_tree_view_size_request): fix comment,
9273         (do_validate_rows): update validated_area with a logic OR instead
9274         of a bitwise OR,
9275         (validate_rows_handler): make the if statement match the one in
9276         validate_rows(), so we don't leak the timeout.
9277
9278 Thu Jul 17 19:12:02 2003  Kristian Rietveld  <kris@gtk.org>
9279
9280         Merged from stable.
9281
9282         * gtk/gtktreeview.c (gtk_tree_view_remove_widget): the treeview
9283         should only grab focus back if the "cell_editable" widget still
9284         has focus. (Fixes #110104, testcase provided by Marco Pesenti
9285         Gritti).
9286
9287 Thu Jul 17 19:06:34 2003  Kristian Rietveld  <kris@gtk.org>
9288
9289         Merged from stable.
9290
9291         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_realize_button):
9292         Don't set attr.event_mask twice, those things were meant to be
9293         ORred. (#115139, pointed out by Morten Welinder).
9294
9295 Thu Jul 17 16:11:21 2003  Kristian Rietveld  <kris@gtk.org>
9296
9297         Merged from stable.
9298
9299         * gtk/gtktreeview.c (gtk_tree_view_rows_reordered): stop editing
9300         if needed. (Fixes #115869, reported by Michael Natterer).
9301
9302 2003-07-15  Matthias Clasen  <maclas@gmx.de>
9303
9304         * gdk/x11/gdkcursor-x11.c (gdk_display_get_maximal_cursor_size):
9305         Fight against gtk-doc stupidity.
9306
9307 2003-07-13  Matthias Clasen  <maclas@gmx.de>
9308
9309         * gtk/gtkdnd.c (gtk_drag_begin): Rename parameter target_list back to 
9310         targets, to pacify gtk-doc.
9311
9312 Sun Jul 13 15:57:57 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9313
9314         * gtk/gtktoolbutton.c (gtk_tool_button_finalize): Fix leaks of
9315         label_text, label_widget and icon_widget. (#117312, 
9316         Christian Persch)
9317         
9318 Sun Jul 13 01:37:51 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9319
9320         * gtk/gtkmenu.c (gtk_menu_class_init): new properties
9321         "horizontal-offset" and "vertical-offset" that determines the
9322         position of the menu when it is a submenu. 
9323
9324         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu): position
9325         submenus according to new vertical- and horizontal-offset
9326         properties.
9327
9328 Sat Jul 12 16:16:04 2003  Kristian Rietveld  <kris@gtk.org>
9329
9330         Merged from stable.
9331
9332         * gtk/gtktreeview.c (gtk_tree_view_drag_data_received): special
9333         case drags to "0", scroll to the top after dropping. (Fixes #94968,
9334         reported by Alp Toker).
9335
9336 Sat Jul 12 16:08:32 2003  Kristian Rietveld  <kris@gtk.org>
9337
9338         Merged from stable.
9339
9340         * demos/gtk-demo/editable_cells.c (cell_edited): fixup bad
9341         code (#115784, Owen Taylor).
9342
9343 Sat Jul 12 16:01:03 2003  Kristian Rietveld  <kris@gtk.org>
9344
9345         Merged from stable.
9346
9347         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_set_property):
9348         free the old text and extra_attrs *after* we parsed the new
9349         markup string. (Fixes #114485, reported by Owen Taylor).
9350
9351 Sat Jul 12 15:51:33 2003  Kristian Rietveld  <kris@gtk.org>
9352
9353         Merged from stable.
9354
9355         Fixes #113904, testcase provided by Rene Seindal.
9356
9357         * gtk/gtktreeview.c (gtk_tree_view_button_press): set
9358         pressed_button to -1 when a row has been activated,
9359         (gtk_tree_view_motion_bin_window): only start a drag if there's
9360         a button being pressed.
9361
9362 Sat Jul 12 15:51:18 2003  Kristian Rietveld  <kris@gtk.org>
9363
9364         Merged from stable.
9365
9366         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): use
9367         gdk_window_get_pointer instead of gdk_display_get_window_at_pointer
9368         to avoid a roundtrip (#110272, Owen Taylor).
9369
9370 Sat Jul 12 15:28:26 2003  Kristian Rietveld  <kris@gtk.org>
9371
9372         Merged from stable.
9373
9374         This patch really really fixes scrolling. Related bugs: #81627,
9375         testcase provided by Timo Sirainen, #111500, testcase provided by
9376         manu, #113241, reported by Pedro Gimeno/Michael Natterer.
9377
9378         * gtk/gtktreeview.c (validate_visible_area): scrolling to a dy
9379         which is equal to the lower border of the window means scrolling
9380         to an invisible row, always update the dy when scrolling to an
9381         invisible row, corrected area_above/below calculations for
9382         invisible rows, when walking the tree correct the size
9383         subtracted for invalidated rows, fix wrong logic in comment.
9384
9385 2003-07-11  Matthias Clasen  <maclas@gmx.de>
9386
9387         * gtk/gtkicontheme.c (pixbuf_supports_svg): Use g_strfreev() to free
9388         mime_types.  (#117219, Steve Chaplin)
9389
9390 Tue Jul  8 20:11:04 2003  Owen Taylor  <otaylor@redhat.com>
9391
9392         * gdk/x11/gdkevents-x11.c (get_real_window)
9393         gdk/x11/gdkinput-x11.c (_gdk_input_common_init)
9394         gdk/x11/gdkimage-x11.c (_gdk_windowing_image_init)
9395         gdk/x11/gdkprivate-x11.h (_gdk_windowing_image_init)
9396         Don't assume that all events start with XEventAny - Xkb events
9397         don't! (#105745). So, only do that for core events, and for
9398         non-core events, add a system for registering event types
9399         that start with XEventAny.
9400
9401         * gdk/x11/gdkevents-x11.c (gdk_event_translate):
9402         Check to see if the result of gdk_window_lookup_for_display()
9403         is actually a window.
9404
9405 Fri Jul 11 20:48:14 2003  Kristian Rietveld  <kris@gtk.org>
9406
9407         * gtk/gtktreemodel.c (gtk_tree_path_free): make the path != NULL
9408         check a silent assert, so it follows the g_free() behaviour.
9409
9410 2003-07-11  Matthias Clasen  <maclas@gmx.de>
9411
9412         * gtk/gtkstatusbar.c (gtk_statusbar_init): Center statusbar contents 
9413         vertically.  (#109823, Joe Shaw)
9414
9415 2003-07-11  Morten Welinder  <terra@gnome.org>
9416
9417         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_pixbuf): Fix memory
9418         access error.  (#69436)
9419
9420 Fri Jul 11 14:32:43 2003  Kristian Rietveld  <kris@gtk.org>
9421
9422         Landing GtkTreeModelFilter and the completion code. (Test program
9423         and documentation will follow next week).
9424
9425         * gtk/gtkcellayout.[ch], gtk/gtkentrycompletion.[ch],
9426         gtk/gtktreemodelfilter.[ch], gtk/gtkentryprivate.h: new files.
9427
9428         * gtkentry.[ch]: added gtk_entry_{get,set}_completion, wrote
9429         necessary code to hook up completion.
9430
9431         * gtktreeviewcolumn.c: made GtkTreeViewColumn implement the new
9432         GtkCellLayout interface.
9433
9434         * gtkmarshalers.list: added BOOLEAN:OBJECT,BOXED.
9435
9436         * gtk/gtk.h, gtk/Makefile.am, po/POTFILES.in: all updated for the new
9437         source files.
9438
9439 Wed Jul  9 19:48:26 2003  Kristian Rietveld  <kris@gtk.org>
9440
9441         Merge from stable.
9442
9443         * gdk/gdkdisplay.c (gdk_display_get_window_at_pointer): don't
9444         directly return from ->window_at_pointer, but set win_x and win_y
9445         first if needed. (Fixes #110166, reported by Arno Charlet).
9446
9447         * gdk/gdkwindow.c (gdk_window_get_composite_drawable): change
9448         function to accept GdkDrawables and not just GdkWindows. This was
9449         already done in some other functions a while back, but this patch
9450         got lost for some reason.
9451
9452 2003-07-09  Matthias Clasen  <maclas@gmx.de>
9453
9454         * gtk/gtkcontainer.c (gtk_container_focus_sort_tab): Consider the text
9455         direction when sorting children.  (#116540, Soeren Sandmann)
9456
9457 Tue Jul  8 17:36:21 2003  Owen Taylor  <otaylor@redhat.com>
9458
9459         * gdk/x11/gdkasync.[ch] gdk/gdkdnd-x11.c: 
9460         Change _gdk_x11_send_xevent_async() to 
9461         _gdk_x11_send_client_message_async() avoid using Xlib
9462         internals that are different on Solaris. 
9463         (#116917, Morten Welinder)
9464
9465 2003-07-08  Matthias Clasen  <maclas@gmx.de>
9466
9467         * gtk/gtkcontainer.c (gtk_container_remove): Doc addition.
9468         (#116501, Doug Quale)
9469
9470 Tue Jul  8 21:35:22 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9471
9472         * gtk/gtktoggletoolbutton.h: remove strange #define
9473         * gtk/gtktoolbutton.h: fix cut'n'paste error
9474         * gtk/gtktoolbutton.c (gtk_tool_button_init): use instance
9475         private data
9476         * gtk/gtktoolitem.c (gtk_tool_item_class_init): use instance
9477         private data instead of g_new0()
9478         * gtk/gtktoggletoolbutton.c (gtk_toggle_tool_button_init): use
9479         instance private data
9480
9481 Tue Jul  8 21:10:14 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9482
9483         * gtk/gtkbutton.c (gtk_button_realize): remove GDK_EXPOSURE_MASK
9484         for INPUT_ONLY window
9485         * gtk/gtkmenuitem.c (gtk_menu_item_realize): same
9486         * gtk/gtknotebook.c (gtk_notebook_realize): same
9487         * gtk/gtkexpander.c (gtk_expander_realize): same
9488         * gtk/gtkrange.c (gtk_range_realize): same
9489
9490         Fix #116303
9491
9492 Tue Jul  8 19:57:14 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9493
9494         * gtk/gtkstyle.c (gtk_default_draw_arrow): remove correction on x
9495         when detail is "menuitem". With the new menu look is isn't needed
9496         anymore.
9497
9498         * gtk/gtktoolitem.c (gtk_tool_item_toolbar_reconfigured): queue a
9499         resize here, so that tool items will get a chance to relayout
9500         themselves based on the toolbar configuration.
9501
9502         change DEFAULT_SPACE_SIZE to 4 instead of 5
9503
9504         * gtk/gtktoolbar.c 
9505         Get rid of "!GTK_BIN (item)->child means separator". Separators
9506         are widgets in their own right
9507
9508         change DEFAULT_SPACE_SIZE to 4 instead of 5
9509         
9510         (get_space_size): remove this function
9511         (toolbar_item_is_homogeneous): new function
9512
9513         * gtk/gtkseparatortoolitem.c
9514         (gtk_separator_tool_item_size_request): new function.
9515
9516 Tue Jul  8 14:10:35 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9517
9518         * gtk/gtktoggletoolbutton.h: use private data, add new
9519         internal function _gtk_toggle_tool_button_get_button()
9520
9521         * gtk/gtktoolbutton.h: move to private data
9522
9523         * gtk/gtkradiotoolbutton.c, gtk/gtktoolbutton.c: updates for new
9524         private data.
9525
9526 Tue Jul  8 12:50:20 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9527
9528         * gtk/gtktoolbutton.c (gtk_tool_button_get_icon_widget): fix a
9529         type check, (#116947, Krasimir Angelov)
9530
9531         * gtk/gtktoolbar.c: Use new GtkToolItem accessors.
9532         
9533         * gtk/gtktoolitem.[ch]: Use a private struct to hold the instance
9534         data. Not instance private data yet, because of bug 116921.
9535
9536         * gtk/gtktoolitem.h: new accessors:
9537                 gtk_tool_item_get_homogeneous ()
9538                 gtk_tool_item_get_expand ()
9539                 gtk_tool_item_get_pack_end ()
9540                 gtk_tool_item_get_use_drag_window ()
9541
9542 Mon Jul  7 16:50:32 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9543
9544         * gtk/gtkcellrenderertext.c
9545         (gtk_cell_renderer_text_class_init): remove accidentally committed
9546         debugging spew
9547
9548         * gtk/gtktoolbar.c
9549         (gtk_toolbar_paint_space_line): remove this function
9550         (gtk_toolbar_expose): always propagate expose, even if the item is
9551         a separator item
9552
9553         * gtk/gtkseparatortoolitem.c
9554         (gtk_separator_tool_item_expose): moved here from gtktoolbar.c
9555         (get_space_size): new function.
9556         (get_space_style): new function
9557
9558 Sun Jul  6 13:00:20 2003  Owen Taylor  <otaylor@redhat.com>
9559
9560         * gtk/gtkdnd.c (_gtk_drag_source_handle_event)
9561         * gtk/gtkdnd.c (gtk_drag_begin_internal):  Remove use
9562         of GDK_POINTER_MOTION_HINT_MASK.
9563
9564         * gtk/gtkdnd.c (gtk_drag_update_idle): Move updating
9565         of the drag into an idle as a superior form of 
9566         expose compression.
9567
9568         * gtk/gtkdnd.c (gtk_drag_begin_internal): Move default icon
9569         creation here, so that we have an icon at the start
9570         of the drag (e.g., when retrieving the window cache
9571         information.)
9572
9573 Sun Jul  6 17:21:23 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9574
9575         * docs/widget_geometry.txt: better drawing of GtkMenuItem
9576         * docs/widget_geometry.txt: add notes about GtkMenu
9577         * gtk/gtkstyle.c: remove leftover "#include "gtkhandlebox.h""
9578
9579 Sat Jul  5 10:34:00 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9580
9581         * gtk/gtkmenu.c: add vertical_padding style property.
9582         
9583         * gtk/gtkmenuitem.c: add style properties toggle_spacing,
9584         arrow_spacing and horizontal_padding. Also center separators and
9585         make them a bit taller.
9586
9587         * gtk/*menuitem.c: use new style properties.
9588         
9589         * docs/widget_geometry.txt: Add note about GtkMenuItem
9590
9591         * gtk/gtkstyle.c 
9592         (gtk_default_draw_vline, gtk_default_draw_hline):
9593         fix +/-1 errors. 
9594
9595         (gtk_default_draw_shadow): draw a black border around menus.
9596
9597         * gtk/gtkvseparator, gtk/gtkhseparator.c, gtk/gtkmenuitem.c: fix
9598         calls to gtk_paint_hline() and gtk_paint_vline() (they take x1,
9599         x2 and y1, y2 respectively, not x, width and y, height).
9600
9601 Sat Jul  5 09:55:38 2003  Owen Taylor  <otaylor@redhat.com>
9602
9603         * gdk/x11/gdkdnd-x11.c (precache_target_list): Lookup
9604         all the atoms in the target list at once.
9605
9606         * gdk/x11/gdkdnd-x11.c (gdk_drag_get_protocol_for_display):
9607         Local drag short-circuit.
9608
9609         * gdk/x11/gdkdnd-x11.c (gdk_drag_motion): For the
9610         local case, poke the actions in directly instead of
9611         going through xdnd_set_actions.
9612
9613         * gdk/x11/gdkdnd-x11.c (xdnd_read_actions): Short-circuit
9614         the local case.
9615
9616         * gdk/x11/gdkdnd-x11.c (xdnd_manage_source_filter): Don't
9617         XSelectInput()/add a filter if the drag is local.
9618
9619         * gdk/x11/gdkdnd-x11.c (gdk_drag_get_selection): 
9620         Simplify handling of "XdndSelection".
9621
9622         * gdk/x11/gdkevents-x11.c
9623         (gdk_event_send_client_message_to_all_recurse): Somehow,  
9624         a WM_STATE => _NET_WM_STATE change hand been made here.
9625
9626         * gdk/x11/gdkproperty-x11.c (_gdk_x11_precache_atoms): Free
9627         xatom_names, not atom_names.
9628
9629         * tests/testdnd.c (target_drag_motion): Make the trashcan
9630         open again. (Got lost in deprecation cleanup.)
9631
9632 Sat Jul  5 00:49:32 2003  Owen Taylor  <otaylor@redhat.com>
9633
9634         * gtk/gtkdnd.c (gtk_drag_begin): Move the grabs up
9635         earlier, so we don't get a big pile of uncompressed
9636         motion events before the grab takes effect.
9637
9638         * gtk/gtkdnd.c (gtk_drag_update_icon): Call 
9639         gdk_window_process_all_updates() so that the area
9640         we are dragging over gets a change to redraw.
9641
9642         * gtk/gtkdnd.c (_gtk_drag_dest_handle_event): Use 
9643         gdk_window_get_position(), not gdk_window_get_origin().
9644
9645         * gdk/x11/gdkwindow-x11.[ch] (gdk_window_have_shape_ext)
9646         gdkdisplay-x11.h: use XShapeQueryExtension to 
9647         avoid duplicate XQueryExtension when we actually
9648         use it. Remove unnecessary caching in GdkDisplayX11.
9649
9650 Fri Jul  4 23:49:22 2003  Owen Taylor  <otaylor@redhat.com>
9651
9652         * gdk/x11/gdkasync.[ch] (_gdk_x11_get_window_child_info): 
9653         Function to get a range of information about all the
9654         children of a window in a single pass.
9655
9656         * gdk/x11/gdkdnd-x11.c (get_client_window_at_coords_recurse)
9657         gdk/x11/gdkdnd-x11.c (gdk_window_cache_new): Use
9658         _gdk_x11_get_window_child_info() to greatly reduce
9659         the number of roundtrips.
9660
9661 Fri Jul  4 22:57:18 2003  Owen Taylor  <otaylor@redhat.com>
9662
9663         * gdk/x11/gdkasync.[ch] (_gdk_send_xevent_async): Add
9664         a function to XSendEvent() and call a calback on
9665         failure/success.
9666
9667         * gdk/x11/gdkdnd-x11.c (xdnd_send_xevent): Short-circuit
9668         messages to the same process, use _gdk_send_xevent_async().
9669
9670 Fri Jul  4 22:26:27 2003  Owen Taylor  <otaylor@redhat.com>
9671
9672         * gdk/x11/gdkwindow-x11.[ch] gdkevents-x11.c: Split
9673         toplevel-specific pieces of GdkWindowImplX11 into
9674         a separate GdkToplevelX11 structure.
9675
9676 Fri Jul  4 22:05:09 2003  Owen Taylor  <otaylor@redhat.com>
9677
9678         * gdk/x11/gdkasync.c (struct _SetInputFocusState): Fix
9679         some leftover fields.
9680
9681 Fri Jul  4 15:57:52 2003  Owen Taylor  <otaylor@redhat.com>
9682
9683         * gdk/x11/gdkevents-x11.c (gdk_wm_protocols_filter):
9684         Use asynchronously _gdk_x11_set_input_focus_safe
9685         to avoid having to trap errors and XSync().
9686
9687         * gdk/x11/gdkwindow-x11.c (gdk_window_focus): Use
9688         _gdk_x11_set_input_focus_safe() here as well.
9689
9690         * gdk/x11/gdkevents-x11.c (gdk_check_wm_state_changed):
9691         Rework handling of property notifies on _NET_WM_STATE
9692         so that we ignore _NET_WM_DESKTOP notifies unless we
9693         really care.
9694
9695         * gdk/x11/gdkimage-x11.c (gdk_image_check_xshm): Use
9696         XShmQueryExtension() rather than XQueryExtension() to
9697         avoid extra rountrip.
9698
9699         * gdk/x11/gdkwindow-x11.c (_gdk_windowing_window_init):
9700         Remove unused call to XGetWindowAttributes()
9701         
9702         * gdk/x11/gdkdisplay-x11.c (gdk_display_open): Remove
9703         unused call to XGetKeyboardControl().
9704
9705         * gdk/x11/gdkdisplay-x11.c gdk/gdk.def (gdk_display_flush):
9706         Add (#99571)
9707
9708         * gdk/win32/gdkevents-win32.c gdk/linux-fb/gdkevents-fb.c 
9709         No-op implementations of gdk_display_flush().
9710
9711         * gdk/gdkwindow.c (gdk_window_process_all_updates): Use
9712         gdk_display_flush() rather than gdk_flush() to avoid
9713         XSync().
9714         
9715         * gdk/x11/gdkwindow-x11.c (update_wm_hints)
9716         gdk/x11/gdkwindow-x11.h: Centralize all handling of WM_HINTS here
9717         so that we don't have to get the property back from the server.
9718
9719         * gdk/x11/gdkwindow-x11.c (show_window_internal): Store
9720         the serial of when we map a toplevel to allow optimizing
9721         out notifies on _NET_WM_STATE/_NET_WM_DESKTOP.
9722
9723         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Don't
9724         XTranslateCoordinates() for override-redirect windows.
9725
9726 Fri Jul  4 15:59:27 2003  Owen Taylor  <otaylor@redhat.com>
9727
9728         * gdk/x11/gdkwindow-x11.c (gdk_window_set_group): Remove comment
9729         about setting window group after the window is mapped from docs
9730         - nothing the ICCCM forbids that.
9731
9732         * gdk/x11/gdkcursor-x11.c (gdk_display_get_maximal_cursor_size):
9733         Fix g_return_val_if_fail() in void return function.
9734
9735         * configure.in: Fix misplaced comma that was resulting
9736         in XShm always being disabled.
9737
9738 Fri Jul  4 19:55:49 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9739
9740         * tests/stresstest-toolbar: remove this accidentally committed
9741         file.
9742         
9743         * tests/stresstest-toolbar.c: really add this new test
9744
9745 Fri Jul  4 19:06:31 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9746
9747         * tests/stresstest-toolbar.c: new test for removing items
9748         
9749         * tests/testtoolbar.c: add a popup menu
9750
9751         * gtk/gtkcontainer.c (gtk_container_remove): add hack to avoid
9752           assert widget->parent == container when the container is a
9753           toolbar.
9754
9755         * gtk/gtktoolbar.c (gtk_toolbar_remove_tool_item): Make much
9756         simpler. Also make correct.
9757
9758         * gtk/gtktoolbar.c (gtk_toolbar_button_press): make
9759         popup_context_menu a boolean handled signal.
9760
9761 2003-07-04  Tor Lillqvist  <tml@iki.fi>
9762
9763         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_polygon,
9764         gdk_win32_draw_segments, gdk_win32_draw_lines): We can calculate
9765         the width and height of the bounding rectangle only after the
9766         minumum x and y have been found, and need a separate loop for
9767         it. Thanks to Bruce Hochstetler for providing a sample program
9768         exhibiting the bug.
9769
9770 2003-07-03  Tor Lillqvist  <tml@iki.fi>
9771
9772         * gdk/gdk.def: Add gdk_string_to_compound_text_for_display.
9773         (#116537, Peter Zelezny)
9774
9775 Thu Jul  3 03:13:20 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9776
9777         * gtk/gtkpaned.c (gtk_paned_set_child_property): Insert cast to
9778         fix warning. Assign something to old_value to quiet gcc
9779
9780         * gtk/gtkcalendar.c 
9781         (start_spinning): gtk_timeout_add->g_timeout_add
9782
9783         * gtk/gtkicontheme.c 
9784         (theme_lookup_icon): Make it compile (remove double semicolon)
9785
9786         * gtk/gtktoolbutton.c
9787         (gtk_tool_button_class_init): Long comment about properties.
9788         (gtk_tool_button_class_init): Improve text for "use_underline"
9789         property
9790         (gtk_tool_button_create_menu_proxy): Fix up to use_mnemonic based
9791         on whether the passed-in label has use_mnemonic set
9792         (gtk_tool_button_create_menu_proxy): Split image cloning out in
9793         new function. Make that function also handle image with pixbuf
9794         storage.
9795         (gtk_tool_button_construct_contents): Use gtk_widget_destroy()
9796         instead of gtk_container_remove().
9797         (gtk_tool_button_construct_contents): Fix eliding bug
9798
9799         * gtk/gtktoolbar.c
9800         (gtk_toolbar_finalize): New function. Unref tooltips, pointed out
9801         by Morten Welinder
9802         (gtk_toolbar_button_press): Make popup_context_menu signal provide
9803         coordinates and button number
9804
9805         * tests/testtoolbar.c (main): Add new pixbuf toolbutton
9806
9807         * tests/apple-red.png: new file
9808
9809 Wed Jul  2 18:00:56 2003  Owen Taylor  <otaylor@redhat.com>
9810          
9811         * gtk/gtkicontheme.[ch]: Implement a loader for
9812         named themed icon based on from gnome-desktop library
9813         by Alex Larsson.
9814
9815         * gtk/gtkiconthemeparser.[ch]: .ini file parsing code
9816         from gnome-desktop.
9817
9818         * gtk/gtkiconfactory.[ch]: Add
9819         gtk_icon_source_set/get_icon_name() to allow stock icons
9820         to be based off of named theme icons.
9821
9822         * gtk/gtkiconfactory.c: Rework sources so that the source
9823         is *either* a pixbuf, or a filename, or an icon name,
9824         instead of the pixbuf/filename mix it was before. Put a
9825         workaround for get_pixbuf() so that it can return the
9826         filename pixbuf, e.g, for render_icon().
9827
9828         * gtk/gtkiconfactory.c: Make the default setup use
9829         themed icons, and add builtin icons to the default
9830         icon theme for all the standard pixbufs, so we
9831         don't rely on actually having an icon theme on disk.
9832
9833         * gtk/gtkrc.c: Add support for @"icon-name" to specify
9834         a themed icon for a stock icon source.
9835
9836         * tests/Makefile.am test/testicontheme.c: Add a test
9837         program from gnome-desktop.
9838
9839         * gdk/x11/gdkevents-x11.c gtk/gtksettings.c: Add
9840         Net/IconThemeName / gtk-icon-theme-name setting.
9841
9842         * gtk/gtkiconfactory.c (ensure_cache_up_to_date): Actually
9843         update the icon cache serial so we don't continually
9844         think we are out-of-date.
9845
9846         * gtk/gtkwidget.c: Fix a couple of references in doc comments 
9847         to ::direction_set that should have been to ::direction-changed
9848
9849 Wed Jul  2 14:45:41 2003  Owen Taylor  <otaylor@redhat.com>
9850
9851         * gtk/gtktoolbar.c (gtk_toolbar_realize): Attach the
9852         style to the widget.
9853
9854 Wed Jul  2 15:42:26 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9855
9856         * gtk/gtk.h: Add new toolbar headers
9857
9858         * tests/testtoolbar.c: new file
9859
9860         * tests/Makefile.am (noinst_PROGRAMS): Add testtoolbar.c
9861
9862         * gtk/gtkexpander.c (gtk_expander_class_init): Make it compile
9863
9864 Tue Jul  1 22:49:25 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9865
9866         * gtk/gtktoolbar.c:
9867         (gtk_toolbar_remove_tool_item): Fix bug where list is changed
9868         inside a for loop (pointed out by Morten Welinder).
9869         (gtk_toolbar_focus_home_or_end): Minor formatting change
9870
9871         Comments from Owen:
9872
9873         * gtk/gtktoolbutton.c: remove copy of elide_underscores(). Use
9874         gtk_toolbar_elide_underscores instead.
9875
9876         * gtk/gtktoolbar.c: rename signal from focus_ends to
9877         focus_home_or_end.
9878         (_gtk_toolbar_elide_underscores): export this as an internal
9879         function.
9880         (gtk_toolbar_move_focus): add comment explaining difference to
9881         gtk_toolbar_focus();
9882         (gtk_toolbar_list_children_in_focus_order): Make TAB_FORWARD and
9883         TAB_BACKWARD focus the right widgets in RTL mode
9884
9885         * gtk/gtktoolbutton.c (gtk_tool_button_new): Change to take
9886         "label" and "icon" parameters
9887
9888         * gtk/gtktoolbutton.[ch]: remove icon_set property.
9889
9890 2003-07-01  Matthias Clasen  <maclas@gmx.de>
9891
9892         * gtk/gtkspinbutton.c (gtk_spin_button_set_digits): Improve docs.
9893         (116364, Morten Welinder) 
9894
9895         * tests/testgtk.c: Use GtkFontButton and GtkColorButton to bring up the
9896         corresponding dialogs.
9897
9898         * gtk/Makefile.am (gtk_public_h_sources): Add gtkfontbutton.h,
9899         gtkcolorbutton.h.  
9900         (gtk_c_sources): Add gtkfontbutton.c, gtkcolorbutton.c. 
9901
9902         * gtk/gtkfontbutton.[hc]: New files containing a font picker widget. 
9903
9904         * gtk/gtkcolorbutton.[hc]: New files containing a color picker widget. 
9905
9906         * gtk/gtk.h: Include gtkexpander.h, gtkfontbutton.h, gtkcolorbutton.h.
9907
9908         * gtk/gtkexpander.c: Small additions to the docs. 
9909
9910 2003-07-01  Tor Lillqvist  <tml@iki.fi>
9911
9912         * gdk/win32/gdkwindow-win32.c (_gdk_windowing_window_get_pointer):
9913         WindowFromPoint() wants screen coordinates (#115422, Tim Evans).
9914
9915 2003-07-01  Matthias Clasen  <maclas@gmx.de>
9916
9917         * configure.in: Check for Xcursor.
9918         
9919         * gdk/x11/gdkcursor-x11.c:
9920         * gdk/gdkdisplay.h: 
9921         * gdk/gdkcursor.h: RGBA cursor support based on Xcursor. New functions:
9922         gdk_cursor_new_from_pixbuf(), gdk_display_supports_cursor_alpha(), 
9923         gdk_display_supports_cursor_color(),
9924         gdk_display_get_default_cursor_size() and 
9925         gdk_display_get_maximal_cursor_size().  (#69436)
9926
9927 2003-06-30  Tor Lillqvist  <tml@iki.fi>
9928
9929         * gdk/win32/gdkdnd-win32.c (find_window_enum_proc): New function,
9930         callback proc for EnumWindows().
9931         (gdk_drag_find_window_for_screen): Actually take the drag_window
9932         argument into account: Instead of using WindowFromPoint(), use
9933         EnumWindows(), to be able to skip the drag_window. (#116320, Tony
9934         M Brown, Herman Bloggs)
9935
9936         * gdk/win32/*.c: Replace gdk_drawable_ref()/unref() and
9937         gdk_window_ref()/unref() calls with g_object_ref()/unref().
9938         Consistently use %p format in debugging output of pointers and
9939         HANDLEs.
9940
9941 2003-06-30  Mark McLoughlin  <mark@skynet.ie>
9942
9943         * gtk/gtkexpander.h: kill some stray characters
9944         breaking the build.
9945
9946 2003-06-30  Mark McLoughlin  <mark@skynet.ie>
9947
9948         Add GtkExpander. See discussion in bug #60553.
9949
9950         * gtk/gtkexpander.[ch]: add.
9951         
9952         * gtk/Makefile.am: build gtk-expander.[ch].
9953         
9954         * docs/widget_geometry.txt: add info on the layout
9955         of GtkExpander.
9956
9957 Mon Jun 30 01:20:19 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9958
9959         * gtkradiotoolbutton.c:         new file
9960         * gtkradiotoolbutton.h:            "
9961         * gtktoggletoolbutton.c:           "
9962         * gtktoggletoolbutton.h:           "
9963         * gtktoolbutton.c:                 "
9964         * gtktoolbutton.h:                 "
9965         * gtktoolitem.c:                   "
9966         * gtktoolitem.h:                   "
9967         * gtktoolbar.c: many changes
9968         * gtktoolbar.h: many changes
9969         * gtkseparatortoolitem.c:       new file
9970         * gtkseparatortoolitem.h           "
9971
9972         New toolbar.
9973         
9974         - Items on a toolbar are now separate widgets, instances of a
9975           subclass of GtkToolItem.
9976
9977         - Items there aren't room for on the toolbar are unmapped, and an
9978           overflow menu with a proxy menu item is added instead.
9979
9980         - The toolbar is keyboard navigatable. Press TAB to focus the
9981           first item, then use arrow keys and Ctrl TAB to move around the
9982           toolbar. TAB moves focus out of the toolbar.
9983
9984         - Bascially all of the old toolbar API is deprecated in favor of
9985           new API in gtktoolbar.h, gtktoolitem.h, gtktoolbutton.h
9986
9987         - The toolbar is backwards compatible with the old toolbar.
9988
9989 2003-06-29  Matthias Clasen  <maclas@gmx.de>
9990
9991         * gtk/gtkwidget.c (gtk_widget_class_init): Remove a duplicate parameter
9992         from docs, some more formatting fixes. 
9993
9994 2003-06-28  Tor Lillqvist  <tml@iki.fi>
9995
9996         Fix for #111028, thanks to J. Ali Harlow, who writes:
9997         I found that the GdkPixmap->GdkImage reference really isn't
9998         important. It's only really there to have somewhere convenient to
9999         store the location of the pixel data in the pixmap and as an easy
10000         way of accessing the dimensions of that data. I have therefore put
10001         together a fix which removes this reference entirely which seems
10002         to solve the problem.
10003
10004         * gdk/win32/gdkpixmap-win32.h (struct _GdkPixmapImplWin32):
10005         Instead of a pointer to a GdkImage, keep a pointer to the pixels
10006         directly.
10007
10008         * gdk/win32/gdkimage-win32.c (_gdk_win32_setup_pixmap_image): Remove.
10009         (_gdk_win32_new_image): New function, replacing the above. Creates
10010         a GdkImage without any associated GdkPixmap.
10011         (gdk_image_new_bitmap, _gdk_image_new_for_depth): Use it instead.
10012
10013         * gdk/win32/gdkprivate-win32.h: Remove from here, too.
10014
10015         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new_from_pixmap)
10016         * gdk/win32/gdkdrawable-win32.c (blit_from_pixmap)
10017         * gdk/win32/gdkgc-win32.c (_gdk_win32_bitmap_to_hrgn)
10018         * gdk/win32/gdkmain-win32.c (_gdk_win32_drawable_description):
10019         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_impl_win32_finalize,
10020         gdk_pixmap_new, gdk_bitmap_create_from_data, gdk_pixmap_foreign_new)
10021         Corresponding changes.
10022
10023 Thu Jun 26 21:41:16 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
10024
10025         * gtk/gtktreeviewcolumn.c
10026         (gtk_tree_view_column_cell_set_cell_data): only set "is_expander"
10027         and "is_expanded" if the new value is different fromt he old one.
10028
10029 Wed Jun 25 18:59:15 BST 2003  Tony Gale <gale@gtk.org>
10030
10031         * docs/faq/gtk-faq.sgml: Fix typos. Update
10032         thread example I missed yesterday.
10033
10034 2003-06-24  Matthias Clasen  <maclas@gmx.de>
10035
10036         * gtk/gtkspinbutton.c (gtk_spin_button_class_init): Add a blurb for
10037         shadow_type. 
10038
10039         * gtk/gtkwidget.c (gtk_widget_class_install_style_property_parser): 
10040         (gtk_widget_class_list_style_properties): Use same parameter names as in  
10041         header (to silence gtk-doc).
10042
10043         * gtk/gtkalignment.c (gtk_alignment_[gs]et_padding): Fix doc comments.
10044
10045 Tue Jun 24 20:00:45 BST 2003  Tony Gale <gale@gtk.org>
10046
10047         * docs/faq/gtk-faq.sgml: Thread support updates
10048         from Owen. Various suggestions from Steve Chaplin.
10049
10050 2003-03-24  Mohammad DAMT  <mdamt@bisnisweb.com>
10051
10052         * po/id.po: Updated Indonesian translation
10053
10054 2003-06-21  Tor Lillqvist  <tml@iki.fi>
10055
10056         * gdk/win32/gdkevents-win32.c (gdk_event_translate): When
10057         emulating X11's automatic grab on button down, pass owner_events
10058         as FALSE. According to the XLib spec, automatic grabs use True for
10059         owner_events when OwnerGrabButtonMask is selected, and I don't see
10060         the X11 backend doing that. (#82497, #91619, #92835, #107322, #110271)
10061         (find_window_for_pointer_event): Improve debugging output.
10062
10063 2003-06-17  Tor Lillqvist  <tml@iki.fi>
10064
10065         * gtk-zip.sh.in (DLLDIR): Look for DLLs also in the bin
10066         subdirectory, where libtool 1.5 installs them.
10067
10068         * README.win32: Point to FSF's binary Win32 distribution of
10069         gettext-runtime.
10070
10071 2003-06-17  Matthias Clasen  <maclas@gmx.de>
10072
10073         * acinclude.m4 (JH_PATH_XML_CATALOG, JH_CHECK_XML_CATALOG): New
10074         macros to check for XML catalog contents and path, borrowed from
10075         gtk-doc. 
10076         * configure.in: New option --enable-man to enable regeneration of
10077         man pages from Docbook, if the necessary tools are found.
10078
10079 2003-06-15  Matthias Clasen  <maclas@gmx.de>
10080
10081         * gtk/gtkcalendar.c (gtk_calendar_class_init): 
10082         * gtk/gtknotebook.c (gtk_notebook_class_init): 
10083         * gtk/gtkalignment.c (gtk_alignment_class_init): 
10084         * gtk/gtkpaned.c (gtk_paned_class_init): Document new properties
10085         as 2.4 additions.
10086
10087         * gtk/gtkwidget.c (gtk_widget_class_init): Move inline signal docs 
10088         to the proper place, immediately before the g_signal_new() call.
10089
10090         * gtk/gtktextiter.h: Make the flags-nature of GtkTextSearchFlags 
10091         more obvious.  (#115122, Jeff Franks)
10092
10093 2003-06-12  Anders Carlsson  <andersca@codefactory.se>
10094
10095         * gtk/gtkwidget.c: (event_window_is_still_viewable):
10096         Special case pixmaps. (#114880)
10097         
10098 2003-06-12  Matthias Clasen  <maclas@gmx.de>
10099
10100         * gtk/gtkwidget.c: Document child-notify and drag-data-received
10101         signals. Owen, we need to figure out where the best place for
10102         these comments in the source is. I currently put them in front of
10103         the signals enum.
10104
10105 2003-06-11  Matthias Clasen  <maclas@gmx.de>
10106
10107         * gtk/gtkdnd.c (gtk_drag_check_threshold): s/threshhold/threshold/.
10108
10109 Thu Jan 12 01:01:19 2003  Kristian Rietveld  <kris@gtk.org>
10110
10111         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_process_action):
10112         silly typo fix. s/seperator/separator/. This gets rid of the
10113         assert spam when using TreeView.
10114
10115 Tue Jun 10 11:23:48 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
10116
10117         * modules/input/gtkimcontextxim.c (xim_instantiate_callback): New
10118         function for XIM instantiate callback.
10119         * modules/input/gtkimcontextxim.c (xim_info_try_im): New function
10120         where call to XOpenIM() or XRegisterIMInstantiateCallback() is
10121         actually made.
10122         * modules/input/gtkimcontextxim.c (xim_destroy_callback): New function
10123         for XIM's destroy callback.
10124         * modules/input/gtkimcontextxim.c (get_im): add a check if info->im 
10125         is set or not - if it's not set, call xim_info_try_im() to try to
10126         initiaize it.
10127         * modules/input/gtkimcontextxim.c (reinitialize_ic): reset
10128         filter_key_release flag of the context.
10129         * modules/input/gtkimcontextxim.c (get_ic_real): removed
10130         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_get_ic): move
10131         code from the removed get_ic_real().
10132
10133         For XIM instantiation, destruction and re-instantiation. With
10134         this, Gtk+ apps will be able to connect or reconnect to the XIM,
10135         when it starts after the apps, or when the XIM gets lost and recover.
10136         (#113099, #107782).
10137
10138 Mon Jun 10 01:12:31 2003  Kristian Rietveld  <kris@gtk.org>
10139
10140         Merged from stable.
10141
10142         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_get_size):
10143         check if width is !null, not *width. Doh.
10144
10145 Tue Jun 10 01:09:33 2003  Kristian Rietveld  <kris@gtk.org>
10146
10147         Merged from stable.
10148
10149         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_process_action):
10150         Remove the weird dx logic, get all cell_area and background_area
10151         calculations right. Not sure what was up with it before. (Fixes
10152         #110989, testcase from Vasco Alexandre da Silva Costa).
10153
10154 Tue Jun 10 00:58:23 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
10155
10156         * tests/testgtk.c: Make it compile with C89 compilers
10157
10158 2003-06-10  Matthias Clasen  <maclas@gmx.de>
10159
10160         * gtk/gtktextview.c (gtk_text_view_class_init): Install boolean
10161         property "overwrite".
10162         (gtk_text_view_[gs]et_property): Handle "overwrite".
10163         * gtk/gtktextview.[hc] (gtk_text_view_[gs]et_overwrite): Getter
10164         and setter for "overwrite" property.  (#110241, Jeroen Zwartepoorte)
10165
10166 2003-06-09  Matthias Clasen  <maclas@gmx.de>
10167
10168         * gtk/gtkpaned.c (gtk_paned_class_init): Install boolean child
10169         properties "resize" and "shrink".
10170         (gtk_paned_[gs]et_child_property): Implementations of 
10171         GtkContainer::[gs]et_child_property.  
10172         * tests/testgtk.c (toggle_resize, toggle_shrink): Use the new
10173         paned child properties instead of remove/add hacks.  (#114667, 
10174         Soeren Sandmann) 
10175
10176 Mon Jun  9 16:18:11 2003  Owen Taylor  <otaylor@redhat.com>
10177
10178         * gtk/gtknotebook.c (gtk_notebook_button_press): Back
10179         out event->window test - it wasn't needed because
10180         of the call to get_widget_coordinates().
10181
10182         * gtk/gtknotebook.c (gtk_notebook_button_press): Remove
10183         call to gtk_widget_grab_focus() when not clicking on
10184         any tabs. (Real fix for #114534)
10185
10186 Sun Jun  8 22:03:09 2003  Owen Taylor  <otaylor@redhat.com>
10187
10188         * tests/testdnd.c: Use application/x-rootwindow-drop for
10189         root window drops. (#108670, Alex Larsson)
10190
10191         * gdk/x11/gdkdnd-x11.c (gdk_drag_motion) gtk/gtkdnd.c (gtk_drag_drop): 
10192         Accept either application/x-rootwin-drop (what GTK+ has always used)
10193         or application/x-rootwindow-drop (what the XDND standard specifies).
10194
10195 Fri Jun  6 11:07:33 2003  Owen Taylor  <otaylor@redhat.com>
10196
10197         * gtk/gtkwidget.c (event_window_still_viewable): 
10198         Before delivering an event to a widget, check that
10199         (if relevant), the event's window is still viewable.
10200         (#105642, Dennis Björklund)
10201
10202         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): 
10203         NULL out private->parent, since after destruction
10204         it might not be valid any more.
10205
10206         * gdk/gdkwindow.c (gdk_window_is_viewable): Fix some
10207         accesses before g_return_val_if_fail(). Treat 
10208         DESTROYED windows as unmapped.
10209
10210 Thu Jun  5 09:28:03 2003  Owen Taylor  <otaylor@redhat.com>
10211
10212         * gtk/gtkentry.c: Recompute unconditionally in
10213         gtk_entry_style_set, and in a new gtk_label_screen_changed().
10214         Protect the guts of recompute_idle_func() with
10215         gtk_widget_has_screen(). (#114040, Morten Welinder) 
10216         Fix FALSE/0 confusion.
10217         
10218 Sun Jun  8 18:27:14 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
10219
10220         * gdk/gdkpixbuf-drawable.c (G8fromRGB565): swap G and B.
10221         Fixes (#114669)
10222
10223 Sun Jun  8 11:27:29 2003  Owen Taylor  <otaylor@redhat.com>
10224
10225         * gtk/gtkviewport.c (viewport_set_adjustment): Fix bug with 
10226         set_adjustment (viewport, NULL);
10227
10228 2003-06-07  Matthias Clasen  <maclas@gmx.de>
10229
10230         * gtk/gtkiconfactory.c (get_default_icons): 
10231         * gtk/stock-icons/stock_{undo,redo,undelete,revert}_rtl_{16,24}.png:
10232         * gtk/stock-icons/Makefile.am: Add rtl variants of undo, redo,
10233         undelete and revert.  (#96633)
10234         
10235 Fri Jun  6 16:25:44 2003  Owen Taylor  <otaylor@redhat.com>
10236
10237         * gtk/gtkviewport.c: Many fixes, along with extensive cleanups and 
10238         refactoring of code to reduce duplication; fixes include:
10239
10240         - gtk_viewport_realize(): Position the window correct from adjustment 
10241         values. (#110737, Michael Natterer)
10242
10243         - Remove some division-by-zero checks in places where there is no 
10244         longer division. (#110737)
10245
10246         - gtk_viewport_class_init: Make the hadjustment/vadjustment properties 
10247         G_PARAM_CONSTRUCT, so that there will always be adjustments, even 
10248         if gtk_viewport_new isn't used (#101135, Thomas Leonard).
10249
10250         - Switch over to encapsulated lazy-creation for hadjustment/
10251         vadjustment; even with the CONSTRUCT property, we need this after
10252         destroy.
10253
10254         - When updating the adjustment, immediate set their values to
10255         match the the current range of the viewport, and update the 
10256         viewport position to match the value of the new adjustments. 
10257         (Part of #1165)
10258
10259 2003-06-06  Tor Lillqvist  <tml@iki.fi>
10260
10261         * gdk/win32/gdkprivate-win32.h: Fix typo.
10262
10263         * gdk/win32/gdkgc-win32.c (_gdk_win32_gc_new): Set
10264         graphics_exposures and subwindow_mode, too, even if they aren't
10265         currently used.
10266
10267 Fri Jun  6 23:38:23 2003  Kristian Rietveld  <kris@gtk.org>
10268
10269         Merged from stable.
10270
10271         * gtk/gtktreeview.c (do_expand_collapse),
10272         (expand_collapse_timeout), (cancel_arrow_animation): made
10273         expand_collapse_timeout a wrapper with locks around     
10274         do_expand_collapse, made cancel_arrow_animation use
10275         do_expand_collapse. Fixes threadlock. (Fixes #111286, patch from
10276         Peter Bloomfield).
10277
10278 Fri Jun  6 11:05:45 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
10279
10280         * modules/input/gtkimcontextxim.h (struct _GtkIMContextXIM):
10281         * modules/input/gtkimcontextxim.c (preedit_start_callback,
10282         preedit_draw_callback, preedit_done_callback): Add a 'finalizing' flag 
10283         to keep preedit-[start,changed,end] signals from being called during
10284         finalization (#111861).
10285
10286 2003-06-05  Noah Levitt  <nlevitt@columbia.edu>
10287
10288         * gtk/gtknotebook.c (gtk_notebook_button_press): Ignore button
10289         presses that are not on the tab (#114534).
10290
10291 Thu Jun  5 20:35:40 2003  Owen Taylor  <otaylor@redhat.com>
10292
10293         * demos/Makefile.am: Conditionalize dependencies for
10294         gdk-pixbuf-csource on cross-compilation (#112391, J. Ali Harlow). 
10295         Buildtest-inline-pixbufs.h in srcdir. Don't try to build 
10296         test-inline-pixbufs.h if we don't have libpng.
10297
10298         * gtk/stock-icons/Makefile.am (gtkstockpixbufs.h): 
10299         Add a dependency on gdk-pixbuf.loaders when not 
10300         cross-compiling, remove the dependency on gdk-pixbuf-csource
10301         when not cross compiling.
10302
10303 Thu Jun  5 20:12:51 2003  Owen Taylor  <otaylor@redhat.com>
10304
10305         * gtk/gtkwindow.c (gtk_window_get_default_size): Handle
10306         gtk_window_get_geometry_info() returning NULL.
10307         (#107311, John Finlay)
10308
10309 Thu Jun  5 19:24:33 2003  Owen Taylor  <otaylor@redhat.com>
10310
10311         * gtk/gtktoolbar.c (gtk_toolbar_expose): Subtract off
10312         twice the border width from the width/height, not
10313         1x the border width. (#106336, Rodney Dawes)
10314
10315 Thu Jun  5 15:33:38 2003  Owen Taylor  <otaylor@redhat.com>
10316  
10317         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_next_line):
10318         If at the end of the buffer, move to the end iter -
10319         parallels behavior of move_iter_to_previous_line.
10320         (#81960, Padraig O'Briain)
10321  
10322 Thu Jun  5 16:12:54 2003  Owen Taylor  <otaylor@redhat.com>
10323
10324         #80023, Yao Zhang, TOKUNAGA Hiroyuki
10325
10326         * gtk/gtktextlayout.c (gtk_text_layout_get_cursor_locations):
10327         Account for the preedit cursor offset if the iter passed
10328         in is at the same place as the insertion cursor.
10329
10330         * gtk/gtktextview.c (gtk_text_view_get_cursor_location):
10331         Encapsulate getting the insertion cursor location.
10332
10333         * gtk/gtktextview.c (gtk_text_view_update_im_spot_location):
10334         Pass the real y/height to the IM context. Take 
10335         text_view->x/yoffset into account.
10336
10337 Thu Jun  5 16:52:54 2003  Owen Taylor  <otaylor@redhat.com>
10338
10339         * gtk/gtktextview.[ch]: Never scroll on focus in
10340         (#81893, Patch from Paolo Maggi)
10341
10342         * gtk/gtktextview.c (gtk_text_view_scroll_[h]pages): 
10343         Scroll to the current cursor location before handling
10344         the action, in case the user just tabbed in
10345         and the cursor is offscreen.
10346
10347 Thu Jun  5 17:20:40 2003  Owen Taylor  <otaylor@redhat.com>
10348          
10349          #107883, Gustavo Giráldez
10350
10351         * gtk/gtktextlayout.c (gtk_text_layout_emit_changed):
10352         Split out the case where we know we changed, and 
10353         already dealt with our cached line being invalidated
10354         from external calls to gtk_text_layout_changed.
10355
10356         * gtk/gtktextlayout.c (gtk_text_layout_changed):
10357         Check if the invalidate yrange intersects our
10358         cached line, and clear it if necessary.
10359
10360 2003-06-05  Tor Lillqvist  <tml@iki.fi>
10361
10362         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Handle global
10363         filters.
10364
10365 2003-06-05  Matthias Clasen  <maclas@gmx.de>
10366
10367         * gtk/gtktextview.c: Fix for #84668, reported by Torbjrn Andersson:
10368         (gtk_text_view_grab_notify): 
10369         (gtk_text_view_state_changed): Implement these
10370         to unobscure cursor when grab shadowed or insensitised.
10371         (gtk_text_view_unobscure_mouse_cursor): New function to undo the
10372         effect of gtk_text_view_obscure_mouse_cursor(). Code lifted from
10373         gtk_text_view_motion_event().
10374         (gtk_text_view_motion_event): Use gtk_text_view_obscure_mouse_cursor().
10375
10376         * gtk/gtktextview.c (select_all): New keybinding signal for
10377         (un)selecting the whole buffer. Bound to C-a/C-\.  (see #107889)
10378
10379         * gtk/gtkcalendar.c (calendar_timer): 
10380         (stop_spinning): Replace deprecated gtk_timeout_* functions by
10381         their GLib counterparts.  (#114429)
10382
10383         * gtk/gtktreestore.c (gtk_tree_store_new): 
10384         * gtk/gtkliststore.c (gtk_list_store_new): Document restriction on 
10385         types.
10386
10387 Wed Jun  4 19:42:17 2003  Owen Taylor  <otaylor@redhat.com>
10388
10389         * gdk/gdkpango.c (gdk_draw_layout_line_with_colors):
10390         When drawing underlines, join up adjacent runs
10391         where possible, so we don't get changes in 
10392         shaper/font/etc. breaking underlines. (#103662,
10393         Kang Jeong-Hee)
10394
10395 Wed Jun  4 19:22:58 2003  Jonathan Blandford  <jrb@redhat.com>
10396
10397         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_level_find_insert):
10398         Slightly modified patch from Owen Taylor <otaylor@redhat.com> to
10399         improve the speed of inserting rows into an already sorted list,
10400         #109292
10401
10402 Wed Jun  4 19:24:28 2003  Owen Taylor  <otaylor@redhat.com>
10403
10404         * gdk/x11/gdkgc-x11.c gdk/x11/gdkprivate-x11.h: Keep
10405         track of when we have a clip mask set for the GC,
10406         and when we unset it, or switch to a clip region,
10407         immediately call XSetClipMask (..., None) to avoid
10408         Xlib caching stale data. (#111806)
10409
10410         * gtk/gtktextdisplay.c: Don't set a clip mask
10411         when drawing alpha pixmaps; it isn't necessary any more.
10412         (#111806)
10413
10414 Wed Jun  4 18:27:44 2003  Owen Taylor  <otaylor@redhat.com>
10415
10416         * gtk/gtkcheckbutton.c (gtk_real_check_button_draw_indicator): 
10417         gtk/gtkradiobutton.c (gtk_radio_button_draw_indicator): 
10418         Use GTK_WIDGET_IS_SENSITIVE(), not GTK_WIDGET_SENSITIVE
10419         (#92548, Tim Evans)
10420
10421         * gtk/gtkcheckmenuitem.c (gtk_real_check_menu_item_draw_indicator)
10422         gtk/gtkradiomenuitem.c (gtk_radio_menu_item_draw_indicator): If
10423         Use state_type = STATE_INSENSITIVE for insensitive menu items.
10424
10425 Wed Jun  4 21:25:35 2003  Kristian Rietveld  <kris@gtk.org>
10426
10427         Merged from stable.
10428
10429         * gtk/gtktreeview.c (gtk_tree_view_drag_begin): use a silent
10430         assert for get_info. (reported by Michael Natterer),
10431         (gtk_tree_view_expand_all_emission_helper),
10432         (gtk_tree_view_expand_all_helper): emit row_expanded for all
10433         expanded rows during an _expand_all operation. (Fixes #111280,
10434         reported by Benjamin Bayart).
10435
10436 Tue Jun  3 18:32:30 2003  Owen Taylor  <otaylor@redhat.com>
10437
10438         * gdk/x11/gdkevents-x11.c (gdk_wm_protocols_filter): Don't
10439         respond to pings on a root window; prevents infinite
10440         loops if we are selecting for SubstructureNotify on the
10441         root window. (#111945, Sergey V. Udaltsov)
10442
10443 Tue Jun  3 17:39:16 2003  Owen Taylor  <otaylor@redhat.com>
10444
10445         #71597, reported by Morten Welinder
10446
10447         * gdk/gdkpixbuf-drawable.c (rgb888amsb): Fix and simplify
10448         (Patch from Christian Petig)
10449
10450         * gdk/gdkpixbuf-drawable.c (rgb{555,565}{a,}{msb,lsb}):
10451         Major rewrite of 555 and 565 conversion routines:
10452
10453         - Move all the bit shifting into a small block of macros,
10454           eliminating much duplication of complicated arithmetic.
10455         - Get rid of 2-pixels at a time code, which was buggy,
10456           hard to maintain, caused unaligned accesses, and
10457           probably didn't actually perform any better.
10458         - Simplify cases where different data types were
10459           used for the little and big endian cases, use
10460           GUINT16_SWAP_LE_BE() where appropriate.
10461                 
10462 Tue Jun  3 15:05:47 2003  Owen Taylor  <otaylor@redhat.com>
10463
10464         * gdk/x11/gdkdrawable-x11.c (convert_to_format): Remove
10465         bad optimization for src_rowstride == dest_stride.
10466         (Didn't consider the case where we were copying only
10467         partial widths of a wider source buffer)
10468         (#113034, reported by Hans Petter Jansson)
10469
10470 2003-06-03  Michael Natterer  <mitch@gimp.org>
10471
10472         * gdk/x11/gdkinput-x11.c (_gdk_input_common_find_events):
10473         reenabled button_release events for xinput devices. (#113948)
10474
10475 2003-06-03  Christian Rose  <menthos@menthos.com>
10476
10477         * configure.in: Added "li" to ALL_LINGUAS.
10478
10479 Mon Jun  2 18:58:54 2003  Owen Taylor  <otaylor@redhat.com>
10480
10481         * gtk/gtknotebook.c (gtk_notebook_size_allocate): Don't
10482         map the event window if the notebook isn't mapped. (#113980,
10483         Richard Reich)
10484
10485 2003-06-02  Sven Neumann  <sven@gimp.org>
10486
10487         * gtk/gtkprogress.c (gtk_progress_changed): added a missing cast.
10488
10489         * gdk/gdkrgb.c (gdk_rgb_try_colormap): removed an unused variable.
10490
10491 2003-06-01  Matthias Clasen  <maclas@gmx.de>
10492
10493         * gtk/gtkalignment.c (gtk_alignment_[gs]et_padding): Add 
10494         Since: 2.4 to the docs.
10495
10496         * gtk/gtkwindow.c (gtk_window_parse_geometry): Add some hints and
10497         an example to the docs.  (#98427)
10498
10499 2003-05-30  Murray Cumming  <murrayc@usa.net>
10500
10501         * gtk/gtkalignment.[h|c]: Added 4-sided padding as properties with
10502         gtk_alignment_get_padding() and gtk_aligment_set_padding(). This
10503         uses the new private data system - see g_type_class_add_private() in
10504         gtk_alignment_class_init() and the use of GTK_ALIGNMENT_GET_PRIVATE().
10505
10506 2003-05-30  Matthias Clasen  <maclas@gmx.de>
10507         
10508         * gtk/gtknotebook.c: Changed guint to GtkNotebookArrow in the
10509         signature of gtk_notebook_draw_arrow() for Solaris builds to go
10510         through.  (#114043, Anand Subramanian)
10511
10512 Thu May 29 18:30:35 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
10513
10514         * modules/input/imipa.c: 
10515         use GETTEXT_PACKAGE to get a translation for "ipa"(#113850).
10516
10517 Thu May 29 18:08:01 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
10518
10519         * gtk/gtkimmodule.c (_gtk_im_module_list):
10520         use GETTEXT_PACKAGE to get a translation for "Default"(#113850).
10521
10522 Thu May 29 09:34:05 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
10523
10524         * gtk/gtkimmodule.c (_gtk_im_module_list): make "Default"
10525         label of default input method localizable.
10526         * gtk/gtkimmulticontext.c (gtk_im_multicontext_append_menuitems): 
10527         use translations of input method context names
10528         * modules/input/imam-et.c, modules/input/imcyrillic-translit.c,
10529           modules/input/iminuktitut.c, modules/input/imthai-broken.c,
10530           modules/input/imti-er.c, modules/input/imti-et.c
10531           modules/input/imviqr.c, modules/input/imxim.c
10532         use GETTEXT_PACKAGE instead of "gtk+" for domain name.
10533         (#113850).
10534
10535 Thu May 29 18:23:01 2003  Kristian Rietveld  <kris@gtk.org>
10536
10537         Merged from stable.
10538
10539         * gtk/gtktreeview.c (gtk_tree_view_button_press): put the focus
10540         grab separate, the user might clear the tree in the focus-in
10541         callback. (Fixes #113086, testcase from Felipe Heidrich).
10542
10543 Thu May 29 18:06:26 2003  Kristian Rietveld  <kris@gtk.org>
10544
10545         Merged from stable.
10546
10547         * gtk/gtktreeview.c (gtk_tree_model_set_model): reset a bunch
10548         of row reference when we unset the model. Also reset
10549         dy and top_row_dy. (Fixes #109289, patch from Owen Taylor).
10550
10551 Thu May 29 17:12:19 2003  Kristian Rietveld  <kris@gtk.org>
10552
10553         Merged from stable.
10554
10555         * gtk/gtktreeview.c (gtk_tree_view_set_cursor_on_cell): cancel
10556         the current editing, if it exists. (Fixes #108956, reported by
10557         Michael Natterer).
10558
10559 Thu May 29 17:06:09 2003  Kristian Rietveld  <kris@gtk.org>
10560
10561         Merged from stable.
10562
10563         * gtk/gtktreeview.c (check_selection_helper): new function,
10564         (gtk_tree_view_row_deleted): traverse the tree from the
10565         deleted node to see whether the selection changed, instead of
10566         just checking this node. (Fixes #107400, reported by 'Duncan').
10567
10568 Thu May 29 16:31:34 2003  Kristian Rietveld  <kris@gtk.org>
10569
10570         Merged from stable.
10571
10572         * gtk/gtktreeview.c (gtk_tree_view_maybe_begin_dragging_row),
10573         (gtk_tree_view_drag_begin): set the DnD icon in _drag_begin
10574         instead of _maybe_begin_dragging_row, so the icon can be
10575         overridden by apps. (Fixes #104374, patch from Daniel Elstner).
10576
10577 Thu May 29 16:14:04 2003  Kristian Rietveld  <kris@gtk.org>
10578
10579         Merged from stable.
10580
10581         * gtk/gtktreeview.c (gtk_tree_view_start_editing): correct
10582         cell_area x/width for the expander if needed. (Fixes #101748,
10583         reported by Dave Cook and Mariano Suarez-Alvarez).
10584
10585 Thu May 29 16:01:38 2003  Kristian Rietveld  <kris@gtk.org>
10586
10587         Merged from stable.
10588
10589         * gtk/gtktreeview.c (gtk_tree_view_real_set_cursor): check
10590         if tree/node are still the same after _internal_select_node.
10591         (Fixes #92256, reported by edscott).
10592
10593 Thu May 29 15:38:30 2003  Kristian Rietveld  <kris@gtk.org>
10594
10595         Fixes #75745, reported by Richard Hult. Merged from stable.
10596
10597         * gtk/gtktreeview.c (gtk_tree_view_bin_expose): set/unset
10598         GTK_CELL_RENDERER_FOCUSED flag whether the current node is the
10599         cursor or not.
10600
10601         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_process_action):
10602         if we are rendering a cursor row, and the cell the be
10603         processed has focus, then set the GTK_CELL_RENDERER_FOCUSED
10604         flag (else we unset it).
10605
10606 2003-05-27  Matthias Clasen  <maclas@gmx.de>
10607
10608         * gtk/gtkwindow-decorate.c: 
10609         * gtk/gtktreeprivate.h: 
10610         * gtk/gtkdnd.c: 
10611         * gdk/win32/gdkwindow-win32.h: 
10612         * gdk/linux-fb/gdkprivate-fb.h: 
10613         * gdk/linux-fb/gdkkeyboard-fb.c: Remove dubious bitfields of
10614         unspecified signedness.  (#112919, Morten Welinder)
10615
10616         * gtk/queryimmodules.c (escape_string): 
10617         * gtk/gtktextbtree.c (_gtk_text_btree_get_text): 
10618         * gtk/gtksettings.c (_gtk_settings_parse_convert): 
10619         * gtk/gtkrc.c (gtk_rc_parse_assignment): 
10620         * gtk/gtkinputdialog.c (gtk_input_dialog_set_key): 
10621         * gdk/x11/gdkdisplay-x11.c (escape_for_xmessage): Replace all 
10622         occurances of g_string_new ("") by g_string_new (NULL). (#106975,
10623         Morten Welinder) 
10624
10625 2003-05-27  Tor Lillqvist  <tml@iki.fi>
10626
10627         * gtk-zip.sh.in: Only include the Default and Emacs themes' gtkrc
10628         files. Include share/gtk-doc/{gdk-pixbuf,gdk,gtk}.
10629
10630         * gdk/Makefile.am: libgdk-win32-2.0.la depends on
10631         win32/libgdk-win32.la.
10632
10633         * gtk/gtk.def: Add gtk_tree_view_column_cell_get_position.
10634
10635 Sat May 24 22:19:13 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
10636
10637         * gtk/gtkscrollbar.c (gtk_scrollbar_class_init): Make the minimum
10638         scrollbar slider length 21 instead of 7.
10639
10640 2003-05-23  Matthias Clasen  <maclas@gmx.de>
10641
10642         * gtk/gtknotebook.c: Add support for up to four scroll
10643         arrows. Control their display by new style properties
10644         "has_forward_stepper", "has_backward_stepper",
10645         "has_secondary_forward_stepper" and
10646         has_secondary_backward_stepper". (#110540)
10647
10648         * gtk/gtknotebook.h (struct _GtkNotebook): Make in_child and
10649         click_child three bits wide, add
10650         has_{before,after}_{previous,next} fields.
10651
10652         * gtk/gtkcolorsel.c (gtk_color_selection_init): Update color on
10653         focus out of hex_entry.  (#112665)
10654         (hex_focus_out): New signal handler for focus out of hex entry.
10655
10656 Wed May 21 19:01:06 2003  Owen Taylor  <otaylor@redhat.com>
10657
10658         * gtk/gtkwidget.c (gtk_widget_realize): 
10659         g_return_if_fail() if
10660         GTK_WIDGET_ANCHORED (widget) || GTK_IS_INVISIBLE (widget).
10661         (#107872, Christian Reis)
10662
10663 2003-05-22  Matthias Clasen  <maclas@gmx.de>
10664
10665         * gtk/gtkfilesel.c (gtk_file_selection_create_dir): 
10666         (gtk_file_selection_rename_file): Some keynav improvements for the
10667         "Rename File" and "Create Directory" subdialogs: Enter in entry
10668         activates default, default is "Create"/"Rename", Escape cancels
10669         dialog.  (#113110)
10670         (gtk_file_selection_set_filename): Add a hint about opening 
10671         directories.  (#113175)
10672
10673 2003-05-22  Matthias Clasen  <maclas@gmx.de>
10674
10675         * gdk/x11/gdkdrawable-x11.c (gdk_x11_drawable_update_xft_clip):
10676         Use XftDrawSetClipRectangles(), since we're inside HAVE_XFT2
10677         anyway.  (#113476)
10678
10679 Wed May 21 15:53:14 2003  Owen Taylor  <otaylor@redhat.com>
10680
10681         * gtk/gtkprogress.c (gtk_progress_set_format_string,
10682         gtk_progress_set_show_text): Always queue a resize ... 
10683         we rely on the size-allocate to do the update, plus a 
10684         different format can actually change our size requisition.
10685         (#111052, Vasco Alexandre da Silva Costa)
10686
10687         * gtk/gtkprogress.c (gtk_progress_changed): Track
10688         ::changed as well as ::value_changed, and queue a
10689         resize on ::changed when necessary.
10690
10691         * gtk/gtkprogress.c (gtk_progress_set_adjustment): 
10692         Call gtk_progress_changed() here to update or 
10693         queue a resize as necessary.
10694
10695 Wed May 21 14:06:13 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
10696
10697         * gtk/gtkimcontextsimple.c: added composing rules of
10698         Greek accented letters, patch by Vasilis Vasaitis (#107507)
10699
10700 Wed May 21 13:19:05 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
10701
10702         * gtk/gtkenums.h (enum GtkIMPreeditStyle, GtkIMStatusStyle): 
10703         * modules/input/gtkimcontextxim.c (preedit_style_change, status_style_change):
10704         gtk settings for XIMPreeditNone and XIMStatusNone. (#105909)
10705
10706 Wed May 21 12:10:25 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
10707
10708         * gtk/gtkimcontextsimple.c: 
10709         code that can check the compose table for ascending order,
10710         by Vasilis Vasaitis (#104862).
10711
10712 Wed May 21 12:52:01 2003  Owen Taylor  <otaylor@redhat.com>
10713
10714         * gtk/gtkkeyhash.[ch] (_gtk_key_hash_looku): We need 
10715         to pass the unmasked state to gdk_keymap_translate_keyboard_state() 
10716         to handle the case where a modifier not in the mask
10717         (like Num_Lock) changes the key value, so replace
10718         the masked state with a state/mask pair. (#106913,
10719         Olivier Ripoll)
10720
10721         * gtk/gtkwindow.c gtk/gtkbinding.c: Update to pass
10722         in state/mask pair to _gtk_key_hash_lookup()
10723
10724 Tue May 20 21:58:00 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
10725
10726         * modules/input/gtkimcontextxim.c (xim_info_display_closed):
10727         fix a memory leak, free input context list (#113259).
10728
10729 2003-05-21  Matthias Clasen  <maclas@gmx.de>
10730
10731         * configure.in (all_loaders): Add pcx.
10732
10733         * gtk/gtkcalendar.c: Make calendar controls spin.  (#112540)
10734
10735 Tue May 20 17:27:24 2003  Owen Taylor  <otaylor@redhat.com>
10736
10737         * gtk/gtkimmodule.c (gtk_im_module_init): Silently
10738         accept a missing gtk.immodules file, some people
10739         want to run without one. (#112406, patch from
10740         Arnaud Charlet)
10741
10742 Tue May 20 17:05:31 2003  Owen Taylor  <otaylor@redhat.com>
10743
10744         * gtk/gtkwindow.c (gtk_window_compute_hints): Fix 
10745         height/width confusion (#113370, Xan Lopez)
10746
10747 Tue May 20 15:48:45 2003  Owen Taylor  <otaylor@redhat.com>
10748
10749         * gdk/x11/gdkdnd-x11.c gdk/x11/gdkwindow-x11.c: Comprehensively
10750         zero all unused parts of client messages (Mainly Motif DND
10751         and EWMH). Also, fix a couple places where we were putting
10752         contents into Motif DND messages that didn't belong.
10753         (#113361, EWMH problem reported by Lubos Lunak)
10754
10755         * gtk/gtkselection.c (_gtk_selection_request): Handle the
10756         case where the property type for the multiple atoms is
10757         ATOM_PAIR by doing the conversions ourselve. This is
10758         needed for Xt inter-operation.
10759
10760 2003-05-19 Arafat Medini <lumina@silverpen.de>
10761
10762         * configure.in: Added ar to ALL_LINGUAS
10763
10764 2003-05-19  Matthias Clasen  <maclas@gmx.de>
10765
10766         * gtk/gtksettings.c (gtk_rc_property_parse_border,
10767         gtk_rc_property_parse_color, gtk_rc_property_parse_enum,
10768         gtk_rc_property_parse_flags, gtk_rc_property_parse_requisition):
10769         Add docs.
10770
10771         * gtk/gtkwidget.c (gtk_widget_class_install_style_property, 
10772         gtk_widget_class_install_style_property_parser): Add docs. 
10773
10774 2003-05-17  Matthias Clasen  <maclas@gmx.de>
10775
10776         * tests/prop-editor.c: Add navigation for object properties, so
10777         that you can easily edit the properties of the parent of a widget.
10778         (#113152)
10779
10780 Wed May 14 17:45:32 2003  Owen Taylor  <otaylor@redhat.com>
10781
10782         * gdk/gdkkeysyms.h gdk/gdkkeynames.c gdk/gdkkeyuni.c:
10783         Patch from Vasilis Vasaitis to fix Greek_IOTAdi[a]eresis 
10784         inconsistency and leave the old name as an aliass (#104873)
10785
10786 Wed May 14 16:40:09 2003  Owen Taylor  <otaylor@redhat.com>
10787
10788         * gtk/gtkframe.c (gtk_frame_set_label_widget): Patch
10789         from Charles Schmidt to add missing notify (#108305)
10790
10791 Wed May 14 16:00:51 2003  Owen Taylor  <otaylor@redhat.com>
10792  
10793         * gdk/x11/gdkgc-x11.c: Remove unecessary g_return_if_fail().
10794         (#105500, Morten Welinder.)
10795  
10796 Wed May 14 09:05:11 2003   Hidetoshi Tajima <hidetoshi.tajima@sun.com>
10797
10798         * modules/input/gtkimcontextxim.c (get_ic_real): use type of guint32
10799         instead of gumake for XNFilterEvents event mask(#110493).
10800
10801 2003-05-11  Anders Carlsson  <andersca@codefactory.se>
10802
10803         * gtk/gtkdnd.c (gtk_drag_source_unset_icon): Don't cast a gchar to
10804         a GObject. (#112762)
10805
10806 2003-05-08  Sven Neumann  <sven@gimp.org>
10807
10808         * configure.in: set the HAVE_X11R6 automake conditional to false
10809         if not compiling for X11.
10810
10811 2003-05-08  Matthias Clasen  <maclas@gmx.de>
10812
10813         * gtk/gtkcalendar.[ch] (gtk_calendar_set_display_options): 
10814         (gtk_calendar_get_display_options): New functions.
10815         (gtk_calendar_display_options): Depreate.  (#64567)
10816         (gtk_calendar_class_init): Add boolean properties for the display
10817         options.  (#50949)
10818
10819 Tue May  6 16:50:52 2003  Owen Taylor  <otaylor@redhat.com>
10820
10821         Patch from James Henstridge to update to automake-1.7
10822         (#109542)
10823  
10824         * autogen.sh: update to call newer tools.
10825  
10826         * configure.in: various updates, to use M4 macros to put
10827         variables that change each release at the top.
10828         Use AC_HELP_STRING to format help strings.
10829         Use AC_CONFIG_COMMANDS to generate gdkconfig.h.
10830  
10831         * Makefile.am: require Automake 1.7.  Remove gdk-2.0.pc and
10832         gtk+-2.0.pc on uninstall.  Pass --enable-gtk-doc to configure
10833         during distcheck.
10834  
10835         * docs/reference/*/Makefile.am: simplify to use the gtk-doc.make
10836         makefile fragment.
10837  
10838         * */Makefile.am: don't use STRIP_BEGIN/STRIP_END.
10839         Use BUILT_SOURCES where appropriate.
10840         Build generated files in builddir rather than srcdir.
10841         Fix uninstall and distclean targets to satisfy distcheck.
10842
10843         ===
10844
10845         * gdk/*/Makefile.am: Remove the hacks to get gdkenumtypes.h
10846         built first, since we are now using BUILT_SOURCES.
10847
10848         * gdk/Makefile.am: Remove an outdated comment about gdk_headers.
10849
10850         * demos/gtk-demo/Makefile.am: Fix srcdir != buildd problem
10851         with geninclude.pl.
10852
10853         * configure.in: Update versions to 2.3.0.
10854  
10855 2003-05-06  Tor Lillqvist  <tml@iki.fi>
10856
10857         Fix for #110165 (thanks to Arnaud Charlet):
10858         
10859         * gdk/win32/gdkevents-win32.c (build_keypress_event,
10860         build_keyrelease_event): For unshifted control char, use
10861         lowercase ASCII keyval.
10862         (gdk_event_translate): Similarily, when handling WM_SYSKEYDOWN and
10863         UP (i.e. Alt-something), if it's an unshifted ASCII letter, use
10864         lowercase keyval. Use build_key_event_state() here, too, instead
10865         of minor code duplication.
10866
10867 2003-05-06  Matthias Clasen  <maclas@gmx.de>
10868
10869         * tests/testmultidisplay.c: Don't include strings.h, it's not
10870         needed anymore.  (#112388)
10871
10872         * examples/menu/itemfactory.c: 
10873         * docs/tutorial/gtk-tut.sgml: Remove an unneeded include from the
10874         itemfactory example.
10875
10876 2003-05-05  Matthias Clasen  <maclas@gmx.de>
10877
10878         * gtk/gtkdnd.c (gtk_drag_source_set_icon_stock):  Actually set the
10879         icon type to the stock icon type.  (#111735, Dave Bordoley)
10880
10881 2003-05-05  Christian Rose  <menthos@menthos.com>
10882
10883         * configure.in: Added sr and sr@Latn to ALL_LINGUAS.
10884         Removed sp, it's replaced by sr@Latn.
10885
10886 Wed Apr 30 22:09:11 BST 2003  Tony Gale <gale@gtk.org>
10887
10888         * docs/faq/gtk-faq.sgml: GTK+ 2.x updates, mainly from
10889         Gonzalo Odiard
10890
10891 Mon Apr 28 17:54:39 2003  Jonathan Blandford  <jrb@redhat.com>
10892
10893         * gtk/gtktreeview.c (gtk_tree_view_destroy): destroy the search
10894         data iff the destroy func isn't NULL.
10895
10896 Thu Apr 24 19:12:05 2003  Owen Taylor  <otaylor@redhat.com>
10897
10898         * autogen.sh (have_libtool): Accept libtool-1.5. (#111480)
10899
10900 2003-04-23  Abel Cheung  <maddog@linux.org.hk>
10901
10902         * configure.in: Added "am" "mk" "ta" to ALL_LINGUAS.
10903
10904 Tue Apr 22 15:33:51 2003  Owen Taylor  <otaylor@redhat.com>
10905
10906         * gtk/gtkfilesel.c (open_new_dir): Fix capitalization
10907         of UTF-8. (#106419, Roozbeh Pournader)
10908
10909 Tue Apr 22 15:17:25 2003  Owen Taylor  <otaylor@redhat.com>
10910
10911         * configure.in: Only check for XFT2 if we found pango-xft
10912         (#105692, Jon Nall)
10913
10914 Tue Apr 22 15:12:19 2003  Owen Taylor  <otaylor@redhat.com>
10915
10916         * gtk/gtkwidget.c (gtk_widget_class_init): Fix PROP_HAS_FOCUS/
10917         PROP_IS_FOCUS confusion. (#111333, Jody Goldberg)
10918
10919 Tue Apr 22 19:43:01 BST 2003  Tony Gale <gale@gtk.org>
10920
10921         * docs/faq/gtk-faq.sgml: add note about version converage.
10922
10923 Mon Apr 21 19:02:16 2003  Owen Taylor  <otaylor@redhat.com>
10924
10925         * gtk/gtksocket.c (activate_key): Fix prototype for
10926         activate_key. (#108927, Jason D. Hildebrand)
10927
10928 Mon Apr 21 18:42:51 2003  Owen Taylor  <otaylor@redhat.com>
10929
10930         * demos/gtk-demo/Makefile.am demos/gtk-demo/geninclude.pl:
10931         Remove geninclude.pl from CVS and don't dist it either,
10932         it is generated. (#108970, Rich Kinder)
10933
10934 Mon Apr 21 18:35:48 2003  Owen Taylor  <otaylor@redhat.com>
10935
10936         * gtk/gtkobject.h: Remove a couple of obsolete comments,
10937         fix another comment. (#109737, Britton Kerin)
10938
10939 Mon Apr 21 18:29:03 2003  Owen Taylor  <otaylor@redhat.com>
10940
10941         * gtk/gtkiconfactory.c (gtk_icon_set_unref): Free
10942         the source list, not just it's contents (Patch
10943         from Charles Kerr, #108243)
10944
10945 Mon Apr 21 18:13:46 2003  Owen Taylor  <otaylor@redhat.com>
10946
10947         * gdk/x11/gdkdnd-x11.c (gdk_window_cache_filter): Patch
10948         from Alex Larsson fixing problem with restacking during
10949         DND. (#108671)
10950
10951 Mon Apr 21 15:07:29 2003  Owen Taylor  <otaylor@redhat.com>
10952
10953         * gdk/x11/gdkdisplay-x11.c (gdk_display_keyboard/pointer_ungrab):
10954         Calling XFlush() after ungrabbing, to avoid problems if
10955         the app subsequently blocks on a long-running operation.
10956         (#106520, reported by Rajkumar Siva)
10957
10958 Fri Apr 18 17:42:45 2003  Owen Taylor  <otaylor@redhat.com>
10959
10960         * gdk/x11/gdkwindow-x11.c (set_initial_hints): Add
10961         SKIP_TASKBAR/SKIP_PAGER to set of properties we
10962         might set on map. (#110019, problem reported
10963         by Loban Rahman)
10964
10965 Fri Apr 18 17:14:33 2003  Owen Taylor  <otaylor@redhat.com>
10966
10967         * gdk/gdkevents.c (gdk_event_copy): Fix for the
10968         case when gdk_event_copy() is called on a non-allocated
10969         event. (#109716, reported by Rich Burridge)
10970
10971 Fri Apr 18 16:57:44 2003  Owen Taylor  <otaylor@redhat.com>
10972
10973         * gdk/x11/gdkdrawable-x11.c (draw_with_images/pixmaps):
10974         Fix pointer arithmetic on 'void *'. (#108322)
10975
10976 Fri Apr 18 16:31:49 2003  Owen Taylor  <otaylor@redhat.com>
10977
10978         * configure.in gdk/x11/gdkdisplay-x11.c modules/input/Makefile.am:
10979         Check for XAddConnectionWatch()/X11R6, and if found, disable XIM and
10980         use of XAddConnectionWatch. Remove --enable-xim config option.
10981         Should fix building on X11R6 (#110523, Albert Chin)
10982
10983 Fri Apr 18 15:56:46 2003  Owen Taylor  <otaylor@redhat.com>
10984
10985         * gdk/x11/gdkdisplay-x11.[ch] gdk/x11/gdkdrawable-x11.[ch]:
10986         Patch from Morten Welinder to catch Sun servers with a 
10987         broken implementation of the RENDER extension. (#108309)
10988
10989 Fri Apr 18 15:30:38 2003  Owen Taylor  <otaylor@redhat.com>
10990
10991         * gdk/x11/gdkwindow-x11.c (set_text_property): Use
10992         gdk_free_compound_text(), not g_free(). (#107643,
10993         Michael Zucchi)
10994
10995 Fri Apr 18 15:11:50 2003  Owen Taylor  <otaylor@redhat.com>
10996
10997         * gdk/x11/gdkdisplay-x11.c (_gdk_display_x11_get_type)
10998         gdk/x11/gdkscreen-x11.c (_gdk_screen_x11_get_type): Fix
10999         wrong use of base_finalize. (#105126, Sven Neumann)
11000
11001 Fri Apr 18 15:06:00 2003  Owen Taylor  <otaylor@redhat.com>
11002
11003         * gdk/gdkwindow.c (gdk_window_constrain_size): Fix
11004         '/' vs. '*' problem in aspect ration computations. (#108237)
11005
11006 Fri Apr 18 14:15:09 2003  Owen Taylor  <otaylor@redhat.com>
11007
11008         * gdk/x11/gdkdisplay-x11.c (gdk_display_open): 
11009         * gdk/x11/gdkevents-x11.c (gdk_event_translate): You
11010         don't get a XkbMapNotify event if you get a XkbNewKeyboardNotify 
11011         event, so select for both. (#108406, Egmont Koblinger)
11012
11013 Thu Apr 17 09:57:44 2003  Jonathan Blandford  <jrb@gnome.org>
11014
11015         * gtk/gtktreeview.c (validate_visible_area): remove infinite loop
11016         caused by not clearing the scroll_to_path.
11017
11018 2003-04-16  Matthias Clasen  <maclas@gmx.de>
11019
11020         * gtk/gtkstyle.c: Doc additions and fixes.
11021
11022         * gtk/gtktreeviewcolumn.c
11023         (_gtk_tree_view_column_get_neighbor_sizes): Doc fixes.
11024
11025 2003-04-14  Michael Natterer  <mitch@gimp.org>
11026
11027         * gtk/gtkliststore.c (gtk_list_store_move): added checks to ensure
11028         that the iter is not reordered to its own position. Prevents model
11029         corruption for the case that the store contains only a single item
11030         (fixes bug #108387).
11031
11032         Unrelated:
11033
11034         * gtk/gtkliststore.c (gtk_list_store_insert): g_list_alloc() the
11035         new list element later so we don't leak it if we decide to return
11036         early.
11037
11038         * gtk/gtktreeselection.c (_gtk_tree_selection_internal_select_node):
11039         set selection->tree_view->priv->anchor to NULL after freeing it.
11040
11041 2003-04-13  Matthias Clasen  <maclas@gmx.de>
11042
11043         * gtk/gtktreeviewcolumn.c
11044         (gtk_tree_view_column_cell_get_position): Document. 
11045
11046         * gtk/gtktextbuffer.c (gtk_text_buffer_select_range): 
11047         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_[sg]et_expand): 
11048         * gtk/gtkbutton.c (gtk_button_[sg]et_focus_on_click): Document
11049         these as 2.4 additions.
11050
11051 2003-04-09  Matthias Clasen  <maclas@gmx.de>
11052
11053         * INSTALL.in: Fix the real thing.
11054
11055         * INSTALL: Typo fix.
11056
11057 Mon Apr  7 19:43:15 2003  Owen Taylor  <otaylor@redhat.com>
11058
11059         * gdk/x11/gdkdisplay-x11.c (gdk_x11_display_ungrab): Flush
11060         after ungrabbing the server.
11061  
11062         * gdk/x11/gdkimage-x11.c: Remove some no-longer-needed
11063         calls to XFlush().
11064
11065         * gdk/x11/gdkwindow-x11.c (_gdk_windowing_window_at_pointer):
11066         Use gdk_x11_display_grab/ungrab.
11067
11068         * gdk/x11/gdkdisplay-x11.c (gdk_display_open): Initialize
11069         use_xshm to TRUE so SHM gets used when present.
11070  
11071 2003-04-07  Matthias Clasen  <maclas@gmx.de>
11072
11073         * gtk/gtktextlayout.c (set_para_values): 
11074         * gtk/gtkenums.h (GtkWrapMode): Add GTK_WRAP_WORD_CHAR.  (#110086,
11075         David Brigada)
11076
11077         * gtk/gtkcelleditable.c, gtk/gtkfixed.c, gtk/gtktreemodel.c,
11078         gtk/gtktreeselection.c, gtk/gtktreeview.c: Fix numerous
11079         misspellings of possessive "its".  (#110027, Doug Quale)
11080
11081 2003-04-03  Matthias Clasen  <maclas@gmx.de>
11082
11083         * demos/gtk-demo/main.c (demo_find_file): Only use files from the
11084         current directory if it looks like the srcdir.  (#109357)
11085
11086 Wed Apr  2 23:02:26 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
11087
11088         * gtk/gtkbutton.[ch] (gtk_button_class_init): add property
11089         focus_on_click
11090
11091         * gtk/gtkwindow.c (gtk_window_focus): make arrow keyboard
11092         navigation not wrap around.
11093
11094 2003-04-02  Matthias Clasen  <maclas@gmx.de>
11095
11096         * gtk/gtkprogress.c (gtk_progress_get_percentage_from_value):
11097         Return 0 if lower == upper.  (#109155)
11098         (gtk_progress_get_current_percentage): Use
11099         gtk_progress_get_percentage_from_value().
11100
11101 2003-04-01  Matthias Clasen  <maclas@gmx.de>
11102
11103         * gtk/gtkimcontext.c (gtk_im_context_focus_in): Fix docs.
11104         (#109510, Noah Levitt)
11105
11106 Mon Mar 31 13:52:13 2003  Jonathan Blandford  <jrb@redhat.com>
11107
11108         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): null initialize reorder's
11109         members so Purify won't complain.
11110
11111         * gtk/gtkliststore.c (gtk_list_store_sort): ditto.
11112
11113 2003-03-31  Matthias Clasen  <maclas@gmx.de>
11114
11115         * gtk/gtkwindow.c: Add a new property, role, corresponding to 
11116         gtk_window_[gs]et_role().  (#93904)
11117
11118 Sun Mar 30 03:57:42 2003  Jonathan Blandford  <jrb@gnome.org>
11119
11120         * gtk/gtktreeselection.c (gtk_tree_selection_get_selected_rows):
11121         fix crash.  Patch from Markus Lausser <sgop@users.sourceforge.net>
11122
11123 2003-03-29  Matthias Clasen  <maclas@gmx.de>
11124
11125         * gtk/gtkoptionmenu.c (gtk_option_menu_remove_contents): Set state
11126         of labels back to normal before reparenting back.  (#102387)
11127
11128         * gtk/gtkcolorseldialog.c (gtk_color_selection_dialog_init): Set
11129         a default window title to match the GtkFontSelectionDialog behavior.
11130  
11131         (gtk_color_selection_dialog_new): Don't call
11132         gtk_window_set_title() if title is NULL.  (bug #101975, Daniel Elstner)
11133
11134 2003-03-29  Matthias Clasen  <maclas@gmx.de>
11135
11136         Fix for bug #78499:
11137         
11138         * gtk/gtkentry.h (struct _GtkEntry): Add flags select_words and
11139         select_lines. 
11140
11141         * gtk/gtkentry.c (gtk_entry_button_press): Set select_words and
11142         select_lines on double/triple click.
11143
11144         * gtk/gtkentry.c (gtk_entry_motion_notify): Implement
11145         select-by-words and select-by-lines behaviour.
11146
11147         Fixes for bug #56248:
11148         
11149         * gtk/gtknotebook.c (stop_scrolling): New function to remove the
11150         timer and queue a redraw. 
11151         (gtk_notebook_grab_notify): 
11152         (gtk_notebook_state_changed): New functions to call stop_scrolling() 
11153         if necessary.   
11154         (gtk_notebook_button_release): Use stop_scrolling().
11155         (gtk_notebook_draw_arrow): Fix drawing of insensitive arrows.
11156
11157         * gtk/gtkrange.c (stop_scrolling): New function to remove the
11158         grab, remove the timer and queue a redraw.
11159         (gtk_range_grab_notify): 
11160         (gtk_range_state_changed): New functions to call stop_scrolling() 
11161         if necessary.   
11162         (gtk_range_button_release): Use stop_scrolling().
11163
11164         * gtk/gtkspinbutton.c (gtk_spin_button_grab_notify): 
11165         (gtk_spin_button_state_changed): Redraw after stop_spinning.
11166         (gtk_spin_button_stop_spinning): Reset click_child to correct the
11167         drawing of the arrows.
11168         (gtk_spin_button_button_release): Use a local copy of click_child,
11169         since stop_spinning() resets it.
11170
11171         * gtk/gtknotebook.c (gtk_notebook_class_init): Add C-A-PgUp and
11172         C-A-PgDown as alternatives to the A-less variants. (This slipped
11173         in accidentally some time ago).  (#97860)
11174
11175 2003-03-26  Sven Neumann  <sven@gimp.org>
11176
11177         * gtk/gtktreeview.c: rewrote the function that does node and arrow
11178         prelighting, queue all redraws from here (Fixes bug #108792).
11179
11180 2003-03-20  Richard Kinder <r_kinder@yahoo.com>
11181
11182         * demos/testpixbuf.c (update_timeout): set error to NULL, not FALSE.
11183         Fixes bug #108778.
11184
11185 2003-03-20  Guntupalli Karunakar <karunakar@freedomink.org>
11186
11187         * configure.in: Added "ml" in ALL_LINGUAS
11188
11189 Sat Mar 15 18:49:27 2003  Manish Singh  <yosh@gimp.org>
11190
11191         * gtk/gtkradiomenuitem.h: use GTK_DISABLE_DEPRECATED instead of
11192         G_DISABLE_DEPRECATED.
11193
11194 2003-03-14  Tor Lillqvist  <tml@iki.fi>
11195
11196         * gdk/win32/gdkevents-win32.c: Use the signed GET_X_LPARAM() and
11197         GET_Y_LPARAM() to extract x and y coordinates from an LPARAM or
11198         DWORD, and not the unsigned HIWORD() and LOWORD(). Systems with
11199         multiple monitors can have negative coordinates on some of the
11200         monitors. (partial fix for #99496, Arnaud Charlet)
11201
11202 2003-03-15  Matthias Clasen  <maclas@gmx.de>
11203
11204         * gtk/gtktextview.c: Add a "buffer" property.  (#108353) 
11205
11206 2003-03-13  Sven Neumann  <sven@gimp.org>
11207
11208         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_set_property):
11209         removed redundant calls to g_object_notify().
11210         (gtk_cell_renderer_pixbuf_get_size): removed redundant casts, see
11211         bug #108236.
11212
11213         * gtk/gtktextiter.c (_gtk_text_iter_get_segment_char)
11214         (_gtk_text_iter_get_segment_byte): return 0, not NULL (these
11215         functions return an integer value).
11216
11217 2003-03-13  Tor Lillqvist  <tml@iki.fi>
11218
11219         * gdk/win32/gdkevents-win32.c (gdk_event_translate): On
11220         WM_MOUSEMOVE, the test whether we have actually moved (and thus
11221         shouldn't generate an GDK event) moved after the call to
11222         propagate() and translate_mouse_coords(). Otherwise we were
11223         testing wrong values. (#108115, Allin Cottrell)
11224         (gdk_event_translate): On WM_?BUTTONUP, set current_{x,y} the same
11225         way as in WM_?BUTTONDOWN and WM_MOUSEMOVE.
11226
11227         * gdk/win32/gdkevents-win32.c (gdk_pointer_grab): if a grab cursor
11228         is used, must copy the HCURSOR with CopyCursor(), as it is OK to
11229         destroy the GdkCursor after calling gdk_pointer_grab(). Set the
11230         cursor right away with SetCursor(), as we won't get any
11231         WM_SETCURSOR messages while the mouse is captured. 
11232         (gdk_display_pointer_ungrab): Correspondingly, destroy the copy
11233         with DestroyCursor() when no longer used. (#108114, Allin Cottrell)
11234
11235         * gdk/win32/gdkevents-win32.c (gdk_event_translate): On
11236         WM_SYSCHAR, return FALSE from the window procedure to prevent the
11237         DefWindowProc from being called. Otherwise Windows would beep,
11238         thinking you are tring to access a (nonexistent) menu when you
11239         press Alt-something. Don't do this for Alt-Space,
11240         though. (#107454, Martyn Russell)
11241
11242         * gdk/win32/gdkcursor-win32.c: Minor spacing and debug print fixes.
11243
11244 Tue Mar 11 12:01:07 2003  Jonathan Blandford  <jrb@gnome.org>
11245
11246         * gtk/gtktreeview.c (gtk_tree_view_class_init): Ctrl/Shift
11247         [left/right] expands/collapses the tree, #108092
11248
11249 2003-03-09  Tor Lillqvist  <tml@iki.fi>
11250
11251         * gdk/win32/gdkdrawable-win32.c (draw_segments): Don't try to
11252         compensate for LineTo() not drawing the end pixel. It causes more
11253         harm than benefits, see bug #81895.
11254
11255 2003-03-08  Matthias Clasen  <maclas@gmx.de>
11256
11257         Bug #107664 continued:
11258
11259         * gdk/x11/gdkinputprivate.h: 
11260         * gdk/x11/gdkinput-none.c (_gdk_input_window_none_event): Remove. 
11261         (_gdk_input_other_event): Return gboolean.
11262         * gdk/x11/gdkinput-xfree.c (_gdk_input_window_none_event): Remove. 
11263         (_gdk_input_other_event): Return gboolean.
11264         * gdk/x11/gdkinput-x11.c (_gdk_input_common_other_event): Return gboolean.
11265
11266         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Make return_val
11267         gboolean, remove pointless call to _gdk_input_window_none_event.
11268
11269         * gdk/win32/gdkinput-win32.[hc] (_gdk_input_other_event): Return gboolean.
11270         (_gdk_input_window_none_event): Remove.
11271
11272         * gtk/gtktextiter.c (_gtk_text_iter_get_indexable_segment): 
11273         (_gtk_text_iter_get_any_segment): 
11274         (_gtk_text_iter_get_segment_byte): 
11275         (_gtk_text_iter_get_segment_char): 
11276         (_gtk_text_iter_get_text_line): 
11277         (_gtk_text_iter_get_btree): Fix 0/NULL confusion.
11278         * gdk/x11/gdkdnd-x11.c (motif_target_table_check): Return gint.
11279         * gdk/win32/gdkfont-win32.c (gdk_font_equal): 
11280         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_get_deskrelative_origin): 
11281         (gdk_window_get_origin): 
11282         * gdk/linux-fb/gdkcolor-fb.c (gdk_colors_alloc): Fix 0/FALSE confusion. 
11283
11284 2003-03-06  Matthias Clasen  <maclas@gmx.de>
11285
11286         * gdk/gdkrgb.c (gdk_rgb_try_colormap): Return gboolean, not gint.
11287         (#107664, Morten Welinder)
11288
11289         * gdk/x11/gdkwindow-x11.c (gdk_window_get_deskrelative_origin): 
11290         * gdk/x11/gdkfont-x11.c (gdk_font_equal): 
11291         * gdk/x11/gdkdnd-x11.c (gdk_drag_get_protocol_for_display): 
11292         Fix TRUE/1 and FALSE/0 confusion.  (#107664, Morten Welinder)
11293
11294         * gtk/gtktextmark.c (gtk_text_mark_get_buffer): 
11295         * gtk/gtkeditable.c (gtk_editable_get_chars): 
11296         * gtk/gtkctree.c (gtk_ctree_find_node_ptr): 
11297         * demos/gtk-demo/main.c (demo_find_file): Fix NULL/FALSE confusion
11298         (#107648, Morten Welinder)Fix NULL/FALSE confusion
11299         (#107648, Morten Welinder)
11300
11301 2003-03-04  Matthias Clasen  <maclas@gmx.de>
11302
11303         * gtk/gtkobject.h: Add deprecation guards for gtk_object_new ().
11304
11305 Sun Mar  2 23:35:57 2003  Jonathan Blandford  <jrb@gnome.org>
11306
11307         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_get_size):
11308         handle rtl code.  Thanks to Matthias Clasen for an initial patch
11309         to handle the RTL code.
11310
11311         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_get_size): ditto
11312
11313         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_get_size): ditto
11314
11315         * gtk/gtktreeview.c: (invalidate_column),
11316         (invalidate_last_column),
11317         (gtk_tree_view_get_real_requested_width_from_column),
11318         (gtk_tree_view_size_allocate_columns),
11319         (gtk_tree_view_size_allocate), (gtk_tree_view_button_press),
11320         (gtk_tree_view_button_release_drag_column),
11321         (gtk_tree_view_update_current_reorder),
11322         (gtk_tree_view_motion_drag_column), (gtk_tree_view_bin_expose),
11323         (gtk_tree_view_key_press), (gtk_tree_view_header_focus),
11324         (gtk_tree_view_get_background_xrange),
11325         (gtk_tree_view_get_arrow_xrange),
11326         (gtk_tree_view_is_expander_column),
11327         (gtk_tree_view_set_column_drag_info),
11328         (gtk_tree_view_move_cursor_left_right):
11329         Add RTL support.
11330
11331         * gtk/gtktreeviewcolumn.h (struct _GtkTreeViewColumn): add an
11332         expand flag.
11333
11334         * gtk/gtktreeviewcolumn.c:
11335         (gtk_tree_view_column_class_init),
11336         (gtk_tree_view_column_set_property),
11337         (gtk_tree_view_column_get_property),
11338         (gtk_tree_view_column_set_expand),
11339         (gtk_tree_view_column_get_expand),
11340         (gtk_tree_view_column_cell_process_action):
11341         Add support for expand flag.  Thanks to Kristian Rietveld for an
11342         initial patch for this.
11343
11344 Fri Feb 28 02:06:17 2003  Jonathan Blandford  <jrb@gnome.org>
11345
11346
11347 2003-03-02  Tor Lillqvist  <tml@iki.fi>
11348
11349         * gdk/gdk.def
11350         * gtk/gtk.def: Add a bunch of missing entries. Noticed by Cedric
11351         Gustin.
11352
11353 2003-03-01  Matthias Clasen  <maclas@gmx.de>
11354
11355         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_set_vadjustment): 
11356         (gtk_scrolled_window_set_hadjustment): Replace uses of
11357         gtk_object_new by g_object_new.
11358
11359 Thu Feb 27 17:44:24 2003  Manish Singh  <yosh@gimp.org>
11360
11361         * demos/gtk-demo/main.c
11362         * demos/gtk-demo/tree_store.c
11363         * gdk/x11/gdkscreen-x11.c
11364         * gtk/gtkcellrenderertoggle.c
11365         * gtk/gtkcolorsel.c
11366         * gtk/gtkdnd.c
11367         * gtk/gtkeditable.c
11368         * gtk/gtkentry.c
11369         * gtk/gtkmenu.c
11370         * gtk/gtkmenubar.c
11371         * gtk/gtkmenuitem.c
11372         * gtk/gtkmenushell.c
11373         * gtk/gtkrc.c
11374         * gtk/gtksettings.c
11375         * gtk/gtkstyle.c
11376         * gtk/gtktextbuffer.c
11377         * gtk/gtktextview.c
11378         * gtk/gtktreeviewcolumn.c
11379         * tests/testgtk.c
11380         * tests/testtext.c
11381         * tests/testtreeedit.c
11382         * tests/testtreefocus.c
11383         * tests/testtreeview.c: remove unnecessary G_OBJECT() casts.
11384
11385 Tue Feb 25 21:55:17 2003  Jonathan Blandford  <jrb@redhat.com>
11386
11387         * gtk/gtkoptionmenu.c (gtk_option_menu_position): account for RTL
11388         code.
11389
11390 2003-02-24  Sven Neumann  <sven@gimp.org>
11391
11392         * gtk/gtkmain.c (gtk_get_default_language): fixed documentation.
11393
11394 2003-02-21  Tomas Ogren  <stric@ing.umu.se>
11395
11396         * docs/reference/gtk/tmpl/gtktreemodel.sgml: Fix typos in an example
11397
11398 2003-02-20  Matthias Clasen  <maclas@gmx.de>
11399
11400         * gtk/gtktextbtree.c (_gtk_text_line_previous_could_contain_tag): 
11401         Check if line_ancestor_parent is NULL.  (#102711, Manuel Clos)
11402
11403         * gtk/gtktextview.c (gtk_text_view_scroll_to_iter): 
11404         (gtk_text_view_update_adjustments): Make sure cursor stays visible
11405         during horizontal scrolling.  (#75270)
11406
11407 2003-02-19  Matthias Clasen  <maclas@gmx.de>
11408
11409         * tests/testdnd.c: Replace gtk_timeout_* by their GLib
11410         counterparts. (#106532)
11411
11412         * gdk/gdkkeys.c (gdk_keymap_class_init): Associate the
11413         keys_changed virtual function with the keys_changed signal.
11414         (#106512, Jeff Franks)
11415
11416 2003-02-15  Larry Ewing  <lewing@ximian.com>
11417
11418         * gdk/gdkevents.c (gdk_event_copy): copy the event axes as well.
11419
11420 2003-02-17  Mohammad DAMT  <mdamt@bisnisweb.com>
11421
11422         * po/id.po: Added Indonesian translation
11423         * configure.in: Added "id" to ALL_LINGUAS
11424
11425 2003-02-14  Matthias Clasen  <maclas@gmx.de>
11426
11427         * gtk/gtktextview.c (popup_targets_received): Remove bogus casts.
11428
11429 2003-02-12  Christian Rose  <menthos@menthos.com>
11430
11431         * configure.in: Added "yi" to ALL_LINGUAS.
11432
11433 2003-02-12  Matthias Clasen  <maclas@gmx.de>
11434
11435         Fix for #82734 and #78216:
11436         
11437         * gtk/gtktextview.c (delete_cb): 
11438         (select_all_cb): New callbacks for context menu items.
11439         (popup_targets_received): Add "Delete" and "Select All" to context
11440         menu, mnemonics and title caps for all items.
11441
11442         * gtk/gtkentry.c (gtk_entry_delete_cb): New callback for "Delete"
11443         context menu item.
11444         (popup_targets_received): Add "Delete" to context menu, mnemonics
11445         and title caps for all items.
11446
11447 2003-02-09  Tor Lillqvist  <tml@iki.fi>
11448
11449         * gtk/gtkfilesel.c (win32_gtk_add_drives_to_dir_list): Use
11450         GetDriveType() to recognize removable drives (in order to avoid
11451         hanging if trying to access an empty floppy drive), instead of
11452         hardcoding A: and B: (#105654).
11453
11454 2003-02-09  Matthias Clasen  <maclas@gmx.de>
11455
11456         * gtk/gtkwidget.c (gtk_widget_set_name): Add note about periods in 
11457         names.  (#57680)
11458
11459 2003-02-09  Christian Rose  <menthos@menthos.com>
11460
11461         * configure.in: Removed "en@IPA.po" from ALL_LINGUAS.
11462
11463 Fri Feb  7 04:49:46 2003  Tim Janik  <timj@gtk.org>
11464
11465         * gtk/gtkobject.c: remove quark_user_data usage in
11466         gtk_object_{g|s}et_user_data(). fixes get_user_data()
11467         returning NULL for user_data set through property interface.
11468
11469         * gtk/gtkitemfactory.c (gtk_item_factory_create_item): don't put out
11470         warnings if a pixbuf couldn't be retrieved, since (a) this doesn't
11471         need to be a programming error (in case of loaded data), (b) it breaks
11472         with 2.0 behaviour where extra magic could be used to create empty
11473         images. don't attempt to retrieve pixbufs from NULL extra_data.
11474
11475 2003-02-06  Matthias Clasen  <maclas@gmx.de>
11476
11477         * gdk/x11/gdkvisual-x11.c (gdk_visual_get_best_with_depth): Return
11478         a GdkVisual *, not a GdkVisual **.  (#105243)
11479
11480         * gtk/gtkclist.c: 
11481         * gtk/gtkctree.c: 
11482         * gtk/gtkcontainer.c: 
11483         * gtk/gtkdnd.c: 
11484         * gtk/gtkentry.c: 
11485         * gtk/gtklist.c:
11486         * gtk/gtkmenu.c:
11487         * gtk/gtkmenuitem.c:
11488         * gtk/gtknotebook.c:
11489         * gtk/gtkselection.c:
11490         * gtk/gtkspinbutton.c:
11491         * gtk/gtktext.c:
11492         * gtk/gtktextview.c:
11493         * gtk/gtktooltips.c:
11494         * gtk/gtktreeview.c:
11495         * gtk/gtkwindow.c: Replace uses of gtk_timeout_* and gtk_idle_* by
11496         their non-deprecated GLib counterparts.
11497         
11498         * gtk/gtkmain.h: Fully deprecate gtk_timeout_* and gtk_idle_*.
11499         
11500 Sun Feb  2 16:45:57 GMT 2003  Tony Gale <gale@gtk.org>
11501
11502         * docs/tutorial/gtk-tut.sgml: cleanups from
11503         Sebastian Rittau (#104832)
11504
11505 2003-02-01  Tor Lillqvist  <tml@iki.fi>
11506
11507         Merge from stable:
11508
11509         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_foreign_new_for_display,
11510         gdk_pixmap_lookup, gdk_pixmap_lookup_for_display): Implement.
11511         (#104108, Naofumi Yasufuku)
11512
11513         * gdk/gdk.def: Export the above. Export
11514         gdk_screen_get_system_visual, noticed by Ed Woods.
11515
11516 Fri Jan 31 17:45:22 2003  Manish Singh  <yosh@gimp.org>
11517
11518         * demos/pixbuf-demo.c
11519         * demos/testpixbuf.c
11520         * demos/gtk-demo/pixbufs.c: remove deprecated gtk_timeout_* usage.
11521
11522 Fri Jan 31 17:33:00 2003  Manish Singh  <yosh@gimp.org>
11523                                                                                 
11524         * gtk/gtknotebook.c (gtk_notebook_remove_tab_label): set_state
11525         on the tab_label before unparenting it, in case the unparent
11526         drops the refcount to 0.
11527
11528 2003-02-01  Matthias Clasen  <maclas@gmx.de>
11529
11530         * gtk/gtkiconfactory.h: Use GDK_MULTIHEAD_SAFE like all other gtk
11531         headers. Sorry about gtk_selection_clear, Yosh.
11532
11533 Thu Jan 30 17:16:05 2003  Manish Singh  <yosh@gimp.org>
11534
11535         * gtk/gtkselection.h: declare gtk_selection_clear in GTK_COMPILATION
11536         too, for gtkwidget.c. Remember people, when introducing new
11537         deprecations, make sure internal code isn't using it, or if so,
11538         reorganize appropriately like I've done in other places.
11539
11540         * tests/testtext.c: don't use deprecated gtk_timeout_* stuff.
11541
11542 2003-01-31  Matthias Clasen  <maclas@gmx.de>
11543
11544         * gtk/gtkselection.h: 
11545         * gtk/gtkselection.c (gtk_selection_clear): Deprecate.  (#85683)
11546
11547         * gdk/gdkpixbuf.h: 
11548         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable): 
11549         (gdk_pixbuf_render_to_drawable_alpha): Deprecate.  (#60582)
11550
11551         * gtk/gtkcolorsel.h:
11552         * gtk/gtkcolorsel.c (gtk_color_selection_set_change_palette_hook):
11553         Deprecate.  (#98167)
11554
11555         * gtk/gtkpaned.h: Deprecate gtk_paned_computed_position(). (#97077)
11556
11557         * gtk/gtkmain.h: Deprecate the gtk_timeout_*, gtk_idle_*
11558         and gtk_input_* functions.  (#71596)
11559         
11560         * gtk/gtkentry.c (gtk_entry_move_cursor): 
11561         * gtk/gtklabel.c (gtk_label_move_cursor): Handle
11562         GTK_MOVEMENT_HORIZONTAL_PAGES in switches.
11563
11564         * gdk/gdk.h: Deprecate gdk_wcstombs() and gdk_mbstowcs().  (#79803)
11565
11566         * gtk/gtkitemfactory.h: 
11567         * gtk/gtkitemfactory.c (gtk_item_factory_add_foreign): Deprecate. 
11568         (#69244)
11569
11570 Thu Jan 30 23:48:30 2003  Kristian Rietveld  <kris@gtk.org>
11571
11572         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_count_special_cell):
11573         only count the special cell if it is also visible,
11574         (_gtk_tree_view_column_get_neighbor_sizes): only take the width into
11575         account from visible cells,
11576         (gtk_tree_view_column_cell_get_position): likewise, (Reported and
11577         testcase provided by Vasco Alexandre da Silva Costa, via IRC,
11578         tracking bug was #104563).
11579         
11580 Thu Jan 30 23:46:15 2003  Kristian Rietveld  <kris@gtk.org>
11581
11582         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_process_action):
11583         subtract expander space and focus line space from the extra space
11584         we are about the allocate. (Fixes #104635).
11585
11586 Thu Jan 30 23:42:03 2003  Kristian Rietveld  <kris@gtk.org>
11587
11588         * gtk/gtkstyle.c (apply_affine_on_point): fix rouding error
11589         (Fixes #96242, patch from Soeren Sandmann).
11590
11591 Thu Jan 30 16:54:29 2003  Owen Taylor  <otaylor@redhat.com>
11592
11593         * gtk/gtknotebook.c: Patch from Soeren Sandmann
11594         to update the states of the tab label child
11595         widgets to match the state of the tabs. 
11596         (#93389, Reported by Tommi Komulainen)
11597
11598 Thu Jan 30 16:30:54 2003  Owen Taylor  <otaylor@redhat.com>
11599
11600         * Makefile.am (EXTRA_DIST): Remove gtk+.spec.in from
11601         EXTRA_DIST, and from dist rules. (#102231)
11602
11603 2003-01-30  Daniel Elstner  <daniel.elstner@gmx.net>
11604
11605         * gtk/gtktoolbar.c (set_child_packing_and_visibility): New helper
11606         function that sets the icon's and label's packing options and
11607         visibility based on toolbar->style.
11608
11609         (gtk_toolbar_internal_insert_element):
11610         (gtk_real_toolbar_style_changed): Make use of
11611         set_child_packing_and_visibility() to clean up the code and get
11612         the packing right for icon-only/text-only toolbars. (#104679)
11613
11614         (get_first_child): Remove, and use gtk_bin_get_child() instead.
11615
11616 2003-01-30  Matthias Clasen  <maclas@gmx.de>
11617
11618         * gtk/gtktextview.c: Replace PAGE_HORIZONTALLY_HACK_VALUE by
11619         GTK_MOVEMENT_HORIZONTAL_PAGES.  (#68947)
11620
11621         * gtk/gtkenums.h: Add GTK_MOVEMENT_HORIZONTAL_PAGES to GtkMovementStep.
11622         
11623 Thu Jan 30 16:01:29 2003  Owen Taylor  <otaylor@redhat.com>
11624
11625         * gdk/gdkrgb.c (gdk_rgb_try_colormap): Remove the 
11626         attempt-to-allocate then free code. To handle multiple
11627         people allocating colors at the same time, we need
11628         to just go ahead and try. (#102213, Shivram U)
11629         
11630 2003-01-30  Daniel Elstner  <daniel.elstner@gmx.net>
11631
11632         * gtk/gtkcolorsel.c (palette_paint): Explicitely draw an opaque
11633         rectangle using the background color rather than relying on
11634         gdk_window_clear_area(), so that the palette works properly with
11635         pixmap themes. (#101732)
11636
11637         * demos/gtk-demo/colorsel.c: Install an "expose_event" handler
11638         to fill the drawing area in the background color.
11639
11640 Wed Jan 29 14:11:21 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
11641
11642         * modules/input/gtkimcontextxim.c (choose_better_style): fix a memory
11643         initialization error for selecting input style (#103549).
11644
11645 Wed Jan 29 17:02:41 2003  Owen Taylor  <otaylor@redhat.com>
11646
11647         * gdk/gdkkeyuni.c (get_decimal_char): Make the 
11648         translation of GDK_KP_Decimal dependent on LC_NUMERIC.
11649         (#101225)
11650
11651 Wed Jan 29 15:43:56 2003  Owen Taylor  <otaylor@redhat.com>
11652
11653         * gtk/gtkmenushell.c (gtk_real_menu_shell_move_current):
11654         Make up from the menu bar go to the end of the submenu.
11655         (#96114, Ian Peters.)
11656
11657         * gtk/gtkmenuitem.c (gtk_menu_item_mnemonic_activate): 
11658         Only do the select-but-not-activate stuff if the
11659         menu is already active. Otherwise, just activate.
11660         (#101690, Arvind Samptur)
11661
11662 Tue Jan 28 15:18:24 2003  Owen Taylor  <otaylor@redhat.com>
11663
11664         * autogen.sh (have_automake): Fix version in complaint
11665         message about automake. (#104366, Rich Burridge)
11666
11667 Mon Jan 27 16:38:13 2003  Owen Taylor  <otaylor@redhat.com>
11668
11669         * configure.in: Remove SOEXT stuff; it doesn't work portably.
11670
11671 Mon Jan 27 22:45:15 2003  Kristian Rietveld  <kris@gtk.org>
11672
11673         * gtk/gtktreestore.c (gtk_tree_store_move): don't handle b if
11674         we appended/prepended, send the rows_reordered signal to the 
11675         correct level ... (Reported by Matthew Tuck).
11676
11677 Mon Jan 27 22:43:11 2003  Kristian Rietveld  <kris@gtk.org>
11678
11679         * gtk/gtktreestore.c (gtk_tree_store_sort_helper): don't just bail
11680         out if the level only has one item, recurse over the child if there
11681         is one. (Fixes #100458, reported by Gaël Le Mignot).
11682
11683 Mon Jan 27 22:41:26 2003  Kristian Rietveld  <kris@gtk.org>
11684
11685         * gtk/gtktreeview.c (gtk_tree_view_set_model),
11686         (gtk_tree_view_search_equal_func): make TreeView search handle
11687         all types which are transformable by GValue. (Fixes #99803, reported
11688         by Muktha Narayan).
11689
11690 Mon Jan 27 22:39:25 2003  Kristian Rietveld  <kris@gtk.org>
11691
11692         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_sort_column_id):
11693         *really* handle unsetting the ID. Slightly modified patch from
11694         Soeren Sandmann. Fixes #87556, reported by Jarek Dukat.
11695
11696 Mon Jan 27 22:33:43 2003  Kristian Rietveld  <kris@gtk.org>
11697
11698         Fixes the total GtkTreeSortable mess, and #83195, reported by
11699         Jarek Dukat
11700
11701         * gtk/gtktreestore.c (gtk_tree_store_get_sort_column_id),
11702         (gtk_tree_store_set_sort_column_id), (gtk_tree_store_set_sort_func),
11703         (gtk_tree_store_set_default_sort_func): use the constant
11704         GTK_TREE_SORTABLE_DEFAULT_SORT_COLUMN_ID instead of -1, make functions
11705         work as advertised by the documentation.
11706
11707         * gtk/gtklistore.c (gtk_list_store_get_sort_column_id),
11708         (gtk_list_store_set_sort_column_id), (gtk_list_store_set_sort_func),
11709         (gtk_list_store_set_default_sort_func): likewise.
11710
11711         * gtk/gtktreemodelsort.c (gtk_tree_model_set_sort_column_id),
11712         (gtk_tree_model_set_sort_func),
11713         (gtk_tree_model_sort_set_default_sort_func): make functions work
11714         as advertised by the documentation.
11715
11716 Mon Jan 27 22:31:56 2003  Kristian Rietveld  <kris@gtk.org>
11717
11718         * gtk/gtktreeview.c (gtk_tree_view_button_press): update focus_column
11719         before we decide if we edit. (fixes #100973, reported by Dave Cook).
11720
11721 Mon Jan 27 22:29:30 2003  Kristian Rietveld  <kris@gtk.org>
11722
11723         Bug report and test case from Paolo Maggi via IRC.
11724
11725         * gtk/gtkliststore.c (gtk_list_store_swap): update tail if needed,
11726         (gtk_list_store_move): update tail if needed.
11727
11728 Mon Jan 27 16:19:59 2003  Owen Taylor  <otaylor@redhat.com>
11729
11730         * gtk/gtksocket.c (gtk_socket_filter_func): event->any.window
11731         might be NULL. Use gtk_widget_get_display (widget) 
11732         (#102860, Thomas Leonard)
11733
11734 Mon Jan 27 15:58:31 2003  Owen Taylor  <otaylor@redhat.com>
11735
11736         * configure.in: Fix --without-modules/--disable-modules
11737         confusion that was causing --disable-modules not to work.
11738         (#102865, Akira Tagoh)
11739
11740         * configure.in: Fix problem with plain --with-xinput
11741         (#104266, Akira Tagoh)
11742
11743 2003-01-24  Sebastian Rittau  <srittau@jroger.in-berlin.de>
11744
11745         * docs/tutorial/gtk-tut.sgml: Fix a few typos, introduced by my last
11746         patch.
11747
11748 Fri Jan 24 17:06:41 GMT 2003  Tony Gale <gale@gtk.org>
11749
11750         * docs/tutorial/gtk-tut.sgml: Remove duplicate copy of tictactoe.h
11751
11752 Thu Jan 23 21:15:29 GMT 2003  Tony Gale <gale@gtk.org>
11753
11754         * docs/faq/gtk-faq.sgml: Learn to spell Library
11755
11756 Thu Jan 23 20:56:56 GMT 2003  Tony Gale <gale@gtk.org>
11757         * Sebastian Rittau  <srittau@jroger.in-berlin.de>:
11758
11759            docs/tutorial/gtk-tut.sgml: Adopted chapter 21.3 "Creating a
11760            Composite widget" to modern standards. (I.e. use gobject instead of
11761            glib, derive from GtkTable instead of GtkVBox.) Bugzilla #103869.
11762
11763         * docs/tutorial/gtk-tut.sgml, examples/tictactoe: Fixup tic-tac-toe
11764         code in Appendix C to reflect above changes.
11765
11766         * examples/rangewidgets/rangewidgets.c: From Roger Leigh
11767         auto resize on page size change
11768
11769 2003-01-23  Daniel Elstner  <daniel.elstner@gmx.net>
11770
11771         * gtk/gtktoolbar.c (gtk_toolbar_hide_all): Override hide_all
11772         in addition to show_all in order to keep them symmetric. (#102201)
11773
11774 Wed Jan 22 14:18:46 2003  Manish Singh  <yosh@gimp.org>
11775
11776         * gdk/x11/gdkevents-x11.c (translate_key_event): add a "return" at
11777         the end of the function, so there is a statement following the "out"
11778         label in all cases (fixes #101961)
11779
11780 2003-01-22  Christian Rose  <menthos@menthos.com>
11781
11782         * configure.in: Added "mn" to ALL_LINGUAS.
11783
11784 Wed Jan 15 17:02:18 2003  Owen Taylor  <otaylor@redhat.com>
11785  
11786         * gtk/gtktextlayout.c (gtk_text_layout_validate_yrange):
11787         Fix off-by-one error on the backward iteration loop,
11788         that was causing the wrong range to be redrawn.
11789         (at least part of #72734)
11790         
11791 2003-01-21  Matthias Clasen  <maclas@gmx.de>
11792
11793         * gtk/gtktextview.c (gtk_text_view_size_allocate): Adjust the
11794         vadjustment value after changing its bounds.  (fixes #101963 and 
11795         #73562)
11796
11797         * gtk/gtkcolorsel.c (hex_changed): Fix clamping to [0,1] to avoid 
11798         unnecessary roundtrip failures.  (#93500)
11799
11800 2003-01-19  Tor Lillqvist  <tml@iki.fi>
11801
11802         Merge from stable:
11803         
11804         Fix for #103614 and some other problems with GtkFileSelection on
11805         Windows:
11806                 
11807         * gtk/fnmatch.c (get_char): Need to use g_unichar_tolower(), not
11808         g_ascii_tolower(). Windows file names are case-insensitive for all
11809         Unicode letters.
11810
11811         * gtk/gtkfilesel.c: Instead of checking for G_OS_WIN32 or
11812         G_WITH_CYGWIN, check G_PLATFORM_WIN32. Move inclusion of gtkintl.h
11813         earlier, as it includes config.h unconditionally, and gtkprivate.h
11814         redefines GTK_LOCALEDIR.
11815         (struct _CompletionDirSent): Ifdef out the fields not used on
11816         Windows.
11817         (compare_utf8_filenames, compare_sys_filenames): Need different
11818         comparison implementation for UTF-8 file names and system locale
11819         file names on Win32. Cannot simply use g_ascii_strcasecmp(), but
11820         need to casefold all Unicode letters.
11821         (cmpl_completion_matches, open_dir, correct_parent): Ifdef out
11822         variables not used on Win32 to avoid warnings about unused
11823         variables.
11824         (open_ref_dir): Use g_path_skip_root() to skip past potential
11825         drive letter in front of the leading (back)slash.
11826         (open_new_dir): Ifdef out use of CompletionDirSent fields not
11827         there on Win32.
11828         (correct_parent): Bypass inode check also on Cygwin.
11829
11830         Fix bug noticed by Alex Shaduri: Tooltips and other
11831         GDK_WINDOW_TEMP windows were activated. This looked very odd, and
11832         was a regression from earlier versions.
11833         
11834         * gdk/win32/gdkwindow-win32.c (show_window_internal): Fine-tune
11835         behaviour. Don't ever activate GDK_WINDOW_TEMP windows.
11836         (gdk_window_move, gdk_window_resize): Add debug logging.
11837
11838         * gdk/win32/gdkevents-win32.c (gdk_event_translate): When we get a
11839         WM_SIZE message for a non-visible (withdrawn) window, don't clear
11840         the GDK_WINDOW_STATE_WITHDRAWN bit. The window is still withdrawn
11841         even if its size changes.
11842
11843 2003-01-16  Matthias Clasen  <maclas@gmx.de>
11844
11845         * gtk/gtktextlayout.c (gtk_text_layout_get_cursor_locations): Typo fixes.
11846         (totally_invisible_line): Fix an incorrect optimization which
11847         caused invisible paragraphs to be occasionally misrendered.
11848
11849 Wed Jan 15 15:55:47 2003  Owen Taylor  <otaylor@redhat.com>
11850
11851         * gtk/gtksettings.c: Set the double click speed from
11852         XSETTINGS when creating a new GtkSettings object
11853         as well as when getting a notify. (#103601, reported
11854         by Louis Garcia)
11855
11856 Wed Jan 15 14:56:09 2003  Owen Taylor  <otaylor@redhat.com>
11857  
11858         * gtk/gtknotebook.c (gtk_notebook_size_allocate): 
11859         Show/hide the notebook event window as necessary,
11860         we weren't previously keeping the visibility updated
11861         properly.  (#103599)
11862  
11863 2003-01-15  Matthias Clasen  <maclas@gmx.de>
11864
11865         * examples/menu/itemfactory.c: 
11866         * docs/tutorial/gtk-tut.sgml: Add a <StockItem> to the itemfactory
11867         example.  (#103211)
11868
11869 2002-12-29  Murray Cumming  <murrayc@usa.net>
11870
11871         Fixes #102168.
11872
11873         * gtk/gtkliststore.c, gtktreednd.c, gtktreestore.c:
11874         Actually implement the GtkTreeDragSource::row_draggable virtual 
11875         function in GtkListStore and GtkTreeStore instead of just checking 
11876         whether it's implemented at all. This means that DnD isn't broken by
11877         gtkmm's virtual function wrappers. The alternative would be to
11878         hard-code the TRUE return value into gtkmm's wrappers, but that's 
11879         part of GTK+'s implementation, not it's API.
11880
11881 Tue Jan 14 23:42:29 2003  Kristian Rietveld  <kris@gtk.org>
11882
11883         * gtk/gtktreeview.c: fix compiler warning.
11884
11885 Tue Jan 14 23:29:00 2003  Kristian Rietveld  <kris@gtk.org>
11886
11887         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render):
11888         make sure exposed pixbufs are clipped to the exposed area before
11889         drawing, which is a slight speedup. (#102379, patch from Soeren
11890         Sandmann).
11891
11892 Tue Jan 14 23:26:41 2003  Kristian Rietveld  <kris@gtk.org>
11893
11894         * gtk/gtktreeview.c (validate_visible_area): silly typo fix,
11895         only free scroll_to_path when the complete tree has been validated.
11896         This makes sure that we scrolled to the correct path.
11897
11898 Tue Jan 14 23:25:32 2003  Kristian Rietveld  <kris@gtk.org>
11899
11900         * gtk/gtktreeview.c (gtk_tree_view_style_set): update the
11901         background of widget->window and bin->window. (Fixes #96650, reported
11902         by Dave Camp).
11903
11904 Tue Jan 14 23:24:02 2003  Kristian Rietveld  <kris@gtk.org>
11905
11906         * gtk/gtktreeview.c (gtk_tree_view_clamp_node_visible): process
11907         updates before scrolling, avoiding a "selection streak". (Fixes
11908         #101235, patch from Soeren Sandmann).
11909
11910 Tue Jan 14 23:22:13 2003  Kristian Rietveld  <kris@gtk.org>
11911
11912         * gtk/gtktreeview.c (validate_visible_area): actually put values
11913         in the requisition using gtk_widget_size_request. (Fixes #100172,
11914         reported by Kjartan Maraas).
11915
11916 Tue Jan 14 23:19:45 2003  Kristian Rietveld  <kris@gtk.org>
11917
11918         * gtk/gtktreeview.c (gtk_tree_view_rows_reordered): cancel the
11919         arrow animation timeout before we actually reorder the rbtree. If
11920         we don't do this we can get stuck arrows,
11921         (cancel_arrow_animation): new function. (Fixes #93629, part 2,
11922         reported and testcase provided by Hans Petter Jansson).
11923
11924 Tue Jan 14 23:18:21 2003  Kristian Rietveld  <kris@gtk.org>
11925
11926         * gtk/gtktreeselection.c (gtk_tree_selection_real_modify_range):
11927         anchor_path should be start_path, not end_path. (Fixes #102618,
11928         patch from Carlos Garnacho Parro).
11929
11930 Tue Jan 14 23:16:15 2003  Kristian Rietveld  <kris@gtk.org>
11931
11932         * gtk/gtkliststore.c (gtk_list_store_move): also update the tail,
11933         only correct new_pos if we don't move to the head/tail.
11934
11935 Tue Jan 14 23:11:55 2003  Kristian Rietveld  <kris@gtk.org>
11936
11937         * gtk/gtktreestore.c (gtk_tree_store_swap): take the path from
11938         the parent_iter if depth >= 1, so we send the reordered signal to
11939         the correct level, remove debugging printfs which I forgot the remove
11940         earlier (2.2.0 shipped with this, oops). (Fixes #103198, Reported and
11941         testcase provided by Matthew Tuck).
11942
11943 Tue Jan 14 20:58:44 2003  Kristian Rietveld  <kris@gtk.org>
11944
11945         * gtk/gtktreeview.c (invalite_last_column): split out actual column
11946         invalidation into invalidate_column(),
11947         (gtk_tree_view_size_allocate_columns): invalidate column if the
11948         new width is larger than the old width.
11949         (fixes #102890, reported by Alex Duggan).
11950
11951 2003-01-14  Matthias Clasen  <maclas@gmx.de>
11952
11953         * gtk/gtktextview.c (gtk_text_view_move_cursor_internal): Skip
11954         invisible chars for GTK_MOVEMENT_LOGICAL_POSITIONS and
11955         GTK_MOVEMENT_WORDS.
11956
11957         * gtk/gtktextiter.c,
11958         gtk/gtktextiter.h: Add some variant movement functions which
11959         skip invisible chars, and do some cleanups.
11960
11961 2003-01-12  Tor Lillqvist  <tml@iki.fi>
11962
11963         Merge from stable:
11964                 
11965         * gtk/gtkmain.c: Move inclusion of config.h and gtkintl.h earlier,
11966         as gtkprivate.h redefines GTK_LOCALEDIR on Win32, for run-time
11967         lookup.
11968
11969         * gdk/Makefile.am (libgdk_win32_2_0_la_DEPENDENCIES): Depend on
11970         gdk.def.
11971
11972         * gdk/gdk.def
11973         * gtk/gtk.def: Add some missing entries. Thanks to Kenichi SUTO.
11974
11975         * gtk-zip.sh.in (DEVZIP): Add bin/{gtk-query-immodules-2.0,
11976         gtk-demo}.exe and share/gtk-2.0.
11977
11978         * gdk/win32/gdkwindow-win32.c (gdk_window_set_skip_taskbar_hint):
11979         Implement by setting or clearing the WS_EX_TOOLWINDOW extended
11980         window style.
11981         (gdk_window_set_type_hint): Add all cases to the switch (not all
11982         do anything, though). Handle GDK_WINDOW_TYPE_HINT_TOOLBAR by
11983         calling gdk_window_set_skip_taskbar_hint(). This means that GTK
11984         won't know that the skip_taskbar hint is on for the window, is
11985         this bad?
11986
11987 Wed Jan  8 18:43:03 2003  Manish Singh  <yosh@gimp.org>
11988
11989         * gdk/x11/gdkdisplay-x11.c: #include <stdlib.h> for putenv,
11990         <string.h> for strlen.
11991
11992         * gdk/x11/gdkscreen-x11.c: #include <stdlib.h> for getenv,
11993         <string.h> for strrchr.
11994
11995         * tests/testgtk.c (create_saved_position): "x" and "y" properties
11996         for widgets no longer exist, use gtk_window_move instead.
11997
11998         * test/testtextbuffer.c (check_get_set_text): cast strlen to
11999         int for g_error.
12000
12001 2003-01-08  Matthias Clasen  <maclas@gmx.de>
12002
12003         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Fix display of
12004         the selection in the presence of invisible segments.
12005
12006 2003-01-07  Matthias Clasen  <maclas@gmx.de>
12007
12008         * gtk/gtktextview.c (gtk_text_view_class_init): Bind C-/ and C-\
12009         to "select all" and "unselect all".  (#102065)
12010
12011         * gtk/gtktextview.h (struct _GtkTextView): Add a comment that
12012         the just_selected_element is unused.
12013
12014         * gtk/gtktextview.c (extend_selection): New helper function to
12015         find the range that should be added to the selection. 
12016         (selection_motion_event_handler): 
12017         (gtk_text_view_start_selection_drag): 
12018         (gtk_text_view_end_selection_drag): 
12019         (selection_motion_event_handler): 
12020         (selection_scan_timeout): Support select-by-words/lines.
12021         (gtk_text_view_button_press_event): Start a selection drag on
12022         double/triple clicks.  (#78499)
12023
12024 2003-01-06  Matthias Clasen  <maclas@gmx.de>
12025
12026         Implement a utility function proposed in #102534:
12027         
12028         * gtk/gtktextbtree.h: 
12029         * gtk/gtktextbtree.c (_gtk_text_btree_select_range): New function.
12030         (_gtk_text_btree_place_cursor): Now a simple wrapper around
12031         _gtk_text_btree_select_range().   
12032
12033         * gtk/gtktextbuffer.h: 
12034         * gtk/gtktextbuffer.c (gtk_text_buffer_select_range): New function.
12035         (gtk_text_buffer_place_cursor): Now a simple wrapper around
12036         gtk_text_buffer_select_range(). 
12037
12038 2003-01-05  Havoc Pennington  <hp@pobox.com>
12039
12040         * configure.in: fix a stray bracket that was breaking the build
12041
12042 2003-01-05  Tor Lillqvist  <tml@iki.fi>
12043
12044         * gtk-zip.sh.in: Use correct DLL and import library names, with
12045         GTK_API_VERSION in name, not GTK_MAJOR_VERSION.GTK_MINOR_VERSION.
12046         (DEVZIP): Add gdk-pixbuf-query-loaders.exe.
12047
12048         * configure.in: Improve check for dimm.h.
12049
12050         * configure.in: Set SOEXT to 'so' on Unix, 'dll' on Win32. Used in
12051         gdk-pixbuf/Makefile.am.
12052
12053         * gdk-pixbuf/makefile.mingw.in
12054         * gdk-pixbuf/pixops/makefile.mingw.in
12055         * gdk/makefile.mingw.in
12056         * gdk/win32/makefile.mingw.in
12057         * gtk/makefile.mingw.in: Remove. Not maintained anyway.
12058
12059         * gdk-pixbuf/Makefile.am
12060         * gdk-pixbuf/pixops/Makefile.am
12061         * gdk/Makefile.am
12062         * gdk/win32/Makefile.am
12063         * gtk/Makefile.am
12064         * configure.in: Remove makefile.mingw{,.in} from here, too.
12065         
12066         * README.win32: Updates. Don't mention the now removed
12067         makefile.mingw files.
12068
12069         * gdk/gdk.def
12070         * gtk/gtk.def: Add a couple of missing entries.
12071
12072         * gdk/gdkkeynames.c: Include <string.h> for strcmp() and memcpy().
12073
12074         * gdk/win32/gdkevents-win32.c: Move dimm.h header clash workaround
12075         earlier.
12076
12077         * gdk/win32/rc/Makefile.am: Add hack to help
12078         build/win32/lt-compile-resource decide which kind of libtool
12079         object file to produce.
12080
12081 2003-01-05  Matthias Clasen  <maclas@gmx.de>
12082
12083         * gtk/gtktextview.c (gtk_text_view_move_cursor_internal): Make
12084         C-Down step through the sequence of paragraph ends (old behaviour
12085         included paragraph starts).  (#80340, patch by Narayana Pattipati)
12086
12087         * gtk/gtktextiter.c (_gtk_text_btree_get_iter_at_first_toggle):
12088         Check for a tag toggle at the start iterator before calling
12089         gtk_text_iter_forward_to_tag_toggle().  (#102090, patch by Daniel 
12090         Elstner)
12091
12092 2003-01-04  Matthias Clasen  <maclas@gmx.de>
12093
12094         * gtk/gtkfilesel.h (struct _GtkFileSelection): Add /*< public >*/
12095         and /*< private >*/ as appropriate.  (#97211)
12096
12097 2003-01-04  Tor Lillqvist  <tml@iki.fi>
12098
12099         * Makefile.am (EXTRA_DIST): Don't distribute gtk-zip.sh, but do
12100         distribute gtk-zip.sh.in.
12101
12102         * gtk-zip.sh.in (DEVZIP): Add gdk-pixbuf-csource.exe and .1.
12103
12104 2003-01-03  Havoc Pennington  <hp@pobox.com>
12105
12106         * docs/Makefile.am (EXTRA_DIST): put it in EXTRA_DIST
12107
12108         * docs/text_widget_internals.txt: add a file documenting some of
12109         the text widget internals
12110
12111 2003-01-02  Matthias Clasen  <maclas@gmx.de>
12112
12113         * gtk/gtkwindow.c (gtk_window_get_focus): Document that it may
12114         return NULL.  (#102069)
12115
12116 2003-01-01  Matthias Clasen  <maclas@gmx.de>
12117
12118         * gtk/fnmatch.c (FNMATCH_TEST_CASES): #undef, since having
12119         a main() in the library is obviously bad. 
12120
12121 2002-12-27  Matthias Clasen  <maclas@gmx.de>
12122
12123         * gtk/gtktextview.c (gtk_text_view_drag_data_received): Place the
12124         cursor at drop point.  (#72384)
12125         (gtk_text_view_size_allocate): Update the horizontal adjustment
12126         value.  (#75694)
12127
12128 2002-12-25  Matthias Clasen  <maclas@gmx.de>
12129
12130         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Fix highlighting of
12131         selection wrt. to empty lines.  (#90435, #90582, #91619)
12132
12133         * gtk/gtktextview.c (gtk_text_view_preedit_changed_handler):
12134         Keep the cursor on screen.  (#96929)
12135
12136 2002-12-24  Matthias Clasen  <maclas@gmx.de>
12137
12138         * gtk/gtktextbuffer.c (paste_from_buffer): 
12139         (clipboard_text_received): Let the user action span the insertion
12140         and the deletion of the old selection.  (#82844)
12141
12142 2002-12-23  Matthias Clasen  <maclas@gmx.de>
12143
12144         * gtk/gtktextiter.c (gtk_text_iter_backward_sentence_starts):
12145         Don't call gtk_text_iter_backward_sentence_start() if
12146         count is zero.  (#99115)
12147
12148         * gtk/gtktextview.c (gtk_text_view_move_cursor_internal): Call
12149         move_cursor() even if the cursor hasn't moved, since it has the
12150         side effect of canceling the selection.  (#81395, #98537, #98333)
12151
12152 2002-12-22  Matthias Clasen  <maclas@gmx.de>
12153
12154         * gtk/gtktextlayout.c (add_preedit_attrs): Don't add attributes
12155         with empty ranges.  (fixes #101564 and #80637)
12156
12157 2002-12-21  Tor Lillqvist  <tml@iki.fi>
12158
12159         * gdk/win32/gdkwindow-win32.c (gdk_window_new): Move the code that
12160         sets the window style and extended window style, and adjusts the
12161         width and height to take the window decorations into account
12162         earlier. The adjusted width and height used to be ignored. Remove
12163         the local x, y, width and height variables, no need to further
12164         confuse the code by having local copies. (Partial fix, I hope, for
12165         #101588)
12166
12167         (gdk_window_move): When moving top-level windows, take title bar
12168         and border width into account, offsetting the coordinates before
12169         calling SetWindowPos().
12170
12171         (gdk_window_set_decorations, gdk_window_set_functions):
12172         Reimplement, taking into account the peculiar semantics of
12173         GDK_DECOR_ALL and GDK_FUNC_ALL. (#79036)
12174
12175         (gdk_window_get_decorations): Implement. (#98981)
12176         
12177         (gdk_window_set_type_hint): When setting
12178         GDK_WINDOW_TYPE_HINT_MENU, call gdk_window_set_decorations().
12179         (#79036)
12180
12181         * gdk/gdk.def: Add gdk_window_get_decorations. (#98981)
12182
12183 2002-12-21  Matthias Clasen  <maclas@gmx.de>
12184
12185         * gtk/gtktextview.c (gtk_text_view_set_background): New static
12186         function to set the background of all windows.
12187         (gtk_text_view_style_set): Use gtk_text_view_set_background().
12188         (gtk_text_view_state_changed): New function; change background
12189         according to state.  (#88126)
12190
12191 2002-12-21  Havoc Pennington  <hp@pobox.com>
12192
12193         * gtk/gtktextview.c (gtk_text_view_move_visually): fix the documentation
12194