]> Pileus Git - ~andy/gtk/blob - ChangeLog.pre-2-8
Mention GtkTreeViewSearchEqualFunc return value oddity here as well.
[~andy/gtk] / ChangeLog.pre-2-8
1 Sun Mar 14 22:32:36 2004  Owen Taylor  <otaylor@redhat.com>
2
3         * gtk/gtktreeview.c (gtk_tree_view_set_search_equal_func): Mention
4         GtkTreeViewSearchEqualFunc return value oddity here as well.
5
6         * gtk/gtktreeview.c (gtk_tree_view_search_equal_func): On failure
7         to get a string to compare to, return TRUE (no match), not 
8         FALSE (match). Handle %NULL string values gracefully.
9         Remove unused variable. (#135962, Mark McLoughlin)
10
11 2004-03-14  Morten Welinder  <terra@gnome.org>
12
13         * gtk/gtkfilesystemunix.c: Kill some debug g_prints.
14
15 Sun Mar 14 21:03:15 2004  Owen Taylor  <otaylor@redhat.com>
16
17         * gtk/gtkpathbar.[ch]: Add _gtk_path_bar_up()/
18         _gtk_path_bar_down().
19
20         * gtk/gtkfilechooserdefault.c: Use _gtk_path_bar_up()/
21         _gtk_path_bar_down() as bindings for Alt-Up
22         and new Alt-Down. (Partly based on a patch by
23         Mark McLoughlin, #136987)
24
25 2004-03-14  Federico Mena Quintero  <federico@ximian.com>
26
27         Fixes #136185, patch by Morten Welinder, with some changes.
28
29         * gtk/gtkfilechooserdefault.c (check_is_folder): New helper function.
30         (shortcuts_insert_path): Check the path first with check_is_folder().
31         (gtk_file_chooser_default_set_current_folder): Likewise.
32         (gtk_file_chooser_default_add_shortcut_folder): Likewise.
33         (browse_widgets_create): Unref the size group.
34
35         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_get_folder):
36         Handle the case where the file exists but it is not a directory.
37         (IconType): Add value for ICON_UNDECIDED.
38         (struct stat_info_entry): New structure to hold a file's struct
39         stat, its MIME type and its icon type.
40         (struct _GtkFileFolderUnix): Added a hash of struct
41         stat_info_entry, and flags to remember which info types we've read
42         so far.
43         (get_icon_type): Use a helper function for the icons-from-stat
44         types.
45         (gtk_file_system_unix_render_icon): Use the cached file info.
46         (gtk_file_folder_unix_get_info): Put the info in the cache.
47         (gtk_file_system_unix_get_folder): Create the cache of file info
48         structures.
49
50         * gtk/gtkfilesystem.c (gtk_file_info_set_display_name): Handle the
51         case where display_name is the same as the existing
52         info->display_name.
53
54 Sun Mar 14 19:26:48 2004  Owen Taylor  <otaylor@redhat.com>
55
56         #136672, reported by Christian Persch; fixes based
57         on a patch by Soeren Sandmann.
58
59         * gtk/gtkmenu.c: Change the handling of mixed gridded
60         and non-gridded menu items; the old method was causing
61         major performance problems even with the "avoid relayout
62         on destruction" hack put in recently.
63
64         Now we first lay out the gridded items and then put the 
65         non-gridded items into empty rows / after the gridded items. 
66         Layout is done in a central menu_shell_ensure_layout(). Also
67         avoid emitting property notifications when we initially
68         insert or attach items.
69         
70         * gtk/gtkmenushell.[ch] gtk/gtkmenu.c: Stop setting the
71         unused menu_shell->menu_flag, and document it as unused
72         in the header.
73
74         * tests/testactions.c: Add a test of creating/removing
75         lots of items.
76
77         * test/testgtk.c: Add some more cruft to the menu test.
78
79 Mon Mar 15 02:36:07 2004  Matthias Clasen  <maclas@gmx.de>
80
81         * gtk/gtkentrycompletion.c (gtk_entry_completion_class_init): Add
82         some signal docs.
83
84 Sun Mar 14 15:38:39 2004  Jonathan Blandford  <jrb@gnome.org>
85
86         * gtk/gtkentrycompletion.c (gtk_entry_completion_visible_func):
87         always use the match_func, even if text_column is set.
88
89 2004-03-14  Morten Welinder  <terra@gnome.org>
90
91         * gtk/gtkfilesystemunix.c (get_parent_dir): Don't turn "/" into
92         "".
93         (gtk_file_system_unix_get_folder): Use the same value for lookup
94         as for insertion.  Make sure we have a directory.
95
96         * gtk/gtkfilechooserdefault.c (error_dialog): Don't crash on NULL
97         path; don't crash on NULL error.
98
99 2004-03-14  Hans Breuer  <hans@breuer.org>
100
101         gtk/gtkcombobox.c : prototype cell_view_sync_cells() before 
102         first usage
103
104         gtk/makefile.msc.in : updated 'gtk_public_h_sources'
105
106         tests/makefile.msc : added testspinbutton
107
108 Sun Mar 14 01:01:18 2004  Matthias Clasen  <maclas@gmx.de>
109
110         * gtk/gtkcellview.c (gtk_cell_view_set_cell_data): Align
111         this function with gtk_tree_view_column_set_cell_data();
112         call the cell data func after setting the attributes.
113
114 Sun Mar 14 01:00:08 2004  Matthias Clasen  <maclas@gmx.de>
115
116         * gtk/gtkcellview.c (gtk_cell_view_expose): One more try;
117         make sure not to call gtk_cell_view_set_cell_data() when
118         displayed_row is NULL.
119
120 Sat Mar 13 18:13:13 2004  Owen Taylor  <otaylor@redhat.com>
121
122         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): When not
123         wrapping, do the offset of the line for justification ourselves.
124         (#120256, Felipe Heidrich)
125
126 Sun Mar 14 00:03:18 2004  Matthias Clasen  <maclas@gmx.de>
127
128         * gtk/gtkcellview.c (gtk_cell_view_expose): Support the
129         model-less use of GtkCellView shown in testcombo.c.
130
131 2004-03-13  Tor Lillqvist  <tml@iki.fi>
132
133         * gdk/win32/gdkdisplay-win32.c: Don't undefine HAVE_MONITOR_INFO
134         when compiling with gcc. Mingw's headers do have the required
135         definitions.
136
137         * gdk/win32/gdkdrawable-win32.c (draw_polygon): When drawing
138         filled polygons, don't draw the outline, similarily as
139         draw_rectangle(). Apparently GTK and GIMP don't use
140         gdk_draw_polygon() much (or always draw the outline, too), as this
141         has gone undetected for so long. Thanks to Bruce Hochstetler.
142
143 Sat Mar 13 15:19:17 2004  Owen Taylor  <otaylor@redhat.com>
144
145         * gtk/gtkwindow.c (gtk_window_destroy): Remove
146         the window from the toplevel_list here rather in destroy.
147         While this is theoretically speaking wrong, it fits
148         in better with the current reality that destroyed
149         widgets are not reusable. (#126808, Michael Natterer)
150
151 Sat Mar 13 21:47:47 2004  Matthias Clasen  <maclas@gmx.de>
152
153         * gtk/gtkcellview.c (gtk_cell_view_expose): Don't do anything
154         beyond clearing to the background if there is no active row.
155         (#137066, reported by Owen Taylor)
156
157 Sat Mar 13 21:37:44 2004  Matthias Clasen  <maclas@gmx.de>
158
159         * gtk/gtkcombobox.c (gtk_combo_box_list_key_press): Pop down the
160         list when an item is selected via the keyboard.
161
162 2004-03-13  Anders Carlsson  <andersca@gnome.org>
163
164         * gtk/gtkfilesystemunix.c: (remove_trailing_slash),
165         (gtk_file_system_unix_get_folder),
166         (gtk_file_system_unix_create_folder), (get_parent_dir),
167         (gtk_file_system_unix_get_parent), (gtk_file_folder_unix_get_info):
168         Remove trailing slashes in path names.
169         
170 Sat Mar 13 12:17:16 2004  Owen Taylor  <otaylor@redhat.com>
171
172         * gdk/x11/gdkwindow-x11.c (gdk_window_reparent): Make
173         this a total no-op when the new or old parent is
174         destroyed. (#134230, patch from Soeren Sandmann)
175
176         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy):
177         For foreign windows in our heirarchy, call
178         _gdk_windowing_window_destroy_foreign (window) and skip
179         all the normal destruction logic.
180
181         * gdk/x11/gdkwindow-x11.c gdk/win32/gdkwindow-win32.c:
182         Move code to request destruction of a foreign window
183         code into a separate _gdk_windowing_window_destroy_foreign().
184
185         * gdk/x11/gdkwindow-x11.c (gdk_window_impl_x11_finalize):
186         Call GDK_WINDOW_DISPLAY() on the wrapper not on the
187         impl. (Also from Soeren's patch)
188
189 Sat Mar 13 10:49:46 2004  Owen Taylor  <otaylor@redhat.com>
190
191         * gtk/gtkdnd.c (_gtk_drag_dest_handle_event): For
192         GTK_IS_PLUG toplevels, call gdk_window_get_origin() 
193         not gtk_window_get_position, as a hackround for not
194         having accurate notification of window position for
195         embedded windows. (#136112, Dan Winship)
196
197 Sat Mar 13 10:34:03 2004  Owen Taylor  <otaylor@redhat.com>
198
199         * gtk/gtktextview.c gtk/gtktextbuffer.c: Revert last change;
200         it causes problems for pastes from other applications; see
201         comments in bugzilla for #81880.
202
203 Sat Mar 13 02:55:51 2004  Matthias Clasen  <maclas@gmx.de>
204
205         Fix middle button pasting in the TextView  (#81880, reported
206         by Evert Verhellen, patch by Paolo Borelli):
207         
208         * gtk/gtktextview.c (gtk_text_view_button_press_event): Retrieve 
209         the insert mark and move the cursor to it making sure of also 
210         scroll the window if needed.
211         
212         * gtk/gtktextbuffer.c (pre_paste_prep): Move the insert mark
213         to the insertion point.
214
215 Sat Mar 13 01:38:55 2004  Matthias Clasen  <maclas@gmx.de>
216
217         * gtk/gtkcombobox.c (gtk_combo_box_remove): Add a remove 
218         implemenatation which restores the cell_view when the custom 
219         child is removed.  (#136555, Owen Taylor)
220
221 Sat Mar 13 00:07:51 2004  Matthias Clasen  <maclas@gmx.de>
222
223         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_layout_clear): 
224         Keep the cell_list in a consistent state while iterating over it, 
225         since clear_attributes() also iterates over it.  (another instance
226         of #136585, Morten Welinder)
227         
228 Fri Mar 12 17:20:15 2004  Owen Taylor  <otaylor@redhat.com>
229
230         * gtk/gtkarrow.c (gtk_arrow_expose): Swap GTK_ARROW_LEFT
231         and GTK_ARROW_RIGHT for GTK_TEXT_DIR_LTR. (#129159,
232         Semion Chichelnitsky)
233
234         * gtk/gtkpathbar.c gtk/gtktoolbar.c: Remove no-longer-needed 
235         gtk_toolbar_direction-changed handlers and explicit
236         flipping of GtkArrow widgets.
237
238 Fri Mar 12 23:37:15 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
239
240         * gtk/gtkfilechooserdialog.c
241         (file_chooser_widget_default_realized_size_changed): Clamp the
242         new size to the screen.
243
244 Fri Mar 12 15:06:44 2004  Owen Taylor  <otaylor@redhat.com>
245
246         * gtk/gtkexpander.c (gtk_expander_realize): Create the
247         event_window at the right size using the same logic as
248         in size_allocate. (#136994, Niklas Knuttson)
249
250 2004-03-12  Federico Mena Quintero  <federico@ximian.com>
251
252         * gtk/gtkwindow.c (gtk_window_activate_focus): Don't ignore the
253         return value of gtk_widget_activate().
254         (gtk_window_activate_default): Likewise.  Fixes #137008.
255
256         * gtk/gtkfilechooserdialog.c (response_cb): Act on positive
257         response IDs we recognize, rather than bailing out on cancellation
258         ones.  Fixes #136237; patch by Olivier Andrieu
259         <oliv__a@users.sourceforge.net>.
260         (file_chooser_widget_file_activated): If the dialog doesn't have a
261         default widget, try to find a suitable response widget on our own.
262         People should *really* be using gtk_dialog_set_default_response(),
263         but this is to help lazy programmers.
264
265         * gtk/gtkdialog.c (_gtk_dialog_get_response_for_widget): New
266         internal function.
267         (get_response_data): Add a "create" argument so that we don't
268         unconditionally create the response data.
269
270 2004-03-12  Morten Welinder  <terra@gnome.org>
271
272         * tests/Makefile.am: Add new testspinbutton.c
273
274 2004-03-11  Federico Mena Quintero  <federico@ximian.com>
275
276         * gtk/gtkfilechooserdefault.c (shortcuts_drag_set_delete_cursor):
277         Put the trash icon on the right for LTR locales, or on the left
278         for RTL.
279         (shortcuts_drag_motion_cb): Cancel the idle handler here as well.
280         (shortcuts_drag_leave_cb): Test whether the idle is present.
281         (shortcuts_drag_data_received_cb): Ahem, don't assert here.
282
283 Thu Mar 11 17:51:10 2004  Owen Taylor  <otaylor@redhat.com>
284
285         * modules/input/gtkimcontextxim.c (preedit_done_callback):
286         Clear preedit string and emit preedit_changed as needed
287         on AIX. (#130617, Philip K Warren)
288
289 2004-03-11  Morten Welinder  <terra@gnome.org>
290
291         * gtk/gtkpathbar.c (_gtk_path_bar_set_file_system): Plug leak.
292
293 Thu Mar 11 16:28:15 2004  Owen Taylor  <otaylor@redhat.com>
294
295         * gtk/gtkmenu.c (gtk_menu_get_toplevel): Fix attach/attach->parent
296         type. (#136919, Tim Mooney)
297
298 Thu Mar 11 16:18:51 2004  Jonathan Blandford  <jrb@redhat.com>
299
300         * gtk/gtkfilechooserdefault.c (shortcuts_insert_path): revert
301         earlier change to insert_path so that we test that the directory
302         exists.
303
304         * gtk/gtkfilechooserdialog.c
305         (gtk_file_chooser_dialog_constructor): move focus.
306
307 Thu Mar 11 22:12:14 2004  Matthias Clasen  <maclas@gmx.de>
308
309         * gtk/gtkspinbutton.c (gtk_spin_button_size_request): Use the same
310         logic as GtkEntry when calculating border width.  (#116368, reported
311         by Morten Welinder)
312
313 Thu Mar 11 15:59:05 2004  Owen Taylor  <otaylor@redhat.com>
314
315         * tests/testgtk.c (create_spins): Use gtk_entry_set_width_chars()
316         rather than gtk_widget_set_size_request().
317
318 2004-03-11  Federico Mena Quintero  <federico@ximian.com>
319
320         * gtk/gtkfilechooserdefault.c (remove_settings_signal): New
321         function, copied from gtkpathbar.c.
322         (gtk_file_chooser_default_dispose): Use remove_settings_signal()
323         rather than our own code.
324         (gtk_file_chooser_default_screen_changed): Use
325         remove_settings_signal(); this should handle per-screen settings
326         correctly.
327
328 Thu Mar 11 14:07:18 2004  Owen Taylor  <otaylor@redhat.com>
329
330         * gtk/gtklabel.c (gtk_label_focus): Fix a missing return
331         value.
332
333 Thu Mar 11 13:58:24 2004  Owen Taylor  <otaylor@redhat.com>
334
335         * gtk/gtkmessagedialog.c gtk/gtklabel.c: Back out the
336         put-labels-into-the-standard-focus-chain patches 
337         from bug #59707.
338
339         * gtk/gtklabel.c (gtk_label_focus): Only put the
340         label in the tab chain when the control key is pressed.
341
342 2004-03-11  Federico Mena Quintero  <federico@ximian.com>
343
344         * gtk/gtkfilechooserdefault.c (error_message_with_parent): Use a
345         single OK button, not a Close button, as per the HIG.
346
347         * gtk/gtkfilesel.c (gtk_file_selection_fileop_error): Likewise.
348
349 2004-03-11  Federico Mena Quintero  <federico@ximian.com>
350
351         * gtk/gtkfilechooserdefault.c (shortcuts_drag_motion_cb): Oops,
352         initialize "action" before jumping.  Fixes #136900.
353
354 2004-03-11  Mark McLoughlin  <mark@skynet.ie>
355
356         * gtk/gtksettings.c: (apply_queued_setting): don't overwrite
357         application properties. Fixes bug #136802.
358
359 2004-03-11  Dov Grobgeld  <dov@imagic.weizmann.ac.il>
360
361         * gtk/gtktextlayer.c: (gtk_text_layout_set_buffer): Added
362         call to gtk_text_layout_update_cursor_line() to solve in 
363         problem of switching keyboard direction at widget creation:
364         bug #136680
365
366 Thu Mar 11 10:28:30 2004  Owen Taylor  <otaylor@redhat.com>
367
368         * gtk/gtkfilechooserembed.c (delegate_initial_focus): Remove
369         stray 'return' statement. (#136855, David L. Cooper II)
370
371 2004-03-11  Mark McLoughlin  <mark@skynet.ie>
372
373         * gtk/gtkstyle.c: (gtk_default_draw_expander): Use the PRELIGHT
374         fg color for drawing the expander when prelit. Fixes problem
375         with the HighContrast theme: bug #136789.
376
377 2004-03-11  Federico Mena Quintero  <federico@ximian.com>
378
379         Fix #135912 and #135913.
380
381         * gtk/gtkfilechooserdefault.c
382         (shortcuts_filter_model_row_draggable): Implement.
383         (shortcuts_model_filter_new): New function, create a
384         ShortcutsModelFilterClass derived from GtkTreeModelFilter, so that
385         we can implement our own DnD interface methods.
386         (shortcuts_model_create): Use shortcuts_model_filter_new().
387         (shortcuts_list_create): Enable the shortcuts list as a drag
388         source.
389         (file_list_source_targets): Renamed from shortcuts_targets.
390         (shortcuts_list_create): Change the options for
391         gtk_drag_dest_set().  Connect to more drag signals so that we can
392         implement drops by hand.
393         (shortcuts_drag_data_delete_cb): New handler; just stop the emission.
394         (shortcuts_drag_motion_cb): New handler; validate the drop.
395         (shortcuts_drag_leave_cb): New handler; unset the drag_dest_row.
396         (shortcuts_drag_drop_cb): New handler; just stop the emission and
397         remove the idle handler for the drag cursor.
398         (shortcuts_add_bookmark_from_path): Add a position argument,
399         return a boolean success code.
400         (shortcuts_drag_data_received_cb): Handle two cases:  1) Insert
401         the bookmarks at the proper position, rather than always appending
402         them to the list; 2) alternatively, reorder the bookmarks.
403         (struct _GtkFileChooserDefault): New field shortcuts_drag_outside.
404         (shortcuts_drag_motion_cb): Turn off impl->shortcuts_drag_outside.
405         (shortcuts_drag_leave_cb): Turn on impl->shortcuts_drag_outside in
406         an idle handler.
407         (shortcuts_drag_end_cb): New handler; remove the selected bookmark.
408
409 Thu Mar 11 01:08:25 2004  Jonathan Blandford  <jrb@gnome.org>
410
411         * gtk/gtkfilechooserdefault.c (location_entry_create): up the
412         width of the entry a tad.
413
414         * gtk/gtkfilechooserentry.c (gtk_file_chooser_entry_init): use
415         gtk_entry_completion_selection_changed.  Also, unref the
416         completion as we were leaking a reference to it.
417
418 2004-03-10  Federico Mena Quintero  <federico@ximian.com>
419
420         * gtk/gtkstyle.c (draw_dot): Remove spurious semicolon.  Thanks to
421         Kjartan Maraas for pointing it out.
422
423 Wed Mar 10 23:40:15 2004  Matthias Clasen  <maclas@gmx.de>
424
425         * gtk/gtkentrycompletion.c (_gtk_entry_completion_popup): Set the
426         background on the action view cell renderer here, not in init, so 
427         that a) we catch style changes, and b) we get the real style, not 
428         the default one. Partial fix for #127648, reported by Dave Bordoley.
429
430 2004-03-10  Tor Lillqvist  <tml@iki.fi>
431
432         * gdk/win32/gdkevents-win32.c (build_key_event_state): Set also
433         the pointer button bits. (#136636, Dave Neary)
434
435         * gdk/win32/gdkwindow-win32.c (show_window_internal): Show
436         transparent (input only) windows using SetWindowPos(). (#132331,
437         John Ehresman)
438
439         (gdk_window_set_type_hint): For splash screens, remove the resize
440         handles, menu, and minimize/maximize/close buttons. (#132896)
441
442 Wed Mar 10 22:30:23 2004  Matthias Clasen  <maclas@gmx.de>
443
444         * gtk/gtkcellview.c (gtk_cell_view_cell_layout_clear): Keep the
445         cell_list in a consistent state while iterating over it, since
446         clear_attributes() also iterates over it.  (#136585, Morten Welinder)
447
448 2004-03-10  Mark McLoughlin  <mark@skynet.ie>
449
450         * gtk/gtkexpander.c: (gtk_expander_expose): don't propagate
451         the expose to the label. The expose handler for GtkContainer
452         already does that. Fixes bug #136719. Reported by Dennis
453         Cranston, exact cause nailed down by Owen.
454
455 2004-03-10  Federico Mena Quintero  <federico@ximian.com>
456
457         * gtk/gtkfilechooserdefault.c (list_mtime_data_func): Use an
458         untranslatable "%x" for dates, rather than a custom format.  Fixes
459         #136357.
460
461 2004-03-10  Morten Welinder  <terra@gnome.org>
462
463         * gtk/gtkfilechooserdefault.c
464         (gtk_file_chooser_default_add_shortcut_folder): Test validity of
465         path here.
466         (shortcuts_insert_path): Don't check here.
467         (get_file_info): Barf if name-only fails.
468
469         * tests/testfilechooser.c (main): Add support for --multiple.
470
471 Wed Mar 10 02:41:05 2004  Jonathan Blandford  <jrb@gnome.org>
472
473         * gtk/gtkpathbar.c: (gtk_path_bar_init), (gtk_path_bar_class_init),
474         (remove_settings_signal), (gtk_path_bar_dispose),
475         (gtk_path_bar_style_set), (gtk_path_bar_screen_changed),
476         (gtk_path_bar_scroll_up), (reload_icons), (change_icon_theme),
477         (settings_notify_cb), (gtk_path_bar_check_icon_theme),
478         (get_button_image), (gtk_path_bar_update_button_appearance),
479         (make_directory_button), (gtk_path_bar_check_parent_path): Support
480         changes in icon themes.
481
482         * gtk/gtkpathbar.h: add two elements
483
484         * tests/testfilechooser.c: (main): use gnome-vfs method again to
485         get more testing.
486
487 Wed Mar 10 01:17:40 2004  Jonathan Blandford  <jrb@gnome.org>
488
489         * gtk/gtkpathbar.c: added 'Desktop' to the list of volumes.  We
490         don't have any more untranlated strings in the dialog.
491
492 Wed Mar 10 00:24:24 2004  Jonathan Blandford  <jrb@gnome.org>
493
494         * gtk/gtkfilechooserdefault.c (error_dialog): use uri instead of
495         the pathname for UTF-8 safety.
496
497 Wed Mar 10 00:10:47 2004  Jonathan Blandford  <jrb@gnome.org>
498
499         * gtk/gtkfilechooserdefault.c (shortcuts_insert_path): Always
500         check to see if the shortcuts exists.  We don't want to put
501         invalid dirs in the shortcuts pane.
502
503 Tue Mar  9 16:40:34 2004  Jonathan Blandford  <jrb@gnome.org>
504
505         * gtk/gtkfilechooserdefault.c (struct _GtkFileChooserDefault):
506         remove unneeded shortuts_swin;
507
508 Wed Mar 10 01:49:27 2004  Matthias Clasen  <maclas@gmx.de>
509
510         Fix #136614 in a better way:
511         
512         * gtk/gtkoptionmenu.c (gtk_option_menu_init): Undo the last change.
513         * gtk/gtkbutton.c (struct _GtkButtonPrivate): Add a flag, align_set.
514         * gtk/gtkbutton.c (gtk_button_init): Initialize align_set to 0.
515         * gtk/gtkbutton.c (maybe_set_alignment): Rework to only set the
516         alignment if priv->align_set is set.
517         * gtk/gtkbutton.c (gtk_button_set_alignment): Set align_set to 1.
518
519 Wed Mar 10 01:21:05 2004  Matthias Clasen  <maclas@gmx.de>
520
521         * gtk/gtkcombobox.c (gtk_combo_box_menu_position_below): Place
522         grid mode popups left aligned, not right aligned.
523
524 Tue Mar  9 23:09:46 2004  Matthias Clasen  <maclas@gmx.de>
525
526         * gtk/gtkoptionmenu.c (gtk_option_menu_init): Avoid centering 
527         the label that is reparented from the menuitem.  (#136614, Dennis
528         Cranston)
529
530 Tue Mar  9 16:19:09 2004  Jonathan Blandford  <jrb@gnome.org>
531
532         * gtk/gtkpathbar.c (struct _ButtonData): Encapsulate all of the
533         information about a button in a struct instead of ugly
534         g_object_set_data.
535         (gtk_path_bar_size_request): Use ButtonData.
536         (gtk_path_bar_update_slider_buttons): ditto
537         (gtk_path_bar_size_allocate): ditto
538         (gtk_path_bar_remove): ditto
539         (gtk_path_bar_forall): ditto
540         (gtk_path_bar_scroll_down): ditto
541         (gtk_path_bar_clear_buttons): ditto
542         (button_clicked_cb): ditto.  Also, add an ignore_changes variable
543         (button_data_free): destroy ButtonData
544         (update_button_appearance): Use ButtonData
545         (make_directory_button): ditto
546         (gtk_path_bar_check_parent_path): ditto
547         (_gtk_path_bar_set_path): ditto
548
549 2004-03-09  Federico Mena Quintero  <federico@ximian.com>
550
551         Fix #136533.
552
553         * gtk/gtkfilechooserdefault.c (shortcuts_reload_icons): New
554         function.
555         (check_icon_theme): New helper function, installs a handler for
556         changes in the icon theme.
557         (gtk_file_chooser_default_style_set): Use check_icon_theme().
558         (gtk_file_chooser_default_screen_changed): Use check_icon_theme().
559         (gtk_file_chooser_default_dispose): Disconnect from GtkSettings.
560         (change_icon_theme): New function, updates impl->icon_size and
561         reloads the icons.
562         (struct _GtkFileChooserDefault): New field settings_signal_id.
563         (struct _GtkFileChooserDefault): New field icon_size.
564         (shortcuts_insert_path): Use impl->icon_size.
565         (list_icon_data_func): Likewise.
566
567 2004-03-09  Federico Mena Quintero  <federico@ximian.com>
568
569         * gtk/gtkfilechooserdefault.c (get_file_info): Handle the returned
570         parent_path being NULL.  Fixes #136662.
571
572 2004-03-09  Federico Mena Quintero  <federico@ximian.com>
573
574         * gtk/gtkfilechooserdefault.c (shortcuts_drag_data_received_cb):
575         Stop the emission so that GtkTreeView's handler won't try to poke
576         the filter model.  Fixes #136127.
577
578 Tue Mar  9 13:49:14 2004  Owen Taylor  <otaylor@redhat.com>
579
580         * gtk/gtkstyle.c (gtk_paint_polygon): Fix 
581         g_return_if_fail() that was checking draw_shadow.
582         (#136669, Morten Welinder)
583
584 Tue Mar  9 09:57:25 2004  Owen Taylor  <otaylor@redhat.com>
585
586         * === Released 2.3.6 ===
587
588         * configure.in: Version 2.3.6, interface age 0.
589
590         * NEWS: Updates
591
592 Tue Mar  9 11:01:45 2004  Jonathan Blandford  <jrb@gnome.org>
593
594         * gtk/gtkpathbar.c (gtk_path_bar_finalize): unref the correct
595         icon.  Reported by Michael Natterer <mitch@gimp.org>.
596
597 2004-03-09  Morten Welinder  <terra@gnome.org>
598
599         * tests/testfilechooser.c (main): Destroy widgets to reveal leaks.
600
601 Tue Mar  9 02:11:50 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
602
603         * gtk/gtkmenu.c Fix bug 136446. [Marco Pesenti Gritti]
604         (struct _GtkMenuPrivate): Add boolean destroying
605         (gtk_menu_destroy): Set priv->destroying
606         (gtk_menu_remove): don't update the table information when the
607         menu is being destroyed.
608
609         * gtk/gtkmenu.c (gtk_menu_set_monitor): Formatting fix
610
611         * gtk/gtktoolbar.[ch]: Some formatting fixes
612
613 Tue Mar  9 01:25:10 2004  Matthias Clasen  <maclas@gmx.de>
614
615         * gtk/gtkframe.c (gtk_frame_paint): Fix a typo.
616
617 2004-03-08  Federico Mena Quintero  <federico@ximian.com>
618
619         Fixes #136080.
620
621         * gtk/gtkfilesystemunix.c: Only lstat() if stat() failed due to
622         ENOENT.
623         (filename_get_info): Likewise.
624
625 2004-03-08  Federico Mena Quintero  <federico@ximian.com>
626
627         * gtk/gtkfilechooserdefault.c
628         (gtk_file_chooser_default_initial_focus): Use
629         gtk_tree_view_set_cursor().
630
631 2004-03-08  Federico Mena Quintero  <federico@ximian.com>
632
633         Patch "1a" from #136185, by Morten Welinder.
634
635         * gtk/gtkfilechooserdefault.c (get_file_info): Take in an argument
636         that says whether the caller just wants the display name.
637         (shortcuts_insert_path): We only want the name in the call to
638         get_file_info().
639
640         * gtk/gtkpathbar.c (_gtk_path_bar_set_path): Don't request more
641         info than needed from the file_folder.
642
643 2004-03-08  Federico Mena Quintero  <federico@ximian.com>
644
645         Fixes #136105.
646
647         * gtk/gtkfilechooserembed.h (struct _GtkFileChooserEmbedIface):
648         Added an ::initial_focus() method.
649
650         * gtk/gtkfilechooserembed.c
651         (_gtk_file_chooser_embed_delegate_iface_init): Set the
652         initial_focus method.
653         (delegate_initial_focus): Implement.
654         (_gtk_file_chooser_embed_initial_focus): New function.
655
656         * gtk/gtkfilechooserdialog.c
657         (gtk_file_chooser_dialog_constructor): Call
658         _gtk_file_chooser_embed_initial_focus().
659
660         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_init):
661         Install the ::initial_focus() handler.
662         (gtk_file_chooser_default_initial_focus): Implement.
663
664 2004-03-08  Federico Mena Quintero  <federico@ximian.com>
665
666         * gtk/gtkfilechooserdefault.c (update_from_entry): Return a
667         boolean success code.
668         (location_popup_handler): Refocus the file chooser if appropriate.
669         Fixes #135905.
670         (save_widgets_create): Don't set the text of the save_folder_label
671         here.
672         (update_appearance): Set the text here as appropriate for the save
673         mode.  Also fixes #136387.
674         (update_appearance): Don't show the Create Folder button in
675         SELECT_FOLDER mode.
676         (update_appearance): Show the extra widget in all Save modes
677         correctly.
678
679 Mon Mar  8 11:57:27 2004  Owen Taylor  <otaylor@redhat.com>
680
681         * gtk/gtkcombobox.c (gtk_combo_box_unset_model): Don't
682         call g_signal_handler_disonnect() if priv->model is
683         NULL. (#136551, Damon Chaplin)
684
685         * gtk/gtkcombobox.c (gtk_combo_box_model_row_inserted):
686         Back out code to set the active item when the first
687         item is added to the model; this causes problems for
688         GtkComboBoxText. (#136535)
689
690         * gtk/gtkcombobox.c (gtk_combo_box_menu_destroy)
691         * gtk/gtkcombobox.c (gtk_combo_box_list_destroy):
692         * gtk/gtkcombobox.c (gtk_combo_box_list_setup): 
693         * gtk/gtkcombobox.c (gtk_combo_box_menu_setup): 
694         Remove calls to gtk_combo_box_unset_model.
695
696         * gtk/gtkcombobox.c (gtk_combo_box_check_appearance): 
697         Clean up handling of wrap->width > 0.
698
699         * gtk/gtkcombobox.c (gtk_combo_box_relayout): Don't
700         switch list/menu mode here.
701
702         * gtk/gtkcombobox.c (gtk_combo_box_set_model): Protect
703         against the same model being set back.
704
705         * gtk/gtkcombobox.c (gtk_combo_box_relayout): Call
706         gtk_combo_box_menu_fill() rather than duplicating
707         a large chunk of code.
708
709 2004-03-08  Anders Carlsson  <andersca@gnome.org>
710
711         * gtk/gtkfilesystemmodel.c (gtk_file_system_model_get_flags): 
712         If max_depth is 0 then we have a list.
713
714 2004-03-08  Morten Welinder  <terra@gnome.org>
715
716         * gtk/gtkpathbar.c (_gtk_path_bar_set_path): If we fail, leave
717         widget unchanged.  Explicitly verify final directory.
718
719         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_create_folder,
720         get_icon_type, filename_get_info): Protect errno.
721
722 2004-03-08  Marco Pesenti Gritti  <marco@gnome.org>
723
724         * gtk/gtkentry.c: (gtk_entry_completion_key_press):
725
726         When an action is selected stop the event to be propagated
727         otherwise the activate signal is emitted too. (Bug #133394)
728
729 Mon Mar  8 04:50:12 2004  Jonathan Blandford  <jrb@gnome.org>
730
731         * gtk/gtkfilechooserdefault.c (create_path_bar): new function to
732         consolidate creating the path_bar.
733         (gtk_file_chooser_default_set_current_folder): no longer need to
734         pass in the filesystem.
735
736         * gtk/gtkpathbar.h: Removed unused set_pixbuf functions in favor
737         of just setting the filesystem.
738
739         * gtk/gtkpathbar.c (gtk_path_bar_finalize): Free root path and
740         home_dir.
741         (get_button_image): Add images to path_bar.
742         (update_button_appearance): use images
743         (make_directory_button): Clasify buttons based upon location.
744         (_gtk_path_bar_set_path): no longer need a file-system.  Also, add
745         rerooting, #135845, #135914
746
747         * tests/testfilechooser.c: Fix reused error handling.
748
749 2004-03-08  Anders Carlsson  <andersca@gnome.org>
750
751         * gtk/gtkfilesystemunix.c: (get_icon_for_directory),
752         (gtk_file_system_unix_render_icon):
753         Use better icons for home and desktop.
754
755 2004-03-08  Anders Carlsson  <andersca@gnome.org>
756
757         * gtk/gtkfilechooserentry.c:
758         (_gtk_file_chooser_entry_set_base_folder):
759         Set the base folder path in the entry.
760         
761 2004-03-08  Christian Neumair  <chris@gnome-de.org>
762
763         * tests/testentrycompletion.c: Fix typo.
764
765 2004-03-08  Tor Lillqvist  <tml@iki.fi>
766
767         * README.win32: Update.
768
769         * gtk/gtk.def: Small update. Thanks to J. Ali Harlow. Re-sorted.
770
771         * tests/testfilechooser.c: Correct localtime_r() emulation on
772         Win32. Remove a couple of unnecessary Win32-only includes.
773
774 Mon Mar  8 01:06:17 2004  Matthias Clasen  <maclas@gmx.de>
775
776         * tests/testentrycompletion.c: Test dynamic addition/removal. 
777
778 Sun Mar  7 22:38:49 2004  Matthias Clasen  <maclas@gmx.de>
779
780         * gtk/gtkframe.c (gtk_frame_paint): Use ythickness, not 
781         xthickness in the calculation of vertical dimensions.
782
783 Sun Mar  7 17:38:03 2004  Jonathan Blandford  <jrb@gnome.org>
784
785         * gtk/gtkbutton.c (gtk_button_class_init): actually use
786         gtk_button_add.
787
788         * gtk/gtkfilechooserdefault.c (error_building_filename_dialog):
789         use the uri, not the path, #136317
790         (renderer_edited_cb): ditto
791         (shortcuts_add_bookmark_from_path): ditto
792         (remove_bookmark_button_clicked_cb): ditto
793         (gtk_file_chooser_default_remove_shortcut): ditto
794         (update_from_entry): ditto
795         (up_folder_handler): ditto
796
797 Sun Mar  7 16:07:08 2004  Jonathan Blandford  <jrb@gnome.org>
798
799         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_init): set
800         redraw_on_allocate, #135902.
801
802         * gtk/gtkfilesystemmodel.c (model_refilter_recurse): Patch from
803         Damon Chaplin to set a node to be visible before emitting the
804         inserted signal, #135555.
805
806 Sun Mar  7 22:24:28 2004  Matthias Clasen  <maclas@gmx.de>
807
808         * gtk/gtkbutton.c (_gtk_button_paint): Don't use xthickness in the
809         height calculation.
810
811 Sun Mar  7 14:34:04 2004  Jonathan Blandford  <jrb@gnome.org>
812
813         Fixes #121500.
814
815         * gtk/gtkfilechooserdefault.c (trap_activate_cb): stop activate
816         from unselecting rows when pressed in multiple-selection mode.
817
818 2004-03-07  Hans Breuer  <hans@breuer.org>
819
820         * gdk/win32/gdkproperty-win32.c (gdk_screen_get_setting) :
821         some more settings from system, also reflect some name changes
822         done a while ago in the x11 backend
823
824         * gdk/win32/makefile.msc : build gdkspawn-win32.c
825
826         * gtk/gtkdnd.c : gtk_drag_source_[gs]et_target_list, added "Since: 2.4"
827
828         * gtk/makefile.msc.in : build gtkpathbar, link shell32.lib
829
830         * tests/makefile.msc : some more tests get build
831
832 Sun Mar  7 03:03:57 2004  Jonathan Blandford  <jrb@gnome.org>
833
834         * gtk/gtkfilechooserdefault.c
835         (gtk_file_chooser_default_get_paths): if action is
836         SELECT_FOLDER, then return the currentd folder if none is
837         selected.
838         (gtk_file_chooser_default_should_respond): Allow 'Ok' to be hit if
839         no directory is selected in SELECT_FOLDER mode.
840
841 Sat Mar  6 23:31:18 2004  Jonathan Blandford  <jrb@gnome.org>
842
843         * gtk/gtkfilechooserdefault.c (struct _GtkFileChooserDefault):
844         remove unneeded elements.
845         (tree_selection_changed): removed
846         (tree_name_data_func): removed
847         (gtk_file_chooser_default_finalize): don't unref dir model
848         (create_folder_tree): removed
849         (get_selection): no longer need to abstract away the selection
850         function.
851         (create_file_list): We now create a tree for all actions.
852         (file_pane_create): Make one tree.
853         (update_appearance) We really change the mode only, now.
854
855 Sun Mar  7 02:38:00 2004  Matthias Clasen  <maclas@gmx.de>
856
857         * gtk/gtkcombobox.c (gtk_combo_box_size_request): Do a 
858         size_request on the button and cell_view_frame, otherwise
859         their style will still be the default here in the initial 
860         size_request. (#136301, Mark McLoughlin)
861
862 2004-03-06  Gustavo J. A. M. Carneiro  <gustavo@users.sourceforge.net>
863
864         * gtk/gtktoolbar.c (internal_insert_element): Check return value
865         of gtk_stock_lookup; if stock lookup fails, just use stock_id as
866         label, instead of crashing. Fixes #136202.
867
868 2004-03-05  Federico Mena Quintero  <federico@ximian.com>
869
870         * gdk/linux-fb/gdkglobals-fb.c: Make <config.h> the very first
871         include.
872         * gdk/linux-fb/gdkwindow-fb.c: Likewise.
873         * gdk/linux-fb/gdkinput.c: Likewise.
874
875 2004-03-05  Federico Mena Quintero  <federico@ximian.com>
876
877         Fixes #136082 and #135265, patch by Morten Welinder.
878
879         * configure.in: Use AC_SYS_LARGEFILE.
880
881         * */*.c: #include <config.h>
882
883 2004-03-05  Federico Mena Quintero  <federico@ximian.com>
884
885         * gtk/gtkfilechooserdefault.c
886         (gtk_file_chooser_default_select_path): No need to have a
887         temporary error variable.
888
889 2004-03-05  Tor Lillqvist  <tml@iki.fi>
890
891         * configure.in: Move check for native Win32 (mingw) a bit
892         earlier. If Win32, disable static builds (as in GLib). Remove
893         unnecessary AC_LIBTOOL_WIN32_DLL.
894
895         * gdk/gdk.def: Add missing entries, thanks to J. Ali Harlow.
896
897         * gdk/win32/gdkcursor-win32.c (color_is_white): const-correctness.
898
899         (gdk_cursor_new_from_pixbuf): Copy of the non-Xcursor X11
900         implementation.
901
902         (gdk_display_supports_cursor_alpha,
903         gdk_display_supports_cursor_color): Dummy implementations.
904
905         (gdk_display_get_default_cursor_size,
906         gdk_display_get_maximal_cursor_size): Implement.
907
908         * gdk/win32/gdkdisplay-win32.c (gdk_display_get_default_group):
909         Dummy implementation.
910
911         * gdk/win32/gdkevents-win32.c (gdk_net_wm_supports): Dummy
912         implementation.
913
914         * gdk/win32/gdkfont-win32.c (gdk_font_get_display): Implement.
915
916         * gdk/win32/gdkinput-win32.c (gdk_input_motion_events): Remove,
917         not in API.
918
919         * gdk/win32/gdkwindow-win32.c (gdk_window_get_group): Dummy
920         implementation.
921
922 Fri Mar  5 18:00:36 2004  Jonathan Blandford  <jrb@redhat.com>
923
924         * gtk/gtkfilechooserdefault.c (new_folder_button_clicked): scroll
925         to the new path.
926
927         * gtk/gtktreeview.c (gtk_tree_view_adjustment_changed): Update the
928         allocation when scrolling instead of cancelling editing.
929
930 Fri Mar  5 23:52:34 2004  Matthias Clasen  <maclas@gmx.de>
931
932         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_set_modify_func): 
933         Improve the docs.  (#127727, Murray Cumming)
934
935 Fri Mar  5 23:37:16 2004  Matthias Clasen  <maclas@gmx.de>
936
937         * gtk/gtktreeview.c (gtk_tree_view_set_reorderable): Clarify the
938         doc comment.  (#118602)
939
940 Fri Mar  5 22:37:15 2004  Matthias Clasen  <maclas@gmx.de>
941
942         * gtk/gtkbutton.c (gtk_button_construct_child): Don't let
943         the priv->image pointer dangle.  (#136259, Padraig O'Briain)
944
945 2004-03-05  Federico Mena Quintero  <federico@ximian.com>
946
947         * gtk/gtkfilechooserprivate.h (struct _GtkFileChooserIface): Add
948         gboolean return values and GError arguments to
949         ::set_current_folder() and ::select_path().
950
951         * gtk/gtkfilechooser.c (gtk_file_chooser_set_current_folder):
952         Return a boolean value for success/failure.
953         (gtk_file_chooser_set_current_folder_uri): Likewise.
954         (gtk_file_chooser_select_filename): Likewise.
955         (gtk_file_chooser_select_uri): Likewise.
956         (gtk_file_chooser_set_filename): Likewise.
957         (gtk_file_chooser_set_uri): Likewise.
958         (_gtk_file_chooser_set_current_folder_path): Likewise, plus take
959         in a GError.
960         (_gtk_file_chooser_select_path): Likewise.
961
962         * gtk/gtkfilechooserutils.c (delegate_set_current_folder):
963         Likewise.
964         (delegate_select_path): Likewise.
965
966         * gtk/gtkfilechooserdefault.c
967         (gtk_file_chooser_default_select_path): Likewise.
968         (gtk_file_chooser_default_set_current_folder): Likewise; this also
969         fixes #136024.
970         (error_changing_folder_dialog): New helper function.
971         (change_folder_and_display_error): New helper function.
972         (switch_to_selected_folder): Use change_folder_and_display_error().
973         (tree_selection_changed): Likewise.
974         (shortcuts_activate_volume): Likewise.
975         (shortcuts_activate_item): Likewise.
976         (list_row_activated): Likewise.
977         (path_bar_clicked): Likewise.
978         (update_from_entry): Likewise.
979         (up_folder_handler): Likewise.
980         (home_folder_handler): Get the home path from the shortcuts model,
981         and use change_folder_and_display_error().
982
983         * tests/testfilechooser.c (set_current_folder): New helper
984         function; pops up a simple error dialog if necessary.
985         (set_filename): Likewise.
986         (set_folder_nonexistent_cb): Use set_current_folder().
987         (set_folder_existing_nonexistent_cb): Likewise.
988         (set_filename_nonexistent_cb): Use set_filename().
989         (set_filename_existing_nonexistent_cb): Likewise.
990
991 Fri Mar  5 11:17:35 2004  Owen Taylor  <otaylor@redhat.com>
992
993         * gtk/gtktreemodel.c (gtk_tree_row_reference_new_proxy): 
994         Improve the docs (reported by Vitaly Tishkov, 
995         #74362) Add some comments to the code about the 
996         row reference handling that are hopefully not entirely
997         wrong.
998
999 2004-03-05  Michael Natterer  <mitch@gimp.org>
1000
1001         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_show_all):
1002         s/object/widget/. Makes it compile again.
1003
1004 Fri Mar  5 03:37:14 2004  Jonathan Blandford  <jrb@gnome.org>
1005
1006         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_show_all):
1007         chain to the extra_widget.
1008
1009 Fri Mar  5 02:53:41 2004  Jonathan Blandford  <jrb@gnome.org>
1010
1011         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_finalize):
1012         Patch from Damon Chaplin to free models when we're finalized,
1013         #134053
1014
1015 2004-03-05  Alexander Larsson  <alexl@redhat.com>
1016
1017         * gtk/gtkfilesystem.c (gtk_file_system_get_volume_for_path):
1018         Document the fact that there might not be a volume for all
1019         paths.
1020
1021         * gtk/gtkfilechooserdefault.c (shortcuts_add_current_folder):
1022         Don't assume there is a volume for all paths.
1023
1024 Fri Mar  5 01:45:04 2004  Jonathan Blandford  <jrb@gnome.org>
1025
1026         * gtk/gtkfilechooserdefault.c (shortcuts_append_paths): insert in
1027         the correct place instead of naïvely appending.
1028         (shortcuts_add_volumes): refilter the model
1029         (shortcuts_add_bookmarks): refilter the model
1030         (gtk_file_chooser_default_add_shortcut_folder): refilter the model
1031
1032 2004-03-04  Federico Mena Quintero  <federico@ximian.com>
1033
1034         * gtk/gtkfilechooserdialog.c (response_cb):  New handler.  Ask the
1035         GtkFileChooser widget if it wants to do something special rather
1036         than letting us terminate the dialog.
1037         (gtk_file_chooser_dialog_init): Connect to "response"; see the
1038         comment in the sources to see why we don't override the method in
1039         class_init.
1040
1041         * gtk/gtkfilechooserembed.h (struct _GtkFileChooserEmbedIface):
1042         Added a ::should_respond() method.
1043
1044         * gtk/gtkfilechooserembed.c
1045         (_gtk_file_chooser_embed_delegate_iface_init): Add a delegate for ::should_respond().
1046         (delegate_should_respond): New delegate.
1047         (_gtk_file_chooser_embed_should_respond): New function.
1048
1049         * gtk/gtkfilechooserdefault.c (set_list_model, create_file_list):
1050         Use dashes in signal names rather than underscores.
1051         (gtk_file_chooser_default_init): Hook up our ::should_respond() implementation.
1052         (gtk_file_chooser_default_should_respond): Implement.  go into a
1053         folder rather than responding if we are in File mode and the
1054         selected file is a folder.
1055         (get_selection): New helper function.
1056         (add_bookmark_button_clicked_cb): Use get_selection().
1057         (bookmarks_check_add_sensitivity): Likewise.
1058         (gtk_file_chooser_default_get_paths): Likewise.
1059         (check_save_entry): New helper function.
1060         (gtk_file_chooser_default_get_paths): Use check_save_entry().
1061         (selection_check): Renamed from selection_is_folders().  Now
1062         checks whether the selection is empty, all files, all folders.
1063         (bookmarks_check_add_sensitivity): Use selection_check().
1064
1065 Fri Mar  5 00:05:59 2004  Matthias Clasen  <maclas@gmx.de>
1066
1067         * gtk/gtkcombobox.c (gtk_combo_box_list_setup): 
1068         * gtk/gtkcombobox.c (gtk_combo_box_menu_setup): Connect to 
1069         key_press_event and handle Alt-Down/Alt-Up to show or hide the
1070         list popup. Also handle Down/Up/PageDown/PageUp/Home/End and 
1071         make them change the active item without popping up the list.
1072         These keybindings are inherited from GtkCombo. 
1073
1074 Thu Mar  4 23:15:58 2004  Matthias Clasen  <maclas@gmx.de>
1075
1076         * gtk/gtkcombobox.c (gtk_combo_box_menu_position): Initially 
1077         select the active item when using optionmenu-like positioning. 
1078
1079 Thu Mar  4 16:54:30 2004  Owen Taylor  <otaylor@redhat.com>
1080
1081         * gtk/gtkrc.c (gtk_rc_check_pixmap_dir): Don't
1082         open/close the file, just check for existence
1083         with g_file_test(). This is considerably cheaper,
1084         and lack-of-permissions for pixmap dirs is 
1085         pathological.
1086
1087 Wed Mar  3 17:53:21 2004  Owen Taylor  <otaylor@redhat.com>
1088
1089         * gtk/gtksocket.c (gtk_socket_class_init): Overide
1090         show_all/hide_all to be gtk_widget_show/gtk_widget_hide,
1091         since we don't want to propagate to the in-process
1092         plug, if any. (#122949, Michael Meeks)
1093
1094 Thu Mar  4 15:20:55 2004  Jonathan Blandford  <jrb@gnome.org>
1095
1096         * gtk/gtkfilechooserdefault.c (update_appearance): show the 'New
1097         Folder' button in SAVE mode again.
1098
1099 Thu Mar  4 21:53:46 2004  Matthias Clasen  <maclas@gmx.de>
1100
1101         * gtk/gtkiconfactory.c (copy_cache): Increment the reference
1102         count of the style when copying the cached icon.  (#135890, Crispin
1103         Flowerday)
1104
1105 Thu Mar  4 21:45:43 2004  Matthias Clasen  <maclas@gmx.de>
1106
1107         * gtk/gtkcombobox.c: In list mode, set the background color 
1108         of the cell view to the base color of the style, instead of
1109         hardwiring white. (#136158)
1110
1111 Thu Mar  4 01:32:19 2004  Jonathan Blandford  <jrb@gnome.org>
1112
1113         * gtk/gtkpathbar.c (gtk_path_bar_set_path): Modified patch from
1114         muppet <scott@asofyet.org> to keep child directories around if we
1115         change to a child.
1116
1117         * gtk/gtkpathbar.c (_gtk_path_bar_set_home_icon): Start of
1118         icon-setting functions.  Not used yet.
1119         (_gtk_path_bar_set_root_icon): Ditto.
1120         
1121 Thu Mar  4 00:31:54 2004  Matthias Clasen  <maclas@gmx.de>
1122
1123         * gtk/gtktextview.c (extend_selection): 
1124         * gtk/gtktextview.c (gtk_text_view_move_cursor_internal): Allow
1125         to select the last word in the buffer.  (#135487, Paolo Borelli)
1126
1127 Wed Mar  3 23:54:31 2004  Matthias Clasen  <maclas@gmx.de>
1128
1129         * gtk/gtkentrycompletion.c: Doc update.
1130
1131 Wed Mar  3 17:30:18 2004  Owen Taylor  <otaylor@redhat.com>
1132
1133         * gtk/gtkwindow.c (gtk_window_mnemonic_activate): Check
1134         whether widgets are viewable, not just if they are
1135         mapped. (#122912, reported by Tim Evans)
1136
1137 Wed Mar  3 23:28:48 2004  Matthias Clasen  <maclas@gmx.de>
1138
1139         * gtk/gtkcombobox.c (gtk_combo_box_set_active): Move the actual
1140         implementation into a new gtk_combo_box_set_active_internal() 
1141         function, which doesn't do the short-circuiting. 
1142         * gtk/gtkcombobox.c (gtk_combo_box_model_row_deleted): Use
1143         set_active_internal() here, since the active item may change here,
1144         although the index is unchanged.
1145
1146 Wed Mar  3 23:26:49 2004  Matthias Clasen  <maclas@gmx.de>
1147
1148         * gtk/gtkcombobox.c (gtk_combo_box_menu_position): Reintroduce the
1149         traditional option menu placement of the popup for regular combo
1150         boxes. Grids and editable combo boxes use the combo-like placement 
1151         below the entry.  (#136021)
1152         * gtk/gtkcombobox.c (gtk_combo_box_menu_button_press): 
1153         * gtk/gtkcombobox.c (gtk_combo_box_popup): Call gtk_menu_set_active()
1154         before popping up the menu, to make the placement work.
1155         
1156 Wed Mar  3 17:20:15 2004  Owen Taylor  <otaylor@redhat.com>
1157
1158         * gtk/gtkmain.c (gtk_propagate_event): Special case
1159         scroll events so that they propagate up the widget
1160         heirarchy when received on insensitive widgets.
1161         (#101102, reported by Geoff Reedy)
1162
1163 Wed Mar  3 16:47:10 2004  Owen Taylor  <otaylor@redhat.com>
1164
1165          #109594, reported by Olivier Ripoll
1166
1167         * gtk/gtkentry.c (gtk_entry_size_request): Use max of 
1168         width and digit width for gtk_entry_set_width_chars,
1169         and round up.
1170
1171         * gtk/gtkcolorsel.c (gtk_color_selection_init): Set the
1172         width of the entry to 7 chars.
1173
1174 Wed Mar  3 16:00:10 2004  Owen Taylor  <otaylor@redhat.com>
1175
1176         * configure.in: Strip out the "export-dynamic" libtool
1177         option from library link lines. (#124687, James Henstridge)
1178
1179 Wed Mar  3 16:06:03 2004  Jonathan Blandford  <jrb@gnome.org>
1180
1181         * gtk/gtkfilechooserdefault.c (save_folder_combo_changed_cb):
1182         Don't activate the combo if we're in the midst of changing
1183         folders.
1184
1185 2004-03-03  Mark McLoughlin  <mark@skynet.ie>
1186
1187         * tests/testsocket_common.c: (print_hello): don't try and store
1188         pointers in ints. Fixes 64-bit build.
1189
1190 2004-03-03  Federico Mena Quintero  <federico@ximian.com>
1191
1192         * gtk/gtkfilesystem.c (gtk_file_system_get_parent): Simplify by
1193         not using a temporary variable, and clarify the documentation.
1194         Fixes #136008.
1195
1196 2004-03-03  Mark McLoughlin  <mark@skynet.ie>
1197
1198         * gtk/gtkexpander.c:
1199         (gtk_expander_enter_notify), (gtk_expander_leave_notify),
1200         (gtk_expander_set_label_widget): Set the label widget's
1201         state to prelight if we're prelit. Fixes bug #136078.
1202
1203 2004-03-03  Murray Cumming  <murrayc@murrayc.com>
1204
1205         * gtk/gtkradiobutton.h, radiomenuitem.h: Corrected the group_changed
1206         signal vfunc declaration, adding the first parameter, which is the
1207         widget emitting the signal.
1208
1209 2004-03-03  Morten Welinder  <terra@gnome.org>
1210
1211         * tests/testfilechooser.c (update_preview_cb): Plug leak.
1212
1213 Tue Mar  2 23:39:55 2004  Jonathan Blandford  <jrb@gnome.org>
1214
1215         * gtk/gtkfilechooserdialog.c
1216         (file_chooser_widget_default_realized_size_changed): Split
1217         function into realized and unrealized variants, and consolidate
1218         the handling fo size-changing and default changing.
1219
1220         * gtk/gtkfilechooserembed.[ch] (gtk_file_chooser_embed_class_init):
1221         remove resizable-hints-changed, as it just complicated things.
1222
1223         * gtk/gtkfilechooserdefault.c (update_appearance): Don't emit
1224         resizable-hints-changed.
1225         
1226 2004-03-03  Tor Lillqvist  <tml@iki.fi>
1227
1228         * gtk/gtk.def: Add a missing entry. (#135982, J. Ali Harlow)
1229
1230         * NEWS: Correct spelling of my name in one place.
1231
1232 2004-03-02  Federico Mena Quintero  <federico@ximian.com>
1233
1234         * gtk/gtkfilechooserdefault.c
1235         (gtk_file_chooser_default_set_current_folder): Handle errors in
1236         setting the path bar's path.  Fixes #136000, based on a patch by
1237         Morten Welinder.
1238
1239         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_insert_bookmark):
1240         Don't free our own propagated error.
1241
1242         * gtk/gtkpathbar.c (gtk_path_bar_set_path): Likewise, and free the
1243         parent_path upon error.  Fixes #136006, patch by Morten Welinder.
1244         (gtk_path_bar_set_path): Unref the file_folder upon error.
1245         (gtk_path_bar_set_path): Return a boolean success code.
1246
1247 Wed Mar  3 00:28:59 2004  Matthias Clasen  <maclas@gmx.de>
1248
1249         * tests/testcombochange.c: Add an animation mode, to test 
1250         how the combobox behaves if the model changes while it is popped
1251         up.
1252
1253 Tue Mar  2 17:06:05 2004  Owen Taylor  <otaylor@redhat.com>
1254
1255         * === Released 2.3.5 ===
1256
1257         * NEWS: Updates
1258
1259         * configure.in: Version 2.3.5, interface age 0.
1260         Require glib-2.3.5, pango-1.3.5.
1261
1262 Tue Mar  2 23:08:12 2004  Matthias Clasen  <maclas@gmx.de>
1263
1264         * gtk/gtkentrycompletion.c (_gtk_entry_completion_popup): Avoid
1265         popping up the completions across the edge of the monitor.
1266         Part of #135561.
1267
1268 Tue Mar  2 16:47:40 2004  Owen Taylor  <otaylor@redhat.com>
1269
1270         * tests/testfilechooser.c (set_filename_existing_nonexistent_cb): 
1271         Move the /nonexistant stuff out of the main window,
1272         keep the main window somewhat normal looking.
1273
1274 Tue Mar  2 16:18:43 2004  Owen Taylor  <otaylor@redhat.com>
1275
1276         * gtk/gtktreestore.c (gtk_tree_store_reorder)
1277         * gtk/gtkliststore.c (gtk_list_store_reorder): Fix
1278         up the interpretation of new_order to match what
1279         it means elsewhere, document the meaning of new_order.
1280
1281         * gtk/gtkcombobox.c (gtk_combo_box_model_rows_reordered):
1282         Fix interpretation of new_order.
1283
1284         * tests/testcombochange.c (on_reorder): Fix interpretation
1285         of new_order.
1286
1287         * tests/testcombochange.c (on_reorder): Fix hitting
1288         "reorder" with an empty list.
1289
1290 Tue Mar  2 21:23:30 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
1291
1292         Patch from Frederic Crozat, test code from Jean-Philippe
1293         Chancelier. Fixes bug #120479.
1294         
1295         * gtk/gtkcombo.c (gtk_combo_popup_list): Make sure popup belongs
1296         to the right window group.
1297
1298         * gtk/gtkmenu.c (gtk_menu_popup): Same
1299
1300         * tests/testsocket.c (main): Pack the plugs into an hbox instead
1301         of a vbox.
1302
1303         * tests/testsocket_common.c: Add a GtkMenuBar, a GtkCombo and a
1304         GtkComboBox to the children.
1305
1306 Tue Mar  2 14:38:23 2004  Owen Taylor  <otaylor@redhat.com>
1307
1308         * gtk/gtkcombobox.c (gtk_combo_box_model_row_inserted):
1309         If the model was empty before, select the first inserted
1310         item.
1311
1312         * gtk/gtkcombobox.c (gtk_combo_box_model_row_deleted):
1313         Fix up the logic for the new row to select.
1314
1315         * gtk/gtkcombobox.c (gtk_combo_box_class_init):
1316         Rename "appearance" property to "appears-as-list".
1317
1318         * tests/testcombochange.c tests/Makefile.am: Test case
1319         for combos and dynamically changing models.
1320
1321 Tue Mar  2 15:19:52 2004  Jonathan Blandford  <jrb@redhat.com>
1322
1323         * gtk/gtkfilechooserdefault.c
1324         (gtk_file_chooser_default_get_resizable_hints): set the default
1325         value, spotted by Morten Welinder.
1326
1327 Tue Mar  2 15:03:15 2004  Jonathan Blandford  <jrb@redhat.com>
1328
1329         * gtk/gtkfilechooserdefault.c
1330         (gtk_file_chooser_default_get_resizable_hints): get the logic
1331         correct.  This will fix sizing on save dialogs.
1332
1333         (save_widgets_create): set_mnemonic_widget.
1334
1335 2004-03-02  Federico Mena Quintero  <federico@ximian.com>
1336
1337         * gtk/gtkfilechooserdefault.c
1338         (gtk_file_chooser_default_set_current_folder): Don't update the
1339         save folder combo if we are already switching folders; based on a
1340         patch by Jonathan Blandford.
1341
1342         * gtk/gtkfilechooserdefault.c (shortcuts_add_current_folder):
1343         Handle failure to insert the path.  Based on a patch by Morten
1344         Welinder attached to bug #135380.
1345
1346         * tests/testfilechooser.c (extra_widget_create): Add a bunch of
1347         buttons to test various things.
1348
1349 Tue Mar  2 20:59:23 2004  Matthias Clasen  <maclas@gmx.de>
1350
1351         * tests/Makefile.am: Add testentrycompletion.
1352
1353         * tests/testentrycompletion.c: New file to test some of the
1354         more exotic GtkEntryCompletion features.
1355
1356 Tue Mar  2 14:38:10 2004  Jonathan Blandford  <jrb@redhat.com>
1357
1358         * tests/testfilechooser.c (main): improve tests a little.
1359
1360 Tue Mar  2 11:45:50 2004  Owen Taylor  <otaylor@redhat.com>
1361
1362         * gtk/gtkcombobox.c: Always connect to the changed
1363         signals on the model, update the active item as
1364         appropriate when rows are inserted/deleted/reordered,
1365         re-layout the menu on ::rows-reordered.
1366
1367         * gtk/gtkcellview.c (gtk_cell_view_set_displayed_row):
1368         Allow %NULL for path to unset and leave no current
1369         path.
1370
1371 Tue Mar  2 19:54:53 2004  Matthias Clasen  <maclas@gmx.de>
1372
1373         * gtk/gtkcombobox.c (gtk_combo_box_list_position): Position
1374         the popup above the sample if there is not enough room below.
1375         Part of #135543.
1376
1377 Tue Mar  2 19:53:36 2004  Matthias Clasen  <maclas@gmx.de>
1378
1379         * gtk/gtkcombobox.c (gtk_combo_box_set_popup_widget): Make the 
1380         frame for the list mode etched in, to give the popup a slightly
1381         less flat appearance. 
1382
1383 Tue Mar  2 17:55:31 2004  Matthias Clasen  <maclas@gmx.de>
1384
1385         * gtk/gtk.def: Add gtk_combo_box_entry_new_text().  
1386
1387 2004-03-02  Morten Welinder  <terra@gnome.org>
1388
1389         * tests/testfilechooser.c (size_prepared_cb): Don't scale images
1390         that are small enough to fit.  Avoid using incompatibly typed data
1391         pointer.
1392
1393         * gtk/gtkfilechooserdefault.c
1394         (gtk_file_chooser_default_get_resizable_hints): Test the
1395         resize_horizontally pointer, not the deferenced pointer.
1396
1397 2004-03-01  Federico Mena Quintero  <federico@ximian.com>
1398
1399         * gtk/gtkfilechooserdefault.c (struct _GtkFileChooserDefault): New
1400         flag shortcuts_current_folder_is_volume.
1401         (shortcuts_add_current_folder): Set
1402         impl->shortcuts_current_folder_is_volume as appropriate.
1403         (remove_current_folder_cb): Handle the flag.
1404         (shortcuts_activate_item): Likewise.
1405         (shortcuts_update_current_folder): Handle the
1406         impl->shortcuts_current_folder_active flag; only add the folder if
1407         it doesn't already exist in the list.
1408         (shortcuts_model_create): Don't insert the current folder
1409         separator here.
1410         (shortcuts_add_current_folder): Insert the separator here.
1411         (shortcut_find_position): Renamed from shortcut_exists(); now
1412         returns an index.
1413         (shortcuts_add_current_folder): Set the active item in the combo.
1414
1415 2004-03-01  Federico Mena Quintero  <federico@ximian.com>
1416
1417         * gtk/gtkfilechooserdefault.c (shortcuts_row_activated_cb): Eep,
1418         use gtk_tree_model_filter_convert_iter_to_child_iter(), not the reverse.
1419
1420 2004-03-01  Federico Mena Quintero  <federico@ximian.com>
1421
1422         * gtk/gtkfilechooserdefault.c (shortcuts_model_create): Don't
1423         unref an old model; there isn't one.  This was a leftover from
1424         when we recreated the model on every change.
1425         (save_widgets_create): Create the save folder combo.
1426         (shortcuts_model_create): Don't set the model on the tree view
1427         here.
1428         (gtk_file_chooser_default_constructor): Create the shortcuts model
1429         here, before the rest of the widgets.
1430         (shortcuts_list_create): Don't call shortcuts_model_create() here;
1431         just set the model on the tree.
1432         (save_folder_combo_create): New function, provided by Jonathan
1433         Blandford.
1434         (update_appearance): Set the sensitivity of the folder combo.
1435         (shortcuts_activate_iter): New helper function; code moved from
1436         shortcuts_row_activated_cb().
1437         (shortcuts_activate_item): New helper function.
1438         (shortcuts_row_activated_cb): Use shortcuts_activate_iter().
1439         (ShortcutsIndex): Renamed SHORTCUTS_SEPARATOR to
1440         SHORTCUTS_BOOKMARKS_SEPARATOR.
1441         (struct _GtkFileChooserDefault): New field shortcuts_current_folder_active.
1442         (shortcuts_insert_separator): Add a position argument.
1443         (shortcuts_get_index): Handle the SHORTCUTS_CURRENT_FOLDER_SEPARATOR 
1444         and SHORTCUTS_CURRENT_FOLDER positions.
1445         (shortcut_exists): Ignore the current folder row.
1446         (struct _GtkFileChooserDefault): New field shortcuts_filter_model.
1447         (shortcuts_model_create): Create a filter model for the shortcuts list.
1448         (shortcuts_list_create): Set the model to the shortcuts_filter_model.
1449         (remove_bookmark_button_clicked_cb): Use the shortcuts_filter_model.
1450         (bookmarks_check_remove_sensitivity): Likewise.
1451         (shortcuts_row_activated_cb): Likewise.
1452         (gtk_file_chooser_default_set_current_folder): New function.
1453         (gtk_file_chooser_default_set_current_folder): Update the current
1454         folder row in the shortcuts list.
1455
1456         * gtk/gtkfilechooserwidget.c
1457         (gtk_file_chooser_widget_constructor): Cast correctly for
1458         _gtk_file_chooser_embed_set_delegate().
1459
1460 Mon Mar  1 19:30:25 2004  Owen Taylor  <otaylor@redhat.com>
1461
1462         * gtk/gtkdnd.[ch]: Add gtk_drag_source_set/get_target_list().
1463         (#127499, based on patch from Michael Natterer)
1464
1465         * tests/testgtk.c: Fix bidi strings to display correctly
1466         with new auto-bidi.
1467
1468 Tue Mar  2 01:34:40 2004  Matthias Clasen  <maclas@gmx.de>
1469
1470         * gtk/gtksettings.c: Remove the include of Xft.h, which is already
1471         dragged in via pangoxft.h.  (#135496, David Hawthorne)
1472
1473 Mon Mar  1 23:52:15 2004  Tim Janik  <timj@gtk.org>
1474
1475         * gtk/gtkbindings.[hc]: expose gtk_bindings_activate_event(), changed
1476         callers.
1477
1478         * gtk/gtkwindow.[hc]: added gtk_window_propagate_key_event() to expose
1479         the key event propagation mechanism used for focus widgets.
1480         (gtk_window_key_release_event): use the same key event propagation logic
1481         as gtk_window_key_press_event().
1482
1483 2004-03-01  Simon Budig  <simon@gimp.org>
1484
1485         * gdk/x11/gdkinput-x11.c: X11 R6.4 specifies 15 events
1486         for the XInput extension. We want to see them all.
1487         We now get Proximity Out events again. Fixes bug #135320.
1488
1489 Tue Mar  2 00:47:21 2004  Matthias Clasen  <maclas@gmx.de>
1490
1491         * gtk/gtkimmodule.c (match_locale): Use case-insensitive
1492         comparison. Fixes XIM module loading on AIX.  (#131277)
1493
1494 Mon Mar  1 23:59:18 2004  Matthias Clasen  <maclas@gmx.de>
1495
1496         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_row_deleted): 
1497         Make it work correctly when the child model is cleared 
1498         completely. (#121633)
1499
1500 2004-03-01  Michael Natterer  <mitch@gimp.org>
1501
1502         * gtk/gtkfilechooserwidget.h: removed accidentially committed char
1503         which broke the build.
1504
1505 Mon Mar  1 16:51:21 2004  Jonathan Blandford  <jrb@redhat.com>
1506
1507         * gtk/gtkfilechooserdialog.c
1508         (file_chooser_widget_default_size_changed): only store the size if
1509         we can resize in that direction.
1510
1511 Mon Mar  1 16:32:52 2004  Jonathan Blandford  <jrb@redhat.com>
1512
1513         * gtk/gtkfilechooserwidget.c
1514         (gtk_file_chooser_widget_new_with_backend): new function.  Long
1515         name.
1516
1517 2004-03-01  Morten Welinder  <terra@gnome.org>
1518
1519         * gtk/gtkfilesystemunix.c (filename_get_info): Only stat when
1520         needed.
1521
1522         * gtk/gtkfilesystemmodel.c (file_model_node_is_visible): Simplify
1523         semantics and check for errors.
1524
1525         * gtk/gtkpathbar.c (gtk_path_bar_set_path): Propagate errors.
1526
1527         * gtk/gtkfilefilter.c (gtk_file_filter_filter): Don't crash if
1528         display_name is NULL.
1529
1530 Mon Mar  1 14:16:52 2004  Owen Taylor  <otaylor@redhat.com>
1531
1532         Based on patch by Alex Larsson
1533
1534         * gtk/gtkfilechooserdefault.c: Use gtk-file-chooser-backend
1535         GtkSetting to set the backend if the app doesn't specify one.
1536
1537         * gdk/x11/gdkevents-x11.c gtk/gtksettings.c:
1538         Add Gtk/FileChooserBackend.
1539
1540 Mon Mar  1 20:32:06 2004  Tim Janik  <timj@gtk.org>
1541
1542         * autogen.sh:
1543         - exit with $? instead of 1 in case of failure
1544         - exit with $? if ./configure failed
1545           (that's so autogen.sh && make lines work)
1546         - removed --enable-gtk-doc option
1547         - added $AUTOGEN_CONFIGURE_ARGS
1548
1549 2004-03-01  Federico Mena Quintero  <federico@ximian.com>
1550
1551         * gtk/gtkfilechooserdefault.c (list_model_filter_func): Test for
1552         filter_info.uri correctly.  Fixes #135379, pointed out by Damon
1553         Chaplin.
1554         (shortcuts_get_index): Compute the bookmarks index correctly.
1555         Fixes #135714, pointed out by Damon Chaplin.
1556         (gtk_file_chooser_default_list_shortcut_folders): Handle the case
1557         with no shortcuts, and don't run off the end of the list if there
1558         are no bookmarks and their separator.  Fixes #135572, patch by
1559         Damon Chaplin.
1560
1561 Mon Mar  1 12:23:06 2004  Owen Taylor  <otaylor@redhat.com>
1562
1563         * gtk/gtklabel.c: Handle dynamically resolved bidi direction
1564         when drawing the cursor. (#118541)
1565
1566         * gtk/gtkentry.c (get_better_cursor_x): Use entry->resolved_dir;
1567
1568         * gtk/gtkentry.c (draw_insertion_cursor): Fix up
1569         some confusion in parameter ordering.
1570
1571 Mon Mar  1 12:05:54 2004  Jonathan Blandford  <jrb@redhat.com>
1572
1573         * gtk/gtkfilechooserdialog.c
1574         (file_chooser_widget_resizable_hints_changed): Handle
1575         shrinking/growing.
1576
1577 2004-03-01  Michael Natterer  <mitch@gimp.org>
1578
1579         * gtk/gtktextbtree.c: removed underscores from calls to
1580         gtk_text_btree_resolve_bidi().
1581
1582 Mon Mar  1 10:41:27 2004  Owen Taylor  <otaylor@redhat.com>
1583
1584         Patch from Dov Grobgeld to implement auto-bidi-direction
1585         for GtkTextView (#118543)
1586
1587         * gtk/gtktextbtree.[ch]: Resolve bidi base direction
1588         for each line by propagating backwards/forwards as
1589         necessary.
1590
1591         * gtk/gtktextlayout.[ch] gtk/gtktextview.c: Set the 
1592         bidi base direction for the ;ine with the cursor from 
1593         the keyboard direction. Add gtk_text_layout_set_keyboard_direction().
1594         
1595 Mon Mar  1 10:31:11 2004  Owen Taylor  <otaylor@redhat.com>
1596
1597         * gtk/gtkentry.[ch]: Implement auto-bidi-direction,
1598         based on a patch from Dov Grobgeld. (#118540)
1599
1600 Sun Feb 29 22:01:49 2004  Owen Taylor  <otaylor@redhat.com>
1601
1602         * gtk/gtkentry.[ch]: Add gtk_entry_set_alignment() 
1603         to allow right-aligned entries and a "xalign" 
1604         property. (#59799, patch from Egon Andersen and 
1605         Steffen Gutmann)
1606
1607         * gtk/gtkmisc.c (gtk_misc_class_init): Use improved
1608         xalign property description here too.
1609
1610         * tests/testtext.c: UNDERLINE_ERROR test addition
1611         from Nicolas Settons' patch.
1612
1613 Sun Feb 29 20:34:06 2004  Owen Taylor  <otaylor@redhat.com>
1614
1615         * gtk/gtkwindow.[ch] gtk/gtkmenushell.c: export
1616         gtk_window_activate_key() (Request from Tim Janik)
1617
1618 Mon Mar  1 01:00:11 2004  Matthias Clasen  <maclas@gmx.de>
1619
1620         * gtk/gtktextview.c (gtk_text_view_drag_data_received): 
1621         Make DND operations within a buffer move the dragged 
1622         text instead of copying it; also make DND operations 
1623         a single user action for undo purposes.  (#135191, 
1624         #93139, reported by Tommi Komulainen, patch by Paolo Borelli
1625         and Paolo Maggi)
1626
1627 Mon Mar  1 00:51:11 2004  Matthias Clasen  <maclas@gmx.de>
1628
1629         * NEWS: News for 2.3.5.
1630
1631 Sun Feb 29 23:25:35 2004  Matthias Clasen  <maclas@gmx.de>
1632
1633         * gtk/gtkentry.c (gtk_entry_completion_key_press): 
1634         Fix the Shift-Tab support to go backwards.
1635
1636 Sun Feb 29 16:40:40 2004  Owen Taylor  <otaylor@redhat.com>
1637
1638         * gtk/gtktextview.c (gtk_text_view_class_init): Fix 
1639         capitalization to match other style properties.
1640
1641 Sun Feb 29 16:38:53 2004  Owen Taylor  <otaylor@redhat.com>
1642
1643         * gtk/gtktextview.c (gtk_text_view_class_init): Fix a
1644         typo in property string.
1645
1646 Sun Feb 29 16:35:23 2004  Owen Taylor  <otaylor@redhat.com>
1647
1648         * gdk/gdkpango.c gtk/gtktextdisplay.c: Implement
1649         PANGO_UNDERLINE_ERROR (Based on a patch by
1650         Nicolas Setton, #114237)
1651
1652         * gtk/gtktextview.c: Add a error-underline-color style
1653         property.
1654
1655 Sun Feb 29 19:04:33 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
1656
1657         * gtk/gtkrange.c (_gtk_range_get_wheel_delta): New internal
1658         function returning a good step value for the mouse wheel. For
1659         scrollbars, base the step on page_size^(2/3), for other ranges,
1660         use 2 * step_increment.
1661
1662         * gtk/gtkrange.c (gtk_range_scroll_event): Use it here ...
1663
1664         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_scroll_event): 
1665         ... and here.
1666
1667         * gtk/gtkmenu.c (gtk_menu_leave_notify): Fix a warning.
1668
1669 Sun Feb 29 01:51:27 2004  Jonathan Blandford  <jrb@gnome.org>
1670
1671         * gtk/gtkfilechooserembed.c
1672         (_gtk_file_chooser_embed_get_default_size):  Add g_return_if_fail()
1673         (_gtk_file_chooser_embed_get_resizable_hints): Add g_return_if_fail()
1674
1675         * gtk/gtkfilechooserdialog.c
1676         (file_chooser_widget_default_size_changed): Get the correct
1677         initial size for the dialog.  Also, don't bother with
1678         gtk_window_set_default_size().  It's not really meaningful.
1679
1680         * gtk/gtkfilechooserdefault.c
1681         (gtk_file_chooser_default_get_default_size): Get the correct
1682         spacing for the preview_widget
1683         (update_preview_widget_visibility): Clear widget field after we
1684         destroy it.
1685
1686 2004-02-29  Federico Mena Quintero  <federico@ximian.com>
1687
1688         * gtk/gtkfilechooserdefault.c
1689         (gtk_file_chooser_default_set_property): Handle
1690         GTK_FILE_CHOOSER_PROP_USE_PREVIEW_LABEL.
1691         (gtk_file_chooser_default_get_property): Likewise.
1692         (struct _GtkFileChooserDefault): Added fields for preview_label,
1693         use_preview_label, preview_display_name, preview_box.  Removed
1694         preview_frame.
1695         (set_preview_widget): Reorder the widget in relation to the label.
1696         (update_preview_widget_visibility): Create or destroy the preview
1697         label.
1698         (check_preview_change): Update impl->preview_display_name and the
1699         label.
1700         (find_good_size_from_style): Use the preview_box.
1701         (gtk_file_chooser_default_finalize): Free
1702         impl->preview_display_name.
1703         (gtk_file_chooser_default_init): Initialize
1704         impl->use_preview_label.
1705
1706         * gtk/gtkfilechooser.c (gtk_file_chooser_class_init): Add a
1707         "use-preview-label" property.
1708         (gtk_file_chooser_set_use_preview_label): New function.  This sets
1709         whether one wants the file chooser to display a stock label with
1710         the previewed filename.  Apps that do really fancy previews can
1711         turn this off and draw the name themselves.
1712         (gtk_file_chooser_get_use_preview_label): New function.
1713         (gtk_file_chooser_get_preview_widget_active): Documentation fix.
1714
1715         * gtk/gtkfilechooserutils.h (GtkFileChooserProp): Add a
1716         GTK_FILE_CHOOSER_PROP_USE_PREVIEW_LABEL value.
1717
1718         * gtk/gtkfilechooserutils.c
1719         (_gtk_file_chooser_install_properties): Override the
1720         "use-preview-label" property.
1721
1722 Sun Feb 29 04:43:29 2004  Matthias Clasen  <maclas@gmx.de>
1723
1724         * gtk/gtkentry.c (gtk_entry_completion_key_press): Make Tab and
1725         Shift-Tab work when the completion popup is shown.
1726
1727 2004-02-28  Federico Mena Quintero  <federico@ximian.com>
1728
1729         * gtk/gtkfilechooserdefault.c (create_folder_tree): Use "Name" for
1730         the title of the filename column.
1731         (create_file_list): Likewise.
1732
1733 Sun Feb 29 03:31:42 2004  Matthias Clasen  <maclas@gmx.de>
1734
1735         * gtk/gtkentry.c (gtk_entry_completion_key_press): Fix Page_Up 
1736         and Page_Down in the completion popup to move page-wise if we're
1737         scrolling.
1738
1739 2004-02-28  Federico Mena Quintero  <federico@ximian.com>
1740
1741         * gtk/gtkfilechooserdefault.c (set_cell_text_bold_if_folder):
1742         Removed.
1743         (list_name_data_func): Don't call the function above.
1744         (list_mtime_data_func): Likewise.
1745
1746 Sun Feb 29 02:34:35 2004  Matthias Clasen  <maclas@gmx.de>
1747
1748         * gtk/gtkcombobox.c (gtk_combo_box_list_position): New 
1749         function which calculates position and size for the popup in
1750         list mode. Currently it only pushes the popup horizontally 
1751         into the screen.
1752
1753 Sun Feb 29 01:10:09 2004  Matthias Clasen  <maclas@gmx.de>
1754
1755         * gtk/gtkcombobox.c: Implement the previous fix in a better way,
1756         small cleanups.
1757
1758 2004-02-28  Hans Breuer  <hans@breuer.org>
1759
1760         * gtk/gtkfilesystemwin32.c : applied patch from
1761         J. Ali Harlow <ali@juiblex.co.uk>, fixes bug #135641
1762
1763 Sat Feb 28 23:30:36 2004  Matthias Clasen  <maclas@gmx.de>
1764
1765         * gtk/gtkcombobox.c (gtk_combo_box_popup): Actually resize the
1766         popup window before popping up.  (#135651)
1767
1768 Sat Feb 28 23:29:35 2004  Matthias Clasen  <maclas@gmx.de>
1769
1770         * gtk/gtkcombobox.c (gtk_combo_box_class_init): 
1771         * gtk/gtkcombobox.c (gtk_combo_box_init): Override the default
1772         handler for style_set in class_init instead of connecting to
1773         the signal in init. (noticed by Yosh).
1774
1775 Sat Feb 28 14:48:35 2004  Owen Taylor  <otaylor@redhat.com>
1776
1777         * demos/gtk-demo/main.c (read_line): #ifdef HAVE_FLOCKFILE, 
1778         not #ifndef HAVE_FLOCKFILE. (#135642, J. Ali Harlow)
1779
1780 2004-02-28  Hans Breuer  <hans@breuer.org>
1781
1782         * gtk/gtkfilesystemwin32.c : adapt to add -> insert_bookmark
1783         change. Also merged some crossplatform code from 
1784         gtkfilesystemunix.c
1785         * gtk/gtk.def : updated externals
1786
1787         * gtk/makefile.msc.in : added gtkfilechooserembed.obj
1788
1789 2004-02-28  Hans Breuer  <hans@breuer.org>
1790
1791         * gdk/win32/gdkdnd-win32.c : set current_dest_drag to NULL
1792         when destroying, fixes bug #120007. Also removed the mirrored
1793         ref counting for deprecated gdk_drag_context_<ref|unref>()
1794         cause it wasn't reliable anymore anyway.
1795
1796         * gdk/win32/gdkdisplay-win32.c : fix typo, which should
1797         have broken the win32 build for everyone not using msvc
1798
1799         * gdk/win32/gdkevents-win32.c : WM_GETMINAMXINFO ensure not to
1800         return negative values for ptMaxTrackSize, it caused snapping
1801         windows to their minimum size
1802
1803 Sat Feb 28 01:39:01 2004  Matthias Clasen  <maclas@gmx.de>
1804
1805         * gtk/gtkcombobox.c (gtk_combo_box_set_wrap_width): Support
1806         switching back to non-gridded mode.  (#135169)
1807
1808 Fri Feb 27 22:29:46 2004  Matthias Clasen  <maclas@gmx.de>
1809
1810         * gtk/gtkwidget.c (gtk_widget_can_activate_accel): Add "Since: 2.4".
1811
1812 Fri Feb 27 18:52:19 2004  Jonathan Blandford  <jrb@redhat.com>
1813
1814         * gtk/gtkfilechooserdialog.c (gtk_file_chooser_dialog_style_set):
1815         Whoops.  Didn't mean to commit the size change.
1816
1817 Fri Feb 27 18:46:27 2004  Jonathan Blandford  <jrb@redhat.com>
1818
1819         * gtk/gtkfilechooserembed.h: New private interface to help
1820         negotiate the default size of the widget.  Still a bit buggy, but
1821         better than the old behavior.
1822
1823         * gtk/gtkfilechooserdefault.c: Implement the embed interface.
1824
1825         * gtk/gtkfilechooserwidget.c: Proxy the embed interface.
1826
1827         * gtk/gtkfilechooserdialog.c: Use the embed interface.
1828
1829 2004-02-27  Federico Mena Quintero  <federico@ximian.com>
1830
1831         * gtk/gtkfilesystem.c (gtk_file_system_insert_bookmark): Added a
1832         "position" argument.
1833
1834         * gtk/gtkfilesystem.h (GtkFileSystemError): Added value for 
1835         GTK_FILE_SYSTEM_ERROR_ALREADY_EXISTS.
1836         (struct _GtkFileSystemIface): Added a "position" argument to the
1837         ::insert_bookmark() method.
1838
1839         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_insert_bookmark):
1840         Updated; renamed from gtk_file_system_unix_add_bookmark().  Return
1841         an error if the path already exists in the bookmarks list.
1842         (gtk_file_system_unix_remove_bookmark): Return an error if the
1843         path does not exist in the bookmarks list.
1844
1845         * gtk/gtkfilechooserdefault.c (shortcuts_add_bookmark_from_path):
1846         For now, use gtk_file_system_insert_bookmark() with -1 for the
1847         position.  DnD will come next.
1848
1849 Fri Feb 27 21:42:28 2004  Matthias Clasen  <maclas@gmx.de>
1850
1851         * gtk/gtkcombobox.c (gtk_combo_box_relayout): 
1852         * gtk/gtkcombobox.c (gtk_combo_box_style_set): Simplify, only 
1853         create a new setup if appearance actually changed.
1854         * gtk/gtkcombobox.c (gtk_combo_box_cell_layout_clear): 
1855         * gtk/gtkcombobox.c (gtk_combo_box_get_cell_info): Make 
1856         these more robust.  (#127623, Damon Chaplin)
1857
1858 Fri Feb 27 15:06:00 2004  Jonathan Blandford  <jrb@redhat.com>
1859
1860         * gtk/gtkfilechooser.c (gtk_file_chooser_class_init): remove
1861         folder-mode property.
1862
1863         * gtk/gtkfilechooserutils.c
1864         (_gtk_file_chooser_install_properties): remove FOLDER_MODE property.
1865
1866 Thu Feb 26 17:38:40 2004  Manish Singh  <yosh@gimp.org>
1867
1868         * gtk/gtkcombobox.c: Add function declaration for
1869         gtk_combo_box_list_remove_grabs().
1870
1871 Fri Feb 27 02:33:21 2004  Matthias Clasen  <maclas@gmx.de>
1872
1873         * gtk/gtkentry.c (keyval_is_cursor_move): Classifiy Page Up/Down as
1874         cursor move, but not Home and End.
1875
1876         * gtk/gtkentry.c (gtk_entry_completion_key_press): Lets Page Up/Down
1877         jump to the ends of the list, not Home and End - since we're not 
1878         scrolling yet, a "page" is always the complete list.  (#127430, Marco
1879         Pesenti Gritti)
1880
1881 Fri Feb 27 00:39:11 2004  Matthias Clasen  <maclas@gmx.de>
1882
1883         * gtk/gtkcombobox.c (gtk_combo_box_list_destroy): 
1884         * gtk/gtkcombobox.c (gtk_combo_box_menu_destroy): Don't let
1885         the priv pointers dangle.  (#127623, Damon Chaplin)
1886
1887 Thu Feb 26 17:31:34 2004  Manish Singh  <yosh@gimp.org>
1888
1889         * gdk/x11/xsettings-client.c (read_settings): fix ytpo: s/eles/else/
1890
1891 Thu Feb 26 19:53:32 2004  Owen Taylor  <otaylor@redhat.com>
1892
1893         * gdk/x11/xsettings-common.h (xsettings_client_process_event): 
1894         Add xsettings_client_set_grab_func,
1895         Add xsettings_client_set_ungrab_func to the list of renames.
1896
1897 Thu Feb 26 19:48:39 2004  Owen Taylor  <otaylor@redhat.com>
1898
1899         * gdk/x11/xsettings-client.c (read_settings): Fix memory leak
1900         in case of mismatched property type.
1901
1902 Thu Feb 26 18:25:57 2004  Jonathan Blandford  <jrb@gnome.org>
1903
1904         * gtk/gtkfilechooser.h (GtkFileChooserAction): Add two more folder
1905         modes to the enum.
1906
1907         * gtk/gtkfilechooser.c (gtk_file_chooser_set_folder_mode): Remove.
1908         (gtk_file_chooser_get_folder_mode): Remove
1909
1910 Thu Feb 26 17:29:04 2004  Owen Taylor  <otaylor@redhat.com>
1911
1912         * gdk/x11/gdkevents-x11.c (gdk_wm_protocols_filter): Return
1913         GDK_FILTER_CONTINUE for unhandled message types.
1914
1915         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Allow
1916         multiple filters for the same event type with the standard
1917         "GDK_FILTER_CONTINUE == pretend I wasn't here" semantics.
1918
1919         * gdk/x11/gdkevents-x11.c (gdk_display_add_client_message_filter):
1920         Append to the filter list not prepend, since order now matters.
1921
1922         * gdk/win32/gdkevents-win32.c (gdk_add_client_message_filter): 
1923         Append to the filter list not prepend, since order now matters.
1924         
1925 Thu Feb 26 23:39:07 2004  Matthias Clasen  <maclas@gmx.de>
1926
1927         Fixes for #135333, analysed by Damon Chaplin:
1928         
1929         * gtk/gtkcombobox.c (gtk_combo_box_list_button_pressed): Don't
1930         grab here.
1931         * gtk/gtkcombobox.c (gtk_combo_box_popup): Do the grabs here, 
1932         so that we don't forget to grab when the menu is popped via
1933         keynav.
1934         * gtk/gtkcombobox.c (gtk_combo_box_list_button_released): Don't
1935         ungrab here.
1936         * gtk/gtkcombobox.c (gtk_combo_box_popdown): Do the ungrabs here.
1937
1938 Thu Feb 26 23:26:00 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
1939
1940         * gtk/gtkstatusbar.c (set_grip_cursor): New function. Use resize
1941         cursors for resize grips. (Bug #129621)
1942
1943         * gtk/gtktoolbar.c (gtk_toolbar_get_relief_style): Documentation
1944         fix - patch by Torsten Schoenfeld.
1945
1946         * gtk/gtkmenubar.c (gtk_menu_bar_size_request): don't request
1947         space between the items. (Bug #110775)
1948
1949         * gtk/gtkrc.c (_gtk_rc_init): Provide extra horizontal padding
1950         inside menu items that are inside a menu bar. (Bug #110775)
1951         
1952         * configure.in (HAVE_XCURSOR): Make XCurosr part of GDK_EXTRA_,
1953         not GDK_PACKAGES, to prevent applications from getting linked to
1954         it (Bug #119804)
1955
1956         * gtk/gtkmenubar.c (gtk_menu_bar_size_allocate): Put the vertical
1957         ipadding inside the item. (Bug #61843)
1958
1959 Thu Feb 26 22:56:40 2004  Matthias Clasen  <maclas@gmx.de>
1960
1961         * gtk/gtkwidget.c: Replace gtk_widget_get_mnemonic_widgets() 
1962         by list_mnemonic_widgets() in doc comments as well.
1963
1964 Thu Feb 26 16:36:38 2004  Owen Taylor  <otaylor@redhat.com>
1965
1966         Fixes from Torsten Schoenfeld.
1967
1968         * gtk/gtkwidget.c (gtk_widget_add_mnemonic_label): 
1969         Fix name in doc comment.
1970
1971         * gtk/gtkwidget.h: gtk_widget_list_mnemonic_labels(),
1972         not get_mnemonic_labels.
1973
1974 Thu Feb 26 22:20:44 2004  Matthias Clasen  <maclas@gmx.de>
1975
1976         * gtk/gtkcomboboxentry.h:
1977         * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_new_text): New
1978         convenience API to construct simple text combos, implemented by
1979         Damon Chaplin.
1980
1981         * tests/testcombo.c: Use gtk_combo_box_entry_new_text.
1982
1983 Thu Feb 26 22:19:29 2004  Matthias Clasen  <maclas@gmx.de>
1984
1985         * gtk/gtkcombobox.c (gtk_combo_box_new_text): Improve the docs.
1986
1987 Thu Feb 26 15:43:43 2004  Owen Taylor  <otaylor@redhat.com>
1988
1989         * gtk/gtkstyle.[ch]: Export insertion cursor drawing functionality
1990         in a simplified form as gtk_draw_insertion_cursor().
1991         (#99031, request from Alex Larsson)
1992
1993         * gtk/gtktextdisplay.c gtk/gtkentry.c gtk/gtklabel.c:
1994         Adapt to new gtk_draw_insertion_cursor().
1995
1996         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_class_init)
1997         gtk/gtkstyle.c (gtk_style_class_init): Add some missed
1998         Since: 2.4.
1999
2000         * gtk/gtkiconfactory.c (icon_size_settings_changed)
2001           gtk/gtkicontheme.c (do_theme_change)
2002           gtk/gtkrc.c (_gtk_rc_context_get_default_font_name)
2003         * gtk/gtksettings.c (gtk_settings_notify):
2004         _gtk_rc_reset_styles => gtk_rc_reset_styles.
2005
2006 Thu Feb 26 21:52:58 2004  Matthias Clasen  <maclas@gmx.de>
2007
2008         Fixes for #127804 and #134722, Damon Chaplin:
2009         
2010         * gtk/gtkcombobox.c (gtk_combo_box_cell_layout_pack_end): 
2011         * gtk/gtkcombobox.c (gtk_combo_box_cell_layout_pack_start): 
2012         Ref and sink the cell renderers here.
2013         
2014         * gtk/gtkcombobox.c (gtk_combo_box_finalize): Unref the cell
2015         renderers here, and free attributes and func_data. 
2016
2017 Thu Feb 26 21:41:38 2004  Matthias Clasen  <maclas@gmx.de>
2018
2019         * gtk/gtkrc.c (gtk_rc_reset_styles): Mark as 2.4 API addition.
2020
2021 Thu Feb 26 14:47:22 2004  Dom Lachowicz <cinamod@hotmail.com>
2022
2023         * gtk/gtk.def: Export gtk_rc_reset_styles()
2024
2025 Thu Feb 26 14:47:22 2004  Owen Taylor  <otaylor@redhat.com>
2026
2027         * gtk/gtkrc.[ch]: Export gtk_rc_reset_styles(). 
2028         (Request from Dom Lachowicz, #123769)
2029
2030 Wed Feb 25 19:11:31 2004  Owen Taylor  <otaylor@redhat.com>
2031
2032         * gtk/gtkradiobutton.[ch] gtk/gtkradiomenuitem.[ch]: Add a
2033         ::group-changed signal emitted when the radio button/menu item 
2034         is moved from one group of radio buttons to another. 
2035         (#79563, based partially on a patch from Padraig O'Briain)
2036
2037 Thu Feb 26 13:23:47 2004  Owen Taylor  <otaylor@redhat.com>
2038
2039         * gdk/x11/gdkwindow-x11.c (set_text_property): Use the right
2040         free() function. (#135511, George Bronnikov)
2041
2042 2004-02-26  Federico Mena Quintero  <federico@ximian.com>
2043
2044         * configure.in: Added a comment to inform translators that they
2045         must add .po files to both po/ and po-properties/ when they add
2046         new languages to ALL_LINGUAS.
2047
2048 Wed Feb 25 15:36:50 2004  Owen Taylor  <otaylor@redhat.com>
2049
2050         * gdk/x11/gdkselection-x11.c (gdk_utf8_to_compound_text_for_display):
2051         Call g_convert(), not g_convert() with fallback, since Emacs is
2052         happier if we reject the COMPOUND_TEXT request and it can
2053         then ask for UTF-8. (#114527)
2054
2055         * gtk/gtkselection.c (gtk_selection_data_set_text): When
2056         TEXT is requested, if COMPOUND_TEXT fails, fall back to STRING.
2057
2058 Wed Feb 25 22:35:00 2004  Tomasz KÅ‚oczko <kloczek@pld.org.pl>
2059
2060         * cinfigure.in: After changes in G_DEFINE_TYPE minimal required glib
2061         vesion for build gtk+ is now 2.3.3.
2062
2063 Wed Feb 25 16:00:40 2004  Jonathan Blandford  <jrb@gnome.org>
2064
2065         * gtk/gtkfilechooserdefault.c (update_appearance): move the
2066         expander code.
2067
2068 2004-02-25  Danilo Å egan  <dsegan@gmx.net>
2069
2070         * configure.in (ALL_LINGUAS): po-properties/sr@ije.po added, so
2071         adding back sr@ije.
2072
2073 2004-02-25  Federico Mena Quintero  <federico@ximian.com>
2074
2075         * configure.in (ALL_LINGUAS): Remove sr@ije until po-properties/
2076         is fixed for it.
2077
2078 Wed Feb 25 12:44:49 2004  Owen Taylor  <otaylor@redhat.com>
2079
2080         * gtk/gtkstyle.[ch]: Make realize and unrealize signals. (#73310)
2081
2082 Wed Feb 25 12:21:32 2004  Owen Taylor  <otaylor@redhat.com>
2083
2084         * gtk/gtkwidget.[ch] gtk/gtklabel.c: Patch from
2085         Padraig O'Briain to add gtk_widget_add/remove_mnemonic_label,
2086         gtk_widget_get_mnemonic_labels(). (#103456)
2087
2088 2004-02-25  Danilo Å egan  <dsegan@gmx.net>
2089
2090         * configure.in: Added sr@ije to ALL_LINGUAS.
2091
2092 Wed Feb 25 09:46:34 2004  Owen Taylor  <otaylor@redhat.com>
2093
2094         * gtk/gtkstyle.c (gtk_style_finalize): Free 
2095         style->icon_factories (#130128)
2096
2097 Wed Feb 25 03:52:58 2004  Jonathan Blandford  <jrb@gnome.org>
2098
2099         * gtk/gtkpathbar.c: use gtk_widget_push/pop_composite_child around
2100         internal buttons.
2101
2102         * gtk/gtkfilechooserdefault.c (struct _GtkFileChooserDefault):
2103         rename some widgets to make it clear where they are packed.
2104         (update_appearance): New function to handle all the 'logic' of
2105         layout in one place.  We aren't trying to keep all our properties
2106         in sync.
2107         (gtk_file_chooser_default_set_property): use update_appearance()
2108
2109 2004-02-24  Federico Mena Quintero  <federico@ximian.com>
2110
2111         * gtk/gtkfilechooserdefault.c (shortcuts_model_create): Renamed
2112         from create_shortcuts_model().
2113         (struct _GtkFileChooserDefault): Renamed the shortcuts_tree field
2114         to shortcuts_list.
2115         (shortcuts_list_create): Renamed from shortcuts_tree_create().
2116         (create_file_list): Enable the tree view as a model drag source.
2117         (create_folder_tree): Likewise.
2118
2119         * gtk/gtkfilesystemmodel.c (_gtk_file_system_model_get_type):
2120         Register the drag source interface.
2121         (drag_source_iface_init): New function.
2122         (drag_source_row_draggable): New function.
2123         (drag_source_drag_data_get): New function.
2124
2125 Tue Feb 24 19:12:07 2004  Owen Taylor  <otaylor@redhat.com>
2126
2127         * === Released 2.3.4 ===
2128
2129         * configure.in: Bump version to 2.3.4, fix broken
2130         gtk_binary_age value by copying the GLib logic
2131         to automatically set it to the right values.
2132
2133 Wed Feb 25 00:13:24 2004  Matthias Clasen  <maclas@gmx.de>
2134
2135         * gtk/gtkcombobox.c (gtk_combo_box_menu_row_changed): 
2136         * gtk/gtkcombobox.c (gtk_combo_box_list_row_changed): 
2137         Don't resize priv->cell_view if it is NULL.  (#127804, 
2138         Damon Chaplin)
2139         
2140 Wed Feb 25 00:06:50 2004  Matthias Clasen  <maclas@gmx.de>
2141
2142         * gtk/gtkcombobox.c: Add a comment about the different 
2143         modi of this widget. Get rid of priv->hbox, and some other
2144         cleanups. Make sure that gtk_combo_box_unset_model() is 
2145         always called before setting up a different mode. 
2146
2147 Tue Feb 24 17:51:49 2004  Owen Taylor  <otaylor@redhat.com>
2148
2149         * gtk/gtkaccellabel.c (gtk_accel_label_refetch): Convert
2150         underscores in keyval names to spaces. (#131480)
2151
2152 Tue Feb 24 17:35:59 2004  Owen Taylor  <otaylor@redhat.com>
2153
2154         * m4macros/gtk-2.0.m4: Add some quotes around ***. (#130073,
2155         Uwe Zeisberger)
2156
2157 Tue Feb 24 14:45:03 2004  Owen Taylor  <otaylor@redhat.com>
2158
2159         * === Released 2.3.3 ===
2160
2161         * configure.in: Version 2.3.3, interface age 0.
2162
2163         * NEWS: Finish updates for 2.3.3.
2164
2165 2004-02-24  Federico Mena Quintero  <federico@ximian.com>
2166
2167         * gtk/gtkfilechooserdefault.c (save_widgets_create): Use a plain
2168         GtkEntry for the filename, not a GtkFileChooserEntry.
2169         (update_chooser_entry): Use gtk_entry_set_text() rather than
2170         _gtk_file_chooser_entry_set_file_part().
2171         (gtk_file_chooser_default_set_current_name): Likewise.
2172         (gtk_file_chooser_default_set_current_folder): Don't set the base
2173         folder of the entry, and don't call update_chooser_entry().
2174         (gtk_file_chooser_default_get_paths): Use the plain entry.
2175         (save_widgets_create): Store the "Save in Folder" label in the
2176         impl structure.
2177         (expander_activate_cb): Set the sensitivity of the label and
2178         combo.
2179         (save_widgets_create): Connect to "notify::expanded" rather than
2180         "activate" on the expander.
2181         (expander_changed_cb): Renamed from expander_activate_cb().  Flip
2182         the conditions again...
2183
2184 Tue Feb 24 14:43:07 2004  Jonathan Blandford  <jrb@gnome.org>
2185
2186         * gtk/gtktreeview.c (gtk_tree_view_bin_expose): only draw the sort
2187         column as different if there are 3 or more visible columns.
2188
2189 2004-02-24  Anders Carlsson  <andersca@gnome.org>
2190
2191         * gtk/gtkfilechooserdefault.c: (shortcuts_insert_separator):
2192         Fix compilation (#135278, Padraig O'Briain).
2193         
2194 2004-02-24  Anders Carlsson  <andersca@gnome.org>
2195
2196         * gtk/gtkfilechooserdefault.c: (shortcuts_append_desktop):
2197         Translate the desktop label.
2198         
2199         (shortcuts_get_index), (shortcuts_add_bookmarks),
2200         (shortcuts_insert_separator), (create_shortcuts_model):
2201         Don't show the bookmark separator if there are no bookmarks.
2202         
2203 Tue Feb 24 01:41:30 2004  Jonathan Blandford  <jrb@gnome.org>
2204
2205         * gtk/gtkfilechooserdefault.c (location_popup_handler): Make the
2206         dialog look like the nautilus dialog.
2207         (expander_activate_cb): get the order correct.
2208
2209 2004-02-23  Federico Mena Quintero  <federico@ximian.com>
2210
2211         * gtk/gtkfilechooserdefault.c (list_selection_changed): Call
2212         bookmarks_check_add_sensitivity().
2213         (shortcut_exists): New helper function; moved the testing code
2214         over from bookmarks_check_add_sensitivity().
2215         (bookmarks_check_add_sensitivity): Check the contents of the
2216         selection in the file/folder list.  Use shortcut_exists().
2217         (shortcuts_add_bookmark_from_path): Don't insert the bookmark if
2218         the path is already in the shortcuts list.
2219         (add_bookmark_button_clicked_cb): Add the bookmarks from the list
2220         selection or from the current folder, as appropriate.
2221
2222 Mon Feb 23 21:09:06 2004  Jonathan Blandford  <jrb@gnome.org>
2223
2224         * gtk/gtkfilechooserdefault.c (shortcuts_pane_create): Add
2225         mnemonics.  Sorry translators.
2226
2227 Tue Feb 24 02:24:58 2004  Matthias Clasen  <maclas@gmx.de>
2228
2229         * NEWS: Additions. This should be complete for the main ChangeLog
2230         now, still need to sift through gdk-pixbuf, docs, and translations.
2231
2232 Mon Feb 23 19:57:45 2004  Jonathan Blandford  <jrb@gnome.org>
2233
2234         * gtk/gtkcellrendererseptext.c (gtk_cell_renderer_sep_get_size):
2235         Add a get_size implementation so that we are no longer the same
2236         height as text.
2237
2238 2004-02-24  Anders Carlsson  <andersca@gnome.org>
2239
2240         * gtk/gtkfilechooserdefault.c: (shortcuts_insert_path),
2241         (shortcuts_remove_rows), (shortcuts_append_bookmarks),
2242         (create_shortcuts_model), (shortcuts_tree_create),
2243         (gtk_file_chooser_default_remove_shortcut_folder):
2244         Improve bookmark list rendering by controlling the visibility
2245         of the pixbuf cell so that it will be invisible for the separator
2246         row, also use a list store instead of a tree store for the model
2247         so we won't get unnecessary space for an expander.
2248         
2249 Tue Feb 24 01:08:27 2004  Matthias Clasen  <maclas@gmx.de>
2250
2251         * gtk/gtkcombobox.c: Add a destroy implementation in order to
2252         set priv->cell_view to NULL before finalize stumbles over the 
2253         dangling pointer. This big array of pointers into the widget 
2254         tree in GtkComboBoxPrivate is really fragile and should be
2255         cleaned up.
2256
2257 Mon Feb 23 17:52:43 2004  Jonathan Blandford  <jrb@gnome.org>
2258
2259         * gtk/gtkfilechooserdefault.c (main_paned_create): use a size
2260         group when allocating space for the buttons at the bottom just in
2261         case.  Also, move the filter to below the file list.
2262
2263 Mon Feb 23 16:52:12 2004  Jonathan Blandford  <jrb@gnome.org>
2264
2265         * gtk/gtkfilechooserdefault.c
2266         (gtk_file_chooser_default_class_init): Seth was confused by
2267         keybindings.  They should be Alt, not Ctl.  Also, A-Home should go
2268         home, not up.
2269
2270 Mon Feb 23 15:23:23 2004  Jonathan Blandford  <jrb@gnome.org>
2271
2272         * gtk/gtkpathbar.c (gtk_path_bar_set_path): Display the root a bit
2273         more cleanly.
2274
2275         * gtk/gtkpathbar.h (struct _GtkPathBarClass): fix the signal.
2276
2277 2004-02-23  Federico Mena Quintero  <federico@ximian.com>
2278
2279         Rework the user interface of the file chooser, as per 
2280         Seth Nickell's design.
2281
2282         * gtk/gtkfilechooserdefault.c
2283         (gtk_file_chooser_default_class_init): Add binding signals and bindings:
2284                 "location-popup" - C-l
2285                 "up-folder"      - C-Up
2286                 "home-folder"    - C-Home
2287         (up_folder_handler): New function; moved the code from up_button_clicked().
2288         (up_button_clicked_cb): Call up_folder_handler().
2289         (home_folder_handler): New function.
2290         (location_popup_handler): New function.
2291         (struct _GtkFileChooserDefault): Add an hpaned field.
2292         (gtk_file_chooser_default_set_current_name): Check that we are in
2293         Save mode.
2294         (save_widgets_create): New function, create the widgets specific
2295         to Save mode.
2296         (main_paned_create): New function, create the hpaned's widgets here.
2297         (gtk_file_chooser_default_constructor): Create the open and save
2298         widgets, and show only one set.
2299         (gtk_file_chooser_default_set_property): Show/hide the save widgets.
2300         (gtk_file_chooser_default_get_paths): Only pay attention to the
2301         entry in Save mode.
2302         (update_chooser_entry): Update the entry only in Save mode.
2303         (entry_activate): Removed.
2304
2305 Mon Feb 23 11:20:34 2004  Owen Taylor  <otaylor@redhat.com>
2306
2307         * configure.in: Remove the configure.in check for fontconfig 
2308         entirely; it's not needed, since PangoXft implies that sufficiently
2309         new fontconfig is present.
2310
2311 Mon Feb 23 02:26:53 2004  Jonathan Blandford  <jrb@gnome.org>
2312
2313         * gtk/gtkpathbar.c (gtk_path_bar_finalize):
2314         for (i = 0; i < 10; i++)
2315           g_print ("I will compile before committing.\n");
2316
2317 Mon Feb 23 02:08:42 2004  Jonathan Blandford  <jrb@gnome.org>
2318
2319         * gtk/gtkfilechooserdefault.c (file_pane_create): Use the
2320         GtkPathBar by default now.
2321
2322         * gtk/gtkpathbar.c (gtk_path_bar_set_path): Correctly set the
2323         current path from the path.
2324         (gtk_path_bar_class_init): new signal
2325         (button_clicked_cb): emit the signal when we're selected.
2326         (gtk_path_bar_clear_buttons): Fix a crasher when we weren't
2327         clearing thr first_scrolled_button.
2328
2329 Mon Feb 23 02:26:15 2004  Matthias Clasen  <maclas@gmx.de>
2330
2331         * gtk/gtkcombobox.c (gtk_combo_box_size_allocate): Fix the 
2332         allocation for the toggle button so that it actually shows up 
2333         in LTR list mode.
2334
2335         * gtk/gtkcombobox.c (gtk_combo_box_set_column_span_column): 
2336         * gtk/gtkcombobox.c (gtk_combo_box_set_row_span_column): 
2337         * gtk/gtkcombobox.c (gtk_combo_box_set_wrap_width): Add
2338         notification, and avoid excessive relayouting. 
2339
2340 Mon Feb 23 00:38:21 2004  Matthias Clasen  <maclas@gmx.de>
2341
2342         Fix bug 134982, reported by Morten Welinder:
2343         
2344         * gtk/gtkpathbar.c (gtk_path_bar_destroy): 
2345         * gtk/gtktooltips.c (gtk_tooltips_destroy): 
2346         * gtk/gtkinvisible.c (gtk_invisible_destroy): Chain up to the 
2347         parent's ::destroy handler.
2348         
2349         * gdk/gdkdisplay.c (gdk_display_dispose): Chain up to the 
2350         parent's ::dispose handler.
2351
2352 Sat Feb 21 19:09:55 2004  Manish Singh  <yosh@gimp.org>
2353
2354         * gtk/gtksettings.c (gtk_default_substitute): Guard the FC_HINT_STYLE
2355         stuff with an #ifdef, so we still build with most fontconfig versions.
2356
2357 Sun Feb 22 03:03:29 2004  Matthias Clasen  <maclas@gmx.de>
2358
2359         * gtk/gtkaction.c: (gtk_action_finalize):
2360         * gtk/gtkclipboard.c: (gtk_clipboard_finalize):
2361         * gtk/gtkentrycompletion.c: (gtk_entry_completion_class_init),
2362         (gtk_entry_completion_finalize):
2363         * gtk/gtkfilechooserwidget.c: (gtk_file_chooser_widget_finalize):
2364         * gtk/gtkfilesystemmodel.c: (gtk_file_system_model_class_init),
2365         (gtk_file_system_model_finalize):
2366         * gtk/gtkicontheme.c: (gtk_icon_theme_class_init),
2367         (gtk_icon_theme_finalize):
2368         * gtk/gtktextchild.c: (gtk_text_child_anchor_finalize):
2369         * gtk/gtkuimanager.c: (gtk_ui_manager_class_init),
2370         (gtk_ui_manager_finalize):
2371         * modules/input/gtkimcontextxim.c: (gtk_im_context_xim_finalize):
2372         Add chains to the parent's ::finalize() handler  (#134901, Morten Welinder,
2373         patch by Jan Arne Petersen)
2374
2375 Sun Feb 22 02:10:34 2004  Matthias Clasen  <maclas@gmx.de>
2376
2377         * gtk/gtkentrycompletion.c (gtk_entry_completion_default_completion_func): 
2378         Don't crash if item is NULL.  (#131542, Dan Damian)
2379
2380 Sun Feb 22 02:04:03 2004  Matthias Clasen  <maclas@gmx.de>
2381
2382         * configure.in: Add a check for a new enough fontconfig, since
2383         we picked up a direct dependency on it with the Xft settings.
2384
2385 Sun Feb 22 00:23:40 2004  Matthias Clasen  <maclas@gmx.de>
2386
2387         Bug 112647 (Bill Haneman, patch by Narayana Pattipati):
2388         
2389         * gtk/gtkcheckmenuitem.c: Introduce a new style property 
2390         indicator_size and use it instead of the hardcoded value.
2391         
2392         * gtk/gtkmenu.c (gtk_menu_size_request): Make sure each menu 
2393         item gets enough vertical space for the label and the indicator.
2394
2395 Sat Feb 21 20:20:11 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
2396
2397         * gtk/gtksettings.c (gtk_settings_class_init): Use P_ instead of
2398         _ for the new Xft settings.
2399
2400 Sat Feb 21 20:09:53 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
2401
2402         Bug 130790 (Federico Mena Quintero, Owen Taylor)
2403         
2404         * gdk/x11/gdkevents-x11.c: Add Xft XSETTINGS
2405
2406         * gtk/gtksettings.c: Add new GtkSettings corresponding to the Xft
2407         XSETTINGS
2408         
2409 Sat Feb 21 19:18:26 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
2410
2411         Bug 132502
2412         
2413         * gtk/gtkmenu.c (gtk_menu_motion_notify): Make sure we pop down
2414         if we enter a non-selectable menu item.
2415
2416         * gtk/gtkmenu.c (gtk_menu_leave_notify): Don't pop a submenu
2417         when the user has left the item.
2418
2419 Sat Feb 21 17:57:35 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
2420
2421         * gtk/docs: Commit auto-generated changes
2422
2423 Fri Feb 20 18:20:22 2004  Jonathan Blandford  <jrb@gnome.org>
2424
2425         * gtk/gtkfilechooserdefault.c: conditional compile for GtkPathBar
2426
2427         * gtk/gtkpathbar.c (gtk_path_bar_size_allocate): Clean up
2428         allocation code.  Works fully in RTL languages, I think.
2429         (gtk_path_bar_scroll_up): Scroll up.
2430         (gtk_path_bar_scroll_down): Scroll down.
2431
2432 2004-02-20  Christian Rose  <menthos@menthos.com>
2433
2434         * configure.in: Added "en_CA" to ALL_LINGUAS.
2435
2436 2004-02-20  Michael Meeks  <michael@ximian.com>
2437
2438         * gtk/gtktoolitem.c (gtk_tool_item_property_notify): impl.
2439         (gtk_tool_item_class_init): hook it up.
2440         (gtk_tool_item_set_proxy_menu_item): synchronize sensitivity.
2441
2442         * gtk/gtktoolbutton.c (gtk_tool_button_property_notify):
2443         chain to parent, fix strcmp bug.
2444
2445         * tests/testtoolbar.c (main): re-arrange widgets to allow
2446         more overflowing toolbar goodness.
2447
2448 2004-02-20  Alexander Larsson  <alexl@redhat.com>
2449
2450         * gtk/gtkfilechooserdefault.c: (shortcuts_append_desktop):
2451         Desktop directory is not translated.
2452         (set_tree_model):
2453         There might not be volumes for all paths.
2454         * gtk/gtkfilechooserwidget.c:
2455         (gtk_file_chooser_widget_constructor):
2456         Use gtk_file_chooser_set_current_folder to set cwd.
2457
2458 Thu Feb 19 19:58:53 2004  Jonathan Blandford  <jrb@gnome.org>
2459
2460         * gtk/gtkpathbar.[ch]: New widget to handle the path in the
2461         fileselector implementation.  Not hooked up to anything yet.
2462
2463         * gtk/Makefile.am: support the path bar.
2464
2465 Fri Feb 20 00:21:38 2004  Matthias Clasen  <maclas@gmx.de>
2466
2467         * gtk/gtkstyle.c (gtk_default_draw_handle): 
2468         (gtk_default_draw_box): Make the paned handles gray when the the 
2469         widget is_focus() but not HAS_FOCUS().  (#122751, Soeren Sandmann)
2470
2471 Thu Feb 19 23:41:06 2004  Matthias Clasen  <maclas@gmx.de>
2472
2473         Fixes for #82099:
2474         
2475         * gdk/x11/gdkevents-x11.c: Introduce new XSettings "Gtk/ButtonImages"
2476         and "Gtk/MenuImages" and map them to "gtk-button-images" and 
2477         "gtk-menu-images".
2478
2479         * gtk/gtkimagemenuitem.c: Add a boolean setting "gtk-menu-images" and 
2480         use it to set the visibility of the embedded image.
2481
2482         * gtk/gtkbutton.c: Add a boolean setting "gtk-button-images" and use
2483         it to set the visibility of an embedded image.
2484
2485 Thu Feb 19 21:26:10 2004  Matthias Clasen  <maclas@gmx.de>
2486
2487         * gtk/gtkactiongroup.c (gtk_action_group_add_radio_actions_full): 
2488         Give each radio action its own value.  (#134889, Paolo Borelli)
2489
2490 2004-02-19  Federico Mena Quintero  <federico@ximian.com>
2491
2492         * gtk/gtkfilechooserdialog.c (gtk_file_chooser_dialog_finalize):
2493         Chain to the parent's ::finalize() handler.  Fixes #134885; caught
2494         by Jan Arne Petersen.
2495
2496 2004-02-19  Mark McLoughlin  <mark@skynet.ie>
2497
2498         Make the entire expander widget width prelight as suggested
2499         by Seth in bug #134263.
2500
2501         * gtk/gtkexpander.c:
2502         (gtk_expander_paint_prelight): impl.
2503         (gtk_expander_paint): use it.
2504         (gtk_expander_redraw_expander): don't only redraw the
2505         arrow when prelit.
2506
2507 2004-02-19  Alexander Larsson  <alexl@redhat.com>
2508
2509         * gtk/gtkfilechooser.c: (gtk_file_chooser_class_init):
2510         * gtk/gtkfilechooserutils.c:
2511         * gtk/gtkfilechooserutils.h:
2512         * gtk/gtkfilechooserwidget.c:
2513         Remove old file-system property.
2514         Add new file-system-backend string property
2515         
2516         * gtk/gtkfilechooserdefault.[ch]:
2517         Handle the file-system-backend property
2518         
2519         * gtk/gtkfilechooserdialog.[ch]:
2520         (gtk_file_chooser_dialog_new_with_backend):
2521         Remove old file-system property.
2522         Add new file-system-backend string property
2523         Add new function gtk_file_chooser_dialog_new_with_backend
2524         
2525         * gtk/gtkfilesystem.c: 
2526         * gtk/gtkfilesystem.h:
2527         Add filesystem module support.  
2528
2529 2004-02-18  Federico Mena Quintero  <federico@ximian.com>
2530
2531         * gtk/gtkfilechooserdefault.c (shortcuts_tree_create): Renamed
2532         from create_shortcuts_tree().
2533         (shortcuts_pane_create): New function.
2534         (button_new): Renamed from toolbar_button_new().
2535         (shortcuts_pane_create): New function, create the whole shortcuts
2536         pane here.
2537         (current_folder_create): Renamed from toolbar_create().  Don't
2538         create the bookmarks buttons here.
2539         (file_pane_create): New function.
2540         (gtk_file_chooser_default_constructor): Use the new helper
2541         functions, and don't use an extra vbox as GtkFileChooserDefault is
2542         already a vbox.
2543
2544 Thu Feb 19 01:39:30 2004  Matthias Clasen  <maclas@gmx.de>
2545
2546         * gtk/gtkuimanager.h: 
2547         * gtk/gtkuimanager.c (gtk_ui_manager_class_init): Add
2548         default handlers for all signals; for consistency and for the
2549         benefit of language bindings which still rely on header parsing
2550         to find the signals.  (#134269, Jeroen Zwartepoorte)
2551         
2552 Thu Feb 19 00:45:02 2004  Matthias Clasen  <maclas@gmx.de>
2553
2554         * gtk/gtktreeselection.c (gtk_tree_selection_get_selected_rows): 
2555         Improve the efficiency here by prepending on the list and reverting
2556         it after the loop.  (#134435, Christian Biere)
2557
2558 Thu Feb 19 00:32:21 2004  Matthias Clasen  <maclas@gmx.de>
2559
2560         * gtk/gtkplug.c (_gtk_plug_remove_from_socket): Avoid errors when
2561         removing the plug from the socket.  (#128546, Christopher Blizzard)
2562
2563 Thu Feb 19 00:09:35 2004  Matthias Clasen  <maclas@gmx.de>
2564
2565         * gtk/gtkradiomenuitem.h:
2566         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_new_from_widget): 
2567         (gtk_radio_menu_item_new_with_label_from_widget): 
2568         (gtk_radio_menu_item_new_with_mnemonic_from_widget): New
2569         convenience functions analogous to similar API on GtkRadioButton.
2570         (#51700, Vitaly Tishkov, patch by Soeren Sandmann)
2571
2572 Wed Feb 18 17:53:27 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
2573
2574         * gdk/gdkwindow.c (gdk_window_get_bg_gc): Use a scratch GC in the
2575         case where the background is a solid color.
2576         (gdk_window_clear_backing_rect): Reset the clip region after use.
2577
2578         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_threshold_alpha): Go
2579         back to using a scratch GC. Pointed out by Owen Taylor
2580         
2581         * gdk/gdkdraw.c (gdk_drawable_real_draw_pixbuf): Only use a
2582         scratch GC if the passed-in one is NULL
2583
2584 Wed Feb 18 14:27:08 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
2585
2586         * gdk/gdkwindow.c (gdk_window_get_composite_drawable): Reset clip
2587         region back to NULL on cached GC (rest of #134728)
2588
2589 Wed Feb 18 13:28:57 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
2590
2591         Fix bug reported by Nam SungHyun (#134728)
2592         
2593         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_threshold_alpha):
2594         Don't use a cached GC here since the function needs to modify the
2595         foreground color.
2596
2597         * gdk/gdkwindow.c (gdk_window_end_paint): Reset clip region back
2598         to NULL on the cached GC.
2599
2600 2004-02-17  Federico Mena Quintero  <federico@ximian.com>
2601
2602         * gtk/gtkfilechooserdialog.c
2603         (gtk_file_chooser_dialog_style_set): Use HIG-compliant spacings.
2604         This sucks a lot.
2605
2606 Wed Feb 18 02:03:47 2004  Matthias Clasen  <maclas@gmx.de>
2607
2608         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): Document some
2609         peculiarities of the ::delete_range signal.  (#132135, Grant Gayed)
2610
2611 Wed Feb 18 01:44:59 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
2612
2613         GC caching, bug #125645 (based on patch by Brian Cameron)
2614         
2615         * gdk/gdkscreen.h (struct _GdkScreen): Add GC cache
2616         * gdk/gdkscreen.c (gdk_screen_dispose): New function. Unref the
2617         cached GC's here.
2618         * gdk/gdkdraw.c (_gdk_drawable_get_scratch_gc): New function to
2619         get a scratch gc.
2620         * gdk/gdkinternals.h: Declare the function here
2621
2622         * gdk/gdkdraw.c (gdk_drawable_real_draw_pixbuf): Use
2623         _gdk_drawable_get_scratch_gc() instead of creating a new GC.
2624         * gdk/x11/gdkgeometry-x11.c (gdk_window_copy_area_scroll): same
2625         * gdk/x11/gdkdrawable-x11.c (draw_with_images): same
2626         * gdk/gdkwindow.c (gdk_window_get_composite_drawable): same
2627         * gdk/gdkwindow.c (gdk_window_end_paint): same
2628         * gdk/gdkpixmap.c (gdk_pixmap_colormap_new_from_pixbuf): same
2629         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_threshold_alpha): same
2630         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_pixmap_and_mask_for_colormap): same
2631
2632 Tue Feb 17 23:28:33 2004  Matthias Clasen  <maclas@gmx.de>
2633
2634         * gtk/gtkmenu.c (gtk_menu_init): ...and don't forget to initalize
2635         priv->columns to 1.
2636
2637 Tue Feb 17 23:11:21 2004  Matthias Clasen  <maclas@gmx.de>
2638
2639         * gtk/gtkmenu.c (gtk_menu_do_remove): Make sure that we keep
2640         priv->columns >= 1 even for empty menus, since we divide by it
2641         somewhere else.  (#133428, Vincent Noel)
2642
2643 Tue Feb 17 23:02:58 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
2644
2645         Fix for #119722, reported by Olexiy Avramchenko, patch by Owen
2646         Taylor.
2647
2648         * gdk/x11/gdkprivate-x11.h (struct _GdkGCX11): Add a depth field
2649
2650         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_new): Keep track of the GC's
2651         depth.
2652
2653         * gdk/x11/gdkgc-x11.c (_gdk_gc_x11_get_fg_xft_color): First query
2654         the colormap, if no colormap, special case depth 1, 
2655
2656         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_get_fg_picture): Use
2657         _gdk_gc_x11_get_fg_xft_color() to get the foreground color.
2658
2659         * gdk/x11/gdkdrawable-x11.c (gdk_x11_drawable_get_xft_draw):
2660         Special-case bitmaps without a colormap.
2661
2662         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_pixbuf): Use inherited
2663         draw_pixbuf() implementation in the bitmap case.
2664
2665 2004-02-17  Mark McLoughlin  <mark@skynet.ie>
2666
2667         * modules/input/Makefile.am: only reference input method
2668         modules we've actually built. Fixes re-build failure with
2669         stale hangul module lying aroung. Bug #134518.
2670
2671 Mon Feb 16 19:13:21 2004  Owen Taylor  <otaylor@redhat.com>
2672
2673         * gdk/gdkdraw.c: Revert last commit, please don't commit patches
2674         without approval, this isn't the right way to do it.
2675
2676 2004-02-16  DindinX  <david@dindinx.org>
2677
2678         * gdk/gdkdraw.c (gdk_draw_segments): don't try to draw more than 32767
2679         segments at a time, since XDrawSegments cannot handle more than this.
2680
2681         fixes bug #122026.
2682         
2683 Mon Feb 16 18:26:39 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
2684
2685         * gtk/gtktoolbar.c (gtk_toolbar_set_child_property): Call
2686         gtk_tool_item_set_expand(), not gtk_tool_item_set_homogeneous()
2687         in the CHILD_PROP_EXPAND branch. (#134543, Damon Chaplin)
2688
2689 Mon Feb 16 00:04:46 2004  Matthias Clasen  <maclas@gmx.de>
2690
2691         * gtk/gtkcombobox.c (gtk_combo_box_cell_layout_*): 
2692         Split declaration and assignment of combo_box.
2693         
2694         * gtk/gtkcombobox.c (gtk_combo_box_list_setup): Remove a 
2695         pointless cast
2696
2697 Sun Feb 15 22:08:53 2004  Matthias Clasen  <maclas@gmx.de>
2698
2699         * gtk/gtkoptionmenu.c (gtk_option_menu_get_history): Add 
2700         deprecation note pointing people to GtkComboBox.
2701
2702 Sun Feb 15 02:49:45 2004  Matthias Clasen  <maclas@gmx.de>
2703
2704         * gtk/gtktreednd.c: 
2705         * gtk/gtktreeview.c: Document the tree DND API.
2706
2707         * gtk/gtktreeview.c (gtk_tree_view_unset_rows_drag_source): 
2708         Call gtk_drag_source_unset().  
2709         
2710 Sun Feb 15 00:49:59 2004  Matthias Clasen  <maclas@gmx.de>
2711
2712         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_class_init): 
2713         Make stock_size an uint property, to allow custom icon 
2714         sizes. Also clarify the blurb.  (#130047, Erik Grinaker)
2715
2716 Sat Feb 14 11:05:26 2004  Manish Singh  <yosh@gimp.org>
2717
2718         * configure.in: Remove unnecessary STRIP_* definitions, and GNU
2719         make check.
2720
2721 2004-02-13  Federico Mena Quintero  <federico@ximian.com>
2722
2723         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_add_bookmark):
2724         Duh, duh, duh!  Don't bail out if the bookmarks file doesn't exist
2725         the very first time you try to save one.
2726
2727 2004-02-13  Federico Mena Quintero  <federico@ximian.com>
2728
2729         Fix #129020.
2730
2731         * gtk/gtkfilechooserdialog.c
2732         (set_default_size): New function, sets a reasonable default size
2733         for the window.
2734         (gtk_file_chooser_dialog_realize): New function, call
2735         set_default_size().
2736         (gtk_file_chooser_dialog_style_set): Likewise.
2737         (gtk_file_chooser_dialog_screen_changed): Likewise.
2738
2739         * tests/testfilechooser.c (main): Don't set a default size for the
2740         dialog.
2741
2742 Sat Feb 14 00:05:18 2004  Matthias Clasen  <maclas@gmx.de>
2743
2744         * gtk/gtktreemodelfilter.c (bsearch_elt_with_offset): 
2745         Use do instead of while.  (#134031, Morten Welinder);
2746
2747 Sat Feb 14 00:00:52 2004  Matthias Clasen  <maclas@gmx.de>
2748
2749         * configure.in: Suppress xsltproc and xmlcatalog checks
2750         if enable_man=no.  (#134162, Julio M. Merino Vidal)
2751
2752 Fri Feb 13 23:54:48 2004  Matthias Clasen  <maclas@gmx.de>
2753
2754         * configure.in: Remove checks for sgml2html. It was once
2755         used for building the linuxdoc version of the tutorial.
2756         Nowadays, we use db2html.  (#134164, Julio M. Merino Vidal)
2757
2758 Fri Feb 13 08:17:43 2004  Owen Taylor  <otaylor@redhat.com>
2759
2760         Fix various compilation problems (#134312, David
2761         Hawthorne)
2762
2763         * gtk/gtkscale.c (gtk_scale_get_layout_offsets): Use 
2764         g_return_if_fail(), not g_return_val_if_fail().
2765
2766         * gtk/gtkvscale.c (gtk_vscale_get_layout_offsets): 
2767         * gtk/gtkhscale.c (gtk_hscale_get_layout_offsets): Use 
2768         g_return_if_reached(), not g_return_val_if_reached().
2769         
2770         * gtk/gtkvscale.c (gtk_vscale_expose): Fix the types
2771         of some parameters.
2772
2773         * gtk/gtkhscale.c (gtk_hscale_get_layout_offsets): Remove
2774         extra 'scale' parameter.
2775
2776 Thu Feb 12 21:58:20 2004  Owen Taylor  <otaylor@redhat.com>
2777
2778         Various reentrancy fixes for widgets being destroyed
2779         out of focus-out-event. (#128821, Grant Gayed)
2780
2781         * gtk/gtkwindow.c (_gtk_window_unset_focus_and_default): 
2782         Ref window and widget over callbacks.
2783
2784         * gtk/gtkwidget.c (gtk_widget_hide)
2785           gtk/gtkwidget.c (gtk_widget_set_child_visible):
2786         Ref the widget before calling _gtk_window_unset_focus_and_default(),
2787         since that can call user callbacks.
2788
2789         * gtk/gtkwidget.c (gtk_widget_invalidate_widget_windows):
2790         Do nothing if the widget isn't realized.
2791
2792 Fri Feb 13 01:31:44 2004  Matthias Clasen  <maclas@gmx.de>
2793
2794         * gtk/gtkbutton.c (_gtk_button_paint): Don't draw bevels around
2795         active, RELIEF_NONE buttons that aren't depressed. This improves
2796         the appearance of buttons in notebook tabs.  (#109213, reported
2797         by Benjamin Otte, patch by Rodney Dawes)
2798
2799 Fri Feb 13 01:06:08 2004  Matthias Clasen  <maclas@gmx.de>
2800
2801         * demos/gtk-demo/main.c (read_line): Protect getc_unlocked() by 
2802         HAVE_FLOCKFILE in all cases.  (#134205, Julio M. Merino Vidal)
2803
2804 Fri Feb 13 00:54:59 2004  Matthias Clasen  <maclas@gmx.de>
2805
2806         Fix for #104811, Padraig O'Briain:
2807
2808         * gtk/gtkscale.h:
2809         * gtk/gtkscale.c (_gtk_scale_clear_layout): 
2810         * gtk/gtkscale.c (gtk_scale_get_layout_offsets): 
2811         * gtk/gtkscale.c (gtk_scale_get_layout): New functions to determine the
2812         text and its position from a GtkScale, to make it more accessible. 
2813         * gtk/gtkhscale.c (gtk_hscale_get_layout_offsets):
2814         * gtk/gtkvscale.c (gtk_vscale_get_layout_offsets): Implementations of the 
2815         new GtkScale vfunc.
2816
2817 Thu Feb 12 17:59:52 2004  Owen Taylor  <otaylor@redhat.com>
2818
2819         * gtk/gtkicontheme.c (gtk_icon_theme_get_search_path): 
2820         Remove an extraneous + 1 (#134015, Torsten Schoenfeld)
2821
2822 Thu Feb 12 23:55:08 2004  Matthias Clasen  <maclas@gmx.de>
2823
2824         * gtk/gtktooltips.h:
2825         * gtk/gtktooltips.c (gtk_tooltips_get_info_from_tip_window): New 
2826         function to improve the accessibility of tooltips.  (#114851, 
2827         Padraig O'Briain)
2828
2829 Thu Feb 12 23:16:04 2004  Matthias Clasen  <maclas@gmx.de>
2830
2831         * gtk/gtkcombobox.c (gtk_combo_box_popup): 
2832         * gtk/gtkcombobox.c (gtk_combo_box_popdown): Make these public and
2833         add docs.  (#132847)
2834
2835 Thu Feb 12 11:05:16 2004  Manish Singh  <yosh@gimp.org>
2836
2837         * gdk/x11/gdkproperty-x11.c (gdk_property_get): Assign xtype using
2838         gdk_x11_atom_to_xatom_for_display () when type != GDK_NONE.
2839
2840         * gtk/gtkselection.c (_gtk_selection_request): Use GDK_NONE in
2841         gdk_property_get call instead of 0.
2842
2843         * docs/reference/gdk/tmpl/properties.sgml: Document the above
2844         as GDK_NONE instead of simply 0.
2845
2846 Thu Feb 12 15:46:26 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
2847
2848         * gtk/gtktoolbar.c (gtk_toolbar_size_allocate): Fix up item_area
2849         correctly in RTL mode. (#133984, patch from Semion Chichelnitsky).
2850
2851 Thu Feb 12 02:22:02 2004  Matthias Clasen  <maclas@gmx.de>
2852
2853         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_set_modify_func): 
2854         Correct the docs.
2855
2856 Thu Feb 12 01:17:01 2004  Matthias Clasen  <maclas@gmx.de>
2857
2858         * gtk/gtktreeview.c (gtk_tree_view_enable_model_drag_source): Call
2859         gtk_drag_source_set(), so that things like gtk_drag_set_icon_*() work
2860         for automatic DND.  (#133485, Tommi Komulainen)
2861
2862 Thu Feb 12 00:37:00 2004  Matthias Clasen  <maclas@gmx.de>
2863
2864         * gdk/x11/gdkproperty-x11.c (gdk_property_change): Fix misleading
2865         debug output.
2866
2867 2004-02-11  Federico Mena Quintero  <federico@ximian.com>
2868
2869         * gtk/gtkmessagedialog.c (gtk_message_dialog_map): New ::map()
2870         handler.  If no widget has the focus, try to give it to the
2871         default widget.  If there is no default widget, give it to the
2872         first button.  Fixes the cause for which #59707 was reopened.
2873
2874 2004-02-11  Federico Mena Quintero  <federico@ximian.com>
2875
2876         Fixes #134051.
2877
2878         * gtk/gtkicontheme.c (struct _GtkIconInfo): Remove the ref_count field.
2879         (icon_info_new): Don't initialize the ref_count field.
2880
2881 2004-02-11  Federico Mena Quintero  <federico@ximian.com>
2882
2883         * gtk/gtkicontheme.c (gtk_icon_theme_prepend_search_path): Shift
2884         the array correctly.  Fixes #134055, patch by Tosten Schoenfeld
2885         <kaffeetisch@gmx.de>.
2886
2887 Wed Feb 11 02:23:39 2004  Matthias Clasen  <maclas@gmx.de>
2888
2889         * gtk/gtkcontainer.c (gtk_container_real_set_focus_child): Handle
2890         focus [hv]adjustment correctly when the focus is located deeper
2891         down in the hierarchy.  (#133489)
2892
2893 Wed Feb 11 02:06:38 2004  Matthias Clasen  <maclas@gmx.de>
2894
2895         * gtk/gtkcellrenderer.c (gtk_cell_renderer_class_init): Remove 
2896         arbitrary low upper limits on the xpad, ypad, width and height
2897         properties.  (#129696, John Ellis)
2898
2899 Wed Feb 11 01:24:20 2004  Matthias Clasen  <maclas@gmx.de>
2900
2901         * gtk/gtkcombobox.c (gtk_combo_box_cell_layout_clear_attributes): 
2902         Ugh. Don't try to free ints, even if they're stored in pointers.
2903         (#133997, Morten Welinder)
2904
2905 2004-02-10  Federico Mena Quintero  <federico@ximian.com>
2906
2907         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_finalize):
2908         Free the filters.  Fixes #133547, patch by Morten Welinder
2909         <mortenw@gnome.org>.
2910
2911 Tue Feb 10 12:02:14 2004  Owen Taylor  <otaylor@redhat.com>
2912
2913         * gdk/x11/xsettings-client.c (read_settings): Avoid
2914         triggering an X error when the client->manager_window
2915         is None...makes logs look cleaner.
2916
2917         * gdk/x11/gdkproperty-x11.c (gdk_property_get): Handle
2918         GDK_NONE to mean AnyPropertyType as documented. (Reported 
2919         by Yu Shao)
2920
2921         * gdk/x11/gdkevents-x11.c (fetch_net_wm_check_window,
2922         gdk_x11_screen_get_window_manager_name): Fix error trap
2923         we've been leaking since 2002... (#129538)
2924
2925 2004-02-10  Federico Mena Quintero  <federico@ximian.com>
2926
2927         Fixes the entry-related part of #133852.
2928
2929         * gtk/gtkfilechooserdefault.c (update_chooser_entry): Don't change
2930         the file part of the entry if the selected item is a folder.
2931
2932 2004-02-10  Federico Mena Quintero  <federico@ximian.com>
2933
2934         Fixes #133995, patch by Morten Welinder <mortenw@gnome.org>.
2935
2936         * tests/prop-editor.c (create_prop_editor): Free the title.
2937         (object_changed): Free the children list.
2938
2939 Tue Feb 10 01:58:55 2004  Matthias Clasen  <maclas@gmx.de>
2940
2941         * gtk/gtkcontainer.c (gtk_container_set_focus_hadjustment): 
2942         * gtk/gtkcontainer.c (gtk_container_set_focus_vadjustment): Document 
2943         these functions.
2944
2945 2004-02-09  Federico Mena Quintero  <federico@ximian.com>
2946
2947         * gtk/gtkfilechooserdefault.c (set_list_model): Request
2948         GTK_FILE_INFO_ALL from the file system model, so that arbitrary
2949         filtering will work.  Perhaps we should have a way of aggregating
2950         info types to the model as filters get installed.
2951
2952 Mon Feb  9 22:22:19 2004  Matthias Clasen  <maclas@gmx.de>
2953
2954         * gtk/gtkcellview.c (gtk_cell_view_cell_layout_clear_attributes): 
2955         Ugh. Don't try to free ints, even if they're stored in pointers.
2956
2957 2004-02-09  Federico Mena Quintero  <federico@ximian.com>
2958
2959         Fix #132256.
2960
2961         * gtk/gtkfilechooserdefault.c
2962         (gtk_file_chooser_default_get_paths): Read the contents of the
2963         filename entry in both OPEN and SAVE mode.  In multiple-selection
2964         mode, add this to the selection from the file/folder list.
2965         (struct get_paths_closure): Add a path_from_entry field.
2966         (get_paths_foreach): Only add the iterated path if it is not the
2967         same as the path from the entry.
2968
2969 2004-02-09  Federico Mena Quintero  <federico@ximian.com>
2970
2971         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_get_folder): If
2972         the folder is already open, add the requested info types to it.
2973
2974 Sun Feb  8 01:28:02 2004  Manish Singh  <yosh@gimp.org>
2975
2976         * gtk/gtkcombobox.c (gtk_combo_box_set_popup_widget): Add appropriate
2977         type casts for the gtk_window_set_screen() call.
2978
2979 Sun Feb  8 01:44:06 2004  Matthias Clasen  <maclas@gmx.de>
2980
2981         * gtk/gtkcombobox.c (gtk_combo_box_set_popup_widget): Make popups 
2982         come up on the same screen as the combo box.  (#133544, 
2983         Morten Welinder)
2984
2985 Fri Feb  6 23:40:24 2004  Jonathan Blandford  <jrb@gnome.org>
2986
2987         * gtk/gtkfilechooserdefault.c (create_file_list): clean up the
2988         packing of the file selector.
2989
2990 Sat Feb  7 01:21:09 2004  Matthias Clasen  <maclas@gmx.de>
2991
2992         * gtk/gtktreemodel.c (gtk_tree_model_base_init): Don't use function 
2993         calls in array initializers, as some compilers seem to hate this.
2994         (#133216, Jonas Jonsson)
2995
2996 Sat Feb  7 00:06:44 2004  Matthias Clasen  <maclas@gmx.de>
2997
2998         * gtk/gtkaccelmap.[hc]: Add change notification for GtkAccelMap,
2999         by on-demand instantiating a singleton object with a "changed" 
3000         signal. 
3001
3002         * gtk/gtkmarshalers.list (VOID:STRING,UINT,FLAGS): Add marshaller
3003         for GtkAccelMap::changed.
3004
3005 Fri Feb  6 23:08:29 2004  Matthias Clasen  <maclas@gmx.de>
3006
3007         * gtk/gtktextbtree.c (_gtk_text_btree_check): 
3008         * gtk/gtkcombobox.c (gtk_combo_box_cell_layout_clear_attributes): 
3009         * gtk/gtkcellview.c (gtk_cell_view_cell_layout_clear_attributes): 
3010         Actually free the lists. Pointed out by Morten Welinder.
3011         
3012 Fri Feb  6 22:38:54 2004  Matthias Clasen  <maclas@gmx.de>
3013
3014         * gtk/gtkcombo.c (gtk_combo_entry_key_press): Handle character 
3015         positions in UTF-8 strings correctly.  (#133315, Theppitak 
3016         Karoonboonyanan)
3017
3018 2004-02-06  Morten Welinder  <terra@gnome.org>
3019
3020         * gtk/gtktoolbar.c (show_menu): Cleanup using
3021         gtk_menu_attach_to_widget.  Also fixes leak, see #133411.
3022
3023 2004-02-06  Federico Mena Quintero  <federico@ximian.com>
3024
3025         * gtk/gtkfilechooserdefault.c (shortcuts_add_volumes): Free the
3026         list.  Fixes #133546.
3027
3028 2004-02-06  Federico Mena Quintero  <federico@ximian.com>
3029
3030         Fix #132327.
3031
3032         * gtk/gtkfilesystemunix.c (struct _GtkFileSystemUnix): Add a
3033         folder_hash field to keep a list of live folder objects.
3034         (gtk_file_system_unix_init): Create the folder_hash.
3035         (gtk_file_system_unix_finalize): Destroy the folder_hash.
3036         (gtk_file_system_unix_get_folder): Ref and return an existing
3037         folder if we have it around, otherwise return a new folder object.
3038         (struct _GtkFileFolderUnix): Add a field for the parent file system.
3039         (gtk_file_folder_unix_finalize): Remove the folder from the file
3040         system's hash table.
3041         (gtk_file_system_unix_create_folder):  Emit "files-added" on the
3042         newly-created folder's parent.  Fixes #132327.
3043
3044 Fri Feb  6 00:51:57 2004  Matthias Clasen  <maclas@gmx.de>
3045
3046         * gtk/gtkstock.c (builtin_items): Change the labels of the 
3047         ZOOM_100 and ZOOM_FIT stock items to "_Normal Size" and
3048         "Best _Fit", to be HIG compliant.  (#124080, Mariano 
3049         Suárez-Alvarez)
3050
3051 Fri Feb  6 00:45:16 2004  Matthias Clasen  <maclas@gmx.de>
3052
3053         * gtk/gtkcombobox.c (gtk_combo_box_finalize): Add a finalize 
3054         function to plug a few memory leaks.  (#133544, Morten Welinder)
3055
3056 Fri Feb  6 00:15:38 2004  Matthias Clasen  <maclas@gmx.de>
3057
3058         * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_mnemonic_activate): 
3059         Support mnemonic_activate here as well.
3060         
3061         * gtk/gtkcombobox.c (gtk_combo_box_mnemonic_activate): Focus
3062         the button, not the tree_view.
3063
3064 Thu Feb  5 23:48:19 2004  Matthias Clasen  <maclas@gmx.de>
3065
3066         * gtk/gtkcombobox.c (gtk_combo_box_mnemonic_activate): Add this
3067         function, to make mnemonic_activate work for combo boxes.
3068         (#133443, Paolo Borelli)
3069
3070 Thu Feb  5 22:05:52 2004  Matthias Clasen  <maclas@gmx.de>
3071
3072         * gtk/gtkfilesystemunix.c (bookmark_list_read): Initialize result
3073         to FALSE.  (#133539, Morten Welinder)
3074
3075 Thu Feb  5 21:36:43 2004  Matthias Clasen  <maclas@gmx.de>
3076
3077         * gtk/gtkcombobox.c (gtk_combo_box_set_active_iter): Fix the logic
3078         of the depth one check.  (#133488, Christian Persch)
3079
3080 Thu Feb  5 01:50:19 2004  Matthias Clasen  <maclas@gmx.de>
3081
3082         * gtk/gtktearoffmenuitem.c (gtk_tearoff_menu_item_paint): Fix
3083         the drawing of tearoff menu items which don't come first in their
3084         menu.  (#33311)
3085
3086 Thu Feb  5 00:59:08 2004  Matthias Clasen  <maclas@gmx.de>
3087
3088         * gtk/gtkcombo.c (gtk_combo_entry_key_press): Use 
3089         g_completion_complete_utf8(). (#133313, Theppitak Karoonboonyanan)
3090
3091 2004-02-04  Federico Mena Quintero  <federico@ximian.com>
3092
3093         Fix #59707.
3094
3095         * gtk/gtklabel.c (gtk_label_focus): Removed, so we don't ignore
3096         the focus chain.
3097         (gtk_label_button_press): Fix prototype.
3098         (gtk_label_button_release): Likewise.
3099         (gtk_label_motion): Likewise.
3100
3101         * tests/testgtk.c (create_message_dialog): For the dialog with
3102         only GTK_BUTTONS_CLOSE, make GTK_RESPONSE_CLOSE the default.
3103
3104 2004-02-04  Morten Welinder  <terra@gnome.org>
3105
3106         * gtk/gtktoolbar.c (show_menu): Show on the right screen.  (Fixes
3107         bug 133411, apart from the leak.)
3108
3109 Tue Feb  3 13:39:27 2004  Manish Singh  <yosh@gimp.org>
3110
3111         * gtk/gtkadjustment.c (gtk_adjustment_new): pass value in last
3112         in g_object_new, since it depends on lower and upper being set.
3113
3114 2004-02-03  Federico Mena Quintero  <federico@ximian.com>
3115
3116         * gtk/gtkmessagedialog.c (gtk_message_dialog_init): Make the
3117         window not resizable.  Fixes #114032.
3118
3119 2004-02-03  Federico Mena Quintero  <federico@ximian.com>
3120
3121         * gtk/gtkmessagedialog.c (gtk_message_dialog_class_init): Add
3122         documentation for the use_separator style property.
3123
3124 2004-02-03  Federico Mena Quintero  <federico@ximian.com>
3125
3126         Fix #68938.
3127
3128         * gtk/gtkdialog.c (GtkDialogPrivate): New private structure for
3129         GtkDialog; right now it only contains an ignore_separator field.
3130         (gtk_dialog_class_init): Register the private structure.
3131         (gtk_dialog_init): Initialize the priv->ignore_separator field.
3132         (_gtk_dialog_set_ignore_separator): New private function.
3133         (gtk_dialog_set_has_separator): Ignore the setting if appropriate.
3134
3135         * gtk/gtkmessagedialog.c (gtk_message_dialog_class_init): Add a
3136         use_separator style property.
3137         (gtk_message_dialog_style_set): Change the dialog's separator
3138         based on the style property.
3139         (gtk_message_dialog_init): Set the dialog box to ignore the
3140         separator setting.
3141
3142 Tue Feb  3 02:35:09 2004  Matthias Clasen  <maclas@gmx.de>
3143
3144         * gtk/Makefile.am: Build filesystemwin32.c if OS_WIN32 and
3145         also dist gtkfilesystemwin32.[hc].
3146
3147 Tue Feb  3 02:04:44 2004  Matthias Clasen  <maclas@gmx.de>
3148
3149         * gtk/gtklabel.c (gtk_label_ensure_layout): Right-justify labels
3150         in rtl mode.  (#129071, chinen@jp.ibm.com)
3151
3152 Tue Feb  3 02:01:25 2004  Matthias Clasen  <maclas@gmx.de>
3153
3154         * gtk/gtkmenushell.c (gtk_real_menu_shell_move_current): Exchange the
3155         meaning GTK_MENU_DIR_PARENT/CHILD and GTK_MENU_DIR_PREV/NEXT in rtl
3156         mode.  (#107528)
3157
3158 Tue Feb  3 01:38:06 2004  Matthias Clasen  <maclas@gmx.de>
3159
3160         Clip narrow columns in rtl-oriented tree views (#128089,  
3161         chinen@jp.ibm.com):
3162         
3163         * gtk/gtkstyle.c (gtk_default_draw_option): 
3164         * gtk/gtkstyle.c (gtk_default_draw_check): Clip to the 
3165         given area.
3166
3167         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_process_action): 
3168         Use the right clip area when calling gtk_cell_renderer_render().
3169         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_cell_draw_focus): 
3170         Use the right clip area when calling gtk_paint_focus().
3171         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render): 
3172         Use the right clip area when calling gtk_paint_toggle() or
3173         gtk_paint_check().
3174         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render): 
3175         Clip to the expose_area when drawing the background rectangle.
3176         
3177 Tue Feb  3 00:14:36 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3178
3179         * gdk/x11/gdkgeometry-x11.c (queue_item_free, gdk_window_queue):
3180         Use a weak reference instead of ref()/unref(). (#60857, reported
3181         by Joshua N Pritikin)
3182
3183         * gdk/gdkimage.c (scratch_image_info_for_depth): Formatting fix.
3184
3185 Tue Feb  3 00:15:17 2004  Matthias Clasen  <maclas@gmx.de>
3186
3187         * gtk/gtktreeprivate.h (struct _GtkTreeViewPrivate): Add 
3188         init_hadjust_value and prev_width.
3189         * gtk/gtktreeview.c (gtk_tree_view_init): Initialize 
3190         them here.
3191         * gtk/gtktreeview.c (gtk_tree_view_update_size): ...and here.
3192         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): Use them
3193         here to properly handle the initial position of rtl-oriented
3194         tree views.  (#127581, chinen@jp.ibm.com)
3195
3196 2004-01-20  Federico Mena Quintero  <federico@ximian.com>
3197
3198         Fix #130846, reported by R. McFarland <rwmcfa1@neces.com>.
3199
3200         * gtk/gtktreeview.c (gtk_tree_view_button_press): Return TRUE when
3201         we handle an event in the colums, and FALSE at the end if the
3202         event is not handled at all.
3203
3204 Mon Feb  2 23:41:48 2004  Matthias Clasen  <maclas@gmx.de>
3205
3206         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_row_changed): 
3207         Don't access the level after removing the node, since that may
3208         kill the level.  (#132615, Crispin Flowerday)
3209
3210 2004-02-02  Tor Lillqvist  <tml@iki.fi>
3211
3212         * gdk/win32/gdkevents-win32.c (gdk_pointer_grab): Set the cursor
3213         in all cases. If no grab cursor specified, use the grabbing
3214         window's cursor. If the grabbing window has no cursor, use the
3215         default arrow cursor. (#118025)
3216
3217 Mon Feb  2 22:05:36 2004  Matthias Clasen  <maclas@gmx.de>
3218
3219         * gtk/gtkseparatormenuitem.c (gtk_separator_menu_item_init): The
3220         latest in menu separation technology.
3221
3222 Mon Feb  2 19:04:17 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3223
3224         * gdk/x11/gdkwindow-x11.c: Assume gravity works. (Anything else
3225         we have to take our chances with).
3226         
3227         (Bug 97510)
3228
3229 Mon Feb  2 18:45:28 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3230
3231         Fix bug 110224.
3232
3233         * gdk/x11/gdkfont-x11.c (gdk_font_from_description_for_display):
3234         Remove unused variable 'result'
3235
3236         * gdk/x11/xsettings-client.[ch]: Add new set_grab/ungrab_func() functions.
3237
3238         * gdk/x11/gdkevents-x11.c (_gdk_x11_events_init_screen): Use them
3239         here.
3240
3241 Mon Feb  2 14:32:32 2004  Pablo Saratxaga  <pablo@mandrakesoft.com>
3242
3243         * configure.in po/uz*.po: changed default for Uzbek; now just "uz"
3244         is in cyrillic and "uz@Latn" for latin; "uz@Cyrl" has been removed
3245
3246 Sun Feb  1 16:34:07 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3247
3248         * gtk/gtktoolbar.c (gtk_toolbar_size_allocate): Only start
3249         sliding when using the new API.
3250
3251 Sun Feb  1 16:03:39 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3252
3253         * gtk/gtktoolbar.c (gtk_toolbar_size_allocate): Make sure
3254         item_area is positioned correctly. Fix #133070, reported by Jeroen
3255         Zwartepoorte.
3256
3257 Sat Jan 31 23:13:43 2004  Matthias Clasen  <maclas@gmx.de>
3258
3259         * gtk/gtktextchild.c (gtk_text_child_anchor_finalize): Don't
3260         crash when finalizing an unused GtkTextChildAnchor.  (#132260,
3261         muppet)
3262
3263 Sat Jan 31 22:41:57 2004  Matthias Clasen  <maclas@gmx.de>
3264
3265         * gtk/gtktreemodel.c (gtk_tree_model_rows_reordered): Correct
3266         the documentation for new_order.  (#124790, Tim-Philipp Müller)
3267
3268 Sat Jan 31 22:38:07 2004  Matthias Clasen  <maclas@gmx.de>
3269
3270         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_fixed_width): 
3271         Reset use_resized_width when setting fixed_width.  (#108612, 
3272         Felipe Heidrich) 
3273
3274 Sat Jan 31 16:27:44 2004  Matthias Clasen  <maclas@gmx.de>
3275
3276         * gtk/gtkmain.c (gtk_key_snooper_remove): Don't leak the
3277         GtkKeySnooperData.  (#132038, R. McFarland)
3278
3279 2004-01-30  Federico Mena Quintero  <federico@ximian.com>
3280
3281         Fixes #132975.
3282
3283         * gtk/gtkfilesystem.c (gtk_file_system_make_path): Return NULL,
3284         not FALSE.
3285         (gtk_file_system_volume_render_icon): Likewise.
3286
3287         * gtk/gtkfilesystemwin32.c (gtk_file_system_win32_make_path):
3288         Likewise.
3289
3290         * gtk/gtktreestore.c (gtk_tree_store_iter_n_children): Return 0,
3291         not FALSE.
3292
3293         * gtk/gtktoolbar.c (gtk_toolbar_get_drop_index): Return -1, not
3294         FALSE.
3295
3296         * gtk/gtktextiter.c (gtk_text_iter_get_chars_in_line): Return 0,
3297         not FALSE.
3298         (gtk_text_iter_get_bytes_in_line): Likewise.
3299
3300         * gdk/x11/gdkcursor-x11.c (gdk_display_get_default_cursor_size):
3301         Likewise.
3302
3303         * gdk/linux-fb/gdkcolor-fb.c (gdk_colors_alloc): Return FALSE, not
3304         0.
3305
3306 2004-01-30  Not Zed  <NotZed@Ximian.com>
3307
3308         Fixes #132929.
3309
3310         * gtk/gtktreeview.c (cancel_arrow_animation): remove the timeout
3311         handler when we clear the timeout id.
3312
3313 2004-01-30  Federico Mena Quintero  <federico@ximian.com>
3314
3315         Fix #129872, based on a patch by Jan Arne Petersen
3316         <jpetersen@uni-bonn.de>
3317
3318         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_list_bookmarks):
3319         Implement.
3320         (gtk_file_system_unix_add_bookmark): Implement.
3321         (gtk_file_system_unix_remove_bookmark): Implement.
3322
3323 2004-01-29  Federico Mena Quintero  <federico@ximian.com>
3324
3325         Fixes #132693.
3326
3327         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_get_parent): Don't
3328         use filename_from_path().  Also, check that the filename is
3329         absolute.
3330         (gtk_file_system_unix_get_folder): Likewise.
3331         (gtk_file_system_unix_create_folder): Likewise.
3332         (gtk_file_system_unix_make_path): Likewise.
3333         (gtk_file_system_unix_parse): Likewise.
3334         (gtk_file_folder_unix_get_info): Likewise.
3335         (filename_from_path): Removed.
3336
3337 2004-01-30  Federico Mena Quintero  <federico@ximian.com>
3338
3339         * gtk/gtkcalendar.c (arrow_action): Remove C++ comment; reported
3340         by Damien Carbery <damien.carbery@sun.com>.  Fixes #132956.
3341
3342 Fri Jan 30 11:37:37 2004  Owen Taylor  <otaylor@redhat.com>
3343
3344         * gdk/x11/gdkdrawable-x11.c: Revert changes from
3345         #113476 and go back to using XftDrawSetClip, because
3346         XftDrawSetClipRectangles is buggy in XFree86-4.3.
3347
3348 Thu Jan 29 18:08:06 2004  Owen Taylor  <otaylor@redhat.com>
3349
3350         * gtk/gtktextlayout.c (line_display_iter_to_index)
3351         * gtk/gtktextlayout.c (line_display_index_to_iter): Only
3352         adjust the preedit position for lines that include the
3353         preedit string. (#132353, Yao Zhang). How the heck
3354         did this work as well as it did?!?!
3355
3356         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_get_ic): 
3357         Reverse change to change of XNFilterEvents event mask from
3358         #110493 -- it's documented and in the Xlib code an
3359         unsigned long. 
3360         
3361         * modules/input/gtkimcontextxim.c (preedit_start_callback): 
3362         Return -1 rather than void to indicate no length limit.
3363         (#129548)
3364
3365 Fri Jan 30 00:45:46 2004  Matthias Clasen  <maclas@gmx.de>
3366
3367         * gtk/gtkadjustment.c: Add properties to GtkAdjustment.
3368         (#64601, Murray Cumming)
3369
3370 Fri Jan 30 00:13:46 2004  Matthias Clasen  <maclas@gmx.de>
3371
3372         * gtk/gtkcombo.c (gtk_combo_set_popdown_strings): Allow NULL
3373         for strings to clear the list.  (#105386, Marco Pesenti Gritti)
3374         
3375 2004-01-28  Richard Hult  <richard@imendio.com>
3376
3377         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_get_size):
3378         Free font_desc.  Fixes #132805.
3379
3380 2004-01-29  Federico Mena Quintero  <federico@ximian.com>
3381
3382         * gtk/gtkiconfactory.c (render_icon_name_pixbuf): Free the GError.
3383         Patch provided by Christian Persch <chpe@stud.uni-saarland.de>
3384         Fixes #132574.
3385
3386 Thu Jan 29 11:00:18 2004  Owen Taylor  <otaylor@redhat.com>
3387
3388         * gtk/gtkselection.c (gtk_selection_default_handler): 
3389         nul-terminate the target atoms. (#132656, Christian Persch)
3390
3391 Thu Jan 29 00:59:03 2004  Matthias Clasen  <maclas@gmx.de>
3392
3393         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_rows_reordered):
3394         Don't leak path if we bail out early.  (#132505, Christian Persch)
3395
3396 Thu Jan 29 00:48:47 2004  Matthias Clasen  <maclas@gmx.de>
3397
3398         * gtk/gtkactiongroup.c (gtk_action_group_add_toggle_actions_full):
3399         * gtk/gtkactiongroup.c (gtk_action_group_add_actions_full): Do
3400         reference counting on the user_data that is shared between
3401         multiple signal handlers, to avoid calling the destroy notify
3402         multiple times.  (#132447, Adam Hooper)
3403
3404 2004-01-28  Hans Breuer  <hans@breuer.org>
3405
3406         * gtk/stock-icons/stock_network_(16|24).png : new GTK_STOCK_NETWORK ...
3407           gtk/gtkstock.[hc] : ... define ...
3408           gtk/gtkiconfactory.c : ... register ...
3409           gtk/stock-icons/Makefile.am gtk/stock-icons/makefile.msc : ... compile ...
3410         * gtk/gtkfilesystemwin32.c : ... and use. Also adapt to recent 
3411         IFace changes.
3412
3413         * gtk/gtk.def : added a bunch of new exported symbols
3414
3415         * tests/testfilechooser.c (no_backup_files_filter) : don't crash
3416         on filter_info->display_name being NULL
3417
3418         * tests/testgtk.c : make testgtk --bench=all work again
3419
3420 Wed Jan 28 21:40:47 2004  Matthias Clasen  <maclas@gmx.de>
3421
3422         * gtk/gtkentrycompletion.c (gtk_entry_completion_action_data_func):
3423         Don't leak string.  (#132482, Christian Persch)
3424
3425 Tue Jan 27 18:45:47 2004  Manish Singh  <yosh@gimp.org>
3426
3427         * m4macros/gtk-2.0.m4: quote AC_DEFUN macro names so automake
3428         1.8 won't whine at us.
3429
3430 2004-01-28  Tor Lillqvist  <tml@iki.fi>
3431
3432         * gdk/win32/gdkevents-win32.c (synthesize_leave_event,
3433         synthesize_enter_event): Don' generate enter or leave events if
3434         the pointer is grabbed with owner_events off, and the grab event
3435         mask doesn't ask for them. (#129242)
3436
3437         (gdk_event_translate): Ditto for focus change events.
3438
3439 2004-01-27  Federico Mena Quintero  <federico@ximian.com>
3440
3441         Fix #132314.
3442
3443         * gtk/gtkfilesystem.h: Removed the #ifdef-ed out, old icon API.
3444
3445         * gtk/gtkfilesystem.c: Likewise.
3446
3447         * gtk/gtkfilesystemunix.c (filename_get_info): Removed the old
3448         icon-type code.
3449         (gtk_file_system_unix_render_icon): Moved the icon-rendering code
3450         from GtkFileInfo to here.
3451         (gtk_file_system_unix_volume_render_icon): Implement.
3452
3453 2004-01-28  Changwoo Ryu  <cwryu@debian.org>
3454
3455         * modules/input/imhangul-defs.h: 
3456         * modules/input/imhangul.c:
3457         * modules/input/Makefile.am: Remove broken hangul input module.
3458         
3459 Tue Jan 27 01:56:46 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3460
3461         * gtk/gtktoolbar.c: Remove obsolete comment.
3462
3463         * gtk/gtktoolbar.c (DEFAULT_SPACE_SIZE, SPACE_LINE_START, 
3464         SPACE_LINE_END): Make separators wider and taller, so they are
3465         easier to pick up when editing the toolbar.
3466
3467         * gtk/gtktoolbar.c (slide_idle_handler): Add a comment, simplify
3468         a bit, 
3469
3470         * gtk/gtktoolbar.c (rect_within): Formatting fix
3471
3472         * gtk/gtktoolbar.c (gtk_toolbar_set_drop_highlight_item): Make
3473         sliding feel more responsive by only restarting sliding when the
3474         placeholder actually changes its goal allocation.
3475
3476 Tue Jan 27 02:00:37 2004  Matthias Clasen  <maclas@gmx.de>
3477
3478         * gtk/gtktreeitem.c (gtk_tree_item_add_pixmaps): Avoid a 
3479         compiler warning.  (#122725, Kjartan Maraas)
3480         
3481 Tue Jan 27 01:46:54 2004  Matthias Clasen  <maclas@gmx.de>
3482
3483         Make menus work better on Xinerama (#126150):
3484         
3485         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu): Calculate the 
3486         monitor_num on the screen of the menu, not of the attach widget.
3487
3488         * gtk/gtkmenu.c (menu_change_screen): Forget the stored monitor_num. 
3489         (gtk_menu_window_size_request): Remember the monitor_num.
3490
3491 2004-01-26  Federico Mena Quintero  <federico@ximian.com>
3492
3493         Fix #105497; constify uses of GdkColor.
3494
3495         * gdk/gdkgc.c (gdk_gc_set_rgb_fg_color): Constify.
3496         (gdk_gc_set_rgb_bg_color): Constify.
3497         (gdk_gc_set_foreground): Constify.
3498
3499         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_pixmap): Constify.
3500         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new_from_pixmap): Constify.
3501         * gdk/linux-fb/gdkcursor-fb.c (gdk_cursor_new_from_pixmap): Constify.
3502
3503         * gdk/x11/gdkpixmap-x11.c (gdk_pixmap_create_from_data): Constify.
3504         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_create_from_data): Constify.
3505         * gdk/linux-fb/gdkpixmap-fb.c (gdk_pixmap_create_from_data): Constify.
3506
3507         * gdk/x11/gdkwindow-x11.c (gdk_window_set_background): Constify.
3508         * gdk/win32/gdkwindow-win32.c (gdk_window_set_background): Constify.
3509         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_set_background): Constify.
3510
3511         * gdk/gdkpango.c (gdk_draw_layout_line_with_colors): Constify.
3512         (gdk_draw_layout_with_colors): Constify.
3513
3514         * gdk/gdkpixmap.c (gdk_pixmap_colormap_new_from_pixbuf): Constify.
3515         (gdk_pixmap_colormap_create_from_xpm): Constify.
3516         (gdk_pixmap_create_from_xpm): Constify.
3517         (gdk_pixmap_colormap_create_from_xpm_d): Constify.
3518         (gdk_pixmap_create_from_xpm_d): Constify.
3519
3520         * gtk/gtkcellview.c (gtk_cell_view_set_background_color): Constify.
3521
3522         * gtk/gtkclist.c (gtk_clist_set_foreground): Constify.
3523         (gtk_clist_set_background): Constify.
3524
3525         * gtk/gtkcolorbutton.c (gtk_color_button_new_with_color): Constify.
3526         (gtk_color_button_set_color): Constify.
3527
3528         * gtk/gtkcolorsel.c (gtk_color_selection_set_current_color):
3529         Constify and add a check for color != NULL.
3530         (gtk_color_selection_get_current_color): Add a check for color != NULL.
3531         (gtk_color_selection_set_previous_color): Constify and add a check
3532         for color != NULL.
3533         (gtk_color_selection_get_previous_color): Add a check for color != NULL.
3534
3535         * gtk/gtkctree.c (gtk_ctree_node_set_foreground): Constify.
3536         (gtk_ctree_node_set_background): Constify.
3537
3538         * gtk/gtktext.c (gtk_text_insert): Constify.
3539         (insert_text_property): Constify.
3540         (text_properties_equal): Constify.
3541         (new_text_property): Constify.
3542
3543         * gtk/gtkwidget.c (gtk_widget_modify_color_component): Constify.
3544         (gtk_widget_modify_fg): Constify.
3545         (gtk_widget_modify_bg): Constify.
3546         (gtk_widget_modify_text): Constify.
3547         (gtk_widget_modify_base): Constify.
3548
3549 2004-01-26  Christian Rose  <menthos@menthos.com>
3550
3551         * configure.in: Added "mi" to ALL_LINGUAS.
3552
3553 2004-01-25  Tor Lillqvist  <tml@iki.fi>
3554
3555         * gdk/win32/gdkproperty-win32.c (gdk_property_delete): If the
3556         WM_TRANSIENT_FOR property is being deleted, set the owner of the
3557         window to the root window (i.e., effectively unset it). (#132411)
3558
3559         * gdk/win32/gdkprivate-win32.h
3560         * gdk/win32/gdkglobals-win32.c
3561         * gdk/win32/gdkmain-win32.c: Declare, define and initialize
3562         _wm_transient_for, a GdkAtom for WM_TRANSIENT_FOR.
3563
3564         * acconfig.h: Remove HAVE_WINSOCK_H, not used any longer.
3565
3566 Sun Jan 25 15:14:46 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3567
3568         * gtk/gtktoolbar.c (gtk_toolbar_size_allocate): Base the decision
3569         to map/unmap items on whether they are actually allocated outside
3570         the toolbar, not on whether that will eventually happen. Improves
3571         animation in the presence of overflown items.
3572
3573         * gtk/gtktoolbar.c (gtk_toolbar_begin_sliding): Add a
3574         queue_resize() to so that the items will get their new goal
3575         values and the idle handler will not immediately return FALSE.
3576
3577         * gtk/gtktoolbar.c (slide_idle_handler): simplify the logic and
3578         make sure that a placeholder becoming invisible doesn't cause a
3579         return TRUE.
3580
3581         * gtk/gtktoolbar.c (get_item_size): Don't special case
3582         placeholders here.
3583
3584 Sat Jan 24 23:17:27 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3585
3586         * gtk/gtktoolbutton.c (gtk_tool_button_construct_contents): Only
3587         try to pack icon if there actually is one.
3588
3589         * gtk/gtktoolbar.c (gtk_toolbar_size_allocate): Make sure
3590         OVERFLOWN items get an allocation even when they are
3591         unmapped. This ensures they will slide in properly.
3592
3593         * gtk/gtktoolbar.c (slide_idle_handler): Make sure we return TRUE
3594         when there are overflown items that need to slide in. Also add
3595         comments and make formatting more readable.
3596
3597 Sat Jan 24 17:38:48 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3598
3599         * gtk/gtkradiotoolbutton.c (gtk_radio_tool_button_class_init):
3600         Add a write-only property ::group to be consistent with
3601         GtkRadioAction and GtkRadioButton. (#132159, Patch from Olivier
3602         Andrieu)
3603
3604 Fri Jan 23 23:46:12 2004  Matthias Clasen  <maclas@gmx.de>
3605
3606         * gtk/gtkfontbutton.c (gtk_font_button_label_use_font): Don't leak the 
3607         font description.  (#132168)
3608
3609 2004-01-23  Federico Mena Quintero  <federico@ximian.com>
3610
3611         Fix #132247.
3612
3613         * gtk/gtkfilechooserdefault.c (set_select_multiple): Handle folder
3614         mode.
3615         (set_select_multiple): Optionally notify about changes to the
3616         select-multiple property.
3617         (list_selection_changed): Change the condition for the editable row to
3618         test for save mode; this is more clear than testing for not being
3619         in multiple selection mode.
3620         (gtk_file_chooser_default_get_paths): Get impl->action directly
3621         rather than calling gtk_file_chooser_get_action().
3622         (entry_activate): Likewise.
3623         (set_select_multiple): Annotate about #133255.
3624         (update_chooser_entry): Likewise.
3625         (check_preview_change): Likewise.
3626         (tree_selection_changed): Likewise.
3627
3628 Fri Jan 23 14:56:18 2004  Jonathan Blandford  <jrb@gnome.org>
3629
3630         * gtk/gtktreeview.c (gtk_tree_view_get_path_at_pos): Don't crash
3631         when there are no columns, or all columns are hidden, #131402
3632
3633 Fri Jan 23 16:58:28 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3634
3635         * gtk/gtkmenu.c (DEFAULT_POPUP_DELAY): Changing to 200 was a
3636         mistake. Change back to 225.
3637
3638 Thu Jan 22 18:46:05 2004  Owen Taylor  <otaylor@redhat.com>
3639
3640         * === Released 2.3.2 ===
3641
3642 Thu Jan 22 18:45:26 2004  Owen Taylor  <otaylor@redhat.com>
3643
3644         * gtk/gtkicontheme.c: Patch from Christian Neumair
3645         to make warning string more translator friendly.
3646
3647         * gtk/gtktreemodelfilter.h gtkseparatortoolitem.[ch]
3648         gtk/gtktoolbar.c: Parameter name fixes to keep gtk-doc
3649         happy.
3650
3651         * configure.in: Require GLib-2.3.2, version 2.3.2,
3652         interface age 0, binary age 302.
3653
3654         * NEWS: Organized, added some names.
3655
3656 Thu Jan 22 16:59:36 2004  Jonathan Blandford  <jrb@gnome.org>
3657
3658         * gtk/gtkliststore.c (gtk_list_store_reorder): Doc fix.
3659
3660 2004-01-22  Federico Mena Quintero  <federico@ximian.com>
3661
3662         * gtk/gtkwidget.c (gtk_widget_class_init): Added documentation for
3663         GtkWidget::popup_menu.
3664
3665 Thu Jan 22 21:45:24 2004  Matthias Clasen  <maclas@gmx.de>
3666
3667         * gtk/gtkmenu.c (gtk_menu_remove): Remove the attach 
3668         info after calling gtk_menu_do_remove(), since that function
3669         uses the attach info. Doh!
3670
3671         * gtk/gtkmenu.c (gtk_menu_do_remove): Don't check priv->columns 
3672         for being 1 directly after setting it to 0.
3673
3674 Thu Jan 22 21:38:52 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3675
3676         * NEWS: Updates
3677
3678 2004-01-22  Alexander Larsson  <alexl@redhat.com>
3679
3680         * gdk/x11/gdkwindow-x11.c (WINDOW_IS_TOPLEVEL):
3681         Fix typo
3682
3683 2004-01-21  Federico Mena Quintero  <federico@ximian.com>
3684
3685         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_finalize):
3686         Free the path fields.
3687
3688         * gtk/gtkfilesystemmodel.c (gtk_file_system_model_finalize): Free
3689         the root_path, reported by <scott@asofyet.org>
3690         (gtk_file_system_model_finalize): Unref the file system.
3691
3692         * gtk/gtkfilefilter.c (filter_rule_free): default:
3693         g_assert_not_reached().
3694         (gtk_file_filter_finalize): Free the filter->name, reported by
3695         <scott@asofyet.org>
3696         (gtk_file_filter_finalize): Free the rules list.
3697
3698 Wed Jan 21 18:10:40 2004  Jonathan Blandford  <jrb@gnome.org>
3699
3700         * gtk/gtkcolorbutton.c (gtk_color_button_set_color):redraw the
3701         color button when an alpha is set.
3702         (gtk_color_button_set_alpha): redraw the color button when an
3703         alpha is set.
3704
3705 Wed Jan 21 23:27:14 2004  Matthias Clasen  <maclas@gmx.de>
3706
3707         Fix #131869: 
3708         
3709         * gtk/gtkaction.c (_gtk_action_emit_activate): Hold
3710         a reference to the group while emitting the signals.
3711
3712         * gtk/gtkactiongroup.c (gtk_action_group_init): Use a 
3713         destroy notify which does not only unref, but also resets
3714         the action_group property of the action.
3715
3716 2004-01-20  Federico Mena Quintero  <federico@ximian.com>
3717
3718         * NEWS: Added details about GtkFileChooser changes.
3719
3720 2004-01-20  Federico Mena Quintero  <federico@ximian.com>
3721
3722         Fix #99425, add accessor functions for GtkPaned's children.
3723
3724         * gtk/gtkpaned.c (gtk_paned_get_child1): New function.
3725         (gtk_paned_get_child2): New function.
3726
3727 Tue Jan 20 23:49:52 2004  Matthias Clasen  <maclas@gmx.de>
3728
3729         * NEWS: Start of 2.3.2 section.
3730
3731 Tue Jan 20 22:11:31 2004  Matthias Clasen  <maclas@gmx.de>
3732
3733         Fixes for #130370, based on a patch by Michael Meeks:
3734         
3735         * gtk/gtkmenu.c (gtk_menu_do_remove): New auxiliary function to
3736         adjust cell positions and recalculate row and column counts after
3737         removing an item.
3738
3739         * gtk/gtkmenu.c (gtk_menu_remove): Call gtk_menu_do_remove.
3740
3741         * gtk/gtkmenu.c (gtk_menu_do_insert): Don't leave empty rows when
3742         appending items.
3743
3744         * gtk/gtkmenu.c (gtk_menu_attach): Don't call gtk_menu_shell_append,
3745         to avoid an unintended recursion.
3746
3747 2004-01-19  Federico Mena Quintero  <federico@ximian.com>
3748
3749         Fix #131418.
3750
3751         * gtk/gtkfilechooserdefault.c (set_select_multiple): New helper
3752         function.
3753         (gtk_file_chooser_default_set_property): Use
3754         set_select_multiple().  Also, re-set this mode to single if the
3755         file chooser is set to Save mode.
3756         (entry_activate): Handle the case where the entry is completely
3757         empty *and* its current folder does exist.  Also, there is need to
3758         test for select_multiple here now that we ensure that it won't
3759         happen during Save mode.
3760
3761 Sun Jan 18 15:25:39 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3762
3763         * gtk/gtktoolbar.[ch]: Add _gtk_toolbar_paint_space_line(),
3764         _gtk_toolbar_get_default_space_size ();
3765
3766         * gtk/gtkseparatortoolitem.c (gtk_separator_tool_item_expose,
3767         get_space_size): Use them here.
3768
3769 Sun Jan 18 13:16:34 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3770
3771         * tests/testgtk.c (create_toolbar): Set a small size request and
3772         make the window resizable, to test mapping/unmapping of buttons.
3773
3774         * gtk/gtktoolbar.c (gtk_toolbar_remove_content,
3775         gtk_toolbar_insert_tool_item): remove these functions.
3776
3777         * gtk/gtktoolbar.c (gtk_toolbar_show_all,
3778         toolbar_content_show_all, gtk_toolbar_hide_all,
3779         toolbar_content_hide_all): New functions. 
3780
3781         Ignore show_all/hide_all for buttons created in compatibility mode.
3782
3783         * gtk/gtktoolbar.c (internal_insert_element, gtk_toolbar_show_all,
3784         gtk_toolbar_hide_all): Make sure buttons are ignored by
3785         gtk_toolbar_show_all() and gtk_toolbar_hide_all().
3786         
3787         * gtk/gtktoolbar.c: s/regular_widget/compatibility/g
3788
3789         * gtk/gtktoolbar.c (struct _ToolbarContent): Allocate
3790         GtkToolbarChild inline. Get rid of GtkToolbarChildSpace.
3791
3792         * gtk/gtktoolbar.c (toolbar_content_expose): Fix bug where widget
3793         could become NULL.
3794
3795         * gtk/gtktoolbar.c (gtk_toolbar_add): Append new tool items
3796         instead of prepending them.
3797
3798         * gtk/gtktoolbar.c (gtk_toolbar_size_allocate): Use the same
3799         'elapsed' for all items.
3800
3801         * gtk/gtktoolbar.c (struct _GtkToolbarPrivate): Turn booleans
3802         into bitfields.
3803
3804         * gtk/gtktoolbar.c: Many formatting fixes
3805         
3806 Sun Jan 18 01:51:12 2004  Matthias Clasen  <maclas@gmx.de>
3807
3808         * configure.in: Add the necessary magic to create
3809         po-properties/Makefile.
3810
3811 Sat Jan 17 23:05:52 2004  Matthias Clasen  <maclas@gmx.de>
3812
3813         The second part of the fix for #114351 (see also 
3814         gdk-pixbuf/ChangeLog and po/ChangeLog):
3815
3816         * Makefile.am (SUBDIRS): Add po-properties.
3817
3818         * configure.in (AC_CONFIG_FILES): Add po-properties/Makefile.in 
3819
3820         * gdk/gdkintl.h (P_): 
3821         * gtk/gtkintl.h (P_): Use translation domain gtk20-properties. 
3822
3823         * gtk/gtkmain.c (gtk_parse_args): Call bindtextdomain and
3824         bind_textdomain_codeset for gtk20-properties as well.
3825
3826 Sat Jan 17 22:00:07 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3827
3828         * gtk/gtktoolbar.c: 
3829
3830         Fix rest of #128678: Implement all the toolbar_content()
3831         methods for the old API case.
3832
3833 Sat Jan 17 16:53:08 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3834
3835         * gtk/gtktoolbar.c: 
3836
3837         Phase 1 of fixing #128678: Only access ToolbarContent through a
3838         set of new functions:
3839
3840         toolbar_content_expose, toolbar_content_visible,
3841         toolbar_content_size_request, toolbar_content_is_homogeneous,
3842         toolbar_content_get_child_requisition,
3843         toolbar_content_is_placeholder, toolbar_content_disappearing,
3844         toolbar_content_get_state, toolbar_content_child_visible,
3845         toolbar_content_get_goal_allocation,
3846         toolbar_content_get_allocation,
3847         toolbar_content_set_start_allocation,
3848         toolbar_content_get_start_allocation, toolbar_content_get_expand,
3849         toolbar_content_set_goal_allocation,
3850         toolbar_content_set_child_visible, toolbar_content_size_allocate,
3851         toolbar_content_set_state, toolbar_content_get_widget,
3852         toolbar_content_set_disappearing,
3853         toolbar_content_set_size_request,
3854         toolbar_content_toolbar_reconfigured,
3855         toolbar_content_retrieve_menu_item, 
3856         toolbar_content_new_tool_item, toolbar_content_destroy,
3857         toolbar_content_is_separator
3858
3859         Also fix #127092.
3860         
3861 Sat Jan 17 12:55:13 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3862
3863         * gtk/gtktoolitem.c (gtk_tool_item_finalize): don't leak the menu
3864         item ID.
3865
3866 Sat Jan 17 12:37:46 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3867
3868         * gtk/gtktoolbar.c (gtk_toolbar_finalize): Don't leak the
3869         overflow menu.
3870         
3871         * gtk/gtktoolbar.h (struct _GtkToolbar): Make some fields public. 
3872         [#127726]
3873
3874 2004-01-16  Federico Mena Quintero  <federico@ximian.com>
3875
3876         * gtk/gtkfilesystemmodel.c (struct _GtkFileSystemModel): Added a
3877         has_editable field.
3878         (_gtk_file_system_model_add_editable): New function.
3879         (_gtk_file_system_model_remove_editable): New function.
3880         (gtk_file_system_model_get_value): Return appropriate values for
3881         the temporary editable row.
3882         (_gtk_file_system_model_get_info): Handle the editable row.
3883         (_gtk_file_system_model_get_path): Likewise.
3884
3885         * gtk/gtkfilechooserdefault.c (shortcuts_append_bookmarks):
3886         Removed an unused variable.
3887         (toolbar_button_new): Optionally show the button.
3888         (up_button_clicked_cb): Renamed from up_button_cb(), fixed prototype.
3889         (toolbar_create): Add a "New Folder" button for Save mode.
3890         (error_building_filename_dialog): New helper function.
3891         (gtk_file_chooser_default_get_paths): Use error_building_filename_dialog().
3892         (create_file_list): Connect to the "edited" signal of the text
3893         cell renderer.  Store the name column and text renderer in the
3894         impl structure.
3895         (renderer_edited_cb): New callback.
3896         (gtk_file_chooser_default_set_property): Show/hide the "New
3897         folder" button when the save action changes.
3898         (COMPARE_DIRECTORIES): Allow the info values to be NULL.
3899         (COMPARE_DIRECTORIES): Duh, use the list_model, not the
3900         tree_model.
3901         (get_list_file_info): Likewise!
3902         (list_icon_data_func): Handle the path being NULL.
3903         (new_folder_button_clicked): New callback.
3904         (list_name_data_func): If we are on the editable row, set the text
3905         to "Type name of new folder".
3906         (list_selection_changed): Handle the editable row.
3907         (list_mtime_data_func): Likewise.
3908
3909         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_make_path): Return
3910         NULL, not FALSE.
3911         (gtk_file_system_unix_create_folder): Test the result of mkdir() correctly.
3912
3913 Fri Jan 16 23:59:01 2004  Matthias Clasen  <maclas@gmx.de>
3914
3915         The first part of the fix for #114351 (see also 
3916         gdk-pixbuf/ChangeLog and po/ChangeLog):
3917         
3918         * gtk/gtkintl.h: 
3919         * gdk/gdkintl.h: Define P_() for property blurbs and nicks.
3920
3921         * gdk/gdkdisplaymanager.c:
3922         * modules/input/gtkimcontextxim.c:
3923         * gtk/*.c:  Mark property blurbs and nicks with P_().
3924         
3925 2004-01-16  Federico Mena Quintero  <federico@ximian.com>
3926
3927         Fix #130969.
3928
3929         * gtk/gtkcellrenderer.h (struct _GtkCellRendererClass): Added an
3930         editing_canceled signal.
3931
3932         * gtk/gtkcellrenderer.c (gtk_cell_renderer_class_init): Create the
3933         "editing-canceled" signal.
3934         (gtk_cell_renderer_editing_canceled): New function.
3935
3936         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_editing_done):
3937         Call gtk_cell_renderer_editing_canceled().
3938
3939 2004-01-16  Federico Mena Quintero  <federico@ximian.com>
3940
3941         * gtk/gtkfilechooserdefault.c
3942         (gtk_file_chooser_default_set_property): Do not allow setting
3943         select_multiple when in Save mode.
3944         (set_list_model): No need to nullify the list_model and
3945         sort_model.
3946         (gtk_file_chooser_default_get_paths): Handle folder mode as well.
3947         (get_paths_foreach): Likewise.
3948
3949         * gtk/gtkfilechooser.c (gtk_file_chooser_get_filename): Clarify
3950         documentation about folder mode.
3951         (gtk_file_chooser_get_uri): Likewise.
3952
3953 2004-01-16  Federico Mena Quintero  <federico@ximian.com>
3954
3955         * gtk/gtkfilesystem.h (struct _GtkFileSystemIface): New
3956         get_volume_for_path() method.
3957         (struct _GtkFileSystemIface): Finally removed the list_roots() and
3958         get_root_info() methods, and the "roots-changed" signal.
3959
3960         * gtk/gtkfilesystem.c (gtk_file_system_get_volume_for_path): New
3961         function.
3962         (gtk_file_system_list_roots): Removed.
3963         (gtk_file_system_get_root_info): Removed.
3964
3965         * gtk/gtkfilesystemunix.c
3966         (gtk_file_system_unix_get_volume_for_path): Implement.
3967         (get_root_volume): New helper function.
3968         (gtk_file_system_unix_list_volumes): Use get_root_volume().
3969         (gtk_file_system_unix_list_roots): Removed.
3970         (gtk_file_system_unix_get_root_info): Removed.
3971
3972         * gtk/gtkfilesystemmodel.c (_gtk_file_system_model_new): Don't
3973         accept a NULL root_path.
3974         (struct _GtkFileSystemModel): Add a field to remember the
3975         root_path.
3976         (_gtk_file_system_model_new): Store the root_path in the model
3977         structure.
3978         (find_and_ref_path): Stop going up the hierarchy at the root_path
3979         of the model.  Also, don't return prematurely when walking up the
3980         hierarchy.
3981
3982         * gtk/gtkfilechooserdefault.c (create_file_list): Sigh, restore
3983         the rules_hint.
3984         (struct _GtkFileChooserDefault): Added a current_volume_path field.
3985         (set_tree_model): New function; create the folder tree model here.
3986         (create_folder_tree): Don't create the model here.
3987         (set_list_model): Set the show_hidden flag on the list model.
3988
3989 Fri Jan 16 00:04:43 2004  Matthias Clasen  <maclas@gmx.de>
3990
3991         * gtk/gtknotebook.h:
3992         * gtk/gtknotebook.c (gtk_notebook_append_page): 
3993         * gtk/gtknotebook.c (gtk_notebook_append_page_menu): 
3994         * gtk/gtknotebook.c (gtk_notebook_prepend_page): 
3995         * gtk/gtknotebook.c (gtk_notebook_prepend_page_menu): 
3996         * gtk/gtknotebook.c (gtk_notebook_insert_page): 
3997         * gtk/gtknotebook.c (gtk_notebook_insert_page_menu): Return the
3998         index of the newly inserted page.  (#130986, Olexiy Avramchenko) 
3999
4000 Thu Jan 15 23:17:14 2004  Matthias Clasen  <maclas@gmx.de>
4001
4002         * gtk/gtkuimanager.c (gtk_ui_manager_get_toplevels): Inserting
4003         a 'newly-allocated' to hint that the list should be freed after
4004         use.
4005
4006 Wed Jan 14 18:01:52 2004  Jonathan Blandford  <jrb@gnome.org>
4007
4008         * gtk/gtktreeview.c (gtk_tree_view_button_press): move grab_focus
4009         to after handling the button presses in the TreeView to avoid
4010         getting multiple selection_changes()
4011
4012 Wed Jan 14 21:16:20 2004  Matthias Clasen  <maclas@gmx.de>
4013
4014         * gtk/gtkimcontext.c: Documentation fix.  (#131335, Theppitak 
4015         Karoonboonyanan)
4016
4017 Wed Jan 14 21:00:49 2004  Matthias Clasen  <maclas@gmx.de>
4018
4019         * gtk/gtkactiongroup.c (gtk_action_group_add_action_with_accel): 
4020         Don't leak name and stock_id.  (#131358, Morten Welinder)
4021
4022 Wed Jan 14 13:07:30 GMT 2004  Tony Gale <gale@gtk.org>
4023
4024         * docs/faq/gtk-faq.sgml: Updates to Section 5
4025
4026 Wed Jan 14 02:34:57 2004  Matthias Clasen  <maclas@gmx.de>
4027
4028         * gtk/gtkradioaction.c: Add a writable group property to align
4029         with the GtkRadioButton API.  (#129166, Olivier Andrieu) 
4030
4031 Tue Jan 13 14:48:27 GMT 2004  Tony Gale <gale@gtk.org>
4032
4033         * docs/faq/gtk-faq.sgml: Update info on using autoconf
4034
4035 Mon Jan 12 23:40:34 2004  Matthias Clasen  <maclas@gmx.de>
4036
4037         * tests/testmerge.c: Adjust to the new connect_proxy signals.
4038
4039         * gtk/gtkuimanager.c
4040         * gtk/gtkactiongroup.c
4041         * gtk/gtkaction.c: Move the connect_proxy and disconnect_proxy signals
4042         from GtkAction to GtkActionGroup and proxy it on GtkUIManager. This
4043         removes the confusion between the disconnect_/connect_proxy signals 
4044         and the (unrelated) virtual functions of the same name and aligns
4045         the setup with the pre_/post_activate signals.
4046
4047 2004-01-12  Jody Goldberg <jody@gnome.org>
4048
4049         * gtk/gtkaction.c (connect_proxy) : only connect activate for menus
4050           with no submenus otherwise it looks like we activate every time a
4051           submenu opens.
4052
4053 2004-01-12  Jody Goldberg <jody@gnome.org>
4054
4055         * gtk/gtkuimanager.c: Remove accidentially committed debug spew.
4056
4057 Sun Jan 11 01:55:07 2004  Matthias Clasen  <maclas@gmx.de>
4058
4059         * gtk/gtkaccelmap.c: Remove accidentally committed notification stuff. 
4060         (gtk_accel_map_lock_path): 
4061         (gtk_accel_map_unlock_path): Path locking can now be nested, a missing
4062         entry is silently created during lock_path(), and treated as an error 
4063         during unlock_path(). These changes have been requested by Tim Janik.
4064
4065 2004-01-10  Jody Goldberg <jody@gnome.org>
4066
4067         * gtk/gtkuimanager.c (d) : Add a debug macro to quiet the spew.
4068         s/merge_signals/ui_manager_signals/ for readability.
4069         (gtk_ui_manager_class_init) : add pre_activate and post_activate
4070           signals.
4071         (cb_proxy_pre_activate) : new.
4072         (cb_proxy_post_activate) : new.
4073         (gtk_ui_manager_insert_action_group) : connect the proxies for
4074           GtkActionGroup::pre/post_activate
4075         (gtk_ui_manager_remove_action_group) : disconnect them.
4076
4077         * gtk/gtkactiongroup.c (gtk_action_group_class_init) : add
4078           'sensitive', and 'visible' properties.  Also add pre_activate and
4079           post_activate signals to help deal with activations at a higher
4080           level (eg GtkUIManager)
4081         (gtk_action_group_init) : init sensitive and visible
4082         (gtk_action_group_set_property) : add sensitive and visible
4083         (gtk_action_group_get_property) : add sensitive and visible
4084         (gtk_action_group_get_sensitive) : new.
4085         (gtk_action_group_get_visible) : new.
4086         (cb_set_action_sensitivity) : new with minor optimization that only
4087           signals sensitivity changes if the action could possibly change.
4088         (cb_set_action_visiblility) : ditto.
4089         (gtk_action_group_set_sensitive) : new.  walk the actions directly
4090           rather than using notify::sensitive because that is simpler, easier
4091           to read, and more efficient.
4092         (gtk_action_group_set_visible) : ditto.
4093         (gtk_action_group_add_action) : Each action can only be in 1 group,
4094           set GtkAction::action_group.
4095         (gtk_action_group_remove_action) : clear it.
4096         (gtk_action_group_add_toggle_actions_full) : warning suppression.
4097         (gtk_action_group_add_radio_actions_full) : warning suppression.
4098         (_gtk_action_group_emit_pre_activate) : new protected routine for use
4099           by GtkAction.
4100         (_gtk_action_group_emit_post_activate) : ditto.
4101
4102         * gtk/gtkaction.c (gtk_action_class_init) : add 'action_group' property.
4103         (gtk_action_init) : initialize it.
4104         (gtk_action_get_property) : get.
4105         (gtk_action_set_property) : set it via
4106         (gtk_action_set_action_group) : new function.
4107         (gtk_action_sync_sensitivity) : new routine to sync proxy sensitivity
4108           with the logical sensitivity (action & group) rather than the simple
4109           action::sensitivity.
4110         (gtk_action_sync_visible) : use gtk_action_is_visible to handle
4111           logical visibility (action & group) rather than the simple
4112           action::visible.  Use widget show/hide directly.
4113         (connect_proxy) : handle the custom sensitivity handler.
4114           Make the TOOL_BUTTON signals more general and support TOOL_ITEM
4115           directly, with special cases for TOOL_BUTTON.  Still not especially
4116           good it might be useful to handle label/use_underline by parmspec
4117           lookup.  Those are likely to be implemented by custom types, and are
4118           assumed to exist in GtkToolItem.
4119         (disconnect_proxy) : disconnect the new sensitivity handler.
4120         (_gtk_action_emit_activate) : add pre/post signals.
4121         (gtk_action_activate) : use logical sensitivity.
4122         (gtk_action_is_sensitive) : logical sensitivity.
4123         (gtk_action_get_sensitive) : actual sensitivity.
4124         (closure_accel_activate) : use logical sensitivity.
4125
4126 Fri Jan  9 22:23:45 2004  Matthias Clasen  <maclas@gmx.de>
4127
4128         * gtk/gtkuimanager.c: Introduce a new parser state for 
4129         accelerator elements to avoid misparsing files containing 
4130         such elements.  (#131035, Morten Welinder)
4131
4132 Fri Jan  9 11:58:47 2004  Manish Singh  <yosh@gimp.org>
4133
4134         * gdk-pixbuf/gdk-pixbuf-io.c: #include <unistd.h> for unlink()
4135
4136 Fri Jan  9 15:28:21 GMT 2004  Tony Gale <gale@gtk.org>
4137
4138         * docs/faq/gtk-faq.sgml: update GtkEntry filter code example
4139
4140 Fri Jan  9 00:34:57 2004  Matthias Clasen  <maclas@gmx.de>
4141
4142         * gtk/gtkuimanager.h:
4143         * gtk/gtkuimanager.c (gtk_ui_manager_get_toplevels): New function to
4144         obtain a list of toplevel widgets constructed by the ui manager.
4145
4146         * gtk/gtkuimanager.h (GtkUIManagerItemType): Change to flags, so that 
4147         the values can be combined for gtk_ui_manager_get_toplevels().
4148
4149         * tests/testmerge.c: Add a "Dump toplevels" button to test 
4150         gtk_ui_manager_get_toplevels().
4151
4152 Wed Jan  7 23:20:06 2004  Matthias Clasen  <maclas@gmx.de>
4153
4154         * demos/gtk-demo/Makefile.am (demos): Add entry_completion.c
4155         
4156         * demos/gtk-demo/entry_completion.c: New demo for GtkEntryCompletion 
4157         by Anders Carlsson  (#130464).
4158
4159 Wed Jan  7 23:07:28 2004  Matthias Clasen  <maclas@gmx.de>
4160
4161         * gtk/gtkmain.h: 
4162         * gtk/gtkmain.c (gtk_events_pending): Change the return value from 
4163         gint to gboolean.  (#130718, reported by Johannes Weißl)
4164
4165 Wed Jan  7 23:03:32 2004  Matthias Clasen  <maclas@gmx.de>
4166
4167         * gtk/gtkactiongroup.h: 
4168         * gtk/gtkactiongroup.c (gtk_action_group_add_action_with_accel): 
4169         Remove the redundant name and stock_id parameters, adjust all callers.
4170
4171 Wed Jan  7 22:20:20 2004  Matthias Clasen  <maclas@gmx.de>
4172
4173         * gtk/gtkaction.h: 
4174         * gtk/gtkaction.c (gtk_action_new):  
4175         * gtk/gtktoggleaction.h: 
4176         * gtk/gtktoggleaction.c (gtk_toggle_action_new): 
4177         * gtk/gtkradioaction.h: 
4178         * gtk/gtkradioaction.c (gtk_radio_action_new): Add creation 
4179         functions for actions.
4180
4181         * gtk/gtkactiongroup.c (gtk_action_group_add_actions_full): 
4182         (gtk_action_group_add_toggle_actions_full): 
4183         (gtk_action_group_add_radio_actions_full): and use the
4184         new functions here.  (#125322, Patch by Jeff Frank)
4185
4186 Wed Jan  7 21:42:49 2004  Matthias Clasen  <maclas@gmx.de>
4187
4188         * gtk/gtkaccelmap.c (gtk_accel_map_lock_path): Fix grammar of 
4189         docs.
4190
4191 2004-01-07  Jan Arne Petersen  <jpetersen@uni-bonn.de>
4192
4193         * gtk/gtkfilechooserdefault.c: (shortcuts_insert_path),
4194         (shortcuts_append_home), (shortcuts_append_desktop),
4195         (shortcuts_append_paths), (shortcuts_add_volumes),
4196         (shortcuts_append_bookmarks), (create_shortcuts_model),
4197         (gtk_file_chooser_default_add_shortcut_folder): add REMOVABLE column
4198         to the shortcuts_model.
4199
4200         (remove_bookmark_button_clicked_cb),
4201         (bookmarks_check_remove_sensitivity): use REMOVABLE column to check if
4202         bookmarks can be removed. Fixes #129873
4203
4204 Wed Jan  7 02:50:55 2004  Matthias Clasen  <maclas@gmx.de>
4205
4206         * demos/testpixbuf-save.c: Make s, S, Control-S, p, P, Control-P,
4207         i, I, Control-I test gdk_pixbuf_save(), gdk_pixbuf_save_to_buffer()
4208         and gdk_pixbuf_save_to_callback() with jpeg, png and ico formats, 
4209         respectively. Tests #82203.
4210
4211 2004-01-06  Federico Mena Quintero  <federico@ximian.com>
4212
4213         * gtk/gtkfilesel.c (gtk_file_selection_create_dir_confirmed): Use
4214         0777 as the mode for mkdir() and let the umask do the right
4215         thing.  Fixes #121819.
4216
4217         * gtk/gtkfilesystemunix.c (filename_is_root): g_path_skip_root()
4218         can return NULL; handle this.  Fixes #129565.
4219
4220 2004-01-06  Alexander Winston  <alexander.winston@comcast.net>
4221
4222         * gtk/gtkfilesel.c: (gtk_file_selection_delete_file): Removed space
4223         that proceeded the end-of-sentence punctuation. Fixes: #130353.
4224
4225 2004-01-06  Jody Goldberg <jody@gnome.org>
4226
4227         * gtk/gtktoolitem.c (gtk_tool_item_set_property) : Call 
4228           gtk_tool_item_set_visible_vertical for PROP_VISIBLE_VERTICAL.
4229
4230 2004-01-05  Federico Mena Quintero  <federico@ximian.com>
4231
4232         * gtk/gtkfilechooserdefault.c (shortcuts_append_bookmarks): Oops,
4233         call shortcuts_add_bookmarks() here.
4234         (remove_bookmark_button_clicked_cb): Ahem, fetch the selected
4235         iter.
4236         (shortcuts_append_paths): Don't display error dialogs here.
4237         (create_file_list): Remove the @#$% rules hint.
4238
4239 2004-01-05  Federico Mena Quintero  <federico@ximian.com>
4240
4241         * gtk/gtkfilechooserdefault.c (toolbar_button_new): New helper
4242         function.
4243         (toolbar_create): Do not use a toolbar widget, just an hbox
4244         instead.  Add the bookmarks buttons and the current folder label
4245         here.
4246         (create_filename_entry_and_filter_combo): Create the filter combo
4247         here.
4248         (filter_create): Don't show the filter combo initially.
4249         (up_button_cb): Renamed from toolbar_up_cb().
4250         (create_shortcuts_buttons): Removed.
4251
4252 2004-01-05  Murray Cumming  <murrayc@usa.net>
4253
4254         * gdk/gdkimage.h: Added <public> documentation to the struct, as
4255         suggested by Owen Taylor.
4256
4257 2004-01-05  Jody Goldberg <jody@gnome.org>
4258
4259         * gtk/gtkiconfactory.c (get_default_icons) : add stock indent, unindent
4260           I would have prefered outdent, but compatibility seems more
4261           important.
4262         * gtk/gtkstock.c (builtin_items) : ditto.
4263         * gtk/gtkstock.h : ditto.
4264         * gtk/stock-icons/Makefile.am : ditto.
4265         * gtk/stock-icons/stock_text_indent_16.png :
4266         * gtk/stock-icons/stock_text_indent_24.png :
4267         * gtk/stock-icons/stock_text_unindent_16.png :
4268         * gtk/stock-icons/stock_text_unindent_24.png : from gnome-icon-theme
4269
4270 Sun Jan  4 15:29:04 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
4271
4272         * gtk/gtkradiotoolbutton.[ch]
4273         (gtk_radio_tool_button_new_with_stock_from_widget): Change API so
4274         group is a GtkRadioButton, not a GtkWidget.
4275
4276 2004-01-04  Hans Breuer  <hans@breuer.org>
4277
4278         * gdk/win32/gdkwindow-win32.c : use SWP_NOACTIVATE in 
4279         gdk_window_set_keep_(above|below) to make DND work again.
4280         Thanks to Alif Wahid for noticing.
4281
4282         * gdk/gdk.def : update externals
4283
4284         * gtk/gtkfilesystemwin32.c : adapt to GtkFileSystemIFace changes
4285
4286         * gtk/gtk-stock.[hc] gtk/gtkiconfactory.c 
4287           gtk/stock-icons/Makefile.am gtk/stock-icons/makefile.msc :
4288           gtk/stock-icons/stock_harddisk_16.png 
4289           gtk/stock-icons/stock_harddisk_24.png 
4290         Harddisk stock icons for file system implementations. Beside
4291         FLOPPY and CDROM there is now HARDDISK, probably some 
4292         GTK_STOCK_NETWORK would be useful, but I could not find one.
4293
4294 Sat Jan  3 11:39:42 2004  Manish Singh  <yosh@gimp.org>
4295
4296         * gtk/gtkclipboard.c: Update freedesktop.org clipboard doc link.
4297         Patch from Andrew Moise (#130462).
4298
4299 2004-01-01  Jody Goldberg <jody@gnome.org>
4300
4301         * gtk/gtkaction.c (_GtkActionPrivate) : add visible_horizontal,
4302           visible_vertical.
4303         (gtk_action_class_init) : here.
4304         (gtk_action_init) : here.
4305         (gtk_action_set_property) : here.
4306         (gtk_action_get_property) : here.
4307         (connect_proxy) : and here.
4308
4309 2003-12-30  Jody Goldberg <jody@gnome.org>
4310
4311         * gtk/gtkactiongroup.c (gtk_action_group_add_action_with_accel) :  new
4312           utility routine for use in derived GtkActions with the replicated code
4313           from.
4314         (gtk_action_group_add_actions_full) : here.
4315         (gtk_action_group_add_toggle_actions_full) : here.
4316         (gtk_action_group_add_radio_actions_full) : and here.
4317
4318 2004-01-01  Taneem Ahmed  <taneem@bengalinux.org>
4319
4320         * configure.in: Added "bn" to ALL_LINGUAS.
4321
4322 2004-01-01  Taneem Ahmed  <taneem@bengalinux.org>
4323
4324         * bn.po: Added Bangla translation by 
4325         of Ankur group <gnome-translation@bengalinux.org>.
4326
4327 Fri Jan  2 02:50:11 2004  Matthias Clasen  <maclas@gmx.de>
4328
4329         * gtk/gtkcalendar.c (gtk_calendar_compute_days): 
4330         * gtk/gtkcalendar.c (gtk_calendar_paint_day_names): 
4331         * gtk/gtkcalendar.c (gtk_calendar_init): Changes to support 
4332         week_start values other than 0 and 1, e.g. 6 will let weeks start
4333         on Saturday.  (#130349, Roozbeh Pournader) 
4334
4335 2003-12-31 13:49 Daniel Rogers <dsrogers@phasevelocity.org>
4336
4337         * gdk/x11/gdkinput-x11.c: (gdk_input_translate_coordinates)
4338         
4339         Fix to allow reasonable pointer behavior in window mode when an
4340         extended input device reports an incorrect resolution of 0.  Fixes
4341         bug #123546
4342         
4343 2003-12-31  Christian Neumair  <chris@gnome-de.org>
4344
4345         * gdk-pixbuf/gdk-pixdata.c: (gdk_pixbuf_from_pixdata):
4346         * gtk/gtkfilechooserdefault.c: (list_size_data_func): Use ngettext for
4347         plurals (#123847).
4348
4349 Wed Dec 31 02:05:39 2003  Matthias Clasen  <maclas@gmx.de>
4350
4351         * gtk/gtkactiongroup.c (gtk_action_group_add_actions_full): 
4352         (gtk_action_group_add_toggle_actions_full):
4353         (gtk_action_group_add_radio_actions_full): Pull accelerator key
4354         from the stock item if stock_id is given, but accelerator 
4355         not.  (Noticed by Jeff Franks and Jody Goldberg)
4356
4357         * tests/testmerge.c: Remove the accelerator from the "Open" entry
4358         to test the above change.
4359         
4360 2003-12-29  Federico Mena Quintero  <federico@ximian.com>
4361
4362         Make show_all() work for the extra and preview widgets; reported
4363         by Paolo Maggi.
4364
4365         * gtk/gtkfilechooserdefault.c (set_preview_widget): show_all() the
4366         preview widget.
4367         (set_extra_widget): show_all() the extra widget.
4368
4369 Mon Dec 29 12:22:22 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
4370
4371         * gtk/gtkuimanager.c (do_updates): 
4372         * gtk/gtktoolbar.c (slide_idle_handler): 
4373         * gtk/gtkdnd.c (gtk_drag_update_idle): 
4374
4375         Add GDK_THREADS_ENTER()/GDK_THREADS_LEAVE() pairs around idle
4376         functions. (#130157, patch from Olexiy Avramchenko).
4377         
4378 2003-12-29  Anders Carlsson  <andersca@gnome.org>
4379
4380         * gtk/gtkradiotoolbutton.c:
4381         * gtk/gtkradiotoolbutton.h:
4382         * gtk/gtkseparatortoolitem.c:
4383         * gtk/gtkseparatortoolitem.h:
4384         * gtk/gtktoggletoolbutton.c:
4385         * gtk/gtktoggletoolbutton.h:
4386         * gtk/gtktoolbar.c:
4387         * gtk/gtktoolbar.h:
4388         * gtk/gtktoolbutton.c:
4389         * gtk/gtktoolbutton.h:
4390         * gtk/gtktoolitem.c:
4391         * gtk/gtktoolitem.h:
4392         Update my e-mail address.
4393         
4394 Mon Dec 29 01:36:22 2003  Matthias Clasen  <maclas@gmx.de>
4395
4396         * gtk/gtkaccelmap.[hc]: (gtk_accel_map_lock_path, 
4397         gtk_accel_map_unlock_path): Add a way to lock individual accelerator
4398         paths.  (#73207, reported by Havoc Pennington)
4399
4400 Sat Dec 27 23:17:56 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
4401
4402         * gtk/gtktoolbar.c (slide_idle_handler): use CHILD_VISIBLE
4403         instead of VISIBLE to determine whether we should stop
4404         sliding. (#130018, reported by Christian Persch).
4405
4406 Fri Dec 26 23:24:35 2003  Matthias Clasen  <maclas@gmx.de>
4407
4408         * gtk/gtkactiongroup.c (gtk_action_group_add_radio_actions_full): 
4409         Don't use first_action without initializing it if n_entries is 0.
4410
4411 Thu Dec 25 00:26:34 2003  Matthias Clasen  <maclas@gmx.de>
4412
4413         * gdk/x11/gdkcursor-x11.c (gdk_display_get_default_cursor_size):
4414         Add the missing _get_ to the name of the non-Xcursor version of
4415         this function.  (noticed by Torsten Schoenfeld)
4416
4417 Tue Dec 23 22:34:50 2003  Manish Singh  <yosh@gimp.org>
4418
4419         * gtk/gtkicontheme.h: fix GTK_TYPE_ICON_INFO macro, reported by
4420         muppet.
4421
4422 2003-12-24  Jody Goldberg <jody@gnome.org>
4423
4424         * gtk/gtkactiongroup.h : Add some const to the char * in
4425           GtkActionEntry*.  We're reccomending people pass static strings to
4426           them, and not freeing them.  This stems to flood of warnings that
4427           result.
4428         * gtk/gtkactiongroup.c (gtk_action_group_add_actions_full) : change
4429           temp vars to const to match above.
4430         (gtk_action_group_add_toggle_actions_full) : ditto.
4431         (gtk_action_group_add_radio_actions_full) : ditto.
4432
4433 Wed Dec 24 01:12:53 2003  Matthias Clasen  <maclas@gmx.de>
4434
4435         * gtk/gtkclipboard.[hc]: Add GtkClipboardTargetReceivedFunc,
4436         gtk_clipboard_request_targets() and 
4437         gtk_clipboard_wait_for_targets().  (#101774, Dom Lachowicz)
4438
4439 Mon Dec 22 00:40:39 2003  Matthias Clasen  <maclas@gmx.de>
4440
4441         * gtk/gtkcalendar.c (gtk_calendar_paint_arrow): Use 
4442         gtk_paint_arrow instead of draw_arrow_left/draw_arrow_right.
4443         * gtk/gtkcalendar.c (draw_arrow_left):
4444         (draw_arrow_right): Removed. 
4445         * gtk/gtkcalendar.c (gtk_calendar_realize_arrows): 
4446         * gtk/gtkcalendar.c (gtk_calendar_state_changed): Set the
4447         arrow_state to GTK_STATE_INSENSITIVE if the calendar is 
4448         insensitive.  (#97376)
4449
4450 Sun Dec 21 23:17:01 2003  Matthias Clasen  <maclas@gmx.de>
4451
4452         * gtk/gtkuimanager.c (update_node): 
4453         (update_smart_separators): 
4454         (_gtk_menu_is_empty): 
4455         (find_menu_position): 
4456         * gtk/gtktreeview.c (gtk_tree_view_search_dialog_destroy): 
4457         * gtk/gtkcombobox.c (gtk_combo_box_relayout_item): 
4458         (gtk_combo_box_relayout): Fix memory leaks caused by the
4459         failure to free the result of gtk_container_get_children().
4460
4461 Sun Dec 21 17:34:22 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
4462
4463         * gdk/x11/gdkwindow-x11.c (gdk_window_reparent): Set the right
4464         properties when the window becomes a toplevel. When a window that
4465         was previously a toplevel becomes a toplevel again, restore its
4466         window type. Also make sure the focus window is removed from the
4467         XID hash when it is destroyed. (#117579, reported by Morten
4468         Welinder, patch reviewed by Owen Taylor).
4469
4470 Sun Dec 21 01:54:40 2003  Matthias Clasen  <maclas@gmx.de>
4471
4472         * gtk/gtkmenushell.h: 
4473         * gtk/gtkmenushell.c (gtk_menu_shell_cancel): New function 
4474         to emit the "cancel" signal on a menu shell.
4475
4476         * gtk/gtkmenu.c (gtk_menu_key_press): 
4477         * gtk/gtkoptionmenu.c (gtk_option_menu_remove_menu): 
4478         * gtk/gtkmenubar.c (_gtk_menu_bar_cycle_focus): Use the 
4479         new function instead of directly emitting the 
4480         signal.  (#81803, Owen Taylor)
4481
4482 Sun Dec 21 00:39:50 2003  Matthias Clasen  <maclas@gmx.de>
4483
4484         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init): 
4485         Fix the "language_set" blurb.  
4486         
4487 Sat Dec 20 22:06:03 2003  Kristian Rietveld  <kris@gtk.org>
4488
4489         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): do not invalidate
4490         all of treeview when resizing (#110074, patch from Soeren Sandmann).
4491
4492 Fri Dec 19 23:36:00 2003  Kristian Rietveld  <kris@gtk.org>
4493
4494         Fixes #108458.
4495
4496         * gtk/gtkcelllayout.[ch]: added a reorder method.
4497
4498         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_layout_init),
4499         (gtk_tree_view_column_cell_layout_reorder): implement reorder.
4500
4501         * gtk/gtkcellview.c (gtk_cell_view_cell_layout_init),
4502         (gtk_cell_view_cell_layout_reorder): ditto.
4503
4504         * gtk/gtkcombobox.c (gtk_combo_box_cell_layout_init),
4505         (gtk_combo_box_cell_layout_reorder): ditto.
4506
4507         * gtk/gtkentrycompletion.c (gtk_entry_completion_cell_layout_init),
4508         (gtk_entry_completion_reorder): ditto.
4509
4510 Fri Dec 19 22:18:19 2003  Kristian Rietveld  <kris@gtk.org>
4511
4512         * gtk/gtktreeview.c (gtk_tree_view_search_equal_func): use strstr
4513         instead of strcmp (#117127, suggestion from Soeren Sandmann).
4514
4515 Fri Dec 19 21:52:46 2003  Kristian Rietveld  <kris@gtk.org>
4516
4517         * gtk/gtkmenu.c (gtk_menu_do_insert): move item insertion logic
4518         here from gtk_menu_real_insert(),
4519         (gtk_menu_real_insert): just call gtk_menu_do_insert(),
4520         (gtk_menu_reorder_child): run _do_insert after inserting the child
4521         (unbreaks _reorder_child, reported by Tim Janik).
4522
4523 2003-12-19  Federico Mena Quintero  <federico@ximian.com>
4524
4525         * gtk/gtkfilechooserdefault.c (list_mtime_data_func): Use
4526         g_date_strftime() for UTF-8 correctness; use Julian dates to
4527         simplify the function.
4528
4529 Fri Dec 19 01:47:34 2003  Matthias Clasen  <maclas@gmx.de>
4530
4531         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_size_request): 
4532         Test extra_width, not extra_height, when determining whether to
4533         set extra_width.  (#129647, Jan Arne Petersen)
4534
4535 Fri Dec 19 01:35:34 2003  Matthias Clasen  <maclas@gmx.de>
4536
4537         Fix the behaviour of insensitive actions, which was broken
4538         when gtk_action_activate() was changed to pay attention to 
4539         sensitivity  (#129557, Christian Persch)
4540         
4541         * gtk/gtkaction.h: 
4542         * gtk/gtkaction.c (_gtk_action_emit_activate): New auxiliary
4543         function to emit an activate signal without regard to sensitivity.
4544
4545         * gtk/gtkradioaction.c: 
4546         * gtk/gtktoggleaction.c: Always use _gtk_action_emit_activate()
4547         instead of gtk_action_activate().
4548
4549 2003-12-18  Jody Goldberg <jody@gnome.org>
4550
4551         * gtk/gtkicontheme.c (gtk_icon_theme_lookup_icon)) : Add a sanity test
4552           to ensure that the base hicolor theme is installed.  Silently
4553           failing to produce icons that apps assume exist in the theme seems
4554           like a bad idea.
4555
4556 Thu Dec 18 19:13:12 2003  Kristian Rietveld  <kris@gtk.org>
4557
4558         Fixes #110249, reworked patch from Joshua N Pritikin.
4559
4560         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_get_type),
4561         (gtk_tree_model_sort_tree_drag_source_init),
4562         (gtk_tree_model_sort_row_draggable),
4563         (gtk_tree_model_sort_drag_data_get),
4564         (gtk_tree_model_sort_drag_data_delete): implement GtkTreeDragSource.
4565
4566         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_get_type),
4567         (gtk_tree_model_filter_tree_drag_source_init),
4568         (gtk_tree_model_filter_row_draggable),
4569         (gtk_tree_model_filter_drag_data_get),
4570         (gtk_tree_model_filter_drag_data_delete): ditto.
4571
4572 Thu Dec 18 18:01:01 2003  Kristian Rietveld  <kris@gtk.org>
4573
4574         * gtk/gtktreeview.c (gtk_tree_view_class_init): add key bindings
4575         for "*" and "/" (expand/collapse all). (#110195, reported by
4576         Calum Benson).
4577
4578 Thu Dec 18 17:52:56 2003  Kristian Rietveld  <kris@gtk.org>
4579
4580         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_set_property):
4581         clear the extra_attrs list if we set "text" after "markup".
4582         (Fixes #121933, Federico Mena Quintero).
4583
4584 2003-12-18  Alexander Larsson  <alexl@redhat.com>
4585
4586         * gtk/gtkicontheme.c (gtk_icon_info_get_embedded_rect):
4587         Fix typo that used the wrong x/y values for the x1, y1 point
4588         (#129605)
4589
4590 Thu Dec 18 01:41:50 2003  Kristian Rietveld  <kris@gtk.org>
4591
4592         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init),
4593         (gtk_cell_renderer_text_finalize),
4594         (gtk_cell_renderer_text_get_property),
4595         (gtk_cell_renderer_text_set_property), (get_layout): added language
4596         and language_set properties like GtkTextTag has. (#103800, reported
4597         by Owen Taylor).
4598
4599 Thu Dec 18 01:37:59 2003  Matthias Clasen  <maclas@gmx.de>
4600
4601         * gtk/gtkwidget.c (gtk_widget_activate): Correct misleading docs.
4602         * gtk/gtkbutton.c (gtk_button_class_init): Add docs for the 
4603         "activate" signal.  (#129358, Ka-Hing Cheung)
4604
4605 Thu Dec 18 01:21:59 2003  Kristian Rietveld  <kris@gtk.org>
4606
4607         * gtk/gtktreeview.c (gtk_tree_view_class_init): Jonathan got
4608         the logical flag backwards in the expand_collapse_cursor_row
4609         bindings, fixing.
4610         (gtk_tree_view_real_expand_collapse_cursor_row): invert expand
4611         flag when !logical and in RTL. (Fixes #107527, reported by
4612         Noah Levitt).
4613
4614 Thu Dec 18 01:10:16 2003  Kristian Rietveld  <kris@gtk.org>
4615
4616         * gtk/gtktreeview.c (gtk_tree_view_button_press): only start
4617         editing when activated by the left mouse button. (#106869,
4618         patch from Evan Martin).
4619
4620 Thu Dec 18 00:57:18 2003  Kristian Rietveld  <kris@gtk.org>
4621
4622         Migrating all cell renderers to use the new instance private data
4623         construction.
4624
4625         * gtk/gtktreeprivate.h: remove GtkCellRendererInfo, as it is no
4626         longer being used.
4627
4628         * gtk/gtkcellrenderer.c (gtk_cell_renderer_init),
4629         (gtk_cell_renderer_class_init), (gtk_cell_renderer_get_property),
4630         (set_cell_bg_color), (gtk_cell_renderer_render): remove old
4631         GtkCellRendererInfo handling, migrate to instance private data.
4632
4633         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_editing_done),
4634         (gtk_cell_renderer_text_start_editing): moved focus_out_id
4635         from GtkCellRendererInfo to text renderer private data.
4636
4637         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_init),
4638         (gtk_cell_renderer_pixbuf_class_init),
4639         (gtk_cell_renderer_pixbuf_finalize),
4640         (gtk_cell_renderer_pixbuf_get_property),
4641         (gtk_cell_renderer_pixbuf_set_property),
4642         (gtk_cell_renderer_pixbuf_create_stock_pixbuf),
4643         (gtk_cell_renderer_pixbuf_get_size), (gtk_cell_renderer_pixbuf_render):
4644         migrate to instance private data.
4645
4646         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_class_init),
4647         (gtk_cell_renderer_toggle_get_property),
4648         (gtk_cell_renderer_toggle_set_property),
4649         (gtk_cell_renderer_toggle_render): migrate to instance private data.
4650
4651 Thu Dec 18 00:24:32 2003  Kristian Rietveld  <kris@gtk.org>
4652
4653         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init),
4654         (gtk_cell_renderer_text_get_property),
4655         (gtk_cell_renderer_text_set_property), (get_layout): add a
4656         single-paragraph-mode property, use private instance data.
4657         (Fixes #114943, reported by Morten Welinder).
4658
4659 Thu Dec 18 00:07:01 2003  Kristian Rietveld  <kris@gtk.org>
4660
4661         * gtk/gtktreemodel.h (gtk_tree_path_new_root),
4662         (gtk_tree_model_get_iter_root): now deprecated (#106953, reported
4663         by Matthias Clasen).
4664
4665 Wed Dec 17 23:50:56 2003  Kristian Rietveld  <kris@gtk.org>
4666
4667         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_set_property):
4668         if we set a new stock_id and there was a previous stock_id, unref
4669         the pixbuf (since it was used to renderer the previous stock_id
4670         and stock_id might have been set to NULL now). (Fixes #122966).
4671
4672 2003-12-17  Marco Pesenti Gritti  <marco@gnome.org>
4673
4674         * gtk/gtktreemodelsort.c: (gtk_tree_model_sort_get_iter):
4675
4676         Check that index is not bigger than level array length
4677         also when depth is 1. Now get_iter_first correctly return
4678         FALSE when the model is empty (#129411).
4679
4680 Wed Dec 17 23:31:19 2003  Kristian Rietveld  <kris@gtk.org>
4681
4682         * gtk/gtktreeview.c (gtk_tree_view_search_equal_func): only
4683         try to strcmp or strlen if we managed to normalize and casefold
4684         the string correctly. Fixes crashes with non-UTF8 strings.
4685         (#121617, Patch from Tim-Philipp Müller).
4686
4687 Wed Dec 17 23:20:23 2003  Matthias Clasen  <maclas@gmx.de>
4688
4689         * gtk/gtkexpander.c (gtk_expander_animation_timeout): Add missing
4690         GDK_THREADS_ENTER()/GDK_THREADS_LEAVE().
4691         * gtk/gtkcalendar.c, gtk/gtkclist.c, gtk/gtkexpander.c, 
4692         gtk/gtklist.c, gtk/gtknotebook.c, gtk/gtkselection.c, 
4693         gtk/gtkspinbutton.c: Cast second argument to g_timeout_add() to
4694         GSourceFunc instead of GtkFunction.  (#129525, Olexiy Avramchenko) 
4695
4696 Wed Dec 17 23:16:45 2003  Kristian Rietveld  <kris@gtk.org>
4697
4698         * gtk/gtktreeview.c (gtk_tree_view_button_press): fix compile warning.
4699         (#122727, patch from Kjartan Maraas).
4700
4701 Wed Dec 17 21:23:01 2003  Kristian Rietveld  <kris@gtk.org>
4702
4703         Yay! Fixed height mode! Hooray! (Part 2 of #80868).
4704
4705         * gtk/gtktreeview.c (gtk_tree_view_class_init),
4706         (gtk_tree_view_init), (gtk_tree_view_set_property),
4707         (gtk_tree_view_get_property), (gtk_tree_view_set_model): add a
4708         fixed_height_mode property,
4709         (intialize_fixed_height_mode), (do_validate_rows),
4710         (column_sizing_notify), (gtk_tree_view_set_fixed_height_mode),
4711         (gtk_tree_view_style_set), (gtk_tree_view_row_changed),
4712         (gtk_tree_view_row_inserted), (gtk_tree_view_remove_column),
4713         (gtk_tree_view_insert_column): implement fixed height mode,
4714         (gtk_tree_view_append_column), (gtk_tree_view_insert_column),
4715         (gtk_tree_view_insert_column_with_attributes),
4716         (gtk_tree_view_insert_column_with_data_func): update docs.
4717
4718         * gtk/gtktreeprivate.h: add two fields to GtkTreePrivate.
4719
4720 2003-12-07  Murray Cumming  <murrayc@usa.net>
4721  
4722         * gtk/gtktreemodel.c:
4723         (row_inserted_marshal, row_deleted_marshal, rows_reorderered_marshal)
4724         Actually call the default signal handlers instead of calling the
4725         marshallers themselves in an endless loop. These default signal handler
4726         callbacks are not actually set so this is only noticed by gtkmm at
4727         the moment. Bug 123923.
4728
4729 2003-12-16  Federico Mena Quintero  <federico@ximian.com>
4730
4731         * gtk/gtkfilesystem.h (struct _GtkFileSystemIface): Added a
4732         "volumes-changed" signal.  Added the following methods:
4733                 list_volumes
4734                 volume_free
4735                 volume_get_base_path
4736                 volume_get_is_mounted
4737                 volume_mount
4738                 volume_get_display_name
4739                 volume_render_icon
4740
4741         * gtk/gtkfilesystem.c (gtk_file_system_base_init): Create the
4742         "volumes-changed" signal.
4743         (gtk_file_system_list_volumes): New function.
4744         (gtk_file_system_volume_free): New function.
4745         (gtk_file_system_volume_get_base_path): New function.
4746         (gtk_file_system_volume_get_is_mounted): New function.
4747         (gtk_file_system_volume_mount): New function.
4748         (gtk_file_system_volume_get_display_name): New function.
4749         (gtk_file_system_volume_render_icon): New function.
4750
4751         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_volume_free): Implement.
4752         (gtk_file_system_unix_volume_get_base_path): Implement.
4753         (gtk_file_system_unix_volume_get_is_mounted): Implement.
4754         (gtk_file_system_unix_volume_mount): Implement.
4755         (gtk_file_system_unix_volume_get_display_name): Implement.
4756         (gtk_file_system_unix_volume_render_icon): Implement.
4757
4758         * gtk/gtkfilechooserdefault.c (struct _GtkFileChooserDefault):
4759         Added a field for the "volumes-changed" signal connection.
4760         (gtk_file_chooser_default_set_property): Connect to
4761         "volumes-changed" on the file system.
4762         (gtk_file_chooser_default_finalize): Disconnect from
4763         "volumes-changed".
4764
4765         * gtk/gtkfilechooserdefault.c (shortcuts_remove_rows): New helper
4766         function.
4767         (shortcuts_get_index): New helper function.
4768         (shortcuts_insert_path): Can now insert volumes as well as paths.
4769         (shortcuts_append_paths): Don't take is_file_system_root.
4770         (shortcuts_add_volumes): New function.
4771         (shortcuts_append_file_system_roots): Removed.
4772         (create_shortcuts_model): Use shortcuts_add_volumes().
4773         (remove_bookmark_button_clicked_cb): Check that the index is
4774         within range.
4775         (bookmarks_check_add_sensitivity): Take volumes into account.
4776         (shortcuts_get_selected_index): New helper function.
4777         (remove_bookmark_button_clicked_cb): Use
4778         shortcuts_get_selected_index().
4779         (bookmarks_check_remove_sensitivity): Likewise.
4780         (shortcuts_select_func): Likewise.
4781         (shortcuts_row_activated_cb): Handle volumes as well as normal
4782         paths.
4783         (shortcuts_activate_volume): New function.
4784         (struct _GtkFileChooserDefault): Removed the bookmarks_set and
4785         bookmarks_iter fields.
4786         (shortcuts_append_bookmarks): Use shortcuts_remove_rows().
4787         (bookmarks_changed_cb): Use shortcuts_add_bookmarks().
4788         (remove_bookmark_rows): Removed.
4789         (shortcuts_add_bookmarks): New function; moved most of the code
4790         over from shortcuts_append_bookmarks().
4791         (shortcuts_append_bookmarks): Add the separator node here, and
4792         then call shortcuts_add_bookmarks().
4793
4794 Tue Dec 16 15:01:10 2003  Manish Singh  <yosh@gimp.org>
4795
4796         * gtk/gtkfilechooserwidget.c: fix preprocessor conditional confusion.
4797         (G_OS_UNIX/G_OS_WIN32 stuff)
4798
4799 Tue Dec 16 01:46:46 2003  Matthias Clasen  <maclas@gmx.de>
4800
4801         Do not interpret distant clicks as double-clicks  (#116541,
4802         Bernhard Walle):
4803         
4804         * gdk/gdkdisplay.h (struct GdkDisplay): Add new fields
4805         double_click_distance, button_x and button_y.
4806         * gdk/gdkdisplay.c (gdk_display_init): Initialize the new fields.
4807
4808         * gdk/gdkdisplay.h: 
4809         * gdk/gdkevents.c (gdk_display_set_double_click_distance): 
4810         New function to set the double click distance on a display.
4811
4812         * gdk/gdkevents.c: Take double click distance into account
4813         when generating single, double or triple clicks.
4814
4815         * gtk/gtksettings.c: Add new setting "gtk-double-click-distance".
4816
4817         * gdk/x11/gdkevents-x11.c: Add the XSetting 
4818         "Net/DoubleClickDistance" and map it to "gtk-double-click-distance".
4819
4820 2003-12-15  Federico Mena Quintero  <federico@ximian.com>
4821
4822         * gtk/gtkdialog.c: Sigh, revert the change.
4823
4824 2003-12-15  Federico Mena Quintero  <federico@ximian.com>
4825
4826         * gtk/gtkdialog.c (dialog_has_cancel): Removed.
4827         (gtk_dialog_close): Don't call dialog_has_cancel().  At least
4828         allows sane behavior for #101293.
4829
4830 Mon Dec 15 00:56:54 2003  Matthias Clasen  <maclas@gmx.de>
4831
4832         * gtk/gtkbutton.[hc]: Add new properties, xalign and yalign, with
4833         getter and setter gtk_button_[sg]et_alignment(), to set the
4834         alignment of the child.  (#70961, Jody Goldberg)
4835
4836 2003-12-14  Hans Breuer  <hans@breuer.org>
4837
4838         * gtk/gtkprivate.h gtk/gtkmain.c : handle GTK_DATADIR
4839         similar as the other filesystem placement 'constants' (dynamic
4840         resolving on win32)
4841
4842         * gtk/gtkfilechooserwidget.c : handle file system to win32
4843         renaming here as will
4844         * gtk/gtkfilesystemwin32.c : implement render_icon
4845
4846         * gtk/gtk.def gdk/gdk.def : updated externals
4847
4848         * gdk/win32/gdkdisplay-win32.c : make it compile without
4849         <multimon.h> - i.e. even older sdk
4850
4851         * gdk/win32/gdkevents-win32.c : match resize_timer_proc
4852         with TIMERPROC prototype
4853
4854         * gdk/win32/gdkwindow-win32.c : older msvc does not know
4855         BITMAPV5HEADER (from win xp) either
4856
4857         * gtk/gtkimmodule.c : make it compile even if GTK_LOCALEDIR is
4858         not defined
4859
4860         * tests/testfilechooser.c : recent GLib crashes on 
4861         g_print ("%s", NULL) so avoid this
4862
4863 2003-12-14  Tor Lillqvist  <tml@iki.fi>
4864
4865         * gdk/win32/gdkselection-win32.c: Calls to OpenClipboard() must be
4866         followed by calls to CloseClipboard(). Add a missing call to
4867         CloseClipboard(). Found by Adam Wright, fixes #104944. Use
4868         API_CALL macro in more places.
4869
4870 2003-12-14  Tor Lillqvist  <tml@iki.fi>
4871
4872         Merge from stable:
4873
4874         * gdk/gdkdisplaymanager.c: Mark default_display static.
4875
4876         * gdk/win32/gdkdnd-win32.c: Mark current_dest_drag static.
4877
4878         * gdk/win32/gdkkeys-win32.c: Disable some overly verbose debugging
4879         output.
4880
4881         * gdk/win32/gdkevents-win32.c: Clean up the debugging output from
4882         --gdk-debug=events. In general, output just one line of debugging
4883         output for each Windows message, plus one line for each GDK event
4884         generated. Indent all lines according to window procedure nesting
4885         level.
4886
4887         (inner_window_procedure): Rename from real_window_procedure.
4888
4889         (find_real_window_for_grabbed_mouse_event): Don't get misled when
4890         the point is in the non-client (decoration) area of the window
4891         returned by WindowFromPoint(). Return the root window in that
4892         case.
4893
4894         (build_pointer_event_state): Test also MK_XBUTTON1 and
4895         MK_XBUTTON2 (buttons 4 and 5).
4896
4897         (synthesize_enter_event): Track the mouse leaving the window in
4898         the event being generated, not the one mentioned in the Windows
4899         message.
4900
4901         (propagate): Test for NULL parent earlier. Improves event
4902         generation from a grabbed pointer. Part of fix for #107320.
4903
4904         (handle_stuff_while_moving_or_resizing): New function, to
4905         dispatch the main loop (once).
4906
4907         (resize_timer_proc): New function, set to be called by an inerval
4908         timer during resizes/moves. Calls handle_stuff_while_moving_or_resizing().
4909
4910         (gdk_event_translate): Drop unused return_exposes parameter.
4911
4912         Handle WM_XBUTTONDOWN and UP messages (buttons 4 and 5).
4913
4914         On WM_SYSKEYUP, generate a key release event also for just the Alt
4915         key.
4916
4917         On WM_MOUSELEAVE, generate a leave event of type
4918         GDK_NOTIFY_ANCESTOR (and not UNKNOWN) if the mouse left a
4919         top-level window, and left the app completely.
4920
4921         On WM_ENTERSIZEMOVE, set a flag, and start an interval timer that
4922         calls resize_timer_proc() at regular intervals. On
4923         WM_EXITSIZEMOVE, kill the timer.
4924
4925         On WM_WINDOWPOSCHANGED, generate a configure event if necessary,
4926         and dispatch the main loop (by calling
4927         handle_stuff_while_moving_or_resizing()). Fixes #99540, idea by
4928         Herman Bloggs.
4929
4930         * gdk/win32/gdkmain-win32.c (_gdk_win32_message_to_string): Handle
4931         also wintab messages.
4932
4933         * gdk/win32/gdkwindow-win32.c (gdk_window_set_skip_taskbar_hint):
4934         Instead of using WS_EX_TOOLWINDOW, implement by setting/unsetting
4935         the window's owner. Fixes #118093, reported by Maxime Romano.
4936
4937 Tue Dec  8 09:41:00 2003  Tim Evans  <t.evans@aranz.com>
4938
4939         * gdk/win32/gdkwindow-win32.[ch]: Implement
4940         gdk_window_set_icon_list() for Win32, with support for big and
4941         small icons and support for alpha-channel icons under Windows
4942         XP. Replaces the previous implementation of gdk_window_set_icon().
4943         (#128762)
4944         
4945 Sun Dec 14 01:28:23 2003  Matthias Clasen  <maclas@gmx.de>
4946
4947         * gdk/x11/gdkprivate-x11.h: 
4948         * gdk/x11/gdkx.h: 
4949         * gdk/x11/gdkevents-x11.c (gdk_x11_register_standard_event_type): 
4950         Rename from _gdk_x11_register_event_type(), added API docs.
4951         * gdk/x11/gdkinput-x11.c (_gdk_input_common_init): 
4952         * gdk/x11/gdkimage-x11.c (_gdk_windowing_image_init): Adjust
4953         all callers.  (#121471, Bill Haneman)
4954
4955 Sat Dec 13 23:37:50 2003  Matthias Clasen  <maclas@gmx.de>
4956
4957         * gdk/gdkdraw.c (gdk_draw_pixbuf): Document that the clip mask
4958         of gc is ignored.  (#101983, Sebastian Rittau)
4959
4960 Sat Dec 13 16:13:27 2003  Kristian Rietveld  <kris@gtk.org>
4961
4962         A trick for a faster treeview, step 1. Patch to short circuit
4963         _build_tree(), inspired by Jonathan (#80868).
4964
4965         * gtk/gtktreeview.c (gtk_tree_view_init): don't put _IS_LIST in
4966         flags by default,
4967         (gtk_tree_view_build_tree): don't even try to recurse when the
4968         model says that it is a list, remove flag unsetter,
4969         (gtk_tree_view_set_model): change flag setting logic.
4970
4971         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_get_flags):
4972         propagate whether or not the child model has _IS_LIST set.
4973
4974         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_get_flags):
4975         ditto.
4976
4977 Sat Dec 13 02:33:17 2003  Matthias Clasen  <maclas@gmx.de>
4978
4979         * gtk/gtkrange.c (gtk_range_scroll): Undo the last change, 
4980         since it broke logical keynav. 
4981         * gtk/gtkrange.c (range_get_scroll_for_grab): Fix stepper
4982         direction in inverted scrollbars here instead.
4983
4984 Sat Dec 13 00:39:24 2003  Matthias Clasen  <maclas@gmx.de>
4985
4986         * gtk/gtkviewport.c (viewport_set_hadjustment_values): Implement
4987         "gravity" for RTL mode in a better way: Keep the distance from 
4988         the upper end of the page to the upper bound constant. This also 
4989         fixes problems with the initial position of the viewport in RTL 
4990         mode.  (#129063)
4991         
4992 Fri Dec 12 21:00:12 2003  Kristian Rietveld  <kris@gtk.org>
4993
4994         Combo box flipping support.
4995
4996         * gtk/gtkcombobox.c (gtk_combo_box_menu_position),
4997         (gtk_combo_box_size_allocate): support RTL flipping (#126518,
4998         patch from Matthias Clasen),
4999         (gtk_combo_box_popup): fix popup window alignment if there's a
5000         cell view frame visible (#126518, patch from Semion Chichelnitsky).
5001
5002         * gtk/gtkcellview.c (gtk_cell_view_expose): support RTL flipping
5003         (#128348, patch from Semion Chichelnitsky).
5004
5005 Fri Dec 12 01:13:34 2003  Matthias Clasen  <maclas@gmx.de>
5006
5007         * examples/gtkdial/gtkdial.c:
5008         * examples/menu/menu.c:
5009         * examples/scribble-xinput/scribble-xinput.c:
5010         * examples/progressbar/progressbar.c:
5011         * docs/tutorial/gtk-tut.sgml: Remove deprecated functions
5012         in examples. (#129074, Olexiy Avramchenko)
5013         * examples/calendar/Makefile:
5014         * examples/rangewidgets/Makefile:
5015         * examples/menu/Makefile: Allow deprecated functions in
5016         examples which use deprecated widgets.
5017
5018 Fri Dec 12 00:43:16 2003  Matthias Clasen  <maclas@gmx.de>
5019
5020         * gdk/gdk.c (gdk_threads_set_lock_functions): 
5021         * gdk/x11/gdkspawn-x11.c: Add "Since: 2.4" to doc comments.
5022
5023 Fri Dec 12 00:05:31 2003  Matthias Clasen  <maclas@gmx.de>
5024
5025         * gtk/gtkrange.c (gtk_range_scroll): Fix direction of 
5026         steppers in inverted scrollbars.  (#129084, Olexiy Avramchenko)
5027
5028 Thu Dec 11 23:50:30 2003  Matthias Clasen  <maclas@gmx.de>
5029
5030         * gtk/gtknotebook.c (gtk_notebook_pages_allocate): Don't 
5031         unnecessarily reserve space for arrows in RTL mode.  (#129075,
5032         Semion Chichelnitsky)
5033
5034 Thu Dec 11 00:35:12 2003  Matthias Clasen  <maclas@gmx.de>
5035
5036         Changes to allow "no input" windows (#64613):
5037         
5038         * gdk/gdkwindow.h (struct _GdkWindowObject): Add a new boolean
5039         field accept_focus.
5040         
5041         * gdk/gdkwindow.h (gdk_window_set_accept_focus): New function to
5042         set it.
5043
5044         * gtk/gtkwindow.[hc]: Add a boolean property "accept_focus"
5045         and gtk_window_get_focus() and gtk_window_set_focus().
5046
5047         * gdk/win32/gdkwindow-win32.c (gdk_window_new): 
5048         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_new): 
5049         * gdk/x11/gdkwindow-x11.c (gdk_window_set_new):
5050         Initialize the accept_focus field to TRUE.
5051
5052         * gdk/win32/gdkwindow-win32.c (gdk_window_set_accept_focus): 
5053         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_set_accept_focus): 
5054         * gdk/x11/gdkwindow-x11.c (gdk_window_set_accept_focus): 
5055         Implementations for the various backends. The Win32 and linux-fb
5056         implementations set the accept_focus field, but don't use it yet 
5057         to actually implement noinput windows. The X implementation updates
5058         the WM_HINTS to select the globally active input model (see the
5059         ICCCM) if accept_focus is FALSE.
5060
5061         * gdk/x11/gdkevents-x11.c (gdk_wm_protocols_filter): Ignore the
5062         WM_TAKE_FOCUS message if accept_focus is FALSE.
5063         
5064 2003-12-10  Federico Mena Quintero  <federico@ximian.com>
5065
5066         * gtk/gtkfilechooserdefault.c (struct _GtkFileChooserDefault):
5067         Added toolbar items for the filter separator and the filter item.
5068         (toolbar_create): Add the filter widgets here.
5069         (filter_create): Renamed from create_filter().  Don't store the
5070         alignment in the impl structure, just return it.
5071         (toolbar_show_filters): New function.
5072         (gtk_file_chooser_default_add_filter): Use toolbar_show_filters().
5073         (gtk_file_chooser_default_remove_filter): Likewise.
5074         (gtk_file_chooser_default_constructor): Don't create the filter
5075         widget here.
5076         (struct _GtkFileChooserDefault): Added a field for a current
5077         folder label.
5078         (gtk_file_chooser_default_constructor): Create the folder label.
5079         (gtk_file_chooser_default_set_current_folder): Set the current
5080         folder label.
5081
5082         * tests/testfilechooser.c (main): Dramatically improved the
5083         usability of the extra widget through careful word choice.
5084
5085 2003-12-10  Mark McLoughlin  <mark@skynet.ie>
5086
5087         * gdk/gdk.h: include gdkspawn.h.
5088
5089 2003-12-10  Mark McLoughlin  <mark@skynet.ie>
5090
5091         * gdk/linux-fb/gdkspawn-fb.c,
5092           gdk/win32/gdkspawn-win32.c,
5093           gdk/x11/gdkspawn-x11.c: (gdk_spawn_command_line_on_screen):
5094         s/gdk_spawn/gdk_spawn_on_screen/.
5095
5096 2003-12-10  Mark McLoughlin  <mark@skynet.ie>
5097
5098         Utility functions for multi-screen applications which need
5099         to ensure launched applications appear on a certain screen.
5100         See bug #95897.
5101         
5102         * gdk/gdkspawn.h: header for multi-screen launching
5103         support.
5104         
5105         * gdk/Makefile.am: install gdkspawn.h.
5106         
5107         * gdk/x11/Makefile.am:
5108         * gdk/x11/gdkspawn-x11.c:
5109         (gdk_spawn_make_environment_for_screen): private function
5110         to create an environment vector with DISPLAY set appropriately
5111         for the screen.
5112         (gdk_spawn_on_screen): multi-screen version of g_spawn_async().
5113         (gdk_spawn_on_screen_with_pipes): version of g_spawn_async_with_pipes().
5114         (gdk_spawn_command_line_on_screen): version of g_spawn_command_line_async().
5115         
5116         * gdk/linux-fb/Makefile.am,
5117           gdk/linux-fb/gdkspawn-fb.c: linux-fb impl.
5118         
5119         * gdk/win32/Makefile.am,
5120           gdk/win32/gdkspawn-win32.c: win32 impl.
5121
5122 2003-12-09  Federico Mena Quintero  <federico@ximian.com>
5123
5124         * gtk/gtkfilechooserdefault.c (shortcuts_append_home): Use "Home"
5125         rather than "Username's Home" (#125964).
5126         (shortcuts_selection_changed_cb): New callback, check the
5127         sensitivity of the Remove Bookmark button at the right time.
5128         (shortcuts_row_activated_cb): It is not necessary to check the
5129         sensitivity here.
5130
5131 Wed Dec 10 00:06:24 2003  Matthias Clasen  <maclas@gmx.de>
5132
5133         Improve the GDK API for dealing with group leaders (#119375):
5134         
5135         * gdk/gdkwindow.h: 
5136         * gdk/x11/gdkwindow-x11.c (gdk_window_get_group): New function to 
5137         get the group leader of a toplevel window as a GdkWindow.
5138
5139         * gdk/gdkdisplay.h: 
5140         * gdk/x11/gdkdisplay-x11.c (gdk_display_get_default_group): New 
5141         function to get the default group leader as a GdkWindow.
5142
5143         * gdk/x11/gdkdisplay-x11.h (struct _GdkDisplayX11): Add a field for
5144         the GdkWindow of the default group leader.
5145         
5146         * gdk/x11/gdkdisplay-x11.c (gdk_display_open): Construct the GdkWindow
5147         for the default group leader.
5148
5149 2003-12-09  Noah Levitt  <nlevitt@columbia.edu>
5150
5151         * gdk/gdkkeysyms.h:
5152         * gdk/gdkkeyuni.c: Add keysyms Ukrainian_ghe_with_upturn,
5153         Ukrainian_GHE_WITH_UPTURN. (#128529)
5154
5155 2003-12-08  Jan Arne Petersen  <jpetersen@uni-bonn.de>
5156
5157         * gtk/gtkfilechooserdefault.c:
5158         (gtk_file_chooser_default_get_paths), (entry_activate): Use the
5159         behavior of the GtkFileSelection to determine selected paths in
5160         single selected, GTK_FILE_CHOOSER_ACTION_SAVE mode.
5161
5162 2003-12-08  Federico Mena Quintero  <federico@ximian.com>
5163
5164         * gtk/gtkfilechooserdefault.c
5165         (gtk_file_chooser_default_get_paths): Don't declare the closure
5166         struct twice.
5167         (get_paths_foreach): Likewise.
5168
5169 Tue Dec  9 00:12:36 2003  Matthias Clasen  <maclas@gmx.de>
5170
5171         * gtk/gtkfilesystemwin32.[hc]: s/Unix/Win32/g. 
5172
5173 2003-12-08  Tor Lillqvist  <tml@iki.fi>
5174
5175         * gdk/win32/gdkdisplay-win32.c: Use <multimon.h> when compiling
5176         with MSVC and old headers. (#126933, John Ehresman)
5177
5178 Mon Dec  8 10:54:44 2003  Owen Taylor  <otaylor@redhat.com>
5179          
5180         * === Released 2.3.1 ===
5181
5182         * NEWS: Updates for 2.3.1
5183
5184         * configure.in: Version 2.3.1, interface age 0, binary age 301.
5185
5186         * gtk/gtkmenuitem.c (gtk_menu_item_can_activate_accel):
5187         Rename from gtk_menu_item_real_can_activate_accel() to
5188         match GTK+ convention, improve comment.
5189
5190         * gtk/gtkwidget.c: Document gtk_widget_can_activate_accel(),
5191         can ::can-activate-accel signal.
5192
5193         * gtk/gtkwidget.c (closure_accel_activate): Fix spelling
5194         in comment.
5195
5196         * gtk/gtkmenu.c (gtk_menu_real_can_activate_accel): Clean 
5197         up comment.
5198         
5199         * gtk/gtkcellview{,menuitem}.[ch]: Move GET_PRIVATE() macros
5200         into the .c file.
5201
5202 Mon Dec  8 12:09:21 2003  Owen Taylor  <otaylor@redhat.com>
5203
5204         * gtk/gtkicontheme.c (find_builtin_icon): Fix a
5205         missing 'else'. (#128816, Jorn Baayen)
5206
5207 2003-12-02  Michael Meeks  <michael@ximian.com>
5208
5209         Based on a patch by Martin Kretzschmar; #122448
5210         
5211         * gdk/gdk.h: new gdk_threads_lock, gdk_threads_unlock, point to
5212         implementation of GDK_THREADS_ENTER / GDK_THREADS_LEAVE.
5213         (GDK_THREADS_ENTER, GDK_THREADS_LEAVE): use gdk_threads_[un]lock
5214         function pointers. Deprecate the global gdk_threads_mutex variable.
5215         
5216         * gdk/gdk.c (gdk_threads_impl_lock, gdk_threads_impl_unlock): new,
5217         extracted from GTK_THREADS_ENTER/LEAVE macros.
5218         (gdk_threads_init): init gtk_threads_[un]lock if not set.
5219         (gdk_threads_set_lock_functions): impl.
5220
5221         * gdk/gdkglobals.c: add definitions of gdk_threads_[un]lock.
5222
5223 Sun Dec  7 23:45:40 2003  Matthias Clasen  <maclas@gmx.de>
5224
5225         * gtk/gtkicontheme.c (gtk_icon_theme_has_icon): Don't crash if
5226         icon_theme_builtin_icons hasn't been initialized.  (#128726, Diego
5227         Gonzalez)
5228
5229 2003-12-07  Tor Lillqvist  <tml@iki.fi>
5230
5231         * gdk/win32/gdkwindow-win32.c (gdk_window_set_icon): Don't use the
5232         return value from SendMessage(WM_SETICON). That is the old
5233         icon. Fixes GDI resource leak. (#128559, Tim Evans)
5234
5235         * gdk/win32/gdkevents-win32.c (gdk_pointer_grab): If we already
5236         have a pointer grab active with a grab cursor set, destroy that
5237         cursor to avoid a GDI resource leak. (#128410, Tim Evans)
5238
5239 2003-12-05  Paisa Seeluangsawat  <paisa@users.sf.net>
5240
5241         * configure.in: Added Thai (th) to ALL_LINGUAS.
5242
5243 Sat Dec  6 01:42:04 2003  Matthias Clasen  <maclas@gmx.de>
5244
5245         * gtk/gtkalignment.c (gtk_alignment_size_allocate): Implement
5246         RTL flipping for GtkAlignment.  (#127585)
5247
5248 Sat Dec  6 01:13:09 2003  Matthias Clasen  <maclas@gmx.de>
5249
5250         * gtk/gtkcombo.c (gtk_combo_get_pos): Fix the position of the 
5251         popup window when in RTL mode.  (#127578)
5252
5253 Fri Dec  5 15:30:16 2003  Manish Singh  <yosh@gimp.org>
5254
5255         * gtk/gtkaccelgroup.c (quick_accel_find): Applied patch from
5256         Ross McFarland <rwmcfa1@neces.com>, initialize *count_p to 0
5257         before doing anything to prevent garbage returns.
5258
5259 Sat Dec  6 00:23:46 2003  Matthias Clasen  <maclas@gmx.de>
5260
5261         * gtk/gtkviewport.c: Implement RTL flipping for 
5262         GtkViewport: Adjust the "gravity" when resizing
5263         This is a bit flickery in RTL mode.  (#107526)
5264
5265 Sat Dec  6 00:22:14 2003  Matthias Clasen  <maclas@gmx.de>
5266
5267         * gtk/gtkscrolledwindow.c: Implement RTL flipping for 
5268         GtkScrolledWindow: the vertical scrollbar shows up on the left
5269         side in RTL mode.  (#107526)
5270
5271 Fri Dec  5 01:58:33 2003  Matthias Clasen  <maclas@gmx.de>
5272
5273         * gtk/gtknotebook.c: Implement RTL flipping for GtkNotebook:
5274         tabs displayed at the top/bottom are rearranged, and tabs on
5275         the left/right are displayed at the opposite edge.  (#96630)
5276
5277 2003-12-04  Mark McLoughlin  <mark@skynet.ie>
5278
5279         * gtk/gtklabel.c: (gtk_label_set_attributes_internal): Allow
5280         gtk_label_set_attributes() take NULL. See bug #128517.
5281
5282 2003-12-03  Federico Mena Quintero  <federico@ximian.com>
5283
5284         * gtk/gtkfilechooserentry.c (struct _GtkFileChooserEntry): Removed
5285         the in_change flag.
5286         (completion_idle_callback): Use a temporary list store and re-set
5287         it on the completion rather than modifying the old one.  We are
5288         re-reading the folder anyway, and this gets rid of non-atomicity
5289         problems.
5290
5291 2003-12-01  Federico Mena Quintero  <federico@ximian.com>
5292
5293         Decouple impl->current_folder from the selection in the folder
5294         tree.  This is so that going to /home/federico/.foo (e.g. from a
5295         bookmark) will work even if show_hidden == FALSE.  The folder tree
5296         needs to be fixed in this case to show such folders explicitly.
5297
5298         * gtk/gtkfilechooserdefault.c
5299         (gtk_file_chooser_default_set_current_folder): When changing
5300         folders, do the entry and list model work here, instead of
5301         tree_selection_changed().
5302         (struct _GtkFileChooserDefault): Added a changing_folder flag
5303         again, dum de dum.
5304         (tree_selection_changed): Use _gtk_file_chooser_set_current_folder_path().
5305
5306 Tue Dec  2 01:01:54 2003  Matthias Clasen  <maclas@gmx.de>
5307
5308         * gtk/gtkiconfactory.h: Remove duplicate declaration of 
5309         gtk_icon_source_set_icon_name().  (#Jeff Franks, #128269)
5310
5311 2003-12-01  Federico Mena Quintero  <federico@ximian.com>
5312
5313         Patch from Hans-Petter Jansson <hpj@ximian.com> to align the
5314         bookmarks buttons with the location entry.
5315
5316         * gtk/gtkfilechooserdefault.c
5317         (gtk_file_chooser_default_constructor): Use a GtkSizeGroup for the
5318         bookmarks buttons and the location entry.
5319
5320 2003-12-01  Federico Mena Quintero  <federico@ximian.com>
5321
5322         * gtk/gtkfilechooserdefault.c (create_shortcuts_tree): Set the
5323         shortcuts tree as a drag destination.
5324         (shortcuts_drag_data_received_cb): New callback.
5325         (get_file_info): Also fetch information on whether the file is a folder.
5326         (add_bookmark_button_clicked_cb): Use error_could_not_add_bookmark_dialog().
5327         (error_could_not_add_bookmark_dialog): New function.
5328         (shortcuts_add_bookmark_from_path): New helper function.
5329         (add_bookmark_button_clicked_cb): Use shortcuts_add_bookmark_from_path().
5330         (shortcuts_row_activated): We no longer need the changing_folder flag.
5331         (struct _GtkFileChooserDefault): Likewise.
5332
5333 Sun Nov 30 17:31:32 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
5334
5335         * gtk/gtktoolbar.c (slide_idle_handler): return TRUE if there are
5336         disappearing placeholders that are still visible.
5337
5338         * gtk/gtktoolbar.c: formatting fixes
5339
5340         * gtk/gtktoolbar.c (struct _ToolbarContent): new bit:
5341         disappearing, for placeholders that are going to disappear.
5342
5343         * gtk/gtktoolbar.c (get_item_size): return 0 for disappearing placeholders
5344
5345 Sat Nov 29 00:55:28 2003  Jonathan Blandford  <jrb@gnome.org>
5346
5347         * gtk/gtktreeview.c (gtk_tree_view_new_column_width): 
5348         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_realize_button):
5349         Patch from <chinen@jp.ibm.com> to handle RTL support for column
5350         resizers, #127874
5351
5352 Fri Nov 28 00:26:24 2003  Matthias Clasen  <maclas@gmx.de>
5353
5354         * gtk/gtkfilesystemmodel.c (gtk_file_system_model_finalize): 
5355         Don't use freed memory.  (#127698, Taavi Talvik) 
5356
5357 Fri Nov 28 00:09:10 2003  Matthias Clasen  <maclas@gmx.de>
5358
5359         * gtk/gtkfilechooserentry.c: Remove debug g_print()s. 
5360
5361 Thu Nov 27 22:17:50 2003  Matthias Clasen  <maclas@gmx.de>
5362
5363         * gtk/gtkuimanager.c: Remove debug define.
5364
5365 Thu Nov 27 16:19:03 2003  Tim Janik  <timj@gtk.org>
5366
5367         * gtk/gtkmenu.c: allow accel activation depending on sensitivity
5368         and the attach widget.
5369
5370         * gtk/gtkmenuitem.c: allow accel activation depending on visibility,
5371         sensitivity and the parent menu.
5372
5373         * gtk/gtkwidget.[hc]: introduced ::can-activate-accel signal which
5374         checks whether accelerators may activate a widget. the default handler
5375         demands the widget be sensitive and visible+viewable.
5376
5377         * gtk/gtkaccelgroup.[hc]: export gtk_accel_group_activate().
5378
5379 Tue Nov 25 00:10:05 2003  Matthias Clasen  <maclas@gmx.de>
5380
5381         * gtk/gtkuimanager.c (update_node): Don't show accelerators in
5382         popup menus.  (#127227)
5383
5384 Mon Nov 24 13:47:39 GMT 2003  Tony Gale <gale@gtk.org>
5385
5386         * docs/faq/gtk-faq.sgml: start 2.x Section 4 updates
5387
5388 Mon Nov 24 04:05:15 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
5389
5390         * gtk/gtkradiotoolbutton.[ch]
5391         (gtk_radio_tool_button_new_from_widget): Make this function take a
5392         GtkRadioToolButton instead of a GtkWidget. (#127729, Murray
5393         Cumming)
5394
5395 Mon Nov 24 02:34:00 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
5396
5397         * gtk/gtktoolbar.c: remove variables in_dnd and leaving_dnd
5398
5399 Mon Nov 24 02:19:33 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
5400
5401         * gtk/gtktoolbar.c: remove variable
5402         n_overflowed_menu_items_when_dnd_started
5403
5404 Mon Nov 24 01:47:10 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
5405
5406         Rework sliding algorithm.
5407         - No more weird jumping when items are dragged off and added to
5408         the toolbar,
5409         - More natural item movement
5410
5411         * gtk/gtktoolbar.c (gtk_toolbar_size_allocate): Many changes. This
5412         function is now responsible for calculating intermediate positions
5413         during item sliding. It is also responsible for starting sliding
5414         if items disappear.  Also turn off expanding when there is an
5415         overflow menu.
5416         (gtk_toolbar_begin_sliding, stop_sliding): New functions.
5417         (slide_idle_handler): New function. All the sliding is now done by
5418         gtk_toolbar_size_allocate(), so the idle handler now just checks
5419         if there is more sliding to be done.
5420         (compute_intermediate_allocation, position): new functions
5421         calculating intermediate steps in the slide animations. The new
5422         animation algorithm uses a constant speed instead of a constant
5423         must-be-finished-within time.
5424         (struct _ToolbarContent): use 
5425         GtkAllocation goal_allocation; and 
5426         GtkAllocation start_allocation; instead of 
5427         gint start/goal_width;
5428
5429         * gtk/gtktoolitem.c (gtk_tool_item_set_tooltip): fix typo in
5430         documentation
5431
5432 Sun Nov 23 22:26:25 2003  Matthias Clasen  <maclas@gmx.de>
5433
5434         * gtk/gtktooltips.c (gtk_tooltips_draw_tips): Make tooltip 
5435         positioning Xinerama-aware.  (#127332)
5436
5437 Fri Nov 21 01:57:21 2003  Matthias Clasen  <maclas@gmx.de>
5438
5439         * gdk/x11/gdkscreen-x11.c (init_xinerama_support): Make monitor
5440         boundaries visible in fake Xinerama mode.
5441
5442 Thu Nov 20 15:41:56 2003  Manish Singh  <yosh@gimp.org>
5443
5444         * gtk/gtkmenu.c (gtk_menu_set_tearoff_state): cast to GTK_WIDGET()
5445         for the gtk_widget_hide() call.
5446
5447 Thu Nov 20 14:51:41 2003  Jonathan Blandford  <jrb@redhat.com>
5448
5449         * gtk/gtktreedatalist.c (gtk_tree_data_list_compare_func): Patch
5450         from David Hampton to fix sorting on booleans.
5451
5452 Thu Nov 20 15:48:03 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
5453
5454         * gtk/gtksocket.c (gtk_socket_focus): Use gtk_widget_is_focus()
5455         instead of GTK_WIDGET_HAS_FOCUS. (#122327, Owen Taylor. Reported
5456         by Frederic Crozat).
5457
5458 Thu Nov 20 13:10:29 GMT 2003  Tony Gale <gale@gtk.org>
5459
5460         * docs/faq/gtk-faq.sgml: Update Section 3 to 2.x
5461
5462 2003-11-19  Federico Mena Quintero  <federico@ximian.com>
5463
5464         Fixes to problems reported by Iain Holmes:
5465
5466         * gtk/gtkfilechooserdefault.c (shortcuts_append_desktop): Do not
5467         throw up an error dialog if the desktop doesn't exist.
5468         (error_message): Handle the case where there is no real toplevel
5469
5470         yet.
5471         (list_model_filter_func): Always let folders pass through (patch
5472         by Dave Malcolm).
5473
5474 Wed Nov 19 23:19:23 2003  Kristian Rietveld  <kris@gtk.org>
5475
5476         * gtk/gtkcombobox.[ch] (gtk_combo_box_scroll_event): move function
5477         to a somewhat more logical place,
5478         (gtk_combo_box_remove_text): New function (#125262, Owen Taylor).
5479
5480 Wed Nov 19 22:15:01 2003  Kristian Rietveld  <kris@gtk.org>
5481
5482         * gtk/gtkentry.c (gtk_entry_completion_timeout): always resize
5483         the popup when it is visible, popdown when there are less chars
5484         than the minimum key length in the entry,
5485         (gtk_entry_completion_changed): popdown when the entry is empty.
5486
5487         * gtk/gtkentrycompletion.c (gtk_entry_completion_init): set the
5488         size request of the vscrollbar to (-1, 0), to get a nicely sized
5489         completion treeview (Fixes #126573, reported by Piers Cornwell),
5490         (_gtk_entry_completion_resize_popup): show/hide the action_view
5491         based on items.
5492
5493 2003-11-19  Federico Mena Quintero  <federico@ximian.com>
5494
5495         * gtk/gtkfilechooserdialog.c (gtk_file_chooser_dialog_init): Turn
5496         off the dialog's separator (thanks to Iain Holmes).
5497
5498 Wed Nov 19 18:15:00 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
5499
5500         * gtk/gtkmenu.c (DEFAULT_POPUP_DELAY): set to 200 instead of 225
5501         * gtk/gtkmenuitem.c (get_minimum_width): Impose a minimum width
5502         on items that have a submenu. (#120104).
5503
5504 Wed Nov 19 18:11:08 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
5505
5506         * gtk/gtktoolbar.c (struct _ToolbarContent): Add a new
5507         "ItemState" field indicating the overflowed-ness etc. of the item.
5508         (gtk_toolbar_size_allocate): update the field here.
5509
5510 2003-11-19  Federico Mena Quintero  <federico@ximian.com>
5511
5512         * gtk/gtkfilechooserdefault.c (create_filter): Don't add padding
5513         to the alignment.  Use the HIG-specified spacing between the
5514         filter label and the combo.
5515         (create_filename_entry): Use HIG-specified spacing between the
5516         location label and the entry.
5517         (gtk_file_chooser_default_constructor): Don't use vertical padding
5518         around the filename entry.
5519
5520 2003-11-19  Federico Mena Quintero  <federico@ximian.com>
5521
5522         * gtk/gtkfilesystem.h (struct _GtkFileSystemIface): Added a
5523         render_icon virtual method.
5524
5525         * gtk/gtkfilesystem.c (gtk_file_system_render_icon): New function.
5526
5527         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_render_icon):
5528         Implement as a stub for now.
5529
5530         * gtk/gtkfilechooserdefault.c (shortcuts_insert_path): Use
5531         gtk_file_system_render_icon().
5532         (list_icon_data_func): Likewise.
5533         (toolbar_create): Set the toolbar style to icons only.
5534
5535         * gtk/gtkfilechooser.c (gtk_file_chooser_add_shortcut_folder_uri):
5536         Fix doc comments.
5537
5538 Wed Nov 19 02:18:37 2003  Matthias Clasen  <maclas@gmx.de>
5539
5540         * gtk/gtkmenu.c (gtk_menu_set_tearoff_state): Call 
5541         gtk_widget_hide(menu) when reattaching the menu.  (#126057) 
5542
5543 Wed Nov 19 00:06:04 2003  Kristian Rietveld  <kris@gtk.org>
5544
5545         * gtk/gtkentrycompletion.c (gtk_entry_completion_selection_changed):
5546         only unselect all items if the treeview has focus. (Fixes bug
5547         reported by Marco Pesenti Gritti).
5548
5549 Tue Nov 18 22:26:30 2003  Kristian Rietveld  <kris@gtk.org>
5550
5551         * gtk/gtkentry.c (gtk_entry_completion_key_press): the total
5552         number of actions is "matches + actions - 1". (Fixes #126572).
5553
5554 Tue Nov 18 21:05:05 2003  Christian Persch  <chp@cvs.gnome.org>
5555
5556         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_row_inserted): fix
5557         mem leaks (#119435).
5558
5559 Tue Nov 18 20:51:38 2003  Kristian Rietveld  <kris@gtk.org>
5560
5561         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_row_deleted): don't
5562         try to fetch the child back, since we do know that it is already
5563         gone by now (#126493, Marco Pesenti Gritti).
5564
5565 Tue Nov 18 19:47:59 2003  Kristian Rietveld  <kris@gtk.org>
5566
5567         Fixes based on comments from Owen Taylor, #125264.
5568
5569         * gtk/gtkcellview.[ch] (gtk_cell_view_finalize): remove unused
5570         variable,
5571         (gtk_cell_view_set_value), (gtk_cell_view_set_displayed_model): queue
5572         a resize,
5573         (gtk_cell_view_get_size_of_row): new function,
5574         (gtk_cell_view_set_value), (gtk_cell_view_set_valuesv),
5575         (gtk_cell_view_set_values), (gtk_cell_view_set_model),
5576         (gtk_cell_view_set_displayed_row), (gtk_cell_view_get_displayed_row):
5577         s/cellview/cell_view/ in the function definitions, so they match
5578         with the header file.
5579
5580         * gtk/gtkcombobox.c (gtk_combo_box_remeasure): remove the resize
5581         flag again (:, and use gtk_cell_view_get_size_of_row instead of
5582         the measurer, remove _set_size_request call,
5583         (gtk_combo_box_calc_requested_width): use gtk_cell_view_get_size_of_row
5584         instead of the measurer,
5585         (gtk_combo_box_style_set): queue a resize,
5586         (gtk_combo_box_size_request): update of _remeasure call,
5587         (gtk_combo_box_init), (gtk_combo_box_cell_layout_pack_start),
5588         (gtk_combo_box_cell_layout_pack_end),
5589         (gtk_combo_box_cell_layout_clear),
5590         (gtk_combo_box_set_model): get rid of the measurer,
5591         (gtk_combo_box_cell_layout_add_attribute),
5592         (gtk_combo_box_cell_layout_set_cell_data_func),
5593         (gtk_combo_box_cell_layout_clear_attributes): ditto and queue a
5594         resize instead of calling _remeasure.
5595
5596 Mon Nov 17 16:25:04 2003  Manish Singh <yosh@gimp.org>
5597
5598         * gdk-pixbuf/Makefile.am
5599         * modules/input/Makefile.am: Use install-data-hook for
5600         gdk-pixbuf.loaders and gtk.immodules install generation targets.
5601         Fixes #112806.
5602
5603         * gtk/gtkexpander.h: Apply missing declarations from #124449.
5604
5605 Tue Nov 18 00:12:55 2003  Matthias Clasen  <maclas@gmx.de>
5606
5607         Fix for #119555, Peter Zelezny:
5608         
5609         * gdk/gdkdrawable.h: Declare gdk_drawable_copy_to_image.
5610         * gdk/gdkdraw.c (gdk_drawable_copy_to_image): Make public
5611         by removing the _ prefix. 
5612         * gdk/gdkdraw.c, gdk/gdkpixbuf-drawable.c, gdk/gdkpixmap.c, 
5613         gdk/gdkwindow.c: Adjust all callers.
5614
5615 Mon Nov 17 23:36:02 2003  Matthias Clasen  <maclas@gmx.de>
5616
5617         * gtk/gtkaction.c (gtk_action_activate): Only activate if 
5618         the action is sensitive.  (#127187, Christian Persch)
5619
5620 Mon Nov 17 23:23:49 2003  Matthias Clasen  <maclas@gmx.de>
5621
5622         * gtk/gtkcombobox.c: Add mouse wheel support.  (#126517)
5623
5624 Mon Nov 17 22:56:09 2003  Kristian Rietveld  <kris@gtk.org>
5625
5626         * gtk/gtkentryprivate.h: add _gtk_entry_completion_resize_popup.
5627
5628         * gtk/gtkentry.c (gtk_entry_completion_timeout): popup when not
5629         mapped, else resize_popup.
5630
5631         * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup),
5632         (_gtk_entry_completion_popup): moved all popup resizing code to
5633         _gtk_entry_completion_resize_popup, and show the window when there
5634         are more than zero items in the completion list again (sigh).
5635
5636 2003-11-17  Mark McLoughlin  <mark@skynet.ie>
5637
5638         Patch from Jaiserca <jaiserca@inf.upv.es> to add a
5639         "use_markup" property. See bug #124449.
5640
5641         * gtk/gtkexpander.c:
5642         (gtk_expander_class_init),
5643         (gtk_expander_init), (gtk_expander_set_property),
5644         (gtk_expander_get_property), (gtk_expander_set_label),
5645         (gtk_expander_set_use_markup),  (gtk_expander_get_use_markup):
5646         Add a "use_markup" property and use it when creating the
5647         child label.
5648
5649 Mon Nov 17 12:58:32 2003  Kristian Rietveld  <kris@gtk.org>
5650
5651         Temporary size requisition fix. Will fix it for real tonight.
5652
5653         * gtk/gtkcombobox.c (gtk_combo_box_remeasure): add a resize flag,
5654         (gtk_combo_box_size_request): use gtk_combo_box_remeasure to determine
5655         a good width for the child,
5656         (gtk_combo_box_cell_layout_add_attribute),
5657         (gtk_combo_box_set_cell_data_func),
5658         (gtk_combo_box_cell_layout_clear_attributes): update.
5659
5660 Mon Nov 17 00:11:21 2003  Kristian Rietveld  <kris@gtk.org>
5661
5662         Fixes #124373, Murray Cumming.
5663
5664         * gtk/gtkcombobox.[ch] (gtk_combo_box_class_init): the model property
5665         is no longer construct only,
5666         (gtk_combo_box_unset_model), (gtk_combo_box_set_model_internal),
5667         (gtk_combo_box_menu_fill): new functions,
5668         (gtk_combo_box_menu_setup), (gtk_combo_box_menu_destroy),
5669         (gtk_combo_box_menu_row_*), (gtk_combo_box_list_setup),
5670         (gtk_combo_box_list_destroy): updated,
5671         (gtk_combo_box_new), (gtk_combo_box_new_with_model): new/changed
5672         functions,
5673         (gtk_combo_box_set_model): is now public, updated,
5674         (gtk_combo_box_get_model): small update.
5675
5676         * gtk/gtkcomboboxentry.[ch] (gtk_combo_box_entry_class_init): the
5677         text_column property is no longer construct only,
5678         (gtk_combo_box_entry_set_text_column): now public,
5679         (gtk_combo_box_entry_new), (gtk_combo_box_entry_new_with_model):
5680         new/changed functions.
5681
5682         * tests/testcombo.c: updated.
5683
5684 Sun Nov 16 22:50:58 2003  Matthias Clasen  <maclas@gmx.de>
5685
5686         Reinstate fixes for (#124212, Marco Pesenti Gritti):
5687         
5688         * gtk/gtkuimanager.c (update_smart_separators): Don't spit 
5689         warnings for popups.
5690         (_gtk_menu_is_empty): Return FALSE for non-menus.
5691
5692 Sun Nov 16 21:48:40 2003  Kristian Rietveld  <kris@gtk.org>
5693
5694         * gtk/gtkcellview.c (gtk_cell_view_finalize): just call
5695         gtk_cell_view_cell_layout_clear instead of trying to free the
5696         structure ourselves here. (#125726, Morten Welinder).
5697
5698 Sun Nov 16 00:35:29 2003  Matthias Clasen  <maclas@gmx.de>
5699
5700         * gtk/gtkfilechooser.[hc]: 
5701         * gtk/gtkentrycompletion.h: Fix parameter name mismatches which
5702         confuse gtk-doc.
5703
5704 2003-11-15  Hans Breuer  <hans@breuer.org>
5705
5706         * gdk/makefile.msc gdk/gdk.def 
5707             gtk/gtk.def gtk/makefile.msc.in : updated
5708         * tests/makefile.msc : added all the new tests
5709
5710         * gtk/gtkfilefilter.c(finalize) : initialize filter
5711         from object not from itself
5712
5713         * gtk/gtkfilesystemwin32.[hc] : copied from gtkfilesystemunix.[hc]
5714         modified as less as posible to have aworking implementation
5715         on win32. There maybe the desire to merge the unchanged pats into
5716         a common base class.
5717         Also implemented a simple glib based bookmark handling, which
5718         is currently missing in gtkfilesystemunix.[hc] but can be copied
5719         over there.
5720         * gtk/gtkfilechooserwidget.c : conditional include gtkfilesystemwin32.h
5721
5722         * gdk/win32/gdkwindow-win32.c : implement 
5723         gdk_window_set_keep_above() and gdk_window_set_keep_below()
5724
5725         * tests/testmerge.c : don't include unistd.h unconditionally,
5726         #define STDOUT_FILENO if it isn't defined
5727
5728         * tests/testfilechooser.c : make it compile on win32
5729
5730 2003-11-15  Tor Lillqvist  <tml@iki.fi>
5731
5732         * gdk/win32/gdkwindow-win32.c (gdk_window_focus): If the window is
5733         maximized, use SW_SHOWMAXIMIZED. (#126986, John Ehresman)
5734
5735 Thu Nov 13 12:55:29 GMT 2003  Tony Gale <gale@gtk.org>
5736
5737         * docs/faq/gtk-faq.sgml: Update the rest of Section 2
5738
5739 Thu Nov 13 01:46:32 2003  Matthias Clasen  <maclas@gmx.de>
5740
5741         * gtk/gtkicontheme.c (gtk_icon_theme_init): Use 
5742         GTK_DATADIR/{icons,pixmaps} instead of 
5743         GTK_DATA_PREFIX/{icons,pixmaps}.  (#123365, Marco Pesenti Gritti)
5744
5745 Wed Nov 12 21:40:10 2003  Matthias Clasen  <maclas@gmx.de>
5746
5747         Changes to improve menu positioning on Xinerama (#108328, #126150):
5748         
5749         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu): Use the event 
5750         window of the menuitem to determine the monitor. This fixes some
5751
5752         * gtk/gtkmenu.c (struct _GtkMenuPrivate): Add a menu_num field
5753         to store the monitor on which the menu is to be positioned.
5754
5755         * gtk/gtkmenu.[hc] (gtk_menu_position): Store the monitor number
5756         in the GtkMenuPrivate struct and fetch the monitor geometry after
5757         calling the position_func, in case it has been changed.
5758
5759         * gtk/gtkmenu.c (gtk_menu_set_monitor): New function 
5760         to be used in GtkMenuPositionFunc implementations for setting
5761         the monitor_num field in GtkMenuPrivate.
5762
5763         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu): Call 
5764         gtk_menu_set_monitor.
5765
5766 Wed Nov 12 21:00:10 2003  Matthias Clasen  <maclas@gmx.de>
5767
5768         * gtk/gtkinputdialog.c (gtk_input_dialog_init): Clarify the
5769         label for the empty list. String change.  (#95446, Tomas Ã–gren)
5770
5771 Wed Nov 12 20:57:50 2003  Matthias Clasen  <maclas@gmx.de>
5772
5773         * gtk/gtkicontheme.h (enum GtkIconLookupFlags): Correct
5774         the definition of the values.  (#123361, Marco Pesenti Gritti)
5775
5776 Wed Nov 12 20:54:02 2003  Matthias Clasen  <maclas@gmx.de>
5777
5778         * gdk/gdkkeyuni.c: Map KP_Separator to ','.
5779         (#122941, Egmont Koblinger)
5780
5781 2003-11-12  Padraig O'Briain  <padraig.obriain@sun.com>
5782
5783         *gtk/gtkcolorsel.c (gtk_color_selection_init): Add tooltip for
5784         opacity entry widget. Change tooltip for opacity widgets. (#126426)
5785
5786 2003-11-12  Padraig O'Briain  <padraig.obriain@sun.com>
5787
5788         * gtk/gtkmenu.c (gtk_menu_popup): Do not let pointer position
5789         affect window menu position when popped from keyboard. (#102660)
5790
5791 Wed Nov 12 01:29:32 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
5792
5793         * gtk/gtktoolbar.c (gtk_toolbar_internal_insert_element): When we
5794         are using the old API, make all items "is_important". That way
5795         BOTH_HORIZ will continue to show both icon and label in old API
5796         mode.
5797
5798 Mon Nov 10 00:40:41 2003  Matthias Clasen  <maclas@gmx.de>
5799
5800         * gtk/gtkeventbox.c (gtk_event_box_set_above_child): 
5801         Remember the new value in all cases.  (#126276, Damon Chaplin)
5802
5803 Sat Nov  8 23:06:02 2003  Matthias Clasen  <maclas@gmx.de>
5804
5805         * demos/gtk-demo/main.c (row_activated_cb): Call the do_
5806         functions with the toplevel as argument.
5807
5808         * demos/gtk-demo/geninclude.pl.in: Change the signature
5809         of GDoDemoFunc to take a widget argument
5810
5811         * demos/gtk-demo/ui_manager.c (do_ui_manager): 
5812         * demos/gtk-demo/tree_store.c (do_tree_store): 
5813         * demos/gtk-demo/textview.c (do_textview): 
5814         * demos/gtk-demo/stock_browser.c (do_stock_browser): 
5815         * demos/gtk-demo/sizegroup.c (do_sizegroup): 
5816         * demos/gtk-demo/pixbufs.c (do_pixbufs): 
5817         * demos/gtk-demo/panes.c (do_panes): 
5818         * demos/gtk-demo/menus.c (do_menus): 
5819         * demos/gtk-demo/list_store.c (do_list_store): 
5820         * demos/gtk-demo/images.c (do_images): 
5821         * demos/gtk-demo/hypertext.c (do_hypertext): 
5822         * demos/gtk-demo/editable_cells.c (do_editable_cells): 
5823         * demos/gtk-demo/drawingarea.c (do_drawingarea): 
5824         * demos/gtk-demo/dialog.c (do_dialog): 
5825         * demos/gtk-demo/colorsel.c (do_colorsel): 
5826         * demos/gtk-demo/changedisplay.c (do_changedisplay): 
5827         * demos/gtk-demo/button_box.c (do_button_box): 
5828         * demos/gtk-demo/appwindow.c (do_appwindow): Take a widget
5829         as argument, and make new windows or dialogs appear on the
5830         same screen.  (#80388)
5831
5832 Sat Nov  8 21:59:30 2003  Matthias Clasen  <maclas@gmx.de>
5833
5834         * gtk/gtkeventbox.c (gtk_event_box_class_init): Let 
5835         visible-window default to TRUE, as documented and 
5836         implemented. (#126270 Damon Chaplin)
5837
5838 Sat Nov  8 01:50:17 2003  Matthias Clasen  <maclas@gmx.de>
5839
5840         * gtk/gtkicontheme.c: 
5841         * gtk/gtkfilechooserwidget.c (gtk_file_chooser_widget_new): 
5842         * gtk/gtkfilechooserdialog.c (gtk_file_chooser_dialog_new): 
5843         * gtk/gtkfilechooser.c (gtk_file_chooser_[un]select_all): Mark as
5844         2.4 additions.
5845
5846 2003-11-07  Federico Mena Quintero  <federico@ximian.com>
5847
5848         Changing GtkFileChooserEntry to use GtkEntryCompletion.
5849
5850         * gtk/gtkfilechooserentry.c (gtk_file_chooser_entry_init): Create
5851         a GtkListStore for the completion list.  Create a
5852         GtkEntryCompletion and attach it to the chooser entry.
5853         (gtk_file_chooser_entry_finalize): Unref the completion store.
5854         (completion_match_func): New callback for the GtkEntryCompletion.
5855         (completion_idle_callback): Fill the completion store with filenames.
5856
5857 Fri Nov  7 22:55:49 2003  Matthias Clasen  <maclas@gmx.de>
5858
5859         * gtk/gtkwindow.c (gtk_window_set_role): 
5860         * gtk/gtkwindow.c (gtk_window_set_title): 
5861         * gtk/gtkwidget.c (gtk_widget_set_name): 
5862         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_title): 
5863         * gtk/gtkbutton.c (gtk_button_set_label): Make string setters
5864         safe for self-assignment.  (#122745, Soeren Sandmann)
5865
5866 Thu Nov  6 20:41:40 2003  Matthias Clasen  <maclas@gmx.de>
5867
5868         * gtk/gtkstyle.c (gtk_style_attach): Fix doc comment.
5869         (#126369, Olexiy Avramchenko)
5870
5871 Thu Nov  6 00:21:41 2003  Matthias Clasen  <maclas@gmx.de>
5872
5873         * gtk/gtkcolorbutton.c (gtk_color_button_init): 
5874         * gtk/gtkfontbutton.c (gtk_font_button_init): Improve the 
5875         consistency of titles.  (#126193, Damon Chaplin)
5876
5877 Wed Nov  5 22:49:36 2003  Matthias Clasen  <maclas@gmx.de>
5878
5879         * gtk/gtkmenu.c (gtk_menu_set_tearoff_state): Set torn off 
5880         menus to be transient for the toplevel they were torn off from.
5881         (gtk_menu_get_toplevel): Auxiliary function to find the
5882         toplevel of a menu.  (#54775, Jon-Kare Hellan)
5883
5884 Wed Nov  5 21:07:58 2003  Matthias Clasen  <maclas@gmx.de>
5885
5886         * gtk/gtkpaned.c (gtk_paned_class_init): Add readonly properties
5887         min-position and max-position.  (#58431, Padraig O'Briain)
5888
5889 Wed Nov  5 21:02:26 2003  Matthias Clasen  <maclas@gmx.de>
5890
5891         * gtk/gtkcolorsel.c (update_color): 
5892         (make_label_spinbutton): 
5893         (adjustment_changed): Change the ranges for Saturation and
5894         Value to be 0-100 instead of 0-255, since these axes of HSV
5895         are usually expressed in percent.  (#121519, Gregory Merchan)
5896
5897 Wed Nov  5 08:51:48 GMT 2003  Tony Gale <gale@gtk.org>
5898
5899         * docs/faq/gtk-faq.sgml: More 2.x updates
5900
5901 Tue Nov  4 15:00:33 GMT 2003  Tony Gale <gale@gtk.org>
5902
5903         * docs/faq/gtk-faq.sgml: More 2.x updates, fix
5904         pkg-config command error, update copyright.
5905
5906 2003-11-03  Federico Mena Quintero  <federico@ximian.com>
5907
5908         * gtk/gtkfilechooserdefault.c (error_dialog): Take in a path as
5909         well.  Use a helper function.
5910         (shortcuts_append_home): Display an error box if necessary.
5911         (shortcuts_append_desktop): Likewise.
5912         (add_bookmark_button_clicked_cb): Likewise.
5913         (gtk_file_chooser_default_select_path): Likewise.
5914         (entry_activate): Likewise.
5915         (shortcuts_append_paths): New helper function.
5916         (shortcuts_append_file_system_roots): Use
5917         shortcuts_append_paths().
5918         (shortcuts_append_bookmarks): Likewise.
5919
5920 Mon Nov  3 23:12:41 2003  Matthias Clasen  <maclas@gmx.de>
5921
5922         * gtk/gtkuimanager.c (_gtk_menu_is_empty): Return TRUE if 
5923         menu is NULL.
5924         (update_smart_separators): Remove some unneeded ifs.
5925
5926 Mon Nov  3 22:45:58 2003  Matthias Clasen  <maclas@gmx.de>
5927
5928         * gtk/gtkwindow-decorate.h: Add G_BEGIN_DECLS/G_END_DECLS to make 
5929         these usable in C++. Forgot this file in my Oct 11 commit.
5930
5931 2003-11-03  Federico Mena Quintero  <federico@ximian.com>
5932
5933         * gtk/gtkfilechooserdefault.c (create_shortcuts_tree): Add a stock
5934         icon to the "Add bookmark" button.
5935
5936         * gtk/gtkfilesystemunix.c: Mark missing strings for translation.
5937         * gtk/gtkfilesystemmodel.c: Likewise.
5938         * gtk/gtkfilechooser.c: Likewise.
5939         * gtk/gtkfilechooserdefault.c: Likewise.
5940
5941 Mon Nov  3 20:56:28 2003  Matthias Clasen  <maclas@gmx.de>
5942
5943         * gdk/gdk.c: 
5944         * gdk/gdkinternals.h: 
5945         * gdk/x11/gdkscreen-x11.c (init_xinerama_support): Introduce a
5946         GDK_DEBUG_XINERAMA debug flag, and make it trigger a fake 2x2
5947         Xinerama mode when no actual Xinerama setup is found. 
5948
5949 2003-11-03  Federico Mena Quintero  <federico@ximian.com>
5950
5951         * gtk/gtkfilechooserdefault.c (shortcuts_select_folder): Removed.
5952         (create_shortcuts_tree): Don't call the above.
5953         (bookmarks_changed_cb): Likewise.
5954         (tree_selection_changed): Unselect everything from the shortcuts
5955         list.  This is the behavior that Mac OS has.
5956         (toolbar_add_item): Return the item.
5957         (toolbar_create): Store the up_button in the impl structure.
5958         (toolbar_check_sensitivity): New function to set the sensitivity
5959         of the "Up" button in the toolbar.
5960         (tree_selection_changed): Call toolbar_check_sensitivity().
5961
5962 2003-11-02  Federico Mena Quintero  <federico@ximian.com>
5963
5964         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_init): Do
5965         not set a border width for the toplevel container.
5966         (toolbar_create): New function; create a simple toolbar for the
5967         file chooser.
5968         (gtk_file_chooser_default_constructor): Use a spacing of 12 for
5969         the table, as per the HIG.
5970         (gtk_file_chooser_default_init): Likewise, for the default
5971         implementation's vbox.
5972
5973         * gtk/gtkfilesystem.c (gtk_file_system_get_parent): Added docs to
5974         note that NULL is a valid return value for the parent path.
5975
5976 Sat Nov  1 14:59:27 2003  Owen Taylor  <otaylor@redhat.com>
5977
5978         * gtk/gtkfilechooserdefault.c (shortcuts_row_activated): 
5979         Change on activation, not selection change (temporary
5980         workaround for #125955, needed for keynav, likely
5981         the right UI anyways.)
5982
5983         * gtk/gtkfilechooserdefault.c (shortcuts_select_func): 
5984         Don't allow the separator node to be selected.
5985
5986         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_constructor):
5987         Set the focus chain so that the entry gets focused first.
5988         (Not really right after initial focusing, maybe we
5989         should just have a gtk_file_chooser_focus_entry() that
5990         we call from gtk_file_chooser_dialog on creation.)
5991
5992 Sat Nov  1 12:41:04 2003  Owen Taylor  <otaylor@redhat.com>
5993
5994         * gtk/gtkwindow.c (gtk_window_unfullscreen): Fix a
5995         residual call to gtk_window_get_private().
5996
5997 Sat Nov  1 09:10:13 2003  Owen Taylor  <otaylor@redhat.com>
5998
5999         * gtk/gtkwindow.[ch]: Move above_initially, below_initially
6000         into GtkWindowPrivate structure, fixing ABI breakage
6001         on Win32. (Hans Breuer). Switch GtkWindowPrivate over
6002         to instance-private-data.
6003
6004 Fri Oct 31 02:43:34 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6005
6006         * gtk/gtktoolbar.c (get_item_requisition): delete this function
6007         (toolbar_item_is_homogeneous): cache max_homogeneous_pixels
6008         instead of re-calculating for each item.
6009         (gtk_toolbar_size_allocate): Update comments
6010
6011 Thu Oct 30 22:04:31 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6012
6013         * gtk/gtktoolbar.c (gtk_toolbar_forall): Only include
6014         placeholders when include_internals is TRUE.
6015
6016 Thu Oct 30 17:57:53 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6017
6018         * gtk/gtktoolbar.c (logical_to_physical): Make it work even when
6019         item 0 is a placeholder. (#125826)
6020         * tests/testtoolbar.c: add an assertion that 
6021         gtk_toolbar_get_nth_item (0) != NULL
6022
6023 Thu Oct 30 17:40:26 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6024
6025         * gtk/gtktoolbar.c (logical_to_physical): Make it work for
6026         logical == 0.(#125826)
6027
6028 Thu Oct 30 16:20:58 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6029
6030         * gtk/gtktoolbar.c (logical_to_physical): Make sure we actually
6031         return the index of a real item.
6032         (get_nth_item) assert that the returned items is not a
6033         placeholder.  (#125826, Marco Pesenti Gritti).
6034         
6035 2003-10-29  Federico Mena Quintero  <federico@ximian.com>
6036
6037         * gtk/gtkcellrendererseptext.c
6038         (gtk_cell_renderer_sep_text_render): Only paint a separator if the
6039         text is NULL, rather than also doing it if it is an empty string.
6040
6041 Wed Oct 29 15:40:26 2003  Owen Taylor  <otaylor@redhat.com>
6042
6043         * gtk/gtkmessagedialog.c (gtk_message_dialog_new/
6044         gtk_message_dialog_new_with_format): Allow NULL
6045         for message_format, as described in the docs and
6046         as worked previously. (#125759, Richard Hult)
6047
6048         * gtk/gtkmessagedialog.c (gtk_message_dialog_new_with_markup):
6049         Use g_markup_vprintf_escaped() to escape arguments.
6050
6051         * gtk/gtkmessagedialog.[ch]: Add gtk_message_dialog_set_markup()
6052         so there is some way to set literal markup.
6053
6054 Wed Oct 29 15:01:32 2003  Owen Taylor  <otaylor@redhat.com>
6055  
6056         * gdk/x11/gdkimage-x11.c (_gdk_x11_copy_to_image): Move
6057         the call to gdk_error_trap_pop() to the right place,
6058         fixing a problem where we'd pop() too many times 
6059         when bailing out. (#123302, Thomas Leonard)
6060         
6061 Wed Oct 29 12:50:02 2003  Owen Taylor  <otaylor@redhat.com>
6062
6063         * gtk/gtkfilechooserutils.c (delegate_set_current_folder): 
6064         Fix infinite recursion. (#125679, Christian Persch)
6065
6066 Wed Oct 29 13:29:15 GMT 2003  Tony Gale <gale@gtk.org>
6067
6068         * docs/faq/gtk-faq.sgml: further 2.x updates:
6069         mirrors,compiling,g_main_context_iteration
6070
6071 Wed Oct 29 02:54:35 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6072
6073         * gtk/gtktoolbar.[ch] (gtk_toolbar_set_drop_highlight_item): Add this
6074         function; remove gtk_toolbar_highlight_drop_location() and
6075         gtk_toolbar_unhighlight_drop_location().
6076
6077         Also fix bug where the number of overflowed items were miscounted.
6078
6079 Tue Oct 28 12:20:16 2003  Owen Taylor  <otaylor@redhat.com>
6080
6081         * gtk/gtkwindow.c (gtk_window_has_toplevel_focus): Remove
6082         some accidentally committed duplicate code.
6083
6084 Tue Oct 28 17:06:17 GMT 2003  Tony Gale <gale@gtk.org>
6085
6086         * docs/faq/gtk-faq.sgml: Update info on compiling GTK+
6087
6088 Tue Oct 28 10:34:24 2003  Owen Taylor  <otaylor@redhat.com>
6089
6090         * gtk/gtkwindow.[ch] (gtk_window_is_active, 
6091         gtk_has_toplevel_focus): Add getters corresponding to
6092         the is_active and has_toplevel_focus properties.
6093         (#122531)
6094
6095 2003-10-28  Mark McLoughlin  <mark@skynet.ie>
6096
6097         * gtk/gtkexpander.c:
6098         (gtk_expander_class_init): hook up the destroy handler.
6099         (gtk_expander_destroy), (gtk_expander_unrealize):
6100         remove the expand/collapse timeout on destroy instead
6101         of unrealize to avoid leaving the expander in a inconsistent
6102         state when unrealizing during animation.
6103         (gtk_expander_start_animation): remove realized check.
6104         (gtk_expander_set_expanded): if the widget isn't realized,
6105         expand immediately.
6106
6107 Tue Oct 28 09:44:16 2003  Owen Taylor  <otaylor@redhat.com>
6108
6109         * gtk/gtkxembed.c (_gtk_xembed_send_focus_message): Silently
6110         do nothing when recipient is NULL, as described in the
6111         doc comment. (#123107, Thomas Leonard)
6112
6113 Tue Oct 28 09:21:29 2003  Owen Taylor  <otaylor@redhat.com>
6114
6115         * gtk/gtkmain.c (gtk_check_version): Move docs inline,
6116         rewrite docs, mention memory management for the return
6117         value. (Partly addresses #125549, Michael Natterer)
6118
6119 2003-10-28  Padraig O'Briain  <padraig.obriain@sun.com>
6120
6121         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_remove_filter):
6122         Change index to filter_index to fix compilation error.
6123
6124         * gtk/gtkfilesystem.h: Correct definition of gtk_file_path_get_string.
6125
6126 Mon Oct 27 15:47:58 2003  Manish Singh  <yosh@gimp.org>
6127
6128         * gdk/x11/gdkscreen-x11.c: #include <X11/extensions/Xrandr.h> if
6129         we have RandR support, for XRRUpdateConfiguration declaration.
6130
6131         * gtk/gtkfilefilter.c: #include "gtkprivate.h" for _gtk_fnmatch
6132         declaration.
6133
6134         * gtk/gtkuimanager.c (gtk_ui_manager_add_ui_from_file): Make
6135         length a gsize variable, since that's what g_file_get_contents()
6136         expects.
6137
6138 Mon Oct 27 12:18:49 2003  Owen Taylor  <otaylor@redhat.com>
6139
6140         * NEWS: Fix attribution for above/below EWMH work.
6141
6142 Sat Oct 25 23:30:13 2003  Matthias Clasen  <maclas@gmx.de>
6143
6144         * gtk/gtkactiongroup.c (gtk_action_group_class_init): Add "name" 
6145         as a construct-only property.  (#125475, Murray Cumming)
6146
6147 Thu Oct 23 21:55:10 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6148
6149         Fix bug 116297 and 125472
6150         
6151         * gtk/gtktoolbar.c (gtk_toolbar_highlight_drop_location): Make
6152         this function take an index and a GtkToolItem.
6153
6154         * tests/testtoolbar.c (main): Make "Show Arrow" default to
6155         true. Make one of the separators !draw and expand.
6156         Update for new highlight_drop_location() API.
6157
6158         * gtk/gtktoolitem.[ch]: Remove "pack_end" property
6159
6160         * gtk/gtktoolbar.h: Formatting fixes.
6161
6162         * gtk/gtktoolbar.c: Remove "pack_end" child property. Allow
6163         separator tool items to expand.
6164         (logical_to_physical, physical_to_logical): Fix off-by-one errors
6165         (Fix #125472, Marco Pesenti Gritti)
6166
6167         * gtk/gtkseparatortoolitem.[ch]: Add new "draw" property.
6168         (gtk_separator_tool_item_expose) only draw if "draw" is TRUE. Also
6169         return FALSE, not TRUE.
6170         (gtk_separator_too_item_{set|get}_property,
6171         (gtk_separator_tool_item_{set|get}_draw): new functions
6172
6173 Fri Oct 24 16:54:04 2003  Owen Taylor  <otaylor@redhat.com>
6174
6175         * === Released 2.3.0 ===
6176
6177         * configure.in: Remove a stray comma.
6178
6179         * README.in: Fix a few notes about Xft 1 and pango-1.0.
6180
6181         * NEWS: Finish updates for 2.3.0.
6182
6183         * po/Makefile.in.in: Update to latest GLib version.
6184
6185 Fri Oct 24 20:31:35 2003  Kristian Rietveld  <kris@gtk.org>
6186
6187         * gtk/gtkcellview.[ch], gtk/gtkcellviewmenuitem.[ch],
6188         gtk/gtkcombobox.[ch], gtk/gtkcomboboxentry.[ch],
6189         gtk/gtktreemodelfilter.[ch]: Fix licensing (I managed to put it
6190         under GPL licensing instead of LGPL...). (Fixes #125381, Soeren
6191         Sandmann).
6192
6193 Fri Oct 24 20:22:40 2003  Kristian Rietveld  <kris@gtk.org>
6194
6195         * gtk/gtktreemodelfilter.h: add padding to the class structure.
6196
6197 2003-10-23  Federico Mena Quintero  <federico@ximian.com>
6198
6199         * gtk/gtkfilechooser.c (gtk_file_chooser_get_preview_uri): Fixed docs.
6200         (gtk_file_chooser_remove_filter): Likewise.
6201         (gtk_file_chooser_select_all): Added docs.
6202         (gtk_file_chooser_unselect_all): Likewise.
6203
6204         * gtk/gtkfilechooserdialog.c (gtk_file_chooser_dialog_new): Added docs.
6205
6206         * gtk/gtkfilechooserwidget.c (gtk_file_chooser_widget_new): Added docs.
6207
6208 Thu Oct 23 23:22:15 2003  Matthias Clasen  <maclas@gmx.de>
6209
6210         * gtk/gtkfilefilter.c: 
6211         * gtk/gtkfilechooser.c: Add "Since: 2.4" to all API doc comments.
6212
6213 Thu Oct 23 22:33:47 2003  Matthias Clasen  <maclas@gmx.de>
6214
6215         * gtk/gtkfilefilter.c (gtk_file_filter_new): Fix doc markup.
6216
6217 Thu Oct 23 21:49:05 2003  Matthias Clasen  <maclas@gmx.de>
6218
6219         * NEWS: Remove a few duplicates, group the menu changes.
6220
6221 Thu Oct 23 21:12:50 2003  Kristian Rietveld  <kris@gtk.org>
6222
6223         * NEWS: Updates for 2.3.0; changed header to match the style we used
6224         for 2.1.0.
6225
6226 Thu Oct 23 20:47:44 2003  Matthias Clasen  <maclas@gmx.de>
6227
6228         * gdk/x11/gdkwindow-x11.c (gdk_window_set_group): Actually
6229         assign the new leader.  (#125168, Mariano Suarez-Alvarez)
6230
6231 Thu Oct 23 20:21:16 2003  Kristian Rietveld  <kris@gtk.org>
6232
6233         * gtk/gtkcelllayout.c, gtk/gtkcellview.c gtk/gtkcellviewmenuitem.c,
6234         gtk/gtkcombobox.c, gtk/gtkcomboboxentry.c, gtk/gtkentrycompletion.c,
6235         gtk/gtktreemodelfilter.c, gtk/gtkcellrenderertoggle.c: Fix includes.
6236
6237 Thu Oct 23 15:13:56 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6238
6239         * NEWS: Partial update for 2.3.0.
6240
6241 Thu Oct 23 01:09:04 2003  Owen Taylor  <otaylor@redhat.com>
6242
6243         * gtk/gtkfilechooserdefault.c: Convert GtkOptionMenu to
6244         GtkComboBox.
6245
6246 Wed Oct 22 23:20:04 2003  Owen Taylor  <otaylor@redhat.com>
6247
6248         * gtk/gtkfilechooser.[ch] gtk/gtkfilefilter.[ch] 
6249         gtk/gtkfilechooserwidget.[ch] gtk/gtkfilechooserdialog.[ch]:
6250         gtk/gtkfilechooserutils.c gtk/gtkfilechooserprivate.[ch]:
6251         Basic framework for the new file selector widget.
6252
6253         * gtk/gtkfilechooserdefault.[ch] gtk/gtkcellrenderersep.[ch] 
6254         gtk/gtkfilechooserentry.[ch] gtk/gtkfilesystemmodel.[ch]:
6255         Initial implementation of the GtkFileChooser user interface.
6256
6257         * gtk/gtkfilesystemunix.[ch]: GtkFileSystem implementation
6258         for Unix files.
6259
6260         * configure.in gtk/Makefile.am gtk/xdgmime: Build code
6261         for freedesktop.org MIME system on Unix.
6262
6263         * tests/testfilechooser.c: Test program for GtkFileChooser
6264
6265         * tests/prop-editor.c: Add support for properties on interfaces.
6266
6267 Tue Oct 21 16:12:51 2003  Owen Taylor  <otaylor@redhat.com>
6268
6269         * demos/gtk-demo/menus.c (do_menus): Fix some unused
6270         variables.
6271
6272         * gtk/gtkmain.c (_gtk_get_lc_ctype): Fix an unused
6273         variable warning.
6274
6275 Thu Oct 23 00:04:50 2003  Matthias Clasen  <maclas@gmx.de>
6276
6277         * NEWS: Partial update for 2.3.0.
6278
6279 Tue Oct 21 22:07:12 2003  Kristian Rietveld  <kris@gtk.org>
6280
6281         * gtk/gtktreeview.c (gtk_tree_view_real_move_cursor): set
6282         ctrl_pressed and shift_pressed according to the current event
6283         state (if there is one). (Fixes #125063, reported by Sebastien Bacher).
6284
6285 Mon Oct 20 23:24:27 2003  Kristian Rietveld  <kris@gtk.org>
6286
6287         * gtk/gtkentry.c (gtk_entry_key_press): remove the completion
6288         timeout when the user pressed on Enter/ESC. Fixes the bug where the
6289         completion popup popped up after the user pressed on Enter (which is
6290         just weird). Reported by the Epiphany people (all of them).
6291
6292 Mon Oct 20 20:27:22 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6293
6294         Add support for OS X like sliding of toolbar items during drag and
6295         drop, (#110919, Dave Bordoley)
6296
6297         Make dnd highlighting the responsibility of the
6298         application. (Fixes #116298, Owen Taylor)
6299
6300         * gtk/gtktoolbar.h: Add prototypes for new API.
6301         
6302         * gtk/gtktoolbar.c
6303         (physical_to_logical, logical_to_physical): new functions
6304         converting between "position including placeholders" and "position
6305         excluding placeholders".
6306         (gtk_toolbar_class_init): remove drag_leave and drag_motion
6307         handlers
6308         (struct _ToolbarContent): new struct containing information
6309         related to toolbar items.
6310         (gtk_toolbar_highlight_drop_location): new public function
6311         (gtk_toolbar_unhighlight_drop_location): new public function
6312         
6313         * tests/testtoolbar.c
6314         (toolbar_drag_motion, toolbar_drag_leave): new functions
6315         (main): connect to dnd signals.  Make the "New" item expand to
6316         make drag and drop more exciting.
6317
6318 Wed Oct 15 22:39:23 2003  Kristian Rietveld  <kris@gtk.org>
6319
6320         * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_init): it's
6321         _set_active, not _set_active_item.
6322
6323 Wed Oct 15 22:31:09 2003  Kristian Rietveld  <kris@gtk.org>
6324
6325         * gtk/gtkcombobox.h: add padding to the class structure.
6326         * gtk/gtkcomboboxentry.h: ditto.
6327         * gtk/gtkentrycompletion.h: ditto.
6328
6329 Wed Oct 15 22:04:59 2003  Kristian Rietveld  <kris@gtk.org>
6330
6331         * gtk/gtkcombobox.c (gtk_combo_box_get_active),
6332         (gtk_combo_box_set_active): mention in the docs that -1 is a valid
6333         value and what it means.
6334
6335         * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_init): set the active
6336         item to -1 (default),
6337         (gtk_combo_box_entry_active_changed): do nothing when the index is
6338         < 0.
6339
6340 Tue Oct 14 16:10:21 2003  Jonathan Blandford  <jrb@redhat.com>
6341
6342         * gtk/gtkcombobox.c (gtk_combo_box_set_active_iter): New function
6343         to set the active row by iter.
6344
6345         * gtk/gtkcombobox.c (gtk_combo_box_get_active_iter): New function
6346         to get the active row by iter.
6347
6348 2003-10-13  Federico Mena Quintero  <federico@ximian.com>
6349
6350         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): Don't do
6351         operations on windows if the tree view is not mapped.
6352         (gtk_tree_view_button_press): Compare equal types of pointers, not
6353         GtkWidget* vs. GtkTreeView*.
6354
6355 Mon Oct 13 21:01:43 2003  Kristian Rietveld  <kris@gtk.org>
6356
6357         * gtk/gtkentrycompletion.c (gtk_entry_completion_popup): remove
6358         the reset of first_sel_changed, as after the first popup the treeview
6359         will always have a row selected and will thus not focus_to_cursor.
6360
6361         * gtk/gtkentry.c (keyval_is_cursor_move): new function to determine
6362         whether the keyval should move the completion selection cursor (used
6363         to avoid ending up with extreme cluttered code), also added
6364         all KP_ equivalents of the keys here,
6365         (gtk_entry_completion_key_press): Keynav tweaks based on comments
6366         from Dave Bordoley and Marco Pesenti Gritti; add the -1 state
6367         as possible current selection, implement Home/End keys, modified
6368         the down key to stop cycling. Maybe page up/down should be implemented
6369         at some later time.
6370
6371 Mon Oct 13 20:58:07 2003  Matthias Clasen  <maclas@gmx.de>
6372
6373         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon): Make it work 
6374         as documented when pixmap or mask is NULL.  (#124081) 
6375
6376 Mon Oct 13 20:21:38 2003  Kristian Rietveld  <kris@gtk.org>
6377
6378         * gtk/gtkentry.c (gtk_entry_set_text): I overlooked a return when
6379         I was adding the signal block/unblock code. Oops. (Noticed by
6380         Marco Pesenti Gritti).
6381
6382 Mon Oct 13 20:21:55 2003  Kristian Rietveld  <kris@gtk.org>
6383
6384         * demos/testpixbuf-scale.c: enable GTK_DISABLE_DEPRECATED again,
6385         (set_interp_type), (main): port over from option menu to GtkComboBox.
6386
6387 Mon Oct 13 19:41:55 2003  Kristian Rietveld  <kris@gtk.org>
6388
6389         * tests/testmenus.c: Still uses option menus, so turn off
6390         GTK_DISABLE_DEPRECATED.
6391
6392 Sun Oct 12 01:10:29 2003  Matthias Clasen  <maclas@gmx.de>
6393
6394         * gtk/gtkalignment.[hc]: 
6395         * gtk/gtkcombobox.[hc]: 
6396         * gtk/gtkcomboboxentry.[hc]: 
6397         * gtk/gtktreemodelfilter.[hc]: Move GET_PRIVATE macros
6398         from header to implementation.
6399
6400 Sun Oct 12 00:18:02 2003  Matthias Clasen  <maclas@gmx.de>
6401
6402         * tests/testtreeview.c: 
6403         * demos/testpixbuf-scale.c: 
6404         * tests/prop-editor.c: These files still use option menus,
6405         so turn off GTK_DISABLE_DEPRECATED to fix the build. 
6406
6407 Sat Oct 11 23:14:36 2003  Matthias Clasen  <maclas@gmx.de>
6408
6409         * gtk/gtkactiongroup.h: 
6410         * gtk/gtkaction.h: 
6411         * gtk/gtkradioaction.h: 
6412         * gtk/gtkradiotoolbutton.h: 
6413         * gtk/gtkseparatortoolitem.h: 
6414         * gtk/gtktoggleaction.h: 
6415         * gtk/gtktoolitem.h: 
6416         * gtk/gtkuimanager.h: Add G_BEGIN_DECLS/G_END_DECLS to make 
6417         these usable in C++.  (#124351, Murray Cumming)
6418
6419 Sat Oct 11 19:09:05 2003  Kristian Rietveld  <kris@gtk.org>
6420
6421         * gtk/gtkentry.c (gtk_entry_set_text): Check if completion is
6422         non-NULL before accessing it. Oops.
6423
6424 Sat Oct 11 15:47:03 2003  Kristian Rietveld  <kris@gtk.org>
6425
6426         * gtk/gtkentrycompletion.[ch] (gtk_entry_completion_insert_action),
6427         (gtk_entry_completion_insert_action_text),
6428         (gtk_entry_completion_insert_action_markup): the gchar* parameters
6429         should be const (pointed out by both Marco Pesenti Gritti and
6430         Murray Cumming (#124356).
6431
6432 Sat Oct 11 15:37:19 2003  Kristian Rietveld  <kris@gtk.org>
6433
6434         * gtk/gtkcombobox.c (gtk_combo_box_size_allocate): for the custom
6435         child list mode, allocate the height allocation->height to the
6436         button instead of the height requested by the button. (Tiny
6437         size allocation screwup noticed by Macro Pesenti Gritti).
6438
6439 Sat Oct 11 15:23:27 2003  Kristian Rietveld  <kris@gtk.org>
6440
6441         Fixes based on comments from Marco Pesenti Gritti.
6442
6443         * gtk/gtkentry.c (gtk_entry_set_text): block the completion changed
6444         signal handler, avoids the completion popup to popup when text is
6445         set programmatically in most cases (we actually have to handle this
6446         in the _editable functions as well, but that will break popping up
6447         when the user actually typed something :),
6448         (gtk_entry_completion_key_press): when handling enter, bail out
6449         when nothing has been selected,
6450         (gtk_entry_completion_changed): don't popdown when the entry content
6451         changed.
6452
6453         * gtk/gtkentrycompletion.c (gtk_entry_completion_init),
6454         (gtk_entry_completion_selected_changed): unselect_all on the
6455         first selected changed signal. Avoids having a default row selected,
6456         (_gtk_entry_completion_popup): don't select the first row by default.
6457
6458         * gtk/gtkentryprivate.h (struct _GtkEntryCompletionPrivate): add a
6459         first_sel_changed field.
6460
6461 Fri Oct 10 23:02:58 2003  Matthias Clasen  <maclas@gmx.de>
6462
6463         * demos/gtk-demo/menus.c: Replace GtkItemFactory by GtkUIManager 
6464         in the intro (again).
6465
6466 Fri Oct 10 22:50:05 2003  Matthias Clasen  <maclas@gmx.de>
6467
6468         Fixes for (#124212, Marco Pesenti Gritti):
6469         
6470         * gtk/gtkuimanager.c (update_smart_separators): Don't spit 
6471         warnings for popups.
6472         (_gtk_menu_is_empty): Return FALSE for non-menus.
6473
6474 Fri Oct 10 19:10:12 2003  Kristian Rietveld  <kris@gtk.org>
6475
6476         * gtk/gtkcombo.h: Deprecate.
6477         * gtk/gtkoptionmenu.h: Ditto.
6478
6479         * gtk/gtkcombobox.c (gtk_combo_box_size_request),
6480         (gtk_combo_box_size_allocate): Rework, things behave better now. Still
6481         needs some work on requesting enough size when taking the items in
6482         the list into account.
6483
6484         * gtk/gtkfilesel.c: put gtkoptionmenu.h include inside "enable
6485         deprecated" guards.
6486         * gtk/gtkinputdialog.c: ditto.
6487         * gtk/gtkitemfactory.c: ditto.
6488         * gtk/gtkoptionmenu.c: ditto.
6489
6490         * demos/gtk-demo/menus.c: remove the option menu.
6491         * demos/gtk-demo/sizegroup.c: replace the option menus with
6492         GtkComboBox.
6493         * demos/gtk-demo/textview.c: ditto.
6494         (A general GtkComboBox demo will be added later on).
6495
6496 Wed Oct  8 00:06:17 2003  Matthias Clasen  <maclas@gmx.de>
6497
6498         * demos/gtk-demo/ui_manager.c (activate_radio_action): New
6499         callback to propertly report radio actions.
6500
6501         * demos/gtk-demo/ui_manager.c (do_ui_manager): Use it here.
6502
6503 Tue Oct  7 23:23:05 2003  Matthias Clasen  <maclas@gmx.de>
6504
6505         * gtk/gtkplug.c (xembed_set_info): Put the supported protocol
6506         version in in the right field of the _XEMBED_INFO property.  
6507         (#123885, Denis Mikhalkin)
6508
6509 Mon Oct  6 14:18:47 2003  Jonathan Blandford  <jrb@redhat.com>
6510
6511         * gtk/gtkexpander.c (gtk_expander_animation_timeout): only show
6512         the child if we have one.
6513
6514         (gtk_expander_button_release): use
6515         gtk_widget_activate instead.
6516
6517 Mon Oct  6 21:05:46 2003  Matthias Clasen  <maclas@gmx.de>
6518
6519         * gtk/gtktable.c (gtk_table_class_init): Start the blurb for 
6520         "right_attach" with a capital.  (#123945, Christian Rose)
6521
6522 Sun Oct  5 23:59:03 2003  Matthias Clasen  <maclas@gmx.de>
6523
6524         * tests/testsocket.c (child_read_watch): Remove an
6525         extraneous unref.  (#122336, Frederic Crozat)
6526
6527 Sun Oct  5 22:38:22 2003  Matthias Clasen  <maclas@gmx.de>
6528
6529         * gtk/gtkeventbox.c (gtk_event_box_class_init): Trim 
6530         whitespace in "visible-window" blurb.  (#123910, Christian Rose)
6531
6532 Sun Oct  5 00:53:15 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6533
6534         * gtk/gtktoolbar.c (gtk_toolbar_list_children_in_focus_order):
6535         focus arrow before pack_end items (#123851, Matthias Clasen)
6536
6537 Fri Oct  3 20:50:48 2003  Kristian Rietveld  <kris@gtk.org>
6538
6539         * gtk/gtkcombobox.c (gtk_combo_box_set_model): only set the model
6540         on ->priv->cell_view if ->priv->cell_view is non-NULL.
6541
6542         * gtk/gtkcomboboxentry.c: include gtkintl.h, add text_renderer
6543         field to GtkComboBoxEntryPrivate,
6544         (gtk_combo_box_entry_class_init), (gtk_combo_box_entry_init),
6545         (gtk_combo_box_entry_set_property), (gtk_combo_box_entry_get_property),
6546         (gtk_combo_box_entry_set_text_column), (gtk_combo_box_entry_new): add
6547         a construct-only "text_column" property and reorder code to use it
6548         and support inheriting this widget.
6549
6550 Thu Oct  2 23:28:02 2003  Kristian Rietveld  <kris@gtk.org>
6551
6552         * gtk/gtkcombobox.c: Added API doc comments.
6553
6554         * gtk/gtkcomboboxentry.c: Ditto.
6555
6556 2003-10-02  Matthias Clasen  <maclas@gmx.de>
6557
6558         * gtk/gtktoggleaction.c: Documentation tweaks.
6559
6560 Wed Oct  1 22:43:40 2003  Kristian Rietveld  <kris@gtk.org>
6561
6562         * gtk/gtkcellview.[ch]: implement the GtkCellLayout interface, drop
6563         packing/attribute/cell data functions from the header,
6564         (gtk_cell_view_set_cell_data): added support for cell data funcs.
6565
6566         * gtk/gtkcombobox.[ch]: implement the GtkCellLayout interface, drop
6567         packing/attribute/cell data functions from the header, implemented
6568         cell data func support.
6569
6570         * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_new): updated
6571         for the move to GtkCellLayout.
6572
6573         * tests/testcombo.c (create_combo_box_grid_demo), (main): ditto.
6574
6575 2003-10-01  Matthias Clasen  <maclas@gmx.de>
6576
6577         * gtk/gtkaction.c (gtk_action_class_init): 
6578         (gtk_action_[gs]et_property): Introduce a separate
6579         "hide_if_empty" property for empty menu handling.
6580         (_gtk_action_sync_menu_visible): ...and use it here.
6581
6582         * tests/testmerge.c (main): ...and here.
6583
6584         * gtk/gtktoolitem.c (gtk_tool_item_class_init): Fix signal doc 
6585         comments to pacify gtk-doc.
6586
6587         * gtk/gtkmain.c: Doc formatting tweaks.
6588
6589         * gtk/gtktoolitem.c (gtk_tool_item_set_is_important): Fix a typo.
6590
6591         * gtk/gtkcheckmenuitem.h (gtk_check_menu_item_set_draw_as_radio): 
6592         Use the same parameter names as in .c file, to pacify gtk-doc.
6593
6594         * gtk/gtktoggletoolbutton.[hc]: 
6595         * gtk/gtktoolbutton.[hc]: 
6596         * gtk/gtktoolitem.[hc]:
6597         * gtk/gtktoolbar.[hc]: 
6598         * gtk/gtkcolorbutton.[hc]: 
6599         * gtk/gtkfontbutton.[hc]: 
6600         * gtk/gtkalignment.[hc]: Define GET_PRIVATE macros in the 
6601         source, not in the header.
6602
6603         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_[sg]et_draw_as_radio): 
6604         Document these as 2.4 API additions.
6605
6606 Tue Sep 30 23:42:56 2003  Kristian Rietveld  <kris@gtk.org>
6607
6608         * gtk/gtkentry.c (gtk_entry_set_completion),
6609         (gtk_entry_get_completion): Add API doc comments.
6610
6611         * gtk/gtkentrycompletion.c: Fix #includes and add API doc comments.
6612
6613 Tue Sep 30 23:12:34 2003  Kristian Rietveld  <kris@gtk.org>
6614
6615         * gtk/gtktreemodelfilter.c: Add "Since: 2.4" to all API doc comments.
6616
6617 Tue Sep 30 22:59:58 2003  Kristian Rietveld  <kris@gtk.org>
6618
6619         * gtk/gtktreeviewcolumn.c: Some API doc comment fixes.
6620
6621         * gtk/gtkcellayout.c: Fix #include and oooooh API doc comments!
6622
6623 2003-09-30  Matthias Clasen  <maclas@gmx.de>
6624
6625         * tests/merge-*.ui: 
6626         * tests/testmerge.c: Test handling of empty menus.
6627
6628         * gtk/gtkuimanager.c (_gtk_menu_is_empty): New function to determine
6629         whether a menu is empty. Used in gtkaction.c.
6630         (update_smart_separators): Also update the visibility of empty menus.
6631         (update_node): When creating a new menu proxy, insert an "Empty" menu 
6632         item which only gets shown if the menu is empty. 
6633
6634         * gtk/gtkaction.c (gtk_action_class_init): Document the meaning of
6635         "is_important" for menu proxies.
6636         (_gtk_action_sync_menu_visible): New function to sync the visibility
6637         of menu proxies. Used in gtkuimanager.c.
6638         (gtk_action_sync_visible): New function to sync the visibility of 
6639         proxies.
6640
6641 Tue Sep 30 21:43:34 2003  Kristian Rietveld  <kris@gtk.org>
6642
6643         * gtk/gtkcombobox.c (gtk_combo_box_menu_button_press): set
6644         popup_in_progress to TRUE,
6645         (gtk_combo_box_menu_show): and back to FALSE here; the menu now
6646         won't disappear on the first button release. (Reported by Matthias
6647         Clasen).
6648
6649 Tue Sep 30 21:08:43 2003  Kristian Rietveld  <kris@gtk.org>
6650
6651         * gtk/gtkcombobox.c (gtk_combo_box_init): actually show the child.
6652
6653         * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_init): ditto. (#123543,
6654         Marco Pesenti Gritti).
6655
6656 2003-09-30  Murray Cumming  <murrayc@usa.net>
6657  
6658         * gtk/gtkcellrenderer.h: The render vfunc takes a GdkDrawable*
6659         instead of a GdkWindow*, because that what it is given. The 
6660         documentation was already correct. This should cause no API/ABI
6661         breakage with C compilers.
6662         * gtk/gtkcellrenderertext.c, gtkcellrendererpixbuf.c, 
6663         gtkcellrenderertogger.c: Updated the declarations of the render vfunc
6664         implementation accordingly.
6665
6666 2003-09-30  Matthias Clasen  <maclas@gmx.de>
6667
6668         * gdk/gdkkeys.c (gdk_keymap_class_init): Document the
6669         "direction-changed" and "keys-changed" signals.
6670
6671         * gdk/gdkscreen.c (gdk_screen_class_init): Document the 
6672         "size-changed" signal.
6673
6674         * gdk/gdkdisplaymanager.c (gdk_display_manager_class_init): 
6675         Document the "display-opened" signal.
6676
6677         * gdk/gdkdisplay.c (gdk_display_close): Doc tweak.
6678         (gdk_display_class_init): Document the "closed" signal.
6679
6680 Sat Sep 27 16:02:40 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6681
6682         * gtk/gtktextview.[ch]: rename property tab_moves_focus to
6683         accepts_tab. (#122709 again).
6684
6685 2003-09-27  Matthias Clasen  <maclas@gmx.de>
6686
6687         * gtk/gtkwindow.c (gtk_window_new):
6688         * gtk/gtkitemfactory.c (gtk_item_factory_new): Document 
6689         the fact that the newly created object does not come with 
6690         a floating reference.  (#103068, patch by Frederic Lespez)
6691         
6692         * gtk/gtkitemfactory.h: Deprecate GtkItemFactory in favor 
6693         of GtkUIManager. Just leave GtkTranslateFunc undeprecated, 
6694         since GtkActionGroup uses it.
6695
6696         * tests/testtext.c: Turn off GTK_DISABLE_DEPRECATED, since
6697         this test uses the soon-to-be-deprecated GtkItemFactory.
6698
6699         * demos/gtk-demo/Makefile.am (demos): Add ui_manager.c,
6700         remove item_factory.c
6701
6702         * demos/gtk-demo/ui_manager.c: Duplicate of item_factory.c 
6703         using GtkUIManager instead of GtkItemFactory.
6704
6705         * tests/testmerge.c: Demonstrate the use of the 
6706         connect-proxy signal.
6707
6708         * gtk/gtkaction.c (connect_proxy): Add connect-proxy and 
6709         disconnect-proxy signals to do small customizations 
6710         like displaying tooltips in the statusbar without 
6711         custom actions.  (#122894, Philip Langdale)
6712
6713         * gtk/gtkuimanager.c (update_node): Don't leak tooltip.
6714
6715 Fri Sep 26 23:49:44 2003  Kristian Rietveld  <kris@gtk.org>
6716
6717         Landing the new ComboBox. Note that only gtkcombobox.h and
6718         gtkcomboboxentry.h are public.
6719
6720         * gtk/gtkcellview.[ch], gtk/gtkcellviewmenuitem.[ch],
6721         gtk/gtkcombobox.[ch], gtk/gtkcomboboxentry.[ch]: new files.
6722
6723         * gtk/Makefile.am, gtk/gtk.h: adding the new files.
6724
6725         * tests/testcombo.c: and a new test.
6726
6727         * tests/Makefile.am: adding the new test.
6728
6729 2003-09-25  Tor Lillqvist  <tml@iki.fi>
6730
6731         * demos/gtk-demo/main.c: Don't use hardcoded DEMOCODEDIR on Windows.
6732
6733 2003-09-21  Tor Lillqvist  <tml@iki.fi>
6734
6735         * gdk/win32/gdkevents-win32.c (handle_wm_paint): New
6736         function. Code split out from gdk_event_translate(). Needed
6737         because gdk_event_get_graphics_expose() couldn't do anything
6738         sensible otherwise. (Not that I think graphics exposes work anyway
6739         in gdk/win32, but at least now the code could work.)
6740
6741         (gdk_event_get_graphics_expose): Call handle_wm_paint() instead of
6742         gdk_event_translate(), which couldn't have worked as it doesn't
6743         take any pre-allocated GdkEvent parameter any longer.
6744         
6745         (gdk_event_translate): Handle WM_MOUSEACTIVATE: Don't let
6746         GDK_WINDOW_TEMP windows be activated. (#122578, John Ehresman)
6747
6748 2003-09-24  Matthias Clasen  <maclas@gmx.de>
6749
6750         * demos/gtk-demo/appwindow.c (do_appwindow): Demonstrate tooltips
6751         on toolitems.
6752
6753         * gtk/gtkaction.c (connect_proxy): Sync tooltips on toolitems.
6754
6755         * gtk/gtkuimanager.c (update_node): Don't complain about missing
6756         actions on popups. Re-set "tooltip" property on toolitems after
6757         adding them to parent to trigger proxy update.
6758
6759 2003-09-22  Matthias Clasen  <maclas@gmx.de>
6760
6761         * tests/testmerge.c (main): Initially activate the JUSTIFY_RIGHT
6762         group member to test the fix for #122904.
6763
6764         * gtk/gtkactiongroup.c (gtk_action_group_add_radio_actions_full): 
6765         Add the action to the group before activating it, otherwise we
6766         may end up with multiple active group members.  (#122904, Marco
6767         Pesenti Gritti)
6768
6769 2003-09-21  Matthias Clasen  <maclas@gmx.de>
6770
6771         Changes to make cross-process merging feasible:
6772         
6773         * gtk/gtkuimanager.[hc]: Add a readonly "ui" property which holds the
6774         merged UI definition. Remove the "changed" signal, since its role
6775         is now filled by "notify::ui". Instead add a "actions-changed" signal
6776         which gets emitted when the set of actions changes.
6777
6778         * gtk/gtktoggleactionprivate.h:
6779         * gtk/gtktoggleaction.[hc] (gtk_toggle_action_[sg]et_draw_as_radio):
6780         Add a "draw_as_radio" property to toggle actions so that they can be
6781         used as proxies for radio actions much like the "draw_as_radio" 
6782         property on check menu items enables them to operate as proxies for
6783         radio actions.
6784
6785         Prevent the "show_all" trap for action-based menus (see
6786         http://mail.gnome.org/archives/gtk-devel-list/2003-September/
6787         msg00260.html):
6788
6789         * gtk/gtkmenu.c (gtk_menu_{hide,show}_all): Remove g_return_if_fail()
6790         calls from static functions.
6791
6792         * gtk/gtkuimanager.c (update_node): 
6793         * gtk/gtkaction.c (connect_proxy): Set "no_show_all" on constructed
6794         widgets whose visibility is externally controlled.
6795
6796         * gtk/gtkwidget.[hc] (gtk_widget_[gs]et_no_show_all): Add a boolean 
6797         "no_show_all" property with setter and getter. When TRUE, it keeps
6798         gtk_widget_{hide,show}_all() from modifying the visibility of the 
6799         widget and its children.
6800
6801 Sun Sep 21 23:13:37 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6802
6803         * gtk/gtktextview.[ch]: Add new "tab moves focus" property (#122709)
6804
6805 2003-09-20  Tor Lillqvist  <tml@iki.fi>
6806
6807         * gtk-zip.sh.in: Don't use zip -r on the etc directory, to avoid
6808         including editor backup files. List files we want explicitly.
6809
6810         * gtk/gtkmain.c (_gtk_get_lc_ctype): New function. On Unix, just
6811         calls setlocale (LC_CTYPE, NULL). On Windows, looks for the
6812         LC_ALL, LC_CTYPE and LANG environment variables, than calls
6813         g_win32_getlocale().
6814
6815         (gtk_get_default_language): Code snippet moved to above function,
6816         call it.
6817
6818         * gtk/gtkimmulticontext.c (gtk_im_multicontext_get_slave)
6819         * gtk/gtkrc.c (gtk_rc_context_parse_file): Call
6820         _gtk_get_lc_ctype() instead of setlocale().
6821
6822 Fri Sep 19 18:15:31 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6823
6824         * gtk/gtkpaned.c, gtk/gtkhpaned.c: implement RTL flipping
6825         (#96632)
6826
6827 Fri Sep 19 13:24:54 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6828
6829         * gtk/gtktreeview.c (gtk_tree_view_get_cursor): Improve
6830         documentation. (#117306, Steve Chaplin)
6831
6832 2003-09-19  Tor Lillqvist  <tml@iki.fi>
6833
6834         * gdk/win32/gdkkeys-win32.c (update_keymap): Handle dead keysyms
6835         present on the US-International keyboard. For clarity, order
6836         keysyms in case statement according to numeric value.
6837
6838         (gdk_keymap_translate_keyboard_state): Handle Caps Lock
6839         correctly. (#120176, Ken Rastatter and Owen Taylor)
6840
6841 2003-09-18  Matthias Clasen  <maclas@gmx.de>
6842
6843         * gtk/gtkaction.c (gtk_action_finalize): Call g_closure_unref() to
6844         unref a closure, not g_object_unref().  (#122637, Marco Pesenti Gritti)
6845
6846         Install accelerators on actions, not on proxies, support
6847         accelerator-only actions:
6848         
6849         * gtk/gtkmenu.c (get_accel_path): New function to get the accel path
6850         and its lock status either via _gtk_widget_get_accel_path() or by 
6851         looking at the accel_path stored in the menu item itself and determining
6852         its lock status by peeking into the contained accel label. This was
6853         already (accidentally) committed a week ago.
6854
6855         * gtk/gtkaction.h (gtk_action_set_accel_group):
6856         (gtk_action_[dis]connect_accelerator): New functions.
6857
6858         * gtk/gtkaction.c (struct _GtkActionPrivate): Add accel_group,
6859         accel_closure and accel_count. We must have a reference to the 
6860         accel_group, since we need it in connect_proxy. The count is necessary
6861         to ensure that the accelerator isn't removed before the last proxy 
6862         requesting it has been unmerged.
6863         (connect_proxy): Connect the accelerator to the 
6864         action now, only set the accel_path on the menuitem.
6865         (remove_proxy): Disconnect the accelerator from the action, not from
6866         the menuitem.
6867         (gtk_action_set_accel_group): Set the accel group. 
6868         (gtk_action_[dis]connect_accelerator): Count the number of times
6869         this functions have been called and install/remove the accelerator if
6870         the count leaves/reaches zero.
6871
6872         * gtk/gtkuimanager.h (GtkUIManagerItemType): Add 
6873         GTK_UI_MANAGER_ACCELERATOR.
6874
6875         * gtk/gtkuimanager.c (NodeType): Add NODE_TYPE_ACCELERATOR.
6876         (start_element_handler): Create NODE_TYPE_ACCELERATOR nodes from
6877         <accelerator> elements.
6878         (gtk_ui_manager_add_ui): Create NODE_TYPE_ACCELERATOR nodes when
6879         type is GTK_UI_MANAGER_ACCELERATOR.
6880         (update_node): Set the accel group on actions before creating their
6881         proxies. Don't set the accel group on created menus. For 
6882         NODE_TYPE_ACCELERATOR nodes, [dis]connect the actions' accelerator.
6883         (print_node): Also emit <accelerator> elements.
6884
6885         * tests/testmerge.c (dump_accels): Add a "Dump Accels" button. 
6886
6887         * gtk/gtkuimanager.c (update_node): Robustness improvements.
6888
6889 2003-09-17  Matthias Clasen  <maclas@gmx.de>
6890
6891         * gtk/gtkuimanager.c (text_handler): Report unexpected character
6892         data as error from the GMarkup parser, otherwise things like
6893         gtk_ui_manager_add_ui_from_string (ui, "Hi there!", -1, &error) 
6894         pass unexpectedly.
6895
6896 Wed Sep 17 02:38:53 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6897
6898         * gtk/gtktoolbar.c (gtk_toolbar_class_init): revert accidentally
6899         committed redraw_on_allocate change.
6900
6901 Tue Sep 16 10:42:00 2003  Eric Warmenhoven  <eric@warmenhoven.org>
6902
6903         * gdk/linux-fb/gdkwindow-fb.c: Add gdk_window_set_keep_{above,below}
6904         stubs to fix compilation
6905
6906         * gdk/linux-fb/gdkrender-fb.c: Add gdk_shadow_fb_stop_updates stub for
6907         when shadowfb is disabled. Patch from pjm@cctechnol.com (#120847).
6908
6909         * gdk/linux-fb/gdkmouse-fb.c: Add GDK_MOUSE_DEVICE environment
6910         variable. Patch from Marc Welz (#121347).
6911
6912 2003-09-16  Matthias Clasen  <maclas@gmx.de>
6913
6914         * gtk/gtkaction.h: Apply egtk-format-protos.
6915
6916 2003-09-15  Matthias Clasen  <maclas@gmx.de>
6917
6918         * gtk/gtkuimanager.c: Doc tweaks.
6919
6920         Smart separators; see 
6921         http://mail.gnome.org/archives/gtk-devel-list/2003-September/msg00133.html:
6922         
6923         * gtk/gtkuimanager.c (update_smart_separators): New function which 
6924         implements "smart" separators by iterating once over the entries of a 
6925         menu, hiding and showing separators as necessary.
6926         (update_node): Mark separators used as fences of placeholders as
6927         hidden. Explicitly added separators are marked as smart. Call 
6928         update_smart_separators after updating a menu or toolbar node. 
6929         Connect update_smart_separators to "notify::visible" signal on menu
6930         and tool items.
6931         
6932         * tests/merge-[12].ui: Test smart separators.
6933
6934         Changes to allow setting action state before connecting signal; see
6935         the thread starting at 
6936         http://mail.gnome.org/archives/gtk-devel-list/2003-September/msg00140.html:
6937         
6938         * gtk/gtkactiongroup.[hc]: (gtk_action_group_add_radio_actions):
6939         (gtk_action_group_add_radio_actions_full): Add value parameter to allow
6940         setting the currently selected group member before connecting signals.
6941         (GtkToggleActionEntry): Separate struct for constructing toggle actions,
6942         including a boolean to initialize the action state before connecting
6943         signals.
6944         (gtk_action_group_add_toggle_actions):
6945         (gtk_action_group_add_toggle_actions_full): New functions to construct
6946         toggle actions from an array of GtkToggleActionEntries.
6947
6948         * demos/gtk-demo/appwindow.c: 
6949         * tests/testactions.c: 
6950         * tests/testmerge.c: Adjust to new action group API.
6951
6952 Sun Sep 14 16:59:52 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6953
6954         * gtk/gtktoolbar.c (gtk_toolbar_init): Name the arrow 
6955         "gtk-toolbar-arrow" so themes can special-case it.
6956
6957 Sun Sep 14 16:07:49 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6958
6959         * gtk/Makefile.am (gtk_c_sources): sort the list of files.
6960
6961 Sun Sep 14 15:49:00 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6962
6963         * gtk/gtktoolbar.c (toolbar_item_is_homogeneous): Unref the
6964         PangoFontMetrics. Patch from Steve Chaplin (#122257).
6965
6966 2003-09-14  Tor Lillqvist  <tml@iki.fi>
6967
6968         * gdk/win32/gdkwindow-win32.c (show_window_internal): Remove
6969         special-case code for WS_EX_TRANSPARENT (GDK_INPUT_ONLY) windows,
6970         the usefulness of which was already in doubt. Removing it fixes
6971         bugs #118575 and #121851.
6972
6973 Fri Sep 12 16:32:53 2003  Jonathan Blandford  <jrb@redhat.com>
6974
6975         Merge from stable.
6976
6977         * gtk/gtktreeview.c (gtk_tree_view_button_press): only save the
6978         pressed button (used to determine if we want to initiate a drag later
6979         on) if the current grab widget is either NULL or tree_view (Reported
6980         by Jeroen Zwartepoorte).
6981
6982 2003-09-12  Matthias Clasen  <maclas@gmx.de>
6983
6984         * gdk/gdkdraw.c (gdk_draw_string, gdk_draw_text) 
6985         (gdk_draw_text_wc): Add deprecation notes.  (#121955, Martin Pool)
6986
6987 2003-09-11  Matthias Clasen  <maclas@gmx.de>
6988
6989         * gdk/gdkpango.c: Doc tweaks.
6990
6991         * tests/testgtk.c: Add table menu tests.
6992
6993         * gtk/gtkmenu.c (gtk_menu_free_private): Don't forget to free the 
6994         GtkMenuPrivate struct itself. Pointed out by valgrind.
6995
6996         * gtk/gtkuimanager.c (gtk_ui_manager_finalize): Clean up 
6997         properly.  (#121998)
6998
6999 Wed Sep 10 22:25:04 2003  Kristian Rietveld  <kris@gtk.org>
7000
7001         The table menu patch! Turns GtkMenu into a table, so you can attach
7002         menu items in numerous new ways! Be creative!
7003
7004         Contains some bug fixes and RTL adaptions from Matthias Clasen.
7005
7006         * gtk/gtkmenu.c [toplevel]: introduce ATTACH_INFO_KEY, extend
7007         GtkMenuPrivate, introduce AttachInfo, add child properties enum,
7008         (gtk_menu_free_private), (gtk_menu_get_private): we have to free
7009         the heights array in the private struct,
7010         (gtk_menu_class_init): reorder code a bit, install child properties,
7011         (get_attach_info), (get_child_attach): new utility functions,
7012         (gtk_menu_set_child_property), (gtk_menu_get_child_property): introduce
7013         child properties, for the attach info,
7014         (gtk_menu_remove): remove AttachInfo from menu item,
7015         (gtk_menu_real_insert): implemented algorithm to automagically place
7016         inserted menu items at the correct place in the table,
7017         (gtk_menu_size_request), (gtk_menu_size_allocate),
7018         (compute_child_offset): reworked/rewritten to support table menus,
7019         (gtk_menu_attach): new function,
7020         (find_child_containing), (gtk_menu_move_current): new functions to
7021         get table menu keynav right.
7022
7023         * gtk/gtkmenu.h: add gtk_menu_attach() prototype.
7024
7025 2003-09-10  Matthias Clasen  <maclas@gmx.de>
7026
7027         * gtk/gtksocket.c (gtk_socket_filter_func): Only remove 
7028         PropertyNotify events from the stream if they have been handled,
7029         in order to enable extending the plug<->socket communication via
7030         properties.
7031
7032 Wed Sep 10 01:06:44 2003  Kristian Rietveld  <kris@gtk.org>
7033
7034         Big TreeView DnD fixage, makes drops on empty models work, makes
7035         TreeStore DnD work and gets rid of gtk-tree-model-drop-append.
7036         Related bugs #95362 and #113314. I don't want to touch this code
7037         ever again.
7038
7039         * gtk/gtktreeprivate.h (GtkTreePrivate): add empty_view_drop field.
7040
7041         * gtk/gtktreednd.c (gtk_tree_get_row_drag_data): add check
7042         for selection_data->length.
7043
7044         * gtk/gtktreeview.c (struct DestRow), (dest_row_free),
7045         (set_dest_row), (get_dest_row): we don't store just the row ref
7046         anymore, but a struct with the row ref and additional info,
7047         (set_destination_row): handle drops on empty space and some
7048         style fixes,
7049         (get_logical_dest_row): also return path_down_mode/drop_append_mode
7050         flags, handle dropping childs on their new parents, rewrite
7051         drop append handling into something saner,
7052         (gtk_tree_view_drag_motion): show a "drop possible arrow" on empty
7053         spaces,
7054         (gtk_tree_view_drag_drop): updates for updated backend,
7055         (gtk_tree_view_drag_data_received): updates for updated backend,
7056         path down mode (treestore DnD) handling,
7057         (gtk_tree_view_set_drag_dest_row): set empty_view_drop flag,
7058         when we are trying to drop a row on an empty model,
7059         (gtk_tree_view_get_drag_dest_row): handle empty_view_drop flag.
7060
7061         * gtk/gtkliststore.c (gtk_list_store_drag_data_received),
7062         (gtk_list_store_row_drop_possible): style and drop-append fixes.
7063
7064         * gtk/gtktreestore.c (gtk_tree_store_drag_data_received): ditto.
7065
7066 2003-09-08  Alexander Larsson  <alexl@redhat.com>
7067
7068         * gtk/gtkeventbox.[hc]:
7069         Implement gtk_event_box_get/set_input_only()
7070         
7071         * tests/testgtk.c:
7072         Tests for the new input only event boxes
7073
7074 Mon Sep  8 21:44:20 2003  Kristian Rietveld  <kris@gtk.org>
7075
7076         Fixes from David Hampton <hampton@employees.org> via gtk-devel-list.
7077
7078         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_elt_get_path): fix
7079         the call to gtk_tree_model_filter_add_root,
7080         (gtk_tree_model_filter_row_changed): bail out if c_path is not above
7081         the virtual root, allow building levels on the second try to convert
7082         the child path to a filter path,
7083         (gtk_tree_model_filter_convert_iter_to_child_iter): pass the virtual
7084         root when calling gtk_tree_model_filter_elt_get_path.
7085
7086 2003-09-07  Matthias Clasen  <maclas@gmx.de>
7087
7088         * gtk/gtkuimanager.c (update_node): Fix a C99ism.  (#121640,
7089         Josh Beam)
7090
7091         Fixes for accelerator handling during (un)merging:
7092         
7093         * gtk/gtkuimanager.c (update_node): Move setting info-action
7094         after the switch, since the old action is needed in some cases.
7095         In cases of proxy type mismatch, disconnect the old proxy from
7096         the old action.
7097
7098         * gtk/gtkaction.c (remove_proxy): Renamed from 
7099         gtk_action_remove_proxy(). Move unsetting of the accelerator
7100         here from disconnect_proxy() in order to catch all cases of 
7101         removing a proxy.
7102         (gtk_action_disconnect_proxy): Fix logic in g_return_if_fail()
7103         to fail if proxy isn't a proxy of action.
7104
7105 2003-09-07  Pablo Saratxaga  <pablo@mandrakesoft.com>
7106
7107         * configure.in: Added Uzbek latin (uz) and cyrillic (uz@Cyrl) to
7108         ALL_LINGUAS
7109
7110 2003-09-07  Matthias Clasen  <maclas@gmx.de>
7111
7112         * gtk/gtkaction.c (disconnect_proxy): Make disconnect work
7113         for toolitems.
7114
7115 2003-09-06  Matthias Clasen  <maclas@gmx.de>
7116
7117         * gtk/gtkaction.c (gtk_action_connect_proxy): Disconnect from 
7118         prev_action, not from action.  (Fix by David Hampton)
7119
7120 Fri Sep  5 14:15:10 2003  Owen Taylor  <otaylor@redhat.com>
7121  
7122         * Back out locale-dependent interpretation of
7123         KP_Decimal, the official XFree86 interpretation
7124         is that KP_Decimal => . KP_Separator => ,
7125         always, independent of locale. 
7126         (#105161, Frederic Crozat, 
7127         http://bugs.xfree86.org/show_bug.cgi?id=534)
7128  
7129 2003-09-04  Matthias Clasen  <maclas@gmx.de>
7130
7131         * tests/testmerge.c: Test buttons and toggle buttons as proxies.
7132
7133         * gtk/gtktoggleaction.c (connect_proxy): 
7134         (gtk_toggle_action_real_toggled): Support toggle buttons as proxies. Note 
7135         that a "draw_as_radio" property is needed for check buttons similar to 
7136         check menu items, in order to fully support button proxies for radio actions.
7137
7138         * gtk/gtkaction.c (connect_proxy): Allow buttons as proxies.
7139
7140         * tests/testmerge.c (toggle_dynamic): Test gtk_ui_manager_add_ui(). 
7141
7142         * gtk/gtkuimanager.h: Add GtkUIManagerItemType enum which is needed for the
7143         'type' argument of gtk_ui_manager_add_ui().
7144
7145         * gtk/gtkuimanager.[hc] (gtk_ui_manager_add_ui): Add 'type' and 'top' arguments
7146         to make this function as powerful as the XML methods of adding UI.  (#120647)
7147
7148 Thu Sep  4 19:11:23 2003  Kristian Rietveld  <kris@gtk.org>
7149
7150         Merge from stable.
7151
7152         * docs/RELEASE-HOWTO: updates.
7153
7154 2003-09-04  Matthias Clasen  <maclas@gmx.de>
7155
7156         * tests/merge-2.ui: Use "position" instead of "pos".
7157
7158         * gtk/gtkuimanager.c (start_element_handler): No need 
7159         to be terse: Change the name of the "pos" attribute
7160         to "position".
7161
7162 2003-09-04  Matthias Clasen  <maclas@gmx.de>
7163
7164         * gtk/gtkuimanager.c: Un-prefix GtkUIManagerNodeType and 
7165         GtkUIManagerNode to shorten the names and to make the
7166         GTK_UI_MANAGER_<TYPE> names available for a public enum.
7167
7168         * gtk/gtkactiongroup.c:
7169         * gtk/gtkuimanager.c: Various doc tweaks.       
7170
7171         * gtk/gtkuimanager.c (start_element_handler):
7172         (end_element_handler): Improve error reporting. 
7173
7174 Wed Sep  3 23:18:17 2003  Kristian Rietveld  <kris@gtk.org>
7175
7176         Merge from stable.
7177
7178         * gtk/gtkmenu.c (gtk_menu_real_move_scroll): for the END case,
7179         use end_position - page_size instead of G_MAXINT, since
7180         gtk_menu_scroll_to doesn't CLAMP anymore internally. (Fixes #121237,
7181         reported by Havoc Pennington).
7182
7183 Wed Sep  3 21:58:03 2003  Kristian Rietveld  <kris@gtk.org>
7184
7185         Merge from stable.
7186
7187         * gtk/gtkiconfactory.c (cached_icon_free): if icon->style != NULL,
7188         unref it. (Fixes memleak, patch from Kjartan Maraas).
7189
7190 Wed Sep  3 21:38:26 2003  Kristian Rietveld  <kris@gtk.org>
7191
7192         * gdk/Makefile.am, gdk/linux-fb/gdkfbmanager.c, gdk/x11/gdkcolor-x11.c,
7193         gdk-pixbuf/io-gif.c, gtk/Makefile.am, gtk/gtkcalendar.c,
7194         gtk/gtkclist.c, gtk/gtkctree.c, gtk/gtkdnd.c, gtk/gtkentry.c,
7195         gtk/gtkhandlebox.c, gtk/gtkitemfactory.c, gtk/gtkmenu.c,
7196         gtk/gtknotebook.c, gtk/gtkrange.c, gtk/gtkrc.h, gtk/gtktree.c,
7197         gtk/gtktypeutils.h: big patch from Kjartan Maraas
7198         to fix numerous typos.
7199
7200 Wed Sep  3 17:38:01 BST 2003  Tony Gale <gale@gtk.org>
7201
7202         * docs/faq/gtk-faq.sgml: Correct compile line for threads example.
7203
7204 2003-09-02  Tor Lillqvist  <tml@iki.fi>
7205
7206         * gdk/win32/gdkdisplay-win32.c (gdk_display_open): Don't call
7207         CloseHandle() on the HMODULE returned from GetModuleHandle().
7208         Didn't cause any harm, but didn't do anything useful either. When
7209         running a GTK+ program under MS's debugger, the CloseHandle() call
7210         would cause a "first-chance exception" in ntdll.dll to show up.
7211         (The exception is caught appropriately if you let it proceed, but
7212         it confuses the person using the debugger). Thanks to Bruce
7213         Hochstetler for noticing.
7214
7215 Tue Sep  2 21:01:19 2003  Kristian Rietveld  <kris@gtk.org>
7216
7217         Merge from stable.
7218
7219         * gtk/gtktreeview.c (gtk_tree_view_button_press): revert the change
7220         to only select when button 1 is pressed introduced in the fix of
7221         bug #120187.
7222
7223 2003-09-02  Matthias Clasen  <maclas@gmx.de>
7224
7225         * gtk/gtkactiongroup.c (gtk_action_group_new): Doc addition.
7226
7227         * gtk/gtkuimanager.c: Shorten the names of some static 
7228         functions.
7229
7230         Support adding and removing merge nodes dynamically (#120647, 
7231         Anders Carlsson):
7232         
7233         * gtk/gtkuimanager.[ch] (gtk_ui_manager_new_merge_id): Renamed 
7234         gtk_ui_manager_next_merge_id to gtk_ui_manager_new_merge_id 
7235         and made it public.
7236         (gtk_ui_manager_add_ui): New function to add UI elements
7237         without juggling XML fragments, currently restricted to menuitems,
7238         toolitems and separators. Actions still come from registered 
7239         action groups.
7240
7241 Mon Sep  1 19:39:14 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
7242
7243         * gdk/gdkwindow.c (gdk_window_get_bg_gc): Fix bug where the
7244         background pixmap was being offset twice, once by the ts_origin in
7245         gdk_window_get_bg_gc(), and once by gdk_draw_rectangle().
7246
7247 2003-09-01  Matthias Clasen  <maclas@gmx.de>
7248
7249         * gtk/gtkuimanager.[ch] (gtk_ui_manager_ensure_update): Make
7250         this public again, since it's occasionally useful.  (#121128,
7251         Marco Pesenti Gritti)
7252
7253         * gtk/gtkaction.c: Add an "is_important" property and propagate
7254         it to toolitem proxies.  (#121058, Marco Pesenti Gritti)
7255
7256 Mon Sep  1 00:32:30 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
7257
7258         * tests/testtoolbar.c (main): connect to "delete_event" so the
7259         application will actually quit when you close the window
7260
7261 2003-09-01  Matthias Clasen  <maclas@gmx.de>
7262
7263         * gtk/gtkuimanager.c (gtk_ui_manager_get_widget) 
7264         (gtk_ui_manager_get_action): g_return_if_fail() if
7265         path is NULL.
7266         (gtk_ui_manager_get_node): Avoid a segfault if path is empty.
7267         (gtk_ui_manager_finalize): Remove the idle on finalize. (#121125, 
7268         Marco Pesenti Gritti)
7269
7270 2003-08-31  Matthias Clasen  <maclas@gmx.de>
7271
7272         * gtk/gtktoolitem.c: Fix some typos in docs.
7273
7274         * gtk/gtkuimanager.[ch] (gtk_ui_manager_get_action): New function,
7275         replaces gtk_ui_manager_activate().  (#120658)
7276
7277         * tests/testmerge.c: Use gtk_ui_manager_get_action() instead of
7278         gtk_ui_manager_activate().
7279
7280         * gtk/gtkaction.c: 
7281         * gtk/gtkactiongroup.c: Some doc tweaks.
7282
7283         * gtk/gtkuimanager.[hc]: Get rid of the remove_widget signal. It
7284         wasn't emitted anyway. Some doc tweaks.
7285
7286 2003-08-30  Matthias Clasen  <maclas@gmx.de>
7287
7288         * tests/testmerge.c (add_widget): Connect to "destroy" on toolbar,
7289         rather than to "remove" on handlebox. 
7290
7291         * gtk/gtkuimanager.[hc] (gtk_ui_manager_activate): New method to
7292         activate an action found by following a path.  (#120658)
7293
7294         * tests/testmerge.c: Add a button to test gtk_ui_manager_activate().
7295
7296         * tests/testmerge.c (add_widget): Put toolbars in handleboxes.
7297
7298         * gtk/gtkuimanager.[hc]: Add a boolean property, "add_tearoffs" with 
7299         setter and getter. If it is set, add tearoff menu items to regular 
7300         menus, but not to popups. Add a signal "changed", which gets emitted
7301         when the merged ui has changed.  (#120649, #120656)
7302
7303         * tests/testmerge.c: Add button to test the generation of tearoff 
7304         menu items.
7305
7306 2003-08-29  Matthias Clasen  <maclas@gmx.de>
7307
7308         * gtk/gtkactiongroup.c (gtk_action_group_add_radio_actions_full): 
7309         Actually group the actions together rather than putting each in its 
7310         own group.
7311
7312         * gtk/gtkradioaction.c (create_menu_item): Set "draw_as_radio" on 
7313         proxy menu items for radio actions.
7314
7315         * gtk/gtkgamma.c (gamma_ok_callback): Use g_strtod instead of strtod.
7316
7317 Fri Aug 29 21:40:01 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
7318
7319         * gtk/gtkactiongroup.c (gtk_action_group_add_radio_actions_full):
7320         Fix use of uninitialized variable.
7321
7322         * gtk/gtktextutil.c
7323         (_gtk_text_util_append_special_char_menuitems): add const cast to
7324         get rid of warning
7325
7326 2003-08-29  Matthias Clasen  <maclas@gmx.de>
7327
7328         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_class_init): Install 
7329         "draw_as_radio" as a separate property, not as an alias of 
7330         "inconsistent".
7331         (gtk_check_menu_item_get_property): 
7332         (gtk_check_menu_item_set_property): Also support "draw_as_radio".
7333
7334 Fri Aug 29 20:32:07 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
7335
7336         * gtk/gtktoolbar.c: Only treat buttons as homogeneous when they
7337         are narrower than 13 time the estimated character width of the
7338         font. (#107781, David Bordoley)
7339
7340         * gtk/gtktoggletoolbutton.c (gtk_toggle_tool_button_init): Check
7341         here if the GtkToggleButton is active. This may be the case if it
7342         is a radio button.
7343
7344         * gtk/gtktoolbar.c: Clarify documentation wrt. GtkSignalFunc
7345         vs. void (*) (GtkWidget, gpointer). (#107495, Mariano
7346         Suarez-Alvarez).
7347
7348         * gtk/gtkcheckmenuitem.[ch]: new "draw_as_radio"
7349         property. (#111207, David Bordoley).
7350
7351         * gtk/gtktoggletoolbutton.c
7352         (gtk_toggle_tool_button_create_menu_proxy): use new
7353         "draw_as_radio" property on the menu item when the item is a radio
7354         tool button
7355
7356         * gtk/gtktoolbutton.c (gtk_tool_button_create_menu_proxy): Fixes
7357         to only pay attention to the "use_underline" property when the
7358         button label comes from the "label" property.
7359
7360 2003-08-29  Laurent Dhima  <laurenti@alblinux.net>
7361
7362         * configure.in: Added "sq" to ALL_LINGUAS.
7363         
7364 2003-08-28  Matthias Clasen  <maclas@gmx.de>
7365
7366         * gdk/x11/gdkkeys-x11.c (gdk_keymap_translate_keyboard_state): Markup
7367         fix in the docs.
7368
7369         * gtk/gtkuimanager.c: Change the XML format:
7370         <Root> element is replaced by <ui>,
7371         <menu> element is replaced by <menubar>,
7372         <submenu> element is replaced by <menu>,
7373         <dockitem> element is replaced by <toolbar>,
7374         <popups> element is gone,
7375         verb attribute is replaced by action,
7376         name defaults to action or the element name. 
7377
7378         * gtk/gtkactiongroup.[hc]: Replace GtkActionGroupEntry by 
7379         GtkActionEntry and GtkRadioActionEntry. GtkActionEntry is simplified 
7380         by removing the user_data, entry_type and extra_data fields, 
7381         GtkRadioActionEntry is further simplified by removing the callback. 
7382         The user_data can now be specified as an argument to 
7383         gtk_action_group_add_actions(). There is a new method 
7384         gtk_action_group_add_radio_actions(), which is similar to 
7385         gtk_action_group_add_actions(), but takes GtkRadioActionEntrys
7386         and a callback parameter in addition to the user_data. The callback
7387         is connected to the ::changed signal of the first group member.
7388         There are _full() variants taking a GDestroyNotify of 
7389         gtk_action_group_add_[radio_]actions().
7390
7391         * gtk/gtkradioaction.[hc]: Add a ::changed signal which gets emitted 
7392         on every member of the radio group when the active member is changed. 
7393         Add an integer property "value", and a getter for the value of "value"
7394         on the currently active group member. 
7395
7396         * tests/testactions.c: 
7397         * tests/testmerge.c: 
7398         * tests/merge-[123].ui:  
7399         * demos/gtk-demo/appwindow.c: Adjust to these changes.
7400
7401         * gtk/gtktoolbar.c (gtk_toolbar_append_element): Trivial doc fix.
7402
7403 2003-08-27  Anders Carlsson  <andersca@gnome.org>
7404
7405         * demos/gtk-demo/appwindow.c (do_appwindow): Focus the
7406         text view, so the tool bar won't have focus.
7407
7408 Tue Aug 26 09:57:38 2003  Owen Taylor  <otaylor@redhat.com>
7409
7410         * gdk/x11/gdkkeys-x11.c (update_keymaps): Fix variable
7411         declaration not at start of block. (#120371, Damien Carbery)
7412
7413 2003-08-26  Matthias Clasen  <maclas@gmx.de>
7414
7415         * gtk/gtkuimanager.[hc] (gtk_ui_manager_add_ui_from_string): Use gssize 
7416         for length, not gsize.
7417
7418         * gtk/gtkuimanager.c: Refactor the XML format a bit: rename <Root> to 
7419         <ui> and make it optional in strings. Rename verb to action, <dockitem> 
7420         to <toolbar>, <menu> to <menubar>, <submenu> to <menu>.
7421
7422         * demos/gtk-demo/appwindow.c: 
7423         * tests/testactions.c: 
7424         * tests/testmerge.c:
7425         * tests/merge-1.ui:
7426         * tests/merge-2.ui:
7427         * tests/merge-3.ui: Adjust to the new XML format.
7428
7429 Mon Aug 25 19:55:55 2003  Owen Taylor  <otaylor@redhat.com>
7430
7431         * gtk/gtktextview.c (gtk_text_view_update_layout_width): 
7432         Since we add one to the layout's reported width to
7433         account for the cursor, we need to subtract one when
7434         setting the wrap width for the layout. (Fixes infinite
7435         loop (#120325, Frederic Crozat)
7436
7437         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): 
7438         Be a bit more careful about rounding when converting
7439         wrapped width from Pango units to pixels.
7440
7441 2003-08-26  Matthias Clasen  <maclas@gmx.de>
7442
7443         Rename GtkMenuMerge to GtkUIManager. 
7444         
7445         * gtk/gtkuimanager.[hc]: New files. 
7446         * gtk/gtkmenumerge.[hc]: Removed. 
7447
7448         * gtk/Makefile.am: 
7449         * gtk/gtk.h:
7450         * tests/testmerge.c: 
7451         * tests/testactions.c: 
7452         * demos/gtk-demo/appwindow.c: Replace all uses of GtkMenuMerge by 
7453         GtkUIManager.
7454
7455         * demos/gtk-demo/appwindow.c: Make GtkMenuMerge demo less intimidating: 
7456         add comments to entries array, remove newlines from ui definition. Don't 
7457         use the ::add_widget signal.
7458
7459 Mon Aug 25 17:28:04 2003  Owen Taylor  <otaylor@redhat.com>
7460
7461         * gtk/gtknotebook.c (gtk_notebook_forall): Don't
7462         include page->menu_label - causes various problems,
7463         including #12047.
7464
7465 Mon Aug 25 23:21:43 2003  Kristian Rietveld  <kris@gtk.org>
7466
7467         Merge from stable.
7468
7469         Fixes #115871, reported by Michael Natterer.
7470
7471         * gtk/gtktreeprivate.h: added GtkTreeSelectMode enum,
7472         added ctrl_pressed and shift_pressed bitfields,
7473         (_gtk_tree_selection_internal_select_node): replace GdkModifierType
7474         arg with GtkTreeSelectMode.
7475
7476         * gtk/gtktreeselection.c (gtk_tree_selection_set_mode),
7477         (gtk_tree_selection_select_path), (gtk_tree_selection_unselect_path),
7478         (_gtk_tree_selection_internal_select_node): all updated for
7479         GdkModifierType -> GtkTreeSelectMode move.
7480
7481         * gtk/gtktreeview.c (gtk_tree_view_button_press): set ctrl_pressed
7482         and shift_pressed around selection handling block,
7483         (gtk_tree_view_real_select_cursor_row),
7484         (gtk_tree_view_real_toggle_cursor_row),
7485         (gtk_tree_view_real_selection_cursor_parent),
7486         (gtk_tree_view_real_set_cursor): use ctrl_pressed and shift_pressed,
7487         instead of checking the event state. And also updates for the
7488         GdkModifierType -> GtkTreeSelectMode move.
7489
7490 Wed Aug 20 21:26:49 2003  Owen Taylor  <otaylor@redhat.com>
7491
7492         * gtk/gtkplug.c (gtk_plug_focus): Send the focus on
7493         to the parent when there was no focus widget before
7494         and no focus widget after - that is, when there are
7495         no focusable widgets. (#108678, help tracking it
7496         down from Padraig O'Briain, Federico Mena Quintero, )
7497
7498         * gtk/gtkxembed.[ch]: Move various shared utilities
7499         for the XEMBED protocol eused by GtkPlug and GtkSocket 
7500         here.
7501
7502         * gtk/gtkxembed.[ch] gtkplug.c gtksocket.c: Implement
7503         a flag bit that is sent with focus mesages to indicate
7504         that the focus has wrapped around on the toplevel;
7505         use this bit to catch infinite loops when there is no
7506         focusable widget at ll in the entire toplevel.
7507
7508         * tests/testsocket.c (child_read_watch): Remove an
7509         extraneous unref.
7510
7511         * gtk/gtkplug.c gtk/gtksocket.c gtk/gtkxembed.h: 
7512         Up XEMBED protocol version to 1, add logic for 
7513         sending the right version in XEMBED_EMBEDDED_NOTIFY.
7514
7515         * gtk/gtksocket.c (gtk_socket_add_window): Send
7516         the embedder window in the XEMBED_EMBEDDED_NOTIFY
7517         as the spec requires.
7518
7519 Mon Aug 25 16:15:41 2003  Owen Taylor  <otaylor@redhat.com>
7520
7521         * gdk/x11/gdkkeys-x11.c: Fix up CapsLock and 
7522         NumLock handling for non-XKB. Add a special case
7523         hack for NumLock on Sun servers. (Patch from
7524         Robert Basch, #115819)
7525
7526 2003-08-25  Matthias Clasen  <maclas@gmx.de>
7527
7528         * gtk/gtkactiongroup.c (gtk_action_group_add_actions): Remove C99isms. (Morten 
7529         Welinder)
7530
7531         * gtk/gtkactiongroup.[hc] (gtk_action_group_set_translate_func,
7532         gtk_action_group_set_translation_domain): Hooks for translation of
7533         label and tooltip in GtkActionGroupEntries.  (#120620)
7534
7535 2003-08-25  Matthias Clasen  <maclas@gmx.de>
7536
7537         * gtk/gtkactiongroup.h (GtkActionGroupEntryType): Namespace the enum
7538         values properly. Sorry about the resize grip trouble, Owen.  (#120621)
7539         
7540         * gtk/gtkactiongroup.c: 
7541         * demos/gtk-demo/appwindow.c: 
7542         * tests/testmerge.c: 
7543         * tests/testactions.c: Use new GtkActionGroupEntryType enum.  
7544
7545 Sun Aug 24 17:14:44 2003  Owen Taylor  <otaylor@redhat.com>
7546
7547         * gtk/gtk.h: Remove reference to gtkresizegrip.h.
7548
7549 Sun Aug 24 17:03:44 2003  Owen Taylor  <otaylor@redhat.com>
7550
7551         * gtk/Makefile.am: Fix accidental commit of references
7552         to gtkresizegrip.[ch]
7553
7554 Sun Aug 24 17:00:03 2003  Owen Taylor  <otaylor@redhat.com>
7555
7556         * gtk/gtkrc.c: Fix some missing initializations of
7557         rc_file->directory.
7558
7559 2003-08-24  Matthias Clasen  <maclas@gmx.de>
7560
7561         * gtk/gtkaction.[ch]: 
7562         * gtk/gtktoggleaction.[ch]: 
7563         * gtk/gtktoggleactionprivate.h: 
7564         * gtk/gtkradioaction.[ch]: 
7565         * gtk/gtkactiongroup.[ch]: 
7566         * gtk/gtkmenumerge.[ch]: A model-view separation for menus and
7567         toolbars, using the EggMenu code by James Henstridge.
7568
7569         * gtk/gtk.h: Include new headers.
7570         * gtk/Makefile.am: Add new files.
7571
7572         * tests/testactions.c: Test for actions.
7573         * tests/testmerge.c: Test for menu merging.
7574         * tests/merge-[123].ui: Test data for testmerge. 
7575         * tests/Makefile.am: Add testactions and testmerge.
7576
7577         * demos/gtk-demo/appwindow.c: Use GtkMenuMerge to construct the 
7578         menubar and toolbar.
7579         
7580 Sat Aug 23 21:40:18 2003  Owen Taylor  <otaylor@redhat.com>
7581  
7582         * gtk/gtkrc.c (gtk_rc_context_parse_one_file): Fix 
7583         problem where rc_file->directory wasn't always getting
7584         set. (#120549, Luis Villa)
7585  
7586 2003-08-22  Christian Rose  <menthos@menthos.com>
7587
7588         * configure.in: Added "ne" to ALL_LINGUAS.
7589
7590 Thu Aug 21 16:00:36 2003  Owen Taylor  <otaylor@redhat.com>
7591  
7592         * gtk/gtkrc.c: Keep a list of current GtkRcFiles
7593         being parsed, not just the directories for those
7594         files. Use that to catch recursion. (Part of
7595         #114988)
7596  
7597 Thu Aug 21 21:27:45 2003  Kristian Rietveld  <kris@gtk.org>
7598
7599         Merge from stable.
7600
7601         Fix option menu scrolling (#119821, Owen Taylor).
7602
7603         * gtk/gtkmenu.c (gtk_menu_scroll_to): remove logic introduced
7604         by #80484 and the CLAMP,
7605         (get_menu_height): new function,
7606         (gtk_menu_real_move_scroll): sort of moved the CLAMP here to correct
7607         new_offset to handle page up/down right.
7608
7609 Thu Aug 21 15:17:42 2003  Owen Taylor  <otaylor@redhat.com>
7610
7611         * gdk/x11/gdkkeys-x11.c: Change the interpretation
7612         of consumed_modifiers so that it contains:
7613          - Modifiers combinations actually found in
7614            state.
7615          - Single modifier modifier combinations.
7616         But not multi-modifier combinations that aren't
7617         in event->state. Document. (#100439)
7618
7619 Thu Aug 21 20:53:46 2003  Kristian Rietveld  <kris@gtk.org>
7620
7621         Slightly modified patch from Yann Rouillard to improve selection
7622         behavior with the mouse. Fixes #120187.
7623
7624         * gtk/gtktreeview.c (gtk_tree_view_button_press): only
7625         select/deselect items on the first button press of button 1,
7626         expand checks for row_activated to include triple clicks.
7627
7628 Thu Aug 21 01:33:51 2003  Kristian Rietveld  <kris@gtk.org>
7629
7630         Merge from stable.
7631
7632         * gtk/gtkspinbutton.c (gtk_spin_button_size_request): always round
7633         approximate digit widths up, to avoid truncation, convert to
7634         pango pixels when we have the full string width instead of converting
7635         the approx digit width to pango pixels, take inner border and
7636         interior focus into account correctly. (Fixes #116368, patch from
7637         Morten Welinder).
7638
7639 2003-08-20  Noah Levitt  <nlevitt@columbia.edu>
7640
7641         * gtk/queryimmodules.c: Don't look at the same directory twice (in
7642         simple cases). (#120342)
7643
7644 Wed Aug 20 22:04:47 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
7645
7646         * gdk/gdkwindow.c: Make the layers in the paint stack have their
7647         own pixmap instead of sharing one. (#118317)
7648
7649         * tests/testgtk.c (create_get_image): Fixes to make the window fit
7650         on an 800x600 screen
7651
7652 Wed Aug 20 22:03:25 2003  Kristian Rietveld  <kris@gtk.org>
7653
7654         Merged from stable.
7655
7656         * gtk/gtkspinbutton.c (start_spinning): change the type of step
7657         to gdouble, since it gets it's data from a gdouble (Fixes #113547).
7658
7659 Mon Aug 18 17:19:12 2003  Owen Taylor  <otaylor@redhat.com>
7660
7661         * modules/input/gtkimcontextxim.[ch]: Substantially
7662         rework the handling of status windows:
7663         
7664          - Store the current StatusWindow in the 
7665            GtkIMContextXIM structure and vice-versa, so we
7666            don't have to hunt the window hierarchy on
7667            cleanup.
7668          - Use the Gtkidget hierarchy instead of/or as well
7669            as the GdkWindow hierarchy when finding the toplevel;
7670            this helps for things like GtkHandlebox
7671          - Watch GtkWidget::hierarchy_changed to catch 
7672            changes in the toplevel without changes in the
7673            GdkWindow (reparenting)
7674          - Never create the GtkWindow for the status window
7675            unless we have text to display.
7676          - Various cleanups, add lots of comments.
7677
7678         (#115077, much help from Takuro Ashie and Hidetoshi
7679         Tajima in tracking this down and figuring out a fix.)
7680
7681         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_focus_in): 
7682
7683         * modules/input/gtkimcontextxim.c: Track the current
7684         screen for each toplevel so that we show the status
7685         window on the right screen. (#116340, James Su)
7686
7687         * modules/input/gtkimcontextxim.c: If create a new IC
7688         when we currently have the focus, call XSetICFocus()
7689         on it.
7690         
7691         * modules/input/gtkimcontextxim.c (get_im): Fix bug
7692         with multiple open screens.
7693
7694 Tue Aug 19 14:37:46 2003  Owen Taylor  <otaylor@redhat.com>
7695
7696         * gtk/gtkimmulticontext.[ch] (struct _GtkIMMulticontext): 
7697         Replace client_window field with 'priv' pointer,
7698         retaining binary compatibility.
7699
7700         * gtk/gtkimmulticontext.c (gtk_im_multicontext_set_slave): 
7701         save use_preedit/cursor_location/focus status and set
7702         up the new slave appropriately. (#118651, Botond Botyanszki)
7703
7704 Tue Aug 19 13:58:50 2003  Owen Taylor  <otaylor@redhat.com>
7705
7706         * gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): 
7707         Don't use impl->position_info.clip_rect for toplevels.
7708         (#107068, reported by Thomas Mirlacher)
7709
7710 Mon Aug 18 11:48:51 2003  Owen Taylor  <otaylor@redhat.com>
7711
7712         * gdk/x11/gdkdrawable-x11.c (convert_to_format): 
7713         Add a fallback for unaligned source data for
7714         FORMAT_ARGB_MASK. (#117217)
7715
7716 Mon Aug 18 10:51:57 2003  Owen Taylor  <otaylor@redhat.com>
7717
7718         * configure.in: Rework handling of REBUILD_PNGS,
7719         so that we also don't try to REBUILD_PNGS when
7720         cross-compiling and there is no gdk-pixbuf-csource.
7721         But give an error if gtk/stock-icons/gtkstockpixbufs.h
7722         is not in the source tree. (Note that REBUILDS_PNG
7723         was set backwards before, which is why you always
7724         had to manually recreate gtkstockpixbufs.h!)
7725
7726 Mon Aug 18 10:19:55 2003  Owen Taylor  <otaylor@redhat.com>
7727
7728         * gtk+-2.0-uninstalled.pc.in: Add a missing gtk/ in the
7729         path to libgtk.la. (#120080, Benedikt Spranger)
7730
7731 Sat Aug 16 10:34:49 2003  Owen Taylor  <otaylor@redhat.com>
7732
7733         * modules/input/imcedilla.c: Make the list of default
7734         languages more comprehensive. (Suggestion of
7735         Fco. Javier F. Serrador)
7736
7737 Sat Aug  9 12:47:11 2003  Owen Taylor  <otaylor@redhat.com>
7738
7739         * gdk/gdk.c (gdk_arg_context_parse): Fix broken 
7740         parentheses when skipping args.
7741
7742 Sat Aug 16 16:22:23 2003  Kristian Rietveld  <kris@gtk.org>
7743
7744         Fix major bug in row ref handling, so the new combo box
7745         will actually work right (:. Bug #107748. Patch written
7746         with help from Tim Janik.
7747
7748         The basic idea is to update the row refs in a closure,
7749         before the actual signal is emitted (rather than having
7750         the model connect signal handlers).
7751
7752         * gtk/gtktreemodel.c (gtk_tree_model_base_init): change
7753         g_signal_new calls for row_inserted, row_deleted and
7754         rows_reordered to use the new marshallers,
7755         (row_inserted_marshall), (row_deleted_marshall),
7756         (rows_reordered_marshall): the new marshallers,
7757         (gtk_tree_row_ref_inserted_callback): renamed to
7758         gtk_tree_row_ref_inserted since it isn't a callback
7759         anymore and gets called by the marshaller now,
7760         (gtk_tree_row_ref_deleted_callback): likewise,
7761         (gtk_tree_row_ref_reordered_callback): likewise,
7762         (connect_ref_callbacks), (disconnect_ref_callbacks):
7763         removed,
7764         (gtk_tree_row_reference_new_proxy),
7765         (gtk_tree_row_reference_free),
7766         (gtk_tree_row_reference_inserted),
7767         (gtk_tree_row_reference_deleted),
7768         (gtk_tree_row_reference_reordered): updated.
7769
7770 Fri Aug 15 16:54:39 2003  Owen Taylor  <otaylor@redhat.com>
7771
7772         Improve Cedilla handling - based on a patch from Gustavo 
7773         De Nardin, #111334
7774
7775         * modules/input/imcedilla.c po/POTFILES.in: Input method that 
7776         produces C_WITH_CEDILLA rather than C_WITH_ACUTE for 
7777         dead_acute+c combinations. Make this the default for
7778         fr and pt.
7779
7780         * gtk/gtkimmulticontext.c (gtk_im_multicontext_get_slave): 
7781         Use LC_CTYPE instead of LC_MESSAGES to pick the default
7782         input method.
7783
7784 Fri Aug 15 17:00:19 2003  Owen Taylor  <otaylor@redhat.com>
7785
7786         * gtk/gtkimcontextsimple.c: Fix missing compose sequence
7787         for Multi_key+c+apostrophe.
7788
7789 Fri Aug 15 21:57:34 2003  Kristian Rietveld  <kris@gtk.org>
7790
7791         Merged from stable.
7792
7793         * gtk/gtktreeview.c (gtk_tree_view_adjustment_changed): stop editing
7794         on vertical scrolling. (#108035, reported by Tim Janik).
7795
7796 Fri Aug 15 20:06:42 2003  Kristian Rietveld  <kris@gtk.org>
7797
7798         Merged from stable.
7799
7800         * gtk/gtktreeview.c (gtk_tree_model_sort_row_changed),
7801         (gtk_tree_model_sort_level_find_insert),
7802         (gtk_tree_model_sort_insert_value): fix off-by-one error.
7803         (#109292 continued, patch from Yann Rouillard).
7804
7805 Fri Aug 15 19:43:14 2003  Kristian Rietveld  <kris@gtk.org>
7806
7807         (Note: This is not exactly the same as the patch which went in
7808          gtk-2-2).
7809
7810         * gtk/gtktreeview.c (gtk_tree_view_class_init),
7811         (gtk_tree_view_key_press), (gtk_tree_view_search_key_press_event):
7812         Also support the up, down, left, right, home, end, page up and
7813         page down keys on the numpad. (#119419, reported by Alex Larsson).
7814
7815 Fri Aug 15 12:34:04 2003  Owen Taylor  <otaylor@redhat.com>
7816
7817         Fixes for X/Cygwin builds of GTK+ (#107623, Masahiro Sakai):
7818
7819         * configure.in (GDK_DEP_LIBS_FOR_X): Make sure that
7820         we link libgtk against X explicitely, since we
7821         make GTK+ calls for plug/socket.
7822
7823         * gtk/queryimmodules.c: Use USE_LA_MODULES and 
7824         G_MODULE_SUFFIX here. 
7825
7826         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_image): Protect
7827         XShmPutImage with #ifdef USE_SHM.
7828
7829 Thu Aug 14 18:25:39 2003  Owen Taylor  <otaylor@redhat.com>
7830
7831         * gtk/gtkfilesel.c (gtk_file_selection_populate):
7832         Don't reposition the cursor when we aren't trying
7833         to complete. (Fixes problems with selection on
7834         startup, #108433, reported by Mark Finlay.)
7835
7836         * gtk/gtkfilesel.c (gtk_file_selection_populate): Remove
7837         code that tried to position the cursor after the common
7838         prefix when there was one, it wasn't working, and
7839         would be hard to fix. Just always put the cursor
7840         at the end when completing.
7841
7842 Thu Aug 14 17:58:23 2003  Owen Taylor  <otaylor@redhat.com>
7843
7844         * gtk/gtkfilesel.c (get_current_dir_utf8): If getting
7845         the current directory fails because of encoding
7846         conversion problems, walk up textually to parent
7847         directories until we can convert. (#113627)
7848
7849 Wed Aug 13 17:01:49 2003  Owen Taylor  <otaylor@redhat.com>
7850
7851         * gtk/gtkmenushell.[ch] (gtk_menu_shell_enter_notify):
7852         Remove usage of menu_shell->ignore leave which was
7853         to deal with stray events we no longer get because
7854         we do grabbing differently. Comment it as unused in
7855         the header. (#115837, Keith Bissett)
7856
7857 Wed Aug 13 16:32:43 2003  Owen Taylor  <otaylor@redhat.com>
7858
7859         * gtk/gtkmenu.c (gtk_menu_position, gtk_menu_window_size_request): 
7860         Fix some places that weren't properly Xinerama-ified.
7861
7862         * gtk/gtkmenu.c: Fix problem with windows that scroll
7863         at the top of the screen.
7864
7865 Wed Aug 13 11:34:53 2003  Owen Taylor  <otaylor@redhat.com>
7866
7867         * gtk/gtkcombo.c (gtk_combo_init): connect_after() to 
7868         key-press-event on the entry, so input methods get access to 
7869         key presses before GtkCombo customization.
7870         (#115451, Botond Botyanszki)
7871
7872 2003-08-13  Anders Carlsson  <andersca@gnome.org>
7873
7874         * tests/testtoolbar.c: (set_important_func), (important_toggled),
7875         (create_items_list):
7876         Add an important column.
7877         
7878 Tue Aug 12 15:00:15 2003  Owen Taylor  <otaylor@redhat.com>
7879
7880         * gtk/gtkwindow.c (gtk_window_real_set_focus): Protect
7881         against reentrancy from ::focus-out handlers. 
7882         (#118129, Felipe Heidrich)
7883
7884 Tue Aug 12 14:27:42 2003  Owen Taylor  <otaylor@redhat.com>
7885
7886         * gtk/gtkkeyhash.c (_gtk_key_hash_lookup): Remove
7887         GDK_LOCK_MASK before calling
7888         gdk_keymap_translate_keyboard_state so bindings 
7889         and accelerators are independent of the Caps-lock
7890         key. (#115384, reported by Toni Willberg)
7891
7892 Mon Aug 11 12:07:14 2003  Owen Taylor  <otaylor@redhat.com>
7893
7894         * gdk/x11/gdkevents-x11.c (get_real_window): Add missing
7895         break statements (#119494, Soeren Sandmann)
7896
7897 Mon Aug 11 11:10:07 2003  Owen Taylor  <otaylor@redhat.com>
7898
7899         * gtk/gtkwidget.h: Mark parent public as well; it's
7900         extensively accessed in existing code, so there is
7901         no advantage in making people use get_parent().
7902         (Tweak to #119463 fix)
7903
7904 2003-08-11  Matthias Clasen  <maclas@gmx.de>
7905
7906         Add support for EWMH "Above" and "Below" window states.  (105100,
7907         Manuel Clos)
7908         
7909         * tests/testgtk.c: Add "Above" and "Below" to the the "Window
7910         State" demo.
7911
7912         * gtk/gtkwindow.h: Add gtk_window_set_keep_above and
7913         gtk_window_set_keep_below.
7914
7915         * gtk/gtk.def: Add gtk_window_set_keep_above and
7916         gtk_window_set_keep_below.
7917
7918         * gtk/gtkwindow.c (gtk_window_set_keep_below):
7919         (gtk_window_set_keep_above): New functions, call the corresponding
7920         gdk functions.
7921
7922         * gdk/x11/gdkwindow-x11.c (gdk_window_set_keep_below): New
7923         function, sets _NET_WM_STATE_BELOW.
7924         (gdk_window_set_keep_above): New function, sets
7925         _NET_WM_STATE_ABOVE.
7926
7927         * gdk/gdkwindow.h: Add gdk_window_set_keep_above and
7928         gdk_window_set_keep_below.
7929
7930         * gdk/gdkevents.h (GdkWindowState): Add GDK_WINDOW_STATE_ABOVE and
7931         GDK_WINDOW_STATE_BELOW.
7932
7933         * gdk/gdk.def: Add gdk_window_set_keep_above and
7934         gdk_window_set_keep_below.
7935
7936         * acinclude.m4: Copy newer versions of JH_CHECK_XML_CATALOG and
7937         JH_PATH_XML_CATALOG from gtk-doc to enable configuring without
7938         xmlcatalog in PATH.  (#119115)
7939
7940 2003-08-10  Matthias Clasen  <maclas@gmx.de>
7941
7942         * gtk/gtkwidget.h (struct _GtkWidget): Mark some members as
7943         public.  (#119463)
7944
7945 2003-08-09  Noah Levitt  <nlevitt@columbia.edu>
7946
7947         * gdk/gdkevents.h:
7948         * docs/reference/gdk/tmpl/windows.sgml: Elaborate a bit more in the
7949         docs on GdkFilterFunc and GdkFilterReturn.
7950
7951 2003-08-09  Matthias Clasen  <maclas@gmx.de>
7952
7953         * gtk/gtkcalendar.c:  Add and hook in gtk_calendar_scroll,
7954         to let the mouse wheels select the month. Scrolling down
7955         moves forward in time. (#53134, Abigail Brady) 
7956
7957         * gtk/gtkcalendar.c: Complete the RTL flipping support for
7958         GtkCalendar, make it possible to flip the headings using the
7959         "magic translated string" technique.  Translators, note the
7960         comment in gtk_calendar_init() explaining this.  (#102416)
7961
7962         * gtk/gtkcalendar.c: Get the information about the first day of
7963         the week from the locale using another instance of the "magic
7964         translated string" technique.  Ignore the display option
7965         GTK_CALENDAR_WEEK_START_MONDAY with a warning.  (#87977)
7966
7967         * gtk/gtkcalendar.c: Add DND support to GtkCalendar. The selected
7968         date is dragged as text, formatted via strftime %x. Text drops are
7969         accepted if g_date_set_parse() can make sense of the text. A
7970         dedicated data format for date DND has not been introduced yet,
7971         since there didn't seem to be sufficient consensus on such a
7972         format on xdg-list.  (#117297)
7973         
7974 2003-08-08  Matthias Clasen  <maclas@gmx.de>
7975
7976         * gdk/gdkregion-generic.c (gdk_region_spans_intersect_foreach):
7977         Fix a segfault.  (#115284, Jan Kratochvil)
7978
7979 2003-08-08  Tor Lillqvist  <tml@iki.fi>
7980
7981         * gdk/win32/gdkevents-win32.c (print_event): Print also the root
7982         coordinates for events that have such. Print coordinates for enter
7983         and leave events.
7984
7985         (gdk_event_translate): Don't use event uninitialixed in the
7986         return_exposes branch of the WM_PAINT handler.
7987
7988         * gdk/win32/gdkwindow-win32.c (gdk_window_new,
7989         _gdk_windowing_window_get_pointer, _gdk_windowing_window_at_pointer): 
7990         Must offset top-level window coordinates here, too.
7991
7992 2003-08-08  Matthias Clasen  <maclas@gmx.de>
7993
7994         * demos/gtk-demo/appwindow.c (do_appwindow): Hide the resize grip
7995         when maximized or fullscreen.
7996
7997 2003-08-07  Tor Lillqvist  <tml@iki.fi>
7998
7999         * gdk/win32/gdkinput-win32.h
8000         * gdk/win32/gdkinput-win32.c (_gdk_input_configure_event,
8001         _gdk_input_enter_event): Drop the GdkEvent* parameter, it wasn't
8002         used.
8003
8004         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Adapt caller
8005         accordingly, in fact an uninitialised variable was dereferenced.
8006         
8007
8008         [Win32] Add support for multiple monitors. 
8009         
8010         * gdk/win32/gdkprivate-win32.h
8011         * gdk/win32/gdkglobals-win32.c: New global variables for
8012         multiple-monitor info: _gdk_num_monitors, _gdk_monitors, and
8013         _gdk_offset_x and _gdk_offset_y.
8014         
8015         * gdk/win32/gdkdisplay-win32.c (count_monitor, enum_monitor): New
8016         functions, enumeration functions passed to EnumDisplayMonitors().
8017
8018         (gdk_display_open): If the EnumDisplayMonitors() and
8019         GetMonitorInfo() API is present (on Win98, Win2000 and newer), use
8020         if to find out monitor info.
8021
8022         Calculate the offset between Win32 coordinates (relative to the
8023         primary monitor's origin (and thus negative on monitors to the
8024         left of or above it), and GDK's (visible coordinates should be
8025         non-negative).
8026         
8027         * gdk/win32/gdkscreen-win32 (gdk_screen_get_n_monitors,
8028         gdk_screen_get_monitor_geometry): Use information collected above.
8029
8030         (gdk_window_move, gdk_window_move_resize_window_get_geometry):
8031         Subtract _gdk_offset_{x,y} from GDK root window coordinates.
8032
8033         (gdk_window_get_geometry, gdk_window_get_origin,
8034         gdk_window_get_frame_extents): For top-level windows, add
8035         _gdk_offset_{x,y} to GDK root window coordinates
8036
8037         Still need to handle multiple monitors in
8038         gdk_window_fullscreen(). Probably should make the window
8039         fullscreen on the monitor where the cursor is?
8040
8041         * gdk/win32/gdkevents-win32.c: Add _gdk_offset_{x,y} to all GDK
8042         root window coordinates in GdkEvents.
8043
8044         
8045         [Win32] Fix geometry hint handling. Add support for resize
8046         increment and base size, and aspect ratio geometry hints. The
8047         "gridded geometry" test in testgtk now works beautifully.
8048
8049         * gdk/win32/gdkwindow-win32.c (gdk_window_set_geometry_hints):
8050         Turns out this function shouldn't actually ever modify the
8051         window's size, just store the hints. (Old code kept for a while
8052         inside #if 0.)
8053
8054         (gdk_window_set_hints): Remove presumably broken code that handles
8055         the position hints, this function is obsolete anyway.
8056
8057         * gdk/win32/gdkevents-win32.c: Drop the current_{x,y}_root
8058         variables, not used.
8059
8060         (adjust_drag): New function, used to implement resize increment
8061         hints.
8062
8063         (gdk_event_translate): Handle WM_SIZING, implement resize
8064         increment and base size, and aspect ratio geometry hints here. The
8065         WM_GETMINMAXINFO handler takes care of the minimum and maximum
8066         size hints as before. Fix the WM_GETMINMAXINFO handler to take
8067         into account window decorations. No need to modify the
8068         ptMaxPosition and ptMaxSize fields in the MINMAXINFO struct,
8069         the defaults are fine.
8070         
8071         * gdk/win32/gdkprivate-win32.h 
8072         * gdk/win32/gdkwindow-win32.c (_gdk_win32_adjust_client_rect,
8073         _gdk_win32_get_adjusted_client_rect): New helper functions.
8074
8075 2003-08-07  Matthias Clasen  <maclas@gmx.de>
8076
8077         * gdk/x11/gdkevents-x11.c (gdk_check_wm_state_changed): Reset the
8078         toplevel->have_* flags before iterating over the _NET_WM_STATE 
8079         atoms.  (#119217) 
8080
8081 Thu Aug  7 16:49:29 2003  Owen Taylor  <otaylor@redhat.com>
8082  
8083         * gtk/gtkwidget.c (gtk_widget_set_style_internal): 
8084         Fix a bug where on theme change, resize/redraw wasn't
8085         properly getting queued on toplevel windows. (#116346,
8086         Rajkumar Siva)
8087  
8088         * gtk/gtkwidget.c (gtk_widget_invalidate_widget_windows): 
8089         Fix bug where wrong coordinates were used for toplevel
8090         window.
8091  
8092 Thu Aug  7 16:40:21 2003  Owen Taylor  <otaylor@redhat.com>
8093
8094         * gtk/gtknotebook.c (gtk_notebook_remove): Remove leftover
8095         page_num variable (Archit Baweja)
8096
8097 2003-08-07  Matthias Clasen  <maclas@gmx.de>
8098
8099         * gtk/gtkspinbutton.c (gtk_spin_button_default_input): Use g_strtod() to
8100         cope with C libraries with crippled locale support.  (#115293)
8101
8102 2003-08-07  Hans Breuer  <hans@breuer.org>
8103
8104         * gdk/win32/gdkevents-win32.c : finally use TrackMouseEvent
8105         (only if the new window not known to Gdk) to get proper
8106         leave notification, and get rid of the wrong placed 
8107         tooltips, bug #102283
8108  
8109         (gdk_event_translate) : small code reordering to not get
8110         GDK_MOTION_NOTIFY for still mouse and get back tooltips on 
8111         menus, bug #117367
8112
8113 2003-08-07  Tor Lillqvist  <tml@iki.fi>
8114
8115         * gdk/gdk.def
8116         * gdk/win32/gdkfont-win32.c (gdk_fontset_load_for_display): Add
8117         missing function, trivially implement.
8118
8119 2003-08-07  Matthias Clasen  <maclas@gmx.de>
8120
8121         * gtk/gtkctree.c (draw_row): Don't cut descenders when 
8122         rendering.  (#118646, Charles Kerr) 
8123
8124 2003-08-06  Hans Breuer  <hans@breuer.org>
8125
8126         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_new) :
8127         initialize bits to 0 (probably default on NT)
8128
8129         * gdk/win32/gdkwindow-win32.c (gdk_window_set_icon) :
8130         now it works as intended ;-)
8131
8132 2003-08-04  Hans Breuer  <hans@breuer.org>
8133
8134         * gdk/win32/gdkwindow-win32.c(gdk_window_set_modal_hint) :
8135         set HWND_NOTOPMOST for modal==FALSE, fixes bug #118435
8136
8137         * gdk/win32/gdkwindow-win32.c : implement gdk_window_[un]fullscreen
8138         (gdk_window_{move,resize,move_rezize})) : noop if FULLSCREEN
8139
8140         * gdk/win32/gdkwindow-win32.c (gdk_window_set_icon) :
8141         against all expectations it is basically ony a call with WM_SETICON
8142         needed (the visual effect is there, though colors or mask are
8143         still somewhat wrong).
8144         * gdk/win32/gdkwindow-win32.h : place to store the HICON
8145
8146         * gdk/win32/gdkdrawabke.win32.c : readded the conditional end
8147         pixel drawing as it was fixed at 1999-08-23
8148
8149         gtk/gtk.def : updated
8150
8151 Tue Aug  5 10:07:08 2003  Owen Taylor  <otaylor@redhat.com>
8152
8153         * gtk/gtkmessagedialog.c (gtk_message_dialog_get_property): 
8154         Add a missing break. (#119156, Callum McKenzie)
8155
8156 Tue Aug  5 00:24:13 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8157
8158         * gtk/gtkmenu.c (gtk_menu_position): New positioning
8159         algorithm.(#116649)
8160
8161 Fri Aug  1 15:26:46 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8162
8163         * gtk/gtktoolbar.c, gtk/toolitem.c: add new "is_important"
8164         property
8165         
8166         * gtk/gtkradiotoolbutton.c
8167         (gtk_radio_tool_button_new_from_widget): Don't take a stock id
8168
8169         * gtk/gtkradiotoolbutton.c
8170         (gtk_radio_tool_button_new_with_stock_from_widget): make this
8171         function take a stock_id.
8172
8173         * gtk/toolbar: documentation
8174
8175 Mon Aug  4 14:53:46 2003  Owen Taylor  <otaylor@redhat.com>
8176
8177         * gdk/x11/gdkimage-x11.c (_gdk_windowing_image_init): 
8178         Fix problem where use_xshm was getting set wrong if
8179         MIT_SHM wasn't found. (George Lebel)
8180
8181 2003-08-04  Tor Lillqvist  <tml@iki.fi
8182
8183         * gdk/win32/gdkevents-win32.c (apply_filters): Fix braino:
8184         actually use the passed-in filter list. The function also needs a
8185         GdkWindow parameter, as filter functions expect
8186         GdkEvent::any.window to be valid. (#119034, Hans Breuer)
8187
8188 2003-08-03  Matthias Clasen  <maclas@gmx.de>
8189
8190         * gdk/x11/gdkscreen-x11.c (gdk_screen_get_n_monitors): 
8191         (gdk_screen_get_monitor_geometry): Improve wording of the docs, avoid
8192         the term "virtual screen".  (#119030, Tor Lillqvist)
8193
8194 2003-08-02  Matthias Clasen  <maclas@gmx.de>
8195
8196         * tests/testtext.c (test_init): 
8197         * tests/testgtk.c (test_init): 
8198         * tests/testdnd.c (test_init): 
8199         * demos/pixbuf-init.c (pixbuf_init): 
8200         * demos/gtk-demo/main.c (main): Use g_setenv().
8201
8202         * gdk/x11/gdkdisplay-x11.c (_gdk_windowing_set_default_display): Use
8203         g_unsetenv(). 
8204
8205 Sat Aug  2 12:53:16 2003  Owen Taylor  <otaylor@redhat.com>
8206
8207         * configure.in: Requires glib-2.3.0, pango-1.2.0.
8208
8209         * configure.in: Require Xft version 2,
8210         remove code for handling older versions of pango and Xft.
8211         Many miscellaneous improvements to X checks
8212
8213         * acinclude.m4: Add GTK_ADD_LIB() macro for adding 
8214         a library to a variable, avoiding dups.
8215
8216         * gdk/x11/gdkfont-x11.c (gdk_font_from_description_for_display): 
8217         Always load "fixed"
8218
8219         * gdk/x11/gdk*-x11.[ch]: Remove support for Xft1 and
8220         for pangox.
8221
8222 2003-08-02  Matthias Clasen  <maclas@gmx.de>
8223
8224         * gtk/gtkcolorsel.c (color_sample_drop_handle) 
8225         (palette_drop_handle): 
8226         * gtk/gtkcolorbutton.c (gtk_color_button_drag_data_received):  Accept
8227         drops with the wrong format, since the KDE color chooser incorrectly
8228         drops application/x-color with format 8.  (#118810)
8229
8230         * gtk/gtkcolorsel.c (color_sample_drop_handle) (palette_drop_handle): 
8231         * gtk/gtkcolorbutton.c (gtk_color_button_drag_data_received):  
8232         Accept drops with the wrong format, since the KDE color chooser 
8233         incorrectly drops application/x-color with format 8.  (#118810)
8234
8235 2003-08-02  Tor Lillqvist  <tml@iki.fi>
8236
8237         Fix gdk/win32 window geometry handling again. The window position
8238         in a GDK_CONFIGURE event should be that of the client area, not of
8239         the window decorations. (I was confused by the term "window
8240         border" in X11. It does *not* mean the window manager
8241         decorations. There are no X11-style window borders in Win32.)
8242         Also, this time do take the geometry hints into account
8243         appropriately when moving windows. Now testgtk's gravity test's
8244         move buttons work OK. There are stil problems with taking gravity
8245         into account when showing a hidden window.
8246
8247         * gdk/win32/gdkwindow-win32.h: Keep a whole GdkGeometry as hints
8248         instead of separate fields.
8249         
8250         * gdk/win32/gdkevents-win32.c (handle_configure_event): Don't
8251         adjust for decorations.
8252
8253         * gdk/win32/gdkwindow-win32.c (get_outer_rect,
8254         adjust_for_gravity_hints): New functions.
8255         (gdk_window_move, gdk_window_resize, gdk_window_move_resize): Use
8256         above functions, take geometry hints into account.
8257         (gdk_window_set_geometry_hints): Size hints specicy client area,
8258         not including decorations.
8259
8260 Fri Aug  1 17:10:22 2003  Owen Taylor  <otaylor@redhat.com>
8261
8262         * gtk/gtkfilesel.c (cmpl_completion_fullname): Always
8263         return an absolute path (#115590), fix a problem where
8264         you could crash the file selector with a looong name
8265         by returning a newly allocated buffer.
8266
8267 Fri Aug  1 16:44:51 2003  Owen Taylor  <otaylor@redhat.com>
8268
8269         * gtk/gtkfilesel.c (update_cmpl): Fix obvious reallocation
8270         bug in rarely or never hit code path (#118071,
8271         Tor Lillqvist)
8272
8273 Fri Aug  1 16:30:13 2003  Owen Taylor  <otaylor@redhat.com>
8274
8275         * gdk/x11/gdkdrawable-x11.c (_gdk_x11_have_render): 
8276         If the check for missing depths, try actually creating pixmaps
8277         of the depths to deal with Xinerama not reporting
8278         all the depths it should. (#115822)
8279
8280 Fri Aug  1 15:33:59 2003  Owen Taylor  <otaylor@redhat.com>
8281
8282         * gtk/gtksocket.c: Patch from Denis Mikhalkin to
8283         forward KeyRelease events as well as KeyPress events.
8284         (#115597)
8285
8286 Fri Aug  1 15:06:25 2003  Owen Taylor  <otaylor@redhat.com>
8287  
8288         * gdk/gdk.c (gdk_parse_args): g_set_prgname("<unknown>")
8289         if argc is 0 as well, instead of leaving it unset.
8290         (#116023, Michael Meeks)
8291  
8292 Thu Jul 31 23:09:02 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8293
8294         * gtk/gtktoolbar.c (gtk_toolbar_class_init): make show_arrow
8295         default to TRUE; ignore the property when api_mode != NEW_API
8296
8297 2003-07-31  Matthias Clasen  <maclas@gmx.de>
8298
8299         * gtk/gtkwindow.c (gtk_window_set_default_icon): Rename parameter pixbuf
8300         to icon, to pacify gtk-doc.
8301
8302         * gtk/gtkwidget.c (gtk_widget_class_init): Fix formatting of drag-motion 
8303         example. 
8304
8305 Thu Jul 31 15:33:33 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8306
8307         * gtk/gtk*tool*.h: add padding to subclasses of GtkToolItem
8308
8309 Thu Jul 31 15:29:28 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8310
8311         * gtk/gtktoolitem.c (struct _GtkToolItemPrivate): remove unused
8312         overflow_item field.
8313
8314 Wed Jul 30 21:11:13 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8315
8316         * gtk/gtktoolitem.h: make _gtk_tool_item_toolbar_reconfigured()
8317         an internal function
8318
8319         * gtk/gtktoolitem.h: remove unused declaration of
8320         _gtk_tool_item_get_drag_window().
8321
8322 Wed Jul 30 17:03:58 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8323
8324         * gtk/gtktoolbutton.[ch]:
8325         (gtk_tool_button_new): swap icon_widget and label arguments to
8326         match BonoboUIToolbarButton.
8327
8328         * gtk/gtktoolbar.h: un-deprecate gtk_toolbar_{set|unset}_style().
8329
8330 2003-07-30  Matthias Clasen  <maclas@gmx.de>
8331
8332         * gtk/gtkwidget.c (gtk_widget_class_init): Some updates to the DND
8333         signal docs. 
8334
8335 2003-07-29  Tor Lillqvist  <tml@iki.fi>
8336
8337         Fix for #108007, #112402, #117042: There was confusion in
8338         gdk/win32 at various places whether a window position refers to
8339         the decoration position or the client area position. Also whether
8340         window size includes decorations or not.
8341         
8342         The correct interpretation apparently is that in GDK (like in
8343         X11), a top-level window position means the decoration's position,
8344         but size means the window's inner size (client area size). In the
8345         Win32 API, the window size usually includes the decorations,
8346         though.
8347         
8348         * gdk/win32/gdkevents-win32.c (decode_key_lparam): Move inside
8349         #ifdef G_ENABLE_DEBUG.
8350         (handle_configure_event): New function, generates GDK_CONFIGURE
8351         events from WM_SIZE and WM_MOVE messages. Even if no event is
8352         generated because of the event mask, still set the private
8353         position and size fields. Calculate position and size correctly.
8354         (gdk_event_translate): Call handle_configure_event().
8355
8356         * gdk/win32/gdkgeometry-win32.c: Cosmetics.
8357
8358         * gdk/win32/gdkwindow-win32.c: Use GDI_CALL() and API_CALL()
8359         macros. Cosmetic debugging output changes.
8360         (SafeAdjustWindowRectEx): Remove. If an application wants to
8361         locate a window outside of the screen, it's not GDK's business to
8362         prevent it. And anyway, with multiple monitors, negative
8363         coordinates are perfectly normal.
8364         (gdk_window_new): Adjust the window size for decorations after
8365         _gdk_window_init_position() has done its job. (But the big window
8366         code currently is presumably broken on Win32 anyway.)
8367         (gdk_window_move): The position passed in is supposed to be that
8368         of the window border, so don't need to adjust for decorations.
8369         (gdk_window_resize, gdk_window_move_resize): Simplify somewhat.
8370
8371 Tue Jul 29 13:55:44 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8372
8373         * gtk/gtktoolbar.c (gtk_toolbar_set_style,
8374         gtk_toolbar_prepend_element, gtk_toolbar_append_element,
8375         gtk_toolbar_insert_space, gtk_toolbar_prepend_space,
8376         gtk_toolbar_append_space, gtk_toolbar_insert_item,
8377         gtk_toolbar_prepend_item, gtk_toolbar_append_item,
8378         gtk_toolbar_set_tooltips, gtk_toolbar_set_orientation,
8379         gtk_toolbar_new, gtk_toolbar_prepend_item):
8380
8381         Move documentation inline from template files.
8382
8383         * gtk/gtktoolbar.c (gtk_toolbar_insert_element,
8384         gtk_toolbar_insert_widget, gtk_toolbar_prepend_widget,
8385         gtk_toolbar_append_widget, gtk_toolbar_remove_space,
8386         gtk_toolbar_insert_stock, gtk_toolbar_unset_icon_size,
8387         gtk_toolbar_get_icon_size, gtk_toolbar_set_icon_size,
8388         gtk_toolbar_get_tooltips, gtk_toolbar_unset_style,
8389         gtk_toolbar_get_style, gtk_toolbar_get_orientation)
8390
8391         Copy documentation from stable that was added after the EggToolbar
8392         branched.
8393
8394         * gtk/gtktoolbar.h: deprecate gtk_toolbar_unset_icon_size()
8395
8396 Mon Jul 28 18:21:34 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8397
8398         * gtk+/docs/: Commit autogenerated changes, so patches will make
8399         sense.
8400
8401 2003-07-27  Tor Lillqvist  <tml@iki.fi>
8402
8403         * gdk/win32/gdkevents-win32.c (build_key_event_state): On Win9x,
8404         the keyboard state returned by GetKeyboardState() doesn't
8405         distinguish between the left and right Control and Alt keys. Thus
8406         we cannot detect AltGr (which is supposed to be left Control +
8407         right Alt) the same way as on NT-based systems, but have to accept
8408         either Control + either Alt as AltGr.
8409
8410 2003-07-27  Matthias Clasen  <maclas@gmx.de>
8411
8412         * gtk/gtktreeselection.c (gtk_tree_selection_selected_foreach):
8413         Fix function name in warning message.  (#118156, Tim-Philipp
8414         Mller)
8415
8416         * gtk/gtkcellrenderer.c (gtk_cell_renderer_get_property):
8417         is-expander and is-expanded are boolean properties, not ints.
8418         (#118359, Josh Parsons)
8419
8420 Sat Jul 26 15:21:27 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8421
8422         * gtk/gtkimagemenuitem.c
8423         (gtk_image_menu_item_toggle_size_request): don't request
8424         toggle_space when the image width is 0.
8425
8426 2003-07-25  Tor Lillqvist  <tml@iki.fi>
8427
8428         * gdk/win32/gdkprivate-win32.h
8429         * gdk/win32/gdkglobals-win32.c: New flags _gdk_input_locale_is_ime
8430         and _gdk_keyboard_has_altgr.
8431         
8432         * gdk/win32/gdkevents-win32.c: Lots of changes. Most important
8433         ones detailled here.
8434
8435         Code that has been ifdeffed out for a long time removed. Remove
8436         some really old doc comments that were left behind for some public
8437         functions, the official ones are in the X11 backend anyway. Change
8438         GDK_WINDOW_OBJECT() calls to GdkWindowObject casts. Reformat
8439         multi-line boolean expressions to have the operators at ends of
8440         lines.
8441
8442         As mouse capture with SetCapture() indeed seems to work OK, no
8443         need to have the correspoinding macro USE_SETCAPTURE and ifdefs.
8444
8445         Ifdef out the gdk-ping-msg stuff. I don't remember why it was
8446         needed at some time, and things seem to work fine now without
8447         (knock on wood).
8448
8449         Ifdef out the search for some Latin locale keyboard layout being
8450         loaded. Not used currently, but might be needed after all, if we
8451         decide that we want to be able to generate ASCII control character
8452         events with a non-Latin keyboard.
8453
8454         (assign_object): New helper function, handles the g_object_ref()
8455         and unref() calls when assigning GObject pointers.
8456                 
8457         (generate_crossing_events): Also generate the GDK_NOTIFY_INTERIOR
8458         enter event when the pointer has moved to an ancestor window. Was
8459         left out by mistake.
8460
8461         (gdk_window_is_ancestor): Renamed from gdk_window_is_child().
8462
8463         (gdk_pointer_grab, gdk_pointer_ungrab): Implement the confine_to
8464         functionality, using ClipCursor().
8465                 
8466         (find_window_for_mouse_event): Splice part of code into new
8467         function find_real_window_for_grabbed_mouse_event().
8468
8469         (fixup_event, append_event, apply_filters): New functions, code
8470         refactored out from elsewhere.
8471
8472         (synthesize_enter_or_leave_event, synthesize_leave_event,
8473         synthesize_enter_event,
8474         synthesize_leave_events,synthesize_enter_events): Also take a
8475         GdkCrossingMode parameter, in preparation to generating
8476         GDK_CROSSING_GRAB and GDK_CROSSING_UNGRAB events.
8477
8478         (fixup_event, append_event, fill_key_event_string): New functions,
8479         code refactoring.
8480
8481         (vk_from_char, build_keypress_event, build_keyrelease_event):
8482         Removed as part of dropping WM_CHAR handling.
8483
8484         (build_key_event_state,gdk_event_translate): Call
8485         GetKeyboardState(), once, for each keyboard message, instead of
8486         several calls to GetKeyState() here and there.
8487
8488         (gdk_event_translate): Fix bugs #104516, #104662, #115902. While
8489         at it, do some major refactoring, and some fixes for potential
8490         problems noticed while going through the code.
8491
8492         Don't handle WM_CHAR at all. Only handle WM_KEYDOWN and
8493         WM_KEYUP. Don't need the state variables related to whether to
8494         wait for WM_CHAR or not, and whether the current key is
8495         AltGr. Remove lots of complexity. Thus don't need the
8496         use_ime_composition flag.
8497
8498         Not handling WM_CHAR means dead key handling will have to be taken
8499         care of by GTK, but that seems to work fine, so no worry.
8500
8501         Another side-effect is that Alt+keypad digits don't work any
8502         longer, but it's better to learn to use GTK's ISO14755 support is
8503         anyway.
8504
8505         Be more careful in checking whether AltGr is involved. Only
8506         attempt to handle it if the keyboard actually has it. And
8507         explicitly check for *left* Control plus *right* Alt being
8508         pressed. Still, allow (left) Alt and/or (right) Control with AltGr
8509         chars.
8510
8511         Handle keys using similar code as in the X11 backend. As we have
8512         built a keymap in gdkkeys-win32.c anyway, use it by calling
8513         gdk_keymap_translate_keyboard_state() to look up the keysym from
8514         the virtual key code and keyboard state. Build the key event
8515         string in exactly the same way as the X11 backend.
8516
8517         If an IME is being used, don't generate GDK events for keys
8518         between receiving WM_IME_STARTCOMPOSITION and
8519         WM_IME_ENDCOMPOSITION, as those keys are for the IME.
8520         
8521         For WM_IME_COMPOSITION, handle all the Unicode chars returned from
8522         the IME, not just the first one.
8523
8524         gdk_event_translate() is still quite complex, could split the
8525         message handler cases out into separate functions.
8526
8527         On mouse events, when the mouse is grabbed, use
8528         find_real_window_for_grabbed_mouse_event() in order to be able to
8529         generate correct crossing events.
8530         
8531         No longer take a pre-allocated GdkEvent as parameter. Instead,
8532         allocate events as needed and append them to the queue. (This is
8533         different from how gdk_event_translate() in the X11 backend
8534         works.) This change made the code much clearer, especially in the
8535         cases where we have to generate several GDK events for one Windows
8536         message.  Return FALSE if DefWindowProc() should be called, TRUE
8537         if not. If DefWindowProc() should not be called, also return the
8538         value to be returned from the window procedure.
8539
8540         (Previously, the interaction with gdk_event_translate()'s caller
8541         was much more complex, when we had to indicate whether the
8542         already-queued event should be left in the queue or removed, and
8543         in addition also had to indicate whether to call DefWindowProc()
8544         or not, and what value to return from the window procedure if
8545         not.)
8546
8547         Don't use a separate "private" variable required to be pointing to
8548         the GdkWindowObject of the "window" variable at all times. Just
8549         use casts, even if looks a bit uglier.
8550
8551         Notice destroyed windows as early as possible, and break out of
8552         the messsage switch.
8553
8554         Use _gdk_pointer_root as current_window when the pointer is
8555         outside GDK's top-level windows.
8556         
8557         On WM_INPUTLANGCHANGE, set _gdk_input_locale_is_ime as
8558         appropriate, based on ImmIsIME().
8559         
8560         (gdk_event_translate, gdk_event_send_client_message_for_display,
8561         gdk_screen_broadcast_client_message): Implement client messages.
8562         Use a registered Windows message to pass GDK client messages. Note
8563         that the amount of user data is restricted to four bytes, as it is
8564         carried in the LPARAM. (The WPARAM is used for the message type
8565         "atom".)
8566         
8567         (real_window_procedure): Adapt for new gdk_event_translate()
8568         interface.
8569
8570         * gdk/win32/gdkmain-win32.c (_gdk_windowing_init): Set
8571         _gdk_input_locale_is_ime initially.
8572
8573         * gdk/win32/gdkwindow-win32.c: Use g_object_ref()/unref() instead
8574         of g_colormap_ref()/unref().
8575
8576         (gdk_window_new): Made code a bit more like the X11 one, pretend
8577         to handle screens (although we just have one for now).
8578
8579         * gdk/x11/gdkevents-x11.c
8580         (gdk_event_send_client_message_for_display,
8581         gdk_screen_broadcast_client_message): Document the user data
8582         limitation on Win32.
8583
8584         * gdk/win32/gdkevents-win32.c (print_event): More complete enter
8585         and leave notify detail output.
8586
8587         * gdk/win32/gdkkeys-win32.c (update_keymap): Make dead keys
8588         visible to GDK and GTK. Store the corresponding GDK_dead_* keysym
8589         for those, so that the GtkIMContextCimple compose tables will
8590         work. Deduce if the keyboard layout has the AltGr key, and set the
8591         above flag accordingly.
8592
8593 2003-07-26  Matthias Clasen  <maclas@gmx.de>
8594
8595         * gtk/gtkwidget.c: Document DND signals.
8596
8597 2003-07-24  Matthias Clasen  <maclas@gmx.de>
8598
8599         * gtk/gtktextview.c (popup_targets_received): Make the "Input Methods"
8600         insensitive when editing isn't possible.  (#118150)
8601
8602 2003-07-23  Matthias Clasen  <maclas@gmx.de>
8603
8604         * gtk/gtkcolorsel.c (gtk_color_selection_init): Make the hue 
8605         spinbutton wrap.  (#118097, John Darrington)
8606
8607         * docs/faq/gtk-faq.sgml: Mention Xnest as a way to debug GTK+ apps. 
8608
8609 2003-07-20  Hans Breuer  <hans@breuer.org>
8610
8611         * makefile.msc : new file to build it all
8612         * Makefile.am : ... added to EXTRA_DIST
8613
8614         * gdk/makefile.msc gtk/stock-icons/makefile.msc 
8615           gtk/makefile.msc.in tests/makefile.msc : updated
8616
8617         * gdk/gdk.def gtk/gtk.def : export a bunch of new 
8618         functions
8619
8620         * gtk/gtkbbox.c : use g_return_val_if_fail() if
8621         there is a value to return
8622
8623         * gtk/gtkfontsel.c gtk/gtkiconfactory.c :
8624         static correctness
8625
8626         * gtk/gtkicontheme.c : ported to use GTimeVal instead of
8627         struct timeval and GTK_DATA_PREFIX instead of GTK_DATADIR
8628
8629         * gtk/gtkicontheme.c : use HAVE_LC_MESSAGES
8630
8631         * gtk/gtkimmulticontext.c : use gtkprivate.h
8632
8633         * gtk/stock-icons/stock_color_picker_25.png
8634           gtk/stock-icons/stock_jump_to_rtl_16.png
8635           gtk/stock-icons/stock_jump_to_rtl_24.png
8636           gtk/stock-icons/stock_redo_rtl_16.png
8637           gtk/stock-icons/stock_redo_rtl_24.png
8638           gtk/stock-icons/stock_undelete_rtl_16.png
8639           gtk/stock-icons/stock_undelete_rtl_24.png
8640           gtk/stock-icons/stock_undo_rtl_16.png :
8641           gtk/stock-icons/stock_undo_rtl_24.png :
8642         readded as binary
8643
8644 Sat Jul 19 22:39:24 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8645
8646         * gtk/gtktoolitem.c (gtk_tool_item_size_request): remove
8647         leftover request of {xy}thickness
8648
8649 Sat Jul 19 16:26:02 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8650
8651         * gtk/gtktoolbutton.c (gtk_tool_button_construct_contents): don't
8652         attempt to add a NULL icon to the box.
8653
8654 Sat Jul 19 12:13:20 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8655
8656         * gtk/gtknotebook.c (gtk_notebook_focus_in|out): only redraw tabs
8657         on focus in/out.
8658
8659 2003-07-19  Matthias Clasen  <maclas@gmx.de>
8660
8661         * gtk/gtkstock.h (GTK_STOCK_DIALOG_AUTHENTICATION): New stock id. 
8662         * gtk/gtkiconfactory.c (get_default_icons): Add
8663         stock_dialog_authentication_48.  (#65765) 
8664         * gtk/stock-icons/Makefile.am (VARIABLES2, IMAGES): Here too.
8665         * gtk/stock-icons/stock_dialog_authentication_48.png: New image.
8666
8667         * gtk/gtkbbox.h: 
8668         * gtk/gtkbbox.c (gtk_button_box_get_child_secondary): New
8669         function. (#64562) 
8670
8671 Sat Jul 19 00:18:40 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8672
8673         * gtk/gtkwindow.c (gtk_window_set_default_icon): Fix C99
8674         declaration
8675
8676         * gtk/gtkwidget.c (gtk_widget_queue_shallow_draw): new function
8677         (gtk_widget_real_focus_{in|out}_event): queue shallow draws
8678         instead of full draws.
8679
8680 2003-07-18  Matthias Clasen  <maclas@gmx.de>
8681
8682         * gtk/gtkwindow.c: Add properties decorated and gravity.  (#80234) 
8683
8684         * gtk/gtktextview.c (gtk_text_view_class_init): Add a new keybinding
8685         signal, move_viewport. 
8686         (gtk_text_view_move_viewport): New function which implements the
8687         move_viewport functionality. 
8688         (gtk_text_view_move_cursor_internal): If the cursor is not visible, move
8689         the viewport. (#78669) 
8690
8691         * gtk/gtkenums.h (GtkScrollStep): New enumeration, used for
8692         move_viewport argument. 
8693
8694         * gtk/gtkstatusbar.c (gtk_statusbar_class_init): Add a has_resize_grip
8695         property.  (#111779) 
8696
8697         * gtk/gtkwindow.h: 
8698         * gtk/gtkwindow.c (gtk_window_set_default_icon): New method.  (#95816)
8699
8700         * gtk/gtkmessagedialog.h:
8701         * gtk/gtkmessagedialog.c (gtk_message_dialog_add_buttons): New method.  
8702         (#65501, Sebastian Rittau)
8703
8704 Fri Jul 18 20:06:57 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8705
8706         * gtk/gtktextview.c (changed_handler): use
8707         gtk_widget_queue_resize_noredraw().
8708
8709 2003-07-16  Jody Goldberg <jody@gnome.org>
8710
8711         * gdk/x11/gdkwindow-x11.c (gdk_window_focus) : fix cut-n-paste-o
8712
8713 Fri Jul 18 19:55:50 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8714
8715         * gtk/gtkwidget.c (gtk_widget_queue_resize_no_redraw): Add this
8716         API. 
8717
8718 Fri Jul 18 18:43:01 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8719
8720         By popular request give toolbuttons a border.
8721         
8722         * gtk/gtktoolitem.c
8723         (gtk_tool_item_size_allocate):
8724         (gtk_tool_item_size_request): don't request and allocate a border
8725         around the child
8726
8727         * gtk/gtktoolbutton.c 
8728         (gtk_tool_button_size_allocate):
8729         (gtk_tool_button_size_request): remove these functions
8730
8731         * gtk/gtktoolbar.c 
8732         (gtk_toolbar_size_request):
8733         (gtk_toolbar_size_allocate): request and allocate a border if we
8734         have a shadow.
8735
8736 Thu Jul 17 19:24:51 2003  Kristian Rietveld  <kris@gtk.org>
8737
8738         Merged from stable.
8739
8740         Fixes issues pointed out by Morten Welinder in #115140.
8741
8742         * gtk/gtktreeview.c (gtk_tree_view_size_request): fix comment,
8743         (do_validate_rows): update validated_area with a logic OR instead
8744         of a bitwise OR,
8745         (validate_rows_handler): make the if statement match the one in
8746         validate_rows(), so we don't leak the timeout.
8747
8748 Thu Jul 17 19:12:02 2003  Kristian Rietveld  <kris@gtk.org>
8749
8750         Merged from stable.
8751
8752         * gtk/gtktreeview.c (gtk_tree_view_remove_widget): the treeview
8753         should only grab focus back if the "cell_editable" widget still
8754         has focus. (Fixes #110104, testcase provided by Marco Pesenti
8755         Gritti).
8756
8757 Thu Jul 17 19:06:34 2003  Kristian Rietveld  <kris@gtk.org>
8758
8759         Merged from stable.
8760
8761         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_realize_button):
8762         Don't set attr.event_mask twice, those things were meant to be
8763         ORred. (#115139, pointed out by Morten Welinder).
8764
8765 Thu Jul 17 16:11:21 2003  Kristian Rietveld  <kris@gtk.org>
8766
8767         Merged from stable.
8768
8769         * gtk/gtktreeview.c (gtk_tree_view_rows_reordered): stop editing
8770         if needed. (Fixes #115869, reported by Michael Natterer).
8771
8772 2003-07-15  Matthias Clasen  <maclas@gmx.de>
8773
8774         * gdk/x11/gdkcursor-x11.c (gdk_display_get_maximal_cursor_size):
8775         Fight against gtk-doc stupidity.
8776
8777 2003-07-13  Matthias Clasen  <maclas@gmx.de>
8778
8779         * gtk/gtkdnd.c (gtk_drag_begin): Rename parameter target_list back to 
8780         targets, to pacify gtk-doc.
8781
8782 Sun Jul 13 15:57:57 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8783
8784         * gtk/gtktoolbutton.c (gtk_tool_button_finalize): Fix leaks of
8785         label_text, label_widget and icon_widget. (#117312, 
8786         Christian Persch)
8787         
8788 Sun Jul 13 01:37:51 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8789
8790         * gtk/gtkmenu.c (gtk_menu_class_init): new properties
8791         "horizontal-offset" and "vertical-offset" that determines the
8792         position of the menu when it is a submenu. 
8793
8794         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu): position
8795         submenus according to new vertical- and horizontal-offset
8796         properties.
8797
8798 Sat Jul 12 16:16:04 2003  Kristian Rietveld  <kris@gtk.org>
8799
8800         Merged from stable.
8801
8802         * gtk/gtktreeview.c (gtk_tree_view_drag_data_received): special
8803         case drags to "0", scroll to the top after dropping. (Fixes #94968,
8804         reported by Alp Toker).
8805
8806 Sat Jul 12 16:08:32 2003  Kristian Rietveld  <kris@gtk.org>
8807
8808         Merged from stable.
8809
8810         * demos/gtk-demo/editable_cells.c (cell_edited): fixup bad
8811         code (#115784, Owen Taylor).
8812
8813 Sat Jul 12 16:01:03 2003  Kristian Rietveld  <kris@gtk.org>
8814
8815         Merged from stable.
8816
8817         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_set_property):
8818         free the old text and extra_attrs *after* we parsed the new
8819         markup string. (Fixes #114485, reported by Owen Taylor).
8820
8821 Sat Jul 12 15:51:33 2003  Kristian Rietveld  <kris@gtk.org>
8822
8823         Merged from stable.
8824
8825         Fixes #113904, testcase provided by Rene Seindal.
8826
8827         * gtk/gtktreeview.c (gtk_tree_view_button_press): set
8828         pressed_button to -1 when a row has been activated,
8829         (gtk_tree_view_motion_bin_window): only start a drag if there's
8830         a button being pressed.
8831
8832 Sat Jul 12 15:51:18 2003  Kristian Rietveld  <kris@gtk.org>
8833
8834         Merged from stable.
8835
8836         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): use
8837         gdk_window_get_pointer instead of gdk_display_get_window_at_pointer
8838         to avoid a roundtrip (#110272, Owen Taylor).
8839
8840 Sat Jul 12 15:28:26 2003  Kristian Rietveld  <kris@gtk.org>
8841
8842         Merged from stable.
8843
8844         This patch really really fixes scrolling. Related bugs: #81627,
8845         testcase provided by Timo Sirainen, #111500, testcase provided by
8846         manu, #113241, reported by Pedro Gimeno/Michael Natterer.
8847
8848         * gtk/gtktreeview.c (validate_visible_area): scrolling to a dy
8849         which is equal to the lower border of the window means scrolling
8850         to an invisible row, always update the dy when scrolling to an
8851         invisible row, corrected area_above/below calculations for
8852         invisible rows, when walking the tree correct the size
8853         subtracted for invalidated rows, fix wrong logic in comment.
8854
8855 2003-07-11  Matthias Clasen  <maclas@gmx.de>
8856
8857         * gtk/gtkicontheme.c (pixbuf_supports_svg): Use g_strfreev() to free
8858         mime_types.  (#117219, Steve Chaplin)
8859
8860 Tue Jul  8 20:11:04 2003  Owen Taylor  <otaylor@redhat.com>
8861
8862         * gdk/x11/gdkevents-x11.c (get_real_window)
8863         gdk/x11/gdkinput-x11.c (_gdk_input_common_init)
8864         gdk/x11/gdkimage-x11.c (_gdk_windowing_image_init)
8865         gdk/x11/gdkprivate-x11.h (_gdk_windowing_image_init)
8866         Don't assume that all events start with XEventAny - Xkb events
8867         don't! (#105745). So, only do that for core events, and for
8868         non-core events, add a system for registering event types
8869         that start with XEventAny.
8870
8871         * gdk/x11/gdkevents-x11.c (gdk_event_translate):
8872         Check to see if the result of gdk_window_lookup_for_display()
8873         is actually a window.
8874
8875 Fri Jul 11 20:48:14 2003  Kristian Rietveld  <kris@gtk.org>
8876
8877         * gtk/gtktreemodel.c (gtk_tree_path_free): make the path != NULL
8878         check a silent assert, so it follows the g_free() behaviour.
8879
8880 2003-07-11  Matthias Clasen  <maclas@gmx.de>
8881
8882         * gtk/gtkstatusbar.c (gtk_statusbar_init): Center statusbar contents 
8883         vertically.  (#109823, Joe Shaw)
8884
8885 2003-07-11  Morten Welinder  <terra@gnome.org>
8886
8887         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_pixbuf): Fix memory
8888         access error.  (#69436)
8889
8890 Fri Jul 11 14:32:43 2003  Kristian Rietveld  <kris@gtk.org>
8891
8892         Landing GtkTreeModelFilter and the completion code. (Test program
8893         and documentation will follow next week).
8894
8895         * gtk/gtkcellayout.[ch], gtk/gtkentrycompletion.[ch],
8896         gtk/gtktreemodelfilter.[ch], gtk/gtkentryprivate.h: new files.
8897
8898         * gtkentry.[ch]: added gtk_entry_{get,set}_completion, wrote
8899         necessary code to hook up completion.
8900
8901         * gtktreeviewcolumn.c: made GtkTreeViewColumn implement the new
8902         GtkCellLayout interface.
8903
8904         * gtkmarshalers.list: added BOOLEAN:OBJECT,BOXED.
8905
8906         * gtk/gtk.h, gtk/Makefile.am, po/POTFILES.in: all updated for the new
8907         source files.
8908
8909 Wed Jul  9 19:48:26 2003  Kristian Rietveld  <kris@gtk.org>
8910
8911         Merge from stable.
8912
8913         * gdk/gdkdisplay.c (gdk_display_get_window_at_pointer): don't
8914         directly return from ->window_at_pointer, but set win_x and win_y
8915         first if needed. (Fixes #110166, reported by Arno Charlet).
8916
8917         * gdk/gdkwindow.c (gdk_window_get_composite_drawable): change
8918         function to accept GdkDrawables and not just GdkWindows. This was
8919         already done in some other functions a while back, but this patch
8920         got lost for some reason.
8921
8922 2003-07-09  Matthias Clasen  <maclas@gmx.de>
8923
8924         * gtk/gtkcontainer.c (gtk_container_focus_sort_tab): Consider the text
8925         direction when sorting children.  (#116540, Soeren Sandmann)
8926
8927 Tue Jul  8 17:36:21 2003  Owen Taylor  <otaylor@redhat.com>
8928
8929         * gdk/x11/gdkasync.[ch] gdk/gdkdnd-x11.c: 
8930         Change _gdk_x11_send_xevent_async() to 
8931         _gdk_x11_send_client_message_async() avoid using Xlib
8932         internals that are different on Solaris. 
8933         (#116917, Morten Welinder)
8934
8935 2003-07-08  Matthias Clasen  <maclas@gmx.de>
8936
8937         * gtk/gtkcontainer.c (gtk_container_remove): Doc addition.
8938         (#116501, Doug Quale)
8939
8940 Tue Jul  8 21:35:22 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8941
8942         * gtk/gtktoggletoolbutton.h: remove strange #define
8943         * gtk/gtktoolbutton.h: fix cut'n'paste error
8944         * gtk/gtktoolbutton.c (gtk_tool_button_init): use instance
8945         private data
8946         * gtk/gtktoolitem.c (gtk_tool_item_class_init): use instance
8947         private data instead of g_new0()
8948         * gtk/gtktoggletoolbutton.c (gtk_toggle_tool_button_init): use
8949         instance private data
8950
8951 Tue Jul  8 21:10:14 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8952
8953         * gtk/gtkbutton.c (gtk_button_realize): remove GDK_EXPOSURE_MASK
8954         for INPUT_ONLY window
8955         * gtk/gtkmenuitem.c (gtk_menu_item_realize): same
8956         * gtk/gtknotebook.c (gtk_notebook_realize): same
8957         * gtk/gtkexpander.c (gtk_expander_realize): same
8958         * gtk/gtkrange.c (gtk_range_realize): same
8959
8960         Fix #116303
8961
8962 Tue Jul  8 19:57:14 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8963
8964         * gtk/gtkstyle.c (gtk_default_draw_arrow): remove correction on x
8965         when detail is "menuitem". With the new menu look is isn't needed
8966         anymore.
8967
8968         * gtk/gtktoolitem.c (gtk_tool_item_toolbar_reconfigured): queue a
8969         resize here, so that tool items will get a chance to relayout
8970         themselves based on the toolbar configuration.
8971
8972         change DEFAULT_SPACE_SIZE to 4 instead of 5
8973
8974         * gtk/gtktoolbar.c 
8975         Get rid of "!GTK_BIN (item)->child means separator". Separators
8976         are widgets in their own right
8977
8978         change DEFAULT_SPACE_SIZE to 4 instead of 5
8979         
8980         (get_space_size): remove this function
8981         (toolbar_item_is_homogeneous): new function
8982
8983         * gtk/gtkseparatortoolitem.c
8984         (gtk_separator_tool_item_size_request): new function.
8985
8986 Tue Jul  8 14:10:35 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8987
8988         * gtk/gtktoggletoolbutton.h: use private data, add new
8989         internal function _gtk_toggle_tool_button_get_button()
8990
8991         * gtk/gtktoolbutton.h: move to private data
8992
8993         * gtk/gtkradiotoolbutton.c, gtk/gtktoolbutton.c: updates for new
8994         private data.
8995
8996 Tue Jul  8 12:50:20 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8997
8998         * gtk/gtktoolbutton.c (gtk_tool_button_get_icon_widget): fix a
8999         type check, (#116947, Krasimir Angelov)
9000
9001         * gtk/gtktoolbar.c: Use new GtkToolItem accessors.
9002         
9003         * gtk/gtktoolitem.[ch]: Use a private struct to hold the instance
9004         data. Not instance private data yet, because of bug 116921.
9005
9006         * gtk/gtktoolitem.h: new accessors:
9007                 gtk_tool_item_get_homogeneous ()
9008                 gtk_tool_item_get_expand ()
9009                 gtk_tool_item_get_pack_end ()
9010                 gtk_tool_item_get_use_drag_window ()
9011
9012 Mon Jul  7 16:50:32 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9013
9014         * gtk/gtkcellrenderertext.c
9015         (gtk_cell_renderer_text_class_init): remove accidentally committed
9016         debugging spew
9017
9018         * gtk/gtktoolbar.c
9019         (gtk_toolbar_paint_space_line): remove this function
9020         (gtk_toolbar_expose): always propagate expose, even if the item is
9021         a separator item
9022
9023         * gtk/gtkseparatortoolitem.c
9024         (gtk_separator_tool_item_expose): moved here from gtktoolbar.c
9025         (get_space_size): new function.
9026         (get_space_style): new function
9027
9028 Sun Jul  6 13:00:20 2003  Owen Taylor  <otaylor@redhat.com>
9029
9030         * gtk/gtkdnd.c (_gtk_drag_source_handle_event)
9031         * gtk/gtkdnd.c (gtk_drag_begin_internal):  Remove use
9032         of GDK_POINTER_MOTION_HINT_MASK.
9033
9034         * gtk/gtkdnd.c (gtk_drag_update_idle): Move updating
9035         of the drag into an idle as a superior form of 
9036         expose compression.
9037
9038         * gtk/gtkdnd.c (gtk_drag_begin_internal): Move default icon
9039         creation here, so that we have an icon at the start
9040         of the drag (e.g., when retrieving the window cache
9041         information.)
9042
9043 Sun Jul  6 17:21:23 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9044
9045         * docs/widget_geometry.txt: better drawing of GtkMenuItem
9046         * docs/widget_geometry.txt: add notes about GtkMenu
9047         * gtk/gtkstyle.c: remove leftover "#include "gtkhandlebox.h""
9048
9049 Sat Jul  5 10:34:00 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9050
9051         * gtk/gtkmenu.c: add vertical_padding style property.
9052         
9053         * gtk/gtkmenuitem.c: add style properties toggle_spacing,
9054         arrow_spacing and horizontal_padding. Also center separators and
9055         make them a bit taller.
9056
9057         * gtk/*menuitem.c: use new style properties.
9058         
9059         * docs/widget_geometry.txt: Add note about GtkMenuItem
9060
9061         * gtk/gtkstyle.c 
9062         (gtk_default_draw_vline, gtk_default_draw_hline):
9063         fix +/-1 errors. 
9064
9065         (gtk_default_draw_shadow): draw a black border around menus.
9066
9067         * gtk/gtkvseparator, gtk/gtkhseparator.c, gtk/gtkmenuitem.c: fix
9068         calls to gtk_paint_hline() and gtk_paint_vline() (they take x1,
9069         x2 and y1, y2 respectively, not x, width and y, height).
9070
9071 Sat Jul  5 09:55:38 2003  Owen Taylor  <otaylor@redhat.com>
9072
9073         * gdk/x11/gdkdnd-x11.c (precache_target_list): Lookup
9074         all the atoms in the target list at once.
9075
9076         * gdk/x11/gdkdnd-x11.c (gdk_drag_get_protocol_for_display):
9077         Local drag short-circuit.
9078
9079         * gdk/x11/gdkdnd-x11.c (gdk_drag_motion): For the
9080         local case, poke the actions in directly instead of
9081         going through xdnd_set_actions.
9082
9083         * gdk/x11/gdkdnd-x11.c (xdnd_read_actions): Short-circuit
9084         the local case.
9085
9086         * gdk/x11/gdkdnd-x11.c (xdnd_manage_source_filter): Don't
9087         XSelectInput()/add a filter if the drag is local.
9088
9089         * gdk/x11/gdkdnd-x11.c (gdk_drag_get_selection): 
9090         Simplify handling of "XdndSelection".
9091
9092         * gdk/x11/gdkevents-x11.c
9093         (gdk_event_send_client_message_to_all_recurse): Somehow,  
9094         a WM_STATE => _NET_WM_STATE change hand been made here.
9095
9096         * gdk/x11/gdkproperty-x11.c (_gdk_x11_precache_atoms): Free
9097         xatom_names, not atom_names.
9098
9099         * tests/testdnd.c (target_drag_motion): Make the trashcan
9100         open again. (Got lost in deprecation cleanup.)
9101
9102 Sat Jul  5 00:49:32 2003  Owen Taylor  <otaylor@redhat.com>
9103
9104         * gtk/gtkdnd.c (gtk_drag_begin): Move the grabs up
9105         earlier, so we don't get a big pile of uncompressed
9106         motion events before the grab takes effect.
9107
9108         * gtk/gtkdnd.c (gtk_drag_update_icon): Call 
9109         gdk_window_process_all_updates() so that the area
9110         we are dragging over gets a change to redraw.
9111
9112         * gtk/gtkdnd.c (_gtk_drag_dest_handle_event): Use 
9113         gdk_window_get_position(), not gdk_window_get_origin().
9114
9115         * gdk/x11/gdkwindow-x11.[ch] (gdk_window_have_shape_ext)
9116         gdkdisplay-x11.h: use XShapeQueryExtension to 
9117         avoid duplicate XQueryExtension when we actually
9118         use it. Remove unnecessary caching in GdkDisplayX11.
9119
9120 Fri Jul  4 23:49:22 2003  Owen Taylor  <otaylor@redhat.com>
9121
9122         * gdk/x11/gdkasync.[ch] (_gdk_x11_get_window_child_info): 
9123         Function to get a range of information about all the
9124         children of a window in a single pass.
9125
9126         * gdk/x11/gdkdnd-x11.c (get_client_window_at_coords_recurse)
9127         gdk/x11/gdkdnd-x11.c (gdk_window_cache_new): Use
9128         _gdk_x11_get_window_child_info() to greatly reduce
9129         the number of roundtrips.
9130
9131 Fri Jul  4 22:57:18 2003  Owen Taylor  <otaylor@redhat.com>
9132
9133         * gdk/x11/gdkasync.[ch] (_gdk_send_xevent_async): Add
9134         a function to XSendEvent() and call a calback on
9135         failure/success.
9136
9137         * gdk/x11/gdkdnd-x11.c (xdnd_send_xevent): Short-circuit
9138         messages to the same process, use _gdk_send_xevent_async().
9139
9140 Fri Jul  4 22:26:27 2003  Owen Taylor  <otaylor@redhat.com>
9141
9142         * gdk/x11/gdkwindow-x11.[ch] gdkevents-x11.c: Split
9143         toplevel-specific pieces of GdkWindowImplX11 into
9144         a separate GdkToplevelX11 structure.
9145
9146 Fri Jul  4 22:05:09 2003  Owen Taylor  <otaylor@redhat.com>
9147
9148         * gdk/x11/gdkasync.c (struct _SetInputFocusState): Fix
9149         some leftover fields.
9150
9151 Fri Jul  4 15:57:52 2003  Owen Taylor  <otaylor@redhat.com>
9152
9153         * gdk/x11/gdkevents-x11.c (gdk_wm_protocols_filter):
9154         Use asynchronously _gdk_x11_set_input_focus_safe
9155         to avoid having to trap errors and XSync().
9156
9157         * gdk/x11/gdkwindow-x11.c (gdk_window_focus): Use
9158         _gdk_x11_set_input_focus_safe() here as well.
9159
9160         * gdk/x11/gdkevents-x11.c (gdk_check_wm_state_changed):
9161         Rework handling of property notifies on _NET_WM_STATE
9162         so that we ignore _NET_WM_DESKTOP notifies unless we
9163         really care.
9164
9165         * gdk/x11/gdkimage-x11.c (gdk_image_check_xshm): Use
9166         XShmQueryExtension() rather than XQueryExtension() to
9167         avoid extra rountrip.
9168
9169         * gdk/x11/gdkwindow-x11.c (_gdk_windowing_window_init):
9170         Remove unused call to XGetWindowAttributes()
9171         
9172         * gdk/x11/gdkdisplay-x11.c (gdk_display_open): Remove
9173         unused call to XGetKeyboardControl().
9174
9175         * gdk/x11/gdkdisplay-x11.c gdk/gdk.def (gdk_display_flush):
9176         Add (#99571)
9177
9178         * gdk/win32/gdkevents-win32.c gdk/linux-fb/gdkevents-fb.c 
9179         No-op implementations of gdk_display_flush().
9180
9181         * gdk/gdkwindow.c (gdk_window_process_all_updates): Use
9182         gdk_display_flush() rather than gdk_flush() to avoid
9183         XSync().
9184         
9185         * gdk/x11/gdkwindow-x11.c (update_wm_hints)
9186         gdk/x11/gdkwindow-x11.h: Centralize all handling of WM_HINTS here
9187         so that we don't have to get the property back from the server.
9188
9189         * gdk/x11/gdkwindow-x11.c (show_window_internal): Store
9190         the serial of when we map a toplevel to allow optimizing
9191         out notifies on _NET_WM_STATE/_NET_WM_DESKTOP.
9192
9193         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Don't
9194         XTranslateCoordinates() for override-redirect windows.
9195
9196 Fri Jul  4 15:59:27 2003  Owen Taylor  <otaylor@redhat.com>
9197
9198         * gdk/x11/gdkwindow-x11.c (gdk_window_set_group): Remove comment
9199         about setting window group after the window is mapped from docs
9200         - nothing the ICCCM forbids that.
9201
9202         * gdk/x11/gdkcursor-x11.c (gdk_display_get_maximal_cursor_size):
9203         Fix g_return_val_if_fail() in void return function.
9204
9205         * configure.in: Fix misplaced comma that was resulting
9206         in XShm always being disabled.
9207
9208 Fri Jul  4 19:55:49 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9209
9210         * tests/stresstest-toolbar: remove this accidentally committed
9211         file.
9212         
9213         * tests/stresstest-toolbar.c: really add this new test
9214
9215 Fri Jul  4 19:06:31 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9216
9217         * tests/stresstest-toolbar.c: new test for removing items
9218         
9219         * tests/testtoolbar.c: add a popup menu
9220
9221         * gtk/gtkcontainer.c (gtk_container_remove): add hack to avoid
9222           assert widget->parent == container when the container is a
9223           toolbar.
9224
9225         * gtk/gtktoolbar.c (gtk_toolbar_remove_tool_item): Make much
9226         simpler. Also make correct.
9227
9228         * gtk/gtktoolbar.c (gtk_toolbar_button_press): make
9229         popup_context_menu a boolean handled signal.
9230
9231 2003-07-04  Tor Lillqvist  <tml@iki.fi>
9232
9233         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_polygon,
9234         gdk_win32_draw_segments, gdk_win32_draw_lines): We can calculate
9235         the width and height of the bounding rectangle only after the
9236         minumum x and y have been found, and need a separate loop for
9237         it. Thanks to Bruce Hochstetler for providing a sample program
9238         exhibiting the bug.
9239
9240 2003-07-03  Tor Lillqvist  <tml@iki.fi>
9241
9242         * gdk/gdk.def: Add gdk_string_to_compound_text_for_display.
9243         (#116537, Peter Zelezny)
9244
9245 Thu Jul  3 03:13:20 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9246
9247         * gtk/gtkpaned.c (gtk_paned_set_child_property): Insert cast to
9248         fix warning. Assign something to old_value to quiet gcc
9249
9250         * gtk/gtkcalendar.c 
9251         (start_spinning): gtk_timeout_add->g_timeout_add
9252
9253         * gtk/gtkicontheme.c 
9254         (theme_lookup_icon): Make it compile (remove double semicolon)
9255
9256         * gtk/gtktoolbutton.c
9257         (gtk_tool_button_class_init): Long comment about properties.
9258         (gtk_tool_button_class_init): Improve text for "use_underline"
9259         property
9260         (gtk_tool_button_create_menu_proxy): Fix up to use_mnemonic based
9261         on whether the passed-in label has use_mnemonic set
9262         (gtk_tool_button_create_menu_proxy): Split image cloning out in
9263         new function. Make that function also handle image with pixbuf
9264         storage.
9265         (gtk_tool_button_construct_contents): Use gtk_widget_destroy()
9266         instead of gtk_container_remove().
9267         (gtk_tool_button_construct_contents): Fix eliding bug
9268
9269         * gtk/gtktoolbar.c
9270         (gtk_toolbar_finalize): New function. Unref tooltips, pointed out
9271         by Morten Welinder
9272         (gtk_toolbar_button_press): Make popup_context_menu signal provide
9273         coordinates and button number
9274
9275         * tests/testtoolbar.c (main): Add new pixbuf toolbutton
9276
9277         * tests/apple-red.png: new file
9278
9279 Wed Jul  2 18:00:56 2003  Owen Taylor  <otaylor@redhat.com>
9280          
9281         * gtk/gtkicontheme.[ch]: Implement a loader for
9282         named themed icon based on from gnome-desktop library
9283         by Alex Larsson.
9284
9285         * gtk/gtkiconthemeparser.[ch]: .ini file parsing code
9286         from gnome-desktop.
9287
9288         * gtk/gtkiconfactory.[ch]: Add
9289         gtk_icon_source_set/get_icon_name() to allow stock icons
9290         to be based off of named theme icons.
9291
9292         * gtk/gtkiconfactory.c: Rework sources so that the source
9293         is *either* a pixbuf, or a filename, or an icon name,
9294         instead of the pixbuf/filename mix it was before. Put a
9295         workaround for get_pixbuf() so that it can return the
9296         filename pixbuf, e.g, for render_icon().
9297
9298         * gtk/gtkiconfactory.c: Make the default setup use
9299         themed icons, and add builtin icons to the default
9300         icon theme for all the standard pixbufs, so we
9301         don't rely on actually having an icon theme on disk.
9302
9303         * gtk/gtkrc.c: Add support for @"icon-name" to specify
9304         a themed icon for a stock icon source.
9305
9306         * tests/Makefile.am test/testicontheme.c: Add a test
9307         program from gnome-desktop.
9308
9309         * gdk/x11/gdkevents-x11.c gtk/gtksettings.c: Add
9310         Net/IconThemeName / gtk-icon-theme-name setting.
9311
9312         * gtk/gtkiconfactory.c (ensure_cache_up_to_date): Actually
9313         update the icon cache serial so we don't continually
9314         think we are out-of-date.
9315
9316         * gtk/gtkwidget.c: Fix a couple of references in doc comments 
9317         to ::direction_set that should have been to ::direction-changed
9318
9319 Wed Jul  2 14:45:41 2003  Owen Taylor  <otaylor@redhat.com>
9320
9321         * gtk/gtktoolbar.c (gtk_toolbar_realize): Attach the
9322         style to the widget.
9323
9324 Wed Jul  2 15:42:26 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9325
9326         * gtk/gtk.h: Add new toolbar headers
9327
9328         * tests/testtoolbar.c: new file
9329
9330         * tests/Makefile.am (noinst_PROGRAMS): Add testtoolbar.c
9331
9332         * gtk/gtkexpander.c (gtk_expander_class_init): Make it compile
9333
9334 Tue Jul  1 22:49:25 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9335
9336         * gtk/gtktoolbar.c:
9337         (gtk_toolbar_remove_tool_item): Fix bug where list is changed
9338         inside a for loop (pointed out by Morten Welinder).
9339         (gtk_toolbar_focus_home_or_end): Minor formatting change
9340
9341         Comments from Owen:
9342
9343         * gtk/gtktoolbutton.c: remove copy of elide_underscores(). Use
9344         gtk_toolbar_elide_underscores instead.
9345
9346         * gtk/gtktoolbar.c: rename signal from focus_ends to
9347         focus_home_or_end.
9348         (_gtk_toolbar_elide_underscores): export this as an internal
9349         function.
9350         (gtk_toolbar_move_focus): add comment explaining difference to
9351         gtk_toolbar_focus();
9352         (gtk_toolbar_list_children_in_focus_order): Make TAB_FORWARD and
9353         TAB_BACKWARD focus the right widgets in RTL mode
9354
9355         * gtk/gtktoolbutton.c (gtk_tool_button_new): Change to take
9356         "label" and "icon" parameters
9357
9358         * gtk/gtktoolbutton.[ch]: remove icon_set property.
9359
9360 2003-07-01  Matthias Clasen  <maclas@gmx.de>
9361
9362         * gtk/gtkspinbutton.c (gtk_spin_button_set_digits): Improve docs.
9363         (116364, Morten Welinder) 
9364
9365         * tests/testgtk.c: Use GtkFontButton and GtkColorButton to bring up the
9366         corresponding dialogs.
9367
9368         * gtk/Makefile.am (gtk_public_h_sources): Add gtkfontbutton.h,
9369         gtkcolorbutton.h.  
9370         (gtk_c_sources): Add gtkfontbutton.c, gtkcolorbutton.c. 
9371
9372         * gtk/gtkfontbutton.[hc]: New files containing a font picker widget. 
9373
9374         * gtk/gtkcolorbutton.[hc]: New files containing a color picker widget. 
9375
9376         * gtk/gtk.h: Include gtkexpander.h, gtkfontbutton.h, gtkcolorbutton.h.
9377
9378         * gtk/gtkexpander.c: Small additions to the docs. 
9379
9380 2003-07-01  Tor Lillqvist  <tml@iki.fi>
9381
9382         * gdk/win32/gdkwindow-win32.c (_gdk_windowing_window_get_pointer):
9383         WindowFromPoint() wants screen coordinates (#115422, Tim Evans).
9384
9385 2003-07-01  Matthias Clasen  <maclas@gmx.de>
9386
9387         * configure.in: Check for Xcursor.
9388         
9389         * gdk/x11/gdkcursor-x11.c:
9390         * gdk/gdkdisplay.h: 
9391         * gdk/gdkcursor.h: RGBA cursor support based on Xcursor. New functions:
9392         gdk_cursor_new_from_pixbuf(), gdk_display_supports_cursor_alpha(), 
9393         gdk_display_supports_cursor_color(),
9394         gdk_display_get_default_cursor_size() and 
9395         gdk_display_get_maximal_cursor_size().  (#69436)
9396
9397 2003-06-30  Tor Lillqvist  <tml@iki.fi>
9398
9399         * gdk/win32/gdkdnd-win32.c (find_window_enum_proc): New function,
9400         callback proc for EnumWindows().
9401         (gdk_drag_find_window_for_screen): Actually take the drag_window
9402         argument into account: Instead of using WindowFromPoint(), use
9403         EnumWindows(), to be able to skip the drag_window. (#116320, Tony
9404         M Brown, Herman Bloggs)
9405
9406         * gdk/win32/*.c: Replace gdk_drawable_ref()/unref() and
9407         gdk_window_ref()/unref() calls with g_object_ref()/unref().
9408         Consistently use %p format in debugging output of pointers and
9409         HANDLEs.
9410
9411 2003-06-30  Mark McLoughlin  <mark@skynet.ie>
9412
9413         * gtk/gtkexpander.h: kill some stray characters
9414         breaking the build.
9415
9416 2003-06-30  Mark McLoughlin  <mark@skynet.ie>
9417
9418         Add GtkExpander. See discussion in bug #60553.
9419
9420         * gtk/gtkexpander.[ch]: add.
9421         
9422         * gtk/Makefile.am: build gtk-expander.[ch].
9423         
9424         * docs/widget_geometry.txt: add info on the layout
9425         of GtkExpander.
9426
9427 Mon Jun 30 01:20:19 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9428
9429         * gtkradiotoolbutton.c:         new file
9430         * gtkradiotoolbutton.h:            "
9431         * gtktoggletoolbutton.c:           "
9432         * gtktoggletoolbutton.h:           "
9433         * gtktoolbutton.c:                 "
9434         * gtktoolbutton.h:                 "
9435         * gtktoolitem.c:                   "
9436         * gtktoolitem.h:                   "
9437         * gtktoolbar.c: many changes
9438         * gtktoolbar.h: many changes
9439         * gtkseparatortoolitem.c:       new file
9440         * gtkseparatortoolitem.h           "
9441
9442         New toolbar.
9443         
9444         - Items on a toolbar are now separate widgets, instances of a
9445           subclass of GtkToolItem.
9446
9447         - Items there aren't room for on the toolbar are unmapped, and an
9448           overflow menu with a proxy menu item is added instead.
9449
9450         - The toolbar is keyboard navigatable. Press TAB to focus the
9451           first item, then use arrow keys and Ctrl TAB to move around the
9452           toolbar. TAB moves focus out of the toolbar.
9453
9454         - Bascially all of the old toolbar API is deprecated in favor of
9455           new API in gtktoolbar.h, gtktoolitem.h, gtktoolbutton.h
9456
9457         - The toolbar is backwards compatible with the old toolbar.
9458
9459 2003-06-29  Matthias Clasen  <maclas@gmx.de>
9460
9461         * gtk/gtkwidget.c (gtk_widget_class_init): Remove a duplicate parameter
9462         from docs, some more formatting fixes. 
9463
9464 2003-06-28  Tor Lillqvist  <tml@iki.fi>
9465
9466         Fix for #111028, thanks to J. Ali Harlow, who writes:
9467         I found that the GdkPixmap->GdkImage reference really isn't
9468         important. It's only really there to have somewhere convenient to
9469         store the location of the pixel data in the pixmap and as an easy
9470         way of accessing the dimensions of that data. I have therefore put
9471         together a fix which removes this reference entirely which seems
9472         to solve the problem.
9473
9474         * gdk/win32/gdkpixmap-win32.h (struct _GdkPixmapImplWin32):
9475         Instead of a pointer to a GdkImage, keep a pointer to the pixels
9476         directly.
9477
9478         * gdk/win32/gdkimage-win32.c (_gdk_win32_setup_pixmap_image): Remove.
9479         (_gdk_win32_new_image): New function, replacing the above. Creates
9480         a GdkImage without any associated GdkPixmap.
9481         (gdk_image_new_bitmap, _gdk_image_new_for_depth): Use it instead.
9482
9483         * gdk/win32/gdkprivate-win32.h: Remove from here, too.
9484
9485         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new_from_pixmap)
9486         * gdk/win32/gdkdrawable-win32.c (blit_from_pixmap)
9487         * gdk/win32/gdkgc-win32.c (_gdk_win32_bitmap_to_hrgn)
9488         * gdk/win32/gdkmain-win32.c (_gdk_win32_drawable_description):
9489         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_impl_win32_finalize,
9490         gdk_pixmap_new, gdk_bitmap_create_from_data, gdk_pixmap_foreign_new)
9491         Corresponding changes.
9492
9493 Thu Jun 26 21:41:16 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9494
9495         * gtk/gtktreeviewcolumn.c
9496         (gtk_tree_view_column_cell_set_cell_data): only set "is_expander"
9497         and "is_expanded" if the new value is different fromt he old one.
9498
9499 Wed Jun 25 18:59:15 BST 2003  Tony Gale <gale@gtk.org>
9500
9501         * docs/faq/gtk-faq.sgml: Fix typos. Update
9502         thread example I missed yesterday.
9503
9504 2003-06-24  Matthias Clasen  <maclas@gmx.de>
9505
9506         * gtk/gtkspinbutton.c (gtk_spin_button_class_init): Add a blurb for
9507         shadow_type. 
9508
9509         * gtk/gtkwidget.c (gtk_widget_class_install_style_property_parser): 
9510         (gtk_widget_class_list_style_properties): Use same parameter names as in  
9511         header (to silence gtk-doc).
9512
9513         * gtk/gtkalignment.c (gtk_alignment_[gs]et_padding): Fix doc comments.
9514
9515 Tue Jun 24 20:00:45 BST 2003  Tony Gale <gale@gtk.org>
9516
9517         * docs/faq/gtk-faq.sgml: Thread support updates
9518         from Owen. Various suggestions from Steve Chaplin.
9519
9520 2003-03-24  Mohammad DAMT  <mdamt@bisnisweb.com>
9521
9522         * po/id.po: Updated Indonesian translation
9523
9524 2003-06-21  Tor Lillqvist  <tml@iki.fi>
9525
9526         * gdk/win32/gdkevents-win32.c (gdk_event_translate): When
9527         emulating X11's automatic grab on button down, pass owner_events
9528         as FALSE. According to the XLib spec, automatic grabs use True for
9529         owner_events when OwnerGrabButtonMask is selected, and I don't see
9530         the X11 backend doing that. (#82497, #91619, #92835, #107322, #110271)
9531         (find_window_for_pointer_event): Improve debugging output.
9532
9533 2003-06-17  Tor Lillqvist  <tml@iki.fi>
9534
9535         * gtk-zip.sh.in (DLLDIR): Look for DLLs also in the bin
9536         subdirectory, where libtool 1.5 installs them.
9537
9538         * README.win32: Point to FSF's binary Win32 distribution of
9539         gettext-runtime.
9540
9541 2003-06-17  Matthias Clasen  <maclas@gmx.de>
9542
9543         * acinclude.m4 (JH_PATH_XML_CATALOG, JH_CHECK_XML_CATALOG): New
9544         macros to check for XML catalog contents and path, borrowed from
9545         gtk-doc. 
9546         * configure.in: New option --enable-man to enable regeneration of
9547         man pages from Docbook, if the necessary tools are found.
9548
9549 2003-06-15  Matthias Clasen  <maclas@gmx.de>
9550
9551         * gtk/gtkcalendar.c (gtk_calendar_class_init): 
9552         * gtk/gtknotebook.c (gtk_notebook_class_init): 
9553         * gtk/gtkalignment.c (gtk_alignment_class_init): 
9554         * gtk/gtkpaned.c (gtk_paned_class_init): Document new properties
9555         as 2.4 additions.
9556
9557         * gtk/gtkwidget.c (gtk_widget_class_init): Move inline signal docs 
9558         to the proper place, immediately before the g_signal_new() call.
9559
9560         * gtk/gtktextiter.h: Make the flags-nature of GtkTextSearchFlags 
9561         more obvious.  (#115122, Jeff Franks)
9562
9563 2003-06-12  Anders Carlsson  <andersca@codefactory.se>
9564
9565         * gtk/gtkwidget.c: (event_window_is_still_viewable):
9566         Special case pixmaps. (#114880)
9567         
9568 2003-06-12  Matthias Clasen  <maclas@gmx.de>
9569
9570         * gtk/gtkwidget.c: Document child-notify and drag-data-received
9571         signals. Owen, we need to figure out where the best place for
9572         these comments in the source is. I currently put them in front of
9573         the signals enum.
9574
9575 2003-06-11  Matthias Clasen  <maclas@gmx.de>
9576
9577         * gtk/gtkdnd.c (gtk_drag_check_threshold): s/threshhold/threshold/.
9578
9579 Thu Jan 12 01:01:19 2003  Kristian Rietveld  <kris@gtk.org>
9580
9581         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_process_action):
9582         silly typo fix. s/seperator/separator/. This gets rid of the
9583         assert spam when using TreeView.
9584
9585 Tue Jun 10 11:23:48 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
9586
9587         * modules/input/gtkimcontextxim.c (xim_instantiate_callback): New
9588         function for XIM instantiate callback.
9589         * modules/input/gtkimcontextxim.c (xim_info_try_im): New function
9590         where call to XOpenIM() or XRegisterIMInstantiateCallback() is
9591         actually made.
9592         * modules/input/gtkimcontextxim.c (xim_destroy_callback): New function
9593         for XIM's destroy callback.
9594         * modules/input/gtkimcontextxim.c (get_im): add a check if info->im 
9595         is set or not - if it's not set, call xim_info_try_im() to try to
9596         initiaize it.
9597         * modules/input/gtkimcontextxim.c (reinitialize_ic): reset
9598         filter_key_release flag of the context.
9599         * modules/input/gtkimcontextxim.c (get_ic_real): removed
9600         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_get_ic): move
9601         code from the removed get_ic_real().
9602
9603         For XIM instantiation, destruction and re-instantiation. With
9604         this, Gtk+ apps will be able to connect or reconnect to the XIM,
9605         when it starts after the apps, or when the XIM gets lost and recover.
9606         (#113099, #107782).
9607
9608 Mon Jun 10 01:12:31 2003  Kristian Rietveld  <kris@gtk.org>
9609
9610         Merged from stable.
9611
9612         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_get_size):
9613         check if width is !null, not *width. Doh.
9614
9615 Tue Jun 10 01:09:33 2003  Kristian Rietveld  <kris@gtk.org>
9616
9617         Merged from stable.
9618
9619         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_process_action):
9620         Remove the weird dx logic, get all cell_area and background_area
9621         calculations right. Not sure what was up with it before. (Fixes
9622         #110989, testcase from Vasco Alexandre da Silva Costa).
9623
9624 Tue Jun 10 00:58:23 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9625
9626         * tests/testgtk.c: Make it compile with C89 compilers
9627
9628 2003-06-10  Matthias Clasen  <maclas@gmx.de>
9629
9630         * gtk/gtktextview.c (gtk_text_view_class_init): Install boolean
9631         property "overwrite".
9632         (gtk_text_view_[gs]et_property): Handle "overwrite".
9633         * gtk/gtktextview.[hc] (gtk_text_view_[gs]et_overwrite): Getter
9634         and setter for "overwrite" property.  (#110241, Jeroen Zwartepoorte)
9635
9636 2003-06-09  Matthias Clasen  <maclas@gmx.de>
9637
9638         * gtk/gtkpaned.c (gtk_paned_class_init): Install boolean child
9639         properties "resize" and "shrink".
9640         (gtk_paned_[gs]et_child_property): Implementations of 
9641         GtkContainer::[gs]et_child_property.  
9642         * tests/testgtk.c (toggle_resize, toggle_shrink): Use the new
9643         paned child properties instead of remove/add hacks.  (#114667, 
9644         Soeren Sandmann) 
9645
9646 Mon Jun  9 16:18:11 2003  Owen Taylor  <otaylor@redhat.com>
9647
9648         * gtk/gtknotebook.c (gtk_notebook_button_press): Back
9649         out event->window test - it wasn't needed because
9650         of the call to get_widget_coordinates().
9651
9652         * gtk/gtknotebook.c (gtk_notebook_button_press): Remove
9653         call to gtk_widget_grab_focus() when not clicking on
9654         any tabs. (Real fix for #114534)
9655
9656 Sun Jun  8 22:03:09 2003  Owen Taylor  <otaylor@redhat.com>
9657
9658         * tests/testdnd.c: Use application/x-rootwindow-drop for
9659         root window drops. (#108670, Alex Larsson)
9660
9661         * gdk/x11/gdkdnd-x11.c (gdk_drag_motion) gtk/gtkdnd.c (gtk_drag_drop): 
9662         Accept either application/x-rootwin-drop (what GTK+ has always used)
9663         or application/x-rootwindow-drop (what the XDND standard specifies).
9664
9665 Fri Jun  6 11:07:33 2003  Owen Taylor  <otaylor@redhat.com>
9666
9667         * gtk/gtkwidget.c (event_window_still_viewable): 
9668         Before delivering an event to a widget, check that
9669         (if relevant), the event's window is still viewable.
9670         (#105642, Dennis Björklund)
9671
9672         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): 
9673         NULL out private->parent, since after destruction
9674         it might not be valid any more.
9675
9676         * gdk/gdkwindow.c (gdk_window_is_viewable): Fix some
9677         accesses before g_return_val_if_fail(). Treat 
9678         DESTROYED windows as unmapped.
9679
9680 Thu Jun  5 09:28:03 2003  Owen Taylor  <otaylor@redhat.com>
9681
9682         * gtk/gtkentry.c: Recompute unconditionally in
9683         gtk_entry_style_set, and in a new gtk_label_screen_changed().
9684         Protect the guts of recompute_idle_func() with
9685         gtk_widget_has_screen(). (#114040, Morten Welinder) 
9686         Fix FALSE/0 confusion.
9687         
9688 Sun Jun  8 18:27:14 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9689
9690         * gdk/gdkpixbuf-drawable.c (G8fromRGB565): swap G and B.
9691         Fixes (#114669)
9692
9693 Sun Jun  8 11:27:29 2003  Owen Taylor  <otaylor@redhat.com>
9694
9695         * gtk/gtkviewport.c (viewport_set_adjustment): Fix bug with 
9696         set_adjustment (viewport, NULL);
9697
9698 2003-06-07  Matthias Clasen  <maclas@gmx.de>
9699
9700         * gtk/gtkiconfactory.c (get_default_icons): 
9701         * gtk/stock-icons/stock_{undo,redo,undelete,revert}_rtl_{16,24}.png:
9702         * gtk/stock-icons/Makefile.am: Add rtl variants of undo, redo,
9703         undelete and revert.  (#96633)
9704         
9705 Fri Jun  6 16:25:44 2003  Owen Taylor  <otaylor@redhat.com>
9706
9707         * gtk/gtkviewport.c: Many fixes, along with extensive cleanups and 
9708         refactoring of code to reduce duplication; fixes include:
9709
9710         - gtk_viewport_realize(): Position the window correct from adjustment 
9711         values. (#110737, Michael Natterer)
9712
9713         - Remove some division-by-zero checks in places where there is no 
9714         longer division. (#110737)
9715
9716         - gtk_viewport_class_init: Make the hadjustment/vadjustment properties 
9717         G_PARAM_CONSTRUCT, so that there will always be adjustments, even 
9718         if gtk_viewport_new isn't used (#101135, Thomas Leonard).
9719
9720         - Switch over to encapsulated lazy-creation for hadjustment/
9721         vadjustment; even with the CONSTRUCT property, we need this after
9722         destroy.
9723
9724         - When updating the adjustment, immediate set their values to
9725         match the the current range of the viewport, and update the 
9726         viewport position to match the value of the new adjustments. 
9727         (Part of #1165)
9728
9729 2003-06-06  Tor Lillqvist  <tml@iki.fi>
9730
9731         * gdk/win32/gdkprivate-win32.h: Fix typo.
9732
9733         * gdk/win32/gdkgc-win32.c (_gdk_win32_gc_new): Set
9734         graphics_exposures and subwindow_mode, too, even if they aren't
9735         currently used.
9736
9737 Fri Jun  6 23:38:23 2003  Kristian Rietveld  <kris@gtk.org>
9738
9739         Merged from stable.
9740
9741         * gtk/gtktreeview.c (do_expand_collapse),
9742         (expand_collapse_timeout), (cancel_arrow_animation): made
9743         expand_collapse_timeout a wrapper with locks around     
9744         do_expand_collapse, made cancel_arrow_animation use
9745         do_expand_collapse. Fixes threadlock. (Fixes #111286, patch from
9746         Peter Bloomfield).
9747
9748 Fri Jun  6 11:05:45 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
9749
9750         * modules/input/gtkimcontextxim.h (struct _GtkIMContextXIM):
9751         * modules/input/gtkimcontextxim.c (preedit_start_callback,
9752         preedit_draw_callback, preedit_done_callback): Add a 'finalizing' flag 
9753         to keep preedit-[start,changed,end] signals from being called during
9754         finalization (#111861).
9755
9756 2003-06-05  Noah Levitt  <nlevitt@columbia.edu>
9757
9758         * gtk/gtknotebook.c (gtk_notebook_button_press): Ignore button
9759         presses that are not on the tab (#114534).
9760
9761 Thu Jun  5 20:35:40 2003  Owen Taylor  <otaylor@redhat.com>
9762
9763         * demos/Makefile.am: Conditionalize dependencies for
9764         gdk-pixbuf-csource on cross-compilation (#112391, J. Ali Harlow). 
9765         Buildtest-inline-pixbufs.h in srcdir. Don't try to build 
9766         test-inline-pixbufs.h if we don't have libpng.
9767
9768         * gtk/stock-icons/Makefile.am (gtkstockpixbufs.h): 
9769         Add a dependency on gdk-pixbuf.loaders when not 
9770         cross-compiling, remove the dependency on gdk-pixbuf-csource
9771         when not cross compiling.
9772
9773 Thu Jun  5 20:12:51 2003  Owen Taylor  <otaylor@redhat.com>
9774
9775         * gtk/gtkwindow.c (gtk_window_get_default_size): Handle
9776         gtk_window_get_geometry_info() returning NULL.
9777         (#107311, John Finlay)
9778
9779 Thu Jun  5 19:24:33 2003  Owen Taylor  <otaylor@redhat.com>
9780
9781         * gtk/gtktoolbar.c (gtk_toolbar_expose): Subtract off
9782         twice the border width from the width/height, not
9783         1x the border width. (#106336, Rodney Dawes)
9784
9785 Thu Jun  5 15:33:38 2003  Owen Taylor  <otaylor@redhat.com>
9786  
9787         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_next_line):
9788         If at the end of the buffer, move to the end iter -
9789         parallels behavior of move_iter_to_previous_line.
9790         (#81960, Padraig O'Briain)
9791  
9792 Thu Jun  5 16:12:54 2003  Owen Taylor  <otaylor@redhat.com>
9793
9794         #80023, Yao Zhang, TOKUNAGA Hiroyuki
9795
9796         * gtk/gtktextlayout.c (gtk_text_layout_get_cursor_locations):
9797         Account for the preedit cursor offset if the iter passed
9798         in is at the same place as the insertion cursor.
9799
9800         * gtk/gtktextview.c (gtk_text_view_get_cursor_location):
9801         Encapsulate getting the insertion cursor location.
9802
9803         * gtk/gtktextview.c (gtk_text_view_update_im_spot_location):
9804         Pass the real y/height to the IM context. Take 
9805         text_view->x/yoffset into account.
9806
9807 Thu Jun  5 16:52:54 2003  Owen Taylor  <otaylor@redhat.com>
9808
9809         * gtk/gtktextview.[ch]: Never scroll on focus in
9810         (#81893, Patch from Paolo Maggi)
9811
9812         * gtk/gtktextview.c (gtk_text_view_scroll_[h]pages): 
9813         Scroll to the current cursor location before handling
9814         the action, in case the user just tabbed in
9815         and the cursor is offscreen.
9816
9817 Thu Jun  5 17:20:40 2003  Owen Taylor  <otaylor@redhat.com>
9818          
9819          #107883, Gustavo Giráldez
9820
9821         * gtk/gtktextlayout.c (gtk_text_layout_emit_changed):
9822         Split out the case where we know we changed, and 
9823         already dealt with our cached line being invalidated
9824         from external calls to gtk_text_layout_changed.
9825
9826         * gtk/gtktextlayout.c (gtk_text_layout_changed):
9827         Check if the invalidate yrange intersects our
9828         cached line, and clear it if necessary.
9829
9830 2003-06-05  Tor Lillqvist  <tml@iki.fi>
9831
9832         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Handle global
9833         filters.
9834
9835 2003-06-05  Matthias Clasen  <maclas@gmx.de>
9836
9837         * gtk/gtktextview.c: Fix for #84668, reported by Torbjrn Andersson:
9838         (gtk_text_view_grab_notify): 
9839         (gtk_text_view_state_changed): Implement these
9840         to unobscure cursor when grab shadowed or insensitised.
9841         (gtk_text_view_unobscure_mouse_cursor): New function to undo the
9842         effect of gtk_text_view_obscure_mouse_cursor(). Code lifted from
9843         gtk_text_view_motion_event().
9844         (gtk_text_view_motion_event): Use gtk_text_view_obscure_mouse_cursor().
9845
9846         * gtk/gtktextview.c (select_all): New keybinding signal for
9847         (un)selecting the whole buffer. Bound to C-a/C-\.  (see #107889)
9848
9849         * gtk/gtkcalendar.c (calendar_timer): 
9850         (stop_spinning): Replace deprecated gtk_timeout_* functions by
9851         their GLib counterparts.  (#114429)
9852
9853         * gtk/gtktreestore.c (gtk_tree_store_new): 
9854         * gtk/gtkliststore.c (gtk_list_store_new): Document restriction on 
9855         types.
9856
9857 Wed Jun  4 19:42:17 2003  Owen Taylor  <otaylor@redhat.com>
9858
9859         * gdk/gdkpango.c (gdk_draw_layout_line_with_colors):
9860         When drawing underlines, join up adjacent runs
9861         where possible, so we don't get changes in 
9862         shaper/font/etc. breaking underlines. (#103662,
9863         Kang Jeong-Hee)
9864
9865 Wed Jun  4 19:22:58 2003  Jonathan Blandford  <jrb@redhat.com>
9866
9867         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_level_find_insert):
9868         Slightly modified patch from Owen Taylor <otaylor@redhat.com> to
9869         improve the speed of inserting rows into an already sorted list,
9870         #109292
9871
9872 Wed Jun  4 19:24:28 2003  Owen Taylor  <otaylor@redhat.com>
9873
9874         * gdk/x11/gdkgc-x11.c gdk/x11/gdkprivate-x11.h: Keep
9875         track of when we have a clip mask set for the GC,
9876         and when we unset it, or switch to a clip region,
9877         immediately call XSetClipMask (..., None) to avoid
9878         Xlib caching stale data. (#111806)
9879
9880         * gtk/gtktextdisplay.c: Don't set a clip mask
9881         when drawing alpha pixmaps; it isn't necessary any more.
9882         (#111806)
9883
9884 Wed Jun  4 18:27:44 2003  Owen Taylor  <otaylor@redhat.com>
9885
9886         * gtk/gtkcheckbutton.c (gtk_real_check_button_draw_indicator): 
9887         gtk/gtkradiobutton.c (gtk_radio_button_draw_indicator): 
9888         Use GTK_WIDGET_IS_SENSITIVE(), not GTK_WIDGET_SENSITIVE
9889         (#92548, Tim Evans)
9890
9891         * gtk/gtkcheckmenuitem.c (gtk_real_check_menu_item_draw_indicator)
9892         gtk/gtkradiomenuitem.c (gtk_radio_menu_item_draw_indicator): If
9893         Use state_type = STATE_INSENSITIVE for insensitive menu items.
9894
9895 Wed Jun  4 21:25:35 2003  Kristian Rietveld  <kris@gtk.org>
9896
9897         Merged from stable.
9898
9899         * gtk/gtktreeview.c (gtk_tree_view_drag_begin): use a silent
9900         assert for get_info. (reported by Michael Natterer),
9901         (gtk_tree_view_expand_all_emission_helper),
9902         (gtk_tree_view_expand_all_helper): emit row_expanded for all
9903         expanded rows during an _expand_all operation. (Fixes #111280,
9904         reported by Benjamin Bayart).
9905
9906 Tue Jun  3 18:32:30 2003  Owen Taylor  <otaylor@redhat.com>
9907
9908         * gdk/x11/gdkevents-x11.c (gdk_wm_protocols_filter): Don't
9909         respond to pings on a root window; prevents infinite
9910         loops if we are selecting for SubstructureNotify on the
9911         root window. (#111945, Sergey V. Udaltsov)
9912
9913 Tue Jun  3 17:39:16 2003  Owen Taylor  <otaylor@redhat.com>
9914
9915         #71597, reported by Morten Welinder
9916
9917         * gdk/gdkpixbuf-drawable.c (rgb888amsb): Fix and simplify
9918         (Patch from Christian Petig)
9919
9920         * gdk/gdkpixbuf-drawable.c (rgb{555,565}{a,}{msb,lsb}):
9921         Major rewrite of 555 and 565 conversion routines:
9922
9923         - Move all the bit shifting into a small block of macros,
9924           eliminating much duplication of complicated arithmetic.
9925         - Get rid of 2-pixels at a time code, which was buggy,
9926           hard to maintain, caused unaligned accesses, and
9927           probably didn't actually perform any better.
9928         - Simplify cases where different data types were
9929           used for the little and big endian cases, use
9930           GUINT16_SWAP_LE_BE() where appropriate.
9931                 
9932 Tue Jun  3 15:05:47 2003  Owen Taylor  <otaylor@redhat.com>
9933
9934         * gdk/x11/gdkdrawable-x11.c (convert_to_format): Remove
9935         bad optimization for src_rowstride == dest_stride.
9936         (Didn't consider the case where we were copying only
9937         partial widths of a wider source buffer)
9938         (#113034, reported by Hans Petter Jansson)
9939
9940 2003-06-03  Michael Natterer  <mitch@gimp.org>
9941
9942         * gdk/x11/gdkinput-x11.c (_gdk_input_common_find_events):
9943         reenabled button_release events for xinput devices. (#113948)
9944
9945 2003-06-03  Christian Rose  <menthos@menthos.com>
9946
9947         * configure.in: Added "li" to ALL_LINGUAS.
9948
9949 Mon Jun  2 18:58:54 2003  Owen Taylor  <otaylor@redhat.com>
9950
9951         * gtk/gtknotebook.c (gtk_notebook_size_allocate): Don't
9952         map the event window if the notebook isn't mapped. (#113980,
9953         Richard Reich)
9954
9955 2003-06-02  Sven Neumann  <sven@gimp.org>
9956
9957         * gtk/gtkprogress.c (gtk_progress_changed): added a missing cast.
9958
9959         * gdk/gdkrgb.c (gdk_rgb_try_colormap): removed an unused variable.
9960
9961 2003-06-01  Matthias Clasen  <maclas@gmx.de>
9962
9963         * gtk/gtkalignment.c (gtk_alignment_[gs]et_padding): Add 
9964         Since: 2.4 to the docs.
9965
9966         * gtk/gtkwindow.c (gtk_window_parse_geometry): Add some hints and
9967         an example to the docs.  (#98427)
9968
9969 2003-05-30  Murray Cumming  <murrayc@usa.net>
9970
9971         * gtk/gtkalignment.[h|c]: Added 4-sided padding as properties with
9972         gtk_alignment_get_padding() and gtk_aligment_set_padding(). This
9973         uses the new private data system - see g_type_class_add_private() in
9974         gtk_alignment_class_init() and the use of GTK_ALIGNMENT_GET_PRIVATE().
9975
9976 2003-05-30  Matthias Clasen  <maclas@gmx.de>
9977         
9978         * gtk/gtknotebook.c: Changed guint to GtkNotebookArrow in the
9979         signature of gtk_notebook_draw_arrow() for Solaris builds to go
9980         through.  (#114043, Anand Subramanian)
9981
9982 Thu May 29 18:30:35 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
9983
9984         * modules/input/imipa.c: 
9985         use GETTEXT_PACKAGE to get a translation for "ipa"(#113850).
9986
9987 Thu May 29 18:08:01 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
9988
9989         * gtk/gtkimmodule.c (_gtk_im_module_list):
9990         use GETTEXT_PACKAGE to get a translation for "Default"(#113850).
9991
9992 Thu May 29 09:34:05 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
9993
9994         * gtk/gtkimmodule.c (_gtk_im_module_list): make "Default"
9995         label of default input method localizable.
9996         * gtk/gtkimmulticontext.c (gtk_im_multicontext_append_menuitems): 
9997         use translations of input method context names
9998         * modules/input/imam-et.c, modules/input/imcyrillic-translit.c,
9999           modules/input/iminuktitut.c, modules/input/imthai-broken.c,
10000           modules/input/imti-er.c, modules/input/imti-et.c
10001           modules/input/imviqr.c, modules/input/imxim.c
10002         use GETTEXT_PACKAGE instead of "gtk+" for domain name.
10003         (#113850).
10004
10005 Thu May 29 18:23:01 2003  Kristian Rietveld  <kris@gtk.org>
10006
10007         Merged from stable.
10008
10009         * gtk/gtktreeview.c (gtk_tree_view_button_press): put the focus
10010         grab separate, the user might clear the tree in the focus-in
10011         callback. (Fixes #113086, testcase from Felipe Heidrich).
10012
10013 Thu May 29 18:06:26 2003  Kristian Rietveld  <kris@gtk.org>
10014
10015         Merged from stable.
10016
10017         * gtk/gtktreeview.c (gtk_tree_model_set_model): reset a bunch
10018         of row reference when we unset the model. Also reset
10019         dy and top_row_dy. (Fixes #109289, patch from Owen Taylor).
10020
10021 Thu May 29 17:12:19 2003  Kristian Rietveld  <kris@gtk.org>
10022
10023         Merged from stable.
10024
10025         * gtk/gtktreeview.c (gtk_tree_view_set_cursor_on_cell): cancel
10026         the current editing, if it exists. (Fixes #108956, reported by
10027         Michael Natterer).
10028
10029 Thu May 29 17:06:09 2003  Kristian Rietveld  <kris@gtk.org>
10030
10031         Merged from stable.
10032
10033         * gtk/gtktreeview.c (check_selection_helper): new function,
10034         (gtk_tree_view_row_deleted): traverse the tree from the
10035         deleted node to see whether the selection changed, instead of
10036         just checking this node. (Fixes #107400, reported by 'Duncan').
10037
10038 Thu May 29 16:31:34 2003  Kristian Rietveld  <kris@gtk.org>
10039
10040         Merged from stable.
10041
10042         * gtk/gtktreeview.c (gtk_tree_view_maybe_begin_dragging_row),
10043         (gtk_tree_view_drag_begin): set the DnD icon in _drag_begin
10044         instead of _maybe_begin_dragging_row, so the icon can be
10045         overridden by apps. (Fixes #104374, patch from Daniel Elstner).
10046
10047 Thu May 29 16:14:04 2003  Kristian Rietveld  <kris@gtk.org>
10048
10049         Merged from stable.
10050
10051         * gtk/gtktreeview.c (gtk_tree_view_start_editing): correct
10052         cell_area x/width for the expander if needed. (Fixes #101748,
10053         reported by Dave Cook and Mariano Suarez-Alvarez).
10054
10055 Thu May 29 16:01:38 2003  Kristian Rietveld  <kris@gtk.org>
10056
10057         Merged from stable.
10058
10059         * gtk/gtktreeview.c (gtk_tree_view_real_set_cursor): check
10060         if tree/node are still the same after _internal_select_node.
10061         (Fixes #92256, reported by edscott).
10062
10063 Thu May 29 15:38:30 2003  Kristian Rietveld  <kris@gtk.org>
10064
10065         Fixes #75745, reported by Richard Hult. Merged from stable.
10066
10067         * gtk/gtktreeview.c (gtk_tree_view_bin_expose): set/unset
10068         GTK_CELL_RENDERER_FOCUSED flag whether the current node is the
10069         cursor or not.
10070
10071         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_process_action):
10072         if we are rendering a cursor row, and the cell the be
10073         processed has focus, then set the GTK_CELL_RENDERER_FOCUSED
10074         flag (else we unset it).
10075
10076 2003-05-27  Matthias Clasen  <maclas@gmx.de>
10077
10078         * gtk/gtkwindow-decorate.c: 
10079         * gtk/gtktreeprivate.h: 
10080         * gtk/gtkdnd.c: 
10081         * gdk/win32/gdkwindow-win32.h: 
10082         * gdk/linux-fb/gdkprivate-fb.h: 
10083         * gdk/linux-fb/gdkkeyboard-fb.c: Remove dubious bitfields of
10084         unspecified signedness.  (#112919, Morten Welinder)
10085
10086         * gtk/queryimmodules.c (escape_string): 
10087         * gtk/gtktextbtree.c (_gtk_text_btree_get_text): 
10088         * gtk/gtksettings.c (_gtk_settings_parse_convert): 
10089         * gtk/gtkrc.c (gtk_rc_parse_assignment): 
10090         * gtk/gtkinputdialog.c (gtk_input_dialog_set_key): 
10091         * gdk/x11/gdkdisplay-x11.c (escape_for_xmessage): Replace all 
10092         occurances of g_string_new ("") by g_string_new (NULL). (#106975,
10093         Morten Welinder) 
10094
10095 2003-05-27  Tor Lillqvist  <tml@iki.fi>
10096
10097         * gtk-zip.sh.in: Only include the Default and Emacs themes' gtkrc
10098         files. Include share/gtk-doc/{gdk-pixbuf,gdk,gtk}.
10099
10100         * gdk/Makefile.am: libgdk-win32-2.0.la depends on
10101         win32/libgdk-win32.la.
10102
10103         * gtk/gtk.def: Add gtk_tree_view_column_cell_get_position.
10104
10105 Sat May 24 22:19:13 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
10106
10107         * gtk/gtkscrollbar.c (gtk_scrollbar_class_init): Make the minimum
10108         scrollbar slider length 21 instead of 7.
10109
10110 2003-05-23  Matthias Clasen  <maclas@gmx.de>
10111
10112         * gtk/gtknotebook.c: Add support for up to four scroll
10113         arrows. Control their display by new style properties
10114         "has_forward_stepper", "has_backward_stepper",
10115         "has_secondary_forward_stepper" and
10116         has_secondary_backward_stepper". (#110540)
10117
10118         * gtk/gtknotebook.h (struct _GtkNotebook): Make in_child and
10119         click_child three bits wide, add
10120         has_{before,after}_{previous,next} fields.
10121
10122         * gtk/gtkcolorsel.c (gtk_color_selection_init): Update color on
10123         focus out of hex_entry.  (#112665)
10124         (hex_focus_out): New signal handler for focus out of hex entry.
10125
10126 Wed May 21 19:01:06 2003  Owen Taylor  <otaylor@redhat.com>
10127
10128         * gtk/gtkwidget.c (gtk_widget_realize): 
10129         g_return_if_fail() if
10130         GTK_WIDGET_ANCHORED (widget) || GTK_IS_INVISIBLE (widget).
10131         (#107872, Christian Reis)
10132
10133 2003-05-22  Matthias Clasen  <maclas@gmx.de>
10134
10135         * gtk/gtkfilesel.c (gtk_file_selection_create_dir): 
10136         (gtk_file_selection_rename_file): Some keynav improvements for the
10137         "Rename File" and "Create Directory" subdialogs: Enter in entry
10138         activates default, default is "Create"/"Rename", Escape cancels
10139         dialog.  (#113110)
10140         (gtk_file_selection_set_filename): Add a hint about opening 
10141         directories.  (#113175)
10142
10143 2003-05-22  Matthias Clasen  <maclas@gmx.de>
10144
10145         * gdk/x11/gdkdrawable-x11.c (gdk_x11_drawable_update_xft_clip):
10146         Use XftDrawSetClipRectangles(), since we're inside HAVE_XFT2
10147         anyway.  (#113476)
10148
10149 Wed May 21 15:53:14 2003  Owen Taylor  <otaylor@redhat.com>
10150
10151         * gtk/gtkprogress.c (gtk_progress_set_format_string,
10152         gtk_progress_set_show_text): Always queue a resize ... 
10153         we rely on the size-allocate to do the update, plus a 
10154         different format can actually change our size requisition.
10155         (#111052, Vasco Alexandre da Silva Costa)
10156
10157         * gtk/gtkprogress.c (gtk_progress_changed): Track
10158         ::changed as well as ::value_changed, and queue a
10159         resize on ::changed when necessary.
10160
10161         * gtk/gtkprogress.c (gtk_progress_set_adjustment): 
10162         Call gtk_progress_changed() here to update or 
10163         queue a resize as necessary.
10164
10165 Wed May 21 14:06:13 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
10166
10167         * gtk/gtkimcontextsimple.c: added composing rules of
10168         Greek accented letters, patch by Vasilis Vasaitis (#107507)
10169
10170 Wed May 21 13:19:05 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
10171
10172         * gtk/gtkenums.h (enum GtkIMPreeditStyle, GtkIMStatusStyle): 
10173         * modules/input/gtkimcontextxim.c (preedit_style_change, status_style_change):
10174         gtk settings for XIMPreeditNone and XIMStatusNone. (#105909)
10175
10176 Wed May 21 12:10:25 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
10177
10178         * gtk/gtkimcontextsimple.c: 
10179         code that can check the compose table for ascending order,
10180         by Vasilis Vasaitis (#104862).
10181
10182 Wed May 21 12:52:01 2003  Owen Taylor  <otaylor@redhat.com>
10183
10184         * gtk/gtkkeyhash.[ch] (_gtk_key_hash_looku): We need 
10185         to pass the unmasked state to gdk_keymap_translate_keyboard_state() 
10186         to handle the case where a modifier not in the mask
10187         (like Num_Lock) changes the key value, so replace
10188         the masked state with a state/mask pair. (#106913,
10189         Olivier Ripoll)
10190
10191         * gtk/gtkwindow.c gtk/gtkbinding.c: Update to pass
10192         in state/mask pair to _gtk_key_hash_lookup()
10193
10194 Tue May 20 21:58:00 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
10195
10196         * modules/input/gtkimcontextxim.c (xim_info_display_closed):
10197         fix a memory leak, free input context list (#113259).
10198
10199 2003-05-21  Matthias Clasen  <maclas@gmx.de>
10200
10201         * configure.in (all_loaders): Add pcx.
10202
10203         * gtk/gtkcalendar.c: Make calendar controls spin.  (#112540)
10204
10205 Tue May 20 17:27:24 2003  Owen Taylor  <otaylor@redhat.com>
10206
10207         * gtk/gtkimmodule.c (gtk_im_module_init): Silently
10208         accept a missing gtk.immodules file, some people
10209         want to run without one. (#112406, patch from
10210         Arnaud Charlet)
10211
10212 Tue May 20 17:05:31 2003  Owen Taylor  <otaylor@redhat.com>
10213
10214         * gtk/gtkwindow.c (gtk_window_compute_hints): Fix 
10215         height/width confusion (#113370, Xan Lopez)
10216
10217 Tue May 20 15:48:45 2003  Owen Taylor  <otaylor@redhat.com>
10218
10219         * gdk/x11/gdkdnd-x11.c gdk/x11/gdkwindow-x11.c: Comprehensively
10220         zero all unused parts of client messages (Mainly Motif DND
10221         and EWMH). Also, fix a couple places where we were putting
10222         contents into Motif DND messages that didn't belong.
10223         (#113361, EWMH problem reported by Lubos Lunak)
10224
10225         * gtk/gtkselection.c (_gtk_selection_request): Handle the
10226         case where the property type for the multiple atoms is
10227         ATOM_PAIR by doing the conversions ourselve. This is
10228         needed for Xt inter-operation.
10229
10230 2003-05-19 Arafat Medini <lumina@silverpen.de>
10231
10232         * configure.in: Added ar to ALL_LINGUAS
10233
10234 2003-05-19  Matthias Clasen  <maclas@gmx.de>
10235
10236         * gtk/gtksettings.c (gtk_rc_property_parse_border,
10237         gtk_rc_property_parse_color, gtk_rc_property_parse_enum,
10238         gtk_rc_property_parse_flags, gtk_rc_property_parse_requisition):
10239         Add docs.
10240
10241         * gtk/gtkwidget.c (gtk_widget_class_install_style_property, 
10242         gtk_widget_class_install_style_property_parser): Add docs. 
10243
10244 2003-05-17  Matthias Clasen  <maclas@gmx.de>
10245
10246         * tests/prop-editor.c: Add navigation for object properties, so
10247         that you can easily edit the properties of the parent of a widget.
10248         (#113152)
10249
10250 Wed May 14 17:45:32 2003  Owen Taylor  <otaylor@redhat.com>
10251
10252         * gdk/gdkkeysyms.h gdk/gdkkeynames.c gdk/gdkkeyuni.c:
10253         Patch from Vasilis Vasaitis to fix Greek_IOTAdi[a]eresis 
10254         inconsistency and leave the old name as an aliass (#104873)
10255
10256 Wed May 14 16:40:09 2003  Owen Taylor  <otaylor@redhat.com>
10257
10258         * gtk/gtkframe.c (gtk_frame_set_label_widget): Patch
10259         from Charles Schmidt to add missing notify (#108305)
10260
10261 Wed May 14 16:00:51 2003  Owen Taylor  <otaylor@redhat.com>
10262  
10263         * gdk/x11/gdkgc-x11.c: Remove unecessary g_return_if_fail().
10264         (#105500, Morten Welinder.)
10265  
10266 Wed May 14 09:05:11 2003   Hidetoshi Tajima <hidetoshi.tajima@sun.com>
10267
10268         * modules/input/gtkimcontextxim.c (get_ic_real): use type of guint32
10269         instead of gumake for XNFilterEvents event mask(#110493).
10270
10271 2003-05-11  Anders Carlsson  <andersca@codefactory.se>
10272
10273         * gtk/gtkdnd.c (gtk_drag_source_unset_icon): Don't cast a gchar to
10274         a GObject. (#112762)
10275
10276 2003-05-08  Sven Neumann  <sven@gimp.org>
10277
10278         * configure.in: set the HAVE_X11R6 automake conditional to false
10279         if not compiling for X11.
10280
10281 2003-05-08  Matthias Clasen  <maclas@gmx.de>
10282
10283         * gtk/gtkcalendar.[ch] (gtk_calendar_set_display_options): 
10284         (gtk_calendar_get_display_options): New functions.
10285         (gtk_calendar_display_options): Depreate.  (#64567)
10286         (gtk_calendar_class_init): Add boolean properties for the display
10287         options.  (#50949)
10288
10289 Tue May  6 16:50:52 2003  Owen Taylor  <otaylor@redhat.com>
10290
10291         Patch from James Henstridge to update to automake-1.7
10292         (#109542)
10293  
10294         * autogen.sh: update to call newer tools.
10295  
10296         * configure.in: various updates, to use M4 macros to put
10297         variables that change each release at the top.
10298         Use AC_HELP_STRING to format help strings.
10299         Use AC_CONFIG_COMMANDS to generate gdkconfig.h.
10300  
10301         * Makefile.am: require Automake 1.7.  Remove gdk-2.0.pc and
10302         gtk+-2.0.pc on uninstall.  Pass --enable-gtk-doc to configure
10303         during distcheck.
10304  
10305         * docs/reference/*/Makefile.am: simplify to use the gtk-doc.make
10306         makefile fragment.
10307  
10308         * */Makefile.am: don't use STRIP_BEGIN/STRIP_END.
10309         Use BUILT_SOURCES where appropriate.
10310         Build generated files in builddir rather than srcdir.
10311         Fix uninstall and distclean targets to satisfy distcheck.
10312
10313         ===
10314
10315         * gdk/*/Makefile.am: Remove the hacks to get gdkenumtypes.h
10316         built first, since we are now using BUILT_SOURCES.
10317
10318         * gdk/Makefile.am: Remove an outdated comment about gdk_headers.
10319
10320         * demos/gtk-demo/Makefile.am: Fix srcdir != buildd problem
10321         with geninclude.pl.
10322
10323         * configure.in: Update versions to 2.3.0.
10324  
10325 2003-05-06  Tor Lillqvist  <tml@iki.fi>
10326
10327         Fix for #110165 (thanks to Arnaud Charlet):
10328         
10329         * gdk/win32/gdkevents-win32.c (build_keypress_event,
10330         build_keyrelease_event): For unshifted control char, use
10331         lowercase ASCII keyval.
10332         (gdk_event_translate): Similarily, when handling WM_SYSKEYDOWN and
10333         UP (i.e. Alt-something), if it's an unshifted ASCII letter, use
10334         lowercase keyval. Use build_key_event_state() here, too, instead
10335         of minor code duplication.
10336
10337 2003-05-06  Matthias Clasen  <maclas@gmx.de>
10338
10339         * tests/testmultidisplay.c: Don't include strings.h, it's not
10340         needed anymore.  (#112388)
10341
10342         * examples/menu/itemfactory.c: 
10343         * docs/tutorial/gtk-tut.sgml: Remove an unneeded include from the
10344         itemfactory example.
10345
10346 2003-05-05  Matthias Clasen  <maclas@gmx.de>
10347
10348         * gtk/gtkdnd.c (gtk_drag_source_set_icon_stock):  Actually set the
10349         icon type to the stock icon type.  (#111735, Dave Bordoley)
10350
10351 2003-05-05  Christian Rose  <menthos@menthos.com>
10352
10353         * configure.in: Added sr and sr@Latn to ALL_LINGUAS.
10354         Removed sp, it's replaced by sr@Latn.
10355
10356 Wed Apr 30 22:09:11 BST 2003  Tony Gale <gale@gtk.org>
10357
10358         * docs/faq/gtk-faq.sgml: GTK+ 2.x updates, mainly from
10359         Gonzalo Odiard
10360
10361 Mon Apr 28 17:54:39 2003  Jonathan Blandford  <jrb@redhat.com>
10362
10363         * gtk/gtktreeview.c (gtk_tree_view_destroy): destroy the search
10364         data iff the destroy func isn't NULL.
10365
10366 Thu Apr 24 19:12:05 2003  Owen Taylor  <otaylor@redhat.com>
10367
10368         * autogen.sh (have_libtool): Accept libtool-1.5. (#111480)
10369
10370 2003-04-23  Abel Cheung  <maddog@linux.org.hk>
10371
10372         * configure.in: Added "am" "mk" "ta" to ALL_LINGUAS.
10373
10374 Tue Apr 22 15:33:51 2003  Owen Taylor  <otaylor@redhat.com>
10375
10376         * gtk/gtkfilesel.c (open_new_dir): Fix capitalization
10377         of UTF-8. (#106419, Roozbeh Pournader)
10378
10379 Tue Apr 22 15:17:25 2003  Owen Taylor  <otaylor@redhat.com>
10380
10381         * configure.in: Only check for XFT2 if we found pango-xft
10382         (#105692, Jon Nall)
10383
10384 Tue Apr 22 15:12:19 2003  Owen Taylor  <otaylor@redhat.com>
10385
10386         * gtk/gtkwidget.c (gtk_widget_class_init): Fix PROP_HAS_FOCUS/
10387         PROP_IS_FOCUS confusion. (#111333, Jody Goldberg)
10388
10389 Tue Apr 22 19:43:01 BST 2003  Tony Gale <gale@gtk.org>
10390
10391         * docs/faq/gtk-faq.sgml: add note about version converage.
10392
10393 Mon Apr 21 19:02:16 2003  Owen Taylor  <otaylor@redhat.com>
10394
10395         * gtk/gtksocket.c (activate_key): Fix prototype for
10396         activate_key. (#108927, Jason D. Hildebrand)
10397
10398 Mon Apr 21 18:42:51 2003  Owen Taylor  <otaylor@redhat.com>
10399
10400         * demos/gtk-demo/Makefile.am demos/gtk-demo/geninclude.pl:
10401         Remove geninclude.pl from CVS and don't dist it either,
10402         it is generated. (#108970, Rich Kinder)
10403
10404 Mon Apr 21 18:35:48 2003  Owen Taylor  <otaylor@redhat.com>
10405
10406         * gtk/gtkobject.h: Remove a couple of obsolete comments,
10407         fix another comment. (#109737, Britton Kerin)
10408
10409 Mon Apr 21 18:29:03 2003  Owen Taylor  <otaylor@redhat.com>
10410
10411         * gtk/gtkiconfactory.c (gtk_icon_set_unref): Free
10412         the source list, not just it's contents (Patch
10413         from Charles Kerr, #108243)
10414
10415 Mon Apr 21 18:13:46 2003  Owen Taylor  <otaylor@redhat.com>
10416
10417         * gdk/x11/gdkdnd-x11.c (gdk_window_cache_filter): Patch
10418         from Alex Larsson fixing problem with restacking during
10419         DND. (#108671)
10420
10421 Mon Apr 21 15:07:29 2003  Owen Taylor  <otaylor@redhat.com>
10422
10423         * gdk/x11/gdkdisplay-x11.c (gdk_display_keyboard/pointer_ungrab):
10424         Calling XFlush() after ungrabbing, to avoid problems if
10425         the app subsequently blocks on a long-running operation.
10426         (#106520, reported by Rajkumar Siva)
10427
10428 Fri Apr 18 17:42:45 2003  Owen Taylor  <otaylor@redhat.com>
10429
10430         * gdk/x11/gdkwindow-x11.c (set_initial_hints): Add
10431         SKIP_TASKBAR/SKIP_PAGER to set of properties we
10432         might set on map. (#110019, problem reported
10433         by Loban Rahman)
10434
10435 Fri Apr 18 17:14:33 2003  Owen Taylor  <otaylor@redhat.com>
10436
10437         * gdk/gdkevents.c (gdk_event_copy): Fix for the
10438         case when gdk_event_copy() is called on a non-allocated
10439         event. (#109716, reported by Rich Burridge)
10440
10441 Fri Apr 18 16:57:44 2003  Owen Taylor  <otaylor@redhat.com>
10442
10443         * gdk/x11/gdkdrawable-x11.c (draw_with_images/pixmaps):
10444         Fix pointer arithmetic on 'void *'. (#108322)
10445
10446 Fri Apr 18 16:31:49 2003  Owen Taylor  <otaylor@redhat.com>
10447
10448         * configure.in gdk/x11/gdkdisplay-x11.c modules/input/Makefile.am:
10449         Check for XAddConnectionWatch()/X11R6, and if found, disable XIM and
10450         use of XAddConnectionWatch. Remove --enable-xim config option.
10451         Should fix building on X11R6 (#110523, Albert Chin)
10452
10453 Fri Apr 18 15:56:46 2003  Owen Taylor  <otaylor@redhat.com>
10454
10455         * gdk/x11/gdkdisplay-x11.[ch] gdk/x11/gdkdrawable-x11.[ch]:
10456         Patch from Morten Welinder to catch Sun servers with a 
10457         broken implementation of the RENDER extension. (#108309)
10458
10459 Fri Apr 18 15:30:38 2003  Owen Taylor  <otaylor@redhat.com>
10460
10461         * gdk/x11/gdkwindow-x11.c (set_text_property): Use
10462         gdk_free_compound_text(), not g_free(). (#107643,
10463         Michael Zucchi)
10464
10465 Fri Apr 18 15:11:50 2003  Owen Taylor  <otaylor@redhat.com>
10466
10467         * gdk/x11/gdkdisplay-x11.c (_gdk_display_x11_get_type)
10468         gdk/x11/gdkscreen-x11.c (_gdk_screen_x11_get_type): Fix
10469         wrong use of base_finalize. (#105126, Sven Neumann)
10470
10471 Fri Apr 18 15:06:00 2003  Owen Taylor  <otaylor@redhat.com>
10472
10473         * gdk/gdkwindow.c (gdk_window_constrain_size): Fix
10474         '/' vs. '*' problem in aspect ration computations. (#108237)
10475
10476 Fri Apr 18 14:15:09 2003  Owen Taylor  <otaylor@redhat.com>
10477
10478         * gdk/x11/gdkdisplay-x11.c (gdk_display_open): 
10479         * gdk/x11/gdkevents-x11.c (gdk_event_translate): You
10480         don't get a XkbMapNotify event if you get a XkbNewKeyboardNotify 
10481         event, so select for both. (#108406, Egmont Koblinger)
10482
10483 Thu Apr 17 09:57:44 2003  Jonathan Blandford  <jrb@gnome.org>
10484
10485         * gtk/gtktreeview.c (validate_visible_area): remove infinite loop
10486         caused by not clearing the scroll_to_path.
10487
10488 2003-04-16  Matthias Clasen  <maclas@gmx.de>
10489
10490         * gtk/gtkstyle.c: Doc additions and fixes.
10491
10492         * gtk/gtktreeviewcolumn.c
10493         (_gtk_tree_view_column_get_neighbor_sizes): Doc fixes.
10494
10495 2003-04-14  Michael Natterer  <mitch@gimp.org>
10496
10497         * gtk/gtkliststore.c (gtk_list_store_move): added checks to ensure
10498         that the iter is not reordered to its own position. Prevents model
10499         corruption for the case that the store contains only a single item
10500         (fixes bug #108387).
10501
10502         Unrelated:
10503
10504         * gtk/gtkliststore.c (gtk_list_store_insert): g_list_alloc() the
10505         new list element later so we don't leak it if we decide to return
10506         early.
10507
10508         * gtk/gtktreeselection.c (_gtk_tree_selection_internal_select_node):
10509         set selection->tree_view->priv->anchor to NULL after freeing it.
10510
10511 2003-04-13  Matthias Clasen  <maclas@gmx.de>
10512
10513         * gtk/gtktreeviewcolumn.c
10514         (gtk_tree_view_column_cell_get_position): Document. 
10515
10516         * gtk/gtktextbuffer.c (gtk_text_buffer_select_range): 
10517         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_[sg]et_expand): 
10518         * gtk/gtkbutton.c (gtk_button_[sg]et_focus_on_click): Document
10519         these as 2.4 additions.
10520
10521 2003-04-09  Matthias Clasen  <maclas@gmx.de>
10522
10523         * INSTALL.in: Fix the real thing.
10524
10525         * INSTALL: Typo fix.
10526
10527 Mon Apr  7 19:43:15 2003  Owen Taylor  <otaylor@redhat.com>
10528
10529         * gdk/x11/gdkdisplay-x11.c (gdk_x11_display_ungrab): Flush
10530         after ungrabbing the server.
10531  
10532         * gdk/x11/gdkimage-x11.c: Remove some no-longer-needed
10533         calls to XFlush().
10534
10535         * gdk/x11/gdkwindow-x11.c (_gdk_windowing_window_at_pointer):
10536         Use gdk_x11_display_grab/ungrab.
10537
10538         * gdk/x11/gdkdisplay-x11.c (gdk_display_open): Initialize
10539         use_xshm to TRUE so SHM gets used when present.
10540  
10541 2003-04-07  Matthias Clasen  <maclas@gmx.de>
10542
10543         * gtk/gtktextlayout.c (set_para_values): 
10544         * gtk/gtkenums.h (GtkWrapMode): Add GTK_WRAP_WORD_CHAR.  (#110086,
10545         David Brigada)
10546
10547         * gtk/gtkcelleditable.c, gtk/gtkfixed.c, gtk/gtktreemodel.c,
10548         gtk/gtktreeselection.c, gtk/gtktreeview.c: Fix numerous
10549         misspellings of possessive "its".  (#110027, Doug Quale)
10550
10551 2003-04-03  Matthias Clasen  <maclas@gmx.de>
10552
10553         * demos/gtk-demo/main.c (demo_find_file): Only use files from the
10554         current directory if it looks like the srcdir.  (#109357)
10555
10556 Wed Apr  2 23:02:26 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
10557
10558         * gtk/gtkbutton.[ch] (gtk_button_class_init): add property
10559         focus_on_click
10560
10561         * gtk/gtkwindow.c (gtk_window_focus): make arrow keyboard
10562         navigation not wrap around.
10563
10564 2003-04-02  Matthias Clasen  <maclas@gmx.de>
10565
10566         * gtk/gtkprogress.c (gtk_progress_get_percentage_from_value):
10567         Return 0 if lower == upper.  (#109155)
10568         (gtk_progress_get_current_percentage): Use
10569         gtk_progress_get_percentage_from_value().
10570
10571 2003-04-01  Matthias Clasen  <maclas@gmx.de>
10572
10573         * gtk/gtkimcontext.c (gtk_im_context_focus_in): Fix docs.
10574         (#109510, Noah Levitt)
10575
10576 Mon Mar 31 13:52:13 2003  Jonathan Blandford  <jrb@redhat.com>
10577
10578         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): null initialize reorder's
10579         members so Purify won't complain.
10580
10581         * gtk/gtkliststore.c (gtk_list_store_sort): ditto.
10582
10583 2003-03-31  Matthias Clasen  <maclas@gmx.de>
10584
10585         * gtk/gtkwindow.c: Add a new property, role, corresponding to 
10586         gtk_window_[gs]et_role().  (#93904)
10587
10588 Sun Mar 30 03:57:42 2003  Jonathan Blandford  <jrb@gnome.org>
10589
10590         * gtk/gtktreeselection.c (gtk_tree_selection_get_selected_rows):
10591         fix crash.  Patch from Markus Lausser <sgop@users.sourceforge.net>
10592
10593 2003-03-29  Matthias Clasen  <maclas@gmx.de>
10594
10595         * gtk/gtkoptionmenu.c (gtk_option_menu_remove_contents): Set state
10596         of labels back to normal before reparenting back.  (#102387)
10597
10598         * gtk/gtkcolorseldialog.c (gtk_color_selection_dialog_init): Set
10599         a default window title to match the GtkFontSelectionDialog behavior.
10600  
10601         (gtk_color_selection_dialog_new): Don't call
10602         gtk_window_set_title() if title is NULL.  (bug #101975, Daniel Elstner)
10603
10604 2003-03-29  Matthias Clasen  <maclas@gmx.de>
10605
10606         Fix for bug #78499:
10607         
10608         * gtk/gtkentry.h (struct _GtkEntry): Add flags select_words and
10609         select_lines. 
10610
10611         * gtk/gtkentry.c (gtk_entry_button_press): Set select_words and
10612         select_lines on double/triple click.
10613
10614         * gtk/gtkentry.c (gtk_entry_motion_notify): Implement
10615         select-by-words and select-by-lines behaviour.
10616
10617         Fixes for bug #56248:
10618         
10619         * gtk/gtknotebook.c (stop_scrolling): New function to remove the
10620         timer and queue a redraw. 
10621         (gtk_notebook_grab_notify): 
10622         (gtk_notebook_state_changed): New functions to call stop_scrolling() 
10623         if necessary.   
10624         (gtk_notebook_button_release): Use stop_scrolling().
10625         (gtk_notebook_draw_arrow): Fix drawing of insensitive arrows.
10626
10627         * gtk/gtkrange.c (stop_scrolling): New function to remove the
10628         grab, remove the timer and queue a redraw.
10629         (gtk_range_grab_notify): 
10630         (gtk_range_state_changed): New functions to call stop_scrolling() 
10631         if necessary.   
10632         (gtk_range_button_release): Use stop_scrolling().
10633
10634         * gtk/gtkspinbutton.c (gtk_spin_button_grab_notify): 
10635         (gtk_spin_button_state_changed): Redraw after stop_spinning.
10636         (gtk_spin_button_stop_spinning): Reset click_child to correct the
10637         drawing of the arrows.
10638         (gtk_spin_button_button_release): Use a local copy of click_child,
10639         since stop_spinning() resets it.
10640
10641         * gtk/gtknotebook.c (gtk_notebook_class_init): Add C-A-PgUp and
10642         C-A-PgDown as alternatives to the A-less variants. (This slipped
10643         in accidentally some time ago).  (#97860)
10644
10645 2003-03-26  Sven Neumann  <sven@gimp.org>
10646
10647         * gtk/gtktreeview.c: rewrote the function that does node and arrow
10648         prelighting, queue all redraws from here (Fixes bug #108792).
10649
10650 2003-03-20  Richard Kinder <r_kinder@yahoo.com>
10651
10652         * demos/testpixbuf.c (update_timeout): set error to NULL, not FALSE.
10653         Fixes bug #108778.
10654
10655 2003-03-20  Guntupalli Karunakar <karunakar@freedomink.org>
10656
10657         * configure.in: Added "ml" in ALL_LINGUAS
10658
10659 Sat Mar 15 18:49:27 2003  Manish Singh  <yosh@gimp.org>
10660
10661         * gtk/gtkradiomenuitem.h: use GTK_DISABLE_DEPRECATED instead of
10662         G_DISABLE_DEPRECATED.
10663
10664 2003-03-14  Tor Lillqvist  <tml@iki.fi>
10665
10666         * gdk/win32/gdkevents-win32.c: Use the signed GET_X_LPARAM() and
10667         GET_Y_LPARAM() to extract x and y coordinates from an LPARAM or
10668         DWORD, and not the unsigned HIWORD() and LOWORD(). Systems with
10669         multiple monitors can have negative coordinates on some of the
10670         monitors. (partial fix for #99496, Arnaud Charlet)
10671
10672 2003-03-15  Matthias Clasen  <maclas@gmx.de>
10673
10674         * gtk/gtktextview.c: Add a "buffer" property.  (#108353) 
10675
10676 2003-03-13  Sven Neumann  <sven@gimp.org>
10677
10678         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_set_property):
10679         removed redundant calls to g_object_notify().
10680         (gtk_cell_renderer_pixbuf_get_size): removed redundant casts, see
10681         bug #108236.
10682
10683         * gtk/gtktextiter.c (_gtk_text_iter_get_segment_char)
10684         (_gtk_text_iter_get_segment_byte): return 0, not NULL (these
10685         functions return an integer value).
10686
10687 2003-03-13  Tor Lillqvist  <tml@iki.fi>
10688
10689         * gdk/win32/gdkevents-win32.c (gdk_event_translate): On
10690         WM_MOUSEMOVE, the test whether we have actually moved (and thus
10691         shouldn't generate an GDK event) moved after the call to
10692         propagate() and translate_mouse_coords(). Otherwise we were
10693         testing wrong values. (#108115, Allin Cottrell)
10694         (gdk_event_translate): On WM_?BUTTONUP, set current_{x,y} the same
10695         way as in WM_?BUTTONDOWN and WM_MOUSEMOVE.
10696
10697         * gdk/win32/gdkevents-win32.c (gdk_pointer_grab): if a grab cursor
10698         is used, must copy the HCURSOR with CopyCursor(), as it is OK to
10699         destroy the GdkCursor after calling gdk_pointer_grab(). Set the
10700         cursor right away with SetCursor(), as we won't get any
10701         WM_SETCURSOR messages while the mouse is captured. 
10702         (gdk_display_pointer_ungrab): Correspondingly, destroy the copy
10703         with DestroyCursor() when no longer used. (#108114, Allin Cottrell)
10704
10705         * gdk/win32/gdkevents-win32.c (gdk_event_translate): On
10706         WM_SYSCHAR, return FALSE from the window procedure to prevent the
10707         DefWindowProc from being called. Otherwise Windows would beep,
10708         thinking you are tring to access a (nonexistent) menu when you
10709         press Alt-something. Don't do this for Alt-Space,
10710         though. (#107454, Martyn Russell)
10711
10712         * gdk/win32/gdkcursor-win32.c: Minor spacing and debug print fixes.
10713
10714 Tue Mar 11 12:01:07 2003  Jonathan Blandford  <jrb@gnome.org>
10715
10716         * gtk/gtktreeview.c (gtk_tree_view_class_init): Ctrl/Shift
10717         [left/right] expands/collapses the tree, #108092
10718
10719 2003-03-09  Tor Lillqvist  <tml@iki.fi>
10720
10721         * gdk/win32/gdkdrawable-win32.c (draw_segments): Don't try to
10722         compensate for LineTo() not drawing the end pixel. It causes more
10723         harm than benefits, see bug #81895.
10724
10725 2003-03-08  Matthias Clasen  <maclas@gmx.de>
10726
10727         Bug #107664 continued:
10728
10729         * gdk/x11/gdkinputprivate.h: 
10730         * gdk/x11/gdkinput-none.c (_gdk_input_window_none_event): Remove. 
10731         (_gdk_input_other_event): Return gboolean.
10732         * gdk/x11/gdkinput-xfree.c (_gdk_input_window_none_event): Remove. 
10733         (_gdk_input_other_event): Return gboolean.
10734         * gdk/x11/gdkinput-x11.c (_gdk_input_common_other_event): Return gboolean.
10735
10736         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Make return_val
10737         gboolean, remove pointless call to _gdk_input_window_none_event.
10738
10739         * gdk/win32/gdkinput-win32.[hc] (_gdk_input_other_event): Return gboolean.
10740         (_gdk_input_window_none_event): Remove.
10741
10742         * gtk/gtktextiter.c (_gtk_text_iter_get_indexable_segment): 
10743         (_gtk_text_iter_get_any_segment): 
10744         (_gtk_text_iter_get_segment_byte): 
10745         (_gtk_text_iter_get_segment_char): 
10746         (_gtk_text_iter_get_text_line): 
10747         (_gtk_text_iter_get_btree): Fix 0/NULL confusion.
10748         * gdk/x11/gdkdnd-x11.c (motif_target_table_check): Return gint.
10749         * gdk/win32/gdkfont-win32.c (gdk_font_equal): 
10750         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_get_deskrelative_origin): 
10751         (gdk_window_get_origin): 
10752         * gdk/linux-fb/gdkcolor-fb.c (gdk_colors_alloc): Fix 0/FALSE confusion. 
10753
10754 2003-03-06  Matthias Clasen  <maclas@gmx.de>
10755
10756         * gdk/gdkrgb.c (gdk_rgb_try_colormap): Return gboolean, not gint.
10757         (#107664, Morten Welinder)
10758
10759         * gdk/x11/gdkwindow-x11.c (gdk_window_get_deskrelative_origin): 
10760         * gdk/x11/gdkfont-x11.c (gdk_font_equal): 
10761         * gdk/x11/gdkdnd-x11.c (gdk_drag_get_protocol_for_display): 
10762         Fix TRUE/1 and FALSE/0 confusion.  (#107664, Morten Welinder)
10763
10764         * gtk/gtktextmark.c (gtk_text_mark_get_buffer): 
10765         * gtk/gtkeditable.c (gtk_editable_get_chars): 
10766         * gtk/gtkctree.c (gtk_ctree_find_node_ptr): 
10767         * demos/gtk-demo/main.c (demo_find_file): Fix NULL/FALSE confusion
10768         (#107648, Morten Welinder)Fix NULL/FALSE confusion
10769         (#107648, Morten Welinder)
10770
10771 2003-03-04  Matthias Clasen  <maclas@gmx.de>
10772
10773         * gtk/gtkobject.h: Add deprecation guards for gtk_object_new ().
10774
10775 Sun Mar  2 23:35:57 2003  Jonathan Blandford  <jrb@gnome.org>
10776
10777         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_get_size):
10778         handle rtl code.  Thanks to Matthias Clasen for an initial patch
10779         to handle the RTL code.
10780
10781         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_get_size): ditto
10782
10783         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_get_size): ditto
10784
10785         * gtk/gtktreeview.c: (invalidate_column),
10786         (invalidate_last_column),
10787         (gtk_tree_view_get_real_requested_width_from_column),
10788         (gtk_tree_view_size_allocate_columns),
10789         (gtk_tree_view_size_allocate), (gtk_tree_view_button_press),
10790         (gtk_tree_view_button_release_drag_column),
10791         (gtk_tree_view_update_current_reorder),
10792         (gtk_tree_view_motion_drag_column), (gtk_tree_view_bin_expose),
10793         (gtk_tree_view_key_press), (gtk_tree_view_header_focus),
10794         (gtk_tree_view_get_background_xrange),
10795         (gtk_tree_view_get_arrow_xrange),
10796         (gtk_tree_view_is_expander_column),
10797         (gtk_tree_view_set_column_drag_info),
10798         (gtk_tree_view_move_cursor_left_right):
10799         Add RTL support.
10800
10801         * gtk/gtktreeviewcolumn.h (struct _GtkTreeViewColumn): add an
10802         expand flag.
10803
10804         * gtk/gtktreeviewcolumn.c:
10805         (gtk_tree_view_column_class_init),
10806         (gtk_tree_view_column_set_property),
10807         (gtk_tree_view_column_get_property),
10808         (gtk_tree_view_column_set_expand),
10809         (gtk_tree_view_column_get_expand),
10810         (gtk_tree_view_column_cell_process_action):
10811         Add support for expand flag.  Thanks to Kristian Rietveld for an
10812         initial patch for this.
10813
10814 Fri Feb 28 02:06:17 2003  Jonathan Blandford  <jrb@gnome.org>
10815
10816
10817 2003-03-02  Tor Lillqvist  <tml@iki.fi>
10818
10819         * gdk/gdk.def
10820         * gtk/gtk.def: Add a bunch of missing entries. Noticed by Cedric
10821         Gustin.
10822
10823 2003-03-01  Matthias Clasen  <maclas@gmx.de>
10824
10825         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_set_vadjustment): 
10826         (gtk_scrolled_window_set_hadjustment): Replace uses of
10827         gtk_object_new by g_object_new.
10828
10829 Thu Feb 27 17:44:24 2003  Manish Singh  <yosh@gimp.org>
10830
10831         * demos/gtk-demo/main.c
10832         * demos/gtk-demo/tree_store.c
10833         * gdk/x11/gdkscreen-x11.c
10834         * gtk/gtkcellrenderertoggle.c
10835         * gtk/gtkcolorsel.c
10836         * gtk/gtkdnd.c
10837         * gtk/gtkeditable.c
10838         * gtk/gtkentry.c
10839         * gtk/gtkmenu.c
10840         * gtk/gtkmenubar.c
10841         * gtk/gtkmenuitem.c
10842         * gtk/gtkmenushell.c
10843         * gtk/gtkrc.c
10844         * gtk/gtksettings.c
10845         * gtk/gtkstyle.c
10846         * gtk/gtktextbuffer.c
10847         * gtk/gtktextview.c
10848         * gtk/gtktreeviewcolumn.c
10849         * tests/testgtk.c
10850         * tests/testtext.c
10851         * tests/testtreeedit.c
10852         * tests/testtreefocus.c
10853         * tests/testtreeview.c: remove unnecessary G_OBJECT() casts.
10854
10855 Tue Feb 25 21:55:17 2003  Jonathan Blandford  <jrb@redhat.com>
10856
10857         * gtk/gtkoptionmenu.c (gtk_option_menu_position): account for RTL
10858         code.
10859
10860 2003-02-24  Sven Neumann  <sven@gimp.org>
10861
10862         * gtk/gtkmain.c (gtk_get_default_language): fixed documentation.
10863
10864 2003-02-21  Tomas Ogren  <stric@ing.umu.se>
10865
10866         * docs/reference/gtk/tmpl/gtktreemodel.sgml: Fix typos in an example
10867
10868 2003-02-20  Matthias Clasen  <maclas@gmx.de>
10869
10870         * gtk/gtktextbtree.c (_gtk_text_line_previous_could_contain_tag): 
10871         Check if line_ancestor_parent is NULL.  (#102711, Manuel Clos)
10872
10873         * gtk/gtktextview.c (gtk_text_view_scroll_to_iter): 
10874         (gtk_text_view_update_adjustments): Make sure cursor stays visible
10875         during horizontal scrolling.  (#75270)
10876
10877 2003-02-19  Matthias Clasen  <maclas@gmx.de>
10878
10879         * tests/testdnd.c: Replace gtk_timeout_* by their GLib
10880         counterparts. (#106532)
10881
10882         * gdk/gdkkeys.c (gdk_keymap_class_init): Associate the
10883         keys_changed virtual function with the keys_changed signal.
10884         (#106512, Jeff Franks)
10885
10886 2003-02-15  Larry Ewing  <lewing@ximian.com>
10887
10888         * gdk/gdkevents.c (gdk_event_copy): copy the event axes as well.
10889
10890 2003-02-17  Mohammad DAMT  <mdamt@bisnisweb.com>
10891
10892         * po/id.po: Added Indonesian translation
10893         * configure.in: Added "id" to ALL_LINGUAS
10894
10895 2003-02-14  Matthias Clasen  <maclas@gmx.de>
10896
10897         * gtk/gtktextview.c (popup_targets_received): Remove bogus casts.
10898
10899 2003-02-12  Christian Rose  <menthos@menthos.com>
10900
10901         * configure.in: Added "yi" to ALL_LINGUAS.
10902
10903 2003-02-12  Matthias Clasen  <maclas@gmx.de>
10904
10905         Fix for #82734 and #78216:
10906         
10907         * gtk/gtktextview.c (delete_cb): 
10908         (select_all_cb): New callbacks for context menu items.
10909         (popup_targets_received): Add "Delete" and "Select All" to context
10910         menu, mnemonics and title caps for all items.
10911
10912         * gtk/gtkentry.c (gtk_entry_delete_cb): New callback for "Delete"
10913         context menu item.
10914         (popup_targets_received): Add "Delete" to context menu, mnemonics
10915         and title caps for all items.
10916
10917 2003-02-09  Tor Lillqvist  <tml@iki.fi>
10918
10919         * gtk/gtkfilesel.c (win32_gtk_add_drives_to_dir_list): Use
10920         GetDriveType() to recognize removable drives (in order to avoid
10921         hanging if trying to access an empty floppy drive), instead of
10922         hardcoding A: and B: (#105654).
10923
10924 2003-02-09  Matthias Clasen  <maclas@gmx.de>
10925
10926         * gtk/gtkwidget.c (gtk_widget_set_name): Add note about periods in 
10927         names.  (#57680)
10928
10929 2003-02-09  Christian Rose  <menthos@menthos.com>
10930
10931         * configure.in: Removed "en@IPA.po" from ALL_LINGUAS.
10932
10933 Fri Feb  7 04:49:46 2003  Tim Janik  <timj@gtk.org>
10934
10935         * gtk/gtkobject.c: remove quark_user_data usage in
10936         gtk_object_{g|s}et_user_data(). fixes get_user_data()
10937         returning NULL for user_data set through property interface.
10938
10939         * gtk/gtkitemfactory.c (gtk_item_factory_create_item): don't put out
10940         warnings if a pixbuf couldn't be retrieved, since (a) this doesn't
10941         need to be a programming error (in case of loaded data), (b) it breaks
10942         with 2.0 behaviour where extra magic could be used to create empty
10943         images. don't attempt to retrieve pixbufs from NULL extra_data.
10944
10945 2003-02-06  Matthias Clasen  <maclas@gmx.de>
10946
10947         * gdk/x11/gdkvisual-x11.c (gdk_visual_get_best_with_depth): Return
10948         a GdkVisual *, not a GdkVisual **.  (#105243)
10949
10950         * gtk/gtkclist.c: 
10951         * gtk/gtkctree.c: 
10952         * gtk/gtkcontainer.c: 
10953         * gtk/gtkdnd.c: 
10954         * gtk/gtkentry.c: 
10955         * gtk/gtklist.c:
10956         * gtk/gtkmenu.c:
10957         * gtk/gtkmenuitem.c:
10958         * gtk/gtknotebook.c:
10959         * gtk/gtkselection.c:
10960         * gtk/gtkspinbutton.c:
10961         * gtk/gtktext.c:
10962         * gtk/gtktextview.c:
10963         * gtk/gtktooltips.c:
10964         * gtk/gtktreeview.c:
10965         * gtk/gtkwindow.c: Replace uses of gtk_timeout_* and gtk_idle_* by
10966         their non-deprecated GLib counterparts.
10967         
10968         * gtk/gtkmain.h: Fully deprecate gtk_timeout_* and gtk_idle_*.
10969         
10970 Sun Feb  2 16:45:57 GMT 2003  Tony Gale <gale@gtk.org>
10971
10972         * docs/tutorial/gtk-tut.sgml: cleanups from
10973         Sebastian Rittau (#104832)
10974
10975 2003-02-01  Tor Lillqvist  <tml@iki.fi>
10976
10977         Merge from stable:
10978
10979         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_foreign_new_for_display,
10980         gdk_pixmap_lookup, gdk_pixmap_lookup_for_display): Implement.
10981         (#104108, Naofumi Yasufuku)
10982
10983         * gdk/gdk.def: Export the above. Export
10984         gdk_screen_get_system_visual, noticed by Ed Woods.
10985
10986 Fri Jan 31 17:45:22 2003  Manish Singh  <yosh@gimp.org>
10987
10988         * demos/pixbuf-demo.c
10989         * demos/testpixbuf.c
10990         * demos/gtk-demo/pixbufs.c: remove deprecated gtk_timeout_* usage.
10991
10992 Fri Jan 31 17:33:00 2003  Manish Singh  <yosh@gimp.org>
10993                                                                                 
10994         * gtk/gtknotebook.c (gtk_notebook_remove_tab_label): set_state
10995         on the tab_label before unparenting it, in case the unparent
10996         drops the refcount to 0.
10997
10998 2003-02-01  Matthias Clasen  <maclas@gmx.de>
10999
11000         * gtk/gtkiconfactory.h: Use GDK_MULTIHEAD_SAFE like all other gtk
11001         headers. Sorry about gtk_selection_clear, Yosh.
11002
11003 Thu Jan 30 17:16:05 2003  Manish Singh  <yosh@gimp.org>
11004
11005         * gtk/gtkselection.h: declare gtk_selection_clear in GTK_COMPILATION
11006         too, for gtkwidget.c. Remember people, when introducing new
11007         deprecations, make sure internal code isn't using it, or if so,
11008         reorganize appropriately like I've done in other places.
11009
11010         * tests/testtext.c: don't use deprecated gtk_timeout_* stuff.
11011
11012 2003-01-31  Matthias Clasen  <maclas@gmx.de>
11013
11014         * gtk/gtkselection.h: 
11015         * gtk/gtkselection.c (gtk_selection_clear): Deprecate.  (#85683)
11016
11017         * gdk/gdkpixbuf.h: 
11018         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable): 
11019         (gdk_pixbuf_render_to_drawable_alpha): Deprecate.  (#60582)
11020
11021         * gtk/gtkcolorsel.h:
11022         * gtk/gtkcolorsel.c (gtk_color_selection_set_change_palette_hook):
11023         Deprecate.  (#98167)
11024
11025         * gtk/gtkpaned.h: Deprecate gtk_paned_computed_position(). (#97077)
11026
11027         * gtk/gtkmain.h: Deprecate the gtk_timeout_*, gtk_idle_*
11028         and gtk_input_* functions.  (#71596)
11029         
11030         * gtk/gtkentry.c (gtk_entry_move_cursor): 
11031         * gtk/gtklabel.c (gtk_label_move_cursor): Handle
11032         GTK_MOVEMENT_HORIZONTAL_PAGES in switches.
11033
11034         * gdk/gdk.h: Deprecate gdk_wcstombs() and gdk_mbstowcs().  (#79803)
11035
11036         * gtk/gtkitemfactory.h: 
11037         * gtk/gtkitemfactory.c (gtk_item_factory_add_foreign): Deprecate. 
11038         (#69244)
11039
11040 Thu Jan 30 23:48:30 2003  Kristian Rietveld  <kris@gtk.org>
11041
11042         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_count_special_cell):
11043         only count the special cell if it is also visible,
11044         (_gtk_tree_view_column_get_neighbor_sizes): only take the width into
11045         account from visible cells,
11046         (gtk_tree_view_column_cell_get_position): likewise, (Reported and
11047         testcase provided by Vasco Alexandre da Silva Costa, via IRC,
11048         tracking bug was #104563).
11049         
11050 Thu Jan 30 23:46:15 2003  Kristian Rietveld  <kris@gtk.org>
11051
11052         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_process_action):
11053         subtract expander space and focus line space from the extra space
11054         we are about the allocate. (Fixes #104635).
11055
11056 Thu Jan 30 23:42:03 2003  Kristian Rietveld  <kris@gtk.org>
11057
11058         * gtk/gtkstyle.c (apply_affine_on_point): fix rouding error
11059         (Fixes #96242, patch from Soeren Sandmann).
11060
11061 Thu Jan 30 16:54:29 2003  Owen Taylor  <otaylor@redhat.com>
11062
11063         * gtk/gtknotebook.c: Patch from Soeren Sandmann
11064         to update the states of the tab label child
11065         widgets to match the state of the tabs. 
11066         (#93389, Reported by Tommi Komulainen)
11067
11068 Thu Jan 30 16:30:54 2003  Owen Taylor  <otaylor@redhat.com>
11069
11070         * Makefile.am (EXTRA_DIST): Remove gtk+.spec.in from
11071         EXTRA_DIST, and from dist rules. (#102231)
11072
11073 2003-01-30  Daniel Elstner  <daniel.elstner@gmx.net>
11074
11075         * gtk/gtktoolbar.c (set_child_packing_and_visibility): New helper
11076         function that sets the icon's and label's packing options and
11077         visibility based on toolbar->style.
11078
11079         (gtk_toolbar_internal_insert_element):
11080         (gtk_real_toolbar_style_changed): Make use of
11081         set_child_packing_and_visibility() to clean up the code and get
11082         the packing right for icon-only/text-only toolbars. (#104679)
11083
11084         (get_first_child): Remove, and use gtk_bin_get_child() instead.
11085
11086 2003-01-30  Matthias Clasen  <maclas@gmx.de>
11087
11088         * gtk/gtktextview.c: Replace PAGE_HORIZONTALLY_HACK_VALUE by
11089         GTK_MOVEMENT_HORIZONTAL_PAGES.  (#68947)
11090
11091         * gtk/gtkenums.h: Add GTK_MOVEMENT_HORIZONTAL_PAGES to GtkMovementStep.
11092         
11093 Thu Jan 30 16:01:29 2003  Owen Taylor  <otaylor@redhat.com>
11094
11095         * gdk/gdkrgb.c (gdk_rgb_try_colormap): Remove the 
11096         attempt-to-allocate then free code. To handle multiple
11097         people allocating colors at the same time, we need
11098         to just go ahead and try. (#102213, Shivram U)
11099         
11100 2003-01-30  Daniel Elstner  <daniel.elstner@gmx.net>
11101
11102         * gtk/gtkcolorsel.c (palette_paint): Explicitely draw an opaque
11103         rectangle using the background color rather than relying on
11104         gdk_window_clear_area(), so that the palette works properly with
11105         pixmap themes. (#101732)
11106
11107         * demos/gtk-demo/colorsel.c: Install an "expose_event" handler
11108         to fill the drawing area in the background color.
11109
11110 Wed Jan 29 14:11:21 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
11111
11112         * modules/input/gtkimcontextxim.c (choose_better_style): fix a memory
11113         initialization error for selecting input style (#103549).
11114
11115 Wed Jan 29 17:02:41 2003  Owen Taylor  <otaylor@redhat.com>
11116
11117         * gdk/gdkkeyuni.c (get_decimal_char): Make the 
11118         translation of GDK_KP_Decimal dependent on LC_NUMERIC.
11119         (#101225)
11120
11121 Wed Jan 29 15:43:56 2003  Owen Taylor  <otaylor@redhat.com>
11122
11123         * gtk/gtkmenushell.c (gtk_real_menu_shell_move_current):
11124         Make up from the menu bar go to the end of the submenu.
11125         (#96114, Ian Peters.)
11126
11127         * gtk/gtkmenuitem.c (gtk_menu_item_mnemonic_activate): 
11128         Only do the select-but-not-activate stuff if the
11129         menu is already active. Otherwise, just activate.
11130         (#101690, Arvind Samptur)
11131
11132 Tue Jan 28 15:18:24 2003  Owen Taylor  <otaylor@redhat.com>
11133
11134         * autogen.sh (have_automake): Fix version in complaint
11135         message about automake. (#104366, Rich Burridge)
11136
11137 Mon Jan 27 16:38:13 2003  Owen Taylor  <otaylor@redhat.com>
11138
11139         * configure.in: Remove SOEXT stuff; it doesn't work portably.
11140
11141 Mon Jan 27 22:45:15 2003  Kristian Rietveld  <kris@gtk.org>
11142
11143         * gtk/gtktreestore.c (gtk_tree_store_move): don't handle b if
11144         we appended/prepended, send the rows_reordered signal to the 
11145         correct level ... (Reported by Matthew Tuck).
11146
11147 Mon Jan 27 22:43:11 2003  Kristian Rietveld  <kris@gtk.org>
11148
11149         * gtk/gtktreestore.c (gtk_tree_store_sort_helper): don't just bail
11150         out if the level only has one item, recurse over the child if there
11151         is one. (Fixes #100458, reported by Gaël Le Mignot).
11152
11153 Mon Jan 27 22:41:26 2003  Kristian Rietveld  <kris@gtk.org>
11154
11155         * gtk/gtktreeview.c (gtk_tree_view_set_model),
11156         (gtk_tree_view_search_equal_func): make TreeView search handle
11157         all types which are transformable by GValue. (Fixes #99803, reported
11158         by Muktha Narayan).
11159
11160 Mon Jan 27 22:39:25 2003  Kristian Rietveld  <kris@gtk.org>
11161
11162         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_sort_column_id):
11163         *really* handle unsetting the ID. Slightly modified patch from
11164         Soeren Sandmann. Fixes #87556, reported by Jarek Dukat.
11165
11166 Mon Jan 27 22:33:43 2003  Kristian Rietveld  <kris@gtk.org>
11167
11168         Fixes the total GtkTreeSortable mess, and #83195, reported by
11169         Jarek Dukat
11170
11171         * gtk/gtktreestore.c (gtk_tree_store_get_sort_column_id),
11172         (gtk_tree_store_set_sort_column_id), (gtk_tree_store_set_sort_func),
11173         (gtk_tree_store_set_default_sort_func): use the constant
11174         GTK_TREE_SORTABLE_DEFAULT_SORT_COLUMN_ID instead of -1, make functions
11175         work as advertised by the documentation.
11176
11177         * gtk/gtklistore.c (gtk_list_store_get_sort_column_id),
11178         (gtk_list_store_set_sort_column_id), (gtk_list_store_set_sort_func),
11179         (gtk_list_store_set_default_sort_func): likewise.
11180
11181         * gtk/gtktreemodelsort.c (gtk_tree_model_set_sort_column_id),
11182         (gtk_tree_model_set_sort_func),
11183         (gtk_tree_model_sort_set_default_sort_func): make functions work
11184         as advertised by the documentation.
11185
11186 Mon Jan 27 22:31:56 2003  Kristian Rietveld  <kris@gtk.org>
11187
11188         * gtk/gtktreeview.c (gtk_tree_view_button_press): update focus_column
11189         before we decide if we edit. (fixes #100973, reported by Dave Cook).
11190
11191 Mon Jan 27 22:29:30 2003  Kristian Rietveld  <kris@gtk.org>
11192
11193         Bug report and test case from Paolo Maggi via IRC.
11194
11195         * gtk/gtkliststore.c (gtk_list_store_swap): update tail if needed,
11196         (gtk_list_store_move): update tail if needed.
11197
11198 Mon Jan 27 16:19:59 2003  Owen Taylor  <otaylor@redhat.com>
11199
11200         * gtk/gtksocket.c (gtk_socket_filter_func): event->any.window
11201         might be NULL. Use gtk_widget_get_display (widget) 
11202         (#102860, Thomas Leonard)
11203
11204 Mon Jan 27 15:58:31 2003  Owen Taylor  <otaylor@redhat.com>
11205
11206         * configure.in: Fix --without-modules/--disable-modules
11207         confusion that was causing --disable-modules not to work.
11208         (#102865, Akira Tagoh)
11209
11210         * configure.in: Fix problem with plain --with-xinput
11211         (#104266, Akira Tagoh)
11212
11213 2003-01-24  Sebastian Rittau  <srittau@jroger.in-berlin.de>
11214
11215         * docs/tutorial/gtk-tut.sgml: Fix a few typos, introduced by my last
11216         patch.
11217
11218 Fri Jan 24 17:06:41 GMT 2003  Tony Gale <gale@gtk.org>
11219
11220         * docs/tutorial/gtk-tut.sgml: Remove duplicate copy of tictactoe.h
11221
11222 Thu Jan 23 21:15:29 GMT 2003  Tony Gale <gale@gtk.org>
11223
11224         * docs/faq/gtk-faq.sgml: Learn to spell Library
11225
11226 Thu Jan 23 20:56:56 GMT 2003  Tony Gale <gale@gtk.org>
11227         * Sebastian Rittau  <srittau@jroger.in-berlin.de>:
11228
11229            docs/tutorial/gtk-tut.sgml: Adopted chapter 21.3 "Creating a
11230            Composite widget" to modern standards. (I.e. use gobject instead of
11231            glib, derive from GtkTable instead of GtkVBox.) Bugzilla #103869.
11232
11233         * docs/tutorial/gtk-tut.sgml, examples/tictactoe: Fixup tic-tac-toe
11234         code in Appendix C to reflect above changes.
11235
11236         * examples/rangewidgets/rangewidgets.c: From Roger Leigh
11237         auto resize on page size change
11238
11239 2003-01-23  Daniel Elstner  <daniel.elstner@gmx.net>
11240
11241         * gtk/gtktoolbar.c (gtk_toolbar_hide_all): Override hide_all
11242         in addition to show_all in order to keep them symmetric. (#102201)
11243
11244 Wed Jan 22 14:18:46 2003  Manish Singh  <yosh@gimp.org>
11245
11246         * gdk/x11/gdkevents-x11.c (translate_key_event): add a "return" at
11247         the end of the function, so there is a statement following the "out"
11248         label in all cases (fixes #101961)
11249
11250 2003-01-22  Christian Rose  <menthos@menthos.com>
11251
11252         * configure.in: Added "mn" to ALL_LINGUAS.
11253
11254 Wed Jan 15 17:02:18 2003  Owen Taylor  <otaylor@redhat.com>
11255  
11256         * gtk/gtktextlayout.c (gtk_text_layout_validate_yrange):
11257         Fix off-by-one error on the backward iteration loop,
11258         that was causing the wrong range to be redrawn.
11259         (at least part of #72734)
11260         
11261 2003-01-21  Matthias Clasen  <maclas@gmx.de>
11262
11263         * gtk/gtktextview.c (gtk_text_view_size_allocate): Adjust the
11264         vadjustment value after changing its bounds.  (fixes #101963 and 
11265         #73562)
11266
11267         * gtk/gtkcolorsel.c (hex_changed): Fix clamping to [0,1] to avoid 
11268         unnecessary roundtrip failures.  (#93500)
11269
11270 2003-01-19  Tor Lillqvist  <tml@iki.fi>
11271
11272         Merge from stable:
11273         
11274         Fix for #103614 and some other problems with GtkFileSelection on
11275         Windows:
11276                 
11277         * gtk/fnmatch.c (get_char): Need to use g_unichar_tolower(), not
11278         g_ascii_tolower(). Windows file names are case-insensitive for all
11279         Unicode letters.
11280
11281         * gtk/gtkfilesel.c: Instead of checking for G_OS_WIN32 or
11282         G_WITH_CYGWIN, check G_PLATFORM_WIN32. Move inclusion of gtkintl.h
11283         earlier, as it includes config.h unconditionally, and gtkprivate.h
11284         redefines GTK_LOCALEDIR.
11285         (struct _CompletionDirSent): Ifdef out the fields not used on
11286         Windows.
11287         (compare_utf8_filenames, compare_sys_filenames): Need different
11288         comparison implementation for UTF-8 file names and system locale
11289         file names on Win32. Cannot simply use g_ascii_strcasecmp(), but
11290         need to casefold all Unicode letters.
11291         (cmpl_completion_matches, open_dir, correct_parent): Ifdef out
11292         variables not used on Win32 to avoid warnings about unused
11293         variables.
11294         (open_ref_dir): Use g_path_skip_root() to skip past potential
11295         drive letter in front of the leading (back)slash.
11296         (open_new_dir): Ifdef out use of CompletionDirSent fields not
11297         there on Win32.
11298         (correct_parent): Bypass inode check also on Cygwin.
11299
11300         Fix bug noticed by Alex Shaduri: Tooltips and other
11301         GDK_WINDOW_TEMP windows were activated. This looked very odd, and
11302         was a regression from earlier versions.
11303         
11304         * gdk/win32/gdkwindow-win32.c (show_window_internal): Fine-tune
11305         behaviour. Don't ever activate GDK_WINDOW_TEMP windows.
11306         (gdk_window_move, gdk_window_resize): Add debug logging.
11307
11308         * gdk/win32/gdkevents-win32.c (gdk_event_translate): When we get a
11309         WM_SIZE message for a non-visible (withdrawn) window, don't clear
11310         the GDK_WINDOW_STATE_WITHDRAWN bit. The window is still withdrawn
11311         even if its size changes.
11312
11313 2003-01-16  Matthias Clasen  <maclas@gmx.de>
11314
11315         * gtk/gtktextlayout.c (gtk_text_layout_get_cursor_locations): Typo fixes.
11316         (totally_invisible_line): Fix an incorrect optimization which
11317         caused invisible paragraphs to be occasionally misrendered.
11318
11319 Wed Jan 15 15:55:47 2003  Owen Taylor  <otaylor@redhat.com>
11320
11321         * gtk/gtksettings.c: Set the double click speed from
11322         XSETTINGS when creating a new GtkSettings object
11323         as well as when getting a notify. (#103601, reported
11324         by Louis Garcia)
11325
11326 Wed Jan 15 14:56:09 2003  Owen Taylor  <otaylor@redhat.com>
11327  
11328         * gtk/gtknotebook.c (gtk_notebook_size_allocate): 
11329         Show/hide the notebook event window as necessary,
11330         we weren't previously keeping the visibility updated
11331         properly.  (#103599)
11332  
11333 2003-01-15  Matthias Clasen  <maclas@gmx.de>
11334
11335         * examples/menu/itemfactory.c: 
11336         * docs/tutorial/gtk-tut.sgml: Add a <StockItem> to the itemfactory
11337         example.  (#103211)
11338
11339 2002-12-29  Murray Cumming  <murrayc@usa.net>
11340
11341         Fixes #102168.
11342
11343         * gtk/gtkliststore.c, gtktreednd.c, gtktreestore.c:
11344         Actually implement the GtkTreeDragSource::row_draggable virtual 
11345         function in GtkListStore and GtkTreeStore instead of just checking 
11346         whether it's implemented at all. This means that DnD isn't broken by
11347         gtkmm's virtual function wrappers. The alternative would be to
11348         hard-code the TRUE return value into gtkmm's wrappers, but that's 
11349         part of GTK+'s implementation, not it's API.
11350
11351 Tue Jan 14 23:42:29 2003  Kristian Rietveld  <kris@gtk.org>
11352
11353         * gtk/gtktreeview.c: fix compiler warning.
11354
11355 Tue Jan 14 23:29:00 2003  Kristian Rietveld  <kris@gtk.org>
11356
11357         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render):
11358         make sure exposed pixbufs are clipped to the exposed area before
11359         drawing, which is a slight speedup. (#102379, patch from Soeren
11360         Sandmann).
11361
11362 Tue Jan 14 23:26:41 2003  Kristian Rietveld  <kris@gtk.org>
11363
11364         * gtk/gtktreeview.c (validate_visible_area): silly typo fix,
11365         only free scroll_to_path when the complete tree has been validated.
11366         This makes sure that we scrolled to the correct path.
11367
11368 Tue Jan 14 23:25:32 2003  Kristian Rietveld  <kris@gtk.org>
11369
11370         * gtk/gtktreeview.c (gtk_tree_view_style_set): update the
11371         background of widget->window and bin->window. (Fixes #96650, reported
11372         by Dave Camp).
11373
11374 Tue Jan 14 23:24:02 2003  Kristian Rietveld  <kris@gtk.org>
11375
11376         * gtk/gtktreeview.c (gtk_tree_view_clamp_node_visible): process
11377         updates before scrolling, avoiding a "selection streak". (Fixes
11378         #101235, patch from Soeren Sandmann).
11379
11380 Tue Jan 14 23:22:13 2003  Kristian Rietveld  <kris@gtk.org>
11381
11382         * gtk/gtktreeview.c (validate_visible_area): actually put values
11383         in the requisition using gtk_widget_size_request. (Fixes #100172,
11384         reported by Kjartan Maraas).
11385
11386 Tue Jan 14 23:19:45 2003  Kristian Rietveld  <kris@gtk.org>
11387
11388         * gtk/gtktreeview.c (gtk_tree_view_rows_reordered): cancel the
11389         arrow animation timeout before we actually reorder the rbtree. If
11390         we don't do this we can get stuck arrows,
11391         (cancel_arrow_animation): new function. (Fixes #93629, part 2,
11392         reported and testcase provided by Hans Petter Jansson).
11393
11394 Tue Jan 14 23:18:21 2003  Kristian Rietveld  <kris@gtk.org>
11395
11396         * gtk/gtktreeselection.c (gtk_tree_selection_real_modify_range):
11397         anchor_path should be start_path, not end_path. (Fixes #102618,
11398         patch from Carlos Garnacho Parro).
11399
11400 Tue Jan 14 23:16:15 2003  Kristian Rietveld  <kris@gtk.org>
11401
11402         * gtk/gtkliststore.c (gtk_list_store_move): also update the tail,
11403         only correct new_pos if we don't move to the head/tail.
11404
11405 Tue Jan 14 23:11:55 2003  Kristian Rietveld  <kris@gtk.org>
11406
11407         * gtk/gtktreestore.c (gtk_tree_store_swap): take the path from
11408         the parent_iter if depth >= 1, so we send the reordered signal to
11409         the correct level, remove debugging printfs which I forgot the remove
11410         earlier (2.2.0 shipped with this, oops). (Fixes #103198, Reported and
11411         testcase provided by Matthew Tuck).
11412
11413 Tue Jan 14 20:58:44 2003  Kristian Rietveld  <kris@gtk.org>
11414
11415         * gtk/gtktreeview.c (invalite_last_column): split out actual column
11416         invalidation into invalidate_column(),
11417         (gtk_tree_view_size_allocate_columns): invalidate column if the
11418         new width is larger than the old width.
11419         (fixes #102890, reported by Alex Duggan).
11420
11421 2003-01-14  Matthias Clasen  <maclas@gmx.de>
11422
11423         * gtk/gtktextview.c (gtk_text_view_move_cursor_internal): Skip
11424         invisible chars for GTK_MOVEMENT_LOGICAL_POSITIONS and
11425         GTK_MOVEMENT_WORDS.
11426
11427         * gtk/gtktextiter.c,
11428         gtk/gtktextiter.h: Add some variant movement functions which
11429         skip invisible chars, and do some cleanups.
11430
11431 2003-01-12  Tor Lillqvist  <tml@iki.fi>
11432
11433         Merge from stable:
11434                 
11435         * gtk/gtkmain.c: Move inclusion of config.h and gtkintl.h earlier,
11436         as gtkprivate.h redefines GTK_LOCALEDIR on Win32, for run-time
11437         lookup.
11438
11439         * gdk/Makefile.am (libgdk_win32_2_0_la_DEPENDENCIES): Depend on
11440         gdk.def.
11441
11442         * gdk/gdk.def
11443         * gtk/gtk.def: Add some missing entries. Thanks to Kenichi SUTO.
11444
11445         * gtk-zip.sh.in (DEVZIP): Add bin/{gtk-query-immodules-2.0,
11446         gtk-demo}.exe and share/gtk-2.0.
11447
11448         * gdk/win32/gdkwindow-win32.c (gdk_window_set_skip_taskbar_hint):
11449         Implement by setting or clearing the WS_EX_TOOLWINDOW extended
11450         window style.
11451         (gdk_window_set_type_hint): Add all cases to the switch (not all
11452         do anything, though). Handle GDK_WINDOW_TYPE_HINT_TOOLBAR by
11453         calling gdk_window_set_skip_taskbar_hint(). This means that GTK
11454         won't know that the skip_taskbar hint is on for the window, is
11455         this bad?
11456
11457 Wed Jan  8 18:43:03 2003  Manish Singh  <yosh@gimp.org>
11458
11459         * gdk/x11/gdkdisplay-x11.c: #include <stdlib.h> for putenv,
11460         <string.h> for strlen.
11461
11462         * gdk/x11/gdkscreen-x11.c: #include <stdlib.h> for getenv,
11463         <string.h> for strrchr.
11464
11465         * tests/testgtk.c (create_saved_position): "x" and "y" properties
11466         for widgets no longer exist, use gtk_window_move instead.
11467
11468         * test/testtextbuffer.c (check_get_set_text): cast strlen to
11469         int for g_error.
11470
11471 2003-01-08  Matthias Clasen  <maclas@gmx.de>
11472
11473         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Fix display of
11474         the selection in the presence of invisible segments.
11475
11476 2003-01-07  Matthias Clasen  <maclas@gmx.de>
11477
11478         * gtk/gtktextview.c (gtk_text_view_class_init): Bind C-/ and C-\
11479         to "select all" and "unselect all".  (#102065)
11480
11481         * gtk/gtktextview.h (struct _GtkTextView): Add a comment that
11482         the just_selected_element is unused.
11483
11484         * gtk/gtktextview.c (extend_selection): New helper function to
11485         find the range that should be added to the selection. 
11486         (selection_motion_event_handler): 
11487         (gtk_text_view_start_selection_drag): 
11488         (gtk_text_view_end_selection_drag): 
11489         (selection_motion_event_handler): 
11490         (selection_scan_timeout): Support select-by-words/lines.
11491         (gtk_text_view_button_press_event): Start a selection drag on
11492         double/triple clicks.  (#78499)
11493
11494 2003-01-06  Matthias Clasen  <maclas@gmx.de>
11495
11496         Implement a utility function proposed in #102534:
11497         
11498         * gtk/gtktextbtree.h: 
11499         * gtk/gtktextbtree.c (_gtk_text_btree_select_range): New function.
11500         (_gtk_text_btree_place_cursor): Now a simple wrapper around
11501         _gtk_text_btree_select_range().   
11502
11503         * gtk/gtktextbuffer.h: 
11504         * gtk/gtktextbuffer.c (gtk_text_buffer_select_range): New function.
11505         (gtk_text_buffer_place_cursor): Now a simple wrapper around
11506         gtk_text_buffer_select_range(). 
11507
11508 2003-01-05  Havoc Pennington  <hp@pobox.com>
11509
11510         * configure.in: fix a stray bracket that was breaking the build
11511
11512 2003-01-05  Tor Lillqvist  <tml@iki.fi>
11513
11514         * gtk-zip.sh.in: Use correct DLL and import library names, with
11515         GTK_API_VERSION in name, not GTK_MAJOR_VERSION.GTK_MINOR_VERSION.
11516         (DEVZIP): Add gdk-pixbuf-query-loaders.exe.
11517
11518         * configure.in: Improve check for dimm.h.
11519
11520         * configure.in: Set SOEXT to 'so' on Unix, 'dll' on Win32. Used in
11521         gdk-pixbuf/Makefile.am.
11522
11523         * gdk-pixbuf/makefile.mingw.in
11524         * gdk-pixbuf/pixops/makefile.mingw.in
11525         * gdk/makefile.mingw.in
11526         * gdk/win32/makefile.mingw.in
11527         * gtk/makefile.mingw.in: Remove. Not maintained anyway.
11528
11529         * gdk-pixbuf/Makefile.am
11530         * gdk-pixbuf/pixops/Makefile.am
11531         * gdk/Makefile.am
11532         * gdk/win32/Makefile.am
11533         * gtk/Makefile.am
11534         * configure.in: Remove makefile.mingw{,.in} from here, too.
11535         
11536         * README.win32: Updates. Don't mention the now removed
11537         makefile.mingw files.
11538
11539         * gdk/gdk.def
11540         * gtk/gtk.def: Add a couple of missing entries.
11541
11542         * gdk/gdkkeynames.c: Include <string.h> for strcmp() and memcpy().
11543
11544         * gdk/win32/gdkevents-win32.c: Move dimm.h header clash workaround
11545         earlier.
11546
11547         * gdk/win32/rc/Makefile.am: Add hack to help
11548         build/win32/lt-compile-resource decide which kind of libtool
11549         object file to produce.
11550
11551 2003-01-05  Matthias Clasen  <maclas@gmx.de>
11552
11553         * gtk/gtktextview.c (gtk_text_view_move_cursor_internal): Make
11554         C-Down step through the sequence of paragraph ends (old behaviour
11555         included paragraph starts).  (#80340, patch by Narayana Pattipati)
11556
11557         * gtk/gtktextiter.c (_gtk_text_btree_get_iter_at_first_toggle):
11558         Check for a tag toggle at the start iterator before calling
11559         gtk_text_iter_forward_to_tag_toggle().  (#102090, patch by Daniel 
11560         Elstner)
11561
11562 2003-01-04  Matthias Clasen  <maclas@gmx.de>
11563
11564         * gtk/gtkfilesel.h (struct _GtkFileSelection): Add /*< public >*/
11565         and /*< private >*/ as appropriate.  (#97211)
11566
11567 2003-01-04  Tor Lillqvist  <tml@iki.fi>
11568
11569         * Makefile.am (EXTRA_DIST): Don't distribute gtk-zip.sh, but do
11570         distribute gtk-zip.sh.in.
11571
11572         * gtk-zip.sh.in (DEVZIP): Add gdk-pixbuf-csource.exe and .1.
11573
11574 2003-01-03  Havoc Pennington  <hp@pobox.com>
11575
11576         * docs/Makefile.am (EXTRA_DIST): put it in EXTRA_DIST
11577
11578         * docs/text_widget_internals.txt: add a file documenting some of
11579         the text widget internals
11580
11581 2003-01-02  Matthias Clasen  <maclas@gmx.de>
11582
11583         * gtk/gtkwindow.c (gtk_window_get_focus): Document that it may
11584         return NULL.  (#102069)
11585
11586 2003-01-01  Matthias Clasen  <maclas@gmx.de>
11587
11588         * gtk/fnmatch.c (FNMATCH_TEST_CASES): #undef, since having
11589         a main() in the library is obviously bad. 
11590
11591 2002-12-27  Matthias Clasen  <maclas@gmx.de>
11592
11593         * gtk/gtktextview.c (gtk_text_view_drag_data_received): Place the
11594         cursor at drop point.  (#72384)
11595         (gtk_text_view_size_allocate): Update the horizontal adjustment
11596         value.  (#75694)
11597
11598 2002-12-25  Matthias Clasen  <maclas@gmx.de>
11599
11600         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Fix highlighting of
11601         selection wrt. to empty lines.  (#90435, #90582, #91619)
11602
11603         * gtk/gtktextview.c (gtk_text_view_preedit_changed_handler):
11604         Keep the cursor on screen.  (#96929)
11605
11606 2002-12-24  Matthias Clasen  <maclas@gmx.de>
11607
11608         * gtk/gtktextbuffer.c (paste_from_buffer): 
11609         (clipboard_text_received): Let the user action span the insertion
11610         and the deletion of the old selection.  (#82844)
11611
11612 2002-12-23  Matthias Clasen  <maclas@gmx.de>
11613
11614         * gtk/gtktextiter.c (gtk_text_iter_backward_sentence_starts):
11615         Don't call gtk_text_iter_backward_sentence_start() if
11616         count is zero.  (#99115)
11617
11618         * gtk/gtktextview.c (gtk_text_view_move_cursor_internal): Call
11619         move_cursor() even if the cursor hasn't moved, since it has the
11620         side effect of canceling the selection.  (#81395, #98537, #98333)
11621
11622 2002-12-22  Matthias Clasen  <maclas@gmx.de>
11623
11624         * gtk/gtktextlayout.c (add_preedit_attrs): Don't add attributes
11625         with empty ranges.  (fixes #101564 and #80637)
11626
11627 2002-12-21  Tor Lillqvist  <tml@iki.fi>
11628
11629         * gdk/win32/gdkwindow-win32.c (gdk_window_new): Move the code that
11630         sets the window style and extended window style, and adjusts the
11631         width and height to take the window decorations into account
11632         earlier. The adjusted width and height used to be ignored. Remove
11633         the local x, y, width and height variables, no need to further
11634         confuse the code by having local copies. (Partial fix, I hope, for
11635         #101588)
11636
11637         (gdk_window_move): When moving top-level windows, take title bar
11638         and border width into account, offsetting the coordinates before
11639         calling SetWindowPos().
11640
11641         (gdk_window_set_decorations, gdk_window_set_functions):
11642         Reimplement, taking into account the peculiar semantics of
11643         GDK_DECOR_ALL and GDK_FUNC_ALL. (#79036)
11644
11645         (gdk_window_get_decorations): Implement. (#98981)
11646         
11647         (gdk_window_set_type_hint): When setting
11648         GDK_WINDOW_TYPE_HINT_MENU, call gdk_window_set_decorations().
11649         (#79036)
11650
11651         * gdk/gdk.def: Add gdk_window_get_decorations. (#98981)
11652
11653 2002-12-21  Matthias Clasen  <maclas@gmx.de>
11654
11655         * gtk/gtktextview.c (gtk_text_view_set_background): New static
11656         function to set the background of all windows.
11657         (gtk_text_view_style_set): Use gtk_text_view_set_background().
11658         (gtk_text_view_state_changed): New function; change background
11659         according to state.  (#88126)
11660
11661 2002-12-21  Havoc Pennington  <hp@pobox.com>
11662
11663         * gtk/gtktextview.c (gtk_text_view_move_visually): fix the documentation
11664