]> Pileus Git - ~andy/gtk/blob - ChangeLog.pre-2-4
Support the model-less use of GtkCellView shown in testcombo.c.
[~andy/gtk] / ChangeLog.pre-2-4
1 Sun Mar 14 00:03:18 2004  Matthias Clasen  <maclas@gmx.de>
2
3         * gtk/gtkcellview.c (gtk_cell_view_expose): Support the
4         model-less use of GtkCellView shown in testcombo.c.
5
6 2004-03-13  Tor Lillqvist  <tml@iki.fi>
7
8         * gdk/win32/gdkdisplay-win32.c: Don't undefine HAVE_MONITOR_INFO
9         when compiling with gcc. Mingw's headers do have the required
10         definitions.
11
12         * gdk/win32/gdkdrawable-win32.c (draw_polygon): When drawing
13         filled polygons, don't draw the outline, similarily as
14         draw_rectangle(). Apparently GTK and GIMP don't use
15         gdk_draw_polygon() much (or always draw the outline, too), as this
16         has gone undetected for so long. Thanks to Bruce Hochstetler.
17
18 Sat Mar 13 15:19:17 2004  Owen Taylor  <otaylor@redhat.com>
19
20         * gtk/gtkwindow.c (gtk_window_destroy): Remove
21         the window from the toplevel_list here rather in destroy.
22         While this is theoretically speaking wrong, it fits
23         in better with the current reality that destroyed
24         widgets are not reusable. (#126808, Michael Natterer)
25
26 Sat Mar 13 21:47:47 2004  Matthias Clasen  <maclas@gmx.de>
27
28         * gtk/gtkcellview.c (gtk_cell_view_expose): Don't do anything
29         beyond clearing to the background if there is no active row.
30         (#137066, reported by Owen Taylor)
31
32 Sat Mar 13 21:37:44 2004  Matthias Clasen  <maclas@gmx.de>
33
34         * gtk/gtkcombobox.c (gtk_combo_box_list_key_press): Pop down the
35         list when an item is selected via the keyboard.
36
37 2004-03-13  Anders Carlsson  <andersca@gnome.org>
38
39         * gtk/gtkfilesystemunix.c: (remove_trailing_slash),
40         (gtk_file_system_unix_get_folder),
41         (gtk_file_system_unix_create_folder), (get_parent_dir),
42         (gtk_file_system_unix_get_parent), (gtk_file_folder_unix_get_info):
43         Remove trailing slashes in path names.
44         
45 Sat Mar 13 12:17:16 2004  Owen Taylor  <otaylor@redhat.com>
46
47         * gdk/x11/gdkwindow-x11.c (gdk_window_reparent): Make
48         this a total no-op when the new or old parent is
49         destroyed. (#134230, patch from Soeren Sandmann)
50
51         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy):
52         For foreign windows in our heirarchy, call
53         _gdk_windowing_window_destroy_foreign (window) and skip
54         all the normal destruction logic.
55
56         * gdk/x11/gdkwindow-x11.c gdk/win32/gdkwindow-win32.c:
57         Move code to request destruction of a foreign window
58         code into a separate _gdk_windowing_window_destroy_foreign().
59
60         * gdk/x11/gdkwindow-x11.c (gdk_window_impl_x11_finalize):
61         Call GDK_WINDOW_DISPLAY() on the wrapper not on the
62         impl. (Also from Soeren's patch)
63
64 Sat Mar 13 10:49:46 2004  Owen Taylor  <otaylor@redhat.com>
65
66         * gtk/gtkdnd.c (_gtk_drag_dest_handle_event): For
67         GTK_IS_PLUG toplevels, call gdk_window_get_origin() 
68         not gtk_window_get_position, as a hackround for not
69         having accurate notification of window position for
70         embedded windows. (#136112, Dan Winship)
71
72 Sat Mar 13 10:34:03 2004  Owen Taylor  <otaylor@redhat.com>
73
74         * gtk/gtktextview.c gtk/gtktextbuffer.c: Revert last change;
75         it causes problems for pastes from other applications; see
76         comments in bugzilla for #81880.
77
78 Sat Mar 13 02:55:51 2004  Matthias Clasen  <maclas@gmx.de>
79
80         Fix middle button pasting in the TextView  (#81880, reported
81         by Evert Verhellen, patch by Paolo Borelli):
82         
83         * gtk/gtktextview.c (gtk_text_view_button_press_event): Retrieve 
84         the insert mark and move the cursor to it making sure of also 
85         scroll the window if needed.
86         
87         * gtk/gtktextbuffer.c (pre_paste_prep): Move the insert mark
88         to the insertion point.
89
90 Sat Mar 13 01:38:55 2004  Matthias Clasen  <maclas@gmx.de>
91
92         * gtk/gtkcombobox.c (gtk_combo_box_remove): Add a remove 
93         implemenatation which restores the cell_view when the custom 
94         child is removed.  (#136555, Owen Taylor)
95
96 Sat Mar 13 00:07:51 2004  Matthias Clasen  <maclas@gmx.de>
97
98         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_layout_clear): 
99         Keep the cell_list in a consistent state while iterating over it, 
100         since clear_attributes() also iterates over it.  (another instance
101         of #136585, Morten Welinder)
102         
103 Fri Mar 12 17:20:15 2004  Owen Taylor  <otaylor@redhat.com>
104
105         * gtk/gtkarrow.c (gtk_arrow_expose): Swap GTK_ARROW_LEFT
106         and GTK_ARROW_RIGHT for GTK_TEXT_DIR_LTR. (#129159,
107         Semion Chichelnitsky)
108
109         * gtk/gtkpathbar.c gtk/gtktoolbar.c: Remove no-longer-needed 
110         gtk_toolbar_direction-changed handlers and explicit
111         flipping of GtkArrow widgets.
112
113 Fri Mar 12 23:37:15 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
114
115         * gtk/gtkfilechooserdialog.c
116         (file_chooser_widget_default_realized_size_changed): Clamp the
117         new size to the screen.
118
119 Fri Mar 12 15:06:44 2004  Owen Taylor  <otaylor@redhat.com>
120
121         * gtk/gtkexpander.c (gtk_expander_realize): Create the
122         event_window at the right size using the same logic as
123         in size_allocate. (#136994, Niklas Knuttson)
124
125 2004-03-12  Federico Mena Quintero  <federico@ximian.com>
126
127         * gtk/gtkwindow.c (gtk_window_activate_focus): Don't ignore the
128         return value of gtk_widget_activate().
129         (gtk_window_activate_default): Likewise.  Fixes #137008.
130
131         * gtk/gtkfilechooserdialog.c (response_cb): Act on positive
132         response IDs we recognize, rather than bailing out on cancellation
133         ones.  Fixes #136237; patch by Olivier Andrieu
134         <oliv__a@users.sourceforge.net>.
135         (file_chooser_widget_file_activated): If the dialog doesn't have a
136         default widget, try to find a suitable response widget on our own.
137         People should *really* be using gtk_dialog_set_default_response(),
138         but this is to help lazy programmers.
139
140         * gtk/gtkdialog.c (_gtk_dialog_get_response_for_widget): New
141         internal function.
142         (get_response_data): Add a "create" argument so that we don't
143         unconditionally create the response data.
144
145 2004-03-12  Morten Welinder  <terra@gnome.org>
146
147         * tests/Makefile.am: Add new testspinbutton.c
148
149 2004-03-11  Federico Mena Quintero  <federico@ximian.com>
150
151         * gtk/gtkfilechooserdefault.c (shortcuts_drag_set_delete_cursor):
152         Put the trash icon on the right for LTR locales, or on the left
153         for RTL.
154         (shortcuts_drag_motion_cb): Cancel the idle handler here as well.
155         (shortcuts_drag_leave_cb): Test whether the idle is present.
156         (shortcuts_drag_data_received_cb): Ahem, don't assert here.
157
158 Thu Mar 11 17:51:10 2004  Owen Taylor  <otaylor@redhat.com>
159
160         * modules/input/gtkimcontextxim.c (preedit_done_callback):
161         Clear preedit string and emit preedit_changed as needed
162         on AIX. (#130617, Philip K Warren)
163
164 2004-03-11  Morten Welinder  <terra@gnome.org>
165
166         * gtk/gtkpathbar.c (_gtk_path_bar_set_file_system): Plug leak.
167
168 Thu Mar 11 16:28:15 2004  Owen Taylor  <otaylor@redhat.com>
169
170         * gtk/gtkmenu.c (gtk_menu_get_toplevel): Fix attach/attach->parent
171         type. (#136919, Tim Mooney)
172
173 Thu Mar 11 16:18:51 2004  Jonathan Blandford  <jrb@redhat.com>
174
175         * gtk/gtkfilechooserdefault.c (shortcuts_insert_path): revert
176         earlier change to insert_path so that we test that the directory
177         exists.
178
179         * gtk/gtkfilechooserdialog.c
180         (gtk_file_chooser_dialog_constructor): move focus.
181
182 Thu Mar 11 22:12:14 2004  Matthias Clasen  <maclas@gmx.de>
183
184         * gtk/gtkspinbutton.c (gtk_spin_button_size_request): Use the same
185         logic as GtkEntry when calculating border width.  (#116368, reported
186         by Morten Welinder)
187
188 Thu Mar 11 15:59:05 2004  Owen Taylor  <otaylor@redhat.com>
189
190         * tests/testgtk.c (create_spins): Use gtk_entry_set_width_chars()
191         rather than gtk_widget_set_size_request().
192
193 2004-03-11  Federico Mena Quintero  <federico@ximian.com>
194
195         * gtk/gtkfilechooserdefault.c (remove_settings_signal): New
196         function, copied from gtkpathbar.c.
197         (gtk_file_chooser_default_dispose): Use remove_settings_signal()
198         rather than our own code.
199         (gtk_file_chooser_default_screen_changed): Use
200         remove_settings_signal(); this should handle per-screen settings
201         correctly.
202
203 Thu Mar 11 14:07:18 2004  Owen Taylor  <otaylor@redhat.com>
204
205         * gtk/gtklabel.c (gtk_label_focus): Fix a missing return
206         value.
207
208 Thu Mar 11 13:58:24 2004  Owen Taylor  <otaylor@redhat.com>
209
210         * gtk/gtkmessagedialog.c gtk/gtklabel.c: Back out the
211         put-labels-into-the-standard-focus-chain patches 
212         from bug #59707.
213
214         * gtk/gtklabel.c (gtk_label_focus): Only put the
215         label in the tab chain when the control key is pressed.
216
217 2004-03-11  Federico Mena Quintero  <federico@ximian.com>
218
219         * gtk/gtkfilechooserdefault.c (error_message_with_parent): Use a
220         single OK button, not a Close button, as per the HIG.
221
222         * gtk/gtkfilesel.c (gtk_file_selection_fileop_error): Likewise.
223
224 2004-03-11  Federico Mena Quintero  <federico@ximian.com>
225
226         * gtk/gtkfilechooserdefault.c (shortcuts_drag_motion_cb): Oops,
227         initialize "action" before jumping.  Fixes #136900.
228
229 2004-03-11  Mark McLoughlin  <mark@skynet.ie>
230
231         * gtk/gtksettings.c: (apply_queued_setting): don't overwrite
232         application properties. Fixes bug #136802.
233
234 2004-03-11  Dov Grobgeld  <dov@imagic.weizmann.ac.il>
235
236         * gtk/gtktextlayer.c: (gtk_text_layout_set_buffer): Added
237         call to gtk_text_layout_update_cursor_line() to solve in 
238         problem of switching keyboard direction at widget creation:
239         bug #136680
240
241 Thu Mar 11 10:28:30 2004  Owen Taylor  <otaylor@redhat.com>
242
243         * gtk/gtkfilechooserembed.c (delegate_initial_focus): Remove
244         stray 'return' statement. (#136855, David L. Cooper II)
245
246 2004-03-11  Mark McLoughlin  <mark@skynet.ie>
247
248         * gtk/gtkstyle.c: (gtk_default_draw_expander): Use the PRELIGHT
249         fg color for drawing the expander when prelit. Fixes problem
250         with the HighContrast theme: bug #136789.
251
252 2004-03-11  Federico Mena Quintero  <federico@ximian.com>
253
254         Fix #135912 and #135913.
255
256         * gtk/gtkfilechooserdefault.c
257         (shortcuts_filter_model_row_draggable): Implement.
258         (shortcuts_model_filter_new): New function, create a
259         ShortcutsModelFilterClass derived from GtkTreeModelFilter, so that
260         we can implement our own DnD interface methods.
261         (shortcuts_model_create): Use shortcuts_model_filter_new().
262         (shortcuts_list_create): Enable the shortcuts list as a drag
263         source.
264         (file_list_source_targets): Renamed from shortcuts_targets.
265         (shortcuts_list_create): Change the options for
266         gtk_drag_dest_set().  Connect to more drag signals so that we can
267         implement drops by hand.
268         (shortcuts_drag_data_delete_cb): New handler; just stop the emission.
269         (shortcuts_drag_motion_cb): New handler; validate the drop.
270         (shortcuts_drag_leave_cb): New handler; unset the drag_dest_row.
271         (shortcuts_drag_drop_cb): New handler; just stop the emission and
272         remove the idle handler for the drag cursor.
273         (shortcuts_add_bookmark_from_path): Add a position argument,
274         return a boolean success code.
275         (shortcuts_drag_data_received_cb): Handle two cases:  1) Insert
276         the bookmarks at the proper position, rather than always appending
277         them to the list; 2) alternatively, reorder the bookmarks.
278         (struct _GtkFileChooserDefault): New field shortcuts_drag_outside.
279         (shortcuts_drag_motion_cb): Turn off impl->shortcuts_drag_outside.
280         (shortcuts_drag_leave_cb): Turn on impl->shortcuts_drag_outside in
281         an idle handler.
282         (shortcuts_drag_end_cb): New handler; remove the selected bookmark.
283
284 Thu Mar 11 01:08:25 2004  Jonathan Blandford  <jrb@gnome.org>
285
286         * gtk/gtkfilechooserdefault.c (location_entry_create): up the
287         width of the entry a tad.
288
289         * gtk/gtkfilechooserentry.c (gtk_file_chooser_entry_init): use
290         gtk_entry_completion_selection_changed.  Also, unref the
291         completion as we were leaking a reference to it.
292
293 2004-03-10  Federico Mena Quintero  <federico@ximian.com>
294
295         * gtk/gtkstyle.c (draw_dot): Remove spurious semicolon.  Thanks to
296         Kjartan Maraas for pointing it out.
297
298 Wed Mar 10 23:40:15 2004  Matthias Clasen  <maclas@gmx.de>
299
300         * gtk/gtkentrycompletion.c (_gtk_entry_completion_popup): Set the
301         background on the action view cell renderer here, not in init, so 
302         that a) we catch style changes, and b) we get the real style, not 
303         the default one. Partial fix for #127648, reported by Dave Bordoley.
304
305 2004-03-10  Tor Lillqvist  <tml@iki.fi>
306
307         * gdk/win32/gdkevents-win32.c (build_key_event_state): Set also
308         the pointer button bits. (#136636, Dave Neary)
309
310         * gdk/win32/gdkwindow-win32.c (show_window_internal): Show
311         transparent (input only) windows using SetWindowPos(). (#132331,
312         John Ehresman)
313
314         (gdk_window_set_type_hint): For splash screens, remove the resize
315         handles, menu, and minimize/maximize/close buttons. (#132896)
316
317 Wed Mar 10 22:30:23 2004  Matthias Clasen  <maclas@gmx.de>
318
319         * gtk/gtkcellview.c (gtk_cell_view_cell_layout_clear): Keep the
320         cell_list in a consistent state while iterating over it, since
321         clear_attributes() also iterates over it.  (#136585, Morten Welinder)
322
323 2004-03-10  Mark McLoughlin  <mark@skynet.ie>
324
325         * gtk/gtkexpander.c: (gtk_expander_expose): don't propagate
326         the expose to the label. The expose handler for GtkContainer
327         already does that. Fixes bug #136719. Reported by Dennis
328         Cranston, exact cause nailed down by Owen.
329
330 2004-03-10  Federico Mena Quintero  <federico@ximian.com>
331
332         * gtk/gtkfilechooserdefault.c (list_mtime_data_func): Use an
333         untranslatable "%x" for dates, rather than a custom format.  Fixes
334         #136357.
335
336 2004-03-10  Morten Welinder  <terra@gnome.org>
337
338         * gtk/gtkfilechooserdefault.c
339         (gtk_file_chooser_default_add_shortcut_folder): Test validity of
340         path here.
341         (shortcuts_insert_path): Don't check here.
342         (get_file_info): Barf if name-only fails.
343
344         * tests/testfilechooser.c (main): Add support for --multiple.
345
346 Wed Mar 10 02:41:05 2004  Jonathan Blandford  <jrb@gnome.org>
347
348         * gtk/gtkpathbar.c: (gtk_path_bar_init), (gtk_path_bar_class_init),
349         (remove_settings_signal), (gtk_path_bar_dispose),
350         (gtk_path_bar_style_set), (gtk_path_bar_screen_changed),
351         (gtk_path_bar_scroll_up), (reload_icons), (change_icon_theme),
352         (settings_notify_cb), (gtk_path_bar_check_icon_theme),
353         (get_button_image), (gtk_path_bar_update_button_appearance),
354         (make_directory_button), (gtk_path_bar_check_parent_path): Support
355         changes in icon themes.
356
357         * gtk/gtkpathbar.h: add two elements
358
359         * tests/testfilechooser.c: (main): use gnome-vfs method again to
360         get more testing.
361
362 Wed Mar 10 01:17:40 2004  Jonathan Blandford  <jrb@gnome.org>
363
364         * gtk/gtkpathbar.c: added 'Desktop' to the list of volumes.  We
365         don't have any more untranlated strings in the dialog.
366
367 Wed Mar 10 00:24:24 2004  Jonathan Blandford  <jrb@gnome.org>
368
369         * gtk/gtkfilechooserdefault.c (error_dialog): use uri instead of
370         the pathname for UTF-8 safety.
371
372 Wed Mar 10 00:10:47 2004  Jonathan Blandford  <jrb@gnome.org>
373
374         * gtk/gtkfilechooserdefault.c (shortcuts_insert_path): Always
375         check to see if the shortcuts exists.  We don't want to put
376         invalid dirs in the shortcuts pane.
377
378 Tue Mar  9 16:40:34 2004  Jonathan Blandford  <jrb@gnome.org>
379
380         * gtk/gtkfilechooserdefault.c (struct _GtkFileChooserDefault):
381         remove unneeded shortuts_swin;
382
383 Wed Mar 10 01:49:27 2004  Matthias Clasen  <maclas@gmx.de>
384
385         Fix #136614 in a better way:
386         
387         * gtk/gtkoptionmenu.c (gtk_option_menu_init): Undo the last change.
388         * gtk/gtkbutton.c (struct _GtkButtonPrivate): Add a flag, align_set.
389         * gtk/gtkbutton.c (gtk_button_init): Initialize align_set to 0.
390         * gtk/gtkbutton.c (maybe_set_alignment): Rework to only set the
391         alignment if priv->align_set is set.
392         * gtk/gtkbutton.c (gtk_button_set_alignment): Set align_set to 1.
393
394 Wed Mar 10 01:21:05 2004  Matthias Clasen  <maclas@gmx.de>
395
396         * gtk/gtkcombobox.c (gtk_combo_box_menu_position_below): Place
397         grid mode popups left aligned, not right aligned.
398
399 Tue Mar  9 23:09:46 2004  Matthias Clasen  <maclas@gmx.de>
400
401         * gtk/gtkoptionmenu.c (gtk_option_menu_init): Avoid centering 
402         the label that is reparented from the menuitem.  (#136614, Dennis
403         Cranston)
404
405 Tue Mar  9 16:19:09 2004  Jonathan Blandford  <jrb@gnome.org>
406
407         * gtk/gtkpathbar.c (struct _ButtonData): Encapsulate all of the
408         information about a button in a struct instead of ugly
409         g_object_set_data.
410         (gtk_path_bar_size_request): Use ButtonData.
411         (gtk_path_bar_update_slider_buttons): ditto
412         (gtk_path_bar_size_allocate): ditto
413         (gtk_path_bar_remove): ditto
414         (gtk_path_bar_forall): ditto
415         (gtk_path_bar_scroll_down): ditto
416         (gtk_path_bar_clear_buttons): ditto
417         (button_clicked_cb): ditto.  Also, add an ignore_changes variable
418         (button_data_free): destroy ButtonData
419         (update_button_appearance): Use ButtonData
420         (make_directory_button): ditto
421         (gtk_path_bar_check_parent_path): ditto
422         (_gtk_path_bar_set_path): ditto
423
424 2004-03-09  Federico Mena Quintero  <federico@ximian.com>
425
426         Fix #136533.
427
428         * gtk/gtkfilechooserdefault.c (shortcuts_reload_icons): New
429         function.
430         (check_icon_theme): New helper function, installs a handler for
431         changes in the icon theme.
432         (gtk_file_chooser_default_style_set): Use check_icon_theme().
433         (gtk_file_chooser_default_screen_changed): Use check_icon_theme().
434         (gtk_file_chooser_default_dispose): Disconnect from GtkSettings.
435         (change_icon_theme): New function, updates impl->icon_size and
436         reloads the icons.
437         (struct _GtkFileChooserDefault): New field settings_signal_id.
438         (struct _GtkFileChooserDefault): New field icon_size.
439         (shortcuts_insert_path): Use impl->icon_size.
440         (list_icon_data_func): Likewise.
441
442 2004-03-09  Federico Mena Quintero  <federico@ximian.com>
443
444         * gtk/gtkfilechooserdefault.c (get_file_info): Handle the returned
445         parent_path being NULL.  Fixes #136662.
446
447 2004-03-09  Federico Mena Quintero  <federico@ximian.com>
448
449         * gtk/gtkfilechooserdefault.c (shortcuts_drag_data_received_cb):
450         Stop the emission so that GtkTreeView's handler won't try to poke
451         the filter model.  Fixes #136127.
452
453 Tue Mar  9 13:49:14 2004  Owen Taylor  <otaylor@redhat.com>
454
455         * gtk/gtkstyle.c (gtk_paint_polygon): Fix 
456         g_return_if_fail() that was checking draw_shadow.
457         (#136669, Morten Welinder)
458
459 Tue Mar  9 09:57:25 2004  Owen Taylor  <otaylor@redhat.com>
460
461         * === Released 2.3.6 ===
462
463         * configure.in: Version 2.3.6, interface age 0.
464
465         * NEWS: Updates
466
467 Tue Mar  9 11:01:45 2004  Jonathan Blandford  <jrb@gnome.org>
468
469         * gtk/gtkpathbar.c (gtk_path_bar_finalize): unref the correct
470         icon.  Reported by Michael Natterer <mitch@gimp.org>.
471
472 2004-03-09  Morten Welinder  <terra@gnome.org>
473
474         * tests/testfilechooser.c (main): Destroy widgets to reveal leaks.
475
476 Tue Mar  9 02:11:50 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
477
478         * gtk/gtkmenu.c Fix bug 136446. [Marco Pesenti Gritti]
479         (struct _GtkMenuPrivate): Add boolean destroying
480         (gtk_menu_destroy): Set priv->destroying
481         (gtk_menu_remove): don't update the table information when the
482         menu is being destroyed.
483
484         * gtk/gtkmenu.c (gtk_menu_set_monitor): Formatting fix
485
486         * gtk/gtktoolbar.[ch]: Some formatting fixes
487
488 Tue Mar  9 01:25:10 2004  Matthias Clasen  <maclas@gmx.de>
489
490         * gtk/gtkframe.c (gtk_frame_paint): Fix a typo.
491
492 2004-03-08  Federico Mena Quintero  <federico@ximian.com>
493
494         Fixes #136080.
495
496         * gtk/gtkfilesystemunix.c: Only lstat() if stat() failed due to
497         ENOENT.
498         (filename_get_info): Likewise.
499
500 2004-03-08  Federico Mena Quintero  <federico@ximian.com>
501
502         * gtk/gtkfilechooserdefault.c
503         (gtk_file_chooser_default_initial_focus): Use
504         gtk_tree_view_set_cursor().
505
506 2004-03-08  Federico Mena Quintero  <federico@ximian.com>
507
508         Patch "1a" from #136185, by Morten Welinder.
509
510         * gtk/gtkfilechooserdefault.c (get_file_info): Take in an argument
511         that says whether the caller just wants the display name.
512         (shortcuts_insert_path): We only want the name in the call to
513         get_file_info().
514
515         * gtk/gtkpathbar.c (_gtk_path_bar_set_path): Don't request more
516         info than needed from the file_folder.
517
518 2004-03-08  Federico Mena Quintero  <federico@ximian.com>
519
520         Fixes #136105.
521
522         * gtk/gtkfilechooserembed.h (struct _GtkFileChooserEmbedIface):
523         Added an ::initial_focus() method.
524
525         * gtk/gtkfilechooserembed.c
526         (_gtk_file_chooser_embed_delegate_iface_init): Set the
527         initial_focus method.
528         (delegate_initial_focus): Implement.
529         (_gtk_file_chooser_embed_initial_focus): New function.
530
531         * gtk/gtkfilechooserdialog.c
532         (gtk_file_chooser_dialog_constructor): Call
533         _gtk_file_chooser_embed_initial_focus().
534
535         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_init):
536         Install the ::initial_focus() handler.
537         (gtk_file_chooser_default_initial_focus): Implement.
538
539 2004-03-08  Federico Mena Quintero  <federico@ximian.com>
540
541         * gtk/gtkfilechooserdefault.c (update_from_entry): Return a
542         boolean success code.
543         (location_popup_handler): Refocus the file chooser if appropriate.
544         Fixes #135905.
545         (save_widgets_create): Don't set the text of the save_folder_label
546         here.
547         (update_appearance): Set the text here as appropriate for the save
548         mode.  Also fixes #136387.
549         (update_appearance): Don't show the Create Folder button in
550         SELECT_FOLDER mode.
551         (update_appearance): Show the extra widget in all Save modes
552         correctly.
553
554 Mon Mar  8 11:57:27 2004  Owen Taylor  <otaylor@redhat.com>
555
556         * gtk/gtkcombobox.c (gtk_combo_box_unset_model): Don't
557         call g_signal_handler_disonnect() if priv->model is
558         NULL. (#136551, Damon Chaplin)
559
560         * gtk/gtkcombobox.c (gtk_combo_box_model_row_inserted):
561         Back out code to set the active item when the first
562         item is added to the model; this causes problems for
563         GtkComboBoxText. (#136535)
564
565         * gtk/gtkcombobox.c (gtk_combo_box_menu_destroy)
566         * gtk/gtkcombobox.c (gtk_combo_box_list_destroy):
567         * gtk/gtkcombobox.c (gtk_combo_box_list_setup): 
568         * gtk/gtkcombobox.c (gtk_combo_box_menu_setup): 
569         Remove calls to gtk_combo_box_unset_model.
570
571         * gtk/gtkcombobox.c (gtk_combo_box_check_appearance): 
572         Clean up handling of wrap->width > 0.
573
574         * gtk/gtkcombobox.c (gtk_combo_box_relayout): Don't
575         switch list/menu mode here.
576
577         * gtk/gtkcombobox.c (gtk_combo_box_set_model): Protect
578         against the same model being set back.
579
580         * gtk/gtkcombobox.c (gtk_combo_box_relayout): Call
581         gtk_combo_box_menu_fill() rather than duplicating
582         a large chunk of code.
583
584 2004-03-08  Anders Carlsson  <andersca@gnome.org>
585
586         * gtk/gtkfilesystemmodel.c (gtk_file_system_model_get_flags): 
587         If max_depth is 0 then we have a list.
588
589 2004-03-08  Morten Welinder  <terra@gnome.org>
590
591         * gtk/gtkpathbar.c (_gtk_path_bar_set_path): If we fail, leave
592         widget unchanged.  Explicitly verify final directory.
593
594         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_create_folder,
595         get_icon_type, filename_get_info): Protect errno.
596
597 2004-03-08  Marco Pesenti Gritti  <marco@gnome.org>
598
599         * gtk/gtkentry.c: (gtk_entry_completion_key_press):
600
601         When an action is selected stop the event to be propagated
602         otherwise the activate signal is emitted too. (Bug #133394)
603
604 Mon Mar  8 04:50:12 2004  Jonathan Blandford  <jrb@gnome.org>
605
606         * gtk/gtkfilechooserdefault.c (create_path_bar): new function to
607         consolidate creating the path_bar.
608         (gtk_file_chooser_default_set_current_folder): no longer need to
609         pass in the filesystem.
610
611         * gtk/gtkpathbar.h: Removed unused set_pixbuf functions in favor
612         of just setting the filesystem.
613
614         * gtk/gtkpathbar.c (gtk_path_bar_finalize): Free root path and
615         home_dir.
616         (get_button_image): Add images to path_bar.
617         (update_button_appearance): use images
618         (make_directory_button): Clasify buttons based upon location.
619         (_gtk_path_bar_set_path): no longer need a file-system.  Also, add
620         rerooting, #135845, #135914
621
622         * tests/testfilechooser.c: Fix reused error handling.
623
624 2004-03-08  Anders Carlsson  <andersca@gnome.org>
625
626         * gtk/gtkfilesystemunix.c: (get_icon_for_directory),
627         (gtk_file_system_unix_render_icon):
628         Use better icons for home and desktop.
629
630 2004-03-08  Anders Carlsson  <andersca@gnome.org>
631
632         * gtk/gtkfilechooserentry.c:
633         (_gtk_file_chooser_entry_set_base_folder):
634         Set the base folder path in the entry.
635         
636 2004-03-08  Christian Neumair  <chris@gnome-de.org>
637
638         * tests/testentrycompletion.c: Fix typo.
639
640 2004-03-08  Tor Lillqvist  <tml@iki.fi>
641
642         * README.win32: Update.
643
644         * gtk/gtk.def: Small update. Thanks to J. Ali Harlow. Re-sorted.
645
646         * tests/testfilechooser.c: Correct localtime_r() emulation on
647         Win32. Remove a couple of unnecessary Win32-only includes.
648
649 Mon Mar  8 01:06:17 2004  Matthias Clasen  <maclas@gmx.de>
650
651         * tests/testentrycompletion.c: Test dynamic addition/removal. 
652
653 Sun Mar  7 22:38:49 2004  Matthias Clasen  <maclas@gmx.de>
654
655         * gtk/gtkframe.c (gtk_frame_paint): Use ythickness, not 
656         xthickness in the calculation of vertical dimensions.
657
658 Sun Mar  7 17:38:03 2004  Jonathan Blandford  <jrb@gnome.org>
659
660         * gtk/gtkbutton.c (gtk_button_class_init): actually use
661         gtk_button_add.
662
663         * gtk/gtkfilechooserdefault.c (error_building_filename_dialog):
664         use the uri, not the path, #136317
665         (renderer_edited_cb): ditto
666         (shortcuts_add_bookmark_from_path): ditto
667         (remove_bookmark_button_clicked_cb): ditto
668         (gtk_file_chooser_default_remove_shortcut): ditto
669         (update_from_entry): ditto
670         (up_folder_handler): ditto
671
672 Sun Mar  7 16:07:08 2004  Jonathan Blandford  <jrb@gnome.org>
673
674         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_init): set
675         redraw_on_allocate, #135902.
676
677         * gtk/gtkfilesystemmodel.c (model_refilter_recurse): Patch from
678         Damon Chaplin to set a node to be visible before emitting the
679         inserted signal, #135555.
680
681 Sun Mar  7 22:24:28 2004  Matthias Clasen  <maclas@gmx.de>
682
683         * gtk/gtkbutton.c (_gtk_button_paint): Don't use xthickness in the
684         height calculation.
685
686 Sun Mar  7 14:34:04 2004  Jonathan Blandford  <jrb@gnome.org>
687
688         Fixes #121500.
689
690         * gtk/gtkfilechooserdefault.c (trap_activate_cb): stop activate
691         from unselecting rows when pressed in multiple-selection mode.
692
693 2004-03-07  Hans Breuer  <hans@breuer.org>
694
695         * gdk/win32/gdkproperty-win32.c (gdk_screen_get_setting) :
696         some more settings from system, also reflect some name changes
697         done a while ago in the x11 backend
698
699         * gdk/win32/makefile.msc : build gdkspawn-win32.c
700
701         * gtk/gtkdnd.c : gtk_drag_source_[gs]et_target_list, added "Since: 2.4"
702
703         * gtk/makefile.msc.in : build gtkpathbar, link shell32.lib
704
705         * tests/makefile.msc : some more tests get build
706
707 Sun Mar  7 03:03:57 2004  Jonathan Blandford  <jrb@gnome.org>
708
709         * gtk/gtkfilechooserdefault.c
710         (gtk_file_chooser_default_get_paths): if action is
711         SELECT_FOLDER, then return the currentd folder if none is
712         selected.
713         (gtk_file_chooser_default_should_respond): Allow 'Ok' to be hit if
714         no directory is selected in SELECT_FOLDER mode.
715
716 Sat Mar  6 23:31:18 2004  Jonathan Blandford  <jrb@gnome.org>
717
718         * gtk/gtkfilechooserdefault.c (struct _GtkFileChooserDefault):
719         remove unneeded elements.
720         (tree_selection_changed): removed
721         (tree_name_data_func): removed
722         (gtk_file_chooser_default_finalize): don't unref dir model
723         (create_folder_tree): removed
724         (get_selection): no longer need to abstract away the selection
725         function.
726         (create_file_list): We now create a tree for all actions.
727         (file_pane_create): Make one tree.
728         (update_appearance) We really change the mode only, now.
729
730 Sun Mar  7 02:38:00 2004  Matthias Clasen  <maclas@gmx.de>
731
732         * gtk/gtkcombobox.c (gtk_combo_box_size_request): Do a 
733         size_request on the button and cell_view_frame, otherwise
734         their style will still be the default here in the initial 
735         size_request. (#136301, Mark McLoughlin)
736
737 2004-03-06  Gustavo J. A. M. Carneiro  <gustavo@users.sourceforge.net>
738
739         * gtk/gtktoolbar.c (internal_insert_element): Check return value
740         of gtk_stock_lookup; if stock lookup fails, just use stock_id as
741         label, instead of crashing. Fixes #136202.
742
743 2004-03-05  Federico Mena Quintero  <federico@ximian.com>
744
745         * gdk/linux-fb/gdkglobals-fb.c: Make <config.h> the very first
746         include.
747         * gdk/linux-fb/gdkwindow-fb.c: Likewise.
748         * gdk/linux-fb/gdkinput.c: Likewise.
749
750 2004-03-05  Federico Mena Quintero  <federico@ximian.com>
751
752         Fixes #136082 and #135265, patch by Morten Welinder.
753
754         * configure.in: Use AC_SYS_LARGEFILE.
755
756         * */*.c: #include <config.h>
757
758 2004-03-05  Federico Mena Quintero  <federico@ximian.com>
759
760         * gtk/gtkfilechooserdefault.c
761         (gtk_file_chooser_default_select_path): No need to have a
762         temporary error variable.
763
764 2004-03-05  Tor Lillqvist  <tml@iki.fi>
765
766         * configure.in: Move check for native Win32 (mingw) a bit
767         earlier. If Win32, disable static builds (as in GLib). Remove
768         unnecessary AC_LIBTOOL_WIN32_DLL.
769
770         * gdk/gdk.def: Add missing entries, thanks to J. Ali Harlow.
771
772         * gdk/win32/gdkcursor-win32.c (color_is_white): const-correctness.
773
774         (gdk_cursor_new_from_pixbuf): Copy of the non-Xcursor X11
775         implementation.
776
777         (gdk_display_supports_cursor_alpha,
778         gdk_display_supports_cursor_color): Dummy implementations.
779
780         (gdk_display_get_default_cursor_size,
781         gdk_display_get_maximal_cursor_size): Implement.
782
783         * gdk/win32/gdkdisplay-win32.c (gdk_display_get_default_group):
784         Dummy implementation.
785
786         * gdk/win32/gdkevents-win32.c (gdk_net_wm_supports): Dummy
787         implementation.
788
789         * gdk/win32/gdkfont-win32.c (gdk_font_get_display): Implement.
790
791         * gdk/win32/gdkinput-win32.c (gdk_input_motion_events): Remove,
792         not in API.
793
794         * gdk/win32/gdkwindow-win32.c (gdk_window_get_group): Dummy
795         implementation.
796
797 Fri Mar  5 18:00:36 2004  Jonathan Blandford  <jrb@redhat.com>
798
799         * gtk/gtkfilechooserdefault.c (new_folder_button_clicked): scroll
800         to the new path.
801
802         * gtk/gtktreeview.c (gtk_tree_view_adjustment_changed): Update the
803         allocation when scrolling instead of cancelling editing.
804
805 Fri Mar  5 23:52:34 2004  Matthias Clasen  <maclas@gmx.de>
806
807         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_set_modify_func): 
808         Improve the docs.  (#127727, Murray Cumming)
809
810 Fri Mar  5 23:37:16 2004  Matthias Clasen  <maclas@gmx.de>
811
812         * gtk/gtktreeview.c (gtk_tree_view_set_reorderable): Clarify the
813         doc comment.  (#118602)
814
815 Fri Mar  5 22:37:15 2004  Matthias Clasen  <maclas@gmx.de>
816
817         * gtk/gtkbutton.c (gtk_button_construct_child): Don't let
818         the priv->image pointer dangle.  (#136259, Padraig O'Briain)
819
820 2004-03-05  Federico Mena Quintero  <federico@ximian.com>
821
822         * gtk/gtkfilechooserprivate.h (struct _GtkFileChooserIface): Add
823         gboolean return values and GError arguments to
824         ::set_current_folder() and ::select_path().
825
826         * gtk/gtkfilechooser.c (gtk_file_chooser_set_current_folder):
827         Return a boolean value for success/failure.
828         (gtk_file_chooser_set_current_folder_uri): Likewise.
829         (gtk_file_chooser_select_filename): Likewise.
830         (gtk_file_chooser_select_uri): Likewise.
831         (gtk_file_chooser_set_filename): Likewise.
832         (gtk_file_chooser_set_uri): Likewise.
833         (_gtk_file_chooser_set_current_folder_path): Likewise, plus take
834         in a GError.
835         (_gtk_file_chooser_select_path): Likewise.
836
837         * gtk/gtkfilechooserutils.c (delegate_set_current_folder):
838         Likewise.
839         (delegate_select_path): Likewise.
840
841         * gtk/gtkfilechooserdefault.c
842         (gtk_file_chooser_default_select_path): Likewise.
843         (gtk_file_chooser_default_set_current_folder): Likewise; this also
844         fixes #136024.
845         (error_changing_folder_dialog): New helper function.
846         (change_folder_and_display_error): New helper function.
847         (switch_to_selected_folder): Use change_folder_and_display_error().
848         (tree_selection_changed): Likewise.
849         (shortcuts_activate_volume): Likewise.
850         (shortcuts_activate_item): Likewise.
851         (list_row_activated): Likewise.
852         (path_bar_clicked): Likewise.
853         (update_from_entry): Likewise.
854         (up_folder_handler): Likewise.
855         (home_folder_handler): Get the home path from the shortcuts model,
856         and use change_folder_and_display_error().
857
858         * tests/testfilechooser.c (set_current_folder): New helper
859         function; pops up a simple error dialog if necessary.
860         (set_filename): Likewise.
861         (set_folder_nonexistent_cb): Use set_current_folder().
862         (set_folder_existing_nonexistent_cb): Likewise.
863         (set_filename_nonexistent_cb): Use set_filename().
864         (set_filename_existing_nonexistent_cb): Likewise.
865
866 Fri Mar  5 11:17:35 2004  Owen Taylor  <otaylor@redhat.com>
867
868         * gtk/gtktreemodel.c (gtk_tree_row_reference_new_proxy): 
869         Improve the docs (reported by Vitaly Tishkov, 
870         #74362) Add some comments to the code about the 
871         row reference handling that are hopefully not entirely
872         wrong.
873
874 2004-03-05  Michael Natterer  <mitch@gimp.org>
875
876         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_show_all):
877         s/object/widget/. Makes it compile again.
878
879 Fri Mar  5 03:37:14 2004  Jonathan Blandford  <jrb@gnome.org>
880
881         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_show_all):
882         chain to the extra_widget.
883
884 Fri Mar  5 02:53:41 2004  Jonathan Blandford  <jrb@gnome.org>
885
886         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_finalize):
887         Patch from Damon Chaplin to free models when we're finalized,
888         #134053
889
890 2004-03-05  Alexander Larsson  <alexl@redhat.com>
891
892         * gtk/gtkfilesystem.c (gtk_file_system_get_volume_for_path):
893         Document the fact that there might not be a volume for all
894         paths.
895
896         * gtk/gtkfilechooserdefault.c (shortcuts_add_current_folder):
897         Don't assume there is a volume for all paths.
898
899 Fri Mar  5 01:45:04 2004  Jonathan Blandford  <jrb@gnome.org>
900
901         * gtk/gtkfilechooserdefault.c (shortcuts_append_paths): insert in
902         the correct place instead of naïvely appending.
903         (shortcuts_add_volumes): refilter the model
904         (shortcuts_add_bookmarks): refilter the model
905         (gtk_file_chooser_default_add_shortcut_folder): refilter the model
906
907 2004-03-04  Federico Mena Quintero  <federico@ximian.com>
908
909         * gtk/gtkfilechooserdialog.c (response_cb):  New handler.  Ask the
910         GtkFileChooser widget if it wants to do something special rather
911         than letting us terminate the dialog.
912         (gtk_file_chooser_dialog_init): Connect to "response"; see the
913         comment in the sources to see why we don't override the method in
914         class_init.
915
916         * gtk/gtkfilechooserembed.h (struct _GtkFileChooserEmbedIface):
917         Added a ::should_respond() method.
918
919         * gtk/gtkfilechooserembed.c
920         (_gtk_file_chooser_embed_delegate_iface_init): Add a delegate for ::should_respond().
921         (delegate_should_respond): New delegate.
922         (_gtk_file_chooser_embed_should_respond): New function.
923
924         * gtk/gtkfilechooserdefault.c (set_list_model, create_file_list):
925         Use dashes in signal names rather than underscores.
926         (gtk_file_chooser_default_init): Hook up our ::should_respond() implementation.
927         (gtk_file_chooser_default_should_respond): Implement.  go into a
928         folder rather than responding if we are in File mode and the
929         selected file is a folder.
930         (get_selection): New helper function.
931         (add_bookmark_button_clicked_cb): Use get_selection().
932         (bookmarks_check_add_sensitivity): Likewise.
933         (gtk_file_chooser_default_get_paths): Likewise.
934         (check_save_entry): New helper function.
935         (gtk_file_chooser_default_get_paths): Use check_save_entry().
936         (selection_check): Renamed from selection_is_folders().  Now
937         checks whether the selection is empty, all files, all folders.
938         (bookmarks_check_add_sensitivity): Use selection_check().
939
940 Fri Mar  5 00:05:59 2004  Matthias Clasen  <maclas@gmx.de>
941
942         * gtk/gtkcombobox.c (gtk_combo_box_list_setup): 
943         * gtk/gtkcombobox.c (gtk_combo_box_menu_setup): Connect to 
944         key_press_event and handle Alt-Down/Alt-Up to show or hide the
945         list popup. Also handle Down/Up/PageDown/PageUp/Home/End and 
946         make them change the active item without popping up the list.
947         These keybindings are inherited from GtkCombo. 
948
949 Thu Mar  4 23:15:58 2004  Matthias Clasen  <maclas@gmx.de>
950
951         * gtk/gtkcombobox.c (gtk_combo_box_menu_position): Initially 
952         select the active item when using optionmenu-like positioning. 
953
954 Thu Mar  4 16:54:30 2004  Owen Taylor  <otaylor@redhat.com>
955
956         * gtk/gtkrc.c (gtk_rc_check_pixmap_dir): Don't
957         open/close the file, just check for existence
958         with g_file_test(). This is considerably cheaper,
959         and lack-of-permissions for pixmap dirs is 
960         pathological.
961
962 Wed Mar  3 17:53:21 2004  Owen Taylor  <otaylor@redhat.com>
963
964         * gtk/gtksocket.c (gtk_socket_class_init): Overide
965         show_all/hide_all to be gtk_widget_show/gtk_widget_hide,
966         since we don't want to propagate to the in-process
967         plug, if any. (#122949, Michael Meeks)
968
969 Thu Mar  4 15:20:55 2004  Jonathan Blandford  <jrb@gnome.org>
970
971         * gtk/gtkfilechooserdefault.c (update_appearance): show the 'New
972         Folder' button in SAVE mode again.
973
974 Thu Mar  4 21:53:46 2004  Matthias Clasen  <maclas@gmx.de>
975
976         * gtk/gtkiconfactory.c (copy_cache): Increment the reference
977         count of the style when copying the cached icon.  (#135890, Crispin
978         Flowerday)
979
980 Thu Mar  4 21:45:43 2004  Matthias Clasen  <maclas@gmx.de>
981
982         * gtk/gtkcombobox.c: In list mode, set the background color 
983         of the cell view to the base color of the style, instead of
984         hardwiring white. (#136158)
985
986 Thu Mar  4 01:32:19 2004  Jonathan Blandford  <jrb@gnome.org>
987
988         * gtk/gtkpathbar.c (gtk_path_bar_set_path): Modified patch from
989         muppet <scott@asofyet.org> to keep child directories around if we
990         change to a child.
991
992         * gtk/gtkpathbar.c (_gtk_path_bar_set_home_icon): Start of
993         icon-setting functions.  Not used yet.
994         (_gtk_path_bar_set_root_icon): Ditto.
995         
996 Thu Mar  4 00:31:54 2004  Matthias Clasen  <maclas@gmx.de>
997
998         * gtk/gtktextview.c (extend_selection): 
999         * gtk/gtktextview.c (gtk_text_view_move_cursor_internal): Allow
1000         to select the last word in the buffer.  (#135487, Paolo Borelli)
1001
1002 Wed Mar  3 23:54:31 2004  Matthias Clasen  <maclas@gmx.de>
1003
1004         * gtk/gtkentrycompletion.c: Doc update.
1005
1006 Wed Mar  3 17:30:18 2004  Owen Taylor  <otaylor@redhat.com>
1007
1008         * gtk/gtkwindow.c (gtk_window_mnemonic_activate): Check
1009         whether widgets are viewable, not just if they are
1010         mapped. (#122912, reported by Tim Evans)
1011
1012 Wed Mar  3 23:28:48 2004  Matthias Clasen  <maclas@gmx.de>
1013
1014         * gtk/gtkcombobox.c (gtk_combo_box_set_active): Move the actual
1015         implementation into a new gtk_combo_box_set_active_internal() 
1016         function, which doesn't do the short-circuiting. 
1017         * gtk/gtkcombobox.c (gtk_combo_box_model_row_deleted): Use
1018         set_active_internal() here, since the active item may change here,
1019         although the index is unchanged.
1020
1021 Wed Mar  3 23:26:49 2004  Matthias Clasen  <maclas@gmx.de>
1022
1023         * gtk/gtkcombobox.c (gtk_combo_box_menu_position): Reintroduce the
1024         traditional option menu placement of the popup for regular combo
1025         boxes. Grids and editable combo boxes use the combo-like placement 
1026         below the entry.  (#136021)
1027         * gtk/gtkcombobox.c (gtk_combo_box_menu_button_press): 
1028         * gtk/gtkcombobox.c (gtk_combo_box_popup): Call gtk_menu_set_active()
1029         before popping up the menu, to make the placement work.
1030         
1031 Wed Mar  3 17:20:15 2004  Owen Taylor  <otaylor@redhat.com>
1032
1033         * gtk/gtkmain.c (gtk_propagate_event): Special case
1034         scroll events so that they propagate up the widget
1035         heirarchy when received on insensitive widgets.
1036         (#101102, reported by Geoff Reedy)
1037
1038 Wed Mar  3 16:47:10 2004  Owen Taylor  <otaylor@redhat.com>
1039
1040          #109594, reported by Olivier Ripoll
1041
1042         * gtk/gtkentry.c (gtk_entry_size_request): Use max of 
1043         width and digit width for gtk_entry_set_width_chars,
1044         and round up.
1045
1046         * gtk/gtkcolorsel.c (gtk_color_selection_init): Set the
1047         width of the entry to 7 chars.
1048
1049 Wed Mar  3 16:00:10 2004  Owen Taylor  <otaylor@redhat.com>
1050
1051         * configure.in: Strip out the "export-dynamic" libtool
1052         option from library link lines. (#124687, James Henstridge)
1053
1054 Wed Mar  3 16:06:03 2004  Jonathan Blandford  <jrb@gnome.org>
1055
1056         * gtk/gtkfilechooserdefault.c (save_folder_combo_changed_cb):
1057         Don't activate the combo if we're in the midst of changing
1058         folders.
1059
1060 2004-03-03  Mark McLoughlin  <mark@skynet.ie>
1061
1062         * tests/testsocket_common.c: (print_hello): don't try and store
1063         pointers in ints. Fixes 64-bit build.
1064
1065 2004-03-03  Federico Mena Quintero  <federico@ximian.com>
1066
1067         * gtk/gtkfilesystem.c (gtk_file_system_get_parent): Simplify by
1068         not using a temporary variable, and clarify the documentation.
1069         Fixes #136008.
1070
1071 2004-03-03  Mark McLoughlin  <mark@skynet.ie>
1072
1073         * gtk/gtkexpander.c:
1074         (gtk_expander_enter_notify), (gtk_expander_leave_notify),
1075         (gtk_expander_set_label_widget): Set the label widget's
1076         state to prelight if we're prelit. Fixes bug #136078.
1077
1078 2004-03-03  Murray Cumming  <murrayc@murrayc.com>
1079
1080         * gtk/gtkradiobutton.h, radiomenuitem.h: Corrected the group_changed
1081         signal vfunc declaration, adding the first parameter, which is the
1082         widget emitting the signal.
1083
1084 2004-03-03  Morten Welinder  <terra@gnome.org>
1085
1086         * tests/testfilechooser.c (update_preview_cb): Plug leak.
1087
1088 Tue Mar  2 23:39:55 2004  Jonathan Blandford  <jrb@gnome.org>
1089
1090         * gtk/gtkfilechooserdialog.c
1091         (file_chooser_widget_default_realized_size_changed): Split
1092         function into realized and unrealized variants, and consolidate
1093         the handling fo size-changing and default changing.
1094
1095         * gtk/gtkfilechooserembed.[ch] (gtk_file_chooser_embed_class_init):
1096         remove resizable-hints-changed, as it just complicated things.
1097
1098         * gtk/gtkfilechooserdefault.c (update_appearance): Don't emit
1099         resizable-hints-changed.
1100         
1101 2004-03-03  Tor Lillqvist  <tml@iki.fi>
1102
1103         * gtk/gtk.def: Add a missing entry. (#135982, J. Ali Harlow)
1104
1105         * NEWS: Correct spelling of my name in one place.
1106
1107 2004-03-02  Federico Mena Quintero  <federico@ximian.com>
1108
1109         * gtk/gtkfilechooserdefault.c
1110         (gtk_file_chooser_default_set_current_folder): Handle errors in
1111         setting the path bar's path.  Fixes #136000, based on a patch by
1112         Morten Welinder.
1113
1114         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_insert_bookmark):
1115         Don't free our own propagated error.
1116
1117         * gtk/gtkpathbar.c (gtk_path_bar_set_path): Likewise, and free the
1118         parent_path upon error.  Fixes #136006, patch by Morten Welinder.
1119         (gtk_path_bar_set_path): Unref the file_folder upon error.
1120         (gtk_path_bar_set_path): Return a boolean success code.
1121
1122 Wed Mar  3 00:28:59 2004  Matthias Clasen  <maclas@gmx.de>
1123
1124         * tests/testcombochange.c: Add an animation mode, to test 
1125         how the combobox behaves if the model changes while it is popped
1126         up.
1127
1128 Tue Mar  2 17:06:05 2004  Owen Taylor  <otaylor@redhat.com>
1129
1130         * === Released 2.3.5 ===
1131
1132         * NEWS: Updates
1133
1134         * configure.in: Version 2.3.5, interface age 0.
1135         Require glib-2.3.5, pango-1.3.5.
1136
1137 Tue Mar  2 23:08:12 2004  Matthias Clasen  <maclas@gmx.de>
1138
1139         * gtk/gtkentrycompletion.c (_gtk_entry_completion_popup): Avoid
1140         popping up the completions across the edge of the monitor.
1141         Part of #135561.
1142
1143 Tue Mar  2 16:47:40 2004  Owen Taylor  <otaylor@redhat.com>
1144
1145         * tests/testfilechooser.c (set_filename_existing_nonexistent_cb): 
1146         Move the /nonexistant stuff out of the main window,
1147         keep the main window somewhat normal looking.
1148
1149 Tue Mar  2 16:18:43 2004  Owen Taylor  <otaylor@redhat.com>
1150
1151         * gtk/gtktreestore.c (gtk_tree_store_reorder)
1152         * gtk/gtkliststore.c (gtk_list_store_reorder): Fix
1153         up the interpretation of new_order to match what
1154         it means elsewhere, document the meaning of new_order.
1155
1156         * gtk/gtkcombobox.c (gtk_combo_box_model_rows_reordered):
1157         Fix interpretation of new_order.
1158
1159         * tests/testcombochange.c (on_reorder): Fix interpretation
1160         of new_order.
1161
1162         * tests/testcombochange.c (on_reorder): Fix hitting
1163         "reorder" with an empty list.
1164
1165 Tue Mar  2 21:23:30 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
1166
1167         Patch from Frederic Crozat, test code from Jean-Philippe
1168         Chancelier. Fixes bug #120479.
1169         
1170         * gtk/gtkcombo.c (gtk_combo_popup_list): Make sure popup belongs
1171         to the right window group.
1172
1173         * gtk/gtkmenu.c (gtk_menu_popup): Same
1174
1175         * tests/testsocket.c (main): Pack the plugs into an hbox instead
1176         of a vbox.
1177
1178         * tests/testsocket_common.c: Add a GtkMenuBar, a GtkCombo and a
1179         GtkComboBox to the children.
1180
1181 Tue Mar  2 14:38:23 2004  Owen Taylor  <otaylor@redhat.com>
1182
1183         * gtk/gtkcombobox.c (gtk_combo_box_model_row_inserted):
1184         If the model was empty before, select the first inserted
1185         item.
1186
1187         * gtk/gtkcombobox.c (gtk_combo_box_model_row_deleted):
1188         Fix up the logic for the new row to select.
1189
1190         * gtk/gtkcombobox.c (gtk_combo_box_class_init):
1191         Rename "appearance" property to "appears-as-list".
1192
1193         * tests/testcombochange.c tests/Makefile.am: Test case
1194         for combos and dynamically changing models.
1195
1196 Tue Mar  2 15:19:52 2004  Jonathan Blandford  <jrb@redhat.com>
1197
1198         * gtk/gtkfilechooserdefault.c
1199         (gtk_file_chooser_default_get_resizable_hints): set the default
1200         value, spotted by Morten Welinder.
1201
1202 Tue Mar  2 15:03:15 2004  Jonathan Blandford  <jrb@redhat.com>
1203
1204         * gtk/gtkfilechooserdefault.c
1205         (gtk_file_chooser_default_get_resizable_hints): get the logic
1206         correct.  This will fix sizing on save dialogs.
1207
1208         (save_widgets_create): set_mnemonic_widget.
1209
1210 2004-03-02  Federico Mena Quintero  <federico@ximian.com>
1211
1212         * gtk/gtkfilechooserdefault.c
1213         (gtk_file_chooser_default_set_current_folder): Don't update the
1214         save folder combo if we are already switching folders; based on a
1215         patch by Jonathan Blandford.
1216
1217         * gtk/gtkfilechooserdefault.c (shortcuts_add_current_folder):
1218         Handle failure to insert the path.  Based on a patch by Morten
1219         Welinder attached to bug #135380.
1220
1221         * tests/testfilechooser.c (extra_widget_create): Add a bunch of
1222         buttons to test various things.
1223
1224 Tue Mar  2 20:59:23 2004  Matthias Clasen  <maclas@gmx.de>
1225
1226         * tests/Makefile.am: Add testentrycompletion.
1227
1228         * tests/testentrycompletion.c: New file to test some of the
1229         more exotic GtkEntryCompletion features.
1230
1231 Tue Mar  2 14:38:10 2004  Jonathan Blandford  <jrb@redhat.com>
1232
1233         * tests/testfilechooser.c (main): improve tests a little.
1234
1235 Tue Mar  2 11:45:50 2004  Owen Taylor  <otaylor@redhat.com>
1236
1237         * gtk/gtkcombobox.c: Always connect to the changed
1238         signals on the model, update the active item as
1239         appropriate when rows are inserted/deleted/reordered,
1240         re-layout the menu on ::rows-reordered.
1241
1242         * gtk/gtkcellview.c (gtk_cell_view_set_displayed_row):
1243         Allow %NULL for path to unset and leave no current
1244         path.
1245
1246 Tue Mar  2 19:54:53 2004  Matthias Clasen  <maclas@gmx.de>
1247
1248         * gtk/gtkcombobox.c (gtk_combo_box_list_position): Position
1249         the popup above the sample if there is not enough room below.
1250         Part of #135543.
1251
1252 Tue Mar  2 19:53:36 2004  Matthias Clasen  <maclas@gmx.de>
1253
1254         * gtk/gtkcombobox.c (gtk_combo_box_set_popup_widget): Make the 
1255         frame for the list mode etched in, to give the popup a slightly
1256         less flat appearance. 
1257
1258 Tue Mar  2 17:55:31 2004  Matthias Clasen  <maclas@gmx.de>
1259
1260         * gtk/gtk.def: Add gtk_combo_box_entry_new_text().  
1261
1262 2004-03-02  Morten Welinder  <terra@gnome.org>
1263
1264         * tests/testfilechooser.c (size_prepared_cb): Don't scale images
1265         that are small enough to fit.  Avoid using incompatibly typed data
1266         pointer.
1267
1268         * gtk/gtkfilechooserdefault.c
1269         (gtk_file_chooser_default_get_resizable_hints): Test the
1270         resize_horizontally pointer, not the deferenced pointer.
1271
1272 2004-03-01  Federico Mena Quintero  <federico@ximian.com>
1273
1274         * gtk/gtkfilechooserdefault.c (struct _GtkFileChooserDefault): New
1275         flag shortcuts_current_folder_is_volume.
1276         (shortcuts_add_current_folder): Set
1277         impl->shortcuts_current_folder_is_volume as appropriate.
1278         (remove_current_folder_cb): Handle the flag.
1279         (shortcuts_activate_item): Likewise.
1280         (shortcuts_update_current_folder): Handle the
1281         impl->shortcuts_current_folder_active flag; only add the folder if
1282         it doesn't already exist in the list.
1283         (shortcuts_model_create): Don't insert the current folder
1284         separator here.
1285         (shortcuts_add_current_folder): Insert the separator here.
1286         (shortcut_find_position): Renamed from shortcut_exists(); now
1287         returns an index.
1288         (shortcuts_add_current_folder): Set the active item in the combo.
1289
1290 2004-03-01  Federico Mena Quintero  <federico@ximian.com>
1291
1292         * gtk/gtkfilechooserdefault.c (shortcuts_row_activated_cb): Eep,
1293         use gtk_tree_model_filter_convert_iter_to_child_iter(), not the reverse.
1294
1295 2004-03-01  Federico Mena Quintero  <federico@ximian.com>
1296
1297         * gtk/gtkfilechooserdefault.c (shortcuts_model_create): Don't
1298         unref an old model; there isn't one.  This was a leftover from
1299         when we recreated the model on every change.
1300         (save_widgets_create): Create the save folder combo.
1301         (shortcuts_model_create): Don't set the model on the tree view
1302         here.
1303         (gtk_file_chooser_default_constructor): Create the shortcuts model
1304         here, before the rest of the widgets.
1305         (shortcuts_list_create): Don't call shortcuts_model_create() here;
1306         just set the model on the tree.
1307         (save_folder_combo_create): New function, provided by Jonathan
1308         Blandford.
1309         (update_appearance): Set the sensitivity of the folder combo.
1310         (shortcuts_activate_iter): New helper function; code moved from
1311         shortcuts_row_activated_cb().
1312         (shortcuts_activate_item): New helper function.
1313         (shortcuts_row_activated_cb): Use shortcuts_activate_iter().
1314         (ShortcutsIndex): Renamed SHORTCUTS_SEPARATOR to
1315         SHORTCUTS_BOOKMARKS_SEPARATOR.
1316         (struct _GtkFileChooserDefault): New field shortcuts_current_folder_active.
1317         (shortcuts_insert_separator): Add a position argument.
1318         (shortcuts_get_index): Handle the SHORTCUTS_CURRENT_FOLDER_SEPARATOR 
1319         and SHORTCUTS_CURRENT_FOLDER positions.
1320         (shortcut_exists): Ignore the current folder row.
1321         (struct _GtkFileChooserDefault): New field shortcuts_filter_model.
1322         (shortcuts_model_create): Create a filter model for the shortcuts list.
1323         (shortcuts_list_create): Set the model to the shortcuts_filter_model.
1324         (remove_bookmark_button_clicked_cb): Use the shortcuts_filter_model.
1325         (bookmarks_check_remove_sensitivity): Likewise.
1326         (shortcuts_row_activated_cb): Likewise.
1327         (gtk_file_chooser_default_set_current_folder): New function.
1328         (gtk_file_chooser_default_set_current_folder): Update the current
1329         folder row in the shortcuts list.
1330
1331         * gtk/gtkfilechooserwidget.c
1332         (gtk_file_chooser_widget_constructor): Cast correctly for
1333         _gtk_file_chooser_embed_set_delegate().
1334
1335 Mon Mar  1 19:30:25 2004  Owen Taylor  <otaylor@redhat.com>
1336
1337         * gtk/gtkdnd.[ch]: Add gtk_drag_source_set/get_target_list().
1338         (#127499, based on patch from Michael Natterer)
1339
1340         * tests/testgtk.c: Fix bidi strings to display correctly
1341         with new auto-bidi.
1342
1343 Tue Mar  2 01:34:40 2004  Matthias Clasen  <maclas@gmx.de>
1344
1345         * gtk/gtksettings.c: Remove the include of Xft.h, which is already
1346         dragged in via pangoxft.h.  (#135496, David Hawthorne)
1347
1348 Mon Mar  1 23:52:15 2004  Tim Janik  <timj@gtk.org>
1349
1350         * gtk/gtkbindings.[hc]: expose gtk_bindings_activate_event(), changed
1351         callers.
1352
1353         * gtk/gtkwindow.[hc]: added gtk_window_propagate_key_event() to expose
1354         the key event propagation mechanism used for focus widgets.
1355         (gtk_window_key_release_event): use the same key event propagation logic
1356         as gtk_window_key_press_event().
1357
1358 2004-03-01  Simon Budig  <simon@gimp.org>
1359
1360         * gdk/x11/gdkinput-x11.c: X11 R6.4 specifies 15 events
1361         for the XInput extension. We want to see them all.
1362         We now get Proximity Out events again. Fixes bug #135320.
1363
1364 Tue Mar  2 00:47:21 2004  Matthias Clasen  <maclas@gmx.de>
1365
1366         * gtk/gtkimmodule.c (match_locale): Use case-insensitive
1367         comparison. Fixes XIM module loading on AIX.  (#131277)
1368
1369 Mon Mar  1 23:59:18 2004  Matthias Clasen  <maclas@gmx.de>
1370
1371         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_row_deleted): 
1372         Make it work correctly when the child model is cleared 
1373         completely. (#121633)
1374
1375 2004-03-01  Michael Natterer  <mitch@gimp.org>
1376
1377         * gtk/gtkfilechooserwidget.h: removed accidentially committed char
1378         which broke the build.
1379
1380 Mon Mar  1 16:51:21 2004  Jonathan Blandford  <jrb@redhat.com>
1381
1382         * gtk/gtkfilechooserdialog.c
1383         (file_chooser_widget_default_size_changed): only store the size if
1384         we can resize in that direction.
1385
1386 Mon Mar  1 16:32:52 2004  Jonathan Blandford  <jrb@redhat.com>
1387
1388         * gtk/gtkfilechooserwidget.c
1389         (gtk_file_chooser_widget_new_with_backend): new function.  Long
1390         name.
1391
1392 2004-03-01  Morten Welinder  <terra@gnome.org>
1393
1394         * gtk/gtkfilesystemunix.c (filename_get_info): Only stat when
1395         needed.
1396
1397         * gtk/gtkfilesystemmodel.c (file_model_node_is_visible): Simplify
1398         semantics and check for errors.
1399
1400         * gtk/gtkpathbar.c (gtk_path_bar_set_path): Propagate errors.
1401
1402         * gtk/gtkfilefilter.c (gtk_file_filter_filter): Don't crash if
1403         display_name is NULL.
1404
1405 Mon Mar  1 14:16:52 2004  Owen Taylor  <otaylor@redhat.com>
1406
1407         Based on patch by Alex Larsson
1408
1409         * gtk/gtkfilechooserdefault.c: Use gtk-file-chooser-backend
1410         GtkSetting to set the backend if the app doesn't specify one.
1411
1412         * gdk/x11/gdkevents-x11.c gtk/gtksettings.c:
1413         Add Gtk/FileChooserBackend.
1414
1415 Mon Mar  1 20:32:06 2004  Tim Janik  <timj@gtk.org>
1416
1417         * autogen.sh:
1418         - exit with $? instead of 1 in case of failure
1419         - exit with $? if ./configure failed
1420           (that's so autogen.sh && make lines work)
1421         - removed --enable-gtk-doc option
1422         - added $AUTOGEN_CONFIGURE_ARGS
1423
1424 2004-03-01  Federico Mena Quintero  <federico@ximian.com>
1425
1426         * gtk/gtkfilechooserdefault.c (list_model_filter_func): Test for
1427         filter_info.uri correctly.  Fixes #135379, pointed out by Damon
1428         Chaplin.
1429         (shortcuts_get_index): Compute the bookmarks index correctly.
1430         Fixes #135714, pointed out by Damon Chaplin.
1431         (gtk_file_chooser_default_list_shortcut_folders): Handle the case
1432         with no shortcuts, and don't run off the end of the list if there
1433         are no bookmarks and their separator.  Fixes #135572, patch by
1434         Damon Chaplin.
1435
1436 Mon Mar  1 12:23:06 2004  Owen Taylor  <otaylor@redhat.com>
1437
1438         * gtk/gtklabel.c: Handle dynamically resolved bidi direction
1439         when drawing the cursor. (#118541)
1440
1441         * gtk/gtkentry.c (get_better_cursor_x): Use entry->resolved_dir;
1442
1443         * gtk/gtkentry.c (draw_insertion_cursor): Fix up
1444         some confusion in parameter ordering.
1445
1446 Mon Mar  1 12:05:54 2004  Jonathan Blandford  <jrb@redhat.com>
1447
1448         * gtk/gtkfilechooserdialog.c
1449         (file_chooser_widget_resizable_hints_changed): Handle
1450         shrinking/growing.
1451
1452 2004-03-01  Michael Natterer  <mitch@gimp.org>
1453
1454         * gtk/gtktextbtree.c: removed underscores from calls to
1455         gtk_text_btree_resolve_bidi().
1456
1457 Mon Mar  1 10:41:27 2004  Owen Taylor  <otaylor@redhat.com>
1458
1459         Patch from Dov Grobgeld to implement auto-bidi-direction
1460         for GtkTextView (#118543)
1461
1462         * gtk/gtktextbtree.[ch]: Resolve bidi base direction
1463         for each line by propagating backwards/forwards as
1464         necessary.
1465
1466         * gtk/gtktextlayout.[ch] gtk/gtktextview.c: Set the 
1467         bidi base direction for the ;ine with the cursor from 
1468         the keyboard direction. Add gtk_text_layout_set_keyboard_direction().
1469         
1470 Mon Mar  1 10:31:11 2004  Owen Taylor  <otaylor@redhat.com>
1471
1472         * gtk/gtkentry.[ch]: Implement auto-bidi-direction,
1473         based on a patch from Dov Grobgeld. (#118540)
1474
1475 Sun Feb 29 22:01:49 2004  Owen Taylor  <otaylor@redhat.com>
1476
1477         * gtk/gtkentry.[ch]: Add gtk_entry_set_alignment() 
1478         to allow right-aligned entries and a "xalign" 
1479         property. (#59799, patch from Egon Andersen and 
1480         Steffen Gutmann)
1481
1482         * gtk/gtkmisc.c (gtk_misc_class_init): Use improved
1483         xalign property description here too.
1484
1485         * tests/testtext.c: UNDERLINE_ERROR test addition
1486         from Nicolas Settons' patch.
1487
1488 Sun Feb 29 20:34:06 2004  Owen Taylor  <otaylor@redhat.com>
1489
1490         * gtk/gtkwindow.[ch] gtk/gtkmenushell.c: export
1491         gtk_window_activate_key() (Request from Tim Janik)
1492
1493 Mon Mar  1 01:00:11 2004  Matthias Clasen  <maclas@gmx.de>
1494
1495         * gtk/gtktextview.c (gtk_text_view_drag_data_received): 
1496         Make DND operations within a buffer move the dragged 
1497         text instead of copying it; also make DND operations 
1498         a single user action for undo purposes.  (#135191, 
1499         #93139, reported by Tommi Komulainen, patch by Paolo Borelli
1500         and Paolo Maggi)
1501
1502 Mon Mar  1 00:51:11 2004  Matthias Clasen  <maclas@gmx.de>
1503
1504         * NEWS: News for 2.3.5.
1505
1506 Sun Feb 29 23:25:35 2004  Matthias Clasen  <maclas@gmx.de>
1507
1508         * gtk/gtkentry.c (gtk_entry_completion_key_press): 
1509         Fix the Shift-Tab support to go backwards.
1510
1511 Sun Feb 29 16:40:40 2004  Owen Taylor  <otaylor@redhat.com>
1512
1513         * gtk/gtktextview.c (gtk_text_view_class_init): Fix 
1514         capitalization to match other style properties.
1515
1516 Sun Feb 29 16:38:53 2004  Owen Taylor  <otaylor@redhat.com>
1517
1518         * gtk/gtktextview.c (gtk_text_view_class_init): Fix a
1519         typo in property string.
1520
1521 Sun Feb 29 16:35:23 2004  Owen Taylor  <otaylor@redhat.com>
1522
1523         * gdk/gdkpango.c gtk/gtktextdisplay.c: Implement
1524         PANGO_UNDERLINE_ERROR (Based on a patch by
1525         Nicolas Setton, #114237)
1526
1527         * gtk/gtktextview.c: Add a error-underline-color style
1528         property.
1529
1530 Sun Feb 29 19:04:33 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
1531
1532         * gtk/gtkrange.c (_gtk_range_get_wheel_delta): New internal
1533         function returning a good step value for the mouse wheel. For
1534         scrollbars, base the step on page_size^(2/3), for other ranges,
1535         use 2 * step_increment.
1536
1537         * gtk/gtkrange.c (gtk_range_scroll_event): Use it here ...
1538
1539         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_scroll_event): 
1540         ... and here.
1541
1542         * gtk/gtkmenu.c (gtk_menu_leave_notify): Fix a warning.
1543
1544 Sun Feb 29 01:51:27 2004  Jonathan Blandford  <jrb@gnome.org>
1545
1546         * gtk/gtkfilechooserembed.c
1547         (_gtk_file_chooser_embed_get_default_size):  Add g_return_if_fail()
1548         (_gtk_file_chooser_embed_get_resizable_hints): Add g_return_if_fail()
1549
1550         * gtk/gtkfilechooserdialog.c
1551         (file_chooser_widget_default_size_changed): Get the correct
1552         initial size for the dialog.  Also, don't bother with
1553         gtk_window_set_default_size().  It's not really meaningful.
1554
1555         * gtk/gtkfilechooserdefault.c
1556         (gtk_file_chooser_default_get_default_size): Get the correct
1557         spacing for the preview_widget
1558         (update_preview_widget_visibility): Clear widget field after we
1559         destroy it.
1560
1561 2004-02-29  Federico Mena Quintero  <federico@ximian.com>
1562
1563         * gtk/gtkfilechooserdefault.c
1564         (gtk_file_chooser_default_set_property): Handle
1565         GTK_FILE_CHOOSER_PROP_USE_PREVIEW_LABEL.
1566         (gtk_file_chooser_default_get_property): Likewise.
1567         (struct _GtkFileChooserDefault): Added fields for preview_label,
1568         use_preview_label, preview_display_name, preview_box.  Removed
1569         preview_frame.
1570         (set_preview_widget): Reorder the widget in relation to the label.
1571         (update_preview_widget_visibility): Create or destroy the preview
1572         label.
1573         (check_preview_change): Update impl->preview_display_name and the
1574         label.
1575         (find_good_size_from_style): Use the preview_box.
1576         (gtk_file_chooser_default_finalize): Free
1577         impl->preview_display_name.
1578         (gtk_file_chooser_default_init): Initialize
1579         impl->use_preview_label.
1580
1581         * gtk/gtkfilechooser.c (gtk_file_chooser_class_init): Add a
1582         "use-preview-label" property.
1583         (gtk_file_chooser_set_use_preview_label): New function.  This sets
1584         whether one wants the file chooser to display a stock label with
1585         the previewed filename.  Apps that do really fancy previews can
1586         turn this off and draw the name themselves.
1587         (gtk_file_chooser_get_use_preview_label): New function.
1588         (gtk_file_chooser_get_preview_widget_active): Documentation fix.
1589
1590         * gtk/gtkfilechooserutils.h (GtkFileChooserProp): Add a
1591         GTK_FILE_CHOOSER_PROP_USE_PREVIEW_LABEL value.
1592
1593         * gtk/gtkfilechooserutils.c
1594         (_gtk_file_chooser_install_properties): Override the
1595         "use-preview-label" property.
1596
1597 Sun Feb 29 04:43:29 2004  Matthias Clasen  <maclas@gmx.de>
1598
1599         * gtk/gtkentry.c (gtk_entry_completion_key_press): Make Tab and
1600         Shift-Tab work when the completion popup is shown.
1601
1602 2004-02-28  Federico Mena Quintero  <federico@ximian.com>
1603
1604         * gtk/gtkfilechooserdefault.c (create_folder_tree): Use "Name" for
1605         the title of the filename column.
1606         (create_file_list): Likewise.
1607
1608 Sun Feb 29 03:31:42 2004  Matthias Clasen  <maclas@gmx.de>
1609
1610         * gtk/gtkentry.c (gtk_entry_completion_key_press): Fix Page_Up 
1611         and Page_Down in the completion popup to move page-wise if we're
1612         scrolling.
1613
1614 2004-02-28  Federico Mena Quintero  <federico@ximian.com>
1615
1616         * gtk/gtkfilechooserdefault.c (set_cell_text_bold_if_folder):
1617         Removed.
1618         (list_name_data_func): Don't call the function above.
1619         (list_mtime_data_func): Likewise.
1620
1621 Sun Feb 29 02:34:35 2004  Matthias Clasen  <maclas@gmx.de>
1622
1623         * gtk/gtkcombobox.c (gtk_combo_box_list_position): New 
1624         function which calculates position and size for the popup in
1625         list mode. Currently it only pushes the popup horizontally 
1626         into the screen.
1627
1628 Sun Feb 29 01:10:09 2004  Matthias Clasen  <maclas@gmx.de>
1629
1630         * gtk/gtkcombobox.c: Implement the previous fix in a better way,
1631         small cleanups.
1632
1633 2004-02-28  Hans Breuer  <hans@breuer.org>
1634
1635         * gtk/gtkfilesystemwin32.c : applied patch from
1636         J. Ali Harlow <ali@juiblex.co.uk>, fixes bug #135641
1637
1638 Sat Feb 28 23:30:36 2004  Matthias Clasen  <maclas@gmx.de>
1639
1640         * gtk/gtkcombobox.c (gtk_combo_box_popup): Actually resize the
1641         popup window before popping up.  (#135651)
1642
1643 Sat Feb 28 23:29:35 2004  Matthias Clasen  <maclas@gmx.de>
1644
1645         * gtk/gtkcombobox.c (gtk_combo_box_class_init): 
1646         * gtk/gtkcombobox.c (gtk_combo_box_init): Override the default
1647         handler for style_set in class_init instead of connecting to
1648         the signal in init. (noticed by Yosh).
1649
1650 Sat Feb 28 14:48:35 2004  Owen Taylor  <otaylor@redhat.com>
1651
1652         * demos/gtk-demo/main.c (read_line): #ifdef HAVE_FLOCKFILE, 
1653         not #ifndef HAVE_FLOCKFILE. (#135642, J. Ali Harlow)
1654
1655 2004-02-28  Hans Breuer  <hans@breuer.org>
1656
1657         * gtk/gtkfilesystemwin32.c : adapt to add -> insert_bookmark
1658         change. Also merged some crossplatform code from 
1659         gtkfilesystemunix.c
1660         * gtk/gtk.def : updated externals
1661
1662         * gtk/makefile.msc.in : added gtkfilechooserembed.obj
1663
1664 2004-02-28  Hans Breuer  <hans@breuer.org>
1665
1666         * gdk/win32/gdkdnd-win32.c : set current_dest_drag to NULL
1667         when destroying, fixes bug #120007. Also removed the mirrored
1668         ref counting for deprecated gdk_drag_context_<ref|unref>()
1669         cause it wasn't reliable anymore anyway.
1670
1671         * gdk/win32/gdkdisplay-win32.c : fix typo, which should
1672         have broken the win32 build for everyone not using msvc
1673
1674         * gdk/win32/gdkevents-win32.c : WM_GETMINAMXINFO ensure not to
1675         return negative values for ptMaxTrackSize, it caused snapping
1676         windows to their minimum size
1677
1678 Sat Feb 28 01:39:01 2004  Matthias Clasen  <maclas@gmx.de>
1679
1680         * gtk/gtkcombobox.c (gtk_combo_box_set_wrap_width): Support
1681         switching back to non-gridded mode.  (#135169)
1682
1683 Fri Feb 27 22:29:46 2004  Matthias Clasen  <maclas@gmx.de>
1684
1685         * gtk/gtkwidget.c (gtk_widget_can_activate_accel): Add "Since: 2.4".
1686
1687 Fri Feb 27 18:52:19 2004  Jonathan Blandford  <jrb@redhat.com>
1688
1689         * gtk/gtkfilechooserdialog.c (gtk_file_chooser_dialog_style_set):
1690         Whoops.  Didn't mean to commit the size change.
1691
1692 Fri Feb 27 18:46:27 2004  Jonathan Blandford  <jrb@redhat.com>
1693
1694         * gtk/gtkfilechooserembed.h: New private interface to help
1695         negotiate the default size of the widget.  Still a bit buggy, but
1696         better than the old behavior.
1697
1698         * gtk/gtkfilechooserdefault.c: Implement the embed interface.
1699
1700         * gtk/gtkfilechooserwidget.c: Proxy the embed interface.
1701
1702         * gtk/gtkfilechooserdialog.c: Use the embed interface.
1703
1704 2004-02-27  Federico Mena Quintero  <federico@ximian.com>
1705
1706         * gtk/gtkfilesystem.c (gtk_file_system_insert_bookmark): Added a
1707         "position" argument.
1708
1709         * gtk/gtkfilesystem.h (GtkFileSystemError): Added value for 
1710         GTK_FILE_SYSTEM_ERROR_ALREADY_EXISTS.
1711         (struct _GtkFileSystemIface): Added a "position" argument to the
1712         ::insert_bookmark() method.
1713
1714         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_insert_bookmark):
1715         Updated; renamed from gtk_file_system_unix_add_bookmark().  Return
1716         an error if the path already exists in the bookmarks list.
1717         (gtk_file_system_unix_remove_bookmark): Return an error if the
1718         path does not exist in the bookmarks list.
1719
1720         * gtk/gtkfilechooserdefault.c (shortcuts_add_bookmark_from_path):
1721         For now, use gtk_file_system_insert_bookmark() with -1 for the
1722         position.  DnD will come next.
1723
1724 Fri Feb 27 21:42:28 2004  Matthias Clasen  <maclas@gmx.de>
1725
1726         * gtk/gtkcombobox.c (gtk_combo_box_relayout): 
1727         * gtk/gtkcombobox.c (gtk_combo_box_style_set): Simplify, only 
1728         create a new setup if appearance actually changed.
1729         * gtk/gtkcombobox.c (gtk_combo_box_cell_layout_clear): 
1730         * gtk/gtkcombobox.c (gtk_combo_box_get_cell_info): Make 
1731         these more robust.  (#127623, Damon Chaplin)
1732
1733 Fri Feb 27 15:06:00 2004  Jonathan Blandford  <jrb@redhat.com>
1734
1735         * gtk/gtkfilechooser.c (gtk_file_chooser_class_init): remove
1736         folder-mode property.
1737
1738         * gtk/gtkfilechooserutils.c
1739         (_gtk_file_chooser_install_properties): remove FOLDER_MODE property.
1740
1741 Thu Feb 26 17:38:40 2004  Manish Singh  <yosh@gimp.org>
1742
1743         * gtk/gtkcombobox.c: Add function declaration for
1744         gtk_combo_box_list_remove_grabs().
1745
1746 Fri Feb 27 02:33:21 2004  Matthias Clasen  <maclas@gmx.de>
1747
1748         * gtk/gtkentry.c (keyval_is_cursor_move): Classifiy Page Up/Down as
1749         cursor move, but not Home and End.
1750
1751         * gtk/gtkentry.c (gtk_entry_completion_key_press): Lets Page Up/Down
1752         jump to the ends of the list, not Home and End - since we're not 
1753         scrolling yet, a "page" is always the complete list.  (#127430, Marco
1754         Pesenti Gritti)
1755
1756 Fri Feb 27 00:39:11 2004  Matthias Clasen  <maclas@gmx.de>
1757
1758         * gtk/gtkcombobox.c (gtk_combo_box_list_destroy): 
1759         * gtk/gtkcombobox.c (gtk_combo_box_menu_destroy): Don't let
1760         the priv pointers dangle.  (#127623, Damon Chaplin)
1761
1762 Thu Feb 26 17:31:34 2004  Manish Singh  <yosh@gimp.org>
1763
1764         * gdk/x11/xsettings-client.c (read_settings): fix ytpo: s/eles/else/
1765
1766 Thu Feb 26 19:53:32 2004  Owen Taylor  <otaylor@redhat.com>
1767
1768         * gdk/x11/xsettings-common.h (xsettings_client_process_event): 
1769         Add xsettings_client_set_grab_func,
1770         Add xsettings_client_set_ungrab_func to the list of renames.
1771
1772 Thu Feb 26 19:48:39 2004  Owen Taylor  <otaylor@redhat.com>
1773
1774         * gdk/x11/xsettings-client.c (read_settings): Fix memory leak
1775         in case of mismatched property type.
1776
1777 Thu Feb 26 18:25:57 2004  Jonathan Blandford  <jrb@gnome.org>
1778
1779         * gtk/gtkfilechooser.h (GtkFileChooserAction): Add two more folder
1780         modes to the enum.
1781
1782         * gtk/gtkfilechooser.c (gtk_file_chooser_set_folder_mode): Remove.
1783         (gtk_file_chooser_get_folder_mode): Remove
1784
1785 Thu Feb 26 17:29:04 2004  Owen Taylor  <otaylor@redhat.com>
1786
1787         * gdk/x11/gdkevents-x11.c (gdk_wm_protocols_filter): Return
1788         GDK_FILTER_CONTINUE for unhandled message types.
1789
1790         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Allow
1791         multiple filters for the same event type with the standard
1792         "GDK_FILTER_CONTINUE == pretend I wasn't here" semantics.
1793
1794         * gdk/x11/gdkevents-x11.c (gdk_display_add_client_message_filter):
1795         Append to the filter list not prepend, since order now matters.
1796
1797         * gdk/win32/gdkevents-win32.c (gdk_add_client_message_filter): 
1798         Append to the filter list not prepend, since order now matters.
1799         
1800 Thu Feb 26 23:39:07 2004  Matthias Clasen  <maclas@gmx.de>
1801
1802         Fixes for #135333, analysed by Damon Chaplin:
1803         
1804         * gtk/gtkcombobox.c (gtk_combo_box_list_button_pressed): Don't
1805         grab here.
1806         * gtk/gtkcombobox.c (gtk_combo_box_popup): Do the grabs here, 
1807         so that we don't forget to grab when the menu is popped via
1808         keynav.
1809         * gtk/gtkcombobox.c (gtk_combo_box_list_button_released): Don't
1810         ungrab here.
1811         * gtk/gtkcombobox.c (gtk_combo_box_popdown): Do the ungrabs here.
1812
1813 Thu Feb 26 23:26:00 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
1814
1815         * gtk/gtkstatusbar.c (set_grip_cursor): New function. Use resize
1816         cursors for resize grips. (Bug #129621)
1817
1818         * gtk/gtktoolbar.c (gtk_toolbar_get_relief_style): Documentation
1819         fix - patch by Torsten Schoenfeld.
1820
1821         * gtk/gtkmenubar.c (gtk_menu_bar_size_request): don't request
1822         space between the items. (Bug #110775)
1823
1824         * gtk/gtkrc.c (_gtk_rc_init): Provide extra horizontal padding
1825         inside menu items that are inside a menu bar. (Bug #110775)
1826         
1827         * configure.in (HAVE_XCURSOR): Make XCurosr part of GDK_EXTRA_,
1828         not GDK_PACKAGES, to prevent applications from getting linked to
1829         it (Bug #119804)
1830
1831         * gtk/gtkmenubar.c (gtk_menu_bar_size_allocate): Put the vertical
1832         ipadding inside the item. (Bug #61843)
1833
1834 Thu Feb 26 22:56:40 2004  Matthias Clasen  <maclas@gmx.de>
1835
1836         * gtk/gtkwidget.c: Replace gtk_widget_get_mnemonic_widgets() 
1837         by list_mnemonic_widgets() in doc comments as well.
1838
1839 Thu Feb 26 16:36:38 2004  Owen Taylor  <otaylor@redhat.com>
1840
1841         Fixes from Torsten Schoenfeld.
1842
1843         * gtk/gtkwidget.c (gtk_widget_add_mnemonic_label): 
1844         Fix name in doc comment.
1845
1846         * gtk/gtkwidget.h: gtk_widget_list_mnemonic_labels(),
1847         not get_mnemonic_labels.
1848
1849 Thu Feb 26 22:20:44 2004  Matthias Clasen  <maclas@gmx.de>
1850
1851         * gtk/gtkcomboboxentry.h:
1852         * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_new_text): New
1853         convenience API to construct simple text combos, implemented by
1854         Damon Chaplin.
1855
1856         * tests/testcombo.c: Use gtk_combo_box_entry_new_text.
1857
1858 Thu Feb 26 22:19:29 2004  Matthias Clasen  <maclas@gmx.de>
1859
1860         * gtk/gtkcombobox.c (gtk_combo_box_new_text): Improve the docs.
1861
1862 Thu Feb 26 15:43:43 2004  Owen Taylor  <otaylor@redhat.com>
1863
1864         * gtk/gtkstyle.[ch]: Export insertion cursor drawing functionality
1865         in a simplified form as gtk_draw_insertion_cursor().
1866         (#99031, request from Alex Larsson)
1867
1868         * gtk/gtktextdisplay.c gtk/gtkentry.c gtk/gtklabel.c:
1869         Adapt to new gtk_draw_insertion_cursor().
1870
1871         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_class_init)
1872         gtk/gtkstyle.c (gtk_style_class_init): Add some missed
1873         Since: 2.4.
1874
1875         * gtk/gtkiconfactory.c (icon_size_settings_changed)
1876           gtk/gtkicontheme.c (do_theme_change)
1877           gtk/gtkrc.c (_gtk_rc_context_get_default_font_name)
1878         * gtk/gtksettings.c (gtk_settings_notify):
1879         _gtk_rc_reset_styles => gtk_rc_reset_styles.
1880
1881 Thu Feb 26 21:52:58 2004  Matthias Clasen  <maclas@gmx.de>
1882
1883         Fixes for #127804 and #134722, Damon Chaplin:
1884         
1885         * gtk/gtkcombobox.c (gtk_combo_box_cell_layout_pack_end): 
1886         * gtk/gtkcombobox.c (gtk_combo_box_cell_layout_pack_start): 
1887         Ref and sink the cell renderers here.
1888         
1889         * gtk/gtkcombobox.c (gtk_combo_box_finalize): Unref the cell
1890         renderers here, and free attributes and func_data. 
1891
1892 Thu Feb 26 21:41:38 2004  Matthias Clasen  <maclas@gmx.de>
1893
1894         * gtk/gtkrc.c (gtk_rc_reset_styles): Mark as 2.4 API addition.
1895
1896 Thu Feb 26 14:47:22 2004  Dom Lachowicz <cinamod@hotmail.com>
1897
1898         * gtk/gtk.def: Export gtk_rc_reset_styles()
1899
1900 Thu Feb 26 14:47:22 2004  Owen Taylor  <otaylor@redhat.com>
1901
1902         * gtk/gtkrc.[ch]: Export gtk_rc_reset_styles(). 
1903         (Request from Dom Lachowicz, #123769)
1904
1905 Wed Feb 25 19:11:31 2004  Owen Taylor  <otaylor@redhat.com>
1906
1907         * gtk/gtkradiobutton.[ch] gtk/gtkradiomenuitem.[ch]: Add a
1908         ::group-changed signal emitted when the radio button/menu item 
1909         is moved from one group of radio buttons to another. 
1910         (#79563, based partially on a patch from Padraig O'Briain)
1911
1912 Thu Feb 26 13:23:47 2004  Owen Taylor  <otaylor@redhat.com>
1913
1914         * gdk/x11/gdkwindow-x11.c (set_text_property): Use the right
1915         free() function. (#135511, George Bronnikov)
1916
1917 2004-02-26  Federico Mena Quintero  <federico@ximian.com>
1918
1919         * configure.in: Added a comment to inform translators that they
1920         must add .po files to both po/ and po-properties/ when they add
1921         new languages to ALL_LINGUAS.
1922
1923 Wed Feb 25 15:36:50 2004  Owen Taylor  <otaylor@redhat.com>
1924
1925         * gdk/x11/gdkselection-x11.c (gdk_utf8_to_compound_text_for_display):
1926         Call g_convert(), not g_convert() with fallback, since Emacs is
1927         happier if we reject the COMPOUND_TEXT request and it can
1928         then ask for UTF-8. (#114527)
1929
1930         * gtk/gtkselection.c (gtk_selection_data_set_text): When
1931         TEXT is requested, if COMPOUND_TEXT fails, fall back to STRING.
1932
1933 Wed Feb 25 22:35:00 2004  Tomasz KÅ‚oczko <kloczek@pld.org.pl>
1934
1935         * cinfigure.in: After changes in G_DEFINE_TYPE minimal required glib
1936         vesion for build gtk+ is now 2.3.3.
1937
1938 Wed Feb 25 16:00:40 2004  Jonathan Blandford  <jrb@gnome.org>
1939
1940         * gtk/gtkfilechooserdefault.c (update_appearance): move the
1941         expander code.
1942
1943 2004-02-25  Danilo Å egan  <dsegan@gmx.net>
1944
1945         * configure.in (ALL_LINGUAS): po-properties/sr@ije.po added, so
1946         adding back sr@ije.
1947
1948 2004-02-25  Federico Mena Quintero  <federico@ximian.com>
1949
1950         * configure.in (ALL_LINGUAS): Remove sr@ije until po-properties/
1951         is fixed for it.
1952
1953 Wed Feb 25 12:44:49 2004  Owen Taylor  <otaylor@redhat.com>
1954
1955         * gtk/gtkstyle.[ch]: Make realize and unrealize signals. (#73310)
1956
1957 Wed Feb 25 12:21:32 2004  Owen Taylor  <otaylor@redhat.com>
1958
1959         * gtk/gtkwidget.[ch] gtk/gtklabel.c: Patch from
1960         Padraig O'Briain to add gtk_widget_add/remove_mnemonic_label,
1961         gtk_widget_get_mnemonic_labels(). (#103456)
1962
1963 2004-02-25  Danilo Å egan  <dsegan@gmx.net>
1964
1965         * configure.in: Added sr@ije to ALL_LINGUAS.
1966
1967 Wed Feb 25 09:46:34 2004  Owen Taylor  <otaylor@redhat.com>
1968
1969         * gtk/gtkstyle.c (gtk_style_finalize): Free 
1970         style->icon_factories (#130128)
1971
1972 Wed Feb 25 03:52:58 2004  Jonathan Blandford  <jrb@gnome.org>
1973
1974         * gtk/gtkpathbar.c: use gtk_widget_push/pop_composite_child around
1975         internal buttons.
1976
1977         * gtk/gtkfilechooserdefault.c (struct _GtkFileChooserDefault):
1978         rename some widgets to make it clear where they are packed.
1979         (update_appearance): New function to handle all the 'logic' of
1980         layout in one place.  We aren't trying to keep all our properties
1981         in sync.
1982         (gtk_file_chooser_default_set_property): use update_appearance()
1983
1984 2004-02-24  Federico Mena Quintero  <federico@ximian.com>
1985
1986         * gtk/gtkfilechooserdefault.c (shortcuts_model_create): Renamed
1987         from create_shortcuts_model().
1988         (struct _GtkFileChooserDefault): Renamed the shortcuts_tree field
1989         to shortcuts_list.
1990         (shortcuts_list_create): Renamed from shortcuts_tree_create().
1991         (create_file_list): Enable the tree view as a model drag source.
1992         (create_folder_tree): Likewise.
1993
1994         * gtk/gtkfilesystemmodel.c (_gtk_file_system_model_get_type):
1995         Register the drag source interface.
1996         (drag_source_iface_init): New function.
1997         (drag_source_row_draggable): New function.
1998         (drag_source_drag_data_get): New function.
1999
2000 Tue Feb 24 19:12:07 2004  Owen Taylor  <otaylor@redhat.com>
2001
2002         * === Released 2.3.4 ===
2003
2004         * configure.in: Bump version to 2.3.4, fix broken
2005         gtk_binary_age value by copying the GLib logic
2006         to automatically set it to the right values.
2007
2008 Wed Feb 25 00:13:24 2004  Matthias Clasen  <maclas@gmx.de>
2009
2010         * gtk/gtkcombobox.c (gtk_combo_box_menu_row_changed): 
2011         * gtk/gtkcombobox.c (gtk_combo_box_list_row_changed): 
2012         Don't resize priv->cell_view if it is NULL.  (#127804, 
2013         Damon Chaplin)
2014         
2015 Wed Feb 25 00:06:50 2004  Matthias Clasen  <maclas@gmx.de>
2016
2017         * gtk/gtkcombobox.c: Add a comment about the different 
2018         modi of this widget. Get rid of priv->hbox, and some other
2019         cleanups. Make sure that gtk_combo_box_unset_model() is 
2020         always called before setting up a different mode. 
2021
2022 Tue Feb 24 17:51:49 2004  Owen Taylor  <otaylor@redhat.com>
2023
2024         * gtk/gtkaccellabel.c (gtk_accel_label_refetch): Convert
2025         underscores in keyval names to spaces. (#131480)
2026
2027 Tue Feb 24 17:35:59 2004  Owen Taylor  <otaylor@redhat.com>
2028
2029         * m4macros/gtk-2.0.m4: Add some quotes around ***. (#130073,
2030         Uwe Zeisberger)
2031
2032 Tue Feb 24 14:45:03 2004  Owen Taylor  <otaylor@redhat.com>
2033
2034         * === Released 2.3.3 ===
2035
2036         * configure.in: Version 2.3.3, interface age 0.
2037
2038         * NEWS: Finish updates for 2.3.3.
2039
2040 2004-02-24  Federico Mena Quintero  <federico@ximian.com>
2041
2042         * gtk/gtkfilechooserdefault.c (save_widgets_create): Use a plain
2043         GtkEntry for the filename, not a GtkFileChooserEntry.
2044         (update_chooser_entry): Use gtk_entry_set_text() rather than
2045         _gtk_file_chooser_entry_set_file_part().
2046         (gtk_file_chooser_default_set_current_name): Likewise.
2047         (gtk_file_chooser_default_set_current_folder): Don't set the base
2048         folder of the entry, and don't call update_chooser_entry().
2049         (gtk_file_chooser_default_get_paths): Use the plain entry.
2050         (save_widgets_create): Store the "Save in Folder" label in the
2051         impl structure.
2052         (expander_activate_cb): Set the sensitivity of the label and
2053         combo.
2054         (save_widgets_create): Connect to "notify::expanded" rather than
2055         "activate" on the expander.
2056         (expander_changed_cb): Renamed from expander_activate_cb().  Flip
2057         the conditions again...
2058
2059 Tue Feb 24 14:43:07 2004  Jonathan Blandford  <jrb@gnome.org>
2060
2061         * gtk/gtktreeview.c (gtk_tree_view_bin_expose): only draw the sort
2062         column as different if there are 3 or more visible columns.
2063
2064 2004-02-24  Anders Carlsson  <andersca@gnome.org>
2065
2066         * gtk/gtkfilechooserdefault.c: (shortcuts_insert_separator):
2067         Fix compilation (#135278, Padraig O'Briain).
2068         
2069 2004-02-24  Anders Carlsson  <andersca@gnome.org>
2070
2071         * gtk/gtkfilechooserdefault.c: (shortcuts_append_desktop):
2072         Translate the desktop label.
2073         
2074         (shortcuts_get_index), (shortcuts_add_bookmarks),
2075         (shortcuts_insert_separator), (create_shortcuts_model):
2076         Don't show the bookmark separator if there are no bookmarks.
2077         
2078 Tue Feb 24 01:41:30 2004  Jonathan Blandford  <jrb@gnome.org>
2079
2080         * gtk/gtkfilechooserdefault.c (location_popup_handler): Make the
2081         dialog look like the nautilus dialog.
2082         (expander_activate_cb): get the order correct.
2083
2084 2004-02-23  Federico Mena Quintero  <federico@ximian.com>
2085
2086         * gtk/gtkfilechooserdefault.c (list_selection_changed): Call
2087         bookmarks_check_add_sensitivity().
2088         (shortcut_exists): New helper function; moved the testing code
2089         over from bookmarks_check_add_sensitivity().
2090         (bookmarks_check_add_sensitivity): Check the contents of the
2091         selection in the file/folder list.  Use shortcut_exists().
2092         (shortcuts_add_bookmark_from_path): Don't insert the bookmark if
2093         the path is already in the shortcuts list.
2094         (add_bookmark_button_clicked_cb): Add the bookmarks from the list
2095         selection or from the current folder, as appropriate.
2096
2097 Mon Feb 23 21:09:06 2004  Jonathan Blandford  <jrb@gnome.org>
2098
2099         * gtk/gtkfilechooserdefault.c (shortcuts_pane_create): Add
2100         mnemonics.  Sorry translators.
2101
2102 Tue Feb 24 02:24:58 2004  Matthias Clasen  <maclas@gmx.de>
2103
2104         * NEWS: Additions. This should be complete for the main ChangeLog
2105         now, still need to sift through gdk-pixbuf, docs, and translations.
2106
2107 Mon Feb 23 19:57:45 2004  Jonathan Blandford  <jrb@gnome.org>
2108
2109         * gtk/gtkcellrendererseptext.c (gtk_cell_renderer_sep_get_size):
2110         Add a get_size implementation so that we are no longer the same
2111         height as text.
2112
2113 2004-02-24  Anders Carlsson  <andersca@gnome.org>
2114
2115         * gtk/gtkfilechooserdefault.c: (shortcuts_insert_path),
2116         (shortcuts_remove_rows), (shortcuts_append_bookmarks),
2117         (create_shortcuts_model), (shortcuts_tree_create),
2118         (gtk_file_chooser_default_remove_shortcut_folder):
2119         Improve bookmark list rendering by controlling the visibility
2120         of the pixbuf cell so that it will be invisible for the separator
2121         row, also use a list store instead of a tree store for the model
2122         so we won't get unnecessary space for an expander.
2123         
2124 Tue Feb 24 01:08:27 2004  Matthias Clasen  <maclas@gmx.de>
2125
2126         * gtk/gtkcombobox.c: Add a destroy implementation in order to
2127         set priv->cell_view to NULL before finalize stumbles over the 
2128         dangling pointer. This big array of pointers into the widget 
2129         tree in GtkComboBoxPrivate is really fragile and should be
2130         cleaned up.
2131
2132 Mon Feb 23 17:52:43 2004  Jonathan Blandford  <jrb@gnome.org>
2133
2134         * gtk/gtkfilechooserdefault.c (main_paned_create): use a size
2135         group when allocating space for the buttons at the bottom just in
2136         case.  Also, move the filter to below the file list.
2137
2138 Mon Feb 23 16:52:12 2004  Jonathan Blandford  <jrb@gnome.org>
2139
2140         * gtk/gtkfilechooserdefault.c
2141         (gtk_file_chooser_default_class_init): Seth was confused by
2142         keybindings.  They should be Alt, not Ctl.  Also, A-Home should go
2143         home, not up.
2144
2145 Mon Feb 23 15:23:23 2004  Jonathan Blandford  <jrb@gnome.org>
2146
2147         * gtk/gtkpathbar.c (gtk_path_bar_set_path): Display the root a bit
2148         more cleanly.
2149
2150         * gtk/gtkpathbar.h (struct _GtkPathBarClass): fix the signal.
2151
2152 2004-02-23  Federico Mena Quintero  <federico@ximian.com>
2153
2154         Rework the user interface of the file chooser, as per 
2155         Seth Nickell's design.
2156
2157         * gtk/gtkfilechooserdefault.c
2158         (gtk_file_chooser_default_class_init): Add binding signals and bindings:
2159                 "location-popup" - C-l
2160                 "up-folder"      - C-Up
2161                 "home-folder"    - C-Home
2162         (up_folder_handler): New function; moved the code from up_button_clicked().
2163         (up_button_clicked_cb): Call up_folder_handler().
2164         (home_folder_handler): New function.
2165         (location_popup_handler): New function.
2166         (struct _GtkFileChooserDefault): Add an hpaned field.
2167         (gtk_file_chooser_default_set_current_name): Check that we are in
2168         Save mode.
2169         (save_widgets_create): New function, create the widgets specific
2170         to Save mode.
2171         (main_paned_create): New function, create the hpaned's widgets here.
2172         (gtk_file_chooser_default_constructor): Create the open and save
2173         widgets, and show only one set.
2174         (gtk_file_chooser_default_set_property): Show/hide the save widgets.
2175         (gtk_file_chooser_default_get_paths): Only pay attention to the
2176         entry in Save mode.
2177         (update_chooser_entry): Update the entry only in Save mode.
2178         (entry_activate): Removed.
2179
2180 Mon Feb 23 11:20:34 2004  Owen Taylor  <otaylor@redhat.com>
2181
2182         * configure.in: Remove the configure.in check for fontconfig 
2183         entirely; it's not needed, since PangoXft implies that sufficiently
2184         new fontconfig is present.
2185
2186 Mon Feb 23 02:26:53 2004  Jonathan Blandford  <jrb@gnome.org>
2187
2188         * gtk/gtkpathbar.c (gtk_path_bar_finalize):
2189         for (i = 0; i < 10; i++)
2190           g_print ("I will compile before committing.\n");
2191
2192 Mon Feb 23 02:08:42 2004  Jonathan Blandford  <jrb@gnome.org>
2193
2194         * gtk/gtkfilechooserdefault.c (file_pane_create): Use the
2195         GtkPathBar by default now.
2196
2197         * gtk/gtkpathbar.c (gtk_path_bar_set_path): Correctly set the
2198         current path from the path.
2199         (gtk_path_bar_class_init): new signal
2200         (button_clicked_cb): emit the signal when we're selected.
2201         (gtk_path_bar_clear_buttons): Fix a crasher when we weren't
2202         clearing thr first_scrolled_button.
2203
2204 Mon Feb 23 02:26:15 2004  Matthias Clasen  <maclas@gmx.de>
2205
2206         * gtk/gtkcombobox.c (gtk_combo_box_size_allocate): Fix the 
2207         allocation for the toggle button so that it actually shows up 
2208         in LTR list mode.
2209
2210         * gtk/gtkcombobox.c (gtk_combo_box_set_column_span_column): 
2211         * gtk/gtkcombobox.c (gtk_combo_box_set_row_span_column): 
2212         * gtk/gtkcombobox.c (gtk_combo_box_set_wrap_width): Add
2213         notification, and avoid excessive relayouting. 
2214
2215 Mon Feb 23 00:38:21 2004  Matthias Clasen  <maclas@gmx.de>
2216
2217         Fix bug 134982, reported by Morten Welinder:
2218         
2219         * gtk/gtkpathbar.c (gtk_path_bar_destroy): 
2220         * gtk/gtktooltips.c (gtk_tooltips_destroy): 
2221         * gtk/gtkinvisible.c (gtk_invisible_destroy): Chain up to the 
2222         parent's ::destroy handler.
2223         
2224         * gdk/gdkdisplay.c (gdk_display_dispose): Chain up to the 
2225         parent's ::dispose handler.
2226
2227 Sat Feb 21 19:09:55 2004  Manish Singh  <yosh@gimp.org>
2228
2229         * gtk/gtksettings.c (gtk_default_substitute): Guard the FC_HINT_STYLE
2230         stuff with an #ifdef, so we still build with most fontconfig versions.
2231
2232 Sun Feb 22 03:03:29 2004  Matthias Clasen  <maclas@gmx.de>
2233
2234         * gtk/gtkaction.c: (gtk_action_finalize):
2235         * gtk/gtkclipboard.c: (gtk_clipboard_finalize):
2236         * gtk/gtkentrycompletion.c: (gtk_entry_completion_class_init),
2237         (gtk_entry_completion_finalize):
2238         * gtk/gtkfilechooserwidget.c: (gtk_file_chooser_widget_finalize):
2239         * gtk/gtkfilesystemmodel.c: (gtk_file_system_model_class_init),
2240         (gtk_file_system_model_finalize):
2241         * gtk/gtkicontheme.c: (gtk_icon_theme_class_init),
2242         (gtk_icon_theme_finalize):
2243         * gtk/gtktextchild.c: (gtk_text_child_anchor_finalize):
2244         * gtk/gtkuimanager.c: (gtk_ui_manager_class_init),
2245         (gtk_ui_manager_finalize):
2246         * modules/input/gtkimcontextxim.c: (gtk_im_context_xim_finalize):
2247         Add chains to the parent's ::finalize() handler  (#134901, Morten Welinder,
2248         patch by Jan Arne Petersen)
2249
2250 Sun Feb 22 02:10:34 2004  Matthias Clasen  <maclas@gmx.de>
2251
2252         * gtk/gtkentrycompletion.c (gtk_entry_completion_default_completion_func): 
2253         Don't crash if item is NULL.  (#131542, Dan Damian)
2254
2255 Sun Feb 22 02:04:03 2004  Matthias Clasen  <maclas@gmx.de>
2256
2257         * configure.in: Add a check for a new enough fontconfig, since
2258         we picked up a direct dependency on it with the Xft settings.
2259
2260 Sun Feb 22 00:23:40 2004  Matthias Clasen  <maclas@gmx.de>
2261
2262         Bug 112647 (Bill Haneman, patch by Narayana Pattipati):
2263         
2264         * gtk/gtkcheckmenuitem.c: Introduce a new style property 
2265         indicator_size and use it instead of the hardcoded value.
2266         
2267         * gtk/gtkmenu.c (gtk_menu_size_request): Make sure each menu 
2268         item gets enough vertical space for the label and the indicator.
2269
2270 Sat Feb 21 20:20:11 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
2271
2272         * gtk/gtksettings.c (gtk_settings_class_init): Use P_ instead of
2273         _ for the new Xft settings.
2274
2275 Sat Feb 21 20:09:53 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
2276
2277         Bug 130790 (Federico Mena Quintero, Owen Taylor)
2278         
2279         * gdk/x11/gdkevents-x11.c: Add Xft XSETTINGS
2280
2281         * gtk/gtksettings.c: Add new GtkSettings corresponding to the Xft
2282         XSETTINGS
2283         
2284 Sat Feb 21 19:18:26 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
2285
2286         Bug 132502
2287         
2288         * gtk/gtkmenu.c (gtk_menu_motion_notify): Make sure we pop down
2289         if we enter a non-selectable menu item.
2290
2291         * gtk/gtkmenu.c (gtk_menu_leave_notify): Don't pop a submenu
2292         when the user has left the item.
2293
2294 Sat Feb 21 17:57:35 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
2295
2296         * gtk/docs: Commit auto-generated changes
2297
2298 Fri Feb 20 18:20:22 2004  Jonathan Blandford  <jrb@gnome.org>
2299
2300         * gtk/gtkfilechooserdefault.c: conditional compile for GtkPathBar
2301
2302         * gtk/gtkpathbar.c (gtk_path_bar_size_allocate): Clean up
2303         allocation code.  Works fully in RTL languages, I think.
2304         (gtk_path_bar_scroll_up): Scroll up.
2305         (gtk_path_bar_scroll_down): Scroll down.
2306
2307 2004-02-20  Christian Rose  <menthos@menthos.com>
2308
2309         * configure.in: Added "en_CA" to ALL_LINGUAS.
2310
2311 2004-02-20  Michael Meeks  <michael@ximian.com>
2312
2313         * gtk/gtktoolitem.c (gtk_tool_item_property_notify): impl.
2314         (gtk_tool_item_class_init): hook it up.
2315         (gtk_tool_item_set_proxy_menu_item): synchronize sensitivity.
2316
2317         * gtk/gtktoolbutton.c (gtk_tool_button_property_notify):
2318         chain to parent, fix strcmp bug.
2319
2320         * tests/testtoolbar.c (main): re-arrange widgets to allow
2321         more overflowing toolbar goodness.
2322
2323 2004-02-20  Alexander Larsson  <alexl@redhat.com>
2324
2325         * gtk/gtkfilechooserdefault.c: (shortcuts_append_desktop):
2326         Desktop directory is not translated.
2327         (set_tree_model):
2328         There might not be volumes for all paths.
2329         * gtk/gtkfilechooserwidget.c:
2330         (gtk_file_chooser_widget_constructor):
2331         Use gtk_file_chooser_set_current_folder to set cwd.
2332
2333 Thu Feb 19 19:58:53 2004  Jonathan Blandford  <jrb@gnome.org>
2334
2335         * gtk/gtkpathbar.[ch]: New widget to handle the path in the
2336         fileselector implementation.  Not hooked up to anything yet.
2337
2338         * gtk/Makefile.am: support the path bar.
2339
2340 Fri Feb 20 00:21:38 2004  Matthias Clasen  <maclas@gmx.de>
2341
2342         * gtk/gtkstyle.c (gtk_default_draw_handle): 
2343         (gtk_default_draw_box): Make the paned handles gray when the the 
2344         widget is_focus() but not HAS_FOCUS().  (#122751, Soeren Sandmann)
2345
2346 Thu Feb 19 23:41:06 2004  Matthias Clasen  <maclas@gmx.de>
2347
2348         Fixes for #82099:
2349         
2350         * gdk/x11/gdkevents-x11.c: Introduce new XSettings "Gtk/ButtonImages"
2351         and "Gtk/MenuImages" and map them to "gtk-button-images" and 
2352         "gtk-menu-images".
2353
2354         * gtk/gtkimagemenuitem.c: Add a boolean setting "gtk-menu-images" and 
2355         use it to set the visibility of the embedded image.
2356
2357         * gtk/gtkbutton.c: Add a boolean setting "gtk-button-images" and use
2358         it to set the visibility of an embedded image.
2359
2360 Thu Feb 19 21:26:10 2004  Matthias Clasen  <maclas@gmx.de>
2361
2362         * gtk/gtkactiongroup.c (gtk_action_group_add_radio_actions_full): 
2363         Give each radio action its own value.  (#134889, Paolo Borelli)
2364
2365 2004-02-19  Federico Mena Quintero  <federico@ximian.com>
2366
2367         * gtk/gtkfilechooserdialog.c (gtk_file_chooser_dialog_finalize):
2368         Chain to the parent's ::finalize() handler.  Fixes #134885; caught
2369         by Jan Arne Petersen.
2370
2371 2004-02-19  Mark McLoughlin  <mark@skynet.ie>
2372
2373         Make the entire expander widget width prelight as suggested
2374         by Seth in bug #134263.
2375
2376         * gtk/gtkexpander.c:
2377         (gtk_expander_paint_prelight): impl.
2378         (gtk_expander_paint): use it.
2379         (gtk_expander_redraw_expander): don't only redraw the
2380         arrow when prelit.
2381
2382 2004-02-19  Alexander Larsson  <alexl@redhat.com>
2383
2384         * gtk/gtkfilechooser.c: (gtk_file_chooser_class_init):
2385         * gtk/gtkfilechooserutils.c:
2386         * gtk/gtkfilechooserutils.h:
2387         * gtk/gtkfilechooserwidget.c:
2388         Remove old file-system property.
2389         Add new file-system-backend string property
2390         
2391         * gtk/gtkfilechooserdefault.[ch]:
2392         Handle the file-system-backend property
2393         
2394         * gtk/gtkfilechooserdialog.[ch]:
2395         (gtk_file_chooser_dialog_new_with_backend):
2396         Remove old file-system property.
2397         Add new file-system-backend string property
2398         Add new function gtk_file_chooser_dialog_new_with_backend
2399         
2400         * gtk/gtkfilesystem.c: 
2401         * gtk/gtkfilesystem.h:
2402         Add filesystem module support.  
2403
2404 2004-02-18  Federico Mena Quintero  <federico@ximian.com>
2405
2406         * gtk/gtkfilechooserdefault.c (shortcuts_tree_create): Renamed
2407         from create_shortcuts_tree().
2408         (shortcuts_pane_create): New function.
2409         (button_new): Renamed from toolbar_button_new().
2410         (shortcuts_pane_create): New function, create the whole shortcuts
2411         pane here.
2412         (current_folder_create): Renamed from toolbar_create().  Don't
2413         create the bookmarks buttons here.
2414         (file_pane_create): New function.
2415         (gtk_file_chooser_default_constructor): Use the new helper
2416         functions, and don't use an extra vbox as GtkFileChooserDefault is
2417         already a vbox.
2418
2419 Thu Feb 19 01:39:30 2004  Matthias Clasen  <maclas@gmx.de>
2420
2421         * gtk/gtkuimanager.h: 
2422         * gtk/gtkuimanager.c (gtk_ui_manager_class_init): Add
2423         default handlers for all signals; for consistency and for the
2424         benefit of language bindings which still rely on header parsing
2425         to find the signals.  (#134269, Jeroen Zwartepoorte)
2426         
2427 Thu Feb 19 00:45:02 2004  Matthias Clasen  <maclas@gmx.de>
2428
2429         * gtk/gtktreeselection.c (gtk_tree_selection_get_selected_rows): 
2430         Improve the efficiency here by prepending on the list and reverting
2431         it after the loop.  (#134435, Christian Biere)
2432
2433 Thu Feb 19 00:32:21 2004  Matthias Clasen  <maclas@gmx.de>
2434
2435         * gtk/gtkplug.c (_gtk_plug_remove_from_socket): Avoid errors when
2436         removing the plug from the socket.  (#128546, Christopher Blizzard)
2437
2438 Thu Feb 19 00:09:35 2004  Matthias Clasen  <maclas@gmx.de>
2439
2440         * gtk/gtkradiomenuitem.h:
2441         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_new_from_widget): 
2442         (gtk_radio_menu_item_new_with_label_from_widget): 
2443         (gtk_radio_menu_item_new_with_mnemonic_from_widget): New
2444         convenience functions analogous to similar API on GtkRadioButton.
2445         (#51700, Vitaly Tishkov, patch by Soeren Sandmann)
2446
2447 Wed Feb 18 17:53:27 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
2448
2449         * gdk/gdkwindow.c (gdk_window_get_bg_gc): Use a scratch GC in the
2450         case where the background is a solid color.
2451         (gdk_window_clear_backing_rect): Reset the clip region after use.
2452
2453         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_threshold_alpha): Go
2454         back to using a scratch GC. Pointed out by Owen Taylor
2455         
2456         * gdk/gdkdraw.c (gdk_drawable_real_draw_pixbuf): Only use a
2457         scratch GC if the passed-in one is NULL
2458
2459 Wed Feb 18 14:27:08 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
2460
2461         * gdk/gdkwindow.c (gdk_window_get_composite_drawable): Reset clip
2462         region back to NULL on cached GC (rest of #134728)
2463
2464 Wed Feb 18 13:28:57 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
2465
2466         Fix bug reported by Nam SungHyun (#134728)
2467         
2468         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_threshold_alpha):
2469         Don't use a cached GC here since the function needs to modify the
2470         foreground color.
2471
2472         * gdk/gdkwindow.c (gdk_window_end_paint): Reset clip region back
2473         to NULL on the cached GC.
2474
2475 2004-02-17  Federico Mena Quintero  <federico@ximian.com>
2476
2477         * gtk/gtkfilechooserdialog.c
2478         (gtk_file_chooser_dialog_style_set): Use HIG-compliant spacings.
2479         This sucks a lot.
2480
2481 Wed Feb 18 02:03:47 2004  Matthias Clasen  <maclas@gmx.de>
2482
2483         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): Document some
2484         peculiarities of the ::delete_range signal.  (#132135, Grant Gayed)
2485
2486 Wed Feb 18 01:44:59 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
2487
2488         GC caching, bug #125645 (based on patch by Brian Cameron)
2489         
2490         * gdk/gdkscreen.h (struct _GdkScreen): Add GC cache
2491         * gdk/gdkscreen.c (gdk_screen_dispose): New function. Unref the
2492         cached GC's here.
2493         * gdk/gdkdraw.c (_gdk_drawable_get_scratch_gc): New function to
2494         get a scratch gc.
2495         * gdk/gdkinternals.h: Declare the function here
2496
2497         * gdk/gdkdraw.c (gdk_drawable_real_draw_pixbuf): Use
2498         _gdk_drawable_get_scratch_gc() instead of creating a new GC.
2499         * gdk/x11/gdkgeometry-x11.c (gdk_window_copy_area_scroll): same
2500         * gdk/x11/gdkdrawable-x11.c (draw_with_images): same
2501         * gdk/gdkwindow.c (gdk_window_get_composite_drawable): same
2502         * gdk/gdkwindow.c (gdk_window_end_paint): same
2503         * gdk/gdkpixmap.c (gdk_pixmap_colormap_new_from_pixbuf): same
2504         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_threshold_alpha): same
2505         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_pixmap_and_mask_for_colormap): same
2506
2507 Tue Feb 17 23:28:33 2004  Matthias Clasen  <maclas@gmx.de>
2508
2509         * gtk/gtkmenu.c (gtk_menu_init): ...and don't forget to initalize
2510         priv->columns to 1.
2511
2512 Tue Feb 17 23:11:21 2004  Matthias Clasen  <maclas@gmx.de>
2513
2514         * gtk/gtkmenu.c (gtk_menu_do_remove): Make sure that we keep
2515         priv->columns >= 1 even for empty menus, since we divide by it
2516         somewhere else.  (#133428, Vincent Noel)
2517
2518 Tue Feb 17 23:02:58 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
2519
2520         Fix for #119722, reported by Olexiy Avramchenko, patch by Owen
2521         Taylor.
2522
2523         * gdk/x11/gdkprivate-x11.h (struct _GdkGCX11): Add a depth field
2524
2525         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_new): Keep track of the GC's
2526         depth.
2527
2528         * gdk/x11/gdkgc-x11.c (_gdk_gc_x11_get_fg_xft_color): First query
2529         the colormap, if no colormap, special case depth 1, 
2530
2531         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_get_fg_picture): Use
2532         _gdk_gc_x11_get_fg_xft_color() to get the foreground color.
2533
2534         * gdk/x11/gdkdrawable-x11.c (gdk_x11_drawable_get_xft_draw):
2535         Special-case bitmaps without a colormap.
2536
2537         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_pixbuf): Use inherited
2538         draw_pixbuf() implementation in the bitmap case.
2539
2540 2004-02-17  Mark McLoughlin  <mark@skynet.ie>
2541
2542         * modules/input/Makefile.am: only reference input method
2543         modules we've actually built. Fixes re-build failure with
2544         stale hangul module lying aroung. Bug #134518.
2545
2546 Mon Feb 16 19:13:21 2004  Owen Taylor  <otaylor@redhat.com>
2547
2548         * gdk/gdkdraw.c: Revert last commit, please don't commit patches
2549         without approval, this isn't the right way to do it.
2550
2551 2004-02-16  DindinX  <david@dindinx.org>
2552
2553         * gdk/gdkdraw.c (gdk_draw_segments): don't try to draw more than 32767
2554         segments at a time, since XDrawSegments cannot handle more than this.
2555
2556         fixes bug #122026.
2557         
2558 Mon Feb 16 18:26:39 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
2559
2560         * gtk/gtktoolbar.c (gtk_toolbar_set_child_property): Call
2561         gtk_tool_item_set_expand(), not gtk_tool_item_set_homogeneous()
2562         in the CHILD_PROP_EXPAND branch. (#134543, Damon Chaplin)
2563
2564 Mon Feb 16 00:04:46 2004  Matthias Clasen  <maclas@gmx.de>
2565
2566         * gtk/gtkcombobox.c (gtk_combo_box_cell_layout_*): 
2567         Split declaration and assignment of combo_box.
2568         
2569         * gtk/gtkcombobox.c (gtk_combo_box_list_setup): Remove a 
2570         pointless cast
2571
2572 Sun Feb 15 22:08:53 2004  Matthias Clasen  <maclas@gmx.de>
2573
2574         * gtk/gtkoptionmenu.c (gtk_option_menu_get_history): Add 
2575         deprecation note pointing people to GtkComboBox.
2576
2577 Sun Feb 15 02:49:45 2004  Matthias Clasen  <maclas@gmx.de>
2578
2579         * gtk/gtktreednd.c: 
2580         * gtk/gtktreeview.c: Document the tree DND API.
2581
2582         * gtk/gtktreeview.c (gtk_tree_view_unset_rows_drag_source): 
2583         Call gtk_drag_source_unset().  
2584         
2585 Sun Feb 15 00:49:59 2004  Matthias Clasen  <maclas@gmx.de>
2586
2587         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_class_init): 
2588         Make stock_size an uint property, to allow custom icon 
2589         sizes. Also clarify the blurb.  (#130047, Erik Grinaker)
2590
2591 Sat Feb 14 11:05:26 2004  Manish Singh  <yosh@gimp.org>
2592
2593         * configure.in: Remove unnecessary STRIP_* definitions, and GNU
2594         make check.
2595
2596 2004-02-13  Federico Mena Quintero  <federico@ximian.com>
2597
2598         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_add_bookmark):
2599         Duh, duh, duh!  Don't bail out if the bookmarks file doesn't exist
2600         the very first time you try to save one.
2601
2602 2004-02-13  Federico Mena Quintero  <federico@ximian.com>
2603
2604         Fix #129020.
2605
2606         * gtk/gtkfilechooserdialog.c
2607         (set_default_size): New function, sets a reasonable default size
2608         for the window.
2609         (gtk_file_chooser_dialog_realize): New function, call
2610         set_default_size().
2611         (gtk_file_chooser_dialog_style_set): Likewise.
2612         (gtk_file_chooser_dialog_screen_changed): Likewise.
2613
2614         * tests/testfilechooser.c (main): Don't set a default size for the
2615         dialog.
2616
2617 Sat Feb 14 00:05:18 2004  Matthias Clasen  <maclas@gmx.de>
2618
2619         * gtk/gtktreemodelfilter.c (bsearch_elt_with_offset): 
2620         Use do instead of while.  (#134031, Morten Welinder);
2621
2622 Sat Feb 14 00:00:52 2004  Matthias Clasen  <maclas@gmx.de>
2623
2624         * configure.in: Suppress xsltproc and xmlcatalog checks
2625         if enable_man=no.  (#134162, Julio M. Merino Vidal)
2626
2627 Fri Feb 13 23:54:48 2004  Matthias Clasen  <maclas@gmx.de>
2628
2629         * configure.in: Remove checks for sgml2html. It was once
2630         used for building the linuxdoc version of the tutorial.
2631         Nowadays, we use db2html.  (#134164, Julio M. Merino Vidal)
2632
2633 Fri Feb 13 08:17:43 2004  Owen Taylor  <otaylor@redhat.com>
2634
2635         Fix various compilation problems (#134312, David
2636         Hawthorne)
2637
2638         * gtk/gtkscale.c (gtk_scale_get_layout_offsets): Use 
2639         g_return_if_fail(), not g_return_val_if_fail().
2640
2641         * gtk/gtkvscale.c (gtk_vscale_get_layout_offsets): 
2642         * gtk/gtkhscale.c (gtk_hscale_get_layout_offsets): Use 
2643         g_return_if_reached(), not g_return_val_if_reached().
2644         
2645         * gtk/gtkvscale.c (gtk_vscale_expose): Fix the types
2646         of some parameters.
2647
2648         * gtk/gtkhscale.c (gtk_hscale_get_layout_offsets): Remove
2649         extra 'scale' parameter.
2650
2651 Thu Feb 12 21:58:20 2004  Owen Taylor  <otaylor@redhat.com>
2652
2653         Various reentrancy fixes for widgets being destroyed
2654         out of focus-out-event. (#128821, Grant Gayed)
2655
2656         * gtk/gtkwindow.c (_gtk_window_unset_focus_and_default): 
2657         Ref window and widget over callbacks.
2658
2659         * gtk/gtkwidget.c (gtk_widget_hide)
2660           gtk/gtkwidget.c (gtk_widget_set_child_visible):
2661         Ref the widget before calling _gtk_window_unset_focus_and_default(),
2662         since that can call user callbacks.
2663
2664         * gtk/gtkwidget.c (gtk_widget_invalidate_widget_windows):
2665         Do nothing if the widget isn't realized.
2666
2667 Fri Feb 13 01:31:44 2004  Matthias Clasen  <maclas@gmx.de>
2668
2669         * gtk/gtkbutton.c (_gtk_button_paint): Don't draw bevels around
2670         active, RELIEF_NONE buttons that aren't depressed. This improves
2671         the appearance of buttons in notebook tabs.  (#109213, reported
2672         by Benjamin Otte, patch by Rodney Dawes)
2673
2674 Fri Feb 13 01:06:08 2004  Matthias Clasen  <maclas@gmx.de>
2675
2676         * demos/gtk-demo/main.c (read_line): Protect getc_unlocked() by 
2677         HAVE_FLOCKFILE in all cases.  (#134205, Julio M. Merino Vidal)
2678
2679 Fri Feb 13 00:54:59 2004  Matthias Clasen  <maclas@gmx.de>
2680
2681         Fix for #104811, Padraig O'Briain:
2682
2683         * gtk/gtkscale.h:
2684         * gtk/gtkscale.c (_gtk_scale_clear_layout): 
2685         * gtk/gtkscale.c (gtk_scale_get_layout_offsets): 
2686         * gtk/gtkscale.c (gtk_scale_get_layout): New functions to determine the
2687         text and its position from a GtkScale, to make it more accessible. 
2688         * gtk/gtkhscale.c (gtk_hscale_get_layout_offsets):
2689         * gtk/gtkvscale.c (gtk_vscale_get_layout_offsets): Implementations of the 
2690         new GtkScale vfunc.
2691
2692 Thu Feb 12 17:59:52 2004  Owen Taylor  <otaylor@redhat.com>
2693
2694         * gtk/gtkicontheme.c (gtk_icon_theme_get_search_path): 
2695         Remove an extraneous + 1 (#134015, Torsten Schoenfeld)
2696
2697 Thu Feb 12 23:55:08 2004  Matthias Clasen  <maclas@gmx.de>
2698
2699         * gtk/gtktooltips.h:
2700         * gtk/gtktooltips.c (gtk_tooltips_get_info_from_tip_window): New 
2701         function to improve the accessibility of tooltips.  (#114851, 
2702         Padraig O'Briain)
2703
2704 Thu Feb 12 23:16:04 2004  Matthias Clasen  <maclas@gmx.de>
2705
2706         * gtk/gtkcombobox.c (gtk_combo_box_popup): 
2707         * gtk/gtkcombobox.c (gtk_combo_box_popdown): Make these public and
2708         add docs.  (#132847)
2709
2710 Thu Feb 12 11:05:16 2004  Manish Singh  <yosh@gimp.org>
2711
2712         * gdk/x11/gdkproperty-x11.c (gdk_property_get): Assign xtype using
2713         gdk_x11_atom_to_xatom_for_display () when type != GDK_NONE.
2714
2715         * gtk/gtkselection.c (_gtk_selection_request): Use GDK_NONE in
2716         gdk_property_get call instead of 0.
2717
2718         * docs/reference/gdk/tmpl/properties.sgml: Document the above
2719         as GDK_NONE instead of simply 0.
2720
2721 Thu Feb 12 15:46:26 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
2722
2723         * gtk/gtktoolbar.c (gtk_toolbar_size_allocate): Fix up item_area
2724         correctly in RTL mode. (#133984, patch from Semion Chichelnitsky).
2725
2726 Thu Feb 12 02:22:02 2004  Matthias Clasen  <maclas@gmx.de>
2727
2728         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_set_modify_func): 
2729         Correct the docs.
2730
2731 Thu Feb 12 01:17:01 2004  Matthias Clasen  <maclas@gmx.de>
2732
2733         * gtk/gtktreeview.c (gtk_tree_view_enable_model_drag_source): Call
2734         gtk_drag_source_set(), so that things like gtk_drag_set_icon_*() work
2735         for automatic DND.  (#133485, Tommi Komulainen)
2736
2737 Thu Feb 12 00:37:00 2004  Matthias Clasen  <maclas@gmx.de>
2738
2739         * gdk/x11/gdkproperty-x11.c (gdk_property_change): Fix misleading
2740         debug output.
2741
2742 2004-02-11  Federico Mena Quintero  <federico@ximian.com>
2743
2744         * gtk/gtkmessagedialog.c (gtk_message_dialog_map): New ::map()
2745         handler.  If no widget has the focus, try to give it to the
2746         default widget.  If there is no default widget, give it to the
2747         first button.  Fixes the cause for which #59707 was reopened.
2748
2749 2004-02-11  Federico Mena Quintero  <federico@ximian.com>
2750
2751         Fixes #134051.
2752
2753         * gtk/gtkicontheme.c (struct _GtkIconInfo): Remove the ref_count field.
2754         (icon_info_new): Don't initialize the ref_count field.
2755
2756 2004-02-11  Federico Mena Quintero  <federico@ximian.com>
2757
2758         * gtk/gtkicontheme.c (gtk_icon_theme_prepend_search_path): Shift
2759         the array correctly.  Fixes #134055, patch by Tosten Schoenfeld
2760         <kaffeetisch@gmx.de>.
2761
2762 Wed Feb 11 02:23:39 2004  Matthias Clasen  <maclas@gmx.de>
2763
2764         * gtk/gtkcontainer.c (gtk_container_real_set_focus_child): Handle
2765         focus [hv]adjustment correctly when the focus is located deeper
2766         down in the hierarchy.  (#133489)
2767
2768 Wed Feb 11 02:06:38 2004  Matthias Clasen  <maclas@gmx.de>
2769
2770         * gtk/gtkcellrenderer.c (gtk_cell_renderer_class_init): Remove 
2771         arbitrary low upper limits on the xpad, ypad, width and height
2772         properties.  (#129696, John Ellis)
2773
2774 Wed Feb 11 01:24:20 2004  Matthias Clasen  <maclas@gmx.de>
2775
2776         * gtk/gtkcombobox.c (gtk_combo_box_cell_layout_clear_attributes): 
2777         Ugh. Don't try to free ints, even if they're stored in pointers.
2778         (#133997, Morten Welinder)
2779
2780 2004-02-10  Federico Mena Quintero  <federico@ximian.com>
2781
2782         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_finalize):
2783         Free the filters.  Fixes #133547, patch by Morten Welinder
2784         <mortenw@gnome.org>.
2785
2786 Tue Feb 10 12:02:14 2004  Owen Taylor  <otaylor@redhat.com>
2787
2788         * gdk/x11/xsettings-client.c (read_settings): Avoid
2789         triggering an X error when the client->manager_window
2790         is None...makes logs look cleaner.
2791
2792         * gdk/x11/gdkproperty-x11.c (gdk_property_get): Handle
2793         GDK_NONE to mean AnyPropertyType as documented. (Reported 
2794         by Yu Shao)
2795
2796         * gdk/x11/gdkevents-x11.c (fetch_net_wm_check_window,
2797         gdk_x11_screen_get_window_manager_name): Fix error trap
2798         we've been leaking since 2002... (#129538)
2799
2800 2004-02-10  Federico Mena Quintero  <federico@ximian.com>
2801
2802         Fixes the entry-related part of #133852.
2803
2804         * gtk/gtkfilechooserdefault.c (update_chooser_entry): Don't change
2805         the file part of the entry if the selected item is a folder.
2806
2807 2004-02-10  Federico Mena Quintero  <federico@ximian.com>
2808
2809         Fixes #133995, patch by Morten Welinder <mortenw@gnome.org>.
2810
2811         * tests/prop-editor.c (create_prop_editor): Free the title.
2812         (object_changed): Free the children list.
2813
2814 Tue Feb 10 01:58:55 2004  Matthias Clasen  <maclas@gmx.de>
2815
2816         * gtk/gtkcontainer.c (gtk_container_set_focus_hadjustment): 
2817         * gtk/gtkcontainer.c (gtk_container_set_focus_vadjustment): Document 
2818         these functions.
2819
2820 2004-02-09  Federico Mena Quintero  <federico@ximian.com>
2821
2822         * gtk/gtkfilechooserdefault.c (set_list_model): Request
2823         GTK_FILE_INFO_ALL from the file system model, so that arbitrary
2824         filtering will work.  Perhaps we should have a way of aggregating
2825         info types to the model as filters get installed.
2826
2827 Mon Feb  9 22:22:19 2004  Matthias Clasen  <maclas@gmx.de>
2828
2829         * gtk/gtkcellview.c (gtk_cell_view_cell_layout_clear_attributes): 
2830         Ugh. Don't try to free ints, even if they're stored in pointers.
2831
2832 2004-02-09  Federico Mena Quintero  <federico@ximian.com>
2833
2834         Fix #132256.
2835
2836         * gtk/gtkfilechooserdefault.c
2837         (gtk_file_chooser_default_get_paths): Read the contents of the
2838         filename entry in both OPEN and SAVE mode.  In multiple-selection
2839         mode, add this to the selection from the file/folder list.
2840         (struct get_paths_closure): Add a path_from_entry field.
2841         (get_paths_foreach): Only add the iterated path if it is not the
2842         same as the path from the entry.
2843
2844 2004-02-09  Federico Mena Quintero  <federico@ximian.com>
2845
2846         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_get_folder): If
2847         the folder is already open, add the requested info types to it.
2848
2849 Sun Feb  8 01:28:02 2004  Manish Singh  <yosh@gimp.org>
2850
2851         * gtk/gtkcombobox.c (gtk_combo_box_set_popup_widget): Add appropriate
2852         type casts for the gtk_window_set_screen() call.
2853
2854 Sun Feb  8 01:44:06 2004  Matthias Clasen  <maclas@gmx.de>
2855
2856         * gtk/gtkcombobox.c (gtk_combo_box_set_popup_widget): Make popups 
2857         come up on the same screen as the combo box.  (#133544, 
2858         Morten Welinder)
2859
2860 Fri Feb  6 23:40:24 2004  Jonathan Blandford  <jrb@gnome.org>
2861
2862         * gtk/gtkfilechooserdefault.c (create_file_list): clean up the
2863         packing of the file selector.
2864
2865 Sat Feb  7 01:21:09 2004  Matthias Clasen  <maclas@gmx.de>
2866
2867         * gtk/gtktreemodel.c (gtk_tree_model_base_init): Don't use function 
2868         calls in array initializers, as some compilers seem to hate this.
2869         (#133216, Jonas Jonsson)
2870
2871 Sat Feb  7 00:06:44 2004  Matthias Clasen  <maclas@gmx.de>
2872
2873         * gtk/gtkaccelmap.[hc]: Add change notification for GtkAccelMap,
2874         by on-demand instantiating a singleton object with a "changed" 
2875         signal. 
2876
2877         * gtk/gtkmarshalers.list (VOID:STRING,UINT,FLAGS): Add marshaller
2878         for GtkAccelMap::changed.
2879
2880 Fri Feb  6 23:08:29 2004  Matthias Clasen  <maclas@gmx.de>
2881
2882         * gtk/gtktextbtree.c (_gtk_text_btree_check): 
2883         * gtk/gtkcombobox.c (gtk_combo_box_cell_layout_clear_attributes): 
2884         * gtk/gtkcellview.c (gtk_cell_view_cell_layout_clear_attributes): 
2885         Actually free the lists. Pointed out by Morten Welinder.
2886         
2887 Fri Feb  6 22:38:54 2004  Matthias Clasen  <maclas@gmx.de>
2888
2889         * gtk/gtkcombo.c (gtk_combo_entry_key_press): Handle character 
2890         positions in UTF-8 strings correctly.  (#133315, Theppitak 
2891         Karoonboonyanan)
2892
2893 2004-02-06  Morten Welinder  <terra@gnome.org>
2894
2895         * gtk/gtktoolbar.c (show_menu): Cleanup using
2896         gtk_menu_attach_to_widget.  Also fixes leak, see #133411.
2897
2898 2004-02-06  Federico Mena Quintero  <federico@ximian.com>
2899
2900         * gtk/gtkfilechooserdefault.c (shortcuts_add_volumes): Free the
2901         list.  Fixes #133546.
2902
2903 2004-02-06  Federico Mena Quintero  <federico@ximian.com>
2904
2905         Fix #132327.
2906
2907         * gtk/gtkfilesystemunix.c (struct _GtkFileSystemUnix): Add a
2908         folder_hash field to keep a list of live folder objects.
2909         (gtk_file_system_unix_init): Create the folder_hash.
2910         (gtk_file_system_unix_finalize): Destroy the folder_hash.
2911         (gtk_file_system_unix_get_folder): Ref and return an existing
2912         folder if we have it around, otherwise return a new folder object.
2913         (struct _GtkFileFolderUnix): Add a field for the parent file system.
2914         (gtk_file_folder_unix_finalize): Remove the folder from the file
2915         system's hash table.
2916         (gtk_file_system_unix_create_folder):  Emit "files-added" on the
2917         newly-created folder's parent.  Fixes #132327.
2918
2919 Fri Feb  6 00:51:57 2004  Matthias Clasen  <maclas@gmx.de>
2920
2921         * gtk/gtkstock.c (builtin_items): Change the labels of the 
2922         ZOOM_100 and ZOOM_FIT stock items to "_Normal Size" and
2923         "Best _Fit", to be HIG compliant.  (#124080, Mariano 
2924         Suárez-Alvarez)
2925
2926 Fri Feb  6 00:45:16 2004  Matthias Clasen  <maclas@gmx.de>
2927
2928         * gtk/gtkcombobox.c (gtk_combo_box_finalize): Add a finalize 
2929         function to plug a few memory leaks.  (#133544, Morten Welinder)
2930
2931 Fri Feb  6 00:15:38 2004  Matthias Clasen  <maclas@gmx.de>
2932
2933         * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_mnemonic_activate): 
2934         Support mnemonic_activate here as well.
2935         
2936         * gtk/gtkcombobox.c (gtk_combo_box_mnemonic_activate): Focus
2937         the button, not the tree_view.
2938
2939 Thu Feb  5 23:48:19 2004  Matthias Clasen  <maclas@gmx.de>
2940
2941         * gtk/gtkcombobox.c (gtk_combo_box_mnemonic_activate): Add this
2942         function, to make mnemonic_activate work for combo boxes.
2943         (#133443, Paolo Borelli)
2944
2945 Thu Feb  5 22:05:52 2004  Matthias Clasen  <maclas@gmx.de>
2946
2947         * gtk/gtkfilesystemunix.c (bookmark_list_read): Initialize result
2948         to FALSE.  (#133539, Morten Welinder)
2949
2950 Thu Feb  5 21:36:43 2004  Matthias Clasen  <maclas@gmx.de>
2951
2952         * gtk/gtkcombobox.c (gtk_combo_box_set_active_iter): Fix the logic
2953         of the depth one check.  (#133488, Christian Persch)
2954
2955 Thu Feb  5 01:50:19 2004  Matthias Clasen  <maclas@gmx.de>
2956
2957         * gtk/gtktearoffmenuitem.c (gtk_tearoff_menu_item_paint): Fix
2958         the drawing of tearoff menu items which don't come first in their
2959         menu.  (#33311)
2960
2961 Thu Feb  5 00:59:08 2004  Matthias Clasen  <maclas@gmx.de>
2962
2963         * gtk/gtkcombo.c (gtk_combo_entry_key_press): Use 
2964         g_completion_complete_utf8(). (#133313, Theppitak Karoonboonyanan)
2965
2966 2004-02-04  Federico Mena Quintero  <federico@ximian.com>
2967
2968         Fix #59707.
2969
2970         * gtk/gtklabel.c (gtk_label_focus): Removed, so we don't ignore
2971         the focus chain.
2972         (gtk_label_button_press): Fix prototype.
2973         (gtk_label_button_release): Likewise.
2974         (gtk_label_motion): Likewise.
2975
2976         * tests/testgtk.c (create_message_dialog): For the dialog with
2977         only GTK_BUTTONS_CLOSE, make GTK_RESPONSE_CLOSE the default.
2978
2979 2004-02-04  Morten Welinder  <terra@gnome.org>
2980
2981         * gtk/gtktoolbar.c (show_menu): Show on the right screen.  (Fixes
2982         bug 133411, apart from the leak.)
2983
2984 Tue Feb  3 13:39:27 2004  Manish Singh  <yosh@gimp.org>
2985
2986         * gtk/gtkadjustment.c (gtk_adjustment_new): pass value in last
2987         in g_object_new, since it depends on lower and upper being set.
2988
2989 2004-02-03  Federico Mena Quintero  <federico@ximian.com>
2990
2991         * gtk/gtkmessagedialog.c (gtk_message_dialog_init): Make the
2992         window not resizable.  Fixes #114032.
2993
2994 2004-02-03  Federico Mena Quintero  <federico@ximian.com>
2995
2996         * gtk/gtkmessagedialog.c (gtk_message_dialog_class_init): Add
2997         documentation for the use_separator style property.
2998
2999 2004-02-03  Federico Mena Quintero  <federico@ximian.com>
3000
3001         Fix #68938.
3002
3003         * gtk/gtkdialog.c (GtkDialogPrivate): New private structure for
3004         GtkDialog; right now it only contains an ignore_separator field.
3005         (gtk_dialog_class_init): Register the private structure.
3006         (gtk_dialog_init): Initialize the priv->ignore_separator field.
3007         (_gtk_dialog_set_ignore_separator): New private function.
3008         (gtk_dialog_set_has_separator): Ignore the setting if appropriate.
3009
3010         * gtk/gtkmessagedialog.c (gtk_message_dialog_class_init): Add a
3011         use_separator style property.
3012         (gtk_message_dialog_style_set): Change the dialog's separator
3013         based on the style property.
3014         (gtk_message_dialog_init): Set the dialog box to ignore the
3015         separator setting.
3016
3017 Tue Feb  3 02:35:09 2004  Matthias Clasen  <maclas@gmx.de>
3018
3019         * gtk/Makefile.am: Build filesystemwin32.c if OS_WIN32 and
3020         also dist gtkfilesystemwin32.[hc].
3021
3022 Tue Feb  3 02:04:44 2004  Matthias Clasen  <maclas@gmx.de>
3023
3024         * gtk/gtklabel.c (gtk_label_ensure_layout): Right-justify labels
3025         in rtl mode.  (#129071, chinen@jp.ibm.com)
3026
3027 Tue Feb  3 02:01:25 2004  Matthias Clasen  <maclas@gmx.de>
3028
3029         * gtk/gtkmenushell.c (gtk_real_menu_shell_move_current): Exchange the
3030         meaning GTK_MENU_DIR_PARENT/CHILD and GTK_MENU_DIR_PREV/NEXT in rtl
3031         mode.  (#107528)
3032
3033 Tue Feb  3 01:38:06 2004  Matthias Clasen  <maclas@gmx.de>
3034
3035         Clip narrow columns in rtl-oriented tree views (#128089,  
3036         chinen@jp.ibm.com):
3037         
3038         * gtk/gtkstyle.c (gtk_default_draw_option): 
3039         * gtk/gtkstyle.c (gtk_default_draw_check): Clip to the 
3040         given area.
3041
3042         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_process_action): 
3043         Use the right clip area when calling gtk_cell_renderer_render().
3044         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_cell_draw_focus): 
3045         Use the right clip area when calling gtk_paint_focus().
3046         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render): 
3047         Use the right clip area when calling gtk_paint_toggle() or
3048         gtk_paint_check().
3049         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render): 
3050         Clip to the expose_area when drawing the background rectangle.
3051         
3052 Tue Feb  3 00:14:36 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3053
3054         * gdk/x11/gdkgeometry-x11.c (queue_item_free, gdk_window_queue):
3055         Use a weak reference instead of ref()/unref(). (#60857, reported
3056         by Joshua N Pritikin)
3057
3058         * gdk/gdkimage.c (scratch_image_info_for_depth): Formatting fix.
3059
3060 Tue Feb  3 00:15:17 2004  Matthias Clasen  <maclas@gmx.de>
3061
3062         * gtk/gtktreeprivate.h (struct _GtkTreeViewPrivate): Add 
3063         init_hadjust_value and prev_width.
3064         * gtk/gtktreeview.c (gtk_tree_view_init): Initialize 
3065         them here.
3066         * gtk/gtktreeview.c (gtk_tree_view_update_size): ...and here.
3067         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): Use them
3068         here to properly handle the initial position of rtl-oriented
3069         tree views.  (#127581, chinen@jp.ibm.com)
3070
3071 2004-01-20  Federico Mena Quintero  <federico@ximian.com>
3072
3073         Fix #130846, reported by R. McFarland <rwmcfa1@neces.com>.
3074
3075         * gtk/gtktreeview.c (gtk_tree_view_button_press): Return TRUE when
3076         we handle an event in the colums, and FALSE at the end if the
3077         event is not handled at all.
3078
3079 Mon Feb  2 23:41:48 2004  Matthias Clasen  <maclas@gmx.de>
3080
3081         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_row_changed): 
3082         Don't access the level after removing the node, since that may
3083         kill the level.  (#132615, Crispin Flowerday)
3084
3085 2004-02-02  Tor Lillqvist  <tml@iki.fi>
3086
3087         * gdk/win32/gdkevents-win32.c (gdk_pointer_grab): Set the cursor
3088         in all cases. If no grab cursor specified, use the grabbing
3089         window's cursor. If the grabbing window has no cursor, use the
3090         default arrow cursor. (#118025)
3091
3092 Mon Feb  2 22:05:36 2004  Matthias Clasen  <maclas@gmx.de>
3093
3094         * gtk/gtkseparatormenuitem.c (gtk_separator_menu_item_init): The
3095         latest in menu separation technology.
3096
3097 Mon Feb  2 19:04:17 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3098
3099         * gdk/x11/gdkwindow-x11.c: Assume gravity works. (Anything else
3100         we have to take our chances with).
3101         
3102         (Bug 97510)
3103
3104 Mon Feb  2 18:45:28 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3105
3106         Fix bug 110224.
3107
3108         * gdk/x11/gdkfont-x11.c (gdk_font_from_description_for_display):
3109         Remove unused variable 'result'
3110
3111         * gdk/x11/xsettings-client.[ch]: Add new set_grab/ungrab_func() functions.
3112
3113         * gdk/x11/gdkevents-x11.c (_gdk_x11_events_init_screen): Use them
3114         here.
3115
3116 Mon Feb  2 14:32:32 2004  Pablo Saratxaga  <pablo@mandrakesoft.com>
3117
3118         * configure.in po/uz*.po: changed default for Uzbek; now just "uz"
3119         is in cyrillic and "uz@Latn" for latin; "uz@Cyrl" has been removed
3120
3121 Sun Feb  1 16:34:07 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3122
3123         * gtk/gtktoolbar.c (gtk_toolbar_size_allocate): Only start
3124         sliding when using the new API.
3125
3126 Sun Feb  1 16:03:39 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3127
3128         * gtk/gtktoolbar.c (gtk_toolbar_size_allocate): Make sure
3129         item_area is positioned correctly. Fix #133070, reported by Jeroen
3130         Zwartepoorte.
3131
3132 Sat Jan 31 23:13:43 2004  Matthias Clasen  <maclas@gmx.de>
3133
3134         * gtk/gtktextchild.c (gtk_text_child_anchor_finalize): Don't
3135         crash when finalizing an unused GtkTextChildAnchor.  (#132260,
3136         muppet)
3137
3138 Sat Jan 31 22:41:57 2004  Matthias Clasen  <maclas@gmx.de>
3139
3140         * gtk/gtktreemodel.c (gtk_tree_model_rows_reordered): Correct
3141         the documentation for new_order.  (#124790, Tim-Philipp Müller)
3142
3143 Sat Jan 31 22:38:07 2004  Matthias Clasen  <maclas@gmx.de>
3144
3145         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_fixed_width): 
3146         Reset use_resized_width when setting fixed_width.  (#108612, 
3147         Felipe Heidrich) 
3148
3149 Sat Jan 31 16:27:44 2004  Matthias Clasen  <maclas@gmx.de>
3150
3151         * gtk/gtkmain.c (gtk_key_snooper_remove): Don't leak the
3152         GtkKeySnooperData.  (#132038, R. McFarland)
3153
3154 2004-01-30  Federico Mena Quintero  <federico@ximian.com>
3155
3156         Fixes #132975.
3157
3158         * gtk/gtkfilesystem.c (gtk_file_system_make_path): Return NULL,
3159         not FALSE.
3160         (gtk_file_system_volume_render_icon): Likewise.
3161
3162         * gtk/gtkfilesystemwin32.c (gtk_file_system_win32_make_path):
3163         Likewise.
3164
3165         * gtk/gtktreestore.c (gtk_tree_store_iter_n_children): Return 0,
3166         not FALSE.
3167
3168         * gtk/gtktoolbar.c (gtk_toolbar_get_drop_index): Return -1, not
3169         FALSE.
3170
3171         * gtk/gtktextiter.c (gtk_text_iter_get_chars_in_line): Return 0,
3172         not FALSE.
3173         (gtk_text_iter_get_bytes_in_line): Likewise.
3174
3175         * gdk/x11/gdkcursor-x11.c (gdk_display_get_default_cursor_size):
3176         Likewise.
3177
3178         * gdk/linux-fb/gdkcolor-fb.c (gdk_colors_alloc): Return FALSE, not
3179         0.
3180
3181 2004-01-30  Not Zed  <NotZed@Ximian.com>
3182
3183         Fixes #132929.
3184
3185         * gtk/gtktreeview.c (cancel_arrow_animation): remove the timeout
3186         handler when we clear the timeout id.
3187
3188 2004-01-30  Federico Mena Quintero  <federico@ximian.com>
3189
3190         Fix #129872, based on a patch by Jan Arne Petersen
3191         <jpetersen@uni-bonn.de>
3192
3193         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_list_bookmarks):
3194         Implement.
3195         (gtk_file_system_unix_add_bookmark): Implement.
3196         (gtk_file_system_unix_remove_bookmark): Implement.
3197
3198 2004-01-29  Federico Mena Quintero  <federico@ximian.com>
3199
3200         Fixes #132693.
3201
3202         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_get_parent): Don't
3203         use filename_from_path().  Also, check that the filename is
3204         absolute.
3205         (gtk_file_system_unix_get_folder): Likewise.
3206         (gtk_file_system_unix_create_folder): Likewise.
3207         (gtk_file_system_unix_make_path): Likewise.
3208         (gtk_file_system_unix_parse): Likewise.
3209         (gtk_file_folder_unix_get_info): Likewise.
3210         (filename_from_path): Removed.
3211
3212 2004-01-30  Federico Mena Quintero  <federico@ximian.com>
3213
3214         * gtk/gtkcalendar.c (arrow_action): Remove C++ comment; reported
3215         by Damien Carbery <damien.carbery@sun.com>.  Fixes #132956.
3216
3217 Fri Jan 30 11:37:37 2004  Owen Taylor  <otaylor@redhat.com>
3218
3219         * gdk/x11/gdkdrawable-x11.c: Revert changes from
3220         #113476 and go back to using XftDrawSetClip, because
3221         XftDrawSetClipRectangles is buggy in XFree86-4.3.
3222
3223 Thu Jan 29 18:08:06 2004  Owen Taylor  <otaylor@redhat.com>
3224
3225         * gtk/gtktextlayout.c (line_display_iter_to_index)
3226         * gtk/gtktextlayout.c (line_display_index_to_iter): Only
3227         adjust the preedit position for lines that include the
3228         preedit string. (#132353, Yao Zhang). How the heck
3229         did this work as well as it did?!?!
3230
3231         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_get_ic): 
3232         Reverse change to change of XNFilterEvents event mask from
3233         #110493 -- it's documented and in the Xlib code an
3234         unsigned long. 
3235         
3236         * modules/input/gtkimcontextxim.c (preedit_start_callback): 
3237         Return -1 rather than void to indicate no length limit.
3238         (#129548)
3239
3240 Fri Jan 30 00:45:46 2004  Matthias Clasen  <maclas@gmx.de>
3241
3242         * gtk/gtkadjustment.c: Add properties to GtkAdjustment.
3243         (#64601, Murray Cumming)
3244
3245 Fri Jan 30 00:13:46 2004  Matthias Clasen  <maclas@gmx.de>
3246
3247         * gtk/gtkcombo.c (gtk_combo_set_popdown_strings): Allow NULL
3248         for strings to clear the list.  (#105386, Marco Pesenti Gritti)
3249         
3250 2004-01-28  Richard Hult  <richard@imendio.com>
3251
3252         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_get_size):
3253         Free font_desc.  Fixes #132805.
3254
3255 2004-01-29  Federico Mena Quintero  <federico@ximian.com>
3256
3257         * gtk/gtkiconfactory.c (render_icon_name_pixbuf): Free the GError.
3258         Patch provided by Christian Persch <chpe@stud.uni-saarland.de>
3259         Fixes #132574.
3260
3261 Thu Jan 29 11:00:18 2004  Owen Taylor  <otaylor@redhat.com>
3262
3263         * gtk/gtkselection.c (gtk_selection_default_handler): 
3264         nul-terminate the target atoms. (#132656, Christian Persch)
3265
3266 Thu Jan 29 00:59:03 2004  Matthias Clasen  <maclas@gmx.de>
3267
3268         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_rows_reordered):
3269         Don't leak path if we bail out early.  (#132505, Christian Persch)
3270
3271 Thu Jan 29 00:48:47 2004  Matthias Clasen  <maclas@gmx.de>
3272
3273         * gtk/gtkactiongroup.c (gtk_action_group_add_toggle_actions_full):
3274         * gtk/gtkactiongroup.c (gtk_action_group_add_actions_full): Do
3275         reference counting on the user_data that is shared between
3276         multiple signal handlers, to avoid calling the destroy notify
3277         multiple times.  (#132447, Adam Hooper)
3278
3279 2004-01-28  Hans Breuer  <hans@breuer.org>
3280
3281         * gtk/stock-icons/stock_network_(16|24).png : new GTK_STOCK_NETWORK ...
3282           gtk/gtkstock.[hc] : ... define ...
3283           gtk/gtkiconfactory.c : ... register ...
3284           gtk/stock-icons/Makefile.am gtk/stock-icons/makefile.msc : ... compile ...
3285         * gtk/gtkfilesystemwin32.c : ... and use. Also adapt to recent 
3286         IFace changes.
3287
3288         * gtk/gtk.def : added a bunch of new exported symbols
3289
3290         * tests/testfilechooser.c (no_backup_files_filter) : don't crash
3291         on filter_info->display_name being NULL
3292
3293         * tests/testgtk.c : make testgtk --bench=all work again
3294
3295 Wed Jan 28 21:40:47 2004  Matthias Clasen  <maclas@gmx.de>
3296
3297         * gtk/gtkentrycompletion.c (gtk_entry_completion_action_data_func):
3298         Don't leak string.  (#132482, Christian Persch)
3299
3300 Tue Jan 27 18:45:47 2004  Manish Singh  <yosh@gimp.org>
3301
3302         * m4macros/gtk-2.0.m4: quote AC_DEFUN macro names so automake
3303         1.8 won't whine at us.
3304
3305 2004-01-28  Tor Lillqvist  <tml@iki.fi>
3306
3307         * gdk/win32/gdkevents-win32.c (synthesize_leave_event,
3308         synthesize_enter_event): Don' generate enter or leave events if
3309         the pointer is grabbed with owner_events off, and the grab event
3310         mask doesn't ask for them. (#129242)
3311
3312         (gdk_event_translate): Ditto for focus change events.
3313
3314 2004-01-27  Federico Mena Quintero  <federico@ximian.com>
3315
3316         Fix #132314.
3317
3318         * gtk/gtkfilesystem.h: Removed the #ifdef-ed out, old icon API.
3319
3320         * gtk/gtkfilesystem.c: Likewise.
3321
3322         * gtk/gtkfilesystemunix.c (filename_get_info): Removed the old
3323         icon-type code.
3324         (gtk_file_system_unix_render_icon): Moved the icon-rendering code
3325         from GtkFileInfo to here.
3326         (gtk_file_system_unix_volume_render_icon): Implement.
3327
3328 2004-01-28  Changwoo Ryu  <cwryu@debian.org>
3329
3330         * modules/input/imhangul-defs.h: 
3331         * modules/input/imhangul.c:
3332         * modules/input/Makefile.am: Remove broken hangul input module.
3333         
3334 Tue Jan 27 01:56:46 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3335
3336         * gtk/gtktoolbar.c: Remove obsolete comment.
3337
3338         * gtk/gtktoolbar.c (DEFAULT_SPACE_SIZE, SPACE_LINE_START, 
3339         SPACE_LINE_END): Make separators wider and taller, so they are
3340         easier to pick up when editing the toolbar.
3341
3342         * gtk/gtktoolbar.c (slide_idle_handler): Add a comment, simplify
3343         a bit, 
3344
3345         * gtk/gtktoolbar.c (rect_within): Formatting fix
3346
3347         * gtk/gtktoolbar.c (gtk_toolbar_set_drop_highlight_item): Make
3348         sliding feel more responsive by only restarting sliding when the
3349         placeholder actually changes its goal allocation.
3350
3351 Tue Jan 27 02:00:37 2004  Matthias Clasen  <maclas@gmx.de>
3352
3353         * gtk/gtktreeitem.c (gtk_tree_item_add_pixmaps): Avoid a 
3354         compiler warning.  (#122725, Kjartan Maraas)
3355         
3356 Tue Jan 27 01:46:54 2004  Matthias Clasen  <maclas@gmx.de>
3357
3358         Make menus work better on Xinerama (#126150):
3359         
3360         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu): Calculate the 
3361         monitor_num on the screen of the menu, not of the attach widget.
3362
3363         * gtk/gtkmenu.c (menu_change_screen): Forget the stored monitor_num. 
3364         (gtk_menu_window_size_request): Remember the monitor_num.
3365
3366 2004-01-26  Federico Mena Quintero  <federico@ximian.com>
3367
3368         Fix #105497; constify uses of GdkColor.
3369
3370         * gdk/gdkgc.c (gdk_gc_set_rgb_fg_color): Constify.
3371         (gdk_gc_set_rgb_bg_color): Constify.
3372         (gdk_gc_set_foreground): Constify.
3373
3374         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_pixmap): Constify.
3375         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new_from_pixmap): Constify.
3376         * gdk/linux-fb/gdkcursor-fb.c (gdk_cursor_new_from_pixmap): Constify.
3377
3378         * gdk/x11/gdkpixmap-x11.c (gdk_pixmap_create_from_data): Constify.
3379         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_create_from_data): Constify.
3380         * gdk/linux-fb/gdkpixmap-fb.c (gdk_pixmap_create_from_data): Constify.
3381
3382         * gdk/x11/gdkwindow-x11.c (gdk_window_set_background): Constify.
3383         * gdk/win32/gdkwindow-win32.c (gdk_window_set_background): Constify.
3384         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_set_background): Constify.
3385
3386         * gdk/gdkpango.c (gdk_draw_layout_line_with_colors): Constify.
3387         (gdk_draw_layout_with_colors): Constify.
3388
3389         * gdk/gdkpixmap.c (gdk_pixmap_colormap_new_from_pixbuf): Constify.
3390         (gdk_pixmap_colormap_create_from_xpm): Constify.
3391         (gdk_pixmap_create_from_xpm): Constify.
3392         (gdk_pixmap_colormap_create_from_xpm_d): Constify.
3393         (gdk_pixmap_create_from_xpm_d): Constify.
3394
3395         * gtk/gtkcellview.c (gtk_cell_view_set_background_color): Constify.
3396
3397         * gtk/gtkclist.c (gtk_clist_set_foreground): Constify.
3398         (gtk_clist_set_background): Constify.
3399
3400         * gtk/gtkcolorbutton.c (gtk_color_button_new_with_color): Constify.
3401         (gtk_color_button_set_color): Constify.
3402
3403         * gtk/gtkcolorsel.c (gtk_color_selection_set_current_color):
3404         Constify and add a check for color != NULL.
3405         (gtk_color_selection_get_current_color): Add a check for color != NULL.
3406         (gtk_color_selection_set_previous_color): Constify and add a check
3407         for color != NULL.
3408         (gtk_color_selection_get_previous_color): Add a check for color != NULL.
3409
3410         * gtk/gtkctree.c (gtk_ctree_node_set_foreground): Constify.
3411         (gtk_ctree_node_set_background): Constify.
3412
3413         * gtk/gtktext.c (gtk_text_insert): Constify.
3414         (insert_text_property): Constify.
3415         (text_properties_equal): Constify.
3416         (new_text_property): Constify.
3417
3418         * gtk/gtkwidget.c (gtk_widget_modify_color_component): Constify.
3419         (gtk_widget_modify_fg): Constify.
3420         (gtk_widget_modify_bg): Constify.
3421         (gtk_widget_modify_text): Constify.
3422         (gtk_widget_modify_base): Constify.
3423
3424 2004-01-26  Christian Rose  <menthos@menthos.com>
3425
3426         * configure.in: Added "mi" to ALL_LINGUAS.
3427
3428 2004-01-25  Tor Lillqvist  <tml@iki.fi>
3429
3430         * gdk/win32/gdkproperty-win32.c (gdk_property_delete): If the
3431         WM_TRANSIENT_FOR property is being deleted, set the owner of the
3432         window to the root window (i.e., effectively unset it). (#132411)
3433
3434         * gdk/win32/gdkprivate-win32.h
3435         * gdk/win32/gdkglobals-win32.c
3436         * gdk/win32/gdkmain-win32.c: Declare, define and initialize
3437         _wm_transient_for, a GdkAtom for WM_TRANSIENT_FOR.
3438
3439         * acconfig.h: Remove HAVE_WINSOCK_H, not used any longer.
3440
3441 Sun Jan 25 15:14:46 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3442
3443         * gtk/gtktoolbar.c (gtk_toolbar_size_allocate): Base the decision
3444         to map/unmap items on whether they are actually allocated outside
3445         the toolbar, not on whether that will eventually happen. Improves
3446         animation in the presence of overflown items.
3447
3448         * gtk/gtktoolbar.c (gtk_toolbar_begin_sliding): Add a
3449         queue_resize() to so that the items will get their new goal
3450         values and the idle handler will not immediately return FALSE.
3451
3452         * gtk/gtktoolbar.c (slide_idle_handler): simplify the logic and
3453         make sure that a placeholder becoming invisible doesn't cause a
3454         return TRUE.
3455
3456         * gtk/gtktoolbar.c (get_item_size): Don't special case
3457         placeholders here.
3458
3459 Sat Jan 24 23:17:27 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3460
3461         * gtk/gtktoolbutton.c (gtk_tool_button_construct_contents): Only
3462         try to pack icon if there actually is one.
3463
3464         * gtk/gtktoolbar.c (gtk_toolbar_size_allocate): Make sure
3465         OVERFLOWN items get an allocation even when they are
3466         unmapped. This ensures they will slide in properly.
3467
3468         * gtk/gtktoolbar.c (slide_idle_handler): Make sure we return TRUE
3469         when there are overflown items that need to slide in. Also add
3470         comments and make formatting more readable.
3471
3472 Sat Jan 24 17:38:48 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3473
3474         * gtk/gtkradiotoolbutton.c (gtk_radio_tool_button_class_init):
3475         Add a write-only property ::group to be consistent with
3476         GtkRadioAction and GtkRadioButton. (#132159, Patch from Olivier
3477         Andrieu)
3478
3479 Fri Jan 23 23:46:12 2004  Matthias Clasen  <maclas@gmx.de>
3480
3481         * gtk/gtkfontbutton.c (gtk_font_button_label_use_font): Don't leak the 
3482         font description.  (#132168)
3483
3484 2004-01-23  Federico Mena Quintero  <federico@ximian.com>
3485
3486         Fix #132247.
3487
3488         * gtk/gtkfilechooserdefault.c (set_select_multiple): Handle folder
3489         mode.
3490         (set_select_multiple): Optionally notify about changes to the
3491         select-multiple property.
3492         (list_selection_changed): Change the condition for the editable row to
3493         test for save mode; this is more clear than testing for not being
3494         in multiple selection mode.
3495         (gtk_file_chooser_default_get_paths): Get impl->action directly
3496         rather than calling gtk_file_chooser_get_action().
3497         (entry_activate): Likewise.
3498         (set_select_multiple): Annotate about #133255.
3499         (update_chooser_entry): Likewise.
3500         (check_preview_change): Likewise.
3501         (tree_selection_changed): Likewise.
3502
3503 Fri Jan 23 14:56:18 2004  Jonathan Blandford  <jrb@gnome.org>
3504
3505         * gtk/gtktreeview.c (gtk_tree_view_get_path_at_pos): Don't crash
3506         when there are no columns, or all columns are hidden, #131402
3507
3508 Fri Jan 23 16:58:28 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3509
3510         * gtk/gtkmenu.c (DEFAULT_POPUP_DELAY): Changing to 200 was a
3511         mistake. Change back to 225.
3512
3513 Thu Jan 22 18:46:05 2004  Owen Taylor  <otaylor@redhat.com>
3514
3515         * === Released 2.3.2 ===
3516
3517 Thu Jan 22 18:45:26 2004  Owen Taylor  <otaylor@redhat.com>
3518
3519         * gtk/gtkicontheme.c: Patch from Christian Neumair
3520         to make warning string more translator friendly.
3521
3522         * gtk/gtktreemodelfilter.h gtkseparatortoolitem.[ch]
3523         gtk/gtktoolbar.c: Parameter name fixes to keep gtk-doc
3524         happy.
3525
3526         * configure.in: Require GLib-2.3.2, version 2.3.2,
3527         interface age 0, binary age 302.
3528
3529         * NEWS: Organized, added some names.
3530
3531 Thu Jan 22 16:59:36 2004  Jonathan Blandford  <jrb@gnome.org>
3532
3533         * gtk/gtkliststore.c (gtk_list_store_reorder): Doc fix.
3534
3535 2004-01-22  Federico Mena Quintero  <federico@ximian.com>
3536
3537         * gtk/gtkwidget.c (gtk_widget_class_init): Added documentation for
3538         GtkWidget::popup_menu.
3539
3540 Thu Jan 22 21:45:24 2004  Matthias Clasen  <maclas@gmx.de>
3541
3542         * gtk/gtkmenu.c (gtk_menu_remove): Remove the attach 
3543         info after calling gtk_menu_do_remove(), since that function
3544         uses the attach info. Doh!
3545
3546         * gtk/gtkmenu.c (gtk_menu_do_remove): Don't check priv->columns 
3547         for being 1 directly after setting it to 0.
3548
3549 Thu Jan 22 21:38:52 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3550
3551         * NEWS: Updates
3552
3553 2004-01-22  Alexander Larsson  <alexl@redhat.com>
3554
3555         * gdk/x11/gdkwindow-x11.c (WINDOW_IS_TOPLEVEL):
3556         Fix typo
3557
3558 2004-01-21  Federico Mena Quintero  <federico@ximian.com>
3559
3560         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_finalize):
3561         Free the path fields.
3562
3563         * gtk/gtkfilesystemmodel.c (gtk_file_system_model_finalize): Free
3564         the root_path, reported by <scott@asofyet.org>
3565         (gtk_file_system_model_finalize): Unref the file system.
3566
3567         * gtk/gtkfilefilter.c (filter_rule_free): default:
3568         g_assert_not_reached().
3569         (gtk_file_filter_finalize): Free the filter->name, reported by
3570         <scott@asofyet.org>
3571         (gtk_file_filter_finalize): Free the rules list.
3572
3573 Wed Jan 21 18:10:40 2004  Jonathan Blandford  <jrb@gnome.org>
3574
3575         * gtk/gtkcolorbutton.c (gtk_color_button_set_color):redraw the
3576         color button when an alpha is set.
3577         (gtk_color_button_set_alpha): redraw the color button when an
3578         alpha is set.
3579
3580 Wed Jan 21 23:27:14 2004  Matthias Clasen  <maclas@gmx.de>
3581
3582         Fix #131869: 
3583         
3584         * gtk/gtkaction.c (_gtk_action_emit_activate): Hold
3585         a reference to the group while emitting the signals.
3586
3587         * gtk/gtkactiongroup.c (gtk_action_group_init): Use a 
3588         destroy notify which does not only unref, but also resets
3589         the action_group property of the action.
3590
3591 2004-01-20  Federico Mena Quintero  <federico@ximian.com>
3592
3593         * NEWS: Added details about GtkFileChooser changes.
3594
3595 2004-01-20  Federico Mena Quintero  <federico@ximian.com>
3596
3597         Fix #99425, add accessor functions for GtkPaned's children.
3598
3599         * gtk/gtkpaned.c (gtk_paned_get_child1): New function.
3600         (gtk_paned_get_child2): New function.
3601
3602 Tue Jan 20 23:49:52 2004  Matthias Clasen  <maclas@gmx.de>
3603
3604         * NEWS: Start of 2.3.2 section.
3605
3606 Tue Jan 20 22:11:31 2004  Matthias Clasen  <maclas@gmx.de>
3607
3608         Fixes for #130370, based on a patch by Michael Meeks:
3609         
3610         * gtk/gtkmenu.c (gtk_menu_do_remove): New auxiliary function to
3611         adjust cell positions and recalculate row and column counts after
3612         removing an item.
3613
3614         * gtk/gtkmenu.c (gtk_menu_remove): Call gtk_menu_do_remove.
3615
3616         * gtk/gtkmenu.c (gtk_menu_do_insert): Don't leave empty rows when
3617         appending items.
3618
3619         * gtk/gtkmenu.c (gtk_menu_attach): Don't call gtk_menu_shell_append,
3620         to avoid an unintended recursion.
3621
3622 2004-01-19  Federico Mena Quintero  <federico@ximian.com>
3623
3624         Fix #131418.
3625
3626         * gtk/gtkfilechooserdefault.c (set_select_multiple): New helper
3627         function.
3628         (gtk_file_chooser_default_set_property): Use
3629         set_select_multiple().  Also, re-set this mode to single if the
3630         file chooser is set to Save mode.
3631         (entry_activate): Handle the case where the entry is completely
3632         empty *and* its current folder does exist.  Also, there is need to
3633         test for select_multiple here now that we ensure that it won't
3634         happen during Save mode.
3635
3636 Sun Jan 18 15:25:39 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3637
3638         * gtk/gtktoolbar.[ch]: Add _gtk_toolbar_paint_space_line(),
3639         _gtk_toolbar_get_default_space_size ();
3640
3641         * gtk/gtkseparatortoolitem.c (gtk_separator_tool_item_expose,
3642         get_space_size): Use them here.
3643
3644 Sun Jan 18 13:16:34 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3645
3646         * tests/testgtk.c (create_toolbar): Set a small size request and
3647         make the window resizable, to test mapping/unmapping of buttons.
3648
3649         * gtk/gtktoolbar.c (gtk_toolbar_remove_content,
3650         gtk_toolbar_insert_tool_item): remove these functions.
3651
3652         * gtk/gtktoolbar.c (gtk_toolbar_show_all,
3653         toolbar_content_show_all, gtk_toolbar_hide_all,
3654         toolbar_content_hide_all): New functions. 
3655
3656         Ignore show_all/hide_all for buttons created in compatibility mode.
3657
3658         * gtk/gtktoolbar.c (internal_insert_element, gtk_toolbar_show_all,
3659         gtk_toolbar_hide_all): Make sure buttons are ignored by
3660         gtk_toolbar_show_all() and gtk_toolbar_hide_all().
3661         
3662         * gtk/gtktoolbar.c: s/regular_widget/compatibility/g
3663
3664         * gtk/gtktoolbar.c (struct _ToolbarContent): Allocate
3665         GtkToolbarChild inline. Get rid of GtkToolbarChildSpace.
3666
3667         * gtk/gtktoolbar.c (toolbar_content_expose): Fix bug where widget
3668         could become NULL.
3669
3670         * gtk/gtktoolbar.c (gtk_toolbar_add): Append new tool items
3671         instead of prepending them.
3672
3673         * gtk/gtktoolbar.c (gtk_toolbar_size_allocate): Use the same
3674         'elapsed' for all items.
3675
3676         * gtk/gtktoolbar.c (struct _GtkToolbarPrivate): Turn booleans
3677         into bitfields.
3678
3679         * gtk/gtktoolbar.c: Many formatting fixes
3680         
3681 Sun Jan 18 01:51:12 2004  Matthias Clasen  <maclas@gmx.de>
3682
3683         * configure.in: Add the necessary magic to create
3684         po-properties/Makefile.
3685
3686 Sat Jan 17 23:05:52 2004  Matthias Clasen  <maclas@gmx.de>
3687
3688         The second part of the fix for #114351 (see also 
3689         gdk-pixbuf/ChangeLog and po/ChangeLog):
3690
3691         * Makefile.am (SUBDIRS): Add po-properties.
3692
3693         * configure.in (AC_CONFIG_FILES): Add po-properties/Makefile.in 
3694
3695         * gdk/gdkintl.h (P_): 
3696         * gtk/gtkintl.h (P_): Use translation domain gtk20-properties. 
3697
3698         * gtk/gtkmain.c (gtk_parse_args): Call bindtextdomain and
3699         bind_textdomain_codeset for gtk20-properties as well.
3700
3701 Sat Jan 17 22:00:07 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3702
3703         * gtk/gtktoolbar.c: 
3704
3705         Fix rest of #128678: Implement all the toolbar_content()
3706         methods for the old API case.
3707
3708 Sat Jan 17 16:53:08 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3709
3710         * gtk/gtktoolbar.c: 
3711
3712         Phase 1 of fixing #128678: Only access ToolbarContent through a
3713         set of new functions:
3714
3715         toolbar_content_expose, toolbar_content_visible,
3716         toolbar_content_size_request, toolbar_content_is_homogeneous,
3717         toolbar_content_get_child_requisition,
3718         toolbar_content_is_placeholder, toolbar_content_disappearing,
3719         toolbar_content_get_state, toolbar_content_child_visible,
3720         toolbar_content_get_goal_allocation,
3721         toolbar_content_get_allocation,
3722         toolbar_content_set_start_allocation,
3723         toolbar_content_get_start_allocation, toolbar_content_get_expand,
3724         toolbar_content_set_goal_allocation,
3725         toolbar_content_set_child_visible, toolbar_content_size_allocate,
3726         toolbar_content_set_state, toolbar_content_get_widget,
3727         toolbar_content_set_disappearing,
3728         toolbar_content_set_size_request,
3729         toolbar_content_toolbar_reconfigured,
3730         toolbar_content_retrieve_menu_item, 
3731         toolbar_content_new_tool_item, toolbar_content_destroy,
3732         toolbar_content_is_separator
3733
3734         Also fix #127092.
3735         
3736 Sat Jan 17 12:55:13 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3737
3738         * gtk/gtktoolitem.c (gtk_tool_item_finalize): don't leak the menu
3739         item ID.
3740
3741 Sat Jan 17 12:37:46 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3742
3743         * gtk/gtktoolbar.c (gtk_toolbar_finalize): Don't leak the
3744         overflow menu.
3745         
3746         * gtk/gtktoolbar.h (struct _GtkToolbar): Make some fields public. 
3747         [#127726]
3748
3749 2004-01-16  Federico Mena Quintero  <federico@ximian.com>
3750
3751         * gtk/gtkfilesystemmodel.c (struct _GtkFileSystemModel): Added a
3752         has_editable field.
3753         (_gtk_file_system_model_add_editable): New function.
3754         (_gtk_file_system_model_remove_editable): New function.
3755         (gtk_file_system_model_get_value): Return appropriate values for
3756         the temporary editable row.
3757         (_gtk_file_system_model_get_info): Handle the editable row.
3758         (_gtk_file_system_model_get_path): Likewise.
3759
3760         * gtk/gtkfilechooserdefault.c (shortcuts_append_bookmarks):
3761         Removed an unused variable.
3762         (toolbar_button_new): Optionally show the button.
3763         (up_button_clicked_cb): Renamed from up_button_cb(), fixed prototype.
3764         (toolbar_create): Add a "New Folder" button for Save mode.
3765         (error_building_filename_dialog): New helper function.
3766         (gtk_file_chooser_default_get_paths): Use error_building_filename_dialog().
3767         (create_file_list): Connect to the "edited" signal of the text
3768         cell renderer.  Store the name column and text renderer in the
3769         impl structure.
3770         (renderer_edited_cb): New callback.
3771         (gtk_file_chooser_default_set_property): Show/hide the "New
3772         folder" button when the save action changes.
3773         (COMPARE_DIRECTORIES): Allow the info values to be NULL.
3774         (COMPARE_DIRECTORIES): Duh, use the list_model, not the
3775         tree_model.
3776         (get_list_file_info): Likewise!
3777         (list_icon_data_func): Handle the path being NULL.
3778         (new_folder_button_clicked): New callback.
3779         (list_name_data_func): If we are on the editable row, set the text
3780         to "Type name of new folder".
3781         (list_selection_changed): Handle the editable row.
3782         (list_mtime_data_func): Likewise.
3783
3784         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_make_path): Return
3785         NULL, not FALSE.
3786         (gtk_file_system_unix_create_folder): Test the result of mkdir() correctly.
3787
3788 Fri Jan 16 23:59:01 2004  Matthias Clasen  <maclas@gmx.de>
3789
3790         The first part of the fix for #114351 (see also 
3791         gdk-pixbuf/ChangeLog and po/ChangeLog):
3792         
3793         * gtk/gtkintl.h: 
3794         * gdk/gdkintl.h: Define P_() for property blurbs and nicks.
3795
3796         * gdk/gdkdisplaymanager.c:
3797         * modules/input/gtkimcontextxim.c:
3798         * gtk/*.c:  Mark property blurbs and nicks with P_().
3799         
3800 2004-01-16  Federico Mena Quintero  <federico@ximian.com>
3801
3802         Fix #130969.
3803
3804         * gtk/gtkcellrenderer.h (struct _GtkCellRendererClass): Added an
3805         editing_canceled signal.
3806
3807         * gtk/gtkcellrenderer.c (gtk_cell_renderer_class_init): Create the
3808         "editing-canceled" signal.
3809         (gtk_cell_renderer_editing_canceled): New function.
3810
3811         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_editing_done):
3812         Call gtk_cell_renderer_editing_canceled().
3813
3814 2004-01-16  Federico Mena Quintero  <federico@ximian.com>
3815
3816         * gtk/gtkfilechooserdefault.c
3817         (gtk_file_chooser_default_set_property): Do not allow setting
3818         select_multiple when in Save mode.
3819         (set_list_model): No need to nullify the list_model and
3820         sort_model.
3821         (gtk_file_chooser_default_get_paths): Handle folder mode as well.
3822         (get_paths_foreach): Likewise.
3823
3824         * gtk/gtkfilechooser.c (gtk_file_chooser_get_filename): Clarify
3825         documentation about folder mode.
3826         (gtk_file_chooser_get_uri): Likewise.
3827
3828 2004-01-16  Federico Mena Quintero  <federico@ximian.com>
3829
3830         * gtk/gtkfilesystem.h (struct _GtkFileSystemIface): New
3831         get_volume_for_path() method.
3832         (struct _GtkFileSystemIface): Finally removed the list_roots() and
3833         get_root_info() methods, and the "roots-changed" signal.
3834
3835         * gtk/gtkfilesystem.c (gtk_file_system_get_volume_for_path): New
3836         function.
3837         (gtk_file_system_list_roots): Removed.
3838         (gtk_file_system_get_root_info): Removed.
3839
3840         * gtk/gtkfilesystemunix.c
3841         (gtk_file_system_unix_get_volume_for_path): Implement.
3842         (get_root_volume): New helper function.
3843         (gtk_file_system_unix_list_volumes): Use get_root_volume().
3844         (gtk_file_system_unix_list_roots): Removed.
3845         (gtk_file_system_unix_get_root_info): Removed.
3846
3847         * gtk/gtkfilesystemmodel.c (_gtk_file_system_model_new): Don't
3848         accept a NULL root_path.
3849         (struct _GtkFileSystemModel): Add a field to remember the
3850         root_path.
3851         (_gtk_file_system_model_new): Store the root_path in the model
3852         structure.
3853         (find_and_ref_path): Stop going up the hierarchy at the root_path
3854         of the model.  Also, don't return prematurely when walking up the
3855         hierarchy.
3856
3857         * gtk/gtkfilechooserdefault.c (create_file_list): Sigh, restore
3858         the rules_hint.
3859         (struct _GtkFileChooserDefault): Added a current_volume_path field.
3860         (set_tree_model): New function; create the folder tree model here.
3861         (create_folder_tree): Don't create the model here.
3862         (set_list_model): Set the show_hidden flag on the list model.
3863
3864 Fri Jan 16 00:04:43 2004  Matthias Clasen  <maclas@gmx.de>
3865
3866         * gtk/gtknotebook.h:
3867         * gtk/gtknotebook.c (gtk_notebook_append_page): 
3868         * gtk/gtknotebook.c (gtk_notebook_append_page_menu): 
3869         * gtk/gtknotebook.c (gtk_notebook_prepend_page): 
3870         * gtk/gtknotebook.c (gtk_notebook_prepend_page_menu): 
3871         * gtk/gtknotebook.c (gtk_notebook_insert_page): 
3872         * gtk/gtknotebook.c (gtk_notebook_insert_page_menu): Return the
3873         index of the newly inserted page.  (#130986, Olexiy Avramchenko) 
3874
3875 Thu Jan 15 23:17:14 2004  Matthias Clasen  <maclas@gmx.de>
3876
3877         * gtk/gtkuimanager.c (gtk_ui_manager_get_toplevels): Inserting
3878         a 'newly-allocated' to hint that the list should be freed after
3879         use.
3880
3881 Wed Jan 14 18:01:52 2004  Jonathan Blandford  <jrb@gnome.org>
3882
3883         * gtk/gtktreeview.c (gtk_tree_view_button_press): move grab_focus
3884         to after handling the button presses in the TreeView to avoid
3885         getting multiple selection_changes()
3886
3887 Wed Jan 14 21:16:20 2004  Matthias Clasen  <maclas@gmx.de>
3888
3889         * gtk/gtkimcontext.c: Documentation fix.  (#131335, Theppitak 
3890         Karoonboonyanan)
3891
3892 Wed Jan 14 21:00:49 2004  Matthias Clasen  <maclas@gmx.de>
3893
3894         * gtk/gtkactiongroup.c (gtk_action_group_add_action_with_accel): 
3895         Don't leak name and stock_id.  (#131358, Morten Welinder)
3896
3897 Wed Jan 14 13:07:30 GMT 2004  Tony Gale <gale@gtk.org>
3898
3899         * docs/faq/gtk-faq.sgml: Updates to Section 5
3900
3901 Wed Jan 14 02:34:57 2004  Matthias Clasen  <maclas@gmx.de>
3902
3903         * gtk/gtkradioaction.c: Add a writable group property to align
3904         with the GtkRadioButton API.  (#129166, Olivier Andrieu) 
3905
3906 Tue Jan 13 14:48:27 GMT 2004  Tony Gale <gale@gtk.org>
3907
3908         * docs/faq/gtk-faq.sgml: Update info on using autoconf
3909
3910 Mon Jan 12 23:40:34 2004  Matthias Clasen  <maclas@gmx.de>
3911
3912         * tests/testmerge.c: Adjust to the new connect_proxy signals.
3913
3914         * gtk/gtkuimanager.c
3915         * gtk/gtkactiongroup.c
3916         * gtk/gtkaction.c: Move the connect_proxy and disconnect_proxy signals
3917         from GtkAction to GtkActionGroup and proxy it on GtkUIManager. This
3918         removes the confusion between the disconnect_/connect_proxy signals 
3919         and the (unrelated) virtual functions of the same name and aligns
3920         the setup with the pre_/post_activate signals.
3921
3922 2004-01-12  Jody Goldberg <jody@gnome.org>
3923
3924         * gtk/gtkaction.c (connect_proxy) : only connect activate for menus
3925           with no submenus otherwise it looks like we activate every time a
3926           submenu opens.
3927
3928 2004-01-12  Jody Goldberg <jody@gnome.org>
3929
3930         * gtk/gtkuimanager.c: Remove accidentially committed debug spew.
3931
3932 Sun Jan 11 01:55:07 2004  Matthias Clasen  <maclas@gmx.de>
3933
3934         * gtk/gtkaccelmap.c: Remove accidentally committed notification stuff. 
3935         (gtk_accel_map_lock_path): 
3936         (gtk_accel_map_unlock_path): Path locking can now be nested, a missing
3937         entry is silently created during lock_path(), and treated as an error 
3938         during unlock_path(). These changes have been requested by Tim Janik.
3939
3940 2004-01-10  Jody Goldberg <jody@gnome.org>
3941
3942         * gtk/gtkuimanager.c (d) : Add a debug macro to quiet the spew.
3943         s/merge_signals/ui_manager_signals/ for readability.
3944         (gtk_ui_manager_class_init) : add pre_activate and post_activate
3945           signals.
3946         (cb_proxy_pre_activate) : new.
3947         (cb_proxy_post_activate) : new.
3948         (gtk_ui_manager_insert_action_group) : connect the proxies for
3949           GtkActionGroup::pre/post_activate
3950         (gtk_ui_manager_remove_action_group) : disconnect them.
3951
3952         * gtk/gtkactiongroup.c (gtk_action_group_class_init) : add
3953           'sensitive', and 'visible' properties.  Also add pre_activate and
3954           post_activate signals to help deal with activations at a higher
3955           level (eg GtkUIManager)
3956         (gtk_action_group_init) : init sensitive and visible
3957         (gtk_action_group_set_property) : add sensitive and visible
3958         (gtk_action_group_get_property) : add sensitive and visible
3959         (gtk_action_group_get_sensitive) : new.
3960         (gtk_action_group_get_visible) : new.
3961         (cb_set_action_sensitivity) : new with minor optimization that only
3962           signals sensitivity changes if the action could possibly change.
3963         (cb_set_action_visiblility) : ditto.
3964         (gtk_action_group_set_sensitive) : new.  walk the actions directly
3965           rather than using notify::sensitive because that is simpler, easier
3966           to read, and more efficient.
3967         (gtk_action_group_set_visible) : ditto.
3968         (gtk_action_group_add_action) : Each action can only be in 1 group,
3969           set GtkAction::action_group.
3970         (gtk_action_group_remove_action) : clear it.
3971         (gtk_action_group_add_toggle_actions_full) : warning suppression.
3972         (gtk_action_group_add_radio_actions_full) : warning suppression.
3973         (_gtk_action_group_emit_pre_activate) : new protected routine for use
3974           by GtkAction.
3975         (_gtk_action_group_emit_post_activate) : ditto.
3976
3977         * gtk/gtkaction.c (gtk_action_class_init) : add 'action_group' property.
3978         (gtk_action_init) : initialize it.
3979         (gtk_action_get_property) : get.
3980         (gtk_action_set_property) : set it via
3981         (gtk_action_set_action_group) : new function.
3982         (gtk_action_sync_sensitivity) : new routine to sync proxy sensitivity
3983           with the logical sensitivity (action & group) rather than the simple
3984           action::sensitivity.
3985         (gtk_action_sync_visible) : use gtk_action_is_visible to handle
3986           logical visibility (action & group) rather than the simple
3987           action::visible.  Use widget show/hide directly.
3988         (connect_proxy) : handle the custom sensitivity handler.
3989           Make the TOOL_BUTTON signals more general and support TOOL_ITEM
3990           directly, with special cases for TOOL_BUTTON.  Still not especially
3991           good it might be useful to handle label/use_underline by parmspec
3992           lookup.  Those are likely to be implemented by custom types, and are
3993           assumed to exist in GtkToolItem.
3994         (disconnect_proxy) : disconnect the new sensitivity handler.
3995         (_gtk_action_emit_activate) : add pre/post signals.
3996         (gtk_action_activate) : use logical sensitivity.
3997         (gtk_action_is_sensitive) : logical sensitivity.
3998         (gtk_action_get_sensitive) : actual sensitivity.
3999         (closure_accel_activate) : use logical sensitivity.
4000
4001 Fri Jan  9 22:23:45 2004  Matthias Clasen  <maclas@gmx.de>
4002
4003         * gtk/gtkuimanager.c: Introduce a new parser state for 
4004         accelerator elements to avoid misparsing files containing 
4005         such elements.  (#131035, Morten Welinder)
4006
4007 Fri Jan  9 11:58:47 2004  Manish Singh  <yosh@gimp.org>
4008
4009         * gdk-pixbuf/gdk-pixbuf-io.c: #include <unistd.h> for unlink()
4010
4011 Fri Jan  9 15:28:21 GMT 2004  Tony Gale <gale@gtk.org>
4012
4013         * docs/faq/gtk-faq.sgml: update GtkEntry filter code example
4014
4015 Fri Jan  9 00:34:57 2004  Matthias Clasen  <maclas@gmx.de>
4016
4017         * gtk/gtkuimanager.h:
4018         * gtk/gtkuimanager.c (gtk_ui_manager_get_toplevels): New function to
4019         obtain a list of toplevel widgets constructed by the ui manager.
4020
4021         * gtk/gtkuimanager.h (GtkUIManagerItemType): Change to flags, so that 
4022         the values can be combined for gtk_ui_manager_get_toplevels().
4023
4024         * tests/testmerge.c: Add a "Dump toplevels" button to test 
4025         gtk_ui_manager_get_toplevels().
4026
4027 Wed Jan  7 23:20:06 2004  Matthias Clasen  <maclas@gmx.de>
4028
4029         * demos/gtk-demo/Makefile.am (demos): Add entry_completion.c
4030         
4031         * demos/gtk-demo/entry_completion.c: New demo for GtkEntryCompletion 
4032         by Anders Carlsson  (#130464).
4033
4034 Wed Jan  7 23:07:28 2004  Matthias Clasen  <maclas@gmx.de>
4035
4036         * gtk/gtkmain.h: 
4037         * gtk/gtkmain.c (gtk_events_pending): Change the return value from 
4038         gint to gboolean.  (#130718, reported by Johannes Weißl)
4039
4040 Wed Jan  7 23:03:32 2004  Matthias Clasen  <maclas@gmx.de>
4041
4042         * gtk/gtkactiongroup.h: 
4043         * gtk/gtkactiongroup.c (gtk_action_group_add_action_with_accel): 
4044         Remove the redundant name and stock_id parameters, adjust all callers.
4045
4046 Wed Jan  7 22:20:20 2004  Matthias Clasen  <maclas@gmx.de>
4047
4048         * gtk/gtkaction.h: 
4049         * gtk/gtkaction.c (gtk_action_new):  
4050         * gtk/gtktoggleaction.h: 
4051         * gtk/gtktoggleaction.c (gtk_toggle_action_new): 
4052         * gtk/gtkradioaction.h: 
4053         * gtk/gtkradioaction.c (gtk_radio_action_new): Add creation 
4054         functions for actions.
4055
4056         * gtk/gtkactiongroup.c (gtk_action_group_add_actions_full): 
4057         (gtk_action_group_add_toggle_actions_full): 
4058         (gtk_action_group_add_radio_actions_full): and use the
4059         new functions here.  (#125322, Patch by Jeff Frank)
4060
4061 Wed Jan  7 21:42:49 2004  Matthias Clasen  <maclas@gmx.de>
4062
4063         * gtk/gtkaccelmap.c (gtk_accel_map_lock_path): Fix grammar of 
4064         docs.
4065
4066 2004-01-07  Jan Arne Petersen  <jpetersen@uni-bonn.de>
4067
4068         * gtk/gtkfilechooserdefault.c: (shortcuts_insert_path),
4069         (shortcuts_append_home), (shortcuts_append_desktop),
4070         (shortcuts_append_paths), (shortcuts_add_volumes),
4071         (shortcuts_append_bookmarks), (create_shortcuts_model),
4072         (gtk_file_chooser_default_add_shortcut_folder): add REMOVABLE column
4073         to the shortcuts_model.
4074
4075         (remove_bookmark_button_clicked_cb),
4076         (bookmarks_check_remove_sensitivity): use REMOVABLE column to check if
4077         bookmarks can be removed. Fixes #129873
4078
4079 Wed Jan  7 02:50:55 2004  Matthias Clasen  <maclas@gmx.de>
4080
4081         * demos/testpixbuf-save.c: Make s, S, Control-S, p, P, Control-P,
4082         i, I, Control-I test gdk_pixbuf_save(), gdk_pixbuf_save_to_buffer()
4083         and gdk_pixbuf_save_to_callback() with jpeg, png and ico formats, 
4084         respectively. Tests #82203.
4085
4086 2004-01-06  Federico Mena Quintero  <federico@ximian.com>
4087
4088         * gtk/gtkfilesel.c (gtk_file_selection_create_dir_confirmed): Use
4089         0777 as the mode for mkdir() and let the umask do the right
4090         thing.  Fixes #121819.
4091
4092         * gtk/gtkfilesystemunix.c (filename_is_root): g_path_skip_root()
4093         can return NULL; handle this.  Fixes #129565.
4094
4095 2004-01-06  Alexander Winston  <alexander.winston@comcast.net>
4096
4097         * gtk/gtkfilesel.c: (gtk_file_selection_delete_file): Removed space
4098         that proceeded the end-of-sentence punctuation. Fixes: #130353.
4099
4100 2004-01-06  Jody Goldberg <jody@gnome.org>
4101
4102         * gtk/gtktoolitem.c (gtk_tool_item_set_property) : Call 
4103           gtk_tool_item_set_visible_vertical for PROP_VISIBLE_VERTICAL.
4104
4105 2004-01-05  Federico Mena Quintero  <federico@ximian.com>
4106
4107         * gtk/gtkfilechooserdefault.c (shortcuts_append_bookmarks): Oops,
4108         call shortcuts_add_bookmarks() here.
4109         (remove_bookmark_button_clicked_cb): Ahem, fetch the selected
4110         iter.
4111         (shortcuts_append_paths): Don't display error dialogs here.
4112         (create_file_list): Remove the @#$% rules hint.
4113
4114 2004-01-05  Federico Mena Quintero  <federico@ximian.com>
4115
4116         * gtk/gtkfilechooserdefault.c (toolbar_button_new): New helper
4117         function.
4118         (toolbar_create): Do not use a toolbar widget, just an hbox
4119         instead.  Add the bookmarks buttons and the current folder label
4120         here.
4121         (create_filename_entry_and_filter_combo): Create the filter combo
4122         here.
4123         (filter_create): Don't show the filter combo initially.
4124         (up_button_cb): Renamed from toolbar_up_cb().
4125         (create_shortcuts_buttons): Removed.
4126
4127 2004-01-05  Murray Cumming  <murrayc@usa.net>
4128
4129         * gdk/gdkimage.h: Added <public> documentation to the struct, as
4130         suggested by Owen Taylor.
4131
4132 2004-01-05  Jody Goldberg <jody@gnome.org>
4133
4134         * gtk/gtkiconfactory.c (get_default_icons) : add stock indent, unindent
4135           I would have prefered outdent, but compatibility seems more
4136           important.
4137         * gtk/gtkstock.c (builtin_items) : ditto.
4138         * gtk/gtkstock.h : ditto.
4139         * gtk/stock-icons/Makefile.am : ditto.
4140         * gtk/stock-icons/stock_text_indent_16.png :
4141         * gtk/stock-icons/stock_text_indent_24.png :
4142         * gtk/stock-icons/stock_text_unindent_16.png :
4143         * gtk/stock-icons/stock_text_unindent_24.png : from gnome-icon-theme
4144
4145 Sun Jan  4 15:29:04 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
4146
4147         * gtk/gtkradiotoolbutton.[ch]
4148         (gtk_radio_tool_button_new_with_stock_from_widget): Change API so
4149         group is a GtkRadioButton, not a GtkWidget.
4150
4151 2004-01-04  Hans Breuer  <hans@breuer.org>
4152
4153         * gdk/win32/gdkwindow-win32.c : use SWP_NOACTIVATE in 
4154         gdk_window_set_keep_(above|below) to make DND work again.
4155         Thanks to Alif Wahid for noticing.
4156
4157         * gdk/gdk.def : update externals
4158
4159         * gtk/gtkfilesystemwin32.c : adapt to GtkFileSystemIFace changes
4160
4161         * gtk/gtk-stock.[hc] gtk/gtkiconfactory.c 
4162           gtk/stock-icons/Makefile.am gtk/stock-icons/makefile.msc :
4163           gtk/stock-icons/stock_harddisk_16.png 
4164           gtk/stock-icons/stock_harddisk_24.png 
4165         Harddisk stock icons for file system implementations. Beside
4166         FLOPPY and CDROM there is now HARDDISK, probably some 
4167         GTK_STOCK_NETWORK would be useful, but I could not find one.
4168
4169 Sat Jan  3 11:39:42 2004  Manish Singh  <yosh@gimp.org>
4170
4171         * gtk/gtkclipboard.c: Update freedesktop.org clipboard doc link.
4172         Patch from Andrew Moise (#130462).
4173
4174 2004-01-01  Jody Goldberg <jody@gnome.org>
4175
4176         * gtk/gtkaction.c (_GtkActionPrivate) : add visible_horizontal,
4177           visible_vertical.
4178         (gtk_action_class_init) : here.
4179         (gtk_action_init) : here.
4180         (gtk_action_set_property) : here.
4181         (gtk_action_get_property) : here.
4182         (connect_proxy) : and here.
4183
4184 2003-12-30  Jody Goldberg <jody@gnome.org>
4185
4186         * gtk/gtkactiongroup.c (gtk_action_group_add_action_with_accel) :  new
4187           utility routine for use in derived GtkActions with the replicated code
4188           from.
4189         (gtk_action_group_add_actions_full) : here.
4190         (gtk_action_group_add_toggle_actions_full) : here.
4191         (gtk_action_group_add_radio_actions_full) : and here.
4192
4193 2004-01-01  Taneem Ahmed  <taneem@bengalinux.org>
4194
4195         * configure.in: Added "bn" to ALL_LINGUAS.
4196
4197 2004-01-01  Taneem Ahmed  <taneem@bengalinux.org>
4198
4199         * bn.po: Added Bangla translation by 
4200         of Ankur group <gnome-translation@bengalinux.org>.
4201
4202 Fri Jan  2 02:50:11 2004  Matthias Clasen  <maclas@gmx.de>
4203
4204         * gtk/gtkcalendar.c (gtk_calendar_compute_days): 
4205         * gtk/gtkcalendar.c (gtk_calendar_paint_day_names): 
4206         * gtk/gtkcalendar.c (gtk_calendar_init): Changes to support 
4207         week_start values other than 0 and 1, e.g. 6 will let weeks start
4208         on Saturday.  (#130349, Roozbeh Pournader) 
4209
4210 2003-12-31 13:49 Daniel Rogers <dsrogers@phasevelocity.org>
4211
4212         * gdk/x11/gdkinput-x11.c: (gdk_input_translate_coordinates)
4213         
4214         Fix to allow reasonable pointer behavior in window mode when an
4215         extended input device reports an incorrect resolution of 0.  Fixes
4216         bug #123546
4217         
4218 2003-12-31  Christian Neumair  <chris@gnome-de.org>
4219
4220         * gdk-pixbuf/gdk-pixdata.c: (gdk_pixbuf_from_pixdata):
4221         * gtk/gtkfilechooserdefault.c: (list_size_data_func): Use ngettext for
4222         plurals (#123847).
4223
4224 Wed Dec 31 02:05:39 2003  Matthias Clasen  <maclas@gmx.de>
4225
4226         * gtk/gtkactiongroup.c (gtk_action_group_add_actions_full): 
4227         (gtk_action_group_add_toggle_actions_full):
4228         (gtk_action_group_add_radio_actions_full): Pull accelerator key
4229         from the stock item if stock_id is given, but accelerator 
4230         not.  (Noticed by Jeff Franks and Jody Goldberg)
4231
4232         * tests/testmerge.c: Remove the accelerator from the "Open" entry
4233         to test the above change.
4234         
4235 2003-12-29  Federico Mena Quintero  <federico@ximian.com>
4236
4237         Make show_all() work for the extra and preview widgets; reported
4238         by Paolo Maggi.
4239
4240         * gtk/gtkfilechooserdefault.c (set_preview_widget): show_all() the
4241         preview widget.
4242         (set_extra_widget): show_all() the extra widget.
4243
4244 Mon Dec 29 12:22:22 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
4245
4246         * gtk/gtkuimanager.c (do_updates): 
4247         * gtk/gtktoolbar.c (slide_idle_handler): 
4248         * gtk/gtkdnd.c (gtk_drag_update_idle): 
4249
4250         Add GDK_THREADS_ENTER()/GDK_THREADS_LEAVE() pairs around idle
4251         functions. (#130157, patch from Olexiy Avramchenko).
4252         
4253 2003-12-29  Anders Carlsson  <andersca@gnome.org>
4254
4255         * gtk/gtkradiotoolbutton.c:
4256         * gtk/gtkradiotoolbutton.h:
4257         * gtk/gtkseparatortoolitem.c:
4258         * gtk/gtkseparatortoolitem.h:
4259         * gtk/gtktoggletoolbutton.c:
4260         * gtk/gtktoggletoolbutton.h:
4261         * gtk/gtktoolbar.c:
4262         * gtk/gtktoolbar.h:
4263         * gtk/gtktoolbutton.c:
4264         * gtk/gtktoolbutton.h:
4265         * gtk/gtktoolitem.c:
4266         * gtk/gtktoolitem.h:
4267         Update my e-mail address.
4268         
4269 Mon Dec 29 01:36:22 2003  Matthias Clasen  <maclas@gmx.de>
4270
4271         * gtk/gtkaccelmap.[hc]: (gtk_accel_map_lock_path, 
4272         gtk_accel_map_unlock_path): Add a way to lock individual accelerator
4273         paths.  (#73207, reported by Havoc Pennington)
4274
4275 Sat Dec 27 23:17:56 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
4276
4277         * gtk/gtktoolbar.c (slide_idle_handler): use CHILD_VISIBLE
4278         instead of VISIBLE to determine whether we should stop
4279         sliding. (#130018, reported by Christian Persch).
4280
4281 Fri Dec 26 23:24:35 2003  Matthias Clasen  <maclas@gmx.de>
4282
4283         * gtk/gtkactiongroup.c (gtk_action_group_add_radio_actions_full): 
4284         Don't use first_action without initializing it if n_entries is 0.
4285
4286 Thu Dec 25 00:26:34 2003  Matthias Clasen  <maclas@gmx.de>
4287
4288         * gdk/x11/gdkcursor-x11.c (gdk_display_get_default_cursor_size):
4289         Add the missing _get_ to the name of the non-Xcursor version of
4290         this function.  (noticed by Torsten Schoenfeld)
4291
4292 Tue Dec 23 22:34:50 2003  Manish Singh  <yosh@gimp.org>
4293
4294         * gtk/gtkicontheme.h: fix GTK_TYPE_ICON_INFO macro, reported by
4295         muppet.
4296
4297 2003-12-24  Jody Goldberg <jody@gnome.org>
4298
4299         * gtk/gtkactiongroup.h : Add some const to the char * in
4300           GtkActionEntry*.  We're reccomending people pass static strings to
4301           them, and not freeing them.  This stems to flood of warnings that
4302           result.
4303         * gtk/gtkactiongroup.c (gtk_action_group_add_actions_full) : change
4304           temp vars to const to match above.
4305         (gtk_action_group_add_toggle_actions_full) : ditto.
4306         (gtk_action_group_add_radio_actions_full) : ditto.
4307
4308 Wed Dec 24 01:12:53 2003  Matthias Clasen  <maclas@gmx.de>
4309
4310         * gtk/gtkclipboard.[hc]: Add GtkClipboardTargetReceivedFunc,
4311         gtk_clipboard_request_targets() and 
4312         gtk_clipboard_wait_for_targets().  (#101774, Dom Lachowicz)
4313
4314 Mon Dec 22 00:40:39 2003  Matthias Clasen  <maclas@gmx.de>
4315
4316         * gtk/gtkcalendar.c (gtk_calendar_paint_arrow): Use 
4317         gtk_paint_arrow instead of draw_arrow_left/draw_arrow_right.
4318         * gtk/gtkcalendar.c (draw_arrow_left):
4319         (draw_arrow_right): Removed. 
4320         * gtk/gtkcalendar.c (gtk_calendar_realize_arrows): 
4321         * gtk/gtkcalendar.c (gtk_calendar_state_changed): Set the
4322         arrow_state to GTK_STATE_INSENSITIVE if the calendar is 
4323         insensitive.  (#97376)
4324
4325 Sun Dec 21 23:17:01 2003  Matthias Clasen  <maclas@gmx.de>
4326
4327         * gtk/gtkuimanager.c (update_node): 
4328         (update_smart_separators): 
4329         (_gtk_menu_is_empty): 
4330         (find_menu_position): 
4331         * gtk/gtktreeview.c (gtk_tree_view_search_dialog_destroy): 
4332         * gtk/gtkcombobox.c (gtk_combo_box_relayout_item): 
4333         (gtk_combo_box_relayout): Fix memory leaks caused by the
4334         failure to free the result of gtk_container_get_children().
4335
4336 Sun Dec 21 17:34:22 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
4337
4338         * gdk/x11/gdkwindow-x11.c (gdk_window_reparent): Set the right
4339         properties when the window becomes a toplevel. When a window that
4340         was previously a toplevel becomes a toplevel again, restore its
4341         window type. Also make sure the focus window is removed from the
4342         XID hash when it is destroyed. (#117579, reported by Morten
4343         Welinder, patch reviewed by Owen Taylor).
4344
4345 Sun Dec 21 01:54:40 2003  Matthias Clasen  <maclas@gmx.de>
4346
4347         * gtk/gtkmenushell.h: 
4348         * gtk/gtkmenushell.c (gtk_menu_shell_cancel): New function 
4349         to emit the "cancel" signal on a menu shell.
4350
4351         * gtk/gtkmenu.c (gtk_menu_key_press): 
4352         * gtk/gtkoptionmenu.c (gtk_option_menu_remove_menu): 
4353         * gtk/gtkmenubar.c (_gtk_menu_bar_cycle_focus): Use the 
4354         new function instead of directly emitting the 
4355         signal.  (#81803, Owen Taylor)
4356
4357 Sun Dec 21 00:39:50 2003  Matthias Clasen  <maclas@gmx.de>
4358
4359         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init): 
4360         Fix the "language_set" blurb.  
4361         
4362 Sat Dec 20 22:06:03 2003  Kristian Rietveld  <kris@gtk.org>
4363
4364         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): do not invalidate
4365         all of treeview when resizing (#110074, patch from Soeren Sandmann).
4366
4367 Fri Dec 19 23:36:00 2003  Kristian Rietveld  <kris@gtk.org>
4368
4369         Fixes #108458.
4370
4371         * gtk/gtkcelllayout.[ch]: added a reorder method.
4372
4373         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_layout_init),
4374         (gtk_tree_view_column_cell_layout_reorder): implement reorder.
4375
4376         * gtk/gtkcellview.c (gtk_cell_view_cell_layout_init),
4377         (gtk_cell_view_cell_layout_reorder): ditto.
4378
4379         * gtk/gtkcombobox.c (gtk_combo_box_cell_layout_init),
4380         (gtk_combo_box_cell_layout_reorder): ditto.
4381
4382         * gtk/gtkentrycompletion.c (gtk_entry_completion_cell_layout_init),
4383         (gtk_entry_completion_reorder): ditto.
4384
4385 Fri Dec 19 22:18:19 2003  Kristian Rietveld  <kris@gtk.org>
4386
4387         * gtk/gtktreeview.c (gtk_tree_view_search_equal_func): use strstr
4388         instead of strcmp (#117127, suggestion from Soeren Sandmann).
4389
4390 Fri Dec 19 21:52:46 2003  Kristian Rietveld  <kris@gtk.org>
4391
4392         * gtk/gtkmenu.c (gtk_menu_do_insert): move item insertion logic
4393         here from gtk_menu_real_insert(),
4394         (gtk_menu_real_insert): just call gtk_menu_do_insert(),
4395         (gtk_menu_reorder_child): run _do_insert after inserting the child
4396         (unbreaks _reorder_child, reported by Tim Janik).
4397
4398 2003-12-19  Federico Mena Quintero  <federico@ximian.com>
4399
4400         * gtk/gtkfilechooserdefault.c (list_mtime_data_func): Use
4401         g_date_strftime() for UTF-8 correctness; use Julian dates to
4402         simplify the function.
4403
4404 Fri Dec 19 01:47:34 2003  Matthias Clasen  <maclas@gmx.de>
4405
4406         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_size_request): 
4407         Test extra_width, not extra_height, when determining whether to
4408         set extra_width.  (#129647, Jan Arne Petersen)
4409
4410 Fri Dec 19 01:35:34 2003  Matthias Clasen  <maclas@gmx.de>
4411
4412         Fix the behaviour of insensitive actions, which was broken
4413         when gtk_action_activate() was changed to pay attention to 
4414         sensitivity  (#129557, Christian Persch)
4415         
4416         * gtk/gtkaction.h: 
4417         * gtk/gtkaction.c (_gtk_action_emit_activate): New auxiliary
4418         function to emit an activate signal without regard to sensitivity.
4419
4420         * gtk/gtkradioaction.c: 
4421         * gtk/gtktoggleaction.c: Always use _gtk_action_emit_activate()
4422         instead of gtk_action_activate().
4423
4424 2003-12-18  Jody Goldberg <jody@gnome.org>
4425
4426         * gtk/gtkicontheme.c (gtk_icon_theme_lookup_icon)) : Add a sanity test
4427           to ensure that the base hicolor theme is installed.  Silently
4428           failing to produce icons that apps assume exist in the theme seems
4429           like a bad idea.
4430
4431 Thu Dec 18 19:13:12 2003  Kristian Rietveld  <kris@gtk.org>
4432
4433         Fixes #110249, reworked patch from Joshua N Pritikin.
4434
4435         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_get_type),
4436         (gtk_tree_model_sort_tree_drag_source_init),
4437         (gtk_tree_model_sort_row_draggable),
4438         (gtk_tree_model_sort_drag_data_get),
4439         (gtk_tree_model_sort_drag_data_delete): implement GtkTreeDragSource.
4440
4441         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_get_type),
4442         (gtk_tree_model_filter_tree_drag_source_init),
4443         (gtk_tree_model_filter_row_draggable),
4444         (gtk_tree_model_filter_drag_data_get),
4445         (gtk_tree_model_filter_drag_data_delete): ditto.
4446
4447 Thu Dec 18 18:01:01 2003  Kristian Rietveld  <kris@gtk.org>
4448
4449         * gtk/gtktreeview.c (gtk_tree_view_class_init): add key bindings
4450         for "*" and "/" (expand/collapse all). (#110195, reported by
4451         Calum Benson).
4452
4453 Thu Dec 18 17:52:56 2003  Kristian Rietveld  <kris@gtk.org>
4454
4455         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_set_property):
4456         clear the extra_attrs list if we set "text" after "markup".
4457         (Fixes #121933, Federico Mena Quintero).
4458
4459 2003-12-18  Alexander Larsson  <alexl@redhat.com>
4460
4461         * gtk/gtkicontheme.c (gtk_icon_info_get_embedded_rect):
4462         Fix typo that used the wrong x/y values for the x1, y1 point
4463         (#129605)
4464
4465 Thu Dec 18 01:41:50 2003  Kristian Rietveld  <kris@gtk.org>
4466
4467         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init),
4468         (gtk_cell_renderer_text_finalize),
4469         (gtk_cell_renderer_text_get_property),
4470         (gtk_cell_renderer_text_set_property), (get_layout): added language
4471         and language_set properties like GtkTextTag has. (#103800, reported
4472         by Owen Taylor).
4473
4474 Thu Dec 18 01:37:59 2003  Matthias Clasen  <maclas@gmx.de>
4475
4476         * gtk/gtkwidget.c (gtk_widget_activate): Correct misleading docs.
4477         * gtk/gtkbutton.c (gtk_button_class_init): Add docs for the 
4478         "activate" signal.  (#129358, Ka-Hing Cheung)
4479
4480 Thu Dec 18 01:21:59 2003  Kristian Rietveld  <kris@gtk.org>
4481
4482         * gtk/gtktreeview.c (gtk_tree_view_class_init): Jonathan got
4483         the logical flag backwards in the expand_collapse_cursor_row
4484         bindings, fixing.
4485         (gtk_tree_view_real_expand_collapse_cursor_row): invert expand
4486         flag when !logical and in RTL. (Fixes #107527, reported by
4487         Noah Levitt).
4488
4489 Thu Dec 18 01:10:16 2003  Kristian Rietveld  <kris@gtk.org>
4490
4491         * gtk/gtktreeview.c (gtk_tree_view_button_press): only start
4492         editing when activated by the left mouse button. (#106869,
4493         patch from Evan Martin).
4494
4495 Thu Dec 18 00:57:18 2003  Kristian Rietveld  <kris@gtk.org>
4496
4497         Migrating all cell renderers to use the new instance private data
4498         construction.
4499
4500         * gtk/gtktreeprivate.h: remove GtkCellRendererInfo, as it is no
4501         longer being used.
4502
4503         * gtk/gtkcellrenderer.c (gtk_cell_renderer_init),
4504         (gtk_cell_renderer_class_init), (gtk_cell_renderer_get_property),
4505         (set_cell_bg_color), (gtk_cell_renderer_render): remove old
4506         GtkCellRendererInfo handling, migrate to instance private data.
4507
4508         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_editing_done),
4509         (gtk_cell_renderer_text_start_editing): moved focus_out_id
4510         from GtkCellRendererInfo to text renderer private data.
4511
4512         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_init),
4513         (gtk_cell_renderer_pixbuf_class_init),
4514         (gtk_cell_renderer_pixbuf_finalize),
4515         (gtk_cell_renderer_pixbuf_get_property),
4516         (gtk_cell_renderer_pixbuf_set_property),
4517         (gtk_cell_renderer_pixbuf_create_stock_pixbuf),
4518         (gtk_cell_renderer_pixbuf_get_size), (gtk_cell_renderer_pixbuf_render):
4519         migrate to instance private data.
4520
4521         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_class_init),
4522         (gtk_cell_renderer_toggle_get_property),
4523         (gtk_cell_renderer_toggle_set_property),
4524         (gtk_cell_renderer_toggle_render): migrate to instance private data.
4525
4526 Thu Dec 18 00:24:32 2003  Kristian Rietveld  <kris@gtk.org>
4527
4528         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init),
4529         (gtk_cell_renderer_text_get_property),
4530         (gtk_cell_renderer_text_set_property), (get_layout): add a
4531         single-paragraph-mode property, use private instance data.
4532         (Fixes #114943, reported by Morten Welinder).
4533
4534 Thu Dec 18 00:07:01 2003  Kristian Rietveld  <kris@gtk.org>
4535
4536         * gtk/gtktreemodel.h (gtk_tree_path_new_root),
4537         (gtk_tree_model_get_iter_root): now deprecated (#106953, reported
4538         by Matthias Clasen).
4539
4540 Wed Dec 17 23:50:56 2003  Kristian Rietveld  <kris@gtk.org>
4541
4542         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_set_property):
4543         if we set a new stock_id and there was a previous stock_id, unref
4544         the pixbuf (since it was used to renderer the previous stock_id
4545         and stock_id might have been set to NULL now). (Fixes #122966).
4546
4547 2003-12-17  Marco Pesenti Gritti  <marco@gnome.org>
4548
4549         * gtk/gtktreemodelsort.c: (gtk_tree_model_sort_get_iter):
4550
4551         Check that index is not bigger than level array length
4552         also when depth is 1. Now get_iter_first correctly return
4553         FALSE when the model is empty (#129411).
4554
4555 Wed Dec 17 23:31:19 2003  Kristian Rietveld  <kris@gtk.org>
4556
4557         * gtk/gtktreeview.c (gtk_tree_view_search_equal_func): only
4558         try to strcmp or strlen if we managed to normalize and casefold
4559         the string correctly. Fixes crashes with non-UTF8 strings.
4560         (#121617, Patch from Tim-Philipp Müller).
4561
4562 Wed Dec 17 23:20:23 2003  Matthias Clasen  <maclas@gmx.de>
4563
4564         * gtk/gtkexpander.c (gtk_expander_animation_timeout): Add missing
4565         GDK_THREADS_ENTER()/GDK_THREADS_LEAVE().
4566         * gtk/gtkcalendar.c, gtk/gtkclist.c, gtk/gtkexpander.c, 
4567         gtk/gtklist.c, gtk/gtknotebook.c, gtk/gtkselection.c, 
4568         gtk/gtkspinbutton.c: Cast second argument to g_timeout_add() to
4569         GSourceFunc instead of GtkFunction.  (#129525, Olexiy Avramchenko) 
4570
4571 Wed Dec 17 23:16:45 2003  Kristian Rietveld  <kris@gtk.org>
4572
4573         * gtk/gtktreeview.c (gtk_tree_view_button_press): fix compile warning.
4574         (#122727, patch from Kjartan Maraas).
4575
4576 Wed Dec 17 21:23:01 2003  Kristian Rietveld  <kris@gtk.org>
4577
4578         Yay! Fixed height mode! Hooray! (Part 2 of #80868).
4579
4580         * gtk/gtktreeview.c (gtk_tree_view_class_init),
4581         (gtk_tree_view_init), (gtk_tree_view_set_property),
4582         (gtk_tree_view_get_property), (gtk_tree_view_set_model): add a
4583         fixed_height_mode property,
4584         (intialize_fixed_height_mode), (do_validate_rows),
4585         (column_sizing_notify), (gtk_tree_view_set_fixed_height_mode),
4586         (gtk_tree_view_style_set), (gtk_tree_view_row_changed),
4587         (gtk_tree_view_row_inserted), (gtk_tree_view_remove_column),
4588         (gtk_tree_view_insert_column): implement fixed height mode,
4589         (gtk_tree_view_append_column), (gtk_tree_view_insert_column),
4590         (gtk_tree_view_insert_column_with_attributes),
4591         (gtk_tree_view_insert_column_with_data_func): update docs.
4592
4593         * gtk/gtktreeprivate.h: add two fields to GtkTreePrivate.
4594
4595 2003-12-07  Murray Cumming  <murrayc@usa.net>
4596  
4597         * gtk/gtktreemodel.c:
4598         (row_inserted_marshal, row_deleted_marshal, rows_reorderered_marshal)
4599         Actually call the default signal handlers instead of calling the
4600         marshallers themselves in an endless loop. These default signal handler
4601         callbacks are not actually set so this is only noticed by gtkmm at
4602         the moment. Bug 123923.
4603
4604 2003-12-16  Federico Mena Quintero  <federico@ximian.com>
4605
4606         * gtk/gtkfilesystem.h (struct _GtkFileSystemIface): Added a
4607         "volumes-changed" signal.  Added the following methods:
4608                 list_volumes
4609                 volume_free
4610                 volume_get_base_path
4611                 volume_get_is_mounted
4612                 volume_mount
4613                 volume_get_display_name
4614                 volume_render_icon
4615
4616         * gtk/gtkfilesystem.c (gtk_file_system_base_init): Create the
4617         "volumes-changed" signal.
4618         (gtk_file_system_list_volumes): New function.
4619         (gtk_file_system_volume_free): New function.
4620         (gtk_file_system_volume_get_base_path): New function.
4621         (gtk_file_system_volume_get_is_mounted): New function.
4622         (gtk_file_system_volume_mount): New function.
4623         (gtk_file_system_volume_get_display_name): New function.
4624         (gtk_file_system_volume_render_icon): New function.
4625
4626         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_volume_free): Implement.
4627         (gtk_file_system_unix_volume_get_base_path): Implement.
4628         (gtk_file_system_unix_volume_get_is_mounted): Implement.
4629         (gtk_file_system_unix_volume_mount): Implement.
4630         (gtk_file_system_unix_volume_get_display_name): Implement.
4631         (gtk_file_system_unix_volume_render_icon): Implement.
4632
4633         * gtk/gtkfilechooserdefault.c (struct _GtkFileChooserDefault):
4634         Added a field for the "volumes-changed" signal connection.
4635         (gtk_file_chooser_default_set_property): Connect to
4636         "volumes-changed" on the file system.
4637         (gtk_file_chooser_default_finalize): Disconnect from
4638         "volumes-changed".
4639
4640         * gtk/gtkfilechooserdefault.c (shortcuts_remove_rows): New helper
4641         function.
4642         (shortcuts_get_index): New helper function.
4643         (shortcuts_insert_path): Can now insert volumes as well as paths.
4644         (shortcuts_append_paths): Don't take is_file_system_root.
4645         (shortcuts_add_volumes): New function.
4646         (shortcuts_append_file_system_roots): Removed.
4647         (create_shortcuts_model): Use shortcuts_add_volumes().
4648         (remove_bookmark_button_clicked_cb): Check that the index is
4649         within range.
4650         (bookmarks_check_add_sensitivity): Take volumes into account.
4651         (shortcuts_get_selected_index): New helper function.
4652         (remove_bookmark_button_clicked_cb): Use
4653         shortcuts_get_selected_index().
4654         (bookmarks_check_remove_sensitivity): Likewise.
4655         (shortcuts_select_func): Likewise.
4656         (shortcuts_row_activated_cb): Handle volumes as well as normal
4657         paths.
4658         (shortcuts_activate_volume): New function.
4659         (struct _GtkFileChooserDefault): Removed the bookmarks_set and
4660         bookmarks_iter fields.
4661         (shortcuts_append_bookmarks): Use shortcuts_remove_rows().
4662         (bookmarks_changed_cb): Use shortcuts_add_bookmarks().
4663         (remove_bookmark_rows): Removed.
4664         (shortcuts_add_bookmarks): New function; moved most of the code
4665         over from shortcuts_append_bookmarks().
4666         (shortcuts_append_bookmarks): Add the separator node here, and
4667         then call shortcuts_add_bookmarks().
4668
4669 Tue Dec 16 15:01:10 2003  Manish Singh  <yosh@gimp.org>
4670
4671         * gtk/gtkfilechooserwidget.c: fix preprocessor conditional confusion.
4672         (G_OS_UNIX/G_OS_WIN32 stuff)
4673
4674 Tue Dec 16 01:46:46 2003  Matthias Clasen  <maclas@gmx.de>
4675
4676         Do not interpret distant clicks as double-clicks  (#116541,
4677         Bernhard Walle):
4678         
4679         * gdk/gdkdisplay.h (struct GdkDisplay): Add new fields
4680         double_click_distance, button_x and button_y.
4681         * gdk/gdkdisplay.c (gdk_display_init): Initialize the new fields.
4682
4683         * gdk/gdkdisplay.h: 
4684         * gdk/gdkevents.c (gdk_display_set_double_click_distance): 
4685         New function to set the double click distance on a display.
4686
4687         * gdk/gdkevents.c: Take double click distance into account
4688         when generating single, double or triple clicks.
4689
4690         * gtk/gtksettings.c: Add new setting "gtk-double-click-distance".
4691
4692         * gdk/x11/gdkevents-x11.c: Add the XSetting 
4693         "Net/DoubleClickDistance" and map it to "gtk-double-click-distance".
4694
4695 2003-12-15  Federico Mena Quintero  <federico@ximian.com>
4696
4697         * gtk/gtkdialog.c: Sigh, revert the change.
4698
4699 2003-12-15  Federico Mena Quintero  <federico@ximian.com>
4700
4701         * gtk/gtkdialog.c (dialog_has_cancel): Removed.
4702         (gtk_dialog_close): Don't call dialog_has_cancel().  At least
4703         allows sane behavior for #101293.
4704
4705 Mon Dec 15 00:56:54 2003  Matthias Clasen  <maclas@gmx.de>
4706
4707         * gtk/gtkbutton.[hc]: Add new properties, xalign and yalign, with
4708         getter and setter gtk_button_[sg]et_alignment(), to set the
4709         alignment of the child.  (#70961, Jody Goldberg)
4710
4711 2003-12-14  Hans Breuer  <hans@breuer.org>
4712
4713         * gtk/gtkprivate.h gtk/gtkmain.c : handle GTK_DATADIR
4714         similar as the other filesystem placement 'constants' (dynamic
4715         resolving on win32)
4716
4717         * gtk/gtkfilechooserwidget.c : handle file system to win32
4718         renaming here as will
4719         * gtk/gtkfilesystemwin32.c : implement render_icon
4720
4721         * gtk/gtk.def gdk/gdk.def : updated externals
4722
4723         * gdk/win32/gdkdisplay-win32.c : make it compile without
4724         <multimon.h> - i.e. even older sdk
4725
4726         * gdk/win32/gdkevents-win32.c : match resize_timer_proc
4727         with TIMERPROC prototype
4728
4729         * gdk/win32/gdkwindow-win32.c : older msvc does not know
4730         BITMAPV5HEADER (from win xp) either
4731
4732         * gtk/gtkimmodule.c : make it compile even if GTK_LOCALEDIR is
4733         not defined
4734
4735         * tests/testfilechooser.c : recent GLib crashes on 
4736         g_print ("%s", NULL) so avoid this
4737
4738 2003-12-14  Tor Lillqvist  <tml@iki.fi>
4739
4740         * gdk/win32/gdkselection-win32.c: Calls to OpenClipboard() must be
4741         followed by calls to CloseClipboard(). Add a missing call to
4742         CloseClipboard(). Found by Adam Wright, fixes #104944. Use
4743         API_CALL macro in more places.
4744
4745 2003-12-14  Tor Lillqvist  <tml@iki.fi>
4746
4747         Merge from stable:
4748
4749         * gdk/gdkdisplaymanager.c: Mark default_display static.
4750
4751         * gdk/win32/gdkdnd-win32.c: Mark current_dest_drag static.
4752
4753         * gdk/win32/gdkkeys-win32.c: Disable some overly verbose debugging
4754         output.
4755
4756         * gdk/win32/gdkevents-win32.c: Clean up the debugging output from
4757         --gdk-debug=events. In general, output just one line of debugging
4758         output for each Windows message, plus one line for each GDK event
4759         generated. Indent all lines according to window procedure nesting
4760         level.
4761
4762         (inner_window_procedure): Rename from real_window_procedure.
4763
4764         (find_real_window_for_grabbed_mouse_event): Don't get misled when
4765         the point is in the non-client (decoration) area of the window
4766         returned by WindowFromPoint(). Return the root window in that
4767         case.
4768
4769         (build_pointer_event_state): Test also MK_XBUTTON1 and
4770         MK_XBUTTON2 (buttons 4 and 5).
4771
4772         (synthesize_enter_event): Track the mouse leaving the window in
4773         the event being generated, not the one mentioned in the Windows
4774         message.
4775
4776         (propagate): Test for NULL parent earlier. Improves event
4777         generation from a grabbed pointer. Part of fix for #107320.
4778
4779         (handle_stuff_while_moving_or_resizing): New function, to
4780         dispatch the main loop (once).
4781
4782         (resize_timer_proc): New function, set to be called by an inerval
4783         timer during resizes/moves. Calls handle_stuff_while_moving_or_resizing().
4784
4785         (gdk_event_translate): Drop unused return_exposes parameter.
4786
4787         Handle WM_XBUTTONDOWN and UP messages (buttons 4 and 5).
4788
4789         On WM_SYSKEYUP, generate a key release event also for just the Alt
4790         key.
4791
4792         On WM_MOUSELEAVE, generate a leave event of type
4793         GDK_NOTIFY_ANCESTOR (and not UNKNOWN) if the mouse left a
4794         top-level window, and left the app completely.
4795
4796         On WM_ENTERSIZEMOVE, set a flag, and start an interval timer that
4797         calls resize_timer_proc() at regular intervals. On
4798         WM_EXITSIZEMOVE, kill the timer.
4799
4800         On WM_WINDOWPOSCHANGED, generate a configure event if necessary,
4801         and dispatch the main loop (by calling
4802         handle_stuff_while_moving_or_resizing()). Fixes #99540, idea by
4803         Herman Bloggs.
4804
4805         * gdk/win32/gdkmain-win32.c (_gdk_win32_message_to_string): Handle
4806         also wintab messages.
4807
4808         * gdk/win32/gdkwindow-win32.c (gdk_window_set_skip_taskbar_hint):
4809         Instead of using WS_EX_TOOLWINDOW, implement by setting/unsetting
4810         the window's owner. Fixes #118093, reported by Maxime Romano.
4811
4812 Tue Dec  8 09:41:00 2003  Tim Evans  <t.evans@aranz.com>
4813
4814         * gdk/win32/gdkwindow-win32.[ch]: Implement
4815         gdk_window_set_icon_list() for Win32, with support for big and
4816         small icons and support for alpha-channel icons under Windows
4817         XP. Replaces the previous implementation of gdk_window_set_icon().
4818         (#128762)
4819         
4820 Sun Dec 14 01:28:23 2003  Matthias Clasen  <maclas@gmx.de>
4821
4822         * gdk/x11/gdkprivate-x11.h: 
4823         * gdk/x11/gdkx.h: 
4824         * gdk/x11/gdkevents-x11.c (gdk_x11_register_standard_event_type): 
4825         Rename from _gdk_x11_register_event_type(), added API docs.
4826         * gdk/x11/gdkinput-x11.c (_gdk_input_common_init): 
4827         * gdk/x11/gdkimage-x11.c (_gdk_windowing_image_init): Adjust
4828         all callers.  (#121471, Bill Haneman)
4829
4830 Sat Dec 13 23:37:50 2003  Matthias Clasen  <maclas@gmx.de>
4831
4832         * gdk/gdkdraw.c (gdk_draw_pixbuf): Document that the clip mask
4833         of gc is ignored.  (#101983, Sebastian Rittau)
4834
4835 Sat Dec 13 16:13:27 2003  Kristian Rietveld  <kris@gtk.org>
4836
4837         A trick for a faster treeview, step 1. Patch to short circuit
4838         _build_tree(), inspired by Jonathan (#80868).
4839
4840         * gtk/gtktreeview.c (gtk_tree_view_init): don't put _IS_LIST in
4841         flags by default,
4842         (gtk_tree_view_build_tree): don't even try to recurse when the
4843         model says that it is a list, remove flag unsetter,
4844         (gtk_tree_view_set_model): change flag setting logic.
4845
4846         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_get_flags):
4847         propagate whether or not the child model has _IS_LIST set.
4848
4849         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_get_flags):
4850         ditto.
4851
4852 Sat Dec 13 02:33:17 2003  Matthias Clasen  <maclas@gmx.de>
4853
4854         * gtk/gtkrange.c (gtk_range_scroll): Undo the last change, 
4855         since it broke logical keynav. 
4856         * gtk/gtkrange.c (range_get_scroll_for_grab): Fix stepper
4857         direction in inverted scrollbars here instead.
4858
4859 Sat Dec 13 00:39:24 2003  Matthias Clasen  <maclas@gmx.de>
4860
4861         * gtk/gtkviewport.c (viewport_set_hadjustment_values): Implement
4862         "gravity" for RTL mode in a better way: Keep the distance from 
4863         the upper end of the page to the upper bound constant. This also 
4864         fixes problems with the initial position of the viewport in RTL 
4865         mode.  (#129063)
4866         
4867 Fri Dec 12 21:00:12 2003  Kristian Rietveld  <kris@gtk.org>
4868
4869         Combo box flipping support.
4870
4871         * gtk/gtkcombobox.c (gtk_combo_box_menu_position),
4872         (gtk_combo_box_size_allocate): support RTL flipping (#126518,
4873         patch from Matthias Clasen),
4874         (gtk_combo_box_popup): fix popup window alignment if there's a
4875         cell view frame visible (#126518, patch from Semion Chichelnitsky).
4876
4877         * gtk/gtkcellview.c (gtk_cell_view_expose): support RTL flipping
4878         (#128348, patch from Semion Chichelnitsky).
4879
4880 Fri Dec 12 01:13:34 2003  Matthias Clasen  <maclas@gmx.de>
4881
4882         * examples/gtkdial/gtkdial.c:
4883         * examples/menu/menu.c:
4884         * examples/scribble-xinput/scribble-xinput.c:
4885         * examples/progressbar/progressbar.c:
4886         * docs/tutorial/gtk-tut.sgml: Remove deprecated functions
4887         in examples. (#129074, Olexiy Avramchenko)
4888         * examples/calendar/Makefile:
4889         * examples/rangewidgets/Makefile:
4890         * examples/menu/Makefile: Allow deprecated functions in
4891         examples which use deprecated widgets.
4892
4893 Fri Dec 12 00:43:16 2003  Matthias Clasen  <maclas@gmx.de>
4894
4895         * gdk/gdk.c (gdk_threads_set_lock_functions): 
4896         * gdk/x11/gdkspawn-x11.c: Add "Since: 2.4" to doc comments.
4897
4898 Fri Dec 12 00:05:31 2003  Matthias Clasen  <maclas@gmx.de>
4899
4900         * gtk/gtkrange.c (gtk_range_scroll): Fix direction of 
4901         steppers in inverted scrollbars.  (#129084, Olexiy Avramchenko)
4902
4903 Thu Dec 11 23:50:30 2003  Matthias Clasen  <maclas@gmx.de>
4904
4905         * gtk/gtknotebook.c (gtk_notebook_pages_allocate): Don't 
4906         unnecessarily reserve space for arrows in RTL mode.  (#129075,
4907         Semion Chichelnitsky)
4908
4909 Thu Dec 11 00:35:12 2003  Matthias Clasen  <maclas@gmx.de>
4910
4911         Changes to allow "no input" windows (#64613):
4912         
4913         * gdk/gdkwindow.h (struct _GdkWindowObject): Add a new boolean
4914         field accept_focus.
4915         
4916         * gdk/gdkwindow.h (gdk_window_set_accept_focus): New function to
4917         set it.
4918
4919         * gtk/gtkwindow.[hc]: Add a boolean property "accept_focus"
4920         and gtk_window_get_focus() and gtk_window_set_focus().
4921
4922         * gdk/win32/gdkwindow-win32.c (gdk_window_new): 
4923         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_new): 
4924         * gdk/x11/gdkwindow-x11.c (gdk_window_set_new):
4925         Initialize the accept_focus field to TRUE.
4926
4927         * gdk/win32/gdkwindow-win32.c (gdk_window_set_accept_focus): 
4928         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_set_accept_focus): 
4929         * gdk/x11/gdkwindow-x11.c (gdk_window_set_accept_focus): 
4930         Implementations for the various backends. The Win32 and linux-fb
4931         implementations set the accept_focus field, but don't use it yet 
4932         to actually implement noinput windows. The X implementation updates
4933         the WM_HINTS to select the globally active input model (see the
4934         ICCCM) if accept_focus is FALSE.
4935
4936         * gdk/x11/gdkevents-x11.c (gdk_wm_protocols_filter): Ignore the
4937         WM_TAKE_FOCUS message if accept_focus is FALSE.
4938         
4939 2003-12-10  Federico Mena Quintero  <federico@ximian.com>
4940
4941         * gtk/gtkfilechooserdefault.c (struct _GtkFileChooserDefault):
4942         Added toolbar items for the filter separator and the filter item.
4943         (toolbar_create): Add the filter widgets here.
4944         (filter_create): Renamed from create_filter().  Don't store the
4945         alignment in the impl structure, just return it.
4946         (toolbar_show_filters): New function.
4947         (gtk_file_chooser_default_add_filter): Use toolbar_show_filters().
4948         (gtk_file_chooser_default_remove_filter): Likewise.
4949         (gtk_file_chooser_default_constructor): Don't create the filter
4950         widget here.
4951         (struct _GtkFileChooserDefault): Added a field for a current
4952         folder label.
4953         (gtk_file_chooser_default_constructor): Create the folder label.
4954         (gtk_file_chooser_default_set_current_folder): Set the current
4955         folder label.
4956
4957         * tests/testfilechooser.c (main): Dramatically improved the
4958         usability of the extra widget through careful word choice.
4959
4960 2003-12-10  Mark McLoughlin  <mark@skynet.ie>
4961
4962         * gdk/gdk.h: include gdkspawn.h.
4963
4964 2003-12-10  Mark McLoughlin  <mark@skynet.ie>
4965
4966         * gdk/linux-fb/gdkspawn-fb.c,
4967           gdk/win32/gdkspawn-win32.c,
4968           gdk/x11/gdkspawn-x11.c: (gdk_spawn_command_line_on_screen):
4969         s/gdk_spawn/gdk_spawn_on_screen/.
4970
4971 2003-12-10  Mark McLoughlin  <mark@skynet.ie>
4972
4973         Utility functions for multi-screen applications which need
4974         to ensure launched applications appear on a certain screen.
4975         See bug #95897.
4976         
4977         * gdk/gdkspawn.h: header for multi-screen launching
4978         support.
4979         
4980         * gdk/Makefile.am: install gdkspawn.h.
4981         
4982         * gdk/x11/Makefile.am:
4983         * gdk/x11/gdkspawn-x11.c:
4984         (gdk_spawn_make_environment_for_screen): private function
4985         to create an environment vector with DISPLAY set appropriately
4986         for the screen.
4987         (gdk_spawn_on_screen): multi-screen version of g_spawn_async().
4988         (gdk_spawn_on_screen_with_pipes): version of g_spawn_async_with_pipes().
4989         (gdk_spawn_command_line_on_screen): version of g_spawn_command_line_async().
4990         
4991         * gdk/linux-fb/Makefile.am,
4992           gdk/linux-fb/gdkspawn-fb.c: linux-fb impl.
4993         
4994         * gdk/win32/Makefile.am,
4995           gdk/win32/gdkspawn-win32.c: win32 impl.
4996
4997 2003-12-09  Federico Mena Quintero  <federico@ximian.com>
4998
4999         * gtk/gtkfilechooserdefault.c (shortcuts_append_home): Use "Home"
5000         rather than "Username's Home" (#125964).
5001         (shortcuts_selection_changed_cb): New callback, check the
5002         sensitivity of the Remove Bookmark button at the right time.
5003         (shortcuts_row_activated_cb): It is not necessary to check the
5004         sensitivity here.
5005
5006 Wed Dec 10 00:06:24 2003  Matthias Clasen  <maclas@gmx.de>
5007
5008         Improve the GDK API for dealing with group leaders (#119375):
5009         
5010         * gdk/gdkwindow.h: 
5011         * gdk/x11/gdkwindow-x11.c (gdk_window_get_group): New function to 
5012         get the group leader of a toplevel window as a GdkWindow.
5013
5014         * gdk/gdkdisplay.h: 
5015         * gdk/x11/gdkdisplay-x11.c (gdk_display_get_default_group): New 
5016         function to get the default group leader as a GdkWindow.
5017
5018         * gdk/x11/gdkdisplay-x11.h (struct _GdkDisplayX11): Add a field for
5019         the GdkWindow of the default group leader.
5020         
5021         * gdk/x11/gdkdisplay-x11.c (gdk_display_open): Construct the GdkWindow
5022         for the default group leader.
5023
5024 2003-12-09  Noah Levitt  <nlevitt@columbia.edu>
5025
5026         * gdk/gdkkeysyms.h:
5027         * gdk/gdkkeyuni.c: Add keysyms Ukrainian_ghe_with_upturn,
5028         Ukrainian_GHE_WITH_UPTURN. (#128529)
5029
5030 2003-12-08  Jan Arne Petersen  <jpetersen@uni-bonn.de>
5031
5032         * gtk/gtkfilechooserdefault.c:
5033         (gtk_file_chooser_default_get_paths), (entry_activate): Use the
5034         behavior of the GtkFileSelection to determine selected paths in
5035         single selected, GTK_FILE_CHOOSER_ACTION_SAVE mode.
5036
5037 2003-12-08  Federico Mena Quintero  <federico@ximian.com>
5038
5039         * gtk/gtkfilechooserdefault.c
5040         (gtk_file_chooser_default_get_paths): Don't declare the closure
5041         struct twice.
5042         (get_paths_foreach): Likewise.
5043
5044 Tue Dec  9 00:12:36 2003  Matthias Clasen  <maclas@gmx.de>
5045
5046         * gtk/gtkfilesystemwin32.[hc]: s/Unix/Win32/g. 
5047
5048 2003-12-08  Tor Lillqvist  <tml@iki.fi>
5049
5050         * gdk/win32/gdkdisplay-win32.c: Use <multimon.h> when compiling
5051         with MSVC and old headers. (#126933, John Ehresman)
5052
5053 Mon Dec  8 10:54:44 2003  Owen Taylor  <otaylor@redhat.com>
5054          
5055         * === Released 2.3.1 ===
5056
5057         * NEWS: Updates for 2.3.1
5058
5059         * configure.in: Version 2.3.1, interface age 0, binary age 301.
5060
5061         * gtk/gtkmenuitem.c (gtk_menu_item_can_activate_accel):
5062         Rename from gtk_menu_item_real_can_activate_accel() to
5063         match GTK+ convention, improve comment.
5064
5065         * gtk/gtkwidget.c: Document gtk_widget_can_activate_accel(),
5066         can ::can-activate-accel signal.
5067
5068         * gtk/gtkwidget.c (closure_accel_activate): Fix spelling
5069         in comment.
5070
5071         * gtk/gtkmenu.c (gtk_menu_real_can_activate_accel): Clean 
5072         up comment.
5073         
5074         * gtk/gtkcellview{,menuitem}.[ch]: Move GET_PRIVATE() macros
5075         into the .c file.
5076
5077 Mon Dec  8 12:09:21 2003  Owen Taylor  <otaylor@redhat.com>
5078
5079         * gtk/gtkicontheme.c (find_builtin_icon): Fix a
5080         missing 'else'. (#128816, Jorn Baayen)
5081
5082 2003-12-02  Michael Meeks  <michael@ximian.com>
5083
5084         Based on a patch by Martin Kretzschmar; #122448
5085         
5086         * gdk/gdk.h: new gdk_threads_lock, gdk_threads_unlock, point to
5087         implementation of GDK_THREADS_ENTER / GDK_THREADS_LEAVE.
5088         (GDK_THREADS_ENTER, GDK_THREADS_LEAVE): use gdk_threads_[un]lock
5089         function pointers. Deprecate the global gdk_threads_mutex variable.
5090         
5091         * gdk/gdk.c (gdk_threads_impl_lock, gdk_threads_impl_unlock): new,
5092         extracted from GTK_THREADS_ENTER/LEAVE macros.
5093         (gdk_threads_init): init gtk_threads_[un]lock if not set.
5094         (gdk_threads_set_lock_functions): impl.
5095
5096         * gdk/gdkglobals.c: add definitions of gdk_threads_[un]lock.
5097
5098 Sun Dec  7 23:45:40 2003  Matthias Clasen  <maclas@gmx.de>
5099
5100         * gtk/gtkicontheme.c (gtk_icon_theme_has_icon): Don't crash if
5101         icon_theme_builtin_icons hasn't been initialized.  (#128726, Diego
5102         Gonzalez)
5103
5104 2003-12-07  Tor Lillqvist  <tml@iki.fi>
5105
5106         * gdk/win32/gdkwindow-win32.c (gdk_window_set_icon): Don't use the
5107         return value from SendMessage(WM_SETICON). That is the old
5108         icon. Fixes GDI resource leak. (#128559, Tim Evans)
5109
5110         * gdk/win32/gdkevents-win32.c (gdk_pointer_grab): If we already
5111         have a pointer grab active with a grab cursor set, destroy that
5112         cursor to avoid a GDI resource leak. (#128410, Tim Evans)
5113
5114 2003-12-05  Paisa Seeluangsawat  <paisa@users.sf.net>
5115
5116         * configure.in: Added Thai (th) to ALL_LINGUAS.
5117
5118 Sat Dec  6 01:42:04 2003  Matthias Clasen  <maclas@gmx.de>
5119
5120         * gtk/gtkalignment.c (gtk_alignment_size_allocate): Implement
5121         RTL flipping for GtkAlignment.  (#127585)
5122
5123 Sat Dec  6 01:13:09 2003  Matthias Clasen  <maclas@gmx.de>
5124
5125         * gtk/gtkcombo.c (gtk_combo_get_pos): Fix the position of the 
5126         popup window when in RTL mode.  (#127578)
5127
5128 Fri Dec  5 15:30:16 2003  Manish Singh  <yosh@gimp.org>
5129
5130         * gtk/gtkaccelgroup.c (quick_accel_find): Applied patch from
5131         Ross McFarland <rwmcfa1@neces.com>, initialize *count_p to 0
5132         before doing anything to prevent garbage returns.
5133
5134 Sat Dec  6 00:23:46 2003  Matthias Clasen  <maclas@gmx.de>
5135
5136         * gtk/gtkviewport.c: Implement RTL flipping for 
5137         GtkViewport: Adjust the "gravity" when resizing
5138         This is a bit flickery in RTL mode.  (#107526)
5139
5140 Sat Dec  6 00:22:14 2003  Matthias Clasen  <maclas@gmx.de>
5141
5142         * gtk/gtkscrolledwindow.c: Implement RTL flipping for 
5143         GtkScrolledWindow: the vertical scrollbar shows up on the left
5144         side in RTL mode.  (#107526)
5145
5146 Fri Dec  5 01:58:33 2003  Matthias Clasen  <maclas@gmx.de>
5147
5148         * gtk/gtknotebook.c: Implement RTL flipping for GtkNotebook:
5149         tabs displayed at the top/bottom are rearranged, and tabs on
5150         the left/right are displayed at the opposite edge.  (#96630)
5151
5152 2003-12-04  Mark McLoughlin  <mark@skynet.ie>
5153
5154         * gtk/gtklabel.c: (gtk_label_set_attributes_internal): Allow
5155         gtk_label_set_attributes() take NULL. See bug #128517.
5156
5157 2003-12-03  Federico Mena Quintero  <federico@ximian.com>
5158
5159         * gtk/gtkfilechooserentry.c (struct _GtkFileChooserEntry): Removed
5160         the in_change flag.
5161         (completion_idle_callback): Use a temporary list store and re-set
5162         it on the completion rather than modifying the old one.  We are
5163         re-reading the folder anyway, and this gets rid of non-atomicity
5164         problems.
5165
5166 2003-12-01  Federico Mena Quintero  <federico@ximian.com>
5167
5168         Decouple impl->current_folder from the selection in the folder
5169         tree.  This is so that going to /home/federico/.foo (e.g. from a
5170         bookmark) will work even if show_hidden == FALSE.  The folder tree
5171         needs to be fixed in this case to show such folders explicitly.
5172
5173         * gtk/gtkfilechooserdefault.c
5174         (gtk_file_chooser_default_set_current_folder): When changing
5175         folders, do the entry and list model work here, instead of
5176         tree_selection_changed().
5177         (struct _GtkFileChooserDefault): Added a changing_folder flag
5178         again, dum de dum.
5179         (tree_selection_changed): Use _gtk_file_chooser_set_current_folder_path().
5180
5181 Tue Dec  2 01:01:54 2003  Matthias Clasen  <maclas@gmx.de>
5182
5183         * gtk/gtkiconfactory.h: Remove duplicate declaration of 
5184         gtk_icon_source_set_icon_name().  (#Jeff Franks, #128269)
5185
5186 2003-12-01  Federico Mena Quintero  <federico@ximian.com>
5187
5188         Patch from Hans-Petter Jansson <hpj@ximian.com> to align the
5189         bookmarks buttons with the location entry.
5190
5191         * gtk/gtkfilechooserdefault.c
5192         (gtk_file_chooser_default_constructor): Use a GtkSizeGroup for the
5193         bookmarks buttons and the location entry.
5194
5195 2003-12-01  Federico Mena Quintero  <federico@ximian.com>
5196
5197         * gtk/gtkfilechooserdefault.c (create_shortcuts_tree): Set the
5198         shortcuts tree as a drag destination.
5199         (shortcuts_drag_data_received_cb): New callback.
5200         (get_file_info): Also fetch information on whether the file is a folder.
5201         (add_bookmark_button_clicked_cb): Use error_could_not_add_bookmark_dialog().
5202         (error_could_not_add_bookmark_dialog): New function.
5203         (shortcuts_add_bookmark_from_path): New helper function.
5204         (add_bookmark_button_clicked_cb): Use shortcuts_add_bookmark_from_path().
5205         (shortcuts_row_activated): We no longer need the changing_folder flag.
5206         (struct _GtkFileChooserDefault): Likewise.
5207
5208 Sun Nov 30 17:31:32 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
5209
5210         * gtk/gtktoolbar.c (slide_idle_handler): return TRUE if there are
5211         disappearing placeholders that are still visible.
5212
5213         * gtk/gtktoolbar.c: formatting fixes
5214
5215         * gtk/gtktoolbar.c (struct _ToolbarContent): new bit:
5216         disappearing, for placeholders that are going to disappear.
5217
5218         * gtk/gtktoolbar.c (get_item_size): return 0 for disappearing placeholders
5219
5220 Sat Nov 29 00:55:28 2003  Jonathan Blandford  <jrb@gnome.org>
5221
5222         * gtk/gtktreeview.c (gtk_tree_view_new_column_width): 
5223         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_realize_button):
5224         Patch from <chinen@jp.ibm.com> to handle RTL support for column
5225         resizers, #127874
5226
5227 Fri Nov 28 00:26:24 2003  Matthias Clasen  <maclas@gmx.de>
5228
5229         * gtk/gtkfilesystemmodel.c (gtk_file_system_model_finalize): 
5230         Don't use freed memory.  (#127698, Taavi Talvik) 
5231
5232 Fri Nov 28 00:09:10 2003  Matthias Clasen  <maclas@gmx.de>
5233
5234         * gtk/gtkfilechooserentry.c: Remove debug g_print()s. 
5235
5236 Thu Nov 27 22:17:50 2003  Matthias Clasen  <maclas@gmx.de>
5237
5238         * gtk/gtkuimanager.c: Remove debug define.
5239
5240 Thu Nov 27 16:19:03 2003  Tim Janik  <timj@gtk.org>
5241
5242         * gtk/gtkmenu.c: allow accel activation depending on sensitivity
5243         and the attach widget.
5244
5245         * gtk/gtkmenuitem.c: allow accel activation depending on visibility,
5246         sensitivity and the parent menu.
5247
5248         * gtk/gtkwidget.[hc]: introduced ::can-activate-accel signal which
5249         checks whether accelerators may activate a widget. the default handler
5250         demands the widget be sensitive and visible+viewable.
5251
5252         * gtk/gtkaccelgroup.[hc]: export gtk_accel_group_activate().
5253
5254 Tue Nov 25 00:10:05 2003  Matthias Clasen  <maclas@gmx.de>
5255
5256         * gtk/gtkuimanager.c (update_node): Don't show accelerators in
5257         popup menus.  (#127227)
5258
5259 Mon Nov 24 13:47:39 GMT 2003  Tony Gale <gale@gtk.org>
5260
5261         * docs/faq/gtk-faq.sgml: start 2.x Section 4 updates
5262
5263 Mon Nov 24 04:05:15 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
5264
5265         * gtk/gtkradiotoolbutton.[ch]
5266         (gtk_radio_tool_button_new_from_widget): Make this function take a
5267         GtkRadioToolButton instead of a GtkWidget. (#127729, Murray
5268         Cumming)
5269
5270 Mon Nov 24 02:34:00 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
5271
5272         * gtk/gtktoolbar.c: remove variables in_dnd and leaving_dnd
5273
5274 Mon Nov 24 02:19:33 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
5275
5276         * gtk/gtktoolbar.c: remove variable
5277         n_overflowed_menu_items_when_dnd_started
5278
5279 Mon Nov 24 01:47:10 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
5280
5281         Rework sliding algorithm.
5282         - No more weird jumping when items are dragged off and added to
5283         the toolbar,
5284         - More natural item movement
5285
5286         * gtk/gtktoolbar.c (gtk_toolbar_size_allocate): Many changes. This
5287         function is now responsible for calculating intermediate positions
5288         during item sliding. It is also responsible for starting sliding
5289         if items disappear.  Also turn off expanding when there is an
5290         overflow menu.
5291         (gtk_toolbar_begin_sliding, stop_sliding): New functions.
5292         (slide_idle_handler): New function. All the sliding is now done by
5293         gtk_toolbar_size_allocate(), so the idle handler now just checks
5294         if there is more sliding to be done.
5295         (compute_intermediate_allocation, position): new functions
5296         calculating intermediate steps in the slide animations. The new
5297         animation algorithm uses a constant speed instead of a constant
5298         must-be-finished-within time.
5299         (struct _ToolbarContent): use 
5300         GtkAllocation goal_allocation; and 
5301         GtkAllocation start_allocation; instead of 
5302         gint start/goal_width;
5303
5304         * gtk/gtktoolitem.c (gtk_tool_item_set_tooltip): fix typo in
5305         documentation
5306
5307 Sun Nov 23 22:26:25 2003  Matthias Clasen  <maclas@gmx.de>
5308
5309         * gtk/gtktooltips.c (gtk_tooltips_draw_tips): Make tooltip 
5310         positioning Xinerama-aware.  (#127332)
5311
5312 Fri Nov 21 01:57:21 2003  Matthias Clasen  <maclas@gmx.de>
5313
5314         * gdk/x11/gdkscreen-x11.c (init_xinerama_support): Make monitor
5315         boundaries visible in fake Xinerama mode.
5316
5317 Thu Nov 20 15:41:56 2003  Manish Singh  <yosh@gimp.org>
5318
5319         * gtk/gtkmenu.c (gtk_menu_set_tearoff_state): cast to GTK_WIDGET()
5320         for the gtk_widget_hide() call.
5321
5322 Thu Nov 20 14:51:41 2003  Jonathan Blandford  <jrb@redhat.com>
5323
5324         * gtk/gtktreedatalist.c (gtk_tree_data_list_compare_func): Patch
5325         from David Hampton to fix sorting on booleans.
5326
5327 Thu Nov 20 15:48:03 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
5328
5329         * gtk/gtksocket.c (gtk_socket_focus): Use gtk_widget_is_focus()
5330         instead of GTK_WIDGET_HAS_FOCUS. (#122327, Owen Taylor. Reported
5331         by Frederic Crozat).
5332
5333 Thu Nov 20 13:10:29 GMT 2003  Tony Gale <gale@gtk.org>
5334
5335         * docs/faq/gtk-faq.sgml: Update Section 3 to 2.x
5336
5337 2003-11-19  Federico Mena Quintero  <federico@ximian.com>
5338
5339         Fixes to problems reported by Iain Holmes:
5340
5341         * gtk/gtkfilechooserdefault.c (shortcuts_append_desktop): Do not
5342         throw up an error dialog if the desktop doesn't exist.
5343         (error_message): Handle the case where there is no real toplevel
5344
5345         yet.
5346         (list_model_filter_func): Always let folders pass through (patch
5347         by Dave Malcolm).
5348
5349 Wed Nov 19 23:19:23 2003  Kristian Rietveld  <kris@gtk.org>
5350
5351         * gtk/gtkcombobox.[ch] (gtk_combo_box_scroll_event): move function
5352         to a somewhat more logical place,
5353         (gtk_combo_box_remove_text): New function (#125262, Owen Taylor).
5354
5355 Wed Nov 19 22:15:01 2003  Kristian Rietveld  <kris@gtk.org>
5356
5357         * gtk/gtkentry.c (gtk_entry_completion_timeout): always resize
5358         the popup when it is visible, popdown when there are less chars
5359         than the minimum key length in the entry,
5360         (gtk_entry_completion_changed): popdown when the entry is empty.
5361
5362         * gtk/gtkentrycompletion.c (gtk_entry_completion_init): set the
5363         size request of the vscrollbar to (-1, 0), to get a nicely sized
5364         completion treeview (Fixes #126573, reported by Piers Cornwell),
5365         (_gtk_entry_completion_resize_popup): show/hide the action_view
5366         based on items.
5367
5368 2003-11-19  Federico Mena Quintero  <federico@ximian.com>
5369
5370         * gtk/gtkfilechooserdialog.c (gtk_file_chooser_dialog_init): Turn
5371         off the dialog's separator (thanks to Iain Holmes).
5372
5373 Wed Nov 19 18:15:00 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
5374
5375         * gtk/gtkmenu.c (DEFAULT_POPUP_DELAY): set to 200 instead of 225
5376         * gtk/gtkmenuitem.c (get_minimum_width): Impose a minimum width
5377         on items that have a submenu. (#120104).
5378
5379 Wed Nov 19 18:11:08 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
5380
5381         * gtk/gtktoolbar.c (struct _ToolbarContent): Add a new
5382         "ItemState" field indicating the overflowed-ness etc. of the item.
5383         (gtk_toolbar_size_allocate): update the field here.
5384
5385 2003-11-19  Federico Mena Quintero  <federico@ximian.com>
5386
5387         * gtk/gtkfilechooserdefault.c (create_filter): Don't add padding
5388         to the alignment.  Use the HIG-specified spacing between the
5389         filter label and the combo.
5390         (create_filename_entry): Use HIG-specified spacing between the
5391         location label and the entry.
5392         (gtk_file_chooser_default_constructor): Don't use vertical padding
5393         around the filename entry.
5394
5395 2003-11-19  Federico Mena Quintero  <federico@ximian.com>
5396
5397         * gtk/gtkfilesystem.h (struct _GtkFileSystemIface): Added a
5398         render_icon virtual method.
5399
5400         * gtk/gtkfilesystem.c (gtk_file_system_render_icon): New function.
5401
5402         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_render_icon):
5403         Implement as a stub for now.
5404
5405         * gtk/gtkfilechooserdefault.c (shortcuts_insert_path): Use
5406         gtk_file_system_render_icon().
5407         (list_icon_data_func): Likewise.
5408         (toolbar_create): Set the toolbar style to icons only.
5409
5410         * gtk/gtkfilechooser.c (gtk_file_chooser_add_shortcut_folder_uri):
5411         Fix doc comments.
5412
5413 Wed Nov 19 02:18:37 2003  Matthias Clasen  <maclas@gmx.de>
5414
5415         * gtk/gtkmenu.c (gtk_menu_set_tearoff_state): Call 
5416         gtk_widget_hide(menu) when reattaching the menu.  (#126057) 
5417
5418 Wed Nov 19 00:06:04 2003  Kristian Rietveld  <kris@gtk.org>
5419
5420         * gtk/gtkentrycompletion.c (gtk_entry_completion_selection_changed):
5421         only unselect all items if the treeview has focus. (Fixes bug
5422         reported by Marco Pesenti Gritti).
5423
5424 Tue Nov 18 22:26:30 2003  Kristian Rietveld  <kris@gtk.org>
5425
5426         * gtk/gtkentry.c (gtk_entry_completion_key_press): the total
5427         number of actions is "matches + actions - 1". (Fixes #126572).
5428
5429 Tue Nov 18 21:05:05 2003  Christian Persch  <chp@cvs.gnome.org>
5430
5431         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_row_inserted): fix
5432         mem leaks (#119435).
5433
5434 Tue Nov 18 20:51:38 2003  Kristian Rietveld  <kris@gtk.org>
5435
5436         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_row_deleted): don't
5437         try to fetch the child back, since we do know that it is already
5438         gone by now (#126493, Marco Pesenti Gritti).
5439
5440 Tue Nov 18 19:47:59 2003  Kristian Rietveld  <kris@gtk.org>
5441
5442         Fixes based on comments from Owen Taylor, #125264.
5443
5444         * gtk/gtkcellview.[ch] (gtk_cell_view_finalize): remove unused
5445         variable,
5446         (gtk_cell_view_set_value), (gtk_cell_view_set_displayed_model): queue
5447         a resize,
5448         (gtk_cell_view_get_size_of_row): new function,
5449         (gtk_cell_view_set_value), (gtk_cell_view_set_valuesv),
5450         (gtk_cell_view_set_values), (gtk_cell_view_set_model),
5451         (gtk_cell_view_set_displayed_row), (gtk_cell_view_get_displayed_row):
5452         s/cellview/cell_view/ in the function definitions, so they match
5453         with the header file.
5454
5455         * gtk/gtkcombobox.c (gtk_combo_box_remeasure): remove the resize
5456         flag again (:, and use gtk_cell_view_get_size_of_row instead of
5457         the measurer, remove _set_size_request call,
5458         (gtk_combo_box_calc_requested_width): use gtk_cell_view_get_size_of_row
5459         instead of the measurer,
5460         (gtk_combo_box_style_set): queue a resize,
5461         (gtk_combo_box_size_request): update of _remeasure call,
5462         (gtk_combo_box_init), (gtk_combo_box_cell_layout_pack_start),
5463         (gtk_combo_box_cell_layout_pack_end),
5464         (gtk_combo_box_cell_layout_clear),
5465         (gtk_combo_box_set_model): get rid of the measurer,
5466         (gtk_combo_box_cell_layout_add_attribute),
5467         (gtk_combo_box_cell_layout_set_cell_data_func),
5468         (gtk_combo_box_cell_layout_clear_attributes): ditto and queue a
5469         resize instead of calling _remeasure.
5470
5471 Mon Nov 17 16:25:04 2003  Manish Singh <yosh@gimp.org>
5472
5473         * gdk-pixbuf/Makefile.am
5474         * modules/input/Makefile.am: Use install-data-hook for
5475         gdk-pixbuf.loaders and gtk.immodules install generation targets.
5476         Fixes #112806.
5477
5478         * gtk/gtkexpander.h: Apply missing declarations from #124449.
5479
5480 Tue Nov 18 00:12:55 2003  Matthias Clasen  <maclas@gmx.de>
5481
5482         Fix for #119555, Peter Zelezny:
5483         
5484         * gdk/gdkdrawable.h: Declare gdk_drawable_copy_to_image.
5485         * gdk/gdkdraw.c (gdk_drawable_copy_to_image): Make public
5486         by removing the _ prefix. 
5487         * gdk/gdkdraw.c, gdk/gdkpixbuf-drawable.c, gdk/gdkpixmap.c, 
5488         gdk/gdkwindow.c: Adjust all callers.
5489
5490 Mon Nov 17 23:36:02 2003  Matthias Clasen  <maclas@gmx.de>
5491
5492         * gtk/gtkaction.c (gtk_action_activate): Only activate if 
5493         the action is sensitive.  (#127187, Christian Persch)
5494
5495 Mon Nov 17 23:23:49 2003  Matthias Clasen  <maclas@gmx.de>
5496
5497         * gtk/gtkcombobox.c: Add mouse wheel support.  (#126517)
5498
5499 Mon Nov 17 22:56:09 2003  Kristian Rietveld  <kris@gtk.org>
5500
5501         * gtk/gtkentryprivate.h: add _gtk_entry_completion_resize_popup.
5502
5503         * gtk/gtkentry.c (gtk_entry_completion_timeout): popup when not
5504         mapped, else resize_popup.
5505
5506         * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup),
5507         (_gtk_entry_completion_popup): moved all popup resizing code to
5508         _gtk_entry_completion_resize_popup, and show the window when there
5509         are more than zero items in the completion list again (sigh).
5510
5511 2003-11-17  Mark McLoughlin  <mark@skynet.ie>
5512
5513         Patch from Jaiserca <jaiserca@inf.upv.es> to add a
5514         "use_markup" property. See bug #124449.
5515
5516         * gtk/gtkexpander.c:
5517         (gtk_expander_class_init),
5518         (gtk_expander_init), (gtk_expander_set_property),
5519         (gtk_expander_get_property), (gtk_expander_set_label),
5520         (gtk_expander_set_use_markup),  (gtk_expander_get_use_markup):
5521         Add a "use_markup" property and use it when creating the
5522         child label.
5523
5524 Mon Nov 17 12:58:32 2003  Kristian Rietveld  <kris@gtk.org>
5525
5526         Temporary size requisition fix. Will fix it for real tonight.
5527
5528         * gtk/gtkcombobox.c (gtk_combo_box_remeasure): add a resize flag,
5529         (gtk_combo_box_size_request): use gtk_combo_box_remeasure to determine
5530         a good width for the child,
5531         (gtk_combo_box_cell_layout_add_attribute),
5532         (gtk_combo_box_set_cell_data_func),
5533         (gtk_combo_box_cell_layout_clear_attributes): update.
5534
5535 Mon Nov 17 00:11:21 2003  Kristian Rietveld  <kris@gtk.org>
5536
5537         Fixes #124373, Murray Cumming.
5538
5539         * gtk/gtkcombobox.[ch] (gtk_combo_box_class_init): the model property
5540         is no longer construct only,
5541         (gtk_combo_box_unset_model), (gtk_combo_box_set_model_internal),
5542         (gtk_combo_box_menu_fill): new functions,
5543         (gtk_combo_box_menu_setup), (gtk_combo_box_menu_destroy),
5544         (gtk_combo_box_menu_row_*), (gtk_combo_box_list_setup),
5545         (gtk_combo_box_list_destroy): updated,
5546         (gtk_combo_box_new), (gtk_combo_box_new_with_model): new/changed
5547         functions,
5548         (gtk_combo_box_set_model): is now public, updated,
5549         (gtk_combo_box_get_model): small update.
5550
5551         * gtk/gtkcomboboxentry.[ch] (gtk_combo_box_entry_class_init): the
5552         text_column property is no longer construct only,
5553         (gtk_combo_box_entry_set_text_column): now public,
5554         (gtk_combo_box_entry_new), (gtk_combo_box_entry_new_with_model):
5555         new/changed functions.
5556
5557         * tests/testcombo.c: updated.
5558
5559 Sun Nov 16 22:50:58 2003  Matthias Clasen  <maclas@gmx.de>
5560
5561         Reinstate fixes for (#124212, Marco Pesenti Gritti):
5562         
5563         * gtk/gtkuimanager.c (update_smart_separators): Don't spit 
5564         warnings for popups.
5565         (_gtk_menu_is_empty): Return FALSE for non-menus.
5566
5567 Sun Nov 16 21:48:40 2003  Kristian Rietveld  <kris@gtk.org>
5568
5569         * gtk/gtkcellview.c (gtk_cell_view_finalize): just call
5570         gtk_cell_view_cell_layout_clear instead of trying to free the
5571         structure ourselves here. (#125726, Morten Welinder).
5572
5573 Sun Nov 16 00:35:29 2003  Matthias Clasen  <maclas@gmx.de>
5574
5575         * gtk/gtkfilechooser.[hc]: 
5576         * gtk/gtkentrycompletion.h: Fix parameter name mismatches which
5577         confuse gtk-doc.
5578
5579 2003-11-15  Hans Breuer  <hans@breuer.org>
5580
5581         * gdk/makefile.msc gdk/gdk.def 
5582             gtk/gtk.def gtk/makefile.msc.in : updated
5583         * tests/makefile.msc : added all the new tests
5584
5585         * gtk/gtkfilefilter.c(finalize) : initialize filter
5586         from object not from itself
5587
5588         * gtk/gtkfilesystemwin32.[hc] : copied from gtkfilesystemunix.[hc]
5589         modified as less as posible to have aworking implementation
5590         on win32. There maybe the desire to merge the unchanged pats into
5591         a common base class.
5592         Also implemented a simple glib based bookmark handling, which
5593         is currently missing in gtkfilesystemunix.[hc] but can be copied
5594         over there.
5595         * gtk/gtkfilechooserwidget.c : conditional include gtkfilesystemwin32.h
5596
5597         * gdk/win32/gdkwindow-win32.c : implement 
5598         gdk_window_set_keep_above() and gdk_window_set_keep_below()
5599
5600         * tests/testmerge.c : don't include unistd.h unconditionally,
5601         #define STDOUT_FILENO if it isn't defined
5602
5603         * tests/testfilechooser.c : make it compile on win32
5604
5605 2003-11-15  Tor Lillqvist  <tml@iki.fi>
5606
5607         * gdk/win32/gdkwindow-win32.c (gdk_window_focus): If the window is
5608         maximized, use SW_SHOWMAXIMIZED. (#126986, John Ehresman)
5609
5610 Thu Nov 13 12:55:29 GMT 2003  Tony Gale <gale@gtk.org>
5611
5612         * docs/faq/gtk-faq.sgml: Update the rest of Section 2
5613
5614 Thu Nov 13 01:46:32 2003  Matthias Clasen  <maclas@gmx.de>
5615
5616         * gtk/gtkicontheme.c (gtk_icon_theme_init): Use 
5617         GTK_DATADIR/{icons,pixmaps} instead of 
5618         GTK_DATA_PREFIX/{icons,pixmaps}.  (#123365, Marco Pesenti Gritti)
5619
5620 Wed Nov 12 21:40:10 2003  Matthias Clasen  <maclas@gmx.de>
5621
5622         Changes to improve menu positioning on Xinerama (#108328, #126150):
5623         
5624         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu): Use the event 
5625         window of the menuitem to determine the monitor. This fixes some
5626
5627         * gtk/gtkmenu.c (struct _GtkMenuPrivate): Add a menu_num field
5628         to store the monitor on which the menu is to be positioned.
5629
5630         * gtk/gtkmenu.[hc] (gtk_menu_position): Store the monitor number
5631         in the GtkMenuPrivate struct and fetch the monitor geometry after
5632         calling the position_func, in case it has been changed.
5633
5634         * gtk/gtkmenu.c (gtk_menu_set_monitor): New function 
5635         to be used in GtkMenuPositionFunc implementations for setting
5636         the monitor_num field in GtkMenuPrivate.
5637
5638         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu): Call 
5639         gtk_menu_set_monitor.
5640
5641 Wed Nov 12 21:00:10 2003  Matthias Clasen  <maclas@gmx.de>
5642
5643         * gtk/gtkinputdialog.c (gtk_input_dialog_init): Clarify the
5644         label for the empty list. String change.  (#95446, Tomas Ã–gren)
5645
5646 Wed Nov 12 20:57:50 2003  Matthias Clasen  <maclas@gmx.de>
5647
5648         * gtk/gtkicontheme.h (enum GtkIconLookupFlags): Correct
5649         the definition of the values.  (#123361, Marco Pesenti Gritti)
5650
5651 Wed Nov 12 20:54:02 2003  Matthias Clasen  <maclas@gmx.de>
5652
5653         * gdk/gdkkeyuni.c: Map KP_Separator to ','.
5654         (#122941, Egmont Koblinger)
5655
5656 2003-11-12  Padraig O'Briain  <padraig.obriain@sun.com>
5657
5658         *gtk/gtkcolorsel.c (gtk_color_selection_init): Add tooltip for
5659         opacity entry widget. Change tooltip for opacity widgets. (#126426)
5660
5661 2003-11-12  Padraig O'Briain  <padraig.obriain@sun.com>
5662
5663         * gtk/gtkmenu.c (gtk_menu_popup): Do not let pointer position
5664         affect window menu position when popped from keyboard. (#102660)
5665
5666 Wed Nov 12 01:29:32 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
5667
5668         * gtk/gtktoolbar.c (gtk_toolbar_internal_insert_element): When we
5669         are using the old API, make all items "is_important". That way
5670         BOTH_HORIZ will continue to show both icon and label in old API
5671         mode.
5672
5673 Mon Nov 10 00:40:41 2003  Matthias Clasen  <maclas@gmx.de>
5674
5675         * gtk/gtkeventbox.c (gtk_event_box_set_above_child): 
5676         Remember the new value in all cases.  (#126276, Damon Chaplin)
5677
5678 Sat Nov  8 23:06:02 2003  Matthias Clasen  <maclas@gmx.de>
5679
5680         * demos/gtk-demo/main.c (row_activated_cb): Call the do_
5681         functions with the toplevel as argument.
5682
5683         * demos/gtk-demo/geninclude.pl.in: Change the signature
5684         of GDoDemoFunc to take a widget argument
5685
5686         * demos/gtk-demo/ui_manager.c (do_ui_manager): 
5687         * demos/gtk-demo/tree_store.c (do_tree_store): 
5688         * demos/gtk-demo/textview.c (do_textview): 
5689         * demos/gtk-demo/stock_browser.c (do_stock_browser): 
5690         * demos/gtk-demo/sizegroup.c (do_sizegroup): 
5691         * demos/gtk-demo/pixbufs.c (do_pixbufs): 
5692         * demos/gtk-demo/panes.c (do_panes): 
5693         * demos/gtk-demo/menus.c (do_menus): 
5694         * demos/gtk-demo/list_store.c (do_list_store): 
5695         * demos/gtk-demo/images.c (do_images): 
5696         * demos/gtk-demo/hypertext.c (do_hypertext): 
5697         * demos/gtk-demo/editable_cells.c (do_editable_cells): 
5698         * demos/gtk-demo/drawingarea.c (do_drawingarea): 
5699         * demos/gtk-demo/dialog.c (do_dialog): 
5700         * demos/gtk-demo/colorsel.c (do_colorsel): 
5701         * demos/gtk-demo/changedisplay.c (do_changedisplay): 
5702         * demos/gtk-demo/button_box.c (do_button_box): 
5703         * demos/gtk-demo/appwindow.c (do_appwindow): Take a widget
5704         as argument, and make new windows or dialogs appear on the
5705         same screen.  (#80388)
5706
5707 Sat Nov  8 21:59:30 2003  Matthias Clasen  <maclas@gmx.de>
5708
5709         * gtk/gtkeventbox.c (gtk_event_box_class_init): Let 
5710         visible-window default to TRUE, as documented and 
5711         implemented. (#126270 Damon Chaplin)
5712
5713 Sat Nov  8 01:50:17 2003  Matthias Clasen  <maclas@gmx.de>
5714
5715         * gtk/gtkicontheme.c: 
5716         * gtk/gtkfilechooserwidget.c (gtk_file_chooser_widget_new): 
5717         * gtk/gtkfilechooserdialog.c (gtk_file_chooser_dialog_new): 
5718         * gtk/gtkfilechooser.c (gtk_file_chooser_[un]select_all): Mark as
5719         2.4 additions.
5720
5721 2003-11-07  Federico Mena Quintero  <federico@ximian.com>
5722
5723         Changing GtkFileChooserEntry to use GtkEntryCompletion.
5724
5725         * gtk/gtkfilechooserentry.c (gtk_file_chooser_entry_init): Create
5726         a GtkListStore for the completion list.  Create a
5727         GtkEntryCompletion and attach it to the chooser entry.
5728         (gtk_file_chooser_entry_finalize): Unref the completion store.
5729         (completion_match_func): New callback for the GtkEntryCompletion.
5730         (completion_idle_callback): Fill the completion store with filenames.
5731
5732 Fri Nov  7 22:55:49 2003  Matthias Clasen  <maclas@gmx.de>
5733
5734         * gtk/gtkwindow.c (gtk_window_set_role): 
5735         * gtk/gtkwindow.c (gtk_window_set_title): 
5736         * gtk/gtkwidget.c (gtk_widget_set_name): 
5737         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_title): 
5738         * gtk/gtkbutton.c (gtk_button_set_label): Make string setters
5739         safe for self-assignment.  (#122745, Soeren Sandmann)
5740
5741 Thu Nov  6 20:41:40 2003  Matthias Clasen  <maclas@gmx.de>
5742
5743         * gtk/gtkstyle.c (gtk_style_attach): Fix doc comment.
5744         (#126369, Olexiy Avramchenko)
5745
5746 Thu Nov  6 00:21:41 2003  Matthias Clasen  <maclas@gmx.de>
5747
5748         * gtk/gtkcolorbutton.c (gtk_color_button_init): 
5749         * gtk/gtkfontbutton.c (gtk_font_button_init): Improve the 
5750         consistency of titles.  (#126193, Damon Chaplin)
5751
5752 Wed Nov  5 22:49:36 2003  Matthias Clasen  <maclas@gmx.de>
5753
5754         * gtk/gtkmenu.c (gtk_menu_set_tearoff_state): Set torn off 
5755         menus to be transient for the toplevel they were torn off from.
5756         (gtk_menu_get_toplevel): Auxiliary function to find the
5757         toplevel of a menu.  (#54775, Jon-Kare Hellan)
5758
5759 Wed Nov  5 21:07:58 2003  Matthias Clasen  <maclas@gmx.de>
5760
5761         * gtk/gtkpaned.c (gtk_paned_class_init): Add readonly properties
5762         min-position and max-position.  (#58431, Padraig O'Briain)
5763
5764 Wed Nov  5 21:02:26 2003  Matthias Clasen  <maclas@gmx.de>
5765
5766         * gtk/gtkcolorsel.c (update_color): 
5767         (make_label_spinbutton): 
5768         (adjustment_changed): Change the ranges for Saturation and
5769         Value to be 0-100 instead of 0-255, since these axes of HSV
5770         are usually expressed in percent.  (#121519, Gregory Merchan)
5771
5772 Wed Nov  5 08:51:48 GMT 2003  Tony Gale <gale@gtk.org>
5773
5774         * docs/faq/gtk-faq.sgml: More 2.x updates
5775
5776 Tue Nov  4 15:00:33 GMT 2003  Tony Gale <gale@gtk.org>
5777
5778         * docs/faq/gtk-faq.sgml: More 2.x updates, fix
5779         pkg-config command error, update copyright.
5780
5781 2003-11-03  Federico Mena Quintero  <federico@ximian.com>
5782
5783         * gtk/gtkfilechooserdefault.c (error_dialog): Take in a path as
5784         well.  Use a helper function.
5785         (shortcuts_append_home): Display an error box if necessary.
5786         (shortcuts_append_desktop): Likewise.
5787         (add_bookmark_button_clicked_cb): Likewise.
5788         (gtk_file_chooser_default_select_path): Likewise.
5789         (entry_activate): Likewise.
5790         (shortcuts_append_paths): New helper function.
5791         (shortcuts_append_file_system_roots): Use
5792         shortcuts_append_paths().
5793         (shortcuts_append_bookmarks): Likewise.
5794
5795 Mon Nov  3 23:12:41 2003  Matthias Clasen  <maclas@gmx.de>
5796
5797         * gtk/gtkuimanager.c (_gtk_menu_is_empty): Return TRUE if 
5798         menu is NULL.
5799         (update_smart_separators): Remove some unneeded ifs.
5800
5801 Mon Nov  3 22:45:58 2003  Matthias Clasen  <maclas@gmx.de>
5802
5803         * gtk/gtkwindow-decorate.h: Add G_BEGIN_DECLS/G_END_DECLS to make 
5804         these usable in C++. Forgot this file in my Oct 11 commit.
5805
5806 2003-11-03  Federico Mena Quintero  <federico@ximian.com>
5807
5808         * gtk/gtkfilechooserdefault.c (create_shortcuts_tree): Add a stock
5809         icon to the "Add bookmark" button.
5810
5811         * gtk/gtkfilesystemunix.c: Mark missing strings for translation.
5812         * gtk/gtkfilesystemmodel.c: Likewise.
5813         * gtk/gtkfilechooser.c: Likewise.
5814         * gtk/gtkfilechooserdefault.c: Likewise.
5815
5816 Mon Nov  3 20:56:28 2003  Matthias Clasen  <maclas@gmx.de>
5817
5818         * gdk/gdk.c: 
5819         * gdk/gdkinternals.h: 
5820         * gdk/x11/gdkscreen-x11.c (init_xinerama_support): Introduce a
5821         GDK_DEBUG_XINERAMA debug flag, and make it trigger a fake 2x2
5822         Xinerama mode when no actual Xinerama setup is found. 
5823
5824 2003-11-03  Federico Mena Quintero  <federico@ximian.com>
5825
5826         * gtk/gtkfilechooserdefault.c (shortcuts_select_folder): Removed.
5827         (create_shortcuts_tree): Don't call the above.
5828         (bookmarks_changed_cb): Likewise.
5829         (tree_selection_changed): Unselect everything from the shortcuts
5830         list.  This is the behavior that Mac OS has.
5831         (toolbar_add_item): Return the item.
5832         (toolbar_create): Store the up_button in the impl structure.
5833         (toolbar_check_sensitivity): New function to set the sensitivity
5834         of the "Up" button in the toolbar.
5835         (tree_selection_changed): Call toolbar_check_sensitivity().
5836
5837 2003-11-02  Federico Mena Quintero  <federico@ximian.com>
5838
5839         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_init): Do
5840         not set a border width for the toplevel container.
5841         (toolbar_create): New function; create a simple toolbar for the
5842         file chooser.
5843         (gtk_file_chooser_default_constructor): Use a spacing of 12 for
5844         the table, as per the HIG.
5845         (gtk_file_chooser_default_init): Likewise, for the default
5846         implementation's vbox.
5847
5848         * gtk/gtkfilesystem.c (gtk_file_system_get_parent): Added docs to
5849         note that NULL is a valid return value for the parent path.
5850
5851 Sat Nov  1 14:59:27 2003  Owen Taylor  <otaylor@redhat.com>
5852
5853         * gtk/gtkfilechooserdefault.c (shortcuts_row_activated): 
5854         Change on activation, not selection change (temporary
5855         workaround for #125955, needed for keynav, likely
5856         the right UI anyways.)
5857
5858         * gtk/gtkfilechooserdefault.c (shortcuts_select_func): 
5859         Don't allow the separator node to be selected.
5860
5861         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_constructor):
5862         Set the focus chain so that the entry gets focused first.
5863         (Not really right after initial focusing, maybe we
5864         should just have a gtk_file_chooser_focus_entry() that
5865         we call from gtk_file_chooser_dialog on creation.)
5866
5867 Sat Nov  1 12:41:04 2003  Owen Taylor  <otaylor@redhat.com>
5868
5869         * gtk/gtkwindow.c (gtk_window_unfullscreen): Fix a
5870         residual call to gtk_window_get_private().
5871
5872 Sat Nov  1 09:10:13 2003  Owen Taylor  <otaylor@redhat.com>
5873
5874         * gtk/gtkwindow.[ch]: Move above_initially, below_initially
5875         into GtkWindowPrivate structure, fixing ABI breakage
5876         on Win32. (Hans Breuer). Switch GtkWindowPrivate over
5877         to instance-private-data.
5878
5879 Fri Oct 31 02:43:34 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
5880
5881         * gtk/gtktoolbar.c (get_item_requisition): delete this function
5882         (toolbar_item_is_homogeneous): cache max_homogeneous_pixels
5883         instead of re-calculating for each item.
5884         (gtk_toolbar_size_allocate): Update comments
5885
5886 Thu Oct 30 22:04:31 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
5887
5888         * gtk/gtktoolbar.c (gtk_toolbar_forall): Only include
5889         placeholders when include_internals is TRUE.
5890
5891 Thu Oct 30 17:57:53 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
5892
5893         * gtk/gtktoolbar.c (logical_to_physical): Make it work even when
5894         item 0 is a placeholder. (#125826)
5895         * tests/testtoolbar.c: add an assertion that 
5896         gtk_toolbar_get_nth_item (0) != NULL
5897
5898 Thu Oct 30 17:40:26 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
5899
5900         * gtk/gtktoolbar.c (logical_to_physical): Make it work for
5901         logical == 0.(#125826)
5902
5903 Thu Oct 30 16:20:58 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
5904
5905         * gtk/gtktoolbar.c (logical_to_physical): Make sure we actually
5906         return the index of a real item.
5907         (get_nth_item) assert that the returned items is not a
5908         placeholder.  (#125826, Marco Pesenti Gritti).
5909         
5910 2003-10-29  Federico Mena Quintero  <federico@ximian.com>
5911
5912         * gtk/gtkcellrendererseptext.c
5913         (gtk_cell_renderer_sep_text_render): Only paint a separator if the
5914         text is NULL, rather than also doing it if it is an empty string.
5915
5916 Wed Oct 29 15:40:26 2003  Owen Taylor  <otaylor@redhat.com>
5917
5918         * gtk/gtkmessagedialog.c (gtk_message_dialog_new/
5919         gtk_message_dialog_new_with_format): Allow NULL
5920         for message_format, as described in the docs and
5921         as worked previously. (#125759, Richard Hult)
5922
5923         * gtk/gtkmessagedialog.c (gtk_message_dialog_new_with_markup):
5924         Use g_markup_vprintf_escaped() to escape arguments.
5925
5926         * gtk/gtkmessagedialog.[ch]: Add gtk_message_dialog_set_markup()
5927         so there is some way to set literal markup.
5928
5929 Wed Oct 29 15:01:32 2003  Owen Taylor  <otaylor@redhat.com>
5930  
5931         * gdk/x11/gdkimage-x11.c (_gdk_x11_copy_to_image): Move
5932         the call to gdk_error_trap_pop() to the right place,
5933         fixing a problem where we'd pop() too many times 
5934         when bailing out. (#123302, Thomas Leonard)
5935         
5936 Wed Oct 29 12:50:02 2003  Owen Taylor  <otaylor@redhat.com>
5937
5938         * gtk/gtkfilechooserutils.c (delegate_set_current_folder): 
5939         Fix infinite recursion. (#125679, Christian Persch)
5940
5941 Wed Oct 29 13:29:15 GMT 2003  Tony Gale <gale@gtk.org>
5942
5943         * docs/faq/gtk-faq.sgml: further 2.x updates:
5944         mirrors,compiling,g_main_context_iteration
5945
5946 Wed Oct 29 02:54:35 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
5947
5948         * gtk/gtktoolbar.[ch] (gtk_toolbar_set_drop_highlight_item): Add this
5949         function; remove gtk_toolbar_highlight_drop_location() and
5950         gtk_toolbar_unhighlight_drop_location().
5951
5952         Also fix bug where the number of overflowed items were miscounted.
5953
5954 Tue Oct 28 12:20:16 2003  Owen Taylor  <otaylor@redhat.com>
5955
5956         * gtk/gtkwindow.c (gtk_window_has_toplevel_focus): Remove
5957         some accidentally committed duplicate code.
5958
5959 Tue Oct 28 17:06:17 GMT 2003  Tony Gale <gale@gtk.org>
5960
5961         * docs/faq/gtk-faq.sgml: Update info on compiling GTK+
5962
5963 Tue Oct 28 10:34:24 2003  Owen Taylor  <otaylor@redhat.com>
5964
5965         * gtk/gtkwindow.[ch] (gtk_window_is_active, 
5966         gtk_has_toplevel_focus): Add getters corresponding to
5967         the is_active and has_toplevel_focus properties.
5968         (#122531)
5969
5970 2003-10-28  Mark McLoughlin  <mark@skynet.ie>
5971
5972         * gtk/gtkexpander.c:
5973         (gtk_expander_class_init): hook up the destroy handler.
5974         (gtk_expander_destroy), (gtk_expander_unrealize):
5975         remove the expand/collapse timeout on destroy instead
5976         of unrealize to avoid leaving the expander in a inconsistent
5977         state when unrealizing during animation.
5978         (gtk_expander_start_animation): remove realized check.
5979         (gtk_expander_set_expanded): if the widget isn't realized,
5980         expand immediately.
5981
5982 Tue Oct 28 09:44:16 2003  Owen Taylor  <otaylor@redhat.com>
5983
5984         * gtk/gtkxembed.c (_gtk_xembed_send_focus_message): Silently
5985         do nothing when recipient is NULL, as described in the
5986         doc comment. (#123107, Thomas Leonard)
5987
5988 Tue Oct 28 09:21:29 2003  Owen Taylor  <otaylor@redhat.com>
5989
5990         * gtk/gtkmain.c (gtk_check_version): Move docs inline,
5991         rewrite docs, mention memory management for the return
5992         value. (Partly addresses #125549, Michael Natterer)
5993
5994 2003-10-28  Padraig O'Briain  <padraig.obriain@sun.com>
5995
5996         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_remove_filter):
5997         Change index to filter_index to fix compilation error.
5998
5999         * gtk/gtkfilesystem.h: Correct definition of gtk_file_path_get_string.
6000
6001 Mon Oct 27 15:47:58 2003  Manish Singh  <yosh@gimp.org>
6002
6003         * gdk/x11/gdkscreen-x11.c: #include <X11/extensions/Xrandr.h> if
6004         we have RandR support, for XRRUpdateConfiguration declaration.
6005
6006         * gtk/gtkfilefilter.c: #include "gtkprivate.h" for _gtk_fnmatch
6007         declaration.
6008
6009         * gtk/gtkuimanager.c (gtk_ui_manager_add_ui_from_file): Make
6010         length a gsize variable, since that's what g_file_get_contents()
6011         expects.
6012
6013 Mon Oct 27 12:18:49 2003  Owen Taylor  <otaylor@redhat.com>
6014
6015         * NEWS: Fix attribution for above/below EWMH work.
6016
6017 Sat Oct 25 23:30:13 2003  Matthias Clasen  <maclas@gmx.de>
6018
6019         * gtk/gtkactiongroup.c (gtk_action_group_class_init): Add "name" 
6020         as a construct-only property.  (#125475, Murray Cumming)
6021
6022 Thu Oct 23 21:55:10 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6023
6024         Fix bug 116297 and 125472
6025         
6026         * gtk/gtktoolbar.c (gtk_toolbar_highlight_drop_location): Make
6027         this function take an index and a GtkToolItem.
6028
6029         * tests/testtoolbar.c (main): Make "Show Arrow" default to
6030         true. Make one of the separators !draw and expand.
6031         Update for new highlight_drop_location() API.
6032
6033         * gtk/gtktoolitem.[ch]: Remove "pack_end" property
6034
6035         * gtk/gtktoolbar.h: Formatting fixes.
6036
6037         * gtk/gtktoolbar.c: Remove "pack_end" child property. Allow
6038         separator tool items to expand.
6039         (logical_to_physical, physical_to_logical): Fix off-by-one errors
6040         (Fix #125472, Marco Pesenti Gritti)
6041
6042         * gtk/gtkseparatortoolitem.[ch]: Add new "draw" property.
6043         (gtk_separator_tool_item_expose) only draw if "draw" is TRUE. Also
6044         return FALSE, not TRUE.
6045         (gtk_separator_too_item_{set|get}_property,
6046         (gtk_separator_tool_item_{set|get}_draw): new functions
6047
6048 Fri Oct 24 16:54:04 2003  Owen Taylor  <otaylor@redhat.com>
6049
6050         * === Released 2.3.0 ===
6051
6052         * configure.in: Remove a stray comma.
6053
6054         * README.in: Fix a few notes about Xft 1 and pango-1.0.
6055
6056         * NEWS: Finish updates for 2.3.0.
6057
6058         * po/Makefile.in.in: Update to latest GLib version.
6059
6060 Fri Oct 24 20:31:35 2003  Kristian Rietveld  <kris@gtk.org>
6061
6062         * gtk/gtkcellview.[ch], gtk/gtkcellviewmenuitem.[ch],
6063         gtk/gtkcombobox.[ch], gtk/gtkcomboboxentry.[ch],
6064         gtk/gtktreemodelfilter.[ch]: Fix licensing (I managed to put it
6065         under GPL licensing instead of LGPL...). (Fixes #125381, Soeren
6066         Sandmann).
6067
6068 Fri Oct 24 20:22:40 2003  Kristian Rietveld  <kris@gtk.org>
6069
6070         * gtk/gtktreemodelfilter.h: add padding to the class structure.
6071
6072 2003-10-23  Federico Mena Quintero  <federico@ximian.com>
6073
6074         * gtk/gtkfilechooser.c (gtk_file_chooser_get_preview_uri): Fixed docs.
6075         (gtk_file_chooser_remove_filter): Likewise.
6076         (gtk_file_chooser_select_all): Added docs.
6077         (gtk_file_chooser_unselect_all): Likewise.
6078
6079         * gtk/gtkfilechooserdialog.c (gtk_file_chooser_dialog_new): Added docs.
6080
6081         * gtk/gtkfilechooserwidget.c (gtk_file_chooser_widget_new): Added docs.
6082
6083 Thu Oct 23 23:22:15 2003  Matthias Clasen  <maclas@gmx.de>
6084
6085         * gtk/gtkfilefilter.c: 
6086         * gtk/gtkfilechooser.c: Add "Since: 2.4" to all API doc comments.
6087
6088 Thu Oct 23 22:33:47 2003  Matthias Clasen  <maclas@gmx.de>
6089
6090         * gtk/gtkfilefilter.c (gtk_file_filter_new): Fix doc markup.
6091
6092 Thu Oct 23 21:49:05 2003  Matthias Clasen  <maclas@gmx.de>
6093
6094         * NEWS: Remove a few duplicates, group the menu changes.
6095
6096 Thu Oct 23 21:12:50 2003  Kristian Rietveld  <kris@gtk.org>
6097
6098         * NEWS: Updates for 2.3.0; changed header to match the style we used
6099         for 2.1.0.
6100
6101 Thu Oct 23 20:47:44 2003  Matthias Clasen  <maclas@gmx.de>
6102
6103         * gdk/x11/gdkwindow-x11.c (gdk_window_set_group): Actually
6104         assign the new leader.  (#125168, Mariano Suarez-Alvarez)
6105
6106 Thu Oct 23 20:21:16 2003  Kristian Rietveld  <kris@gtk.org>
6107
6108         * gtk/gtkcelllayout.c, gtk/gtkcellview.c gtk/gtkcellviewmenuitem.c,
6109         gtk/gtkcombobox.c, gtk/gtkcomboboxentry.c, gtk/gtkentrycompletion.c,
6110         gtk/gtktreemodelfilter.c, gtk/gtkcellrenderertoggle.c: Fix includes.
6111
6112 Thu Oct 23 15:13:56 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6113
6114         * NEWS: Partial update for 2.3.0.
6115
6116 Thu Oct 23 01:09:04 2003  Owen Taylor  <otaylor@redhat.com>
6117
6118         * gtk/gtkfilechooserdefault.c: Convert GtkOptionMenu to
6119         GtkComboBox.
6120
6121 Wed Oct 22 23:20:04 2003  Owen Taylor  <otaylor@redhat.com>
6122
6123         * gtk/gtkfilechooser.[ch] gtk/gtkfilefilter.[ch] 
6124         gtk/gtkfilechooserwidget.[ch] gtk/gtkfilechooserdialog.[ch]:
6125         gtk/gtkfilechooserutils.c gtk/gtkfilechooserprivate.[ch]:
6126         Basic framework for the new file selector widget.
6127
6128         * gtk/gtkfilechooserdefault.[ch] gtk/gtkcellrenderersep.[ch] 
6129         gtk/gtkfilechooserentry.[ch] gtk/gtkfilesystemmodel.[ch]:
6130         Initial implementation of the GtkFileChooser user interface.
6131
6132         * gtk/gtkfilesystemunix.[ch]: GtkFileSystem implementation
6133         for Unix files.
6134
6135         * configure.in gtk/Makefile.am gtk/xdgmime: Build code
6136         for freedesktop.org MIME system on Unix.
6137
6138         * tests/testfilechooser.c: Test program for GtkFileChooser
6139
6140         * tests/prop-editor.c: Add support for properties on interfaces.
6141
6142 Tue Oct 21 16:12:51 2003  Owen Taylor  <otaylor@redhat.com>
6143
6144         * demos/gtk-demo/menus.c (do_menus): Fix some unused
6145         variables.
6146
6147         * gtk/gtkmain.c (_gtk_get_lc_ctype): Fix an unused
6148         variable warning.
6149
6150 Thu Oct 23 00:04:50 2003  Matthias Clasen  <maclas@gmx.de>
6151
6152         * NEWS: Partial update for 2.3.0.
6153
6154 Tue Oct 21 22:07:12 2003  Kristian Rietveld  <kris@gtk.org>
6155
6156         * gtk/gtktreeview.c (gtk_tree_view_real_move_cursor): set
6157         ctrl_pressed and shift_pressed according to the current event
6158         state (if there is one). (Fixes #125063, reported by Sebastien Bacher).
6159
6160 Mon Oct 20 23:24:27 2003  Kristian Rietveld  <kris@gtk.org>
6161
6162         * gtk/gtkentry.c (gtk_entry_key_press): remove the completion
6163         timeout when the user pressed on Enter/ESC. Fixes the bug where the
6164         completion popup popped up after the user pressed on Enter (which is
6165         just weird). Reported by the Epiphany people (all of them).
6166
6167 Mon Oct 20 20:27:22 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6168
6169         Add support for OS X like sliding of toolbar items during drag and
6170         drop, (#110919, Dave Bordoley)
6171
6172         Make dnd highlighting the responsibility of the
6173         application. (Fixes #116298, Owen Taylor)
6174
6175         * gtk/gtktoolbar.h: Add prototypes for new API.
6176         
6177         * gtk/gtktoolbar.c
6178         (physical_to_logical, logical_to_physical): new functions
6179         converting between "position including placeholders" and "position
6180         excluding placeholders".
6181         (gtk_toolbar_class_init): remove drag_leave and drag_motion
6182         handlers
6183         (struct _ToolbarContent): new struct containing information
6184         related to toolbar items.
6185         (gtk_toolbar_highlight_drop_location): new public function
6186         (gtk_toolbar_unhighlight_drop_location): new public function
6187         
6188         * tests/testtoolbar.c
6189         (toolbar_drag_motion, toolbar_drag_leave): new functions
6190         (main): connect to dnd signals.  Make the "New" item expand to
6191         make drag and drop more exciting.
6192
6193 Wed Oct 15 22:39:23 2003  Kristian Rietveld  <kris@gtk.org>
6194
6195         * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_init): it's
6196         _set_active, not _set_active_item.
6197
6198 Wed Oct 15 22:31:09 2003  Kristian Rietveld  <kris@gtk.org>
6199
6200         * gtk/gtkcombobox.h: add padding to the class structure.
6201         * gtk/gtkcomboboxentry.h: ditto.
6202         * gtk/gtkentrycompletion.h: ditto.
6203
6204 Wed Oct 15 22:04:59 2003  Kristian Rietveld  <kris@gtk.org>
6205
6206         * gtk/gtkcombobox.c (gtk_combo_box_get_active),
6207         (gtk_combo_box_set_active): mention in the docs that -1 is a valid
6208         value and what it means.
6209
6210         * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_init): set the active
6211         item to -1 (default),
6212         (gtk_combo_box_entry_active_changed): do nothing when the index is
6213         < 0.
6214
6215 Tue Oct 14 16:10:21 2003  Jonathan Blandford  <jrb@redhat.com>
6216
6217         * gtk/gtkcombobox.c (gtk_combo_box_set_active_iter): New function
6218         to set the active row by iter.
6219
6220         * gtk/gtkcombobox.c (gtk_combo_box_get_active_iter): New function
6221         to get the active row by iter.
6222
6223 2003-10-13  Federico Mena Quintero  <federico@ximian.com>
6224
6225         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): Don't do
6226         operations on windows if the tree view is not mapped.
6227         (gtk_tree_view_button_press): Compare equal types of pointers, not
6228         GtkWidget* vs. GtkTreeView*.
6229
6230 Mon Oct 13 21:01:43 2003  Kristian Rietveld  <kris@gtk.org>
6231
6232         * gtk/gtkentrycompletion.c (gtk_entry_completion_popup): remove
6233         the reset of first_sel_changed, as after the first popup the treeview
6234         will always have a row selected and will thus not focus_to_cursor.
6235
6236         * gtk/gtkentry.c (keyval_is_cursor_move): new function to determine
6237         whether the keyval should move the completion selection cursor (used
6238         to avoid ending up with extreme cluttered code), also added
6239         all KP_ equivalents of the keys here,
6240         (gtk_entry_completion_key_press): Keynav tweaks based on comments
6241         from Dave Bordoley and Marco Pesenti Gritti; add the -1 state
6242         as possible current selection, implement Home/End keys, modified
6243         the down key to stop cycling. Maybe page up/down should be implemented
6244         at some later time.
6245
6246 Mon Oct 13 20:58:07 2003  Matthias Clasen  <maclas@gmx.de>
6247
6248         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon): Make it work 
6249         as documented when pixmap or mask is NULL.  (#124081) 
6250
6251 Mon Oct 13 20:21:38 2003  Kristian Rietveld  <kris@gtk.org>
6252
6253         * gtk/gtkentry.c (gtk_entry_set_text): I overlooked a return when
6254         I was adding the signal block/unblock code. Oops. (Noticed by
6255         Marco Pesenti Gritti).
6256
6257 Mon Oct 13 20:21:55 2003  Kristian Rietveld  <kris@gtk.org>
6258
6259         * demos/testpixbuf-scale.c: enable GTK_DISABLE_DEPRECATED again,
6260         (set_interp_type), (main): port over from option menu to GtkComboBox.
6261
6262 Mon Oct 13 19:41:55 2003  Kristian Rietveld  <kris@gtk.org>
6263
6264         * tests/testmenus.c: Still uses option menus, so turn off
6265         GTK_DISABLE_DEPRECATED.
6266
6267 Sun Oct 12 01:10:29 2003  Matthias Clasen  <maclas@gmx.de>
6268
6269         * gtk/gtkalignment.[hc]: 
6270         * gtk/gtkcombobox.[hc]: 
6271         * gtk/gtkcomboboxentry.[hc]: 
6272         * gtk/gtktreemodelfilter.[hc]: Move GET_PRIVATE macros
6273         from header to implementation.
6274
6275 Sun Oct 12 00:18:02 2003  Matthias Clasen  <maclas@gmx.de>
6276
6277         * tests/testtreeview.c: 
6278         * demos/testpixbuf-scale.c: 
6279         * tests/prop-editor.c: These files still use option menus,
6280         so turn off GTK_DISABLE_DEPRECATED to fix the build. 
6281
6282 Sat Oct 11 23:14:36 2003  Matthias Clasen  <maclas@gmx.de>
6283
6284         * gtk/gtkactiongroup.h: 
6285         * gtk/gtkaction.h: 
6286         * gtk/gtkradioaction.h: 
6287         * gtk/gtkradiotoolbutton.h: 
6288         * gtk/gtkseparatortoolitem.h: 
6289         * gtk/gtktoggleaction.h: 
6290         * gtk/gtktoolitem.h: 
6291         * gtk/gtkuimanager.h: Add G_BEGIN_DECLS/G_END_DECLS to make 
6292         these usable in C++.  (#124351, Murray Cumming)
6293
6294 Sat Oct 11 19:09:05 2003  Kristian Rietveld  <kris@gtk.org>
6295
6296         * gtk/gtkentry.c (gtk_entry_set_text): Check if completion is
6297         non-NULL before accessing it. Oops.
6298
6299 Sat Oct 11 15:47:03 2003  Kristian Rietveld  <kris@gtk.org>
6300
6301         * gtk/gtkentrycompletion.[ch] (gtk_entry_completion_insert_action),
6302         (gtk_entry_completion_insert_action_text),
6303         (gtk_entry_completion_insert_action_markup): the gchar* parameters
6304         should be const (pointed out by both Marco Pesenti Gritti and
6305         Murray Cumming (#124356).
6306
6307 Sat Oct 11 15:37:19 2003  Kristian Rietveld  <kris@gtk.org>
6308
6309         * gtk/gtkcombobox.c (gtk_combo_box_size_allocate): for the custom
6310         child list mode, allocate the height allocation->height to the
6311         button instead of the height requested by the button. (Tiny
6312         size allocation screwup noticed by Macro Pesenti Gritti).
6313
6314 Sat Oct 11 15:23:27 2003  Kristian Rietveld  <kris@gtk.org>
6315
6316         Fixes based on comments from Marco Pesenti Gritti.
6317
6318         * gtk/gtkentry.c (gtk_entry_set_text): block the completion changed
6319         signal handler, avoids the completion popup to popup when text is
6320         set programmatically in most cases (we actually have to handle this
6321         in the _editable functions as well, but that will break popping up
6322         when the user actually typed something :),
6323         (gtk_entry_completion_key_press): when handling enter, bail out
6324         when nothing has been selected,
6325         (gtk_entry_completion_changed): don't popdown when the entry content
6326         changed.
6327
6328         * gtk/gtkentrycompletion.c (gtk_entry_completion_init),
6329         (gtk_entry_completion_selected_changed): unselect_all on the
6330         first selected changed signal. Avoids having a default row selected,
6331         (_gtk_entry_completion_popup): don't select the first row by default.
6332
6333         * gtk/gtkentryprivate.h (struct _GtkEntryCompletionPrivate): add a
6334         first_sel_changed field.
6335
6336 Fri Oct 10 23:02:58 2003  Matthias Clasen  <maclas@gmx.de>
6337
6338         * demos/gtk-demo/menus.c: Replace GtkItemFactory by GtkUIManager 
6339         in the intro (again).
6340
6341 Fri Oct 10 22:50:05 2003  Matthias Clasen  <maclas@gmx.de>
6342
6343         Fixes for (#124212, Marco Pesenti Gritti):
6344         
6345         * gtk/gtkuimanager.c (update_smart_separators): Don't spit 
6346         warnings for popups.
6347         (_gtk_menu_is_empty): Return FALSE for non-menus.
6348
6349 Fri Oct 10 19:10:12 2003  Kristian Rietveld  <kris@gtk.org>
6350
6351         * gtk/gtkcombo.h: Deprecate.
6352         * gtk/gtkoptionmenu.h: Ditto.
6353
6354         * gtk/gtkcombobox.c (gtk_combo_box_size_request),
6355         (gtk_combo_box_size_allocate): Rework, things behave better now. Still
6356         needs some work on requesting enough size when taking the items in
6357         the list into account.
6358
6359         * gtk/gtkfilesel.c: put gtkoptionmenu.h include inside "enable
6360         deprecated" guards.
6361         * gtk/gtkinputdialog.c: ditto.
6362         * gtk/gtkitemfactory.c: ditto.
6363         * gtk/gtkoptionmenu.c: ditto.
6364
6365         * demos/gtk-demo/menus.c: remove the option menu.
6366         * demos/gtk-demo/sizegroup.c: replace the option menus with
6367         GtkComboBox.
6368         * demos/gtk-demo/textview.c: ditto.
6369         (A general GtkComboBox demo will be added later on).
6370
6371 Wed Oct  8 00:06:17 2003  Matthias Clasen  <maclas@gmx.de>
6372
6373         * demos/gtk-demo/ui_manager.c (activate_radio_action): New
6374         callback to propertly report radio actions.
6375
6376         * demos/gtk-demo/ui_manager.c (do_ui_manager): Use it here.
6377
6378 Tue Oct  7 23:23:05 2003  Matthias Clasen  <maclas@gmx.de>
6379
6380         * gtk/gtkplug.c (xembed_set_info): Put the supported protocol
6381         version in in the right field of the _XEMBED_INFO property.  
6382         (#123885, Denis Mikhalkin)
6383
6384 Mon Oct  6 14:18:47 2003  Jonathan Blandford  <jrb@redhat.com>
6385
6386         * gtk/gtkexpander.c (gtk_expander_animation_timeout): only show
6387         the child if we have one.
6388
6389         (gtk_expander_button_release): use
6390         gtk_widget_activate instead.
6391
6392 Mon Oct  6 21:05:46 2003  Matthias Clasen  <maclas@gmx.de>
6393
6394         * gtk/gtktable.c (gtk_table_class_init): Start the blurb for 
6395         "right_attach" with a capital.  (#123945, Christian Rose)
6396
6397 Sun Oct  5 23:59:03 2003  Matthias Clasen  <maclas@gmx.de>
6398
6399         * tests/testsocket.c (child_read_watch): Remove an
6400         extraneous unref.  (#122336, Frederic Crozat)
6401
6402 Sun Oct  5 22:38:22 2003  Matthias Clasen  <maclas@gmx.de>
6403
6404         * gtk/gtkeventbox.c (gtk_event_box_class_init): Trim 
6405         whitespace in "visible-window" blurb.  (#123910, Christian Rose)
6406
6407 Sun Oct  5 00:53:15 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6408
6409         * gtk/gtktoolbar.c (gtk_toolbar_list_children_in_focus_order):
6410         focus arrow before pack_end items (#123851, Matthias Clasen)
6411
6412 Fri Oct  3 20:50:48 2003  Kristian Rietveld  <kris@gtk.org>
6413
6414         * gtk/gtkcombobox.c (gtk_combo_box_set_model): only set the model
6415         on ->priv->cell_view if ->priv->cell_view is non-NULL.
6416
6417         * gtk/gtkcomboboxentry.c: include gtkintl.h, add text_renderer
6418         field to GtkComboBoxEntryPrivate,
6419         (gtk_combo_box_entry_class_init), (gtk_combo_box_entry_init),
6420         (gtk_combo_box_entry_set_property), (gtk_combo_box_entry_get_property),
6421         (gtk_combo_box_entry_set_text_column), (gtk_combo_box_entry_new): add
6422         a construct-only "text_column" property and reorder code to use it
6423         and support inheriting this widget.
6424
6425 Thu Oct  2 23:28:02 2003  Kristian Rietveld  <kris@gtk.org>
6426
6427         * gtk/gtkcombobox.c: Added API doc comments.
6428
6429         * gtk/gtkcomboboxentry.c: Ditto.
6430
6431 2003-10-02  Matthias Clasen  <maclas@gmx.de>
6432
6433         * gtk/gtktoggleaction.c: Documentation tweaks.
6434
6435 Wed Oct  1 22:43:40 2003  Kristian Rietveld  <kris@gtk.org>
6436
6437         * gtk/gtkcellview.[ch]: implement the GtkCellLayout interface, drop
6438         packing/attribute/cell data functions from the header,
6439         (gtk_cell_view_set_cell_data): added support for cell data funcs.
6440
6441         * gtk/gtkcombobox.[ch]: implement the GtkCellLayout interface, drop
6442         packing/attribute/cell data functions from the header, implemented
6443         cell data func support.
6444
6445         * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_new): updated
6446         for the move to GtkCellLayout.
6447
6448         * tests/testcombo.c (create_combo_box_grid_demo), (main): ditto.
6449
6450 2003-10-01  Matthias Clasen  <maclas@gmx.de>
6451
6452         * gtk/gtkaction.c (gtk_action_class_init): 
6453         (gtk_action_[gs]et_property): Introduce a separate
6454         "hide_if_empty" property for empty menu handling.
6455         (_gtk_action_sync_menu_visible): ...and use it here.
6456
6457         * tests/testmerge.c (main): ...and here.
6458
6459         * gtk/gtktoolitem.c (gtk_tool_item_class_init): Fix signal doc 
6460         comments to pacify gtk-doc.
6461
6462         * gtk/gtkmain.c: Doc formatting tweaks.
6463
6464         * gtk/gtktoolitem.c (gtk_tool_item_set_is_important): Fix a typo.
6465
6466         * gtk/gtkcheckmenuitem.h (gtk_check_menu_item_set_draw_as_radio): 
6467         Use the same parameter names as in .c file, to pacify gtk-doc.
6468
6469         * gtk/gtktoggletoolbutton.[hc]: 
6470         * gtk/gtktoolbutton.[hc]: 
6471         * gtk/gtktoolitem.[hc]:
6472         * gtk/gtktoolbar.[hc]: 
6473         * gtk/gtkcolorbutton.[hc]: 
6474         * gtk/gtkfontbutton.[hc]: 
6475         * gtk/gtkalignment.[hc]: Define GET_PRIVATE macros in the 
6476         source, not in the header.
6477
6478         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_[sg]et_draw_as_radio): 
6479         Document these as 2.4 API additions.
6480
6481 Tue Sep 30 23:42:56 2003  Kristian Rietveld  <kris@gtk.org>
6482
6483         * gtk/gtkentry.c (gtk_entry_set_completion),
6484         (gtk_entry_get_completion): Add API doc comments.
6485
6486         * gtk/gtkentrycompletion.c: Fix #includes and add API doc comments.
6487
6488 Tue Sep 30 23:12:34 2003  Kristian Rietveld  <kris@gtk.org>
6489
6490         * gtk/gtktreemodelfilter.c: Add "Since: 2.4" to all API doc comments.
6491
6492 Tue Sep 30 22:59:58 2003  Kristian Rietveld  <kris@gtk.org>
6493
6494         * gtk/gtktreeviewcolumn.c: Some API doc comment fixes.
6495
6496         * gtk/gtkcellayout.c: Fix #include and oooooh API doc comments!
6497
6498 2003-09-30  Matthias Clasen  <maclas@gmx.de>
6499
6500         * tests/merge-*.ui: 
6501         * tests/testmerge.c: Test handling of empty menus.
6502
6503         * gtk/gtkuimanager.c (_gtk_menu_is_empty): New function to determine
6504         whether a menu is empty. Used in gtkaction.c.
6505         (update_smart_separators): Also update the visibility of empty menus.
6506         (update_node): When creating a new menu proxy, insert an "Empty" menu 
6507         item which only gets shown if the menu is empty. 
6508
6509         * gtk/gtkaction.c (gtk_action_class_init): Document the meaning of
6510         "is_important" for menu proxies.
6511         (_gtk_action_sync_menu_visible): New function to sync the visibility
6512         of menu proxies. Used in gtkuimanager.c.
6513         (gtk_action_sync_visible): New function to sync the visibility of 
6514         proxies.
6515
6516 Tue Sep 30 21:43:34 2003  Kristian Rietveld  <kris@gtk.org>
6517
6518         * gtk/gtkcombobox.c (gtk_combo_box_menu_button_press): set
6519         popup_in_progress to TRUE,
6520         (gtk_combo_box_menu_show): and back to FALSE here; the menu now
6521         won't disappear on the first button release. (Reported by Matthias
6522         Clasen).
6523
6524 Tue Sep 30 21:08:43 2003  Kristian Rietveld  <kris@gtk.org>
6525
6526         * gtk/gtkcombobox.c (gtk_combo_box_init): actually show the child.
6527
6528         * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_init): ditto. (#123543,
6529         Marco Pesenti Gritti).
6530
6531 2003-09-30  Murray Cumming  <murrayc@usa.net>
6532  
6533         * gtk/gtkcellrenderer.h: The render vfunc takes a GdkDrawable*
6534         instead of a GdkWindow*, because that what it is given. The 
6535         documentation was already correct. This should cause no API/ABI
6536         breakage with C compilers.
6537         * gtk/gtkcellrenderertext.c, gtkcellrendererpixbuf.c, 
6538         gtkcellrenderertogger.c: Updated the declarations of the render vfunc
6539         implementation accordingly.
6540
6541 2003-09-30  Matthias Clasen  <maclas@gmx.de>
6542
6543         * gdk/gdkkeys.c (gdk_keymap_class_init): Document the
6544         "direction-changed" and "keys-changed" signals.
6545
6546         * gdk/gdkscreen.c (gdk_screen_class_init): Document the 
6547         "size-changed" signal.
6548
6549         * gdk/gdkdisplaymanager.c (gdk_display_manager_class_init): 
6550         Document the "display-opened" signal.
6551
6552         * gdk/gdkdisplay.c (gdk_display_close): Doc tweak.
6553         (gdk_display_class_init): Document the "closed" signal.
6554
6555 Sat Sep 27 16:02:40 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6556
6557         * gtk/gtktextview.[ch]: rename property tab_moves_focus to
6558         accepts_tab. (#122709 again).
6559
6560 2003-09-27  Matthias Clasen  <maclas@gmx.de>
6561
6562         * gtk/gtkwindow.c (gtk_window_new):
6563         * gtk/gtkitemfactory.c (gtk_item_factory_new): Document 
6564         the fact that the newly created object does not come with 
6565         a floating reference.  (#103068, patch by Frederic Lespez)
6566         
6567         * gtk/gtkitemfactory.h: Deprecate GtkItemFactory in favor 
6568         of GtkUIManager. Just leave GtkTranslateFunc undeprecated, 
6569         since GtkActionGroup uses it.
6570
6571         * tests/testtext.c: Turn off GTK_DISABLE_DEPRECATED, since
6572         this test uses the soon-to-be-deprecated GtkItemFactory.
6573
6574         * demos/gtk-demo/Makefile.am (demos): Add ui_manager.c,
6575         remove item_factory.c
6576
6577         * demos/gtk-demo/ui_manager.c: Duplicate of item_factory.c 
6578         using GtkUIManager instead of GtkItemFactory.
6579
6580         * tests/testmerge.c: Demonstrate the use of the 
6581         connect-proxy signal.
6582
6583         * gtk/gtkaction.c (connect_proxy): Add connect-proxy and 
6584         disconnect-proxy signals to do small customizations 
6585         like displaying tooltips in the statusbar without 
6586         custom actions.  (#122894, Philip Langdale)
6587
6588         * gtk/gtkuimanager.c (update_node): Don't leak tooltip.
6589
6590 Fri Sep 26 23:49:44 2003  Kristian Rietveld  <kris@gtk.org>
6591
6592         Landing the new ComboBox. Note that only gtkcombobox.h and
6593         gtkcomboboxentry.h are public.
6594
6595         * gtk/gtkcellview.[ch], gtk/gtkcellviewmenuitem.[ch],
6596         gtk/gtkcombobox.[ch], gtk/gtkcomboboxentry.[ch]: new files.
6597
6598         * gtk/Makefile.am, gtk/gtk.h: adding the new files.
6599
6600         * tests/testcombo.c: and a new test.
6601
6602         * tests/Makefile.am: adding the new test.
6603
6604 2003-09-25  Tor Lillqvist  <tml@iki.fi>
6605
6606         * demos/gtk-demo/main.c: Don't use hardcoded DEMOCODEDIR on Windows.
6607
6608 2003-09-21  Tor Lillqvist  <tml@iki.fi>
6609
6610         * gdk/win32/gdkevents-win32.c (handle_wm_paint): New
6611         function. Code split out from gdk_event_translate(). Needed
6612         because gdk_event_get_graphics_expose() couldn't do anything
6613         sensible otherwise. (Not that I think graphics exposes work anyway
6614         in gdk/win32, but at least now the code could work.)
6615
6616         (gdk_event_get_graphics_expose): Call handle_wm_paint() instead of
6617         gdk_event_translate(), which couldn't have worked as it doesn't
6618         take any pre-allocated GdkEvent parameter any longer.
6619         
6620         (gdk_event_translate): Handle WM_MOUSEACTIVATE: Don't let
6621         GDK_WINDOW_TEMP windows be activated. (#122578, John Ehresman)
6622
6623 2003-09-24  Matthias Clasen  <maclas@gmx.de>
6624
6625         * demos/gtk-demo/appwindow.c (do_appwindow): Demonstrate tooltips
6626         on toolitems.
6627
6628         * gtk/gtkaction.c (connect_proxy): Sync tooltips on toolitems.
6629
6630         * gtk/gtkuimanager.c (update_node): Don't complain about missing
6631         actions on popups. Re-set "tooltip" property on toolitems after
6632         adding them to parent to trigger proxy update.
6633
6634 2003-09-22  Matthias Clasen  <maclas@gmx.de>
6635
6636         * tests/testmerge.c (main): Initially activate the JUSTIFY_RIGHT
6637         group member to test the fix for #122904.
6638
6639         * gtk/gtkactiongroup.c (gtk_action_group_add_radio_actions_full): 
6640         Add the action to the group before activating it, otherwise we
6641         may end up with multiple active group members.  (#122904, Marco
6642         Pesenti Gritti)
6643
6644 2003-09-21  Matthias Clasen  <maclas@gmx.de>
6645
6646         Changes to make cross-process merging feasible:
6647         
6648         * gtk/gtkuimanager.[hc]: Add a readonly "ui" property which holds the
6649         merged UI definition. Remove the "changed" signal, since its role
6650         is now filled by "notify::ui". Instead add a "actions-changed" signal
6651         which gets emitted when the set of actions changes.
6652
6653         * gtk/gtktoggleactionprivate.h:
6654         * gtk/gtktoggleaction.[hc] (gtk_toggle_action_[sg]et_draw_as_radio):
6655         Add a "draw_as_radio" property to toggle actions so that they can be
6656         used as proxies for radio actions much like the "draw_as_radio" 
6657         property on check menu items enables them to operate as proxies for
6658         radio actions.
6659
6660         Prevent the "show_all" trap for action-based menus (see
6661         http://mail.gnome.org/archives/gtk-devel-list/2003-September/
6662         msg00260.html):
6663
6664         * gtk/gtkmenu.c (gtk_menu_{hide,show}_all): Remove g_return_if_fail()
6665         calls from static functions.
6666
6667         * gtk/gtkuimanager.c (update_node): 
6668         * gtk/gtkaction.c (connect_proxy): Set "no_show_all" on constructed
6669         widgets whose visibility is externally controlled.
6670
6671         * gtk/gtkwidget.[hc] (gtk_widget_[gs]et_no_show_all): Add a boolean 
6672         "no_show_all" property with setter and getter. When TRUE, it keeps
6673         gtk_widget_{hide,show}_all() from modifying the visibility of the 
6674         widget and its children.
6675
6676 Sun Sep 21 23:13:37 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6677
6678         * gtk/gtktextview.[ch]: Add new "tab moves focus" property (#122709)
6679
6680 2003-09-20  Tor Lillqvist  <tml@iki.fi>
6681
6682         * gtk-zip.sh.in: Don't use zip -r on the etc directory, to avoid
6683         including editor backup files. List files we want explicitly.
6684
6685         * gtk/gtkmain.c (_gtk_get_lc_ctype): New function. On Unix, just
6686         calls setlocale (LC_CTYPE, NULL). On Windows, looks for the
6687         LC_ALL, LC_CTYPE and LANG environment variables, than calls
6688         g_win32_getlocale().
6689
6690         (gtk_get_default_language): Code snippet moved to above function,
6691         call it.
6692
6693         * gtk/gtkimmulticontext.c (gtk_im_multicontext_get_slave)
6694         * gtk/gtkrc.c (gtk_rc_context_parse_file): Call
6695         _gtk_get_lc_ctype() instead of setlocale().
6696
6697 Fri Sep 19 18:15:31 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6698
6699         * gtk/gtkpaned.c, gtk/gtkhpaned.c: implement RTL flipping
6700         (#96632)
6701
6702 Fri Sep 19 13:24:54 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6703
6704         * gtk/gtktreeview.c (gtk_tree_view_get_cursor): Improve
6705         documentation. (#117306, Steve Chaplin)
6706
6707 2003-09-19  Tor Lillqvist  <tml@iki.fi>
6708
6709         * gdk/win32/gdkkeys-win32.c (update_keymap): Handle dead keysyms
6710         present on the US-International keyboard. For clarity, order
6711         keysyms in case statement according to numeric value.
6712
6713         (gdk_keymap_translate_keyboard_state): Handle Caps Lock
6714         correctly. (#120176, Ken Rastatter and Owen Taylor)
6715
6716 2003-09-18  Matthias Clasen  <maclas@gmx.de>
6717
6718         * gtk/gtkaction.c (gtk_action_finalize): Call g_closure_unref() to
6719         unref a closure, not g_object_unref().  (#122637, Marco Pesenti Gritti)
6720
6721         Install accelerators on actions, not on proxies, support
6722         accelerator-only actions:
6723         
6724         * gtk/gtkmenu.c (get_accel_path): New function to get the accel path
6725         and its lock status either via _gtk_widget_get_accel_path() or by 
6726         looking at the accel_path stored in the menu item itself and determining
6727         its lock status by peeking into the contained accel label. This was
6728         already (accidentally) committed a week ago.
6729
6730         * gtk/gtkaction.h (gtk_action_set_accel_group):
6731         (gtk_action_[dis]connect_accelerator): New functions.
6732
6733         * gtk/gtkaction.c (struct _GtkActionPrivate): Add accel_group,
6734         accel_closure and accel_count. We must have a reference to the 
6735         accel_group, since we need it in connect_proxy. The count is necessary
6736         to ensure that the accelerator isn't removed before the last proxy 
6737         requesting it has been unmerged.
6738         (connect_proxy): Connect the accelerator to the 
6739         action now, only set the accel_path on the menuitem.
6740         (remove_proxy): Disconnect the accelerator from the action, not from
6741         the menuitem.
6742         (gtk_action_set_accel_group): Set the accel group. 
6743         (gtk_action_[dis]connect_accelerator): Count the number of times
6744         this functions have been called and install/remove the accelerator if
6745         the count leaves/reaches zero.
6746
6747         * gtk/gtkuimanager.h (GtkUIManagerItemType): Add 
6748         GTK_UI_MANAGER_ACCELERATOR.
6749
6750         * gtk/gtkuimanager.c (NodeType): Add NODE_TYPE_ACCELERATOR.
6751         (start_element_handler): Create NODE_TYPE_ACCELERATOR nodes from
6752         <accelerator> elements.
6753         (gtk_ui_manager_add_ui): Create NODE_TYPE_ACCELERATOR nodes when
6754         type is GTK_UI_MANAGER_ACCELERATOR.
6755         (update_node): Set the accel group on actions before creating their
6756         proxies. Don't set the accel group on created menus. For 
6757         NODE_TYPE_ACCELERATOR nodes, [dis]connect the actions' accelerator.
6758         (print_node): Also emit <accelerator> elements.
6759
6760         * tests/testmerge.c (dump_accels): Add a "Dump Accels" button. 
6761
6762         * gtk/gtkuimanager.c (update_node): Robustness improvements.
6763
6764 2003-09-17  Matthias Clasen  <maclas@gmx.de>
6765
6766         * gtk/gtkuimanager.c (text_handler): Report unexpected character
6767         data as error from the GMarkup parser, otherwise things like
6768         gtk_ui_manager_add_ui_from_string (ui, "Hi there!", -1, &error) 
6769         pass unexpectedly.
6770
6771 Wed Sep 17 02:38:53 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6772
6773         * gtk/gtktoolbar.c (gtk_toolbar_class_init): revert accidentally
6774         committed redraw_on_allocate change.
6775
6776 Tue Sep 16 10:42:00 2003  Eric Warmenhoven  <eric@warmenhoven.org>
6777
6778         * gdk/linux-fb/gdkwindow-fb.c: Add gdk_window_set_keep_{above,below}
6779         stubs to fix compilation
6780
6781         * gdk/linux-fb/gdkrender-fb.c: Add gdk_shadow_fb_stop_updates stub for
6782         when shadowfb is disabled. Patch from pjm@cctechnol.com (#120847).
6783
6784         * gdk/linux-fb/gdkmouse-fb.c: Add GDK_MOUSE_DEVICE environment
6785         variable. Patch from Marc Welz (#121347).
6786
6787 2003-09-16  Matthias Clasen  <maclas@gmx.de>
6788
6789         * gtk/gtkaction.h: Apply egtk-format-protos.
6790
6791 2003-09-15  Matthias Clasen  <maclas@gmx.de>
6792
6793         * gtk/gtkuimanager.c: Doc tweaks.
6794
6795         Smart separators; see 
6796         http://mail.gnome.org/archives/gtk-devel-list/2003-September/msg00133.html:
6797         
6798         * gtk/gtkuimanager.c (update_smart_separators): New function which 
6799         implements "smart" separators by iterating once over the entries of a 
6800         menu, hiding and showing separators as necessary.
6801         (update_node): Mark separators used as fences of placeholders as
6802         hidden. Explicitly added separators are marked as smart. Call 
6803         update_smart_separators after updating a menu or toolbar node. 
6804         Connect update_smart_separators to "notify::visible" signal on menu
6805         and tool items.
6806         
6807         * tests/merge-[12].ui: Test smart separators.
6808
6809         Changes to allow setting action state before connecting signal; see
6810         the thread starting at 
6811         http://mail.gnome.org/archives/gtk-devel-list/2003-September/msg00140.html:
6812         
6813         * gtk/gtkactiongroup.[hc]: (gtk_action_group_add_radio_actions):
6814         (gtk_action_group_add_radio_actions_full): Add value parameter to allow
6815         setting the currently selected group member before connecting signals.
6816         (GtkToggleActionEntry): Separate struct for constructing toggle actions,
6817         including a boolean to initialize the action state before connecting
6818         signals.
6819         (gtk_action_group_add_toggle_actions):
6820         (gtk_action_group_add_toggle_actions_full): New functions to construct
6821         toggle actions from an array of GtkToggleActionEntries.
6822
6823         * demos/gtk-demo/appwindow.c: 
6824         * tests/testactions.c: 
6825         * tests/testmerge.c: Adjust to new action group API.
6826
6827 Sun Sep 14 16:59:52 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6828
6829         * gtk/gtktoolbar.c (gtk_toolbar_init): Name the arrow 
6830         "gtk-toolbar-arrow" so themes can special-case it.
6831
6832 Sun Sep 14 16:07:49 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6833
6834         * gtk/Makefile.am (gtk_c_sources): sort the list of files.
6835
6836 Sun Sep 14 15:49:00 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6837
6838         * gtk/gtktoolbar.c (toolbar_item_is_homogeneous): Unref the
6839         PangoFontMetrics. Patch from Steve Chaplin (#122257).
6840
6841 2003-09-14  Tor Lillqvist  <tml@iki.fi>
6842
6843         * gdk/win32/gdkwindow-win32.c (show_window_internal): Remove
6844         special-case code for WS_EX_TRANSPARENT (GDK_INPUT_ONLY) windows,
6845         the usefulness of which was already in doubt. Removing it fixes
6846         bugs #118575 and #121851.
6847
6848 Fri Sep 12 16:32:53 2003  Jonathan Blandford  <jrb@redhat.com>
6849
6850         Merge from stable.
6851
6852         * gtk/gtktreeview.c (gtk_tree_view_button_press): only save the
6853         pressed button (used to determine if we want to initiate a drag later
6854         on) if the current grab widget is either NULL or tree_view (Reported
6855         by Jeroen Zwartepoorte).
6856
6857 2003-09-12  Matthias Clasen  <maclas@gmx.de>
6858
6859         * gdk/gdkdraw.c (gdk_draw_string, gdk_draw_text) 
6860         (gdk_draw_text_wc): Add deprecation notes.  (#121955, Martin Pool)
6861
6862 2003-09-11  Matthias Clasen  <maclas@gmx.de>
6863
6864         * gdk/gdkpango.c: Doc tweaks.
6865
6866         * tests/testgtk.c: Add table menu tests.
6867
6868         * gtk/gtkmenu.c (gtk_menu_free_private): Don't forget to free the 
6869         GtkMenuPrivate struct itself. Pointed out by valgrind.
6870
6871         * gtk/gtkuimanager.c (gtk_ui_manager_finalize): Clean up 
6872         properly.  (#121998)
6873
6874 Wed Sep 10 22:25:04 2003  Kristian Rietveld  <kris@gtk.org>
6875
6876         The table menu patch! Turns GtkMenu into a table, so you can attach
6877         menu items in numerous new ways! Be creative!
6878
6879         Contains some bug fixes and RTL adaptions from Matthias Clasen.
6880
6881         * gtk/gtkmenu.c [toplevel]: introduce ATTACH_INFO_KEY, extend
6882         GtkMenuPrivate, introduce AttachInfo, add child properties enum,
6883         (gtk_menu_free_private), (gtk_menu_get_private): we have to free
6884         the heights array in the private struct,
6885         (gtk_menu_class_init): reorder code a bit, install child properties,
6886         (get_attach_info), (get_child_attach): new utility functions,
6887         (gtk_menu_set_child_property), (gtk_menu_get_child_property): introduce
6888         child properties, for the attach info,
6889         (gtk_menu_remove): remove AttachInfo from menu item,
6890         (gtk_menu_real_insert): implemented algorithm to automagically place
6891         inserted menu items at the correct place in the table,
6892         (gtk_menu_size_request), (gtk_menu_size_allocate),
6893         (compute_child_offset): reworked/rewritten to support table menus,
6894         (gtk_menu_attach): new function,
6895         (find_child_containing), (gtk_menu_move_current): new functions to
6896         get table menu keynav right.
6897
6898         * gtk/gtkmenu.h: add gtk_menu_attach() prototype.
6899
6900 2003-09-10  Matthias Clasen  <maclas@gmx.de>
6901
6902         * gtk/gtksocket.c (gtk_socket_filter_func): Only remove 
6903         PropertyNotify events from the stream if they have been handled,
6904         in order to enable extending the plug<->socket communication via
6905         properties.
6906
6907 Wed Sep 10 01:06:44 2003  Kristian Rietveld  <kris@gtk.org>
6908
6909         Big TreeView DnD fixage, makes drops on empty models work, makes
6910         TreeStore DnD work and gets rid of gtk-tree-model-drop-append.
6911         Related bugs #95362 and #113314. I don't want to touch this code
6912         ever again.
6913
6914         * gtk/gtktreeprivate.h (GtkTreePrivate): add empty_view_drop field.
6915
6916         * gtk/gtktreednd.c (gtk_tree_get_row_drag_data): add check
6917         for selection_data->length.
6918
6919         * gtk/gtktreeview.c (struct DestRow), (dest_row_free),
6920         (set_dest_row), (get_dest_row): we don't store just the row ref
6921         anymore, but a struct with the row ref and additional info,
6922         (set_destination_row): handle drops on empty space and some
6923         style fixes,
6924         (get_logical_dest_row): also return path_down_mode/drop_append_mode
6925         flags, handle dropping childs on their new parents, rewrite
6926         drop append handling into something saner,
6927         (gtk_tree_view_drag_motion): show a "drop possible arrow" on empty
6928         spaces,
6929         (gtk_tree_view_drag_drop): updates for updated backend,
6930         (gtk_tree_view_drag_data_received): updates for updated backend,
6931         path down mode (treestore DnD) handling,
6932         (gtk_tree_view_set_drag_dest_row): set empty_view_drop flag,
6933         when we are trying to drop a row on an empty model,
6934         (gtk_tree_view_get_drag_dest_row): handle empty_view_drop flag.
6935
6936         * gtk/gtkliststore.c (gtk_list_store_drag_data_received),
6937         (gtk_list_store_row_drop_possible): style and drop-append fixes.
6938
6939         * gtk/gtktreestore.c (gtk_tree_store_drag_data_received): ditto.
6940
6941 2003-09-08  Alexander Larsson  <alexl@redhat.com>
6942
6943         * gtk/gtkeventbox.[hc]:
6944         Implement gtk_event_box_get/set_input_only()
6945         
6946         * tests/testgtk.c:
6947         Tests for the new input only event boxes
6948
6949 Mon Sep  8 21:44:20 2003  Kristian Rietveld  <kris@gtk.org>
6950
6951         Fixes from David Hampton <hampton@employees.org> via gtk-devel-list.
6952
6953         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_elt_get_path): fix
6954         the call to gtk_tree_model_filter_add_root,
6955         (gtk_tree_model_filter_row_changed): bail out if c_path is not above
6956         the virtual root, allow building levels on the second try to convert
6957         the child path to a filter path,
6958         (gtk_tree_model_filter_convert_iter_to_child_iter): pass the virtual
6959         root when calling gtk_tree_model_filter_elt_get_path.
6960
6961 2003-09-07  Matthias Clasen  <maclas@gmx.de>
6962
6963         * gtk/gtkuimanager.c (update_node): Fix a C99ism.  (#121640,
6964         Josh Beam)
6965
6966         Fixes for accelerator handling during (un)merging:
6967         
6968         * gtk/gtkuimanager.c (update_node): Move setting info-action
6969         after the switch, since the old action is needed in some cases.
6970         In cases of proxy type mismatch, disconnect the old proxy from
6971         the old action.
6972
6973         * gtk/gtkaction.c (remove_proxy): Renamed from 
6974         gtk_action_remove_proxy(). Move unsetting of the accelerator
6975         here from disconnect_proxy() in order to catch all cases of 
6976         removing a proxy.
6977         (gtk_action_disconnect_proxy): Fix logic in g_return_if_fail()
6978         to fail if proxy isn't a proxy of action.
6979
6980 2003-09-07  Pablo Saratxaga  <pablo@mandrakesoft.com>
6981
6982         * configure.in: Added Uzbek latin (uz) and cyrillic (uz@Cyrl) to
6983         ALL_LINGUAS
6984
6985 2003-09-07  Matthias Clasen  <maclas@gmx.de>
6986
6987         * gtk/gtkaction.c (disconnect_proxy): Make disconnect work
6988         for toolitems.
6989
6990 2003-09-06  Matthias Clasen  <maclas@gmx.de>
6991
6992         * gtk/gtkaction.c (gtk_action_connect_proxy): Disconnect from 
6993         prev_action, not from action.  (Fix by David Hampton)
6994
6995 Fri Sep  5 14:15:10 2003  Owen Taylor  <otaylor@redhat.com>
6996  
6997         * Back out locale-dependent interpretation of
6998         KP_Decimal, the official XFree86 interpretation
6999         is that KP_Decimal => . KP_Separator => ,
7000         always, independent of locale. 
7001         (#105161, Frederic Crozat, 
7002         http://bugs.xfree86.org/show_bug.cgi?id=534)
7003  
7004 2003-09-04  Matthias Clasen  <maclas@gmx.de>
7005
7006         * tests/testmerge.c: Test buttons and toggle buttons as proxies.
7007
7008         * gtk/gtktoggleaction.c (connect_proxy): 
7009         (gtk_toggle_action_real_toggled): Support toggle buttons as proxies. Note 
7010         that a "draw_as_radio" property is needed for check buttons similar to 
7011         check menu items, in order to fully support button proxies for radio actions.
7012
7013         * gtk/gtkaction.c (connect_proxy): Allow buttons as proxies.
7014
7015         * tests/testmerge.c (toggle_dynamic): Test gtk_ui_manager_add_ui(). 
7016
7017         * gtk/gtkuimanager.h: Add GtkUIManagerItemType enum which is needed for the
7018         'type' argument of gtk_ui_manager_add_ui().
7019
7020         * gtk/gtkuimanager.[hc] (gtk_ui_manager_add_ui): Add 'type' and 'top' arguments
7021         to make this function as powerful as the XML methods of adding UI.  (#120647)
7022
7023 Thu Sep  4 19:11:23 2003  Kristian Rietveld  <kris@gtk.org>
7024
7025         Merge from stable.
7026
7027         * docs/RELEASE-HOWTO: updates.
7028
7029 2003-09-04  Matthias Clasen  <maclas@gmx.de>
7030
7031         * tests/merge-2.ui: Use "position" instead of "pos".
7032
7033         * gtk/gtkuimanager.c (start_element_handler): No need 
7034         to be terse: Change the name of the "pos" attribute
7035         to "position".
7036
7037 2003-09-04  Matthias Clasen  <maclas@gmx.de>
7038
7039         * gtk/gtkuimanager.c: Un-prefix GtkUIManagerNodeType and 
7040         GtkUIManagerNode to shorten the names and to make the
7041         GTK_UI_MANAGER_<TYPE> names available for a public enum.
7042
7043         * gtk/gtkactiongroup.c:
7044         * gtk/gtkuimanager.c: Various doc tweaks.       
7045
7046         * gtk/gtkuimanager.c (start_element_handler):
7047         (end_element_handler): Improve error reporting. 
7048
7049 Wed Sep  3 23:18:17 2003  Kristian Rietveld  <kris@gtk.org>
7050
7051         Merge from stable.
7052
7053         * gtk/gtkmenu.c (gtk_menu_real_move_scroll): for the END case,
7054         use end_position - page_size instead of G_MAXINT, since
7055         gtk_menu_scroll_to doesn't CLAMP anymore internally. (Fixes #121237,
7056         reported by Havoc Pennington).
7057
7058 Wed Sep  3 21:58:03 2003  Kristian Rietveld  <kris@gtk.org>
7059
7060         Merge from stable.
7061
7062         * gtk/gtkiconfactory.c (cached_icon_free): if icon->style != NULL,
7063         unref it. (Fixes memleak, patch from Kjartan Maraas).
7064
7065 Wed Sep  3 21:38:26 2003  Kristian Rietveld  <kris@gtk.org>
7066
7067         * gdk/Makefile.am, gdk/linux-fb/gdkfbmanager.c, gdk/x11/gdkcolor-x11.c,
7068         gdk-pixbuf/io-gif.c, gtk/Makefile.am, gtk/gtkcalendar.c,
7069         gtk/gtkclist.c, gtk/gtkctree.c, gtk/gtkdnd.c, gtk/gtkentry.c,
7070         gtk/gtkhandlebox.c, gtk/gtkitemfactory.c, gtk/gtkmenu.c,
7071         gtk/gtknotebook.c, gtk/gtkrange.c, gtk/gtkrc.h, gtk/gtktree.c,
7072         gtk/gtktypeutils.h: big patch from Kjartan Maraas
7073         to fix numerous typos.
7074
7075 Wed Sep  3 17:38:01 BST 2003  Tony Gale <gale@gtk.org>
7076
7077         * docs/faq/gtk-faq.sgml: Correct compile line for threads example.
7078
7079 2003-09-02  Tor Lillqvist  <tml@iki.fi>
7080
7081         * gdk/win32/gdkdisplay-win32.c (gdk_display_open): Don't call
7082         CloseHandle() on the HMODULE returned from GetModuleHandle().
7083         Didn't cause any harm, but didn't do anything useful either. When
7084         running a GTK+ program under MS's debugger, the CloseHandle() call
7085         would cause a "first-chance exception" in ntdll.dll to show up.
7086         (The exception is caught appropriately if you let it proceed, but
7087         it confuses the person using the debugger). Thanks to Bruce
7088         Hochstetler for noticing.
7089
7090 Tue Sep  2 21:01:19 2003  Kristian Rietveld  <kris@gtk.org>
7091
7092         Merge from stable.
7093
7094         * gtk/gtktreeview.c (gtk_tree_view_button_press): revert the change
7095         to only select when button 1 is pressed introduced in the fix of
7096         bug #120187.
7097
7098 2003-09-02  Matthias Clasen  <maclas@gmx.de>
7099
7100         * gtk/gtkactiongroup.c (gtk_action_group_new): Doc addition.
7101
7102         * gtk/gtkuimanager.c: Shorten the names of some static 
7103         functions.
7104
7105         Support adding and removing merge nodes dynamically (#120647, 
7106         Anders Carlsson):
7107         
7108         * gtk/gtkuimanager.[ch] (gtk_ui_manager_new_merge_id): Renamed 
7109         gtk_ui_manager_next_merge_id to gtk_ui_manager_new_merge_id 
7110         and made it public.
7111         (gtk_ui_manager_add_ui): New function to add UI elements
7112         without juggling XML fragments, currently restricted to menuitems,
7113         toolitems and separators. Actions still come from registered 
7114         action groups.
7115
7116 Mon Sep  1 19:39:14 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
7117
7118         * gdk/gdkwindow.c (gdk_window_get_bg_gc): Fix bug where the
7119         background pixmap was being offset twice, once by the ts_origin in
7120         gdk_window_get_bg_gc(), and once by gdk_draw_rectangle().
7121
7122 2003-09-01  Matthias Clasen  <maclas@gmx.de>
7123
7124         * gtk/gtkuimanager.[ch] (gtk_ui_manager_ensure_update): Make
7125         this public again, since it's occasionally useful.  (#121128,
7126         Marco Pesenti Gritti)
7127
7128         * gtk/gtkaction.c: Add an "is_important" property and propagate
7129         it to toolitem proxies.  (#121058, Marco Pesenti Gritti)
7130
7131 Mon Sep  1 00:32:30 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
7132
7133         * tests/testtoolbar.c (main): connect to "delete_event" so the
7134         application will actually quit when you close the window
7135
7136 2003-09-01  Matthias Clasen  <maclas@gmx.de>
7137
7138         * gtk/gtkuimanager.c (gtk_ui_manager_get_widget) 
7139         (gtk_ui_manager_get_action): g_return_if_fail() if
7140         path is NULL.
7141         (gtk_ui_manager_get_node): Avoid a segfault if path is empty.
7142         (gtk_ui_manager_finalize): Remove the idle on finalize. (#121125, 
7143         Marco Pesenti Gritti)
7144
7145 2003-08-31  Matthias Clasen  <maclas@gmx.de>
7146
7147         * gtk/gtktoolitem.c: Fix some typos in docs.
7148
7149         * gtk/gtkuimanager.[ch] (gtk_ui_manager_get_action): New function,
7150         replaces gtk_ui_manager_activate().  (#120658)
7151
7152         * tests/testmerge.c: Use gtk_ui_manager_get_action() instead of
7153         gtk_ui_manager_activate().
7154
7155         * gtk/gtkaction.c: 
7156         * gtk/gtkactiongroup.c: Some doc tweaks.
7157
7158         * gtk/gtkuimanager.[hc]: Get rid of the remove_widget signal. It
7159         wasn't emitted anyway. Some doc tweaks.
7160
7161 2003-08-30  Matthias Clasen  <maclas@gmx.de>
7162
7163         * tests/testmerge.c (add_widget): Connect to "destroy" on toolbar,
7164         rather than to "remove" on handlebox. 
7165
7166         * gtk/gtkuimanager.[hc] (gtk_ui_manager_activate): New method to
7167         activate an action found by following a path.  (#120658)
7168
7169         * tests/testmerge.c: Add a button to test gtk_ui_manager_activate().
7170
7171         * tests/testmerge.c (add_widget): Put toolbars in handleboxes.
7172
7173         * gtk/gtkuimanager.[hc]: Add a boolean property, "add_tearoffs" with 
7174         setter and getter. If it is set, add tearoff menu items to regular 
7175         menus, but not to popups. Add a signal "changed", which gets emitted
7176         when the merged ui has changed.  (#120649, #120656)
7177
7178         * tests/testmerge.c: Add button to test the generation of tearoff 
7179         menu items.
7180
7181 2003-08-29  Matthias Clasen  <maclas@gmx.de>
7182
7183         * gtk/gtkactiongroup.c (gtk_action_group_add_radio_actions_full): 
7184         Actually group the actions together rather than putting each in its 
7185         own group.
7186
7187         * gtk/gtkradioaction.c (create_menu_item): Set "draw_as_radio" on 
7188         proxy menu items for radio actions.
7189
7190         * gtk/gtkgamma.c (gamma_ok_callback): Use g_strtod instead of strtod.
7191
7192 Fri Aug 29 21:40:01 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
7193
7194         * gtk/gtkactiongroup.c (gtk_action_group_add_radio_actions_full):
7195         Fix use of uninitialized variable.
7196
7197         * gtk/gtktextutil.c
7198         (_gtk_text_util_append_special_char_menuitems): add const cast to
7199         get rid of warning
7200
7201 2003-08-29  Matthias Clasen  <maclas@gmx.de>
7202
7203         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_class_init): Install 
7204         "draw_as_radio" as a separate property, not as an alias of 
7205         "inconsistent".
7206         (gtk_check_menu_item_get_property): 
7207         (gtk_check_menu_item_set_property): Also support "draw_as_radio".
7208
7209 Fri Aug 29 20:32:07 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
7210
7211         * gtk/gtktoolbar.c: Only treat buttons as homogeneous when they
7212         are narrower than 13 time the estimated character width of the
7213         font. (#107781, David Bordoley)
7214
7215         * gtk/gtktoggletoolbutton.c (gtk_toggle_tool_button_init): Check
7216         here if the GtkToggleButton is active. This may be the case if it
7217         is a radio button.
7218
7219         * gtk/gtktoolbar.c: Clarify documentation wrt. GtkSignalFunc
7220         vs. void (*) (GtkWidget, gpointer). (#107495, Mariano
7221         Suarez-Alvarez).
7222
7223         * gtk/gtkcheckmenuitem.[ch]: new "draw_as_radio"
7224         property. (#111207, David Bordoley).
7225
7226         * gtk/gtktoggletoolbutton.c
7227         (gtk_toggle_tool_button_create_menu_proxy): use new
7228         "draw_as_radio" property on the menu item when the item is a radio
7229         tool button
7230
7231         * gtk/gtktoolbutton.c (gtk_tool_button_create_menu_proxy): Fixes
7232         to only pay attention to the "use_underline" property when the
7233         button label comes from the "label" property.
7234
7235 2003-08-29  Laurent Dhima  <laurenti@alblinux.net>
7236
7237         * configure.in: Added "sq" to ALL_LINGUAS.
7238         
7239 2003-08-28  Matthias Clasen  <maclas@gmx.de>
7240
7241         * gdk/x11/gdkkeys-x11.c (gdk_keymap_translate_keyboard_state): Markup
7242         fix in the docs.
7243
7244         * gtk/gtkuimanager.c: Change the XML format:
7245         <Root> element is replaced by <ui>,
7246         <menu> element is replaced by <menubar>,
7247         <submenu> element is replaced by <menu>,
7248         <dockitem> element is replaced by <toolbar>,
7249         <popups> element is gone,
7250         verb attribute is replaced by action,
7251         name defaults to action or the element name. 
7252
7253         * gtk/gtkactiongroup.[hc]: Replace GtkActionGroupEntry by 
7254         GtkActionEntry and GtkRadioActionEntry. GtkActionEntry is simplified 
7255         by removing the user_data, entry_type and extra_data fields, 
7256         GtkRadioActionEntry is further simplified by removing the callback. 
7257         The user_data can now be specified as an argument to 
7258         gtk_action_group_add_actions(). There is a new method 
7259         gtk_action_group_add_radio_actions(), which is similar to 
7260         gtk_action_group_add_actions(), but takes GtkRadioActionEntrys
7261         and a callback parameter in addition to the user_data. The callback
7262         is connected to the ::changed signal of the first group member.
7263         There are _full() variants taking a GDestroyNotify of 
7264         gtk_action_group_add_[radio_]actions().
7265
7266         * gtk/gtkradioaction.[hc]: Add a ::changed signal which gets emitted 
7267         on every member of the radio group when the active member is changed. 
7268         Add an integer property "value", and a getter for the value of "value"
7269         on the currently active group member. 
7270
7271         * tests/testactions.c: 
7272         * tests/testmerge.c: 
7273         * tests/merge-[123].ui:  
7274         * demos/gtk-demo/appwindow.c: Adjust to these changes.
7275
7276         * gtk/gtktoolbar.c (gtk_toolbar_append_element): Trivial doc fix.
7277
7278 2003-08-27  Anders Carlsson  <andersca@gnome.org>
7279
7280         * demos/gtk-demo/appwindow.c (do_appwindow): Focus the
7281         text view, so the tool bar won't have focus.
7282
7283 Tue Aug 26 09:57:38 2003  Owen Taylor  <otaylor@redhat.com>
7284
7285         * gdk/x11/gdkkeys-x11.c (update_keymaps): Fix variable
7286         declaration not at start of block. (#120371, Damien Carbery)
7287
7288 2003-08-26  Matthias Clasen  <maclas@gmx.de>
7289
7290         * gtk/gtkuimanager.[hc] (gtk_ui_manager_add_ui_from_string): Use gssize 
7291         for length, not gsize.
7292
7293         * gtk/gtkuimanager.c: Refactor the XML format a bit: rename <Root> to 
7294         <ui> and make it optional in strings. Rename verb to action, <dockitem> 
7295         to <toolbar>, <menu> to <menubar>, <submenu> to <menu>.
7296
7297         * demos/gtk-demo/appwindow.c: 
7298         * tests/testactions.c: 
7299         * tests/testmerge.c:
7300         * tests/merge-1.ui:
7301         * tests/merge-2.ui:
7302         * tests/merge-3.ui: Adjust to the new XML format.
7303
7304 Mon Aug 25 19:55:55 2003  Owen Taylor  <otaylor@redhat.com>
7305
7306         * gtk/gtktextview.c (gtk_text_view_update_layout_width): 
7307         Since we add one to the layout's reported width to
7308         account for the cursor, we need to subtract one when
7309         setting the wrap width for the layout. (Fixes infinite
7310         loop (#120325, Frederic Crozat)
7311
7312         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): 
7313         Be a bit more careful about rounding when converting
7314         wrapped width from Pango units to pixels.
7315
7316 2003-08-26  Matthias Clasen  <maclas@gmx.de>
7317
7318         Rename GtkMenuMerge to GtkUIManager. 
7319         
7320         * gtk/gtkuimanager.[hc]: New files. 
7321         * gtk/gtkmenumerge.[hc]: Removed. 
7322
7323         * gtk/Makefile.am: 
7324         * gtk/gtk.h:
7325         * tests/testmerge.c: 
7326         * tests/testactions.c: 
7327         * demos/gtk-demo/appwindow.c: Replace all uses of GtkMenuMerge by 
7328         GtkUIManager.
7329
7330         * demos/gtk-demo/appwindow.c: Make GtkMenuMerge demo less intimidating: 
7331         add comments to entries array, remove newlines from ui definition. Don't 
7332         use the ::add_widget signal.
7333
7334 Mon Aug 25 17:28:04 2003  Owen Taylor  <otaylor@redhat.com>
7335
7336         * gtk/gtknotebook.c (gtk_notebook_forall): Don't
7337         include page->menu_label - causes various problems,
7338         including #12047.
7339
7340 Mon Aug 25 23:21:43 2003  Kristian Rietveld  <kris@gtk.org>
7341
7342         Merge from stable.
7343
7344         Fixes #115871, reported by Michael Natterer.
7345
7346         * gtk/gtktreeprivate.h: added GtkTreeSelectMode enum,
7347         added ctrl_pressed and shift_pressed bitfields,
7348         (_gtk_tree_selection_internal_select_node): replace GdkModifierType
7349         arg with GtkTreeSelectMode.
7350
7351         * gtk/gtktreeselection.c (gtk_tree_selection_set_mode),
7352         (gtk_tree_selection_select_path), (gtk_tree_selection_unselect_path),
7353         (_gtk_tree_selection_internal_select_node): all updated for
7354         GdkModifierType -> GtkTreeSelectMode move.
7355
7356         * gtk/gtktreeview.c (gtk_tree_view_button_press): set ctrl_pressed
7357         and shift_pressed around selection handling block,
7358         (gtk_tree_view_real_select_cursor_row),
7359         (gtk_tree_view_real_toggle_cursor_row),
7360         (gtk_tree_view_real_selection_cursor_parent),
7361         (gtk_tree_view_real_set_cursor): use ctrl_pressed and shift_pressed,
7362         instead of checking the event state. And also updates for the
7363         GdkModifierType -> GtkTreeSelectMode move.
7364
7365 Wed Aug 20 21:26:49 2003  Owen Taylor  <otaylor@redhat.com>
7366
7367         * gtk/gtkplug.c (gtk_plug_focus): Send the focus on
7368         to the parent when there was no focus widget before
7369         and no focus widget after - that is, when there are
7370         no focusable widgets. (#108678, help tracking it
7371         down from Padraig O'Briain, Federico Mena Quintero, )
7372
7373         * gtk/gtkxembed.[ch]: Move various shared utilities
7374         for the XEMBED protocol eused by GtkPlug and GtkSocket 
7375         here.
7376
7377         * gtk/gtkxembed.[ch] gtkplug.c gtksocket.c: Implement
7378         a flag bit that is sent with focus mesages to indicate
7379         that the focus has wrapped around on the toplevel;
7380         use this bit to catch infinite loops when there is no
7381         focusable widget at ll in the entire toplevel.
7382
7383         * tests/testsocket.c (child_read_watch): Remove an
7384         extraneous unref.
7385
7386         * gtk/gtkplug.c gtk/gtksocket.c gtk/gtkxembed.h: 
7387         Up XEMBED protocol version to 1, add logic for 
7388         sending the right version in XEMBED_EMBEDDED_NOTIFY.
7389
7390         * gtk/gtksocket.c (gtk_socket_add_window): Send
7391         the embedder window in the XEMBED_EMBEDDED_NOTIFY
7392         as the spec requires.
7393
7394 Mon Aug 25 16:15:41 2003  Owen Taylor  <otaylor@redhat.com>
7395
7396         * gdk/x11/gdkkeys-x11.c: Fix up CapsLock and 
7397         NumLock handling for non-XKB. Add a special case
7398         hack for NumLock on Sun servers. (Patch from
7399         Robert Basch, #115819)
7400
7401 2003-08-25  Matthias Clasen  <maclas@gmx.de>
7402
7403         * gtk/gtkactiongroup.c (gtk_action_group_add_actions): Remove C99isms. (Morten 
7404         Welinder)
7405
7406         * gtk/gtkactiongroup.[hc] (gtk_action_group_set_translate_func,
7407         gtk_action_group_set_translation_domain): Hooks for translation of
7408         label and tooltip in GtkActionGroupEntries.  (#120620)
7409
7410 2003-08-25  Matthias Clasen  <maclas@gmx.de>
7411
7412         * gtk/gtkactiongroup.h (GtkActionGroupEntryType): Namespace the enum
7413         values properly. Sorry about the resize grip trouble, Owen.  (#120621)
7414         
7415         * gtk/gtkactiongroup.c: 
7416         * demos/gtk-demo/appwindow.c: 
7417         * tests/testmerge.c: 
7418         * tests/testactions.c: Use new GtkActionGroupEntryType enum.  
7419
7420 Sun Aug 24 17:14:44 2003  Owen Taylor  <otaylor@redhat.com>
7421
7422         * gtk/gtk.h: Remove reference to gtkresizegrip.h.
7423
7424 Sun Aug 24 17:03:44 2003  Owen Taylor  <otaylor@redhat.com>
7425
7426         * gtk/Makefile.am: Fix accidental commit of references
7427         to gtkresizegrip.[ch]
7428
7429 Sun Aug 24 17:00:03 2003  Owen Taylor  <otaylor@redhat.com>
7430
7431         * gtk/gtkrc.c: Fix some missing initializations of
7432         rc_file->directory.
7433
7434 2003-08-24  Matthias Clasen  <maclas@gmx.de>
7435
7436         * gtk/gtkaction.[ch]: 
7437         * gtk/gtktoggleaction.[ch]: 
7438         * gtk/gtktoggleactionprivate.h: 
7439         * gtk/gtkradioaction.[ch]: 
7440         * gtk/gtkactiongroup.[ch]: 
7441         * gtk/gtkmenumerge.[ch]: A model-view separation for menus and
7442         toolbars, using the EggMenu code by James Henstridge.
7443
7444         * gtk/gtk.h: Include new headers.
7445         * gtk/Makefile.am: Add new files.
7446
7447         * tests/testactions.c: Test for actions.
7448         * tests/testmerge.c: Test for menu merging.
7449         * tests/merge-[123].ui: Test data for testmerge. 
7450         * tests/Makefile.am: Add testactions and testmerge.
7451
7452         * demos/gtk-demo/appwindow.c: Use GtkMenuMerge to construct the 
7453         menubar and toolbar.
7454         
7455 Sat Aug 23 21:40:18 2003  Owen Taylor  <otaylor@redhat.com>
7456  
7457         * gtk/gtkrc.c (gtk_rc_context_parse_one_file): Fix 
7458         problem where rc_file->directory wasn't always getting
7459         set. (#120549, Luis Villa)
7460  
7461 2003-08-22  Christian Rose  <menthos@menthos.com>
7462
7463         * configure.in: Added "ne" to ALL_LINGUAS.
7464
7465 Thu Aug 21 16:00:36 2003  Owen Taylor  <otaylor@redhat.com>
7466  
7467         * gtk/gtkrc.c: Keep a list of current GtkRcFiles
7468         being parsed, not just the directories for those
7469         files. Use that to catch recursion. (Part of
7470         #114988)
7471  
7472 Thu Aug 21 21:27:45 2003  Kristian Rietveld  <kris@gtk.org>
7473
7474         Merge from stable.
7475
7476         Fix option menu scrolling (#119821, Owen Taylor).
7477
7478         * gtk/gtkmenu.c (gtk_menu_scroll_to): remove logic introduced
7479         by #80484 and the CLAMP,
7480         (get_menu_height): new function,
7481         (gtk_menu_real_move_scroll): sort of moved the CLAMP here to correct
7482         new_offset to handle page up/down right.
7483
7484 Thu Aug 21 15:17:42 2003  Owen Taylor  <otaylor@redhat.com>
7485
7486         * gdk/x11/gdkkeys-x11.c: Change the interpretation
7487         of consumed_modifiers so that it contains:
7488          - Modifiers combinations actually found in
7489            state.
7490          - Single modifier modifier combinations.
7491         But not multi-modifier combinations that aren't
7492         in event->state. Document. (#100439)
7493
7494 Thu Aug 21 20:53:46 2003  Kristian Rietveld  <kris@gtk.org>
7495
7496         Slightly modified patch from Yann Rouillard to improve selection
7497         behavior with the mouse. Fixes #120187.
7498
7499         * gtk/gtktreeview.c (gtk_tree_view_button_press): only
7500         select/deselect items on the first button press of button 1,
7501         expand checks for row_activated to include triple clicks.
7502
7503 Thu Aug 21 01:33:51 2003  Kristian Rietveld  <kris@gtk.org>
7504
7505         Merge from stable.
7506
7507         * gtk/gtkspinbutton.c (gtk_spin_button_size_request): always round
7508         approximate digit widths up, to avoid truncation, convert to
7509         pango pixels when we have the full string width instead of converting
7510         the approx digit width to pango pixels, take inner border and
7511         interior focus into account correctly. (Fixes #116368, patch from
7512         Morten Welinder).
7513
7514 2003-08-20  Noah Levitt  <nlevitt@columbia.edu>
7515
7516         * gtk/queryimmodules.c: Don't look at the same directory twice (in
7517         simple cases). (#120342)
7518
7519 Wed Aug 20 22:04:47 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
7520
7521         * gdk/gdkwindow.c: Make the layers in the paint stack have their
7522         own pixmap instead of sharing one. (#118317)
7523
7524         * tests/testgtk.c (create_get_image): Fixes to make the window fit
7525         on an 800x600 screen
7526
7527 Wed Aug 20 22:03:25 2003  Kristian Rietveld  <kris@gtk.org>
7528
7529         Merged from stable.
7530
7531         * gtk/gtkspinbutton.c (start_spinning): change the type of step
7532         to gdouble, since it gets it's data from a gdouble (Fixes #113547).
7533
7534 Mon Aug 18 17:19:12 2003  Owen Taylor  <otaylor@redhat.com>
7535
7536         * modules/input/gtkimcontextxim.[ch]: Substantially
7537         rework the handling of status windows:
7538         
7539          - Store the current StatusWindow in the 
7540            GtkIMContextXIM structure and vice-versa, so we
7541            don't have to hunt the window hierarchy on
7542            cleanup.
7543          - Use the Gtkidget hierarchy instead of/or as well
7544            as the GdkWindow hierarchy when finding the toplevel;
7545            this helps for things like GtkHandlebox
7546          - Watch GtkWidget::hierarchy_changed to catch 
7547            changes in the toplevel without changes in the
7548            GdkWindow (reparenting)
7549          - Never create the GtkWindow for the status window
7550            unless we have text to display.
7551          - Various cleanups, add lots of comments.
7552
7553         (#115077, much help from Takuro Ashie and Hidetoshi
7554         Tajima in tracking this down and figuring out a fix.)
7555
7556         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_focus_in): 
7557
7558         * modules/input/gtkimcontextxim.c: Track the current
7559         screen for each toplevel so that we show the status
7560         window on the right screen. (#116340, James Su)
7561
7562         * modules/input/gtkimcontextxim.c: If create a new IC
7563         when we currently have the focus, call XSetICFocus()
7564         on it.
7565         
7566         * modules/input/gtkimcontextxim.c (get_im): Fix bug
7567         with multiple open screens.
7568
7569 Tue Aug 19 14:37:46 2003  Owen Taylor  <otaylor@redhat.com>
7570
7571         * gtk/gtkimmulticontext.[ch] (struct _GtkIMMulticontext): 
7572         Replace client_window field with 'priv' pointer,
7573         retaining binary compatibility.
7574
7575         * gtk/gtkimmulticontext.c (gtk_im_multicontext_set_slave): 
7576         save use_preedit/cursor_location/focus status and set
7577         up the new slave appropriately. (#118651, Botond Botyanszki)
7578
7579 Tue Aug 19 13:58:50 2003  Owen Taylor  <otaylor@redhat.com>
7580
7581         * gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): 
7582         Don't use impl->position_info.clip_rect for toplevels.
7583         (#107068, reported by Thomas Mirlacher)
7584
7585 Mon Aug 18 11:48:51 2003  Owen Taylor  <otaylor@redhat.com>
7586
7587         * gdk/x11/gdkdrawable-x11.c (convert_to_format): 
7588         Add a fallback for unaligned source data for
7589         FORMAT_ARGB_MASK. (#117217)
7590
7591 Mon Aug 18 10:51:57 2003  Owen Taylor  <otaylor@redhat.com>
7592
7593         * configure.in: Rework handling of REBUILD_PNGS,
7594         so that we also don't try to REBUILD_PNGS when
7595         cross-compiling and there is no gdk-pixbuf-csource.
7596         But give an error if gtk/stock-icons/gtkstockpixbufs.h
7597         is not in the source tree. (Note that REBUILDS_PNG
7598         was set backwards before, which is why you always
7599         had to manually recreate gtkstockpixbufs.h!)
7600
7601 Mon Aug 18 10:19:55 2003  Owen Taylor  <otaylor@redhat.com>
7602
7603         * gtk+-2.0-uninstalled.pc.in: Add a missing gtk/ in the
7604         path to libgtk.la. (#120080, Benedikt Spranger)
7605
7606 Sat Aug 16 10:34:49 2003  Owen Taylor  <otaylor@redhat.com>
7607
7608         * modules/input/imcedilla.c: Make the list of default
7609         languages more comprehensive. (Suggestion of
7610         Fco. Javier F. Serrador)
7611
7612 Sat Aug  9 12:47:11 2003  Owen Taylor  <otaylor@redhat.com>
7613
7614         * gdk/gdk.c (gdk_arg_context_parse): Fix broken 
7615         parentheses when skipping args.
7616
7617 Sat Aug 16 16:22:23 2003  Kristian Rietveld  <kris@gtk.org>
7618
7619         Fix major bug in row ref handling, so the new combo box
7620         will actually work right (:. Bug #107748. Patch written
7621         with help from Tim Janik.
7622
7623         The basic idea is to update the row refs in a closure,
7624         before the actual signal is emitted (rather than having
7625         the model connect signal handlers).
7626
7627         * gtk/gtktreemodel.c (gtk_tree_model_base_init): change
7628         g_signal_new calls for row_inserted, row_deleted and
7629         rows_reordered to use the new marshallers,
7630         (row_inserted_marshall), (row_deleted_marshall),
7631         (rows_reordered_marshall): the new marshallers,
7632         (gtk_tree_row_ref_inserted_callback): renamed to
7633         gtk_tree_row_ref_inserted since it isn't a callback
7634         anymore and gets called by the marshaller now,
7635         (gtk_tree_row_ref_deleted_callback): likewise,
7636         (gtk_tree_row_ref_reordered_callback): likewise,
7637         (connect_ref_callbacks), (disconnect_ref_callbacks):
7638         removed,
7639         (gtk_tree_row_reference_new_proxy),
7640         (gtk_tree_row_reference_free),
7641         (gtk_tree_row_reference_inserted),
7642         (gtk_tree_row_reference_deleted),
7643         (gtk_tree_row_reference_reordered): updated.
7644
7645 Fri Aug 15 16:54:39 2003  Owen Taylor  <otaylor@redhat.com>
7646
7647         Improve Cedilla handling - based on a patch from Gustavo 
7648         De Nardin, #111334
7649
7650         * modules/input/imcedilla.c po/POTFILES.in: Input method that 
7651         produces C_WITH_CEDILLA rather than C_WITH_ACUTE for 
7652         dead_acute+c combinations. Make this the default for
7653         fr and pt.
7654
7655         * gtk/gtkimmulticontext.c (gtk_im_multicontext_get_slave): 
7656         Use LC_CTYPE instead of LC_MESSAGES to pick the default
7657         input method.
7658
7659 Fri Aug 15 17:00:19 2003  Owen Taylor  <otaylor@redhat.com>
7660
7661         * gtk/gtkimcontextsimple.c: Fix missing compose sequence
7662         for Multi_key+c+apostrophe.
7663
7664 Fri Aug 15 21:57:34 2003  Kristian Rietveld  <kris@gtk.org>
7665
7666         Merged from stable.
7667
7668         * gtk/gtktreeview.c (gtk_tree_view_adjustment_changed): stop editing
7669         on vertical scrolling. (#108035, reported by Tim Janik).
7670
7671 Fri Aug 15 20:06:42 2003  Kristian Rietveld  <kris@gtk.org>
7672
7673         Merged from stable.
7674
7675         * gtk/gtktreeview.c (gtk_tree_model_sort_row_changed),
7676         (gtk_tree_model_sort_level_find_insert),
7677         (gtk_tree_model_sort_insert_value): fix off-by-one error.
7678         (#109292 continued, patch from Yann Rouillard).
7679
7680 Fri Aug 15 19:43:14 2003  Kristian Rietveld  <kris@gtk.org>
7681
7682         (Note: This is not exactly the same as the patch which went in
7683          gtk-2-2).
7684
7685         * gtk/gtktreeview.c (gtk_tree_view_class_init),
7686         (gtk_tree_view_key_press), (gtk_tree_view_search_key_press_event):
7687         Also support the up, down, left, right, home, end, page up and
7688         page down keys on the numpad. (#119419, reported by Alex Larsson).
7689
7690 Fri Aug 15 12:34:04 2003  Owen Taylor  <otaylor@redhat.com>
7691
7692         Fixes for X/Cygwin builds of GTK+ (#107623, Masahiro Sakai):
7693
7694         * configure.in (GDK_DEP_LIBS_FOR_X): Make sure that
7695         we link libgtk against X explicitely, since we
7696         make GTK+ calls for plug/socket.
7697
7698         * gtk/queryimmodules.c: Use USE_LA_MODULES and 
7699         G_MODULE_SUFFIX here. 
7700
7701         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_image): Protect
7702         XShmPutImage with #ifdef USE_SHM.
7703
7704 Thu Aug 14 18:25:39 2003  Owen Taylor  <otaylor@redhat.com>
7705
7706         * gtk/gtkfilesel.c (gtk_file_selection_populate):
7707         Don't reposition the cursor when we aren't trying
7708         to complete. (Fixes problems with selection on
7709         startup, #108433, reported by Mark Finlay.)
7710
7711         * gtk/gtkfilesel.c (gtk_file_selection_populate): Remove
7712         code that tried to position the cursor after the common
7713         prefix when there was one, it wasn't working, and
7714         would be hard to fix. Just always put the cursor
7715         at the end when completing.
7716
7717 Thu Aug 14 17:58:23 2003  Owen Taylor  <otaylor@redhat.com>
7718
7719         * gtk/gtkfilesel.c (get_current_dir_utf8): If getting
7720         the current directory fails because of encoding
7721         conversion problems, walk up textually to parent
7722         directories until we can convert. (#113627)
7723
7724 Wed Aug 13 17:01:49 2003  Owen Taylor  <otaylor@redhat.com>
7725
7726         * gtk/gtkmenushell.[ch] (gtk_menu_shell_enter_notify):
7727         Remove usage of menu_shell->ignore leave which was
7728         to deal with stray events we no longer get because
7729         we do grabbing differently. Comment it as unused in
7730         the header. (#115837, Keith Bissett)
7731
7732 Wed Aug 13 16:32:43 2003  Owen Taylor  <otaylor@redhat.com>
7733
7734         * gtk/gtkmenu.c (gtk_menu_position, gtk_menu_window_size_request): 
7735         Fix some places that weren't properly Xinerama-ified.
7736
7737         * gtk/gtkmenu.c: Fix problem with windows that scroll
7738         at the top of the screen.
7739
7740 Wed Aug 13 11:34:53 2003  Owen Taylor  <otaylor@redhat.com>
7741
7742         * gtk/gtkcombo.c (gtk_combo_init): connect_after() to 
7743         key-press-event on the entry, so input methods get access to 
7744         key presses before GtkCombo customization.
7745         (#115451, Botond Botyanszki)
7746
7747 2003-08-13  Anders Carlsson  <andersca@gnome.org>
7748
7749         * tests/testtoolbar.c: (set_important_func), (important_toggled),
7750         (create_items_list):
7751         Add an important column.
7752         
7753 Tue Aug 12 15:00:15 2003  Owen Taylor  <otaylor@redhat.com>
7754
7755         * gtk/gtkwindow.c (gtk_window_real_set_focus): Protect
7756         against reentrancy from ::focus-out handlers. 
7757         (#118129, Felipe Heidrich)
7758
7759 Tue Aug 12 14:27:42 2003  Owen Taylor  <otaylor@redhat.com>
7760
7761         * gtk/gtkkeyhash.c (_gtk_key_hash_lookup): Remove
7762         GDK_LOCK_MASK before calling
7763         gdk_keymap_translate_keyboard_state so bindings 
7764         and accelerators are independent of the Caps-lock
7765         key. (#115384, reported by Toni Willberg)
7766
7767 Mon Aug 11 12:07:14 2003  Owen Taylor  <otaylor@redhat.com>
7768
7769         * gdk/x11/gdkevents-x11.c (get_real_window): Add missing
7770         break statements (#119494, Soeren Sandmann)
7771
7772 Mon Aug 11 11:10:07 2003  Owen Taylor  <otaylor@redhat.com>
7773
7774         * gtk/gtkwidget.h: Mark parent public as well; it's
7775         extensively accessed in existing code, so there is
7776         no advantage in making people use get_parent().
7777         (Tweak to #119463 fix)
7778
7779 2003-08-11  Matthias Clasen  <maclas@gmx.de>
7780
7781         Add support for EWMH "Above" and "Below" window states.  (105100,
7782         Manuel Clos)
7783         
7784         * tests/testgtk.c: Add "Above" and "Below" to the the "Window
7785         State" demo.
7786
7787         * gtk/gtkwindow.h: Add gtk_window_set_keep_above and
7788         gtk_window_set_keep_below.
7789
7790         * gtk/gtk.def: Add gtk_window_set_keep_above and
7791         gtk_window_set_keep_below.
7792
7793         * gtk/gtkwindow.c (gtk_window_set_keep_below):
7794         (gtk_window_set_keep_above): New functions, call the corresponding
7795         gdk functions.
7796
7797         * gdk/x11/gdkwindow-x11.c (gdk_window_set_keep_below): New
7798         function, sets _NET_WM_STATE_BELOW.
7799         (gdk_window_set_keep_above): New function, sets
7800         _NET_WM_STATE_ABOVE.
7801
7802         * gdk/gdkwindow.h: Add gdk_window_set_keep_above and
7803         gdk_window_set_keep_below.
7804
7805         * gdk/gdkevents.h (GdkWindowState): Add GDK_WINDOW_STATE_ABOVE and
7806         GDK_WINDOW_STATE_BELOW.
7807
7808         * gdk/gdk.def: Add gdk_window_set_keep_above and
7809         gdk_window_set_keep_below.
7810
7811         * acinclude.m4: Copy newer versions of JH_CHECK_XML_CATALOG and
7812         JH_PATH_XML_CATALOG from gtk-doc to enable configuring without
7813         xmlcatalog in PATH.  (#119115)
7814
7815 2003-08-10  Matthias Clasen  <maclas@gmx.de>
7816
7817         * gtk/gtkwidget.h (struct _GtkWidget): Mark some members as
7818         public.  (#119463)
7819
7820 2003-08-09  Noah Levitt  <nlevitt@columbia.edu>
7821
7822         * gdk/gdkevents.h:
7823         * docs/reference/gdk/tmpl/windows.sgml: Elaborate a bit more in the
7824         docs on GdkFilterFunc and GdkFilterReturn.
7825
7826 2003-08-09  Matthias Clasen  <maclas@gmx.de>
7827
7828         * gtk/gtkcalendar.c:  Add and hook in gtk_calendar_scroll,
7829         to let the mouse wheels select the month. Scrolling down
7830         moves forward in time. (#53134, Abigail Brady) 
7831
7832         * gtk/gtkcalendar.c: Complete the RTL flipping support for
7833         GtkCalendar, make it possible to flip the headings using the
7834         "magic translated string" technique.  Translators, note the
7835         comment in gtk_calendar_init() explaining this.  (#102416)
7836
7837         * gtk/gtkcalendar.c: Get the information about the first day of
7838         the week from the locale using another instance of the "magic
7839         translated string" technique.  Ignore the display option
7840         GTK_CALENDAR_WEEK_START_MONDAY with a warning.  (#87977)
7841
7842         * gtk/gtkcalendar.c: Add DND support to GtkCalendar. The selected
7843         date is dragged as text, formatted via strftime %x. Text drops are
7844         accepted if g_date_set_parse() can make sense of the text. A
7845         dedicated data format for date DND has not been introduced yet,
7846         since there didn't seem to be sufficient consensus on such a
7847         format on xdg-list.  (#117297)
7848         
7849 2003-08-08  Matthias Clasen  <maclas@gmx.de>
7850
7851         * gdk/gdkregion-generic.c (gdk_region_spans_intersect_foreach):
7852         Fix a segfault.  (#115284, Jan Kratochvil)
7853
7854 2003-08-08  Tor Lillqvist  <tml@iki.fi>
7855
7856         * gdk/win32/gdkevents-win32.c (print_event): Print also the root
7857         coordinates for events that have such. Print coordinates for enter
7858         and leave events.
7859
7860         (gdk_event_translate): Don't use event uninitialixed in the
7861         return_exposes branch of the WM_PAINT handler.
7862
7863         * gdk/win32/gdkwindow-win32.c (gdk_window_new,
7864         _gdk_windowing_window_get_pointer, _gdk_windowing_window_at_pointer): 
7865         Must offset top-level window coordinates here, too.
7866
7867 2003-08-08  Matthias Clasen  <maclas@gmx.de>
7868
7869         * demos/gtk-demo/appwindow.c (do_appwindow): Hide the resize grip
7870         when maximized or fullscreen.
7871
7872 2003-08-07  Tor Lillqvist  <tml@iki.fi>
7873
7874         * gdk/win32/gdkinput-win32.h
7875         * gdk/win32/gdkinput-win32.c (_gdk_input_configure_event,
7876         _gdk_input_enter_event): Drop the GdkEvent* parameter, it wasn't
7877         used.
7878
7879         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Adapt caller
7880         accordingly, in fact an uninitialised variable was dereferenced.
7881         
7882
7883         [Win32] Add support for multiple monitors. 
7884         
7885         * gdk/win32/gdkprivate-win32.h
7886         * gdk/win32/gdkglobals-win32.c: New global variables for
7887         multiple-monitor info: _gdk_num_monitors, _gdk_monitors, and
7888         _gdk_offset_x and _gdk_offset_y.
7889         
7890         * gdk/win32/gdkdisplay-win32.c (count_monitor, enum_monitor): New
7891         functions, enumeration functions passed to EnumDisplayMonitors().
7892
7893         (gdk_display_open): If the EnumDisplayMonitors() and
7894         GetMonitorInfo() API is present (on Win98, Win2000 and newer), use
7895         if to find out monitor info.
7896
7897         Calculate the offset between Win32 coordinates (relative to the
7898         primary monitor's origin (and thus negative on monitors to the
7899         left of or above it), and GDK's (visible coordinates should be
7900         non-negative).
7901         
7902         * gdk/win32/gdkscreen-win32 (gdk_screen_get_n_monitors,
7903         gdk_screen_get_monitor_geometry): Use information collected above.
7904
7905         (gdk_window_move, gdk_window_move_resize_window_get_geometry):
7906         Subtract _gdk_offset_{x,y} from GDK root window coordinates.
7907
7908         (gdk_window_get_geometry, gdk_window_get_origin,
7909         gdk_window_get_frame_extents): For top-level windows, add
7910         _gdk_offset_{x,y} to GDK root window coordinates
7911
7912         Still need to handle multiple monitors in
7913         gdk_window_fullscreen(). Probably should make the window
7914         fullscreen on the monitor where the cursor is?
7915
7916         * gdk/win32/gdkevents-win32.c: Add _gdk_offset_{x,y} to all GDK
7917         root window coordinates in GdkEvents.
7918
7919         
7920         [Win32] Fix geometry hint handling. Add support for resize
7921         increment and base size, and aspect ratio geometry hints. The
7922         "gridded geometry" test in testgtk now works beautifully.
7923
7924         * gdk/win32/gdkwindow-win32.c (gdk_window_set_geometry_hints):
7925         Turns out this function shouldn't actually ever modify the
7926         window's size, just store the hints. (Old code kept for a while
7927         inside #if 0.)
7928
7929         (gdk_window_set_hints): Remove presumably broken code that handles
7930         the position hints, this function is obsolete anyway.
7931
7932         * gdk/win32/gdkevents-win32.c: Drop the current_{x,y}_root
7933         variables, not used.
7934
7935         (adjust_drag): New function, used to implement resize increment
7936         hints.
7937
7938         (gdk_event_translate): Handle WM_SIZING, implement resize
7939         increment and base size, and aspect ratio geometry hints here. The
7940         WM_GETMINMAXINFO handler takes care of the minimum and maximum
7941         size hints as before. Fix the WM_GETMINMAXINFO handler to take
7942         into account window decorations. No need to modify the
7943         ptMaxPosition and ptMaxSize fields in the MINMAXINFO struct,
7944         the defaults are fine.
7945         
7946         * gdk/win32/gdkprivate-win32.h 
7947         * gdk/win32/gdkwindow-win32.c (_gdk_win32_adjust_client_rect,
7948         _gdk_win32_get_adjusted_client_rect): New helper functions.
7949
7950 2003-08-07  Matthias Clasen  <maclas@gmx.de>
7951
7952         * gdk/x11/gdkevents-x11.c (gdk_check_wm_state_changed): Reset the
7953         toplevel->have_* flags before iterating over the _NET_WM_STATE 
7954         atoms.  (#119217) 
7955
7956 Thu Aug  7 16:49:29 2003  Owen Taylor  <otaylor@redhat.com>
7957  
7958         * gtk/gtkwidget.c (gtk_widget_set_style_internal): 
7959         Fix a bug where on theme change, resize/redraw wasn't
7960         properly getting queued on toplevel windows. (#116346,
7961         Rajkumar Siva)
7962  
7963         * gtk/gtkwidget.c (gtk_widget_invalidate_widget_windows): 
7964         Fix bug where wrong coordinates were used for toplevel
7965         window.
7966  
7967 Thu Aug  7 16:40:21 2003  Owen Taylor  <otaylor@redhat.com>
7968
7969         * gtk/gtknotebook.c (gtk_notebook_remove): Remove leftover
7970         page_num variable (Archit Baweja)
7971
7972 2003-08-07  Matthias Clasen  <maclas@gmx.de>
7973
7974         * gtk/gtkspinbutton.c (gtk_spin_button_default_input): Use g_strtod() to
7975         cope with C libraries with crippled locale support.  (#115293)
7976
7977 2003-08-07  Hans Breuer  <hans@breuer.org>
7978
7979         * gdk/win32/gdkevents-win32.c : finally use TrackMouseEvent
7980         (only if the new window not known to Gdk) to get proper
7981         leave notification, and get rid of the wrong placed 
7982         tooltips, bug #102283
7983  
7984         (gdk_event_translate) : small code reordering to not get
7985         GDK_MOTION_NOTIFY for still mouse and get back tooltips on 
7986         menus, bug #117367
7987
7988 2003-08-07  Tor Lillqvist  <tml@iki.fi>
7989
7990         * gdk/gdk.def
7991         * gdk/win32/gdkfont-win32.c (gdk_fontset_load_for_display): Add
7992         missing function, trivially implement.
7993
7994 2003-08-07  Matthias Clasen  <maclas@gmx.de>
7995
7996         * gtk/gtkctree.c (draw_row): Don't cut descenders when 
7997         rendering.  (#118646, Charles Kerr) 
7998
7999 2003-08-06  Hans Breuer  <hans@breuer.org>
8000
8001         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_new) :
8002         initialize bits to 0 (probably default on NT)
8003
8004         * gdk/win32/gdkwindow-win32.c (gdk_window_set_icon) :
8005         now it works as intended ;-)
8006
8007 2003-08-04  Hans Breuer  <hans@breuer.org>
8008
8009         * gdk/win32/gdkwindow-win32.c(gdk_window_set_modal_hint) :
8010         set HWND_NOTOPMOST for modal==FALSE, fixes bug #118435
8011
8012         * gdk/win32/gdkwindow-win32.c : implement gdk_window_[un]fullscreen
8013         (gdk_window_{move,resize,move_rezize})) : noop if FULLSCREEN
8014
8015         * gdk/win32/gdkwindow-win32.c (gdk_window_set_icon) :
8016         against all expectations it is basically ony a call with WM_SETICON
8017         needed (the visual effect is there, though colors or mask are
8018         still somewhat wrong).
8019         * gdk/win32/gdkwindow-win32.h : place to store the HICON
8020
8021         * gdk/win32/gdkdrawabke.win32.c : readded the conditional end
8022         pixel drawing as it was fixed at 1999-08-23
8023
8024         gtk/gtk.def : updated
8025
8026 Tue Aug  5 10:07:08 2003  Owen Taylor  <otaylor@redhat.com>
8027
8028         * gtk/gtkmessagedialog.c (gtk_message_dialog_get_property): 
8029         Add a missing break. (#119156, Callum McKenzie)
8030
8031 Tue Aug  5 00:24:13 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8032
8033         * gtk/gtkmenu.c (gtk_menu_position): New positioning
8034         algorithm.(#116649)
8035
8036 Fri Aug  1 15:26:46 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8037
8038         * gtk/gtktoolbar.c, gtk/toolitem.c: add new "is_important"
8039         property
8040         
8041         * gtk/gtkradiotoolbutton.c
8042         (gtk_radio_tool_button_new_from_widget): Don't take a stock id
8043
8044         * gtk/gtkradiotoolbutton.c
8045         (gtk_radio_tool_button_new_with_stock_from_widget): make this
8046         function take a stock_id.
8047
8048         * gtk/toolbar: documentation
8049
8050 Mon Aug  4 14:53:46 2003  Owen Taylor  <otaylor@redhat.com>
8051
8052         * gdk/x11/gdkimage-x11.c (_gdk_windowing_image_init): 
8053         Fix problem where use_xshm was getting set wrong if
8054         MIT_SHM wasn't found. (George Lebel)
8055
8056 2003-08-04  Tor Lillqvist  <tml@iki.fi
8057
8058         * gdk/win32/gdkevents-win32.c (apply_filters): Fix braino:
8059         actually use the passed-in filter list. The function also needs a
8060         GdkWindow parameter, as filter functions expect
8061         GdkEvent::any.window to be valid. (#119034, Hans Breuer)
8062
8063 2003-08-03  Matthias Clasen  <maclas@gmx.de>
8064
8065         * gdk/x11/gdkscreen-x11.c (gdk_screen_get_n_monitors): 
8066         (gdk_screen_get_monitor_geometry): Improve wording of the docs, avoid
8067         the term "virtual screen".  (#119030, Tor Lillqvist)
8068
8069 2003-08-02  Matthias Clasen  <maclas@gmx.de>
8070
8071         * tests/testtext.c (test_init): 
8072         * tests/testgtk.c (test_init): 
8073         * tests/testdnd.c (test_init): 
8074         * demos/pixbuf-init.c (pixbuf_init): 
8075         * demos/gtk-demo/main.c (main): Use g_setenv().
8076
8077         * gdk/x11/gdkdisplay-x11.c (_gdk_windowing_set_default_display): Use
8078         g_unsetenv(). 
8079
8080 Sat Aug  2 12:53:16 2003  Owen Taylor  <otaylor@redhat.com>
8081
8082         * configure.in: Requires glib-2.3.0, pango-1.2.0.
8083
8084         * configure.in: Require Xft version 2,
8085         remove code for handling older versions of pango and Xft.
8086         Many miscellaneous improvements to X checks
8087
8088         * acinclude.m4: Add GTK_ADD_LIB() macro for adding 
8089         a library to a variable, avoiding dups.
8090
8091         * gdk/x11/gdkfont-x11.c (gdk_font_from_description_for_display): 
8092         Always load "fixed"
8093
8094         * gdk/x11/gdk*-x11.[ch]: Remove support for Xft1 and
8095         for pangox.
8096
8097 2003-08-02  Matthias Clasen  <maclas@gmx.de>
8098
8099         * gtk/gtkcolorsel.c (color_sample_drop_handle) 
8100         (palette_drop_handle): 
8101         * gtk/gtkcolorbutton.c (gtk_color_button_drag_data_received):  Accept
8102         drops with the wrong format, since the KDE color chooser incorrectly
8103         drops application/x-color with format 8.  (#118810)
8104
8105         * gtk/gtkcolorsel.c (color_sample_drop_handle) (palette_drop_handle): 
8106         * gtk/gtkcolorbutton.c (gtk_color_button_drag_data_received):  
8107         Accept drops with the wrong format, since the KDE color chooser 
8108         incorrectly drops application/x-color with format 8.  (#118810)
8109
8110 2003-08-02  Tor Lillqvist  <tml@iki.fi>
8111
8112         Fix gdk/win32 window geometry handling again. The window position
8113         in a GDK_CONFIGURE event should be that of the client area, not of
8114         the window decorations. (I was confused by the term "window
8115         border" in X11. It does *not* mean the window manager
8116         decorations. There are no X11-style window borders in Win32.)
8117         Also, this time do take the geometry hints into account
8118         appropriately when moving windows. Now testgtk's gravity test's
8119         move buttons work OK. There are stil problems with taking gravity
8120         into account when showing a hidden window.
8121
8122         * gdk/win32/gdkwindow-win32.h: Keep a whole GdkGeometry as hints
8123         instead of separate fields.
8124         
8125         * gdk/win32/gdkevents-win32.c (handle_configure_event): Don't
8126         adjust for decorations.
8127
8128         * gdk/win32/gdkwindow-win32.c (get_outer_rect,
8129         adjust_for_gravity_hints): New functions.
8130         (gdk_window_move, gdk_window_resize, gdk_window_move_resize): Use
8131         above functions, take geometry hints into account.
8132         (gdk_window_set_geometry_hints): Size hints specicy client area,
8133         not including decorations.
8134
8135 Fri Aug  1 17:10:22 2003  Owen Taylor  <otaylor@redhat.com>
8136
8137         * gtk/gtkfilesel.c (cmpl_completion_fullname): Always
8138         return an absolute path (#115590), fix a problem where
8139         you could crash the file selector with a looong name
8140         by returning a newly allocated buffer.
8141
8142 Fri Aug  1 16:44:51 2003  Owen Taylor  <otaylor@redhat.com>
8143
8144         * gtk/gtkfilesel.c (update_cmpl): Fix obvious reallocation
8145         bug in rarely or never hit code path (#118071,
8146         Tor Lillqvist)
8147
8148 Fri Aug  1 16:30:13 2003  Owen Taylor  <otaylor@redhat.com>
8149
8150         * gdk/x11/gdkdrawable-x11.c (_gdk_x11_have_render): 
8151         If the check for missing depths, try actually creating pixmaps
8152         of the depths to deal with Xinerama not reporting
8153         all the depths it should. (#115822)
8154
8155 Fri Aug  1 15:33:59 2003  Owen Taylor  <otaylor@redhat.com>
8156
8157         * gtk/gtksocket.c: Patch from Denis Mikhalkin to
8158         forward KeyRelease events as well as KeyPress events.
8159         (#115597)
8160
8161 Fri Aug  1 15:06:25 2003  Owen Taylor  <otaylor@redhat.com>
8162  
8163         * gdk/gdk.c (gdk_parse_args): g_set_prgname("<unknown>")
8164         if argc is 0 as well, instead of leaving it unset.
8165         (#116023, Michael Meeks)
8166  
8167 Thu Jul 31 23:09:02 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8168
8169         * gtk/gtktoolbar.c (gtk_toolbar_class_init): make show_arrow
8170         default to TRUE; ignore the property when api_mode != NEW_API
8171
8172 2003-07-31  Matthias Clasen  <maclas@gmx.de>
8173
8174         * gtk/gtkwindow.c (gtk_window_set_default_icon): Rename parameter pixbuf
8175         to icon, to pacify gtk-doc.
8176
8177         * gtk/gtkwidget.c (gtk_widget_class_init): Fix formatting of drag-motion 
8178         example. 
8179
8180 Thu Jul 31 15:33:33 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8181
8182         * gtk/gtk*tool*.h: add padding to subclasses of GtkToolItem
8183
8184 Thu Jul 31 15:29:28 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8185
8186         * gtk/gtktoolitem.c (struct _GtkToolItemPrivate): remove unused
8187         overflow_item field.
8188
8189 Wed Jul 30 21:11:13 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8190
8191         * gtk/gtktoolitem.h: make _gtk_tool_item_toolbar_reconfigured()
8192         an internal function
8193
8194         * gtk/gtktoolitem.h: remove unused declaration of
8195         _gtk_tool_item_get_drag_window().
8196
8197 Wed Jul 30 17:03:58 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8198
8199         * gtk/gtktoolbutton.[ch]:
8200         (gtk_tool_button_new): swap icon_widget and label arguments to
8201         match BonoboUIToolbarButton.
8202
8203         * gtk/gtktoolbar.h: un-deprecate gtk_toolbar_{set|unset}_style().
8204
8205 2003-07-30  Matthias Clasen  <maclas@gmx.de>
8206
8207         * gtk/gtkwidget.c (gtk_widget_class_init): Some updates to the DND
8208         signal docs. 
8209
8210 2003-07-29  Tor Lillqvist  <tml@iki.fi>
8211
8212         Fix for #108007, #112402, #117042: There was confusion in
8213         gdk/win32 at various places whether a window position refers to
8214         the decoration position or the client area position. Also whether
8215         window size includes decorations or not.
8216         
8217         The correct interpretation apparently is that in GDK (like in
8218         X11), a top-level window position means the decoration's position,
8219         but size means the window's inner size (client area size). In the
8220         Win32 API, the window size usually includes the decorations,
8221         though.
8222         
8223         * gdk/win32/gdkevents-win32.c (decode_key_lparam): Move inside
8224         #ifdef G_ENABLE_DEBUG.
8225         (handle_configure_event): New function, generates GDK_CONFIGURE
8226         events from WM_SIZE and WM_MOVE messages. Even if no event is
8227         generated because of the event mask, still set the private
8228         position and size fields. Calculate position and size correctly.
8229         (gdk_event_translate): Call handle_configure_event().
8230
8231         * gdk/win32/gdkgeometry-win32.c: Cosmetics.
8232
8233         * gdk/win32/gdkwindow-win32.c: Use GDI_CALL() and API_CALL()
8234         macros. Cosmetic debugging output changes.
8235         (SafeAdjustWindowRectEx): Remove. If an application wants to
8236         locate a window outside of the screen, it's not GDK's business to
8237         prevent it. And anyway, with multiple monitors, negative
8238         coordinates are perfectly normal.
8239         (gdk_window_new): Adjust the window size for decorations after
8240         _gdk_window_init_position() has done its job. (But the big window
8241         code currently is presumably broken on Win32 anyway.)
8242         (gdk_window_move): The position passed in is supposed to be that
8243         of the window border, so don't need to adjust for decorations.
8244         (gdk_window_resize, gdk_window_move_resize): Simplify somewhat.
8245
8246 Tue Jul 29 13:55:44 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8247
8248         * gtk/gtktoolbar.c (gtk_toolbar_set_style,
8249         gtk_toolbar_prepend_element, gtk_toolbar_append_element,
8250         gtk_toolbar_insert_space, gtk_toolbar_prepend_space,
8251         gtk_toolbar_append_space, gtk_toolbar_insert_item,
8252         gtk_toolbar_prepend_item, gtk_toolbar_append_item,
8253         gtk_toolbar_set_tooltips, gtk_toolbar_set_orientation,
8254         gtk_toolbar_new, gtk_toolbar_prepend_item):
8255
8256         Move documentation inline from template files.
8257
8258         * gtk/gtktoolbar.c (gtk_toolbar_insert_element,
8259         gtk_toolbar_insert_widget, gtk_toolbar_prepend_widget,
8260         gtk_toolbar_append_widget, gtk_toolbar_remove_space,
8261         gtk_toolbar_insert_stock, gtk_toolbar_unset_icon_size,
8262         gtk_toolbar_get_icon_size, gtk_toolbar_set_icon_size,
8263         gtk_toolbar_get_tooltips, gtk_toolbar_unset_style,
8264         gtk_toolbar_get_style, gtk_toolbar_get_orientation)
8265
8266         Copy documentation from stable that was added after the EggToolbar
8267         branched.
8268
8269         * gtk/gtktoolbar.h: deprecate gtk_toolbar_unset_icon_size()
8270
8271 Mon Jul 28 18:21:34 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8272
8273         * gtk+/docs/: Commit autogenerated changes, so patches will make
8274         sense.
8275
8276 2003-07-27  Tor Lillqvist  <tml@iki.fi>
8277
8278         * gdk/win32/gdkevents-win32.c (build_key_event_state): On Win9x,
8279         the keyboard state returned by GetKeyboardState() doesn't
8280         distinguish between the left and right Control and Alt keys. Thus
8281         we cannot detect AltGr (which is supposed to be left Control +
8282         right Alt) the same way as on NT-based systems, but have to accept
8283         either Control + either Alt as AltGr.
8284
8285 2003-07-27  Matthias Clasen  <maclas@gmx.de>
8286
8287         * gtk/gtktreeselection.c (gtk_tree_selection_selected_foreach):
8288         Fix function name in warning message.  (#118156, Tim-Philipp
8289         Mller)
8290
8291         * gtk/gtkcellrenderer.c (gtk_cell_renderer_get_property):
8292         is-expander and is-expanded are boolean properties, not ints.
8293         (#118359, Josh Parsons)
8294
8295 Sat Jul 26 15:21:27 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8296
8297         * gtk/gtkimagemenuitem.c
8298         (gtk_image_menu_item_toggle_size_request): don't request
8299         toggle_space when the image width is 0.
8300
8301 2003-07-25  Tor Lillqvist  <tml@iki.fi>
8302
8303         * gdk/win32/gdkprivate-win32.h
8304         * gdk/win32/gdkglobals-win32.c: New flags _gdk_input_locale_is_ime
8305         and _gdk_keyboard_has_altgr.
8306         
8307         * gdk/win32/gdkevents-win32.c: Lots of changes. Most important
8308         ones detailled here.
8309
8310         Code that has been ifdeffed out for a long time removed. Remove
8311         some really old doc comments that were left behind for some public
8312         functions, the official ones are in the X11 backend anyway. Change
8313         GDK_WINDOW_OBJECT() calls to GdkWindowObject casts. Reformat
8314         multi-line boolean expressions to have the operators at ends of
8315         lines.
8316
8317         As mouse capture with SetCapture() indeed seems to work OK, no
8318         need to have the correspoinding macro USE_SETCAPTURE and ifdefs.
8319
8320         Ifdef out the gdk-ping-msg stuff. I don't remember why it was
8321         needed at some time, and things seem to work fine now without
8322         (knock on wood).
8323
8324         Ifdef out the search for some Latin locale keyboard layout being
8325         loaded. Not used currently, but might be needed after all, if we
8326         decide that we want to be able to generate ASCII control character
8327         events with a non-Latin keyboard.
8328
8329         (assign_object): New helper function, handles the g_object_ref()
8330         and unref() calls when assigning GObject pointers.
8331                 
8332         (generate_crossing_events): Also generate the GDK_NOTIFY_INTERIOR
8333         enter event when the pointer has moved to an ancestor window. Was
8334         left out by mistake.
8335
8336         (gdk_window_is_ancestor): Renamed from gdk_window_is_child().
8337
8338         (gdk_pointer_grab, gdk_pointer_ungrab): Implement the confine_to
8339         functionality, using ClipCursor().
8340                 
8341         (find_window_for_mouse_event): Splice part of code into new
8342         function find_real_window_for_grabbed_mouse_event().
8343
8344         (fixup_event, append_event, apply_filters): New functions, code
8345         refactored out from elsewhere.
8346
8347         (synthesize_enter_or_leave_event, synthesize_leave_event,
8348         synthesize_enter_event,
8349         synthesize_leave_events,synthesize_enter_events): Also take a
8350         GdkCrossingMode parameter, in preparation to generating
8351         GDK_CROSSING_GRAB and GDK_CROSSING_UNGRAB events.
8352
8353         (fixup_event, append_event, fill_key_event_string): New functions,
8354         code refactoring.
8355
8356         (vk_from_char, build_keypress_event, build_keyrelease_event):
8357         Removed as part of dropping WM_CHAR handling.
8358
8359         (build_key_event_state,gdk_event_translate): Call
8360         GetKeyboardState(), once, for each keyboard message, instead of
8361         several calls to GetKeyState() here and there.
8362
8363         (gdk_event_translate): Fix bugs #104516, #104662, #115902. While
8364         at it, do some major refactoring, and some fixes for potential
8365         problems noticed while going through the code.
8366
8367         Don't handle WM_CHAR at all. Only handle WM_KEYDOWN and
8368         WM_KEYUP. Don't need the state variables related to whether to
8369         wait for WM_CHAR or not, and whether the current key is
8370         AltGr. Remove lots of complexity. Thus don't need the
8371         use_ime_composition flag.
8372
8373         Not handling WM_CHAR means dead key handling will have to be taken
8374         care of by GTK, but that seems to work fine, so no worry.
8375
8376         Another side-effect is that Alt+keypad digits don't work any
8377         longer, but it's better to learn to use GTK's ISO14755 support is
8378         anyway.
8379
8380         Be more careful in checking whether AltGr is involved. Only
8381         attempt to handle it if the keyboard actually has it. And
8382         explicitly check for *left* Control plus *right* Alt being
8383         pressed. Still, allow (left) Alt and/or (right) Control with AltGr
8384         chars.
8385
8386         Handle keys using similar code as in the X11 backend. As we have
8387         built a keymap in gdkkeys-win32.c anyway, use it by calling
8388         gdk_keymap_translate_keyboard_state() to look up the keysym from
8389         the virtual key code and keyboard state. Build the key event
8390         string in exactly the same way as the X11 backend.
8391
8392         If an IME is being used, don't generate GDK events for keys
8393         between receiving WM_IME_STARTCOMPOSITION and
8394         WM_IME_ENDCOMPOSITION, as those keys are for the IME.
8395         
8396         For WM_IME_COMPOSITION, handle all the Unicode chars returned from
8397         the IME, not just the first one.
8398
8399         gdk_event_translate() is still quite complex, could split the
8400         message handler cases out into separate functions.
8401
8402         On mouse events, when the mouse is grabbed, use
8403         find_real_window_for_grabbed_mouse_event() in order to be able to
8404         generate correct crossing events.
8405         
8406         No longer take a pre-allocated GdkEvent as parameter. Instead,
8407         allocate events as needed and append them to the queue. (This is
8408         different from how gdk_event_translate() in the X11 backend
8409         works.) This change made the code much clearer, especially in the
8410         cases where we have to generate several GDK events for one Windows
8411         message.  Return FALSE if DefWindowProc() should be called, TRUE
8412         if not. If DefWindowProc() should not be called, also return the
8413         value to be returned from the window procedure.
8414
8415         (Previously, the interaction with gdk_event_translate()'s caller
8416         was much more complex, when we had to indicate whether the
8417         already-queued event should be left in the queue or removed, and
8418         in addition also had to indicate whether to call DefWindowProc()
8419         or not, and what value to return from the window procedure if
8420         not.)
8421
8422         Don't use a separate "private" variable required to be pointing to
8423         the GdkWindowObject of the "window" variable at all times. Just
8424         use casts, even if looks a bit uglier.
8425
8426         Notice destroyed windows as early as possible, and break out of
8427         the messsage switch.
8428
8429         Use _gdk_pointer_root as current_window when the pointer is
8430         outside GDK's top-level windows.
8431         
8432         On WM_INPUTLANGCHANGE, set _gdk_input_locale_is_ime as
8433         appropriate, based on ImmIsIME().
8434         
8435         (gdk_event_translate, gdk_event_send_client_message_for_display,
8436         gdk_screen_broadcast_client_message): Implement client messages.
8437         Use a registered Windows message to pass GDK client messages. Note
8438         that the amount of user data is restricted to four bytes, as it is
8439         carried in the LPARAM. (The WPARAM is used for the message type
8440         "atom".)
8441         
8442         (real_window_procedure): Adapt for new gdk_event_translate()
8443         interface.
8444
8445         * gdk/win32/gdkmain-win32.c (_gdk_windowing_init): Set
8446         _gdk_input_locale_is_ime initially.
8447
8448         * gdk/win32/gdkwindow-win32.c: Use g_object_ref()/unref() instead
8449         of g_colormap_ref()/unref().
8450
8451         (gdk_window_new): Made code a bit more like the X11 one, pretend
8452         to handle screens (although we just have one for now).
8453
8454         * gdk/x11/gdkevents-x11.c
8455         (gdk_event_send_client_message_for_display,
8456         gdk_screen_broadcast_client_message): Document the user data
8457         limitation on Win32.
8458
8459         * gdk/win32/gdkevents-win32.c (print_event): More complete enter
8460         and leave notify detail output.
8461
8462         * gdk/win32/gdkkeys-win32.c (update_keymap): Make dead keys
8463         visible to GDK and GTK. Store the corresponding GDK_dead_* keysym
8464         for those, so that the GtkIMContextCimple compose tables will
8465         work. Deduce if the keyboard layout has the AltGr key, and set the
8466         above flag accordingly.
8467
8468 2003-07-26  Matthias Clasen  <maclas@gmx.de>
8469
8470         * gtk/gtkwidget.c: Document DND signals.
8471
8472 2003-07-24  Matthias Clasen  <maclas@gmx.de>
8473
8474         * gtk/gtktextview.c (popup_targets_received): Make the "Input Methods"
8475         insensitive when editing isn't possible.  (#118150)
8476
8477 2003-07-23  Matthias Clasen  <maclas@gmx.de>
8478
8479         * gtk/gtkcolorsel.c (gtk_color_selection_init): Make the hue 
8480         spinbutton wrap.  (#118097, John Darrington)
8481
8482         * docs/faq/gtk-faq.sgml: Mention Xnest as a way to debug GTK+ apps. 
8483
8484 2003-07-20  Hans Breuer  <hans@breuer.org>
8485
8486         * makefile.msc : new file to build it all
8487         * Makefile.am : ... added to EXTRA_DIST
8488
8489         * gdk/makefile.msc gtk/stock-icons/makefile.msc 
8490           gtk/makefile.msc.in tests/makefile.msc : updated
8491
8492         * gdk/gdk.def gtk/gtk.def : export a bunch of new 
8493         functions
8494
8495         * gtk/gtkbbox.c : use g_return_val_if_fail() if
8496         there is a value to return
8497
8498         * gtk/gtkfontsel.c gtk/gtkiconfactory.c :
8499         static correctness
8500
8501         * gtk/gtkicontheme.c : ported to use GTimeVal instead of
8502         struct timeval and GTK_DATA_PREFIX instead of GTK_DATADIR
8503
8504         * gtk/gtkicontheme.c : use HAVE_LC_MESSAGES
8505
8506         * gtk/gtkimmulticontext.c : use gtkprivate.h
8507
8508         * gtk/stock-icons/stock_color_picker_25.png
8509           gtk/stock-icons/stock_jump_to_rtl_16.png
8510           gtk/stock-icons/stock_jump_to_rtl_24.png
8511           gtk/stock-icons/stock_redo_rtl_16.png
8512           gtk/stock-icons/stock_redo_rtl_24.png
8513           gtk/stock-icons/stock_undelete_rtl_16.png
8514           gtk/stock-icons/stock_undelete_rtl_24.png
8515           gtk/stock-icons/stock_undo_rtl_16.png :
8516           gtk/stock-icons/stock_undo_rtl_24.png :
8517         readded as binary
8518
8519 Sat Jul 19 22:39:24 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8520
8521         * gtk/gtktoolitem.c (gtk_tool_item_size_request): remove
8522         leftover request of {xy}thickness
8523
8524 Sat Jul 19 16:26:02 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8525
8526         * gtk/gtktoolbutton.c (gtk_tool_button_construct_contents): don't
8527         attempt to add a NULL icon to the box.
8528
8529 Sat Jul 19 12:13:20 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8530
8531         * gtk/gtknotebook.c (gtk_notebook_focus_in|out): only redraw tabs
8532         on focus in/out.
8533
8534 2003-07-19  Matthias Clasen  <maclas@gmx.de>
8535
8536         * gtk/gtkstock.h (GTK_STOCK_DIALOG_AUTHENTICATION): New stock id. 
8537         * gtk/gtkiconfactory.c (get_default_icons): Add
8538         stock_dialog_authentication_48.  (#65765) 
8539         * gtk/stock-icons/Makefile.am (VARIABLES2, IMAGES): Here too.
8540         * gtk/stock-icons/stock_dialog_authentication_48.png: New image.
8541
8542         * gtk/gtkbbox.h: 
8543         * gtk/gtkbbox.c (gtk_button_box_get_child_secondary): New
8544         function. (#64562) 
8545
8546 Sat Jul 19 00:18:40 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8547
8548         * gtk/gtkwindow.c (gtk_window_set_default_icon): Fix C99
8549         declaration
8550
8551         * gtk/gtkwidget.c (gtk_widget_queue_shallow_draw): new function
8552         (gtk_widget_real_focus_{in|out}_event): queue shallow draws
8553         instead of full draws.
8554
8555 2003-07-18  Matthias Clasen  <maclas@gmx.de>
8556
8557         * gtk/gtkwindow.c: Add properties decorated and gravity.  (#80234) 
8558
8559         * gtk/gtktextview.c (gtk_text_view_class_init): Add a new keybinding
8560         signal, move_viewport. 
8561         (gtk_text_view_move_viewport): New function which implements the
8562         move_viewport functionality. 
8563         (gtk_text_view_move_cursor_internal): If the cursor is not visible, move
8564         the viewport. (#78669) 
8565
8566         * gtk/gtkenums.h (GtkScrollStep): New enumeration, used for
8567         move_viewport argument. 
8568
8569         * gtk/gtkstatusbar.c (gtk_statusbar_class_init): Add a has_resize_grip
8570         property.  (#111779) 
8571
8572         * gtk/gtkwindow.h: 
8573         * gtk/gtkwindow.c (gtk_window_set_default_icon): New method.  (#95816)
8574
8575         * gtk/gtkmessagedialog.h:
8576         * gtk/gtkmessagedialog.c (gtk_message_dialog_add_buttons): New method.  
8577         (#65501, Sebastian Rittau)
8578
8579 Fri Jul 18 20:06:57 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8580
8581         * gtk/gtktextview.c (changed_handler): use
8582         gtk_widget_queue_resize_noredraw().
8583
8584 2003-07-16  Jody Goldberg <jody@gnome.org>
8585
8586         * gdk/x11/gdkwindow-x11.c (gdk_window_focus) : fix cut-n-paste-o
8587
8588 Fri Jul 18 19:55:50 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8589
8590         * gtk/gtkwidget.c (gtk_widget_queue_resize_no_redraw): Add this
8591         API. 
8592
8593 Fri Jul 18 18:43:01 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8594
8595         By popular request give toolbuttons a border.
8596         
8597         * gtk/gtktoolitem.c
8598         (gtk_tool_item_size_allocate):
8599         (gtk_tool_item_size_request): don't request and allocate a border
8600         around the child
8601
8602         * gtk/gtktoolbutton.c 
8603         (gtk_tool_button_size_allocate):
8604         (gtk_tool_button_size_request): remove these functions
8605
8606         * gtk/gtktoolbar.c 
8607         (gtk_toolbar_size_request):
8608         (gtk_toolbar_size_allocate): request and allocate a border if we
8609         have a shadow.
8610
8611 Thu Jul 17 19:24:51 2003  Kristian Rietveld  <kris@gtk.org>
8612
8613         Merged from stable.
8614
8615         Fixes issues pointed out by Morten Welinder in #115140.
8616
8617         * gtk/gtktreeview.c (gtk_tree_view_size_request): fix comment,
8618         (do_validate_rows): update validated_area with a logic OR instead
8619         of a bitwise OR,
8620         (validate_rows_handler): make the if statement match the one in
8621         validate_rows(), so we don't leak the timeout.
8622
8623 Thu Jul 17 19:12:02 2003  Kristian Rietveld  <kris@gtk.org>
8624
8625         Merged from stable.
8626
8627         * gtk/gtktreeview.c (gtk_tree_view_remove_widget): the treeview
8628         should only grab focus back if the "cell_editable" widget still
8629         has focus. (Fixes #110104, testcase provided by Marco Pesenti
8630         Gritti).
8631
8632 Thu Jul 17 19:06:34 2003  Kristian Rietveld  <kris@gtk.org>
8633
8634         Merged from stable.
8635
8636         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_realize_button):
8637         Don't set attr.event_mask twice, those things were meant to be
8638         ORred. (#115139, pointed out by Morten Welinder).
8639
8640 Thu Jul 17 16:11:21 2003  Kristian Rietveld  <kris@gtk.org>
8641
8642         Merged from stable.
8643
8644         * gtk/gtktreeview.c (gtk_tree_view_rows_reordered): stop editing
8645         if needed. (Fixes #115869, reported by Michael Natterer).
8646
8647 2003-07-15  Matthias Clasen  <maclas@gmx.de>
8648
8649         * gdk/x11/gdkcursor-x11.c (gdk_display_get_maximal_cursor_size):
8650         Fight against gtk-doc stupidity.
8651
8652 2003-07-13  Matthias Clasen  <maclas@gmx.de>
8653
8654         * gtk/gtkdnd.c (gtk_drag_begin): Rename parameter target_list back to 
8655         targets, to pacify gtk-doc.
8656
8657 Sun Jul 13 15:57:57 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8658
8659         * gtk/gtktoolbutton.c (gtk_tool_button_finalize): Fix leaks of
8660         label_text, label_widget and icon_widget. (#117312, 
8661         Christian Persch)
8662         
8663 Sun Jul 13 01:37:51 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8664
8665         * gtk/gtkmenu.c (gtk_menu_class_init): new properties
8666         "horizontal-offset" and "vertical-offset" that determines the
8667         position of the menu when it is a submenu. 
8668
8669         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu): position
8670         submenus according to new vertical- and horizontal-offset
8671         properties.
8672
8673 Sat Jul 12 16:16:04 2003  Kristian Rietveld  <kris@gtk.org>
8674
8675         Merged from stable.
8676
8677         * gtk/gtktreeview.c (gtk_tree_view_drag_data_received): special
8678         case drags to "0", scroll to the top after dropping. (Fixes #94968,
8679         reported by Alp Toker).
8680
8681 Sat Jul 12 16:08:32 2003  Kristian Rietveld  <kris@gtk.org>
8682
8683         Merged from stable.
8684
8685         * demos/gtk-demo/editable_cells.c (cell_edited): fixup bad
8686         code (#115784, Owen Taylor).
8687
8688 Sat Jul 12 16:01:03 2003  Kristian Rietveld  <kris@gtk.org>
8689
8690         Merged from stable.
8691
8692         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_set_property):
8693         free the old text and extra_attrs *after* we parsed the new
8694         markup string. (Fixes #114485, reported by Owen Taylor).
8695
8696 Sat Jul 12 15:51:33 2003  Kristian Rietveld  <kris@gtk.org>
8697
8698         Merged from stable.
8699
8700         Fixes #113904, testcase provided by Rene Seindal.
8701
8702         * gtk/gtktreeview.c (gtk_tree_view_button_press): set
8703         pressed_button to -1 when a row has been activated,
8704         (gtk_tree_view_motion_bin_window): only start a drag if there's
8705         a button being pressed.
8706
8707 Sat Jul 12 15:51:18 2003  Kristian Rietveld  <kris@gtk.org>
8708
8709         Merged from stable.
8710
8711         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): use
8712         gdk_window_get_pointer instead of gdk_display_get_window_at_pointer
8713         to avoid a roundtrip (#110272, Owen Taylor).
8714
8715 Sat Jul 12 15:28:26 2003  Kristian Rietveld  <kris@gtk.org>
8716
8717         Merged from stable.
8718
8719         This patch really really fixes scrolling. Related bugs: #81627,
8720         testcase provided by Timo Sirainen, #111500, testcase provided by
8721         manu, #113241, reported by Pedro Gimeno/Michael Natterer.
8722
8723         * gtk/gtktreeview.c (validate_visible_area): scrolling to a dy
8724         which is equal to the lower border of the window means scrolling
8725         to an invisible row, always update the dy when scrolling to an
8726         invisible row, corrected area_above/below calculations for
8727         invisible rows, when walking the tree correct the size
8728         subtracted for invalidated rows, fix wrong logic in comment.
8729
8730 2003-07-11  Matthias Clasen  <maclas@gmx.de>
8731
8732         * gtk/gtkicontheme.c (pixbuf_supports_svg): Use g_strfreev() to free
8733         mime_types.  (#117219, Steve Chaplin)
8734
8735 Tue Jul  8 20:11:04 2003  Owen Taylor  <otaylor@redhat.com>
8736
8737         * gdk/x11/gdkevents-x11.c (get_real_window)
8738         gdk/x11/gdkinput-x11.c (_gdk_input_common_init)
8739         gdk/x11/gdkimage-x11.c (_gdk_windowing_image_init)
8740         gdk/x11/gdkprivate-x11.h (_gdk_windowing_image_init)
8741         Don't assume that all events start with XEventAny - Xkb events
8742         don't! (#105745). So, only do that for core events, and for
8743         non-core events, add a system for registering event types
8744         that start with XEventAny.
8745
8746         * gdk/x11/gdkevents-x11.c (gdk_event_translate):
8747         Check to see if the result of gdk_window_lookup_for_display()
8748         is actually a window.
8749
8750 Fri Jul 11 20:48:14 2003  Kristian Rietveld  <kris@gtk.org>
8751
8752         * gtk/gtktreemodel.c (gtk_tree_path_free): make the path != NULL
8753         check a silent assert, so it follows the g_free() behaviour.
8754
8755 2003-07-11  Matthias Clasen  <maclas@gmx.de>
8756
8757         * gtk/gtkstatusbar.c (gtk_statusbar_init): Center statusbar contents 
8758         vertically.  (#109823, Joe Shaw)
8759
8760 2003-07-11  Morten Welinder  <terra@gnome.org>
8761
8762         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_pixbuf): Fix memory
8763         access error.  (#69436)
8764
8765 Fri Jul 11 14:32:43 2003  Kristian Rietveld  <kris@gtk.org>
8766
8767         Landing GtkTreeModelFilter and the completion code. (Test program
8768         and documentation will follow next week).
8769
8770         * gtk/gtkcellayout.[ch], gtk/gtkentrycompletion.[ch],
8771         gtk/gtktreemodelfilter.[ch], gtk/gtkentryprivate.h: new files.
8772
8773         * gtkentry.[ch]: added gtk_entry_{get,set}_completion, wrote
8774         necessary code to hook up completion.
8775
8776         * gtktreeviewcolumn.c: made GtkTreeViewColumn implement the new
8777         GtkCellLayout interface.
8778
8779         * gtkmarshalers.list: added BOOLEAN:OBJECT,BOXED.
8780
8781         * gtk/gtk.h, gtk/Makefile.am, po/POTFILES.in: all updated for the new
8782         source files.
8783
8784 Wed Jul  9 19:48:26 2003  Kristian Rietveld  <kris@gtk.org>
8785
8786         Merge from stable.
8787
8788         * gdk/gdkdisplay.c (gdk_display_get_window_at_pointer): don't
8789         directly return from ->window_at_pointer, but set win_x and win_y
8790         first if needed. (Fixes #110166, reported by Arno Charlet).
8791
8792         * gdk/gdkwindow.c (gdk_window_get_composite_drawable): change
8793         function to accept GdkDrawables and not just GdkWindows. This was
8794         already done in some other functions a while back, but this patch
8795         got lost for some reason.
8796
8797 2003-07-09  Matthias Clasen  <maclas@gmx.de>
8798
8799         * gtk/gtkcontainer.c (gtk_container_focus_sort_tab): Consider the text
8800         direction when sorting children.  (#116540, Soeren Sandmann)
8801
8802 Tue Jul  8 17:36:21 2003  Owen Taylor  <otaylor@redhat.com>
8803
8804         * gdk/x11/gdkasync.[ch] gdk/gdkdnd-x11.c: 
8805         Change _gdk_x11_send_xevent_async() to 
8806         _gdk_x11_send_client_message_async() avoid using Xlib
8807         internals that are different on Solaris. 
8808         (#116917, Morten Welinder)
8809
8810 2003-07-08  Matthias Clasen  <maclas@gmx.de>
8811
8812         * gtk/gtkcontainer.c (gtk_container_remove): Doc addition.
8813         (#116501, Doug Quale)
8814
8815 Tue Jul  8 21:35:22 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8816
8817         * gtk/gtktoggletoolbutton.h: remove strange #define
8818         * gtk/gtktoolbutton.h: fix cut'n'paste error
8819         * gtk/gtktoolbutton.c (gtk_tool_button_init): use instance
8820         private data
8821         * gtk/gtktoolitem.c (gtk_tool_item_class_init): use instance
8822         private data instead of g_new0()
8823         * gtk/gtktoggletoolbutton.c (gtk_toggle_tool_button_init): use
8824         instance private data
8825
8826 Tue Jul  8 21:10:14 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8827
8828         * gtk/gtkbutton.c (gtk_button_realize): remove GDK_EXPOSURE_MASK
8829         for INPUT_ONLY window
8830         * gtk/gtkmenuitem.c (gtk_menu_item_realize): same
8831         * gtk/gtknotebook.c (gtk_notebook_realize): same
8832         * gtk/gtkexpander.c (gtk_expander_realize): same
8833         * gtk/gtkrange.c (gtk_range_realize): same
8834
8835         Fix #116303
8836
8837 Tue Jul  8 19:57:14 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8838
8839         * gtk/gtkstyle.c (gtk_default_draw_arrow): remove correction on x
8840         when detail is "menuitem". With the new menu look is isn't needed
8841         anymore.
8842
8843         * gtk/gtktoolitem.c (gtk_tool_item_toolbar_reconfigured): queue a
8844         resize here, so that tool items will get a chance to relayout
8845         themselves based on the toolbar configuration.
8846
8847         change DEFAULT_SPACE_SIZE to 4 instead of 5
8848
8849         * gtk/gtktoolbar.c 
8850         Get rid of "!GTK_BIN (item)->child means separator". Separators
8851         are widgets in their own right
8852
8853         change DEFAULT_SPACE_SIZE to 4 instead of 5
8854         
8855         (get_space_size): remove this function
8856         (toolbar_item_is_homogeneous): new function
8857
8858         * gtk/gtkseparatortoolitem.c
8859         (gtk_separator_tool_item_size_request): new function.
8860
8861 Tue Jul  8 14:10:35 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8862
8863         * gtk/gtktoggletoolbutton.h: use private data, add new
8864         internal function _gtk_toggle_tool_button_get_button()
8865
8866         * gtk/gtktoolbutton.h: move to private data
8867
8868         * gtk/gtkradiotoolbutton.c, gtk/gtktoolbutton.c: updates for new
8869         private data.
8870
8871 Tue Jul  8 12:50:20 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8872
8873         * gtk/gtktoolbutton.c (gtk_tool_button_get_icon_widget): fix a
8874         type check, (#116947, Krasimir Angelov)
8875
8876         * gtk/gtktoolbar.c: Use new GtkToolItem accessors.
8877         
8878         * gtk/gtktoolitem.[ch]: Use a private struct to hold the instance
8879         data. Not instance private data yet, because of bug 116921.
8880
8881         * gtk/gtktoolitem.h: new accessors:
8882                 gtk_tool_item_get_homogeneous ()
8883                 gtk_tool_item_get_expand ()
8884                 gtk_tool_item_get_pack_end ()
8885                 gtk_tool_item_get_use_drag_window ()
8886
8887 Mon Jul  7 16:50:32 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8888
8889         * gtk/gtkcellrenderertext.c
8890         (gtk_cell_renderer_text_class_init): remove accidentally committed
8891         debugging spew
8892
8893         * gtk/gtktoolbar.c
8894         (gtk_toolbar_paint_space_line): remove this function
8895         (gtk_toolbar_expose): always propagate expose, even if the item is
8896         a separator item
8897
8898         * gtk/gtkseparatortoolitem.c
8899         (gtk_separator_tool_item_expose): moved here from gtktoolbar.c
8900         (get_space_size): new function.
8901         (get_space_style): new function
8902
8903 Sun Jul  6 13:00:20 2003  Owen Taylor  <otaylor@redhat.com>
8904
8905         * gtk/gtkdnd.c (_gtk_drag_source_handle_event)
8906         * gtk/gtkdnd.c (gtk_drag_begin_internal):  Remove use
8907         of GDK_POINTER_MOTION_HINT_MASK.
8908
8909         * gtk/gtkdnd.c (gtk_drag_update_idle): Move updating
8910         of the drag into an idle as a superior form of 
8911         expose compression.
8912
8913         * gtk/gtkdnd.c (gtk_drag_begin_internal): Move default icon
8914         creation here, so that we have an icon at the start
8915         of the drag (e.g., when retrieving the window cache
8916         information.)
8917
8918 Sun Jul  6 17:21:23 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8919
8920         * docs/widget_geometry.txt: better drawing of GtkMenuItem
8921         * docs/widget_geometry.txt: add notes about GtkMenu
8922         * gtk/gtkstyle.c: remove leftover "#include "gtkhandlebox.h""
8923
8924 Sat Jul  5 10:34:00 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8925
8926         * gtk/gtkmenu.c: add vertical_padding style property.
8927         
8928         * gtk/gtkmenuitem.c: add style properties toggle_spacing,
8929         arrow_spacing and horizontal_padding. Also center separators and
8930         make them a bit taller.
8931
8932         * gtk/*menuitem.c: use new style properties.
8933         
8934         * docs/widget_geometry.txt: Add note about GtkMenuItem
8935
8936         * gtk/gtkstyle.c 
8937         (gtk_default_draw_vline, gtk_default_draw_hline):
8938         fix +/-1 errors. 
8939
8940         (gtk_default_draw_shadow): draw a black border around menus.
8941
8942         * gtk/gtkvseparator, gtk/gtkhseparator.c, gtk/gtkmenuitem.c: fix
8943         calls to gtk_paint_hline() and gtk_paint_vline() (they take x1,
8944         x2 and y1, y2 respectively, not x, width and y, height).
8945
8946 Sat Jul  5 09:55:38 2003  Owen Taylor  <otaylor@redhat.com>
8947
8948         * gdk/x11/gdkdnd-x11.c (precache_target_list): Lookup
8949         all the atoms in the target list at once.
8950
8951         * gdk/x11/gdkdnd-x11.c (gdk_drag_get_protocol_for_display):
8952         Local drag short-circuit.
8953
8954         * gdk/x11/gdkdnd-x11.c (gdk_drag_motion): For the
8955         local case, poke the actions in directly instead of
8956         going through xdnd_set_actions.
8957
8958         * gdk/x11/gdkdnd-x11.c (xdnd_read_actions): Short-circuit
8959         the local case.
8960
8961         * gdk/x11/gdkdnd-x11.c (xdnd_manage_source_filter): Don't
8962         XSelectInput()/add a filter if the drag is local.
8963
8964         * gdk/x11/gdkdnd-x11.c (gdk_drag_get_selection): 
8965         Simplify handling of "XdndSelection".
8966
8967         * gdk/x11/gdkevents-x11.c
8968         (gdk_event_send_client_message_to_all_recurse): Somehow,  
8969         a WM_STATE => _NET_WM_STATE change hand been made here.
8970
8971         * gdk/x11/gdkproperty-x11.c (_gdk_x11_precache_atoms): Free
8972         xatom_names, not atom_names.
8973
8974         * tests/testdnd.c (target_drag_motion): Make the trashcan
8975         open again. (Got lost in deprecation cleanup.)
8976
8977 Sat Jul  5 00:49:32 2003  Owen Taylor  <otaylor@redhat.com>
8978
8979         * gtk/gtkdnd.c (gtk_drag_begin): Move the grabs up
8980         earlier, so we don't get a big pile of uncompressed
8981         motion events before the grab takes effect.
8982
8983         * gtk/gtkdnd.c (gtk_drag_update_icon): Call 
8984         gdk_window_process_all_updates() so that the area
8985         we are dragging over gets a change to redraw.
8986
8987         * gtk/gtkdnd.c (_gtk_drag_dest_handle_event): Use 
8988         gdk_window_get_position(), not gdk_window_get_origin().
8989
8990         * gdk/x11/gdkwindow-x11.[ch] (gdk_window_have_shape_ext)
8991         gdkdisplay-x11.h: use XShapeQueryExtension to 
8992         avoid duplicate XQueryExtension when we actually
8993         use it. Remove unnecessary caching in GdkDisplayX11.
8994
8995 Fri Jul  4 23:49:22 2003  Owen Taylor  <otaylor@redhat.com>
8996
8997         * gdk/x11/gdkasync.[ch] (_gdk_x11_get_window_child_info): 
8998         Function to get a range of information about all the
8999         children of a window in a single pass.
9000
9001         * gdk/x11/gdkdnd-x11.c (get_client_window_at_coords_recurse)
9002         gdk/x11/gdkdnd-x11.c (gdk_window_cache_new): Use
9003         _gdk_x11_get_window_child_info() to greatly reduce
9004         the number of roundtrips.
9005
9006 Fri Jul  4 22:57:18 2003  Owen Taylor  <otaylor@redhat.com>
9007
9008         * gdk/x11/gdkasync.[ch] (_gdk_send_xevent_async): Add
9009         a function to XSendEvent() and call a calback on
9010         failure/success.
9011
9012         * gdk/x11/gdkdnd-x11.c (xdnd_send_xevent): Short-circuit
9013         messages to the same process, use _gdk_send_xevent_async().
9014
9015 Fri Jul  4 22:26:27 2003  Owen Taylor  <otaylor@redhat.com>
9016
9017         * gdk/x11/gdkwindow-x11.[ch] gdkevents-x11.c: Split
9018         toplevel-specific pieces of GdkWindowImplX11 into
9019         a separate GdkToplevelX11 structure.
9020
9021 Fri Jul  4 22:05:09 2003  Owen Taylor  <otaylor@redhat.com>
9022
9023         * gdk/x11/gdkasync.c (struct _SetInputFocusState): Fix
9024         some leftover fields.
9025
9026 Fri Jul  4 15:57:52 2003  Owen Taylor  <otaylor@redhat.com>
9027
9028         * gdk/x11/gdkevents-x11.c (gdk_wm_protocols_filter):
9029         Use asynchronously _gdk_x11_set_input_focus_safe
9030         to avoid having to trap errors and XSync().
9031
9032         * gdk/x11/gdkwindow-x11.c (gdk_window_focus): Use
9033         _gdk_x11_set_input_focus_safe() here as well.
9034
9035         * gdk/x11/gdkevents-x11.c (gdk_check_wm_state_changed):
9036         Rework handling of property notifies on _NET_WM_STATE
9037         so that we ignore _NET_WM_DESKTOP notifies unless we
9038         really care.
9039
9040         * gdk/x11/gdkimage-x11.c (gdk_image_check_xshm): Use
9041         XShmQueryExtension() rather than XQueryExtension() to
9042         avoid extra rountrip.
9043
9044         * gdk/x11/gdkwindow-x11.c (_gdk_windowing_window_init):
9045         Remove unused call to XGetWindowAttributes()
9046         
9047         * gdk/x11/gdkdisplay-x11.c (gdk_display_open): Remove
9048         unused call to XGetKeyboardControl().
9049
9050         * gdk/x11/gdkdisplay-x11.c gdk/gdk.def (gdk_display_flush):
9051         Add (#99571)
9052
9053         * gdk/win32/gdkevents-win32.c gdk/linux-fb/gdkevents-fb.c 
9054         No-op implementations of gdk_display_flush().
9055
9056         * gdk/gdkwindow.c (gdk_window_process_all_updates): Use
9057         gdk_display_flush() rather than gdk_flush() to avoid
9058         XSync().
9059         
9060         * gdk/x11/gdkwindow-x11.c (update_wm_hints)
9061         gdk/x11/gdkwindow-x11.h: Centralize all handling of WM_HINTS here
9062         so that we don't have to get the property back from the server.
9063
9064         * gdk/x11/gdkwindow-x11.c (show_window_internal): Store
9065         the serial of when we map a toplevel to allow optimizing
9066         out notifies on _NET_WM_STATE/_NET_WM_DESKTOP.
9067
9068         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Don't
9069         XTranslateCoordinates() for override-redirect windows.
9070
9071 Fri Jul  4 15:59:27 2003  Owen Taylor  <otaylor@redhat.com>
9072
9073         * gdk/x11/gdkwindow-x11.c (gdk_window_set_group): Remove comment
9074         about setting window group after the window is mapped from docs
9075         - nothing the ICCCM forbids that.
9076
9077         * gdk/x11/gdkcursor-x11.c (gdk_display_get_maximal_cursor_size):
9078         Fix g_return_val_if_fail() in void return function.
9079
9080         * configure.in: Fix misplaced comma that was resulting
9081         in XShm always being disabled.
9082
9083 Fri Jul  4 19:55:49 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9084
9085         * tests/stresstest-toolbar: remove this accidentally committed
9086         file.
9087         
9088         * tests/stresstest-toolbar.c: really add this new test
9089
9090 Fri Jul  4 19:06:31 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9091
9092         * tests/stresstest-toolbar.c: new test for removing items
9093         
9094         * tests/testtoolbar.c: add a popup menu
9095
9096         * gtk/gtkcontainer.c (gtk_container_remove): add hack to avoid
9097           assert widget->parent == container when the container is a
9098           toolbar.
9099
9100         * gtk/gtktoolbar.c (gtk_toolbar_remove_tool_item): Make much
9101         simpler. Also make correct.
9102
9103         * gtk/gtktoolbar.c (gtk_toolbar_button_press): make
9104         popup_context_menu a boolean handled signal.
9105
9106 2003-07-04  Tor Lillqvist  <tml@iki.fi>
9107
9108         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_polygon,
9109         gdk_win32_draw_segments, gdk_win32_draw_lines): We can calculate
9110         the width and height of the bounding rectangle only after the
9111         minumum x and y have been found, and need a separate loop for
9112         it. Thanks to Bruce Hochstetler for providing a sample program
9113         exhibiting the bug.
9114
9115 2003-07-03  Tor Lillqvist  <tml@iki.fi>
9116
9117         * gdk/gdk.def: Add gdk_string_to_compound_text_for_display.
9118         (#116537, Peter Zelezny)
9119
9120 Thu Jul  3 03:13:20 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9121
9122         * gtk/gtkpaned.c (gtk_paned_set_child_property): Insert cast to
9123         fix warning. Assign something to old_value to quiet gcc
9124
9125         * gtk/gtkcalendar.c 
9126         (start_spinning): gtk_timeout_add->g_timeout_add
9127
9128         * gtk/gtkicontheme.c 
9129         (theme_lookup_icon): Make it compile (remove double semicolon)
9130
9131         * gtk/gtktoolbutton.c
9132         (gtk_tool_button_class_init): Long comment about properties.
9133         (gtk_tool_button_class_init): Improve text for "use_underline"
9134         property
9135         (gtk_tool_button_create_menu_proxy): Fix up to use_mnemonic based
9136         on whether the passed-in label has use_mnemonic set
9137         (gtk_tool_button_create_menu_proxy): Split image cloning out in
9138         new function. Make that function also handle image with pixbuf
9139         storage.
9140         (gtk_tool_button_construct_contents): Use gtk_widget_destroy()
9141         instead of gtk_container_remove().
9142         (gtk_tool_button_construct_contents): Fix eliding bug
9143
9144         * gtk/gtktoolbar.c
9145         (gtk_toolbar_finalize): New function. Unref tooltips, pointed out
9146         by Morten Welinder
9147         (gtk_toolbar_button_press): Make popup_context_menu signal provide
9148         coordinates and button number
9149
9150         * tests/testtoolbar.c (main): Add new pixbuf toolbutton
9151
9152         * tests/apple-red.png: new file
9153
9154 Wed Jul  2 18:00:56 2003  Owen Taylor  <otaylor@redhat.com>
9155          
9156         * gtk/gtkicontheme.[ch]: Implement a loader for
9157         named themed icon based on from gnome-desktop library
9158         by Alex Larsson.
9159
9160         * gtk/gtkiconthemeparser.[ch]: .ini file parsing code
9161         from gnome-desktop.
9162
9163         * gtk/gtkiconfactory.[ch]: Add
9164         gtk_icon_source_set/get_icon_name() to allow stock icons
9165         to be based off of named theme icons.
9166
9167         * gtk/gtkiconfactory.c: Rework sources so that the source
9168         is *either* a pixbuf, or a filename, or an icon name,
9169         instead of the pixbuf/filename mix it was before. Put a
9170         workaround for get_pixbuf() so that it can return the
9171         filename pixbuf, e.g, for render_icon().
9172
9173         * gtk/gtkiconfactory.c: Make the default setup use
9174         themed icons, and add builtin icons to the default
9175         icon theme for all the standard pixbufs, so we
9176         don't rely on actually having an icon theme on disk.
9177
9178         * gtk/gtkrc.c: Add support for @"icon-name" to specify
9179         a themed icon for a stock icon source.
9180
9181         * tests/Makefile.am test/testicontheme.c: Add a test
9182         program from gnome-desktop.
9183
9184         * gdk/x11/gdkevents-x11.c gtk/gtksettings.c: Add
9185         Net/IconThemeName / gtk-icon-theme-name setting.
9186
9187         * gtk/gtkiconfactory.c (ensure_cache_up_to_date): Actually
9188         update the icon cache serial so we don't continually
9189         think we are out-of-date.
9190
9191         * gtk/gtkwidget.c: Fix a couple of references in doc comments 
9192         to ::direction_set that should have been to ::direction-changed
9193
9194 Wed Jul  2 14:45:41 2003  Owen Taylor  <otaylor@redhat.com>
9195
9196         * gtk/gtktoolbar.c (gtk_toolbar_realize): Attach the
9197         style to the widget.
9198
9199 Wed Jul  2 15:42:26 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9200
9201         * gtk/gtk.h: Add new toolbar headers
9202
9203         * tests/testtoolbar.c: new file
9204
9205         * tests/Makefile.am (noinst_PROGRAMS): Add testtoolbar.c
9206
9207         * gtk/gtkexpander.c (gtk_expander_class_init): Make it compile
9208
9209 Tue Jul  1 22:49:25 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9210
9211         * gtk/gtktoolbar.c:
9212         (gtk_toolbar_remove_tool_item): Fix bug where list is changed
9213         inside a for loop (pointed out by Morten Welinder).
9214         (gtk_toolbar_focus_home_or_end): Minor formatting change
9215
9216         Comments from Owen:
9217
9218         * gtk/gtktoolbutton.c: remove copy of elide_underscores(). Use
9219         gtk_toolbar_elide_underscores instead.
9220
9221         * gtk/gtktoolbar.c: rename signal from focus_ends to
9222         focus_home_or_end.
9223         (_gtk_toolbar_elide_underscores): export this as an internal
9224         function.
9225         (gtk_toolbar_move_focus): add comment explaining difference to
9226         gtk_toolbar_focus();
9227         (gtk_toolbar_list_children_in_focus_order): Make TAB_FORWARD and
9228         TAB_BACKWARD focus the right widgets in RTL mode
9229
9230         * gtk/gtktoolbutton.c (gtk_tool_button_new): Change to take
9231         "label" and "icon" parameters
9232
9233         * gtk/gtktoolbutton.[ch]: remove icon_set property.
9234
9235 2003-07-01  Matthias Clasen  <maclas@gmx.de>
9236
9237         * gtk/gtkspinbutton.c (gtk_spin_button_set_digits): Improve docs.
9238         (116364, Morten Welinder) 
9239
9240         * tests/testgtk.c: Use GtkFontButton and GtkColorButton to bring up the
9241         corresponding dialogs.
9242
9243         * gtk/Makefile.am (gtk_public_h_sources): Add gtkfontbutton.h,
9244         gtkcolorbutton.h.  
9245         (gtk_c_sources): Add gtkfontbutton.c, gtkcolorbutton.c. 
9246
9247         * gtk/gtkfontbutton.[hc]: New files containing a font picker widget. 
9248
9249         * gtk/gtkcolorbutton.[hc]: New files containing a color picker widget. 
9250
9251         * gtk/gtk.h: Include gtkexpander.h, gtkfontbutton.h, gtkcolorbutton.h.
9252
9253         * gtk/gtkexpander.c: Small additions to the docs. 
9254
9255 2003-07-01  Tor Lillqvist  <tml@iki.fi>
9256
9257         * gdk/win32/gdkwindow-win32.c (_gdk_windowing_window_get_pointer):
9258         WindowFromPoint() wants screen coordinates (#115422, Tim Evans).
9259
9260 2003-07-01  Matthias Clasen  <maclas@gmx.de>
9261
9262         * configure.in: Check for Xcursor.
9263         
9264         * gdk/x11/gdkcursor-x11.c:
9265         * gdk/gdkdisplay.h: 
9266         * gdk/gdkcursor.h: RGBA cursor support based on Xcursor. New functions:
9267         gdk_cursor_new_from_pixbuf(), gdk_display_supports_cursor_alpha(), 
9268         gdk_display_supports_cursor_color(),
9269         gdk_display_get_default_cursor_size() and 
9270         gdk_display_get_maximal_cursor_size().  (#69436)
9271
9272 2003-06-30  Tor Lillqvist  <tml@iki.fi>
9273
9274         * gdk/win32/gdkdnd-win32.c (find_window_enum_proc): New function,
9275         callback proc for EnumWindows().
9276         (gdk_drag_find_window_for_screen): Actually take the drag_window
9277         argument into account: Instead of using WindowFromPoint(), use
9278         EnumWindows(), to be able to skip the drag_window. (#116320, Tony
9279         M Brown, Herman Bloggs)
9280
9281         * gdk/win32/*.c: Replace gdk_drawable_ref()/unref() and
9282         gdk_window_ref()/unref() calls with g_object_ref()/unref().
9283         Consistently use %p format in debugging output of pointers and
9284         HANDLEs.
9285
9286 2003-06-30  Mark McLoughlin  <mark@skynet.ie>
9287
9288         * gtk/gtkexpander.h: kill some stray characters
9289         breaking the build.
9290
9291 2003-06-30  Mark McLoughlin  <mark@skynet.ie>
9292
9293         Add GtkExpander. See discussion in bug #60553.
9294
9295         * gtk/gtkexpander.[ch]: add.
9296         
9297         * gtk/Makefile.am: build gtk-expander.[ch].
9298         
9299         * docs/widget_geometry.txt: add info on the layout
9300         of GtkExpander.
9301
9302 Mon Jun 30 01:20:19 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9303
9304         * gtkradiotoolbutton.c:         new file
9305         * gtkradiotoolbutton.h:            "
9306         * gtktoggletoolbutton.c:           "
9307         * gtktoggletoolbutton.h:           "
9308         * gtktoolbutton.c:                 "
9309         * gtktoolbutton.h:                 "
9310         * gtktoolitem.c:                   "
9311         * gtktoolitem.h:                   "
9312         * gtktoolbar.c: many changes
9313         * gtktoolbar.h: many changes
9314         * gtkseparatortoolitem.c:       new file
9315         * gtkseparatortoolitem.h           "
9316
9317         New toolbar.
9318         
9319         - Items on a toolbar are now separate widgets, instances of a
9320           subclass of GtkToolItem.
9321
9322         - Items there aren't room for on the toolbar are unmapped, and an
9323           overflow menu with a proxy menu item is added instead.
9324
9325         - The toolbar is keyboard navigatable. Press TAB to focus the
9326           first item, then use arrow keys and Ctrl TAB to move around the
9327           toolbar. TAB moves focus out of the toolbar.
9328
9329         - Bascially all of the old toolbar API is deprecated in favor of
9330           new API in gtktoolbar.h, gtktoolitem.h, gtktoolbutton.h
9331
9332         - The toolbar is backwards compatible with the old toolbar.
9333
9334 2003-06-29  Matthias Clasen  <maclas@gmx.de>
9335
9336         * gtk/gtkwidget.c (gtk_widget_class_init): Remove a duplicate parameter
9337         from docs, some more formatting fixes. 
9338
9339 2003-06-28  Tor Lillqvist  <tml@iki.fi>
9340
9341         Fix for #111028, thanks to J. Ali Harlow, who writes:
9342         I found that the GdkPixmap->GdkImage reference really isn't
9343         important. It's only really there to have somewhere convenient to
9344         store the location of the pixel data in the pixmap and as an easy
9345         way of accessing the dimensions of that data. I have therefore put
9346         together a fix which removes this reference entirely which seems
9347         to solve the problem.
9348
9349         * gdk/win32/gdkpixmap-win32.h (struct _GdkPixmapImplWin32):
9350         Instead of a pointer to a GdkImage, keep a pointer to the pixels
9351         directly.
9352
9353         * gdk/win32/gdkimage-win32.c (_gdk_win32_setup_pixmap_image): Remove.
9354         (_gdk_win32_new_image): New function, replacing the above. Creates
9355         a GdkImage without any associated GdkPixmap.
9356         (gdk_image_new_bitmap, _gdk_image_new_for_depth): Use it instead.
9357
9358         * gdk/win32/gdkprivate-win32.h: Remove from here, too.
9359
9360         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new_from_pixmap)
9361         * gdk/win32/gdkdrawable-win32.c (blit_from_pixmap)
9362         * gdk/win32/gdkgc-win32.c (_gdk_win32_bitmap_to_hrgn)
9363         * gdk/win32/gdkmain-win32.c (_gdk_win32_drawable_description):
9364         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_impl_win32_finalize,
9365         gdk_pixmap_new, gdk_bitmap_create_from_data, gdk_pixmap_foreign_new)
9366         Corresponding changes.
9367
9368 Thu Jun 26 21:41:16 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9369
9370         * gtk/gtktreeviewcolumn.c
9371         (gtk_tree_view_column_cell_set_cell_data): only set "is_expander"
9372         and "is_expanded" if the new value is different fromt he old one.
9373
9374 Wed Jun 25 18:59:15 BST 2003  Tony Gale <gale@gtk.org>
9375
9376         * docs/faq/gtk-faq.sgml: Fix typos. Update
9377         thread example I missed yesterday.
9378
9379 2003-06-24  Matthias Clasen  <maclas@gmx.de>
9380
9381         * gtk/gtkspinbutton.c (gtk_spin_button_class_init): Add a blurb for
9382         shadow_type. 
9383
9384         * gtk/gtkwidget.c (gtk_widget_class_install_style_property_parser): 
9385         (gtk_widget_class_list_style_properties): Use same parameter names as in  
9386         header (to silence gtk-doc).
9387
9388         * gtk/gtkalignment.c (gtk_alignment_[gs]et_padding): Fix doc comments.
9389
9390 Tue Jun 24 20:00:45 BST 2003  Tony Gale <gale@gtk.org>
9391
9392         * docs/faq/gtk-faq.sgml: Thread support updates
9393         from Owen. Various suggestions from Steve Chaplin.
9394
9395 2003-03-24  Mohammad DAMT  <mdamt@bisnisweb.com>
9396
9397         * po/id.po: Updated Indonesian translation
9398
9399 2003-06-21  Tor Lillqvist  <tml@iki.fi>
9400
9401         * gdk/win32/gdkevents-win32.c (gdk_event_translate): When
9402         emulating X11's automatic grab on button down, pass owner_events
9403         as FALSE. According to the XLib spec, automatic grabs use True for
9404         owner_events when OwnerGrabButtonMask is selected, and I don't see
9405         the X11 backend doing that. (#82497, #91619, #92835, #107322, #110271)
9406         (find_window_for_pointer_event): Improve debugging output.
9407
9408 2003-06-17  Tor Lillqvist  <tml@iki.fi>
9409
9410         * gtk-zip.sh.in (DLLDIR): Look for DLLs also in the bin
9411         subdirectory, where libtool 1.5 installs them.
9412
9413         * README.win32: Point to FSF's binary Win32 distribution of
9414         gettext-runtime.
9415
9416 2003-06-17  Matthias Clasen  <maclas@gmx.de>
9417
9418         * acinclude.m4 (JH_PATH_XML_CATALOG, JH_CHECK_XML_CATALOG): New
9419         macros to check for XML catalog contents and path, borrowed from
9420         gtk-doc. 
9421         * configure.in: New option --enable-man to enable regeneration of
9422         man pages from Docbook, if the necessary tools are found.
9423
9424 2003-06-15  Matthias Clasen  <maclas@gmx.de>
9425
9426         * gtk/gtkcalendar.c (gtk_calendar_class_init): 
9427         * gtk/gtknotebook.c (gtk_notebook_class_init): 
9428         * gtk/gtkalignment.c (gtk_alignment_class_init): 
9429         * gtk/gtkpaned.c (gtk_paned_class_init): Document new properties
9430         as 2.4 additions.
9431
9432         * gtk/gtkwidget.c (gtk_widget_class_init): Move inline signal docs 
9433         to the proper place, immediately before the g_signal_new() call.
9434
9435         * gtk/gtktextiter.h: Make the flags-nature of GtkTextSearchFlags 
9436         more obvious.  (#115122, Jeff Franks)
9437
9438 2003-06-12  Anders Carlsson  <andersca@codefactory.se>
9439
9440         * gtk/gtkwidget.c: (event_window_is_still_viewable):
9441         Special case pixmaps. (#114880)
9442         
9443 2003-06-12  Matthias Clasen  <maclas@gmx.de>
9444
9445         * gtk/gtkwidget.c: Document child-notify and drag-data-received
9446         signals. Owen, we need to figure out where the best place for
9447         these comments in the source is. I currently put them in front of
9448         the signals enum.
9449
9450 2003-06-11  Matthias Clasen  <maclas@gmx.de>
9451
9452         * gtk/gtkdnd.c (gtk_drag_check_threshold): s/threshhold/threshold/.
9453
9454 Thu Jan 12 01:01:19 2003  Kristian Rietveld  <kris@gtk.org>
9455
9456         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_process_action):
9457         silly typo fix. s/seperator/separator/. This gets rid of the
9458         assert spam when using TreeView.
9459
9460 Tue Jun 10 11:23:48 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
9461
9462         * modules/input/gtkimcontextxim.c (xim_instantiate_callback): New
9463         function for XIM instantiate callback.
9464         * modules/input/gtkimcontextxim.c (xim_info_try_im): New function
9465         where call to XOpenIM() or XRegisterIMInstantiateCallback() is
9466         actually made.
9467         * modules/input/gtkimcontextxim.c (xim_destroy_callback): New function
9468         for XIM's destroy callback.
9469         * modules/input/gtkimcontextxim.c (get_im): add a check if info->im 
9470         is set or not - if it's not set, call xim_info_try_im() to try to
9471         initiaize it.
9472         * modules/input/gtkimcontextxim.c (reinitialize_ic): reset
9473         filter_key_release flag of the context.
9474         * modules/input/gtkimcontextxim.c (get_ic_real): removed
9475         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_get_ic): move
9476         code from the removed get_ic_real().
9477
9478         For XIM instantiation, destruction and re-instantiation. With
9479         this, Gtk+ apps will be able to connect or reconnect to the XIM,
9480         when it starts after the apps, or when the XIM gets lost and recover.
9481         (#113099, #107782).
9482
9483 Mon Jun 10 01:12:31 2003  Kristian Rietveld  <kris@gtk.org>
9484
9485         Merged from stable.
9486
9487         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_get_size):
9488         check if width is !null, not *width. Doh.
9489
9490 Tue Jun 10 01:09:33 2003  Kristian Rietveld  <kris@gtk.org>
9491
9492         Merged from stable.
9493
9494         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_process_action):
9495         Remove the weird dx logic, get all cell_area and background_area
9496         calculations right. Not sure what was up with it before. (Fixes
9497         #110989, testcase from Vasco Alexandre da Silva Costa).
9498
9499 Tue Jun 10 00:58:23 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9500
9501         * tests/testgtk.c: Make it compile with C89 compilers
9502
9503 2003-06-10  Matthias Clasen  <maclas@gmx.de>
9504
9505         * gtk/gtktextview.c (gtk_text_view_class_init): Install boolean
9506         property "overwrite".
9507         (gtk_text_view_[gs]et_property): Handle "overwrite".
9508         * gtk/gtktextview.[hc] (gtk_text_view_[gs]et_overwrite): Getter
9509         and setter for "overwrite" property.  (#110241, Jeroen Zwartepoorte)
9510
9511 2003-06-09  Matthias Clasen  <maclas@gmx.de>
9512
9513         * gtk/gtkpaned.c (gtk_paned_class_init): Install boolean child
9514         properties "resize" and "shrink".
9515         (gtk_paned_[gs]et_child_property): Implementations of 
9516         GtkContainer::[gs]et_child_property.  
9517         * tests/testgtk.c (toggle_resize, toggle_shrink): Use the new
9518         paned child properties instead of remove/add hacks.  (#114667, 
9519         Soeren Sandmann) 
9520
9521 Mon Jun  9 16:18:11 2003  Owen Taylor  <otaylor@redhat.com>
9522
9523         * gtk/gtknotebook.c (gtk_notebook_button_press): Back
9524         out event->window test - it wasn't needed because
9525         of the call to get_widget_coordinates().
9526
9527         * gtk/gtknotebook.c (gtk_notebook_button_press): Remove
9528         call to gtk_widget_grab_focus() when not clicking on
9529         any tabs. (Real fix for #114534)
9530
9531 Sun Jun  8 22:03:09 2003  Owen Taylor  <otaylor@redhat.com>
9532
9533         * tests/testdnd.c: Use application/x-rootwindow-drop for
9534         root window drops. (#108670, Alex Larsson)
9535
9536         * gdk/x11/gdkdnd-x11.c (gdk_drag_motion) gtk/gtkdnd.c (gtk_drag_drop): 
9537         Accept either application/x-rootwin-drop (what GTK+ has always used)
9538         or application/x-rootwindow-drop (what the XDND standard specifies).
9539
9540 Fri Jun  6 11:07:33 2003  Owen Taylor  <otaylor@redhat.com>
9541
9542         * gtk/gtkwidget.c (event_window_still_viewable): 
9543         Before delivering an event to a widget, check that
9544         (if relevant), the event's window is still viewable.
9545         (#105642, Dennis Björklund)
9546
9547         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): 
9548         NULL out private->parent, since after destruction
9549         it might not be valid any more.
9550
9551         * gdk/gdkwindow.c (gdk_window_is_viewable): Fix some
9552         accesses before g_return_val_if_fail(). Treat 
9553         DESTROYED windows as unmapped.
9554
9555 Thu Jun  5 09:28:03 2003  Owen Taylor  <otaylor@redhat.com>
9556
9557         * gtk/gtkentry.c: Recompute unconditionally in
9558         gtk_entry_style_set, and in a new gtk_label_screen_changed().
9559         Protect the guts of recompute_idle_func() with
9560         gtk_widget_has_screen(). (#114040, Morten Welinder) 
9561         Fix FALSE/0 confusion.
9562         
9563 Sun Jun  8 18:27:14 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9564
9565         * gdk/gdkpixbuf-drawable.c (G8fromRGB565): swap G and B.
9566         Fixes (#114669)
9567
9568 Sun Jun  8 11:27:29 2003  Owen Taylor  <otaylor@redhat.com>
9569
9570         * gtk/gtkviewport.c (viewport_set_adjustment): Fix bug with 
9571         set_adjustment (viewport, NULL);
9572
9573 2003-06-07  Matthias Clasen  <maclas@gmx.de>
9574
9575         * gtk/gtkiconfactory.c (get_default_icons): 
9576         * gtk/stock-icons/stock_{undo,redo,undelete,revert}_rtl_{16,24}.png:
9577         * gtk/stock-icons/Makefile.am: Add rtl variants of undo, redo,
9578         undelete and revert.  (#96633)
9579         
9580 Fri Jun  6 16:25:44 2003  Owen Taylor  <otaylor@redhat.com>
9581
9582         * gtk/gtkviewport.c: Many fixes, along with extensive cleanups and 
9583         refactoring of code to reduce duplication; fixes include:
9584
9585         - gtk_viewport_realize(): Position the window correct from adjustment 
9586         values. (#110737, Michael Natterer)
9587
9588         - Remove some division-by-zero checks in places where there is no 
9589         longer division. (#110737)
9590
9591         - gtk_viewport_class_init: Make the hadjustment/vadjustment properties 
9592         G_PARAM_CONSTRUCT, so that there will always be adjustments, even 
9593         if gtk_viewport_new isn't used (#101135, Thomas Leonard).
9594
9595         - Switch over to encapsulated lazy-creation for hadjustment/
9596         vadjustment; even with the CONSTRUCT property, we need this after
9597         destroy.
9598
9599         - When updating the adjustment, immediate set their values to
9600         match the the current range of the viewport, and update the 
9601         viewport position to match the value of the new adjustments. 
9602         (Part of #1165)
9603
9604 2003-06-06  Tor Lillqvist  <tml@iki.fi>
9605
9606         * gdk/win32/gdkprivate-win32.h: Fix typo.
9607
9608         * gdk/win32/gdkgc-win32.c (_gdk_win32_gc_new): Set
9609         graphics_exposures and subwindow_mode, too, even if they aren't
9610         currently used.
9611
9612 Fri Jun  6 23:38:23 2003  Kristian Rietveld  <kris@gtk.org>
9613
9614         Merged from stable.
9615
9616         * gtk/gtktreeview.c (do_expand_collapse),
9617         (expand_collapse_timeout), (cancel_arrow_animation): made
9618         expand_collapse_timeout a wrapper with locks around     
9619         do_expand_collapse, made cancel_arrow_animation use
9620         do_expand_collapse. Fixes threadlock. (Fixes #111286, patch from
9621         Peter Bloomfield).
9622
9623 Fri Jun  6 11:05:45 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
9624
9625         * modules/input/gtkimcontextxim.h (struct _GtkIMContextXIM):
9626         * modules/input/gtkimcontextxim.c (preedit_start_callback,
9627         preedit_draw_callback, preedit_done_callback): Add a 'finalizing' flag 
9628         to keep preedit-[start,changed,end] signals from being called during
9629         finalization (#111861).
9630
9631 2003-06-05  Noah Levitt  <nlevitt@columbia.edu>
9632
9633         * gtk/gtknotebook.c (gtk_notebook_button_press): Ignore button
9634         presses that are not on the tab (#114534).
9635
9636 Thu Jun  5 20:35:40 2003  Owen Taylor  <otaylor@redhat.com>
9637
9638         * demos/Makefile.am: Conditionalize dependencies for
9639         gdk-pixbuf-csource on cross-compilation (#112391, J. Ali Harlow). 
9640         Buildtest-inline-pixbufs.h in srcdir. Don't try to build 
9641         test-inline-pixbufs.h if we don't have libpng.
9642
9643         * gtk/stock-icons/Makefile.am (gtkstockpixbufs.h): 
9644         Add a dependency on gdk-pixbuf.loaders when not 
9645         cross-compiling, remove the dependency on gdk-pixbuf-csource
9646         when not cross compiling.
9647
9648 Thu Jun  5 20:12:51 2003  Owen Taylor  <otaylor@redhat.com>
9649
9650         * gtk/gtkwindow.c (gtk_window_get_default_size): Handle
9651         gtk_window_get_geometry_info() returning NULL.
9652         (#107311, John Finlay)
9653
9654 Thu Jun  5 19:24:33 2003  Owen Taylor  <otaylor@redhat.com>
9655
9656         * gtk/gtktoolbar.c (gtk_toolbar_expose): Subtract off
9657         twice the border width from the width/height, not
9658         1x the border width. (#106336, Rodney Dawes)
9659
9660 Thu Jun  5 15:33:38 2003  Owen Taylor  <otaylor@redhat.com>
9661  
9662         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_next_line):
9663         If at the end of the buffer, move to the end iter -
9664         parallels behavior of move_iter_to_previous_line.
9665         (#81960, Padraig O'Briain)
9666  
9667 Thu Jun  5 16:12:54 2003  Owen Taylor  <otaylor@redhat.com>
9668
9669         #80023, Yao Zhang, TOKUNAGA Hiroyuki
9670
9671         * gtk/gtktextlayout.c (gtk_text_layout_get_cursor_locations):
9672         Account for the preedit cursor offset if the iter passed
9673         in is at the same place as the insertion cursor.
9674
9675         * gtk/gtktextview.c (gtk_text_view_get_cursor_location):
9676         Encapsulate getting the insertion cursor location.
9677
9678         * gtk/gtktextview.c (gtk_text_view_update_im_spot_location):
9679         Pass the real y/height to the IM context. Take 
9680         text_view->x/yoffset into account.
9681
9682 Thu Jun  5 16:52:54 2003  Owen Taylor  <otaylor@redhat.com>
9683
9684         * gtk/gtktextview.[ch]: Never scroll on focus in
9685         (#81893, Patch from Paolo Maggi)
9686
9687         * gtk/gtktextview.c (gtk_text_view_scroll_[h]pages): 
9688         Scroll to the current cursor location before handling
9689         the action, in case the user just tabbed in
9690         and the cursor is offscreen.
9691
9692 Thu Jun  5 17:20:40 2003  Owen Taylor  <otaylor@redhat.com>
9693          
9694          #107883, Gustavo Giráldez
9695
9696         * gtk/gtktextlayout.c (gtk_text_layout_emit_changed):
9697         Split out the case where we know we changed, and 
9698         already dealt with our cached line being invalidated
9699         from external calls to gtk_text_layout_changed.
9700
9701         * gtk/gtktextlayout.c (gtk_text_layout_changed):
9702         Check if the invalidate yrange intersects our
9703         cached line, and clear it if necessary.
9704
9705 2003-06-05  Tor Lillqvist  <tml@iki.fi>
9706
9707         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Handle global
9708         filters.
9709
9710 2003-06-05  Matthias Clasen  <maclas@gmx.de>
9711
9712         * gtk/gtktextview.c: Fix for #84668, reported by Torbjrn Andersson:
9713         (gtk_text_view_grab_notify): 
9714         (gtk_text_view_state_changed): Implement these
9715         to unobscure cursor when grab shadowed or insensitised.
9716         (gtk_text_view_unobscure_mouse_cursor): New function to undo the
9717         effect of gtk_text_view_obscure_mouse_cursor(). Code lifted from
9718         gtk_text_view_motion_event().
9719         (gtk_text_view_motion_event): Use gtk_text_view_obscure_mouse_cursor().
9720
9721         * gtk/gtktextview.c (select_all): New keybinding signal for
9722         (un)selecting the whole buffer. Bound to C-a/C-\.  (see #107889)
9723
9724         * gtk/gtkcalendar.c (calendar_timer): 
9725         (stop_spinning): Replace deprecated gtk_timeout_* functions by
9726         their GLib counterparts.  (#114429)
9727
9728         * gtk/gtktreestore.c (gtk_tree_store_new): 
9729         * gtk/gtkliststore.c (gtk_list_store_new): Document restriction on 
9730         types.
9731
9732 Wed Jun  4 19:42:17 2003  Owen Taylor  <otaylor@redhat.com>
9733
9734         * gdk/gdkpango.c (gdk_draw_layout_line_with_colors):
9735         When drawing underlines, join up adjacent runs
9736         where possible, so we don't get changes in 
9737         shaper/font/etc. breaking underlines. (#103662,
9738         Kang Jeong-Hee)
9739
9740 Wed Jun  4 19:22:58 2003  Jonathan Blandford  <jrb@redhat.com>
9741
9742         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_level_find_insert):
9743         Slightly modified patch from Owen Taylor <otaylor@redhat.com> to
9744         improve the speed of inserting rows into an already sorted list,
9745         #109292
9746
9747 Wed Jun  4 19:24:28 2003  Owen Taylor  <otaylor@redhat.com>
9748
9749         * gdk/x11/gdkgc-x11.c gdk/x11/gdkprivate-x11.h: Keep
9750         track of when we have a clip mask set for the GC,
9751         and when we unset it, or switch to a clip region,
9752         immediately call XSetClipMask (..., None) to avoid
9753         Xlib caching stale data. (#111806)
9754
9755         * gtk/gtktextdisplay.c: Don't set a clip mask
9756         when drawing alpha pixmaps; it isn't necessary any more.
9757         (#111806)
9758
9759 Wed Jun  4 18:27:44 2003  Owen Taylor  <otaylor@redhat.com>
9760
9761         * gtk/gtkcheckbutton.c (gtk_real_check_button_draw_indicator): 
9762         gtk/gtkradiobutton.c (gtk_radio_button_draw_indicator): 
9763         Use GTK_WIDGET_IS_SENSITIVE(), not GTK_WIDGET_SENSITIVE
9764         (#92548, Tim Evans)
9765
9766         * gtk/gtkcheckmenuitem.c (gtk_real_check_menu_item_draw_indicator)
9767         gtk/gtkradiomenuitem.c (gtk_radio_menu_item_draw_indicator): If
9768         Use state_type = STATE_INSENSITIVE for insensitive menu items.
9769
9770 Wed Jun  4 21:25:35 2003  Kristian Rietveld  <kris@gtk.org>
9771
9772         Merged from stable.
9773
9774         * gtk/gtktreeview.c (gtk_tree_view_drag_begin): use a silent
9775         assert for get_info. (reported by Michael Natterer),
9776         (gtk_tree_view_expand_all_emission_helper),
9777         (gtk_tree_view_expand_all_helper): emit row_expanded for all
9778         expanded rows during an _expand_all operation. (Fixes #111280,
9779         reported by Benjamin Bayart).
9780
9781 Tue Jun  3 18:32:30 2003  Owen Taylor  <otaylor@redhat.com>
9782
9783         * gdk/x11/gdkevents-x11.c (gdk_wm_protocols_filter): Don't
9784         respond to pings on a root window; prevents infinite
9785         loops if we are selecting for SubstructureNotify on the
9786         root window. (#111945, Sergey V. Udaltsov)
9787
9788 Tue Jun  3 17:39:16 2003  Owen Taylor  <otaylor@redhat.com>
9789
9790         #71597, reported by Morten Welinder
9791
9792         * gdk/gdkpixbuf-drawable.c (rgb888amsb): Fix and simplify
9793         (Patch from Christian Petig)
9794
9795         * gdk/gdkpixbuf-drawable.c (rgb{555,565}{a,}{msb,lsb}):
9796         Major rewrite of 555 and 565 conversion routines:
9797
9798         - Move all the bit shifting into a small block of macros,
9799           eliminating much duplication of complicated arithmetic.
9800         - Get rid of 2-pixels at a time code, which was buggy,
9801           hard to maintain, caused unaligned accesses, and
9802           probably didn't actually perform any better.
9803         - Simplify cases where different data types were
9804           used for the little and big endian cases, use
9805           GUINT16_SWAP_LE_BE() where appropriate.
9806                 
9807 Tue Jun  3 15:05:47 2003  Owen Taylor  <otaylor@redhat.com>
9808
9809         * gdk/x11/gdkdrawable-x11.c (convert_to_format): Remove
9810         bad optimization for src_rowstride == dest_stride.
9811         (Didn't consider the case where we were copying only
9812         partial widths of a wider source buffer)
9813         (#113034, reported by Hans Petter Jansson)
9814
9815 2003-06-03  Michael Natterer  <mitch@gimp.org>
9816
9817         * gdk/x11/gdkinput-x11.c (_gdk_input_common_find_events):
9818         reenabled button_release events for xinput devices. (#113948)
9819
9820 2003-06-03  Christian Rose  <menthos@menthos.com>
9821
9822         * configure.in: Added "li" to ALL_LINGUAS.
9823
9824 Mon Jun  2 18:58:54 2003  Owen Taylor  <otaylor@redhat.com>
9825
9826         * gtk/gtknotebook.c (gtk_notebook_size_allocate): Don't
9827         map the event window if the notebook isn't mapped. (#113980,
9828         Richard Reich)
9829
9830 2003-06-02  Sven Neumann  <sven@gimp.org>
9831
9832         * gtk/gtkprogress.c (gtk_progress_changed): added a missing cast.
9833
9834         * gdk/gdkrgb.c (gdk_rgb_try_colormap): removed an unused variable.
9835
9836 2003-06-01  Matthias Clasen  <maclas@gmx.de>
9837
9838         * gtk/gtkalignment.c (gtk_alignment_[gs]et_padding): Add 
9839         Since: 2.4 to the docs.
9840
9841         * gtk/gtkwindow.c (gtk_window_parse_geometry): Add some hints and
9842         an example to the docs.  (#98427)
9843
9844 2003-05-30  Murray Cumming  <murrayc@usa.net>
9845
9846         * gtk/gtkalignment.[h|c]: Added 4-sided padding as properties with
9847         gtk_alignment_get_padding() and gtk_aligment_set_padding(). This
9848         uses the new private data system - see g_type_class_add_private() in
9849         gtk_alignment_class_init() and the use of GTK_ALIGNMENT_GET_PRIVATE().
9850
9851 2003-05-30  Matthias Clasen  <maclas@gmx.de>
9852         
9853         * gtk/gtknotebook.c: Changed guint to GtkNotebookArrow in the
9854         signature of gtk_notebook_draw_arrow() for Solaris builds to go
9855         through.  (#114043, Anand Subramanian)
9856
9857 Thu May 29 18:30:35 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
9858
9859         * modules/input/imipa.c: 
9860         use GETTEXT_PACKAGE to get a translation for "ipa"(#113850).
9861
9862 Thu May 29 18:08:01 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
9863
9864         * gtk/gtkimmodule.c (_gtk_im_module_list):
9865         use GETTEXT_PACKAGE to get a translation for "Default"(#113850).
9866
9867 Thu May 29 09:34:05 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
9868
9869         * gtk/gtkimmodule.c (_gtk_im_module_list): make "Default"
9870         label of default input method localizable.
9871         * gtk/gtkimmulticontext.c (gtk_im_multicontext_append_menuitems): 
9872         use translations of input method context names
9873         * modules/input/imam-et.c, modules/input/imcyrillic-translit.c,
9874           modules/input/iminuktitut.c, modules/input/imthai-broken.c,
9875           modules/input/imti-er.c, modules/input/imti-et.c
9876           modules/input/imviqr.c, modules/input/imxim.c
9877         use GETTEXT_PACKAGE instead of "gtk+" for domain name.
9878         (#113850).
9879
9880 Thu May 29 18:23:01 2003  Kristian Rietveld  <kris@gtk.org>
9881
9882         Merged from stable.
9883
9884         * gtk/gtktreeview.c (gtk_tree_view_button_press): put the focus
9885         grab separate, the user might clear the tree in the focus-in
9886         callback. (Fixes #113086, testcase from Felipe Heidrich).
9887
9888 Thu May 29 18:06:26 2003  Kristian Rietveld  <kris@gtk.org>
9889
9890         Merged from stable.
9891
9892         * gtk/gtktreeview.c (gtk_tree_model_set_model): reset a bunch
9893         of row reference when we unset the model. Also reset
9894         dy and top_row_dy. (Fixes #109289, patch from Owen Taylor).
9895
9896 Thu May 29 17:12:19 2003  Kristian Rietveld  <kris@gtk.org>
9897
9898         Merged from stable.
9899
9900         * gtk/gtktreeview.c (gtk_tree_view_set_cursor_on_cell): cancel
9901         the current editing, if it exists. (Fixes #108956, reported by
9902         Michael Natterer).
9903
9904 Thu May 29 17:06:09 2003  Kristian Rietveld  <kris@gtk.org>
9905
9906         Merged from stable.
9907
9908         * gtk/gtktreeview.c (check_selection_helper): new function,
9909         (gtk_tree_view_row_deleted): traverse the tree from the
9910         deleted node to see whether the selection changed, instead of
9911         just checking this node. (Fixes #107400, reported by 'Duncan').
9912
9913 Thu May 29 16:31:34 2003  Kristian Rietveld  <kris@gtk.org>
9914
9915         Merged from stable.
9916
9917         * gtk/gtktreeview.c (gtk_tree_view_maybe_begin_dragging_row),
9918         (gtk_tree_view_drag_begin): set the DnD icon in _drag_begin
9919         instead of _maybe_begin_dragging_row, so the icon can be
9920         overridden by apps. (Fixes #104374, patch from Daniel Elstner).
9921
9922 Thu May 29 16:14:04 2003  Kristian Rietveld  <kris@gtk.org>
9923
9924         Merged from stable.
9925
9926         * gtk/gtktreeview.c (gtk_tree_view_start_editing): correct
9927         cell_area x/width for the expander if needed. (Fixes #101748,
9928         reported by Dave Cook and Mariano Suarez-Alvarez).
9929
9930 Thu May 29 16:01:38 2003  Kristian Rietveld  <kris@gtk.org>
9931
9932         Merged from stable.
9933
9934         * gtk/gtktreeview.c (gtk_tree_view_real_set_cursor): check
9935         if tree/node are still the same after _internal_select_node.
9936         (Fixes #92256, reported by edscott).
9937
9938 Thu May 29 15:38:30 2003  Kristian Rietveld  <kris@gtk.org>
9939
9940         Fixes #75745, reported by Richard Hult. Merged from stable.
9941
9942         * gtk/gtktreeview.c (gtk_tree_view_bin_expose): set/unset
9943         GTK_CELL_RENDERER_FOCUSED flag whether the current node is the
9944         cursor or not.
9945
9946         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_process_action):
9947         if we are rendering a cursor row, and the cell the be
9948         processed has focus, then set the GTK_CELL_RENDERER_FOCUSED
9949         flag (else we unset it).
9950
9951 2003-05-27  Matthias Clasen  <maclas@gmx.de>
9952
9953         * gtk/gtkwindow-decorate.c: 
9954         * gtk/gtktreeprivate.h: 
9955         * gtk/gtkdnd.c: 
9956         * gdk/win32/gdkwindow-win32.h: 
9957         * gdk/linux-fb/gdkprivate-fb.h: 
9958         * gdk/linux-fb/gdkkeyboard-fb.c: Remove dubious bitfields of
9959         unspecified signedness.  (#112919, Morten Welinder)
9960
9961         * gtk/queryimmodules.c (escape_string): 
9962         * gtk/gtktextbtree.c (_gtk_text_btree_get_text): 
9963         * gtk/gtksettings.c (_gtk_settings_parse_convert): 
9964         * gtk/gtkrc.c (gtk_rc_parse_assignment): 
9965         * gtk/gtkinputdialog.c (gtk_input_dialog_set_key): 
9966         * gdk/x11/gdkdisplay-x11.c (escape_for_xmessage): Replace all 
9967         occurances of g_string_new ("") by g_string_new (NULL). (#106975,
9968         Morten Welinder) 
9969
9970 2003-05-27  Tor Lillqvist  <tml@iki.fi>
9971
9972         * gtk-zip.sh.in: Only include the Default and Emacs themes' gtkrc
9973         files. Include share/gtk-doc/{gdk-pixbuf,gdk,gtk}.
9974
9975         * gdk/Makefile.am: libgdk-win32-2.0.la depends on
9976         win32/libgdk-win32.la.
9977
9978         * gtk/gtk.def: Add gtk_tree_view_column_cell_get_position.
9979
9980 Sat May 24 22:19:13 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9981
9982         * gtk/gtkscrollbar.c (gtk_scrollbar_class_init): Make the minimum
9983         scrollbar slider length 21 instead of 7.
9984
9985 2003-05-23  Matthias Clasen  <maclas@gmx.de>
9986
9987         * gtk/gtknotebook.c: Add support for up to four scroll
9988         arrows. Control their display by new style properties
9989         "has_forward_stepper", "has_backward_stepper",
9990         "has_secondary_forward_stepper" and
9991         has_secondary_backward_stepper". (#110540)
9992
9993         * gtk/gtknotebook.h (struct _GtkNotebook): Make in_child and
9994         click_child three bits wide, add
9995         has_{before,after}_{previous,next} fields.
9996
9997         * gtk/gtkcolorsel.c (gtk_color_selection_init): Update color on
9998         focus out of hex_entry.  (#112665)
9999         (hex_focus_out): New signal handler for focus out of hex entry.
10000
10001 Wed May 21 19:01:06 2003  Owen Taylor  <otaylor@redhat.com>
10002
10003         * gtk/gtkwidget.c (gtk_widget_realize): 
10004         g_return_if_fail() if
10005         GTK_WIDGET_ANCHORED (widget) || GTK_IS_INVISIBLE (widget).
10006         (#107872, Christian Reis)
10007
10008 2003-05-22  Matthias Clasen  <maclas@gmx.de>
10009
10010         * gtk/gtkfilesel.c (gtk_file_selection_create_dir): 
10011         (gtk_file_selection_rename_file): Some keynav improvements for the
10012         "Rename File" and "Create Directory" subdialogs: Enter in entry
10013         activates default, default is "Create"/"Rename", Escape cancels
10014         dialog.  (#113110)
10015         (gtk_file_selection_set_filename): Add a hint about opening 
10016         directories.  (#113175)
10017
10018 2003-05-22  Matthias Clasen  <maclas@gmx.de>
10019
10020         * gdk/x11/gdkdrawable-x11.c (gdk_x11_drawable_update_xft_clip):
10021         Use XftDrawSetClipRectangles(), since we're inside HAVE_XFT2
10022         anyway.  (#113476)
10023
10024 Wed May 21 15:53:14 2003  Owen Taylor  <otaylor@redhat.com>
10025
10026         * gtk/gtkprogress.c (gtk_progress_set_format_string,
10027         gtk_progress_set_show_text): Always queue a resize ... 
10028         we rely on the size-allocate to do the update, plus a 
10029         different format can actually change our size requisition.
10030         (#111052, Vasco Alexandre da Silva Costa)
10031
10032         * gtk/gtkprogress.c (gtk_progress_changed): Track
10033         ::changed as well as ::value_changed, and queue a
10034         resize on ::changed when necessary.
10035
10036         * gtk/gtkprogress.c (gtk_progress_set_adjustment): 
10037         Call gtk_progress_changed() here to update or 
10038         queue a resize as necessary.
10039
10040 Wed May 21 14:06:13 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
10041
10042         * gtk/gtkimcontextsimple.c: added composing rules of
10043         Greek accented letters, patch by Vasilis Vasaitis (#107507)
10044
10045 Wed May 21 13:19:05 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
10046
10047         * gtk/gtkenums.h (enum GtkIMPreeditStyle, GtkIMStatusStyle): 
10048         * modules/input/gtkimcontextxim.c (preedit_style_change, status_style_change):
10049         gtk settings for XIMPreeditNone and XIMStatusNone. (#105909)
10050
10051 Wed May 21 12:10:25 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
10052
10053         * gtk/gtkimcontextsimple.c: 
10054         code that can check the compose table for ascending order,
10055         by Vasilis Vasaitis (#104862).
10056
10057 Wed May 21 12:52:01 2003  Owen Taylor  <otaylor@redhat.com>
10058
10059         * gtk/gtkkeyhash.[ch] (_gtk_key_hash_looku): We need 
10060         to pass the unmasked state to gdk_keymap_translate_keyboard_state() 
10061         to handle the case where a modifier not in the mask
10062         (like Num_Lock) changes the key value, so replace
10063         the masked state with a state/mask pair. (#106913,
10064         Olivier Ripoll)
10065
10066         * gtk/gtkwindow.c gtk/gtkbinding.c: Update to pass
10067         in state/mask pair to _gtk_key_hash_lookup()
10068
10069 Tue May 20 21:58:00 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
10070
10071         * modules/input/gtkimcontextxim.c (xim_info_display_closed):
10072         fix a memory leak, free input context list (#113259).
10073
10074 2003-05-21  Matthias Clasen  <maclas@gmx.de>
10075
10076         * configure.in (all_loaders): Add pcx.
10077
10078         * gtk/gtkcalendar.c: Make calendar controls spin.  (#112540)
10079
10080 Tue May 20 17:27:24 2003  Owen Taylor  <otaylor@redhat.com>
10081
10082         * gtk/gtkimmodule.c (gtk_im_module_init): Silently
10083         accept a missing gtk.immodules file, some people
10084         want to run without one. (#112406, patch from
10085         Arnaud Charlet)
10086
10087 Tue May 20 17:05:31 2003  Owen Taylor  <otaylor@redhat.com>
10088
10089         * gtk/gtkwindow.c (gtk_window_compute_hints): Fix 
10090         height/width confusion (#113370, Xan Lopez)
10091
10092 Tue May 20 15:48:45 2003  Owen Taylor  <otaylor@redhat.com>
10093
10094         * gdk/x11/gdkdnd-x11.c gdk/x11/gdkwindow-x11.c: Comprehensively
10095         zero all unused parts of client messages (Mainly Motif DND
10096         and EWMH). Also, fix a couple places where we were putting
10097         contents into Motif DND messages that didn't belong.
10098         (#113361, EWMH problem reported by Lubos Lunak)
10099
10100         * gtk/gtkselection.c (_gtk_selection_request): Handle the
10101         case where the property type for the multiple atoms is
10102         ATOM_PAIR by doing the conversions ourselve. This is
10103         needed for Xt inter-operation.
10104
10105 2003-05-19 Arafat Medini <lumina@silverpen.de>
10106
10107         * configure.in: Added ar to ALL_LINGUAS
10108
10109 2003-05-19  Matthias Clasen  <maclas@gmx.de>
10110
10111         * gtk/gtksettings.c (gtk_rc_property_parse_border,
10112         gtk_rc_property_parse_color, gtk_rc_property_parse_enum,
10113         gtk_rc_property_parse_flags, gtk_rc_property_parse_requisition):
10114         Add docs.
10115
10116         * gtk/gtkwidget.c (gtk_widget_class_install_style_property, 
10117         gtk_widget_class_install_style_property_parser): Add docs. 
10118
10119 2003-05-17  Matthias Clasen  <maclas@gmx.de>
10120
10121         * tests/prop-editor.c: Add navigation for object properties, so
10122         that you can easily edit the properties of the parent of a widget.
10123         (#113152)
10124
10125 Wed May 14 17:45:32 2003  Owen Taylor  <otaylor@redhat.com>
10126
10127         * gdk/gdkkeysyms.h gdk/gdkkeynames.c gdk/gdkkeyuni.c:
10128         Patch from Vasilis Vasaitis to fix Greek_IOTAdi[a]eresis 
10129         inconsistency and leave the old name as an aliass (#104873)
10130
10131 Wed May 14 16:40:09 2003  Owen Taylor  <otaylor@redhat.com>
10132
10133         * gtk/gtkframe.c (gtk_frame_set_label_widget): Patch
10134         from Charles Schmidt to add missing notify (#108305)
10135
10136 Wed May 14 16:00:51 2003  Owen Taylor  <otaylor@redhat.com>
10137  
10138         * gdk/x11/gdkgc-x11.c: Remove unecessary g_return_if_fail().
10139         (#105500, Morten Welinder.)
10140  
10141 Wed May 14 09:05:11 2003   Hidetoshi Tajima <hidetoshi.tajima@sun.com>
10142
10143         * modules/input/gtkimcontextxim.c (get_ic_real): use type of guint32
10144         instead of gumake for XNFilterEvents event mask(#110493).
10145
10146 2003-05-11  Anders Carlsson  <andersca@codefactory.se>
10147
10148         * gtk/gtkdnd.c (gtk_drag_source_unset_icon): Don't cast a gchar to
10149         a GObject. (#112762)
10150
10151 2003-05-08  Sven Neumann  <sven@gimp.org>
10152
10153         * configure.in: set the HAVE_X11R6 automake conditional to false
10154         if not compiling for X11.
10155
10156 2003-05-08  Matthias Clasen  <maclas@gmx.de>
10157
10158         * gtk/gtkcalendar.[ch] (gtk_calendar_set_display_options): 
10159         (gtk_calendar_get_display_options): New functions.
10160         (gtk_calendar_display_options): Depreate.  (#64567)
10161         (gtk_calendar_class_init): Add boolean properties for the display
10162         options.  (#50949)
10163
10164 Tue May  6 16:50:52 2003  Owen Taylor  <otaylor@redhat.com>
10165
10166         Patch from James Henstridge to update to automake-1.7
10167         (#109542)
10168  
10169         * autogen.sh: update to call newer tools.
10170  
10171         * configure.in: various updates, to use M4 macros to put
10172         variables that change each release at the top.
10173         Use AC_HELP_STRING to format help strings.
10174         Use AC_CONFIG_COMMANDS to generate gdkconfig.h.
10175  
10176         * Makefile.am: require Automake 1.7.  Remove gdk-2.0.pc and
10177         gtk+-2.0.pc on uninstall.  Pass --enable-gtk-doc to configure
10178         during distcheck.
10179  
10180         * docs/reference/*/Makefile.am: simplify to use the gtk-doc.make
10181         makefile fragment.
10182  
10183         * */Makefile.am: don't use STRIP_BEGIN/STRIP_END.
10184         Use BUILT_SOURCES where appropriate.
10185         Build generated files in builddir rather than srcdir.
10186         Fix uninstall and distclean targets to satisfy distcheck.
10187
10188         ===
10189
10190         * gdk/*/Makefile.am: Remove the hacks to get gdkenumtypes.h
10191         built first, since we are now using BUILT_SOURCES.
10192
10193         * gdk/Makefile.am: Remove an outdated comment about gdk_headers.
10194
10195         * demos/gtk-demo/Makefile.am: Fix srcdir != buildd problem
10196         with geninclude.pl.
10197
10198         * configure.in: Update versions to 2.3.0.
10199  
10200 2003-05-06  Tor Lillqvist  <tml@iki.fi>
10201
10202         Fix for #110165 (thanks to Arnaud Charlet):
10203         
10204         * gdk/win32/gdkevents-win32.c (build_keypress_event,
10205         build_keyrelease_event): For unshifted control char, use
10206         lowercase ASCII keyval.
10207         (gdk_event_translate): Similarily, when handling WM_SYSKEYDOWN and
10208         UP (i.e. Alt-something), if it's an unshifted ASCII letter, use
10209         lowercase keyval. Use build_key_event_state() here, too, instead
10210         of minor code duplication.
10211
10212 2003-05-06  Matthias Clasen  <maclas@gmx.de>
10213
10214         * tests/testmultidisplay.c: Don't include strings.h, it's not
10215         needed anymore.  (#112388)
10216
10217         * examples/menu/itemfactory.c: 
10218         * docs/tutorial/gtk-tut.sgml: Remove an unneeded include from the
10219         itemfactory example.
10220
10221 2003-05-05  Matthias Clasen  <maclas@gmx.de>
10222
10223         * gtk/gtkdnd.c (gtk_drag_source_set_icon_stock):  Actually set the
10224         icon type to the stock icon type.  (#111735, Dave Bordoley)
10225
10226 2003-05-05  Christian Rose  <menthos@menthos.com>
10227
10228         * configure.in: Added sr and sr@Latn to ALL_LINGUAS.
10229         Removed sp, it's replaced by sr@Latn.
10230
10231 Wed Apr 30 22:09:11 BST 2003  Tony Gale <gale@gtk.org>
10232
10233         * docs/faq/gtk-faq.sgml: GTK+ 2.x updates, mainly from
10234         Gonzalo Odiard
10235
10236 Mon Apr 28 17:54:39 2003  Jonathan Blandford  <jrb@redhat.com>
10237
10238         * gtk/gtktreeview.c (gtk_tree_view_destroy): destroy the search
10239         data iff the destroy func isn't NULL.
10240
10241 Thu Apr 24 19:12:05 2003  Owen Taylor  <otaylor@redhat.com>
10242
10243         * autogen.sh (have_libtool): Accept libtool-1.5. (#111480)
10244
10245 2003-04-23  Abel Cheung  <maddog@linux.org.hk>
10246
10247         * configure.in: Added "am" "mk" "ta" to ALL_LINGUAS.
10248
10249 Tue Apr 22 15:33:51 2003  Owen Taylor  <otaylor@redhat.com>
10250
10251         * gtk/gtkfilesel.c (open_new_dir): Fix capitalization
10252         of UTF-8. (#106419, Roozbeh Pournader)
10253
10254 Tue Apr 22 15:17:25 2003  Owen Taylor  <otaylor@redhat.com>
10255
10256         * configure.in: Only check for XFT2 if we found pango-xft
10257         (#105692, Jon Nall)
10258
10259 Tue Apr 22 15:12:19 2003  Owen Taylor  <otaylor@redhat.com>
10260
10261         * gtk/gtkwidget.c (gtk_widget_class_init): Fix PROP_HAS_FOCUS/
10262         PROP_IS_FOCUS confusion. (#111333, Jody Goldberg)
10263
10264 Tue Apr 22 19:43:01 BST 2003  Tony Gale <gale@gtk.org>
10265
10266         * docs/faq/gtk-faq.sgml: add note about version converage.
10267
10268 Mon Apr 21 19:02:16 2003  Owen Taylor  <otaylor@redhat.com>
10269
10270         * gtk/gtksocket.c (activate_key): Fix prototype for
10271         activate_key. (#108927, Jason D. Hildebrand)
10272
10273 Mon Apr 21 18:42:51 2003  Owen Taylor  <otaylor@redhat.com>
10274
10275         * demos/gtk-demo/Makefile.am demos/gtk-demo/geninclude.pl:
10276         Remove geninclude.pl from CVS and don't dist it either,
10277         it is generated. (#108970, Rich Kinder)
10278
10279 Mon Apr 21 18:35:48 2003  Owen Taylor  <otaylor@redhat.com>
10280
10281         * gtk/gtkobject.h: Remove a couple of obsolete comments,
10282         fix another comment. (#109737, Britton Kerin)
10283
10284 Mon Apr 21 18:29:03 2003  Owen Taylor  <otaylor@redhat.com>
10285
10286         * gtk/gtkiconfactory.c (gtk_icon_set_unref): Free
10287         the source list, not just it's contents (Patch
10288         from Charles Kerr, #108243)
10289
10290 Mon Apr 21 18:13:46 2003  Owen Taylor  <otaylor@redhat.com>
10291
10292         * gdk/x11/gdkdnd-x11.c (gdk_window_cache_filter): Patch
10293         from Alex Larsson fixing problem with restacking during
10294         DND. (#108671)
10295
10296 Mon Apr 21 15:07:29 2003  Owen Taylor  <otaylor@redhat.com>
10297
10298         * gdk/x11/gdkdisplay-x11.c (gdk_display_keyboard/pointer_ungrab):
10299         Calling XFlush() after ungrabbing, to avoid problems if
10300         the app subsequently blocks on a long-running operation.
10301         (#106520, reported by Rajkumar Siva)
10302
10303 Fri Apr 18 17:42:45 2003  Owen Taylor  <otaylor@redhat.com>
10304
10305         * gdk/x11/gdkwindow-x11.c (set_initial_hints): Add
10306         SKIP_TASKBAR/SKIP_PAGER to set of properties we
10307         might set on map. (#110019, problem reported
10308         by Loban Rahman)
10309
10310 Fri Apr 18 17:14:33 2003  Owen Taylor  <otaylor@redhat.com>
10311
10312         * gdk/gdkevents.c (gdk_event_copy): Fix for the
10313         case when gdk_event_copy() is called on a non-allocated
10314         event. (#109716, reported by Rich Burridge)
10315
10316 Fri Apr 18 16:57:44 2003  Owen Taylor  <otaylor@redhat.com>
10317
10318         * gdk/x11/gdkdrawable-x11.c (draw_with_images/pixmaps):
10319         Fix pointer arithmetic on 'void *'. (#108322)
10320
10321 Fri Apr 18 16:31:49 2003  Owen Taylor  <otaylor@redhat.com>
10322
10323         * configure.in gdk/x11/gdkdisplay-x11.c modules/input/Makefile.am:
10324         Check for XAddConnectionWatch()/X11R6, and if found, disable XIM and
10325         use of XAddConnectionWatch. Remove --enable-xim config option.
10326         Should fix building on X11R6 (#110523, Albert Chin)
10327
10328 Fri Apr 18 15:56:46 2003  Owen Taylor  <otaylor@redhat.com>
10329
10330         * gdk/x11/gdkdisplay-x11.[ch] gdk/x11/gdkdrawable-x11.[ch]:
10331         Patch from Morten Welinder to catch Sun servers with a 
10332         broken implementation of the RENDER extension. (#108309)
10333
10334 Fri Apr 18 15:30:38 2003  Owen Taylor  <otaylor@redhat.com>
10335
10336         * gdk/x11/gdkwindow-x11.c (set_text_property): Use
10337         gdk_free_compound_text(), not g_free(). (#107643,
10338         Michael Zucchi)
10339
10340 Fri Apr 18 15:11:50 2003  Owen Taylor  <otaylor@redhat.com>
10341
10342         * gdk/x11/gdkdisplay-x11.c (_gdk_display_x11_get_type)
10343         gdk/x11/gdkscreen-x11.c (_gdk_screen_x11_get_type): Fix
10344         wrong use of base_finalize. (#105126, Sven Neumann)
10345
10346 Fri Apr 18 15:06:00 2003  Owen Taylor  <otaylor@redhat.com>
10347
10348         * gdk/gdkwindow.c (gdk_window_constrain_size): Fix
10349         '/' vs. '*' problem in aspect ration computations. (#108237)
10350
10351 Fri Apr 18 14:15:09 2003  Owen Taylor  <otaylor@redhat.com>
10352
10353         * gdk/x11/gdkdisplay-x11.c (gdk_display_open): 
10354         * gdk/x11/gdkevents-x11.c (gdk_event_translate): You
10355         don't get a XkbMapNotify event if you get a XkbNewKeyboardNotify 
10356         event, so select for both. (#108406, Egmont Koblinger)
10357
10358 Thu Apr 17 09:57:44 2003  Jonathan Blandford  <jrb@gnome.org>
10359
10360         * gtk/gtktreeview.c (validate_visible_area): remove infinite loop
10361         caused by not clearing the scroll_to_path.
10362
10363 2003-04-16  Matthias Clasen  <maclas@gmx.de>
10364
10365         * gtk/gtkstyle.c: Doc additions and fixes.
10366
10367         * gtk/gtktreeviewcolumn.c
10368         (_gtk_tree_view_column_get_neighbor_sizes): Doc fixes.
10369
10370 2003-04-14  Michael Natterer  <mitch@gimp.org>
10371
10372         * gtk/gtkliststore.c (gtk_list_store_move): added checks to ensure
10373         that the iter is not reordered to its own position. Prevents model
10374         corruption for the case that the store contains only a single item
10375         (fixes bug #108387).
10376
10377         Unrelated:
10378
10379         * gtk/gtkliststore.c (gtk_list_store_insert): g_list_alloc() the
10380         new list element later so we don't leak it if we decide to return
10381         early.
10382
10383         * gtk/gtktreeselection.c (_gtk_tree_selection_internal_select_node):
10384         set selection->tree_view->priv->anchor to NULL after freeing it.
10385
10386 2003-04-13  Matthias Clasen  <maclas@gmx.de>
10387
10388         * gtk/gtktreeviewcolumn.c
10389         (gtk_tree_view_column_cell_get_position): Document. 
10390
10391         * gtk/gtktextbuffer.c (gtk_text_buffer_select_range): 
10392         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_[sg]et_expand): 
10393         * gtk/gtkbutton.c (gtk_button_[sg]et_focus_on_click): Document
10394         these as 2.4 additions.
10395
10396 2003-04-09  Matthias Clasen  <maclas@gmx.de>
10397
10398         * INSTALL.in: Fix the real thing.
10399
10400         * INSTALL: Typo fix.
10401
10402 Mon Apr  7 19:43:15 2003  Owen Taylor  <otaylor@redhat.com>
10403
10404         * gdk/x11/gdkdisplay-x11.c (gdk_x11_display_ungrab): Flush
10405         after ungrabbing the server.
10406  
10407         * gdk/x11/gdkimage-x11.c: Remove some no-longer-needed
10408         calls to XFlush().
10409
10410         * gdk/x11/gdkwindow-x11.c (_gdk_windowing_window_at_pointer):
10411         Use gdk_x11_display_grab/ungrab.
10412
10413         * gdk/x11/gdkdisplay-x11.c (gdk_display_open): Initialize
10414         use_xshm to TRUE so SHM gets used when present.
10415  
10416 2003-04-07  Matthias Clasen  <maclas@gmx.de>
10417
10418         * gtk/gtktextlayout.c (set_para_values): 
10419         * gtk/gtkenums.h (GtkWrapMode): Add GTK_WRAP_WORD_CHAR.  (#110086,
10420         David Brigada)
10421
10422         * gtk/gtkcelleditable.c, gtk/gtkfixed.c, gtk/gtktreemodel.c,
10423         gtk/gtktreeselection.c, gtk/gtktreeview.c: Fix numerous
10424         misspellings of possessive "its".  (#110027, Doug Quale)
10425
10426 2003-04-03  Matthias Clasen  <maclas@gmx.de>
10427
10428         * demos/gtk-demo/main.c (demo_find_file): Only use files from the
10429         current directory if it looks like the srcdir.  (#109357)
10430
10431 Wed Apr  2 23:02:26 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
10432
10433         * gtk/gtkbutton.[ch] (gtk_button_class_init): add property
10434         focus_on_click
10435
10436         * gtk/gtkwindow.c (gtk_window_focus): make arrow keyboard
10437         navigation not wrap around.
10438
10439 2003-04-02  Matthias Clasen  <maclas@gmx.de>
10440
10441         * gtk/gtkprogress.c (gtk_progress_get_percentage_from_value):
10442         Return 0 if lower == upper.  (#109155)
10443         (gtk_progress_get_current_percentage): Use
10444         gtk_progress_get_percentage_from_value().
10445
10446 2003-04-01  Matthias Clasen  <maclas@gmx.de>
10447
10448         * gtk/gtkimcontext.c (gtk_im_context_focus_in): Fix docs.
10449         (#109510, Noah Levitt)
10450
10451 Mon Mar 31 13:52:13 2003  Jonathan Blandford  <jrb@redhat.com>
10452
10453         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): null initialize reorder's
10454         members so Purify won't complain.
10455
10456         * gtk/gtkliststore.c (gtk_list_store_sort): ditto.
10457
10458 2003-03-31  Matthias Clasen  <maclas@gmx.de>
10459
10460         * gtk/gtkwindow.c: Add a new property, role, corresponding to 
10461         gtk_window_[gs]et_role().  (#93904)
10462
10463 Sun Mar 30 03:57:42 2003  Jonathan Blandford  <jrb@gnome.org>
10464
10465         * gtk/gtktreeselection.c (gtk_tree_selection_get_selected_rows):
10466         fix crash.  Patch from Markus Lausser <sgop@users.sourceforge.net>
10467
10468 2003-03-29  Matthias Clasen  <maclas@gmx.de>
10469
10470         * gtk/gtkoptionmenu.c (gtk_option_menu_remove_contents): Set state
10471         of labels back to normal before reparenting back.  (#102387)
10472
10473         * gtk/gtkcolorseldialog.c (gtk_color_selection_dialog_init): Set
10474         a default window title to match the GtkFontSelectionDialog behavior.
10475  
10476         (gtk_color_selection_dialog_new): Don't call
10477         gtk_window_set_title() if title is NULL.  (bug #101975, Daniel Elstner)
10478
10479 2003-03-29  Matthias Clasen  <maclas@gmx.de>
10480
10481         Fix for bug #78499:
10482         
10483         * gtk/gtkentry.h (struct _GtkEntry): Add flags select_words and
10484         select_lines. 
10485
10486         * gtk/gtkentry.c (gtk_entry_button_press): Set select_words and
10487         select_lines on double/triple click.
10488
10489         * gtk/gtkentry.c (gtk_entry_motion_notify): Implement
10490         select-by-words and select-by-lines behaviour.
10491
10492         Fixes for bug #56248:
10493         
10494         * gtk/gtknotebook.c (stop_scrolling): New function to remove the
10495         timer and queue a redraw. 
10496         (gtk_notebook_grab_notify): 
10497         (gtk_notebook_state_changed): New functions to call stop_scrolling() 
10498         if necessary.   
10499         (gtk_notebook_button_release): Use stop_scrolling().
10500         (gtk_notebook_draw_arrow): Fix drawing of insensitive arrows.
10501
10502         * gtk/gtkrange.c (stop_scrolling): New function to remove the
10503         grab, remove the timer and queue a redraw.
10504         (gtk_range_grab_notify): 
10505         (gtk_range_state_changed): New functions to call stop_scrolling() 
10506         if necessary.   
10507         (gtk_range_button_release): Use stop_scrolling().
10508
10509         * gtk/gtkspinbutton.c (gtk_spin_button_grab_notify): 
10510         (gtk_spin_button_state_changed): Redraw after stop_spinning.
10511         (gtk_spin_button_stop_spinning): Reset click_child to correct the
10512         drawing of the arrows.
10513         (gtk_spin_button_button_release): Use a local copy of click_child,
10514         since stop_spinning() resets it.
10515
10516         * gtk/gtknotebook.c (gtk_notebook_class_init): Add C-A-PgUp and
10517         C-A-PgDown as alternatives to the A-less variants. (This slipped
10518         in accidentally some time ago).  (#97860)
10519
10520 2003-03-26  Sven Neumann  <sven@gimp.org>
10521
10522         * gtk/gtktreeview.c: rewrote the function that does node and arrow
10523         prelighting, queue all redraws from here (Fixes bug #108792).
10524
10525 2003-03-20  Richard Kinder <r_kinder@yahoo.com>
10526
10527         * demos/testpixbuf.c (update_timeout): set error to NULL, not FALSE.
10528         Fixes bug #108778.
10529
10530 2003-03-20  Guntupalli Karunakar <karunakar@freedomink.org>
10531
10532         * configure.in: Added "ml" in ALL_LINGUAS
10533
10534 Sat Mar 15 18:49:27 2003  Manish Singh  <yosh@gimp.org>
10535
10536         * gtk/gtkradiomenuitem.h: use GTK_DISABLE_DEPRECATED instead of
10537         G_DISABLE_DEPRECATED.
10538
10539 2003-03-14  Tor Lillqvist  <tml@iki.fi>
10540
10541         * gdk/win32/gdkevents-win32.c: Use the signed GET_X_LPARAM() and
10542         GET_Y_LPARAM() to extract x and y coordinates from an LPARAM or
10543         DWORD, and not the unsigned HIWORD() and LOWORD(). Systems with
10544         multiple monitors can have negative coordinates on some of the
10545         monitors. (partial fix for #99496, Arnaud Charlet)
10546
10547 2003-03-15  Matthias Clasen  <maclas@gmx.de>
10548
10549         * gtk/gtktextview.c: Add a "buffer" property.  (#108353) 
10550
10551 2003-03-13  Sven Neumann  <sven@gimp.org>
10552
10553         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_set_property):
10554         removed redundant calls to g_object_notify().
10555         (gtk_cell_renderer_pixbuf_get_size): removed redundant casts, see
10556         bug #108236.
10557
10558         * gtk/gtktextiter.c (_gtk_text_iter_get_segment_char)
10559         (_gtk_text_iter_get_segment_byte): return 0, not NULL (these
10560         functions return an integer value).
10561
10562 2003-03-13  Tor Lillqvist  <tml@iki.fi>
10563
10564         * gdk/win32/gdkevents-win32.c (gdk_event_translate): On
10565         WM_MOUSEMOVE, the test whether we have actually moved (and thus
10566         shouldn't generate an GDK event) moved after the call to
10567         propagate() and translate_mouse_coords(). Otherwise we were
10568         testing wrong values. (#108115, Allin Cottrell)
10569         (gdk_event_translate): On WM_?BUTTONUP, set current_{x,y} the same
10570         way as in WM_?BUTTONDOWN and WM_MOUSEMOVE.
10571
10572         * gdk/win32/gdkevents-win32.c (gdk_pointer_grab): if a grab cursor
10573         is used, must copy the HCURSOR with CopyCursor(), as it is OK to
10574         destroy the GdkCursor after calling gdk_pointer_grab(). Set the
10575         cursor right away with SetCursor(), as we won't get any
10576         WM_SETCURSOR messages while the mouse is captured. 
10577         (gdk_display_pointer_ungrab): Correspondingly, destroy the copy
10578         with DestroyCursor() when no longer used. (#108114, Allin Cottrell)
10579
10580         * gdk/win32/gdkevents-win32.c (gdk_event_translate): On
10581         WM_SYSCHAR, return FALSE from the window procedure to prevent the
10582         DefWindowProc from being called. Otherwise Windows would beep,
10583         thinking you are tring to access a (nonexistent) menu when you
10584         press Alt-something. Don't do this for Alt-Space,
10585         though. (#107454, Martyn Russell)
10586
10587         * gdk/win32/gdkcursor-win32.c: Minor spacing and debug print fixes.
10588
10589 Tue Mar 11 12:01:07 2003  Jonathan Blandford  <jrb@gnome.org>
10590
10591         * gtk/gtktreeview.c (gtk_tree_view_class_init): Ctrl/Shift
10592         [left/right] expands/collapses the tree, #108092
10593
10594 2003-03-09  Tor Lillqvist  <tml@iki.fi>
10595
10596         * gdk/win32/gdkdrawable-win32.c (draw_segments): Don't try to
10597         compensate for LineTo() not drawing the end pixel. It causes more
10598         harm than benefits, see bug #81895.
10599
10600 2003-03-08  Matthias Clasen  <maclas@gmx.de>
10601
10602         Bug #107664 continued:
10603
10604         * gdk/x11/gdkinputprivate.h: 
10605         * gdk/x11/gdkinput-none.c (_gdk_input_window_none_event): Remove. 
10606         (_gdk_input_other_event): Return gboolean.
10607         * gdk/x11/gdkinput-xfree.c (_gdk_input_window_none_event): Remove. 
10608         (_gdk_input_other_event): Return gboolean.
10609         * gdk/x11/gdkinput-x11.c (_gdk_input_common_other_event): Return gboolean.
10610
10611         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Make return_val
10612         gboolean, remove pointless call to _gdk_input_window_none_event.
10613
10614         * gdk/win32/gdkinput-win32.[hc] (_gdk_input_other_event): Return gboolean.
10615         (_gdk_input_window_none_event): Remove.
10616
10617         * gtk/gtktextiter.c (_gtk_text_iter_get_indexable_segment): 
10618         (_gtk_text_iter_get_any_segment): 
10619         (_gtk_text_iter_get_segment_byte): 
10620         (_gtk_text_iter_get_segment_char): 
10621         (_gtk_text_iter_get_text_line): 
10622         (_gtk_text_iter_get_btree): Fix 0/NULL confusion.
10623         * gdk/x11/gdkdnd-x11.c (motif_target_table_check): Return gint.
10624         * gdk/win32/gdkfont-win32.c (gdk_font_equal): 
10625         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_get_deskrelative_origin): 
10626         (gdk_window_get_origin): 
10627         * gdk/linux-fb/gdkcolor-fb.c (gdk_colors_alloc): Fix 0/FALSE confusion. 
10628
10629 2003-03-06  Matthias Clasen  <maclas@gmx.de>
10630
10631         * gdk/gdkrgb.c (gdk_rgb_try_colormap): Return gboolean, not gint.
10632         (#107664, Morten Welinder)
10633
10634         * gdk/x11/gdkwindow-x11.c (gdk_window_get_deskrelative_origin): 
10635         * gdk/x11/gdkfont-x11.c (gdk_font_equal): 
10636         * gdk/x11/gdkdnd-x11.c (gdk_drag_get_protocol_for_display): 
10637         Fix TRUE/1 and FALSE/0 confusion.  (#107664, Morten Welinder)
10638
10639         * gtk/gtktextmark.c (gtk_text_mark_get_buffer): 
10640         * gtk/gtkeditable.c (gtk_editable_get_chars): 
10641         * gtk/gtkctree.c (gtk_ctree_find_node_ptr): 
10642         * demos/gtk-demo/main.c (demo_find_file): Fix NULL/FALSE confusion
10643         (#107648, Morten Welinder)Fix NULL/FALSE confusion
10644         (#107648, Morten Welinder)
10645
10646 2003-03-04  Matthias Clasen  <maclas@gmx.de>
10647
10648         * gtk/gtkobject.h: Add deprecation guards for gtk_object_new ().
10649
10650 Sun Mar  2 23:35:57 2003  Jonathan Blandford  <jrb@gnome.org>
10651
10652         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_get_size):
10653         handle rtl code.  Thanks to Matthias Clasen for an initial patch
10654         to handle the RTL code.
10655
10656         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_get_size): ditto
10657
10658         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_get_size): ditto
10659
10660         * gtk/gtktreeview.c: (invalidate_column),
10661         (invalidate_last_column),
10662         (gtk_tree_view_get_real_requested_width_from_column),
10663         (gtk_tree_view_size_allocate_columns),
10664         (gtk_tree_view_size_allocate), (gtk_tree_view_button_press),
10665         (gtk_tree_view_button_release_drag_column),
10666         (gtk_tree_view_update_current_reorder),
10667         (gtk_tree_view_motion_drag_column), (gtk_tree_view_bin_expose),
10668         (gtk_tree_view_key_press), (gtk_tree_view_header_focus),
10669         (gtk_tree_view_get_background_xrange),
10670         (gtk_tree_view_get_arrow_xrange),
10671         (gtk_tree_view_is_expander_column),
10672         (gtk_tree_view_set_column_drag_info),
10673         (gtk_tree_view_move_cursor_left_right):
10674         Add RTL support.
10675
10676         * gtk/gtktreeviewcolumn.h (struct _GtkTreeViewColumn): add an
10677         expand flag.
10678
10679         * gtk/gtktreeviewcolumn.c:
10680         (gtk_tree_view_column_class_init),
10681         (gtk_tree_view_column_set_property),
10682         (gtk_tree_view_column_get_property),
10683         (gtk_tree_view_column_set_expand),
10684         (gtk_tree_view_column_get_expand),
10685         (gtk_tree_view_column_cell_process_action):
10686         Add support for expand flag.  Thanks to Kristian Rietveld for an
10687         initial patch for this.
10688
10689 Fri Feb 28 02:06:17 2003  Jonathan Blandford  <jrb@gnome.org>
10690
10691
10692 2003-03-02  Tor Lillqvist  <tml@iki.fi>
10693
10694         * gdk/gdk.def
10695         * gtk/gtk.def: Add a bunch of missing entries. Noticed by Cedric
10696         Gustin.
10697
10698 2003-03-01  Matthias Clasen  <maclas@gmx.de>
10699
10700         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_set_vadjustment): 
10701         (gtk_scrolled_window_set_hadjustment): Replace uses of
10702         gtk_object_new by g_object_new.
10703
10704 Thu Feb 27 17:44:24 2003  Manish Singh  <yosh@gimp.org>
10705
10706         * demos/gtk-demo/main.c
10707         * demos/gtk-demo/tree_store.c
10708         * gdk/x11/gdkscreen-x11.c
10709         * gtk/gtkcellrenderertoggle.c
10710         * gtk/gtkcolorsel.c
10711         * gtk/gtkdnd.c
10712         * gtk/gtkeditable.c
10713         * gtk/gtkentry.c
10714         * gtk/gtkmenu.c
10715         * gtk/gtkmenubar.c
10716         * gtk/gtkmenuitem.c
10717         * gtk/gtkmenushell.c
10718         * gtk/gtkrc.c
10719         * gtk/gtksettings.c
10720         * gtk/gtkstyle.c
10721         * gtk/gtktextbuffer.c
10722         * gtk/gtktextview.c
10723         * gtk/gtktreeviewcolumn.c
10724         * tests/testgtk.c
10725         * tests/testtext.c
10726         * tests/testtreeedit.c
10727         * tests/testtreefocus.c
10728         * tests/testtreeview.c: remove unnecessary G_OBJECT() casts.
10729
10730 Tue Feb 25 21:55:17 2003  Jonathan Blandford  <jrb@redhat.com>
10731
10732         * gtk/gtkoptionmenu.c (gtk_option_menu_position): account for RTL
10733         code.
10734
10735 2003-02-24  Sven Neumann  <sven@gimp.org>
10736
10737         * gtk/gtkmain.c (gtk_get_default_language): fixed documentation.
10738
10739 2003-02-21  Tomas Ogren  <stric@ing.umu.se>
10740
10741         * docs/reference/gtk/tmpl/gtktreemodel.sgml: Fix typos in an example
10742
10743 2003-02-20  Matthias Clasen  <maclas@gmx.de>
10744
10745         * gtk/gtktextbtree.c (_gtk_text_line_previous_could_contain_tag): 
10746         Check if line_ancestor_parent is NULL.  (#102711, Manuel Clos)
10747
10748         * gtk/gtktextview.c (gtk_text_view_scroll_to_iter): 
10749         (gtk_text_view_update_adjustments): Make sure cursor stays visible
10750         during horizontal scrolling.  (#75270)
10751
10752 2003-02-19  Matthias Clasen  <maclas@gmx.de>
10753
10754         * tests/testdnd.c: Replace gtk_timeout_* by their GLib
10755         counterparts. (#106532)
10756
10757         * gdk/gdkkeys.c (gdk_keymap_class_init): Associate the
10758         keys_changed virtual function with the keys_changed signal.
10759         (#106512, Jeff Franks)
10760
10761 2003-02-15  Larry Ewing  <lewing@ximian.com>
10762
10763         * gdk/gdkevents.c (gdk_event_copy): copy the event axes as well.
10764
10765 2003-02-17  Mohammad DAMT  <mdamt@bisnisweb.com>
10766
10767         * po/id.po: Added Indonesian translation
10768         * configure.in: Added "id" to ALL_LINGUAS
10769
10770 2003-02-14  Matthias Clasen  <maclas@gmx.de>
10771
10772         * gtk/gtktextview.c (popup_targets_received): Remove bogus casts.
10773
10774 2003-02-12  Christian Rose  <menthos@menthos.com>
10775
10776         * configure.in: Added "yi" to ALL_LINGUAS.
10777
10778 2003-02-12  Matthias Clasen  <maclas@gmx.de>
10779
10780         Fix for #82734 and #78216:
10781         
10782         * gtk/gtktextview.c (delete_cb): 
10783         (select_all_cb): New callbacks for context menu items.
10784         (popup_targets_received): Add "Delete" and "Select All" to context
10785         menu, mnemonics and title caps for all items.
10786
10787         * gtk/gtkentry.c (gtk_entry_delete_cb): New callback for "Delete"
10788         context menu item.
10789         (popup_targets_received): Add "Delete" to context menu, mnemonics
10790         and title caps for all items.
10791
10792 2003-02-09  Tor Lillqvist  <tml@iki.fi>
10793
10794         * gtk/gtkfilesel.c (win32_gtk_add_drives_to_dir_list): Use
10795         GetDriveType() to recognize removable drives (in order to avoid
10796         hanging if trying to access an empty floppy drive), instead of
10797         hardcoding A: and B: (#105654).
10798
10799 2003-02-09  Matthias Clasen  <maclas@gmx.de>
10800
10801         * gtk/gtkwidget.c (gtk_widget_set_name): Add note about periods in 
10802         names.  (#57680)
10803
10804 2003-02-09  Christian Rose  <menthos@menthos.com>
10805
10806         * configure.in: Removed "en@IPA.po" from ALL_LINGUAS.
10807
10808 Fri Feb  7 04:49:46 2003  Tim Janik  <timj@gtk.org>
10809
10810         * gtk/gtkobject.c: remove quark_user_data usage in
10811         gtk_object_{g|s}et_user_data(). fixes get_user_data()
10812         returning NULL for user_data set through property interface.
10813
10814         * gtk/gtkitemfactory.c (gtk_item_factory_create_item): don't put out
10815         warnings if a pixbuf couldn't be retrieved, since (a) this doesn't
10816         need to be a programming error (in case of loaded data), (b) it breaks
10817         with 2.0 behaviour where extra magic could be used to create empty
10818         images. don't attempt to retrieve pixbufs from NULL extra_data.
10819
10820 2003-02-06  Matthias Clasen  <maclas@gmx.de>
10821
10822         * gdk/x11/gdkvisual-x11.c (gdk_visual_get_best_with_depth): Return
10823         a GdkVisual *, not a GdkVisual **.  (#105243)
10824
10825         * gtk/gtkclist.c: 
10826         * gtk/gtkctree.c: 
10827         * gtk/gtkcontainer.c: 
10828         * gtk/gtkdnd.c: 
10829         * gtk/gtkentry.c: 
10830         * gtk/gtklist.c:
10831         * gtk/gtkmenu.c:
10832         * gtk/gtkmenuitem.c:
10833         * gtk/gtknotebook.c:
10834         * gtk/gtkselection.c:
10835         * gtk/gtkspinbutton.c:
10836         * gtk/gtktext.c:
10837         * gtk/gtktextview.c:
10838         * gtk/gtktooltips.c:
10839         * gtk/gtktreeview.c:
10840         * gtk/gtkwindow.c: Replace uses of gtk_timeout_* and gtk_idle_* by
10841         their non-deprecated GLib counterparts.
10842         
10843         * gtk/gtkmain.h: Fully deprecate gtk_timeout_* and gtk_idle_*.
10844         
10845 Sun Feb  2 16:45:57 GMT 2003  Tony Gale <gale@gtk.org>
10846
10847         * docs/tutorial/gtk-tut.sgml: cleanups from
10848         Sebastian Rittau (#104832)
10849
10850 2003-02-01  Tor Lillqvist  <tml@iki.fi>
10851
10852         Merge from stable:
10853
10854         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_foreign_new_for_display,
10855         gdk_pixmap_lookup, gdk_pixmap_lookup_for_display): Implement.
10856         (#104108, Naofumi Yasufuku)
10857
10858         * gdk/gdk.def: Export the above. Export
10859         gdk_screen_get_system_visual, noticed by Ed Woods.
10860
10861 Fri Jan 31 17:45:22 2003  Manish Singh  <yosh@gimp.org>
10862
10863         * demos/pixbuf-demo.c
10864         * demos/testpixbuf.c
10865         * demos/gtk-demo/pixbufs.c: remove deprecated gtk_timeout_* usage.
10866
10867 Fri Jan 31 17:33:00 2003  Manish Singh  <yosh@gimp.org>
10868                                                                                 
10869         * gtk/gtknotebook.c (gtk_notebook_remove_tab_label): set_state
10870         on the tab_label before unparenting it, in case the unparent
10871         drops the refcount to 0.
10872
10873 2003-02-01  Matthias Clasen  <maclas@gmx.de>
10874
10875         * gtk/gtkiconfactory.h: Use GDK_MULTIHEAD_SAFE like all other gtk
10876         headers. Sorry about gtk_selection_clear, Yosh.
10877
10878 Thu Jan 30 17:16:05 2003  Manish Singh  <yosh@gimp.org>
10879
10880         * gtk/gtkselection.h: declare gtk_selection_clear in GTK_COMPILATION
10881         too, for gtkwidget.c. Remember people, when introducing new
10882         deprecations, make sure internal code isn't using it, or if so,
10883         reorganize appropriately like I've done in other places.
10884
10885         * tests/testtext.c: don't use deprecated gtk_timeout_* stuff.
10886
10887 2003-01-31  Matthias Clasen  <maclas@gmx.de>
10888
10889         * gtk/gtkselection.h: 
10890         * gtk/gtkselection.c (gtk_selection_clear): Deprecate.  (#85683)
10891
10892         * gdk/gdkpixbuf.h: 
10893         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable): 
10894         (gdk_pixbuf_render_to_drawable_alpha): Deprecate.  (#60582)
10895
10896         * gtk/gtkcolorsel.h:
10897         * gtk/gtkcolorsel.c (gtk_color_selection_set_change_palette_hook):
10898         Deprecate.  (#98167)
10899
10900         * gtk/gtkpaned.h: Deprecate gtk_paned_computed_position(). (#97077)
10901
10902         * gtk/gtkmain.h: Deprecate the gtk_timeout_*, gtk_idle_*
10903         and gtk_input_* functions.  (#71596)
10904         
10905         * gtk/gtkentry.c (gtk_entry_move_cursor): 
10906         * gtk/gtklabel.c (gtk_label_move_cursor): Handle
10907         GTK_MOVEMENT_HORIZONTAL_PAGES in switches.
10908
10909         * gdk/gdk.h: Deprecate gdk_wcstombs() and gdk_mbstowcs().  (#79803)
10910
10911         * gtk/gtkitemfactory.h: 
10912         * gtk/gtkitemfactory.c (gtk_item_factory_add_foreign): Deprecate. 
10913         (#69244)
10914
10915 Thu Jan 30 23:48:30 2003  Kristian Rietveld  <kris@gtk.org>
10916
10917         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_count_special_cell):
10918         only count the special cell if it is also visible,
10919         (_gtk_tree_view_column_get_neighbor_sizes): only take the width into
10920         account from visible cells,
10921         (gtk_tree_view_column_cell_get_position): likewise, (Reported and
10922         testcase provided by Vasco Alexandre da Silva Costa, via IRC,
10923         tracking bug was #104563).
10924         
10925 Thu Jan 30 23:46:15 2003  Kristian Rietveld  <kris@gtk.org>
10926
10927         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_process_action):
10928         subtract expander space and focus line space from the extra space
10929         we are about the allocate. (Fixes #104635).
10930
10931 Thu Jan 30 23:42:03 2003  Kristian Rietveld  <kris@gtk.org>
10932
10933         * gtk/gtkstyle.c (apply_affine_on_point): fix rouding error
10934         (Fixes #96242, patch from Soeren Sandmann).
10935
10936 Thu Jan 30 16:54:29 2003  Owen Taylor  <otaylor@redhat.com>
10937
10938         * gtk/gtknotebook.c: Patch from Soeren Sandmann
10939         to update the states of the tab label child
10940         widgets to match the state of the tabs. 
10941         (#93389, Reported by Tommi Komulainen)
10942
10943 Thu Jan 30 16:30:54 2003  Owen Taylor  <otaylor@redhat.com>
10944
10945         * Makefile.am (EXTRA_DIST): Remove gtk+.spec.in from
10946         EXTRA_DIST, and from dist rules. (#102231)
10947
10948 2003-01-30  Daniel Elstner  <daniel.elstner@gmx.net>
10949
10950         * gtk/gtktoolbar.c (set_child_packing_and_visibility): New helper
10951         function that sets the icon's and label's packing options and
10952         visibility based on toolbar->style.
10953
10954         (gtk_toolbar_internal_insert_element):
10955         (gtk_real_toolbar_style_changed): Make use of
10956         set_child_packing_and_visibility() to clean up the code and get
10957         the packing right for icon-only/text-only toolbars. (#104679)
10958
10959         (get_first_child): Remove, and use gtk_bin_get_child() instead.
10960
10961 2003-01-30  Matthias Clasen  <maclas@gmx.de>
10962
10963         * gtk/gtktextview.c: Replace PAGE_HORIZONTALLY_HACK_VALUE by
10964         GTK_MOVEMENT_HORIZONTAL_PAGES.  (#68947)
10965
10966         * gtk/gtkenums.h: Add GTK_MOVEMENT_HORIZONTAL_PAGES to GtkMovementStep.
10967         
10968 Thu Jan 30 16:01:29 2003  Owen Taylor  <otaylor@redhat.com>
10969
10970         * gdk/gdkrgb.c (gdk_rgb_try_colormap): Remove the 
10971         attempt-to-allocate then free code. To handle multiple
10972         people allocating colors at the same time, we need
10973         to just go ahead and try. (#102213, Shivram U)
10974         
10975 2003-01-30  Daniel Elstner  <daniel.elstner@gmx.net>
10976
10977         * gtk/gtkcolorsel.c (palette_paint): Explicitely draw an opaque
10978         rectangle using the background color rather than relying on
10979         gdk_window_clear_area(), so that the palette works properly with
10980         pixmap themes. (#101732)
10981
10982         * demos/gtk-demo/colorsel.c: Install an "expose_event" handler
10983         to fill the drawing area in the background color.
10984
10985 Wed Jan 29 14:11:21 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
10986
10987         * modules/input/gtkimcontextxim.c (choose_better_style): fix a memory
10988         initialization error for selecting input style (#103549).
10989
10990 Wed Jan 29 17:02:41 2003  Owen Taylor  <otaylor@redhat.com>
10991
10992         * gdk/gdkkeyuni.c (get_decimal_char): Make the 
10993         translation of GDK_KP_Decimal dependent on LC_NUMERIC.
10994         (#101225)
10995
10996 Wed Jan 29 15:43:56 2003  Owen Taylor  <otaylor@redhat.com>
10997
10998         * gtk/gtkmenushell.c (gtk_real_menu_shell_move_current):
10999         Make up from the menu bar go to the end of the submenu.
11000         (#96114, Ian Peters.)
11001
11002         * gtk/gtkmenuitem.c (gtk_menu_item_mnemonic_activate): 
11003         Only do the select-but-not-activate stuff if the
11004         menu is already active. Otherwise, just activate.
11005         (#101690, Arvind Samptur)
11006
11007 Tue Jan 28 15:18:24 2003  Owen Taylor  <otaylor@redhat.com>
11008
11009         * autogen.sh (have_automake): Fix version in complaint
11010         message about automake. (#104366, Rich Burridge)
11011
11012 Mon Jan 27 16:38:13 2003  Owen Taylor  <otaylor@redhat.com>
11013
11014         * configure.in: Remove SOEXT stuff; it doesn't work portably.
11015
11016 Mon Jan 27 22:45:15 2003  Kristian Rietveld  <kris@gtk.org>
11017
11018         * gtk/gtktreestore.c (gtk_tree_store_move): don't handle b if
11019         we appended/prepended, send the rows_reordered signal to the 
11020         correct level ... (Reported by Matthew Tuck).
11021
11022 Mon Jan 27 22:43:11 2003  Kristian Rietveld  <kris@gtk.org>
11023
11024         * gtk/gtktreestore.c (gtk_tree_store_sort_helper): don't just bail
11025         out if the level only has one item, recurse over the child if there
11026         is one. (Fixes #100458, reported by Gaël Le Mignot).
11027
11028 Mon Jan 27 22:41:26 2003  Kristian Rietveld  <kris@gtk.org>
11029
11030         * gtk/gtktreeview.c (gtk_tree_view_set_model),
11031         (gtk_tree_view_search_equal_func): make TreeView search handle
11032         all types which are transformable by GValue. (Fixes #99803, reported
11033         by Muktha Narayan).
11034
11035 Mon Jan 27 22:39:25 2003  Kristian Rietveld  <kris@gtk.org>
11036
11037         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_sort_column_id):
11038         *really* handle unsetting the ID. Slightly modified patch from
11039         Soeren Sandmann. Fixes #87556, reported by Jarek Dukat.
11040
11041 Mon Jan 27 22:33:43 2003  Kristian Rietveld  <kris@gtk.org>
11042
11043         Fixes the total GtkTreeSortable mess, and #83195, reported by
11044         Jarek Dukat
11045
11046         * gtk/gtktreestore.c (gtk_tree_store_get_sort_column_id),
11047         (gtk_tree_store_set_sort_column_id), (gtk_tree_store_set_sort_func),
11048         (gtk_tree_store_set_default_sort_func): use the constant
11049         GTK_TREE_SORTABLE_DEFAULT_SORT_COLUMN_ID instead of -1, make functions
11050         work as advertised by the documentation.
11051
11052         * gtk/gtklistore.c (gtk_list_store_get_sort_column_id),
11053         (gtk_list_store_set_sort_column_id), (gtk_list_store_set_sort_func),
11054         (gtk_list_store_set_default_sort_func): likewise.
11055
11056         * gtk/gtktreemodelsort.c (gtk_tree_model_set_sort_column_id),
11057         (gtk_tree_model_set_sort_func),
11058         (gtk_tree_model_sort_set_default_sort_func): make functions work
11059         as advertised by the documentation.
11060
11061 Mon Jan 27 22:31:56 2003  Kristian Rietveld  <kris@gtk.org>
11062
11063         * gtk/gtktreeview.c (gtk_tree_view_button_press): update focus_column
11064         before we decide if we edit. (fixes #100973, reported by Dave Cook).
11065
11066 Mon Jan 27 22:29:30 2003  Kristian Rietveld  <kris@gtk.org>
11067
11068         Bug report and test case from Paolo Maggi via IRC.
11069
11070         * gtk/gtkliststore.c (gtk_list_store_swap): update tail if needed,
11071         (gtk_list_store_move): update tail if needed.
11072
11073 Mon Jan 27 16:19:59 2003  Owen Taylor  <otaylor@redhat.com>
11074
11075         * gtk/gtksocket.c (gtk_socket_filter_func): event->any.window
11076         might be NULL. Use gtk_widget_get_display (widget) 
11077         (#102860, Thomas Leonard)
11078
11079 Mon Jan 27 15:58:31 2003  Owen Taylor  <otaylor@redhat.com>
11080
11081         * configure.in: Fix --without-modules/--disable-modules
11082         confusion that was causing --disable-modules not to work.
11083         (#102865, Akira Tagoh)
11084
11085         * configure.in: Fix problem with plain --with-xinput
11086         (#104266, Akira Tagoh)
11087
11088 2003-01-24  Sebastian Rittau  <srittau@jroger.in-berlin.de>
11089
11090         * docs/tutorial/gtk-tut.sgml: Fix a few typos, introduced by my last
11091         patch.
11092
11093 Fri Jan 24 17:06:41 GMT 2003  Tony Gale <gale@gtk.org>
11094
11095         * docs/tutorial/gtk-tut.sgml: Remove duplicate copy of tictactoe.h
11096
11097 Thu Jan 23 21:15:29 GMT 2003  Tony Gale <gale@gtk.org>
11098
11099         * docs/faq/gtk-faq.sgml: Learn to spell Library
11100
11101 Thu Jan 23 20:56:56 GMT 2003  Tony Gale <gale@gtk.org>
11102         * Sebastian Rittau  <srittau@jroger.in-berlin.de>:
11103
11104            docs/tutorial/gtk-tut.sgml: Adopted chapter 21.3 "Creating a
11105            Composite widget" to modern standards. (I.e. use gobject instead of
11106            glib, derive from GtkTable instead of GtkVBox.) Bugzilla #103869.
11107
11108         * docs/tutorial/gtk-tut.sgml, examples/tictactoe: Fixup tic-tac-toe
11109         code in Appendix C to reflect above changes.
11110
11111         * examples/rangewidgets/rangewidgets.c: From Roger Leigh
11112         auto resize on page size change
11113
11114 2003-01-23  Daniel Elstner  <daniel.elstner@gmx.net>
11115
11116         * gtk/gtktoolbar.c (gtk_toolbar_hide_all): Override hide_all
11117         in addition to show_all in order to keep them symmetric. (#102201)
11118
11119 Wed Jan 22 14:18:46 2003  Manish Singh  <yosh@gimp.org>
11120
11121         * gdk/x11/gdkevents-x11.c (translate_key_event): add a "return" at
11122         the end of the function, so there is a statement following the "out"
11123         label in all cases (fixes #101961)
11124
11125 2003-01-22  Christian Rose  <menthos@menthos.com>
11126
11127         * configure.in: Added "mn" to ALL_LINGUAS.
11128
11129 Wed Jan 15 17:02:18 2003  Owen Taylor  <otaylor@redhat.com>
11130  
11131         * gtk/gtktextlayout.c (gtk_text_layout_validate_yrange):
11132         Fix off-by-one error on the backward iteration loop,
11133         that was causing the wrong range to be redrawn.
11134         (at least part of #72734)
11135         
11136 2003-01-21  Matthias Clasen  <maclas@gmx.de>
11137
11138         * gtk/gtktextview.c (gtk_text_view_size_allocate): Adjust the
11139         vadjustment value after changing its bounds.  (fixes #101963 and 
11140         #73562)
11141
11142         * gtk/gtkcolorsel.c (hex_changed): Fix clamping to [0,1] to avoid 
11143         unnecessary roundtrip failures.  (#93500)
11144
11145 2003-01-19  Tor Lillqvist  <tml@iki.fi>
11146
11147         Merge from stable:
11148         
11149         Fix for #103614 and some other problems with GtkFileSelection on
11150         Windows:
11151                 
11152         * gtk/fnmatch.c (get_char): Need to use g_unichar_tolower(), not
11153         g_ascii_tolower(). Windows file names are case-insensitive for all
11154         Unicode letters.
11155
11156         * gtk/gtkfilesel.c: Instead of checking for G_OS_WIN32 or
11157         G_WITH_CYGWIN, check G_PLATFORM_WIN32. Move inclusion of gtkintl.h
11158         earlier, as it includes config.h unconditionally, and gtkprivate.h
11159         redefines GTK_LOCALEDIR.
11160         (struct _CompletionDirSent): Ifdef out the fields not used on
11161         Windows.
11162         (compare_utf8_filenames, compare_sys_filenames): Need different
11163         comparison implementation for UTF-8 file names and system locale
11164         file names on Win32. Cannot simply use g_ascii_strcasecmp(), but
11165         need to casefold all Unicode letters.
11166         (cmpl_completion_matches, open_dir, correct_parent): Ifdef out
11167         variables not used on Win32 to avoid warnings about unused
11168         variables.
11169         (open_ref_dir): Use g_path_skip_root() to skip past potential
11170         drive letter in front of the leading (back)slash.
11171         (open_new_dir): Ifdef out use of CompletionDirSent fields not
11172         there on Win32.
11173         (correct_parent): Bypass inode check also on Cygwin.
11174
11175         Fix bug noticed by Alex Shaduri: Tooltips and other
11176         GDK_WINDOW_TEMP windows were activated. This looked very odd, and
11177         was a regression from earlier versions.
11178         
11179         * gdk/win32/gdkwindow-win32.c (show_window_internal): Fine-tune
11180         behaviour. Don't ever activate GDK_WINDOW_TEMP windows.
11181         (gdk_window_move, gdk_window_resize): Add debug logging.
11182
11183         * gdk/win32/gdkevents-win32.c (gdk_event_translate): When we get a
11184         WM_SIZE message for a non-visible (withdrawn) window, don't clear
11185         the GDK_WINDOW_STATE_WITHDRAWN bit. The window is still withdrawn
11186         even if its size changes.
11187
11188 2003-01-16  Matthias Clasen  <maclas@gmx.de>
11189
11190         * gtk/gtktextlayout.c (gtk_text_layout_get_cursor_locations): Typo fixes.
11191         (totally_invisible_line): Fix an incorrect optimization which
11192         caused invisible paragraphs to be occasionally misrendered.
11193
11194 Wed Jan 15 15:55:47 2003  Owen Taylor  <otaylor@redhat.com>
11195
11196         * gtk/gtksettings.c: Set the double click speed from
11197         XSETTINGS when creating a new GtkSettings object
11198         as well as when getting a notify. (#103601, reported
11199         by Louis Garcia)
11200
11201 Wed Jan 15 14:56:09 2003  Owen Taylor  <otaylor@redhat.com>
11202  
11203         * gtk/gtknotebook.c (gtk_notebook_size_allocate): 
11204         Show/hide the notebook event window as necessary,
11205         we weren't previously keeping the visibility updated
11206         properly.  (#103599)
11207  
11208 2003-01-15  Matthias Clasen  <maclas@gmx.de>
11209
11210         * examples/menu/itemfactory.c: 
11211         * docs/tutorial/gtk-tut.sgml: Add a <StockItem> to the itemfactory
11212         example.  (#103211)
11213
11214 2002-12-29  Murray Cumming  <murrayc@usa.net>
11215
11216         Fixes #102168.
11217
11218         * gtk/gtkliststore.c, gtktreednd.c, gtktreestore.c:
11219         Actually implement the GtkTreeDragSource::row_draggable virtual 
11220         function in GtkListStore and GtkTreeStore instead of just checking 
11221         whether it's implemented at all. This means that DnD isn't broken by
11222         gtkmm's virtual function wrappers. The alternative would be to
11223         hard-code the TRUE return value into gtkmm's wrappers, but that's 
11224         part of GTK+'s implementation, not it's API.
11225
11226 Tue Jan 14 23:42:29 2003  Kristian Rietveld  <kris@gtk.org>
11227
11228         * gtk/gtktreeview.c: fix compiler warning.
11229
11230 Tue Jan 14 23:29:00 2003  Kristian Rietveld  <kris@gtk.org>
11231
11232         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render):
11233         make sure exposed pixbufs are clipped to the exposed area before
11234         drawing, which is a slight speedup. (#102379, patch from Soeren
11235         Sandmann).
11236
11237 Tue Jan 14 23:26:41 2003  Kristian Rietveld  <kris@gtk.org>
11238
11239         * gtk/gtktreeview.c (validate_visible_area): silly typo fix,
11240         only free scroll_to_path when the complete tree has been validated.
11241         This makes sure that we scrolled to the correct path.
11242
11243 Tue Jan 14 23:25:32 2003  Kristian Rietveld  <kris@gtk.org>
11244
11245         * gtk/gtktreeview.c (gtk_tree_view_style_set): update the
11246         background of widget->window and bin->window. (Fixes #96650, reported
11247         by Dave Camp).
11248
11249 Tue Jan 14 23:24:02 2003  Kristian Rietveld  <kris@gtk.org>
11250
11251         * gtk/gtktreeview.c (gtk_tree_view_clamp_node_visible): process
11252         updates before scrolling, avoiding a "selection streak". (Fixes
11253         #101235, patch from Soeren Sandmann).
11254
11255 Tue Jan 14 23:22:13 2003  Kristian Rietveld  <kris@gtk.org>
11256
11257         * gtk/gtktreeview.c (validate_visible_area): actually put values
11258         in the requisition using gtk_widget_size_request. (Fixes #100172,
11259         reported by Kjartan Maraas).
11260
11261 Tue Jan 14 23:19:45 2003  Kristian Rietveld  <kris@gtk.org>
11262
11263         * gtk/gtktreeview.c (gtk_tree_view_rows_reordered): cancel the
11264         arrow animation timeout before we actually reorder the rbtree. If
11265         we don't do this we can get stuck arrows,
11266         (cancel_arrow_animation): new function. (Fixes #93629, part 2,
11267         reported and testcase provided by Hans Petter Jansson).
11268
11269 Tue Jan 14 23:18:21 2003  Kristian Rietveld  <kris@gtk.org>
11270
11271         * gtk/gtktreeselection.c (gtk_tree_selection_real_modify_range):
11272         anchor_path should be start_path, not end_path. (Fixes #102618,
11273         patch from Carlos Garnacho Parro).
11274
11275 Tue Jan 14 23:16:15 2003  Kristian Rietveld  <kris@gtk.org>
11276
11277         * gtk/gtkliststore.c (gtk_list_store_move): also update the tail,
11278         only correct new_pos if we don't move to the head/tail.
11279
11280 Tue Jan 14 23:11:55 2003  Kristian Rietveld  <kris@gtk.org>
11281
11282         * gtk/gtktreestore.c (gtk_tree_store_swap): take the path from
11283         the parent_iter if depth >= 1, so we send the reordered signal to
11284         the correct level, remove debugging printfs which I forgot the remove
11285         earlier (2.2.0 shipped with this, oops). (Fixes #103198, Reported and
11286         testcase provided by Matthew Tuck).
11287
11288 Tue Jan 14 20:58:44 2003  Kristian Rietveld  <kris@gtk.org>
11289
11290         * gtk/gtktreeview.c (invalite_last_column): split out actual column
11291         invalidation into invalidate_column(),
11292         (gtk_tree_view_size_allocate_columns): invalidate column if the
11293         new width is larger than the old width.
11294         (fixes #102890, reported by Alex Duggan).
11295
11296 2003-01-14  Matthias Clasen  <maclas@gmx.de>
11297
11298         * gtk/gtktextview.c (gtk_text_view_move_cursor_internal): Skip
11299         invisible chars for GTK_MOVEMENT_LOGICAL_POSITIONS and
11300         GTK_MOVEMENT_WORDS.
11301
11302         * gtk/gtktextiter.c,
11303         gtk/gtktextiter.h: Add some variant movement functions which
11304         skip invisible chars, and do some cleanups.
11305
11306 2003-01-12  Tor Lillqvist  <tml@iki.fi>
11307
11308         Merge from stable:
11309                 
11310         * gtk/gtkmain.c: Move inclusion of config.h and gtkintl.h earlier,
11311         as gtkprivate.h redefines GTK_LOCALEDIR on Win32, for run-time
11312         lookup.
11313
11314         * gdk/Makefile.am (libgdk_win32_2_0_la_DEPENDENCIES): Depend on
11315         gdk.def.
11316
11317         * gdk/gdk.def
11318         * gtk/gtk.def: Add some missing entries. Thanks to Kenichi SUTO.
11319
11320         * gtk-zip.sh.in (DEVZIP): Add bin/{gtk-query-immodules-2.0,
11321         gtk-demo}.exe and share/gtk-2.0.
11322
11323         * gdk/win32/gdkwindow-win32.c (gdk_window_set_skip_taskbar_hint):
11324         Implement by setting or clearing the WS_EX_TOOLWINDOW extended
11325         window style.
11326         (gdk_window_set_type_hint): Add all cases to the switch (not all
11327         do anything, though). Handle GDK_WINDOW_TYPE_HINT_TOOLBAR by
11328         calling gdk_window_set_skip_taskbar_hint(). This means that GTK
11329         won't know that the skip_taskbar hint is on for the window, is
11330         this bad?
11331
11332 Wed Jan  8 18:43:03 2003  Manish Singh  <yosh@gimp.org>
11333
11334         * gdk/x11/gdkdisplay-x11.c: #include <stdlib.h> for putenv,
11335         <string.h> for strlen.
11336
11337         * gdk/x11/gdkscreen-x11.c: #include <stdlib.h> for getenv,
11338         <string.h> for strrchr.
11339
11340         * tests/testgtk.c (create_saved_position): "x" and "y" properties
11341         for widgets no longer exist, use gtk_window_move instead.
11342
11343         * test/testtextbuffer.c (check_get_set_text): cast strlen to
11344         int for g_error.
11345
11346 2003-01-08  Matthias Clasen  <maclas@gmx.de>
11347
11348         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Fix display of
11349         the selection in the presence of invisible segments.
11350
11351 2003-01-07  Matthias Clasen  <maclas@gmx.de>
11352
11353         * gtk/gtktextview.c (gtk_text_view_class_init): Bind C-/ and C-\
11354         to "select all" and "unselect all".  (#102065)
11355
11356         * gtk/gtktextview.h (struct _GtkTextView): Add a comment that
11357         the just_selected_element is unused.
11358
11359         * gtk/gtktextview.c (extend_selection): New helper function to
11360         find the range that should be added to the selection. 
11361         (selection_motion_event_handler): 
11362         (gtk_text_view_start_selection_drag): 
11363         (gtk_text_view_end_selection_drag): 
11364         (selection_motion_event_handler): 
11365         (selection_scan_timeout): Support select-by-words/lines.
11366         (gtk_text_view_button_press_event): Start a selection drag on
11367         double/triple clicks.  (#78499)
11368
11369 2003-01-06  Matthias Clasen  <maclas@gmx.de>
11370
11371         Implement a utility function proposed in #102534:
11372         
11373         * gtk/gtktextbtree.h: 
11374         * gtk/gtktextbtree.c (_gtk_text_btree_select_range): New function.
11375         (_gtk_text_btree_place_cursor): Now a simple wrapper around
11376         _gtk_text_btree_select_range().   
11377
11378         * gtk/gtktextbuffer.h: 
11379         * gtk/gtktextbuffer.c (gtk_text_buffer_select_range): New function.
11380         (gtk_text_buffer_place_cursor): Now a simple wrapper around
11381         gtk_text_buffer_select_range(). 
11382
11383 2003-01-05  Havoc Pennington  <hp@pobox.com>
11384
11385         * configure.in: fix a stray bracket that was breaking the build
11386
11387 2003-01-05  Tor Lillqvist  <tml@iki.fi>
11388
11389         * gtk-zip.sh.in: Use correct DLL and import library names, with
11390         GTK_API_VERSION in name, not GTK_MAJOR_VERSION.GTK_MINOR_VERSION.
11391         (DEVZIP): Add gdk-pixbuf-query-loaders.exe.
11392
11393         * configure.in: Improve check for dimm.h.
11394
11395         * configure.in: Set SOEXT to 'so' on Unix, 'dll' on Win32. Used in
11396         gdk-pixbuf/Makefile.am.
11397
11398         * gdk-pixbuf/makefile.mingw.in
11399         * gdk-pixbuf/pixops/makefile.mingw.in
11400         * gdk/makefile.mingw.in
11401         * gdk/win32/makefile.mingw.in
11402         * gtk/makefile.mingw.in: Remove. Not maintained anyway.
11403
11404         * gdk-pixbuf/Makefile.am
11405         * gdk-pixbuf/pixops/Makefile.am
11406         * gdk/Makefile.am
11407         * gdk/win32/Makefile.am
11408         * gtk/Makefile.am
11409         * configure.in: Remove makefile.mingw{,.in} from here, too.
11410         
11411         * README.win32: Updates. Don't mention the now removed
11412         makefile.mingw files.
11413
11414         * gdk/gdk.def
11415         * gtk/gtk.def: Add a couple of missing entries.
11416
11417         * gdk/gdkkeynames.c: Include <string.h> for strcmp() and memcpy().
11418
11419         * gdk/win32/gdkevents-win32.c: Move dimm.h header clash workaround
11420         earlier.
11421
11422         * gdk/win32/rc/Makefile.am: Add hack to help
11423         build/win32/lt-compile-resource decide which kind of libtool
11424         object file to produce.
11425
11426 2003-01-05  Matthias Clasen  <maclas@gmx.de>
11427
11428         * gtk/gtktextview.c (gtk_text_view_move_cursor_internal): Make
11429         C-Down step through the sequence of paragraph ends (old behaviour
11430         included paragraph starts).  (#80340, patch by Narayana Pattipati)
11431
11432         * gtk/gtktextiter.c (_gtk_text_btree_get_iter_at_first_toggle):
11433         Check for a tag toggle at the start iterator before calling
11434         gtk_text_iter_forward_to_tag_toggle().  (#102090, patch by Daniel 
11435         Elstner)
11436
11437 2003-01-04  Matthias Clasen  <maclas@gmx.de>
11438
11439         * gtk/gtkfilesel.h (struct _GtkFileSelection): Add /*< public >*/
11440         and /*< private >*/ as appropriate.  (#97211)
11441
11442 2003-01-04  Tor Lillqvist  <tml@iki.fi>
11443
11444         * Makefile.am (EXTRA_DIST): Don't distribute gtk-zip.sh, but do
11445         distribute gtk-zip.sh.in.
11446
11447         * gtk-zip.sh.in (DEVZIP): Add gdk-pixbuf-csource.exe and .1.
11448
11449 2003-01-03  Havoc Pennington  <hp@pobox.com>
11450
11451         * docs/Makefile.am (EXTRA_DIST): put it in EXTRA_DIST
11452
11453         * docs/text_widget_internals.txt: add a file documenting some of
11454         the text widget internals
11455
11456 2003-01-02  Matthias Clasen  <maclas@gmx.de>
11457
11458         * gtk/gtkwindow.c (gtk_window_get_focus): Document that it may
11459         return NULL.  (#102069)
11460
11461 2003-01-01  Matthias Clasen  <maclas@gmx.de>
11462
11463         * gtk/fnmatch.c (FNMATCH_TEST_CASES): #undef, since having
11464         a main() in the library is obviously bad. 
11465
11466 2002-12-27  Matthias Clasen  <maclas@gmx.de>
11467
11468         * gtk/gtktextview.c (gtk_text_view_drag_data_received): Place the
11469         cursor at drop point.  (#72384)
11470         (gtk_text_view_size_allocate): Update the horizontal adjustment
11471         value.  (#75694)
11472
11473 2002-12-25  Matthias Clasen  <maclas@gmx.de>
11474
11475         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Fix highlighting of
11476         selection wrt. to empty lines.  (#90435, #90582, #91619)
11477
11478         * gtk/gtktextview.c (gtk_text_view_preedit_changed_handler):
11479         Keep the cursor on screen.  (#96929)
11480
11481 2002-12-24  Matthias Clasen  <maclas@gmx.de>
11482
11483         * gtk/gtktextbuffer.c (paste_from_buffer): 
11484         (clipboard_text_received): Let the user action span the insertion
11485         and the deletion of the old selection.  (#82844)
11486
11487 2002-12-23  Matthias Clasen  <maclas@gmx.de>
11488
11489         * gtk/gtktextiter.c (gtk_text_iter_backward_sentence_starts):
11490         Don't call gtk_text_iter_backward_sentence_start() if
11491         count is zero.  (#99115)
11492
11493         * gtk/gtktextview.c (gtk_text_view_move_cursor_internal): Call
11494         move_cursor() even if the cursor hasn't moved, since it has the
11495         side effect of canceling the selection.  (#81395, #98537, #98333)
11496
11497 2002-12-22  Matthias Clasen  <maclas@gmx.de>
11498
11499         * gtk/gtktextlayout.c (add_preedit_attrs): Don't add attributes
11500         with empty ranges.  (fixes #101564 and #80637)
11501
11502 2002-12-21  Tor Lillqvist  <tml@iki.fi>
11503
11504         * gdk/win32/gdkwindow-win32.c (gdk_window_new): Move the code that
11505         sets the window style and extended window style, and adjusts the
11506         width and height to take the window decorations into account
11507         earlier. The adjusted width and height used to be ignored. Remove
11508         the local x, y, width and height variables, no need to further
11509         confuse the code by having local copies. (Partial fix, I hope, for
11510         #101588)
11511
11512         (gdk_window_move): When moving top-level windows, take title bar
11513         and border width into account, offsetting the coordinates before
11514         calling SetWindowPos().
11515
11516         (gdk_window_set_decorations, gdk_window_set_functions):
11517         Reimplement, taking into account the peculiar semantics of
11518         GDK_DECOR_ALL and GDK_FUNC_ALL. (#79036)
11519
11520         (gdk_window_get_decorations): Implement. (#98981)
11521         
11522         (gdk_window_set_type_hint): When setting
11523         GDK_WINDOW_TYPE_HINT_MENU, call gdk_window_set_decorations().
11524         (#79036)
11525
11526         * gdk/gdk.def: Add gdk_window_get_decorations. (#98981)
11527
11528 2002-12-21  Matthias Clasen  <maclas@gmx.de>
11529
11530         * gtk/gtktextview.c (gtk_text_view_set_background): New static
11531         function to set the background of all windows.
11532         (gtk_text_view_style_set): Use gtk_text_view_set_background().
11533         (gtk_text_view_state_changed): New function; change background
11534         according to state.  (#88126)
11535
11536 2002-12-21  Havoc Pennington  <hp@pobox.com>
11537
11538         * gtk/gtktextview.c (gtk_text_view_move_visually): fix the documentation
11539