]> Pileus Git - ~andy/gtk/blob - ChangeLog.pre-2-4
Create the event_window at the right size using the same logic as in
[~andy/gtk] / ChangeLog.pre-2-4
1 Fri Mar 12 15:06:44 2004  Owen Taylor  <otaylor@redhat.com>
2
3         * gtk/gtkexpander.c (gtk_expander_realize): Create the
4         event_window at the right size using the same logic as
5         in size_allocate. (#136994, Niklas Knuttson)
6
7 2004-03-12  Federico Mena Quintero  <federico@ximian.com>
8
9         * gtk/gtkwindow.c (gtk_window_activate_focus): Don't ignore the
10         return value of gtk_widget_activate().
11         (gtk_window_activate_default): Likewise.  Fixes #137008.
12
13         * gtk/gtkfilechooserdialog.c (response_cb): Act on positive
14         response IDs we recognize, rather than bailing out on cancellation
15         ones.  Fixes #136237; patch by Olivier Andrieu
16         <oliv__a@users.sourceforge.net>.
17         (file_chooser_widget_file_activated): If the dialog doesn't have a
18         default widget, try to find a suitable response widget on our own.
19         People should *really* be using gtk_dialog_set_default_response(),
20         but this is to help lazy programmers.
21
22         * gtk/gtkdialog.c (_gtk_dialog_get_response_for_widget): New
23         internal function.
24         (get_response_data): Add a "create" argument so that we don't
25         unconditionally create the response data.
26
27 2004-03-12  Morten Welinder  <terra@gnome.org>
28
29         * tests/Makefile.am: Add new testspinbutton.c
30
31 2004-03-11  Federico Mena Quintero  <federico@ximian.com>
32
33         * gtk/gtkfilechooserdefault.c (shortcuts_drag_set_delete_cursor):
34         Put the trash icon on the right for LTR locales, or on the left
35         for RTL.
36         (shortcuts_drag_motion_cb): Cancel the idle handler here as well.
37         (shortcuts_drag_leave_cb): Test whether the idle is present.
38         (shortcuts_drag_data_received_cb): Ahem, don't assert here.
39
40 Thu Mar 11 17:51:10 2004  Owen Taylor  <otaylor@redhat.com>
41
42         * modules/input/gtkimcontextxim.c (preedit_done_callback):
43         Clear preedit string and emit preedit_changed as needed
44         on AIX. (#130617, Philip K Warren)
45
46 2004-03-11  Morten Welinder  <terra@gnome.org>
47
48         * gtk/gtkpathbar.c (_gtk_path_bar_set_file_system): Plug leak.
49
50 Thu Mar 11 16:28:15 2004  Owen Taylor  <otaylor@redhat.com>
51
52         * gtk/gtkmenu.c (gtk_menu_get_toplevel): Fix attach/attach->parent
53         type. (#136919, Tim Mooney)
54
55 Thu Mar 11 16:18:51 2004  Jonathan Blandford  <jrb@redhat.com>
56
57         * gtk/gtkfilechooserdefault.c (shortcuts_insert_path): revert
58         earlier change to insert_path so that we test that the directory
59         exists.
60
61         * gtk/gtkfilechooserdialog.c
62         (gtk_file_chooser_dialog_constructor): move focus.
63
64 Thu Mar 11 22:12:14 2004  Matthias Clasen  <maclas@gmx.de>
65
66         * gtk/gtkspinbutton.c (gtk_spin_button_size_request): Use the same
67         logic as GtkEntry when calculating border width.  (#116368, reported
68         by Morten Welinder)
69
70 Thu Mar 11 15:59:05 2004  Owen Taylor  <otaylor@redhat.com>
71
72         * tests/testgtk.c (create_spins): Use gtk_entry_set_width_chars()
73         rather than gtk_widget_set_size_request().
74
75 2004-03-11  Federico Mena Quintero  <federico@ximian.com>
76
77         * gtk/gtkfilechooserdefault.c (remove_settings_signal): New
78         function, copied from gtkpathbar.c.
79         (gtk_file_chooser_default_dispose): Use remove_settings_signal()
80         rather than our own code.
81         (gtk_file_chooser_default_screen_changed): Use
82         remove_settings_signal(); this should handle per-screen settings
83         correctly.
84
85 Thu Mar 11 14:07:18 2004  Owen Taylor  <otaylor@redhat.com>
86
87         * gtk/gtklabel.c (gtk_label_focus): Fix a missing return
88         value.
89
90 Thu Mar 11 13:58:24 2004  Owen Taylor  <otaylor@redhat.com>
91
92         * gtk/gtkmessagedialog.c gtk/gtklabel.c: Back out the
93         put-labels-into-the-standard-focus-chain patches 
94         from bug #59707.
95
96         * gtk/gtklabel.c (gtk_label_focus): Only put the
97         label in the tab chain when the control key is pressed.
98
99 2004-03-11  Federico Mena Quintero  <federico@ximian.com>
100
101         * gtk/gtkfilechooserdefault.c (error_message_with_parent): Use a
102         single OK button, not a Close button, as per the HIG.
103
104         * gtk/gtkfilesel.c (gtk_file_selection_fileop_error): Likewise.
105
106 2004-03-11  Federico Mena Quintero  <federico@ximian.com>
107
108         * gtk/gtkfilechooserdefault.c (shortcuts_drag_motion_cb): Oops,
109         initialize "action" before jumping.  Fixes #136900.
110
111 2004-03-11  Mark McLoughlin  <mark@skynet.ie>
112
113         * gtk/gtksettings.c: (apply_queued_setting): don't overwrite
114         application properties. Fixes bug #136802.
115
116 2004-03-11  Dov Grobgeld  <dov@imagic.weizmann.ac.il>
117
118         * gtk/gtktextlayer.c: (gtk_text_layout_set_buffer): Added
119         call to gtk_text_layout_update_cursor_line() to solve in 
120         problem of switching keyboard direction at widget creation:
121         bug #136680
122
123 Thu Mar 11 10:28:30 2004  Owen Taylor  <otaylor@redhat.com>
124
125         * gtk/gtkfilechooserembed.c (delegate_initial_focus): Remove
126         stray 'return' statement. (#136855, David L. Cooper II)
127
128 2004-03-11  Mark McLoughlin  <mark@skynet.ie>
129
130         * gtk/gtkstyle.c: (gtk_default_draw_expander): Use the PRELIGHT
131         fg color for drawing the expander when prelit. Fixes problem
132         with the HighContrast theme: bug #136789.
133
134 2004-03-11  Federico Mena Quintero  <federico@ximian.com>
135
136         Fix #135912 and #135913.
137
138         * gtk/gtkfilechooserdefault.c
139         (shortcuts_filter_model_row_draggable): Implement.
140         (shortcuts_model_filter_new): New function, create a
141         ShortcutsModelFilterClass derived from GtkTreeModelFilter, so that
142         we can implement our own DnD interface methods.
143         (shortcuts_model_create): Use shortcuts_model_filter_new().
144         (shortcuts_list_create): Enable the shortcuts list as a drag
145         source.
146         (file_list_source_targets): Renamed from shortcuts_targets.
147         (shortcuts_list_create): Change the options for
148         gtk_drag_dest_set().  Connect to more drag signals so that we can
149         implement drops by hand.
150         (shortcuts_drag_data_delete_cb): New handler; just stop the emission.
151         (shortcuts_drag_motion_cb): New handler; validate the drop.
152         (shortcuts_drag_leave_cb): New handler; unset the drag_dest_row.
153         (shortcuts_drag_drop_cb): New handler; just stop the emission and
154         remove the idle handler for the drag cursor.
155         (shortcuts_add_bookmark_from_path): Add a position argument,
156         return a boolean success code.
157         (shortcuts_drag_data_received_cb): Handle two cases:  1) Insert
158         the bookmarks at the proper position, rather than always appending
159         them to the list; 2) alternatively, reorder the bookmarks.
160         (struct _GtkFileChooserDefault): New field shortcuts_drag_outside.
161         (shortcuts_drag_motion_cb): Turn off impl->shortcuts_drag_outside.
162         (shortcuts_drag_leave_cb): Turn on impl->shortcuts_drag_outside in
163         an idle handler.
164         (shortcuts_drag_end_cb): New handler; remove the selected bookmark.
165
166 Thu Mar 11 01:08:25 2004  Jonathan Blandford  <jrb@gnome.org>
167
168         * gtk/gtkfilechooserdefault.c (location_entry_create): up the
169         width of the entry a tad.
170
171         * gtk/gtkfilechooserentry.c (gtk_file_chooser_entry_init): use
172         gtk_entry_completion_selection_changed.  Also, unref the
173         completion as we were leaking a reference to it.
174
175 2004-03-10  Federico Mena Quintero  <federico@ximian.com>
176
177         * gtk/gtkstyle.c (draw_dot): Remove spurious semicolon.  Thanks to
178         Kjartan Maraas for pointing it out.
179
180 Wed Mar 10 23:40:15 2004  Matthias Clasen  <maclas@gmx.de>
181
182         * gtk/gtkentrycompletion.c (_gtk_entry_completion_popup): Set the
183         background on the action view cell renderer here, not in init, so 
184         that a) we catch style changes, and b) we get the real style, not 
185         the default one. Partial fix for #127648, reported by Dave Bordoley.
186
187 2004-03-10  Tor Lillqvist  <tml@iki.fi>
188
189         * gdk/win32/gdkevents-win32.c (build_key_event_state): Set also
190         the pointer button bits. (#136636, Dave Neary)
191
192         * gdk/win32/gdkwindow-win32.c (show_window_internal): Show
193         transparent (input only) windows using SetWindowPos(). (#132331,
194         John Ehresman)
195
196         (gdk_window_set_type_hint): For splash screens, remove the resize
197         handles, menu, and minimize/maximize/close buttons. (#132896)
198
199 Wed Mar 10 22:30:23 2004  Matthias Clasen  <maclas@gmx.de>
200
201         * gtk/gtkcellview.c (gtk_cell_view_cell_layout_clear): Keep the
202         cell_list in a consistent state while iterating over it, since
203         clear_attributes() also iterates over it.  (#136585, Morten Welinder)
204
205 2004-03-10  Mark McLoughlin  <mark@skynet.ie>
206
207         * gtk/gtkexpander.c: (gtk_expander_expose): don't propagate
208         the expose to the label. The expose handler for GtkContainer
209         already does that. Fixes bug #136719. Reported by Dennis
210         Cranston, exact cause nailed down by Owen.
211
212 2004-03-10  Federico Mena Quintero  <federico@ximian.com>
213
214         * gtk/gtkfilechooserdefault.c (list_mtime_data_func): Use an
215         untranslatable "%x" for dates, rather than a custom format.  Fixes
216         #136357.
217
218 2004-03-10  Morten Welinder  <terra@gnome.org>
219
220         * gtk/gtkfilechooserdefault.c
221         (gtk_file_chooser_default_add_shortcut_folder): Test validity of
222         path here.
223         (shortcuts_insert_path): Don't check here.
224         (get_file_info): Barf if name-only fails.
225
226         * tests/testfilechooser.c (main): Add support for --multiple.
227
228 Wed Mar 10 02:41:05 2004  Jonathan Blandford  <jrb@gnome.org>
229
230         * gtk/gtkpathbar.c: (gtk_path_bar_init), (gtk_path_bar_class_init),
231         (remove_settings_signal), (gtk_path_bar_dispose),
232         (gtk_path_bar_style_set), (gtk_path_bar_screen_changed),
233         (gtk_path_bar_scroll_up), (reload_icons), (change_icon_theme),
234         (settings_notify_cb), (gtk_path_bar_check_icon_theme),
235         (get_button_image), (gtk_path_bar_update_button_appearance),
236         (make_directory_button), (gtk_path_bar_check_parent_path): Support
237         changes in icon themes.
238
239         * gtk/gtkpathbar.h: add two elements
240
241         * tests/testfilechooser.c: (main): use gnome-vfs method again to
242         get more testing.
243
244 Wed Mar 10 01:17:40 2004  Jonathan Blandford  <jrb@gnome.org>
245
246         * gtk/gtkpathbar.c: added 'Desktop' to the list of volumes.  We
247         don't have any more untranlated strings in the dialog.
248
249 Wed Mar 10 00:24:24 2004  Jonathan Blandford  <jrb@gnome.org>
250
251         * gtk/gtkfilechooserdefault.c (error_dialog): use uri instead of
252         the pathname for UTF-8 safety.
253
254 Wed Mar 10 00:10:47 2004  Jonathan Blandford  <jrb@gnome.org>
255
256         * gtk/gtkfilechooserdefault.c (shortcuts_insert_path): Always
257         check to see if the shortcuts exists.  We don't want to put
258         invalid dirs in the shortcuts pane.
259
260 Tue Mar  9 16:40:34 2004  Jonathan Blandford  <jrb@gnome.org>
261
262         * gtk/gtkfilechooserdefault.c (struct _GtkFileChooserDefault):
263         remove unneeded shortuts_swin;
264
265 Wed Mar 10 01:49:27 2004  Matthias Clasen  <maclas@gmx.de>
266
267         Fix #136614 in a better way:
268         
269         * gtk/gtkoptionmenu.c (gtk_option_menu_init): Undo the last change.
270         * gtk/gtkbutton.c (struct _GtkButtonPrivate): Add a flag, align_set.
271         * gtk/gtkbutton.c (gtk_button_init): Initialize align_set to 0.
272         * gtk/gtkbutton.c (maybe_set_alignment): Rework to only set the
273         alignment if priv->align_set is set.
274         * gtk/gtkbutton.c (gtk_button_set_alignment): Set align_set to 1.
275
276 Wed Mar 10 01:21:05 2004  Matthias Clasen  <maclas@gmx.de>
277
278         * gtk/gtkcombobox.c (gtk_combo_box_menu_position_below): Place
279         grid mode popups left aligned, not right aligned.
280
281 Tue Mar  9 23:09:46 2004  Matthias Clasen  <maclas@gmx.de>
282
283         * gtk/gtkoptionmenu.c (gtk_option_menu_init): Avoid centering 
284         the label that is reparented from the menuitem.  (#136614, Dennis
285         Cranston)
286
287 Tue Mar  9 16:19:09 2004  Jonathan Blandford  <jrb@gnome.org>
288
289         * gtk/gtkpathbar.c (struct _ButtonData): Encapsulate all of the
290         information about a button in a struct instead of ugly
291         g_object_set_data.
292         (gtk_path_bar_size_request): Use ButtonData.
293         (gtk_path_bar_update_slider_buttons): ditto
294         (gtk_path_bar_size_allocate): ditto
295         (gtk_path_bar_remove): ditto
296         (gtk_path_bar_forall): ditto
297         (gtk_path_bar_scroll_down): ditto
298         (gtk_path_bar_clear_buttons): ditto
299         (button_clicked_cb): ditto.  Also, add an ignore_changes variable
300         (button_data_free): destroy ButtonData
301         (update_button_appearance): Use ButtonData
302         (make_directory_button): ditto
303         (gtk_path_bar_check_parent_path): ditto
304         (_gtk_path_bar_set_path): ditto
305
306 2004-03-09  Federico Mena Quintero  <federico@ximian.com>
307
308         Fix #136533.
309
310         * gtk/gtkfilechooserdefault.c (shortcuts_reload_icons): New
311         function.
312         (check_icon_theme): New helper function, installs a handler for
313         changes in the icon theme.
314         (gtk_file_chooser_default_style_set): Use check_icon_theme().
315         (gtk_file_chooser_default_screen_changed): Use check_icon_theme().
316         (gtk_file_chooser_default_dispose): Disconnect from GtkSettings.
317         (change_icon_theme): New function, updates impl->icon_size and
318         reloads the icons.
319         (struct _GtkFileChooserDefault): New field settings_signal_id.
320         (struct _GtkFileChooserDefault): New field icon_size.
321         (shortcuts_insert_path): Use impl->icon_size.
322         (list_icon_data_func): Likewise.
323
324 2004-03-09  Federico Mena Quintero  <federico@ximian.com>
325
326         * gtk/gtkfilechooserdefault.c (get_file_info): Handle the returned
327         parent_path being NULL.  Fixes #136662.
328
329 2004-03-09  Federico Mena Quintero  <federico@ximian.com>
330
331         * gtk/gtkfilechooserdefault.c (shortcuts_drag_data_received_cb):
332         Stop the emission so that GtkTreeView's handler won't try to poke
333         the filter model.  Fixes #136127.
334
335 Tue Mar  9 13:49:14 2004  Owen Taylor  <otaylor@redhat.com>
336
337         * gtk/gtkstyle.c (gtk_paint_polygon): Fix 
338         g_return_if_fail() that was checking draw_shadow.
339         (#136669, Morten Welinder)
340
341 Tue Mar  9 09:57:25 2004  Owen Taylor  <otaylor@redhat.com>
342
343         * === Released 2.3.6 ===
344
345         * configure.in: Version 2.3.6, interface age 0.
346
347         * NEWS: Updates
348
349 Tue Mar  9 11:01:45 2004  Jonathan Blandford  <jrb@gnome.org>
350
351         * gtk/gtkpathbar.c (gtk_path_bar_finalize): unref the correct
352         icon.  Reported by Michael Natterer <mitch@gimp.org>.
353
354 2004-03-09  Morten Welinder  <terra@gnome.org>
355
356         * tests/testfilechooser.c (main): Destroy widgets to reveal leaks.
357
358 Tue Mar  9 02:11:50 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
359
360         * gtk/gtkmenu.c Fix bug 136446. [Marco Pesenti Gritti]
361         (struct _GtkMenuPrivate): Add boolean destroying
362         (gtk_menu_destroy): Set priv->destroying
363         (gtk_menu_remove): don't update the table information when the
364         menu is being destroyed.
365
366         * gtk/gtkmenu.c (gtk_menu_set_monitor): Formatting fix
367
368         * gtk/gtktoolbar.[ch]: Some formatting fixes
369
370 Tue Mar  9 01:25:10 2004  Matthias Clasen  <maclas@gmx.de>
371
372         * gtk/gtkframe.c (gtk_frame_paint): Fix a typo.
373
374 2004-03-08  Federico Mena Quintero  <federico@ximian.com>
375
376         Fixes #136080.
377
378         * gtk/gtkfilesystemunix.c: Only lstat() if stat() failed due to
379         ENOENT.
380         (filename_get_info): Likewise.
381
382 2004-03-08  Federico Mena Quintero  <federico@ximian.com>
383
384         * gtk/gtkfilechooserdefault.c
385         (gtk_file_chooser_default_initial_focus): Use
386         gtk_tree_view_set_cursor().
387
388 2004-03-08  Federico Mena Quintero  <federico@ximian.com>
389
390         Patch "1a" from #136185, by Morten Welinder.
391
392         * gtk/gtkfilechooserdefault.c (get_file_info): Take in an argument
393         that says whether the caller just wants the display name.
394         (shortcuts_insert_path): We only want the name in the call to
395         get_file_info().
396
397         * gtk/gtkpathbar.c (_gtk_path_bar_set_path): Don't request more
398         info than needed from the file_folder.
399
400 2004-03-08  Federico Mena Quintero  <federico@ximian.com>
401
402         Fixes #136105.
403
404         * gtk/gtkfilechooserembed.h (struct _GtkFileChooserEmbedIface):
405         Added an ::initial_focus() method.
406
407         * gtk/gtkfilechooserembed.c
408         (_gtk_file_chooser_embed_delegate_iface_init): Set the
409         initial_focus method.
410         (delegate_initial_focus): Implement.
411         (_gtk_file_chooser_embed_initial_focus): New function.
412
413         * gtk/gtkfilechooserdialog.c
414         (gtk_file_chooser_dialog_constructor): Call
415         _gtk_file_chooser_embed_initial_focus().
416
417         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_init):
418         Install the ::initial_focus() handler.
419         (gtk_file_chooser_default_initial_focus): Implement.
420
421 2004-03-08  Federico Mena Quintero  <federico@ximian.com>
422
423         * gtk/gtkfilechooserdefault.c (update_from_entry): Return a
424         boolean success code.
425         (location_popup_handler): Refocus the file chooser if appropriate.
426         Fixes #135905.
427         (save_widgets_create): Don't set the text of the save_folder_label
428         here.
429         (update_appearance): Set the text here as appropriate for the save
430         mode.  Also fixes #136387.
431         (update_appearance): Don't show the Create Folder button in
432         SELECT_FOLDER mode.
433         (update_appearance): Show the extra widget in all Save modes
434         correctly.
435
436 Mon Mar  8 11:57:27 2004  Owen Taylor  <otaylor@redhat.com>
437
438         * gtk/gtkcombobox.c (gtk_combo_box_unset_model): Don't
439         call g_signal_handler_disonnect() if priv->model is
440         NULL. (#136551, Damon Chaplin)
441
442         * gtk/gtkcombobox.c (gtk_combo_box_model_row_inserted):
443         Back out code to set the active item when the first
444         item is added to the model; this causes problems for
445         GtkComboBoxText. (#136535)
446
447         * gtk/gtkcombobox.c (gtk_combo_box_menu_destroy)
448         * gtk/gtkcombobox.c (gtk_combo_box_list_destroy):
449         * gtk/gtkcombobox.c (gtk_combo_box_list_setup): 
450         * gtk/gtkcombobox.c (gtk_combo_box_menu_setup): 
451         Remove calls to gtk_combo_box_unset_model.
452
453         * gtk/gtkcombobox.c (gtk_combo_box_check_appearance): 
454         Clean up handling of wrap->width > 0.
455
456         * gtk/gtkcombobox.c (gtk_combo_box_relayout): Don't
457         switch list/menu mode here.
458
459         * gtk/gtkcombobox.c (gtk_combo_box_set_model): Protect
460         against the same model being set back.
461
462         * gtk/gtkcombobox.c (gtk_combo_box_relayout): Call
463         gtk_combo_box_menu_fill() rather than duplicating
464         a large chunk of code.
465
466 2004-03-08  Anders Carlsson  <andersca@gnome.org>
467
468         * gtk/gtkfilesystemmodel.c (gtk_file_system_model_get_flags): 
469         If max_depth is 0 then we have a list.
470
471 2004-03-08  Morten Welinder  <terra@gnome.org>
472
473         * gtk/gtkpathbar.c (_gtk_path_bar_set_path): If we fail, leave
474         widget unchanged.  Explicitly verify final directory.
475
476         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_create_folder,
477         get_icon_type, filename_get_info): Protect errno.
478
479 2004-03-08  Marco Pesenti Gritti  <marco@gnome.org>
480
481         * gtk/gtkentry.c: (gtk_entry_completion_key_press):
482
483         When an action is selected stop the event to be propagated
484         otherwise the activate signal is emitted too. (Bug #133394)
485
486 Mon Mar  8 04:50:12 2004  Jonathan Blandford  <jrb@gnome.org>
487
488         * gtk/gtkfilechooserdefault.c (create_path_bar): new function to
489         consolidate creating the path_bar.
490         (gtk_file_chooser_default_set_current_folder): no longer need to
491         pass in the filesystem.
492
493         * gtk/gtkpathbar.h: Removed unused set_pixbuf functions in favor
494         of just setting the filesystem.
495
496         * gtk/gtkpathbar.c (gtk_path_bar_finalize): Free root path and
497         home_dir.
498         (get_button_image): Add images to path_bar.
499         (update_button_appearance): use images
500         (make_directory_button): Clasify buttons based upon location.
501         (_gtk_path_bar_set_path): no longer need a file-system.  Also, add
502         rerooting, #135845, #135914
503
504         * tests/testfilechooser.c: Fix reused error handling.
505
506 2004-03-08  Anders Carlsson  <andersca@gnome.org>
507
508         * gtk/gtkfilesystemunix.c: (get_icon_for_directory),
509         (gtk_file_system_unix_render_icon):
510         Use better icons for home and desktop.
511
512 2004-03-08  Anders Carlsson  <andersca@gnome.org>
513
514         * gtk/gtkfilechooserentry.c:
515         (_gtk_file_chooser_entry_set_base_folder):
516         Set the base folder path in the entry.
517         
518 2004-03-08  Christian Neumair  <chris@gnome-de.org>
519
520         * tests/testentrycompletion.c: Fix typo.
521
522 2004-03-08  Tor Lillqvist  <tml@iki.fi>
523
524         * README.win32: Update.
525
526         * gtk/gtk.def: Small update. Thanks to J. Ali Harlow. Re-sorted.
527
528         * tests/testfilechooser.c: Correct localtime_r() emulation on
529         Win32. Remove a couple of unnecessary Win32-only includes.
530
531 Mon Mar  8 01:06:17 2004  Matthias Clasen  <maclas@gmx.de>
532
533         * tests/testentrycompletion.c: Test dynamic addition/removal. 
534
535 Sun Mar  7 22:38:49 2004  Matthias Clasen  <maclas@gmx.de>
536
537         * gtk/gtkframe.c (gtk_frame_paint): Use ythickness, not 
538         xthickness in the calculation of vertical dimensions.
539
540 Sun Mar  7 17:38:03 2004  Jonathan Blandford  <jrb@gnome.org>
541
542         * gtk/gtkbutton.c (gtk_button_class_init): actually use
543         gtk_button_add.
544
545         * gtk/gtkfilechooserdefault.c (error_building_filename_dialog):
546         use the uri, not the path, #136317
547         (renderer_edited_cb): ditto
548         (shortcuts_add_bookmark_from_path): ditto
549         (remove_bookmark_button_clicked_cb): ditto
550         (gtk_file_chooser_default_remove_shortcut): ditto
551         (update_from_entry): ditto
552         (up_folder_handler): ditto
553
554 Sun Mar  7 16:07:08 2004  Jonathan Blandford  <jrb@gnome.org>
555
556         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_init): set
557         redraw_on_allocate, #135902.
558
559         * gtk/gtkfilesystemmodel.c (model_refilter_recurse): Patch from
560         Damon Chaplin to set a node to be visible before emitting the
561         inserted signal, #135555.
562
563 Sun Mar  7 22:24:28 2004  Matthias Clasen  <maclas@gmx.de>
564
565         * gtk/gtkbutton.c (_gtk_button_paint): Don't use xthickness in the
566         height calculation.
567
568 Sun Mar  7 14:34:04 2004  Jonathan Blandford  <jrb@gnome.org>
569
570         Fixes #121500.
571
572         * gtk/gtkfilechooserdefault.c (trap_activate_cb): stop activate
573         from unselecting rows when pressed in multiple-selection mode.
574
575 2004-03-07  Hans Breuer  <hans@breuer.org>
576
577         * gdk/win32/gdkproperty-win32.c (gdk_screen_get_setting) :
578         some more settings from system, also reflect some name changes
579         done a while ago in the x11 backend
580
581         * gdk/win32/makefile.msc : build gdkspawn-win32.c
582
583         * gtk/gtkdnd.c : gtk_drag_source_[gs]et_target_list, added "Since: 2.4"
584
585         * gtk/makefile.msc.in : build gtkpathbar, link shell32.lib
586
587         * tests/makefile.msc : some more tests get build
588
589 Sun Mar  7 03:03:57 2004  Jonathan Blandford  <jrb@gnome.org>
590
591         * gtk/gtkfilechooserdefault.c
592         (gtk_file_chooser_default_get_paths): if action is
593         SELECT_FOLDER, then return the currentd folder if none is
594         selected.
595         (gtk_file_chooser_default_should_respond): Allow 'Ok' to be hit if
596         no directory is selected in SELECT_FOLDER mode.
597
598 Sat Mar  6 23:31:18 2004  Jonathan Blandford  <jrb@gnome.org>
599
600         * gtk/gtkfilechooserdefault.c (struct _GtkFileChooserDefault):
601         remove unneeded elements.
602         (tree_selection_changed): removed
603         (tree_name_data_func): removed
604         (gtk_file_chooser_default_finalize): don't unref dir model
605         (create_folder_tree): removed
606         (get_selection): no longer need to abstract away the selection
607         function.
608         (create_file_list): We now create a tree for all actions.
609         (file_pane_create): Make one tree.
610         (update_appearance) We really change the mode only, now.
611
612 Sun Mar  7 02:38:00 2004  Matthias Clasen  <maclas@gmx.de>
613
614         * gtk/gtkcombobox.c (gtk_combo_box_size_request): Do a 
615         size_request on the button and cell_view_frame, otherwise
616         their style will still be the default here in the initial 
617         size_request. (#136301, Mark McLoughlin)
618
619 2004-03-06  Gustavo J. A. M. Carneiro  <gustavo@users.sourceforge.net>
620
621         * gtk/gtktoolbar.c (internal_insert_element): Check return value
622         of gtk_stock_lookup; if stock lookup fails, just use stock_id as
623         label, instead of crashing. Fixes #136202.
624
625 2004-03-05  Federico Mena Quintero  <federico@ximian.com>
626
627         * gdk/linux-fb/gdkglobals-fb.c: Make <config.h> the very first
628         include.
629         * gdk/linux-fb/gdkwindow-fb.c: Likewise.
630         * gdk/linux-fb/gdkinput.c: Likewise.
631
632 2004-03-05  Federico Mena Quintero  <federico@ximian.com>
633
634         Fixes #136082 and #135265, patch by Morten Welinder.
635
636         * configure.in: Use AC_SYS_LARGEFILE.
637
638         * */*.c: #include <config.h>
639
640 2004-03-05  Federico Mena Quintero  <federico@ximian.com>
641
642         * gtk/gtkfilechooserdefault.c
643         (gtk_file_chooser_default_select_path): No need to have a
644         temporary error variable.
645
646 2004-03-05  Tor Lillqvist  <tml@iki.fi>
647
648         * configure.in: Move check for native Win32 (mingw) a bit
649         earlier. If Win32, disable static builds (as in GLib). Remove
650         unnecessary AC_LIBTOOL_WIN32_DLL.
651
652         * gdk/gdk.def: Add missing entries, thanks to J. Ali Harlow.
653
654         * gdk/win32/gdkcursor-win32.c (color_is_white): const-correctness.
655
656         (gdk_cursor_new_from_pixbuf): Copy of the non-Xcursor X11
657         implementation.
658
659         (gdk_display_supports_cursor_alpha,
660         gdk_display_supports_cursor_color): Dummy implementations.
661
662         (gdk_display_get_default_cursor_size,
663         gdk_display_get_maximal_cursor_size): Implement.
664
665         * gdk/win32/gdkdisplay-win32.c (gdk_display_get_default_group):
666         Dummy implementation.
667
668         * gdk/win32/gdkevents-win32.c (gdk_net_wm_supports): Dummy
669         implementation.
670
671         * gdk/win32/gdkfont-win32.c (gdk_font_get_display): Implement.
672
673         * gdk/win32/gdkinput-win32.c (gdk_input_motion_events): Remove,
674         not in API.
675
676         * gdk/win32/gdkwindow-win32.c (gdk_window_get_group): Dummy
677         implementation.
678
679 Fri Mar  5 18:00:36 2004  Jonathan Blandford  <jrb@redhat.com>
680
681         * gtk/gtkfilechooserdefault.c (new_folder_button_clicked): scroll
682         to the new path.
683
684         * gtk/gtktreeview.c (gtk_tree_view_adjustment_changed): Update the
685         allocation when scrolling instead of cancelling editing.
686
687 Fri Mar  5 23:52:34 2004  Matthias Clasen  <maclas@gmx.de>
688
689         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_set_modify_func): 
690         Improve the docs.  (#127727, Murray Cumming)
691
692 Fri Mar  5 23:37:16 2004  Matthias Clasen  <maclas@gmx.de>
693
694         * gtk/gtktreeview.c (gtk_tree_view_set_reorderable): Clarify the
695         doc comment.  (#118602)
696
697 Fri Mar  5 22:37:15 2004  Matthias Clasen  <maclas@gmx.de>
698
699         * gtk/gtkbutton.c (gtk_button_construct_child): Don't let
700         the priv->image pointer dangle.  (#136259, Padraig O'Briain)
701
702 2004-03-05  Federico Mena Quintero  <federico@ximian.com>
703
704         * gtk/gtkfilechooserprivate.h (struct _GtkFileChooserIface): Add
705         gboolean return values and GError arguments to
706         ::set_current_folder() and ::select_path().
707
708         * gtk/gtkfilechooser.c (gtk_file_chooser_set_current_folder):
709         Return a boolean value for success/failure.
710         (gtk_file_chooser_set_current_folder_uri): Likewise.
711         (gtk_file_chooser_select_filename): Likewise.
712         (gtk_file_chooser_select_uri): Likewise.
713         (gtk_file_chooser_set_filename): Likewise.
714         (gtk_file_chooser_set_uri): Likewise.
715         (_gtk_file_chooser_set_current_folder_path): Likewise, plus take
716         in a GError.
717         (_gtk_file_chooser_select_path): Likewise.
718
719         * gtk/gtkfilechooserutils.c (delegate_set_current_folder):
720         Likewise.
721         (delegate_select_path): Likewise.
722
723         * gtk/gtkfilechooserdefault.c
724         (gtk_file_chooser_default_select_path): Likewise.
725         (gtk_file_chooser_default_set_current_folder): Likewise; this also
726         fixes #136024.
727         (error_changing_folder_dialog): New helper function.
728         (change_folder_and_display_error): New helper function.
729         (switch_to_selected_folder): Use change_folder_and_display_error().
730         (tree_selection_changed): Likewise.
731         (shortcuts_activate_volume): Likewise.
732         (shortcuts_activate_item): Likewise.
733         (list_row_activated): Likewise.
734         (path_bar_clicked): Likewise.
735         (update_from_entry): Likewise.
736         (up_folder_handler): Likewise.
737         (home_folder_handler): Get the home path from the shortcuts model,
738         and use change_folder_and_display_error().
739
740         * tests/testfilechooser.c (set_current_folder): New helper
741         function; pops up a simple error dialog if necessary.
742         (set_filename): Likewise.
743         (set_folder_nonexistent_cb): Use set_current_folder().
744         (set_folder_existing_nonexistent_cb): Likewise.
745         (set_filename_nonexistent_cb): Use set_filename().
746         (set_filename_existing_nonexistent_cb): Likewise.
747
748 Fri Mar  5 11:17:35 2004  Owen Taylor  <otaylor@redhat.com>
749
750         * gtk/gtktreemodel.c (gtk_tree_row_reference_new_proxy): 
751         Improve the docs (reported by Vitaly Tishkov, 
752         #74362) Add some comments to the code about the 
753         row reference handling that are hopefully not entirely
754         wrong.
755
756 2004-03-05  Michael Natterer  <mitch@gimp.org>
757
758         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_show_all):
759         s/object/widget/. Makes it compile again.
760
761 Fri Mar  5 03:37:14 2004  Jonathan Blandford  <jrb@gnome.org>
762
763         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_show_all):
764         chain to the extra_widget.
765
766 Fri Mar  5 02:53:41 2004  Jonathan Blandford  <jrb@gnome.org>
767
768         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_finalize):
769         Patch from Damon Chaplin to free models when we're finalized,
770         #134053
771
772 2004-03-05  Alexander Larsson  <alexl@redhat.com>
773
774         * gtk/gtkfilesystem.c (gtk_file_system_get_volume_for_path):
775         Document the fact that there might not be a volume for all
776         paths.
777
778         * gtk/gtkfilechooserdefault.c (shortcuts_add_current_folder):
779         Don't assume there is a volume for all paths.
780
781 Fri Mar  5 01:45:04 2004  Jonathan Blandford  <jrb@gnome.org>
782
783         * gtk/gtkfilechooserdefault.c (shortcuts_append_paths): insert in
784         the correct place instead of naïvely appending.
785         (shortcuts_add_volumes): refilter the model
786         (shortcuts_add_bookmarks): refilter the model
787         (gtk_file_chooser_default_add_shortcut_folder): refilter the model
788
789 2004-03-04  Federico Mena Quintero  <federico@ximian.com>
790
791         * gtk/gtkfilechooserdialog.c (response_cb):  New handler.  Ask the
792         GtkFileChooser widget if it wants to do something special rather
793         than letting us terminate the dialog.
794         (gtk_file_chooser_dialog_init): Connect to "response"; see the
795         comment in the sources to see why we don't override the method in
796         class_init.
797
798         * gtk/gtkfilechooserembed.h (struct _GtkFileChooserEmbedIface):
799         Added a ::should_respond() method.
800
801         * gtk/gtkfilechooserembed.c
802         (_gtk_file_chooser_embed_delegate_iface_init): Add a delegate for ::should_respond().
803         (delegate_should_respond): New delegate.
804         (_gtk_file_chooser_embed_should_respond): New function.
805
806         * gtk/gtkfilechooserdefault.c (set_list_model, create_file_list):
807         Use dashes in signal names rather than underscores.
808         (gtk_file_chooser_default_init): Hook up our ::should_respond() implementation.
809         (gtk_file_chooser_default_should_respond): Implement.  go into a
810         folder rather than responding if we are in File mode and the
811         selected file is a folder.
812         (get_selection): New helper function.
813         (add_bookmark_button_clicked_cb): Use get_selection().
814         (bookmarks_check_add_sensitivity): Likewise.
815         (gtk_file_chooser_default_get_paths): Likewise.
816         (check_save_entry): New helper function.
817         (gtk_file_chooser_default_get_paths): Use check_save_entry().
818         (selection_check): Renamed from selection_is_folders().  Now
819         checks whether the selection is empty, all files, all folders.
820         (bookmarks_check_add_sensitivity): Use selection_check().
821
822 Fri Mar  5 00:05:59 2004  Matthias Clasen  <maclas@gmx.de>
823
824         * gtk/gtkcombobox.c (gtk_combo_box_list_setup): 
825         * gtk/gtkcombobox.c (gtk_combo_box_menu_setup): Connect to 
826         key_press_event and handle Alt-Down/Alt-Up to show or hide the
827         list popup. Also handle Down/Up/PageDown/PageUp/Home/End and 
828         make them change the active item without popping up the list.
829         These keybindings are inherited from GtkCombo. 
830
831 Thu Mar  4 23:15:58 2004  Matthias Clasen  <maclas@gmx.de>
832
833         * gtk/gtkcombobox.c (gtk_combo_box_menu_position): Initially 
834         select the active item when using optionmenu-like positioning. 
835
836 Thu Mar  4 16:54:30 2004  Owen Taylor  <otaylor@redhat.com>
837
838         * gtk/gtkrc.c (gtk_rc_check_pixmap_dir): Don't
839         open/close the file, just check for existence
840         with g_file_test(). This is considerably cheaper,
841         and lack-of-permissions for pixmap dirs is 
842         pathological.
843
844 Wed Mar  3 17:53:21 2004  Owen Taylor  <otaylor@redhat.com>
845
846         * gtk/gtksocket.c (gtk_socket_class_init): Overide
847         show_all/hide_all to be gtk_widget_show/gtk_widget_hide,
848         since we don't want to propagate to the in-process
849         plug, if any. (#122949, Michael Meeks)
850
851 Thu Mar  4 15:20:55 2004  Jonathan Blandford  <jrb@gnome.org>
852
853         * gtk/gtkfilechooserdefault.c (update_appearance): show the 'New
854         Folder' button in SAVE mode again.
855
856 Thu Mar  4 21:53:46 2004  Matthias Clasen  <maclas@gmx.de>
857
858         * gtk/gtkiconfactory.c (copy_cache): Increment the reference
859         count of the style when copying the cached icon.  (#135890, Crispin
860         Flowerday)
861
862 Thu Mar  4 21:45:43 2004  Matthias Clasen  <maclas@gmx.de>
863
864         * gtk/gtkcombobox.c: In list mode, set the background color 
865         of the cell view to the base color of the style, instead of
866         hardwiring white. (#136158)
867
868 Thu Mar  4 01:32:19 2004  Jonathan Blandford  <jrb@gnome.org>
869
870         * gtk/gtkpathbar.c (gtk_path_bar_set_path): Modified patch from
871         muppet <scott@asofyet.org> to keep child directories around if we
872         change to a child.
873
874         * gtk/gtkpathbar.c (_gtk_path_bar_set_home_icon): Start of
875         icon-setting functions.  Not used yet.
876         (_gtk_path_bar_set_root_icon): Ditto.
877         
878 Thu Mar  4 00:31:54 2004  Matthias Clasen  <maclas@gmx.de>
879
880         * gtk/gtktextview.c (extend_selection): 
881         * gtk/gtktextview.c (gtk_text_view_move_cursor_internal): Allow
882         to select the last word in the buffer.  (#135487, Paolo Borelli)
883
884 Wed Mar  3 23:54:31 2004  Matthias Clasen  <maclas@gmx.de>
885
886         * gtk/gtkentrycompletion.c: Doc update.
887
888 Wed Mar  3 17:30:18 2004  Owen Taylor  <otaylor@redhat.com>
889
890         * gtk/gtkwindow.c (gtk_window_mnemonic_activate): Check
891         whether widgets are viewable, not just if they are
892         mapped. (#122912, reported by Tim Evans)
893
894 Wed Mar  3 23:28:48 2004  Matthias Clasen  <maclas@gmx.de>
895
896         * gtk/gtkcombobox.c (gtk_combo_box_set_active): Move the actual
897         implementation into a new gtk_combo_box_set_active_internal() 
898         function, which doesn't do the short-circuiting. 
899         * gtk/gtkcombobox.c (gtk_combo_box_model_row_deleted): Use
900         set_active_internal() here, since the active item may change here,
901         although the index is unchanged.
902
903 Wed Mar  3 23:26:49 2004  Matthias Clasen  <maclas@gmx.de>
904
905         * gtk/gtkcombobox.c (gtk_combo_box_menu_position): Reintroduce the
906         traditional option menu placement of the popup for regular combo
907         boxes. Grids and editable combo boxes use the combo-like placement 
908         below the entry.  (#136021)
909         * gtk/gtkcombobox.c (gtk_combo_box_menu_button_press): 
910         * gtk/gtkcombobox.c (gtk_combo_box_popup): Call gtk_menu_set_active()
911         before popping up the menu, to make the placement work.
912         
913 Wed Mar  3 17:20:15 2004  Owen Taylor  <otaylor@redhat.com>
914
915         * gtk/gtkmain.c (gtk_propagate_event): Special case
916         scroll events so that they propagate up the widget
917         heirarchy when received on insensitive widgets.
918         (#101102, reported by Geoff Reedy)
919
920 Wed Mar  3 16:47:10 2004  Owen Taylor  <otaylor@redhat.com>
921
922          #109594, reported by Olivier Ripoll
923
924         * gtk/gtkentry.c (gtk_entry_size_request): Use max of 
925         width and digit width for gtk_entry_set_width_chars,
926         and round up.
927
928         * gtk/gtkcolorsel.c (gtk_color_selection_init): Set the
929         width of the entry to 7 chars.
930
931 Wed Mar  3 16:00:10 2004  Owen Taylor  <otaylor@redhat.com>
932
933         * configure.in: Strip out the "export-dynamic" libtool
934         option from library link lines. (#124687, James Henstridge)
935
936 Wed Mar  3 16:06:03 2004  Jonathan Blandford  <jrb@gnome.org>
937
938         * gtk/gtkfilechooserdefault.c (save_folder_combo_changed_cb):
939         Don't activate the combo if we're in the midst of changing
940         folders.
941
942 2004-03-03  Mark McLoughlin  <mark@skynet.ie>
943
944         * tests/testsocket_common.c: (print_hello): don't try and store
945         pointers in ints. Fixes 64-bit build.
946
947 2004-03-03  Federico Mena Quintero  <federico@ximian.com>
948
949         * gtk/gtkfilesystem.c (gtk_file_system_get_parent): Simplify by
950         not using a temporary variable, and clarify the documentation.
951         Fixes #136008.
952
953 2004-03-03  Mark McLoughlin  <mark@skynet.ie>
954
955         * gtk/gtkexpander.c:
956         (gtk_expander_enter_notify), (gtk_expander_leave_notify),
957         (gtk_expander_set_label_widget): Set the label widget's
958         state to prelight if we're prelit. Fixes bug #136078.
959
960 2004-03-03  Murray Cumming  <murrayc@murrayc.com>
961
962         * gtk/gtkradiobutton.h, radiomenuitem.h: Corrected the group_changed
963         signal vfunc declaration, adding the first parameter, which is the
964         widget emitting the signal.
965
966 2004-03-03  Morten Welinder  <terra@gnome.org>
967
968         * tests/testfilechooser.c (update_preview_cb): Plug leak.
969
970 Tue Mar  2 23:39:55 2004  Jonathan Blandford  <jrb@gnome.org>
971
972         * gtk/gtkfilechooserdialog.c
973         (file_chooser_widget_default_realized_size_changed): Split
974         function into realized and unrealized variants, and consolidate
975         the handling fo size-changing and default changing.
976
977         * gtk/gtkfilechooserembed.[ch] (gtk_file_chooser_embed_class_init):
978         remove resizable-hints-changed, as it just complicated things.
979
980         * gtk/gtkfilechooserdefault.c (update_appearance): Don't emit
981         resizable-hints-changed.
982         
983 2004-03-03  Tor Lillqvist  <tml@iki.fi>
984
985         * gtk/gtk.def: Add a missing entry. (#135982, J. Ali Harlow)
986
987         * NEWS: Correct spelling of my name in one place.
988
989 2004-03-02  Federico Mena Quintero  <federico@ximian.com>
990
991         * gtk/gtkfilechooserdefault.c
992         (gtk_file_chooser_default_set_current_folder): Handle errors in
993         setting the path bar's path.  Fixes #136000, based on a patch by
994         Morten Welinder.
995
996         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_insert_bookmark):
997         Don't free our own propagated error.
998
999         * gtk/gtkpathbar.c (gtk_path_bar_set_path): Likewise, and free the
1000         parent_path upon error.  Fixes #136006, patch by Morten Welinder.
1001         (gtk_path_bar_set_path): Unref the file_folder upon error.
1002         (gtk_path_bar_set_path): Return a boolean success code.
1003
1004 Wed Mar  3 00:28:59 2004  Matthias Clasen  <maclas@gmx.de>
1005
1006         * tests/testcombochange.c: Add an animation mode, to test 
1007         how the combobox behaves if the model changes while it is popped
1008         up.
1009
1010 Tue Mar  2 17:06:05 2004  Owen Taylor  <otaylor@redhat.com>
1011
1012         * === Released 2.3.5 ===
1013
1014         * NEWS: Updates
1015
1016         * configure.in: Version 2.3.5, interface age 0.
1017         Require glib-2.3.5, pango-1.3.5.
1018
1019 Tue Mar  2 23:08:12 2004  Matthias Clasen  <maclas@gmx.de>
1020
1021         * gtk/gtkentrycompletion.c (_gtk_entry_completion_popup): Avoid
1022         popping up the completions across the edge of the monitor.
1023         Part of #135561.
1024
1025 Tue Mar  2 16:47:40 2004  Owen Taylor  <otaylor@redhat.com>
1026
1027         * tests/testfilechooser.c (set_filename_existing_nonexistent_cb): 
1028         Move the /nonexistant stuff out of the main window,
1029         keep the main window somewhat normal looking.
1030
1031 Tue Mar  2 16:18:43 2004  Owen Taylor  <otaylor@redhat.com>
1032
1033         * gtk/gtktreestore.c (gtk_tree_store_reorder)
1034         * gtk/gtkliststore.c (gtk_list_store_reorder): Fix
1035         up the interpretation of new_order to match what
1036         it means elsewhere, document the meaning of new_order.
1037
1038         * gtk/gtkcombobox.c (gtk_combo_box_model_rows_reordered):
1039         Fix interpretation of new_order.
1040
1041         * tests/testcombochange.c (on_reorder): Fix interpretation
1042         of new_order.
1043
1044         * tests/testcombochange.c (on_reorder): Fix hitting
1045         "reorder" with an empty list.
1046
1047 Tue Mar  2 21:23:30 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
1048
1049         Patch from Frederic Crozat, test code from Jean-Philippe
1050         Chancelier. Fixes bug #120479.
1051         
1052         * gtk/gtkcombo.c (gtk_combo_popup_list): Make sure popup belongs
1053         to the right window group.
1054
1055         * gtk/gtkmenu.c (gtk_menu_popup): Same
1056
1057         * tests/testsocket.c (main): Pack the plugs into an hbox instead
1058         of a vbox.
1059
1060         * tests/testsocket_common.c: Add a GtkMenuBar, a GtkCombo and a
1061         GtkComboBox to the children.
1062
1063 Tue Mar  2 14:38:23 2004  Owen Taylor  <otaylor@redhat.com>
1064
1065         * gtk/gtkcombobox.c (gtk_combo_box_model_row_inserted):
1066         If the model was empty before, select the first inserted
1067         item.
1068
1069         * gtk/gtkcombobox.c (gtk_combo_box_model_row_deleted):
1070         Fix up the logic for the new row to select.
1071
1072         * gtk/gtkcombobox.c (gtk_combo_box_class_init):
1073         Rename "appearance" property to "appears-as-list".
1074
1075         * tests/testcombochange.c tests/Makefile.am: Test case
1076         for combos and dynamically changing models.
1077
1078 Tue Mar  2 15:19:52 2004  Jonathan Blandford  <jrb@redhat.com>
1079
1080         * gtk/gtkfilechooserdefault.c
1081         (gtk_file_chooser_default_get_resizable_hints): set the default
1082         value, spotted by Morten Welinder.
1083
1084 Tue Mar  2 15:03:15 2004  Jonathan Blandford  <jrb@redhat.com>
1085
1086         * gtk/gtkfilechooserdefault.c
1087         (gtk_file_chooser_default_get_resizable_hints): get the logic
1088         correct.  This will fix sizing on save dialogs.
1089
1090         (save_widgets_create): set_mnemonic_widget.
1091
1092 2004-03-02  Federico Mena Quintero  <federico@ximian.com>
1093
1094         * gtk/gtkfilechooserdefault.c
1095         (gtk_file_chooser_default_set_current_folder): Don't update the
1096         save folder combo if we are already switching folders; based on a
1097         patch by Jonathan Blandford.
1098
1099         * gtk/gtkfilechooserdefault.c (shortcuts_add_current_folder):
1100         Handle failure to insert the path.  Based on a patch by Morten
1101         Welinder attached to bug #135380.
1102
1103         * tests/testfilechooser.c (extra_widget_create): Add a bunch of
1104         buttons to test various things.
1105
1106 Tue Mar  2 20:59:23 2004  Matthias Clasen  <maclas@gmx.de>
1107
1108         * tests/Makefile.am: Add testentrycompletion.
1109
1110         * tests/testentrycompletion.c: New file to test some of the
1111         more exotic GtkEntryCompletion features.
1112
1113 Tue Mar  2 14:38:10 2004  Jonathan Blandford  <jrb@redhat.com>
1114
1115         * tests/testfilechooser.c (main): improve tests a little.
1116
1117 Tue Mar  2 11:45:50 2004  Owen Taylor  <otaylor@redhat.com>
1118
1119         * gtk/gtkcombobox.c: Always connect to the changed
1120         signals on the model, update the active item as
1121         appropriate when rows are inserted/deleted/reordered,
1122         re-layout the menu on ::rows-reordered.
1123
1124         * gtk/gtkcellview.c (gtk_cell_view_set_displayed_row):
1125         Allow %NULL for path to unset and leave no current
1126         path.
1127
1128 Tue Mar  2 19:54:53 2004  Matthias Clasen  <maclas@gmx.de>
1129
1130         * gtk/gtkcombobox.c (gtk_combo_box_list_position): Position
1131         the popup above the sample if there is not enough room below.
1132         Part of #135543.
1133
1134 Tue Mar  2 19:53:36 2004  Matthias Clasen  <maclas@gmx.de>
1135
1136         * gtk/gtkcombobox.c (gtk_combo_box_set_popup_widget): Make the 
1137         frame for the list mode etched in, to give the popup a slightly
1138         less flat appearance. 
1139
1140 Tue Mar  2 17:55:31 2004  Matthias Clasen  <maclas@gmx.de>
1141
1142         * gtk/gtk.def: Add gtk_combo_box_entry_new_text().  
1143
1144 2004-03-02  Morten Welinder  <terra@gnome.org>
1145
1146         * tests/testfilechooser.c (size_prepared_cb): Don't scale images
1147         that are small enough to fit.  Avoid using incompatibly typed data
1148         pointer.
1149
1150         * gtk/gtkfilechooserdefault.c
1151         (gtk_file_chooser_default_get_resizable_hints): Test the
1152         resize_horizontally pointer, not the deferenced pointer.
1153
1154 2004-03-01  Federico Mena Quintero  <federico@ximian.com>
1155
1156         * gtk/gtkfilechooserdefault.c (struct _GtkFileChooserDefault): New
1157         flag shortcuts_current_folder_is_volume.
1158         (shortcuts_add_current_folder): Set
1159         impl->shortcuts_current_folder_is_volume as appropriate.
1160         (remove_current_folder_cb): Handle the flag.
1161         (shortcuts_activate_item): Likewise.
1162         (shortcuts_update_current_folder): Handle the
1163         impl->shortcuts_current_folder_active flag; only add the folder if
1164         it doesn't already exist in the list.
1165         (shortcuts_model_create): Don't insert the current folder
1166         separator here.
1167         (shortcuts_add_current_folder): Insert the separator here.
1168         (shortcut_find_position): Renamed from shortcut_exists(); now
1169         returns an index.
1170         (shortcuts_add_current_folder): Set the active item in the combo.
1171
1172 2004-03-01  Federico Mena Quintero  <federico@ximian.com>
1173
1174         * gtk/gtkfilechooserdefault.c (shortcuts_row_activated_cb): Eep,
1175         use gtk_tree_model_filter_convert_iter_to_child_iter(), not the reverse.
1176
1177 2004-03-01  Federico Mena Quintero  <federico@ximian.com>
1178
1179         * gtk/gtkfilechooserdefault.c (shortcuts_model_create): Don't
1180         unref an old model; there isn't one.  This was a leftover from
1181         when we recreated the model on every change.
1182         (save_widgets_create): Create the save folder combo.
1183         (shortcuts_model_create): Don't set the model on the tree view
1184         here.
1185         (gtk_file_chooser_default_constructor): Create the shortcuts model
1186         here, before the rest of the widgets.
1187         (shortcuts_list_create): Don't call shortcuts_model_create() here;
1188         just set the model on the tree.
1189         (save_folder_combo_create): New function, provided by Jonathan
1190         Blandford.
1191         (update_appearance): Set the sensitivity of the folder combo.
1192         (shortcuts_activate_iter): New helper function; code moved from
1193         shortcuts_row_activated_cb().
1194         (shortcuts_activate_item): New helper function.
1195         (shortcuts_row_activated_cb): Use shortcuts_activate_iter().
1196         (ShortcutsIndex): Renamed SHORTCUTS_SEPARATOR to
1197         SHORTCUTS_BOOKMARKS_SEPARATOR.
1198         (struct _GtkFileChooserDefault): New field shortcuts_current_folder_active.
1199         (shortcuts_insert_separator): Add a position argument.
1200         (shortcuts_get_index): Handle the SHORTCUTS_CURRENT_FOLDER_SEPARATOR 
1201         and SHORTCUTS_CURRENT_FOLDER positions.
1202         (shortcut_exists): Ignore the current folder row.
1203         (struct _GtkFileChooserDefault): New field shortcuts_filter_model.
1204         (shortcuts_model_create): Create a filter model for the shortcuts list.
1205         (shortcuts_list_create): Set the model to the shortcuts_filter_model.
1206         (remove_bookmark_button_clicked_cb): Use the shortcuts_filter_model.
1207         (bookmarks_check_remove_sensitivity): Likewise.
1208         (shortcuts_row_activated_cb): Likewise.
1209         (gtk_file_chooser_default_set_current_folder): New function.
1210         (gtk_file_chooser_default_set_current_folder): Update the current
1211         folder row in the shortcuts list.
1212
1213         * gtk/gtkfilechooserwidget.c
1214         (gtk_file_chooser_widget_constructor): Cast correctly for
1215         _gtk_file_chooser_embed_set_delegate().
1216
1217 Mon Mar  1 19:30:25 2004  Owen Taylor  <otaylor@redhat.com>
1218
1219         * gtk/gtkdnd.[ch]: Add gtk_drag_source_set/get_target_list().
1220         (#127499, based on patch from Michael Natterer)
1221
1222         * tests/testgtk.c: Fix bidi strings to display correctly
1223         with new auto-bidi.
1224
1225 Tue Mar  2 01:34:40 2004  Matthias Clasen  <maclas@gmx.de>
1226
1227         * gtk/gtksettings.c: Remove the include of Xft.h, which is already
1228         dragged in via pangoxft.h.  (#135496, David Hawthorne)
1229
1230 Mon Mar  1 23:52:15 2004  Tim Janik  <timj@gtk.org>
1231
1232         * gtk/gtkbindings.[hc]: expose gtk_bindings_activate_event(), changed
1233         callers.
1234
1235         * gtk/gtkwindow.[hc]: added gtk_window_propagate_key_event() to expose
1236         the key event propagation mechanism used for focus widgets.
1237         (gtk_window_key_release_event): use the same key event propagation logic
1238         as gtk_window_key_press_event().
1239
1240 2004-03-01  Simon Budig  <simon@gimp.org>
1241
1242         * gdk/x11/gdkinput-x11.c: X11 R6.4 specifies 15 events
1243         for the XInput extension. We want to see them all.
1244         We now get Proximity Out events again. Fixes bug #135320.
1245
1246 Tue Mar  2 00:47:21 2004  Matthias Clasen  <maclas@gmx.de>
1247
1248         * gtk/gtkimmodule.c (match_locale): Use case-insensitive
1249         comparison. Fixes XIM module loading on AIX.  (#131277)
1250
1251 Mon Mar  1 23:59:18 2004  Matthias Clasen  <maclas@gmx.de>
1252
1253         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_row_deleted): 
1254         Make it work correctly when the child model is cleared 
1255         completely. (#121633)
1256
1257 2004-03-01  Michael Natterer  <mitch@gimp.org>
1258
1259         * gtk/gtkfilechooserwidget.h: removed accidentially committed char
1260         which broke the build.
1261
1262 Mon Mar  1 16:51:21 2004  Jonathan Blandford  <jrb@redhat.com>
1263
1264         * gtk/gtkfilechooserdialog.c
1265         (file_chooser_widget_default_size_changed): only store the size if
1266         we can resize in that direction.
1267
1268 Mon Mar  1 16:32:52 2004  Jonathan Blandford  <jrb@redhat.com>
1269
1270         * gtk/gtkfilechooserwidget.c
1271         (gtk_file_chooser_widget_new_with_backend): new function.  Long
1272         name.
1273
1274 2004-03-01  Morten Welinder  <terra@gnome.org>
1275
1276         * gtk/gtkfilesystemunix.c (filename_get_info): Only stat when
1277         needed.
1278
1279         * gtk/gtkfilesystemmodel.c (file_model_node_is_visible): Simplify
1280         semantics and check for errors.
1281
1282         * gtk/gtkpathbar.c (gtk_path_bar_set_path): Propagate errors.
1283
1284         * gtk/gtkfilefilter.c (gtk_file_filter_filter): Don't crash if
1285         display_name is NULL.
1286
1287 Mon Mar  1 14:16:52 2004  Owen Taylor  <otaylor@redhat.com>
1288
1289         Based on patch by Alex Larsson
1290
1291         * gtk/gtkfilechooserdefault.c: Use gtk-file-chooser-backend
1292         GtkSetting to set the backend if the app doesn't specify one.
1293
1294         * gdk/x11/gdkevents-x11.c gtk/gtksettings.c:
1295         Add Gtk/FileChooserBackend.
1296
1297 Mon Mar  1 20:32:06 2004  Tim Janik  <timj@gtk.org>
1298
1299         * autogen.sh:
1300         - exit with $? instead of 1 in case of failure
1301         - exit with $? if ./configure failed
1302           (that's so autogen.sh && make lines work)
1303         - removed --enable-gtk-doc option
1304         - added $AUTOGEN_CONFIGURE_ARGS
1305
1306 2004-03-01  Federico Mena Quintero  <federico@ximian.com>
1307
1308         * gtk/gtkfilechooserdefault.c (list_model_filter_func): Test for
1309         filter_info.uri correctly.  Fixes #135379, pointed out by Damon
1310         Chaplin.
1311         (shortcuts_get_index): Compute the bookmarks index correctly.
1312         Fixes #135714, pointed out by Damon Chaplin.
1313         (gtk_file_chooser_default_list_shortcut_folders): Handle the case
1314         with no shortcuts, and don't run off the end of the list if there
1315         are no bookmarks and their separator.  Fixes #135572, patch by
1316         Damon Chaplin.
1317
1318 Mon Mar  1 12:23:06 2004  Owen Taylor  <otaylor@redhat.com>
1319
1320         * gtk/gtklabel.c: Handle dynamically resolved bidi direction
1321         when drawing the cursor. (#118541)
1322
1323         * gtk/gtkentry.c (get_better_cursor_x): Use entry->resolved_dir;
1324
1325         * gtk/gtkentry.c (draw_insertion_cursor): Fix up
1326         some confusion in parameter ordering.
1327
1328 Mon Mar  1 12:05:54 2004  Jonathan Blandford  <jrb@redhat.com>
1329
1330         * gtk/gtkfilechooserdialog.c
1331         (file_chooser_widget_resizable_hints_changed): Handle
1332         shrinking/growing.
1333
1334 2004-03-01  Michael Natterer  <mitch@gimp.org>
1335
1336         * gtk/gtktextbtree.c: removed underscores from calls to
1337         gtk_text_btree_resolve_bidi().
1338
1339 Mon Mar  1 10:41:27 2004  Owen Taylor  <otaylor@redhat.com>
1340
1341         Patch from Dov Grobgeld to implement auto-bidi-direction
1342         for GtkTextView (#118543)
1343
1344         * gtk/gtktextbtree.[ch]: Resolve bidi base direction
1345         for each line by propagating backwards/forwards as
1346         necessary.
1347
1348         * gtk/gtktextlayout.[ch] gtk/gtktextview.c: Set the 
1349         bidi base direction for the ;ine with the cursor from 
1350         the keyboard direction. Add gtk_text_layout_set_keyboard_direction().
1351         
1352 Mon Mar  1 10:31:11 2004  Owen Taylor  <otaylor@redhat.com>
1353
1354         * gtk/gtkentry.[ch]: Implement auto-bidi-direction,
1355         based on a patch from Dov Grobgeld. (#118540)
1356
1357 Sun Feb 29 22:01:49 2004  Owen Taylor  <otaylor@redhat.com>
1358
1359         * gtk/gtkentry.[ch]: Add gtk_entry_set_alignment() 
1360         to allow right-aligned entries and a "xalign" 
1361         property. (#59799, patch from Egon Andersen and 
1362         Steffen Gutmann)
1363
1364         * gtk/gtkmisc.c (gtk_misc_class_init): Use improved
1365         xalign property description here too.
1366
1367         * tests/testtext.c: UNDERLINE_ERROR test addition
1368         from Nicolas Settons' patch.
1369
1370 Sun Feb 29 20:34:06 2004  Owen Taylor  <otaylor@redhat.com>
1371
1372         * gtk/gtkwindow.[ch] gtk/gtkmenushell.c: export
1373         gtk_window_activate_key() (Request from Tim Janik)
1374
1375 Mon Mar  1 01:00:11 2004  Matthias Clasen  <maclas@gmx.de>
1376
1377         * gtk/gtktextview.c (gtk_text_view_drag_data_received): 
1378         Make DND operations within a buffer move the dragged 
1379         text instead of copying it; also make DND operations 
1380         a single user action for undo purposes.  (#135191, 
1381         #93139, reported by Tommi Komulainen, patch by Paolo Borelli
1382         and Paolo Maggi)
1383
1384 Mon Mar  1 00:51:11 2004  Matthias Clasen  <maclas@gmx.de>
1385
1386         * NEWS: News for 2.3.5.
1387
1388 Sun Feb 29 23:25:35 2004  Matthias Clasen  <maclas@gmx.de>
1389
1390         * gtk/gtkentry.c (gtk_entry_completion_key_press): 
1391         Fix the Shift-Tab support to go backwards.
1392
1393 Sun Feb 29 16:40:40 2004  Owen Taylor  <otaylor@redhat.com>
1394
1395         * gtk/gtktextview.c (gtk_text_view_class_init): Fix 
1396         capitalization to match other style properties.
1397
1398 Sun Feb 29 16:38:53 2004  Owen Taylor  <otaylor@redhat.com>
1399
1400         * gtk/gtktextview.c (gtk_text_view_class_init): Fix a
1401         typo in property string.
1402
1403 Sun Feb 29 16:35:23 2004  Owen Taylor  <otaylor@redhat.com>
1404
1405         * gdk/gdkpango.c gtk/gtktextdisplay.c: Implement
1406         PANGO_UNDERLINE_ERROR (Based on a patch by
1407         Nicolas Setton, #114237)
1408
1409         * gtk/gtktextview.c: Add a error-underline-color style
1410         property.
1411
1412 Sun Feb 29 19:04:33 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
1413
1414         * gtk/gtkrange.c (_gtk_range_get_wheel_delta): New internal
1415         function returning a good step value for the mouse wheel. For
1416         scrollbars, base the step on page_size^(2/3), for other ranges,
1417         use 2 * step_increment.
1418
1419         * gtk/gtkrange.c (gtk_range_scroll_event): Use it here ...
1420
1421         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_scroll_event): 
1422         ... and here.
1423
1424         * gtk/gtkmenu.c (gtk_menu_leave_notify): Fix a warning.
1425
1426 Sun Feb 29 01:51:27 2004  Jonathan Blandford  <jrb@gnome.org>
1427
1428         * gtk/gtkfilechooserembed.c
1429         (_gtk_file_chooser_embed_get_default_size):  Add g_return_if_fail()
1430         (_gtk_file_chooser_embed_get_resizable_hints): Add g_return_if_fail()
1431
1432         * gtk/gtkfilechooserdialog.c
1433         (file_chooser_widget_default_size_changed): Get the correct
1434         initial size for the dialog.  Also, don't bother with
1435         gtk_window_set_default_size().  It's not really meaningful.
1436
1437         * gtk/gtkfilechooserdefault.c
1438         (gtk_file_chooser_default_get_default_size): Get the correct
1439         spacing for the preview_widget
1440         (update_preview_widget_visibility): Clear widget field after we
1441         destroy it.
1442
1443 2004-02-29  Federico Mena Quintero  <federico@ximian.com>
1444
1445         * gtk/gtkfilechooserdefault.c
1446         (gtk_file_chooser_default_set_property): Handle
1447         GTK_FILE_CHOOSER_PROP_USE_PREVIEW_LABEL.
1448         (gtk_file_chooser_default_get_property): Likewise.
1449         (struct _GtkFileChooserDefault): Added fields for preview_label,
1450         use_preview_label, preview_display_name, preview_box.  Removed
1451         preview_frame.
1452         (set_preview_widget): Reorder the widget in relation to the label.
1453         (update_preview_widget_visibility): Create or destroy the preview
1454         label.
1455         (check_preview_change): Update impl->preview_display_name and the
1456         label.
1457         (find_good_size_from_style): Use the preview_box.
1458         (gtk_file_chooser_default_finalize): Free
1459         impl->preview_display_name.
1460         (gtk_file_chooser_default_init): Initialize
1461         impl->use_preview_label.
1462
1463         * gtk/gtkfilechooser.c (gtk_file_chooser_class_init): Add a
1464         "use-preview-label" property.
1465         (gtk_file_chooser_set_use_preview_label): New function.  This sets
1466         whether one wants the file chooser to display a stock label with
1467         the previewed filename.  Apps that do really fancy previews can
1468         turn this off and draw the name themselves.
1469         (gtk_file_chooser_get_use_preview_label): New function.
1470         (gtk_file_chooser_get_preview_widget_active): Documentation fix.
1471
1472         * gtk/gtkfilechooserutils.h (GtkFileChooserProp): Add a
1473         GTK_FILE_CHOOSER_PROP_USE_PREVIEW_LABEL value.
1474
1475         * gtk/gtkfilechooserutils.c
1476         (_gtk_file_chooser_install_properties): Override the
1477         "use-preview-label" property.
1478
1479 Sun Feb 29 04:43:29 2004  Matthias Clasen  <maclas@gmx.de>
1480
1481         * gtk/gtkentry.c (gtk_entry_completion_key_press): Make Tab and
1482         Shift-Tab work when the completion popup is shown.
1483
1484 2004-02-28  Federico Mena Quintero  <federico@ximian.com>
1485
1486         * gtk/gtkfilechooserdefault.c (create_folder_tree): Use "Name" for
1487         the title of the filename column.
1488         (create_file_list): Likewise.
1489
1490 Sun Feb 29 03:31:42 2004  Matthias Clasen  <maclas@gmx.de>
1491
1492         * gtk/gtkentry.c (gtk_entry_completion_key_press): Fix Page_Up 
1493         and Page_Down in the completion popup to move page-wise if we're
1494         scrolling.
1495
1496 2004-02-28  Federico Mena Quintero  <federico@ximian.com>
1497
1498         * gtk/gtkfilechooserdefault.c (set_cell_text_bold_if_folder):
1499         Removed.
1500         (list_name_data_func): Don't call the function above.
1501         (list_mtime_data_func): Likewise.
1502
1503 Sun Feb 29 02:34:35 2004  Matthias Clasen  <maclas@gmx.de>
1504
1505         * gtk/gtkcombobox.c (gtk_combo_box_list_position): New 
1506         function which calculates position and size for the popup in
1507         list mode. Currently it only pushes the popup horizontally 
1508         into the screen.
1509
1510 Sun Feb 29 01:10:09 2004  Matthias Clasen  <maclas@gmx.de>
1511
1512         * gtk/gtkcombobox.c: Implement the previous fix in a better way,
1513         small cleanups.
1514
1515 2004-02-28  Hans Breuer  <hans@breuer.org>
1516
1517         * gtk/gtkfilesystemwin32.c : applied patch from
1518         J. Ali Harlow <ali@juiblex.co.uk>, fixes bug #135641
1519
1520 Sat Feb 28 23:30:36 2004  Matthias Clasen  <maclas@gmx.de>
1521
1522         * gtk/gtkcombobox.c (gtk_combo_box_popup): Actually resize the
1523         popup window before popping up.  (#135651)
1524
1525 Sat Feb 28 23:29:35 2004  Matthias Clasen  <maclas@gmx.de>
1526
1527         * gtk/gtkcombobox.c (gtk_combo_box_class_init): 
1528         * gtk/gtkcombobox.c (gtk_combo_box_init): Override the default
1529         handler for style_set in class_init instead of connecting to
1530         the signal in init. (noticed by Yosh).
1531
1532 Sat Feb 28 14:48:35 2004  Owen Taylor  <otaylor@redhat.com>
1533
1534         * demos/gtk-demo/main.c (read_line): #ifdef HAVE_FLOCKFILE, 
1535         not #ifndef HAVE_FLOCKFILE. (#135642, J. Ali Harlow)
1536
1537 2004-02-28  Hans Breuer  <hans@breuer.org>
1538
1539         * gtk/gtkfilesystemwin32.c : adapt to add -> insert_bookmark
1540         change. Also merged some crossplatform code from 
1541         gtkfilesystemunix.c
1542         * gtk/gtk.def : updated externals
1543
1544         * gtk/makefile.msc.in : added gtkfilechooserembed.obj
1545
1546 2004-02-28  Hans Breuer  <hans@breuer.org>
1547
1548         * gdk/win32/gdkdnd-win32.c : set current_dest_drag to NULL
1549         when destroying, fixes bug #120007. Also removed the mirrored
1550         ref counting for deprecated gdk_drag_context_<ref|unref>()
1551         cause it wasn't reliable anymore anyway.
1552
1553         * gdk/win32/gdkdisplay-win32.c : fix typo, which should
1554         have broken the win32 build for everyone not using msvc
1555
1556         * gdk/win32/gdkevents-win32.c : WM_GETMINAMXINFO ensure not to
1557         return negative values for ptMaxTrackSize, it caused snapping
1558         windows to their minimum size
1559
1560 Sat Feb 28 01:39:01 2004  Matthias Clasen  <maclas@gmx.de>
1561
1562         * gtk/gtkcombobox.c (gtk_combo_box_set_wrap_width): Support
1563         switching back to non-gridded mode.  (#135169)
1564
1565 Fri Feb 27 22:29:46 2004  Matthias Clasen  <maclas@gmx.de>
1566
1567         * gtk/gtkwidget.c (gtk_widget_can_activate_accel): Add "Since: 2.4".
1568
1569 Fri Feb 27 18:52:19 2004  Jonathan Blandford  <jrb@redhat.com>
1570
1571         * gtk/gtkfilechooserdialog.c (gtk_file_chooser_dialog_style_set):
1572         Whoops.  Didn't mean to commit the size change.
1573
1574 Fri Feb 27 18:46:27 2004  Jonathan Blandford  <jrb@redhat.com>
1575
1576         * gtk/gtkfilechooserembed.h: New private interface to help
1577         negotiate the default size of the widget.  Still a bit buggy, but
1578         better than the old behavior.
1579
1580         * gtk/gtkfilechooserdefault.c: Implement the embed interface.
1581
1582         * gtk/gtkfilechooserwidget.c: Proxy the embed interface.
1583
1584         * gtk/gtkfilechooserdialog.c: Use the embed interface.
1585
1586 2004-02-27  Federico Mena Quintero  <federico@ximian.com>
1587
1588         * gtk/gtkfilesystem.c (gtk_file_system_insert_bookmark): Added a
1589         "position" argument.
1590
1591         * gtk/gtkfilesystem.h (GtkFileSystemError): Added value for 
1592         GTK_FILE_SYSTEM_ERROR_ALREADY_EXISTS.
1593         (struct _GtkFileSystemIface): Added a "position" argument to the
1594         ::insert_bookmark() method.
1595
1596         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_insert_bookmark):
1597         Updated; renamed from gtk_file_system_unix_add_bookmark().  Return
1598         an error if the path already exists in the bookmarks list.
1599         (gtk_file_system_unix_remove_bookmark): Return an error if the
1600         path does not exist in the bookmarks list.
1601
1602         * gtk/gtkfilechooserdefault.c (shortcuts_add_bookmark_from_path):
1603         For now, use gtk_file_system_insert_bookmark() with -1 for the
1604         position.  DnD will come next.
1605
1606 Fri Feb 27 21:42:28 2004  Matthias Clasen  <maclas@gmx.de>
1607
1608         * gtk/gtkcombobox.c (gtk_combo_box_relayout): 
1609         * gtk/gtkcombobox.c (gtk_combo_box_style_set): Simplify, only 
1610         create a new setup if appearance actually changed.
1611         * gtk/gtkcombobox.c (gtk_combo_box_cell_layout_clear): 
1612         * gtk/gtkcombobox.c (gtk_combo_box_get_cell_info): Make 
1613         these more robust.  (#127623, Damon Chaplin)
1614
1615 Fri Feb 27 15:06:00 2004  Jonathan Blandford  <jrb@redhat.com>
1616
1617         * gtk/gtkfilechooser.c (gtk_file_chooser_class_init): remove
1618         folder-mode property.
1619
1620         * gtk/gtkfilechooserutils.c
1621         (_gtk_file_chooser_install_properties): remove FOLDER_MODE property.
1622
1623 Thu Feb 26 17:38:40 2004  Manish Singh  <yosh@gimp.org>
1624
1625         * gtk/gtkcombobox.c: Add function declaration for
1626         gtk_combo_box_list_remove_grabs().
1627
1628 Fri Feb 27 02:33:21 2004  Matthias Clasen  <maclas@gmx.de>
1629
1630         * gtk/gtkentry.c (keyval_is_cursor_move): Classifiy Page Up/Down as
1631         cursor move, but not Home and End.
1632
1633         * gtk/gtkentry.c (gtk_entry_completion_key_press): Lets Page Up/Down
1634         jump to the ends of the list, not Home and End - since we're not 
1635         scrolling yet, a "page" is always the complete list.  (#127430, Marco
1636         Pesenti Gritti)
1637
1638 Fri Feb 27 00:39:11 2004  Matthias Clasen  <maclas@gmx.de>
1639
1640         * gtk/gtkcombobox.c (gtk_combo_box_list_destroy): 
1641         * gtk/gtkcombobox.c (gtk_combo_box_menu_destroy): Don't let
1642         the priv pointers dangle.  (#127623, Damon Chaplin)
1643
1644 Thu Feb 26 17:31:34 2004  Manish Singh  <yosh@gimp.org>
1645
1646         * gdk/x11/xsettings-client.c (read_settings): fix ytpo: s/eles/else/
1647
1648 Thu Feb 26 19:53:32 2004  Owen Taylor  <otaylor@redhat.com>
1649
1650         * gdk/x11/xsettings-common.h (xsettings_client_process_event): 
1651         Add xsettings_client_set_grab_func,
1652         Add xsettings_client_set_ungrab_func to the list of renames.
1653
1654 Thu Feb 26 19:48:39 2004  Owen Taylor  <otaylor@redhat.com>
1655
1656         * gdk/x11/xsettings-client.c (read_settings): Fix memory leak
1657         in case of mismatched property type.
1658
1659 Thu Feb 26 18:25:57 2004  Jonathan Blandford  <jrb@gnome.org>
1660
1661         * gtk/gtkfilechooser.h (GtkFileChooserAction): Add two more folder
1662         modes to the enum.
1663
1664         * gtk/gtkfilechooser.c (gtk_file_chooser_set_folder_mode): Remove.
1665         (gtk_file_chooser_get_folder_mode): Remove
1666
1667 Thu Feb 26 17:29:04 2004  Owen Taylor  <otaylor@redhat.com>
1668
1669         * gdk/x11/gdkevents-x11.c (gdk_wm_protocols_filter): Return
1670         GDK_FILTER_CONTINUE for unhandled message types.
1671
1672         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Allow
1673         multiple filters for the same event type with the standard
1674         "GDK_FILTER_CONTINUE == pretend I wasn't here" semantics.
1675
1676         * gdk/x11/gdkevents-x11.c (gdk_display_add_client_message_filter):
1677         Append to the filter list not prepend, since order now matters.
1678
1679         * gdk/win32/gdkevents-win32.c (gdk_add_client_message_filter): 
1680         Append to the filter list not prepend, since order now matters.
1681         
1682 Thu Feb 26 23:39:07 2004  Matthias Clasen  <maclas@gmx.de>
1683
1684         Fixes for #135333, analysed by Damon Chaplin:
1685         
1686         * gtk/gtkcombobox.c (gtk_combo_box_list_button_pressed): Don't
1687         grab here.
1688         * gtk/gtkcombobox.c (gtk_combo_box_popup): Do the grabs here, 
1689         so that we don't forget to grab when the menu is popped via
1690         keynav.
1691         * gtk/gtkcombobox.c (gtk_combo_box_list_button_released): Don't
1692         ungrab here.
1693         * gtk/gtkcombobox.c (gtk_combo_box_popdown): Do the ungrabs here.
1694
1695 Thu Feb 26 23:26:00 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
1696
1697         * gtk/gtkstatusbar.c (set_grip_cursor): New function. Use resize
1698         cursors for resize grips. (Bug #129621)
1699
1700         * gtk/gtktoolbar.c (gtk_toolbar_get_relief_style): Documentation
1701         fix - patch by Torsten Schoenfeld.
1702
1703         * gtk/gtkmenubar.c (gtk_menu_bar_size_request): don't request
1704         space between the items. (Bug #110775)
1705
1706         * gtk/gtkrc.c (_gtk_rc_init): Provide extra horizontal padding
1707         inside menu items that are inside a menu bar. (Bug #110775)
1708         
1709         * configure.in (HAVE_XCURSOR): Make XCurosr part of GDK_EXTRA_,
1710         not GDK_PACKAGES, to prevent applications from getting linked to
1711         it (Bug #119804)
1712
1713         * gtk/gtkmenubar.c (gtk_menu_bar_size_allocate): Put the vertical
1714         ipadding inside the item. (Bug #61843)
1715
1716 Thu Feb 26 22:56:40 2004  Matthias Clasen  <maclas@gmx.de>
1717
1718         * gtk/gtkwidget.c: Replace gtk_widget_get_mnemonic_widgets() 
1719         by list_mnemonic_widgets() in doc comments as well.
1720
1721 Thu Feb 26 16:36:38 2004  Owen Taylor  <otaylor@redhat.com>
1722
1723         Fixes from Torsten Schoenfeld.
1724
1725         * gtk/gtkwidget.c (gtk_widget_add_mnemonic_label): 
1726         Fix name in doc comment.
1727
1728         * gtk/gtkwidget.h: gtk_widget_list_mnemonic_labels(),
1729         not get_mnemonic_labels.
1730
1731 Thu Feb 26 22:20:44 2004  Matthias Clasen  <maclas@gmx.de>
1732
1733         * gtk/gtkcomboboxentry.h:
1734         * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_new_text): New
1735         convenience API to construct simple text combos, implemented by
1736         Damon Chaplin.
1737
1738         * tests/testcombo.c: Use gtk_combo_box_entry_new_text.
1739
1740 Thu Feb 26 22:19:29 2004  Matthias Clasen  <maclas@gmx.de>
1741
1742         * gtk/gtkcombobox.c (gtk_combo_box_new_text): Improve the docs.
1743
1744 Thu Feb 26 15:43:43 2004  Owen Taylor  <otaylor@redhat.com>
1745
1746         * gtk/gtkstyle.[ch]: Export insertion cursor drawing functionality
1747         in a simplified form as gtk_draw_insertion_cursor().
1748         (#99031, request from Alex Larsson)
1749
1750         * gtk/gtktextdisplay.c gtk/gtkentry.c gtk/gtklabel.c:
1751         Adapt to new gtk_draw_insertion_cursor().
1752
1753         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_class_init)
1754         gtk/gtkstyle.c (gtk_style_class_init): Add some missed
1755         Since: 2.4.
1756
1757         * gtk/gtkiconfactory.c (icon_size_settings_changed)
1758           gtk/gtkicontheme.c (do_theme_change)
1759           gtk/gtkrc.c (_gtk_rc_context_get_default_font_name)
1760         * gtk/gtksettings.c (gtk_settings_notify):
1761         _gtk_rc_reset_styles => gtk_rc_reset_styles.
1762
1763 Thu Feb 26 21:52:58 2004  Matthias Clasen  <maclas@gmx.de>
1764
1765         Fixes for #127804 and #134722, Damon Chaplin:
1766         
1767         * gtk/gtkcombobox.c (gtk_combo_box_cell_layout_pack_end): 
1768         * gtk/gtkcombobox.c (gtk_combo_box_cell_layout_pack_start): 
1769         Ref and sink the cell renderers here.
1770         
1771         * gtk/gtkcombobox.c (gtk_combo_box_finalize): Unref the cell
1772         renderers here, and free attributes and func_data. 
1773
1774 Thu Feb 26 21:41:38 2004  Matthias Clasen  <maclas@gmx.de>
1775
1776         * gtk/gtkrc.c (gtk_rc_reset_styles): Mark as 2.4 API addition.
1777
1778 Thu Feb 26 14:47:22 2004  Dom Lachowicz <cinamod@hotmail.com>
1779
1780         * gtk/gtk.def: Export gtk_rc_reset_styles()
1781
1782 Thu Feb 26 14:47:22 2004  Owen Taylor  <otaylor@redhat.com>
1783
1784         * gtk/gtkrc.[ch]: Export gtk_rc_reset_styles(). 
1785         (Request from Dom Lachowicz, #123769)
1786
1787 Wed Feb 25 19:11:31 2004  Owen Taylor  <otaylor@redhat.com>
1788
1789         * gtk/gtkradiobutton.[ch] gtk/gtkradiomenuitem.[ch]: Add a
1790         ::group-changed signal emitted when the radio button/menu item 
1791         is moved from one group of radio buttons to another. 
1792         (#79563, based partially on a patch from Padraig O'Briain)
1793
1794 Thu Feb 26 13:23:47 2004  Owen Taylor  <otaylor@redhat.com>
1795
1796         * gdk/x11/gdkwindow-x11.c (set_text_property): Use the right
1797         free() function. (#135511, George Bronnikov)
1798
1799 2004-02-26  Federico Mena Quintero  <federico@ximian.com>
1800
1801         * configure.in: Added a comment to inform translators that they
1802         must add .po files to both po/ and po-properties/ when they add
1803         new languages to ALL_LINGUAS.
1804
1805 Wed Feb 25 15:36:50 2004  Owen Taylor  <otaylor@redhat.com>
1806
1807         * gdk/x11/gdkselection-x11.c (gdk_utf8_to_compound_text_for_display):
1808         Call g_convert(), not g_convert() with fallback, since Emacs is
1809         happier if we reject the COMPOUND_TEXT request and it can
1810         then ask for UTF-8. (#114527)
1811
1812         * gtk/gtkselection.c (gtk_selection_data_set_text): When
1813         TEXT is requested, if COMPOUND_TEXT fails, fall back to STRING.
1814
1815 Wed Feb 25 22:35:00 2004  Tomasz KÅ‚oczko <kloczek@pld.org.pl>
1816
1817         * cinfigure.in: After changes in G_DEFINE_TYPE minimal required glib
1818         vesion for build gtk+ is now 2.3.3.
1819
1820 Wed Feb 25 16:00:40 2004  Jonathan Blandford  <jrb@gnome.org>
1821
1822         * gtk/gtkfilechooserdefault.c (update_appearance): move the
1823         expander code.
1824
1825 2004-02-25  Danilo Å egan  <dsegan@gmx.net>
1826
1827         * configure.in (ALL_LINGUAS): po-properties/sr@ije.po added, so
1828         adding back sr@ije.
1829
1830 2004-02-25  Federico Mena Quintero  <federico@ximian.com>
1831
1832         * configure.in (ALL_LINGUAS): Remove sr@ije until po-properties/
1833         is fixed for it.
1834
1835 Wed Feb 25 12:44:49 2004  Owen Taylor  <otaylor@redhat.com>
1836
1837         * gtk/gtkstyle.[ch]: Make realize and unrealize signals. (#73310)
1838
1839 Wed Feb 25 12:21:32 2004  Owen Taylor  <otaylor@redhat.com>
1840
1841         * gtk/gtkwidget.[ch] gtk/gtklabel.c: Patch from
1842         Padraig O'Briain to add gtk_widget_add/remove_mnemonic_label,
1843         gtk_widget_get_mnemonic_labels(). (#103456)
1844
1845 2004-02-25  Danilo Å egan  <dsegan@gmx.net>
1846
1847         * configure.in: Added sr@ije to ALL_LINGUAS.
1848
1849 Wed Feb 25 09:46:34 2004  Owen Taylor  <otaylor@redhat.com>
1850
1851         * gtk/gtkstyle.c (gtk_style_finalize): Free 
1852         style->icon_factories (#130128)
1853
1854 Wed Feb 25 03:52:58 2004  Jonathan Blandford  <jrb@gnome.org>
1855
1856         * gtk/gtkpathbar.c: use gtk_widget_push/pop_composite_child around
1857         internal buttons.
1858
1859         * gtk/gtkfilechooserdefault.c (struct _GtkFileChooserDefault):
1860         rename some widgets to make it clear where they are packed.
1861         (update_appearance): New function to handle all the 'logic' of
1862         layout in one place.  We aren't trying to keep all our properties
1863         in sync.
1864         (gtk_file_chooser_default_set_property): use update_appearance()
1865
1866 2004-02-24  Federico Mena Quintero  <federico@ximian.com>
1867
1868         * gtk/gtkfilechooserdefault.c (shortcuts_model_create): Renamed
1869         from create_shortcuts_model().
1870         (struct _GtkFileChooserDefault): Renamed the shortcuts_tree field
1871         to shortcuts_list.
1872         (shortcuts_list_create): Renamed from shortcuts_tree_create().
1873         (create_file_list): Enable the tree view as a model drag source.
1874         (create_folder_tree): Likewise.
1875
1876         * gtk/gtkfilesystemmodel.c (_gtk_file_system_model_get_type):
1877         Register the drag source interface.
1878         (drag_source_iface_init): New function.
1879         (drag_source_row_draggable): New function.
1880         (drag_source_drag_data_get): New function.
1881
1882 Tue Feb 24 19:12:07 2004  Owen Taylor  <otaylor@redhat.com>
1883
1884         * === Released 2.3.4 ===
1885
1886         * configure.in: Bump version to 2.3.4, fix broken
1887         gtk_binary_age value by copying the GLib logic
1888         to automatically set it to the right values.
1889
1890 Wed Feb 25 00:13:24 2004  Matthias Clasen  <maclas@gmx.de>
1891
1892         * gtk/gtkcombobox.c (gtk_combo_box_menu_row_changed): 
1893         * gtk/gtkcombobox.c (gtk_combo_box_list_row_changed): 
1894         Don't resize priv->cell_view if it is NULL.  (#127804, 
1895         Damon Chaplin)
1896         
1897 Wed Feb 25 00:06:50 2004  Matthias Clasen  <maclas@gmx.de>
1898
1899         * gtk/gtkcombobox.c: Add a comment about the different 
1900         modi of this widget. Get rid of priv->hbox, and some other
1901         cleanups. Make sure that gtk_combo_box_unset_model() is 
1902         always called before setting up a different mode. 
1903
1904 Tue Feb 24 17:51:49 2004  Owen Taylor  <otaylor@redhat.com>
1905
1906         * gtk/gtkaccellabel.c (gtk_accel_label_refetch): Convert
1907         underscores in keyval names to spaces. (#131480)
1908
1909 Tue Feb 24 17:35:59 2004  Owen Taylor  <otaylor@redhat.com>
1910
1911         * m4macros/gtk-2.0.m4: Add some quotes around ***. (#130073,
1912         Uwe Zeisberger)
1913
1914 Tue Feb 24 14:45:03 2004  Owen Taylor  <otaylor@redhat.com>
1915
1916         * === Released 2.3.3 ===
1917
1918         * configure.in: Version 2.3.3, interface age 0.
1919
1920         * NEWS: Finish updates for 2.3.3.
1921
1922 2004-02-24  Federico Mena Quintero  <federico@ximian.com>
1923
1924         * gtk/gtkfilechooserdefault.c (save_widgets_create): Use a plain
1925         GtkEntry for the filename, not a GtkFileChooserEntry.
1926         (update_chooser_entry): Use gtk_entry_set_text() rather than
1927         _gtk_file_chooser_entry_set_file_part().
1928         (gtk_file_chooser_default_set_current_name): Likewise.
1929         (gtk_file_chooser_default_set_current_folder): Don't set the base
1930         folder of the entry, and don't call update_chooser_entry().
1931         (gtk_file_chooser_default_get_paths): Use the plain entry.
1932         (save_widgets_create): Store the "Save in Folder" label in the
1933         impl structure.
1934         (expander_activate_cb): Set the sensitivity of the label and
1935         combo.
1936         (save_widgets_create): Connect to "notify::expanded" rather than
1937         "activate" on the expander.
1938         (expander_changed_cb): Renamed from expander_activate_cb().  Flip
1939         the conditions again...
1940
1941 Tue Feb 24 14:43:07 2004  Jonathan Blandford  <jrb@gnome.org>
1942
1943         * gtk/gtktreeview.c (gtk_tree_view_bin_expose): only draw the sort
1944         column as different if there are 3 or more visible columns.
1945
1946 2004-02-24  Anders Carlsson  <andersca@gnome.org>
1947
1948         * gtk/gtkfilechooserdefault.c: (shortcuts_insert_separator):
1949         Fix compilation (#135278, Padraig O'Briain).
1950         
1951 2004-02-24  Anders Carlsson  <andersca@gnome.org>
1952
1953         * gtk/gtkfilechooserdefault.c: (shortcuts_append_desktop):
1954         Translate the desktop label.
1955         
1956         (shortcuts_get_index), (shortcuts_add_bookmarks),
1957         (shortcuts_insert_separator), (create_shortcuts_model):
1958         Don't show the bookmark separator if there are no bookmarks.
1959         
1960 Tue Feb 24 01:41:30 2004  Jonathan Blandford  <jrb@gnome.org>
1961
1962         * gtk/gtkfilechooserdefault.c (location_popup_handler): Make the
1963         dialog look like the nautilus dialog.
1964         (expander_activate_cb): get the order correct.
1965
1966 2004-02-23  Federico Mena Quintero  <federico@ximian.com>
1967
1968         * gtk/gtkfilechooserdefault.c (list_selection_changed): Call
1969         bookmarks_check_add_sensitivity().
1970         (shortcut_exists): New helper function; moved the testing code
1971         over from bookmarks_check_add_sensitivity().
1972         (bookmarks_check_add_sensitivity): Check the contents of the
1973         selection in the file/folder list.  Use shortcut_exists().
1974         (shortcuts_add_bookmark_from_path): Don't insert the bookmark if
1975         the path is already in the shortcuts list.
1976         (add_bookmark_button_clicked_cb): Add the bookmarks from the list
1977         selection or from the current folder, as appropriate.
1978
1979 Mon Feb 23 21:09:06 2004  Jonathan Blandford  <jrb@gnome.org>
1980
1981         * gtk/gtkfilechooserdefault.c (shortcuts_pane_create): Add
1982         mnemonics.  Sorry translators.
1983
1984 Tue Feb 24 02:24:58 2004  Matthias Clasen  <maclas@gmx.de>
1985
1986         * NEWS: Additions. This should be complete for the main ChangeLog
1987         now, still need to sift through gdk-pixbuf, docs, and translations.
1988
1989 Mon Feb 23 19:57:45 2004  Jonathan Blandford  <jrb@gnome.org>
1990
1991         * gtk/gtkcellrendererseptext.c (gtk_cell_renderer_sep_get_size):
1992         Add a get_size implementation so that we are no longer the same
1993         height as text.
1994
1995 2004-02-24  Anders Carlsson  <andersca@gnome.org>
1996
1997         * gtk/gtkfilechooserdefault.c: (shortcuts_insert_path),
1998         (shortcuts_remove_rows), (shortcuts_append_bookmarks),
1999         (create_shortcuts_model), (shortcuts_tree_create),
2000         (gtk_file_chooser_default_remove_shortcut_folder):
2001         Improve bookmark list rendering by controlling the visibility
2002         of the pixbuf cell so that it will be invisible for the separator
2003         row, also use a list store instead of a tree store for the model
2004         so we won't get unnecessary space for an expander.
2005         
2006 Tue Feb 24 01:08:27 2004  Matthias Clasen  <maclas@gmx.de>
2007
2008         * gtk/gtkcombobox.c: Add a destroy implementation in order to
2009         set priv->cell_view to NULL before finalize stumbles over the 
2010         dangling pointer. This big array of pointers into the widget 
2011         tree in GtkComboBoxPrivate is really fragile and should be
2012         cleaned up.
2013
2014 Mon Feb 23 17:52:43 2004  Jonathan Blandford  <jrb@gnome.org>
2015
2016         * gtk/gtkfilechooserdefault.c (main_paned_create): use a size
2017         group when allocating space for the buttons at the bottom just in
2018         case.  Also, move the filter to below the file list.
2019
2020 Mon Feb 23 16:52:12 2004  Jonathan Blandford  <jrb@gnome.org>
2021
2022         * gtk/gtkfilechooserdefault.c
2023         (gtk_file_chooser_default_class_init): Seth was confused by
2024         keybindings.  They should be Alt, not Ctl.  Also, A-Home should go
2025         home, not up.
2026
2027 Mon Feb 23 15:23:23 2004  Jonathan Blandford  <jrb@gnome.org>
2028
2029         * gtk/gtkpathbar.c (gtk_path_bar_set_path): Display the root a bit
2030         more cleanly.
2031
2032         * gtk/gtkpathbar.h (struct _GtkPathBarClass): fix the signal.
2033
2034 2004-02-23  Federico Mena Quintero  <federico@ximian.com>
2035
2036         Rework the user interface of the file chooser, as per 
2037         Seth Nickell's design.
2038
2039         * gtk/gtkfilechooserdefault.c
2040         (gtk_file_chooser_default_class_init): Add binding signals and bindings:
2041                 "location-popup" - C-l
2042                 "up-folder"      - C-Up
2043                 "home-folder"    - C-Home
2044         (up_folder_handler): New function; moved the code from up_button_clicked().
2045         (up_button_clicked_cb): Call up_folder_handler().
2046         (home_folder_handler): New function.
2047         (location_popup_handler): New function.
2048         (struct _GtkFileChooserDefault): Add an hpaned field.
2049         (gtk_file_chooser_default_set_current_name): Check that we are in
2050         Save mode.
2051         (save_widgets_create): New function, create the widgets specific
2052         to Save mode.
2053         (main_paned_create): New function, create the hpaned's widgets here.
2054         (gtk_file_chooser_default_constructor): Create the open and save
2055         widgets, and show only one set.
2056         (gtk_file_chooser_default_set_property): Show/hide the save widgets.
2057         (gtk_file_chooser_default_get_paths): Only pay attention to the
2058         entry in Save mode.
2059         (update_chooser_entry): Update the entry only in Save mode.
2060         (entry_activate): Removed.
2061
2062 Mon Feb 23 11:20:34 2004  Owen Taylor  <otaylor@redhat.com>
2063
2064         * configure.in: Remove the configure.in check for fontconfig 
2065         entirely; it's not needed, since PangoXft implies that sufficiently
2066         new fontconfig is present.
2067
2068 Mon Feb 23 02:26:53 2004  Jonathan Blandford  <jrb@gnome.org>
2069
2070         * gtk/gtkpathbar.c (gtk_path_bar_finalize):
2071         for (i = 0; i < 10; i++)
2072           g_print ("I will compile before committing.\n");
2073
2074 Mon Feb 23 02:08:42 2004  Jonathan Blandford  <jrb@gnome.org>
2075
2076         * gtk/gtkfilechooserdefault.c (file_pane_create): Use the
2077         GtkPathBar by default now.
2078
2079         * gtk/gtkpathbar.c (gtk_path_bar_set_path): Correctly set the
2080         current path from the path.
2081         (gtk_path_bar_class_init): new signal
2082         (button_clicked_cb): emit the signal when we're selected.
2083         (gtk_path_bar_clear_buttons): Fix a crasher when we weren't
2084         clearing thr first_scrolled_button.
2085
2086 Mon Feb 23 02:26:15 2004  Matthias Clasen  <maclas@gmx.de>
2087
2088         * gtk/gtkcombobox.c (gtk_combo_box_size_allocate): Fix the 
2089         allocation for the toggle button so that it actually shows up 
2090         in LTR list mode.
2091
2092         * gtk/gtkcombobox.c (gtk_combo_box_set_column_span_column): 
2093         * gtk/gtkcombobox.c (gtk_combo_box_set_row_span_column): 
2094         * gtk/gtkcombobox.c (gtk_combo_box_set_wrap_width): Add
2095         notification, and avoid excessive relayouting. 
2096
2097 Mon Feb 23 00:38:21 2004  Matthias Clasen  <maclas@gmx.de>
2098
2099         Fix bug 134982, reported by Morten Welinder:
2100         
2101         * gtk/gtkpathbar.c (gtk_path_bar_destroy): 
2102         * gtk/gtktooltips.c (gtk_tooltips_destroy): 
2103         * gtk/gtkinvisible.c (gtk_invisible_destroy): Chain up to the 
2104         parent's ::destroy handler.
2105         
2106         * gdk/gdkdisplay.c (gdk_display_dispose): Chain up to the 
2107         parent's ::dispose handler.
2108
2109 Sat Feb 21 19:09:55 2004  Manish Singh  <yosh@gimp.org>
2110
2111         * gtk/gtksettings.c (gtk_default_substitute): Guard the FC_HINT_STYLE
2112         stuff with an #ifdef, so we still build with most fontconfig versions.
2113
2114 Sun Feb 22 03:03:29 2004  Matthias Clasen  <maclas@gmx.de>
2115
2116         * gtk/gtkaction.c: (gtk_action_finalize):
2117         * gtk/gtkclipboard.c: (gtk_clipboard_finalize):
2118         * gtk/gtkentrycompletion.c: (gtk_entry_completion_class_init),
2119         (gtk_entry_completion_finalize):
2120         * gtk/gtkfilechooserwidget.c: (gtk_file_chooser_widget_finalize):
2121         * gtk/gtkfilesystemmodel.c: (gtk_file_system_model_class_init),
2122         (gtk_file_system_model_finalize):
2123         * gtk/gtkicontheme.c: (gtk_icon_theme_class_init),
2124         (gtk_icon_theme_finalize):
2125         * gtk/gtktextchild.c: (gtk_text_child_anchor_finalize):
2126         * gtk/gtkuimanager.c: (gtk_ui_manager_class_init),
2127         (gtk_ui_manager_finalize):
2128         * modules/input/gtkimcontextxim.c: (gtk_im_context_xim_finalize):
2129         Add chains to the parent's ::finalize() handler  (#134901, Morten Welinder,
2130         patch by Jan Arne Petersen)
2131
2132 Sun Feb 22 02:10:34 2004  Matthias Clasen  <maclas@gmx.de>
2133
2134         * gtk/gtkentrycompletion.c (gtk_entry_completion_default_completion_func): 
2135         Don't crash if item is NULL.  (#131542, Dan Damian)
2136
2137 Sun Feb 22 02:04:03 2004  Matthias Clasen  <maclas@gmx.de>
2138
2139         * configure.in: Add a check for a new enough fontconfig, since
2140         we picked up a direct dependency on it with the Xft settings.
2141
2142 Sun Feb 22 00:23:40 2004  Matthias Clasen  <maclas@gmx.de>
2143
2144         Bug 112647 (Bill Haneman, patch by Narayana Pattipati):
2145         
2146         * gtk/gtkcheckmenuitem.c: Introduce a new style property 
2147         indicator_size and use it instead of the hardcoded value.
2148         
2149         * gtk/gtkmenu.c (gtk_menu_size_request): Make sure each menu 
2150         item gets enough vertical space for the label and the indicator.
2151
2152 Sat Feb 21 20:20:11 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
2153
2154         * gtk/gtksettings.c (gtk_settings_class_init): Use P_ instead of
2155         _ for the new Xft settings.
2156
2157 Sat Feb 21 20:09:53 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
2158
2159         Bug 130790 (Federico Mena Quintero, Owen Taylor)
2160         
2161         * gdk/x11/gdkevents-x11.c: Add Xft XSETTINGS
2162
2163         * gtk/gtksettings.c: Add new GtkSettings corresponding to the Xft
2164         XSETTINGS
2165         
2166 Sat Feb 21 19:18:26 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
2167
2168         Bug 132502
2169         
2170         * gtk/gtkmenu.c (gtk_menu_motion_notify): Make sure we pop down
2171         if we enter a non-selectable menu item.
2172
2173         * gtk/gtkmenu.c (gtk_menu_leave_notify): Don't pop a submenu
2174         when the user has left the item.
2175
2176 Sat Feb 21 17:57:35 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
2177
2178         * gtk/docs: Commit auto-generated changes
2179
2180 Fri Feb 20 18:20:22 2004  Jonathan Blandford  <jrb@gnome.org>
2181
2182         * gtk/gtkfilechooserdefault.c: conditional compile for GtkPathBar
2183
2184         * gtk/gtkpathbar.c (gtk_path_bar_size_allocate): Clean up
2185         allocation code.  Works fully in RTL languages, I think.
2186         (gtk_path_bar_scroll_up): Scroll up.
2187         (gtk_path_bar_scroll_down): Scroll down.
2188
2189 2004-02-20  Christian Rose  <menthos@menthos.com>
2190
2191         * configure.in: Added "en_CA" to ALL_LINGUAS.
2192
2193 2004-02-20  Michael Meeks  <michael@ximian.com>
2194
2195         * gtk/gtktoolitem.c (gtk_tool_item_property_notify): impl.
2196         (gtk_tool_item_class_init): hook it up.
2197         (gtk_tool_item_set_proxy_menu_item): synchronize sensitivity.
2198
2199         * gtk/gtktoolbutton.c (gtk_tool_button_property_notify):
2200         chain to parent, fix strcmp bug.
2201
2202         * tests/testtoolbar.c (main): re-arrange widgets to allow
2203         more overflowing toolbar goodness.
2204
2205 2004-02-20  Alexander Larsson  <alexl@redhat.com>
2206
2207         * gtk/gtkfilechooserdefault.c: (shortcuts_append_desktop):
2208         Desktop directory is not translated.
2209         (set_tree_model):
2210         There might not be volumes for all paths.
2211         * gtk/gtkfilechooserwidget.c:
2212         (gtk_file_chooser_widget_constructor):
2213         Use gtk_file_chooser_set_current_folder to set cwd.
2214
2215 Thu Feb 19 19:58:53 2004  Jonathan Blandford  <jrb@gnome.org>
2216
2217         * gtk/gtkpathbar.[ch]: New widget to handle the path in the
2218         fileselector implementation.  Not hooked up to anything yet.
2219
2220         * gtk/Makefile.am: support the path bar.
2221
2222 Fri Feb 20 00:21:38 2004  Matthias Clasen  <maclas@gmx.de>
2223
2224         * gtk/gtkstyle.c (gtk_default_draw_handle): 
2225         (gtk_default_draw_box): Make the paned handles gray when the the 
2226         widget is_focus() but not HAS_FOCUS().  (#122751, Soeren Sandmann)
2227
2228 Thu Feb 19 23:41:06 2004  Matthias Clasen  <maclas@gmx.de>
2229
2230         Fixes for #82099:
2231         
2232         * gdk/x11/gdkevents-x11.c: Introduce new XSettings "Gtk/ButtonImages"
2233         and "Gtk/MenuImages" and map them to "gtk-button-images" and 
2234         "gtk-menu-images".
2235
2236         * gtk/gtkimagemenuitem.c: Add a boolean setting "gtk-menu-images" and 
2237         use it to set the visibility of the embedded image.
2238
2239         * gtk/gtkbutton.c: Add a boolean setting "gtk-button-images" and use
2240         it to set the visibility of an embedded image.
2241
2242 Thu Feb 19 21:26:10 2004  Matthias Clasen  <maclas@gmx.de>
2243
2244         * gtk/gtkactiongroup.c (gtk_action_group_add_radio_actions_full): 
2245         Give each radio action its own value.  (#134889, Paolo Borelli)
2246
2247 2004-02-19  Federico Mena Quintero  <federico@ximian.com>
2248
2249         * gtk/gtkfilechooserdialog.c (gtk_file_chooser_dialog_finalize):
2250         Chain to the parent's ::finalize() handler.  Fixes #134885; caught
2251         by Jan Arne Petersen.
2252
2253 2004-02-19  Mark McLoughlin  <mark@skynet.ie>
2254
2255         Make the entire expander widget width prelight as suggested
2256         by Seth in bug #134263.
2257
2258         * gtk/gtkexpander.c:
2259         (gtk_expander_paint_prelight): impl.
2260         (gtk_expander_paint): use it.
2261         (gtk_expander_redraw_expander): don't only redraw the
2262         arrow when prelit.
2263
2264 2004-02-19  Alexander Larsson  <alexl@redhat.com>
2265
2266         * gtk/gtkfilechooser.c: (gtk_file_chooser_class_init):
2267         * gtk/gtkfilechooserutils.c:
2268         * gtk/gtkfilechooserutils.h:
2269         * gtk/gtkfilechooserwidget.c:
2270         Remove old file-system property.
2271         Add new file-system-backend string property
2272         
2273         * gtk/gtkfilechooserdefault.[ch]:
2274         Handle the file-system-backend property
2275         
2276         * gtk/gtkfilechooserdialog.[ch]:
2277         (gtk_file_chooser_dialog_new_with_backend):
2278         Remove old file-system property.
2279         Add new file-system-backend string property
2280         Add new function gtk_file_chooser_dialog_new_with_backend
2281         
2282         * gtk/gtkfilesystem.c: 
2283         * gtk/gtkfilesystem.h:
2284         Add filesystem module support.  
2285
2286 2004-02-18  Federico Mena Quintero  <federico@ximian.com>
2287
2288         * gtk/gtkfilechooserdefault.c (shortcuts_tree_create): Renamed
2289         from create_shortcuts_tree().
2290         (shortcuts_pane_create): New function.
2291         (button_new): Renamed from toolbar_button_new().
2292         (shortcuts_pane_create): New function, create the whole shortcuts
2293         pane here.
2294         (current_folder_create): Renamed from toolbar_create().  Don't
2295         create the bookmarks buttons here.
2296         (file_pane_create): New function.
2297         (gtk_file_chooser_default_constructor): Use the new helper
2298         functions, and don't use an extra vbox as GtkFileChooserDefault is
2299         already a vbox.
2300
2301 Thu Feb 19 01:39:30 2004  Matthias Clasen  <maclas@gmx.de>
2302
2303         * gtk/gtkuimanager.h: 
2304         * gtk/gtkuimanager.c (gtk_ui_manager_class_init): Add
2305         default handlers for all signals; for consistency and for the
2306         benefit of language bindings which still rely on header parsing
2307         to find the signals.  (#134269, Jeroen Zwartepoorte)
2308         
2309 Thu Feb 19 00:45:02 2004  Matthias Clasen  <maclas@gmx.de>
2310
2311         * gtk/gtktreeselection.c (gtk_tree_selection_get_selected_rows): 
2312         Improve the efficiency here by prepending on the list and reverting
2313         it after the loop.  (#134435, Christian Biere)
2314
2315 Thu Feb 19 00:32:21 2004  Matthias Clasen  <maclas@gmx.de>
2316
2317         * gtk/gtkplug.c (_gtk_plug_remove_from_socket): Avoid errors when
2318         removing the plug from the socket.  (#128546, Christopher Blizzard)
2319
2320 Thu Feb 19 00:09:35 2004  Matthias Clasen  <maclas@gmx.de>
2321
2322         * gtk/gtkradiomenuitem.h:
2323         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_new_from_widget): 
2324         (gtk_radio_menu_item_new_with_label_from_widget): 
2325         (gtk_radio_menu_item_new_with_mnemonic_from_widget): New
2326         convenience functions analogous to similar API on GtkRadioButton.
2327         (#51700, Vitaly Tishkov, patch by Soeren Sandmann)
2328
2329 Wed Feb 18 17:53:27 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
2330
2331         * gdk/gdkwindow.c (gdk_window_get_bg_gc): Use a scratch GC in the
2332         case where the background is a solid color.
2333         (gdk_window_clear_backing_rect): Reset the clip region after use.
2334
2335         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_threshold_alpha): Go
2336         back to using a scratch GC. Pointed out by Owen Taylor
2337         
2338         * gdk/gdkdraw.c (gdk_drawable_real_draw_pixbuf): Only use a
2339         scratch GC if the passed-in one is NULL
2340
2341 Wed Feb 18 14:27:08 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
2342
2343         * gdk/gdkwindow.c (gdk_window_get_composite_drawable): Reset clip
2344         region back to NULL on cached GC (rest of #134728)
2345
2346 Wed Feb 18 13:28:57 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
2347
2348         Fix bug reported by Nam SungHyun (#134728)
2349         
2350         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_threshold_alpha):
2351         Don't use a cached GC here since the function needs to modify the
2352         foreground color.
2353
2354         * gdk/gdkwindow.c (gdk_window_end_paint): Reset clip region back
2355         to NULL on the cached GC.
2356
2357 2004-02-17  Federico Mena Quintero  <federico@ximian.com>
2358
2359         * gtk/gtkfilechooserdialog.c
2360         (gtk_file_chooser_dialog_style_set): Use HIG-compliant spacings.
2361         This sucks a lot.
2362
2363 Wed Feb 18 02:03:47 2004  Matthias Clasen  <maclas@gmx.de>
2364
2365         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): Document some
2366         peculiarities of the ::delete_range signal.  (#132135, Grant Gayed)
2367
2368 Wed Feb 18 01:44:59 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
2369
2370         GC caching, bug #125645 (based on patch by Brian Cameron)
2371         
2372         * gdk/gdkscreen.h (struct _GdkScreen): Add GC cache
2373         * gdk/gdkscreen.c (gdk_screen_dispose): New function. Unref the
2374         cached GC's here.
2375         * gdk/gdkdraw.c (_gdk_drawable_get_scratch_gc): New function to
2376         get a scratch gc.
2377         * gdk/gdkinternals.h: Declare the function here
2378
2379         * gdk/gdkdraw.c (gdk_drawable_real_draw_pixbuf): Use
2380         _gdk_drawable_get_scratch_gc() instead of creating a new GC.
2381         * gdk/x11/gdkgeometry-x11.c (gdk_window_copy_area_scroll): same
2382         * gdk/x11/gdkdrawable-x11.c (draw_with_images): same
2383         * gdk/gdkwindow.c (gdk_window_get_composite_drawable): same
2384         * gdk/gdkwindow.c (gdk_window_end_paint): same
2385         * gdk/gdkpixmap.c (gdk_pixmap_colormap_new_from_pixbuf): same
2386         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_threshold_alpha): same
2387         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_pixmap_and_mask_for_colormap): same
2388
2389 Tue Feb 17 23:28:33 2004  Matthias Clasen  <maclas@gmx.de>
2390
2391         * gtk/gtkmenu.c (gtk_menu_init): ...and don't forget to initalize
2392         priv->columns to 1.
2393
2394 Tue Feb 17 23:11:21 2004  Matthias Clasen  <maclas@gmx.de>
2395
2396         * gtk/gtkmenu.c (gtk_menu_do_remove): Make sure that we keep
2397         priv->columns >= 1 even for empty menus, since we divide by it
2398         somewhere else.  (#133428, Vincent Noel)
2399
2400 Tue Feb 17 23:02:58 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
2401
2402         Fix for #119722, reported by Olexiy Avramchenko, patch by Owen
2403         Taylor.
2404
2405         * gdk/x11/gdkprivate-x11.h (struct _GdkGCX11): Add a depth field
2406
2407         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_new): Keep track of the GC's
2408         depth.
2409
2410         * gdk/x11/gdkgc-x11.c (_gdk_gc_x11_get_fg_xft_color): First query
2411         the colormap, if no colormap, special case depth 1, 
2412
2413         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_get_fg_picture): Use
2414         _gdk_gc_x11_get_fg_xft_color() to get the foreground color.
2415
2416         * gdk/x11/gdkdrawable-x11.c (gdk_x11_drawable_get_xft_draw):
2417         Special-case bitmaps without a colormap.
2418
2419         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_pixbuf): Use inherited
2420         draw_pixbuf() implementation in the bitmap case.
2421
2422 2004-02-17  Mark McLoughlin  <mark@skynet.ie>
2423
2424         * modules/input/Makefile.am: only reference input method
2425         modules we've actually built. Fixes re-build failure with
2426         stale hangul module lying aroung. Bug #134518.
2427
2428 Mon Feb 16 19:13:21 2004  Owen Taylor  <otaylor@redhat.com>
2429
2430         * gdk/gdkdraw.c: Revert last commit, please don't commit patches
2431         without approval, this isn't the right way to do it.
2432
2433 2004-02-16  DindinX  <david@dindinx.org>
2434
2435         * gdk/gdkdraw.c (gdk_draw_segments): don't try to draw more than 32767
2436         segments at a time, since XDrawSegments cannot handle more than this.
2437
2438         fixes bug #122026.
2439         
2440 Mon Feb 16 18:26:39 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
2441
2442         * gtk/gtktoolbar.c (gtk_toolbar_set_child_property): Call
2443         gtk_tool_item_set_expand(), not gtk_tool_item_set_homogeneous()
2444         in the CHILD_PROP_EXPAND branch. (#134543, Damon Chaplin)
2445
2446 Mon Feb 16 00:04:46 2004  Matthias Clasen  <maclas@gmx.de>
2447
2448         * gtk/gtkcombobox.c (gtk_combo_box_cell_layout_*): 
2449         Split declaration and assignment of combo_box.
2450         
2451         * gtk/gtkcombobox.c (gtk_combo_box_list_setup): Remove a 
2452         pointless cast
2453
2454 Sun Feb 15 22:08:53 2004  Matthias Clasen  <maclas@gmx.de>
2455
2456         * gtk/gtkoptionmenu.c (gtk_option_menu_get_history): Add 
2457         deprecation note pointing people to GtkComboBox.
2458
2459 Sun Feb 15 02:49:45 2004  Matthias Clasen  <maclas@gmx.de>
2460
2461         * gtk/gtktreednd.c: 
2462         * gtk/gtktreeview.c: Document the tree DND API.
2463
2464         * gtk/gtktreeview.c (gtk_tree_view_unset_rows_drag_source): 
2465         Call gtk_drag_source_unset().  
2466         
2467 Sun Feb 15 00:49:59 2004  Matthias Clasen  <maclas@gmx.de>
2468
2469         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_class_init): 
2470         Make stock_size an uint property, to allow custom icon 
2471         sizes. Also clarify the blurb.  (#130047, Erik Grinaker)
2472
2473 Sat Feb 14 11:05:26 2004  Manish Singh  <yosh@gimp.org>
2474
2475         * configure.in: Remove unnecessary STRIP_* definitions, and GNU
2476         make check.
2477
2478 2004-02-13  Federico Mena Quintero  <federico@ximian.com>
2479
2480         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_add_bookmark):
2481         Duh, duh, duh!  Don't bail out if the bookmarks file doesn't exist
2482         the very first time you try to save one.
2483
2484 2004-02-13  Federico Mena Quintero  <federico@ximian.com>
2485
2486         Fix #129020.
2487
2488         * gtk/gtkfilechooserdialog.c
2489         (set_default_size): New function, sets a reasonable default size
2490         for the window.
2491         (gtk_file_chooser_dialog_realize): New function, call
2492         set_default_size().
2493         (gtk_file_chooser_dialog_style_set): Likewise.
2494         (gtk_file_chooser_dialog_screen_changed): Likewise.
2495
2496         * tests/testfilechooser.c (main): Don't set a default size for the
2497         dialog.
2498
2499 Sat Feb 14 00:05:18 2004  Matthias Clasen  <maclas@gmx.de>
2500
2501         * gtk/gtktreemodelfilter.c (bsearch_elt_with_offset): 
2502         Use do instead of while.  (#134031, Morten Welinder);
2503
2504 Sat Feb 14 00:00:52 2004  Matthias Clasen  <maclas@gmx.de>
2505
2506         * configure.in: Suppress xsltproc and xmlcatalog checks
2507         if enable_man=no.  (#134162, Julio M. Merino Vidal)
2508
2509 Fri Feb 13 23:54:48 2004  Matthias Clasen  <maclas@gmx.de>
2510
2511         * configure.in: Remove checks for sgml2html. It was once
2512         used for building the linuxdoc version of the tutorial.
2513         Nowadays, we use db2html.  (#134164, Julio M. Merino Vidal)
2514
2515 Fri Feb 13 08:17:43 2004  Owen Taylor  <otaylor@redhat.com>
2516
2517         Fix various compilation problems (#134312, David
2518         Hawthorne)
2519
2520         * gtk/gtkscale.c (gtk_scale_get_layout_offsets): Use 
2521         g_return_if_fail(), not g_return_val_if_fail().
2522
2523         * gtk/gtkvscale.c (gtk_vscale_get_layout_offsets): 
2524         * gtk/gtkhscale.c (gtk_hscale_get_layout_offsets): Use 
2525         g_return_if_reached(), not g_return_val_if_reached().
2526         
2527         * gtk/gtkvscale.c (gtk_vscale_expose): Fix the types
2528         of some parameters.
2529
2530         * gtk/gtkhscale.c (gtk_hscale_get_layout_offsets): Remove
2531         extra 'scale' parameter.
2532
2533 Thu Feb 12 21:58:20 2004  Owen Taylor  <otaylor@redhat.com>
2534
2535         Various reentrancy fixes for widgets being destroyed
2536         out of focus-out-event. (#128821, Grant Gayed)
2537
2538         * gtk/gtkwindow.c (_gtk_window_unset_focus_and_default): 
2539         Ref window and widget over callbacks.
2540
2541         * gtk/gtkwidget.c (gtk_widget_hide)
2542           gtk/gtkwidget.c (gtk_widget_set_child_visible):
2543         Ref the widget before calling _gtk_window_unset_focus_and_default(),
2544         since that can call user callbacks.
2545
2546         * gtk/gtkwidget.c (gtk_widget_invalidate_widget_windows):
2547         Do nothing if the widget isn't realized.
2548
2549 Fri Feb 13 01:31:44 2004  Matthias Clasen  <maclas@gmx.de>
2550
2551         * gtk/gtkbutton.c (_gtk_button_paint): Don't draw bevels around
2552         active, RELIEF_NONE buttons that aren't depressed. This improves
2553         the appearance of buttons in notebook tabs.  (#109213, reported
2554         by Benjamin Otte, patch by Rodney Dawes)
2555
2556 Fri Feb 13 01:06:08 2004  Matthias Clasen  <maclas@gmx.de>
2557
2558         * demos/gtk-demo/main.c (read_line): Protect getc_unlocked() by 
2559         HAVE_FLOCKFILE in all cases.  (#134205, Julio M. Merino Vidal)
2560
2561 Fri Feb 13 00:54:59 2004  Matthias Clasen  <maclas@gmx.de>
2562
2563         Fix for #104811, Padraig O'Briain:
2564
2565         * gtk/gtkscale.h:
2566         * gtk/gtkscale.c (_gtk_scale_clear_layout): 
2567         * gtk/gtkscale.c (gtk_scale_get_layout_offsets): 
2568         * gtk/gtkscale.c (gtk_scale_get_layout): New functions to determine the
2569         text and its position from a GtkScale, to make it more accessible. 
2570         * gtk/gtkhscale.c (gtk_hscale_get_layout_offsets):
2571         * gtk/gtkvscale.c (gtk_vscale_get_layout_offsets): Implementations of the 
2572         new GtkScale vfunc.
2573
2574 Thu Feb 12 17:59:52 2004  Owen Taylor  <otaylor@redhat.com>
2575
2576         * gtk/gtkicontheme.c (gtk_icon_theme_get_search_path): 
2577         Remove an extraneous + 1 (#134015, Torsten Schoenfeld)
2578
2579 Thu Feb 12 23:55:08 2004  Matthias Clasen  <maclas@gmx.de>
2580
2581         * gtk/gtktooltips.h:
2582         * gtk/gtktooltips.c (gtk_tooltips_get_info_from_tip_window): New 
2583         function to improve the accessibility of tooltips.  (#114851, 
2584         Padraig O'Briain)
2585
2586 Thu Feb 12 23:16:04 2004  Matthias Clasen  <maclas@gmx.de>
2587
2588         * gtk/gtkcombobox.c (gtk_combo_box_popup): 
2589         * gtk/gtkcombobox.c (gtk_combo_box_popdown): Make these public and
2590         add docs.  (#132847)
2591
2592 Thu Feb 12 11:05:16 2004  Manish Singh  <yosh@gimp.org>
2593
2594         * gdk/x11/gdkproperty-x11.c (gdk_property_get): Assign xtype using
2595         gdk_x11_atom_to_xatom_for_display () when type != GDK_NONE.
2596
2597         * gtk/gtkselection.c (_gtk_selection_request): Use GDK_NONE in
2598         gdk_property_get call instead of 0.
2599
2600         * docs/reference/gdk/tmpl/properties.sgml: Document the above
2601         as GDK_NONE instead of simply 0.
2602
2603 Thu Feb 12 15:46:26 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
2604
2605         * gtk/gtktoolbar.c (gtk_toolbar_size_allocate): Fix up item_area
2606         correctly in RTL mode. (#133984, patch from Semion Chichelnitsky).
2607
2608 Thu Feb 12 02:22:02 2004  Matthias Clasen  <maclas@gmx.de>
2609
2610         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_set_modify_func): 
2611         Correct the docs.
2612
2613 Thu Feb 12 01:17:01 2004  Matthias Clasen  <maclas@gmx.de>
2614
2615         * gtk/gtktreeview.c (gtk_tree_view_enable_model_drag_source): Call
2616         gtk_drag_source_set(), so that things like gtk_drag_set_icon_*() work
2617         for automatic DND.  (#133485, Tommi Komulainen)
2618
2619 Thu Feb 12 00:37:00 2004  Matthias Clasen  <maclas@gmx.de>
2620
2621         * gdk/x11/gdkproperty-x11.c (gdk_property_change): Fix misleading
2622         debug output.
2623
2624 2004-02-11  Federico Mena Quintero  <federico@ximian.com>
2625
2626         * gtk/gtkmessagedialog.c (gtk_message_dialog_map): New ::map()
2627         handler.  If no widget has the focus, try to give it to the
2628         default widget.  If there is no default widget, give it to the
2629         first button.  Fixes the cause for which #59707 was reopened.
2630
2631 2004-02-11  Federico Mena Quintero  <federico@ximian.com>
2632
2633         Fixes #134051.
2634
2635         * gtk/gtkicontheme.c (struct _GtkIconInfo): Remove the ref_count field.
2636         (icon_info_new): Don't initialize the ref_count field.
2637
2638 2004-02-11  Federico Mena Quintero  <federico@ximian.com>
2639
2640         * gtk/gtkicontheme.c (gtk_icon_theme_prepend_search_path): Shift
2641         the array correctly.  Fixes #134055, patch by Tosten Schoenfeld
2642         <kaffeetisch@gmx.de>.
2643
2644 Wed Feb 11 02:23:39 2004  Matthias Clasen  <maclas@gmx.de>
2645
2646         * gtk/gtkcontainer.c (gtk_container_real_set_focus_child): Handle
2647         focus [hv]adjustment correctly when the focus is located deeper
2648         down in the hierarchy.  (#133489)
2649
2650 Wed Feb 11 02:06:38 2004  Matthias Clasen  <maclas@gmx.de>
2651
2652         * gtk/gtkcellrenderer.c (gtk_cell_renderer_class_init): Remove 
2653         arbitrary low upper limits on the xpad, ypad, width and height
2654         properties.  (#129696, John Ellis)
2655
2656 Wed Feb 11 01:24:20 2004  Matthias Clasen  <maclas@gmx.de>
2657
2658         * gtk/gtkcombobox.c (gtk_combo_box_cell_layout_clear_attributes): 
2659         Ugh. Don't try to free ints, even if they're stored in pointers.
2660         (#133997, Morten Welinder)
2661
2662 2004-02-10  Federico Mena Quintero  <federico@ximian.com>
2663
2664         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_finalize):
2665         Free the filters.  Fixes #133547, patch by Morten Welinder
2666         <mortenw@gnome.org>.
2667
2668 Tue Feb 10 12:02:14 2004  Owen Taylor  <otaylor@redhat.com>
2669
2670         * gdk/x11/xsettings-client.c (read_settings): Avoid
2671         triggering an X error when the client->manager_window
2672         is None...makes logs look cleaner.
2673
2674         * gdk/x11/gdkproperty-x11.c (gdk_property_get): Handle
2675         GDK_NONE to mean AnyPropertyType as documented. (Reported 
2676         by Yu Shao)
2677
2678         * gdk/x11/gdkevents-x11.c (fetch_net_wm_check_window,
2679         gdk_x11_screen_get_window_manager_name): Fix error trap
2680         we've been leaking since 2002... (#129538)
2681
2682 2004-02-10  Federico Mena Quintero  <federico@ximian.com>
2683
2684         Fixes the entry-related part of #133852.
2685
2686         * gtk/gtkfilechooserdefault.c (update_chooser_entry): Don't change
2687         the file part of the entry if the selected item is a folder.
2688
2689 2004-02-10  Federico Mena Quintero  <federico@ximian.com>
2690
2691         Fixes #133995, patch by Morten Welinder <mortenw@gnome.org>.
2692
2693         * tests/prop-editor.c (create_prop_editor): Free the title.
2694         (object_changed): Free the children list.
2695
2696 Tue Feb 10 01:58:55 2004  Matthias Clasen  <maclas@gmx.de>
2697
2698         * gtk/gtkcontainer.c (gtk_container_set_focus_hadjustment): 
2699         * gtk/gtkcontainer.c (gtk_container_set_focus_vadjustment): Document 
2700         these functions.
2701
2702 2004-02-09  Federico Mena Quintero  <federico@ximian.com>
2703
2704         * gtk/gtkfilechooserdefault.c (set_list_model): Request
2705         GTK_FILE_INFO_ALL from the file system model, so that arbitrary
2706         filtering will work.  Perhaps we should have a way of aggregating
2707         info types to the model as filters get installed.
2708
2709 Mon Feb  9 22:22:19 2004  Matthias Clasen  <maclas@gmx.de>
2710
2711         * gtk/gtkcellview.c (gtk_cell_view_cell_layout_clear_attributes): 
2712         Ugh. Don't try to free ints, even if they're stored in pointers.
2713
2714 2004-02-09  Federico Mena Quintero  <federico@ximian.com>
2715
2716         Fix #132256.
2717
2718         * gtk/gtkfilechooserdefault.c
2719         (gtk_file_chooser_default_get_paths): Read the contents of the
2720         filename entry in both OPEN and SAVE mode.  In multiple-selection
2721         mode, add this to the selection from the file/folder list.
2722         (struct get_paths_closure): Add a path_from_entry field.
2723         (get_paths_foreach): Only add the iterated path if it is not the
2724         same as the path from the entry.
2725
2726 2004-02-09  Federico Mena Quintero  <federico@ximian.com>
2727
2728         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_get_folder): If
2729         the folder is already open, add the requested info types to it.
2730
2731 Sun Feb  8 01:28:02 2004  Manish Singh  <yosh@gimp.org>
2732
2733         * gtk/gtkcombobox.c (gtk_combo_box_set_popup_widget): Add appropriate
2734         type casts for the gtk_window_set_screen() call.
2735
2736 Sun Feb  8 01:44:06 2004  Matthias Clasen  <maclas@gmx.de>
2737
2738         * gtk/gtkcombobox.c (gtk_combo_box_set_popup_widget): Make popups 
2739         come up on the same screen as the combo box.  (#133544, 
2740         Morten Welinder)
2741
2742 Fri Feb  6 23:40:24 2004  Jonathan Blandford  <jrb@gnome.org>
2743
2744         * gtk/gtkfilechooserdefault.c (create_file_list): clean up the
2745         packing of the file selector.
2746
2747 Sat Feb  7 01:21:09 2004  Matthias Clasen  <maclas@gmx.de>
2748
2749         * gtk/gtktreemodel.c (gtk_tree_model_base_init): Don't use function 
2750         calls in array initializers, as some compilers seem to hate this.
2751         (#133216, Jonas Jonsson)
2752
2753 Sat Feb  7 00:06:44 2004  Matthias Clasen  <maclas@gmx.de>
2754
2755         * gtk/gtkaccelmap.[hc]: Add change notification for GtkAccelMap,
2756         by on-demand instantiating a singleton object with a "changed" 
2757         signal. 
2758
2759         * gtk/gtkmarshalers.list (VOID:STRING,UINT,FLAGS): Add marshaller
2760         for GtkAccelMap::changed.
2761
2762 Fri Feb  6 23:08:29 2004  Matthias Clasen  <maclas@gmx.de>
2763
2764         * gtk/gtktextbtree.c (_gtk_text_btree_check): 
2765         * gtk/gtkcombobox.c (gtk_combo_box_cell_layout_clear_attributes): 
2766         * gtk/gtkcellview.c (gtk_cell_view_cell_layout_clear_attributes): 
2767         Actually free the lists. Pointed out by Morten Welinder.
2768         
2769 Fri Feb  6 22:38:54 2004  Matthias Clasen  <maclas@gmx.de>
2770
2771         * gtk/gtkcombo.c (gtk_combo_entry_key_press): Handle character 
2772         positions in UTF-8 strings correctly.  (#133315, Theppitak 
2773         Karoonboonyanan)
2774
2775 2004-02-06  Morten Welinder  <terra@gnome.org>
2776
2777         * gtk/gtktoolbar.c (show_menu): Cleanup using
2778         gtk_menu_attach_to_widget.  Also fixes leak, see #133411.
2779
2780 2004-02-06  Federico Mena Quintero  <federico@ximian.com>
2781
2782         * gtk/gtkfilechooserdefault.c (shortcuts_add_volumes): Free the
2783         list.  Fixes #133546.
2784
2785 2004-02-06  Federico Mena Quintero  <federico@ximian.com>
2786
2787         Fix #132327.
2788
2789         * gtk/gtkfilesystemunix.c (struct _GtkFileSystemUnix): Add a
2790         folder_hash field to keep a list of live folder objects.
2791         (gtk_file_system_unix_init): Create the folder_hash.
2792         (gtk_file_system_unix_finalize): Destroy the folder_hash.
2793         (gtk_file_system_unix_get_folder): Ref and return an existing
2794         folder if we have it around, otherwise return a new folder object.
2795         (struct _GtkFileFolderUnix): Add a field for the parent file system.
2796         (gtk_file_folder_unix_finalize): Remove the folder from the file
2797         system's hash table.
2798         (gtk_file_system_unix_create_folder):  Emit "files-added" on the
2799         newly-created folder's parent.  Fixes #132327.
2800
2801 Fri Feb  6 00:51:57 2004  Matthias Clasen  <maclas@gmx.de>
2802
2803         * gtk/gtkstock.c (builtin_items): Change the labels of the 
2804         ZOOM_100 and ZOOM_FIT stock items to "_Normal Size" and
2805         "Best _Fit", to be HIG compliant.  (#124080, Mariano 
2806         Suárez-Alvarez)
2807
2808 Fri Feb  6 00:45:16 2004  Matthias Clasen  <maclas@gmx.de>
2809
2810         * gtk/gtkcombobox.c (gtk_combo_box_finalize): Add a finalize 
2811         function to plug a few memory leaks.  (#133544, Morten Welinder)
2812
2813 Fri Feb  6 00:15:38 2004  Matthias Clasen  <maclas@gmx.de>
2814
2815         * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_mnemonic_activate): 
2816         Support mnemonic_activate here as well.
2817         
2818         * gtk/gtkcombobox.c (gtk_combo_box_mnemonic_activate): Focus
2819         the button, not the tree_view.
2820
2821 Thu Feb  5 23:48:19 2004  Matthias Clasen  <maclas@gmx.de>
2822
2823         * gtk/gtkcombobox.c (gtk_combo_box_mnemonic_activate): Add this
2824         function, to make mnemonic_activate work for combo boxes.
2825         (#133443, Paolo Borelli)
2826
2827 Thu Feb  5 22:05:52 2004  Matthias Clasen  <maclas@gmx.de>
2828
2829         * gtk/gtkfilesystemunix.c (bookmark_list_read): Initialize result
2830         to FALSE.  (#133539, Morten Welinder)
2831
2832 Thu Feb  5 21:36:43 2004  Matthias Clasen  <maclas@gmx.de>
2833
2834         * gtk/gtkcombobox.c (gtk_combo_box_set_active_iter): Fix the logic
2835         of the depth one check.  (#133488, Christian Persch)
2836
2837 Thu Feb  5 01:50:19 2004  Matthias Clasen  <maclas@gmx.de>
2838
2839         * gtk/gtktearoffmenuitem.c (gtk_tearoff_menu_item_paint): Fix
2840         the drawing of tearoff menu items which don't come first in their
2841         menu.  (#33311)
2842
2843 Thu Feb  5 00:59:08 2004  Matthias Clasen  <maclas@gmx.de>
2844
2845         * gtk/gtkcombo.c (gtk_combo_entry_key_press): Use 
2846         g_completion_complete_utf8(). (#133313, Theppitak Karoonboonyanan)
2847
2848 2004-02-04  Federico Mena Quintero  <federico@ximian.com>
2849
2850         Fix #59707.
2851
2852         * gtk/gtklabel.c (gtk_label_focus): Removed, so we don't ignore
2853         the focus chain.
2854         (gtk_label_button_press): Fix prototype.
2855         (gtk_label_button_release): Likewise.
2856         (gtk_label_motion): Likewise.
2857
2858         * tests/testgtk.c (create_message_dialog): For the dialog with
2859         only GTK_BUTTONS_CLOSE, make GTK_RESPONSE_CLOSE the default.
2860
2861 2004-02-04  Morten Welinder  <terra@gnome.org>
2862
2863         * gtk/gtktoolbar.c (show_menu): Show on the right screen.  (Fixes
2864         bug 133411, apart from the leak.)
2865
2866 Tue Feb  3 13:39:27 2004  Manish Singh  <yosh@gimp.org>
2867
2868         * gtk/gtkadjustment.c (gtk_adjustment_new): pass value in last
2869         in g_object_new, since it depends on lower and upper being set.
2870
2871 2004-02-03  Federico Mena Quintero  <federico@ximian.com>
2872
2873         * gtk/gtkmessagedialog.c (gtk_message_dialog_init): Make the
2874         window not resizable.  Fixes #114032.
2875
2876 2004-02-03  Federico Mena Quintero  <federico@ximian.com>
2877
2878         * gtk/gtkmessagedialog.c (gtk_message_dialog_class_init): Add
2879         documentation for the use_separator style property.
2880
2881 2004-02-03  Federico Mena Quintero  <federico@ximian.com>
2882
2883         Fix #68938.
2884
2885         * gtk/gtkdialog.c (GtkDialogPrivate): New private structure for
2886         GtkDialog; right now it only contains an ignore_separator field.
2887         (gtk_dialog_class_init): Register the private structure.
2888         (gtk_dialog_init): Initialize the priv->ignore_separator field.
2889         (_gtk_dialog_set_ignore_separator): New private function.
2890         (gtk_dialog_set_has_separator): Ignore the setting if appropriate.
2891
2892         * gtk/gtkmessagedialog.c (gtk_message_dialog_class_init): Add a
2893         use_separator style property.
2894         (gtk_message_dialog_style_set): Change the dialog's separator
2895         based on the style property.
2896         (gtk_message_dialog_init): Set the dialog box to ignore the
2897         separator setting.
2898
2899 Tue Feb  3 02:35:09 2004  Matthias Clasen  <maclas@gmx.de>
2900
2901         * gtk/Makefile.am: Build filesystemwin32.c if OS_WIN32 and
2902         also dist gtkfilesystemwin32.[hc].
2903
2904 Tue Feb  3 02:04:44 2004  Matthias Clasen  <maclas@gmx.de>
2905
2906         * gtk/gtklabel.c (gtk_label_ensure_layout): Right-justify labels
2907         in rtl mode.  (#129071, chinen@jp.ibm.com)
2908
2909 Tue Feb  3 02:01:25 2004  Matthias Clasen  <maclas@gmx.de>
2910
2911         * gtk/gtkmenushell.c (gtk_real_menu_shell_move_current): Exchange the
2912         meaning GTK_MENU_DIR_PARENT/CHILD and GTK_MENU_DIR_PREV/NEXT in rtl
2913         mode.  (#107528)
2914
2915 Tue Feb  3 01:38:06 2004  Matthias Clasen  <maclas@gmx.de>
2916
2917         Clip narrow columns in rtl-oriented tree views (#128089,  
2918         chinen@jp.ibm.com):
2919         
2920         * gtk/gtkstyle.c (gtk_default_draw_option): 
2921         * gtk/gtkstyle.c (gtk_default_draw_check): Clip to the 
2922         given area.
2923
2924         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_process_action): 
2925         Use the right clip area when calling gtk_cell_renderer_render().
2926         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_cell_draw_focus): 
2927         Use the right clip area when calling gtk_paint_focus().
2928         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render): 
2929         Use the right clip area when calling gtk_paint_toggle() or
2930         gtk_paint_check().
2931         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render): 
2932         Clip to the expose_area when drawing the background rectangle.
2933         
2934 Tue Feb  3 00:14:36 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
2935
2936         * gdk/x11/gdkgeometry-x11.c (queue_item_free, gdk_window_queue):
2937         Use a weak reference instead of ref()/unref(). (#60857, reported
2938         by Joshua N Pritikin)
2939
2940         * gdk/gdkimage.c (scratch_image_info_for_depth): Formatting fix.
2941
2942 Tue Feb  3 00:15:17 2004  Matthias Clasen  <maclas@gmx.de>
2943
2944         * gtk/gtktreeprivate.h (struct _GtkTreeViewPrivate): Add 
2945         init_hadjust_value and prev_width.
2946         * gtk/gtktreeview.c (gtk_tree_view_init): Initialize 
2947         them here.
2948         * gtk/gtktreeview.c (gtk_tree_view_update_size): ...and here.
2949         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): Use them
2950         here to properly handle the initial position of rtl-oriented
2951         tree views.  (#127581, chinen@jp.ibm.com)
2952
2953 2004-01-20  Federico Mena Quintero  <federico@ximian.com>
2954
2955         Fix #130846, reported by R. McFarland <rwmcfa1@neces.com>.
2956
2957         * gtk/gtktreeview.c (gtk_tree_view_button_press): Return TRUE when
2958         we handle an event in the colums, and FALSE at the end if the
2959         event is not handled at all.
2960
2961 Mon Feb  2 23:41:48 2004  Matthias Clasen  <maclas@gmx.de>
2962
2963         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_row_changed): 
2964         Don't access the level after removing the node, since that may
2965         kill the level.  (#132615, Crispin Flowerday)
2966
2967 2004-02-02  Tor Lillqvist  <tml@iki.fi>
2968
2969         * gdk/win32/gdkevents-win32.c (gdk_pointer_grab): Set the cursor
2970         in all cases. If no grab cursor specified, use the grabbing
2971         window's cursor. If the grabbing window has no cursor, use the
2972         default arrow cursor. (#118025)
2973
2974 Mon Feb  2 22:05:36 2004  Matthias Clasen  <maclas@gmx.de>
2975
2976         * gtk/gtkseparatormenuitem.c (gtk_separator_menu_item_init): The
2977         latest in menu separation technology.
2978
2979 Mon Feb  2 19:04:17 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
2980
2981         * gdk/x11/gdkwindow-x11.c: Assume gravity works. (Anything else
2982         we have to take our chances with).
2983         
2984         (Bug 97510)
2985
2986 Mon Feb  2 18:45:28 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
2987
2988         Fix bug 110224.
2989
2990         * gdk/x11/gdkfont-x11.c (gdk_font_from_description_for_display):
2991         Remove unused variable 'result'
2992
2993         * gdk/x11/xsettings-client.[ch]: Add new set_grab/ungrab_func() functions.
2994
2995         * gdk/x11/gdkevents-x11.c (_gdk_x11_events_init_screen): Use them
2996         here.
2997
2998 Mon Feb  2 14:32:32 2004  Pablo Saratxaga  <pablo@mandrakesoft.com>
2999
3000         * configure.in po/uz*.po: changed default for Uzbek; now just "uz"
3001         is in cyrillic and "uz@Latn" for latin; "uz@Cyrl" has been removed
3002
3003 Sun Feb  1 16:34:07 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3004
3005         * gtk/gtktoolbar.c (gtk_toolbar_size_allocate): Only start
3006         sliding when using the new API.
3007
3008 Sun Feb  1 16:03:39 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3009
3010         * gtk/gtktoolbar.c (gtk_toolbar_size_allocate): Make sure
3011         item_area is positioned correctly. Fix #133070, reported by Jeroen
3012         Zwartepoorte.
3013
3014 Sat Jan 31 23:13:43 2004  Matthias Clasen  <maclas@gmx.de>
3015
3016         * gtk/gtktextchild.c (gtk_text_child_anchor_finalize): Don't
3017         crash when finalizing an unused GtkTextChildAnchor.  (#132260,
3018         muppet)
3019
3020 Sat Jan 31 22:41:57 2004  Matthias Clasen  <maclas@gmx.de>
3021
3022         * gtk/gtktreemodel.c (gtk_tree_model_rows_reordered): Correct
3023         the documentation for new_order.  (#124790, Tim-Philipp Müller)
3024
3025 Sat Jan 31 22:38:07 2004  Matthias Clasen  <maclas@gmx.de>
3026
3027         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_fixed_width): 
3028         Reset use_resized_width when setting fixed_width.  (#108612, 
3029         Felipe Heidrich) 
3030
3031 Sat Jan 31 16:27:44 2004  Matthias Clasen  <maclas@gmx.de>
3032
3033         * gtk/gtkmain.c (gtk_key_snooper_remove): Don't leak the
3034         GtkKeySnooperData.  (#132038, R. McFarland)
3035
3036 2004-01-30  Federico Mena Quintero  <federico@ximian.com>
3037
3038         Fixes #132975.
3039
3040         * gtk/gtkfilesystem.c (gtk_file_system_make_path): Return NULL,
3041         not FALSE.
3042         (gtk_file_system_volume_render_icon): Likewise.
3043
3044         * gtk/gtkfilesystemwin32.c (gtk_file_system_win32_make_path):
3045         Likewise.
3046
3047         * gtk/gtktreestore.c (gtk_tree_store_iter_n_children): Return 0,
3048         not FALSE.
3049
3050         * gtk/gtktoolbar.c (gtk_toolbar_get_drop_index): Return -1, not
3051         FALSE.
3052
3053         * gtk/gtktextiter.c (gtk_text_iter_get_chars_in_line): Return 0,
3054         not FALSE.
3055         (gtk_text_iter_get_bytes_in_line): Likewise.
3056
3057         * gdk/x11/gdkcursor-x11.c (gdk_display_get_default_cursor_size):
3058         Likewise.
3059
3060         * gdk/linux-fb/gdkcolor-fb.c (gdk_colors_alloc): Return FALSE, not
3061         0.
3062
3063 2004-01-30  Not Zed  <NotZed@Ximian.com>
3064
3065         Fixes #132929.
3066
3067         * gtk/gtktreeview.c (cancel_arrow_animation): remove the timeout
3068         handler when we clear the timeout id.
3069
3070 2004-01-30  Federico Mena Quintero  <federico@ximian.com>
3071
3072         Fix #129872, based on a patch by Jan Arne Petersen
3073         <jpetersen@uni-bonn.de>
3074
3075         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_list_bookmarks):
3076         Implement.
3077         (gtk_file_system_unix_add_bookmark): Implement.
3078         (gtk_file_system_unix_remove_bookmark): Implement.
3079
3080 2004-01-29  Federico Mena Quintero  <federico@ximian.com>
3081
3082         Fixes #132693.
3083
3084         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_get_parent): Don't
3085         use filename_from_path().  Also, check that the filename is
3086         absolute.
3087         (gtk_file_system_unix_get_folder): Likewise.
3088         (gtk_file_system_unix_create_folder): Likewise.
3089         (gtk_file_system_unix_make_path): Likewise.
3090         (gtk_file_system_unix_parse): Likewise.
3091         (gtk_file_folder_unix_get_info): Likewise.
3092         (filename_from_path): Removed.
3093
3094 2004-01-30  Federico Mena Quintero  <federico@ximian.com>
3095
3096         * gtk/gtkcalendar.c (arrow_action): Remove C++ comment; reported
3097         by Damien Carbery <damien.carbery@sun.com>.  Fixes #132956.
3098
3099 Fri Jan 30 11:37:37 2004  Owen Taylor  <otaylor@redhat.com>
3100
3101         * gdk/x11/gdkdrawable-x11.c: Revert changes from
3102         #113476 and go back to using XftDrawSetClip, because
3103         XftDrawSetClipRectangles is buggy in XFree86-4.3.
3104
3105 Thu Jan 29 18:08:06 2004  Owen Taylor  <otaylor@redhat.com>
3106
3107         * gtk/gtktextlayout.c (line_display_iter_to_index)
3108         * gtk/gtktextlayout.c (line_display_index_to_iter): Only
3109         adjust the preedit position for lines that include the
3110         preedit string. (#132353, Yao Zhang). How the heck
3111         did this work as well as it did?!?!
3112
3113         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_get_ic): 
3114         Reverse change to change of XNFilterEvents event mask from
3115         #110493 -- it's documented and in the Xlib code an
3116         unsigned long. 
3117         
3118         * modules/input/gtkimcontextxim.c (preedit_start_callback): 
3119         Return -1 rather than void to indicate no length limit.
3120         (#129548)
3121
3122 Fri Jan 30 00:45:46 2004  Matthias Clasen  <maclas@gmx.de>
3123
3124         * gtk/gtkadjustment.c: Add properties to GtkAdjustment.
3125         (#64601, Murray Cumming)
3126
3127 Fri Jan 30 00:13:46 2004  Matthias Clasen  <maclas@gmx.de>
3128
3129         * gtk/gtkcombo.c (gtk_combo_set_popdown_strings): Allow NULL
3130         for strings to clear the list.  (#105386, Marco Pesenti Gritti)
3131         
3132 2004-01-28  Richard Hult  <richard@imendio.com>
3133
3134         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_get_size):
3135         Free font_desc.  Fixes #132805.
3136
3137 2004-01-29  Federico Mena Quintero  <federico@ximian.com>
3138
3139         * gtk/gtkiconfactory.c (render_icon_name_pixbuf): Free the GError.
3140         Patch provided by Christian Persch <chpe@stud.uni-saarland.de>
3141         Fixes #132574.
3142
3143 Thu Jan 29 11:00:18 2004  Owen Taylor  <otaylor@redhat.com>
3144
3145         * gtk/gtkselection.c (gtk_selection_default_handler): 
3146         nul-terminate the target atoms. (#132656, Christian Persch)
3147
3148 Thu Jan 29 00:59:03 2004  Matthias Clasen  <maclas@gmx.de>
3149
3150         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_rows_reordered):
3151         Don't leak path if we bail out early.  (#132505, Christian Persch)
3152
3153 Thu Jan 29 00:48:47 2004  Matthias Clasen  <maclas@gmx.de>
3154
3155         * gtk/gtkactiongroup.c (gtk_action_group_add_toggle_actions_full):
3156         * gtk/gtkactiongroup.c (gtk_action_group_add_actions_full): Do
3157         reference counting on the user_data that is shared between
3158         multiple signal handlers, to avoid calling the destroy notify
3159         multiple times.  (#132447, Adam Hooper)
3160
3161 2004-01-28  Hans Breuer  <hans@breuer.org>
3162
3163         * gtk/stock-icons/stock_network_(16|24).png : new GTK_STOCK_NETWORK ...
3164           gtk/gtkstock.[hc] : ... define ...
3165           gtk/gtkiconfactory.c : ... register ...
3166           gtk/stock-icons/Makefile.am gtk/stock-icons/makefile.msc : ... compile ...
3167         * gtk/gtkfilesystemwin32.c : ... and use. Also adapt to recent 
3168         IFace changes.
3169
3170         * gtk/gtk.def : added a bunch of new exported symbols
3171
3172         * tests/testfilechooser.c (no_backup_files_filter) : don't crash
3173         on filter_info->display_name being NULL
3174
3175         * tests/testgtk.c : make testgtk --bench=all work again
3176
3177 Wed Jan 28 21:40:47 2004  Matthias Clasen  <maclas@gmx.de>
3178
3179         * gtk/gtkentrycompletion.c (gtk_entry_completion_action_data_func):
3180         Don't leak string.  (#132482, Christian Persch)
3181
3182 Tue Jan 27 18:45:47 2004  Manish Singh  <yosh@gimp.org>
3183
3184         * m4macros/gtk-2.0.m4: quote AC_DEFUN macro names so automake
3185         1.8 won't whine at us.
3186
3187 2004-01-28  Tor Lillqvist  <tml@iki.fi>
3188
3189         * gdk/win32/gdkevents-win32.c (synthesize_leave_event,
3190         synthesize_enter_event): Don' generate enter or leave events if
3191         the pointer is grabbed with owner_events off, and the grab event
3192         mask doesn't ask for them. (#129242)
3193
3194         (gdk_event_translate): Ditto for focus change events.
3195
3196 2004-01-27  Federico Mena Quintero  <federico@ximian.com>
3197
3198         Fix #132314.
3199
3200         * gtk/gtkfilesystem.h: Removed the #ifdef-ed out, old icon API.
3201
3202         * gtk/gtkfilesystem.c: Likewise.
3203
3204         * gtk/gtkfilesystemunix.c (filename_get_info): Removed the old
3205         icon-type code.
3206         (gtk_file_system_unix_render_icon): Moved the icon-rendering code
3207         from GtkFileInfo to here.
3208         (gtk_file_system_unix_volume_render_icon): Implement.
3209
3210 2004-01-28  Changwoo Ryu  <cwryu@debian.org>
3211
3212         * modules/input/imhangul-defs.h: 
3213         * modules/input/imhangul.c:
3214         * modules/input/Makefile.am: Remove broken hangul input module.
3215         
3216 Tue Jan 27 01:56:46 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3217
3218         * gtk/gtktoolbar.c: Remove obsolete comment.
3219
3220         * gtk/gtktoolbar.c (DEFAULT_SPACE_SIZE, SPACE_LINE_START, 
3221         SPACE_LINE_END): Make separators wider and taller, so they are
3222         easier to pick up when editing the toolbar.
3223
3224         * gtk/gtktoolbar.c (slide_idle_handler): Add a comment, simplify
3225         a bit, 
3226
3227         * gtk/gtktoolbar.c (rect_within): Formatting fix
3228
3229         * gtk/gtktoolbar.c (gtk_toolbar_set_drop_highlight_item): Make
3230         sliding feel more responsive by only restarting sliding when the
3231         placeholder actually changes its goal allocation.
3232
3233 Tue Jan 27 02:00:37 2004  Matthias Clasen  <maclas@gmx.de>
3234
3235         * gtk/gtktreeitem.c (gtk_tree_item_add_pixmaps): Avoid a 
3236         compiler warning.  (#122725, Kjartan Maraas)
3237         
3238 Tue Jan 27 01:46:54 2004  Matthias Clasen  <maclas@gmx.de>
3239
3240         Make menus work better on Xinerama (#126150):
3241         
3242         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu): Calculate the 
3243         monitor_num on the screen of the menu, not of the attach widget.
3244
3245         * gtk/gtkmenu.c (menu_change_screen): Forget the stored monitor_num. 
3246         (gtk_menu_window_size_request): Remember the monitor_num.
3247
3248 2004-01-26  Federico Mena Quintero  <federico@ximian.com>
3249
3250         Fix #105497; constify uses of GdkColor.
3251
3252         * gdk/gdkgc.c (gdk_gc_set_rgb_fg_color): Constify.
3253         (gdk_gc_set_rgb_bg_color): Constify.
3254         (gdk_gc_set_foreground): Constify.
3255
3256         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_pixmap): Constify.
3257         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new_from_pixmap): Constify.
3258         * gdk/linux-fb/gdkcursor-fb.c (gdk_cursor_new_from_pixmap): Constify.
3259
3260         * gdk/x11/gdkpixmap-x11.c (gdk_pixmap_create_from_data): Constify.
3261         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_create_from_data): Constify.
3262         * gdk/linux-fb/gdkpixmap-fb.c (gdk_pixmap_create_from_data): Constify.
3263
3264         * gdk/x11/gdkwindow-x11.c (gdk_window_set_background): Constify.
3265         * gdk/win32/gdkwindow-win32.c (gdk_window_set_background): Constify.
3266         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_set_background): Constify.
3267
3268         * gdk/gdkpango.c (gdk_draw_layout_line_with_colors): Constify.
3269         (gdk_draw_layout_with_colors): Constify.
3270
3271         * gdk/gdkpixmap.c (gdk_pixmap_colormap_new_from_pixbuf): Constify.
3272         (gdk_pixmap_colormap_create_from_xpm): Constify.
3273         (gdk_pixmap_create_from_xpm): Constify.
3274         (gdk_pixmap_colormap_create_from_xpm_d): Constify.
3275         (gdk_pixmap_create_from_xpm_d): Constify.
3276
3277         * gtk/gtkcellview.c (gtk_cell_view_set_background_color): Constify.
3278
3279         * gtk/gtkclist.c (gtk_clist_set_foreground): Constify.
3280         (gtk_clist_set_background): Constify.
3281
3282         * gtk/gtkcolorbutton.c (gtk_color_button_new_with_color): Constify.
3283         (gtk_color_button_set_color): Constify.
3284
3285         * gtk/gtkcolorsel.c (gtk_color_selection_set_current_color):
3286         Constify and add a check for color != NULL.
3287         (gtk_color_selection_get_current_color): Add a check for color != NULL.
3288         (gtk_color_selection_set_previous_color): Constify and add a check
3289         for color != NULL.
3290         (gtk_color_selection_get_previous_color): Add a check for color != NULL.
3291
3292         * gtk/gtkctree.c (gtk_ctree_node_set_foreground): Constify.
3293         (gtk_ctree_node_set_background): Constify.
3294
3295         * gtk/gtktext.c (gtk_text_insert): Constify.
3296         (insert_text_property): Constify.
3297         (text_properties_equal): Constify.
3298         (new_text_property): Constify.
3299
3300         * gtk/gtkwidget.c (gtk_widget_modify_color_component): Constify.
3301         (gtk_widget_modify_fg): Constify.
3302         (gtk_widget_modify_bg): Constify.
3303         (gtk_widget_modify_text): Constify.
3304         (gtk_widget_modify_base): Constify.
3305
3306 2004-01-26  Christian Rose  <menthos@menthos.com>
3307
3308         * configure.in: Added "mi" to ALL_LINGUAS.
3309
3310 2004-01-25  Tor Lillqvist  <tml@iki.fi>
3311
3312         * gdk/win32/gdkproperty-win32.c (gdk_property_delete): If the
3313         WM_TRANSIENT_FOR property is being deleted, set the owner of the
3314         window to the root window (i.e., effectively unset it). (#132411)
3315
3316         * gdk/win32/gdkprivate-win32.h
3317         * gdk/win32/gdkglobals-win32.c
3318         * gdk/win32/gdkmain-win32.c: Declare, define and initialize
3319         _wm_transient_for, a GdkAtom for WM_TRANSIENT_FOR.
3320
3321         * acconfig.h: Remove HAVE_WINSOCK_H, not used any longer.
3322
3323 Sun Jan 25 15:14:46 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3324
3325         * gtk/gtktoolbar.c (gtk_toolbar_size_allocate): Base the decision
3326         to map/unmap items on whether they are actually allocated outside
3327         the toolbar, not on whether that will eventually happen. Improves
3328         animation in the presence of overflown items.
3329
3330         * gtk/gtktoolbar.c (gtk_toolbar_begin_sliding): Add a
3331         queue_resize() to so that the items will get their new goal
3332         values and the idle handler will not immediately return FALSE.
3333
3334         * gtk/gtktoolbar.c (slide_idle_handler): simplify the logic and
3335         make sure that a placeholder becoming invisible doesn't cause a
3336         return TRUE.
3337
3338         * gtk/gtktoolbar.c (get_item_size): Don't special case
3339         placeholders here.
3340
3341 Sat Jan 24 23:17:27 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3342
3343         * gtk/gtktoolbutton.c (gtk_tool_button_construct_contents): Only
3344         try to pack icon if there actually is one.
3345
3346         * gtk/gtktoolbar.c (gtk_toolbar_size_allocate): Make sure
3347         OVERFLOWN items get an allocation even when they are
3348         unmapped. This ensures they will slide in properly.
3349
3350         * gtk/gtktoolbar.c (slide_idle_handler): Make sure we return TRUE
3351         when there are overflown items that need to slide in. Also add
3352         comments and make formatting more readable.
3353
3354 Sat Jan 24 17:38:48 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3355
3356         * gtk/gtkradiotoolbutton.c (gtk_radio_tool_button_class_init):
3357         Add a write-only property ::group to be consistent with
3358         GtkRadioAction and GtkRadioButton. (#132159, Patch from Olivier
3359         Andrieu)
3360
3361 Fri Jan 23 23:46:12 2004  Matthias Clasen  <maclas@gmx.de>
3362
3363         * gtk/gtkfontbutton.c (gtk_font_button_label_use_font): Don't leak the 
3364         font description.  (#132168)
3365
3366 2004-01-23  Federico Mena Quintero  <federico@ximian.com>
3367
3368         Fix #132247.
3369
3370         * gtk/gtkfilechooserdefault.c (set_select_multiple): Handle folder
3371         mode.
3372         (set_select_multiple): Optionally notify about changes to the
3373         select-multiple property.
3374         (list_selection_changed): Change the condition for the editable row to
3375         test for save mode; this is more clear than testing for not being
3376         in multiple selection mode.
3377         (gtk_file_chooser_default_get_paths): Get impl->action directly
3378         rather than calling gtk_file_chooser_get_action().
3379         (entry_activate): Likewise.
3380         (set_select_multiple): Annotate about #133255.
3381         (update_chooser_entry): Likewise.
3382         (check_preview_change): Likewise.
3383         (tree_selection_changed): Likewise.
3384
3385 Fri Jan 23 14:56:18 2004  Jonathan Blandford  <jrb@gnome.org>
3386
3387         * gtk/gtktreeview.c (gtk_tree_view_get_path_at_pos): Don't crash
3388         when there are no columns, or all columns are hidden, #131402
3389
3390 Fri Jan 23 16:58:28 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3391
3392         * gtk/gtkmenu.c (DEFAULT_POPUP_DELAY): Changing to 200 was a
3393         mistake. Change back to 225.
3394
3395 Thu Jan 22 18:46:05 2004  Owen Taylor  <otaylor@redhat.com>
3396
3397         * === Released 2.3.2 ===
3398
3399 Thu Jan 22 18:45:26 2004  Owen Taylor  <otaylor@redhat.com>
3400
3401         * gtk/gtkicontheme.c: Patch from Christian Neumair
3402         to make warning string more translator friendly.
3403
3404         * gtk/gtktreemodelfilter.h gtkseparatortoolitem.[ch]
3405         gtk/gtktoolbar.c: Parameter name fixes to keep gtk-doc
3406         happy.
3407
3408         * configure.in: Require GLib-2.3.2, version 2.3.2,
3409         interface age 0, binary age 302.
3410
3411         * NEWS: Organized, added some names.
3412
3413 Thu Jan 22 16:59:36 2004  Jonathan Blandford  <jrb@gnome.org>
3414
3415         * gtk/gtkliststore.c (gtk_list_store_reorder): Doc fix.
3416
3417 2004-01-22  Federico Mena Quintero  <federico@ximian.com>
3418
3419         * gtk/gtkwidget.c (gtk_widget_class_init): Added documentation for
3420         GtkWidget::popup_menu.
3421
3422 Thu Jan 22 21:45:24 2004  Matthias Clasen  <maclas@gmx.de>
3423
3424         * gtk/gtkmenu.c (gtk_menu_remove): Remove the attach 
3425         info after calling gtk_menu_do_remove(), since that function
3426         uses the attach info. Doh!
3427
3428         * gtk/gtkmenu.c (gtk_menu_do_remove): Don't check priv->columns 
3429         for being 1 directly after setting it to 0.
3430
3431 Thu Jan 22 21:38:52 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3432
3433         * NEWS: Updates
3434
3435 2004-01-22  Alexander Larsson  <alexl@redhat.com>
3436
3437         * gdk/x11/gdkwindow-x11.c (WINDOW_IS_TOPLEVEL):
3438         Fix typo
3439
3440 2004-01-21  Federico Mena Quintero  <federico@ximian.com>
3441
3442         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_finalize):
3443         Free the path fields.
3444
3445         * gtk/gtkfilesystemmodel.c (gtk_file_system_model_finalize): Free
3446         the root_path, reported by <scott@asofyet.org>
3447         (gtk_file_system_model_finalize): Unref the file system.
3448
3449         * gtk/gtkfilefilter.c (filter_rule_free): default:
3450         g_assert_not_reached().
3451         (gtk_file_filter_finalize): Free the filter->name, reported by
3452         <scott@asofyet.org>
3453         (gtk_file_filter_finalize): Free the rules list.
3454
3455 Wed Jan 21 18:10:40 2004  Jonathan Blandford  <jrb@gnome.org>
3456
3457         * gtk/gtkcolorbutton.c (gtk_color_button_set_color):redraw the
3458         color button when an alpha is set.
3459         (gtk_color_button_set_alpha): redraw the color button when an
3460         alpha is set.
3461
3462 Wed Jan 21 23:27:14 2004  Matthias Clasen  <maclas@gmx.de>
3463
3464         Fix #131869: 
3465         
3466         * gtk/gtkaction.c (_gtk_action_emit_activate): Hold
3467         a reference to the group while emitting the signals.
3468
3469         * gtk/gtkactiongroup.c (gtk_action_group_init): Use a 
3470         destroy notify which does not only unref, but also resets
3471         the action_group property of the action.
3472
3473 2004-01-20  Federico Mena Quintero  <federico@ximian.com>
3474
3475         * NEWS: Added details about GtkFileChooser changes.
3476
3477 2004-01-20  Federico Mena Quintero  <federico@ximian.com>
3478
3479         Fix #99425, add accessor functions for GtkPaned's children.
3480
3481         * gtk/gtkpaned.c (gtk_paned_get_child1): New function.
3482         (gtk_paned_get_child2): New function.
3483
3484 Tue Jan 20 23:49:52 2004  Matthias Clasen  <maclas@gmx.de>
3485
3486         * NEWS: Start of 2.3.2 section.
3487
3488 Tue Jan 20 22:11:31 2004  Matthias Clasen  <maclas@gmx.de>
3489
3490         Fixes for #130370, based on a patch by Michael Meeks:
3491         
3492         * gtk/gtkmenu.c (gtk_menu_do_remove): New auxiliary function to
3493         adjust cell positions and recalculate row and column counts after
3494         removing an item.
3495
3496         * gtk/gtkmenu.c (gtk_menu_remove): Call gtk_menu_do_remove.
3497
3498         * gtk/gtkmenu.c (gtk_menu_do_insert): Don't leave empty rows when
3499         appending items.
3500
3501         * gtk/gtkmenu.c (gtk_menu_attach): Don't call gtk_menu_shell_append,
3502         to avoid an unintended recursion.
3503
3504 2004-01-19  Federico Mena Quintero  <federico@ximian.com>
3505
3506         Fix #131418.
3507
3508         * gtk/gtkfilechooserdefault.c (set_select_multiple): New helper
3509         function.
3510         (gtk_file_chooser_default_set_property): Use
3511         set_select_multiple().  Also, re-set this mode to single if the
3512         file chooser is set to Save mode.
3513         (entry_activate): Handle the case where the entry is completely
3514         empty *and* its current folder does exist.  Also, there is need to
3515         test for select_multiple here now that we ensure that it won't
3516         happen during Save mode.
3517
3518 Sun Jan 18 15:25:39 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3519
3520         * gtk/gtktoolbar.[ch]: Add _gtk_toolbar_paint_space_line(),
3521         _gtk_toolbar_get_default_space_size ();
3522
3523         * gtk/gtkseparatortoolitem.c (gtk_separator_tool_item_expose,
3524         get_space_size): Use them here.
3525
3526 Sun Jan 18 13:16:34 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3527
3528         * tests/testgtk.c (create_toolbar): Set a small size request and
3529         make the window resizable, to test mapping/unmapping of buttons.
3530
3531         * gtk/gtktoolbar.c (gtk_toolbar_remove_content,
3532         gtk_toolbar_insert_tool_item): remove these functions.
3533
3534         * gtk/gtktoolbar.c (gtk_toolbar_show_all,
3535         toolbar_content_show_all, gtk_toolbar_hide_all,
3536         toolbar_content_hide_all): New functions. 
3537
3538         Ignore show_all/hide_all for buttons created in compatibility mode.
3539
3540         * gtk/gtktoolbar.c (internal_insert_element, gtk_toolbar_show_all,
3541         gtk_toolbar_hide_all): Make sure buttons are ignored by
3542         gtk_toolbar_show_all() and gtk_toolbar_hide_all().
3543         
3544         * gtk/gtktoolbar.c: s/regular_widget/compatibility/g
3545
3546         * gtk/gtktoolbar.c (struct _ToolbarContent): Allocate
3547         GtkToolbarChild inline. Get rid of GtkToolbarChildSpace.
3548
3549         * gtk/gtktoolbar.c (toolbar_content_expose): Fix bug where widget
3550         could become NULL.
3551
3552         * gtk/gtktoolbar.c (gtk_toolbar_add): Append new tool items
3553         instead of prepending them.
3554
3555         * gtk/gtktoolbar.c (gtk_toolbar_size_allocate): Use the same
3556         'elapsed' for all items.
3557
3558         * gtk/gtktoolbar.c (struct _GtkToolbarPrivate): Turn booleans
3559         into bitfields.
3560
3561         * gtk/gtktoolbar.c: Many formatting fixes
3562         
3563 Sun Jan 18 01:51:12 2004  Matthias Clasen  <maclas@gmx.de>
3564
3565         * configure.in: Add the necessary magic to create
3566         po-properties/Makefile.
3567
3568 Sat Jan 17 23:05:52 2004  Matthias Clasen  <maclas@gmx.de>
3569
3570         The second part of the fix for #114351 (see also 
3571         gdk-pixbuf/ChangeLog and po/ChangeLog):
3572
3573         * Makefile.am (SUBDIRS): Add po-properties.
3574
3575         * configure.in (AC_CONFIG_FILES): Add po-properties/Makefile.in 
3576
3577         * gdk/gdkintl.h (P_): 
3578         * gtk/gtkintl.h (P_): Use translation domain gtk20-properties. 
3579
3580         * gtk/gtkmain.c (gtk_parse_args): Call bindtextdomain and
3581         bind_textdomain_codeset for gtk20-properties as well.
3582
3583 Sat Jan 17 22:00:07 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3584
3585         * gtk/gtktoolbar.c: 
3586
3587         Fix rest of #128678: Implement all the toolbar_content()
3588         methods for the old API case.
3589
3590 Sat Jan 17 16:53:08 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3591
3592         * gtk/gtktoolbar.c: 
3593
3594         Phase 1 of fixing #128678: Only access ToolbarContent through a
3595         set of new functions:
3596
3597         toolbar_content_expose, toolbar_content_visible,
3598         toolbar_content_size_request, toolbar_content_is_homogeneous,
3599         toolbar_content_get_child_requisition,
3600         toolbar_content_is_placeholder, toolbar_content_disappearing,
3601         toolbar_content_get_state, toolbar_content_child_visible,
3602         toolbar_content_get_goal_allocation,
3603         toolbar_content_get_allocation,
3604         toolbar_content_set_start_allocation,
3605         toolbar_content_get_start_allocation, toolbar_content_get_expand,
3606         toolbar_content_set_goal_allocation,
3607         toolbar_content_set_child_visible, toolbar_content_size_allocate,
3608         toolbar_content_set_state, toolbar_content_get_widget,
3609         toolbar_content_set_disappearing,
3610         toolbar_content_set_size_request,
3611         toolbar_content_toolbar_reconfigured,
3612         toolbar_content_retrieve_menu_item, 
3613         toolbar_content_new_tool_item, toolbar_content_destroy,
3614         toolbar_content_is_separator
3615
3616         Also fix #127092.
3617         
3618 Sat Jan 17 12:55:13 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3619
3620         * gtk/gtktoolitem.c (gtk_tool_item_finalize): don't leak the menu
3621         item ID.
3622
3623 Sat Jan 17 12:37:46 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3624
3625         * gtk/gtktoolbar.c (gtk_toolbar_finalize): Don't leak the
3626         overflow menu.
3627         
3628         * gtk/gtktoolbar.h (struct _GtkToolbar): Make some fields public. 
3629         [#127726]
3630
3631 2004-01-16  Federico Mena Quintero  <federico@ximian.com>
3632
3633         * gtk/gtkfilesystemmodel.c (struct _GtkFileSystemModel): Added a
3634         has_editable field.
3635         (_gtk_file_system_model_add_editable): New function.
3636         (_gtk_file_system_model_remove_editable): New function.
3637         (gtk_file_system_model_get_value): Return appropriate values for
3638         the temporary editable row.
3639         (_gtk_file_system_model_get_info): Handle the editable row.
3640         (_gtk_file_system_model_get_path): Likewise.
3641
3642         * gtk/gtkfilechooserdefault.c (shortcuts_append_bookmarks):
3643         Removed an unused variable.
3644         (toolbar_button_new): Optionally show the button.
3645         (up_button_clicked_cb): Renamed from up_button_cb(), fixed prototype.
3646         (toolbar_create): Add a "New Folder" button for Save mode.
3647         (error_building_filename_dialog): New helper function.
3648         (gtk_file_chooser_default_get_paths): Use error_building_filename_dialog().
3649         (create_file_list): Connect to the "edited" signal of the text
3650         cell renderer.  Store the name column and text renderer in the
3651         impl structure.
3652         (renderer_edited_cb): New callback.
3653         (gtk_file_chooser_default_set_property): Show/hide the "New
3654         folder" button when the save action changes.
3655         (COMPARE_DIRECTORIES): Allow the info values to be NULL.
3656         (COMPARE_DIRECTORIES): Duh, use the list_model, not the
3657         tree_model.
3658         (get_list_file_info): Likewise!
3659         (list_icon_data_func): Handle the path being NULL.
3660         (new_folder_button_clicked): New callback.
3661         (list_name_data_func): If we are on the editable row, set the text
3662         to "Type name of new folder".
3663         (list_selection_changed): Handle the editable row.
3664         (list_mtime_data_func): Likewise.
3665
3666         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_make_path): Return
3667         NULL, not FALSE.
3668         (gtk_file_system_unix_create_folder): Test the result of mkdir() correctly.
3669
3670 Fri Jan 16 23:59:01 2004  Matthias Clasen  <maclas@gmx.de>
3671
3672         The first part of the fix for #114351 (see also 
3673         gdk-pixbuf/ChangeLog and po/ChangeLog):
3674         
3675         * gtk/gtkintl.h: 
3676         * gdk/gdkintl.h: Define P_() for property blurbs and nicks.
3677
3678         * gdk/gdkdisplaymanager.c:
3679         * modules/input/gtkimcontextxim.c:
3680         * gtk/*.c:  Mark property blurbs and nicks with P_().
3681         
3682 2004-01-16  Federico Mena Quintero  <federico@ximian.com>
3683
3684         Fix #130969.
3685
3686         * gtk/gtkcellrenderer.h (struct _GtkCellRendererClass): Added an
3687         editing_canceled signal.
3688
3689         * gtk/gtkcellrenderer.c (gtk_cell_renderer_class_init): Create the
3690         "editing-canceled" signal.
3691         (gtk_cell_renderer_editing_canceled): New function.
3692
3693         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_editing_done):
3694         Call gtk_cell_renderer_editing_canceled().
3695
3696 2004-01-16  Federico Mena Quintero  <federico@ximian.com>
3697
3698         * gtk/gtkfilechooserdefault.c
3699         (gtk_file_chooser_default_set_property): Do not allow setting
3700         select_multiple when in Save mode.
3701         (set_list_model): No need to nullify the list_model and
3702         sort_model.
3703         (gtk_file_chooser_default_get_paths): Handle folder mode as well.
3704         (get_paths_foreach): Likewise.
3705
3706         * gtk/gtkfilechooser.c (gtk_file_chooser_get_filename): Clarify
3707         documentation about folder mode.
3708         (gtk_file_chooser_get_uri): Likewise.
3709
3710 2004-01-16  Federico Mena Quintero  <federico@ximian.com>
3711
3712         * gtk/gtkfilesystem.h (struct _GtkFileSystemIface): New
3713         get_volume_for_path() method.
3714         (struct _GtkFileSystemIface): Finally removed the list_roots() and
3715         get_root_info() methods, and the "roots-changed" signal.
3716
3717         * gtk/gtkfilesystem.c (gtk_file_system_get_volume_for_path): New
3718         function.
3719         (gtk_file_system_list_roots): Removed.
3720         (gtk_file_system_get_root_info): Removed.
3721
3722         * gtk/gtkfilesystemunix.c
3723         (gtk_file_system_unix_get_volume_for_path): Implement.
3724         (get_root_volume): New helper function.
3725         (gtk_file_system_unix_list_volumes): Use get_root_volume().
3726         (gtk_file_system_unix_list_roots): Removed.
3727         (gtk_file_system_unix_get_root_info): Removed.
3728
3729         * gtk/gtkfilesystemmodel.c (_gtk_file_system_model_new): Don't
3730         accept a NULL root_path.
3731         (struct _GtkFileSystemModel): Add a field to remember the
3732         root_path.
3733         (_gtk_file_system_model_new): Store the root_path in the model
3734         structure.
3735         (find_and_ref_path): Stop going up the hierarchy at the root_path
3736         of the model.  Also, don't return prematurely when walking up the
3737         hierarchy.
3738
3739         * gtk/gtkfilechooserdefault.c (create_file_list): Sigh, restore
3740         the rules_hint.
3741         (struct _GtkFileChooserDefault): Added a current_volume_path field.
3742         (set_tree_model): New function; create the folder tree model here.
3743         (create_folder_tree): Don't create the model here.
3744         (set_list_model): Set the show_hidden flag on the list model.
3745
3746 Fri Jan 16 00:04:43 2004  Matthias Clasen  <maclas@gmx.de>
3747
3748         * gtk/gtknotebook.h:
3749         * gtk/gtknotebook.c (gtk_notebook_append_page): 
3750         * gtk/gtknotebook.c (gtk_notebook_append_page_menu): 
3751         * gtk/gtknotebook.c (gtk_notebook_prepend_page): 
3752         * gtk/gtknotebook.c (gtk_notebook_prepend_page_menu): 
3753         * gtk/gtknotebook.c (gtk_notebook_insert_page): 
3754         * gtk/gtknotebook.c (gtk_notebook_insert_page_menu): Return the
3755         index of the newly inserted page.  (#130986, Olexiy Avramchenko) 
3756
3757 Thu Jan 15 23:17:14 2004  Matthias Clasen  <maclas@gmx.de>
3758
3759         * gtk/gtkuimanager.c (gtk_ui_manager_get_toplevels): Inserting
3760         a 'newly-allocated' to hint that the list should be freed after
3761         use.
3762
3763 Wed Jan 14 18:01:52 2004  Jonathan Blandford  <jrb@gnome.org>
3764
3765         * gtk/gtktreeview.c (gtk_tree_view_button_press): move grab_focus
3766         to after handling the button presses in the TreeView to avoid
3767         getting multiple selection_changes()
3768
3769 Wed Jan 14 21:16:20 2004  Matthias Clasen  <maclas@gmx.de>
3770
3771         * gtk/gtkimcontext.c: Documentation fix.  (#131335, Theppitak 
3772         Karoonboonyanan)
3773
3774 Wed Jan 14 21:00:49 2004  Matthias Clasen  <maclas@gmx.de>
3775
3776         * gtk/gtkactiongroup.c (gtk_action_group_add_action_with_accel): 
3777         Don't leak name and stock_id.  (#131358, Morten Welinder)
3778
3779 Wed Jan 14 13:07:30 GMT 2004  Tony Gale <gale@gtk.org>
3780
3781         * docs/faq/gtk-faq.sgml: Updates to Section 5
3782
3783 Wed Jan 14 02:34:57 2004  Matthias Clasen  <maclas@gmx.de>
3784
3785         * gtk/gtkradioaction.c: Add a writable group property to align
3786         with the GtkRadioButton API.  (#129166, Olivier Andrieu) 
3787
3788 Tue Jan 13 14:48:27 GMT 2004  Tony Gale <gale@gtk.org>
3789
3790         * docs/faq/gtk-faq.sgml: Update info on using autoconf
3791
3792 Mon Jan 12 23:40:34 2004  Matthias Clasen  <maclas@gmx.de>
3793
3794         * tests/testmerge.c: Adjust to the new connect_proxy signals.
3795
3796         * gtk/gtkuimanager.c
3797         * gtk/gtkactiongroup.c
3798         * gtk/gtkaction.c: Move the connect_proxy and disconnect_proxy signals
3799         from GtkAction to GtkActionGroup and proxy it on GtkUIManager. This
3800         removes the confusion between the disconnect_/connect_proxy signals 
3801         and the (unrelated) virtual functions of the same name and aligns
3802         the setup with the pre_/post_activate signals.
3803
3804 2004-01-12  Jody Goldberg <jody@gnome.org>
3805
3806         * gtk/gtkaction.c (connect_proxy) : only connect activate for menus
3807           with no submenus otherwise it looks like we activate every time a
3808           submenu opens.
3809
3810 2004-01-12  Jody Goldberg <jody@gnome.org>
3811
3812         * gtk/gtkuimanager.c: Remove accidentially committed debug spew.
3813
3814 Sun Jan 11 01:55:07 2004  Matthias Clasen  <maclas@gmx.de>
3815
3816         * gtk/gtkaccelmap.c: Remove accidentally committed notification stuff. 
3817         (gtk_accel_map_lock_path): 
3818         (gtk_accel_map_unlock_path): Path locking can now be nested, a missing
3819         entry is silently created during lock_path(), and treated as an error 
3820         during unlock_path(). These changes have been requested by Tim Janik.
3821
3822 2004-01-10  Jody Goldberg <jody@gnome.org>
3823
3824         * gtk/gtkuimanager.c (d) : Add a debug macro to quiet the spew.
3825         s/merge_signals/ui_manager_signals/ for readability.
3826         (gtk_ui_manager_class_init) : add pre_activate and post_activate
3827           signals.
3828         (cb_proxy_pre_activate) : new.
3829         (cb_proxy_post_activate) : new.
3830         (gtk_ui_manager_insert_action_group) : connect the proxies for
3831           GtkActionGroup::pre/post_activate
3832         (gtk_ui_manager_remove_action_group) : disconnect them.
3833
3834         * gtk/gtkactiongroup.c (gtk_action_group_class_init) : add
3835           'sensitive', and 'visible' properties.  Also add pre_activate and
3836           post_activate signals to help deal with activations at a higher
3837           level (eg GtkUIManager)
3838         (gtk_action_group_init) : init sensitive and visible
3839         (gtk_action_group_set_property) : add sensitive and visible
3840         (gtk_action_group_get_property) : add sensitive and visible
3841         (gtk_action_group_get_sensitive) : new.
3842         (gtk_action_group_get_visible) : new.
3843         (cb_set_action_sensitivity) : new with minor optimization that only
3844           signals sensitivity changes if the action could possibly change.
3845         (cb_set_action_visiblility) : ditto.
3846         (gtk_action_group_set_sensitive) : new.  walk the actions directly
3847           rather than using notify::sensitive because that is simpler, easier
3848           to read, and more efficient.
3849         (gtk_action_group_set_visible) : ditto.
3850         (gtk_action_group_add_action) : Each action can only be in 1 group,
3851           set GtkAction::action_group.
3852         (gtk_action_group_remove_action) : clear it.
3853         (gtk_action_group_add_toggle_actions_full) : warning suppression.
3854         (gtk_action_group_add_radio_actions_full) : warning suppression.
3855         (_gtk_action_group_emit_pre_activate) : new protected routine for use
3856           by GtkAction.
3857         (_gtk_action_group_emit_post_activate) : ditto.
3858
3859         * gtk/gtkaction.c (gtk_action_class_init) : add 'action_group' property.
3860         (gtk_action_init) : initialize it.
3861         (gtk_action_get_property) : get.
3862         (gtk_action_set_property) : set it via
3863         (gtk_action_set_action_group) : new function.
3864         (gtk_action_sync_sensitivity) : new routine to sync proxy sensitivity
3865           with the logical sensitivity (action & group) rather than the simple
3866           action::sensitivity.
3867         (gtk_action_sync_visible) : use gtk_action_is_visible to handle
3868           logical visibility (action & group) rather than the simple
3869           action::visible.  Use widget show/hide directly.
3870         (connect_proxy) : handle the custom sensitivity handler.
3871           Make the TOOL_BUTTON signals more general and support TOOL_ITEM
3872           directly, with special cases for TOOL_BUTTON.  Still not especially
3873           good it might be useful to handle label/use_underline by parmspec
3874           lookup.  Those are likely to be implemented by custom types, and are
3875           assumed to exist in GtkToolItem.
3876         (disconnect_proxy) : disconnect the new sensitivity handler.
3877         (_gtk_action_emit_activate) : add pre/post signals.
3878         (gtk_action_activate) : use logical sensitivity.
3879         (gtk_action_is_sensitive) : logical sensitivity.
3880         (gtk_action_get_sensitive) : actual sensitivity.
3881         (closure_accel_activate) : use logical sensitivity.
3882
3883 Fri Jan  9 22:23:45 2004  Matthias Clasen  <maclas@gmx.de>
3884
3885         * gtk/gtkuimanager.c: Introduce a new parser state for 
3886         accelerator elements to avoid misparsing files containing 
3887         such elements.  (#131035, Morten Welinder)
3888
3889 Fri Jan  9 11:58:47 2004  Manish Singh  <yosh@gimp.org>
3890
3891         * gdk-pixbuf/gdk-pixbuf-io.c: #include <unistd.h> for unlink()
3892
3893 Fri Jan  9 15:28:21 GMT 2004  Tony Gale <gale@gtk.org>
3894
3895         * docs/faq/gtk-faq.sgml: update GtkEntry filter code example
3896
3897 Fri Jan  9 00:34:57 2004  Matthias Clasen  <maclas@gmx.de>
3898
3899         * gtk/gtkuimanager.h:
3900         * gtk/gtkuimanager.c (gtk_ui_manager_get_toplevels): New function to
3901         obtain a list of toplevel widgets constructed by the ui manager.
3902
3903         * gtk/gtkuimanager.h (GtkUIManagerItemType): Change to flags, so that 
3904         the values can be combined for gtk_ui_manager_get_toplevels().
3905
3906         * tests/testmerge.c: Add a "Dump toplevels" button to test 
3907         gtk_ui_manager_get_toplevels().
3908
3909 Wed Jan  7 23:20:06 2004  Matthias Clasen  <maclas@gmx.de>
3910
3911         * demos/gtk-demo/Makefile.am (demos): Add entry_completion.c
3912         
3913         * demos/gtk-demo/entry_completion.c: New demo for GtkEntryCompletion 
3914         by Anders Carlsson  (#130464).
3915
3916 Wed Jan  7 23:07:28 2004  Matthias Clasen  <maclas@gmx.de>
3917
3918         * gtk/gtkmain.h: 
3919         * gtk/gtkmain.c (gtk_events_pending): Change the return value from 
3920         gint to gboolean.  (#130718, reported by Johannes Weißl)
3921
3922 Wed Jan  7 23:03:32 2004  Matthias Clasen  <maclas@gmx.de>
3923
3924         * gtk/gtkactiongroup.h: 
3925         * gtk/gtkactiongroup.c (gtk_action_group_add_action_with_accel): 
3926         Remove the redundant name and stock_id parameters, adjust all callers.
3927
3928 Wed Jan  7 22:20:20 2004  Matthias Clasen  <maclas@gmx.de>
3929
3930         * gtk/gtkaction.h: 
3931         * gtk/gtkaction.c (gtk_action_new):  
3932         * gtk/gtktoggleaction.h: 
3933         * gtk/gtktoggleaction.c (gtk_toggle_action_new): 
3934         * gtk/gtkradioaction.h: 
3935         * gtk/gtkradioaction.c (gtk_radio_action_new): Add creation 
3936         functions for actions.
3937
3938         * gtk/gtkactiongroup.c (gtk_action_group_add_actions_full): 
3939         (gtk_action_group_add_toggle_actions_full): 
3940         (gtk_action_group_add_radio_actions_full): and use the
3941         new functions here.  (#125322, Patch by Jeff Frank)
3942
3943 Wed Jan  7 21:42:49 2004  Matthias Clasen  <maclas@gmx.de>
3944
3945         * gtk/gtkaccelmap.c (gtk_accel_map_lock_path): Fix grammar of 
3946         docs.
3947
3948 2004-01-07  Jan Arne Petersen  <jpetersen@uni-bonn.de>
3949
3950         * gtk/gtkfilechooserdefault.c: (shortcuts_insert_path),
3951         (shortcuts_append_home), (shortcuts_append_desktop),
3952         (shortcuts_append_paths), (shortcuts_add_volumes),
3953         (shortcuts_append_bookmarks), (create_shortcuts_model),
3954         (gtk_file_chooser_default_add_shortcut_folder): add REMOVABLE column
3955         to the shortcuts_model.
3956
3957         (remove_bookmark_button_clicked_cb),
3958         (bookmarks_check_remove_sensitivity): use REMOVABLE column to check if
3959         bookmarks can be removed. Fixes #129873
3960
3961 Wed Jan  7 02:50:55 2004  Matthias Clasen  <maclas@gmx.de>
3962
3963         * demos/testpixbuf-save.c: Make s, S, Control-S, p, P, Control-P,
3964         i, I, Control-I test gdk_pixbuf_save(), gdk_pixbuf_save_to_buffer()
3965         and gdk_pixbuf_save_to_callback() with jpeg, png and ico formats, 
3966         respectively. Tests #82203.
3967
3968 2004-01-06  Federico Mena Quintero  <federico@ximian.com>
3969
3970         * gtk/gtkfilesel.c (gtk_file_selection_create_dir_confirmed): Use
3971         0777 as the mode for mkdir() and let the umask do the right
3972         thing.  Fixes #121819.
3973
3974         * gtk/gtkfilesystemunix.c (filename_is_root): g_path_skip_root()
3975         can return NULL; handle this.  Fixes #129565.
3976
3977 2004-01-06  Alexander Winston  <alexander.winston@comcast.net>
3978
3979         * gtk/gtkfilesel.c: (gtk_file_selection_delete_file): Removed space
3980         that proceeded the end-of-sentence punctuation. Fixes: #130353.
3981
3982 2004-01-06  Jody Goldberg <jody@gnome.org>
3983
3984         * gtk/gtktoolitem.c (gtk_tool_item_set_property) : Call 
3985           gtk_tool_item_set_visible_vertical for PROP_VISIBLE_VERTICAL.
3986
3987 2004-01-05  Federico Mena Quintero  <federico@ximian.com>
3988
3989         * gtk/gtkfilechooserdefault.c (shortcuts_append_bookmarks): Oops,
3990         call shortcuts_add_bookmarks() here.
3991         (remove_bookmark_button_clicked_cb): Ahem, fetch the selected
3992         iter.
3993         (shortcuts_append_paths): Don't display error dialogs here.
3994         (create_file_list): Remove the @#$% rules hint.
3995
3996 2004-01-05  Federico Mena Quintero  <federico@ximian.com>
3997
3998         * gtk/gtkfilechooserdefault.c (toolbar_button_new): New helper
3999         function.
4000         (toolbar_create): Do not use a toolbar widget, just an hbox
4001         instead.  Add the bookmarks buttons and the current folder label
4002         here.
4003         (create_filename_entry_and_filter_combo): Create the filter combo
4004         here.
4005         (filter_create): Don't show the filter combo initially.
4006         (up_button_cb): Renamed from toolbar_up_cb().
4007         (create_shortcuts_buttons): Removed.
4008
4009 2004-01-05  Murray Cumming  <murrayc@usa.net>
4010
4011         * gdk/gdkimage.h: Added <public> documentation to the struct, as
4012         suggested by Owen Taylor.
4013
4014 2004-01-05  Jody Goldberg <jody@gnome.org>
4015
4016         * gtk/gtkiconfactory.c (get_default_icons) : add stock indent, unindent
4017           I would have prefered outdent, but compatibility seems more
4018           important.
4019         * gtk/gtkstock.c (builtin_items) : ditto.
4020         * gtk/gtkstock.h : ditto.
4021         * gtk/stock-icons/Makefile.am : ditto.
4022         * gtk/stock-icons/stock_text_indent_16.png :
4023         * gtk/stock-icons/stock_text_indent_24.png :
4024         * gtk/stock-icons/stock_text_unindent_16.png :
4025         * gtk/stock-icons/stock_text_unindent_24.png : from gnome-icon-theme
4026
4027 Sun Jan  4 15:29:04 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
4028
4029         * gtk/gtkradiotoolbutton.[ch]
4030         (gtk_radio_tool_button_new_with_stock_from_widget): Change API so
4031         group is a GtkRadioButton, not a GtkWidget.
4032
4033 2004-01-04  Hans Breuer  <hans@breuer.org>
4034
4035         * gdk/win32/gdkwindow-win32.c : use SWP_NOACTIVATE in 
4036         gdk_window_set_keep_(above|below) to make DND work again.
4037         Thanks to Alif Wahid for noticing.
4038
4039         * gdk/gdk.def : update externals
4040
4041         * gtk/gtkfilesystemwin32.c : adapt to GtkFileSystemIFace changes
4042
4043         * gtk/gtk-stock.[hc] gtk/gtkiconfactory.c 
4044           gtk/stock-icons/Makefile.am gtk/stock-icons/makefile.msc :
4045           gtk/stock-icons/stock_harddisk_16.png 
4046           gtk/stock-icons/stock_harddisk_24.png 
4047         Harddisk stock icons for file system implementations. Beside
4048         FLOPPY and CDROM there is now HARDDISK, probably some 
4049         GTK_STOCK_NETWORK would be useful, but I could not find one.
4050
4051 Sat Jan  3 11:39:42 2004  Manish Singh  <yosh@gimp.org>
4052
4053         * gtk/gtkclipboard.c: Update freedesktop.org clipboard doc link.
4054         Patch from Andrew Moise (#130462).
4055
4056 2004-01-01  Jody Goldberg <jody@gnome.org>
4057
4058         * gtk/gtkaction.c (_GtkActionPrivate) : add visible_horizontal,
4059           visible_vertical.
4060         (gtk_action_class_init) : here.
4061         (gtk_action_init) : here.
4062         (gtk_action_set_property) : here.
4063         (gtk_action_get_property) : here.
4064         (connect_proxy) : and here.
4065
4066 2003-12-30  Jody Goldberg <jody@gnome.org>
4067
4068         * gtk/gtkactiongroup.c (gtk_action_group_add_action_with_accel) :  new
4069           utility routine for use in derived GtkActions with the replicated code
4070           from.
4071         (gtk_action_group_add_actions_full) : here.
4072         (gtk_action_group_add_toggle_actions_full) : here.
4073         (gtk_action_group_add_radio_actions_full) : and here.
4074
4075 2004-01-01  Taneem Ahmed  <taneem@bengalinux.org>
4076
4077         * configure.in: Added "bn" to ALL_LINGUAS.
4078
4079 2004-01-01  Taneem Ahmed  <taneem@bengalinux.org>
4080
4081         * bn.po: Added Bangla translation by 
4082         of Ankur group <gnome-translation@bengalinux.org>.
4083
4084 Fri Jan  2 02:50:11 2004  Matthias Clasen  <maclas@gmx.de>
4085
4086         * gtk/gtkcalendar.c (gtk_calendar_compute_days): 
4087         * gtk/gtkcalendar.c (gtk_calendar_paint_day_names): 
4088         * gtk/gtkcalendar.c (gtk_calendar_init): Changes to support 
4089         week_start values other than 0 and 1, e.g. 6 will let weeks start
4090         on Saturday.  (#130349, Roozbeh Pournader) 
4091
4092 2003-12-31 13:49 Daniel Rogers <dsrogers@phasevelocity.org>
4093
4094         * gdk/x11/gdkinput-x11.c: (gdk_input_translate_coordinates)
4095         
4096         Fix to allow reasonable pointer behavior in window mode when an
4097         extended input device reports an incorrect resolution of 0.  Fixes
4098         bug #123546
4099         
4100 2003-12-31  Christian Neumair  <chris@gnome-de.org>
4101
4102         * gdk-pixbuf/gdk-pixdata.c: (gdk_pixbuf_from_pixdata):
4103         * gtk/gtkfilechooserdefault.c: (list_size_data_func): Use ngettext for
4104         plurals (#123847).
4105
4106 Wed Dec 31 02:05:39 2003  Matthias Clasen  <maclas@gmx.de>
4107
4108         * gtk/gtkactiongroup.c (gtk_action_group_add_actions_full): 
4109         (gtk_action_group_add_toggle_actions_full):
4110         (gtk_action_group_add_radio_actions_full): Pull accelerator key
4111         from the stock item if stock_id is given, but accelerator 
4112         not.  (Noticed by Jeff Franks and Jody Goldberg)
4113
4114         * tests/testmerge.c: Remove the accelerator from the "Open" entry
4115         to test the above change.
4116         
4117 2003-12-29  Federico Mena Quintero  <federico@ximian.com>
4118
4119         Make show_all() work for the extra and preview widgets; reported
4120         by Paolo Maggi.
4121
4122         * gtk/gtkfilechooserdefault.c (set_preview_widget): show_all() the
4123         preview widget.
4124         (set_extra_widget): show_all() the extra widget.
4125
4126 Mon Dec 29 12:22:22 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
4127
4128         * gtk/gtkuimanager.c (do_updates): 
4129         * gtk/gtktoolbar.c (slide_idle_handler): 
4130         * gtk/gtkdnd.c (gtk_drag_update_idle): 
4131
4132         Add GDK_THREADS_ENTER()/GDK_THREADS_LEAVE() pairs around idle
4133         functions. (#130157, patch from Olexiy Avramchenko).
4134         
4135 2003-12-29  Anders Carlsson  <andersca@gnome.org>
4136
4137         * gtk/gtkradiotoolbutton.c:
4138         * gtk/gtkradiotoolbutton.h:
4139         * gtk/gtkseparatortoolitem.c:
4140         * gtk/gtkseparatortoolitem.h:
4141         * gtk/gtktoggletoolbutton.c:
4142         * gtk/gtktoggletoolbutton.h:
4143         * gtk/gtktoolbar.c:
4144         * gtk/gtktoolbar.h:
4145         * gtk/gtktoolbutton.c:
4146         * gtk/gtktoolbutton.h:
4147         * gtk/gtktoolitem.c:
4148         * gtk/gtktoolitem.h:
4149         Update my e-mail address.
4150         
4151 Mon Dec 29 01:36:22 2003  Matthias Clasen  <maclas@gmx.de>
4152
4153         * gtk/gtkaccelmap.[hc]: (gtk_accel_map_lock_path, 
4154         gtk_accel_map_unlock_path): Add a way to lock individual accelerator
4155         paths.  (#73207, reported by Havoc Pennington)
4156
4157 Sat Dec 27 23:17:56 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
4158
4159         * gtk/gtktoolbar.c (slide_idle_handler): use CHILD_VISIBLE
4160         instead of VISIBLE to determine whether we should stop
4161         sliding. (#130018, reported by Christian Persch).
4162
4163 Fri Dec 26 23:24:35 2003  Matthias Clasen  <maclas@gmx.de>
4164
4165         * gtk/gtkactiongroup.c (gtk_action_group_add_radio_actions_full): 
4166         Don't use first_action without initializing it if n_entries is 0.
4167
4168 Thu Dec 25 00:26:34 2003  Matthias Clasen  <maclas@gmx.de>
4169
4170         * gdk/x11/gdkcursor-x11.c (gdk_display_get_default_cursor_size):
4171         Add the missing _get_ to the name of the non-Xcursor version of
4172         this function.  (noticed by Torsten Schoenfeld)
4173
4174 Tue Dec 23 22:34:50 2003  Manish Singh  <yosh@gimp.org>
4175
4176         * gtk/gtkicontheme.h: fix GTK_TYPE_ICON_INFO macro, reported by
4177         muppet.
4178
4179 2003-12-24  Jody Goldberg <jody@gnome.org>
4180
4181         * gtk/gtkactiongroup.h : Add some const to the char * in
4182           GtkActionEntry*.  We're reccomending people pass static strings to
4183           them, and not freeing them.  This stems to flood of warnings that
4184           result.
4185         * gtk/gtkactiongroup.c (gtk_action_group_add_actions_full) : change
4186           temp vars to const to match above.
4187         (gtk_action_group_add_toggle_actions_full) : ditto.
4188         (gtk_action_group_add_radio_actions_full) : ditto.
4189
4190 Wed Dec 24 01:12:53 2003  Matthias Clasen  <maclas@gmx.de>
4191
4192         * gtk/gtkclipboard.[hc]: Add GtkClipboardTargetReceivedFunc,
4193         gtk_clipboard_request_targets() and 
4194         gtk_clipboard_wait_for_targets().  (#101774, Dom Lachowicz)
4195
4196 Mon Dec 22 00:40:39 2003  Matthias Clasen  <maclas@gmx.de>
4197
4198         * gtk/gtkcalendar.c (gtk_calendar_paint_arrow): Use 
4199         gtk_paint_arrow instead of draw_arrow_left/draw_arrow_right.
4200         * gtk/gtkcalendar.c (draw_arrow_left):
4201         (draw_arrow_right): Removed. 
4202         * gtk/gtkcalendar.c (gtk_calendar_realize_arrows): 
4203         * gtk/gtkcalendar.c (gtk_calendar_state_changed): Set the
4204         arrow_state to GTK_STATE_INSENSITIVE if the calendar is 
4205         insensitive.  (#97376)
4206
4207 Sun Dec 21 23:17:01 2003  Matthias Clasen  <maclas@gmx.de>
4208
4209         * gtk/gtkuimanager.c (update_node): 
4210         (update_smart_separators): 
4211         (_gtk_menu_is_empty): 
4212         (find_menu_position): 
4213         * gtk/gtktreeview.c (gtk_tree_view_search_dialog_destroy): 
4214         * gtk/gtkcombobox.c (gtk_combo_box_relayout_item): 
4215         (gtk_combo_box_relayout): Fix memory leaks caused by the
4216         failure to free the result of gtk_container_get_children().
4217
4218 Sun Dec 21 17:34:22 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
4219
4220         * gdk/x11/gdkwindow-x11.c (gdk_window_reparent): Set the right
4221         properties when the window becomes a toplevel. When a window that
4222         was previously a toplevel becomes a toplevel again, restore its
4223         window type. Also make sure the focus window is removed from the
4224         XID hash when it is destroyed. (#117579, reported by Morten
4225         Welinder, patch reviewed by Owen Taylor).
4226
4227 Sun Dec 21 01:54:40 2003  Matthias Clasen  <maclas@gmx.de>
4228
4229         * gtk/gtkmenushell.h: 
4230         * gtk/gtkmenushell.c (gtk_menu_shell_cancel): New function 
4231         to emit the "cancel" signal on a menu shell.
4232
4233         * gtk/gtkmenu.c (gtk_menu_key_press): 
4234         * gtk/gtkoptionmenu.c (gtk_option_menu_remove_menu): 
4235         * gtk/gtkmenubar.c (_gtk_menu_bar_cycle_focus): Use the 
4236         new function instead of directly emitting the 
4237         signal.  (#81803, Owen Taylor)
4238
4239 Sun Dec 21 00:39:50 2003  Matthias Clasen  <maclas@gmx.de>
4240
4241         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init): 
4242         Fix the "language_set" blurb.  
4243         
4244 Sat Dec 20 22:06:03 2003  Kristian Rietveld  <kris@gtk.org>
4245
4246         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): do not invalidate
4247         all of treeview when resizing (#110074, patch from Soeren Sandmann).
4248
4249 Fri Dec 19 23:36:00 2003  Kristian Rietveld  <kris@gtk.org>
4250
4251         Fixes #108458.
4252
4253         * gtk/gtkcelllayout.[ch]: added a reorder method.
4254
4255         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_layout_init),
4256         (gtk_tree_view_column_cell_layout_reorder): implement reorder.
4257
4258         * gtk/gtkcellview.c (gtk_cell_view_cell_layout_init),
4259         (gtk_cell_view_cell_layout_reorder): ditto.
4260
4261         * gtk/gtkcombobox.c (gtk_combo_box_cell_layout_init),
4262         (gtk_combo_box_cell_layout_reorder): ditto.
4263
4264         * gtk/gtkentrycompletion.c (gtk_entry_completion_cell_layout_init),
4265         (gtk_entry_completion_reorder): ditto.
4266
4267 Fri Dec 19 22:18:19 2003  Kristian Rietveld  <kris@gtk.org>
4268
4269         * gtk/gtktreeview.c (gtk_tree_view_search_equal_func): use strstr
4270         instead of strcmp (#117127, suggestion from Soeren Sandmann).
4271
4272 Fri Dec 19 21:52:46 2003  Kristian Rietveld  <kris@gtk.org>
4273
4274         * gtk/gtkmenu.c (gtk_menu_do_insert): move item insertion logic
4275         here from gtk_menu_real_insert(),
4276         (gtk_menu_real_insert): just call gtk_menu_do_insert(),
4277         (gtk_menu_reorder_child): run _do_insert after inserting the child
4278         (unbreaks _reorder_child, reported by Tim Janik).
4279
4280 2003-12-19  Federico Mena Quintero  <federico@ximian.com>
4281
4282         * gtk/gtkfilechooserdefault.c (list_mtime_data_func): Use
4283         g_date_strftime() for UTF-8 correctness; use Julian dates to
4284         simplify the function.
4285
4286 Fri Dec 19 01:47:34 2003  Matthias Clasen  <maclas@gmx.de>
4287
4288         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_size_request): 
4289         Test extra_width, not extra_height, when determining whether to
4290         set extra_width.  (#129647, Jan Arne Petersen)
4291
4292 Fri Dec 19 01:35:34 2003  Matthias Clasen  <maclas@gmx.de>
4293
4294         Fix the behaviour of insensitive actions, which was broken
4295         when gtk_action_activate() was changed to pay attention to 
4296         sensitivity  (#129557, Christian Persch)
4297         
4298         * gtk/gtkaction.h: 
4299         * gtk/gtkaction.c (_gtk_action_emit_activate): New auxiliary
4300         function to emit an activate signal without regard to sensitivity.
4301
4302         * gtk/gtkradioaction.c: 
4303         * gtk/gtktoggleaction.c: Always use _gtk_action_emit_activate()
4304         instead of gtk_action_activate().
4305
4306 2003-12-18  Jody Goldberg <jody@gnome.org>
4307
4308         * gtk/gtkicontheme.c (gtk_icon_theme_lookup_icon)) : Add a sanity test
4309           to ensure that the base hicolor theme is installed.  Silently
4310           failing to produce icons that apps assume exist in the theme seems
4311           like a bad idea.
4312
4313 Thu Dec 18 19:13:12 2003  Kristian Rietveld  <kris@gtk.org>
4314
4315         Fixes #110249, reworked patch from Joshua N Pritikin.
4316
4317         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_get_type),
4318         (gtk_tree_model_sort_tree_drag_source_init),
4319         (gtk_tree_model_sort_row_draggable),
4320         (gtk_tree_model_sort_drag_data_get),
4321         (gtk_tree_model_sort_drag_data_delete): implement GtkTreeDragSource.
4322
4323         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_get_type),
4324         (gtk_tree_model_filter_tree_drag_source_init),
4325         (gtk_tree_model_filter_row_draggable),
4326         (gtk_tree_model_filter_drag_data_get),
4327         (gtk_tree_model_filter_drag_data_delete): ditto.
4328
4329 Thu Dec 18 18:01:01 2003  Kristian Rietveld  <kris@gtk.org>
4330
4331         * gtk/gtktreeview.c (gtk_tree_view_class_init): add key bindings
4332         for "*" and "/" (expand/collapse all). (#110195, reported by
4333         Calum Benson).
4334
4335 Thu Dec 18 17:52:56 2003  Kristian Rietveld  <kris@gtk.org>
4336
4337         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_set_property):
4338         clear the extra_attrs list if we set "text" after "markup".
4339         (Fixes #121933, Federico Mena Quintero).
4340
4341 2003-12-18  Alexander Larsson  <alexl@redhat.com>
4342
4343         * gtk/gtkicontheme.c (gtk_icon_info_get_embedded_rect):
4344         Fix typo that used the wrong x/y values for the x1, y1 point
4345         (#129605)
4346
4347 Thu Dec 18 01:41:50 2003  Kristian Rietveld  <kris@gtk.org>
4348
4349         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init),
4350         (gtk_cell_renderer_text_finalize),
4351         (gtk_cell_renderer_text_get_property),
4352         (gtk_cell_renderer_text_set_property), (get_layout): added language
4353         and language_set properties like GtkTextTag has. (#103800, reported
4354         by Owen Taylor).
4355
4356 Thu Dec 18 01:37:59 2003  Matthias Clasen  <maclas@gmx.de>
4357
4358         * gtk/gtkwidget.c (gtk_widget_activate): Correct misleading docs.
4359         * gtk/gtkbutton.c (gtk_button_class_init): Add docs for the 
4360         "activate" signal.  (#129358, Ka-Hing Cheung)
4361
4362 Thu Dec 18 01:21:59 2003  Kristian Rietveld  <kris@gtk.org>
4363
4364         * gtk/gtktreeview.c (gtk_tree_view_class_init): Jonathan got
4365         the logical flag backwards in the expand_collapse_cursor_row
4366         bindings, fixing.
4367         (gtk_tree_view_real_expand_collapse_cursor_row): invert expand
4368         flag when !logical and in RTL. (Fixes #107527, reported by
4369         Noah Levitt).
4370
4371 Thu Dec 18 01:10:16 2003  Kristian Rietveld  <kris@gtk.org>
4372
4373         * gtk/gtktreeview.c (gtk_tree_view_button_press): only start
4374         editing when activated by the left mouse button. (#106869,
4375         patch from Evan Martin).
4376
4377 Thu Dec 18 00:57:18 2003  Kristian Rietveld  <kris@gtk.org>
4378
4379         Migrating all cell renderers to use the new instance private data
4380         construction.
4381
4382         * gtk/gtktreeprivate.h: remove GtkCellRendererInfo, as it is no
4383         longer being used.
4384
4385         * gtk/gtkcellrenderer.c (gtk_cell_renderer_init),
4386         (gtk_cell_renderer_class_init), (gtk_cell_renderer_get_property),
4387         (set_cell_bg_color), (gtk_cell_renderer_render): remove old
4388         GtkCellRendererInfo handling, migrate to instance private data.
4389
4390         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_editing_done),
4391         (gtk_cell_renderer_text_start_editing): moved focus_out_id
4392         from GtkCellRendererInfo to text renderer private data.
4393
4394         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_init),
4395         (gtk_cell_renderer_pixbuf_class_init),
4396         (gtk_cell_renderer_pixbuf_finalize),
4397         (gtk_cell_renderer_pixbuf_get_property),
4398         (gtk_cell_renderer_pixbuf_set_property),
4399         (gtk_cell_renderer_pixbuf_create_stock_pixbuf),
4400         (gtk_cell_renderer_pixbuf_get_size), (gtk_cell_renderer_pixbuf_render):
4401         migrate to instance private data.
4402
4403         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_class_init),
4404         (gtk_cell_renderer_toggle_get_property),
4405         (gtk_cell_renderer_toggle_set_property),
4406         (gtk_cell_renderer_toggle_render): migrate to instance private data.
4407
4408 Thu Dec 18 00:24:32 2003  Kristian Rietveld  <kris@gtk.org>
4409
4410         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init),
4411         (gtk_cell_renderer_text_get_property),
4412         (gtk_cell_renderer_text_set_property), (get_layout): add a
4413         single-paragraph-mode property, use private instance data.
4414         (Fixes #114943, reported by Morten Welinder).
4415
4416 Thu Dec 18 00:07:01 2003  Kristian Rietveld  <kris@gtk.org>
4417
4418         * gtk/gtktreemodel.h (gtk_tree_path_new_root),
4419         (gtk_tree_model_get_iter_root): now deprecated (#106953, reported
4420         by Matthias Clasen).
4421
4422 Wed Dec 17 23:50:56 2003  Kristian Rietveld  <kris@gtk.org>
4423
4424         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_set_property):
4425         if we set a new stock_id and there was a previous stock_id, unref
4426         the pixbuf (since it was used to renderer the previous stock_id
4427         and stock_id might have been set to NULL now). (Fixes #122966).
4428
4429 2003-12-17  Marco Pesenti Gritti  <marco@gnome.org>
4430
4431         * gtk/gtktreemodelsort.c: (gtk_tree_model_sort_get_iter):
4432
4433         Check that index is not bigger than level array length
4434         also when depth is 1. Now get_iter_first correctly return
4435         FALSE when the model is empty (#129411).
4436
4437 Wed Dec 17 23:31:19 2003  Kristian Rietveld  <kris@gtk.org>
4438
4439         * gtk/gtktreeview.c (gtk_tree_view_search_equal_func): only
4440         try to strcmp or strlen if we managed to normalize and casefold
4441         the string correctly. Fixes crashes with non-UTF8 strings.
4442         (#121617, Patch from Tim-Philipp Müller).
4443
4444 Wed Dec 17 23:20:23 2003  Matthias Clasen  <maclas@gmx.de>
4445
4446         * gtk/gtkexpander.c (gtk_expander_animation_timeout): Add missing
4447         GDK_THREADS_ENTER()/GDK_THREADS_LEAVE().
4448         * gtk/gtkcalendar.c, gtk/gtkclist.c, gtk/gtkexpander.c, 
4449         gtk/gtklist.c, gtk/gtknotebook.c, gtk/gtkselection.c, 
4450         gtk/gtkspinbutton.c: Cast second argument to g_timeout_add() to
4451         GSourceFunc instead of GtkFunction.  (#129525, Olexiy Avramchenko) 
4452
4453 Wed Dec 17 23:16:45 2003  Kristian Rietveld  <kris@gtk.org>
4454
4455         * gtk/gtktreeview.c (gtk_tree_view_button_press): fix compile warning.
4456         (#122727, patch from Kjartan Maraas).
4457
4458 Wed Dec 17 21:23:01 2003  Kristian Rietveld  <kris@gtk.org>
4459
4460         Yay! Fixed height mode! Hooray! (Part 2 of #80868).
4461
4462         * gtk/gtktreeview.c (gtk_tree_view_class_init),
4463         (gtk_tree_view_init), (gtk_tree_view_set_property),
4464         (gtk_tree_view_get_property), (gtk_tree_view_set_model): add a
4465         fixed_height_mode property,
4466         (intialize_fixed_height_mode), (do_validate_rows),
4467         (column_sizing_notify), (gtk_tree_view_set_fixed_height_mode),
4468         (gtk_tree_view_style_set), (gtk_tree_view_row_changed),
4469         (gtk_tree_view_row_inserted), (gtk_tree_view_remove_column),
4470         (gtk_tree_view_insert_column): implement fixed height mode,
4471         (gtk_tree_view_append_column), (gtk_tree_view_insert_column),
4472         (gtk_tree_view_insert_column_with_attributes),
4473         (gtk_tree_view_insert_column_with_data_func): update docs.
4474
4475         * gtk/gtktreeprivate.h: add two fields to GtkTreePrivate.
4476
4477 2003-12-07  Murray Cumming  <murrayc@usa.net>
4478  
4479         * gtk/gtktreemodel.c:
4480         (row_inserted_marshal, row_deleted_marshal, rows_reorderered_marshal)
4481         Actually call the default signal handlers instead of calling the
4482         marshallers themselves in an endless loop. These default signal handler
4483         callbacks are not actually set so this is only noticed by gtkmm at
4484         the moment. Bug 123923.
4485
4486 2003-12-16  Federico Mena Quintero  <federico@ximian.com>
4487
4488         * gtk/gtkfilesystem.h (struct _GtkFileSystemIface): Added a
4489         "volumes-changed" signal.  Added the following methods:
4490                 list_volumes
4491                 volume_free
4492                 volume_get_base_path
4493                 volume_get_is_mounted
4494                 volume_mount
4495                 volume_get_display_name
4496                 volume_render_icon
4497
4498         * gtk/gtkfilesystem.c (gtk_file_system_base_init): Create the
4499         "volumes-changed" signal.
4500         (gtk_file_system_list_volumes): New function.
4501         (gtk_file_system_volume_free): New function.
4502         (gtk_file_system_volume_get_base_path): New function.
4503         (gtk_file_system_volume_get_is_mounted): New function.
4504         (gtk_file_system_volume_mount): New function.
4505         (gtk_file_system_volume_get_display_name): New function.
4506         (gtk_file_system_volume_render_icon): New function.
4507
4508         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_volume_free): Implement.
4509         (gtk_file_system_unix_volume_get_base_path): Implement.
4510         (gtk_file_system_unix_volume_get_is_mounted): Implement.
4511         (gtk_file_system_unix_volume_mount): Implement.
4512         (gtk_file_system_unix_volume_get_display_name): Implement.
4513         (gtk_file_system_unix_volume_render_icon): Implement.
4514
4515         * gtk/gtkfilechooserdefault.c (struct _GtkFileChooserDefault):
4516         Added a field for the "volumes-changed" signal connection.
4517         (gtk_file_chooser_default_set_property): Connect to
4518         "volumes-changed" on the file system.
4519         (gtk_file_chooser_default_finalize): Disconnect from
4520         "volumes-changed".
4521
4522         * gtk/gtkfilechooserdefault.c (shortcuts_remove_rows): New helper
4523         function.
4524         (shortcuts_get_index): New helper function.
4525         (shortcuts_insert_path): Can now insert volumes as well as paths.
4526         (shortcuts_append_paths): Don't take is_file_system_root.
4527         (shortcuts_add_volumes): New function.
4528         (shortcuts_append_file_system_roots): Removed.
4529         (create_shortcuts_model): Use shortcuts_add_volumes().
4530         (remove_bookmark_button_clicked_cb): Check that the index is
4531         within range.
4532         (bookmarks_check_add_sensitivity): Take volumes into account.
4533         (shortcuts_get_selected_index): New helper function.
4534         (remove_bookmark_button_clicked_cb): Use
4535         shortcuts_get_selected_index().
4536         (bookmarks_check_remove_sensitivity): Likewise.
4537         (shortcuts_select_func): Likewise.
4538         (shortcuts_row_activated_cb): Handle volumes as well as normal
4539         paths.
4540         (shortcuts_activate_volume): New function.
4541         (struct _GtkFileChooserDefault): Removed the bookmarks_set and
4542         bookmarks_iter fields.
4543         (shortcuts_append_bookmarks): Use shortcuts_remove_rows().
4544         (bookmarks_changed_cb): Use shortcuts_add_bookmarks().
4545         (remove_bookmark_rows): Removed.
4546         (shortcuts_add_bookmarks): New function; moved most of the code
4547         over from shortcuts_append_bookmarks().
4548         (shortcuts_append_bookmarks): Add the separator node here, and
4549         then call shortcuts_add_bookmarks().
4550
4551 Tue Dec 16 15:01:10 2003  Manish Singh  <yosh@gimp.org>
4552
4553         * gtk/gtkfilechooserwidget.c: fix preprocessor conditional confusion.
4554         (G_OS_UNIX/G_OS_WIN32 stuff)
4555
4556 Tue Dec 16 01:46:46 2003  Matthias Clasen  <maclas@gmx.de>
4557
4558         Do not interpret distant clicks as double-clicks  (#116541,
4559         Bernhard Walle):
4560         
4561         * gdk/gdkdisplay.h (struct GdkDisplay): Add new fields
4562         double_click_distance, button_x and button_y.
4563         * gdk/gdkdisplay.c (gdk_display_init): Initialize the new fields.
4564
4565         * gdk/gdkdisplay.h: 
4566         * gdk/gdkevents.c (gdk_display_set_double_click_distance): 
4567         New function to set the double click distance on a display.
4568
4569         * gdk/gdkevents.c: Take double click distance into account
4570         when generating single, double or triple clicks.
4571
4572         * gtk/gtksettings.c: Add new setting "gtk-double-click-distance".
4573
4574         * gdk/x11/gdkevents-x11.c: Add the XSetting 
4575         "Net/DoubleClickDistance" and map it to "gtk-double-click-distance".
4576
4577 2003-12-15  Federico Mena Quintero  <federico@ximian.com>
4578
4579         * gtk/gtkdialog.c: Sigh, revert the change.
4580
4581 2003-12-15  Federico Mena Quintero  <federico@ximian.com>
4582
4583         * gtk/gtkdialog.c (dialog_has_cancel): Removed.
4584         (gtk_dialog_close): Don't call dialog_has_cancel().  At least
4585         allows sane behavior for #101293.
4586
4587 Mon Dec 15 00:56:54 2003  Matthias Clasen  <maclas@gmx.de>
4588
4589         * gtk/gtkbutton.[hc]: Add new properties, xalign and yalign, with
4590         getter and setter gtk_button_[sg]et_alignment(), to set the
4591         alignment of the child.  (#70961, Jody Goldberg)
4592
4593 2003-12-14  Hans Breuer  <hans@breuer.org>
4594
4595         * gtk/gtkprivate.h gtk/gtkmain.c : handle GTK_DATADIR
4596         similar as the other filesystem placement 'constants' (dynamic
4597         resolving on win32)
4598
4599         * gtk/gtkfilechooserwidget.c : handle file system to win32
4600         renaming here as will
4601         * gtk/gtkfilesystemwin32.c : implement render_icon
4602
4603         * gtk/gtk.def gdk/gdk.def : updated externals
4604
4605         * gdk/win32/gdkdisplay-win32.c : make it compile without
4606         <multimon.h> - i.e. even older sdk
4607
4608         * gdk/win32/gdkevents-win32.c : match resize_timer_proc
4609         with TIMERPROC prototype
4610
4611         * gdk/win32/gdkwindow-win32.c : older msvc does not know
4612         BITMAPV5HEADER (from win xp) either
4613
4614         * gtk/gtkimmodule.c : make it compile even if GTK_LOCALEDIR is
4615         not defined
4616
4617         * tests/testfilechooser.c : recent GLib crashes on 
4618         g_print ("%s", NULL) so avoid this
4619
4620 2003-12-14  Tor Lillqvist  <tml@iki.fi>
4621
4622         * gdk/win32/gdkselection-win32.c: Calls to OpenClipboard() must be
4623         followed by calls to CloseClipboard(). Add a missing call to
4624         CloseClipboard(). Found by Adam Wright, fixes #104944. Use
4625         API_CALL macro in more places.
4626
4627 2003-12-14  Tor Lillqvist  <tml@iki.fi>
4628
4629         Merge from stable:
4630
4631         * gdk/gdkdisplaymanager.c: Mark default_display static.
4632
4633         * gdk/win32/gdkdnd-win32.c: Mark current_dest_drag static.
4634
4635         * gdk/win32/gdkkeys-win32.c: Disable some overly verbose debugging
4636         output.
4637
4638         * gdk/win32/gdkevents-win32.c: Clean up the debugging output from
4639         --gdk-debug=events. In general, output just one line of debugging
4640         output for each Windows message, plus one line for each GDK event
4641         generated. Indent all lines according to window procedure nesting
4642         level.
4643
4644         (inner_window_procedure): Rename from real_window_procedure.
4645
4646         (find_real_window_for_grabbed_mouse_event): Don't get misled when
4647         the point is in the non-client (decoration) area of the window
4648         returned by WindowFromPoint(). Return the root window in that
4649         case.
4650
4651         (build_pointer_event_state): Test also MK_XBUTTON1 and
4652         MK_XBUTTON2 (buttons 4 and 5).
4653
4654         (synthesize_enter_event): Track the mouse leaving the window in
4655         the event being generated, not the one mentioned in the Windows
4656         message.
4657
4658         (propagate): Test for NULL parent earlier. Improves event
4659         generation from a grabbed pointer. Part of fix for #107320.
4660
4661         (handle_stuff_while_moving_or_resizing): New function, to
4662         dispatch the main loop (once).
4663
4664         (resize_timer_proc): New function, set to be called by an inerval
4665         timer during resizes/moves. Calls handle_stuff_while_moving_or_resizing().
4666
4667         (gdk_event_translate): Drop unused return_exposes parameter.
4668
4669         Handle WM_XBUTTONDOWN and UP messages (buttons 4 and 5).
4670
4671         On WM_SYSKEYUP, generate a key release event also for just the Alt
4672         key.
4673
4674         On WM_MOUSELEAVE, generate a leave event of type
4675         GDK_NOTIFY_ANCESTOR (and not UNKNOWN) if the mouse left a
4676         top-level window, and left the app completely.
4677
4678         On WM_ENTERSIZEMOVE, set a flag, and start an interval timer that
4679         calls resize_timer_proc() at regular intervals. On
4680         WM_EXITSIZEMOVE, kill the timer.
4681
4682         On WM_WINDOWPOSCHANGED, generate a configure event if necessary,
4683         and dispatch the main loop (by calling
4684         handle_stuff_while_moving_or_resizing()). Fixes #99540, idea by
4685         Herman Bloggs.
4686
4687         * gdk/win32/gdkmain-win32.c (_gdk_win32_message_to_string): Handle
4688         also wintab messages.
4689
4690         * gdk/win32/gdkwindow-win32.c (gdk_window_set_skip_taskbar_hint):
4691         Instead of using WS_EX_TOOLWINDOW, implement by setting/unsetting
4692         the window's owner. Fixes #118093, reported by Maxime Romano.
4693
4694 Tue Dec  8 09:41:00 2003  Tim Evans  <t.evans@aranz.com>
4695
4696         * gdk/win32/gdkwindow-win32.[ch]: Implement
4697         gdk_window_set_icon_list() for Win32, with support for big and
4698         small icons and support for alpha-channel icons under Windows
4699         XP. Replaces the previous implementation of gdk_window_set_icon().
4700         (#128762)
4701         
4702 Sun Dec 14 01:28:23 2003  Matthias Clasen  <maclas@gmx.de>
4703
4704         * gdk/x11/gdkprivate-x11.h: 
4705         * gdk/x11/gdkx.h: 
4706         * gdk/x11/gdkevents-x11.c (gdk_x11_register_standard_event_type): 
4707         Rename from _gdk_x11_register_event_type(), added API docs.
4708         * gdk/x11/gdkinput-x11.c (_gdk_input_common_init): 
4709         * gdk/x11/gdkimage-x11.c (_gdk_windowing_image_init): Adjust
4710         all callers.  (#121471, Bill Haneman)
4711
4712 Sat Dec 13 23:37:50 2003  Matthias Clasen  <maclas@gmx.de>
4713
4714         * gdk/gdkdraw.c (gdk_draw_pixbuf): Document that the clip mask
4715         of gc is ignored.  (#101983, Sebastian Rittau)
4716
4717 Sat Dec 13 16:13:27 2003  Kristian Rietveld  <kris@gtk.org>
4718
4719         A trick for a faster treeview, step 1. Patch to short circuit
4720         _build_tree(), inspired by Jonathan (#80868).
4721
4722         * gtk/gtktreeview.c (gtk_tree_view_init): don't put _IS_LIST in
4723         flags by default,
4724         (gtk_tree_view_build_tree): don't even try to recurse when the
4725         model says that it is a list, remove flag unsetter,
4726         (gtk_tree_view_set_model): change flag setting logic.
4727
4728         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_get_flags):
4729         propagate whether or not the child model has _IS_LIST set.
4730
4731         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_get_flags):
4732         ditto.
4733
4734 Sat Dec 13 02:33:17 2003  Matthias Clasen  <maclas@gmx.de>
4735
4736         * gtk/gtkrange.c (gtk_range_scroll): Undo the last change, 
4737         since it broke logical keynav. 
4738         * gtk/gtkrange.c (range_get_scroll_for_grab): Fix stepper
4739         direction in inverted scrollbars here instead.
4740
4741 Sat Dec 13 00:39:24 2003  Matthias Clasen  <maclas@gmx.de>
4742
4743         * gtk/gtkviewport.c (viewport_set_hadjustment_values): Implement
4744         "gravity" for RTL mode in a better way: Keep the distance from 
4745         the upper end of the page to the upper bound constant. This also 
4746         fixes problems with the initial position of the viewport in RTL 
4747         mode.  (#129063)
4748         
4749 Fri Dec 12 21:00:12 2003  Kristian Rietveld  <kris@gtk.org>
4750
4751         Combo box flipping support.
4752
4753         * gtk/gtkcombobox.c (gtk_combo_box_menu_position),
4754         (gtk_combo_box_size_allocate): support RTL flipping (#126518,
4755         patch from Matthias Clasen),
4756         (gtk_combo_box_popup): fix popup window alignment if there's a
4757         cell view frame visible (#126518, patch from Semion Chichelnitsky).
4758
4759         * gtk/gtkcellview.c (gtk_cell_view_expose): support RTL flipping
4760         (#128348, patch from Semion Chichelnitsky).
4761
4762 Fri Dec 12 01:13:34 2003  Matthias Clasen  <maclas@gmx.de>
4763
4764         * examples/gtkdial/gtkdial.c:
4765         * examples/menu/menu.c:
4766         * examples/scribble-xinput/scribble-xinput.c:
4767         * examples/progressbar/progressbar.c:
4768         * docs/tutorial/gtk-tut.sgml: Remove deprecated functions
4769         in examples. (#129074, Olexiy Avramchenko)
4770         * examples/calendar/Makefile:
4771         * examples/rangewidgets/Makefile:
4772         * examples/menu/Makefile: Allow deprecated functions in
4773         examples which use deprecated widgets.
4774
4775 Fri Dec 12 00:43:16 2003  Matthias Clasen  <maclas@gmx.de>
4776
4777         * gdk/gdk.c (gdk_threads_set_lock_functions): 
4778         * gdk/x11/gdkspawn-x11.c: Add "Since: 2.4" to doc comments.
4779
4780 Fri Dec 12 00:05:31 2003  Matthias Clasen  <maclas@gmx.de>
4781
4782         * gtk/gtkrange.c (gtk_range_scroll): Fix direction of 
4783         steppers in inverted scrollbars.  (#129084, Olexiy Avramchenko)
4784
4785 Thu Dec 11 23:50:30 2003  Matthias Clasen  <maclas@gmx.de>
4786
4787         * gtk/gtknotebook.c (gtk_notebook_pages_allocate): Don't 
4788         unnecessarily reserve space for arrows in RTL mode.  (#129075,
4789         Semion Chichelnitsky)
4790
4791 Thu Dec 11 00:35:12 2003  Matthias Clasen  <maclas@gmx.de>
4792
4793         Changes to allow "no input" windows (#64613):
4794         
4795         * gdk/gdkwindow.h (struct _GdkWindowObject): Add a new boolean
4796         field accept_focus.
4797         
4798         * gdk/gdkwindow.h (gdk_window_set_accept_focus): New function to
4799         set it.
4800
4801         * gtk/gtkwindow.[hc]: Add a boolean property "accept_focus"
4802         and gtk_window_get_focus() and gtk_window_set_focus().
4803
4804         * gdk/win32/gdkwindow-win32.c (gdk_window_new): 
4805         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_new): 
4806         * gdk/x11/gdkwindow-x11.c (gdk_window_set_new):
4807         Initialize the accept_focus field to TRUE.
4808
4809         * gdk/win32/gdkwindow-win32.c (gdk_window_set_accept_focus): 
4810         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_set_accept_focus): 
4811         * gdk/x11/gdkwindow-x11.c (gdk_window_set_accept_focus): 
4812         Implementations for the various backends. The Win32 and linux-fb
4813         implementations set the accept_focus field, but don't use it yet 
4814         to actually implement noinput windows. The X implementation updates
4815         the WM_HINTS to select the globally active input model (see the
4816         ICCCM) if accept_focus is FALSE.
4817
4818         * gdk/x11/gdkevents-x11.c (gdk_wm_protocols_filter): Ignore the
4819         WM_TAKE_FOCUS message if accept_focus is FALSE.
4820         
4821 2003-12-10  Federico Mena Quintero  <federico@ximian.com>
4822
4823         * gtk/gtkfilechooserdefault.c (struct _GtkFileChooserDefault):
4824         Added toolbar items for the filter separator and the filter item.
4825         (toolbar_create): Add the filter widgets here.
4826         (filter_create): Renamed from create_filter().  Don't store the
4827         alignment in the impl structure, just return it.
4828         (toolbar_show_filters): New function.
4829         (gtk_file_chooser_default_add_filter): Use toolbar_show_filters().
4830         (gtk_file_chooser_default_remove_filter): Likewise.
4831         (gtk_file_chooser_default_constructor): Don't create the filter
4832         widget here.
4833         (struct _GtkFileChooserDefault): Added a field for a current
4834         folder label.
4835         (gtk_file_chooser_default_constructor): Create the folder label.
4836         (gtk_file_chooser_default_set_current_folder): Set the current
4837         folder label.
4838
4839         * tests/testfilechooser.c (main): Dramatically improved the
4840         usability of the extra widget through careful word choice.
4841
4842 2003-12-10  Mark McLoughlin  <mark@skynet.ie>
4843
4844         * gdk/gdk.h: include gdkspawn.h.
4845
4846 2003-12-10  Mark McLoughlin  <mark@skynet.ie>
4847
4848         * gdk/linux-fb/gdkspawn-fb.c,
4849           gdk/win32/gdkspawn-win32.c,
4850           gdk/x11/gdkspawn-x11.c: (gdk_spawn_command_line_on_screen):
4851         s/gdk_spawn/gdk_spawn_on_screen/.
4852
4853 2003-12-10  Mark McLoughlin  <mark@skynet.ie>
4854
4855         Utility functions for multi-screen applications which need
4856         to ensure launched applications appear on a certain screen.
4857         See bug #95897.
4858         
4859         * gdk/gdkspawn.h: header for multi-screen launching
4860         support.
4861         
4862         * gdk/Makefile.am: install gdkspawn.h.
4863         
4864         * gdk/x11/Makefile.am:
4865         * gdk/x11/gdkspawn-x11.c:
4866         (gdk_spawn_make_environment_for_screen): private function
4867         to create an environment vector with DISPLAY set appropriately
4868         for the screen.
4869         (gdk_spawn_on_screen): multi-screen version of g_spawn_async().
4870         (gdk_spawn_on_screen_with_pipes): version of g_spawn_async_with_pipes().
4871         (gdk_spawn_command_line_on_screen): version of g_spawn_command_line_async().
4872         
4873         * gdk/linux-fb/Makefile.am,
4874           gdk/linux-fb/gdkspawn-fb.c: linux-fb impl.
4875         
4876         * gdk/win32/Makefile.am,
4877           gdk/win32/gdkspawn-win32.c: win32 impl.
4878
4879 2003-12-09  Federico Mena Quintero  <federico@ximian.com>
4880
4881         * gtk/gtkfilechooserdefault.c (shortcuts_append_home): Use "Home"
4882         rather than "Username's Home" (#125964).
4883         (shortcuts_selection_changed_cb): New callback, check the
4884         sensitivity of the Remove Bookmark button at the right time.
4885         (shortcuts_row_activated_cb): It is not necessary to check the
4886         sensitivity here.
4887
4888 Wed Dec 10 00:06:24 2003  Matthias Clasen  <maclas@gmx.de>
4889
4890         Improve the GDK API for dealing with group leaders (#119375):
4891         
4892         * gdk/gdkwindow.h: 
4893         * gdk/x11/gdkwindow-x11.c (gdk_window_get_group): New function to 
4894         get the group leader of a toplevel window as a GdkWindow.
4895
4896         * gdk/gdkdisplay.h: 
4897         * gdk/x11/gdkdisplay-x11.c (gdk_display_get_default_group): New 
4898         function to get the default group leader as a GdkWindow.
4899
4900         * gdk/x11/gdkdisplay-x11.h (struct _GdkDisplayX11): Add a field for
4901         the GdkWindow of the default group leader.
4902         
4903         * gdk/x11/gdkdisplay-x11.c (gdk_display_open): Construct the GdkWindow
4904         for the default group leader.
4905
4906 2003-12-09  Noah Levitt  <nlevitt@columbia.edu>
4907
4908         * gdk/gdkkeysyms.h:
4909         * gdk/gdkkeyuni.c: Add keysyms Ukrainian_ghe_with_upturn,
4910         Ukrainian_GHE_WITH_UPTURN. (#128529)
4911
4912 2003-12-08  Jan Arne Petersen  <jpetersen@uni-bonn.de>
4913
4914         * gtk/gtkfilechooserdefault.c:
4915         (gtk_file_chooser_default_get_paths), (entry_activate): Use the
4916         behavior of the GtkFileSelection to determine selected paths in
4917         single selected, GTK_FILE_CHOOSER_ACTION_SAVE mode.
4918
4919 2003-12-08  Federico Mena Quintero  <federico@ximian.com>
4920
4921         * gtk/gtkfilechooserdefault.c
4922         (gtk_file_chooser_default_get_paths): Don't declare the closure
4923         struct twice.
4924         (get_paths_foreach): Likewise.
4925
4926 Tue Dec  9 00:12:36 2003  Matthias Clasen  <maclas@gmx.de>
4927
4928         * gtk/gtkfilesystemwin32.[hc]: s/Unix/Win32/g. 
4929
4930 2003-12-08  Tor Lillqvist  <tml@iki.fi>
4931
4932         * gdk/win32/gdkdisplay-win32.c: Use <multimon.h> when compiling
4933         with MSVC and old headers. (#126933, John Ehresman)
4934
4935 Mon Dec  8 10:54:44 2003  Owen Taylor  <otaylor@redhat.com>
4936          
4937         * === Released 2.3.1 ===
4938
4939         * NEWS: Updates for 2.3.1
4940
4941         * configure.in: Version 2.3.1, interface age 0, binary age 301.
4942
4943         * gtk/gtkmenuitem.c (gtk_menu_item_can_activate_accel):
4944         Rename from gtk_menu_item_real_can_activate_accel() to
4945         match GTK+ convention, improve comment.
4946
4947         * gtk/gtkwidget.c: Document gtk_widget_can_activate_accel(),
4948         can ::can-activate-accel signal.
4949
4950         * gtk/gtkwidget.c (closure_accel_activate): Fix spelling
4951         in comment.
4952
4953         * gtk/gtkmenu.c (gtk_menu_real_can_activate_accel): Clean 
4954         up comment.
4955         
4956         * gtk/gtkcellview{,menuitem}.[ch]: Move GET_PRIVATE() macros
4957         into the .c file.
4958
4959 Mon Dec  8 12:09:21 2003  Owen Taylor  <otaylor@redhat.com>
4960
4961         * gtk/gtkicontheme.c (find_builtin_icon): Fix a
4962         missing 'else'. (#128816, Jorn Baayen)
4963
4964 2003-12-02  Michael Meeks  <michael@ximian.com>
4965
4966         Based on a patch by Martin Kretzschmar; #122448
4967         
4968         * gdk/gdk.h: new gdk_threads_lock, gdk_threads_unlock, point to
4969         implementation of GDK_THREADS_ENTER / GDK_THREADS_LEAVE.
4970         (GDK_THREADS_ENTER, GDK_THREADS_LEAVE): use gdk_threads_[un]lock
4971         function pointers. Deprecate the global gdk_threads_mutex variable.
4972         
4973         * gdk/gdk.c (gdk_threads_impl_lock, gdk_threads_impl_unlock): new,
4974         extracted from GTK_THREADS_ENTER/LEAVE macros.
4975         (gdk_threads_init): init gtk_threads_[un]lock if not set.
4976         (gdk_threads_set_lock_functions): impl.
4977
4978         * gdk/gdkglobals.c: add definitions of gdk_threads_[un]lock.
4979
4980 Sun Dec  7 23:45:40 2003  Matthias Clasen  <maclas@gmx.de>
4981
4982         * gtk/gtkicontheme.c (gtk_icon_theme_has_icon): Don't crash if
4983         icon_theme_builtin_icons hasn't been initialized.  (#128726, Diego
4984         Gonzalez)
4985
4986 2003-12-07  Tor Lillqvist  <tml@iki.fi>
4987
4988         * gdk/win32/gdkwindow-win32.c (gdk_window_set_icon): Don't use the
4989         return value from SendMessage(WM_SETICON). That is the old
4990         icon. Fixes GDI resource leak. (#128559, Tim Evans)
4991
4992         * gdk/win32/gdkevents-win32.c (gdk_pointer_grab): If we already
4993         have a pointer grab active with a grab cursor set, destroy that
4994         cursor to avoid a GDI resource leak. (#128410, Tim Evans)
4995
4996 2003-12-05  Paisa Seeluangsawat  <paisa@users.sf.net>
4997
4998         * configure.in: Added Thai (th) to ALL_LINGUAS.
4999
5000 Sat Dec  6 01:42:04 2003  Matthias Clasen  <maclas@gmx.de>
5001
5002         * gtk/gtkalignment.c (gtk_alignment_size_allocate): Implement
5003         RTL flipping for GtkAlignment.  (#127585)
5004
5005 Sat Dec  6 01:13:09 2003  Matthias Clasen  <maclas@gmx.de>
5006
5007         * gtk/gtkcombo.c (gtk_combo_get_pos): Fix the position of the 
5008         popup window when in RTL mode.  (#127578)
5009
5010 Fri Dec  5 15:30:16 2003  Manish Singh  <yosh@gimp.org>
5011
5012         * gtk/gtkaccelgroup.c (quick_accel_find): Applied patch from
5013         Ross McFarland <rwmcfa1@neces.com>, initialize *count_p to 0
5014         before doing anything to prevent garbage returns.
5015
5016 Sat Dec  6 00:23:46 2003  Matthias Clasen  <maclas@gmx.de>
5017
5018         * gtk/gtkviewport.c: Implement RTL flipping for 
5019         GtkViewport: Adjust the "gravity" when resizing
5020         This is a bit flickery in RTL mode.  (#107526)
5021
5022 Sat Dec  6 00:22:14 2003  Matthias Clasen  <maclas@gmx.de>
5023
5024         * gtk/gtkscrolledwindow.c: Implement RTL flipping for 
5025         GtkScrolledWindow: the vertical scrollbar shows up on the left
5026         side in RTL mode.  (#107526)
5027
5028 Fri Dec  5 01:58:33 2003  Matthias Clasen  <maclas@gmx.de>
5029
5030         * gtk/gtknotebook.c: Implement RTL flipping for GtkNotebook:
5031         tabs displayed at the top/bottom are rearranged, and tabs on
5032         the left/right are displayed at the opposite edge.  (#96630)
5033
5034 2003-12-04  Mark McLoughlin  <mark@skynet.ie>
5035
5036         * gtk/gtklabel.c: (gtk_label_set_attributes_internal): Allow
5037         gtk_label_set_attributes() take NULL. See bug #128517.
5038
5039 2003-12-03  Federico Mena Quintero  <federico@ximian.com>
5040
5041         * gtk/gtkfilechooserentry.c (struct _GtkFileChooserEntry): Removed
5042         the in_change flag.
5043         (completion_idle_callback): Use a temporary list store and re-set
5044         it on the completion rather than modifying the old one.  We are
5045         re-reading the folder anyway, and this gets rid of non-atomicity
5046         problems.
5047
5048 2003-12-01  Federico Mena Quintero  <federico@ximian.com>
5049
5050         Decouple impl->current_folder from the selection in the folder
5051         tree.  This is so that going to /home/federico/.foo (e.g. from a
5052         bookmark) will work even if show_hidden == FALSE.  The folder tree
5053         needs to be fixed in this case to show such folders explicitly.
5054
5055         * gtk/gtkfilechooserdefault.c
5056         (gtk_file_chooser_default_set_current_folder): When changing
5057         folders, do the entry and list model work here, instead of
5058         tree_selection_changed().
5059         (struct _GtkFileChooserDefault): Added a changing_folder flag
5060         again, dum de dum.
5061         (tree_selection_changed): Use _gtk_file_chooser_set_current_folder_path().
5062
5063 Tue Dec  2 01:01:54 2003  Matthias Clasen  <maclas@gmx.de>
5064
5065         * gtk/gtkiconfactory.h: Remove duplicate declaration of 
5066         gtk_icon_source_set_icon_name().  (#Jeff Franks, #128269)
5067
5068 2003-12-01  Federico Mena Quintero  <federico@ximian.com>
5069
5070         Patch from Hans-Petter Jansson <hpj@ximian.com> to align the
5071         bookmarks buttons with the location entry.
5072
5073         * gtk/gtkfilechooserdefault.c
5074         (gtk_file_chooser_default_constructor): Use a GtkSizeGroup for the
5075         bookmarks buttons and the location entry.
5076
5077 2003-12-01  Federico Mena Quintero  <federico@ximian.com>
5078
5079         * gtk/gtkfilechooserdefault.c (create_shortcuts_tree): Set the
5080         shortcuts tree as a drag destination.
5081         (shortcuts_drag_data_received_cb): New callback.
5082         (get_file_info): Also fetch information on whether the file is a folder.
5083         (add_bookmark_button_clicked_cb): Use error_could_not_add_bookmark_dialog().
5084         (error_could_not_add_bookmark_dialog): New function.
5085         (shortcuts_add_bookmark_from_path): New helper function.
5086         (add_bookmark_button_clicked_cb): Use shortcuts_add_bookmark_from_path().
5087         (shortcuts_row_activated): We no longer need the changing_folder flag.
5088         (struct _GtkFileChooserDefault): Likewise.
5089
5090 Sun Nov 30 17:31:32 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
5091
5092         * gtk/gtktoolbar.c (slide_idle_handler): return TRUE if there are
5093         disappearing placeholders that are still visible.
5094
5095         * gtk/gtktoolbar.c: formatting fixes
5096
5097         * gtk/gtktoolbar.c (struct _ToolbarContent): new bit:
5098         disappearing, for placeholders that are going to disappear.
5099
5100         * gtk/gtktoolbar.c (get_item_size): return 0 for disappearing placeholders
5101
5102 Sat Nov 29 00:55:28 2003  Jonathan Blandford  <jrb@gnome.org>
5103
5104         * gtk/gtktreeview.c (gtk_tree_view_new_column_width): 
5105         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_realize_button):
5106         Patch from <chinen@jp.ibm.com> to handle RTL support for column
5107         resizers, #127874
5108
5109 Fri Nov 28 00:26:24 2003  Matthias Clasen  <maclas@gmx.de>
5110
5111         * gtk/gtkfilesystemmodel.c (gtk_file_system_model_finalize): 
5112         Don't use freed memory.  (#127698, Taavi Talvik) 
5113
5114 Fri Nov 28 00:09:10 2003  Matthias Clasen  <maclas@gmx.de>
5115
5116         * gtk/gtkfilechooserentry.c: Remove debug g_print()s. 
5117
5118 Thu Nov 27 22:17:50 2003  Matthias Clasen  <maclas@gmx.de>
5119
5120         * gtk/gtkuimanager.c: Remove debug define.
5121
5122 Thu Nov 27 16:19:03 2003  Tim Janik  <timj@gtk.org>
5123
5124         * gtk/gtkmenu.c: allow accel activation depending on sensitivity
5125         and the attach widget.
5126
5127         * gtk/gtkmenuitem.c: allow accel activation depending on visibility,
5128         sensitivity and the parent menu.
5129
5130         * gtk/gtkwidget.[hc]: introduced ::can-activate-accel signal which
5131         checks whether accelerators may activate a widget. the default handler
5132         demands the widget be sensitive and visible+viewable.
5133
5134         * gtk/gtkaccelgroup.[hc]: export gtk_accel_group_activate().
5135
5136 Tue Nov 25 00:10:05 2003  Matthias Clasen  <maclas@gmx.de>
5137
5138         * gtk/gtkuimanager.c (update_node): Don't show accelerators in
5139         popup menus.  (#127227)
5140
5141 Mon Nov 24 13:47:39 GMT 2003  Tony Gale <gale@gtk.org>
5142
5143         * docs/faq/gtk-faq.sgml: start 2.x Section 4 updates
5144
5145 Mon Nov 24 04:05:15 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
5146
5147         * gtk/gtkradiotoolbutton.[ch]
5148         (gtk_radio_tool_button_new_from_widget): Make this function take a
5149         GtkRadioToolButton instead of a GtkWidget. (#127729, Murray
5150         Cumming)
5151
5152 Mon Nov 24 02:34:00 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
5153
5154         * gtk/gtktoolbar.c: remove variables in_dnd and leaving_dnd
5155
5156 Mon Nov 24 02:19:33 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
5157
5158         * gtk/gtktoolbar.c: remove variable
5159         n_overflowed_menu_items_when_dnd_started
5160
5161 Mon Nov 24 01:47:10 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
5162
5163         Rework sliding algorithm.
5164         - No more weird jumping when items are dragged off and added to
5165         the toolbar,
5166         - More natural item movement
5167
5168         * gtk/gtktoolbar.c (gtk_toolbar_size_allocate): Many changes. This
5169         function is now responsible for calculating intermediate positions
5170         during item sliding. It is also responsible for starting sliding
5171         if items disappear.  Also turn off expanding when there is an
5172         overflow menu.
5173         (gtk_toolbar_begin_sliding, stop_sliding): New functions.
5174         (slide_idle_handler): New function. All the sliding is now done by
5175         gtk_toolbar_size_allocate(), so the idle handler now just checks
5176         if there is more sliding to be done.
5177         (compute_intermediate_allocation, position): new functions
5178         calculating intermediate steps in the slide animations. The new
5179         animation algorithm uses a constant speed instead of a constant
5180         must-be-finished-within time.
5181         (struct _ToolbarContent): use 
5182         GtkAllocation goal_allocation; and 
5183         GtkAllocation start_allocation; instead of 
5184         gint start/goal_width;
5185
5186         * gtk/gtktoolitem.c (gtk_tool_item_set_tooltip): fix typo in
5187         documentation
5188
5189 Sun Nov 23 22:26:25 2003  Matthias Clasen  <maclas@gmx.de>
5190
5191         * gtk/gtktooltips.c (gtk_tooltips_draw_tips): Make tooltip 
5192         positioning Xinerama-aware.  (#127332)
5193
5194 Fri Nov 21 01:57:21 2003  Matthias Clasen  <maclas@gmx.de>
5195
5196         * gdk/x11/gdkscreen-x11.c (init_xinerama_support): Make monitor
5197         boundaries visible in fake Xinerama mode.
5198
5199 Thu Nov 20 15:41:56 2003  Manish Singh  <yosh@gimp.org>
5200
5201         * gtk/gtkmenu.c (gtk_menu_set_tearoff_state): cast to GTK_WIDGET()
5202         for the gtk_widget_hide() call.
5203
5204 Thu Nov 20 14:51:41 2003  Jonathan Blandford  <jrb@redhat.com>
5205
5206         * gtk/gtktreedatalist.c (gtk_tree_data_list_compare_func): Patch
5207         from David Hampton to fix sorting on booleans.
5208
5209 Thu Nov 20 15:48:03 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
5210
5211         * gtk/gtksocket.c (gtk_socket_focus): Use gtk_widget_is_focus()
5212         instead of GTK_WIDGET_HAS_FOCUS. (#122327, Owen Taylor. Reported
5213         by Frederic Crozat).
5214
5215 Thu Nov 20 13:10:29 GMT 2003  Tony Gale <gale@gtk.org>
5216
5217         * docs/faq/gtk-faq.sgml: Update Section 3 to 2.x
5218
5219 2003-11-19  Federico Mena Quintero  <federico@ximian.com>
5220
5221         Fixes to problems reported by Iain Holmes:
5222
5223         * gtk/gtkfilechooserdefault.c (shortcuts_append_desktop): Do not
5224         throw up an error dialog if the desktop doesn't exist.
5225         (error_message): Handle the case where there is no real toplevel
5226
5227         yet.
5228         (list_model_filter_func): Always let folders pass through (patch
5229         by Dave Malcolm).
5230
5231 Wed Nov 19 23:19:23 2003  Kristian Rietveld  <kris@gtk.org>
5232
5233         * gtk/gtkcombobox.[ch] (gtk_combo_box_scroll_event): move function
5234         to a somewhat more logical place,
5235         (gtk_combo_box_remove_text): New function (#125262, Owen Taylor).
5236
5237 Wed Nov 19 22:15:01 2003  Kristian Rietveld  <kris@gtk.org>
5238
5239         * gtk/gtkentry.c (gtk_entry_completion_timeout): always resize
5240         the popup when it is visible, popdown when there are less chars
5241         than the minimum key length in the entry,
5242         (gtk_entry_completion_changed): popdown when the entry is empty.
5243
5244         * gtk/gtkentrycompletion.c (gtk_entry_completion_init): set the
5245         size request of the vscrollbar to (-1, 0), to get a nicely sized
5246         completion treeview (Fixes #126573, reported by Piers Cornwell),
5247         (_gtk_entry_completion_resize_popup): show/hide the action_view
5248         based on items.
5249
5250 2003-11-19  Federico Mena Quintero  <federico@ximian.com>
5251
5252         * gtk/gtkfilechooserdialog.c (gtk_file_chooser_dialog_init): Turn
5253         off the dialog's separator (thanks to Iain Holmes).
5254
5255 Wed Nov 19 18:15:00 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
5256
5257         * gtk/gtkmenu.c (DEFAULT_POPUP_DELAY): set to 200 instead of 225
5258         * gtk/gtkmenuitem.c (get_minimum_width): Impose a minimum width
5259         on items that have a submenu. (#120104).
5260
5261 Wed Nov 19 18:11:08 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
5262
5263         * gtk/gtktoolbar.c (struct _ToolbarContent): Add a new
5264         "ItemState" field indicating the overflowed-ness etc. of the item.
5265         (gtk_toolbar_size_allocate): update the field here.
5266
5267 2003-11-19  Federico Mena Quintero  <federico@ximian.com>
5268
5269         * gtk/gtkfilechooserdefault.c (create_filter): Don't add padding
5270         to the alignment.  Use the HIG-specified spacing between the
5271         filter label and the combo.
5272         (create_filename_entry): Use HIG-specified spacing between the
5273         location label and the entry.
5274         (gtk_file_chooser_default_constructor): Don't use vertical padding
5275         around the filename entry.
5276
5277 2003-11-19  Federico Mena Quintero  <federico@ximian.com>
5278
5279         * gtk/gtkfilesystem.h (struct _GtkFileSystemIface): Added a
5280         render_icon virtual method.
5281
5282         * gtk/gtkfilesystem.c (gtk_file_system_render_icon): New function.
5283
5284         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_render_icon):
5285         Implement as a stub for now.
5286
5287         * gtk/gtkfilechooserdefault.c (shortcuts_insert_path): Use
5288         gtk_file_system_render_icon().
5289         (list_icon_data_func): Likewise.
5290         (toolbar_create): Set the toolbar style to icons only.
5291
5292         * gtk/gtkfilechooser.c (gtk_file_chooser_add_shortcut_folder_uri):
5293         Fix doc comments.
5294
5295 Wed Nov 19 02:18:37 2003  Matthias Clasen  <maclas@gmx.de>
5296
5297         * gtk/gtkmenu.c (gtk_menu_set_tearoff_state): Call 
5298         gtk_widget_hide(menu) when reattaching the menu.  (#126057) 
5299
5300 Wed Nov 19 00:06:04 2003  Kristian Rietveld  <kris@gtk.org>
5301
5302         * gtk/gtkentrycompletion.c (gtk_entry_completion_selection_changed):
5303         only unselect all items if the treeview has focus. (Fixes bug
5304         reported by Marco Pesenti Gritti).
5305
5306 Tue Nov 18 22:26:30 2003  Kristian Rietveld  <kris@gtk.org>
5307
5308         * gtk/gtkentry.c (gtk_entry_completion_key_press): the total
5309         number of actions is "matches + actions - 1". (Fixes #126572).
5310
5311 Tue Nov 18 21:05:05 2003  Christian Persch  <chp@cvs.gnome.org>
5312
5313         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_row_inserted): fix
5314         mem leaks (#119435).
5315
5316 Tue Nov 18 20:51:38 2003  Kristian Rietveld  <kris@gtk.org>
5317
5318         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_row_deleted): don't
5319         try to fetch the child back, since we do know that it is already
5320         gone by now (#126493, Marco Pesenti Gritti).
5321
5322 Tue Nov 18 19:47:59 2003  Kristian Rietveld  <kris@gtk.org>
5323
5324         Fixes based on comments from Owen Taylor, #125264.
5325
5326         * gtk/gtkcellview.[ch] (gtk_cell_view_finalize): remove unused
5327         variable,
5328         (gtk_cell_view_set_value), (gtk_cell_view_set_displayed_model): queue
5329         a resize,
5330         (gtk_cell_view_get_size_of_row): new function,
5331         (gtk_cell_view_set_value), (gtk_cell_view_set_valuesv),
5332         (gtk_cell_view_set_values), (gtk_cell_view_set_model),
5333         (gtk_cell_view_set_displayed_row), (gtk_cell_view_get_displayed_row):
5334         s/cellview/cell_view/ in the function definitions, so they match
5335         with the header file.
5336
5337         * gtk/gtkcombobox.c (gtk_combo_box_remeasure): remove the resize
5338         flag again (:, and use gtk_cell_view_get_size_of_row instead of
5339         the measurer, remove _set_size_request call,
5340         (gtk_combo_box_calc_requested_width): use gtk_cell_view_get_size_of_row
5341         instead of the measurer,
5342         (gtk_combo_box_style_set): queue a resize,
5343         (gtk_combo_box_size_request): update of _remeasure call,
5344         (gtk_combo_box_init), (gtk_combo_box_cell_layout_pack_start),
5345         (gtk_combo_box_cell_layout_pack_end),
5346         (gtk_combo_box_cell_layout_clear),
5347         (gtk_combo_box_set_model): get rid of the measurer,
5348         (gtk_combo_box_cell_layout_add_attribute),
5349         (gtk_combo_box_cell_layout_set_cell_data_func),
5350         (gtk_combo_box_cell_layout_clear_attributes): ditto and queue a
5351         resize instead of calling _remeasure.
5352
5353 Mon Nov 17 16:25:04 2003  Manish Singh <yosh@gimp.org>
5354
5355         * gdk-pixbuf/Makefile.am
5356         * modules/input/Makefile.am: Use install-data-hook for
5357         gdk-pixbuf.loaders and gtk.immodules install generation targets.
5358         Fixes #112806.
5359
5360         * gtk/gtkexpander.h: Apply missing declarations from #124449.
5361
5362 Tue Nov 18 00:12:55 2003  Matthias Clasen  <maclas@gmx.de>
5363
5364         Fix for #119555, Peter Zelezny:
5365         
5366         * gdk/gdkdrawable.h: Declare gdk_drawable_copy_to_image.
5367         * gdk/gdkdraw.c (gdk_drawable_copy_to_image): Make public
5368         by removing the _ prefix. 
5369         * gdk/gdkdraw.c, gdk/gdkpixbuf-drawable.c, gdk/gdkpixmap.c, 
5370         gdk/gdkwindow.c: Adjust all callers.
5371
5372 Mon Nov 17 23:36:02 2003  Matthias Clasen  <maclas@gmx.de>
5373
5374         * gtk/gtkaction.c (gtk_action_activate): Only activate if 
5375         the action is sensitive.  (#127187, Christian Persch)
5376
5377 Mon Nov 17 23:23:49 2003  Matthias Clasen  <maclas@gmx.de>
5378
5379         * gtk/gtkcombobox.c: Add mouse wheel support.  (#126517)
5380
5381 Mon Nov 17 22:56:09 2003  Kristian Rietveld  <kris@gtk.org>
5382
5383         * gtk/gtkentryprivate.h: add _gtk_entry_completion_resize_popup.
5384
5385         * gtk/gtkentry.c (gtk_entry_completion_timeout): popup when not
5386         mapped, else resize_popup.
5387
5388         * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup),
5389         (_gtk_entry_completion_popup): moved all popup resizing code to
5390         _gtk_entry_completion_resize_popup, and show the window when there
5391         are more than zero items in the completion list again (sigh).
5392
5393 2003-11-17  Mark McLoughlin  <mark@skynet.ie>
5394
5395         Patch from Jaiserca <jaiserca@inf.upv.es> to add a
5396         "use_markup" property. See bug #124449.
5397
5398         * gtk/gtkexpander.c:
5399         (gtk_expander_class_init),
5400         (gtk_expander_init), (gtk_expander_set_property),
5401         (gtk_expander_get_property), (gtk_expander_set_label),
5402         (gtk_expander_set_use_markup),  (gtk_expander_get_use_markup):
5403         Add a "use_markup" property and use it when creating the
5404         child label.
5405
5406 Mon Nov 17 12:58:32 2003  Kristian Rietveld  <kris@gtk.org>
5407
5408         Temporary size requisition fix. Will fix it for real tonight.
5409
5410         * gtk/gtkcombobox.c (gtk_combo_box_remeasure): add a resize flag,
5411         (gtk_combo_box_size_request): use gtk_combo_box_remeasure to determine
5412         a good width for the child,
5413         (gtk_combo_box_cell_layout_add_attribute),
5414         (gtk_combo_box_set_cell_data_func),
5415         (gtk_combo_box_cell_layout_clear_attributes): update.
5416
5417 Mon Nov 17 00:11:21 2003  Kristian Rietveld  <kris@gtk.org>
5418
5419         Fixes #124373, Murray Cumming.
5420
5421         * gtk/gtkcombobox.[ch] (gtk_combo_box_class_init): the model property
5422         is no longer construct only,
5423         (gtk_combo_box_unset_model), (gtk_combo_box_set_model_internal),
5424         (gtk_combo_box_menu_fill): new functions,
5425         (gtk_combo_box_menu_setup), (gtk_combo_box_menu_destroy),
5426         (gtk_combo_box_menu_row_*), (gtk_combo_box_list_setup),
5427         (gtk_combo_box_list_destroy): updated,
5428         (gtk_combo_box_new), (gtk_combo_box_new_with_model): new/changed
5429         functions,
5430         (gtk_combo_box_set_model): is now public, updated,
5431         (gtk_combo_box_get_model): small update.
5432
5433         * gtk/gtkcomboboxentry.[ch] (gtk_combo_box_entry_class_init): the
5434         text_column property is no longer construct only,
5435         (gtk_combo_box_entry_set_text_column): now public,
5436         (gtk_combo_box_entry_new), (gtk_combo_box_entry_new_with_model):
5437         new/changed functions.
5438
5439         * tests/testcombo.c: updated.
5440
5441 Sun Nov 16 22:50:58 2003  Matthias Clasen  <maclas@gmx.de>
5442
5443         Reinstate fixes for (#124212, Marco Pesenti Gritti):
5444         
5445         * gtk/gtkuimanager.c (update_smart_separators): Don't spit 
5446         warnings for popups.
5447         (_gtk_menu_is_empty): Return FALSE for non-menus.
5448
5449 Sun Nov 16 21:48:40 2003  Kristian Rietveld  <kris@gtk.org>
5450
5451         * gtk/gtkcellview.c (gtk_cell_view_finalize): just call
5452         gtk_cell_view_cell_layout_clear instead of trying to free the
5453         structure ourselves here. (#125726, Morten Welinder).
5454
5455 Sun Nov 16 00:35:29 2003  Matthias Clasen  <maclas@gmx.de>
5456
5457         * gtk/gtkfilechooser.[hc]: 
5458         * gtk/gtkentrycompletion.h: Fix parameter name mismatches which
5459         confuse gtk-doc.
5460
5461 2003-11-15  Hans Breuer  <hans@breuer.org>
5462
5463         * gdk/makefile.msc gdk/gdk.def 
5464             gtk/gtk.def gtk/makefile.msc.in : updated
5465         * tests/makefile.msc : added all the new tests
5466
5467         * gtk/gtkfilefilter.c(finalize) : initialize filter
5468         from object not from itself
5469
5470         * gtk/gtkfilesystemwin32.[hc] : copied from gtkfilesystemunix.[hc]
5471         modified as less as posible to have aworking implementation
5472         on win32. There maybe the desire to merge the unchanged pats into
5473         a common base class.
5474         Also implemented a simple glib based bookmark handling, which
5475         is currently missing in gtkfilesystemunix.[hc] but can be copied
5476         over there.
5477         * gtk/gtkfilechooserwidget.c : conditional include gtkfilesystemwin32.h
5478
5479         * gdk/win32/gdkwindow-win32.c : implement 
5480         gdk_window_set_keep_above() and gdk_window_set_keep_below()
5481
5482         * tests/testmerge.c : don't include unistd.h unconditionally,
5483         #define STDOUT_FILENO if it isn't defined
5484
5485         * tests/testfilechooser.c : make it compile on win32
5486
5487 2003-11-15  Tor Lillqvist  <tml@iki.fi>
5488
5489         * gdk/win32/gdkwindow-win32.c (gdk_window_focus): If the window is
5490         maximized, use SW_SHOWMAXIMIZED. (#126986, John Ehresman)
5491
5492 Thu Nov 13 12:55:29 GMT 2003  Tony Gale <gale@gtk.org>
5493
5494         * docs/faq/gtk-faq.sgml: Update the rest of Section 2
5495
5496 Thu Nov 13 01:46:32 2003  Matthias Clasen  <maclas@gmx.de>
5497
5498         * gtk/gtkicontheme.c (gtk_icon_theme_init): Use 
5499         GTK_DATADIR/{icons,pixmaps} instead of 
5500         GTK_DATA_PREFIX/{icons,pixmaps}.  (#123365, Marco Pesenti Gritti)
5501
5502 Wed Nov 12 21:40:10 2003  Matthias Clasen  <maclas@gmx.de>
5503
5504         Changes to improve menu positioning on Xinerama (#108328, #126150):
5505         
5506         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu): Use the event 
5507         window of the menuitem to determine the monitor. This fixes some
5508
5509         * gtk/gtkmenu.c (struct _GtkMenuPrivate): Add a menu_num field
5510         to store the monitor on which the menu is to be positioned.
5511
5512         * gtk/gtkmenu.[hc] (gtk_menu_position): Store the monitor number
5513         in the GtkMenuPrivate struct and fetch the monitor geometry after
5514         calling the position_func, in case it has been changed.
5515
5516         * gtk/gtkmenu.c (gtk_menu_set_monitor): New function 
5517         to be used in GtkMenuPositionFunc implementations for setting
5518         the monitor_num field in GtkMenuPrivate.
5519
5520         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu): Call 
5521         gtk_menu_set_monitor.
5522
5523 Wed Nov 12 21:00:10 2003  Matthias Clasen  <maclas@gmx.de>
5524
5525         * gtk/gtkinputdialog.c (gtk_input_dialog_init): Clarify the
5526         label for the empty list. String change.  (#95446, Tomas Ã–gren)
5527
5528 Wed Nov 12 20:57:50 2003  Matthias Clasen  <maclas@gmx.de>
5529
5530         * gtk/gtkicontheme.h (enum GtkIconLookupFlags): Correct
5531         the definition of the values.  (#123361, Marco Pesenti Gritti)
5532
5533 Wed Nov 12 20:54:02 2003  Matthias Clasen  <maclas@gmx.de>
5534
5535         * gdk/gdkkeyuni.c: Map KP_Separator to ','.
5536         (#122941, Egmont Koblinger)
5537
5538 2003-11-12  Padraig O'Briain  <padraig.obriain@sun.com>
5539
5540         *gtk/gtkcolorsel.c (gtk_color_selection_init): Add tooltip for
5541         opacity entry widget. Change tooltip for opacity widgets. (#126426)
5542
5543 2003-11-12  Padraig O'Briain  <padraig.obriain@sun.com>
5544
5545         * gtk/gtkmenu.c (gtk_menu_popup): Do not let pointer position
5546         affect window menu position when popped from keyboard. (#102660)
5547
5548 Wed Nov 12 01:29:32 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
5549
5550         * gtk/gtktoolbar.c (gtk_toolbar_internal_insert_element): When we
5551         are using the old API, make all items "is_important". That way
5552         BOTH_HORIZ will continue to show both icon and label in old API
5553         mode.
5554
5555 Mon Nov 10 00:40:41 2003  Matthias Clasen  <maclas@gmx.de>
5556
5557         * gtk/gtkeventbox.c (gtk_event_box_set_above_child): 
5558         Remember the new value in all cases.  (#126276, Damon Chaplin)
5559
5560 Sat Nov  8 23:06:02 2003  Matthias Clasen  <maclas@gmx.de>
5561
5562         * demos/gtk-demo/main.c (row_activated_cb): Call the do_
5563         functions with the toplevel as argument.
5564
5565         * demos/gtk-demo/geninclude.pl.in: Change the signature
5566         of GDoDemoFunc to take a widget argument
5567
5568         * demos/gtk-demo/ui_manager.c (do_ui_manager): 
5569         * demos/gtk-demo/tree_store.c (do_tree_store): 
5570         * demos/gtk-demo/textview.c (do_textview): 
5571         * demos/gtk-demo/stock_browser.c (do_stock_browser): 
5572         * demos/gtk-demo/sizegroup.c (do_sizegroup): 
5573         * demos/gtk-demo/pixbufs.c (do_pixbufs): 
5574         * demos/gtk-demo/panes.c (do_panes): 
5575         * demos/gtk-demo/menus.c (do_menus): 
5576         * demos/gtk-demo/list_store.c (do_list_store): 
5577         * demos/gtk-demo/images.c (do_images): 
5578         * demos/gtk-demo/hypertext.c (do_hypertext): 
5579         * demos/gtk-demo/editable_cells.c (do_editable_cells): 
5580         * demos/gtk-demo/drawingarea.c (do_drawingarea): 
5581         * demos/gtk-demo/dialog.c (do_dialog): 
5582         * demos/gtk-demo/colorsel.c (do_colorsel): 
5583         * demos/gtk-demo/changedisplay.c (do_changedisplay): 
5584         * demos/gtk-demo/button_box.c (do_button_box): 
5585         * demos/gtk-demo/appwindow.c (do_appwindow): Take a widget
5586         as argument, and make new windows or dialogs appear on the
5587         same screen.  (#80388)
5588
5589 Sat Nov  8 21:59:30 2003  Matthias Clasen  <maclas@gmx.de>
5590
5591         * gtk/gtkeventbox.c (gtk_event_box_class_init): Let 
5592         visible-window default to TRUE, as documented and 
5593         implemented. (#126270 Damon Chaplin)
5594
5595 Sat Nov  8 01:50:17 2003  Matthias Clasen  <maclas@gmx.de>
5596
5597         * gtk/gtkicontheme.c: 
5598         * gtk/gtkfilechooserwidget.c (gtk_file_chooser_widget_new): 
5599         * gtk/gtkfilechooserdialog.c (gtk_file_chooser_dialog_new): 
5600         * gtk/gtkfilechooser.c (gtk_file_chooser_[un]select_all): Mark as
5601         2.4 additions.
5602
5603 2003-11-07  Federico Mena Quintero  <federico@ximian.com>
5604
5605         Changing GtkFileChooserEntry to use GtkEntryCompletion.
5606
5607         * gtk/gtkfilechooserentry.c (gtk_file_chooser_entry_init): Create
5608         a GtkListStore for the completion list.  Create a
5609         GtkEntryCompletion and attach it to the chooser entry.
5610         (gtk_file_chooser_entry_finalize): Unref the completion store.
5611         (completion_match_func): New callback for the GtkEntryCompletion.
5612         (completion_idle_callback): Fill the completion store with filenames.
5613
5614 Fri Nov  7 22:55:49 2003  Matthias Clasen  <maclas@gmx.de>
5615
5616         * gtk/gtkwindow.c (gtk_window_set_role): 
5617         * gtk/gtkwindow.c (gtk_window_set_title): 
5618         * gtk/gtkwidget.c (gtk_widget_set_name): 
5619         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_title): 
5620         * gtk/gtkbutton.c (gtk_button_set_label): Make string setters
5621         safe for self-assignment.  (#122745, Soeren Sandmann)
5622
5623 Thu Nov  6 20:41:40 2003  Matthias Clasen  <maclas@gmx.de>
5624
5625         * gtk/gtkstyle.c (gtk_style_attach): Fix doc comment.
5626         (#126369, Olexiy Avramchenko)
5627
5628 Thu Nov  6 00:21:41 2003  Matthias Clasen  <maclas@gmx.de>
5629
5630         * gtk/gtkcolorbutton.c (gtk_color_button_init): 
5631         * gtk/gtkfontbutton.c (gtk_font_button_init): Improve the 
5632         consistency of titles.  (#126193, Damon Chaplin)
5633
5634 Wed Nov  5 22:49:36 2003  Matthias Clasen  <maclas@gmx.de>
5635
5636         * gtk/gtkmenu.c (gtk_menu_set_tearoff_state): Set torn off 
5637         menus to be transient for the toplevel they were torn off from.
5638         (gtk_menu_get_toplevel): Auxiliary function to find the
5639         toplevel of a menu.  (#54775, Jon-Kare Hellan)
5640
5641 Wed Nov  5 21:07:58 2003  Matthias Clasen  <maclas@gmx.de>
5642
5643         * gtk/gtkpaned.c (gtk_paned_class_init): Add readonly properties
5644         min-position and max-position.  (#58431, Padraig O'Briain)
5645
5646 Wed Nov  5 21:02:26 2003  Matthias Clasen  <maclas@gmx.de>
5647
5648         * gtk/gtkcolorsel.c (update_color): 
5649         (make_label_spinbutton): 
5650         (adjustment_changed): Change the ranges for Saturation and
5651         Value to be 0-100 instead of 0-255, since these axes of HSV
5652         are usually expressed in percent.  (#121519, Gregory Merchan)
5653
5654 Wed Nov  5 08:51:48 GMT 2003  Tony Gale <gale@gtk.org>
5655
5656         * docs/faq/gtk-faq.sgml: More 2.x updates
5657
5658 Tue Nov  4 15:00:33 GMT 2003  Tony Gale <gale@gtk.org>
5659
5660         * docs/faq/gtk-faq.sgml: More 2.x updates, fix
5661         pkg-config command error, update copyright.
5662
5663 2003-11-03  Federico Mena Quintero  <federico@ximian.com>
5664
5665         * gtk/gtkfilechooserdefault.c (error_dialog): Take in a path as
5666         well.  Use a helper function.
5667         (shortcuts_append_home): Display an error box if necessary.
5668         (shortcuts_append_desktop): Likewise.
5669         (add_bookmark_button_clicked_cb): Likewise.
5670         (gtk_file_chooser_default_select_path): Likewise.
5671         (entry_activate): Likewise.
5672         (shortcuts_append_paths): New helper function.
5673         (shortcuts_append_file_system_roots): Use
5674         shortcuts_append_paths().
5675         (shortcuts_append_bookmarks): Likewise.
5676
5677 Mon Nov  3 23:12:41 2003  Matthias Clasen  <maclas@gmx.de>
5678
5679         * gtk/gtkuimanager.c (_gtk_menu_is_empty): Return TRUE if 
5680         menu is NULL.
5681         (update_smart_separators): Remove some unneeded ifs.
5682
5683 Mon Nov  3 22:45:58 2003  Matthias Clasen  <maclas@gmx.de>
5684
5685         * gtk/gtkwindow-decorate.h: Add G_BEGIN_DECLS/G_END_DECLS to make 
5686         these usable in C++. Forgot this file in my Oct 11 commit.
5687
5688 2003-11-03  Federico Mena Quintero  <federico@ximian.com>
5689
5690         * gtk/gtkfilechooserdefault.c (create_shortcuts_tree): Add a stock
5691         icon to the "Add bookmark" button.
5692
5693         * gtk/gtkfilesystemunix.c: Mark missing strings for translation.
5694         * gtk/gtkfilesystemmodel.c: Likewise.
5695         * gtk/gtkfilechooser.c: Likewise.
5696         * gtk/gtkfilechooserdefault.c: Likewise.
5697
5698 Mon Nov  3 20:56:28 2003  Matthias Clasen  <maclas@gmx.de>
5699
5700         * gdk/gdk.c: 
5701         * gdk/gdkinternals.h: 
5702         * gdk/x11/gdkscreen-x11.c (init_xinerama_support): Introduce a
5703         GDK_DEBUG_XINERAMA debug flag, and make it trigger a fake 2x2
5704         Xinerama mode when no actual Xinerama setup is found. 
5705
5706 2003-11-03  Federico Mena Quintero  <federico@ximian.com>
5707
5708         * gtk/gtkfilechooserdefault.c (shortcuts_select_folder): Removed.
5709         (create_shortcuts_tree): Don't call the above.
5710         (bookmarks_changed_cb): Likewise.
5711         (tree_selection_changed): Unselect everything from the shortcuts
5712         list.  This is the behavior that Mac OS has.
5713         (toolbar_add_item): Return the item.
5714         (toolbar_create): Store the up_button in the impl structure.
5715         (toolbar_check_sensitivity): New function to set the sensitivity
5716         of the "Up" button in the toolbar.
5717         (tree_selection_changed): Call toolbar_check_sensitivity().
5718
5719 2003-11-02  Federico Mena Quintero  <federico@ximian.com>
5720
5721         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_init): Do
5722         not set a border width for the toplevel container.
5723         (toolbar_create): New function; create a simple toolbar for the
5724         file chooser.
5725         (gtk_file_chooser_default_constructor): Use a spacing of 12 for
5726         the table, as per the HIG.
5727         (gtk_file_chooser_default_init): Likewise, for the default
5728         implementation's vbox.
5729
5730         * gtk/gtkfilesystem.c (gtk_file_system_get_parent): Added docs to
5731         note that NULL is a valid return value for the parent path.
5732
5733 Sat Nov  1 14:59:27 2003  Owen Taylor  <otaylor@redhat.com>
5734
5735         * gtk/gtkfilechooserdefault.c (shortcuts_row_activated): 
5736         Change on activation, not selection change (temporary
5737         workaround for #125955, needed for keynav, likely
5738         the right UI anyways.)
5739
5740         * gtk/gtkfilechooserdefault.c (shortcuts_select_func): 
5741         Don't allow the separator node to be selected.
5742
5743         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_constructor):
5744         Set the focus chain so that the entry gets focused first.
5745         (Not really right after initial focusing, maybe we
5746         should just have a gtk_file_chooser_focus_entry() that
5747         we call from gtk_file_chooser_dialog on creation.)
5748
5749 Sat Nov  1 12:41:04 2003  Owen Taylor  <otaylor@redhat.com>
5750
5751         * gtk/gtkwindow.c (gtk_window_unfullscreen): Fix a
5752         residual call to gtk_window_get_private().
5753
5754 Sat Nov  1 09:10:13 2003  Owen Taylor  <otaylor@redhat.com>
5755
5756         * gtk/gtkwindow.[ch]: Move above_initially, below_initially
5757         into GtkWindowPrivate structure, fixing ABI breakage
5758         on Win32. (Hans Breuer). Switch GtkWindowPrivate over
5759         to instance-private-data.
5760
5761 Fri Oct 31 02:43:34 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
5762
5763         * gtk/gtktoolbar.c (get_item_requisition): delete this function
5764         (toolbar_item_is_homogeneous): cache max_homogeneous_pixels
5765         instead of re-calculating for each item.
5766         (gtk_toolbar_size_allocate): Update comments
5767
5768 Thu Oct 30 22:04:31 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
5769
5770         * gtk/gtktoolbar.c (gtk_toolbar_forall): Only include
5771         placeholders when include_internals is TRUE.
5772
5773 Thu Oct 30 17:57:53 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
5774
5775         * gtk/gtktoolbar.c (logical_to_physical): Make it work even when
5776         item 0 is a placeholder. (#125826)
5777         * tests/testtoolbar.c: add an assertion that 
5778         gtk_toolbar_get_nth_item (0) != NULL
5779
5780 Thu Oct 30 17:40:26 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
5781
5782         * gtk/gtktoolbar.c (logical_to_physical): Make it work for
5783         logical == 0.(#125826)
5784
5785 Thu Oct 30 16:20:58 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
5786
5787         * gtk/gtktoolbar.c (logical_to_physical): Make sure we actually
5788         return the index of a real item.
5789         (get_nth_item) assert that the returned items is not a
5790         placeholder.  (#125826, Marco Pesenti Gritti).
5791         
5792 2003-10-29  Federico Mena Quintero  <federico@ximian.com>
5793
5794         * gtk/gtkcellrendererseptext.c
5795         (gtk_cell_renderer_sep_text_render): Only paint a separator if the
5796         text is NULL, rather than also doing it if it is an empty string.
5797
5798 Wed Oct 29 15:40:26 2003  Owen Taylor  <otaylor@redhat.com>
5799
5800         * gtk/gtkmessagedialog.c (gtk_message_dialog_new/
5801         gtk_message_dialog_new_with_format): Allow NULL
5802         for message_format, as described in the docs and
5803         as worked previously. (#125759, Richard Hult)
5804
5805         * gtk/gtkmessagedialog.c (gtk_message_dialog_new_with_markup):
5806         Use g_markup_vprintf_escaped() to escape arguments.
5807
5808         * gtk/gtkmessagedialog.[ch]: Add gtk_message_dialog_set_markup()
5809         so there is some way to set literal markup.
5810
5811 Wed Oct 29 15:01:32 2003  Owen Taylor  <otaylor@redhat.com>
5812  
5813         * gdk/x11/gdkimage-x11.c (_gdk_x11_copy_to_image): Move
5814         the call to gdk_error_trap_pop() to the right place,
5815         fixing a problem where we'd pop() too many times 
5816         when bailing out. (#123302, Thomas Leonard)
5817         
5818 Wed Oct 29 12:50:02 2003  Owen Taylor  <otaylor@redhat.com>
5819
5820         * gtk/gtkfilechooserutils.c (delegate_set_current_folder): 
5821         Fix infinite recursion. (#125679, Christian Persch)
5822
5823 Wed Oct 29 13:29:15 GMT 2003  Tony Gale <gale@gtk.org>
5824
5825         * docs/faq/gtk-faq.sgml: further 2.x updates:
5826         mirrors,compiling,g_main_context_iteration
5827
5828 Wed Oct 29 02:54:35 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
5829
5830         * gtk/gtktoolbar.[ch] (gtk_toolbar_set_drop_highlight_item): Add this
5831         function; remove gtk_toolbar_highlight_drop_location() and
5832         gtk_toolbar_unhighlight_drop_location().
5833
5834         Also fix bug where the number of overflowed items were miscounted.
5835
5836 Tue Oct 28 12:20:16 2003  Owen Taylor  <otaylor@redhat.com>
5837
5838         * gtk/gtkwindow.c (gtk_window_has_toplevel_focus): Remove
5839         some accidentally committed duplicate code.
5840
5841 Tue Oct 28 17:06:17 GMT 2003  Tony Gale <gale@gtk.org>
5842
5843         * docs/faq/gtk-faq.sgml: Update info on compiling GTK+
5844
5845 Tue Oct 28 10:34:24 2003  Owen Taylor  <otaylor@redhat.com>
5846
5847         * gtk/gtkwindow.[ch] (gtk_window_is_active, 
5848         gtk_has_toplevel_focus): Add getters corresponding to
5849         the is_active and has_toplevel_focus properties.
5850         (#122531)
5851
5852 2003-10-28  Mark McLoughlin  <mark@skynet.ie>
5853
5854         * gtk/gtkexpander.c:
5855         (gtk_expander_class_init): hook up the destroy handler.
5856         (gtk_expander_destroy), (gtk_expander_unrealize):
5857         remove the expand/collapse timeout on destroy instead
5858         of unrealize to avoid leaving the expander in a inconsistent
5859         state when unrealizing during animation.
5860         (gtk_expander_start_animation): remove realized check.
5861         (gtk_expander_set_expanded): if the widget isn't realized,
5862         expand immediately.
5863
5864 Tue Oct 28 09:44:16 2003  Owen Taylor  <otaylor@redhat.com>
5865
5866         * gtk/gtkxembed.c (_gtk_xembed_send_focus_message): Silently
5867         do nothing when recipient is NULL, as described in the
5868         doc comment. (#123107, Thomas Leonard)
5869
5870 Tue Oct 28 09:21:29 2003  Owen Taylor  <otaylor@redhat.com>
5871
5872         * gtk/gtkmain.c (gtk_check_version): Move docs inline,
5873         rewrite docs, mention memory management for the return
5874         value. (Partly addresses #125549, Michael Natterer)
5875
5876 2003-10-28  Padraig O'Briain  <padraig.obriain@sun.com>
5877
5878         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_remove_filter):
5879         Change index to filter_index to fix compilation error.
5880
5881         * gtk/gtkfilesystem.h: Correct definition of gtk_file_path_get_string.
5882
5883 Mon Oct 27 15:47:58 2003  Manish Singh  <yosh@gimp.org>
5884
5885         * gdk/x11/gdkscreen-x11.c: #include <X11/extensions/Xrandr.h> if
5886         we have RandR support, for XRRUpdateConfiguration declaration.
5887
5888         * gtk/gtkfilefilter.c: #include "gtkprivate.h" for _gtk_fnmatch
5889         declaration.
5890
5891         * gtk/gtkuimanager.c (gtk_ui_manager_add_ui_from_file): Make
5892         length a gsize variable, since that's what g_file_get_contents()
5893         expects.
5894
5895 Mon Oct 27 12:18:49 2003  Owen Taylor  <otaylor@redhat.com>
5896
5897         * NEWS: Fix attribution for above/below EWMH work.
5898
5899 Sat Oct 25 23:30:13 2003  Matthias Clasen  <maclas@gmx.de>
5900
5901         * gtk/gtkactiongroup.c (gtk_action_group_class_init): Add "name" 
5902         as a construct-only property.  (#125475, Murray Cumming)
5903
5904 Thu Oct 23 21:55:10 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
5905
5906         Fix bug 116297 and 125472
5907         
5908         * gtk/gtktoolbar.c (gtk_toolbar_highlight_drop_location): Make
5909         this function take an index and a GtkToolItem.
5910
5911         * tests/testtoolbar.c (main): Make "Show Arrow" default to
5912         true. Make one of the separators !draw and expand.
5913         Update for new highlight_drop_location() API.
5914
5915         * gtk/gtktoolitem.[ch]: Remove "pack_end" property
5916
5917         * gtk/gtktoolbar.h: Formatting fixes.
5918
5919         * gtk/gtktoolbar.c: Remove "pack_end" child property. Allow
5920         separator tool items to expand.
5921         (logical_to_physical, physical_to_logical): Fix off-by-one errors
5922         (Fix #125472, Marco Pesenti Gritti)
5923
5924         * gtk/gtkseparatortoolitem.[ch]: Add new "draw" property.
5925         (gtk_separator_tool_item_expose) only draw if "draw" is TRUE. Also
5926         return FALSE, not TRUE.
5927         (gtk_separator_too_item_{set|get}_property,
5928         (gtk_separator_tool_item_{set|get}_draw): new functions
5929
5930 Fri Oct 24 16:54:04 2003  Owen Taylor  <otaylor@redhat.com>
5931
5932         * === Released 2.3.0 ===
5933
5934         * configure.in: Remove a stray comma.
5935
5936         * README.in: Fix a few notes about Xft 1 and pango-1.0.
5937
5938         * NEWS: Finish updates for 2.3.0.
5939
5940         * po/Makefile.in.in: Update to latest GLib version.
5941
5942 Fri Oct 24 20:31:35 2003  Kristian Rietveld  <kris@gtk.org>
5943
5944         * gtk/gtkcellview.[ch], gtk/gtkcellviewmenuitem.[ch],
5945         gtk/gtkcombobox.[ch], gtk/gtkcomboboxentry.[ch],
5946         gtk/gtktreemodelfilter.[ch]: Fix licensing (I managed to put it
5947         under GPL licensing instead of LGPL...). (Fixes #125381, Soeren
5948         Sandmann).
5949
5950 Fri Oct 24 20:22:40 2003  Kristian Rietveld  <kris@gtk.org>
5951
5952         * gtk/gtktreemodelfilter.h: add padding to the class structure.
5953
5954 2003-10-23  Federico Mena Quintero  <federico@ximian.com>
5955
5956         * gtk/gtkfilechooser.c (gtk_file_chooser_get_preview_uri): Fixed docs.
5957         (gtk_file_chooser_remove_filter): Likewise.
5958         (gtk_file_chooser_select_all): Added docs.
5959         (gtk_file_chooser_unselect_all): Likewise.
5960
5961         * gtk/gtkfilechooserdialog.c (gtk_file_chooser_dialog_new): Added docs.
5962
5963         * gtk/gtkfilechooserwidget.c (gtk_file_chooser_widget_new): Added docs.
5964
5965 Thu Oct 23 23:22:15 2003  Matthias Clasen  <maclas@gmx.de>
5966
5967         * gtk/gtkfilefilter.c: 
5968         * gtk/gtkfilechooser.c: Add "Since: 2.4" to all API doc comments.
5969
5970 Thu Oct 23 22:33:47 2003  Matthias Clasen  <maclas@gmx.de>
5971
5972         * gtk/gtkfilefilter.c (gtk_file_filter_new): Fix doc markup.
5973
5974 Thu Oct 23 21:49:05 2003  Matthias Clasen  <maclas@gmx.de>
5975
5976         * NEWS: Remove a few duplicates, group the menu changes.
5977
5978 Thu Oct 23 21:12:50 2003  Kristian Rietveld  <kris@gtk.org>
5979
5980         * NEWS: Updates for 2.3.0; changed header to match the style we used
5981         for 2.1.0.
5982
5983 Thu Oct 23 20:47:44 2003  Matthias Clasen  <maclas@gmx.de>
5984
5985         * gdk/x11/gdkwindow-x11.c (gdk_window_set_group): Actually
5986         assign the new leader.  (#125168, Mariano Suarez-Alvarez)
5987
5988 Thu Oct 23 20:21:16 2003  Kristian Rietveld  <kris@gtk.org>
5989
5990         * gtk/gtkcelllayout.c, gtk/gtkcellview.c gtk/gtkcellviewmenuitem.c,
5991         gtk/gtkcombobox.c, gtk/gtkcomboboxentry.c, gtk/gtkentrycompletion.c,
5992         gtk/gtktreemodelfilter.c, gtk/gtkcellrenderertoggle.c: Fix includes.
5993
5994 Thu Oct 23 15:13:56 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
5995
5996         * NEWS: Partial update for 2.3.0.
5997
5998 Thu Oct 23 01:09:04 2003  Owen Taylor  <otaylor@redhat.com>
5999
6000         * gtk/gtkfilechooserdefault.c: Convert GtkOptionMenu to
6001         GtkComboBox.
6002
6003 Wed Oct 22 23:20:04 2003  Owen Taylor  <otaylor@redhat.com>
6004
6005         * gtk/gtkfilechooser.[ch] gtk/gtkfilefilter.[ch] 
6006         gtk/gtkfilechooserwidget.[ch] gtk/gtkfilechooserdialog.[ch]:
6007         gtk/gtkfilechooserutils.c gtk/gtkfilechooserprivate.[ch]:
6008         Basic framework for the new file selector widget.
6009
6010         * gtk/gtkfilechooserdefault.[ch] gtk/gtkcellrenderersep.[ch] 
6011         gtk/gtkfilechooserentry.[ch] gtk/gtkfilesystemmodel.[ch]:
6012         Initial implementation of the GtkFileChooser user interface.
6013
6014         * gtk/gtkfilesystemunix.[ch]: GtkFileSystem implementation
6015         for Unix files.
6016
6017         * configure.in gtk/Makefile.am gtk/xdgmime: Build code
6018         for freedesktop.org MIME system on Unix.
6019
6020         * tests/testfilechooser.c: Test program for GtkFileChooser
6021
6022         * tests/prop-editor.c: Add support for properties on interfaces.
6023
6024 Tue Oct 21 16:12:51 2003  Owen Taylor  <otaylor@redhat.com>
6025
6026         * demos/gtk-demo/menus.c (do_menus): Fix some unused
6027         variables.
6028
6029         * gtk/gtkmain.c (_gtk_get_lc_ctype): Fix an unused
6030         variable warning.
6031
6032 Thu Oct 23 00:04:50 2003  Matthias Clasen  <maclas@gmx.de>
6033
6034         * NEWS: Partial update for 2.3.0.
6035
6036 Tue Oct 21 22:07:12 2003  Kristian Rietveld  <kris@gtk.org>
6037
6038         * gtk/gtktreeview.c (gtk_tree_view_real_move_cursor): set
6039         ctrl_pressed and shift_pressed according to the current event
6040         state (if there is one). (Fixes #125063, reported by Sebastien Bacher).
6041
6042 Mon Oct 20 23:24:27 2003  Kristian Rietveld  <kris@gtk.org>
6043
6044         * gtk/gtkentry.c (gtk_entry_key_press): remove the completion
6045         timeout when the user pressed on Enter/ESC. Fixes the bug where the
6046         completion popup popped up after the user pressed on Enter (which is
6047         just weird). Reported by the Epiphany people (all of them).
6048
6049 Mon Oct 20 20:27:22 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6050
6051         Add support for OS X like sliding of toolbar items during drag and
6052         drop, (#110919, Dave Bordoley)
6053
6054         Make dnd highlighting the responsibility of the
6055         application. (Fixes #116298, Owen Taylor)
6056
6057         * gtk/gtktoolbar.h: Add prototypes for new API.
6058         
6059         * gtk/gtktoolbar.c
6060         (physical_to_logical, logical_to_physical): new functions
6061         converting between "position including placeholders" and "position
6062         excluding placeholders".
6063         (gtk_toolbar_class_init): remove drag_leave and drag_motion
6064         handlers
6065         (struct _ToolbarContent): new struct containing information
6066         related to toolbar items.
6067         (gtk_toolbar_highlight_drop_location): new public function
6068         (gtk_toolbar_unhighlight_drop_location): new public function
6069         
6070         * tests/testtoolbar.c
6071         (toolbar_drag_motion, toolbar_drag_leave): new functions
6072         (main): connect to dnd signals.  Make the "New" item expand to
6073         make drag and drop more exciting.
6074
6075 Wed Oct 15 22:39:23 2003  Kristian Rietveld  <kris@gtk.org>
6076
6077         * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_init): it's
6078         _set_active, not _set_active_item.
6079
6080 Wed Oct 15 22:31:09 2003  Kristian Rietveld  <kris@gtk.org>
6081
6082         * gtk/gtkcombobox.h: add padding to the class structure.
6083         * gtk/gtkcomboboxentry.h: ditto.
6084         * gtk/gtkentrycompletion.h: ditto.
6085
6086 Wed Oct 15 22:04:59 2003  Kristian Rietveld  <kris@gtk.org>
6087
6088         * gtk/gtkcombobox.c (gtk_combo_box_get_active),
6089         (gtk_combo_box_set_active): mention in the docs that -1 is a valid
6090         value and what it means.
6091
6092         * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_init): set the active
6093         item to -1 (default),
6094         (gtk_combo_box_entry_active_changed): do nothing when the index is
6095         < 0.
6096
6097 Tue Oct 14 16:10:21 2003  Jonathan Blandford  <jrb@redhat.com>
6098
6099         * gtk/gtkcombobox.c (gtk_combo_box_set_active_iter): New function
6100         to set the active row by iter.
6101
6102         * gtk/gtkcombobox.c (gtk_combo_box_get_active_iter): New function
6103         to get the active row by iter.
6104
6105 2003-10-13  Federico Mena Quintero  <federico@ximian.com>
6106
6107         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): Don't do
6108         operations on windows if the tree view is not mapped.
6109         (gtk_tree_view_button_press): Compare equal types of pointers, not
6110         GtkWidget* vs. GtkTreeView*.
6111
6112 Mon Oct 13 21:01:43 2003  Kristian Rietveld  <kris@gtk.org>
6113
6114         * gtk/gtkentrycompletion.c (gtk_entry_completion_popup): remove
6115         the reset of first_sel_changed, as after the first popup the treeview
6116         will always have a row selected and will thus not focus_to_cursor.
6117
6118         * gtk/gtkentry.c (keyval_is_cursor_move): new function to determine
6119         whether the keyval should move the completion selection cursor (used
6120         to avoid ending up with extreme cluttered code), also added
6121         all KP_ equivalents of the keys here,
6122         (gtk_entry_completion_key_press): Keynav tweaks based on comments
6123         from Dave Bordoley and Marco Pesenti Gritti; add the -1 state
6124         as possible current selection, implement Home/End keys, modified
6125         the down key to stop cycling. Maybe page up/down should be implemented
6126         at some later time.
6127
6128 Mon Oct 13 20:58:07 2003  Matthias Clasen  <maclas@gmx.de>
6129
6130         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon): Make it work 
6131         as documented when pixmap or mask is NULL.  (#124081) 
6132
6133 Mon Oct 13 20:21:38 2003  Kristian Rietveld  <kris@gtk.org>
6134
6135         * gtk/gtkentry.c (gtk_entry_set_text): I overlooked a return when
6136         I was adding the signal block/unblock code. Oops. (Noticed by
6137         Marco Pesenti Gritti).
6138
6139 Mon Oct 13 20:21:55 2003  Kristian Rietveld  <kris@gtk.org>
6140
6141         * demos/testpixbuf-scale.c: enable GTK_DISABLE_DEPRECATED again,
6142         (set_interp_type), (main): port over from option menu to GtkComboBox.
6143
6144 Mon Oct 13 19:41:55 2003  Kristian Rietveld  <kris@gtk.org>
6145
6146         * tests/testmenus.c: Still uses option menus, so turn off
6147         GTK_DISABLE_DEPRECATED.
6148
6149 Sun Oct 12 01:10:29 2003  Matthias Clasen  <maclas@gmx.de>
6150
6151         * gtk/gtkalignment.[hc]: 
6152         * gtk/gtkcombobox.[hc]: 
6153         * gtk/gtkcomboboxentry.[hc]: 
6154         * gtk/gtktreemodelfilter.[hc]: Move GET_PRIVATE macros
6155         from header to implementation.
6156
6157 Sun Oct 12 00:18:02 2003  Matthias Clasen  <maclas@gmx.de>
6158
6159         * tests/testtreeview.c: 
6160         * demos/testpixbuf-scale.c: 
6161         * tests/prop-editor.c: These files still use option menus,
6162         so turn off GTK_DISABLE_DEPRECATED to fix the build. 
6163
6164 Sat Oct 11 23:14:36 2003  Matthias Clasen  <maclas@gmx.de>
6165
6166         * gtk/gtkactiongroup.h: 
6167         * gtk/gtkaction.h: 
6168         * gtk/gtkradioaction.h: 
6169         * gtk/gtkradiotoolbutton.h: 
6170         * gtk/gtkseparatortoolitem.h: 
6171         * gtk/gtktoggleaction.h: 
6172         * gtk/gtktoolitem.h: 
6173         * gtk/gtkuimanager.h: Add G_BEGIN_DECLS/G_END_DECLS to make 
6174         these usable in C++.  (#124351, Murray Cumming)
6175
6176 Sat Oct 11 19:09:05 2003  Kristian Rietveld  <kris@gtk.org>
6177
6178         * gtk/gtkentry.c (gtk_entry_set_text): Check if completion is
6179         non-NULL before accessing it. Oops.
6180
6181 Sat Oct 11 15:47:03 2003  Kristian Rietveld  <kris@gtk.org>
6182
6183         * gtk/gtkentrycompletion.[ch] (gtk_entry_completion_insert_action),
6184         (gtk_entry_completion_insert_action_text),
6185         (gtk_entry_completion_insert_action_markup): the gchar* parameters
6186         should be const (pointed out by both Marco Pesenti Gritti and
6187         Murray Cumming (#124356).
6188
6189 Sat Oct 11 15:37:19 2003  Kristian Rietveld  <kris@gtk.org>
6190
6191         * gtk/gtkcombobox.c (gtk_combo_box_size_allocate): for the custom
6192         child list mode, allocate the height allocation->height to the
6193         button instead of the height requested by the button. (Tiny
6194         size allocation screwup noticed by Macro Pesenti Gritti).
6195
6196 Sat Oct 11 15:23:27 2003  Kristian Rietveld  <kris@gtk.org>
6197
6198         Fixes based on comments from Marco Pesenti Gritti.
6199
6200         * gtk/gtkentry.c (gtk_entry_set_text): block the completion changed
6201         signal handler, avoids the completion popup to popup when text is
6202         set programmatically in most cases (we actually have to handle this
6203         in the _editable functions as well, but that will break popping up
6204         when the user actually typed something :),
6205         (gtk_entry_completion_key_press): when handling enter, bail out
6206         when nothing has been selected,
6207         (gtk_entry_completion_changed): don't popdown when the entry content
6208         changed.
6209
6210         * gtk/gtkentrycompletion.c (gtk_entry_completion_init),
6211         (gtk_entry_completion_selected_changed): unselect_all on the
6212         first selected changed signal. Avoids having a default row selected,
6213         (_gtk_entry_completion_popup): don't select the first row by default.
6214
6215         * gtk/gtkentryprivate.h (struct _GtkEntryCompletionPrivate): add a
6216         first_sel_changed field.
6217
6218 Fri Oct 10 23:02:58 2003  Matthias Clasen  <maclas@gmx.de>
6219
6220         * demos/gtk-demo/menus.c: Replace GtkItemFactory by GtkUIManager 
6221         in the intro (again).
6222
6223 Fri Oct 10 22:50:05 2003  Matthias Clasen  <maclas@gmx.de>
6224
6225         Fixes for (#124212, Marco Pesenti Gritti):
6226         
6227         * gtk/gtkuimanager.c (update_smart_separators): Don't spit 
6228         warnings for popups.
6229         (_gtk_menu_is_empty): Return FALSE for non-menus.
6230
6231 Fri Oct 10 19:10:12 2003  Kristian Rietveld  <kris@gtk.org>
6232
6233         * gtk/gtkcombo.h: Deprecate.
6234         * gtk/gtkoptionmenu.h: Ditto.
6235
6236         * gtk/gtkcombobox.c (gtk_combo_box_size_request),
6237         (gtk_combo_box_size_allocate): Rework, things behave better now. Still
6238         needs some work on requesting enough size when taking the items in
6239         the list into account.
6240
6241         * gtk/gtkfilesel.c: put gtkoptionmenu.h include inside "enable
6242         deprecated" guards.
6243         * gtk/gtkinputdialog.c: ditto.
6244         * gtk/gtkitemfactory.c: ditto.
6245         * gtk/gtkoptionmenu.c: ditto.
6246
6247         * demos/gtk-demo/menus.c: remove the option menu.
6248         * demos/gtk-demo/sizegroup.c: replace the option menus with
6249         GtkComboBox.
6250         * demos/gtk-demo/textview.c: ditto.
6251         (A general GtkComboBox demo will be added later on).
6252
6253 Wed Oct  8 00:06:17 2003  Matthias Clasen  <maclas@gmx.de>
6254
6255         * demos/gtk-demo/ui_manager.c (activate_radio_action): New
6256         callback to propertly report radio actions.
6257
6258         * demos/gtk-demo/ui_manager.c (do_ui_manager): Use it here.
6259
6260 Tue Oct  7 23:23:05 2003  Matthias Clasen  <maclas@gmx.de>
6261
6262         * gtk/gtkplug.c (xembed_set_info): Put the supported protocol
6263         version in in the right field of the _XEMBED_INFO property.  
6264         (#123885, Denis Mikhalkin)
6265
6266 Mon Oct  6 14:18:47 2003  Jonathan Blandford  <jrb@redhat.com>
6267
6268         * gtk/gtkexpander.c (gtk_expander_animation_timeout): only show
6269         the child if we have one.
6270
6271         (gtk_expander_button_release): use
6272         gtk_widget_activate instead.
6273
6274 Mon Oct  6 21:05:46 2003  Matthias Clasen  <maclas@gmx.de>
6275
6276         * gtk/gtktable.c (gtk_table_class_init): Start the blurb for 
6277         "right_attach" with a capital.  (#123945, Christian Rose)
6278
6279 Sun Oct  5 23:59:03 2003  Matthias Clasen  <maclas@gmx.de>
6280
6281         * tests/testsocket.c (child_read_watch): Remove an
6282         extraneous unref.  (#122336, Frederic Crozat)
6283
6284 Sun Oct  5 22:38:22 2003  Matthias Clasen  <maclas@gmx.de>
6285
6286         * gtk/gtkeventbox.c (gtk_event_box_class_init): Trim 
6287         whitespace in "visible-window" blurb.  (#123910, Christian Rose)
6288
6289 Sun Oct  5 00:53:15 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6290
6291         * gtk/gtktoolbar.c (gtk_toolbar_list_children_in_focus_order):
6292         focus arrow before pack_end items (#123851, Matthias Clasen)
6293
6294 Fri Oct  3 20:50:48 2003  Kristian Rietveld  <kris@gtk.org>
6295
6296         * gtk/gtkcombobox.c (gtk_combo_box_set_model): only set the model
6297         on ->priv->cell_view if ->priv->cell_view is non-NULL.
6298
6299         * gtk/gtkcomboboxentry.c: include gtkintl.h, add text_renderer
6300         field to GtkComboBoxEntryPrivate,
6301         (gtk_combo_box_entry_class_init), (gtk_combo_box_entry_init),
6302         (gtk_combo_box_entry_set_property), (gtk_combo_box_entry_get_property),
6303         (gtk_combo_box_entry_set_text_column), (gtk_combo_box_entry_new): add
6304         a construct-only "text_column" property and reorder code to use it
6305         and support inheriting this widget.
6306
6307 Thu Oct  2 23:28:02 2003  Kristian Rietveld  <kris@gtk.org>
6308
6309         * gtk/gtkcombobox.c: Added API doc comments.
6310
6311         * gtk/gtkcomboboxentry.c: Ditto.
6312
6313 2003-10-02  Matthias Clasen  <maclas@gmx.de>
6314
6315         * gtk/gtktoggleaction.c: Documentation tweaks.
6316
6317 Wed Oct  1 22:43:40 2003  Kristian Rietveld  <kris@gtk.org>
6318
6319         * gtk/gtkcellview.[ch]: implement the GtkCellLayout interface, drop
6320         packing/attribute/cell data functions from the header,
6321         (gtk_cell_view_set_cell_data): added support for cell data funcs.
6322
6323         * gtk/gtkcombobox.[ch]: implement the GtkCellLayout interface, drop
6324         packing/attribute/cell data functions from the header, implemented
6325         cell data func support.
6326
6327         * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_new): updated
6328         for the move to GtkCellLayout.
6329
6330         * tests/testcombo.c (create_combo_box_grid_demo), (main): ditto.
6331
6332 2003-10-01  Matthias Clasen  <maclas@gmx.de>
6333
6334         * gtk/gtkaction.c (gtk_action_class_init): 
6335         (gtk_action_[gs]et_property): Introduce a separate
6336         "hide_if_empty" property for empty menu handling.
6337         (_gtk_action_sync_menu_visible): ...and use it here.
6338
6339         * tests/testmerge.c (main): ...and here.
6340
6341         * gtk/gtktoolitem.c (gtk_tool_item_class_init): Fix signal doc 
6342         comments to pacify gtk-doc.
6343
6344         * gtk/gtkmain.c: Doc formatting tweaks.
6345
6346         * gtk/gtktoolitem.c (gtk_tool_item_set_is_important): Fix a typo.
6347
6348         * gtk/gtkcheckmenuitem.h (gtk_check_menu_item_set_draw_as_radio): 
6349         Use the same parameter names as in .c file, to pacify gtk-doc.
6350
6351         * gtk/gtktoggletoolbutton.[hc]: 
6352         * gtk/gtktoolbutton.[hc]: 
6353         * gtk/gtktoolitem.[hc]:
6354         * gtk/gtktoolbar.[hc]: 
6355         * gtk/gtkcolorbutton.[hc]: 
6356         * gtk/gtkfontbutton.[hc]: 
6357         * gtk/gtkalignment.[hc]: Define GET_PRIVATE macros in the 
6358         source, not in the header.
6359
6360         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_[sg]et_draw_as_radio): 
6361         Document these as 2.4 API additions.
6362
6363 Tue Sep 30 23:42:56 2003  Kristian Rietveld  <kris@gtk.org>
6364
6365         * gtk/gtkentry.c (gtk_entry_set_completion),
6366         (gtk_entry_get_completion): Add API doc comments.
6367
6368         * gtk/gtkentrycompletion.c: Fix #includes and add API doc comments.
6369
6370 Tue Sep 30 23:12:34 2003  Kristian Rietveld  <kris@gtk.org>
6371
6372         * gtk/gtktreemodelfilter.c: Add "Since: 2.4" to all API doc comments.
6373
6374 Tue Sep 30 22:59:58 2003  Kristian Rietveld  <kris@gtk.org>
6375
6376         * gtk/gtktreeviewcolumn.c: Some API doc comment fixes.
6377
6378         * gtk/gtkcellayout.c: Fix #include and oooooh API doc comments!
6379
6380 2003-09-30  Matthias Clasen  <maclas@gmx.de>
6381
6382         * tests/merge-*.ui: 
6383         * tests/testmerge.c: Test handling of empty menus.
6384
6385         * gtk/gtkuimanager.c (_gtk_menu_is_empty): New function to determine
6386         whether a menu is empty. Used in gtkaction.c.
6387         (update_smart_separators): Also update the visibility of empty menus.
6388         (update_node): When creating a new menu proxy, insert an "Empty" menu 
6389         item which only gets shown if the menu is empty. 
6390
6391         * gtk/gtkaction.c (gtk_action_class_init): Document the meaning of
6392         "is_important" for menu proxies.
6393         (_gtk_action_sync_menu_visible): New function to sync the visibility
6394         of menu proxies. Used in gtkuimanager.c.
6395         (gtk_action_sync_visible): New function to sync the visibility of 
6396         proxies.
6397
6398 Tue Sep 30 21:43:34 2003  Kristian Rietveld  <kris@gtk.org>
6399
6400         * gtk/gtkcombobox.c (gtk_combo_box_menu_button_press): set
6401         popup_in_progress to TRUE,
6402         (gtk_combo_box_menu_show): and back to FALSE here; the menu now
6403         won't disappear on the first button release. (Reported by Matthias
6404         Clasen).
6405
6406 Tue Sep 30 21:08:43 2003  Kristian Rietveld  <kris@gtk.org>
6407
6408         * gtk/gtkcombobox.c (gtk_combo_box_init): actually show the child.
6409
6410         * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_init): ditto. (#123543,
6411         Marco Pesenti Gritti).
6412
6413 2003-09-30  Murray Cumming  <murrayc@usa.net>
6414  
6415         * gtk/gtkcellrenderer.h: The render vfunc takes a GdkDrawable*
6416         instead of a GdkWindow*, because that what it is given. The 
6417         documentation was already correct. This should cause no API/ABI
6418         breakage with C compilers.
6419         * gtk/gtkcellrenderertext.c, gtkcellrendererpixbuf.c, 
6420         gtkcellrenderertogger.c: Updated the declarations of the render vfunc
6421         implementation accordingly.
6422
6423 2003-09-30  Matthias Clasen  <maclas@gmx.de>
6424
6425         * gdk/gdkkeys.c (gdk_keymap_class_init): Document the
6426         "direction-changed" and "keys-changed" signals.
6427
6428         * gdk/gdkscreen.c (gdk_screen_class_init): Document the 
6429         "size-changed" signal.
6430
6431         * gdk/gdkdisplaymanager.c (gdk_display_manager_class_init): 
6432         Document the "display-opened" signal.
6433
6434         * gdk/gdkdisplay.c (gdk_display_close): Doc tweak.
6435         (gdk_display_class_init): Document the "closed" signal.
6436
6437 Sat Sep 27 16:02:40 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6438
6439         * gtk/gtktextview.[ch]: rename property tab_moves_focus to
6440         accepts_tab. (#122709 again).
6441
6442 2003-09-27  Matthias Clasen  <maclas@gmx.de>
6443
6444         * gtk/gtkwindow.c (gtk_window_new):
6445         * gtk/gtkitemfactory.c (gtk_item_factory_new): Document 
6446         the fact that the newly created object does not come with 
6447         a floating reference.  (#103068, patch by Frederic Lespez)
6448         
6449         * gtk/gtkitemfactory.h: Deprecate GtkItemFactory in favor 
6450         of GtkUIManager. Just leave GtkTranslateFunc undeprecated, 
6451         since GtkActionGroup uses it.
6452
6453         * tests/testtext.c: Turn off GTK_DISABLE_DEPRECATED, since
6454         this test uses the soon-to-be-deprecated GtkItemFactory.
6455
6456         * demos/gtk-demo/Makefile.am (demos): Add ui_manager.c,
6457         remove item_factory.c
6458
6459         * demos/gtk-demo/ui_manager.c: Duplicate of item_factory.c 
6460         using GtkUIManager instead of GtkItemFactory.
6461
6462         * tests/testmerge.c: Demonstrate the use of the 
6463         connect-proxy signal.
6464
6465         * gtk/gtkaction.c (connect_proxy): Add connect-proxy and 
6466         disconnect-proxy signals to do small customizations 
6467         like displaying tooltips in the statusbar without 
6468         custom actions.  (#122894, Philip Langdale)
6469
6470         * gtk/gtkuimanager.c (update_node): Don't leak tooltip.
6471
6472 Fri Sep 26 23:49:44 2003  Kristian Rietveld  <kris@gtk.org>
6473
6474         Landing the new ComboBox. Note that only gtkcombobox.h and
6475         gtkcomboboxentry.h are public.
6476
6477         * gtk/gtkcellview.[ch], gtk/gtkcellviewmenuitem.[ch],
6478         gtk/gtkcombobox.[ch], gtk/gtkcomboboxentry.[ch]: new files.
6479
6480         * gtk/Makefile.am, gtk/gtk.h: adding the new files.
6481
6482         * tests/testcombo.c: and a new test.
6483
6484         * tests/Makefile.am: adding the new test.
6485
6486 2003-09-25  Tor Lillqvist  <tml@iki.fi>
6487
6488         * demos/gtk-demo/main.c: Don't use hardcoded DEMOCODEDIR on Windows.
6489
6490 2003-09-21  Tor Lillqvist  <tml@iki.fi>
6491
6492         * gdk/win32/gdkevents-win32.c (handle_wm_paint): New
6493         function. Code split out from gdk_event_translate(). Needed
6494         because gdk_event_get_graphics_expose() couldn't do anything
6495         sensible otherwise. (Not that I think graphics exposes work anyway
6496         in gdk/win32, but at least now the code could work.)
6497
6498         (gdk_event_get_graphics_expose): Call handle_wm_paint() instead of
6499         gdk_event_translate(), which couldn't have worked as it doesn't
6500         take any pre-allocated GdkEvent parameter any longer.
6501         
6502         (gdk_event_translate): Handle WM_MOUSEACTIVATE: Don't let
6503         GDK_WINDOW_TEMP windows be activated. (#122578, John Ehresman)
6504
6505 2003-09-24  Matthias Clasen  <maclas@gmx.de>
6506
6507         * demos/gtk-demo/appwindow.c (do_appwindow): Demonstrate tooltips
6508         on toolitems.
6509
6510         * gtk/gtkaction.c (connect_proxy): Sync tooltips on toolitems.
6511
6512         * gtk/gtkuimanager.c (update_node): Don't complain about missing
6513         actions on popups. Re-set "tooltip" property on toolitems after
6514         adding them to parent to trigger proxy update.
6515
6516 2003-09-22  Matthias Clasen  <maclas@gmx.de>
6517
6518         * tests/testmerge.c (main): Initially activate the JUSTIFY_RIGHT
6519         group member to test the fix for #122904.
6520
6521         * gtk/gtkactiongroup.c (gtk_action_group_add_radio_actions_full): 
6522         Add the action to the group before activating it, otherwise we
6523         may end up with multiple active group members.  (#122904, Marco
6524         Pesenti Gritti)
6525
6526 2003-09-21  Matthias Clasen  <maclas@gmx.de>
6527
6528         Changes to make cross-process merging feasible:
6529         
6530         * gtk/gtkuimanager.[hc]: Add a readonly "ui" property which holds the
6531         merged UI definition. Remove the "changed" signal, since its role
6532         is now filled by "notify::ui". Instead add a "actions-changed" signal
6533         which gets emitted when the set of actions changes.
6534
6535         * gtk/gtktoggleactionprivate.h:
6536         * gtk/gtktoggleaction.[hc] (gtk_toggle_action_[sg]et_draw_as_radio):
6537         Add a "draw_as_radio" property to toggle actions so that they can be
6538         used as proxies for radio actions much like the "draw_as_radio" 
6539         property on check menu items enables them to operate as proxies for
6540         radio actions.
6541
6542         Prevent the "show_all" trap for action-based menus (see
6543         http://mail.gnome.org/archives/gtk-devel-list/2003-September/
6544         msg00260.html):
6545
6546         * gtk/gtkmenu.c (gtk_menu_{hide,show}_all): Remove g_return_if_fail()
6547         calls from static functions.
6548
6549         * gtk/gtkuimanager.c (update_node): 
6550         * gtk/gtkaction.c (connect_proxy): Set "no_show_all" on constructed
6551         widgets whose visibility is externally controlled.
6552
6553         * gtk/gtkwidget.[hc] (gtk_widget_[gs]et_no_show_all): Add a boolean 
6554         "no_show_all" property with setter and getter. When TRUE, it keeps
6555         gtk_widget_{hide,show}_all() from modifying the visibility of the 
6556         widget and its children.
6557
6558 Sun Sep 21 23:13:37 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6559
6560         * gtk/gtktextview.[ch]: Add new "tab moves focus" property (#122709)
6561
6562 2003-09-20  Tor Lillqvist  <tml@iki.fi>
6563
6564         * gtk-zip.sh.in: Don't use zip -r on the etc directory, to avoid
6565         including editor backup files. List files we want explicitly.
6566
6567         * gtk/gtkmain.c (_gtk_get_lc_ctype): New function. On Unix, just
6568         calls setlocale (LC_CTYPE, NULL). On Windows, looks for the
6569         LC_ALL, LC_CTYPE and LANG environment variables, than calls
6570         g_win32_getlocale().
6571
6572         (gtk_get_default_language): Code snippet moved to above function,
6573         call it.
6574
6575         * gtk/gtkimmulticontext.c (gtk_im_multicontext_get_slave)
6576         * gtk/gtkrc.c (gtk_rc_context_parse_file): Call
6577         _gtk_get_lc_ctype() instead of setlocale().
6578
6579 Fri Sep 19 18:15:31 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6580
6581         * gtk/gtkpaned.c, gtk/gtkhpaned.c: implement RTL flipping
6582         (#96632)
6583
6584 Fri Sep 19 13:24:54 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6585
6586         * gtk/gtktreeview.c (gtk_tree_view_get_cursor): Improve
6587         documentation. (#117306, Steve Chaplin)
6588
6589 2003-09-19  Tor Lillqvist  <tml@iki.fi>
6590
6591         * gdk/win32/gdkkeys-win32.c (update_keymap): Handle dead keysyms
6592         present on the US-International keyboard. For clarity, order
6593         keysyms in case statement according to numeric value.
6594
6595         (gdk_keymap_translate_keyboard_state): Handle Caps Lock
6596         correctly. (#120176, Ken Rastatter and Owen Taylor)
6597
6598 2003-09-18  Matthias Clasen  <maclas@gmx.de>
6599
6600         * gtk/gtkaction.c (gtk_action_finalize): Call g_closure_unref() to
6601         unref a closure, not g_object_unref().  (#122637, Marco Pesenti Gritti)
6602
6603         Install accelerators on actions, not on proxies, support
6604         accelerator-only actions:
6605         
6606         * gtk/gtkmenu.c (get_accel_path): New function to get the accel path
6607         and its lock status either via _gtk_widget_get_accel_path() or by 
6608         looking at the accel_path stored in the menu item itself and determining
6609         its lock status by peeking into the contained accel label. This was
6610         already (accidentally) committed a week ago.
6611
6612         * gtk/gtkaction.h (gtk_action_set_accel_group):
6613         (gtk_action_[dis]connect_accelerator): New functions.
6614
6615         * gtk/gtkaction.c (struct _GtkActionPrivate): Add accel_group,
6616         accel_closure and accel_count. We must have a reference to the 
6617         accel_group, since we need it in connect_proxy. The count is necessary
6618         to ensure that the accelerator isn't removed before the last proxy 
6619         requesting it has been unmerged.
6620         (connect_proxy): Connect the accelerator to the 
6621         action now, only set the accel_path on the menuitem.
6622         (remove_proxy): Disconnect the accelerator from the action, not from
6623         the menuitem.
6624         (gtk_action_set_accel_group): Set the accel group. 
6625         (gtk_action_[dis]connect_accelerator): Count the number of times
6626         this functions have been called and install/remove the accelerator if
6627         the count leaves/reaches zero.
6628
6629         * gtk/gtkuimanager.h (GtkUIManagerItemType): Add 
6630         GTK_UI_MANAGER_ACCELERATOR.
6631
6632         * gtk/gtkuimanager.c (NodeType): Add NODE_TYPE_ACCELERATOR.
6633         (start_element_handler): Create NODE_TYPE_ACCELERATOR nodes from
6634         <accelerator> elements.
6635         (gtk_ui_manager_add_ui): Create NODE_TYPE_ACCELERATOR nodes when
6636         type is GTK_UI_MANAGER_ACCELERATOR.
6637         (update_node): Set the accel group on actions before creating their
6638         proxies. Don't set the accel group on created menus. For 
6639         NODE_TYPE_ACCELERATOR nodes, [dis]connect the actions' accelerator.
6640         (print_node): Also emit <accelerator> elements.
6641
6642         * tests/testmerge.c (dump_accels): Add a "Dump Accels" button. 
6643
6644         * gtk/gtkuimanager.c (update_node): Robustness improvements.
6645
6646 2003-09-17  Matthias Clasen  <maclas@gmx.de>
6647
6648         * gtk/gtkuimanager.c (text_handler): Report unexpected character
6649         data as error from the GMarkup parser, otherwise things like
6650         gtk_ui_manager_add_ui_from_string (ui, "Hi there!", -1, &error) 
6651         pass unexpectedly.
6652
6653 Wed Sep 17 02:38:53 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6654
6655         * gtk/gtktoolbar.c (gtk_toolbar_class_init): revert accidentally
6656         committed redraw_on_allocate change.
6657
6658 Tue Sep 16 10:42:00 2003  Eric Warmenhoven  <eric@warmenhoven.org>
6659
6660         * gdk/linux-fb/gdkwindow-fb.c: Add gdk_window_set_keep_{above,below}
6661         stubs to fix compilation
6662
6663         * gdk/linux-fb/gdkrender-fb.c: Add gdk_shadow_fb_stop_updates stub for
6664         when shadowfb is disabled. Patch from pjm@cctechnol.com (#120847).
6665
6666         * gdk/linux-fb/gdkmouse-fb.c: Add GDK_MOUSE_DEVICE environment
6667         variable. Patch from Marc Welz (#121347).
6668
6669 2003-09-16  Matthias Clasen  <maclas@gmx.de>
6670
6671         * gtk/gtkaction.h: Apply egtk-format-protos.
6672
6673 2003-09-15  Matthias Clasen  <maclas@gmx.de>
6674
6675         * gtk/gtkuimanager.c: Doc tweaks.
6676
6677         Smart separators; see 
6678         http://mail.gnome.org/archives/gtk-devel-list/2003-September/msg00133.html:
6679         
6680         * gtk/gtkuimanager.c (update_smart_separators): New function which 
6681         implements "smart" separators by iterating once over the entries of a 
6682         menu, hiding and showing separators as necessary.
6683         (update_node): Mark separators used as fences of placeholders as
6684         hidden. Explicitly added separators are marked as smart. Call 
6685         update_smart_separators after updating a menu or toolbar node. 
6686         Connect update_smart_separators to "notify::visible" signal on menu
6687         and tool items.
6688         
6689         * tests/merge-[12].ui: Test smart separators.
6690
6691         Changes to allow setting action state before connecting signal; see
6692         the thread starting at 
6693         http://mail.gnome.org/archives/gtk-devel-list/2003-September/msg00140.html:
6694         
6695         * gtk/gtkactiongroup.[hc]: (gtk_action_group_add_radio_actions):
6696         (gtk_action_group_add_radio_actions_full): Add value parameter to allow
6697         setting the currently selected group member before connecting signals.
6698         (GtkToggleActionEntry): Separate struct for constructing toggle actions,
6699         including a boolean to initialize the action state before connecting
6700         signals.
6701         (gtk_action_group_add_toggle_actions):
6702         (gtk_action_group_add_toggle_actions_full): New functions to construct
6703         toggle actions from an array of GtkToggleActionEntries.
6704
6705         * demos/gtk-demo/appwindow.c: 
6706         * tests/testactions.c: 
6707         * tests/testmerge.c: Adjust to new action group API.
6708
6709 Sun Sep 14 16:59:52 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6710
6711         * gtk/gtktoolbar.c (gtk_toolbar_init): Name the arrow 
6712         "gtk-toolbar-arrow" so themes can special-case it.
6713
6714 Sun Sep 14 16:07:49 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6715
6716         * gtk/Makefile.am (gtk_c_sources): sort the list of files.
6717
6718 Sun Sep 14 15:49:00 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6719
6720         * gtk/gtktoolbar.c (toolbar_item_is_homogeneous): Unref the
6721         PangoFontMetrics. Patch from Steve Chaplin (#122257).
6722
6723 2003-09-14  Tor Lillqvist  <tml@iki.fi>
6724
6725         * gdk/win32/gdkwindow-win32.c (show_window_internal): Remove
6726         special-case code for WS_EX_TRANSPARENT (GDK_INPUT_ONLY) windows,
6727         the usefulness of which was already in doubt. Removing it fixes
6728         bugs #118575 and #121851.
6729
6730 Fri Sep 12 16:32:53 2003  Jonathan Blandford  <jrb@redhat.com>
6731
6732         Merge from stable.
6733
6734         * gtk/gtktreeview.c (gtk_tree_view_button_press): only save the
6735         pressed button (used to determine if we want to initiate a drag later
6736         on) if the current grab widget is either NULL or tree_view (Reported
6737         by Jeroen Zwartepoorte).
6738
6739 2003-09-12  Matthias Clasen  <maclas@gmx.de>
6740
6741         * gdk/gdkdraw.c (gdk_draw_string, gdk_draw_text) 
6742         (gdk_draw_text_wc): Add deprecation notes.  (#121955, Martin Pool)
6743
6744 2003-09-11  Matthias Clasen  <maclas@gmx.de>
6745
6746         * gdk/gdkpango.c: Doc tweaks.
6747
6748         * tests/testgtk.c: Add table menu tests.
6749
6750         * gtk/gtkmenu.c (gtk_menu_free_private): Don't forget to free the 
6751         GtkMenuPrivate struct itself. Pointed out by valgrind.
6752
6753         * gtk/gtkuimanager.c (gtk_ui_manager_finalize): Clean up 
6754         properly.  (#121998)
6755
6756 Wed Sep 10 22:25:04 2003  Kristian Rietveld  <kris@gtk.org>
6757
6758         The table menu patch! Turns GtkMenu into a table, so you can attach
6759         menu items in numerous new ways! Be creative!
6760
6761         Contains some bug fixes and RTL adaptions from Matthias Clasen.
6762
6763         * gtk/gtkmenu.c [toplevel]: introduce ATTACH_INFO_KEY, extend
6764         GtkMenuPrivate, introduce AttachInfo, add child properties enum,
6765         (gtk_menu_free_private), (gtk_menu_get_private): we have to free
6766         the heights array in the private struct,
6767         (gtk_menu_class_init): reorder code a bit, install child properties,
6768         (get_attach_info), (get_child_attach): new utility functions,
6769         (gtk_menu_set_child_property), (gtk_menu_get_child_property): introduce
6770         child properties, for the attach info,
6771         (gtk_menu_remove): remove AttachInfo from menu item,
6772         (gtk_menu_real_insert): implemented algorithm to automagically place
6773         inserted menu items at the correct place in the table,
6774         (gtk_menu_size_request), (gtk_menu_size_allocate),
6775         (compute_child_offset): reworked/rewritten to support table menus,
6776         (gtk_menu_attach): new function,
6777         (find_child_containing), (gtk_menu_move_current): new functions to
6778         get table menu keynav right.
6779
6780         * gtk/gtkmenu.h: add gtk_menu_attach() prototype.
6781
6782 2003-09-10  Matthias Clasen  <maclas@gmx.de>
6783
6784         * gtk/gtksocket.c (gtk_socket_filter_func): Only remove 
6785         PropertyNotify events from the stream if they have been handled,
6786         in order to enable extending the plug<->socket communication via
6787         properties.
6788
6789 Wed Sep 10 01:06:44 2003  Kristian Rietveld  <kris@gtk.org>
6790
6791         Big TreeView DnD fixage, makes drops on empty models work, makes
6792         TreeStore DnD work and gets rid of gtk-tree-model-drop-append.
6793         Related bugs #95362 and #113314. I don't want to touch this code
6794         ever again.
6795
6796         * gtk/gtktreeprivate.h (GtkTreePrivate): add empty_view_drop field.
6797
6798         * gtk/gtktreednd.c (gtk_tree_get_row_drag_data): add check
6799         for selection_data->length.
6800
6801         * gtk/gtktreeview.c (struct DestRow), (dest_row_free),
6802         (set_dest_row), (get_dest_row): we don't store just the row ref
6803         anymore, but a struct with the row ref and additional info,
6804         (set_destination_row): handle drops on empty space and some
6805         style fixes,
6806         (get_logical_dest_row): also return path_down_mode/drop_append_mode
6807         flags, handle dropping childs on their new parents, rewrite
6808         drop append handling into something saner,
6809         (gtk_tree_view_drag_motion): show a "drop possible arrow" on empty
6810         spaces,
6811         (gtk_tree_view_drag_drop): updates for updated backend,
6812         (gtk_tree_view_drag_data_received): updates for updated backend,
6813         path down mode (treestore DnD) handling,
6814         (gtk_tree_view_set_drag_dest_row): set empty_view_drop flag,
6815         when we are trying to drop a row on an empty model,
6816         (gtk_tree_view_get_drag_dest_row): handle empty_view_drop flag.
6817
6818         * gtk/gtkliststore.c (gtk_list_store_drag_data_received),
6819         (gtk_list_store_row_drop_possible): style and drop-append fixes.
6820
6821         * gtk/gtktreestore.c (gtk_tree_store_drag_data_received): ditto.
6822
6823 2003-09-08  Alexander Larsson  <alexl@redhat.com>
6824
6825         * gtk/gtkeventbox.[hc]:
6826         Implement gtk_event_box_get/set_input_only()
6827         
6828         * tests/testgtk.c:
6829         Tests for the new input only event boxes
6830
6831 Mon Sep  8 21:44:20 2003  Kristian Rietveld  <kris@gtk.org>
6832
6833         Fixes from David Hampton <hampton@employees.org> via gtk-devel-list.
6834
6835         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_elt_get_path): fix
6836         the call to gtk_tree_model_filter_add_root,
6837         (gtk_tree_model_filter_row_changed): bail out if c_path is not above
6838         the virtual root, allow building levels on the second try to convert
6839         the child path to a filter path,
6840         (gtk_tree_model_filter_convert_iter_to_child_iter): pass the virtual
6841         root when calling gtk_tree_model_filter_elt_get_path.
6842
6843 2003-09-07  Matthias Clasen  <maclas@gmx.de>
6844
6845         * gtk/gtkuimanager.c (update_node): Fix a C99ism.  (#121640,
6846         Josh Beam)
6847
6848         Fixes for accelerator handling during (un)merging:
6849         
6850         * gtk/gtkuimanager.c (update_node): Move setting info-action
6851         after the switch, since the old action is needed in some cases.
6852         In cases of proxy type mismatch, disconnect the old proxy from
6853         the old action.
6854
6855         * gtk/gtkaction.c (remove_proxy): Renamed from 
6856         gtk_action_remove_proxy(). Move unsetting of the accelerator
6857         here from disconnect_proxy() in order to catch all cases of 
6858         removing a proxy.
6859         (gtk_action_disconnect_proxy): Fix logic in g_return_if_fail()
6860         to fail if proxy isn't a proxy of action.
6861
6862 2003-09-07  Pablo Saratxaga  <pablo@mandrakesoft.com>
6863
6864         * configure.in: Added Uzbek latin (uz) and cyrillic (uz@Cyrl) to
6865         ALL_LINGUAS
6866
6867 2003-09-07  Matthias Clasen  <maclas@gmx.de>
6868
6869         * gtk/gtkaction.c (disconnect_proxy): Make disconnect work
6870         for toolitems.
6871
6872 2003-09-06  Matthias Clasen  <maclas@gmx.de>
6873
6874         * gtk/gtkaction.c (gtk_action_connect_proxy): Disconnect from 
6875         prev_action, not from action.  (Fix by David Hampton)
6876
6877 Fri Sep  5 14:15:10 2003  Owen Taylor  <otaylor@redhat.com>
6878  
6879         * Back out locale-dependent interpretation of
6880         KP_Decimal, the official XFree86 interpretation
6881         is that KP_Decimal => . KP_Separator => ,
6882         always, independent of locale. 
6883         (#105161, Frederic Crozat, 
6884         http://bugs.xfree86.org/show_bug.cgi?id=534)
6885  
6886 2003-09-04  Matthias Clasen  <maclas@gmx.de>
6887
6888         * tests/testmerge.c: Test buttons and toggle buttons as proxies.
6889
6890         * gtk/gtktoggleaction.c (connect_proxy): 
6891         (gtk_toggle_action_real_toggled): Support toggle buttons as proxies. Note 
6892         that a "draw_as_radio" property is needed for check buttons similar to 
6893         check menu items, in order to fully support button proxies for radio actions.
6894
6895         * gtk/gtkaction.c (connect_proxy): Allow buttons as proxies.
6896
6897         * tests/testmerge.c (toggle_dynamic): Test gtk_ui_manager_add_ui(). 
6898
6899         * gtk/gtkuimanager.h: Add GtkUIManagerItemType enum which is needed for the
6900         'type' argument of gtk_ui_manager_add_ui().
6901
6902         * gtk/gtkuimanager.[hc] (gtk_ui_manager_add_ui): Add 'type' and 'top' arguments
6903         to make this function as powerful as the XML methods of adding UI.  (#120647)
6904
6905 Thu Sep  4 19:11:23 2003  Kristian Rietveld  <kris@gtk.org>
6906
6907         Merge from stable.
6908
6909         * docs/RELEASE-HOWTO: updates.
6910
6911 2003-09-04  Matthias Clasen  <maclas@gmx.de>
6912
6913         * tests/merge-2.ui: Use "position" instead of "pos".
6914
6915         * gtk/gtkuimanager.c (start_element_handler): No need 
6916         to be terse: Change the name of the "pos" attribute
6917         to "position".
6918
6919 2003-09-04  Matthias Clasen  <maclas@gmx.de>
6920
6921         * gtk/gtkuimanager.c: Un-prefix GtkUIManagerNodeType and 
6922         GtkUIManagerNode to shorten the names and to make the
6923         GTK_UI_MANAGER_<TYPE> names available for a public enum.
6924
6925         * gtk/gtkactiongroup.c:
6926         * gtk/gtkuimanager.c: Various doc tweaks.       
6927
6928         * gtk/gtkuimanager.c (start_element_handler):
6929         (end_element_handler): Improve error reporting. 
6930
6931 Wed Sep  3 23:18:17 2003  Kristian Rietveld  <kris@gtk.org>
6932
6933         Merge from stable.
6934
6935         * gtk/gtkmenu.c (gtk_menu_real_move_scroll): for the END case,
6936         use end_position - page_size instead of G_MAXINT, since
6937         gtk_menu_scroll_to doesn't CLAMP anymore internally. (Fixes #121237,
6938         reported by Havoc Pennington).
6939
6940 Wed Sep  3 21:58:03 2003  Kristian Rietveld  <kris@gtk.org>
6941
6942         Merge from stable.
6943
6944         * gtk/gtkiconfactory.c (cached_icon_free): if icon->style != NULL,
6945         unref it. (Fixes memleak, patch from Kjartan Maraas).
6946
6947 Wed Sep  3 21:38:26 2003  Kristian Rietveld  <kris@gtk.org>
6948
6949         * gdk/Makefile.am, gdk/linux-fb/gdkfbmanager.c, gdk/x11/gdkcolor-x11.c,
6950         gdk-pixbuf/io-gif.c, gtk/Makefile.am, gtk/gtkcalendar.c,
6951         gtk/gtkclist.c, gtk/gtkctree.c, gtk/gtkdnd.c, gtk/gtkentry.c,
6952         gtk/gtkhandlebox.c, gtk/gtkitemfactory.c, gtk/gtkmenu.c,
6953         gtk/gtknotebook.c, gtk/gtkrange.c, gtk/gtkrc.h, gtk/gtktree.c,
6954         gtk/gtktypeutils.h: big patch from Kjartan Maraas
6955         to fix numerous typos.
6956
6957 Wed Sep  3 17:38:01 BST 2003  Tony Gale <gale@gtk.org>
6958
6959         * docs/faq/gtk-faq.sgml: Correct compile line for threads example.
6960
6961 2003-09-02  Tor Lillqvist  <tml@iki.fi>
6962
6963         * gdk/win32/gdkdisplay-win32.c (gdk_display_open): Don't call
6964         CloseHandle() on the HMODULE returned from GetModuleHandle().
6965         Didn't cause any harm, but didn't do anything useful either. When
6966         running a GTK+ program under MS's debugger, the CloseHandle() call
6967         would cause a "first-chance exception" in ntdll.dll to show up.
6968         (The exception is caught appropriately if you let it proceed, but
6969         it confuses the person using the debugger). Thanks to Bruce
6970         Hochstetler for noticing.
6971
6972 Tue Sep  2 21:01:19 2003  Kristian Rietveld  <kris@gtk.org>
6973
6974         Merge from stable.
6975
6976         * gtk/gtktreeview.c (gtk_tree_view_button_press): revert the change
6977         to only select when button 1 is pressed introduced in the fix of
6978         bug #120187.
6979
6980 2003-09-02  Matthias Clasen  <maclas@gmx.de>
6981
6982         * gtk/gtkactiongroup.c (gtk_action_group_new): Doc addition.
6983
6984         * gtk/gtkuimanager.c: Shorten the names of some static 
6985         functions.
6986
6987         Support adding and removing merge nodes dynamically (#120647, 
6988         Anders Carlsson):
6989         
6990         * gtk/gtkuimanager.[ch] (gtk_ui_manager_new_merge_id): Renamed 
6991         gtk_ui_manager_next_merge_id to gtk_ui_manager_new_merge_id 
6992         and made it public.
6993         (gtk_ui_manager_add_ui): New function to add UI elements
6994         without juggling XML fragments, currently restricted to menuitems,
6995         toolitems and separators. Actions still come from registered 
6996         action groups.
6997
6998 Mon Sep  1 19:39:14 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6999
7000         * gdk/gdkwindow.c (gdk_window_get_bg_gc): Fix bug where the
7001         background pixmap was being offset twice, once by the ts_origin in
7002         gdk_window_get_bg_gc(), and once by gdk_draw_rectangle().
7003
7004 2003-09-01  Matthias Clasen  <maclas@gmx.de>
7005
7006         * gtk/gtkuimanager.[ch] (gtk_ui_manager_ensure_update): Make
7007         this public again, since it's occasionally useful.  (#121128,
7008         Marco Pesenti Gritti)
7009
7010         * gtk/gtkaction.c: Add an "is_important" property and propagate
7011         it to toolitem proxies.  (#121058, Marco Pesenti Gritti)
7012
7013 Mon Sep  1 00:32:30 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
7014
7015         * tests/testtoolbar.c (main): connect to "delete_event" so the
7016         application will actually quit when you close the window
7017
7018 2003-09-01  Matthias Clasen  <maclas@gmx.de>
7019
7020         * gtk/gtkuimanager.c (gtk_ui_manager_get_widget) 
7021         (gtk_ui_manager_get_action): g_return_if_fail() if
7022         path is NULL.
7023         (gtk_ui_manager_get_node): Avoid a segfault if path is empty.
7024         (gtk_ui_manager_finalize): Remove the idle on finalize. (#121125, 
7025         Marco Pesenti Gritti)
7026
7027 2003-08-31  Matthias Clasen  <maclas@gmx.de>
7028
7029         * gtk/gtktoolitem.c: Fix some typos in docs.
7030
7031         * gtk/gtkuimanager.[ch] (gtk_ui_manager_get_action): New function,
7032         replaces gtk_ui_manager_activate().  (#120658)
7033
7034         * tests/testmerge.c: Use gtk_ui_manager_get_action() instead of
7035         gtk_ui_manager_activate().
7036
7037         * gtk/gtkaction.c: 
7038         * gtk/gtkactiongroup.c: Some doc tweaks.
7039
7040         * gtk/gtkuimanager.[hc]: Get rid of the remove_widget signal. It
7041         wasn't emitted anyway. Some doc tweaks.
7042
7043 2003-08-30  Matthias Clasen  <maclas@gmx.de>
7044
7045         * tests/testmerge.c (add_widget): Connect to "destroy" on toolbar,
7046         rather than to "remove" on handlebox. 
7047
7048         * gtk/gtkuimanager.[hc] (gtk_ui_manager_activate): New method to
7049         activate an action found by following a path.  (#120658)
7050
7051         * tests/testmerge.c: Add a button to test gtk_ui_manager_activate().
7052
7053         * tests/testmerge.c (add_widget): Put toolbars in handleboxes.
7054
7055         * gtk/gtkuimanager.[hc]: Add a boolean property, "add_tearoffs" with 
7056         setter and getter. If it is set, add tearoff menu items to regular 
7057         menus, but not to popups. Add a signal "changed", which gets emitted
7058         when the merged ui has changed.  (#120649, #120656)
7059
7060         * tests/testmerge.c: Add button to test the generation of tearoff 
7061         menu items.
7062
7063 2003-08-29  Matthias Clasen  <maclas@gmx.de>
7064
7065         * gtk/gtkactiongroup.c (gtk_action_group_add_radio_actions_full): 
7066         Actually group the actions together rather than putting each in its 
7067         own group.
7068
7069         * gtk/gtkradioaction.c (create_menu_item): Set "draw_as_radio" on 
7070         proxy menu items for radio actions.
7071
7072         * gtk/gtkgamma.c (gamma_ok_callback): Use g_strtod instead of strtod.
7073
7074 Fri Aug 29 21:40:01 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
7075
7076         * gtk/gtkactiongroup.c (gtk_action_group_add_radio_actions_full):
7077         Fix use of uninitialized variable.
7078
7079         * gtk/gtktextutil.c
7080         (_gtk_text_util_append_special_char_menuitems): add const cast to
7081         get rid of warning
7082
7083 2003-08-29  Matthias Clasen  <maclas@gmx.de>
7084
7085         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_class_init): Install 
7086         "draw_as_radio" as a separate property, not as an alias of 
7087         "inconsistent".
7088         (gtk_check_menu_item_get_property): 
7089         (gtk_check_menu_item_set_property): Also support "draw_as_radio".
7090
7091 Fri Aug 29 20:32:07 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
7092
7093         * gtk/gtktoolbar.c: Only treat buttons as homogeneous when they
7094         are narrower than 13 time the estimated character width of the
7095         font. (#107781, David Bordoley)
7096
7097         * gtk/gtktoggletoolbutton.c (gtk_toggle_tool_button_init): Check
7098         here if the GtkToggleButton is active. This may be the case if it
7099         is a radio button.
7100
7101         * gtk/gtktoolbar.c: Clarify documentation wrt. GtkSignalFunc
7102         vs. void (*) (GtkWidget, gpointer). (#107495, Mariano
7103         Suarez-Alvarez).
7104
7105         * gtk/gtkcheckmenuitem.[ch]: new "draw_as_radio"
7106         property. (#111207, David Bordoley).
7107
7108         * gtk/gtktoggletoolbutton.c
7109         (gtk_toggle_tool_button_create_menu_proxy): use new
7110         "draw_as_radio" property on the menu item when the item is a radio
7111         tool button
7112
7113         * gtk/gtktoolbutton.c (gtk_tool_button_create_menu_proxy): Fixes
7114         to only pay attention to the "use_underline" property when the
7115         button label comes from the "label" property.
7116
7117 2003-08-29  Laurent Dhima  <laurenti@alblinux.net>
7118
7119         * configure.in: Added "sq" to ALL_LINGUAS.
7120         
7121 2003-08-28  Matthias Clasen  <maclas@gmx.de>
7122
7123         * gdk/x11/gdkkeys-x11.c (gdk_keymap_translate_keyboard_state): Markup
7124         fix in the docs.
7125
7126         * gtk/gtkuimanager.c: Change the XML format:
7127         <Root> element is replaced by <ui>,
7128         <menu> element is replaced by <menubar>,
7129         <submenu> element is replaced by <menu>,
7130         <dockitem> element is replaced by <toolbar>,
7131         <popups> element is gone,
7132         verb attribute is replaced by action,
7133         name defaults to action or the element name. 
7134
7135         * gtk/gtkactiongroup.[hc]: Replace GtkActionGroupEntry by 
7136         GtkActionEntry and GtkRadioActionEntry. GtkActionEntry is simplified 
7137         by removing the user_data, entry_type and extra_data fields, 
7138         GtkRadioActionEntry is further simplified by removing the callback. 
7139         The user_data can now be specified as an argument to 
7140         gtk_action_group_add_actions(). There is a new method 
7141         gtk_action_group_add_radio_actions(), which is similar to 
7142         gtk_action_group_add_actions(), but takes GtkRadioActionEntrys
7143         and a callback parameter in addition to the user_data. The callback
7144         is connected to the ::changed signal of the first group member.
7145         There are _full() variants taking a GDestroyNotify of 
7146         gtk_action_group_add_[radio_]actions().
7147
7148         * gtk/gtkradioaction.[hc]: Add a ::changed signal which gets emitted 
7149         on every member of the radio group when the active member is changed. 
7150         Add an integer property "value", and a getter for the value of "value"
7151         on the currently active group member. 
7152
7153         * tests/testactions.c: 
7154         * tests/testmerge.c: 
7155         * tests/merge-[123].ui:  
7156         * demos/gtk-demo/appwindow.c: Adjust to these changes.
7157
7158         * gtk/gtktoolbar.c (gtk_toolbar_append_element): Trivial doc fix.
7159
7160 2003-08-27  Anders Carlsson  <andersca@gnome.org>
7161
7162         * demos/gtk-demo/appwindow.c (do_appwindow): Focus the
7163         text view, so the tool bar won't have focus.
7164
7165 Tue Aug 26 09:57:38 2003  Owen Taylor  <otaylor@redhat.com>
7166
7167         * gdk/x11/gdkkeys-x11.c (update_keymaps): Fix variable
7168         declaration not at start of block. (#120371, Damien Carbery)
7169
7170 2003-08-26  Matthias Clasen  <maclas@gmx.de>
7171
7172         * gtk/gtkuimanager.[hc] (gtk_ui_manager_add_ui_from_string): Use gssize 
7173         for length, not gsize.
7174
7175         * gtk/gtkuimanager.c: Refactor the XML format a bit: rename <Root> to 
7176         <ui> and make it optional in strings. Rename verb to action, <dockitem> 
7177         to <toolbar>, <menu> to <menubar>, <submenu> to <menu>.
7178
7179         * demos/gtk-demo/appwindow.c: 
7180         * tests/testactions.c: 
7181         * tests/testmerge.c:
7182         * tests/merge-1.ui:
7183         * tests/merge-2.ui:
7184         * tests/merge-3.ui: Adjust to the new XML format.
7185
7186 Mon Aug 25 19:55:55 2003  Owen Taylor  <otaylor@redhat.com>
7187
7188         * gtk/gtktextview.c (gtk_text_view_update_layout_width): 
7189         Since we add one to the layout's reported width to
7190         account for the cursor, we need to subtract one when
7191         setting the wrap width for the layout. (Fixes infinite
7192         loop (#120325, Frederic Crozat)
7193
7194         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): 
7195         Be a bit more careful about rounding when converting
7196         wrapped width from Pango units to pixels.
7197
7198 2003-08-26  Matthias Clasen  <maclas@gmx.de>
7199
7200         Rename GtkMenuMerge to GtkUIManager. 
7201         
7202         * gtk/gtkuimanager.[hc]: New files. 
7203         * gtk/gtkmenumerge.[hc]: Removed. 
7204
7205         * gtk/Makefile.am: 
7206         * gtk/gtk.h:
7207         * tests/testmerge.c: 
7208         * tests/testactions.c: 
7209         * demos/gtk-demo/appwindow.c: Replace all uses of GtkMenuMerge by 
7210         GtkUIManager.
7211
7212         * demos/gtk-demo/appwindow.c: Make GtkMenuMerge demo less intimidating: 
7213         add comments to entries array, remove newlines from ui definition. Don't 
7214         use the ::add_widget signal.
7215
7216 Mon Aug 25 17:28:04 2003  Owen Taylor  <otaylor@redhat.com>
7217
7218         * gtk/gtknotebook.c (gtk_notebook_forall): Don't
7219         include page->menu_label - causes various problems,
7220         including #12047.
7221
7222 Mon Aug 25 23:21:43 2003  Kristian Rietveld  <kris@gtk.org>
7223
7224         Merge from stable.
7225
7226         Fixes #115871, reported by Michael Natterer.
7227
7228         * gtk/gtktreeprivate.h: added GtkTreeSelectMode enum,
7229         added ctrl_pressed and shift_pressed bitfields,
7230         (_gtk_tree_selection_internal_select_node): replace GdkModifierType
7231         arg with GtkTreeSelectMode.
7232
7233         * gtk/gtktreeselection.c (gtk_tree_selection_set_mode),
7234         (gtk_tree_selection_select_path), (gtk_tree_selection_unselect_path),
7235         (_gtk_tree_selection_internal_select_node): all updated for
7236         GdkModifierType -> GtkTreeSelectMode move.
7237
7238         * gtk/gtktreeview.c (gtk_tree_view_button_press): set ctrl_pressed
7239         and shift_pressed around selection handling block,
7240         (gtk_tree_view_real_select_cursor_row),
7241         (gtk_tree_view_real_toggle_cursor_row),
7242         (gtk_tree_view_real_selection_cursor_parent),
7243         (gtk_tree_view_real_set_cursor): use ctrl_pressed and shift_pressed,
7244         instead of checking the event state. And also updates for the
7245         GdkModifierType -> GtkTreeSelectMode move.
7246
7247 Wed Aug 20 21:26:49 2003  Owen Taylor  <otaylor@redhat.com>
7248
7249         * gtk/gtkplug.c (gtk_plug_focus): Send the focus on
7250         to the parent when there was no focus widget before
7251         and no focus widget after - that is, when there are
7252         no focusable widgets. (#108678, help tracking it
7253         down from Padraig O'Briain, Federico Mena Quintero, )
7254
7255         * gtk/gtkxembed.[ch]: Move various shared utilities
7256         for the XEMBED protocol eused by GtkPlug and GtkSocket 
7257         here.
7258
7259         * gtk/gtkxembed.[ch] gtkplug.c gtksocket.c: Implement
7260         a flag bit that is sent with focus mesages to indicate
7261         that the focus has wrapped around on the toplevel;
7262         use this bit to catch infinite loops when there is no
7263         focusable widget at ll in the entire toplevel.
7264
7265         * tests/testsocket.c (child_read_watch): Remove an
7266         extraneous unref.
7267
7268         * gtk/gtkplug.c gtk/gtksocket.c gtk/gtkxembed.h: 
7269         Up XEMBED protocol version to 1, add logic for 
7270         sending the right version in XEMBED_EMBEDDED_NOTIFY.
7271
7272         * gtk/gtksocket.c (gtk_socket_add_window): Send
7273         the embedder window in the XEMBED_EMBEDDED_NOTIFY
7274         as the spec requires.
7275
7276 Mon Aug 25 16:15:41 2003  Owen Taylor  <otaylor@redhat.com>
7277
7278         * gdk/x11/gdkkeys-x11.c: Fix up CapsLock and 
7279         NumLock handling for non-XKB. Add a special case
7280         hack for NumLock on Sun servers. (Patch from
7281         Robert Basch, #115819)
7282
7283 2003-08-25  Matthias Clasen  <maclas@gmx.de>
7284
7285         * gtk/gtkactiongroup.c (gtk_action_group_add_actions): Remove C99isms. (Morten 
7286         Welinder)
7287
7288         * gtk/gtkactiongroup.[hc] (gtk_action_group_set_translate_func,
7289         gtk_action_group_set_translation_domain): Hooks for translation of
7290         label and tooltip in GtkActionGroupEntries.  (#120620)
7291
7292 2003-08-25  Matthias Clasen  <maclas@gmx.de>
7293
7294         * gtk/gtkactiongroup.h (GtkActionGroupEntryType): Namespace the enum
7295         values properly. Sorry about the resize grip trouble, Owen.  (#120621)
7296         
7297         * gtk/gtkactiongroup.c: 
7298         * demos/gtk-demo/appwindow.c: 
7299         * tests/testmerge.c: 
7300         * tests/testactions.c: Use new GtkActionGroupEntryType enum.  
7301
7302 Sun Aug 24 17:14:44 2003  Owen Taylor  <otaylor@redhat.com>
7303
7304         * gtk/gtk.h: Remove reference to gtkresizegrip.h.
7305
7306 Sun Aug 24 17:03:44 2003  Owen Taylor  <otaylor@redhat.com>
7307
7308         * gtk/Makefile.am: Fix accidental commit of references
7309         to gtkresizegrip.[ch]
7310
7311 Sun Aug 24 17:00:03 2003  Owen Taylor  <otaylor@redhat.com>
7312
7313         * gtk/gtkrc.c: Fix some missing initializations of
7314         rc_file->directory.
7315
7316 2003-08-24  Matthias Clasen  <maclas@gmx.de>
7317
7318         * gtk/gtkaction.[ch]: 
7319         * gtk/gtktoggleaction.[ch]: 
7320         * gtk/gtktoggleactionprivate.h: 
7321         * gtk/gtkradioaction.[ch]: 
7322         * gtk/gtkactiongroup.[ch]: 
7323         * gtk/gtkmenumerge.[ch]: A model-view separation for menus and
7324         toolbars, using the EggMenu code by James Henstridge.
7325
7326         * gtk/gtk.h: Include new headers.
7327         * gtk/Makefile.am: Add new files.
7328
7329         * tests/testactions.c: Test for actions.
7330         * tests/testmerge.c: Test for menu merging.
7331         * tests/merge-[123].ui: Test data for testmerge. 
7332         * tests/Makefile.am: Add testactions and testmerge.
7333
7334         * demos/gtk-demo/appwindow.c: Use GtkMenuMerge to construct the 
7335         menubar and toolbar.
7336         
7337 Sat Aug 23 21:40:18 2003  Owen Taylor  <otaylor@redhat.com>
7338  
7339         * gtk/gtkrc.c (gtk_rc_context_parse_one_file): Fix 
7340         problem where rc_file->directory wasn't always getting
7341         set. (#120549, Luis Villa)
7342  
7343 2003-08-22  Christian Rose  <menthos@menthos.com>
7344
7345         * configure.in: Added "ne" to ALL_LINGUAS.
7346
7347 Thu Aug 21 16:00:36 2003  Owen Taylor  <otaylor@redhat.com>
7348  
7349         * gtk/gtkrc.c: Keep a list of current GtkRcFiles
7350         being parsed, not just the directories for those
7351         files. Use that to catch recursion. (Part of
7352         #114988)
7353  
7354 Thu Aug 21 21:27:45 2003  Kristian Rietveld  <kris@gtk.org>
7355
7356         Merge from stable.
7357
7358         Fix option menu scrolling (#119821, Owen Taylor).
7359
7360         * gtk/gtkmenu.c (gtk_menu_scroll_to): remove logic introduced
7361         by #80484 and the CLAMP,
7362         (get_menu_height): new function,
7363         (gtk_menu_real_move_scroll): sort of moved the CLAMP here to correct
7364         new_offset to handle page up/down right.
7365
7366 Thu Aug 21 15:17:42 2003  Owen Taylor  <otaylor@redhat.com>
7367
7368         * gdk/x11/gdkkeys-x11.c: Change the interpretation
7369         of consumed_modifiers so that it contains:
7370          - Modifiers combinations actually found in
7371            state.
7372          - Single modifier modifier combinations.
7373         But not multi-modifier combinations that aren't
7374         in event->state. Document. (#100439)
7375
7376 Thu Aug 21 20:53:46 2003  Kristian Rietveld  <kris@gtk.org>
7377
7378         Slightly modified patch from Yann Rouillard to improve selection
7379         behavior with the mouse. Fixes #120187.
7380
7381         * gtk/gtktreeview.c (gtk_tree_view_button_press): only
7382         select/deselect items on the first button press of button 1,
7383         expand checks for row_activated to include triple clicks.
7384
7385 Thu Aug 21 01:33:51 2003  Kristian Rietveld  <kris@gtk.org>
7386
7387         Merge from stable.
7388
7389         * gtk/gtkspinbutton.c (gtk_spin_button_size_request): always round
7390         approximate digit widths up, to avoid truncation, convert to
7391         pango pixels when we have the full string width instead of converting
7392         the approx digit width to pango pixels, take inner border and
7393         interior focus into account correctly. (Fixes #116368, patch from
7394         Morten Welinder).
7395
7396 2003-08-20  Noah Levitt  <nlevitt@columbia.edu>
7397
7398         * gtk/queryimmodules.c: Don't look at the same directory twice (in
7399         simple cases). (#120342)
7400
7401 Wed Aug 20 22:04:47 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
7402
7403         * gdk/gdkwindow.c: Make the layers in the paint stack have their
7404         own pixmap instead of sharing one. (#118317)
7405
7406         * tests/testgtk.c (create_get_image): Fixes to make the window fit
7407         on an 800x600 screen
7408
7409 Wed Aug 20 22:03:25 2003  Kristian Rietveld  <kris@gtk.org>
7410
7411         Merged from stable.
7412
7413         * gtk/gtkspinbutton.c (start_spinning): change the type of step
7414         to gdouble, since it gets it's data from a gdouble (Fixes #113547).
7415
7416 Mon Aug 18 17:19:12 2003  Owen Taylor  <otaylor@redhat.com>
7417
7418         * modules/input/gtkimcontextxim.[ch]: Substantially
7419         rework the handling of status windows:
7420         
7421          - Store the current StatusWindow in the 
7422            GtkIMContextXIM structure and vice-versa, so we
7423            don't have to hunt the window hierarchy on
7424            cleanup.
7425          - Use the Gtkidget hierarchy instead of/or as well
7426            as the GdkWindow hierarchy when finding the toplevel;
7427            this helps for things like GtkHandlebox
7428          - Watch GtkWidget::hierarchy_changed to catch 
7429            changes in the toplevel without changes in the
7430            GdkWindow (reparenting)
7431          - Never create the GtkWindow for the status window
7432            unless we have text to display.
7433          - Various cleanups, add lots of comments.
7434
7435         (#115077, much help from Takuro Ashie and Hidetoshi
7436         Tajima in tracking this down and figuring out a fix.)
7437
7438         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_focus_in): 
7439
7440         * modules/input/gtkimcontextxim.c: Track the current
7441         screen for each toplevel so that we show the status
7442         window on the right screen. (#116340, James Su)
7443
7444         * modules/input/gtkimcontextxim.c: If create a new IC
7445         when we currently have the focus, call XSetICFocus()
7446         on it.
7447         
7448         * modules/input/gtkimcontextxim.c (get_im): Fix bug
7449         with multiple open screens.
7450
7451 Tue Aug 19 14:37:46 2003  Owen Taylor  <otaylor@redhat.com>
7452
7453         * gtk/gtkimmulticontext.[ch] (struct _GtkIMMulticontext): 
7454         Replace client_window field with 'priv' pointer,
7455         retaining binary compatibility.
7456
7457         * gtk/gtkimmulticontext.c (gtk_im_multicontext_set_slave): 
7458         save use_preedit/cursor_location/focus status and set
7459         up the new slave appropriately. (#118651, Botond Botyanszki)
7460
7461 Tue Aug 19 13:58:50 2003  Owen Taylor  <otaylor@redhat.com>
7462
7463         * gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): 
7464         Don't use impl->position_info.clip_rect for toplevels.
7465         (#107068, reported by Thomas Mirlacher)
7466
7467 Mon Aug 18 11:48:51 2003  Owen Taylor  <otaylor@redhat.com>
7468
7469         * gdk/x11/gdkdrawable-x11.c (convert_to_format): 
7470         Add a fallback for unaligned source data for
7471         FORMAT_ARGB_MASK. (#117217)
7472
7473 Mon Aug 18 10:51:57 2003  Owen Taylor  <otaylor@redhat.com>
7474
7475         * configure.in: Rework handling of REBUILD_PNGS,
7476         so that we also don't try to REBUILD_PNGS when
7477         cross-compiling and there is no gdk-pixbuf-csource.
7478         But give an error if gtk/stock-icons/gtkstockpixbufs.h
7479         is not in the source tree. (Note that REBUILDS_PNG
7480         was set backwards before, which is why you always
7481         had to manually recreate gtkstockpixbufs.h!)
7482
7483 Mon Aug 18 10:19:55 2003  Owen Taylor  <otaylor@redhat.com>
7484
7485         * gtk+-2.0-uninstalled.pc.in: Add a missing gtk/ in the
7486         path to libgtk.la. (#120080, Benedikt Spranger)
7487
7488 Sat Aug 16 10:34:49 2003  Owen Taylor  <otaylor@redhat.com>
7489
7490         * modules/input/imcedilla.c: Make the list of default
7491         languages more comprehensive. (Suggestion of
7492         Fco. Javier F. Serrador)
7493
7494 Sat Aug  9 12:47:11 2003  Owen Taylor  <otaylor@redhat.com>
7495
7496         * gdk/gdk.c (gdk_arg_context_parse): Fix broken 
7497         parentheses when skipping args.
7498
7499 Sat Aug 16 16:22:23 2003  Kristian Rietveld  <kris@gtk.org>
7500
7501         Fix major bug in row ref handling, so the new combo box
7502         will actually work right (:. Bug #107748. Patch written
7503         with help from Tim Janik.
7504
7505         The basic idea is to update the row refs in a closure,
7506         before the actual signal is emitted (rather than having
7507         the model connect signal handlers).
7508
7509         * gtk/gtktreemodel.c (gtk_tree_model_base_init): change
7510         g_signal_new calls for row_inserted, row_deleted and
7511         rows_reordered to use the new marshallers,
7512         (row_inserted_marshall), (row_deleted_marshall),
7513         (rows_reordered_marshall): the new marshallers,
7514         (gtk_tree_row_ref_inserted_callback): renamed to
7515         gtk_tree_row_ref_inserted since it isn't a callback
7516         anymore and gets called by the marshaller now,
7517         (gtk_tree_row_ref_deleted_callback): likewise,
7518         (gtk_tree_row_ref_reordered_callback): likewise,
7519         (connect_ref_callbacks), (disconnect_ref_callbacks):
7520         removed,
7521         (gtk_tree_row_reference_new_proxy),
7522         (gtk_tree_row_reference_free),
7523         (gtk_tree_row_reference_inserted),
7524         (gtk_tree_row_reference_deleted),
7525         (gtk_tree_row_reference_reordered): updated.
7526
7527 Fri Aug 15 16:54:39 2003  Owen Taylor  <otaylor@redhat.com>
7528
7529         Improve Cedilla handling - based on a patch from Gustavo 
7530         De Nardin, #111334
7531
7532         * modules/input/imcedilla.c po/POTFILES.in: Input method that 
7533         produces C_WITH_CEDILLA rather than C_WITH_ACUTE for 
7534         dead_acute+c combinations. Make this the default for
7535         fr and pt.
7536
7537         * gtk/gtkimmulticontext.c (gtk_im_multicontext_get_slave): 
7538         Use LC_CTYPE instead of LC_MESSAGES to pick the default
7539         input method.
7540
7541 Fri Aug 15 17:00:19 2003  Owen Taylor  <otaylor@redhat.com>
7542
7543         * gtk/gtkimcontextsimple.c: Fix missing compose sequence
7544         for Multi_key+c+apostrophe.
7545
7546 Fri Aug 15 21:57:34 2003  Kristian Rietveld  <kris@gtk.org>
7547
7548         Merged from stable.
7549
7550         * gtk/gtktreeview.c (gtk_tree_view_adjustment_changed): stop editing
7551         on vertical scrolling. (#108035, reported by Tim Janik).
7552
7553 Fri Aug 15 20:06:42 2003  Kristian Rietveld  <kris@gtk.org>
7554
7555         Merged from stable.
7556
7557         * gtk/gtktreeview.c (gtk_tree_model_sort_row_changed),
7558         (gtk_tree_model_sort_level_find_insert),
7559         (gtk_tree_model_sort_insert_value): fix off-by-one error.
7560         (#109292 continued, patch from Yann Rouillard).
7561
7562 Fri Aug 15 19:43:14 2003  Kristian Rietveld  <kris@gtk.org>
7563
7564         (Note: This is not exactly the same as the patch which went in
7565          gtk-2-2).
7566
7567         * gtk/gtktreeview.c (gtk_tree_view_class_init),
7568         (gtk_tree_view_key_press), (gtk_tree_view_search_key_press_event):
7569         Also support the up, down, left, right, home, end, page up and
7570         page down keys on the numpad. (#119419, reported by Alex Larsson).
7571
7572 Fri Aug 15 12:34:04 2003  Owen Taylor  <otaylor@redhat.com>
7573
7574         Fixes for X/Cygwin builds of GTK+ (#107623, Masahiro Sakai):
7575
7576         * configure.in (GDK_DEP_LIBS_FOR_X): Make sure that
7577         we link libgtk against X explicitely, since we
7578         make GTK+ calls for plug/socket.
7579
7580         * gtk/queryimmodules.c: Use USE_LA_MODULES and 
7581         G_MODULE_SUFFIX here. 
7582
7583         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_image): Protect
7584         XShmPutImage with #ifdef USE_SHM.
7585
7586 Thu Aug 14 18:25:39 2003  Owen Taylor  <otaylor@redhat.com>
7587
7588         * gtk/gtkfilesel.c (gtk_file_selection_populate):
7589         Don't reposition the cursor when we aren't trying
7590         to complete. (Fixes problems with selection on
7591         startup, #108433, reported by Mark Finlay.)
7592
7593         * gtk/gtkfilesel.c (gtk_file_selection_populate): Remove
7594         code that tried to position the cursor after the common
7595         prefix when there was one, it wasn't working, and
7596         would be hard to fix. Just always put the cursor
7597         at the end when completing.
7598
7599 Thu Aug 14 17:58:23 2003  Owen Taylor  <otaylor@redhat.com>
7600
7601         * gtk/gtkfilesel.c (get_current_dir_utf8): If getting
7602         the current directory fails because of encoding
7603         conversion problems, walk up textually to parent
7604         directories until we can convert. (#113627)
7605
7606 Wed Aug 13 17:01:49 2003  Owen Taylor  <otaylor@redhat.com>
7607
7608         * gtk/gtkmenushell.[ch] (gtk_menu_shell_enter_notify):
7609         Remove usage of menu_shell->ignore leave which was
7610         to deal with stray events we no longer get because
7611         we do grabbing differently. Comment it as unused in
7612         the header. (#115837, Keith Bissett)
7613
7614 Wed Aug 13 16:32:43 2003  Owen Taylor  <otaylor@redhat.com>
7615
7616         * gtk/gtkmenu.c (gtk_menu_position, gtk_menu_window_size_request): 
7617         Fix some places that weren't properly Xinerama-ified.
7618
7619         * gtk/gtkmenu.c: Fix problem with windows that scroll
7620         at the top of the screen.
7621
7622 Wed Aug 13 11:34:53 2003  Owen Taylor  <otaylor@redhat.com>
7623
7624         * gtk/gtkcombo.c (gtk_combo_init): connect_after() to 
7625         key-press-event on the entry, so input methods get access to 
7626         key presses before GtkCombo customization.
7627         (#115451, Botond Botyanszki)
7628
7629 2003-08-13  Anders Carlsson  <andersca@gnome.org>
7630
7631         * tests/testtoolbar.c: (set_important_func), (important_toggled),
7632         (create_items_list):
7633         Add an important column.
7634         
7635 Tue Aug 12 15:00:15 2003  Owen Taylor  <otaylor@redhat.com>
7636
7637         * gtk/gtkwindow.c (gtk_window_real_set_focus): Protect
7638         against reentrancy from ::focus-out handlers. 
7639         (#118129, Felipe Heidrich)
7640
7641 Tue Aug 12 14:27:42 2003  Owen Taylor  <otaylor@redhat.com>
7642
7643         * gtk/gtkkeyhash.c (_gtk_key_hash_lookup): Remove
7644         GDK_LOCK_MASK before calling
7645         gdk_keymap_translate_keyboard_state so bindings 
7646         and accelerators are independent of the Caps-lock
7647         key. (#115384, reported by Toni Willberg)
7648
7649 Mon Aug 11 12:07:14 2003  Owen Taylor  <otaylor@redhat.com>
7650
7651         * gdk/x11/gdkevents-x11.c (get_real_window): Add missing
7652         break statements (#119494, Soeren Sandmann)
7653
7654 Mon Aug 11 11:10:07 2003  Owen Taylor  <otaylor@redhat.com>
7655
7656         * gtk/gtkwidget.h: Mark parent public as well; it's
7657         extensively accessed in existing code, so there is
7658         no advantage in making people use get_parent().
7659         (Tweak to #119463 fix)
7660
7661 2003-08-11  Matthias Clasen  <maclas@gmx.de>
7662
7663         Add support for EWMH "Above" and "Below" window states.  (105100,
7664         Manuel Clos)
7665         
7666         * tests/testgtk.c: Add "Above" and "Below" to the the "Window
7667         State" demo.
7668
7669         * gtk/gtkwindow.h: Add gtk_window_set_keep_above and
7670         gtk_window_set_keep_below.
7671
7672         * gtk/gtk.def: Add gtk_window_set_keep_above and
7673         gtk_window_set_keep_below.
7674
7675         * gtk/gtkwindow.c (gtk_window_set_keep_below):
7676         (gtk_window_set_keep_above): New functions, call the corresponding
7677         gdk functions.
7678
7679         * gdk/x11/gdkwindow-x11.c (gdk_window_set_keep_below): New
7680         function, sets _NET_WM_STATE_BELOW.
7681         (gdk_window_set_keep_above): New function, sets
7682         _NET_WM_STATE_ABOVE.
7683
7684         * gdk/gdkwindow.h: Add gdk_window_set_keep_above and
7685         gdk_window_set_keep_below.
7686
7687         * gdk/gdkevents.h (GdkWindowState): Add GDK_WINDOW_STATE_ABOVE and
7688         GDK_WINDOW_STATE_BELOW.
7689
7690         * gdk/gdk.def: Add gdk_window_set_keep_above and
7691         gdk_window_set_keep_below.
7692
7693         * acinclude.m4: Copy newer versions of JH_CHECK_XML_CATALOG and
7694         JH_PATH_XML_CATALOG from gtk-doc to enable configuring without
7695         xmlcatalog in PATH.  (#119115)
7696
7697 2003-08-10  Matthias Clasen  <maclas@gmx.de>
7698
7699         * gtk/gtkwidget.h (struct _GtkWidget): Mark some members as
7700         public.  (#119463)
7701
7702 2003-08-09  Noah Levitt  <nlevitt@columbia.edu>
7703
7704         * gdk/gdkevents.h:
7705         * docs/reference/gdk/tmpl/windows.sgml: Elaborate a bit more in the
7706         docs on GdkFilterFunc and GdkFilterReturn.
7707
7708 2003-08-09  Matthias Clasen  <maclas@gmx.de>
7709
7710         * gtk/gtkcalendar.c:  Add and hook in gtk_calendar_scroll,
7711         to let the mouse wheels select the month. Scrolling down
7712         moves forward in time. (#53134, Abigail Brady) 
7713
7714         * gtk/gtkcalendar.c: Complete the RTL flipping support for
7715         GtkCalendar, make it possible to flip the headings using the
7716         "magic translated string" technique.  Translators, note the
7717         comment in gtk_calendar_init() explaining this.  (#102416)
7718
7719         * gtk/gtkcalendar.c: Get the information about the first day of
7720         the week from the locale using another instance of the "magic
7721         translated string" technique.  Ignore the display option
7722         GTK_CALENDAR_WEEK_START_MONDAY with a warning.  (#87977)
7723
7724         * gtk/gtkcalendar.c: Add DND support to GtkCalendar. The selected
7725         date is dragged as text, formatted via strftime %x. Text drops are
7726         accepted if g_date_set_parse() can make sense of the text. A
7727         dedicated data format for date DND has not been introduced yet,
7728         since there didn't seem to be sufficient consensus on such a
7729         format on xdg-list.  (#117297)
7730         
7731 2003-08-08  Matthias Clasen  <maclas@gmx.de>
7732
7733         * gdk/gdkregion-generic.c (gdk_region_spans_intersect_foreach):
7734         Fix a segfault.  (#115284, Jan Kratochvil)
7735
7736 2003-08-08  Tor Lillqvist  <tml@iki.fi>
7737
7738         * gdk/win32/gdkevents-win32.c (print_event): Print also the root
7739         coordinates for events that have such. Print coordinates for enter
7740         and leave events.
7741
7742         (gdk_event_translate): Don't use event uninitialixed in the
7743         return_exposes branch of the WM_PAINT handler.
7744
7745         * gdk/win32/gdkwindow-win32.c (gdk_window_new,
7746         _gdk_windowing_window_get_pointer, _gdk_windowing_window_at_pointer): 
7747         Must offset top-level window coordinates here, too.
7748
7749 2003-08-08  Matthias Clasen  <maclas@gmx.de>
7750
7751         * demos/gtk-demo/appwindow.c (do_appwindow): Hide the resize grip
7752         when maximized or fullscreen.
7753
7754 2003-08-07  Tor Lillqvist  <tml@iki.fi>
7755
7756         * gdk/win32/gdkinput-win32.h
7757         * gdk/win32/gdkinput-win32.c (_gdk_input_configure_event,
7758         _gdk_input_enter_event): Drop the GdkEvent* parameter, it wasn't
7759         used.
7760
7761         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Adapt caller
7762         accordingly, in fact an uninitialised variable was dereferenced.
7763         
7764
7765         [Win32] Add support for multiple monitors. 
7766         
7767         * gdk/win32/gdkprivate-win32.h
7768         * gdk/win32/gdkglobals-win32.c: New global variables for
7769         multiple-monitor info: _gdk_num_monitors, _gdk_monitors, and
7770         _gdk_offset_x and _gdk_offset_y.
7771         
7772         * gdk/win32/gdkdisplay-win32.c (count_monitor, enum_monitor): New
7773         functions, enumeration functions passed to EnumDisplayMonitors().
7774
7775         (gdk_display_open): If the EnumDisplayMonitors() and
7776         GetMonitorInfo() API is present (on Win98, Win2000 and newer), use
7777         if to find out monitor info.
7778
7779         Calculate the offset between Win32 coordinates (relative to the
7780         primary monitor's origin (and thus negative on monitors to the
7781         left of or above it), and GDK's (visible coordinates should be
7782         non-negative).
7783         
7784         * gdk/win32/gdkscreen-win32 (gdk_screen_get_n_monitors,
7785         gdk_screen_get_monitor_geometry): Use information collected above.
7786
7787         (gdk_window_move, gdk_window_move_resize_window_get_geometry):
7788         Subtract _gdk_offset_{x,y} from GDK root window coordinates.
7789
7790         (gdk_window_get_geometry, gdk_window_get_origin,
7791         gdk_window_get_frame_extents): For top-level windows, add
7792         _gdk_offset_{x,y} to GDK root window coordinates
7793
7794         Still need to handle multiple monitors in
7795         gdk_window_fullscreen(). Probably should make the window
7796         fullscreen on the monitor where the cursor is?
7797
7798         * gdk/win32/gdkevents-win32.c: Add _gdk_offset_{x,y} to all GDK
7799         root window coordinates in GdkEvents.
7800
7801         
7802         [Win32] Fix geometry hint handling. Add support for resize
7803         increment and base size, and aspect ratio geometry hints. The
7804         "gridded geometry" test in testgtk now works beautifully.
7805
7806         * gdk/win32/gdkwindow-win32.c (gdk_window_set_geometry_hints):
7807         Turns out this function shouldn't actually ever modify the
7808         window's size, just store the hints. (Old code kept for a while
7809         inside #if 0.)
7810
7811         (gdk_window_set_hints): Remove presumably broken code that handles
7812         the position hints, this function is obsolete anyway.
7813
7814         * gdk/win32/gdkevents-win32.c: Drop the current_{x,y}_root
7815         variables, not used.
7816
7817         (adjust_drag): New function, used to implement resize increment
7818         hints.
7819
7820         (gdk_event_translate): Handle WM_SIZING, implement resize
7821         increment and base size, and aspect ratio geometry hints here. The
7822         WM_GETMINMAXINFO handler takes care of the minimum and maximum
7823         size hints as before. Fix the WM_GETMINMAXINFO handler to take
7824         into account window decorations. No need to modify the
7825         ptMaxPosition and ptMaxSize fields in the MINMAXINFO struct,
7826         the defaults are fine.
7827         
7828         * gdk/win32/gdkprivate-win32.h 
7829         * gdk/win32/gdkwindow-win32.c (_gdk_win32_adjust_client_rect,
7830         _gdk_win32_get_adjusted_client_rect): New helper functions.
7831
7832 2003-08-07  Matthias Clasen  <maclas@gmx.de>
7833
7834         * gdk/x11/gdkevents-x11.c (gdk_check_wm_state_changed): Reset the
7835         toplevel->have_* flags before iterating over the _NET_WM_STATE 
7836         atoms.  (#119217) 
7837
7838 Thu Aug  7 16:49:29 2003  Owen Taylor  <otaylor@redhat.com>
7839  
7840         * gtk/gtkwidget.c (gtk_widget_set_style_internal): 
7841         Fix a bug where on theme change, resize/redraw wasn't
7842         properly getting queued on toplevel windows. (#116346,
7843         Rajkumar Siva)
7844  
7845         * gtk/gtkwidget.c (gtk_widget_invalidate_widget_windows): 
7846         Fix bug where wrong coordinates were used for toplevel
7847         window.
7848  
7849 Thu Aug  7 16:40:21 2003  Owen Taylor  <otaylor@redhat.com>
7850
7851         * gtk/gtknotebook.c (gtk_notebook_remove): Remove leftover
7852         page_num variable (Archit Baweja)
7853
7854 2003-08-07  Matthias Clasen  <maclas@gmx.de>
7855
7856         * gtk/gtkspinbutton.c (gtk_spin_button_default_input): Use g_strtod() to
7857         cope with C libraries with crippled locale support.  (#115293)
7858
7859 2003-08-07  Hans Breuer  <hans@breuer.org>
7860
7861         * gdk/win32/gdkevents-win32.c : finally use TrackMouseEvent
7862         (only if the new window not known to Gdk) to get proper
7863         leave notification, and get rid of the wrong placed 
7864         tooltips, bug #102283
7865  
7866         (gdk_event_translate) : small code reordering to not get
7867         GDK_MOTION_NOTIFY for still mouse and get back tooltips on 
7868         menus, bug #117367
7869
7870 2003-08-07  Tor Lillqvist  <tml@iki.fi>
7871
7872         * gdk/gdk.def
7873         * gdk/win32/gdkfont-win32.c (gdk_fontset_load_for_display): Add
7874         missing function, trivially implement.
7875
7876 2003-08-07  Matthias Clasen  <maclas@gmx.de>
7877
7878         * gtk/gtkctree.c (draw_row): Don't cut descenders when 
7879         rendering.  (#118646, Charles Kerr) 
7880
7881 2003-08-06  Hans Breuer  <hans@breuer.org>
7882
7883         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_new) :
7884         initialize bits to 0 (probably default on NT)
7885
7886         * gdk/win32/gdkwindow-win32.c (gdk_window_set_icon) :
7887         now it works as intended ;-)
7888
7889 2003-08-04  Hans Breuer  <hans@breuer.org>
7890
7891         * gdk/win32/gdkwindow-win32.c(gdk_window_set_modal_hint) :
7892         set HWND_NOTOPMOST for modal==FALSE, fixes bug #118435
7893
7894         * gdk/win32/gdkwindow-win32.c : implement gdk_window_[un]fullscreen
7895         (gdk_window_{move,resize,move_rezize})) : noop if FULLSCREEN
7896
7897         * gdk/win32/gdkwindow-win32.c (gdk_window_set_icon) :
7898         against all expectations it is basically ony a call with WM_SETICON
7899         needed (the visual effect is there, though colors or mask are
7900         still somewhat wrong).
7901         * gdk/win32/gdkwindow-win32.h : place to store the HICON
7902
7903         * gdk/win32/gdkdrawabke.win32.c : readded the conditional end
7904         pixel drawing as it was fixed at 1999-08-23
7905
7906         gtk/gtk.def : updated
7907
7908 Tue Aug  5 10:07:08 2003  Owen Taylor  <otaylor@redhat.com>
7909
7910         * gtk/gtkmessagedialog.c (gtk_message_dialog_get_property): 
7911         Add a missing break. (#119156, Callum McKenzie)
7912
7913 Tue Aug  5 00:24:13 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
7914
7915         * gtk/gtkmenu.c (gtk_menu_position): New positioning
7916         algorithm.(#116649)
7917
7918 Fri Aug  1 15:26:46 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
7919
7920         * gtk/gtktoolbar.c, gtk/toolitem.c: add new "is_important"
7921         property
7922         
7923         * gtk/gtkradiotoolbutton.c
7924         (gtk_radio_tool_button_new_from_widget): Don't take a stock id
7925
7926         * gtk/gtkradiotoolbutton.c
7927         (gtk_radio_tool_button_new_with_stock_from_widget): make this
7928         function take a stock_id.
7929
7930         * gtk/toolbar: documentation
7931
7932 Mon Aug  4 14:53:46 2003  Owen Taylor  <otaylor@redhat.com>
7933
7934         * gdk/x11/gdkimage-x11.c (_gdk_windowing_image_init): 
7935         Fix problem where use_xshm was getting set wrong if
7936         MIT_SHM wasn't found. (George Lebel)
7937
7938 2003-08-04  Tor Lillqvist  <tml@iki.fi
7939
7940         * gdk/win32/gdkevents-win32.c (apply_filters): Fix braino:
7941         actually use the passed-in filter list. The function also needs a
7942         GdkWindow parameter, as filter functions expect
7943         GdkEvent::any.window to be valid. (#119034, Hans Breuer)
7944
7945 2003-08-03  Matthias Clasen  <maclas@gmx.de>
7946
7947         * gdk/x11/gdkscreen-x11.c (gdk_screen_get_n_monitors): 
7948         (gdk_screen_get_monitor_geometry): Improve wording of the docs, avoid
7949         the term "virtual screen".  (#119030, Tor Lillqvist)
7950
7951 2003-08-02  Matthias Clasen  <maclas@gmx.de>
7952
7953         * tests/testtext.c (test_init): 
7954         * tests/testgtk.c (test_init): 
7955         * tests/testdnd.c (test_init): 
7956         * demos/pixbuf-init.c (pixbuf_init): 
7957         * demos/gtk-demo/main.c (main): Use g_setenv().
7958
7959         * gdk/x11/gdkdisplay-x11.c (_gdk_windowing_set_default_display): Use
7960         g_unsetenv(). 
7961
7962 Sat Aug  2 12:53:16 2003  Owen Taylor  <otaylor@redhat.com>
7963
7964         * configure.in: Requires glib-2.3.0, pango-1.2.0.
7965
7966         * configure.in: Require Xft version 2,
7967         remove code for handling older versions of pango and Xft.
7968         Many miscellaneous improvements to X checks
7969
7970         * acinclude.m4: Add GTK_ADD_LIB() macro for adding 
7971         a library to a variable, avoiding dups.
7972
7973         * gdk/x11/gdkfont-x11.c (gdk_font_from_description_for_display): 
7974         Always load "fixed"
7975
7976         * gdk/x11/gdk*-x11.[ch]: Remove support for Xft1 and
7977         for pangox.
7978
7979 2003-08-02  Matthias Clasen  <maclas@gmx.de>
7980
7981         * gtk/gtkcolorsel.c (color_sample_drop_handle) 
7982         (palette_drop_handle): 
7983         * gtk/gtkcolorbutton.c (gtk_color_button_drag_data_received):  Accept
7984         drops with the wrong format, since the KDE color chooser incorrectly
7985         drops application/x-color with format 8.  (#118810)
7986
7987         * gtk/gtkcolorsel.c (color_sample_drop_handle) (palette_drop_handle): 
7988         * gtk/gtkcolorbutton.c (gtk_color_button_drag_data_received):  
7989         Accept drops with the wrong format, since the KDE color chooser 
7990         incorrectly drops application/x-color with format 8.  (#118810)
7991
7992 2003-08-02  Tor Lillqvist  <tml@iki.fi>
7993
7994         Fix gdk/win32 window geometry handling again. The window position
7995         in a GDK_CONFIGURE event should be that of the client area, not of
7996         the window decorations. (I was confused by the term "window
7997         border" in X11. It does *not* mean the window manager
7998         decorations. There are no X11-style window borders in Win32.)
7999         Also, this time do take the geometry hints into account
8000         appropriately when moving windows. Now testgtk's gravity test's
8001         move buttons work OK. There are stil problems with taking gravity
8002         into account when showing a hidden window.
8003
8004         * gdk/win32/gdkwindow-win32.h: Keep a whole GdkGeometry as hints
8005         instead of separate fields.
8006         
8007         * gdk/win32/gdkevents-win32.c (handle_configure_event): Don't
8008         adjust for decorations.
8009
8010         * gdk/win32/gdkwindow-win32.c (get_outer_rect,
8011         adjust_for_gravity_hints): New functions.
8012         (gdk_window_move, gdk_window_resize, gdk_window_move_resize): Use
8013         above functions, take geometry hints into account.
8014         (gdk_window_set_geometry_hints): Size hints specicy client area,
8015         not including decorations.
8016
8017 Fri Aug  1 17:10:22 2003  Owen Taylor  <otaylor@redhat.com>
8018
8019         * gtk/gtkfilesel.c (cmpl_completion_fullname): Always
8020         return an absolute path (#115590), fix a problem where
8021         you could crash the file selector with a looong name
8022         by returning a newly allocated buffer.
8023
8024 Fri Aug  1 16:44:51 2003  Owen Taylor  <otaylor@redhat.com>
8025
8026         * gtk/gtkfilesel.c (update_cmpl): Fix obvious reallocation
8027         bug in rarely or never hit code path (#118071,
8028         Tor Lillqvist)
8029
8030 Fri Aug  1 16:30:13 2003  Owen Taylor  <otaylor@redhat.com>
8031
8032         * gdk/x11/gdkdrawable-x11.c (_gdk_x11_have_render): 
8033         If the check for missing depths, try actually creating pixmaps
8034         of the depths to deal with Xinerama not reporting
8035         all the depths it should. (#115822)
8036
8037 Fri Aug  1 15:33:59 2003  Owen Taylor  <otaylor@redhat.com>
8038
8039         * gtk/gtksocket.c: Patch from Denis Mikhalkin to
8040         forward KeyRelease events as well as KeyPress events.
8041         (#115597)
8042
8043 Fri Aug  1 15:06:25 2003  Owen Taylor  <otaylor@redhat.com>
8044  
8045         * gdk/gdk.c (gdk_parse_args): g_set_prgname("<unknown>")
8046         if argc is 0 as well, instead of leaving it unset.
8047         (#116023, Michael Meeks)
8048  
8049 Thu Jul 31 23:09:02 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8050
8051         * gtk/gtktoolbar.c (gtk_toolbar_class_init): make show_arrow
8052         default to TRUE; ignore the property when api_mode != NEW_API
8053
8054 2003-07-31  Matthias Clasen  <maclas@gmx.de>
8055
8056         * gtk/gtkwindow.c (gtk_window_set_default_icon): Rename parameter pixbuf
8057         to icon, to pacify gtk-doc.
8058
8059         * gtk/gtkwidget.c (gtk_widget_class_init): Fix formatting of drag-motion 
8060         example. 
8061
8062 Thu Jul 31 15:33:33 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8063
8064         * gtk/gtk*tool*.h: add padding to subclasses of GtkToolItem
8065
8066 Thu Jul 31 15:29:28 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8067
8068         * gtk/gtktoolitem.c (struct _GtkToolItemPrivate): remove unused
8069         overflow_item field.
8070
8071 Wed Jul 30 21:11:13 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8072
8073         * gtk/gtktoolitem.h: make _gtk_tool_item_toolbar_reconfigured()
8074         an internal function
8075
8076         * gtk/gtktoolitem.h: remove unused declaration of
8077         _gtk_tool_item_get_drag_window().
8078
8079 Wed Jul 30 17:03:58 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8080
8081         * gtk/gtktoolbutton.[ch]:
8082         (gtk_tool_button_new): swap icon_widget and label arguments to
8083         match BonoboUIToolbarButton.
8084
8085         * gtk/gtktoolbar.h: un-deprecate gtk_toolbar_{set|unset}_style().
8086
8087 2003-07-30  Matthias Clasen  <maclas@gmx.de>
8088
8089         * gtk/gtkwidget.c (gtk_widget_class_init): Some updates to the DND
8090         signal docs. 
8091
8092 2003-07-29  Tor Lillqvist  <tml@iki.fi>
8093
8094         Fix for #108007, #112402, #117042: There was confusion in
8095         gdk/win32 at various places whether a window position refers to
8096         the decoration position or the client area position. Also whether
8097         window size includes decorations or not.
8098         
8099         The correct interpretation apparently is that in GDK (like in
8100         X11), a top-level window position means the decoration's position,
8101         but size means the window's inner size (client area size). In the
8102         Win32 API, the window size usually includes the decorations,
8103         though.
8104         
8105         * gdk/win32/gdkevents-win32.c (decode_key_lparam): Move inside
8106         #ifdef G_ENABLE_DEBUG.
8107         (handle_configure_event): New function, generates GDK_CONFIGURE
8108         events from WM_SIZE and WM_MOVE messages. Even if no event is
8109         generated because of the event mask, still set the private
8110         position and size fields. Calculate position and size correctly.
8111         (gdk_event_translate): Call handle_configure_event().
8112
8113         * gdk/win32/gdkgeometry-win32.c: Cosmetics.
8114
8115         * gdk/win32/gdkwindow-win32.c: Use GDI_CALL() and API_CALL()
8116         macros. Cosmetic debugging output changes.
8117         (SafeAdjustWindowRectEx): Remove. If an application wants to
8118         locate a window outside of the screen, it's not GDK's business to
8119         prevent it. And anyway, with multiple monitors, negative
8120         coordinates are perfectly normal.
8121         (gdk_window_new): Adjust the window size for decorations after
8122         _gdk_window_init_position() has done its job. (But the big window
8123         code currently is presumably broken on Win32 anyway.)
8124         (gdk_window_move): The position passed in is supposed to be that
8125         of the window border, so don't need to adjust for decorations.
8126         (gdk_window_resize, gdk_window_move_resize): Simplify somewhat.
8127
8128 Tue Jul 29 13:55:44 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8129
8130         * gtk/gtktoolbar.c (gtk_toolbar_set_style,
8131         gtk_toolbar_prepend_element, gtk_toolbar_append_element,
8132         gtk_toolbar_insert_space, gtk_toolbar_prepend_space,
8133         gtk_toolbar_append_space, gtk_toolbar_insert_item,
8134         gtk_toolbar_prepend_item, gtk_toolbar_append_item,
8135         gtk_toolbar_set_tooltips, gtk_toolbar_set_orientation,
8136         gtk_toolbar_new, gtk_toolbar_prepend_item):
8137
8138         Move documentation inline from template files.
8139
8140         * gtk/gtktoolbar.c (gtk_toolbar_insert_element,
8141         gtk_toolbar_insert_widget, gtk_toolbar_prepend_widget,
8142         gtk_toolbar_append_widget, gtk_toolbar_remove_space,
8143         gtk_toolbar_insert_stock, gtk_toolbar_unset_icon_size,
8144         gtk_toolbar_get_icon_size, gtk_toolbar_set_icon_size,
8145         gtk_toolbar_get_tooltips, gtk_toolbar_unset_style,
8146         gtk_toolbar_get_style, gtk_toolbar_get_orientation)
8147
8148         Copy documentation from stable that was added after the EggToolbar
8149         branched.
8150
8151         * gtk/gtktoolbar.h: deprecate gtk_toolbar_unset_icon_size()
8152
8153 Mon Jul 28 18:21:34 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8154
8155         * gtk+/docs/: Commit autogenerated changes, so patches will make
8156         sense.
8157
8158 2003-07-27  Tor Lillqvist  <tml@iki.fi>
8159
8160         * gdk/win32/gdkevents-win32.c (build_key_event_state): On Win9x,
8161         the keyboard state returned by GetKeyboardState() doesn't
8162         distinguish between the left and right Control and Alt keys. Thus
8163         we cannot detect AltGr (which is supposed to be left Control +
8164         right Alt) the same way as on NT-based systems, but have to accept
8165         either Control + either Alt as AltGr.
8166
8167 2003-07-27  Matthias Clasen  <maclas@gmx.de>
8168
8169         * gtk/gtktreeselection.c (gtk_tree_selection_selected_foreach):
8170         Fix function name in warning message.  (#118156, Tim-Philipp
8171         Mller)
8172
8173         * gtk/gtkcellrenderer.c (gtk_cell_renderer_get_property):
8174         is-expander and is-expanded are boolean properties, not ints.
8175         (#118359, Josh Parsons)
8176
8177 Sat Jul 26 15:21:27 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8178
8179         * gtk/gtkimagemenuitem.c
8180         (gtk_image_menu_item_toggle_size_request): don't request
8181         toggle_space when the image width is 0.
8182
8183 2003-07-25  Tor Lillqvist  <tml@iki.fi>
8184
8185         * gdk/win32/gdkprivate-win32.h
8186         * gdk/win32/gdkglobals-win32.c: New flags _gdk_input_locale_is_ime
8187         and _gdk_keyboard_has_altgr.
8188         
8189         * gdk/win32/gdkevents-win32.c: Lots of changes. Most important
8190         ones detailled here.
8191
8192         Code that has been ifdeffed out for a long time removed. Remove
8193         some really old doc comments that were left behind for some public
8194         functions, the official ones are in the X11 backend anyway. Change
8195         GDK_WINDOW_OBJECT() calls to GdkWindowObject casts. Reformat
8196         multi-line boolean expressions to have the operators at ends of
8197         lines.
8198
8199         As mouse capture with SetCapture() indeed seems to work OK, no
8200         need to have the correspoinding macro USE_SETCAPTURE and ifdefs.
8201
8202         Ifdef out the gdk-ping-msg stuff. I don't remember why it was
8203         needed at some time, and things seem to work fine now without
8204         (knock on wood).
8205
8206         Ifdef out the search for some Latin locale keyboard layout being
8207         loaded. Not used currently, but might be needed after all, if we
8208         decide that we want to be able to generate ASCII control character
8209         events with a non-Latin keyboard.
8210
8211         (assign_object): New helper function, handles the g_object_ref()
8212         and unref() calls when assigning GObject pointers.
8213                 
8214         (generate_crossing_events): Also generate the GDK_NOTIFY_INTERIOR
8215         enter event when the pointer has moved to an ancestor window. Was
8216         left out by mistake.
8217
8218         (gdk_window_is_ancestor): Renamed from gdk_window_is_child().
8219
8220         (gdk_pointer_grab, gdk_pointer_ungrab): Implement the confine_to
8221         functionality, using ClipCursor().
8222                 
8223         (find_window_for_mouse_event): Splice part of code into new
8224         function find_real_window_for_grabbed_mouse_event().
8225
8226         (fixup_event, append_event, apply_filters): New functions, code
8227         refactored out from elsewhere.
8228
8229         (synthesize_enter_or_leave_event, synthesize_leave_event,
8230         synthesize_enter_event,
8231         synthesize_leave_events,synthesize_enter_events): Also take a
8232         GdkCrossingMode parameter, in preparation to generating
8233         GDK_CROSSING_GRAB and GDK_CROSSING_UNGRAB events.
8234
8235         (fixup_event, append_event, fill_key_event_string): New functions,
8236         code refactoring.
8237
8238         (vk_from_char, build_keypress_event, build_keyrelease_event):
8239         Removed as part of dropping WM_CHAR handling.
8240
8241         (build_key_event_state,gdk_event_translate): Call
8242         GetKeyboardState(), once, for each keyboard message, instead of
8243         several calls to GetKeyState() here and there.
8244
8245         (gdk_event_translate): Fix bugs #104516, #104662, #115902. While
8246         at it, do some major refactoring, and some fixes for potential
8247         problems noticed while going through the code.
8248
8249         Don't handle WM_CHAR at all. Only handle WM_KEYDOWN and
8250         WM_KEYUP. Don't need the state variables related to whether to
8251         wait for WM_CHAR or not, and whether the current key is
8252         AltGr. Remove lots of complexity. Thus don't need the
8253         use_ime_composition flag.
8254
8255         Not handling WM_CHAR means dead key handling will have to be taken
8256         care of by GTK, but that seems to work fine, so no worry.
8257
8258         Another side-effect is that Alt+keypad digits don't work any
8259         longer, but it's better to learn to use GTK's ISO14755 support is
8260         anyway.
8261
8262         Be more careful in checking whether AltGr is involved. Only
8263         attempt to handle it if the keyboard actually has it. And
8264         explicitly check for *left* Control plus *right* Alt being
8265         pressed. Still, allow (left) Alt and/or (right) Control with AltGr
8266         chars.
8267
8268         Handle keys using similar code as in the X11 backend. As we have
8269         built a keymap in gdkkeys-win32.c anyway, use it by calling
8270         gdk_keymap_translate_keyboard_state() to look up the keysym from
8271         the virtual key code and keyboard state. Build the key event
8272         string in exactly the same way as the X11 backend.
8273
8274         If an IME is being used, don't generate GDK events for keys
8275         between receiving WM_IME_STARTCOMPOSITION and
8276         WM_IME_ENDCOMPOSITION, as those keys are for the IME.
8277         
8278         For WM_IME_COMPOSITION, handle all the Unicode chars returned from
8279         the IME, not just the first one.
8280
8281         gdk_event_translate() is still quite complex, could split the
8282         message handler cases out into separate functions.
8283
8284         On mouse events, when the mouse is grabbed, use
8285         find_real_window_for_grabbed_mouse_event() in order to be able to
8286         generate correct crossing events.
8287         
8288         No longer take a pre-allocated GdkEvent as parameter. Instead,
8289         allocate events as needed and append them to the queue. (This is
8290         different from how gdk_event_translate() in the X11 backend
8291         works.) This change made the code much clearer, especially in the
8292         cases where we have to generate several GDK events for one Windows
8293         message.  Return FALSE if DefWindowProc() should be called, TRUE
8294         if not. If DefWindowProc() should not be called, also return the
8295         value to be returned from the window procedure.
8296
8297         (Previously, the interaction with gdk_event_translate()'s caller
8298         was much more complex, when we had to indicate whether the
8299         already-queued event should be left in the queue or removed, and
8300         in addition also had to indicate whether to call DefWindowProc()
8301         or not, and what value to return from the window procedure if
8302         not.)
8303
8304         Don't use a separate "private" variable required to be pointing to
8305         the GdkWindowObject of the "window" variable at all times. Just
8306         use casts, even if looks a bit uglier.
8307
8308         Notice destroyed windows as early as possible, and break out of
8309         the messsage switch.
8310
8311         Use _gdk_pointer_root as current_window when the pointer is
8312         outside GDK's top-level windows.
8313         
8314         On WM_INPUTLANGCHANGE, set _gdk_input_locale_is_ime as
8315         appropriate, based on ImmIsIME().
8316         
8317         (gdk_event_translate, gdk_event_send_client_message_for_display,
8318         gdk_screen_broadcast_client_message): Implement client messages.
8319         Use a registered Windows message to pass GDK client messages. Note
8320         that the amount of user data is restricted to four bytes, as it is
8321         carried in the LPARAM. (The WPARAM is used for the message type
8322         "atom".)
8323         
8324         (real_window_procedure): Adapt for new gdk_event_translate()
8325         interface.
8326
8327         * gdk/win32/gdkmain-win32.c (_gdk_windowing_init): Set
8328         _gdk_input_locale_is_ime initially.
8329
8330         * gdk/win32/gdkwindow-win32.c: Use g_object_ref()/unref() instead
8331         of g_colormap_ref()/unref().
8332
8333         (gdk_window_new): Made code a bit more like the X11 one, pretend
8334         to handle screens (although we just have one for now).
8335
8336         * gdk/x11/gdkevents-x11.c
8337         (gdk_event_send_client_message_for_display,
8338         gdk_screen_broadcast_client_message): Document the user data
8339         limitation on Win32.
8340
8341         * gdk/win32/gdkevents-win32.c (print_event): More complete enter
8342         and leave notify detail output.
8343
8344         * gdk/win32/gdkkeys-win32.c (update_keymap): Make dead keys
8345         visible to GDK and GTK. Store the corresponding GDK_dead_* keysym
8346         for those, so that the GtkIMContextCimple compose tables will
8347         work. Deduce if the keyboard layout has the AltGr key, and set the
8348         above flag accordingly.
8349
8350 2003-07-26  Matthias Clasen  <maclas@gmx.de>
8351
8352         * gtk/gtkwidget.c: Document DND signals.
8353
8354 2003-07-24  Matthias Clasen  <maclas@gmx.de>
8355
8356         * gtk/gtktextview.c (popup_targets_received): Make the "Input Methods"
8357         insensitive when editing isn't possible.  (#118150)
8358
8359 2003-07-23  Matthias Clasen  <maclas@gmx.de>
8360
8361         * gtk/gtkcolorsel.c (gtk_color_selection_init): Make the hue 
8362         spinbutton wrap.  (#118097, John Darrington)
8363
8364         * docs/faq/gtk-faq.sgml: Mention Xnest as a way to debug GTK+ apps. 
8365
8366 2003-07-20  Hans Breuer  <hans@breuer.org>
8367
8368         * makefile.msc : new file to build it all
8369         * Makefile.am : ... added to EXTRA_DIST
8370
8371         * gdk/makefile.msc gtk/stock-icons/makefile.msc 
8372           gtk/makefile.msc.in tests/makefile.msc : updated
8373
8374         * gdk/gdk.def gtk/gtk.def : export a bunch of new 
8375         functions
8376
8377         * gtk/gtkbbox.c : use g_return_val_if_fail() if
8378         there is a value to return
8379
8380         * gtk/gtkfontsel.c gtk/gtkiconfactory.c :
8381         static correctness
8382
8383         * gtk/gtkicontheme.c : ported to use GTimeVal instead of
8384         struct timeval and GTK_DATA_PREFIX instead of GTK_DATADIR
8385
8386         * gtk/gtkicontheme.c : use HAVE_LC_MESSAGES
8387
8388         * gtk/gtkimmulticontext.c : use gtkprivate.h
8389
8390         * gtk/stock-icons/stock_color_picker_25.png
8391           gtk/stock-icons/stock_jump_to_rtl_16.png
8392           gtk/stock-icons/stock_jump_to_rtl_24.png
8393           gtk/stock-icons/stock_redo_rtl_16.png
8394           gtk/stock-icons/stock_redo_rtl_24.png
8395           gtk/stock-icons/stock_undelete_rtl_16.png
8396           gtk/stock-icons/stock_undelete_rtl_24.png
8397           gtk/stock-icons/stock_undo_rtl_16.png :
8398           gtk/stock-icons/stock_undo_rtl_24.png :
8399         readded as binary
8400
8401 Sat Jul 19 22:39:24 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8402
8403         * gtk/gtktoolitem.c (gtk_tool_item_size_request): remove
8404         leftover request of {xy}thickness
8405
8406 Sat Jul 19 16:26:02 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8407
8408         * gtk/gtktoolbutton.c (gtk_tool_button_construct_contents): don't
8409         attempt to add a NULL icon to the box.
8410
8411 Sat Jul 19 12:13:20 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8412
8413         * gtk/gtknotebook.c (gtk_notebook_focus_in|out): only redraw tabs
8414         on focus in/out.
8415
8416 2003-07-19  Matthias Clasen  <maclas@gmx.de>
8417
8418         * gtk/gtkstock.h (GTK_STOCK_DIALOG_AUTHENTICATION): New stock id. 
8419         * gtk/gtkiconfactory.c (get_default_icons): Add
8420         stock_dialog_authentication_48.  (#65765) 
8421         * gtk/stock-icons/Makefile.am (VARIABLES2, IMAGES): Here too.
8422         * gtk/stock-icons/stock_dialog_authentication_48.png: New image.
8423
8424         * gtk/gtkbbox.h: 
8425         * gtk/gtkbbox.c (gtk_button_box_get_child_secondary): New
8426         function. (#64562) 
8427
8428 Sat Jul 19 00:18:40 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8429
8430         * gtk/gtkwindow.c (gtk_window_set_default_icon): Fix C99
8431         declaration
8432
8433         * gtk/gtkwidget.c (gtk_widget_queue_shallow_draw): new function
8434         (gtk_widget_real_focus_{in|out}_event): queue shallow draws
8435         instead of full draws.
8436
8437 2003-07-18  Matthias Clasen  <maclas@gmx.de>
8438
8439         * gtk/gtkwindow.c: Add properties decorated and gravity.  (#80234) 
8440
8441         * gtk/gtktextview.c (gtk_text_view_class_init): Add a new keybinding
8442         signal, move_viewport. 
8443         (gtk_text_view_move_viewport): New function which implements the
8444         move_viewport functionality. 
8445         (gtk_text_view_move_cursor_internal): If the cursor is not visible, move
8446         the viewport. (#78669) 
8447
8448         * gtk/gtkenums.h (GtkScrollStep): New enumeration, used for
8449         move_viewport argument. 
8450
8451         * gtk/gtkstatusbar.c (gtk_statusbar_class_init): Add a has_resize_grip
8452         property.  (#111779) 
8453
8454         * gtk/gtkwindow.h: 
8455         * gtk/gtkwindow.c (gtk_window_set_default_icon): New method.  (#95816)
8456
8457         * gtk/gtkmessagedialog.h:
8458         * gtk/gtkmessagedialog.c (gtk_message_dialog_add_buttons): New method.  
8459         (#65501, Sebastian Rittau)
8460
8461 Fri Jul 18 20:06:57 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8462
8463         * gtk/gtktextview.c (changed_handler): use
8464         gtk_widget_queue_resize_noredraw().
8465
8466 2003-07-16  Jody Goldberg <jody@gnome.org>
8467
8468         * gdk/x11/gdkwindow-x11.c (gdk_window_focus) : fix cut-n-paste-o
8469
8470 Fri Jul 18 19:55:50 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8471
8472         * gtk/gtkwidget.c (gtk_widget_queue_resize_no_redraw): Add this
8473         API. 
8474
8475 Fri Jul 18 18:43:01 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8476
8477         By popular request give toolbuttons a border.
8478         
8479         * gtk/gtktoolitem.c
8480         (gtk_tool_item_size_allocate):
8481         (gtk_tool_item_size_request): don't request and allocate a border
8482         around the child
8483
8484         * gtk/gtktoolbutton.c 
8485         (gtk_tool_button_size_allocate):
8486         (gtk_tool_button_size_request): remove these functions
8487
8488         * gtk/gtktoolbar.c 
8489         (gtk_toolbar_size_request):
8490         (gtk_toolbar_size_allocate): request and allocate a border if we
8491         have a shadow.
8492
8493 Thu Jul 17 19:24:51 2003  Kristian Rietveld  <kris@gtk.org>
8494
8495         Merged from stable.
8496
8497         Fixes issues pointed out by Morten Welinder in #115140.
8498
8499         * gtk/gtktreeview.c (gtk_tree_view_size_request): fix comment,
8500         (do_validate_rows): update validated_area with a logic OR instead
8501         of a bitwise OR,
8502         (validate_rows_handler): make the if statement match the one in
8503         validate_rows(), so we don't leak the timeout.
8504
8505 Thu Jul 17 19:12:02 2003  Kristian Rietveld  <kris@gtk.org>
8506
8507         Merged from stable.
8508
8509         * gtk/gtktreeview.c (gtk_tree_view_remove_widget): the treeview
8510         should only grab focus back if the "cell_editable" widget still
8511         has focus. (Fixes #110104, testcase provided by Marco Pesenti
8512         Gritti).
8513
8514 Thu Jul 17 19:06:34 2003  Kristian Rietveld  <kris@gtk.org>
8515
8516         Merged from stable.
8517
8518         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_realize_button):
8519         Don't set attr.event_mask twice, those things were meant to be
8520         ORred. (#115139, pointed out by Morten Welinder).
8521
8522 Thu Jul 17 16:11:21 2003  Kristian Rietveld  <kris@gtk.org>
8523
8524         Merged from stable.
8525
8526         * gtk/gtktreeview.c (gtk_tree_view_rows_reordered): stop editing
8527         if needed. (Fixes #115869, reported by Michael Natterer).
8528
8529 2003-07-15  Matthias Clasen  <maclas@gmx.de>
8530
8531         * gdk/x11/gdkcursor-x11.c (gdk_display_get_maximal_cursor_size):
8532         Fight against gtk-doc stupidity.
8533
8534 2003-07-13  Matthias Clasen  <maclas@gmx.de>
8535
8536         * gtk/gtkdnd.c (gtk_drag_begin): Rename parameter target_list back to 
8537         targets, to pacify gtk-doc.
8538
8539 Sun Jul 13 15:57:57 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8540
8541         * gtk/gtktoolbutton.c (gtk_tool_button_finalize): Fix leaks of
8542         label_text, label_widget and icon_widget. (#117312, 
8543         Christian Persch)
8544         
8545 Sun Jul 13 01:37:51 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8546
8547         * gtk/gtkmenu.c (gtk_menu_class_init): new properties
8548         "horizontal-offset" and "vertical-offset" that determines the
8549         position of the menu when it is a submenu. 
8550
8551         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu): position
8552         submenus according to new vertical- and horizontal-offset
8553         properties.
8554
8555 Sat Jul 12 16:16:04 2003  Kristian Rietveld  <kris@gtk.org>
8556
8557         Merged from stable.
8558
8559         * gtk/gtktreeview.c (gtk_tree_view_drag_data_received): special
8560         case drags to "0", scroll to the top after dropping. (Fixes #94968,
8561         reported by Alp Toker).
8562
8563 Sat Jul 12 16:08:32 2003  Kristian Rietveld  <kris@gtk.org>
8564
8565         Merged from stable.
8566
8567         * demos/gtk-demo/editable_cells.c (cell_edited): fixup bad
8568         code (#115784, Owen Taylor).
8569
8570 Sat Jul 12 16:01:03 2003  Kristian Rietveld  <kris@gtk.org>
8571
8572         Merged from stable.
8573
8574         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_set_property):
8575         free the old text and extra_attrs *after* we parsed the new
8576         markup string. (Fixes #114485, reported by Owen Taylor).
8577
8578 Sat Jul 12 15:51:33 2003  Kristian Rietveld  <kris@gtk.org>
8579
8580         Merged from stable.
8581
8582         Fixes #113904, testcase provided by Rene Seindal.
8583
8584         * gtk/gtktreeview.c (gtk_tree_view_button_press): set
8585         pressed_button to -1 when a row has been activated,
8586         (gtk_tree_view_motion_bin_window): only start a drag if there's
8587         a button being pressed.
8588
8589 Sat Jul 12 15:51:18 2003  Kristian Rietveld  <kris@gtk.org>
8590
8591         Merged from stable.
8592
8593         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): use
8594         gdk_window_get_pointer instead of gdk_display_get_window_at_pointer
8595         to avoid a roundtrip (#110272, Owen Taylor).
8596
8597 Sat Jul 12 15:28:26 2003  Kristian Rietveld  <kris@gtk.org>
8598
8599         Merged from stable.
8600
8601         This patch really really fixes scrolling. Related bugs: #81627,
8602         testcase provided by Timo Sirainen, #111500, testcase provided by
8603         manu, #113241, reported by Pedro Gimeno/Michael Natterer.
8604
8605         * gtk/gtktreeview.c (validate_visible_area): scrolling to a dy
8606         which is equal to the lower border of the window means scrolling
8607         to an invisible row, always update the dy when scrolling to an
8608         invisible row, corrected area_above/below calculations for
8609         invisible rows, when walking the tree correct the size
8610         subtracted for invalidated rows, fix wrong logic in comment.
8611
8612 2003-07-11  Matthias Clasen  <maclas@gmx.de>
8613
8614         * gtk/gtkicontheme.c (pixbuf_supports_svg): Use g_strfreev() to free
8615         mime_types.  (#117219, Steve Chaplin)
8616
8617 Tue Jul  8 20:11:04 2003  Owen Taylor  <otaylor@redhat.com>
8618
8619         * gdk/x11/gdkevents-x11.c (get_real_window)
8620         gdk/x11/gdkinput-x11.c (_gdk_input_common_init)
8621         gdk/x11/gdkimage-x11.c (_gdk_windowing_image_init)
8622         gdk/x11/gdkprivate-x11.h (_gdk_windowing_image_init)
8623         Don't assume that all events start with XEventAny - Xkb events
8624         don't! (#105745). So, only do that for core events, and for
8625         non-core events, add a system for registering event types
8626         that start with XEventAny.
8627
8628         * gdk/x11/gdkevents-x11.c (gdk_event_translate):
8629         Check to see if the result of gdk_window_lookup_for_display()
8630         is actually a window.
8631
8632 Fri Jul 11 20:48:14 2003  Kristian Rietveld  <kris@gtk.org>
8633
8634         * gtk/gtktreemodel.c (gtk_tree_path_free): make the path != NULL
8635         check a silent assert, so it follows the g_free() behaviour.
8636
8637 2003-07-11  Matthias Clasen  <maclas@gmx.de>
8638
8639         * gtk/gtkstatusbar.c (gtk_statusbar_init): Center statusbar contents 
8640         vertically.  (#109823, Joe Shaw)
8641
8642 2003-07-11  Morten Welinder  <terra@gnome.org>
8643
8644         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_pixbuf): Fix memory
8645         access error.  (#69436)
8646
8647 Fri Jul 11 14:32:43 2003  Kristian Rietveld  <kris@gtk.org>
8648
8649         Landing GtkTreeModelFilter and the completion code. (Test program
8650         and documentation will follow next week).
8651
8652         * gtk/gtkcellayout.[ch], gtk/gtkentrycompletion.[ch],
8653         gtk/gtktreemodelfilter.[ch], gtk/gtkentryprivate.h: new files.
8654
8655         * gtkentry.[ch]: added gtk_entry_{get,set}_completion, wrote
8656         necessary code to hook up completion.
8657
8658         * gtktreeviewcolumn.c: made GtkTreeViewColumn implement the new
8659         GtkCellLayout interface.
8660
8661         * gtkmarshalers.list: added BOOLEAN:OBJECT,BOXED.
8662
8663         * gtk/gtk.h, gtk/Makefile.am, po/POTFILES.in: all updated for the new
8664         source files.
8665
8666 Wed Jul  9 19:48:26 2003  Kristian Rietveld  <kris@gtk.org>
8667
8668         Merge from stable.
8669
8670         * gdk/gdkdisplay.c (gdk_display_get_window_at_pointer): don't
8671         directly return from ->window_at_pointer, but set win_x and win_y
8672         first if needed. (Fixes #110166, reported by Arno Charlet).
8673
8674         * gdk/gdkwindow.c (gdk_window_get_composite_drawable): change
8675         function to accept GdkDrawables and not just GdkWindows. This was
8676         already done in some other functions a while back, but this patch
8677         got lost for some reason.
8678
8679 2003-07-09  Matthias Clasen  <maclas@gmx.de>
8680
8681         * gtk/gtkcontainer.c (gtk_container_focus_sort_tab): Consider the text
8682         direction when sorting children.  (#116540, Soeren Sandmann)
8683
8684 Tue Jul  8 17:36:21 2003  Owen Taylor  <otaylor@redhat.com>
8685
8686         * gdk/x11/gdkasync.[ch] gdk/gdkdnd-x11.c: 
8687         Change _gdk_x11_send_xevent_async() to 
8688         _gdk_x11_send_client_message_async() avoid using Xlib
8689         internals that are different on Solaris. 
8690         (#116917, Morten Welinder)
8691
8692 2003-07-08  Matthias Clasen  <maclas@gmx.de>
8693
8694         * gtk/gtkcontainer.c (gtk_container_remove): Doc addition.
8695         (#116501, Doug Quale)
8696
8697 Tue Jul  8 21:35:22 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8698
8699         * gtk/gtktoggletoolbutton.h: remove strange #define
8700         * gtk/gtktoolbutton.h: fix cut'n'paste error
8701         * gtk/gtktoolbutton.c (gtk_tool_button_init): use instance
8702         private data
8703         * gtk/gtktoolitem.c (gtk_tool_item_class_init): use instance
8704         private data instead of g_new0()
8705         * gtk/gtktoggletoolbutton.c (gtk_toggle_tool_button_init): use
8706         instance private data
8707
8708 Tue Jul  8 21:10:14 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8709
8710         * gtk/gtkbutton.c (gtk_button_realize): remove GDK_EXPOSURE_MASK
8711         for INPUT_ONLY window
8712         * gtk/gtkmenuitem.c (gtk_menu_item_realize): same
8713         * gtk/gtknotebook.c (gtk_notebook_realize): same
8714         * gtk/gtkexpander.c (gtk_expander_realize): same
8715         * gtk/gtkrange.c (gtk_range_realize): same
8716
8717         Fix #116303
8718
8719 Tue Jul  8 19:57:14 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8720
8721         * gtk/gtkstyle.c (gtk_default_draw_arrow): remove correction on x
8722         when detail is "menuitem". With the new menu look is isn't needed
8723         anymore.
8724
8725         * gtk/gtktoolitem.c (gtk_tool_item_toolbar_reconfigured): queue a
8726         resize here, so that tool items will get a chance to relayout
8727         themselves based on the toolbar configuration.
8728
8729         change DEFAULT_SPACE_SIZE to 4 instead of 5
8730
8731         * gtk/gtktoolbar.c 
8732         Get rid of "!GTK_BIN (item)->child means separator". Separators
8733         are widgets in their own right
8734
8735         change DEFAULT_SPACE_SIZE to 4 instead of 5
8736         
8737         (get_space_size): remove this function
8738         (toolbar_item_is_homogeneous): new function
8739
8740         * gtk/gtkseparatortoolitem.c
8741         (gtk_separator_tool_item_size_request): new function.
8742
8743 Tue Jul  8 14:10:35 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8744
8745         * gtk/gtktoggletoolbutton.h: use private data, add new
8746         internal function _gtk_toggle_tool_button_get_button()
8747
8748         * gtk/gtktoolbutton.h: move to private data
8749
8750         * gtk/gtkradiotoolbutton.c, gtk/gtktoolbutton.c: updates for new
8751         private data.
8752
8753 Tue Jul  8 12:50:20 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8754
8755         * gtk/gtktoolbutton.c (gtk_tool_button_get_icon_widget): fix a
8756         type check, (#116947, Krasimir Angelov)
8757
8758         * gtk/gtktoolbar.c: Use new GtkToolItem accessors.
8759         
8760         * gtk/gtktoolitem.[ch]: Use a private struct to hold the instance
8761         data. Not instance private data yet, because of bug 116921.
8762
8763         * gtk/gtktoolitem.h: new accessors:
8764                 gtk_tool_item_get_homogeneous ()
8765                 gtk_tool_item_get_expand ()
8766                 gtk_tool_item_get_pack_end ()
8767                 gtk_tool_item_get_use_drag_window ()
8768
8769 Mon Jul  7 16:50:32 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8770
8771         * gtk/gtkcellrenderertext.c
8772         (gtk_cell_renderer_text_class_init): remove accidentally committed
8773         debugging spew
8774
8775         * gtk/gtktoolbar.c
8776         (gtk_toolbar_paint_space_line): remove this function
8777         (gtk_toolbar_expose): always propagate expose, even if the item is
8778         a separator item
8779
8780         * gtk/gtkseparatortoolitem.c
8781         (gtk_separator_tool_item_expose): moved here from gtktoolbar.c
8782         (get_space_size): new function.
8783         (get_space_style): new function
8784
8785 Sun Jul  6 13:00:20 2003  Owen Taylor  <otaylor@redhat.com>
8786
8787         * gtk/gtkdnd.c (_gtk_drag_source_handle_event)
8788         * gtk/gtkdnd.c (gtk_drag_begin_internal):  Remove use
8789         of GDK_POINTER_MOTION_HINT_MASK.
8790
8791         * gtk/gtkdnd.c (gtk_drag_update_idle): Move updating
8792         of the drag into an idle as a superior form of 
8793         expose compression.
8794
8795         * gtk/gtkdnd.c (gtk_drag_begin_internal): Move default icon
8796         creation here, so that we have an icon at the start
8797         of the drag (e.g., when retrieving the window cache
8798         information.)
8799
8800 Sun Jul  6 17:21:23 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8801
8802         * docs/widget_geometry.txt: better drawing of GtkMenuItem
8803         * docs/widget_geometry.txt: add notes about GtkMenu
8804         * gtk/gtkstyle.c: remove leftover "#include "gtkhandlebox.h""
8805
8806 Sat Jul  5 10:34:00 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8807
8808         * gtk/gtkmenu.c: add vertical_padding style property.
8809         
8810         * gtk/gtkmenuitem.c: add style properties toggle_spacing,
8811         arrow_spacing and horizontal_padding. Also center separators and
8812         make them a bit taller.
8813
8814         * gtk/*menuitem.c: use new style properties.
8815         
8816         * docs/widget_geometry.txt: Add note about GtkMenuItem
8817
8818         * gtk/gtkstyle.c 
8819         (gtk_default_draw_vline, gtk_default_draw_hline):
8820         fix +/-1 errors. 
8821
8822         (gtk_default_draw_shadow): draw a black border around menus.
8823
8824         * gtk/gtkvseparator, gtk/gtkhseparator.c, gtk/gtkmenuitem.c: fix
8825         calls to gtk_paint_hline() and gtk_paint_vline() (they take x1,
8826         x2 and y1, y2 respectively, not x, width and y, height).
8827
8828 Sat Jul  5 09:55:38 2003  Owen Taylor  <otaylor@redhat.com>
8829
8830         * gdk/x11/gdkdnd-x11.c (precache_target_list): Lookup
8831         all the atoms in the target list at once.
8832
8833         * gdk/x11/gdkdnd-x11.c (gdk_drag_get_protocol_for_display):
8834         Local drag short-circuit.
8835
8836         * gdk/x11/gdkdnd-x11.c (gdk_drag_motion): For the
8837         local case, poke the actions in directly instead of
8838         going through xdnd_set_actions.
8839
8840         * gdk/x11/gdkdnd-x11.c (xdnd_read_actions): Short-circuit
8841         the local case.
8842
8843         * gdk/x11/gdkdnd-x11.c (xdnd_manage_source_filter): Don't
8844         XSelectInput()/add a filter if the drag is local.
8845
8846         * gdk/x11/gdkdnd-x11.c (gdk_drag_get_selection): 
8847         Simplify handling of "XdndSelection".
8848
8849         * gdk/x11/gdkevents-x11.c
8850         (gdk_event_send_client_message_to_all_recurse): Somehow,  
8851         a WM_STATE => _NET_WM_STATE change hand been made here.
8852
8853         * gdk/x11/gdkproperty-x11.c (_gdk_x11_precache_atoms): Free
8854         xatom_names, not atom_names.
8855
8856         * tests/testdnd.c (target_drag_motion): Make the trashcan
8857         open again. (Got lost in deprecation cleanup.)
8858
8859 Sat Jul  5 00:49:32 2003  Owen Taylor  <otaylor@redhat.com>
8860
8861         * gtk/gtkdnd.c (gtk_drag_begin): Move the grabs up
8862         earlier, so we don't get a big pile of uncompressed
8863         motion events before the grab takes effect.
8864
8865         * gtk/gtkdnd.c (gtk_drag_update_icon): Call 
8866         gdk_window_process_all_updates() so that the area
8867         we are dragging over gets a change to redraw.
8868
8869         * gtk/gtkdnd.c (_gtk_drag_dest_handle_event): Use 
8870         gdk_window_get_position(), not gdk_window_get_origin().
8871
8872         * gdk/x11/gdkwindow-x11.[ch] (gdk_window_have_shape_ext)
8873         gdkdisplay-x11.h: use XShapeQueryExtension to 
8874         avoid duplicate XQueryExtension when we actually
8875         use it. Remove unnecessary caching in GdkDisplayX11.
8876
8877 Fri Jul  4 23:49:22 2003  Owen Taylor  <otaylor@redhat.com>
8878
8879         * gdk/x11/gdkasync.[ch] (_gdk_x11_get_window_child_info): 
8880         Function to get a range of information about all the
8881         children of a window in a single pass.
8882
8883         * gdk/x11/gdkdnd-x11.c (get_client_window_at_coords_recurse)
8884         gdk/x11/gdkdnd-x11.c (gdk_window_cache_new): Use
8885         _gdk_x11_get_window_child_info() to greatly reduce
8886         the number of roundtrips.
8887
8888 Fri Jul  4 22:57:18 2003  Owen Taylor  <otaylor@redhat.com>
8889
8890         * gdk/x11/gdkasync.[ch] (_gdk_send_xevent_async): Add
8891         a function to XSendEvent() and call a calback on
8892         failure/success.
8893
8894         * gdk/x11/gdkdnd-x11.c (xdnd_send_xevent): Short-circuit
8895         messages to the same process, use _gdk_send_xevent_async().
8896
8897 Fri Jul  4 22:26:27 2003  Owen Taylor  <otaylor@redhat.com>
8898
8899         * gdk/x11/gdkwindow-x11.[ch] gdkevents-x11.c: Split
8900         toplevel-specific pieces of GdkWindowImplX11 into
8901         a separate GdkToplevelX11 structure.
8902
8903 Fri Jul  4 22:05:09 2003  Owen Taylor  <otaylor@redhat.com>
8904
8905         * gdk/x11/gdkasync.c (struct _SetInputFocusState): Fix
8906         some leftover fields.
8907
8908 Fri Jul  4 15:57:52 2003  Owen Taylor  <otaylor@redhat.com>
8909
8910         * gdk/x11/gdkevents-x11.c (gdk_wm_protocols_filter):
8911         Use asynchronously _gdk_x11_set_input_focus_safe
8912         to avoid having to trap errors and XSync().
8913
8914         * gdk/x11/gdkwindow-x11.c (gdk_window_focus): Use
8915         _gdk_x11_set_input_focus_safe() here as well.
8916
8917         * gdk/x11/gdkevents-x11.c (gdk_check_wm_state_changed):
8918         Rework handling of property notifies on _NET_WM_STATE
8919         so that we ignore _NET_WM_DESKTOP notifies unless we
8920         really care.
8921
8922         * gdk/x11/gdkimage-x11.c (gdk_image_check_xshm): Use
8923         XShmQueryExtension() rather than XQueryExtension() to
8924         avoid extra rountrip.
8925
8926         * gdk/x11/gdkwindow-x11.c (_gdk_windowing_window_init):
8927         Remove unused call to XGetWindowAttributes()
8928         
8929         * gdk/x11/gdkdisplay-x11.c (gdk_display_open): Remove
8930         unused call to XGetKeyboardControl().
8931
8932         * gdk/x11/gdkdisplay-x11.c gdk/gdk.def (gdk_display_flush):
8933         Add (#99571)
8934
8935         * gdk/win32/gdkevents-win32.c gdk/linux-fb/gdkevents-fb.c 
8936         No-op implementations of gdk_display_flush().
8937
8938         * gdk/gdkwindow.c (gdk_window_process_all_updates): Use
8939         gdk_display_flush() rather than gdk_flush() to avoid
8940         XSync().
8941         
8942         * gdk/x11/gdkwindow-x11.c (update_wm_hints)
8943         gdk/x11/gdkwindow-x11.h: Centralize all handling of WM_HINTS here
8944         so that we don't have to get the property back from the server.
8945
8946         * gdk/x11/gdkwindow-x11.c (show_window_internal): Store
8947         the serial of when we map a toplevel to allow optimizing
8948         out notifies on _NET_WM_STATE/_NET_WM_DESKTOP.
8949
8950         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Don't
8951         XTranslateCoordinates() for override-redirect windows.
8952
8953 Fri Jul  4 15:59:27 2003  Owen Taylor  <otaylor@redhat.com>
8954
8955         * gdk/x11/gdkwindow-x11.c (gdk_window_set_group): Remove comment
8956         about setting window group after the window is mapped from docs
8957         - nothing the ICCCM forbids that.
8958
8959         * gdk/x11/gdkcursor-x11.c (gdk_display_get_maximal_cursor_size):
8960         Fix g_return_val_if_fail() in void return function.
8961
8962         * configure.in: Fix misplaced comma that was resulting
8963         in XShm always being disabled.
8964
8965 Fri Jul  4 19:55:49 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8966
8967         * tests/stresstest-toolbar: remove this accidentally committed
8968         file.
8969         
8970         * tests/stresstest-toolbar.c: really add this new test
8971
8972 Fri Jul  4 19:06:31 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8973
8974         * tests/stresstest-toolbar.c: new test for removing items
8975         
8976         * tests/testtoolbar.c: add a popup menu
8977
8978         * gtk/gtkcontainer.c (gtk_container_remove): add hack to avoid
8979           assert widget->parent == container when the container is a
8980           toolbar.
8981
8982         * gtk/gtktoolbar.c (gtk_toolbar_remove_tool_item): Make much
8983         simpler. Also make correct.
8984
8985         * gtk/gtktoolbar.c (gtk_toolbar_button_press): make
8986         popup_context_menu a boolean handled signal.
8987
8988 2003-07-04  Tor Lillqvist  <tml@iki.fi>
8989
8990         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_polygon,
8991         gdk_win32_draw_segments, gdk_win32_draw_lines): We can calculate
8992         the width and height of the bounding rectangle only after the
8993         minumum x and y have been found, and need a separate loop for
8994         it. Thanks to Bruce Hochstetler for providing a sample program
8995         exhibiting the bug.
8996
8997 2003-07-03  Tor Lillqvist  <tml@iki.fi>
8998
8999         * gdk/gdk.def: Add gdk_string_to_compound_text_for_display.
9000         (#116537, Peter Zelezny)
9001
9002 Thu Jul  3 03:13:20 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9003
9004         * gtk/gtkpaned.c (gtk_paned_set_child_property): Insert cast to
9005         fix warning. Assign something to old_value to quiet gcc
9006
9007         * gtk/gtkcalendar.c 
9008         (start_spinning): gtk_timeout_add->g_timeout_add
9009
9010         * gtk/gtkicontheme.c 
9011         (theme_lookup_icon): Make it compile (remove double semicolon)
9012
9013         * gtk/gtktoolbutton.c
9014         (gtk_tool_button_class_init): Long comment about properties.
9015         (gtk_tool_button_class_init): Improve text for "use_underline"
9016         property
9017         (gtk_tool_button_create_menu_proxy): Fix up to use_mnemonic based
9018         on whether the passed-in label has use_mnemonic set
9019         (gtk_tool_button_create_menu_proxy): Split image cloning out in
9020         new function. Make that function also handle image with pixbuf
9021         storage.
9022         (gtk_tool_button_construct_contents): Use gtk_widget_destroy()
9023         instead of gtk_container_remove().
9024         (gtk_tool_button_construct_contents): Fix eliding bug
9025
9026         * gtk/gtktoolbar.c
9027         (gtk_toolbar_finalize): New function. Unref tooltips, pointed out
9028         by Morten Welinder
9029         (gtk_toolbar_button_press): Make popup_context_menu signal provide
9030         coordinates and button number
9031
9032         * tests/testtoolbar.c (main): Add new pixbuf toolbutton
9033
9034         * tests/apple-red.png: new file
9035
9036 Wed Jul  2 18:00:56 2003  Owen Taylor  <otaylor@redhat.com>
9037          
9038         * gtk/gtkicontheme.[ch]: Implement a loader for
9039         named themed icon based on from gnome-desktop library
9040         by Alex Larsson.
9041
9042         * gtk/gtkiconthemeparser.[ch]: .ini file parsing code
9043         from gnome-desktop.
9044
9045         * gtk/gtkiconfactory.[ch]: Add
9046         gtk_icon_source_set/get_icon_name() to allow stock icons
9047         to be based off of named theme icons.
9048
9049         * gtk/gtkiconfactory.c: Rework sources so that the source
9050         is *either* a pixbuf, or a filename, or an icon name,
9051         instead of the pixbuf/filename mix it was before. Put a
9052         workaround for get_pixbuf() so that it can return the
9053         filename pixbuf, e.g, for render_icon().
9054
9055         * gtk/gtkiconfactory.c: Make the default setup use
9056         themed icons, and add builtin icons to the default
9057         icon theme for all the standard pixbufs, so we
9058         don't rely on actually having an icon theme on disk.
9059
9060         * gtk/gtkrc.c: Add support for @"icon-name" to specify
9061         a themed icon for a stock icon source.
9062
9063         * tests/Makefile.am test/testicontheme.c: Add a test
9064         program from gnome-desktop.
9065
9066         * gdk/x11/gdkevents-x11.c gtk/gtksettings.c: Add
9067         Net/IconThemeName / gtk-icon-theme-name setting.
9068
9069         * gtk/gtkiconfactory.c (ensure_cache_up_to_date): Actually
9070         update the icon cache serial so we don't continually
9071         think we are out-of-date.
9072
9073         * gtk/gtkwidget.c: Fix a couple of references in doc comments 
9074         to ::direction_set that should have been to ::direction-changed
9075
9076 Wed Jul  2 14:45:41 2003  Owen Taylor  <otaylor@redhat.com>
9077
9078         * gtk/gtktoolbar.c (gtk_toolbar_realize): Attach the
9079         style to the widget.
9080
9081 Wed Jul  2 15:42:26 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9082
9083         * gtk/gtk.h: Add new toolbar headers
9084
9085         * tests/testtoolbar.c: new file
9086
9087         * tests/Makefile.am (noinst_PROGRAMS): Add testtoolbar.c
9088
9089         * gtk/gtkexpander.c (gtk_expander_class_init): Make it compile
9090
9091 Tue Jul  1 22:49:25 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9092
9093         * gtk/gtktoolbar.c:
9094         (gtk_toolbar_remove_tool_item): Fix bug where list is changed
9095         inside a for loop (pointed out by Morten Welinder).
9096         (gtk_toolbar_focus_home_or_end): Minor formatting change
9097
9098         Comments from Owen:
9099
9100         * gtk/gtktoolbutton.c: remove copy of elide_underscores(). Use
9101         gtk_toolbar_elide_underscores instead.
9102
9103         * gtk/gtktoolbar.c: rename signal from focus_ends to
9104         focus_home_or_end.
9105         (_gtk_toolbar_elide_underscores): export this as an internal
9106         function.
9107         (gtk_toolbar_move_focus): add comment explaining difference to
9108         gtk_toolbar_focus();
9109         (gtk_toolbar_list_children_in_focus_order): Make TAB_FORWARD and
9110         TAB_BACKWARD focus the right widgets in RTL mode
9111
9112         * gtk/gtktoolbutton.c (gtk_tool_button_new): Change to take
9113         "label" and "icon" parameters
9114
9115         * gtk/gtktoolbutton.[ch]: remove icon_set property.
9116
9117 2003-07-01  Matthias Clasen  <maclas@gmx.de>
9118
9119         * gtk/gtkspinbutton.c (gtk_spin_button_set_digits): Improve docs.
9120         (116364, Morten Welinder) 
9121
9122         * tests/testgtk.c: Use GtkFontButton and GtkColorButton to bring up the
9123         corresponding dialogs.
9124
9125         * gtk/Makefile.am (gtk_public_h_sources): Add gtkfontbutton.h,
9126         gtkcolorbutton.h.  
9127         (gtk_c_sources): Add gtkfontbutton.c, gtkcolorbutton.c. 
9128
9129         * gtk/gtkfontbutton.[hc]: New files containing a font picker widget. 
9130
9131         * gtk/gtkcolorbutton.[hc]: New files containing a color picker widget. 
9132
9133         * gtk/gtk.h: Include gtkexpander.h, gtkfontbutton.h, gtkcolorbutton.h.
9134
9135         * gtk/gtkexpander.c: Small additions to the docs. 
9136
9137 2003-07-01  Tor Lillqvist  <tml@iki.fi>
9138
9139         * gdk/win32/gdkwindow-win32.c (_gdk_windowing_window_get_pointer):
9140         WindowFromPoint() wants screen coordinates (#115422, Tim Evans).
9141
9142 2003-07-01  Matthias Clasen  <maclas@gmx.de>
9143
9144         * configure.in: Check for Xcursor.
9145         
9146         * gdk/x11/gdkcursor-x11.c:
9147         * gdk/gdkdisplay.h: 
9148         * gdk/gdkcursor.h: RGBA cursor support based on Xcursor. New functions:
9149         gdk_cursor_new_from_pixbuf(), gdk_display_supports_cursor_alpha(), 
9150         gdk_display_supports_cursor_color(),
9151         gdk_display_get_default_cursor_size() and 
9152         gdk_display_get_maximal_cursor_size().  (#69436)
9153
9154 2003-06-30  Tor Lillqvist  <tml@iki.fi>
9155
9156         * gdk/win32/gdkdnd-win32.c (find_window_enum_proc): New function,
9157         callback proc for EnumWindows().
9158         (gdk_drag_find_window_for_screen): Actually take the drag_window
9159         argument into account: Instead of using WindowFromPoint(), use
9160         EnumWindows(), to be able to skip the drag_window. (#116320, Tony
9161         M Brown, Herman Bloggs)
9162
9163         * gdk/win32/*.c: Replace gdk_drawable_ref()/unref() and
9164         gdk_window_ref()/unref() calls with g_object_ref()/unref().
9165         Consistently use %p format in debugging output of pointers and
9166         HANDLEs.
9167
9168 2003-06-30  Mark McLoughlin  <mark@skynet.ie>
9169
9170         * gtk/gtkexpander.h: kill some stray characters
9171         breaking the build.
9172
9173 2003-06-30  Mark McLoughlin  <mark@skynet.ie>
9174
9175         Add GtkExpander. See discussion in bug #60553.
9176
9177         * gtk/gtkexpander.[ch]: add.
9178         
9179         * gtk/Makefile.am: build gtk-expander.[ch].
9180         
9181         * docs/widget_geometry.txt: add info on the layout
9182         of GtkExpander.
9183
9184 Mon Jun 30 01:20:19 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9185
9186         * gtkradiotoolbutton.c:         new file
9187         * gtkradiotoolbutton.h:            "
9188         * gtktoggletoolbutton.c:           "
9189         * gtktoggletoolbutton.h:           "
9190         * gtktoolbutton.c:                 "
9191         * gtktoolbutton.h:                 "
9192         * gtktoolitem.c:                   "
9193         * gtktoolitem.h:                   "
9194         * gtktoolbar.c: many changes
9195         * gtktoolbar.h: many changes
9196         * gtkseparatortoolitem.c:       new file
9197         * gtkseparatortoolitem.h           "
9198
9199         New toolbar.
9200         
9201         - Items on a toolbar are now separate widgets, instances of a
9202           subclass of GtkToolItem.
9203
9204         - Items there aren't room for on the toolbar are unmapped, and an
9205           overflow menu with a proxy menu item is added instead.
9206
9207         - The toolbar is keyboard navigatable. Press TAB to focus the
9208           first item, then use arrow keys and Ctrl TAB to move around the
9209           toolbar. TAB moves focus out of the toolbar.
9210
9211         - Bascially all of the old toolbar API is deprecated in favor of
9212           new API in gtktoolbar.h, gtktoolitem.h, gtktoolbutton.h
9213
9214         - The toolbar is backwards compatible with the old toolbar.
9215
9216 2003-06-29  Matthias Clasen  <maclas@gmx.de>
9217
9218         * gtk/gtkwidget.c (gtk_widget_class_init): Remove a duplicate parameter
9219         from docs, some more formatting fixes. 
9220
9221 2003-06-28  Tor Lillqvist  <tml@iki.fi>
9222
9223         Fix for #111028, thanks to J. Ali Harlow, who writes:
9224         I found that the GdkPixmap->GdkImage reference really isn't
9225         important. It's only really there to have somewhere convenient to
9226         store the location of the pixel data in the pixmap and as an easy
9227         way of accessing the dimensions of that data. I have therefore put
9228         together a fix which removes this reference entirely which seems
9229         to solve the problem.
9230
9231         * gdk/win32/gdkpixmap-win32.h (struct _GdkPixmapImplWin32):
9232         Instead of a pointer to a GdkImage, keep a pointer to the pixels
9233         directly.
9234
9235         * gdk/win32/gdkimage-win32.c (_gdk_win32_setup_pixmap_image): Remove.
9236         (_gdk_win32_new_image): New function, replacing the above. Creates
9237         a GdkImage without any associated GdkPixmap.
9238         (gdk_image_new_bitmap, _gdk_image_new_for_depth): Use it instead.
9239
9240         * gdk/win32/gdkprivate-win32.h: Remove from here, too.
9241
9242         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new_from_pixmap)
9243         * gdk/win32/gdkdrawable-win32.c (blit_from_pixmap)
9244         * gdk/win32/gdkgc-win32.c (_gdk_win32_bitmap_to_hrgn)
9245         * gdk/win32/gdkmain-win32.c (_gdk_win32_drawable_description):
9246         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_impl_win32_finalize,
9247         gdk_pixmap_new, gdk_bitmap_create_from_data, gdk_pixmap_foreign_new)
9248         Corresponding changes.
9249
9250 Thu Jun 26 21:41:16 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9251
9252         * gtk/gtktreeviewcolumn.c
9253         (gtk_tree_view_column_cell_set_cell_data): only set "is_expander"
9254         and "is_expanded" if the new value is different fromt he old one.
9255
9256 Wed Jun 25 18:59:15 BST 2003  Tony Gale <gale@gtk.org>
9257
9258         * docs/faq/gtk-faq.sgml: Fix typos. Update
9259         thread example I missed yesterday.
9260
9261 2003-06-24  Matthias Clasen  <maclas@gmx.de>
9262
9263         * gtk/gtkspinbutton.c (gtk_spin_button_class_init): Add a blurb for
9264         shadow_type. 
9265
9266         * gtk/gtkwidget.c (gtk_widget_class_install_style_property_parser): 
9267         (gtk_widget_class_list_style_properties): Use same parameter names as in  
9268         header (to silence gtk-doc).
9269
9270         * gtk/gtkalignment.c (gtk_alignment_[gs]et_padding): Fix doc comments.
9271
9272 Tue Jun 24 20:00:45 BST 2003  Tony Gale <gale@gtk.org>
9273
9274         * docs/faq/gtk-faq.sgml: Thread support updates
9275         from Owen. Various suggestions from Steve Chaplin.
9276
9277 2003-03-24  Mohammad DAMT  <mdamt@bisnisweb.com>
9278
9279         * po/id.po: Updated Indonesian translation
9280
9281 2003-06-21  Tor Lillqvist  <tml@iki.fi>
9282
9283         * gdk/win32/gdkevents-win32.c (gdk_event_translate): When
9284         emulating X11's automatic grab on button down, pass owner_events
9285         as FALSE. According to the XLib spec, automatic grabs use True for
9286         owner_events when OwnerGrabButtonMask is selected, and I don't see
9287         the X11 backend doing that. (#82497, #91619, #92835, #107322, #110271)
9288         (find_window_for_pointer_event): Improve debugging output.
9289
9290 2003-06-17  Tor Lillqvist  <tml@iki.fi>
9291
9292         * gtk-zip.sh.in (DLLDIR): Look for DLLs also in the bin
9293         subdirectory, where libtool 1.5 installs them.
9294
9295         * README.win32: Point to FSF's binary Win32 distribution of
9296         gettext-runtime.
9297
9298 2003-06-17  Matthias Clasen  <maclas@gmx.de>
9299
9300         * acinclude.m4 (JH_PATH_XML_CATALOG, JH_CHECK_XML_CATALOG): New
9301         macros to check for XML catalog contents and path, borrowed from
9302         gtk-doc. 
9303         * configure.in: New option --enable-man to enable regeneration of
9304         man pages from Docbook, if the necessary tools are found.
9305
9306 2003-06-15  Matthias Clasen  <maclas@gmx.de>
9307
9308         * gtk/gtkcalendar.c (gtk_calendar_class_init): 
9309         * gtk/gtknotebook.c (gtk_notebook_class_init): 
9310         * gtk/gtkalignment.c (gtk_alignment_class_init): 
9311         * gtk/gtkpaned.c (gtk_paned_class_init): Document new properties
9312         as 2.4 additions.
9313
9314         * gtk/gtkwidget.c (gtk_widget_class_init): Move inline signal docs 
9315         to the proper place, immediately before the g_signal_new() call.
9316
9317         * gtk/gtktextiter.h: Make the flags-nature of GtkTextSearchFlags 
9318         more obvious.  (#115122, Jeff Franks)
9319
9320 2003-06-12  Anders Carlsson  <andersca@codefactory.se>
9321
9322         * gtk/gtkwidget.c: (event_window_is_still_viewable):
9323         Special case pixmaps. (#114880)
9324         
9325 2003-06-12  Matthias Clasen  <maclas@gmx.de>
9326
9327         * gtk/gtkwidget.c: Document child-notify and drag-data-received
9328         signals. Owen, we need to figure out where the best place for
9329         these comments in the source is. I currently put them in front of
9330         the signals enum.
9331
9332 2003-06-11  Matthias Clasen  <maclas@gmx.de>
9333
9334         * gtk/gtkdnd.c (gtk_drag_check_threshold): s/threshhold/threshold/.
9335
9336 Thu Jan 12 01:01:19 2003  Kristian Rietveld  <kris@gtk.org>
9337
9338         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_process_action):
9339         silly typo fix. s/seperator/separator/. This gets rid of the
9340         assert spam when using TreeView.
9341
9342 Tue Jun 10 11:23:48 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
9343
9344         * modules/input/gtkimcontextxim.c (xim_instantiate_callback): New
9345         function for XIM instantiate callback.
9346         * modules/input/gtkimcontextxim.c (xim_info_try_im): New function
9347         where call to XOpenIM() or XRegisterIMInstantiateCallback() is
9348         actually made.
9349         * modules/input/gtkimcontextxim.c (xim_destroy_callback): New function
9350         for XIM's destroy callback.
9351         * modules/input/gtkimcontextxim.c (get_im): add a check if info->im 
9352         is set or not - if it's not set, call xim_info_try_im() to try to
9353         initiaize it.
9354         * modules/input/gtkimcontextxim.c (reinitialize_ic): reset
9355         filter_key_release flag of the context.
9356         * modules/input/gtkimcontextxim.c (get_ic_real): removed
9357         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_get_ic): move
9358         code from the removed get_ic_real().
9359
9360         For XIM instantiation, destruction and re-instantiation. With
9361         this, Gtk+ apps will be able to connect or reconnect to the XIM,
9362         when it starts after the apps, or when the XIM gets lost and recover.
9363         (#113099, #107782).
9364
9365 Mon Jun 10 01:12:31 2003  Kristian Rietveld  <kris@gtk.org>
9366
9367         Merged from stable.
9368
9369         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_get_size):
9370         check if width is !null, not *width. Doh.
9371
9372 Tue Jun 10 01:09:33 2003  Kristian Rietveld  <kris@gtk.org>
9373
9374         Merged from stable.
9375
9376         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_process_action):
9377         Remove the weird dx logic, get all cell_area and background_area
9378         calculations right. Not sure what was up with it before. (Fixes
9379         #110989, testcase from Vasco Alexandre da Silva Costa).
9380
9381 Tue Jun 10 00:58:23 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9382
9383         * tests/testgtk.c: Make it compile with C89 compilers
9384
9385 2003-06-10  Matthias Clasen  <maclas@gmx.de>
9386
9387         * gtk/gtktextview.c (gtk_text_view_class_init): Install boolean
9388         property "overwrite".
9389         (gtk_text_view_[gs]et_property): Handle "overwrite".
9390         * gtk/gtktextview.[hc] (gtk_text_view_[gs]et_overwrite): Getter
9391         and setter for "overwrite" property.  (#110241, Jeroen Zwartepoorte)
9392
9393 2003-06-09  Matthias Clasen  <maclas@gmx.de>
9394
9395         * gtk/gtkpaned.c (gtk_paned_class_init): Install boolean child
9396         properties "resize" and "shrink".
9397         (gtk_paned_[gs]et_child_property): Implementations of 
9398         GtkContainer::[gs]et_child_property.  
9399         * tests/testgtk.c (toggle_resize, toggle_shrink): Use the new
9400         paned child properties instead of remove/add hacks.  (#114667, 
9401         Soeren Sandmann) 
9402
9403 Mon Jun  9 16:18:11 2003  Owen Taylor  <otaylor@redhat.com>
9404
9405         * gtk/gtknotebook.c (gtk_notebook_button_press): Back
9406         out event->window test - it wasn't needed because
9407         of the call to get_widget_coordinates().
9408
9409         * gtk/gtknotebook.c (gtk_notebook_button_press): Remove
9410         call to gtk_widget_grab_focus() when not clicking on
9411         any tabs. (Real fix for #114534)
9412
9413 Sun Jun  8 22:03:09 2003  Owen Taylor  <otaylor@redhat.com>
9414
9415         * tests/testdnd.c: Use application/x-rootwindow-drop for
9416         root window drops. (#108670, Alex Larsson)
9417
9418         * gdk/x11/gdkdnd-x11.c (gdk_drag_motion) gtk/gtkdnd.c (gtk_drag_drop): 
9419         Accept either application/x-rootwin-drop (what GTK+ has always used)
9420         or application/x-rootwindow-drop (what the XDND standard specifies).
9421
9422 Fri Jun  6 11:07:33 2003  Owen Taylor  <otaylor@redhat.com>
9423
9424         * gtk/gtkwidget.c (event_window_still_viewable): 
9425         Before delivering an event to a widget, check that
9426         (if relevant), the event's window is still viewable.
9427         (#105642, Dennis Björklund)
9428
9429         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): 
9430         NULL out private->parent, since after destruction
9431         it might not be valid any more.
9432
9433         * gdk/gdkwindow.c (gdk_window_is_viewable): Fix some
9434         accesses before g_return_val_if_fail(). Treat 
9435         DESTROYED windows as unmapped.
9436
9437 Thu Jun  5 09:28:03 2003  Owen Taylor  <otaylor@redhat.com>
9438
9439         * gtk/gtkentry.c: Recompute unconditionally in
9440         gtk_entry_style_set, and in a new gtk_label_screen_changed().
9441         Protect the guts of recompute_idle_func() with
9442         gtk_widget_has_screen(). (#114040, Morten Welinder) 
9443         Fix FALSE/0 confusion.
9444         
9445 Sun Jun  8 18:27:14 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9446
9447         * gdk/gdkpixbuf-drawable.c (G8fromRGB565): swap G and B.
9448         Fixes (#114669)
9449
9450 Sun Jun  8 11:27:29 2003  Owen Taylor  <otaylor@redhat.com>
9451
9452         * gtk/gtkviewport.c (viewport_set_adjustment): Fix bug with 
9453         set_adjustment (viewport, NULL);
9454
9455 2003-06-07  Matthias Clasen  <maclas@gmx.de>
9456
9457         * gtk/gtkiconfactory.c (get_default_icons): 
9458         * gtk/stock-icons/stock_{undo,redo,undelete,revert}_rtl_{16,24}.png:
9459         * gtk/stock-icons/Makefile.am: Add rtl variants of undo, redo,
9460         undelete and revert.  (#96633)
9461         
9462 Fri Jun  6 16:25:44 2003  Owen Taylor  <otaylor@redhat.com>
9463
9464         * gtk/gtkviewport.c: Many fixes, along with extensive cleanups and 
9465         refactoring of code to reduce duplication; fixes include:
9466
9467         - gtk_viewport_realize(): Position the window correct from adjustment 
9468         values. (#110737, Michael Natterer)
9469
9470         - Remove some division-by-zero checks in places where there is no 
9471         longer division. (#110737)
9472
9473         - gtk_viewport_class_init: Make the hadjustment/vadjustment properties 
9474         G_PARAM_CONSTRUCT, so that there will always be adjustments, even 
9475         if gtk_viewport_new isn't used (#101135, Thomas Leonard).
9476
9477         - Switch over to encapsulated lazy-creation for hadjustment/
9478         vadjustment; even with the CONSTRUCT property, we need this after
9479         destroy.
9480
9481         - When updating the adjustment, immediate set their values to
9482         match the the current range of the viewport, and update the 
9483         viewport position to match the value of the new adjustments. 
9484         (Part of #1165)
9485
9486 2003-06-06  Tor Lillqvist  <tml@iki.fi>
9487
9488         * gdk/win32/gdkprivate-win32.h: Fix typo.
9489
9490         * gdk/win32/gdkgc-win32.c (_gdk_win32_gc_new): Set
9491         graphics_exposures and subwindow_mode, too, even if they aren't
9492         currently used.
9493
9494 Fri Jun  6 23:38:23 2003  Kristian Rietveld  <kris@gtk.org>
9495
9496         Merged from stable.
9497
9498         * gtk/gtktreeview.c (do_expand_collapse),
9499         (expand_collapse_timeout), (cancel_arrow_animation): made
9500         expand_collapse_timeout a wrapper with locks around     
9501         do_expand_collapse, made cancel_arrow_animation use
9502         do_expand_collapse. Fixes threadlock. (Fixes #111286, patch from
9503         Peter Bloomfield).
9504
9505 Fri Jun  6 11:05:45 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
9506
9507         * modules/input/gtkimcontextxim.h (struct _GtkIMContextXIM):
9508         * modules/input/gtkimcontextxim.c (preedit_start_callback,
9509         preedit_draw_callback, preedit_done_callback): Add a 'finalizing' flag 
9510         to keep preedit-[start,changed,end] signals from being called during
9511         finalization (#111861).
9512
9513 2003-06-05  Noah Levitt  <nlevitt@columbia.edu>
9514
9515         * gtk/gtknotebook.c (gtk_notebook_button_press): Ignore button
9516         presses that are not on the tab (#114534).
9517
9518 Thu Jun  5 20:35:40 2003  Owen Taylor  <otaylor@redhat.com>
9519
9520         * demos/Makefile.am: Conditionalize dependencies for
9521         gdk-pixbuf-csource on cross-compilation (#112391, J. Ali Harlow). 
9522         Buildtest-inline-pixbufs.h in srcdir. Don't try to build 
9523         test-inline-pixbufs.h if we don't have libpng.
9524
9525         * gtk/stock-icons/Makefile.am (gtkstockpixbufs.h): 
9526         Add a dependency on gdk-pixbuf.loaders when not 
9527         cross-compiling, remove the dependency on gdk-pixbuf-csource
9528         when not cross compiling.
9529
9530 Thu Jun  5 20:12:51 2003  Owen Taylor  <otaylor@redhat.com>
9531
9532         * gtk/gtkwindow.c (gtk_window_get_default_size): Handle
9533         gtk_window_get_geometry_info() returning NULL.
9534         (#107311, John Finlay)
9535
9536 Thu Jun  5 19:24:33 2003  Owen Taylor  <otaylor@redhat.com>
9537
9538         * gtk/gtktoolbar.c (gtk_toolbar_expose): Subtract off
9539         twice the border width from the width/height, not
9540         1x the border width. (#106336, Rodney Dawes)
9541
9542 Thu Jun  5 15:33:38 2003  Owen Taylor  <otaylor@redhat.com>
9543  
9544         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_next_line):
9545         If at the end of the buffer, move to the end iter -
9546         parallels behavior of move_iter_to_previous_line.
9547         (#81960, Padraig O'Briain)
9548  
9549 Thu Jun  5 16:12:54 2003  Owen Taylor  <otaylor@redhat.com>
9550
9551         #80023, Yao Zhang, TOKUNAGA Hiroyuki
9552
9553         * gtk/gtktextlayout.c (gtk_text_layout_get_cursor_locations):
9554         Account for the preedit cursor offset if the iter passed
9555         in is at the same place as the insertion cursor.
9556
9557         * gtk/gtktextview.c (gtk_text_view_get_cursor_location):
9558         Encapsulate getting the insertion cursor location.
9559
9560         * gtk/gtktextview.c (gtk_text_view_update_im_spot_location):
9561         Pass the real y/height to the IM context. Take 
9562         text_view->x/yoffset into account.
9563
9564 Thu Jun  5 16:52:54 2003  Owen Taylor  <otaylor@redhat.com>
9565
9566         * gtk/gtktextview.[ch]: Never scroll on focus in
9567         (#81893, Patch from Paolo Maggi)
9568
9569         * gtk/gtktextview.c (gtk_text_view_scroll_[h]pages): 
9570         Scroll to the current cursor location before handling
9571         the action, in case the user just tabbed in
9572         and the cursor is offscreen.
9573
9574 Thu Jun  5 17:20:40 2003  Owen Taylor  <otaylor@redhat.com>
9575          
9576          #107883, Gustavo Giráldez
9577
9578         * gtk/gtktextlayout.c (gtk_text_layout_emit_changed):
9579         Split out the case where we know we changed, and 
9580         already dealt with our cached line being invalidated
9581         from external calls to gtk_text_layout_changed.
9582
9583         * gtk/gtktextlayout.c (gtk_text_layout_changed):
9584         Check if the invalidate yrange intersects our
9585         cached line, and clear it if necessary.
9586
9587 2003-06-05  Tor Lillqvist  <tml@iki.fi>
9588
9589         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Handle global
9590         filters.
9591
9592 2003-06-05  Matthias Clasen  <maclas@gmx.de>
9593
9594         * gtk/gtktextview.c: Fix for #84668, reported by Torbjrn Andersson:
9595         (gtk_text_view_grab_notify): 
9596         (gtk_text_view_state_changed): Implement these
9597         to unobscure cursor when grab shadowed or insensitised.
9598         (gtk_text_view_unobscure_mouse_cursor): New function to undo the
9599         effect of gtk_text_view_obscure_mouse_cursor(). Code lifted from
9600         gtk_text_view_motion_event().
9601         (gtk_text_view_motion_event): Use gtk_text_view_obscure_mouse_cursor().
9602
9603         * gtk/gtktextview.c (select_all): New keybinding signal for
9604         (un)selecting the whole buffer. Bound to C-a/C-\.  (see #107889)
9605
9606         * gtk/gtkcalendar.c (calendar_timer): 
9607         (stop_spinning): Replace deprecated gtk_timeout_* functions by
9608         their GLib counterparts.  (#114429)
9609
9610         * gtk/gtktreestore.c (gtk_tree_store_new): 
9611         * gtk/gtkliststore.c (gtk_list_store_new): Document restriction on 
9612         types.
9613
9614 Wed Jun  4 19:42:17 2003  Owen Taylor  <otaylor@redhat.com>
9615
9616         * gdk/gdkpango.c (gdk_draw_layout_line_with_colors):
9617         When drawing underlines, join up adjacent runs
9618         where possible, so we don't get changes in 
9619         shaper/font/etc. breaking underlines. (#103662,
9620         Kang Jeong-Hee)
9621
9622 Wed Jun  4 19:22:58 2003  Jonathan Blandford  <jrb@redhat.com>
9623
9624         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_level_find_insert):
9625         Slightly modified patch from Owen Taylor <otaylor@redhat.com> to
9626         improve the speed of inserting rows into an already sorted list,
9627         #109292
9628
9629 Wed Jun  4 19:24:28 2003  Owen Taylor  <otaylor@redhat.com>
9630
9631         * gdk/x11/gdkgc-x11.c gdk/x11/gdkprivate-x11.h: Keep
9632         track of when we have a clip mask set for the GC,
9633         and when we unset it, or switch to a clip region,
9634         immediately call XSetClipMask (..., None) to avoid
9635         Xlib caching stale data. (#111806)
9636
9637         * gtk/gtktextdisplay.c: Don't set a clip mask
9638         when drawing alpha pixmaps; it isn't necessary any more.
9639         (#111806)
9640
9641 Wed Jun  4 18:27:44 2003  Owen Taylor  <otaylor@redhat.com>
9642
9643         * gtk/gtkcheckbutton.c (gtk_real_check_button_draw_indicator): 
9644         gtk/gtkradiobutton.c (gtk_radio_button_draw_indicator): 
9645         Use GTK_WIDGET_IS_SENSITIVE(), not GTK_WIDGET_SENSITIVE
9646         (#92548, Tim Evans)
9647
9648         * gtk/gtkcheckmenuitem.c (gtk_real_check_menu_item_draw_indicator)
9649         gtk/gtkradiomenuitem.c (gtk_radio_menu_item_draw_indicator): If
9650         Use state_type = STATE_INSENSITIVE for insensitive menu items.
9651
9652 Wed Jun  4 21:25:35 2003  Kristian Rietveld  <kris@gtk.org>
9653
9654         Merged from stable.
9655
9656         * gtk/gtktreeview.c (gtk_tree_view_drag_begin): use a silent
9657         assert for get_info. (reported by Michael Natterer),
9658         (gtk_tree_view_expand_all_emission_helper),
9659         (gtk_tree_view_expand_all_helper): emit row_expanded for all
9660         expanded rows during an _expand_all operation. (Fixes #111280,
9661         reported by Benjamin Bayart).
9662
9663 Tue Jun  3 18:32:30 2003  Owen Taylor  <otaylor@redhat.com>
9664
9665         * gdk/x11/gdkevents-x11.c (gdk_wm_protocols_filter): Don't
9666         respond to pings on a root window; prevents infinite
9667         loops if we are selecting for SubstructureNotify on the
9668         root window. (#111945, Sergey V. Udaltsov)
9669
9670 Tue Jun  3 17:39:16 2003  Owen Taylor  <otaylor@redhat.com>
9671
9672         #71597, reported by Morten Welinder
9673
9674         * gdk/gdkpixbuf-drawable.c (rgb888amsb): Fix and simplify
9675         (Patch from Christian Petig)
9676
9677         * gdk/gdkpixbuf-drawable.c (rgb{555,565}{a,}{msb,lsb}):
9678         Major rewrite of 555 and 565 conversion routines:
9679
9680         - Move all the bit shifting into a small block of macros,
9681           eliminating much duplication of complicated arithmetic.
9682         - Get rid of 2-pixels at a time code, which was buggy,
9683           hard to maintain, caused unaligned accesses, and
9684           probably didn't actually perform any better.
9685         - Simplify cases where different data types were
9686           used for the little and big endian cases, use
9687           GUINT16_SWAP_LE_BE() where appropriate.
9688                 
9689 Tue Jun  3 15:05:47 2003  Owen Taylor  <otaylor@redhat.com>
9690
9691         * gdk/x11/gdkdrawable-x11.c (convert_to_format): Remove
9692         bad optimization for src_rowstride == dest_stride.
9693         (Didn't consider the case where we were copying only
9694         partial widths of a wider source buffer)
9695         (#113034, reported by Hans Petter Jansson)
9696
9697 2003-06-03  Michael Natterer  <mitch@gimp.org>
9698
9699         * gdk/x11/gdkinput-x11.c (_gdk_input_common_find_events):
9700         reenabled button_release events for xinput devices. (#113948)
9701
9702 2003-06-03  Christian Rose  <menthos@menthos.com>
9703
9704         * configure.in: Added "li" to ALL_LINGUAS.
9705
9706 Mon Jun  2 18:58:54 2003  Owen Taylor  <otaylor@redhat.com>
9707
9708         * gtk/gtknotebook.c (gtk_notebook_size_allocate): Don't
9709         map the event window if the notebook isn't mapped. (#113980,
9710         Richard Reich)
9711
9712 2003-06-02  Sven Neumann  <sven@gimp.org>
9713
9714         * gtk/gtkprogress.c (gtk_progress_changed): added a missing cast.
9715
9716         * gdk/gdkrgb.c (gdk_rgb_try_colormap): removed an unused variable.
9717
9718 2003-06-01  Matthias Clasen  <maclas@gmx.de>
9719
9720         * gtk/gtkalignment.c (gtk_alignment_[gs]et_padding): Add 
9721         Since: 2.4 to the docs.
9722
9723         * gtk/gtkwindow.c (gtk_window_parse_geometry): Add some hints and
9724         an example to the docs.  (#98427)
9725
9726 2003-05-30  Murray Cumming  <murrayc@usa.net>
9727
9728         * gtk/gtkalignment.[h|c]: Added 4-sided padding as properties with
9729         gtk_alignment_get_padding() and gtk_aligment_set_padding(). This
9730         uses the new private data system - see g_type_class_add_private() in
9731         gtk_alignment_class_init() and the use of GTK_ALIGNMENT_GET_PRIVATE().
9732
9733 2003-05-30  Matthias Clasen  <maclas@gmx.de>
9734         
9735         * gtk/gtknotebook.c: Changed guint to GtkNotebookArrow in the
9736         signature of gtk_notebook_draw_arrow() for Solaris builds to go
9737         through.  (#114043, Anand Subramanian)
9738
9739 Thu May 29 18:30:35 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
9740
9741         * modules/input/imipa.c: 
9742         use GETTEXT_PACKAGE to get a translation for "ipa"(#113850).
9743
9744 Thu May 29 18:08:01 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
9745
9746         * gtk/gtkimmodule.c (_gtk_im_module_list):
9747         use GETTEXT_PACKAGE to get a translation for "Default"(#113850).
9748
9749 Thu May 29 09:34:05 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
9750
9751         * gtk/gtkimmodule.c (_gtk_im_module_list): make "Default"
9752         label of default input method localizable.
9753         * gtk/gtkimmulticontext.c (gtk_im_multicontext_append_menuitems): 
9754         use translations of input method context names
9755         * modules/input/imam-et.c, modules/input/imcyrillic-translit.c,
9756           modules/input/iminuktitut.c, modules/input/imthai-broken.c,
9757           modules/input/imti-er.c, modules/input/imti-et.c
9758           modules/input/imviqr.c, modules/input/imxim.c
9759         use GETTEXT_PACKAGE instead of "gtk+" for domain name.
9760         (#113850).
9761
9762 Thu May 29 18:23:01 2003  Kristian Rietveld  <kris@gtk.org>
9763
9764         Merged from stable.
9765
9766         * gtk/gtktreeview.c (gtk_tree_view_button_press): put the focus
9767         grab separate, the user might clear the tree in the focus-in
9768         callback. (Fixes #113086, testcase from Felipe Heidrich).
9769
9770 Thu May 29 18:06:26 2003  Kristian Rietveld  <kris@gtk.org>
9771
9772         Merged from stable.
9773
9774         * gtk/gtktreeview.c (gtk_tree_model_set_model): reset a bunch
9775         of row reference when we unset the model. Also reset
9776         dy and top_row_dy. (Fixes #109289, patch from Owen Taylor).
9777
9778 Thu May 29 17:12:19 2003  Kristian Rietveld  <kris@gtk.org>
9779
9780         Merged from stable.
9781
9782         * gtk/gtktreeview.c (gtk_tree_view_set_cursor_on_cell): cancel
9783         the current editing, if it exists. (Fixes #108956, reported by
9784         Michael Natterer).
9785
9786 Thu May 29 17:06:09 2003  Kristian Rietveld  <kris@gtk.org>
9787
9788         Merged from stable.
9789
9790         * gtk/gtktreeview.c (check_selection_helper): new function,
9791         (gtk_tree_view_row_deleted): traverse the tree from the
9792         deleted node to see whether the selection changed, instead of
9793         just checking this node. (Fixes #107400, reported by 'Duncan').
9794
9795 Thu May 29 16:31:34 2003  Kristian Rietveld  <kris@gtk.org>
9796
9797         Merged from stable.
9798
9799         * gtk/gtktreeview.c (gtk_tree_view_maybe_begin_dragging_row),
9800         (gtk_tree_view_drag_begin): set the DnD icon in _drag_begin
9801         instead of _maybe_begin_dragging_row, so the icon can be
9802         overridden by apps. (Fixes #104374, patch from Daniel Elstner).
9803
9804 Thu May 29 16:14:04 2003  Kristian Rietveld  <kris@gtk.org>
9805
9806         Merged from stable.
9807
9808         * gtk/gtktreeview.c (gtk_tree_view_start_editing): correct
9809         cell_area x/width for the expander if needed. (Fixes #101748,
9810         reported by Dave Cook and Mariano Suarez-Alvarez).
9811
9812 Thu May 29 16:01:38 2003  Kristian Rietveld  <kris@gtk.org>
9813
9814         Merged from stable.
9815
9816         * gtk/gtktreeview.c (gtk_tree_view_real_set_cursor): check
9817         if tree/node are still the same after _internal_select_node.
9818         (Fixes #92256, reported by edscott).
9819
9820 Thu May 29 15:38:30 2003  Kristian Rietveld  <kris@gtk.org>
9821
9822         Fixes #75745, reported by Richard Hult. Merged from stable.
9823
9824         * gtk/gtktreeview.c (gtk_tree_view_bin_expose): set/unset
9825         GTK_CELL_RENDERER_FOCUSED flag whether the current node is the
9826         cursor or not.
9827
9828         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_process_action):
9829         if we are rendering a cursor row, and the cell the be
9830         processed has focus, then set the GTK_CELL_RENDERER_FOCUSED
9831         flag (else we unset it).
9832
9833 2003-05-27  Matthias Clasen  <maclas@gmx.de>
9834
9835         * gtk/gtkwindow-decorate.c: 
9836         * gtk/gtktreeprivate.h: 
9837         * gtk/gtkdnd.c: 
9838         * gdk/win32/gdkwindow-win32.h: 
9839         * gdk/linux-fb/gdkprivate-fb.h: 
9840         * gdk/linux-fb/gdkkeyboard-fb.c: Remove dubious bitfields of
9841         unspecified signedness.  (#112919, Morten Welinder)
9842
9843         * gtk/queryimmodules.c (escape_string): 
9844         * gtk/gtktextbtree.c (_gtk_text_btree_get_text): 
9845         * gtk/gtksettings.c (_gtk_settings_parse_convert): 
9846         * gtk/gtkrc.c (gtk_rc_parse_assignment): 
9847         * gtk/gtkinputdialog.c (gtk_input_dialog_set_key): 
9848         * gdk/x11/gdkdisplay-x11.c (escape_for_xmessage): Replace all 
9849         occurances of g_string_new ("") by g_string_new (NULL). (#106975,
9850         Morten Welinder) 
9851
9852 2003-05-27  Tor Lillqvist  <tml@iki.fi>
9853
9854         * gtk-zip.sh.in: Only include the Default and Emacs themes' gtkrc
9855         files. Include share/gtk-doc/{gdk-pixbuf,gdk,gtk}.
9856
9857         * gdk/Makefile.am: libgdk-win32-2.0.la depends on
9858         win32/libgdk-win32.la.
9859
9860         * gtk/gtk.def: Add gtk_tree_view_column_cell_get_position.
9861
9862 Sat May 24 22:19:13 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9863
9864         * gtk/gtkscrollbar.c (gtk_scrollbar_class_init): Make the minimum
9865         scrollbar slider length 21 instead of 7.
9866
9867 2003-05-23  Matthias Clasen  <maclas@gmx.de>
9868
9869         * gtk/gtknotebook.c: Add support for up to four scroll
9870         arrows. Control their display by new style properties
9871         "has_forward_stepper", "has_backward_stepper",
9872         "has_secondary_forward_stepper" and
9873         has_secondary_backward_stepper". (#110540)
9874
9875         * gtk/gtknotebook.h (struct _GtkNotebook): Make in_child and
9876         click_child three bits wide, add
9877         has_{before,after}_{previous,next} fields.
9878
9879         * gtk/gtkcolorsel.c (gtk_color_selection_init): Update color on
9880         focus out of hex_entry.  (#112665)
9881         (hex_focus_out): New signal handler for focus out of hex entry.
9882
9883 Wed May 21 19:01:06 2003  Owen Taylor  <otaylor@redhat.com>
9884
9885         * gtk/gtkwidget.c (gtk_widget_realize): 
9886         g_return_if_fail() if
9887         GTK_WIDGET_ANCHORED (widget) || GTK_IS_INVISIBLE (widget).
9888         (#107872, Christian Reis)
9889
9890 2003-05-22  Matthias Clasen  <maclas@gmx.de>
9891
9892         * gtk/gtkfilesel.c (gtk_file_selection_create_dir): 
9893         (gtk_file_selection_rename_file): Some keynav improvements for the
9894         "Rename File" and "Create Directory" subdialogs: Enter in entry
9895         activates default, default is "Create"/"Rename", Escape cancels
9896         dialog.  (#113110)
9897         (gtk_file_selection_set_filename): Add a hint about opening 
9898         directories.  (#113175)
9899
9900 2003-05-22  Matthias Clasen  <maclas@gmx.de>
9901
9902         * gdk/x11/gdkdrawable-x11.c (gdk_x11_drawable_update_xft_clip):
9903         Use XftDrawSetClipRectangles(), since we're inside HAVE_XFT2
9904         anyway.  (#113476)
9905
9906 Wed May 21 15:53:14 2003  Owen Taylor  <otaylor@redhat.com>
9907
9908         * gtk/gtkprogress.c (gtk_progress_set_format_string,
9909         gtk_progress_set_show_text): Always queue a resize ... 
9910         we rely on the size-allocate to do the update, plus a 
9911         different format can actually change our size requisition.
9912         (#111052, Vasco Alexandre da Silva Costa)
9913
9914         * gtk/gtkprogress.c (gtk_progress_changed): Track
9915         ::changed as well as ::value_changed, and queue a
9916         resize on ::changed when necessary.
9917
9918         * gtk/gtkprogress.c (gtk_progress_set_adjustment): 
9919         Call gtk_progress_changed() here to update or 
9920         queue a resize as necessary.
9921
9922 Wed May 21 14:06:13 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
9923
9924         * gtk/gtkimcontextsimple.c: added composing rules of
9925         Greek accented letters, patch by Vasilis Vasaitis (#107507)
9926
9927 Wed May 21 13:19:05 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
9928
9929         * gtk/gtkenums.h (enum GtkIMPreeditStyle, GtkIMStatusStyle): 
9930         * modules/input/gtkimcontextxim.c (preedit_style_change, status_style_change):
9931         gtk settings for XIMPreeditNone and XIMStatusNone. (#105909)
9932
9933 Wed May 21 12:10:25 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
9934
9935         * gtk/gtkimcontextsimple.c: 
9936         code that can check the compose table for ascending order,
9937         by Vasilis Vasaitis (#104862).
9938
9939 Wed May 21 12:52:01 2003  Owen Taylor  <otaylor@redhat.com>
9940
9941         * gtk/gtkkeyhash.[ch] (_gtk_key_hash_looku): We need 
9942         to pass the unmasked state to gdk_keymap_translate_keyboard_state() 
9943         to handle the case where a modifier not in the mask
9944         (like Num_Lock) changes the key value, so replace
9945         the masked state with a state/mask pair. (#106913,
9946         Olivier Ripoll)
9947
9948         * gtk/gtkwindow.c gtk/gtkbinding.c: Update to pass
9949         in state/mask pair to _gtk_key_hash_lookup()
9950
9951 Tue May 20 21:58:00 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
9952
9953         * modules/input/gtkimcontextxim.c (xim_info_display_closed):
9954         fix a memory leak, free input context list (#113259).
9955
9956 2003-05-21  Matthias Clasen  <maclas@gmx.de>
9957
9958         * configure.in (all_loaders): Add pcx.
9959
9960         * gtk/gtkcalendar.c: Make calendar controls spin.  (#112540)
9961
9962 Tue May 20 17:27:24 2003  Owen Taylor  <otaylor@redhat.com>
9963
9964         * gtk/gtkimmodule.c (gtk_im_module_init): Silently
9965         accept a missing gtk.immodules file, some people
9966         want to run without one. (#112406, patch from
9967         Arnaud Charlet)
9968
9969 Tue May 20 17:05:31 2003  Owen Taylor  <otaylor@redhat.com>
9970
9971         * gtk/gtkwindow.c (gtk_window_compute_hints): Fix 
9972         height/width confusion (#113370, Xan Lopez)
9973
9974 Tue May 20 15:48:45 2003  Owen Taylor  <otaylor@redhat.com>
9975
9976         * gdk/x11/gdkdnd-x11.c gdk/x11/gdkwindow-x11.c: Comprehensively
9977         zero all unused parts of client messages (Mainly Motif DND
9978         and EWMH). Also, fix a couple places where we were putting
9979         contents into Motif DND messages that didn't belong.
9980         (#113361, EWMH problem reported by Lubos Lunak)
9981
9982         * gtk/gtkselection.c (_gtk_selection_request): Handle the
9983         case where the property type for the multiple atoms is
9984         ATOM_PAIR by doing the conversions ourselve. This is
9985         needed for Xt inter-operation.
9986
9987 2003-05-19 Arafat Medini <lumina@silverpen.de>
9988
9989         * configure.in: Added ar to ALL_LINGUAS
9990
9991 2003-05-19  Matthias Clasen  <maclas@gmx.de>
9992
9993         * gtk/gtksettings.c (gtk_rc_property_parse_border,
9994         gtk_rc_property_parse_color, gtk_rc_property_parse_enum,
9995         gtk_rc_property_parse_flags, gtk_rc_property_parse_requisition):
9996         Add docs.
9997
9998         * gtk/gtkwidget.c (gtk_widget_class_install_style_property, 
9999         gtk_widget_class_install_style_property_parser): Add docs. 
10000
10001 2003-05-17  Matthias Clasen  <maclas@gmx.de>
10002
10003         * tests/prop-editor.c: Add navigation for object properties, so
10004         that you can easily edit the properties of the parent of a widget.
10005         (#113152)
10006
10007 Wed May 14 17:45:32 2003  Owen Taylor  <otaylor@redhat.com>
10008
10009         * gdk/gdkkeysyms.h gdk/gdkkeynames.c gdk/gdkkeyuni.c:
10010         Patch from Vasilis Vasaitis to fix Greek_IOTAdi[a]eresis 
10011         inconsistency and leave the old name as an aliass (#104873)
10012
10013 Wed May 14 16:40:09 2003  Owen Taylor  <otaylor@redhat.com>
10014
10015         * gtk/gtkframe.c (gtk_frame_set_label_widget): Patch
10016         from Charles Schmidt to add missing notify (#108305)
10017
10018 Wed May 14 16:00:51 2003  Owen Taylor  <otaylor@redhat.com>
10019  
10020         * gdk/x11/gdkgc-x11.c: Remove unecessary g_return_if_fail().
10021         (#105500, Morten Welinder.)
10022  
10023 Wed May 14 09:05:11 2003   Hidetoshi Tajima <hidetoshi.tajima@sun.com>
10024
10025         * modules/input/gtkimcontextxim.c (get_ic_real): use type of guint32
10026         instead of gumake for XNFilterEvents event mask(#110493).
10027
10028 2003-05-11  Anders Carlsson  <andersca@codefactory.se>
10029
10030         * gtk/gtkdnd.c (gtk_drag_source_unset_icon): Don't cast a gchar to
10031         a GObject. (#112762)
10032
10033 2003-05-08  Sven Neumann  <sven@gimp.org>
10034
10035         * configure.in: set the HAVE_X11R6 automake conditional to false
10036         if not compiling for X11.
10037
10038 2003-05-08  Matthias Clasen  <maclas@gmx.de>
10039
10040         * gtk/gtkcalendar.[ch] (gtk_calendar_set_display_options): 
10041         (gtk_calendar_get_display_options): New functions.
10042         (gtk_calendar_display_options): Depreate.  (#64567)
10043         (gtk_calendar_class_init): Add boolean properties for the display
10044         options.  (#50949)
10045
10046 Tue May  6 16:50:52 2003  Owen Taylor  <otaylor@redhat.com>
10047
10048         Patch from James Henstridge to update to automake-1.7
10049         (#109542)
10050  
10051         * autogen.sh: update to call newer tools.
10052  
10053         * configure.in: various updates, to use M4 macros to put
10054         variables that change each release at the top.
10055         Use AC_HELP_STRING to format help strings.
10056         Use AC_CONFIG_COMMANDS to generate gdkconfig.h.
10057  
10058         * Makefile.am: require Automake 1.7.  Remove gdk-2.0.pc and
10059         gtk+-2.0.pc on uninstall.  Pass --enable-gtk-doc to configure
10060         during distcheck.
10061  
10062         * docs/reference/*/Makefile.am: simplify to use the gtk-doc.make
10063         makefile fragment.
10064  
10065         * */Makefile.am: don't use STRIP_BEGIN/STRIP_END.
10066         Use BUILT_SOURCES where appropriate.
10067         Build generated files in builddir rather than srcdir.
10068         Fix uninstall and distclean targets to satisfy distcheck.
10069
10070         ===
10071
10072         * gdk/*/Makefile.am: Remove the hacks to get gdkenumtypes.h
10073         built first, since we are now using BUILT_SOURCES.
10074
10075         * gdk/Makefile.am: Remove an outdated comment about gdk_headers.
10076
10077         * demos/gtk-demo/Makefile.am: Fix srcdir != buildd problem
10078         with geninclude.pl.
10079
10080         * configure.in: Update versions to 2.3.0.
10081  
10082 2003-05-06  Tor Lillqvist  <tml@iki.fi>
10083
10084         Fix for #110165 (thanks to Arnaud Charlet):
10085         
10086         * gdk/win32/gdkevents-win32.c (build_keypress_event,
10087         build_keyrelease_event): For unshifted control char, use
10088         lowercase ASCII keyval.
10089         (gdk_event_translate): Similarily, when handling WM_SYSKEYDOWN and
10090         UP (i.e. Alt-something), if it's an unshifted ASCII letter, use
10091         lowercase keyval. Use build_key_event_state() here, too, instead
10092         of minor code duplication.
10093
10094 2003-05-06  Matthias Clasen  <maclas@gmx.de>
10095
10096         * tests/testmultidisplay.c: Don't include strings.h, it's not
10097         needed anymore.  (#112388)
10098
10099         * examples/menu/itemfactory.c: 
10100         * docs/tutorial/gtk-tut.sgml: Remove an unneeded include from the
10101         itemfactory example.
10102
10103 2003-05-05  Matthias Clasen  <maclas@gmx.de>
10104
10105         * gtk/gtkdnd.c (gtk_drag_source_set_icon_stock):  Actually set the
10106         icon type to the stock icon type.  (#111735, Dave Bordoley)
10107
10108 2003-05-05  Christian Rose  <menthos@menthos.com>
10109
10110         * configure.in: Added sr and sr@Latn to ALL_LINGUAS.
10111         Removed sp, it's replaced by sr@Latn.
10112
10113 Wed Apr 30 22:09:11 BST 2003  Tony Gale <gale@gtk.org>
10114
10115         * docs/faq/gtk-faq.sgml: GTK+ 2.x updates, mainly from
10116         Gonzalo Odiard
10117
10118 Mon Apr 28 17:54:39 2003  Jonathan Blandford  <jrb@redhat.com>
10119
10120         * gtk/gtktreeview.c (gtk_tree_view_destroy): destroy the search
10121         data iff the destroy func isn't NULL.
10122
10123 Thu Apr 24 19:12:05 2003  Owen Taylor  <otaylor@redhat.com>
10124
10125         * autogen.sh (have_libtool): Accept libtool-1.5. (#111480)
10126
10127 2003-04-23  Abel Cheung  <maddog@linux.org.hk>
10128
10129         * configure.in: Added "am" "mk" "ta" to ALL_LINGUAS.
10130
10131 Tue Apr 22 15:33:51 2003  Owen Taylor  <otaylor@redhat.com>
10132
10133         * gtk/gtkfilesel.c (open_new_dir): Fix capitalization
10134         of UTF-8. (#106419, Roozbeh Pournader)
10135
10136 Tue Apr 22 15:17:25 2003  Owen Taylor  <otaylor@redhat.com>
10137
10138         * configure.in: Only check for XFT2 if we found pango-xft
10139         (#105692, Jon Nall)
10140
10141 Tue Apr 22 15:12:19 2003  Owen Taylor  <otaylor@redhat.com>
10142
10143         * gtk/gtkwidget.c (gtk_widget_class_init): Fix PROP_HAS_FOCUS/
10144         PROP_IS_FOCUS confusion. (#111333, Jody Goldberg)
10145
10146 Tue Apr 22 19:43:01 BST 2003  Tony Gale <gale@gtk.org>
10147
10148         * docs/faq/gtk-faq.sgml: add note about version converage.
10149
10150 Mon Apr 21 19:02:16 2003  Owen Taylor  <otaylor@redhat.com>
10151
10152         * gtk/gtksocket.c (activate_key): Fix prototype for
10153         activate_key. (#108927, Jason D. Hildebrand)
10154
10155 Mon Apr 21 18:42:51 2003  Owen Taylor  <otaylor@redhat.com>
10156
10157         * demos/gtk-demo/Makefile.am demos/gtk-demo/geninclude.pl:
10158         Remove geninclude.pl from CVS and don't dist it either,
10159         it is generated. (#108970, Rich Kinder)
10160
10161 Mon Apr 21 18:35:48 2003  Owen Taylor  <otaylor@redhat.com>
10162
10163         * gtk/gtkobject.h: Remove a couple of obsolete comments,
10164         fix another comment. (#109737, Britton Kerin)
10165
10166 Mon Apr 21 18:29:03 2003  Owen Taylor  <otaylor@redhat.com>
10167
10168         * gtk/gtkiconfactory.c (gtk_icon_set_unref): Free
10169         the source list, not just it's contents (Patch
10170         from Charles Kerr, #108243)
10171
10172 Mon Apr 21 18:13:46 2003  Owen Taylor  <otaylor@redhat.com>
10173
10174         * gdk/x11/gdkdnd-x11.c (gdk_window_cache_filter): Patch
10175         from Alex Larsson fixing problem with restacking during
10176         DND. (#108671)
10177
10178 Mon Apr 21 15:07:29 2003  Owen Taylor  <otaylor@redhat.com>
10179
10180         * gdk/x11/gdkdisplay-x11.c (gdk_display_keyboard/pointer_ungrab):
10181         Calling XFlush() after ungrabbing, to avoid problems if
10182         the app subsequently blocks on a long-running operation.
10183         (#106520, reported by Rajkumar Siva)
10184
10185 Fri Apr 18 17:42:45 2003  Owen Taylor  <otaylor@redhat.com>
10186
10187         * gdk/x11/gdkwindow-x11.c (set_initial_hints): Add
10188         SKIP_TASKBAR/SKIP_PAGER to set of properties we
10189         might set on map. (#110019, problem reported
10190         by Loban Rahman)
10191
10192 Fri Apr 18 17:14:33 2003  Owen Taylor  <otaylor@redhat.com>
10193
10194         * gdk/gdkevents.c (gdk_event_copy): Fix for the
10195         case when gdk_event_copy() is called on a non-allocated
10196         event. (#109716, reported by Rich Burridge)
10197
10198 Fri Apr 18 16:57:44 2003  Owen Taylor  <otaylor@redhat.com>
10199
10200         * gdk/x11/gdkdrawable-x11.c (draw_with_images/pixmaps):
10201         Fix pointer arithmetic on 'void *'. (#108322)
10202
10203 Fri Apr 18 16:31:49 2003  Owen Taylor  <otaylor@redhat.com>
10204
10205         * configure.in gdk/x11/gdkdisplay-x11.c modules/input/Makefile.am:
10206         Check for XAddConnectionWatch()/X11R6, and if found, disable XIM and
10207         use of XAddConnectionWatch. Remove --enable-xim config option.
10208         Should fix building on X11R6 (#110523, Albert Chin)
10209
10210 Fri Apr 18 15:56:46 2003  Owen Taylor  <otaylor@redhat.com>
10211
10212         * gdk/x11/gdkdisplay-x11.[ch] gdk/x11/gdkdrawable-x11.[ch]:
10213         Patch from Morten Welinder to catch Sun servers with a 
10214         broken implementation of the RENDER extension. (#108309)
10215
10216 Fri Apr 18 15:30:38 2003  Owen Taylor  <otaylor@redhat.com>
10217
10218         * gdk/x11/gdkwindow-x11.c (set_text_property): Use
10219         gdk_free_compound_text(), not g_free(). (#107643,
10220         Michael Zucchi)
10221
10222 Fri Apr 18 15:11:50 2003  Owen Taylor  <otaylor@redhat.com>
10223
10224         * gdk/x11/gdkdisplay-x11.c (_gdk_display_x11_get_type)
10225         gdk/x11/gdkscreen-x11.c (_gdk_screen_x11_get_type): Fix
10226         wrong use of base_finalize. (#105126, Sven Neumann)
10227
10228 Fri Apr 18 15:06:00 2003  Owen Taylor  <otaylor@redhat.com>
10229
10230         * gdk/gdkwindow.c (gdk_window_constrain_size): Fix
10231         '/' vs. '*' problem in aspect ration computations. (#108237)
10232
10233 Fri Apr 18 14:15:09 2003  Owen Taylor  <otaylor@redhat.com>
10234
10235         * gdk/x11/gdkdisplay-x11.c (gdk_display_open): 
10236         * gdk/x11/gdkevents-x11.c (gdk_event_translate): You
10237         don't get a XkbMapNotify event if you get a XkbNewKeyboardNotify 
10238         event, so select for both. (#108406, Egmont Koblinger)
10239
10240 Thu Apr 17 09:57:44 2003  Jonathan Blandford  <jrb@gnome.org>
10241
10242         * gtk/gtktreeview.c (validate_visible_area): remove infinite loop
10243         caused by not clearing the scroll_to_path.
10244
10245 2003-04-16  Matthias Clasen  <maclas@gmx.de>
10246
10247         * gtk/gtkstyle.c: Doc additions and fixes.
10248
10249         * gtk/gtktreeviewcolumn.c
10250         (_gtk_tree_view_column_get_neighbor_sizes): Doc fixes.
10251
10252 2003-04-14  Michael Natterer  <mitch@gimp.org>
10253
10254         * gtk/gtkliststore.c (gtk_list_store_move): added checks to ensure
10255         that the iter is not reordered to its own position. Prevents model
10256         corruption for the case that the store contains only a single item
10257         (fixes bug #108387).
10258
10259         Unrelated:
10260
10261         * gtk/gtkliststore.c (gtk_list_store_insert): g_list_alloc() the
10262         new list element later so we don't leak it if we decide to return
10263         early.
10264
10265         * gtk/gtktreeselection.c (_gtk_tree_selection_internal_select_node):
10266         set selection->tree_view->priv->anchor to NULL after freeing it.
10267
10268 2003-04-13  Matthias Clasen  <maclas@gmx.de>
10269
10270         * gtk/gtktreeviewcolumn.c
10271         (gtk_tree_view_column_cell_get_position): Document. 
10272
10273         * gtk/gtktextbuffer.c (gtk_text_buffer_select_range): 
10274         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_[sg]et_expand): 
10275         * gtk/gtkbutton.c (gtk_button_[sg]et_focus_on_click): Document
10276         these as 2.4 additions.
10277
10278 2003-04-09  Matthias Clasen  <maclas@gmx.de>
10279
10280         * INSTALL.in: Fix the real thing.
10281
10282         * INSTALL: Typo fix.
10283
10284 Mon Apr  7 19:43:15 2003  Owen Taylor  <otaylor@redhat.com>
10285
10286         * gdk/x11/gdkdisplay-x11.c (gdk_x11_display_ungrab): Flush
10287         after ungrabbing the server.
10288  
10289         * gdk/x11/gdkimage-x11.c: Remove some no-longer-needed
10290         calls to XFlush().
10291
10292         * gdk/x11/gdkwindow-x11.c (_gdk_windowing_window_at_pointer):
10293         Use gdk_x11_display_grab/ungrab.
10294
10295         * gdk/x11/gdkdisplay-x11.c (gdk_display_open): Initialize
10296         use_xshm to TRUE so SHM gets used when present.
10297  
10298 2003-04-07  Matthias Clasen  <maclas@gmx.de>
10299
10300         * gtk/gtktextlayout.c (set_para_values): 
10301         * gtk/gtkenums.h (GtkWrapMode): Add GTK_WRAP_WORD_CHAR.  (#110086,
10302         David Brigada)
10303
10304         * gtk/gtkcelleditable.c, gtk/gtkfixed.c, gtk/gtktreemodel.c,
10305         gtk/gtktreeselection.c, gtk/gtktreeview.c: Fix numerous
10306         misspellings of possessive "its".  (#110027, Doug Quale)
10307
10308 2003-04-03  Matthias Clasen  <maclas@gmx.de>
10309
10310         * demos/gtk-demo/main.c (demo_find_file): Only use files from the
10311         current directory if it looks like the srcdir.  (#109357)
10312
10313 Wed Apr  2 23:02:26 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
10314
10315         * gtk/gtkbutton.[ch] (gtk_button_class_init): add property
10316         focus_on_click
10317
10318         * gtk/gtkwindow.c (gtk_window_focus): make arrow keyboard
10319         navigation not wrap around.
10320
10321 2003-04-02  Matthias Clasen  <maclas@gmx.de>
10322
10323         * gtk/gtkprogress.c (gtk_progress_get_percentage_from_value):
10324         Return 0 if lower == upper.  (#109155)
10325         (gtk_progress_get_current_percentage): Use
10326         gtk_progress_get_percentage_from_value().
10327
10328 2003-04-01  Matthias Clasen  <maclas@gmx.de>
10329
10330         * gtk/gtkimcontext.c (gtk_im_context_focus_in): Fix docs.
10331         (#109510, Noah Levitt)
10332
10333 Mon Mar 31 13:52:13 2003  Jonathan Blandford  <jrb@redhat.com>
10334
10335         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): null initialize reorder's
10336         members so Purify won't complain.
10337
10338         * gtk/gtkliststore.c (gtk_list_store_sort): ditto.
10339
10340 2003-03-31  Matthias Clasen  <maclas@gmx.de>
10341
10342         * gtk/gtkwindow.c: Add a new property, role, corresponding to 
10343         gtk_window_[gs]et_role().  (#93904)
10344
10345 Sun Mar 30 03:57:42 2003  Jonathan Blandford  <jrb@gnome.org>
10346
10347         * gtk/gtktreeselection.c (gtk_tree_selection_get_selected_rows):
10348         fix crash.  Patch from Markus Lausser <sgop@users.sourceforge.net>
10349
10350 2003-03-29  Matthias Clasen  <maclas@gmx.de>
10351
10352         * gtk/gtkoptionmenu.c (gtk_option_menu_remove_contents): Set state
10353         of labels back to normal before reparenting back.  (#102387)
10354
10355         * gtk/gtkcolorseldialog.c (gtk_color_selection_dialog_init): Set
10356         a default window title to match the GtkFontSelectionDialog behavior.
10357  
10358         (gtk_color_selection_dialog_new): Don't call
10359         gtk_window_set_title() if title is NULL.  (bug #101975, Daniel Elstner)
10360
10361 2003-03-29  Matthias Clasen  <maclas@gmx.de>
10362
10363         Fix for bug #78499:
10364         
10365         * gtk/gtkentry.h (struct _GtkEntry): Add flags select_words and
10366         select_lines. 
10367
10368         * gtk/gtkentry.c (gtk_entry_button_press): Set select_words and
10369         select_lines on double/triple click.
10370
10371         * gtk/gtkentry.c (gtk_entry_motion_notify): Implement
10372         select-by-words and select-by-lines behaviour.
10373
10374         Fixes for bug #56248:
10375         
10376         * gtk/gtknotebook.c (stop_scrolling): New function to remove the
10377         timer and queue a redraw. 
10378         (gtk_notebook_grab_notify): 
10379         (gtk_notebook_state_changed): New functions to call stop_scrolling() 
10380         if necessary.   
10381         (gtk_notebook_button_release): Use stop_scrolling().
10382         (gtk_notebook_draw_arrow): Fix drawing of insensitive arrows.
10383
10384         * gtk/gtkrange.c (stop_scrolling): New function to remove the
10385         grab, remove the timer and queue a redraw.
10386         (gtk_range_grab_notify): 
10387         (gtk_range_state_changed): New functions to call stop_scrolling() 
10388         if necessary.   
10389         (gtk_range_button_release): Use stop_scrolling().
10390
10391         * gtk/gtkspinbutton.c (gtk_spin_button_grab_notify): 
10392         (gtk_spin_button_state_changed): Redraw after stop_spinning.
10393         (gtk_spin_button_stop_spinning): Reset click_child to correct the
10394         drawing of the arrows.
10395         (gtk_spin_button_button_release): Use a local copy of click_child,
10396         since stop_spinning() resets it.
10397
10398         * gtk/gtknotebook.c (gtk_notebook_class_init): Add C-A-PgUp and
10399         C-A-PgDown as alternatives to the A-less variants. (This slipped
10400         in accidentally some time ago).  (#97860)
10401
10402 2003-03-26  Sven Neumann  <sven@gimp.org>
10403
10404         * gtk/gtktreeview.c: rewrote the function that does node and arrow
10405         prelighting, queue all redraws from here (Fixes bug #108792).
10406
10407 2003-03-20  Richard Kinder <r_kinder@yahoo.com>
10408
10409         * demos/testpixbuf.c (update_timeout): set error to NULL, not FALSE.
10410         Fixes bug #108778.
10411
10412 2003-03-20  Guntupalli Karunakar <karunakar@freedomink.org>
10413
10414         * configure.in: Added "ml" in ALL_LINGUAS
10415
10416 Sat Mar 15 18:49:27 2003  Manish Singh  <yosh@gimp.org>
10417
10418         * gtk/gtkradiomenuitem.h: use GTK_DISABLE_DEPRECATED instead of
10419         G_DISABLE_DEPRECATED.
10420
10421 2003-03-14  Tor Lillqvist  <tml@iki.fi>
10422
10423         * gdk/win32/gdkevents-win32.c: Use the signed GET_X_LPARAM() and
10424         GET_Y_LPARAM() to extract x and y coordinates from an LPARAM or
10425         DWORD, and not the unsigned HIWORD() and LOWORD(). Systems with
10426         multiple monitors can have negative coordinates on some of the
10427         monitors. (partial fix for #99496, Arnaud Charlet)
10428
10429 2003-03-15  Matthias Clasen  <maclas@gmx.de>
10430
10431         * gtk/gtktextview.c: Add a "buffer" property.  (#108353) 
10432
10433 2003-03-13  Sven Neumann  <sven@gimp.org>
10434
10435         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_set_property):
10436         removed redundant calls to g_object_notify().
10437         (gtk_cell_renderer_pixbuf_get_size): removed redundant casts, see
10438         bug #108236.
10439
10440         * gtk/gtktextiter.c (_gtk_text_iter_get_segment_char)
10441         (_gtk_text_iter_get_segment_byte): return 0, not NULL (these
10442         functions return an integer value).
10443
10444 2003-03-13  Tor Lillqvist  <tml@iki.fi>
10445
10446         * gdk/win32/gdkevents-win32.c (gdk_event_translate): On
10447         WM_MOUSEMOVE, the test whether we have actually moved (and thus
10448         shouldn't generate an GDK event) moved after the call to
10449         propagate() and translate_mouse_coords(). Otherwise we were
10450         testing wrong values. (#108115, Allin Cottrell)
10451         (gdk_event_translate): On WM_?BUTTONUP, set current_{x,y} the same
10452         way as in WM_?BUTTONDOWN and WM_MOUSEMOVE.
10453
10454         * gdk/win32/gdkevents-win32.c (gdk_pointer_grab): if a grab cursor
10455         is used, must copy the HCURSOR with CopyCursor(), as it is OK to
10456         destroy the GdkCursor after calling gdk_pointer_grab(). Set the
10457         cursor right away with SetCursor(), as we won't get any
10458         WM_SETCURSOR messages while the mouse is captured. 
10459         (gdk_display_pointer_ungrab): Correspondingly, destroy the copy
10460         with DestroyCursor() when no longer used. (#108114, Allin Cottrell)
10461
10462         * gdk/win32/gdkevents-win32.c (gdk_event_translate): On
10463         WM_SYSCHAR, return FALSE from the window procedure to prevent the
10464         DefWindowProc from being called. Otherwise Windows would beep,
10465         thinking you are tring to access a (nonexistent) menu when you
10466         press Alt-something. Don't do this for Alt-Space,
10467         though. (#107454, Martyn Russell)
10468
10469         * gdk/win32/gdkcursor-win32.c: Minor spacing and debug print fixes.
10470
10471 Tue Mar 11 12:01:07 2003  Jonathan Blandford  <jrb@gnome.org>
10472
10473         * gtk/gtktreeview.c (gtk_tree_view_class_init): Ctrl/Shift
10474         [left/right] expands/collapses the tree, #108092
10475
10476 2003-03-09  Tor Lillqvist  <tml@iki.fi>
10477
10478         * gdk/win32/gdkdrawable-win32.c (draw_segments): Don't try to
10479         compensate for LineTo() not drawing the end pixel. It causes more
10480         harm than benefits, see bug #81895.
10481
10482 2003-03-08  Matthias Clasen  <maclas@gmx.de>
10483
10484         Bug #107664 continued:
10485
10486         * gdk/x11/gdkinputprivate.h: 
10487         * gdk/x11/gdkinput-none.c (_gdk_input_window_none_event): Remove. 
10488         (_gdk_input_other_event): Return gboolean.
10489         * gdk/x11/gdkinput-xfree.c (_gdk_input_window_none_event): Remove. 
10490         (_gdk_input_other_event): Return gboolean.
10491         * gdk/x11/gdkinput-x11.c (_gdk_input_common_other_event): Return gboolean.
10492
10493         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Make return_val
10494         gboolean, remove pointless call to _gdk_input_window_none_event.
10495
10496         * gdk/win32/gdkinput-win32.[hc] (_gdk_input_other_event): Return gboolean.
10497         (_gdk_input_window_none_event): Remove.
10498
10499         * gtk/gtktextiter.c (_gtk_text_iter_get_indexable_segment): 
10500         (_gtk_text_iter_get_any_segment): 
10501         (_gtk_text_iter_get_segment_byte): 
10502         (_gtk_text_iter_get_segment_char): 
10503         (_gtk_text_iter_get_text_line): 
10504         (_gtk_text_iter_get_btree): Fix 0/NULL confusion.
10505         * gdk/x11/gdkdnd-x11.c (motif_target_table_check): Return gint.
10506         * gdk/win32/gdkfont-win32.c (gdk_font_equal): 
10507         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_get_deskrelative_origin): 
10508         (gdk_window_get_origin): 
10509         * gdk/linux-fb/gdkcolor-fb.c (gdk_colors_alloc): Fix 0/FALSE confusion. 
10510
10511 2003-03-06  Matthias Clasen  <maclas@gmx.de>
10512
10513         * gdk/gdkrgb.c (gdk_rgb_try_colormap): Return gboolean, not gint.
10514         (#107664, Morten Welinder)
10515
10516         * gdk/x11/gdkwindow-x11.c (gdk_window_get_deskrelative_origin): 
10517         * gdk/x11/gdkfont-x11.c (gdk_font_equal): 
10518         * gdk/x11/gdkdnd-x11.c (gdk_drag_get_protocol_for_display): 
10519         Fix TRUE/1 and FALSE/0 confusion.  (#107664, Morten Welinder)
10520
10521         * gtk/gtktextmark.c (gtk_text_mark_get_buffer): 
10522         * gtk/gtkeditable.c (gtk_editable_get_chars): 
10523         * gtk/gtkctree.c (gtk_ctree_find_node_ptr): 
10524         * demos/gtk-demo/main.c (demo_find_file): Fix NULL/FALSE confusion
10525         (#107648, Morten Welinder)Fix NULL/FALSE confusion
10526         (#107648, Morten Welinder)
10527
10528 2003-03-04  Matthias Clasen  <maclas@gmx.de>
10529
10530         * gtk/gtkobject.h: Add deprecation guards for gtk_object_new ().
10531
10532 Sun Mar  2 23:35:57 2003  Jonathan Blandford  <jrb@gnome.org>
10533
10534         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_get_size):
10535         handle rtl code.  Thanks to Matthias Clasen for an initial patch
10536         to handle the RTL code.
10537
10538         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_get_size): ditto
10539
10540         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_get_size): ditto
10541
10542         * gtk/gtktreeview.c: (invalidate_column),
10543         (invalidate_last_column),
10544         (gtk_tree_view_get_real_requested_width_from_column),
10545         (gtk_tree_view_size_allocate_columns),
10546         (gtk_tree_view_size_allocate), (gtk_tree_view_button_press),
10547         (gtk_tree_view_button_release_drag_column),
10548         (gtk_tree_view_update_current_reorder),
10549         (gtk_tree_view_motion_drag_column), (gtk_tree_view_bin_expose),
10550         (gtk_tree_view_key_press), (gtk_tree_view_header_focus),
10551         (gtk_tree_view_get_background_xrange),
10552         (gtk_tree_view_get_arrow_xrange),
10553         (gtk_tree_view_is_expander_column),
10554         (gtk_tree_view_set_column_drag_info),
10555         (gtk_tree_view_move_cursor_left_right):
10556         Add RTL support.
10557
10558         * gtk/gtktreeviewcolumn.h (struct _GtkTreeViewColumn): add an
10559         expand flag.
10560
10561         * gtk/gtktreeviewcolumn.c:
10562         (gtk_tree_view_column_class_init),
10563         (gtk_tree_view_column_set_property),
10564         (gtk_tree_view_column_get_property),
10565         (gtk_tree_view_column_set_expand),
10566         (gtk_tree_view_column_get_expand),
10567         (gtk_tree_view_column_cell_process_action):
10568         Add support for expand flag.  Thanks to Kristian Rietveld for an
10569         initial patch for this.
10570
10571 Fri Feb 28 02:06:17 2003  Jonathan Blandford  <jrb@gnome.org>
10572
10573
10574 2003-03-02  Tor Lillqvist  <tml@iki.fi>
10575
10576         * gdk/gdk.def
10577         * gtk/gtk.def: Add a bunch of missing entries. Noticed by Cedric
10578         Gustin.
10579
10580 2003-03-01  Matthias Clasen  <maclas@gmx.de>
10581
10582         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_set_vadjustment): 
10583         (gtk_scrolled_window_set_hadjustment): Replace uses of
10584         gtk_object_new by g_object_new.
10585
10586 Thu Feb 27 17:44:24 2003  Manish Singh  <yosh@gimp.org>
10587
10588         * demos/gtk-demo/main.c
10589         * demos/gtk-demo/tree_store.c
10590         * gdk/x11/gdkscreen-x11.c
10591         * gtk/gtkcellrenderertoggle.c
10592         * gtk/gtkcolorsel.c
10593         * gtk/gtkdnd.c
10594         * gtk/gtkeditable.c
10595         * gtk/gtkentry.c
10596         * gtk/gtkmenu.c
10597         * gtk/gtkmenubar.c
10598         * gtk/gtkmenuitem.c
10599         * gtk/gtkmenushell.c
10600         * gtk/gtkrc.c
10601         * gtk/gtksettings.c
10602         * gtk/gtkstyle.c
10603         * gtk/gtktextbuffer.c
10604         * gtk/gtktextview.c
10605         * gtk/gtktreeviewcolumn.c
10606         * tests/testgtk.c
10607         * tests/testtext.c
10608         * tests/testtreeedit.c
10609         * tests/testtreefocus.c
10610         * tests/testtreeview.c: remove unnecessary G_OBJECT() casts.
10611
10612 Tue Feb 25 21:55:17 2003  Jonathan Blandford  <jrb@redhat.com>
10613
10614         * gtk/gtkoptionmenu.c (gtk_option_menu_position): account for RTL
10615         code.
10616
10617 2003-02-24  Sven Neumann  <sven@gimp.org>
10618
10619         * gtk/gtkmain.c (gtk_get_default_language): fixed documentation.
10620
10621 2003-02-21  Tomas Ogren  <stric@ing.umu.se>
10622
10623         * docs/reference/gtk/tmpl/gtktreemodel.sgml: Fix typos in an example
10624
10625 2003-02-20  Matthias Clasen  <maclas@gmx.de>
10626
10627         * gtk/gtktextbtree.c (_gtk_text_line_previous_could_contain_tag): 
10628         Check if line_ancestor_parent is NULL.  (#102711, Manuel Clos)
10629
10630         * gtk/gtktextview.c (gtk_text_view_scroll_to_iter): 
10631         (gtk_text_view_update_adjustments): Make sure cursor stays visible
10632         during horizontal scrolling.  (#75270)
10633
10634 2003-02-19  Matthias Clasen  <maclas@gmx.de>
10635
10636         * tests/testdnd.c: Replace gtk_timeout_* by their GLib
10637         counterparts. (#106532)
10638
10639         * gdk/gdkkeys.c (gdk_keymap_class_init): Associate the
10640         keys_changed virtual function with the keys_changed signal.
10641         (#106512, Jeff Franks)
10642
10643 2003-02-15  Larry Ewing  <lewing@ximian.com>
10644
10645         * gdk/gdkevents.c (gdk_event_copy): copy the event axes as well.
10646
10647 2003-02-17  Mohammad DAMT  <mdamt@bisnisweb.com>
10648
10649         * po/id.po: Added Indonesian translation
10650         * configure.in: Added "id" to ALL_LINGUAS
10651
10652 2003-02-14  Matthias Clasen  <maclas@gmx.de>
10653
10654         * gtk/gtktextview.c (popup_targets_received): Remove bogus casts.
10655
10656 2003-02-12  Christian Rose  <menthos@menthos.com>
10657
10658         * configure.in: Added "yi" to ALL_LINGUAS.
10659
10660 2003-02-12  Matthias Clasen  <maclas@gmx.de>
10661
10662         Fix for #82734 and #78216:
10663         
10664         * gtk/gtktextview.c (delete_cb): 
10665         (select_all_cb): New callbacks for context menu items.
10666         (popup_targets_received): Add "Delete" and "Select All" to context
10667         menu, mnemonics and title caps for all items.
10668
10669         * gtk/gtkentry.c (gtk_entry_delete_cb): New callback for "Delete"
10670         context menu item.
10671         (popup_targets_received): Add "Delete" to context menu, mnemonics
10672         and title caps for all items.
10673
10674 2003-02-09  Tor Lillqvist  <tml@iki.fi>
10675
10676         * gtk/gtkfilesel.c (win32_gtk_add_drives_to_dir_list): Use
10677         GetDriveType() to recognize removable drives (in order to avoid
10678         hanging if trying to access an empty floppy drive), instead of
10679         hardcoding A: and B: (#105654).
10680
10681 2003-02-09  Matthias Clasen  <maclas@gmx.de>
10682
10683         * gtk/gtkwidget.c (gtk_widget_set_name): Add note about periods in 
10684         names.  (#57680)
10685
10686 2003-02-09  Christian Rose  <menthos@menthos.com>
10687
10688         * configure.in: Removed "en@IPA.po" from ALL_LINGUAS.
10689
10690 Fri Feb  7 04:49:46 2003  Tim Janik  <timj@gtk.org>
10691
10692         * gtk/gtkobject.c: remove quark_user_data usage in
10693         gtk_object_{g|s}et_user_data(). fixes get_user_data()
10694         returning NULL for user_data set through property interface.
10695
10696         * gtk/gtkitemfactory.c (gtk_item_factory_create_item): don't put out
10697         warnings if a pixbuf couldn't be retrieved, since (a) this doesn't
10698         need to be a programming error (in case of loaded data), (b) it breaks
10699         with 2.0 behaviour where extra magic could be used to create empty
10700         images. don't attempt to retrieve pixbufs from NULL extra_data.
10701
10702 2003-02-06  Matthias Clasen  <maclas@gmx.de>
10703
10704         * gdk/x11/gdkvisual-x11.c (gdk_visual_get_best_with_depth): Return
10705         a GdkVisual *, not a GdkVisual **.  (#105243)
10706
10707         * gtk/gtkclist.c: 
10708         * gtk/gtkctree.c: 
10709         * gtk/gtkcontainer.c: 
10710         * gtk/gtkdnd.c: 
10711         * gtk/gtkentry.c: 
10712         * gtk/gtklist.c:
10713         * gtk/gtkmenu.c:
10714         * gtk/gtkmenuitem.c:
10715         * gtk/gtknotebook.c:
10716         * gtk/gtkselection.c:
10717         * gtk/gtkspinbutton.c:
10718         * gtk/gtktext.c:
10719         * gtk/gtktextview.c:
10720         * gtk/gtktooltips.c:
10721         * gtk/gtktreeview.c:
10722         * gtk/gtkwindow.c: Replace uses of gtk_timeout_* and gtk_idle_* by
10723         their non-deprecated GLib counterparts.
10724         
10725         * gtk/gtkmain.h: Fully deprecate gtk_timeout_* and gtk_idle_*.
10726         
10727 Sun Feb  2 16:45:57 GMT 2003  Tony Gale <gale@gtk.org>
10728
10729         * docs/tutorial/gtk-tut.sgml: cleanups from
10730         Sebastian Rittau (#104832)
10731
10732 2003-02-01  Tor Lillqvist  <tml@iki.fi>
10733
10734         Merge from stable:
10735
10736         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_foreign_new_for_display,
10737         gdk_pixmap_lookup, gdk_pixmap_lookup_for_display): Implement.
10738         (#104108, Naofumi Yasufuku)
10739
10740         * gdk/gdk.def: Export the above. Export
10741         gdk_screen_get_system_visual, noticed by Ed Woods.
10742
10743 Fri Jan 31 17:45:22 2003  Manish Singh  <yosh@gimp.org>
10744
10745         * demos/pixbuf-demo.c
10746         * demos/testpixbuf.c
10747         * demos/gtk-demo/pixbufs.c: remove deprecated gtk_timeout_* usage.
10748
10749 Fri Jan 31 17:33:00 2003  Manish Singh  <yosh@gimp.org>
10750                                                                                 
10751         * gtk/gtknotebook.c (gtk_notebook_remove_tab_label): set_state
10752         on the tab_label before unparenting it, in case the unparent
10753         drops the refcount to 0.
10754
10755 2003-02-01  Matthias Clasen  <maclas@gmx.de>
10756
10757         * gtk/gtkiconfactory.h: Use GDK_MULTIHEAD_SAFE like all other gtk
10758         headers. Sorry about gtk_selection_clear, Yosh.
10759
10760 Thu Jan 30 17:16:05 2003  Manish Singh  <yosh@gimp.org>
10761
10762         * gtk/gtkselection.h: declare gtk_selection_clear in GTK_COMPILATION
10763         too, for gtkwidget.c. Remember people, when introducing new
10764         deprecations, make sure internal code isn't using it, or if so,
10765         reorganize appropriately like I've done in other places.
10766
10767         * tests/testtext.c: don't use deprecated gtk_timeout_* stuff.
10768
10769 2003-01-31  Matthias Clasen  <maclas@gmx.de>
10770
10771         * gtk/gtkselection.h: 
10772         * gtk/gtkselection.c (gtk_selection_clear): Deprecate.  (#85683)
10773
10774         * gdk/gdkpixbuf.h: 
10775         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable): 
10776         (gdk_pixbuf_render_to_drawable_alpha): Deprecate.  (#60582)
10777
10778         * gtk/gtkcolorsel.h:
10779         * gtk/gtkcolorsel.c (gtk_color_selection_set_change_palette_hook):
10780         Deprecate.  (#98167)
10781
10782         * gtk/gtkpaned.h: Deprecate gtk_paned_computed_position(). (#97077)
10783
10784         * gtk/gtkmain.h: Deprecate the gtk_timeout_*, gtk_idle_*
10785         and gtk_input_* functions.  (#71596)
10786         
10787         * gtk/gtkentry.c (gtk_entry_move_cursor): 
10788         * gtk/gtklabel.c (gtk_label_move_cursor): Handle
10789         GTK_MOVEMENT_HORIZONTAL_PAGES in switches.
10790
10791         * gdk/gdk.h: Deprecate gdk_wcstombs() and gdk_mbstowcs().  (#79803)
10792
10793         * gtk/gtkitemfactory.h: 
10794         * gtk/gtkitemfactory.c (gtk_item_factory_add_foreign): Deprecate. 
10795         (#69244)
10796
10797 Thu Jan 30 23:48:30 2003  Kristian Rietveld  <kris@gtk.org>
10798
10799         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_count_special_cell):
10800         only count the special cell if it is also visible,
10801         (_gtk_tree_view_column_get_neighbor_sizes): only take the width into
10802         account from visible cells,
10803         (gtk_tree_view_column_cell_get_position): likewise, (Reported and
10804         testcase provided by Vasco Alexandre da Silva Costa, via IRC,
10805         tracking bug was #104563).
10806         
10807 Thu Jan 30 23:46:15 2003  Kristian Rietveld  <kris@gtk.org>
10808
10809         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_process_action):
10810         subtract expander space and focus line space from the extra space
10811         we are about the allocate. (Fixes #104635).
10812
10813 Thu Jan 30 23:42:03 2003  Kristian Rietveld  <kris@gtk.org>
10814
10815         * gtk/gtkstyle.c (apply_affine_on_point): fix rouding error
10816         (Fixes #96242, patch from Soeren Sandmann).
10817
10818 Thu Jan 30 16:54:29 2003  Owen Taylor  <otaylor@redhat.com>
10819
10820         * gtk/gtknotebook.c: Patch from Soeren Sandmann
10821         to update the states of the tab label child
10822         widgets to match the state of the tabs. 
10823         (#93389, Reported by Tommi Komulainen)
10824
10825 Thu Jan 30 16:30:54 2003  Owen Taylor  <otaylor@redhat.com>
10826
10827         * Makefile.am (EXTRA_DIST): Remove gtk+.spec.in from
10828         EXTRA_DIST, and from dist rules. (#102231)
10829
10830 2003-01-30  Daniel Elstner  <daniel.elstner@gmx.net>
10831
10832         * gtk/gtktoolbar.c (set_child_packing_and_visibility): New helper
10833         function that sets the icon's and label's packing options and
10834         visibility based on toolbar->style.
10835
10836         (gtk_toolbar_internal_insert_element):
10837         (gtk_real_toolbar_style_changed): Make use of
10838         set_child_packing_and_visibility() to clean up the code and get
10839         the packing right for icon-only/text-only toolbars. (#104679)
10840
10841         (get_first_child): Remove, and use gtk_bin_get_child() instead.
10842
10843 2003-01-30  Matthias Clasen  <maclas@gmx.de>
10844
10845         * gtk/gtktextview.c: Replace PAGE_HORIZONTALLY_HACK_VALUE by
10846         GTK_MOVEMENT_HORIZONTAL_PAGES.  (#68947)
10847
10848         * gtk/gtkenums.h: Add GTK_MOVEMENT_HORIZONTAL_PAGES to GtkMovementStep.
10849         
10850 Thu Jan 30 16:01:29 2003  Owen Taylor  <otaylor@redhat.com>
10851
10852         * gdk/gdkrgb.c (gdk_rgb_try_colormap): Remove the 
10853         attempt-to-allocate then free code. To handle multiple
10854         people allocating colors at the same time, we need
10855         to just go ahead and try. (#102213, Shivram U)
10856         
10857 2003-01-30  Daniel Elstner  <daniel.elstner@gmx.net>
10858
10859         * gtk/gtkcolorsel.c (palette_paint): Explicitely draw an opaque
10860         rectangle using the background color rather than relying on
10861         gdk_window_clear_area(), so that the palette works properly with
10862         pixmap themes. (#101732)
10863
10864         * demos/gtk-demo/colorsel.c: Install an "expose_event" handler
10865         to fill the drawing area in the background color.
10866
10867 Wed Jan 29 14:11:21 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
10868
10869         * modules/input/gtkimcontextxim.c (choose_better_style): fix a memory
10870         initialization error for selecting input style (#103549).
10871
10872 Wed Jan 29 17:02:41 2003  Owen Taylor  <otaylor@redhat.com>
10873
10874         * gdk/gdkkeyuni.c (get_decimal_char): Make the 
10875         translation of GDK_KP_Decimal dependent on LC_NUMERIC.
10876         (#101225)
10877
10878 Wed Jan 29 15:43:56 2003  Owen Taylor  <otaylor@redhat.com>
10879
10880         * gtk/gtkmenushell.c (gtk_real_menu_shell_move_current):
10881         Make up from the menu bar go to the end of the submenu.
10882         (#96114, Ian Peters.)
10883
10884         * gtk/gtkmenuitem.c (gtk_menu_item_mnemonic_activate): 
10885         Only do the select-but-not-activate stuff if the
10886         menu is already active. Otherwise, just activate.
10887         (#101690, Arvind Samptur)
10888
10889 Tue Jan 28 15:18:24 2003  Owen Taylor  <otaylor@redhat.com>
10890
10891         * autogen.sh (have_automake): Fix version in complaint
10892         message about automake. (#104366, Rich Burridge)
10893
10894 Mon Jan 27 16:38:13 2003  Owen Taylor  <otaylor@redhat.com>
10895
10896         * configure.in: Remove SOEXT stuff; it doesn't work portably.
10897
10898 Mon Jan 27 22:45:15 2003  Kristian Rietveld  <kris@gtk.org>
10899
10900         * gtk/gtktreestore.c (gtk_tree_store_move): don't handle b if
10901         we appended/prepended, send the rows_reordered signal to the 
10902         correct level ... (Reported by Matthew Tuck).
10903
10904 Mon Jan 27 22:43:11 2003  Kristian Rietveld  <kris@gtk.org>
10905
10906         * gtk/gtktreestore.c (gtk_tree_store_sort_helper): don't just bail
10907         out if the level only has one item, recurse over the child if there
10908         is one. (Fixes #100458, reported by Gaël Le Mignot).
10909
10910 Mon Jan 27 22:41:26 2003  Kristian Rietveld  <kris@gtk.org>
10911
10912         * gtk/gtktreeview.c (gtk_tree_view_set_model),
10913         (gtk_tree_view_search_equal_func): make TreeView search handle
10914         all types which are transformable by GValue. (Fixes #99803, reported
10915         by Muktha Narayan).
10916
10917 Mon Jan 27 22:39:25 2003  Kristian Rietveld  <kris@gtk.org>
10918
10919         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_sort_column_id):
10920         *really* handle unsetting the ID. Slightly modified patch from
10921         Soeren Sandmann. Fixes #87556, reported by Jarek Dukat.
10922
10923 Mon Jan 27 22:33:43 2003  Kristian Rietveld  <kris@gtk.org>
10924
10925         Fixes the total GtkTreeSortable mess, and #83195, reported by
10926         Jarek Dukat
10927
10928         * gtk/gtktreestore.c (gtk_tree_store_get_sort_column_id),
10929         (gtk_tree_store_set_sort_column_id), (gtk_tree_store_set_sort_func),
10930         (gtk_tree_store_set_default_sort_func): use the constant
10931         GTK_TREE_SORTABLE_DEFAULT_SORT_COLUMN_ID instead of -1, make functions
10932         work as advertised by the documentation.
10933
10934         * gtk/gtklistore.c (gtk_list_store_get_sort_column_id),
10935         (gtk_list_store_set_sort_column_id), (gtk_list_store_set_sort_func),
10936         (gtk_list_store_set_default_sort_func): likewise.
10937
10938         * gtk/gtktreemodelsort.c (gtk_tree_model_set_sort_column_id),
10939         (gtk_tree_model_set_sort_func),
10940         (gtk_tree_model_sort_set_default_sort_func): make functions work
10941         as advertised by the documentation.
10942
10943 Mon Jan 27 22:31:56 2003  Kristian Rietveld  <kris@gtk.org>
10944
10945         * gtk/gtktreeview.c (gtk_tree_view_button_press): update focus_column
10946         before we decide if we edit. (fixes #100973, reported by Dave Cook).
10947
10948 Mon Jan 27 22:29:30 2003  Kristian Rietveld  <kris@gtk.org>
10949
10950         Bug report and test case from Paolo Maggi via IRC.
10951
10952         * gtk/gtkliststore.c (gtk_list_store_swap): update tail if needed,
10953         (gtk_list_store_move): update tail if needed.
10954
10955 Mon Jan 27 16:19:59 2003  Owen Taylor  <otaylor@redhat.com>
10956
10957         * gtk/gtksocket.c (gtk_socket_filter_func): event->any.window
10958         might be NULL. Use gtk_widget_get_display (widget) 
10959         (#102860, Thomas Leonard)
10960
10961 Mon Jan 27 15:58:31 2003  Owen Taylor  <otaylor@redhat.com>
10962
10963         * configure.in: Fix --without-modules/--disable-modules
10964         confusion that was causing --disable-modules not to work.
10965         (#102865, Akira Tagoh)
10966
10967         * configure.in: Fix problem with plain --with-xinput
10968         (#104266, Akira Tagoh)
10969
10970 2003-01-24  Sebastian Rittau  <srittau@jroger.in-berlin.de>
10971
10972         * docs/tutorial/gtk-tut.sgml: Fix a few typos, introduced by my last
10973         patch.
10974
10975 Fri Jan 24 17:06:41 GMT 2003  Tony Gale <gale@gtk.org>
10976
10977         * docs/tutorial/gtk-tut.sgml: Remove duplicate copy of tictactoe.h
10978
10979 Thu Jan 23 21:15:29 GMT 2003  Tony Gale <gale@gtk.org>
10980
10981         * docs/faq/gtk-faq.sgml: Learn to spell Library
10982
10983 Thu Jan 23 20:56:56 GMT 2003  Tony Gale <gale@gtk.org>
10984         * Sebastian Rittau  <srittau@jroger.in-berlin.de>:
10985
10986            docs/tutorial/gtk-tut.sgml: Adopted chapter 21.3 "Creating a
10987            Composite widget" to modern standards. (I.e. use gobject instead of
10988            glib, derive from GtkTable instead of GtkVBox.) Bugzilla #103869.
10989
10990         * docs/tutorial/gtk-tut.sgml, examples/tictactoe: Fixup tic-tac-toe
10991         code in Appendix C to reflect above changes.
10992
10993         * examples/rangewidgets/rangewidgets.c: From Roger Leigh
10994         auto resize on page size change
10995
10996 2003-01-23  Daniel Elstner  <daniel.elstner@gmx.net>
10997
10998         * gtk/gtktoolbar.c (gtk_toolbar_hide_all): Override hide_all
10999         in addition to show_all in order to keep them symmetric. (#102201)
11000
11001 Wed Jan 22 14:18:46 2003  Manish Singh  <yosh@gimp.org>
11002
11003         * gdk/x11/gdkevents-x11.c (translate_key_event): add a "return" at
11004         the end of the function, so there is a statement following the "out"
11005         label in all cases (fixes #101961)
11006
11007 2003-01-22  Christian Rose  <menthos@menthos.com>
11008
11009         * configure.in: Added "mn" to ALL_LINGUAS.
11010
11011 Wed Jan 15 17:02:18 2003  Owen Taylor  <otaylor@redhat.com>
11012  
11013         * gtk/gtktextlayout.c (gtk_text_layout_validate_yrange):
11014         Fix off-by-one error on the backward iteration loop,
11015         that was causing the wrong range to be redrawn.
11016         (at least part of #72734)
11017         
11018 2003-01-21  Matthias Clasen  <maclas@gmx.de>
11019
11020         * gtk/gtktextview.c (gtk_text_view_size_allocate): Adjust the
11021         vadjustment value after changing its bounds.  (fixes #101963 and 
11022         #73562)
11023
11024         * gtk/gtkcolorsel.c (hex_changed): Fix clamping to [0,1] to avoid 
11025         unnecessary roundtrip failures.  (#93500)
11026
11027 2003-01-19  Tor Lillqvist  <tml@iki.fi>
11028
11029         Merge from stable:
11030         
11031         Fix for #103614 and some other problems with GtkFileSelection on
11032         Windows:
11033                 
11034         * gtk/fnmatch.c (get_char): Need to use g_unichar_tolower(), not
11035         g_ascii_tolower(). Windows file names are case-insensitive for all
11036         Unicode letters.
11037
11038         * gtk/gtkfilesel.c: Instead of checking for G_OS_WIN32 or
11039         G_WITH_CYGWIN, check G_PLATFORM_WIN32. Move inclusion of gtkintl.h
11040         earlier, as it includes config.h unconditionally, and gtkprivate.h
11041         redefines GTK_LOCALEDIR.
11042         (struct _CompletionDirSent): Ifdef out the fields not used on
11043         Windows.
11044         (compare_utf8_filenames, compare_sys_filenames): Need different
11045         comparison implementation for UTF-8 file names and system locale
11046         file names on Win32. Cannot simply use g_ascii_strcasecmp(), but
11047         need to casefold all Unicode letters.
11048         (cmpl_completion_matches, open_dir, correct_parent): Ifdef out
11049         variables not used on Win32 to avoid warnings about unused
11050         variables.
11051         (open_ref_dir): Use g_path_skip_root() to skip past potential
11052         drive letter in front of the leading (back)slash.
11053         (open_new_dir): Ifdef out use of CompletionDirSent fields not
11054         there on Win32.
11055         (correct_parent): Bypass inode check also on Cygwin.
11056
11057         Fix bug noticed by Alex Shaduri: Tooltips and other
11058         GDK_WINDOW_TEMP windows were activated. This looked very odd, and
11059         was a regression from earlier versions.
11060         
11061         * gdk/win32/gdkwindow-win32.c (show_window_internal): Fine-tune
11062         behaviour. Don't ever activate GDK_WINDOW_TEMP windows.
11063         (gdk_window_move, gdk_window_resize): Add debug logging.
11064
11065         * gdk/win32/gdkevents-win32.c (gdk_event_translate): When we get a
11066         WM_SIZE message for a non-visible (withdrawn) window, don't clear
11067         the GDK_WINDOW_STATE_WITHDRAWN bit. The window is still withdrawn
11068         even if its size changes.
11069
11070 2003-01-16  Matthias Clasen  <maclas@gmx.de>
11071
11072         * gtk/gtktextlayout.c (gtk_text_layout_get_cursor_locations): Typo fixes.
11073         (totally_invisible_line): Fix an incorrect optimization which
11074         caused invisible paragraphs to be occasionally misrendered.
11075
11076 Wed Jan 15 15:55:47 2003  Owen Taylor  <otaylor@redhat.com>
11077
11078         * gtk/gtksettings.c: Set the double click speed from
11079         XSETTINGS when creating a new GtkSettings object
11080         as well as when getting a notify. (#103601, reported
11081         by Louis Garcia)
11082
11083 Wed Jan 15 14:56:09 2003  Owen Taylor  <otaylor@redhat.com>
11084  
11085         * gtk/gtknotebook.c (gtk_notebook_size_allocate): 
11086         Show/hide the notebook event window as necessary,
11087         we weren't previously keeping the visibility updated
11088         properly.  (#103599)
11089  
11090 2003-01-15  Matthias Clasen  <maclas@gmx.de>
11091
11092         * examples/menu/itemfactory.c: 
11093         * docs/tutorial/gtk-tut.sgml: Add a <StockItem> to the itemfactory
11094         example.  (#103211)
11095
11096 2002-12-29  Murray Cumming  <murrayc@usa.net>
11097
11098         Fixes #102168.
11099
11100         * gtk/gtkliststore.c, gtktreednd.c, gtktreestore.c:
11101         Actually implement the GtkTreeDragSource::row_draggable virtual 
11102         function in GtkListStore and GtkTreeStore instead of just checking 
11103         whether it's implemented at all. This means that DnD isn't broken by
11104         gtkmm's virtual function wrappers. The alternative would be to
11105         hard-code the TRUE return value into gtkmm's wrappers, but that's 
11106         part of GTK+'s implementation, not it's API.
11107
11108 Tue Jan 14 23:42:29 2003  Kristian Rietveld  <kris@gtk.org>
11109
11110         * gtk/gtktreeview.c: fix compiler warning.
11111
11112 Tue Jan 14 23:29:00 2003  Kristian Rietveld  <kris@gtk.org>
11113
11114         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render):
11115         make sure exposed pixbufs are clipped to the exposed area before
11116         drawing, which is a slight speedup. (#102379, patch from Soeren
11117         Sandmann).
11118
11119 Tue Jan 14 23:26:41 2003  Kristian Rietveld  <kris@gtk.org>
11120
11121         * gtk/gtktreeview.c (validate_visible_area): silly typo fix,
11122         only free scroll_to_path when the complete tree has been validated.
11123         This makes sure that we scrolled to the correct path.
11124
11125 Tue Jan 14 23:25:32 2003  Kristian Rietveld  <kris@gtk.org>
11126
11127         * gtk/gtktreeview.c (gtk_tree_view_style_set): update the
11128         background of widget->window and bin->window. (Fixes #96650, reported
11129         by Dave Camp).
11130
11131 Tue Jan 14 23:24:02 2003  Kristian Rietveld  <kris@gtk.org>
11132
11133         * gtk/gtktreeview.c (gtk_tree_view_clamp_node_visible): process
11134         updates before scrolling, avoiding a "selection streak". (Fixes
11135         #101235, patch from Soeren Sandmann).
11136
11137 Tue Jan 14 23:22:13 2003  Kristian Rietveld  <kris@gtk.org>
11138
11139         * gtk/gtktreeview.c (validate_visible_area): actually put values
11140         in the requisition using gtk_widget_size_request. (Fixes #100172,
11141         reported by Kjartan Maraas).
11142
11143 Tue Jan 14 23:19:45 2003  Kristian Rietveld  <kris@gtk.org>
11144
11145         * gtk/gtktreeview.c (gtk_tree_view_rows_reordered): cancel the
11146         arrow animation timeout before we actually reorder the rbtree. If
11147         we don't do this we can get stuck arrows,
11148         (cancel_arrow_animation): new function. (Fixes #93629, part 2,
11149         reported and testcase provided by Hans Petter Jansson).
11150
11151 Tue Jan 14 23:18:21 2003  Kristian Rietveld  <kris@gtk.org>
11152
11153         * gtk/gtktreeselection.c (gtk_tree_selection_real_modify_range):
11154         anchor_path should be start_path, not end_path. (Fixes #102618,
11155         patch from Carlos Garnacho Parro).
11156
11157 Tue Jan 14 23:16:15 2003  Kristian Rietveld  <kris@gtk.org>
11158
11159         * gtk/gtkliststore.c (gtk_list_store_move): also update the tail,
11160         only correct new_pos if we don't move to the head/tail.
11161
11162 Tue Jan 14 23:11:55 2003  Kristian Rietveld  <kris@gtk.org>
11163
11164         * gtk/gtktreestore.c (gtk_tree_store_swap): take the path from
11165         the parent_iter if depth >= 1, so we send the reordered signal to
11166         the correct level, remove debugging printfs which I forgot the remove
11167         earlier (2.2.0 shipped with this, oops). (Fixes #103198, Reported and
11168         testcase provided by Matthew Tuck).
11169
11170 Tue Jan 14 20:58:44 2003  Kristian Rietveld  <kris@gtk.org>
11171
11172         * gtk/gtktreeview.c (invalite_last_column): split out actual column
11173         invalidation into invalidate_column(),
11174         (gtk_tree_view_size_allocate_columns): invalidate column if the
11175         new width is larger than the old width.
11176         (fixes #102890, reported by Alex Duggan).
11177
11178 2003-01-14  Matthias Clasen  <maclas@gmx.de>
11179
11180         * gtk/gtktextview.c (gtk_text_view_move_cursor_internal): Skip
11181         invisible chars for GTK_MOVEMENT_LOGICAL_POSITIONS and
11182         GTK_MOVEMENT_WORDS.
11183
11184         * gtk/gtktextiter.c,
11185         gtk/gtktextiter.h: Add some variant movement functions which
11186         skip invisible chars, and do some cleanups.
11187
11188 2003-01-12  Tor Lillqvist  <tml@iki.fi>
11189
11190         Merge from stable:
11191                 
11192         * gtk/gtkmain.c: Move inclusion of config.h and gtkintl.h earlier,
11193         as gtkprivate.h redefines GTK_LOCALEDIR on Win32, for run-time
11194         lookup.
11195
11196         * gdk/Makefile.am (libgdk_win32_2_0_la_DEPENDENCIES): Depend on
11197         gdk.def.
11198
11199         * gdk/gdk.def
11200         * gtk/gtk.def: Add some missing entries. Thanks to Kenichi SUTO.
11201
11202         * gtk-zip.sh.in (DEVZIP): Add bin/{gtk-query-immodules-2.0,
11203         gtk-demo}.exe and share/gtk-2.0.
11204
11205         * gdk/win32/gdkwindow-win32.c (gdk_window_set_skip_taskbar_hint):
11206         Implement by setting or clearing the WS_EX_TOOLWINDOW extended
11207         window style.
11208         (gdk_window_set_type_hint): Add all cases to the switch (not all
11209         do anything, though). Handle GDK_WINDOW_TYPE_HINT_TOOLBAR by
11210         calling gdk_window_set_skip_taskbar_hint(). This means that GTK
11211         won't know that the skip_taskbar hint is on for the window, is
11212         this bad?
11213
11214 Wed Jan  8 18:43:03 2003  Manish Singh  <yosh@gimp.org>
11215
11216         * gdk/x11/gdkdisplay-x11.c: #include <stdlib.h> for putenv,
11217         <string.h> for strlen.
11218
11219         * gdk/x11/gdkscreen-x11.c: #include <stdlib.h> for getenv,
11220         <string.h> for strrchr.
11221
11222         * tests/testgtk.c (create_saved_position): "x" and "y" properties
11223         for widgets no longer exist, use gtk_window_move instead.
11224
11225         * test/testtextbuffer.c (check_get_set_text): cast strlen to
11226         int for g_error.
11227
11228 2003-01-08  Matthias Clasen  <maclas@gmx.de>
11229
11230         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Fix display of
11231         the selection in the presence of invisible segments.
11232
11233 2003-01-07  Matthias Clasen  <maclas@gmx.de>
11234
11235         * gtk/gtktextview.c (gtk_text_view_class_init): Bind C-/ and C-\
11236         to "select all" and "unselect all".  (#102065)
11237
11238         * gtk/gtktextview.h (struct _GtkTextView): Add a comment that
11239         the just_selected_element is unused.
11240
11241         * gtk/gtktextview.c (extend_selection): New helper function to
11242         find the range that should be added to the selection. 
11243         (selection_motion_event_handler): 
11244         (gtk_text_view_start_selection_drag): 
11245         (gtk_text_view_end_selection_drag): 
11246         (selection_motion_event_handler): 
11247         (selection_scan_timeout): Support select-by-words/lines.
11248         (gtk_text_view_button_press_event): Start a selection drag on
11249         double/triple clicks.  (#78499)
11250
11251 2003-01-06  Matthias Clasen  <maclas@gmx.de>
11252
11253         Implement a utility function proposed in #102534:
11254         
11255         * gtk/gtktextbtree.h: 
11256         * gtk/gtktextbtree.c (_gtk_text_btree_select_range): New function.
11257         (_gtk_text_btree_place_cursor): Now a simple wrapper around
11258         _gtk_text_btree_select_range().   
11259
11260         * gtk/gtktextbuffer.h: 
11261         * gtk/gtktextbuffer.c (gtk_text_buffer_select_range): New function.
11262         (gtk_text_buffer_place_cursor): Now a simple wrapper around
11263         gtk_text_buffer_select_range(). 
11264
11265 2003-01-05  Havoc Pennington  <hp@pobox.com>
11266
11267         * configure.in: fix a stray bracket that was breaking the build
11268
11269 2003-01-05  Tor Lillqvist  <tml@iki.fi>
11270
11271         * gtk-zip.sh.in: Use correct DLL and import library names, with
11272         GTK_API_VERSION in name, not GTK_MAJOR_VERSION.GTK_MINOR_VERSION.
11273         (DEVZIP): Add gdk-pixbuf-query-loaders.exe.
11274
11275         * configure.in: Improve check for dimm.h.
11276
11277         * configure.in: Set SOEXT to 'so' on Unix, 'dll' on Win32. Used in
11278         gdk-pixbuf/Makefile.am.
11279
11280         * gdk-pixbuf/makefile.mingw.in
11281         * gdk-pixbuf/pixops/makefile.mingw.in
11282         * gdk/makefile.mingw.in
11283         * gdk/win32/makefile.mingw.in
11284         * gtk/makefile.mingw.in: Remove. Not maintained anyway.
11285
11286         * gdk-pixbuf/Makefile.am
11287         * gdk-pixbuf/pixops/Makefile.am
11288         * gdk/Makefile.am
11289         * gdk/win32/Makefile.am
11290         * gtk/Makefile.am
11291         * configure.in: Remove makefile.mingw{,.in} from here, too.
11292         
11293         * README.win32: Updates. Don't mention the now removed
11294         makefile.mingw files.
11295
11296         * gdk/gdk.def
11297         * gtk/gtk.def: Add a couple of missing entries.
11298
11299         * gdk/gdkkeynames.c: Include <string.h> for strcmp() and memcpy().
11300
11301         * gdk/win32/gdkevents-win32.c: Move dimm.h header clash workaround
11302         earlier.
11303
11304         * gdk/win32/rc/Makefile.am: Add hack to help
11305         build/win32/lt-compile-resource decide which kind of libtool
11306         object file to produce.
11307
11308 2003-01-05  Matthias Clasen  <maclas@gmx.de>
11309
11310         * gtk/gtktextview.c (gtk_text_view_move_cursor_internal): Make
11311         C-Down step through the sequence of paragraph ends (old behaviour
11312         included paragraph starts).  (#80340, patch by Narayana Pattipati)
11313
11314         * gtk/gtktextiter.c (_gtk_text_btree_get_iter_at_first_toggle):
11315         Check for a tag toggle at the start iterator before calling
11316         gtk_text_iter_forward_to_tag_toggle().  (#102090, patch by Daniel 
11317         Elstner)
11318
11319 2003-01-04  Matthias Clasen  <maclas@gmx.de>
11320
11321         * gtk/gtkfilesel.h (struct _GtkFileSelection): Add /*< public >*/
11322         and /*< private >*/ as appropriate.  (#97211)
11323
11324 2003-01-04  Tor Lillqvist  <tml@iki.fi>
11325
11326         * Makefile.am (EXTRA_DIST): Don't distribute gtk-zip.sh, but do
11327         distribute gtk-zip.sh.in.
11328
11329         * gtk-zip.sh.in (DEVZIP): Add gdk-pixbuf-csource.exe and .1.
11330
11331 2003-01-03  Havoc Pennington  <hp@pobox.com>
11332
11333         * docs/Makefile.am (EXTRA_DIST): put it in EXTRA_DIST
11334
11335         * docs/text_widget_internals.txt: add a file documenting some of
11336         the text widget internals
11337
11338 2003-01-02  Matthias Clasen  <maclas@gmx.de>
11339
11340         * gtk/gtkwindow.c (gtk_window_get_focus): Document that it may
11341         return NULL.  (#102069)
11342
11343 2003-01-01  Matthias Clasen  <maclas@gmx.de>
11344
11345         * gtk/fnmatch.c (FNMATCH_TEST_CASES): #undef, since having
11346         a main() in the library is obviously bad. 
11347
11348 2002-12-27  Matthias Clasen  <maclas@gmx.de>
11349
11350         * gtk/gtktextview.c (gtk_text_view_drag_data_received): Place the
11351         cursor at drop point.  (#72384)
11352         (gtk_text_view_size_allocate): Update the horizontal adjustment
11353         value.  (#75694)
11354
11355 2002-12-25  Matthias Clasen  <maclas@gmx.de>
11356
11357         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Fix highlighting of
11358         selection wrt. to empty lines.  (#90435, #90582, #91619)
11359
11360         * gtk/gtktextview.c (gtk_text_view_preedit_changed_handler):
11361         Keep the cursor on screen.  (#96929)
11362
11363 2002-12-24  Matthias Clasen  <maclas@gmx.de>
11364
11365         * gtk/gtktextbuffer.c (paste_from_buffer): 
11366         (clipboard_text_received): Let the user action span the insertion
11367         and the deletion of the old selection.  (#82844)
11368
11369 2002-12-23  Matthias Clasen  <maclas@gmx.de>
11370
11371         * gtk/gtktextiter.c (gtk_text_iter_backward_sentence_starts):
11372         Don't call gtk_text_iter_backward_sentence_start() if
11373         count is zero.  (#99115)
11374
11375         * gtk/gtktextview.c (gtk_text_view_move_cursor_internal): Call
11376         move_cursor() even if the cursor hasn't moved, since it has the
11377         side effect of canceling the selection.  (#81395, #98537, #98333)
11378
11379 2002-12-22  Matthias Clasen  <maclas@gmx.de>
11380
11381         * gtk/gtktextlayout.c (add_preedit_attrs): Don't add attributes
11382         with empty ranges.  (fixes #101564 and #80637)
11383
11384 2002-12-21  Tor Lillqvist  <tml@iki.fi>
11385
11386         * gdk/win32/gdkwindow-win32.c (gdk_window_new): Move the code that
11387         sets the window style and extended window style, and adjusts the
11388         width and height to take the window decorations into account
11389         earlier. The adjusted width and height used to be ignored. Remove
11390         the local x, y, width and height variables, no need to further
11391         confuse the code by having local copies. (Partial fix, I hope, for
11392         #101588)
11393
11394         (gdk_window_move): When moving top-level windows, take title bar
11395         and border width into account, offsetting the coordinates before
11396         calling SetWindowPos().
11397
11398         (gdk_window_set_decorations, gdk_window_set_functions):
11399         Reimplement, taking into account the peculiar semantics of
11400         GDK_DECOR_ALL and GDK_FUNC_ALL. (#79036)
11401
11402         (gdk_window_get_decorations): Implement. (#98981)
11403         
11404         (gdk_window_set_type_hint): When setting
11405         GDK_WINDOW_TYPE_HINT_MENU, call gdk_window_set_decorations().
11406         (#79036)
11407
11408         * gdk/gdk.def: Add gdk_window_get_decorations. (#98981)
11409
11410 2002-12-21  Matthias Clasen  <maclas@gmx.de>
11411
11412         * gtk/gtktextview.c (gtk_text_view_set_background): New static
11413         function to set the background of all windows.
11414         (gtk_text_view_style_set): Use gtk_text_view_set_background().
11415         (gtk_text_view_state_changed): New function; change background
11416         according to state.  (#88126)
11417
11418 2002-12-21  Havoc Pennington  <hp@pobox.com>
11419
11420         * gtk/gtktextview.c (gtk_text_view_move_visually): fix the documentation
11421